UNPKG

@difizen/mana-app

Version:

174 lines (173 loc) 12.1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TabViewComponent = exports.TabSlotView = void 0; var _icons = require("@ant-design/icons"); var _manaCore = require("@difizen/mana-core"); var _manaObservable = require("@difizen/mana-observable"); var _manaReact = require("@difizen/mana-react"); var _manaSyringe = require("@difizen/mana-syringe"); var _classnames = _interopRequireDefault(require("classnames")); var _react = require("react"); require("./index.less"); var _menuRender = require("../../menu/menu-render"); var _toolbarRender = require("../../toolbar/toolbar-render"); var _tabProtocol = require("./tab-protocol"); var _jsxRuntime = require("react/jsx-runtime"); var _dec, _dec2, _dec3, _class, _class2, _descriptor; function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); } 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 _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; } function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); } function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; } function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); } function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } 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 ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); } function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } var TabViewComponent = exports.TabViewComponent = /*#__PURE__*/(0, _react.forwardRef)(function TabViewComponent(_props, containerRef) { var _viewInstance$active; var viewInstance = (0, _manaObservable.useInject)(_manaCore.ViewInstance); var views = viewInstance.children; var activeKey = ((_viewInstance$active = viewInstance.active) === null || _viewInstance$active === void 0 ? void 0 : _viewInstance$active.id) || '__no_select__'; return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", { className: (0, _classnames.default)('mana-tab-view-container', viewInstance.className), ref: containerRef, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_manaReact.Tabs, _objectSpread(_objectSpread({ activeKey: activeKey }, viewInstance.getTabProps()), {}, { tabBarExtraContent: viewInstance.renderTabToolbar(), children: views.map(function (item) { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_manaReact.Tabs.TabPane, _objectSpread(_objectSpread({}, viewInstance.getTabPaneProps(item)), {}, { children: viewInstance.showTabContent ? viewInstance.renderTabContent(item) : null }), item.id); }) })) }); }); var TabSlotViewId = 'tab-view'; var TabSlotView = exports.TabSlotView = (_dec = (0, _manaSyringe.transient)(), _dec2 = (0, _manaCore.view)(TabSlotViewId), _dec3 = (0, _manaObservable.prop)(), _dec(_class = _dec2(_class = (_class2 = /*#__PURE__*/function (_DefaultSlotView) { _inherits(TabSlotView, _DefaultSlotView); var _super = _createSuper(TabSlotView); function TabSlotView(option, viewManager) { var _option$showTabConten; var _this; _classCallCheck(this, TabSlotView); _this = _super.call(this, option, viewManager); _initializerDefineProperty(_this, "showTabContent", _descriptor, _assertThisInitialized(_this)); _this.view = TabViewComponent; _this.onChange = function (activeKey) { var _this$active; if (activeKey !== ((_this$active = _this.active) === null || _this$active === void 0 ? void 0 : _this$active.id)) { _this.showTabContent = true; _this.active = _this.children.find(function (item) { return item.id === activeKey; }); } }; _this.option = option; _this.id = "tab-".concat(_this.id); _this.showTabContent = (_option$showTabConten = option.showTabContent) !== null && _option$showTabConten !== void 0 ? _option$showTabConten : true; return _this; } TabSlotView = (0, _manaSyringe.inject)(_manaCore.ViewManager)(TabSlotView, undefined, 1) || TabSlotView; TabSlotView = (0, _manaSyringe.inject)(_manaCore.ViewOption)(TabSlotView, undefined, 0) || TabSlotView; _createClass(TabSlotView, [{ key: "getTabProps", value: function getTabProps() { var _this$option$tabProps = this.option.tabProps, tabProps = _this$option$tabProps === void 0 ? {} : _this$option$tabProps; return _objectSpread({ type: 'line', hideAdd: true, tabPosition: 'left', onChange: this.onChange }, tabProps); } }, { key: "getTabPaneProps", value: function getTabPaneProps(item) { if (item.title) { var props = { tab: this.renderTab(item), style: { height: '100%' } }; return props; } return { tab: item.label, style: { height: '100%' } }; } }, { key: "renderTabContent", value: function renderTabContent(item) { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_manaCore.ViewRender, { view: item }); } }, { key: "close", value: function close(item) { item.dispose(); } }, { key: "renderTab", value: function renderTab(item) { var _this2 = this; return /*#__PURE__*/(0, _jsxRuntime.jsx)(_manaCore.ViewContext, { view: item, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_manaReact.Dropdown, { trigger: ['contextMenu'], overlay: /*#__PURE__*/(0, _jsxRuntime.jsx)(_menuRender.MenuRender, { menuPath: _tabProtocol.TabBarContextMenu, data: [item] }), children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", { title: item.title.caption, className: (0, _classnames.default)('mana-tab-title', item.title.className), children: [item.title.icon && /*#__PURE__*/(0, _jsxRuntime.jsx)("span", { className: "mana-tab-icon", children: this.renderTitleIcon(item.title.icon) }), this.renderTitleLabel(item.title.label), item.title.closable && /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.CloseOutlined, { onClick: function onClick() { return _this2.close(item); }, className: "mana-tab-close" })] }) }) }); } }, { key: "renderTabToolbar", value: function renderTabToolbar() { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_toolbarRender.ToolbarRender, { data: [this.active, this] }); } }]); return TabSlotView; }(_manaCore.DefaultSlotView), (_descriptor = _applyDecoratedDescriptor(_class2.prototype, "showTabContent", [_dec3], { configurable: true, enumerable: true, writable: true, initializer: function initializer() { return true; } })), _class2)) || _class) || _class);