cnhis-design-vue 3.1.8-beta.9 → 3.1.9-beta.2
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 +6 -4
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +3 -0
- package/es/packages/chunk-upload/style/index.less +394 -394
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +8 -5
- 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 +2 -1
- package/es/packages/form-render/index.mjs +2 -0
- package/es/packages/form-render/src/FormRender.vue.d.ts +2 -1
- package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +12 -7
- package/es/packages/form-render/src/components/select.d.ts +10 -2
- package/es/packages/form-render/src/components/select.mjs +19 -2
- package/es/packages/form-render/src/constants/index.d.ts +2 -0
- package/es/packages/form-render/src/constants/index.mjs +2 -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 +2 -2
- package/es/packages/form-render/src/hooks/useBusinessBinding.mjs +1 -1
- 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/useUrlDeps.d.ts +1 -0
- package/es/packages/form-render/src/hooks/useUrlDeps.mjs +4 -0
- package/es/packages/form-render/src/types/index.d.ts +16 -6
- package/es/packages/form-table/style/index.less +301 -301
- package/es/packages/grid/style/index.less +12 -12
- package/es/packages/index.less +2945 -2945
- package/es/packages/index.mjs +2 -0
- package/es/packages/info-header/style/index.less +153 -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 +3 -0
- package/es/packages/select-label/style/index.less +151 -151
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +6 -8
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +43 -18
- package/es/packages/select-person/src/utils/index.mjs +15 -2
- package/es/packages/select-person/style/index.less +229 -229
- package/es/packages/time-line/style/index.less +34 -34
- package/global.d.ts +8 -8
- package/package.json +1 -1
- package/yarn-error.log +103 -8659
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
.clearfix:after {
|
|
2
|
-
visibility: hidden;
|
|
3
|
-
display: block;
|
|
4
|
-
font-size: 0;
|
|
5
|
-
content: " ";
|
|
6
|
-
clear: both;
|
|
7
|
-
height: 0;
|
|
8
|
-
}
|
|
9
|
-
.containers {
|
|
10
|
-
position: absolute;
|
|
11
|
-
background-color: #fff;
|
|
12
|
-
overflow-y: auto;
|
|
13
|
-
min-height: 300px;
|
|
14
|
-
height: 100%;
|
|
15
|
-
width: 100%;
|
|
16
|
-
.canvas {
|
|
17
|
-
width: 100%;
|
|
18
|
-
height: 100%;
|
|
19
|
-
}
|
|
20
|
-
.bjs-powered-by {
|
|
21
|
-
display: none !important;
|
|
22
|
-
}
|
|
23
|
-
.djs-element .djs-hit-all {
|
|
24
|
-
cursor: pointer;
|
|
25
|
-
}
|
|
26
|
-
.djs-bpmn-shape-node {
|
|
27
|
-
cursor: pointer;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
1
|
+
.clearfix:after {
|
|
2
|
+
visibility: hidden;
|
|
3
|
+
display: block;
|
|
4
|
+
font-size: 0;
|
|
5
|
+
content: " ";
|
|
6
|
+
clear: both;
|
|
7
|
+
height: 0;
|
|
8
|
+
}
|
|
9
|
+
.containers {
|
|
10
|
+
position: absolute;
|
|
11
|
+
background-color: #fff;
|
|
12
|
+
overflow-y: auto;
|
|
13
|
+
min-height: 300px;
|
|
14
|
+
height: 100%;
|
|
15
|
+
width: 100%;
|
|
16
|
+
.canvas {
|
|
17
|
+
width: 100%;
|
|
18
|
+
height: 100%;
|
|
19
|
+
}
|
|
20
|
+
.bjs-powered-by {
|
|
21
|
+
display: none !important;
|
|
22
|
+
}
|
|
23
|
+
.djs-element .djs-hit-all {
|
|
24
|
+
cursor: pointer;
|
|
25
|
+
}
|
|
26
|
+
.djs-bpmn-shape-node {
|
|
27
|
+
cursor: pointer;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
.dropdown-button {
|
|
2
|
-
color: #212121;
|
|
3
|
-
border-color: #d5d5d5 !important;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.c-dropdown {
|
|
7
|
-
.n-dropdown-menu-wrapper span.active {
|
|
8
|
-
color: #5585f5;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.login-form-button {
|
|
13
|
-
width: 100%;
|
|
14
|
-
height: 50px;
|
|
15
|
-
border-radius: 24px;
|
|
16
|
-
font-size: 16px;
|
|
17
|
-
color: #ffffff;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.login-form-button-print {
|
|
21
|
-
padding-top: 15px;
|
|
22
|
-
|
|
23
|
-
.n-input {
|
|
24
|
-
height: 50px;
|
|
25
|
-
line-height: 50px;
|
|
26
|
-
font-size: 14px;
|
|
27
|
-
color: #757575;
|
|
28
|
-
border-radius: 6px;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
1
|
+
.dropdown-button {
|
|
2
|
+
color: #212121;
|
|
3
|
+
border-color: #d5d5d5 !important;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.c-dropdown {
|
|
7
|
+
.n-dropdown-menu-wrapper span.active {
|
|
8
|
+
color: #5585f5;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.login-form-button {
|
|
13
|
+
width: 100%;
|
|
14
|
+
height: 50px;
|
|
15
|
+
border-radius: 24px;
|
|
16
|
+
font-size: 16px;
|
|
17
|
+
color: #ffffff;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.login-form-button-print {
|
|
21
|
+
padding-top: 15px;
|
|
22
|
+
|
|
23
|
+
.n-input {
|
|
24
|
+
height: 50px;
|
|
25
|
+
line-height: 50px;
|
|
26
|
+
font-size: 14px;
|
|
27
|
+
color: #757575;
|
|
28
|
+
border-radius: 6px;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -1671,6 +1671,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1671
1671
|
iconColor: string;
|
|
1672
1672
|
iconColorInfo: string;
|
|
1673
1673
|
iconColorSuccess: string;
|
|
1674
|
+
/**
|
|
1675
|
+
* 所有分片上传成功
|
|
1676
|
+
*/
|
|
1674
1677
|
iconColorWarning: string;
|
|
1675
1678
|
iconColorError: string;
|
|
1676
1679
|
textColorCircle: string;
|
|
@@ -1692,13 +1695,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1692
1695
|
iconSizeCircle: string;
|
|
1693
1696
|
iconSizeLine: string;
|
|
1694
1697
|
iconColor: string;
|
|
1695
|
-
iconColorInfo: string;
|
|
1698
|
+
iconColorInfo: string; /**
|
|
1699
|
+
* 上传状态
|
|
1700
|
+
*/
|
|
1696
1701
|
iconColorSuccess: string;
|
|
1697
1702
|
iconColorWarning: string;
|
|
1698
1703
|
iconColorError: string;
|
|
1699
|
-
/**
|
|
1700
|
-
* 上传错误
|
|
1701
|
-
*/
|
|
1702
1704
|
textColorCircle: string;
|
|
1703
1705
|
textColorLineInner: string;
|
|
1704
1706
|
textColorLineOuter: string;
|
|
@@ -290,6 +290,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
290
290
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
|
|
291
291
|
color: string;
|
|
292
292
|
opacity1Depth: string;
|
|
293
|
+
/**
|
|
294
|
+
* 封面图图加载报错
|
|
295
|
+
*/
|
|
293
296
|
opacity2Depth: string;
|
|
294
297
|
opacity3Depth: string;
|
|
295
298
|
opacity4Depth: string;
|