@factoringplus/pl-components-pack-v3 1.2.30 → 1.2.31
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 +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 +16896 -17035
- package/dist/pl-components-pack-v3.umd.js +41 -42
- 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 -88
- 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,77 @@
|
|
1
|
+
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
3
|
+
modelValue: {
|
4
|
+
type: ArrayConstructor;
|
5
|
+
default: () => any[];
|
6
|
+
};
|
7
|
+
width: {
|
8
|
+
type: StringConstructor;
|
9
|
+
default: string;
|
10
|
+
};
|
11
|
+
placeholder: {
|
12
|
+
type: StringConstructor;
|
13
|
+
default: string;
|
14
|
+
};
|
15
|
+
label: {
|
16
|
+
type: StringConstructor;
|
17
|
+
default: string;
|
18
|
+
};
|
19
|
+
isClose: {
|
20
|
+
type: BooleanConstructor;
|
21
|
+
default: boolean;
|
22
|
+
};
|
23
|
+
showInput: {
|
24
|
+
type: BooleanConstructor;
|
25
|
+
default: boolean;
|
26
|
+
};
|
27
|
+
teleport: {
|
28
|
+
type: BooleanConstructor;
|
29
|
+
default: boolean;
|
30
|
+
};
|
31
|
+
}, {
|
32
|
+
clearDate: () => void;
|
33
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
34
|
+
"update:modelValue": (...args: any[]) => void;
|
35
|
+
changeOpen: (...args: any[]) => void;
|
36
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
37
|
+
modelValue: {
|
38
|
+
type: ArrayConstructor;
|
39
|
+
default: () => any[];
|
40
|
+
};
|
41
|
+
width: {
|
42
|
+
type: StringConstructor;
|
43
|
+
default: string;
|
44
|
+
};
|
45
|
+
placeholder: {
|
46
|
+
type: StringConstructor;
|
47
|
+
default: string;
|
48
|
+
};
|
49
|
+
label: {
|
50
|
+
type: StringConstructor;
|
51
|
+
default: string;
|
52
|
+
};
|
53
|
+
isClose: {
|
54
|
+
type: BooleanConstructor;
|
55
|
+
default: boolean;
|
56
|
+
};
|
57
|
+
showInput: {
|
58
|
+
type: BooleanConstructor;
|
59
|
+
default: boolean;
|
60
|
+
};
|
61
|
+
teleport: {
|
62
|
+
type: BooleanConstructor;
|
63
|
+
default: boolean;
|
64
|
+
};
|
65
|
+
}>> & {
|
66
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
67
|
+
onChangeOpen?: (...args: any[]) => any;
|
68
|
+
}, {
|
69
|
+
label: string;
|
70
|
+
width: string;
|
71
|
+
modelValue: unknown[];
|
72
|
+
teleport: boolean;
|
73
|
+
placeholder: string;
|
74
|
+
isClose: boolean;
|
75
|
+
showInput: boolean;
|
76
|
+
}, {}>;
|
77
|
+
export default _default;
|
@@ -0,0 +1,72 @@
|
|
1
|
+
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
3
|
+
modelValue: {
|
4
|
+
type: StringConstructor;
|
5
|
+
required: true;
|
6
|
+
};
|
7
|
+
rules: {
|
8
|
+
type: ObjectConstructor;
|
9
|
+
default: () => {};
|
10
|
+
};
|
11
|
+
prop: {
|
12
|
+
type: StringConstructor;
|
13
|
+
default: string;
|
14
|
+
};
|
15
|
+
placeholder: {
|
16
|
+
type: StringConstructor;
|
17
|
+
default: string;
|
18
|
+
};
|
19
|
+
label: {
|
20
|
+
type: StringConstructor;
|
21
|
+
default: string;
|
22
|
+
};
|
23
|
+
weekendsDisabled: {
|
24
|
+
type: BooleanConstructor;
|
25
|
+
default: boolean;
|
26
|
+
};
|
27
|
+
disabled: {
|
28
|
+
type: BooleanConstructor;
|
29
|
+
default: boolean;
|
30
|
+
};
|
31
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
32
|
+
"update:modelValue": (...args: any[]) => void;
|
33
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
34
|
+
modelValue: {
|
35
|
+
type: StringConstructor;
|
36
|
+
required: true;
|
37
|
+
};
|
38
|
+
rules: {
|
39
|
+
type: ObjectConstructor;
|
40
|
+
default: () => {};
|
41
|
+
};
|
42
|
+
prop: {
|
43
|
+
type: StringConstructor;
|
44
|
+
default: string;
|
45
|
+
};
|
46
|
+
placeholder: {
|
47
|
+
type: StringConstructor;
|
48
|
+
default: string;
|
49
|
+
};
|
50
|
+
label: {
|
51
|
+
type: StringConstructor;
|
52
|
+
default: string;
|
53
|
+
};
|
54
|
+
weekendsDisabled: {
|
55
|
+
type: BooleanConstructor;
|
56
|
+
default: boolean;
|
57
|
+
};
|
58
|
+
disabled: {
|
59
|
+
type: BooleanConstructor;
|
60
|
+
default: boolean;
|
61
|
+
};
|
62
|
+
}>> & {
|
63
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
64
|
+
}, {
|
65
|
+
label: string;
|
66
|
+
disabled: boolean;
|
67
|
+
placeholder: string;
|
68
|
+
prop: string;
|
69
|
+
rules: Record<string, any>;
|
70
|
+
weekendsDisabled: boolean;
|
71
|
+
}, {}>;
|
72
|
+
export default _default;
|
@@ -15,7 +15,7 @@ interface IProps {
|
|
15
15
|
contentCustomClass?: string;
|
16
16
|
loading?: boolean;
|
17
17
|
}
|
18
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
19
19
|
modelValue: boolean;
|
20
20
|
showHeader: boolean;
|
21
21
|
showGrabber: boolean;
|
@@ -34,10 +34,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
34
34
|
}>, {
|
35
35
|
scrollTop: () => void;
|
36
36
|
closeModalOnMobile: () => void;
|
37
|
-
}, unknown, {}, {}, import(
|
37
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
38
38
|
"update:modelValue": (...args: any[]) => void;
|
39
39
|
changeVisibleModalValue: (...args: any[]) => void;
|
40
|
-
}, string, import(
|
40
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
41
41
|
modelValue: boolean;
|
42
42
|
showHeader: boolean;
|
43
43
|
showGrabber: boolean;
|
@@ -60,26 +60,26 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
60
60
|
padding: string;
|
61
61
|
modelValue: boolean;
|
62
62
|
showHeader: boolean;
|
63
|
+
showClose: boolean;
|
64
|
+
disabledTeleport: boolean;
|
65
|
+
loading: boolean;
|
63
66
|
showGrabber: boolean;
|
64
67
|
widthThis: string;
|
65
68
|
headerPadding: string;
|
66
|
-
showClose: boolean;
|
67
69
|
customClass: string;
|
68
70
|
slide: boolean;
|
69
71
|
simple: boolean;
|
70
|
-
disabledTeleport: boolean;
|
71
72
|
logout: boolean;
|
72
73
|
modalOnMobile: boolean;
|
73
74
|
contentCustomClass: string;
|
74
|
-
loading: boolean;
|
75
75
|
}, {}>, {
|
76
76
|
header?(_: {}): any;
|
77
77
|
headerBtns?(_: {}): any;
|
78
78
|
default?(_: {}): any;
|
79
79
|
}>;
|
80
80
|
export default _default;
|
81
|
-
|
82
|
-
|
81
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
82
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
83
83
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
84
84
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
85
85
|
} : {
|
@@ -87,15 +87,15 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
87
87
|
required: true;
|
88
88
|
};
|
89
89
|
};
|
90
|
-
|
90
|
+
type __VLS_WithDefaults<P, D> = {
|
91
91
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
92
92
|
default: D[K];
|
93
93
|
}> : P[K];
|
94
94
|
};
|
95
|
-
|
95
|
+
type __VLS_Prettify<T> = {
|
96
96
|
[K in keyof T]: T[K];
|
97
97
|
} & {};
|
98
|
-
|
98
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
99
99
|
new (): {
|
100
100
|
$slots: S;
|
101
101
|
};
|
@@ -0,0 +1,147 @@
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
2
|
+
placeholder: {
|
3
|
+
type: StringConstructor;
|
4
|
+
default: string;
|
5
|
+
};
|
6
|
+
rules: {
|
7
|
+
type: ObjectConstructor;
|
8
|
+
default: () => {};
|
9
|
+
};
|
10
|
+
prop: {
|
11
|
+
type: StringConstructor;
|
12
|
+
default: string;
|
13
|
+
};
|
14
|
+
isError: {
|
15
|
+
type: BooleanConstructor;
|
16
|
+
default: boolean;
|
17
|
+
};
|
18
|
+
label: {
|
19
|
+
type: StringConstructor;
|
20
|
+
default: string;
|
21
|
+
};
|
22
|
+
modelValue: {
|
23
|
+
type: StringConstructor;
|
24
|
+
required: true;
|
25
|
+
};
|
26
|
+
options: {
|
27
|
+
type: ObjectConstructor;
|
28
|
+
required: true;
|
29
|
+
};
|
30
|
+
getValid: {
|
31
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
32
|
+
default: boolean;
|
33
|
+
};
|
34
|
+
checked: {
|
35
|
+
type: BooleanConstructor;
|
36
|
+
default: boolean;
|
37
|
+
};
|
38
|
+
icon: {
|
39
|
+
type: BooleanConstructor;
|
40
|
+
default: boolean;
|
41
|
+
};
|
42
|
+
tooltipText: {
|
43
|
+
type: StringConstructor;
|
44
|
+
default: string;
|
45
|
+
};
|
46
|
+
question: {
|
47
|
+
type: BooleanConstructor;
|
48
|
+
default: boolean;
|
49
|
+
};
|
50
|
+
info: {
|
51
|
+
type: BooleanConstructor;
|
52
|
+
default: boolean;
|
53
|
+
};
|
54
|
+
disabled: {
|
55
|
+
type: BooleanConstructor;
|
56
|
+
default: boolean;
|
57
|
+
};
|
58
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
59
|
+
"update:modelValue": (...args: any[]) => void;
|
60
|
+
validate: (...args: any[]) => void;
|
61
|
+
"visible-change": (...args: any[]) => void;
|
62
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
63
|
+
placeholder: {
|
64
|
+
type: StringConstructor;
|
65
|
+
default: string;
|
66
|
+
};
|
67
|
+
rules: {
|
68
|
+
type: ObjectConstructor;
|
69
|
+
default: () => {};
|
70
|
+
};
|
71
|
+
prop: {
|
72
|
+
type: StringConstructor;
|
73
|
+
default: string;
|
74
|
+
};
|
75
|
+
isError: {
|
76
|
+
type: BooleanConstructor;
|
77
|
+
default: boolean;
|
78
|
+
};
|
79
|
+
label: {
|
80
|
+
type: StringConstructor;
|
81
|
+
default: string;
|
82
|
+
};
|
83
|
+
modelValue: {
|
84
|
+
type: StringConstructor;
|
85
|
+
required: true;
|
86
|
+
};
|
87
|
+
options: {
|
88
|
+
type: ObjectConstructor;
|
89
|
+
required: true;
|
90
|
+
};
|
91
|
+
getValid: {
|
92
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
93
|
+
default: boolean;
|
94
|
+
};
|
95
|
+
checked: {
|
96
|
+
type: BooleanConstructor;
|
97
|
+
default: boolean;
|
98
|
+
};
|
99
|
+
icon: {
|
100
|
+
type: BooleanConstructor;
|
101
|
+
default: boolean;
|
102
|
+
};
|
103
|
+
tooltipText: {
|
104
|
+
type: StringConstructor;
|
105
|
+
default: string;
|
106
|
+
};
|
107
|
+
question: {
|
108
|
+
type: BooleanConstructor;
|
109
|
+
default: boolean;
|
110
|
+
};
|
111
|
+
info: {
|
112
|
+
type: BooleanConstructor;
|
113
|
+
default: boolean;
|
114
|
+
};
|
115
|
+
disabled: {
|
116
|
+
type: BooleanConstructor;
|
117
|
+
default: boolean;
|
118
|
+
};
|
119
|
+
}>> & {
|
120
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
121
|
+
onValidate?: (...args: any[]) => any;
|
122
|
+
"onVisible-change"?: (...args: any[]) => any;
|
123
|
+
}, {
|
124
|
+
label: string;
|
125
|
+
disabled: boolean;
|
126
|
+
icon: boolean;
|
127
|
+
info: boolean;
|
128
|
+
checked: boolean;
|
129
|
+
placeholder: string;
|
130
|
+
prop: string;
|
131
|
+
rules: Record<string, any>;
|
132
|
+
getValid: number | boolean;
|
133
|
+
isError: boolean;
|
134
|
+
tooltipText: string;
|
135
|
+
question: boolean;
|
136
|
+
}, {}>, {
|
137
|
+
icon?(_: {}): any;
|
138
|
+
"options-slot"?(_: {
|
139
|
+
option: any;
|
140
|
+
}): any;
|
141
|
+
}>;
|
142
|
+
export default _default;
|
143
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
144
|
+
new (): {
|
145
|
+
$slots: S;
|
146
|
+
};
|
147
|
+
};
|
@@ -0,0 +1,112 @@
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
2
|
+
rules: {
|
3
|
+
type: ObjectConstructor;
|
4
|
+
default(): {};
|
5
|
+
};
|
6
|
+
suggestionList: {
|
7
|
+
type: ArrayConstructor;
|
8
|
+
default(): any[];
|
9
|
+
};
|
10
|
+
label: {
|
11
|
+
type: StringConstructor;
|
12
|
+
default: string;
|
13
|
+
};
|
14
|
+
prop: {
|
15
|
+
type: StringConstructor;
|
16
|
+
default: string;
|
17
|
+
};
|
18
|
+
selectedItem: {
|
19
|
+
default: string;
|
20
|
+
};
|
21
|
+
isError: {
|
22
|
+
type: BooleanConstructor;
|
23
|
+
default: boolean;
|
24
|
+
};
|
25
|
+
placeholder: {
|
26
|
+
type: StringConstructor;
|
27
|
+
default: string;
|
28
|
+
};
|
29
|
+
symbolsCountSearch: {
|
30
|
+
type: NumberConstructor;
|
31
|
+
default: number;
|
32
|
+
};
|
33
|
+
noData: {
|
34
|
+
type: StringConstructor;
|
35
|
+
default: string;
|
36
|
+
};
|
37
|
+
getValidate: {
|
38
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
39
|
+
default: boolean;
|
40
|
+
};
|
41
|
+
memoryBlur: {
|
42
|
+
type: BooleanConstructor;
|
43
|
+
default: boolean;
|
44
|
+
};
|
45
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
46
|
+
change: (...args: any[]) => void;
|
47
|
+
validate: (...args: any[]) => void;
|
48
|
+
setValid: (...args: any[]) => void;
|
49
|
+
fetchDadata: (...args: any[]) => void;
|
50
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
51
|
+
rules: {
|
52
|
+
type: ObjectConstructor;
|
53
|
+
default(): {};
|
54
|
+
};
|
55
|
+
suggestionList: {
|
56
|
+
type: ArrayConstructor;
|
57
|
+
default(): any[];
|
58
|
+
};
|
59
|
+
label: {
|
60
|
+
type: StringConstructor;
|
61
|
+
default: string;
|
62
|
+
};
|
63
|
+
prop: {
|
64
|
+
type: StringConstructor;
|
65
|
+
default: string;
|
66
|
+
};
|
67
|
+
selectedItem: {
|
68
|
+
default: string;
|
69
|
+
};
|
70
|
+
isError: {
|
71
|
+
type: BooleanConstructor;
|
72
|
+
default: boolean;
|
73
|
+
};
|
74
|
+
placeholder: {
|
75
|
+
type: StringConstructor;
|
76
|
+
default: string;
|
77
|
+
};
|
78
|
+
symbolsCountSearch: {
|
79
|
+
type: NumberConstructor;
|
80
|
+
default: number;
|
81
|
+
};
|
82
|
+
noData: {
|
83
|
+
type: StringConstructor;
|
84
|
+
default: string;
|
85
|
+
};
|
86
|
+
getValidate: {
|
87
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
88
|
+
default: boolean;
|
89
|
+
};
|
90
|
+
memoryBlur: {
|
91
|
+
type: BooleanConstructor;
|
92
|
+
default: boolean;
|
93
|
+
};
|
94
|
+
}>> & {
|
95
|
+
onChange?: (...args: any[]) => any;
|
96
|
+
onValidate?: (...args: any[]) => any;
|
97
|
+
onSetValid?: (...args: any[]) => any;
|
98
|
+
onFetchDadata?: (...args: any[]) => any;
|
99
|
+
}, {
|
100
|
+
label: string;
|
101
|
+
placeholder: string;
|
102
|
+
prop: string;
|
103
|
+
rules: Record<string, any>;
|
104
|
+
isError: boolean;
|
105
|
+
suggestionList: unknown[];
|
106
|
+
selectedItem: string;
|
107
|
+
symbolsCountSearch: number;
|
108
|
+
noData: string;
|
109
|
+
getValidate: number | boolean;
|
110
|
+
memoryBlur: boolean;
|
111
|
+
}, {}>;
|
112
|
+
export default _default;
|
@@ -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
|
+
};
|