cnhis-design-vue 3.1.8-beta.1 → 3.1.8-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/es/packages/big-table/index.d.ts +2042 -0
- package/es/packages/big-table/src/BigTable.vue.d.ts +2056 -0
- package/es/packages/big-table/src/components/NoData.vue.d.ts +51 -0
- package/es/packages/bpmn-workflow/index.d.ts +74 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
- package/es/packages/button-print/index.d.ts +7317 -0
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7316 -0
- package/es/packages/chunk-upload/index.d.ts +1748 -0
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1905 -0
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1749 -0
- package/es/packages/form-render/index.d.ts +402 -0
- package/es/packages/form-render/src/FormRender.vue.d.ts +402 -0
- package/es/packages/form-render/src/components/combination2.mjs +2 -2
- package/es/packages/form-table/src/components/table-age.vue.d.ts +4270 -0
- package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +5282 -0
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +2899 -0
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1620 -0
- package/es/packages/form-table/src/components/table-input.vue.d.ts +1577 -0
- package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +5225 -0
- package/es/packages/form-table/src/components/table-search-more.vue.d.ts +1785 -0
- package/es/packages/form-table/src/components/table-search.vue.d.ts +3093 -0
- package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1549 -0
- package/es/packages/form-table/src/components/table-select.vue.d.ts +1548 -0
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1636 -0
- package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2670 -0
- package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +542 -0
- package/es/packages/info-header/index.d.ts +1687 -0
- package/es/packages/info-header/src/HiddenContent.vue.d.ts +362 -0
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +1688 -0
- package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/map/index.d.ts +2312 -0
- package/es/packages/map/src/Map.vue.d.ts +2312 -0
- package/es/packages/scale-view/index.d.ts +4308 -0
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +4149 -0
- package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +72 -0
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +150 -0
- package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1503 -0
- package/es/packages/scale-view/src/components/NoData.vue.d.ts +51 -0
- package/es/packages/scale-view/src/hooks/use-component.d.ts +9753 -0
- package/es/packages/select-label/index.d.ts +11489 -0
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +7120 -0
- package/es/packages/select-person/index.d.ts +3498 -0
- package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +3501 -0
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +19 -8
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +1446 -0
- package/package.json +5 -3
- package/sync-w.sh +13 -0
- package/sync.sh +0 -13
|
@@ -0,0 +1,362 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
content: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
width: {
|
|
7
|
+
type: NumberConstructor;
|
|
8
|
+
};
|
|
9
|
+
}, {
|
|
10
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
content: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
width: {
|
|
16
|
+
type: NumberConstructor;
|
|
17
|
+
};
|
|
18
|
+
}>> & {
|
|
19
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
20
|
+
}>>;
|
|
21
|
+
hidden: import("vue").Ref<boolean>;
|
|
22
|
+
toggleHidden: () => void;
|
|
23
|
+
wrapperStyle: import("vue").ComputedRef<{
|
|
24
|
+
maxWidth: string;
|
|
25
|
+
width: string;
|
|
26
|
+
}>;
|
|
27
|
+
maxWidth: import("vue").ComputedRef<string>;
|
|
28
|
+
displayContent: import("vue").ComputedRef<string>;
|
|
29
|
+
NEllipsis: import("vue").DefineComponent<{
|
|
30
|
+
readonly expandTrigger: import("vue").PropType<"click">;
|
|
31
|
+
readonly lineClamp: import("vue").PropType<string | number>;
|
|
32
|
+
readonly tooltip: {
|
|
33
|
+
readonly type: import("vue").PropType<boolean | import("naive-ui").PopoverProps>;
|
|
34
|
+
readonly default: true;
|
|
35
|
+
};
|
|
36
|
+
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
37
|
+
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
38
|
+
borderRadius: string;
|
|
39
|
+
boxShadow: string;
|
|
40
|
+
color: string;
|
|
41
|
+
textColor: string;
|
|
42
|
+
padding: string;
|
|
43
|
+
}, {
|
|
44
|
+
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
45
|
+
fontSize: string;
|
|
46
|
+
borderRadius: string;
|
|
47
|
+
color: string;
|
|
48
|
+
dividerColor: string;
|
|
49
|
+
textColor: string;
|
|
50
|
+
boxShadow: string;
|
|
51
|
+
space: string;
|
|
52
|
+
spaceArrow: string;
|
|
53
|
+
arrowOffset: string;
|
|
54
|
+
arrowOffsetVertical: string;
|
|
55
|
+
arrowHeight: string;
|
|
56
|
+
padding: string;
|
|
57
|
+
}, any>;
|
|
58
|
+
}>;
|
|
59
|
+
}>>;
|
|
60
|
+
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
61
|
+
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
62
|
+
borderRadius: string;
|
|
63
|
+
boxShadow: string;
|
|
64
|
+
color: string;
|
|
65
|
+
textColor: string;
|
|
66
|
+
padding: string;
|
|
67
|
+
}, {
|
|
68
|
+
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
69
|
+
fontSize: string;
|
|
70
|
+
borderRadius: string;
|
|
71
|
+
color: string;
|
|
72
|
+
dividerColor: string;
|
|
73
|
+
textColor: string;
|
|
74
|
+
boxShadow: string;
|
|
75
|
+
space: string;
|
|
76
|
+
spaceArrow: string;
|
|
77
|
+
arrowOffset: string;
|
|
78
|
+
arrowOffsetVertical: string;
|
|
79
|
+
arrowHeight: string;
|
|
80
|
+
padding: string;
|
|
81
|
+
}, any>;
|
|
82
|
+
}>;
|
|
83
|
+
}>>>;
|
|
84
|
+
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
85
|
+
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
86
|
+
borderRadius: string;
|
|
87
|
+
boxShadow: string;
|
|
88
|
+
color: string;
|
|
89
|
+
textColor: string;
|
|
90
|
+
padding: string;
|
|
91
|
+
}, {
|
|
92
|
+
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
93
|
+
fontSize: string;
|
|
94
|
+
borderRadius: string;
|
|
95
|
+
color: string;
|
|
96
|
+
dividerColor: string;
|
|
97
|
+
textColor: string;
|
|
98
|
+
boxShadow: string;
|
|
99
|
+
space: string;
|
|
100
|
+
spaceArrow: string;
|
|
101
|
+
arrowOffset: string;
|
|
102
|
+
arrowOffsetVertical: string;
|
|
103
|
+
arrowHeight: string;
|
|
104
|
+
padding: string;
|
|
105
|
+
}, any>;
|
|
106
|
+
}>;
|
|
107
|
+
}>>>;
|
|
108
|
+
}, {
|
|
109
|
+
mergedTheme: import("vue").ComputedRef<{
|
|
110
|
+
common: {
|
|
111
|
+
baseColor: string;
|
|
112
|
+
primaryColor: string;
|
|
113
|
+
primaryColorHover: string;
|
|
114
|
+
primaryColorPressed: string;
|
|
115
|
+
primaryColorSuppl: string;
|
|
116
|
+
infoColor: string;
|
|
117
|
+
infoColorHover: string;
|
|
118
|
+
infoColorPressed: string;
|
|
119
|
+
infoColorSuppl: string;
|
|
120
|
+
successColor: string;
|
|
121
|
+
successColorHover: string;
|
|
122
|
+
successColorPressed: string;
|
|
123
|
+
successColorSuppl: string;
|
|
124
|
+
warningColor: string;
|
|
125
|
+
warningColorHover: string;
|
|
126
|
+
warningColorPressed: string;
|
|
127
|
+
warningColorSuppl: string;
|
|
128
|
+
errorColor: string;
|
|
129
|
+
errorColorHover: string;
|
|
130
|
+
errorColorPressed: string;
|
|
131
|
+
errorColorSuppl: string;
|
|
132
|
+
textColorBase: string;
|
|
133
|
+
textColor1: string;
|
|
134
|
+
textColor2: string;
|
|
135
|
+
textColor3: string;
|
|
136
|
+
textColorDisabled: string;
|
|
137
|
+
placeholderColor: string;
|
|
138
|
+
placeholderColorDisabled: string;
|
|
139
|
+
iconColor: string;
|
|
140
|
+
iconColorHover: string;
|
|
141
|
+
iconColorPressed: string;
|
|
142
|
+
iconColorDisabled: string;
|
|
143
|
+
opacity1: string;
|
|
144
|
+
opacity2: string;
|
|
145
|
+
opacity3: string;
|
|
146
|
+
opacity4: string;
|
|
147
|
+
opacity5: string;
|
|
148
|
+
dividerColor: string;
|
|
149
|
+
borderColor: string;
|
|
150
|
+
closeColor: string;
|
|
151
|
+
closeColorHover: string;
|
|
152
|
+
closeColorPressed: string;
|
|
153
|
+
closeColorDisabled: string;
|
|
154
|
+
clearColor: string;
|
|
155
|
+
clearColorHover: string;
|
|
156
|
+
clearColorPressed: string;
|
|
157
|
+
scrollbarColor: string;
|
|
158
|
+
scrollbarColorHover: string;
|
|
159
|
+
scrollbarWidth: string;
|
|
160
|
+
scrollbarHeight: string;
|
|
161
|
+
scrollbarBorderRadius: string;
|
|
162
|
+
progressRailColor: string;
|
|
163
|
+
railColor: string;
|
|
164
|
+
popoverColor: string;
|
|
165
|
+
tableColor: string;
|
|
166
|
+
cardColor: string;
|
|
167
|
+
modalColor: string;
|
|
168
|
+
bodyColor: string;
|
|
169
|
+
tagColor: string;
|
|
170
|
+
avatarColor: string;
|
|
171
|
+
invertedColor: string;
|
|
172
|
+
inputColor: string;
|
|
173
|
+
codeColor: string;
|
|
174
|
+
tabColor: string;
|
|
175
|
+
actionColor: string;
|
|
176
|
+
tableHeaderColor: string;
|
|
177
|
+
hoverColor: string;
|
|
178
|
+
tableColorHover: string;
|
|
179
|
+
tableColorStriped: string;
|
|
180
|
+
pressedColor: string;
|
|
181
|
+
opacityDisabled: string;
|
|
182
|
+
inputColorDisabled: string;
|
|
183
|
+
buttonColor2: string;
|
|
184
|
+
buttonColor2Hover: string;
|
|
185
|
+
buttonColor2Pressed: string;
|
|
186
|
+
boxShadow1: string;
|
|
187
|
+
boxShadow2: string;
|
|
188
|
+
boxShadow3: string;
|
|
189
|
+
fontFamily: string;
|
|
190
|
+
fontFamilyMono: string;
|
|
191
|
+
fontWeight: string;
|
|
192
|
+
fontWeightStrong: string;
|
|
193
|
+
cubicBezierEaseInOut: string;
|
|
194
|
+
cubicBezierEaseOut: string;
|
|
195
|
+
cubicBezierEaseIn: string;
|
|
196
|
+
borderRadius: string;
|
|
197
|
+
borderRadiusSmall: string;
|
|
198
|
+
fontSize: string;
|
|
199
|
+
fontSizeMini: string;
|
|
200
|
+
fontSizeTiny: string;
|
|
201
|
+
fontSizeSmall: string;
|
|
202
|
+
fontSizeMedium: string;
|
|
203
|
+
fontSizeLarge: string;
|
|
204
|
+
fontSizeHuge: string;
|
|
205
|
+
lineHeight: string;
|
|
206
|
+
heightMini: string;
|
|
207
|
+
heightTiny: string;
|
|
208
|
+
heightSmall: string;
|
|
209
|
+
heightMedium: string;
|
|
210
|
+
heightLarge: string;
|
|
211
|
+
heightHuge: string;
|
|
212
|
+
name: "common";
|
|
213
|
+
};
|
|
214
|
+
self: unknown;
|
|
215
|
+
peers: {
|
|
216
|
+
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
217
|
+
borderRadius: string;
|
|
218
|
+
boxShadow: string;
|
|
219
|
+
color: string;
|
|
220
|
+
textColor: string;
|
|
221
|
+
padding: string;
|
|
222
|
+
}, {
|
|
223
|
+
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
224
|
+
fontSize: string;
|
|
225
|
+
borderRadius: string;
|
|
226
|
+
color: string;
|
|
227
|
+
dividerColor: string;
|
|
228
|
+
textColor: string;
|
|
229
|
+
boxShadow: string;
|
|
230
|
+
space: string;
|
|
231
|
+
spaceArrow: string;
|
|
232
|
+
arrowOffset: string;
|
|
233
|
+
arrowOffsetVertical: string;
|
|
234
|
+
arrowHeight: string;
|
|
235
|
+
padding: string;
|
|
236
|
+
}, any>;
|
|
237
|
+
}>;
|
|
238
|
+
};
|
|
239
|
+
peerOverrides: {
|
|
240
|
+
Tooltip?: {
|
|
241
|
+
peers?: {
|
|
242
|
+
Popover?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
243
|
+
fontSize: string;
|
|
244
|
+
borderRadius: string;
|
|
245
|
+
color: string;
|
|
246
|
+
dividerColor: string;
|
|
247
|
+
textColor: string;
|
|
248
|
+
boxShadow: string;
|
|
249
|
+
space: string;
|
|
250
|
+
spaceArrow: string;
|
|
251
|
+
arrowOffset: string;
|
|
252
|
+
arrowOffsetVertical: string;
|
|
253
|
+
arrowHeight: string;
|
|
254
|
+
padding: string;
|
|
255
|
+
}, any>> | undefined;
|
|
256
|
+
} | undefined;
|
|
257
|
+
} | undefined;
|
|
258
|
+
};
|
|
259
|
+
}>;
|
|
260
|
+
triggerRef: import("vue").Ref<HTMLElement | null>;
|
|
261
|
+
triggerInnerRef: import("vue").Ref<HTMLElement | null>;
|
|
262
|
+
tooltipRef: import("vue").Ref<{
|
|
263
|
+
syncPosition: () => void;
|
|
264
|
+
setShow: (value: boolean) => void;
|
|
265
|
+
} | null>;
|
|
266
|
+
handleClick: import("vue").ComputedRef<(() => void) | undefined>;
|
|
267
|
+
renderTrigger: () => JSX.Element;
|
|
268
|
+
getTooltipDisabled: () => boolean;
|
|
269
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
270
|
+
readonly expandTrigger: import("vue").PropType<"click">;
|
|
271
|
+
readonly lineClamp: import("vue").PropType<string | number>;
|
|
272
|
+
readonly tooltip: {
|
|
273
|
+
readonly type: import("vue").PropType<boolean | import("naive-ui").PopoverProps>;
|
|
274
|
+
readonly default: true;
|
|
275
|
+
};
|
|
276
|
+
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
277
|
+
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
278
|
+
borderRadius: string;
|
|
279
|
+
boxShadow: string;
|
|
280
|
+
color: string;
|
|
281
|
+
textColor: string;
|
|
282
|
+
padding: string;
|
|
283
|
+
}, {
|
|
284
|
+
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
285
|
+
fontSize: string;
|
|
286
|
+
borderRadius: string;
|
|
287
|
+
color: string;
|
|
288
|
+
dividerColor: string;
|
|
289
|
+
textColor: string;
|
|
290
|
+
boxShadow: string;
|
|
291
|
+
space: string;
|
|
292
|
+
spaceArrow: string;
|
|
293
|
+
arrowOffset: string;
|
|
294
|
+
arrowOffsetVertical: string;
|
|
295
|
+
arrowHeight: string;
|
|
296
|
+
padding: string;
|
|
297
|
+
}, any>;
|
|
298
|
+
}>;
|
|
299
|
+
}>>;
|
|
300
|
+
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
301
|
+
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
302
|
+
borderRadius: string;
|
|
303
|
+
boxShadow: string;
|
|
304
|
+
color: string;
|
|
305
|
+
textColor: string;
|
|
306
|
+
padding: string;
|
|
307
|
+
}, {
|
|
308
|
+
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
309
|
+
fontSize: string;
|
|
310
|
+
borderRadius: string;
|
|
311
|
+
color: string;
|
|
312
|
+
dividerColor: string;
|
|
313
|
+
textColor: string;
|
|
314
|
+
boxShadow: string;
|
|
315
|
+
space: string;
|
|
316
|
+
spaceArrow: string;
|
|
317
|
+
arrowOffset: string;
|
|
318
|
+
arrowOffsetVertical: string;
|
|
319
|
+
arrowHeight: string;
|
|
320
|
+
padding: string;
|
|
321
|
+
}, any>;
|
|
322
|
+
}>;
|
|
323
|
+
}>>>;
|
|
324
|
+
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
325
|
+
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
326
|
+
borderRadius: string;
|
|
327
|
+
boxShadow: string;
|
|
328
|
+
color: string;
|
|
329
|
+
textColor: string;
|
|
330
|
+
padding: string;
|
|
331
|
+
}, {
|
|
332
|
+
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
333
|
+
fontSize: string;
|
|
334
|
+
borderRadius: string;
|
|
335
|
+
color: string;
|
|
336
|
+
dividerColor: string;
|
|
337
|
+
textColor: string;
|
|
338
|
+
boxShadow: string;
|
|
339
|
+
space: string;
|
|
340
|
+
spaceArrow: string;
|
|
341
|
+
arrowOffset: string;
|
|
342
|
+
arrowOffsetVertical: string;
|
|
343
|
+
arrowHeight: string;
|
|
344
|
+
padding: string;
|
|
345
|
+
}, any>;
|
|
346
|
+
}>;
|
|
347
|
+
}>>>;
|
|
348
|
+
}>>, {
|
|
349
|
+
tooltip: boolean | import("naive-ui").PopoverProps;
|
|
350
|
+
}>;
|
|
351
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
352
|
+
content: {
|
|
353
|
+
type: StringConstructor;
|
|
354
|
+
default: string;
|
|
355
|
+
};
|
|
356
|
+
width: {
|
|
357
|
+
type: NumberConstructor;
|
|
358
|
+
};
|
|
359
|
+
}>>, {
|
|
360
|
+
content: string;
|
|
361
|
+
}>;
|
|
362
|
+
export default _default;
|