@factoringplus/pl-components-pack-v3 1.9.9-pre-scrollbar → 1.9.10-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/crypto-pro-actual-cades-plugin-093f9d6e.js +2937 -0
- package/dist/crypto-pro-actual-cades-plugin-10472184.cjs +8 -0
- package/dist/entry-36606729.cjs +115 -0
- package/dist/{entry-3699beec.js → entry-abcd6fab.js} +9290 -9388
- 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-dialog/pl-dialog-plus.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-link/pl-link.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +3 -3
- package/dist/src/components/data/pl-banner/index.d.ts +17 -17
- package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +3 -3
- package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +1 -1
- package/dist/src/components/data/pl-signing/index.d.ts +8 -8
- package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +2 -2
- package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +1 -1
- package/dist/src/components/data/pl-tabs/components/pl-tab.vue.d.ts +1 -1
- package/dist/src/components/data/pl-tags-chips/index.d.ts +22 -22
- package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +2 -2
- package/dist/src/components/data/pl-text-cell/index.d.ts +2 -2
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-select/pl-select.vue.d.ts +2 -2
- package/dist/src/components/deprecated/pl-table/pl-table.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-upload/pl-upload.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +3 -3
- package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +1 -1
- package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +2 -2
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +5 -5
- package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +2 -2
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +72 -51
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +56 -36
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +130 -64
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +152 -66
- package/dist/src/components/form/pl-input-plus/components/pl-currency.vue.d.ts +3 -3
- package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +6 -6
- package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +2 -2
- 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 +243 -243
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +18 -18
- 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 +1 -1
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +6 -6
- package/dist/src/components/form/pl-radio/index.d.ts +16 -16
- package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +7 -7
- package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +1 -1
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +4 -4
- package/dist/src/components/form/pl-switch/pl-switch.vue.d.ts +2 -2
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +3 -3
- package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-label/pl-label.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-option/pl-option.vue.d.ts +2 -2
- package/dist/src/components/shared/pl-tab-pane/pl-tab-pane.vue.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +23 -23
- package/dist/crypto-pro-19fd1707.js +0 -2914
- package/dist/crypto-pro-408288b0.cjs +0 -7
- package/dist/entry-8aa6f892.cjs +0 -115
@@ -1,65 +1,86 @@
|
|
1
|
-
import { IWrapperRangeProps } from '../types';
|
2
1
|
|
3
|
-
declare const _default: import('vue').DefineComponent<
|
4
|
-
modelValue: ()
|
5
|
-
isOpen: boolean
|
6
|
-
dateValue: string
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
3
|
+
modelValue: import('vue').PropType<string[]>;
|
4
|
+
isOpen: import('vue').PropType<boolean>;
|
5
|
+
dateValue: import('vue').PropType<string>;
|
6
|
+
idProp: {
|
7
|
+
type: import('vue').PropType<string>;
|
8
|
+
default: string;
|
9
|
+
};
|
10
|
+
inputElement: {
|
11
|
+
type: import('vue').PropType<HTMLElement>;
|
12
|
+
required: true;
|
13
|
+
};
|
14
|
+
mobile: {
|
15
|
+
type: import('vue').PropType<boolean>;
|
16
|
+
default: boolean;
|
17
|
+
};
|
18
|
+
periods: {
|
19
|
+
type: import('vue').PropType<boolean>;
|
20
|
+
default: boolean;
|
21
|
+
};
|
22
|
+
periodOptions: {
|
23
|
+
type: import('vue').PropType<string[]>;
|
24
|
+
default: () => any[];
|
25
|
+
};
|
26
|
+
monthSwitch: {
|
27
|
+
type: import('vue').PropType<boolean>;
|
28
|
+
default: boolean;
|
29
|
+
};
|
30
|
+
yearSwitch: {
|
31
|
+
type: import('vue').PropType<boolean>;
|
32
|
+
default: boolean;
|
33
|
+
};
|
34
|
+
disabledDate: {
|
35
|
+
type: import('vue').PropType<(date: string) => boolean>;
|
36
|
+
};
|
37
|
+
}, {
|
14
38
|
openPopup: () => void;
|
15
39
|
checkRangeInput: () => void;
|
16
40
|
startUpdateDate: (event: Event & {
|
17
41
|
target: HTMLInputElement;
|
18
42
|
}) => void;
|
19
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
43
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
44
|
+
modelValue: import('vue').PropType<string[]>;
|
45
|
+
isOpen: import('vue').PropType<boolean>;
|
46
|
+
dateValue: import('vue').PropType<string>;
|
47
|
+
idProp: {
|
48
|
+
type: import('vue').PropType<string>;
|
49
|
+
default: string;
|
50
|
+
};
|
51
|
+
inputElement: {
|
52
|
+
type: import('vue').PropType<HTMLElement>;
|
53
|
+
required: true;
|
54
|
+
};
|
55
|
+
mobile: {
|
56
|
+
type: import('vue').PropType<boolean>;
|
57
|
+
default: boolean;
|
58
|
+
};
|
59
|
+
periods: {
|
60
|
+
type: import('vue').PropType<boolean>;
|
61
|
+
default: boolean;
|
62
|
+
};
|
63
|
+
periodOptions: {
|
64
|
+
type: import('vue').PropType<string[]>;
|
65
|
+
default: () => any[];
|
66
|
+
};
|
67
|
+
monthSwitch: {
|
68
|
+
type: import('vue').PropType<boolean>;
|
69
|
+
default: boolean;
|
70
|
+
};
|
71
|
+
yearSwitch: {
|
72
|
+
type: import('vue').PropType<boolean>;
|
73
|
+
default: boolean;
|
74
|
+
};
|
75
|
+
disabledDate: {
|
76
|
+
type: import('vue').PropType<(date: string) => boolean>;
|
77
|
+
};
|
78
|
+
}>>, {
|
39
79
|
idProp: string;
|
40
80
|
mobile: boolean;
|
41
|
-
dateValue: string;
|
42
|
-
isOpen: boolean;
|
43
81
|
periods: boolean;
|
44
82
|
periodOptions: string[];
|
45
83
|
monthSwitch: boolean;
|
46
84
|
yearSwitch: boolean;
|
47
85
|
}, {}>;
|
48
86
|
export default _default;
|
49
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
50
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
51
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
52
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
53
|
-
} : {
|
54
|
-
type: import('vue').PropType<T[K]>;
|
55
|
-
required: true;
|
56
|
-
};
|
57
|
-
};
|
58
|
-
type __VLS_WithDefaults<P, D> = {
|
59
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
60
|
-
default: D[K];
|
61
|
-
}> : P[K];
|
62
|
-
};
|
63
|
-
type __VLS_Prettify<T> = {
|
64
|
-
[K in keyof T]: T[K];
|
65
|
-
} & {};
|
package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts
CHANGED
@@ -1,13 +1,32 @@
|
|
1
|
-
import { IWrapperProps } from '../types';
|
2
1
|
|
3
|
-
declare const _default: import('vue').DefineComponent<
|
4
|
-
|
5
|
-
dateValue: string
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
}
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
3
|
+
isOpen: import('vue').PropType<boolean>;
|
4
|
+
dateValue: import('vue').PropType<string>;
|
5
|
+
modelValue: import('vue').PropType<string>;
|
6
|
+
idProp: {
|
7
|
+
type: import('vue').PropType<string>;
|
8
|
+
default: string;
|
9
|
+
};
|
10
|
+
inputElement: {
|
11
|
+
type: import('vue').PropType<HTMLElement>;
|
12
|
+
required: true;
|
13
|
+
};
|
14
|
+
mobile: {
|
15
|
+
type: import('vue').PropType<boolean>;
|
16
|
+
default: boolean;
|
17
|
+
};
|
18
|
+
monthSwitch: {
|
19
|
+
type: import('vue').PropType<boolean>;
|
20
|
+
default: boolean;
|
21
|
+
};
|
22
|
+
yearSwitch: {
|
23
|
+
type: import('vue').PropType<boolean>;
|
24
|
+
default: boolean;
|
25
|
+
};
|
26
|
+
disabledDate: {
|
27
|
+
type: import('vue').PropType<(date: string) => boolean>;
|
28
|
+
};
|
29
|
+
}, {
|
11
30
|
openPopup: () => void;
|
12
31
|
checkInput: () => void;
|
13
32
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
@@ -15,41 +34,42 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
15
34
|
"update:isOpen": (...args: any[]) => void;
|
16
35
|
"update:dateValue": (...args: any[]) => void;
|
17
36
|
closePickerOnMobile: (...args: any[]) => void;
|
18
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<
|
19
|
-
|
20
|
-
dateValue: string
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
}
|
37
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
38
|
+
isOpen: import('vue').PropType<boolean>;
|
39
|
+
dateValue: import('vue').PropType<string>;
|
40
|
+
modelValue: import('vue').PropType<string>;
|
41
|
+
idProp: {
|
42
|
+
type: import('vue').PropType<string>;
|
43
|
+
default: string;
|
44
|
+
};
|
45
|
+
inputElement: {
|
46
|
+
type: import('vue').PropType<HTMLElement>;
|
47
|
+
required: true;
|
48
|
+
};
|
49
|
+
mobile: {
|
50
|
+
type: import('vue').PropType<boolean>;
|
51
|
+
default: boolean;
|
52
|
+
};
|
53
|
+
monthSwitch: {
|
54
|
+
type: import('vue').PropType<boolean>;
|
55
|
+
default: boolean;
|
56
|
+
};
|
57
|
+
yearSwitch: {
|
58
|
+
type: import('vue').PropType<boolean>;
|
59
|
+
default: boolean;
|
60
|
+
};
|
61
|
+
disabledDate: {
|
62
|
+
type: import('vue').PropType<(date: string) => boolean>;
|
63
|
+
};
|
64
|
+
}>> & {
|
26
65
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
27
66
|
"onUpdate:isOpen"?: (...args: any[]) => any;
|
28
67
|
"onUpdate:dateValue"?: (...args: any[]) => any;
|
29
68
|
onClosePickerOnMobile?: (...args: any[]) => any;
|
30
69
|
}, {
|
31
|
-
modelValue: string;
|
32
70
|
idProp: string;
|
33
71
|
mobile: boolean;
|
34
|
-
dateValue: string;
|
35
72
|
monthSwitch: boolean;
|
36
73
|
yearSwitch: boolean;
|
37
74
|
}, {}>;
|
38
75
|
export default _default;
|
39
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
40
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
41
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
42
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
43
|
-
} : {
|
44
|
-
type: import('vue').PropType<T[K]>;
|
45
|
-
required: true;
|
46
|
-
};
|
47
|
-
};
|
48
|
-
type __VLS_WithDefaults<P, D> = {
|
49
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
50
|
-
default: D[K];
|
51
|
-
}> : P[K];
|
52
|
-
};
|
53
|
-
type __VLS_Prettify<T> = {
|
54
|
-
[K in keyof T]: T[K];
|
55
|
-
} & {};
|
@@ -1,63 +1,146 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
label:
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
2
|
+
modelValue: import('vue').PropType<string>;
|
3
|
+
disabled: {
|
4
|
+
type: import('vue').PropType<boolean>;
|
5
|
+
default: boolean;
|
6
|
+
};
|
7
|
+
label: {
|
8
|
+
type: import('vue').PropType<string>;
|
9
|
+
default: string;
|
10
|
+
};
|
11
|
+
width: {
|
12
|
+
type: import('vue').PropType<string>;
|
13
|
+
default: string;
|
14
|
+
};
|
15
|
+
placeholder: {
|
16
|
+
type: import('vue').PropType<string>;
|
17
|
+
default: string;
|
18
|
+
};
|
19
|
+
prop: {
|
20
|
+
type: import('vue').PropType<string>;
|
21
|
+
default: string;
|
22
|
+
};
|
23
|
+
helpertext: {
|
24
|
+
type: import('vue').PropType<string>;
|
25
|
+
default: string;
|
26
|
+
};
|
27
|
+
optional: {
|
28
|
+
type: import('vue').PropType<string>;
|
29
|
+
default: string;
|
30
|
+
};
|
31
|
+
tooltip: {
|
32
|
+
type: import('vue').PropType<string>;
|
33
|
+
default: string;
|
34
|
+
};
|
35
|
+
clearable: {
|
36
|
+
type: import('vue').PropType<boolean>;
|
37
|
+
default: boolean;
|
38
|
+
};
|
39
|
+
tooltipWidth: {
|
40
|
+
type: import('vue').PropType<string>;
|
41
|
+
};
|
42
|
+
showInput: {
|
43
|
+
type: import('vue').PropType<boolean>;
|
44
|
+
default: boolean;
|
45
|
+
};
|
46
|
+
monthSwitch: {
|
47
|
+
type: import('vue').PropType<boolean>;
|
48
|
+
default: boolean;
|
49
|
+
};
|
50
|
+
yearSwitch: {
|
51
|
+
type: import('vue').PropType<boolean>;
|
52
|
+
default: boolean;
|
53
|
+
};
|
54
|
+
disabledDate: {
|
55
|
+
type: import('vue').PropType<(date: string) => boolean>;
|
56
|
+
default: () => false;
|
57
|
+
};
|
58
|
+
disableTeleport: {
|
59
|
+
type: import('vue').PropType<boolean>;
|
60
|
+
default: boolean;
|
61
|
+
};
|
62
|
+
}, {
|
21
63
|
openPopup: () => void;
|
22
64
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
23
|
-
"update:modelValue": (...args: any[]) => void;
|
24
|
-
blur: (...args: any[]) => void;
|
25
65
|
change: (...args: any[]) => void;
|
66
|
+
blur: (...args: any[]) => void;
|
26
67
|
changeOpen: (...args: any[]) => void;
|
27
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<
|
28
|
-
modelValue:
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
}
|
45
|
-
|
68
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
69
|
+
modelValue: import('vue').PropType<string>;
|
70
|
+
disabled: {
|
71
|
+
type: import('vue').PropType<boolean>;
|
72
|
+
default: boolean;
|
73
|
+
};
|
74
|
+
label: {
|
75
|
+
type: import('vue').PropType<string>;
|
76
|
+
default: string;
|
77
|
+
};
|
78
|
+
width: {
|
79
|
+
type: import('vue').PropType<string>;
|
80
|
+
default: string;
|
81
|
+
};
|
82
|
+
placeholder: {
|
83
|
+
type: import('vue').PropType<string>;
|
84
|
+
default: string;
|
85
|
+
};
|
86
|
+
prop: {
|
87
|
+
type: import('vue').PropType<string>;
|
88
|
+
default: string;
|
89
|
+
};
|
90
|
+
helpertext: {
|
91
|
+
type: import('vue').PropType<string>;
|
92
|
+
default: string;
|
93
|
+
};
|
94
|
+
optional: {
|
95
|
+
type: import('vue').PropType<string>;
|
96
|
+
default: string;
|
97
|
+
};
|
98
|
+
tooltip: {
|
99
|
+
type: import('vue').PropType<string>;
|
100
|
+
default: string;
|
101
|
+
};
|
102
|
+
clearable: {
|
103
|
+
type: import('vue').PropType<boolean>;
|
104
|
+
default: boolean;
|
105
|
+
};
|
106
|
+
tooltipWidth: {
|
107
|
+
type: import('vue').PropType<string>;
|
108
|
+
};
|
109
|
+
showInput: {
|
110
|
+
type: import('vue').PropType<boolean>;
|
111
|
+
default: boolean;
|
112
|
+
};
|
113
|
+
monthSwitch: {
|
114
|
+
type: import('vue').PropType<boolean>;
|
115
|
+
default: boolean;
|
116
|
+
};
|
117
|
+
yearSwitch: {
|
118
|
+
type: import('vue').PropType<boolean>;
|
119
|
+
default: boolean;
|
120
|
+
};
|
121
|
+
disabledDate: {
|
122
|
+
type: import('vue').PropType<(date: string) => boolean>;
|
123
|
+
default: () => false;
|
124
|
+
};
|
125
|
+
disableTeleport: {
|
126
|
+
type: import('vue').PropType<boolean>;
|
127
|
+
default: boolean;
|
128
|
+
};
|
129
|
+
}>> & {
|
46
130
|
onChange?: (...args: any[]) => any;
|
47
|
-
|
131
|
+
onBlur?: (...args: any[]) => any;
|
48
132
|
onChangeOpen?: (...args: any[]) => any;
|
49
133
|
}, {
|
50
|
-
label: string;
|
51
134
|
disabled: boolean;
|
52
|
-
|
135
|
+
label: string;
|
53
136
|
width: string;
|
54
137
|
placeholder: string;
|
55
138
|
prop: string;
|
56
|
-
showInput: boolean;
|
57
|
-
tooltip: string;
|
58
|
-
clearable: boolean;
|
59
139
|
helpertext: string;
|
60
140
|
optional: string;
|
141
|
+
tooltip: string;
|
142
|
+
clearable: boolean;
|
143
|
+
showInput: boolean;
|
61
144
|
monthSwitch: boolean;
|
62
145
|
yearSwitch: boolean;
|
63
146
|
disabledDate: (date: string) => boolean;
|
@@ -66,23 +149,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
66
149
|
"tooltip-text"?(_: {}): any;
|
67
150
|
}>;
|
68
151
|
export default _default;
|
69
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
70
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
71
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
72
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
73
|
-
} : {
|
74
|
-
type: import('vue').PropType<T[K]>;
|
75
|
-
required: true;
|
76
|
-
};
|
77
|
-
};
|
78
|
-
type __VLS_WithDefaults<P, D> = {
|
79
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
80
|
-
default: D[K];
|
81
|
-
}> : P[K];
|
82
|
-
};
|
83
|
-
type __VLS_Prettify<T> = {
|
84
|
-
[K in keyof T]: T[K];
|
85
|
-
} & {};
|
86
152
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
87
153
|
new (): {
|
88
154
|
$slots: S;
|