7e7ab0c417629d8b4decc7970b158f69484ca3a0.js 2.7 KB

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