c10bd777343c22d44996eae3d1e908c1e444e54c.js 4.5 KB

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