@rotki/ui-library 2.10.0 → 2.11.1

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 (52) hide show
  1. package/dist/components/accordions/accordion/RuiAccordion.vue.d.ts +2 -2
  2. package/dist/components/alerts/RuiAlert.vue.d.ts +3 -3
  3. package/dist/components/buttons/button/RuiButton.vue.d.ts +9 -5
  4. package/dist/components/buttons/button-group/RuiButtonGroup.vue.d.ts +9 -5
  5. package/dist/components/calendar/state.js +1 -1
  6. package/dist/components/calendar/state.js.map +1 -1
  7. package/dist/components/cards/RuiCard.vue.d.ts +6 -6
  8. package/dist/components/date-time-picker/RuiDateTimePicker.vue.d.ts +3 -4
  9. package/dist/components/date-time-picker/RuiDateTimePicker.vue2.js +66 -249
  10. package/dist/components/date-time-picker/RuiDateTimePicker.vue2.js.map +1 -1
  11. package/dist/components/date-time-picker/use-date-time-selection.d.ts +38 -0
  12. package/dist/components/date-time-picker/use-date-time-selection.js +286 -0
  13. package/dist/components/date-time-picker/use-date-time-selection.js.map +1 -0
  14. package/dist/components/date-time-picker/use-keyboard-handler.d.ts +2 -0
  15. package/dist/components/date-time-picker/use-keyboard-handler.js +71 -60
  16. package/dist/components/date-time-picker/use-keyboard-handler.js.map +1 -1
  17. package/dist/components/forms/auto-complete/RuiAutoComplete.vue.d.ts +29 -25
  18. package/dist/components/forms/checkbox/RuiCheckbox.vue.d.ts +2 -2
  19. package/dist/components/forms/radio-button/radio/RuiRadio.vue.d.ts +9 -5
  20. package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.d.ts +9 -5
  21. package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.d.ts +4 -4
  22. package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +29 -25
  23. package/dist/components/forms/text-area/RuiTextArea.vue.d.ts +3 -3
  24. package/dist/components/forms/text-field/RuiTextField.vue.d.ts +3 -3
  25. package/dist/components/overlays/badge/RuiBadge.vue.d.ts +3 -3
  26. package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.d.ts +2 -2
  27. package/dist/components/overlays/dialog/RuiDialog.vue.d.ts +2 -2
  28. package/dist/components/overlays/menu/RuiMenu.vue.d.ts +2 -2
  29. package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.d.ts +2 -2
  30. package/dist/components/overlays/notification/RuiNotification.vue.d.ts +2 -2
  31. package/dist/components/overlays/tooltip/RuiTooltip.vue.d.ts +2 -2
  32. package/dist/components/tables/RuiDataTable.vue.d.ts +9 -5
  33. package/dist/components/tables/RuiExpandButton.vue.d.ts +2 -2
  34. package/dist/components/tables/RuiTableHead.vue.d.ts +9 -5
  35. package/dist/components/tabs/tab/RuiTab.vue.d.ts +1 -1
  36. package/dist/components/tabs/tab-item/RuiTabItem.vue.d.ts +3 -3
  37. package/dist/components/tabs/tab-items/RuiTabItems.vue.d.ts +9 -5
  38. package/dist/components/time-picker/RuiTimePicker.vue2.js +0 -1
  39. package/dist/components/time-picker/RuiTimePicker.vue2.js.map +1 -1
  40. package/dist/composables/defaults/table.js +1 -1
  41. package/dist/composables/defaults/table.js.map +1 -1
  42. package/dist/composables/icons.js +1 -1
  43. package/dist/composables/icons.js.map +1 -1
  44. package/dist/composables/theme.js +7 -8
  45. package/dist/composables/theme.js.map +1 -1
  46. package/dist/composables/use-rui-i18n.js +1 -1
  47. package/dist/composables/use-rui-i18n.js.map +1 -1
  48. package/dist/style.css +2 -2
  49. package/dist/types/theme.d.ts +7 -7
  50. package/dist/types/theme.js.map +1 -1
  51. package/dist/web-types.json +72 -72
  52. package/package.json +31 -40
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@rotki/ui-library",
5
- "version": "2.10.0",
5
+ "version": "2.11.1",
6
6
  "js-types-syntax": "typescript",
7
7
  "description-markup": "markdown",
8
8
  "contributions": {
@@ -932,7 +932,7 @@
932
932
  "default": "'minute'",
933
933
  "value": {
934
934
  "kind": "expression",
935
- "type": "TimeAccuracy | undefined"
935
+ "type": "'minute' | 'second' | 'millisecond' | undefined"
936
936
  }
937
937
  },
938
938
  {
@@ -1917,7 +1917,7 @@
1917
1917
  "required": true,
1918
1918
  "value": {
1919
1919
  "kind": "expression",
1920
- "type": "object[]"
1920
+ "type": "T[]"
1921
1921
  }
1922
1922
  },
1923
1923
  {
@@ -1926,7 +1926,7 @@
1926
1926
  "required": true,
1927
1927
  "value": {
1928
1928
  "kind": "expression",
1929
- "type": "never"
1929
+ "type": "IdType"
1930
1930
  }
1931
1931
  },
1932
1932
  {
@@ -1936,7 +1936,7 @@
1936
1936
  "default": "undefined",
1937
1937
  "value": {
1938
1938
  "kind": "expression",
1939
- "type": "never[] | undefined"
1939
+ "type": "T[IdType][] | undefined"
1940
1940
  }
1941
1941
  },
1942
1942
  {
@@ -1986,7 +1986,7 @@
1986
1986
  "default": "undefined",
1987
1987
  "value": {
1988
1988
  "kind": "expression",
1989
- "type": "TableSortData<object>"
1989
+ "type": "TableSortData<T>"
1990
1990
  }
1991
1991
  },
1992
1992
  {
@@ -2006,7 +2006,7 @@
2006
2006
  "default": "undefined",
2007
2007
  "value": {
2008
2008
  "kind": "expression",
2009
- "type": "TableColumn<object>[] | undefined"
2009
+ "type": "TableColumn<T>[] | undefined"
2010
2010
  }
2011
2011
  },
2012
2012
  {
@@ -2116,7 +2116,7 @@
2116
2116
  "default": "undefined",
2117
2117
  "value": {
2118
2118
  "kind": "expression",
2119
- "type": "object[] | undefined"
2119
+ "type": "T[] | undefined"
2120
2120
  }
2121
2121
  },
2122
2122
  {
@@ -2166,7 +2166,7 @@
2166
2166
  "default": "undefined",
2167
2167
  "value": {
2168
2168
  "kind": "expression",
2169
- "type": "TableRowKeyData<object>"
2169
+ "type": "TableRowKeyData<T>"
2170
2170
  }
2171
2171
  },
2172
2172
  {
@@ -2186,7 +2186,7 @@
2186
2186
  "default": "undefined",
2187
2187
  "value": {
2188
2188
  "kind": "expression",
2189
- "type": "object[] | undefined"
2189
+ "type": "T[] | undefined"
2190
2190
  }
2191
2191
  },
2192
2192
  {
@@ -2196,7 +2196,7 @@
2196
2196
  "default": "undefined",
2197
2197
  "value": {
2198
2198
  "kind": "expression",
2199
- "type": "object[] | undefined"
2199
+ "type": "T[] | undefined"
2200
2200
  }
2201
2201
  },
2202
2202
  {
@@ -2226,7 +2226,7 @@
2226
2226
  "default": "''",
2227
2227
  "value": {
2228
2228
  "kind": "expression",
2229
- "type": "string | ((item: object) => string) | undefined"
2229
+ "type": "string | ((item: T) => string) | undefined"
2230
2230
  }
2231
2231
  }
2232
2232
  ],
@@ -2258,7 +2258,7 @@
2258
2258
  },
2259
2259
  {
2260
2260
  "name": "header",
2261
- "type": "GroupHeader<object>"
2261
+ "type": "GroupHeader<T>"
2262
2262
  },
2263
2263
  {
2264
2264
  "name": "isOpen",
@@ -2275,7 +2275,7 @@
2275
2275
  "vue-properties": [
2276
2276
  {
2277
2277
  "name": "header",
2278
- "type": "GroupHeader<object>"
2278
+ "type": "GroupHeader<T>"
2279
2279
  },
2280
2280
  {
2281
2281
  "name": "groupKey",
@@ -2288,7 +2288,7 @@
2288
2288
  "vue-properties": [
2289
2289
  {
2290
2290
  "name": "row",
2291
- "type": "object"
2291
+ "type": "T"
2292
2292
  },
2293
2293
  {
2294
2294
  "name": "index",
@@ -2313,7 +2313,7 @@
2313
2313
  "arguments": [
2314
2314
  {
2315
2315
  "name": "argument",
2316
- "type": "[never[] | undefined]"
2316
+ "type": "[T[IdType][] | undefined]"
2317
2317
  }
2318
2318
  ]
2319
2319
  },
@@ -2322,7 +2322,7 @@
2322
2322
  "arguments": [
2323
2323
  {
2324
2324
  "name": "argument",
2325
- "type": "[object[]]"
2325
+ "type": "[T[]]"
2326
2326
  }
2327
2327
  ]
2328
2328
  },
@@ -2340,7 +2340,7 @@
2340
2340
  "arguments": [
2341
2341
  {
2342
2342
  "name": "argument",
2343
- "type": "[TableSortData<object>]"
2343
+ "type": "[TableSortData<T>]"
2344
2344
  }
2345
2345
  ]
2346
2346
  },
@@ -2349,7 +2349,7 @@
2349
2349
  "arguments": [
2350
2350
  {
2351
2351
  "name": "argument",
2352
- "type": "[TableOptions<object>]"
2352
+ "type": "[TableOptions<T>]"
2353
2353
  }
2354
2354
  ]
2355
2355
  },
@@ -2358,7 +2358,7 @@
2358
2358
  "arguments": [
2359
2359
  {
2360
2360
  "name": "argument",
2361
- "type": "[GroupKeys<object>]"
2361
+ "type": "[GroupKeys<T>]"
2362
2362
  }
2363
2363
  ]
2364
2364
  },
@@ -2367,7 +2367,7 @@
2367
2367
  "arguments": [
2368
2368
  {
2369
2369
  "name": "argument",
2370
- "type": "[object[] | undefined]"
2370
+ "type": "[T[] | undefined]"
2371
2371
  }
2372
2372
  ]
2373
2373
  },
@@ -2376,7 +2376,7 @@
2376
2376
  "arguments": [
2377
2377
  {
2378
2378
  "name": "argument",
2379
- "type": "[GroupData<object>]"
2379
+ "type": "[GroupData<T>]"
2380
2380
  }
2381
2381
  ]
2382
2382
  }
@@ -2503,7 +2503,7 @@
2503
2503
  "default": "undefined",
2504
2504
  "value": {
2505
2505
  "kind": "expression",
2506
- "type": "TableColumn<object>[] | undefined"
2506
+ "type": "TableColumn<T>[] | undefined"
2507
2507
  }
2508
2508
  },
2509
2509
  {
@@ -2553,7 +2553,7 @@
2553
2553
  "default": "{}",
2554
2554
  "value": {
2555
2555
  "kind": "expression",
2556
- "type": "Partial<Record<never, SortColumn<object>>> | undefined"
2556
+ "type": "Partial<Record<TableRowKey<T>, SortColumn<T>>> | undefined"
2557
2557
  }
2558
2558
  },
2559
2559
  {
@@ -2563,7 +2563,7 @@
2563
2563
  "default": "undefined",
2564
2564
  "value": {
2565
2565
  "kind": "expression",
2566
- "type": "TableSortData<object>"
2566
+ "type": "TableSortData<T>"
2567
2567
  }
2568
2568
  },
2569
2569
  {
@@ -2604,7 +2604,7 @@
2604
2604
  "arguments": [
2605
2605
  {
2606
2606
  "name": "argument",
2607
- "type": "[{ key: never; direction?: 'asc' | 'desc' | undefined; }]"
2607
+ "type": "[{ key: TableRowKey<T>; direction?: 'asc' | 'desc' | undefined; }]"
2608
2608
  }
2609
2609
  ]
2610
2610
  }
@@ -3073,7 +3073,7 @@
3073
3073
  "default": "undefined",
3074
3074
  "value": {
3075
3075
  "kind": "expression",
3076
- "type": "unknown"
3076
+ "type": "T | undefined"
3077
3077
  }
3078
3078
  },
3079
3079
  {
@@ -3105,7 +3105,7 @@
3105
3105
  "arguments": [
3106
3106
  {
3107
3107
  "name": "argument",
3108
- "type": "[unknown]"
3108
+ "type": "[T | undefined]"
3109
3109
  }
3110
3110
  ]
3111
3111
  }
@@ -3196,7 +3196,7 @@
3196
3196
  "default": "undefined",
3197
3197
  "value": {
3198
3198
  "kind": "expression",
3199
- "type": "unknown"
3199
+ "type": "T | T[] | undefined"
3200
3200
  }
3201
3201
  },
3202
3202
  {
@@ -3218,7 +3218,7 @@
3218
3218
  "arguments": [
3219
3219
  {
3220
3220
  "name": "argument",
3221
- "type": "[unknown]"
3221
+ "type": "[T | T[] | undefined]"
3222
3222
  }
3223
3223
  ]
3224
3224
  }
@@ -3243,7 +3243,7 @@
3243
3243
  "default": "[]",
3244
3244
  "value": {
3245
3245
  "kind": "expression",
3246
- "type": "unknown[] | undefined"
3246
+ "type": "TItem[] | undefined"
3247
3247
  }
3248
3248
  },
3249
3249
  {
@@ -3253,7 +3253,7 @@
3253
3253
  "default": "undefined",
3254
3254
  "value": {
3255
3255
  "kind": "expression",
3256
- "type": "undefined"
3256
+ "type": "globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined"
3257
3257
  }
3258
3258
  },
3259
3259
  {
@@ -3263,7 +3263,7 @@
3263
3263
  "default": "undefined",
3264
3264
  "value": {
3265
3265
  "kind": "expression",
3266
- "type": "undefined"
3266
+ "type": "keyof TItem | undefined"
3267
3267
  }
3268
3268
  },
3269
3269
  {
@@ -3499,7 +3499,7 @@
3499
3499
  "required": false,
3500
3500
  "value": {
3501
3501
  "kind": "expression",
3502
- "type": "((item: unknown, queryText: string) => boolean) | undefined"
3502
+ "type": "((item: TItem, queryText: string) => boolean) | undefined"
3503
3503
  }
3504
3504
  },
3505
3505
  {
@@ -3568,7 +3568,7 @@
3568
3568
  "required": true,
3569
3569
  "value": {
3570
3570
  "kind": "expression",
3571
- "type": "unknown"
3571
+ "type": "AutoCompleteModelValue<TValue>"
3572
3572
  }
3573
3573
  },
3574
3574
  {
@@ -3588,11 +3588,11 @@
3588
3588
  "vue-properties": [
3589
3589
  {
3590
3590
  "name": "disabled",
3591
- "type": "boolean"
3591
+ "type": "boolean & DistributeRef<[(Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue'>> & { readonly options: TItem[]; readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly chips: boolean; readonly label: string; readonly menuOptions: MenuProps | undefined; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly noFilter: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly hideSelected: boolean; readonly placeholder: string; readonly returnObject: boolean; readonly customValue: boolean; readonly hideCustomValue: boolean; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'hideSelected' | 'returnObject' | 'customValue' | 'hideCustomValue' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue' ? { options: () => never[]; disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; chips: false; label: 'Select'; menuOptions: undefined; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; noFilter: false; hideNoData: false; noDataText: 'No data available'; hideSelected: false; placeholder: ''; returnObject: false; customValue: false; hideCustomValue: false; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled']] extends [globalThis.Ref<any, any>] ? (Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue'>> & { readonly options: TItem[]; readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly chips: boolean; readonly label: string; readonly menuOptions: MenuProps | undefined; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly noFilter: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly hideSelected: boolean; readonly placeholder: string; readonly returnObject: boolean; readonly customValue: boolean; readonly hideCustomValue: boolean; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'hideSelected' | 'returnObject' | 'customValue' | 'hideCustomValue' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue' ? { options: () => never[]; disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; chips: false; label: 'Select'; menuOptions: undefined; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; noFilter: false; hideNoData: false; noDataText: 'No data available'; hideSelected: false; placeholder: ''; returnObject: false; customValue: false; hideCustomValue: false; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled'] : globalThis.Ref<(Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue'>> & { readonly options: TItem[]; readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly chips: boolean; readonly label: string; readonly menuOptions: MenuProps | undefined; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly noFilter: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly hideSelected: boolean; readonly placeholder: string; readonly returnObject: boolean; readonly customValue: boolean; readonly hideCustomValue: boolean; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'hideSelected' | 'returnObject' | 'customValue' | 'hideCustomValue' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue' ? { options: () => never[]; disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; chips: false; label: 'Select'; menuOptions: undefined; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; noFilter: false; hideNoData: false; noDataText: 'No data available'; hideSelected: false; placeholder: ''; returnObject: false; customValue: false; hideCustomValue: false; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled'], (Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue'>> & { readonly options: TItem[]; readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly chips: boolean; readonly label: string; readonly menuOptions: MenuProps | undefined; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly noFilter: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly hideSelected: boolean; readonly placeholder: string; readonly returnObject: boolean; readonly customValue: boolean; readonly hideCustomValue: boolean; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'hideSelected' | 'returnObject' | 'customValue' | 'hideCustomValue' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue' ? { options: () => never[]; disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; chips: false; label: 'Select'; menuOptions: undefined; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; noFilter: false; hideNoData: false; noDataText: 'No data available'; hideSelected: false; placeholder: ''; returnObject: false; customValue: false; hideCustomValue: false; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled']>>"
3592
3592
  },
3593
3593
  {
3594
3594
  "name": "value",
3595
- "type": "unknown[]"
3595
+ "type": "TItem[]"
3596
3596
  },
3597
3597
  {
3598
3598
  "name": "variant",
@@ -3625,7 +3625,7 @@
3625
3625
  "vue-properties": [
3626
3626
  {
3627
3627
  "name": "value",
3628
- "type": "unknown[]"
3628
+ "type": "TItem[]"
3629
3629
  }
3630
3630
  ]
3631
3631
  },
@@ -3634,7 +3634,7 @@
3634
3634
  "vue-properties": [
3635
3635
  {
3636
3636
  "name": "item",
3637
- "type": "unknown"
3637
+ "type": "TItem"
3638
3638
  },
3639
3639
  {
3640
3640
  "name": "index",
@@ -3647,7 +3647,7 @@
3647
3647
  "vue-properties": [
3648
3648
  {
3649
3649
  "name": "item",
3650
- "type": "unknown"
3650
+ "type": "TItem"
3651
3651
  },
3652
3652
  {
3653
3653
  "name": "index",
@@ -3660,11 +3660,11 @@
3660
3660
  "vue-properties": [
3661
3661
  {
3662
3662
  "name": "disabled",
3663
- "type": "boolean"
3663
+ "type": "boolean & DistributeRef<[(Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue'>> & { readonly options: TItem[]; readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly chips: boolean; readonly label: string; readonly menuOptions: MenuProps | undefined; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly noFilter: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly hideSelected: boolean; readonly placeholder: string; readonly returnObject: boolean; readonly customValue: boolean; readonly hideCustomValue: boolean; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'hideSelected' | 'returnObject' | 'customValue' | 'hideCustomValue' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue' ? { options: () => never[]; disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; chips: false; label: 'Select'; menuOptions: undefined; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; noFilter: false; hideNoData: false; noDataText: 'No data available'; hideSelected: false; placeholder: ''; returnObject: false; customValue: false; hideCustomValue: false; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled']] extends [globalThis.Ref<any, any>] ? (Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue'>> & { readonly options: TItem[]; readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly chips: boolean; readonly label: string; readonly menuOptions: MenuProps | undefined; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly noFilter: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly hideSelected: boolean; readonly placeholder: string; readonly returnObject: boolean; readonly customValue: boolean; readonly hideCustomValue: boolean; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'hideSelected' | 'returnObject' | 'customValue' | 'hideCustomValue' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue' ? { options: () => never[]; disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; chips: false; label: 'Select'; menuOptions: undefined; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; noFilter: false; hideNoData: false; noDataText: 'No data available'; hideSelected: false; placeholder: ''; returnObject: false; customValue: false; hideCustomValue: false; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled'] : globalThis.Ref<(Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue'>> & { readonly options: TItem[]; readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly chips: boolean; readonly label: string; readonly menuOptions: MenuProps | undefined; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly noFilter: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly hideSelected: boolean; readonly placeholder: string; readonly returnObject: boolean; readonly customValue: boolean; readonly hideCustomValue: boolean; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'hideSelected' | 'returnObject' | 'customValue' | 'hideCustomValue' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue' ? { options: () => never[]; disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; chips: false; label: 'Select'; menuOptions: undefined; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; noFilter: false; hideNoData: false; noDataText: 'No data available'; hideSelected: false; placeholder: ''; returnObject: false; customValue: false; hideCustomValue: false; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled'], (Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue'>> & { readonly options: TItem[]; readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly chips: boolean; readonly label: string; readonly menuOptions: MenuProps | undefined; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly noFilter: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly hideSelected: boolean; readonly placeholder: string; readonly returnObject: boolean; readonly customValue: boolean; readonly hideCustomValue: boolean; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'hideSelected' | 'returnObject' | 'customValue' | 'hideCustomValue' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue' ? { options: () => never[]; disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; chips: false; label: 'Select'; menuOptions: undefined; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; noFilter: false; hideNoData: false; noDataText: 'No data available'; hideSelected: false; placeholder: ''; returnObject: false; customValue: false; hideCustomValue: false; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled']>>"
3664
3664
  },
3665
3665
  {
3666
3666
  "name": "item",
3667
- "type": "unknown"
3667
+ "type": "TItem"
3668
3668
  },
3669
3669
  {
3670
3670
  "name": "active",
@@ -3677,11 +3677,11 @@
3677
3677
  "vue-properties": [
3678
3678
  {
3679
3679
  "name": "disabled",
3680
- "type": "boolean"
3680
+ "type": "boolean & DistributeRef<[(Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue'>> & { readonly options: TItem[]; readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly chips: boolean; readonly label: string; readonly menuOptions: MenuProps | undefined; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly noFilter: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly hideSelected: boolean; readonly placeholder: string; readonly returnObject: boolean; readonly customValue: boolean; readonly hideCustomValue: boolean; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'hideSelected' | 'returnObject' | 'customValue' | 'hideCustomValue' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue' ? { options: () => never[]; disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; chips: false; label: 'Select'; menuOptions: undefined; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; noFilter: false; hideNoData: false; noDataText: 'No data available'; hideSelected: false; placeholder: ''; returnObject: false; customValue: false; hideCustomValue: false; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled']] extends [globalThis.Ref<any, any>] ? (Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue'>> & { readonly options: TItem[]; readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly chips: boolean; readonly label: string; readonly menuOptions: MenuProps | undefined; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly noFilter: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly hideSelected: boolean; readonly placeholder: string; readonly returnObject: boolean; readonly customValue: boolean; readonly hideCustomValue: boolean; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'hideSelected' | 'returnObject' | 'customValue' | 'hideCustomValue' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue' ? { options: () => never[]; disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; chips: false; label: 'Select'; menuOptions: undefined; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; noFilter: false; hideNoData: false; noDataText: 'No data available'; hideSelected: false; placeholder: ''; returnObject: false; customValue: false; hideCustomValue: false; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled'] : globalThis.Ref<(Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue'>> & { readonly options: TItem[]; readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly chips: boolean; readonly label: string; readonly menuOptions: MenuProps | undefined; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly noFilter: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly hideSelected: boolean; readonly placeholder: string; readonly returnObject: boolean; readonly customValue: boolean; readonly hideCustomValue: boolean; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'hideSelected' | 'returnObject' | 'customValue' | 'hideCustomValue' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue' ? { options: () => never[]; disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; chips: false; label: 'Select'; menuOptions: undefined; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; noFilter: false; hideNoData: false; noDataText: 'No data available'; hideSelected: false; placeholder: ''; returnObject: false; customValue: false; hideCustomValue: false; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled'], (Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue'>> & { readonly options: TItem[]; readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly chips: boolean; readonly label: string; readonly menuOptions: MenuProps | undefined; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly noFilter: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly hideSelected: boolean; readonly placeholder: string; readonly returnObject: boolean; readonly customValue: boolean; readonly hideCustomValue: boolean; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'hideSelected' | 'returnObject' | 'customValue' | 'hideCustomValue' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue' ? { options: () => never[]; disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; chips: false; label: 'Select'; menuOptions: undefined; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; noFilter: false; hideNoData: false; noDataText: 'No data available'; hideSelected: false; placeholder: ''; returnObject: false; customValue: false; hideCustomValue: false; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled']>>"
3681
3681
  },
3682
3682
  {
3683
3683
  "name": "item",
3684
- "type": "unknown"
3684
+ "type": "TItem"
3685
3685
  },
3686
3686
  {
3687
3687
  "name": "active",
@@ -3694,11 +3694,11 @@
3694
3694
  "vue-properties": [
3695
3695
  {
3696
3696
  "name": "disabled",
3697
- "type": "boolean"
3697
+ "type": "boolean & DistributeRef<[(Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue'>> & { readonly options: TItem[]; readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly chips: boolean; readonly label: string; readonly menuOptions: MenuProps | undefined; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly noFilter: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly hideSelected: boolean; readonly placeholder: string; readonly returnObject: boolean; readonly customValue: boolean; readonly hideCustomValue: boolean; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'hideSelected' | 'returnObject' | 'customValue' | 'hideCustomValue' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue' ? { options: () => never[]; disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; chips: false; label: 'Select'; menuOptions: undefined; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; noFilter: false; hideNoData: false; noDataText: 'No data available'; hideSelected: false; placeholder: ''; returnObject: false; customValue: false; hideCustomValue: false; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled']] extends [globalThis.Ref<any, any>] ? (Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue'>> & { readonly options: TItem[]; readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly chips: boolean; readonly label: string; readonly menuOptions: MenuProps | undefined; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly noFilter: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly hideSelected: boolean; readonly placeholder: string; readonly returnObject: boolean; readonly customValue: boolean; readonly hideCustomValue: boolean; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'hideSelected' | 'returnObject' | 'customValue' | 'hideCustomValue' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue' ? { options: () => never[]; disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; chips: false; label: 'Select'; menuOptions: undefined; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; noFilter: false; hideNoData: false; noDataText: 'No data available'; hideSelected: false; placeholder: ''; returnObject: false; customValue: false; hideCustomValue: false; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled'] : globalThis.Ref<(Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue'>> & { readonly options: TItem[]; readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly chips: boolean; readonly label: string; readonly menuOptions: MenuProps | undefined; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly noFilter: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly hideSelected: boolean; readonly placeholder: string; readonly returnObject: boolean; readonly customValue: boolean; readonly hideCustomValue: boolean; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'hideSelected' | 'returnObject' | 'customValue' | 'hideCustomValue' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue' ? { options: () => never[]; disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; chips: false; label: 'Select'; menuOptions: undefined; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; noFilter: false; hideNoData: false; noDataText: 'No data available'; hideSelected: false; placeholder: ''; returnObject: false; customValue: false; hideCustomValue: false; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled'], (Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue'>> & { readonly options: TItem[]; readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly chips: boolean; readonly label: string; readonly menuOptions: MenuProps | undefined; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly noFilter: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly hideSelected: boolean; readonly placeholder: string; readonly returnObject: boolean; readonly customValue: boolean; readonly hideCustomValue: boolean; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'hideSelected' | 'returnObject' | 'customValue' | 'hideCustomValue' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'options' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'menuOptions' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'chips' | 'noFilter' | 'hideNoData' | 'noDataText' | 'hideSelected' | 'placeholder' | 'returnObject' | 'customValue' | 'hideCustomValue' ? { options: () => never[]; disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; chips: false; label: 'Select'; menuOptions: undefined; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; noFilter: false; hideNoData: false; noDataText: 'No data available'; hideSelected: false; placeholder: ''; returnObject: false; customValue: false; hideCustomValue: false; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled']>>"
3698
3698
  },
3699
3699
  {
3700
3700
  "name": "item",
3701
- "type": "unknown"
3701
+ "type": "TItem"
3702
3702
  },
3703
3703
  {
3704
3704
  "name": "active",
@@ -3717,7 +3717,7 @@
3717
3717
  "arguments": [
3718
3718
  {
3719
3719
  "name": "argument",
3720
- "type": "[value: unknown]"
3720
+ "type": "[value: AutoCompleteModelValue<TValue>]"
3721
3721
  }
3722
3722
  ]
3723
3723
  },
@@ -4103,7 +4103,7 @@
4103
4103
  "required": true,
4104
4104
  "value": {
4105
4105
  "kind": "expression",
4106
- "type": "unknown[]"
4106
+ "type": "TItem[]"
4107
4107
  }
4108
4108
  },
4109
4109
  {
@@ -4113,7 +4113,7 @@
4113
4113
  "default": "undefined",
4114
4114
  "value": {
4115
4115
  "kind": "expression",
4116
- "type": "undefined"
4116
+ "type": "globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined"
4117
4117
  }
4118
4118
  },
4119
4119
  {
@@ -4123,7 +4123,7 @@
4123
4123
  "default": "undefined",
4124
4124
  "value": {
4125
4125
  "kind": "expression",
4126
- "type": "undefined"
4126
+ "type": "keyof TItem | undefined"
4127
4127
  }
4128
4128
  },
4129
4129
  {
@@ -4348,7 +4348,7 @@
4348
4348
  "required": true,
4349
4349
  "value": {
4350
4350
  "kind": "expression",
4351
- "type": "unknown"
4351
+ "type": "TValue | undefined"
4352
4352
  }
4353
4353
  }
4354
4354
  ],
@@ -4358,11 +4358,11 @@
4358
4358
  "vue-properties": [
4359
4359
  {
4360
4360
  "name": "disabled",
4361
- "type": "boolean"
4361
+ "type": "boolean & DistributeRef<[(Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText'>> & { readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly label: string; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'hideNoData' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText' ? { disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; label: 'Select'; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; hideNoData: false; noDataText: 'No data available'; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled']] extends [globalThis.Ref<any, any>] ? (Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText'>> & { readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly label: string; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'hideNoData' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText' ? { disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; label: 'Select'; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; hideNoData: false; noDataText: 'No data available'; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled'] : globalThis.Ref<(Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText'>> & { readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly label: string; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'hideNoData' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText' ? { disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; label: 'Select'; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; hideNoData: false; noDataText: 'No data available'; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled'], (Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText'>> & { readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly label: string; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'hideNoData' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText' ? { disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; label: 'Select'; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; hideNoData: false; noDataText: 'No data available'; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled']>>"
4362
4362
  },
4363
4363
  {
4364
4364
  "name": "value",
4365
- "type": "unknown"
4365
+ "type": "TItem | undefined"
4366
4366
  },
4367
4367
  {
4368
4368
  "name": "variant",
@@ -4395,7 +4395,7 @@
4395
4395
  "vue-properties": [
4396
4396
  {
4397
4397
  "name": "value",
4398
- "type": "unknown"
4398
+ "type": "TItem | undefined"
4399
4399
  }
4400
4400
  ]
4401
4401
  },
@@ -4404,7 +4404,7 @@
4404
4404
  "vue-properties": [
4405
4405
  {
4406
4406
  "name": "item",
4407
- "type": "{}"
4407
+ "type": "NonNullable<TItem>"
4408
4408
  }
4409
4409
  ]
4410
4410
  },
@@ -4413,7 +4413,7 @@
4413
4413
  "vue-properties": [
4414
4414
  {
4415
4415
  "name": "item",
4416
- "type": "{}"
4416
+ "type": "NonNullable<TItem>"
4417
4417
  }
4418
4418
  ]
4419
4419
  },
@@ -4422,11 +4422,11 @@
4422
4422
  "vue-properties": [
4423
4423
  {
4424
4424
  "name": "disabled",
4425
- "type": "boolean"
4425
+ "type": "boolean & DistributeRef<[(Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText'>> & { readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly label: string; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'hideNoData' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText' ? { disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; label: 'Select'; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; hideNoData: false; noDataText: 'No data available'; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled']] extends [globalThis.Ref<any, any>] ? (Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText'>> & { readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly label: string; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'hideNoData' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText' ? { disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; label: 'Select'; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; hideNoData: false; noDataText: 'No data available'; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled'] : globalThis.Ref<(Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText'>> & { readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly label: string; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'hideNoData' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText' ? { disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; label: 'Select'; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; hideNoData: false; noDataText: 'No data available'; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled'], (Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText'>> & { readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly label: string; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'hideNoData' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText' ? { disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; label: 'Select'; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; hideNoData: false; noDataText: 'No data available'; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled']>>"
4426
4426
  },
4427
4427
  {
4428
4428
  "name": "item",
4429
- "type": "unknown"
4429
+ "type": "TItem"
4430
4430
  },
4431
4431
  {
4432
4432
  "name": "active",
@@ -4439,11 +4439,11 @@
4439
4439
  "vue-properties": [
4440
4440
  {
4441
4441
  "name": "disabled",
4442
- "type": "boolean"
4442
+ "type": "boolean & DistributeRef<[(Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText'>> & { readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly label: string; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'hideNoData' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText' ? { disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; label: 'Select'; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; hideNoData: false; noDataText: 'No data available'; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled']] extends [globalThis.Ref<any, any>] ? (Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText'>> & { readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly label: string; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'hideNoData' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText' ? { disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; label: 'Select'; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; hideNoData: false; noDataText: 'No data available'; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled'] : globalThis.Ref<(Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText'>> & { readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly label: string; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'hideNoData' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText' ? { disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; label: 'Select'; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; hideNoData: false; noDataText: 'No data available'; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled'], (Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText'>> & { readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly label: string; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'hideNoData' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText' ? { disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; label: 'Select'; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; hideNoData: false; noDataText: 'No data available'; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled']>>"
4443
4443
  },
4444
4444
  {
4445
4445
  "name": "item",
4446
- "type": "unknown"
4446
+ "type": "TItem"
4447
4447
  },
4448
4448
  {
4449
4449
  "name": "active",
@@ -4456,11 +4456,11 @@
4456
4456
  "vue-properties": [
4457
4457
  {
4458
4458
  "name": "disabled",
4459
- "type": "boolean"
4459
+ "type": "boolean & DistributeRef<[(Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText'>> & { readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly label: string; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'hideNoData' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText' ? { disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; label: 'Select'; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; hideNoData: false; noDataText: 'No data available'; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled']] extends [globalThis.Ref<any, any>] ? (Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText'>> & { readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly label: string; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'hideNoData' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText' ? { disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; label: 'Select'; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; hideNoData: false; noDataText: 'No data available'; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled'] : globalThis.Ref<(Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText'>> & { readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly label: string; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'hideNoData' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText' ? { disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; label: 'Select'; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; hideNoData: false; noDataText: 'No data available'; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled'], (Readonly<MappedOmit<LooseRequired<__VLS_Props>, 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText'>> & { readonly disabled: boolean; readonly loading: boolean; readonly readOnly: boolean; readonly dense: boolean; readonly clearable: boolean; readonly hideDetails: boolean; readonly label: string; readonly prependWidth: number; readonly appendWidth: number; readonly variant: 'default' | 'filled' | 'outlined'; readonly hint: string | undefined; readonly keyAttr: globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined; readonly textAttr: keyof TItem | undefined; readonly itemHeight: number | undefined; readonly errorMessages: string | string[]; readonly successMessages: string | string[]; readonly autoSelectFirst: boolean; readonly hideNoData: boolean; readonly noDataText: string; readonly required: boolean; } & { readonly [K in 'dense' | 'disabled' | 'hideDetails' | 'required' | 'loading' | 'readOnly' | 'clearable' | 'autoSelectFirst' | 'hideNoData' | (globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined extends boolean | undefined ? (boolean & globalThis.KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>) | undefined extends undefined ? never : 'keyAttr' : never) | (keyof TItem | undefined extends boolean | undefined ? (boolean & keyof TItem) | undefined extends undefined ? never : 'textAttr' : never)]-?: K extends 'variant' | 'dense' | 'disabled' | 'label' | 'hint' | 'errorMessages' | 'successMessages' | 'hideDetails' | 'required' | 'loading' | 'keyAttr' | 'textAttr' | 'readOnly' | 'clearable' | 'prependWidth' | 'appendWidth' | 'itemHeight' | 'autoSelectFirst' | 'hideNoData' | 'noDataText' ? { disabled: false; loading: false; readOnly: false; dense: false; clearable: false; hideDetails: false; label: 'Select'; prependWidth: 0; appendWidth: 0; variant: 'default'; hint: undefined; keyAttr: undefined; textAttr: undefined; itemHeight: undefined; errorMessages: () => never[]; successMessages: () => never[]; autoSelectFirst: false; hideNoData: false; noDataText: 'No data available'; required: false; }[K] extends undefined ? boolean | undefined : boolean : boolean; })['disabled']>>"
4460
4460
  },
4461
4461
  {
4462
4462
  "name": "item",
4463
- "type": "unknown"
4463
+ "type": "TItem"
4464
4464
  },
4465
4465
  {
4466
4466
  "name": "active",
@@ -4479,7 +4479,7 @@
4479
4479
  "arguments": [
4480
4480
  {
4481
4481
  "name": "argument",
4482
- "type": "[value: unknown]"
4482
+ "type": "[value: TValue | undefined]"
4483
4483
  }
4484
4484
  ]
4485
4485
  }
@@ -5520,7 +5520,7 @@
5520
5520
  "default": "'primary'",
5521
5521
  "value": {
5522
5522
  "kind": "expression",
5523
- "type": "'default' | ContextColorsType | undefined"
5523
+ "type": "'primary' | 'default' | 'secondary' | 'error' | 'warning' | 'info' | 'success' | undefined"
5524
5524
  }
5525
5525
  }
5526
5526
  ],
@@ -6380,7 +6380,7 @@
6380
6380
  "default": "''",
6381
6381
  "value": {
6382
6382
  "kind": "expression",
6383
- "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined"
6383
+ "type": "string | kt | Tt | undefined"
6384
6384
  }
6385
6385
  },
6386
6386
  {
@@ -6529,7 +6529,7 @@
6529
6529
  "required": false,
6530
6530
  "value": {
6531
6531
  "kind": "expression",
6532
- "type": "string | number | undefined"
6532
+ "type": "T | undefined"
6533
6533
  }
6534
6534
  }
6535
6535
  ],
@@ -6541,7 +6541,7 @@
6541
6541
  "arguments": [
6542
6542
  {
6543
6543
  "name": "argument",
6544
- "type": "[value: string | number | undefined]"
6544
+ "type": "[value: T | undefined]"
6545
6545
  }
6546
6546
  ]
6547
6547
  }
@@ -6662,7 +6662,7 @@
6662
6662
  "required": true,
6663
6663
  "value": {
6664
6664
  "kind": "expression",
6665
- "type": "unknown"
6665
+ "type": "TValue"
6666
6666
  }
6667
6667
  },
6668
6668
  {
@@ -6761,7 +6761,7 @@
6761
6761
  "required": false,
6762
6762
  "value": {
6763
6763
  "kind": "expression",
6764
- "type": "unknown"
6764
+ "type": "TValue | undefined"
6765
6765
  }
6766
6766
  }
6767
6767
  ],
@@ -6777,7 +6777,7 @@
6777
6777
  "arguments": [
6778
6778
  {
6779
6779
  "name": "argument",
6780
- "type": "[value: unknown]"
6780
+ "type": "[value: TValue | undefined]"
6781
6781
  }
6782
6782
  ]
6783
6783
  }
@@ -6901,7 +6901,7 @@
6901
6901
  "required": false,
6902
6902
  "value": {
6903
6903
  "kind": "expression",
6904
- "type": "unknown"
6904
+ "type": "TValue | undefined"
6905
6905
  }
6906
6906
  }
6907
6907
  ],
@@ -6913,7 +6913,7 @@
6913
6913
  "arguments": [
6914
6914
  {
6915
6915
  "name": "argument",
6916
- "type": "[value: unknown]"
6916
+ "type": "[value: TValue | undefined]"
6917
6917
  }
6918
6918
  ]
6919
6919
  }