System.register(["__unresolved_0", "cc", "__unresolved_1"], function (_export, _context) { "use strict"; var _reporterNs, _cclegacy, __checkObsolete__, __checkObsoleteInNamespace__, _decorator, Button, Component, find, Label, Node, Container_Manager, _dec, _dec2, _dec3, _dec4, _dec5, _dec6, _dec7, _dec8, _dec9, _dec10, _class, _class2, _descriptor, _descriptor2, _descriptor3, _descriptor4, _descriptor5, _descriptor6, _descriptor7, _descriptor8, _descriptor9, _crd, ccclass, property, Layout_Main; 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 }); } 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; } 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.'); } function _reportPossibleCrUseOfContainer_Manager(extras) { _reporterNs.report("Container_Manager", "../../game/Container_Manager", _context.meta, extras); } return { setters: [function (_unresolved_) { _reporterNs = _unresolved_; }, function (_cc) { _cclegacy = _cc.cclegacy; __checkObsolete__ = _cc.__checkObsolete__; __checkObsoleteInNamespace__ = _cc.__checkObsoleteInNamespace__; _decorator = _cc._decorator; Button = _cc.Button; Component = _cc.Component; find = _cc.find; Label = _cc.Label; Node = _cc.Node; }, function (_unresolved_2) { Container_Manager = _unresolved_2.Container_Manager; }], execute: function () { _crd = true; _cclegacy._RF.push({}, "e3f72nzJUVGJo/WY8fbriTs", "Layout_Main", undefined); __checkObsolete__(['_decorator', 'Button', 'Component', 'find', 'Label', 'Node']); ({ ccclass, property } = _decorator); _export("Layout_Main", Layout_Main = (_dec = ccclass('Layout_Main'), _dec2 = property(Button), _dec3 = property(Button), _dec4 = property(Label), _dec5 = property(Label), _dec6 = property(Label), _dec7 = property(Button), _dec8 = property(Button), _dec9 = property(Button), _dec10 = property(Node), _dec(_class = (_class2 = class Layout_Main extends Component { constructor(...args) { super(...args); _initializerDefineProperty(this, "Pause_Btn", _descriptor, this); _initializerDefineProperty(this, "Rules_Btn", _descriptor2, this); _initializerDefineProperty(this, "Level", _descriptor3, this); _initializerDefineProperty(this, "Remain_Cube_Des", _descriptor4, this); _initializerDefineProperty(this, "Count_Down_Des", _descriptor5, this); _initializerDefineProperty(this, "Eliminate_Btn", _descriptor6, this); _initializerDefineProperty(this, "Shuffle_Btn", _descriptor7, this); _initializerDefineProperty(this, "Empty_Btn", _descriptor8, this); _initializerDefineProperty(this, "Hand", _descriptor9, this); this.time = void 0; this.Container = void 0; } start() { this.Container = find('Container').getComponent(_crd && Container_Manager === void 0 ? (_reportPossibleCrUseOfContainer_Manager({ error: Error() }), Container_Manager) : Container_Manager); } }, (_descriptor = _applyDecoratedDescriptor(_class2.prototype, "Pause_Btn", [_dec2], { configurable: true, enumerable: true, writable: true, initializer: function () { return null; } }), _descriptor2 = _applyDecoratedDescriptor(_class2.prototype, "Rules_Btn", [_dec3], { configurable: true, enumerable: true, writable: true, initializer: function () { return null; } }), _descriptor3 = _applyDecoratedDescriptor(_class2.prototype, "Level", [_dec4], { configurable: true, enumerable: true, writable: true, initializer: function () { return null; } }), _descriptor4 = _applyDecoratedDescriptor(_class2.prototype, "Remain_Cube_Des", [_dec5], { configurable: true, enumerable: true, writable: true, initializer: function () { return null; } }), _descriptor5 = _applyDecoratedDescriptor(_class2.prototype, "Count_Down_Des", [_dec6], { configurable: true, enumerable: true, writable: true, initializer: function () { return null; } }), _descriptor6 = _applyDecoratedDescriptor(_class2.prototype, "Eliminate_Btn", [_dec7], { configurable: true, enumerable: true, writable: true, initializer: function () { return null; } }), _descriptor7 = _applyDecoratedDescriptor(_class2.prototype, "Shuffle_Btn", [_dec8], { configurable: true, enumerable: true, writable: true, initializer: function () { return null; } }), _descriptor8 = _applyDecoratedDescriptor(_class2.prototype, "Empty_Btn", [_dec9], { configurable: true, enumerable: true, writable: true, initializer: function () { return null; } }), _descriptor9 = _applyDecoratedDescriptor(_class2.prototype, "Hand", [_dec10], { configurable: true, enumerable: true, writable: true, initializer: function () { return null; } })), _class2)) || _class)); _cclegacy._RF.pop(); _crd = false; } }; }); //# sourceMappingURL=6a163e5eb12e84fcff92e09679473d95caa7ce42.js.map