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
@@ -255,7 +255,10 @@ declare const _default: import("vue").DefineComponent<{
255
255
  readonly default: true;
256
256
  };
257
257
  readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
258
- readonly nativeFocusBehavior: BooleanConstructor;
258
+ readonly nativeFocusBehavior: {
259
+ readonly type: BooleanConstructor;
260
+ readonly default: boolean;
261
+ };
259
262
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
260
263
  heightTiny: string;
261
264
  heightSmall: string;
@@ -969,7 +972,10 @@ declare const _default: import("vue").DefineComponent<{
969
972
  readonly default: true;
970
973
  };
971
974
  readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
972
- readonly nativeFocusBehavior: BooleanConstructor;
975
+ readonly nativeFocusBehavior: {
976
+ readonly type: BooleanConstructor;
977
+ readonly default: boolean;
978
+ };
973
979
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
974
980
  heightTiny: string;
975
981
  heightSmall: string;
@@ -1583,26 +1589,26 @@ declare const _default: import("vue").DefineComponent<{
1583
1589
  rippleDuration: string;
1584
1590
  }, any>>>;
1585
1591
  }>>, {
1586
- type: import("naive-ui/es/button/src/interface").Type;
1587
- tag: keyof HTMLElementTagNameMap;
1588
- block: boolean;
1589
- round: boolean;
1590
- dashed: boolean;
1591
- text: boolean;
1592
- circle: boolean;
1593
- disabled: boolean;
1594
- focusable: boolean;
1595
- strong: boolean;
1596
- loading: boolean;
1597
- bordered: boolean;
1598
- tertiary: boolean;
1599
- ghost: boolean;
1600
- keyboard: boolean;
1601
- secondary: boolean;
1602
- quaternary: boolean;
1603
- iconPlacement: "left" | "right";
1604
- attrType: "button" | "reset" | "submit";
1605
- nativeFocusBehavior: boolean;
1592
+ readonly type: import("naive-ui/es/button/src/interface").Type;
1593
+ readonly tag: keyof HTMLElementTagNameMap;
1594
+ readonly block: boolean;
1595
+ readonly round: boolean;
1596
+ readonly dashed: boolean;
1597
+ readonly text: boolean;
1598
+ readonly circle: boolean;
1599
+ readonly disabled: boolean;
1600
+ readonly focusable: boolean;
1601
+ readonly strong: boolean;
1602
+ readonly loading: boolean;
1603
+ readonly bordered: boolean;
1604
+ readonly tertiary: boolean;
1605
+ readonly ghost: boolean;
1606
+ readonly keyboard: boolean;
1607
+ readonly secondary: boolean;
1608
+ readonly quaternary: boolean;
1609
+ readonly iconPlacement: "left" | "right";
1610
+ readonly attrType: "button" | "reset" | "submit";
1611
+ readonly nativeFocusBehavior: boolean;
1606
1612
  }>;
1607
1613
  NInput: import("vue").DefineComponent<{
1608
1614
  bordered: {
@@ -1662,6 +1668,10 @@ declare const _default: import("vue").DefineComponent<{
1662
1668
  type: BooleanConstructor;
1663
1669
  default: undefined;
1664
1670
  };
1671
+ allowInput: import("vue").PropType<(value: string) => boolean>;
1672
+ renderCount: import("vue").PropType<(props: {
1673
+ value: string;
1674
+ }) => import("vue").VNodeChild>;
1665
1675
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
1666
1676
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
1667
1677
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -1690,6 +1700,7 @@ declare const _default: import("vue").DefineComponent<{
1690
1700
  internalLoadingBeforeSuffix: BooleanConstructor;
1691
1701
  showPasswordToggle: BooleanConstructor;
1692
1702
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
1703
+ countTextColorDisabled: string;
1693
1704
  countTextColor: string;
1694
1705
  heightTiny: string;
1695
1706
  heightSmall: string;
@@ -1750,6 +1761,7 @@ declare const _default: import("vue").DefineComponent<{
1750
1761
  clearSize: string;
1751
1762
  }, any>>;
1752
1763
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1764
+ countTextColorDisabled: string;
1753
1765
  countTextColor: string;
1754
1766
  heightTiny: string;
1755
1767
  heightSmall: string;
@@ -1810,6 +1822,7 @@ declare const _default: import("vue").DefineComponent<{
1810
1822
  clearSize: string;
1811
1823
  }, any>>>;
1812
1824
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1825
+ countTextColorDisabled: string;
1813
1826
  countTextColor: string;
1814
1827
  heightTiny: string;
1815
1828
  heightSmall: string;
@@ -1882,8 +1895,8 @@ declare const _default: import("vue").DefineComponent<{
1882
1895
  contentRef: HTMLElement | null;
1883
1896
  containerScrollTop: number;
1884
1897
  syncUnifiedContainer: () => void;
1885
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
1886
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
1898
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
1899
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
1887
1900
  sync: () => void;
1888
1901
  handleMouseEnterWrapper: () => void;
1889
1902
  handleMouseLeaveWrapper: () => void;
@@ -1917,7 +1930,7 @@ declare const _default: import("vue").DefineComponent<{
1917
1930
  handleCompositionEnd: (e: CompositionEvent) => void;
1918
1931
  handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
1919
1932
  handleInputBlur: (e: FocusEvent) => void;
1920
- handleInputFocus: (e: FocusEvent) => void;
1933
+ handleInputFocus: (e: FocusEvent, index: number) => void;
1921
1934
  handleWrapperBlur: (e: FocusEvent) => void;
1922
1935
  handleWrapperFocus: (e: FocusEvent) => void;
1923
1936
  handleMouseEnter: () => void;
@@ -1928,7 +1941,7 @@ declare const _default: import("vue").DefineComponent<{
1928
1941
  handleClear: (e: MouseEvent) => void;
1929
1942
  handlePasswordToggleClick: () => void;
1930
1943
  handlePasswordToggleMousedown: (e: MouseEvent) => void;
1931
- handleWrapperKeyDown: (e: KeyboardEvent) => void;
1944
+ handleWrapperKeydown: (e: KeyboardEvent) => void;
1932
1945
  handleTextAreaMirrorResize: () => void;
1933
1946
  getTextareaScrollContainer: () => HTMLTextAreaElement | null;
1934
1947
  mergedTheme: import("vue").ComputedRef<{
@@ -1972,10 +1985,11 @@ declare const _default: import("vue").DefineComponent<{
1972
1985
  opacity5: string;
1973
1986
  dividerColor: string;
1974
1987
  borderColor: string;
1975
- closeColor: string;
1988
+ closeIconColor: string;
1989
+ closeIconColorHover: string;
1990
+ closeIconColorPressed: string;
1976
1991
  closeColorHover: string;
1977
1992
  closeColorPressed: string;
1978
- closeColorDisabled: string;
1979
1993
  clearColor: string;
1980
1994
  clearColorHover: string;
1981
1995
  clearColorPressed: string;
@@ -2037,6 +2051,7 @@ declare const _default: import("vue").DefineComponent<{
2037
2051
  name: "common";
2038
2052
  };
2039
2053
  self: {
2054
+ countTextColorDisabled: string;
2040
2055
  countTextColor: string;
2041
2056
  heightTiny: string;
2042
2057
  heightSmall: string;
@@ -2104,6 +2119,7 @@ declare const _default: import("vue").DefineComponent<{
2104
2119
  cssVars: import("vue").ComputedRef<{
2105
2120
  '--n-bezier': string;
2106
2121
  '--n-count-text-color': string;
2122
+ '--n-count-text-color-disabled': string;
2107
2123
  '--n-color': string;
2108
2124
  '--n-font-size': string;
2109
2125
  '--n-border-radius': string;
@@ -2158,6 +2174,7 @@ declare const _default: import("vue").DefineComponent<{
2158
2174
  select: () => void;
2159
2175
  activate: () => void;
2160
2176
  deactivate: () => void;
2177
+ scrollTo: (options: ScrollToOptions) => void;
2161
2178
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2162
2179
  bordered: {
2163
2180
  type: import("vue").PropType<boolean | undefined>;
@@ -2216,6 +2233,10 @@ declare const _default: import("vue").DefineComponent<{
2216
2233
  type: BooleanConstructor;
2217
2234
  default: undefined;
2218
2235
  };
2236
+ allowInput: import("vue").PropType<(value: string) => boolean>;
2237
+ renderCount: import("vue").PropType<(props: {
2238
+ value: string;
2239
+ }) => import("vue").VNodeChild>;
2219
2240
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
2220
2241
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
2221
2242
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -2244,6 +2265,7 @@ declare const _default: import("vue").DefineComponent<{
2244
2265
  internalLoadingBeforeSuffix: BooleanConstructor;
2245
2266
  showPasswordToggle: BooleanConstructor;
2246
2267
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
2268
+ countTextColorDisabled: string;
2247
2269
  countTextColor: string;
2248
2270
  heightTiny: string;
2249
2271
  heightSmall: string;
@@ -2304,6 +2326,7 @@ declare const _default: import("vue").DefineComponent<{
2304
2326
  clearSize: string;
2305
2327
  }, any>>;
2306
2328
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2329
+ countTextColorDisabled: string;
2307
2330
  countTextColor: string;
2308
2331
  heightTiny: string;
2309
2332
  heightSmall: string;
@@ -2364,6 +2387,7 @@ declare const _default: import("vue").DefineComponent<{
2364
2387
  clearSize: string;
2365
2388
  }, any>>>;
2366
2389
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2390
+ countTextColorDisabled: string;
2367
2391
  countTextColor: string;
2368
2392
  heightTiny: string;
2369
2393
  heightSmall: string;
@@ -3221,9 +3245,11 @@ declare const _default: import("vue").DefineComponent<{
3221
3245
  scrollable: BooleanConstructor;
3222
3246
  contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3223
3247
  headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3248
+ footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3224
3249
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
3225
3250
  'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
3226
3251
  onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
3252
+ internalDeactivateImmediately: BooleanConstructor;
3227
3253
  internalSyncTargetWithParent: BooleanConstructor;
3228
3254
  internalInheritedEventHandlers: {
3229
3255
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -3275,22 +3301,7 @@ declare const _default: import("vue").DefineComponent<{
3275
3301
  textColor2: string;
3276
3302
  textColor3: string;
3277
3303
  textColorDisabled: string;
3278
- placeholderColor: string; /**
3279
- * 针对 bigTable 的设置列
3280
- * type: 列的类型
3281
- * field: 列字段名(注:属性层级越深,渲染性能将直线下降)
3282
- * title: 列标题(支持开启国际化)
3283
- * width: 列宽度(如果为空则均匀分配剩余宽度,如果全部列固定了,可能会存在宽屏下不会铺满,可以配合 "%" 或者 "min-width" 布局)
3284
- * minWidth: 最小列宽度;会自动将剩余空间按比例分配
3285
- * resizable: 列是否允许拖动列宽调整大小
3286
- * visible: 列是否显示
3287
- * fixed: 将列固定在左侧或者右侧(注意:固定列应该放在左右两侧的位置)
3288
- * align: 列对齐方式
3289
- * headerAlign: 表头列的对齐方式
3290
- * footerAlign: 表尾列的对齐方式
3291
- * formatter: 格式化显示内容 Function({cellValue, row, column})
3292
- * sortable: 是否允许列排序
3293
- */
3304
+ placeholderColor: string;
3294
3305
  placeholderColorDisabled: string;
3295
3306
  iconColor: string;
3296
3307
  iconColorHover: string;
@@ -3303,10 +3314,11 @@ declare const _default: import("vue").DefineComponent<{
3303
3314
  opacity5: string;
3304
3315
  dividerColor: string;
3305
3316
  borderColor: string;
3306
- closeColor: string;
3317
+ closeIconColor: string;
3318
+ closeIconColorHover: string;
3319
+ closeIconColorPressed: string;
3307
3320
  closeColorHover: string;
3308
3321
  closeColorPressed: string;
3309
- closeColorDisabled: string;
3310
3322
  clearColor: string;
3311
3323
  clearColorHover: string;
3312
3324
  clearColorPressed: string;
@@ -3535,9 +3547,11 @@ declare const _default: import("vue").DefineComponent<{
3535
3547
  scrollable: BooleanConstructor;
3536
3548
  contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3537
3549
  headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3550
+ footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3538
3551
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
3539
3552
  'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
3540
3553
  onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
3554
+ internalDeactivateImmediately: BooleanConstructor;
3541
3555
  internalSyncTargetWithParent: BooleanConstructor;
3542
3556
  internalInheritedEventHandlers: {
3543
3557
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -3573,6 +3587,7 @@ declare const _default: import("vue").DefineComponent<{
3573
3587
  arrowPointToCenter: boolean;
3574
3588
  displayDirective: "show" | "if";
3575
3589
  keepAliveOnHover: boolean;
3590
+ internalDeactivateImmediately: boolean;
3576
3591
  animated: boolean;
3577
3592
  internalTrapFocus: boolean;
3578
3593
  defaultShow: boolean;
@@ -3636,9 +3651,12 @@ declare const _default: import("vue").DefineComponent<{
3636
3651
  tabTextColorActiveCard: string;
3637
3652
  tabTextColorDisabledCard: string;
3638
3653
  barColor: string;
3639
- closeColor: string;
3654
+ closeIconColor: string;
3655
+ closeIconColorHover: string;
3656
+ closeIconColorPressed: string;
3640
3657
  closeColorHover: string;
3641
3658
  closeColorPressed: string;
3659
+ closeBorderRadius: string;
3642
3660
  tabColor: string;
3643
3661
  tabColorSegment: string;
3644
3662
  tabBorderColor: string;
@@ -3677,6 +3695,8 @@ declare const _default: import("vue").DefineComponent<{
3677
3695
  panePaddingSmall: string;
3678
3696
  panePaddingMedium: string;
3679
3697
  panePaddingLarge: string;
3698
+ closeSize: string;
3699
+ closeIconSize: string;
3680
3700
  }, any>>;
3681
3701
  readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
3682
3702
  colorSegment: string;
@@ -3698,9 +3718,12 @@ declare const _default: import("vue").DefineComponent<{
3698
3718
  tabTextColorActiveCard: string;
3699
3719
  tabTextColorDisabledCard: string;
3700
3720
  barColor: string;
3701
- closeColor: string;
3721
+ closeIconColor: string;
3722
+ closeIconColorHover: string;
3723
+ closeIconColorPressed: string;
3702
3724
  closeColorHover: string;
3703
3725
  closeColorPressed: string;
3726
+ closeBorderRadius: string;
3704
3727
  tabColor: string;
3705
3728
  tabColorSegment: string;
3706
3729
  tabBorderColor: string;
@@ -3739,6 +3762,8 @@ declare const _default: import("vue").DefineComponent<{
3739
3762
  panePaddingSmall: string;
3740
3763
  panePaddingMedium: string;
3741
3764
  panePaddingLarge: string;
3765
+ closeSize: string;
3766
+ closeIconSize: string;
3742
3767
  }, any>>>;
3743
3768
  readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
3744
3769
  colorSegment: string;
@@ -3760,9 +3785,12 @@ declare const _default: import("vue").DefineComponent<{
3760
3785
  tabTextColorActiveCard: string;
3761
3786
  tabTextColorDisabledCard: string;
3762
3787
  barColor: string;
3763
- closeColor: string;
3788
+ closeIconColor: string;
3789
+ closeIconColorHover: string;
3790
+ closeIconColorPressed: string;
3764
3791
  closeColorHover: string;
3765
3792
  closeColorPressed: string;
3793
+ closeBorderRadius: string;
3766
3794
  tabColor: string;
3767
3795
  tabColorSegment: string;
3768
3796
  tabBorderColor: string;
@@ -3801,12 +3829,15 @@ declare const _default: import("vue").DefineComponent<{
3801
3829
  panePaddingSmall: string;
3802
3830
  panePaddingMedium: string;
3803
3831
  panePaddingLarge: string;
3832
+ closeSize: string;
3833
+ closeIconSize: string;
3804
3834
  }, any>>>;
3805
3835
  }, {
3806
3836
  syncBarPosition: () => void;
3807
3837
  mergedClsPrefix: import("vue").ComputedRef<string>;
3808
3838
  mergedValue: import("vue").ComputedRef<string | number | null>;
3809
3839
  renderedNames: Set<string | number>;
3840
+ tabsRailElRef: import("vue").Ref<HTMLElement | null>;
3810
3841
  tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
3811
3842
  tabsElRef: import("vue").Ref<HTMLElement | null>;
3812
3843
  barElRef: import("vue").Ref<HTMLElement | null>;
@@ -3871,9 +3902,14 @@ declare const _default: import("vue").DefineComponent<{
3871
3902
  '--n-pane-text-color': string;
3872
3903
  '--n-tab-border-color': string;
3873
3904
  '--n-tab-border-radius': string;
3874
- '--n-close-color': string;
3905
+ '--n-close-size': string;
3906
+ '--n-close-icon-size': string;
3875
3907
  '--n-close-color-hover': string;
3876
3908
  '--n-close-color-pressed': string;
3909
+ '--n-close-border-radius': string;
3910
+ '--n-close-icon-color': string;
3911
+ '--n-close-icon-color-hover': string;
3912
+ '--n-close-icon-color-pressed': string;
3877
3913
  '--n-tab-color': string;
3878
3914
  '--n-tab-font-weight': string;
3879
3915
  '--n-tab-font-weight-active': string;
@@ -3888,7 +3924,7 @@ declare const _default: import("vue").DefineComponent<{
3888
3924
  renderNameListRef: {
3889
3925
  value: (string | number)[];
3890
3926
  };
3891
- onAnimationBeforeLeave: () => void;
3927
+ onAnimationBeforeLeave: (el: HTMLElement) => void;
3892
3928
  onAnimationEnter: (el: HTMLElement) => void;
3893
3929
  onAnimationAfterEnter: () => void;
3894
3930
  onRender: (() => void) | undefined;
@@ -3947,9 +3983,12 @@ declare const _default: import("vue").DefineComponent<{
3947
3983
  tabTextColorActiveCard: string;
3948
3984
  tabTextColorDisabledCard: string;
3949
3985
  barColor: string;
3950
- closeColor: string;
3986
+ closeIconColor: string;
3987
+ closeIconColorHover: string;
3988
+ closeIconColorPressed: string;
3951
3989
  closeColorHover: string;
3952
3990
  closeColorPressed: string;
3991
+ closeBorderRadius: string;
3953
3992
  tabColor: string;
3954
3993
  tabColorSegment: string;
3955
3994
  tabBorderColor: string;
@@ -3988,6 +4027,8 @@ declare const _default: import("vue").DefineComponent<{
3988
4027
  panePaddingSmall: string;
3989
4028
  panePaddingMedium: string;
3990
4029
  panePaddingLarge: string;
4030
+ closeSize: string;
4031
+ closeIconSize: string;
3991
4032
  }, any>>;
3992
4033
  readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
3993
4034
  colorSegment: string;
@@ -4009,9 +4050,12 @@ declare const _default: import("vue").DefineComponent<{
4009
4050
  tabTextColorActiveCard: string;
4010
4051
  tabTextColorDisabledCard: string;
4011
4052
  barColor: string;
4012
- closeColor: string;
4053
+ closeIconColor: string;
4054
+ closeIconColorHover: string;
4055
+ closeIconColorPressed: string;
4013
4056
  closeColorHover: string;
4014
4057
  closeColorPressed: string;
4058
+ closeBorderRadius: string;
4015
4059
  tabColor: string;
4016
4060
  tabColorSegment: string;
4017
4061
  tabBorderColor: string;
@@ -4050,6 +4094,8 @@ declare const _default: import("vue").DefineComponent<{
4050
4094
  panePaddingSmall: string;
4051
4095
  panePaddingMedium: string;
4052
4096
  panePaddingLarge: string;
4097
+ closeSize: string;
4098
+ closeIconSize: string;
4053
4099
  }, any>>>;
4054
4100
  readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
4055
4101
  colorSegment: string;
@@ -4071,9 +4117,12 @@ declare const _default: import("vue").DefineComponent<{
4071
4117
  tabTextColorActiveCard: string;
4072
4118
  tabTextColorDisabledCard: string;
4073
4119
  barColor: string;
4074
- closeColor: string;
4120
+ closeIconColor: string;
4121
+ closeIconColorHover: string;
4122
+ closeIconColorPressed: string;
4075
4123
  closeColorHover: string;
4076
4124
  closeColorPressed: string;
4125
+ closeBorderRadius: string;
4077
4126
  tabColor: string;
4078
4127
  tabColorSegment: string;
4079
4128
  tabBorderColor: string;
@@ -4112,14 +4161,16 @@ declare const _default: import("vue").DefineComponent<{
4112
4161
  panePaddingSmall: string;
4113
4162
  panePaddingMedium: string;
4114
4163
  panePaddingLarge: string;
4164
+ closeSize: string;
4165
+ closeIconSize: string;
4115
4166
  }, any>>>;
4116
4167
  }>>, {
4117
- type: import("naive-ui/es/tabs/src/interface").TabsType;
4118
- size: "small" | "medium" | "large";
4119
- closable: boolean;
4120
- trigger: "click" | "hover";
4121
- animated: boolean;
4122
- tabsPadding: number;
4168
+ readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
4169
+ readonly size: "small" | "medium" | "large";
4170
+ readonly closable: boolean;
4171
+ readonly trigger: "click" | "hover";
4172
+ readonly animated: boolean;
4173
+ readonly tabsPadding: number;
4123
4174
  }>;
4124
4175
  NTabPane: import("vue").DefineComponent<{
4125
4176
  readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -4168,9 +4219,9 @@ declare const _default: import("vue").DefineComponent<{
4168
4219
  [key: string]: any;
4169
4220
  }> | (() => import("vue").VNodeChild)>;
4170
4221
  }>>, {
4171
- disabled: boolean;
4172
- closable: boolean | undefined;
4173
- displayDirective: "show" | "if" | "show:lazy";
4222
+ readonly disabled: boolean;
4223
+ readonly closable: boolean | undefined;
4224
+ readonly displayDirective: "show" | "if" | "show:lazy";
4174
4225
  }>;
4175
4226
  NIcon: import("vue").DefineComponent<{
4176
4227
  readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
@@ -73,6 +73,7 @@ declare const _default: import("vue").DefineComponent<{
73
73
  };
74
74
  }>>, {}>;
75
75
  NPopover: import("vue").DefineComponent<{
76
+ internalOnAfterLeave: PropType<() => void>;
76
77
  internalRenderBody: PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
77
78
  show: {
78
79
  type: PropType<boolean | undefined>;
@@ -135,9 +136,11 @@ declare const _default: import("vue").DefineComponent<{
135
136
  scrollable: BooleanConstructor;
136
137
  contentStyle: PropType<string | CSSProperties>;
137
138
  headerStyle: PropType<string | CSSProperties>;
139
+ footerStyle: PropType<string | CSSProperties>;
138
140
  onClickoutside: PropType<(e: MouseEvent) => void>;
139
141
  'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
140
142
  onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
143
+ internalDeactivateImmediately: BooleanConstructor;
141
144
  internalSyncTargetWithParent: BooleanConstructor;
142
145
  internalInheritedEventHandlers: {
143
146
  type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -215,6 +218,7 @@ declare const _default: import("vue").DefineComponent<{
215
218
  handleBlur: () => void;
216
219
  syncPosition: () => void;
217
220
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
221
+ internalOnAfterLeave: PropType<() => void>;
218
222
  internalRenderBody: PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
219
223
  show: {
220
224
  type: PropType<boolean | undefined>;
@@ -277,9 +281,11 @@ declare const _default: import("vue").DefineComponent<{
277
281
  scrollable: BooleanConstructor;
278
282
  contentStyle: PropType<string | CSSProperties>;
279
283
  headerStyle: PropType<string | CSSProperties>;
284
+ footerStyle: PropType<string | CSSProperties>;
280
285
  onClickoutside: PropType<(e: MouseEvent) => void>;
281
286
  'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
282
287
  onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
288
+ internalDeactivateImmediately: BooleanConstructor;
283
289
  internalSyncTargetWithParent: BooleanConstructor;
284
290
  internalInheritedEventHandlers: {
285
291
  type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -357,6 +363,7 @@ declare const _default: import("vue").DefineComponent<{
357
363
  arrowPointToCenter: boolean;
358
364
  displayDirective: "show" | "if";
359
365
  keepAliveOnHover: boolean;
366
+ internalDeactivateImmediately: boolean;
360
367
  animated: boolean;
361
368
  internalTrapFocus: boolean;
362
369
  defaultShow: boolean;
@@ -423,6 +430,10 @@ declare const _default: import("vue").DefineComponent<{
423
430
  type: BooleanConstructor;
424
431
  default: undefined;
425
432
  };
433
+ allowInput: PropType<(value: string) => boolean>;
434
+ renderCount: PropType<(props: {
435
+ value: string;
436
+ }) => import("vue").VNodeChild>;
426
437
  onMousedown: PropType<(e: MouseEvent) => void>;
427
438
  onKeydown: PropType<(e: KeyboardEvent) => void>;
428
439
  onKeyup: PropType<(e: KeyboardEvent) => void>;
@@ -451,6 +462,7 @@ declare const _default: import("vue").DefineComponent<{
451
462
  internalLoadingBeforeSuffix: BooleanConstructor;
452
463
  showPasswordToggle: BooleanConstructor;
453
464
  theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
465
+ countTextColorDisabled: string;
454
466
  countTextColor: string;
455
467
  heightTiny: string;
456
468
  heightSmall: string;
@@ -511,6 +523,7 @@ declare const _default: import("vue").DefineComponent<{
511
523
  clearSize: string;
512
524
  }, any>>;
513
525
  themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
526
+ countTextColorDisabled: string;
514
527
  countTextColor: string;
515
528
  heightTiny: string;
516
529
  heightSmall: string;
@@ -571,6 +584,7 @@ declare const _default: import("vue").DefineComponent<{
571
584
  clearSize: string;
572
585
  }, any>>>;
573
586
  builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
587
+ countTextColorDisabled: string;
574
588
  countTextColor: string;
575
589
  heightTiny: string;
576
590
  heightSmall: string;
@@ -643,8 +657,8 @@ declare const _default: import("vue").DefineComponent<{
643
657
  contentRef: HTMLElement | null;
644
658
  containerScrollTop: number;
645
659
  syncUnifiedContainer: () => void;
646
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
647
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
660
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
661
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
648
662
  sync: () => void;
649
663
  handleMouseEnterWrapper: () => void;
650
664
  handleMouseLeaveWrapper: () => void;
@@ -678,7 +692,7 @@ declare const _default: import("vue").DefineComponent<{
678
692
  handleCompositionEnd: (e: CompositionEvent) => void;
679
693
  handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
680
694
  handleInputBlur: (e: FocusEvent) => void;
681
- handleInputFocus: (e: FocusEvent) => void;
695
+ handleInputFocus: (e: FocusEvent, index: number) => void;
682
696
  handleWrapperBlur: (e: FocusEvent) => void;
683
697
  handleWrapperFocus: (e: FocusEvent) => void;
684
698
  handleMouseEnter: () => void;
@@ -689,7 +703,7 @@ declare const _default: import("vue").DefineComponent<{
689
703
  handleClear: (e: MouseEvent) => void;
690
704
  handlePasswordToggleClick: () => void;
691
705
  handlePasswordToggleMousedown: (e: MouseEvent) => void;
692
- handleWrapperKeyDown: (e: KeyboardEvent) => void;
706
+ handleWrapperKeydown: (e: KeyboardEvent) => void;
693
707
  handleTextAreaMirrorResize: () => void;
694
708
  getTextareaScrollContainer: () => HTMLTextAreaElement | null;
695
709
  mergedTheme: import("vue").ComputedRef<{
@@ -733,10 +747,11 @@ declare const _default: import("vue").DefineComponent<{
733
747
  opacity5: string;
734
748
  dividerColor: string;
735
749
  borderColor: string;
736
- closeColor: string;
750
+ closeIconColor: string;
751
+ closeIconColorHover: string;
752
+ closeIconColorPressed: string;
737
753
  closeColorHover: string;
738
754
  closeColorPressed: string;
739
- closeColorDisabled: string;
740
755
  clearColor: string;
741
756
  clearColorHover: string;
742
757
  clearColorPressed: string;
@@ -798,6 +813,7 @@ declare const _default: import("vue").DefineComponent<{
798
813
  name: "common";
799
814
  };
800
815
  self: {
816
+ countTextColorDisabled: string;
801
817
  countTextColor: string;
802
818
  heightTiny: string;
803
819
  heightSmall: string;
@@ -865,6 +881,7 @@ declare const _default: import("vue").DefineComponent<{
865
881
  cssVars: import("vue").ComputedRef<{
866
882
  '--n-bezier': string;
867
883
  '--n-count-text-color': string;
884
+ '--n-count-text-color-disabled': string;
868
885
  '--n-color': string;
869
886
  '--n-font-size': string;
870
887
  '--n-border-radius': string;
@@ -919,6 +936,7 @@ declare const _default: import("vue").DefineComponent<{
919
936
  select: () => void;
920
937
  activate: () => void;
921
938
  deactivate: () => void;
939
+ scrollTo: (options: ScrollToOptions) => void;
922
940
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
923
941
  bordered: {
924
942
  type: PropType<boolean | undefined>;
@@ -977,6 +995,10 @@ declare const _default: import("vue").DefineComponent<{
977
995
  type: BooleanConstructor;
978
996
  default: undefined;
979
997
  };
998
+ allowInput: PropType<(value: string) => boolean>;
999
+ renderCount: PropType<(props: {
1000
+ value: string;
1001
+ }) => import("vue").VNodeChild>;
980
1002
  onMousedown: PropType<(e: MouseEvent) => void>;
981
1003
  onKeydown: PropType<(e: KeyboardEvent) => void>;
982
1004
  onKeyup: PropType<(e: KeyboardEvent) => void>;
@@ -1005,6 +1027,7 @@ declare const _default: import("vue").DefineComponent<{
1005
1027
  internalLoadingBeforeSuffix: BooleanConstructor;
1006
1028
  showPasswordToggle: BooleanConstructor;
1007
1029
  theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
1030
+ countTextColorDisabled: string;
1008
1031
  countTextColor: string;
1009
1032
  heightTiny: string;
1010
1033
  heightSmall: string;
@@ -1065,6 +1088,7 @@ declare const _default: import("vue").DefineComponent<{
1065
1088
  clearSize: string;
1066
1089
  }, any>>;
1067
1090
  themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1091
+ countTextColorDisabled: string;
1068
1092
  countTextColor: string;
1069
1093
  heightTiny: string;
1070
1094
  heightSmall: string;
@@ -1125,6 +1149,7 @@ declare const _default: import("vue").DefineComponent<{
1125
1149
  clearSize: string;
1126
1150
  }, any>>>;
1127
1151
  builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1152
+ countTextColorDisabled: string;
1128
1153
  countTextColor: string;
1129
1154
  heightTiny: string;
1130
1155
  heightSmall: string;