@hantera/design-system 20250707.0.0-develop.1 → 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 +192 -65
  2. package/package.json +1 -1
package/dist/entry.d.ts CHANGED
@@ -50,6 +50,7 @@ selectedValues: string[];
50
50
  availableSets: DataColumnValuesEnumSet[];
51
51
  onAdd?: any;
52
52
  onRemove?: any;
53
+ disabled?: boolean;
53
54
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
54
55
  add: (value: DataColumnValuesEnumValue) => any;
55
56
  remove: (value: DataColumnValuesEnumValue) => any;
@@ -58,6 +59,7 @@ selectedValues: string[];
58
59
  availableSets: DataColumnValuesEnumSet[];
59
60
  onAdd?: any;
60
61
  onRemove?: any;
62
+ disabled?: boolean;
61
63
  }> & Readonly<{
62
64
  onAdd?: ((value: DataColumnValuesEnumValue) => any) | undefined;
63
65
  onRemove?: ((value: DataColumnValuesEnumValue) => any) | undefined;
@@ -140,7 +142,7 @@ onDrop?: ((payload: DragPayload) => any) | undefined;
140
142
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
141
143
 
142
144
  declare const __VLS_component_19: DefineComponent< {
143
- target?: DropDownTarget | null;
145
+ target?: DropdownTarget | null;
144
146
  }, {
145
147
  open: typeof open_3;
146
148
  close: typeof close_3;
@@ -149,7 +151,7 @@ isOpen: typeof isOpen;
149
151
  close: () => any;
150
152
  open: () => any;
151
153
  }, string, PublicProps, Readonly<{
152
- target?: DropDownTarget | null;
154
+ target?: DropdownTarget | null;
153
155
  }> & Readonly<{
154
156
  onClose?: (() => any) | undefined;
155
157
  onOpen?: (() => any) | undefined;
@@ -281,11 +283,11 @@ disabled?: boolean;
281
283
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
282
284
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
283
285
 
284
- declare const __VLS_component_9: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
286
+ declare const __VLS_component_9: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
285
287
  "update:modelValue": (modelValue: any) => any;
286
288
  } & {
287
289
  "update:modelValue": (value: any) => any;
288
- }, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
290
+ }, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
289
291
  "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
290
292
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
291
293
 
@@ -294,15 +296,29 @@ declare type __VLS_PublicProps = {
294
296
  } & typeof __VLS_typeProps;
295
297
 
296
298
  declare type __VLS_PublicProps_2 = {
297
- modelValue?: any;
299
+ modelValue: string;
300
+ modelModifiers?: Record<string, true>;
298
301
  } & typeof __VLS_typeProps_2;
299
302
 
300
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 = {
301
312
  modelValue?: {
302
313
  start: Date;
303
314
  end: Date;
304
315
  } | Date;
305
- } & typeof __VLS_typeProps_3;
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;
306
322
 
307
323
  declare function __VLS_template(): {
308
324
  slots: {
@@ -316,7 +332,7 @@ declare function __VLS_template(): {
316
332
  $: ComponentInternalInstance;
317
333
  $data: {};
318
334
  $props: {
319
- readonly target?: (DropDownTarget | null) | undefined;
335
+ readonly target?: (DropdownTarget | null) | undefined;
320
336
  readonly onClose?: (() => any) | undefined;
321
337
  readonly onOpen?: (() => any) | undefined;
322
338
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
@@ -335,7 +351,7 @@ declare function __VLS_template(): {
335
351
  $emit: ((event: "close") => void) & ((event: "open") => void);
336
352
  $el: any;
337
353
  $options: ComponentOptionsBase<Readonly<{
338
- target?: DropDownTarget | null;
354
+ target?: DropdownTarget | null;
339
355
  }> & Readonly<{
340
356
  onClose?: (() => any) | undefined;
341
357
  onOpen?: (() => any) | undefined;
@@ -367,7 +383,7 @@ declare function __VLS_template(): {
367
383
  $nextTick: nextTick;
368
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;
369
385
  } & Readonly<{}> & Omit<Readonly<{
370
- target?: DropDownTarget | null;
386
+ target?: DropdownTarget | null;
371
387
  }> & Readonly<{
372
388
  onClose?: (() => any) | undefined;
373
389
  onOpen?: (() => any) | undefined;
@@ -410,7 +426,7 @@ declare function __VLS_template_12(): {
410
426
  $: ComponentInternalInstance;
411
427
  $data: {};
412
428
  $props: {
413
- readonly target?: (DropDownTarget | null) | undefined;
429
+ readonly target?: (DropdownTarget | null) | undefined;
414
430
  readonly onClose?: (() => any) | undefined;
415
431
  readonly onOpen?: (() => any) | undefined;
416
432
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
@@ -429,7 +445,7 @@ declare function __VLS_template_12(): {
429
445
  $emit: ((event: "close") => void) & ((event: "open") => void);
430
446
  $el: any;
431
447
  $options: ComponentOptionsBase<Readonly<{
432
- target?: DropDownTarget | null;
448
+ target?: DropdownTarget | null;
433
449
  }> & Readonly<{
434
450
  onClose?: (() => any) | undefined;
435
451
  onOpen?: (() => any) | undefined;
@@ -461,7 +477,7 @@ declare function __VLS_template_12(): {
461
477
  $nextTick: nextTick;
462
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;
463
479
  } & Readonly<{}> & Omit<Readonly<{
464
- target?: DropDownTarget | null;
480
+ target?: DropdownTarget | null;
465
481
  }> & Readonly<{
466
482
  onClose?: (() => any) | undefined;
467
483
  onOpen?: (() => any) | undefined;
@@ -604,7 +620,7 @@ declare function __VLS_template_24(): {
604
620
  $: ComponentInternalInstance;
605
621
  $data: {};
606
622
  $props: {
607
- readonly target?: (DropDownTarget | null) | undefined;
623
+ readonly target?: (DropdownTarget | null) | undefined;
608
624
  readonly onClose?: (() => any) | undefined;
609
625
  readonly onOpen?: (() => any) | undefined;
610
626
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
@@ -623,7 +639,7 @@ declare function __VLS_template_24(): {
623
639
  $emit: ((event: "close") => void) & ((event: "open") => void);
624
640
  $el: any;
625
641
  $options: ComponentOptionsBase<Readonly<{
626
- target?: DropDownTarget | null;
642
+ target?: DropdownTarget | null;
627
643
  }> & Readonly<{
628
644
  onClose?: (() => any) | undefined;
629
645
  onOpen?: (() => any) | undefined;
@@ -655,7 +671,7 @@ declare function __VLS_template_24(): {
655
671
  $nextTick: nextTick;
656
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;
657
673
  } & Readonly<{}> & Omit<Readonly<{
658
- target?: DropDownTarget | null;
674
+ target?: DropdownTarget | null;
659
675
  }> & Readonly<{
660
676
  onClose?: (() => any) | undefined;
661
677
  onOpen?: (() => any) | undefined;
@@ -790,12 +806,27 @@ declare let __VLS_typeProps: {
790
806
  };
791
807
 
792
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: {
793
824
  modelValue: any;
794
825
  value: any;
795
826
  disabled?: boolean;
796
827
  };
797
828
 
798
- declare let __VLS_typeProps_3: {
829
+ declare let __VLS_typeProps_5: {
799
830
  minDate?: Date;
800
831
  maxDate?: Date;
801
832
  startOfWeek?: number;
@@ -803,6 +834,10 @@ declare let __VLS_typeProps_3: {
803
834
  weekNumbers?: 'firstFourDays';
804
835
  };
805
836
 
837
+ declare let __VLS_typeProps_6: {
838
+ items: NavItemDefinition[];
839
+ };
840
+
806
841
  declare type __VLS_WithTemplateSlots<T, S> = T & {
807
842
  new (): {
808
843
  $slots: S;
@@ -947,8 +982,41 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
947
982
  };
948
983
  };
949
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
+
950
1016
  declare function blur_2(): void;
951
1017
 
1018
+ declare function blur_3(): void;
1019
+
952
1020
  declare function close_2(): void;
953
1021
 
954
1022
  declare function close_3(): void;
@@ -1129,14 +1197,14 @@ export declare interface DataTableContextMenuProvider {
1129
1197
  forRow(row: DataRow): ContextMenuSections;
1130
1198
  }
1131
1199
 
1132
- export declare const DatePicker: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1200
+ export declare const DatePicker: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1133
1201
  "update:modelValue": (modelValue: Date | {
1134
1202
  start: Date;
1135
1203
  end: Date;
1136
1204
  }) => any;
1137
1205
  } & {
1138
1206
  "update:selectionState": (value: "single" | "start" | "end") => any;
1139
- }, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
1207
+ }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
1140
1208
  "onUpdate:modelValue"?: ((modelValue: Date | {
1141
1209
  start: Date;
1142
1210
  end: Date;
@@ -1147,42 +1215,27 @@ startOfWeek: number;
1147
1215
  mode: "single" | "range";
1148
1216
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1149
1217
 
1150
- export declare const DecimalInput: DefineComponent< {
1151
- modelValue?: DecimalInputValue | Decimal;
1152
- name?: string;
1153
- selectOnFocus?: boolean;
1154
- disabled?: boolean;
1155
- maxValue?: Decimal | number;
1156
- minValue?: Decimal | number;
1157
- allowPercentage?: boolean;
1158
- }, {
1159
- setError: typeof setError_2;
1160
- focus: typeof focus_3;
1161
- select: typeof select_2;
1162
- }, {}, {}, {}, 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
+ } & {
1163
1225
  blur: (value: Event) => any;
1164
1226
  change: () => any;
1165
1227
  focus: (value: Event) => any;
1166
1228
  keydown: (value: KeyboardEvent) => any;
1167
1229
  keypress: (value: KeyboardEvent) => any;
1168
1230
  keyenter: (value: KeyboardEvent) => any;
1169
- "update:modelValue": (value: DecimalInputValue | Decimal) => any;
1170
- }, string, PublicProps, Readonly<{
1171
- modelValue?: DecimalInputValue | Decimal;
1172
- name?: string;
1173
- selectOnFocus?: boolean;
1174
- disabled?: boolean;
1175
- maxValue?: Decimal | number;
1176
- minValue?: Decimal | number;
1177
- allowPercentage?: boolean;
1178
- }> & Readonly<{
1231
+ }, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
1179
1232
  onBlur?: ((value: Event) => any) | undefined;
1180
1233
  onChange?: (() => any) | undefined;
1181
1234
  onFocus?: ((value: Event) => any) | undefined;
1182
1235
  onKeydown?: ((value: KeyboardEvent) => any) | undefined;
1183
1236
  onKeypress?: ((value: KeyboardEvent) => any) | undefined;
1184
1237
  onKeyenter?: ((value: KeyboardEvent) => any) | undefined;
1185
- "onUpdate:modelValue"?: ((value: DecimalInputValue | Decimal) => any) | undefined;
1238
+ "onUpdate:modelValue"?: ((modelValue: DecimalInputValue | Decimal) => any) | undefined;
1186
1239
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1187
1240
 
1188
1241
  export declare interface DecimalInputValue {
@@ -1229,9 +1282,9 @@ export declare const DropdownItem: __VLS_WithTemplateSlots_20<typeof __VLS_compo
1229
1282
 
1230
1283
  export declare const DropdownMenu: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1231
1284
 
1232
- export declare type DropDownTarget = Element | DropDownTargetPoint;
1285
+ export declare type DropdownTarget = Element | DropdownTargetPoint;
1233
1286
 
1234
- export declare interface DropDownTargetPoint {
1287
+ export declare interface DropdownTargetPoint {
1235
1288
  x: number;
1236
1289
  y: number;
1237
1290
  }
@@ -1245,6 +1298,29 @@ export declare interface DropZoneRef {
1245
1298
  onDrop?: (payload: DragPayload) => void;
1246
1299
  }
1247
1300
 
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
+
1248
1324
  export declare const EnumsBar: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
1249
1325
 
1250
1326
  export declare const Expandable: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
@@ -1261,6 +1337,8 @@ declare function focus_4(): void;
1261
1337
 
1262
1338
  declare function focus_5(): void;
1263
1339
 
1340
+ declare function focus_6(): void;
1341
+
1264
1342
  export declare const Icon: DefineComponent< {
1265
1343
  name: IconName;
1266
1344
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
@@ -1283,7 +1361,7 @@ export declare const IconHamburger: DefineComponent< {}, {}, {}, {}, {}, Comp
1283
1361
 
1284
1362
  export declare const IconInbound: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1285
1363
 
1286
- export declare type IconName = 'close' | 'check' | 'plus' | 'chevron' | 'folder' | 'outbound' | 'inbound' | 'question' | 'reload' | 'filter' | 'redo' | 'undo' | 'hamburger' | 'warning' | 'arrow' | 'arrows' | 'square' | 'squareSplitHorizontal' | 'squareSplitVertical';
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';
1287
1365
 
1288
1366
  export declare const IconOutbound: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1289
1367
 
@@ -1312,9 +1390,9 @@ type?: string;
1312
1390
  placeholder?: string;
1313
1391
  autocomplete?: "email" | "url";
1314
1392
  }, {
1315
- setError: typeof setError_4;
1316
- focus: typeof focus_5;
1317
- select: typeof select_4;
1393
+ setError: typeof setError_5;
1394
+ focus: typeof focus_6;
1395
+ select: typeof select_5;
1318
1396
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1319
1397
  blur: (value: Event) => any;
1320
1398
  focus: (value: Event) => any;
@@ -1360,29 +1438,64 @@ export declare interface InspectorProvider {
1360
1438
  */
1361
1439
  summary: string | object;
1362
1440
  /**
1363
- * 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
1364
1446
  * or first tab depending on viewport size.
1365
1447
  */
1366
- selectedTab: string | number;
1367
- tabs: {
1368
- key: string;
1369
- label: string;
1370
- count?: number;
1371
- /**
1372
- * An HTML tag name, a Component name or Component class reference to render as tab's content.
1373
- */
1374
- component: string | object;
1375
- }[];
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;
1376
1461
  }
1377
1462
 
1378
1463
  declare function isOpen(): boolean;
1379
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
+
1380
1481
  export declare const ListDetailLayout: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
1381
1482
 
1382
1483
  export declare const ListLink: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
1383
1484
 
1384
1485
  export declare const LoadingArea: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
1385
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
+ }
1498
+
1386
1499
  declare function open_2(): void;
1387
1500
 
1388
1501
  declare function open_3(): void;
@@ -1399,9 +1512,9 @@ isValid?: boolean;
1399
1512
  defaultCountry?: string;
1400
1513
  name?: string;
1401
1514
  }, {
1402
- setError: typeof setError_3;
1403
- focus: typeof focus_4;
1404
- select: typeof select_3;
1515
+ setError: typeof setError_4;
1516
+ focus: typeof focus_5;
1517
+ select: typeof select_4;
1405
1518
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1406
1519
  blur: (value: Event) => any;
1407
1520
  focus: (value: Event) => any;
@@ -1444,8 +1557,18 @@ invertColors?: boolean;
1444
1557
 
1445
1558
  declare function rename(node: string | TreeNode): void;
1446
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
+
1447
1568
  declare function scrollIntoView(): void;
1448
1569
 
1570
+ declare function scrollIntoView_2(): void;
1571
+
1449
1572
  declare function select(): void;
1450
1573
 
1451
1574
  declare function select_2(): void;
@@ -1454,29 +1577,33 @@ declare function select_3(): void;
1454
1577
 
1455
1578
  declare function select_4(): void;
1456
1579
 
1580
+ declare function select_5(): void;
1581
+
1457
1582
  /**
1458
1583
  *
1459
1584
  * @param error The error message
1460
1585
  */
1461
1586
  declare function setError(message?: string): void;
1462
1587
 
1588
+ declare function setError_2(message?: string): void;
1589
+
1463
1590
  /**
1464
1591
  *
1465
1592
  * @param error The error message
1466
1593
  */
1467
- declare function setError_2(message?: string): void;
1594
+ declare function setError_3(message?: string): void;
1468
1595
 
1469
1596
  /**
1470
1597
  *
1471
1598
  * @param error The error message
1472
1599
  */
1473
- declare function setError_3(message?: string): void;
1600
+ declare function setError_4(message?: string): void;
1474
1601
 
1475
1602
  /**
1476
1603
  *
1477
1604
  * @param error The error message
1478
1605
  */
1479
- declare function setError_4(message?: string): void;
1606
+ declare function setError_5(message?: string): void;
1480
1607
 
1481
1608
  export declare const SidebarLayout: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
1482
1609
 
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": "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"