483aba7e2b940ae317550a49edb708b490241107.js 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. System.register(["cc"], function (_export, _context) {
  2. "use strict";
  3. var _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. return {
  8. setters: [function (_cc) {
  9. _cclegacy = _cc.cclegacy;
  10. __checkObsolete__ = _cc.__checkObsolete__;
  11. __checkObsoleteInNamespace__ = _cc.__checkObsoleteInNamespace__;
  12. _decorator = _cc._decorator;
  13. Button = _cc.Button;
  14. Component = _cc.Component;
  15. Label = _cc.Label;
  16. }],
  17. execute: function () {
  18. _crd = true;
  19. _cclegacy._RF.push({}, "e3f72nzJUVGJo/WY8fbriTs", "Layout_Main", undefined);
  20. __checkObsolete__(['_decorator', 'Button', 'Component', 'Label', 'Node']);
  21. ({
  22. ccclass,
  23. property
  24. } = _decorator);
  25. _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 {
  26. constructor() {
  27. super(...arguments);
  28. _initializerDefineProperty(this, "Pause_Btn", _descriptor, this);
  29. _initializerDefineProperty(this, "Rules_Btn", _descriptor2, this);
  30. _initializerDefineProperty(this, "Level", _descriptor3, this);
  31. _initializerDefineProperty(this, "Remain_Cube_Des", _descriptor4, this);
  32. _initializerDefineProperty(this, "Count_Down_Des", _descriptor5, this);
  33. _initializerDefineProperty(this, "Eliminate_Btn", _descriptor6, this);
  34. _initializerDefineProperty(this, "Shuffle_Btn", _descriptor7, this);
  35. _initializerDefineProperty(this, "Empty_Btn", _descriptor8, this);
  36. }
  37. }, (_descriptor = _applyDecoratedDescriptor(_class2.prototype, "Pause_Btn", [_dec2], {
  38. configurable: true,
  39. enumerable: true,
  40. writable: true,
  41. initializer: function initializer() {
  42. return null;
  43. }
  44. }), _descriptor2 = _applyDecoratedDescriptor(_class2.prototype, "Rules_Btn", [_dec3], {
  45. configurable: true,
  46. enumerable: true,
  47. writable: true,
  48. initializer: function initializer() {
  49. return null;
  50. }
  51. }), _descriptor3 = _applyDecoratedDescriptor(_class2.prototype, "Level", [_dec4], {
  52. configurable: true,
  53. enumerable: true,
  54. writable: true,
  55. initializer: function initializer() {
  56. return null;
  57. }
  58. }), _descriptor4 = _applyDecoratedDescriptor(_class2.prototype, "Remain_Cube_Des", [_dec5], {
  59. configurable: true,
  60. enumerable: true,
  61. writable: true,
  62. initializer: function initializer() {
  63. return null;
  64. }
  65. }), _descriptor5 = _applyDecoratedDescriptor(_class2.prototype, "Count_Down_Des", [_dec6], {
  66. configurable: true,
  67. enumerable: true,
  68. writable: true,
  69. initializer: function initializer() {
  70. return null;
  71. }
  72. }), _descriptor6 = _applyDecoratedDescriptor(_class2.prototype, "Eliminate_Btn", [_dec7], {
  73. configurable: true,
  74. enumerable: true,
  75. writable: true,
  76. initializer: function initializer() {
  77. return null;
  78. }
  79. }), _descriptor7 = _applyDecoratedDescriptor(_class2.prototype, "Shuffle_Btn", [_dec8], {
  80. configurable: true,
  81. enumerable: true,
  82. writable: true,
  83. initializer: function initializer() {
  84. return null;
  85. }
  86. }), _descriptor8 = _applyDecoratedDescriptor(_class2.prototype, "Empty_Btn", [_dec9], {
  87. configurable: true,
  88. enumerable: true,
  89. writable: true,
  90. initializer: function initializer() {
  91. return null;
  92. }
  93. })), _class2)) || _class));
  94. _cclegacy._RF.pop();
  95. _crd = false;
  96. }
  97. };
  98. });
  99. //# sourceMappingURL=483aba7e2b940ae317550a49edb708b490241107.js.map