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
|
@@ -100,7 +100,10 @@ declare const Map: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
100
100
|
readonly default: true;
|
|
101
101
|
};
|
|
102
102
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
103
|
-
readonly nativeFocusBehavior:
|
|
103
|
+
readonly nativeFocusBehavior: {
|
|
104
|
+
readonly type: BooleanConstructor;
|
|
105
|
+
readonly default: boolean;
|
|
106
|
+
};
|
|
104
107
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
105
108
|
heightTiny: string;
|
|
106
109
|
heightSmall: string;
|
|
@@ -814,7 +817,10 @@ declare const Map: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
814
817
|
readonly default: true;
|
|
815
818
|
};
|
|
816
819
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
817
|
-
readonly nativeFocusBehavior:
|
|
820
|
+
readonly nativeFocusBehavior: {
|
|
821
|
+
readonly type: BooleanConstructor;
|
|
822
|
+
readonly default: boolean;
|
|
823
|
+
};
|
|
818
824
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
819
825
|
heightTiny: string;
|
|
820
826
|
heightSmall: string;
|
|
@@ -1428,26 +1434,26 @@ declare const Map: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1428
1434
|
rippleDuration: string;
|
|
1429
1435
|
}, any>>>;
|
|
1430
1436
|
}>>, {
|
|
1431
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
1432
|
-
tag: keyof HTMLElementTagNameMap;
|
|
1433
|
-
block: boolean;
|
|
1434
|
-
round: boolean;
|
|
1435
|
-
dashed: boolean;
|
|
1436
|
-
text: boolean;
|
|
1437
|
-
circle: boolean;
|
|
1438
|
-
disabled: boolean;
|
|
1439
|
-
focusable: boolean;
|
|
1440
|
-
strong: boolean;
|
|
1441
|
-
loading: boolean;
|
|
1442
|
-
bordered: boolean;
|
|
1443
|
-
tertiary: boolean;
|
|
1444
|
-
ghost: boolean;
|
|
1445
|
-
keyboard: boolean;
|
|
1446
|
-
secondary: boolean;
|
|
1447
|
-
quaternary: boolean;
|
|
1448
|
-
iconPlacement: "left" | "right";
|
|
1449
|
-
attrType: "button" | "reset" | "submit";
|
|
1450
|
-
nativeFocusBehavior: boolean;
|
|
1437
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1438
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1439
|
+
readonly block: boolean;
|
|
1440
|
+
readonly round: boolean;
|
|
1441
|
+
readonly dashed: boolean;
|
|
1442
|
+
readonly text: boolean;
|
|
1443
|
+
readonly circle: boolean;
|
|
1444
|
+
readonly disabled: boolean;
|
|
1445
|
+
readonly focusable: boolean;
|
|
1446
|
+
readonly strong: boolean;
|
|
1447
|
+
readonly loading: boolean;
|
|
1448
|
+
readonly bordered: boolean;
|
|
1449
|
+
readonly tertiary: boolean;
|
|
1450
|
+
readonly ghost: boolean;
|
|
1451
|
+
readonly keyboard: boolean;
|
|
1452
|
+
readonly secondary: boolean;
|
|
1453
|
+
readonly quaternary: boolean;
|
|
1454
|
+
readonly iconPlacement: "left" | "right";
|
|
1455
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1456
|
+
readonly nativeFocusBehavior: boolean;
|
|
1451
1457
|
}>;
|
|
1452
1458
|
NInput: import("vue").DefineComponent<{
|
|
1453
1459
|
bordered: {
|
|
@@ -1507,6 +1513,10 @@ declare const Map: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1507
1513
|
type: BooleanConstructor;
|
|
1508
1514
|
default: undefined;
|
|
1509
1515
|
};
|
|
1516
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
1517
|
+
renderCount: import("vue").PropType<(props: {
|
|
1518
|
+
value: string;
|
|
1519
|
+
}) => import("vue").VNodeChild>;
|
|
1510
1520
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1511
1521
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
1512
1522
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -1535,6 +1545,7 @@ declare const Map: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1535
1545
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
1536
1546
|
showPasswordToggle: BooleanConstructor;
|
|
1537
1547
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1548
|
+
countTextColorDisabled: string;
|
|
1538
1549
|
countTextColor: string;
|
|
1539
1550
|
heightTiny: string;
|
|
1540
1551
|
heightSmall: string;
|
|
@@ -1595,6 +1606,7 @@ declare const Map: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1595
1606
|
clearSize: string;
|
|
1596
1607
|
}, any>>;
|
|
1597
1608
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1609
|
+
countTextColorDisabled: string;
|
|
1598
1610
|
countTextColor: string;
|
|
1599
1611
|
heightTiny: string;
|
|
1600
1612
|
heightSmall: string;
|
|
@@ -1655,6 +1667,7 @@ declare const Map: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1655
1667
|
clearSize: string;
|
|
1656
1668
|
}, any>>>;
|
|
1657
1669
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1670
|
+
countTextColorDisabled: string;
|
|
1658
1671
|
countTextColor: string;
|
|
1659
1672
|
heightTiny: string;
|
|
1660
1673
|
heightSmall: string;
|
|
@@ -1727,8 +1740,8 @@ declare const Map: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1727
1740
|
contentRef: HTMLElement | null;
|
|
1728
1741
|
containerScrollTop: number;
|
|
1729
1742
|
syncUnifiedContainer: () => void;
|
|
1730
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
1731
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
1743
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
1744
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
1732
1745
|
sync: () => void;
|
|
1733
1746
|
handleMouseEnterWrapper: () => void;
|
|
1734
1747
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -1762,7 +1775,7 @@ declare const Map: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1762
1775
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
1763
1776
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
1764
1777
|
handleInputBlur: (e: FocusEvent) => void;
|
|
1765
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
1778
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
1766
1779
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
1767
1780
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
1768
1781
|
handleMouseEnter: () => void;
|
|
@@ -1773,7 +1786,7 @@ declare const Map: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1773
1786
|
handleClear: (e: MouseEvent) => void;
|
|
1774
1787
|
handlePasswordToggleClick: () => void;
|
|
1775
1788
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
1776
|
-
|
|
1789
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
1777
1790
|
handleTextAreaMirrorResize: () => void;
|
|
1778
1791
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
1779
1792
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -1817,10 +1830,11 @@ declare const Map: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1817
1830
|
opacity5: string;
|
|
1818
1831
|
dividerColor: string;
|
|
1819
1832
|
borderColor: string;
|
|
1820
|
-
|
|
1833
|
+
closeIconColor: string;
|
|
1834
|
+
closeIconColorHover: string;
|
|
1835
|
+
closeIconColorPressed: string;
|
|
1821
1836
|
closeColorHover: string;
|
|
1822
1837
|
closeColorPressed: string;
|
|
1823
|
-
closeColorDisabled: string;
|
|
1824
1838
|
clearColor: string;
|
|
1825
1839
|
clearColorHover: string;
|
|
1826
1840
|
clearColorPressed: string;
|
|
@@ -1882,6 +1896,7 @@ declare const Map: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1882
1896
|
name: "common";
|
|
1883
1897
|
};
|
|
1884
1898
|
self: {
|
|
1899
|
+
countTextColorDisabled: string;
|
|
1885
1900
|
countTextColor: string;
|
|
1886
1901
|
heightTiny: string;
|
|
1887
1902
|
heightSmall: string;
|
|
@@ -1949,6 +1964,7 @@ declare const Map: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1949
1964
|
cssVars: import("vue").ComputedRef<{
|
|
1950
1965
|
'--n-bezier': string;
|
|
1951
1966
|
'--n-count-text-color': string;
|
|
1967
|
+
'--n-count-text-color-disabled': string;
|
|
1952
1968
|
'--n-color': string;
|
|
1953
1969
|
'--n-font-size': string;
|
|
1954
1970
|
'--n-border-radius': string;
|
|
@@ -2003,6 +2019,7 @@ declare const Map: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2003
2019
|
select: () => void;
|
|
2004
2020
|
activate: () => void;
|
|
2005
2021
|
deactivate: () => void;
|
|
2022
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
2006
2023
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2007
2024
|
bordered: {
|
|
2008
2025
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -2061,6 +2078,10 @@ declare const Map: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2061
2078
|
type: BooleanConstructor;
|
|
2062
2079
|
default: undefined;
|
|
2063
2080
|
};
|
|
2081
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
2082
|
+
renderCount: import("vue").PropType<(props: {
|
|
2083
|
+
value: string;
|
|
2084
|
+
}) => import("vue").VNodeChild>;
|
|
2064
2085
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
2065
2086
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
2066
2087
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -2089,6 +2110,7 @@ declare const Map: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2089
2110
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
2090
2111
|
showPasswordToggle: BooleanConstructor;
|
|
2091
2112
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2113
|
+
countTextColorDisabled: string;
|
|
2092
2114
|
countTextColor: string;
|
|
2093
2115
|
heightTiny: string;
|
|
2094
2116
|
heightSmall: string;
|
|
@@ -2149,6 +2171,7 @@ declare const Map: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2149
2171
|
clearSize: string;
|
|
2150
2172
|
}, any>>;
|
|
2151
2173
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2174
|
+
countTextColorDisabled: string;
|
|
2152
2175
|
countTextColor: string;
|
|
2153
2176
|
heightTiny: string;
|
|
2154
2177
|
heightSmall: string;
|
|
@@ -2209,6 +2232,7 @@ declare const Map: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2209
2232
|
clearSize: string;
|
|
2210
2233
|
}, any>>>;
|
|
2211
2234
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2235
|
+
countTextColorDisabled: string;
|
|
2212
2236
|
countTextColor: string;
|
|
2213
2237
|
heightTiny: string;
|
|
2214
2238
|
heightSmall: string;
|
|
@@ -100,7 +100,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
100
100
|
readonly default: true;
|
|
101
101
|
};
|
|
102
102
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
103
|
-
readonly nativeFocusBehavior:
|
|
103
|
+
readonly nativeFocusBehavior: {
|
|
104
|
+
readonly type: BooleanConstructor;
|
|
105
|
+
readonly default: boolean;
|
|
106
|
+
};
|
|
104
107
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
105
108
|
heightTiny: string;
|
|
106
109
|
heightSmall: string;
|
|
@@ -814,7 +817,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
814
817
|
readonly default: true;
|
|
815
818
|
};
|
|
816
819
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
817
|
-
readonly nativeFocusBehavior:
|
|
820
|
+
readonly nativeFocusBehavior: {
|
|
821
|
+
readonly type: BooleanConstructor;
|
|
822
|
+
readonly default: boolean;
|
|
823
|
+
};
|
|
818
824
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
819
825
|
heightTiny: string;
|
|
820
826
|
heightSmall: string;
|
|
@@ -1428,26 +1434,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1428
1434
|
rippleDuration: string;
|
|
1429
1435
|
}, any>>>;
|
|
1430
1436
|
}>>, {
|
|
1431
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
1432
|
-
tag: keyof HTMLElementTagNameMap;
|
|
1433
|
-
block: boolean;
|
|
1434
|
-
round: boolean;
|
|
1435
|
-
dashed: boolean;
|
|
1436
|
-
text: boolean;
|
|
1437
|
-
circle: boolean;
|
|
1438
|
-
disabled: boolean;
|
|
1439
|
-
focusable: boolean;
|
|
1440
|
-
strong: boolean;
|
|
1441
|
-
loading: boolean;
|
|
1442
|
-
bordered: boolean;
|
|
1443
|
-
tertiary: boolean;
|
|
1444
|
-
ghost: boolean;
|
|
1445
|
-
keyboard: boolean;
|
|
1446
|
-
secondary: boolean;
|
|
1447
|
-
quaternary: boolean;
|
|
1448
|
-
iconPlacement: "left" | "right";
|
|
1449
|
-
attrType: "button" | "reset" | "submit";
|
|
1450
|
-
nativeFocusBehavior: boolean;
|
|
1437
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1438
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1439
|
+
readonly block: boolean;
|
|
1440
|
+
readonly round: boolean;
|
|
1441
|
+
readonly dashed: boolean;
|
|
1442
|
+
readonly text: boolean;
|
|
1443
|
+
readonly circle: boolean;
|
|
1444
|
+
readonly disabled: boolean;
|
|
1445
|
+
readonly focusable: boolean;
|
|
1446
|
+
readonly strong: boolean;
|
|
1447
|
+
readonly loading: boolean;
|
|
1448
|
+
readonly bordered: boolean;
|
|
1449
|
+
readonly tertiary: boolean;
|
|
1450
|
+
readonly ghost: boolean;
|
|
1451
|
+
readonly keyboard: boolean;
|
|
1452
|
+
readonly secondary: boolean;
|
|
1453
|
+
readonly quaternary: boolean;
|
|
1454
|
+
readonly iconPlacement: "left" | "right";
|
|
1455
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1456
|
+
readonly nativeFocusBehavior: boolean;
|
|
1451
1457
|
}>;
|
|
1452
1458
|
NInput: import("vue").DefineComponent<{
|
|
1453
1459
|
bordered: {
|
|
@@ -1507,6 +1513,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1507
1513
|
type: BooleanConstructor;
|
|
1508
1514
|
default: undefined;
|
|
1509
1515
|
};
|
|
1516
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
1517
|
+
renderCount: import("vue").PropType<(props: {
|
|
1518
|
+
value: string;
|
|
1519
|
+
}) => import("vue").VNodeChild>;
|
|
1510
1520
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1511
1521
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
1512
1522
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -1535,6 +1545,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1535
1545
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
1536
1546
|
showPasswordToggle: BooleanConstructor;
|
|
1537
1547
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1548
|
+
countTextColorDisabled: string;
|
|
1538
1549
|
countTextColor: string;
|
|
1539
1550
|
heightTiny: string;
|
|
1540
1551
|
heightSmall: string;
|
|
@@ -1595,6 +1606,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1595
1606
|
clearSize: string;
|
|
1596
1607
|
}, any>>;
|
|
1597
1608
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1609
|
+
countTextColorDisabled: string;
|
|
1598
1610
|
countTextColor: string;
|
|
1599
1611
|
heightTiny: string;
|
|
1600
1612
|
heightSmall: string;
|
|
@@ -1655,6 +1667,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1655
1667
|
clearSize: string;
|
|
1656
1668
|
}, any>>>;
|
|
1657
1669
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1670
|
+
countTextColorDisabled: string;
|
|
1658
1671
|
countTextColor: string;
|
|
1659
1672
|
heightTiny: string;
|
|
1660
1673
|
heightSmall: string;
|
|
@@ -1727,8 +1740,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1727
1740
|
contentRef: HTMLElement | null;
|
|
1728
1741
|
containerScrollTop: number;
|
|
1729
1742
|
syncUnifiedContainer: () => void;
|
|
1730
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
1731
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
1743
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
1744
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
1732
1745
|
sync: () => void;
|
|
1733
1746
|
handleMouseEnterWrapper: () => void;
|
|
1734
1747
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -1762,7 +1775,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1762
1775
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
1763
1776
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
1764
1777
|
handleInputBlur: (e: FocusEvent) => void;
|
|
1765
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
1778
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
1766
1779
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
1767
1780
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
1768
1781
|
handleMouseEnter: () => void;
|
|
@@ -1773,7 +1786,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1773
1786
|
handleClear: (e: MouseEvent) => void;
|
|
1774
1787
|
handlePasswordToggleClick: () => void;
|
|
1775
1788
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
1776
|
-
|
|
1789
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
1777
1790
|
handleTextAreaMirrorResize: () => void;
|
|
1778
1791
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
1779
1792
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -1817,10 +1830,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1817
1830
|
opacity5: string;
|
|
1818
1831
|
dividerColor: string;
|
|
1819
1832
|
borderColor: string;
|
|
1820
|
-
|
|
1833
|
+
closeIconColor: string;
|
|
1834
|
+
closeIconColorHover: string;
|
|
1835
|
+
closeIconColorPressed: string;
|
|
1821
1836
|
closeColorHover: string;
|
|
1822
1837
|
closeColorPressed: string;
|
|
1823
|
-
closeColorDisabled: string;
|
|
1824
1838
|
clearColor: string;
|
|
1825
1839
|
clearColorHover: string;
|
|
1826
1840
|
clearColorPressed: string;
|
|
@@ -1882,6 +1896,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1882
1896
|
name: "common";
|
|
1883
1897
|
};
|
|
1884
1898
|
self: {
|
|
1899
|
+
countTextColorDisabled: string;
|
|
1885
1900
|
countTextColor: string;
|
|
1886
1901
|
heightTiny: string;
|
|
1887
1902
|
heightSmall: string;
|
|
@@ -1949,6 +1964,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1949
1964
|
cssVars: import("vue").ComputedRef<{
|
|
1950
1965
|
'--n-bezier': string;
|
|
1951
1966
|
'--n-count-text-color': string;
|
|
1967
|
+
'--n-count-text-color-disabled': string;
|
|
1952
1968
|
'--n-color': string;
|
|
1953
1969
|
'--n-font-size': string;
|
|
1954
1970
|
'--n-border-radius': string;
|
|
@@ -2003,6 +2019,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2003
2019
|
select: () => void;
|
|
2004
2020
|
activate: () => void;
|
|
2005
2021
|
deactivate: () => void;
|
|
2022
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
2006
2023
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2007
2024
|
bordered: {
|
|
2008
2025
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -2061,6 +2078,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2061
2078
|
type: BooleanConstructor;
|
|
2062
2079
|
default: undefined;
|
|
2063
2080
|
};
|
|
2081
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
2082
|
+
renderCount: import("vue").PropType<(props: {
|
|
2083
|
+
value: string;
|
|
2084
|
+
}) => import("vue").VNodeChild>;
|
|
2064
2085
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
2065
2086
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
2066
2087
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -2089,6 +2110,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2089
2110
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
2090
2111
|
showPasswordToggle: BooleanConstructor;
|
|
2091
2112
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2113
|
+
countTextColorDisabled: string;
|
|
2092
2114
|
countTextColor: string;
|
|
2093
2115
|
heightTiny: string;
|
|
2094
2116
|
heightSmall: string;
|
|
@@ -2149,6 +2171,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2149
2171
|
clearSize: string;
|
|
2150
2172
|
}, any>>;
|
|
2151
2173
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2174
|
+
countTextColorDisabled: string;
|
|
2152
2175
|
countTextColor: string;
|
|
2153
2176
|
heightTiny: string;
|
|
2154
2177
|
heightSmall: string;
|
|
@@ -2209,6 +2232,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2209
2232
|
clearSize: string;
|
|
2210
2233
|
}, any>>>;
|
|
2211
2234
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2235
|
+
countTextColorDisabled: string;
|
|
2212
2236
|
countTextColor: string;
|
|
2213
2237
|
heightTiny: string;
|
|
2214
2238
|
heightSmall: string;
|
|
@@ -705,7 +705,10 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
705
705
|
readonly default: true;
|
|
706
706
|
};
|
|
707
707
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
708
|
-
readonly nativeFocusBehavior:
|
|
708
|
+
readonly nativeFocusBehavior: {
|
|
709
|
+
readonly type: BooleanConstructor;
|
|
710
|
+
readonly default: boolean;
|
|
711
|
+
};
|
|
709
712
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
710
713
|
heightTiny: string;
|
|
711
714
|
heightSmall: string;
|
|
@@ -1419,7 +1422,10 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1419
1422
|
readonly default: true;
|
|
1420
1423
|
};
|
|
1421
1424
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1422
|
-
readonly nativeFocusBehavior:
|
|
1425
|
+
readonly nativeFocusBehavior: {
|
|
1426
|
+
readonly type: BooleanConstructor;
|
|
1427
|
+
readonly default: boolean;
|
|
1428
|
+
};
|
|
1423
1429
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1424
1430
|
heightTiny: string;
|
|
1425
1431
|
heightSmall: string;
|
|
@@ -2033,26 +2039,26 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2033
2039
|
rippleDuration: string;
|
|
2034
2040
|
}, any>>>;
|
|
2035
2041
|
}>>, {
|
|
2036
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
2037
|
-
tag: keyof HTMLElementTagNameMap;
|
|
2038
|
-
block: boolean;
|
|
2039
|
-
round: boolean;
|
|
2040
|
-
dashed: boolean;
|
|
2041
|
-
text: boolean;
|
|
2042
|
-
circle: boolean;
|
|
2043
|
-
disabled: boolean;
|
|
2044
|
-
focusable: boolean;
|
|
2045
|
-
strong: boolean;
|
|
2046
|
-
loading: boolean;
|
|
2047
|
-
bordered: boolean;
|
|
2048
|
-
tertiary: boolean;
|
|
2049
|
-
ghost: boolean;
|
|
2050
|
-
keyboard: boolean;
|
|
2051
|
-
secondary: boolean;
|
|
2052
|
-
quaternary: boolean;
|
|
2053
|
-
iconPlacement: "left" | "right";
|
|
2054
|
-
attrType: "button" | "reset" | "submit";
|
|
2055
|
-
nativeFocusBehavior: boolean;
|
|
2042
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
2043
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
2044
|
+
readonly block: boolean;
|
|
2045
|
+
readonly round: boolean;
|
|
2046
|
+
readonly dashed: boolean;
|
|
2047
|
+
readonly text: boolean;
|
|
2048
|
+
readonly circle: boolean;
|
|
2049
|
+
readonly disabled: boolean;
|
|
2050
|
+
readonly focusable: boolean;
|
|
2051
|
+
readonly strong: boolean;
|
|
2052
|
+
readonly loading: boolean;
|
|
2053
|
+
readonly bordered: boolean;
|
|
2054
|
+
readonly tertiary: boolean;
|
|
2055
|
+
readonly ghost: boolean;
|
|
2056
|
+
readonly keyboard: boolean;
|
|
2057
|
+
readonly secondary: boolean;
|
|
2058
|
+
readonly quaternary: boolean;
|
|
2059
|
+
readonly iconPlacement: "left" | "right";
|
|
2060
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
2061
|
+
readonly nativeFocusBehavior: boolean;
|
|
2056
2062
|
}>;
|
|
2057
2063
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("closeEvaluateCountdown" | "writeGuage")[], "closeEvaluateCountdown" | "writeGuage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2058
2064
|
formArray: {
|
|
@@ -2223,7 +2229,10 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2223
2229
|
readonly default: true;
|
|
2224
2230
|
};
|
|
2225
2231
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
2226
|
-
readonly nativeFocusBehavior:
|
|
2232
|
+
readonly nativeFocusBehavior: {
|
|
2233
|
+
readonly type: BooleanConstructor;
|
|
2234
|
+
readonly default: boolean;
|
|
2235
|
+
};
|
|
2227
2236
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
2228
2237
|
heightTiny: string;
|
|
2229
2238
|
heightSmall: string;
|
|
@@ -2937,7 +2946,10 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2937
2946
|
readonly default: true;
|
|
2938
2947
|
};
|
|
2939
2948
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
2940
|
-
readonly nativeFocusBehavior:
|
|
2949
|
+
readonly nativeFocusBehavior: {
|
|
2950
|
+
readonly type: BooleanConstructor;
|
|
2951
|
+
readonly default: boolean;
|
|
2952
|
+
};
|
|
2941
2953
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
2942
2954
|
heightTiny: string;
|
|
2943
2955
|
heightSmall: string;
|
|
@@ -3551,26 +3563,26 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3551
3563
|
rippleDuration: string;
|
|
3552
3564
|
}, any>>>;
|
|
3553
3565
|
}>>, {
|
|
3554
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
3555
|
-
tag: keyof HTMLElementTagNameMap;
|
|
3556
|
-
block: boolean;
|
|
3557
|
-
round: boolean;
|
|
3558
|
-
dashed: boolean;
|
|
3559
|
-
text: boolean;
|
|
3560
|
-
circle: boolean;
|
|
3561
|
-
disabled: boolean;
|
|
3562
|
-
focusable: boolean;
|
|
3563
|
-
strong: boolean;
|
|
3564
|
-
loading: boolean;
|
|
3565
|
-
bordered: boolean;
|
|
3566
|
-
tertiary: boolean;
|
|
3567
|
-
ghost: boolean;
|
|
3568
|
-
keyboard: boolean;
|
|
3569
|
-
secondary: boolean;
|
|
3570
|
-
quaternary: boolean;
|
|
3571
|
-
iconPlacement: "left" | "right";
|
|
3572
|
-
attrType: "button" | "reset" | "submit";
|
|
3573
|
-
nativeFocusBehavior: boolean;
|
|
3566
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
3567
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
3568
|
+
readonly block: boolean;
|
|
3569
|
+
readonly round: boolean;
|
|
3570
|
+
readonly dashed: boolean;
|
|
3571
|
+
readonly text: boolean;
|
|
3572
|
+
readonly circle: boolean;
|
|
3573
|
+
readonly disabled: boolean;
|
|
3574
|
+
readonly focusable: boolean;
|
|
3575
|
+
readonly strong: boolean;
|
|
3576
|
+
readonly loading: boolean;
|
|
3577
|
+
readonly bordered: boolean;
|
|
3578
|
+
readonly tertiary: boolean;
|
|
3579
|
+
readonly ghost: boolean;
|
|
3580
|
+
readonly keyboard: boolean;
|
|
3581
|
+
readonly secondary: boolean;
|
|
3582
|
+
readonly quaternary: boolean;
|
|
3583
|
+
readonly iconPlacement: "left" | "right";
|
|
3584
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
3585
|
+
readonly nativeFocusBehavior: boolean;
|
|
3574
3586
|
}>;
|
|
3575
3587
|
NForm: import("vue").DefineComponent<{
|
|
3576
3588
|
readonly inline: BooleanConstructor;
|
|
@@ -3827,14 +3839,14 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3827
3839
|
labelTextAlignHorizontal: string;
|
|
3828
3840
|
}, any>>>;
|
|
3829
3841
|
}>>, {
|
|
3830
|
-
inline: boolean;
|
|
3831
|
-
disabled: boolean;
|
|
3832
|
-
onSubmit: (e: Event) => void;
|
|
3833
|
-
labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
3834
|
-
model: Record<string, any>;
|
|
3835
|
-
showRequireMark: boolean | undefined;
|
|
3836
|
-
showFeedback: boolean;
|
|
3837
|
-
showLabel: boolean | undefined;
|
|
3842
|
+
readonly inline: boolean;
|
|
3843
|
+
readonly disabled: boolean;
|
|
3844
|
+
readonly onSubmit: (e: Event) => void;
|
|
3845
|
+
readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
3846
|
+
readonly model: Record<string, any>;
|
|
3847
|
+
readonly showRequireMark: boolean | undefined;
|
|
3848
|
+
readonly showFeedback: boolean;
|
|
3849
|
+
readonly showLabel: boolean | undefined;
|
|
3838
3850
|
}>;
|
|
3839
3851
|
NFormItem: import("vue").DefineComponent<{
|
|
3840
3852
|
readonly label: StringConstructor;
|
|
@@ -3992,12 +4004,15 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3992
4004
|
mergedValidationStatus: import("vue").ComputedRef<"success" | "warning" | "error" | undefined>;
|
|
3993
4005
|
mergedShowFeedback: import("vue").ComputedRef<boolean>;
|
|
3994
4006
|
mergedShowLabel: import("vue").ComputedRef<boolean>;
|
|
4007
|
+
isAutoLabelWidth: import("vue").ComputedRef<boolean>;
|
|
3995
4008
|
labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
|
|
3996
4009
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
3997
4010
|
mergedRequired: import("vue").ComputedRef<boolean>;
|
|
3998
|
-
hasFeedback: import("vue").ComputedRef<number | true>;
|
|
3999
4011
|
feedbackId: import("vue").Ref<string>;
|
|
4000
|
-
|
|
4012
|
+
renderExplains: import("vue").Ref<{
|
|
4013
|
+
key: string;
|
|
4014
|
+
render: () => import("vue").VNodeChild;
|
|
4015
|
+
}[]>;
|
|
4001
4016
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4002
4017
|
readonly label: StringConstructor;
|
|
4003
4018
|
readonly labelWidth: import("vue").PropType<string | number>;
|
|
@@ -4121,12 +4136,12 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4121
4136
|
labelTextAlignHorizontal: string;
|
|
4122
4137
|
}, any>>>;
|
|
4123
4138
|
}>>, {
|
|
4124
|
-
required: boolean;
|
|
4125
|
-
first: boolean;
|
|
4126
|
-
showRequireMark: boolean | undefined;
|
|
4127
|
-
showFeedback: boolean | undefined;
|
|
4128
|
-
showLabel: boolean | undefined;
|
|
4129
|
-
ignorePathChange: boolean;
|
|
4139
|
+
readonly required: boolean;
|
|
4140
|
+
readonly first: boolean;
|
|
4141
|
+
readonly showRequireMark: boolean | undefined;
|
|
4142
|
+
readonly showFeedback: boolean | undefined;
|
|
4143
|
+
readonly showLabel: boolean | undefined;
|
|
4144
|
+
readonly ignorePathChange: boolean;
|
|
4130
4145
|
}>;
|
|
4131
4146
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onCloseSetting" | "submitNoRequest" | "onSubmit")[], "onSubmit" | "onCloseSetting" | "submitNoRequest", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4132
4147
|
ids: {
|