@web-utils/component 2.7.30 → 2.7.31
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/{config.7dec2bf2.js → config.75161c38.js} +29 -29
- package/dist/chunks/confirmable-mixin.851d6299.js +137 -0
- package/dist/chunks/dataformat.b8c8c01a.js +237 -0
- package/dist/chunks/detail.6135ade5.js +55 -0
- package/dist/chunks/dic.e57b75f2.js +215 -0
- package/dist/chunks/{event.fc358074.js → event.812c361c.js} +54 -23
- package/dist/chunks/{form-input-mixin.760cd65d.js → form-input-mixin.3e63b57f.js} +4 -4
- package/dist/chunks/{form-item-mixin.fa314b67.js → form-item-mixin.a56c101a.js} +44 -17
- package/dist/chunks/{form-pick-mixin.c4e0391b.js → form-pick-mixin.822300f3.js} +1 -1
- package/dist/chunks/{init.e0133910.js → init.38cbb3a2.js} +41 -21
- package/dist/chunks/{input-number-mixin.6849fa63.js → input-number-mixin.44b78389.js} +4 -4
- package/dist/chunks/{mixins.6a394a6c.js → mixins.e1939731.js} +3 -2
- package/dist/chunks/{packages.419bde01.js → packages.c4ea639d.js} +12 -6
- package/dist/chunks/{permission.07c49abf.js → permission.9c766972.js} +6 -1
- package/dist/chunks/slot.55598d0f.js +35 -0
- package/dist/chunks/{tab-mixin.9d568df9.js → tab-mixin.9d848bf6.js} +29 -11
- package/dist/chunks/util.b0d0b0ad.js +478 -0
- package/dist/chunks/{utils.d7f73f8d.js → utils.2a3ffac9.js} +89 -24
- package/dist/chunks/{utils.f44207f4.js → utils.a8891d2c.js} +9 -5
- package/dist/chunks/vueComponentNormalizer.9c6b8b3d.js +59 -0
- package/dist/components/address-input/index.js +30 -17
- package/dist/components/address-input/style.css +15 -1
- package/dist/components/affix/index.js +78 -28
- package/dist/components/affix/style.css +5 -1
- package/dist/components/aside-menu/index.js +14 -8
- package/dist/components/aside-menu/style.css +9 -1
- package/dist/components/avatar/index.js +33 -15
- package/dist/components/avatar/style.css +57 -1
- package/dist/components/awesome-button/index.js +45 -31
- package/dist/components/base.css +410 -1
- package/dist/components/capsule-tab/index.js +13 -7
- package/dist/components/capsule-tab/style.css +32 -1
- package/dist/components/card/index.js +33 -20
- package/dist/components/card/style.css +90 -1
- package/dist/components/carousel/index.js +18 -12
- package/dist/components/carousel/style.css +41 -1
- package/dist/components/chat/index.js +245 -139
- package/dist/components/chat/style.css +279 -1
- package/dist/components/chunk-file-uploader/index.js +63 -29
- package/dist/components/chunk-file-uploader/style.css +4 -1
- package/dist/components/chunk-file-uploader-button/index.js +15 -9
- package/dist/components/chunk-file-uploader-button/style.css +17 -1
- package/dist/components/chunk-file-uploader-drop/index.js +45 -27
- package/dist/components/chunk-file-uploader-drop/style.css +12 -1
- package/dist/components/chunk-file-uploader-file/index.js +150 -73
- package/dist/components/chunk-file-uploader-file/style.css +125 -1
- package/dist/components/chunk-file-uploader-files/index.js +15 -9
- package/dist/components/chunk-file-uploader-files/style.css +9 -1
- package/dist/components/chunk-file-uploader-list/index.js +16 -10
- package/dist/components/chunk-file-uploader-list/style.css +9 -1
- package/dist/components/chunk-file-uploader-un-support/index.js +18 -10
- package/dist/components/chunk-file-uploader-un-support/style.css +6 -1
- package/dist/components/code-mirror-editor/index.js +75 -47
- package/dist/components/code-mirror-editor/style.css +17 -1
- package/dist/components/color-picker/index.js +62 -39
- package/dist/components/column/index.js +54 -29
- package/dist/components/column-default/index.js +47 -33
- package/dist/components/column-dynamic/index.js +26 -19
- package/dist/components/column-menu/index.js +98 -86
- package/dist/components/column-slot/index.js +135 -75
- package/dist/components/comment/index.js +28 -15
- package/dist/components/comment/style.css +92 -1
- package/dist/components/confirm-button/index.js +7 -5
- package/dist/components/confirmable/index.js +5 -4
- package/dist/components/context-menu/index.js +54 -32
- package/dist/components/context-menu/style.css +88 -1
- package/dist/components/count-up/index.js +55 -38
- package/dist/components/custom-scrollbar/index.js +45 -21
- package/dist/components/data-box/index.js +22 -16
- package/dist/components/data-box/style.css +58 -1
- package/dist/components/data-card/index.js +21 -15
- package/dist/components/data-card/style.css +46 -1
- package/dist/components/data-cardtext/index.js +19 -13
- package/dist/components/data-cardtext/style.css +36 -1
- package/dist/components/data-display/index.js +22 -16
- package/dist/components/data-display/style.css +37 -1
- package/dist/components/data-icons/index.js +23 -17
- package/dist/components/data-icons/style.css +53 -1
- package/dist/components/data-imgtext/index.js +26 -20
- package/dist/components/data-imgtext/style.css +70 -1
- package/dist/components/data-operatext/index.js +20 -14
- package/dist/components/data-operatext/style.css +81 -1
- package/dist/components/data-panel/index.js +21 -15
- package/dist/components/data-panel/style.css +37 -1
- package/dist/components/data-pay/index.js +29 -23
- package/dist/components/data-pay/style.css +102 -1
- package/dist/components/data-price/index.js +19 -13
- package/dist/components/data-price/style.css +81 -1
- package/dist/components/data-progress/index.js +26 -20
- package/dist/components/data-progress/style.css +30 -1
- package/dist/components/data-rotate/index.js +21 -15
- package/dist/components/data-rotate/style.css +50 -1
- package/dist/components/data-table-picker/index.js +47 -28
- package/dist/components/data-tabs/index.js +22 -16
- package/dist/components/data-tabs/style.css +70 -1
- package/dist/components/dialog-column/index.js +46 -33
- package/dist/components/dialog-excel/index.js +102 -53
- package/dist/components/dialog-filter/index.js +64 -51
- package/dist/components/dialog-form/index.js +54 -34
- package/dist/components/dialog-form/style.css +10 -0
- package/dist/components/dynamic-table/index.js +66 -42
- package/dist/components/dynamic-table/style.css +30 -1
- package/dist/components/e-charts/index.js +127 -46
- package/dist/components/e-charts/style.css +10 -1
- package/dist/components/easy-popup/index.js +32 -14
- package/dist/components/easy-popup/style.css +18 -1
- package/dist/components/editable-progress/index.js +64 -31
- package/dist/components/editable-progress/style.css +37 -1
- package/dist/components/editable-tree/index.js +513 -287
- package/dist/components/editable-tree/style.css +82 -1
- package/dist/components/egd-collapse/index.js +25 -12
- package/dist/components/egd-collapse-item/index.js +41 -25
- package/dist/components/element-dialog/index.js +101 -48
- package/dist/components/element-dialog/style.css +88 -1
- package/dist/components/empty-view/index.js +13 -7
- package/dist/components/empty-view/style.css +17 -1
- package/dist/components/error-view/index.js +12 -6
- package/dist/components/error-view/style.css +17 -1
- package/dist/components/flex-column/index.js +39 -17
- package/dist/components/flex-item/index.js +59 -24
- package/dist/components/flex-row/index.js +39 -17
- package/dist/components/flex-scroller/index.js +13 -7
- package/dist/components/flex-scroller/style.css +20 -1
- package/dist/components/flow/index.js +116 -64
- package/dist/components/flow/style.css +44 -1
- package/dist/components/flow-node/index.js +29 -21
- package/dist/components/flow-viewer/index.js +97 -52
- package/dist/components/flow-viewer/style.css +19 -1
- package/dist/components/form-button/index.js +12 -8
- package/dist/components/form-cascader/index.js +55 -40
- package/dist/components/form-checkbox-group/index.js +90 -60
- package/dist/components/form-checkbox-group/style.css +51 -1
- package/dist/components/form-date-picker/index.js +113 -44
- package/dist/components/form-group/index.js +23 -17
- package/dist/components/form-group/style.css +76 -1
- package/dist/components/form-holder/index.js +41 -30
- package/dist/components/form-input/index.js +42 -31
- package/dist/components/form-input-email/index.js +47 -30
- package/dist/components/form-input-id-card/index.js +40 -29
- package/dist/components/form-input-number/index.js +50 -38
- package/dist/components/form-input-number/style.css +12 -1
- package/dist/components/form-input-phone-number/index.js +40 -29
- package/dist/components/form-input-time/index.js +40 -29
- package/dist/components/form-item/index.js +99 -47
- package/dist/components/form-item/style.css +11 -1
- package/dist/components/form-item-config-provider/index.js +9 -8
- package/dist/components/form-item-group/index.js +69 -43
- package/dist/components/form-item-group/style.css +30 -1
- package/dist/components/form-radio-group/index.js +77 -53
- package/dist/components/form-radio-group/style.css +53 -1
- package/dist/components/form-select/index.js +71 -51
- package/dist/components/form-switch/index.js +41 -30
- package/dist/components/form-temp/index.js +49 -29
- package/dist/components/form-textarea/index.js +45 -34
- package/dist/components/form-view/index.js +152 -81
- package/dist/components/form-view/style.css +158 -1
- package/dist/components/fy-array/index.js +51 -43
- package/dist/components/fy-array/style.css +18 -1
- package/dist/components/fy-article/index.js +24 -13
- package/dist/components/fy-article/style.css +40 -1
- package/dist/components/fy-cascader/index.js +39 -29
- package/dist/components/fy-checkbox/index.js +38 -27
- package/dist/components/fy-checkbox/style.css +15 -1
- package/dist/components/fy-code/index.js +19 -12
- package/dist/components/fy-curd/index.js +290 -152
- package/dist/components/fy-curd/style.css +239 -1
- package/dist/components/fy-date/index.js +24 -18
- package/dist/components/fy-date/style.css +21 -1
- package/dist/components/fy-dialog-form/index.js +127 -54
- package/dist/components/fy-draggable/index.js +196 -73
- package/dist/components/fy-draggable/style.css +136 -1
- package/dist/components/fy-dynamic/index.js +116 -73
- package/dist/components/fy-dynamic/style.css +35 -1
- package/dist/components/fy-empty/index.js +15 -9
- package/dist/components/fy-empty/style.css +24 -1
- package/dist/components/fy-form/index.js +399 -221
- package/dist/components/fy-form/style.css +79 -1
- package/dist/components/fy-form-design/index.js +2267 -1630
- package/dist/components/fy-form-design/style.css +578 -1
- package/dist/components/fy-form-menu/index.js +43 -35
- package/dist/components/fy-input/index.js +46 -35
- package/dist/components/fy-input-color/index.js +40 -33
- package/dist/components/fy-input-icon/index.js +58 -37
- package/dist/components/fy-input-icon/style.css +39 -1
- package/dist/components/fy-input-map/index.js +113 -68
- package/dist/components/fy-input-map/style.css +50 -1
- package/dist/components/fy-input-number/index.js +29 -24
- package/dist/components/fy-input-table/index.js +82 -48
- package/dist/components/fy-input-table/style.css +10 -1
- package/dist/components/fy-input-tree/index.js +104 -60
- package/dist/components/fy-input-tree/style.css +25 -1
- package/dist/components/fy-progress/index.js +15 -10
- package/dist/components/fy-radio/index.js +20 -14
- package/dist/components/fy-radio/style.css +12 -1
- package/dist/components/fy-rate/index.js +21 -15
- package/dist/components/fy-rate/style.css +9 -1
- package/dist/components/fy-select/index.js +73 -55
- package/dist/components/fy-select/style.css +25 -1
- package/dist/components/fy-slider/index.js +22 -17
- package/dist/components/fy-switch/index.js +17 -12
- package/dist/components/fy-tabs/index.js +20 -12
- package/dist/components/fy-tabs/style.css +6 -0
- package/dist/components/fy-time/index.js +29 -18
- package/dist/components/fy-title/index.js +16 -8
- package/dist/components/fy-title/style.css +11 -1
- package/dist/components/fy-tree/index.js +135 -72
- package/dist/components/fy-tree/style.css +46 -1
- package/dist/components/fy-u-editor/index.js +172 -67
- package/dist/components/fy-u-editor/style.css +15 -1
- package/dist/components/fy-upload/index.js +317 -148
- package/dist/components/fy-upload/style.css +60 -1
- package/dist/components/guide-steps/index.js +31 -17
- package/dist/components/guide-steps/style.css +34 -1
- package/dist/components/header-menu/index.js +86 -66
- package/dist/components/header-search/index.js +92 -60
- package/dist/components/highlight-j-s/index.js +28 -15
- package/dist/components/highlight-j-s/style.css +21 -1
- package/dist/components/icon-card/index.js +13 -7
- package/dist/components/icon-card/style.css +56 -1
- package/dist/components/icon-temp/index.js +12 -6
- package/dist/components/icon-temp/style.css +21 -1
- package/dist/components/iframe-window/index.js +20 -14
- package/dist/components/iframe-window/style.css +20 -1
- package/dist/components/image-cropper/index.js +69 -51
- package/dist/components/image-cropper/style.css +34 -1
- package/dist/components/image-preview/index.js +77 -46
- package/dist/components/image-preview/style.css +72 -1
- package/dist/components/image-viewer/index.js +40 -22
- package/dist/components/image-viewer/style.css +21 -1
- package/dist/components/input-number/index.js +122 -56
- package/dist/components/input-number/style.css +15 -1
- package/dist/components/input-number-range/index.js +32 -20
- package/dist/components/input-number-range/style.css +12 -1
- package/dist/components/keep-view-alive/index.js +68 -21
- package/dist/components/keyboard/index.js +217 -132
- package/dist/components/keyboard/style.css +547 -1
- package/dist/components/license/index.js +81 -35
- package/dist/components/loading-view/index.js +12 -6
- package/dist/components/loading-view/style.css +17 -1
- package/dist/components/login/index.js +91 -62
- package/dist/components/login/style.css +25 -1
- package/dist/components/name-avatar/index.js +32 -10
- package/dist/components/name-avatar/style.css +35 -1
- package/dist/components/nav-bar/index.js +21 -11
- package/dist/components/nav-bar/style.css +17 -1
- package/dist/components/not-implement/index.js +16 -8
- package/dist/components/not-implement/style.css +15 -1
- package/dist/components/notice/index.js +40 -27
- package/dist/components/notice/style.css +54 -1
- package/dist/components/page/index.js +13 -7
- package/dist/components/page/style.css +12 -1
- package/dist/components/page-header/index.js +15 -9
- package/dist/components/page-header/style.css +14 -1
- package/dist/components/page-index/index.js +62 -37
- package/dist/components/page-index/style.css +23 -1
- package/dist/components/page-index-top/index.js +53 -34
- package/dist/components/page-skeleton/index.js +15 -9
- package/dist/components/page-skeleton/style.css +23 -1
- package/dist/components/page-skeleton-new/index.js +15 -9
- package/dist/components/page-skeleton-new/style.css +42 -1
- package/dist/components/pageable-table/index.js +187 -106
- package/dist/components/pageable-table/style.css +72 -1
- package/dist/components/pageable-view/index.js +164 -80
- package/dist/components/pageable-view/style.css +69 -1
- package/dist/components/photo-swipe/index.js +92 -46
- package/dist/components/process-designer/index.js +961 -772
- package/dist/components/process-designer/style.css +1186 -1
- package/dist/components/properties-panel/index.js +1488 -1044
- package/dist/components/properties-panel/style.css +122 -1
- package/dist/components/queue/index.js +24 -12
- package/dist/components/record-video/index.js +53 -27
- package/dist/components/record-video/style.css +53 -1
- package/dist/components/resize-observer/index.js +52 -18
- package/dist/components/resize-observer/style.css +31 -1
- package/dist/components/search/index.js +41 -22
- package/dist/components/search/style.css +57 -1
- package/dist/components/search-popover/index.js +153 -91
- package/dist/components/search-popover/style.css +93 -1
- package/dist/components/sign/index.js +138 -35
- package/dist/components/sign/style.css +12 -1
- package/dist/components/sign-panel/index.js +96 -46
- package/dist/components/sign-panel/style.css +97 -1
- package/dist/components/skeleton/index.js +22 -12
- package/dist/components/skeleton/style.css +61 -1
- package/dist/components/split-pane/index.js +125 -60
- package/dist/components/split-pane/style.css +100 -1
- package/dist/components/stateful/index.js +8 -5
- package/dist/components/stateful/style.css +33 -1
- package/dist/components/static-pageable-table/index.js +22 -15
- package/dist/components/static-pageable-table/style.css +9 -1
- package/dist/components/swiper/index.js +127 -58
- package/dist/components/swiper/style.css +43 -1
- package/dist/components/tab/index.js +34 -16
- package/dist/components/tab/style.css +122 -1
- package/dist/components/tab-item/index.js +14 -9
- package/dist/components/table-column/index.js +26 -17
- package/dist/components/table-page/index.js +42 -23
- package/dist/components/table-view/index.js +162 -87
- package/dist/components/table-view/style.css +95 -1
- package/dist/components/tag-render/index.js +41 -22
- package/dist/components/tag-render/style.css +33 -1
- package/dist/components/text-ellipsis/index.js +48 -26
- package/dist/components/text-ellipsis/style.css +9 -1
- package/dist/components/tinymce-editor/index.js +80 -60
- package/dist/components/tinymce-editor/style.css +43 -1
- package/dist/components/tinymce-wrapper/index.js +77 -41
- package/dist/components/tinymce-wrapper/style.css +36 -1
- package/dist/components/toolbar/index.js +46 -25
- package/dist/components/toolbar/style.css +39 -1
- package/dist/components/toolbar-button/index.js +46 -35
- package/dist/components/toolbar-button/style.css +21 -1
- package/dist/components/trigger/index.js +15 -8
- package/dist/components/verify/index.js +15 -8
- package/dist/components/verify/style.css +15 -1
- package/dist/components/vue-tags-input/index.js +233 -113
- package/dist/components/vue-tags-input/style.css +688 -1
- package/dist/components/watermark/index.js +33 -14
- package/dist/components/watermark/style.css +11 -1
- package/dist/index.css +2434 -1750
- package/dist/index.es.js +15944 -9317
- package/package.json +4 -4
- package/web-types.json +1 -1
- package/dist/chunks/confirmable-mixin.35bd1934.js +0 -104
- package/dist/chunks/dataformat.9cc4428a.js +0 -158
- package/dist/chunks/detail.544c52b0.js +0 -29
- package/dist/chunks/dic.9de2fe5a.js +0 -135
- package/dist/chunks/slot.a7387ecc.js +0 -27
- package/dist/chunks/util.89913643.js +0 -261
- package/dist/chunks/vueComponentNormalizer.77ec6792.js +0 -32
- package/dist/components/fy-dialog-form/style.css +0 -1
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import Viewer from "viewerjs";
|
|
2
2
|
import "viewerjs/dist/viewer.css";
|
|
3
|
-
import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.
|
|
3
|
+
import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.9c6b8b3d.js";
|
|
4
4
|
var render = function() {
|
|
5
|
-
var _vm = this
|
|
5
|
+
var _vm = this;
|
|
6
|
+
var _h = _vm.$createElement;
|
|
7
|
+
var _c = _vm._self._c || _h;
|
|
6
8
|
return _c("div", {
|
|
7
9
|
directives: [{
|
|
8
10
|
name: "show",
|
|
@@ -22,12 +24,14 @@ var render = function() {
|
|
|
22
24
|
},
|
|
23
25
|
attrs: {
|
|
24
26
|
"data-src": item.src,
|
|
25
|
-
alt: item.alt
|
|
27
|
+
"alt": item.alt
|
|
26
28
|
}
|
|
27
29
|
});
|
|
28
30
|
});
|
|
29
31
|
})], 2);
|
|
30
|
-
}
|
|
32
|
+
};
|
|
33
|
+
var staticRenderFns = [];
|
|
34
|
+
const ImageViewer_vue_vue_type_style_index_0_lang = "";
|
|
31
35
|
const __vue2_script = {
|
|
32
36
|
name: "ImageViewer",
|
|
33
37
|
props: {
|
|
@@ -39,53 +43,67 @@ const __vue2_script = {
|
|
|
39
43
|
lazy: Boolean
|
|
40
44
|
},
|
|
41
45
|
mounted() {
|
|
42
|
-
this.lazy
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
46
|
+
if (!this.lazy) {
|
|
47
|
+
this.init({
|
|
48
|
+
container: this.$refs.wrapper,
|
|
49
|
+
options: {
|
|
50
|
+
navbar: false,
|
|
51
|
+
backdrop: "static",
|
|
52
|
+
url: this.url
|
|
53
|
+
}
|
|
54
|
+
});
|
|
55
|
+
}
|
|
50
56
|
},
|
|
51
57
|
updated() {
|
|
52
58
|
var _a;
|
|
53
|
-
|
|
59
|
+
if (!this.lazy) {
|
|
60
|
+
(_a = this.gallery) == null ? void 0 : _a.update();
|
|
61
|
+
}
|
|
54
62
|
},
|
|
55
63
|
beforeDestroy() {
|
|
56
|
-
this.lazy
|
|
64
|
+
if (!this.lazy) {
|
|
65
|
+
this.gallery.destroy();
|
|
66
|
+
}
|
|
57
67
|
},
|
|
58
68
|
methods: {
|
|
59
69
|
init({ container, options }) {
|
|
60
70
|
this.gallery = new Viewer(container, options);
|
|
61
71
|
},
|
|
62
72
|
show({ container, options, index } = {}) {
|
|
63
|
-
container = container || this.$refs.wrapper
|
|
64
|
-
|
|
73
|
+
container = container || this.$refs.wrapper;
|
|
74
|
+
options = options || {
|
|
75
|
+
navbar: false,
|
|
65
76
|
backdrop: "static",
|
|
66
77
|
url: this.url,
|
|
67
|
-
loop:
|
|
78
|
+
loop: false,
|
|
68
79
|
initialViewIndex: index || 0,
|
|
69
80
|
hidden: () => {
|
|
70
|
-
this.gallery.destroy()
|
|
81
|
+
this.gallery.destroy();
|
|
82
|
+
this.gallery = null;
|
|
71
83
|
}
|
|
72
|
-
}
|
|
84
|
+
};
|
|
85
|
+
if (!this.gallery) {
|
|
86
|
+
this.init({ container, options });
|
|
87
|
+
this.gallery.show();
|
|
88
|
+
}
|
|
73
89
|
}
|
|
74
90
|
}
|
|
75
|
-
}
|
|
91
|
+
};
|
|
92
|
+
const __cssModules = {};
|
|
76
93
|
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
77
94
|
__vue2_script,
|
|
78
95
|
render,
|
|
79
96
|
staticRenderFns,
|
|
80
|
-
|
|
97
|
+
false,
|
|
81
98
|
__vue2_injectStyles,
|
|
82
99
|
null,
|
|
83
100
|
null,
|
|
84
101
|
null
|
|
85
102
|
);
|
|
86
103
|
function __vue2_injectStyles(context) {
|
|
87
|
-
for (let o in __cssModules)
|
|
104
|
+
for (let o in __cssModules) {
|
|
88
105
|
this[o] = __cssModules[o];
|
|
106
|
+
}
|
|
89
107
|
}
|
|
90
108
|
const ImageViewer = /* @__PURE__ */ function() {
|
|
91
109
|
return __component__.exports;
|
|
@@ -1 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
2
|
+
/* 应用头部高度 */
|
|
3
|
+
/* 页面宽度 */
|
|
4
|
+
/* 侧栏宽度 */
|
|
5
|
+
/* 标签高度 */
|
|
6
|
+
/* 页面头部工具条高度 */
|
|
7
|
+
.image-viewer .image-item {
|
|
8
|
+
display: inline-block;
|
|
9
|
+
width: 100px;
|
|
10
|
+
height: 100px;
|
|
11
|
+
cursor: pointer;
|
|
12
|
+
background-repeat: no-repeat;
|
|
13
|
+
background-size: cover;
|
|
14
|
+
background-position: center;
|
|
15
|
+
border: none;
|
|
16
|
+
background-color: transparent;
|
|
17
|
+
outline: none;
|
|
18
|
+
}
|
|
19
|
+
.viewer-backdrop {
|
|
20
|
+
background-color: #5e5e5e;
|
|
21
|
+
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import Focus from "element-ui/src/mixins/focus";
|
|
2
2
|
import RepeatClick from "element-ui/src/directives/repeat-click";
|
|
3
|
-
import { i as inputNumberMixin } from "../../chunks/input-number-mixin.
|
|
4
|
-
import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.
|
|
3
|
+
import { i as inputNumberMixin } from "../../chunks/input-number-mixin.44b78389.js";
|
|
4
|
+
import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.9c6b8b3d.js";
|
|
5
5
|
var render = function() {
|
|
6
|
-
var _vm = this
|
|
6
|
+
var _vm = this;
|
|
7
|
+
var _h = _vm.$createElement;
|
|
8
|
+
var _c = _vm._self._c || _h;
|
|
7
9
|
return _c("div", {
|
|
8
10
|
class: ["input-number", "el-input-number", _vm.inputNumberSize ? `el-input-number--${_vm.inputNumberSize}` : "", {
|
|
9
11
|
"is-disabled": _vm.inputNumberDisabled,
|
|
@@ -11,7 +13,7 @@ var render = function() {
|
|
|
11
13
|
"is-controls-right": _vm.controlsAtRight
|
|
12
14
|
}],
|
|
13
15
|
on: {
|
|
14
|
-
dragstart: function($event) {
|
|
16
|
+
"dragstart": function($event) {
|
|
15
17
|
$event.preventDefault();
|
|
16
18
|
}
|
|
17
19
|
}
|
|
@@ -27,11 +29,13 @@ var render = function() {
|
|
|
27
29
|
"is-disabled": _vm.minDisabled
|
|
28
30
|
},
|
|
29
31
|
attrs: {
|
|
30
|
-
role: "button"
|
|
32
|
+
"role": "button"
|
|
31
33
|
},
|
|
32
34
|
on: {
|
|
33
|
-
keydown: function($event) {
|
|
34
|
-
|
|
35
|
+
"keydown": function($event) {
|
|
36
|
+
if (!$event.type.indexOf("key") && _vm._k($event.keyCode, "enter", 13, $event.key, "Enter"))
|
|
37
|
+
return null;
|
|
38
|
+
return _vm.decrease.apply(null, arguments);
|
|
35
39
|
}
|
|
36
40
|
}
|
|
37
41
|
}, [_c("i", {
|
|
@@ -48,11 +52,13 @@ var render = function() {
|
|
|
48
52
|
"is-disabled": _vm.maxDisabled
|
|
49
53
|
},
|
|
50
54
|
attrs: {
|
|
51
|
-
role: "button"
|
|
55
|
+
"role": "button"
|
|
52
56
|
},
|
|
53
57
|
on: {
|
|
54
|
-
keydown: function($event) {
|
|
55
|
-
|
|
58
|
+
"keydown": function($event) {
|
|
59
|
+
if (!$event.type.indexOf("key") && _vm._k($event.keyCode, "enter", 13, $event.key, "Enter"))
|
|
60
|
+
return null;
|
|
61
|
+
return _vm.increase.apply(null, arguments);
|
|
56
62
|
}
|
|
57
63
|
}
|
|
58
64
|
}, [_c("i", {
|
|
@@ -60,28 +66,34 @@ var render = function() {
|
|
|
60
66
|
})]) : _vm._e(), _c("ElInput", {
|
|
61
67
|
ref: "input",
|
|
62
68
|
attrs: {
|
|
63
|
-
value: _vm.displayValue,
|
|
64
|
-
placeholder: _vm.placeholder,
|
|
65
|
-
disabled: _vm.inputNumberDisabled,
|
|
66
|
-
size: _vm.inputNumberSize,
|
|
67
|
-
max: _vm.max,
|
|
69
|
+
"value": _vm.displayValue,
|
|
70
|
+
"placeholder": _vm.placeholder,
|
|
71
|
+
"disabled": _vm.inputNumberDisabled,
|
|
72
|
+
"size": _vm.inputNumberSize,
|
|
73
|
+
"max": _vm.max,
|
|
68
74
|
"prefix-icon": _vm.prefixIcon,
|
|
69
75
|
"suffix-icon": _vm.suffixIcon,
|
|
70
|
-
min: _vm.min,
|
|
71
|
-
name: _vm.name,
|
|
72
|
-
label: _vm.label
|
|
76
|
+
"min": _vm.min,
|
|
77
|
+
"name": _vm.name,
|
|
78
|
+
"label": _vm.label
|
|
73
79
|
},
|
|
74
80
|
on: {
|
|
75
|
-
blur: _vm.handleBlur,
|
|
76
|
-
focus: _vm.handleFocus,
|
|
77
|
-
input: _vm.handleInput,
|
|
78
|
-
change: _vm.handleInputChange
|
|
81
|
+
"blur": _vm.handleBlur,
|
|
82
|
+
"focus": _vm.handleFocus,
|
|
83
|
+
"input": _vm.handleInput,
|
|
84
|
+
"change": _vm.handleInputChange
|
|
79
85
|
},
|
|
80
86
|
nativeOn: {
|
|
81
|
-
keydown: [function($event) {
|
|
82
|
-
|
|
87
|
+
"keydown": [function($event) {
|
|
88
|
+
if (!$event.type.indexOf("key") && _vm._k($event.keyCode, "up", 38, $event.key, ["Up", "ArrowUp"]))
|
|
89
|
+
return null;
|
|
90
|
+
$event.preventDefault();
|
|
91
|
+
return _vm.increase.apply(null, arguments);
|
|
83
92
|
}, function($event) {
|
|
84
|
-
|
|
93
|
+
if (!$event.type.indexOf("key") && _vm._k($event.keyCode, "down", 40, $event.key, ["Down", "ArrowDown"]))
|
|
94
|
+
return null;
|
|
95
|
+
$event.preventDefault();
|
|
96
|
+
return _vm.decrease.apply(null, arguments);
|
|
85
97
|
}]
|
|
86
98
|
},
|
|
87
99
|
scopedSlots: _vm._u([{
|
|
@@ -89,28 +101,30 @@ var render = function() {
|
|
|
89
101
|
fn: function() {
|
|
90
102
|
return [_vm._t("append")];
|
|
91
103
|
},
|
|
92
|
-
proxy:
|
|
104
|
+
proxy: true
|
|
93
105
|
}, {
|
|
94
106
|
key: "prefix",
|
|
95
107
|
fn: function() {
|
|
96
108
|
return [_vm._t("prefix")];
|
|
97
109
|
},
|
|
98
|
-
proxy:
|
|
110
|
+
proxy: true
|
|
99
111
|
}, {
|
|
100
112
|
key: "prepend",
|
|
101
113
|
fn: function() {
|
|
102
114
|
return [_vm._t("prepend")];
|
|
103
115
|
},
|
|
104
|
-
proxy:
|
|
116
|
+
proxy: true
|
|
105
117
|
}, {
|
|
106
118
|
key: "suffix",
|
|
107
119
|
fn: function() {
|
|
108
120
|
return [_vm._t("suffix")];
|
|
109
121
|
},
|
|
110
|
-
proxy:
|
|
111
|
-
}], null,
|
|
122
|
+
proxy: true
|
|
123
|
+
}], null, true)
|
|
112
124
|
})], 1);
|
|
113
|
-
}
|
|
125
|
+
};
|
|
126
|
+
var staticRenderFns = [];
|
|
127
|
+
const InputNumber_vue_vue_type_style_index_0_lang = "";
|
|
114
128
|
const __vue2_script = {
|
|
115
129
|
name: "InputNumber",
|
|
116
130
|
directives: {
|
|
@@ -139,8 +153,16 @@ const __vue2_script = {
|
|
|
139
153
|
return this._increase(this.value, this.step) > this.max;
|
|
140
154
|
},
|
|
141
155
|
numPrecision() {
|
|
142
|
-
const { value, step, getPrecision, precision } = this
|
|
143
|
-
|
|
156
|
+
const { value, step, getPrecision, precision } = this;
|
|
157
|
+
const stepPrecision = getPrecision(step);
|
|
158
|
+
if (precision !== void 0) {
|
|
159
|
+
if (stepPrecision > precision) {
|
|
160
|
+
console.warn("[Element Warn][InputNumber]precision should not be less than the decimal places of step");
|
|
161
|
+
}
|
|
162
|
+
return precision;
|
|
163
|
+
} else {
|
|
164
|
+
return Math.max(getPrecision(value), stepPrecision);
|
|
165
|
+
}
|
|
144
166
|
},
|
|
145
167
|
controlsAtRight() {
|
|
146
168
|
return this.controls && this.controlsPosition === "right";
|
|
@@ -155,65 +177,90 @@ const __vue2_script = {
|
|
|
155
177
|
return this.disabled || !!(this.elForm || {}).disabled;
|
|
156
178
|
},
|
|
157
179
|
displayValue() {
|
|
158
|
-
if (this.userInput !== null)
|
|
180
|
+
if (this.userInput !== null) {
|
|
159
181
|
return this.userInput;
|
|
182
|
+
}
|
|
160
183
|
let currentValue = this.currentValue;
|
|
161
|
-
if (typeof currentValue
|
|
184
|
+
if (typeof currentValue === "number") {
|
|
162
185
|
if (this.stepStrictly) {
|
|
163
|
-
const stepPrecision = this.getPrecision(this.step)
|
|
186
|
+
const stepPrecision = this.getPrecision(this.step);
|
|
187
|
+
const precisionFactor = Math.pow(10, stepPrecision);
|
|
164
188
|
currentValue = Math.round(currentValue / this.step) * precisionFactor * this.step / precisionFactor;
|
|
165
189
|
}
|
|
166
|
-
this.precision !== void 0
|
|
190
|
+
if (this.precision !== void 0) {
|
|
191
|
+
currentValue = currentValue.toFixed(this.precision);
|
|
192
|
+
}
|
|
167
193
|
}
|
|
168
194
|
return currentValue;
|
|
169
195
|
}
|
|
170
196
|
},
|
|
171
197
|
watch: {
|
|
172
198
|
value: {
|
|
173
|
-
immediate:
|
|
199
|
+
immediate: true,
|
|
174
200
|
handler(value) {
|
|
175
201
|
let newVal = value === void 0 ? value : Number(value);
|
|
176
202
|
if (newVal !== void 0) {
|
|
177
|
-
if (isNaN(newVal))
|
|
203
|
+
if (isNaN(newVal)) {
|
|
178
204
|
return;
|
|
205
|
+
}
|
|
179
206
|
if (this.stepStrictly) {
|
|
180
|
-
const stepPrecision = this.getPrecision(this.step)
|
|
207
|
+
const stepPrecision = this.getPrecision(this.step);
|
|
208
|
+
const precisionFactor = Math.pow(10, stepPrecision);
|
|
181
209
|
newVal = Math.round(newVal / this.step) * precisionFactor * this.step / precisionFactor;
|
|
182
210
|
}
|
|
183
|
-
this.precision !== void 0
|
|
211
|
+
if (this.precision !== void 0) {
|
|
212
|
+
newVal = this.toPrecision(newVal, this.precision);
|
|
213
|
+
}
|
|
184
214
|
}
|
|
185
|
-
|
|
215
|
+
if (newVal >= this.max)
|
|
216
|
+
newVal = this.max;
|
|
217
|
+
if (newVal <= this.min)
|
|
218
|
+
newVal = this.min;
|
|
219
|
+
this.currentValue = newVal;
|
|
220
|
+
this.userInput = null;
|
|
221
|
+
this.$emit("input", newVal);
|
|
186
222
|
}
|
|
187
223
|
}
|
|
188
224
|
},
|
|
189
225
|
mounted() {
|
|
190
226
|
const innerInput = this.$refs.input.$refs.input;
|
|
191
|
-
innerInput.setAttribute("role", "spinbutton")
|
|
227
|
+
innerInput.setAttribute("role", "spinbutton");
|
|
228
|
+
innerInput.setAttribute("aria-valuemax", this.max);
|
|
229
|
+
innerInput.setAttribute("aria-valuemin", this.min);
|
|
230
|
+
innerInput.setAttribute("aria-valuenow", this.currentValue);
|
|
231
|
+
innerInput.setAttribute("aria-disabled", this.inputNumberDisabled);
|
|
192
232
|
},
|
|
193
233
|
updated() {
|
|
194
234
|
if (!this.$refs || !this.$refs.input)
|
|
195
235
|
return;
|
|
196
|
-
this.$refs.input.$refs.input
|
|
236
|
+
const innerInput = this.$refs.input.$refs.input;
|
|
237
|
+
innerInput.setAttribute("aria-valuenow", this.currentValue);
|
|
197
238
|
},
|
|
198
239
|
methods: {
|
|
199
240
|
toPrecision(num, precision) {
|
|
200
|
-
|
|
241
|
+
if (precision === void 0)
|
|
242
|
+
precision = this.numPrecision;
|
|
243
|
+
return parseFloat(Math.round(num * Math.pow(10, precision)) / Math.pow(10, precision));
|
|
201
244
|
},
|
|
202
245
|
getPrecision(value) {
|
|
203
246
|
if (value === void 0)
|
|
204
247
|
return 0;
|
|
205
|
-
const valueString = value.toString()
|
|
248
|
+
const valueString = value.toString();
|
|
249
|
+
const dotPosition = valueString.indexOf(".");
|
|
206
250
|
let precision = 0;
|
|
207
|
-
|
|
251
|
+
if (dotPosition !== -1) {
|
|
252
|
+
precision = valueString.length - dotPosition - 1;
|
|
253
|
+
}
|
|
254
|
+
return precision;
|
|
208
255
|
},
|
|
209
256
|
_increase(val, step) {
|
|
210
|
-
if (typeof val
|
|
257
|
+
if (typeof val !== "number" && val !== void 0)
|
|
211
258
|
return this.currentValue;
|
|
212
259
|
const precisionFactor = Math.pow(10, this.numPrecision);
|
|
213
260
|
return this.toPrecision((precisionFactor * val + precisionFactor * step) / precisionFactor);
|
|
214
261
|
},
|
|
215
262
|
_decrease(val, step) {
|
|
216
|
-
if (typeof val
|
|
263
|
+
if (typeof val !== "number" && val !== void 0)
|
|
217
264
|
return this.currentValue;
|
|
218
265
|
const precisionFactor = Math.pow(10, this.numPrecision);
|
|
219
266
|
return this.toPrecision((precisionFactor * val - precisionFactor * step) / precisionFactor);
|
|
@@ -221,13 +268,15 @@ const __vue2_script = {
|
|
|
221
268
|
increase() {
|
|
222
269
|
if (this.inputNumberDisabled || this.maxDisabled)
|
|
223
270
|
return;
|
|
224
|
-
const value = this.value || 0
|
|
271
|
+
const value = this.value || 0;
|
|
272
|
+
const newVal = this._increase(value, this.step);
|
|
225
273
|
this.setCurrentValue(newVal);
|
|
226
274
|
},
|
|
227
275
|
decrease() {
|
|
228
276
|
if (this.inputNumberDisabled || this.minDisabled)
|
|
229
277
|
return;
|
|
230
|
-
const value = this.value || 0
|
|
278
|
+
const value = this.value || 0;
|
|
279
|
+
const newVal = this._decrease(value, this.step);
|
|
231
280
|
this.setCurrentValue(newVal);
|
|
232
281
|
},
|
|
233
282
|
handleBlur(event) {
|
|
@@ -238,33 +287,50 @@ const __vue2_script = {
|
|
|
238
287
|
},
|
|
239
288
|
setCurrentValue(newVal) {
|
|
240
289
|
const oldVal = this.currentValue;
|
|
241
|
-
typeof newVal
|
|
290
|
+
if (typeof newVal === "number" && this.precision !== void 0) {
|
|
291
|
+
newVal = this.toPrecision(newVal, this.precision);
|
|
292
|
+
}
|
|
293
|
+
if (newVal >= this.max)
|
|
294
|
+
newVal = this.max;
|
|
295
|
+
if (newVal <= this.min)
|
|
296
|
+
newVal = this.min;
|
|
297
|
+
if (oldVal === newVal)
|
|
298
|
+
return;
|
|
299
|
+
this.userInput = null;
|
|
300
|
+
this.$emit("input", newVal);
|
|
301
|
+
this.$emit("change", newVal, oldVal);
|
|
302
|
+
this.currentValue = newVal;
|
|
242
303
|
},
|
|
243
304
|
handleInput(value) {
|
|
244
305
|
this.userInput = value;
|
|
245
306
|
},
|
|
246
307
|
handleInputChange(value) {
|
|
247
308
|
const newVal = value === "" ? void 0 : Number(value);
|
|
248
|
-
(!isNaN(newVal) || value === "")
|
|
309
|
+
if (!isNaN(newVal) || value === "") {
|
|
310
|
+
this.setCurrentValue(newVal);
|
|
311
|
+
}
|
|
312
|
+
this.userInput = null;
|
|
249
313
|
},
|
|
250
314
|
select() {
|
|
251
315
|
this.$refs.input.select();
|
|
252
316
|
}
|
|
253
317
|
}
|
|
254
|
-
}
|
|
318
|
+
};
|
|
319
|
+
const __cssModules = {};
|
|
255
320
|
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
256
321
|
__vue2_script,
|
|
257
322
|
render,
|
|
258
323
|
staticRenderFns,
|
|
259
|
-
|
|
324
|
+
false,
|
|
260
325
|
__vue2_injectStyles,
|
|
261
326
|
null,
|
|
262
327
|
null,
|
|
263
328
|
null
|
|
264
329
|
);
|
|
265
330
|
function __vue2_injectStyles(context) {
|
|
266
|
-
for (let o in __cssModules)
|
|
331
|
+
for (let o in __cssModules) {
|
|
267
332
|
this[o] = __cssModules[o];
|
|
333
|
+
}
|
|
268
334
|
}
|
|
269
335
|
const InputNumber = /* @__PURE__ */ function() {
|
|
270
336
|
return __component__.exports;
|
|
@@ -1 +1,15 @@
|
|
|
1
|
-
|
|
1
|
+
/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
2
|
+
/* 应用头部高度 */
|
|
3
|
+
/* 页面宽度 */
|
|
4
|
+
/* 侧栏宽度 */
|
|
5
|
+
/* 标签高度 */
|
|
6
|
+
/* 页面头部工具条高度 */
|
|
7
|
+
.el-input-number.input-number {
|
|
8
|
+
display: block;
|
|
9
|
+
}
|
|
10
|
+
.el-input-number.input-number .el-input-group {
|
|
11
|
+
display: inline-table;
|
|
12
|
+
}
|
|
13
|
+
.el-input-number.input-number .el-input {
|
|
14
|
+
width: 100%;
|
|
15
|
+
}
|
|
@@ -1,21 +1,23 @@
|
|
|
1
1
|
import { isNotEmpty } from "@web-utils/core";
|
|
2
|
-
import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.
|
|
2
|
+
import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.9c6b8b3d.js";
|
|
3
3
|
var render = function() {
|
|
4
|
-
var _vm = this
|
|
4
|
+
var _vm = this;
|
|
5
|
+
var _h = _vm.$createElement;
|
|
6
|
+
var _c = _vm._self._c || _h;
|
|
5
7
|
return _c("div", {
|
|
6
8
|
staticClass: "input-number-range"
|
|
7
9
|
}, [_c("ElInputNumber", {
|
|
8
10
|
staticClass: "flex-item",
|
|
9
11
|
staticStyle: {
|
|
10
|
-
width: "auto"
|
|
12
|
+
"width": "auto"
|
|
11
13
|
},
|
|
12
14
|
attrs: {
|
|
13
|
-
controls: _vm.controls,
|
|
14
|
-
disabled: _vm.disabled,
|
|
15
|
-
size: "mini"
|
|
15
|
+
"controls": _vm.controls,
|
|
16
|
+
"disabled": _vm.disabled,
|
|
17
|
+
"size": "mini"
|
|
16
18
|
},
|
|
17
19
|
on: {
|
|
18
|
-
input: _vm.emitInput
|
|
20
|
+
"input": _vm.emitInput
|
|
19
21
|
},
|
|
20
22
|
model: {
|
|
21
23
|
value: _vm.val[0],
|
|
@@ -26,21 +28,21 @@ var render = function() {
|
|
|
26
28
|
}
|
|
27
29
|
}), _c("span", {
|
|
28
30
|
staticStyle: {
|
|
29
|
-
padding: "0 6px",
|
|
31
|
+
"padding": "0 6px",
|
|
30
32
|
"font-size": "12px"
|
|
31
33
|
}
|
|
32
34
|
}, [_vm._v(_vm._s(_vm.separator))]), _c("ElInputNumber", {
|
|
33
35
|
staticClass: "flex-item",
|
|
34
36
|
staticStyle: {
|
|
35
|
-
width: "auto"
|
|
37
|
+
"width": "auto"
|
|
36
38
|
},
|
|
37
39
|
attrs: {
|
|
38
|
-
controls: _vm.controls,
|
|
39
|
-
disabled: _vm.disabled,
|
|
40
|
-
size: "mini"
|
|
40
|
+
"controls": _vm.controls,
|
|
41
|
+
"disabled": _vm.disabled,
|
|
42
|
+
"size": "mini"
|
|
41
43
|
},
|
|
42
44
|
on: {
|
|
43
|
-
input: _vm.emitInput
|
|
45
|
+
"input": _vm.emitInput
|
|
44
46
|
},
|
|
45
47
|
model: {
|
|
46
48
|
value: _vm.val[1],
|
|
@@ -50,7 +52,9 @@ var render = function() {
|
|
|
50
52
|
expression: "val[1]"
|
|
51
53
|
}
|
|
52
54
|
})], 1);
|
|
53
|
-
}
|
|
55
|
+
};
|
|
56
|
+
var staticRenderFns = [];
|
|
57
|
+
const InputNumberRange_vue_vue_type_style_index_0_lang = "";
|
|
54
58
|
const __vue2_script = {
|
|
55
59
|
name: "InputNumberRange",
|
|
56
60
|
props: {
|
|
@@ -65,7 +69,7 @@ const __vue2_script = {
|
|
|
65
69
|
},
|
|
66
70
|
controls: {
|
|
67
71
|
type: Boolean,
|
|
68
|
-
default:
|
|
72
|
+
default: true
|
|
69
73
|
}
|
|
70
74
|
},
|
|
71
75
|
data() {
|
|
@@ -75,10 +79,16 @@ const __vue2_script = {
|
|
|
75
79
|
},
|
|
76
80
|
watch: {
|
|
77
81
|
value: {
|
|
78
|
-
immediate:
|
|
82
|
+
immediate: true,
|
|
79
83
|
handler(newVal) {
|
|
80
84
|
const val = [void 0, void 0];
|
|
81
|
-
|
|
85
|
+
if (isNotEmpty(newVal == null ? void 0 : newVal[0])) {
|
|
86
|
+
val[0] = newVal[0];
|
|
87
|
+
}
|
|
88
|
+
if (isNotEmpty(newVal == null ? void 0 : newVal[1])) {
|
|
89
|
+
val[1] = newVal[1];
|
|
90
|
+
}
|
|
91
|
+
this.val = val;
|
|
82
92
|
}
|
|
83
93
|
}
|
|
84
94
|
},
|
|
@@ -87,20 +97,22 @@ const __vue2_script = {
|
|
|
87
97
|
this.$emit("input", this.val);
|
|
88
98
|
}
|
|
89
99
|
}
|
|
90
|
-
}
|
|
100
|
+
};
|
|
101
|
+
const __cssModules = {};
|
|
91
102
|
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
92
103
|
__vue2_script,
|
|
93
104
|
render,
|
|
94
105
|
staticRenderFns,
|
|
95
|
-
|
|
106
|
+
false,
|
|
96
107
|
__vue2_injectStyles,
|
|
97
108
|
null,
|
|
98
109
|
null,
|
|
99
110
|
null
|
|
100
111
|
);
|
|
101
112
|
function __vue2_injectStyles(context) {
|
|
102
|
-
for (let o in __cssModules)
|
|
113
|
+
for (let o in __cssModules) {
|
|
103
114
|
this[o] = __cssModules[o];
|
|
115
|
+
}
|
|
104
116
|
}
|
|
105
117
|
const InputNumberRange = /* @__PURE__ */ function() {
|
|
106
118
|
return __component__.exports;
|
|
@@ -1 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
2
|
+
/* 应用头部高度 */
|
|
3
|
+
/* 页面宽度 */
|
|
4
|
+
/* 侧栏宽度 */
|
|
5
|
+
/* 标签高度 */
|
|
6
|
+
/* 页面头部工具条高度 */
|
|
7
|
+
.input-number-range {
|
|
8
|
+
display: flex;
|
|
9
|
+
flex-direction: row;
|
|
10
|
+
align-items: center;
|
|
11
|
+
width: 100%;
|
|
12
|
+
}
|