@factoringplus/pl-components-pack-v3 1.10.11 → 1.10.12-pre-01-refactor
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/dist/{crypto-pro-actual-cades-plugin-fff3b673.js → crypto-pro-actual-cades-plugin-39d4088e.js} +1 -1
- package/dist/{crypto-pro-actual-cades-plugin-98082cab.cjs → crypto-pro-actual-cades-plugin-92e46d97.cjs} +1 -1
- package/dist/entry-68a9c923.cjs +115 -0
- package/dist/{entry-b80b42f0.js → entry-6f158286.js} +12814 -12949
- 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/components/PlButtonSpinner.vue.d.ts +3 -7
- package/dist/src/components/basic/pl-button/index.d.ts +6 -18
- package/dist/src/components/basic/pl-button/pl-button.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-button/types/index.d.ts +4 -1
- package/dist/src/components/basic/pl-button-dropdown/index.d.ts +31 -38
- package/dist/src/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +115 -54
- package/dist/src/components/basic/pl-dialog/index.d.ts +411 -5
- package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +162 -92
- package/dist/src/components/basic/pl-dialog/types/index.d.ts +23 -0
- package/dist/src/components/basic/pl-link/index.d.ts +126 -4
- package/dist/src/components/basic/pl-link/pl-link.vue.d.ts +6 -8
- package/dist/src/components/basic/pl-link/types/index.d.ts +7 -0
- package/dist/src/components/basic/pl-scrollbar/index.d.ts +275 -4
- package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +15 -19
- package/dist/src/components/basic/pl-scrollbar/types/index.d.ts +12 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/pl-skeleton-button.vue.d.ts +4 -7
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/pl-skeleton-control.vue.d.ts +4 -8
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-icon/index.d.ts +11 -3
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-icon/pl-skeleton-icon.vue.d.ts +5 -8
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/pl-skeleton-input.vue.d.ts +4 -6
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/pl-skeleton-tabs.vue.d.ts +4 -5
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/pl-skeleton-tags-chips.vue.d.ts +4 -7
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/pl-skeleton-text.vue.d.ts +4 -6
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/pl-skeleton-text-cell.vue.d.ts +2 -5
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-upload/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-upload/pl-skeleton-upload.vue.d.ts +4 -5
- package/dist/src/components/basic/pl-skeleton/index.d.ts +47 -4
- package/dist/src/components/basic/pl-skeleton/pl-skeleton.vue.d.ts +4 -8
- package/dist/src/components/basic/pl-skeleton/types/index.d.ts +43 -0
- package/dist/src/components/basic/pl-tooltip-plus/index.d.ts +166 -5
- package/dist/src/components/basic/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +8 -12
- package/dist/src/components/basic/pl-tooltip-plus/types/index.d.ts +9 -0
- package/dist/src/components/data/pl-banner/index.d.ts +37 -37
- package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +3 -3
- package/dist/src/components/data/pl-card/index.d.ts +46 -4
- package/dist/src/components/data/pl-card/pl-card.vue.d.ts +13 -0
- package/dist/src/components/data/pl-card/types/index.d.ts +8 -0
- package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +1 -1
- package/dist/src/components/data/pl-multitab/index.d.ts +40 -4
- package/dist/src/components/data/pl-multitab/pl-multitab.vue.d.ts +29 -35
- package/dist/src/components/data/pl-multitab/types/index.d.ts +0 -1
- package/dist/src/components/data/pl-onboarding/index.d.ts +172 -4
- package/dist/src/components/data/pl-onboarding/pl-onboarding.vue.d.ts +63 -60
- package/dist/src/components/data/pl-onboarding/types/index.d.ts +12 -0
- package/dist/src/components/data/pl-progress/index.d.ts +8 -0
- package/dist/src/components/data/pl-progress/pl-progress.vue.d.ts +4 -9
- package/dist/src/components/data/pl-progress/types/index.d.ts +7 -0
- package/dist/src/components/data/pl-sign-error/index.d.ts +3 -0
- package/dist/src/components/data/pl-sign-error/pl-sign-error.vue.d.ts +4 -10
- package/dist/src/components/data/pl-sign-error/types/index.d.ts +5 -0
- package/dist/src/components/data/pl-signing/index.d.ts +19 -38
- package/dist/src/components/data/pl-signing/pl-signing.vue.d.ts +52 -57
- package/dist/src/components/data/pl-signing/types/index.d.ts +7 -0
- package/dist/src/components/data/pl-snackbar/index.d.ts +8 -1
- package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +5 -5
- package/dist/src/components/data/pl-snackbar/{types.d.ts → types/index.d.ts} +3 -2
- package/dist/src/components/data/pl-stepper/index.d.ts +67 -4
- package/dist/src/components/data/pl-stepper/pl-stepper.vue.d.ts +30 -51
- package/dist/src/components/data/pl-stepper/types/index.d.ts +10 -0
- package/dist/src/components/data/pl-table-plus/components/Pagination/PlPagination.vue.d.ts +15 -6
- package/dist/src/components/data/pl-table-plus/components/Pagination/index.d.ts +15 -6
- package/dist/src/components/data/pl-table-plus/components/row-mask.vue.d.ts +5 -5
- package/dist/src/components/data/pl-table-plus/index.d.ts +523 -4
- package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +41 -41
- package/dist/src/components/data/pl-table-plus/types/index.d.ts +27 -0
- package/dist/src/components/data/pl-tabs/components/pl-tab-counter.vue.d.ts +25 -11
- package/dist/src/components/data/pl-tabs/components/pl-tab.vue.d.ts +3 -3
- package/dist/src/components/data/pl-tabs/index.d.ts +49 -4
- package/dist/src/components/data/pl-tabs/pl-tabs.vue.d.ts +38 -40
- package/dist/src/components/data/pl-tabs/types/index.d.ts +6 -0
- package/dist/src/components/data/pl-tags-chips/index.d.ts +65 -57
- package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +11 -25
- package/dist/src/components/data/pl-tags-chips/types/index.d.ts +17 -0
- package/dist/src/components/data/pl-text-cell/index.d.ts +40 -17
- package/dist/src/components/data/pl-text-cell/pl-text-cell.vue.d.ts +18 -10
- package/dist/src/components/data/pl-text-cell/types/index.d.ts +9 -0
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-dialog/pl-dialog.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-select/pl-select.vue.d.ts +5 -5
- package/dist/src/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-table/pl-table.vue.d.ts +3 -3
- package/dist/src/components/deprecated/pl-tooltip/pl-tooltip.vue.d.ts +3 -3
- package/dist/src/components/deprecated/pl-upload/pl-upload.vue.d.ts +4 -4
- package/dist/src/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +4 -4
- package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +5 -5
- package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +98 -54
- package/dist/src/components/form/pl-autocomplete/index.d.ts +461 -4
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +190 -80
- package/dist/src/components/form/pl-autocomplete/types/index.d.ts +0 -2
- package/dist/src/components/form/pl-checkbox-plus/index.d.ts +142 -4
- package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +21 -30
- package/dist/src/components/form/pl-checkbox-plus/types/index.d.ts +7 -0
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +2 -8
- package/dist/src/components/form/pl-date-picker-plus/common/types/index.d.ts +2 -8
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +27 -27
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +36 -36
- package/dist/src/components/form/pl-form/index.d.ts +96 -4
- package/dist/src/components/form/pl-form/pl-form.vue.d.ts +24 -35
- package/dist/src/components/form/pl-form/types/index.d.ts +9 -0
- package/dist/src/components/form/pl-input-plus/components/pl-currency.vue.d.ts +104 -44
- package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +134 -65
- package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +80 -43
- package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +40 -38
- package/dist/src/components/form/pl-input-plus/index.d.ts +266 -284
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +291 -115
- package/dist/src/components/form/pl-input-plus/types/index.d.ts +1 -1
- package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +78 -59
- package/dist/src/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +95 -44
- package/dist/src/components/form/pl-multi-select/index.d.ts +341 -4
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +138 -68
- package/dist/src/components/form/pl-multi-select/types/index.d.ts +0 -1
- package/dist/src/components/form/pl-radio/index.d.ts +10 -16
- package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +4 -6
- package/dist/src/components/form/pl-radio/types/index.d.ts +0 -4
- package/dist/src/components/form/pl-select-plus/components/pl-account.vue.d.ts +30 -42
- package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +77 -59
- package/dist/src/components/form/pl-select-plus/components/pl-select-dropdown.vue.d.ts +3 -5
- package/dist/src/components/form/pl-select-plus/index.d.ts +348 -6
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +143 -65
- package/dist/src/components/form/pl-select-plus/types/index.d.ts +0 -1
- package/dist/src/components/form/pl-switch/index.d.ts +44 -4
- package/dist/src/components/form/pl-switch/pl-switch.vue.d.ts +10 -19
- package/dist/src/components/form/pl-switch/types/index.d.ts +5 -0
- package/dist/src/components/form/pl-upload-plus/index.d.ts +709 -4
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +163 -91
- package/dist/src/components/form/pl-upload-plus/types/index.d.ts +20 -0
- package/dist/src/components/shared/pl-dropdown/index.d.ts +122 -0
- package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +43 -37
- package/dist/src/components/shared/pl-dropdown/types/index.d.ts +7 -0
- package/dist/src/components/shared/pl-label/index.d.ts +90 -0
- package/dist/src/components/shared/pl-label/pl-label.vue.d.ts +28 -27
- package/dist/src/components/shared/pl-label/types/index.d.ts +5 -0
- package/dist/src/components/shared/pl-mark-text/index.d.ts +17 -9
- package/dist/src/components/shared/pl-mark-text/pl-mark-text.vue.d.ts +9 -9
- package/dist/src/components/shared/pl-mark-text/types/index.d.ts +3 -0
- package/dist/src/components/shared/pl-option/index.d.ts +128 -4
- package/dist/src/components/shared/pl-option/pl-option.vue.d.ts +50 -109
- package/dist/src/components/shared/pl-option/types/index.d.ts +17 -0
- package/dist/src/components/shared/pl-status-icon/index.d.ts +12 -12
- package/dist/src/components/shared/pl-status-icon/pl-status-icon.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-tab-pane/index.d.ts +145 -4
- package/dist/src/components/shared/pl-tab-pane/pl-tab-pane.vue.d.ts +1 -1
- package/dist/src/services/pl-navigation/components/Header.vue.d.ts +7 -7
- package/dist/src/services/pl-navigation/components/NavButton/NavButton.vue.d.ts +33 -38
- package/dist/src/services/pl-navigation/components/NavButton/index.d.ts +17 -31
- package/dist/src/services/pl-navigation/components/SidebarItem/SidebarItem.vue.d.ts +5 -5
- package/dist/src/services/pl-navigation/components/SidebarItem/index.d.ts +2 -2
- package/dist/src/services/pl-navigation/index.d.ts +18 -18
- package/dist/src/services/pl-navigation/pl-navigation.vue.d.ts +6 -6
- package/dist/src/services/pl-navigation/{types.d.ts → types/index.d.ts} +1 -1
- package/dist/src/services/pl-navigation-plus/components/HeaderPlus.vue.d.ts +5 -5
- package/dist/src/services/pl-navigation-plus/components/NavButtonPlus/NavButtonPlus.vue.d.ts +33 -38
- package/dist/src/services/pl-navigation-plus/components/NavButtonPlus/index.d.ts +17 -31
- package/dist/src/services/pl-navigation-plus/components/SidebarItem/SidebarItemPlus.vue.d.ts +5 -5
- package/dist/src/services/pl-navigation-plus/components/SidebarItem/index.d.ts +2 -2
- package/dist/src/services/pl-navigation-plus/index.d.ts +12 -12
- package/dist/src/services/pl-navigation-plus/pl-navigation-plus.vue.d.ts +4 -4
- package/dist/src/services/pl-navigation-plus/{types.d.ts → types/index.d.ts} +1 -1
- package/dist/src/utils/types.d.ts +1 -0
- package/dist/style.css +1 -1
- package/package.json +6 -5
- package/dist/entry-8adeee28.cjs +0 -115
- /package/dist/src/components/shared/pl-text/{types.d.ts → types/index.d.ts} +0 -0
|
@@ -3,14 +3,14 @@ import { TBannerProps, ICustomColors } from './types';
|
|
|
3
3
|
export declare const PlBanner: import('../../../install-function').SFCInstallWithContext<{
|
|
4
4
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
5
5
|
type: {
|
|
6
|
-
type: import('vue').PropType<"error" | "info" | "
|
|
6
|
+
type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive" | "critical" | "custom">;
|
|
7
7
|
default: string;
|
|
8
8
|
};
|
|
9
9
|
icon: {
|
|
10
10
|
type: import('vue').PropType<import('../../components').TIcon>;
|
|
11
11
|
default: string;
|
|
12
12
|
};
|
|
13
|
-
|
|
13
|
+
width: {
|
|
14
14
|
type: import('vue').PropType<string>;
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
@@ -18,11 +18,14 @@ export declare const PlBanner: import('../../../install-function').SFCInstallWit
|
|
|
18
18
|
type: import('vue').PropType<string>;
|
|
19
19
|
default: string;
|
|
20
20
|
};
|
|
21
|
-
|
|
21
|
+
customColors: {
|
|
22
|
+
type: import('vue').PropType<ICustomColors>;
|
|
23
|
+
};
|
|
24
|
+
description: {
|
|
22
25
|
type: import('vue').PropType<string>;
|
|
23
26
|
default: string;
|
|
24
27
|
};
|
|
25
|
-
|
|
28
|
+
buttonText: {
|
|
26
29
|
type: import('vue').PropType<string>;
|
|
27
30
|
default: string;
|
|
28
31
|
};
|
|
@@ -30,9 +33,6 @@ export declare const PlBanner: import('../../../install-function').SFCInstallWit
|
|
|
30
33
|
type: import('vue').PropType<boolean>;
|
|
31
34
|
default: boolean;
|
|
32
35
|
};
|
|
33
|
-
customColors: {
|
|
34
|
-
type: import('vue').PropType<ICustomColors>;
|
|
35
|
-
};
|
|
36
36
|
}>> & {
|
|
37
37
|
onClose?: () => any;
|
|
38
38
|
onButtonClicked?: () => any;
|
|
@@ -41,14 +41,14 @@ export declare const PlBanner: import('../../../install-function').SFCInstallWit
|
|
|
41
41
|
buttonClicked: () => void;
|
|
42
42
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
43
43
|
type: {
|
|
44
|
-
type: import('vue').PropType<"error" | "info" | "
|
|
44
|
+
type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive" | "critical" | "custom">;
|
|
45
45
|
default: string;
|
|
46
46
|
};
|
|
47
47
|
icon: {
|
|
48
48
|
type: import('vue').PropType<import('../../components').TIcon>;
|
|
49
49
|
default: string;
|
|
50
50
|
};
|
|
51
|
-
|
|
51
|
+
width: {
|
|
52
52
|
type: import('vue').PropType<string>;
|
|
53
53
|
default: string;
|
|
54
54
|
};
|
|
@@ -56,11 +56,14 @@ export declare const PlBanner: import('../../../install-function').SFCInstallWit
|
|
|
56
56
|
type: import('vue').PropType<string>;
|
|
57
57
|
default: string;
|
|
58
58
|
};
|
|
59
|
-
|
|
59
|
+
customColors: {
|
|
60
|
+
type: import('vue').PropType<ICustomColors>;
|
|
61
|
+
};
|
|
62
|
+
description: {
|
|
60
63
|
type: import('vue').PropType<string>;
|
|
61
64
|
default: string;
|
|
62
65
|
};
|
|
63
|
-
|
|
66
|
+
buttonText: {
|
|
64
67
|
type: import('vue').PropType<string>;
|
|
65
68
|
default: string;
|
|
66
69
|
};
|
|
@@ -68,19 +71,16 @@ export declare const PlBanner: import('../../../install-function').SFCInstallWit
|
|
|
68
71
|
type: import('vue').PropType<boolean>;
|
|
69
72
|
default: boolean;
|
|
70
73
|
};
|
|
71
|
-
customColors: {
|
|
72
|
-
type: import('vue').PropType<ICustomColors>;
|
|
73
|
-
};
|
|
74
74
|
}>> & {
|
|
75
75
|
onClose?: () => any;
|
|
76
76
|
onButtonClicked?: () => any;
|
|
77
77
|
}, {
|
|
78
|
-
type: "error" | "info" | "
|
|
78
|
+
type: "error" | "info" | "success" | "warning" | "interactive" | "critical" | "custom";
|
|
79
79
|
icon: import('../../components').TIcon;
|
|
80
|
-
|
|
80
|
+
width: string;
|
|
81
81
|
title: string;
|
|
82
|
+
description: string;
|
|
82
83
|
buttonText: string;
|
|
83
|
-
width: string;
|
|
84
84
|
closeButton: boolean;
|
|
85
85
|
}, true, {}, {}, {
|
|
86
86
|
P: {};
|
|
@@ -91,14 +91,14 @@ export declare const PlBanner: import('../../../install-function').SFCInstallWit
|
|
|
91
91
|
Defaults: {};
|
|
92
92
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
93
93
|
type: {
|
|
94
|
-
type: import('vue').PropType<"error" | "info" | "
|
|
94
|
+
type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive" | "critical" | "custom">;
|
|
95
95
|
default: string;
|
|
96
96
|
};
|
|
97
97
|
icon: {
|
|
98
98
|
type: import('vue').PropType<import('../../components').TIcon>;
|
|
99
99
|
default: string;
|
|
100
100
|
};
|
|
101
|
-
|
|
101
|
+
width: {
|
|
102
102
|
type: import('vue').PropType<string>;
|
|
103
103
|
default: string;
|
|
104
104
|
};
|
|
@@ -106,11 +106,14 @@ export declare const PlBanner: import('../../../install-function').SFCInstallWit
|
|
|
106
106
|
type: import('vue').PropType<string>;
|
|
107
107
|
default: string;
|
|
108
108
|
};
|
|
109
|
-
|
|
109
|
+
customColors: {
|
|
110
|
+
type: import('vue').PropType<ICustomColors>;
|
|
111
|
+
};
|
|
112
|
+
description: {
|
|
110
113
|
type: import('vue').PropType<string>;
|
|
111
114
|
default: string;
|
|
112
115
|
};
|
|
113
|
-
|
|
116
|
+
buttonText: {
|
|
114
117
|
type: import('vue').PropType<string>;
|
|
115
118
|
default: string;
|
|
116
119
|
};
|
|
@@ -118,19 +121,16 @@ export declare const PlBanner: import('../../../install-function').SFCInstallWit
|
|
|
118
121
|
type: import('vue').PropType<boolean>;
|
|
119
122
|
default: boolean;
|
|
120
123
|
};
|
|
121
|
-
customColors: {
|
|
122
|
-
type: import('vue').PropType<ICustomColors>;
|
|
123
|
-
};
|
|
124
124
|
}>> & {
|
|
125
125
|
onClose?: () => any;
|
|
126
126
|
onButtonClicked?: () => any;
|
|
127
127
|
}, {}, {}, {}, {}, {
|
|
128
|
-
type: "error" | "info" | "
|
|
128
|
+
type: "error" | "info" | "success" | "warning" | "interactive" | "critical" | "custom";
|
|
129
129
|
icon: import('../../components').TIcon;
|
|
130
|
-
|
|
130
|
+
width: string;
|
|
131
131
|
title: string;
|
|
132
|
+
description: string;
|
|
132
133
|
buttonText: string;
|
|
133
|
-
width: string;
|
|
134
134
|
closeButton: boolean;
|
|
135
135
|
}>;
|
|
136
136
|
__isFragment?: never;
|
|
@@ -138,14 +138,14 @@ export declare const PlBanner: import('../../../install-function').SFCInstallWit
|
|
|
138
138
|
__isSuspense?: never;
|
|
139
139
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
140
140
|
type: {
|
|
141
|
-
type: import('vue').PropType<"error" | "info" | "
|
|
141
|
+
type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive" | "critical" | "custom">;
|
|
142
142
|
default: string;
|
|
143
143
|
};
|
|
144
144
|
icon: {
|
|
145
145
|
type: import('vue').PropType<import('../../components').TIcon>;
|
|
146
146
|
default: string;
|
|
147
147
|
};
|
|
148
|
-
|
|
148
|
+
width: {
|
|
149
149
|
type: import('vue').PropType<string>;
|
|
150
150
|
default: string;
|
|
151
151
|
};
|
|
@@ -153,11 +153,14 @@ export declare const PlBanner: import('../../../install-function').SFCInstallWit
|
|
|
153
153
|
type: import('vue').PropType<string>;
|
|
154
154
|
default: string;
|
|
155
155
|
};
|
|
156
|
-
|
|
156
|
+
customColors: {
|
|
157
|
+
type: import('vue').PropType<ICustomColors>;
|
|
158
|
+
};
|
|
159
|
+
description: {
|
|
157
160
|
type: import('vue').PropType<string>;
|
|
158
161
|
default: string;
|
|
159
162
|
};
|
|
160
|
-
|
|
163
|
+
buttonText: {
|
|
161
164
|
type: import('vue').PropType<string>;
|
|
162
165
|
default: string;
|
|
163
166
|
};
|
|
@@ -165,9 +168,6 @@ export declare const PlBanner: import('../../../install-function').SFCInstallWit
|
|
|
165
168
|
type: import('vue').PropType<boolean>;
|
|
166
169
|
default: boolean;
|
|
167
170
|
};
|
|
168
|
-
customColors: {
|
|
169
|
-
type: import('vue').PropType<ICustomColors>;
|
|
170
|
-
};
|
|
171
171
|
}>> & {
|
|
172
172
|
onClose?: () => any;
|
|
173
173
|
onButtonClicked?: () => any;
|
|
@@ -175,12 +175,12 @@ export declare const PlBanner: import('../../../install-function').SFCInstallWit
|
|
|
175
175
|
close: () => void;
|
|
176
176
|
buttonClicked: () => void;
|
|
177
177
|
}, string, {
|
|
178
|
-
type: "error" | "info" | "
|
|
178
|
+
type: "error" | "info" | "success" | "warning" | "interactive" | "critical" | "custom";
|
|
179
179
|
icon: import('../../components').TIcon;
|
|
180
|
-
|
|
180
|
+
width: string;
|
|
181
181
|
title: string;
|
|
182
|
+
description: string;
|
|
182
183
|
buttonText: string;
|
|
183
|
-
width: string;
|
|
184
184
|
closeButton: boolean;
|
|
185
185
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
186
186
|
$slots: {
|
|
@@ -23,12 +23,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
23
23
|
onClose?: () => any;
|
|
24
24
|
onButtonClicked?: () => any;
|
|
25
25
|
}, {
|
|
26
|
-
type: "error" | "info" | "
|
|
26
|
+
type: "error" | "info" | "success" | "warning" | "interactive" | "critical" | "custom";
|
|
27
27
|
icon: import('../../components').TIcon;
|
|
28
|
-
|
|
28
|
+
width: string;
|
|
29
29
|
title: string;
|
|
30
|
+
description: string;
|
|
30
31
|
buttonText: string;
|
|
31
|
-
width: string;
|
|
32
32
|
closeButton: boolean;
|
|
33
33
|
}, {}>, {
|
|
34
34
|
description?(_: {}): any;
|
|
@@ -1,6 +1,48 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ICardProps } from './types';
|
|
2
2
|
|
|
3
|
-
declare const PlCard: {
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
export declare const PlCard: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
4
|
+
type: {
|
|
5
|
+
type: import('vue').PropType<string>;
|
|
6
|
+
};
|
|
7
|
+
imaged: {
|
|
8
|
+
type: import('vue').PropType<boolean>;
|
|
9
|
+
};
|
|
10
|
+
title: {
|
|
11
|
+
type: import('vue').PropType<string>;
|
|
12
|
+
};
|
|
13
|
+
subtitle: {
|
|
14
|
+
type: import('vue').PropType<string>;
|
|
15
|
+
};
|
|
16
|
+
img: {
|
|
17
|
+
type: import('vue').PropType<string>;
|
|
18
|
+
};
|
|
19
|
+
disable: {
|
|
20
|
+
type: import('vue').PropType<boolean>;
|
|
21
|
+
};
|
|
22
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
23
|
+
type: {
|
|
24
|
+
type: import('vue').PropType<string>;
|
|
25
|
+
};
|
|
26
|
+
imaged: {
|
|
27
|
+
type: import('vue').PropType<boolean>;
|
|
28
|
+
};
|
|
29
|
+
title: {
|
|
30
|
+
type: import('vue').PropType<string>;
|
|
31
|
+
};
|
|
32
|
+
subtitle: {
|
|
33
|
+
type: import('vue').PropType<string>;
|
|
34
|
+
};
|
|
35
|
+
img: {
|
|
36
|
+
type: import('vue').PropType<string>;
|
|
37
|
+
};
|
|
38
|
+
disable: {
|
|
39
|
+
type: import('vue').PropType<boolean>;
|
|
40
|
+
};
|
|
41
|
+
}>>, {}, {}>>;
|
|
6
42
|
export default PlCard;
|
|
43
|
+
export type { ICardProps };
|
|
44
|
+
declare module 'vue' {
|
|
45
|
+
interface GlobalComponents {
|
|
46
|
+
PlCard: import('vue').DefineComponent<ICardProps>;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ICardProps } from './types';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ICardProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ICardProps>>>, {}, {}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
6
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
7
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
8
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
9
|
+
} : {
|
|
10
|
+
type: import('vue').PropType<T[K]>;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
@@ -1,6 +1,42 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IMultitabProps } from './types';
|
|
2
2
|
|
|
3
|
-
declare const PlMultitab: {
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
export declare const PlMultitab: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
4
|
+
modelValue: import('vue').PropType<string>;
|
|
5
|
+
navClass: {
|
|
6
|
+
type: import('vue').PropType<string>;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
contentClass: {
|
|
10
|
+
type: import('vue').PropType<string>;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
tabWidth: {
|
|
14
|
+
type: import('vue').PropType<string>;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
18
|
+
modelValue: import('vue').PropType<string>;
|
|
19
|
+
navClass: {
|
|
20
|
+
type: import('vue').PropType<string>;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
contentClass: {
|
|
24
|
+
type: import('vue').PropType<string>;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
tabWidth: {
|
|
28
|
+
type: import('vue').PropType<string>;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
}>>, {
|
|
32
|
+
navClass: string;
|
|
33
|
+
contentClass: string;
|
|
34
|
+
tabWidth: string;
|
|
35
|
+
}, {}>>;
|
|
6
36
|
export default PlMultitab;
|
|
37
|
+
export type { IMultitabProps };
|
|
38
|
+
declare module 'vue' {
|
|
39
|
+
interface GlobalComponents {
|
|
40
|
+
PlMultitab: import('vue').DefineComponent<IMultitabProps>;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -1,40 +1,34 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
modelValue: import('vue').PropType<string>;
|
|
3
|
+
navClass: {
|
|
4
|
+
type: import('vue').PropType<string>;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
contentClass: {
|
|
8
|
+
type: import('vue').PropType<string>;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
tabWidth: {
|
|
12
|
+
type: import('vue').PropType<string>;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16
|
+
modelValue: import('vue').PropType<string>;
|
|
17
|
+
navClass: {
|
|
18
|
+
type: import('vue').PropType<string>;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
contentClass: {
|
|
22
|
+
type: import('vue').PropType<string>;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
tabWidth: {
|
|
26
|
+
type: import('vue').PropType<string>;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
}>>, {
|
|
19
30
|
navClass: string;
|
|
20
31
|
contentClass: string;
|
|
21
32
|
tabWidth: string;
|
|
22
33
|
}, {}>;
|
|
23
34
|
export default _default;
|
|
24
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
25
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
26
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
27
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
28
|
-
} : {
|
|
29
|
-
type: import('vue').PropType<T[K]>;
|
|
30
|
-
required: true;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
type __VLS_WithDefaults<P, D> = {
|
|
34
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
35
|
-
default: D[K];
|
|
36
|
-
}> : P[K];
|
|
37
|
-
};
|
|
38
|
-
type __VLS_Prettify<T> = {
|
|
39
|
-
[K in keyof T]: T[K];
|
|
40
|
-
} & {};
|
|
@@ -1,6 +1,174 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IOnboardingProps, ISlide } from './types';
|
|
2
2
|
|
|
3
|
-
declare const PlOnboarding: {
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
export declare const PlOnboarding: import('../../../install-function').SFCInstallWithContext<{
|
|
4
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
5
|
+
show: import('vue').PropType<boolean>;
|
|
6
|
+
currentItem: import('vue').PropType<number>;
|
|
7
|
+
title: {
|
|
8
|
+
type: import('vue').PropType<string>;
|
|
9
|
+
required: true;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
borderRadius: {
|
|
13
|
+
type: import('vue').PropType<string>;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
placement: {
|
|
17
|
+
type: import('vue').PropType<"left" | "right" | "top-right" | "top" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top">;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
slides: {
|
|
21
|
+
type: import('vue').PropType<ISlide[]>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
hideCloseButton: {
|
|
25
|
+
type: import('vue').PropType<boolean>;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
overlay: {
|
|
29
|
+
type: import('vue').PropType<boolean>;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
}>> & {
|
|
33
|
+
onClose?: () => any;
|
|
34
|
+
onNext?: () => any;
|
|
35
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
36
|
+
close: () => void;
|
|
37
|
+
next: () => void;
|
|
38
|
+
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
39
|
+
show: import('vue').PropType<boolean>;
|
|
40
|
+
currentItem: import('vue').PropType<number>;
|
|
41
|
+
title: {
|
|
42
|
+
type: import('vue').PropType<string>;
|
|
43
|
+
required: true;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
borderRadius: {
|
|
47
|
+
type: import('vue').PropType<string>;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
placement: {
|
|
51
|
+
type: import('vue').PropType<"left" | "right" | "top-right" | "top" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top">;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
slides: {
|
|
55
|
+
type: import('vue').PropType<ISlide[]>;
|
|
56
|
+
required: true;
|
|
57
|
+
};
|
|
58
|
+
hideCloseButton: {
|
|
59
|
+
type: import('vue').PropType<boolean>;
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
62
|
+
overlay: {
|
|
63
|
+
type: import('vue').PropType<boolean>;
|
|
64
|
+
default: boolean;
|
|
65
|
+
};
|
|
66
|
+
}>> & {
|
|
67
|
+
onClose?: () => any;
|
|
68
|
+
onNext?: () => any;
|
|
69
|
+
}, {
|
|
70
|
+
title: string;
|
|
71
|
+
borderRadius: string;
|
|
72
|
+
placement: "left" | "right" | "top-right" | "top" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top";
|
|
73
|
+
hideCloseButton: boolean;
|
|
74
|
+
overlay: boolean;
|
|
75
|
+
}, true, {}, {}, {
|
|
76
|
+
P: {};
|
|
77
|
+
B: {};
|
|
78
|
+
D: {};
|
|
79
|
+
C: {};
|
|
80
|
+
M: {};
|
|
81
|
+
Defaults: {};
|
|
82
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
83
|
+
show: import('vue').PropType<boolean>;
|
|
84
|
+
currentItem: import('vue').PropType<number>;
|
|
85
|
+
title: {
|
|
86
|
+
type: import('vue').PropType<string>;
|
|
87
|
+
required: true;
|
|
88
|
+
default: string;
|
|
89
|
+
};
|
|
90
|
+
borderRadius: {
|
|
91
|
+
type: import('vue').PropType<string>;
|
|
92
|
+
default: string;
|
|
93
|
+
};
|
|
94
|
+
placement: {
|
|
95
|
+
type: import('vue').PropType<"left" | "right" | "top-right" | "top" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top">;
|
|
96
|
+
default: string;
|
|
97
|
+
};
|
|
98
|
+
slides: {
|
|
99
|
+
type: import('vue').PropType<ISlide[]>;
|
|
100
|
+
required: true;
|
|
101
|
+
};
|
|
102
|
+
hideCloseButton: {
|
|
103
|
+
type: import('vue').PropType<boolean>;
|
|
104
|
+
default: boolean;
|
|
105
|
+
};
|
|
106
|
+
overlay: {
|
|
107
|
+
type: import('vue').PropType<boolean>;
|
|
108
|
+
default: boolean;
|
|
109
|
+
};
|
|
110
|
+
}>> & {
|
|
111
|
+
onClose?: () => any;
|
|
112
|
+
onNext?: () => any;
|
|
113
|
+
}, {}, {}, {}, {}, {
|
|
114
|
+
title: string;
|
|
115
|
+
borderRadius: string;
|
|
116
|
+
placement: "left" | "right" | "top-right" | "top" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top";
|
|
117
|
+
hideCloseButton: boolean;
|
|
118
|
+
overlay: boolean;
|
|
119
|
+
}>;
|
|
120
|
+
__isFragment?: never;
|
|
121
|
+
__isTeleport?: never;
|
|
122
|
+
__isSuspense?: never;
|
|
123
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
124
|
+
show: import('vue').PropType<boolean>;
|
|
125
|
+
currentItem: import('vue').PropType<number>;
|
|
126
|
+
title: {
|
|
127
|
+
type: import('vue').PropType<string>;
|
|
128
|
+
required: true;
|
|
129
|
+
default: string;
|
|
130
|
+
};
|
|
131
|
+
borderRadius: {
|
|
132
|
+
type: import('vue').PropType<string>;
|
|
133
|
+
default: string;
|
|
134
|
+
};
|
|
135
|
+
placement: {
|
|
136
|
+
type: import('vue').PropType<"left" | "right" | "top-right" | "top" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top">;
|
|
137
|
+
default: string;
|
|
138
|
+
};
|
|
139
|
+
slides: {
|
|
140
|
+
type: import('vue').PropType<ISlide[]>;
|
|
141
|
+
required: true;
|
|
142
|
+
};
|
|
143
|
+
hideCloseButton: {
|
|
144
|
+
type: import('vue').PropType<boolean>;
|
|
145
|
+
default: boolean;
|
|
146
|
+
};
|
|
147
|
+
overlay: {
|
|
148
|
+
type: import('vue').PropType<boolean>;
|
|
149
|
+
default: boolean;
|
|
150
|
+
};
|
|
151
|
+
}>> & {
|
|
152
|
+
onClose?: () => any;
|
|
153
|
+
onNext?: () => any;
|
|
154
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
155
|
+
close: () => void;
|
|
156
|
+
next: () => void;
|
|
157
|
+
}, string, {
|
|
158
|
+
title: string;
|
|
159
|
+
borderRadius: string;
|
|
160
|
+
placement: "left" | "right" | "top-right" | "top" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top";
|
|
161
|
+
hideCloseButton: boolean;
|
|
162
|
+
overlay: boolean;
|
|
163
|
+
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
164
|
+
$slots: {
|
|
165
|
+
default?(_: {}): any;
|
|
166
|
+
};
|
|
167
|
+
})>;
|
|
6
168
|
export default PlOnboarding;
|
|
169
|
+
export type { IOnboardingProps, ISlide };
|
|
170
|
+
declare module 'vue' {
|
|
171
|
+
interface GlobalComponents {
|
|
172
|
+
PlOnboarding: import('vue').DefineComponent<IOnboardingProps>;
|
|
173
|
+
}
|
|
174
|
+
}
|