bkui-vue 0.0.1-beta.391 → 0.0.1-beta.393
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/index.cjs.js +35 -35
- package/dist/index.esm.js +856 -857
- package/dist/index.umd.js +9 -9
- package/lib/affix/index.js +128 -60
- package/lib/alert/index.js +124 -56
- package/lib/animate-number/index.js +106 -42
- package/lib/backtop/index.js +133 -61
- package/lib/badge/index.js +114 -50
- package/lib/breadcrumb/index.js +133 -67
- package/lib/button/index.js +147 -68
- package/lib/card/index.js +154 -69
- package/lib/cascader/index.js +242 -168
- package/lib/checkbox/index.js +139 -77
- package/lib/code-diff/index.js +121 -79
- package/lib/collapse/index.js +150 -84
- package/lib/color-picker/index.js +245 -193
- package/lib/components.js +671 -434
- package/lib/container/index.js +125 -64
- package/lib/date-picker/index.js +563 -462
- package/lib/dialog/index.js +198 -108
- package/lib/directives/index.js +138 -92
- package/lib/dist.index.js +133 -48
- package/lib/divider/index.js +118 -50
- package/lib/dropdown/index.js +155 -73
- package/lib/exception/index.js +145 -97
- package/lib/fixed-navbar/index.js +107 -43
- package/lib/form/index.js +193 -107
- package/lib/icon/angle-double-down-line.js +90 -30
- package/lib/icon/angle-double-left-line.js +90 -30
- package/lib/icon/angle-double-left.js +90 -30
- package/lib/icon/angle-double-right-line.js +90 -30
- package/lib/icon/angle-double-right.js +90 -30
- package/lib/icon/angle-double-up-line.js +90 -30
- package/lib/icon/angle-down-fill.js +90 -30
- package/lib/icon/angle-down-line.js +90 -30
- package/lib/icon/angle-down.js +90 -30
- package/lib/icon/angle-left.js +90 -30
- package/lib/icon/angle-right.js +90 -30
- package/lib/icon/angle-up-fill.js +90 -30
- package/lib/icon/angle-up.js +90 -30
- package/lib/icon/archive-fill.js +90 -30
- package/lib/icon/arrows-left.js +90 -30
- package/lib/icon/arrows-right.js +90 -30
- package/lib/icon/audio-fill.js +90 -30
- package/lib/icon/bk.js +90 -30
- package/lib/icon/circle.js +90 -30
- package/lib/icon/close-line.js +90 -30
- package/lib/icon/close.js +90 -30
- package/lib/icon/code.js +90 -30
- package/lib/icon/cog-shape.js +90 -30
- package/lib/icon/collapse-left.js +90 -30
- package/lib/icon/copy.js +90 -30
- package/lib/icon/data-shape.js +90 -30
- package/lib/icon/del.js +90 -30
- package/lib/icon/doc-fill.js +90 -30
- package/lib/icon/done.js +90 -30
- package/lib/icon/down-shape.js +90 -30
- package/lib/icon/down-small.js +90 -30
- package/lib/icon/edit-line.js +90 -30
- package/lib/icon/ellipsis.js +90 -30
- package/lib/icon/enlarge-line.js +90 -30
- package/lib/icon/error.js +90 -30
- package/lib/icon/excel-fill.js +90 -30
- package/lib/icon/exclamation-circle-shape.js +90 -30
- package/lib/icon/eye.js +90 -30
- package/lib/icon/filliscreen-line.js +90 -30
- package/lib/icon/folder-open.js +90 -30
- package/lib/icon/folder-shape-open.js +90 -30
- package/lib/icon/folder-shape.js +90 -30
- package/lib/icon/folder.js +90 -30
- package/lib/icon/funnel.js +90 -30
- package/lib/icon/help-document-fill.js +90 -30
- package/lib/icon/help-fill.js +90 -30
- package/lib/icon/help.js +90 -30
- package/lib/icon/image-fill.js +90 -30
- package/lib/icon/img-placehoulder.js +88 -52
- package/lib/icon/index.js +255 -267
- package/lib/icon/info-line.js +88 -52
- package/lib/icon/info.js +88 -52
- package/lib/icon/left-shape.js +88 -52
- package/lib/icon/left-turn-line.js +88 -52
- package/lib/icon/narrow-line.js +88 -52
- package/lib/icon/original.js +88 -52
- package/lib/icon/pdf-fill.js +88 -52
- package/lib/icon/play-shape.js +88 -52
- package/lib/icon/plus.js +88 -52
- package/lib/icon/ppt-fill.js +88 -52
- package/lib/icon/qq.js +88 -52
- package/lib/icon/right-shape.js +88 -52
- package/lib/icon/right-turn-line.js +88 -52
- package/lib/icon/search.js +88 -52
- package/lib/icon/share.js +88 -52
- package/lib/icon/spinner.js +88 -52
- package/lib/icon/success.js +88 -52
- package/lib/icon/switcher-loading.js +88 -52
- package/lib/icon/text-file.js +88 -52
- package/lib/icon/text-fill.js +88 -52
- package/lib/icon/transfer.js +88 -52
- package/lib/icon/tree-application-shape.js +88 -52
- package/lib/icon/unfull-screen.js +88 -52
- package/lib/icon/unvisible.js +88 -52
- package/lib/icon/up-shape.js +88 -52
- package/lib/icon/upload.js +88 -52
- package/lib/icon/video-fill.js +88 -52
- package/lib/icon/warn.js +88 -52
- package/lib/icon/weixin.js +88 -52
- package/lib/image/index.js +213 -164
- package/lib/index.js +134 -50
- package/lib/info-box/index.js +206 -152
- package/lib/input/index.js +167 -99
- package/lib/link/index.js +115 -47
- package/lib/loading/index.js +127 -67
- package/lib/menu/index.js +156 -92
- package/lib/message/index.js +148 -76
- package/lib/modal/index.js +151 -85
- package/lib/navigation/index.js +134 -66
- package/lib/notify/index.js +153 -81
- package/lib/overflow-title/index.js +128 -92
- package/lib/pagination/index.js +220 -131
- package/lib/plugin-popover/index.js +329 -148
- package/lib/plugins/index.js +100 -33
- package/lib/popover/index.js +332 -153
- package/lib/popover2/index.js +99 -35
- package/lib/preset.js +104 -37
- package/lib/process/index.js +134 -92
- package/lib/progress/index.js +127 -63
- package/lib/radio/index.js +142 -81
- package/lib/rate/index.js +127 -63
- package/lib/resize-layout/index.js +147 -79
- package/lib/search-select/index.js +220 -168
- package/lib/select/index.js +394 -315
- package/lib/shared/index.js +203 -228
- package/lib/sideslider/index.js +137 -88
- package/lib/slider/index.js +196 -147
- package/lib/steps/index.js +152 -105
- package/lib/swiper/index.js +126 -62
- package/lib/switcher/index.js +133 -65
- package/lib/tab/index.js +188 -118
- package/lib/table/index.js +572 -457
- package/lib/table-column/index.js +197 -129
- package/lib/tag/index.js +130 -58
- package/lib/tag-input/index.js +277 -175
- package/lib/time-picker/index.js +111 -40
- package/lib/timeline/index.js +114 -50
- package/lib/transfer/index.js +174 -89
- package/lib/tree/index.js +235 -158
- package/lib/upload/index.js +227 -173
- package/lib/virtual-render/index.js +154 -86
- package/package.json +1 -1
package/lib/navigation/index.js
CHANGED
@@ -1,47 +1,111 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
1
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
2
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
3
|
+
module.exports = factory(require("../shared"), require("vue"), require("../icon"));
|
4
|
+
else if(typeof define === 'function' && define.amd)
|
5
|
+
define(["../shared", "vue", "../icon"], factory);
|
6
|
+
else {
|
7
|
+
var a = typeof exports === 'object' ? factory(require("../shared"), require("vue"), require("../icon")) : factory(root["../shared"], root["vue"], root["../icon"]);
|
8
|
+
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
9
|
+
}
|
10
|
+
})(self, (__WEBPACK_EXTERNAL_MODULE__4212__, __WEBPACK_EXTERNAL_MODULE__748__, __WEBPACK_EXTERNAL_MODULE__6870__) => {
|
11
|
+
return /******/ (() => { // webpackBootstrap
|
12
|
+
/******/ "use strict";
|
13
|
+
/******/ var __webpack_modules__ = ({
|
14
|
+
|
15
|
+
/***/ 6870:
|
16
|
+
/***/ ((module) => {
|
17
|
+
|
18
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__6870__;
|
19
|
+
|
20
|
+
/***/ }),
|
21
|
+
|
22
|
+
/***/ 4212:
|
23
|
+
/***/ ((module) => {
|
24
|
+
|
25
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__4212__;
|
26
|
+
|
27
|
+
/***/ }),
|
28
|
+
|
29
|
+
/***/ 748:
|
30
|
+
/***/ ((module) => {
|
31
|
+
|
32
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__748__;
|
33
|
+
|
34
|
+
/***/ })
|
35
|
+
|
36
|
+
/******/ });
|
7
37
|
/************************************************************************/
|
8
|
-
/******/
|
9
|
-
/******/
|
10
|
-
/******/
|
11
|
-
/******/
|
12
|
-
/******/
|
13
|
-
/******/
|
14
|
-
/******/
|
15
|
-
/******/
|
38
|
+
/******/ // The module cache
|
39
|
+
/******/ var __webpack_module_cache__ = {};
|
40
|
+
/******/
|
41
|
+
/******/ // The require function
|
42
|
+
/******/ function __webpack_require__(moduleId) {
|
43
|
+
/******/ // Check if module is in cache
|
44
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
45
|
+
/******/ if (cachedModule !== undefined) {
|
46
|
+
/******/ return cachedModule.exports;
|
16
47
|
/******/ }
|
17
|
-
/******/
|
18
|
-
/******/
|
19
|
-
/******/
|
20
|
-
/******/
|
21
|
-
/******/
|
22
|
-
/******/
|
23
|
-
/******/
|
24
|
-
/******/
|
48
|
+
/******/ // Create a new module (and put it into the cache)
|
49
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
50
|
+
/******/ // no module.id needed
|
51
|
+
/******/ // no module.loaded needed
|
52
|
+
/******/ exports: {}
|
53
|
+
/******/ };
|
54
|
+
/******/
|
55
|
+
/******/ // Execute the module function
|
56
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
57
|
+
/******/
|
58
|
+
/******/ // Return the exports of the module
|
59
|
+
/******/ return module.exports;
|
60
|
+
/******/ }
|
61
|
+
/******/
|
62
|
+
/************************************************************************/
|
63
|
+
/******/ /* webpack/runtime/define property getters */
|
64
|
+
/******/ (() => {
|
65
|
+
/******/ // define getter functions for harmony exports
|
66
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
67
|
+
/******/ for(var key in definition) {
|
68
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
69
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
70
|
+
/******/ }
|
71
|
+
/******/ }
|
72
|
+
/******/ };
|
73
|
+
/******/ })();
|
74
|
+
/******/
|
75
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
76
|
+
/******/ (() => {
|
77
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
78
|
+
/******/ })();
|
79
|
+
/******/
|
80
|
+
/******/ /* webpack/runtime/make namespace object */
|
81
|
+
/******/ (() => {
|
82
|
+
/******/ // define __esModule on exports
|
83
|
+
/******/ __webpack_require__.r = (exports) => {
|
84
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
85
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
86
|
+
/******/ }
|
87
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
88
|
+
/******/ };
|
89
|
+
/******/ })();
|
90
|
+
/******/
|
25
91
|
/************************************************************************/
|
26
92
|
var __webpack_exports__ = {};
|
93
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
94
|
+
(() => {
|
95
|
+
// ESM COMPAT FLAG
|
96
|
+
__webpack_require__.r(__webpack_exports__);
|
27
97
|
|
28
98
|
// EXPORTS
|
29
99
|
__webpack_require__.d(__webpack_exports__, {
|
30
|
-
"
|
100
|
+
"default": () => (/* binding */ src)
|
31
101
|
});
|
32
102
|
|
33
|
-
|
34
|
-
var
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
var
|
39
|
-
var external_vue_y = x => () => x
|
40
|
-
const external_vue_namespaceObject = external_vue_x({ ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["onBeforeUnmount"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onBeforeUnmount, ["reactive"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.reactive, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref });
|
41
|
-
;// CONCATENATED MODULE: external "../icon"
|
42
|
-
var external_icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
43
|
-
var external_icon_y = x => () => x
|
44
|
-
const external_icon_namespaceObject = external_icon_x({ ["CollapseLeft"]: () => __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__.CollapseLeft });
|
103
|
+
// EXTERNAL MODULE: external "../shared"
|
104
|
+
var external_shared_ = __webpack_require__(4212);
|
105
|
+
// EXTERNAL MODULE: external "vue"
|
106
|
+
var external_vue_ = __webpack_require__(748);
|
107
|
+
// EXTERNAL MODULE: external "../icon"
|
108
|
+
var external_icon_ = __webpack_require__(6870);
|
45
109
|
;// CONCATENATED MODULE: ../../packages/navigation/src/navigation-title.tsx
|
46
110
|
|
47
111
|
|
@@ -81,7 +145,7 @@ var TitleProps = {
|
|
81
145
|
"default": 'left-right'
|
82
146
|
}
|
83
147
|
};
|
84
|
-
/* harmony default export */ const navigation_title = ((0,
|
148
|
+
/* harmony default export */ const navigation_title = ((0,external_vue_.defineComponent)({
|
85
149
|
props: TitleProps,
|
86
150
|
slots: ['side-icon'],
|
87
151
|
setup: function setup(props, _ref) {
|
@@ -89,16 +153,16 @@ var TitleProps = {
|
|
89
153
|
return function () {
|
90
154
|
var _a, _b;
|
91
155
|
|
92
|
-
return (0,
|
156
|
+
return (0,external_vue_.createVNode)("div", {
|
93
157
|
"class": "bk-navigation-title",
|
94
158
|
"style": {
|
95
159
|
borderBottomWidth: props.navigationType === 'left-right' ? '0' : '1px'
|
96
160
|
}
|
97
|
-
}, [((_a = slots["default"]) === null || _a === void 0 ? void 0 : _a.call(slots)) || [(0,
|
161
|
+
}, [((_a = slots["default"]) === null || _a === void 0 ? void 0 : _a.call(slots)) || [(0,external_vue_.createVNode)("span", {
|
98
162
|
"class": "title-icon"
|
99
|
-
}, [((_b = slots['side-icon']) === null || _b === void 0 ? void 0 : _b.call(slots)) || (0,
|
163
|
+
}, [((_b = slots['side-icon']) === null || _b === void 0 ? void 0 : _b.call(slots)) || (0,external_vue_.createVNode)("i", {
|
100
164
|
"class": "bk-icon icon-rtx"
|
101
|
-
}, null)]), (0,
|
165
|
+
}, null)]), (0,external_vue_.createVNode)("span", {
|
102
166
|
"class": "title-desc"
|
103
167
|
}, [props.sideTitle])]]);
|
104
168
|
};
|
@@ -181,15 +245,15 @@ var NavigationProps = {
|
|
181
245
|
"default": true
|
182
246
|
}
|
183
247
|
};
|
184
|
-
/* harmony default export */ const navigation = ((0,
|
248
|
+
/* harmony default export */ const navigation = ((0,external_vue_.defineComponent)({
|
185
249
|
name: 'Navigation',
|
186
250
|
props: NavigationProps,
|
187
251
|
emits: ['leave', 'toggle', 'hover', 'toggle-click'],
|
188
252
|
slots: ['header', 'menu', 'footer', 'side-icon', 'side-header'],
|
189
253
|
setup: function setup(props, _ref) {
|
190
254
|
var emit = _ref.emit;
|
191
|
-
var defaultHeaderTitle = (0,
|
192
|
-
var nav = (0,
|
255
|
+
var defaultHeaderTitle = (0,external_vue_.ref)(props.headerTitle);
|
256
|
+
var nav = (0,external_vue_.reactive)({
|
193
257
|
click: false,
|
194
258
|
hover: false,
|
195
259
|
delay: false,
|
@@ -203,7 +267,7 @@ var NavigationProps = {
|
|
203
267
|
emit('toggle', nav.hover);
|
204
268
|
}
|
205
269
|
|
206
|
-
(0,
|
270
|
+
(0,external_vue_.onBeforeUnmount)(function () {
|
207
271
|
nav.timer && window.clearTimeout(nav.timer);
|
208
272
|
});
|
209
273
|
|
@@ -241,7 +305,7 @@ var NavigationProps = {
|
|
241
305
|
return {
|
242
306
|
defaultHeaderTitle: defaultHeaderTitle,
|
243
307
|
nav: nav,
|
244
|
-
onBeforeUnmount:
|
308
|
+
onBeforeUnmount: external_vue_.onBeforeUnmount,
|
245
309
|
handleMouseOver: handleMouseOver,
|
246
310
|
handleMouseLeave: handleMouseLeave,
|
247
311
|
handleClick: handleClick
|
@@ -250,28 +314,28 @@ var NavigationProps = {
|
|
250
314
|
render: function render() {
|
251
315
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
252
316
|
|
253
|
-
return (0,
|
317
|
+
return (0,external_vue_.createVNode)("div", {
|
254
318
|
"class": "bk-navigation"
|
255
|
-
}, [this.navigationType === 'top-bottom' && (0,
|
319
|
+
}, [this.navigationType === 'top-bottom' && (0,external_vue_.createVNode)("div", {
|
256
320
|
"class": "bk-navigation-header",
|
257
321
|
"style": {
|
258
322
|
flexBasis: "".concat(this.headHeight, "px")
|
259
323
|
}
|
260
|
-
}, [(0,
|
324
|
+
}, [(0,external_vue_.createVNode)(navigation_title, {
|
261
325
|
"sideTitle": this.sideTitle
|
262
326
|
}, {
|
263
327
|
"default": this.$slots['side-header'],
|
264
328
|
'side-icon': !this.$slots['side-header'] ? this.$slots['side-icon'] : undefined
|
265
|
-
}), (0,
|
329
|
+
}), (0,external_vue_.createVNode)("div", {
|
266
330
|
"class": "header-right"
|
267
|
-
}, [(_b = (_a = this.$slots).header) === null || _b === void 0 ? void 0 : _b.call(_a)])]), (0,
|
331
|
+
}, [(_b = (_a = this.$slots).header) === null || _b === void 0 ? void 0 : _b.call(_a)])]), (0,external_vue_.createVNode)("div", {
|
268
332
|
"class": "bk-navigation-wrapper"
|
269
|
-
}, [this.needMenu && (0,
|
333
|
+
}, [this.needMenu && (0,external_vue_.createVNode)("div", {
|
270
334
|
"class": "navigation-nav",
|
271
335
|
"style": {
|
272
336
|
width: !this.nav.click ? "".concat(this.navWidth, "px") : "".concat(this.hoverWidth, "px")
|
273
337
|
}
|
274
|
-
}, [(0,
|
338
|
+
}, [(0,external_vue_.createVNode)("div", {
|
275
339
|
"class": "nav-slider",
|
276
340
|
"onMouseenter": this.handleMouseOver,
|
277
341
|
"onMouseleave": this.handleMouseLeave,
|
@@ -279,7 +343,7 @@ var NavigationProps = {
|
|
279
343
|
width: !this.nav.hover ? "".concat(this.navWidth, "px") : "".concat(this.hoverWidth, "px"),
|
280
344
|
borderRight: this.navigationType !== 'top-bottom' ? 'none' : '1px solid #DCDEE5'
|
281
345
|
}
|
282
|
-
}, [this.navigationType !== 'top-bottom' && this.showSideNavTitle && (0,
|
346
|
+
}, [this.navigationType !== 'top-bottom' && this.showSideNavTitle && (0,external_vue_.createVNode)(navigation_title, {
|
283
347
|
"style": {
|
284
348
|
flexBasis: "".concat(this.headHeight, "px")
|
285
349
|
},
|
@@ -287,44 +351,44 @@ var NavigationProps = {
|
|
287
351
|
}, {
|
288
352
|
"default": this.$slots['side-header'],
|
289
353
|
'side-icon': !this.$slots['side-header'] ? this.$slots['side-icon'] : undefined
|
290
|
-
}), (0,
|
354
|
+
}), (0,external_vue_.createVNode)("div", {
|
291
355
|
"class": "nav-slider-list",
|
292
356
|
"style": {
|
293
357
|
height: "calc(100vh - ".concat(+this.headHeight + 56, "px)")
|
294
358
|
}
|
295
|
-
}, [(_d = (_c = this.$slots).menu) === null || _d === void 0 ? void 0 : _d.call(_c)]), (0,
|
359
|
+
}, [(_d = (_c = this.$slots).menu) === null || _d === void 0 ? void 0 : _d.call(_c)]), (0,external_vue_.createVNode)("div", {
|
296
360
|
"class": "nav-slider-footer"
|
297
|
-
}, [(0,
|
361
|
+
}, [(0,external_vue_.createVNode)("div", {
|
298
362
|
"class": {
|
299
363
|
'is-left': this.navigationType !== 'top-bottom',
|
300
364
|
'footer-icon': true
|
301
365
|
},
|
302
366
|
"onClick": this.handleClick
|
303
|
-
}, [(0,
|
367
|
+
}, [(0,external_vue_.createVNode)(external_icon_.CollapseLeft, {
|
304
368
|
"class": "footer-icon-svg",
|
305
369
|
"style": {
|
306
370
|
transform: this.nav.click ? 'rotate(180deg)' : 'rotate(0deg)'
|
307
371
|
}
|
308
|
-
}, null)])])])]), (0,
|
372
|
+
}, null)])])])]), (0,external_vue_.createVNode)("div", {
|
309
373
|
"class": "navigation-container",
|
310
374
|
"style": {
|
311
375
|
maxWidth: this.needMenu ? 'calc(100vw - 60px)' : '100vw'
|
312
376
|
}
|
313
|
-
}, [this.navigationType !== 'top-bottom' && (0,
|
377
|
+
}, [this.navigationType !== 'top-bottom' && (0,external_vue_.createVNode)("div", {
|
314
378
|
"class": "container-header",
|
315
379
|
"style": {
|
316
380
|
flexBasis: "".concat(this.headHeight, "px")
|
317
381
|
}
|
318
|
-
}, [((_f = (_e = this.$slots).header) === null || _f === void 0 ? void 0 : _f.call(_e)) || [(0,
|
382
|
+
}, [((_f = (_e = this.$slots).header) === null || _f === void 0 ? void 0 : _f.call(_e)) || [(0,external_vue_.createVNode)("div", {
|
319
383
|
"class": "container-header-title"
|
320
|
-
}, [this.headerTitle]), (0,
|
384
|
+
}, [this.headerTitle]), (0,external_vue_.createVNode)("div", {
|
321
385
|
"class": "container-header-sets"
|
322
|
-
}, [(_h = (_g = this.$slots)['header-set']) === null || _h === void 0 ? void 0 : _h.call(_g)])]]), (0,
|
386
|
+
}, [(_h = (_g = this.$slots)['header-set']) === null || _h === void 0 ? void 0 : _h.call(_g)])]]), (0,external_vue_.createVNode)("div", {
|
323
387
|
"class": "container-content",
|
324
388
|
"style": {
|
325
389
|
maxHeight: "calc(100vh - ".concat(this.headHeight, "px)")
|
326
390
|
}
|
327
|
-
}, [(_k = (_j = this.$slots)["default"]) === null || _k === void 0 ? void 0 : _k.call(_j), (0,
|
391
|
+
}, [(_k = (_j = this.$slots)["default"]) === null || _k === void 0 ? void 0 : _k.call(_j), (0,external_vue_.createVNode)("div", {
|
328
392
|
"class": "container-footer"
|
329
393
|
}, [(_m = (_l = this.$slots).footer) === null || _m === void 0 ? void 0 : _m.call(_l)])])])])]);
|
330
394
|
}
|
@@ -357,7 +421,11 @@ var NavigationProps = {
|
|
357
421
|
*/
|
358
422
|
|
359
423
|
|
360
|
-
var Navigation = (0,
|
424
|
+
var Navigation = (0,external_shared_.withInstall)(navigation);
|
361
425
|
/* harmony default export */ const src = (Navigation);
|
362
|
-
|
363
|
-
|
426
|
+
})();
|
427
|
+
|
428
|
+
/******/ return __webpack_exports__;
|
429
|
+
/******/ })()
|
430
|
+
;
|
431
|
+
});
|