@factoringplus/pl-components-pack-v3 1.13.4 → 1.13.5
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/README.md +3 -3
- package/dist/{crypto-pro-actual-cades-plugin-b763ca04.cjs → crypto-pro-actual-cades-plugin-00e94b0e.cjs} +1 -1
- package/dist/{crypto-pro-actual-cades-plugin-21690d4e.js → crypto-pro-actual-cades-plugin-6de44578.js} +1 -1
- package/dist/{entry-a2ad1f2f.js → entry-408d6e03.js} +4411 -4407
- package/dist/{entry-c4b485d2.cjs → entry-a17d0f2b.cjs} +27 -27
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +1 -1
- package/dist/src/components/basic/pl-button/index.d.ts +21 -20
- package/dist/src/components/basic/pl-button/pl-button.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-button-dropdown/index.d.ts +21 -20
- package/dist/src/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +9 -9
- package/dist/src/components/basic/pl-dialog/index.d.ts +21 -20
- package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +9 -9
- package/dist/src/components/basic/pl-link/index.d.ts +2 -1
- package/dist/src/components/basic/pl-scrollbar/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/index.d.ts +8 -7
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/pl-skeleton-button.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/index.d.ts +4 -3
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-icon/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/index.d.ts +5 -4
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/pl-skeleton-tags-chips.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-upload/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/index.d.ts +7 -6
- package/dist/src/components/basic/pl-skeleton/pl-skeleton.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-tooltip-plus/index.d.ts +9 -8
- package/dist/src/components/basic/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +1 -1
- package/dist/src/components/data/pl-action-bar/components/pl-action-button/index.d.ts +2 -1
- package/dist/src/components/data/pl-action-bar/index.d.ts +2 -1
- package/dist/src/components/data/pl-banner/index.d.ts +2 -1
- package/dist/src/components/data/pl-card/index.d.ts +2 -1
- package/dist/src/components/data/pl-multitab/index.d.ts +2 -1
- package/dist/src/components/data/pl-onboarding/index.d.ts +25 -24
- package/dist/src/components/data/pl-onboarding/pl-onboarding.vue.d.ts +11 -11
- package/dist/src/components/data/pl-progress/index.d.ts +5 -4
- package/dist/src/components/data/pl-progress/pl-progress.vue.d.ts +1 -1
- package/dist/src/components/data/pl-sign-error/index.d.ts +2 -1
- package/dist/src/components/data/pl-signing/index.d.ts +2 -1
- package/dist/src/components/data/pl-snackbar/index.d.ts +3 -3
- package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +1 -1
- package/dist/src/components/data/pl-stepper/index.d.ts +21 -20
- package/dist/src/components/data/pl-table-plus/index.d.ts +150 -149
- package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +72 -72
- package/dist/src/components/data/pl-tabs/index.d.ts +2 -1
- package/dist/src/components/data/pl-tags-chips/index.d.ts +9 -8
- package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +1 -1
- package/dist/src/components/data/pl-text-cell/index.d.ts +2 -1
- package/dist/src/components/deprecated/pl-tooltip/pl-tooltip.vue.d.ts +3 -3
- package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +1 -1
- package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +30 -30
- package/dist/src/components/form/pl-autocomplete/index.d.ts +75 -74
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +35 -35
- package/dist/src/components/form/pl-checkbox-plus/index.d.ts +9 -8
- package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +3 -3
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +9 -9
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +9 -9
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +18 -18
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +18 -18
- package/dist/src/components/form/pl-form/index.d.ts +26 -25
- package/dist/src/components/form/pl-input-plus/components/pl-currency.vue.d.ts +30 -30
- package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +24 -24
- package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +18 -18
- package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +33 -33
- package/dist/src/components/form/pl-input-plus/index.d.ts +127 -126
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +7 -7
- package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +18 -18
- package/dist/src/components/form/pl-multi-select/index.d.ts +40 -39
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +18 -18
- package/dist/src/components/form/pl-radio/index.d.ts +9 -8
- package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +3 -3
- package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +18 -18
- package/dist/src/components/form/pl-select-plus/index.d.ts +40 -39
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +18 -18
- package/dist/src/components/form/pl-switch/index.d.ts +2 -1
- package/dist/src/components/form/pl-upload-plus/index.d.ts +21 -20
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +9 -9
- package/dist/src/components/shared/pl-dropdown/index.d.ts +29 -28
- package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +13 -13
- package/dist/src/components/shared/pl-icon/index.d.ts +2 -1
- package/dist/src/components/shared/pl-label/index.d.ts +2 -1
- package/dist/src/components/shared/pl-mark-text/index.d.ts +2 -1
- package/dist/src/components/shared/pl-option/index.d.ts +2 -1
- package/dist/src/components/shared/pl-status-icon/index.d.ts +2 -1
- package/dist/src/components/shared/pl-tab-pane/index.d.ts +2 -1
- package/dist/style.css +1 -1
- package/package.json +4 -3
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as SignError } from './pl-sign-error.vue';
|
|
1
2
|
import { ISignErrorProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlSignError: import('../../../install-function').SFCInstallWithContext<{
|
|
@@ -86,6 +87,6 @@ export default PlSignError;
|
|
|
86
87
|
export type { ISignErrorProps };
|
|
87
88
|
declare module 'vue' {
|
|
88
89
|
interface GlobalComponents {
|
|
89
|
-
PlSignError:
|
|
90
|
+
PlSignError: typeof SignError;
|
|
90
91
|
}
|
|
91
92
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as Signing } from './pl-signing.vue';
|
|
1
2
|
import { IFiles, ParsedCertificate, TagTranslation, ISignedFile, IValidatorError, ISigningProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlSigning: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
@@ -63,6 +64,6 @@ export default PlSigning;
|
|
|
63
64
|
export type { IFiles, ParsedCertificate, TagTranslation, ISignedFile, IValidatorError, ISigningProps, };
|
|
64
65
|
declare module 'vue' {
|
|
65
66
|
interface GlobalComponents {
|
|
66
|
-
PlSigning:
|
|
67
|
+
PlSigning: typeof Signing;
|
|
67
68
|
}
|
|
68
69
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { default as Notification } from './renderSnackbar';
|
|
2
2
|
|
|
3
3
|
export declare const PlNotification: import('../../../install-function').SFCInstallWithContext<import('./types').IPlNotification>;
|
|
4
4
|
export default PlNotification;
|
|
5
|
-
export type { IProps, IRenderSnackbar, IPlNotification } from './types';
|
|
5
|
+
export type { IProps, IRenderSnackbar, IPlNotification, ISnackbarProps } from './types';
|
|
6
6
|
declare module 'vue' {
|
|
7
7
|
interface GlobalComponents {
|
|
8
|
-
PlNotification:
|
|
8
|
+
PlNotification: typeof Notification;
|
|
9
9
|
}
|
|
10
10
|
}
|
|
@@ -26,8 +26,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
26
26
|
button: string;
|
|
27
27
|
title: string;
|
|
28
28
|
percentage: number | import('vue').Ref<number>;
|
|
29
|
-
id: number;
|
|
30
29
|
progress: boolean;
|
|
30
|
+
id: number;
|
|
31
31
|
message: string;
|
|
32
32
|
blockHide: boolean;
|
|
33
33
|
}, {}>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as Stepper } from './pl-stepper.vue';
|
|
1
2
|
import { IStepperProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlStepper: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
@@ -5,12 +6,6 @@ export declare const PlStepper: import('../../../install-function').SFCInstallWi
|
|
|
5
6
|
type: import('vue').PropType<string>;
|
|
6
7
|
default: string;
|
|
7
8
|
};
|
|
8
|
-
steps: {
|
|
9
|
-
type: import('vue').PropType<{
|
|
10
|
-
[key: string]: string | number;
|
|
11
|
-
}[]>;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
9
|
stepName: {
|
|
15
10
|
type: import('vue').PropType<string>;
|
|
16
11
|
default: string;
|
|
@@ -19,25 +14,25 @@ export declare const PlStepper: import('../../../install-function').SFCInstallWi
|
|
|
19
14
|
type: import('vue').PropType<string>;
|
|
20
15
|
default: string;
|
|
21
16
|
};
|
|
22
|
-
currentCount: {
|
|
23
|
-
type: import('vue').PropType<number>;
|
|
24
|
-
required: true;
|
|
25
|
-
};
|
|
26
17
|
remainOnFooter: {
|
|
27
18
|
type: import('vue').PropType<boolean>;
|
|
28
19
|
default: boolean;
|
|
29
20
|
};
|
|
30
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
31
|
-
displayType: {
|
|
32
|
-
type: import('vue').PropType<string>;
|
|
33
|
-
default: string;
|
|
34
|
-
};
|
|
35
21
|
steps: {
|
|
36
22
|
type: import('vue').PropType<{
|
|
37
23
|
[key: string]: string | number;
|
|
38
24
|
}[]>;
|
|
39
25
|
required: true;
|
|
40
26
|
};
|
|
27
|
+
currentCount: {
|
|
28
|
+
type: import('vue').PropType<number>;
|
|
29
|
+
required: true;
|
|
30
|
+
};
|
|
31
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
32
|
+
displayType: {
|
|
33
|
+
type: import('vue').PropType<string>;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
41
36
|
stepName: {
|
|
42
37
|
type: import('vue').PropType<string>;
|
|
43
38
|
default: string;
|
|
@@ -46,14 +41,20 @@ export declare const PlStepper: import('../../../install-function').SFCInstallWi
|
|
|
46
41
|
type: import('vue').PropType<string>;
|
|
47
42
|
default: string;
|
|
48
43
|
};
|
|
49
|
-
currentCount: {
|
|
50
|
-
type: import('vue').PropType<number>;
|
|
51
|
-
required: true;
|
|
52
|
-
};
|
|
53
44
|
remainOnFooter: {
|
|
54
45
|
type: import('vue').PropType<boolean>;
|
|
55
46
|
default: boolean;
|
|
56
47
|
};
|
|
48
|
+
steps: {
|
|
49
|
+
type: import('vue').PropType<{
|
|
50
|
+
[key: string]: string | number;
|
|
51
|
+
}[]>;
|
|
52
|
+
required: true;
|
|
53
|
+
};
|
|
54
|
+
currentCount: {
|
|
55
|
+
type: import('vue').PropType<number>;
|
|
56
|
+
required: true;
|
|
57
|
+
};
|
|
57
58
|
}>>, {
|
|
58
59
|
displayType: string;
|
|
59
60
|
stepName: string;
|
|
@@ -64,6 +65,6 @@ export default PlStepper;
|
|
|
64
65
|
export type { IStepperProps };
|
|
65
66
|
declare module 'vue' {
|
|
66
67
|
interface GlobalComponents {
|
|
67
|
-
PlStepper:
|
|
68
|
+
PlStepper: typeof Stepper;
|
|
68
69
|
}
|
|
69
70
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as TablePlus } from './pl-table-plus.vue';
|
|
1
2
|
import { ITablePlusProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlTablePlus: import('../../../install-function').SFCInstallWithContext<{
|
|
@@ -5,31 +6,10 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
5
6
|
selectedRows: import('vue').PropType<Record<string, string | number>[]>;
|
|
6
7
|
pageNumber: import('vue').PropType<any>;
|
|
7
8
|
pageSize: import('vue').PropType<any>;
|
|
8
|
-
headers: {
|
|
9
|
-
type: import('vue').PropType<{
|
|
10
|
-
label: string;
|
|
11
|
-
key: string;
|
|
12
|
-
width?: number;
|
|
13
|
-
minWidth?: number;
|
|
14
|
-
maxWidthContent?: string;
|
|
15
|
-
}[]>;
|
|
16
|
-
required: true;
|
|
17
|
-
};
|
|
18
|
-
hideHeadersOnMobile: {
|
|
19
|
-
type: import('vue').PropType<string[]>;
|
|
20
|
-
default: () => any[];
|
|
21
|
-
};
|
|
22
|
-
rows: {
|
|
23
|
-
type: import('vue').PropType<Record<string, string | number>[]>;
|
|
24
|
-
required: true;
|
|
25
|
-
};
|
|
26
9
|
isLoading: {
|
|
27
10
|
type: import('vue').PropType<boolean>;
|
|
28
11
|
default: boolean;
|
|
29
12
|
};
|
|
30
|
-
withHover: {
|
|
31
|
-
type: import('vue').PropType<boolean>;
|
|
32
|
-
};
|
|
33
13
|
isSelectable: {
|
|
34
14
|
type: import('vue').PropType<boolean>;
|
|
35
15
|
default: boolean;
|
|
@@ -38,6 +18,10 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
38
18
|
type: import('vue').PropType<string>;
|
|
39
19
|
default: string;
|
|
40
20
|
};
|
|
21
|
+
hideHeadersOnMobile: {
|
|
22
|
+
type: import('vue').PropType<string[]>;
|
|
23
|
+
default: () => any[];
|
|
24
|
+
};
|
|
41
25
|
defaultWrapperWidth: {
|
|
42
26
|
type: import('vue').PropType<number>;
|
|
43
27
|
default: any;
|
|
@@ -46,14 +30,6 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
46
30
|
type: import('vue').PropType<boolean>;
|
|
47
31
|
default: boolean;
|
|
48
32
|
};
|
|
49
|
-
pageSizeOptions: {
|
|
50
|
-
type: import('vue').PropType<number[]>;
|
|
51
|
-
default: () => any[];
|
|
52
|
-
};
|
|
53
|
-
total: {
|
|
54
|
-
type: import('vue').PropType<number>;
|
|
55
|
-
default: number;
|
|
56
|
-
};
|
|
57
33
|
bodyHeight: {
|
|
58
34
|
type: import('vue').PropType<string | number>;
|
|
59
35
|
default: string;
|
|
@@ -62,12 +38,13 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
62
38
|
type: import('vue').PropType<boolean>;
|
|
63
39
|
default: boolean;
|
|
64
40
|
};
|
|
65
|
-
|
|
66
|
-
type: import('vue').PropType<
|
|
41
|
+
pageSizeOptions: {
|
|
42
|
+
type: import('vue').PropType<number[]>;
|
|
43
|
+
default: () => any[];
|
|
67
44
|
};
|
|
68
|
-
|
|
69
|
-
type: import('vue').PropType<
|
|
70
|
-
default:
|
|
45
|
+
total: {
|
|
46
|
+
type: import('vue').PropType<number>;
|
|
47
|
+
default: number;
|
|
71
48
|
};
|
|
72
49
|
virtualSize: {
|
|
73
50
|
type: import('vue').PropType<number>;
|
|
@@ -77,6 +54,10 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
77
54
|
type: import('vue').PropType<number>;
|
|
78
55
|
default: number;
|
|
79
56
|
};
|
|
57
|
+
showPageSize: {
|
|
58
|
+
type: import('vue').PropType<boolean>;
|
|
59
|
+
default: boolean;
|
|
60
|
+
};
|
|
80
61
|
minLoadingRows: {
|
|
81
62
|
type: import('vue').PropType<number>;
|
|
82
63
|
default: number;
|
|
@@ -85,6 +66,26 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
85
66
|
type: import('vue').PropType<boolean>;
|
|
86
67
|
default: boolean;
|
|
87
68
|
};
|
|
69
|
+
headers: {
|
|
70
|
+
type: import('vue').PropType<{
|
|
71
|
+
label: string;
|
|
72
|
+
key: string;
|
|
73
|
+
width?: number;
|
|
74
|
+
minWidth?: number;
|
|
75
|
+
maxWidthContent?: string;
|
|
76
|
+
}[]>;
|
|
77
|
+
required: true;
|
|
78
|
+
};
|
|
79
|
+
rows: {
|
|
80
|
+
type: import('vue').PropType<Record<string, string | number>[]>;
|
|
81
|
+
required: true;
|
|
82
|
+
};
|
|
83
|
+
withHover: {
|
|
84
|
+
type: import('vue').PropType<boolean>;
|
|
85
|
+
};
|
|
86
|
+
border: {
|
|
87
|
+
type: import('vue').PropType<boolean>;
|
|
88
|
+
};
|
|
88
89
|
}>> & {
|
|
89
90
|
onScroll?: (scroll: Event) => any;
|
|
90
91
|
onChange?: (data: {
|
|
@@ -114,31 +115,10 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
114
115
|
selectedRows: import('vue').PropType<Record<string, string | number>[]>;
|
|
115
116
|
pageNumber: import('vue').PropType<any>;
|
|
116
117
|
pageSize: import('vue').PropType<any>;
|
|
117
|
-
headers: {
|
|
118
|
-
type: import('vue').PropType<{
|
|
119
|
-
label: string;
|
|
120
|
-
key: string;
|
|
121
|
-
width?: number;
|
|
122
|
-
minWidth?: number;
|
|
123
|
-
maxWidthContent?: string;
|
|
124
|
-
}[]>;
|
|
125
|
-
required: true;
|
|
126
|
-
};
|
|
127
|
-
hideHeadersOnMobile: {
|
|
128
|
-
type: import('vue').PropType<string[]>;
|
|
129
|
-
default: () => any[];
|
|
130
|
-
};
|
|
131
|
-
rows: {
|
|
132
|
-
type: import('vue').PropType<Record<string, string | number>[]>;
|
|
133
|
-
required: true;
|
|
134
|
-
};
|
|
135
118
|
isLoading: {
|
|
136
119
|
type: import('vue').PropType<boolean>;
|
|
137
120
|
default: boolean;
|
|
138
121
|
};
|
|
139
|
-
withHover: {
|
|
140
|
-
type: import('vue').PropType<boolean>;
|
|
141
|
-
};
|
|
142
122
|
isSelectable: {
|
|
143
123
|
type: import('vue').PropType<boolean>;
|
|
144
124
|
default: boolean;
|
|
@@ -147,6 +127,10 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
147
127
|
type: import('vue').PropType<string>;
|
|
148
128
|
default: string;
|
|
149
129
|
};
|
|
130
|
+
hideHeadersOnMobile: {
|
|
131
|
+
type: import('vue').PropType<string[]>;
|
|
132
|
+
default: () => any[];
|
|
133
|
+
};
|
|
150
134
|
defaultWrapperWidth: {
|
|
151
135
|
type: import('vue').PropType<number>;
|
|
152
136
|
default: any;
|
|
@@ -155,14 +139,6 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
155
139
|
type: import('vue').PropType<boolean>;
|
|
156
140
|
default: boolean;
|
|
157
141
|
};
|
|
158
|
-
pageSizeOptions: {
|
|
159
|
-
type: import('vue').PropType<number[]>;
|
|
160
|
-
default: () => any[];
|
|
161
|
-
};
|
|
162
|
-
total: {
|
|
163
|
-
type: import('vue').PropType<number>;
|
|
164
|
-
default: number;
|
|
165
|
-
};
|
|
166
142
|
bodyHeight: {
|
|
167
143
|
type: import('vue').PropType<string | number>;
|
|
168
144
|
default: string;
|
|
@@ -171,12 +147,13 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
171
147
|
type: import('vue').PropType<boolean>;
|
|
172
148
|
default: boolean;
|
|
173
149
|
};
|
|
174
|
-
|
|
175
|
-
type: import('vue').PropType<
|
|
150
|
+
pageSizeOptions: {
|
|
151
|
+
type: import('vue').PropType<number[]>;
|
|
152
|
+
default: () => any[];
|
|
176
153
|
};
|
|
177
|
-
|
|
178
|
-
type: import('vue').PropType<
|
|
179
|
-
default:
|
|
154
|
+
total: {
|
|
155
|
+
type: import('vue').PropType<number>;
|
|
156
|
+
default: number;
|
|
180
157
|
};
|
|
181
158
|
virtualSize: {
|
|
182
159
|
type: import('vue').PropType<number>;
|
|
@@ -186,6 +163,10 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
186
163
|
type: import('vue').PropType<number>;
|
|
187
164
|
default: number;
|
|
188
165
|
};
|
|
166
|
+
showPageSize: {
|
|
167
|
+
type: import('vue').PropType<boolean>;
|
|
168
|
+
default: boolean;
|
|
169
|
+
};
|
|
189
170
|
minLoadingRows: {
|
|
190
171
|
type: import('vue').PropType<number>;
|
|
191
172
|
default: number;
|
|
@@ -194,6 +175,26 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
194
175
|
type: import('vue').PropType<boolean>;
|
|
195
176
|
default: boolean;
|
|
196
177
|
};
|
|
178
|
+
headers: {
|
|
179
|
+
type: import('vue').PropType<{
|
|
180
|
+
label: string;
|
|
181
|
+
key: string;
|
|
182
|
+
width?: number;
|
|
183
|
+
minWidth?: number;
|
|
184
|
+
maxWidthContent?: string;
|
|
185
|
+
}[]>;
|
|
186
|
+
required: true;
|
|
187
|
+
};
|
|
188
|
+
rows: {
|
|
189
|
+
type: import('vue').PropType<Record<string, string | number>[]>;
|
|
190
|
+
required: true;
|
|
191
|
+
};
|
|
192
|
+
withHover: {
|
|
193
|
+
type: import('vue').PropType<boolean>;
|
|
194
|
+
};
|
|
195
|
+
border: {
|
|
196
|
+
type: import('vue').PropType<boolean>;
|
|
197
|
+
};
|
|
197
198
|
}>> & {
|
|
198
199
|
onScroll?: (scroll: Event) => any;
|
|
199
200
|
onChange?: (data: {
|
|
@@ -206,19 +207,19 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
206
207
|
onPageChange?: (page: number) => any;
|
|
207
208
|
onPageSizeChange?: (pageSize: number, currentPage: number) => any;
|
|
208
209
|
}, {
|
|
209
|
-
hideHeadersOnMobile: string[];
|
|
210
210
|
isLoading: boolean;
|
|
211
211
|
isSelectable: boolean;
|
|
212
212
|
uniqKey: string;
|
|
213
|
+
hideHeadersOnMobile: string[];
|
|
213
214
|
defaultWrapperWidth: number;
|
|
214
215
|
pagination: boolean;
|
|
215
|
-
pageSizeOptions: number[];
|
|
216
|
-
total: number;
|
|
217
216
|
bodyHeight: string | number;
|
|
218
217
|
alignRight: boolean;
|
|
219
|
-
|
|
218
|
+
pageSizeOptions: number[];
|
|
219
|
+
total: number;
|
|
220
220
|
virtualSize: number;
|
|
221
221
|
loadingSize: number;
|
|
222
|
+
showPageSize: boolean;
|
|
222
223
|
minLoadingRows: number;
|
|
223
224
|
hideHeaders: boolean;
|
|
224
225
|
}, true, {}, {}, {
|
|
@@ -232,31 +233,10 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
232
233
|
selectedRows: import('vue').PropType<Record<string, string | number>[]>;
|
|
233
234
|
pageNumber: import('vue').PropType<any>;
|
|
234
235
|
pageSize: import('vue').PropType<any>;
|
|
235
|
-
headers: {
|
|
236
|
-
type: import('vue').PropType<{
|
|
237
|
-
label: string;
|
|
238
|
-
key: string;
|
|
239
|
-
width?: number;
|
|
240
|
-
minWidth?: number;
|
|
241
|
-
maxWidthContent?: string;
|
|
242
|
-
}[]>;
|
|
243
|
-
required: true;
|
|
244
|
-
};
|
|
245
|
-
hideHeadersOnMobile: {
|
|
246
|
-
type: import('vue').PropType<string[]>;
|
|
247
|
-
default: () => any[];
|
|
248
|
-
};
|
|
249
|
-
rows: {
|
|
250
|
-
type: import('vue').PropType<Record<string, string | number>[]>;
|
|
251
|
-
required: true;
|
|
252
|
-
};
|
|
253
236
|
isLoading: {
|
|
254
237
|
type: import('vue').PropType<boolean>;
|
|
255
238
|
default: boolean;
|
|
256
239
|
};
|
|
257
|
-
withHover: {
|
|
258
|
-
type: import('vue').PropType<boolean>;
|
|
259
|
-
};
|
|
260
240
|
isSelectable: {
|
|
261
241
|
type: import('vue').PropType<boolean>;
|
|
262
242
|
default: boolean;
|
|
@@ -265,6 +245,10 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
265
245
|
type: import('vue').PropType<string>;
|
|
266
246
|
default: string;
|
|
267
247
|
};
|
|
248
|
+
hideHeadersOnMobile: {
|
|
249
|
+
type: import('vue').PropType<string[]>;
|
|
250
|
+
default: () => any[];
|
|
251
|
+
};
|
|
268
252
|
defaultWrapperWidth: {
|
|
269
253
|
type: import('vue').PropType<number>;
|
|
270
254
|
default: any;
|
|
@@ -273,14 +257,6 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
273
257
|
type: import('vue').PropType<boolean>;
|
|
274
258
|
default: boolean;
|
|
275
259
|
};
|
|
276
|
-
pageSizeOptions: {
|
|
277
|
-
type: import('vue').PropType<number[]>;
|
|
278
|
-
default: () => any[];
|
|
279
|
-
};
|
|
280
|
-
total: {
|
|
281
|
-
type: import('vue').PropType<number>;
|
|
282
|
-
default: number;
|
|
283
|
-
};
|
|
284
260
|
bodyHeight: {
|
|
285
261
|
type: import('vue').PropType<string | number>;
|
|
286
262
|
default: string;
|
|
@@ -289,12 +265,13 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
289
265
|
type: import('vue').PropType<boolean>;
|
|
290
266
|
default: boolean;
|
|
291
267
|
};
|
|
292
|
-
|
|
293
|
-
type: import('vue').PropType<
|
|
268
|
+
pageSizeOptions: {
|
|
269
|
+
type: import('vue').PropType<number[]>;
|
|
270
|
+
default: () => any[];
|
|
294
271
|
};
|
|
295
|
-
|
|
296
|
-
type: import('vue').PropType<
|
|
297
|
-
default:
|
|
272
|
+
total: {
|
|
273
|
+
type: import('vue').PropType<number>;
|
|
274
|
+
default: number;
|
|
298
275
|
};
|
|
299
276
|
virtualSize: {
|
|
300
277
|
type: import('vue').PropType<number>;
|
|
@@ -304,6 +281,10 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
304
281
|
type: import('vue').PropType<number>;
|
|
305
282
|
default: number;
|
|
306
283
|
};
|
|
284
|
+
showPageSize: {
|
|
285
|
+
type: import('vue').PropType<boolean>;
|
|
286
|
+
default: boolean;
|
|
287
|
+
};
|
|
307
288
|
minLoadingRows: {
|
|
308
289
|
type: import('vue').PropType<number>;
|
|
309
290
|
default: number;
|
|
@@ -312,6 +293,26 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
312
293
|
type: import('vue').PropType<boolean>;
|
|
313
294
|
default: boolean;
|
|
314
295
|
};
|
|
296
|
+
headers: {
|
|
297
|
+
type: import('vue').PropType<{
|
|
298
|
+
label: string;
|
|
299
|
+
key: string;
|
|
300
|
+
width?: number;
|
|
301
|
+
minWidth?: number;
|
|
302
|
+
maxWidthContent?: string;
|
|
303
|
+
}[]>;
|
|
304
|
+
required: true;
|
|
305
|
+
};
|
|
306
|
+
rows: {
|
|
307
|
+
type: import('vue').PropType<Record<string, string | number>[]>;
|
|
308
|
+
required: true;
|
|
309
|
+
};
|
|
310
|
+
withHover: {
|
|
311
|
+
type: import('vue').PropType<boolean>;
|
|
312
|
+
};
|
|
313
|
+
border: {
|
|
314
|
+
type: import('vue').PropType<boolean>;
|
|
315
|
+
};
|
|
315
316
|
}>> & {
|
|
316
317
|
onScroll?: (scroll: Event) => any;
|
|
317
318
|
onChange?: (data: {
|
|
@@ -327,19 +328,19 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
327
328
|
resetSelectedRows: () => void;
|
|
328
329
|
selectAllRows: () => void;
|
|
329
330
|
}, {}, {}, {}, {
|
|
330
|
-
hideHeadersOnMobile: string[];
|
|
331
331
|
isLoading: boolean;
|
|
332
332
|
isSelectable: boolean;
|
|
333
333
|
uniqKey: string;
|
|
334
|
+
hideHeadersOnMobile: string[];
|
|
334
335
|
defaultWrapperWidth: number;
|
|
335
336
|
pagination: boolean;
|
|
336
|
-
pageSizeOptions: number[];
|
|
337
|
-
total: number;
|
|
338
337
|
bodyHeight: string | number;
|
|
339
338
|
alignRight: boolean;
|
|
340
|
-
|
|
339
|
+
pageSizeOptions: number[];
|
|
340
|
+
total: number;
|
|
341
341
|
virtualSize: number;
|
|
342
342
|
loadingSize: number;
|
|
343
|
+
showPageSize: boolean;
|
|
343
344
|
minLoadingRows: number;
|
|
344
345
|
hideHeaders: boolean;
|
|
345
346
|
}>;
|
|
@@ -350,31 +351,10 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
350
351
|
selectedRows: import('vue').PropType<Record<string, string | number>[]>;
|
|
351
352
|
pageNumber: import('vue').PropType<any>;
|
|
352
353
|
pageSize: import('vue').PropType<any>;
|
|
353
|
-
headers: {
|
|
354
|
-
type: import('vue').PropType<{
|
|
355
|
-
label: string;
|
|
356
|
-
key: string;
|
|
357
|
-
width?: number;
|
|
358
|
-
minWidth?: number;
|
|
359
|
-
maxWidthContent?: string;
|
|
360
|
-
}[]>;
|
|
361
|
-
required: true;
|
|
362
|
-
};
|
|
363
|
-
hideHeadersOnMobile: {
|
|
364
|
-
type: import('vue').PropType<string[]>;
|
|
365
|
-
default: () => any[];
|
|
366
|
-
};
|
|
367
|
-
rows: {
|
|
368
|
-
type: import('vue').PropType<Record<string, string | number>[]>;
|
|
369
|
-
required: true;
|
|
370
|
-
};
|
|
371
354
|
isLoading: {
|
|
372
355
|
type: import('vue').PropType<boolean>;
|
|
373
356
|
default: boolean;
|
|
374
357
|
};
|
|
375
|
-
withHover: {
|
|
376
|
-
type: import('vue').PropType<boolean>;
|
|
377
|
-
};
|
|
378
358
|
isSelectable: {
|
|
379
359
|
type: import('vue').PropType<boolean>;
|
|
380
360
|
default: boolean;
|
|
@@ -383,6 +363,10 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
383
363
|
type: import('vue').PropType<string>;
|
|
384
364
|
default: string;
|
|
385
365
|
};
|
|
366
|
+
hideHeadersOnMobile: {
|
|
367
|
+
type: import('vue').PropType<string[]>;
|
|
368
|
+
default: () => any[];
|
|
369
|
+
};
|
|
386
370
|
defaultWrapperWidth: {
|
|
387
371
|
type: import('vue').PropType<number>;
|
|
388
372
|
default: any;
|
|
@@ -391,14 +375,6 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
391
375
|
type: import('vue').PropType<boolean>;
|
|
392
376
|
default: boolean;
|
|
393
377
|
};
|
|
394
|
-
pageSizeOptions: {
|
|
395
|
-
type: import('vue').PropType<number[]>;
|
|
396
|
-
default: () => any[];
|
|
397
|
-
};
|
|
398
|
-
total: {
|
|
399
|
-
type: import('vue').PropType<number>;
|
|
400
|
-
default: number;
|
|
401
|
-
};
|
|
402
378
|
bodyHeight: {
|
|
403
379
|
type: import('vue').PropType<string | number>;
|
|
404
380
|
default: string;
|
|
@@ -407,12 +383,13 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
407
383
|
type: import('vue').PropType<boolean>;
|
|
408
384
|
default: boolean;
|
|
409
385
|
};
|
|
410
|
-
|
|
411
|
-
type: import('vue').PropType<
|
|
386
|
+
pageSizeOptions: {
|
|
387
|
+
type: import('vue').PropType<number[]>;
|
|
388
|
+
default: () => any[];
|
|
412
389
|
};
|
|
413
|
-
|
|
414
|
-
type: import('vue').PropType<
|
|
415
|
-
default:
|
|
390
|
+
total: {
|
|
391
|
+
type: import('vue').PropType<number>;
|
|
392
|
+
default: number;
|
|
416
393
|
};
|
|
417
394
|
virtualSize: {
|
|
418
395
|
type: import('vue').PropType<number>;
|
|
@@ -422,6 +399,10 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
422
399
|
type: import('vue').PropType<number>;
|
|
423
400
|
default: number;
|
|
424
401
|
};
|
|
402
|
+
showPageSize: {
|
|
403
|
+
type: import('vue').PropType<boolean>;
|
|
404
|
+
default: boolean;
|
|
405
|
+
};
|
|
425
406
|
minLoadingRows: {
|
|
426
407
|
type: import('vue').PropType<number>;
|
|
427
408
|
default: number;
|
|
@@ -430,6 +411,26 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
430
411
|
type: import('vue').PropType<boolean>;
|
|
431
412
|
default: boolean;
|
|
432
413
|
};
|
|
414
|
+
headers: {
|
|
415
|
+
type: import('vue').PropType<{
|
|
416
|
+
label: string;
|
|
417
|
+
key: string;
|
|
418
|
+
width?: number;
|
|
419
|
+
minWidth?: number;
|
|
420
|
+
maxWidthContent?: string;
|
|
421
|
+
}[]>;
|
|
422
|
+
required: true;
|
|
423
|
+
};
|
|
424
|
+
rows: {
|
|
425
|
+
type: import('vue').PropType<Record<string, string | number>[]>;
|
|
426
|
+
required: true;
|
|
427
|
+
};
|
|
428
|
+
withHover: {
|
|
429
|
+
type: import('vue').PropType<boolean>;
|
|
430
|
+
};
|
|
431
|
+
border: {
|
|
432
|
+
type: import('vue').PropType<boolean>;
|
|
433
|
+
};
|
|
433
434
|
}>> & {
|
|
434
435
|
onScroll?: (scroll: Event) => any;
|
|
435
436
|
onChange?: (data: {
|
|
@@ -456,19 +457,19 @@ export declare const PlTablePlus: import('../../../install-function').SFCInstall
|
|
|
456
457
|
}) => void;
|
|
457
458
|
scroll: (scroll: Event) => void;
|
|
458
459
|
}, string, {
|
|
459
|
-
hideHeadersOnMobile: string[];
|
|
460
460
|
isLoading: boolean;
|
|
461
461
|
isSelectable: boolean;
|
|
462
462
|
uniqKey: string;
|
|
463
|
+
hideHeadersOnMobile: string[];
|
|
463
464
|
defaultWrapperWidth: number;
|
|
464
465
|
pagination: boolean;
|
|
465
|
-
pageSizeOptions: number[];
|
|
466
|
-
total: number;
|
|
467
466
|
bodyHeight: string | number;
|
|
468
467
|
alignRight: boolean;
|
|
469
|
-
|
|
468
|
+
pageSizeOptions: number[];
|
|
469
|
+
total: number;
|
|
470
470
|
virtualSize: number;
|
|
471
471
|
loadingSize: number;
|
|
472
|
+
showPageSize: boolean;
|
|
472
473
|
minLoadingRows: number;
|
|
473
474
|
hideHeaders: boolean;
|
|
474
475
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -488,6 +489,6 @@ export default PlTablePlus;
|
|
|
488
489
|
export type { ITablePlusProps };
|
|
489
490
|
declare module 'vue' {
|
|
490
491
|
interface GlobalComponents {
|
|
491
|
-
PlTablePlus:
|
|
492
|
+
PlTablePlus: typeof TablePlus;
|
|
492
493
|
}
|
|
493
494
|
}
|