prlg-ui 1.8.205 → 1.8.207
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/{QuestionIcon-oOIbs4ZL.js → QuestionIcon-5HbOuLvT.js} +31 -63
- package/dist/{QuestionIcon-CvTptO5S.cjs → QuestionIcon-BD9h7qtF.cjs} +1 -1
- package/dist/{WarningIcon-DXh-8r--.cjs → WarningIcon-BG0GZsNi.cjs} +1 -1
- package/dist/{WarningIcon-BGqL0ZOS.js → WarningIcon-BppFTRjH.js} +69 -37
- package/dist/blocks.d.ts +1 -1
- package/dist/icons/index.cjs.js +1 -1
- package/dist/icons/index.es.js +18 -18
- package/dist/icons.d.ts +1 -1
- package/dist/index-BPJT-DOc.js +3018 -0
- package/dist/index-vFxzmPvm.cjs +22 -0
- package/dist/index.d.ts +1 -1
- package/dist/prlg-ui.cjs.js +1 -22
- package/dist/prlg-ui.css +1 -1
- package/dist/prlg-ui.es.js +2818 -4585
- package/dist/reka-ui/index.cjs.js +4 -4
- package/dist/reka-ui/index.es.js +5142 -4861
- package/dist/rekaUI.d.ts +272 -214
- package/dist/types.d.ts +1 -1
- package/dist/utils.d.ts +1 -1
- package/package.json +1 -1
- package/dist/floating-ui.vue-CNBcQL7G.js +0 -1248
- package/dist/floating-ui.vue-CW3NrUkY.cjs +0 -1
package/dist/rekaUI.d.ts
CHANGED
|
@@ -24,9 +24,11 @@ import { CalendarHeadingProps } from 'reka-ui';
|
|
|
24
24
|
import { CalendarNextProps } from 'reka-ui';
|
|
25
25
|
import { CalendarPrevProps } from 'reka-ui';
|
|
26
26
|
import { default as CalendarRoot } from './CalendarRoot';
|
|
27
|
+
import { ColumnDef } from '@tanstack/vue-table';
|
|
27
28
|
import { Component } from 'vue';
|
|
28
29
|
import { ComponentOptionsMixin } from 'vue';
|
|
29
30
|
import { ComponentProvideOptions } from 'vue';
|
|
31
|
+
import { createColumnHelper } from '@tanstack/vue-table';
|
|
30
32
|
import { DatePickerAnchor } from 'reka-ui';
|
|
31
33
|
import { DatePickerCalendar } from 'reka-ui';
|
|
32
34
|
import { DatePickerCell } from 'reka-ui';
|
|
@@ -99,6 +101,8 @@ import { PopoverRoot } from 'reka-ui';
|
|
|
99
101
|
import { PopoverTrigger } from 'reka-ui';
|
|
100
102
|
import { PublicProps } from 'vue';
|
|
101
103
|
import { RouteLocationRaw } from 'vue-router';
|
|
104
|
+
import { RowSelectionState } from '@tanstack/vue-table';
|
|
105
|
+
import { SortingState } from '@tanstack/vue-table';
|
|
102
106
|
import { TabsContent } from 'reka-ui';
|
|
103
107
|
import { TabsIndicator } from 'reka-ui';
|
|
104
108
|
import { TabsListProps } from 'reka-ui';
|
|
@@ -118,7 +122,25 @@ import { TooltipProvider } from 'reka-ui';
|
|
|
118
122
|
import { TooltipRoot } from 'reka-ui';
|
|
119
123
|
import { TooltipTrigger } from 'reka-ui';
|
|
120
124
|
|
|
121
|
-
declare const __VLS_component: DefineComponent<
|
|
125
|
+
declare const __VLS_component: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
126
|
+
|
|
127
|
+
declare const __VLS_component_10: DefineComponent<AlertDialogTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AlertDialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
128
|
+
|
|
129
|
+
declare const __VLS_component_11: DefineComponent<IAlertDialogTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
130
|
+
|
|
131
|
+
declare const __VLS_component_12: DefineComponent<IButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
132
|
+
|
|
133
|
+
declare const __VLS_component_13: DefineComponent<CalendarCellTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
134
|
+
|
|
135
|
+
declare const __VLS_component_14: DefineComponent<CalendarGridBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarGridBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
136
|
+
|
|
137
|
+
declare const __VLS_component_15: DefineComponent<CalendarGridRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarGridRowProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
138
|
+
|
|
139
|
+
declare const __VLS_component_16: DefineComponent<CalendarHeadCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarHeadCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
140
|
+
|
|
141
|
+
declare const __VLS_component_17: DefineComponent<CalendarHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
142
|
+
|
|
143
|
+
declare const __VLS_component_18: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
122
144
|
"update:modelValue": (value: any) => any;
|
|
123
145
|
} & {
|
|
124
146
|
change: (value: string | number | boolean | any[] | null, event: Event) => any;
|
|
@@ -132,27 +154,134 @@ onChange?: ((value: string | number | boolean | any[] | null, event: Event) => a
|
|
|
132
154
|
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
133
155
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
134
156
|
|
|
135
|
-
declare const
|
|
157
|
+
declare const __VLS_component_19: DefineComponent<DatePickerCellTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
158
|
+
|
|
159
|
+
declare const __VLS_component_2: DefineComponent<AccordionHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
160
|
+
|
|
161
|
+
declare const __VLS_component_20: DefineComponent<DatePickerContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
162
|
+
|
|
163
|
+
declare const __VLS_component_21: DefineComponent<IDatePickerFieldProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerFieldProps> & Readonly<{}>, {
|
|
136
164
|
width: number;
|
|
137
165
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
138
166
|
|
|
139
|
-
declare const
|
|
167
|
+
declare const __VLS_component_22: DefineComponent<DatePickerGridBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerGridBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
168
|
+
|
|
169
|
+
declare const __VLS_component_23: DefineComponent<DatePickerGridRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerGridRowProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
170
|
+
|
|
171
|
+
declare const __VLS_component_24: DefineComponent<DatePickerHeadCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerHeadCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
172
|
+
|
|
173
|
+
declare const __VLS_component_25: DefineComponent<DatePickerHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
174
|
+
|
|
175
|
+
declare const __VLS_component_26: DefineComponent<DatePickerInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerInputProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
176
|
+
|
|
177
|
+
declare const __VLS_component_27: DefineComponent<DatePickerTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
178
|
+
|
|
179
|
+
declare const __VLS_component_28: DefineComponent<DateRangePickerCellTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
180
|
+
|
|
181
|
+
declare const __VLS_component_29: DefineComponent<DateRangePickerContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
182
|
+
|
|
183
|
+
declare const __VLS_component_3: DefineComponent<IAccordionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAccordionItemProps> & Readonly<{}>, {
|
|
184
|
+
styleVariant: "inline" | "filled" | "outlined";
|
|
185
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
186
|
+
|
|
187
|
+
declare const __VLS_component_30: DefineComponent<DateRangePickerGridBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerGridBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
140
188
|
|
|
141
|
-
declare const
|
|
189
|
+
declare const __VLS_component_31: DefineComponent<DateRangePickerGridRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerGridRowProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
142
190
|
|
|
143
|
-
declare const
|
|
191
|
+
declare const __VLS_component_32: DefineComponent<DateRangePickerHeadCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeadCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
192
|
+
|
|
193
|
+
declare const __VLS_component_33: DefineComponent<DateRangePickerHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
194
|
+
|
|
195
|
+
declare const __VLS_component_34: DefineComponent<DateRangePickerTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
196
|
+
|
|
197
|
+
declare const __VLS_component_35: DefineComponent<IDropdownMenuContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
198
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
199
|
+
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
200
|
+
focusOutside: (event: FocusOutsideEvent) => any;
|
|
201
|
+
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
202
|
+
closeAutoFocus: (event: Event) => any;
|
|
203
|
+
}, string, PublicProps, Readonly<IDropdownMenuContentProps> & Readonly<{
|
|
204
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
205
|
+
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
206
|
+
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
207
|
+
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
208
|
+
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
209
|
+
}>, {
|
|
210
|
+
width: number;
|
|
211
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
144
212
|
|
|
145
|
-
declare const
|
|
213
|
+
declare const __VLS_component_36: DefineComponent<DropdownMenuItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
214
|
+
select: (event: Event) => any;
|
|
215
|
+
}, string, PublicProps, Readonly<DropdownMenuItemProps> & Readonly<{
|
|
216
|
+
onSelect?: ((event: Event) => any) | undefined;
|
|
217
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
146
218
|
|
|
147
|
-
declare const
|
|
219
|
+
declare const __VLS_component_37: DefineComponent<IDropdownMenuSubContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
220
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
221
|
+
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
222
|
+
focusOutside: (event: FocusOutsideEvent) => any;
|
|
223
|
+
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
224
|
+
openAutoFocus: (event: Event) => any;
|
|
225
|
+
closeAutoFocus: (event: Event) => any;
|
|
226
|
+
entryFocus: (event: Event) => any;
|
|
227
|
+
}, string, PublicProps, Readonly<IDropdownMenuSubContentProps> & Readonly<{
|
|
228
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
229
|
+
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
230
|
+
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
231
|
+
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
232
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
233
|
+
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
234
|
+
onEntryFocus?: ((event: Event) => any) | undefined;
|
|
235
|
+
}>, {
|
|
236
|
+
width: number;
|
|
237
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
238
|
+
|
|
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
|
+
declare const __VLS_component_4: DefineComponent<IAccordionTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAccordionTriggerProps> & Readonly<{}>, {
|
|
244
|
+
visibleArrow: boolean;
|
|
245
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
246
|
+
|
|
247
|
+
declare const __VLS_component_40: DefineComponent<PaginationListItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
248
|
+
|
|
249
|
+
declare const __VLS_component_41: DefineComponent<IPopoverContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
250
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
251
|
+
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
252
|
+
focusOutside: (event: FocusOutsideEvent) => any;
|
|
253
|
+
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
254
|
+
openAutoFocus: (event: Event) => any;
|
|
255
|
+
closeAutoFocus: (event: Event) => any;
|
|
256
|
+
}, string, PublicProps, Readonly<IPopoverContentProps> & Readonly<{
|
|
257
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
258
|
+
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
259
|
+
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
260
|
+
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
261
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
262
|
+
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
263
|
+
}>, {
|
|
264
|
+
width: number;
|
|
265
|
+
alignOffset: number;
|
|
266
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
267
|
+
|
|
268
|
+
declare const __VLS_component_42: DefineComponent<TabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
269
|
+
|
|
270
|
+
declare const __VLS_component_43: DefineComponent<TabsTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
271
|
+
|
|
272
|
+
declare const __VLS_component_44: DefineComponent<TagProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TagProps> & Readonly<{}>, {
|
|
273
|
+
colors: TagColors;
|
|
274
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
275
|
+
|
|
276
|
+
declare const __VLS_component_45: DefineComponent<ToastDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastDescriptionProps> & Readonly<{}>, {
|
|
148
277
|
as: AsTag | Component;
|
|
149
278
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
150
279
|
|
|
151
|
-
declare const
|
|
280
|
+
declare const __VLS_component_46: DefineComponent<ToastProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
|
|
152
281
|
swipeDirection: "left" | "right" | "up" | "down";
|
|
153
282
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
154
283
|
|
|
155
|
-
declare const
|
|
284
|
+
declare const __VLS_component_47: DefineComponent<IToastRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
156
285
|
pause: () => any;
|
|
157
286
|
"update:open": (value: boolean) => any;
|
|
158
287
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
@@ -238,11 +367,11 @@ y: number;
|
|
|
238
367
|
variant: ToastVariant;
|
|
239
368
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
240
369
|
|
|
241
|
-
declare const
|
|
370
|
+
declare const __VLS_component_48: DefineComponent<ToastTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastTitleProps> & Readonly<{}>, {
|
|
242
371
|
as: AsTag | Component;
|
|
243
372
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
244
373
|
|
|
245
|
-
declare const
|
|
374
|
+
declare const __VLS_component_49: DefineComponent<ITooltipContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
246
375
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
247
376
|
pointerDownOutside: (event: Event) => any;
|
|
248
377
|
}, string, PublicProps, Readonly<ITooltipContentProps> & Readonly<{
|
|
@@ -252,154 +381,35 @@ onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
|
252
381
|
viewArrow: boolean;
|
|
253
382
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
254
383
|
|
|
255
|
-
declare const
|
|
256
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
257
|
-
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
258
|
-
focusOutside: (event: FocusOutsideEvent) => any;
|
|
259
|
-
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
260
|
-
openAutoFocus: (event: Event) => any;
|
|
261
|
-
closeAutoFocus: (event: Event) => any;
|
|
262
|
-
}, string, PublicProps, Readonly<IPopoverContentProps> & Readonly<{
|
|
263
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
264
|
-
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
265
|
-
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
266
|
-
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
267
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
268
|
-
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
269
|
-
}>, {
|
|
270
|
-
width: number;
|
|
271
|
-
alignOffset: number;
|
|
272
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
273
|
-
|
|
274
|
-
declare const __VLS_component_20: DefineComponent<IDropdownMenuContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
275
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
276
|
-
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
277
|
-
focusOutside: (event: FocusOutsideEvent) => any;
|
|
278
|
-
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
279
|
-
closeAutoFocus: (event: Event) => any;
|
|
280
|
-
}, string, PublicProps, Readonly<IDropdownMenuContentProps> & Readonly<{
|
|
281
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
282
|
-
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
283
|
-
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
284
|
-
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
285
|
-
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
286
|
-
}>, {
|
|
287
|
-
width: number;
|
|
288
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
289
|
-
|
|
290
|
-
declare const __VLS_component_21: DefineComponent<DropdownMenuItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
291
|
-
select: (event: Event) => any;
|
|
292
|
-
}, string, PublicProps, Readonly<DropdownMenuItemProps> & Readonly<{
|
|
293
|
-
onSelect?: ((event: Event) => any) | undefined;
|
|
294
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
295
|
-
|
|
296
|
-
declare const __VLS_component_22: DefineComponent<IDropdownMenuSubContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
297
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
298
|
-
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
299
|
-
focusOutside: (event: FocusOutsideEvent) => any;
|
|
300
|
-
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
301
|
-
openAutoFocus: (event: Event) => any;
|
|
302
|
-
closeAutoFocus: (event: Event) => any;
|
|
303
|
-
entryFocus: (event: Event) => any;
|
|
304
|
-
}, string, PublicProps, Readonly<IDropdownMenuSubContentProps> & Readonly<{
|
|
305
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
306
|
-
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
307
|
-
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
308
|
-
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
309
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
310
|
-
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
311
|
-
onEntryFocus?: ((event: Event) => any) | undefined;
|
|
312
|
-
}>, {
|
|
313
|
-
width: number;
|
|
314
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
315
|
-
|
|
316
|
-
declare const __VLS_component_23: DefineComponent<DropdownMenuSubTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DropdownMenuSubTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
317
|
-
|
|
318
|
-
declare const __VLS_component_24: DefineComponent<PaginationListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
319
|
-
|
|
320
|
-
declare const __VLS_component_25: DefineComponent<PaginationListItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
321
|
-
|
|
322
|
-
declare const __VLS_component_26: DefineComponent<CalendarCellTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
323
|
-
|
|
324
|
-
declare const __VLS_component_27: DefineComponent<CalendarGridBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarGridBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
325
|
-
|
|
326
|
-
declare const __VLS_component_28: DefineComponent<CalendarGridRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarGridRowProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
327
|
-
|
|
328
|
-
declare const __VLS_component_29: DefineComponent<CalendarHeadCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarHeadCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
329
|
-
|
|
330
|
-
declare const __VLS_component_3: DefineComponent<IButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
331
|
-
|
|
332
|
-
declare const __VLS_component_30: DefineComponent<CalendarHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
333
|
-
|
|
334
|
-
declare const __VLS_component_31: DefineComponent<DatePickerCellTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
335
|
-
|
|
336
|
-
declare const __VLS_component_32: DefineComponent<DatePickerContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
337
|
-
|
|
338
|
-
declare const __VLS_component_33: DefineComponent<IDatePickerFieldProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerFieldProps> & Readonly<{}>, {
|
|
339
|
-
width: number;
|
|
340
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
341
|
-
|
|
342
|
-
declare const __VLS_component_34: DefineComponent<DatePickerGridBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerGridBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
343
|
-
|
|
344
|
-
declare const __VLS_component_35: DefineComponent<DatePickerGridRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerGridRowProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
345
|
-
|
|
346
|
-
declare const __VLS_component_36: DefineComponent<DatePickerHeadCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerHeadCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
347
|
-
|
|
348
|
-
declare const __VLS_component_37: DefineComponent<DatePickerHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
349
|
-
|
|
350
|
-
declare const __VLS_component_38: DefineComponent<DatePickerInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerInputProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
351
|
-
|
|
352
|
-
declare const __VLS_component_39: DefineComponent<DatePickerTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
353
|
-
|
|
354
|
-
declare const __VLS_component_4: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
355
|
-
|
|
356
|
-
declare const __VLS_component_40: DefineComponent<DateRangePickerCellTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
357
|
-
|
|
358
|
-
declare const __VLS_component_41: DefineComponent<DateRangePickerContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
359
|
-
|
|
360
|
-
declare const __VLS_component_42: DefineComponent<DateRangePickerGridBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerGridBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
361
|
-
|
|
362
|
-
declare const __VLS_component_43: DefineComponent<DateRangePickerGridRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerGridRowProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
363
|
-
|
|
364
|
-
declare const __VLS_component_44: DefineComponent<DateRangePickerHeadCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeadCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
365
|
-
|
|
366
|
-
declare const __VLS_component_45: DefineComponent<DateRangePickerHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
367
|
-
|
|
368
|
-
declare const __VLS_component_46: DefineComponent<DateRangePickerTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
369
|
-
|
|
370
|
-
declare const __VLS_component_47: DefineComponent<TabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
371
|
-
|
|
372
|
-
declare const __VLS_component_48: DefineComponent<TabsTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
373
|
-
|
|
374
|
-
declare const __VLS_component_49: DefineComponent<TagProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TagProps> & Readonly<{}>, {
|
|
375
|
-
colors: TagColors;
|
|
376
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
377
|
-
|
|
378
|
-
declare const __VLS_component_5: DefineComponent<AccordionHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
379
|
-
|
|
380
|
-
declare const __VLS_component_6: DefineComponent<IAccordionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAccordionItemProps> & Readonly<{}>, {
|
|
381
|
-
styleVariant: "inline" | "filled" | "outlined";
|
|
382
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
383
|
-
|
|
384
|
-
declare const __VLS_component_7: DefineComponent<IAccordionTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAccordionTriggerProps> & Readonly<{}>, {
|
|
385
|
-
visibleArrow: boolean;
|
|
386
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
387
|
-
|
|
388
|
-
declare const __VLS_component_8: DefineComponent<IAlertDialogActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogActionProps> & Readonly<{}>, {
|
|
384
|
+
declare const __VLS_component_5: DefineComponent<IAlertDialogActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogActionProps> & Readonly<{}>, {
|
|
389
385
|
size: ButtonSize;
|
|
390
386
|
variant: ButtonVariant;
|
|
391
387
|
buttonStyle: ButtonStyle;
|
|
392
388
|
strong: boolean;
|
|
393
389
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
394
390
|
|
|
395
|
-
declare const
|
|
391
|
+
declare const __VLS_component_6: DefineComponent<IAlertDialogCancelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogCancelProps> & Readonly<{}>, {
|
|
396
392
|
size: ButtonSize;
|
|
397
393
|
variant: ButtonVariant;
|
|
398
394
|
buttonStyle: ButtonStyle;
|
|
399
395
|
strong: boolean;
|
|
400
396
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
401
397
|
|
|
398
|
+
declare const __VLS_component_7: DefineComponent<IAlertDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogContentProps> & Readonly<{}>, {
|
|
399
|
+
width: number;
|
|
400
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
401
|
+
|
|
402
|
+
declare const __VLS_component_8: DefineComponent<AlertDialogDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AlertDialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
403
|
+
|
|
404
|
+
declare const __VLS_component_9: DefineComponent<AlertDialogOverlayProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AlertDialogOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
405
|
+
|
|
402
406
|
declare type __VLS_Props = {
|
|
407
|
+
value?: string | number;
|
|
408
|
+
variant?: 'primary' | 'danger' | 'neutral';
|
|
409
|
+
strong?: boolean;
|
|
410
|
+
};
|
|
411
|
+
|
|
412
|
+
declare type __VLS_Props_2 = {
|
|
403
413
|
label?: string;
|
|
404
414
|
value?: string | number | any;
|
|
405
415
|
trueValue?: string | boolean;
|
|
@@ -414,23 +424,17 @@ declare type __VLS_Props = {
|
|
|
414
424
|
customId?: string;
|
|
415
425
|
};
|
|
416
426
|
|
|
417
|
-
declare type __VLS_Props_2 = {
|
|
418
|
-
value?: string | number;
|
|
419
|
-
variant?: 'primary' | 'danger' | 'neutral';
|
|
420
|
-
strong?: boolean;
|
|
421
|
-
};
|
|
422
|
-
|
|
423
427
|
declare type __VLS_PublicProps = {
|
|
424
428
|
modelValue?: string | boolean | any | null | any[];
|
|
425
|
-
} &
|
|
429
|
+
} & __VLS_Props_2;
|
|
426
430
|
|
|
427
431
|
declare function __VLS_template(): {
|
|
428
432
|
attrs: Partial<{}>;
|
|
429
433
|
slots: {
|
|
430
|
-
|
|
434
|
+
default?(_: {}): any;
|
|
431
435
|
};
|
|
432
436
|
refs: {};
|
|
433
|
-
rootEl:
|
|
437
|
+
rootEl: any;
|
|
434
438
|
};
|
|
435
439
|
|
|
436
440
|
declare function __VLS_template_10(): {
|
|
@@ -508,10 +512,10 @@ declare function __VLS_template_17(): {
|
|
|
508
512
|
declare function __VLS_template_18(): {
|
|
509
513
|
attrs: Partial<{}>;
|
|
510
514
|
slots: {
|
|
511
|
-
|
|
515
|
+
label?(_: {}): any;
|
|
512
516
|
};
|
|
513
517
|
refs: {};
|
|
514
|
-
rootEl:
|
|
518
|
+
rootEl: HTMLLabelElement;
|
|
515
519
|
};
|
|
516
520
|
|
|
517
521
|
declare function __VLS_template_19(): {
|
|
@@ -544,7 +548,7 @@ declare function __VLS_template_20(): {
|
|
|
544
548
|
declare function __VLS_template_21(): {
|
|
545
549
|
attrs: Partial<{}>;
|
|
546
550
|
slots: {
|
|
547
|
-
default?(_:
|
|
551
|
+
default?(_: any): any;
|
|
548
552
|
};
|
|
549
553
|
refs: {};
|
|
550
554
|
rootEl: any;
|
|
@@ -571,7 +575,7 @@ declare function __VLS_template_23(): {
|
|
|
571
575
|
declare function __VLS_template_24(): {
|
|
572
576
|
attrs: Partial<{}>;
|
|
573
577
|
slots: {
|
|
574
|
-
default?(_:
|
|
578
|
+
default?(_: {}): any;
|
|
575
579
|
};
|
|
576
580
|
refs: {};
|
|
577
581
|
rootEl: any;
|
|
@@ -661,7 +665,7 @@ declare function __VLS_template_32(): {
|
|
|
661
665
|
declare function __VLS_template_33(): {
|
|
662
666
|
attrs: Partial<{}>;
|
|
663
667
|
slots: {
|
|
664
|
-
default?(_:
|
|
668
|
+
default?(_: {}): any;
|
|
665
669
|
};
|
|
666
670
|
refs: {};
|
|
667
671
|
rootEl: any;
|
|
@@ -715,7 +719,7 @@ declare function __VLS_template_38(): {
|
|
|
715
719
|
declare function __VLS_template_39(): {
|
|
716
720
|
attrs: Partial<{}>;
|
|
717
721
|
slots: {
|
|
718
|
-
default?(_:
|
|
722
|
+
default?(_: any): any;
|
|
719
723
|
};
|
|
720
724
|
refs: {};
|
|
721
725
|
rootEl: any;
|
|
@@ -772,7 +776,7 @@ declare function __VLS_template_44(): {
|
|
|
772
776
|
default?(_: {}): any;
|
|
773
777
|
};
|
|
774
778
|
refs: {};
|
|
775
|
-
rootEl:
|
|
779
|
+
rootEl: HTMLDivElement;
|
|
776
780
|
};
|
|
777
781
|
|
|
778
782
|
declare function __VLS_template_45(): {
|
|
@@ -817,7 +821,7 @@ declare function __VLS_template_49(): {
|
|
|
817
821
|
default?(_: {}): any;
|
|
818
822
|
};
|
|
819
823
|
refs: {};
|
|
820
|
-
rootEl:
|
|
824
|
+
rootEl: any;
|
|
821
825
|
};
|
|
822
826
|
|
|
823
827
|
declare function __VLS_template_5(): {
|
|
@@ -1257,37 +1261,37 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
1257
1261
|
};
|
|
1258
1262
|
};
|
|
1259
1263
|
|
|
1260
|
-
export declare const AccordionContent:
|
|
1264
|
+
export declare const AccordionContent: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1261
1265
|
|
|
1262
|
-
export declare const AccordionHeader:
|
|
1266
|
+
export declare const AccordionHeader: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1263
1267
|
|
|
1264
|
-
export declare const AccordionItem:
|
|
1268
|
+
export declare const AccordionItem: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1265
1269
|
|
|
1266
1270
|
export { AccordionRoot }
|
|
1267
1271
|
|
|
1268
|
-
export declare const AccordionTrigger:
|
|
1272
|
+
export declare const AccordionTrigger: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1269
1273
|
|
|
1270
|
-
export declare const AlertDialogAction:
|
|
1274
|
+
export declare const AlertDialogAction: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1271
1275
|
|
|
1272
|
-
export declare const AlertDialogCancel:
|
|
1276
|
+
export declare const AlertDialogCancel: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1273
1277
|
|
|
1274
|
-
export declare const AlertDialogContent:
|
|
1278
|
+
export declare const AlertDialogContent: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1275
1279
|
|
|
1276
|
-
export declare const AlertDialogDescription:
|
|
1280
|
+
export declare const AlertDialogDescription: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1277
1281
|
|
|
1278
|
-
export declare const AlertDialogOverlay:
|
|
1282
|
+
export declare const AlertDialogOverlay: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1279
1283
|
|
|
1280
1284
|
export { AlertDialogPortal }
|
|
1281
1285
|
|
|
1282
1286
|
export { AlertDialogRoot }
|
|
1283
1287
|
|
|
1284
|
-
export declare const AlertDialogTitle:
|
|
1288
|
+
export declare const AlertDialogTitle: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1285
1289
|
|
|
1286
|
-
export declare const AlertDialogTrigger:
|
|
1290
|
+
export declare const AlertDialogTrigger: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1287
1291
|
|
|
1288
|
-
export declare const Badge: DefineComponent<
|
|
1292
|
+
export declare const Badge: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1289
1293
|
|
|
1290
|
-
export declare const Button:
|
|
1294
|
+
export declare const Button: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1291
1295
|
|
|
1292
1296
|
declare type ButtonIconPosition = "start" | "end";
|
|
1293
1297
|
|
|
@@ -1299,19 +1303,19 @@ declare type ButtonVariant = "primary" | "danger" | "secondary" | "link";
|
|
|
1299
1303
|
|
|
1300
1304
|
export { CalendarCell }
|
|
1301
1305
|
|
|
1302
|
-
export declare const CalendarCellTrigger:
|
|
1306
|
+
export declare const CalendarCellTrigger: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1303
1307
|
|
|
1304
1308
|
export { CalendarGrid }
|
|
1305
1309
|
|
|
1306
|
-
export declare const CalendarGridBody:
|
|
1310
|
+
export declare const CalendarGridBody: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1307
1311
|
|
|
1308
1312
|
export { CalendarGridHead }
|
|
1309
1313
|
|
|
1310
|
-
export declare const CalendarGridRow:
|
|
1314
|
+
export declare const CalendarGridRow: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1311
1315
|
|
|
1312
|
-
export declare const CalendarHeadCell:
|
|
1316
|
+
export declare const CalendarHeadCell: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1313
1317
|
|
|
1314
|
-
export declare const CalendarHeader:
|
|
1318
|
+
export declare const CalendarHeader: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1315
1319
|
|
|
1316
1320
|
export declare const CalendarHeading: DefineComponent<CalendarHeadingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1317
1321
|
|
|
@@ -1333,7 +1337,29 @@ iconOnly: boolean;
|
|
|
1333
1337
|
|
|
1334
1338
|
export { CalendarRoot }
|
|
1335
1339
|
|
|
1336
|
-
export declare const Checkbox:
|
|
1340
|
+
export declare const Checkbox: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1341
|
+
|
|
1342
|
+
export { ColumnDef }
|
|
1343
|
+
|
|
1344
|
+
export { createColumnHelper }
|
|
1345
|
+
|
|
1346
|
+
export declare const DataTable: DefineComponent<IDataTableProps<any>,
|
|
1347
|
+
{},
|
|
1348
|
+
{},
|
|
1349
|
+
{},
|
|
1350
|
+
{},
|
|
1351
|
+
ComponentOptionsMixin,
|
|
1352
|
+
ComponentOptionsMixin,
|
|
1353
|
+
IDataTableEmits
|
|
1354
|
+
>;
|
|
1355
|
+
|
|
1356
|
+
declare type DataTablePaginationTemplate =
|
|
1357
|
+
| "FirstPageLink"
|
|
1358
|
+
| "PrevPageLink"
|
|
1359
|
+
| "PageLinks"
|
|
1360
|
+
| "NextPageLink"
|
|
1361
|
+
| "LastPageLink"
|
|
1362
|
+
| "RowsPerPageDropdown";
|
|
1337
1363
|
|
|
1338
1364
|
export { DatePickerAnchor }
|
|
1339
1365
|
|
|
@@ -1347,29 +1373,29 @@ export { DatePickerCalendar }
|
|
|
1347
1373
|
|
|
1348
1374
|
export { DatePickerCell }
|
|
1349
1375
|
|
|
1350
|
-
export declare const DatePickerCellTrigger:
|
|
1376
|
+
export declare const DatePickerCellTrigger: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1351
1377
|
|
|
1352
1378
|
export { DatePickerClose }
|
|
1353
1379
|
|
|
1354
|
-
export declare const DatePickerContent:
|
|
1380
|
+
export declare const DatePickerContent: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1355
1381
|
|
|
1356
|
-
export declare const DatePickerField:
|
|
1382
|
+
export declare const DatePickerField: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1357
1383
|
|
|
1358
1384
|
export { DatePickerGrid }
|
|
1359
1385
|
|
|
1360
|
-
export declare const DatePickerGridBody:
|
|
1386
|
+
export declare const DatePickerGridBody: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1361
1387
|
|
|
1362
1388
|
export { DatePickerGridHead }
|
|
1363
1389
|
|
|
1364
|
-
export declare const DatePickerGridRow:
|
|
1390
|
+
export declare const DatePickerGridRow: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1365
1391
|
|
|
1366
|
-
export declare const DatePickerHeadCell:
|
|
1392
|
+
export declare const DatePickerHeadCell: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1367
1393
|
|
|
1368
|
-
export declare const DatePickerHeader:
|
|
1394
|
+
export declare const DatePickerHeader: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1369
1395
|
|
|
1370
1396
|
export declare const DatePickerHeading: DefineComponent<DatePickerHeadingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1371
1397
|
|
|
1372
|
-
export declare const DatePickerInput:
|
|
1398
|
+
export declare const DatePickerInput: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
1373
1399
|
|
|
1374
1400
|
export declare const DatePickerNext: DefineComponent<IDatePickerNextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerNextProps> & Readonly<{}>, {
|
|
1375
1401
|
size: ButtonSize;
|
|
@@ -1389,7 +1415,7 @@ iconOnly: boolean;
|
|
|
1389
1415
|
|
|
1390
1416
|
export { DatePickerRoot }
|
|
1391
1417
|
|
|
1392
|
-
export declare const DatePickerTrigger:
|
|
1418
|
+
export declare const DatePickerTrigger: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1393
1419
|
|
|
1394
1420
|
export { DateRangePickerAnchor }
|
|
1395
1421
|
|
|
@@ -1403,11 +1429,11 @@ export { DateRangePickerCalendar }
|
|
|
1403
1429
|
|
|
1404
1430
|
export { DateRangePickerCell }
|
|
1405
1431
|
|
|
1406
|
-
export declare const DateRangePickerCellTrigger:
|
|
1432
|
+
export declare const DateRangePickerCellTrigger: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1407
1433
|
|
|
1408
1434
|
export { DateRangePickerClose }
|
|
1409
1435
|
|
|
1410
|
-
export declare const DateRangePickerContent:
|
|
1436
|
+
export declare const DateRangePickerContent: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
1411
1437
|
|
|
1412
1438
|
export declare const DateRangePickerField: DefineComponent<IDatePickerFieldProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerFieldProps_2> & Readonly<{}>, {
|
|
1413
1439
|
width: number;
|
|
@@ -1415,15 +1441,15 @@ width: number;
|
|
|
1415
1441
|
|
|
1416
1442
|
export { DateRangePickerGrid }
|
|
1417
1443
|
|
|
1418
|
-
export declare const DateRangePickerGridBody:
|
|
1444
|
+
export declare const DateRangePickerGridBody: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
1419
1445
|
|
|
1420
1446
|
export { DateRangePickerGridHead }
|
|
1421
1447
|
|
|
1422
|
-
export declare const DateRangePickerGridRow:
|
|
1448
|
+
export declare const DateRangePickerGridRow: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
|
|
1423
1449
|
|
|
1424
|
-
export declare const DateRangePickerHeadCell:
|
|
1450
|
+
export declare const DateRangePickerHeadCell: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
|
|
1425
1451
|
|
|
1426
|
-
export declare const DateRangePickerHeader:
|
|
1452
|
+
export declare const DateRangePickerHeader: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
1427
1453
|
|
|
1428
1454
|
export declare const DateRangePickerHeading: DefineComponent<DateRangePickerHeadingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1429
1455
|
|
|
@@ -1445,7 +1471,7 @@ iconOnly: boolean;
|
|
|
1445
1471
|
|
|
1446
1472
|
export { DateRangePickerRoot }
|
|
1447
1473
|
|
|
1448
|
-
export declare const DateRangePickerTrigger:
|
|
1474
|
+
export declare const DateRangePickerTrigger: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
|
|
1449
1475
|
|
|
1450
1476
|
export declare const DropdownMenuArrow: DefineComponent<DropdownMenuArrowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DropdownMenuArrowProps> & Readonly<{}>, {
|
|
1451
1477
|
rounded: boolean;
|
|
@@ -1455,11 +1481,11 @@ height: number;
|
|
|
1455
1481
|
|
|
1456
1482
|
export { DropdownMenuCheckboxItem }
|
|
1457
1483
|
|
|
1458
|
-
export declare const DropdownMenuContent:
|
|
1484
|
+
export declare const DropdownMenuContent: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
|
|
1459
1485
|
|
|
1460
1486
|
export { DropdownMenuGroup }
|
|
1461
1487
|
|
|
1462
|
-
export declare const DropdownMenuItem:
|
|
1488
|
+
export declare const DropdownMenuItem: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
|
|
1463
1489
|
|
|
1464
1490
|
export { DropdownMenuItemIndicator }
|
|
1465
1491
|
|
|
@@ -1477,9 +1503,9 @@ export declare const DropdownMenuSeparator: DefineComponent<DropdownMenuSeparato
|
|
|
1477
1503
|
|
|
1478
1504
|
export { DropdownMenuSub }
|
|
1479
1505
|
|
|
1480
|
-
export declare const DropdownMenuSubContent:
|
|
1506
|
+
export declare const DropdownMenuSubContent: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
|
|
1481
1507
|
|
|
1482
|
-
export declare const DropdownMenuSubTrigger:
|
|
1508
|
+
export declare const DropdownMenuSubTrigger: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
|
|
1483
1509
|
|
|
1484
1510
|
export { DropdownMenuTrigger }
|
|
1485
1511
|
|
|
@@ -1525,6 +1551,38 @@ declare interface ICalendarPrevProps extends Omit<CalendarNextProps, 'as' | 'asC
|
|
|
1525
1551
|
declare interface ICalendarPrevProps_2 extends Omit<CalendarPrevProps, 'as' | 'asChild'>, IButtonProps {
|
|
1526
1552
|
}
|
|
1527
1553
|
|
|
1554
|
+
export declare interface IData<T> {
|
|
1555
|
+
isLoading?: boolean;
|
|
1556
|
+
isViewCheckbox?: boolean;
|
|
1557
|
+
viewBgColor?: boolean;
|
|
1558
|
+
bgColor?: string;
|
|
1559
|
+
data: T;
|
|
1560
|
+
}
|
|
1561
|
+
|
|
1562
|
+
declare interface IDataTableEmits {
|
|
1563
|
+
(e: "update:sort", value: SortingState): void;
|
|
1564
|
+
(e: "update:selected", value: RowSelectionState): void;
|
|
1565
|
+
(e: "update:page", value: number): void;
|
|
1566
|
+
(e: "update:rows", value: number): void;
|
|
1567
|
+
}
|
|
1568
|
+
|
|
1569
|
+
declare interface IDataTableProps<T = any> {
|
|
1570
|
+
data: IData<T>[];
|
|
1571
|
+
columns: ColumnDef<IData<any>, any>[];
|
|
1572
|
+
size?: "small" | "medium" | "large";
|
|
1573
|
+
paginator?: boolean;
|
|
1574
|
+
page?: number;
|
|
1575
|
+
rowsPerPageOptions?: number[];
|
|
1576
|
+
paginatorTemplate?: DataTablePaginationTemplate;
|
|
1577
|
+
rows?: number;
|
|
1578
|
+
total?: number;
|
|
1579
|
+
alwaysShowPaginator?: boolean;
|
|
1580
|
+
loading?: boolean;
|
|
1581
|
+
enableSorting?: boolean;
|
|
1582
|
+
enableRowSelection?: boolean;
|
|
1583
|
+
rowId?: string;
|
|
1584
|
+
}
|
|
1585
|
+
|
|
1528
1586
|
declare interface IDatePickerFieldProps {
|
|
1529
1587
|
width?: number;
|
|
1530
1588
|
placeholder?: string;
|
|
@@ -1587,9 +1645,9 @@ export declare const PaginationFirst: DefineComponent<PaginationFirstProps, {},
|
|
|
1587
1645
|
|
|
1588
1646
|
export declare const PaginationLast: DefineComponent<PaginationLastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1589
1647
|
|
|
1590
|
-
export declare const PaginationList:
|
|
1648
|
+
export declare const PaginationList: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
|
|
1591
1649
|
|
|
1592
|
-
export declare const PaginationListItem:
|
|
1650
|
+
export declare const PaginationListItem: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
|
|
1593
1651
|
|
|
1594
1652
|
export declare const PaginationNext: DefineComponent<PaginationNextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1595
1653
|
|
|
@@ -1607,7 +1665,7 @@ height: number;
|
|
|
1607
1665
|
|
|
1608
1666
|
export { PopoverClose }
|
|
1609
1667
|
|
|
1610
|
-
export declare const PopoverContent:
|
|
1668
|
+
export declare const PopoverContent: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
|
|
1611
1669
|
|
|
1612
1670
|
export { PopoverPortal }
|
|
1613
1671
|
|
|
@@ -1621,13 +1679,13 @@ export { TabsContent }
|
|
|
1621
1679
|
|
|
1622
1680
|
export { TabsIndicator }
|
|
1623
1681
|
|
|
1624
|
-
export declare const TabsList:
|
|
1682
|
+
export declare const TabsList: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
|
|
1625
1683
|
|
|
1626
1684
|
export { TabsRoot }
|
|
1627
1685
|
|
|
1628
|
-
export declare const TabsTrigger:
|
|
1686
|
+
export declare const TabsTrigger: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
|
|
1629
1687
|
|
|
1630
|
-
export declare const Tag:
|
|
1688
|
+
export declare const Tag: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
|
|
1631
1689
|
|
|
1632
1690
|
export declare interface TagColors {
|
|
1633
1691
|
background?: string;
|
|
@@ -1644,21 +1702,21 @@ export { ToastAction }
|
|
|
1644
1702
|
|
|
1645
1703
|
export declare const ToastClose: DefineComponent<ToastCloseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1646
1704
|
|
|
1647
|
-
export declare const ToastDescription:
|
|
1705
|
+
export declare const ToastDescription: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
|
|
1648
1706
|
|
|
1649
1707
|
export { ToastPortal }
|
|
1650
1708
|
|
|
1651
|
-
export declare const ToastProvider:
|
|
1709
|
+
export declare const ToastProvider: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
|
|
1652
1710
|
|
|
1653
|
-
export declare const ToastRoot:
|
|
1711
|
+
export declare const ToastRoot: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
|
|
1654
1712
|
|
|
1655
|
-
export declare const ToastTitle:
|
|
1713
|
+
export declare const ToastTitle: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
|
|
1656
1714
|
|
|
1657
1715
|
declare type ToastVariant = "warn" | "success" | "error" | "info";
|
|
1658
1716
|
|
|
1659
1717
|
export declare const ToastViewport: DefineComponent<ToastViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1660
1718
|
|
|
1661
|
-
export declare const TooltipContent:
|
|
1719
|
+
export declare const TooltipContent: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
|
|
1662
1720
|
|
|
1663
1721
|
export { TooltipPortal }
|
|
1664
1722
|
|
|
@@ -1686,7 +1744,7 @@ declare module "@tanstack/vue-table" {
|
|
|
1686
1744
|
|
|
1687
1745
|
declare module "@tanstack/vue-table" {
|
|
1688
1746
|
interface ColumnMeta<TData extends RowData, TValue> {
|
|
1689
|
-
align?: "
|
|
1747
|
+
align?: "start" | "center" | "end";
|
|
1690
1748
|
verticalAlign?: "top" | "middle" | "bottom";
|
|
1691
1749
|
autoSize?: boolean;
|
|
1692
1750
|
}
|