@vunk/form 1.1.77 → 1.1.80
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.mjs +9 -0
- package/components/button/{index.js → index.mjs} +33 -29
- package/components/button/src/ctx.d.ts +30 -30
- package/components/button/src/index.vue.d.ts +69 -69
- package/components/cascader/index.css +0 -2
- package/components/cascader/{index.js → index.mjs} +22 -22
- package/components/cascader/src/ctx.d.ts +37 -45
- package/components/cascader/src/index.vue.d.ts +92 -92
- package/components/cascader/src/use.d.ts +1 -1
- package/components/checkbox/index.css +0 -9
- package/components/checkbox/{index.js → index.mjs} +45 -42
- package/components/checkbox/src/ctx.d.ts +29 -32
- package/components/checkbox/src/index.vue.d.ts +65 -65
- package/components/color-picker/{index.js → index.mjs} +23 -22
- package/components/color-picker/src/ctx.d.ts +29 -29
- package/components/color-picker/src/index.vue.d.ts +67 -67
- package/components/date-picker/index.d.ts +1 -0
- package/components/date-picker/{index.js → index.mjs} +46 -26
- package/components/date-picker/src/ctx.d.ts +51 -49
- package/components/date-picker/src/index.vue.d.ts +104 -104
- package/components/date-picker-range/index.css +18 -0
- package/components/date-picker-range/index.d.ts +4 -0
- package/components/date-picker-range/index.mjs +164 -0
- package/components/date-picker-range/src/ctx.d.ts +177 -0
- package/components/date-picker-range/src/index.vue.d.ts +398 -0
- package/components/date-picker-range/src/types.d.ts +12 -0
- package/components/download-plus/index.css +0 -6
- package/components/download-plus/{index.js → index.mjs} +119 -147
- package/components/download-plus/src/api.d.ts +1 -1
- package/components/download-plus/src/ctx.d.ts +27 -26
- package/components/download-plus/src/index.vue.d.ts +59 -59
- package/components/esri-input-geojson/index.css +0 -10
- package/components/esri-input-geojson/index.mjs +1109 -0
- package/components/esri-input-geojson/src/append.vue.d.ts +1 -1
- package/components/esri-input-geojson/src/ctx.d.ts +49 -72
- package/components/esri-input-geojson/src/index.vue.d.ts +138 -158
- package/components/esri-input-geojson/src/types.d.ts +0 -1
- package/components/esri-input-geojson/src/viewer.vue.d.ts +18 -19
- package/components/form/{index.js → index.mjs} +38 -36
- package/components/form/src/ctx.d.ts +13 -297
- package/components/form/src/index.vue.d.ts +97 -659
- package/components/form-item/index.css +0 -8
- package/components/form-item/{index.js → index.mjs} +22 -19
- package/components/form-item/src/ctx.d.ts +13 -11
- package/components/form-item/src/index.vue.d.ts +20 -20
- package/components/form-item-renderer/{index.js → index.mjs} +9 -7
- package/components/form-item-renderer/src/index.vue.d.ts +1 -1
- package/components/form-item-renderer-template/{index.js → index.mjs} +7 -7
- package/components/geoinput/{index.js → index.mjs} +10 -17
- package/components/geoinput/src/ctx.d.ts +48 -60
- package/components/geoinput/src/index.vue.d.ts +114 -132
- package/components/geoinput-read/index.css +0 -2
- package/components/geoinput-read/{index.js → index.mjs} +101 -109
- package/components/geoinput-read/src/core.vue.d.ts +123 -142
- package/components/geoinput-read/src/ctx.d.ts +50 -74
- package/components/geoinput-read/src/index.vue.d.ts +102 -120
- package/components/geoinput-update/index.css +0 -6
- package/components/geoinput-update/index.mjs +399 -0
- package/components/geoinput-update/src/ctx.d.ts +49 -69
- package/components/geoinput-update/src/index.vue.d.ts +126 -141
- package/components/index.mjs +11 -0
- package/components/index2.mjs +306 -0
- package/components/index3.mjs +484 -0
- package/components/input/{index.js → index.mjs} +31 -27
- package/components/input/src/ctx.d.ts +47 -66
- package/components/input/src/index.vue.d.ts +101 -113
- package/components/input-link/index.css +0 -2
- package/components/input-link/index.mjs +151 -0
- package/components/input-link/src/ctx.d.ts +40 -56
- package/components/input-link/src/index.vue.d.ts +89 -101
- package/components/input-number/index.css +0 -2
- package/components/input-number/{index.js → index.mjs} +25 -25
- package/components/input-number/src/ctx.d.ts +31 -37
- package/components/input-number/src/index.vue.d.ts +71 -71
- package/components/radio/index.css +0 -6
- package/components/radio/{index.js → index.mjs} +50 -47
- package/components/radio/src/ctx.d.ts +29 -29
- package/components/radio/src/index.vue.d.ts +64 -64
- package/components/select/index.css +0 -2
- package/components/select/{index.js → index.mjs} +49 -48
- package/components/select/src/ctx.d.ts +31 -85
- package/components/select/src/index.vue.d.ts +121 -230
- package/components/slider/{index.js → index.mjs} +28 -24
- package/components/slider/src/ctx.d.ts +35 -35
- package/components/slider/src/index.vue.d.ts +93 -93
- package/components/switch/index.css +0 -2
- package/components/switch/{index.js → index.mjs} +29 -24
- package/components/switch/src/ctx.d.ts +40 -40
- package/components/switch/src/index.vue.d.ts +91 -91
- package/components/templates-default/index.mjs +302 -0
- package/components/templates-default/src/ctx.d.ts +2 -4
- package/components/templates-default/src/index.vue.d.ts +2 -8
- package/components/templates-element-plus/index.mjs +106 -0
- package/components/templates-esri/index.mjs +59 -0
- package/components/templates-layout/index.css +0 -3
- package/components/templates-layout/index.mjs +131 -0
- package/components/templates-mapbox/index.mjs +59 -0
- package/components/templates-variant/index.d.ts +4 -0
- package/components/templates-variant/index.mjs +64 -0
- package/components/templates-variant/src/ctx.d.ts +11 -0
- package/components/templates-variant/src/index.vue.d.ts +20 -0
- package/components/templates-variant/src/types.d.ts +2 -0
- package/components/upload/index.css +0 -7
- package/components/upload/index.mjs +501 -0
- package/components/upload/src/ctx.d.ts +36 -38
- package/components/upload/src/file.vue.d.ts +22 -21
- package/components/upload/src/index.vue.d.ts +78 -78
- package/components/upload-plus/index.css +4 -8
- package/components/upload-plus/{index.js → index.mjs} +9497 -926
- package/components/upload-plus/src/api.d.ts +1 -1
- package/components/upload-plus/src/ctx.d.ts +25 -28
- package/components/upload-plus/src/index.vue.d.ts +58 -58
- package/components/van-cascader/index.css +0 -2
- package/components/van-cascader/{index.js → index.mjs} +41 -44
- package/components/van-cascader/src/ctx.d.ts +35 -35
- package/components/van-cascader/src/index.vue.d.ts +82 -82
- package/components/var-datetime-picker/index.css +0 -2
- package/components/var-datetime-picker/index.mjs +324 -0
- package/components/var-datetime-picker/src/ctx.d.ts +27 -26
- package/components/var-datetime-picker/src/index.vue.d.ts +57 -57
- package/components/vditor/{index.js → index.mjs} +9 -14
- package/components/vditor/src/ctx.d.ts +2 -1
- package/components/vditor/src/index.vue.d.ts +2 -3
- package/composables/index.mjs +85 -0
- package/composables/useSourceManager.d.ts +2 -2
- package/defaults.d.ts +1 -1
- package/index.css +22 -168
- package/index.d.ts +1 -1
- package/index.esm.js +44 -1
- package/package.json +257 -2
- package/shared/const/index.d.ts +1 -1
- package/shared/const/index.mjs +56 -0
- package/shared/element-plus/ctx.d.ts +26 -94
- package/shared/element-plus/index.mjs +285 -0
- package/shared/element-plus/instances.d.ts +29 -28
- package/shared/form/index.mjs +30 -0
- package/shared/helper/index.mjs +9 -0
- package/shared/index.mjs +1 -0
- package/shared/infer-prop/index.mjs +34 -0
- package/shared/progress-it/index.mjs +38 -0
- package/shared/rules/index.mjs +53 -0
- package/shared/types/source/index.d.ts +2 -1
- package/shared/upload/index.mjs +771 -0
- package/components/button/src/ctx.js +0 -1
- package/components/cascader/src/ctx.js +0 -1
- package/components/cascader/src/types.js +0 -1
- package/components/cascader/src/use.js +0 -1
- package/components/checkbox/src/ctx.js +0 -1
- package/components/checkbox/src/index.css +0 -1
- package/components/checkbox/src/types.js +0 -1
- package/components/color-picker/index.css +0 -1
- package/components/color-picker/src/ctx.js +0 -1
- package/components/color-picker/src/index.css +0 -1
- package/components/color-picker/src/types.js +0 -1
- package/components/date-picker/index.css +0 -1
- package/components/date-picker/src/ctx.js +0 -1
- package/components/date-picker/src/index.css +0 -1
- package/components/date-picker/src/types.js +0 -1
- package/components/download-plus/src/api.js +0 -1
- package/components/download-plus/src/const.js +0 -1
- package/components/download-plus/src/ctx.js +0 -1
- package/components/download-plus/src/index.css +0 -1
- package/components/download-plus/src/types.js +0 -1
- package/components/esri-input-geojson/index.js +0 -1563
- package/components/esri-input-geojson/src/const.js +0 -1
- package/components/esri-input-geojson/src/ctx.js +0 -1
- package/components/esri-input-geojson/src/index.css +0 -1
- package/components/esri-input-geojson/src/types.js +0 -1
- package/components/form/index.css +0 -1
- package/components/form/src/ctx.js +0 -1
- package/components/form/src/index.css +0 -1
- package/components/form/src/types.js +0 -1
- package/components/form/src/utils.js +0 -1
- package/components/form-item/src/ctx.js +0 -1
- package/components/form-item/src/index.css +0 -1
- package/components/form-item/src/types.js +0 -1
- package/components/form-item-renderer/index.css +0 -1
- package/components/form-item-renderer/src/ctx.js +0 -1
- package/components/form-item-renderer/src/index.css +0 -1
- package/components/form-item-renderer/src/symbols.js +0 -1
- package/components/form-item-renderer/src/types.js +0 -1
- package/components/form-item-renderer-template/index.css +0 -1
- package/components/form-item-renderer-template/src/ctx.js +0 -1
- package/components/form-item-renderer-template/src/index.css +0 -1
- package/components/form-item-renderer-template/src/types.js +0 -1
- package/components/geoinput/index.css +0 -1
- package/components/geoinput/src/ctx.js +0 -1
- package/components/geoinput/src/index.css +0 -1
- package/components/geoinput/src/types.js +0 -1
- package/components/geoinput-read/src/ctx.js +0 -1
- package/components/geoinput-read/src/index.css +0 -1
- package/components/geoinput-read/src/types.js +0 -1
- package/components/geoinput-update/index.js +0 -930
- package/components/geoinput-update/src/ctx.js +0 -1
- package/components/geoinput-update/src/index.css +0 -1
- package/components/geoinput-update/src/types.js +0 -1
- package/components/input/index.css +0 -1
- package/components/input/src/ctx.js +0 -1
- package/components/input/src/index.css +0 -1
- package/components/input/src/types.js +0 -1
- package/components/input-link/index.js +0 -163
- package/components/input-link/src/ctx.js +0 -1
- package/components/input-link/src/index.css +0 -1
- package/components/input-link/src/types.js +0 -1
- package/components/input-number/src/ctx.js +0 -1
- package/components/input-number/src/index.css +0 -1
- package/components/input-number/src/types.js +0 -1
- package/components/radio/src/ctx.js +0 -1
- package/components/radio/src/index.css +0 -1
- package/components/radio/src/types.js +0 -1
- package/components/select/src/ctx.js +0 -1
- package/components/select/src/index.css +0 -1
- package/components/select/src/types.js +0 -1
- package/components/slider/index.css +0 -1
- package/components/slider/src/ctx.js +0 -1
- package/components/slider/src/index.css +0 -1
- package/components/slider/src/types.js +0 -1
- package/components/switch/src/ctx.js +0 -1
- package/components/switch/src/index.css +0 -1
- package/components/switch/src/types.js +0 -1
- package/components/templates-default/index.css +0 -1
- package/components/templates-default/index.js +0 -347
- package/components/templates-default/src/ctx.js +0 -1
- package/components/templates-default/src/index.css +0 -1
- package/components/templates-default/src/types.js +0 -1
- package/components/templates-element-plus/index.css +0 -1
- package/components/templates-element-plus/index.js +0 -110
- package/components/templates-element-plus/src/ctx.js +0 -1
- package/components/templates-element-plus/src/index.css +0 -1
- package/components/templates-element-plus/src/types.js +0 -1
- package/components/templates-esri/index.css +0 -1
- package/components/templates-esri/index.js +0 -65
- package/components/templates-esri/src/ctx.js +0 -1
- package/components/templates-esri/src/index.css +0 -1
- package/components/templates-esri/src/types.js +0 -1
- package/components/templates-layout/index.js +0 -141
- package/components/templates-layout/src/ctx.js +0 -1
- package/components/templates-layout/src/index.css +0 -1
- package/components/templates-layout/src/types.js +0 -1
- package/components/templates-mapbox/index.css +0 -1
- package/components/templates-mapbox/index.js +0 -65
- package/components/templates-mapbox/src/ctx.js +0 -1
- package/components/templates-mapbox/src/index.css +0 -1
- package/components/templates-mapbox/src/types.js +0 -1
- package/components/upload/index.js +0 -565
- package/components/upload/src/ctx.js +0 -1
- package/components/upload/src/index.css +0 -1
- package/components/upload/src/types.js +0 -1
- package/components/upload-plus/src/api.js +0 -28
- package/components/upload-plus/src/const.js +0 -1
- package/components/upload-plus/src/ctx.js +0 -1
- package/components/upload-plus/src/index.css +0 -1
- package/components/upload-plus/src/types.js +0 -1
- package/components/van-cascader/src/ctx.js +0 -1
- package/components/van-cascader/src/index.css +0 -1
- package/components/van-cascader/src/types.js +0 -1
- package/components/var-datetime-picker/index.js +0 -299
- package/components/var-datetime-picker/src/const.js +0 -1
- package/components/var-datetime-picker/src/ctx.js +0 -1
- package/components/var-datetime-picker/src/index.css +0 -1
- package/components/var-datetime-picker/src/types.js +0 -1
- package/components/vditor/index.css +0 -1
- package/components/vditor/src/ctx.js +0 -1
- package/components/vditor/src/index.css +0 -1
- package/components/vditor/src/types.js +0 -1
- package/composables/index.css +0 -1
- package/composables/index.js +0 -1
- package/shared/const/index.css +0 -1
- package/shared/const/index.js +0 -1
- package/shared/element-plus/index.css +0 -1
- package/shared/element-plus/index.js +0 -1
- package/shared/form/index.css +0 -1
- package/shared/form/index.js +0 -1
- package/shared/helper/index.css +0 -1
- package/shared/helper/index.js +0 -1
- package/shared/index.css +0 -1
- package/shared/index.js +0 -1
- package/shared/infer-prop/index.css +0 -1
- package/shared/infer-prop/index.js +0 -1
- package/shared/progress-it/index.css +0 -1
- package/shared/progress-it/index.js +0 -1
- package/shared/rules/index.css +0 -1
- package/shared/rules/index.js +0 -1
- package/shared/types/form/index.css +0 -1
- package/shared/types/form/index.js +0 -1
- package/shared/types/index.css +0 -1
- package/shared/types/index.js +0 -1
- package/shared/types/source/index.css +0 -1
- package/shared/types/source/index.js +0 -1
- package/shared/types/source-manager/index.css +0 -1
- package/shared/types/source-manager/index.js +0 -1
- package/shared/upload/index.css +0 -1
- package/shared/upload/index.js +0 -1
- /package/{components/button/index.css → shared/types/form/index.mjs} +0 -0
- /package/{components/button/src/index.css → shared/types/index.mjs} +0 -0
- /package/{components/cascader/src/index.css → shared/types/source/index.mjs} +0 -0
- /package/{components/button/src/types.js → shared/types/source-manager/index.mjs} +0 -0
package/index.css
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
1
|
.el-cascader.is-readonly{
|
|
5
2
|
--el-readonly-cursor: text;
|
|
6
3
|
--el-disabled-bg-color: initial;
|
|
@@ -11,8 +8,6 @@
|
|
|
11
8
|
cursor: var(--el-readonly-cursor);
|
|
12
9
|
}
|
|
13
10
|
|
|
14
|
-
|
|
15
|
-
|
|
16
11
|
.el-checkbox-group.is-readonly .el-checkbox,
|
|
17
12
|
.el-checkbox-group.is-readonly{
|
|
18
13
|
--el-readonly-cursor: auto;
|
|
@@ -20,8 +15,6 @@
|
|
|
20
15
|
--el-checkbox-disabled-checked-input-fill: var(--el-checkbox-bg-color);
|
|
21
16
|
--el-checkbox-disabled-checked-icon-color: var(--el-checkbox-checked-icon-color);
|
|
22
17
|
}
|
|
23
|
-
|
|
24
|
-
|
|
25
18
|
.el-checkbox-group.is-readonly .el-checkbox__input.is-checked+.el-checkbox__label {
|
|
26
19
|
color: var(--el-checkbox-checked-text-color);
|
|
27
20
|
}
|
|
@@ -33,30 +26,37 @@
|
|
|
33
26
|
.el-checkbox-group.is-readonly .el-checkbox__input.is-disabled .el-checkbox__inner {
|
|
34
27
|
cursor: var(--el-readonly-cursor);
|
|
35
28
|
}
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
29
|
.el-checkbox-group.is-readonly .el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{
|
|
40
30
|
border-left-color: var(--el-checkbox-button-checked-border-color);
|
|
41
31
|
}
|
|
42
|
-
|
|
43
32
|
.el-checkbox-group.is-readonly .el-checkbox-button.is-checked .el-checkbox-button__inner {
|
|
44
33
|
color: var(--el-checkbox-button-checked-text-color);
|
|
45
34
|
background-color: var(--el-checkbox-button-checked-bg-color);
|
|
46
35
|
border-color: var(--el-checkbox-button-checked-border-color);
|
|
47
36
|
box-shadow: -1px 0 0 0 var(--el-color-primary-light-7);
|
|
48
37
|
}
|
|
49
|
-
|
|
50
38
|
.el-checkbox-group.is-readonly .el-checkbox-button.is-disabled .el-checkbox-button__inner{
|
|
51
39
|
cursor: var(--el-readonly-cursor);
|
|
52
40
|
}
|
|
53
41
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
42
|
+
.vkf-date-picker-range-select{
|
|
43
|
+
display: flex;
|
|
44
|
+
flex-wrap: wrap;
|
|
45
|
+
margin-bottom: 8px;
|
|
46
|
+
}
|
|
47
|
+
.vkf-date-picker-range-select-item{
|
|
48
|
+
padding: 4px;
|
|
49
|
+
border: var(--el-border);
|
|
50
|
+
border-radius: var(--el-border-radius-base);
|
|
51
|
+
cursor: pointer;
|
|
52
|
+
}
|
|
53
|
+
.vkf-date-picker-range-select-item:hover{
|
|
54
|
+
background-color: var(--el-color-primary-light-9);
|
|
55
|
+
color: var(--el-color-primary);
|
|
56
|
+
}
|
|
57
|
+
.vkf-date-picker-range-select-item + .vkf-date-picker-range-select-item{
|
|
58
|
+
margin-left: 8px;
|
|
59
|
+
}
|
|
60
60
|
|
|
61
61
|
.vkf-download-plus{
|
|
62
62
|
--vkf-download-plus-height: 34px;
|
|
@@ -103,7 +103,6 @@
|
|
|
103
103
|
.vkf-download-plus-cube .error{
|
|
104
104
|
background: var(--el-color-danger);
|
|
105
105
|
}
|
|
106
|
-
|
|
107
106
|
.vkf-download-plus-btng >.el-button:first-child{
|
|
108
107
|
border-radius: 0;
|
|
109
108
|
}
|
|
@@ -116,7 +115,6 @@
|
|
|
116
115
|
border: var(--el-border);
|
|
117
116
|
border-radius: var(--el-border-radius-base);
|
|
118
117
|
}
|
|
119
|
-
|
|
120
118
|
.vkf-download-plus-label .el-input{
|
|
121
119
|
--el-input-border-color: transparent;
|
|
122
120
|
--el-input-focus-border-color: transparent;
|
|
@@ -129,31 +127,22 @@
|
|
|
129
127
|
color: var(--el-color-danger);
|
|
130
128
|
}
|
|
131
129
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
130
|
.el-button.vkf-esri-input-geojson__upload{
|
|
136
131
|
border-color: transparent;
|
|
137
132
|
background-color: transparent;
|
|
138
133
|
color: inherit;
|
|
139
134
|
}
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
135
|
.vkf-esri-input-geojson__map {
|
|
144
136
|
height: 350px;
|
|
145
137
|
}
|
|
146
|
-
|
|
147
138
|
.vkf-esri-input-geojson-dialog .el-dialog.is-fullscreen {
|
|
148
139
|
height: 100%;
|
|
149
140
|
}
|
|
150
|
-
|
|
151
141
|
.vkf-esri-input-geojson-dialog .el-dialog {
|
|
152
142
|
display: flex;
|
|
153
143
|
flex-direction: column;
|
|
154
144
|
min-height: 50%;
|
|
155
145
|
}
|
|
156
|
-
|
|
157
146
|
.vkf-esri-input-geojson-dialog .el-dialog__body {
|
|
158
147
|
display: flex;
|
|
159
148
|
flex-direction: column;
|
|
@@ -161,51 +150,31 @@
|
|
|
161
150
|
overflow: hidden;
|
|
162
151
|
padding: 0;
|
|
163
152
|
}
|
|
164
|
-
|
|
165
153
|
.vkf-esri-input-geojson-dialog__map {
|
|
166
154
|
flex: 1;
|
|
167
155
|
display: flex;
|
|
168
156
|
flex-direction: column;
|
|
169
157
|
overflow: hidden;
|
|
170
158
|
}
|
|
171
|
-
|
|
172
159
|
.vkf-esri-input-geojson-dialog__map>.va-map-view {
|
|
173
160
|
flex: 1;
|
|
174
161
|
}
|
|
175
162
|
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
163
|
.vkf-form-item.vkf-form-item--label-right.el-form-item{
|
|
182
164
|
display: flex;
|
|
183
165
|
}
|
|
184
166
|
.vkf-form-item.vkf-form-item--label-right.el-form-item .el-form-item__label{
|
|
185
167
|
display: inline-flex;
|
|
186
|
-
|
|
187
|
-
|
|
188
168
|
}
|
|
189
169
|
.vkf-form-item.vkf-form-item--label-right.el-form-item.el-form-item--default .el-form-item__label{
|
|
190
170
|
height: 32px;
|
|
191
171
|
line-height: 32px;
|
|
192
172
|
margin-bottom: 0;
|
|
193
173
|
}
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
174
|
.vkf-form-item--inline{
|
|
198
175
|
display: inline-flex;
|
|
199
176
|
}
|
|
200
177
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
178
|
.vk-geoinput-read-x{
|
|
210
179
|
display: flex;
|
|
211
180
|
flex-direction: column-reverse;
|
|
@@ -215,17 +184,12 @@
|
|
|
215
184
|
height: 300px;
|
|
216
185
|
}
|
|
217
186
|
|
|
218
|
-
|
|
219
|
-
|
|
220
187
|
.vk-geoinput-upload-x.vk-geoinput-upload-x{
|
|
221
188
|
padding: 0;
|
|
222
189
|
}
|
|
223
190
|
.vk-geoinput-upload .el-upload{
|
|
224
191
|
padding: 8px 15px;
|
|
225
192
|
}
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
193
|
.geoinput-map-x{
|
|
230
194
|
margin-bottom: 18px;
|
|
231
195
|
height: 300px;
|
|
@@ -236,7 +200,6 @@
|
|
|
236
200
|
display: flex;
|
|
237
201
|
flex-direction: column;
|
|
238
202
|
}
|
|
239
|
-
|
|
240
203
|
.vk-geoinput-edit-map{
|
|
241
204
|
height: 100%;
|
|
242
205
|
}
|
|
@@ -262,17 +225,11 @@
|
|
|
262
225
|
flex: 1;
|
|
263
226
|
}
|
|
264
227
|
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
228
|
.vkf-input-link-icon{
|
|
270
229
|
color: var(--el-color-primary);
|
|
271
230
|
cursor: inherit;
|
|
272
231
|
}
|
|
273
232
|
|
|
274
|
-
|
|
275
|
-
|
|
276
233
|
.vkf-input-number-unit{
|
|
277
234
|
margin-left: 6px;
|
|
278
235
|
}
|
|
@@ -290,8 +247,6 @@
|
|
|
290
247
|
cursor: var(--el-readonly-cursor);
|
|
291
248
|
}
|
|
292
249
|
|
|
293
|
-
|
|
294
|
-
|
|
295
250
|
.el-radio-group.is-readonly,
|
|
296
251
|
.el-radio-group.is-readonly .el-radio-button{
|
|
297
252
|
--el-readonly-cursor: auto;
|
|
@@ -299,29 +254,23 @@
|
|
|
299
254
|
--el-disabled-text-color: initial;
|
|
300
255
|
--el-radio-button-disabled-checked-fill: var(--el-radio-button-checked-bg-color);
|
|
301
256
|
}
|
|
302
|
-
|
|
303
257
|
.el-radio-group.is-readonly .is-active .el-radio-button__original-radio:disabled+.el-radio-button__inner{
|
|
304
258
|
color: var(--el-radio-button-checked-text-color);
|
|
305
259
|
}
|
|
306
260
|
.el-radio-group.is-readonly .el-radio-button__original-radio:disabled+.el-radio-button__inner {
|
|
307
261
|
cursor: var(--el-readonly-cursor);
|
|
308
262
|
}
|
|
309
|
-
|
|
310
263
|
.el-radio-group.is-readonly .el-radio__input.is-checked+.el-radio__label{
|
|
311
264
|
color: var(--el-color-primary);
|
|
312
265
|
}
|
|
313
266
|
.el-radio-group.is-readonly .el-radio__input.is-checked .el-radio__inner {
|
|
314
267
|
border-color: var(--el-color-primary);
|
|
315
268
|
background: var(--el-color-primary);
|
|
316
|
-
|
|
317
269
|
}
|
|
318
270
|
.el-radio-group.is-readonly .el-radio__input .el-radio__inner,
|
|
319
271
|
.el-radio-group.is-readonly .el-radio__input.is-disabled+span.el-radio__label {
|
|
320
272
|
cursor: var(--el-readonly-cursor);
|
|
321
273
|
}
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
274
|
|
|
326
275
|
.el-select.is-readonly{
|
|
327
276
|
--el-readonly-cursor: text;
|
|
@@ -334,10 +283,6 @@
|
|
|
334
283
|
cursor: var(--el-readonly-cursor);
|
|
335
284
|
}
|
|
336
285
|
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
286
|
.el-switch.is-readonly{
|
|
342
287
|
--el-readonly-cursor: auto;
|
|
343
288
|
}
|
|
@@ -349,23 +294,10 @@
|
|
|
349
294
|
cursor: var(--el-readonly-cursor);
|
|
350
295
|
}
|
|
351
296
|
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
297
|
.vkf-flex {
|
|
361
298
|
display: flex;
|
|
362
299
|
}
|
|
363
300
|
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
301
|
.el-upload-list__item-status-label{
|
|
370
302
|
z-index: 1;
|
|
371
303
|
}
|
|
@@ -375,8 +307,6 @@
|
|
|
375
307
|
.el-upload-list__item-name .el-icon.el-icon--download-primary{
|
|
376
308
|
color: var(--el-color-primary);
|
|
377
309
|
}
|
|
378
|
-
|
|
379
|
-
|
|
380
310
|
.vkf-upload {
|
|
381
311
|
width: 100%;
|
|
382
312
|
}
|
|
@@ -386,7 +316,6 @@
|
|
|
386
316
|
.vkf-upload-empty-tip.is-readonly.is-empty{
|
|
387
317
|
display: block;
|
|
388
318
|
}
|
|
389
|
-
|
|
390
319
|
.vkf-upload.is-readonly .el-upload,
|
|
391
320
|
.vkf-upload.is-readonly .el-upload{
|
|
392
321
|
display: none;
|
|
@@ -397,24 +326,19 @@
|
|
|
397
326
|
.vkf-upload .el-upload-list{
|
|
398
327
|
min-width: 100px;
|
|
399
328
|
}
|
|
400
|
-
|
|
401
329
|
.vkf-upload.is-limit .el-upload{
|
|
402
330
|
display: none;
|
|
403
331
|
}
|
|
404
332
|
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
333
|
@keyframes hide {
|
|
409
|
-
|
|
334
|
+
0% {
|
|
410
335
|
opacity: 1; /* 初始状态为完全显示 */
|
|
411
|
-
|
|
412
|
-
|
|
336
|
+
}
|
|
337
|
+
100% {
|
|
413
338
|
opacity: 0; /* 最终状态为完全隐藏 */
|
|
414
339
|
display: none; /* 同时隐藏元素 */
|
|
415
|
-
}
|
|
416
340
|
}
|
|
417
|
-
|
|
341
|
+
}
|
|
418
342
|
.vkf-upload-plus{
|
|
419
343
|
--vkf-upload-plus-height: 34px;
|
|
420
344
|
}
|
|
@@ -460,7 +384,6 @@
|
|
|
460
384
|
.vkf-upload-plus-cube .error{
|
|
461
385
|
background: var(--el-color-danger);
|
|
462
386
|
}
|
|
463
|
-
|
|
464
387
|
.vkf-upload-plus-btng >.el-button:first-child{
|
|
465
388
|
border-radius: 0;
|
|
466
389
|
}
|
|
@@ -492,8 +415,6 @@
|
|
|
492
415
|
display: none;
|
|
493
416
|
}
|
|
494
417
|
|
|
495
|
-
|
|
496
|
-
|
|
497
418
|
.vkf-van-cascader .el-select{
|
|
498
419
|
--el-readonly-cursor: pointer;
|
|
499
420
|
}
|
|
@@ -501,8 +422,6 @@
|
|
|
501
422
|
display: none;
|
|
502
423
|
}
|
|
503
424
|
|
|
504
|
-
|
|
505
|
-
|
|
506
425
|
:root{
|
|
507
426
|
--color-primary: var(--el-color-primary);
|
|
508
427
|
}
|
|
@@ -520,68 +439,3 @@
|
|
|
520
439
|
padding-left: var(--date-picker-title-padding);
|
|
521
440
|
padding-right: var(--date-picker-title-padding);
|
|
522
441
|
}
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import installer from './defaults';
|
|
2
|
-
export declare const install: (app: import("vue").App
|
|
2
|
+
export declare const install: (app: import("vue").App) => void;
|
|
3
3
|
export default installer;
|
|
4
4
|
export * from '@vunk/form/shared';
|
|
5
5
|
export * from '@vunk/form/composables';
|
package/index.esm.js
CHANGED
|
@@ -1 +1,44 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { VkfForm } from '@vunk/form/components/form';
|
|
2
|
+
export * from '@vunk/form/components/form';
|
|
3
|
+
import { VkfFormItemRenderer } from '@vunk/form/components/form-item-renderer';
|
|
4
|
+
export * from '@vunk/form/components/form-item-renderer';
|
|
5
|
+
import { VkfFormItemRendererTemplate } from '@vunk/form/components/form-item-renderer-template';
|
|
6
|
+
export * from '@vunk/form/components/form-item-renderer-template';
|
|
7
|
+
import { VkfTemplatesLayout } from '@vunk/form/components/templates-layout';
|
|
8
|
+
export * from '@vunk/form/components/templates-layout';
|
|
9
|
+
export * from '@vunk/form/shared';
|
|
10
|
+
export * from '@vunk/form/composables';
|
|
11
|
+
export * from '@vunk/form/components/templates-default';
|
|
12
|
+
export * from '@vunk/form/components/input';
|
|
13
|
+
export * from '@vunk/form/components/input-number';
|
|
14
|
+
export * from '@vunk/form/components/select';
|
|
15
|
+
export * from '@vunk/form/components/radio';
|
|
16
|
+
export * from '@vunk/form/components/checkbox';
|
|
17
|
+
export * from '@vunk/form/components/switch';
|
|
18
|
+
export * from '@vunk/form/components/color-picker';
|
|
19
|
+
export * from '@vunk/form/components/upload';
|
|
20
|
+
export * from '@vunk/form/components/date-picker';
|
|
21
|
+
export * from '@vunk/form/components/button';
|
|
22
|
+
export * from '@vunk/form/components/cascader';
|
|
23
|
+
export * from '@vunk/form/components/input-link';
|
|
24
|
+
|
|
25
|
+
var Components = [
|
|
26
|
+
VkfForm,
|
|
27
|
+
VkfFormItemRenderer,
|
|
28
|
+
VkfFormItemRendererTemplate,
|
|
29
|
+
VkfTemplatesLayout
|
|
30
|
+
];
|
|
31
|
+
|
|
32
|
+
const makeInstaller = (components = []) => {
|
|
33
|
+
const install = (app) => {
|
|
34
|
+
components.forEach((c) => app.use(c));
|
|
35
|
+
};
|
|
36
|
+
return {
|
|
37
|
+
install
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
var installer = makeInstaller(Components);
|
|
41
|
+
|
|
42
|
+
const install = installer.install;
|
|
43
|
+
|
|
44
|
+
export { installer as default, install };
|