1a017ea1d38c47616789b41b9b3ceca6cb903e59.js 4.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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, _class, _class2, _descriptor, _descriptor2, _descriptor3, _descriptor4, _descriptor5, _descriptor6, _crd, ccclass, property, Layout_Store;
  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({}, "168251ehqRBGpKPm5es9+sr", "Layout_Store", undefined);
  20. __checkObsolete__(['_decorator', 'Button', 'Component', 'Label', 'Node']);
  21. ({
  22. ccclass,
  23. property
  24. } = _decorator);
  25. _export("Layout_Store", Layout_Store = (_dec = ccclass('Layout_Store'), _dec2 = property(Button), _dec3 = property(Label), _dec4 = property([Button]), _dec5 = property([Button]), _dec6 = property([Number]), _dec7 = property([Number]), _dec(_class = (_class2 = class Layout_Store extends Component {
  26. constructor(...args) {
  27. super(...args);
  28. _initializerDefineProperty(this, "Close_Btn", _descriptor, this);
  29. _initializerDefineProperty(this, "Coin_Num", _descriptor2, this);
  30. _initializerDefineProperty(this, "Free_Gets", _descriptor3, this);
  31. _initializerDefineProperty(this, "Coin_Gets", _descriptor4, this);
  32. _initializerDefineProperty(this, "Type", _descriptor5, this);
  33. _initializerDefineProperty(this, "Value", _descriptor6, this);
  34. }
  35. }, (_descriptor = _applyDecoratedDescriptor(_class2.prototype, "Close_Btn", [_dec2], {
  36. configurable: true,
  37. enumerable: true,
  38. writable: true,
  39. initializer: null
  40. }), _descriptor2 = _applyDecoratedDescriptor(_class2.prototype, "Coin_Num", [_dec3], {
  41. configurable: true,
  42. enumerable: true,
  43. writable: true,
  44. initializer: null
  45. }), _descriptor3 = _applyDecoratedDescriptor(_class2.prototype, "Free_Gets", [_dec4], {
  46. configurable: true,
  47. enumerable: true,
  48. writable: true,
  49. initializer: function () {
  50. return [];
  51. }
  52. }), _descriptor4 = _applyDecoratedDescriptor(_class2.prototype, "Coin_Gets", [_dec5], {
  53. configurable: true,
  54. enumerable: true,
  55. writable: true,
  56. initializer: function () {
  57. return [];
  58. }
  59. }), _descriptor5 = _applyDecoratedDescriptor(_class2.prototype, "Type", [_dec6], {
  60. configurable: true,
  61. enumerable: true,
  62. writable: true,
  63. initializer: function () {
  64. return [];
  65. }
  66. }), _descriptor6 = _applyDecoratedDescriptor(_class2.prototype, "Value", [_dec7], {
  67. configurable: true,
  68. enumerable: true,
  69. writable: true,
  70. initializer: function () {
  71. return [];
  72. }
  73. })), _class2)) || _class));
  74. _cclegacy._RF.pop();
  75. _crd = false;
  76. }
  77. };
  78. });
  79. //# sourceMappingURL=1a017ea1d38c47616789b41b9b3ceca6cb903e59.js.map