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

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 (79) hide show
  1. package/es/components/big-table/index.d.ts +113 -47
  2. package/es/components/big-table/src/BigTable.vue.d.ts +114 -63
  3. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +31 -6
  4. package/es/components/big-table/src/components/input-button.vue.d.ts +52 -28
  5. package/es/components/big-table/src/hooks/useEdit.d.ts +31 -6
  6. package/es/components/button-print/index.d.ts +217 -110
  7. package/es/components/button-print/src/ButtonPrint.vue.d.ts +217 -110
  8. package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +2 -3
  9. package/es/components/button-print/src/components/IdentityVerification.js +14 -6
  10. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +144 -56
  11. package/es/components/button-print/src/utils/dialog.d.ts +3 -1
  12. package/es/components/button-print/src/utils/dialog.js +35 -23
  13. package/es/components/button-print/src/utils/print.d.ts +5 -0
  14. package/es/components/button-print/src/utils/print2.js +18 -0
  15. package/es/components/chunk-upload/index.d.ts +28 -22
  16. package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +38 -32
  17. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +28 -22
  18. package/es/components/drag-layout/index.d.ts +568 -308
  19. package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +192 -99
  20. package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +112 -79
  21. package/es/components/drag-layout/src/DragLayout.vue.d.ts +568 -308
  22. package/es/components/field-set/index.d.ts +170 -95
  23. package/es/components/field-set/src/FieldSet.vue.d.ts +170 -95
  24. package/es/components/form-config/index.d.ts +308 -126
  25. package/es/components/form-config/src/FormConfig.vue.d.ts +308 -126
  26. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +123 -59
  27. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +157 -45
  28. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +28 -22
  29. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +28 -22
  30. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +60 -47
  31. package/es/components/form-render/index.d.ts +85 -33
  32. package/es/components/form-render/src/FormRender.vue.d.ts +85 -33
  33. package/es/components/form-render/src/components/renderer/select.js +8 -5
  34. package/es/components/form-table/index.d.ts +784 -420
  35. package/es/components/form-table/src/FormTable.vue.d.ts +805 -427
  36. package/es/components/form-table/src/components/index.d.ts +784 -420
  37. package/es/components/form-table/src/components/table-age.vue.d.ts +114 -64
  38. package/es/components/form-table/src/components/table-date-picker.vue.d.ts +77 -28
  39. package/es/components/form-table/src/components/table-digital.vue.d.ts +37 -7
  40. package/es/components/form-table/src/components/table-input-password.vue.d.ts +32 -8
  41. package/es/components/form-table/src/components/table-input.vue.d.ts +32 -8
  42. package/es/components/form-table/src/components/table-month-picker.vue.d.ts +77 -28
  43. package/es/components/form-table/src/components/table-search-more.vue.d.ts +28 -22
  44. package/es/components/form-table/src/components/table-search.vue.d.ts +105 -79
  45. package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +77 -57
  46. package/es/components/form-table/src/components/table-select.vue.d.ts +77 -57
  47. package/es/components/form-table/src/components/table-textarea.vue.d.ts +32 -8
  48. package/es/components/form-table/src/components/table-time-picker.vue.d.ts +33 -21
  49. package/es/components/form-table/src/components/table-tree-select.vue.d.ts +55 -31
  50. package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +8 -2
  51. package/es/components/info-header/index.d.ts +236 -61
  52. package/es/components/info-header/src/HiddenContent.vue.d.ts +12 -5
  53. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +12 -5
  54. package/es/components/info-header/src/InfoHeader.vue.d.ts +236 -61
  55. package/es/components/map/index.d.ts +52 -28
  56. package/es/components/map/src/Map.vue.d.ts +52 -28
  57. package/es/components/scale-view/index.d.ts +75 -60
  58. package/es/components/scale-view/src/ScaleView.vue.d.ts +75 -60
  59. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +28 -22
  60. package/es/components/scale-view/src/components/composables/choose-common.d.ts +1 -1
  61. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +8 -2
  62. package/es/components/scale-view/src/hooks/use-component.d.ts +656 -183
  63. package/es/components/select-label/index.d.ts +956 -262
  64. package/es/components/select-label/src/LabelFormContent.vue.d.ts +331 -101
  65. package/es/components/select-label/src/SelectLabel.vue.d.ts +637 -167
  66. package/es/components/select-label/src/components/label-classify.vue.d.ts +264 -73
  67. package/es/components/select-person/index.d.ts +210 -111
  68. package/es/components/select-person/src/SearchTree.vue.d.ts +77 -40
  69. package/es/components/select-person/src/SelectPerson.vue.d.ts +214 -115
  70. package/es/components/shortcut-setter/index.d.ts +85 -33
  71. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +85 -33
  72. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +24 -6
  73. package/es/components/steps-wheel/index.d.ts +8 -2
  74. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +8 -2
  75. package/es/components/time-line/index.d.ts +55 -30
  76. package/es/components/time-line/src/TimeLine.vue.d.ts +55 -30
  77. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +28 -22
  78. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +8 -2
  79. package/package.json +4 -4
@@ -297,10 +297,7 @@ declare const _default: import("vue").DefineComponent<{
297
297
  };
298
298
  readonly remote: BooleanConstructor;
299
299
  readonly loading: BooleanConstructor;
300
- readonly filter: {
301
- readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
302
- readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
303
- };
300
+ readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
304
301
  readonly placement: {
305
302
  readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
306
303
  readonly default: "bottom-start";
@@ -310,19 +307,10 @@ declare const _default: import("vue").DefineComponent<{
310
307
  readonly default: "trigger";
311
308
  };
312
309
  readonly tag: BooleanConstructor;
313
- readonly onCreate: {
314
- readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
315
- readonly default: (label: string) => {
316
- label: string;
317
- value: string;
318
- };
319
- };
310
+ readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
320
311
  readonly fallbackOption: {
321
- readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
322
- readonly default: () => (value: string | number) => {
323
- label: string;
324
- value: string | number;
325
- };
312
+ readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
313
+ readonly default: undefined;
326
314
  };
327
315
  readonly show: {
328
316
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -341,11 +329,24 @@ declare const _default: import("vue").DefineComponent<{
341
329
  readonly type: BooleanConstructor;
342
330
  readonly default: true;
343
331
  };
332
+ readonly labelField: {
333
+ readonly type: StringConstructor;
334
+ readonly default: "label";
335
+ };
336
+ readonly valueField: {
337
+ readonly type: StringConstructor;
338
+ readonly default: "value";
339
+ };
340
+ readonly childrenField: {
341
+ readonly type: StringConstructor;
342
+ readonly default: "children";
343
+ };
344
344
  readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
345
345
  readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
346
346
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
347
347
  readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
348
348
  readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
349
+ readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
349
350
  readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
350
351
  readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
351
352
  readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
@@ -363,6 +364,10 @@ declare const _default: import("vue").DefineComponent<{
363
364
  readonly default: true;
364
365
  };
365
366
  readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
367
+ readonly internalShowCheckmark: {
368
+ readonly type: BooleanConstructor;
369
+ readonly default: true;
370
+ };
366
371
  readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
367
372
  readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
368
373
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
@@ -458,6 +463,7 @@ declare const _default: import("vue").DefineComponent<{
458
463
  optionCheckColor: string;
459
464
  optionColorPending: string;
460
465
  optionColorActive: string;
466
+ optionColorActivePending: string;
461
467
  actionTextColor: string;
462
468
  loadingColor: string;
463
469
  height: string;
@@ -583,6 +589,7 @@ declare const _default: import("vue").DefineComponent<{
583
589
  optionCheckColor: string;
584
590
  optionColorPending: string;
585
591
  optionColorActive: string;
592
+ optionColorActivePending: string;
586
593
  actionTextColor: string;
587
594
  loadingColor: string;
588
595
  height: string;
@@ -708,6 +715,7 @@ declare const _default: import("vue").DefineComponent<{
708
715
  optionCheckColor: string;
709
716
  optionColorPending: string;
710
717
  optionColorActive: string;
718
+ optionColorActivePending: string;
711
719
  actionTextColor: string;
712
720
  loadingColor: string;
713
721
  height: string;
@@ -837,10 +845,11 @@ declare const _default: import("vue").DefineComponent<{
837
845
  opacity5: string;
838
846
  dividerColor: string;
839
847
  borderColor: string;
840
- closeColor: string;
848
+ closeIconColor: string;
849
+ closeIconColorHover: string;
850
+ closeIconColorPressed: string;
841
851
  closeColorHover: string;
842
852
  closeColorPressed: string;
843
- closeColorDisabled: string;
844
853
  clearColor: string;
845
854
  clearColorHover: string;
846
855
  clearColorPressed: string;
@@ -995,6 +1004,7 @@ declare const _default: import("vue").DefineComponent<{
995
1004
  optionCheckColor: string;
996
1005
  optionColorPending: string;
997
1006
  optionColorActive: string;
1007
+ optionColorActivePending: string;
998
1008
  actionTextColor: string;
999
1009
  loadingColor: string;
1000
1010
  height: string;
@@ -1110,10 +1120,7 @@ declare const _default: import("vue").DefineComponent<{
1110
1120
  };
1111
1121
  readonly remote: BooleanConstructor;
1112
1122
  readonly loading: BooleanConstructor;
1113
- readonly filter: {
1114
- readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
1115
- readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
1116
- };
1123
+ readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
1117
1124
  readonly placement: {
1118
1125
  readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
1119
1126
  readonly default: "bottom-start";
@@ -1123,19 +1130,10 @@ declare const _default: import("vue").DefineComponent<{
1123
1130
  readonly default: "trigger";
1124
1131
  };
1125
1132
  readonly tag: BooleanConstructor;
1126
- readonly onCreate: {
1127
- readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
1128
- readonly default: (label: string) => {
1129
- label: string;
1130
- value: string;
1131
- };
1132
- };
1133
+ readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
1133
1134
  readonly fallbackOption: {
1134
- readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
1135
- readonly default: () => (value: string | number) => {
1136
- label: string;
1137
- value: string | number;
1138
- };
1135
+ readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
1136
+ readonly default: undefined;
1139
1137
  };
1140
1138
  readonly show: {
1141
1139
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -1154,11 +1152,24 @@ declare const _default: import("vue").DefineComponent<{
1154
1152
  readonly type: BooleanConstructor;
1155
1153
  readonly default: true;
1156
1154
  };
1155
+ readonly labelField: {
1156
+ readonly type: StringConstructor;
1157
+ readonly default: "label";
1158
+ };
1159
+ readonly valueField: {
1160
+ readonly type: StringConstructor;
1161
+ readonly default: "value";
1162
+ };
1163
+ readonly childrenField: {
1164
+ readonly type: StringConstructor;
1165
+ readonly default: "children";
1166
+ };
1157
1167
  readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
1158
1168
  readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
1159
1169
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
1160
1170
  readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
1161
1171
  readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
1172
+ readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
1162
1173
  readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
1163
1174
  readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
1164
1175
  readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
@@ -1176,6 +1187,10 @@ declare const _default: import("vue").DefineComponent<{
1176
1187
  readonly default: true;
1177
1188
  };
1178
1189
  readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1190
+ readonly internalShowCheckmark: {
1191
+ readonly type: BooleanConstructor;
1192
+ readonly default: true;
1193
+ };
1179
1194
  readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
1180
1195
  readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
1181
1196
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
@@ -1271,6 +1286,7 @@ declare const _default: import("vue").DefineComponent<{
1271
1286
  optionCheckColor: string;
1272
1287
  optionColorPending: string;
1273
1288
  optionColorActive: string;
1289
+ optionColorActivePending: string;
1274
1290
  actionTextColor: string;
1275
1291
  loadingColor: string;
1276
1292
  height: string;
@@ -1396,6 +1412,7 @@ declare const _default: import("vue").DefineComponent<{
1396
1412
  optionCheckColor: string;
1397
1413
  optionColorPending: string;
1398
1414
  optionColorActive: string;
1415
+ optionColorActivePending: string;
1399
1416
  actionTextColor: string;
1400
1417
  loadingColor: string;
1401
1418
  height: string;
@@ -1521,6 +1538,7 @@ declare const _default: import("vue").DefineComponent<{
1521
1538
  optionCheckColor: string;
1522
1539
  optionColorPending: string;
1523
1540
  optionColorActive: string;
1541
+ optionColorActivePending: string;
1524
1542
  actionTextColor: string;
1525
1543
  loadingColor: string;
1526
1544
  height: string;
@@ -1554,29 +1572,31 @@ declare const _default: import("vue").DefineComponent<{
1554
1572
  }>;
1555
1573
  }>>>;
1556
1574
  }>>, {
1557
- tag: boolean;
1558
- filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
1559
- show: boolean | undefined;
1560
- multiple: boolean;
1561
- disabled: boolean | undefined;
1562
- to: string | boolean | HTMLElement;
1563
- options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
1564
- loading: boolean;
1565
- bordered: boolean | undefined;
1566
- placement: import("naive-ui").PopoverPlacement;
1567
- virtualScroll: boolean;
1568
- resetMenuOnOptionsChange: boolean;
1569
- showArrow: boolean;
1570
- displayDirective: "show" | "if";
1571
- filterable: boolean;
1572
- clearable: boolean;
1573
- clearFilterAfterSelect: boolean;
1574
- defaultValue: import("naive-ui/es/select/src/interface").Value | null;
1575
- remote: boolean;
1576
- widthMode: string;
1577
- onCreate: (label: string) => import("naive-ui").SelectOption;
1578
- fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
1579
- consistentMenuWidth: boolean;
1575
+ readonly tag: boolean;
1576
+ readonly show: boolean | undefined;
1577
+ readonly multiple: boolean;
1578
+ readonly disabled: boolean | undefined;
1579
+ readonly to: string | boolean | HTMLElement;
1580
+ readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
1581
+ readonly loading: boolean;
1582
+ readonly bordered: boolean | undefined;
1583
+ readonly placement: import("naive-ui").PopoverPlacement;
1584
+ readonly labelField: string;
1585
+ readonly virtualScroll: boolean;
1586
+ readonly valueField: string;
1587
+ readonly resetMenuOnOptionsChange: boolean;
1588
+ readonly showArrow: boolean;
1589
+ readonly displayDirective: "show" | "if";
1590
+ readonly filterable: boolean;
1591
+ readonly clearable: boolean;
1592
+ readonly internalShowCheckmark: boolean;
1593
+ readonly clearFilterAfterSelect: boolean;
1594
+ readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
1595
+ readonly remote: boolean;
1596
+ readonly widthMode: string;
1597
+ readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
1598
+ readonly consistentMenuWidth: boolean;
1599
+ readonly childrenField: string;
1580
1600
  }>;
1581
1601
  SelectPage: import("vue").DefineComponent<{
1582
1602
  searchPageConfig: {
@@ -1653,7 +1673,10 @@ declare const _default: import("vue").DefineComponent<{
1653
1673
  readonly default: true;
1654
1674
  };
1655
1675
  readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1656
- readonly nativeFocusBehavior: BooleanConstructor;
1676
+ readonly nativeFocusBehavior: {
1677
+ readonly type: BooleanConstructor;
1678
+ readonly default: boolean;
1679
+ };
1657
1680
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
1658
1681
  heightTiny: string;
1659
1682
  heightSmall: string;
@@ -2367,7 +2390,10 @@ declare const _default: import("vue").DefineComponent<{
2367
2390
  readonly default: true;
2368
2391
  };
2369
2392
  readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2370
- readonly nativeFocusBehavior: BooleanConstructor;
2393
+ readonly nativeFocusBehavior: {
2394
+ readonly type: BooleanConstructor;
2395
+ readonly default: boolean;
2396
+ };
2371
2397
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
2372
2398
  heightTiny: string;
2373
2399
  heightSmall: string;
@@ -2981,26 +3007,26 @@ declare const _default: import("vue").DefineComponent<{
2981
3007
  rippleDuration: string;
2982
3008
  }, any>>>;
2983
3009
  }>>, {
2984
- type: import("naive-ui/es/button/src/interface").Type;
2985
- tag: keyof HTMLElementTagNameMap;
2986
- block: boolean;
2987
- round: boolean;
2988
- dashed: boolean;
2989
- text: boolean;
2990
- circle: boolean;
2991
- disabled: boolean;
2992
- focusable: boolean;
2993
- strong: boolean;
2994
- loading: boolean;
2995
- bordered: boolean;
2996
- tertiary: boolean;
2997
- ghost: boolean;
2998
- keyboard: boolean;
2999
- secondary: boolean;
3000
- quaternary: boolean;
3001
- iconPlacement: "left" | "right";
3002
- attrType: "button" | "reset" | "submit";
3003
- nativeFocusBehavior: boolean;
3010
+ readonly type: import("naive-ui/es/button/src/interface").Type;
3011
+ readonly tag: keyof HTMLElementTagNameMap;
3012
+ readonly block: boolean;
3013
+ readonly round: boolean;
3014
+ readonly dashed: boolean;
3015
+ readonly text: boolean;
3016
+ readonly circle: boolean;
3017
+ readonly disabled: boolean;
3018
+ readonly focusable: boolean;
3019
+ readonly strong: boolean;
3020
+ readonly loading: boolean;
3021
+ readonly bordered: boolean;
3022
+ readonly tertiary: boolean;
3023
+ readonly ghost: boolean;
3024
+ readonly keyboard: boolean;
3025
+ readonly secondary: boolean;
3026
+ readonly quaternary: boolean;
3027
+ readonly iconPlacement: "left" | "right";
3028
+ readonly attrType: "button" | "reset" | "submit";
3029
+ readonly nativeFocusBehavior: boolean;
3004
3030
  }>;
3005
3031
  ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3006
3032
  ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -196,10 +196,7 @@ declare const _default: import("vue").DefineComponent<{
196
196
  };
197
197
  readonly remote: BooleanConstructor;
198
198
  readonly loading: BooleanConstructor;
199
- readonly filter: {
200
- readonly type: PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
201
- readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
202
- };
199
+ readonly filter: PropType<import("naive-ui").SelectFilter>;
203
200
  readonly placement: {
204
201
  readonly type: PropType<import("naive-ui").PopoverPlacement>;
205
202
  readonly default: "bottom-start";
@@ -209,19 +206,10 @@ declare const _default: import("vue").DefineComponent<{
209
206
  readonly default: "trigger";
210
207
  };
211
208
  readonly tag: BooleanConstructor;
212
- readonly onCreate: {
213
- readonly type: PropType<(label: string) => import("naive-ui").SelectOption>;
214
- readonly default: (label: string) => {
215
- label: string;
216
- value: string;
217
- };
218
- };
209
+ readonly onCreate: PropType<(label: string) => import("naive-ui").SelectOption>;
219
210
  readonly fallbackOption: {
220
- readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
221
- readonly default: () => (value: string | number) => {
222
- label: string;
223
- value: string | number;
224
- };
211
+ readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
212
+ readonly default: undefined;
225
213
  };
226
214
  readonly show: {
227
215
  readonly type: PropType<boolean | undefined>;
@@ -240,11 +228,24 @@ declare const _default: import("vue").DefineComponent<{
240
228
  readonly type: BooleanConstructor;
241
229
  readonly default: true;
242
230
  };
231
+ readonly labelField: {
232
+ readonly type: StringConstructor;
233
+ readonly default: "label";
234
+ };
235
+ readonly valueField: {
236
+ readonly type: StringConstructor;
237
+ readonly default: "value";
238
+ };
239
+ readonly childrenField: {
240
+ readonly type: StringConstructor;
241
+ readonly default: "children";
242
+ };
243
243
  readonly renderLabel: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
244
244
  readonly renderOption: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
245
245
  readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
246
246
  readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
247
247
  readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
248
+ readonly nodeProps: PropType<import("naive-ui").SelectNodeProps>;
248
249
  readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
249
250
  readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
250
251
  readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
@@ -262,6 +263,10 @@ declare const _default: import("vue").DefineComponent<{
262
263
  readonly default: true;
263
264
  };
264
265
  readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
266
+ readonly internalShowCheckmark: {
267
+ readonly type: BooleanConstructor;
268
+ readonly default: true;
269
+ };
265
270
  readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
266
271
  readonly items: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
267
272
  readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Select", {
@@ -357,6 +362,7 @@ declare const _default: import("vue").DefineComponent<{
357
362
  optionCheckColor: string;
358
363
  optionColorPending: string;
359
364
  optionColorActive: string;
365
+ optionColorActivePending: string;
360
366
  actionTextColor: string;
361
367
  loadingColor: string;
362
368
  height: string;
@@ -482,6 +488,7 @@ declare const _default: import("vue").DefineComponent<{
482
488
  optionCheckColor: string;
483
489
  optionColorPending: string;
484
490
  optionColorActive: string;
491
+ optionColorActivePending: string;
485
492
  actionTextColor: string;
486
493
  loadingColor: string;
487
494
  height: string;
@@ -607,6 +614,7 @@ declare const _default: import("vue").DefineComponent<{
607
614
  optionCheckColor: string;
608
615
  optionColorPending: string;
609
616
  optionColorActive: string;
617
+ optionColorActivePending: string;
610
618
  actionTextColor: string;
611
619
  loadingColor: string;
612
620
  height: string;
@@ -736,10 +744,11 @@ declare const _default: import("vue").DefineComponent<{
736
744
  opacity5: string;
737
745
  dividerColor: string;
738
746
  borderColor: string;
739
- closeColor: string;
747
+ closeIconColor: string;
748
+ closeIconColorHover: string;
749
+ closeIconColorPressed: string;
740
750
  closeColorHover: string;
741
751
  closeColorPressed: string;
742
- closeColorDisabled: string;
743
752
  clearColor: string;
744
753
  clearColorHover: string;
745
754
  clearColorPressed: string;
@@ -894,6 +903,7 @@ declare const _default: import("vue").DefineComponent<{
894
903
  optionCheckColor: string;
895
904
  optionColorPending: string;
896
905
  optionColorActive: string;
906
+ optionColorActivePending: string;
897
907
  actionTextColor: string;
898
908
  loadingColor: string;
899
909
  height: string;
@@ -1009,10 +1019,7 @@ declare const _default: import("vue").DefineComponent<{
1009
1019
  };
1010
1020
  readonly remote: BooleanConstructor;
1011
1021
  readonly loading: BooleanConstructor;
1012
- readonly filter: {
1013
- readonly type: PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
1014
- readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
1015
- };
1022
+ readonly filter: PropType<import("naive-ui").SelectFilter>;
1016
1023
  readonly placement: {
1017
1024
  readonly type: PropType<import("naive-ui").PopoverPlacement>;
1018
1025
  readonly default: "bottom-start";
@@ -1022,19 +1029,10 @@ declare const _default: import("vue").DefineComponent<{
1022
1029
  readonly default: "trigger";
1023
1030
  };
1024
1031
  readonly tag: BooleanConstructor;
1025
- readonly onCreate: {
1026
- readonly type: PropType<(label: string) => import("naive-ui").SelectOption>;
1027
- readonly default: (label: string) => {
1028
- label: string;
1029
- value: string;
1030
- };
1031
- };
1032
+ readonly onCreate: PropType<(label: string) => import("naive-ui").SelectOption>;
1032
1033
  readonly fallbackOption: {
1033
- readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
1034
- readonly default: () => (value: string | number) => {
1035
- label: string;
1036
- value: string | number;
1037
- };
1034
+ readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
1035
+ readonly default: undefined;
1038
1036
  };
1039
1037
  readonly show: {
1040
1038
  readonly type: PropType<boolean | undefined>;
@@ -1053,11 +1051,24 @@ declare const _default: import("vue").DefineComponent<{
1053
1051
  readonly type: BooleanConstructor;
1054
1052
  readonly default: true;
1055
1053
  };
1054
+ readonly labelField: {
1055
+ readonly type: StringConstructor;
1056
+ readonly default: "label";
1057
+ };
1058
+ readonly valueField: {
1059
+ readonly type: StringConstructor;
1060
+ readonly default: "value";
1061
+ };
1062
+ readonly childrenField: {
1063
+ readonly type: StringConstructor;
1064
+ readonly default: "children";
1065
+ };
1056
1066
  readonly renderLabel: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
1057
1067
  readonly renderOption: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
1058
1068
  readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
1059
1069
  readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
1060
1070
  readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
1071
+ readonly nodeProps: PropType<import("naive-ui").SelectNodeProps>;
1061
1072
  readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
1062
1073
  readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
1063
1074
  readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
@@ -1075,6 +1086,10 @@ declare const _default: import("vue").DefineComponent<{
1075
1086
  readonly default: true;
1076
1087
  };
1077
1088
  readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1089
+ readonly internalShowCheckmark: {
1090
+ readonly type: BooleanConstructor;
1091
+ readonly default: true;
1092
+ };
1078
1093
  readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
1079
1094
  readonly items: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
1080
1095
  readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Select", {
@@ -1170,6 +1185,7 @@ declare const _default: import("vue").DefineComponent<{
1170
1185
  optionCheckColor: string;
1171
1186
  optionColorPending: string;
1172
1187
  optionColorActive: string;
1188
+ optionColorActivePending: string;
1173
1189
  actionTextColor: string;
1174
1190
  loadingColor: string;
1175
1191
  height: string;
@@ -1295,6 +1311,7 @@ declare const _default: import("vue").DefineComponent<{
1295
1311
  optionCheckColor: string;
1296
1312
  optionColorPending: string;
1297
1313
  optionColorActive: string;
1314
+ optionColorActivePending: string;
1298
1315
  actionTextColor: string;
1299
1316
  loadingColor: string;
1300
1317
  height: string;
@@ -1420,6 +1437,7 @@ declare const _default: import("vue").DefineComponent<{
1420
1437
  optionCheckColor: string;
1421
1438
  optionColorPending: string;
1422
1439
  optionColorActive: string;
1440
+ optionColorActivePending: string;
1423
1441
  actionTextColor: string;
1424
1442
  loadingColor: string;
1425
1443
  height: string;
@@ -1453,29 +1471,31 @@ declare const _default: import("vue").DefineComponent<{
1453
1471
  }>;
1454
1472
  }>>>;
1455
1473
  }>>, {
1456
- tag: boolean;
1457
- filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
1458
- show: boolean | undefined;
1459
- multiple: boolean;
1460
- disabled: boolean | undefined;
1461
- to: string | boolean | HTMLElement;
1462
- options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
1463
- loading: boolean;
1464
- bordered: boolean | undefined;
1465
- placement: import("naive-ui").PopoverPlacement;
1466
- virtualScroll: boolean;
1467
- resetMenuOnOptionsChange: boolean;
1468
- showArrow: boolean;
1469
- displayDirective: "show" | "if";
1470
- filterable: boolean;
1471
- clearable: boolean;
1472
- clearFilterAfterSelect: boolean;
1473
- defaultValue: import("naive-ui/es/select/src/interface").Value | null;
1474
- remote: boolean;
1475
- widthMode: string;
1476
- onCreate: (label: string) => import("naive-ui").SelectOption;
1477
- fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
1478
- consistentMenuWidth: boolean;
1474
+ readonly tag: boolean;
1475
+ readonly show: boolean | undefined;
1476
+ readonly multiple: boolean;
1477
+ readonly disabled: boolean | undefined;
1478
+ readonly to: string | boolean | HTMLElement;
1479
+ readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
1480
+ readonly loading: boolean;
1481
+ readonly bordered: boolean | undefined;
1482
+ readonly placement: import("naive-ui").PopoverPlacement;
1483
+ readonly labelField: string;
1484
+ readonly virtualScroll: boolean;
1485
+ readonly valueField: string;
1486
+ readonly resetMenuOnOptionsChange: boolean;
1487
+ readonly showArrow: boolean;
1488
+ readonly displayDirective: "show" | "if";
1489
+ readonly filterable: boolean;
1490
+ readonly clearable: boolean;
1491
+ readonly internalShowCheckmark: boolean;
1492
+ readonly clearFilterAfterSelect: boolean;
1493
+ readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
1494
+ readonly remote: boolean;
1495
+ readonly widthMode: string;
1496
+ readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
1497
+ readonly consistentMenuWidth: boolean;
1498
+ readonly childrenField: string;
1479
1499
  }>;
1480
1500
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1481
1501
  mainForm: {