web-component-gallery 1.1.33 → 1.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/amap.umd.js +5 -324
- package/dist/index.umd.js +5 -324
- package/dist/multiTab.umd.js +2 -2
- package/lib/iframe/index.jsx +41 -7
- package/lib/iframe/index.less +15 -2
- package/lib/index.js +0 -9
- package/lib/multiTab/MultiTab.jsx +1 -9
- package/lib/multiTab/index.less +3 -24
- package/package.json +1 -1
- package/plugins/lib/iframe/index.jsx +41 -7
- package/plugins/lib/iframe/index.less +15 -2
- package/plugins/lib/index.js +0 -9
- package/plugins/lib/multiTab/MultiTab.jsx +1 -9
- package/plugins/lib/multiTab/index.less +3 -24
- package/plugins/store/auth.js +1 -22
- package/plugins/store/project.js +7 -7
- package/dist/layout.umd.js +0 -4590
- package/plugins/lib/layout/Header.jsx +0 -78
- package/plugins/lib/layout/Header.less +0 -25
- package/plugins/lib/layout/Screen.jsx +0 -51
- package/plugins/lib/layout/components/Fragment.jsx +0 -7
- package/plugins/lib/layout/components/RightContent/AvatarDropdown.vue +0 -94
- package/plugins/lib/layout/components/RightContent/index.jsx +0 -22
- package/plugins/lib/layout/components/RightContent/index.less +0 -0
- package/plugins/lib/layout/components/RouteMenu/BaseMenu.jsx +0 -183
- package/plugins/lib/layout/components/RouteMenu/index.js +0 -2
- package/plugins/lib/layout/components/SiderMenu/SiderMenu.jsx +0 -91
- package/plugins/lib/layout/components/SiderMenu/index.jsx +0 -33
- package/plugins/lib/layout/components/SiderMenu/index.less +0 -23
- package/plugins/lib/layout/components/TopMenu/TopMenu.jsx +0 -133
- package/plugins/lib/layout/components/TopMenu/index.js +0 -2
- package/plugins/lib/layout/components/index.js +0 -13
- package/plugins/lib/layout/index.jsx +0 -62
- package/plugins/lib/layout/style/index.less +0 -14
- package/plugins/lib/layout/utils/util.js +0 -65
package/dist/amap.umd.js
CHANGED
|
@@ -327,17 +327,6 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
327
327
|
|
|
328
328
|
/***/ }),
|
|
329
329
|
|
|
330
|
-
/***/ "./node_modules/ant-design-vue/es/_util/isNumeric.js":
|
|
331
|
-
/*!***********************************************************!*\
|
|
332
|
-
!*** ./node_modules/ant-design-vue/es/_util/isNumeric.js ***!
|
|
333
|
-
\***********************************************************/
|
|
334
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
335
|
-
|
|
336
|
-
"use strict";
|
|
337
|
-
eval("__webpack_require__.r(__webpack_exports__);\nvar isNumeric = function isNumeric(value) {\n return !isNaN(parseFloat(value)) && isFinite(value);\n};\n/* harmony default export */ __webpack_exports__[\"default\"] = (isNumeric);\n\n//# sourceURL=webpack://mui/./node_modules/ant-design-vue/es/_util/isNumeric.js?");
|
|
338
|
-
|
|
339
|
-
/***/ }),
|
|
340
|
-
|
|
341
330
|
/***/ "./node_modules/ant-design-vue/es/_util/isValid.js":
|
|
342
331
|
/*!*********************************************************!*\
|
|
343
332
|
!*** ./node_modules/ant-design-vue/es/_util/isValid.js ***!
|
|
@@ -536,17 +525,6 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var babe
|
|
|
536
525
|
|
|
537
526
|
/***/ }),
|
|
538
527
|
|
|
539
|
-
/***/ "./node_modules/ant-design-vue/es/_util/triggerEvent.js":
|
|
540
|
-
/*!**************************************************************!*\
|
|
541
|
-
!*** ./node_modules/ant-design-vue/es/_util/triggerEvent.js ***!
|
|
542
|
-
\**************************************************************/
|
|
543
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
544
|
-
|
|
545
|
-
"use strict";
|
|
546
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ triggerEvent; }\n/* harmony export */ });\nfunction triggerEvent(el, type) {\n if ('createEvent' in document) {\n // modern browsers, IE9+\n var e = document.createEvent('HTMLEvents');\n e.initEvent(type, false, true);\n el.dispatchEvent(e);\n }\n}\n\n//# sourceURL=webpack://mui/./node_modules/ant-design-vue/es/_util/triggerEvent.js?");
|
|
547
|
-
|
|
548
|
-
/***/ }),
|
|
549
|
-
|
|
550
528
|
/***/ "./node_modules/ant-design-vue/es/_util/vnode.js":
|
|
551
529
|
/*!*******************************************************!*\
|
|
552
530
|
!*** ./node_modules/ant-design-vue/es/_util/vnode.js ***!
|
|
@@ -1207,50 +1185,6 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _uti
|
|
|
1207
1185
|
|
|
1208
1186
|
/***/ }),
|
|
1209
1187
|
|
|
1210
|
-
/***/ "./node_modules/ant-design-vue/es/layout/Sider.js":
|
|
1211
|
-
/*!********************************************************!*\
|
|
1212
|
-
!*** ./node_modules/ant-design-vue/es/layout/Sider.js ***!
|
|
1213
|
-
\********************************************************/
|
|
1214
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1215
|
-
|
|
1216
|
-
"use strict";
|
|
1217
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ SiderProps: function() { return /* binding */ SiderProps; }\n/* harmony export */ });\n/* harmony import */ var babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! babel-runtime/helpers/defineProperty */ \"./node_modules/babel-runtime/helpers/defineProperty.js\");\n/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! classnames */ \"./node_modules/classnames/index.js\");\n/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _util_vue_types__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../_util/vue-types */ \"./node_modules/ant-design-vue/es/_util/vue-types/index.js\");\n/* harmony import */ var _util_props_util__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../_util/props-util */ \"./node_modules/ant-design-vue/es/_util/props-util.js\");\n/* harmony import */ var _util_BaseMixin__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../_util/BaseMixin */ \"./node_modules/ant-design-vue/es/_util/BaseMixin.js\");\n/* harmony import */ var _util_isNumeric__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../_util/isNumeric */ \"./node_modules/ant-design-vue/es/_util/isNumeric.js\");\n/* harmony import */ var _config_provider_configConsumerProps__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../config-provider/configConsumerProps */ \"./node_modules/ant-design-vue/es/config-provider/configConsumerProps.js\");\n/* harmony import */ var _icon__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../icon */ \"./node_modules/ant-design-vue/es/icon/index.js\");\n\n\n\n\n\n\n\n\n\n// matchMedia polyfill for\n// https://github.com/WickyNilliams/enquire.js/issues/82\nif (typeof window !== 'undefined') {\n var matchMediaPolyfill = function matchMediaPolyfill(mediaQuery) {\n return {\n media: mediaQuery,\n matches: false,\n addListener: function addListener() {},\n removeListener: function removeListener() {}\n };\n };\n window.matchMedia = window.matchMedia || matchMediaPolyfill;\n}\nvar dimensionMaxMap = {\n xs: '479.98px',\n sm: '575.98px',\n md: '767.98px',\n lg: '991.98px',\n xl: '1199.98px',\n xxl: '1599.98px'\n};\n\n// export type CollapseType = 'clickTrigger' | 'responsive';\n\nvar SiderProps = {\n prefixCls: _util_vue_types__WEBPACK_IMPORTED_MODULE_2__[\"default\"].string,\n collapsible: _util_vue_types__WEBPACK_IMPORTED_MODULE_2__[\"default\"].bool,\n collapsed: _util_vue_types__WEBPACK_IMPORTED_MODULE_2__[\"default\"].bool,\n defaultCollapsed: _util_vue_types__WEBPACK_IMPORTED_MODULE_2__[\"default\"].bool,\n reverseArrow: _util_vue_types__WEBPACK_IMPORTED_MODULE_2__[\"default\"].bool,\n // onCollapse?: (collapsed: boolean, type: CollapseType) => void;\n zeroWidthTriggerStyle: _util_vue_types__WEBPACK_IMPORTED_MODULE_2__[\"default\"].object,\n trigger: _util_vue_types__WEBPACK_IMPORTED_MODULE_2__[\"default\"].any,\n width: _util_vue_types__WEBPACK_IMPORTED_MODULE_2__[\"default\"].oneOfType([_util_vue_types__WEBPACK_IMPORTED_MODULE_2__[\"default\"].number, _util_vue_types__WEBPACK_IMPORTED_MODULE_2__[\"default\"].string]),\n collapsedWidth: _util_vue_types__WEBPACK_IMPORTED_MODULE_2__[\"default\"].oneOfType([_util_vue_types__WEBPACK_IMPORTED_MODULE_2__[\"default\"].number, _util_vue_types__WEBPACK_IMPORTED_MODULE_2__[\"default\"].string]),\n breakpoint: _util_vue_types__WEBPACK_IMPORTED_MODULE_2__[\"default\"].oneOf(['xs', 'sm', 'md', 'lg', 'xl', 'xxl']),\n theme: _util_vue_types__WEBPACK_IMPORTED_MODULE_2__[\"default\"].oneOf(['light', 'dark']).def('dark')\n};\n\n// export interface SiderState {\n// collapsed?: boolean;\n// below: boolean;\n// belowShow?: boolean;\n// }\n\n// export interface SiderContext {\n// siderCollapsed: boolean;\n// }\n\nvar generateId = function () {\n var i = 0;\n return function () {\n var prefix = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';\n i += 1;\n return '' + prefix + i;\n };\n}();\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'ALayoutSider',\n __ANT_LAYOUT_SIDER: true,\n mixins: [_util_BaseMixin__WEBPACK_IMPORTED_MODULE_3__[\"default\"]],\n model: {\n prop: 'collapsed',\n event: 'collapse'\n },\n props: (0,_util_props_util__WEBPACK_IMPORTED_MODULE_4__.initDefaultProps)(SiderProps, {\n collapsible: false,\n defaultCollapsed: false,\n reverseArrow: false,\n width: 200,\n collapsedWidth: 80\n }),\n data: function data() {\n this.uniqueId = generateId('ant-sider-');\n var matchMedia = void 0;\n if (typeof window !== 'undefined') {\n matchMedia = window.matchMedia;\n }\n var props = (0,_util_props_util__WEBPACK_IMPORTED_MODULE_4__.getOptionProps)(this);\n if (matchMedia && props.breakpoint && props.breakpoint in dimensionMaxMap) {\n this.mql = matchMedia('(max-width: ' + dimensionMaxMap[props.breakpoint] + ')');\n }\n var sCollapsed = void 0;\n if ('collapsed' in props) {\n sCollapsed = props.collapsed;\n } else {\n sCollapsed = props.defaultCollapsed;\n }\n return {\n sCollapsed: sCollapsed,\n below: false,\n belowShow: false\n };\n },\n provide: function provide() {\n return {\n layoutSiderContext: this // menu组件中使用\n };\n },\n inject: {\n siderHook: {\n 'default': function _default() {\n return {};\n }\n },\n configProvider: {\n 'default': function _default() {\n return _config_provider_configConsumerProps__WEBPACK_IMPORTED_MODULE_5__.ConfigConsumerProps;\n }\n }\n },\n // getChildContext() {\n // return {\n // siderCollapsed: this.state.collapsed,\n // collapsedWidth: this.props.collapsedWidth,\n // };\n // }\n watch: {\n collapsed: function collapsed(val) {\n this.setState({\n sCollapsed: val\n });\n }\n },\n mounted: function mounted() {\n var _this = this;\n this.$nextTick(function () {\n if (_this.mql) {\n _this.mql.addListener(_this.responsiveHandler);\n _this.responsiveHandler(_this.mql);\n }\n if (_this.siderHook.addSider) {\n _this.siderHook.addSider(_this.uniqueId);\n }\n });\n },\n beforeDestroy: function beforeDestroy() {\n if (this.mql) {\n this.mql.removeListener(this.responsiveHandler);\n }\n if (this.siderHook.removeSider) {\n this.siderHook.removeSider(this.uniqueId);\n }\n },\n methods: {\n responsiveHandler: function responsiveHandler(mql) {\n this.setState({\n below: mql.matches\n });\n this.$emit('breakpoint', mql.matches);\n if (this.sCollapsed !== mql.matches) {\n this.setCollapsed(mql.matches, 'responsive');\n }\n },\n setCollapsed: function setCollapsed(collapsed, type) {\n if (!(0,_util_props_util__WEBPACK_IMPORTED_MODULE_4__.hasProp)(this, 'collapsed')) {\n this.setState({\n sCollapsed: collapsed\n });\n }\n this.$emit('collapse', collapsed, type);\n },\n toggle: function toggle() {\n var collapsed = !this.sCollapsed;\n this.setCollapsed(collapsed, 'clickTrigger');\n },\n belowShowChange: function belowShowChange() {\n this.setState({\n belowShow: !this.belowShow\n });\n }\n },\n render: function render() {\n var _classNames;\n var h = arguments[0];\n var _getOptionProps = (0,_util_props_util__WEBPACK_IMPORTED_MODULE_4__.getOptionProps)(this),\n customizePrefixCls = _getOptionProps.prefixCls,\n theme = _getOptionProps.theme,\n collapsible = _getOptionProps.collapsible,\n reverseArrow = _getOptionProps.reverseArrow,\n width = _getOptionProps.width,\n collapsedWidth = _getOptionProps.collapsedWidth,\n zeroWidthTriggerStyle = _getOptionProps.zeroWidthTriggerStyle;\n var getPrefixCls = this.configProvider.getPrefixCls;\n var prefixCls = getPrefixCls('layout-sider', customizePrefixCls);\n var trigger = (0,_util_props_util__WEBPACK_IMPORTED_MODULE_4__.getComponentFromProp)(this, 'trigger');\n var rawWidth = this.sCollapsed ? collapsedWidth : width;\n // use \"px\" as fallback unit for width\n var siderWidth = (0,_util_isNumeric__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(rawWidth) ? rawWidth + 'px' : String(rawWidth);\n // special trigger when collapsedWidth == 0\n var zeroWidthTrigger = parseFloat(String(collapsedWidth || 0)) === 0 ? h('span', {\n on: {\n 'click': this.toggle\n },\n 'class': prefixCls + '-zero-width-trigger ' + prefixCls + '-zero-width-trigger-' + (reverseArrow ? 'right' : 'left'),\n style: zeroWidthTriggerStyle\n }, [h(_icon__WEBPACK_IMPORTED_MODULE_7__[\"default\"], {\n attrs: {\n type: 'bars'\n }\n })]) : null;\n var iconObj = {\n expanded: reverseArrow ? h(_icon__WEBPACK_IMPORTED_MODULE_7__[\"default\"], {\n attrs: {\n type: 'right'\n }\n }) : h(_icon__WEBPACK_IMPORTED_MODULE_7__[\"default\"], {\n attrs: {\n type: 'left'\n }\n }),\n collapsed: reverseArrow ? h(_icon__WEBPACK_IMPORTED_MODULE_7__[\"default\"], {\n attrs: {\n type: 'left'\n }\n }) : h(_icon__WEBPACK_IMPORTED_MODULE_7__[\"default\"], {\n attrs: {\n type: 'right'\n }\n })\n };\n var status = this.sCollapsed ? 'collapsed' : 'expanded';\n var defaultTrigger = iconObj[status];\n var triggerDom = trigger !== null ? zeroWidthTrigger || h('div', {\n 'class': prefixCls + '-trigger',\n on: {\n 'click': this.toggle\n },\n style: {\n width: siderWidth\n }\n }, [trigger || defaultTrigger]) : null;\n var divStyle = {\n // ...style,\n flex: '0 0 ' + siderWidth,\n maxWidth: siderWidth,\n // Fix width transition bug in IE11\n minWidth: siderWidth,\n // https://github.com/ant-design/ant-design/issues/6349\n width: siderWidth\n };\n var siderCls = classnames__WEBPACK_IMPORTED_MODULE_1___default()(prefixCls, prefixCls + '-' + theme, (_classNames = {}, (0,babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(_classNames, prefixCls + '-collapsed', !!this.sCollapsed), (0,babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(_classNames, prefixCls + '-has-trigger', collapsible && trigger !== null && !zeroWidthTrigger), (0,babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(_classNames, prefixCls + '-below', !!this.below), (0,babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(_classNames, prefixCls + '-zero-width', parseFloat(siderWidth) === 0), _classNames));\n var divProps = {\n on: (0,_util_props_util__WEBPACK_IMPORTED_MODULE_4__.getListeners)(this),\n 'class': siderCls,\n style: divStyle\n };\n return h('aside', divProps, [h('div', {\n 'class': prefixCls + '-children'\n }, [this.$slots['default']]), collapsible || this.below && zeroWidthTrigger ? triggerDom : null]);\n }\n});\n\n//# sourceURL=webpack://mui/./node_modules/ant-design-vue/es/layout/Sider.js?");
|
|
1218
|
-
|
|
1219
|
-
/***/ }),
|
|
1220
|
-
|
|
1221
|
-
/***/ "./node_modules/ant-design-vue/es/layout/index.js":
|
|
1222
|
-
/*!********************************************************!*\
|
|
1223
|
-
!*** ./node_modules/ant-design-vue/es/layout/index.js ***!
|
|
1224
|
-
\********************************************************/
|
|
1225
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1226
|
-
|
|
1227
|
-
"use strict";
|
|
1228
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _layout__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./layout */ \"./node_modules/ant-design-vue/es/layout/layout.js\");\n/* harmony import */ var _Sider__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Sider */ \"./node_modules/ant-design-vue/es/layout/Sider.js\");\n/* harmony import */ var _base__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../base */ \"./node_modules/ant-design-vue/es/base/index.js\");\n\n\n\n_layout__WEBPACK_IMPORTED_MODULE_0__[\"default\"].Sider = _Sider__WEBPACK_IMPORTED_MODULE_1__[\"default\"];\n\n/* istanbul ignore next */\n_layout__WEBPACK_IMPORTED_MODULE_0__[\"default\"].install = function (Vue) {\n Vue.use(_base__WEBPACK_IMPORTED_MODULE_2__[\"default\"]);\n Vue.component(_layout__WEBPACK_IMPORTED_MODULE_0__[\"default\"].name, _layout__WEBPACK_IMPORTED_MODULE_0__[\"default\"]);\n Vue.component(_layout__WEBPACK_IMPORTED_MODULE_0__[\"default\"].Header.name, _layout__WEBPACK_IMPORTED_MODULE_0__[\"default\"].Header);\n Vue.component(_layout__WEBPACK_IMPORTED_MODULE_0__[\"default\"].Footer.name, _layout__WEBPACK_IMPORTED_MODULE_0__[\"default\"].Footer);\n Vue.component(_layout__WEBPACK_IMPORTED_MODULE_0__[\"default\"].Sider.name, _layout__WEBPACK_IMPORTED_MODULE_0__[\"default\"].Sider);\n Vue.component(_layout__WEBPACK_IMPORTED_MODULE_0__[\"default\"].Content.name, _layout__WEBPACK_IMPORTED_MODULE_0__[\"default\"].Content);\n};\n/* harmony default export */ __webpack_exports__[\"default\"] = (_layout__WEBPACK_IMPORTED_MODULE_0__[\"default\"]);\n\n//# sourceURL=webpack://mui/./node_modules/ant-design-vue/es/layout/index.js?");
|
|
1229
|
-
|
|
1230
|
-
/***/ }),
|
|
1231
|
-
|
|
1232
|
-
/***/ "./node_modules/ant-design-vue/es/layout/layout.js":
|
|
1233
|
-
/*!*********************************************************!*\
|
|
1234
|
-
!*** ./node_modules/ant-design-vue/es/layout/layout.js ***!
|
|
1235
|
-
\*********************************************************/
|
|
1236
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1237
|
-
|
|
1238
|
-
"use strict";
|
|
1239
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ BasicProps: function() { return /* binding */ BasicProps; }\n/* harmony export */ });\n/* harmony import */ var babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! babel-runtime/helpers/defineProperty */ \"./node_modules/babel-runtime/helpers/defineProperty.js\");\n/* harmony import */ var babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! babel-runtime/helpers/toConsumableArray */ \"./node_modules/babel-runtime/helpers/toConsumableArray.js\");\n/* harmony import */ var babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! babel-runtime/helpers/extends */ \"./node_modules/babel-runtime/helpers/extends.js\");\n/* harmony import */ var _util_vue_types__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../_util/vue-types */ \"./node_modules/ant-design-vue/es/_util/vue-types/index.js\");\n/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! classnames */ \"./node_modules/classnames/index.js\");\n/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var _util_props_util__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../_util/props-util */ \"./node_modules/ant-design-vue/es/_util/props-util.js\");\n/* harmony import */ var _config_provider_configConsumerProps__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../config-provider/configConsumerProps */ \"./node_modules/ant-design-vue/es/config-provider/configConsumerProps.js\");\n\n\n\n\n\n\n\nvar BasicProps = {\n prefixCls: _util_vue_types__WEBPACK_IMPORTED_MODULE_4__[\"default\"].string,\n hasSider: _util_vue_types__WEBPACK_IMPORTED_MODULE_4__[\"default\"].boolean,\n tagName: _util_vue_types__WEBPACK_IMPORTED_MODULE_4__[\"default\"].string\n};\nfunction generator(_ref) {\n var suffixCls = _ref.suffixCls,\n tagName = _ref.tagName,\n name = _ref.name;\n return function (BasicComponent) {\n return {\n name: name,\n props: BasicComponent.props,\n inject: {\n configProvider: {\n 'default': function _default() {\n return _config_provider_configConsumerProps__WEBPACK_IMPORTED_MODULE_5__.ConfigConsumerProps;\n }\n }\n },\n render: function render() {\n var h = arguments[0];\n var customizePrefixCls = this.$props.prefixCls;\n var getPrefixCls = this.configProvider.getPrefixCls;\n var prefixCls = getPrefixCls(suffixCls, customizePrefixCls);\n var basicComponentProps = {\n props: (0,babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_2__[\"default\"])({\n prefixCls: prefixCls\n }, (0,_util_props_util__WEBPACK_IMPORTED_MODULE_6__.getOptionProps)(this), {\n tagName: tagName\n }),\n on: (0,_util_props_util__WEBPACK_IMPORTED_MODULE_6__.getListeners)(this)\n };\n return h(BasicComponent, basicComponentProps, [this.$slots['default']]);\n }\n };\n };\n}\nvar Basic = {\n props: BasicProps,\n render: function render() {\n var h = arguments[0];\n var prefixCls = this.prefixCls,\n Tag = this.tagName,\n $slots = this.$slots;\n var divProps = {\n 'class': prefixCls,\n on: (0,_util_props_util__WEBPACK_IMPORTED_MODULE_6__.getListeners)(this)\n };\n return h(Tag, divProps, [$slots['default']]);\n }\n};\nvar BasicLayout = {\n props: BasicProps,\n data: function data() {\n return {\n siders: []\n };\n },\n provide: function provide() {\n var _this = this;\n return {\n siderHook: {\n addSider: function addSider(id) {\n _this.siders = [].concat((0,babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(_this.siders), [id]);\n },\n removeSider: function removeSider(id) {\n _this.siders = _this.siders.filter(function (currentId) {\n return currentId !== id;\n });\n }\n }\n };\n },\n render: function render() {\n var h = arguments[0];\n var prefixCls = this.prefixCls,\n $slots = this.$slots,\n hasSider = this.hasSider,\n Tag = this.tagName;\n var divCls = classnames__WEBPACK_IMPORTED_MODULE_3___default()(prefixCls, (0,babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, prefixCls + '-has-sider', typeof hasSider === 'boolean' ? hasSider : this.siders.length > 0));\n var divProps = {\n 'class': divCls,\n on: _util_props_util__WEBPACK_IMPORTED_MODULE_6__.getListeners\n };\n return h(Tag, divProps, [$slots['default']]);\n }\n};\nvar Layout = generator({\n suffixCls: 'layout',\n tagName: 'section',\n name: 'ALayout'\n})(BasicLayout);\nvar Header = generator({\n suffixCls: 'layout-header',\n tagName: 'header',\n name: 'ALayoutHeader'\n})(Basic);\nvar Footer = generator({\n suffixCls: 'layout-footer',\n tagName: 'footer',\n name: 'ALayoutFooter'\n})(Basic);\nvar Content = generator({\n suffixCls: 'layout-content',\n tagName: 'main',\n name: 'ALayoutContent'\n})(Basic);\nLayout.Header = Header;\nLayout.Footer = Footer;\nLayout.Content = Content;\n/* harmony default export */ __webpack_exports__[\"default\"] = (Layout);\n\n//# sourceURL=webpack://mui/./node_modules/ant-design-vue/es/layout/layout.js?");
|
|
1240
|
-
|
|
1241
|
-
/***/ }),
|
|
1242
|
-
|
|
1243
|
-
/***/ "./node_modules/ant-design-vue/es/layout/style/index.js":
|
|
1244
|
-
/*!**************************************************************!*\
|
|
1245
|
-
!*** ./node_modules/ant-design-vue/es/layout/style/index.js ***!
|
|
1246
|
-
\**************************************************************/
|
|
1247
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1248
|
-
|
|
1249
|
-
"use strict";
|
|
1250
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../style/index.less */ \"./node_modules/ant-design-vue/es/style/index.less\");\n/* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.less */ \"./node_modules/ant-design-vue/es/layout/style/index.less\");\n\n\n\n//# sourceURL=webpack://mui/./node_modules/ant-design-vue/es/layout/style/index.js?");
|
|
1251
|
-
|
|
1252
|
-
/***/ }),
|
|
1253
|
-
|
|
1254
1188
|
/***/ "./node_modules/ant-design-vue/es/locale-provider/LocaleReceiver.js":
|
|
1255
1189
|
/*!**************************************************************************!*\
|
|
1256
1190
|
!*** ./node_modules/ant-design-vue/es/locale-provider/LocaleReceiver.js ***!
|
|
@@ -9229,7 +9163,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vue_
|
|
|
9229
9163
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9230
9164
|
|
|
9231
9165
|
"use strict";
|
|
9232
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var
|
|
9166
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ant-design-vue/es/_util/vue-types */ \"./node_modules/ant-design-vue/es/_util/vue-types/index.js\");\n/* harmony import */ var _modal_index_jsx__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../modal/index.jsx */ \"./plugins/lib/modal/index.jsx\");\n/* harmony import */ var ant_design_vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ant-design-vue */ \"./node_modules/ant-design-vue/es/spin/index.js\");\n/* harmony import */ var ant_design_vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ant-design-vue */ \"./node_modules/ant-design-vue/es/icon/index.js\");\n/* harmony import */ var _events_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./events.js */ \"./plugins/lib/iframe/events.js\");\n/* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./index.less */ \"./plugins/lib/iframe/index.less\");\n\n\n\n\n// const IconFont = Icon.createFromIconfontCN({\n// scriptUrl: '//at.alicdn.com/t/c/font_4641025_trbtf28ob8g.js'\n// })\n\n// Spin.setDefaultIndicator({\n// indicator: {\n// render() {\n// return <IconFont type=\"icon-loading\" />\n// }\n// }\n// })\n\nant_design_vue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].setDefaultIndicator({\n indicator: {\n render() {\n const h = arguments[0];\n return h(ant_design_vue__WEBPACK_IMPORTED_MODULE_2__[\"default\"], {\n \"attrs\": {\n \"type\": \"loading\"\n }\n });\n }\n }\n});\n\n\nconst IframeContainerProps = {\n activeKey: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_5__[\"default\"].string,\n checkedKey: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_5__[\"default\"].string.def('name'),\n linkurlKey: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_5__[\"default\"].string.def('linkUrl'),\n operatesArr: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_5__[\"default\"].array,\n componentsArr: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_5__[\"default\"].array,\n postMessage: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_5__[\"default\"].object\n};\nconst IframeContainer = {\n name: 'IframeComp',\n props: IframeContainerProps,\n data() {\n return {\n /** 页面加载状态 */\n compSpinning: true,\n componentAdd: true,\n /** 弹窗加载状态 */\n modalSpinning: true,\n modalComponents: {}\n };\n },\n render(h, content) {\n const {\n $props,\n modalComponents\n } = this;\n const {\n activeKey,\n checkedKey,\n componentsArr\n } = $props;\n const IframeComponents = componentsArr.map(componentItem => {\n const isActive = activeKey === componentItem[checkedKey];\n return this.getIframeComponent(componentItem, isActive);\n });\n const modalKeys = Object.keys(modalComponents);\n const ModalOperates = modalKeys.map(modalKey => {\n return h(_modal_index_jsx__WEBPACK_IMPORTED_MODULE_0__[\"default\"], {\n \"props\": {\n ...{\n ...modalComponents[modalKey],\n cancelHandle: () => this.closeModalHandle(modalKey)\n }\n }\n }, [h(ant_design_vue__WEBPACK_IMPORTED_MODULE_1__[\"default\"], {\n \"attrs\": {\n \"spinning\": this.modalSpinning,\n \"tip\": \"加载中...\"\n }\n }, [this.getIframeComponent(modalComponents[modalKey], true)])]);\n });\n return h(\"div\", {\n \"class\": \"ant-pro-grid-content-page\"\n }, [h(ant_design_vue__WEBPACK_IMPORTED_MODULE_1__[\"default\"], {\n \"attrs\": {\n \"spinning\": this.compSpinning,\n \"tip\": \"加载中...\"\n }\n }, [IframeComponents]), ModalOperates]);\n },\n watch: {\n activeKey(newVal) {\n this.modalComponents = {};\n },\n componentsArr: {\n handler(newVal, oldVal) {\n this.componentAdd = newVal.length > oldVal.length;\n this.postCompMessage();\n },\n deep: true\n }\n },\n computed: {\n activeKeyAndParams() {\n const {\n activeKey,\n postMessage,\n componentsArr\n } = this;\n return {\n activeKey,\n postMessage,\n componentsArr\n };\n }\n },\n created() {\n _events_js__WEBPACK_IMPORTED_MODULE_3__[\"default\"].$on('modalOpen', ({\n name,\n params\n }) => {\n const activeModal = this.switchModalHandle(name, params);\n activeModal && (this.componentAdd = true, this.$set(this.modalComponents, name, {\n mode: params.mode,\n visible: true,\n ...activeModal\n }));\n });\n _events_js__WEBPACK_IMPORTED_MODULE_3__[\"default\"].$on('modalClose', ({\n name,\n params\n }) => {\n this.closeModalHandle(name);\n params && (this.componentAdd = false, this.postCompMessage(params));\n });\n _events_js__WEBPACK_IMPORTED_MODULE_3__[\"default\"].$on('modalGoBack', ({\n name,\n params\n }, closeModal) => {\n this.componentAdd = false;\n this.closeModalHandle(closeModal);\n this.switchModalHandle(name, params);\n });\n },\n mounted() {\n // this.postCompMessage()\n },\n methods: {\n postCompMessage(data = {}) {\n const {\n componentsArr,\n activeKey,\n postMessage\n } = this;\n componentsArr.length && this.postIframeMessage(componentsArr, {\n type: 'refreshPage',\n activeKey,\n data\n });\n },\n closeModalHandle(name) {\n this.modalComponents[name].visible = false;\n delete this.modalComponents[name];\n },\n switchModalHandle(name, data) {\n const {\n operatesArr,\n checkedKey\n } = this;\n const activeModal = operatesArr.find(operatesItem => operatesItem[checkedKey] === name);\n activeModal && this.postIframeMessage(operatesArr, {\n type: 'refreshModal',\n activeKey: name,\n data\n });\n return {\n ...activeModal,\n ...(data.attrs ?? {})\n };\n },\n postIframeMessage(components, iframeConfig) {\n const {\n type,\n activeKey,\n data = {}\n } = iframeConfig;\n this.$nextTick(() => {\n const {\n checkedKey,\n linkurlKey,\n postMessage\n } = this;\n const refKey = components.find(componentsItem => activeKey === componentsItem[checkedKey])[linkurlKey];\n const isModal = refKey.includes('?type=modal');\n const spinningKey = isModal ? 'modalSpinning' : 'compSpinning';\n const iframeRef = () => {\n const _self = this;\n const iframe = this.$refs[refKey];\n const iframeWin = this.$refs[refKey]?.contentWindow;\n this.componentAdd ? (this[spinningKey] = true, iframe.onload = function () {\n _self[spinningKey] = false;\n iframeWin.postMessage({\n type,\n params: {\n routeQuery: postMessage,\n data,\n name: activeKey\n }\n }, '*');\n }) : iframeWin.postMessage({\n type,\n params: {\n routeQuery: postMessage,\n data,\n name: activeKey\n }\n }, '*');\n };\n if (isModal) {\n const timer = setTimeout(() => {\n iframeRef();\n clearTimeout(timer);\n }, 0);\n return;\n }\n iframeRef();\n });\n },\n getIframeComponent(componentItem, isActive) {\n const h = this.$createElement;\n const {\n linkurlKey,\n checkedKey\n } = this;\n return h(\"iframe\", {\n \"attrs\": {\n \"width\": \"100%\",\n \"height\": \"100%\",\n \"src\": componentItem[linkurlKey]\n },\n \"ref\": componentItem[linkurlKey],\n \"key\": componentItem[checkedKey],\n \"style\": {\n border: 'none',\n display: isActive ? 'block' : 'none'\n }\n });\n }\n }\n};\nIframeContainer.install = function (Vue) {\n Vue.prototype.$IframeBus = _events_js__WEBPACK_IMPORTED_MODULE_3__[\"default\"];\n Vue.component('IframePage', IframeContainer);\n};\n/* harmony default export */ __webpack_exports__[\"default\"] = (IframeContainer);\n\n//# sourceURL=webpack://mui/./plugins/lib/iframe/index.jsx?");
|
|
9233
9167
|
|
|
9234
9168
|
/***/ }),
|
|
9235
9169
|
|
|
@@ -9240,150 +9174,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var ant_
|
|
|
9240
9174
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9241
9175
|
|
|
9242
9176
|
"use strict";
|
|
9243
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ AmapComp: function() { return /* reexport safe */
|
|
9244
|
-
|
|
9245
|
-
/***/ }),
|
|
9246
|
-
|
|
9247
|
-
/***/ "./plugins/lib/layout/Header.jsx":
|
|
9248
|
-
/*!***************************************!*\
|
|
9249
|
-
!*** ./plugins/lib/layout/Header.jsx ***!
|
|
9250
|
-
\***************************************/
|
|
9251
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9252
|
-
|
|
9253
|
-
"use strict";
|
|
9254
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ HeaderViewProps: function() { return /* binding */ HeaderViewProps; }\n/* harmony export */ });\n/* harmony import */ var _Header_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./Header.less */ \"./plugins/lib/layout/Header.less\");\n/* harmony import */ var ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ant-design-vue/es/_util/vue-types */ \"./node_modules/ant-design-vue/es/_util/vue-types/index.js\");\n/* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./utils/util */ \"./plugins/lib/layout/utils/util.js\");\n/* harmony import */ var _components_RightContent_index_jsx__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./components/RightContent/index.jsx */ \"./plugins/lib/layout/components/RightContent/index.jsx\");\n\n\n\n\nconst HeaderViewProps = {\n layout: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_3__[\"default\"].string.def('sidermenu'),\n headerHeight: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_3__[\"default\"].number.def(64),\n headerTitle: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_3__[\"default\"].string.def('项目名称'),\n headerLogoRender: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_3__[\"default\"].any,\n headerLeftRender: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_3__[\"default\"].any,\n headerRightRender: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_3__[\"default\"].any\n};\nconst rightContentRenderFun = (h, props) => {\n const {\n headerRightRender\n } = props;\n if (headerRightRender === false) {\n return null;\n }\n return (0,_utils_util__WEBPACK_IMPORTED_MODULE_1__.isFun)(headerRightRender) && headerRightRender(h) || headerRightRender;\n};\nconst leftContentRenderFun = (h, props) => {\n const {\n headerLeftRender\n } = props;\n if (headerLeftRender === false) {\n return null;\n }\n return (0,_utils_util__WEBPACK_IMPORTED_MODULE_1__.isFun)(headerLeftRender) && headerLeftRender(h) || headerLeftRender;\n};\nconst HeaderView = {\n name: 'HeaderView',\n props: HeaderViewProps,\n render(h) {\n const {\n layout,\n headerTitle,\n headerHeight\n } = this.$props;\n const isTop = layout === 'topmenu';\n const baseCls = `ant-layout-head${isTop ? '-top' : ''}`;\n const {\n headerLogoRender = this.$props.headerLogoRender,\n headerLeftRender = this.$props.headerLeftRender,\n headerRightRender = this.$props.headerRightRender\n } = this.$slots;\n const titleDom = h(\"div\", {\n \"class\": `${baseCls}-title`\n }, [headerLogoRender, h(\"span\", [headerTitle])]);\n const cdProps = {\n headerLeftRender,\n headerRightRender\n };\n return h(\"div\", {\n \"class\": baseCls\n }, [isTop && leftContentRenderFun(h, cdProps), titleDom, rightContentRenderFun(h, cdProps)]);\n }\n};\nHeaderView.install = function (Vue) {\n Vue.component('HeaderLayout', HeaderView);\n};\n/* harmony default export */ __webpack_exports__[\"default\"] = (HeaderView);\n\n//# sourceURL=webpack://mui/./plugins/lib/layout/Header.jsx?");
|
|
9255
|
-
|
|
9256
|
-
/***/ }),
|
|
9257
|
-
|
|
9258
|
-
/***/ "./plugins/lib/layout/Screen.jsx":
|
|
9259
|
-
/*!***************************************!*\
|
|
9260
|
-
!*** ./plugins/lib/layout/Screen.jsx ***!
|
|
9261
|
-
\***************************************/
|
|
9262
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9263
|
-
|
|
9264
|
-
"use strict";
|
|
9265
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ ScreenLayoutProps: function() { return /* binding */ ScreenLayoutProps; }\n/* harmony export */ });\n/* harmony import */ var ant_design_vue_es_layout__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ant-design-vue/es/layout */ \"./node_modules/ant-design-vue/es/layout/index.js\");\n/* harmony import */ var ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ant-design-vue/es/_util/vue-types */ \"./node_modules/ant-design-vue/es/_util/vue-types/index.js\");\n/* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./utils/util */ \"./plugins/lib/layout/utils/util.js\");\n/* harmony import */ var _Header_jsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Header.jsx */ \"./plugins/lib/layout/Header.jsx\");\n\n\n\n\nconst {\n Content\n} = ant_design_vue_es_layout__WEBPACK_IMPORTED_MODULE_2__[\"default\"];\nconst ScreenLayoutProps = {\n ..._Header_jsx__WEBPACK_IMPORTED_MODULE_1__.HeaderViewProps,\n theme: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_3__[\"default\"].string.def('dark')\n};\nconst ScreenLayout = {\n name: 'ScreenLayout',\n functional: true,\n props: ScreenLayoutProps,\n render(h, content) {\n const {\n props,\n children\n } = content;\n const headerLogoRender = (0,_utils_util__WEBPACK_IMPORTED_MODULE_0__.getComponentFromProp)(content, 'headerLogoRender');\n const headerLeftRender = (0,_utils_util__WEBPACK_IMPORTED_MODULE_0__.getComponentFromProp)(content, 'headerLeftRender');\n const headerRightRender = (0,_utils_util__WEBPACK_IMPORTED_MODULE_0__.getComponentFromProp)(content, 'headerRightRender');\n const cdProps = {\n ...props,\n headerLogoRender,\n headerLeftRender,\n headerRightRender\n };\n return h(ant_design_vue_es_layout__WEBPACK_IMPORTED_MODULE_2__[\"default\"], {\n \"class\": {\n 'ant-pro-basicLayout': true\n }\n }, [h(_Header_jsx__WEBPACK_IMPORTED_MODULE_1__[\"default\"], {\n \"props\": {\n ...cdProps\n }\n }), h(Content, {\n \"class\": \"ant-pro-content\"\n }, [children])]);\n }\n};\nScreenLayout.install = function (Vue) {\n Vue.component('ProLayoutScreen', ScreenLayout);\n};\n/* harmony default export */ __webpack_exports__[\"default\"] = (ScreenLayout);\n\n//# sourceURL=webpack://mui/./plugins/lib/layout/Screen.jsx?");
|
|
9266
|
-
|
|
9267
|
-
/***/ }),
|
|
9268
|
-
|
|
9269
|
-
/***/ "./plugins/lib/layout/components/Fragment.jsx":
|
|
9270
|
-
/*!****************************************************!*\
|
|
9271
|
-
!*** ./plugins/lib/layout/components/Fragment.jsx ***!
|
|
9272
|
-
\****************************************************/
|
|
9273
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9274
|
-
|
|
9275
|
-
"use strict";
|
|
9276
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'VueFragment',\n functional: true,\n render(h, ctx) {\n return ctx.children.length > 1 ? h('div', {}, ctx.children) : ctx.children;\n }\n});\n\n//# sourceURL=webpack://mui/./plugins/lib/layout/components/Fragment.jsx?");
|
|
9277
|
-
|
|
9278
|
-
/***/ }),
|
|
9279
|
-
|
|
9280
|
-
/***/ "./plugins/lib/layout/components/RightContent/index.jsx":
|
|
9281
|
-
/*!**************************************************************!*\
|
|
9282
|
-
!*** ./plugins/lib/layout/components/RightContent/index.jsx ***!
|
|
9283
|
-
\**************************************************************/
|
|
9284
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9285
|
-
|
|
9286
|
-
"use strict";
|
|
9287
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ RightContentProps: function() { return /* binding */ RightContentProps; }\n/* harmony export */ });\n/* harmony import */ var ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ant-design-vue/es/_util/vue-types */ \"./node_modules/ant-design-vue/es/_util/vue-types/index.js\");\n\n// import { getComponentFromProp } from '../utils/util'\n\nconst RightContentProps = {\n rightContentDeafultRender: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_0__[\"default\"].any\n};\nconst RightContent = {\n name: 'RightContent',\n props: RightContentProps,\n render(h) {\n const rightContentDeafultRender = getComponentFromProp(content, 'rightContentDeafultRender');\n return h(\"div\", {\n \"class\": \"pro-layout-head-right\"\n }, [rightContentDeafultRender]);\n }\n};\n/* harmony default export */ __webpack_exports__[\"default\"] = (RightContent);\n\n//# sourceURL=webpack://mui/./plugins/lib/layout/components/RightContent/index.jsx?");
|
|
9288
|
-
|
|
9289
|
-
/***/ }),
|
|
9290
|
-
|
|
9291
|
-
/***/ "./plugins/lib/layout/components/RouteMenu/BaseMenu.jsx":
|
|
9292
|
-
/*!**************************************************************!*\
|
|
9293
|
-
!*** ./plugins/lib/layout/components/RouteMenu/BaseMenu.jsx ***!
|
|
9294
|
-
\**************************************************************/
|
|
9295
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9296
|
-
|
|
9297
|
-
"use strict";
|
|
9298
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ RouteMenuProps: function() { return /* binding */ RouteMenuProps; }\n/* harmony export */ });\n/* harmony import */ var _vue_babel_helper_vue_jsx_merge_props__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @vue/babel-helper-vue-jsx-merge-props */ \"./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.js\");\n/* harmony import */ var _vue_babel_helper_vue_jsx_merge_props__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_vue_babel_helper_vue_jsx_merge_props__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.array.push.js */ \"./node_modules/core-js/modules/es.array.push.js\");\n/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ant-design-vue/es/_util/vue-types */ \"./node_modules/ant-design-vue/es/_util/vue-types/index.js\");\n/* harmony import */ var ant_design_vue_es_menu__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ant-design-vue/es/menu */ \"./node_modules/ant-design-vue/es/menu/index.js\");\n/* harmony import */ var ant_design_vue_es_icon__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ant-design-vue/es/icon */ \"./node_modules/ant-design-vue/es/icon/index.js\");\n\n\n\n\n\nconst {\n Item: MenuItem,\n SubMenu\n} = ant_design_vue_es_menu__WEBPACK_IMPORTED_MODULE_2__[\"default\"];\nconst RouteMenuProps = {\n menus: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_3__[\"default\"].array,\n theme: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_3__[\"default\"].string.def('dark'),\n mode: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_3__[\"default\"].string.def('inline'),\n collapsed: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_3__[\"default\"].bool.def(false),\n scriptIconJs: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_3__[\"default\"].string,\n i18nRender: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_3__[\"default\"].oneOfType([ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_3__[\"default\"].func, ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_3__[\"default\"].bool]).def(false)\n};\nconst httpReg = /(http|https|ftp):\\/\\/([\\w.]+\\/?)\\S*/;\nconst renderMenu = (h, item, i18nRender) => {\n if (item && !item.hidden) {\n const bool = item.children && !item.hideChildrenInMenu;\n return bool ? renderSubMenu(h, item, i18nRender) : renderMenuItem(h, item, i18nRender);\n }\n return null;\n};\nconst renderSubMenu = (h, item, i18nRender) => {\n return h(SubMenu, {\n \"key\": item.path,\n \"attrs\": {\n \"title\": h(\"span\", [renderIcon(h, item.meta.icon), h(\"span\", [renderTitle(h, item.meta.title, i18nRender)])])\n }\n }, [!item.hideChildrenInMenu && item.children.map(cd => renderMenu(h, cd, i18nRender))]);\n};\nconst renderMenuItem = (h, item, i18nRender) => {\n const meta = Object.assign({}, item.meta);\n const target = meta.target || null;\n const hasRemoteUrl = httpReg.test(item.path);\n const CustomTag = target && 'a' || 'router-link';\n const props = {\n to: {\n name: item.name\n }\n };\n // const attrs = (hasRemoteUrl || target) ? { href: item.path, target: target } : {}\n const attrs = hasRemoteUrl || target ? {\n href: target,\n target: '_blank'\n } : {};\n if (item.children && item.hideChildrenInMenu) {\n // 把有子菜单的 并且 父菜单是要隐藏子菜单的\n // 都给子菜单增加一个 hidden 属性\n // 用来给刷新页面时, selectedKeys 做控制用\n item.children.forEach(cd => {\n cd.meta = Object.assign(cd.meta || {}, {\n hidden: true\n });\n });\n }\n return h(MenuItem, {\n \"key\": item.path\n }, [h(CustomTag, {\n \"props\": {\n ...props\n },\n \"attrs\": {\n ...attrs\n }\n }, [renderIcon(h, meta.icon), renderTitle(h, meta.title, i18nRender)])]);\n};\nconst renderIcon = (h, icon) => {\n if (icon === undefined || icon === 'none' || icon === null) {\n return null;\n }\n const props = {};\n typeof icon === 'object' ? props.component = icon : props.type = icon;\n return h(\"IconFont\", {\n \"props\": {\n ...props\n }\n });\n};\nconst renderTitle = (h, title, i18nRender) => {\n return h(\"span\", [i18nRender && i18nRender(title) || title]);\n};\nconst RouteMenu = {\n name: 'RouteMenu',\n props: RouteMenuProps,\n data() {\n return {\n openKeys: [],\n selectedKeys: [],\n cachedOpenKeys: [],\n cachedSelectedKeys: []\n };\n },\n render(h) {\n const {\n mode,\n theme,\n menus,\n i18nRender\n } = this;\n const handleOpenChange = openKeys => {\n // 在水平模式下时,不再执行后续\n if (mode === 'horizontal') {\n this.openKeys = openKeys;\n return;\n }\n const latestOpenKey = openKeys.find(key => !this.openKeys.includes(key));\n if (!this.rootSubmenuKeys.includes(latestOpenKey)) {\n this.openKeys = openKeys;\n } else {\n this.openKeys = latestOpenKey ? [latestOpenKey] : [];\n }\n };\n const dynamicProps = {\n props: {\n mode,\n theme,\n openKeys: this.openKeys,\n selectedKeys: this.selectedKeys\n },\n on: {\n select: menu => {\n this.$emit('select', menu);\n if (!httpReg.test(menu.key)) {\n this.selectedKeys = menu.selectedKeys;\n }\n },\n openChange: handleOpenChange\n }\n };\n const menuItems = menus.map(item => {\n if (item.hidden) {\n return null;\n }\n return renderMenu(h, item, i18nRender);\n });\n return h(ant_design_vue_es_menu__WEBPACK_IMPORTED_MODULE_2__[\"default\"], _vue_babel_helper_vue_jsx_merge_props__WEBPACK_IMPORTED_MODULE_0___default()([{}, dynamicProps]), [menuItems]);\n },\n methods: {\n updateMenu() {\n const routes = this.$route.matched.concat();\n const {\n hidden\n } = this.$route.meta;\n if (routes.length >= 3 && hidden) {\n routes.pop();\n this.selectedKeys = [routes[routes.length - 1].path];\n } else {\n this.selectedKeys = [routes.pop().path];\n }\n const openKeys = [];\n if (this.mode === 'inline') {\n routes.forEach(item => {\n item.path && openKeys.push(item.path);\n });\n }\n this.collapsed ? this.cachedOpenKeys = openKeys : this.openKeys = openKeys;\n }\n },\n computed: {\n rootSubmenuKeys: vm => {\n const keys = [];\n vm.menus.forEach(item => keys.push(item.path));\n return keys;\n }\n },\n created() {\n this.$watch('$route', () => {\n this.updateMenu();\n });\n this.$watch('collapsed', val => {\n if (val) {\n this.cachedOpenKeys = this.openKeys.concat();\n this.openKeys = [];\n } else {\n this.openKeys = this.cachedOpenKeys;\n }\n });\n const IconFont = ant_design_vue_es_icon__WEBPACK_IMPORTED_MODULE_4__[\"default\"].createFromIconfontCN({\n scriptUrl: this.scriptIconJs\n });\n this.$options.components['IconFont'] = IconFont;\n },\n mounted() {\n this.updateMenu();\n }\n};\n/* harmony default export */ __webpack_exports__[\"default\"] = (RouteMenu);\n\n//# sourceURL=webpack://mui/./plugins/lib/layout/components/RouteMenu/BaseMenu.jsx?");
|
|
9299
|
-
|
|
9300
|
-
/***/ }),
|
|
9301
|
-
|
|
9302
|
-
/***/ "./plugins/lib/layout/components/RouteMenu/index.js":
|
|
9303
|
-
/*!**********************************************************!*\
|
|
9304
|
-
!*** ./plugins/lib/layout/components/RouteMenu/index.js ***!
|
|
9305
|
-
\**********************************************************/
|
|
9306
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9307
|
-
|
|
9308
|
-
"use strict";
|
|
9309
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _BaseMenu_jsx__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./BaseMenu.jsx */ \"./plugins/lib/layout/components/RouteMenu/BaseMenu.jsx\");\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (_BaseMenu_jsx__WEBPACK_IMPORTED_MODULE_0__[\"default\"]);\n\n//# sourceURL=webpack://mui/./plugins/lib/layout/components/RouteMenu/index.js?");
|
|
9310
|
-
|
|
9311
|
-
/***/ }),
|
|
9312
|
-
|
|
9313
|
-
/***/ "./plugins/lib/layout/components/SiderMenu/SiderMenu.jsx":
|
|
9314
|
-
/*!***************************************************************!*\
|
|
9315
|
-
!*** ./plugins/lib/layout/components/SiderMenu/SiderMenu.jsx ***!
|
|
9316
|
-
\***************************************************************/
|
|
9317
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9318
|
-
|
|
9319
|
-
"use strict";
|
|
9320
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ SiderMenuProps: function() { return /* binding */ SiderMenuProps; }\n/* harmony export */ });\n/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.array.push.js */ \"./node_modules/core-js/modules/es.array.push.js\");\n/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.less */ \"./plugins/lib/layout/components/SiderMenu/index.less\");\n/* harmony import */ var ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ant-design-vue/es/_util/vue-types */ \"./node_modules/ant-design-vue/es/_util/vue-types/index.js\");\n/* harmony import */ var ant_design_vue_es_layout_style__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ant-design-vue/es/layout/style */ \"./node_modules/ant-design-vue/es/layout/style/index.js\");\n/* harmony import */ var ant_design_vue_es_layout__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ant-design-vue/es/layout */ \"./node_modules/ant-design-vue/es/layout/index.js\");\n/* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/util */ \"./plugins/lib/layout/utils/util.js\");\n/* harmony import */ var _RouteMenu__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../RouteMenu */ \"./plugins/lib/layout/components/RouteMenu/index.js\");\n/* harmony import */ var _RouteMenu_BaseMenu_jsx__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../RouteMenu/BaseMenu.jsx */ \"./plugins/lib/layout/components/RouteMenu/BaseMenu.jsx\");\n/* harmony import */ var ant_design_vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ant-design-vue */ \"./node_modules/ant-design-vue/es/icon/index.js\");\n\n\n\n\n\n\n\n\n\nconst {\n Sider\n} = ant_design_vue_es_layout__WEBPACK_IMPORTED_MODULE_6__[\"default\"];\nconst SiderMenuProps = {\n ..._RouteMenu_BaseMenu_jsx__WEBPACK_IMPORTED_MODULE_5__.RouteMenuProps,\n contentWidth: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_7__[\"default\"].oneOf(['Fluid', 'Fixed']).def('Fluid'),\n collapsible: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_7__[\"default\"].bool,\n handleCollapse: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_7__[\"default\"].func,\n siderWidth: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_7__[\"default\"].number.def(256),\n layout: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_7__[\"default\"].string.def('inline'),\n logo: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_7__[\"default\"].any,\n title: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_7__[\"default\"].string.def(''),\n // render function or vnode\n menuHeaderRender: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_7__[\"default\"].oneOfType([ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_7__[\"default\"].func, ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_7__[\"default\"].array, ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_7__[\"default\"].object, ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_7__[\"default\"].bool]),\n menuRender: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_7__[\"default\"].oneOfType([ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_7__[\"default\"].func, ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_7__[\"default\"].array, ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_7__[\"default\"].object, ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_7__[\"default\"].bool])\n};\nconst SiderMenu = {\n name: 'SiderMenu',\n model: {\n prop: 'collapsed',\n event: 'collapse'\n },\n props: SiderMenuProps,\n render(h) {\n const {\n collapsible,\n collapsed,\n siderWidth,\n fixSiderbar,\n mode,\n theme,\n menus,\n menuRender,\n scriptIconJs\n } = this;\n const siderCls = ['ant-pro-sider-menu-sider'];\n if (fixSiderbar) siderCls.push('fix-sider-bar');\n if (theme === 'light') siderCls.push('light');\n const cProps = {\n collapsed,\n menus,\n mode,\n theme,\n scriptIconJs\n };\n const handleCollapse = type => {\n this.$emit('collapse', !collapsed);\n };\n return h(Sider, {\n \"class\": siderCls,\n \"attrs\": {\n \"breakpoint\": 'lg',\n \"trigger\": null,\n \"width\": siderWidth,\n \"theme\": theme,\n \"collapsible\": collapsible,\n \"collapsed\": collapsed\n }\n }, [menuRender && ((0,_utils_util__WEBPACK_IMPORTED_MODULE_3__.isFun)(menuRender) && menuRender(h, this.$props) || menuRender) || h(_RouteMenu__WEBPACK_IMPORTED_MODULE_4__[\"default\"], {\n \"props\": {\n ...cProps\n }\n }), h(\"div\", {\n \"class\": \"ant-menu-collapsed\"\n }, [h(ant_design_vue__WEBPACK_IMPORTED_MODULE_8__[\"default\"], {\n \"class\": \"trigger\",\n \"attrs\": {\n \"type\": collapsed ? 'menu-unfold' : 'menu-fold'\n },\n \"on\": {\n \"click\": handleCollapse\n }\n })])]);\n }\n};\n/* harmony default export */ __webpack_exports__[\"default\"] = (SiderMenu);\n\n//# sourceURL=webpack://mui/./plugins/lib/layout/components/SiderMenu/SiderMenu.jsx?");
|
|
9321
|
-
|
|
9322
|
-
/***/ }),
|
|
9323
|
-
|
|
9324
|
-
/***/ "./plugins/lib/layout/components/SiderMenu/index.jsx":
|
|
9325
|
-
/*!***********************************************************!*\
|
|
9326
|
-
!*** ./plugins/lib/layout/components/SiderMenu/index.jsx ***!
|
|
9327
|
-
\***********************************************************/
|
|
9328
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9329
|
-
|
|
9330
|
-
"use strict";
|
|
9331
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ SiderMenu: function() { return /* reexport safe */ _SiderMenu_jsx__WEBPACK_IMPORTED_MODULE_1__[\"default\"]; },\n/* harmony export */ SiderMenuProps: function() { return /* reexport safe */ _SiderMenu_jsx__WEBPACK_IMPORTED_MODULE_1__.SiderMenuProps; }\n/* harmony export */ });\n/* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.less */ \"./plugins/lib/layout/components/SiderMenu/index.less\");\n/* harmony import */ var _SiderMenu_jsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./SiderMenu.jsx */ \"./plugins/lib/layout/components/SiderMenu/SiderMenu.jsx\");\n\n\nconst SiderMenuWrapper = {\n name: 'SiderMenuWrapper',\n model: {\n prop: 'collapsed',\n event: 'collapse'\n },\n props: _SiderMenu_jsx__WEBPACK_IMPORTED_MODULE_1__.SiderMenuProps,\n render(h) {\n const {\n layout,\n collapsed\n } = this;\n const handleCollapse = e => {\n this.$emit('collapse', e);\n };\n return h(_SiderMenu_jsx__WEBPACK_IMPORTED_MODULE_1__[\"default\"], {\n \"class\": \"ant-pro-sider-menu\",\n \"props\": {\n ...this.$props\n },\n \"on\": {\n \"collapse\": handleCollapse\n }\n });\n }\n};\nSiderMenuWrapper.install = function (Vue) {\n Vue.component(SiderMenuWrapper.name, SiderMenuWrapper);\n};\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (SiderMenuWrapper);\n\n//# sourceURL=webpack://mui/./plugins/lib/layout/components/SiderMenu/index.jsx?");
|
|
9332
|
-
|
|
9333
|
-
/***/ }),
|
|
9334
|
-
|
|
9335
|
-
/***/ "./plugins/lib/layout/components/TopMenu/TopMenu.jsx":
|
|
9336
|
-
/*!***********************************************************!*\
|
|
9337
|
-
!*** ./plugins/lib/layout/components/TopMenu/TopMenu.jsx ***!
|
|
9338
|
-
\***********************************************************/
|
|
9339
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9340
|
-
|
|
9341
|
-
"use strict";
|
|
9342
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ TopMenuProps: function() { return /* binding */ TopMenuProps; }\n/* harmony export */ });\n/* harmony import */ var _vue_babel_helper_vue_jsx_merge_props__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @vue/babel-helper-vue-jsx-merge-props */ \"./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.js\");\n/* harmony import */ var _vue_babel_helper_vue_jsx_merge_props__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_vue_babel_helper_vue_jsx_merge_props__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ant-design-vue/es/_util/vue-types */ \"./node_modules/ant-design-vue/es/_util/vue-types/index.js\");\n/* harmony import */ var ant_design_vue_es_menu__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ant-design-vue/es/menu */ \"./node_modules/ant-design-vue/es/menu/index.js\");\n\n\n\nconst {\n Item: MenuItem,\n SubMenu\n} = ant_design_vue_es_menu__WEBPACK_IMPORTED_MODULE_1__[\"default\"];\nconst TopMenuProps = {\n menus: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_2__[\"default\"].array,\n theme: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_2__[\"default\"].string.def('dark'),\n i18nRender: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_2__[\"default\"].oneOfType([ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_2__[\"default\"].func, ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_2__[\"default\"].bool]).def(false),\n popupClassName: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_2__[\"default\"].string\n};\nconst httpReg = /(http|https|ftp):\\/\\/([\\w.]+\\/?)\\S*/;\nconst renderMenu = (h, item, i18nRender, selectedKeys, popupClassName) => {\n if (item && !item.hidden) {\n const bool = item.children && !item.hideChildrenInMenu;\n return bool ? renderSubMenu(h, item, i18nRender, selectedKeys, popupClassName) : renderMenuItem(h, item, i18nRender);\n }\n return null;\n};\nconst renderSubMenu = (h, item, i18nRender, selectedKeys, popupClassName) => {\n const menuActive = item.children.find(children => selectedKeys.includes(children.path)) ?? item;\n return h(SubMenu, {\n \"key\": item.path,\n \"attrs\": {\n \"title\": h(\"span\", [renderTitle(h, menuActive.meta.title, i18nRender)])\n },\n \"props\": {\n ...{\n popupClassName\n }\n }\n }, [!item.hideChildrenInMenu && item.children.map(cd => renderMenu(h, cd, i18nRender, selectedKeys))]);\n};\nconst renderMenuItem = (h, item, i18nRender) => {\n const meta = Object.assign({}, item.meta);\n const target = meta.target || null;\n const hasRemoteUrl = httpReg.test(item.path);\n const CustomTag = target && 'a' || 'router-link';\n const props = {\n to: {\n name: item.name\n }\n };\n const attrs = hasRemoteUrl || target ? {\n href: target,\n target: '_blank'\n } : {};\n if (item.children && item.hideChildrenInMenu) {\n // 把有子菜单的 并且 父菜单是要隐藏子菜单的\n // 都给子菜单增加一个 hidden 属性\n // 用来给刷新页面时, selectedKeys 做控制用\n item.children.forEach(cd => {\n cd.meta = Object.assign(cd.meta || {}, {\n hidden: true\n });\n });\n }\n return h(MenuItem, {\n \"key\": item.path\n }, [h(CustomTag, {\n \"props\": {\n ...props\n },\n \"attrs\": {\n ...attrs\n }\n }, [renderTitle(h, meta.title, i18nRender)])]);\n};\nconst renderTitle = (h, title, i18nRender) => {\n return h(\"span\", [i18nRender && i18nRender(title) || title]);\n};\nconst TopMenu = {\n name: 'TopMenu',\n props: TopMenuProps,\n data() {\n return {\n openKeys: [],\n selectedKeys: [],\n cachedOpenKeys: [],\n cachedSelectedKeys: []\n };\n },\n render(h) {\n const {\n theme,\n menus,\n i18nRender,\n popupClassName\n } = this;\n const handleOpenChange = openKeys => {\n this.openKeys = openKeys;\n };\n const dynamicProps = {\n props: {\n mode: 'horizontal',\n theme,\n openKeys: this.openKeys,\n selectedKeys: this.selectedKeys\n },\n on: {\n select: menu => {\n this.$emit('select', menu);\n if (!httpReg.test(menu.key)) {\n this.selectedKeys = menu.selectedKeys;\n }\n },\n openChange: handleOpenChange\n }\n };\n const menuItems = menus.map(item => {\n if (item.hidden) {\n return null;\n }\n return renderMenu(h, item, i18nRender, this.selectedKeys, popupClassName);\n });\n return h(ant_design_vue_es_menu__WEBPACK_IMPORTED_MODULE_1__[\"default\"], _vue_babel_helper_vue_jsx_merge_props__WEBPACK_IMPORTED_MODULE_0___default()([{}, dynamicProps]), [menuItems]);\n },\n methods: {\n updateMenu() {\n const routes = this.$route.matched.concat();\n const {\n hidden\n } = this.$route.meta;\n if (routes.length >= 3 && hidden) {\n routes.pop();\n this.selectedKeys = [routes[routes.length - 1].path];\n } else {\n this.selectedKeys = [routes.pop().path];\n }\n }\n },\n created() {\n this.$watch('$route', () => {\n this.updateMenu();\n });\n },\n mounted() {\n this.updateMenu();\n }\n};\n/* harmony default export */ __webpack_exports__[\"default\"] = (TopMenu);\n\n//# sourceURL=webpack://mui/./plugins/lib/layout/components/TopMenu/TopMenu.jsx?");
|
|
9343
|
-
|
|
9344
|
-
/***/ }),
|
|
9345
|
-
|
|
9346
|
-
/***/ "./plugins/lib/layout/components/TopMenu/index.js":
|
|
9347
|
-
/*!********************************************************!*\
|
|
9348
|
-
!*** ./plugins/lib/layout/components/TopMenu/index.js ***!
|
|
9349
|
-
\********************************************************/
|
|
9350
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9351
|
-
|
|
9352
|
-
"use strict";
|
|
9353
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _TopMenu_jsx__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./TopMenu.jsx */ \"./plugins/lib/layout/components/TopMenu/TopMenu.jsx\");\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (_TopMenu_jsx__WEBPACK_IMPORTED_MODULE_0__[\"default\"]);\n\n//# sourceURL=webpack://mui/./plugins/lib/layout/components/TopMenu/index.js?");
|
|
9354
|
-
|
|
9355
|
-
/***/ }),
|
|
9356
|
-
|
|
9357
|
-
/***/ "./plugins/lib/layout/components/index.js":
|
|
9358
|
-
/*!************************************************!*\
|
|
9359
|
-
!*** ./plugins/lib/layout/components/index.js ***!
|
|
9360
|
-
\************************************************/
|
|
9361
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9362
|
-
|
|
9363
|
-
"use strict";
|
|
9364
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ RouteMenu: function() { return /* reexport safe */ _RouteMenu__WEBPACK_IMPORTED_MODULE_0__[\"default\"]; },\n/* harmony export */ SiderMenu: function() { return /* reexport safe */ _SiderMenu_index_jsx__WEBPACK_IMPORTED_MODULE_1__.SiderMenu; },\n/* harmony export */ SiderMenuProps: function() { return /* reexport safe */ _SiderMenu_index_jsx__WEBPACK_IMPORTED_MODULE_1__.SiderMenuProps; },\n/* harmony export */ SiderMenuWrapper: function() { return /* reexport safe */ _SiderMenu_index_jsx__WEBPACK_IMPORTED_MODULE_1__[\"default\"]; },\n/* harmony export */ TopMenu: function() { return /* reexport safe */ _TopMenu__WEBPACK_IMPORTED_MODULE_2__[\"default\"]; },\n/* harmony export */ VueFragment: function() { return /* reexport safe */ _Fragment_jsx__WEBPACK_IMPORTED_MODULE_3__[\"default\"]; }\n/* harmony export */ });\n/* harmony import */ var _RouteMenu__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./RouteMenu */ \"./plugins/lib/layout/components/RouteMenu/index.js\");\n/* harmony import */ var _SiderMenu_index_jsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./SiderMenu/index.jsx */ \"./plugins/lib/layout/components/SiderMenu/index.jsx\");\n/* harmony import */ var _TopMenu__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./TopMenu */ \"./plugins/lib/layout/components/TopMenu/index.js\");\n/* harmony import */ var _Fragment_jsx__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./Fragment.jsx */ \"./plugins/lib/layout/components/Fragment.jsx\");\n\n\n\n\n\n\n//# sourceURL=webpack://mui/./plugins/lib/layout/components/index.js?");
|
|
9365
|
-
|
|
9366
|
-
/***/ }),
|
|
9367
|
-
|
|
9368
|
-
/***/ "./plugins/lib/layout/index.jsx":
|
|
9369
|
-
/*!**************************************!*\
|
|
9370
|
-
!*** ./plugins/lib/layout/index.jsx ***!
|
|
9371
|
-
\**************************************/
|
|
9372
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9373
|
-
|
|
9374
|
-
"use strict";
|
|
9375
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ BasicLayoutProps: function() { return /* binding */ BasicLayoutProps; }\n/* harmony export */ });\n/* harmony import */ var ant_design_vue_es_layout__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ant-design-vue/es/layout */ \"./node_modules/ant-design-vue/es/layout/index.js\");\n/* harmony import */ var _style_index_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./style/index.less */ \"./plugins/lib/layout/style/index.less\");\n/* harmony import */ var ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ant-design-vue/es/_util/vue-types */ \"./node_modules/ant-design-vue/es/_util/vue-types/index.js\");\n/* harmony import */ var _components_SiderMenu_index_jsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./components/SiderMenu/index.jsx */ \"./plugins/lib/layout/components/SiderMenu/index.jsx\");\n/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./components */ \"./plugins/lib/layout/components/index.js\");\n/* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./utils/util */ \"./plugins/lib/layout/utils/util.js\");\n\n\n\n\n\n\nconst {\n Content\n} = ant_design_vue_es_layout__WEBPACK_IMPORTED_MODULE_4__[\"default\"];\nconst BasicLayoutProps = {\n ..._components_SiderMenu_index_jsx__WEBPACK_IMPORTED_MODULE_1__.SiderMenuProps,\n theme: ant_design_vue_es_util_vue_types__WEBPACK_IMPORTED_MODULE_5__[\"default\"].string.def('dark')\n};\nconst BasicLayout = {\n name: 'BasicLayout',\n functional: true,\n props: BasicLayoutProps,\n render(h, content) {\n const {\n props,\n children\n } = content;\n const contentHeaderRender = (0,_utils_util__WEBPACK_IMPORTED_MODULE_3__.getComponentFromProp)(content, 'contentHeaderRender');\n const {\n theme,\n layout,\n collapsed,\n handleCollapse\n } = props;\n const cdProps = {\n ...props\n };\n return h(ant_design_vue_es_layout__WEBPACK_IMPORTED_MODULE_4__[\"default\"], {\n \"class\": {\n 'ant-pro-basicLayout': true\n }\n }, [h(_components__WEBPACK_IMPORTED_MODULE_2__.SiderMenuWrapper, {\n \"props\": {\n ...cdProps\n },\n \"attrs\": {\n \"collapsed\": collapsed\n },\n \"on\": {\n \"collapse\": handleCollapse\n }\n }), h(ant_design_vue_es_layout__WEBPACK_IMPORTED_MODULE_4__[\"default\"], {\n \"class\": [layout]\n }, [contentHeaderRender, h(Content, {\n \"class\": \"ant-pro-basicLayout-content\",\n \"attrs\": {\n \"contentWidth\": props.contentWidth\n }\n }, [children])])]);\n }\n};\nBasicLayout.install = function (Vue) {\n Vue.component('ProLayout', BasicLayout);\n};\n/* harmony default export */ __webpack_exports__[\"default\"] = (BasicLayout);\n\n//# sourceURL=webpack://mui/./plugins/lib/layout/index.jsx?");
|
|
9376
|
-
|
|
9377
|
-
/***/ }),
|
|
9378
|
-
|
|
9379
|
-
/***/ "./plugins/lib/layout/utils/util.js":
|
|
9380
|
-
/*!******************************************!*\
|
|
9381
|
-
!*** ./plugins/lib/layout/utils/util.js ***!
|
|
9382
|
-
\******************************************/
|
|
9383
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9384
|
-
|
|
9385
|
-
"use strict";
|
|
9386
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ contentWidthCheck: function() { return /* binding */ contentWidthCheck; },\n/* harmony export */ genStringToTheme: function() { return /* binding */ genStringToTheme; },\n/* harmony export */ genThemeToString: function() { return /* binding */ genThemeToString; },\n/* harmony export */ getComponentFromProp: function() { return /* binding */ getComponentFromProp; },\n/* harmony export */ inBrowser: function() { return /* reexport safe */ ant_design_vue_es_util_env__WEBPACK_IMPORTED_MODULE_1__.inBrowser; },\n/* harmony export */ isFun: function() { return /* binding */ isFun; },\n/* harmony export */ layoutContentWidth: function() { return /* binding */ layoutContentWidth; },\n/* harmony export */ triggerEvent: function() { return /* reexport safe */ ant_design_vue_es_util_triggerEvent__WEBPACK_IMPORTED_MODULE_0__[\"default\"]; }\n/* harmony export */ });\n/* harmony import */ var ant_design_vue_es_util_triggerEvent__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ant-design-vue/es/_util/triggerEvent */ \"./node_modules/ant-design-vue/es/_util/triggerEvent.js\");\n/* harmony import */ var ant_design_vue_es_util_env__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ant-design-vue/es/_util/env */ \"./node_modules/ant-design-vue/es/_util/env.js\");\n\n\nconst getComponentFromProp = (instance, prop) => {\n const slots = instance.slots && instance.slots();\n return slots[prop] || instance.props[prop];\n};\nconst isFun = func => {\n return typeof func === 'function';\n};\n\n// 兼容 0.3.4~0.3.8\nconst contentWidthCheck = contentWidth => {\n return Object.prototype.toString.call(contentWidth) === '[object Boolean]' ? contentWidth === true && 'Fixed' || 'Fluid' : contentWidth;\n};\nconst layoutContentWidth = contentType => {\n return contentType !== 'Fluid';\n};\nconst themeConfig = {\n daybreak: 'daybreak',\n '#1890ff': 'daybreak',\n '#F5222D': 'dust',\n '#FA541C': 'volcano',\n '#FAAD14': 'sunset',\n '#13C2C2': 'cyan',\n '#52C41A': 'green',\n '#2F54EB': 'geekblue',\n '#722ED1': 'purple'\n};\nconst invertKeyValues = obj => Object.keys(obj).reduce((acc, key) => {\n acc[obj[key]] = key;\n return acc;\n}, {});\n\n/**\r\n * #1890ff -> daybreak\r\n * @param val\r\n */\nfunction genThemeToString(val) {\n return val && themeConfig[val] ? themeConfig[val] : val;\n}\n\n/**\r\n * daybreak-> #1890ff\r\n * @param val\r\n */\nfunction genStringToTheme(val) {\n const stringConfig = invertKeyValues(themeConfig);\n return val && stringConfig[val] ? stringConfig[val] : val;\n}\n\n\n//# sourceURL=webpack://mui/./plugins/lib/layout/utils/util.js?");
|
|
9177
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ AmapComp: function() { return /* reexport safe */ _amap__WEBPACK_IMPORTED_MODULE_11__[\"default\"]; },\n/* harmony export */ AmapDraw: function() { return /* reexport safe */ _amap__WEBPACK_IMPORTED_MODULE_11__.AmapDraw; },\n/* harmony export */ Avatar: function() { return /* reexport safe */ _avatar__WEBPACK_IMPORTED_MODULE_3__[\"default\"]; },\n/* harmony export */ Brower: function() { return /* reexport safe */ _browse_index_jsx__WEBPACK_IMPORTED_MODULE_12__[\"default\"]; },\n/* harmony export */ Button: function() { return /* reexport safe */ _button__WEBPACK_IMPORTED_MODULE_2__[\"default\"]; },\n/* harmony export */ Chat: function() { return /* reexport safe */ _chat__WEBPACK_IMPORTED_MODULE_14__[\"default\"]; },\n/* harmony export */ DateTime: function() { return /* reexport safe */ _dateTime__WEBPACK_IMPORTED_MODULE_6__[\"default\"]; },\n/* harmony export */ DescriptionsList: function() { return /* reexport safe */ _descriptions_index_jsx__WEBPACK_IMPORTED_MODULE_13__[\"default\"]; },\n/* harmony export */ Directory: function() { return /* reexport safe */ _tree__WEBPACK_IMPORTED_MODULE_5__.Directory; },\n/* harmony export */ FormComp: function() { return /* reexport safe */ _form__WEBPACK_IMPORTED_MODULE_1__[\"default\"]; },\n/* harmony export */ IframePage: function() { return /* reexport safe */ _iframe_index_jsx__WEBPACK_IMPORTED_MODULE_9__[\"default\"]; },\n/* harmony export */ Modal: function() { return /* reexport safe */ _modal_index_jsx__WEBPACK_IMPORTED_MODULE_10__[\"default\"]; },\n/* harmony export */ Model: function() { return /* reexport safe */ _form__WEBPACK_IMPORTED_MODULE_1__.Model; },\n/* harmony export */ MultiTab: function() { return /* reexport safe */ _multiTab__WEBPACK_IMPORTED_MODULE_8__[\"default\"]; },\n/* harmony export */ Search: function() { return /* reexport safe */ _form__WEBPACK_IMPORTED_MODULE_1__.Search; },\n/* harmony export */ SvgIcon: function() { return /* reexport safe */ _svgIcon__WEBPACK_IMPORTED_MODULE_4__[\"default\"]; },\n/* harmony export */ Table: function() { return /* reexport safe */ _table__WEBPACK_IMPORTED_MODULE_0__[\"default\"]; },\n/* harmony export */ Tree: function() { return /* reexport safe */ _tree__WEBPACK_IMPORTED_MODULE_5__.Tree; },\n/* harmony export */ Weather: function() { return /* reexport safe */ _weather__WEBPACK_IMPORTED_MODULE_7__[\"default\"]; }\n/* harmony export */ });\n/* harmony import */ var _table__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./table */ \"./plugins/lib/table/index.js\");\n/* harmony import */ var _form__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./form */ \"./plugins/lib/form/index.js\");\n/* harmony import */ var _button__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./button */ \"./plugins/lib/button/index.js\");\n/* harmony import */ var _avatar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./avatar */ \"./plugins/lib/avatar/index.js\");\n/* harmony import */ var _svgIcon__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./svgIcon */ \"./plugins/lib/svgIcon/index.js\");\n/* harmony import */ var _tree__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./tree */ \"./plugins/lib/tree/index.js\");\n/* harmony import */ var _dateTime__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./dateTime */ \"./plugins/lib/dateTime/index.js\");\n/* harmony import */ var _weather__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./weather */ \"./plugins/lib/weather/index.js\");\n/* harmony import */ var _multiTab__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./multiTab */ \"./plugins/lib/multiTab/index.js\");\n/* harmony import */ var _iframe_index_jsx__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./iframe/index.jsx */ \"./plugins/lib/iframe/index.jsx\");\n/* harmony import */ var _modal_index_jsx__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./modal/index.jsx */ \"./plugins/lib/modal/index.jsx\");\n/* harmony import */ var _amap__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./amap */ \"./plugins/lib/amap/index.js\");\n/* harmony import */ var _browse_index_jsx__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./browse/index.jsx */ \"./plugins/lib/browse/index.jsx\");\n/* harmony import */ var _descriptions_index_jsx__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./descriptions/index.jsx */ \"./plugins/lib/descriptions/index.jsx\");\n/* harmony import */ var _chat__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./chat */ \"./plugins/lib/chat/index.js\");\n// 按需引入ant-design-vue必要指令组件\n// import './lazy_use'\n\n// 将组件库中定义的所有组件引入并导出\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n/** Ai聊天组件 */\n\nconst components = {\n Table: _table__WEBPACK_IMPORTED_MODULE_0__[\"default\"],\n Model: _form__WEBPACK_IMPORTED_MODULE_1__.Model,\n Search: _form__WEBPACK_IMPORTED_MODULE_1__.Search,\n FormComp: _form__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n Button: _button__WEBPACK_IMPORTED_MODULE_2__[\"default\"],\n Avatar: _avatar__WEBPACK_IMPORTED_MODULE_3__[\"default\"],\n SvgIcon: _svgIcon__WEBPACK_IMPORTED_MODULE_4__[\"default\"],\n Tree: _tree__WEBPACK_IMPORTED_MODULE_5__.Tree,\n Directory: _tree__WEBPACK_IMPORTED_MODULE_5__.Directory,\n DateTime: _dateTime__WEBPACK_IMPORTED_MODULE_6__[\"default\"],\n Weather: _weather__WEBPACK_IMPORTED_MODULE_7__[\"default\"],\n MultiTab: _multiTab__WEBPACK_IMPORTED_MODULE_8__[\"default\"],\n IframePage: _iframe_index_jsx__WEBPACK_IMPORTED_MODULE_9__[\"default\"],\n Modal: _modal_index_jsx__WEBPACK_IMPORTED_MODULE_10__[\"default\"],\n AmapComp: _amap__WEBPACK_IMPORTED_MODULE_11__[\"default\"],\n AmapDraw: _amap__WEBPACK_IMPORTED_MODULE_11__.AmapDraw,\n Brower: _browse_index_jsx__WEBPACK_IMPORTED_MODULE_12__[\"default\"],\n DescriptionsList: _descriptions_index_jsx__WEBPACK_IMPORTED_MODULE_13__[\"default\"],\n Chat: _chat__WEBPACK_IMPORTED_MODULE_14__[\"default\"]\n};\nconst install = function (Vue) {\n if (install.installed) return;\n Object.keys(components).forEach(component => {\n Vue.component(components[component].name, components[component]);\n });\n};\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n install,\n ...components\n});\n\n//# sourceURL=webpack://mui/./plugins/lib/index.js?");
|
|
9387
9178
|
|
|
9388
9179
|
/***/ }),
|
|
9389
9180
|
|
|
@@ -9416,7 +9207,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
9416
9207
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9417
9208
|
|
|
9418
9209
|
"use strict";
|
|
9419
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _vue_babel_helper_vue_jsx_merge_props__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @vue/babel-helper-vue-jsx-merge-props */ \"./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.js\");\n/* harmony import */ var _vue_babel_helper_vue_jsx_merge_props__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_vue_babel_helper_vue_jsx_merge_props__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.array.push.js */ \"./node_modules/core-js/modules/es.array.push.js\");\n/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./events */ \"./plugins/lib/multiTab/events.js\");\n/* harmony import */ var _APIEnums__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./APIEnums */ \"./plugins/lib/multiTab/APIEnums.js\");\n/* harmony import */ var ant_design_vue__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ant-design-vue */ \"./node_modules/ant-design-vue/es/menu/index.js\");\n/* harmony import */ var ant_design_vue__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ant-design-vue */ \"./node_modules/ant-design-vue/es/dropdown/index.js\");\n/* harmony import */ var ant_design_vue__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ant-design-vue */ \"./node_modules/ant-design-vue/es/tabs/index.js\");\n/* harmony import */ var ant_design_vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ant-design-vue */ \"./node_modules/ant-design-vue/es/button/index.js\");\n/* harmony import */ var ant_design_vue__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ant-design-vue */ \"./node_modules/ant-design-vue/es/icon/index.js\");\n/* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./index.less */ \"./plugins/lib/multiTab/index.less\");\n\n\n\n\n\n// import { i18nRender } from '@/locales'\n\nconst customStyle = {\n background: '#FFF',\n margin: 0,\n paddingLeft: '16px',\n paddingTop: '1px'\n};\nconst eventKey = {\n 'closeThat': _APIEnums__WEBPACK_IMPORTED_MODULE_3__.TAB_BINDING.TAB_CLOSE,\n 'closeRight': _APIEnums__WEBPACK_IMPORTED_MODULE_3__.TAB_BINDING.TAB_CLOSE_RIGHT,\n 'closeLeft': _APIEnums__WEBPACK_IMPORTED_MODULE_3__.TAB_BINDING.TAB_CLOSE_LEFT,\n 'closeAll': _APIEnums__WEBPACK_IMPORTED_MODULE_3__.TAB_BINDING.TAB_CLOSE_ALL\n};\nconst i18nRender = context => context;\nconst renderTabMenu = (h, path) => {\n const props = {\n on: {\n click: ({\n key,\n item,\n domEvent\n }) => {\n console.log('key', path);\n console.log(key, item, domEvent);\n _events__WEBPACK_IMPORTED_MODULE_2__[\"default\"].$emit(eventKey[key], path);\n }\n }\n };\n return h(ant_design_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"], _vue_babel_helper_vue_jsx_merge_props__WEBPACK_IMPORTED_MODULE_0___default()([{}, props]), [h(ant_design_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"].Item, {\n \"key\": \"closeThat\"\n }, [\"\\u5173\\u95ED\\u5F53\\u524D\\u6807\\u7B7E\"]), h(ant_design_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"].Item, {\n \"key\": \"closeRight\"\n }, [\"\\u5173\\u95ED\\u53F3\\u4FA7\"]), h(ant_design_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"].Item, {\n \"key\": \"closeLeft\"\n }, [\"\\u5173\\u95ED\\u5DE6\\u4FA7\"]), h(ant_design_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"].Item, {\n \"key\": \"closeAll\"\n }, [\"\\u5173\\u95ED\\u5168\\u90E8\"])]);\n};\nconst renderTabDropDown = (h, title, keyPath, handles) => {\n const handleReload = () => {\n handles['reload'](keyPath);\n };\n const menus = renderTabMenu(h, keyPath);\n return h(ant_design_vue__WEBPACK_IMPORTED_MODULE_6__[\"default\"], {\n \"attrs\": {\n \"overlay\": menus,\n \"trigger\": ['contextmenu']\n }\n }, [h(\"span\", [h(\"span\", {\n \"class\": 'ant-pro-multi-tab-title'\n }, [title])])]);\n};\nconst MultiTab = {\n name: 'MultiTab',\n props: {\n contentWidth: {\n type: Boolean,\n default: false\n }\n },\n data() {\n return {\n activeKey: '',\n pages: [],\n fullPathList: []\n };\n },\n render(h) {\n const {\n $data: {\n pages\n },\n contentWidth\n } = this;\n const handles = {\n cls: keyPath => {\n // console.log('close', keyPath) \n // this.closeThat(keyPath)\n this.$tab.close(keyPath, false);\n },\n reload: keyPath => {\n this.$tab.refresh(keyPath);\n }\n };\n const tabPanels = pages.map(page => {\n const title = page.meta.customTitle || page.meta.title;\n return h(ant_design_vue__WEBPACK_IMPORTED_MODULE_7__[\"default\"].TabPane, {\n \"style\": {\n height: 0\n },\n \"key\": page.fullPath,\n \"attrs\": {\n \"tab\": renderTabDropDown(h, i18nRender(title), page.fullPath, handles),\n \"closable\": pages.length > 1\n }\n });\n });\n const edit = (targetKey, action) => {\n console.log('editTab:', targetKey, 'action:', action);\n this[action](targetKey);\n };\n const handleMenuClick = ({\n key\n }) => {\n this[key](this.activeKey);\n };\n const controlMenu = h(ant_design_vue__WEBPACK_IMPORTED_MODULE_6__[\"default\"], {\n \"slot\": \"tabBarExtraContent\",\n \"style\": {\n marginRight: '8px'\n }\n }, [h(ant_design_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"], {\n \"slot\": \"overlay\",\n \"on\": {\n \"click\": handleMenuClick\n }\n }, [h(ant_design_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"].Item, {\n \"key\": \"closeThat\"\n }, [\"\\u5173\\u95ED\\u5F53\\u524D\"]), h(ant_design_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"].Item, {\n \"key\": \"closeAll\"\n }, [\"\\u5173\\u95ED\\u5176\\u4ED6\"])]), h(ant_design_vue__WEBPACK_IMPORTED_MODULE_8__[\"default\"], {\n \"attrs\": {\n \"icon\": 'align-left',\n \"type\": 'link'\n }\n }, [h(ant_design_vue__WEBPACK_IMPORTED_MODULE_9__[\"default\"], {\n \"attrs\": {\n \"type\": \"down\"\n }\n })])]);\n return h(\"div\", {\n \"class\": ['ant-pro-multi-tab', contentWidth ? 'wide' : null]\n }, [h(\"div\", {\n \"class\": 'ant-pro-multi-tab-wrapper'\n }, [h(ant_design_vue__WEBPACK_IMPORTED_MODULE_7__[\"default\"], {\n \"attrs\": {\n \"hideAdd\": true,\n \"type\": 'editable-card',\n \"tabBarStyle\": customStyle\n },\n \"on\": {\n \"edit\": edit\n },\n \"model\": {\n value: this.activeKey,\n callback: $$v => {\n this.activeKey = $$v;\n }\n }\n }, [tabPanels, controlMenu])])]);\n },\n created() {\n const {\n pages,\n fullPathList\n } = this;\n _events__WEBPACK_IMPORTED_MODULE_2__[\"default\"].$on(_APIEnums__WEBPACK_IMPORTED_MODULE_3__.TAB_BINDING.TAB_CLOSE, val => {\n this.closeThat(val);\n console.log('hook:tab:ck', val);\n }).$on(_APIEnums__WEBPACK_IMPORTED_MODULE_3__.TAB_BINDING.TAB_CLOSE_RIGHT, val => {\n this.closeRight(val);\n console.log('hook:tab:closeRight', val);\n }).$on(_APIEnums__WEBPACK_IMPORTED_MODULE_3__.TAB_BINDING.TAB_CLOSE_LEFT, val => {\n this.closeLeft(val);\n console.log('hook:tab:closeLeft', val);\n }).$on(_APIEnums__WEBPACK_IMPORTED_MODULE_3__.TAB_BINDING.TAB_CLOSE_ALL, val => {\n this.closeAll(val);\n console.log('hook:tab:closeAll', val);\n }).$on('hook:tab:rename', val => {\n // console.log('hook:tab:rename', val)\n });\n pages.push(this.$route);\n fullPathList.push(this.$route.fullPath);\n this.activeLastTab();\n this.$watch('$route', newVal => {\n const {\n fullPath,\n params\n } = newVal;\n if (this.activeKey !== fullPath) {\n this.activeKey = fullPath;\n }\n if (this.fullPathList.indexOf(fullPath) < 0) {\n this.fullPathList.push(fullPath);\n /** 向外抛出打开方法 */\n this.$tab.open(newVal);\n if (params && params._tabName) {\n const newPage = Object.assign({}, newVal, {\n meta: {\n customTitle: params._tabName\n }\n });\n this.pages.push(newPage);\n } else {\n this.pages.push(newVal);\n }\n }\n });\n this.$watch('activeKey', pathKey => {\n this.$router.push({\n path: pathKey\n });\n /** 激活路由时记录信息 */\n this.$tab.activeTab(this.$route);\n });\n },\n mounted() {\n /** 延迟执行,记录第一次路由 */\n // let timer=setTimeout(()=>{\n // this.$tab.open(this.$route)\n // clearTimeout(timer)\n // }, 60)\n },\n methods: {\n activeLastTab() {\n this.activeKey = this.fullPathList[this.fullPathList.length - 1];\n },\n remove(targetKey) {\n this.closeThat(targetKey);\n },\n closeThat(targetKey) {\n if (this.fullPathList.length > 1) {\n this.pages = this.pages.filter(page => page.fullPath !== targetKey);\n this.fullPathList = this.fullPathList.filter(path => path !== targetKey);\n this.activeLastTab();\n /** 向外抛出关闭方法 */\n let cache = true;\n try {\n const majorPath = targetKey.split('?')[0];\n cache = this.fullPathList.some(path => path.includes('?') && path.split('?')[0] === majorPath);\n this.$tab.close(majorPath, cache);\n } catch {\n this.$tab.close(targetKey, cache);\n }\n console.log(cache, '是否缓存');\n }\n },\n closeLeft(e) {\n const currentIndex = this.fullPathList.indexOf(e);\n if (currentIndex > 0) {\n this.fullPathList.forEach((item, index) => {\n if (index < currentIndex) {\n this.remove(item);\n }\n });\n }\n },\n closeRight(e) {\n const currentIndex = this.fullPathList.indexOf(e);\n if (currentIndex < this.fullPathList.length - 1) {\n this.fullPathList.forEach((item, index) => {\n if (index > currentIndex) {\n this.remove(item);\n }\n });\n }\n },\n closeAll(e) {\n const currentIndex = this.fullPathList.indexOf(e);\n this.fullPathList.forEach((item, index) => {\n if (index !== currentIndex) {\n this.remove(item);\n }\n });\n }\n }\n};\n/* harmony default export */ __webpack_exports__[\"default\"] = (MultiTab);\n\n//# sourceURL=webpack://mui/./plugins/lib/multiTab/MultiTab.jsx?");
|
|
9210
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _vue_babel_helper_vue_jsx_merge_props__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @vue/babel-helper-vue-jsx-merge-props */ \"./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.js\");\n/* harmony import */ var _vue_babel_helper_vue_jsx_merge_props__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_vue_babel_helper_vue_jsx_merge_props__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.array.push.js */ \"./node_modules/core-js/modules/es.array.push.js\");\n/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./events */ \"./plugins/lib/multiTab/events.js\");\n/* harmony import */ var _APIEnums__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./APIEnums */ \"./plugins/lib/multiTab/APIEnums.js\");\n/* harmony import */ var ant_design_vue__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ant-design-vue */ \"./node_modules/ant-design-vue/es/menu/index.js\");\n/* harmony import */ var ant_design_vue__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ant-design-vue */ \"./node_modules/ant-design-vue/es/dropdown/index.js\");\n/* harmony import */ var ant_design_vue__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ant-design-vue */ \"./node_modules/ant-design-vue/es/tabs/index.js\");\n/* harmony import */ var ant_design_vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ant-design-vue */ \"./node_modules/ant-design-vue/es/button/index.js\");\n/* harmony import */ var ant_design_vue__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ant-design-vue */ \"./node_modules/ant-design-vue/es/icon/index.js\");\n/* harmony import */ var _index_less__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./index.less */ \"./plugins/lib/multiTab/index.less\");\n\n\n\n\n\n// import { i18nRender } from '@/locales'\n\nconst eventKey = {\n 'closeThat': _APIEnums__WEBPACK_IMPORTED_MODULE_3__.TAB_BINDING.TAB_CLOSE,\n 'closeRight': _APIEnums__WEBPACK_IMPORTED_MODULE_3__.TAB_BINDING.TAB_CLOSE_RIGHT,\n 'closeLeft': _APIEnums__WEBPACK_IMPORTED_MODULE_3__.TAB_BINDING.TAB_CLOSE_LEFT,\n 'closeAll': _APIEnums__WEBPACK_IMPORTED_MODULE_3__.TAB_BINDING.TAB_CLOSE_ALL\n};\nconst i18nRender = context => context;\nconst renderTabMenu = (h, path) => {\n const props = {\n on: {\n click: ({\n key,\n item,\n domEvent\n }) => {\n console.log('key', path);\n console.log(key, item, domEvent);\n _events__WEBPACK_IMPORTED_MODULE_2__[\"default\"].$emit(eventKey[key], path);\n }\n }\n };\n return h(ant_design_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"], _vue_babel_helper_vue_jsx_merge_props__WEBPACK_IMPORTED_MODULE_0___default()([{}, props]), [h(ant_design_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"].Item, {\n \"key\": \"closeThat\"\n }, [\"\\u5173\\u95ED\\u5F53\\u524D\\u6807\\u7B7E\"]), h(ant_design_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"].Item, {\n \"key\": \"closeRight\"\n }, [\"\\u5173\\u95ED\\u53F3\\u4FA7\"]), h(ant_design_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"].Item, {\n \"key\": \"closeLeft\"\n }, [\"\\u5173\\u95ED\\u5DE6\\u4FA7\"]), h(ant_design_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"].Item, {\n \"key\": \"closeAll\"\n }, [\"\\u5173\\u95ED\\u5168\\u90E8\"])]);\n};\nconst renderTabDropDown = (h, title, keyPath, handles) => {\n const handleReload = () => {\n handles['reload'](keyPath);\n };\n const menus = renderTabMenu(h, keyPath);\n return h(ant_design_vue__WEBPACK_IMPORTED_MODULE_6__[\"default\"], {\n \"attrs\": {\n \"overlay\": menus,\n \"trigger\": ['contextmenu']\n }\n }, [h(\"span\", [h(\"span\", {\n \"class\": 'ant-pro-multi-tab-title'\n }, [title])])]);\n};\nconst MultiTab = {\n name: 'MultiTab',\n props: {\n contentWidth: {\n type: Boolean,\n default: false\n }\n },\n data() {\n return {\n activeKey: '',\n pages: [],\n fullPathList: []\n };\n },\n render(h) {\n const {\n $data: {\n pages\n },\n contentWidth\n } = this;\n const handles = {\n cls: keyPath => {\n // console.log('close', keyPath) \n // this.closeThat(keyPath)\n this.$tab.close(keyPath, false);\n },\n reload: keyPath => {\n this.$tab.refresh(keyPath);\n }\n };\n const tabPanels = pages.map(page => {\n const title = page.meta.customTitle || page.meta.title;\n return h(ant_design_vue__WEBPACK_IMPORTED_MODULE_7__[\"default\"].TabPane, {\n \"style\": {\n height: 0\n },\n \"key\": page.fullPath,\n \"attrs\": {\n \"tab\": renderTabDropDown(h, i18nRender(title), page.fullPath, handles),\n \"closable\": pages.length > 1\n }\n });\n });\n const edit = (targetKey, action) => {\n console.log('editTab:', targetKey, 'action:', action);\n this[action](targetKey);\n };\n const handleMenuClick = ({\n key\n }) => {\n this[key](this.activeKey);\n };\n const controlMenu = h(ant_design_vue__WEBPACK_IMPORTED_MODULE_6__[\"default\"], {\n \"slot\": \"tabBarExtraContent\",\n \"style\": {\n marginRight: '8px'\n }\n }, [h(ant_design_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"], {\n \"slot\": \"overlay\",\n \"on\": {\n \"click\": handleMenuClick\n }\n }, [h(ant_design_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"].Item, {\n \"key\": \"closeThat\"\n }, [\"\\u5173\\u95ED\\u5F53\\u524D\"]), h(ant_design_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"].Item, {\n \"key\": \"closeAll\"\n }, [\"\\u5173\\u95ED\\u5176\\u4ED6\"])]), h(ant_design_vue__WEBPACK_IMPORTED_MODULE_8__[\"default\"], {\n \"attrs\": {\n \"icon\": 'align-left',\n \"type\": 'link'\n }\n }, [h(ant_design_vue__WEBPACK_IMPORTED_MODULE_9__[\"default\"], {\n \"attrs\": {\n \"type\": \"down\"\n }\n })])]);\n return h(\"div\", {\n \"class\": ['ant-pro-multi-tab', contentWidth ? 'wide' : null]\n }, [h(\"div\", {\n \"class\": 'ant-pro-multi-tab-wrapper'\n }, [h(ant_design_vue__WEBPACK_IMPORTED_MODULE_7__[\"default\"], {\n \"attrs\": {\n \"hideAdd\": true,\n \"type\": 'editable-card'\n },\n \"on\": {\n \"edit\": edit\n },\n \"model\": {\n value: this.activeKey,\n callback: $$v => {\n this.activeKey = $$v;\n }\n }\n }, [tabPanels, controlMenu])])]);\n },\n created() {\n const {\n pages,\n fullPathList\n } = this;\n _events__WEBPACK_IMPORTED_MODULE_2__[\"default\"].$on(_APIEnums__WEBPACK_IMPORTED_MODULE_3__.TAB_BINDING.TAB_CLOSE, val => {\n this.closeThat(val);\n console.log('hook:tab:ck', val);\n }).$on(_APIEnums__WEBPACK_IMPORTED_MODULE_3__.TAB_BINDING.TAB_CLOSE_RIGHT, val => {\n this.closeRight(val);\n console.log('hook:tab:closeRight', val);\n }).$on(_APIEnums__WEBPACK_IMPORTED_MODULE_3__.TAB_BINDING.TAB_CLOSE_LEFT, val => {\n this.closeLeft(val);\n console.log('hook:tab:closeLeft', val);\n }).$on(_APIEnums__WEBPACK_IMPORTED_MODULE_3__.TAB_BINDING.TAB_CLOSE_ALL, val => {\n this.closeAll(val);\n console.log('hook:tab:closeAll', val);\n }).$on('hook:tab:rename', val => {\n // console.log('hook:tab:rename', val)\n });\n pages.push(this.$route);\n fullPathList.push(this.$route.fullPath);\n this.activeLastTab();\n this.$watch('$route', newVal => {\n const {\n fullPath,\n params\n } = newVal;\n if (this.activeKey !== fullPath) {\n this.activeKey = fullPath;\n }\n if (this.fullPathList.indexOf(fullPath) < 0) {\n this.fullPathList.push(fullPath);\n /** 向外抛出打开方法 */\n this.$tab.open(newVal);\n if (params && params._tabName) {\n const newPage = Object.assign({}, newVal, {\n meta: {\n customTitle: params._tabName\n }\n });\n this.pages.push(newPage);\n } else {\n this.pages.push(newVal);\n }\n }\n });\n this.$watch('activeKey', pathKey => {\n this.$router.push({\n path: pathKey\n });\n /** 激活路由时记录信息 */\n this.$tab.activeTab(this.$route);\n });\n },\n mounted() {\n /** 延迟执行,记录第一次路由 */\n // let timer=setTimeout(()=>{\n // this.$tab.open(this.$route)\n // clearTimeout(timer)\n // }, 60)\n },\n methods: {\n activeLastTab() {\n this.activeKey = this.fullPathList[this.fullPathList.length - 1];\n },\n remove(targetKey) {\n this.closeThat(targetKey);\n },\n closeThat(targetKey) {\n if (this.fullPathList.length > 1) {\n this.pages = this.pages.filter(page => page.fullPath !== targetKey);\n this.fullPathList = this.fullPathList.filter(path => path !== targetKey);\n this.activeLastTab();\n /** 向外抛出关闭方法 */\n let cache = true;\n try {\n const majorPath = targetKey.split('?')[0];\n cache = this.fullPathList.some(path => path.includes('?') && path.split('?')[0] === majorPath);\n this.$tab.close(majorPath, cache);\n } catch {\n this.$tab.close(targetKey, cache);\n }\n console.log(cache, '是否缓存');\n }\n },\n closeLeft(e) {\n const currentIndex = this.fullPathList.indexOf(e);\n if (currentIndex > 0) {\n this.fullPathList.forEach((item, index) => {\n if (index < currentIndex) {\n this.remove(item);\n }\n });\n }\n },\n closeRight(e) {\n const currentIndex = this.fullPathList.indexOf(e);\n if (currentIndex < this.fullPathList.length - 1) {\n this.fullPathList.forEach((item, index) => {\n if (index > currentIndex) {\n this.remove(item);\n }\n });\n }\n },\n closeAll(e) {\n const currentIndex = this.fullPathList.indexOf(e);\n this.fullPathList.forEach((item, index) => {\n if (index !== currentIndex) {\n this.remove(item);\n }\n });\n }\n }\n};\n/* harmony default export */ __webpack_exports__[\"default\"] = (MultiTab);\n\n//# sourceURL=webpack://mui/./plugins/lib/multiTab/MultiTab.jsx?");
|
|
9420
9211
|
|
|
9421
9212
|
/***/ }),
|
|
9422
9213
|
|
|
@@ -9584,28 +9375,6 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _css
|
|
|
9584
9375
|
|
|
9585
9376
|
/***/ }),
|
|
9586
9377
|
|
|
9587
|
-
/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/ant-design-vue/es/layout/style/index.less":
|
|
9588
|
-
/*!*********************************************************************************************************************************************************************!*\
|
|
9589
|
-
!*** ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/ant-design-vue/es/layout/style/index.less ***!
|
|
9590
|
-
\*********************************************************************************************************************************************************************/
|
|
9591
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
9592
|
-
|
|
9593
|
-
"use strict";
|
|
9594
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\n/* harmony import */ var _css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__);\n// Imports\n\nvar ___CSS_LOADER_EXPORT___ = _css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */\\n/* stylelint-disable no-duplicate-selectors */\\n/* stylelint-disable */\\n/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */\\n.ant-layout {\\n display: flex;\\n flex: auto;\\n flex-direction: column;\\n /* fix firefox can't set height smaller than content on flex item */\\n min-height: 0;\\n background: #f0f2f5;\\n}\\n.ant-layout,\\n.ant-layout * {\\n box-sizing: border-box;\\n}\\n.ant-layout.ant-layout-has-sider {\\n flex-direction: row;\\n}\\n.ant-layout.ant-layout-has-sider > .ant-layout,\\n.ant-layout.ant-layout-has-sider > .ant-layout-content {\\n overflow-x: hidden;\\n}\\n.ant-layout-header,\\n.ant-layout-footer {\\n flex: 0 0 auto;\\n}\\n.ant-layout-header {\\n height: 64px;\\n padding: 0 50px;\\n line-height: 64px;\\n background: #001529;\\n}\\n.ant-layout-footer {\\n padding: 24px 50px;\\n color: rgba(0, 0, 0, 0.65);\\n font-size: 14px;\\n background: #f0f2f5;\\n}\\n.ant-layout-content {\\n flex: auto;\\n /* fix firefox can't set height smaller than content on flex item */\\n min-height: 0;\\n}\\n.ant-layout-sider {\\n position: relative;\\n /* fix firefox can't set width smaller than content on flex item */\\n min-width: 0;\\n background: #001529;\\n transition: all 0.2s;\\n}\\n.ant-layout-sider-children {\\n height: 100%;\\n margin-top: -0.1px;\\n padding-top: 0.1px;\\n}\\n.ant-layout-sider-has-trigger {\\n padding-bottom: 48px;\\n}\\n.ant-layout-sider-right {\\n order: 1;\\n}\\n.ant-layout-sider-trigger {\\n position: fixed;\\n bottom: 0;\\n z-index: 1;\\n height: 48px;\\n color: #fff;\\n line-height: 48px;\\n text-align: center;\\n background: #002140;\\n cursor: pointer;\\n transition: all 0.2s;\\n}\\n.ant-layout-sider-zero-width > * {\\n overflow: hidden;\\n}\\n.ant-layout-sider-zero-width-trigger {\\n position: absolute;\\n top: 64px;\\n right: -36px;\\n z-index: 1;\\n width: 36px;\\n height: 42px;\\n color: #fff;\\n font-size: 18px;\\n line-height: 42px;\\n text-align: center;\\n background: #001529;\\n border-radius: 0 4px 4px 0;\\n cursor: pointer;\\n transition: background 0.3s ease;\\n}\\n.ant-layout-sider-zero-width-trigger:hover {\\n background: #192c3e;\\n}\\n.ant-layout-sider-zero-width-trigger-right {\\n left: -36px;\\n border-radius: 4px 0 0 4px;\\n}\\n.ant-layout-sider-light {\\n background: #fff;\\n}\\n.ant-layout-sider-light .ant-layout-sider-trigger {\\n color: rgba(0, 0, 0, 0.65);\\n background: #fff;\\n}\\n.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {\\n color: rgba(0, 0, 0, 0.65);\\n background: #fff;\\n}\\n\", \"\"]);\n// Exports\n/* harmony default export */ __webpack_exports__[\"default\"] = (___CSS_LOADER_EXPORT___);\n\n\n//# sourceURL=webpack://mui/./node_modules/ant-design-vue/es/layout/style/index.less?./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use%5B2%5D");
|
|
9595
|
-
|
|
9596
|
-
/***/ }),
|
|
9597
|
-
|
|
9598
|
-
/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/ant-design-vue/es/style/index.less":
|
|
9599
|
-
/*!**************************************************************************************************************************************************************!*\
|
|
9600
|
-
!*** ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/ant-design-vue/es/style/index.less ***!
|
|
9601
|
-
\**************************************************************************************************************************************************************/
|
|
9602
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
9603
|
-
|
|
9604
|
-
"use strict";
|
|
9605
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\n/* harmony import */ var _css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__);\n// Imports\n\nvar ___CSS_LOADER_EXPORT___ = _css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */\\n/* stylelint-disable no-duplicate-selectors */\\n/* stylelint-disable */\\n/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */\\n/* stylelint-disable at-rule-no-unknown */\\nhtml,\\nbody {\\n width: 100%;\\n height: 100%;\\n}\\ninput::-ms-clear,\\ninput::-ms-reveal {\\n display: none;\\n}\\n*,\\n*::before,\\n*::after {\\n box-sizing: border-box;\\n}\\nhtml {\\n font-family: sans-serif;\\n line-height: 1.15;\\n -webkit-text-size-adjust: 100%;\\n -ms-text-size-adjust: 100%;\\n -ms-overflow-style: scrollbar;\\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\\n}\\n@-ms-viewport {\\n width: device-width;\\n}\\narticle,\\naside,\\ndialog,\\nfigcaption,\\nfigure,\\nfooter,\\nheader,\\nhgroup,\\nmain,\\nnav,\\nsection {\\n display: block;\\n}\\nbody {\\n margin: 0;\\n color: rgba(0, 0, 0, 0.65);\\n font-size: 14px;\\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';\\n font-variant: tabular-nums;\\n line-height: 1.5;\\n background-color: #fff;\\n font-feature-settings: 'tnum';\\n}\\n[tabindex='-1']:focus {\\n outline: none !important;\\n}\\nhr {\\n box-sizing: content-box;\\n height: 0;\\n overflow: visible;\\n}\\nh1,\\nh2,\\nh3,\\nh4,\\nh5,\\nh6 {\\n margin-top: 0;\\n margin-bottom: 0.5em;\\n color: rgba(0, 0, 0, 0.85);\\n font-weight: 500;\\n}\\np {\\n margin-top: 0;\\n margin-bottom: 1em;\\n}\\nabbr[title],\\nabbr[data-original-title] {\\n text-decoration: underline;\\n text-decoration: underline dotted;\\n border-bottom: 0;\\n cursor: help;\\n}\\naddress {\\n margin-bottom: 1em;\\n font-style: normal;\\n line-height: inherit;\\n}\\ninput[type='text'],\\ninput[type='password'],\\ninput[type='number'],\\ntextarea {\\n -webkit-appearance: none;\\n}\\nol,\\nul,\\ndl {\\n margin-top: 0;\\n margin-bottom: 1em;\\n}\\nol ol,\\nul ul,\\nol ul,\\nul ol {\\n margin-bottom: 0;\\n}\\ndt {\\n font-weight: 500;\\n}\\ndd {\\n margin-bottom: 0.5em;\\n margin-left: 0;\\n}\\nblockquote {\\n margin: 0 0 1em;\\n}\\ndfn {\\n font-style: italic;\\n}\\nb,\\nstrong {\\n font-weight: bolder;\\n}\\nsmall {\\n font-size: 80%;\\n}\\nsub,\\nsup {\\n position: relative;\\n font-size: 75%;\\n line-height: 0;\\n vertical-align: baseline;\\n}\\nsub {\\n bottom: -0.25em;\\n}\\nsup {\\n top: -0.5em;\\n}\\na {\\n color: #1890ff;\\n text-decoration: none;\\n background-color: transparent;\\n outline: none;\\n cursor: pointer;\\n transition: color 0.3s;\\n -webkit-text-decoration-skip: objects;\\n}\\na:hover {\\n color: #40a9ff;\\n}\\na:active {\\n color: #096dd9;\\n}\\na:active,\\na:hover {\\n text-decoration: none;\\n outline: 0;\\n}\\na[disabled] {\\n color: rgba(0, 0, 0, 0.25);\\n cursor: not-allowed;\\n pointer-events: none;\\n}\\npre,\\ncode,\\nkbd,\\nsamp {\\n font-size: 1em;\\n font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;\\n}\\npre {\\n margin-top: 0;\\n margin-bottom: 1em;\\n overflow: auto;\\n}\\nfigure {\\n margin: 0 0 1em;\\n}\\nimg {\\n vertical-align: middle;\\n border-style: none;\\n}\\nsvg:not(:root) {\\n overflow: hidden;\\n}\\na,\\narea,\\nbutton,\\n[role='button'],\\ninput:not([type='range']),\\nlabel,\\nselect,\\nsummary,\\ntextarea {\\n touch-action: manipulation;\\n}\\ntable {\\n border-collapse: collapse;\\n}\\ncaption {\\n padding-top: 0.75em;\\n padding-bottom: 0.3em;\\n color: rgba(0, 0, 0, 0.45);\\n text-align: left;\\n caption-side: bottom;\\n}\\nth {\\n text-align: inherit;\\n}\\ninput,\\nbutton,\\nselect,\\noptgroup,\\ntextarea {\\n margin: 0;\\n color: inherit;\\n font-size: inherit;\\n font-family: inherit;\\n line-height: inherit;\\n}\\nbutton,\\ninput {\\n overflow: visible;\\n}\\nbutton,\\nselect {\\n text-transform: none;\\n}\\nbutton,\\nhtml [type=\\\"button\\\"],\\n[type=\\\"reset\\\"],\\n[type=\\\"submit\\\"] {\\n -webkit-appearance: button;\\n}\\nbutton::-moz-focus-inner,\\n[type='button']::-moz-focus-inner,\\n[type='reset']::-moz-focus-inner,\\n[type='submit']::-moz-focus-inner {\\n padding: 0;\\n border-style: none;\\n}\\ninput[type='radio'],\\ninput[type='checkbox'] {\\n box-sizing: border-box;\\n padding: 0;\\n}\\ninput[type='date'],\\ninput[type='time'],\\ninput[type='datetime-local'],\\ninput[type='month'] {\\n -webkit-appearance: listbox;\\n}\\ntextarea {\\n overflow: auto;\\n resize: vertical;\\n}\\nfieldset {\\n min-width: 0;\\n margin: 0;\\n padding: 0;\\n border: 0;\\n}\\nlegend {\\n display: block;\\n width: 100%;\\n max-width: 100%;\\n margin-bottom: 0.5em;\\n padding: 0;\\n color: inherit;\\n font-size: 1.5em;\\n line-height: inherit;\\n white-space: normal;\\n}\\nprogress {\\n vertical-align: baseline;\\n}\\n[type='number']::-webkit-inner-spin-button,\\n[type='number']::-webkit-outer-spin-button {\\n height: auto;\\n}\\n[type='search'] {\\n outline-offset: -2px;\\n -webkit-appearance: none;\\n}\\n[type='search']::-webkit-search-cancel-button,\\n[type='search']::-webkit-search-decoration {\\n -webkit-appearance: none;\\n}\\n::-webkit-file-upload-button {\\n font: inherit;\\n -webkit-appearance: button;\\n}\\noutput {\\n display: inline-block;\\n}\\nsummary {\\n display: list-item;\\n}\\ntemplate {\\n display: none;\\n}\\n[hidden] {\\n display: none !important;\\n}\\nmark {\\n padding: 0.2em;\\n background-color: #feffe6;\\n}\\n::selection {\\n color: #fff;\\n background: #1890ff;\\n}\\n.clearfix {\\n zoom: 1;\\n}\\n.clearfix::before,\\n.clearfix::after {\\n display: table;\\n content: '';\\n}\\n.clearfix::after {\\n clear: both;\\n}\\n.anticon {\\n display: inline-block;\\n color: inherit;\\n font-style: normal;\\n line-height: 0;\\n text-align: center;\\n text-transform: none;\\n vertical-align: -0.125em;\\n text-rendering: optimizeLegibility;\\n -webkit-font-smoothing: antialiased;\\n -moz-osx-font-smoothing: grayscale;\\n}\\n.anticon > * {\\n line-height: 1;\\n}\\n.anticon svg {\\n display: inline-block;\\n}\\n.anticon::before {\\n display: none;\\n}\\n.anticon .anticon-icon {\\n display: block;\\n}\\n.anticon[tabindex] {\\n cursor: pointer;\\n}\\n.anticon-spin::before {\\n display: inline-block;\\n animation: loadingCircle 1s infinite linear;\\n}\\n.anticon-spin {\\n display: inline-block;\\n animation: loadingCircle 1s infinite linear;\\n}\\n.fade-enter,\\n.fade-appear {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.fade-leave {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.fade-enter.fade-enter-active,\\n.fade-appear.fade-appear-active {\\n animation-name: antFadeIn;\\n animation-play-state: running;\\n}\\n.fade-leave.fade-leave-active {\\n animation-name: antFadeOut;\\n animation-play-state: running;\\n pointer-events: none;\\n}\\n.fade-enter,\\n.fade-appear {\\n opacity: 0;\\n animation-timing-function: linear;\\n}\\n.fade-leave {\\n animation-timing-function: linear;\\n}\\n@keyframes antFadeIn {\\n 0% {\\n opacity: 0;\\n }\\n 100% {\\n opacity: 1;\\n }\\n}\\n@keyframes antFadeOut {\\n 0% {\\n opacity: 1;\\n }\\n 100% {\\n opacity: 0;\\n }\\n}\\n.move-up-enter,\\n.move-up-appear {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.move-up-leave {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.move-up-enter.move-up-enter-active,\\n.move-up-appear.move-up-appear-active {\\n animation-name: antMoveUpIn;\\n animation-play-state: running;\\n}\\n.move-up-leave.move-up-leave-active {\\n animation-name: antMoveUpOut;\\n animation-play-state: running;\\n pointer-events: none;\\n}\\n.move-up-enter,\\n.move-up-appear {\\n opacity: 0;\\n animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);\\n}\\n.move-up-leave {\\n animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);\\n}\\n.move-down-enter,\\n.move-down-appear {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.move-down-leave {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.move-down-enter.move-down-enter-active,\\n.move-down-appear.move-down-appear-active {\\n animation-name: antMoveDownIn;\\n animation-play-state: running;\\n}\\n.move-down-leave.move-down-leave-active {\\n animation-name: antMoveDownOut;\\n animation-play-state: running;\\n pointer-events: none;\\n}\\n.move-down-enter,\\n.move-down-appear {\\n opacity: 0;\\n animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);\\n}\\n.move-down-leave {\\n animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);\\n}\\n.move-left-enter,\\n.move-left-appear {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.move-left-leave {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.move-left-enter.move-left-enter-active,\\n.move-left-appear.move-left-appear-active {\\n animation-name: antMoveLeftIn;\\n animation-play-state: running;\\n}\\n.move-left-leave.move-left-leave-active {\\n animation-name: antMoveLeftOut;\\n animation-play-state: running;\\n pointer-events: none;\\n}\\n.move-left-enter,\\n.move-left-appear {\\n opacity: 0;\\n animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);\\n}\\n.move-left-leave {\\n animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);\\n}\\n.move-right-enter,\\n.move-right-appear {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.move-right-leave {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.move-right-enter.move-right-enter-active,\\n.move-right-appear.move-right-appear-active {\\n animation-name: antMoveRightIn;\\n animation-play-state: running;\\n}\\n.move-right-leave.move-right-leave-active {\\n animation-name: antMoveRightOut;\\n animation-play-state: running;\\n pointer-events: none;\\n}\\n.move-right-enter,\\n.move-right-appear {\\n opacity: 0;\\n animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);\\n}\\n.move-right-leave {\\n animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);\\n}\\n@keyframes antMoveDownIn {\\n 0% {\\n transform: translateY(100%);\\n transform-origin: 0 0;\\n opacity: 0;\\n }\\n 100% {\\n transform: translateY(0%);\\n transform-origin: 0 0;\\n opacity: 1;\\n }\\n}\\n@keyframes antMoveDownOut {\\n 0% {\\n transform: translateY(0%);\\n transform-origin: 0 0;\\n opacity: 1;\\n }\\n 100% {\\n transform: translateY(100%);\\n transform-origin: 0 0;\\n opacity: 0;\\n }\\n}\\n@keyframes antMoveLeftIn {\\n 0% {\\n transform: translateX(-100%);\\n transform-origin: 0 0;\\n opacity: 0;\\n }\\n 100% {\\n transform: translateX(0%);\\n transform-origin: 0 0;\\n opacity: 1;\\n }\\n}\\n@keyframes antMoveLeftOut {\\n 0% {\\n transform: translateX(0%);\\n transform-origin: 0 0;\\n opacity: 1;\\n }\\n 100% {\\n transform: translateX(-100%);\\n transform-origin: 0 0;\\n opacity: 0;\\n }\\n}\\n@keyframes antMoveRightIn {\\n 0% {\\n transform: translateX(100%);\\n transform-origin: 0 0;\\n opacity: 0;\\n }\\n 100% {\\n transform: translateX(0%);\\n transform-origin: 0 0;\\n opacity: 1;\\n }\\n}\\n@keyframes antMoveRightOut {\\n 0% {\\n transform: translateX(0%);\\n transform-origin: 0 0;\\n opacity: 1;\\n }\\n 100% {\\n transform: translateX(100%);\\n transform-origin: 0 0;\\n opacity: 0;\\n }\\n}\\n@keyframes antMoveUpIn {\\n 0% {\\n transform: translateY(-100%);\\n transform-origin: 0 0;\\n opacity: 0;\\n }\\n 100% {\\n transform: translateY(0%);\\n transform-origin: 0 0;\\n opacity: 1;\\n }\\n}\\n@keyframes antMoveUpOut {\\n 0% {\\n transform: translateY(0%);\\n transform-origin: 0 0;\\n opacity: 1;\\n }\\n 100% {\\n transform: translateY(-100%);\\n transform-origin: 0 0;\\n opacity: 0;\\n }\\n}\\n@keyframes loadingCircle {\\n 100% {\\n transform: rotate(360deg);\\n }\\n}\\n[ant-click-animating='true'],\\n[ant-click-animating-without-extra-node='true'] {\\n position: relative;\\n}\\nhtml {\\n --antd-wave-shadow-color: #1890ff;\\n}\\n[ant-click-animating-without-extra-node='true']::after,\\n.ant-click-animating-node {\\n position: absolute;\\n top: 0;\\n right: 0;\\n bottom: 0;\\n left: 0;\\n display: block;\\n border-radius: inherit;\\n box-shadow: 0 0 0 0 #1890ff;\\n box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);\\n opacity: 0.2;\\n animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);\\n animation-fill-mode: forwards;\\n content: '';\\n pointer-events: none;\\n}\\n@keyframes waveEffect {\\n 100% {\\n box-shadow: 0 0 0 #1890ff;\\n box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);\\n }\\n}\\n@keyframes fadeEffect {\\n 100% {\\n opacity: 0;\\n }\\n}\\n.slide-up-enter,\\n.slide-up-appear {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.slide-up-leave {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.slide-up-enter.slide-up-enter-active,\\n.slide-up-appear.slide-up-appear-active {\\n animation-name: antSlideUpIn;\\n animation-play-state: running;\\n}\\n.slide-up-leave.slide-up-leave-active {\\n animation-name: antSlideUpOut;\\n animation-play-state: running;\\n pointer-events: none;\\n}\\n.slide-up-enter,\\n.slide-up-appear {\\n opacity: 0;\\n animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);\\n}\\n.slide-up-leave {\\n animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);\\n}\\n.slide-down-enter,\\n.slide-down-appear {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.slide-down-leave {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.slide-down-enter.slide-down-enter-active,\\n.slide-down-appear.slide-down-appear-active {\\n animation-name: antSlideDownIn;\\n animation-play-state: running;\\n}\\n.slide-down-leave.slide-down-leave-active {\\n animation-name: antSlideDownOut;\\n animation-play-state: running;\\n pointer-events: none;\\n}\\n.slide-down-enter,\\n.slide-down-appear {\\n opacity: 0;\\n animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);\\n}\\n.slide-down-leave {\\n animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);\\n}\\n.slide-left-enter,\\n.slide-left-appear {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.slide-left-leave {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.slide-left-enter.slide-left-enter-active,\\n.slide-left-appear.slide-left-appear-active {\\n animation-name: antSlideLeftIn;\\n animation-play-state: running;\\n}\\n.slide-left-leave.slide-left-leave-active {\\n animation-name: antSlideLeftOut;\\n animation-play-state: running;\\n pointer-events: none;\\n}\\n.slide-left-enter,\\n.slide-left-appear {\\n opacity: 0;\\n animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);\\n}\\n.slide-left-leave {\\n animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);\\n}\\n.slide-right-enter,\\n.slide-right-appear {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.slide-right-leave {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.slide-right-enter.slide-right-enter-active,\\n.slide-right-appear.slide-right-appear-active {\\n animation-name: antSlideRightIn;\\n animation-play-state: running;\\n}\\n.slide-right-leave.slide-right-leave-active {\\n animation-name: antSlideRightOut;\\n animation-play-state: running;\\n pointer-events: none;\\n}\\n.slide-right-enter,\\n.slide-right-appear {\\n opacity: 0;\\n animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);\\n}\\n.slide-right-leave {\\n animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);\\n}\\n@keyframes antSlideUpIn {\\n 0% {\\n transform: scaleY(0.8);\\n transform-origin: 0% 0%;\\n opacity: 0;\\n }\\n 100% {\\n transform: scaleY(1);\\n transform-origin: 0% 0%;\\n opacity: 1;\\n }\\n}\\n@keyframes antSlideUpOut {\\n 0% {\\n transform: scaleY(1);\\n transform-origin: 0% 0%;\\n opacity: 1;\\n }\\n 100% {\\n transform: scaleY(0.8);\\n transform-origin: 0% 0%;\\n opacity: 0;\\n }\\n}\\n@keyframes antSlideDownIn {\\n 0% {\\n transform: scaleY(0.8);\\n transform-origin: 100% 100%;\\n opacity: 0;\\n }\\n 100% {\\n transform: scaleY(1);\\n transform-origin: 100% 100%;\\n opacity: 1;\\n }\\n}\\n@keyframes antSlideDownOut {\\n 0% {\\n transform: scaleY(1);\\n transform-origin: 100% 100%;\\n opacity: 1;\\n }\\n 100% {\\n transform: scaleY(0.8);\\n transform-origin: 100% 100%;\\n opacity: 0;\\n }\\n}\\n@keyframes antSlideLeftIn {\\n 0% {\\n transform: scaleX(0.8);\\n transform-origin: 0% 0%;\\n opacity: 0;\\n }\\n 100% {\\n transform: scaleX(1);\\n transform-origin: 0% 0%;\\n opacity: 1;\\n }\\n}\\n@keyframes antSlideLeftOut {\\n 0% {\\n transform: scaleX(1);\\n transform-origin: 0% 0%;\\n opacity: 1;\\n }\\n 100% {\\n transform: scaleX(0.8);\\n transform-origin: 0% 0%;\\n opacity: 0;\\n }\\n}\\n@keyframes antSlideRightIn {\\n 0% {\\n transform: scaleX(0.8);\\n transform-origin: 100% 0%;\\n opacity: 0;\\n }\\n 100% {\\n transform: scaleX(1);\\n transform-origin: 100% 0%;\\n opacity: 1;\\n }\\n}\\n@keyframes antSlideRightOut {\\n 0% {\\n transform: scaleX(1);\\n transform-origin: 100% 0%;\\n opacity: 1;\\n }\\n 100% {\\n transform: scaleX(0.8);\\n transform-origin: 100% 0%;\\n opacity: 0;\\n }\\n}\\n.swing-enter,\\n.swing-appear {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.swing-enter.swing-enter-active,\\n.swing-appear.swing-appear-active {\\n animation-name: antSwingIn;\\n animation-play-state: running;\\n}\\n@keyframes antSwingIn {\\n 0%,\\n 100% {\\n transform: translateX(0);\\n }\\n 20% {\\n transform: translateX(-10px);\\n }\\n 40% {\\n transform: translateX(10px);\\n }\\n 60% {\\n transform: translateX(-5px);\\n }\\n 80% {\\n transform: translateX(5px);\\n }\\n}\\n.zoom-enter,\\n.zoom-appear {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.zoom-leave {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.zoom-enter.zoom-enter-active,\\n.zoom-appear.zoom-appear-active {\\n animation-name: antZoomIn;\\n animation-play-state: running;\\n}\\n.zoom-leave.zoom-leave-active {\\n animation-name: antZoomOut;\\n animation-play-state: running;\\n pointer-events: none;\\n}\\n.zoom-enter,\\n.zoom-appear {\\n transform: scale(0);\\n opacity: 0;\\n animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);\\n}\\n.zoom-leave {\\n animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);\\n}\\n.zoom-big-enter,\\n.zoom-big-appear {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.zoom-big-leave {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.zoom-big-enter.zoom-big-enter-active,\\n.zoom-big-appear.zoom-big-appear-active {\\n animation-name: antZoomBigIn;\\n animation-play-state: running;\\n}\\n.zoom-big-leave.zoom-big-leave-active {\\n animation-name: antZoomBigOut;\\n animation-play-state: running;\\n pointer-events: none;\\n}\\n.zoom-big-enter,\\n.zoom-big-appear {\\n transform: scale(0);\\n opacity: 0;\\n animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);\\n}\\n.zoom-big-leave {\\n animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);\\n}\\n.zoom-big-fast-enter,\\n.zoom-big-fast-appear {\\n animation-duration: 0.1s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.zoom-big-fast-leave {\\n animation-duration: 0.1s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.zoom-big-fast-enter.zoom-big-fast-enter-active,\\n.zoom-big-fast-appear.zoom-big-fast-appear-active {\\n animation-name: antZoomBigIn;\\n animation-play-state: running;\\n}\\n.zoom-big-fast-leave.zoom-big-fast-leave-active {\\n animation-name: antZoomBigOut;\\n animation-play-state: running;\\n pointer-events: none;\\n}\\n.zoom-big-fast-enter,\\n.zoom-big-fast-appear {\\n transform: scale(0);\\n opacity: 0;\\n animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);\\n}\\n.zoom-big-fast-leave {\\n animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);\\n}\\n.zoom-up-enter,\\n.zoom-up-appear {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.zoom-up-leave {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.zoom-up-enter.zoom-up-enter-active,\\n.zoom-up-appear.zoom-up-appear-active {\\n animation-name: antZoomUpIn;\\n animation-play-state: running;\\n}\\n.zoom-up-leave.zoom-up-leave-active {\\n animation-name: antZoomUpOut;\\n animation-play-state: running;\\n pointer-events: none;\\n}\\n.zoom-up-enter,\\n.zoom-up-appear {\\n transform: scale(0);\\n opacity: 0;\\n animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);\\n}\\n.zoom-up-leave {\\n animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);\\n}\\n.zoom-down-enter,\\n.zoom-down-appear {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.zoom-down-leave {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.zoom-down-enter.zoom-down-enter-active,\\n.zoom-down-appear.zoom-down-appear-active {\\n animation-name: antZoomDownIn;\\n animation-play-state: running;\\n}\\n.zoom-down-leave.zoom-down-leave-active {\\n animation-name: antZoomDownOut;\\n animation-play-state: running;\\n pointer-events: none;\\n}\\n.zoom-down-enter,\\n.zoom-down-appear {\\n transform: scale(0);\\n opacity: 0;\\n animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);\\n}\\n.zoom-down-leave {\\n animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);\\n}\\n.zoom-left-enter,\\n.zoom-left-appear {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.zoom-left-leave {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.zoom-left-enter.zoom-left-enter-active,\\n.zoom-left-appear.zoom-left-appear-active {\\n animation-name: antZoomLeftIn;\\n animation-play-state: running;\\n}\\n.zoom-left-leave.zoom-left-leave-active {\\n animation-name: antZoomLeftOut;\\n animation-play-state: running;\\n pointer-events: none;\\n}\\n.zoom-left-enter,\\n.zoom-left-appear {\\n transform: scale(0);\\n opacity: 0;\\n animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);\\n}\\n.zoom-left-leave {\\n animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);\\n}\\n.zoom-right-enter,\\n.zoom-right-appear {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.zoom-right-leave {\\n animation-duration: 0.2s;\\n animation-fill-mode: both;\\n animation-play-state: paused;\\n}\\n.zoom-right-enter.zoom-right-enter-active,\\n.zoom-right-appear.zoom-right-appear-active {\\n animation-name: antZoomRightIn;\\n animation-play-state: running;\\n}\\n.zoom-right-leave.zoom-right-leave-active {\\n animation-name: antZoomRightOut;\\n animation-play-state: running;\\n pointer-events: none;\\n}\\n.zoom-right-enter,\\n.zoom-right-appear {\\n transform: scale(0);\\n opacity: 0;\\n animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);\\n}\\n.zoom-right-leave {\\n animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);\\n}\\n@keyframes antZoomIn {\\n 0% {\\n transform: scale(0.2);\\n opacity: 0;\\n }\\n 100% {\\n transform: scale(1);\\n opacity: 1;\\n }\\n}\\n@keyframes antZoomOut {\\n 0% {\\n transform: scale(1);\\n }\\n 100% {\\n transform: scale(0.2);\\n opacity: 0;\\n }\\n}\\n@keyframes antZoomBigIn {\\n 0% {\\n transform: scale(0.8);\\n opacity: 0;\\n }\\n 100% {\\n transform: scale(1);\\n opacity: 1;\\n }\\n}\\n@keyframes antZoomBigOut {\\n 0% {\\n transform: scale(1);\\n }\\n 100% {\\n transform: scale(0.8);\\n opacity: 0;\\n }\\n}\\n@keyframes antZoomUpIn {\\n 0% {\\n transform: scale(0.8);\\n transform-origin: 50% 0%;\\n opacity: 0;\\n }\\n 100% {\\n transform: scale(1);\\n transform-origin: 50% 0%;\\n }\\n}\\n@keyframes antZoomUpOut {\\n 0% {\\n transform: scale(1);\\n transform-origin: 50% 0%;\\n }\\n 100% {\\n transform: scale(0.8);\\n transform-origin: 50% 0%;\\n opacity: 0;\\n }\\n}\\n@keyframes antZoomLeftIn {\\n 0% {\\n transform: scale(0.8);\\n transform-origin: 0% 50%;\\n opacity: 0;\\n }\\n 100% {\\n transform: scale(1);\\n transform-origin: 0% 50%;\\n }\\n}\\n@keyframes antZoomLeftOut {\\n 0% {\\n transform: scale(1);\\n transform-origin: 0% 50%;\\n }\\n 100% {\\n transform: scale(0.8);\\n transform-origin: 0% 50%;\\n opacity: 0;\\n }\\n}\\n@keyframes antZoomRightIn {\\n 0% {\\n transform: scale(0.8);\\n transform-origin: 100% 50%;\\n opacity: 0;\\n }\\n 100% {\\n transform: scale(1);\\n transform-origin: 100% 50%;\\n }\\n}\\n@keyframes antZoomRightOut {\\n 0% {\\n transform: scale(1);\\n transform-origin: 100% 50%;\\n }\\n 100% {\\n transform: scale(0.8);\\n transform-origin: 100% 50%;\\n opacity: 0;\\n }\\n}\\n@keyframes antZoomDownIn {\\n 0% {\\n transform: scale(0.8);\\n transform-origin: 50% 100%;\\n opacity: 0;\\n }\\n 100% {\\n transform: scale(1);\\n transform-origin: 50% 100%;\\n }\\n}\\n@keyframes antZoomDownOut {\\n 0% {\\n transform: scale(1);\\n transform-origin: 50% 100%;\\n }\\n 100% {\\n transform: scale(0.8);\\n transform-origin: 50% 100%;\\n opacity: 0;\\n }\\n}\\n.ant-motion-collapse-legacy {\\n overflow: hidden;\\n}\\n.ant-motion-collapse-legacy-active {\\n transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;\\n}\\n.ant-motion-collapse {\\n overflow: hidden;\\n transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;\\n}\\n\", \"\"]);\n// Exports\n/* harmony default export */ __webpack_exports__[\"default\"] = (___CSS_LOADER_EXPORT___);\n\n\n//# sourceURL=webpack://mui/./node_modules/ant-design-vue/es/style/index.less?./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use%5B2%5D");
|
|
9606
|
-
|
|
9607
|
-
/***/ }),
|
|
9608
|
-
|
|
9609
9378
|
/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./plugins/lib/amap/AmapDraw.less":
|
|
9610
9379
|
/*!*********************************************************************************************************************************************!*\
|
|
9611
9380
|
!*** ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./plugins/lib/amap/AmapDraw.less ***!
|
|
@@ -9668,40 +9437,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _nod
|
|
|
9668
9437
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
9669
9438
|
|
|
9670
9439
|
"use strict";
|
|
9671
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__);\n// Imports\n\nvar ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".ant-pro-grid-content-page {\\n width: 100%;\\n height: 100%;\\n}\\n\", \"\"]);\n// Exports\n/* harmony default export */ __webpack_exports__[\"default\"] = (___CSS_LOADER_EXPORT___);\n\n\n//# sourceURL=webpack://mui/./plugins/lib/iframe/index.less?./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use%5B2%5D");
|
|
9672
|
-
|
|
9673
|
-
/***/ }),
|
|
9674
|
-
|
|
9675
|
-
/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./plugins/lib/layout/Header.less":
|
|
9676
|
-
/*!*********************************************************************************************************************************************!*\
|
|
9677
|
-
!*** ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./plugins/lib/layout/Header.less ***!
|
|
9678
|
-
\*********************************************************************************************************************************************/
|
|
9679
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
9680
|
-
|
|
9681
|
-
"use strict";
|
|
9682
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__);\n// Imports\n\nvar ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/* 混入样式 */\\n/* 布局( 纯为了不想多写一行 */\\n/* 正方体盒子 */\\n/* 滚动条样式 */\\n/* 文字换行省略(默认1行)*/\\n/* flex布局 */\\n/* flex排版方式 */\\n.ant-layout-head > div,\\n.ant-layout-head-top > div {\\n width: 100%;\\n height: 100%;\\n}\\n.ant-layout-head-top {\\n display: flex;\\n gap: 0;\\n flex-direction: row;\\n flex-wrap: wrap;\\n align-items: center;\\n justify-content: center;\\n position: relative;\\n}\\n.ant-layout-head-top-left {\\n left: 0;\\n display: flex;\\n gap: 0;\\n flex-direction: row;\\n flex-wrap: wrap;\\n align-items: center;\\n justify-content: center;\\n position: absolute;\\n}\\n.ant-layout-head-top-right {\\n right: 0;\\n display: flex;\\n gap: 0;\\n flex-direction: row;\\n flex-wrap: wrap;\\n align-items: center;\\n justify-content: center;\\n position: absolute;\\n}\\n\", \"\"]);\n// Exports\n/* harmony default export */ __webpack_exports__[\"default\"] = (___CSS_LOADER_EXPORT___);\n\n\n//# sourceURL=webpack://mui/./plugins/lib/layout/Header.less?./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use%5B2%5D");
|
|
9683
|
-
|
|
9684
|
-
/***/ }),
|
|
9685
|
-
|
|
9686
|
-
/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./plugins/lib/layout/components/SiderMenu/index.less":
|
|
9687
|
-
/*!*****************************************************************************************************************************************************************!*\
|
|
9688
|
-
!*** ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./plugins/lib/layout/components/SiderMenu/index.less ***!
|
|
9689
|
-
\*****************************************************************************************************************************************************************/
|
|
9690
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
9691
|
-
|
|
9692
|
-
"use strict";
|
|
9693
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__);\n// Imports\n\nvar ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/* 布局( 纯为了不想多写一行 */\\n/* 正方体盒子 */\\n/* 滚动条样式 */\\n/* 文字换行省略(默认1行)*/\\n/* flex布局 */\\n/* flex排版方式 */\\n/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */\\n/* stylelint-disable no-duplicate-selectors */\\n/* stylelint-disable */\\n/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */\\n.ant-layout-sider-children {\\n display: flex;\\n gap: 0;\\n flex-direction: column;\\n}\\n.ant-layout-sider-children .ant-menu {\\n flex: 1;\\n}\\n.ant-layout-sider-children .ant-menu-collapsed {\\n height: 40px;\\n color: #1890ff;\\n font-size: 16px;\\n display: flex;\\n align-items: center;\\n border-top: 1px solid #d9d9d9;\\n}\\n.ant-layout-sider-children .ant-menu-collapsed .trigger {\\n margin-left: 16px;\\n}\\n\", \"\"]);\n// Exports\n/* harmony default export */ __webpack_exports__[\"default\"] = (___CSS_LOADER_EXPORT___);\n\n\n//# sourceURL=webpack://mui/./plugins/lib/layout/components/SiderMenu/index.less?./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use%5B2%5D");
|
|
9694
|
-
|
|
9695
|
-
/***/ }),
|
|
9696
|
-
|
|
9697
|
-
/***/ "./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./plugins/lib/layout/style/index.less":
|
|
9698
|
-
/*!**************************************************************************************************************************************************!*\
|
|
9699
|
-
!*** ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./plugins/lib/layout/style/index.less ***!
|
|
9700
|
-
\**************************************************************************************************************************************************/
|
|
9701
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
9702
|
-
|
|
9703
|
-
"use strict";
|
|
9704
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__);\n// Imports\n\nvar ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */\\n/* stylelint-disable no-duplicate-selectors */\\n/* stylelint-disable */\\n/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */\\n.ant-pro-basicLayout {\\n display: flex;\\n flex-direction: column;\\n}\\n.ant-pro-basicLayout-content {\\n padding: 16px 24px;\\n box-sizing: border-box;\\n}\\n\", \"\"]);\n// Exports\n/* harmony default export */ __webpack_exports__[\"default\"] = (___CSS_LOADER_EXPORT___);\n\n\n//# sourceURL=webpack://mui/./plugins/lib/layout/style/index.less?./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use%5B2%5D");
|
|
9440
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__);\n// Imports\n\nvar ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */\\n/* stylelint-disable no-duplicate-selectors */\\n/* stylelint-disable */\\n/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */\\n.ant-pro-grid-content-page,\\n.ant-spin-nested-loading,\\n.ant-spin-container {\\n width: 100%;\\n height: 100%;\\n}\\n.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {\\n font-size: 48px;\\n}\\n.ant-spin-nested-loading > div > .ant-spin .ant-spin-text.ant-spin-text {\\n top: 60%;\\n padding-left: 36px;\\n font-size: 16px;\\n}\\n\", \"\"]);\n// Exports\n/* harmony default export */ __webpack_exports__[\"default\"] = (___CSS_LOADER_EXPORT___);\n\n\n//# sourceURL=webpack://mui/./plugins/lib/iframe/index.less?./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use%5B2%5D");
|
|
9705
9441
|
|
|
9706
9442
|
/***/ }),
|
|
9707
9443
|
|
|
@@ -9723,7 +9459,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _nod
|
|
|
9723
9459
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
9724
9460
|
|
|
9725
9461
|
"use strict";
|
|
9726
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__);\n// Imports\n\nvar ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */\\n/* stylelint-disable no-duplicate-selectors */\\n/* stylelint-disable */\\n/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */\\n.ant-pro-multi-tab .ant-tabs-bar {\\n margin: 0;\\n padding-left: 20px;\\n box-sizing: border-box;\\n background: #001529;\\n}\\n.ant-pro-multi-tab .ant-tabs-extra-content .ant-btn {\\n border: none;\\n background: transparent;\\n}\\n.ant-pro-multi-tab .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {\\n height: 26px;\\n line-height: 26px;\\n color: #bfbfbf;\\n border-radius: 2px;\\n padding: 0 8px;\\n border: none;\\n background: transparent;\\n}\\n.ant-pro-multi-tab .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x {\\n margin-left: 14px;\\n color: #bfbfbf;\\n}\\n.ant-pro-multi-tab .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {\\n color: #1890ff;\\n background-color: #e6f7ff;\\n}\\n.ant-pro-multi-tab .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active .ant-tabs-close-x {\\n color: #1890ff;\\n}\\n.ant-pro-multi-tab .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {\\n display: flex;\\n align-items: center;\\n}\\n.ant-pro-multi-tab .ant-tabs-nav .ant-tabs-tab .anticon {\\n margin-right: 4px;\\n}\\n.ant-pro-multi-tab .ant-tabs-nav .ant-tabs-tab .anticon:last-child {\\n margin-right: 0;\\n}\\n.ant-pro-multi-tab .ant-pro-multi-tab-title {\\n user-select: none;\\n font-weight: 300;\\n font-size: 14px;\\n}\\n.ant-pro-multi-tab .ant-pro-multi-tab-icon {\\n height: 14px;\\n overflow: hidden;\\n color: rgba(0, 0, 0, 0.45);\\n font-size: 12px;\\n vertical-align: middle;\\n transition: all 0.3s;\\n}\\n.ant-pro-multi-tab .ant-pro-multi-tab-icon:hover {\\n color: rgba(0, 0, 0, 0.85);\\n}\\n
|
|
9462
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__);\n// Imports\n\nvar ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */\\n/* stylelint-disable no-duplicate-selectors */\\n/* stylelint-disable */\\n/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */\\n.ant-pro-multi-tab .ant-tabs-bar {\\n margin: 0;\\n border-bottom: none;\\n padding-left: 20px;\\n box-sizing: border-box;\\n background: #001529;\\n}\\n.ant-pro-multi-tab .ant-tabs-extra-content .ant-btn {\\n border: none;\\n background: transparent;\\n}\\n.ant-pro-multi-tab .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {\\n height: 26px;\\n line-height: 26px;\\n color: #bfbfbf;\\n border-radius: 2px;\\n padding: 0 8px;\\n border: none;\\n background: transparent;\\n}\\n.ant-pro-multi-tab .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x {\\n margin-left: 14px;\\n color: #bfbfbf;\\n}\\n.ant-pro-multi-tab .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {\\n color: #1890ff;\\n background-color: #e6f7ff;\\n}\\n.ant-pro-multi-tab .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active .ant-tabs-close-x {\\n color: #1890ff;\\n}\\n.ant-pro-multi-tab .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {\\n display: flex;\\n align-items: center;\\n}\\n.ant-pro-multi-tab .ant-tabs-nav .ant-tabs-tab .anticon {\\n margin-right: 4px;\\n}\\n.ant-pro-multi-tab .ant-tabs-nav .ant-tabs-tab .anticon:last-child {\\n margin-right: 0;\\n}\\n.ant-pro-multi-tab .ant-pro-multi-tab-title {\\n user-select: none;\\n font-weight: 300;\\n font-size: 14px;\\n}\\n.ant-pro-multi-tab .ant-pro-multi-tab-icon {\\n height: 14px;\\n overflow: hidden;\\n color: rgba(0, 0, 0, 0.45);\\n font-size: 12px;\\n vertical-align: middle;\\n transition: all 0.3s;\\n}\\n.ant-pro-multi-tab .ant-pro-multi-tab-icon:hover {\\n color: rgba(0, 0, 0, 0.85);\\n}\\n\", \"\"]);\n// Exports\n/* harmony default export */ __webpack_exports__[\"default\"] = (___CSS_LOADER_EXPORT___);\n\n\n//# sourceURL=webpack://mui/./plugins/lib/multiTab/index.less?./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use%5B2%5D");
|
|
9727
9463
|
|
|
9728
9464
|
/***/ }),
|
|
9729
9465
|
|
|
@@ -9968,28 +9704,6 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _sty
|
|
|
9968
9704
|
|
|
9969
9705
|
/***/ }),
|
|
9970
9706
|
|
|
9971
|
-
/***/ "./node_modules/ant-design-vue/es/layout/style/index.less":
|
|
9972
|
-
/*!****************************************************************!*\
|
|
9973
|
-
!*** ./node_modules/ant-design-vue/es/layout/style/index.less ***!
|
|
9974
|
-
\****************************************************************/
|
|
9975
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9976
|
-
|
|
9977
|
-
"use strict";
|
|
9978
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! !../../../../style-loader/dist/runtime/injectStylesIntoStyleTag.js */ \"./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\");\n/* harmony import */ var _style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! !../../../../style-loader/dist/runtime/styleDomAPI.js */ \"./node_modules/style-loader/dist/runtime/styleDomAPI.js\");\n/* harmony import */ var _style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _style_loader_dist_runtime_getTarget_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! !../../../../style-loader/dist/runtime/getTarget.js */ \"./node_modules/style-loader/dist/runtime/getTarget.js\");\n/* harmony import */ var _style_loader_dist_runtime_getTarget_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_style_loader_dist_runtime_getTarget_js__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var _style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! !../../../../style-loader/dist/runtime/insertStyleElement.js */ \"./node_modules/style-loader/dist/runtime/insertStyleElement.js\");\n/* harmony import */ var _style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var _css_loader_dist_cjs_js_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_index_less__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! !!../../../../css-loader/dist/cjs.js!../../../../less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./index.less */ \"./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/ant-design-vue/es/layout/style/index.less\");\n\n \n \n \n \n \n \n \n\nvar options = {};\n\noptions.styleTagTransform = function(css, style){\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n while (style.firstChild) {\n style.removeChild(style.firstChild);\n }\n\n style.appendChild(document.createTextNode(css));\n }\n };\noptions.setAttributes = function(style) {\n var nonce =\n true ? __webpack_require__.nc : 0;\n\n if (nonce) {\n style.setAttribute(\"nonce\", nonce);\n }\n };\noptions.insert = function(style){\n var target = _style_loader_dist_runtime_getTarget_js__WEBPACK_IMPORTED_MODULE_2___default()(\"head\");\n\n if (!target) {\n throw new Error(\n \"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\"\n );\n }\n\n target.appendChild(style);\n };\noptions.domAPI = (_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default());\noptions.insertStyleElement = (_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_3___default());\n\nvar update = _style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default()(_css_loader_dist_cjs_js_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_index_less__WEBPACK_IMPORTED_MODULE_4__[\"default\"], options);\n\n\n\n\n /* harmony default export */ __webpack_exports__[\"default\"] = (_css_loader_dist_cjs_js_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_index_less__WEBPACK_IMPORTED_MODULE_4__[\"default\"] && _css_loader_dist_cjs_js_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_index_less__WEBPACK_IMPORTED_MODULE_4__[\"default\"].locals ? _css_loader_dist_cjs_js_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_index_less__WEBPACK_IMPORTED_MODULE_4__[\"default\"].locals : undefined);\n\n\n//# sourceURL=webpack://mui/./node_modules/ant-design-vue/es/layout/style/index.less?");
|
|
9979
|
-
|
|
9980
|
-
/***/ }),
|
|
9981
|
-
|
|
9982
|
-
/***/ "./node_modules/ant-design-vue/es/style/index.less":
|
|
9983
|
-
/*!*********************************************************!*\
|
|
9984
|
-
!*** ./node_modules/ant-design-vue/es/style/index.less ***!
|
|
9985
|
-
\*********************************************************/
|
|
9986
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9987
|
-
|
|
9988
|
-
"use strict";
|
|
9989
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! !../../../style-loader/dist/runtime/injectStylesIntoStyleTag.js */ \"./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\");\n/* harmony import */ var _style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! !../../../style-loader/dist/runtime/styleDomAPI.js */ \"./node_modules/style-loader/dist/runtime/styleDomAPI.js\");\n/* harmony import */ var _style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _style_loader_dist_runtime_getTarget_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! !../../../style-loader/dist/runtime/getTarget.js */ \"./node_modules/style-loader/dist/runtime/getTarget.js\");\n/* harmony import */ var _style_loader_dist_runtime_getTarget_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_style_loader_dist_runtime_getTarget_js__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var _style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! !../../../style-loader/dist/runtime/insertStyleElement.js */ \"./node_modules/style-loader/dist/runtime/insertStyleElement.js\");\n/* harmony import */ var _style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var _css_loader_dist_cjs_js_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_index_less__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! !!../../../css-loader/dist/cjs.js!../../../less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./index.less */ \"./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/ant-design-vue/es/style/index.less\");\n\n \n \n \n \n \n \n \n\nvar options = {};\n\noptions.styleTagTransform = function(css, style){\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n while (style.firstChild) {\n style.removeChild(style.firstChild);\n }\n\n style.appendChild(document.createTextNode(css));\n }\n };\noptions.setAttributes = function(style) {\n var nonce =\n true ? __webpack_require__.nc : 0;\n\n if (nonce) {\n style.setAttribute(\"nonce\", nonce);\n }\n };\noptions.insert = function(style){\n var target = _style_loader_dist_runtime_getTarget_js__WEBPACK_IMPORTED_MODULE_2___default()(\"head\");\n\n if (!target) {\n throw new Error(\n \"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\"\n );\n }\n\n target.appendChild(style);\n };\noptions.domAPI = (_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default());\noptions.insertStyleElement = (_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_3___default());\n\nvar update = _style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default()(_css_loader_dist_cjs_js_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_index_less__WEBPACK_IMPORTED_MODULE_4__[\"default\"], options);\n\n\n\n\n /* harmony default export */ __webpack_exports__[\"default\"] = (_css_loader_dist_cjs_js_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_index_less__WEBPACK_IMPORTED_MODULE_4__[\"default\"] && _css_loader_dist_cjs_js_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_index_less__WEBPACK_IMPORTED_MODULE_4__[\"default\"].locals ? _css_loader_dist_cjs_js_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_index_less__WEBPACK_IMPORTED_MODULE_4__[\"default\"].locals : undefined);\n\n\n//# sourceURL=webpack://mui/./node_modules/ant-design-vue/es/style/index.less?");
|
|
9990
|
-
|
|
9991
|
-
/***/ }),
|
|
9992
|
-
|
|
9993
9707
|
/***/ "./plugins/lib/amap/AmapDraw.less":
|
|
9994
9708
|
/*!****************************************!*\
|
|
9995
9709
|
!*** ./plugins/lib/amap/AmapDraw.less ***!
|
|
@@ -10056,39 +9770,6 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _nod
|
|
|
10056
9770
|
|
|
10057
9771
|
/***/ }),
|
|
10058
9772
|
|
|
10059
|
-
/***/ "./plugins/lib/layout/Header.less":
|
|
10060
|
-
/*!****************************************!*\
|
|
10061
|
-
!*** ./plugins/lib/layout/Header.less ***!
|
|
10062
|
-
\****************************************/
|
|
10063
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10064
|
-
|
|
10065
|
-
"use strict";
|
|
10066
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! !../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js */ \"./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\");\n/* harmony import */ var _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! !../../../node_modules/style-loader/dist/runtime/styleDomAPI.js */ \"./node_modules/style-loader/dist/runtime/styleDomAPI.js\");\n/* harmony import */ var _node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _node_modules_style_loader_dist_runtime_getTarget_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! !../../../node_modules/style-loader/dist/runtime/getTarget.js */ \"./node_modules/style-loader/dist/runtime/getTarget.js\");\n/* harmony import */ var _node_modules_style_loader_dist_runtime_getTarget_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_getTarget_js__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! !../../../node_modules/style-loader/dist/runtime/insertStyleElement.js */ \"./node_modules/style-loader/dist/runtime/insertStyleElement.js\");\n/* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var _node_modules_css_loader_dist_cjs_js_node_modules_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_Header_less__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! !!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./Header.less */ \"./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./plugins/lib/layout/Header.less\");\n\n \n \n \n \n \n \n \n\nvar options = {};\n\noptions.styleTagTransform = function(css, style){\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n while (style.firstChild) {\n style.removeChild(style.firstChild);\n }\n\n style.appendChild(document.createTextNode(css));\n }\n };\noptions.setAttributes = function(style) {\n var nonce =\n true ? __webpack_require__.nc : 0;\n\n if (nonce) {\n style.setAttribute(\"nonce\", nonce);\n }\n };\noptions.insert = function(style){\n var target = _node_modules_style_loader_dist_runtime_getTarget_js__WEBPACK_IMPORTED_MODULE_2___default()(\"head\");\n\n if (!target) {\n throw new Error(\n \"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\"\n );\n }\n\n target.appendChild(style);\n };\noptions.domAPI = (_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default());\noptions.insertStyleElement = (_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_3___default());\n\nvar update = _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default()(_node_modules_css_loader_dist_cjs_js_node_modules_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_Header_less__WEBPACK_IMPORTED_MODULE_4__[\"default\"], options);\n\n\n\n\n /* harmony default export */ __webpack_exports__[\"default\"] = (_node_modules_css_loader_dist_cjs_js_node_modules_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_Header_less__WEBPACK_IMPORTED_MODULE_4__[\"default\"] && _node_modules_css_loader_dist_cjs_js_node_modules_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_Header_less__WEBPACK_IMPORTED_MODULE_4__[\"default\"].locals ? _node_modules_css_loader_dist_cjs_js_node_modules_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_Header_less__WEBPACK_IMPORTED_MODULE_4__[\"default\"].locals : undefined);\n\n\n//# sourceURL=webpack://mui/./plugins/lib/layout/Header.less?");
|
|
10067
|
-
|
|
10068
|
-
/***/ }),
|
|
10069
|
-
|
|
10070
|
-
/***/ "./plugins/lib/layout/components/SiderMenu/index.less":
|
|
10071
|
-
/*!************************************************************!*\
|
|
10072
|
-
!*** ./plugins/lib/layout/components/SiderMenu/index.less ***!
|
|
10073
|
-
\************************************************************/
|
|
10074
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10075
|
-
|
|
10076
|
-
"use strict";
|
|
10077
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! !../../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js */ \"./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\");\n/* harmony import */ var _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! !../../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js */ \"./node_modules/style-loader/dist/runtime/styleDomAPI.js\");\n/* harmony import */ var _node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _node_modules_style_loader_dist_runtime_getTarget_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! !../../../../../node_modules/style-loader/dist/runtime/getTarget.js */ \"./node_modules/style-loader/dist/runtime/getTarget.js\");\n/* harmony import */ var _node_modules_style_loader_dist_runtime_getTarget_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_getTarget_js__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! !../../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js */ \"./node_modules/style-loader/dist/runtime/insertStyleElement.js\");\n/* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var _node_modules_css_loader_dist_cjs_js_node_modules_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_index_less__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! !!../../../../../node_modules/css-loader/dist/cjs.js!../../../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./index.less */ \"./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./plugins/lib/layout/components/SiderMenu/index.less\");\n\n \n \n \n \n \n \n \n\nvar options = {};\n\noptions.styleTagTransform = function(css, style){\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n while (style.firstChild) {\n style.removeChild(style.firstChild);\n }\n\n style.appendChild(document.createTextNode(css));\n }\n };\noptions.setAttributes = function(style) {\n var nonce =\n true ? __webpack_require__.nc : 0;\n\n if (nonce) {\n style.setAttribute(\"nonce\", nonce);\n }\n };\noptions.insert = function(style){\n var target = _node_modules_style_loader_dist_runtime_getTarget_js__WEBPACK_IMPORTED_MODULE_2___default()(\"head\");\n\n if (!target) {\n throw new Error(\n \"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\"\n );\n }\n\n target.appendChild(style);\n };\noptions.domAPI = (_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default());\noptions.insertStyleElement = (_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_3___default());\n\nvar update = _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default()(_node_modules_css_loader_dist_cjs_js_node_modules_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_index_less__WEBPACK_IMPORTED_MODULE_4__[\"default\"], options);\n\n\n\n\n /* harmony default export */ __webpack_exports__[\"default\"] = (_node_modules_css_loader_dist_cjs_js_node_modules_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_index_less__WEBPACK_IMPORTED_MODULE_4__[\"default\"] && _node_modules_css_loader_dist_cjs_js_node_modules_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_index_less__WEBPACK_IMPORTED_MODULE_4__[\"default\"].locals ? _node_modules_css_loader_dist_cjs_js_node_modules_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_index_less__WEBPACK_IMPORTED_MODULE_4__[\"default\"].locals : undefined);\n\n\n//# sourceURL=webpack://mui/./plugins/lib/layout/components/SiderMenu/index.less?");
|
|
10078
|
-
|
|
10079
|
-
/***/ }),
|
|
10080
|
-
|
|
10081
|
-
/***/ "./plugins/lib/layout/style/index.less":
|
|
10082
|
-
/*!*********************************************!*\
|
|
10083
|
-
!*** ./plugins/lib/layout/style/index.less ***!
|
|
10084
|
-
\*********************************************/
|
|
10085
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10086
|
-
|
|
10087
|
-
"use strict";
|
|
10088
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! !../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js */ \"./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\");\n/* harmony import */ var _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! !../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js */ \"./node_modules/style-loader/dist/runtime/styleDomAPI.js\");\n/* harmony import */ var _node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _node_modules_style_loader_dist_runtime_getTarget_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! !../../../../node_modules/style-loader/dist/runtime/getTarget.js */ \"./node_modules/style-loader/dist/runtime/getTarget.js\");\n/* harmony import */ var _node_modules_style_loader_dist_runtime_getTarget_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_getTarget_js__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! !../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js */ \"./node_modules/style-loader/dist/runtime/insertStyleElement.js\");\n/* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var _node_modules_css_loader_dist_cjs_js_node_modules_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_index_less__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! !!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./index.less */ \"./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./plugins/lib/layout/style/index.less\");\n\n \n \n \n \n \n \n \n\nvar options = {};\n\noptions.styleTagTransform = function(css, style){\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n while (style.firstChild) {\n style.removeChild(style.firstChild);\n }\n\n style.appendChild(document.createTextNode(css));\n }\n };\noptions.setAttributes = function(style) {\n var nonce =\n true ? __webpack_require__.nc : 0;\n\n if (nonce) {\n style.setAttribute(\"nonce\", nonce);\n }\n };\noptions.insert = function(style){\n var target = _node_modules_style_loader_dist_runtime_getTarget_js__WEBPACK_IMPORTED_MODULE_2___default()(\"head\");\n\n if (!target) {\n throw new Error(\n \"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\"\n );\n }\n\n target.appendChild(style);\n };\noptions.domAPI = (_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default());\noptions.insertStyleElement = (_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_3___default());\n\nvar update = _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default()(_node_modules_css_loader_dist_cjs_js_node_modules_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_index_less__WEBPACK_IMPORTED_MODULE_4__[\"default\"], options);\n\n\n\n\n /* harmony default export */ __webpack_exports__[\"default\"] = (_node_modules_css_loader_dist_cjs_js_node_modules_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_index_less__WEBPACK_IMPORTED_MODULE_4__[\"default\"] && _node_modules_css_loader_dist_cjs_js_node_modules_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_index_less__WEBPACK_IMPORTED_MODULE_4__[\"default\"].locals ? _node_modules_css_loader_dist_cjs_js_node_modules_less_loader_dist_cjs_js_clonedRuleSet_2_use_2_index_less__WEBPACK_IMPORTED_MODULE_4__[\"default\"].locals : undefined);\n\n\n//# sourceURL=webpack://mui/./plugins/lib/layout/style/index.less?");
|
|
10089
|
-
|
|
10090
|
-
/***/ }),
|
|
10091
|
-
|
|
10092
9773
|
/***/ "./plugins/lib/modal/index.less":
|
|
10093
9774
|
/*!**************************************!*\
|
|
10094
9775
|
!*** ./plugins/lib/modal/index.less ***!
|