4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. System.register(["cc"], function (_export, _context) {
  2. "use strict";
  3. var _cclegacy, __checkObsolete__, __checkObsoleteInNamespace__, _decorator, Button, Component, EditBox, Label, _dec, _dec2, _dec3, _dec4, _dec5, _dec6, _dec7, _dec8, _dec9, _dec10, _dec11, _dec12, _dec13, _dec14, _class, _class2, _descriptor, _descriptor2, _descriptor3, _descriptor4, _descriptor5, _descriptor6, _descriptor7, _descriptor8, _descriptor9, _descriptor10, _descriptor11, _descriptor12, _descriptor13, _crd, ccclass, property, Layout_Hall;
  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. EditBox = _cc.EditBox;
  16. Label = _cc.Label;
  17. }],
  18. execute: function () {
  19. _crd = true;
  20. _cclegacy._RF.push({}, "13bb8NC9xhAHqVW+8McXGfV", "Layout_Hall", undefined);
  21. __checkObsolete__(['_decorator', 'Button', 'Component', 'EditBox', 'Label', 'Node']);
  22. ({
  23. ccclass,
  24. property
  25. } = _decorator);
  26. _export("Layout_Hall", Layout_Hall = (_dec = ccclass('Layout_Hall'), _dec2 = property(Button), _dec3 = property(Button), _dec4 = property(Button), _dec5 = property(Button), _dec6 = property(Button), _dec7 = property(Button), _dec8 = property(Button), _dec9 = property(Button), _dec10 = property(EditBox), _dec11 = property(Button), _dec12 = property(Button), _dec13 = property(Label), _dec14 = property(Label), _dec(_class = (_class2 = class Layout_Hall extends Component {
  27. constructor() {
  28. super(...arguments);
  29. _initializerDefineProperty(this, "Start_Btn", _descriptor, this);
  30. _initializerDefineProperty(this, "Settings_Btn", _descriptor2, this);
  31. _initializerDefineProperty(this, "Rank_Btn", _descriptor3, this);
  32. _initializerDefineProperty(this, "Invite_Btn", _descriptor4, this);
  33. _initializerDefineProperty(this, "Store_Btn", _descriptor5, this);
  34. _initializerDefineProperty(this, "Sign_Btn", _descriptor6, this);
  35. _initializerDefineProperty(this, "SideBar_Btn", _descriptor7, this);
  36. _initializerDefineProperty(this, "Task_Btn", _descriptor8, this);
  37. _initializerDefineProperty(this, "Search_EditBox", _descriptor9, this);
  38. _initializerDefineProperty(this, "Search_Btn", _descriptor10, this);
  39. _initializerDefineProperty(this, "Life_Btn", _descriptor11, this);
  40. _initializerDefineProperty(this, "Life_Num", _descriptor12, this);
  41. _initializerDefineProperty(this, "Life_CountDown", _descriptor13, this);
  42. }
  43. }, (_descriptor = _applyDecoratedDescriptor(_class2.prototype, "Start_Btn", [_dec2], {
  44. configurable: true,
  45. enumerable: true,
  46. writable: true,
  47. initializer: function initializer() {
  48. return null;
  49. }
  50. }), _descriptor2 = _applyDecoratedDescriptor(_class2.prototype, "Settings_Btn", [_dec3], {
  51. configurable: true,
  52. enumerable: true,
  53. writable: true,
  54. initializer: function initializer() {
  55. return null;
  56. }
  57. }), _descriptor3 = _applyDecoratedDescriptor(_class2.prototype, "Rank_Btn", [_dec4], {
  58. configurable: true,
  59. enumerable: true,
  60. writable: true,
  61. initializer: function initializer() {
  62. return null;
  63. }
  64. }), _descriptor4 = _applyDecoratedDescriptor(_class2.prototype, "Invite_Btn", [_dec5], {
  65. configurable: true,
  66. enumerable: true,
  67. writable: true,
  68. initializer: function initializer() {
  69. return null;
  70. }
  71. }), _descriptor5 = _applyDecoratedDescriptor(_class2.prototype, "Store_Btn", [_dec6], {
  72. configurable: true,
  73. enumerable: true,
  74. writable: true,
  75. initializer: function initializer() {
  76. return null;
  77. }
  78. }), _descriptor6 = _applyDecoratedDescriptor(_class2.prototype, "Sign_Btn", [_dec7], {
  79. configurable: true,
  80. enumerable: true,
  81. writable: true,
  82. initializer: function initializer() {
  83. return null;
  84. }
  85. }), _descriptor7 = _applyDecoratedDescriptor(_class2.prototype, "SideBar_Btn", [_dec8], {
  86. configurable: true,
  87. enumerable: true,
  88. writable: true,
  89. initializer: function initializer() {
  90. return null;
  91. }
  92. }), _descriptor8 = _applyDecoratedDescriptor(_class2.prototype, "Task_Btn", [_dec9], {
  93. configurable: true,
  94. enumerable: true,
  95. writable: true,
  96. initializer: function initializer() {
  97. return null;
  98. }
  99. }), _descriptor9 = _applyDecoratedDescriptor(_class2.prototype, "Search_EditBox", [_dec10], {
  100. configurable: true,
  101. enumerable: true,
  102. writable: true,
  103. initializer: function initializer() {
  104. return null;
  105. }
  106. }), _descriptor10 = _applyDecoratedDescriptor(_class2.prototype, "Search_Btn", [_dec11], {
  107. configurable: true,
  108. enumerable: true,
  109. writable: true,
  110. initializer: function initializer() {
  111. return null;
  112. }
  113. }), _descriptor11 = _applyDecoratedDescriptor(_class2.prototype, "Life_Btn", [_dec12], {
  114. configurable: true,
  115. enumerable: true,
  116. writable: true,
  117. initializer: function initializer() {
  118. return null;
  119. }
  120. }), _descriptor12 = _applyDecoratedDescriptor(_class2.prototype, "Life_Num", [_dec13], {
  121. configurable: true,
  122. enumerable: true,
  123. writable: true,
  124. initializer: function initializer() {
  125. return null;
  126. }
  127. }), _descriptor13 = _applyDecoratedDescriptor(_class2.prototype, "Life_CountDown", [_dec14], {
  128. configurable: true,
  129. enumerable: true,
  130. writable: true,
  131. initializer: function initializer() {
  132. return null;
  133. }
  134. })), _class2)) || _class));
  135. _cclegacy._RF.pop();
  136. _crd = false;
  137. }
  138. };
  139. });
  140. //# sourceMappingURL=4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js.map