@vuetify/nightly 3.7.18-dev.2025-03-19 → 3.7.18-dev.2025-03-20
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/CHANGELOG.md +4 -3
- package/dist/json/attributes.json +3574 -3574
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +6436 -6436
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4390 -4390
- package/dist/vuetify-labs.d.ts +13177 -13474
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3862 -3862
- package/dist/vuetify.d.ts +9272 -9569
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.d.ts +12 -12
- package/lib/components/VAppBar/VAppBar.d.ts +6 -6
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +179 -207
- package/lib/components/VAvatar/VAvatar.d.ts +6 -6
- package/lib/components/VBadge/VBadge.d.ts +3 -3
- package/lib/components/VBanner/VBanner.d.ts +6 -6
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +30 -50
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +6 -6
- package/lib/components/VBtn/VBtn.d.ts +6 -6
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +12 -12
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +12 -12
- package/lib/components/VCard/VCard.d.ts +6 -6
- package/lib/components/VCarousel/VCarousel.d.ts +2 -2
- package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
- package/lib/components/VCheckbox/VCheckbox.d.ts +39 -39
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
- package/lib/components/VChip/VChip.d.ts +6 -6
- package/lib/components/VChipGroup/VChipGroup.d.ts +14 -14
- package/lib/components/VColorPicker/VColorPicker.d.ts +15 -15
- package/lib/components/VCombobox/VCombobox.d.ts +179 -207
- package/lib/components/VDataIterator/VDataIterator.d.ts +45 -45
- package/lib/components/VDataTable/VDataTable.d.ts +96 -96
- package/lib/components/VDataTable/VDataTableRows.d.ts +2 -2
- package/lib/components/VDataTable/VDataTableServer.d.ts +105 -105
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +89 -89
- package/lib/components/VDataTable/composables/headers.d.ts +10 -10
- package/lib/components/VDataTable/types.d.ts +6 -3
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +11 -11
- package/lib/components/VDialog/VDialog.d.ts +87 -143
- package/lib/components/VFab/VFab.d.ts +35 -35
- package/lib/components/VField/VField.d.ts +8 -8
- package/lib/components/VFileInput/VFileInput.d.ts +54 -54
- package/lib/components/VInput/VInput.d.ts +2 -2
- package/lib/components/VList/VList.d.ts +23 -23
- package/lib/components/VList/VListChildren.d.ts +2 -2
- package/lib/components/VList/VListItem.d.ts +6 -6
- package/lib/components/VMenu/VMenu.d.ts +106 -178
- package/lib/components/VMessages/VMessages.d.ts +16 -16
- package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +34 -34
- package/lib/components/VNumberInput/VNumberInput.d.ts +221 -221
- package/lib/components/VOtpInput/VOtpInput.d.ts +20 -20
- package/lib/components/VOverlay/VOverlay.d.ts +22 -42
- package/lib/components/VOverlay/locationStrategies.d.ts +4 -4
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.d.ts +4 -4
- package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
- package/lib/components/VPagination/VPagination.d.ts +26 -26
- package/lib/components/VRadio/VRadio.d.ts +6 -6
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +39 -39
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +18 -18
- package/lib/components/VSelect/VSelect.d.ts +207 -251
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
- package/lib/components/VSkeletonLoader/VSkeletonLoader.d.ts +8 -8
- package/lib/components/VSlider/VSlider.d.ts +18 -18
- package/lib/components/VSnackbar/VSnackbar.d.ts +85 -141
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +76 -96
- package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
- package/lib/components/VSparkline/VBarline.d.ts +6 -6
- package/lib/components/VSparkline/VSparkline.d.ts +6 -6
- package/lib/components/VSparkline/VTrendline.d.ts +6 -6
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +49 -85
- package/lib/components/VStepper/VStepper.d.ts +9 -9
- package/lib/components/VSwitch/VSwitch.d.ts +20 -20
- package/lib/components/VTabs/VTab.d.ts +56 -56
- package/lib/components/VTabs/VTabs.d.ts +8 -8
- package/lib/components/VTextField/VTextField.d.ts +72 -72
- package/lib/components/VTextarea/VTextarea.d.ts +54 -54
- package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
- package/lib/components/VToolbar/VToolbar.d.ts +6 -6
- package/lib/components/VTooltip/VTooltip.d.ts +109 -181
- package/lib/components/VWindow/VWindow.d.ts +2 -2
- package/lib/composables/index.d.ts +0 -9
- package/lib/composables/index.js.map +1 -1
- package/lib/composables/nested/activeStrategies.d.ts +7 -6
- package/lib/composables/nested/activeStrategies.js.map +1 -1
- package/lib/composables/nested/openStrategies.d.ts +5 -4
- package/lib/composables/nested/openStrategies.js.map +1 -1
- package/lib/composables/nested/selectStrategies.d.ts +7 -6
- package/lib/composables/nested/selectStrategies.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +2135 -58
- package/lib/framework.js +3 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +62 -62
- package/lib/labs/VFileUpload/VFileUpload.d.ts +12 -12
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
- package/lib/labs/VPicker/VPicker.d.ts +6 -6
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +19 -19
- package/lib/labs/VTimePicker/VTimePicker.d.ts +13 -13
- package/lib/labs/VTreeview/VTreeview.d.ts +143 -143
- package/lib/labs/VTreeview/VTreeviewChildren.d.ts +15 -15
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +6 -6
- package/lib/types.d.ts +19 -0
- package/lib/types.js +2 -0
- package/lib/types.js.map +1 -0
- package/package.json +1 -1
@@ -223,11 +223,11 @@ export declare const VSelectionControl: {
|
|
223
223
|
disabled: boolean | null;
|
224
224
|
multiple: boolean | null;
|
225
225
|
readonly: boolean | null;
|
226
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
226
227
|
density: import("../../composables/density.js").Density;
|
227
228
|
ripple: boolean | {
|
228
229
|
class: string;
|
229
230
|
} | undefined;
|
230
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
231
231
|
} & {
|
232
232
|
name?: string | undefined;
|
233
233
|
type?: string | undefined;
|
@@ -255,11 +255,11 @@ export declare const VSelectionControl: {
|
|
255
255
|
disabled: boolean | null;
|
256
256
|
multiple: boolean | null;
|
257
257
|
readonly: boolean | null;
|
258
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
258
259
|
density: import("../../composables/density.js").Density;
|
259
260
|
ripple: boolean | {
|
260
261
|
class: string;
|
261
262
|
} | undefined;
|
262
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
263
263
|
}, true, {}, import("vue").SlotsType<Partial<{
|
264
264
|
default: (arg: {
|
265
265
|
backgroundColorClasses: Ref<string[]>;
|
@@ -284,11 +284,11 @@ export declare const VSelectionControl: {
|
|
284
284
|
disabled: boolean | null;
|
285
285
|
multiple: boolean | null;
|
286
286
|
readonly: boolean | null;
|
287
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
287
288
|
density: import("../../composables/density.js").Density;
|
288
289
|
ripple: boolean | {
|
289
290
|
class: string;
|
290
291
|
} | undefined;
|
291
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
292
292
|
} & {
|
293
293
|
name?: string | undefined;
|
294
294
|
type?: string | undefined;
|
@@ -314,11 +314,11 @@ export declare const VSelectionControl: {
|
|
314
314
|
disabled: boolean | null;
|
315
315
|
multiple: boolean | null;
|
316
316
|
readonly: boolean | null;
|
317
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
317
318
|
density: import("../../composables/density.js").Density;
|
318
319
|
ripple: boolean | {
|
319
320
|
class: string;
|
320
321
|
} | undefined;
|
321
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
322
322
|
}>;
|
323
323
|
__isFragment?: never;
|
324
324
|
__isTeleport?: never;
|
@@ -330,11 +330,11 @@ export declare const VSelectionControl: {
|
|
330
330
|
disabled: boolean | null;
|
331
331
|
multiple: boolean | null;
|
332
332
|
readonly: boolean | null;
|
333
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
333
334
|
density: import("../../composables/density.js").Density;
|
334
335
|
ripple: boolean | {
|
335
336
|
class: string;
|
336
337
|
} | undefined;
|
337
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
338
338
|
} & {
|
339
339
|
name?: string | undefined;
|
340
340
|
type?: string | undefined;
|
@@ -362,11 +362,11 @@ export declare const VSelectionControl: {
|
|
362
362
|
disabled: boolean | null;
|
363
363
|
multiple: boolean | null;
|
364
364
|
readonly: boolean | null;
|
365
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
365
366
|
density: import("../../composables/density.js").Density;
|
366
367
|
ripple: boolean | {
|
367
368
|
class: string;
|
368
369
|
} | undefined;
|
369
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
370
370
|
}, {}, string, import("vue").SlotsType<Partial<{
|
371
371
|
default: (arg: {
|
372
372
|
backgroundColorClasses: Ref<string[]>;
|
@@ -323,12 +323,12 @@ export declare const VSelectionControlGroup: {
|
|
323
323
|
disabled: boolean | null;
|
324
324
|
multiple: boolean | null;
|
325
325
|
readonly: boolean | null;
|
326
|
+
valueComparator: typeof deepEqual;
|
326
327
|
density: import("../../composables/density.js").Density;
|
327
328
|
ripple: boolean | {
|
328
329
|
class: string;
|
329
330
|
} | undefined;
|
330
331
|
defaultsTarget: string;
|
331
|
-
valueComparator: typeof deepEqual;
|
332
332
|
} & {
|
333
333
|
name?: string | undefined;
|
334
334
|
type?: string | undefined;
|
@@ -347,12 +347,12 @@ export declare const VSelectionControlGroup: {
|
|
347
347
|
disabled: boolean | null;
|
348
348
|
multiple: boolean | null;
|
349
349
|
readonly: boolean | null;
|
350
|
+
valueComparator: typeof deepEqual;
|
350
351
|
density: import("../../composables/density.js").Density;
|
351
352
|
ripple: boolean | {
|
352
353
|
class: string;
|
353
354
|
} | undefined;
|
354
355
|
defaultsTarget: string;
|
355
|
-
valueComparator: typeof deepEqual;
|
356
356
|
}, true, {}, import("vue").SlotsType<Partial<{
|
357
357
|
default: () => import("vue").VNode[];
|
358
358
|
}>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
@@ -369,12 +369,12 @@ export declare const VSelectionControlGroup: {
|
|
369
369
|
disabled: boolean | null;
|
370
370
|
multiple: boolean | null;
|
371
371
|
readonly: boolean | null;
|
372
|
+
valueComparator: typeof deepEqual;
|
372
373
|
density: import("../../composables/density.js").Density;
|
373
374
|
ripple: boolean | {
|
374
375
|
class: string;
|
375
376
|
} | undefined;
|
376
377
|
defaultsTarget: string;
|
377
|
-
valueComparator: typeof deepEqual;
|
378
378
|
} & {
|
379
379
|
name?: string | undefined;
|
380
380
|
type?: string | undefined;
|
@@ -391,12 +391,12 @@ export declare const VSelectionControlGroup: {
|
|
391
391
|
disabled: boolean | null;
|
392
392
|
multiple: boolean | null;
|
393
393
|
readonly: boolean | null;
|
394
|
+
valueComparator: typeof deepEqual;
|
394
395
|
density: import("../../composables/density.js").Density;
|
395
396
|
ripple: boolean | {
|
396
397
|
class: string;
|
397
398
|
} | undefined;
|
398
399
|
defaultsTarget: string;
|
399
|
-
valueComparator: typeof deepEqual;
|
400
400
|
}>;
|
401
401
|
__isFragment?: never;
|
402
402
|
__isTeleport?: never;
|
@@ -408,12 +408,12 @@ export declare const VSelectionControlGroup: {
|
|
408
408
|
disabled: boolean | null;
|
409
409
|
multiple: boolean | null;
|
410
410
|
readonly: boolean | null;
|
411
|
+
valueComparator: typeof deepEqual;
|
411
412
|
density: import("../../composables/density.js").Density;
|
412
413
|
ripple: boolean | {
|
413
414
|
class: string;
|
414
415
|
} | undefined;
|
415
416
|
defaultsTarget: string;
|
416
|
-
valueComparator: typeof deepEqual;
|
417
417
|
} & {
|
418
418
|
name?: string | undefined;
|
419
419
|
type?: string | undefined;
|
@@ -432,12 +432,12 @@ export declare const VSelectionControlGroup: {
|
|
432
432
|
disabled: boolean | null;
|
433
433
|
multiple: boolean | null;
|
434
434
|
readonly: boolean | null;
|
435
|
+
valueComparator: typeof deepEqual;
|
435
436
|
density: import("../../composables/density.js").Density;
|
436
437
|
ripple: boolean | {
|
437
438
|
class: string;
|
438
439
|
} | undefined;
|
439
440
|
defaultsTarget: string;
|
440
|
-
valueComparator: typeof deepEqual;
|
441
441
|
}, {}, string, import("vue").SlotsType<Partial<{
|
442
442
|
default: () => import("vue").VNode[];
|
443
443
|
}>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new <T>(props: {
|
@@ -117,13 +117,13 @@ export declare const makeVSkeletonLoaderProps: <Defaults extends {
|
|
117
117
|
type: PropType<VSkeletonLoaderType | (string & {}) | ReadonlyArray<VSkeletonLoaderType | (string & {})>>;
|
118
118
|
default: string;
|
119
119
|
}, "type" | "default"> & {
|
120
|
-
type: PropType<unknown extends Defaults["type"] ? "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "
|
121
|
-
default: unknown extends Defaults["type"] ? "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "
|
120
|
+
type: PropType<unknown extends Defaults["type"] ? "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "actions" | "subtitle" | "chip" | "avatar" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "actions" | "subtitle" | "chip" | "avatar" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[] : "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "actions" | "subtitle" | "chip" | "avatar" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "actions" | "subtitle" | "chip" | "avatar" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[] | Defaults["type"]>;
|
121
|
+
default: unknown extends Defaults["type"] ? "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "actions" | "subtitle" | "chip" | "avatar" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "actions" | "subtitle" | "chip" | "avatar" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[] : Defaults["type"] | NonNullable<"button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "actions" | "subtitle" | "chip" | "avatar" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "actions" | "subtitle" | "chip" | "avatar" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[]>;
|
122
122
|
};
|
123
123
|
};
|
124
124
|
export declare const VSkeletonLoader: {
|
125
125
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
126
|
-
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "
|
126
|
+
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "actions" | "subtitle" | "chip" | "avatar" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "actions" | "subtitle" | "chip" | "avatar" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
127
127
|
loading: boolean;
|
128
128
|
loadingText: string;
|
129
129
|
boilerplate: boolean;
|
@@ -147,7 +147,7 @@ export declare const VSkeletonLoader: {
|
|
147
147
|
} & {
|
148
148
|
"v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
|
149
149
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
150
|
-
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "
|
150
|
+
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "actions" | "subtitle" | "chip" | "avatar" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "actions" | "subtitle" | "chip" | "avatar" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
151
151
|
loading: boolean;
|
152
152
|
loadingText: string;
|
153
153
|
boilerplate: boolean;
|
@@ -161,7 +161,7 @@ export declare const VSkeletonLoader: {
|
|
161
161
|
M: {};
|
162
162
|
Defaults: {};
|
163
163
|
}, {
|
164
|
-
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "
|
164
|
+
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "actions" | "subtitle" | "chip" | "avatar" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "actions" | "subtitle" | "chip" | "avatar" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
165
165
|
loading: boolean;
|
166
166
|
loadingText: string;
|
167
167
|
boilerplate: boolean;
|
@@ -185,7 +185,7 @@ export declare const VSkeletonLoader: {
|
|
185
185
|
} & {
|
186
186
|
"v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
|
187
187
|
}, {}, {}, {}, {}, {
|
188
|
-
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "
|
188
|
+
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "actions" | "subtitle" | "chip" | "avatar" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "actions" | "subtitle" | "chip" | "avatar" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
189
189
|
loading: boolean;
|
190
190
|
loadingText: string;
|
191
191
|
boilerplate: boolean;
|
@@ -194,7 +194,7 @@ export declare const VSkeletonLoader: {
|
|
194
194
|
__isTeleport?: never;
|
195
195
|
__isSuspense?: never;
|
196
196
|
} & import("vue").ComponentOptionsBase<{
|
197
|
-
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "
|
197
|
+
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "actions" | "subtitle" | "chip" | "avatar" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "actions" | "subtitle" | "chip" | "avatar" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
198
198
|
loading: boolean;
|
199
199
|
loadingText: string;
|
200
200
|
boilerplate: boolean;
|
@@ -218,7 +218,7 @@ export declare const VSkeletonLoader: {
|
|
218
218
|
} & {
|
219
219
|
"v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
|
220
220
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
221
|
-
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "
|
221
|
+
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "actions" | "subtitle" | "chip" | "avatar" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "actions" | "subtitle" | "chip" | "avatar" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
222
222
|
loading: boolean;
|
223
223
|
loadingText: string;
|
224
224
|
boilerplate: boolean;
|
@@ -127,14 +127,14 @@ export declare const makeVSliderProps: <Defaults extends {
|
|
127
127
|
default: unknown extends Defaults["readonly"] ? boolean | null : NonNullable<boolean | null> | Defaults["readonly"];
|
128
128
|
};
|
129
129
|
rules: unknown extends Defaults["rules"] ? {
|
130
|
-
type: import("vue").PropType<readonly import("../../
|
130
|
+
type: import("vue").PropType<readonly import("../../types.js").ValidationRule[]>;
|
131
131
|
default: () => never[];
|
132
132
|
} : Omit<{
|
133
|
-
type: import("vue").PropType<readonly import("../../
|
133
|
+
type: import("vue").PropType<readonly import("../../types.js").ValidationRule[]>;
|
134
134
|
default: () => never[];
|
135
135
|
}, "type" | "default"> & {
|
136
|
-
type: import("vue").PropType<unknown extends Defaults["rules"] ? readonly import("../../
|
137
|
-
default: unknown extends Defaults["rules"] ? readonly import("../../
|
136
|
+
type: import("vue").PropType<unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"]>;
|
137
|
+
default: unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"];
|
138
138
|
};
|
139
139
|
validateOn: unknown extends Defaults["validateOn"] ? import("vue").PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined> : {
|
140
140
|
type: import("vue").PropType<unknown extends Defaults["validateOn"] ? ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined : ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | Defaults["validateOn"] | undefined>;
|
@@ -423,10 +423,10 @@ export declare const VSlider: {
|
|
423
423
|
focused: boolean;
|
424
424
|
errorMessages: string | readonly string[] | null;
|
425
425
|
maxErrors: string | number;
|
426
|
-
rules: readonly import("../../
|
426
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
427
427
|
modelValue: string | number;
|
428
|
-
tile: boolean;
|
429
428
|
density: import("../../composables/density.js").Density;
|
429
|
+
tile: boolean;
|
430
430
|
ripple: boolean;
|
431
431
|
centerAffix: boolean;
|
432
432
|
hideSpinButtons: boolean;
|
@@ -530,11 +530,11 @@ export declare const VSlider: {
|
|
530
530
|
focused: boolean;
|
531
531
|
errorMessages: string | readonly string[] | null;
|
532
532
|
maxErrors: string | number;
|
533
|
-
rules: readonly import("../../
|
533
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
534
534
|
modelValue: string | number;
|
535
|
+
density: import("../../composables/density.js").Density;
|
535
536
|
rounded: string | number | boolean;
|
536
537
|
tile: boolean;
|
537
|
-
density: import("../../composables/density.js").Density;
|
538
538
|
ripple: boolean;
|
539
539
|
centerAffix: boolean;
|
540
540
|
hideSpinButtons: boolean;
|
@@ -580,10 +580,10 @@ export declare const VSlider: {
|
|
580
580
|
focused: boolean;
|
581
581
|
errorMessages: string | readonly string[] | null;
|
582
582
|
maxErrors: string | number;
|
583
|
-
rules: readonly import("../../
|
583
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
584
584
|
modelValue: string | number;
|
585
|
-
tile: boolean;
|
586
585
|
density: import("../../composables/density.js").Density;
|
586
|
+
tile: boolean;
|
587
587
|
ripple: boolean;
|
588
588
|
centerAffix: boolean;
|
589
589
|
hideSpinButtons: boolean;
|
@@ -682,11 +682,11 @@ export declare const VSlider: {
|
|
682
682
|
focused: boolean;
|
683
683
|
errorMessages: string | readonly string[] | null;
|
684
684
|
maxErrors: string | number;
|
685
|
-
rules: readonly import("../../
|
685
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
686
686
|
modelValue: string | number;
|
687
|
+
density: import("../../composables/density.js").Density;
|
687
688
|
rounded: string | number | boolean;
|
688
689
|
tile: boolean;
|
689
|
-
density: import("../../composables/density.js").Density;
|
690
690
|
ripple: boolean;
|
691
691
|
centerAffix: boolean;
|
692
692
|
hideSpinButtons: boolean;
|
@@ -715,10 +715,10 @@ export declare const VSlider: {
|
|
715
715
|
focused: boolean;
|
716
716
|
errorMessages: string | readonly string[] | null;
|
717
717
|
maxErrors: string | number;
|
718
|
-
rules: readonly import("../../
|
718
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
719
719
|
modelValue: string | number;
|
720
|
-
tile: boolean;
|
721
720
|
density: import("../../composables/density.js").Density;
|
721
|
+
tile: boolean;
|
722
722
|
ripple: boolean;
|
723
723
|
centerAffix: boolean;
|
724
724
|
hideSpinButtons: boolean;
|
@@ -822,11 +822,11 @@ export declare const VSlider: {
|
|
822
822
|
focused: boolean;
|
823
823
|
errorMessages: string | readonly string[] | null;
|
824
824
|
maxErrors: string | number;
|
825
|
-
rules: readonly import("../../
|
825
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
826
826
|
modelValue: string | number;
|
827
|
+
density: import("../../composables/density.js").Density;
|
827
828
|
rounded: string | number | boolean;
|
828
829
|
tile: boolean;
|
829
|
-
density: import("../../composables/density.js").Density;
|
830
830
|
ripple: boolean;
|
831
831
|
centerAffix: boolean;
|
832
832
|
hideSpinButtons: boolean;
|
@@ -877,7 +877,7 @@ export declare const VSlider: {
|
|
877
877
|
default: null;
|
878
878
|
};
|
879
879
|
rules: {
|
880
|
-
type: import("vue").PropType<readonly import("../../
|
880
|
+
type: import("vue").PropType<readonly import("../../types.js").ValidationRule[]>;
|
881
881
|
default: () => never[];
|
882
882
|
};
|
883
883
|
validateOn: import("vue").PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
|
@@ -1003,7 +1003,7 @@ export declare const VSlider: {
|
|
1003
1003
|
default: null;
|
1004
1004
|
};
|
1005
1005
|
rules: {
|
1006
|
-
type: import("vue").PropType<readonly import("../../
|
1006
|
+
type: import("vue").PropType<readonly import("../../types.js").ValidationRule[]>;
|
1007
1007
|
default: () => never[];
|
1008
1008
|
};
|
1009
1009
|
validateOn: import("vue").PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
|