cnhis-design-vue 3.1.18-beta.8 → 3.1.18-beta.9

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 (98) hide show
  1. package/es/components/big-table/index.d.ts +9 -3395
  2. package/es/components/big-table/src/BigTable.vue.d.ts +9 -3396
  3. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +1 -1
  4. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +1 -1
  5. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +2 -2
  6. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +1 -1
  7. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +2 -1163
  8. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +1 -1
  9. package/es/components/big-table/src/components/input-button.vue.d.ts +2 -2263
  10. package/es/components/big-table/src/hooks/useEdit.d.ts +7 -1168
  11. package/es/components/button-print/index.d.ts +16 -6819
  12. package/es/components/button-print/src/ButtonPrint.vue.d.ts +16 -6819
  13. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +10 -4469
  14. package/es/components/button-print/src/utils/print2.js +2 -2
  15. package/es/components/chunk-upload/index.d.ts +2 -1472
  16. package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +3 -1742
  17. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +2 -1472
  18. package/es/components/drag-layout/index.d.ts +155 -19744
  19. package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +5 -8012
  20. package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +4 -3107
  21. package/es/components/drag-layout/src/DragLayout.vue.d.ts +156 -19745
  22. package/es/components/fabric-chart/index.d.ts +2 -2
  23. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
  24. package/es/components/field-set/index.d.ts +8 -6824
  25. package/es/components/field-set/src/FieldSet.vue.d.ts +8 -6824
  26. package/es/components/form-config/index.d.ts +17 -8976
  27. package/es/components/form-config/src/FormConfig.vue.d.ts +17 -8976
  28. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +9 -4487
  29. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +7 -3091
  30. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +2 -1472
  31. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +2 -1472
  32. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +4 -3195
  33. package/es/components/form-render/index.d.ts +6 -1154
  34. package/es/components/form-render/src/FormRender.vue.d.ts +7 -1155
  35. package/es/components/form-render/src/components/renderer/jsonCombination/index.js +1 -1
  36. package/es/components/form-render/src/components/renderer/linebar.d.ts +1 -1
  37. package/es/components/form-render/src/components/renderer/select.js +1 -1
  38. package/es/components/form-render/src/hooks/useCommonLog2.js +1 -1
  39. package/es/components/form-render/src/hooks/useFieldListAdaptor2.js +1 -1
  40. package/es/components/form-render/src/utils/business.d.ts +1 -1
  41. package/es/components/form-render/src/utils/index.d.ts +1 -1
  42. package/es/components/form-render/src/utils/index.js +2 -2
  43. package/es/components/form-table/index.d.ts +43 -32166
  44. package/es/components/form-table/src/FormTable.vue.d.ts +43 -32180
  45. package/es/components/form-table/src/components/index.d.ts +43 -32166
  46. package/es/components/form-table/src/components/table-age.vue.d.ts +5 -4007
  47. package/es/components/form-table/src/components/table-date-picker.vue.d.ts +3 -5084
  48. package/es/components/form-table/src/components/table-digital.vue.d.ts +4 -2672
  49. package/es/components/form-table/src/components/table-input-password.vue.d.ts +4 -1344
  50. package/es/components/form-table/src/components/table-input.vue.d.ts +4 -1344
  51. package/es/components/form-table/src/components/table-month-picker.vue.d.ts +2 -5083
  52. package/es/components/form-table/src/components/table-search-more.vue.d.ts +2 -1401
  53. package/es/components/form-table/src/components/table-search.vue.d.ts +3 -2736
  54. package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +2 -1336
  55. package/es/components/form-table/src/components/table-select.vue.d.ts +2 -1336
  56. package/es/components/form-table/src/components/table-textarea.vue.d.ts +5 -1345
  57. package/es/components/form-table/src/components/table-time-picker.vue.d.ts +2 -2438
  58. package/es/components/form-table/src/components/table-tree-select.vue.d.ts +2 -1559
  59. package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +2 -480
  60. package/es/components/info-header/index.d.ts +16 -2561
  61. package/es/components/info-header/src/HiddenContent.vue.d.ts +4 -804
  62. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +3 -803
  63. package/es/components/info-header/src/InfoHeader.vue.d.ts +15 -2560
  64. package/es/components/map/index.d.ts +2 -2263
  65. package/es/components/map/src/Map.vue.d.ts +2 -2263
  66. package/es/components/scale-view/index.d.ts +12 -3073
  67. package/es/components/scale-view/src/ScaleView.vue.d.ts +8 -3070
  68. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +1 -1
  69. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +1 -1400
  70. package/es/components/scale-view/src/components/formitem/r-address.d.ts +1 -1
  71. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +1 -1
  72. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +1 -1
  73. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +1 -1
  74. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +1 -1
  75. package/es/components/scale-view/src/components/formitem/r-input.d.ts +1 -1
  76. package/es/components/scale-view/src/components/formitem/r-map.d.ts +1 -1
  77. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +1 -1
  78. package/es/components/scale-view/src/components/formitem/r-select.d.ts +1 -1
  79. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +1 -1
  80. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -480
  81. package/es/components/scale-view/src/hooks/use-component.d.ts +39 -8514
  82. package/es/components/select-label/index.d.ts +24 -11264
  83. package/es/components/select-label/src/LabelFormContent.vue.d.ts +10 -4250
  84. package/es/components/select-label/src/SelectLabel.vue.d.ts +14 -7027
  85. package/es/components/select-label/src/components/label-classify.vue.d.ts +5 -3482
  86. package/es/components/select-person/index.d.ts +9 -5369
  87. package/es/components/select-person/src/SearchTree.vue.d.ts +3 -1339
  88. package/es/components/select-person/src/SelectPerson.vue.d.ts +9 -5369
  89. package/es/components/shortcut-setter/index.d.ts +6 -1154
  90. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +6 -1154
  91. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +1 -863
  92. package/es/components/steps-wheel/index.d.ts +1 -479
  93. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -479
  94. package/es/components/time-line/index.d.ts +7 -1672
  95. package/es/components/time-line/src/TimeLine.vue.d.ts +6 -1671
  96. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +1 -1400
  97. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -480
  98. package/package.json +2 -2
@@ -120,869 +120,7 @@ declare const _default: import("vue").DefineComponent<{
120
120
  prefixStr: any;
121
121
  suffixStr: any;
122
122
  handleTogglePsw: () => void;
123
- NInput: import("vue").DefineComponent<{
124
- bordered: {
125
- type: PropType<boolean | undefined>;
126
- default: undefined;
127
- };
128
- type: {
129
- type: PropType<"text" | "textarea" | "password">;
130
- default: string;
131
- };
132
- placeholder: PropType<string | [string, string]>;
133
- defaultValue: {
134
- type: PropType<string | [string, string] | null>;
135
- default: null;
136
- };
137
- value: PropType<string | [string, string] | null>;
138
- disabled: {
139
- type: PropType<boolean | undefined>;
140
- default: undefined;
141
- };
142
- size: PropType<import("naive-ui/es/input/src/interface").Size>;
143
- rows: {
144
- type: PropType<string | number>;
145
- default: number;
146
- };
147
- round: BooleanConstructor;
148
- minlength: PropType<string | number>;
149
- maxlength: PropType<string | number>;
150
- clearable: BooleanConstructor;
151
- autosize: {
152
- type: PropType<boolean | {
153
- minRows?: number | undefined;
154
- maxRows?: number | undefined;
155
- }>;
156
- default: boolean;
157
- };
158
- pair: BooleanConstructor;
159
- separator: StringConstructor;
160
- readonly: {
161
- type: (BooleanConstructor | StringConstructor)[];
162
- default: boolean;
163
- };
164
- passivelyActivated: BooleanConstructor;
165
- showPasswordOn: PropType<"click" | "mousedown">;
166
- stateful: {
167
- type: BooleanConstructor;
168
- default: boolean;
169
- };
170
- autofocus: BooleanConstructor;
171
- inputProps: PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
172
- resizable: {
173
- type: BooleanConstructor;
174
- default: boolean;
175
- };
176
- showCount: BooleanConstructor;
177
- loading: {
178
- type: BooleanConstructor;
179
- default: undefined;
180
- };
181
- allowInput: PropType<(value: string) => boolean>;
182
- renderCount: PropType<(props: {
183
- value: string;
184
- }) => import("vue").VNodeChild>;
185
- onMousedown: PropType<(e: MouseEvent) => void>;
186
- onKeydown: PropType<(e: KeyboardEvent) => void>;
187
- onKeyup: PropType<(e: KeyboardEvent) => void>;
188
- onInput: PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
189
- onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
190
- onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
191
- onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
192
- onChange: PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
193
- onClear: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
194
- status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
195
- 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
196
- onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
197
- textDecoration: PropType<string | [string, string]>;
198
- attrSize: {
199
- type: NumberConstructor;
200
- default: number;
201
- };
202
- onInputBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
203
- onInputFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
204
- onDeactivate: PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
205
- onActivate: PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
206
- onWrapperFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
207
- onWrapperBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
208
- internalDeactivateOnEnter: BooleanConstructor;
209
- internalForceFocus: BooleanConstructor;
210
- internalLoadingBeforeSuffix: BooleanConstructor;
211
- showPasswordToggle: BooleanConstructor;
212
- theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
213
- countTextColorDisabled: string;
214
- countTextColor: string;
215
- heightTiny: string;
216
- heightSmall: string;
217
- heightMedium: string;
218
- heightLarge: string;
219
- fontSizeTiny: string;
220
- fontSizeSmall: string;
221
- fontSizeMedium: string;
222
- fontSizeLarge: string;
223
- lineHeight: string;
224
- lineHeightTextarea: string;
225
- borderRadius: string;
226
- iconSize: string;
227
- groupLabelColor: string;
228
- groupLabelTextColor: string;
229
- textColor: string;
230
- textColorDisabled: string;
231
- textDecorationColor: string;
232
- caretColor: string;
233
- placeholderColor: string;
234
- placeholderColorDisabled: string;
235
- color: string;
236
- colorDisabled: string;
237
- colorFocus: string;
238
- groupLabelBorder: string;
239
- border: string;
240
- borderHover: string;
241
- borderDisabled: string;
242
- borderFocus: string;
243
- boxShadowFocus: string;
244
- loadingColor: string;
245
- loadingColorWarning: string;
246
- borderWarning: string;
247
- borderHoverWarning: string;
248
- colorFocusWarning: string;
249
- borderFocusWarning: string;
250
- boxShadowFocusWarning: string;
251
- caretColorWarning: string;
252
- loadingColorError: string;
253
- borderError: string;
254
- borderHoverError: string;
255
- colorFocusError: string;
256
- borderFocusError: string;
257
- boxShadowFocusError: string;
258
- caretColorError: string;
259
- clearColor: string;
260
- clearColorHover: string;
261
- clearColorPressed: string;
262
- iconColor: string;
263
- iconColorDisabled: string;
264
- iconColorHover: string;
265
- iconColorPressed: string;
266
- suffixTextColor: string;
267
- paddingTiny: string;
268
- paddingSmall: string;
269
- paddingMedium: string;
270
- paddingLarge: string;
271
- clearSize: string;
272
- }, any>>;
273
- themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
274
- countTextColorDisabled: string;
275
- countTextColor: string;
276
- heightTiny: string;
277
- heightSmall: string;
278
- heightMedium: string;
279
- heightLarge: string;
280
- fontSizeTiny: string;
281
- fontSizeSmall: string;
282
- fontSizeMedium: string;
283
- fontSizeLarge: string;
284
- lineHeight: string;
285
- lineHeightTextarea: string;
286
- borderRadius: string;
287
- iconSize: string;
288
- groupLabelColor: string;
289
- groupLabelTextColor: string;
290
- textColor: string;
291
- textColorDisabled: string;
292
- textDecorationColor: string;
293
- caretColor: string;
294
- placeholderColor: string;
295
- placeholderColorDisabled: string;
296
- color: string;
297
- colorDisabled: string;
298
- colorFocus: string;
299
- groupLabelBorder: string;
300
- border: string;
301
- borderHover: string;
302
- borderDisabled: string;
303
- borderFocus: string;
304
- boxShadowFocus: string;
305
- loadingColor: string;
306
- loadingColorWarning: string;
307
- borderWarning: string;
308
- borderHoverWarning: string;
309
- colorFocusWarning: string;
310
- borderFocusWarning: string;
311
- boxShadowFocusWarning: string;
312
- caretColorWarning: string;
313
- loadingColorError: string;
314
- borderError: string;
315
- borderHoverError: string;
316
- colorFocusError: string;
317
- borderFocusError: string;
318
- boxShadowFocusError: string;
319
- caretColorError: string;
320
- clearColor: string;
321
- clearColorHover: string;
322
- clearColorPressed: string;
323
- iconColor: string;
324
- iconColorDisabled: string;
325
- iconColorHover: string;
326
- iconColorPressed: string;
327
- suffixTextColor: string;
328
- paddingTiny: string;
329
- paddingSmall: string;
330
- paddingMedium: string;
331
- paddingLarge: string;
332
- clearSize: string;
333
- }, any>>>;
334
- builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
335
- countTextColorDisabled: string;
336
- countTextColor: string;
337
- heightTiny: string;
338
- heightSmall: string;
339
- heightMedium: string;
340
- heightLarge: string;
341
- fontSizeTiny: string;
342
- fontSizeSmall: string;
343
- fontSizeMedium: string;
344
- fontSizeLarge: string;
345
- lineHeight: string;
346
- lineHeightTextarea: string;
347
- borderRadius: string;
348
- iconSize: string;
349
- groupLabelColor: string;
350
- groupLabelTextColor: string;
351
- textColor: string;
352
- textColorDisabled: string;
353
- textDecorationColor: string;
354
- caretColor: string;
355
- placeholderColor: string;
356
- placeholderColorDisabled: string;
357
- color: string;
358
- colorDisabled: string;
359
- colorFocus: string;
360
- groupLabelBorder: string;
361
- border: string;
362
- borderHover: string;
363
- borderDisabled: string;
364
- borderFocus: string;
365
- boxShadowFocus: string;
366
- loadingColor: string;
367
- loadingColorWarning: string;
368
- borderWarning: string;
369
- borderHoverWarning: string;
370
- colorFocusWarning: string;
371
- borderFocusWarning: string;
372
- boxShadowFocusWarning: string;
373
- caretColorWarning: string;
374
- loadingColorError: string;
375
- borderError: string;
376
- borderHoverError: string;
377
- colorFocusError: string;
378
- borderFocusError: string;
379
- boxShadowFocusError: string;
380
- caretColorError: string;
381
- clearColor: string;
382
- clearColorHover: string;
383
- clearColorPressed: string;
384
- iconColor: string;
385
- iconColorDisabled: string;
386
- iconColorHover: string;
387
- iconColorPressed: string;
388
- suffixTextColor: string;
389
- paddingTiny: string;
390
- paddingSmall: string;
391
- paddingMedium: string;
392
- paddingLarge: string;
393
- clearSize: string;
394
- }, any>>>;
395
- }, {
396
- wrapperElRef: import("vue").Ref<HTMLElement | null>;
397
- inputElRef: import("vue").Ref<HTMLInputElement | null>;
398
- inputMirrorElRef: import("vue").Ref<HTMLElement | null>;
399
- inputEl2Ref: import("vue").Ref<HTMLInputElement | null>;
400
- textareaElRef: import("vue").Ref<HTMLTextAreaElement | null>;
401
- textareaMirrorElRef: import("vue").Ref<HTMLElement | null>;
402
- textareaScrollbarInstRef: import("vue").Ref<{
403
- $el: HTMLElement;
404
- containerRef: HTMLElement | null;
405
- contentRef: HTMLElement | null;
406
- containerScrollTop: number;
407
- syncUnifiedContainer: () => void;
408
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
409
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
410
- sync: () => void;
411
- handleMouseEnterWrapper: () => void;
412
- handleMouseLeaveWrapper: () => void;
413
- } | null>;
414
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
415
- uncontrolledValue: import("vue").Ref<string | [string, string] | null>;
416
- mergedValue: import("vue").ComputedRef<string | [string, string] | null>;
417
- passwordVisible: import("vue").Ref<boolean>;
418
- mergedPlaceholder: import("vue").ComputedRef<[string, string] | [string]>;
419
- showPlaceholder1: import("vue").ComputedRef<string | false>;
420
- showPlaceholder2: import("vue").ComputedRef<boolean | "" | undefined>;
421
- mergedFocus: import("vue").ComputedRef<boolean>;
422
- isComposing: import("vue").Ref<boolean>;
423
- activated: import("vue").Ref<boolean>;
424
- showClearButton: import("vue").ComputedRef<boolean>;
425
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
426
- mergedDisabled: import("vue").ComputedRef<boolean>;
427
- textDecorationStyle: import("vue").ComputedRef<string[] | {
428
- textDecoration: string;
429
- }[]>;
430
- mergedClsPrefix: import("vue").ComputedRef<string>;
431
- mergedBordered: import("vue").ComputedRef<boolean>;
432
- mergedShowPasswordOn: import("vue").ComputedRef<"click" | "mousedown" | undefined>;
433
- placeholderStyle: import("vue").Ref<{
434
- top: string;
435
- }>;
436
- mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
437
- textAreaScrollContainerWidth: import("vue").Ref<number | undefined>;
438
- handleTextAreaScroll: (e: Event) => void;
439
- handleCompositionStart: () => void;
440
- handleCompositionEnd: (e: CompositionEvent) => void;
441
- handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
442
- handleInputBlur: (e: FocusEvent) => void;
443
- handleInputFocus: (e: FocusEvent, index: number) => void;
444
- handleWrapperBlur: (e: FocusEvent) => void;
445
- handleWrapperFocus: (e: FocusEvent) => void;
446
- handleMouseEnter: () => void;
447
- handleMouseLeave: () => void;
448
- handleMouseDown: (e: MouseEvent) => void;
449
- handleChange: (e: Event, index?: 0 | 1 | undefined) => void;
450
- handleClick: (e: MouseEvent) => void;
451
- handleClear: (e: MouseEvent) => void;
452
- handlePasswordToggleClick: () => void;
453
- handlePasswordToggleMousedown: (e: MouseEvent) => void;
454
- handleWrapperKeydown: (e: KeyboardEvent) => void;
455
- handleTextAreaMirrorResize: () => void;
456
- getTextareaScrollContainer: () => HTMLTextAreaElement | null;
457
- mergedTheme: import("vue").ComputedRef<{
458
- common: {
459
- baseColor: string;
460
- primaryColor: string;
461
- primaryColorHover: string;
462
- primaryColorPressed: string;
463
- primaryColorSuppl: string;
464
- infoColor: string;
465
- infoColorHover: string;
466
- infoColorPressed: string;
467
- infoColorSuppl: string;
468
- successColor: string;
469
- successColorHover: string;
470
- successColorPressed: string;
471
- successColorSuppl: string;
472
- warningColor: string;
473
- warningColorHover: string;
474
- warningColorPressed: string;
475
- warningColorSuppl: string;
476
- errorColor: string;
477
- errorColorHover: string;
478
- errorColorPressed: string;
479
- errorColorSuppl: string;
480
- textColorBase: string;
481
- textColor1: string;
482
- textColor2: string;
483
- textColor3: string;
484
- textColorDisabled: string;
485
- placeholderColor: string;
486
- placeholderColorDisabled: string;
487
- iconColor: string;
488
- iconColorHover: string;
489
- iconColorPressed: string;
490
- iconColorDisabled: string;
491
- opacity1: string;
492
- opacity2: string;
493
- opacity3: string;
494
- opacity4: string;
495
- opacity5: string;
496
- dividerColor: string;
497
- borderColor: string;
498
- closeIconColor: string;
499
- closeIconColorHover: string;
500
- closeIconColorPressed: string;
501
- closeColorHover: string;
502
- closeColorPressed: string;
503
- clearColor: string;
504
- clearColorHover: string;
505
- clearColorPressed: string;
506
- scrollbarColor: string;
507
- scrollbarColorHover: string;
508
- scrollbarWidth: string;
509
- scrollbarHeight: string;
510
- scrollbarBorderRadius: string;
511
- progressRailColor: string;
512
- railColor: string;
513
- popoverColor: string;
514
- tableColor: string;
515
- cardColor: string;
516
- modalColor: string;
517
- bodyColor: string;
518
- tagColor: string;
519
- avatarColor: string;
520
- invertedColor: string;
521
- inputColor: string;
522
- codeColor: string;
523
- tabColor: string;
524
- actionColor: string;
525
- tableHeaderColor: string;
526
- hoverColor: string;
527
- tableColorHover: string;
528
- tableColorStriped: string;
529
- pressedColor: string;
530
- opacityDisabled: string;
531
- inputColorDisabled: string;
532
- buttonColor2: string;
533
- buttonColor2Hover: string;
534
- buttonColor2Pressed: string;
535
- boxShadow1: string;
536
- boxShadow2: string;
537
- boxShadow3: string;
538
- fontFamily: string;
539
- fontFamilyMono: string;
540
- fontWeight: string;
541
- fontWeightStrong: string;
542
- cubicBezierEaseInOut: string;
543
- cubicBezierEaseOut: string;
544
- cubicBezierEaseIn: string;
545
- borderRadius: string;
546
- borderRadiusSmall: string;
547
- fontSize: string;
548
- fontSizeMini: string;
549
- fontSizeTiny: string;
550
- fontSizeSmall: string;
551
- fontSizeMedium: string;
552
- fontSizeLarge: string;
553
- fontSizeHuge: string;
554
- lineHeight: string;
555
- heightMini: string;
556
- heightTiny: string;
557
- heightSmall: string;
558
- heightMedium: string;
559
- heightLarge: string;
560
- heightHuge: string;
561
- name: "common";
562
- };
563
- self: {
564
- countTextColorDisabled: string;
565
- countTextColor: string;
566
- heightTiny: string;
567
- heightSmall: string;
568
- heightMedium: string;
569
- heightLarge: string;
570
- fontSizeTiny: string;
571
- fontSizeSmall: string;
572
- fontSizeMedium: string;
573
- fontSizeLarge: string;
574
- lineHeight: string;
575
- lineHeightTextarea: string;
576
- borderRadius: string;
577
- iconSize: string;
578
- groupLabelColor: string;
579
- groupLabelTextColor: string;
580
- textColor: string;
581
- textColorDisabled: string;
582
- textDecorationColor: string;
583
- caretColor: string;
584
- placeholderColor: string;
585
- placeholderColorDisabled: string;
586
- color: string;
587
- colorDisabled: string;
588
- colorFocus: string;
589
- groupLabelBorder: string;
590
- border: string;
591
- borderHover: string;
592
- borderDisabled: string;
593
- borderFocus: string;
594
- boxShadowFocus: string;
595
- loadingColor: string;
596
- loadingColorWarning: string;
597
- borderWarning: string;
598
- borderHoverWarning: string;
599
- colorFocusWarning: string;
600
- borderFocusWarning: string;
601
- boxShadowFocusWarning: string;
602
- caretColorWarning: string;
603
- loadingColorError: string;
604
- borderError: string;
605
- borderHoverError: string;
606
- colorFocusError: string;
607
- borderFocusError: string;
608
- boxShadowFocusError: string;
609
- caretColorError: string;
610
- clearColor: string;
611
- clearColorHover: string;
612
- clearColorPressed: string;
613
- iconColor: string;
614
- iconColorDisabled: string;
615
- iconColorHover: string;
616
- iconColorPressed: string;
617
- suffixTextColor: string;
618
- paddingTiny: string;
619
- paddingSmall: string;
620
- paddingMedium: string;
621
- paddingLarge: string;
622
- clearSize: string;
623
- };
624
- peers: any;
625
- peerOverrides: {
626
- [x: string]: any;
627
- };
628
- }>;
629
- cssVars: import("vue").ComputedRef<{
630
- '--n-bezier': string;
631
- '--n-count-text-color': string;
632
- '--n-count-text-color-disabled': string;
633
- '--n-color': string;
634
- '--n-font-size': string;
635
- '--n-border-radius': string;
636
- '--n-height': string;
637
- '--n-padding-left': string;
638
- '--n-padding-right': string;
639
- '--n-text-color': string;
640
- '--n-caret-color': string;
641
- '--n-text-decoration-color': string;
642
- '--n-border': string;
643
- '--n-border-disabled': string;
644
- '--n-border-hover': string;
645
- '--n-border-focus': string;
646
- '--n-placeholder-color': string;
647
- '--n-placeholder-color-disabled': string;
648
- '--n-icon-size': string;
649
- '--n-line-height-textarea': string;
650
- '--n-color-disabled': string;
651
- '--n-color-focus': string;
652
- '--n-text-color-disabled': string;
653
- '--n-box-shadow-focus': string;
654
- '--n-loading-color': string;
655
- '--n-caret-color-warning': string;
656
- '--n-color-focus-warning': string;
657
- '--n-box-shadow-focus-warning': string;
658
- '--n-border-warning': string;
659
- '--n-border-focus-warning': string;
660
- '--n-border-hover-warning': string;
661
- '--n-loading-color-warning': string;
662
- '--n-caret-color-error': string;
663
- '--n-color-focus-error': string;
664
- '--n-box-shadow-focus-error': string;
665
- '--n-border-error': string;
666
- '--n-border-focus-error': string;
667
- '--n-border-hover-error': string;
668
- '--n-loading-color-error': string;
669
- '--n-clear-color': string;
670
- '--n-clear-size': string;
671
- '--n-clear-color-hover': string;
672
- '--n-clear-color-pressed': string;
673
- '--n-icon-color': string;
674
- '--n-icon-color-hover': string;
675
- '--n-icon-color-pressed': string;
676
- '--n-icon-color-disabled': string;
677
- '--n-suffix-text-color': string;
678
- }> | undefined;
679
- themeClass: import("vue").Ref<string> | undefined;
680
- onRender: (() => void) | undefined;
681
- isCompositing: import("vue").Ref<boolean>;
682
- blur: () => void;
683
- focus: () => void;
684
- select: () => void;
685
- activate: () => void;
686
- deactivate: () => void;
687
- scrollTo: (options: ScrollToOptions) => void;
688
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
689
- bordered: {
690
- type: PropType<boolean | undefined>;
691
- default: undefined;
692
- };
693
- type: {
694
- type: PropType<"text" | "textarea" | "password">;
695
- default: string;
696
- };
697
- placeholder: PropType<string | [string, string]>;
698
- defaultValue: {
699
- type: PropType<string | [string, string] | null>;
700
- default: null;
701
- };
702
- value: PropType<string | [string, string] | null>;
703
- disabled: {
704
- type: PropType<boolean | undefined>;
705
- default: undefined;
706
- };
707
- size: PropType<import("naive-ui/es/input/src/interface").Size>;
708
- rows: {
709
- type: PropType<string | number>;
710
- default: number;
711
- };
712
- round: BooleanConstructor;
713
- minlength: PropType<string | number>;
714
- maxlength: PropType<string | number>;
715
- clearable: BooleanConstructor;
716
- autosize: {
717
- type: PropType<boolean | {
718
- minRows?: number | undefined;
719
- maxRows?: number | undefined;
720
- }>;
721
- default: boolean;
722
- };
723
- pair: BooleanConstructor;
724
- separator: StringConstructor;
725
- readonly: {
726
- type: (BooleanConstructor | StringConstructor)[];
727
- default: boolean;
728
- };
729
- passivelyActivated: BooleanConstructor;
730
- showPasswordOn: PropType<"click" | "mousedown">;
731
- stateful: {
732
- type: BooleanConstructor;
733
- default: boolean;
734
- };
735
- autofocus: BooleanConstructor;
736
- inputProps: PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
737
- resizable: {
738
- type: BooleanConstructor;
739
- default: boolean;
740
- };
741
- showCount: BooleanConstructor;
742
- loading: {
743
- type: BooleanConstructor;
744
- default: undefined;
745
- };
746
- allowInput: PropType<(value: string) => boolean>;
747
- renderCount: PropType<(props: {
748
- value: string;
749
- }) => import("vue").VNodeChild>;
750
- onMousedown: PropType<(e: MouseEvent) => void>;
751
- onKeydown: PropType<(e: KeyboardEvent) => void>;
752
- onKeyup: PropType<(e: KeyboardEvent) => void>;
753
- onInput: PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
754
- onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
755
- onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
756
- onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
757
- onChange: PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
758
- onClear: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
759
- status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
760
- 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
761
- onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
762
- textDecoration: PropType<string | [string, string]>;
763
- attrSize: {
764
- type: NumberConstructor;
765
- default: number;
766
- };
767
- onInputBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
768
- onInputFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
769
- onDeactivate: PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
770
- onActivate: PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
771
- onWrapperFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
772
- onWrapperBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
773
- internalDeactivateOnEnter: BooleanConstructor;
774
- internalForceFocus: BooleanConstructor;
775
- internalLoadingBeforeSuffix: BooleanConstructor;
776
- showPasswordToggle: BooleanConstructor;
777
- theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
778
- countTextColorDisabled: string;
779
- countTextColor: string;
780
- heightTiny: string;
781
- heightSmall: string;
782
- heightMedium: string;
783
- heightLarge: string;
784
- fontSizeTiny: string;
785
- fontSizeSmall: string;
786
- fontSizeMedium: string;
787
- fontSizeLarge: string;
788
- lineHeight: string;
789
- lineHeightTextarea: string;
790
- borderRadius: string;
791
- iconSize: string;
792
- groupLabelColor: string;
793
- groupLabelTextColor: string;
794
- textColor: string;
795
- textColorDisabled: string;
796
- textDecorationColor: string;
797
- caretColor: string;
798
- placeholderColor: string;
799
- placeholderColorDisabled: string;
800
- color: string;
801
- colorDisabled: string;
802
- colorFocus: string;
803
- groupLabelBorder: string;
804
- border: string;
805
- borderHover: string;
806
- borderDisabled: string;
807
- borderFocus: string;
808
- boxShadowFocus: string;
809
- loadingColor: string;
810
- loadingColorWarning: string;
811
- borderWarning: string;
812
- borderHoverWarning: string;
813
- colorFocusWarning: string;
814
- borderFocusWarning: string;
815
- boxShadowFocusWarning: string;
816
- caretColorWarning: string;
817
- loadingColorError: string;
818
- borderError: string;
819
- borderHoverError: string;
820
- colorFocusError: string;
821
- borderFocusError: string;
822
- boxShadowFocusError: string;
823
- caretColorError: string;
824
- clearColor: string;
825
- clearColorHover: string;
826
- clearColorPressed: string;
827
- iconColor: string;
828
- iconColorDisabled: string;
829
- iconColorHover: string;
830
- iconColorPressed: string;
831
- suffixTextColor: string;
832
- paddingTiny: string;
833
- paddingSmall: string;
834
- paddingMedium: string;
835
- paddingLarge: string;
836
- clearSize: string;
837
- }, any>>;
838
- themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
839
- countTextColorDisabled: string;
840
- countTextColor: string;
841
- heightTiny: string;
842
- heightSmall: string;
843
- heightMedium: string;
844
- heightLarge: string;
845
- fontSizeTiny: string;
846
- fontSizeSmall: string;
847
- fontSizeMedium: string;
848
- fontSizeLarge: string;
849
- lineHeight: string;
850
- lineHeightTextarea: string;
851
- borderRadius: string;
852
- iconSize: string;
853
- groupLabelColor: string;
854
- groupLabelTextColor: string;
855
- textColor: string;
856
- textColorDisabled: string;
857
- textDecorationColor: string;
858
- caretColor: string;
859
- placeholderColor: string;
860
- placeholderColorDisabled: string;
861
- color: string;
862
- colorDisabled: string;
863
- colorFocus: string;
864
- groupLabelBorder: string;
865
- border: string;
866
- borderHover: string;
867
- borderDisabled: string;
868
- borderFocus: string;
869
- boxShadowFocus: string;
870
- loadingColor: string;
871
- loadingColorWarning: string;
872
- borderWarning: string;
873
- borderHoverWarning: string;
874
- colorFocusWarning: string;
875
- borderFocusWarning: string;
876
- boxShadowFocusWarning: string;
877
- caretColorWarning: string;
878
- loadingColorError: string;
879
- borderError: string;
880
- borderHoverError: string;
881
- colorFocusError: string;
882
- borderFocusError: string;
883
- boxShadowFocusError: string;
884
- caretColorError: string;
885
- clearColor: string;
886
- clearColorHover: string;
887
- clearColorPressed: string;
888
- iconColor: string;
889
- iconColorDisabled: string;
890
- iconColorHover: string;
891
- iconColorPressed: string;
892
- suffixTextColor: string;
893
- paddingTiny: string;
894
- paddingSmall: string;
895
- paddingMedium: string;
896
- paddingLarge: string;
897
- clearSize: string;
898
- }, any>>>;
899
- builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
900
- countTextColorDisabled: string;
901
- countTextColor: string;
902
- heightTiny: string;
903
- heightSmall: string;
904
- heightMedium: string;
905
- heightLarge: string;
906
- fontSizeTiny: string;
907
- fontSizeSmall: string;
908
- fontSizeMedium: string;
909
- fontSizeLarge: string;
910
- lineHeight: string;
911
- lineHeightTextarea: string;
912
- borderRadius: string;
913
- iconSize: string;
914
- groupLabelColor: string;
915
- groupLabelTextColor: string;
916
- textColor: string;
917
- textColorDisabled: string;
918
- textDecorationColor: string;
919
- caretColor: string;
920
- placeholderColor: string;
921
- placeholderColorDisabled: string;
922
- color: string;
923
- colorDisabled: string;
924
- colorFocus: string;
925
- groupLabelBorder: string;
926
- border: string;
927
- borderHover: string;
928
- borderDisabled: string;
929
- borderFocus: string;
930
- boxShadowFocus: string;
931
- loadingColor: string;
932
- loadingColorWarning: string;
933
- borderWarning: string;
934
- borderHoverWarning: string;
935
- colorFocusWarning: string;
936
- borderFocusWarning: string;
937
- boxShadowFocusWarning: string;
938
- caretColorWarning: string;
939
- loadingColorError: string;
940
- borderError: string;
941
- borderHoverError: string;
942
- colorFocusError: string;
943
- borderFocusError: string;
944
- boxShadowFocusError: string;
945
- caretColorError: string;
946
- clearColor: string;
947
- clearColorHover: string;
948
- clearColorPressed: string;
949
- iconColor: string;
950
- iconColorDisabled: string;
951
- iconColorHover: string;
952
- iconColorPressed: string;
953
- suffixTextColor: string;
954
- paddingTiny: string;
955
- paddingSmall: string;
956
- paddingMedium: string;
957
- paddingLarge: string;
958
- clearSize: string;
959
- }, any>>>;
960
- }>>, {
961
- type: "text" | "textarea" | "password";
962
- readonly: string | boolean;
963
- round: boolean;
964
- disabled: boolean | undefined;
965
- autofocus: boolean;
966
- autosize: boolean | {
967
- minRows?: number | undefined;
968
- maxRows?: number | undefined;
969
- };
970
- loading: boolean;
971
- bordered: boolean | undefined;
972
- clearable: boolean;
973
- defaultValue: string | [string, string] | null;
974
- resizable: boolean;
975
- pair: boolean;
976
- rows: string | number;
977
- passivelyActivated: boolean;
978
- stateful: boolean;
979
- showCount: boolean;
980
- attrSize: number;
981
- internalDeactivateOnEnter: boolean;
982
- internalForceFocus: boolean;
983
- internalLoadingBeforeSuffix: boolean;
984
- showPasswordToggle: boolean;
985
- }>;
123
+ NInput: any;
986
124
  SvgIcon: import("vue").DefineComponent<{
987
125
  iconClass: {
988
126
  type: StringConstructor;
@@ -1068,485 +206,7 @@ declare const _default: import("vue").DefineComponent<{
1068
206
  [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
1069
207
  }>>;
1070
208
  curContent: import("vue").ComputedRef<string | Function>;
1071
- NTooltip: import("vue").DefineComponent<{
1072
- theme: PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1073
- borderRadius: string;
1074
- boxShadow: string;
1075
- color: string;
1076
- textColor: string;
1077
- padding: string;
1078
- }, {
1079
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1080
- fontSize: string;
1081
- borderRadius: string;
1082
- color: string;
1083
- dividerColor: string;
1084
- textColor: string;
1085
- boxShadow: string;
1086
- space: string;
1087
- spaceArrow: string;
1088
- arrowOffset: string;
1089
- arrowOffsetVertical: string;
1090
- arrowHeight: string;
1091
- padding: string;
1092
- }, any>;
1093
- }>>;
1094
- themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1095
- borderRadius: string;
1096
- boxShadow: string;
1097
- color: string;
1098
- textColor: string;
1099
- padding: string;
1100
- }, {
1101
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1102
- fontSize: string;
1103
- borderRadius: string;
1104
- color: string;
1105
- dividerColor: string;
1106
- textColor: string;
1107
- boxShadow: string;
1108
- space: string;
1109
- spaceArrow: string;
1110
- arrowOffset: string;
1111
- arrowOffsetVertical: string;
1112
- arrowHeight: string;
1113
- padding: string;
1114
- }, any>;
1115
- }>>>;
1116
- builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1117
- borderRadius: string;
1118
- boxShadow: string;
1119
- color: string;
1120
- textColor: string;
1121
- padding: string;
1122
- }, {
1123
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1124
- fontSize: string;
1125
- borderRadius: string;
1126
- color: string;
1127
- dividerColor: string;
1128
- textColor: string;
1129
- boxShadow: string;
1130
- space: string;
1131
- spaceArrow: string;
1132
- arrowOffset: string;
1133
- arrowOffsetVertical: string;
1134
- arrowHeight: string;
1135
- padding: string;
1136
- }, any>;
1137
- }>>>;
1138
- show: {
1139
- type: PropType<boolean | undefined>;
1140
- default: undefined;
1141
- };
1142
- defaultShow: BooleanConstructor;
1143
- showArrow: {
1144
- type: BooleanConstructor;
1145
- default: boolean;
1146
- };
1147
- trigger: {
1148
- type: PropType<import("naive-ui").PopoverTrigger>;
1149
- default: string;
1150
- };
1151
- delay: {
1152
- type: NumberConstructor;
1153
- default: number;
1154
- };
1155
- duration: {
1156
- type: NumberConstructor;
1157
- default: number;
1158
- };
1159
- raw: BooleanConstructor;
1160
- placement: {
1161
- type: PropType<import("naive-ui").PopoverPlacement>;
1162
- default: string;
1163
- };
1164
- x: NumberConstructor;
1165
- y: NumberConstructor;
1166
- arrowPointToCenter: BooleanConstructor;
1167
- disabled: BooleanConstructor;
1168
- getDisabled: PropType<() => boolean>;
1169
- displayDirective: {
1170
- type: PropType<"show" | "if">;
1171
- default: string;
1172
- };
1173
- arrowStyle: PropType<string | import("vue").CSSProperties>;
1174
- flip: {
1175
- type: BooleanConstructor;
1176
- default: boolean;
1177
- };
1178
- animated: {
1179
- type: BooleanConstructor;
1180
- default: boolean;
1181
- };
1182
- width: {
1183
- type: PropType<number | "trigger">;
1184
- default: undefined;
1185
- };
1186
- overlap: BooleanConstructor;
1187
- keepAliveOnHover: {
1188
- type: BooleanConstructor;
1189
- default: boolean;
1190
- };
1191
- zIndex: NumberConstructor;
1192
- to: {
1193
- type: PropType<string | boolean | HTMLElement>;
1194
- default: undefined;
1195
- };
1196
- scrollable: BooleanConstructor;
1197
- contentStyle: PropType<string | import("vue").CSSProperties>;
1198
- headerStyle: PropType<string | import("vue").CSSProperties>;
1199
- footerStyle: PropType<string | import("vue").CSSProperties>;
1200
- onClickoutside: PropType<(e: MouseEvent) => void>;
1201
- 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1202
- onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1203
- internalDeactivateImmediately: BooleanConstructor;
1204
- internalSyncTargetWithParent: BooleanConstructor;
1205
- internalInheritedEventHandlers: {
1206
- type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
1207
- default: () => never[];
1208
- };
1209
- internalTrapFocus: BooleanConstructor;
1210
- internalExtraClass: {
1211
- type: PropType<string[]>;
1212
- default: () => never[];
1213
- };
1214
- onShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1215
- onHide: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1216
- arrow: {
1217
- type: PropType<boolean | undefined>;
1218
- default: undefined;
1219
- };
1220
- minWidth: NumberConstructor;
1221
- maxWidth: NumberConstructor;
1222
- }, {
1223
- popoverRef: import("vue").Ref<{
1224
- syncPosition: () => void;
1225
- setShow: (value: boolean) => void;
1226
- } | null>;
1227
- mergedTheme: import("vue").ComputedRef<{
1228
- common: {
1229
- baseColor: string;
1230
- primaryColor: string;
1231
- primaryColorHover: string;
1232
- primaryColorPressed: string;
1233
- primaryColorSuppl: string;
1234
- infoColor: string;
1235
- infoColorHover: string;
1236
- infoColorPressed: string;
1237
- infoColorSuppl: string;
1238
- successColor: string;
1239
- successColorHover: string;
1240
- successColorPressed: string;
1241
- successColorSuppl: string;
1242
- warningColor: string;
1243
- warningColorHover: string;
1244
- warningColorPressed: string;
1245
- warningColorSuppl: string;
1246
- errorColor: string;
1247
- errorColorHover: string;
1248
- errorColorPressed: string;
1249
- errorColorSuppl: string;
1250
- textColorBase: string;
1251
- textColor1: string;
1252
- textColor2: string;
1253
- textColor3: string;
1254
- textColorDisabled: string;
1255
- placeholderColor: string;
1256
- placeholderColorDisabled: string;
1257
- iconColor: string;
1258
- iconColorHover: string;
1259
- iconColorPressed: string;
1260
- iconColorDisabled: string;
1261
- opacity1: string;
1262
- opacity2: string;
1263
- opacity3: string;
1264
- opacity4: string;
1265
- opacity5: string;
1266
- dividerColor: string;
1267
- borderColor: string;
1268
- closeIconColor: string;
1269
- closeIconColorHover: string;
1270
- closeIconColorPressed: string;
1271
- closeColorHover: string;
1272
- closeColorPressed: string;
1273
- clearColor: string;
1274
- clearColorHover: string;
1275
- clearColorPressed: string;
1276
- scrollbarColor: string;
1277
- scrollbarColorHover: string;
1278
- scrollbarWidth: string;
1279
- scrollbarHeight: string;
1280
- scrollbarBorderRadius: string;
1281
- progressRailColor: string;
1282
- railColor: string;
1283
- popoverColor: string;
1284
- tableColor: string;
1285
- cardColor: string;
1286
- modalColor: string;
1287
- bodyColor: string;
1288
- tagColor: string;
1289
- avatarColor: string;
1290
- invertedColor: string;
1291
- inputColor: string;
1292
- codeColor: string;
1293
- tabColor: string;
1294
- actionColor: string;
1295
- tableHeaderColor: string;
1296
- hoverColor: string;
1297
- tableColorHover: string;
1298
- tableColorStriped: string;
1299
- pressedColor: string;
1300
- opacityDisabled: string;
1301
- inputColorDisabled: string;
1302
- buttonColor2: string;
1303
- buttonColor2Hover: string;
1304
- buttonColor2Pressed: string;
1305
- boxShadow1: string;
1306
- boxShadow2: string;
1307
- boxShadow3: string;
1308
- fontFamily: string;
1309
- fontFamilyMono: string;
1310
- fontWeight: string;
1311
- fontWeightStrong: string;
1312
- cubicBezierEaseInOut: string;
1313
- cubicBezierEaseOut: string;
1314
- cubicBezierEaseIn: string;
1315
- borderRadius: string;
1316
- borderRadiusSmall: string;
1317
- fontSize: string;
1318
- fontSizeMini: string;
1319
- fontSizeTiny: string;
1320
- fontSizeSmall: string;
1321
- fontSizeMedium: string;
1322
- fontSizeLarge: string;
1323
- fontSizeHuge: string;
1324
- lineHeight: string;
1325
- heightMini: string;
1326
- heightTiny: string;
1327
- heightSmall: string;
1328
- heightMedium: string;
1329
- heightLarge: string;
1330
- heightHuge: string;
1331
- name: "common";
1332
- };
1333
- self: {
1334
- borderRadius: string;
1335
- boxShadow: string;
1336
- color: string;
1337
- textColor: string;
1338
- padding: string;
1339
- };
1340
- peers: {
1341
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1342
- fontSize: string;
1343
- borderRadius: string;
1344
- color: string;
1345
- dividerColor: string;
1346
- textColor: string;
1347
- boxShadow: string;
1348
- space: string;
1349
- spaceArrow: string;
1350
- arrowOffset: string;
1351
- arrowOffsetVertical: string;
1352
- arrowHeight: string;
1353
- padding: string;
1354
- }, any>;
1355
- };
1356
- peerOverrides: {
1357
- Popover?: {
1358
- peers?: {
1359
- [x: string]: any;
1360
- } | undefined;
1361
- } | undefined;
1362
- };
1363
- }>;
1364
- popoverThemeOverrides: import("vue").ComputedRef<{
1365
- borderRadius: string;
1366
- boxShadow: string;
1367
- color: string;
1368
- textColor: string;
1369
- padding: string;
1370
- }>;
1371
- syncPosition: () => void;
1372
- setShow: (value: boolean) => void;
1373
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1374
- theme: PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1375
- borderRadius: string;
1376
- boxShadow: string;
1377
- color: string;
1378
- textColor: string;
1379
- padding: string;
1380
- }, {
1381
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1382
- fontSize: string;
1383
- borderRadius: string;
1384
- color: string;
1385
- dividerColor: string;
1386
- textColor: string;
1387
- boxShadow: string;
1388
- space: string;
1389
- spaceArrow: string;
1390
- arrowOffset: string;
1391
- arrowOffsetVertical: string;
1392
- arrowHeight: string;
1393
- padding: string;
1394
- }, any>;
1395
- }>>;
1396
- themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1397
- borderRadius: string;
1398
- boxShadow: string;
1399
- color: string;
1400
- textColor: string;
1401
- padding: string;
1402
- }, {
1403
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1404
- fontSize: string;
1405
- borderRadius: string;
1406
- color: string;
1407
- dividerColor: string;
1408
- textColor: string;
1409
- boxShadow: string;
1410
- space: string;
1411
- spaceArrow: string;
1412
- arrowOffset: string;
1413
- arrowOffsetVertical: string;
1414
- arrowHeight: string;
1415
- padding: string;
1416
- }, any>;
1417
- }>>>;
1418
- builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1419
- borderRadius: string;
1420
- boxShadow: string;
1421
- color: string;
1422
- textColor: string;
1423
- padding: string;
1424
- }, {
1425
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1426
- fontSize: string;
1427
- borderRadius: string;
1428
- color: string;
1429
- dividerColor: string;
1430
- textColor: string;
1431
- boxShadow: string;
1432
- space: string;
1433
- spaceArrow: string;
1434
- arrowOffset: string;
1435
- arrowOffsetVertical: string;
1436
- arrowHeight: string;
1437
- padding: string;
1438
- }, any>;
1439
- }>>>;
1440
- show: {
1441
- type: PropType<boolean | undefined>;
1442
- default: undefined;
1443
- };
1444
- defaultShow: BooleanConstructor;
1445
- showArrow: {
1446
- type: BooleanConstructor;
1447
- default: boolean;
1448
- };
1449
- trigger: {
1450
- type: PropType<import("naive-ui").PopoverTrigger>;
1451
- default: string;
1452
- };
1453
- delay: {
1454
- type: NumberConstructor;
1455
- default: number;
1456
- };
1457
- duration: {
1458
- type: NumberConstructor;
1459
- default: number;
1460
- };
1461
- raw: BooleanConstructor;
1462
- placement: {
1463
- type: PropType<import("naive-ui").PopoverPlacement>;
1464
- default: string;
1465
- };
1466
- x: NumberConstructor;
1467
- y: NumberConstructor;
1468
- arrowPointToCenter: BooleanConstructor;
1469
- disabled: BooleanConstructor;
1470
- getDisabled: PropType<() => boolean>;
1471
- displayDirective: {
1472
- type: PropType<"show" | "if">;
1473
- default: string;
1474
- };
1475
- arrowStyle: PropType<string | import("vue").CSSProperties>;
1476
- flip: {
1477
- type: BooleanConstructor;
1478
- default: boolean;
1479
- };
1480
- animated: {
1481
- type: BooleanConstructor;
1482
- default: boolean;
1483
- };
1484
- width: {
1485
- type: PropType<number | "trigger">;
1486
- default: undefined;
1487
- };
1488
- overlap: BooleanConstructor;
1489
- keepAliveOnHover: {
1490
- type: BooleanConstructor;
1491
- default: boolean;
1492
- };
1493
- zIndex: NumberConstructor;
1494
- to: {
1495
- type: PropType<string | boolean | HTMLElement>;
1496
- default: undefined;
1497
- };
1498
- scrollable: BooleanConstructor;
1499
- contentStyle: PropType<string | import("vue").CSSProperties>;
1500
- headerStyle: PropType<string | import("vue").CSSProperties>;
1501
- footerStyle: PropType<string | import("vue").CSSProperties>;
1502
- onClickoutside: PropType<(e: MouseEvent) => void>;
1503
- 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1504
- onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1505
- internalDeactivateImmediately: BooleanConstructor;
1506
- internalSyncTargetWithParent: BooleanConstructor;
1507
- internalInheritedEventHandlers: {
1508
- type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
1509
- default: () => never[];
1510
- };
1511
- internalTrapFocus: BooleanConstructor;
1512
- internalExtraClass: {
1513
- type: PropType<string[]>;
1514
- default: () => never[];
1515
- };
1516
- onShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1517
- onHide: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1518
- arrow: {
1519
- type: PropType<boolean | undefined>;
1520
- default: undefined;
1521
- };
1522
- minWidth: NumberConstructor;
1523
- maxWidth: NumberConstructor;
1524
- }>>, {
1525
- show: boolean | undefined;
1526
- flip: boolean;
1527
- width: number | "trigger";
1528
- disabled: boolean;
1529
- duration: number;
1530
- to: string | boolean | HTMLElement;
1531
- raw: boolean;
1532
- placement: import("naive-ui").PopoverPlacement;
1533
- overlap: boolean;
1534
- scrollable: boolean;
1535
- trigger: import("naive-ui").PopoverTrigger;
1536
- showArrow: boolean;
1537
- delay: number;
1538
- arrowPointToCenter: boolean;
1539
- displayDirective: "show" | "if";
1540
- keepAliveOnHover: boolean;
1541
- internalDeactivateImmediately: boolean;
1542
- animated: boolean;
1543
- internalTrapFocus: boolean;
1544
- defaultShow: boolean;
1545
- internalSyncTargetWithParent: boolean;
1546
- internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
1547
- internalExtraClass: string[];
1548
- arrow: boolean | undefined;
1549
- }>;
209
+ NTooltip: any;
1550
210
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1551
211
  content: {
1552
212
  type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
@@ -1567,8 +227,8 @@ declare const _default: import("vue").DefineComponent<{
1567
227
  isAlias: BooleanConstructor;
1568
228
  textColor: StringConstructor;
1569
229
  }>>, {
1570
- placement: string;
1571
230
  refName: string;
231
+ placement: string;
1572
232
  tooltipTitle: string | number;
1573
233
  isAlias: boolean;
1574
234
  }>;
@@ -1632,12 +292,12 @@ declare const _default: import("vue").DefineComponent<{
1632
292
  }, {
1633
293
  styleSetting: AnyObject;
1634
294
  userInfo: AnyObject;
1635
- defaultValue: AnyObject;
1636
295
  row: AnyObject;
1637
296
  cacheUniqueKey: AnyObject;
1638
297
  formType: AnyObject;
1639
298
  isDetail: boolean;
1640
299
  item: AnyObject;
300
+ defaultValue: AnyObject;
1641
301
  mainForm: AnyObject;
1642
302
  defaultFieldList: any[];
1643
303
  }>;