@factoringplus/pl-components-pack-v3 1.2.27-pre-02 → 1.2.28
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/components/{basic/pl-button → button}/index.d.ts +55 -56
- package/dist/components/{basic/pl-button → button}/pl-button.vue.d.ts +11 -12
- package/dist/components/{basic/pl-button → button}/types/index.d.ts +1 -2
- package/dist/components/components.d.ts +37 -39
- package/dist/components/{deprecated/currency-input → currency-input}/index.d.ts +1 -2
- package/dist/components/entry.d.ts +87 -0
- package/dist/components/{form/pl-autocomplete → pl-autocomplete}/components/pl-autocomplete-dropdown.vue.d.ts +13 -14
- package/dist/components/{form/pl-autocomplete → pl-autocomplete}/components/pl-default.vue.d.ts +12 -13
- package/dist/components/{form/pl-autocomplete → pl-autocomplete}/index.d.ts +1 -2
- package/dist/components/{form/pl-autocomplete → pl-autocomplete}/pl-autocompete.vue.d.ts +20 -21
- package/dist/components/{form/pl-autocomplete → pl-autocomplete}/types/index.d.ts +2 -3
- package/dist/components/{data/pl-card → pl-card}/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-checkbox → pl-checkbox}/index.d.ts +1 -2
- package/dist/components/{form/pl-checkbox-plus → pl-checkbox-plus}/index.d.ts +1 -2
- package/dist/components/{form/pl-checkbox-plus → pl-checkbox-plus}/pl-checkbox-plus.vue.d.ts +4 -4
- package/dist/components/{deprecated/pl-date-picker → pl-date-picker}/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-date-picker-legacy → pl-date-picker-legacy}/index.d.ts +1 -2
- package/dist/components/{form/pl-date-picker-plus → pl-date-picker-plus}/common/components/PlDatePickerRangeWrapper.vue.d.ts +15 -12
- package/dist/components/{form/pl-date-picker-plus → pl-date-picker-plus}/common/components/PlDatePickerWrapper.vue.d.ts +13 -10
- package/dist/components/{form/pl-date-picker-plus → pl-date-picker-plus}/common/types/index.d.ts +2 -2
- package/dist/components/{form/pl-date-picker-plus → pl-date-picker-plus}/common/utils/wrapperFunctions.d.ts +4 -5
- package/dist/components/{form/pl-date-picker-plus → pl-date-picker-plus}/index.d.ts +1 -2
- package/dist/components/{form/pl-date-picker-plus → pl-date-picker-plus}/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +15 -16
- package/dist/components/{form/pl-date-picker-plus → pl-date-picker-plus}/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +15 -16
- package/dist/components/{deprecated/pl-dialog → pl-dialog}/index.d.ts +1 -2
- package/dist/components/{basic/pl-dialog → pl-dialog}/pl-dialog-plus.vue.d.ts +17 -15
- package/dist/components/{deprecated/pl-dialog → pl-dialog}/pl-dialog.vue.d.ts +11 -11
- package/dist/components/{form/pl-form → pl-form}/index.d.ts +1 -2
- package/dist/components/{form/pl-form → pl-form}/pl-form.vue.d.ts +9 -10
- package/dist/components/{deprecated/pl-form-item → pl-form-item}/index.d.ts +1 -2
- package/dist/components/{shared/pl-icon → pl-icon}/index.d.ts +2 -3
- package/dist/components/pl-icon/pl-icon.vue.d.ts +12 -0
- package/dist/components/pl-icon/types/index.d.ts +2 -0
- package/dist/components/{deprecated/pl-input → pl-input}/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-input-native → pl-input-native}/index.d.ts +1 -2
- package/dist/components/{form/pl-input-plus → pl-input-plus}/components/pl-currency.vue.d.ts +10 -11
- package/dist/components/{form/pl-input-plus → pl-input-plus}/components/pl-default.vue.d.ts +17 -18
- package/dist/components/{form/pl-input-plus → pl-input-plus}/components/pl-password.vue.d.ts +10 -11
- package/dist/components/{form/pl-input-plus → pl-input-plus}/components/pl-textarea.vue.d.ts +10 -11
- package/dist/components/{form/pl-input-plus → pl-input-plus}/index.d.ts +1 -2
- package/dist/components/{form/pl-input-plus → pl-input-plus}/pl-input-plus.vue.d.ts +20 -21
- package/dist/components/{form/pl-input-plus → pl-input-plus}/types/index.d.ts +4 -5
- package/dist/components/{shared/pl-label → pl-label}/pl-label.vue.d.ts +3 -3
- package/dist/components/{basic/pl-link → pl-link}/index.d.ts +1 -2
- package/dist/components/{basic/pl-link → pl-link}/pl-link.vue.d.ts +7 -7
- package/dist/components/pl-mark-text/index.d.ts +2 -0
- package/dist/components/{form/pl-multi-select → pl-multi-select}/components/pl-default.vue.d.ts +12 -13
- package/dist/components/{form/pl-multi-select → pl-multi-select}/components/pl-multi-select-dropdown.vue.d.ts +10 -11
- package/dist/components/{form/pl-multi-select → pl-multi-select}/index.d.ts +1 -2
- package/dist/components/{form/pl-multi-select → pl-multi-select}/pl-multi-select.vue.d.ts +13 -14
- package/dist/components/{form/pl-multi-select → pl-multi-select}/types/index.d.ts +2 -3
- package/dist/components/{data/pl-multitab → pl-multitab}/components/pl-tab-card.vue.d.ts +9 -10
- package/dist/components/{data/pl-multitab → pl-multitab}/index.d.ts +1 -2
- package/dist/components/{data/pl-multitab → pl-multitab}/pl-multitab.vue.d.ts +8 -9
- package/dist/components/{data/pl-multitab → pl-multitab}/types/index.d.ts +1 -2
- package/dist/components/{shared/pl-option → pl-option}/index.d.ts +1 -2
- package/dist/components/{shared/pl-option → pl-option}/pl-option.vue.d.ts +7 -7
- package/dist/components/{form/pl-radio → pl-radio}/index.d.ts +1 -2
- package/dist/components/{form/pl-radio → pl-radio}/pl-radio.vue.d.ts +3 -3
- package/dist/components/{basic/pl-scrollbar → pl-scrollbar}/index.d.ts +1 -2
- package/dist/components/{basic/pl-scrollbar → pl-scrollbar}/pl-scrollbar.vue.d.ts +8 -8
- package/dist/components/{deprecated/pl-select → pl-select}/index.d.ts +1 -2
- package/dist/components/{form/pl-select-plus → pl-select-plus}/components/pl-default.vue.d.ts +13 -14
- package/dist/components/{form/pl-select-plus → pl-select-plus}/components/pl-select-dropdown.vue.d.ts +10 -11
- package/dist/components/{form/pl-select-plus → pl-select-plus}/index.d.ts +1 -2
- package/dist/components/{form/pl-select-plus → pl-select-plus}/pl-select-plus.vue.d.ts +14 -15
- package/dist/components/{form/pl-select-plus → pl-select-plus}/types/index.d.ts +2 -3
- package/dist/components/{basic/pl-skeleton → pl-skeleton}/index.d.ts +1 -2
- package/dist/components/{basic/pl-skeleton → pl-skeleton}/pl-skeleton.vue.d.ts +7 -7
- package/dist/components/{data/pl-snackbar → pl-snackbar}/index.d.ts +1 -2
- package/dist/components/{data/pl-snackbar → pl-snackbar}/pl-snackbar.vue.d.ts +14 -9
- package/dist/components/pl-snackbar/renderSnackbar.d.ts +4 -0
- package/dist/components/pl-snackbar/types.d.ts +21 -0
- package/dist/components/{data/pl-stepper → pl-stepper}/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-suggestions → pl-suggestions}/index.d.ts +1 -2
- package/dist/components/{form/pl-switch → pl-switch}/index.d.ts +1 -2
- package/dist/components/{form/pl-switch → pl-switch}/pl-switch.vue.d.ts +3 -3
- package/dist/components/{shared/pl-tab-pane → pl-tab-pane}/index.d.ts +1 -2
- package/dist/components/{shared/pl-tab-pane → pl-tab-pane}/pl-tab-pane.vue.d.ts +9 -10
- package/dist/components/{shared/pl-tab-pane → pl-tab-pane}/types/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-table → pl-table}/index.d.ts +1 -2
- package/dist/components/{data/pl-table-plus → pl-table-plus}/components/row-mask.vue.d.ts +6 -6
- package/dist/components/{data/pl-table-plus → pl-table-plus}/index.d.ts +1 -2
- package/dist/components/{data/pl-table-plus → pl-table-plus}/pl-table-plus.vue.d.ts +9 -9
- package/dist/components/pl-tabs/components/pl-tab-counter.vue.d.ts +21 -0
- package/dist/components/{data/pl-tabs → pl-tabs}/components/pl-tab.vue.d.ts +7 -8
- package/dist/components/{data/pl-tabs → pl-tabs}/index.d.ts +1 -2
- package/dist/components/{data/pl-tabs → pl-tabs}/pl-tabs.vue.d.ts +7 -7
- package/dist/components/{shared/pl-tags-chips/pl-tags-chips.vue.d.ts → pl-tags/pl-tags.vue.d.ts} +8 -8
- package/dist/components/pl-text/components/pl-body1.vue.d.ts +21 -0
- package/dist/components/pl-text/components/pl-body2.vue.d.ts +21 -0
- package/dist/components/pl-text/components/pl-body3.vue.d.ts +21 -0
- package/dist/components/pl-text/components/pl-bodyu.vue.d.ts +21 -0
- package/dist/components/pl-text/components/pl-btn1.vue.d.ts +21 -0
- package/dist/components/pl-text/components/pl-btn2.vue.d.ts +21 -0
- package/dist/components/pl-text/components/pl-btn3.vue.d.ts +21 -0
- package/dist/components/pl-text/components/pl-cap.vue.d.ts +21 -0
- package/dist/components/pl-text/components/pl-h1.vue.d.ts +21 -0
- package/dist/components/pl-text/components/pl-h2.vue.d.ts +21 -0
- package/dist/components/pl-text/components/pl-h3.vue.d.ts +21 -0
- package/dist/components/pl-text/components/pl-h4.vue.d.ts +21 -0
- package/dist/components/pl-text/components/pl-sub1.vue.d.ts +17 -0
- package/dist/components/pl-text/components/pl-sub2.vue.d.ts +17 -0
- package/dist/components/pl-text/components/pl-system.vue.d.ts +17 -0
- package/dist/components/pl-text/components/pl-tag.vue.d.ts +17 -0
- package/dist/components/pl-text/components/pl-title1.vue.d.ts +17 -0
- package/dist/components/pl-text/components/pl-title2.vue.d.ts +17 -0
- package/dist/components/pl-text/components/pl-title3.vue.d.ts +17 -0
- package/dist/components/{shared/pl-text → pl-text}/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-tooltip → pl-tooltip}/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-tooltip → pl-tooltip}/pl-tooltip.vue.d.ts +7 -7
- package/dist/components/{basic/pl-tooltip-plus → pl-tooltip-plus}/index.d.ts +1 -2
- package/dist/components/{basic/pl-tooltip-plus → pl-tooltip-plus}/pl-tooltip-plus.vue.d.ts +8 -8
- package/dist/components/{deprecated/pl-upload → pl-upload}/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-upload-legacy → pl-upload-legacy}/index.d.ts +1 -2
- package/dist/components/{form/pl-upload-plus → pl-upload-plus}/index.d.ts +1 -2
- package/dist/components/{form/pl-upload-plus → pl-upload-plus}/pl-upload-plus.vue.d.ts +14 -14
- package/dist/components/pl-upload-plus/types/FileExtension.d.ts +1 -0
- package/dist/directives/index.d.ts +1 -3
- package/dist/directives/vInfiniteScroll/vInfiniteScroll.d.ts +1 -2
- package/dist/directives/vLoading.d.ts +1 -2
- package/dist/directives/vTap.d.ts +1 -2
- package/dist/directives/vTouchOutside.d.ts +1 -2
- package/dist/install-function/index.d.ts +3 -4
- package/dist/mockServiceWorker.js +364 -0
- package/dist/pl-components-pack-v3.d.ts +2 -0
- package/dist/pl-components-pack-v3.es.js +15941 -15807
- package/dist/pl-components-pack-v3.umd.js +45 -44
- package/dist/plugins/filters.d.ts +3 -5
- package/dist/plugins/loading/loading.d.ts +1 -3
- package/dist/services/plLoading.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/dadataParser.d.ts +1 -2
- package/dist/utils/deepSet.d.ts +2 -3
- package/dist/utils/formatAccount.d.ts +1 -1
- package/dist/utils/getSourceCode.d.ts +1 -4
- package/package.json +79 -67
- package/dist/components/basic/pl-dialog/index.d.ts +0 -6
- package/dist/components/data/pl-snackbar/renderSnackbar.d.ts +0 -4
- package/dist/components/data/pl-snackbar/types.d.ts +0 -26
- package/dist/components/data/pl-stepper/pl-stepper.vue.d.ts +0 -57
- package/dist/components/data/pl-tabs/components/pl-tab-counter.vue.d.ts +0 -21
- package/dist/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +0 -77
- package/dist/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +0 -72
- package/dist/components/deprecated/pl-select/pl-select.vue.d.ts +0 -147
- package/dist/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +0 -112
- package/dist/components/deprecated/pl-table/pl-table.vue.d.ts +0 -133
- package/dist/components/deprecated/pl-upload/pl-upload.vue.d.ts +0 -124
- package/dist/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +0 -112
- package/dist/components/form/pl-select-plus/components/pl-account.vue.d.ts +0 -68
- package/dist/components/form/pl-upload-plus/types/FileExtension.d.ts +0 -1
- package/dist/components/shared/pl-icon/pl-icon.vue.d.ts +0 -13
- package/dist/components/shared/pl-icon/types/index.d.ts +0 -3
- package/dist/components/shared/pl-mark-text/index.d.ts +0 -16
- package/dist/components/shared/pl-mark-text/pl-mark-text.vue.d.ts +0 -16
- package/dist/components/shared/pl-text/components/pl-body1.vue.d.ts +0 -21
- package/dist/components/shared/pl-text/components/pl-body2.vue.d.ts +0 -21
- package/dist/components/shared/pl-text/components/pl-body3.vue.d.ts +0 -21
- package/dist/components/shared/pl-text/components/pl-bodyu.vue.d.ts +0 -21
- package/dist/components/shared/pl-text/components/pl-btn1.vue.d.ts +0 -21
- package/dist/components/shared/pl-text/components/pl-btn2.vue.d.ts +0 -21
- package/dist/components/shared/pl-text/components/pl-btn3.vue.d.ts +0 -21
- package/dist/components/shared/pl-text/components/pl-cap.vue.d.ts +0 -21
- package/dist/components/shared/pl-text/components/pl-h1.vue.d.ts +0 -21
- package/dist/components/shared/pl-text/components/pl-h2.vue.d.ts +0 -21
- package/dist/components/shared/pl-text/components/pl-h3.vue.d.ts +0 -21
- package/dist/components/shared/pl-text/components/pl-h4.vue.d.ts +0 -21
- package/dist/components/shared/pl-text/components/pl-sub1.vue.d.ts +0 -17
- package/dist/components/shared/pl-text/components/pl-sub2.vue.d.ts +0 -17
- package/dist/components/shared/pl-text/components/pl-system.vue.d.ts +0 -17
- package/dist/components/shared/pl-text/components/pl-tag.vue.d.ts +0 -17
- package/dist/components/shared/pl-text/components/pl-title1.vue.d.ts +0 -17
- package/dist/components/shared/pl-text/components/pl-title2.vue.d.ts +0 -17
- package/dist/components/shared/pl-text/components/pl-title3.vue.d.ts +0 -17
- /package/dist/components/{form/pl-date-picker-plus → pl-date-picker-plus}/common/constants.d.ts +0 -0
- /package/dist/components/{shared/pl-icon → pl-icon}/types/iconsType.d.ts +0 -0
- /package/dist/components/{basic/pl-scrollbar → pl-scrollbar}/utils/getSizeWithUnits.d.ts +0 -0
@@ -1,84 +1,83 @@
|
|
1
|
-
import { TButtonProps } from './types';
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
type: import('vue').PropType<"small" | "large" | "medium">;
|
1
|
+
import type { TButtonProps } from './types';
|
2
|
+
export declare const PlButton: import('../../install-function').SFCInstallWithContext<{
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
type: {
|
5
|
+
type: import("vue").PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
7
6
|
default: string;
|
8
7
|
};
|
9
|
-
|
10
|
-
type: import(
|
8
|
+
size: {
|
9
|
+
type: import("vue").PropType<"small" | "large" | "medium">;
|
11
10
|
default: string;
|
12
11
|
};
|
13
12
|
fullWidth: {
|
14
|
-
type: import(
|
13
|
+
type: import("vue").PropType<boolean>;
|
15
14
|
default: boolean;
|
16
15
|
};
|
17
16
|
disabled: {
|
18
|
-
type: import(
|
17
|
+
type: import("vue").PropType<boolean>;
|
19
18
|
default: boolean;
|
20
19
|
};
|
21
20
|
icon: {
|
22
|
-
type: import(
|
21
|
+
type: import("vue").PropType<import("../pl-icon").TIcon>;
|
23
22
|
default: string;
|
24
23
|
};
|
25
24
|
iconColor: {
|
26
|
-
type: import(
|
25
|
+
type: import("vue").PropType<string>;
|
27
26
|
default: string;
|
28
27
|
};
|
29
28
|
iconPosition: {
|
30
|
-
type: import(
|
29
|
+
type: import("vue").PropType<"left" | "right">;
|
31
30
|
default: string;
|
32
31
|
};
|
33
32
|
nativeType: {
|
34
|
-
type: import(
|
33
|
+
type: import("vue").PropType<"button" | "submit" | "reset">;
|
35
34
|
default: string;
|
36
35
|
};
|
37
36
|
}>> & {
|
38
37
|
onClick?: (...args: any[]) => any;
|
39
|
-
}, {}, unknown, {}, {}, import(
|
38
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
40
39
|
click: (...args: any[]) => void;
|
41
|
-
}, import(
|
42
|
-
|
43
|
-
type: import(
|
40
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
41
|
+
type: {
|
42
|
+
type: import("vue").PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
44
43
|
default: string;
|
45
44
|
};
|
46
|
-
|
47
|
-
type: import(
|
45
|
+
size: {
|
46
|
+
type: import("vue").PropType<"small" | "large" | "medium">;
|
48
47
|
default: string;
|
49
48
|
};
|
50
49
|
fullWidth: {
|
51
|
-
type: import(
|
50
|
+
type: import("vue").PropType<boolean>;
|
52
51
|
default: boolean;
|
53
52
|
};
|
54
53
|
disabled: {
|
55
|
-
type: import(
|
54
|
+
type: import("vue").PropType<boolean>;
|
56
55
|
default: boolean;
|
57
56
|
};
|
58
57
|
icon: {
|
59
|
-
type: import(
|
58
|
+
type: import("vue").PropType<import("../pl-icon").TIcon>;
|
60
59
|
default: string;
|
61
60
|
};
|
62
61
|
iconColor: {
|
63
|
-
type: import(
|
62
|
+
type: import("vue").PropType<string>;
|
64
63
|
default: string;
|
65
64
|
};
|
66
65
|
iconPosition: {
|
67
|
-
type: import(
|
66
|
+
type: import("vue").PropType<"left" | "right">;
|
68
67
|
default: string;
|
69
68
|
};
|
70
69
|
nativeType: {
|
71
|
-
type: import(
|
70
|
+
type: import("vue").PropType<"button" | "submit" | "reset">;
|
72
71
|
default: string;
|
73
72
|
};
|
74
73
|
}>> & {
|
75
74
|
onClick?: (...args: any[]) => any;
|
76
75
|
}, {
|
77
|
-
size: "small" | "large" | "medium";
|
78
76
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
77
|
+
size: "small" | "large" | "medium";
|
79
78
|
fullWidth: boolean;
|
80
79
|
disabled: boolean;
|
81
|
-
icon:
|
80
|
+
icon: import("../pl-icon").TIcon;
|
82
81
|
iconColor: string;
|
83
82
|
iconPosition: "left" | "right";
|
84
83
|
nativeType: "button" | "submit" | "reset";
|
@@ -89,47 +88,47 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
89
88
|
C: {};
|
90
89
|
M: {};
|
91
90
|
Defaults: {};
|
92
|
-
}, Readonly<import(
|
93
|
-
|
94
|
-
type: import(
|
91
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
92
|
+
type: {
|
93
|
+
type: import("vue").PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
95
94
|
default: string;
|
96
95
|
};
|
97
|
-
|
98
|
-
type: import(
|
96
|
+
size: {
|
97
|
+
type: import("vue").PropType<"small" | "large" | "medium">;
|
99
98
|
default: string;
|
100
99
|
};
|
101
100
|
fullWidth: {
|
102
|
-
type: import(
|
101
|
+
type: import("vue").PropType<boolean>;
|
103
102
|
default: boolean;
|
104
103
|
};
|
105
104
|
disabled: {
|
106
|
-
type: import(
|
105
|
+
type: import("vue").PropType<boolean>;
|
107
106
|
default: boolean;
|
108
107
|
};
|
109
108
|
icon: {
|
110
|
-
type: import(
|
109
|
+
type: import("vue").PropType<import("../pl-icon").TIcon>;
|
111
110
|
default: string;
|
112
111
|
};
|
113
112
|
iconColor: {
|
114
|
-
type: import(
|
113
|
+
type: import("vue").PropType<string>;
|
115
114
|
default: string;
|
116
115
|
};
|
117
116
|
iconPosition: {
|
118
|
-
type: import(
|
117
|
+
type: import("vue").PropType<"left" | "right">;
|
119
118
|
default: string;
|
120
119
|
};
|
121
120
|
nativeType: {
|
122
|
-
type: import(
|
121
|
+
type: import("vue").PropType<"button" | "submit" | "reset">;
|
123
122
|
default: string;
|
124
123
|
};
|
125
124
|
}>> & {
|
126
125
|
onClick?: (...args: any[]) => any;
|
127
126
|
}, {}, {}, {}, {}, {
|
128
|
-
size: "small" | "large" | "medium";
|
129
127
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
128
|
+
size: "small" | "large" | "medium";
|
130
129
|
fullWidth: boolean;
|
131
130
|
disabled: boolean;
|
132
|
-
icon:
|
131
|
+
icon: import("../pl-icon").TIcon;
|
133
132
|
iconColor: string;
|
134
133
|
iconPosition: "left" | "right";
|
135
134
|
nativeType: "button" | "submit" | "reset";
|
@@ -137,53 +136,53 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
137
136
|
__isFragment?: never;
|
138
137
|
__isTeleport?: never;
|
139
138
|
__isSuspense?: never;
|
140
|
-
} & import(
|
141
|
-
|
142
|
-
type: import(
|
139
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
140
|
+
type: {
|
141
|
+
type: import("vue").PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
143
142
|
default: string;
|
144
143
|
};
|
145
|
-
|
146
|
-
type: import(
|
144
|
+
size: {
|
145
|
+
type: import("vue").PropType<"small" | "large" | "medium">;
|
147
146
|
default: string;
|
148
147
|
};
|
149
148
|
fullWidth: {
|
150
|
-
type: import(
|
149
|
+
type: import("vue").PropType<boolean>;
|
151
150
|
default: boolean;
|
152
151
|
};
|
153
152
|
disabled: {
|
154
|
-
type: import(
|
153
|
+
type: import("vue").PropType<boolean>;
|
155
154
|
default: boolean;
|
156
155
|
};
|
157
156
|
icon: {
|
158
|
-
type: import(
|
157
|
+
type: import("vue").PropType<import("../pl-icon").TIcon>;
|
159
158
|
default: string;
|
160
159
|
};
|
161
160
|
iconColor: {
|
162
|
-
type: import(
|
161
|
+
type: import("vue").PropType<string>;
|
163
162
|
default: string;
|
164
163
|
};
|
165
164
|
iconPosition: {
|
166
|
-
type: import(
|
165
|
+
type: import("vue").PropType<"left" | "right">;
|
167
166
|
default: string;
|
168
167
|
};
|
169
168
|
nativeType: {
|
170
|
-
type: import(
|
169
|
+
type: import("vue").PropType<"button" | "submit" | "reset">;
|
171
170
|
default: string;
|
172
171
|
};
|
173
172
|
}>> & {
|
174
173
|
onClick?: (...args: any[]) => any;
|
175
|
-
}, {}, unknown, {}, {}, import(
|
174
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
176
175
|
click: (...args: any[]) => void;
|
177
176
|
}, string, {
|
178
|
-
size: "small" | "large" | "medium";
|
179
177
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
178
|
+
size: "small" | "large" | "medium";
|
180
179
|
fullWidth: boolean;
|
181
180
|
disabled: boolean;
|
182
|
-
icon:
|
181
|
+
icon: import("../pl-icon").TIcon;
|
183
182
|
iconColor: string;
|
184
183
|
iconPosition: "left" | "right";
|
185
184
|
nativeType: "button" | "submit" | "reset";
|
186
|
-
}, {}, string, {}> & import(
|
185
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
187
186
|
$slots: {
|
188
187
|
default?(_: {}): any;
|
189
188
|
};
|
@@ -1,6 +1,5 @@
|
|
1
|
-
import { TButtonProps } from './types';
|
2
|
-
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TButtonProps>, {
|
1
|
+
import type { TButtonProps } from './types';
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TButtonProps>, {
|
4
3
|
/**
|
5
4
|
* Выставляет ширину кнопки в 100%
|
6
5
|
*/
|
@@ -12,9 +11,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
12
11
|
iconColor: string;
|
13
12
|
iconPosition: string;
|
14
13
|
nativeType: string;
|
15
|
-
}>, {}, unknown, {}, {}, import(
|
14
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
16
15
|
click: (...args: any[]) => void;
|
17
|
-
}, string, import(
|
16
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TButtonProps>, {
|
18
17
|
/**
|
19
18
|
* Выставляет ширину кнопки в 100%
|
20
19
|
*/
|
@@ -29,11 +28,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
29
28
|
}>>> & {
|
30
29
|
onClick?: (...args: any[]) => any;
|
31
30
|
}, {
|
32
|
-
size: "small" | "large" | "medium";
|
33
31
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
32
|
+
size: "small" | "large" | "medium";
|
34
33
|
fullWidth: boolean;
|
35
34
|
disabled: boolean;
|
36
|
-
icon:
|
35
|
+
icon: import("../pl-icon").TIcon;
|
37
36
|
iconColor: string;
|
38
37
|
iconPosition: "left" | "right";
|
39
38
|
nativeType: "button" | "submit" | "reset";
|
@@ -41,8 +40,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
41
40
|
default?(_: {}): any;
|
42
41
|
}>;
|
43
42
|
export default _default;
|
44
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
45
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
43
|
+
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
44
|
+
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
46
45
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
47
46
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
48
47
|
} : {
|
@@ -50,15 +49,15 @@ type __VLS_TypePropsToRuntimeProps<T> = {
|
|
50
49
|
required: true;
|
51
50
|
};
|
52
51
|
};
|
53
|
-
type __VLS_WithDefaults<P, D> = {
|
52
|
+
declare type __VLS_WithDefaults<P, D> = {
|
54
53
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
55
54
|
default: D[K];
|
56
55
|
}> : P[K];
|
57
56
|
};
|
58
|
-
type __VLS_Prettify<T> = {
|
57
|
+
declare type __VLS_Prettify<T> = {
|
59
58
|
[K in keyof T]: T[K];
|
60
59
|
} & {};
|
61
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
60
|
+
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
62
61
|
new (): {
|
63
62
|
$slots: S;
|
64
63
|
};
|
@@ -1,42 +1,40 @@
|
|
1
|
-
import { Plugin } from 'vue';
|
2
|
-
|
3
|
-
export * from './
|
4
|
-
export * from './
|
5
|
-
export * from './
|
6
|
-
export * from './
|
7
|
-
export * from './
|
8
|
-
export * from './
|
9
|
-
export * from './
|
10
|
-
export * from './
|
11
|
-
export * from './
|
12
|
-
export * from './
|
13
|
-
export * from './
|
14
|
-
export * from './
|
15
|
-
export * from './
|
16
|
-
export * from './
|
17
|
-
export * from './
|
18
|
-
export * from './
|
19
|
-
export * from './
|
20
|
-
export * from './
|
21
|
-
export * from './
|
22
|
-
export * from './
|
23
|
-
export * from './
|
24
|
-
export * from './
|
25
|
-
export * from './
|
26
|
-
export * from './
|
27
|
-
export * from './
|
28
|
-
export * from './
|
29
|
-
export * from './
|
30
|
-
export * from './
|
31
|
-
export * from './
|
32
|
-
export * from './
|
33
|
-
export * from './
|
34
|
-
export * from './
|
35
|
-
export * from './
|
36
|
-
export * from './
|
37
|
-
export * from './
|
38
|
-
export * from './basic/pl-tooltip-plus';
|
39
|
-
export * from './shared/pl-mark-text';
|
1
|
+
import type { Plugin } from 'vue';
|
2
|
+
export * from './button';
|
3
|
+
export * from './currency-input';
|
4
|
+
export * from './pl-autocomplete';
|
5
|
+
export * from './pl-card';
|
6
|
+
export * from './pl-checkbox';
|
7
|
+
export * from './pl-checkbox-plus';
|
8
|
+
export * from './pl-date-picker';
|
9
|
+
export * from './pl-date-picker-legacy';
|
10
|
+
export * from './pl-date-picker-plus';
|
11
|
+
export * from './pl-dialog';
|
12
|
+
export * from './pl-form';
|
13
|
+
export * from './pl-icon';
|
14
|
+
export * from './pl-input';
|
15
|
+
export * from './pl-input-plus';
|
16
|
+
export * from './pl-link';
|
17
|
+
export * from './pl-multitab';
|
18
|
+
export * from './pl-radio';
|
19
|
+
export * from './pl-scrollbar';
|
20
|
+
export * from './pl-select';
|
21
|
+
export * from './pl-select-plus';
|
22
|
+
export * from './pl-skeleton';
|
23
|
+
export * from './pl-snackbar';
|
24
|
+
export * from './pl-stepper';
|
25
|
+
export * from './pl-suggestions';
|
26
|
+
export * from './pl-switch';
|
27
|
+
export * from './pl-tab-pane';
|
28
|
+
export * from './pl-table';
|
29
|
+
export * from './pl-table-plus';
|
30
|
+
export * from './pl-tabs';
|
31
|
+
export * from './pl-text';
|
32
|
+
export * from './pl-tooltip';
|
33
|
+
export * from './pl-upload';
|
34
|
+
export * from './pl-upload-legacy';
|
35
|
+
export * from './pl-upload-plus';
|
36
|
+
export * from './pl-tooltip-plus';
|
37
|
+
export * from './pl-mark-text';
|
40
38
|
export * from '../utils/formatCurrency';
|
41
39
|
export * from '../utils/declOfNum';
|
42
40
|
export * from '../utils/isEqual';
|
@@ -0,0 +1,87 @@
|
|
1
|
+
import type { App } from 'vue';
|
2
|
+
import plLoading from '../services/plLoading';
|
3
|
+
import loadingAndSetup from '../plugins/loading/loading';
|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
import type { IPlNotification } from './pl-snackbar/types';
|
11
|
+
declare const Storybook: {
|
12
|
+
apiJs: (optionsRequest: any, isGetResourse: boolean, token: any) => Promise<unknown>;
|
13
|
+
plLoading: typeof plLoading;
|
14
|
+
loader: typeof loadingAndSetup;
|
15
|
+
formatCurrency: import("../install-function").SFCInstallWithContext<(number: string | number, showDecimal?: boolean, digitCount?: number) => string>;
|
16
|
+
filters: import("../install-function").SFCInstallWithContext<() => {
|
17
|
+
capitalize(value: string): string;
|
18
|
+
displayDate(value: string | import("dayjs").Dayjs): string;
|
19
|
+
}>;
|
20
|
+
declOfNum: import("../install-function").SFCInstallWithContext<(value: number, words: string[]) => string>;
|
21
|
+
isEqual: import("../install-function").SFCInstallWithContext<(<T>(obj1: T, obj2: T) => boolean)>;
|
22
|
+
formatDate: import("../install-function").SFCInstallWithContext<(date: string, format: string) => string>;
|
23
|
+
deepSet: import("../install-function").SFCInstallWithContext<() => {
|
24
|
+
add: (o: any) => void;
|
25
|
+
}>;
|
26
|
+
dataParser: {
|
27
|
+
recipientBottomText: import("../install-function").SFCInstallWithContext<(response: any[], getBottomText: any) => any[]>;
|
28
|
+
innKppBottomText: import("../install-function").SFCInstallWithContext<(e: import('../utils/dadataParser').PartyElement) => string>;
|
29
|
+
innAddressBottomText: import("../install-function").SFCInstallWithContext<(e: import('../utils/dadataParser').PartyElement) => string>;
|
30
|
+
};
|
31
|
+
length: number;
|
32
|
+
toString(): string;
|
33
|
+
toLocaleString(): string;
|
34
|
+
pop(): import("vue").Plugin<any[]>;
|
35
|
+
push(...items: import("vue").Plugin<any[]>[]): number;
|
36
|
+
concat(...items: ConcatArray<import("vue").Plugin<any[]>>[]): import("vue").Plugin<any[]>[];
|
37
|
+
concat(...items: (import("vue").Plugin<any[]> | ConcatArray<import("vue").Plugin<any[]>>)[]): import("vue").Plugin<any[]>[];
|
38
|
+
join(separator?: string): string;
|
39
|
+
reverse(): import("vue").Plugin<any[]>[];
|
40
|
+
shift(): import("vue").Plugin<any[]>;
|
41
|
+
slice(start?: number, end?: number): import("vue").Plugin<any[]>[];
|
42
|
+
sort(compareFn?: (a: import("vue").Plugin<any[]>, b: import("vue").Plugin<any[]>) => number): import("vue").Plugin<any[]>[];
|
43
|
+
splice(start: number, deleteCount?: number): import("vue").Plugin<any[]>[];
|
44
|
+
splice(start: number, deleteCount: number, ...items: import("vue").Plugin<any[]>[]): import("vue").Plugin<any[]>[];
|
45
|
+
unshift(...items: import("vue").Plugin<any[]>[]): number;
|
46
|
+
indexOf(searchElement: import("vue").Plugin<any[]>, fromIndex?: number): number;
|
47
|
+
lastIndexOf(searchElement: import("vue").Plugin<any[]>, fromIndex?: number): number;
|
48
|
+
every<S extends import("vue").Plugin<any[]>>(predicate: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => value is S, thisArg?: any): this is S[];
|
49
|
+
every(predicate: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => unknown, thisArg?: any): boolean;
|
50
|
+
some(predicate: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => unknown, thisArg?: any): boolean;
|
51
|
+
forEach(callbackfn: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => void, thisArg?: any): void;
|
52
|
+
map<U>(callbackfn: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => U, thisArg?: any): U[];
|
53
|
+
filter<S_1 extends import("vue").Plugin<any[]>>(predicate: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => value is S_1, thisArg?: any): S_1[];
|
54
|
+
filter(predicate: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => unknown, thisArg?: any): import("vue").Plugin<any[]>[];
|
55
|
+
reduce(callbackfn: (previousValue: import("vue").Plugin<any[]>, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => import("vue").Plugin<any[]>): import("vue").Plugin<any[]>;
|
56
|
+
reduce(callbackfn: (previousValue: import("vue").Plugin<any[]>, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => import("vue").Plugin<any[]>, initialValue: import("vue").Plugin<any[]>): import("vue").Plugin<any[]>;
|
57
|
+
reduce<U_1>(callbackfn: (previousValue: U_1, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => U_1, initialValue: U_1): U_1;
|
58
|
+
reduceRight(callbackfn: (previousValue: import("vue").Plugin<any[]>, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => import("vue").Plugin<any[]>): import("vue").Plugin<any[]>;
|
59
|
+
reduceRight(callbackfn: (previousValue: import("vue").Plugin<any[]>, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => import("vue").Plugin<any[]>, initialValue: import("vue").Plugin<any[]>): import("vue").Plugin<any[]>;
|
60
|
+
reduceRight<U_2>(callbackfn: (previousValue: U_2, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => U_2, initialValue: U_2): U_2;
|
61
|
+
find<S_2 extends import("vue").Plugin<any[]>>(predicate: (this: void, value: import("vue").Plugin<any[]>, index: number, obj: import("vue").Plugin<any[]>[]) => value is S_2, thisArg?: any): S_2;
|
62
|
+
find(predicate: (value: import("vue").Plugin<any[]>, index: number, obj: import("vue").Plugin<any[]>[]) => unknown, thisArg?: any): import("vue").Plugin<any[]>;
|
63
|
+
findIndex(predicate: (value: import("vue").Plugin<any[]>, index: number, obj: import("vue").Plugin<any[]>[]) => unknown, thisArg?: any): number;
|
64
|
+
fill(value: import("vue").Plugin<any[]>, start?: number, end?: number): import("vue").Plugin<any[]>[];
|
65
|
+
copyWithin(target: number, start: number, end?: number): import("vue").Plugin<any[]>[];
|
66
|
+
entries(): IterableIterator<[number, import("vue").Plugin<any[]>]>;
|
67
|
+
keys(): IterableIterator<number>;
|
68
|
+
values(): IterableIterator<import("vue").Plugin<any[]>>;
|
69
|
+
includes(searchElement: import("vue").Plugin<any[]>, fromIndex?: number): boolean;
|
70
|
+
flatMap<U_3, This = undefined>(callback: (this: This, value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => U_3 | readonly U_3[], thisArg?: This): U_3[];
|
71
|
+
flat<A, D extends number = 1>(this: A, depth?: D): FlatArray<A, D>[];
|
72
|
+
at(index: number): import("vue").Plugin<any[]>;
|
73
|
+
[Symbol.iterator](): IterableIterator<import("vue").Plugin<any[]>>;
|
74
|
+
[Symbol.unscopables](): {
|
75
|
+
copyWithin: boolean;
|
76
|
+
entries: boolean;
|
77
|
+
fill: boolean;
|
78
|
+
find: boolean;
|
79
|
+
findIndex: boolean;
|
80
|
+
keys: boolean;
|
81
|
+
values: boolean;
|
82
|
+
};
|
83
|
+
install: (app: App) => void;
|
84
|
+
PlNotification: IPlNotification;
|
85
|
+
};
|
86
|
+
export * from './components';
|
87
|
+
export default Storybook;
|
@@ -1,6 +1,5 @@
|
|
1
|
-
import { IDropdownProps, IOption } from '../types';
|
2
|
-
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
|
1
|
+
import type { IDropdownProps, IOption } from '../types';
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
|
4
3
|
focus: boolean;
|
5
4
|
id: string;
|
6
5
|
helpertext: string;
|
@@ -12,9 +11,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
12
11
|
disableMarkerBottom: boolean;
|
13
12
|
suggestionList: () => any[];
|
14
13
|
uniqKey: string;
|
15
|
-
}>, {}, unknown, {}, {}, import(
|
14
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
16
15
|
"select-value": (...args: any[]) => void;
|
17
|
-
}, string, import(
|
16
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
|
18
17
|
focus: boolean;
|
19
18
|
id: string;
|
20
19
|
helpertext: string;
|
@@ -31,19 +30,19 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
31
30
|
}, {
|
32
31
|
id: string;
|
33
32
|
focus: boolean;
|
34
|
-
uniqKey: string;
|
35
|
-
helpertext: string;
|
36
33
|
query: string;
|
37
|
-
suggestionList: IOption[];
|
38
|
-
symbolsCountSearch: string | number;
|
39
34
|
disableMarkerBottom: boolean;
|
40
|
-
|
35
|
+
helpertext: string;
|
36
|
+
errors: import("async-validator").ValidateError[];
|
41
37
|
offsets: string;
|
42
38
|
loadingSuggestions: boolean;
|
39
|
+
symbolsCountSearch: string | number;
|
40
|
+
suggestionList: IOption[];
|
41
|
+
uniqKey: string;
|
43
42
|
}, {}>;
|
44
43
|
export default _default;
|
45
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
46
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
44
|
+
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
45
|
+
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
47
46
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
48
47
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
49
48
|
} : {
|
@@ -51,11 +50,11 @@ type __VLS_TypePropsToRuntimeProps<T> = {
|
|
51
50
|
required: true;
|
52
51
|
};
|
53
52
|
};
|
54
|
-
type __VLS_WithDefaults<P, D> = {
|
53
|
+
declare type __VLS_WithDefaults<P, D> = {
|
55
54
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
56
55
|
default: D[K];
|
57
56
|
}> : P[K];
|
58
57
|
};
|
59
|
-
type __VLS_Prettify<T> = {
|
58
|
+
declare type __VLS_Prettify<T> = {
|
60
59
|
[K in keyof T]: T[K];
|
61
60
|
} & {};
|
package/dist/components/{form/pl-autocomplete → pl-autocomplete}/components/pl-default.vue.d.ts
RENAMED
@@ -1,6 +1,5 @@
|
|
1
|
-
import { IAutocompleteDefaultProps } from '../types';
|
2
|
-
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteDefaultProps>, {
|
1
|
+
import type { IAutocompleteDefaultProps } from '../types';
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteDefaultProps>, {
|
4
3
|
prop: string;
|
5
4
|
modelValue: string;
|
6
5
|
placeholder: string;
|
@@ -10,12 +9,12 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
10
9
|
showError: number;
|
11
10
|
leftIcon: string;
|
12
11
|
memoryBlur: boolean;
|
13
|
-
}>, {}, unknown, {}, {}, import(
|
12
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
14
13
|
reset: (...args: any[]) => void;
|
15
14
|
"update:modelValue": (...args: any[]) => void;
|
16
15
|
tabDown: (...args: any[]) => void;
|
17
16
|
focusEmit: (...args: any[]) => void;
|
18
|
-
}, string, import(
|
17
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteDefaultProps>, {
|
19
18
|
prop: string;
|
20
19
|
modelValue: string;
|
21
20
|
placeholder: string;
|
@@ -31,19 +30,19 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
31
30
|
onTabDown?: (...args: any[]) => any;
|
32
31
|
onFocusEmit?: (...args: any[]) => any;
|
33
32
|
}, {
|
33
|
+
id: string;
|
34
34
|
disabled: boolean;
|
35
35
|
modelValue: string;
|
36
|
-
id: string;
|
37
|
-
placeholder: string;
|
38
36
|
prop: string;
|
39
|
-
|
37
|
+
placeholder: string;
|
40
38
|
clearable: boolean;
|
41
|
-
memoryBlur: boolean;
|
42
39
|
showError: number;
|
40
|
+
leftIcon: import("../../pl-icon").TIcon;
|
41
|
+
memoryBlur: boolean;
|
43
42
|
}, {}>;
|
44
43
|
export default _default;
|
45
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
46
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
44
|
+
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
45
|
+
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
47
46
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
48
47
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
49
48
|
} : {
|
@@ -51,11 +50,11 @@ type __VLS_TypePropsToRuntimeProps<T> = {
|
|
51
50
|
required: true;
|
52
51
|
};
|
53
52
|
};
|
54
|
-
type __VLS_WithDefaults<P, D> = {
|
53
|
+
declare type __VLS_WithDefaults<P, D> = {
|
55
54
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
56
55
|
default: D[K];
|
57
56
|
}> : P[K];
|
58
57
|
};
|
59
|
-
type __VLS_Prettify<T> = {
|
58
|
+
declare type __VLS_Prettify<T> = {
|
60
59
|
[K in keyof T]: T[K];
|
61
60
|
} & {};
|