@hantera/design-system 20250707.0.0-develop.1 → 20250714.1.0

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 +64 -181
  2. package/package.json +1 -1
package/dist/entry.d.ts CHANGED
@@ -34,18 +34,12 @@ 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< {
43
37
  loading: boolean;
44
38
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
45
39
  loading: boolean;
46
40
  }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
47
41
 
48
- declare const __VLS_component_12: DefineComponent< {
42
+ declare const __VLS_component_11: DefineComponent< {
49
43
  selectedValues: string[];
50
44
  availableSets: DataColumnValuesEnumSet[];
51
45
  onAdd?: any;
@@ -63,29 +57,19 @@ onAdd?: ((value: DataColumnValuesEnumValue) => any) | undefined;
63
57
  onRemove?: ((value: DataColumnValuesEnumValue) => any) | undefined;
64
58
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
65
59
 
66
- declare const __VLS_component_13: DefineComponent< {
67
- cacheKey?: string;
60
+ declare const __VLS_component_12: DefineComponent< {
61
+ cacheKey: string;
68
62
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
69
- cacheKey?: string;
63
+ cacheKey: string;
70
64
  }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
71
65
 
72
- declare const __VLS_component_14: DefineComponent< {
66
+ declare const __VLS_component_13: DefineComponent< {
73
67
  provider: InspectorProvider;
74
68
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
75
69
  provider: InspectorProvider;
76
70
  }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
77
71
 
78
- declare const __VLS_component_15: DefineComponent< {
79
- cacheKey?: string;
80
- provider: DataProvider;
81
- detailComponent: any;
82
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
83
- cacheKey?: string;
84
- provider: DataProvider;
85
- detailComponent: any;
86
- }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
87
-
88
- declare const __VLS_component_16: DefineComponent< {
72
+ declare const __VLS_component_14: DefineComponent< {
89
73
  type: string;
90
74
  data: any;
91
75
  metadata?: Record<string, any>;
@@ -105,7 +89,7 @@ mode?: "hit" | "closest";
105
89
  onDropped?: ((zone: DropZoneRef) => any) | undefined;
106
90
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
107
91
 
108
- declare const __VLS_component_17: DefineComponent< {
92
+ declare const __VLS_component_15: DefineComponent< {
109
93
  type: string;
110
94
  data: any;
111
95
  metadata?: Record<string, any>;
@@ -127,7 +111,7 @@ onDropBefore?: ((payload: DragPayload) => any) | undefined;
127
111
  onDropAfter?: ((payload: DragPayload) => any) | undefined;
128
112
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
129
113
 
130
- declare const __VLS_component_18: DefineComponent< {
114
+ declare const __VLS_component_16: DefineComponent< {
131
115
  accepts: string | string[];
132
116
  metadata?: Record<string, any>;
133
117
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
@@ -139,7 +123,7 @@ metadata?: Record<string, any>;
139
123
  onDrop?: ((payload: DragPayload) => any) | undefined;
140
124
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
141
125
 
142
- declare const __VLS_component_19: DefineComponent< {
126
+ declare const __VLS_component_17: DefineComponent< {
143
127
  target?: DropDownTarget | null;
144
128
  }, {
145
129
  open: typeof open_3;
@@ -155,15 +139,7 @@ onClose?: (() => any) | undefined;
155
139
  onOpen?: (() => any) | undefined;
156
140
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
157
141
 
158
- declare const __VLS_component_2: DefineComponent< {
159
- to: string;
160
- label?: string;
161
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
162
- to: string;
163
- label?: string;
164
- }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
165
-
166
- declare const __VLS_component_20: DefineComponent< {
142
+ declare const __VLS_component_18: DefineComponent< {
167
143
  disabled?: boolean;
168
144
  title?: string;
169
145
  onClick?: any;
@@ -177,7 +153,7 @@ onClick?: any;
177
153
  onClick?: ((preventClose: () => void) => any) | undefined;
178
154
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
179
155
 
180
- declare const __VLS_component_21: DefineComponent< {
156
+ declare const __VLS_component_19: DefineComponent< {
181
157
  selected: boolean;
182
158
  closeOnClick?: boolean;
183
159
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
@@ -189,13 +165,21 @@ closeOnClick?: boolean;
189
165
  onClick?: (() => any) | undefined;
190
166
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
191
167
 
192
- declare const __VLS_component_22: 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< {
193
177
  title?: string;
194
178
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
195
179
  title?: string;
196
180
  }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
197
181
 
198
- declare const __VLS_component_23: DefineComponent< {
182
+ declare const __VLS_component_21: DefineComponent< {
199
183
  modelValue: string | number;
200
184
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
201
185
  "update:modelValue": (value: string | number) => any;
@@ -205,7 +189,7 @@ modelValue: string | number;
205
189
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
206
190
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
207
191
 
208
- declare const __VLS_component_24: DefineComponent< {
192
+ declare const __VLS_component_22: DefineComponent< {
209
193
  label?: string;
210
194
  count?: number;
211
195
  value: string | number;
@@ -281,28 +265,22 @@ disabled?: boolean;
281
265
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
282
266
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
283
267
 
284
- declare const __VLS_component_9: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
285
- "update:modelValue": (modelValue: any) => any;
286
- } & {
287
- "update:modelValue": (value: any) => any;
288
- }, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
289
- "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
290
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
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>;
291
273
 
292
274
  declare type __VLS_PublicProps = {
293
275
  modelValue: any;
294
276
  } & typeof __VLS_typeProps;
295
277
 
296
278
  declare type __VLS_PublicProps_2 = {
297
- modelValue?: any;
298
- } & typeof __VLS_typeProps_2;
299
-
300
- declare type __VLS_PublicProps_3 = {
301
279
  modelValue?: {
302
280
  start: Date;
303
281
  end: Date;
304
282
  } | Date;
305
- } & typeof __VLS_typeProps_3;
283
+ } & typeof __VLS_typeProps_2;
306
284
 
307
285
  declare function __VLS_template(): {
308
286
  slots: {
@@ -393,14 +371,6 @@ declare function __VLS_template_10(): {
393
371
  };
394
372
 
395
373
  declare function __VLS_template_11(): {
396
- slots: {
397
- default?(_: {}): any;
398
- };
399
- refs: {};
400
- attrs: Partial<{}>;
401
- };
402
-
403
- declare function __VLS_template_12(): {
404
374
  slots: {
405
375
  dropdown?(_: {}): any;
406
376
  };
@@ -478,7 +448,7 @@ declare function __VLS_template_12(): {
478
448
  attrs: Partial<{}>;
479
449
  };
480
450
 
481
- declare function __VLS_template_13(): {
451
+ declare function __VLS_template_12(): {
482
452
  slots: {
483
453
  sidebar?(_: {}): any;
484
454
  content?(_: {}): any;
@@ -487,7 +457,7 @@ declare function __VLS_template_13(): {
487
457
  attrs: Partial<{}>;
488
458
  };
489
459
 
490
- declare function __VLS_template_14(): {
460
+ declare function __VLS_template_13(): {
491
461
  slots: {
492
462
  header?(_: {}): any;
493
463
  };
@@ -498,18 +468,7 @@ declare function __VLS_template_14(): {
498
468
  attrs: Partial<{}>;
499
469
  };
500
470
 
501
- declare function __VLS_template_15(): {
502
- slots: {
503
- "list-toolbar"?(_: {}): any;
504
- "detail-toolbar"?(_: {}): any;
505
- };
506
- refs: {
507
- containerElem: HTMLDivElement;
508
- };
509
- attrs: Partial<{}>;
510
- };
511
-
512
- declare function __VLS_template_16(): {
471
+ declare function __VLS_template_14(): {
513
472
  slots: {
514
473
  default?(_: {}): any;
515
474
  };
@@ -519,7 +478,7 @@ declare function __VLS_template_16(): {
519
478
  attrs: Partial<{}>;
520
479
  };
521
480
 
522
- declare function __VLS_template_17(): {
481
+ declare function __VLS_template_15(): {
523
482
  slots: {
524
483
  default?(_: {}): any;
525
484
  };
@@ -529,7 +488,7 @@ declare function __VLS_template_17(): {
529
488
  attrs: Partial<{}>;
530
489
  };
531
490
 
532
- declare function __VLS_template_18(): {
491
+ declare function __VLS_template_16(): {
533
492
  slots: {
534
493
  default?(_: {}): any;
535
494
  };
@@ -539,7 +498,7 @@ declare function __VLS_template_18(): {
539
498
  attrs: Partial<{}>;
540
499
  };
541
500
 
542
- declare function __VLS_template_19(): {
501
+ declare function __VLS_template_17(): {
543
502
  slots: {
544
503
  default?(_: {}): any;
545
504
  };
@@ -549,18 +508,15 @@ declare function __VLS_template_19(): {
549
508
  attrs: Partial<{}>;
550
509
  };
551
510
 
552
- declare function __VLS_template_2(): {
511
+ declare function __VLS_template_18(): {
553
512
  slots: {
554
513
  default?(_: {}): any;
555
- dropdown?(_: {}): any;
556
- };
557
- refs: {
558
- element: HTMLLIElement;
559
514
  };
515
+ refs: {};
560
516
  attrs: Partial<{}>;
561
517
  };
562
518
 
563
- declare function __VLS_template_20(): {
519
+ declare function __VLS_template_19(): {
564
520
  slots: {
565
521
  default?(_: {}): any;
566
522
  };
@@ -568,15 +524,18 @@ declare function __VLS_template_20(): {
568
524
  attrs: Partial<{}>;
569
525
  };
570
526
 
571
- declare function __VLS_template_21(): {
527
+ declare function __VLS_template_2(): {
572
528
  slots: {
573
529
  default?(_: {}): any;
530
+ dropdown?(_: {}): any;
531
+ };
532
+ refs: {
533
+ element: HTMLLIElement;
574
534
  };
575
- refs: {};
576
535
  attrs: Partial<{}>;
577
536
  };
578
537
 
579
- declare function __VLS_template_22(): {
538
+ declare function __VLS_template_20(): {
580
539
  slots: {
581
540
  default?(_: {}): any;
582
541
  };
@@ -584,7 +543,7 @@ declare function __VLS_template_22(): {
584
543
  attrs: Partial<{}>;
585
544
  };
586
545
 
587
- declare function __VLS_template_23(): {
546
+ declare function __VLS_template_21(): {
588
547
  slots: {
589
548
  actions?(_: {}): any;
590
549
  default?(_: {}): any;
@@ -594,7 +553,7 @@ declare function __VLS_template_23(): {
594
553
  attrs: Partial<{}>;
595
554
  };
596
555
 
597
- declare function __VLS_template_24(): {
556
+ declare function __VLS_template_22(): {
598
557
  slots: {
599
558
  content?(_: {}): any;
600
559
  default?(_: {}): any;
@@ -763,10 +722,6 @@ declare type __VLS_TemplateResult_21 = ReturnType<typeof __VLS_template_21>;
763
722
 
764
723
  declare type __VLS_TemplateResult_22 = ReturnType<typeof __VLS_template_22>;
765
724
 
766
- declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
767
-
768
- declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
769
-
770
725
  declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
771
726
 
772
727
  declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
@@ -790,12 +745,6 @@ declare let __VLS_typeProps: {
790
745
  };
791
746
 
792
747
  declare let __VLS_typeProps_2: {
793
- modelValue: any;
794
- value: any;
795
- disabled?: boolean;
796
- };
797
-
798
- declare let __VLS_typeProps_3: {
799
748
  minDate?: Date;
800
749
  maxDate?: Date;
801
750
  startOfWeek?: number;
@@ -893,18 +842,6 @@ declare type __VLS_WithTemplateSlots_22<T, S> = T & {
893
842
  };
894
843
  };
895
844
 
896
- declare type __VLS_WithTemplateSlots_23<T, S> = T & {
897
- new (): {
898
- $slots: S;
899
- };
900
- };
901
-
902
- declare type __VLS_WithTemplateSlots_24<T, S> = T & {
903
- new (): {
904
- $slots: S;
905
- };
906
- };
907
-
908
845
  declare type __VLS_WithTemplateSlots_3<T, S> = T & {
909
846
  new (): {
910
847
  $slots: S;
@@ -957,8 +894,6 @@ export declare const ContextMenuButton: __VLS_WithTemplateSlots_6<typeof __VLS_c
957
894
 
958
895
  export declare interface ContextMenuItem {
959
896
  label: string;
960
- checked?: boolean;
961
- icon?: IconName;
962
897
  shortcut?: string;
963
898
  /**
964
899
  * If set to true, the item will only be shown if the shift keys is pressed when the context menu is opened.
@@ -1099,10 +1034,6 @@ export declare interface DataProvider {
1099
1034
 
1100
1035
  export declare interface DataRow {
1101
1036
  key: string;
1102
- /**
1103
- * If specified, will color the row in the given hue. CSS custom properties can be specified as strings.
1104
- */
1105
- hue?: number | string;
1106
1037
  values: any[];
1107
1038
  }
1108
1039
 
@@ -1129,14 +1060,14 @@ export declare interface DataTableContextMenuProvider {
1129
1060
  forRow(row: DataRow): ContextMenuSections;
1130
1061
  }
1131
1062
 
1132
- export declare const DatePicker: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1063
+ export declare const DatePicker: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1133
1064
  "update:modelValue": (modelValue: Date | {
1134
1065
  start: Date;
1135
1066
  end: Date;
1136
1067
  }) => any;
1137
1068
  } & {
1138
1069
  "update:selectionState": (value: "single" | "start" | "end") => any;
1139
- }, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
1070
+ }, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
1140
1071
  "onUpdate:modelValue"?: ((modelValue: Date | {
1141
1072
  start: Date;
1142
1073
  end: Date;
@@ -1193,9 +1124,9 @@ export declare interface DecimalInputValue {
1193
1124
  declare const _default: Plugin_2<[]>;
1194
1125
  export default _default;
1195
1126
 
1196
- export declare const Draggable: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
1127
+ export declare const Draggable: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
1197
1128
 
1198
- export declare const DraggableListItem: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
1129
+ export declare const DraggableListItem: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
1199
1130
 
1200
1131
  export declare interface DragPayload {
1201
1132
  type: string;
@@ -1211,23 +1142,19 @@ export declare interface DragPayload {
1211
1142
  sourceElement?: HTMLElement | null;
1212
1143
  metadata?: Record<string, any>;
1213
1144
  onDrop?: (zone: DropZoneRef) => void;
1214
- /**
1215
- * If set, handler will be called if the drag operation did not move the item.
1216
- */
1217
- onClick?: () => void;
1218
1145
  }
1219
1146
 
1220
1147
  export declare const DropdownButton: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1221
1148
 
1222
- export declare const DropdownCheckbox: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
1149
+ export declare const DropdownCheckbox: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1223
1150
 
1224
1151
  export declare const DropdownDivider: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1225
1152
 
1226
- export declare const DropdownGroup: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
1153
+ export declare const DropdownGroup: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
1227
1154
 
1228
- export declare const DropdownItem: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
1155
+ export declare const DropdownItem: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
1229
1156
 
1230
- export declare const DropdownMenu: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1157
+ export declare const DropdownMenu: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
1231
1158
 
1232
1159
  export declare type DropDownTarget = Element | DropDownTargetPoint;
1233
1160
 
@@ -1236,7 +1163,7 @@ export declare interface DropDownTargetPoint {
1236
1163
  y: number;
1237
1164
  }
1238
1165
 
1239
- export declare const DropZone: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
1166
+ export declare const DropZone: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
1240
1167
 
1241
1168
  export declare interface DropZoneRef {
1242
1169
  accepts: string | string[];
@@ -1245,11 +1172,11 @@ export declare interface DropZoneRef {
1245
1172
  onDrop?: (payload: DragPayload) => void;
1246
1173
  }
1247
1174
 
1248
- export declare const EnumsBar: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
1175
+ export declare const EnumsBar: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
1249
1176
 
1250
1177
  export declare const Expandable: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
1251
1178
 
1252
- export declare const ExternalLink: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
1179
+ export declare const ExternalLink: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
1253
1180
 
1254
1181
  export declare const FloatingPanel: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
1255
1182
 
@@ -1261,18 +1188,10 @@ declare function focus_4(): void;
1261
1188
 
1262
1189
  declare function focus_5(): void;
1263
1190
 
1264
- export declare const Icon: DefineComponent< {
1265
- name: IconName;
1266
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
1267
- name: IconName;
1268
- }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1269
-
1270
1191
  export declare const IconArrow: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1271
1192
 
1272
1193
  export declare const IconArrows: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1273
1194
 
1274
- export declare const IconCheck: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1275
-
1276
1195
  export declare const IconChevron: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1277
1196
 
1278
1197
  export declare const IconClose: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -1283,8 +1202,6 @@ export declare const IconHamburger: DefineComponent< {}, {}, {}, {}, {}, Comp
1283
1202
 
1284
1203
  export declare const IconInbound: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1285
1204
 
1286
- export declare type IconName = 'close' | 'check' | 'plus' | 'chevron' | 'folder' | 'outbound' | 'inbound' | 'question' | 'reload' | 'filter' | 'redo' | 'undo' | 'hamburger' | 'warning' | 'arrow' | 'arrows' | 'square' | 'squareSplitHorizontal' | 'squareSplitVertical';
1287
-
1288
1205
  export declare const IconOutbound: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1289
1206
 
1290
1207
  export declare const IconPlus: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -1295,12 +1212,6 @@ export declare const IconRedo: DefineComponent< {}, {}, {}, {}, {}, Component
1295
1212
 
1296
1213
  export declare const IconReload: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1297
1214
 
1298
- export declare const IconSquare: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1299
-
1300
- export declare const IconSquareSplitHorizontal: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1301
-
1302
- export declare const IconSquareSplitVertical: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1303
-
1304
1215
  export declare const IconUndo: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1305
1216
 
1306
1217
  export declare const IconWarning: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -1331,7 +1242,7 @@ onFocus?: ((value: Event) => any) | undefined;
1331
1242
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1332
1243
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1333
1244
 
1334
- export declare const InspectorLayout: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
1245
+ export declare const InspectorLayout: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
1335
1246
 
1336
1247
  /**
1337
1248
  * Defines the provider that provides InspectorLayout with content to render
@@ -1342,7 +1253,7 @@ export declare interface InspectorProvider {
1342
1253
  */
1343
1254
  state?: {
1344
1255
  label: string;
1345
- hue?: number | string;
1256
+ hue?: number;
1346
1257
  };
1347
1258
  /**
1348
1259
  * If set, adds the title to the header
@@ -1377,11 +1288,9 @@ export declare interface InspectorProvider {
1377
1288
 
1378
1289
  declare function isOpen(): boolean;
1379
1290
 
1380
- export declare const ListDetailLayout: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
1381
-
1382
1291
  export declare const ListLink: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
1383
1292
 
1384
- export declare const LoadingArea: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
1293
+ export declare const LoadingArea: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
1385
1294
 
1386
1295
  declare function open_2(): void;
1387
1296
 
@@ -1428,8 +1337,6 @@ isValid: boolean;
1428
1337
  defaultCountry: string;
1429
1338
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1430
1339
 
1431
- export declare const RadioButton: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
1432
-
1433
1340
  export declare const RemoveButton: DefineComponent< {
1434
1341
  /**
1435
1342
  * If this button is used on an "inverted" background, set to true to increase contrast
@@ -1478,13 +1385,13 @@ declare function setError_3(message?: string): void;
1478
1385
  */
1479
1386
  declare function setError_4(message?: string): void;
1480
1387
 
1481
- export declare const SidebarLayout: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
1388
+ export declare const SidebarLayout: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
1482
1389
 
1483
1390
  export declare const Spinner: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1484
1391
 
1485
- export declare const TabBar: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
1392
+ export declare const TabBar: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
1486
1393
 
1487
- export declare const TabItem: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
1394
+ export declare const TabItem: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
1488
1395
 
1489
1396
  export declare const TextInput: DefineComponent<__VLS_PublicProps, {
1490
1397
  setError: typeof setError;
@@ -1575,9 +1482,8 @@ export declare interface TreeNode {
1575
1482
  id: string;
1576
1483
  children?: TreeNode[];
1577
1484
  label: string | ComputedRef<string>;
1578
- style?: 'header';
1579
1485
  tags?: TreeNodeTag[] | ComputedRef<TreeNodeTag[]>;
1580
- icon?: IconName;
1486
+ icon?: string;
1581
1487
  onRename?: (newName: string, context: {
1582
1488
  node: TreeNode;
1583
1489
  parentNode?: TreeNode;
@@ -1589,34 +1495,11 @@ export declare interface TreeNode {
1589
1495
  onClick?: () => void;
1590
1496
  isSelected?: () => boolean;
1591
1497
  contextMenu?: ContextMenuSections;
1592
- dropZone?: {
1593
- accepts: string | string[];
1594
- metadata?: Record<string, any>;
1595
- onDrop: (payload: DragPayload) => void;
1596
- };
1597
- draggable?: {
1598
- type: string;
1599
- data: any;
1600
- metadata?: Record<string, any>;
1601
- };
1602
- /**
1603
- * Automatic sorting of children.
1604
- *
1605
- * none = Display in actual order
1606
- * az = Alphabetical
1607
- * caz = Alphabetical but entries with children comes first
1608
- */
1609
- sort?: 'none' | 'az' | 'caz';
1610
1498
  }
1611
1499
 
1612
1500
  export declare interface TreeNodeTag {
1613
1501
  value: string;
1614
- style: 'primary' | 'secondary' | 'tertiary' | 'hue';
1615
- /**
1616
- * If style is hue, this determines the hue value
1617
- */
1618
- hue?: number;
1619
- title?: string;
1502
+ style: 'primary' | 'secondary' | 'tertiary';
1620
1503
  }
1621
1504
 
1622
1505
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hantera/design-system",
3
- "version": "20250707.0.0-develop.1",
3
+ "version": "20250714.1.0",
4
4
  "types": "./dist/entry.d.ts",
5
5
  "scripts": {
6
6
  "build": "cpx ../../design-system/dist/**/*.d.ts ./dist -C"