a939ef135ae6d7cf1f1a54e2248bf06f1b2d32e3.js 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. System.register(["cc"], function (_export, _context) {
  2. "use strict";
  3. var _cclegacy, __checkObsolete__, __checkObsoleteInNamespace__, _decorator, Component, Prefab, _dec, _dec2, _class, _class2, _descriptor, _crd, ccclass, property, Layout_UI_Notify;
  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. Component = _cc.Component;
  14. Prefab = _cc.Prefab;
  15. }],
  16. execute: function () {
  17. _crd = true;
  18. _cclegacy._RF.push({}, "5d1b6Q2UX5OU7Ky2+eYjUZG", "Layout_UI_Notify", undefined);
  19. __checkObsolete__(['_decorator', 'Button', 'Component', 'Node', 'Prefab']);
  20. ({
  21. ccclass,
  22. property
  23. } = _decorator);
  24. _export("Layout_UI_Notify", Layout_UI_Notify = (_dec = ccclass('Layout_UI_Notify'), _dec2 = property(Prefab), _dec(_class = (_class2 = class Layout_UI_Notify extends Component {
  25. constructor() {
  26. super(...arguments);
  27. _initializerDefineProperty(this, "info_prefab", _descriptor, this);
  28. }
  29. }, (_descriptor = _applyDecoratedDescriptor(_class2.prototype, "info_prefab", [_dec2], {
  30. configurable: true,
  31. enumerable: true,
  32. writable: true,
  33. initializer: null
  34. })), _class2)) || _class));
  35. _cclegacy._RF.pop();
  36. _crd = false;
  37. }
  38. };
  39. });
  40. //# sourceMappingURL=a939ef135ae6d7cf1f1a54e2248bf06f1b2d32e3.js.map