51a2fc9baf5dbcb91158148773a20e6ed06617ea.js 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. System.register(["cc"], function (_export, _context) {
  2. "use strict";
  3. var _cclegacy, __checkObsolete__, __checkObsoleteInNamespace__, _decorator, Button, Component, Label, ProgressBar, Sprite, SpriteFrame, _dec, _dec2, _dec3, _dec4, _dec5, _dec6, _dec7, _dec8, _class, _class2, _descriptor, _descriptor2, _descriptor3, _descriptor4, _descriptor5, _descriptor6, _descriptor7, _crd, ccclass, property, Layout_Invite;
  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. ProgressBar = _cc.ProgressBar;
  17. Sprite = _cc.Sprite;
  18. SpriteFrame = _cc.SpriteFrame;
  19. }],
  20. execute: function () {
  21. _crd = true;
  22. _cclegacy._RF.push({}, "859979HUQ9IrZ1w0hT607qb", "Layout_Invite", undefined);
  23. __checkObsolete__(['_decorator', 'Button', 'Component', 'Label', 'Node', 'ProgressBar', 'Sprite', 'SpriteFrame']);
  24. ({
  25. ccclass,
  26. property
  27. } = _decorator);
  28. _export("Layout_Invite", Layout_Invite = (_dec = ccclass('Layout_Invite'), _dec2 = property(Button), _dec3 = property(Button), _dec4 = property(Button), _dec5 = property(ProgressBar), _dec6 = property(Label), _dec7 = property([SpriteFrame]), _dec8 = property(Sprite), _dec(_class = (_class2 = class Layout_Invite extends Component {
  29. constructor(...args) {
  30. super(...args);
  31. _initializerDefineProperty(this, "Close_Btn", _descriptor, this);
  32. _initializerDefineProperty(this, "Invite_Friend_Btn", _descriptor2, this);
  33. _initializerDefineProperty(this, "Refresh_Btn", _descriptor3, this);
  34. _initializerDefineProperty(this, "progressBar", _descriptor4, this);
  35. _initializerDefineProperty(this, "Txt", _descriptor5, this);
  36. _initializerDefineProperty(this, "Num", _descriptor6, this);
  37. _initializerDefineProperty(this, "Num_Sp", _descriptor7, this);
  38. this.target_count = 3;
  39. this.count = 1;
  40. }
  41. }, (_descriptor = _applyDecoratedDescriptor(_class2.prototype, "Close_Btn", [_dec2], {
  42. configurable: true,
  43. enumerable: true,
  44. writable: true,
  45. initializer: null
  46. }), _descriptor2 = _applyDecoratedDescriptor(_class2.prototype, "Invite_Friend_Btn", [_dec3], {
  47. configurable: true,
  48. enumerable: true,
  49. writable: true,
  50. initializer: null
  51. }), _descriptor3 = _applyDecoratedDescriptor(_class2.prototype, "Refresh_Btn", [_dec4], {
  52. configurable: true,
  53. enumerable: true,
  54. writable: true,
  55. initializer: null
  56. }), _descriptor4 = _applyDecoratedDescriptor(_class2.prototype, "progressBar", [_dec5], {
  57. configurable: true,
  58. enumerable: true,
  59. writable: true,
  60. initializer: null
  61. }), _descriptor5 = _applyDecoratedDescriptor(_class2.prototype, "Txt", [_dec6], {
  62. configurable: true,
  63. enumerable: true,
  64. writable: true,
  65. initializer: null
  66. }), _descriptor6 = _applyDecoratedDescriptor(_class2.prototype, "Num", [_dec7], {
  67. configurable: true,
  68. enumerable: true,
  69. writable: true,
  70. initializer: function () {
  71. return [];
  72. }
  73. }), _descriptor7 = _applyDecoratedDescriptor(_class2.prototype, "Num_Sp", [_dec8], {
  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=51a2fc9baf5dbcb91158148773a20e6ed06617ea.js.map