@factoringplus/pl-components-pack-v3 1.2.26-pre-sign-04 → 1.2.27-pre-01
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/{button → basic/pl-button}/index.d.ts +27 -27
- package/dist/components/{button → basic/pl-button}/pl-button.vue.d.ts +7 -7
- package/dist/components/{button → basic/pl-button}/types/index.d.ts +1 -1
- package/dist/components/{pl-dialog → basic/pl-dialog}/pl-dialog-plus.vue.d.ts +11 -14
- package/dist/components/{pl-link → basic/pl-link}/pl-link.vue.d.ts +5 -5
- package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/pl-scrollbar.vue.d.ts +6 -6
- package/dist/components/{pl-skeleton → basic/pl-skeleton}/pl-skeleton.vue.d.ts +5 -5
- package/dist/components/{pl-tooltip-plus → basic/pl-tooltip-plus}/pl-tooltip-plus.vue.d.ts +6 -6
- package/dist/components/components.d.ts +37 -37
- package/dist/components/{pl-multitab → data/pl-multitab}/components/pl-tab-card.vue.d.ts +6 -6
- package/dist/components/{pl-multitab → data/pl-multitab}/pl-multitab.vue.d.ts +4 -4
- package/dist/components/{pl-multitab → data/pl-multitab}/types/index.d.ts +1 -1
- package/dist/components/{pl-snackbar → data/pl-snackbar}/pl-snackbar.vue.d.ts +5 -11
- 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/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 +4 -4
- package/dist/components/{pl-table-plus → data/pl-table-plus}/pl-table-plus.vue.d.ts +6 -6
- package/dist/components/{pl-tabs → data/pl-tabs}/components/pl-tab-counter.vue.d.ts +1 -1
- package/dist/components/{pl-tabs → data/pl-tabs}/components/pl-tab.vue.d.ts +5 -5
- package/dist/components/{pl-tabs → data/pl-tabs}/pl-tabs.vue.d.ts +4 -4
- 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/deprecated/pl-dialog/index.d.ts +6 -0
- package/dist/components/{pl-dialog → deprecated/pl-dialog}/pl-dialog.vue.d.ts +9 -9
- package/dist/components/deprecated/pl-select/pl-select.vue.d.ts +147 -0
- package/dist/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +112 -0
- package/dist/components/deprecated/pl-table/pl-table.vue.d.ts +133 -0
- package/dist/components/{pl-tooltip → deprecated/pl-tooltip}/pl-tooltip.vue.d.ts +5 -5
- package/dist/components/deprecated/pl-upload/pl-upload.vue.d.ts +124 -0
- 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 +7 -7
- package/dist/components/{pl-autocomplete → form/pl-autocomplete}/components/pl-default.vue.d.ts +8 -8
- package/dist/components/{pl-autocomplete → form/pl-autocomplete}/pl-autocompete.vue.d.ts +14 -14
- package/dist/components/{pl-autocomplete → form/pl-autocomplete}/types/index.d.ts +1 -1
- package/dist/components/{pl-checkbox-plus → form/pl-checkbox-plus}/pl-checkbox-plus.vue.d.ts +1 -1
- package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/components/PlDatePickerRangeWrapper.vue.d.ts +8 -11
- package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/components/PlDatePickerWrapper.vue.d.ts +6 -9
- 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 +2 -2
- package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +11 -11
- 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 +11 -11
- package/dist/components/{pl-form → form/pl-form}/pl-form.vue.d.ts +5 -5
- package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-currency.vue.d.ts +6 -6
- package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-default.vue.d.ts +12 -12
- package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-password.vue.d.ts +6 -6
- package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-textarea.vue.d.ts +6 -6
- package/dist/components/{pl-input-plus → form/pl-input-plus}/pl-input-plus.vue.d.ts +18 -18
- package/dist/components/{pl-input-plus → form/pl-input-plus}/types/index.d.ts +3 -3
- package/dist/components/{pl-multi-select → form/pl-multi-select}/components/pl-default.vue.d.ts +9 -9
- package/dist/components/{pl-multi-select → form/pl-multi-select}/components/pl-multi-select-dropdown.vue.d.ts +5 -5
- package/dist/components/{pl-multi-select → form/pl-multi-select}/pl-multi-select.vue.d.ts +10 -10
- package/dist/components/{pl-multi-select → form/pl-multi-select}/types/index.d.ts +1 -1
- 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 +10 -10
- package/dist/components/{pl-select-plus → form/pl-select-plus}/components/pl-select-dropdown.vue.d.ts +5 -7
- package/dist/components/{pl-select-plus → form/pl-select-plus}/pl-select-plus.vue.d.ts +12 -12
- package/dist/components/{pl-select-plus → form/pl-select-plus}/types/index.d.ts +5 -5
- package/dist/components/{pl-upload-plus → form/pl-upload-plus}/pl-upload-plus.vue.d.ts +12 -12
- package/dist/components/form/pl-upload-plus/types/FileExtension.d.ts +1 -0
- package/dist/components/{pl-icon → shared/pl-icon}/pl-icon.vue.d.ts +2 -2
- package/dist/components/{pl-label → shared/pl-label}/pl-label.vue.d.ts +1 -1
- 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}/pl-option.vue.d.ts +4 -4
- package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/pl-tab-pane.vue.d.ts +6 -6
- package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/types/index.d.ts +1 -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/{pl-text → shared/pl-text}/components/pl-body1.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-body2.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-body3.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-bodyu.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-btn1.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-btn2.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-btn3.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-cap.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-h1.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-h2.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-h3.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-h4.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-sub1.vue.d.ts +1 -1
- package/dist/components/{pl-text → shared/pl-text}/components/pl-sub2.vue.d.ts +1 -1
- package/dist/components/{pl-text → shared/pl-text}/components/pl-system.vue.d.ts +1 -1
- package/dist/components/{pl-text → shared/pl-text}/components/pl-tag.vue.d.ts +1 -1
- package/dist/components/{pl-text → shared/pl-text}/components/pl-title1.vue.d.ts +1 -1
- package/dist/components/{pl-text → shared/pl-text}/components/pl-title2.vue.d.ts +1 -1
- package/dist/components/{pl-text → shared/pl-text}/components/pl-title3.vue.d.ts +1 -1
- package/dist/directives/index.d.ts +3 -1
- package/dist/install-function/index.d.ts +2 -2
- package/dist/pl-components-pack-v3.d.ts +0 -2
- package/dist/pl-components-pack-v3.es.js +23809 -26838
- package/dist/pl-components-pack-v3.umd.js +49 -55
- package/dist/plugins/filters.d.ts +3 -2
- 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/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 -82
- 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 -22
- package/dist/components/pl-upload-plus/types/FileExtension.d.ts +0 -1
- package/dist/mockServiceWorker.js +0 -364
- package/dist/services/SigningService/SigningService.vue.d.ts +0 -43
- package/dist/services/SigningService/components/AddingES/AddingES.vue.d.ts +0 -43
- package/dist/services/SigningService/components/LoadingTemplate.vue.d.ts +0 -31
- package/dist/services/SigningService/components/ModalTemplate.vue.d.ts +0 -49
- package/dist/services/SigningService/components/SignFiles/SIgnFiles.vue.d.ts +0 -39
- package/dist/services/SigningService/index.d.ts +0 -30
- package/dist/services/SigningService/types/index.d.ts +0 -41
- /package/dist/components/{pl-dialog → basic/pl-dialog}/index.d.ts +0 -0
- /package/dist/components/{pl-link → basic/pl-link}/index.d.ts +0 -0
- /package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/index.d.ts +0 -0
- /package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/utils/getSizeWithUnits.d.ts +0 -0
- /package/dist/components/{pl-skeleton → basic/pl-skeleton}/index.d.ts +0 -0
- /package/dist/components/{pl-tooltip-plus → basic/pl-tooltip-plus}/index.d.ts +0 -0
- /package/dist/components/{pl-card → data/pl-card}/index.d.ts +0 -0
- /package/dist/components/{pl-multitab → data/pl-multitab}/index.d.ts +0 -0
- /package/dist/components/{pl-snackbar → data/pl-snackbar}/index.d.ts +0 -0
- /package/dist/components/{pl-stepper → data/pl-stepper}/index.d.ts +0 -0
- /package/dist/components/{pl-table-plus → data/pl-table-plus}/index.d.ts +0 -0
- /package/dist/components/{pl-tabs → data/pl-tabs}/index.d.ts +0 -0
- /package/dist/components/{currency-input → deprecated/currency-input}/index.d.ts +0 -0
- /package/dist/components/{pl-checkbox → deprecated/pl-checkbox}/index.d.ts +0 -0
- /package/dist/components/{pl-date-picker → deprecated/pl-date-picker}/index.d.ts +0 -0
- /package/dist/components/{pl-date-picker-legacy → deprecated/pl-date-picker-legacy}/index.d.ts +0 -0
- /package/dist/components/{pl-form-item → deprecated/pl-form-item}/index.d.ts +0 -0
- /package/dist/components/{pl-input → deprecated/pl-input}/index.d.ts +0 -0
- /package/dist/components/{pl-input-native → deprecated/pl-input-native}/index.d.ts +0 -0
- /package/dist/components/{pl-select → deprecated/pl-select}/index.d.ts +0 -0
- /package/dist/components/{pl-suggestions → deprecated/pl-suggestions}/index.d.ts +0 -0
- /package/dist/components/{pl-table → deprecated/pl-table}/index.d.ts +0 -0
- /package/dist/components/{pl-tooltip → deprecated/pl-tooltip}/index.d.ts +0 -0
- /package/dist/components/{pl-upload → deprecated/pl-upload}/index.d.ts +0 -0
- /package/dist/components/{pl-upload-legacy → deprecated/pl-upload-legacy}/index.d.ts +0 -0
- /package/dist/components/{pl-autocomplete → form/pl-autocomplete}/index.d.ts +0 -0
- /package/dist/components/{pl-checkbox-plus → form/pl-checkbox-plus}/index.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-date-picker-plus → form/pl-date-picker-plus}/index.d.ts +0 -0
- /package/dist/components/{pl-form → form/pl-form}/index.d.ts +0 -0
- /package/dist/components/{pl-input-plus → form/pl-input-plus}/index.d.ts +0 -0
- /package/dist/components/{pl-multi-select → form/pl-multi-select}/index.d.ts +0 -0
- /package/dist/components/{pl-radio → form/pl-radio}/index.d.ts +0 -0
- /package/dist/components/{pl-radio → form/pl-radio}/pl-radio.vue.d.ts +0 -0
- /package/dist/components/{pl-select-plus → form/pl-select-plus}/index.d.ts +0 -0
- /package/dist/components/{pl-switch → form/pl-switch}/index.d.ts +0 -0
- /package/dist/components/{pl-switch → form/pl-switch}/pl-switch.vue.d.ts +0 -0
- /package/dist/components/{pl-upload-plus → form/pl-upload-plus}/index.d.ts +0 -0
- /package/dist/components/{pl-icon → shared/pl-icon}/index.d.ts +0 -0
- /package/dist/components/{pl-icon → shared/pl-icon}/types/iconsType.d.ts +0 -0
- /package/dist/components/{pl-icon → shared/pl-icon}/types/index.d.ts +0 -0
- /package/dist/components/{pl-option → shared/pl-option}/index.d.ts +0 -0
- /package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/index.d.ts +0 -0
- /package/dist/components/{pl-text → shared/pl-text}/index.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
|
+
};
|
@@ -12,7 +12,7 @@ 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: {
|
@@ -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
|
-
|
45
|
-
trigger: "click" | "focus" | "hover" | "contextmenu";
|
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
|
+
};
|
@@ -31,19 +31,19 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
31
31
|
}, {
|
32
32
|
id: string;
|
33
33
|
focus: boolean;
|
34
|
+
uniqKey: string;
|
35
|
+
suggestionList: IOption[];
|
36
|
+
symbolsCountSearch: string | number;
|
34
37
|
query: string;
|
35
38
|
disableMarkerBottom: boolean;
|
36
39
|
helpertext: string;
|
37
40
|
errors: import('async-validator').ValidateError[];
|
38
41
|
offsets: string;
|
39
42
|
loadingSuggestions: boolean;
|
40
|
-
symbolsCountSearch: string | number;
|
41
|
-
suggestionList: IOption[];
|
42
|
-
uniqKey: string;
|
43
43
|
}, {}>;
|
44
44
|
export default _default;
|
45
|
-
|
46
|
-
|
45
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
46
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
47
47
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
48
48
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
49
49
|
} : {
|
@@ -51,11 +51,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
51
51
|
required: true;
|
52
52
|
};
|
53
53
|
};
|
54
|
-
|
54
|
+
type __VLS_WithDefaults<P, D> = {
|
55
55
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
56
56
|
default: D[K];
|
57
57
|
}> : P[K];
|
58
58
|
};
|
59
|
-
|
59
|
+
type __VLS_Prettify<T> = {
|
60
60
|
[K in keyof T]: T[K];
|
61
61
|
} & {};
|
package/dist/components/{pl-autocomplete → form/pl-autocomplete}/components/pl-default.vue.d.ts
RENAMED
@@ -31,19 +31,19 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
31
31
|
onTabDown?: (...args: any[]) => any;
|
32
32
|
onFocusEmit?: (...args: any[]) => any;
|
33
33
|
}, {
|
34
|
-
id: string;
|
35
34
|
disabled: boolean;
|
36
35
|
modelValue: string;
|
37
|
-
|
36
|
+
id: string;
|
38
37
|
placeholder: string;
|
38
|
+
prop: string;
|
39
39
|
clearable: boolean;
|
40
|
-
showError: number;
|
41
|
-
leftIcon: import('../../pl-icon').TIcon;
|
42
40
|
memoryBlur: boolean;
|
41
|
+
showError: number;
|
42
|
+
leftIcon: TIcon;
|
43
43
|
}, {}>;
|
44
44
|
export default _default;
|
45
|
-
|
46
|
-
|
45
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
46
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
47
47
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
48
48
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
49
49
|
} : {
|
@@ -51,11 +51,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
51
51
|
required: true;
|
52
52
|
};
|
53
53
|
};
|
54
|
-
|
54
|
+
type __VLS_WithDefaults<P, D> = {
|
55
55
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
56
56
|
default: D[K];
|
57
57
|
}> : P[K];
|
58
58
|
};
|
59
|
-
|
59
|
+
type __VLS_Prettify<T> = {
|
60
60
|
[K in keyof T]: T[K];
|
61
61
|
} & {};
|
@@ -57,28 +57,28 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
57
57
|
}, {
|
58
58
|
label: string;
|
59
59
|
disabled: boolean;
|
60
|
+
width: string;
|
60
61
|
modelValue: IOption;
|
61
|
-
|
62
|
+
teleport: boolean;
|
62
63
|
placeholder: string;
|
64
|
+
uniqKey: string;
|
65
|
+
prop: string;
|
66
|
+
tooltip: string;
|
63
67
|
clearable: boolean;
|
64
|
-
|
68
|
+
suggestionList: IOption[];
|
69
|
+
symbolsCountSearch: string | number;
|
70
|
+
noData: string;
|
65
71
|
memoryBlur: boolean;
|
66
|
-
|
67
|
-
|
72
|
+
leftIcon: any;
|
73
|
+
rightIcon: any;
|
68
74
|
disableMarkerBottom: boolean;
|
69
75
|
helpertext: string;
|
70
|
-
symbolsCountSearch: string | number;
|
71
|
-
suggestionList: IOption[];
|
72
|
-
uniqKey: string;
|
73
76
|
defaultDropText: string;
|
74
|
-
noData: string;
|
75
77
|
optional: string;
|
76
|
-
tooltip: string;
|
77
|
-
teleport: boolean;
|
78
78
|
}, {}>;
|
79
79
|
export default _default;
|
80
|
-
|
81
|
-
|
80
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
81
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
82
82
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
83
83
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
84
84
|
} : {
|
@@ -86,11 +86,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
86
86
|
required: true;
|
87
87
|
};
|
88
88
|
};
|
89
|
-
|
89
|
+
type __VLS_WithDefaults<P, D> = {
|
90
90
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
91
91
|
default: D[K];
|
92
92
|
}> : P[K];
|
93
93
|
};
|
94
|
-
|
94
|
+
type __VLS_Prettify<T> = {
|
95
95
|
[K in keyof T]: T[K];
|
96
96
|
} & {};
|
package/dist/components/{pl-checkbox-plus → form/pl-checkbox-plus}/pl-checkbox-plus.vue.d.ts
RENAMED
@@ -65,7 +65,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
65
65
|
default?(_: {}): any;
|
66
66
|
}>;
|
67
67
|
export default _default;
|
68
|
-
|
68
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
69
69
|
new (): {
|
70
70
|
$slots: S;
|
71
71
|
};
|
@@ -9,7 +9,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
9
9
|
monthSwitch: boolean;
|
10
10
|
yearSwitch: boolean;
|
11
11
|
periodOptions: () => any[];
|
12
|
-
disabledDate: () => void;
|
13
12
|
idProp: string;
|
14
13
|
}>, {
|
15
14
|
openPopup: () => void;
|
@@ -19,10 +18,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
19
18
|
}) => void;
|
20
19
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
21
20
|
"update:modelValue": (...args: any[]) => void;
|
21
|
+
changeOpen: (...args: any[]) => void;
|
22
22
|
"update:isOpen": (...args: any[]) => void;
|
23
23
|
"update:dateValue": (...args: any[]) => void;
|
24
24
|
closePickerOnMobile: (...args: any[]) => void;
|
25
|
-
changeOpen: (...args: any[]) => void;
|
26
25
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IWrapperRangeProps>, {
|
27
26
|
modelValue: () => any[];
|
28
27
|
isOpen: boolean;
|
@@ -32,29 +31,27 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
32
31
|
monthSwitch: boolean;
|
33
32
|
yearSwitch: boolean;
|
34
33
|
periodOptions: () => any[];
|
35
|
-
disabledDate: () => void;
|
36
34
|
idProp: string;
|
37
35
|
}>>> & {
|
38
36
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
37
|
+
onChangeOpen?: (...args: any[]) => any;
|
39
38
|
"onUpdate:isOpen"?: (...args: any[]) => any;
|
40
39
|
"onUpdate:dateValue"?: (...args: any[]) => any;
|
41
40
|
onClosePickerOnMobile?: (...args: any[]) => any;
|
42
|
-
onChangeOpen?: (...args: any[]) => any;
|
43
41
|
}, {
|
44
42
|
modelValue: string[];
|
43
|
+
dateValue: string;
|
44
|
+
isOpen: boolean;
|
45
45
|
periods: boolean;
|
46
46
|
periodOptions: string[];
|
47
|
-
isOpen: boolean;
|
48
|
-
dateValue: string;
|
49
47
|
idProp: string;
|
50
48
|
mobile: boolean;
|
51
49
|
monthSwitch: boolean;
|
52
50
|
yearSwitch: boolean;
|
53
|
-
disabledDate: Function;
|
54
51
|
}, {}>;
|
55
52
|
export default _default;
|
56
|
-
|
57
|
-
|
53
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
54
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
58
55
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
59
56
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
60
57
|
} : {
|
@@ -62,11 +59,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
62
59
|
required: true;
|
63
60
|
};
|
64
61
|
};
|
65
|
-
|
62
|
+
type __VLS_WithDefaults<P, D> = {
|
66
63
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
67
64
|
default: D[K];
|
68
65
|
}> : P[K];
|
69
66
|
};
|
70
|
-
|
67
|
+
type __VLS_Prettify<T> = {
|
71
68
|
[K in keyof T]: T[K];
|
72
69
|
} & {};
|
@@ -6,31 +6,29 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
6
6
|
mobile: boolean;
|
7
7
|
monthSwitch: boolean;
|
8
8
|
yearSwitch: boolean;
|
9
|
-
disabledDate: () => void;
|
10
9
|
idProp: string;
|
11
10
|
}>, {
|
12
11
|
openPopup: () => void;
|
13
12
|
checkInput: () => void;
|
14
13
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
15
14
|
"update:modelValue": (...args: any[]) => void;
|
15
|
+
changeOpen: (...args: any[]) => void;
|
16
16
|
"update:isOpen": (...args: any[]) => void;
|
17
17
|
"update:dateValue": (...args: any[]) => void;
|
18
18
|
closePickerOnMobile: (...args: any[]) => void;
|
19
|
-
changeOpen: (...args: any[]) => void;
|
20
19
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IWrapperProps>, {
|
21
20
|
modelValue: any;
|
22
21
|
dateValue: string;
|
23
22
|
mobile: boolean;
|
24
23
|
monthSwitch: boolean;
|
25
24
|
yearSwitch: boolean;
|
26
|
-
disabledDate: () => void;
|
27
25
|
idProp: string;
|
28
26
|
}>>> & {
|
29
27
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
28
|
+
onChangeOpen?: (...args: any[]) => any;
|
30
29
|
"onUpdate:isOpen"?: (...args: any[]) => any;
|
31
30
|
"onUpdate:dateValue"?: (...args: any[]) => any;
|
32
31
|
onClosePickerOnMobile?: (...args: any[]) => any;
|
33
|
-
onChangeOpen?: (...args: any[]) => any;
|
34
32
|
}, {
|
35
33
|
modelValue: string;
|
36
34
|
dateValue: string;
|
@@ -38,11 +36,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
38
36
|
mobile: boolean;
|
39
37
|
monthSwitch: boolean;
|
40
38
|
yearSwitch: boolean;
|
41
|
-
disabledDate: Function;
|
42
39
|
}, {}>;
|
43
40
|
export default _default;
|
44
|
-
|
45
|
-
|
41
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
42
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
46
43
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
47
44
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
48
45
|
} : {
|
@@ -50,11 +47,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
50
47
|
required: true;
|
51
48
|
};
|
52
49
|
};
|
53
|
-
|
50
|
+
type __VLS_WithDefaults<P, D> = {
|
54
51
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
55
52
|
default: D[K];
|
56
53
|
}> : P[K];
|
57
54
|
};
|
58
|
-
|
55
|
+
type __VLS_Prettify<T> = {
|
59
56
|
[K in keyof T]: T[K];
|
60
57
|
} & {};
|