yc-pro-components 0.0.8 → 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 +38 -38
- package/es/components/check-card/src/index.vue.d.ts +2 -2
- package/es/components/check-card-group/index.d.ts +7 -7
- package/es/components/check-card-group/src/index.vue.d.ts +1 -1
- package/es/components/date-picker/index.d.ts +16 -16
- package/es/components/date-picker/src/index.vue.d.ts +8 -8
- package/es/components/dialog/index.d.ts +30 -30
- package/es/components/dialog/src/index.vue.d.ts +3 -3
- package/es/components/dialog-form/index.d.ts +80 -80
- package/es/components/dialog-form/src/index.vue.d.ts +28 -28
- package/es/components/display-item/index.d.ts +9 -9
- package/es/components/display-item/src/index.vue.d.ts +9 -9
- package/es/components/drawer-form/index.d.ts +95 -95
- package/es/components/drawer-form/src/index.vue.d.ts +28 -28
- package/es/components/form/index.d.ts +89 -89
- package/es/components/form/src/form-content.vue.d.ts +8 -8
- package/es/components/form/src/index.vue.d.ts +31 -31
- package/es/components/form-item/index.d.ts +46 -46
- package/es/components/form-item/src/index.vue.d.ts +14 -14
- package/es/components/input-tag/index.d.ts +28 -28
- package/es/components/input-tag/src/index.vue.d.ts +28 -28
- package/es/components/layout/index.d.ts +30 -30
- package/es/components/layout/src/index.vue.d.ts +10 -10
- package/es/components/page/index.d.ts +507 -507
- package/es/components/page/src/index.vue.d.ts +171 -171
- package/es/components/pagination/index.d.ts +7 -7
- package/es/components/pagination/src/index.vue.d.ts +1 -1
- package/es/components/radio/index.d.ts +37 -37
- package/es/components/radio/src/index.vue.d.ts +37 -37
- 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 +205 -205
- package/es/components/search/src/index.vue.d.ts +69 -69
- package/es/components/sidebar/index.d.ts +15 -15
- package/es/components/sidebar/src/index.vue.d.ts +5 -5
- package/es/components/table/index.d.ts +40 -40
- package/es/components/table/src/index.vue.d.ts +12 -12
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +11 -11
- package/es/components/table/src/table-column.vue.d.ts +9 -9
- package/es/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/es/components/utils/index.d.ts +5 -5
- 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-drawer/store.d.ts +13 -13
- package/es/components/yc-more-actions/index.d.ts +84 -84
- package/es/components/yc-more-actions/src/index.vue.d.ts +6 -6
- package/es/components/yc-plus-page/src/index.vue.d.ts +378 -378
- package/es/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/es/components/yc-segmented/index.d.ts +4 -4
- package/es/components/yc-segmented/src/index.d.ts +4 -4
- package/es/components/yc-select-v2/src/index.vue.d.ts +1 -1
- package/es/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/es/components/yc-text/src/index.vue2.mjs +31 -4
- package/es/hooks/usePlusFormReset.d.ts +384 -384
- 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 +38 -38
- package/lib/components/check-card/src/index.vue.d.ts +2 -2
- package/lib/components/check-card-group/index.d.ts +7 -7
- package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
- package/lib/components/date-picker/index.d.ts +16 -16
- package/lib/components/date-picker/src/index.vue.d.ts +8 -8
- package/lib/components/dialog/index.d.ts +30 -30
- package/lib/components/dialog/src/index.vue.d.ts +3 -3
- package/lib/components/dialog-form/index.d.ts +80 -80
- package/lib/components/dialog-form/src/index.vue.d.ts +28 -28
- package/lib/components/display-item/index.d.ts +9 -9
- package/lib/components/display-item/src/index.vue.d.ts +9 -9
- package/lib/components/drawer-form/index.d.ts +95 -95
- package/lib/components/drawer-form/src/index.vue.d.ts +28 -28
- package/lib/components/form/index.d.ts +89 -89
- package/lib/components/form/src/form-content.vue.d.ts +8 -8
- package/lib/components/form/src/index.vue.d.ts +31 -31
- package/lib/components/form-item/index.d.ts +46 -46
- package/lib/components/form-item/src/index.vue.d.ts +14 -14
- package/lib/components/input-tag/index.d.ts +28 -28
- package/lib/components/input-tag/src/index.vue.d.ts +28 -28
- package/lib/components/layout/index.d.ts +30 -30
- package/lib/components/layout/src/index.vue.d.ts +10 -10
- package/lib/components/page/index.d.ts +507 -507
- package/lib/components/page/src/index.vue.d.ts +171 -171
- package/lib/components/pagination/index.d.ts +7 -7
- package/lib/components/pagination/src/index.vue.d.ts +1 -1
- package/lib/components/radio/index.d.ts +37 -37
- package/lib/components/radio/src/index.vue.d.ts +37 -37
- 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 +205 -205
- package/lib/components/search/src/index.vue.d.ts +69 -69
- package/lib/components/sidebar/index.d.ts +15 -15
- package/lib/components/sidebar/src/index.vue.d.ts +5 -5
- package/lib/components/table/index.d.ts +40 -40
- package/lib/components/table/src/index.vue.d.ts +12 -12
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +11 -11
- package/lib/components/table/src/table-column.vue.d.ts +9 -9
- package/lib/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/lib/components/utils/index.d.ts +5 -5
- 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-drawer/store.d.ts +13 -13
- package/lib/components/yc-more-actions/index.d.ts +84 -84
- package/lib/components/yc-more-actions/src/index.vue.d.ts +6 -6
- package/lib/components/yc-plus-page/src/index.vue.d.ts +378 -378
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/lib/components/yc-segmented/index.d.ts +4 -4
- package/lib/components/yc-segmented/src/index.d.ts +4 -4
- package/lib/components/yc-select-v2/src/index.vue.d.ts +1 -1
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/lib/components/yc-text/src/index.vue2.js +30 -3
- package/lib/hooks/usePlusFormReset.d.ts +384 -384
- 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
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/plus-yc-status-dialog.css +1 -1
- package/theme-chalk/src/yc-status-dialog.scss +1 -0
|
@@ -197,7 +197,7 @@ export declare const PlusLayout: {
|
|
|
197
197
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
198
198
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
199
199
|
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>;
|
|
200
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
200
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
201
201
|
readonly popperClass: StringConstructor;
|
|
202
202
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
203
203
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -227,7 +227,7 @@ export declare const PlusLayout: {
|
|
|
227
227
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
228
228
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
229
229
|
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>;
|
|
230
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
230
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
231
231
|
readonly popperClass: StringConstructor;
|
|
232
232
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
233
233
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -247,7 +247,7 @@ export declare const PlusLayout: {
|
|
|
247
247
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
248
248
|
readonly popperOffset: number;
|
|
249
249
|
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>;
|
|
250
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
250
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
251
251
|
readonly uniqueOpened: boolean;
|
|
252
252
|
readonly router: boolean;
|
|
253
253
|
readonly closeOnClickOutside: boolean;
|
|
@@ -274,7 +274,7 @@ export declare const PlusLayout: {
|
|
|
274
274
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
275
275
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
276
276
|
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>;
|
|
277
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
277
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
278
278
|
readonly popperClass: StringConstructor;
|
|
279
279
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
280
280
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -296,7 +296,7 @@ export declare const PlusLayout: {
|
|
|
296
296
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
297
297
|
readonly popperOffset: number;
|
|
298
298
|
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>;
|
|
299
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
299
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
300
300
|
readonly uniqueOpened: boolean;
|
|
301
301
|
readonly router: boolean;
|
|
302
302
|
readonly closeOnClickOutside: boolean;
|
|
@@ -399,7 +399,7 @@ export declare const PlusLayout: {
|
|
|
399
399
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
400
400
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
401
401
|
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>;
|
|
402
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
402
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
403
403
|
readonly popperClass: StringConstructor;
|
|
404
404
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
405
405
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -429,7 +429,7 @@ export declare const PlusLayout: {
|
|
|
429
429
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
430
430
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
431
431
|
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>;
|
|
432
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
432
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
433
433
|
readonly popperClass: StringConstructor;
|
|
434
434
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
435
435
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -449,7 +449,7 @@ export declare const PlusLayout: {
|
|
|
449
449
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
450
450
|
readonly popperOffset: number;
|
|
451
451
|
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>;
|
|
452
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
452
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
453
453
|
readonly uniqueOpened: boolean;
|
|
454
454
|
readonly router: boolean;
|
|
455
455
|
readonly closeOnClickOutside: boolean;
|
|
@@ -476,7 +476,7 @@ export declare const PlusLayout: {
|
|
|
476
476
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
477
477
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
478
478
|
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>;
|
|
479
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
479
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
480
480
|
readonly popperClass: StringConstructor;
|
|
481
481
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
482
482
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -498,7 +498,7 @@ export declare const PlusLayout: {
|
|
|
498
498
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
499
499
|
readonly popperOffset: number;
|
|
500
500
|
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>;
|
|
501
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
501
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
502
502
|
readonly uniqueOpened: boolean;
|
|
503
503
|
readonly router: boolean;
|
|
504
504
|
readonly closeOnClickOutside: boolean;
|
|
@@ -766,7 +766,7 @@ export declare const PlusLayout: {
|
|
|
766
766
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
767
767
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
768
768
|
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>;
|
|
769
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
769
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
770
770
|
readonly popperClass: StringConstructor;
|
|
771
771
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
772
772
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -796,7 +796,7 @@ export declare const PlusLayout: {
|
|
|
796
796
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
797
797
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
798
798
|
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>;
|
|
799
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
799
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
800
800
|
readonly popperClass: StringConstructor;
|
|
801
801
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
802
802
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -816,7 +816,7 @@ export declare const PlusLayout: {
|
|
|
816
816
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
817
817
|
readonly popperOffset: number;
|
|
818
818
|
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>;
|
|
819
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
819
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
820
820
|
readonly uniqueOpened: boolean;
|
|
821
821
|
readonly router: boolean;
|
|
822
822
|
readonly closeOnClickOutside: boolean;
|
|
@@ -843,7 +843,7 @@ export declare const PlusLayout: {
|
|
|
843
843
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
844
844
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
845
845
|
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>;
|
|
846
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
846
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
847
847
|
readonly popperClass: StringConstructor;
|
|
848
848
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
849
849
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -865,7 +865,7 @@ export declare const PlusLayout: {
|
|
|
865
865
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
866
866
|
readonly popperOffset: number;
|
|
867
867
|
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>;
|
|
868
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
868
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
869
869
|
readonly uniqueOpened: boolean;
|
|
870
870
|
readonly router: boolean;
|
|
871
871
|
readonly closeOnClickOutside: boolean;
|
|
@@ -968,7 +968,7 @@ export declare const PlusLayout: {
|
|
|
968
968
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
969
969
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
970
970
|
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>;
|
|
971
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
971
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
972
972
|
readonly popperClass: StringConstructor;
|
|
973
973
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
974
974
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -998,7 +998,7 @@ export declare const PlusLayout: {
|
|
|
998
998
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
999
999
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
1000
1000
|
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>;
|
|
1001
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
1001
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
1002
1002
|
readonly popperClass: StringConstructor;
|
|
1003
1003
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
1004
1004
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -1018,7 +1018,7 @@ export declare const PlusLayout: {
|
|
|
1018
1018
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1019
1019
|
readonly popperOffset: number;
|
|
1020
1020
|
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>;
|
|
1021
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
1021
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
1022
1022
|
readonly uniqueOpened: boolean;
|
|
1023
1023
|
readonly router: boolean;
|
|
1024
1024
|
readonly closeOnClickOutside: boolean;
|
|
@@ -1045,7 +1045,7 @@ export declare const PlusLayout: {
|
|
|
1045
1045
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1046
1046
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
1047
1047
|
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>;
|
|
1048
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
1048
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
1049
1049
|
readonly popperClass: StringConstructor;
|
|
1050
1050
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
1051
1051
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -1067,7 +1067,7 @@ export declare const PlusLayout: {
|
|
|
1067
1067
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1068
1068
|
readonly popperOffset: number;
|
|
1069
1069
|
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>;
|
|
1070
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
1070
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
1071
1071
|
readonly uniqueOpened: boolean;
|
|
1072
1072
|
readonly router: boolean;
|
|
1073
1073
|
readonly closeOnClickOutside: boolean;
|
|
@@ -1291,7 +1291,7 @@ export declare const PlusLayout: {
|
|
|
1291
1291
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1292
1292
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
1293
1293
|
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>;
|
|
1294
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
1294
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
1295
1295
|
readonly popperClass: StringConstructor;
|
|
1296
1296
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
1297
1297
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -1321,7 +1321,7 @@ export declare const PlusLayout: {
|
|
|
1321
1321
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1322
1322
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
1323
1323
|
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>;
|
|
1324
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
1324
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
1325
1325
|
readonly popperClass: StringConstructor;
|
|
1326
1326
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
1327
1327
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -1341,7 +1341,7 @@ export declare const PlusLayout: {
|
|
|
1341
1341
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1342
1342
|
readonly popperOffset: number;
|
|
1343
1343
|
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>;
|
|
1344
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
1344
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
1345
1345
|
readonly uniqueOpened: boolean;
|
|
1346
1346
|
readonly router: boolean;
|
|
1347
1347
|
readonly closeOnClickOutside: boolean;
|
|
@@ -1368,7 +1368,7 @@ export declare const PlusLayout: {
|
|
|
1368
1368
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1369
1369
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
1370
1370
|
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>;
|
|
1371
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
1371
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
1372
1372
|
readonly popperClass: StringConstructor;
|
|
1373
1373
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
1374
1374
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -1390,7 +1390,7 @@ export declare const PlusLayout: {
|
|
|
1390
1390
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1391
1391
|
readonly popperOffset: number;
|
|
1392
1392
|
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>;
|
|
1393
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
1393
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
1394
1394
|
readonly uniqueOpened: boolean;
|
|
1395
1395
|
readonly router: boolean;
|
|
1396
1396
|
readonly closeOnClickOutside: boolean;
|
|
@@ -1493,7 +1493,7 @@ export declare const PlusLayout: {
|
|
|
1493
1493
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1494
1494
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
1495
1495
|
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>;
|
|
1496
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
1496
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
1497
1497
|
readonly popperClass: StringConstructor;
|
|
1498
1498
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
1499
1499
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -1523,7 +1523,7 @@ export declare const PlusLayout: {
|
|
|
1523
1523
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1524
1524
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
1525
1525
|
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>;
|
|
1526
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
1526
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
1527
1527
|
readonly popperClass: StringConstructor;
|
|
1528
1528
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
1529
1529
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -1543,7 +1543,7 @@ export declare const PlusLayout: {
|
|
|
1543
1543
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1544
1544
|
readonly popperOffset: number;
|
|
1545
1545
|
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>;
|
|
1546
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
1546
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
1547
1547
|
readonly uniqueOpened: boolean;
|
|
1548
1548
|
readonly router: boolean;
|
|
1549
1549
|
readonly closeOnClickOutside: boolean;
|
|
@@ -1570,7 +1570,7 @@ export declare const PlusLayout: {
|
|
|
1570
1570
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1571
1571
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
1572
1572
|
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>;
|
|
1573
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
1573
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
1574
1574
|
readonly popperClass: StringConstructor;
|
|
1575
1575
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
1576
1576
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -1592,7 +1592,7 @@ export declare const PlusLayout: {
|
|
|
1592
1592
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1593
1593
|
readonly popperOffset: number;
|
|
1594
1594
|
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>;
|
|
1595
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
1595
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
1596
1596
|
readonly uniqueOpened: boolean;
|
|
1597
1597
|
readonly router: boolean;
|
|
1598
1598
|
readonly closeOnClickOutside: boolean;
|
|
@@ -188,7 +188,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
188
188
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
189
189
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
190
190
|
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>;
|
|
191
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
191
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
192
192
|
readonly popperClass: StringConstructor;
|
|
193
193
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
194
194
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -218,7 +218,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
218
218
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
219
219
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
220
220
|
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>;
|
|
221
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
221
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
222
222
|
readonly popperClass: StringConstructor;
|
|
223
223
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
224
224
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -238,7 +238,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
238
238
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
239
239
|
readonly popperOffset: number;
|
|
240
240
|
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>;
|
|
241
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
241
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
242
242
|
readonly uniqueOpened: boolean;
|
|
243
243
|
readonly router: boolean;
|
|
244
244
|
readonly closeOnClickOutside: boolean;
|
|
@@ -265,7 +265,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
265
265
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
266
266
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
267
267
|
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>;
|
|
268
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
268
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
269
269
|
readonly popperClass: StringConstructor;
|
|
270
270
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
271
271
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -287,7 +287,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
287
287
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
288
288
|
readonly popperOffset: number;
|
|
289
289
|
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>;
|
|
290
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
290
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
291
291
|
readonly uniqueOpened: boolean;
|
|
292
292
|
readonly router: boolean;
|
|
293
293
|
readonly closeOnClickOutside: boolean;
|
|
@@ -390,7 +390,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
390
390
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
391
391
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
392
392
|
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>;
|
|
393
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
393
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
394
394
|
readonly popperClass: StringConstructor;
|
|
395
395
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
396
396
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -420,7 +420,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
420
420
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
421
421
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
422
422
|
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>;
|
|
423
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
423
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
424
424
|
readonly popperClass: StringConstructor;
|
|
425
425
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
426
426
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -440,7 +440,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
440
440
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
441
441
|
readonly popperOffset: number;
|
|
442
442
|
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>;
|
|
443
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
443
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
444
444
|
readonly uniqueOpened: boolean;
|
|
445
445
|
readonly router: boolean;
|
|
446
446
|
readonly closeOnClickOutside: boolean;
|
|
@@ -467,7 +467,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
467
467
|
readonly ellipsis: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
468
468
|
readonly popperOffset: EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
469
469
|
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>;
|
|
470
|
-
readonly popperEffect: EpPropFinalized<StringConstructor, "
|
|
470
|
+
readonly popperEffect: EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
471
471
|
readonly popperClass: StringConstructor;
|
|
472
472
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
473
473
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
@@ -489,7 +489,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
489
489
|
readonly collapseTransition: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
490
490
|
readonly popperOffset: number;
|
|
491
491
|
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>;
|
|
492
|
-
readonly popperEffect: EpPropMergeType<StringConstructor, "
|
|
492
|
+
readonly popperEffect: EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
493
493
|
readonly uniqueOpened: boolean;
|
|
494
494
|
readonly router: boolean;
|
|
495
495
|
readonly closeOnClickOutside: boolean;
|