6a163e5eb12e84fcff92e09679473d95caa7ce42.js 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. System.register(["__unresolved_0", "cc"], function (_export, _context) {
  2. "use strict";
  3. var _reporterNs, _cclegacy, __checkObsolete__, __checkObsoleteInNamespace__, _decorator, Button, Component, Label, _dec, _dec2, _dec3, _dec4, _dec5, _dec6, _dec7, _dec8, _dec9, _class, _class2, _descriptor, _descriptor2, _descriptor3, _descriptor4, _descriptor5, _descriptor6, _descriptor7, _descriptor8, _crd, ccclass, property, Layout_Main;
  4. function _initializerDefineProperty(target, property, descriptor, context) { if (!descriptor) return; Object.defineProperty(target, property, { enumerable: descriptor.enumerable, configurable: descriptor.configurable, writable: descriptor.writable, value: descriptor.initializer ? descriptor.initializer.call(context) : void 0 }); }
  5. function _applyDecoratedDescriptor(target, property, decorators, descriptor, context) { var desc = {}; Object.keys(descriptor).forEach(function (key) { desc[key] = descriptor[key]; }); desc.enumerable = !!desc.enumerable; desc.configurable = !!desc.configurable; if ('value' in desc || desc.initializer) { desc.writable = true; } desc = decorators.slice().reverse().reduce(function (desc, decorator) { return decorator(target, property, desc) || desc; }, desc); if (context && desc.initializer !== void 0) { desc.value = desc.initializer ? desc.initializer.call(context) : void 0; desc.initializer = undefined; } if (desc.initializer === void 0) { Object.defineProperty(target, property, desc); desc = null; } return desc; }
  6. function _initializerWarningHelper(descriptor, context) { throw new Error('Decorating class property failed. Please ensure that ' + 'transform-class-properties is enabled and runs after the decorators transform.'); }
  7. function _reportPossibleCrUseOfContainer_Manager(extras) {
  8. _reporterNs.report("Container_Manager", "db://assets/Scripts/Container_Manager", _context.meta, extras);
  9. }
  10. return {
  11. setters: [function (_unresolved_) {
  12. _reporterNs = _unresolved_;
  13. }, function (_cc) {
  14. _cclegacy = _cc.cclegacy;
  15. __checkObsolete__ = _cc.__checkObsolete__;
  16. __checkObsoleteInNamespace__ = _cc.__checkObsoleteInNamespace__;
  17. _decorator = _cc._decorator;
  18. Button = _cc.Button;
  19. Component = _cc.Component;
  20. Label = _cc.Label;
  21. }],
  22. execute: function () {
  23. _crd = true;
  24. _cclegacy._RF.push({}, "e3f72nzJUVGJo/WY8fbriTs", "Layout_Main", undefined);
  25. __checkObsolete__(['_decorator', 'Button', 'Component', 'Label', 'Node']);
  26. ({
  27. ccclass,
  28. property
  29. } = _decorator);
  30. _export("Layout_Main", Layout_Main = (_dec = ccclass('Layout_Main'), _dec2 = property(Button), _dec3 = property(Button), _dec4 = property(Label), _dec5 = property(Label), _dec6 = property(Label), _dec7 = property(Button), _dec8 = property(Button), _dec9 = property(Button), _dec(_class = (_class2 = class Layout_Main extends Component {
  31. constructor(...args) {
  32. super(...args);
  33. _initializerDefineProperty(this, "Pause_Btn", _descriptor, this);
  34. _initializerDefineProperty(this, "Rules_Btn", _descriptor2, this);
  35. _initializerDefineProperty(this, "Level", _descriptor3, this);
  36. _initializerDefineProperty(this, "Remain_Cube_Des", _descriptor4, this);
  37. _initializerDefineProperty(this, "Count_Down_Des", _descriptor5, this);
  38. _initializerDefineProperty(this, "Eliminate_Btn", _descriptor6, this);
  39. _initializerDefineProperty(this, "Shuffle_Btn", _descriptor7, this);
  40. _initializerDefineProperty(this, "Empty_Btn", _descriptor8, this);
  41. this.time = void 0;
  42. this.Container = void 0;
  43. }
  44. }, (_descriptor = _applyDecoratedDescriptor(_class2.prototype, "Pause_Btn", [_dec2], {
  45. configurable: true,
  46. enumerable: true,
  47. writable: true,
  48. initializer: function () {
  49. return null;
  50. }
  51. }), _descriptor2 = _applyDecoratedDescriptor(_class2.prototype, "Rules_Btn", [_dec3], {
  52. configurable: true,
  53. enumerable: true,
  54. writable: true,
  55. initializer: function () {
  56. return null;
  57. }
  58. }), _descriptor3 = _applyDecoratedDescriptor(_class2.prototype, "Level", [_dec4], {
  59. configurable: true,
  60. enumerable: true,
  61. writable: true,
  62. initializer: function () {
  63. return null;
  64. }
  65. }), _descriptor4 = _applyDecoratedDescriptor(_class2.prototype, "Remain_Cube_Des", [_dec5], {
  66. configurable: true,
  67. enumerable: true,
  68. writable: true,
  69. initializer: function () {
  70. return null;
  71. }
  72. }), _descriptor5 = _applyDecoratedDescriptor(_class2.prototype, "Count_Down_Des", [_dec6], {
  73. configurable: true,
  74. enumerable: true,
  75. writable: true,
  76. initializer: function () {
  77. return null;
  78. }
  79. }), _descriptor6 = _applyDecoratedDescriptor(_class2.prototype, "Eliminate_Btn", [_dec7], {
  80. configurable: true,
  81. enumerable: true,
  82. writable: true,
  83. initializer: function () {
  84. return null;
  85. }
  86. }), _descriptor7 = _applyDecoratedDescriptor(_class2.prototype, "Shuffle_Btn", [_dec8], {
  87. configurable: true,
  88. enumerable: true,
  89. writable: true,
  90. initializer: function () {
  91. return null;
  92. }
  93. }), _descriptor8 = _applyDecoratedDescriptor(_class2.prototype, "Empty_Btn", [_dec9], {
  94. configurable: true,
  95. enumerable: true,
  96. writable: true,
  97. initializer: function () {
  98. return null;
  99. }
  100. })), _class2)) || _class));
  101. _cclegacy._RF.pop();
  102. _crd = false;
  103. }
  104. };
  105. });
  106. //# sourceMappingURL=6a163e5eb12e84fcff92e09679473d95caa7ce42.js.map