@factoringplus/pl-components-pack-v3 1.2.26 → 1.2.27-pre-02
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -17
- package/dist/components/{button → basic/pl-button}/index.d.ts +56 -55
- package/dist/components/{button → basic/pl-button}/pl-button.vue.d.ts +12 -11
- package/dist/components/{button → basic/pl-button}/types/index.d.ts +2 -1
- package/dist/components/{pl-dialog → basic/pl-dialog}/index.d.ts +2 -1
- package/dist/components/{pl-dialog → basic/pl-dialog}/pl-dialog-plus.vue.d.ts +15 -17
- package/dist/components/{pl-link → basic/pl-link}/index.d.ts +2 -1
- package/dist/components/{pl-link → basic/pl-link}/pl-link.vue.d.ts +7 -7
- package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/index.d.ts +2 -1
- package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/pl-scrollbar.vue.d.ts +8 -8
- package/dist/components/{pl-skeleton → basic/pl-skeleton}/index.d.ts +2 -1
- package/dist/components/{pl-skeleton → basic/pl-skeleton}/pl-skeleton.vue.d.ts +7 -7
- package/dist/components/{pl-tooltip-plus → basic/pl-tooltip-plus}/index.d.ts +2 -1
- package/dist/components/{pl-tooltip-plus → basic/pl-tooltip-plus}/pl-tooltip-plus.vue.d.ts +8 -8
- package/dist/components/components.d.ts +39 -37
- package/dist/components/{pl-card → data/pl-card}/index.d.ts +2 -1
- package/dist/components/{pl-multitab → data/pl-multitab}/components/pl-tab-card.vue.d.ts +10 -9
- package/dist/components/{pl-multitab → data/pl-multitab}/index.d.ts +2 -1
- package/dist/components/{pl-multitab → data/pl-multitab}/pl-multitab.vue.d.ts +9 -8
- package/dist/components/{pl-multitab → data/pl-multitab}/types/index.d.ts +2 -1
- package/dist/components/{pl-snackbar → data/pl-snackbar}/index.d.ts +2 -1
- package/dist/components/{pl-snackbar → data/pl-snackbar}/pl-snackbar.vue.d.ts +9 -14
- package/dist/components/data/pl-snackbar/renderSnackbar.d.ts +4 -0
- package/dist/components/data/pl-snackbar/types.d.ts +26 -0
- package/dist/components/{pl-stepper → data/pl-stepper}/index.d.ts +2 -1
- package/dist/components/data/pl-stepper/pl-stepper.vue.d.ts +57 -0
- package/dist/components/{pl-table-plus → data/pl-table-plus}/components/row-mask.vue.d.ts +6 -6
- package/dist/components/{pl-table-plus → data/pl-table-plus}/index.d.ts +2 -1
- package/dist/components/{pl-table-plus → data/pl-table-plus}/pl-table-plus.vue.d.ts +9 -9
- package/dist/components/data/pl-tabs/components/pl-tab-counter.vue.d.ts +21 -0
- package/dist/components/{pl-tabs → data/pl-tabs}/components/pl-tab.vue.d.ts +8 -7
- package/dist/components/{pl-tabs → data/pl-tabs}/index.d.ts +2 -1
- package/dist/components/{pl-tabs → data/pl-tabs}/pl-tabs.vue.d.ts +7 -7
- package/dist/components/{currency-input → deprecated/currency-input}/index.d.ts +2 -1
- package/dist/components/{pl-checkbox → deprecated/pl-checkbox}/index.d.ts +2 -1
- package/dist/components/{pl-date-picker → deprecated/pl-date-picker}/index.d.ts +2 -1
- package/dist/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +77 -0
- package/dist/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +72 -0
- package/dist/components/{pl-date-picker-legacy → deprecated/pl-date-picker-legacy}/index.d.ts +2 -1
- package/dist/components/deprecated/pl-dialog/index.d.ts +6 -0
- package/dist/components/{pl-dialog → deprecated/pl-dialog}/pl-dialog.vue.d.ts +11 -11
- package/dist/components/{pl-form-item → deprecated/pl-form-item}/index.d.ts +2 -1
- package/dist/components/{pl-input → deprecated/pl-input}/index.d.ts +2 -1
- package/dist/components/{pl-input-native → deprecated/pl-input-native}/index.d.ts +2 -1
- package/dist/components/{pl-select → deprecated/pl-select}/index.d.ts +2 -1
- package/dist/components/deprecated/pl-select/pl-select.vue.d.ts +147 -0
- package/dist/components/{pl-suggestions → deprecated/pl-suggestions}/index.d.ts +2 -1
- package/dist/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +112 -0
- package/dist/components/{pl-table → deprecated/pl-table}/index.d.ts +2 -1
- package/dist/components/deprecated/pl-table/pl-table.vue.d.ts +133 -0
- package/dist/components/{pl-tooltip → deprecated/pl-tooltip}/index.d.ts +2 -1
- package/dist/components/{pl-tooltip → deprecated/pl-tooltip}/pl-tooltip.vue.d.ts +7 -7
- package/dist/components/{pl-upload → deprecated/pl-upload}/index.d.ts +2 -1
- package/dist/components/deprecated/pl-upload/pl-upload.vue.d.ts +124 -0
- package/dist/components/{pl-upload-legacy → deprecated/pl-upload-legacy}/index.d.ts +2 -1
- package/dist/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +112 -0
- package/dist/components/{pl-autocomplete → form/pl-autocomplete}/components/pl-autocomplete-dropdown.vue.d.ts +14 -13
- package/dist/components/{pl-autocomplete → form/pl-autocomplete}/components/pl-default.vue.d.ts +13 -12
- package/dist/components/{pl-autocomplete → form/pl-autocomplete}/index.d.ts +2 -1
- package/dist/components/{pl-autocomplete → form/pl-autocomplete}/pl-autocompete.vue.d.ts +21 -20
- package/dist/components/{pl-autocomplete → form/pl-autocomplete}/types/index.d.ts +3 -2
- package/dist/components/{pl-checkbox-plus → form/pl-checkbox-plus}/index.d.ts +2 -1
- package/dist/components/{pl-checkbox-plus → form/pl-checkbox-plus}/pl-checkbox-plus.vue.d.ts +4 -4
- package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/components/PlDatePickerRangeWrapper.vue.d.ts +12 -15
- package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/components/PlDatePickerWrapper.vue.d.ts +10 -13
- package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/types/index.d.ts +2 -2
- package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/utils/wrapperFunctions.d.ts +5 -4
- package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/index.d.ts +2 -1
- package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +16 -15
- package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +16 -15
- package/dist/components/{pl-form → form/pl-form}/index.d.ts +2 -1
- package/dist/components/{pl-form → form/pl-form}/pl-form.vue.d.ts +10 -9
- package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-currency.vue.d.ts +11 -10
- package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-default.vue.d.ts +18 -17
- package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-password.vue.d.ts +11 -10
- package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-textarea.vue.d.ts +11 -10
- package/dist/components/{pl-input-plus → form/pl-input-plus}/index.d.ts +2 -1
- package/dist/components/{pl-input-plus → form/pl-input-plus}/pl-input-plus.vue.d.ts +21 -20
- package/dist/components/{pl-input-plus → form/pl-input-plus}/types/index.d.ts +5 -4
- package/dist/components/{pl-multi-select → form/pl-multi-select}/components/pl-default.vue.d.ts +13 -12
- package/dist/components/{pl-multi-select → form/pl-multi-select}/components/pl-multi-select-dropdown.vue.d.ts +11 -10
- package/dist/components/{pl-multi-select → form/pl-multi-select}/index.d.ts +2 -1
- package/dist/components/{pl-multi-select → form/pl-multi-select}/pl-multi-select.vue.d.ts +14 -13
- package/dist/components/{pl-multi-select → form/pl-multi-select}/types/index.d.ts +3 -2
- package/dist/components/{pl-radio → form/pl-radio}/index.d.ts +2 -1
- package/dist/components/{pl-radio → form/pl-radio}/pl-radio.vue.d.ts +3 -3
- package/dist/components/form/pl-select-plus/components/pl-account.vue.d.ts +68 -0
- package/dist/components/{pl-select-plus → form/pl-select-plus}/components/pl-default.vue.d.ts +14 -13
- package/dist/components/{pl-select-plus → form/pl-select-plus}/components/pl-select-dropdown.vue.d.ts +11 -10
- package/dist/components/{pl-select-plus → form/pl-select-plus}/index.d.ts +2 -1
- package/dist/components/{pl-select-plus → form/pl-select-plus}/pl-select-plus.vue.d.ts +15 -14
- package/dist/components/{pl-select-plus → form/pl-select-plus}/types/index.d.ts +3 -2
- package/dist/components/{pl-switch → form/pl-switch}/index.d.ts +2 -1
- package/dist/components/{pl-switch → form/pl-switch}/pl-switch.vue.d.ts +3 -3
- package/dist/components/{pl-upload-plus → form/pl-upload-plus}/index.d.ts +2 -1
- package/dist/components/{pl-upload-plus → form/pl-upload-plus}/pl-upload-plus.vue.d.ts +14 -14
- package/dist/components/form/pl-upload-plus/types/FileExtension.d.ts +1 -0
- package/dist/components/{pl-icon → shared/pl-icon}/index.d.ts +3 -2
- package/dist/components/shared/pl-icon/pl-icon.vue.d.ts +13 -0
- package/dist/components/shared/pl-icon/types/index.d.ts +3 -0
- package/dist/components/{pl-label → shared/pl-label}/pl-label.vue.d.ts +3 -3
- package/dist/components/shared/pl-mark-text/index.d.ts +16 -0
- package/dist/components/shared/pl-mark-text/pl-mark-text.vue.d.ts +16 -0
- package/dist/components/{pl-option → shared/pl-option}/index.d.ts +2 -1
- package/dist/components/{pl-option → shared/pl-option}/pl-option.vue.d.ts +7 -7
- package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/index.d.ts +2 -1
- package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/pl-tab-pane.vue.d.ts +10 -9
- package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/types/index.d.ts +2 -1
- package/dist/components/{pl-tags/pl-tags.vue.d.ts → shared/pl-tags-chips/pl-tags-chips.vue.d.ts} +8 -8
- package/dist/components/shared/pl-text/components/pl-body1.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-body2.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-body3.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-bodyu.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-btn1.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-btn2.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-btn3.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-cap.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-h1.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-h2.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-h3.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-h4.vue.d.ts +21 -0
- package/dist/components/shared/pl-text/components/pl-sub1.vue.d.ts +17 -0
- package/dist/components/shared/pl-text/components/pl-sub2.vue.d.ts +17 -0
- package/dist/components/shared/pl-text/components/pl-system.vue.d.ts +17 -0
- package/dist/components/shared/pl-text/components/pl-tag.vue.d.ts +17 -0
- package/dist/components/shared/pl-text/components/pl-title1.vue.d.ts +17 -0
- package/dist/components/shared/pl-text/components/pl-title2.vue.d.ts +17 -0
- package/dist/components/shared/pl-text/components/pl-title3.vue.d.ts +17 -0
- package/dist/components/{pl-text → shared/pl-text}/index.d.ts +2 -1
- package/dist/directives/index.d.ts +3 -1
- package/dist/directives/vInfiniteScroll/vInfiniteScroll.d.ts +2 -1
- package/dist/directives/vLoading.d.ts +2 -1
- package/dist/directives/vTap.d.ts +2 -1
- package/dist/directives/vTouchOutside.d.ts +2 -1
- package/dist/install-function/index.d.ts +4 -3
- package/dist/pl-components-pack-v3.d.ts +0 -2
- package/dist/pl-components-pack-v3.es.js +15722 -15851
- package/dist/pl-components-pack-v3.umd.js +44 -45
- package/dist/plugins/filters.d.ts +5 -3
- package/dist/plugins/loading/loading.d.ts +3 -1
- package/dist/services/plLoading.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/dadataParser.d.ts +2 -1
- package/dist/utils/deepSet.d.ts +3 -2
- package/dist/utils/formatAccount.d.ts +1 -1
- package/dist/utils/getSourceCode.d.ts +4 -1
- package/package.json +67 -79
- package/dist/components/entry.d.ts +0 -87
- package/dist/components/pl-icon/pl-icon.vue.d.ts +0 -12
- package/dist/components/pl-icon/types/index.d.ts +0 -2
- package/dist/components/pl-mark-text/index.d.ts +0 -2
- package/dist/components/pl-snackbar/renderSnackbar.d.ts +0 -4
- package/dist/components/pl-snackbar/types.d.ts +0 -21
- package/dist/components/pl-tabs/components/pl-tab-counter.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-body1.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-body2.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-body3.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-bodyu.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-btn1.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-btn2.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-btn3.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-cap.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-h1.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-h2.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-h3.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-h4.vue.d.ts +0 -21
- package/dist/components/pl-text/components/pl-sub1.vue.d.ts +0 -17
- package/dist/components/pl-text/components/pl-sub2.vue.d.ts +0 -17
- package/dist/components/pl-text/components/pl-system.vue.d.ts +0 -17
- package/dist/components/pl-text/components/pl-tag.vue.d.ts +0 -17
- package/dist/components/pl-text/components/pl-title1.vue.d.ts +0 -17
- package/dist/components/pl-text/components/pl-title2.vue.d.ts +0 -17
- package/dist/components/pl-text/components/pl-title3.vue.d.ts +0 -17
- package/dist/components/pl-upload-plus/types/FileExtension.d.ts +0 -1
- package/dist/mockServiceWorker.js +0 -364
- /package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/utils/getSizeWithUnits.d.ts +0 -0
- /package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/constants.d.ts +0 -0
- /package/dist/components/{pl-icon → shared/pl-icon}/types/iconsType.d.ts +0 -0
@@ -0,0 +1,133 @@
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
2
|
+
modelValue: {
|
3
|
+
type: ArrayConstructor;
|
4
|
+
default: () => any;
|
5
|
+
};
|
6
|
+
hasPagination: {
|
7
|
+
type: BooleanConstructor;
|
8
|
+
default: () => boolean;
|
9
|
+
};
|
10
|
+
form: {
|
11
|
+
type: ObjectConstructor;
|
12
|
+
default: () => {
|
13
|
+
pageNumber: number;
|
14
|
+
pageSize: number;
|
15
|
+
};
|
16
|
+
};
|
17
|
+
total: {
|
18
|
+
type: NumberConstructor;
|
19
|
+
default: number;
|
20
|
+
};
|
21
|
+
pageSizes: {
|
22
|
+
type: ArrayConstructor;
|
23
|
+
default: () => number[];
|
24
|
+
};
|
25
|
+
isTotalVisible: {
|
26
|
+
type: BooleanConstructor;
|
27
|
+
default: boolean;
|
28
|
+
};
|
29
|
+
uniqKeyOfSelectedRow: {
|
30
|
+
type: StringConstructor;
|
31
|
+
};
|
32
|
+
layout: {
|
33
|
+
type: StringConstructor;
|
34
|
+
default: string;
|
35
|
+
};
|
36
|
+
toggleRowSelection: {
|
37
|
+
trype: ArrayConstructor;
|
38
|
+
default: () => any[];
|
39
|
+
};
|
40
|
+
noDataText: {
|
41
|
+
type: StringConstructor;
|
42
|
+
default: string;
|
43
|
+
};
|
44
|
+
hideOnSinglePage: {
|
45
|
+
type: BooleanConstructor;
|
46
|
+
default: boolean;
|
47
|
+
};
|
48
|
+
showSelected: {
|
49
|
+
type: BooleanConstructor;
|
50
|
+
default: boolean;
|
51
|
+
};
|
52
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
53
|
+
action: (...args: any[]) => void;
|
54
|
+
"selected-rows": (...args: any[]) => void;
|
55
|
+
"update:toggleRowSelection": (...args: any[]) => void;
|
56
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
57
|
+
modelValue: {
|
58
|
+
type: ArrayConstructor;
|
59
|
+
default: () => any;
|
60
|
+
};
|
61
|
+
hasPagination: {
|
62
|
+
type: BooleanConstructor;
|
63
|
+
default: () => boolean;
|
64
|
+
};
|
65
|
+
form: {
|
66
|
+
type: ObjectConstructor;
|
67
|
+
default: () => {
|
68
|
+
pageNumber: number;
|
69
|
+
pageSize: number;
|
70
|
+
};
|
71
|
+
};
|
72
|
+
total: {
|
73
|
+
type: NumberConstructor;
|
74
|
+
default: number;
|
75
|
+
};
|
76
|
+
pageSizes: {
|
77
|
+
type: ArrayConstructor;
|
78
|
+
default: () => number[];
|
79
|
+
};
|
80
|
+
isTotalVisible: {
|
81
|
+
type: BooleanConstructor;
|
82
|
+
default: boolean;
|
83
|
+
};
|
84
|
+
uniqKeyOfSelectedRow: {
|
85
|
+
type: StringConstructor;
|
86
|
+
};
|
87
|
+
layout: {
|
88
|
+
type: StringConstructor;
|
89
|
+
default: string;
|
90
|
+
};
|
91
|
+
toggleRowSelection: {
|
92
|
+
trype: ArrayConstructor;
|
93
|
+
default: () => any[];
|
94
|
+
};
|
95
|
+
noDataText: {
|
96
|
+
type: StringConstructor;
|
97
|
+
default: string;
|
98
|
+
};
|
99
|
+
hideOnSinglePage: {
|
100
|
+
type: BooleanConstructor;
|
101
|
+
default: boolean;
|
102
|
+
};
|
103
|
+
showSelected: {
|
104
|
+
type: BooleanConstructor;
|
105
|
+
default: boolean;
|
106
|
+
};
|
107
|
+
}>> & {
|
108
|
+
onAction?: (...args: any[]) => any;
|
109
|
+
"onSelected-rows"?: (...args: any[]) => any;
|
110
|
+
"onUpdate:toggleRowSelection"?: (...args: any[]) => any;
|
111
|
+
}, {
|
112
|
+
form: Record<string, any>;
|
113
|
+
modelValue: unknown[];
|
114
|
+
noDataText: string;
|
115
|
+
hasPagination: boolean;
|
116
|
+
total: number;
|
117
|
+
pageSizes: unknown[];
|
118
|
+
isTotalVisible: boolean;
|
119
|
+
layout: string;
|
120
|
+
toggleRowSelection: any[];
|
121
|
+
hideOnSinglePage: boolean;
|
122
|
+
showSelected: boolean;
|
123
|
+
}, {}>, {
|
124
|
+
default?(_: {}): any;
|
125
|
+
empty?(_: {}): any;
|
126
|
+
actions?(_: {}): any;
|
127
|
+
}>;
|
128
|
+
export default _default;
|
129
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
130
|
+
new (): {
|
131
|
+
$slots: S;
|
132
|
+
};
|
133
|
+
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
2
2
|
modelValue: {
|
3
3
|
type: StringConstructor;
|
4
4
|
required: false;
|
@@ -12,14 +12,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
12
12
|
default: string;
|
13
13
|
};
|
14
14
|
trigger: {
|
15
|
-
type: () => "click" | "
|
15
|
+
type: () => "click" | "hover" | "contextmenu" | "focus";
|
16
16
|
default: string;
|
17
17
|
};
|
18
18
|
hideAfter: {
|
19
19
|
type: NumberConstructor;
|
20
20
|
default: number;
|
21
21
|
};
|
22
|
-
}, {}, unknown, {}, {}, import(
|
22
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
23
23
|
modelValue: {
|
24
24
|
type: StringConstructor;
|
25
25
|
required: false;
|
@@ -33,7 +33,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
33
33
|
default: string;
|
34
34
|
};
|
35
35
|
trigger: {
|
36
|
-
type: () => "click" | "
|
36
|
+
type: () => "click" | "hover" | "contextmenu" | "focus";
|
37
37
|
default: string;
|
38
38
|
};
|
39
39
|
hideAfter: {
|
@@ -41,15 +41,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
41
41
|
default: number;
|
42
42
|
};
|
43
43
|
}>>, {
|
44
|
-
trigger: "click" | "
|
45
|
-
customClass: string;
|
44
|
+
trigger: "click" | "hover" | "contextmenu" | "focus";
|
46
45
|
position: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
46
|
+
customClass: string;
|
47
47
|
hideAfter: number;
|
48
48
|
}, {}>, {
|
49
49
|
default?(_: {}): any;
|
50
50
|
}>;
|
51
51
|
export default _default;
|
52
|
-
|
52
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
53
53
|
new (): {
|
54
54
|
$slots: S;
|
55
55
|
};
|
@@ -0,0 +1,124 @@
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
2
|
+
drag: {
|
3
|
+
type: BooleanConstructor;
|
4
|
+
default: boolean;
|
5
|
+
};
|
6
|
+
multiple: {
|
7
|
+
type: BooleanConstructor;
|
8
|
+
default: boolean;
|
9
|
+
};
|
10
|
+
accept: {
|
11
|
+
type: StringConstructor;
|
12
|
+
default: string;
|
13
|
+
};
|
14
|
+
fileSize: {
|
15
|
+
type: NumberConstructor;
|
16
|
+
default: number;
|
17
|
+
};
|
18
|
+
modelValue: {
|
19
|
+
type: ArrayConstructor;
|
20
|
+
default: () => any[];
|
21
|
+
};
|
22
|
+
header: {
|
23
|
+
type: BooleanConstructor;
|
24
|
+
default: boolean;
|
25
|
+
};
|
26
|
+
main: {
|
27
|
+
type: BooleanConstructor;
|
28
|
+
default: boolean;
|
29
|
+
};
|
30
|
+
height: {
|
31
|
+
type: StringConstructor;
|
32
|
+
default: string;
|
33
|
+
};
|
34
|
+
limit: {
|
35
|
+
type: NumberConstructor;
|
36
|
+
default: number;
|
37
|
+
};
|
38
|
+
onPreview: {
|
39
|
+
type: FunctionConstructor;
|
40
|
+
required: false;
|
41
|
+
};
|
42
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
43
|
+
"update:modelValue": (...args: any[]) => void;
|
44
|
+
"on-files-not-attached": (...args: any[]) => void;
|
45
|
+
"on-file-not-accept": (...args: any[]) => void;
|
46
|
+
"on-file-size-exceeded": (...args: any[]) => void;
|
47
|
+
"on-file-empty": (...args: any[]) => void;
|
48
|
+
"on-file-not-limit": (...args: any[]) => void;
|
49
|
+
"on-change": (...args: any[]) => void;
|
50
|
+
"on-preview": (...args: any[]) => void;
|
51
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
52
|
+
drag: {
|
53
|
+
type: BooleanConstructor;
|
54
|
+
default: boolean;
|
55
|
+
};
|
56
|
+
multiple: {
|
57
|
+
type: BooleanConstructor;
|
58
|
+
default: boolean;
|
59
|
+
};
|
60
|
+
accept: {
|
61
|
+
type: StringConstructor;
|
62
|
+
default: string;
|
63
|
+
};
|
64
|
+
fileSize: {
|
65
|
+
type: NumberConstructor;
|
66
|
+
default: number;
|
67
|
+
};
|
68
|
+
modelValue: {
|
69
|
+
type: ArrayConstructor;
|
70
|
+
default: () => any[];
|
71
|
+
};
|
72
|
+
header: {
|
73
|
+
type: BooleanConstructor;
|
74
|
+
default: boolean;
|
75
|
+
};
|
76
|
+
main: {
|
77
|
+
type: BooleanConstructor;
|
78
|
+
default: boolean;
|
79
|
+
};
|
80
|
+
height: {
|
81
|
+
type: StringConstructor;
|
82
|
+
default: string;
|
83
|
+
};
|
84
|
+
limit: {
|
85
|
+
type: NumberConstructor;
|
86
|
+
default: number;
|
87
|
+
};
|
88
|
+
onPreview: {
|
89
|
+
type: FunctionConstructor;
|
90
|
+
required: false;
|
91
|
+
};
|
92
|
+
}>> & {
|
93
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
94
|
+
"onOn-files-not-attached"?: (...args: any[]) => any;
|
95
|
+
"onOn-file-not-accept"?: (...args: any[]) => any;
|
96
|
+
"onOn-file-size-exceeded"?: (...args: any[]) => any;
|
97
|
+
"onOn-file-empty"?: (...args: any[]) => any;
|
98
|
+
"onOn-file-not-limit"?: (...args: any[]) => any;
|
99
|
+
"onOn-change"?: (...args: any[]) => any;
|
100
|
+
"onOn-preview"?: (...args: any[]) => any;
|
101
|
+
}, {
|
102
|
+
header: boolean;
|
103
|
+
main: boolean;
|
104
|
+
modelValue: unknown[];
|
105
|
+
drag: boolean;
|
106
|
+
height: string;
|
107
|
+
accept: string;
|
108
|
+
multiple: boolean;
|
109
|
+
fileSize: number;
|
110
|
+
limit: number;
|
111
|
+
}, {}>, {
|
112
|
+
header?(_: {}): any;
|
113
|
+
main?(_: {}): any;
|
114
|
+
footer?(_: {}): any;
|
115
|
+
file?(_: {
|
116
|
+
file: any;
|
117
|
+
}): any;
|
118
|
+
}>;
|
119
|
+
export default _default;
|
120
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
121
|
+
new (): {
|
122
|
+
$slots: S;
|
123
|
+
};
|
124
|
+
};
|
@@ -0,0 +1,112 @@
|
|
1
|
+
import { UploadUserFile } from 'element-plus';
|
2
|
+
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
4
|
+
modelValue: UploadUserFile[];
|
5
|
+
requestConfig: object;
|
6
|
+
responseKeys: string;
|
7
|
+
drag: boolean;
|
8
|
+
multiple: boolean;
|
9
|
+
buttonText: string;
|
10
|
+
accept: string;
|
11
|
+
fileSize: number;
|
12
|
+
header: boolean;
|
13
|
+
main: boolean;
|
14
|
+
large: boolean;
|
15
|
+
}>, {
|
16
|
+
modelValue: () => any[];
|
17
|
+
requestConfig: any;
|
18
|
+
responseKeys: string;
|
19
|
+
drag: boolean;
|
20
|
+
multiple: boolean;
|
21
|
+
buttonText: string;
|
22
|
+
accept: string;
|
23
|
+
fileSize: number;
|
24
|
+
header: boolean;
|
25
|
+
main: boolean;
|
26
|
+
large: boolean;
|
27
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
28
|
+
input: (...args: any[]) => void;
|
29
|
+
"on-files-not-attached": (...args: any[]) => void;
|
30
|
+
"on-file-not-accept": (...args: any[]) => void;
|
31
|
+
"on-file-size-exceeded": (...args: any[]) => void;
|
32
|
+
"on-file-empty": (...args: any[]) => void;
|
33
|
+
"on-change": (...args: any[]) => void;
|
34
|
+
"on-success": (...args: any[]) => void;
|
35
|
+
"on-error": (...args: any[]) => void;
|
36
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
37
|
+
modelValue: UploadUserFile[];
|
38
|
+
requestConfig: object;
|
39
|
+
responseKeys: string;
|
40
|
+
drag: boolean;
|
41
|
+
multiple: boolean;
|
42
|
+
buttonText: string;
|
43
|
+
accept: string;
|
44
|
+
fileSize: number;
|
45
|
+
header: boolean;
|
46
|
+
main: boolean;
|
47
|
+
large: boolean;
|
48
|
+
}>, {
|
49
|
+
modelValue: () => any[];
|
50
|
+
requestConfig: any;
|
51
|
+
responseKeys: string;
|
52
|
+
drag: boolean;
|
53
|
+
multiple: boolean;
|
54
|
+
buttonText: string;
|
55
|
+
accept: string;
|
56
|
+
fileSize: number;
|
57
|
+
header: boolean;
|
58
|
+
main: boolean;
|
59
|
+
large: boolean;
|
60
|
+
}>>> & {
|
61
|
+
onInput?: (...args: any[]) => any;
|
62
|
+
"onOn-files-not-attached"?: (...args: any[]) => any;
|
63
|
+
"onOn-file-not-accept"?: (...args: any[]) => any;
|
64
|
+
"onOn-file-size-exceeded"?: (...args: any[]) => any;
|
65
|
+
"onOn-file-empty"?: (...args: any[]) => any;
|
66
|
+
"onOn-change"?: (...args: any[]) => any;
|
67
|
+
"onOn-success"?: (...args: any[]) => any;
|
68
|
+
"onOn-error"?: (...args: any[]) => any;
|
69
|
+
}, {
|
70
|
+
header: boolean;
|
71
|
+
main: boolean;
|
72
|
+
large: boolean;
|
73
|
+
modelValue: UploadUserFile[];
|
74
|
+
drag: boolean;
|
75
|
+
accept: string;
|
76
|
+
multiple: boolean;
|
77
|
+
fileSize: number;
|
78
|
+
requestConfig: object;
|
79
|
+
responseKeys: string;
|
80
|
+
buttonText: string;
|
81
|
+
}, {}>, {
|
82
|
+
header?(_: {}): any;
|
83
|
+
main?(_: {}): any;
|
84
|
+
button?(_: {}): any;
|
85
|
+
footer?(_: {}): any;
|
86
|
+
file?(_: {
|
87
|
+
file: any;
|
88
|
+
}): any;
|
89
|
+
}>;
|
90
|
+
export default _default;
|
91
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
92
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
93
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
94
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
95
|
+
} : {
|
96
|
+
type: import('vue').PropType<T[K]>;
|
97
|
+
required: true;
|
98
|
+
};
|
99
|
+
};
|
100
|
+
type __VLS_WithDefaults<P, D> = {
|
101
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
102
|
+
default: D[K];
|
103
|
+
}> : P[K];
|
104
|
+
};
|
105
|
+
type __VLS_Prettify<T> = {
|
106
|
+
[K in keyof T]: T[K];
|
107
|
+
} & {};
|
108
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
109
|
+
new (): {
|
110
|
+
$slots: S;
|
111
|
+
};
|
112
|
+
};
|
@@ -1,5 +1,6 @@
|
|
1
|
-
import
|
2
|
-
|
1
|
+
import { IDropdownProps, IOption } from '../types';
|
2
|
+
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
|
3
4
|
focus: boolean;
|
4
5
|
id: string;
|
5
6
|
helpertext: string;
|
@@ -11,9 +12,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
11
12
|
disableMarkerBottom: boolean;
|
12
13
|
suggestionList: () => any[];
|
13
14
|
uniqKey: string;
|
14
|
-
}>, {}, unknown, {}, {}, import(
|
15
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
15
16
|
"select-value": (...args: any[]) => void;
|
16
|
-
}, string, import(
|
17
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
|
17
18
|
focus: boolean;
|
18
19
|
id: string;
|
19
20
|
helpertext: string;
|
@@ -30,19 +31,19 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
30
31
|
}, {
|
31
32
|
id: string;
|
32
33
|
focus: boolean;
|
34
|
+
uniqKey: string;
|
35
|
+
helpertext: string;
|
33
36
|
query: string;
|
37
|
+
suggestionList: IOption[];
|
38
|
+
symbolsCountSearch: string | number;
|
34
39
|
disableMarkerBottom: boolean;
|
35
|
-
|
36
|
-
errors: import("async-validator").ValidateError[];
|
40
|
+
errors: import('async-validator').ValidateError[];
|
37
41
|
offsets: string;
|
38
42
|
loadingSuggestions: boolean;
|
39
|
-
symbolsCountSearch: string | number;
|
40
|
-
suggestionList: IOption[];
|
41
|
-
uniqKey: string;
|
42
43
|
}, {}>;
|
43
44
|
export default _default;
|
44
|
-
|
45
|
-
|
45
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
46
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
46
47
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
47
48
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
48
49
|
} : {
|
@@ -50,11 +51,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
50
51
|
required: true;
|
51
52
|
};
|
52
53
|
};
|
53
|
-
|
54
|
+
type __VLS_WithDefaults<P, D> = {
|
54
55
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
55
56
|
default: D[K];
|
56
57
|
}> : P[K];
|
57
58
|
};
|
58
|
-
|
59
|
+
type __VLS_Prettify<T> = {
|
59
60
|
[K in keyof T]: T[K];
|
60
61
|
} & {};
|
package/dist/components/{pl-autocomplete → form/pl-autocomplete}/components/pl-default.vue.d.ts
RENAMED
@@ -1,5 +1,6 @@
|
|
1
|
-
import
|
2
|
-
|
1
|
+
import { IAutocompleteDefaultProps } from '../types';
|
2
|
+
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteDefaultProps>, {
|
3
4
|
prop: string;
|
4
5
|
modelValue: string;
|
5
6
|
placeholder: string;
|
@@ -9,12 +10,12 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
9
10
|
showError: number;
|
10
11
|
leftIcon: string;
|
11
12
|
memoryBlur: boolean;
|
12
|
-
}>, {}, unknown, {}, {}, import(
|
13
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
13
14
|
reset: (...args: any[]) => void;
|
14
15
|
"update:modelValue": (...args: any[]) => void;
|
15
16
|
tabDown: (...args: any[]) => void;
|
16
17
|
focusEmit: (...args: any[]) => void;
|
17
|
-
}, string, import(
|
18
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteDefaultProps>, {
|
18
19
|
prop: string;
|
19
20
|
modelValue: string;
|
20
21
|
placeholder: string;
|
@@ -30,19 +31,19 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
30
31
|
onTabDown?: (...args: any[]) => any;
|
31
32
|
onFocusEmit?: (...args: any[]) => any;
|
32
33
|
}, {
|
33
|
-
id: string;
|
34
34
|
disabled: boolean;
|
35
35
|
modelValue: string;
|
36
|
-
|
36
|
+
id: string;
|
37
37
|
placeholder: string;
|
38
|
+
prop: string;
|
39
|
+
leftIcon: TIcon;
|
38
40
|
clearable: boolean;
|
39
|
-
showError: number;
|
40
|
-
leftIcon: import("../../pl-icon").TIcon;
|
41
41
|
memoryBlur: boolean;
|
42
|
+
showError: number;
|
42
43
|
}, {}>;
|
43
44
|
export default _default;
|
44
|
-
|
45
|
-
|
45
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
46
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
46
47
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
47
48
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
48
49
|
} : {
|
@@ -50,11 +51,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
50
51
|
required: true;
|
51
52
|
};
|
52
53
|
};
|
53
|
-
|
54
|
+
type __VLS_WithDefaults<P, D> = {
|
54
55
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
55
56
|
default: D[K];
|
56
57
|
}> : P[K];
|
57
58
|
};
|
58
|
-
|
59
|
+
type __VLS_Prettify<T> = {
|
59
60
|
[K in keyof T]: T[K];
|
60
61
|
} & {};
|
@@ -1,5 +1,6 @@
|
|
1
|
-
import
|
2
|
-
|
1
|
+
import { IOption, IAutocompleteProps } from './types';
|
2
|
+
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteProps>, {
|
3
4
|
modelValue: () => {
|
4
5
|
value: string;
|
5
6
|
};
|
@@ -22,11 +23,11 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
22
23
|
disableMarkerBottom: boolean;
|
23
24
|
uniqKey: string;
|
24
25
|
teleport: boolean;
|
25
|
-
}>, {}, unknown, {}, {}, import(
|
26
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
26
27
|
"update:modelValue": (...args: any[]) => void;
|
27
28
|
fetchDadata: (...args: any[]) => void;
|
28
29
|
changeValue: (...args: any[]) => void;
|
29
|
-
}, string, import(
|
30
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteProps>, {
|
30
31
|
modelValue: () => {
|
31
32
|
value: string;
|
32
33
|
};
|
@@ -56,28 +57,28 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
56
57
|
}, {
|
57
58
|
label: string;
|
58
59
|
disabled: boolean;
|
60
|
+
width: string;
|
59
61
|
modelValue: IOption;
|
60
|
-
|
62
|
+
teleport: boolean;
|
61
63
|
placeholder: string;
|
64
|
+
uniqKey: string;
|
65
|
+
prop: string;
|
66
|
+
helpertext: string;
|
67
|
+
optional: string;
|
68
|
+
tooltip: string;
|
69
|
+
leftIcon: any;
|
70
|
+
rightIcon: any;
|
62
71
|
clearable: boolean;
|
63
|
-
|
72
|
+
suggestionList: IOption[];
|
73
|
+
symbolsCountSearch: string | number;
|
74
|
+
noData: string;
|
64
75
|
memoryBlur: boolean;
|
65
|
-
rightIcon: import("../pl-icon").TIcon;
|
66
|
-
width: string;
|
67
76
|
disableMarkerBottom: boolean;
|
68
|
-
helpertext: string;
|
69
|
-
symbolsCountSearch: string | number;
|
70
|
-
suggestionList: IOption[];
|
71
|
-
uniqKey: string;
|
72
77
|
defaultDropText: string;
|
73
|
-
noData: string;
|
74
|
-
optional: string;
|
75
|
-
tooltip: string;
|
76
|
-
teleport: boolean;
|
77
78
|
}, {}>;
|
78
79
|
export default _default;
|
79
|
-
|
80
|
-
|
80
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
81
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
81
82
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
82
83
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
83
84
|
} : {
|
@@ -85,11 +86,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
85
86
|
required: true;
|
86
87
|
};
|
87
88
|
};
|
88
|
-
|
89
|
+
type __VLS_WithDefaults<P, D> = {
|
89
90
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
90
91
|
default: D[K];
|
91
92
|
}> : P[K];
|
92
93
|
};
|
93
|
-
|
94
|
+
type __VLS_Prettify<T> = {
|
94
95
|
[K in keyof T]: T[K];
|
95
96
|
} & {};
|
@@ -1,5 +1,6 @@
|
|
1
|
-
import
|
2
|
-
import
|
1
|
+
import { ValidateError } from 'async-validator';
|
2
|
+
import { TIcon } from '../../../pl-icon/types';
|
3
|
+
|
3
4
|
declare interface IOption {
|
4
5
|
value: string;
|
5
6
|
bottomText?: string;
|