@tedi-design-system/angular 6.5.0-rc.1 → 6.5.0-rc.2

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 (45) hide show
  1. package/fesm2022/tedi-design-system-angular-tedi.mjs +4451 -2795
  2. package/fesm2022/tedi-design-system-angular-tedi.mjs.map +1 -1
  3. package/package.json +2 -1
  4. package/tedi/components/buttons/collapse/collapse.component.d.ts +21 -5
  5. package/tedi/components/buttons/collapse/collapse.component.d.ts.map +1 -1
  6. package/tedi/components/buttons/collapse-button/collapse-button.component.d.ts +76 -0
  7. package/tedi/components/buttons/collapse-button/collapse-button.component.d.ts.map +1 -0
  8. package/tedi/components/buttons/index.d.ts +1 -0
  9. package/tedi/components/buttons/index.d.ts.map +1 -1
  10. package/tedi/components/content/index.d.ts +1 -0
  11. package/tedi/components/content/index.d.ts.map +1 -1
  12. package/tedi/components/content/table/index.d.ts +9 -0
  13. package/tedi/components/content/table/index.d.ts.map +1 -0
  14. package/tedi/components/content/table/row-span.utils.d.ts +10 -0
  15. package/tedi/components/content/table/row-span.utils.d.ts.map +1 -0
  16. package/tedi/components/content/table/table-columns-menu/index.d.ts +2 -0
  17. package/tedi/components/content/table/table-columns-menu/index.d.ts.map +1 -0
  18. package/tedi/components/content/table/table-columns-menu/table-columns-menu.component.d.ts +19 -0
  19. package/tedi/components/content/table/table-columns-menu/table-columns-menu.component.d.ts.map +1 -0
  20. package/tedi/components/content/table/table-header-button/index.d.ts +2 -0
  21. package/tedi/components/content/table/table-header-button/index.d.ts.map +1 -0
  22. package/tedi/components/content/table/table-header-button/table-header-button.component.d.ts +36 -0
  23. package/tedi/components/content/table/table-header-button/table-header-button.component.d.ts.map +1 -0
  24. package/tedi/components/content/table/table-toolbar/index.d.ts +2 -0
  25. package/tedi/components/content/table/table-toolbar/index.d.ts.map +1 -0
  26. package/tedi/components/content/table/table-toolbar/table-toolbar.component.d.ts +6 -0
  27. package/tedi/components/content/table/table-toolbar/table-toolbar.component.d.ts.map +1 -0
  28. package/tedi/components/content/table/table.component.d.ts +499 -0
  29. package/tedi/components/content/table/table.component.d.ts.map +1 -0
  30. package/tedi/components/content/table/table.context.d.ts +5 -0
  31. package/tedi/components/content/table/table.context.d.ts.map +1 -0
  32. package/tedi/components/content/table/table.persistence.d.ts +21 -0
  33. package/tedi/components/content/table/table.persistence.d.ts.map +1 -0
  34. package/tedi/components/content/table/table.types.d.ts +196 -0
  35. package/tedi/components/content/table/table.types.d.ts.map +1 -0
  36. package/tedi/components/helpers/empty-state/empty-state.component.d.ts +54 -0
  37. package/tedi/components/helpers/empty-state/empty-state.component.d.ts.map +1 -0
  38. package/tedi/components/helpers/empty-state/index.d.ts +2 -0
  39. package/tedi/components/helpers/empty-state/index.d.ts.map +1 -0
  40. package/tedi/components/helpers/index.d.ts +1 -0
  41. package/tedi/components/helpers/index.d.ts.map +1 -1
  42. package/tedi/components/overlay/dropdown/dropdown-item/dropdown-item.component.d.ts +14 -1
  43. package/tedi/components/overlay/dropdown/dropdown-item/dropdown-item.component.d.ts.map +1 -1
  44. package/tedi/services/translation/translations.d.ts +84 -0
  45. package/tedi/services/translation/translations.d.ts.map +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tedi-design-system/angular",
3
- "version": "6.5.0-rc.1",
3
+ "version": "6.5.0-rc.2",
4
4
  "type": "module",
5
5
  "main": "community.mjs",
6
6
  "module": "fesm2022/tedi-design-system-angular.mjs",
@@ -34,6 +34,7 @@
34
34
  "ngx-float-ui": "^19.0.1 || ^20.0.0 || ^21.0.0"
35
35
  },
36
36
  "dependencies": {
37
+ "@tanstack/angular-table": "^8.21.4",
37
38
  "@tedi-design-system/core": "^6.2.1",
38
39
  "tslib": "^2.3.0"
39
40
  },
@@ -1,6 +1,8 @@
1
- import { AfterViewInit, Renderer2 } from "@angular/core";
1
+ import { AfterViewInit } from "@angular/core";
2
+ import { type CollapseButtonArrowType, type CollapseButtonSize } from "../collapse-button/collapse-button.component";
2
3
  import * as i0 from "@angular/core";
3
- export type ArrowType = "default" | "secondary";
4
+ export type ArrowType = CollapseButtonArrowType;
5
+ export type CollapseSize = CollapseButtonSize;
4
6
  export declare class CollapseComponent implements AfterViewInit {
5
7
  /**
6
8
  * The title/header element for the collapsible section.
@@ -25,13 +27,27 @@ export declare class CollapseComponent implements AfterViewInit {
25
27
  * Option for toggling different arrow styles.
26
28
  * @default "default"
27
29
  */
28
- arrowType: import("@angular/core").InputSignal<ArrowType>;
29
- renderer: Renderer2;
30
+ arrowType: import("@angular/core").InputSignal<CollapseButtonArrowType>;
31
+ /**
32
+ * Visual size of the toggle button.
33
+ * @default "default"
34
+ */
35
+ size: import("@angular/core").InputSignal<CollapseButtonSize>;
36
+ /**
37
+ * Inverted color palette — flips the link / icon colors to their
38
+ * inverted-surface equivalents (white text + icon), for use on top of dark
39
+ * backgrounds. Pairs with both the text and icon-only variants; the
40
+ * secondary-arrow style has no inverted form in the design and the flag is
41
+ * ignored when `arrowType === 'secondary'`.
42
+ * @default false
43
+ */
44
+ inverted: import("@angular/core").InputSignal<boolean>;
30
45
  collapseContentId: string;
31
46
  isOpen: import("@angular/core").WritableSignal<boolean>;
47
+ protected readonly isInvertedActive: import("@angular/core").Signal<boolean>;
32
48
  toggleCollapse(): void;
33
49
  ngAfterViewInit(): void;
34
50
  static ɵfac: i0.ɵɵFactoryDeclaration<CollapseComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<CollapseComponent, "tedi-collapse", never, { "openText": { "alias": "openText"; "required": false; "isSignal": true; }; "closeText": { "alias": "closeText"; "required": false; "isSignal": true; }; "defaultOpen": { "alias": "defaultOpen"; "required": false; "isSignal": true; }; "hideCollapseText": { "alias": "hideCollapseText"; "required": false; "isSignal": true; }; "arrowType": { "alias": "arrowType"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
51
+ static ɵcmp: i0.ɵɵComponentDeclaration<CollapseComponent, "tedi-collapse", never, { "openText": { "alias": "openText"; "required": false; "isSignal": true; }; "closeText": { "alias": "closeText"; "required": false; "isSignal": true; }; "defaultOpen": { "alias": "defaultOpen"; "required": false; "isSignal": true; }; "hideCollapseText": { "alias": "hideCollapseText"; "required": false; "isSignal": true; }; "arrowType": { "alias": "arrowType"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "inverted": { "alias": "inverted"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
36
52
  }
37
53
  //# sourceMappingURL=collapse.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"collapse.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/buttons/collapse/collapse.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,aAAa,EAIb,SAAS,EACV,MAAM,eAAe,CAAC;;AAMvB,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,WAAW,CAAC;AAEhD,qBASa,iBAAkB,YAAW,aAAa;IACrD;;;OAGG;IACH,QAAQ,0DAAmB;IAC3B;;OAEG;IACH,SAAS,0DAAmB;IAC5B;;;OAGG;IACH,WAAW,+CAAyB;IACpC;;;OAGG;IACH,gBAAgB,+CAAyB;IACzC;;;OAGG;IACH,SAAS,iDAA+B;IAExC,QAAQ,YAAqB;IAC7B,iBAAiB,EAAE,MAAM,CAAwC;IACjE,MAAM,kDAA0B;IAEhC,cAAc;IAId,eAAe;yCAlCJ,iBAAiB;2CAAjB,iBAAiB;CAuC7B"}
1
+ {"version":3,"file":"collapse.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/buttons/collapse/collapse.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,aAAa,EAGd,MAAM,eAAe,CAAC;AACvB,OAAO,EAEL,KAAK,uBAAuB,EAC5B,KAAK,kBAAkB,EACxB,MAAM,8CAA8C,CAAC;;AAGtD,MAAM,MAAM,SAAS,GAAG,uBAAuB,CAAC;AAChD,MAAM,MAAM,YAAY,GAAG,kBAAkB,CAAC;AAE9C,qBASa,iBAAkB,YAAW,aAAa;IACrD;;;OAGG;IACH,QAAQ,0DAAmB;IAC3B;;OAEG;IACH,SAAS,0DAAmB;IAC5B;;;OAGG;IACH,WAAW,+CAAyB;IACpC;;;OAGG;IACH,gBAAgB,+CAAyB;IACzC;;;OAGG;IACH,SAAS,+DAA+B;IACxC;;;OAGG;IACH,IAAI,0DAAkC;IACtC;;;;;;;OAOG;IACH,QAAQ,+CAAyB;IAEjC,iBAAiB,EAAE,MAAM,CAAwC;IACjE,MAAM,kDAA0B;IAChC,SAAS,CAAC,QAAQ,CAAC,gBAAgB,0CAEjC;IAEF,cAAc;IAId,eAAe;yCAlDJ,iBAAiB;2CAAjB,iBAAiB;CAuD7B"}
@@ -0,0 +1,76 @@
1
+ import { type IconSize } from "../../base/icon/icon.component";
2
+ import * as i0 from "@angular/core";
3
+ export type CollapseButtonArrowType = "default" | "secondary";
4
+ export type CollapseButtonSize = "default" | "small";
5
+ export declare class CollapseButtonComponent {
6
+ private translationService;
7
+ private readonly defaultOpenLabel;
8
+ private readonly defaultCloseLabel;
9
+ /**
10
+ * Current open state. Bind alongside `openChange` to keep in sync.
11
+ * @default false
12
+ */
13
+ open: import("@angular/core").InputSignal<boolean>;
14
+ /**
15
+ * Label shown when collapsed.
16
+ */
17
+ openText: import("@angular/core").InputSignal<string | undefined>;
18
+ /**
19
+ * Label shown when expanded.
20
+ */
21
+ closeText: import("@angular/core").InputSignal<string | undefined>;
22
+ /**
23
+ * Hide the label and render the chevron only.
24
+ * @default false
25
+ */
26
+ hideText: import("@angular/core").InputSignal<boolean>;
27
+ /**
28
+ * Chevron style. Only takes effect with `hideText`.
29
+ * @default "default"
30
+ */
31
+ arrowType: import("@angular/core").InputSignal<CollapseButtonArrowType>;
32
+ /**
33
+ * Visual size.
34
+ * @default "default"
35
+ */
36
+ size: import("@angular/core").InputSignal<CollapseButtonSize>;
37
+ /**
38
+ * Use light text and icon for placement on a dark / brand background.
39
+ * Ignored when `arrowType` is `secondary` (no inverted form in the design).
40
+ * @default false
41
+ */
42
+ inverted: import("@angular/core").InputSignal<boolean>;
43
+ /**
44
+ * ID of the disclosed region. Forwarded to `aria-controls`.
45
+ */
46
+ ariaControls: import("@angular/core").InputSignal<string | undefined>;
47
+ /**
48
+ * Accessible label. Required when `hideText` is true.
49
+ */
50
+ ariaLabel: import("@angular/core").InputSignal<string | undefined>;
51
+ /**
52
+ * Forwarded to the rendered `<button>`.
53
+ */
54
+ id: import("@angular/core").InputSignal<string | undefined>;
55
+ openChange: import("@angular/core").OutputEmitterRef<boolean>;
56
+ protected readonly iconSize: import("@angular/core").Signal<IconSize>;
57
+ protected readonly iconVariant: import("@angular/core").Signal<"filled" | "outlined">;
58
+ /**
59
+ * The state-aware visible label / fallback accessible name. When `open`,
60
+ * resolves to `closeText` (or the translated `close`); otherwise resolves to
61
+ * `openText` (or the translated `open`).
62
+ */
63
+ protected readonly label: import("@angular/core").Signal<string>;
64
+ /**
65
+ * Effective `aria-label`. Returns `null` when visible text is present so the
66
+ * button's text content is the accessible name (avoids the WCAG 2.5.3
67
+ * "Label in Name" conflict). In icon-only mode, falls back to the resolved
68
+ * open/close label when no `ariaLabel` is provided.
69
+ */
70
+ protected readonly resolvedAriaLabel: import("@angular/core").Signal<string | null>;
71
+ protected readonly hostClasses: import("@angular/core").Signal<string>;
72
+ protected toggle(): void;
73
+ static ɵfac: i0.ɵɵFactoryDeclaration<CollapseButtonComponent, never>;
74
+ static ɵcmp: i0.ɵɵComponentDeclaration<CollapseButtonComponent, "button[tedi-collapse-button]", never, { "open": { "alias": "open"; "required": false; "isSignal": true; }; "openText": { "alias": "openText"; "required": false; "isSignal": true; }; "closeText": { "alias": "closeText"; "required": false; "isSignal": true; }; "hideText": { "alias": "hideText"; "required": false; "isSignal": true; }; "arrowType": { "alias": "arrowType"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "inverted": { "alias": "inverted"; "required": false; "isSignal": true; }; "ariaControls": { "alias": "ariaControls"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; }, { "openChange": "openChange"; }, never, never, true, never>;
75
+ }
76
+ //# sourceMappingURL=collapse-button.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"collapse-button.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/buttons/collapse-button/collapse-button.component.ts"],"names":[],"mappings":"AAUA,OAAO,EAAiB,KAAK,QAAQ,EAAE,MAAM,gCAAgC,CAAC;;AAE9E,MAAM,MAAM,uBAAuB,GAAG,SAAS,GAAG,WAAW,CAAC;AAC9D,MAAM,MAAM,kBAAkB,GAAG,SAAS,GAAG,OAAO,CAAC;AAErD,qBAkBa,uBAAuB;IAClC,OAAO,CAAC,kBAAkB,CAAkC;IAC5D,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAyC;IAC1E,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAA0C;IAC5E;;;OAGG;IACH,IAAI,+CAAyB;IAC7B;;OAEG;IACH,QAAQ,0DAAmB;IAC3B;;OAEG;IACH,SAAS,0DAAmB;IAC5B;;;OAGG;IACH,QAAQ,+CAAyB;IACjC;;;OAGG;IACH,SAAS,+DAA6C;IACtD;;;OAGG;IACH,IAAI,0DAAwC;IAC5C;;;;OAIG;IACH,QAAQ,+CAAyB;IACjC;;OAEG;IACH,YAAY,0DAAmB;IAC/B;;OAEG;IACH,SAAS,0DAAmB;IAC5B;;OAEG;IACH,EAAE,0DAAmB;IAErB,UAAU,oDAAqB;IAE/B,SAAS,CAAC,QAAQ,CAAC,QAAQ,2CAEzB;IAEF,SAAS,CAAC,QAAQ,CAAC,WAAW,wDAE5B;IAEF;;;;OAIG;IACH,SAAS,CAAC,QAAQ,CAAC,KAAK,yCAItB;IAEF;;;;;OAKG;IACH,SAAS,CAAC,QAAQ,CAAC,iBAAiB,gDAGjC;IAEH,SAAS,CAAC,QAAQ,CAAC,WAAW,yCAgB3B;IAEH,SAAS,CAAC,MAAM,IAAI,IAAI;yCArGb,uBAAuB;2CAAvB,uBAAuB;CAwGnC"}
@@ -1,6 +1,7 @@
1
1
  export * from "./button/button.component";
2
2
  export * from "./info-button/info-button.component";
3
3
  export * from "./collapse/collapse.component";
4
+ export * from "./collapse-button/collapse-button.component";
4
5
  export * from "./closing-button/closing-button.component";
5
6
  export * from "./button/base-button.directive";
6
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../tedi/components/buttons/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qCAAqC,CAAC;AACpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2CAA2C,CAAC;AAC1D,cAAc,gCAAgC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../tedi/components/buttons/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qCAAqC,CAAC;AACpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6CAA6C,CAAC;AAC5D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,gCAAgC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  export * from "./list/list.component";
2
2
  export * from "./text-group/";
3
3
  export * from "./carousel";
4
+ export * from "./table";
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../tedi/components/content/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../tedi/components/content/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC"}
@@ -0,0 +1,9 @@
1
+ export * from "./table.component";
2
+ export * from "./table.types";
3
+ export * from "./table.context";
4
+ export * from "./table.persistence";
5
+ export * from "./row-span.utils";
6
+ export * from "./table-toolbar";
7
+ export * from "./table-columns-menu";
8
+ export * from "./table-header-button";
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/content/table/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import type { CellContext, Row } from "@tanstack/angular-table";
2
+ /**
3
+ * Build a `rowSpan` callback that auto-collapses consecutive equal keys.
4
+ * Returns `N > 1` for the first row in a run and `0` for the covered rows.
5
+ * Pass the **same** array of rows the table is rendering — typically
6
+ * `table.getRowModel().rows` — so spans operate on the post-filter / sort /
7
+ * pagination row set.
8
+ */
9
+ export declare function groupRowSpan<TData>(rows: Row<TData>[], keyFn: (row: Row<TData>) => unknown): (info: CellContext<TData, unknown>) => number;
10
+ //# sourceMappingURL=row-span.utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"row-span.utils.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/content/table/row-span.utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,GAAG,EAAE,MAAM,yBAAyB,CAAC;AAEhE;;;;;;GAMG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAChC,IAAI,EAAE,GAAG,CAAC,KAAK,CAAC,EAAE,EAClB,KAAK,EAAE,CAAC,GAAG,EAAE,GAAG,CAAC,KAAK,CAAC,KAAK,OAAO,GAClC,CAAC,IAAI,EAAE,WAAW,CAAC,KAAK,EAAE,OAAO,CAAC,KAAK,MAAM,CAqB/C"}
@@ -0,0 +1,2 @@
1
+ export * from "./table-columns-menu.component";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/content/table/table-columns-menu/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC"}
@@ -0,0 +1,19 @@
1
+ import type { Column } from "@tanstack/angular-table";
2
+ import * as i0 from "@angular/core";
3
+ export declare class TediTableColumnsMenuComponent {
4
+ /**
5
+ * Trigger label. Falls back to the localised `table.columns` translation.
6
+ */
7
+ readonly triggerLabel: import("@angular/core").InputSignal<string | undefined>;
8
+ private readonly context;
9
+ private readonly translation;
10
+ protected readonly defaultLabel: import("@angular/core").Signal<string>;
11
+ protected readonly hideableColumns: import("@angular/core").Signal<Column<unknown, unknown>[]>;
12
+ protected readonly visibleCount: import("@angular/core").Signal<number>;
13
+ protected readonly tableId: import("@angular/core").Signal<string>;
14
+ protected resolveHeader(column: Column<unknown, unknown>): string;
15
+ protected handleToggle(column: Column<unknown, unknown>): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<TediTableColumnsMenuComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<TediTableColumnsMenuComponent, "tedi-table-columns-menu", never, { "triggerLabel": { "alias": "triggerLabel"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
18
+ }
19
+ //# sourceMappingURL=table-columns-menu.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table-columns-menu.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/content/table/table-columns-menu/table-columns-menu.component.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;;AAatD,qBAsBa,6BAA6B;IACxC;;OAEG;IACH,QAAQ,CAAC,YAAY,0DAAwC;IAE7D,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAqD;IAC7E,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAkC;IAE9D,SAAS,CAAC,QAAQ,CAAC,YAAY,yCAA2C;IAE1E,SAAS,CAAC,QAAQ,CAAC,eAAe,6DAM/B;IAEH,SAAS,CAAC,QAAQ,CAAC,YAAY,yCAG7B;IAEF,SAAS,CAAC,QAAQ,CAAC,OAAO,yCAAqC;IAE/D,SAAS,CAAC,aAAa,CAAC,MAAM,EAAE,MAAM,CAAC,OAAO,EAAE,OAAO,CAAC,GAAG,MAAM;IAKjE,SAAS,CAAC,YAAY,CAAC,MAAM,EAAE,MAAM,CAAC,OAAO,EAAE,OAAO,CAAC,GAAG,IAAI;yCA/BnD,6BAA6B;2CAA7B,6BAA6B;CAkCzC"}
@@ -0,0 +1,2 @@
1
+ export * from "./table-header-button.component";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/content/table/table-header-button/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC"}
@@ -0,0 +1,36 @@
1
+ import { IconSize } from "../../../base/icon/icon.component";
2
+ import * as i0 from "@angular/core";
3
+ export declare class TediTableHeaderButtonComponent {
4
+ /** Material icon name rendered inside the button. */
5
+ readonly icon: import("@angular/core").InputSignal<string>;
6
+ /**
7
+ * Render the icon's "filled" variant.
8
+ * @default false
9
+ */
10
+ readonly filled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
11
+ /**
12
+ * Paint the icon in the brand colour to indicate an active sort/filter.
13
+ * @default false
14
+ */
15
+ readonly selected: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
16
+ /**
17
+ * Disabled state.
18
+ * @default false
19
+ */
20
+ readonly disabled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
21
+ /**
22
+ * Size of the icon, in pixels.
23
+ * @default 18
24
+ */
25
+ readonly iconSize: import("@angular/core").InputSignal<IconSize>;
26
+ /**
27
+ * Accessible name override. Optional when visible text is projected into the
28
+ * button — the projected text already serves as the accessible name. Required
29
+ * for icon-only usage (e.g. filter triggers) where no visible label exists.
30
+ */
31
+ readonly ariaLabel: import("@angular/core").InputSignal<string | undefined>;
32
+ protected readonly iconVariant: import("@angular/core").Signal<"filled" | "outlined">;
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<TediTableHeaderButtonComponent, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<TediTableHeaderButtonComponent, "button[tedi-table-header-button]", never, { "icon": { "alias": "icon"; "required": true; "isSignal": true; }; "filled": { "alias": "filled"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "iconSize": { "alias": "iconSize"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
35
+ }
36
+ //# sourceMappingURL=table-header-button.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table-header-button.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/content/table/table-header-button/table-header-button.component.ts"],"names":[],"mappings":"AASA,OAAO,EAAiB,QAAQ,EAAE,MAAM,mCAAmC,CAAC;;AAE5E,qBAiBa,8BAA8B;IACzC,qDAAqD;IACrD,QAAQ,CAAC,IAAI,8CAA4B;IAEzC;;;OAGG;IACH,QAAQ,CAAC,MAAM,qEAAiD;IAEhE;;;OAGG;IACH,QAAQ,CAAC,QAAQ,qEAAiD;IAElE;;;OAGG;IACH,QAAQ,CAAC,QAAQ,qEAAiD;IAElE;;;OAGG;IACH,QAAQ,CAAC,QAAQ,gDAAuB;IAExC;;;;OAIG;IACH,QAAQ,CAAC,SAAS,0DAEf;IAEH,SAAS,CAAC,QAAQ,CAAC,WAAW,wDAE5B;yCAvCS,8BAA8B;2CAA9B,8BAA8B;CAwC1C"}
@@ -0,0 +1,2 @@
1
+ export * from "./table-toolbar.component";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/content/table/table-toolbar/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC"}
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class TediTableToolbarComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<TediTableToolbarComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<TediTableToolbarComponent, "tedi-table-toolbar", never, {}, {}, never, ["*"], true, never>;
5
+ }
6
+ //# sourceMappingURL=table-toolbar.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table-toolbar.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/content/table/table-toolbar/table-toolbar.component.ts"],"names":[],"mappings":";AAMA,qBAYa,yBAAyB;yCAAzB,yBAAyB;2CAAzB,yBAAyB;CAAG"}