yc-pro-components 0.0.9 → 0.0.10
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/check-card/index.d.ts +49 -49
- package/es/components/check-card/src/index.vue.d.ts +4 -4
- package/es/components/check-card-group/index.d.ts +43 -43
- package/es/components/check-card-group/src/index.vue.d.ts +3 -3
- package/es/components/date-picker/index.d.ts +17 -17
- package/es/components/date-picker/src/index.vue.d.ts +9 -9
- package/es/components/dialog/index.d.ts +41 -41
- package/es/components/dialog/src/index.vue.d.ts +4 -4
- package/es/components/dialog-form/index.d.ts +109 -109
- package/es/components/dialog-form/src/index.vue.d.ts +35 -35
- package/es/components/display-item/index.d.ts +24 -24
- package/es/components/display-item/src/index.vue.d.ts +24 -24
- package/es/components/drawer-form/index.d.ts +105 -105
- package/es/components/drawer-form/src/index.vue.d.ts +34 -34
- package/es/components/form/index.d.ts +123 -123
- package/es/components/form/src/form-content.vue.d.ts +24 -24
- package/es/components/form/src/index.vue.d.ts +43 -43
- package/es/components/form-item/index.d.ts +78 -78
- package/es/components/form-item/src/index.vue.d.ts +22 -22
- package/es/components/header/index.d.ts +19 -19
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/input-tag/index.d.ts +48 -48
- package/es/components/input-tag/src/index.vue.d.ts +36 -36
- package/es/components/layout/index.d.ts +60 -60
- package/es/components/layout/src/index.vue.d.ts +20 -20
- package/es/components/page/index.d.ts +846 -846
- package/es/components/page/src/index.vue.d.ts +286 -286
- package/es/components/pagination/index.d.ts +42 -42
- package/es/components/pagination/src/index.vue.d.ts +3 -3
- package/es/components/radio/index.d.ts +47 -47
- package/es/components/radio/src/index.vue.d.ts +39 -39
- package/es/components/render/index.d.ts +12 -12
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +324 -324
- package/es/components/search/src/index.vue.d.ts +106 -106
- package/es/components/sidebar/index.d.ts +30 -30
- package/es/components/sidebar/src/index.vue.d.ts +10 -10
- package/es/components/steps-form/index.d.ts +23 -23
- package/es/components/steps-form/src/index.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +76 -76
- package/es/components/table/src/index.vue.d.ts +24 -24
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +23 -23
- package/es/components/table/src/table-column.vue.d.ts +24 -24
- package/es/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/es/components/utils/index.d.ts +6 -6
- package/es/components/yc-count-to/index.d.ts +2 -2
- package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/es/components/yc-count-to/src/rebound/index.d.ts +1 -1
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-download-dialog/index.d.ts +19 -19
- package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-drawer/store.d.ts +13 -13
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- package/es/components/yc-more-actions/index.d.ts +86 -86
- package/es/components/yc-more-actions/src/index.vue.d.ts +7 -7
- package/es/components/yc-plus-page/src/index.vue.d.ts +644 -644
- package/es/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/es/components/yc-segmented/index.d.ts +6 -6
- package/es/components/yc-segmented/src/index.d.ts +6 -6
- package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/components/yc-text/src/index.vue2.mjs +31 -4
- package/es/hooks/usePlusFormReset.d.ts +487 -487
- package/index.js +31 -4
- package/index.min.js +2 -2
- package/index.min.mjs +3 -3
- package/index.mjs +31 -4
- package/lib/components/check-card/index.d.ts +49 -49
- package/lib/components/check-card/src/index.vue.d.ts +4 -4
- package/lib/components/check-card-group/index.d.ts +43 -43
- package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
- package/lib/components/date-picker/index.d.ts +17 -17
- package/lib/components/date-picker/src/index.vue.d.ts +9 -9
- package/lib/components/dialog/index.d.ts +41 -41
- package/lib/components/dialog/src/index.vue.d.ts +4 -4
- package/lib/components/dialog-form/index.d.ts +109 -109
- package/lib/components/dialog-form/src/index.vue.d.ts +35 -35
- package/lib/components/display-item/index.d.ts +24 -24
- package/lib/components/display-item/src/index.vue.d.ts +24 -24
- package/lib/components/drawer-form/index.d.ts +105 -105
- package/lib/components/drawer-form/src/index.vue.d.ts +34 -34
- package/lib/components/form/index.d.ts +123 -123
- package/lib/components/form/src/form-content.vue.d.ts +24 -24
- package/lib/components/form/src/index.vue.d.ts +43 -43
- package/lib/components/form-item/index.d.ts +78 -78
- package/lib/components/form-item/src/index.vue.d.ts +22 -22
- package/lib/components/header/index.d.ts +19 -19
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/input-tag/index.d.ts +48 -48
- package/lib/components/input-tag/src/index.vue.d.ts +36 -36
- package/lib/components/layout/index.d.ts +60 -60
- package/lib/components/layout/src/index.vue.d.ts +20 -20
- package/lib/components/page/index.d.ts +846 -846
- package/lib/components/page/src/index.vue.d.ts +286 -286
- package/lib/components/pagination/index.d.ts +42 -42
- package/lib/components/pagination/src/index.vue.d.ts +3 -3
- package/lib/components/radio/index.d.ts +47 -47
- package/lib/components/radio/src/index.vue.d.ts +39 -39
- package/lib/components/render/index.d.ts +12 -12
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +324 -324
- package/lib/components/search/src/index.vue.d.ts +106 -106
- package/lib/components/sidebar/index.d.ts +30 -30
- package/lib/components/sidebar/src/index.vue.d.ts +10 -10
- package/lib/components/steps-form/index.d.ts +23 -23
- package/lib/components/steps-form/src/index.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +76 -76
- package/lib/components/table/src/index.vue.d.ts +24 -24
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +23 -23
- package/lib/components/table/src/table-column.vue.d.ts +24 -24
- package/lib/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/lib/components/utils/index.d.ts +6 -6
- package/lib/components/yc-count-to/index.d.ts +2 -2
- package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/lib/components/yc-count-to/src/rebound/index.d.ts +1 -1
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-download-dialog/index.d.ts +19 -19
- package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-drawer/store.d.ts +13 -13
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- package/lib/components/yc-more-actions/index.d.ts +86 -86
- package/lib/components/yc-more-actions/src/index.vue.d.ts +7 -7
- package/lib/components/yc-plus-page/src/index.vue.d.ts +644 -644
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/lib/components/yc-segmented/index.d.ts +6 -6
- package/lib/components/yc-segmented/src/index.d.ts +6 -6
- package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/components/yc-text/src/index.vue2.js +30 -3
- package/lib/hooks/usePlusFormReset.d.ts +487 -487
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
|
@@ -60,7 +60,7 @@ export declare const PlusSidebar: {
|
|
|
60
60
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
61
61
|
readonly uniqueOpened: BooleanConstructor;
|
|
62
62
|
readonly router: BooleanConstructor;
|
|
63
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
63
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
64
64
|
readonly collapse: BooleanConstructor;
|
|
65
65
|
readonly backgroundColor: StringConstructor;
|
|
66
66
|
readonly textColor: StringConstructor;
|
|
@@ -70,7 +70,7 @@ export declare const PlusSidebar: {
|
|
|
70
70
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
71
71
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
72
72
|
readonly ellipsisIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
73
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
73
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
74
74
|
readonly popperClass: StringConstructor;
|
|
75
75
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
76
76
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -90,7 +90,7 @@ export declare const PlusSidebar: {
|
|
|
90
90
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
91
91
|
readonly uniqueOpened: BooleanConstructor;
|
|
92
92
|
readonly router: BooleanConstructor;
|
|
93
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
93
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
94
94
|
readonly collapse: BooleanConstructor;
|
|
95
95
|
readonly backgroundColor: StringConstructor;
|
|
96
96
|
readonly textColor: StringConstructor;
|
|
@@ -100,7 +100,7 @@ export declare const PlusSidebar: {
|
|
|
100
100
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
101
101
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
102
102
|
readonly ellipsisIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
103
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
103
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
104
104
|
readonly popperClass: StringConstructor;
|
|
105
105
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
106
106
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -116,11 +116,11 @@ export declare const PlusSidebar: {
|
|
|
116
116
|
readonly hideTimeout: number;
|
|
117
117
|
readonly defaultActive: string;
|
|
118
118
|
readonly defaultOpeneds: string[];
|
|
119
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
119
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
|
|
120
120
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
121
121
|
readonly popperOffset: number;
|
|
122
122
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
|
|
123
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
123
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
124
124
|
readonly uniqueOpened: boolean;
|
|
125
125
|
readonly router: boolean;
|
|
126
126
|
readonly closeOnClickOutside: boolean;
|
|
@@ -137,7 +137,7 @@ export declare const PlusSidebar: {
|
|
|
137
137
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
138
138
|
readonly uniqueOpened: BooleanConstructor;
|
|
139
139
|
readonly router: BooleanConstructor;
|
|
140
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
140
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
141
141
|
readonly collapse: BooleanConstructor;
|
|
142
142
|
readonly backgroundColor: StringConstructor;
|
|
143
143
|
readonly textColor: StringConstructor;
|
|
@@ -147,7 +147,7 @@ export declare const PlusSidebar: {
|
|
|
147
147
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
148
148
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
149
149
|
readonly ellipsisIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
150
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
150
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
151
151
|
readonly popperClass: StringConstructor;
|
|
152
152
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
153
153
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -165,11 +165,11 @@ export declare const PlusSidebar: {
|
|
|
165
165
|
readonly hideTimeout: number;
|
|
166
166
|
readonly defaultActive: string;
|
|
167
167
|
readonly defaultOpeneds: string[];
|
|
168
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
168
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
|
|
169
169
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
170
170
|
readonly popperOffset: number;
|
|
171
171
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
|
|
172
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
172
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
173
173
|
readonly uniqueOpened: boolean;
|
|
174
174
|
readonly router: boolean;
|
|
175
175
|
readonly closeOnClickOutside: boolean;
|
|
@@ -292,7 +292,7 @@ export declare const PlusSidebar: {
|
|
|
292
292
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
293
293
|
readonly uniqueOpened: BooleanConstructor;
|
|
294
294
|
readonly router: BooleanConstructor;
|
|
295
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
295
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
296
296
|
readonly collapse: BooleanConstructor;
|
|
297
297
|
readonly backgroundColor: StringConstructor;
|
|
298
298
|
readonly textColor: StringConstructor;
|
|
@@ -302,7 +302,7 @@ export declare const PlusSidebar: {
|
|
|
302
302
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
303
303
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
304
304
|
readonly ellipsisIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
305
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
305
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
306
306
|
readonly popperClass: StringConstructor;
|
|
307
307
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
308
308
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -322,7 +322,7 @@ export declare const PlusSidebar: {
|
|
|
322
322
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
323
323
|
readonly uniqueOpened: BooleanConstructor;
|
|
324
324
|
readonly router: BooleanConstructor;
|
|
325
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
325
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
326
326
|
readonly collapse: BooleanConstructor;
|
|
327
327
|
readonly backgroundColor: StringConstructor;
|
|
328
328
|
readonly textColor: StringConstructor;
|
|
@@ -332,7 +332,7 @@ export declare const PlusSidebar: {
|
|
|
332
332
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
333
333
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
334
334
|
readonly ellipsisIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
335
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
335
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
336
336
|
readonly popperClass: StringConstructor;
|
|
337
337
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
338
338
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -348,11 +348,11 @@ export declare const PlusSidebar: {
|
|
|
348
348
|
readonly hideTimeout: number;
|
|
349
349
|
readonly defaultActive: string;
|
|
350
350
|
readonly defaultOpeneds: string[];
|
|
351
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
351
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
|
|
352
352
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
353
353
|
readonly popperOffset: number;
|
|
354
354
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
|
|
355
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
355
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
356
356
|
readonly uniqueOpened: boolean;
|
|
357
357
|
readonly router: boolean;
|
|
358
358
|
readonly closeOnClickOutside: boolean;
|
|
@@ -369,7 +369,7 @@ export declare const PlusSidebar: {
|
|
|
369
369
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
370
370
|
readonly uniqueOpened: BooleanConstructor;
|
|
371
371
|
readonly router: BooleanConstructor;
|
|
372
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
372
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
373
373
|
readonly collapse: BooleanConstructor;
|
|
374
374
|
readonly backgroundColor: StringConstructor;
|
|
375
375
|
readonly textColor: StringConstructor;
|
|
@@ -379,7 +379,7 @@ export declare const PlusSidebar: {
|
|
|
379
379
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
380
380
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
381
381
|
readonly ellipsisIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
382
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
382
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
383
383
|
readonly popperClass: StringConstructor;
|
|
384
384
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
385
385
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -397,11 +397,11 @@ export declare const PlusSidebar: {
|
|
|
397
397
|
readonly hideTimeout: number;
|
|
398
398
|
readonly defaultActive: string;
|
|
399
399
|
readonly defaultOpeneds: string[];
|
|
400
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
400
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
|
|
401
401
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
402
402
|
readonly popperOffset: number;
|
|
403
403
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
|
|
404
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
404
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
405
405
|
readonly uniqueOpened: boolean;
|
|
406
406
|
readonly router: boolean;
|
|
407
407
|
readonly closeOnClickOutside: boolean;
|
|
@@ -475,7 +475,7 @@ export declare const PlusSidebar: {
|
|
|
475
475
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
476
476
|
readonly uniqueOpened: BooleanConstructor;
|
|
477
477
|
readonly router: BooleanConstructor;
|
|
478
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
478
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
479
479
|
readonly collapse: BooleanConstructor;
|
|
480
480
|
readonly backgroundColor: StringConstructor;
|
|
481
481
|
readonly textColor: StringConstructor;
|
|
@@ -485,7 +485,7 @@ export declare const PlusSidebar: {
|
|
|
485
485
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
486
486
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
487
487
|
readonly ellipsisIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
488
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
488
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
489
489
|
readonly popperClass: StringConstructor;
|
|
490
490
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
491
491
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -505,7 +505,7 @@ export declare const PlusSidebar: {
|
|
|
505
505
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
506
506
|
readonly uniqueOpened: BooleanConstructor;
|
|
507
507
|
readonly router: BooleanConstructor;
|
|
508
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
508
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
509
509
|
readonly collapse: BooleanConstructor;
|
|
510
510
|
readonly backgroundColor: StringConstructor;
|
|
511
511
|
readonly textColor: StringConstructor;
|
|
@@ -515,7 +515,7 @@ export declare const PlusSidebar: {
|
|
|
515
515
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
516
516
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
517
517
|
readonly ellipsisIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
518
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
518
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
519
519
|
readonly popperClass: StringConstructor;
|
|
520
520
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
521
521
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -531,11 +531,11 @@ export declare const PlusSidebar: {
|
|
|
531
531
|
readonly hideTimeout: number;
|
|
532
532
|
readonly defaultActive: string;
|
|
533
533
|
readonly defaultOpeneds: string[];
|
|
534
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
534
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
|
|
535
535
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
536
536
|
readonly popperOffset: number;
|
|
537
537
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
|
|
538
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
538
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
539
539
|
readonly uniqueOpened: boolean;
|
|
540
540
|
readonly router: boolean;
|
|
541
541
|
readonly closeOnClickOutside: boolean;
|
|
@@ -552,7 +552,7 @@ export declare const PlusSidebar: {
|
|
|
552
552
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
553
553
|
readonly uniqueOpened: BooleanConstructor;
|
|
554
554
|
readonly router: BooleanConstructor;
|
|
555
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
555
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
556
556
|
readonly collapse: BooleanConstructor;
|
|
557
557
|
readonly backgroundColor: StringConstructor;
|
|
558
558
|
readonly textColor: StringConstructor;
|
|
@@ -562,7 +562,7 @@ export declare const PlusSidebar: {
|
|
|
562
562
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
563
563
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
564
564
|
readonly ellipsisIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
565
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
565
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
566
566
|
readonly popperClass: StringConstructor;
|
|
567
567
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
568
568
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -580,11 +580,11 @@ export declare const PlusSidebar: {
|
|
|
580
580
|
readonly hideTimeout: number;
|
|
581
581
|
readonly defaultActive: string;
|
|
582
582
|
readonly defaultOpeneds: string[];
|
|
583
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
583
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
|
|
584
584
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
585
585
|
readonly popperOffset: number;
|
|
586
586
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
|
|
587
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
587
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
588
588
|
readonly uniqueOpened: boolean;
|
|
589
589
|
readonly router: boolean;
|
|
590
590
|
readonly closeOnClickOutside: boolean;
|
|
@@ -28,7 +28,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
28
28
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
29
29
|
readonly uniqueOpened: BooleanConstructor;
|
|
30
30
|
readonly router: BooleanConstructor;
|
|
31
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
31
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
32
32
|
readonly collapse: BooleanConstructor;
|
|
33
33
|
readonly backgroundColor: StringConstructor;
|
|
34
34
|
readonly textColor: StringConstructor;
|
|
@@ -38,7 +38,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
38
38
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
39
39
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
40
40
|
readonly ellipsisIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
41
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
41
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
42
42
|
readonly popperClass: StringConstructor;
|
|
43
43
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
44
44
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -58,7 +58,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
58
58
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
59
59
|
readonly uniqueOpened: BooleanConstructor;
|
|
60
60
|
readonly router: BooleanConstructor;
|
|
61
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
61
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
62
62
|
readonly collapse: BooleanConstructor;
|
|
63
63
|
readonly backgroundColor: StringConstructor;
|
|
64
64
|
readonly textColor: StringConstructor;
|
|
@@ -68,7 +68,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
68
68
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
69
69
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
70
70
|
readonly ellipsisIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
71
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
71
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
72
72
|
readonly popperClass: StringConstructor;
|
|
73
73
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
74
74
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -84,11 +84,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
84
84
|
readonly hideTimeout: number;
|
|
85
85
|
readonly defaultActive: string;
|
|
86
86
|
readonly defaultOpeneds: string[];
|
|
87
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
87
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
|
|
88
88
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
89
89
|
readonly popperOffset: number;
|
|
90
90
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
|
|
91
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
91
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
92
92
|
readonly uniqueOpened: boolean;
|
|
93
93
|
readonly router: boolean;
|
|
94
94
|
readonly closeOnClickOutside: boolean;
|
|
@@ -105,7 +105,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
105
105
|
readonly defaultOpeneds: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
106
106
|
readonly uniqueOpened: BooleanConstructor;
|
|
107
107
|
readonly router: BooleanConstructor;
|
|
108
|
-
readonly menuTrigger: EpPropFinalized<StringConstructor, "
|
|
108
|
+
readonly menuTrigger: EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
109
109
|
readonly collapse: BooleanConstructor;
|
|
110
110
|
readonly backgroundColor: StringConstructor;
|
|
111
111
|
readonly textColor: StringConstructor;
|
|
@@ -115,7 +115,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
115
115
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
116
116
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
117
117
|
readonly ellipsisIcon: EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
118
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
118
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
119
119
|
readonly popperClass: StringConstructor;
|
|
120
120
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
121
121
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -133,11 +133,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
133
133
|
readonly hideTimeout: number;
|
|
134
134
|
readonly defaultActive: string;
|
|
135
135
|
readonly defaultOpeneds: string[];
|
|
136
|
-
readonly menuTrigger: EpPropMergeType<StringConstructor, "
|
|
136
|
+
readonly menuTrigger: EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
|
|
137
137
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
138
138
|
readonly popperOffset: number;
|
|
139
139
|
readonly ellipsisIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
|
|
140
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
140
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
141
141
|
readonly uniqueOpened: boolean;
|
|
142
142
|
readonly router: boolean;
|
|
143
143
|
readonly closeOnClickOutside: boolean;
|
|
@@ -6,10 +6,6 @@ export type { PlusStepsFormProps } from './src/index.vue';
|
|
|
6
6
|
export * from './src/type';
|
|
7
7
|
export declare const PlusStepsForm: {
|
|
8
8
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
9
|
-
modelValue: {
|
|
10
|
-
type: PropType<number>;
|
|
11
|
-
default: number;
|
|
12
|
-
};
|
|
13
9
|
data: {
|
|
14
10
|
type: PropType< PlusStepFromRow[]>;
|
|
15
11
|
default: () => never[];
|
|
@@ -18,6 +14,10 @@ export declare const PlusStepsForm: {
|
|
|
18
14
|
type: PropType<string>;
|
|
19
15
|
default: undefined;
|
|
20
16
|
};
|
|
17
|
+
modelValue: {
|
|
18
|
+
type: PropType<number>;
|
|
19
|
+
default: number;
|
|
20
|
+
};
|
|
21
21
|
submitText: {
|
|
22
22
|
type: PropType<string>;
|
|
23
23
|
default: undefined;
|
|
@@ -27,9 +27,9 @@ export declare const PlusStepsForm: {
|
|
|
27
27
|
default: undefined;
|
|
28
28
|
};
|
|
29
29
|
}>> & {
|
|
30
|
-
"onUpdate:modelValue"?: ((active: number) => any) | undefined;
|
|
31
30
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
32
31
|
onSubmit?: ((modelValue: number, values: FieldValues, allValues: FieldValues) => any) | undefined;
|
|
32
|
+
"onUpdate:modelValue"?: ((active: number) => any) | undefined;
|
|
33
33
|
onPre?: ((modelValue: number) => any) | undefined;
|
|
34
34
|
onNext?: ((modelValue: number, values: FieldValues, allValues: FieldValues) => any) | undefined;
|
|
35
35
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -39,10 +39,6 @@ export declare const PlusStepsForm: {
|
|
|
39
39
|
"update:modelValue": (active: number) => void;
|
|
40
40
|
change: (values: FieldValues, column: PlusColumn) => void;
|
|
41
41
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
42
|
-
modelValue: {
|
|
43
|
-
type: PropType<number>;
|
|
44
|
-
default: number;
|
|
45
|
-
};
|
|
46
42
|
data: {
|
|
47
43
|
type: PropType< PlusStepFromRow[]>;
|
|
48
44
|
default: () => never[];
|
|
@@ -51,6 +47,10 @@ export declare const PlusStepsForm: {
|
|
|
51
47
|
type: PropType<string>;
|
|
52
48
|
default: undefined;
|
|
53
49
|
};
|
|
50
|
+
modelValue: {
|
|
51
|
+
type: PropType<number>;
|
|
52
|
+
default: number;
|
|
53
|
+
};
|
|
54
54
|
submitText: {
|
|
55
55
|
type: PropType<string>;
|
|
56
56
|
default: undefined;
|
|
@@ -60,15 +60,15 @@ export declare const PlusStepsForm: {
|
|
|
60
60
|
default: undefined;
|
|
61
61
|
};
|
|
62
62
|
}>> & {
|
|
63
|
-
"onUpdate:modelValue"?: ((active: number) => any) | undefined;
|
|
64
63
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
65
64
|
onSubmit?: ((modelValue: number, values: FieldValues, allValues: FieldValues) => any) | undefined;
|
|
65
|
+
"onUpdate:modelValue"?: ((active: number) => any) | undefined;
|
|
66
66
|
onPre?: ((modelValue: number) => any) | undefined;
|
|
67
67
|
onNext?: ((modelValue: number, values: FieldValues, allValues: FieldValues) => any) | undefined;
|
|
68
68
|
}, {
|
|
69
|
-
modelValue: number;
|
|
70
69
|
data: PlusStepFromRow[];
|
|
71
70
|
nextText: string;
|
|
71
|
+
modelValue: number;
|
|
72
72
|
submitText: string;
|
|
73
73
|
preText: string;
|
|
74
74
|
}, true, {}, {}, {
|
|
@@ -79,10 +79,6 @@ export declare const PlusStepsForm: {
|
|
|
79
79
|
M: {};
|
|
80
80
|
Defaults: {};
|
|
81
81
|
}, Readonly< ExtractPropTypes<{
|
|
82
|
-
modelValue: {
|
|
83
|
-
type: PropType<number>;
|
|
84
|
-
default: number;
|
|
85
|
-
};
|
|
86
82
|
data: {
|
|
87
83
|
type: PropType< PlusStepFromRow[]>;
|
|
88
84
|
default: () => never[];
|
|
@@ -91,6 +87,10 @@ export declare const PlusStepsForm: {
|
|
|
91
87
|
type: PropType<string>;
|
|
92
88
|
default: undefined;
|
|
93
89
|
};
|
|
90
|
+
modelValue: {
|
|
91
|
+
type: PropType<number>;
|
|
92
|
+
default: number;
|
|
93
|
+
};
|
|
94
94
|
submitText: {
|
|
95
95
|
type: PropType<string>;
|
|
96
96
|
default: undefined;
|
|
@@ -100,15 +100,15 @@ export declare const PlusStepsForm: {
|
|
|
100
100
|
default: undefined;
|
|
101
101
|
};
|
|
102
102
|
}>> & {
|
|
103
|
-
"onUpdate:modelValue"?: ((active: number) => any) | undefined;
|
|
104
103
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
105
104
|
onSubmit?: ((modelValue: number, values: FieldValues, allValues: FieldValues) => any) | undefined;
|
|
105
|
+
"onUpdate:modelValue"?: ((active: number) => any) | undefined;
|
|
106
106
|
onPre?: ((modelValue: number) => any) | undefined;
|
|
107
107
|
onNext?: ((modelValue: number, values: FieldValues, allValues: FieldValues) => any) | undefined;
|
|
108
108
|
}, {}, {}, {}, {}, {
|
|
109
|
-
modelValue: number;
|
|
110
109
|
data: PlusStepFromRow[];
|
|
111
110
|
nextText: string;
|
|
111
|
+
modelValue: number;
|
|
112
112
|
submitText: string;
|
|
113
113
|
preText: string;
|
|
114
114
|
}>;
|
|
@@ -116,10 +116,6 @@ export declare const PlusStepsForm: {
|
|
|
116
116
|
__isTeleport?: undefined;
|
|
117
117
|
__isSuspense?: undefined;
|
|
118
118
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
119
|
-
modelValue: {
|
|
120
|
-
type: PropType<number>;
|
|
121
|
-
default: number;
|
|
122
|
-
};
|
|
123
119
|
data: {
|
|
124
120
|
type: PropType< PlusStepFromRow[]>;
|
|
125
121
|
default: () => never[];
|
|
@@ -128,6 +124,10 @@ export declare const PlusStepsForm: {
|
|
|
128
124
|
type: PropType<string>;
|
|
129
125
|
default: undefined;
|
|
130
126
|
};
|
|
127
|
+
modelValue: {
|
|
128
|
+
type: PropType<number>;
|
|
129
|
+
default: number;
|
|
130
|
+
};
|
|
131
131
|
submitText: {
|
|
132
132
|
type: PropType<string>;
|
|
133
133
|
default: undefined;
|
|
@@ -137,9 +137,9 @@ export declare const PlusStepsForm: {
|
|
|
137
137
|
default: undefined;
|
|
138
138
|
};
|
|
139
139
|
}>> & {
|
|
140
|
-
"onUpdate:modelValue"?: ((active: number) => any) | undefined;
|
|
141
140
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
142
141
|
onSubmit?: ((modelValue: number, values: FieldValues, allValues: FieldValues) => any) | undefined;
|
|
142
|
+
"onUpdate:modelValue"?: ((active: number) => any) | undefined;
|
|
143
143
|
onPre?: ((modelValue: number) => any) | undefined;
|
|
144
144
|
onNext?: ((modelValue: number, values: FieldValues, allValues: FieldValues) => any) | undefined;
|
|
145
145
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -149,9 +149,9 @@ export declare const PlusStepsForm: {
|
|
|
149
149
|
"update:modelValue": (active: number) => void;
|
|
150
150
|
change: (values: FieldValues, column: PlusColumn) => void;
|
|
151
151
|
}, string, {
|
|
152
|
-
modelValue: number;
|
|
153
152
|
data: PlusStepFromRow[];
|
|
154
153
|
nextText: string;
|
|
154
|
+
modelValue: number;
|
|
155
155
|
submitText: string;
|
|
156
156
|
preText: string;
|
|
157
157
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
@@ -66,15 +66,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
66
66
|
nextText: undefined;
|
|
67
67
|
preText: undefined;
|
|
68
68
|
}>>> & {
|
|
69
|
-
"onUpdate:modelValue"?: ((active: number) => any) | undefined;
|
|
70
69
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
71
70
|
onSubmit?: ((modelValue: number, values: FieldValues, allValues: FieldValues) => any) | undefined;
|
|
71
|
+
"onUpdate:modelValue"?: ((active: number) => any) | undefined;
|
|
72
72
|
onPre?: ((modelValue: number) => any) | undefined;
|
|
73
73
|
onNext?: ((modelValue: number, values: FieldValues, allValues: FieldValues) => any) | undefined;
|
|
74
74
|
}, {
|
|
75
|
-
modelValue: number;
|
|
76
75
|
data: PlusStepFromRow[];
|
|
77
76
|
nextText: string;
|
|
77
|
+
modelValue: number;
|
|
78
78
|
submitText: string;
|
|
79
79
|
preText: string;
|
|
80
80
|
}, {}>, Partial<Record<string, (_: {
|