@web-utils/component 2.0.10 → 2.0.11
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/chunks/3d28cc08.js +57 -0
- package/dist/chunks/{41a066be.js → 44b78389.js} +8 -8
- package/dist/chunks/5d33812d.js +147 -0
- package/dist/chunks/{61ad06b2.js → 822300f3.js} +3 -3
- package/dist/chunks/9d848bf6.js +99 -0
- package/dist/chunks/a0bb327b.js +96 -0
- package/dist/chunks/a8891d2c.js +30 -0
- package/dist/chunks/c69d5628.js +248 -0
- package/dist/chunks/de9fe802.js +24 -0
- package/dist/chunks/{5a78e0db.js → e1939731.js} +6 -5
- package/dist/components/address-input/index.js +56 -43
- package/dist/components/address-input/style.css +15 -1
- package/dist/components/aside-menu/index.js +36 -30
- package/dist/components/aside-menu/style.css +9 -1
- package/dist/components/awesome-button/index.js +35 -32
- package/dist/components/base.css +66 -1
- package/dist/components/capsule-tab/index.js +33 -27
- package/dist/components/capsule-tab/style.css +32 -1
- package/dist/components/chunk-file-uploader/index.js +88 -54
- package/dist/components/chunk-file-uploader/style.css +4 -1
- package/dist/components/chunk-file-uploader-button/index.js +31 -25
- package/dist/components/chunk-file-uploader-button/style.css +17 -1
- package/dist/components/chunk-file-uploader-drop/index.js +42 -28
- package/dist/components/chunk-file-uploader-drop/style.css +12 -1
- package/dist/components/chunk-file-uploader-file/index.js +212 -134
- package/dist/components/chunk-file-uploader-file/style.css +125 -1
- package/dist/components/chunk-file-uploader-files/index.js +34 -28
- package/dist/components/chunk-file-uploader-files/style.css +9 -1
- package/dist/components/chunk-file-uploader-list/index.js +35 -29
- package/dist/components/chunk-file-uploader-list/style.css +9 -1
- package/dist/components/chunk-file-uploader-un-support/index.js +38 -30
- package/dist/components/chunk-file-uploader-un-support/style.css +6 -1
- package/dist/components/code-mirror-editor/index.js +181 -153
- package/dist/components/code-mirror-editor/style.css +17 -1
- package/dist/components/color-picker/index.js +68 -49
- package/dist/components/confirm-button/index.js +21 -19
- package/dist/components/confirmable/index.js +19 -18
- package/dist/components/context-menu/index.js +130 -108
- package/dist/components/context-menu/style.css +88 -1
- package/dist/components/custom-scrollbar/index.js +67 -49
- package/dist/components/data-table-picker/index.js +81 -62
- package/dist/components/dynamic-table/index.js +113 -89
- package/dist/components/dynamic-table/style.css +30 -1
- package/dist/components/e-charts/index.js +201 -120
- package/dist/components/e-charts/style.css +10 -1
- package/dist/components/editable-progress/index.js +93 -60
- package/dist/components/editable-progress/style.css +37 -1
- package/dist/components/editable-tree/index.js +638 -423
- package/dist/components/editable-tree/style.css +82 -1
- package/dist/components/egd-collapse/index.js +46 -33
- package/dist/components/egd-collapse-item/index.js +76 -60
- package/dist/components/element-dialog/index.js +147 -95
- package/dist/components/element-dialog/style.css +102 -1
- package/dist/components/empty-view/index.js +34 -28
- package/dist/components/empty-view/style.css +17 -1
- package/dist/components/error-view/index.js +32 -26
- package/dist/components/error-view/style.css +17 -1
- package/dist/components/flex-column/index.js +40 -25
- package/dist/components/flex-item/index.js +57 -29
- package/dist/components/flex-row/index.js +40 -25
- package/dist/components/flex-scroller/index.js +32 -26
- package/dist/components/flex-scroller/style.css +20 -1
- package/dist/components/form-button/index.js +38 -34
- package/dist/components/form-cascader/index.js +81 -71
- package/dist/components/form-checkbox-group/index.js +113 -88
- package/dist/components/form-checkbox-group/style.css +51 -1
- package/dist/components/form-date-picker/index.js +132 -70
- package/dist/components/form-holder/index.js +39 -32
- package/dist/components/form-input/index.js +62 -56
- package/dist/components/form-input-email/index.js +60 -48
- package/dist/components/form-input-id-card/index.js +59 -53
- package/dist/components/form-input-number/index.js +68 -61
- package/dist/components/form-input-number/style.css +12 -1
- package/dist/components/form-input-phone-number/index.js +55 -49
- package/dist/components/form-input-time/index.js +59 -53
- package/dist/components/form-item/index.js +123 -80
- package/dist/components/form-item/style.css +11 -1
- package/dist/components/form-item-config-provider/index.js +26 -25
- package/dist/components/form-item-group/index.js +111 -85
- package/dist/components/form-item-group/style.css +30 -1
- package/dist/components/form-radio-group/index.js +104 -85
- package/dist/components/form-radio-group/style.css +53 -1
- package/dist/components/form-select/index.js +91 -76
- package/dist/components/form-switch/index.js +57 -51
- package/dist/components/form-textarea/index.js +57 -51
- package/dist/components/form-view/index.js +232 -165
- package/dist/components/form-view/style.css +158 -1
- package/dist/components/guide-steps/index.js +58 -44
- package/dist/components/guide-steps/style.css +34 -1
- package/dist/components/icon-card/index.js +35 -29
- package/dist/components/icon-card/style.css +56 -1
- package/dist/components/iframe-window/index.js +35 -29
- package/dist/components/iframe-window/style.css +20 -1
- package/dist/components/image-viewer/index.js +66 -48
- package/dist/components/image-viewer/style.css +21 -1
- package/dist/components/input-number/index.js +193 -127
- package/dist/components/input-number/style.css +15 -1
- package/dist/components/input-number-range/index.js +57 -45
- package/dist/components/input-number-range/style.css +12 -1
- package/dist/components/j-s-x-component/index.js +4 -4
- package/dist/components/keep-view-alive/index.js +120 -73
- package/dist/components/loading-view/index.js +32 -26
- package/dist/components/loading-view/style.css +17 -1
- package/dist/components/nav-bar/index.js +37 -27
- package/dist/components/nav-bar/style.css +17 -1
- package/dist/components/not-implement/index.js +31 -23
- package/dist/components/not-implement/style.css +15 -1
- package/dist/components/page/index.js +28 -22
- package/dist/components/page/style.css +12 -1
- package/dist/components/page-header/index.js +36 -30
- package/dist/components/page-header/style.css +14 -1
- package/dist/components/page-index/index.js +83 -62
- package/dist/components/page-index/style.css +23 -1
- package/dist/components/page-index-top/index.js +68 -53
- package/dist/components/page-skeleton/index.js +37 -31
- package/dist/components/page-skeleton/style.css +23 -1
- package/dist/components/page-skeleton-new/index.js +48 -42
- package/dist/components/page-skeleton-new/style.css +42 -1
- package/dist/components/pageable-table/index.js +253 -186
- package/dist/components/pageable-table/style.css +72 -1
- package/dist/components/pageable-view/index.js +199 -129
- package/dist/components/pageable-view/style.css +69 -1
- package/dist/components/photo-swipe/index.js +151 -110
- package/dist/components/photo-swipe/style.css +20 -1
- package/dist/components/resize-observer/index.js +68 -34
- package/dist/components/resize-observer/style.css +31 -1
- package/dist/components/search-popover/index.js +211 -153
- package/dist/components/search-popover/style.css +93 -1
- package/dist/components/sign-panel/index.js +142 -92
- package/dist/components/sign-panel/style.css +97 -1
- package/dist/components/split-pane/index.js +162 -101
- package/dist/components/split-pane/style.css +100 -1
- package/dist/components/stateful/index.js +34 -31
- package/dist/components/stateful/style.css +33 -1
- package/dist/components/static-pageable-table/index.js +44 -37
- package/dist/components/static-pageable-table/style.css +9 -1
- package/dist/components/swiper/index.js +150 -85
- package/dist/components/swiper/style.css +43 -1
- package/dist/components/tab/index.js +72 -54
- package/dist/components/tab/style.css +122 -1
- package/dist/components/tab-item/index.js +35 -30
- package/dist/components/table-column/index.js +32 -30
- package/dist/components/table-view/index.js +227 -156
- package/dist/components/table-view/style.css +95 -1
- package/dist/components/tag-render/index.js +58 -44
- package/dist/components/tag-render/style.css +33 -1
- package/dist/components/tinymce-editor/index.js +95 -79
- package/dist/components/tinymce-editor/style.css +43 -1
- package/dist/components/tinymce-wrapper/index.js +121 -92
- package/dist/components/tinymce-wrapper/style.css +36 -1
- package/dist/components/toolbar/index.js +84 -63
- package/dist/components/toolbar/style.css +39 -1
- package/dist/components/toolbar-button/index.js +48 -41
- package/dist/components/toolbar-button/style.css +21 -1
- package/dist/components/trigger/index.js +36 -29
- package/dist/components/vue-tags-input/index.js +308 -188
- package/dist/components/vue-tags-input/style.css +682 -1
- package/dist/components/watermark/index.js +37 -25
- package/dist/components/watermark/style.css +11 -1
- package/dist/components/x-dialog/index.js +93 -67
- package/dist/components/x-dialog/style.css +15 -1
- package/dist/index.css +1105 -193
- package/dist/index.es.js +7242 -4789
- package/package.json +1 -1
- package/web-types.json +1 -1
- package/dist/chunks/3a79781b.js +0 -75
- package/dist/chunks/5d4282fb.js +0 -30
- package/dist/chunks/76680a03.js +0 -24
- package/dist/chunks/8c0142e0.js +0 -81
- package/dist/chunks/97652d86.js +0 -26
- package/dist/chunks/b4acd3a6.js +0 -126
- package/dist/chunks/f71045fc.js +0 -184
|
@@ -1 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
2
|
+
/* 应用头部高度 */
|
|
3
|
+
/* 页面宽度 */
|
|
4
|
+
/* 侧栏宽度 */
|
|
5
|
+
/* 标签高度 */
|
|
6
|
+
/* 页面头部工具条高度 */
|
|
7
|
+
.error-view {
|
|
8
|
+
position: relative;
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: center;
|
|
11
|
+
justify-content: center;
|
|
12
|
+
width: 100%;
|
|
13
|
+
height: 100%;
|
|
14
|
+
color: #909399;
|
|
15
|
+
font-size: 20px;
|
|
16
|
+
background-color: #fff;
|
|
17
|
+
}
|
|
@@ -1,50 +1,65 @@
|
|
|
1
|
-
import { h as
|
|
2
|
-
import { n as
|
|
3
|
-
const
|
|
1
|
+
import { h as getClass } from "../../chunks/c69d5628.js";
|
|
2
|
+
import { n as normalizeComponent } from "../../chunks/3d28cc08.js";
|
|
3
|
+
const __vue2_script = {
|
|
4
4
|
name: "FlexColumn",
|
|
5
|
-
functional:
|
|
5
|
+
functional: true,
|
|
6
6
|
props: {
|
|
7
7
|
verticalCenter: {
|
|
8
8
|
type: Boolean,
|
|
9
|
-
default:
|
|
9
|
+
default: false
|
|
10
10
|
},
|
|
11
11
|
horizonCenter: {
|
|
12
12
|
type: Boolean,
|
|
13
|
-
default:
|
|
13
|
+
default: false
|
|
14
14
|
},
|
|
15
15
|
center: {
|
|
16
16
|
type: Boolean,
|
|
17
|
-
default:
|
|
17
|
+
default: false
|
|
18
18
|
},
|
|
19
19
|
textCenter: {
|
|
20
20
|
type: Boolean,
|
|
21
|
-
default:
|
|
21
|
+
default: false
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
|
-
render(
|
|
25
|
-
const
|
|
26
|
-
|
|
24
|
+
render(createElement, { data, children, props }) {
|
|
25
|
+
const viewClass = getClass(data.class, "flex-column");
|
|
26
|
+
if (props.center || props.horizonCenter && props.verticalCenter) {
|
|
27
|
+
viewClass.push("horizon-center");
|
|
28
|
+
viewClass.push("vertical-center");
|
|
29
|
+
} else {
|
|
30
|
+
if (props.horizonCenter) {
|
|
31
|
+
viewClass.push("horizon-center");
|
|
32
|
+
}
|
|
33
|
+
if (props.verticalCenter) {
|
|
34
|
+
viewClass.push("vertical-center");
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
if (props.textCenter) {
|
|
38
|
+
viewClass.push("text-center");
|
|
39
|
+
}
|
|
40
|
+
return createElement("div", { ...data, class: viewClass }, children);
|
|
27
41
|
}
|
|
28
42
|
};
|
|
29
|
-
let
|
|
30
|
-
const
|
|
31
|
-
var
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
43
|
+
let __vue2_render, __vue2_staticRenderFns;
|
|
44
|
+
const __cssModules = {};
|
|
45
|
+
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
46
|
+
__vue2_script,
|
|
47
|
+
__vue2_render,
|
|
48
|
+
__vue2_staticRenderFns,
|
|
49
|
+
false,
|
|
50
|
+
__vue2_injectStyles,
|
|
37
51
|
null,
|
|
38
52
|
null,
|
|
39
53
|
null
|
|
40
54
|
);
|
|
41
|
-
function
|
|
42
|
-
for (let
|
|
43
|
-
this[
|
|
55
|
+
function __vue2_injectStyles(context) {
|
|
56
|
+
for (let o in __cssModules) {
|
|
57
|
+
this[o] = __cssModules[o];
|
|
58
|
+
}
|
|
44
59
|
}
|
|
45
|
-
const
|
|
46
|
-
return
|
|
60
|
+
const FlexColumn = /* @__PURE__ */ function() {
|
|
61
|
+
return __component__.exports;
|
|
47
62
|
}();
|
|
48
63
|
export {
|
|
49
|
-
|
|
64
|
+
FlexColumn as default
|
|
50
65
|
};
|
|
@@ -1,66 +1,94 @@
|
|
|
1
|
-
import { h as
|
|
2
|
-
import { n as
|
|
3
|
-
const
|
|
1
|
+
import { h as getClass } from "../../chunks/c69d5628.js";
|
|
2
|
+
import { n as normalizeComponent } from "../../chunks/3d28cc08.js";
|
|
3
|
+
const __vue2_script = {
|
|
4
4
|
name: "FlexItem",
|
|
5
|
-
functional:
|
|
5
|
+
functional: true,
|
|
6
6
|
props: {
|
|
7
7
|
flexRow: {
|
|
8
8
|
type: Boolean,
|
|
9
|
-
default:
|
|
9
|
+
default: false
|
|
10
10
|
},
|
|
11
11
|
flexColumn: {
|
|
12
12
|
type: Boolean,
|
|
13
|
-
default:
|
|
13
|
+
default: false
|
|
14
14
|
},
|
|
15
15
|
verticalCenter: {
|
|
16
16
|
type: Boolean,
|
|
17
|
-
default:
|
|
17
|
+
default: false
|
|
18
18
|
},
|
|
19
19
|
horizonCenter: {
|
|
20
20
|
type: Boolean,
|
|
21
|
-
default:
|
|
21
|
+
default: false
|
|
22
22
|
},
|
|
23
23
|
center: {
|
|
24
24
|
type: Boolean,
|
|
25
|
-
default:
|
|
25
|
+
default: false
|
|
26
26
|
},
|
|
27
27
|
textCenter: {
|
|
28
28
|
type: Boolean,
|
|
29
|
-
default:
|
|
29
|
+
default: false
|
|
30
30
|
},
|
|
31
31
|
relative: {
|
|
32
32
|
type: Boolean,
|
|
33
|
-
default:
|
|
33
|
+
default: false
|
|
34
34
|
},
|
|
35
35
|
absolute: {
|
|
36
36
|
type: Boolean,
|
|
37
|
-
default:
|
|
37
|
+
default: false
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
|
-
render(
|
|
41
|
-
const
|
|
42
|
-
|
|
40
|
+
render(createElement, { children, data, props }) {
|
|
41
|
+
const viewClass = getClass(data.class, props.relative ? "flex-item-relative" : "flex-item");
|
|
42
|
+
if (props.absolute && !props.relative) {
|
|
43
|
+
viewClass.push("flex-item-relative");
|
|
44
|
+
}
|
|
45
|
+
if (props.center || props.horizonCenter && props.verticalCenter) {
|
|
46
|
+
viewClass.push("horizon-center");
|
|
47
|
+
viewClass.push("vertical-center");
|
|
48
|
+
} else {
|
|
49
|
+
if (props.horizonCenter) {
|
|
50
|
+
viewClass.push("horizon-center");
|
|
51
|
+
}
|
|
52
|
+
if (props.verticalCenter) {
|
|
53
|
+
viewClass.push("vertical-center");
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
if (props.textCenter) {
|
|
57
|
+
viewClass.push("text-center");
|
|
58
|
+
}
|
|
59
|
+
if (props.flexColumn) {
|
|
60
|
+
viewClass.push("flex-column");
|
|
61
|
+
}
|
|
62
|
+
if (props.flexRow) {
|
|
63
|
+
viewClass.push("flex-row");
|
|
64
|
+
}
|
|
65
|
+
if (props.absolute) {
|
|
66
|
+
return createElement("div", { ...data, class: viewClass }, [createElement("div", { class: "absolute", style: "overflow:auto" }, children)]);
|
|
67
|
+
} else {
|
|
68
|
+
return createElement("div", { ...data, class: viewClass }, children);
|
|
69
|
+
}
|
|
43
70
|
}
|
|
44
71
|
};
|
|
45
|
-
let
|
|
46
|
-
const
|
|
47
|
-
var
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
72
|
+
let __vue2_render, __vue2_staticRenderFns;
|
|
73
|
+
const __cssModules = {};
|
|
74
|
+
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
75
|
+
__vue2_script,
|
|
76
|
+
__vue2_render,
|
|
77
|
+
__vue2_staticRenderFns,
|
|
78
|
+
false,
|
|
79
|
+
__vue2_injectStyles,
|
|
53
80
|
null,
|
|
54
81
|
null,
|
|
55
82
|
null
|
|
56
83
|
);
|
|
57
|
-
function
|
|
58
|
-
for (let
|
|
59
|
-
this[
|
|
84
|
+
function __vue2_injectStyles(context) {
|
|
85
|
+
for (let o in __cssModules) {
|
|
86
|
+
this[o] = __cssModules[o];
|
|
87
|
+
}
|
|
60
88
|
}
|
|
61
|
-
const
|
|
62
|
-
return
|
|
89
|
+
const FlexItem = /* @__PURE__ */ function() {
|
|
90
|
+
return __component__.exports;
|
|
63
91
|
}();
|
|
64
92
|
export {
|
|
65
|
-
|
|
93
|
+
FlexItem as default
|
|
66
94
|
};
|
|
@@ -1,50 +1,65 @@
|
|
|
1
|
-
import { h as
|
|
2
|
-
import { n as
|
|
3
|
-
const
|
|
1
|
+
import { h as getClass } from "../../chunks/c69d5628.js";
|
|
2
|
+
import { n as normalizeComponent } from "../../chunks/3d28cc08.js";
|
|
3
|
+
const __vue2_script = {
|
|
4
4
|
name: "FlexRow",
|
|
5
|
-
functional:
|
|
5
|
+
functional: true,
|
|
6
6
|
props: {
|
|
7
7
|
verticalCenter: {
|
|
8
8
|
type: Boolean,
|
|
9
|
-
default:
|
|
9
|
+
default: false
|
|
10
10
|
},
|
|
11
11
|
horizonCenter: {
|
|
12
12
|
type: Boolean,
|
|
13
|
-
default:
|
|
13
|
+
default: false
|
|
14
14
|
},
|
|
15
15
|
center: {
|
|
16
16
|
type: Boolean,
|
|
17
|
-
default:
|
|
17
|
+
default: false
|
|
18
18
|
},
|
|
19
19
|
textCenter: {
|
|
20
20
|
type: Boolean,
|
|
21
|
-
default:
|
|
21
|
+
default: false
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
|
-
render(
|
|
25
|
-
const
|
|
26
|
-
|
|
24
|
+
render(createElement, { data, children, props }) {
|
|
25
|
+
const viewClass = getClass(data.class, "flex-row");
|
|
26
|
+
if (props.center || props.horizonCenter && props.verticalCenter) {
|
|
27
|
+
viewClass.push("horizon-center");
|
|
28
|
+
viewClass.push("vertical-center");
|
|
29
|
+
} else {
|
|
30
|
+
if (props.horizonCenter) {
|
|
31
|
+
viewClass.push("horizon-center");
|
|
32
|
+
}
|
|
33
|
+
if (props.verticalCenter) {
|
|
34
|
+
viewClass.push("vertical-center");
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
if (props.textCenter) {
|
|
38
|
+
viewClass.push("text-center");
|
|
39
|
+
}
|
|
40
|
+
return createElement("div", { ...data, class: viewClass }, children);
|
|
27
41
|
}
|
|
28
42
|
};
|
|
29
|
-
let
|
|
30
|
-
const
|
|
31
|
-
var
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
43
|
+
let __vue2_render, __vue2_staticRenderFns;
|
|
44
|
+
const __cssModules = {};
|
|
45
|
+
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
46
|
+
__vue2_script,
|
|
47
|
+
__vue2_render,
|
|
48
|
+
__vue2_staticRenderFns,
|
|
49
|
+
false,
|
|
50
|
+
__vue2_injectStyles,
|
|
37
51
|
null,
|
|
38
52
|
null,
|
|
39
53
|
null
|
|
40
54
|
);
|
|
41
|
-
function
|
|
42
|
-
for (let
|
|
43
|
-
this[
|
|
55
|
+
function __vue2_injectStyles(context) {
|
|
56
|
+
for (let o in __cssModules) {
|
|
57
|
+
this[o] = __cssModules[o];
|
|
58
|
+
}
|
|
44
59
|
}
|
|
45
|
-
const
|
|
46
|
-
return
|
|
60
|
+
const FlexRow = /* @__PURE__ */ function() {
|
|
61
|
+
return __component__.exports;
|
|
47
62
|
}();
|
|
48
63
|
export {
|
|
49
|
-
|
|
64
|
+
FlexRow as default
|
|
50
65
|
};
|
|
@@ -1,17 +1,21 @@
|
|
|
1
|
-
import { n as
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
|
|
1
|
+
import { n as normalizeComponent } from "../../chunks/3d28cc08.js";
|
|
2
|
+
var render = function() {
|
|
3
|
+
var _vm = this;
|
|
4
|
+
var _h = _vm.$createElement;
|
|
5
|
+
var _c = _vm._self._c || _h;
|
|
6
|
+
return _c("div", {
|
|
5
7
|
staticClass: "flex-scroller-wrapper"
|
|
6
|
-
}, [
|
|
8
|
+
}, [_c("div", {
|
|
7
9
|
class: ["flex-scroller", {
|
|
8
|
-
"flex-column":
|
|
9
|
-
"flex-row":
|
|
10
|
-
"content-scroll":
|
|
11
|
-
},
|
|
12
|
-
}, [
|
|
13
|
-
}
|
|
14
|
-
|
|
10
|
+
"flex-column": _vm.flexColumn,
|
|
11
|
+
"flex-row": _vm.flexRow,
|
|
12
|
+
"content-scroll": _vm.contentScroll
|
|
13
|
+
}, _vm.contentClass]
|
|
14
|
+
}, [_vm._t("default")], 2)]);
|
|
15
|
+
};
|
|
16
|
+
var staticRenderFns = [];
|
|
17
|
+
const FlexScroller_vue_vue_type_style_index_0_lang = "";
|
|
18
|
+
const __vue2_script = {
|
|
15
19
|
name: "FlexScroller",
|
|
16
20
|
props: {
|
|
17
21
|
flexColumn: Boolean,
|
|
@@ -21,27 +25,29 @@ const s = {
|
|
|
21
25
|
},
|
|
22
26
|
contentScroll: {
|
|
23
27
|
type: Boolean,
|
|
24
|
-
default:
|
|
28
|
+
default: true
|
|
25
29
|
}
|
|
26
30
|
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
};
|
|
32
|
+
const __cssModules = {};
|
|
33
|
+
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
34
|
+
__vue2_script,
|
|
35
|
+
render,
|
|
36
|
+
staticRenderFns,
|
|
37
|
+
false,
|
|
38
|
+
__vue2_injectStyles,
|
|
34
39
|
null,
|
|
35
40
|
null,
|
|
36
41
|
null
|
|
37
42
|
);
|
|
38
|
-
function
|
|
39
|
-
for (let
|
|
40
|
-
this[
|
|
43
|
+
function __vue2_injectStyles(context) {
|
|
44
|
+
for (let o in __cssModules) {
|
|
45
|
+
this[o] = __cssModules[o];
|
|
46
|
+
}
|
|
41
47
|
}
|
|
42
|
-
const
|
|
43
|
-
return
|
|
48
|
+
const FlexScroller = /* @__PURE__ */ function() {
|
|
49
|
+
return __component__.exports;
|
|
44
50
|
}();
|
|
45
51
|
export {
|
|
46
|
-
|
|
52
|
+
FlexScroller as default
|
|
47
53
|
};
|
|
@@ -1 +1,20 @@
|
|
|
1
|
-
|
|
1
|
+
/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
2
|
+
/* 应用头部高度 */
|
|
3
|
+
/* 页面宽度 */
|
|
4
|
+
/* 侧栏宽度 */
|
|
5
|
+
/* 标签高度 */
|
|
6
|
+
/* 页面头部工具条高度 */
|
|
7
|
+
.flex-scroller-wrapper {
|
|
8
|
+
position: relative;
|
|
9
|
+
flex: 1 1 auto;
|
|
10
|
+
}
|
|
11
|
+
.flex-scroller-wrapper .flex-scroller {
|
|
12
|
+
position: absolute;
|
|
13
|
+
top: 0;
|
|
14
|
+
right: 0;
|
|
15
|
+
bottom: 0;
|
|
16
|
+
left: 0;
|
|
17
|
+
}
|
|
18
|
+
.flex-scroller-wrapper .flex-scroller.content-scroll {
|
|
19
|
+
overflow: auto;
|
|
20
|
+
}
|
|
@@ -1,28 +1,30 @@
|
|
|
1
|
-
import { c as
|
|
2
|
-
import { n as
|
|
3
|
-
const
|
|
1
|
+
import { c as confirmableMixin } from "../../chunks/a0bb327b.js";
|
|
2
|
+
import { n as normalizeComponent } from "../../chunks/3d28cc08.js";
|
|
3
|
+
const __vue2_script$1 = {
|
|
4
4
|
name: "Confirmable",
|
|
5
|
-
mixins: [
|
|
5
|
+
mixins: [confirmableMixin]
|
|
6
6
|
};
|
|
7
|
-
let
|
|
8
|
-
const
|
|
9
|
-
var
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
7
|
+
let __vue2_render$1, __vue2_staticRenderFns$1;
|
|
8
|
+
const __cssModules$1 = {};
|
|
9
|
+
var __component__$1 = /* @__PURE__ */ normalizeComponent(
|
|
10
|
+
__vue2_script$1,
|
|
11
|
+
__vue2_render$1,
|
|
12
|
+
__vue2_staticRenderFns$1,
|
|
13
|
+
false,
|
|
14
|
+
__vue2_injectStyles$1,
|
|
15
15
|
null,
|
|
16
16
|
null,
|
|
17
17
|
null
|
|
18
18
|
);
|
|
19
|
-
function
|
|
20
|
-
for (let
|
|
21
|
-
this[
|
|
19
|
+
function __vue2_injectStyles$1(context) {
|
|
20
|
+
for (let o in __cssModules$1) {
|
|
21
|
+
this[o] = __cssModules$1[o];
|
|
22
|
+
}
|
|
22
23
|
}
|
|
23
|
-
const
|
|
24
|
-
return
|
|
25
|
-
}()
|
|
24
|
+
const Confirmable = /* @__PURE__ */ function() {
|
|
25
|
+
return __component__$1.exports;
|
|
26
|
+
}();
|
|
27
|
+
const props = {
|
|
26
28
|
props: {
|
|
27
29
|
type: {
|
|
28
30
|
type: String,
|
|
@@ -52,29 +54,31 @@ const c = /* @__PURE__ */ function() {
|
|
|
52
54
|
default: "AwesomeButton"
|
|
53
55
|
}
|
|
54
56
|
}
|
|
55
|
-
}
|
|
57
|
+
};
|
|
58
|
+
const __vue2_script = {
|
|
56
59
|
name: "FormButton",
|
|
57
|
-
mixins: [
|
|
60
|
+
mixins: [Confirmable, props]
|
|
58
61
|
};
|
|
59
|
-
let
|
|
60
|
-
const
|
|
61
|
-
var
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
62
|
+
let __vue2_render, __vue2_staticRenderFns;
|
|
63
|
+
const __cssModules = {};
|
|
64
|
+
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
65
|
+
__vue2_script,
|
|
66
|
+
__vue2_render,
|
|
67
|
+
__vue2_staticRenderFns,
|
|
68
|
+
false,
|
|
69
|
+
__vue2_injectStyles,
|
|
67
70
|
null,
|
|
68
71
|
null,
|
|
69
72
|
null
|
|
70
73
|
);
|
|
71
|
-
function
|
|
72
|
-
for (let
|
|
73
|
-
this[
|
|
74
|
+
function __vue2_injectStyles(context) {
|
|
75
|
+
for (let o in __cssModules) {
|
|
76
|
+
this[o] = __cssModules[o];
|
|
77
|
+
}
|
|
74
78
|
}
|
|
75
|
-
const
|
|
76
|
-
return
|
|
79
|
+
const FormButton = /* @__PURE__ */ function() {
|
|
80
|
+
return __component__.exports;
|
|
77
81
|
}();
|
|
78
82
|
export {
|
|
79
|
-
|
|
83
|
+
FormButton as default
|
|
80
84
|
};
|