@3df-spa/ui 1.4.1 → 1.4.4

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 (3) hide show
  1. package/dist/index.d.ts +167 -99
  2. package/dist/index.js +2510 -2319
  3. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -184,7 +184,19 @@ declare const __VLS_component_139: DefineComponent< {}, {}, {}, {}, {}, Compo
184
184
 
185
185
  declare const __VLS_component_14: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
186
186
 
187
- declare const __VLS_component_140: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
187
+ declare const __VLS_component_140: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
188
+ select: (item: CommandPaletteItem) => any;
189
+ "update:selected": (item: CommandPaletteItem | null) => any;
190
+ "update:open": (value: boolean) => any;
191
+ }, string, PublicProps, Readonly<Props> & Readonly<{
192
+ onSelect?: ((item: CommandPaletteItem) => any) | undefined;
193
+ "onUpdate:selected"?: ((item: CommandPaletteItem | null) => any) | undefined;
194
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
195
+ }>, {
196
+ searchPlaceholder: string;
197
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
198
+
199
+ declare const __VLS_component_141: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
188
200
  "update:modelValue": (value: string | string[]) => any;
189
201
  }, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
190
202
  "onUpdate:modelValue"?: ((value: string | string[]) => any) | undefined;
@@ -196,39 +208,41 @@ collapsible: boolean;
196
208
  defaultValue: string | string[];
197
209
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
198
210
 
199
- declare const __VLS_component_141: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
211
+ declare const __VLS_component_142: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
200
212
 
201
- declare const __VLS_component_142: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
213
+ declare const __VLS_component_143: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
202
214
  contentRef: HTMLDivElement;
203
215
  }, any>;
204
216
 
205
- declare const __VLS_component_143: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
217
+ declare const __VLS_component_144: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
206
218
 
207
- declare const __VLS_component_144: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
219
+ declare const __VLS_component_145: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
208
220
  contentRef: HTMLDivElement;
209
221
  }, any>;
210
222
 
211
- declare const __VLS_component_145: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
223
+ declare const __VLS_component_146: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
212
224
 
213
- declare const __VLS_component_146: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
225
+ declare const __VLS_component_147: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
214
226
  variant: TabsTriggerVariant;
215
227
  disabled: boolean;
216
228
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
217
229
 
218
- declare const __VLS_component_147: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
230
+ declare const __VLS_component_148: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
219
231
 
220
- declare const __VLS_component_148: DefineComponent<Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
232
+ declare const __VLS_component_149: DefineComponent<Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
221
233
  action: (action: HeroAction, index: number) => any;
222
- }, string, PublicProps, Readonly<Props_3> & Readonly<{
234
+ }, string, PublicProps, Readonly<Props_4> & Readonly<{
223
235
  onAction?: ((action: HeroAction, index: number) => any) | undefined;
224
236
  }>, {
225
237
  compact: boolean;
226
238
  align: HeroAlign;
227
239
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
228
240
 
229
- declare const __VLS_component_149: DefineComponent<Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
241
+ declare const __VLS_component_15: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
242
+
243
+ declare const __VLS_component_150: DefineComponent<Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
230
244
  action: (action: HeroAction, index: number) => any;
231
- }, string, PublicProps, Readonly<Props_4> & Readonly<{
245
+ }, string, PublicProps, Readonly<Props_5> & Readonly<{
232
246
  onAction?: ((action: HeroAction, index: number) => any) | undefined;
233
247
  }>, {
234
248
  reverse: boolean;
@@ -236,11 +250,9 @@ compact: boolean;
236
250
  imageAlt: string;
237
251
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
238
252
 
239
- declare const __VLS_component_15: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
240
-
241
- declare const __VLS_component_150: DefineComponent<Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
253
+ declare const __VLS_component_151: DefineComponent<Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
242
254
  action: (action: HeroAction, index: number) => any;
243
- }, string, PublicProps, Readonly<Props_5> & Readonly<{
255
+ }, string, PublicProps, Readonly<Props_6> & Readonly<{
244
256
  onAction?: ((action: HeroAction, index: number) => any) | undefined;
245
257
  }>, {
246
258
  overlay: "dark" | "light" | "gradient" | "none";
@@ -250,9 +262,9 @@ imageAlt: string;
250
262
  overlayOpacity: number;
251
263
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
252
264
 
253
- declare const __VLS_component_151: DefineComponent<Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
265
+ declare const __VLS_component_152: DefineComponent<Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
254
266
  action: (action: HeroAction, index: number) => any;
255
- }, string, PublicProps, Readonly<Props_6> & Readonly<{
267
+ }, string, PublicProps, Readonly<Props_7> & Readonly<{
256
268
  onAction?: ((action: HeroAction, index: number) => any) | undefined;
257
269
  }>, {
258
270
  compact: boolean;
@@ -261,18 +273,18 @@ gradient: "purple" | "blue" | "green" | "orange" | "rose" | "custom";
261
273
  blobs: boolean;
262
274
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
263
275
 
264
- declare const __VLS_component_152: DefineComponent<Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
276
+ declare const __VLS_component_153: DefineComponent<Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
265
277
  action: (action: HeroAction, index: number) => any;
266
- }, string, PublicProps, Readonly<Props_7> & Readonly<{
278
+ }, string, PublicProps, Readonly<Props_8> & Readonly<{
267
279
  onAction?: ((action: HeroAction, index: number) => any) | undefined;
268
280
  }>, {
269
281
  compact: boolean;
270
282
  gridPattern: boolean;
271
283
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
272
284
 
273
- declare const __VLS_component_153: DefineComponent<Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
285
+ declare const __VLS_component_154: DefineComponent<Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
274
286
  action: (action: HeroAction, index: number) => any;
275
- }, string, PublicProps, Readonly<Props_8> & Readonly<{
287
+ }, string, PublicProps, Readonly<Props_9> & Readonly<{
276
288
  onAction?: ((action: HeroAction, index: number) => any) | undefined;
277
289
  }>, {
278
290
  separator: boolean;
@@ -280,9 +292,9 @@ compact: boolean;
280
292
  align: HeroAlign;
281
293
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
282
294
 
283
- declare const __VLS_component_154: DefineComponent<Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
295
+ declare const __VLS_component_155: DefineComponent<Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
284
296
  action: (action: HeroAction, index: number) => any;
285
- }, string, PublicProps, Readonly<Props_9> & Readonly<{
297
+ }, string, PublicProps, Readonly<Props_10> & Readonly<{
286
298
  onAction?: ((action: HeroAction, index: number) => any) | undefined;
287
299
  }>, {
288
300
  overlay: "dark" | "light" | "gradient" | "none";
@@ -290,9 +302,9 @@ compact: boolean;
290
302
  overlayOpacity: number;
291
303
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
292
304
 
293
- declare const __VLS_component_155: DefineComponent<Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
305
+ declare const __VLS_component_156: DefineComponent<Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
294
306
  dismiss: () => any;
295
- }, string, PublicProps, Readonly<Props_10> & Readonly<{
307
+ }, string, PublicProps, Readonly<Props_11> & Readonly<{
296
308
  onDismiss?: (() => any) | undefined;
297
309
  }>, {
298
310
  variant: "default" | "destructive" | "success" | "warning" | "info" | "muted" | null;
@@ -301,7 +313,7 @@ align: "center" | "start" | "between" | null;
301
313
  dismissible: boolean;
302
314
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
303
315
 
304
- declare const __VLS_component_156: DefineComponent<Props_11, {
316
+ declare const __VLS_component_157: DefineComponent<Props_12, {
305
317
  config: Ref< {
306
318
  version: number;
307
319
  radiusStep: number;
@@ -322,7 +334,7 @@ theme: Theme;
322
334
  reset: () => void;
323
335
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
324
336
  "update:modelValue": (config: Ui3dfConfig) => any;
325
- }, string, PublicProps, Readonly<Props_11> & Readonly<{
337
+ }, string, PublicProps, Readonly<Props_12> & Readonly<{
326
338
  "onUpdate:modelValue"?: ((config: Ui3dfConfig) => any) | undefined;
327
339
  }>, {
328
340
  title: string;
@@ -1296,7 +1308,22 @@ declare function __VLS_template_14(): {
1296
1308
  declare function __VLS_template_140(): {
1297
1309
  attrs: Partial<{}>;
1298
1310
  slots: {
1299
- default?(_: {}): any;
1311
+ empty?(_: {}): any;
1312
+ item?(_: {
1313
+ item: CommandPaletteItem;
1314
+ group: CommandPaletteGroup;
1315
+ isSelected: boolean;
1316
+ }): any;
1317
+ preview?(_: {
1318
+ item: {
1319
+ [x: string]: unknown;
1320
+ value: string;
1321
+ label: string;
1322
+ icon?: string | undefined;
1323
+ keywords?: string[] | undefined;
1324
+ } | null;
1325
+ close: typeof close_2;
1326
+ }): any;
1300
1327
  };
1301
1328
  refs: {};
1302
1329
  rootEl: any;
@@ -1312,6 +1339,15 @@ declare function __VLS_template_141(): {
1312
1339
  };
1313
1340
 
1314
1341
  declare function __VLS_template_142(): {
1342
+ attrs: Partial<{}>;
1343
+ slots: {
1344
+ default?(_: {}): any;
1345
+ };
1346
+ refs: {};
1347
+ rootEl: any;
1348
+ };
1349
+
1350
+ declare function __VLS_template_143(): {
1315
1351
  attrs: Partial<{}>;
1316
1352
  slots: {
1317
1353
  default?(_: {}): any;
@@ -1322,7 +1358,7 @@ declare function __VLS_template_142(): {
1322
1358
  rootEl: any;
1323
1359
  };
1324
1360
 
1325
- declare function __VLS_template_143(): {
1361
+ declare function __VLS_template_144(): {
1326
1362
  attrs: Partial<{}>;
1327
1363
  slots: {
1328
1364
  default?(_: {
@@ -1333,7 +1369,7 @@ declare function __VLS_template_143(): {
1333
1369
  rootEl: any;
1334
1370
  };
1335
1371
 
1336
- declare function __VLS_template_144(): {
1372
+ declare function __VLS_template_145(): {
1337
1373
  attrs: Partial<{}>;
1338
1374
  slots: {
1339
1375
  default?(_: {}): any;
@@ -1344,7 +1380,7 @@ declare function __VLS_template_144(): {
1344
1380
  rootEl: any;
1345
1381
  };
1346
1382
 
1347
- declare function __VLS_template_145(): {
1383
+ declare function __VLS_template_146(): {
1348
1384
  attrs: Partial<{}>;
1349
1385
  slots: {
1350
1386
  default?(_: {}): any;
@@ -1353,7 +1389,7 @@ declare function __VLS_template_145(): {
1353
1389
  rootEl: any;
1354
1390
  };
1355
1391
 
1356
- declare function __VLS_template_146(): {
1392
+ declare function __VLS_template_147(): {
1357
1393
  attrs: Partial<{}>;
1358
1394
  slots: {
1359
1395
  default?(_: {}): any;
@@ -1362,7 +1398,7 @@ declare function __VLS_template_146(): {
1362
1398
  rootEl: any;
1363
1399
  };
1364
1400
 
1365
- declare function __VLS_template_147(): {
1401
+ declare function __VLS_template_148(): {
1366
1402
  attrs: Partial<{}>;
1367
1403
  slots: {
1368
1404
  default?(_: {}): any;
@@ -1371,7 +1407,7 @@ declare function __VLS_template_147(): {
1371
1407
  rootEl: any;
1372
1408
  };
1373
1409
 
1374
- declare function __VLS_template_148(): {
1410
+ declare function __VLS_template_149(): {
1375
1411
  attrs: Partial<{}>;
1376
1412
  slots: Readonly<{
1377
1413
  default?: () => unknown;
@@ -1388,7 +1424,16 @@ declare function __VLS_template_148(): {
1388
1424
  rootEl: any;
1389
1425
  };
1390
1426
 
1391
- declare function __VLS_template_149(): {
1427
+ declare function __VLS_template_15(): {
1428
+ attrs: Partial<{}>;
1429
+ slots: {
1430
+ default?(_: {}): any;
1431
+ };
1432
+ refs: {};
1433
+ rootEl: any;
1434
+ };
1435
+
1436
+ declare function __VLS_template_150(): {
1392
1437
  attrs: Partial<{}>;
1393
1438
  slots: Readonly<{
1394
1439
  default?: () => unknown;
@@ -1407,16 +1452,7 @@ declare function __VLS_template_149(): {
1407
1452
  rootEl: any;
1408
1453
  };
1409
1454
 
1410
- declare function __VLS_template_15(): {
1411
- attrs: Partial<{}>;
1412
- slots: {
1413
- default?(_: {}): any;
1414
- };
1415
- refs: {};
1416
- rootEl: any;
1417
- };
1418
-
1419
- declare function __VLS_template_150(): {
1455
+ declare function __VLS_template_151(): {
1420
1456
  attrs: Partial<{}>;
1421
1457
  slots: Readonly<{
1422
1458
  default?: () => unknown;
@@ -1433,7 +1469,7 @@ declare function __VLS_template_150(): {
1433
1469
  rootEl: any;
1434
1470
  };
1435
1471
 
1436
- declare function __VLS_template_151(): {
1472
+ declare function __VLS_template_152(): {
1437
1473
  attrs: Partial<{}>;
1438
1474
  slots: Readonly<{
1439
1475
  default?: () => unknown;
@@ -1452,7 +1488,7 @@ declare function __VLS_template_151(): {
1452
1488
  rootEl: any;
1453
1489
  };
1454
1490
 
1455
- declare function __VLS_template_152(): {
1491
+ declare function __VLS_template_153(): {
1456
1492
  attrs: Partial<{}>;
1457
1493
  slots: Readonly<{
1458
1494
  default?: () => unknown;
@@ -1473,7 +1509,7 @@ declare function __VLS_template_152(): {
1473
1509
  rootEl: any;
1474
1510
  };
1475
1511
 
1476
- declare function __VLS_template_153(): {
1512
+ declare function __VLS_template_154(): {
1477
1513
  attrs: Partial<{}>;
1478
1514
  slots: Readonly<{
1479
1515
  default?: () => unknown;
@@ -1490,7 +1526,7 @@ declare function __VLS_template_153(): {
1490
1526
  rootEl: any;
1491
1527
  };
1492
1528
 
1493
- declare function __VLS_template_154(): {
1529
+ declare function __VLS_template_155(): {
1494
1530
  attrs: Partial<{}>;
1495
1531
  slots: Readonly<{
1496
1532
  default?: () => unknown;
@@ -1507,7 +1543,7 @@ declare function __VLS_template_154(): {
1507
1543
  rootEl: any;
1508
1544
  };
1509
1545
 
1510
- declare function __VLS_template_155(): {
1546
+ declare function __VLS_template_156(): {
1511
1547
  attrs: Partial<{}>;
1512
1548
  slots: {
1513
1549
  icon?(_: {}): any;
@@ -1518,7 +1554,7 @@ declare function __VLS_template_155(): {
1518
1554
  rootEl: any;
1519
1555
  };
1520
1556
 
1521
- declare function __VLS_template_156(): {
1557
+ declare function __VLS_template_157(): {
1522
1558
  attrs: Partial<{}>;
1523
1559
  slots: {
1524
1560
  default?(_: {}): any;
@@ -2524,6 +2560,8 @@ declare type __VLS_TemplateResult_155 = ReturnType<typeof __VLS_template_155>;
2524
2560
 
2525
2561
  declare type __VLS_TemplateResult_156 = ReturnType<typeof __VLS_template_156>;
2526
2562
 
2563
+ declare type __VLS_TemplateResult_157 = ReturnType<typeof __VLS_template_157>;
2564
+
2527
2565
  declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
2528
2566
 
2529
2567
  declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
@@ -3164,6 +3202,12 @@ declare type __VLS_WithTemplateSlots_167<T, S> = T & {
3164
3202
  };
3165
3203
  };
3166
3204
 
3205
+ declare type __VLS_WithTemplateSlots_168<T, S> = T & {
3206
+ new (): {
3207
+ $slots: S;
3208
+ };
3209
+ };
3210
+
3167
3211
  declare type __VLS_WithTemplateSlots_17<T, S> = T & {
3168
3212
  new (): {
3169
3213
  $slots: S;
@@ -3710,13 +3754,13 @@ declare type __VLS_WithTemplateSlots_99<T, S> = T & {
3710
3754
  };
3711
3755
  };
3712
3756
 
3713
- export declare const Accordion: __VLS_WithTemplateSlots_149<typeof __VLS_component_140, __VLS_TemplateResult_140["slots"]>;
3757
+ export declare const Accordion: __VLS_WithTemplateSlots_150<typeof __VLS_component_141, __VLS_TemplateResult_141["slots"]>;
3714
3758
 
3715
3759
  export declare const ACCORDION_ITEM_KEY: InjectionKey<AccordionItemContext>;
3716
3760
 
3717
3761
  export declare const ACCORDION_KEY: InjectionKey<AccordionContext>;
3718
3762
 
3719
- export declare const AccordionContent: __VLS_WithTemplateSlots_152<typeof __VLS_component_142, __VLS_TemplateResult_142["slots"]>;
3763
+ export declare const AccordionContent: __VLS_WithTemplateSlots_153<typeof __VLS_component_143, __VLS_TemplateResult_143["slots"]>;
3720
3764
 
3721
3765
  export declare interface AccordionContext {
3722
3766
  type: AccordionType;
@@ -3727,7 +3771,7 @@ export declare interface AccordionContext {
3727
3771
  isExpanded: (itemValue: string) => boolean;
3728
3772
  }
3729
3773
 
3730
- export declare const AccordionItem: __VLS_WithTemplateSlots_150<DefineComponent< {
3774
+ export declare const AccordionItem: __VLS_WithTemplateSlots_151<DefineComponent< {
3731
3775
  value: string;
3732
3776
  disabled?: boolean;
3733
3777
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
@@ -3749,7 +3793,7 @@ export declare interface AccordionItemContext {
3749
3793
  isOpen: Ref<boolean>;
3750
3794
  }
3751
3795
 
3752
- export declare const AccordionTrigger: __VLS_WithTemplateSlots_151<typeof __VLS_component_141, __VLS_TemplateResult_141["slots"]>;
3796
+ export declare const AccordionTrigger: __VLS_WithTemplateSlots_152<typeof __VLS_component_142, __VLS_TemplateResult_142["slots"]>;
3753
3797
 
3754
3798
  export declare type AccordionType = 'single' | 'multiple';
3755
3799
 
@@ -3856,7 +3900,7 @@ export declare const badgeVariants: (props?: ({
3856
3900
  size?: "default" | "sm" | "lg" | null | undefined;
3857
3901
  } & ClassProp) | undefined) => string;
3858
3902
 
3859
- export declare const Banner: __VLS_WithTemplateSlots_166<typeof __VLS_component_155, __VLS_TemplateResult_155["slots"]>;
3903
+ export declare const Banner: __VLS_WithTemplateSlots_167<typeof __VLS_component_156, __VLS_TemplateResult_156["slots"]>;
3860
3904
 
3861
3905
  declare type BannerVariantProps = VariantProps<typeof bannerVariants>;
3862
3906
 
@@ -3918,13 +3962,15 @@ modelValue: boolean;
3918
3962
  indeterminate: boolean;
3919
3963
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3920
3964
 
3965
+ declare function close_2(): void;
3966
+
3921
3967
  export declare const cn: (...inputs: ClassValue[]) => string;
3922
3968
 
3923
3969
  export { Collapsible }
3924
3970
 
3925
3971
  export declare const COLLAPSIBLE_KEY: InjectionKey<CollapsibleContext>;
3926
3972
 
3927
- export declare const CollapsibleContent: __VLS_WithTemplateSlots_154<typeof __VLS_component_144, __VLS_TemplateResult_144["slots"]>;
3973
+ export declare const CollapsibleContent: __VLS_WithTemplateSlots_155<typeof __VLS_component_145, __VLS_TemplateResult_145["slots"]>;
3928
3974
 
3929
3975
  export declare interface CollapsibleContext {
3930
3976
  isOpen: Ref<boolean>;
@@ -3942,7 +3988,7 @@ export declare interface CollapsibleSidebarContext extends BaseSidebarContext {
3942
3988
  toggleSidebar: () => void;
3943
3989
  }
3944
3990
 
3945
- export declare const CollapsibleTrigger: __VLS_WithTemplateSlots_153<typeof __VLS_component_143, __VLS_TemplateResult_143["slots"]>;
3991
+ export declare const CollapsibleTrigger: __VLS_WithTemplateSlots_154<typeof __VLS_component_144, __VLS_TemplateResult_144["slots"]>;
3946
3992
 
3947
3993
  export declare const COLOR_PRESETS: ColorPreset[];
3948
3994
 
@@ -4009,6 +4055,22 @@ export declare const CommandItem: __VLS_WithTemplateSlots_147<typeof __VLS_compo
4009
4055
 
4010
4056
  export declare const CommandList: __VLS_WithTemplateSlots_144<typeof __VLS_component_135, __VLS_TemplateResult_135["slots"]>;
4011
4057
 
4058
+ export declare const CommandPalette: __VLS_WithTemplateSlots_149<typeof __VLS_component_140, __VLS_TemplateResult_140["slots"]>;
4059
+
4060
+ export declare interface CommandPaletteGroup {
4061
+ label: string;
4062
+ icon?: string;
4063
+ items: CommandPaletteItem[];
4064
+ }
4065
+
4066
+ export declare interface CommandPaletteItem {
4067
+ value: string;
4068
+ label: string;
4069
+ icon?: string;
4070
+ keywords?: string[];
4071
+ [key: string]: unknown;
4072
+ }
4073
+
4012
4074
  export declare const CommandSeparator: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4013
4075
 
4014
4076
  export declare const CommandShortcut: __VLS_WithTemplateSlots_148<typeof __VLS_component_139, __VLS_TemplateResult_139["slots"]>;
@@ -4332,19 +4394,19 @@ export declare interface HeroAction {
4332
4394
 
4333
4395
  export declare type HeroAlign = 'left' | 'center' | 'right';
4334
4396
 
4335
- export declare const HeroCentered: __VLS_WithTemplateSlots_163<typeof __VLS_component_152, __VLS_TemplateResult_152["slots"]>;
4397
+ export declare const HeroCentered: __VLS_WithTemplateSlots_164<typeof __VLS_component_153, __VLS_TemplateResult_153["slots"]>;
4336
4398
 
4337
- export declare const HeroGradient: __VLS_WithTemplateSlots_162<typeof __VLS_component_151, __VLS_TemplateResult_151["slots"]>;
4399
+ export declare const HeroGradient: __VLS_WithTemplateSlots_163<typeof __VLS_component_152, __VLS_TemplateResult_152["slots"]>;
4338
4400
 
4339
- export declare const HeroImage: __VLS_WithTemplateSlots_161<typeof __VLS_component_150, __VLS_TemplateResult_150["slots"]>;
4401
+ export declare const HeroImage: __VLS_WithTemplateSlots_162<typeof __VLS_component_151, __VLS_TemplateResult_151["slots"]>;
4340
4402
 
4341
- export declare const HeroMinimal: __VLS_WithTemplateSlots_164<typeof __VLS_component_153, __VLS_TemplateResult_153["slots"]>;
4403
+ export declare const HeroMinimal: __VLS_WithTemplateSlots_165<typeof __VLS_component_154, __VLS_TemplateResult_154["slots"]>;
4342
4404
 
4343
- export declare const HeroSimple: __VLS_WithTemplateSlots_159<typeof __VLS_component_148, __VLS_TemplateResult_148["slots"]>;
4405
+ export declare const HeroSimple: __VLS_WithTemplateSlots_160<typeof __VLS_component_149, __VLS_TemplateResult_149["slots"]>;
4344
4406
 
4345
- export declare const HeroSplit: __VLS_WithTemplateSlots_160<typeof __VLS_component_149, __VLS_TemplateResult_149["slots"]>;
4407
+ export declare const HeroSplit: __VLS_WithTemplateSlots_161<typeof __VLS_component_150, __VLS_TemplateResult_150["slots"]>;
4346
4408
 
4347
- export declare const HeroVideo: __VLS_WithTemplateSlots_165<typeof __VLS_component_154, __VLS_TemplateResult_154["slots"]>;
4409
+ export declare const HeroVideo: __VLS_WithTemplateSlots_166<typeof __VLS_component_155, __VLS_TemplateResult_155["slots"]>;
4348
4410
 
4349
4411
  export declare const HOVER_CARD_KEY: InjectionKey<HoverCardContext>;
4350
4412
 
@@ -4443,7 +4505,7 @@ export declare const kbdVariants: (props?: ({
4443
4505
 
4444
4506
  export declare const Label: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
4445
4507
 
4446
- export declare const LogoCloud: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
4508
+ export declare const LogoCloud: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_2> & Readonly<{}>, {
4447
4509
  columns: 3 | 4 | 5 | 6;
4448
4510
  showNames: boolean;
4449
4511
  logoHeight: number;
@@ -4458,7 +4520,7 @@ export declare interface LogoItem {
4458
4520
  alt?: string;
4459
4521
  }
4460
4522
 
4461
- export declare const LogoMarquee: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_2> & Readonly<{}>, {
4523
+ export declare const LogoMarquee: DefineComponent<Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_3> & Readonly<{}>, {
4462
4524
  reverse: boolean;
4463
4525
  duration: number;
4464
4526
  direction: MarqueeDirection;
@@ -4647,28 +4709,46 @@ max: number;
4647
4709
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
4648
4710
 
4649
4711
  declare interface Props {
4650
- logos: LogoItem[];
4651
- columns?: 3 | 4 | 5 | 6;
4652
- showNames?: boolean;
4653
- logoHeight?: number;
4654
- logoHeightMobile?: number;
4655
- grayscale?: boolean;
4656
- heading?: string;
4712
+ open: boolean;
4713
+ groups: CommandPaletteGroup[];
4714
+ searchPlaceholder?: string;
4657
4715
  }
4658
4716
 
4659
4717
  declare interface Props_10 {
4718
+ headline?: string;
4719
+ description?: string;
4720
+ actions?: HeroAction[];
4721
+ videoSrc: string | string[];
4722
+ poster?: string;
4723
+ overlay?: 'dark' | 'light' | 'gradient' | 'none';
4724
+ overlayOpacity?: number;
4725
+ minHeight?: string;
4726
+ compact?: boolean;
4727
+ }
4728
+
4729
+ declare interface Props_11 {
4660
4730
  variant?: NonNullable<BannerVariantProps>['variant'];
4661
4731
  position?: NonNullable<BannerVariantProps>['position'];
4662
4732
  align?: NonNullable<BannerVariantProps>['align'];
4663
4733
  dismissible?: boolean;
4664
4734
  }
4665
4735
 
4666
- declare interface Props_11 {
4736
+ declare interface Props_12 {
4667
4737
  title?: string;
4668
4738
  modelValue?: Partial<Ui3dfConfig>;
4669
4739
  }
4670
4740
 
4671
4741
  declare interface Props_2 {
4742
+ logos: LogoItem[];
4743
+ columns?: 3 | 4 | 5 | 6;
4744
+ showNames?: boolean;
4745
+ logoHeight?: number;
4746
+ logoHeightMobile?: number;
4747
+ grayscale?: boolean;
4748
+ heading?: string;
4749
+ }
4750
+
4751
+ declare interface Props_3 {
4672
4752
  logos: LogoItem[];
4673
4753
  direction?: MarqueeDirection;
4674
4754
  duration?: number;
@@ -4685,7 +4765,7 @@ declare interface Props_2 {
4685
4765
  reverse?: boolean;
4686
4766
  }
4687
4767
 
4688
- declare interface Props_3 {
4768
+ declare interface Props_4 {
4689
4769
  headline?: string;
4690
4770
  description?: string;
4691
4771
  actions?: HeroAction[];
@@ -4693,7 +4773,7 @@ declare interface Props_3 {
4693
4773
  compact?: boolean;
4694
4774
  }
4695
4775
 
4696
- declare interface Props_4 {
4776
+ declare interface Props_5 {
4697
4777
  headline?: string;
4698
4778
  description?: string;
4699
4779
  actions?: HeroAction[];
@@ -4703,7 +4783,7 @@ declare interface Props_4 {
4703
4783
  compact?: boolean;
4704
4784
  }
4705
4785
 
4706
- declare interface Props_5 {
4786
+ declare interface Props_6 {
4707
4787
  headline?: string;
4708
4788
  description?: string;
4709
4789
  actions?: HeroAction[];
@@ -4716,7 +4796,7 @@ declare interface Props_5 {
4716
4796
  compact?: boolean;
4717
4797
  }
4718
4798
 
4719
- declare interface Props_6 {
4799
+ declare interface Props_7 {
4720
4800
  headline?: string;
4721
4801
  description?: string;
4722
4802
  actions?: HeroAction[];
@@ -4727,7 +4807,7 @@ declare interface Props_6 {
4727
4807
  compact?: boolean;
4728
4808
  }
4729
4809
 
4730
- declare interface Props_7 {
4810
+ declare interface Props_8 {
4731
4811
  badge?: string;
4732
4812
  badgeHref?: string;
4733
4813
  headline?: string;
@@ -4738,7 +4818,7 @@ declare interface Props_7 {
4738
4818
  compact?: boolean;
4739
4819
  }
4740
4820
 
4741
- declare interface Props_8 {
4821
+ declare interface Props_9 {
4742
4822
  headline?: string;
4743
4823
  description?: string;
4744
4824
  actions?: HeroAction[];
@@ -4747,18 +4827,6 @@ declare interface Props_8 {
4747
4827
  compact?: boolean;
4748
4828
  }
4749
4829
 
4750
- declare interface Props_9 {
4751
- headline?: string;
4752
- description?: string;
4753
- actions?: HeroAction[];
4754
- videoSrc: string | string[];
4755
- poster?: string;
4756
- overlay?: 'dark' | 'light' | 'gradient' | 'none';
4757
- overlayOpacity?: number;
4758
- minHeight?: string;
4759
- compact?: boolean;
4760
- }
4761
-
4762
4830
  export declare const Radio: DefineComponent<UiRadioProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4763
4831
  "update:modelValue": (value: string) => any;
4764
4832
  }, string, PublicProps, Readonly<UiRadioProps> & Readonly<{
@@ -5003,7 +5071,7 @@ export declare const tableVariants: (props?: ({
5003
5071
  rounded?: boolean | null | undefined;
5004
5072
  } & ClassProp) | undefined) => string;
5005
5073
 
5006
- export declare const Tabs: __VLS_WithTemplateSlots_155<DefineComponent< {
5074
+ export declare const Tabs: __VLS_WithTemplateSlots_156<DefineComponent< {
5007
5075
  modelValue?: string;
5008
5076
  defaultValue?: string;
5009
5077
  orientation?: "horizontal" | "vertical";
@@ -5025,7 +5093,7 @@ defaultValue: string;
5025
5093
 
5026
5094
  export declare const TABS_KEY: InjectionKey<TabsContext>;
5027
5095
 
5028
- export declare const TabsContent: __VLS_WithTemplateSlots_158<typeof __VLS_component_147, __VLS_TemplateResult_147["slots"]>;
5096
+ export declare const TabsContent: __VLS_WithTemplateSlots_159<typeof __VLS_component_148, __VLS_TemplateResult_148["slots"]>;
5029
5097
 
5030
5098
  export declare interface TabsContext {
5031
5099
  tabsUid: string;
@@ -5034,9 +5102,9 @@ export declare interface TabsContext {
5034
5102
  orientation: 'horizontal' | 'vertical';
5035
5103
  }
5036
5104
 
5037
- export declare const TabsList: __VLS_WithTemplateSlots_156<typeof __VLS_component_145, __VLS_TemplateResult_145["slots"]>;
5105
+ export declare const TabsList: __VLS_WithTemplateSlots_157<typeof __VLS_component_146, __VLS_TemplateResult_146["slots"]>;
5038
5106
 
5039
- export declare const TabsTrigger: __VLS_WithTemplateSlots_157<typeof __VLS_component_146, __VLS_TemplateResult_146["slots"]>;
5107
+ export declare const TabsTrigger: __VLS_WithTemplateSlots_158<typeof __VLS_component_147, __VLS_TemplateResult_147["slots"]>;
5040
5108
 
5041
5109
  export declare type TabsTriggerVariant = 'underline' | 'pill' | 'card';
5042
5110
 
@@ -5135,7 +5203,7 @@ export declare interface TooltipContext {
5135
5203
 
5136
5204
  export declare const TooltipTrigger: __VLS_WithTemplateSlots_97<typeof __VLS_component_94, __VLS_TemplateResult_94["slots"]>;
5137
5205
 
5138
- export declare const Ui3df: __VLS_WithTemplateSlots_167<typeof __VLS_component_156, __VLS_TemplateResult_156["slots"]>;
5206
+ export declare const Ui3df: __VLS_WithTemplateSlots_168<typeof __VLS_component_157, __VLS_TemplateResult_157["slots"]>;
5139
5207
 
5140
5208
  export declare const Ui3dfBorderOpacity: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
5141
5209