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.
- package/es/components/big-table/index.d.ts +113 -47
- package/es/components/big-table/src/BigTable.vue.d.ts +114 -63
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +31 -6
- package/es/components/big-table/src/components/input-button.vue.d.ts +52 -28
- package/es/components/big-table/src/hooks/useEdit.d.ts +31 -6
- package/es/components/button-print/index.d.ts +217 -110
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +217 -110
- package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +2 -3
- package/es/components/button-print/src/components/IdentityVerification.js +14 -6
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +144 -56
- package/es/components/button-print/src/utils/dialog.d.ts +3 -1
- package/es/components/button-print/src/utils/dialog.js +35 -23
- package/es/components/button-print/src/utils/print.d.ts +5 -0
- package/es/components/button-print/src/utils/print2.js +18 -0
- package/es/components/chunk-upload/index.d.ts +28 -22
- package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +38 -32
- package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +28 -22
- package/es/components/drag-layout/index.d.ts +568 -308
- package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +192 -99
- package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +112 -79
- package/es/components/drag-layout/src/DragLayout.vue.d.ts +568 -308
- package/es/components/field-set/index.d.ts +170 -95
- package/es/components/field-set/src/FieldSet.vue.d.ts +170 -95
- package/es/components/form-config/index.d.ts +308 -126
- package/es/components/form-config/src/FormConfig.vue.d.ts +308 -126
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +123 -59
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +157 -45
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +28 -22
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +28 -22
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +60 -47
- package/es/components/form-render/index.d.ts +85 -33
- package/es/components/form-render/src/FormRender.vue.d.ts +85 -33
- package/es/components/form-render/src/components/renderer/select.js +8 -5
- package/es/components/form-table/index.d.ts +784 -420
- package/es/components/form-table/src/FormTable.vue.d.ts +805 -427
- package/es/components/form-table/src/components/index.d.ts +784 -420
- package/es/components/form-table/src/components/table-age.vue.d.ts +114 -64
- package/es/components/form-table/src/components/table-date-picker.vue.d.ts +77 -28
- package/es/components/form-table/src/components/table-digital.vue.d.ts +37 -7
- package/es/components/form-table/src/components/table-input-password.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-input.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-month-picker.vue.d.ts +77 -28
- package/es/components/form-table/src/components/table-search-more.vue.d.ts +28 -22
- package/es/components/form-table/src/components/table-search.vue.d.ts +105 -79
- package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +77 -57
- package/es/components/form-table/src/components/table-select.vue.d.ts +77 -57
- package/es/components/form-table/src/components/table-textarea.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-time-picker.vue.d.ts +33 -21
- package/es/components/form-table/src/components/table-tree-select.vue.d.ts +55 -31
- package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +8 -2
- package/es/components/info-header/index.d.ts +236 -61
- package/es/components/info-header/src/HiddenContent.vue.d.ts +12 -5
- package/es/components/info-header/src/InfoEllipsis.vue.d.ts +12 -5
- package/es/components/info-header/src/InfoHeader.vue.d.ts +236 -61
- package/es/components/map/index.d.ts +52 -28
- package/es/components/map/src/Map.vue.d.ts +52 -28
- package/es/components/scale-view/index.d.ts +75 -60
- package/es/components/scale-view/src/ScaleView.vue.d.ts +75 -60
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +28 -22
- package/es/components/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +8 -2
- package/es/components/scale-view/src/hooks/use-component.d.ts +656 -183
- package/es/components/select-label/index.d.ts +956 -262
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +331 -101
- package/es/components/select-label/src/SelectLabel.vue.d.ts +637 -167
- package/es/components/select-label/src/components/label-classify.vue.d.ts +264 -73
- package/es/components/select-person/index.d.ts +210 -111
- package/es/components/select-person/src/SearchTree.vue.d.ts +77 -40
- package/es/components/select-person/src/SelectPerson.vue.d.ts +214 -115
- package/es/components/shortcut-setter/index.d.ts +85 -33
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +85 -33
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +24 -6
- package/es/components/steps-wheel/index.d.ts +8 -2
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +8 -2
- package/es/components/time-line/index.d.ts +55 -30
- package/es/components/time-line/src/TimeLine.vue.d.ts +55 -30
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +28 -22
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +8 -2
- package/package.json +4 -4
|
@@ -256,7 +256,10 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
256
256
|
readonly default: true;
|
|
257
257
|
};
|
|
258
258
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
259
|
-
readonly nativeFocusBehavior:
|
|
259
|
+
readonly nativeFocusBehavior: {
|
|
260
|
+
readonly type: BooleanConstructor;
|
|
261
|
+
readonly default: boolean;
|
|
262
|
+
};
|
|
260
263
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
261
264
|
heightTiny: string;
|
|
262
265
|
heightSmall: string;
|
|
@@ -970,7 +973,10 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
970
973
|
readonly default: true;
|
|
971
974
|
};
|
|
972
975
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
973
|
-
readonly nativeFocusBehavior:
|
|
976
|
+
readonly nativeFocusBehavior: {
|
|
977
|
+
readonly type: BooleanConstructor;
|
|
978
|
+
readonly default: boolean;
|
|
979
|
+
};
|
|
974
980
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
975
981
|
heightTiny: string;
|
|
976
982
|
heightSmall: string;
|
|
@@ -1584,26 +1590,26 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1584
1590
|
rippleDuration: string;
|
|
1585
1591
|
}, any>>>;
|
|
1586
1592
|
}>>, {
|
|
1587
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
1588
|
-
tag: keyof HTMLElementTagNameMap;
|
|
1589
|
-
block: boolean;
|
|
1590
|
-
round: boolean;
|
|
1591
|
-
dashed: boolean;
|
|
1592
|
-
text: boolean;
|
|
1593
|
-
circle: boolean;
|
|
1594
|
-
disabled: boolean;
|
|
1595
|
-
focusable: boolean;
|
|
1596
|
-
strong: boolean;
|
|
1597
|
-
loading: boolean;
|
|
1598
|
-
bordered: boolean;
|
|
1599
|
-
tertiary: boolean;
|
|
1600
|
-
ghost: boolean;
|
|
1601
|
-
keyboard: boolean;
|
|
1602
|
-
secondary: boolean;
|
|
1603
|
-
quaternary: boolean;
|
|
1604
|
-
iconPlacement: "left" | "right";
|
|
1605
|
-
attrType: "button" | "reset" | "submit";
|
|
1606
|
-
nativeFocusBehavior: boolean;
|
|
1593
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1594
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1595
|
+
readonly block: boolean;
|
|
1596
|
+
readonly round: boolean;
|
|
1597
|
+
readonly dashed: boolean;
|
|
1598
|
+
readonly text: boolean;
|
|
1599
|
+
readonly circle: boolean;
|
|
1600
|
+
readonly disabled: boolean;
|
|
1601
|
+
readonly focusable: boolean;
|
|
1602
|
+
readonly strong: boolean;
|
|
1603
|
+
readonly loading: boolean;
|
|
1604
|
+
readonly bordered: boolean;
|
|
1605
|
+
readonly tertiary: boolean;
|
|
1606
|
+
readonly ghost: boolean;
|
|
1607
|
+
readonly keyboard: boolean;
|
|
1608
|
+
readonly secondary: boolean;
|
|
1609
|
+
readonly quaternary: boolean;
|
|
1610
|
+
readonly iconPlacement: "left" | "right";
|
|
1611
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1612
|
+
readonly nativeFocusBehavior: boolean;
|
|
1607
1613
|
}>;
|
|
1608
1614
|
NInput: import("vue").DefineComponent<{
|
|
1609
1615
|
bordered: {
|
|
@@ -1663,6 +1669,10 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1663
1669
|
type: BooleanConstructor;
|
|
1664
1670
|
default: undefined;
|
|
1665
1671
|
};
|
|
1672
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
1673
|
+
renderCount: import("vue").PropType<(props: {
|
|
1674
|
+
value: string;
|
|
1675
|
+
}) => import("vue").VNodeChild>;
|
|
1666
1676
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1667
1677
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
1668
1678
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -1691,6 +1701,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1691
1701
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
1692
1702
|
showPasswordToggle: BooleanConstructor;
|
|
1693
1703
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1704
|
+
countTextColorDisabled: string;
|
|
1694
1705
|
countTextColor: string;
|
|
1695
1706
|
heightTiny: string;
|
|
1696
1707
|
heightSmall: string;
|
|
@@ -1751,6 +1762,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1751
1762
|
clearSize: string;
|
|
1752
1763
|
}, any>>;
|
|
1753
1764
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1765
|
+
countTextColorDisabled: string;
|
|
1754
1766
|
countTextColor: string;
|
|
1755
1767
|
heightTiny: string;
|
|
1756
1768
|
heightSmall: string;
|
|
@@ -1811,6 +1823,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1811
1823
|
clearSize: string;
|
|
1812
1824
|
}, any>>>;
|
|
1813
1825
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1826
|
+
countTextColorDisabled: string;
|
|
1814
1827
|
countTextColor: string;
|
|
1815
1828
|
heightTiny: string;
|
|
1816
1829
|
heightSmall: string;
|
|
@@ -1883,8 +1896,8 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1883
1896
|
contentRef: HTMLElement | null;
|
|
1884
1897
|
containerScrollTop: number;
|
|
1885
1898
|
syncUnifiedContainer: () => void;
|
|
1886
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
1887
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
1899
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
1900
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
1888
1901
|
sync: () => void;
|
|
1889
1902
|
handleMouseEnterWrapper: () => void;
|
|
1890
1903
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -1918,7 +1931,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1918
1931
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
1919
1932
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
1920
1933
|
handleInputBlur: (e: FocusEvent) => void;
|
|
1921
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
1934
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
1922
1935
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
1923
1936
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
1924
1937
|
handleMouseEnter: () => void;
|
|
@@ -1929,7 +1942,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1929
1942
|
handleClear: (e: MouseEvent) => void;
|
|
1930
1943
|
handlePasswordToggleClick: () => void;
|
|
1931
1944
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
1932
|
-
|
|
1945
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
1933
1946
|
handleTextAreaMirrorResize: () => void;
|
|
1934
1947
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
1935
1948
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -1973,10 +1986,11 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1973
1986
|
opacity5: string;
|
|
1974
1987
|
dividerColor: string;
|
|
1975
1988
|
borderColor: string;
|
|
1976
|
-
|
|
1989
|
+
closeIconColor: string;
|
|
1990
|
+
closeIconColorHover: string;
|
|
1991
|
+
closeIconColorPressed: string;
|
|
1977
1992
|
closeColorHover: string;
|
|
1978
1993
|
closeColorPressed: string;
|
|
1979
|
-
closeColorDisabled: string;
|
|
1980
1994
|
clearColor: string;
|
|
1981
1995
|
clearColorHover: string;
|
|
1982
1996
|
clearColorPressed: string;
|
|
@@ -2038,6 +2052,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2038
2052
|
name: "common";
|
|
2039
2053
|
};
|
|
2040
2054
|
self: {
|
|
2055
|
+
countTextColorDisabled: string;
|
|
2041
2056
|
countTextColor: string;
|
|
2042
2057
|
heightTiny: string;
|
|
2043
2058
|
heightSmall: string;
|
|
@@ -2105,6 +2120,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2105
2120
|
cssVars: import("vue").ComputedRef<{
|
|
2106
2121
|
'--n-bezier': string;
|
|
2107
2122
|
'--n-count-text-color': string;
|
|
2123
|
+
'--n-count-text-color-disabled': string;
|
|
2108
2124
|
'--n-color': string;
|
|
2109
2125
|
'--n-font-size': string;
|
|
2110
2126
|
'--n-border-radius': string;
|
|
@@ -2159,6 +2175,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2159
2175
|
select: () => void;
|
|
2160
2176
|
activate: () => void;
|
|
2161
2177
|
deactivate: () => void;
|
|
2178
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
2162
2179
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2163
2180
|
bordered: {
|
|
2164
2181
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -2217,6 +2234,10 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2217
2234
|
type: BooleanConstructor;
|
|
2218
2235
|
default: undefined;
|
|
2219
2236
|
};
|
|
2237
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
2238
|
+
renderCount: import("vue").PropType<(props: {
|
|
2239
|
+
value: string;
|
|
2240
|
+
}) => import("vue").VNodeChild>;
|
|
2220
2241
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
2221
2242
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
2222
2243
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -2245,6 +2266,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2245
2266
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
2246
2267
|
showPasswordToggle: BooleanConstructor;
|
|
2247
2268
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2269
|
+
countTextColorDisabled: string;
|
|
2248
2270
|
countTextColor: string;
|
|
2249
2271
|
heightTiny: string;
|
|
2250
2272
|
heightSmall: string;
|
|
@@ -2305,6 +2327,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2305
2327
|
clearSize: string;
|
|
2306
2328
|
}, any>>;
|
|
2307
2329
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2330
|
+
countTextColorDisabled: string;
|
|
2308
2331
|
countTextColor: string;
|
|
2309
2332
|
heightTiny: string;
|
|
2310
2333
|
heightSmall: string;
|
|
@@ -2365,6 +2388,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2365
2388
|
clearSize: string;
|
|
2366
2389
|
}, any>>>;
|
|
2367
2390
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2391
|
+
countTextColorDisabled: string;
|
|
2368
2392
|
countTextColor: string;
|
|
2369
2393
|
heightTiny: string;
|
|
2370
2394
|
heightSmall: string;
|
|
@@ -3222,9 +3246,11 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3222
3246
|
scrollable: BooleanConstructor;
|
|
3223
3247
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3224
3248
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3249
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3225
3250
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3226
3251
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
3227
3252
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
3253
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
3228
3254
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
3229
3255
|
internalInheritedEventHandlers: {
|
|
3230
3256
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -3289,10 +3315,11 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3289
3315
|
opacity5: string;
|
|
3290
3316
|
dividerColor: string;
|
|
3291
3317
|
borderColor: string;
|
|
3292
|
-
|
|
3318
|
+
closeIconColor: string;
|
|
3319
|
+
closeIconColorHover: string;
|
|
3320
|
+
closeIconColorPressed: string;
|
|
3293
3321
|
closeColorHover: string;
|
|
3294
3322
|
closeColorPressed: string;
|
|
3295
|
-
closeColorDisabled: string;
|
|
3296
3323
|
clearColor: string;
|
|
3297
3324
|
clearColorHover: string;
|
|
3298
3325
|
clearColorPressed: string;
|
|
@@ -3521,9 +3548,11 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3521
3548
|
scrollable: BooleanConstructor;
|
|
3522
3549
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3523
3550
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3551
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3524
3552
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3525
3553
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
3526
3554
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
3555
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
3527
3556
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
3528
3557
|
internalInheritedEventHandlers: {
|
|
3529
3558
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -3559,6 +3588,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3559
3588
|
arrowPointToCenter: boolean;
|
|
3560
3589
|
displayDirective: "show" | "if";
|
|
3561
3590
|
keepAliveOnHover: boolean;
|
|
3591
|
+
internalDeactivateImmediately: boolean;
|
|
3562
3592
|
animated: boolean;
|
|
3563
3593
|
internalTrapFocus: boolean;
|
|
3564
3594
|
defaultShow: boolean;
|
|
@@ -3622,9 +3652,12 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3622
3652
|
tabTextColorActiveCard: string;
|
|
3623
3653
|
tabTextColorDisabledCard: string;
|
|
3624
3654
|
barColor: string;
|
|
3625
|
-
|
|
3655
|
+
closeIconColor: string;
|
|
3656
|
+
closeIconColorHover: string;
|
|
3657
|
+
closeIconColorPressed: string;
|
|
3626
3658
|
closeColorHover: string;
|
|
3627
3659
|
closeColorPressed: string;
|
|
3660
|
+
closeBorderRadius: string;
|
|
3628
3661
|
tabColor: string;
|
|
3629
3662
|
tabColorSegment: string;
|
|
3630
3663
|
tabBorderColor: string;
|
|
@@ -3663,6 +3696,8 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3663
3696
|
panePaddingSmall: string;
|
|
3664
3697
|
panePaddingMedium: string;
|
|
3665
3698
|
panePaddingLarge: string;
|
|
3699
|
+
closeSize: string;
|
|
3700
|
+
closeIconSize: string;
|
|
3666
3701
|
}, any>>;
|
|
3667
3702
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3668
3703
|
colorSegment: string;
|
|
@@ -3684,9 +3719,12 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3684
3719
|
tabTextColorActiveCard: string;
|
|
3685
3720
|
tabTextColorDisabledCard: string;
|
|
3686
3721
|
barColor: string;
|
|
3687
|
-
|
|
3722
|
+
closeIconColor: string;
|
|
3723
|
+
closeIconColorHover: string;
|
|
3724
|
+
closeIconColorPressed: string;
|
|
3688
3725
|
closeColorHover: string;
|
|
3689
3726
|
closeColorPressed: string;
|
|
3727
|
+
closeBorderRadius: string;
|
|
3690
3728
|
tabColor: string;
|
|
3691
3729
|
tabColorSegment: string;
|
|
3692
3730
|
tabBorderColor: string;
|
|
@@ -3725,6 +3763,8 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3725
3763
|
panePaddingSmall: string;
|
|
3726
3764
|
panePaddingMedium: string;
|
|
3727
3765
|
panePaddingLarge: string;
|
|
3766
|
+
closeSize: string;
|
|
3767
|
+
closeIconSize: string;
|
|
3728
3768
|
}, any>>>;
|
|
3729
3769
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3730
3770
|
colorSegment: string;
|
|
@@ -3746,9 +3786,12 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3746
3786
|
tabTextColorActiveCard: string;
|
|
3747
3787
|
tabTextColorDisabledCard: string;
|
|
3748
3788
|
barColor: string;
|
|
3749
|
-
|
|
3789
|
+
closeIconColor: string;
|
|
3790
|
+
closeIconColorHover: string;
|
|
3791
|
+
closeIconColorPressed: string;
|
|
3750
3792
|
closeColorHover: string;
|
|
3751
3793
|
closeColorPressed: string;
|
|
3794
|
+
closeBorderRadius: string;
|
|
3752
3795
|
tabColor: string;
|
|
3753
3796
|
tabColorSegment: string;
|
|
3754
3797
|
tabBorderColor: string;
|
|
@@ -3787,12 +3830,15 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3787
3830
|
panePaddingSmall: string;
|
|
3788
3831
|
panePaddingMedium: string;
|
|
3789
3832
|
panePaddingLarge: string;
|
|
3833
|
+
closeSize: string;
|
|
3834
|
+
closeIconSize: string;
|
|
3790
3835
|
}, any>>>;
|
|
3791
3836
|
}, {
|
|
3792
3837
|
syncBarPosition: () => void;
|
|
3793
3838
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
3794
3839
|
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
3795
3840
|
renderedNames: Set<string | number>;
|
|
3841
|
+
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
3796
3842
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
3797
3843
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
3798
3844
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
@@ -3857,9 +3903,14 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3857
3903
|
'--n-pane-text-color': string;
|
|
3858
3904
|
'--n-tab-border-color': string;
|
|
3859
3905
|
'--n-tab-border-radius': string;
|
|
3860
|
-
'--n-close-
|
|
3906
|
+
'--n-close-size': string;
|
|
3907
|
+
'--n-close-icon-size': string;
|
|
3861
3908
|
'--n-close-color-hover': string;
|
|
3862
3909
|
'--n-close-color-pressed': string;
|
|
3910
|
+
'--n-close-border-radius': string;
|
|
3911
|
+
'--n-close-icon-color': string;
|
|
3912
|
+
'--n-close-icon-color-hover': string;
|
|
3913
|
+
'--n-close-icon-color-pressed': string;
|
|
3863
3914
|
'--n-tab-color': string;
|
|
3864
3915
|
'--n-tab-font-weight': string;
|
|
3865
3916
|
'--n-tab-font-weight-active': string;
|
|
@@ -3874,7 +3925,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3874
3925
|
renderNameListRef: {
|
|
3875
3926
|
value: (string | number)[];
|
|
3876
3927
|
};
|
|
3877
|
-
onAnimationBeforeLeave: () => void;
|
|
3928
|
+
onAnimationBeforeLeave: (el: HTMLElement) => void;
|
|
3878
3929
|
onAnimationEnter: (el: HTMLElement) => void;
|
|
3879
3930
|
onAnimationAfterEnter: () => void;
|
|
3880
3931
|
onRender: (() => void) | undefined;
|
|
@@ -3933,9 +3984,12 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3933
3984
|
tabTextColorActiveCard: string;
|
|
3934
3985
|
tabTextColorDisabledCard: string;
|
|
3935
3986
|
barColor: string;
|
|
3936
|
-
|
|
3987
|
+
closeIconColor: string;
|
|
3988
|
+
closeIconColorHover: string;
|
|
3989
|
+
closeIconColorPressed: string;
|
|
3937
3990
|
closeColorHover: string;
|
|
3938
3991
|
closeColorPressed: string;
|
|
3992
|
+
closeBorderRadius: string;
|
|
3939
3993
|
tabColor: string;
|
|
3940
3994
|
tabColorSegment: string;
|
|
3941
3995
|
tabBorderColor: string;
|
|
@@ -3974,6 +4028,8 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3974
4028
|
panePaddingSmall: string;
|
|
3975
4029
|
panePaddingMedium: string;
|
|
3976
4030
|
panePaddingLarge: string;
|
|
4031
|
+
closeSize: string;
|
|
4032
|
+
closeIconSize: string;
|
|
3977
4033
|
}, any>>;
|
|
3978
4034
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3979
4035
|
colorSegment: string;
|
|
@@ -3995,9 +4051,12 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3995
4051
|
tabTextColorActiveCard: string;
|
|
3996
4052
|
tabTextColorDisabledCard: string;
|
|
3997
4053
|
barColor: string;
|
|
3998
|
-
|
|
4054
|
+
closeIconColor: string;
|
|
4055
|
+
closeIconColorHover: string;
|
|
4056
|
+
closeIconColorPressed: string;
|
|
3999
4057
|
closeColorHover: string;
|
|
4000
4058
|
closeColorPressed: string;
|
|
4059
|
+
closeBorderRadius: string;
|
|
4001
4060
|
tabColor: string;
|
|
4002
4061
|
tabColorSegment: string;
|
|
4003
4062
|
tabBorderColor: string;
|
|
@@ -4036,6 +4095,8 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4036
4095
|
panePaddingSmall: string;
|
|
4037
4096
|
panePaddingMedium: string;
|
|
4038
4097
|
panePaddingLarge: string;
|
|
4098
|
+
closeSize: string;
|
|
4099
|
+
closeIconSize: string;
|
|
4039
4100
|
}, any>>>;
|
|
4040
4101
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
4041
4102
|
colorSegment: string;
|
|
@@ -4057,9 +4118,12 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4057
4118
|
tabTextColorActiveCard: string;
|
|
4058
4119
|
tabTextColorDisabledCard: string;
|
|
4059
4120
|
barColor: string;
|
|
4060
|
-
|
|
4121
|
+
closeIconColor: string;
|
|
4122
|
+
closeIconColorHover: string;
|
|
4123
|
+
closeIconColorPressed: string;
|
|
4061
4124
|
closeColorHover: string;
|
|
4062
4125
|
closeColorPressed: string;
|
|
4126
|
+
closeBorderRadius: string;
|
|
4063
4127
|
tabColor: string;
|
|
4064
4128
|
tabColorSegment: string;
|
|
4065
4129
|
tabBorderColor: string;
|
|
@@ -4098,14 +4162,16 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4098
4162
|
panePaddingSmall: string;
|
|
4099
4163
|
panePaddingMedium: string;
|
|
4100
4164
|
panePaddingLarge: string;
|
|
4165
|
+
closeSize: string;
|
|
4166
|
+
closeIconSize: string;
|
|
4101
4167
|
}, any>>>;
|
|
4102
4168
|
}>>, {
|
|
4103
|
-
type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
4104
|
-
size: "small" | "medium" | "large";
|
|
4105
|
-
closable: boolean;
|
|
4106
|
-
trigger: "click" | "hover";
|
|
4107
|
-
animated: boolean;
|
|
4108
|
-
tabsPadding: number;
|
|
4169
|
+
readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
4170
|
+
readonly size: "small" | "medium" | "large";
|
|
4171
|
+
readonly closable: boolean;
|
|
4172
|
+
readonly trigger: "click" | "hover";
|
|
4173
|
+
readonly animated: boolean;
|
|
4174
|
+
readonly tabsPadding: number;
|
|
4109
4175
|
}>;
|
|
4110
4176
|
NTabPane: import("vue").DefineComponent<{
|
|
4111
4177
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -4154,9 +4220,9 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4154
4220
|
[key: string]: any;
|
|
4155
4221
|
}> | (() => import("vue").VNodeChild)>;
|
|
4156
4222
|
}>>, {
|
|
4157
|
-
disabled: boolean;
|
|
4158
|
-
closable: boolean | undefined;
|
|
4159
|
-
displayDirective: "show" | "if" | "show:lazy";
|
|
4223
|
+
readonly disabled: boolean;
|
|
4224
|
+
readonly closable: boolean | undefined;
|
|
4225
|
+
readonly displayDirective: "show" | "if" | "show:lazy";
|
|
4160
4226
|
}>;
|
|
4161
4227
|
NIcon: import("vue").DefineComponent<{
|
|
4162
4228
|
readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
|