@hantera/design-system 20250714.1.0 → 20250812.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 +365 -121
  2. package/package.json +1 -1
package/dist/entry.d.ts CHANGED
@@ -34,16 +34,23 @@ buttonStyle?: "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,8 @@ 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;
128
146
  }, {
129
147
  open: typeof open_3;
130
148
  close: typeof close_3;
@@ -133,13 +151,21 @@ isOpen: typeof isOpen;
133
151
  close: () => any;
134
152
  open: () => any;
135
153
  }, string, PublicProps, Readonly<{
136
- target?: DropDownTarget | null;
154
+ target?: DropdownTarget | null;
137
155
  }> & Readonly<{
138
156
  onClose?: (() => any) | undefined;
139
157
  onOpen?: (() => any) | undefined;
140
158
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
141
159
 
142
- declare const __VLS_component_18: DefineComponent< {
160
+ declare const __VLS_component_2: DefineComponent< {
161
+ to: string;
162
+ label?: string;
163
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
164
+ to: string;
165
+ label?: string;
166
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
167
+
168
+ declare const __VLS_component_20: DefineComponent< {
143
169
  disabled?: boolean;
144
170
  title?: string;
145
171
  onClick?: any;
@@ -153,7 +179,7 @@ onClick?: any;
153
179
  onClick?: ((preventClose: () => void) => any) | undefined;
154
180
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
155
181
 
156
- declare const __VLS_component_19: DefineComponent< {
182
+ declare const __VLS_component_21: DefineComponent< {
157
183
  selected: boolean;
158
184
  closeOnClick?: boolean;
159
185
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
@@ -165,21 +191,13 @@ closeOnClick?: boolean;
165
191
  onClick?: (() => any) | undefined;
166
192
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
167
193
 
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< {
194
+ declare const __VLS_component_22: DefineComponent< {
177
195
  title?: string;
178
196
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
179
197
  title?: string;
180
198
  }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
181
199
 
182
- declare const __VLS_component_21: DefineComponent< {
200
+ declare const __VLS_component_23: DefineComponent< {
183
201
  modelValue: string | number;
184
202
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
185
203
  "update:modelValue": (value: string | number) => any;
@@ -189,7 +207,7 @@ modelValue: string | number;
189
207
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
190
208
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
191
209
 
192
- declare const __VLS_component_22: DefineComponent< {
210
+ declare const __VLS_component_24: DefineComponent< {
193
211
  label?: string;
194
212
  count?: number;
195
213
  value: string | number;
@@ -265,22 +283,42 @@ disabled?: boolean;
265
283
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
266
284
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
267
285
 
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>;
286
+ declare const __VLS_component_9: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
287
+ "update:modelValue": (modelValue: any) => any;
288
+ } & {
289
+ "update:modelValue": (value: any) => any;
290
+ }, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
291
+ "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
292
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
273
293
 
274
294
  declare type __VLS_PublicProps = {
275
295
  modelValue: any;
276
296
  } & typeof __VLS_typeProps;
277
297
 
278
298
  declare type __VLS_PublicProps_2 = {
299
+ modelValue: string;
300
+ modelModifiers?: Record<string, true>;
301
+ } & typeof __VLS_typeProps_2;
302
+
303
+ declare type __VLS_PublicProps_3 = {
304
+ modelValue: DecimalInputValue | Decimal;
305
+ } & typeof __VLS_typeProps_3;
306
+
307
+ declare type __VLS_PublicProps_4 = {
308
+ modelValue?: any;
309
+ } & typeof __VLS_typeProps_4;
310
+
311
+ declare type __VLS_PublicProps_5 = {
279
312
  modelValue?: {
280
313
  start: Date;
281
314
  end: Date;
282
315
  } | Date;
283
- } & typeof __VLS_typeProps_2;
316
+ } & typeof __VLS_typeProps_5;
317
+
318
+ declare type __VLS_PublicProps_6 = {
319
+ modelValue?: string;
320
+ modelModifiers?: Record<string, true>;
321
+ } & typeof __VLS_typeProps_6;
284
322
 
285
323
  declare function __VLS_template(): {
286
324
  slots: {
@@ -294,7 +332,7 @@ declare function __VLS_template(): {
294
332
  $: ComponentInternalInstance;
295
333
  $data: {};
296
334
  $props: {
297
- readonly target?: (DropDownTarget | null) | undefined;
335
+ readonly target?: (DropdownTarget | null) | undefined;
298
336
  readonly onClose?: (() => any) | undefined;
299
337
  readonly onOpen?: (() => any) | undefined;
300
338
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
@@ -313,7 +351,7 @@ declare function __VLS_template(): {
313
351
  $emit: ((event: "close") => void) & ((event: "open") => void);
314
352
  $el: any;
315
353
  $options: ComponentOptionsBase<Readonly<{
316
- target?: DropDownTarget | null;
354
+ target?: DropdownTarget | null;
317
355
  }> & Readonly<{
318
356
  onClose?: (() => any) | undefined;
319
357
  onOpen?: (() => any) | undefined;
@@ -345,7 +383,7 @@ declare function __VLS_template(): {
345
383
  $nextTick: nextTick;
346
384
  $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
385
  } & Readonly<{}> & Omit<Readonly<{
348
- target?: DropDownTarget | null;
386
+ target?: DropdownTarget | null;
349
387
  }> & Readonly<{
350
388
  onClose?: (() => any) | undefined;
351
389
  onOpen?: (() => any) | undefined;
@@ -371,6 +409,14 @@ declare function __VLS_template_10(): {
371
409
  };
372
410
 
373
411
  declare function __VLS_template_11(): {
412
+ slots: {
413
+ default?(_: {}): any;
414
+ };
415
+ refs: {};
416
+ attrs: Partial<{}>;
417
+ };
418
+
419
+ declare function __VLS_template_12(): {
374
420
  slots: {
375
421
  dropdown?(_: {}): any;
376
422
  };
@@ -380,7 +426,7 @@ declare function __VLS_template_11(): {
380
426
  $: ComponentInternalInstance;
381
427
  $data: {};
382
428
  $props: {
383
- readonly target?: (DropDownTarget | null) | undefined;
429
+ readonly target?: (DropdownTarget | null) | undefined;
384
430
  readonly onClose?: (() => any) | undefined;
385
431
  readonly onOpen?: (() => any) | undefined;
386
432
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
@@ -399,7 +445,7 @@ declare function __VLS_template_11(): {
399
445
  $emit: ((event: "close") => void) & ((event: "open") => void);
400
446
  $el: any;
401
447
  $options: ComponentOptionsBase<Readonly<{
402
- target?: DropDownTarget | null;
448
+ target?: DropdownTarget | null;
403
449
  }> & Readonly<{
404
450
  onClose?: (() => any) | undefined;
405
451
  onOpen?: (() => any) | undefined;
@@ -431,7 +477,7 @@ declare function __VLS_template_11(): {
431
477
  $nextTick: nextTick;
432
478
  $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
479
  } & Readonly<{}> & Omit<Readonly<{
434
- target?: DropDownTarget | null;
480
+ target?: DropdownTarget | null;
435
481
  }> & Readonly<{
436
482
  onClose?: (() => any) | undefined;
437
483
  onOpen?: (() => any) | undefined;
@@ -448,7 +494,7 @@ declare function __VLS_template_11(): {
448
494
  attrs: Partial<{}>;
449
495
  };
450
496
 
451
- declare function __VLS_template_12(): {
497
+ declare function __VLS_template_13(): {
452
498
  slots: {
453
499
  sidebar?(_: {}): any;
454
500
  content?(_: {}): any;
@@ -457,7 +503,7 @@ declare function __VLS_template_12(): {
457
503
  attrs: Partial<{}>;
458
504
  };
459
505
 
460
- declare function __VLS_template_13(): {
506
+ declare function __VLS_template_14(): {
461
507
  slots: {
462
508
  header?(_: {}): any;
463
509
  };
@@ -468,7 +514,18 @@ declare function __VLS_template_13(): {
468
514
  attrs: Partial<{}>;
469
515
  };
470
516
 
471
- declare function __VLS_template_14(): {
517
+ declare function __VLS_template_15(): {
518
+ slots: {
519
+ "list-toolbar"?(_: {}): any;
520
+ "detail-toolbar"?(_: {}): any;
521
+ };
522
+ refs: {
523
+ containerElem: HTMLDivElement;
524
+ };
525
+ attrs: Partial<{}>;
526
+ };
527
+
528
+ declare function __VLS_template_16(): {
472
529
  slots: {
473
530
  default?(_: {}): any;
474
531
  };
@@ -478,7 +535,7 @@ declare function __VLS_template_14(): {
478
535
  attrs: Partial<{}>;
479
536
  };
480
537
 
481
- declare function __VLS_template_15(): {
538
+ declare function __VLS_template_17(): {
482
539
  slots: {
483
540
  default?(_: {}): any;
484
541
  };
@@ -488,7 +545,7 @@ declare function __VLS_template_15(): {
488
545
  attrs: Partial<{}>;
489
546
  };
490
547
 
491
- declare function __VLS_template_16(): {
548
+ declare function __VLS_template_18(): {
492
549
  slots: {
493
550
  default?(_: {}): any;
494
551
  };
@@ -498,7 +555,7 @@ declare function __VLS_template_16(): {
498
555
  attrs: Partial<{}>;
499
556
  };
500
557
 
501
- declare function __VLS_template_17(): {
558
+ declare function __VLS_template_19(): {
502
559
  slots: {
503
560
  default?(_: {}): any;
504
561
  };
@@ -508,15 +565,18 @@ declare function __VLS_template_17(): {
508
565
  attrs: Partial<{}>;
509
566
  };
510
567
 
511
- declare function __VLS_template_18(): {
568
+ declare function __VLS_template_2(): {
512
569
  slots: {
513
570
  default?(_: {}): any;
571
+ dropdown?(_: {}): any;
572
+ };
573
+ refs: {
574
+ element: HTMLLIElement;
514
575
  };
515
- refs: {};
516
576
  attrs: Partial<{}>;
517
577
  };
518
578
 
519
- declare function __VLS_template_19(): {
579
+ declare function __VLS_template_20(): {
520
580
  slots: {
521
581
  default?(_: {}): any;
522
582
  };
@@ -524,18 +584,15 @@ declare function __VLS_template_19(): {
524
584
  attrs: Partial<{}>;
525
585
  };
526
586
 
527
- declare function __VLS_template_2(): {
587
+ declare function __VLS_template_21(): {
528
588
  slots: {
529
589
  default?(_: {}): any;
530
- dropdown?(_: {}): any;
531
- };
532
- refs: {
533
- element: HTMLLIElement;
534
590
  };
591
+ refs: {};
535
592
  attrs: Partial<{}>;
536
593
  };
537
594
 
538
- declare function __VLS_template_20(): {
595
+ declare function __VLS_template_22(): {
539
596
  slots: {
540
597
  default?(_: {}): any;
541
598
  };
@@ -543,7 +600,7 @@ declare function __VLS_template_20(): {
543
600
  attrs: Partial<{}>;
544
601
  };
545
602
 
546
- declare function __VLS_template_21(): {
603
+ declare function __VLS_template_23(): {
547
604
  slots: {
548
605
  actions?(_: {}): any;
549
606
  default?(_: {}): any;
@@ -553,7 +610,7 @@ declare function __VLS_template_21(): {
553
610
  attrs: Partial<{}>;
554
611
  };
555
612
 
556
- declare function __VLS_template_22(): {
613
+ declare function __VLS_template_24(): {
557
614
  slots: {
558
615
  content?(_: {}): any;
559
616
  default?(_: {}): any;
@@ -563,7 +620,7 @@ declare function __VLS_template_22(): {
563
620
  $: ComponentInternalInstance;
564
621
  $data: {};
565
622
  $props: {
566
- readonly target?: (DropDownTarget | null) | undefined;
623
+ readonly target?: (DropdownTarget | null) | undefined;
567
624
  readonly onClose?: (() => any) | undefined;
568
625
  readonly onOpen?: (() => any) | undefined;
569
626
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
@@ -582,7 +639,7 @@ declare function __VLS_template_22(): {
582
639
  $emit: ((event: "close") => void) & ((event: "open") => void);
583
640
  $el: any;
584
641
  $options: ComponentOptionsBase<Readonly<{
585
- target?: DropDownTarget | null;
642
+ target?: DropdownTarget | null;
586
643
  }> & Readonly<{
587
644
  onClose?: (() => any) | undefined;
588
645
  onOpen?: (() => any) | undefined;
@@ -614,7 +671,7 @@ declare function __VLS_template_22(): {
614
671
  $nextTick: nextTick;
615
672
  $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
673
  } & Readonly<{}> & Omit<Readonly<{
617
- target?: DropDownTarget | null;
674
+ target?: DropdownTarget | null;
618
675
  }> & Readonly<{
619
676
  onClose?: (() => any) | undefined;
620
677
  onOpen?: (() => any) | undefined;
@@ -722,6 +779,10 @@ declare type __VLS_TemplateResult_21 = ReturnType<typeof __VLS_template_21>;
722
779
 
723
780
  declare type __VLS_TemplateResult_22 = ReturnType<typeof __VLS_template_22>;
724
781
 
782
+ declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
783
+
784
+ declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
785
+
725
786
  declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
726
787
 
727
788
  declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
@@ -745,6 +806,27 @@ declare let __VLS_typeProps: {
745
806
  };
746
807
 
747
808
  declare let __VLS_typeProps_2: {
809
+ name?: string;
810
+ disabled?: boolean;
811
+ placeholder?: string;
812
+ };
813
+
814
+ declare let __VLS_typeProps_3: {
815
+ name?: string;
816
+ selectOnFocus?: boolean;
817
+ disabled?: boolean;
818
+ maxValue?: Decimal | number;
819
+ minValue?: Decimal | number;
820
+ allowPercentage?: boolean;
821
+ };
822
+
823
+ declare let __VLS_typeProps_4: {
824
+ modelValue: any;
825
+ value: any;
826
+ disabled?: boolean;
827
+ };
828
+
829
+ declare let __VLS_typeProps_5: {
748
830
  minDate?: Date;
749
831
  maxDate?: Date;
750
832
  startOfWeek?: number;
@@ -752,6 +834,10 @@ declare let __VLS_typeProps_2: {
752
834
  weekNumbers?: 'firstFourDays';
753
835
  };
754
836
 
837
+ declare let __VLS_typeProps_6: {
838
+ items: NavItemDefinition[];
839
+ };
840
+
755
841
  declare type __VLS_WithTemplateSlots<T, S> = T & {
756
842
  new (): {
757
843
  $slots: S;
@@ -842,6 +928,18 @@ declare type __VLS_WithTemplateSlots_22<T, S> = T & {
842
928
  };
843
929
  };
844
930
 
931
+ declare type __VLS_WithTemplateSlots_23<T, S> = T & {
932
+ new (): {
933
+ $slots: S;
934
+ };
935
+ };
936
+
937
+ declare type __VLS_WithTemplateSlots_24<T, S> = T & {
938
+ new (): {
939
+ $slots: S;
940
+ };
941
+ };
942
+
845
943
  declare type __VLS_WithTemplateSlots_3<T, S> = T & {
846
944
  new (): {
847
945
  $slots: S;
@@ -884,8 +982,41 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
884
982
  };
885
983
  };
886
984
 
985
+ export declare const ActivityLog: DefineComponent< {
986
+ entries: ActivityLogEntry[];
987
+ /**
988
+ * Allows entries to be rendered using a Vue component. Return undefined to use default rendering.
989
+ * @param entry
990
+ */
991
+ componentMapper?: (entry: ActivityLogEntry) => string | any;
992
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
993
+ entries: ActivityLogEntry[];
994
+ /**
995
+ * Allows entries to be rendered using a Vue component. Return undefined to use default rendering.
996
+ * @param entry
997
+ */
998
+ componentMapper?: (entry: ActivityLogEntry) => string | any;
999
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1000
+
1001
+ export declare interface ActivityLogEntry {
1002
+ activityLogId: string;
1003
+ type: string;
1004
+ messageTemplate: string;
1005
+ dynamic: Record<string, any>;
1006
+ createdAt: Date;
1007
+ identity?: {
1008
+ identityId: string;
1009
+ type: 'user' | 'system' | 'oauth_client';
1010
+ properties: {
1011
+ name?: string;
1012
+ };
1013
+ };
1014
+ }
1015
+
887
1016
  declare function blur_2(): void;
888
1017
 
1018
+ declare function blur_3(): void;
1019
+
889
1020
  declare function close_2(): void;
890
1021
 
891
1022
  declare function close_3(): void;
@@ -894,6 +1025,8 @@ export declare const ContextMenuButton: __VLS_WithTemplateSlots_6<typeof __VLS_c
894
1025
 
895
1026
  export declare interface ContextMenuItem {
896
1027
  label: string;
1028
+ checked?: boolean;
1029
+ icon?: IconName;
897
1030
  shortcut?: string;
898
1031
  /**
899
1032
  * If set to true, the item will only be shown if the shift keys is pressed when the context menu is opened.
@@ -1034,6 +1167,10 @@ export declare interface DataProvider {
1034
1167
 
1035
1168
  export declare interface DataRow {
1036
1169
  key: string;
1170
+ /**
1171
+ * If specified, will color the row in the given hue. CSS custom properties can be specified as strings.
1172
+ */
1173
+ hue?: number | string;
1037
1174
  values: any[];
1038
1175
  }
1039
1176
 
@@ -1060,14 +1197,14 @@ export declare interface DataTableContextMenuProvider {
1060
1197
  forRow(row: DataRow): ContextMenuSections;
1061
1198
  }
1062
1199
 
1063
- export declare const DatePicker: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1200
+ export declare const DatePicker: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1064
1201
  "update:modelValue": (modelValue: Date | {
1065
1202
  start: Date;
1066
1203
  end: Date;
1067
1204
  }) => any;
1068
1205
  } & {
1069
1206
  "update:selectionState": (value: "single" | "start" | "end") => any;
1070
- }, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
1207
+ }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
1071
1208
  "onUpdate:modelValue"?: ((modelValue: Date | {
1072
1209
  start: Date;
1073
1210
  end: Date;
@@ -1078,42 +1215,27 @@ startOfWeek: number;
1078
1215
  mode: "single" | "range";
1079
1216
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1080
1217
 
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, {} & {
1218
+ export declare const DecimalInput: DefineComponent<__VLS_PublicProps_3, {
1219
+ setError: typeof setError_3;
1220
+ focus: typeof focus_4;
1221
+ select: typeof select_3;
1222
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1223
+ "update:modelValue": (modelValue: DecimalInputValue | Decimal) => any;
1224
+ } & {
1094
1225
  blur: (value: Event) => any;
1095
1226
  change: () => any;
1096
1227
  focus: (value: Event) => any;
1097
1228
  keydown: (value: KeyboardEvent) => any;
1098
1229
  keypress: (value: KeyboardEvent) => any;
1099
1230
  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<{
1231
+ }, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
1110
1232
  onBlur?: ((value: Event) => any) | undefined;
1111
1233
  onChange?: (() => any) | undefined;
1112
1234
  onFocus?: ((value: Event) => any) | undefined;
1113
1235
  onKeydown?: ((value: KeyboardEvent) => any) | undefined;
1114
1236
  onKeypress?: ((value: KeyboardEvent) => any) | undefined;
1115
1237
  onKeyenter?: ((value: KeyboardEvent) => any) | undefined;
1116
- "onUpdate:modelValue"?: ((value: DecimalInputValue | Decimal) => any) | undefined;
1238
+ "onUpdate:modelValue"?: ((modelValue: DecimalInputValue | Decimal) => any) | undefined;
1117
1239
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1118
1240
 
1119
1241
  export declare interface DecimalInputValue {
@@ -1124,9 +1246,9 @@ export declare interface DecimalInputValue {
1124
1246
  declare const _default: Plugin_2<[]>;
1125
1247
  export default _default;
1126
1248
 
1127
- export declare const Draggable: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
1249
+ export declare const Draggable: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
1128
1250
 
1129
- export declare const DraggableListItem: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
1251
+ export declare const DraggableListItem: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
1130
1252
 
1131
1253
  export declare interface DragPayload {
1132
1254
  type: string;
@@ -1142,28 +1264,32 @@ export declare interface DragPayload {
1142
1264
  sourceElement?: HTMLElement | null;
1143
1265
  metadata?: Record<string, any>;
1144
1266
  onDrop?: (zone: DropZoneRef) => void;
1267
+ /**
1268
+ * If set, handler will be called if the drag operation did not move the item.
1269
+ */
1270
+ onClick?: () => void;
1145
1271
  }
1146
1272
 
1147
1273
  export declare const DropdownButton: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1148
1274
 
1149
- export declare const DropdownCheckbox: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1275
+ export declare const DropdownCheckbox: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
1150
1276
 
1151
1277
  export declare const DropdownDivider: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1152
1278
 
1153
- export declare const DropdownGroup: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
1279
+ export declare const DropdownGroup: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
1154
1280
 
1155
- export declare const DropdownItem: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
1281
+ export declare const DropdownItem: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
1156
1282
 
1157
- export declare const DropdownMenu: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
1283
+ export declare const DropdownMenu: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1158
1284
 
1159
- export declare type DropDownTarget = Element | DropDownTargetPoint;
1285
+ export declare type DropdownTarget = Element | DropdownTargetPoint;
1160
1286
 
1161
- export declare interface DropDownTargetPoint {
1287
+ export declare interface DropdownTargetPoint {
1162
1288
  x: number;
1163
1289
  y: number;
1164
1290
  }
1165
1291
 
1166
- export declare const DropZone: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
1292
+ export declare const DropZone: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
1167
1293
 
1168
1294
  export declare interface DropZoneRef {
1169
1295
  accepts: string | string[];
@@ -1172,11 +1298,34 @@ export declare interface DropZoneRef {
1172
1298
  onDrop?: (payload: DragPayload) => void;
1173
1299
  }
1174
1300
 
1175
- export declare const EnumsBar: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
1301
+ export declare const ElasticInput: DefineComponent<__VLS_PublicProps_2, {
1302
+ setError: typeof setError_2;
1303
+ focus: typeof focus_3;
1304
+ blur: typeof blur_3;
1305
+ select: typeof select_2;
1306
+ scrollIntoView: typeof scrollIntoView_2;
1307
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1308
+ "update:modelValue": (modelValue: string) => any;
1309
+ } & {
1310
+ blur: (value: Event) => any;
1311
+ focus: (value: Event) => any;
1312
+ keydown: (value: KeyboardEvent) => any;
1313
+ keypress: (value: KeyboardEvent) => any;
1314
+ keyenter: (value: KeyboardEvent) => any;
1315
+ }, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
1316
+ onBlur?: ((value: Event) => any) | undefined;
1317
+ onFocus?: ((value: Event) => any) | undefined;
1318
+ onKeydown?: ((value: KeyboardEvent) => any) | undefined;
1319
+ onKeypress?: ((value: KeyboardEvent) => any) | undefined;
1320
+ onKeyenter?: ((value: KeyboardEvent) => any) | undefined;
1321
+ "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
1322
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1323
+
1324
+ export declare const EnumsBar: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
1176
1325
 
1177
1326
  export declare const Expandable: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
1178
1327
 
1179
- export declare const ExternalLink: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
1328
+ export declare const ExternalLink: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
1180
1329
 
1181
1330
  export declare const FloatingPanel: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
1182
1331
 
@@ -1188,10 +1337,20 @@ declare function focus_4(): void;
1188
1337
 
1189
1338
  declare function focus_5(): void;
1190
1339
 
1340
+ declare function focus_6(): void;
1341
+
1342
+ export declare const Icon: DefineComponent< {
1343
+ name: IconName;
1344
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
1345
+ name: IconName;
1346
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1347
+
1191
1348
  export declare const IconArrow: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1192
1349
 
1193
1350
  export declare const IconArrows: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1194
1351
 
1352
+ export declare const IconCheck: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1353
+
1195
1354
  export declare const IconChevron: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1196
1355
 
1197
1356
  export declare const IconClose: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -1202,6 +1361,8 @@ export declare const IconHamburger: DefineComponent< {}, {}, {}, {}, {}, Comp
1202
1361
 
1203
1362
  export declare const IconInbound: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1204
1363
 
1364
+ 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';
1365
+
1205
1366
  export declare const IconOutbound: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1206
1367
 
1207
1368
  export declare const IconPlus: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -1212,6 +1373,12 @@ export declare const IconRedo: DefineComponent< {}, {}, {}, {}, {}, Component
1212
1373
 
1213
1374
  export declare const IconReload: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1214
1375
 
1376
+ export declare const IconSquare: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1377
+
1378
+ export declare const IconSquareSplitHorizontal: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1379
+
1380
+ export declare const IconSquareSplitVertical: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1381
+
1215
1382
  export declare const IconUndo: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1216
1383
 
1217
1384
  export declare const IconWarning: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -1223,9 +1390,9 @@ type?: string;
1223
1390
  placeholder?: string;
1224
1391
  autocomplete?: "email" | "url";
1225
1392
  }, {
1226
- setError: typeof setError_4;
1227
- focus: typeof focus_5;
1228
- select: typeof select_4;
1393
+ setError: typeof setError_5;
1394
+ focus: typeof focus_6;
1395
+ select: typeof select_5;
1229
1396
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1230
1397
  blur: (value: Event) => any;
1231
1398
  focus: (value: Event) => any;
@@ -1242,7 +1409,7 @@ onFocus?: ((value: Event) => any) | undefined;
1242
1409
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1243
1410
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1244
1411
 
1245
- export declare const InspectorLayout: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
1412
+ export declare const InspectorLayout: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
1246
1413
 
1247
1414
  /**
1248
1415
  * Defines the provider that provides InspectorLayout with content to render
@@ -1253,7 +1420,7 @@ export declare interface InspectorProvider {
1253
1420
  */
1254
1421
  state?: {
1255
1422
  label: string;
1256
- hue?: number;
1423
+ hue?: number | string;
1257
1424
  };
1258
1425
  /**
1259
1426
  * If set, adds the title to the header
@@ -1271,26 +1438,63 @@ export declare interface InspectorProvider {
1271
1438
  */
1272
1439
  summary: string | object;
1273
1440
  /**
1274
- * The currently selected tab. 0 means select first tab which is summary
1441
+ * If set, overrides the label of the summary tab on small screens/containers
1442
+ */
1443
+ summaryLabel?: string;
1444
+ /**
1445
+ * The currently selected tab. undefined means select first tab which is summary
1275
1446
  * or first tab depending on viewport size.
1276
1447
  */
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
- }[];
1448
+ selectedTab?: string;
1449
+ tabs: InspectorTab[];
1450
+ }
1451
+
1452
+ declare interface InspectorTab extends NavItemDefinition {
1453
+ /**
1454
+ * An HTML tag name, a Component name or Component class reference to render as tab's content.
1455
+ */
1456
+ component: string | object;
1457
+ /**
1458
+ * An HTML tag name, a Component name or Component class reference to render as tab's toolbar.
1459
+ */
1460
+ toolbar?: string | object;
1287
1461
  }
1288
1462
 
1289
1463
  declare function isOpen(): boolean;
1290
1464
 
1465
+ export declare interface LabelTagDefinition {
1466
+ value: string;
1467
+ style: 'primary' | 'secondary' | 'tertiary' | 'hue';
1468
+ /**
1469
+ * If style is hue, this determines the hue value
1470
+ */
1471
+ hue?: number;
1472
+ title?: string;
1473
+ }
1474
+
1475
+ export declare const LabelTags: DefineComponent< {
1476
+ tags?: LabelTagDefinition[] | ComputedRef<LabelTagDefinition[]>;
1477
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
1478
+ tags?: LabelTagDefinition[] | ComputedRef<LabelTagDefinition[]>;
1479
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1480
+
1481
+ export declare const ListDetailLayout: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
1482
+
1291
1483
  export declare const ListLink: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
1292
1484
 
1293
- export declare const LoadingArea: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
1485
+ export declare const LoadingArea: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
1486
+
1487
+ export declare const NavigationBar: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1488
+ "update:modelValue": (modelValue: string) => any;
1489
+ }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
1490
+ "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
1491
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1492
+
1493
+ export declare interface NavItemDefinition {
1494
+ id: string;
1495
+ label: string | ComputedRef<string>;
1496
+ tags?: LabelTagDefinition[] | ComputedRef<LabelTagDefinition[]>;
1497
+ }
1294
1498
 
1295
1499
  declare function open_2(): void;
1296
1500
 
@@ -1308,9 +1512,9 @@ isValid?: boolean;
1308
1512
  defaultCountry?: string;
1309
1513
  name?: string;
1310
1514
  }, {
1311
- setError: typeof setError_3;
1312
- focus: typeof focus_4;
1313
- select: typeof select_3;
1515
+ setError: typeof setError_4;
1516
+ focus: typeof focus_5;
1517
+ select: typeof select_4;
1314
1518
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1315
1519
  blur: (value: Event) => any;
1316
1520
  focus: (value: Event) => any;
@@ -1337,6 +1541,8 @@ isValid: boolean;
1337
1541
  defaultCountry: string;
1338
1542
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1339
1543
 
1544
+ export declare const RadioButton: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
1545
+
1340
1546
  export declare const RemoveButton: DefineComponent< {
1341
1547
  /**
1342
1548
  * If this button is used on an "inverted" background, set to true to increase contrast
@@ -1351,8 +1557,18 @@ invertColors?: boolean;
1351
1557
 
1352
1558
  declare function rename(node: string | TreeNode): void;
1353
1559
 
1560
+ export declare const RenderedMessage: DefineComponent< {
1561
+ messageTemplate: string;
1562
+ values: Record<string, any>;
1563
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
1564
+ messageTemplate: string;
1565
+ values: Record<string, any>;
1566
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1567
+
1354
1568
  declare function scrollIntoView(): void;
1355
1569
 
1570
+ declare function scrollIntoView_2(): void;
1571
+
1356
1572
  declare function select(): void;
1357
1573
 
1358
1574
  declare function select_2(): void;
@@ -1361,37 +1577,41 @@ declare function select_3(): void;
1361
1577
 
1362
1578
  declare function select_4(): void;
1363
1579
 
1580
+ declare function select_5(): void;
1581
+
1364
1582
  /**
1365
1583
  *
1366
1584
  * @param error The error message
1367
1585
  */
1368
1586
  declare function setError(message?: string): void;
1369
1587
 
1588
+ declare function setError_2(message?: string): void;
1589
+
1370
1590
  /**
1371
1591
  *
1372
1592
  * @param error The error message
1373
1593
  */
1374
- declare function setError_2(message?: string): void;
1594
+ declare function setError_3(message?: string): void;
1375
1595
 
1376
1596
  /**
1377
1597
  *
1378
1598
  * @param error The error message
1379
1599
  */
1380
- declare function setError_3(message?: string): void;
1600
+ declare function setError_4(message?: string): void;
1381
1601
 
1382
1602
  /**
1383
1603
  *
1384
1604
  * @param error The error message
1385
1605
  */
1386
- declare function setError_4(message?: string): void;
1606
+ declare function setError_5(message?: string): void;
1387
1607
 
1388
- export declare const SidebarLayout: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
1608
+ export declare const SidebarLayout: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
1389
1609
 
1390
1610
  export declare const Spinner: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1391
1611
 
1392
- export declare const TabBar: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
1612
+ export declare const TabBar: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
1393
1613
 
1394
- export declare const TabItem: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
1614
+ export declare const TabItem: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
1395
1615
 
1396
1616
  export declare const TextInput: DefineComponent<__VLS_PublicProps, {
1397
1617
  setError: typeof setError;
@@ -1482,8 +1702,9 @@ export declare interface TreeNode {
1482
1702
  id: string;
1483
1703
  children?: TreeNode[];
1484
1704
  label: string | ComputedRef<string>;
1705
+ style?: 'header';
1485
1706
  tags?: TreeNodeTag[] | ComputedRef<TreeNodeTag[]>;
1486
- icon?: string;
1707
+ icon?: IconName;
1487
1708
  onRename?: (newName: string, context: {
1488
1709
  node: TreeNode;
1489
1710
  parentNode?: TreeNode;
@@ -1495,11 +1716,34 @@ export declare interface TreeNode {
1495
1716
  onClick?: () => void;
1496
1717
  isSelected?: () => boolean;
1497
1718
  contextMenu?: ContextMenuSections;
1719
+ dropZone?: {
1720
+ accepts: string | string[];
1721
+ metadata?: Record<string, any>;
1722
+ onDrop: (payload: DragPayload) => void;
1723
+ };
1724
+ draggable?: {
1725
+ type: string;
1726
+ data: any;
1727
+ metadata?: Record<string, any>;
1728
+ };
1729
+ /**
1730
+ * Automatic sorting of children.
1731
+ *
1732
+ * none = Display in actual order
1733
+ * az = Alphabetical
1734
+ * caz = Alphabetical but entries with children comes first
1735
+ */
1736
+ sort?: 'none' | 'az' | 'caz';
1498
1737
  }
1499
1738
 
1500
1739
  export declare interface TreeNodeTag {
1501
1740
  value: string;
1502
- style: 'primary' | 'secondary' | 'tertiary';
1741
+ style: 'primary' | 'secondary' | 'tertiary' | 'hue';
1742
+ /**
1743
+ * If style is hue, this determines the hue value
1744
+ */
1745
+ hue?: number;
1746
+ title?: string;
1503
1747
  }
1504
1748
 
1505
1749
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hantera/design-system",
3
- "version": "20250714.1.0",
3
+ "version": "20250812.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"