cnhis-design-vue 3.1.8-beta.8 → 3.1.9-beta.1

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.
Files changed (38) hide show
  1. package/README.md +22 -22
  2. package/es/packages/big-table/style/index.less +557 -557
  3. package/es/packages/bpmn-workflow/style/index.less +29 -29
  4. package/es/packages/button-print/style/index.less +30 -30
  5. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +6 -4
  6. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +3 -0
  7. package/es/packages/chunk-upload/style/index.less +394 -394
  8. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +8 -5
  9. package/es/packages/drag-layout/style/index.less +208 -208
  10. package/es/packages/field-set/style/index.less +157 -157
  11. package/es/packages/form-render/index.d.ts +14 -0
  12. package/es/packages/form-render/src/FormRender.vue.d.ts +14 -0
  13. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +12 -4
  14. package/es/packages/form-render/src/components/complex.d.ts +13 -0
  15. package/es/packages/form-render/src/components/complex.mjs +31 -0
  16. package/es/packages/form-render/src/components/index.d.ts +1 -0
  17. package/es/packages/form-render/src/components/index.mjs +1 -0
  18. package/es/packages/form-render/src/hooks/useFieldList2Schema.mjs +10 -1
  19. package/es/packages/form-render/src/types/fieldItem.d.ts +2 -0
  20. package/es/packages/form-render/style/index.css +8 -0
  21. package/es/packages/form-render/style/index.less +8 -0
  22. package/es/packages/form-table/style/index.less +301 -301
  23. package/es/packages/grid/style/index.less +12 -12
  24. package/es/packages/index.css +8 -0
  25. package/es/packages/index.less +2953 -2945
  26. package/es/packages/info-header/style/index.less +153 -153
  27. package/es/packages/map/style/index.less +59 -59
  28. package/es/packages/scale-view/style/index.less +748 -748
  29. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +3 -0
  30. package/es/packages/select-label/style/index.less +151 -151
  31. package/es/packages/select-person/src/SelectPerson.vue.d.ts +6 -8
  32. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +43 -18
  33. package/es/packages/select-person/src/utils/index.mjs +15 -2
  34. package/es/packages/select-person/style/index.less +229 -229
  35. package/es/packages/time-line/style/index.less +34 -34
  36. package/global.d.ts +8 -8
  37. package/package.json +1 -1
  38. package/yarn-error.log +103 -8659
@@ -6307,7 +6307,9 @@ declare const _default: import("vue").DefineComponent<{
6307
6307
  }, import("naive-ui/es/_mixins/use-form-item").UseFormItem<"small" | "medium" | "large"> & import("naive-ui").CheckboxInst & {
6308
6308
  rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
6309
6309
  selfRef: import("vue").Ref<HTMLDivElement | null>;
6310
- mergedClsPrefix: import("vue").ComputedRef<string>;
6310
+ mergedClsPrefix: import("vue").ComputedRef<string>; /**
6311
+ * 更新配置
6312
+ */
6311
6313
  mergedDisabled: import("vue").ComputedRef<boolean>;
6312
6314
  renderedChecked: import("vue").ComputedRef<boolean>;
6313
6315
  mergedTheme: import("vue").ComputedRef<{
@@ -15354,6 +15356,7 @@ declare const _default: import("vue").DefineComponent<{
15354
15356
  colorDisabled: string;
15355
15357
  textColor: string;
15356
15358
  textColorDisabled: string;
15359
+ /** line 类型 */
15357
15360
  dotColorActive: string;
15358
15361
  dotColorDisabled: string;
15359
15362
  buttonBorderColor: string;
@@ -15698,7 +15701,9 @@ declare const _default: import("vue").DefineComponent<{
15698
15701
  }, import("naive-ui/es/_mixins/use-form-item").UseFormItem<"small" | "medium" | "large"> & import("naive-ui").CheckboxInst & {
15699
15702
  rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
15700
15703
  selfRef: import("vue").Ref<HTMLDivElement | null>;
15701
- mergedClsPrefix: import("vue").ComputedRef<string>;
15704
+ mergedClsPrefix: import("vue").ComputedRef<string>; /**
15705
+ * 更新配置
15706
+ */
15702
15707
  mergedDisabled: import("vue").ComputedRef<boolean>;
15703
15708
  renderedChecked: import("vue").ComputedRef<boolean>;
15704
15709
  mergedTheme: import("vue").ComputedRef<{
@@ -16987,9 +16992,7 @@ declare const _default: import("vue").DefineComponent<{
16987
16992
  type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
16988
16993
  default: string;
16989
16994
  };
16990
- x: NumberConstructor; /**
16991
- * 更新配置
16992
- */
16995
+ x: NumberConstructor;
16993
16996
  y: NumberConstructor;
16994
16997
  arrowPointToCenter: BooleanConstructor;
16995
16998
  disabled: BooleanConstructor;
@@ -1,208 +1,208 @@
1
- .drag-layout-container {
2
- width: 100%;
3
- height: 100%;
4
- flex: 1;
5
- overflow: hidden;
6
- overflow-y: auto;
7
- position: relative;
8
- display: flex;
9
- justify-content: flex-start;
10
- border: 1px solid #d2d9e8;
11
- text-align: left;
12
-
13
- .min-height {
14
- height: calc(100% - 60px);
15
- overflow: hidden;
16
- overflow-y: auto;
17
-
18
- li {
19
- list-style: none;
20
- }
21
- }
22
-
23
- .border-box {
24
- position: absolute;
25
- top: 0;
26
- left: 30%;
27
- border-left: 1px solid #d2d9e8;
28
- height: 100%;
29
- }
30
-
31
- .text-area {
32
- width: 30%;
33
- height: 100%;
34
- overflow-y: auto;
35
- padding: 0 !important;
36
-
37
- .info-header {
38
- display: flex;
39
- height: 50px;
40
- line-height: 50px;
41
- padding: 0 10px;
42
- margin-bottom: 10px;
43
- color: #2e2e2e;
44
- font-size: 18px;
45
- font-weight: bold;
46
- background: #e6eaef;
47
- }
48
-
49
- .text-draggable {
50
- display: flex;
51
- flex-wrap: wrap;
52
- justify-content: space-between;
53
- align-items: flex-start;
54
- padding: 0 12px 12px;
55
- box-sizing: border-box;
56
- align-content: flex-start;
57
-
58
- li {
59
- width: 49%;
60
- text-align: center;
61
- }
62
- }
63
- }
64
-
65
- .form-area {
66
- position: relative;
67
- width: 70%;
68
- height: 100%;
69
- overflow-y: auto;
70
- padding: 4px;
71
- box-sizing: border-box;
72
-
73
- &::-webkit-scrollbar {
74
- width: 5px;
75
- }
76
-
77
- .info-header {
78
- height: 50px;
79
- margin-bottom: 10px;
80
- background: unset;
81
-
82
- display: flex;
83
- justify-content: flex-end;
84
- align-items: center;
85
- }
86
-
87
- .combination-col {
88
- border: 1px solid #cdc5d3;
89
- margin-bottom: 10px;
90
- }
91
- }
92
- }
93
-
94
- .dragForm-select-drop {
95
- z-index: 2001;
96
- }
97
-
98
- .DragFormRightItem {
99
- position: relative;
100
-
101
- .is-edit-class {
102
- background-color: #f5f5f5 !important;
103
- border-color: #d9d9d9 !important;
104
- }
105
-
106
- .combination-item {
107
- padding: 0px 8px 8px;
108
-
109
- > div {
110
- line-height: 35px;
111
-
112
- &:hover > .form-btn {
113
- display: flex;
114
- }
115
- }
116
- }
117
-
118
- .form-btn {
119
- display: none;
120
- align-items: center;
121
- position: absolute;
122
- top: -1px;
123
- right: 0px;
124
- height: 100%;
125
- white-space: nowrap;
126
-
127
- .quick-reply {
128
- display: inline-block;
129
- border: 1px dashed rgb(205, 197, 211);
130
- font-size: 12px;
131
- height: 22px;
132
- line-height: 1.499;
133
- }
134
-
135
- &:deep(.n-input),
136
- &:deep(.n-select) {
137
- margin-left: 5px;
138
- }
139
-
140
- &:deep(.n-select) {
141
- top: -3px;
142
- }
143
- }
144
-
145
- .right-content {
146
- border: 1px dashed rgb(205, 197, 211);
147
- background: #fdfdfd;
148
- height: 35px;
149
- line-height: 35px;
150
- padding: 0 10px;
151
- position: relative;
152
- margin-bottom: 10px;
153
- cursor: pointer;
154
-
155
- &:hover .form-btn {
156
- display: flex;
157
- }
158
- }
159
-
160
- .blue-border {
161
- border: 1px solid #5585f5 !important;
162
- }
163
-
164
- .item-opacity {
165
- opacity: 0.5;
166
- }
167
-
168
- .red {
169
- color: red;
170
- }
171
- }
172
-
173
- .DragFormLeftItem {
174
- .left-content {
175
- width: 100%;
176
- margin-bottom: 16px;
177
- overflow: hidden;
178
- cursor: pointer;
179
- color: #2e2e2e;
180
-
181
- .style-box {
182
- display: flex;
183
- justify-content: center;
184
- align-items: center;
185
- width: 100%;
186
- height: 60px;
187
- padding: 0 8px;
188
- box-sizing: border-box;
189
- margin-bottom: 8px;
190
- background: #f3f5f8;
191
-
192
- &-input {
193
- width: 85%;
194
- overflow: hidden;
195
- text-overflow: ellipsis;
196
- white-space: nowrap;
197
- cursor: pointer !important;
198
- }
199
-
200
- input[type="radio"][disabled],
201
- input[type="checkbox"][disabled],
202
- input[type="radio"].disabled,
203
- input[type="checkbox"].disabled {
204
- cursor: pointer !important;
205
- }
206
- }
207
- }
208
- }
1
+ .drag-layout-container {
2
+ width: 100%;
3
+ height: 100%;
4
+ flex: 1;
5
+ overflow: hidden;
6
+ overflow-y: auto;
7
+ position: relative;
8
+ display: flex;
9
+ justify-content: flex-start;
10
+ border: 1px solid #d2d9e8;
11
+ text-align: left;
12
+
13
+ .min-height {
14
+ height: calc(100% - 60px);
15
+ overflow: hidden;
16
+ overflow-y: auto;
17
+
18
+ li {
19
+ list-style: none;
20
+ }
21
+ }
22
+
23
+ .border-box {
24
+ position: absolute;
25
+ top: 0;
26
+ left: 30%;
27
+ border-left: 1px solid #d2d9e8;
28
+ height: 100%;
29
+ }
30
+
31
+ .text-area {
32
+ width: 30%;
33
+ height: 100%;
34
+ overflow-y: auto;
35
+ padding: 0 !important;
36
+
37
+ .info-header {
38
+ display: flex;
39
+ height: 50px;
40
+ line-height: 50px;
41
+ padding: 0 10px;
42
+ margin-bottom: 10px;
43
+ color: #2e2e2e;
44
+ font-size: 18px;
45
+ font-weight: bold;
46
+ background: #e6eaef;
47
+ }
48
+
49
+ .text-draggable {
50
+ display: flex;
51
+ flex-wrap: wrap;
52
+ justify-content: space-between;
53
+ align-items: flex-start;
54
+ padding: 0 12px 12px;
55
+ box-sizing: border-box;
56
+ align-content: flex-start;
57
+
58
+ li {
59
+ width: 49%;
60
+ text-align: center;
61
+ }
62
+ }
63
+ }
64
+
65
+ .form-area {
66
+ position: relative;
67
+ width: 70%;
68
+ height: 100%;
69
+ overflow-y: auto;
70
+ padding: 4px;
71
+ box-sizing: border-box;
72
+
73
+ &::-webkit-scrollbar {
74
+ width: 5px;
75
+ }
76
+
77
+ .info-header {
78
+ height: 50px;
79
+ margin-bottom: 10px;
80
+ background: unset;
81
+
82
+ display: flex;
83
+ justify-content: flex-end;
84
+ align-items: center;
85
+ }
86
+
87
+ .combination-col {
88
+ border: 1px solid #cdc5d3;
89
+ margin-bottom: 10px;
90
+ }
91
+ }
92
+ }
93
+
94
+ .dragForm-select-drop {
95
+ z-index: 2001;
96
+ }
97
+
98
+ .DragFormRightItem {
99
+ position: relative;
100
+
101
+ .is-edit-class {
102
+ background-color: #f5f5f5 !important;
103
+ border-color: #d9d9d9 !important;
104
+ }
105
+
106
+ .combination-item {
107
+ padding: 0px 8px 8px;
108
+
109
+ > div {
110
+ line-height: 35px;
111
+
112
+ &:hover > .form-btn {
113
+ display: flex;
114
+ }
115
+ }
116
+ }
117
+
118
+ .form-btn {
119
+ display: none;
120
+ align-items: center;
121
+ position: absolute;
122
+ top: -1px;
123
+ right: 0px;
124
+ height: 100%;
125
+ white-space: nowrap;
126
+
127
+ .quick-reply {
128
+ display: inline-block;
129
+ border: 1px dashed rgb(205, 197, 211);
130
+ font-size: 12px;
131
+ height: 22px;
132
+ line-height: 1.499;
133
+ }
134
+
135
+ &:deep(.n-input),
136
+ &:deep(.n-select) {
137
+ margin-left: 5px;
138
+ }
139
+
140
+ &:deep(.n-select) {
141
+ top: -3px;
142
+ }
143
+ }
144
+
145
+ .right-content {
146
+ border: 1px dashed rgb(205, 197, 211);
147
+ background: #fdfdfd;
148
+ height: 35px;
149
+ line-height: 35px;
150
+ padding: 0 10px;
151
+ position: relative;
152
+ margin-bottom: 10px;
153
+ cursor: pointer;
154
+
155
+ &:hover .form-btn {
156
+ display: flex;
157
+ }
158
+ }
159
+
160
+ .blue-border {
161
+ border: 1px solid #5585f5 !important;
162
+ }
163
+
164
+ .item-opacity {
165
+ opacity: 0.5;
166
+ }
167
+
168
+ .red {
169
+ color: red;
170
+ }
171
+ }
172
+
173
+ .DragFormLeftItem {
174
+ .left-content {
175
+ width: 100%;
176
+ margin-bottom: 16px;
177
+ overflow: hidden;
178
+ cursor: pointer;
179
+ color: #2e2e2e;
180
+
181
+ .style-box {
182
+ display: flex;
183
+ justify-content: center;
184
+ align-items: center;
185
+ width: 100%;
186
+ height: 60px;
187
+ padding: 0 8px;
188
+ box-sizing: border-box;
189
+ margin-bottom: 8px;
190
+ background: #f3f5f8;
191
+
192
+ &-input {
193
+ width: 85%;
194
+ overflow: hidden;
195
+ text-overflow: ellipsis;
196
+ white-space: nowrap;
197
+ cursor: pointer !important;
198
+ }
199
+
200
+ input[type="radio"][disabled],
201
+ input[type="checkbox"][disabled],
202
+ input[type="radio"].disabled,
203
+ input[type="checkbox"].disabled {
204
+ cursor: pointer !important;
205
+ }
206
+ }
207
+ }
208
+ }