@factoringplus/pl-components-pack-v3 1.10.11 → 1.10.12-pre-01-refactor
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-fff3b673.js → crypto-pro-actual-cades-plugin-39d4088e.js} +1 -1
- package/dist/{crypto-pro-actual-cades-plugin-98082cab.cjs → crypto-pro-actual-cades-plugin-92e46d97.cjs} +1 -1
- package/dist/entry-68a9c923.cjs +115 -0
- package/dist/{entry-b80b42f0.js → entry-6f158286.js} +12814 -12949
- 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-button/components/PlButtonSpinner.vue.d.ts +3 -7
- package/dist/src/components/basic/pl-button/index.d.ts +6 -18
- package/dist/src/components/basic/pl-button/pl-button.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-button/types/index.d.ts +4 -1
- package/dist/src/components/basic/pl-button-dropdown/index.d.ts +31 -38
- package/dist/src/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +115 -54
- package/dist/src/components/basic/pl-dialog/index.d.ts +411 -5
- package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +162 -92
- package/dist/src/components/basic/pl-dialog/types/index.d.ts +23 -0
- package/dist/src/components/basic/pl-link/index.d.ts +126 -4
- package/dist/src/components/basic/pl-link/pl-link.vue.d.ts +6 -8
- package/dist/src/components/basic/pl-link/types/index.d.ts +7 -0
- package/dist/src/components/basic/pl-scrollbar/index.d.ts +275 -4
- package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +15 -19
- package/dist/src/components/basic/pl-scrollbar/types/index.d.ts +12 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/pl-skeleton-button.vue.d.ts +4 -7
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/pl-skeleton-control.vue.d.ts +4 -8
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-icon/index.d.ts +11 -3
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-icon/pl-skeleton-icon.vue.d.ts +5 -8
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/pl-skeleton-input.vue.d.ts +4 -6
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/pl-skeleton-tabs.vue.d.ts +4 -5
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/pl-skeleton-tags-chips.vue.d.ts +4 -7
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/pl-skeleton-text.vue.d.ts +4 -6
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/pl-skeleton-text-cell.vue.d.ts +2 -5
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-upload/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-upload/pl-skeleton-upload.vue.d.ts +4 -5
- package/dist/src/components/basic/pl-skeleton/index.d.ts +47 -4
- package/dist/src/components/basic/pl-skeleton/pl-skeleton.vue.d.ts +4 -8
- package/dist/src/components/basic/pl-skeleton/types/index.d.ts +43 -0
- package/dist/src/components/basic/pl-tooltip-plus/index.d.ts +166 -5
- package/dist/src/components/basic/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +8 -12
- package/dist/src/components/basic/pl-tooltip-plus/types/index.d.ts +9 -0
- package/dist/src/components/data/pl-banner/index.d.ts +37 -37
- package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +3 -3
- package/dist/src/components/data/pl-card/index.d.ts +46 -4
- package/dist/src/components/data/pl-card/pl-card.vue.d.ts +13 -0
- package/dist/src/components/data/pl-card/types/index.d.ts +8 -0
- package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +1 -1
- package/dist/src/components/data/pl-multitab/index.d.ts +40 -4
- package/dist/src/components/data/pl-multitab/pl-multitab.vue.d.ts +29 -35
- package/dist/src/components/data/pl-multitab/types/index.d.ts +0 -1
- package/dist/src/components/data/pl-onboarding/index.d.ts +172 -4
- package/dist/src/components/data/pl-onboarding/pl-onboarding.vue.d.ts +63 -60
- package/dist/src/components/data/pl-onboarding/types/index.d.ts +12 -0
- package/dist/src/components/data/pl-progress/index.d.ts +8 -0
- package/dist/src/components/data/pl-progress/pl-progress.vue.d.ts +4 -9
- package/dist/src/components/data/pl-progress/types/index.d.ts +7 -0
- package/dist/src/components/data/pl-sign-error/index.d.ts +3 -0
- package/dist/src/components/data/pl-sign-error/pl-sign-error.vue.d.ts +4 -10
- package/dist/src/components/data/pl-sign-error/types/index.d.ts +5 -0
- package/dist/src/components/data/pl-signing/index.d.ts +19 -38
- package/dist/src/components/data/pl-signing/pl-signing.vue.d.ts +52 -57
- package/dist/src/components/data/pl-signing/types/index.d.ts +7 -0
- package/dist/src/components/data/pl-snackbar/index.d.ts +8 -1
- package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +5 -5
- package/dist/src/components/data/pl-snackbar/{types.d.ts → types/index.d.ts} +3 -2
- package/dist/src/components/data/pl-stepper/index.d.ts +67 -4
- package/dist/src/components/data/pl-stepper/pl-stepper.vue.d.ts +30 -51
- package/dist/src/components/data/pl-stepper/types/index.d.ts +10 -0
- package/dist/src/components/data/pl-table-plus/components/Pagination/PlPagination.vue.d.ts +15 -6
- package/dist/src/components/data/pl-table-plus/components/Pagination/index.d.ts +15 -6
- package/dist/src/components/data/pl-table-plus/components/row-mask.vue.d.ts +5 -5
- package/dist/src/components/data/pl-table-plus/index.d.ts +523 -4
- package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +41 -41
- package/dist/src/components/data/pl-table-plus/types/index.d.ts +27 -0
- package/dist/src/components/data/pl-tabs/components/pl-tab-counter.vue.d.ts +25 -11
- package/dist/src/components/data/pl-tabs/components/pl-tab.vue.d.ts +3 -3
- package/dist/src/components/data/pl-tabs/index.d.ts +49 -4
- package/dist/src/components/data/pl-tabs/pl-tabs.vue.d.ts +38 -40
- package/dist/src/components/data/pl-tabs/types/index.d.ts +6 -0
- package/dist/src/components/data/pl-tags-chips/index.d.ts +65 -57
- package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +11 -25
- package/dist/src/components/data/pl-tags-chips/types/index.d.ts +17 -0
- package/dist/src/components/data/pl-text-cell/index.d.ts +40 -17
- package/dist/src/components/data/pl-text-cell/pl-text-cell.vue.d.ts +18 -10
- package/dist/src/components/data/pl-text-cell/types/index.d.ts +9 -0
- 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-dialog/pl-dialog.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-select/pl-select.vue.d.ts +5 -5
- package/dist/src/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-table/pl-table.vue.d.ts +3 -3
- package/dist/src/components/deprecated/pl-tooltip/pl-tooltip.vue.d.ts +3 -3
- package/dist/src/components/deprecated/pl-upload/pl-upload.vue.d.ts +4 -4
- package/dist/src/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +4 -4
- package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +5 -5
- package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +98 -54
- package/dist/src/components/form/pl-autocomplete/index.d.ts +461 -4
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +190 -80
- package/dist/src/components/form/pl-autocomplete/types/index.d.ts +0 -2
- package/dist/src/components/form/pl-checkbox-plus/index.d.ts +142 -4
- package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +21 -30
- package/dist/src/components/form/pl-checkbox-plus/types/index.d.ts +7 -0
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +2 -8
- package/dist/src/components/form/pl-date-picker-plus/common/types/index.d.ts +2 -8
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +27 -27
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +36 -36
- package/dist/src/components/form/pl-form/index.d.ts +96 -4
- package/dist/src/components/form/pl-form/pl-form.vue.d.ts +24 -35
- package/dist/src/components/form/pl-form/types/index.d.ts +9 -0
- package/dist/src/components/form/pl-input-plus/components/pl-currency.vue.d.ts +104 -44
- package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +134 -65
- package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +80 -43
- package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +40 -38
- package/dist/src/components/form/pl-input-plus/index.d.ts +266 -284
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +291 -115
- package/dist/src/components/form/pl-input-plus/types/index.d.ts +1 -1
- package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +78 -59
- package/dist/src/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +95 -44
- package/dist/src/components/form/pl-multi-select/index.d.ts +341 -4
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +138 -68
- package/dist/src/components/form/pl-multi-select/types/index.d.ts +0 -1
- package/dist/src/components/form/pl-radio/index.d.ts +10 -16
- package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +4 -6
- package/dist/src/components/form/pl-radio/types/index.d.ts +0 -4
- package/dist/src/components/form/pl-select-plus/components/pl-account.vue.d.ts +30 -42
- package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +77 -59
- package/dist/src/components/form/pl-select-plus/components/pl-select-dropdown.vue.d.ts +3 -5
- package/dist/src/components/form/pl-select-plus/index.d.ts +348 -6
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +143 -65
- package/dist/src/components/form/pl-select-plus/types/index.d.ts +0 -1
- package/dist/src/components/form/pl-switch/index.d.ts +44 -4
- package/dist/src/components/form/pl-switch/pl-switch.vue.d.ts +10 -19
- package/dist/src/components/form/pl-switch/types/index.d.ts +5 -0
- package/dist/src/components/form/pl-upload-plus/index.d.ts +709 -4
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +163 -91
- package/dist/src/components/form/pl-upload-plus/types/index.d.ts +20 -0
- package/dist/src/components/shared/pl-dropdown/index.d.ts +122 -0
- package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +43 -37
- package/dist/src/components/shared/pl-dropdown/types/index.d.ts +7 -0
- package/dist/src/components/shared/pl-label/index.d.ts +90 -0
- package/dist/src/components/shared/pl-label/pl-label.vue.d.ts +28 -27
- package/dist/src/components/shared/pl-label/types/index.d.ts +5 -0
- package/dist/src/components/shared/pl-mark-text/index.d.ts +17 -9
- package/dist/src/components/shared/pl-mark-text/pl-mark-text.vue.d.ts +9 -9
- package/dist/src/components/shared/pl-mark-text/types/index.d.ts +3 -0
- package/dist/src/components/shared/pl-option/index.d.ts +128 -4
- package/dist/src/components/shared/pl-option/pl-option.vue.d.ts +50 -109
- package/dist/src/components/shared/pl-option/types/index.d.ts +17 -0
- package/dist/src/components/shared/pl-status-icon/index.d.ts +12 -12
- package/dist/src/components/shared/pl-status-icon/pl-status-icon.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-tab-pane/index.d.ts +145 -4
- package/dist/src/components/shared/pl-tab-pane/pl-tab-pane.vue.d.ts +1 -1
- package/dist/src/services/pl-navigation/components/Header.vue.d.ts +7 -7
- package/dist/src/services/pl-navigation/components/NavButton/NavButton.vue.d.ts +33 -38
- package/dist/src/services/pl-navigation/components/NavButton/index.d.ts +17 -31
- package/dist/src/services/pl-navigation/components/SidebarItem/SidebarItem.vue.d.ts +5 -5
- package/dist/src/services/pl-navigation/components/SidebarItem/index.d.ts +2 -2
- package/dist/src/services/pl-navigation/index.d.ts +18 -18
- package/dist/src/services/pl-navigation/pl-navigation.vue.d.ts +6 -6
- package/dist/src/services/pl-navigation/{types.d.ts → types/index.d.ts} +1 -1
- package/dist/src/services/pl-navigation-plus/components/HeaderPlus.vue.d.ts +5 -5
- package/dist/src/services/pl-navigation-plus/components/NavButtonPlus/NavButtonPlus.vue.d.ts +33 -38
- package/dist/src/services/pl-navigation-plus/components/NavButtonPlus/index.d.ts +17 -31
- package/dist/src/services/pl-navigation-plus/components/SidebarItem/SidebarItemPlus.vue.d.ts +5 -5
- package/dist/src/services/pl-navigation-plus/components/SidebarItem/index.d.ts +2 -2
- package/dist/src/services/pl-navigation-plus/index.d.ts +12 -12
- package/dist/src/services/pl-navigation-plus/pl-navigation-plus.vue.d.ts +4 -4
- package/dist/src/services/pl-navigation-plus/{types.d.ts → types/index.d.ts} +1 -1
- package/dist/src/utils/types.d.ts +1 -0
- package/dist/style.css +1 -1
- package/package.json +6 -5
- package/dist/entry-8adeee28.cjs +0 -115
- /package/dist/src/components/shared/pl-text/{types.d.ts → types/index.d.ts} +0 -0
|
@@ -1,6 +1,412 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IDialogPlusProps } from './types';
|
|
2
2
|
|
|
3
|
-
declare const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
export declare const PlDialogPlus: import('../../../install-function').SFCInstallWithContext<{
|
|
4
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
5
|
+
modelValue: import('vue').PropType<boolean>;
|
|
6
|
+
type: {
|
|
7
|
+
type: import('vue').PropType<"status" | "standart" | "illustration" | "side">;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
icon: {
|
|
11
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
loading: {
|
|
15
|
+
type: import('vue').PropType<boolean>;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
beforeClose: {
|
|
19
|
+
type: import('vue').PropType<() => void>;
|
|
20
|
+
};
|
|
21
|
+
width: {
|
|
22
|
+
type: import('vue').PropType<string>;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
showHeader: {
|
|
26
|
+
type: import('vue').PropType<boolean>;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
showClose: {
|
|
30
|
+
type: import('vue').PropType<boolean>;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
disabledTeleport: {
|
|
34
|
+
type: import('vue').PropType<boolean>;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
closeOnOverlay: {
|
|
38
|
+
type: import('vue').PropType<boolean>;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
innerScroll: {
|
|
42
|
+
type: import('vue').PropType<boolean>;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
title: {
|
|
46
|
+
type: import('vue').PropType<string>;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
subTitle: {
|
|
50
|
+
type: import('vue').PropType<string>;
|
|
51
|
+
default: string;
|
|
52
|
+
};
|
|
53
|
+
status: {
|
|
54
|
+
type: import('vue').PropType<"delete" | "successful" | "info" | "attention" | "neutral">;
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
57
|
+
overlayClass: {
|
|
58
|
+
type: import('vue').PropType<string>;
|
|
59
|
+
default: string;
|
|
60
|
+
};
|
|
61
|
+
dialogClass: {
|
|
62
|
+
type: import('vue').PropType<string>;
|
|
63
|
+
default: string;
|
|
64
|
+
};
|
|
65
|
+
manualClose: {
|
|
66
|
+
type: import('vue').PropType<boolean>;
|
|
67
|
+
default: boolean;
|
|
68
|
+
};
|
|
69
|
+
calendar: {
|
|
70
|
+
type: import('vue').PropType<boolean>;
|
|
71
|
+
default: boolean;
|
|
72
|
+
};
|
|
73
|
+
customColors: {
|
|
74
|
+
type: import('vue').PropType<import('../../shared/pl-status-icon/types').TStatusIconCustomColors>;
|
|
75
|
+
default: () => {
|
|
76
|
+
icon: string;
|
|
77
|
+
colorIcon: string;
|
|
78
|
+
colorIconOverlay: string;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
}>> & {
|
|
82
|
+
"onClose-modal"?: () => any;
|
|
83
|
+
}, {
|
|
84
|
+
closeModal: () => void;
|
|
85
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
86
|
+
"close-modal": () => void;
|
|
87
|
+
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
88
|
+
modelValue: import('vue').PropType<boolean>;
|
|
89
|
+
type: {
|
|
90
|
+
type: import('vue').PropType<"status" | "standart" | "illustration" | "side">;
|
|
91
|
+
default: string;
|
|
92
|
+
};
|
|
93
|
+
icon: {
|
|
94
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
95
|
+
default: string;
|
|
96
|
+
};
|
|
97
|
+
loading: {
|
|
98
|
+
type: import('vue').PropType<boolean>;
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
101
|
+
beforeClose: {
|
|
102
|
+
type: import('vue').PropType<() => void>;
|
|
103
|
+
};
|
|
104
|
+
width: {
|
|
105
|
+
type: import('vue').PropType<string>;
|
|
106
|
+
default: string;
|
|
107
|
+
};
|
|
108
|
+
showHeader: {
|
|
109
|
+
type: import('vue').PropType<boolean>;
|
|
110
|
+
default: boolean;
|
|
111
|
+
};
|
|
112
|
+
showClose: {
|
|
113
|
+
type: import('vue').PropType<boolean>;
|
|
114
|
+
default: boolean;
|
|
115
|
+
};
|
|
116
|
+
disabledTeleport: {
|
|
117
|
+
type: import('vue').PropType<boolean>;
|
|
118
|
+
default: boolean;
|
|
119
|
+
};
|
|
120
|
+
closeOnOverlay: {
|
|
121
|
+
type: import('vue').PropType<boolean>;
|
|
122
|
+
default: boolean;
|
|
123
|
+
};
|
|
124
|
+
innerScroll: {
|
|
125
|
+
type: import('vue').PropType<boolean>;
|
|
126
|
+
default: boolean;
|
|
127
|
+
};
|
|
128
|
+
title: {
|
|
129
|
+
type: import('vue').PropType<string>;
|
|
130
|
+
default: string;
|
|
131
|
+
};
|
|
132
|
+
subTitle: {
|
|
133
|
+
type: import('vue').PropType<string>;
|
|
134
|
+
default: string;
|
|
135
|
+
};
|
|
136
|
+
status: {
|
|
137
|
+
type: import('vue').PropType<"delete" | "successful" | "info" | "attention" | "neutral">;
|
|
138
|
+
default: string;
|
|
139
|
+
};
|
|
140
|
+
overlayClass: {
|
|
141
|
+
type: import('vue').PropType<string>;
|
|
142
|
+
default: string;
|
|
143
|
+
};
|
|
144
|
+
dialogClass: {
|
|
145
|
+
type: import('vue').PropType<string>;
|
|
146
|
+
default: string;
|
|
147
|
+
};
|
|
148
|
+
manualClose: {
|
|
149
|
+
type: import('vue').PropType<boolean>;
|
|
150
|
+
default: boolean;
|
|
151
|
+
};
|
|
152
|
+
calendar: {
|
|
153
|
+
type: import('vue').PropType<boolean>;
|
|
154
|
+
default: boolean;
|
|
155
|
+
};
|
|
156
|
+
customColors: {
|
|
157
|
+
type: import('vue').PropType<import('../../shared/pl-status-icon/types').TStatusIconCustomColors>;
|
|
158
|
+
default: () => {
|
|
159
|
+
icon: string;
|
|
160
|
+
colorIcon: string;
|
|
161
|
+
colorIconOverlay: string;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
}>> & {
|
|
165
|
+
"onClose-modal"?: () => any;
|
|
166
|
+
}, {
|
|
167
|
+
type: "status" | "standart" | "illustration" | "side";
|
|
168
|
+
icon: import('../../components').TIcon;
|
|
169
|
+
loading: boolean;
|
|
170
|
+
width: string;
|
|
171
|
+
showHeader: boolean;
|
|
172
|
+
showClose: boolean;
|
|
173
|
+
disabledTeleport: boolean;
|
|
174
|
+
closeOnOverlay: boolean;
|
|
175
|
+
innerScroll: boolean;
|
|
176
|
+
title: string;
|
|
177
|
+
subTitle: string;
|
|
178
|
+
status: "delete" | "successful" | "info" | "attention" | "neutral";
|
|
179
|
+
overlayClass: string;
|
|
180
|
+
dialogClass: string;
|
|
181
|
+
manualClose: boolean;
|
|
182
|
+
calendar: boolean;
|
|
183
|
+
customColors: import('../../shared/pl-status-icon/types').TStatusIconCustomColors;
|
|
184
|
+
}, true, {}, {}, {
|
|
185
|
+
P: {};
|
|
186
|
+
B: {};
|
|
187
|
+
D: {};
|
|
188
|
+
C: {};
|
|
189
|
+
M: {};
|
|
190
|
+
Defaults: {};
|
|
191
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
192
|
+
modelValue: import('vue').PropType<boolean>;
|
|
193
|
+
type: {
|
|
194
|
+
type: import('vue').PropType<"status" | "standart" | "illustration" | "side">;
|
|
195
|
+
default: string;
|
|
196
|
+
};
|
|
197
|
+
icon: {
|
|
198
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
199
|
+
default: string;
|
|
200
|
+
};
|
|
201
|
+
loading: {
|
|
202
|
+
type: import('vue').PropType<boolean>;
|
|
203
|
+
default: boolean;
|
|
204
|
+
};
|
|
205
|
+
beforeClose: {
|
|
206
|
+
type: import('vue').PropType<() => void>;
|
|
207
|
+
};
|
|
208
|
+
width: {
|
|
209
|
+
type: import('vue').PropType<string>;
|
|
210
|
+
default: string;
|
|
211
|
+
};
|
|
212
|
+
showHeader: {
|
|
213
|
+
type: import('vue').PropType<boolean>;
|
|
214
|
+
default: boolean;
|
|
215
|
+
};
|
|
216
|
+
showClose: {
|
|
217
|
+
type: import('vue').PropType<boolean>;
|
|
218
|
+
default: boolean;
|
|
219
|
+
};
|
|
220
|
+
disabledTeleport: {
|
|
221
|
+
type: import('vue').PropType<boolean>;
|
|
222
|
+
default: boolean;
|
|
223
|
+
};
|
|
224
|
+
closeOnOverlay: {
|
|
225
|
+
type: import('vue').PropType<boolean>;
|
|
226
|
+
default: boolean;
|
|
227
|
+
};
|
|
228
|
+
innerScroll: {
|
|
229
|
+
type: import('vue').PropType<boolean>;
|
|
230
|
+
default: boolean;
|
|
231
|
+
};
|
|
232
|
+
title: {
|
|
233
|
+
type: import('vue').PropType<string>;
|
|
234
|
+
default: string;
|
|
235
|
+
};
|
|
236
|
+
subTitle: {
|
|
237
|
+
type: import('vue').PropType<string>;
|
|
238
|
+
default: string;
|
|
239
|
+
};
|
|
240
|
+
status: {
|
|
241
|
+
type: import('vue').PropType<"delete" | "successful" | "info" | "attention" | "neutral">;
|
|
242
|
+
default: string;
|
|
243
|
+
};
|
|
244
|
+
overlayClass: {
|
|
245
|
+
type: import('vue').PropType<string>;
|
|
246
|
+
default: string;
|
|
247
|
+
};
|
|
248
|
+
dialogClass: {
|
|
249
|
+
type: import('vue').PropType<string>;
|
|
250
|
+
default: string;
|
|
251
|
+
};
|
|
252
|
+
manualClose: {
|
|
253
|
+
type: import('vue').PropType<boolean>;
|
|
254
|
+
default: boolean;
|
|
255
|
+
};
|
|
256
|
+
calendar: {
|
|
257
|
+
type: import('vue').PropType<boolean>;
|
|
258
|
+
default: boolean;
|
|
259
|
+
};
|
|
260
|
+
customColors: {
|
|
261
|
+
type: import('vue').PropType<import('../../shared/pl-status-icon/types').TStatusIconCustomColors>;
|
|
262
|
+
default: () => {
|
|
263
|
+
icon: string;
|
|
264
|
+
colorIcon: string;
|
|
265
|
+
colorIconOverlay: string;
|
|
266
|
+
};
|
|
267
|
+
};
|
|
268
|
+
}>> & {
|
|
269
|
+
"onClose-modal"?: () => any;
|
|
270
|
+
}, {
|
|
271
|
+
closeModal: () => void;
|
|
272
|
+
}, {}, {}, {}, {
|
|
273
|
+
type: "status" | "standart" | "illustration" | "side";
|
|
274
|
+
icon: import('../../components').TIcon;
|
|
275
|
+
loading: boolean;
|
|
276
|
+
width: string;
|
|
277
|
+
showHeader: boolean;
|
|
278
|
+
showClose: boolean;
|
|
279
|
+
disabledTeleport: boolean;
|
|
280
|
+
closeOnOverlay: boolean;
|
|
281
|
+
innerScroll: boolean;
|
|
282
|
+
title: string;
|
|
283
|
+
subTitle: string;
|
|
284
|
+
status: "delete" | "successful" | "info" | "attention" | "neutral";
|
|
285
|
+
overlayClass: string;
|
|
286
|
+
dialogClass: string;
|
|
287
|
+
manualClose: boolean;
|
|
288
|
+
calendar: boolean;
|
|
289
|
+
customColors: import('../../shared/pl-status-icon/types').TStatusIconCustomColors;
|
|
290
|
+
}>;
|
|
291
|
+
__isFragment?: never;
|
|
292
|
+
__isTeleport?: never;
|
|
293
|
+
__isSuspense?: never;
|
|
294
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
295
|
+
modelValue: import('vue').PropType<boolean>;
|
|
296
|
+
type: {
|
|
297
|
+
type: import('vue').PropType<"status" | "standart" | "illustration" | "side">;
|
|
298
|
+
default: string;
|
|
299
|
+
};
|
|
300
|
+
icon: {
|
|
301
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
302
|
+
default: string;
|
|
303
|
+
};
|
|
304
|
+
loading: {
|
|
305
|
+
type: import('vue').PropType<boolean>;
|
|
306
|
+
default: boolean;
|
|
307
|
+
};
|
|
308
|
+
beforeClose: {
|
|
309
|
+
type: import('vue').PropType<() => void>;
|
|
310
|
+
};
|
|
311
|
+
width: {
|
|
312
|
+
type: import('vue').PropType<string>;
|
|
313
|
+
default: string;
|
|
314
|
+
};
|
|
315
|
+
showHeader: {
|
|
316
|
+
type: import('vue').PropType<boolean>;
|
|
317
|
+
default: boolean;
|
|
318
|
+
};
|
|
319
|
+
showClose: {
|
|
320
|
+
type: import('vue').PropType<boolean>;
|
|
321
|
+
default: boolean;
|
|
322
|
+
};
|
|
323
|
+
disabledTeleport: {
|
|
324
|
+
type: import('vue').PropType<boolean>;
|
|
325
|
+
default: boolean;
|
|
326
|
+
};
|
|
327
|
+
closeOnOverlay: {
|
|
328
|
+
type: import('vue').PropType<boolean>;
|
|
329
|
+
default: boolean;
|
|
330
|
+
};
|
|
331
|
+
innerScroll: {
|
|
332
|
+
type: import('vue').PropType<boolean>;
|
|
333
|
+
default: boolean;
|
|
334
|
+
};
|
|
335
|
+
title: {
|
|
336
|
+
type: import('vue').PropType<string>;
|
|
337
|
+
default: string;
|
|
338
|
+
};
|
|
339
|
+
subTitle: {
|
|
340
|
+
type: import('vue').PropType<string>;
|
|
341
|
+
default: string;
|
|
342
|
+
};
|
|
343
|
+
status: {
|
|
344
|
+
type: import('vue').PropType<"delete" | "successful" | "info" | "attention" | "neutral">;
|
|
345
|
+
default: string;
|
|
346
|
+
};
|
|
347
|
+
overlayClass: {
|
|
348
|
+
type: import('vue').PropType<string>;
|
|
349
|
+
default: string;
|
|
350
|
+
};
|
|
351
|
+
dialogClass: {
|
|
352
|
+
type: import('vue').PropType<string>;
|
|
353
|
+
default: string;
|
|
354
|
+
};
|
|
355
|
+
manualClose: {
|
|
356
|
+
type: import('vue').PropType<boolean>;
|
|
357
|
+
default: boolean;
|
|
358
|
+
};
|
|
359
|
+
calendar: {
|
|
360
|
+
type: import('vue').PropType<boolean>;
|
|
361
|
+
default: boolean;
|
|
362
|
+
};
|
|
363
|
+
customColors: {
|
|
364
|
+
type: import('vue').PropType<import('../../shared/pl-status-icon/types').TStatusIconCustomColors>;
|
|
365
|
+
default: () => {
|
|
366
|
+
icon: string;
|
|
367
|
+
colorIcon: string;
|
|
368
|
+
colorIconOverlay: string;
|
|
369
|
+
};
|
|
370
|
+
};
|
|
371
|
+
}>> & {
|
|
372
|
+
"onClose-modal"?: () => any;
|
|
373
|
+
}, {
|
|
374
|
+
closeModal: () => void;
|
|
375
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
376
|
+
"close-modal": () => void;
|
|
377
|
+
}, string, {
|
|
378
|
+
type: "status" | "standart" | "illustration" | "side";
|
|
379
|
+
icon: import('../../components').TIcon;
|
|
380
|
+
loading: boolean;
|
|
381
|
+
width: string;
|
|
382
|
+
showHeader: boolean;
|
|
383
|
+
showClose: boolean;
|
|
384
|
+
disabledTeleport: boolean;
|
|
385
|
+
closeOnOverlay: boolean;
|
|
386
|
+
innerScroll: boolean;
|
|
387
|
+
title: string;
|
|
388
|
+
subTitle: string;
|
|
389
|
+
status: "delete" | "successful" | "info" | "attention" | "neutral";
|
|
390
|
+
overlayClass: string;
|
|
391
|
+
dialogClass: string;
|
|
392
|
+
manualClose: boolean;
|
|
393
|
+
calendar: boolean;
|
|
394
|
+
customColors: import('../../shared/pl-status-icon/types').TStatusIconCustomColors;
|
|
395
|
+
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
396
|
+
$slots: {
|
|
397
|
+
header?(_: {
|
|
398
|
+
touchstart: () => void;
|
|
399
|
+
}): any;
|
|
400
|
+
headerBtns?(_: {}): any;
|
|
401
|
+
additional?(_: {}): any;
|
|
402
|
+
default?(_: {}): any;
|
|
403
|
+
footer?(_: {}): any;
|
|
404
|
+
};
|
|
405
|
+
})>;
|
|
406
|
+
export default PlDialogPlus;
|
|
407
|
+
export type { IDialogPlusProps };
|
|
408
|
+
declare module 'vue' {
|
|
409
|
+
interface GlobalComponents {
|
|
410
|
+
PlDialogPlus: import('vue').DefineComponent<IDialogPlusProps>;
|
|
411
|
+
}
|
|
412
|
+
}
|
|
@@ -1,94 +1,181 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDialogPlusProps>, {
|
|
26
|
-
modelValue: boolean;
|
|
27
|
-
width: string;
|
|
28
|
-
showHeader: boolean;
|
|
29
|
-
showClose: boolean;
|
|
30
|
-
disabledTeleport: boolean;
|
|
31
|
-
closeOnOverlay: boolean;
|
|
32
|
-
innerScroll: boolean;
|
|
33
|
-
type: string;
|
|
34
|
-
status: string;
|
|
35
|
-
icon: string;
|
|
36
|
-
loading: boolean;
|
|
37
|
-
overlayClass: string;
|
|
38
|
-
dialogClass: string;
|
|
39
|
-
manualClose: boolean;
|
|
40
|
-
calendar: boolean;
|
|
41
|
-
customColors: () => {
|
|
42
|
-
icon: string;
|
|
43
|
-
colorIcon: string;
|
|
44
|
-
colorIconOverlay: string;
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
2
|
+
modelValue: import('vue').PropType<boolean>;
|
|
3
|
+
type: {
|
|
4
|
+
type: import('vue').PropType<"status" | "standart" | "illustration" | "side">;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
icon: {
|
|
8
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
loading: {
|
|
12
|
+
type: import('vue').PropType<boolean>;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
beforeClose: {
|
|
16
|
+
type: import('vue').PropType<() => void>;
|
|
17
|
+
};
|
|
18
|
+
width: {
|
|
19
|
+
type: import('vue').PropType<string>;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
showHeader: {
|
|
23
|
+
type: import('vue').PropType<boolean>;
|
|
24
|
+
default: boolean;
|
|
45
25
|
};
|
|
46
|
-
|
|
26
|
+
showClose: {
|
|
27
|
+
type: import('vue').PropType<boolean>;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
disabledTeleport: {
|
|
31
|
+
type: import('vue').PropType<boolean>;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
closeOnOverlay: {
|
|
35
|
+
type: import('vue').PropType<boolean>;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
innerScroll: {
|
|
39
|
+
type: import('vue').PropType<boolean>;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
42
|
+
title: {
|
|
43
|
+
type: import('vue').PropType<string>;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
subTitle: {
|
|
47
|
+
type: import('vue').PropType<string>;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
status: {
|
|
51
|
+
type: import('vue').PropType<"delete" | "successful" | "info" | "attention" | "neutral">;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
overlayClass: {
|
|
55
|
+
type: import('vue').PropType<string>;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
dialogClass: {
|
|
59
|
+
type: import('vue').PropType<string>;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
manualClose: {
|
|
63
|
+
type: import('vue').PropType<boolean>;
|
|
64
|
+
default: boolean;
|
|
65
|
+
};
|
|
66
|
+
calendar: {
|
|
67
|
+
type: import('vue').PropType<boolean>;
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
70
|
+
customColors: {
|
|
71
|
+
type: import('vue').PropType<import('../../shared/pl-status-icon/types').TStatusIconCustomColors>;
|
|
72
|
+
default: () => {
|
|
73
|
+
icon: string;
|
|
74
|
+
colorIcon: string;
|
|
75
|
+
colorIconOverlay: string;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
}, {
|
|
47
79
|
closeModal: () => void;
|
|
48
80
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
81
|
+
"close-modal": () => void;
|
|
82
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
83
|
+
modelValue: import('vue').PropType<boolean>;
|
|
84
|
+
type: {
|
|
85
|
+
type: import('vue').PropType<"status" | "standart" | "illustration" | "side">;
|
|
86
|
+
default: string;
|
|
87
|
+
};
|
|
88
|
+
icon: {
|
|
89
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
92
|
+
loading: {
|
|
93
|
+
type: import('vue').PropType<boolean>;
|
|
94
|
+
default: boolean;
|
|
95
|
+
};
|
|
96
|
+
beforeClose: {
|
|
97
|
+
type: import('vue').PropType<() => void>;
|
|
98
|
+
};
|
|
99
|
+
width: {
|
|
100
|
+
type: import('vue').PropType<string>;
|
|
101
|
+
default: string;
|
|
102
|
+
};
|
|
103
|
+
showHeader: {
|
|
104
|
+
type: import('vue').PropType<boolean>;
|
|
105
|
+
default: boolean;
|
|
106
|
+
};
|
|
107
|
+
showClose: {
|
|
108
|
+
type: import('vue').PropType<boolean>;
|
|
109
|
+
default: boolean;
|
|
110
|
+
};
|
|
111
|
+
disabledTeleport: {
|
|
112
|
+
type: import('vue').PropType<boolean>;
|
|
113
|
+
default: boolean;
|
|
114
|
+
};
|
|
115
|
+
closeOnOverlay: {
|
|
116
|
+
type: import('vue').PropType<boolean>;
|
|
117
|
+
default: boolean;
|
|
118
|
+
};
|
|
119
|
+
innerScroll: {
|
|
120
|
+
type: import('vue').PropType<boolean>;
|
|
121
|
+
default: boolean;
|
|
122
|
+
};
|
|
123
|
+
title: {
|
|
124
|
+
type: import('vue').PropType<string>;
|
|
125
|
+
default: string;
|
|
126
|
+
};
|
|
127
|
+
subTitle: {
|
|
128
|
+
type: import('vue').PropType<string>;
|
|
129
|
+
default: string;
|
|
130
|
+
};
|
|
131
|
+
status: {
|
|
132
|
+
type: import('vue').PropType<"delete" | "successful" | "info" | "attention" | "neutral">;
|
|
133
|
+
default: string;
|
|
134
|
+
};
|
|
135
|
+
overlayClass: {
|
|
136
|
+
type: import('vue').PropType<string>;
|
|
137
|
+
default: string;
|
|
138
|
+
};
|
|
139
|
+
dialogClass: {
|
|
140
|
+
type: import('vue').PropType<string>;
|
|
141
|
+
default: string;
|
|
142
|
+
};
|
|
143
|
+
manualClose: {
|
|
144
|
+
type: import('vue').PropType<boolean>;
|
|
145
|
+
default: boolean;
|
|
146
|
+
};
|
|
147
|
+
calendar: {
|
|
148
|
+
type: import('vue').PropType<boolean>;
|
|
149
|
+
default: boolean;
|
|
150
|
+
};
|
|
151
|
+
customColors: {
|
|
152
|
+
type: import('vue').PropType<import('../../shared/pl-status-icon/types').TStatusIconCustomColors>;
|
|
153
|
+
default: () => {
|
|
154
|
+
icon: string;
|
|
155
|
+
colorIcon: string;
|
|
156
|
+
colorIconOverlay: string;
|
|
157
|
+
};
|
|
158
|
+
};
|
|
159
|
+
}>> & {
|
|
160
|
+
"onClose-modal"?: () => any;
|
|
75
161
|
}, {
|
|
76
162
|
type: "status" | "standart" | "illustration" | "side";
|
|
77
|
-
icon: TIcon;
|
|
163
|
+
icon: import('../../components').TIcon;
|
|
78
164
|
loading: boolean;
|
|
79
|
-
modelValue: boolean;
|
|
80
165
|
width: string;
|
|
81
|
-
customColors: TStatusIconCustomColors;
|
|
82
|
-
status: "delete" | "info" | "successful" | "attention" | "neutral";
|
|
83
166
|
showHeader: boolean;
|
|
84
167
|
showClose: boolean;
|
|
85
168
|
disabledTeleport: boolean;
|
|
86
169
|
closeOnOverlay: boolean;
|
|
87
170
|
innerScroll: boolean;
|
|
171
|
+
title: string;
|
|
172
|
+
subTitle: string;
|
|
173
|
+
status: "delete" | "successful" | "info" | "attention" | "neutral";
|
|
88
174
|
overlayClass: string;
|
|
89
175
|
dialogClass: string;
|
|
90
176
|
manualClose: boolean;
|
|
91
177
|
calendar: boolean;
|
|
178
|
+
customColors: import('../../shared/pl-status-icon/types').TStatusIconCustomColors;
|
|
92
179
|
}, {}>, {
|
|
93
180
|
header?(_: {
|
|
94
181
|
touchstart: () => void;
|
|
@@ -99,23 +186,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
99
186
|
footer?(_: {}): any;
|
|
100
187
|
}>;
|
|
101
188
|
export default _default;
|
|
102
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
103
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
104
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
105
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
106
|
-
} : {
|
|
107
|
-
type: import('vue').PropType<T[K]>;
|
|
108
|
-
required: true;
|
|
109
|
-
};
|
|
110
|
-
};
|
|
111
|
-
type __VLS_WithDefaults<P, D> = {
|
|
112
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
113
|
-
default: D[K];
|
|
114
|
-
}> : P[K];
|
|
115
|
-
};
|
|
116
|
-
type __VLS_Prettify<T> = {
|
|
117
|
-
[K in keyof T]: T[K];
|
|
118
|
-
} & {};
|
|
119
189
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
120
190
|
new (): {
|
|
121
191
|
$slots: S;
|