@factoringplus/pl-components-pack-v3 1.8.38-pre-upload → 1.8.38-pre-04-input-scroll
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/{crypto-pro-71eba368.cjs → crypto-pro-3cb60b67.cjs} +1 -1
- package/dist/{crypto-pro-114b2037.js → crypto-pro-6781d91e.js} +1 -1
- package/dist/{entry-366c9728.js → entry-7b93d46a.js} +11291 -11250
- package/dist/entry-d8f669f5.cjs +115 -0
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +1 -1
- package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +3 -2
- package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +9 -0
- package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +4 -2
- package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +1 -1
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +4 -4
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +3 -3
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +3 -3
- package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +5 -5
- package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +1 -1
- package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +9 -9
- package/dist/src/components/form/pl-input-plus/index.d.ts +193 -193
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +15 -15
- package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +1 -1
- package/dist/src/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +3 -1
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +2 -2
- package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +1 -1
- package/dist/src/components/form/pl-select-plus/components/pl-select-dropdown.vue.d.ts +3 -1
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +2 -2
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +1 -9
- package/dist/src/components/shared/pl-text/components/pl-body1.vue.d.ts +3 -4
- package/dist/src/components/shared/pl-text/components/pl-body2.vue.d.ts +3 -4
- package/dist/src/components/shared/pl-text/components/pl-body3.vue.d.ts +3 -4
- package/dist/src/components/shared/pl-text/components/pl-bodyu.vue.d.ts +3 -4
- package/dist/src/components/shared/pl-text/components/pl-btn1.vue.d.ts +3 -4
- package/dist/src/components/shared/pl-text/components/pl-btn2.vue.d.ts +3 -4
- package/dist/src/components/shared/pl-text/components/pl-btn3.vue.d.ts +3 -4
- package/dist/src/components/shared/pl-text/components/pl-cap.vue.d.ts +3 -4
- package/dist/src/components/shared/pl-text/components/pl-h1.vue.d.ts +3 -4
- package/dist/src/components/shared/pl-text/components/pl-h2.vue.d.ts +3 -4
- package/dist/src/components/shared/pl-text/components/pl-h3.vue.d.ts +3 -4
- package/dist/src/components/shared/pl-text/components/pl-h4.vue.d.ts +3 -4
- package/dist/src/components/shared/pl-text/components/pl-sub1.vue.d.ts +12 -9
- package/dist/src/components/shared/pl-text/components/pl-sub2.vue.d.ts +12 -9
- package/dist/src/components/shared/pl-text/components/pl-system.vue.d.ts +12 -9
- package/dist/src/components/shared/pl-text/components/pl-tag.vue.d.ts +12 -9
- package/dist/src/components/shared/pl-text/components/pl-title1.vue.d.ts +12 -9
- package/dist/src/components/shared/pl-text/components/pl-title2.vue.d.ts +12 -9
- package/dist/src/components/shared/pl-text/components/pl-title3.vue.d.ts +12 -9
- package/dist/src/components/shared/pl-text/types.d.ts +3 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/entry-018d4c28.cjs +0 -115
@@ -99,29 +99,29 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
99
99
|
leftIcon: import('../../components').TIcon;
|
100
100
|
rightIcon: import('../../components').TIcon;
|
101
101
|
prop: string;
|
102
|
-
helpertext: string;
|
103
|
-
optional: string;
|
104
|
-
tooltip: string;
|
105
|
-
clearable: boolean;
|
106
102
|
containerClass: string;
|
107
103
|
round: boolean;
|
108
|
-
|
104
|
+
tooltip: string;
|
105
|
+
clearable: boolean;
|
106
|
+
inputClass: string;
|
109
107
|
password: boolean;
|
110
|
-
|
111
|
-
|
112
|
-
currentPassword: boolean;
|
113
|
-
newPassword: boolean;
|
114
|
-
iconPointer: boolean;
|
115
|
-
customBlur: boolean;
|
108
|
+
helpertext: string;
|
109
|
+
optional: string;
|
116
110
|
focusOnReset: boolean;
|
111
|
+
customBlur: boolean;
|
117
112
|
disableTrim: boolean;
|
118
|
-
|
119
|
-
autosize: boolean;
|
120
|
-
minRows: number;
|
121
|
-
maxRows: number;
|
113
|
+
iconPointer: boolean;
|
122
114
|
valueRange: {
|
123
115
|
min: number;
|
124
116
|
};
|
117
|
+
currentPassword: boolean;
|
118
|
+
newPassword: boolean;
|
119
|
+
showWordLimit: boolean;
|
120
|
+
maxlength: number;
|
121
|
+
autosize: boolean;
|
122
|
+
minRows: number;
|
123
|
+
maxRows: number;
|
124
|
+
'show-word-limit': boolean;
|
125
125
|
}, {}>, {
|
126
126
|
"tooltip-text"?(_: {}): any;
|
127
127
|
}>;
|
@@ -46,8 +46,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
46
46
|
focus: boolean;
|
47
47
|
prop: string;
|
48
48
|
clearable: boolean;
|
49
|
-
showDescription: string | boolean;
|
50
49
|
showError: number;
|
50
|
+
showDescription: string | boolean;
|
51
51
|
}, {}>;
|
52
52
|
export default _default;
|
53
53
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
package/dist/src/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts
CHANGED
@@ -8,7 +8,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
8
8
|
errors: () => any[];
|
9
9
|
options: () => any[];
|
10
10
|
selectAll: boolean;
|
11
|
-
}>, {
|
11
|
+
}>, {
|
12
|
+
isDragging: import('vue').ComputedRef<any>;
|
13
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
12
14
|
reset: (...args: any[]) => void;
|
13
15
|
"update:modelValue": (...args: any[]) => void;
|
14
16
|
closeSave: (...args: any[]) => void;
|
@@ -53,10 +53,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
53
53
|
teleport: boolean;
|
54
54
|
buttons: boolean;
|
55
55
|
prop: string;
|
56
|
-
helpertext: string;
|
57
|
-
optional: string;
|
58
56
|
tooltip: string;
|
59
57
|
clearable: boolean;
|
58
|
+
helpertext: string;
|
59
|
+
optional: string;
|
60
60
|
selectAll: boolean;
|
61
61
|
}, {}>, {
|
62
62
|
"tooltip-text"?(_: {}): any;
|
@@ -47,8 +47,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
47
47
|
focus: boolean;
|
48
48
|
prop: string;
|
49
49
|
clearable: boolean;
|
50
|
-
showDescription: string | boolean;
|
51
50
|
showError: number;
|
51
|
+
showDescription: string | boolean;
|
52
52
|
}, {}>;
|
53
53
|
export default _default;
|
54
54
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -7,7 +7,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
7
7
|
helpertext: string;
|
8
8
|
errors: () => any[];
|
9
9
|
options: () => any[];
|
10
|
-
}>, {
|
10
|
+
}>, {
|
11
|
+
isDragging: import('vue').ComputedRef<any>;
|
12
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
11
13
|
"select-value": (...args: any[]) => void;
|
12
14
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
|
13
15
|
modelValue: string;
|
@@ -51,10 +51,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
51
51
|
rightIcon: import('../../components').TIcon;
|
52
52
|
teleport: boolean;
|
53
53
|
prop: string;
|
54
|
-
helpertext: string;
|
55
|
-
optional: string;
|
56
54
|
tooltip: string;
|
57
55
|
clearable: boolean;
|
56
|
+
helpertext: string;
|
57
|
+
optional: string;
|
58
58
|
showDescription: boolean;
|
59
59
|
account: boolean;
|
60
60
|
}, {}>, {
|
@@ -16,8 +16,6 @@ interface IProps {
|
|
16
16
|
viewMode?: boolean;
|
17
17
|
maxSumFilesSize?: number;
|
18
18
|
tooltipWidth?: string;
|
19
|
-
allowRemoveInViewMode?: boolean;
|
20
|
-
hideSize?: boolean;
|
21
19
|
}
|
22
20
|
type TError = {
|
23
21
|
dist: boolean;
|
@@ -46,8 +44,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
46
44
|
width: string;
|
47
45
|
viewMode: boolean;
|
48
46
|
maxSumFilesSize: number;
|
49
|
-
allowRemoveInViewMode: boolean;
|
50
|
-
hideSize: boolean;
|
51
47
|
}>, {
|
52
48
|
addFiles: (files: FileList | File[]) => void;
|
53
49
|
removeFile: (fileToRemove: File | TUnloadedFile) => void;
|
@@ -72,8 +68,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
72
68
|
width: string;
|
73
69
|
viewMode: boolean;
|
74
70
|
maxSumFilesSize: number;
|
75
|
-
allowRemoveInViewMode: boolean;
|
76
|
-
hideSize: boolean;
|
77
71
|
}>>> & {
|
78
72
|
onAddFiles?: (...args: any[]) => any;
|
79
73
|
onRemoveFile?: (...args: any[]) => any;
|
@@ -87,16 +81,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
87
81
|
multiple: boolean;
|
88
82
|
description: string;
|
89
83
|
prop: string;
|
90
|
-
optional: string;
|
91
84
|
tooltip: string;
|
92
85
|
fileSize: number;
|
93
86
|
limit: number;
|
87
|
+
optional: string;
|
94
88
|
maxHeightScroll: number;
|
95
89
|
helperText: string;
|
96
90
|
viewMode: boolean;
|
97
91
|
maxSumFilesSize: number;
|
98
|
-
allowRemoveInViewMode: boolean;
|
99
|
-
hideSize: boolean;
|
100
92
|
}, {}>, {
|
101
93
|
"tooltip-text"?(_: {}): any;
|
102
94
|
}>;
|
@@ -1,7 +1,6 @@
|
|
1
|
-
|
2
|
-
|
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>>>, {}, {}>, {
|
1
|
+
import { ITextProps } from '../types';
|
2
|
+
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
|
5
4
|
default?(_: {}): any;
|
6
5
|
}>;
|
7
6
|
export default _default;
|
@@ -1,7 +1,6 @@
|
|
1
|
-
|
2
|
-
|
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>>>, {}, {}>, {
|
1
|
+
import { ITextProps } from '../types';
|
2
|
+
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
|
5
4
|
default?(_: {}): any;
|
6
5
|
}>;
|
7
6
|
export default _default;
|
@@ -1,7 +1,6 @@
|
|
1
|
-
|
2
|
-
|
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>>>, {}, {}>, {
|
1
|
+
import { ITextProps } from '../types';
|
2
|
+
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
|
5
4
|
default?(_: {}): any;
|
6
5
|
}>;
|
7
6
|
export default _default;
|
@@ -1,7 +1,6 @@
|
|
1
|
-
|
2
|
-
|
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>>>, {}, {}>, {
|
1
|
+
import { ITextProps } from '../types';
|
2
|
+
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
|
5
4
|
default?(_: {}): any;
|
6
5
|
}>;
|
7
6
|
export default _default;
|
@@ -1,7 +1,6 @@
|
|
1
|
-
|
2
|
-
|
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>>>, {}, {}>, {
|
1
|
+
import { ITextProps } from '../types';
|
2
|
+
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
|
5
4
|
default?(_: {}): any;
|
6
5
|
}>;
|
7
6
|
export default _default;
|
@@ -1,7 +1,6 @@
|
|
1
|
-
|
2
|
-
|
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>>>, {}, {}>, {
|
1
|
+
import { ITextProps } from '../types';
|
2
|
+
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
|
5
4
|
default?(_: {}): any;
|
6
5
|
}>;
|
7
6
|
export default _default;
|
@@ -1,7 +1,6 @@
|
|
1
|
-
|
2
|
-
|
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>>>, {}, {}>, {
|
1
|
+
import { ITextProps } from '../types';
|
2
|
+
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
|
5
4
|
default?(_: {}): any;
|
6
5
|
}>;
|
7
6
|
export default _default;
|
@@ -1,7 +1,6 @@
|
|
1
|
-
|
2
|
-
|
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>>>, {}, {}>, {
|
1
|
+
import { ITextProps } from '../types';
|
2
|
+
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
|
5
4
|
default?(_: {}): any;
|
6
5
|
}>;
|
7
6
|
export default _default;
|
@@ -1,7 +1,6 @@
|
|
1
|
-
|
2
|
-
|
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>>>, {}, {}>, {
|
1
|
+
import { ITextProps } from '../types';
|
2
|
+
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
|
5
4
|
default?(_: {}): any;
|
6
5
|
}>;
|
7
6
|
export default _default;
|
@@ -1,7 +1,6 @@
|
|
1
|
-
|
2
|
-
|
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>>>, {}, {}>, {
|
1
|
+
import { ITextProps } from '../types';
|
2
|
+
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
|
5
4
|
default?(_: {}): any;
|
6
5
|
}>;
|
7
6
|
export default _default;
|
@@ -1,7 +1,6 @@
|
|
1
|
-
|
2
|
-
|
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>>>, {}, {}>, {
|
1
|
+
import { ITextProps } from '../types';
|
2
|
+
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
|
5
4
|
default?(_: {}): any;
|
6
5
|
}>;
|
7
6
|
export default _default;
|
@@ -1,7 +1,6 @@
|
|
1
|
-
|
2
|
-
|
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>>>, {}, {}>, {
|
1
|
+
import { ITextProps } from '../types';
|
2
|
+
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
|
5
4
|
default?(_: {}): any;
|
6
5
|
}>;
|
7
6
|
export default _default;
|
@@ -1,15 +1,18 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
};
|
5
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
6
|
-
color: {
|
7
|
-
type: StringConstructor;
|
8
|
-
};
|
9
|
-
}>>, {}, {}>, {
|
1
|
+
import { ITextProps } from '../types';
|
2
|
+
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
|
10
4
|
default?(_: {}): any;
|
11
5
|
}>;
|
12
6
|
export default _default;
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
8
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
9
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
10
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
11
|
+
} : {
|
12
|
+
type: import('vue').PropType<T[K]>;
|
13
|
+
required: true;
|
14
|
+
};
|
15
|
+
};
|
13
16
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
14
17
|
new (): {
|
15
18
|
$slots: S;
|
@@ -1,15 +1,18 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
};
|
5
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
6
|
-
color: {
|
7
|
-
type: StringConstructor;
|
8
|
-
};
|
9
|
-
}>>, {}, {}>, {
|
1
|
+
import { ITextProps } from '../types';
|
2
|
+
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
|
10
4
|
default?(_: {}): any;
|
11
5
|
}>;
|
12
6
|
export default _default;
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
8
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
9
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
10
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
11
|
+
} : {
|
12
|
+
type: import('vue').PropType<T[K]>;
|
13
|
+
required: true;
|
14
|
+
};
|
15
|
+
};
|
13
16
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
14
17
|
new (): {
|
15
18
|
$slots: S;
|
@@ -1,15 +1,18 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
};
|
5
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
6
|
-
color: {
|
7
|
-
type: StringConstructor;
|
8
|
-
};
|
9
|
-
}>>, {}, {}>, {
|
1
|
+
import { ITextProps } from '../types';
|
2
|
+
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
|
10
4
|
default?(_: {}): any;
|
11
5
|
}>;
|
12
6
|
export default _default;
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
8
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
9
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
10
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
11
|
+
} : {
|
12
|
+
type: import('vue').PropType<T[K]>;
|
13
|
+
required: true;
|
14
|
+
};
|
15
|
+
};
|
13
16
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
14
17
|
new (): {
|
15
18
|
$slots: S;
|
@@ -1,15 +1,18 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
};
|
5
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
6
|
-
color: {
|
7
|
-
type: StringConstructor;
|
8
|
-
};
|
9
|
-
}>>, {}, {}>, {
|
1
|
+
import { ITextProps } from '../types';
|
2
|
+
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
|
10
4
|
default?(_: {}): any;
|
11
5
|
}>;
|
12
6
|
export default _default;
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
8
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
9
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
10
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
11
|
+
} : {
|
12
|
+
type: import('vue').PropType<T[K]>;
|
13
|
+
required: true;
|
14
|
+
};
|
15
|
+
};
|
13
16
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
14
17
|
new (): {
|
15
18
|
$slots: S;
|
@@ -1,15 +1,18 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
};
|
5
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
6
|
-
color: {
|
7
|
-
type: StringConstructor;
|
8
|
-
};
|
9
|
-
}>>, {}, {}>, {
|
1
|
+
import { ITextProps } from '../types';
|
2
|
+
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
|
10
4
|
default?(_: {}): any;
|
11
5
|
}>;
|
12
6
|
export default _default;
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
8
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
9
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
10
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
11
|
+
} : {
|
12
|
+
type: import('vue').PropType<T[K]>;
|
13
|
+
required: true;
|
14
|
+
};
|
15
|
+
};
|
13
16
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
14
17
|
new (): {
|
15
18
|
$slots: S;
|
@@ -1,15 +1,18 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
};
|
5
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
6
|
-
color: {
|
7
|
-
type: StringConstructor;
|
8
|
-
};
|
9
|
-
}>>, {}, {}>, {
|
1
|
+
import { ITextProps } from '../types';
|
2
|
+
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
|
10
4
|
default?(_: {}): any;
|
11
5
|
}>;
|
12
6
|
export default _default;
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
8
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
9
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
10
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
11
|
+
} : {
|
12
|
+
type: import('vue').PropType<T[K]>;
|
13
|
+
required: true;
|
14
|
+
};
|
15
|
+
};
|
13
16
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
14
17
|
new (): {
|
15
18
|
$slots: S;
|
@@ -1,15 +1,18 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
};
|
5
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
6
|
-
color: {
|
7
|
-
type: StringConstructor;
|
8
|
-
};
|
9
|
-
}>>, {}, {}>, {
|
1
|
+
import { ITextProps } from '../types';
|
2
|
+
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
|
10
4
|
default?(_: {}): any;
|
11
5
|
}>;
|
12
6
|
export default _default;
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
8
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
9
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
10
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
11
|
+
} : {
|
12
|
+
type: import('vue').PropType<T[K]>;
|
13
|
+
required: true;
|
14
|
+
};
|
15
|
+
};
|
13
16
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
14
17
|
new (): {
|
15
18
|
$slots: S;
|