prlg-ui 1.8.216 → 1.8.217
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/prlg-ui.css +1 -1
- package/dist/reka-ui/index.cjs.js +4 -4
- package/dist/reka-ui/index.es.js +2840 -2701
- package/dist/rekaUI.d.ts +225 -105
- package/package.json +1 -1
package/dist/rekaUI.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ import { ColumnDef } from '@tanstack/vue-table';
|
|
|
28
28
|
import { Component } from 'vue';
|
|
29
29
|
import { ComponentOptionsMixin } from 'vue';
|
|
30
30
|
import { ComponentProvideOptions } from 'vue';
|
|
31
|
+
import { ComputedRef } from 'vue';
|
|
31
32
|
import { createColumnHelper } from '@tanstack/vue-table';
|
|
32
33
|
import { DatePickerAnchor } from 'reka-ui';
|
|
33
34
|
import { DatePickerCalendar } from 'reka-ui';
|
|
@@ -65,6 +66,14 @@ import { DateRangePickerPrevProps } from 'reka-ui';
|
|
|
65
66
|
import { default as DateRangePickerRoot } from './DateRangePickerRoot';
|
|
66
67
|
import { DateRangePickerTriggerProps } from 'reka-ui';
|
|
67
68
|
import { DefineComponent } from 'vue';
|
|
69
|
+
import { DialogCloseProps } from 'reka-ui';
|
|
70
|
+
import { DialogContentProps } from 'reka-ui';
|
|
71
|
+
import { DialogDescriptionProps } from 'reka-ui';
|
|
72
|
+
import { DialogOverlayProps } from 'reka-ui';
|
|
73
|
+
import { DialogPortal } from 'reka-ui';
|
|
74
|
+
import { DialogRoot } from 'reka-ui';
|
|
75
|
+
import { DialogTitleProps } from 'reka-ui';
|
|
76
|
+
import { DialogTrigger } from 'reka-ui';
|
|
68
77
|
import { DropdownMenuArrowProps } from 'reka-ui';
|
|
69
78
|
import { DropdownMenuCheckboxItem } from 'reka-ui';
|
|
70
79
|
import { DropdownMenuContentProps } from 'reka-ui';
|
|
@@ -82,6 +91,7 @@ import { DropdownMenuSubContentProps } from 'reka-ui';
|
|
|
82
91
|
import { DropdownMenuSubTriggerProps } from 'reka-ui';
|
|
83
92
|
import { DropdownMenuTrigger } from 'reka-ui';
|
|
84
93
|
import { FocusOutsideEvent } from 'reka-ui';
|
|
94
|
+
import { MaybeRefOrGetter } from 'vue';
|
|
85
95
|
import { ObjectDirective } from 'vue';
|
|
86
96
|
import { PaginationEllipsisProps } from 'reka-ui';
|
|
87
97
|
import { PaginationFirstProps } from 'reka-ui';
|
|
@@ -124,23 +134,21 @@ import { TooltipTrigger } from 'reka-ui';
|
|
|
124
134
|
|
|
125
135
|
declare const __VLS_component: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
126
136
|
|
|
127
|
-
declare const __VLS_component_10: DefineComponent<
|
|
137
|
+
declare const __VLS_component_10: DefineComponent<IAlertDialogTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
128
138
|
|
|
129
|
-
declare const __VLS_component_11: DefineComponent<
|
|
139
|
+
declare const __VLS_component_11: DefineComponent<IButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
130
140
|
|
|
131
|
-
declare const __VLS_component_12: DefineComponent<
|
|
141
|
+
declare const __VLS_component_12: DefineComponent<CalendarCellTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
132
142
|
|
|
133
|
-
declare const __VLS_component_13: DefineComponent<
|
|
143
|
+
declare const __VLS_component_13: DefineComponent<CalendarGridBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarGridBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
134
144
|
|
|
135
|
-
declare const __VLS_component_14: DefineComponent<
|
|
145
|
+
declare const __VLS_component_14: DefineComponent<CalendarGridRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarGridRowProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
136
146
|
|
|
137
|
-
declare const __VLS_component_15: DefineComponent<
|
|
147
|
+
declare const __VLS_component_15: DefineComponent<CalendarHeadCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarHeadCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
138
148
|
|
|
139
|
-
declare const __VLS_component_16: DefineComponent<
|
|
149
|
+
declare const __VLS_component_16: DefineComponent<CalendarHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
140
150
|
|
|
141
|
-
declare const __VLS_component_17: DefineComponent<
|
|
142
|
-
|
|
143
|
-
declare const __VLS_component_18: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
151
|
+
declare const __VLS_component_17: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
144
152
|
"update:modelValue": (value: any) => any;
|
|
145
153
|
} & {
|
|
146
154
|
change: (value: string | number | boolean | any[] | null, event: Event) => any;
|
|
@@ -154,47 +162,70 @@ onChange?: ((value: string | number | boolean | any[] | null, event: Event) => a
|
|
|
154
162
|
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
155
163
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
156
164
|
|
|
157
|
-
declare const
|
|
165
|
+
declare const __VLS_component_18: DefineComponent<DatePickerCellTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
158
166
|
|
|
159
|
-
declare const
|
|
167
|
+
declare const __VLS_component_19: DefineComponent<DatePickerContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
160
168
|
|
|
161
|
-
declare const
|
|
169
|
+
declare const __VLS_component_2: DefineComponent<AccordionHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
162
170
|
|
|
163
|
-
declare const
|
|
171
|
+
declare const __VLS_component_20: DefineComponent<IDatePickerFieldProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerFieldProps> & Readonly<{}>, {
|
|
164
172
|
width: number;
|
|
165
173
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
166
174
|
|
|
167
|
-
declare const
|
|
175
|
+
declare const __VLS_component_21: DefineComponent<DatePickerGridBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerGridBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
176
|
+
|
|
177
|
+
declare const __VLS_component_22: DefineComponent<DatePickerGridRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerGridRowProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
168
178
|
|
|
169
|
-
declare const __VLS_component_23: DefineComponent<
|
|
179
|
+
declare const __VLS_component_23: DefineComponent<DatePickerHeadCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerHeadCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
170
180
|
|
|
171
|
-
declare const __VLS_component_24: DefineComponent<
|
|
181
|
+
declare const __VLS_component_24: DefineComponent<DatePickerHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
172
182
|
|
|
173
|
-
declare const __VLS_component_25: DefineComponent<
|
|
183
|
+
declare const __VLS_component_25: DefineComponent<DatePickerInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerInputProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
174
184
|
|
|
175
|
-
declare const __VLS_component_26: DefineComponent<
|
|
185
|
+
declare const __VLS_component_26: DefineComponent<DatePickerTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
176
186
|
|
|
177
|
-
declare const __VLS_component_27: DefineComponent<
|
|
187
|
+
declare const __VLS_component_27: DefineComponent<DateRangePickerCellTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
178
188
|
|
|
179
|
-
declare const __VLS_component_28: DefineComponent<
|
|
189
|
+
declare const __VLS_component_28: DefineComponent<DateRangePickerContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
180
190
|
|
|
181
|
-
declare const __VLS_component_29: DefineComponent<
|
|
191
|
+
declare const __VLS_component_29: DefineComponent<DateRangePickerGridBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerGridBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
182
192
|
|
|
183
193
|
declare const __VLS_component_3: DefineComponent<IAccordionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAccordionItemProps> & Readonly<{}>, {
|
|
184
194
|
styleVariant: "inline" | "filled" | "outlined";
|
|
185
195
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
186
196
|
|
|
187
|
-
declare const __VLS_component_30: DefineComponent<
|
|
197
|
+
declare const __VLS_component_30: DefineComponent<DateRangePickerGridRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerGridRowProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
188
198
|
|
|
189
|
-
declare const __VLS_component_31: DefineComponent<
|
|
199
|
+
declare const __VLS_component_31: DefineComponent<DateRangePickerHeadCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeadCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
190
200
|
|
|
191
|
-
declare const __VLS_component_32: DefineComponent<
|
|
201
|
+
declare const __VLS_component_32: DefineComponent<DateRangePickerHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
202
|
+
|
|
203
|
+
declare const __VLS_component_33: DefineComponent<DateRangePickerTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
204
|
+
|
|
205
|
+
declare const __VLS_component_34: DefineComponent<IDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
206
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
207
|
+
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
208
|
+
focusOutside: (event: FocusOutsideEvent) => any;
|
|
209
|
+
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
210
|
+
openAutoFocus: (event: Event) => any;
|
|
211
|
+
closeAutoFocus: (event: Event) => any;
|
|
212
|
+
}, string, PublicProps, Readonly<IDialogContentProps> & Readonly<{
|
|
213
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
214
|
+
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
215
|
+
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
216
|
+
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
217
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
218
|
+
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
219
|
+
}>, {
|
|
220
|
+
width: number;
|
|
221
|
+
closeButton: IDialogCloseProps;
|
|
222
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
192
223
|
|
|
193
|
-
declare const
|
|
224
|
+
declare const __VLS_component_35: DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
194
225
|
|
|
195
|
-
declare const
|
|
226
|
+
declare const __VLS_component_36: DefineComponent<IDialogActionsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDialogActionsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
196
227
|
|
|
197
|
-
declare const
|
|
228
|
+
declare const __VLS_component_37: DefineComponent<IDropdownMenuContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
198
229
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
199
230
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
200
231
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -210,13 +241,13 @@ onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
|
210
241
|
width: number;
|
|
211
242
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
212
243
|
|
|
213
|
-
declare const
|
|
244
|
+
declare const __VLS_component_38: DefineComponent<DropdownMenuItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
214
245
|
select: (event: Event) => any;
|
|
215
246
|
}, string, PublicProps, Readonly<DropdownMenuItemProps> & Readonly<{
|
|
216
247
|
onSelect?: ((event: Event) => any) | undefined;
|
|
217
248
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
218
249
|
|
|
219
|
-
declare const
|
|
250
|
+
declare const __VLS_component_39: DefineComponent<IDropdownMenuSubContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
220
251
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
221
252
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
222
253
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -236,17 +267,17 @@ onEntryFocus?: ((event: Event) => any) | undefined;
|
|
|
236
267
|
width: number;
|
|
237
268
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
238
269
|
|
|
239
|
-
declare const __VLS_component_38: DefineComponent<DropdownMenuSubTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DropdownMenuSubTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
240
|
-
|
|
241
|
-
declare const __VLS_component_39: DefineComponent<PaginationListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
242
|
-
|
|
243
270
|
declare const __VLS_component_4: DefineComponent<IAccordionTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAccordionTriggerProps> & Readonly<{}>, {
|
|
244
271
|
visibleArrow: boolean;
|
|
245
272
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
246
273
|
|
|
247
|
-
declare const __VLS_component_40: DefineComponent<
|
|
274
|
+
declare const __VLS_component_40: DefineComponent<DropdownMenuSubTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DropdownMenuSubTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
275
|
+
|
|
276
|
+
declare const __VLS_component_41: DefineComponent<PaginationListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
277
|
+
|
|
278
|
+
declare const __VLS_component_42: DefineComponent<PaginationListItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
248
279
|
|
|
249
|
-
declare const
|
|
280
|
+
declare const __VLS_component_43: DefineComponent<IPopoverContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
250
281
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
251
282
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
252
283
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -265,23 +296,23 @@ width: number;
|
|
|
265
296
|
alignOffset: number;
|
|
266
297
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
267
298
|
|
|
268
|
-
declare const
|
|
299
|
+
declare const __VLS_component_44: DefineComponent<TabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
269
300
|
|
|
270
|
-
declare const
|
|
301
|
+
declare const __VLS_component_45: DefineComponent<TabsTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
271
302
|
|
|
272
|
-
declare const
|
|
303
|
+
declare const __VLS_component_46: DefineComponent<TagProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TagProps> & Readonly<{}>, {
|
|
273
304
|
colors: TagColors;
|
|
274
305
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
275
306
|
|
|
276
|
-
declare const
|
|
307
|
+
declare const __VLS_component_47: DefineComponent<ToastDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastDescriptionProps> & Readonly<{}>, {
|
|
277
308
|
as: AsTag | Component;
|
|
278
309
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
279
310
|
|
|
280
|
-
declare const
|
|
311
|
+
declare const __VLS_component_48: DefineComponent<ToastProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
|
|
281
312
|
swipeDirection: "left" | "right" | "up" | "down";
|
|
282
313
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
283
314
|
|
|
284
|
-
declare const
|
|
315
|
+
declare const __VLS_component_49: DefineComponent<IToastRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
285
316
|
pause: () => any;
|
|
286
317
|
"update:open": (value: boolean) => any;
|
|
287
318
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
@@ -367,11 +398,19 @@ y: number;
|
|
|
367
398
|
variant: ToastVariant;
|
|
368
399
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
369
400
|
|
|
370
|
-
declare const
|
|
401
|
+
declare const __VLS_component_5: DefineComponent<IAlertDialogActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogActionProps> & Readonly<{}>, {
|
|
402
|
+
size: ButtonSize;
|
|
403
|
+
variant: ButtonVariant;
|
|
404
|
+
buttonStyle: ButtonStyle;
|
|
405
|
+
strong: boolean;
|
|
406
|
+
as: AsTag | Component;
|
|
407
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
408
|
+
|
|
409
|
+
declare const __VLS_component_50: DefineComponent<ToastTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastTitleProps> & Readonly<{}>, {
|
|
371
410
|
as: AsTag | Component;
|
|
372
411
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
373
412
|
|
|
374
|
-
declare const
|
|
413
|
+
declare const __VLS_component_51: DefineComponent<ITooltipContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
375
414
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
376
415
|
pointerDownOutside: (event: Event) => any;
|
|
377
416
|
}, string, PublicProps, Readonly<ITooltipContentProps> & Readonly<{
|
|
@@ -381,14 +420,6 @@ onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
|
381
420
|
viewArrow: boolean;
|
|
382
421
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
383
422
|
|
|
384
|
-
declare const __VLS_component_5: DefineComponent<IAlertDialogActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogActionProps> & Readonly<{}>, {
|
|
385
|
-
size: ButtonSize;
|
|
386
|
-
variant: ButtonVariant;
|
|
387
|
-
buttonStyle: ButtonStyle;
|
|
388
|
-
strong: boolean;
|
|
389
|
-
as: AsTag | Component;
|
|
390
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
391
|
-
|
|
392
423
|
declare const __VLS_component_6: DefineComponent<IAlertDialogCancelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogCancelProps> & Readonly<{}>, {
|
|
393
424
|
size: ButtonSize;
|
|
394
425
|
variant: ButtonVariant;
|
|
@@ -403,7 +434,7 @@ width: number;
|
|
|
403
434
|
|
|
404
435
|
declare const __VLS_component_8: DefineComponent<AlertDialogDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AlertDialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
405
436
|
|
|
406
|
-
declare const __VLS_component_9: DefineComponent<
|
|
437
|
+
declare const __VLS_component_9: DefineComponent<AlertDialogTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AlertDialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
407
438
|
|
|
408
439
|
declare type __VLS_Props = {
|
|
409
440
|
value?: string | number;
|
|
@@ -505,19 +536,19 @@ declare function __VLS_template_16(): {
|
|
|
505
536
|
declare function __VLS_template_17(): {
|
|
506
537
|
attrs: Partial<{}>;
|
|
507
538
|
slots: {
|
|
508
|
-
|
|
539
|
+
label?(_: {}): any;
|
|
509
540
|
};
|
|
510
541
|
refs: {};
|
|
511
|
-
rootEl:
|
|
542
|
+
rootEl: HTMLLabelElement;
|
|
512
543
|
};
|
|
513
544
|
|
|
514
545
|
declare function __VLS_template_18(): {
|
|
515
546
|
attrs: Partial<{}>;
|
|
516
547
|
slots: {
|
|
517
|
-
|
|
548
|
+
default?(_: {}): any;
|
|
518
549
|
};
|
|
519
550
|
refs: {};
|
|
520
|
-
rootEl:
|
|
551
|
+
rootEl: any;
|
|
521
552
|
};
|
|
522
553
|
|
|
523
554
|
declare function __VLS_template_19(): {
|
|
@@ -541,7 +572,7 @@ declare function __VLS_template_2(): {
|
|
|
541
572
|
declare function __VLS_template_20(): {
|
|
542
573
|
attrs: Partial<{}>;
|
|
543
574
|
slots: {
|
|
544
|
-
default?(_:
|
|
575
|
+
default?(_: any): any;
|
|
545
576
|
};
|
|
546
577
|
refs: {};
|
|
547
578
|
rootEl: any;
|
|
@@ -550,7 +581,7 @@ declare function __VLS_template_20(): {
|
|
|
550
581
|
declare function __VLS_template_21(): {
|
|
551
582
|
attrs: Partial<{}>;
|
|
552
583
|
slots: {
|
|
553
|
-
default?(_:
|
|
584
|
+
default?(_: {}): any;
|
|
554
585
|
};
|
|
555
586
|
refs: {};
|
|
556
587
|
rootEl: any;
|
|
@@ -676,7 +707,9 @@ declare function __VLS_template_33(): {
|
|
|
676
707
|
declare function __VLS_template_34(): {
|
|
677
708
|
attrs: Partial<{}>;
|
|
678
709
|
slots: {
|
|
710
|
+
title?(_: {}): any;
|
|
679
711
|
default?(_: {}): any;
|
|
712
|
+
actions?(_: {}): any;
|
|
680
713
|
};
|
|
681
714
|
refs: {};
|
|
682
715
|
rootEl: any;
|
|
@@ -697,7 +730,7 @@ declare function __VLS_template_36(): {
|
|
|
697
730
|
default?(_: {}): any;
|
|
698
731
|
};
|
|
699
732
|
refs: {};
|
|
700
|
-
rootEl:
|
|
733
|
+
rootEl: HTMLDivElement;
|
|
701
734
|
};
|
|
702
735
|
|
|
703
736
|
declare function __VLS_template_37(): {
|
|
@@ -721,7 +754,7 @@ declare function __VLS_template_38(): {
|
|
|
721
754
|
declare function __VLS_template_39(): {
|
|
722
755
|
attrs: Partial<{}>;
|
|
723
756
|
slots: {
|
|
724
|
-
default?(_:
|
|
757
|
+
default?(_: {}): any;
|
|
725
758
|
};
|
|
726
759
|
refs: {};
|
|
727
760
|
rootEl: any;
|
|
@@ -748,7 +781,7 @@ declare function __VLS_template_40(): {
|
|
|
748
781
|
declare function __VLS_template_41(): {
|
|
749
782
|
attrs: Partial<{}>;
|
|
750
783
|
slots: {
|
|
751
|
-
default?(_:
|
|
784
|
+
default?(_: any): any;
|
|
752
785
|
};
|
|
753
786
|
refs: {};
|
|
754
787
|
rootEl: any;
|
|
@@ -778,7 +811,7 @@ declare function __VLS_template_44(): {
|
|
|
778
811
|
default?(_: {}): any;
|
|
779
812
|
};
|
|
780
813
|
refs: {};
|
|
781
|
-
rootEl:
|
|
814
|
+
rootEl: any;
|
|
782
815
|
};
|
|
783
816
|
|
|
784
817
|
declare function __VLS_template_45(): {
|
|
@@ -796,7 +829,7 @@ declare function __VLS_template_46(): {
|
|
|
796
829
|
default?(_: {}): any;
|
|
797
830
|
};
|
|
798
831
|
refs: {};
|
|
799
|
-
rootEl:
|
|
832
|
+
rootEl: HTMLDivElement;
|
|
800
833
|
};
|
|
801
834
|
|
|
802
835
|
declare function __VLS_template_47(): {
|
|
@@ -835,6 +868,24 @@ declare function __VLS_template_5(): {
|
|
|
835
868
|
rootEl: any;
|
|
836
869
|
};
|
|
837
870
|
|
|
871
|
+
declare function __VLS_template_50(): {
|
|
872
|
+
attrs: Partial<{}>;
|
|
873
|
+
slots: {
|
|
874
|
+
default?(_: {}): any;
|
|
875
|
+
};
|
|
876
|
+
refs: {};
|
|
877
|
+
rootEl: any;
|
|
878
|
+
};
|
|
879
|
+
|
|
880
|
+
declare function __VLS_template_51(): {
|
|
881
|
+
attrs: Partial<{}>;
|
|
882
|
+
slots: {
|
|
883
|
+
default?(_: {}): any;
|
|
884
|
+
};
|
|
885
|
+
refs: {};
|
|
886
|
+
rootEl: any;
|
|
887
|
+
};
|
|
888
|
+
|
|
838
889
|
declare function __VLS_template_6(): {
|
|
839
890
|
attrs: Partial<{}>;
|
|
840
891
|
slots: {
|
|
@@ -961,6 +1012,10 @@ declare type __VLS_TemplateResult_49 = ReturnType<typeof __VLS_template_49>;
|
|
|
961
1012
|
|
|
962
1013
|
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
963
1014
|
|
|
1015
|
+
declare type __VLS_TemplateResult_50 = ReturnType<typeof __VLS_template_50>;
|
|
1016
|
+
|
|
1017
|
+
declare type __VLS_TemplateResult_51 = ReturnType<typeof __VLS_template_51>;
|
|
1018
|
+
|
|
964
1019
|
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
965
1020
|
|
|
966
1021
|
declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
|
|
@@ -1239,6 +1294,18 @@ declare type __VLS_WithTemplateSlots_5<T, S> = T & {
|
|
|
1239
1294
|
};
|
|
1240
1295
|
};
|
|
1241
1296
|
|
|
1297
|
+
declare type __VLS_WithTemplateSlots_50<T, S> = T & {
|
|
1298
|
+
new (): {
|
|
1299
|
+
$slots: S;
|
|
1300
|
+
};
|
|
1301
|
+
};
|
|
1302
|
+
|
|
1303
|
+
declare type __VLS_WithTemplateSlots_51<T, S> = T & {
|
|
1304
|
+
new (): {
|
|
1305
|
+
$slots: S;
|
|
1306
|
+
};
|
|
1307
|
+
};
|
|
1308
|
+
|
|
1242
1309
|
declare type __VLS_WithTemplateSlots_6<T, S> = T & {
|
|
1243
1310
|
new (): {
|
|
1244
1311
|
$slots: S;
|
|
@@ -1281,19 +1348,34 @@ export declare const AlertDialogContent: __VLS_WithTemplateSlots_7<typeof __VLS_
|
|
|
1281
1348
|
|
|
1282
1349
|
export declare const AlertDialogDescription: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1283
1350
|
|
|
1284
|
-
export declare const AlertDialogOverlay:
|
|
1351
|
+
export declare const AlertDialogOverlay: DefineComponent<AlertDialogOverlayProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AlertDialogOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1285
1352
|
|
|
1286
1353
|
export { AlertDialogPortal }
|
|
1287
1354
|
|
|
1288
1355
|
export { AlertDialogRoot }
|
|
1289
1356
|
|
|
1290
|
-
export declare const AlertDialogTitle:
|
|
1357
|
+
export declare const AlertDialogTitle: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1291
1358
|
|
|
1292
|
-
export declare const AlertDialogTrigger:
|
|
1359
|
+
export declare const AlertDialogTrigger: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1293
1360
|
|
|
1294
1361
|
export declare const Badge: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1295
1362
|
|
|
1296
|
-
export declare const
|
|
1363
|
+
export declare const breakpoints: Record<"sm" | "lg" | "xl" | "mobile" | "md" | "xxl" | "xxxl", ComputedRef<boolean>> & {
|
|
1364
|
+
greaterOrEqual: (k: MaybeRefOrGetter<"sm" | "lg" | "xl" | "mobile" | "md" | "xxl" | "xxxl">) => ComputedRef<boolean>;
|
|
1365
|
+
smallerOrEqual: (k: MaybeRefOrGetter<"sm" | "lg" | "xl" | "mobile" | "md" | "xxl" | "xxxl">) => ComputedRef<boolean>;
|
|
1366
|
+
greater(k: MaybeRefOrGetter<"sm" | "lg" | "xl" | "mobile" | "md" | "xxl" | "xxxl">): ComputedRef<boolean>;
|
|
1367
|
+
smaller(k: MaybeRefOrGetter<"sm" | "lg" | "xl" | "mobile" | "md" | "xxl" | "xxxl">): ComputedRef<boolean>;
|
|
1368
|
+
between(a: MaybeRefOrGetter<"sm" | "lg" | "xl" | "mobile" | "md" | "xxl" | "xxxl">, b: MaybeRefOrGetter<"sm" | "lg" | "xl" | "mobile" | "md" | "xxl" | "xxxl">): ComputedRef<boolean>;
|
|
1369
|
+
isGreater(k: MaybeRefOrGetter<"sm" | "lg" | "xl" | "mobile" | "md" | "xxl" | "xxxl">): boolean;
|
|
1370
|
+
isGreaterOrEqual(k: MaybeRefOrGetter<"sm" | "lg" | "xl" | "mobile" | "md" | "xxl" | "xxxl">): boolean;
|
|
1371
|
+
isSmaller(k: MaybeRefOrGetter<"sm" | "lg" | "xl" | "mobile" | "md" | "xxl" | "xxxl">): boolean;
|
|
1372
|
+
isSmallerOrEqual(k: MaybeRefOrGetter<"sm" | "lg" | "xl" | "mobile" | "md" | "xxl" | "xxxl">): boolean;
|
|
1373
|
+
isInBetween(a: MaybeRefOrGetter<"sm" | "lg" | "xl" | "mobile" | "md" | "xxl" | "xxxl">, b: MaybeRefOrGetter<"sm" | "lg" | "xl" | "mobile" | "md" | "xxl" | "xxxl">): boolean;
|
|
1374
|
+
current: () => ComputedRef<("sm" | "lg" | "xl" | "mobile" | "md" | "xxl" | "xxxl")[]>;
|
|
1375
|
+
active(): ComputedRef<"" | "sm" | "lg" | "xl" | "mobile" | "md" | "xxl" | "xxxl">;
|
|
1376
|
+
};
|
|
1377
|
+
|
|
1378
|
+
export declare const Button: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1297
1379
|
|
|
1298
1380
|
declare type ButtonIconPosition = "start" | "end";
|
|
1299
1381
|
|
|
@@ -1305,19 +1387,19 @@ declare type ButtonVariant = "primary" | "danger" | "secondary" | "link";
|
|
|
1305
1387
|
|
|
1306
1388
|
export { CalendarCell }
|
|
1307
1389
|
|
|
1308
|
-
export declare const CalendarCellTrigger:
|
|
1390
|
+
export declare const CalendarCellTrigger: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1309
1391
|
|
|
1310
1392
|
export { CalendarGrid }
|
|
1311
1393
|
|
|
1312
|
-
export declare const CalendarGridBody:
|
|
1394
|
+
export declare const CalendarGridBody: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1313
1395
|
|
|
1314
1396
|
export { CalendarGridHead }
|
|
1315
1397
|
|
|
1316
|
-
export declare const CalendarGridRow:
|
|
1398
|
+
export declare const CalendarGridRow: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1317
1399
|
|
|
1318
|
-
export declare const CalendarHeadCell:
|
|
1400
|
+
export declare const CalendarHeadCell: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1319
1401
|
|
|
1320
|
-
export declare const CalendarHeader:
|
|
1402
|
+
export declare const CalendarHeader: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1321
1403
|
|
|
1322
1404
|
export declare const CalendarHeading: DefineComponent<CalendarHeadingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1323
1405
|
|
|
@@ -1339,7 +1421,7 @@ iconOnly: boolean;
|
|
|
1339
1421
|
|
|
1340
1422
|
export { CalendarRoot }
|
|
1341
1423
|
|
|
1342
|
-
export declare const Checkbox:
|
|
1424
|
+
export declare const Checkbox: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1343
1425
|
|
|
1344
1426
|
export { ColumnDef }
|
|
1345
1427
|
|
|
@@ -1375,29 +1457,29 @@ export { DatePickerCalendar }
|
|
|
1375
1457
|
|
|
1376
1458
|
export { DatePickerCell }
|
|
1377
1459
|
|
|
1378
|
-
export declare const DatePickerCellTrigger:
|
|
1460
|
+
export declare const DatePickerCellTrigger: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1379
1461
|
|
|
1380
1462
|
export { DatePickerClose }
|
|
1381
1463
|
|
|
1382
|
-
export declare const DatePickerContent:
|
|
1464
|
+
export declare const DatePickerContent: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1383
1465
|
|
|
1384
|
-
export declare const DatePickerField:
|
|
1466
|
+
export declare const DatePickerField: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1385
1467
|
|
|
1386
1468
|
export { DatePickerGrid }
|
|
1387
1469
|
|
|
1388
|
-
export declare const DatePickerGridBody:
|
|
1470
|
+
export declare const DatePickerGridBody: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1389
1471
|
|
|
1390
1472
|
export { DatePickerGridHead }
|
|
1391
1473
|
|
|
1392
|
-
export declare const DatePickerGridRow:
|
|
1474
|
+
export declare const DatePickerGridRow: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1393
1475
|
|
|
1394
|
-
export declare const DatePickerHeadCell:
|
|
1476
|
+
export declare const DatePickerHeadCell: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1395
1477
|
|
|
1396
|
-
export declare const DatePickerHeader:
|
|
1478
|
+
export declare const DatePickerHeader: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1397
1479
|
|
|
1398
1480
|
export declare const DatePickerHeading: DefineComponent<DatePickerHeadingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1399
1481
|
|
|
1400
|
-
export declare const DatePickerInput:
|
|
1482
|
+
export declare const DatePickerInput: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1401
1483
|
|
|
1402
1484
|
export declare const DatePickerNext: DefineComponent<IDatePickerNextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerNextProps> & Readonly<{}>, {
|
|
1403
1485
|
size: ButtonSize;
|
|
@@ -1417,7 +1499,7 @@ iconOnly: boolean;
|
|
|
1417
1499
|
|
|
1418
1500
|
export { DatePickerRoot }
|
|
1419
1501
|
|
|
1420
|
-
export declare const DatePickerTrigger:
|
|
1502
|
+
export declare const DatePickerTrigger: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
1421
1503
|
|
|
1422
1504
|
export { DateRangePickerAnchor }
|
|
1423
1505
|
|
|
@@ -1431,11 +1513,11 @@ export { DateRangePickerCalendar }
|
|
|
1431
1513
|
|
|
1432
1514
|
export { DateRangePickerCell }
|
|
1433
1515
|
|
|
1434
|
-
export declare const DateRangePickerCellTrigger:
|
|
1516
|
+
export declare const DateRangePickerCellTrigger: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1435
1517
|
|
|
1436
1518
|
export { DateRangePickerClose }
|
|
1437
1519
|
|
|
1438
|
-
export declare const DateRangePickerContent:
|
|
1520
|
+
export declare const DateRangePickerContent: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1439
1521
|
|
|
1440
1522
|
export declare const DateRangePickerField: DefineComponent<IDatePickerFieldProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerFieldProps_2> & Readonly<{}>, {
|
|
1441
1523
|
width: number;
|
|
@@ -1443,15 +1525,15 @@ width: number;
|
|
|
1443
1525
|
|
|
1444
1526
|
export { DateRangePickerGrid }
|
|
1445
1527
|
|
|
1446
|
-
export declare const DateRangePickerGridBody:
|
|
1528
|
+
export declare const DateRangePickerGridBody: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
1447
1529
|
|
|
1448
1530
|
export { DateRangePickerGridHead }
|
|
1449
1531
|
|
|
1450
|
-
export declare const DateRangePickerGridRow:
|
|
1532
|
+
export declare const DateRangePickerGridRow: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
1451
1533
|
|
|
1452
|
-
export declare const DateRangePickerHeadCell:
|
|
1534
|
+
export declare const DateRangePickerHeadCell: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
|
|
1453
1535
|
|
|
1454
|
-
export declare const DateRangePickerHeader:
|
|
1536
|
+
export declare const DateRangePickerHeader: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
|
|
1455
1537
|
|
|
1456
1538
|
export declare const DateRangePickerHeading: DefineComponent<DateRangePickerHeadingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1457
1539
|
|
|
@@ -1473,7 +1555,21 @@ iconOnly: boolean;
|
|
|
1473
1555
|
|
|
1474
1556
|
export { DateRangePickerRoot }
|
|
1475
1557
|
|
|
1476
|
-
export declare const DateRangePickerTrigger:
|
|
1558
|
+
export declare const DateRangePickerTrigger: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
1559
|
+
|
|
1560
|
+
export declare const DialogActions: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
|
|
1561
|
+
|
|
1562
|
+
export declare const DialogContent: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
|
|
1563
|
+
|
|
1564
|
+
export declare const DialogDescription: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
|
|
1565
|
+
|
|
1566
|
+
export declare const DialogOverlay: DefineComponent<DialogOverlayProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DialogOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1567
|
+
|
|
1568
|
+
export { DialogPortal }
|
|
1569
|
+
|
|
1570
|
+
export { DialogRoot }
|
|
1571
|
+
|
|
1572
|
+
export { DialogTrigger }
|
|
1477
1573
|
|
|
1478
1574
|
export declare const DropdownMenuArrow: DefineComponent<DropdownMenuArrowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DropdownMenuArrowProps> & Readonly<{}>, {
|
|
1479
1575
|
rounded: boolean;
|
|
@@ -1483,11 +1579,11 @@ height: number;
|
|
|
1483
1579
|
|
|
1484
1580
|
export { DropdownMenuCheckboxItem }
|
|
1485
1581
|
|
|
1486
|
-
export declare const DropdownMenuContent:
|
|
1582
|
+
export declare const DropdownMenuContent: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
|
|
1487
1583
|
|
|
1488
1584
|
export { DropdownMenuGroup }
|
|
1489
1585
|
|
|
1490
|
-
export declare const DropdownMenuItem:
|
|
1586
|
+
export declare const DropdownMenuItem: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
|
|
1491
1587
|
|
|
1492
1588
|
export { DropdownMenuItemIndicator }
|
|
1493
1589
|
|
|
@@ -1505,9 +1601,9 @@ export declare const DropdownMenuSeparator: DefineComponent<DropdownMenuSeparato
|
|
|
1505
1601
|
|
|
1506
1602
|
export { DropdownMenuSub }
|
|
1507
1603
|
|
|
1508
|
-
export declare const DropdownMenuSubContent:
|
|
1604
|
+
export declare const DropdownMenuSubContent: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
|
|
1509
1605
|
|
|
1510
|
-
export declare const DropdownMenuSubTrigger:
|
|
1606
|
+
export declare const DropdownMenuSubTrigger: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
|
|
1511
1607
|
|
|
1512
1608
|
export { DropdownMenuTrigger }
|
|
1513
1609
|
|
|
@@ -1607,6 +1703,23 @@ declare interface IDateRangePickerNextProps extends Omit<DateRangePickerNextProp
|
|
|
1607
1703
|
declare interface IDateRangePickerPrevProps extends Omit<DateRangePickerPrevProps, 'as' | 'asChild'>, IButtonProps {
|
|
1608
1704
|
}
|
|
1609
1705
|
|
|
1706
|
+
declare interface IDialogActionsProps {
|
|
1707
|
+
}
|
|
1708
|
+
|
|
1709
|
+
declare interface IDialogCloseProps extends DialogCloseProps {
|
|
1710
|
+
enabled?: boolean;
|
|
1711
|
+
}
|
|
1712
|
+
|
|
1713
|
+
declare interface IDialogContentProps extends DialogContentProps {
|
|
1714
|
+
title?: IDialogTitleProps;
|
|
1715
|
+
closeButton?: IDialogCloseProps;
|
|
1716
|
+
width?: number;
|
|
1717
|
+
}
|
|
1718
|
+
|
|
1719
|
+
declare interface IDialogTitleProps extends DialogTitleProps {
|
|
1720
|
+
text?: string;
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1610
1723
|
declare interface IDropdownMenuContentProps extends DropdownMenuContentProps {
|
|
1611
1724
|
width?: number;
|
|
1612
1725
|
}
|
|
@@ -1647,9 +1760,9 @@ export declare const PaginationFirst: DefineComponent<PaginationFirstProps, {},
|
|
|
1647
1760
|
|
|
1648
1761
|
export declare const PaginationLast: DefineComponent<PaginationLastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1649
1762
|
|
|
1650
|
-
export declare const PaginationList:
|
|
1763
|
+
export declare const PaginationList: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
|
|
1651
1764
|
|
|
1652
|
-
export declare const PaginationListItem:
|
|
1765
|
+
export declare const PaginationListItem: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
|
|
1653
1766
|
|
|
1654
1767
|
export declare const PaginationNext: DefineComponent<PaginationNextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1655
1768
|
|
|
@@ -1667,7 +1780,7 @@ height: number;
|
|
|
1667
1780
|
|
|
1668
1781
|
export { PopoverClose }
|
|
1669
1782
|
|
|
1670
|
-
export declare const PopoverContent:
|
|
1783
|
+
export declare const PopoverContent: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
|
|
1671
1784
|
|
|
1672
1785
|
export { PopoverPortal }
|
|
1673
1786
|
|
|
@@ -1675,19 +1788,26 @@ export { PopoverRoot }
|
|
|
1675
1788
|
|
|
1676
1789
|
export { PopoverTrigger }
|
|
1677
1790
|
|
|
1791
|
+
/**
|
|
1792
|
+
* Функция форматирования суммы
|
|
1793
|
+
*
|
|
1794
|
+
* Функция будет возвращаться HTML строку <span>11000.<small>00</small>₽</span>
|
|
1795
|
+
*/
|
|
1796
|
+
export declare const priceFormat: (price: string | number) => string;
|
|
1797
|
+
|
|
1678
1798
|
export declare const Spinner: DefineComponent<ISpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISpinnerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1679
1799
|
|
|
1680
1800
|
export { TabsContent }
|
|
1681
1801
|
|
|
1682
1802
|
export { TabsIndicator }
|
|
1683
1803
|
|
|
1684
|
-
export declare const TabsList:
|
|
1804
|
+
export declare const TabsList: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
|
|
1685
1805
|
|
|
1686
1806
|
export { TabsRoot }
|
|
1687
1807
|
|
|
1688
|
-
export declare const TabsTrigger:
|
|
1808
|
+
export declare const TabsTrigger: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
|
|
1689
1809
|
|
|
1690
|
-
export declare const Tag:
|
|
1810
|
+
export declare const Tag: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
|
|
1691
1811
|
|
|
1692
1812
|
export declare interface TagColors {
|
|
1693
1813
|
background?: string;
|
|
@@ -1704,21 +1824,21 @@ export { ToastAction }
|
|
|
1704
1824
|
|
|
1705
1825
|
export declare const ToastClose: DefineComponent<ToastCloseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1706
1826
|
|
|
1707
|
-
export declare const ToastDescription:
|
|
1827
|
+
export declare const ToastDescription: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
|
|
1708
1828
|
|
|
1709
1829
|
export { ToastPortal }
|
|
1710
1830
|
|
|
1711
|
-
export declare const ToastProvider:
|
|
1831
|
+
export declare const ToastProvider: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
|
|
1712
1832
|
|
|
1713
|
-
export declare const ToastRoot:
|
|
1833
|
+
export declare const ToastRoot: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
|
|
1714
1834
|
|
|
1715
|
-
export declare const ToastTitle:
|
|
1835
|
+
export declare const ToastTitle: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, __VLS_TemplateResult_50["slots"]>;
|
|
1716
1836
|
|
|
1717
1837
|
declare type ToastVariant = "warn" | "success" | "error" | "info";
|
|
1718
1838
|
|
|
1719
1839
|
export declare const ToastViewport: DefineComponent<ToastViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1720
1840
|
|
|
1721
|
-
export declare const TooltipContent:
|
|
1841
|
+
export declare const TooltipContent: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, __VLS_TemplateResult_51["slots"]>;
|
|
1722
1842
|
|
|
1723
1843
|
export { TooltipPortal }
|
|
1724
1844
|
|