yc-pro-components 0.0.7 → 0.0.9
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 +76 -76
- package/es/components/check-card/src/index.vue.d.ts +14 -14
- package/es/components/check-card-group/index.d.ts +57 -57
- package/es/components/check-card-group/src/index.vue.d.ts +20 -20
- package/es/components/date-picker/index.d.ts +10 -10
- package/es/components/date-picker/src/index.vue.d.ts +2 -2
- package/es/components/descriptions/index.d.ts +39 -39
- package/es/components/descriptions/src/index.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +45 -45
- package/es/components/dialog/src/index.vue.d.ts +3 -3
- package/es/components/dialog-form/index.d.ts +47 -47
- package/es/components/dialog-form/src/index.vue.d.ts +11 -11
- 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 +31 -31
- package/es/components/drawer-form/src/index.vue.d.ts +10 -10
- package/es/components/form/index.d.ts +138 -138
- package/es/components/form/src/form-content.vue.d.ts +29 -29
- package/es/components/form/src/index.vue.d.ts +25 -25
- package/es/components/form-item/index.d.ts +128 -128
- package/es/components/form-item/src/index.vue.d.ts +19 -19
- 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 +16 -16
- package/es/components/input-tag/src/index.vue.d.ts +8 -8
- 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 +1035 -1035
- package/es/components/page/src/index.vue.d.ts +337 -337
- package/es/components/pagination/index.d.ts +38 -38
- package/es/components/pagination/src/index.vue.d.ts +2 -2
- package/es/components/radio/index.d.ts +34 -34
- package/es/components/radio/src/index.vue.d.ts +26 -26
- package/es/components/render/index.d.ts +17 -17
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +426 -426
- package/es/components/search/src/index.vue.d.ts +125 -125
- package/es/components/sidebar/index.d.ts +15 -15
- package/es/components/sidebar/src/index.vue.d.ts +5 -5
- package/es/components/steps-form/index.d.ts +19 -19
- package/es/components/steps-form/src/index.vue.d.ts +1 -1
- package/es/components/table/index.d.ts +38 -38
- package/es/components/table/src/index.vue.d.ts +7 -7
- package/es/components/table/src/table-action-bar.vue.d.ts +3 -3
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +6 -6
- package/es/components/table/src/table-column.vue.d.ts +24 -24
- package/es/components/utils/index.d.ts +15 -15
- package/es/components/yc-count-to/index.d.ts +1 -1
- package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-drawer/store.d.ts +6 -6
- package/es/components/yc-more-actions/index.d.ts +6 -6
- package/es/components/yc-more-actions/src/index.vue.d.ts +1 -1
- package/es/components/yc-plus-page/src/index.vue.d.ts +735 -735
- package/es/components/yc-plus-tree/src/index.vue.d.ts +1 -1
- package/es/components/yc-segmented/index.d.ts +1 -1
- package/es/components/yc-segmented/src/index.d.ts +1 -1
- package/es/components/yc-select-v2/src/index.vue.d.ts +1 -1
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-status-dialog/src/index.vue.mjs +1 -1
- package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/es/hooks/usePlusFormReset.d.ts +208 -208
- package/es/index.css +1 -1
- package/index.css +8 -7
- package/index.js +2 -2
- package/index.min.css +1 -1
- package/index.min.js +2 -2
- package/index.min.mjs +2 -2
- package/index.mjs +2 -2
- package/lib/components/check-card/index.d.ts +76 -76
- package/lib/components/check-card/src/index.vue.d.ts +14 -14
- package/lib/components/check-card-group/index.d.ts +57 -57
- package/lib/components/check-card-group/src/index.vue.d.ts +20 -20
- package/lib/components/date-picker/index.d.ts +10 -10
- package/lib/components/date-picker/src/index.vue.d.ts +2 -2
- package/lib/components/descriptions/index.d.ts +39 -39
- package/lib/components/descriptions/src/index.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +45 -45
- package/lib/components/dialog/src/index.vue.d.ts +3 -3
- package/lib/components/dialog-form/index.d.ts +47 -47
- package/lib/components/dialog-form/src/index.vue.d.ts +11 -11
- 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 +31 -31
- package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
- package/lib/components/form/index.d.ts +138 -138
- package/lib/components/form/src/form-content.vue.d.ts +29 -29
- package/lib/components/form/src/index.vue.d.ts +25 -25
- package/lib/components/form-item/index.d.ts +128 -128
- package/lib/components/form-item/src/index.vue.d.ts +19 -19
- 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 +16 -16
- package/lib/components/input-tag/src/index.vue.d.ts +8 -8
- 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 +1035 -1035
- package/lib/components/page/src/index.vue.d.ts +337 -337
- package/lib/components/pagination/index.d.ts +38 -38
- package/lib/components/pagination/src/index.vue.d.ts +2 -2
- package/lib/components/radio/index.d.ts +34 -34
- package/lib/components/radio/src/index.vue.d.ts +26 -26
- package/lib/components/render/index.d.ts +17 -17
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +426 -426
- package/lib/components/search/src/index.vue.d.ts +125 -125
- package/lib/components/sidebar/index.d.ts +15 -15
- package/lib/components/sidebar/src/index.vue.d.ts +5 -5
- package/lib/components/steps-form/index.d.ts +19 -19
- package/lib/components/steps-form/src/index.vue.d.ts +1 -1
- package/lib/components/table/index.d.ts +38 -38
- package/lib/components/table/src/index.vue.d.ts +7 -7
- package/lib/components/table/src/table-action-bar.vue.d.ts +3 -3
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +6 -6
- package/lib/components/table/src/table-column.vue.d.ts +24 -24
- package/lib/components/utils/index.d.ts +15 -15
- package/lib/components/yc-count-to/index.d.ts +1 -1
- package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-drawer/store.d.ts +6 -6
- package/lib/components/yc-more-actions/index.d.ts +6 -6
- package/lib/components/yc-more-actions/src/index.vue.d.ts +1 -1
- package/lib/components/yc-plus-page/src/index.vue.d.ts +735 -735
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +1 -1
- package/lib/components/yc-segmented/index.d.ts +1 -1
- package/lib/components/yc-segmented/src/index.d.ts +1 -1
- package/lib/components/yc-select-v2/src/index.vue.d.ts +1 -1
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-status-dialog/src/index.vue.js +1 -1
- package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/lib/hooks/usePlusFormReset.d.ts +208 -208
- package/lib/index.css +1 -1
- 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
|
@@ -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, "click" | "hover", unknown, "hover", boolean>;
|
|
64
64
|
readonly collapse: BooleanConstructor;
|
|
65
65
|
readonly backgroundColor: StringConstructor;
|
|
66
66
|
readonly textColor: StringConstructor;
|
|
@@ -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, "click" | "hover", unknown, "hover", boolean>;
|
|
94
94
|
readonly collapse: BooleanConstructor;
|
|
95
95
|
readonly backgroundColor: StringConstructor;
|
|
96
96
|
readonly textColor: StringConstructor;
|
|
@@ -116,7 +116,7 @@ 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, "click" | "hover", 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>;
|
|
@@ -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, "click" | "hover", unknown, "hover", boolean>;
|
|
141
141
|
readonly collapse: BooleanConstructor;
|
|
142
142
|
readonly backgroundColor: StringConstructor;
|
|
143
143
|
readonly textColor: StringConstructor;
|
|
@@ -165,7 +165,7 @@ 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, "click" | "hover", 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>;
|
|
@@ -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, "click" | "hover", unknown, "hover", boolean>;
|
|
296
296
|
readonly collapse: BooleanConstructor;
|
|
297
297
|
readonly backgroundColor: StringConstructor;
|
|
298
298
|
readonly textColor: StringConstructor;
|
|
@@ -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, "click" | "hover", unknown, "hover", boolean>;
|
|
326
326
|
readonly collapse: BooleanConstructor;
|
|
327
327
|
readonly backgroundColor: StringConstructor;
|
|
328
328
|
readonly textColor: StringConstructor;
|
|
@@ -348,7 +348,7 @@ 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, "click" | "hover", 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>;
|
|
@@ -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, "click" | "hover", unknown, "hover", boolean>;
|
|
373
373
|
readonly collapse: BooleanConstructor;
|
|
374
374
|
readonly backgroundColor: StringConstructor;
|
|
375
375
|
readonly textColor: StringConstructor;
|
|
@@ -397,7 +397,7 @@ 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, "click" | "hover", 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>;
|
|
@@ -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, "click" | "hover", unknown, "hover", boolean>;
|
|
479
479
|
readonly collapse: BooleanConstructor;
|
|
480
480
|
readonly backgroundColor: StringConstructor;
|
|
481
481
|
readonly textColor: StringConstructor;
|
|
@@ -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, "click" | "hover", unknown, "hover", boolean>;
|
|
509
509
|
readonly collapse: BooleanConstructor;
|
|
510
510
|
readonly backgroundColor: StringConstructor;
|
|
511
511
|
readonly textColor: StringConstructor;
|
|
@@ -531,7 +531,7 @@ 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, "click" | "hover", 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>;
|
|
@@ -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, "click" | "hover", unknown, "hover", boolean>;
|
|
556
556
|
readonly collapse: BooleanConstructor;
|
|
557
557
|
readonly backgroundColor: StringConstructor;
|
|
558
558
|
readonly textColor: StringConstructor;
|
|
@@ -580,7 +580,7 @@ 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, "click" | "hover", 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>;
|
|
@@ -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, "click" | "hover", unknown, "hover", boolean>;
|
|
32
32
|
readonly collapse: BooleanConstructor;
|
|
33
33
|
readonly backgroundColor: StringConstructor;
|
|
34
34
|
readonly textColor: StringConstructor;
|
|
@@ -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, "click" | "hover", unknown, "hover", boolean>;
|
|
62
62
|
readonly collapse: BooleanConstructor;
|
|
63
63
|
readonly backgroundColor: StringConstructor;
|
|
64
64
|
readonly textColor: StringConstructor;
|
|
@@ -84,7 +84,7 @@ 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, "click" | "hover", 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>;
|
|
@@ -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, "click" | "hover", unknown, "hover", boolean>;
|
|
109
109
|
readonly collapse: BooleanConstructor;
|
|
110
110
|
readonly backgroundColor: StringConstructor;
|
|
111
111
|
readonly textColor: StringConstructor;
|
|
@@ -133,7 +133,7 @@ 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, "click" | "hover", 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>;
|
|
@@ -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
|
-
nextText: {
|
|
10
|
-
type: PropType<string>;
|
|
11
|
-
default: undefined;
|
|
12
|
-
};
|
|
13
9
|
modelValue: {
|
|
14
10
|
type: PropType<number>;
|
|
15
11
|
default: number;
|
|
@@ -18,6 +14,10 @@ export declare const PlusStepsForm: {
|
|
|
18
14
|
type: PropType< PlusStepFromRow[]>;
|
|
19
15
|
default: () => never[];
|
|
20
16
|
};
|
|
17
|
+
nextText: {
|
|
18
|
+
type: PropType<string>;
|
|
19
|
+
default: undefined;
|
|
20
|
+
};
|
|
21
21
|
submitText: {
|
|
22
22
|
type: PropType<string>;
|
|
23
23
|
default: undefined;
|
|
@@ -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
|
-
nextText: {
|
|
43
|
-
type: PropType<string>;
|
|
44
|
-
default: undefined;
|
|
45
|
-
};
|
|
46
42
|
modelValue: {
|
|
47
43
|
type: PropType<number>;
|
|
48
44
|
default: number;
|
|
@@ -51,6 +47,10 @@ export declare const PlusStepsForm: {
|
|
|
51
47
|
type: PropType< PlusStepFromRow[]>;
|
|
52
48
|
default: () => never[];
|
|
53
49
|
};
|
|
50
|
+
nextText: {
|
|
51
|
+
type: PropType<string>;
|
|
52
|
+
default: undefined;
|
|
53
|
+
};
|
|
54
54
|
submitText: {
|
|
55
55
|
type: PropType<string>;
|
|
56
56
|
default: undefined;
|
|
@@ -66,9 +66,9 @@ export declare const PlusStepsForm: {
|
|
|
66
66
|
onPre?: ((modelValue: number) => any) | undefined;
|
|
67
67
|
onNext?: ((modelValue: number, values: FieldValues, allValues: FieldValues) => any) | undefined;
|
|
68
68
|
}, {
|
|
69
|
-
nextText: string;
|
|
70
69
|
modelValue: number;
|
|
71
70
|
data: PlusStepFromRow[];
|
|
71
|
+
nextText: string;
|
|
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
|
-
nextText: {
|
|
83
|
-
type: PropType<string>;
|
|
84
|
-
default: undefined;
|
|
85
|
-
};
|
|
86
82
|
modelValue: {
|
|
87
83
|
type: PropType<number>;
|
|
88
84
|
default: number;
|
|
@@ -91,6 +87,10 @@ export declare const PlusStepsForm: {
|
|
|
91
87
|
type: PropType< PlusStepFromRow[]>;
|
|
92
88
|
default: () => never[];
|
|
93
89
|
};
|
|
90
|
+
nextText: {
|
|
91
|
+
type: PropType<string>;
|
|
92
|
+
default: undefined;
|
|
93
|
+
};
|
|
94
94
|
submitText: {
|
|
95
95
|
type: PropType<string>;
|
|
96
96
|
default: undefined;
|
|
@@ -106,9 +106,9 @@ export declare const PlusStepsForm: {
|
|
|
106
106
|
onPre?: ((modelValue: number) => any) | undefined;
|
|
107
107
|
onNext?: ((modelValue: number, values: FieldValues, allValues: FieldValues) => any) | undefined;
|
|
108
108
|
}, {}, {}, {}, {}, {
|
|
109
|
-
nextText: string;
|
|
110
109
|
modelValue: number;
|
|
111
110
|
data: PlusStepFromRow[];
|
|
111
|
+
nextText: string;
|
|
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
|
-
nextText: {
|
|
120
|
-
type: PropType<string>;
|
|
121
|
-
default: undefined;
|
|
122
|
-
};
|
|
123
119
|
modelValue: {
|
|
124
120
|
type: PropType<number>;
|
|
125
121
|
default: number;
|
|
@@ -128,6 +124,10 @@ export declare const PlusStepsForm: {
|
|
|
128
124
|
type: PropType< PlusStepFromRow[]>;
|
|
129
125
|
default: () => never[];
|
|
130
126
|
};
|
|
127
|
+
nextText: {
|
|
128
|
+
type: PropType<string>;
|
|
129
|
+
default: undefined;
|
|
130
|
+
};
|
|
131
131
|
submitText: {
|
|
132
132
|
type: PropType<string>;
|
|
133
133
|
default: undefined;
|
|
@@ -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
|
-
nextText: string;
|
|
153
152
|
modelValue: number;
|
|
154
153
|
data: PlusStepFromRow[];
|
|
154
|
+
nextText: string;
|
|
155
155
|
submitText: string;
|
|
156
156
|
preText: string;
|
|
157
157
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
@@ -72,9 +72,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
72
72
|
onPre?: ((modelValue: number) => any) | undefined;
|
|
73
73
|
onNext?: ((modelValue: number, values: FieldValues, allValues: FieldValues) => any) | undefined;
|
|
74
74
|
}, {
|
|
75
|
-
nextText: string;
|
|
76
75
|
modelValue: number;
|
|
77
76
|
data: PlusStepFromRow[];
|
|
77
|
+
nextText: string;
|
|
78
78
|
submitText: string;
|
|
79
79
|
preText: string;
|
|
80
80
|
}, {}>, Partial<Record<string, (_: {
|
|
@@ -4,7 +4,7 @@ import { EpPropMergeType } from 'element-plus/es/utils';
|
|
|
4
4
|
import { Options } from 'sortablejs';
|
|
5
5
|
import { ActionBarProps, ColumnSetting, ButtonsCallBackParams, FormChangeCallBackParams, FilterTableHeaderEventType, TableFormRefRow } from './src/type';
|
|
6
6
|
import { TableColumnCtx, SummaryMethod, ColumnCls, ColumnStyle, CellCls, CellStyle, Sort, ElTooltipProps, TreeNode, Translator, Table } from 'element-plus';
|
|
7
|
-
import {
|
|
7
|
+
import { RecordType, PlusColumn, PlusPaginationProps, PlusRadioProps, PageInfo, TableValueType, FormItemValueType, OptionsRow } from 'packages/yc-components';
|
|
8
8
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, CSSProperties, ComputedRef, ShallowRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
9
9
|
import { default as _Table } from './src/index.vue';
|
|
10
10
|
|
|
@@ -12,14 +12,14 @@ export type PlusTableInstance = InstanceType<typeof _Table>;
|
|
|
12
12
|
export * from './src/type';
|
|
13
13
|
export declare const PlusTable: {
|
|
14
14
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
15
|
-
columns: {
|
|
16
|
-
type: PropType< PlusColumn[]>;
|
|
17
|
-
default: () => never[];
|
|
18
|
-
};
|
|
19
15
|
data: {
|
|
20
16
|
type: PropType< RecordType[]>;
|
|
21
17
|
default: () => never[];
|
|
22
18
|
};
|
|
19
|
+
columns: {
|
|
20
|
+
type: PropType< PlusColumn[]>;
|
|
21
|
+
default: () => never[];
|
|
22
|
+
};
|
|
23
23
|
height: {
|
|
24
24
|
type: PropType<string | number>;
|
|
25
25
|
};
|
|
@@ -201,7 +201,7 @@ export declare const PlusTable: {
|
|
|
201
201
|
defaultExpandAll: BooleanConstructor;
|
|
202
202
|
defaultSort: PropType< Sort | undefined>;
|
|
203
203
|
tooltipEffect: StringConstructor;
|
|
204
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
204
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
205
205
|
spanMethod: PropType<((data: {
|
|
206
206
|
row: any;
|
|
207
207
|
rowIndex: number;
|
|
@@ -245,7 +245,7 @@ export declare const PlusTable: {
|
|
|
245
245
|
};
|
|
246
246
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
247
247
|
flexible: BooleanConstructor;
|
|
248
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
248
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
249
249
|
}>> & {
|
|
250
250
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
251
251
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -397,7 +397,7 @@ export declare const PlusTable: {
|
|
|
397
397
|
defaultExpandAll: BooleanConstructor;
|
|
398
398
|
defaultSort: PropType< Sort | undefined>;
|
|
399
399
|
tooltipEffect: StringConstructor;
|
|
400
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
400
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
401
401
|
spanMethod: PropType<((data: {
|
|
402
402
|
row: any;
|
|
403
403
|
rowIndex: number;
|
|
@@ -441,7 +441,7 @@ export declare const PlusTable: {
|
|
|
441
441
|
};
|
|
442
442
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
443
443
|
flexible: BooleanConstructor;
|
|
444
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
444
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
445
445
|
}>> & {
|
|
446
446
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
447
447
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -532,7 +532,7 @@ export declare const PlusTable: {
|
|
|
532
532
|
defaultExpandAll: BooleanConstructor;
|
|
533
533
|
defaultSort: PropType< Sort | undefined>;
|
|
534
534
|
tooltipEffect: StringConstructor;
|
|
535
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
535
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
536
536
|
spanMethod: PropType<((data: {
|
|
537
537
|
row: any;
|
|
538
538
|
rowIndex: number;
|
|
@@ -576,7 +576,7 @@ export declare const PlusTable: {
|
|
|
576
576
|
};
|
|
577
577
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
578
578
|
flexible: BooleanConstructor;
|
|
579
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
579
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
580
580
|
}>> & {
|
|
581
581
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
582
582
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -720,14 +720,14 @@ export declare const PlusTable: {
|
|
|
720
720
|
filterTableHeader: (columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void;
|
|
721
721
|
radioChange: (row: RecordType, index: number, value: boolean) => void;
|
|
722
722
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
723
|
-
columns: {
|
|
724
|
-
type: PropType< PlusColumn[]>;
|
|
725
|
-
default: () => never[];
|
|
726
|
-
};
|
|
727
723
|
data: {
|
|
728
724
|
type: PropType< RecordType[]>;
|
|
729
725
|
default: () => never[];
|
|
730
726
|
};
|
|
727
|
+
columns: {
|
|
728
|
+
type: PropType< PlusColumn[]>;
|
|
729
|
+
default: () => never[];
|
|
730
|
+
};
|
|
731
731
|
height: {
|
|
732
732
|
type: PropType<string | number>;
|
|
733
733
|
};
|
|
@@ -865,8 +865,8 @@ export declare const PlusTable: {
|
|
|
865
865
|
onEdited?: (() => any) | undefined;
|
|
866
866
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
867
867
|
}, {
|
|
868
|
-
columns: PlusColumn[];
|
|
869
868
|
data: RecordType[];
|
|
869
|
+
columns: PlusColumn[];
|
|
870
870
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
871
871
|
row: any[];
|
|
872
872
|
rowIndex: number;
|
|
@@ -918,14 +918,14 @@ export declare const PlusTable: {
|
|
|
918
918
|
M: {};
|
|
919
919
|
Defaults: {};
|
|
920
920
|
}, Readonly< ExtractPropTypes<{
|
|
921
|
-
columns: {
|
|
922
|
-
type: PropType< PlusColumn[]>;
|
|
923
|
-
default: () => never[];
|
|
924
|
-
};
|
|
925
921
|
data: {
|
|
926
922
|
type: PropType< RecordType[]>;
|
|
927
923
|
default: () => never[];
|
|
928
924
|
};
|
|
925
|
+
columns: {
|
|
926
|
+
type: PropType< PlusColumn[]>;
|
|
927
|
+
default: () => never[];
|
|
928
|
+
};
|
|
929
929
|
height: {
|
|
930
930
|
type: PropType<string | number>;
|
|
931
931
|
};
|
|
@@ -1107,7 +1107,7 @@ export declare const PlusTable: {
|
|
|
1107
1107
|
defaultExpandAll: BooleanConstructor;
|
|
1108
1108
|
defaultSort: PropType< Sort | undefined>;
|
|
1109
1109
|
tooltipEffect: StringConstructor;
|
|
1110
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
1110
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
1111
1111
|
spanMethod: PropType<((data: {
|
|
1112
1112
|
row: any;
|
|
1113
1113
|
rowIndex: number;
|
|
@@ -1151,7 +1151,7 @@ export declare const PlusTable: {
|
|
|
1151
1151
|
};
|
|
1152
1152
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
1153
1153
|
flexible: BooleanConstructor;
|
|
1154
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
1154
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
1155
1155
|
}>> & {
|
|
1156
1156
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
1157
1157
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1303,7 +1303,7 @@ export declare const PlusTable: {
|
|
|
1303
1303
|
defaultExpandAll: BooleanConstructor;
|
|
1304
1304
|
defaultSort: PropType< Sort | undefined>;
|
|
1305
1305
|
tooltipEffect: StringConstructor;
|
|
1306
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
1306
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
1307
1307
|
spanMethod: PropType<((data: {
|
|
1308
1308
|
row: any;
|
|
1309
1309
|
rowIndex: number;
|
|
@@ -1347,7 +1347,7 @@ export declare const PlusTable: {
|
|
|
1347
1347
|
};
|
|
1348
1348
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
1349
1349
|
flexible: BooleanConstructor;
|
|
1350
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
1350
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
1351
1351
|
}>> & {
|
|
1352
1352
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
1353
1353
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1438,7 +1438,7 @@ export declare const PlusTable: {
|
|
|
1438
1438
|
defaultExpandAll: BooleanConstructor;
|
|
1439
1439
|
defaultSort: PropType< Sort | undefined>;
|
|
1440
1440
|
tooltipEffect: StringConstructor;
|
|
1441
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
1441
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
1442
1442
|
spanMethod: PropType<((data: {
|
|
1443
1443
|
row: any;
|
|
1444
1444
|
rowIndex: number;
|
|
@@ -1482,7 +1482,7 @@ export declare const PlusTable: {
|
|
|
1482
1482
|
};
|
|
1483
1483
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
1484
1484
|
flexible: BooleanConstructor;
|
|
1485
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
1485
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
1486
1486
|
}>> & {
|
|
1487
1487
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
1488
1488
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1614,8 +1614,8 @@ export declare const PlusTable: {
|
|
|
1614
1614
|
flexible: boolean;
|
|
1615
1615
|
}> | null>;
|
|
1616
1616
|
}, {}, {}, {}, {
|
|
1617
|
-
columns: PlusColumn[];
|
|
1618
1617
|
data: RecordType[];
|
|
1618
|
+
columns: PlusColumn[];
|
|
1619
1619
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
1620
1620
|
row: any[];
|
|
1621
1621
|
rowIndex: number;
|
|
@@ -1664,14 +1664,14 @@ export declare const PlusTable: {
|
|
|
1664
1664
|
__isTeleport?: undefined;
|
|
1665
1665
|
__isSuspense?: undefined;
|
|
1666
1666
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
1667
|
-
columns: {
|
|
1668
|
-
type: PropType< PlusColumn[]>;
|
|
1669
|
-
default: () => never[];
|
|
1670
|
-
};
|
|
1671
1667
|
data: {
|
|
1672
1668
|
type: PropType< RecordType[]>;
|
|
1673
1669
|
default: () => never[];
|
|
1674
1670
|
};
|
|
1671
|
+
columns: {
|
|
1672
|
+
type: PropType< PlusColumn[]>;
|
|
1673
|
+
default: () => never[];
|
|
1674
|
+
};
|
|
1675
1675
|
height: {
|
|
1676
1676
|
type: PropType<string | number>;
|
|
1677
1677
|
};
|
|
@@ -1853,7 +1853,7 @@ export declare const PlusTable: {
|
|
|
1853
1853
|
defaultExpandAll: BooleanConstructor;
|
|
1854
1854
|
defaultSort: PropType< Sort | undefined>;
|
|
1855
1855
|
tooltipEffect: StringConstructor;
|
|
1856
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
1856
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
1857
1857
|
spanMethod: PropType<((data: {
|
|
1858
1858
|
row: any;
|
|
1859
1859
|
rowIndex: number;
|
|
@@ -1897,7 +1897,7 @@ export declare const PlusTable: {
|
|
|
1897
1897
|
};
|
|
1898
1898
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
1899
1899
|
flexible: BooleanConstructor;
|
|
1900
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
1900
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
1901
1901
|
}>> & {
|
|
1902
1902
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
1903
1903
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -2049,7 +2049,7 @@ export declare const PlusTable: {
|
|
|
2049
2049
|
defaultExpandAll: BooleanConstructor;
|
|
2050
2050
|
defaultSort: PropType< Sort | undefined>;
|
|
2051
2051
|
tooltipEffect: StringConstructor;
|
|
2052
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
2052
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
2053
2053
|
spanMethod: PropType<((data: {
|
|
2054
2054
|
row: any;
|
|
2055
2055
|
rowIndex: number;
|
|
@@ -2093,7 +2093,7 @@ export declare const PlusTable: {
|
|
|
2093
2093
|
};
|
|
2094
2094
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
2095
2095
|
flexible: BooleanConstructor;
|
|
2096
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
2096
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
2097
2097
|
}>> & {
|
|
2098
2098
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
2099
2099
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -2184,7 +2184,7 @@ export declare const PlusTable: {
|
|
|
2184
2184
|
defaultExpandAll: BooleanConstructor;
|
|
2185
2185
|
defaultSort: PropType< Sort | undefined>;
|
|
2186
2186
|
tooltipEffect: StringConstructor;
|
|
2187
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
2187
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
2188
2188
|
spanMethod: PropType<((data: {
|
|
2189
2189
|
row: any;
|
|
2190
2190
|
rowIndex: number;
|
|
@@ -2228,7 +2228,7 @@ export declare const PlusTable: {
|
|
|
2228
2228
|
};
|
|
2229
2229
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
2230
2230
|
flexible: BooleanConstructor;
|
|
2231
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
2231
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
2232
2232
|
}>> & {
|
|
2233
2233
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
2234
2234
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -2372,8 +2372,8 @@ export declare const PlusTable: {
|
|
|
2372
2372
|
filterTableHeader: (columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void;
|
|
2373
2373
|
radioChange: (row: RecordType, index: number, value: boolean) => void;
|
|
2374
2374
|
}, string, {
|
|
2375
|
-
columns: PlusColumn[];
|
|
2376
2375
|
data: RecordType[];
|
|
2376
|
+
columns: PlusColumn[];
|
|
2377
2377
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
2378
2378
|
row: any[];
|
|
2379
2379
|
rowIndex: number;
|