@hantera/design-system 20250714.1.0 → 20250921.0.0-2025.2.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 (2) hide show
  1. package/dist/entry.d.ts +385 -124
  2. package/package.json +1 -1
package/dist/entry.d.ts CHANGED
@@ -26,24 +26,31 @@ import { WatchStopHandle } from 'vue';
26
26
  declare const __VLS_component: DefineComponent< {
27
27
  label?: string;
28
28
  disabled?: boolean;
29
- buttonStyle?: "primary" | "warning" | "danger" | "silent";
29
+ buttonStyle?: "default" | "primary" | "warning" | "danger" | "silent";
30
30
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
31
31
  label?: string;
32
32
  disabled?: boolean;
33
- buttonStyle?: "primary" | "warning" | "danger" | "silent";
33
+ buttonStyle?: "default" | "primary" | "warning" | "danger" | "silent";
34
34
  }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
35
35
 
36
36
  declare const __VLS_component_10: DefineComponent< {
37
+ href: string;
38
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
39
+ href: string;
40
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
41
+
42
+ declare const __VLS_component_11: DefineComponent< {
37
43
  loading: boolean;
38
44
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
39
45
  loading: boolean;
40
46
  }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
41
47
 
42
- declare const __VLS_component_11: DefineComponent< {
48
+ declare const __VLS_component_12: DefineComponent< {
43
49
  selectedValues: string[];
44
50
  availableSets: DataColumnValuesEnumSet[];
45
51
  onAdd?: any;
46
52
  onRemove?: any;
53
+ disabled?: boolean;
47
54
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
48
55
  add: (value: DataColumnValuesEnumValue) => any;
49
56
  remove: (value: DataColumnValuesEnumValue) => any;
@@ -52,24 +59,35 @@ selectedValues: string[];
52
59
  availableSets: DataColumnValuesEnumSet[];
53
60
  onAdd?: any;
54
61
  onRemove?: any;
62
+ disabled?: boolean;
55
63
  }> & Readonly<{
56
64
  onAdd?: ((value: DataColumnValuesEnumValue) => any) | undefined;
57
65
  onRemove?: ((value: DataColumnValuesEnumValue) => any) | undefined;
58
66
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
59
67
 
60
- declare const __VLS_component_12: DefineComponent< {
61
- cacheKey: string;
68
+ declare const __VLS_component_13: DefineComponent< {
69
+ cacheKey?: string;
62
70
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
63
- cacheKey: string;
71
+ cacheKey?: string;
64
72
  }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
65
73
 
66
- declare const __VLS_component_13: DefineComponent< {
74
+ declare const __VLS_component_14: DefineComponent< {
67
75
  provider: InspectorProvider;
68
76
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
69
77
  provider: InspectorProvider;
70
78
  }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
71
79
 
72
- declare const __VLS_component_14: DefineComponent< {
80
+ declare const __VLS_component_15: DefineComponent< {
81
+ cacheKey?: string;
82
+ provider: DataProvider;
83
+ detailComponent: any;
84
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
85
+ cacheKey?: string;
86
+ provider: DataProvider;
87
+ detailComponent: any;
88
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
89
+
90
+ declare const __VLS_component_16: DefineComponent< {
73
91
  type: string;
74
92
  data: any;
75
93
  metadata?: Record<string, any>;
@@ -89,7 +107,7 @@ mode?: "hit" | "closest";
89
107
  onDropped?: ((zone: DropZoneRef) => any) | undefined;
90
108
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
91
109
 
92
- declare const __VLS_component_15: DefineComponent< {
110
+ declare const __VLS_component_17: DefineComponent< {
93
111
  type: string;
94
112
  data: any;
95
113
  metadata?: Record<string, any>;
@@ -111,7 +129,7 @@ onDropBefore?: ((payload: DragPayload) => any) | undefined;
111
129
  onDropAfter?: ((payload: DragPayload) => any) | undefined;
112
130
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
113
131
 
114
- declare const __VLS_component_16: DefineComponent< {
132
+ declare const __VLS_component_18: DefineComponent< {
115
133
  accepts: string | string[];
116
134
  metadata?: Record<string, any>;
117
135
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
@@ -123,8 +141,12 @@ metadata?: Record<string, any>;
123
141
  onDrop?: ((payload: DragPayload) => any) | undefined;
124
142
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
125
143
 
126
- declare const __VLS_component_17: DefineComponent< {
127
- target?: DropDownTarget | null;
144
+ declare const __VLS_component_19: DefineComponent< {
145
+ target?: DropdownTarget | null;
146
+ /**
147
+ * Renders the dropdown as a popover instead of dialog. Popovers do not take focus on opening.
148
+ */
149
+ popover?: boolean;
128
150
  }, {
129
151
  open: typeof open_3;
130
152
  close: typeof close_3;
@@ -133,13 +155,25 @@ isOpen: typeof isOpen;
133
155
  close: () => any;
134
156
  open: () => any;
135
157
  }, string, PublicProps, Readonly<{
136
- target?: DropDownTarget | null;
158
+ target?: DropdownTarget | null;
159
+ /**
160
+ * Renders the dropdown as a popover instead of dialog. Popovers do not take focus on opening.
161
+ */
162
+ popover?: boolean;
137
163
  }> & Readonly<{
138
164
  onClose?: (() => any) | undefined;
139
165
  onOpen?: (() => any) | undefined;
140
166
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
141
167
 
142
- declare const __VLS_component_18: DefineComponent< {
168
+ declare const __VLS_component_2: DefineComponent< {
169
+ to: string;
170
+ label?: string;
171
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
172
+ to: string;
173
+ label?: string;
174
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
175
+
176
+ declare const __VLS_component_20: DefineComponent< {
143
177
  disabled?: boolean;
144
178
  title?: string;
145
179
  onClick?: any;
@@ -153,7 +187,7 @@ onClick?: any;
153
187
  onClick?: ((preventClose: () => void) => any) | undefined;
154
188
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
155
189
 
156
- declare const __VLS_component_19: DefineComponent< {
190
+ declare const __VLS_component_21: DefineComponent< {
157
191
  selected: boolean;
158
192
  closeOnClick?: boolean;
159
193
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
@@ -165,21 +199,13 @@ closeOnClick?: boolean;
165
199
  onClick?: (() => any) | undefined;
166
200
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
167
201
 
168
- declare const __VLS_component_2: DefineComponent< {
169
- to: string;
170
- label?: string;
171
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
172
- to: string;
173
- label?: string;
174
- }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
175
-
176
- declare const __VLS_component_20: DefineComponent< {
202
+ declare const __VLS_component_22: DefineComponent< {
177
203
  title?: string;
178
204
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
179
205
  title?: string;
180
206
  }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
181
207
 
182
- declare const __VLS_component_21: DefineComponent< {
208
+ declare const __VLS_component_23: DefineComponent< {
183
209
  modelValue: string | number;
184
210
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
185
211
  "update:modelValue": (value: string | number) => any;
@@ -189,7 +215,7 @@ modelValue: string | number;
189
215
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
190
216
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
191
217
 
192
- declare const __VLS_component_22: DefineComponent< {
218
+ declare const __VLS_component_24: DefineComponent< {
193
219
  label?: string;
194
220
  count?: number;
195
221
  value: string | number;
@@ -265,22 +291,42 @@ disabled?: boolean;
265
291
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
266
292
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
267
293
 
268
- declare const __VLS_component_9: DefineComponent< {
269
- href: string;
270
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
271
- href: string;
272
- }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
294
+ declare const __VLS_component_9: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
295
+ "update:modelValue": (modelValue: any) => any;
296
+ } & {
297
+ "update:modelValue": (value: any) => any;
298
+ }, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
299
+ "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
300
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
273
301
 
274
302
  declare type __VLS_PublicProps = {
275
303
  modelValue: any;
276
304
  } & typeof __VLS_typeProps;
277
305
 
278
306
  declare type __VLS_PublicProps_2 = {
307
+ modelValue: string;
308
+ modelModifiers?: Record<string, true>;
309
+ } & typeof __VLS_typeProps_2;
310
+
311
+ declare type __VLS_PublicProps_3 = {
312
+ modelValue: DecimalInputValue | Decimal;
313
+ } & typeof __VLS_typeProps_3;
314
+
315
+ declare type __VLS_PublicProps_4 = {
316
+ modelValue?: any;
317
+ } & typeof __VLS_typeProps_4;
318
+
319
+ declare type __VLS_PublicProps_5 = {
279
320
  modelValue?: {
280
321
  start: Date;
281
322
  end: Date;
282
323
  } | Date;
283
- } & typeof __VLS_typeProps_2;
324
+ } & typeof __VLS_typeProps_5;
325
+
326
+ declare type __VLS_PublicProps_6 = {
327
+ modelValue?: string;
328
+ modelModifiers?: Record<string, true>;
329
+ } & typeof __VLS_typeProps_6;
284
330
 
285
331
  declare function __VLS_template(): {
286
332
  slots: {
@@ -294,7 +340,8 @@ declare function __VLS_template(): {
294
340
  $: ComponentInternalInstance;
295
341
  $data: {};
296
342
  $props: {
297
- readonly target?: (DropDownTarget | null) | undefined;
343
+ readonly target?: (DropdownTarget | null) | undefined;
344
+ readonly popover?: boolean | undefined;
298
345
  readonly onClose?: (() => any) | undefined;
299
346
  readonly onOpen?: (() => any) | undefined;
300
347
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
@@ -313,7 +360,8 @@ declare function __VLS_template(): {
313
360
  $emit: ((event: "close") => void) & ((event: "open") => void);
314
361
  $el: any;
315
362
  $options: ComponentOptionsBase<Readonly<{
316
- target?: DropDownTarget | null;
363
+ target?: DropdownTarget | null;
364
+ popover?: boolean;
317
365
  }> & Readonly<{
318
366
  onClose?: (() => any) | undefined;
319
367
  onOpen?: (() => any) | undefined;
@@ -345,7 +393,8 @@ declare function __VLS_template(): {
345
393
  $nextTick: nextTick;
346
394
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
347
395
  } & Readonly<{}> & Omit<Readonly<{
348
- target?: DropDownTarget | null;
396
+ target?: DropdownTarget | null;
397
+ popover?: boolean;
349
398
  }> & Readonly<{
350
399
  onClose?: (() => any) | undefined;
351
400
  onOpen?: (() => any) | undefined;
@@ -371,6 +420,14 @@ declare function __VLS_template_10(): {
371
420
  };
372
421
 
373
422
  declare function __VLS_template_11(): {
423
+ slots: {
424
+ default?(_: {}): any;
425
+ };
426
+ refs: {};
427
+ attrs: Partial<{}>;
428
+ };
429
+
430
+ declare function __VLS_template_12(): {
374
431
  slots: {
375
432
  dropdown?(_: {}): any;
376
433
  };
@@ -380,7 +437,8 @@ declare function __VLS_template_11(): {
380
437
  $: ComponentInternalInstance;
381
438
  $data: {};
382
439
  $props: {
383
- readonly target?: (DropDownTarget | null) | undefined;
440
+ readonly target?: (DropdownTarget | null) | undefined;
441
+ readonly popover?: boolean | undefined;
384
442
  readonly onClose?: (() => any) | undefined;
385
443
  readonly onOpen?: (() => any) | undefined;
386
444
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
@@ -399,7 +457,8 @@ declare function __VLS_template_11(): {
399
457
  $emit: ((event: "close") => void) & ((event: "open") => void);
400
458
  $el: any;
401
459
  $options: ComponentOptionsBase<Readonly<{
402
- target?: DropDownTarget | null;
460
+ target?: DropdownTarget | null;
461
+ popover?: boolean;
403
462
  }> & Readonly<{
404
463
  onClose?: (() => any) | undefined;
405
464
  onOpen?: (() => any) | undefined;
@@ -431,7 +490,8 @@ declare function __VLS_template_11(): {
431
490
  $nextTick: nextTick;
432
491
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
433
492
  } & Readonly<{}> & Omit<Readonly<{
434
- target?: DropDownTarget | null;
493
+ target?: DropdownTarget | null;
494
+ popover?: boolean;
435
495
  }> & Readonly<{
436
496
  onClose?: (() => any) | undefined;
437
497
  onOpen?: (() => any) | undefined;
@@ -448,7 +508,7 @@ declare function __VLS_template_11(): {
448
508
  attrs: Partial<{}>;
449
509
  };
450
510
 
451
- declare function __VLS_template_12(): {
511
+ declare function __VLS_template_13(): {
452
512
  slots: {
453
513
  sidebar?(_: {}): any;
454
514
  content?(_: {}): any;
@@ -457,7 +517,7 @@ declare function __VLS_template_12(): {
457
517
  attrs: Partial<{}>;
458
518
  };
459
519
 
460
- declare function __VLS_template_13(): {
520
+ declare function __VLS_template_14(): {
461
521
  slots: {
462
522
  header?(_: {}): any;
463
523
  };
@@ -468,7 +528,18 @@ declare function __VLS_template_13(): {
468
528
  attrs: Partial<{}>;
469
529
  };
470
530
 
471
- declare function __VLS_template_14(): {
531
+ declare function __VLS_template_15(): {
532
+ slots: {
533
+ "list-toolbar"?(_: {}): any;
534
+ "detail-toolbar"?(_: {}): any;
535
+ };
536
+ refs: {
537
+ containerElem: HTMLDivElement;
538
+ };
539
+ attrs: Partial<{}>;
540
+ };
541
+
542
+ declare function __VLS_template_16(): {
472
543
  slots: {
473
544
  default?(_: {}): any;
474
545
  };
@@ -478,7 +549,7 @@ declare function __VLS_template_14(): {
478
549
  attrs: Partial<{}>;
479
550
  };
480
551
 
481
- declare function __VLS_template_15(): {
552
+ declare function __VLS_template_17(): {
482
553
  slots: {
483
554
  default?(_: {}): any;
484
555
  };
@@ -488,7 +559,7 @@ declare function __VLS_template_15(): {
488
559
  attrs: Partial<{}>;
489
560
  };
490
561
 
491
- declare function __VLS_template_16(): {
562
+ declare function __VLS_template_18(): {
492
563
  slots: {
493
564
  default?(_: {}): any;
494
565
  };
@@ -498,25 +569,28 @@ declare function __VLS_template_16(): {
498
569
  attrs: Partial<{}>;
499
570
  };
500
571
 
501
- declare function __VLS_template_17(): {
572
+ declare function __VLS_template_19(): {
502
573
  slots: {
503
574
  default?(_: {}): any;
504
575
  };
505
576
  refs: {
506
- dropdown: HTMLDialogElement;
577
+ dropdown: unknown;
507
578
  };
508
579
  attrs: Partial<{}>;
509
580
  };
510
581
 
511
- declare function __VLS_template_18(): {
582
+ declare function __VLS_template_2(): {
512
583
  slots: {
513
584
  default?(_: {}): any;
585
+ dropdown?(_: {}): any;
586
+ };
587
+ refs: {
588
+ element: HTMLLIElement;
514
589
  };
515
- refs: {};
516
590
  attrs: Partial<{}>;
517
591
  };
518
592
 
519
- declare function __VLS_template_19(): {
593
+ declare function __VLS_template_20(): {
520
594
  slots: {
521
595
  default?(_: {}): any;
522
596
  };
@@ -524,18 +598,15 @@ declare function __VLS_template_19(): {
524
598
  attrs: Partial<{}>;
525
599
  };
526
600
 
527
- declare function __VLS_template_2(): {
601
+ declare function __VLS_template_21(): {
528
602
  slots: {
529
603
  default?(_: {}): any;
530
- dropdown?(_: {}): any;
531
- };
532
- refs: {
533
- element: HTMLLIElement;
534
604
  };
605
+ refs: {};
535
606
  attrs: Partial<{}>;
536
607
  };
537
608
 
538
- declare function __VLS_template_20(): {
609
+ declare function __VLS_template_22(): {
539
610
  slots: {
540
611
  default?(_: {}): any;
541
612
  };
@@ -543,7 +614,7 @@ declare function __VLS_template_20(): {
543
614
  attrs: Partial<{}>;
544
615
  };
545
616
 
546
- declare function __VLS_template_21(): {
617
+ declare function __VLS_template_23(): {
547
618
  slots: {
548
619
  actions?(_: {}): any;
549
620
  default?(_: {}): any;
@@ -553,7 +624,7 @@ declare function __VLS_template_21(): {
553
624
  attrs: Partial<{}>;
554
625
  };
555
626
 
556
- declare function __VLS_template_22(): {
627
+ declare function __VLS_template_24(): {
557
628
  slots: {
558
629
  content?(_: {}): any;
559
630
  default?(_: {}): any;
@@ -563,7 +634,8 @@ declare function __VLS_template_22(): {
563
634
  $: ComponentInternalInstance;
564
635
  $data: {};
565
636
  $props: {
566
- readonly target?: (DropDownTarget | null) | undefined;
637
+ readonly target?: (DropdownTarget | null) | undefined;
638
+ readonly popover?: boolean | undefined;
567
639
  readonly onClose?: (() => any) | undefined;
568
640
  readonly onOpen?: (() => any) | undefined;
569
641
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
@@ -582,7 +654,8 @@ declare function __VLS_template_22(): {
582
654
  $emit: ((event: "close") => void) & ((event: "open") => void);
583
655
  $el: any;
584
656
  $options: ComponentOptionsBase<Readonly<{
585
- target?: DropDownTarget | null;
657
+ target?: DropdownTarget | null;
658
+ popover?: boolean;
586
659
  }> & Readonly<{
587
660
  onClose?: (() => any) | undefined;
588
661
  onOpen?: (() => any) | undefined;
@@ -614,7 +687,8 @@ declare function __VLS_template_22(): {
614
687
  $nextTick: nextTick;
615
688
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
616
689
  } & Readonly<{}> & Omit<Readonly<{
617
- target?: DropDownTarget | null;
690
+ target?: DropdownTarget | null;
691
+ popover?: boolean;
618
692
  }> & Readonly<{
619
693
  onClose?: (() => any) | undefined;
620
694
  onOpen?: (() => any) | undefined;
@@ -722,6 +796,10 @@ declare type __VLS_TemplateResult_21 = ReturnType<typeof __VLS_template_21>;
722
796
 
723
797
  declare type __VLS_TemplateResult_22 = ReturnType<typeof __VLS_template_22>;
724
798
 
799
+ declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
800
+
801
+ declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
802
+
725
803
  declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
726
804
 
727
805
  declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
@@ -745,6 +823,27 @@ declare let __VLS_typeProps: {
745
823
  };
746
824
 
747
825
  declare let __VLS_typeProps_2: {
826
+ name?: string;
827
+ disabled?: boolean;
828
+ placeholder?: string;
829
+ };
830
+
831
+ declare let __VLS_typeProps_3: {
832
+ name?: string;
833
+ selectOnFocus?: boolean;
834
+ disabled?: boolean;
835
+ maxValue?: Decimal | number;
836
+ minValue?: Decimal | number;
837
+ allowPercentage?: boolean;
838
+ };
839
+
840
+ declare let __VLS_typeProps_4: {
841
+ modelValue: any;
842
+ value: any;
843
+ disabled?: boolean;
844
+ };
845
+
846
+ declare let __VLS_typeProps_5: {
748
847
  minDate?: Date;
749
848
  maxDate?: Date;
750
849
  startOfWeek?: number;
@@ -752,6 +851,10 @@ declare let __VLS_typeProps_2: {
752
851
  weekNumbers?: 'firstFourDays';
753
852
  };
754
853
 
854
+ declare let __VLS_typeProps_6: {
855
+ items: NavItemDefinition[];
856
+ };
857
+
755
858
  declare type __VLS_WithTemplateSlots<T, S> = T & {
756
859
  new (): {
757
860
  $slots: S;
@@ -842,6 +945,18 @@ declare type __VLS_WithTemplateSlots_22<T, S> = T & {
842
945
  };
843
946
  };
844
947
 
948
+ declare type __VLS_WithTemplateSlots_23<T, S> = T & {
949
+ new (): {
950
+ $slots: S;
951
+ };
952
+ };
953
+
954
+ declare type __VLS_WithTemplateSlots_24<T, S> = T & {
955
+ new (): {
956
+ $slots: S;
957
+ };
958
+ };
959
+
845
960
  declare type __VLS_WithTemplateSlots_3<T, S> = T & {
846
961
  new (): {
847
962
  $slots: S;
@@ -884,8 +999,41 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
884
999
  };
885
1000
  };
886
1001
 
1002
+ export declare const ActivityLog: DefineComponent< {
1003
+ entries: ActivityLogEntry[];
1004
+ /**
1005
+ * Allows entries to be rendered using a Vue component. Return undefined to use default rendering.
1006
+ * @param entry
1007
+ */
1008
+ componentMapper?: (entry: ActivityLogEntry) => string | any;
1009
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
1010
+ entries: ActivityLogEntry[];
1011
+ /**
1012
+ * Allows entries to be rendered using a Vue component. Return undefined to use default rendering.
1013
+ * @param entry
1014
+ */
1015
+ componentMapper?: (entry: ActivityLogEntry) => string | any;
1016
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1017
+
1018
+ export declare interface ActivityLogEntry {
1019
+ activityLogId: string;
1020
+ type: string;
1021
+ messageTemplate: string;
1022
+ dynamic: Record<string, any>;
1023
+ createdAt: Date;
1024
+ identity?: {
1025
+ identityId: string;
1026
+ type: 'user' | 'system' | 'oauth_client';
1027
+ properties: {
1028
+ name?: string;
1029
+ };
1030
+ };
1031
+ }
1032
+
887
1033
  declare function blur_2(): void;
888
1034
 
1035
+ declare function blur_3(): void;
1036
+
889
1037
  declare function close_2(): void;
890
1038
 
891
1039
  declare function close_3(): void;
@@ -894,6 +1042,8 @@ export declare const ContextMenuButton: __VLS_WithTemplateSlots_6<typeof __VLS_c
894
1042
 
895
1043
  export declare interface ContextMenuItem {
896
1044
  label: string;
1045
+ checked?: boolean;
1046
+ icon?: IconName;
897
1047
  shortcut?: string;
898
1048
  /**
899
1049
  * If set to true, the item will only be shown if the shift keys is pressed when the context menu is opened.
@@ -1034,6 +1184,10 @@ export declare interface DataProvider {
1034
1184
 
1035
1185
  export declare interface DataRow {
1036
1186
  key: string;
1187
+ /**
1188
+ * If specified, will color the row in the given hue. CSS custom properties can be specified as strings.
1189
+ */
1190
+ hue?: number | string;
1037
1191
  values: any[];
1038
1192
  }
1039
1193
 
@@ -1060,14 +1214,14 @@ export declare interface DataTableContextMenuProvider {
1060
1214
  forRow(row: DataRow): ContextMenuSections;
1061
1215
  }
1062
1216
 
1063
- export declare const DatePicker: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1217
+ export declare const DatePicker: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1064
1218
  "update:modelValue": (modelValue: Date | {
1065
1219
  start: Date;
1066
1220
  end: Date;
1067
1221
  }) => any;
1068
1222
  } & {
1069
1223
  "update:selectionState": (value: "single" | "start" | "end") => any;
1070
- }, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
1224
+ }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
1071
1225
  "onUpdate:modelValue"?: ((modelValue: Date | {
1072
1226
  start: Date;
1073
1227
  end: Date;
@@ -1078,42 +1232,27 @@ startOfWeek: number;
1078
1232
  mode: "single" | "range";
1079
1233
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1080
1234
 
1081
- export declare const DecimalInput: DefineComponent< {
1082
- modelValue?: DecimalInputValue | Decimal;
1083
- name?: string;
1084
- selectOnFocus?: boolean;
1085
- disabled?: boolean;
1086
- maxValue?: Decimal | number;
1087
- minValue?: Decimal | number;
1088
- allowPercentage?: boolean;
1089
- }, {
1090
- setError: typeof setError_2;
1091
- focus: typeof focus_3;
1092
- select: typeof select_2;
1093
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1235
+ export declare const DecimalInput: DefineComponent<__VLS_PublicProps_3, {
1236
+ setError: typeof setError_3;
1237
+ focus: typeof focus_4;
1238
+ select: typeof select_3;
1239
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1240
+ "update:modelValue": (modelValue: DecimalInputValue | Decimal) => any;
1241
+ } & {
1094
1242
  blur: (value: Event) => any;
1095
1243
  change: () => any;
1096
1244
  focus: (value: Event) => any;
1097
1245
  keydown: (value: KeyboardEvent) => any;
1098
1246
  keypress: (value: KeyboardEvent) => any;
1099
1247
  keyenter: (value: KeyboardEvent) => any;
1100
- "update:modelValue": (value: DecimalInputValue | Decimal) => any;
1101
- }, string, PublicProps, Readonly<{
1102
- modelValue?: DecimalInputValue | Decimal;
1103
- name?: string;
1104
- selectOnFocus?: boolean;
1105
- disabled?: boolean;
1106
- maxValue?: Decimal | number;
1107
- minValue?: Decimal | number;
1108
- allowPercentage?: boolean;
1109
- }> & Readonly<{
1248
+ }, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
1110
1249
  onBlur?: ((value: Event) => any) | undefined;
1111
1250
  onChange?: (() => any) | undefined;
1112
1251
  onFocus?: ((value: Event) => any) | undefined;
1113
1252
  onKeydown?: ((value: KeyboardEvent) => any) | undefined;
1114
1253
  onKeypress?: ((value: KeyboardEvent) => any) | undefined;
1115
1254
  onKeyenter?: ((value: KeyboardEvent) => any) | undefined;
1116
- "onUpdate:modelValue"?: ((value: DecimalInputValue | Decimal) => any) | undefined;
1255
+ "onUpdate:modelValue"?: ((modelValue: DecimalInputValue | Decimal) => any) | undefined;
1117
1256
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1118
1257
 
1119
1258
  export declare interface DecimalInputValue {
@@ -1124,9 +1263,9 @@ export declare interface DecimalInputValue {
1124
1263
  declare const _default: Plugin_2<[]>;
1125
1264
  export default _default;
1126
1265
 
1127
- export declare const Draggable: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
1266
+ export declare const Draggable: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
1128
1267
 
1129
- export declare const DraggableListItem: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
1268
+ export declare const DraggableListItem: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
1130
1269
 
1131
1270
  export declare interface DragPayload {
1132
1271
  type: string;
@@ -1142,28 +1281,32 @@ export declare interface DragPayload {
1142
1281
  sourceElement?: HTMLElement | null;
1143
1282
  metadata?: Record<string, any>;
1144
1283
  onDrop?: (zone: DropZoneRef) => void;
1284
+ /**
1285
+ * If set, handler will be called if the drag operation did not move the item.
1286
+ */
1287
+ onClick?: () => void;
1145
1288
  }
1146
1289
 
1147
1290
  export declare const DropdownButton: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1148
1291
 
1149
- export declare const DropdownCheckbox: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1292
+ export declare const DropdownCheckbox: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
1150
1293
 
1151
1294
  export declare const DropdownDivider: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1152
1295
 
1153
- export declare const DropdownGroup: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
1296
+ export declare const DropdownGroup: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
1154
1297
 
1155
- export declare const DropdownItem: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
1298
+ export declare const DropdownItem: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
1156
1299
 
1157
- export declare const DropdownMenu: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
1300
+ export declare const DropdownMenu: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1158
1301
 
1159
- export declare type DropDownTarget = Element | DropDownTargetPoint;
1302
+ export declare type DropdownTarget = Element | DropdownTargetPoint;
1160
1303
 
1161
- export declare interface DropDownTargetPoint {
1304
+ export declare interface DropdownTargetPoint {
1162
1305
  x: number;
1163
1306
  y: number;
1164
1307
  }
1165
1308
 
1166
- export declare const DropZone: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
1309
+ export declare const DropZone: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
1167
1310
 
1168
1311
  export declare interface DropZoneRef {
1169
1312
  accepts: string | string[];
@@ -1172,11 +1315,34 @@ export declare interface DropZoneRef {
1172
1315
  onDrop?: (payload: DragPayload) => void;
1173
1316
  }
1174
1317
 
1175
- export declare const EnumsBar: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
1318
+ export declare const ElasticInput: DefineComponent<__VLS_PublicProps_2, {
1319
+ setError: typeof setError_2;
1320
+ focus: typeof focus_3;
1321
+ blur: typeof blur_3;
1322
+ select: typeof select_2;
1323
+ scrollIntoView: typeof scrollIntoView_2;
1324
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1325
+ "update:modelValue": (modelValue: string) => any;
1326
+ } & {
1327
+ blur: (value: Event) => any;
1328
+ focus: (value: Event) => any;
1329
+ keydown: (value: KeyboardEvent) => any;
1330
+ keypress: (value: KeyboardEvent) => any;
1331
+ keyenter: (value: KeyboardEvent) => any;
1332
+ }, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
1333
+ onBlur?: ((value: Event) => any) | undefined;
1334
+ onFocus?: ((value: Event) => any) | undefined;
1335
+ onKeydown?: ((value: KeyboardEvent) => any) | undefined;
1336
+ onKeypress?: ((value: KeyboardEvent) => any) | undefined;
1337
+ onKeyenter?: ((value: KeyboardEvent) => any) | undefined;
1338
+ "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
1339
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1340
+
1341
+ export declare const EnumsBar: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
1176
1342
 
1177
1343
  export declare const Expandable: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
1178
1344
 
1179
- export declare const ExternalLink: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
1345
+ export declare const ExternalLink: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
1180
1346
 
1181
1347
  export declare const FloatingPanel: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
1182
1348
 
@@ -1188,10 +1354,20 @@ declare function focus_4(): void;
1188
1354
 
1189
1355
  declare function focus_5(): void;
1190
1356
 
1357
+ declare function focus_6(): void;
1358
+
1359
+ export declare const Icon: DefineComponent< {
1360
+ name: IconName;
1361
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
1362
+ name: IconName;
1363
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1364
+
1191
1365
  export declare const IconArrow: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1192
1366
 
1193
1367
  export declare const IconArrows: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1194
1368
 
1369
+ export declare const IconCheck: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1370
+
1195
1371
  export declare const IconChevron: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1196
1372
 
1197
1373
  export declare const IconClose: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -1202,6 +1378,8 @@ export declare const IconHamburger: DefineComponent< {}, {}, {}, {}, {}, Comp
1202
1378
 
1203
1379
  export declare const IconInbound: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1204
1380
 
1381
+ export declare type IconName = 'close' | 'check' | 'plus' | 'chevron' | 'folder' | 'outbound' | 'inbound' | 'question' | 'reload' | 'filter' | 'redo' | 'undo' | 'hamburger' | 'warning' | 'arrow' | 'arrows' | 'square' | 'squareSplitHorizontal' | 'squareSplitVertical' | 'home' | 'blocks';
1382
+
1205
1383
  export declare const IconOutbound: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1206
1384
 
1207
1385
  export declare const IconPlus: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -1212,6 +1390,12 @@ export declare const IconRedo: DefineComponent< {}, {}, {}, {}, {}, Component
1212
1390
 
1213
1391
  export declare const IconReload: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1214
1392
 
1393
+ export declare const IconSquare: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1394
+
1395
+ export declare const IconSquareSplitHorizontal: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1396
+
1397
+ export declare const IconSquareSplitVertical: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1398
+
1215
1399
  export declare const IconUndo: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1216
1400
 
1217
1401
  export declare const IconWarning: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -1223,9 +1407,9 @@ type?: string;
1223
1407
  placeholder?: string;
1224
1408
  autocomplete?: "email" | "url";
1225
1409
  }, {
1226
- setError: typeof setError_4;
1227
- focus: typeof focus_5;
1228
- select: typeof select_4;
1410
+ setError: typeof setError_5;
1411
+ focus: typeof focus_6;
1412
+ select: typeof select_5;
1229
1413
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1230
1414
  blur: (value: Event) => any;
1231
1415
  focus: (value: Event) => any;
@@ -1242,7 +1426,7 @@ onFocus?: ((value: Event) => any) | undefined;
1242
1426
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1243
1427
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1244
1428
 
1245
- export declare const InspectorLayout: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
1429
+ export declare const InspectorLayout: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
1246
1430
 
1247
1431
  /**
1248
1432
  * Defines the provider that provides InspectorLayout with content to render
@@ -1253,7 +1437,7 @@ export declare interface InspectorProvider {
1253
1437
  */
1254
1438
  state?: {
1255
1439
  label: string;
1256
- hue?: number;
1440
+ hue?: number | string;
1257
1441
  };
1258
1442
  /**
1259
1443
  * If set, adds the title to the header
@@ -1271,26 +1455,63 @@ export declare interface InspectorProvider {
1271
1455
  */
1272
1456
  summary: string | object;
1273
1457
  /**
1274
- * The currently selected tab. 0 means select first tab which is summary
1458
+ * If set, overrides the label of the summary tab on small screens/containers
1459
+ */
1460
+ summaryLabel?: string;
1461
+ /**
1462
+ * The currently selected tab. undefined means select first tab which is summary
1275
1463
  * or first tab depending on viewport size.
1276
1464
  */
1277
- selectedTab: string | number;
1278
- tabs: {
1279
- key: string;
1280
- label: string;
1281
- count?: number;
1282
- /**
1283
- * An HTML tag name, a Component name or Component class reference to render as tab's content.
1284
- */
1285
- component: string | object;
1286
- }[];
1465
+ selectedTab?: string;
1466
+ tabs: InspectorTab[];
1467
+ }
1468
+
1469
+ declare interface InspectorTab extends NavItemDefinition {
1470
+ /**
1471
+ * An HTML tag name, a Component name or Component class reference to render as tab's content.
1472
+ */
1473
+ component: string | object;
1474
+ /**
1475
+ * An HTML tag name, a Component name or Component class reference to render as tab's toolbar.
1476
+ */
1477
+ toolbar?: string | object;
1287
1478
  }
1288
1479
 
1289
1480
  declare function isOpen(): boolean;
1290
1481
 
1482
+ export declare interface LabelTagDefinition {
1483
+ value: string;
1484
+ style: 'primary' | 'secondary' | 'tertiary' | 'hue';
1485
+ /**
1486
+ * If style is hue, this determines the hue value
1487
+ */
1488
+ hue?: number;
1489
+ title?: string;
1490
+ }
1491
+
1492
+ export declare const LabelTags: DefineComponent< {
1493
+ tags?: LabelTagDefinition[] | ComputedRef<LabelTagDefinition[]>;
1494
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
1495
+ tags?: LabelTagDefinition[] | ComputedRef<LabelTagDefinition[]>;
1496
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1497
+
1498
+ export declare const ListDetailLayout: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
1499
+
1291
1500
  export declare const ListLink: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
1292
1501
 
1293
- export declare const LoadingArea: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
1502
+ export declare const LoadingArea: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
1503
+
1504
+ export declare const NavigationBar: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1505
+ "update:modelValue": (modelValue: string) => any;
1506
+ }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
1507
+ "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
1508
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1509
+
1510
+ export declare interface NavItemDefinition {
1511
+ id: string;
1512
+ label: string | ComputedRef<string>;
1513
+ tags?: LabelTagDefinition[] | ComputedRef<LabelTagDefinition[]>;
1514
+ }
1294
1515
 
1295
1516
  declare function open_2(): void;
1296
1517
 
@@ -1308,9 +1529,9 @@ isValid?: boolean;
1308
1529
  defaultCountry?: string;
1309
1530
  name?: string;
1310
1531
  }, {
1311
- setError: typeof setError_3;
1312
- focus: typeof focus_4;
1313
- select: typeof select_3;
1532
+ setError: typeof setError_4;
1533
+ focus: typeof focus_5;
1534
+ select: typeof select_4;
1314
1535
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1315
1536
  blur: (value: Event) => any;
1316
1537
  focus: (value: Event) => any;
@@ -1337,6 +1558,8 @@ isValid: boolean;
1337
1558
  defaultCountry: string;
1338
1559
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1339
1560
 
1561
+ export declare const RadioButton: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
1562
+
1340
1563
  export declare const RemoveButton: DefineComponent< {
1341
1564
  /**
1342
1565
  * If this button is used on an "inverted" background, set to true to increase contrast
@@ -1351,8 +1574,18 @@ invertColors?: boolean;
1351
1574
 
1352
1575
  declare function rename(node: string | TreeNode): void;
1353
1576
 
1577
+ export declare const RenderedMessage: DefineComponent< {
1578
+ messageTemplate: string;
1579
+ values: Record<string, any>;
1580
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
1581
+ messageTemplate: string;
1582
+ values: Record<string, any>;
1583
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1584
+
1354
1585
  declare function scrollIntoView(): void;
1355
1586
 
1587
+ declare function scrollIntoView_2(): void;
1588
+
1356
1589
  declare function select(): void;
1357
1590
 
1358
1591
  declare function select_2(): void;
@@ -1361,37 +1594,41 @@ declare function select_3(): void;
1361
1594
 
1362
1595
  declare function select_4(): void;
1363
1596
 
1597
+ declare function select_5(): void;
1598
+
1364
1599
  /**
1365
1600
  *
1366
1601
  * @param error The error message
1367
1602
  */
1368
1603
  declare function setError(message?: string): void;
1369
1604
 
1605
+ declare function setError_2(message?: string): void;
1606
+
1370
1607
  /**
1371
1608
  *
1372
1609
  * @param error The error message
1373
1610
  */
1374
- declare function setError_2(message?: string): void;
1611
+ declare function setError_3(message?: string): void;
1375
1612
 
1376
1613
  /**
1377
1614
  *
1378
1615
  * @param error The error message
1379
1616
  */
1380
- declare function setError_3(message?: string): void;
1617
+ declare function setError_4(message?: string): void;
1381
1618
 
1382
1619
  /**
1383
1620
  *
1384
1621
  * @param error The error message
1385
1622
  */
1386
- declare function setError_4(message?: string): void;
1623
+ declare function setError_5(message?: string): void;
1387
1624
 
1388
- export declare const SidebarLayout: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
1625
+ export declare const SidebarLayout: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
1389
1626
 
1390
1627
  export declare const Spinner: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1391
1628
 
1392
- export declare const TabBar: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
1629
+ export declare const TabBar: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
1393
1630
 
1394
- export declare const TabItem: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
1631
+ export declare const TabItem: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
1395
1632
 
1396
1633
  export declare const TextInput: DefineComponent<__VLS_PublicProps, {
1397
1634
  setError: typeof setError;
@@ -1482,8 +1719,9 @@ export declare interface TreeNode {
1482
1719
  id: string;
1483
1720
  children?: TreeNode[];
1484
1721
  label: string | ComputedRef<string>;
1722
+ style?: 'header';
1485
1723
  tags?: TreeNodeTag[] | ComputedRef<TreeNodeTag[]>;
1486
- icon?: string;
1724
+ icon?: IconName;
1487
1725
  onRename?: (newName: string, context: {
1488
1726
  node: TreeNode;
1489
1727
  parentNode?: TreeNode;
@@ -1495,11 +1733,34 @@ export declare interface TreeNode {
1495
1733
  onClick?: () => void;
1496
1734
  isSelected?: () => boolean;
1497
1735
  contextMenu?: ContextMenuSections;
1736
+ dropZone?: {
1737
+ accepts: string | string[];
1738
+ metadata?: Record<string, any>;
1739
+ onDrop: (payload: DragPayload) => void;
1740
+ };
1741
+ draggable?: {
1742
+ type: string;
1743
+ data: any;
1744
+ metadata?: Record<string, any>;
1745
+ };
1746
+ /**
1747
+ * Automatic sorting of children.
1748
+ *
1749
+ * none = Display in actual order
1750
+ * az = Alphabetical
1751
+ * caz = Alphabetical but entries with children comes first
1752
+ */
1753
+ sort?: 'none' | 'az' | 'caz';
1498
1754
  }
1499
1755
 
1500
1756
  export declare interface TreeNodeTag {
1501
1757
  value: string;
1502
- style: 'primary' | 'secondary' | 'tertiary';
1758
+ style: 'primary' | 'secondary' | 'tertiary' | 'hue';
1759
+ /**
1760
+ * If style is hue, this determines the hue value
1761
+ */
1762
+ hue?: number;
1763
+ title?: string;
1503
1764
  }
1504
1765
 
1505
1766
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hantera/design-system",
3
- "version": "20250714.1.0",
3
+ "version": "20250921.0.0-2025.2.1",
4
4
  "types": "./dist/entry.d.ts",
5
5
  "scripts": {
6
6
  "build": "cpx ../../design-system/dist/**/*.d.ts ./dist -C"