cnhis-design-vue 3.1.9-beta.1 → 3.1.9-beta.4
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/README.md +22 -22
- package/es/packages/big-table/index.d.ts +1 -1
- package/es/packages/big-table/src/BigTable.vue.d.ts +1 -1
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +3 -1
- package/es/packages/big-table/style/index.less +557 -557
- package/es/packages/bpmn-workflow/style/index.less +29 -29
- package/es/packages/button-print/style/index.less +30 -30
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +4 -6
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +0 -3
- package/es/packages/chunk-upload/style/index.less +394 -394
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +5 -8
- package/es/packages/drag-layout/style/index.less +208 -208
- package/es/packages/field-set/style/index.less +157 -157
- package/es/packages/form-render/index.d.ts +267 -3
- package/es/packages/form-render/index.mjs +2 -0
- package/es/packages/form-render/src/FormRender.vue.d.ts +267 -3
- package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +39 -25
- package/es/packages/form-render/src/components/cascader.d.ts +6 -2
- package/es/packages/form-render/src/components/cascader.mjs +12 -6
- package/es/packages/form-render/src/components/select.d.ts +12 -2
- package/es/packages/form-render/src/components/select.mjs +65 -29
- package/es/packages/form-render/src/constants/index.d.ts +4 -1
- package/es/packages/form-render/src/constants/index.mjs +3 -1
- package/es/packages/form-render/src/hooks/index.d.ts +11 -9
- package/es/packages/form-render/src/hooks/index.mjs +2 -0
- package/es/packages/form-render/src/hooks/useAsyncQueue.d.ts +13 -33
- package/es/packages/form-render/src/hooks/useBusinessBinding.d.ts +5 -3
- package/es/packages/form-render/src/hooks/useBusinessBinding.mjs +15 -15
- package/es/packages/form-render/src/hooks/useChangeContext.d.ts +11 -0
- package/es/packages/form-render/src/hooks/useChangeContext.mjs +21 -0
- package/es/packages/form-render/src/hooks/useFormField.d.ts +1 -0
- package/es/packages/form-render/src/hooks/useFormField.mjs +7 -1
- package/es/packages/form-render/src/hooks/useFormItemDeps.d.ts +8 -0
- package/es/packages/form-render/src/hooks/useFormItemDeps.mjs +29 -0
- package/es/packages/form-render/src/types/index.d.ts +16 -6
- package/es/packages/form-render/src/utils/index.d.ts +5 -3
- package/es/packages/form-render/src/utils/index.mjs +13 -1
- package/es/packages/form-table/style/index.less +301 -301
- package/es/packages/grid/style/index.less +12 -12
- package/es/packages/index.css +0 -3
- package/es/packages/index.less +2941 -2945
- package/es/packages/index.mjs +2 -0
- package/es/packages/info-header/index.d.ts +18 -2
- package/es/packages/info-header/src/HiddenContent.vue.d.ts +29 -13
- package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +6 -4
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +18 -2
- package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +10 -5
- package/es/packages/info-header/style/index.css +0 -3
- package/es/packages/info-header/style/index.less +149 -153
- package/es/packages/map/style/index.less +59 -59
- package/es/packages/scale-view/style/index.less +748 -748
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +0 -3
- package/es/packages/select-label/style/index.less +151 -151
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/select-person/style/index.less +229 -229
- package/es/packages/time-line/style/index.less +34 -34
- package/es/src/types/index.d.ts +1 -0
- package/es/src/utils/anime.mjs +1 -1
- package/global.d.ts +8 -8
- package/package.json +1 -1
- package/yarn-error.log +8659 -103
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
.c-map {
|
|
2
|
-
width: 100%;
|
|
3
|
-
min-height: 500px;
|
|
4
|
-
height: 100%;
|
|
5
|
-
overflow: hidden;
|
|
6
|
-
text-align: left;
|
|
7
|
-
ul,li {
|
|
8
|
-
list-style: none;
|
|
9
|
-
margin: 0;
|
|
10
|
-
padding: 0;
|
|
11
|
-
}
|
|
12
|
-
#map-core {
|
|
13
|
-
width: 100%;
|
|
14
|
-
height: 250px;
|
|
15
|
-
}
|
|
16
|
-
.search-container {
|
|
17
|
-
margin-top: 20px;
|
|
18
|
-
height: 40px;
|
|
19
|
-
.map-input-search {
|
|
20
|
-
display: flex;
|
|
21
|
-
.n-input {
|
|
22
|
-
height: 32px;
|
|
23
|
-
line-height: 32px;
|
|
24
|
-
border-top-right-radius: 0;
|
|
25
|
-
border-bottom-right-radius: 0;
|
|
26
|
-
}
|
|
27
|
-
.input-addon {
|
|
28
|
-
height: 32px;
|
|
29
|
-
line-height: 32px;
|
|
30
|
-
.n-button {
|
|
31
|
-
height: 100%;
|
|
32
|
-
padding: 0 16px;
|
|
33
|
-
border-top-left-radius: 0;
|
|
34
|
-
border-bottom-left-radius: 0;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
.address-list {
|
|
40
|
-
height: calc(100% - 75px);
|
|
41
|
-
overflow-y: auto;
|
|
42
|
-
.address-item {
|
|
43
|
-
height: 60px;
|
|
44
|
-
cursor: pointer;
|
|
45
|
-
padding-top: 10px;
|
|
46
|
-
.title {
|
|
47
|
-
font-size: 16px;
|
|
48
|
-
}
|
|
49
|
-
span {
|
|
50
|
-
font-size: 12px;
|
|
51
|
-
color: #b9b9b9;
|
|
52
|
-
}
|
|
53
|
-
&:first-child {
|
|
54
|
-
height: 57px;
|
|
55
|
-
padding-top: 20px;
|
|
56
|
-
line-height: 40px;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
1
|
+
.c-map {
|
|
2
|
+
width: 100%;
|
|
3
|
+
min-height: 500px;
|
|
4
|
+
height: 100%;
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
text-align: left;
|
|
7
|
+
ul,li {
|
|
8
|
+
list-style: none;
|
|
9
|
+
margin: 0;
|
|
10
|
+
padding: 0;
|
|
11
|
+
}
|
|
12
|
+
#map-core {
|
|
13
|
+
width: 100%;
|
|
14
|
+
height: 250px;
|
|
15
|
+
}
|
|
16
|
+
.search-container {
|
|
17
|
+
margin-top: 20px;
|
|
18
|
+
height: 40px;
|
|
19
|
+
.map-input-search {
|
|
20
|
+
display: flex;
|
|
21
|
+
.n-input {
|
|
22
|
+
height: 32px;
|
|
23
|
+
line-height: 32px;
|
|
24
|
+
border-top-right-radius: 0;
|
|
25
|
+
border-bottom-right-radius: 0;
|
|
26
|
+
}
|
|
27
|
+
.input-addon {
|
|
28
|
+
height: 32px;
|
|
29
|
+
line-height: 32px;
|
|
30
|
+
.n-button {
|
|
31
|
+
height: 100%;
|
|
32
|
+
padding: 0 16px;
|
|
33
|
+
border-top-left-radius: 0;
|
|
34
|
+
border-bottom-left-radius: 0;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
.address-list {
|
|
40
|
+
height: calc(100% - 75px);
|
|
41
|
+
overflow-y: auto;
|
|
42
|
+
.address-item {
|
|
43
|
+
height: 60px;
|
|
44
|
+
cursor: pointer;
|
|
45
|
+
padding-top: 10px;
|
|
46
|
+
.title {
|
|
47
|
+
font-size: 16px;
|
|
48
|
+
}
|
|
49
|
+
span {
|
|
50
|
+
font-size: 12px;
|
|
51
|
+
color: #b9b9b9;
|
|
52
|
+
}
|
|
53
|
+
&:first-child {
|
|
54
|
+
height: 57px;
|
|
55
|
+
padding-top: 20px;
|
|
56
|
+
line-height: 40px;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
60
|
}
|