vuetify 3.8.3 → 3.8.5

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.
Files changed (117) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +4267 -3919
  3. package/dist/json/importMap-labs.json +28 -24
  4. package/dist/json/importMap.json +164 -164
  5. package/dist/json/tags.json +92 -0
  6. package/dist/json/web-types.json +8380 -7153
  7. package/dist/vuetify-labs.cjs +374 -79
  8. package/dist/vuetify-labs.css +3864 -3836
  9. package/dist/vuetify-labs.d.ts +5818 -1810
  10. package/dist/vuetify-labs.esm.js +374 -79
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +374 -79
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +53 -30
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +3556 -3531
  17. package/dist/vuetify.d.ts +4121 -1210
  18. package/dist/vuetify.esm.js +53 -30
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +53 -30
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +30 -27
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.d.ts +795 -77
  26. package/lib/components/VBadge/VBadge.d.ts +22 -46
  27. package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
  28. package/lib/components/VBottomSheet/VBottomSheet.css +1 -1
  29. package/lib/components/VBottomSheet/VBottomSheet.d.ts +1434 -80
  30. package/lib/components/VBottomSheet/VBottomSheet.sass +1 -1
  31. package/lib/components/VBtn/VBtn.css +25 -0
  32. package/lib/components/VBtn/VBtn.sass +9 -0
  33. package/lib/components/VBtn/_variables.scss +1 -0
  34. package/lib/components/VCombobox/VCombobox.d.ts +795 -77
  35. package/lib/components/VCounter/VCounter.d.ts +22 -46
  36. package/lib/components/VDataIterator/VDataIterator.d.ts +22 -46
  37. package/lib/components/VDataTable/VDataTable.d.ts +110 -110
  38. package/lib/components/VDataTable/VDataTableHeaders.js +1 -2
  39. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  40. package/lib/components/VDataTable/VDataTableServer.d.ts +62 -189
  41. package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
  42. package/lib/components/VDataTable/VDataTableVirtual.d.ts +62 -189
  43. package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
  44. package/lib/components/VDataTable/composables/headers.d.ts +75 -75
  45. package/lib/components/VDataTable/composables/select.js +1 -1
  46. package/lib/components/VDataTable/composables/select.js.map +1 -1
  47. package/lib/components/VDatePicker/VDatePicker.d.ts +3 -3
  48. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +6 -6
  49. package/lib/components/VDialog/VDialog.d.ts +1048 -146
  50. package/lib/components/VDialog/VDialog.js +1 -1
  51. package/lib/components/VDialog/VDialog.js.map +1 -1
  52. package/lib/components/VFab/VFab.d.ts +22 -46
  53. package/lib/components/VFileInput/VFileInput.css +4 -0
  54. package/lib/components/VFileInput/VFileInput.js +21 -3
  55. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  56. package/lib/components/VFileInput/VFileInput.sass +4 -0
  57. package/lib/components/VImg/VImg.d.ts +22 -49
  58. package/lib/components/VLazy/VLazy.d.ts +22 -46
  59. package/lib/components/VMenu/VMenu.d.ts +1048 -146
  60. package/lib/components/VMenu/VMenu.js.map +1 -1
  61. package/lib/components/VMessages/VMessages.d.ts +22 -46
  62. package/lib/components/VNumberInput/VNumberInput.d.ts +3 -3
  63. package/lib/components/VOverlay/VOverlay.d.ts +22 -49
  64. package/lib/components/VOverlay/locationStrategies.js +1 -1
  65. package/lib/components/VOverlay/locationStrategies.js.map +1 -1
  66. package/lib/components/VSelect/VSelect.d.ts +1235 -93
  67. package/lib/components/VSnackbar/VSnackbar.d.ts +58 -109
  68. package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +25 -47
  69. package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
  70. package/lib/components/VSpeedDial/VSpeedDial.d.ts +1434 -80
  71. package/lib/components/VTable/VTable.css +2 -6
  72. package/lib/components/VTable/VTable.sass +4 -22
  73. package/lib/components/VTabs/VTabs.d.ts +6 -6
  74. package/lib/components/VTextField/VTextField.js +5 -3
  75. package/lib/components/VTextField/VTextField.js.map +1 -1
  76. package/lib/components/VTooltip/VTooltip.d.ts +58 -109
  77. package/lib/components/VTooltip/VTooltip.js +2 -2
  78. package/lib/components/VTooltip/VTooltip.js.map +1 -1
  79. package/lib/components/transitions/dialog-transition.js +3 -3
  80. package/lib/components/transitions/dialog-transition.js.map +1 -1
  81. package/lib/composables/dateFormat.d.ts +24 -0
  82. package/lib/composables/dateFormat.js +112 -0
  83. package/lib/composables/dateFormat.js.map +1 -0
  84. package/lib/composables/transition.d.ts +10 -20
  85. package/lib/composables/transition.js +15 -12
  86. package/lib/composables/transition.js.map +1 -1
  87. package/lib/entry-bundler.d.ts +6 -6
  88. package/lib/entry-bundler.js +1 -1
  89. package/lib/framework.d.ts +113 -149
  90. package/lib/framework.js +1 -1
  91. package/lib/iconsets/mdi.js +2 -1
  92. package/lib/iconsets/mdi.js.map +1 -1
  93. package/lib/labs/VCalendar/VCalendar.d.ts +3 -3
  94. package/lib/labs/VCalendar/VCalendarDay.d.ts +3 -3
  95. package/lib/labs/VCalendar/VCalendarInterval.d.ts +3 -3
  96. package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +3 -3
  97. package/lib/labs/VColorInput/VColorInput.css +4 -0
  98. package/lib/labs/VColorInput/VColorInput.d.ts +1767 -0
  99. package/lib/labs/VColorInput/VColorInput.js +129 -0
  100. package/lib/labs/VColorInput/VColorInput.js.map +1 -0
  101. package/lib/labs/VColorInput/VColorInput.sass +7 -0
  102. package/lib/labs/VColorInput/_variables.scss +2 -0
  103. package/lib/labs/VColorInput/index.d.ts +1 -0
  104. package/lib/labs/VColorInput/index.js +2 -0
  105. package/lib/labs/VColorInput/index.js.map +1 -0
  106. package/lib/labs/VDateInput/VDateInput.d.ts +96 -34
  107. package/lib/labs/VDateInput/VDateInput.js +71 -17
  108. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  109. package/lib/labs/VFileUpload/VFileUpload.js +19 -31
  110. package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
  111. package/lib/labs/VTimePicker/VTimePickerClock.js +2 -2
  112. package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
  113. package/lib/labs/components.d.ts +1 -0
  114. package/lib/labs/components.js +1 -0
  115. package/lib/labs/components.js.map +1 -1
  116. package/lib/util/helpers.js.map +1 -1
  117. package/package.json +7 -8
@@ -105,43 +105,31 @@ export declare const makeVComboboxProps: <Defaults extends {
105
105
  clearOnSelect?: unknown;
106
106
  delimiters?: unknown;
107
107
  } = {}>(defaults?: Defaults | undefined) => {
108
- transition: unknown extends Defaults["transition"] ? Omit<{
108
+ transition: unknown extends Defaults["transition"] ? {
109
109
  type: PropType<string | boolean | (import("vue").TransitionProps & {
110
110
  component?: import("vue").Component;
111
- })>;
112
- default: string;
113
- validator: (val: unknown) => boolean;
114
- }, "type" | "default"> & {
115
- type: PropType<string | boolean | (import("vue").TransitionProps & {
116
- component?: import("vue").Component;
117
- })>;
111
+ }) | null>;
118
112
  default: NonNullable<string | boolean | (import("vue").TransitionProps & {
119
113
  component?: import("vue").Component;
120
- })>;
121
- } : Omit<Omit<{
122
- type: PropType<string | boolean | (import("vue").TransitionProps & {
123
- component?: import("vue").Component;
124
- })>;
125
- default: string;
126
- validator: (val: unknown) => boolean;
127
- }, "type" | "default"> & {
114
+ }) | null>;
115
+ } : Omit<{
128
116
  type: PropType<string | boolean | (import("vue").TransitionProps & {
129
117
  component?: import("vue").Component;
130
- })>;
118
+ }) | null>;
131
119
  default: NonNullable<string | boolean | (import("vue").TransitionProps & {
132
120
  component?: import("vue").Component;
133
- })>;
121
+ }) | null>;
134
122
  }, "type" | "default"> & {
135
123
  type: PropType<unknown extends Defaults["transition"] ? string | boolean | (import("vue").TransitionProps & {
136
124
  component?: import("vue").Component;
137
- }) : string | boolean | (import("vue").TransitionProps & {
125
+ }) | null : string | boolean | (import("vue").TransitionProps & {
138
126
  component?: import("vue").Component;
139
- }) | Defaults["transition"]>;
127
+ }) | Defaults["transition"] | null>;
140
128
  default: unknown extends Defaults["transition"] ? string | boolean | (import("vue").TransitionProps & {
141
129
  component?: import("vue").Component;
142
- }) : NonNullable<string | boolean | (import("vue").TransitionProps & {
130
+ }) | null : NonNullable<string | boolean | (import("vue").TransitionProps & {
143
131
  component?: import("vue").Component;
144
- })> | Defaults["transition"];
132
+ }) | null> | Defaults["transition"];
145
133
  };
146
134
  flat: unknown extends Defaults["flat"] ? BooleanConstructor : {
147
135
  type: PropType<unknown extends Defaults["flat"] ? boolean : boolean | Defaults["flat"]>;
@@ -1294,8 +1282,61 @@ export declare const makeVComboboxProps: <Defaults extends {
1294
1282
  transition: string | boolean | (import("vue").TransitionProps & {
1295
1283
  component?: import("vue").Component;
1296
1284
  }) | {
1297
- component: import("vue").Component;
1298
- };
1285
+ component: {
1286
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
1287
+ target?: HTMLElement | [x: number, y: number] | undefined;
1288
+ } & {
1289
+ $children?: import("vue").VNodeChild | {
1290
+ default?: (() => import("vue").VNodeChild) | undefined;
1291
+ } | (() => import("vue").VNodeChild);
1292
+ 'v-slots'?: {
1293
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1294
+ } | undefined;
1295
+ } & {
1296
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1297
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
1298
+ default: () => import("vue").VNode[];
1299
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1300
+ P: {};
1301
+ B: {};
1302
+ D: {};
1303
+ C: {};
1304
+ M: {};
1305
+ Defaults: {};
1306
+ }, {} & {
1307
+ target?: HTMLElement | [x: number, y: number] | undefined;
1308
+ } & {
1309
+ $children?: import("vue").VNodeChild | {
1310
+ default?: (() => import("vue").VNodeChild) | undefined;
1311
+ } | (() => import("vue").VNodeChild);
1312
+ 'v-slots'?: {
1313
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1314
+ } | undefined;
1315
+ } & {
1316
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1317
+ }, () => JSX.Element, {}, {}, {}, {}>;
1318
+ __isFragment?: never;
1319
+ __isTeleport?: never;
1320
+ __isSuspense?: never;
1321
+ } & import("vue").ComponentOptionsBase<{} & {
1322
+ target?: HTMLElement | [x: number, y: number] | undefined;
1323
+ } & {
1324
+ $children?: import("vue").VNodeChild | {
1325
+ default?: (() => import("vue").VNodeChild) | undefined;
1326
+ } | (() => import("vue").VNodeChild);
1327
+ 'v-slots'?: {
1328
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1329
+ } | undefined;
1330
+ } & {
1331
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1332
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
1333
+ default: () => import("vue").VNode[];
1334
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
1335
+ target: PropType<HTMLElement | [x: number, y: number]>;
1336
+ }, import("vue").ExtractPropTypes<{
1337
+ target: PropType<HTMLElement | [x: number, y: number]>;
1338
+ }>>;
1339
+ } | null;
1299
1340
  zIndex: string | number;
1300
1341
  style: import("vue").StyleValue;
1301
1342
  eager: boolean;
@@ -1322,8 +1363,61 @@ export declare const makeVComboboxProps: <Defaults extends {
1322
1363
  transition: string | boolean | (import("vue").TransitionProps & {
1323
1364
  component?: import("vue").Component;
1324
1365
  }) | {
1325
- component: import("vue").Component;
1326
- };
1366
+ component: {
1367
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
1368
+ target?: HTMLElement | [x: number, y: number] | undefined;
1369
+ } & {
1370
+ $children?: import("vue").VNodeChild | {
1371
+ default?: (() => import("vue").VNodeChild) | undefined;
1372
+ } | (() => import("vue").VNodeChild);
1373
+ 'v-slots'?: {
1374
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1375
+ } | undefined;
1376
+ } & {
1377
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1378
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
1379
+ default: () => import("vue").VNode[];
1380
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1381
+ P: {};
1382
+ B: {};
1383
+ D: {};
1384
+ C: {};
1385
+ M: {};
1386
+ Defaults: {};
1387
+ }, {} & {
1388
+ target?: HTMLElement | [x: number, y: number] | undefined;
1389
+ } & {
1390
+ $children?: import("vue").VNodeChild | {
1391
+ default?: (() => import("vue").VNodeChild) | undefined;
1392
+ } | (() => import("vue").VNodeChild);
1393
+ 'v-slots'?: {
1394
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1395
+ } | undefined;
1396
+ } & {
1397
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1398
+ }, () => JSX.Element, {}, {}, {}, {}>;
1399
+ __isFragment?: never;
1400
+ __isTeleport?: never;
1401
+ __isSuspense?: never;
1402
+ } & import("vue").ComponentOptionsBase<{} & {
1403
+ target?: HTMLElement | [x: number, y: number] | undefined;
1404
+ } & {
1405
+ $children?: import("vue").VNodeChild | {
1406
+ default?: (() => import("vue").VNodeChild) | undefined;
1407
+ } | (() => import("vue").VNodeChild);
1408
+ 'v-slots'?: {
1409
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1410
+ } | undefined;
1411
+ } & {
1412
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1413
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
1414
+ default: () => import("vue").VNode[];
1415
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
1416
+ target: PropType<HTMLElement | [x: number, y: number]>;
1417
+ }, import("vue").ExtractPropTypes<{
1418
+ target: PropType<HTMLElement | [x: number, y: number]>;
1419
+ }>>;
1420
+ } | null;
1327
1421
  zIndex: string | number;
1328
1422
  style: import("vue").StyleValue;
1329
1423
  eager: boolean;
@@ -1397,8 +1491,61 @@ export declare const makeVComboboxProps: <Defaults extends {
1397
1491
  transition: string | boolean | (import("vue").TransitionProps & {
1398
1492
  component?: import("vue").Component;
1399
1493
  }) | {
1400
- component: import("vue").Component;
1401
- };
1494
+ component: {
1495
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
1496
+ target?: HTMLElement | [x: number, y: number] | undefined;
1497
+ } & {
1498
+ $children?: import("vue").VNodeChild | {
1499
+ default?: (() => import("vue").VNodeChild) | undefined;
1500
+ } | (() => import("vue").VNodeChild);
1501
+ 'v-slots'?: {
1502
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1503
+ } | undefined;
1504
+ } & {
1505
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1506
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
1507
+ default: () => import("vue").VNode[];
1508
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1509
+ P: {};
1510
+ B: {};
1511
+ D: {};
1512
+ C: {};
1513
+ M: {};
1514
+ Defaults: {};
1515
+ }, {} & {
1516
+ target?: HTMLElement | [x: number, y: number] | undefined;
1517
+ } & {
1518
+ $children?: import("vue").VNodeChild | {
1519
+ default?: (() => import("vue").VNodeChild) | undefined;
1520
+ } | (() => import("vue").VNodeChild);
1521
+ 'v-slots'?: {
1522
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1523
+ } | undefined;
1524
+ } & {
1525
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1526
+ }, () => JSX.Element, {}, {}, {}, {}>;
1527
+ __isFragment?: never;
1528
+ __isTeleport?: never;
1529
+ __isSuspense?: never;
1530
+ } & import("vue").ComponentOptionsBase<{} & {
1531
+ target?: HTMLElement | [x: number, y: number] | undefined;
1532
+ } & {
1533
+ $children?: import("vue").VNodeChild | {
1534
+ default?: (() => import("vue").VNodeChild) | undefined;
1535
+ } | (() => import("vue").VNodeChild);
1536
+ 'v-slots'?: {
1537
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1538
+ } | undefined;
1539
+ } & {
1540
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1541
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
1542
+ default: () => import("vue").VNode[];
1543
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
1544
+ target: PropType<HTMLElement | [x: number, y: number]>;
1545
+ }, import("vue").ExtractPropTypes<{
1546
+ target: PropType<HTMLElement | [x: number, y: number]>;
1547
+ }>>;
1548
+ } | null;
1402
1549
  zIndex: string | number;
1403
1550
  style: import("vue").StyleValue;
1404
1551
  eager: boolean;
@@ -1425,8 +1572,61 @@ export declare const makeVComboboxProps: <Defaults extends {
1425
1572
  transition: string | boolean | (import("vue").TransitionProps & {
1426
1573
  component?: import("vue").Component;
1427
1574
  }) | {
1428
- component: import("vue").Component;
1429
- };
1575
+ component: {
1576
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
1577
+ target?: HTMLElement | [x: number, y: number] | undefined;
1578
+ } & {
1579
+ $children?: import("vue").VNodeChild | {
1580
+ default?: (() => import("vue").VNodeChild) | undefined;
1581
+ } | (() => import("vue").VNodeChild);
1582
+ 'v-slots'?: {
1583
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1584
+ } | undefined;
1585
+ } & {
1586
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1587
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
1588
+ default: () => import("vue").VNode[];
1589
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1590
+ P: {};
1591
+ B: {};
1592
+ D: {};
1593
+ C: {};
1594
+ M: {};
1595
+ Defaults: {};
1596
+ }, {} & {
1597
+ target?: HTMLElement | [x: number, y: number] | undefined;
1598
+ } & {
1599
+ $children?: import("vue").VNodeChild | {
1600
+ default?: (() => import("vue").VNodeChild) | undefined;
1601
+ } | (() => import("vue").VNodeChild);
1602
+ 'v-slots'?: {
1603
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1604
+ } | undefined;
1605
+ } & {
1606
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1607
+ }, () => JSX.Element, {}, {}, {}, {}>;
1608
+ __isFragment?: never;
1609
+ __isTeleport?: never;
1610
+ __isSuspense?: never;
1611
+ } & import("vue").ComponentOptionsBase<{} & {
1612
+ target?: HTMLElement | [x: number, y: number] | undefined;
1613
+ } & {
1614
+ $children?: import("vue").VNodeChild | {
1615
+ default?: (() => import("vue").VNodeChild) | undefined;
1616
+ } | (() => import("vue").VNodeChild);
1617
+ 'v-slots'?: {
1618
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1619
+ } | undefined;
1620
+ } & {
1621
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1622
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
1623
+ default: () => import("vue").VNode[];
1624
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
1625
+ target: PropType<HTMLElement | [x: number, y: number]>;
1626
+ }, import("vue").ExtractPropTypes<{
1627
+ target: PropType<HTMLElement | [x: number, y: number]>;
1628
+ }>>;
1629
+ } | null;
1430
1630
  zIndex: string | number;
1431
1631
  style: import("vue").StyleValue;
1432
1632
  eager: boolean;
@@ -1501,8 +1701,61 @@ export declare const makeVComboboxProps: <Defaults extends {
1501
1701
  transition: string | boolean | (import("vue").TransitionProps & {
1502
1702
  component?: import("vue").Component;
1503
1703
  }) | {
1504
- component: import("vue").Component;
1505
- };
1704
+ component: {
1705
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
1706
+ target?: HTMLElement | [x: number, y: number] | undefined;
1707
+ } & {
1708
+ $children?: import("vue").VNodeChild | {
1709
+ default?: (() => import("vue").VNodeChild) | undefined;
1710
+ } | (() => import("vue").VNodeChild);
1711
+ 'v-slots'?: {
1712
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1713
+ } | undefined;
1714
+ } & {
1715
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1716
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
1717
+ default: () => import("vue").VNode[];
1718
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1719
+ P: {};
1720
+ B: {};
1721
+ D: {};
1722
+ C: {};
1723
+ M: {};
1724
+ Defaults: {};
1725
+ }, {} & {
1726
+ target?: HTMLElement | [x: number, y: number] | undefined;
1727
+ } & {
1728
+ $children?: import("vue").VNodeChild | {
1729
+ default?: (() => import("vue").VNodeChild) | undefined;
1730
+ } | (() => import("vue").VNodeChild);
1731
+ 'v-slots'?: {
1732
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1733
+ } | undefined;
1734
+ } & {
1735
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1736
+ }, () => JSX.Element, {}, {}, {}, {}>;
1737
+ __isFragment?: never;
1738
+ __isTeleport?: never;
1739
+ __isSuspense?: never;
1740
+ } & import("vue").ComponentOptionsBase<{} & {
1741
+ target?: HTMLElement | [x: number, y: number] | undefined;
1742
+ } & {
1743
+ $children?: import("vue").VNodeChild | {
1744
+ default?: (() => import("vue").VNodeChild) | undefined;
1745
+ } | (() => import("vue").VNodeChild);
1746
+ 'v-slots'?: {
1747
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1748
+ } | undefined;
1749
+ } & {
1750
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1751
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
1752
+ default: () => import("vue").VNode[];
1753
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
1754
+ target: PropType<HTMLElement | [x: number, y: number]>;
1755
+ }, import("vue").ExtractPropTypes<{
1756
+ target: PropType<HTMLElement | [x: number, y: number]>;
1757
+ }>>;
1758
+ } | null;
1506
1759
  zIndex: string | number;
1507
1760
  style: import("vue").StyleValue;
1508
1761
  eager: boolean;
@@ -1529,8 +1782,61 @@ export declare const makeVComboboxProps: <Defaults extends {
1529
1782
  transition: string | boolean | (import("vue").TransitionProps & {
1530
1783
  component?: import("vue").Component;
1531
1784
  }) | {
1532
- component: import("vue").Component;
1533
- };
1785
+ component: {
1786
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
1787
+ target?: HTMLElement | [x: number, y: number] | undefined;
1788
+ } & {
1789
+ $children?: import("vue").VNodeChild | {
1790
+ default?: (() => import("vue").VNodeChild) | undefined;
1791
+ } | (() => import("vue").VNodeChild);
1792
+ 'v-slots'?: {
1793
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1794
+ } | undefined;
1795
+ } & {
1796
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1797
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
1798
+ default: () => import("vue").VNode[];
1799
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1800
+ P: {};
1801
+ B: {};
1802
+ D: {};
1803
+ C: {};
1804
+ M: {};
1805
+ Defaults: {};
1806
+ }, {} & {
1807
+ target?: HTMLElement | [x: number, y: number] | undefined;
1808
+ } & {
1809
+ $children?: import("vue").VNodeChild | {
1810
+ default?: (() => import("vue").VNodeChild) | undefined;
1811
+ } | (() => import("vue").VNodeChild);
1812
+ 'v-slots'?: {
1813
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1814
+ } | undefined;
1815
+ } & {
1816
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1817
+ }, () => JSX.Element, {}, {}, {}, {}>;
1818
+ __isFragment?: never;
1819
+ __isTeleport?: never;
1820
+ __isSuspense?: never;
1821
+ } & import("vue").ComponentOptionsBase<{} & {
1822
+ target?: HTMLElement | [x: number, y: number] | undefined;
1823
+ } & {
1824
+ $children?: import("vue").VNodeChild | {
1825
+ default?: (() => import("vue").VNodeChild) | undefined;
1826
+ } | (() => import("vue").VNodeChild);
1827
+ 'v-slots'?: {
1828
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1829
+ } | undefined;
1830
+ } & {
1831
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1832
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
1833
+ default: () => import("vue").VNode[];
1834
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
1835
+ target: PropType<HTMLElement | [x: number, y: number]>;
1836
+ }, import("vue").ExtractPropTypes<{
1837
+ target: PropType<HTMLElement | [x: number, y: number]>;
1838
+ }>>;
1839
+ } | null;
1534
1840
  zIndex: string | number;
1535
1841
  style: import("vue").StyleValue;
1536
1842
  eager: boolean;
@@ -1604,8 +1910,61 @@ export declare const makeVComboboxProps: <Defaults extends {
1604
1910
  transition: string | boolean | (import("vue").TransitionProps & {
1605
1911
  component?: import("vue").Component;
1606
1912
  }) | {
1607
- component: import("vue").Component;
1608
- };
1913
+ component: {
1914
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
1915
+ target?: HTMLElement | [x: number, y: number] | undefined;
1916
+ } & {
1917
+ $children?: import("vue").VNodeChild | {
1918
+ default?: (() => import("vue").VNodeChild) | undefined;
1919
+ } | (() => import("vue").VNodeChild);
1920
+ 'v-slots'?: {
1921
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1922
+ } | undefined;
1923
+ } & {
1924
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1925
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
1926
+ default: () => import("vue").VNode[];
1927
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1928
+ P: {};
1929
+ B: {};
1930
+ D: {};
1931
+ C: {};
1932
+ M: {};
1933
+ Defaults: {};
1934
+ }, {} & {
1935
+ target?: HTMLElement | [x: number, y: number] | undefined;
1936
+ } & {
1937
+ $children?: import("vue").VNodeChild | {
1938
+ default?: (() => import("vue").VNodeChild) | undefined;
1939
+ } | (() => import("vue").VNodeChild);
1940
+ 'v-slots'?: {
1941
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1942
+ } | undefined;
1943
+ } & {
1944
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1945
+ }, () => JSX.Element, {}, {}, {}, {}>;
1946
+ __isFragment?: never;
1947
+ __isTeleport?: never;
1948
+ __isSuspense?: never;
1949
+ } & import("vue").ComponentOptionsBase<{} & {
1950
+ target?: HTMLElement | [x: number, y: number] | undefined;
1951
+ } & {
1952
+ $children?: import("vue").VNodeChild | {
1953
+ default?: (() => import("vue").VNodeChild) | undefined;
1954
+ } | (() => import("vue").VNodeChild);
1955
+ 'v-slots'?: {
1956
+ default?: false | (() => import("vue").VNodeChild) | undefined;
1957
+ } | undefined;
1958
+ } & {
1959
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
1960
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
1961
+ default: () => import("vue").VNode[];
1962
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
1963
+ target: PropType<HTMLElement | [x: number, y: number]>;
1964
+ }, import("vue").ExtractPropTypes<{
1965
+ target: PropType<HTMLElement | [x: number, y: number]>;
1966
+ }>>;
1967
+ } | null;
1609
1968
  zIndex: string | number;
1610
1969
  style: import("vue").StyleValue;
1611
1970
  eager: boolean;
@@ -1632,8 +1991,61 @@ export declare const makeVComboboxProps: <Defaults extends {
1632
1991
  transition: string | boolean | (import("vue").TransitionProps & {
1633
1992
  component?: import("vue").Component;
1634
1993
  }) | {
1635
- component: import("vue").Component;
1636
- };
1994
+ component: {
1995
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
1996
+ target?: HTMLElement | [x: number, y: number] | undefined;
1997
+ } & {
1998
+ $children?: import("vue").VNodeChild | {
1999
+ default?: (() => import("vue").VNodeChild) | undefined;
2000
+ } | (() => import("vue").VNodeChild);
2001
+ 'v-slots'?: {
2002
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2003
+ } | undefined;
2004
+ } & {
2005
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2006
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
2007
+ default: () => import("vue").VNode[];
2008
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2009
+ P: {};
2010
+ B: {};
2011
+ D: {};
2012
+ C: {};
2013
+ M: {};
2014
+ Defaults: {};
2015
+ }, {} & {
2016
+ target?: HTMLElement | [x: number, y: number] | undefined;
2017
+ } & {
2018
+ $children?: import("vue").VNodeChild | {
2019
+ default?: (() => import("vue").VNodeChild) | undefined;
2020
+ } | (() => import("vue").VNodeChild);
2021
+ 'v-slots'?: {
2022
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2023
+ } | undefined;
2024
+ } & {
2025
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2026
+ }, () => JSX.Element, {}, {}, {}, {}>;
2027
+ __isFragment?: never;
2028
+ __isTeleport?: never;
2029
+ __isSuspense?: never;
2030
+ } & import("vue").ComponentOptionsBase<{} & {
2031
+ target?: HTMLElement | [x: number, y: number] | undefined;
2032
+ } & {
2033
+ $children?: import("vue").VNodeChild | {
2034
+ default?: (() => import("vue").VNodeChild) | undefined;
2035
+ } | (() => import("vue").VNodeChild);
2036
+ 'v-slots'?: {
2037
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2038
+ } | undefined;
2039
+ } & {
2040
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2041
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
2042
+ default: () => import("vue").VNode[];
2043
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
2044
+ target: PropType<HTMLElement | [x: number, y: number]>;
2045
+ }, import("vue").ExtractPropTypes<{
2046
+ target: PropType<HTMLElement | [x: number, y: number]>;
2047
+ }>>;
2048
+ } | null;
1637
2049
  zIndex: string | number;
1638
2050
  style: import("vue").StyleValue;
1639
2051
  eager: boolean;
@@ -1792,7 +2204,7 @@ export declare const VCombobox: {
1792
2204
  direction: "horizontal" | "vertical";
1793
2205
  transition: string | boolean | (import("vue").TransitionProps & {
1794
2206
  component?: import("vue").Component;
1795
- });
2207
+ }) | null;
1796
2208
  menu: boolean;
1797
2209
  style: import("vue").StyleValue;
1798
2210
  role: string;
@@ -2038,8 +2450,61 @@ export declare const VCombobox: {
2038
2450
  transition: string | boolean | (import("vue").TransitionProps & {
2039
2451
  component?: import("vue").Component;
2040
2452
  }) | {
2041
- component: import("vue").Component;
2042
- };
2453
+ component: {
2454
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
2455
+ target?: HTMLElement | [x: number, y: number] | undefined;
2456
+ } & {
2457
+ $children?: import("vue").VNodeChild | {
2458
+ default?: (() => import("vue").VNodeChild) | undefined;
2459
+ } | (() => import("vue").VNodeChild);
2460
+ 'v-slots'?: {
2461
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2462
+ } | undefined;
2463
+ } & {
2464
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2465
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
2466
+ default: () => import("vue").VNode[];
2467
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2468
+ P: {};
2469
+ B: {};
2470
+ D: {};
2471
+ C: {};
2472
+ M: {};
2473
+ Defaults: {};
2474
+ }, {} & {
2475
+ target?: HTMLElement | [x: number, y: number] | undefined;
2476
+ } & {
2477
+ $children?: import("vue").VNodeChild | {
2478
+ default?: (() => import("vue").VNodeChild) | undefined;
2479
+ } | (() => import("vue").VNodeChild);
2480
+ 'v-slots'?: {
2481
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2482
+ } | undefined;
2483
+ } & {
2484
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2485
+ }, () => JSX.Element, {}, {}, {}, {}>;
2486
+ __isFragment?: never;
2487
+ __isTeleport?: never;
2488
+ __isSuspense?: never;
2489
+ } & import("vue").ComponentOptionsBase<{} & {
2490
+ target?: HTMLElement | [x: number, y: number] | undefined;
2491
+ } & {
2492
+ $children?: import("vue").VNodeChild | {
2493
+ default?: (() => import("vue").VNodeChild) | undefined;
2494
+ } | (() => import("vue").VNodeChild);
2495
+ 'v-slots'?: {
2496
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2497
+ } | undefined;
2498
+ } & {
2499
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2500
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
2501
+ default: () => import("vue").VNode[];
2502
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
2503
+ target: PropType<HTMLElement | [x: number, y: number]>;
2504
+ }, import("vue").ExtractPropTypes<{
2505
+ target: PropType<HTMLElement | [x: number, y: number]>;
2506
+ }>>;
2507
+ } | null;
2043
2508
  zIndex: string | number;
2044
2509
  style: import("vue").StyleValue;
2045
2510
  eager: boolean;
@@ -2066,8 +2531,61 @@ export declare const VCombobox: {
2066
2531
  transition: string | boolean | (import("vue").TransitionProps & {
2067
2532
  component?: import("vue").Component;
2068
2533
  }) | {
2069
- component: import("vue").Component;
2070
- };
2534
+ component: {
2535
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
2536
+ target?: HTMLElement | [x: number, y: number] | undefined;
2537
+ } & {
2538
+ $children?: import("vue").VNodeChild | {
2539
+ default?: (() => import("vue").VNodeChild) | undefined;
2540
+ } | (() => import("vue").VNodeChild);
2541
+ 'v-slots'?: {
2542
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2543
+ } | undefined;
2544
+ } & {
2545
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2546
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
2547
+ default: () => import("vue").VNode[];
2548
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2549
+ P: {};
2550
+ B: {};
2551
+ D: {};
2552
+ C: {};
2553
+ M: {};
2554
+ Defaults: {};
2555
+ }, {} & {
2556
+ target?: HTMLElement | [x: number, y: number] | undefined;
2557
+ } & {
2558
+ $children?: import("vue").VNodeChild | {
2559
+ default?: (() => import("vue").VNodeChild) | undefined;
2560
+ } | (() => import("vue").VNodeChild);
2561
+ 'v-slots'?: {
2562
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2563
+ } | undefined;
2564
+ } & {
2565
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2566
+ }, () => JSX.Element, {}, {}, {}, {}>;
2567
+ __isFragment?: never;
2568
+ __isTeleport?: never;
2569
+ __isSuspense?: never;
2570
+ } & import("vue").ComponentOptionsBase<{} & {
2571
+ target?: HTMLElement | [x: number, y: number] | undefined;
2572
+ } & {
2573
+ $children?: import("vue").VNodeChild | {
2574
+ default?: (() => import("vue").VNodeChild) | undefined;
2575
+ } | (() => import("vue").VNodeChild);
2576
+ 'v-slots'?: {
2577
+ default?: false | (() => import("vue").VNodeChild) | undefined;
2578
+ } | undefined;
2579
+ } & {
2580
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
2581
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
2582
+ default: () => import("vue").VNode[];
2583
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
2584
+ target: PropType<HTMLElement | [x: number, y: number]>;
2585
+ }, import("vue").ExtractPropTypes<{
2586
+ target: PropType<HTMLElement | [x: number, y: number]>;
2587
+ }>>;
2588
+ } | null;
2071
2589
  zIndex: string | number;
2072
2590
  style: import("vue").StyleValue;
2073
2591
  eager: boolean;
@@ -3156,7 +3674,7 @@ export declare const VCombobox: {
3156
3674
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
3157
3675
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
3158
3676
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
3159
- }, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "rules" | "minLength" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "validate" | "resetValidation" | "density" | "rounded" | "tile" | "_allExposed" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & import("vue").ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
3677
+ }, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "writingSuggestions" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "currentCSSZoom" | "innerHTML" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "rules" | "minLength" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "validate" | "resetValidation" | "density" | "rounded" | "tile" | "_allExposed" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & import("vue").ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
3160
3678
  $: import("vue").ComponentInternalInstance;
3161
3679
  $data: {};
3162
3680
  $props: Partial<{
@@ -4111,7 +4629,7 @@ export declare const VCombobox: {
4111
4629
  direction: "horizontal" | "vertical";
4112
4630
  transition: string | boolean | (import("vue").TransitionProps & {
4113
4631
  component?: import("vue").Component;
4114
- });
4632
+ }) | null;
4115
4633
  menu: boolean;
4116
4634
  style: import("vue").StyleValue;
4117
4635
  role: string;
@@ -4200,7 +4718,7 @@ export declare const VCombobox: {
4200
4718
  direction: "horizontal" | "vertical";
4201
4719
  transition: string | boolean | (import("vue").TransitionProps & {
4202
4720
  component?: import("vue").Component;
4203
- });
4721
+ }) | null;
4204
4722
  menu: boolean;
4205
4723
  style: import("vue").StyleValue;
4206
4724
  role: string;
@@ -4446,8 +4964,61 @@ export declare const VCombobox: {
4446
4964
  transition: string | boolean | (import("vue").TransitionProps & {
4447
4965
  component?: import("vue").Component;
4448
4966
  }) | {
4449
- component: import("vue").Component;
4450
- };
4967
+ component: {
4968
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
4969
+ target?: HTMLElement | [x: number, y: number] | undefined;
4970
+ } & {
4971
+ $children?: import("vue").VNodeChild | {
4972
+ default?: (() => import("vue").VNodeChild) | undefined;
4973
+ } | (() => import("vue").VNodeChild);
4974
+ 'v-slots'?: {
4975
+ default?: false | (() => import("vue").VNodeChild) | undefined;
4976
+ } | undefined;
4977
+ } & {
4978
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
4979
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
4980
+ default: () => import("vue").VNode[];
4981
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
4982
+ P: {};
4983
+ B: {};
4984
+ D: {};
4985
+ C: {};
4986
+ M: {};
4987
+ Defaults: {};
4988
+ }, {} & {
4989
+ target?: HTMLElement | [x: number, y: number] | undefined;
4990
+ } & {
4991
+ $children?: import("vue").VNodeChild | {
4992
+ default?: (() => import("vue").VNodeChild) | undefined;
4993
+ } | (() => import("vue").VNodeChild);
4994
+ 'v-slots'?: {
4995
+ default?: false | (() => import("vue").VNodeChild) | undefined;
4996
+ } | undefined;
4997
+ } & {
4998
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
4999
+ }, () => JSX.Element, {}, {}, {}, {}>;
5000
+ __isFragment?: never;
5001
+ __isTeleport?: never;
5002
+ __isSuspense?: never;
5003
+ } & import("vue").ComponentOptionsBase<{} & {
5004
+ target?: HTMLElement | [x: number, y: number] | undefined;
5005
+ } & {
5006
+ $children?: import("vue").VNodeChild | {
5007
+ default?: (() => import("vue").VNodeChild) | undefined;
5008
+ } | (() => import("vue").VNodeChild);
5009
+ 'v-slots'?: {
5010
+ default?: false | (() => import("vue").VNodeChild) | undefined;
5011
+ } | undefined;
5012
+ } & {
5013
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
5014
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
5015
+ default: () => import("vue").VNode[];
5016
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
5017
+ target: PropType<HTMLElement | [x: number, y: number]>;
5018
+ }, import("vue").ExtractPropTypes<{
5019
+ target: PropType<HTMLElement | [x: number, y: number]>;
5020
+ }>>;
5021
+ } | null;
4451
5022
  zIndex: string | number;
4452
5023
  style: import("vue").StyleValue;
4453
5024
  eager: boolean;
@@ -4474,8 +5045,61 @@ export declare const VCombobox: {
4474
5045
  transition: string | boolean | (import("vue").TransitionProps & {
4475
5046
  component?: import("vue").Component;
4476
5047
  }) | {
4477
- component: import("vue").Component;
4478
- };
5048
+ component: {
5049
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
5050
+ target?: HTMLElement | [x: number, y: number] | undefined;
5051
+ } & {
5052
+ $children?: import("vue").VNodeChild | {
5053
+ default?: (() => import("vue").VNodeChild) | undefined;
5054
+ } | (() => import("vue").VNodeChild);
5055
+ 'v-slots'?: {
5056
+ default?: false | (() => import("vue").VNodeChild) | undefined;
5057
+ } | undefined;
5058
+ } & {
5059
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
5060
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
5061
+ default: () => import("vue").VNode[];
5062
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
5063
+ P: {};
5064
+ B: {};
5065
+ D: {};
5066
+ C: {};
5067
+ M: {};
5068
+ Defaults: {};
5069
+ }, {} & {
5070
+ target?: HTMLElement | [x: number, y: number] | undefined;
5071
+ } & {
5072
+ $children?: import("vue").VNodeChild | {
5073
+ default?: (() => import("vue").VNodeChild) | undefined;
5074
+ } | (() => import("vue").VNodeChild);
5075
+ 'v-slots'?: {
5076
+ default?: false | (() => import("vue").VNodeChild) | undefined;
5077
+ } | undefined;
5078
+ } & {
5079
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
5080
+ }, () => JSX.Element, {}, {}, {}, {}>;
5081
+ __isFragment?: never;
5082
+ __isTeleport?: never;
5083
+ __isSuspense?: never;
5084
+ } & import("vue").ComponentOptionsBase<{} & {
5085
+ target?: HTMLElement | [x: number, y: number] | undefined;
5086
+ } & {
5087
+ $children?: import("vue").VNodeChild | {
5088
+ default?: (() => import("vue").VNodeChild) | undefined;
5089
+ } | (() => import("vue").VNodeChild);
5090
+ 'v-slots'?: {
5091
+ default?: false | (() => import("vue").VNodeChild) | undefined;
5092
+ } | undefined;
5093
+ } & {
5094
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
5095
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
5096
+ default: () => import("vue").VNode[];
5097
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
5098
+ target: PropType<HTMLElement | [x: number, y: number]>;
5099
+ }, import("vue").ExtractPropTypes<{
5100
+ target: PropType<HTMLElement | [x: number, y: number]>;
5101
+ }>>;
5102
+ } | null;
4479
5103
  zIndex: string | number;
4480
5104
  style: import("vue").StyleValue;
4481
5105
  eager: boolean;
@@ -5564,7 +6188,7 @@ export declare const VCombobox: {
5564
6188
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
5565
6189
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
5566
6190
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
5567
- }, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "rules" | "minLength" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "validate" | "resetValidation" | "density" | "rounded" | "tile" | "_allExposed" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & import("vue").ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
6191
+ }, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "writingSuggestions" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "currentCSSZoom" | "innerHTML" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "rules" | "minLength" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "validate" | "resetValidation" | "density" | "rounded" | "tile" | "_allExposed" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & import("vue").ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
5568
6192
  $: import("vue").ComponentInternalInstance;
5569
6193
  $data: {};
5570
6194
  $props: Partial<{
@@ -6514,7 +7138,7 @@ export declare const VCombobox: {
6514
7138
  direction: "horizontal" | "vertical";
6515
7139
  transition: string | boolean | (import("vue").TransitionProps & {
6516
7140
  component?: import("vue").Component;
6517
- });
7141
+ }) | null;
6518
7142
  menu: boolean;
6519
7143
  style: import("vue").StyleValue;
6520
7144
  role: string;
@@ -6568,7 +7192,7 @@ export declare const VCombobox: {
6568
7192
  direction: "horizontal" | "vertical";
6569
7193
  transition: string | boolean | (import("vue").TransitionProps & {
6570
7194
  component?: import("vue").Component;
6571
- });
7195
+ }) | null;
6572
7196
  menu: boolean;
6573
7197
  style: import("vue").StyleValue;
6574
7198
  role: string;
@@ -6814,8 +7438,61 @@ export declare const VCombobox: {
6814
7438
  transition: string | boolean | (import("vue").TransitionProps & {
6815
7439
  component?: import("vue").Component;
6816
7440
  }) | {
6817
- component: import("vue").Component;
6818
- };
7441
+ component: {
7442
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
7443
+ target?: HTMLElement | [x: number, y: number] | undefined;
7444
+ } & {
7445
+ $children?: import("vue").VNodeChild | {
7446
+ default?: (() => import("vue").VNodeChild) | undefined;
7447
+ } | (() => import("vue").VNodeChild);
7448
+ 'v-slots'?: {
7449
+ default?: false | (() => import("vue").VNodeChild) | undefined;
7450
+ } | undefined;
7451
+ } & {
7452
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
7453
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
7454
+ default: () => import("vue").VNode[];
7455
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
7456
+ P: {};
7457
+ B: {};
7458
+ D: {};
7459
+ C: {};
7460
+ M: {};
7461
+ Defaults: {};
7462
+ }, {} & {
7463
+ target?: HTMLElement | [x: number, y: number] | undefined;
7464
+ } & {
7465
+ $children?: import("vue").VNodeChild | {
7466
+ default?: (() => import("vue").VNodeChild) | undefined;
7467
+ } | (() => import("vue").VNodeChild);
7468
+ 'v-slots'?: {
7469
+ default?: false | (() => import("vue").VNodeChild) | undefined;
7470
+ } | undefined;
7471
+ } & {
7472
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
7473
+ }, () => JSX.Element, {}, {}, {}, {}>;
7474
+ __isFragment?: never;
7475
+ __isTeleport?: never;
7476
+ __isSuspense?: never;
7477
+ } & import("vue").ComponentOptionsBase<{} & {
7478
+ target?: HTMLElement | [x: number, y: number] | undefined;
7479
+ } & {
7480
+ $children?: import("vue").VNodeChild | {
7481
+ default?: (() => import("vue").VNodeChild) | undefined;
7482
+ } | (() => import("vue").VNodeChild);
7483
+ 'v-slots'?: {
7484
+ default?: false | (() => import("vue").VNodeChild) | undefined;
7485
+ } | undefined;
7486
+ } & {
7487
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
7488
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
7489
+ default: () => import("vue").VNode[];
7490
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
7491
+ target: PropType<HTMLElement | [x: number, y: number]>;
7492
+ }, import("vue").ExtractPropTypes<{
7493
+ target: PropType<HTMLElement | [x: number, y: number]>;
7494
+ }>>;
7495
+ } | null;
6819
7496
  zIndex: string | number;
6820
7497
  style: import("vue").StyleValue;
6821
7498
  eager: boolean;
@@ -6842,8 +7519,61 @@ export declare const VCombobox: {
6842
7519
  transition: string | boolean | (import("vue").TransitionProps & {
6843
7520
  component?: import("vue").Component;
6844
7521
  }) | {
6845
- component: import("vue").Component;
6846
- };
7522
+ component: {
7523
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {
7524
+ target?: HTMLElement | [x: number, y: number] | undefined;
7525
+ } & {
7526
+ $children?: import("vue").VNodeChild | {
7527
+ default?: (() => import("vue").VNodeChild) | undefined;
7528
+ } | (() => import("vue").VNodeChild);
7529
+ 'v-slots'?: {
7530
+ default?: false | (() => import("vue").VNodeChild) | undefined;
7531
+ } | undefined;
7532
+ } & {
7533
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
7534
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
7535
+ default: () => import("vue").VNode[];
7536
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
7537
+ P: {};
7538
+ B: {};
7539
+ D: {};
7540
+ C: {};
7541
+ M: {};
7542
+ Defaults: {};
7543
+ }, {} & {
7544
+ target?: HTMLElement | [x: number, y: number] | undefined;
7545
+ } & {
7546
+ $children?: import("vue").VNodeChild | {
7547
+ default?: (() => import("vue").VNodeChild) | undefined;
7548
+ } | (() => import("vue").VNodeChild);
7549
+ 'v-slots'?: {
7550
+ default?: false | (() => import("vue").VNodeChild) | undefined;
7551
+ } | undefined;
7552
+ } & {
7553
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
7554
+ }, () => JSX.Element, {}, {}, {}, {}>;
7555
+ __isFragment?: never;
7556
+ __isTeleport?: never;
7557
+ __isSuspense?: never;
7558
+ } & import("vue").ComponentOptionsBase<{} & {
7559
+ target?: HTMLElement | [x: number, y: number] | undefined;
7560
+ } & {
7561
+ $children?: import("vue").VNodeChild | {
7562
+ default?: (() => import("vue").VNodeChild) | undefined;
7563
+ } | (() => import("vue").VNodeChild);
7564
+ 'v-slots'?: {
7565
+ default?: false | (() => import("vue").VNodeChild) | undefined;
7566
+ } | undefined;
7567
+ } & {
7568
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
7569
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, import("vue").SlotsType<Partial<{
7570
+ default: () => import("vue").VNode[];
7571
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
7572
+ target: PropType<HTMLElement | [x: number, y: number]>;
7573
+ }, import("vue").ExtractPropTypes<{
7574
+ target: PropType<HTMLElement | [x: number, y: number]>;
7575
+ }>>;
7576
+ } | null;
6847
7577
  zIndex: string | number;
6848
7578
  style: import("vue").StyleValue;
6849
7579
  eager: boolean;
@@ -7932,7 +8662,7 @@ export declare const VCombobox: {
7932
8662
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
7933
8663
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
7934
8664
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
7935
- }, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "rules" | "minLength" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "validate" | "resetValidation" | "density" | "rounded" | "tile" | "_allExposed" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & import("vue").ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
8665
+ }, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "writingSuggestions" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "currentCSSZoom" | "innerHTML" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "rules" | "minLength" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "validate" | "resetValidation" | "density" | "rounded" | "tile" | "_allExposed" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & import("vue").ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
7936
8666
  $: import("vue").ComponentInternalInstance;
7937
8667
  $data: {};
7938
8668
  $props: Partial<{
@@ -8887,7 +9617,7 @@ export declare const VCombobox: {
8887
9617
  direction: "horizontal" | "vertical";
8888
9618
  transition: string | boolean | (import("vue").TransitionProps & {
8889
9619
  component?: import("vue").Component;
8890
- });
9620
+ }) | null;
8891
9621
  menu: boolean;
8892
9622
  style: import("vue").StyleValue;
8893
9623
  role: string;
@@ -8987,19 +9717,13 @@ export declare const VCombobox: {
8987
9717
  "append-item": never;
8988
9718
  "no-data": never;
8989
9719
  }) => GenericProps<typeof props, typeof slots>) & import("../../util/index.js").FilterPropsOptions<{
8990
- transition: Omit<{
8991
- type: PropType<string | boolean | (import("vue").TransitionProps & {
8992
- component?: import("vue").Component;
8993
- })>;
8994
- default: string;
8995
- validator: (val: unknown) => boolean;
8996
- }, "type" | "default"> & {
9720
+ transition: {
8997
9721
  type: PropType<string | boolean | (import("vue").TransitionProps & {
8998
9722
  component?: import("vue").Component;
8999
- })>;
9723
+ }) | null>;
9000
9724
  default: NonNullable<string | boolean | (import("vue").TransitionProps & {
9001
9725
  component?: import("vue").Component;
9002
- })>;
9726
+ }) | null>;
9003
9727
  };
9004
9728
  flat: BooleanConstructor;
9005
9729
  reverse: BooleanConstructor;
@@ -9196,19 +9920,13 @@ export declare const VCombobox: {
9196
9920
  };
9197
9921
  delimiters: PropType<readonly string[]>;
9198
9922
  }, import("vue").ExtractPropTypes<{
9199
- transition: Omit<{
9200
- type: PropType<string | boolean | (import("vue").TransitionProps & {
9201
- component?: import("vue").Component;
9202
- })>;
9203
- default: string;
9204
- validator: (val: unknown) => boolean;
9205
- }, "type" | "default"> & {
9923
+ transition: {
9206
9924
  type: PropType<string | boolean | (import("vue").TransitionProps & {
9207
9925
  component?: import("vue").Component;
9208
- })>;
9926
+ }) | null>;
9209
9927
  default: NonNullable<string | boolean | (import("vue").TransitionProps & {
9210
9928
  component?: import("vue").Component;
9211
- })>;
9929
+ }) | null>;
9212
9930
  };
9213
9931
  flat: BooleanConstructor;
9214
9932
  reverse: BooleanConstructor;