@factoringplus/pl-components-pack-v3 1.2.30 → 1.2.31-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 +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
@@ -16,17 +16,17 @@ interface IProps {
|
|
16
16
|
viewMode: boolean;
|
17
17
|
maxSumFilesSize: number;
|
18
18
|
}
|
19
|
-
|
19
|
+
type TError = {
|
20
20
|
dist: boolean;
|
21
21
|
size: boolean;
|
22
22
|
};
|
23
|
-
|
23
|
+
type TUnloadedFile = {
|
24
24
|
name: string;
|
25
25
|
size: number;
|
26
26
|
error?: TError;
|
27
27
|
removable?: boolean;
|
28
28
|
};
|
29
|
-
declare const _default: import(
|
29
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
30
30
|
multiple: boolean;
|
31
31
|
accept: string;
|
32
32
|
fileSize: number;
|
@@ -46,11 +46,11 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
46
46
|
}>, {
|
47
47
|
addFiles: (files: FileList | File[]) => void;
|
48
48
|
removeFile: (fileToRemove: File | TUnloadedFile) => void;
|
49
|
-
}, unknown, {}, {}, import(
|
49
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
50
50
|
addFiles: (...args: any[]) => void;
|
51
51
|
removeFile: (...args: any[]) => void;
|
52
52
|
clickOnFile: (...args: any[]) => void;
|
53
|
-
}, string, import(
|
53
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
54
54
|
multiple: boolean;
|
55
55
|
accept: string;
|
56
56
|
fileSize: number;
|
@@ -74,24 +74,24 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
74
74
|
}, {
|
75
75
|
title: string;
|
76
76
|
disabled: boolean;
|
77
|
+
width: string;
|
77
78
|
modelValue: (File | TUnloadedFile)[];
|
78
|
-
|
79
|
+
accept: string;
|
80
|
+
multiple: boolean;
|
79
81
|
description: string;
|
80
|
-
|
82
|
+
prop: string;
|
81
83
|
optional: string;
|
82
84
|
tooltip: string;
|
83
|
-
accept: string;
|
84
|
-
multiple: boolean;
|
85
85
|
fileSize: number;
|
86
|
-
maxHeightScroll: number;
|
87
86
|
limit: number;
|
87
|
+
maxHeightScroll: number;
|
88
88
|
helperText: string;
|
89
89
|
viewMode: boolean;
|
90
90
|
maxSumFilesSize: number;
|
91
91
|
}, {}>;
|
92
92
|
export default _default;
|
93
|
-
|
94
|
-
|
93
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
94
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
95
95
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
96
96
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
97
97
|
} : {
|
@@ -99,11 +99,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
99
99
|
required: true;
|
100
100
|
};
|
101
101
|
};
|
102
|
-
|
102
|
+
type __VLS_WithDefaults<P, D> = {
|
103
103
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
104
104
|
default: D[K];
|
105
105
|
}> : P[K];
|
106
106
|
};
|
107
|
-
|
107
|
+
type __VLS_Prettify<T> = {
|
108
108
|
[K in keyof T]: T[K];
|
109
109
|
} & {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export type FileExtension = 'doc' | 'docx' | 'pdf' | 'jpeg' | 'jpg' | 'tiff' | 'tif' | 'png' | 'xlsx' | 'xls' | 'txt' | 'p7s' | 'csv' | 'rar' | 'zip' | '7z';
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { TIconProps } from './types';
|
2
|
+
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<TIconProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TIconProps>>>, {}, {}>;
|
4
|
+
export default _default;
|
5
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
6
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
7
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
8
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
9
|
+
} : {
|
10
|
+
type: import('vue').PropType<T[K]>;
|
11
|
+
required: true;
|
12
|
+
};
|
13
|
+
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
2
2
|
title: {
|
3
3
|
type: StringConstructor;
|
4
4
|
default: string;
|
@@ -11,7 +11,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
11
11
|
type: BooleanConstructor;
|
12
12
|
default: boolean;
|
13
13
|
};
|
14
|
-
}, {}, unknown, {}, {}, import(
|
14
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
15
15
|
title: {
|
16
16
|
type: StringConstructor;
|
17
17
|
default: string;
|
@@ -32,7 +32,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
32
32
|
"custom-description"?(_: {}): any;
|
33
33
|
}>;
|
34
34
|
export default _default;
|
35
|
-
|
35
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
36
36
|
new (): {
|
37
37
|
$slots: S;
|
38
38
|
};
|
@@ -0,0 +1,16 @@
|
|
1
|
+
export declare const PlMarkText: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
2
|
+
modelValue: {
|
3
|
+
type: StringConstructor;
|
4
|
+
};
|
5
|
+
searchValue: {
|
6
|
+
type: StringConstructor;
|
7
|
+
};
|
8
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
9
|
+
modelValue: {
|
10
|
+
type: StringConstructor;
|
11
|
+
};
|
12
|
+
searchValue: {
|
13
|
+
type: StringConstructor;
|
14
|
+
};
|
15
|
+
}>>, {}, {}>>;
|
16
|
+
export default PlMarkText;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
2
|
+
modelValue: {
|
3
|
+
type: StringConstructor;
|
4
|
+
};
|
5
|
+
searchValue: {
|
6
|
+
type: StringConstructor;
|
7
|
+
};
|
8
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
9
|
+
modelValue: {
|
10
|
+
type: StringConstructor;
|
11
|
+
};
|
12
|
+
searchValue: {
|
13
|
+
type: StringConstructor;
|
14
|
+
};
|
15
|
+
}>>, {}, {}>;
|
16
|
+
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
declare const _default: import(
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
2
2
|
disabled: {
|
3
3
|
type: BooleanConstructor;
|
4
4
|
default: boolean;
|
@@ -51,7 +51,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
51
51
|
type: BooleanConstructor;
|
52
52
|
default: boolean;
|
53
53
|
};
|
54
|
-
}, {}, unknown, {}, {}, import(
|
54
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
55
55
|
disabled: {
|
56
56
|
type: BooleanConstructor;
|
57
57
|
default: boolean;
|
@@ -107,16 +107,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
107
107
|
}>>, {
|
108
108
|
label: string;
|
109
109
|
disabled: boolean;
|
110
|
+
width: string;
|
111
|
+
active: boolean;
|
112
|
+
description: string;
|
110
113
|
leftIcon: string;
|
111
|
-
leftIconColor: string;
|
112
114
|
rightIcon: string;
|
115
|
+
searchValue: string;
|
116
|
+
leftIconColor: string;
|
113
117
|
rightIconColor: string;
|
114
|
-
description: string;
|
115
118
|
descriptionColor: string;
|
116
119
|
summ: number;
|
117
|
-
active: boolean;
|
118
|
-
width: string;
|
119
|
-
searchValue: string;
|
120
120
|
disableMarkerBottom: boolean;
|
121
121
|
}, {}>;
|
122
122
|
export default _default;
|
@@ -1,11 +1,12 @@
|
|
1
|
-
import
|
2
|
-
|
1
|
+
import { ITabPaneProps } from './types';
|
2
|
+
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITabPaneProps>, {
|
3
4
|
label: string;
|
4
5
|
disabled: boolean;
|
5
6
|
icon: string;
|
6
7
|
counter: any;
|
7
8
|
name: string;
|
8
|
-
}>, {}, unknown, {}, {}, import(
|
9
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITabPaneProps>, {
|
9
10
|
label: string;
|
10
11
|
disabled: boolean;
|
11
12
|
icon: string;
|
@@ -15,14 +16,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
15
16
|
name: string;
|
16
17
|
label: string;
|
17
18
|
disabled: boolean;
|
18
|
-
icon:
|
19
|
+
icon: any;
|
19
20
|
counter: number;
|
20
21
|
}, {}>, {
|
21
22
|
default?(_: {}): any;
|
22
23
|
}>;
|
23
24
|
export default _default;
|
24
|
-
|
25
|
-
|
25
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
26
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
26
27
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
27
28
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
28
29
|
} : {
|
@@ -30,15 +31,15 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
30
31
|
required: true;
|
31
32
|
};
|
32
33
|
};
|
33
|
-
|
34
|
+
type __VLS_WithDefaults<P, D> = {
|
34
35
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
35
36
|
default: D[K];
|
36
37
|
}> : P[K];
|
37
38
|
};
|
38
|
-
|
39
|
+
type __VLS_Prettify<T> = {
|
39
40
|
[K in keyof T]: T[K];
|
40
41
|
} & {};
|
41
|
-
|
42
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
42
43
|
new (): {
|
43
44
|
$slots: S;
|
44
45
|
};
|
package/dist/components/{pl-tags/pl-tags.vue.d.ts → shared/pl-tags-chips/pl-tags-chips.vue.d.ts}
RENAMED
@@ -1,9 +1,9 @@
|
|
1
|
-
interface
|
1
|
+
interface ITagsChipsProps {
|
2
2
|
disabled?: boolean;
|
3
3
|
}
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITagsChipsProps>, {
|
5
5
|
disabled: boolean;
|
6
|
-
}>, {}, unknown, {}, {}, import(
|
6
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITagsChipsProps>, {
|
7
7
|
disabled: boolean;
|
8
8
|
}>>>, {
|
9
9
|
disabled: boolean;
|
@@ -11,8 +11,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
11
11
|
default?(_: {}): any;
|
12
12
|
}>;
|
13
13
|
export default _default;
|
14
|
-
|
15
|
-
|
14
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
15
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
16
16
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
17
17
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
18
18
|
} : {
|
@@ -20,15 +20,15 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
20
20
|
required: true;
|
21
21
|
};
|
22
22
|
};
|
23
|
-
|
23
|
+
type __VLS_WithDefaults<P, D> = {
|
24
24
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
25
25
|
default: D[K];
|
26
26
|
}> : P[K];
|
27
27
|
};
|
28
|
-
|
28
|
+
type __VLS_Prettify<T> = {
|
29
29
|
[K in keyof T]: T[K];
|
30
30
|
} & {};
|
31
|
-
|
31
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
32
32
|
new (): {
|
33
33
|
$slots: S;
|
34
34
|
};
|
@@ -0,0 +1,21 @@
|
|
1
|
+
interface IProps {
|
2
|
+
color?: string;
|
3
|
+
}
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
|
5
|
+
default?(_: {}): any;
|
6
|
+
}>;
|
7
|
+
export default _default;
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
+
} : {
|
13
|
+
type: import('vue').PropType<T[K]>;
|
14
|
+
required: true;
|
15
|
+
};
|
16
|
+
};
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
+
new (): {
|
19
|
+
$slots: S;
|
20
|
+
};
|
21
|
+
};
|
@@ -0,0 +1,21 @@
|
|
1
|
+
interface IProps {
|
2
|
+
color?: string;
|
3
|
+
}
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
|
5
|
+
default?(_: {}): any;
|
6
|
+
}>;
|
7
|
+
export default _default;
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
+
} : {
|
13
|
+
type: import('vue').PropType<T[K]>;
|
14
|
+
required: true;
|
15
|
+
};
|
16
|
+
};
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
+
new (): {
|
19
|
+
$slots: S;
|
20
|
+
};
|
21
|
+
};
|
@@ -0,0 +1,21 @@
|
|
1
|
+
interface IProps {
|
2
|
+
color?: string;
|
3
|
+
}
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
|
5
|
+
default?(_: {}): any;
|
6
|
+
}>;
|
7
|
+
export default _default;
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
+
} : {
|
13
|
+
type: import('vue').PropType<T[K]>;
|
14
|
+
required: true;
|
15
|
+
};
|
16
|
+
};
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
+
new (): {
|
19
|
+
$slots: S;
|
20
|
+
};
|
21
|
+
};
|
@@ -0,0 +1,21 @@
|
|
1
|
+
interface IProps {
|
2
|
+
color?: string;
|
3
|
+
}
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
|
5
|
+
default?(_: {}): any;
|
6
|
+
}>;
|
7
|
+
export default _default;
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
+
} : {
|
13
|
+
type: import('vue').PropType<T[K]>;
|
14
|
+
required: true;
|
15
|
+
};
|
16
|
+
};
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
+
new (): {
|
19
|
+
$slots: S;
|
20
|
+
};
|
21
|
+
};
|
@@ -0,0 +1,21 @@
|
|
1
|
+
interface IProps {
|
2
|
+
color?: string;
|
3
|
+
}
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
|
5
|
+
default?(_: {}): any;
|
6
|
+
}>;
|
7
|
+
export default _default;
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
+
} : {
|
13
|
+
type: import('vue').PropType<T[K]>;
|
14
|
+
required: true;
|
15
|
+
};
|
16
|
+
};
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
+
new (): {
|
19
|
+
$slots: S;
|
20
|
+
};
|
21
|
+
};
|
@@ -0,0 +1,21 @@
|
|
1
|
+
interface IProps {
|
2
|
+
color?: string;
|
3
|
+
}
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
|
5
|
+
default?(_: {}): any;
|
6
|
+
}>;
|
7
|
+
export default _default;
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
+
} : {
|
13
|
+
type: import('vue').PropType<T[K]>;
|
14
|
+
required: true;
|
15
|
+
};
|
16
|
+
};
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
+
new (): {
|
19
|
+
$slots: S;
|
20
|
+
};
|
21
|
+
};
|
@@ -0,0 +1,21 @@
|
|
1
|
+
interface IProps {
|
2
|
+
color?: string;
|
3
|
+
}
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
|
5
|
+
default?(_: {}): any;
|
6
|
+
}>;
|
7
|
+
export default _default;
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
+
} : {
|
13
|
+
type: import('vue').PropType<T[K]>;
|
14
|
+
required: true;
|
15
|
+
};
|
16
|
+
};
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
+
new (): {
|
19
|
+
$slots: S;
|
20
|
+
};
|
21
|
+
};
|
@@ -0,0 +1,21 @@
|
|
1
|
+
interface IProps {
|
2
|
+
color?: string;
|
3
|
+
}
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
|
5
|
+
default?(_: {}): any;
|
6
|
+
}>;
|
7
|
+
export default _default;
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
+
} : {
|
13
|
+
type: import('vue').PropType<T[K]>;
|
14
|
+
required: true;
|
15
|
+
};
|
16
|
+
};
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
+
new (): {
|
19
|
+
$slots: S;
|
20
|
+
};
|
21
|
+
};
|
@@ -0,0 +1,21 @@
|
|
1
|
+
interface IProps {
|
2
|
+
color?: string;
|
3
|
+
}
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
|
5
|
+
default?(_: {}): any;
|
6
|
+
}>;
|
7
|
+
export default _default;
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
+
} : {
|
13
|
+
type: import('vue').PropType<T[K]>;
|
14
|
+
required: true;
|
15
|
+
};
|
16
|
+
};
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
+
new (): {
|
19
|
+
$slots: S;
|
20
|
+
};
|
21
|
+
};
|
@@ -0,0 +1,21 @@
|
|
1
|
+
interface IProps {
|
2
|
+
color?: string;
|
3
|
+
}
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
|
5
|
+
default?(_: {}): any;
|
6
|
+
}>;
|
7
|
+
export default _default;
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
+
} : {
|
13
|
+
type: import('vue').PropType<T[K]>;
|
14
|
+
required: true;
|
15
|
+
};
|
16
|
+
};
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
+
new (): {
|
19
|
+
$slots: S;
|
20
|
+
};
|
21
|
+
};
|
@@ -0,0 +1,21 @@
|
|
1
|
+
interface IProps {
|
2
|
+
color?: string;
|
3
|
+
}
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
|
5
|
+
default?(_: {}): any;
|
6
|
+
}>;
|
7
|
+
export default _default;
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
+
} : {
|
13
|
+
type: import('vue').PropType<T[K]>;
|
14
|
+
required: true;
|
15
|
+
};
|
16
|
+
};
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
+
new (): {
|
19
|
+
$slots: S;
|
20
|
+
};
|
21
|
+
};
|
@@ -0,0 +1,21 @@
|
|
1
|
+
interface IProps {
|
2
|
+
color?: string;
|
3
|
+
}
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
|
5
|
+
default?(_: {}): any;
|
6
|
+
}>;
|
7
|
+
export default _default;
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
+
} : {
|
13
|
+
type: import('vue').PropType<T[K]>;
|
14
|
+
required: true;
|
15
|
+
};
|
16
|
+
};
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
18
|
+
new (): {
|
19
|
+
$slots: S;
|
20
|
+
};
|
21
|
+
};
|
@@ -0,0 +1,17 @@
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
2
|
+
color: {
|
3
|
+
type: StringConstructor;
|
4
|
+
};
|
5
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
6
|
+
color: {
|
7
|
+
type: StringConstructor;
|
8
|
+
};
|
9
|
+
}>>, {}, {}>, {
|
10
|
+
default?(_: {}): any;
|
11
|
+
}>;
|
12
|
+
export default _default;
|
13
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
14
|
+
new (): {
|
15
|
+
$slots: S;
|
16
|
+
};
|
17
|
+
};
|
@@ -0,0 +1,17 @@
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
2
|
+
color: {
|
3
|
+
type: StringConstructor;
|
4
|
+
};
|
5
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
6
|
+
color: {
|
7
|
+
type: StringConstructor;
|
8
|
+
};
|
9
|
+
}>>, {}, {}>, {
|
10
|
+
default?(_: {}): any;
|
11
|
+
}>;
|
12
|
+
export default _default;
|
13
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
14
|
+
new (): {
|
15
|
+
$slots: S;
|
16
|
+
};
|
17
|
+
};
|