System.register(["__unresolved_0", "cc", "__unresolved_1", "__unresolved_2"], function (_export, _context) { "use strict"; var _reporterNs, _cclegacy, __checkObsolete__, __checkObsoleteInNamespace__, _decorator, Button, Component, Toggle, UI_Rank_Item, List, _dec, _dec2, _dec3, _dec4, _dec5, _dec6, _dec7, _dec8, _class, _class2, _descriptor, _descriptor2, _descriptor3, _descriptor4, _descriptor5, _descriptor6, _descriptor7, _crd, ccclass, property, Layout_Rank; 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 _reportPossibleCrUseOfUI_Rank_Item(extras) { _reporterNs.report("UI_Rank_Item", "./UI_Rank_Item", _context.meta, extras); } function _reportPossibleCrUseOfList(extras) { _reporterNs.report("List", "../../../core/util_comp/List", _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; Toggle = _cc.Toggle; }, function (_unresolved_2) { UI_Rank_Item = _unresolved_2.UI_Rank_Item; }, function (_unresolved_3) { List = _unresolved_3.default; }], execute: function () { _crd = true; _cclegacy._RF.push({}, "2eda949TxVMN7XvpxY3t5gw", "Layout_Rank", undefined); __checkObsolete__(['_decorator', 'Button', 'Component', 'Node', 'Toggle']); ({ ccclass, property } = _decorator); _export("Layout_Rank", Layout_Rank = (_dec = ccclass('Layout_Rank'), _dec2 = property(Button), _dec3 = property(Toggle), _dec4 = property(Toggle), _dec5 = property(_crd && List === void 0 ? (_reportPossibleCrUseOfList({ error: Error() }), List) : List), _dec6 = property(_crd && List === void 0 ? (_reportPossibleCrUseOfList({ error: Error() }), List) : List), _dec7 = property(_crd && UI_Rank_Item === void 0 ? (_reportPossibleCrUseOfUI_Rank_Item({ error: Error() }), UI_Rank_Item) : UI_Rank_Item), _dec8 = property(_crd && UI_Rank_Item === void 0 ? (_reportPossibleCrUseOfUI_Rank_Item({ error: Error() }), UI_Rank_Item) : UI_Rank_Item), _dec(_class = (_class2 = class Layout_Rank extends Component { constructor() { super(...arguments); _initializerDefineProperty(this, "Close_Btn", _descriptor, this); _initializerDefineProperty(this, "Rank_Toggle_1", _descriptor2, this); _initializerDefineProperty(this, "Rank_Toggle_2", _descriptor3, this); //列表 _initializerDefineProperty(this, "list1", _descriptor4, this); //列表 _initializerDefineProperty(this, "list2", _descriptor5, this); _initializerDefineProperty(this, "own1_item", _descriptor6, this); _initializerDefineProperty(this, "own2_item", _descriptor7, this); this.onList1 = void 0; this.onList2 = void 0; } onListRender1(item, idx) { var _this$onList; (_this$onList = this.onList1) == null || _this$onList.call(this, item, idx); } onListRender2(item, idx) { var _this$onList2; (_this$onList2 = this.onList2) == null || _this$onList2.call(this, item, idx); } onDestroy() { this.onList1 = null; this.onList2 = null; } }, (_descriptor = _applyDecoratedDescriptor(_class2.prototype, "Close_Btn", [_dec2], { configurable: true, enumerable: true, writable: true, initializer: null }), _descriptor2 = _applyDecoratedDescriptor(_class2.prototype, "Rank_Toggle_1", [_dec3], { configurable: true, enumerable: true, writable: true, initializer: null }), _descriptor3 = _applyDecoratedDescriptor(_class2.prototype, "Rank_Toggle_2", [_dec4], { configurable: true, enumerable: true, writable: true, initializer: null }), _descriptor4 = _applyDecoratedDescriptor(_class2.prototype, "list1", [_dec5], { configurable: true, enumerable: true, writable: true, initializer: function initializer() { return null; } }), _descriptor5 = _applyDecoratedDescriptor(_class2.prototype, "list2", [_dec6], { configurable: true, enumerable: true, writable: true, initializer: function initializer() { return null; } }), _descriptor6 = _applyDecoratedDescriptor(_class2.prototype, "own1_item", [_dec7], { configurable: true, enumerable: true, writable: true, initializer: null }), _descriptor7 = _applyDecoratedDescriptor(_class2.prototype, "own2_item", [_dec8], { configurable: true, enumerable: true, writable: true, initializer: null })), _class2)) || _class)); _cclegacy._RF.pop(); _crd = false; } }; }); //# sourceMappingURL=30148fb61fef14f86e2cda463a167887dbf8cde4.js.map