cnhis-design-vue 3.1.9-beta.2 → 3.1.9-beta.3
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/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 +1 -2
- package/es/packages/form-render/index.mjs +1 -1
- package/es/packages/form-render/src/FormRender.vue.d.ts +1 -2
- package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +11 -6
- package/es/packages/form-render/src/components/cascader.d.ts +6 -2
- package/es/packages/form-render/src/components/cascader.mjs +11 -5
- package/es/packages/form-render/src/components/select.d.ts +2 -0
- package/es/packages/form-render/src/components/select.mjs +16 -10
- package/es/packages/form-render/src/constants/index.d.ts +2 -1
- package/es/packages/form-render/src/constants/index.mjs +2 -1
- package/es/packages/form-render/src/hooks/index.d.ts +1 -1
- package/es/packages/form-render/src/hooks/index.mjs +1 -1
- package/es/packages/form-render/src/hooks/useBusinessBinding.d.ts +3 -1
- package/es/packages/form-render/src/hooks/useBusinessBinding.mjs +15 -15
- 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/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.less +2945 -2945
- package/es/packages/index.mjs +1 -1
- 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 +0 -3
- package/es/packages/select-label/style/index.less +151 -151
- 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/global.d.ts +8 -8
- package/package.json +1 -1
- package/yarn-error.log +8659 -103
- package/es/packages/form-render/src/hooks/useUrlDeps.d.ts +0 -1
- package/es/packages/form-render/src/hooks/useUrlDeps.mjs +0 -4
|
@@ -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,9 +1671,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1671
1671
|
iconColor: string;
|
|
1672
1672
|
iconColorInfo: string;
|
|
1673
1673
|
iconColorSuccess: string;
|
|
1674
|
-
/**
|
|
1675
|
-
* 所有分片上传成功
|
|
1676
|
-
*/
|
|
1677
1674
|
iconColorWarning: string;
|
|
1678
1675
|
iconColorError: string;
|
|
1679
1676
|
textColorCircle: string;
|
|
@@ -1695,12 +1692,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1695
1692
|
iconSizeCircle: string;
|
|
1696
1693
|
iconSizeLine: string;
|
|
1697
1694
|
iconColor: string;
|
|
1698
|
-
iconColorInfo: string;
|
|
1699
|
-
* 上传状态
|
|
1700
|
-
*/
|
|
1695
|
+
iconColorInfo: string;
|
|
1701
1696
|
iconColorSuccess: string;
|
|
1702
1697
|
iconColorWarning: string;
|
|
1703
1698
|
iconColorError: string;
|
|
1699
|
+
/**
|
|
1700
|
+
* 上传错误
|
|
1701
|
+
*/
|
|
1704
1702
|
textColorCircle: string;
|
|
1705
1703
|
textColorLineInner: string;
|
|
1706
1704
|
textColorLineOuter: string;
|
|
@@ -290,9 +290,6 @@ 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
|
-
*/
|
|
296
293
|
opacity2Depth: string;
|
|
297
294
|
opacity3Depth: string;
|
|
298
295
|
opacity4Depth: string;
|