caf1f57c4e93834ff6792756f81ca4dda67117d5.js 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. System.register(["cc"], function (_export, _context) {
  2. "use strict";
  3. var _cclegacy, __checkObsolete__, __checkObsoleteInNamespace__, _decorator, Button, Component, Label, Sprite, _dec, _dec2, _dec3, _dec4, _dec5, _dec6, _dec7, _dec8, _dec9, _class, _class2, _descriptor, _descriptor2, _descriptor3, _descriptor4, _descriptor5, _descriptor6, _descriptor7, _descriptor8, _crd, ccclass, property, Layout_LatticeFull;
  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. Sprite = _cc.Sprite;
  17. }],
  18. execute: function () {
  19. _crd = true;
  20. _cclegacy._RF.push({}, "b79deqrTgdIk6CiExH7qvRx", "Layout_LatticeFull", undefined);
  21. __checkObsolete__(['_decorator', 'Button', 'Component', 'Label', 'Node', 'Sprite']);
  22. ({
  23. ccclass,
  24. property
  25. } = _decorator);
  26. _export("Layout_LatticeFull", Layout_LatticeFull = (_dec = ccclass('Layout_LatticeFull'), _dec2 = property(Button), _dec3 = property(Button), _dec4 = property(Label), _dec5 = property(Sprite), _dec6 = property(Button), _dec7 = property(Label), _dec8 = property(Sprite), _dec9 = property(Button), _dec(_class = (_class2 = class Layout_LatticeFull extends Component {
  27. constructor() {
  28. super(...arguments);
  29. _initializerDefineProperty(this, "Close_Btn", _descriptor, this);
  30. _initializerDefineProperty(this, "Eliminate", _descriptor2, this);
  31. _initializerDefineProperty(this, "Eliminate_RedPoint_num", _descriptor3, this);
  32. _initializerDefineProperty(this, "Eliminate_Ad", _descriptor4, this);
  33. _initializerDefineProperty(this, "Empty", _descriptor5, this);
  34. _initializerDefineProperty(this, "Empty_RedPoint_num", _descriptor6, this);
  35. _initializerDefineProperty(this, "Empty_Ad", _descriptor7, this);
  36. _initializerDefineProperty(this, "Click", _descriptor8, this);
  37. }
  38. }, (_descriptor = _applyDecoratedDescriptor(_class2.prototype, "Close_Btn", [_dec2], {
  39. configurable: true,
  40. enumerable: true,
  41. writable: true,
  42. initializer: null
  43. }), _descriptor2 = _applyDecoratedDescriptor(_class2.prototype, "Eliminate", [_dec3], {
  44. configurable: true,
  45. enumerable: true,
  46. writable: true,
  47. initializer: null
  48. }), _descriptor3 = _applyDecoratedDescriptor(_class2.prototype, "Eliminate_RedPoint_num", [_dec4], {
  49. configurable: true,
  50. enumerable: true,
  51. writable: true,
  52. initializer: null
  53. }), _descriptor4 = _applyDecoratedDescriptor(_class2.prototype, "Eliminate_Ad", [_dec5], {
  54. configurable: true,
  55. enumerable: true,
  56. writable: true,
  57. initializer: null
  58. }), _descriptor5 = _applyDecoratedDescriptor(_class2.prototype, "Empty", [_dec6], {
  59. configurable: true,
  60. enumerable: true,
  61. writable: true,
  62. initializer: null
  63. }), _descriptor6 = _applyDecoratedDescriptor(_class2.prototype, "Empty_RedPoint_num", [_dec7], {
  64. configurable: true,
  65. enumerable: true,
  66. writable: true,
  67. initializer: null
  68. }), _descriptor7 = _applyDecoratedDescriptor(_class2.prototype, "Empty_Ad", [_dec8], {
  69. configurable: true,
  70. enumerable: true,
  71. writable: true,
  72. initializer: null
  73. }), _descriptor8 = _applyDecoratedDescriptor(_class2.prototype, "Click", [_dec9], {
  74. configurable: true,
  75. enumerable: true,
  76. writable: true,
  77. initializer: null
  78. })), _class2)) || _class));
  79. _cclegacy._RF.pop();
  80. _crd = false;
  81. }
  82. };
  83. });
  84. //# sourceMappingURL=caf1f57c4e93834ff6792756f81ca4dda67117d5.js.map