@vunk/form 2.18.2 → 2.19.0
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/components/_plugin-vue_export-helper.cjs +1 -11
- package/components/api-tables-select/index.cjs +1 -467
- package/components/api-tables-select/index.mjs +56 -413
- package/components/api-tables-select/src/ctx.d.ts +152 -172
- package/components/api-tables-select/src/index.vue.d.ts +394 -983
- package/components/button/index.cjs +1 -112
- package/components/button/index.mjs +57 -85
- package/components/button/src/ctx.d.ts +28 -113
- package/components/button/src/index.vue.d.ts +317 -625
- package/components/card-input-collection/index.cjs +1 -370
- package/components/card-input-collection/index.mjs +175 -277
- package/components/card-input-collection/src/core.vue.d.ts +54 -951
- package/components/card-input-collection/src/ctx.d.ts +19 -49
- package/components/card-input-collection/src/index.vue.d.ts +46 -110
- package/components/cascader/index.cjs +1 -150
- package/components/cascader/index.mjs +88 -116
- package/components/cascader/src/ctx.d.ts +140 -207
- package/components/cascader/src/index.vue.d.ts +315 -522
- package/components/cascader/src/use.d.ts +1 -1
- package/components/checkbox/index.cjs +1 -152
- package/components/checkbox/index.mjs +75 -119
- package/components/checkbox/src/ctx.d.ts +46 -69
- package/components/checkbox/src/index.vue.d.ts +448 -1016
- package/components/cloneDeep.cjs +1 -2106
- package/components/color-picker/index.cjs +1 -80
- package/components/color-picker/index.mjs +46 -69
- package/components/color-picker/src/ctx.d.ts +130 -107
- package/components/color-picker/src/index.vue.d.ts +285 -255
- package/components/date-picker/index.cjs +1 -119
- package/components/date-picker/index.mjs +63 -97
- package/components/date-picker/src/ctx.d.ts +123 -206
- package/components/date-picker/src/index.vue.d.ts +269 -1358
- package/components/date-picker/src/types.d.ts +7 -7
- package/components/date-picker-range/index.cjs +1 -177
- package/components/date-picker-range/index.mjs +62 -113
- package/components/date-picker-range/src/ctx.d.ts +130 -206
- package/components/date-picker-range/src/index.vue.d.ts +861 -448
- package/components/debounce.cjs +1 -0
- package/components/dialog/index.cjs +1 -126
- package/components/dialog/index.mjs +65 -99
- package/components/dialog/src/ctx.d.ts +17 -108
- package/components/dialog/src/index.vue.d.ts +77 -1072
- package/components/dialog-input-collection/index.cjs +1 -624
- package/components/dialog-input-collection/index.mjs +276 -498
- package/components/dialog-input-collection/src/ctx.d.ts +21 -52
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +29 -6371
- package/components/dialog-input-collection/src/index.vue.d.ts +65 -7630
- package/components/dialog-input-collection/src/layout.vue.d.ts +13 -73
- package/components/download-plus/index.cjs +1 -456
- package/components/download-plus/index.mjs +215 -358
- package/components/download-plus/src/api.d.ts +1 -1
- package/components/download-plus/src/ctx.d.ts +21 -52
- package/components/download-plus/src/index.vue.d.ts +437 -1177
- package/components/editable-text/index.cjs +1 -295
- package/components/editable-text/index.mjs +113 -239
- package/components/editable-text/src/ctx.d.ts +24 -50
- package/components/editable-text/src/index.vue.d.ts +59 -3258
- package/components/el-slider/index.cjs +1 -0
- package/components/el-slider/index.d.ts +5 -0
- package/components/el-slider/index.mjs +475 -0
- package/components/el-slider/src/button.d.ts +36 -0
- package/components/el-slider/src/button.vue.d.ts +41 -0
- package/components/el-slider/src/composables/index.cjs +1 -0
- package/components/el-slider/src/composables/index.d.ts +6 -0
- package/components/el-slider/src/composables/index.mjs +9 -0
- package/components/el-slider/src/composables/use-lifecycle.d.ts +4 -0
- package/components/el-slider/src/composables/use-marks.d.ts +7 -0
- package/components/el-slider/src/composables/use-slide.d.ts +23 -0
- package/components/el-slider/src/composables/use-slider-button.d.ts +18 -0
- package/components/el-slider/src/composables/use-stops.d.ts +8 -0
- package/components/el-slider/src/composables/use-watch.d.ts +4 -0
- package/components/el-slider/src/constants.d.ts +14 -0
- package/components/el-slider/src/marker.d.ts +37 -0
- package/components/el-slider/src/slider-core.vue.d.ts +218 -0
- package/components/el-slider/src/slider.d.ts +174 -0
- package/components/esri-input-geojson/index.cjs +2 -1604
- package/components/esri-input-geojson/index.mjs +682 -1290
- package/components/esri-input-geojson/src/append.vue.d.ts +239 -1099
- package/components/esri-input-geojson/src/const.d.ts +1 -1
- package/components/esri-input-geojson/src/ctx.d.ts +66 -161
- package/components/esri-input-geojson/src/default-view.vue.d.ts +8 -132
- package/components/esri-input-geojson/src/index.vue.d.ts +982 -708
- package/components/esri-input-geojson/src/types.d.ts +1 -0
- package/components/esri-input-geojson/src/viewer.vue.d.ts +53 -282
- package/components/fieldset/index.cjs +1 -110
- package/components/fieldset/index.mjs +63 -76
- package/components/fieldset/src/ctx.d.ts +4 -4
- package/components/fieldset/src/index.vue.d.ts +7 -7
- package/components/form/index.cjs +1 -248
- package/components/form/index.mjs +107 -161
- package/components/form/src/ctx.d.ts +15 -64
- package/components/form/src/index.vue.d.ts +374 -2431
- package/components/form-item/index.cjs +1 -294
- package/components/form-item/index.mjs +140 -229
- package/components/form-item/src/core.vue.d.ts +32 -1854
- package/components/form-item/src/ctx.d.ts +19 -51
- package/components/form-item/src/index.vue.d.ts +38 -101
- package/components/form-item-renderer/index.cjs +1 -193
- package/components/form-item-renderer/index.mjs +103 -162
- package/components/form-item-renderer/src/core.vue.d.ts +9 -9
- package/components/form-item-renderer/src/ctx.d.ts +3 -3
- package/components/form-item-renderer/src/index.vue.d.ts +24 -74
- package/components/form-item-renderer-template/index.cjs +1 -47
- package/components/form-item-renderer-template/index.mjs +20 -33
- package/components/form-item-renderer-template/src/index.vue.d.ts +1 -1
- package/components/forms-provider/index.cjs +1 -99
- package/components/forms-provider/index.mjs +44 -73
- package/components/forms-provider/src/core.d.ts +3 -2
- package/components/forms-provider/src/segment.vue.d.ts +8 -8
- package/components/forms-provider/src/view.vue.d.ts +14 -4
- package/components/index.cjs +1 -399
- package/components/index2.cjs +1 -17
- package/components/information/index.cjs +1 -65
- package/components/information/index.mjs +28 -38
- package/components/information/src/ctx.d.ts +2 -2
- package/components/information/src/index.vue.d.ts +4 -4
- package/components/information-collection/index.cjs +1 -81
- package/components/information-collection/index.mjs +44 -48
- package/components/information-collection/src/ctx.d.ts +29 -65
- package/components/information-collection/src/index.vue.d.ts +64 -136
- package/components/information-renderer/index.cjs +1 -16
- package/components/information-renderer/index.d.ts +9 -9
- package/components/information-renderer/index.mjs +9 -10
- package/components/information-tag/index.cjs +1 -101
- package/components/information-tag/index.mjs +44 -54
- package/components/information-tag/src/ctx.d.ts +6 -21
- package/components/information-tag/src/index.vue.d.ts +23 -51
- package/components/information-templates-default/index.cjs +1 -101
- package/components/information-templates-default/index.mjs +63 -73
- package/components/information-templates-default/src/index.vue.d.ts +1 -1
- package/components/input/index.cjs +1 -115
- package/components/input/index.mjs +60 -83
- package/components/input/src/ctx.d.ts +51 -152
- package/components/input/src/index.vue.d.ts +392 -951
- package/components/input-array/index.cjs +1 -310
- package/components/input-array/index.mjs +114 -244
- package/components/input-array/src/ctx.d.ts +19 -49
- package/components/input-array/src/form-template.vue.d.ts +1 -901
- package/components/input-array/src/index.vue.d.ts +43 -730
- package/components/input-collection/index.cjs +1 -452
- package/components/input-collection/index.mjs +195 -355
- package/components/input-collection/src/core.vue.d.ts +64 -1026
- package/components/input-collection/src/ctx.d.ts +21 -51
- package/components/input-collection/src/index.vue.d.ts +50 -114
- package/components/input-file/index.cjs +1 -142
- package/components/input-file/index.mjs +68 -100
- package/components/input-file/src/ctx.d.ts +8 -29
- package/components/input-file/src/index.vue.d.ts +444 -74
- package/components/input-file/src/template.vue.d.ts +1 -124
- package/components/input-link/index.cjs +1 -167
- package/components/input-link/index.mjs +60 -83
- package/components/input-link/src/ctx.d.ts +52 -137
- package/components/input-link/src/index.vue.d.ts +833 -311
- package/components/input-number/index.cjs +1 -119
- package/components/input-number/index.mjs +73 -87
- package/components/input-number/src/ctx.d.ts +38 -131
- package/components/input-number/src/index.vue.d.ts +321 -683
- package/components/input-tag/index.cjs +1 -100
- package/components/input-tag/index.mjs +51 -78
- package/components/input-tag/src/ctx.d.ts +43 -145
- package/components/input-tag/src/index.vue.d.ts +324 -778
- package/components/isObject.cjs +1 -165
- package/components/monaco-editor/index.cjs +1 -83
- package/components/monaco-editor/index.mjs +40 -59
- package/components/monaco-editor/src/ctx.d.ts +19 -44
- package/components/monaco-editor/src/index.vue.d.ts +209 -109
- package/components/radio/index.cjs +1 -267
- package/components/radio/index.mjs +110 -209
- package/components/radio/src/ctx.d.ts +27 -91
- package/components/radio/src/index.vue.d.ts +298 -1279
- package/components/radio/src/option.vue.d.ts +29 -881
- package/components/radio/src/wraper.vue.d.ts +64 -196
- package/components/renderer-data/index.cjs +1 -41
- package/components/renderer-data/index.mjs +19 -26
- package/components/renderer-data/src/ctx.d.ts +1 -1
- package/components/renderer-data/src/index.vue.d.ts +2 -2
- package/components/select/index.cjs +1 -311
- package/components/select/index.mjs +156 -214
- package/components/select/src/core.vue.d.ts +638 -1080
- package/components/select/src/ctx.d.ts +140 -223
- package/components/select/src/index.vue.d.ts +334 -610
- package/components/select/src/options.vue.d.ts +1 -1
- package/components/slider/index.cjs +1 -88
- package/components/slider/index.mjs +41 -70
- package/components/slider/src/ctx.d.ts +63 -174
- package/components/slider/src/index.vue.d.ts +151 -420
- package/components/style.css +1 -0
- package/components/switch/index.cjs +1 -88
- package/components/switch/index.mjs +37 -69
- package/components/switch/src/ctx.d.ts +34 -113
- package/components/switch/src/index.vue.d.ts +88 -699
- package/components/switch/src/types.d.ts +2 -2
- package/components/tables-select/index.cjs +1 -263
- package/components/tables-select/index.mjs +102 -172
- package/components/tables-select/src/ctx.d.ts +76 -91
- package/components/tables-select/src/index.vue.d.ts +228 -4969
- package/components/template-instances-provider/index.cjs +1 -31
- package/components/template-instances-provider/index.mjs +18 -22
- package/components/template-instances-provider/src/index.vue.d.ts +2 -2
- package/components/templates-default/index.cjs +1 -235
- package/components/templates-default/index.mjs +152 -211
- package/components/templates-default/src/ctx.d.ts +5 -3
- package/components/templates-default/src/index.vue.d.ts +7298 -157
- package/components/templates-element-plus/index.cjs +1 -112
- package/components/templates-element-plus/index.mjs +49 -91
- package/components/templates-element-plus/src/ctx.d.ts +1 -1
- package/components/templates-element-plus/src/index.vue.d.ts +65 -258
- package/components/templates-esri/index.cjs +1 -65
- package/components/templates-esri/index.mjs +29 -39
- package/components/templates-esri/src/ctx.d.ts +1 -1
- package/components/templates-esri/src/index.vue.d.ts +1776 -24
- package/components/templates-layout/index.cjs +1 -137
- package/components/templates-layout/index.mjs +78 -116
- package/components/templates-layout/src/ctx.d.ts +1 -1
- package/components/templates-layout/src/index.vue.d.ts +79 -411
- package/components/templates-variant/index.cjs +1 -70
- package/components/templates-variant/index.mjs +33 -43
- package/components/templates-variant/src/ctx.d.ts +1 -1
- package/components/templates-variant/src/index.vue.d.ts +1238 -24
- package/components/time-picker/index.cjs +1 -104
- package/components/time-picker/index.mjs +57 -87
- package/components/time-picker/src/ctx.d.ts +121 -211
- package/components/time-picker/src/index.vue.d.ts +263 -1368
- package/components/upload/index.cjs +1 -663
- package/components/upload/index.mjs +343 -537
- package/components/upload/src/ctx.d.ts +108 -195
- package/components/upload/src/file.vue.d.ts +197 -776
- package/components/upload/src/index.vue.d.ts +689 -1931
- package/components/upload/src/types.d.ts +1 -1
- package/components/upload/src/wraper.vue.d.ts +232 -407
- package/components/upload-plus/index.cjs +21 -18673
- package/components/upload-plus/index.mjs +4598 -18372
- package/components/upload-plus/src/api.d.ts +2 -2
- package/components/upload-plus/src/ctx.d.ts +24 -51
- package/components/upload-plus/src/index.vue.d.ts +51 -1656
- package/components/use-watch.cjs +1 -0
- package/components/van-cascader/index.cjs +1 -125
- package/components/van-cascader/index.mjs +51 -96
- package/components/van-cascader/src/ctx.d.ts +135 -203
- package/components/van-cascader/src/index.vue.d.ts +312 -985
- package/components/var-datetime-picker/index.cjs +1 -333
- package/components/var-datetime-picker/index.mjs +175 -254
- package/components/var-datetime-picker/src/ctx.d.ts +19 -50
- package/components/var-datetime-picker/src/index.vue.d.ts +688 -1115
- package/components/vditor/index.cjs +1 -86
- package/components/vditor/index.mjs +40 -66
- package/components/vditor/src/ctx.d.ts +16 -45
- package/components/vditor/src/index.vue.d.ts +195 -120
- package/composables/element-plus/index.cjs +1 -23
- package/composables/element-plus/index.mjs +14 -18
- package/composables/index.cjs +1 -161
- package/composables/index.d.ts +1 -0
- package/composables/index.mjs +102 -135
- package/composables/useForm.d.ts +2 -2
- package/composables/useRtl.d.ts +18 -0
- package/composables/useSourceManager.d.ts +2 -2
- package/composables/useTemplateInstances.d.ts +3 -3
- package/index.css +1 -562
- package/index.d.ts +0 -3
- package/index.esm.js +23 -48
- package/locale/index.cjs +1 -102
- package/locale/index.mjs +34 -34
- package/locale/lang/index.cjs +1 -2
- package/locale/lang/index.d.ts +1 -0
- package/package.json +14 -85
- package/shared/const/index.cjs +1 -59
- package/shared/const/index.d.ts +1 -1
- package/shared/const/index.mjs +18 -20
- package/shared/element-plus/ctx.d.ts +40 -37
- package/shared/element-plus/index.cjs +1 -211
- package/shared/element-plus/index.mjs +93 -161
- package/shared/element-plus/instances.d.ts +207 -321
- package/shared/form/index.cjs +1 -33
- package/shared/form/index.mjs +23 -25
- package/shared/helper/index.cjs +1 -11
- package/shared/helper/index.mjs +7 -8
- package/shared/index.cjs +1 -8
- package/shared/index.mjs +5 -1
- package/shared/infer-prop/index.cjs +1 -36
- package/shared/infer-prop/index.mjs +22 -28
- package/shared/progress-it/index.cjs +1 -42
- package/shared/progress-it/index.mjs +15 -31
- package/shared/rules/index.cjs +1 -56
- package/shared/rules/index.mjs +19 -18
- package/shared/types/form/index.cjs +1 -2
- package/shared/types/index.cjs +1 -2
- package/shared/types/source/index.cjs +1 -2
- package/shared/types/source-manager/index.cjs +1 -2
- package/shared/upload/index.cjs +1 -774
- package/shared/upload/index.mjs +180 -764
- package/component.d.ts +0 -3
- package/components/_plugin-vue_export-helper.mjs +0 -9
- package/components/card-input-collection/index.css +0 -21
- package/components/cascader/index.css +0 -9
- package/components/checkbox/index.css +0 -30
- package/components/cloneDeep.mjs +0 -2104
- package/components/date-picker-range/index.css +0 -18
- package/components/dialog-input-collection/index.css +0 -21
- package/components/download-plus/index.css +0 -68
- package/components/editable-text/index.css +0 -9
- package/components/esri-input-geojson/index.css +0 -32
- package/components/fieldset/index.css +0 -5
- package/components/form-item/index.css +0 -35
- package/components/index.mjs +0 -378
- package/components/index2.mjs +0 -14
- package/components/information-tag/index.css +0 -6
- package/components/information-templates-default/index.css +0 -16
- package/components/input-array/index.css +0 -14
- package/components/input-collection/index.css +0 -20
- package/components/input-link/index.css +0 -4
- package/components/input-number/index.css +0 -13
- package/components/isObject.mjs +0 -158
- package/components/monaco-editor/index.css +0 -4
- package/components/radio/index.css +0 -40
- package/components/select/index.css +0 -15
- package/components/switch/index.css +0 -10
- package/components/tables-select/index.css +0 -3
- package/components/templates-layout/index.css +0 -3
- package/components/upload/index.css +0 -34
- package/components/upload-plus/index.css +0 -84
- package/components/van-cascader/index.css +0 -6
- package/components/var-datetime-picker/index.css +0 -17
- package/defaults.d.ts +0 -5
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
.vkf-date-picker-range-select{
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-wrap: wrap;
|
|
4
|
-
margin-bottom: 8px;
|
|
5
|
-
}
|
|
6
|
-
.vkf-date-picker-range-select-item{
|
|
7
|
-
padding: 4px;
|
|
8
|
-
border: var(--el-border);
|
|
9
|
-
border-radius: var(--el-border-radius-base);
|
|
10
|
-
cursor: pointer;
|
|
11
|
-
}
|
|
12
|
-
.vkf-date-picker-range-select-item:hover{
|
|
13
|
-
background-color: var(--el-color-primary-light-9);
|
|
14
|
-
color: var(--el-color-primary);
|
|
15
|
-
}
|
|
16
|
-
.vkf-date-picker-range-select-item + .vkf-date-picker-range-select-item{
|
|
17
|
-
margin-left: 8px;
|
|
18
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
.vkf-dialog-input-collection__dialog-header{
|
|
2
|
-
display: flex;
|
|
3
|
-
align-items: center;
|
|
4
|
-
}
|
|
5
|
-
.vkf-dialog-input-collection__dialog-title{
|
|
6
|
-
line-height: 40px;
|
|
7
|
-
}
|
|
8
|
-
.vkf-dialog-input-collection-options{
|
|
9
|
-
width: 100%;
|
|
10
|
-
display: flex;
|
|
11
|
-
justify-content: flex-end;
|
|
12
|
-
}
|
|
13
|
-
.vkf-dialog-input-collection-table{
|
|
14
|
-
margin-top: var(--gap-m, 8px);
|
|
15
|
-
}
|
|
16
|
-
.vkf-dialog-input-collection-table .vkf-form-item {
|
|
17
|
-
margin-bottom: 0;
|
|
18
|
-
}
|
|
19
|
-
.vk-input-collection__buttons .cell{
|
|
20
|
-
padding: 0;
|
|
21
|
-
}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
.vkf-download-plus{
|
|
2
|
-
--vkf-download-plus-height: 34px;
|
|
3
|
-
}
|
|
4
|
-
.vkf-download-plus-label{
|
|
5
|
-
position: relative;
|
|
6
|
-
}
|
|
7
|
-
.vkf-download-plus-cube-x,
|
|
8
|
-
.vkf-download-plus-msg-x
|
|
9
|
-
{
|
|
10
|
-
position: absolute;
|
|
11
|
-
top: 0;
|
|
12
|
-
left: 0;
|
|
13
|
-
bottom: 0;
|
|
14
|
-
right: 0;
|
|
15
|
-
}
|
|
16
|
-
.vkf-download-plus-msg-x{
|
|
17
|
-
display: flex;
|
|
18
|
-
align-items: center;
|
|
19
|
-
justify-content: center;
|
|
20
|
-
color: var(--el-color-success);
|
|
21
|
-
background: var(--el-bg-color);
|
|
22
|
-
animation-name: hide; /* 指定使用hide关键帧动画 */
|
|
23
|
-
animation-duration: 1s; /* 动画持续时间为2秒 */
|
|
24
|
-
animation-delay: 1s; /* 延迟2秒后开始动画 */
|
|
25
|
-
animation-fill-mode: forwards; /* 动画结束后保持最后一帧的状态 */
|
|
26
|
-
}
|
|
27
|
-
.vkf-download-plus-msg{
|
|
28
|
-
margin-left: 2px;
|
|
29
|
-
}
|
|
30
|
-
.vkf-download-plus-cube {
|
|
31
|
-
float: left;
|
|
32
|
-
height: 100%;
|
|
33
|
-
}
|
|
34
|
-
.vkf-download-plus-cube.error {
|
|
35
|
-
background: var(--el-color-danger);
|
|
36
|
-
}
|
|
37
|
-
.vkf-download-plus-cube .success{
|
|
38
|
-
background: var(--el-color-success);
|
|
39
|
-
}
|
|
40
|
-
.vkf-download-plus-cube .uploading{
|
|
41
|
-
background: var(--el-color-primary);
|
|
42
|
-
}
|
|
43
|
-
.vkf-download-plus-cube .error{
|
|
44
|
-
background: var(--el-color-danger);
|
|
45
|
-
}
|
|
46
|
-
.vkf-download-plus-btng >.el-button:first-child{
|
|
47
|
-
border-radius: 0;
|
|
48
|
-
}
|
|
49
|
-
.vkf-download-plus-btng >.el-button{
|
|
50
|
-
height: var(--vkf-download-plus-height);
|
|
51
|
-
}
|
|
52
|
-
.vkf-download-plus-main{
|
|
53
|
-
display: flex;
|
|
54
|
-
align-items: center;
|
|
55
|
-
border: var(--el-border);
|
|
56
|
-
border-radius: var(--el-border-radius-base);
|
|
57
|
-
}
|
|
58
|
-
.vkf-download-plus-label .el-input{
|
|
59
|
-
--el-input-border-color: transparent;
|
|
60
|
-
--el-input-focus-border-color: transparent;
|
|
61
|
-
--el-input-hover-border-color: transparent;
|
|
62
|
-
}
|
|
63
|
-
.vkf-download-plus-label .el-input.is-success .el-icon{
|
|
64
|
-
color: var(--el-color-success);
|
|
65
|
-
}
|
|
66
|
-
.vkf-download-plus-label .el-input.is-error .el-icon{
|
|
67
|
-
color: var(--el-color-danger);
|
|
68
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
.el-button.vkf-esri-input-geojson__upload{
|
|
2
|
-
border-color: transparent;
|
|
3
|
-
background-color: transparent;
|
|
4
|
-
color: inherit;
|
|
5
|
-
}
|
|
6
|
-
.vkf-esri-input-geojson__map {
|
|
7
|
-
height: 350px;
|
|
8
|
-
}
|
|
9
|
-
.vkf-esri-input-geojson-dialog .el-dialog.is-fullscreen {
|
|
10
|
-
height: 100%;
|
|
11
|
-
}
|
|
12
|
-
.vkf-esri-input-geojson-dialog .el-dialog {
|
|
13
|
-
display: flex;
|
|
14
|
-
flex-direction: column;
|
|
15
|
-
min-height: 50%;
|
|
16
|
-
}
|
|
17
|
-
.vkf-esri-input-geojson-dialog .el-dialog__body {
|
|
18
|
-
display: flex;
|
|
19
|
-
flex-direction: column;
|
|
20
|
-
flex: 1;
|
|
21
|
-
overflow: hidden;
|
|
22
|
-
padding: 0;
|
|
23
|
-
}
|
|
24
|
-
.vkf-esri-input-geojson-dialog__map {
|
|
25
|
-
flex: 1;
|
|
26
|
-
display: flex;
|
|
27
|
-
flex-direction: column;
|
|
28
|
-
overflow: hidden;
|
|
29
|
-
}
|
|
30
|
-
.vkf-esri-input-geojson-dialog__map>.va-map-view {
|
|
31
|
-
flex: 1;
|
|
32
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
.vkf-form-item-label__span{
|
|
2
|
-
vertical-align: middle;
|
|
3
|
-
}
|
|
4
|
-
.vkf-form-item-label-tip-button:hover .el-icon {
|
|
5
|
-
color: var(--el-color-primary);
|
|
6
|
-
}
|
|
7
|
-
.vkf-form-item-label-tip-button .el-icon {
|
|
8
|
-
margin-top: -0.18em;
|
|
9
|
-
}
|
|
10
|
-
.vkf-form-item-label-tip-button.el-button{
|
|
11
|
-
margin-left: 4px;
|
|
12
|
-
padding: 4px;
|
|
13
|
-
}
|
|
14
|
-
.el-form-item--label-top.vkf-form-item.has-label-actions > .el-form-item__label {
|
|
15
|
-
width: 100%;
|
|
16
|
-
padding-right: 0;
|
|
17
|
-
}
|
|
18
|
-
.vkf-form-item__tip {
|
|
19
|
-
color: var(--el-text-color-secondary);
|
|
20
|
-
}
|
|
21
|
-
.vkf-form-item-label__actions {
|
|
22
|
-
float: right;
|
|
23
|
-
align-items: center;
|
|
24
|
-
display: inline-flex;
|
|
25
|
-
height: 1.8em;
|
|
26
|
-
}
|
|
27
|
-
.vkf-form-item.is-information{
|
|
28
|
-
margin-bottom: 0;
|
|
29
|
-
}
|
|
30
|
-
.vkf-form-item--inline{
|
|
31
|
-
display: inline-flex;
|
|
32
|
-
}
|
|
33
|
-
.vkf-form-item.is-empty-label > .el-form-item__label{
|
|
34
|
-
display: none;
|
|
35
|
-
}
|
package/components/index.mjs
DELETED
|
@@ -1,378 +0,0 @@
|
|
|
1
|
-
import { defineComponent, openBlock, createElementBlock, createElementVNode } from 'vue';
|
|
2
|
-
|
|
3
|
-
/*! Element Plus Icons Vue v2.3.1 */
|
|
4
|
-
|
|
5
|
-
var check_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
6
|
-
name: "Check",
|
|
7
|
-
__name: "check",
|
|
8
|
-
setup(__props) {
|
|
9
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
10
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
viewBox: "0 0 1024 1024"
|
|
12
|
-
}, [
|
|
13
|
-
createElementVNode("path", {
|
|
14
|
-
fill: "currentColor",
|
|
15
|
-
d: "M406.656 706.944 195.84 496.256a32 32 0 1 0-45.248 45.248l256 256 512-512a32 32 0 0 0-45.248-45.248L406.592 706.944z"
|
|
16
|
-
})
|
|
17
|
-
]));
|
|
18
|
-
}
|
|
19
|
-
});
|
|
20
|
-
|
|
21
|
-
// src/components/check.vue
|
|
22
|
-
var check_default = check_vue_vue_type_script_setup_true_lang_default;
|
|
23
|
-
var circle_check_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
24
|
-
name: "CircleCheck",
|
|
25
|
-
__name: "circle-check",
|
|
26
|
-
setup(__props) {
|
|
27
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
28
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
29
|
-
viewBox: "0 0 1024 1024"
|
|
30
|
-
}, [
|
|
31
|
-
createElementVNode("path", {
|
|
32
|
-
fill: "currentColor",
|
|
33
|
-
d: "M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"
|
|
34
|
-
}),
|
|
35
|
-
createElementVNode("path", {
|
|
36
|
-
fill: "currentColor",
|
|
37
|
-
d: "M745.344 361.344a32 32 0 0 1 45.312 45.312l-288 288a32 32 0 0 1-45.312 0l-160-160a32 32 0 1 1 45.312-45.312L480 626.752l265.344-265.408z"
|
|
38
|
-
})
|
|
39
|
-
]));
|
|
40
|
-
}
|
|
41
|
-
});
|
|
42
|
-
|
|
43
|
-
// src/components/circle-check.vue
|
|
44
|
-
var circle_check_default = circle_check_vue_vue_type_script_setup_true_lang_default;
|
|
45
|
-
var circle_close_filled_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
46
|
-
name: "CircleCloseFilled",
|
|
47
|
-
__name: "circle-close-filled",
|
|
48
|
-
setup(__props) {
|
|
49
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
50
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
51
|
-
viewBox: "0 0 1024 1024"
|
|
52
|
-
}, [
|
|
53
|
-
createElementVNode("path", {
|
|
54
|
-
fill: "currentColor",
|
|
55
|
-
d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 393.664L407.936 353.6a38.4 38.4 0 1 0-54.336 54.336L457.664 512 353.6 616.064a38.4 38.4 0 1 0 54.336 54.336L512 566.336 616.064 670.4a38.4 38.4 0 1 0 54.336-54.336L566.336 512 670.4 407.936a38.4 38.4 0 1 0-54.336-54.336z"
|
|
56
|
-
})
|
|
57
|
-
]));
|
|
58
|
-
}
|
|
59
|
-
});
|
|
60
|
-
|
|
61
|
-
// src/components/circle-close-filled.vue
|
|
62
|
-
var circle_close_filled_default = circle_close_filled_vue_vue_type_script_setup_true_lang_default;
|
|
63
|
-
var close_bold_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
64
|
-
name: "CloseBold",
|
|
65
|
-
__name: "close-bold",
|
|
66
|
-
setup(__props) {
|
|
67
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
68
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
69
|
-
viewBox: "0 0 1024 1024"
|
|
70
|
-
}, [
|
|
71
|
-
createElementVNode("path", {
|
|
72
|
-
fill: "currentColor",
|
|
73
|
-
d: "M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504 738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512 828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496 285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512 195.2 285.696a64 64 0 0 1 0-90.496z"
|
|
74
|
-
})
|
|
75
|
-
]));
|
|
76
|
-
}
|
|
77
|
-
});
|
|
78
|
-
|
|
79
|
-
// src/components/close-bold.vue
|
|
80
|
-
var close_bold_default = close_bold_vue_vue_type_script_setup_true_lang_default;
|
|
81
|
-
var close_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
82
|
-
name: "Close",
|
|
83
|
-
__name: "close",
|
|
84
|
-
setup(__props) {
|
|
85
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
86
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
87
|
-
viewBox: "0 0 1024 1024"
|
|
88
|
-
}, [
|
|
89
|
-
createElementVNode("path", {
|
|
90
|
-
fill: "currentColor",
|
|
91
|
-
d: "M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"
|
|
92
|
-
})
|
|
93
|
-
]));
|
|
94
|
-
}
|
|
95
|
-
});
|
|
96
|
-
|
|
97
|
-
// src/components/close.vue
|
|
98
|
-
var close_default = close_vue_vue_type_script_setup_true_lang_default;
|
|
99
|
-
var delete_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
100
|
-
name: "Delete",
|
|
101
|
-
__name: "delete",
|
|
102
|
-
setup(__props) {
|
|
103
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
104
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
105
|
-
viewBox: "0 0 1024 1024"
|
|
106
|
-
}, [
|
|
107
|
-
createElementVNode("path", {
|
|
108
|
-
fill: "currentColor",
|
|
109
|
-
d: "M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32"
|
|
110
|
-
})
|
|
111
|
-
]));
|
|
112
|
-
}
|
|
113
|
-
});
|
|
114
|
-
|
|
115
|
-
// src/components/delete.vue
|
|
116
|
-
var delete_default = delete_vue_vue_type_script_setup_true_lang_default;
|
|
117
|
-
var document_checked_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
118
|
-
name: "DocumentChecked",
|
|
119
|
-
__name: "document-checked",
|
|
120
|
-
setup(__props) {
|
|
121
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
122
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
123
|
-
viewBox: "0 0 1024 1024"
|
|
124
|
-
}, [
|
|
125
|
-
createElementVNode("path", {
|
|
126
|
-
fill: "currentColor",
|
|
127
|
-
d: "M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m318.4 582.144 180.992-180.992L704.64 510.4 478.4 736.64 320 578.304l45.248-45.312z"
|
|
128
|
-
})
|
|
129
|
-
]));
|
|
130
|
-
}
|
|
131
|
-
});
|
|
132
|
-
|
|
133
|
-
// src/components/document-checked.vue
|
|
134
|
-
var document_checked_default = document_checked_vue_vue_type_script_setup_true_lang_default;
|
|
135
|
-
var document_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
136
|
-
name: "Document",
|
|
137
|
-
__name: "document",
|
|
138
|
-
setup(__props) {
|
|
139
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
140
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
141
|
-
viewBox: "0 0 1024 1024"
|
|
142
|
-
}, [
|
|
143
|
-
createElementVNode("path", {
|
|
144
|
-
fill: "currentColor",
|
|
145
|
-
d: "M832 384H576V128H192v768h640zm-26.496-64L640 154.496V320zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h160v64H320zm0 384h384v64H320z"
|
|
146
|
-
})
|
|
147
|
-
]));
|
|
148
|
-
}
|
|
149
|
-
});
|
|
150
|
-
|
|
151
|
-
// src/components/document.vue
|
|
152
|
-
var document_default = document_vue_vue_type_script_setup_true_lang_default;
|
|
153
|
-
var download_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
154
|
-
name: "Download",
|
|
155
|
-
__name: "download",
|
|
156
|
-
setup(__props) {
|
|
157
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
158
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
159
|
-
viewBox: "0 0 1024 1024"
|
|
160
|
-
}, [
|
|
161
|
-
createElementVNode("path", {
|
|
162
|
-
fill: "currentColor",
|
|
163
|
-
d: "M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-253.696 236.288-236.352 45.248 45.248L508.8 704 192 387.2l45.248-45.248L480 584.704V128h64z"
|
|
164
|
-
})
|
|
165
|
-
]));
|
|
166
|
-
}
|
|
167
|
-
});
|
|
168
|
-
|
|
169
|
-
// src/components/download.vue
|
|
170
|
-
var download_default = download_vue_vue_type_script_setup_true_lang_default;
|
|
171
|
-
var edit_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
172
|
-
name: "Edit",
|
|
173
|
-
__name: "edit",
|
|
174
|
-
setup(__props) {
|
|
175
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
176
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
177
|
-
viewBox: "0 0 1024 1024"
|
|
178
|
-
}, [
|
|
179
|
-
createElementVNode("path", {
|
|
180
|
-
fill: "currentColor",
|
|
181
|
-
d: "M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640z"
|
|
182
|
-
}),
|
|
183
|
-
createElementVNode("path", {
|
|
184
|
-
fill: "currentColor",
|
|
185
|
-
d: "m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z"
|
|
186
|
-
})
|
|
187
|
-
]));
|
|
188
|
-
}
|
|
189
|
-
});
|
|
190
|
-
|
|
191
|
-
// src/components/edit.vue
|
|
192
|
-
var edit_default = edit_vue_vue_type_script_setup_true_lang_default;
|
|
193
|
-
var map_location_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
194
|
-
name: "MapLocation",
|
|
195
|
-
__name: "map-location",
|
|
196
|
-
setup(__props) {
|
|
197
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
198
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
199
|
-
viewBox: "0 0 1024 1024"
|
|
200
|
-
}, [
|
|
201
|
-
createElementVNode("path", {
|
|
202
|
-
fill: "currentColor",
|
|
203
|
-
d: "M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"
|
|
204
|
-
}),
|
|
205
|
-
createElementVNode("path", {
|
|
206
|
-
fill: "currentColor",
|
|
207
|
-
d: "M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256m345.6 192L960 960H672v-64H352v64H64l102.4-256zm-68.928 0H235.328l-76.8 192h706.944z"
|
|
208
|
-
})
|
|
209
|
-
]));
|
|
210
|
-
}
|
|
211
|
-
});
|
|
212
|
-
|
|
213
|
-
// src/components/map-location.vue
|
|
214
|
-
var map_location_default = map_location_vue_vue_type_script_setup_true_lang_default;
|
|
215
|
-
var minus_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
216
|
-
name: "Minus",
|
|
217
|
-
__name: "minus",
|
|
218
|
-
setup(__props) {
|
|
219
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
220
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
221
|
-
viewBox: "0 0 1024 1024"
|
|
222
|
-
}, [
|
|
223
|
-
createElementVNode("path", {
|
|
224
|
-
fill: "currentColor",
|
|
225
|
-
d: "M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64"
|
|
226
|
-
})
|
|
227
|
-
]));
|
|
228
|
-
}
|
|
229
|
-
});
|
|
230
|
-
|
|
231
|
-
// src/components/minus.vue
|
|
232
|
-
var minus_default = minus_vue_vue_type_script_setup_true_lang_default;
|
|
233
|
-
var plus_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
234
|
-
name: "Plus",
|
|
235
|
-
__name: "plus",
|
|
236
|
-
setup(__props) {
|
|
237
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
238
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
239
|
-
viewBox: "0 0 1024 1024"
|
|
240
|
-
}, [
|
|
241
|
-
createElementVNode("path", {
|
|
242
|
-
fill: "currentColor",
|
|
243
|
-
d: "M480 480V128a32 32 0 0 1 64 0v352h352a32 32 0 1 1 0 64H544v352a32 32 0 1 1-64 0V544H128a32 32 0 0 1 0-64z"
|
|
244
|
-
})
|
|
245
|
-
]));
|
|
246
|
-
}
|
|
247
|
-
});
|
|
248
|
-
|
|
249
|
-
// src/components/plus.vue
|
|
250
|
-
var plus_default = plus_vue_vue_type_script_setup_true_lang_default;
|
|
251
|
-
var right_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
252
|
-
name: "Right",
|
|
253
|
-
__name: "right",
|
|
254
|
-
setup(__props) {
|
|
255
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
256
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
257
|
-
viewBox: "0 0 1024 1024"
|
|
258
|
-
}, [
|
|
259
|
-
createElementVNode("path", {
|
|
260
|
-
fill: "currentColor",
|
|
261
|
-
d: "M754.752 480H160a32 32 0 1 0 0 64h594.752L521.344 777.344a32 32 0 0 0 45.312 45.312l288-288a32 32 0 0 0 0-45.312l-288-288a32 32 0 1 0-45.312 45.312z"
|
|
262
|
-
})
|
|
263
|
-
]));
|
|
264
|
-
}
|
|
265
|
-
});
|
|
266
|
-
|
|
267
|
-
// src/components/right.vue
|
|
268
|
-
var right_default = right_vue_vue_type_script_setup_true_lang_default;
|
|
269
|
-
var select_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
270
|
-
name: "Select",
|
|
271
|
-
__name: "select",
|
|
272
|
-
setup(__props) {
|
|
273
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
274
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
275
|
-
viewBox: "0 0 1024 1024"
|
|
276
|
-
}, [
|
|
277
|
-
createElementVNode("path", {
|
|
278
|
-
fill: "currentColor",
|
|
279
|
-
d: "M77.248 415.04a64 64 0 0 1 90.496 0l226.304 226.304L846.528 188.8a64 64 0 1 1 90.56 90.496l-543.04 543.04-316.8-316.8a64 64 0 0 1 0-90.496z"
|
|
280
|
-
})
|
|
281
|
-
]));
|
|
282
|
-
}
|
|
283
|
-
});
|
|
284
|
-
|
|
285
|
-
// src/components/select.vue
|
|
286
|
-
var select_default = select_vue_vue_type_script_setup_true_lang_default;
|
|
287
|
-
var success_filled_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
288
|
-
name: "SuccessFilled",
|
|
289
|
-
__name: "success-filled",
|
|
290
|
-
setup(__props) {
|
|
291
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
292
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
293
|
-
viewBox: "0 0 1024 1024"
|
|
294
|
-
}, [
|
|
295
|
-
createElementVNode("path", {
|
|
296
|
-
fill: "currentColor",
|
|
297
|
-
d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"
|
|
298
|
-
})
|
|
299
|
-
]));
|
|
300
|
-
}
|
|
301
|
-
});
|
|
302
|
-
|
|
303
|
-
// src/components/success-filled.vue
|
|
304
|
-
var success_filled_default = success_filled_vue_vue_type_script_setup_true_lang_default;
|
|
305
|
-
var upload_filled_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
306
|
-
name: "UploadFilled",
|
|
307
|
-
__name: "upload-filled",
|
|
308
|
-
setup(__props) {
|
|
309
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
310
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
311
|
-
viewBox: "0 0 1024 1024"
|
|
312
|
-
}, [
|
|
313
|
-
createElementVNode("path", {
|
|
314
|
-
fill: "currentColor",
|
|
315
|
-
d: "M544 864V672h128L512 480 352 672h128v192H320v-1.6c-5.376.32-10.496 1.6-16 1.6A240 240 0 0 1 64 624c0-123.136 93.12-223.488 212.608-237.248A239.808 239.808 0 0 1 512 192a239.872 239.872 0 0 1 235.456 194.752c119.488 13.76 212.48 114.112 212.48 237.248a240 240 0 0 1-240 240c-5.376 0-10.56-1.28-16-1.6v1.6z"
|
|
316
|
-
})
|
|
317
|
-
]));
|
|
318
|
-
}
|
|
319
|
-
});
|
|
320
|
-
|
|
321
|
-
// src/components/upload-filled.vue
|
|
322
|
-
var upload_filled_default = upload_filled_vue_vue_type_script_setup_true_lang_default;
|
|
323
|
-
var upload_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
324
|
-
name: "Upload",
|
|
325
|
-
__name: "upload",
|
|
326
|
-
setup(__props) {
|
|
327
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
328
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
329
|
-
viewBox: "0 0 1024 1024"
|
|
330
|
-
}, [
|
|
331
|
-
createElementVNode("path", {
|
|
332
|
-
fill: "currentColor",
|
|
333
|
-
d: "M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-578.304V704h-64V247.296L237.248 490.048 192 444.8 508.8 128l316.8 316.8-45.312 45.248z"
|
|
334
|
-
})
|
|
335
|
-
]));
|
|
336
|
-
}
|
|
337
|
-
});
|
|
338
|
-
|
|
339
|
-
// src/components/upload.vue
|
|
340
|
-
var upload_default = upload_vue_vue_type_script_setup_true_lang_default;
|
|
341
|
-
var warning_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
342
|
-
name: "Warning",
|
|
343
|
-
__name: "warning",
|
|
344
|
-
setup(__props) {
|
|
345
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
346
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
347
|
-
viewBox: "0 0 1024 1024"
|
|
348
|
-
}, [
|
|
349
|
-
createElementVNode("path", {
|
|
350
|
-
fill: "currentColor",
|
|
351
|
-
d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m48-176a48 48 0 1 1-96 0 48 48 0 0 1 96 0m-48-464a32 32 0 0 1 32 32v288a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32"
|
|
352
|
-
})
|
|
353
|
-
]));
|
|
354
|
-
}
|
|
355
|
-
});
|
|
356
|
-
|
|
357
|
-
// src/components/warning.vue
|
|
358
|
-
var warning_default = warning_vue_vue_type_script_setup_true_lang_default;
|
|
359
|
-
var zoom_in_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
360
|
-
name: "ZoomIn",
|
|
361
|
-
__name: "zoom-in",
|
|
362
|
-
setup(__props) {
|
|
363
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
364
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
365
|
-
viewBox: "0 0 1024 1024"
|
|
366
|
-
}, [
|
|
367
|
-
createElementVNode("path", {
|
|
368
|
-
fill: "currentColor",
|
|
369
|
-
d: "m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704m-32-384v-96a32 32 0 0 1 64 0v96h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64z"
|
|
370
|
-
})
|
|
371
|
-
]));
|
|
372
|
-
}
|
|
373
|
-
});
|
|
374
|
-
|
|
375
|
-
// src/components/zoom-in.vue
|
|
376
|
-
var zoom_in_default = zoom_in_vue_vue_type_script_setup_true_lang_default;
|
|
377
|
-
|
|
378
|
-
export { download_default as a, close_bold_default as b, circle_close_filled_default as c, delete_default as d, edit_default as e, document_checked_default as f, minus_default as g, check_default as h, close_default as i, circle_check_default as j, document_default as k, success_filled_default as l, map_location_default as m, upload_filled_default as n, plus_default as p, right_default as r, select_default as s, upload_default as u, warning_default as w, zoom_in_default as z };
|
package/components/index2.mjs
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
const KeyConfig = {
|
|
2
|
-
TokenKey: "VUNK_SKZZ_REST_TOKEN",
|
|
3
|
-
ApplicationKey: "VUNK_SKZZ_REST_APPLICATION",
|
|
4
|
-
TenantKey: "VUNK_SKZZ_REST_TENANT",
|
|
5
|
-
MenuDataKey: "VUNK_SKZZ_REST_MENU_DATA"
|
|
6
|
-
};
|
|
7
|
-
function getToken() {
|
|
8
|
-
return localStorage.getItem(KeyConfig.TokenKey) || "";
|
|
9
|
-
}
|
|
10
|
-
function getTenant() {
|
|
11
|
-
return localStorage.getItem(KeyConfig.TenantKey) || "";
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export { getTenant as a, getToken as g };
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
.vkf-information-templates-default-main .el-form-item__label {
|
|
2
|
-
color: var(--el-text-color-secondary);
|
|
3
|
-
font-weight: normal;
|
|
4
|
-
}
|
|
5
|
-
.vkf-information-templates-default-main .el-select__wrapper.el-select__wrapper {
|
|
6
|
-
padding: 0;
|
|
7
|
-
border: none;
|
|
8
|
-
box-shadow: none;
|
|
9
|
-
pointer-events: auto;
|
|
10
|
-
}
|
|
11
|
-
.vkf-information-templates-default-main .el-select__suffix {
|
|
12
|
-
display: none;
|
|
13
|
-
}
|
|
14
|
-
.vkf-information-templates-default-main .el-select__selected-item {
|
|
15
|
-
user-select: text;
|
|
16
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
.vkf-input-array-delete{
|
|
2
|
-
cursor: pointer;
|
|
3
|
-
}
|
|
4
|
-
.vkf-input-array-options{
|
|
5
|
-
width: 100%;
|
|
6
|
-
display: flex;
|
|
7
|
-
justify-content: flex-end;
|
|
8
|
-
}
|
|
9
|
-
.vkf-input-array-fieldset > .el-form-item:not(:last-child) {
|
|
10
|
-
margin-bottom: 8px;
|
|
11
|
-
}
|
|
12
|
-
.vkf-input-array-fieldset .el-form-item__content{
|
|
13
|
-
flex-wrap: initial;
|
|
14
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
.vkf-input-collection-options{
|
|
2
|
-
width: 100%;
|
|
3
|
-
display: flex;
|
|
4
|
-
justify-content: flex-end;
|
|
5
|
-
}
|
|
6
|
-
.vkf-input-collection-table{
|
|
7
|
-
margin-top: var(--gap-m, 8px);
|
|
8
|
-
}
|
|
9
|
-
.vkf-input-collection-table .vkf-form-item {
|
|
10
|
-
margin-bottom: 0;
|
|
11
|
-
}
|
|
12
|
-
.vk-input-collection__expand-fieldset{
|
|
13
|
-
padding: 8px;
|
|
14
|
-
}
|
|
15
|
-
.vk-input-collection__expand-fieldset > .vkf-form-item{
|
|
16
|
-
margin-bottom: 18px;
|
|
17
|
-
}
|
|
18
|
-
.vk-input-collection__buttons .cell{
|
|
19
|
-
padding: 0;
|
|
20
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
.el-input-number.is-readonly{
|
|
2
|
-
--el-readonly-cursor: text;
|
|
3
|
-
--el-disabled-bg-color: initial;
|
|
4
|
-
--el-disabled-text-color: var(--el-input-text-color);
|
|
5
|
-
}
|
|
6
|
-
.el-input-number.is-readonly .el-input-number__decrease,
|
|
7
|
-
.el-input-number.is-readonly .el-input-number__increase{
|
|
8
|
-
display: none;
|
|
9
|
-
}
|
|
10
|
-
.el-input-number.is-readonly .el-input.is-disabled,
|
|
11
|
-
.el-input-number.is-readonly .el-input.is-disabled .el-input__inner{
|
|
12
|
-
cursor: var(--el-readonly-cursor);
|
|
13
|
-
}
|