@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
|
@@ -1,86 +1,156 @@
|
|
|
1
|
-
import { IOption
|
|
1
|
+
import { IOption } from './types';
|
|
2
2
|
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<
|
|
4
|
-
modelValue: ()
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
leftIcon:
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
clearable:
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
4
|
+
modelValue: import('vue').PropType<IOption[]>;
|
|
5
|
+
disabled: {
|
|
6
|
+
type: import('vue').PropType<boolean>;
|
|
7
|
+
default: boolean;
|
|
8
|
+
};
|
|
9
|
+
options: {
|
|
10
|
+
type: import('vue').PropType<IOption[]>;
|
|
11
|
+
required: true;
|
|
12
|
+
default: () => any[];
|
|
13
|
+
};
|
|
14
|
+
width: {
|
|
15
|
+
type: import('vue').PropType<string>;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
label: {
|
|
19
|
+
type: import('vue').PropType<string>;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
helpertext: {
|
|
23
|
+
type: import('vue').PropType<string>;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
optional: {
|
|
27
|
+
type: import('vue').PropType<string>;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
tooltip: {
|
|
31
|
+
type: import('vue').PropType<string>;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
leftIcon: {
|
|
35
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
clearable: {
|
|
39
|
+
type: import('vue').PropType<boolean>;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
42
|
+
tooltipWidth: {
|
|
43
|
+
type: import('vue').PropType<string>;
|
|
44
|
+
};
|
|
45
|
+
prop: {
|
|
46
|
+
type: import('vue').PropType<string>;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
placeholder: {
|
|
50
|
+
type: import('vue').PropType<string>;
|
|
51
|
+
default: string;
|
|
52
|
+
};
|
|
53
|
+
buttons: {
|
|
54
|
+
type: import('vue').PropType<boolean>;
|
|
55
|
+
default: boolean;
|
|
56
|
+
};
|
|
57
|
+
teleport: {
|
|
58
|
+
type: import('vue').PropType<boolean>;
|
|
59
|
+
default: boolean;
|
|
60
|
+
};
|
|
61
|
+
selectAll: {
|
|
62
|
+
type: import('vue').PropType<boolean>;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
66
|
+
change: (value: IOption[]) => void;
|
|
67
|
+
reset: () => void;
|
|
68
|
+
blur: () => void;
|
|
69
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
70
|
+
modelValue: import('vue').PropType<IOption[]>;
|
|
71
|
+
disabled: {
|
|
72
|
+
type: import('vue').PropType<boolean>;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
75
|
+
options: {
|
|
76
|
+
type: import('vue').PropType<IOption[]>;
|
|
77
|
+
required: true;
|
|
78
|
+
default: () => any[];
|
|
79
|
+
};
|
|
80
|
+
width: {
|
|
81
|
+
type: import('vue').PropType<string>;
|
|
82
|
+
default: string;
|
|
83
|
+
};
|
|
84
|
+
label: {
|
|
85
|
+
type: import('vue').PropType<string>;
|
|
86
|
+
default: string;
|
|
87
|
+
};
|
|
88
|
+
helpertext: {
|
|
89
|
+
type: import('vue').PropType<string>;
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
92
|
+
optional: {
|
|
93
|
+
type: import('vue').PropType<string>;
|
|
94
|
+
default: string;
|
|
95
|
+
};
|
|
96
|
+
tooltip: {
|
|
97
|
+
type: import('vue').PropType<string>;
|
|
98
|
+
default: string;
|
|
99
|
+
};
|
|
100
|
+
leftIcon: {
|
|
101
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
102
|
+
default: string;
|
|
103
|
+
};
|
|
104
|
+
clearable: {
|
|
105
|
+
type: import('vue').PropType<boolean>;
|
|
106
|
+
default: boolean;
|
|
107
|
+
};
|
|
108
|
+
tooltipWidth: {
|
|
109
|
+
type: import('vue').PropType<string>;
|
|
110
|
+
};
|
|
111
|
+
prop: {
|
|
112
|
+
type: import('vue').PropType<string>;
|
|
113
|
+
default: string;
|
|
114
|
+
};
|
|
115
|
+
placeholder: {
|
|
116
|
+
type: import('vue').PropType<string>;
|
|
117
|
+
default: string;
|
|
118
|
+
};
|
|
119
|
+
buttons: {
|
|
120
|
+
type: import('vue').PropType<boolean>;
|
|
121
|
+
default: boolean;
|
|
122
|
+
};
|
|
123
|
+
teleport: {
|
|
124
|
+
type: import('vue').PropType<boolean>;
|
|
125
|
+
default: boolean;
|
|
126
|
+
};
|
|
127
|
+
selectAll: {
|
|
128
|
+
type: import('vue').PropType<boolean>;
|
|
129
|
+
default: boolean;
|
|
130
|
+
};
|
|
131
|
+
}>> & {
|
|
132
|
+
onChange?: (value: IOption[]) => any;
|
|
133
|
+
onBlur?: () => any;
|
|
134
|
+
onReset?: () => any;
|
|
47
135
|
}, {
|
|
48
136
|
disabled: boolean;
|
|
49
137
|
options: IOption[];
|
|
50
|
-
modelValue: IOption[];
|
|
51
|
-
label: string;
|
|
52
138
|
width: string;
|
|
53
|
-
|
|
54
|
-
leftIcon: import('../../components').TIcon;
|
|
55
|
-
teleport: boolean;
|
|
56
|
-
prop: string;
|
|
139
|
+
label: string;
|
|
57
140
|
helpertext: string;
|
|
58
141
|
optional: string;
|
|
59
142
|
tooltip: string;
|
|
143
|
+
leftIcon: import('../../components').TIcon;
|
|
60
144
|
clearable: boolean;
|
|
145
|
+
prop: string;
|
|
146
|
+
placeholder: string;
|
|
61
147
|
buttons: boolean;
|
|
148
|
+
teleport: boolean;
|
|
62
149
|
selectAll: boolean;
|
|
63
150
|
}, {}>, {
|
|
64
151
|
"tooltip-text"?(_: {}): any;
|
|
65
152
|
}>;
|
|
66
153
|
export default _default;
|
|
67
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
68
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
69
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
70
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
71
|
-
} : {
|
|
72
|
-
type: import('vue').PropType<T[K]>;
|
|
73
|
-
required: true;
|
|
74
|
-
};
|
|
75
|
-
};
|
|
76
|
-
type __VLS_WithDefaults<P, D> = {
|
|
77
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
78
|
-
default: D[K];
|
|
79
|
-
}> : P[K];
|
|
80
|
-
};
|
|
81
|
-
type __VLS_Prettify<T> = {
|
|
82
|
-
[K in keyof T]: T[K];
|
|
83
|
-
} & {};
|
|
84
154
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
85
155
|
new (): {
|
|
86
156
|
$slots: S;
|
|
@@ -2,7 +2,7 @@ import { IRadioOption, IRadioProps } from './types';
|
|
|
2
2
|
|
|
3
3
|
export declare const PlRadio: import('../../../install-function').SFCInstallWithContext<{
|
|
4
4
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
5
|
-
modelValue: import('vue').PropType<
|
|
5
|
+
modelValue: import('vue').PropType<IRadioOption>;
|
|
6
6
|
size: {
|
|
7
7
|
type: import('vue').PropType<"small" | "medium">;
|
|
8
8
|
default: string;
|
|
@@ -21,13 +21,11 @@ export declare const PlRadio: import('../../../install-function').SFCInstallWith
|
|
|
21
21
|
type: import('vue').PropType<string>;
|
|
22
22
|
};
|
|
23
23
|
}>> & {
|
|
24
|
-
|
|
25
|
-
onChange?: (...args: any[]) => any;
|
|
24
|
+
onChange?: (value: IRadioOption) => any;
|
|
26
25
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
27
|
-
|
|
28
|
-
change: (...args: any[]) => void;
|
|
26
|
+
change: (value: IRadioOption) => void;
|
|
29
27
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
30
|
-
modelValue: import('vue').PropType<
|
|
28
|
+
modelValue: import('vue').PropType<IRadioOption>;
|
|
31
29
|
size: {
|
|
32
30
|
type: import('vue').PropType<"small" | "medium">;
|
|
33
31
|
default: string;
|
|
@@ -46,8 +44,7 @@ export declare const PlRadio: import('../../../install-function').SFCInstallWith
|
|
|
46
44
|
type: import('vue').PropType<string>;
|
|
47
45
|
};
|
|
48
46
|
}>> & {
|
|
49
|
-
|
|
50
|
-
onChange?: (...args: any[]) => any;
|
|
47
|
+
onChange?: (value: IRadioOption) => any;
|
|
51
48
|
}, {
|
|
52
49
|
size: "small" | "medium";
|
|
53
50
|
}, true, {}, {}, {
|
|
@@ -58,7 +55,7 @@ export declare const PlRadio: import('../../../install-function').SFCInstallWith
|
|
|
58
55
|
M: {};
|
|
59
56
|
Defaults: {};
|
|
60
57
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
61
|
-
modelValue: import('vue').PropType<
|
|
58
|
+
modelValue: import('vue').PropType<IRadioOption>;
|
|
62
59
|
size: {
|
|
63
60
|
type: import('vue').PropType<"small" | "medium">;
|
|
64
61
|
default: string;
|
|
@@ -77,8 +74,7 @@ export declare const PlRadio: import('../../../install-function').SFCInstallWith
|
|
|
77
74
|
type: import('vue').PropType<string>;
|
|
78
75
|
};
|
|
79
76
|
}>> & {
|
|
80
|
-
|
|
81
|
-
onChange?: (...args: any[]) => any;
|
|
77
|
+
onChange?: (value: IRadioOption) => any;
|
|
82
78
|
}, {}, {}, {}, {}, {
|
|
83
79
|
size: "small" | "medium";
|
|
84
80
|
}>;
|
|
@@ -86,7 +82,7 @@ export declare const PlRadio: import('../../../install-function').SFCInstallWith
|
|
|
86
82
|
__isTeleport?: never;
|
|
87
83
|
__isSuspense?: never;
|
|
88
84
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
89
|
-
modelValue: import('vue').PropType<
|
|
85
|
+
modelValue: import('vue').PropType<IRadioOption>;
|
|
90
86
|
size: {
|
|
91
87
|
type: import('vue').PropType<"small" | "medium">;
|
|
92
88
|
default: string;
|
|
@@ -105,11 +101,9 @@ export declare const PlRadio: import('../../../install-function').SFCInstallWith
|
|
|
105
101
|
type: import('vue').PropType<string>;
|
|
106
102
|
};
|
|
107
103
|
}>> & {
|
|
108
|
-
|
|
109
|
-
onChange?: (...args: any[]) => any;
|
|
104
|
+
onChange?: (value: IRadioOption) => any;
|
|
110
105
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
111
|
-
|
|
112
|
-
change: (...args: any[]) => void;
|
|
106
|
+
change: (value: IRadioOption) => void;
|
|
113
107
|
}, string, {
|
|
114
108
|
size: "small" | "medium";
|
|
115
109
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IRadioOption } from './types';
|
|
2
2
|
|
|
3
3
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
4
|
-
modelValue: import('vue').PropType<
|
|
4
|
+
modelValue: import('vue').PropType<IRadioOption>;
|
|
5
5
|
size: {
|
|
6
6
|
type: import('vue').PropType<"small" | "medium">;
|
|
7
7
|
default: string;
|
|
@@ -20,10 +20,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
20
20
|
type: import('vue').PropType<string>;
|
|
21
21
|
};
|
|
22
22
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
23
|
-
|
|
24
|
-
change: (...args: any[]) => void;
|
|
23
|
+
change: (value: IRadioOption) => void;
|
|
25
24
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
26
|
-
modelValue: import('vue').PropType<
|
|
25
|
+
modelValue: import('vue').PropType<IRadioOption>;
|
|
27
26
|
size: {
|
|
28
27
|
type: import('vue').PropType<"small" | "medium">;
|
|
29
28
|
default: string;
|
|
@@ -42,8 +41,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
42
41
|
type: import('vue').PropType<string>;
|
|
43
42
|
};
|
|
44
43
|
}>> & {
|
|
45
|
-
|
|
46
|
-
onChange?: (...args: any[]) => any;
|
|
44
|
+
onChange?: (value: IRadioOption) => any;
|
|
47
45
|
}, {
|
|
48
46
|
size: "small" | "medium";
|
|
49
47
|
}, {}>, {
|
|
@@ -1,68 +1,56 @@
|
|
|
1
|
+
import { IOption } from '../types';
|
|
2
|
+
|
|
1
3
|
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
modelValue: {
|
|
7
|
-
required: true;
|
|
8
|
-
};
|
|
4
|
+
modelValue: import('vue').PropType<IOption>;
|
|
5
|
+
focus: import('vue').PropType<any>;
|
|
9
6
|
disabled: {
|
|
10
|
-
type:
|
|
7
|
+
type: import('vue').PropType<boolean>;
|
|
11
8
|
default: boolean;
|
|
12
9
|
};
|
|
13
|
-
|
|
14
|
-
type:
|
|
15
|
-
default:
|
|
16
|
-
};
|
|
17
|
-
id: {
|
|
18
|
-
type: StringConstructor;
|
|
10
|
+
prop: {
|
|
11
|
+
type: import('vue').PropType<string>;
|
|
12
|
+
default: string;
|
|
19
13
|
};
|
|
20
14
|
placeholder: {
|
|
21
|
-
type:
|
|
15
|
+
type: import('vue').PropType<string>;
|
|
22
16
|
default: string;
|
|
23
17
|
};
|
|
24
|
-
|
|
25
|
-
type:
|
|
26
|
-
default: number;
|
|
27
|
-
};
|
|
28
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
29
|
-
reset: (...args: any[]) => void;
|
|
30
|
-
"update:focus": (...args: any[]) => void;
|
|
31
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
32
|
-
prop: {
|
|
33
|
-
type: StringConstructor;
|
|
18
|
+
id: {
|
|
19
|
+
type: import('vue').PropType<string>;
|
|
34
20
|
default: string;
|
|
35
21
|
};
|
|
36
|
-
|
|
37
|
-
|
|
22
|
+
showError: {
|
|
23
|
+
type: import('vue').PropType<number>;
|
|
24
|
+
default: number;
|
|
38
25
|
};
|
|
26
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
27
|
+
modelValue: import('vue').PropType<IOption>;
|
|
28
|
+
focus: import('vue').PropType<any>;
|
|
39
29
|
disabled: {
|
|
40
|
-
type:
|
|
30
|
+
type: import('vue').PropType<boolean>;
|
|
41
31
|
default: boolean;
|
|
42
32
|
};
|
|
43
|
-
|
|
44
|
-
type:
|
|
45
|
-
default:
|
|
46
|
-
};
|
|
47
|
-
id: {
|
|
48
|
-
type: StringConstructor;
|
|
33
|
+
prop: {
|
|
34
|
+
type: import('vue').PropType<string>;
|
|
35
|
+
default: string;
|
|
49
36
|
};
|
|
50
37
|
placeholder: {
|
|
51
|
-
type:
|
|
38
|
+
type: import('vue').PropType<string>;
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
41
|
+
id: {
|
|
42
|
+
type: import('vue').PropType<string>;
|
|
52
43
|
default: string;
|
|
53
44
|
};
|
|
54
45
|
showError: {
|
|
55
|
-
type:
|
|
46
|
+
type: import('vue').PropType<number>;
|
|
56
47
|
default: number;
|
|
57
48
|
};
|
|
58
|
-
}
|
|
59
|
-
onReset?: (...args: any[]) => any;
|
|
60
|
-
"onUpdate:focus"?: (...args: any[]) => any;
|
|
61
|
-
}, {
|
|
49
|
+
}>>, {
|
|
62
50
|
disabled: boolean;
|
|
63
|
-
placeholder: string;
|
|
64
|
-
focus: boolean;
|
|
65
51
|
prop: string;
|
|
52
|
+
placeholder: string;
|
|
53
|
+
id: string;
|
|
66
54
|
showError: number;
|
|
67
55
|
}, {}>;
|
|
68
56
|
export default _default;
|
|
@@ -1,70 +1,88 @@
|
|
|
1
1
|
import { IOption } from '../types';
|
|
2
2
|
import { TIcon } from '../../../shared/pl-icon';
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
4
|
+
declare const _default: import('vue').DefineComponent<{
|
|
5
|
+
modelValue: import('vue').PropType<IOption>;
|
|
6
|
+
focus: import('vue').PropType<any>;
|
|
7
|
+
disabled: {
|
|
8
|
+
type: import('vue').PropType<boolean>;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
leftIcon: {
|
|
12
|
+
type: import('vue').PropType<TIcon>;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
clearable: {
|
|
16
|
+
type: import('vue').PropType<boolean>;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
prop: {
|
|
20
|
+
type: import('vue').PropType<string>;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
placeholder: {
|
|
24
|
+
type: import('vue').PropType<string>;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
showDescription: {
|
|
28
|
+
type: import('vue').PropType<string | boolean>;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
id: {
|
|
32
|
+
type: import('vue').PropType<string>;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
showError: {
|
|
36
|
+
type: import('vue').PropType<number>;
|
|
37
|
+
default: number;
|
|
38
|
+
};
|
|
39
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
40
|
+
reset: () => void;
|
|
41
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
42
|
+
modelValue: import('vue').PropType<IOption>;
|
|
43
|
+
focus: import('vue').PropType<any>;
|
|
44
|
+
disabled: {
|
|
45
|
+
type: import('vue').PropType<boolean>;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
leftIcon: {
|
|
49
|
+
type: import('vue').PropType<TIcon>;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
clearable: {
|
|
53
|
+
type: import('vue').PropType<boolean>;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
56
|
+
prop: {
|
|
57
|
+
type: import('vue').PropType<string>;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
placeholder: {
|
|
61
|
+
type: import('vue').PropType<string>;
|
|
62
|
+
default: string;
|
|
63
|
+
};
|
|
64
|
+
showDescription: {
|
|
65
|
+
type: import('vue').PropType<string | boolean>;
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
68
|
+
id: {
|
|
69
|
+
type: import('vue').PropType<string>;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
72
|
+
showError: {
|
|
73
|
+
type: import('vue').PropType<number>;
|
|
74
|
+
default: number;
|
|
75
|
+
};
|
|
76
|
+
}>> & {
|
|
77
|
+
onReset?: () => any;
|
|
42
78
|
}, {
|
|
43
79
|
disabled: boolean;
|
|
44
|
-
id: string;
|
|
45
|
-
placeholder: string;
|
|
46
80
|
leftIcon: TIcon;
|
|
47
|
-
focus: boolean;
|
|
48
|
-
prop: string;
|
|
49
81
|
clearable: boolean;
|
|
82
|
+
prop: string;
|
|
83
|
+
placeholder: string;
|
|
50
84
|
showDescription: string | boolean;
|
|
85
|
+
id: string;
|
|
51
86
|
showError: number;
|
|
52
87
|
}, {}>;
|
|
53
88
|
export default _default;
|
|
54
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
55
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
56
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
57
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
58
|
-
} : {
|
|
59
|
-
type: import('vue').PropType<T[K]>;
|
|
60
|
-
required: true;
|
|
61
|
-
};
|
|
62
|
-
};
|
|
63
|
-
type __VLS_WithDefaults<P, D> = {
|
|
64
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
65
|
-
default: D[K];
|
|
66
|
-
}> : P[K];
|
|
67
|
-
};
|
|
68
|
-
type __VLS_Prettify<T> = {
|
|
69
|
-
[K in keyof T]: T[K];
|
|
70
|
-
} & {};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { IDropdownProps, IOption } from '../types';
|
|
2
2
|
|
|
3
3
|
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
|
|
4
|
-
modelValue: string;
|
|
5
4
|
focus: boolean;
|
|
6
5
|
id: string;
|
|
7
6
|
helpertext: string;
|
|
@@ -10,21 +9,20 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
10
9
|
}>, {
|
|
11
10
|
isDragging: import('vue').ComputedRef<any>;
|
|
12
11
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
|
-
"select-value": (
|
|
12
|
+
"select-value": (option: IOption) => void;
|
|
14
13
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
|
|
15
|
-
modelValue: string;
|
|
16
14
|
focus: boolean;
|
|
17
15
|
id: string;
|
|
18
16
|
helpertext: string;
|
|
19
17
|
errors: () => any[];
|
|
20
18
|
options: () => any[];
|
|
21
19
|
}>>> & {
|
|
22
|
-
"onSelect-value"?: (
|
|
20
|
+
"onSelect-value"?: (option: IOption) => any;
|
|
23
21
|
}, {
|
|
24
22
|
options: IOption[];
|
|
23
|
+
helpertext: string;
|
|
25
24
|
id: string;
|
|
26
25
|
focus: boolean;
|
|
27
|
-
helpertext: string;
|
|
28
26
|
errors: import('async-validator').ValidateError[];
|
|
29
27
|
}, {}>;
|
|
30
28
|
export default _default;
|