@tedi-design-system/angular 6.2.1 → 6.3.0-rc.10

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 (98) hide show
  1. package/README.md +12 -0
  2. package/community/components/cards/accordion/accordion-item/accordion-item.component.d.ts +4 -2
  3. package/community/components/cards/accordion/accordion-item/accordion-item.component.d.ts.map +1 -1
  4. package/community/components/cards/accordion/accordion-item-content/accordion-item-content.component.d.ts +1 -0
  5. package/community/components/cards/accordion/accordion-item-content/accordion-item-content.component.d.ts.map +1 -1
  6. package/community/components/cards/accordion/accordion-item-header/accordion-item-header.component.d.ts +9 -1
  7. package/community/components/cards/accordion/accordion-item-header/accordion-item-header.component.d.ts.map +1 -1
  8. package/community/components/form/checkbox/checkbox/checkbox.component.d.ts +3 -0
  9. package/community/components/form/checkbox/checkbox/checkbox.component.d.ts.map +1 -1
  10. package/community/components/form/checkbox/checkbox-card-group/checkbox-card-group.component.d.ts +3 -0
  11. package/community/components/form/checkbox/checkbox-card-group/checkbox-card-group.component.d.ts.map +1 -1
  12. package/community/components/form/checkbox/checkbox-group/checkbox-group.component.d.ts +3 -0
  13. package/community/components/form/checkbox/checkbox-group/checkbox-group.component.d.ts.map +1 -1
  14. package/community/components/form/radio/radio/radio.component.d.ts +3 -0
  15. package/community/components/form/radio/radio/radio.component.d.ts.map +1 -1
  16. package/community/components/form/radio/radio-card-group/radio-card-group.component.d.ts +3 -0
  17. package/community/components/form/radio/radio-card-group/radio-card-group.component.d.ts.map +1 -1
  18. package/community/components/form/radio/radio-group/radio-group.component.d.ts +3 -0
  19. package/community/components/form/radio/radio-group/radio-group.component.d.ts.map +1 -1
  20. package/community/components/form/select/select.component.d.ts +3 -0
  21. package/community/components/form/select/select.component.d.ts.map +1 -1
  22. package/fesm2022/tedi-design-system-angular-community.mjs +68 -31
  23. package/fesm2022/tedi-design-system-angular-community.mjs.map +1 -1
  24. package/fesm2022/tedi-design-system-angular-tedi.mjs +1578 -227
  25. package/fesm2022/tedi-design-system-angular-tedi.mjs.map +1 -1
  26. package/index.css +1 -1
  27. package/package.json +2 -2
  28. package/tedi/components/base/icon/icon.component.d.ts +1 -1
  29. package/tedi/components/base/icon/icon.component.d.ts.map +1 -1
  30. package/tedi/components/form/checkbox-card/checkbox-card.component.d.ts +18 -0
  31. package/tedi/components/form/checkbox-card/checkbox-card.component.d.ts.map +1 -0
  32. package/tedi/components/form/checkbox-card-group/checkbox-card-group.component.d.ts +6 -0
  33. package/tedi/components/form/checkbox-card-group/checkbox-card-group.component.d.ts.map +1 -0
  34. package/tedi/components/form/checkbox-group/checkbox-group.component.d.ts +16 -0
  35. package/tedi/components/form/checkbox-group/checkbox-group.component.d.ts.map +1 -0
  36. package/tedi/components/form/form-field/form-field-control.d.ts +3 -4
  37. package/tedi/components/form/form-field/form-field-control.d.ts.map +1 -1
  38. package/tedi/components/form/form-field/form-field.component.d.ts +8 -2
  39. package/tedi/components/form/form-field/form-field.component.d.ts.map +1 -1
  40. package/tedi/components/form/index.d.ts +9 -0
  41. package/tedi/components/form/index.d.ts.map +1 -1
  42. package/tedi/components/form/radio/radio.component.d.ts +17 -0
  43. package/tedi/components/form/radio/radio.component.d.ts.map +1 -0
  44. package/tedi/components/form/radio-card/radio-card.component.d.ts +23 -0
  45. package/tedi/components/form/radio-card/radio-card.component.d.ts.map +1 -0
  46. package/tedi/components/form/radio-card-group/radio-card-group.component.d.ts +6 -0
  47. package/tedi/components/form/radio-card-group/radio-card-group.component.d.ts.map +1 -0
  48. package/tedi/components/form/radio-group/radio-group.component.d.ts +16 -0
  49. package/tedi/components/form/radio-group/radio-group.component.d.ts.map +1 -0
  50. package/tedi/components/form/select/index.d.ts +3 -0
  51. package/tedi/components/form/select/index.d.ts.map +1 -0
  52. package/tedi/components/form/select/select-templates.directive.d.ts +69 -0
  53. package/tedi/components/form/select/select-templates.directive.d.ts.map +1 -0
  54. package/tedi/components/form/select/select.component.d.ts +238 -0
  55. package/tedi/components/form/select/select.component.d.ts.map +1 -0
  56. package/tedi/components/form/text-field/text-field.component.d.ts +5 -5
  57. package/tedi/components/form/text-field/text-field.component.d.ts.map +1 -1
  58. package/tedi/components/helpers/index.d.ts +1 -0
  59. package/tedi/components/helpers/index.d.ts.map +1 -1
  60. package/tedi/components/helpers/scroll-fade/index.d.ts +3 -0
  61. package/tedi/components/helpers/scroll-fade/index.d.ts.map +1 -0
  62. package/tedi/components/helpers/scroll-fade/scroll-fade.component.d.ts +27 -0
  63. package/tedi/components/helpers/scroll-fade/scroll-fade.component.d.ts.map +1 -0
  64. package/tedi/components/overlay/dropdown/dropdown-content/dropdown-content.component.d.ts +2 -2
  65. package/tedi/components/overlay/dropdown/dropdown-content/dropdown-content.component.d.ts.map +1 -1
  66. package/tedi/components/overlay/dropdown/dropdown-item/dropdown-item.component.d.ts +7 -5
  67. package/tedi/components/overlay/dropdown/dropdown-item/dropdown-item.component.d.ts.map +1 -1
  68. package/tedi/components/overlay/dropdown/dropdown-item-value/dropdown-item-value-label.component.d.ts +6 -0
  69. package/tedi/components/overlay/dropdown/dropdown-item-value/dropdown-item-value-label.component.d.ts.map +1 -0
  70. package/tedi/components/overlay/dropdown/dropdown-item-value/dropdown-item-value-meta.component.d.ts +6 -0
  71. package/tedi/components/overlay/dropdown/dropdown-item-value/dropdown-item-value-meta.component.d.ts.map +1 -0
  72. package/tedi/components/overlay/dropdown/dropdown-item-value/dropdown-item-value.component.d.ts +36 -0
  73. package/tedi/components/overlay/dropdown/dropdown-item-value/dropdown-item-value.component.d.ts.map +1 -0
  74. package/tedi/components/overlay/dropdown/dropdown-item-value/index.d.ts +4 -0
  75. package/tedi/components/overlay/dropdown/dropdown-item-value/index.d.ts.map +1 -0
  76. package/tedi/components/overlay/dropdown/dropdown.component.d.ts.map +1 -1
  77. package/tedi/components/overlay/dropdown/dropdown.tokens.d.ts +30 -0
  78. package/tedi/components/overlay/dropdown/dropdown.tokens.d.ts.map +1 -0
  79. package/tedi/components/overlay/dropdown/index.d.ts +2 -0
  80. package/tedi/components/overlay/dropdown/index.d.ts.map +1 -1
  81. package/tedi/components/overlay/modal/index.d.ts +3 -0
  82. package/tedi/components/overlay/modal/index.d.ts.map +1 -1
  83. package/tedi/components/overlay/modal/modal-content/modal-content.component.d.ts.map +1 -1
  84. package/tedi/components/overlay/modal/modal-footer/modal-footer.component.d.ts.map +1 -1
  85. package/tedi/components/overlay/modal/modal-header/modal-header.component.d.ts +4 -1
  86. package/tedi/components/overlay/modal/modal-header/modal-header.component.d.ts.map +1 -1
  87. package/tedi/components/overlay/modal/modal-ref.d.ts +21 -0
  88. package/tedi/components/overlay/modal/modal-ref.d.ts.map +1 -0
  89. package/tedi/components/overlay/modal/modal.component.d.ts +25 -5
  90. package/tedi/components/overlay/modal/modal.component.d.ts.map +1 -1
  91. package/tedi/components/overlay/modal/modal.service.d.ts +35 -0
  92. package/tedi/components/overlay/modal/modal.service.d.ts.map +1 -0
  93. package/tedi/components/overlay/modal/modal.types.d.ts +36 -0
  94. package/tedi/components/overlay/modal/modal.types.d.ts.map +1 -0
  95. package/tedi/services/translation/translations.d.ts +7 -0
  96. package/tedi/services/translation/translations.d.ts.map +1 -1
  97. package/fonts/SpaceGrotesk-Light.woff +0 -0
  98. package/fonts/SpaceGrotesk-Light.woff2 +0 -0
@@ -1,10 +1,9 @@
1
1
  import { ElementRef } from "@angular/core";
2
- import { ControlValueAccessor, NgControl } from "@angular/forms";
2
+ import { ControlValueAccessor } from "@angular/forms";
3
3
  import { FormFieldControl } from "../form-field/form-field-control";
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class TextFieldComponent implements ControlValueAccessor, FormFieldControl {
6
6
  private el;
7
- private ngControl;
8
7
  /**
9
8
  * Value of the input field. Supports two-way binding, use with form controls.
10
9
  */
@@ -18,9 +17,10 @@ export declare class TextFieldComponent implements ControlValueAccessor, FormFie
18
17
  * Callback triggered when the clear button is clicked.
19
18
  */
20
19
  readonly clear: import("@angular/core").OutputEmitterRef<void>;
21
- constructor(el: ElementRef<HTMLInputElement>, ngControl: NgControl | null);
20
+ constructor(el: ElementRef<HTMLInputElement>);
22
21
  readonly disabled: import("@angular/core").Signal<boolean>;
23
- readonly invalid: import("@angular/core").Signal<boolean>;
22
+ readonly invalid: import("@angular/core").WritableSignal<boolean>;
23
+ setInvalidState(isInvalid: boolean): void;
24
24
  private formDisabled;
25
25
  private onChange;
26
26
  private onTouched;
@@ -32,7 +32,7 @@ export declare class TextFieldComponent implements ControlValueAccessor, FormFie
32
32
  handleInputChange(event: Event): void;
33
33
  handleBlur(): void;
34
34
  clearField(): void;
35
- static ɵfac: i0.ɵɵFactoryDeclaration<TextFieldComponent, [null, { optional: true; self: true; }]>;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<TextFieldComponent, never>;
36
36
  static ɵcmp: i0.ɵɵComponentDeclaration<TextFieldComponent, "input[tedi-text-field]", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "arrowsHidden": { "alias": "arrowsHidden"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "clear": "clear"; }, never, never, true, never>;
37
37
  }
38
38
  //# sourceMappingURL=text-field.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"text-field.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/form/text-field/text-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAUL,UAAU,EAGX,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,oBAAoB,EAEpB,SAAS,EACV,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,gBAAgB,EAEjB,MAAM,kCAAkC,CAAC;;AAE1C,qBA0Ba,kBACX,YAAW,oBAAoB,EAAE,gBAAgB;IAiB/C,OAAO,CAAC,EAAE;IACU,OAAO,CAAC,SAAS;IAhBvC;;OAEG;IACH,KAAK,8CAAqB;IAC1B;;;OAGG;IACH,YAAY,+CAAwB;IACpC;;OAEG;IACH,QAAQ,CAAC,KAAK,iDAAkB;gBAGtB,EAAE,EAAE,UAAU,CAAC,gBAAgB,CAAC,EACZ,SAAS,EAAE,SAAS,GAAG,IAAI;IAOzD,QAAQ,CAAC,QAAQ,0CAEf;IACF,QAAQ,CAAC,OAAO,0CAGb;IAEH,OAAO,CAAC,YAAY,CAAiB;IACrC,OAAO,CAAC,QAAQ,CAAqC;IACrD,OAAO,CAAC,SAAS,CAAwB;IAEzC,OAAO,CAAC,QAAQ;IAKhB,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;IAItC,gBAAgB,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,GAAG,IAAI;IAInD,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIvC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAK3C,iBAAiB,CAAC,KAAK,EAAE,KAAK;IAQ9B,UAAU;IAIV,UAAU;yCAxEC,kBAAkB;2CAAlB,kBAAkB;CAgF9B"}
1
+ {"version":3,"file":"text-field.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/form/text-field/text-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAUL,UAAU,EACX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EACL,gBAAgB,EAEjB,MAAM,kCAAkC,CAAC;;AAE1C,qBA0Ba,kBACX,YAAW,oBAAoB,EAAE,gBAAgB;IAgBrC,OAAO,CAAC,EAAE;IAdtB;;OAEG;IACH,KAAK,8CAAqB;IAC1B;;;OAGG;IACH,YAAY,+CAAwB;IACpC;;OAEG;IACH,QAAQ,CAAC,KAAK,iDAAkB;gBAEZ,EAAE,EAAE,UAAU,CAAC,gBAAgB,CAAC;IAEpD,QAAQ,CAAC,QAAQ,0CAEf;IAEF,QAAQ,CAAC,OAAO,kDAAiB;IAEjC,eAAe,CAAC,SAAS,EAAE,OAAO;IAIlC,OAAO,CAAC,YAAY,CAAiB;IACrC,OAAO,CAAC,QAAQ,CAAqC;IACrD,OAAO,CAAC,SAAS,CAAwB;IAEzC,OAAO,CAAC,QAAQ;IAKhB,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;IAItC,gBAAgB,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,GAAG,IAAI;IAInD,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIvC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAK3C,iBAAiB,CAAC,KAAK,EAAE,KAAK;IAQ9B,UAAU;IAIV,UAAU;yCAnEC,kBAAkB;2CAAlB,kBAAkB;CA2E9B"}
@@ -1,4 +1,5 @@
1
1
  export * from "./grid";
2
+ export * from "./scroll-fade";
2
3
  export * from "./separator/separator.component";
3
4
  export * from "./timeline";
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../tedi/components/helpers/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,iCAAiC,CAAC;AAChD,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../tedi/components/helpers/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,iCAAiC,CAAC;AAChD,cAAc,YAAY,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { ScrollFadeComponent } from "./scroll-fade.component";
2
+ export type { ScrollFadeSize, ScrollFadePosition, ScrollFadeScrollbar } from "./scroll-fade.component";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/helpers/scroll-fade/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,YAAY,EAAE,cAAc,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC"}
@@ -0,0 +1,27 @@
1
+ import { AfterViewInit } from "@angular/core";
2
+ import * as i0 from "@angular/core";
3
+ export type ScrollFadeSize = 0 | 10 | 20;
4
+ export type ScrollFadePosition = "top" | "bottom" | "both";
5
+ export type ScrollFadeScrollbar = "default" | "custom";
6
+ export declare class ScrollFadeComponent implements AfterViewInit {
7
+ /** Size of the fade gradient in percentages. */
8
+ readonly fadeSize: import("@angular/core").InputSignal<ScrollFadeSize>;
9
+ /** Which edges show the fade. */
10
+ readonly fadePosition: import("@angular/core").InputSignal<ScrollFadePosition>;
11
+ /** Scrollbar style. */
12
+ readonly scrollBar: import("@angular/core").InputSignal<ScrollFadeScrollbar>;
13
+ /** Emitted when scrolled to the top. */
14
+ readonly scrolledToTop: import("@angular/core").OutputEmitterRef<void>;
15
+ /** Emitted when scrolled to the bottom. */
16
+ readonly scrolledToBottom: import("@angular/core").OutputEmitterRef<void>;
17
+ private readonly innerRef;
18
+ private readonly fade;
19
+ readonly classes: import("@angular/core").Signal<string>;
20
+ readonly innerClasses: import("@angular/core").Signal<string>;
21
+ onScroll(): void;
22
+ ngAfterViewInit(): void;
23
+ private updateFade;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScrollFadeComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScrollFadeComponent, "tedi-scroll-fade", never, { "fadeSize": { "alias": "fadeSize"; "required": false; "isSignal": true; }; "fadePosition": { "alias": "fadePosition"; "required": false; "isSignal": true; }; "scrollBar": { "alias": "scrollBar"; "required": false; "isSignal": true; }; }, { "scrolledToTop": "scrolledToTop"; "scrolledToBottom": "scrolledToBottom"; }, never, ["*"], true, never>;
26
+ }
27
+ //# sourceMappingURL=scroll-fade.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scroll-fade.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/helpers/scroll-fade/scroll-fade.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAUd,MAAM,eAAe,CAAC;;AAEvB,MAAM,MAAM,cAAc,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,CAAC;AACzC,MAAM,MAAM,kBAAkB,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,CAAC;AAC3D,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,QAAQ,CAAC;AAEvD,qBAWa,mBAAoB,YAAW,aAAa;IACvD,gDAAgD;IAChD,QAAQ,CAAC,QAAQ,sDAA6B;IAE9C,iCAAiC;IACjC,QAAQ,CAAC,YAAY,0DAAqC;IAE1D,uBAAuB;IACvB,QAAQ,CAAC,SAAS,2DAAwC;IAE1D,wCAAwC;IACxC,QAAQ,CAAC,aAAa,iDAAkB;IAExC,2CAA2C;IAC3C,QAAQ,CAAC,gBAAgB,iDAAkB;IAE3C,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAA2D;IAEpF,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAyC;IAE9D,QAAQ,CAAC,OAAO,yCAeb;IAEH,QAAQ,CAAC,YAAY,yCAQlB;IAEH,QAAQ,IAAI,IAAI;IAKhB,eAAe,IAAI,IAAI;IAKvB,OAAO,CAAC,UAAU;yCAzDP,mBAAmB;2CAAnB,mBAAmB;CAuE/B"}
@@ -1,5 +1,4 @@
1
1
  import { DropdownItemComponent } from "../dropdown-item/dropdown-item.component";
2
- import { DropdownComponent } from "../dropdown.component";
3
2
  import * as i0 from "@angular/core";
4
3
  export type DropdownRole = "menu" | "listbox";
5
4
  export declare class DropdownContentComponent {
@@ -8,7 +7,8 @@ export declare class DropdownContentComponent {
8
7
  * @default menu
9
8
  */
10
9
  readonly dropdownRole: import("@angular/core").InputSignal<DropdownRole>;
11
- readonly dropdown: DropdownComponent;
10
+ private readonly dropdownApi;
11
+ readonly containerId: import("@angular/core").Signal<string>;
12
12
  readonly items: import("@angular/core").Signal<readonly DropdownItemComponent[]>;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<DropdownContentComponent, never>;
14
14
  static ɵcmp: i0.ɵɵComponentDeclaration<DropdownContentComponent, "tedi-dropdown-content", never, { "dropdownRole": { "alias": "dropdownRole"; "required": false; "isSignal": true; }; }, {}, ["items"], ["*", "li[tedi-dropdown-item]"], true, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"dropdown-content.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/overlay/dropdown/dropdown-content/dropdown-content.component.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,qBAAqB,EAAE,MAAM,0CAA0C,CAAC;AACjF,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;;AAE1D,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,SAAS,CAAC;AAE9C,qBAYa,wBAAwB;IACnC;;;OAGG;IACH,QAAQ,CAAC,YAAY,oDAA+B;IAEpD,QAAQ,CAAC,QAAQ,oBAA6B;IAC9C,QAAQ,CAAC,KAAK,mEAA0C;yCAR7C,wBAAwB;2CAAxB,wBAAwB;CASpC"}
1
+ {"version":3,"file":"dropdown-content.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/overlay/dropdown/dropdown-content/dropdown-content.component.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,qBAAqB,EAAE,MAAM,0CAA0C,CAAC;;AAGjF,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,SAAS,CAAC;AAE9C,qBAkBa,wBAAwB;IACnC;;;OAGG;IACH,QAAQ,CAAC,YAAY,oDAA+B;IAEpD,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAwB;IACpD,QAAQ,CAAC,WAAW,yCAAkD;IACtE,QAAQ,CAAC,KAAK,mEAA0C;yCAT7C,wBAAwB;2CAAxB,wBAAwB;CAUpC"}
@@ -1,6 +1,6 @@
1
1
  import { ElementRef } from "@angular/core";
2
- import { DropdownComponent } from "../dropdown.component";
3
- import { DropdownContentComponent } from "../dropdown-content/dropdown-content.component";
2
+ import { DropdownApi, DropdownContentApi } from "../dropdown.tokens";
3
+ import { DropdownItemValueComponent } from "../dropdown-item-value/dropdown-item-value.component";
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class DropdownItemComponent {
6
6
  /** Item value */
@@ -8,14 +8,16 @@ export declare class DropdownItemComponent {
8
8
  /** Is item disabled? */
9
9
  readonly disabled: import("@angular/core").InputSignal<boolean>;
10
10
  readonly host: ElementRef<HTMLLIElement>;
11
- readonly dropdown: DropdownComponent;
12
- readonly dropdownContent: DropdownContentComponent;
11
+ readonly dropdown: DropdownApi;
12
+ readonly dropdownContent: DropdownContentApi;
13
+ /** Check if custom dropdown-item-value is provided */
14
+ readonly customItemValue: import("@angular/core").Signal<DropdownItemValueComponent | undefined>;
13
15
  isSelected(): boolean;
14
16
  focus(): void;
15
17
  onClick(): void;
16
18
  onKeydown(event: KeyboardEvent): void;
17
19
  private onItemSelect;
18
20
  static ɵfac: i0.ɵɵFactoryDeclaration<DropdownItemComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<DropdownItemComponent, "li[tedi-dropdown-item]", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropdownItemComponent, "li[tedi-dropdown-item]", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, ["customItemValue"], ["tedi-dropdown-item-value", "*"], true, never>;
20
22
  }
21
23
  //# sourceMappingURL=dropdown-item.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dropdown-item.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/overlay/dropdown/dropdown-item/dropdown-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,EAKX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,wBAAwB,EAAE,MAAM,gDAAgD,CAAC;;AAE1F,qBAiBa,qBAAqB;IAChC,iBAAiB;IACjB,QAAQ,CAAC,KAAK,0DAAmB;IAEjC,wBAAwB;IACxB,QAAQ,CAAC,QAAQ,+CAAgB;IAEjC,QAAQ,CAAC,IAAI,4BAAiD;IAC9D,QAAQ,CAAC,QAAQ,oBAA6B;IAC9C,QAAQ,CAAC,eAAe,2BAAoC;IAE5D,UAAU;IAIV,KAAK;IAKL,OAAO;IAOP,SAAS,CAAC,KAAK,EAAE,aAAa;IA2C9B,OAAO,CAAC,YAAY;yCAtET,qBAAqB;2CAArB,qBAAqB;CA8EjC"}
1
+ {"version":3,"file":"dropdown-item.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/overlay/dropdown/dropdown-item/dropdown-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,UAAU,EAKX,MAAM,eAAe,CAAC;AACvB,OAAO,EAGL,WAAW,EACX,kBAAkB,EACnB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,0BAA0B,EAAE,MAAM,sDAAsD,CAAC;;AAGlG,qBAkBa,qBAAqB;IAChC,iBAAiB;IACjB,QAAQ,CAAC,KAAK,0DAAmB;IAEjC,wBAAwB;IACxB,QAAQ,CAAC,QAAQ,+CAAgB;IAEjC,QAAQ,CAAC,IAAI,4BAAiD;IAC9D,QAAQ,CAAC,QAAQ,cAAqC;IACtD,QAAQ,CAAC,eAAe,qBAAoD;IAE5E,sDAAsD;IACtD,QAAQ,CAAC,eAAe,yEAA4C;IAEpE,UAAU;IAIV,KAAK;IAKL,OAAO;IAOP,SAAS,CAAC,KAAK,EAAE,aAAa;IA2C9B,OAAO,CAAC,YAAY;yCAzET,qBAAqB;2CAArB,qBAAqB;CAiFjC"}
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class DropdownItemValueLabelComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<DropdownItemValueLabelComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropdownItemValueLabelComponent, "tedi-dropdown-item-value-label", never, {}, {}, never, ["*"], true, never>;
5
+ }
6
+ //# sourceMappingURL=dropdown-item-value-label.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dropdown-item-value-label.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/overlay/dropdown/dropdown-item-value/dropdown-item-value-label.component.ts"],"names":[],"mappings":";AAMA,qBAUa,+BAA+B;yCAA/B,+BAA+B;2CAA/B,+BAA+B;CAAG"}
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class DropdownItemValueMetaComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<DropdownItemValueMetaComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropdownItemValueMetaComponent, "tedi-dropdown-item-value-meta", never, {}, {}, never, ["*"], true, never>;
5
+ }
6
+ //# sourceMappingURL=dropdown-item-value-meta.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dropdown-item-value-meta.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/overlay/dropdown/dropdown-item-value/dropdown-item-value-meta.component.ts"],"names":[],"mappings":";AAMA,qBAUa,8BAA8B;yCAA9B,8BAA8B;2CAA9B,8BAA8B;CAAG"}
@@ -0,0 +1,36 @@
1
+ import * as i0 from "@angular/core";
2
+ export type DropdownItemValueType = "default" | "checkbox" | "radio";
3
+ export type DropdownItemValueLayout = "horizontal" | "vertical";
4
+ export declare class DropdownItemValueComponent {
5
+ /**
6
+ * Type of item value - controls selection indicator
7
+ * - 'default': No selection indicator
8
+ * - 'checkbox': Shows checkbox (for multiselect)
9
+ * - 'radio': Shows radio button (for single select listbox)
10
+ * @default 'default'
11
+ */
12
+ readonly type: import("@angular/core").InputSignal<DropdownItemValueType>;
13
+ /**
14
+ * Layout: 'horizontal' (side-by-side) or 'vertical' (stacked)
15
+ * @default 'horizontal'
16
+ */
17
+ readonly layout: import("@angular/core").InputSignal<DropdownItemValueLayout>;
18
+ /**
19
+ * Whether the item is selected (controls checkbox/radio state)
20
+ * @default false
21
+ */
22
+ readonly selected: import("@angular/core").InputSignal<boolean>;
23
+ /**
24
+ * Whether the checkbox is in indeterminate state
25
+ * @default false
26
+ */
27
+ readonly indeterminate: import("@angular/core").InputSignal<boolean>;
28
+ /**
29
+ * Whether the item is disabled
30
+ * @default false
31
+ */
32
+ readonly disabled: import("@angular/core").InputSignal<boolean>;
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<DropdownItemValueComponent, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropdownItemValueComponent, "tedi-dropdown-item-value", never, { "type": { "alias": "type"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "indeterminate": { "alias": "indeterminate"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, ["tedi-icon, [tediIcon]", "tedi-dropdown-item-value-label", "tedi-dropdown-item-value-meta", "*"], true, never>;
35
+ }
36
+ //# sourceMappingURL=dropdown-item-value.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dropdown-item-value.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/overlay/dropdown/dropdown-item-value/dropdown-item-value.component.ts"],"names":[],"mappings":";AAQA,MAAM,MAAM,qBAAqB,GAAG,SAAS,GAAG,UAAU,GAAG,OAAO,CAAC;AACrE,MAAM,MAAM,uBAAuB,GAAG,YAAY,GAAG,UAAU,CAAC;AAEhE,qBAgBa,0BAA0B;IACrC;;;;;;OAMG;IACH,QAAQ,CAAC,IAAI,6DAA2C;IAExD;;;OAGG;IACH,QAAQ,CAAC,MAAM,+DAAgD;IAE/D;;;OAGG;IACH,QAAQ,CAAC,QAAQ,+CAAyB;IAE1C;;;OAGG;IACH,QAAQ,CAAC,aAAa,+CAAyB;IAE/C;;;OAGG;IACH,QAAQ,CAAC,QAAQ,+CAAyB;yCAhC/B,0BAA0B;2CAA1B,0BAA0B;CAiCtC"}
@@ -0,0 +1,4 @@
1
+ export * from "./dropdown-item-value.component";
2
+ export * from "./dropdown-item-value-label.component";
3
+ export * from "./dropdown-item-value-meta.component";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/overlay/dropdown/dropdown-item-value/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC;AAChD,cAAc,uCAAuC,CAAC;AACtD,cAAc,sCAAsC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"dropdown.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/dropdown/dropdown.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAQL,mBAAmB,EACnB,SAAS,EAIV,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,0BAA0B,EAE1B,oBAAoB,EACrB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,wBAAwB,EAAE,MAAM,+CAA+C,CAAC;AACzF,OAAO,EAAE,wBAAwB,EAAE,MAAM,+CAA+C,CAAC;;AAGzF,MAAM,MAAM,gBAAgB,GAAG,GAAG,oBAAoB,EAAE,CAAC;AAEzD,qBASa,iBAAkB,YAAW,mBAAmB,EAAE,SAAS;IACtE,oDAAoD;IACpD,QAAQ,CAAC,KAAK,0DAAmB;IAEjC;;;OAGG;IACH,QAAQ,CAAC,QAAQ,oOAA2C;IAE5D;;;OAGG;IACH,QAAQ,CAAC,eAAe,+CAAe;IAEvC;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,8CAAa;IAE9B,QAAQ,CAAC,eAAe,2DAAmD;IAC3E,QAAQ,CAAC,eAAe,2DAAmD;IAC3E,QAAQ,CAAC,gBAAgB,6DAAkD;IAE3E,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA+B;IAC3D,QAAQ,CAAC,WAAW,iDAAc;IAClC,QAAQ,CAAC,gBAAgB,kDAAiB;IAC1C,QAAQ,CAAC,cAAc,6DAAwC;IAE/D,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAuB;;IAQlD,WAAW;IAUX,qBAAqB,IAAI,IAAI;IAc7B,YAAY;IAqBZ,YAAY;IASZ,cAAc;IAQd,kBAAkB,GAAI,OAAO,KAAK,UAgBhC;IAEF,cAAc;IAWd,aAAa;IAab,0BAA0B;IAoB1B,eAAe;IAef,aAAa,CAAC,MAAM,EAAE,aAAa;IAanC,aAAa,CAAC,MAAM,EAAE,aAAa;IAanC,gBAAgB;IAoBhB,OAAO,CAAC,kBAAkB;IAM1B,OAAO,CAAC,mBAAmB;IAU3B,OAAO,CAAC,mBAAmB;yCAjPhB,iBAAiB;2CAAjB,iBAAiB;CA0P7B"}
1
+ {"version":3,"file":"dropdown.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/dropdown/dropdown.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAQL,mBAAmB,EACnB,SAAS,EAIV,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,0BAA0B,EAE1B,oBAAoB,EACrB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,wBAAwB,EAAE,MAAM,+CAA+C,CAAC;AACzF,OAAO,EAAE,wBAAwB,EAAE,MAAM,+CAA+C,CAAC;;AAIzF,MAAM,MAAM,gBAAgB,GAAG,GAAG,oBAAoB,EAAE,CAAC;AAEzD,qBAea,iBAAkB,YAAW,mBAAmB,EAAE,SAAS;IACtE,oDAAoD;IACpD,QAAQ,CAAC,KAAK,0DAAmB;IAEjC;;;OAGG;IACH,QAAQ,CAAC,QAAQ,oOAA2C;IAE5D;;;OAGG;IACH,QAAQ,CAAC,eAAe,+CAAe;IAEvC;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,8CAAa;IAE9B,QAAQ,CAAC,eAAe,2DAAmD;IAC3E,QAAQ,CAAC,eAAe,2DAAmD;IAC3E,QAAQ,CAAC,gBAAgB,6DAAkD;IAE3E,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA+B;IAC3D,QAAQ,CAAC,WAAW,iDAAc;IAClC,QAAQ,CAAC,gBAAgB,kDAAiB;IAC1C,QAAQ,CAAC,cAAc,6DAAwC;IAE/D,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAuB;;IAQlD,WAAW;IAUX,qBAAqB,IAAI,IAAI;IAc7B,YAAY;IAqBZ,YAAY;IASZ,cAAc;IAQd,kBAAkB,GAAI,OAAO,KAAK,UAgBhC;IAEF,cAAc;IAWd,aAAa;IAab,0BAA0B;IAoB1B,eAAe;IAef,aAAa,CAAC,MAAM,EAAE,aAAa;IAanC,aAAa,CAAC,MAAM,EAAE,aAAa;IAanC,gBAAgB;IAoBhB,OAAO,CAAC,kBAAkB;IAM1B,OAAO,CAAC,mBAAmB;IAU3B,OAAO,CAAC,mBAAmB;yCAjPhB,iBAAiB;2CAAjB,iBAAiB;CA0P7B"}
@@ -0,0 +1,30 @@
1
+ import { InjectionToken, Signal, WritableSignal } from "@angular/core";
2
+ export interface DropdownApi {
3
+ /** Current value of the dropdown. Used to track the selected option in listbox mode. */
4
+ value: WritableSignal<string | undefined>;
5
+ /** ID of the float-ui container element. Used to link trigger and content for accessibility. */
6
+ containerId: WritableSignal<string>;
7
+ /** Move focus to the next enabled item after the given element. */
8
+ focusNextItem(fromEl: HTMLLIElement): void;
9
+ /** Move focus to the previous enabled item before the given element. */
10
+ focusPrevItem(fromEl: HTMLLIElement): void;
11
+ /** Move focus to the first enabled item in the dropdown. */
12
+ focusFirstItem(): void;
13
+ /** Move focus to the last enabled item in the dropdown. */
14
+ focusLastItem(): void;
15
+ /** Close the dropdown and reset active item state. */
16
+ hideDropdown(): void;
17
+ /** Reference to the dropdown trigger directive. Used to read trigger dimensions and return focus. */
18
+ dropdownTrigger(): {
19
+ host: {
20
+ nativeElement: HTMLElement;
21
+ };
22
+ } | undefined;
23
+ }
24
+ export declare const DROPDOWN_API: InjectionToken<DropdownApi>;
25
+ export interface DropdownContentApi {
26
+ /** The ARIA role of the dropdown content. Determines keyboard interaction and accessibility semantics. */
27
+ dropdownRole: Signal<"menu" | "listbox">;
28
+ }
29
+ export declare const DROPDOWN_CONTENT_API: InjectionToken<DropdownContentApi>;
30
+ //# sourceMappingURL=dropdown.tokens.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dropdown.tokens.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/dropdown/dropdown.tokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAEvE,MAAM,WAAW,WAAW;IAC1B,wFAAwF;IACxF,KAAK,EAAE,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC1C,gGAAgG;IAChG,WAAW,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IACpC,mEAAmE;IACnE,aAAa,CAAC,MAAM,EAAE,aAAa,GAAG,IAAI,CAAC;IAC3C,wEAAwE;IACxE,aAAa,CAAC,MAAM,EAAE,aAAa,GAAG,IAAI,CAAC;IAC3C,4DAA4D;IAC5D,cAAc,IAAI,IAAI,CAAC;IACvB,2DAA2D;IAC3D,aAAa,IAAI,IAAI,CAAC;IACtB,sDAAsD;IACtD,YAAY,IAAI,IAAI,CAAC;IACrB,qGAAqG;IACrG,eAAe,IAAI;QAAE,IAAI,EAAE;YAAE,aAAa,EAAE,WAAW,CAAA;SAAE,CAAA;KAAE,GAAG,SAAS,CAAC;CACzE;AAED,eAAO,MAAM,YAAY,6BAAiD,CAAC;AAE3E,MAAM,WAAW,kBAAkB;IACjC,0GAA0G;IAC1G,YAAY,EAAE,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAC1C;AAED,eAAO,MAAM,oBAAoB,oCAEhC,CAAC"}
@@ -1,5 +1,7 @@
1
+ export * from "./dropdown.tokens";
1
2
  export * from "./dropdown-content/dropdown-content.component";
2
3
  export * from "./dropdown-item/dropdown-item.component";
4
+ export * from "./dropdown-item-value";
3
5
  export * from "./dropdown-trigger/dropdown-trigger.directive";
4
6
  export * from "./dropdown.component";
5
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/dropdown/index.ts"],"names":[],"mappings":"AAAA,cAAc,+CAA+C,CAAC;AAC9D,cAAc,yCAAyC,CAAC;AACxD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/dropdown/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,+CAA+C,CAAC;AAC9D,cAAc,yCAAyC,CAAC;AACxD,cAAc,uBAAuB,CAAC;AACtC,cAAc,+CAA+C,CAAC;AAC9D,cAAc,sBAAsB,CAAC"}
@@ -1,4 +1,7 @@
1
1
  export * from "./modal.component";
2
+ export * from "./modal.types";
3
+ export * from "./modal-ref";
4
+ export * from "./modal.service";
2
5
  export * from "./modal-content/modal-content.component";
3
6
  export * from "./modal-footer/modal-footer.component";
4
7
  export * from "./modal-header/modal-header.component";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/modal/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,yCAAyC,CAAC;AACxD,cAAc,uCAAuC,CAAC;AACtD,cAAc,uCAAuC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/modal/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,yCAAyC,CAAC;AACxD,cAAc,uCAAuC,CAAC;AACtD,cAAc,uCAAuC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"modal-content.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/overlay/modal/modal-content/modal-content.component.ts"],"names":[],"mappings":";AAMA,qBASa,qBAAqB;yCAArB,qBAAqB;2CAArB,qBAAqB;CAAG"}
1
+ {"version":3,"file":"modal-content.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/overlay/modal/modal-content/modal-content.component.ts"],"names":[],"mappings":";AAMA,qBAYa,qBAAqB;yCAArB,qBAAqB;2CAArB,qBAAqB;CAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"modal-footer.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/overlay/modal/modal-footer/modal-footer.component.ts"],"names":[],"mappings":";AAMA,qBAQa,oBAAoB;yCAApB,oBAAoB;2CAApB,oBAAoB;CAAG"}
1
+ {"version":3,"file":"modal-footer.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/overlay/modal/modal-footer/modal-footer.component.ts"],"names":[],"mappings":";AAMA,qBAWa,oBAAoB;yCAApB,oBAAoB;2CAApB,oBAAoB;CAAG"}
@@ -2,9 +2,12 @@ import * as i0 from "@angular/core";
2
2
  export declare class ModalHeaderComponent {
3
3
  /** Should show closing button? */
4
4
  readonly showClose: import("@angular/core").InputSignal<boolean>;
5
+ /** @deprecated Injected when used inside the old template-based tedi-modal. */
5
6
  private readonly modal;
7
+ /** Injected when opened via ModalService. */
8
+ private readonly modalRef;
6
9
  closeModal(): void;
7
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalHeaderComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalHeaderComponent, "tedi-modal-header", never, { "showClose": { "alias": "showClose"; "required": false; "isSignal": true; }; }, {}, never, ["h1,h2,h3,h4,h5,h6", "*"], true, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalHeaderComponent, "tedi-modal-header", never, { "showClose": { "alias": "showClose"; "required": false; "isSignal": true; }; }, {}, never, ["h1,h2,h3,h4,h5,h6", "[tedi-modal-description]", "*"], true, never>;
9
12
  }
10
13
  //# sourceMappingURL=modal-header.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"modal-header.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/overlay/modal/modal-header/modal-header.component.ts"],"names":[],"mappings":";AAUA,qBASa,oBAAoB;IAC/B,kCAAkC;IAClC,QAAQ,CAAC,SAAS,+CAAe;IAEjC,OAAO,CAAC,QAAQ,CAAC,KAAK,CAA0B;IAEhD,UAAU;yCANC,oBAAoB;2CAApB,oBAAoB;CAShC"}
1
+ {"version":3,"file":"modal-header.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/overlay/modal/modal-header/modal-header.component.ts"],"names":[],"mappings":";AAWA,qBAYa,oBAAoB;IAC/B,kCAAkC;IAClC,QAAQ,CAAC,SAAS,+CAAe;IAEjC,+EAA+E;IAC/E,OAAO,CAAC,QAAQ,CAAC,KAAK,CAA8C;IAEpE,6CAA6C;IAC7C,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAwC;IAEjE,UAAU;yCAVC,oBAAoB;2CAApB,oBAAoB;CAiBhC"}
@@ -0,0 +1,21 @@
1
+ import { Observable } from "rxjs";
2
+ import { DialogRef } from "@angular/cdk/dialog";
3
+ /**
4
+ * Reference to a modal opened via `ModalService`.
5
+ * Provides methods to close the modal and observe its lifecycle.
6
+ */
7
+ export declare class ModalRef<R = unknown> {
8
+ private readonly dialogRef;
9
+ constructor(dialogRef: DialogRef<R>);
10
+ /** Close the modal, optionally returning a result. */
11
+ close(result?: R): void;
12
+ /** Observable that emits when the modal is closed, with the optional result value. */
13
+ get closed(): Observable<R | undefined>;
14
+ /** Observable that emits when the backdrop is clicked. */
15
+ get backdropClick(): Observable<MouseEvent>;
16
+ /** Observable that emits on keyboard events within the modal. */
17
+ get keydownEvents(): Observable<KeyboardEvent>;
18
+ /** Update the modal's width and height. */
19
+ updateSize(width?: string, height?: string): this;
20
+ }
21
+ //# sourceMappingURL=modal-ref.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modal-ref.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/modal/modal-ref.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEhD;;;GAGG;AACH,qBAAa,QAAQ,CAAC,CAAC,GAAG,OAAO;IACnB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBAAT,SAAS,EAAE,SAAS,CAAC,CAAC,CAAC;IAEpD,sDAAsD;IACtD,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,GAAG,IAAI;IAIvB,sFAAsF;IACtF,IAAI,MAAM,IAAI,UAAU,CAAC,CAAC,GAAG,SAAS,CAAC,CAEtC;IAED,0DAA0D;IAC1D,IAAI,aAAa,IAAI,UAAU,CAAC,UAAU,CAAC,CAE1C;IAED,iEAAiE;IACjE,IAAI,aAAa,IAAI,UAAU,CAAC,aAAa,CAAC,CAE7C;IAED,2CAA2C;IAC3C,UAAU,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI;CAIlD"}
@@ -1,10 +1,18 @@
1
1
  import { AfterViewInit, OnDestroy } from "@angular/core";
2
+ import type { ModalSize, ModalWidth, ModalPosition } from "./modal.types";
2
3
  import * as i0 from "@angular/core";
3
- export type ModalSize = "default" | "small";
4
- export type ModalWidth = "xs" | "sm" | "md" | "lg" | "xl";
5
- export type ModalPosition = "center" | "left" | "right";
4
+ /**
5
+ * Modal component that works in two modes:
6
+ *
7
+ * **Service mode** When opened via `ModalService.open()`, acts as a
8
+ * lightweight layout wrapper. CDK Dialog handles overlay, backdrop, focus trap,
9
+ * scroll blocking, and keyboard events.
10
+ *
11
+ * **Standalone mode** (deprecated): When used directly in a template with `[(open)]`,
12
+ * manages its own overlay, scroll lock, and focus. Migrate to `ModalService.open()`.
13
+ */
6
14
  export declare class ModalComponent implements AfterViewInit, OnDestroy {
7
- /** Is modal open? */
15
+ /** @deprecated Is modal open? Only used in standalone (deprecated) mode. */
8
16
  readonly open: import("@angular/core").ModelSignal<boolean>;
9
17
  /** Modal size */
10
18
  readonly size: import("@angular/core").InputSignal<ModalSize>;
@@ -12,19 +20,31 @@ export declare class ModalComponent implements AfterViewInit, OnDestroy {
12
20
  readonly width: import("@angular/core").InputSignal<ModalWidth>;
13
21
  /** Position of the modal */
14
22
  readonly position: import("@angular/core").InputSignal<ModalPosition>;
23
+ /** @deprecated Whether clicking the backdrop closes the modal. Only used in standalone mode. */
24
+ readonly closeOnBackdropClick: import("@angular/core").InputSignal<boolean>;
15
25
  private readonly document;
16
26
  private readonly host;
17
27
  private readonly platformId;
28
+ /**
29
+ * When a ModalRef is available, this component is inside a CDK Dialog
30
+ * and should act as a layout-only wrapper.
31
+ */
32
+ readonly serviceMode: boolean;
18
33
  private prevBodyOverflow;
19
34
  private prevFocusedElement;
35
+ private readonly isPresetWidth;
36
+ /** Custom width for non-preset widths (legacy mode only). */
37
+ readonly customWidth: import("@angular/core").Signal<ModalWidth | null>;
20
38
  readonly classes: import("@angular/core").Signal<string>;
21
39
  constructor();
22
40
  ngAfterViewInit(): void;
23
41
  ngOnDestroy(): void;
24
42
  private onOpen;
25
43
  private onClose;
44
+ /** @internal */
45
+ onBackdropClick(): void;
26
46
  private handleKeydown;
27
47
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "tedi-modal", never, { "open": { "alias": "open"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; }, { "open": "openChange"; }, never, ["tedi-modal-header", "tedi-modal-content", "tedi-modal-footer"], true, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "tedi-modal", never, { "open": { "alias": "open"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "closeOnBackdropClick": { "alias": "closeOnBackdropClick"; "required": false; "isSignal": true; }; }, { "open": "openChange"; }, never, ["tedi-modal-header", "tedi-modal-content", "tedi-modal-footer"], true, never>;
29
49
  }
30
50
  //# sourceMappingURL=modal.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"modal.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/modal/modal.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAQL,aAAa,EAEb,SAAS,EAGV,MAAM,eAAe,CAAC;;AAIvB,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;AAC5C,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC1D,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;AAExD,qBAYa,cAAe,YAAW,aAAa,EAAE,SAAS;IAC7D,qBAAqB;IACrB,QAAQ,CAAC,IAAI,+CAAgB;IAE7B,iBAAiB;IACjB,QAAQ,CAAC,IAAI,iDAA+B;IAE5C,kBAAkB;IAClB,QAAQ,CAAC,KAAK,kDAA2B;IAEzC,4BAA4B;IAC5B,QAAQ,CAAC,QAAQ,qDAAkC;IAEnD,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAoB;IAC7C,OAAO,CAAC,QAAQ,CAAC,IAAI,CAA+C;IACpE,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAuB;IAElD,OAAO,CAAC,gBAAgB,CAAc;IACtC,OAAO,CAAC,kBAAkB,CAA4B;IAEtD,QAAQ,CAAC,OAAO,yCAab;;IAcH,eAAe,IAAI,IAAI;IAMvB,WAAW;IAYX,OAAO,CAAC,MAAM;IAOd,OAAO,CAAC,OAAO;IAUf,OAAO,CAAC,aAAa,CAInB;yCAtFS,cAAc;2CAAd,cAAc;CAuF1B"}
1
+ {"version":3,"file":"modal.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/modal/modal.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAQL,aAAa,EAEb,SAAS,EAGV,MAAM,eAAe,CAAC;AAIvB,OAAO,KAAK,EACV,SAAS,EACT,UAAU,EACV,aAAa,EACd,MAAM,eAAe,CAAC;;AAEvB;;;;;;;;;GASG;AACH,qBAYa,cAAe,YAAW,aAAa,EAAE,SAAS;IAC7D,4EAA4E;IAC5E,QAAQ,CAAC,IAAI,+CAAgB;IAE7B,iBAAiB;IACjB,QAAQ,CAAC,IAAI,iDAA+B;IAE5C,kBAAkB;IAClB,QAAQ,CAAC,KAAK,kDAA2B;IAEzC,4BAA4B;IAC5B,QAAQ,CAAC,QAAQ,qDAAkC;IAEnD,gGAAgG;IAChG,QAAQ,CAAC,oBAAoB,+CAAe;IAE5C,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAoB;IAC7C,OAAO,CAAC,QAAQ,CAAC,IAAI,CAA+C;IACpE,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAuB;IAElD;;;OAGG;IACH,QAAQ,CAAC,WAAW,UAA0C;IAE9D,OAAO,CAAC,gBAAgB,CAAc;IACtC,OAAO,CAAC,kBAAkB,CAA4B;IAEtD,OAAO,CAAC,QAAQ,CAAC,aAAa,CAE5B;IAEF,6DAA6D;IAC7D,QAAQ,CAAC,WAAW,oDAElB;IAEF,QAAQ,CAAC,OAAO,yCAwBb;;IAgBH,eAAe,IAAI,IAAI;IAOvB,WAAW;IAaX,OAAO,CAAC,MAAM;IAOd,OAAO,CAAC,OAAO;IAUf,gBAAgB;IAChB,eAAe,IAAI,IAAI;IAMvB,OAAO,CAAC,aAAa,CAInB;yCA9HS,cAAc;2CAAd,cAAc;CA+H1B"}
@@ -0,0 +1,35 @@
1
+ import { ComponentType } from "@angular/cdk/portal";
2
+ import { ModalRef } from "./modal-ref";
3
+ import { ModalConfig } from "./modal.types";
4
+ import * as i0 from "@angular/core";
5
+ export declare class ModalService {
6
+ private readonly dialog;
7
+ private readonly overlay;
8
+ /**
9
+ * Open a modal dialog with the given component as content.
10
+ *
11
+ * @param component Component to render inside the modal.
12
+ * @param config Modal configuration (size, width, position, data, etc.).
13
+ * @returns A `ModalRef` to control and observe the modal.
14
+ *
15
+ * @example
16
+ * ```ts
17
+ * const ref = this.modalService.open(MyFormComponent, {
18
+ * data: { userId: 123 },
19
+ * width: 'md',
20
+ * position: 'center',
21
+ * });
22
+ *
23
+ * ref.closed.subscribe(result => console.log('Modal closed with:', result));
24
+ * ```
25
+ */
26
+ open<R = unknown, D = unknown>(component: ComponentType<unknown>, config?: ModalConfig<D>): ModalRef<R>;
27
+ /** Close all open modals. */
28
+ closeAll(): void;
29
+ private buildPanelClasses;
30
+ private setupDialogBehavior;
31
+ private buildPositionStrategy;
32
+ static ɵfac: i0.ɵɵFactoryDeclaration<ModalService, never>;
33
+ static ɵprov: i0.ɵɵInjectableDeclaration<ModalService>;
34
+ }
35
+ //# sourceMappingURL=modal.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modal.service.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/modal/modal.service.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,WAAW,EAAmE,MAAM,eAAe,CAAC;;AAI7G,qBACa,YAAY;IACvB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkB;IACzC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAmB;IAE3C;;;;;;;;;;;;;;;;;OAiBG;IACH,IAAI,CAAC,CAAC,GAAG,OAAO,EAAE,CAAC,GAAG,OAAO,EAC3B,SAAS,EAAE,aAAa,CAAC,OAAO,CAAC,EACjC,MAAM,GAAE,WAAW,CAAC,CAAC,CAAM,GAC1B,QAAQ,CAAC,CAAC,CAAC;IAkDd,6BAA6B;IAC7B,QAAQ,IAAI,IAAI;IAIhB,OAAO,CAAC,iBAAiB;IAmCzB,OAAO,CAAC,mBAAmB;IAyB3B,OAAO,CAAC,qBAAqB;yCA5IlB,YAAY;6CAAZ,YAAY;CAoKxB"}
@@ -0,0 +1,36 @@
1
+ import { InjectionToken } from "@angular/core";
2
+ export type ModalSize = "default" | "small";
3
+ export type ModalWidthPreset = "xs" | "sm" | "md" | "lg" | "xl";
4
+ export type ModalWidth = ModalWidthPreset | (string & {});
5
+ export type ModalPosition = "center" | "top" | "left" | "right";
6
+ export type ModalScrollBehavior = "content" | "page";
7
+ export type ModalFullscreen = boolean | "sm" | "md" | "lg" | "xl";
8
+ export interface ModalConfig<D = unknown> {
9
+ /** Data to pass to the modal content component. Accessible via `inject(MODAL_DATA)`. */
10
+ data?: D;
11
+ /** Modal size variant. @default 'default' */
12
+ size?: ModalSize;
13
+ /** Modal width — preset ('xs'–'xl') or custom CSS value (e.g. '800px'). @default 'sm' */
14
+ width?: ModalWidth;
15
+ /** Position of the modal. @default 'center' */
16
+ position?: ModalPosition;
17
+ /** Scroll behavior when content overflows. 'content' scrolls inside the modal, 'page' scrolls the overlay. @default 'content' */
18
+ scrollBehavior?: ModalScrollBehavior;
19
+ /** Whether clicking the backdrop closes the modal. @default true */
20
+ closeOnBackdropClick?: boolean;
21
+ /** Whether pressing Escape closes the modal. @default true */
22
+ closeOnEscape?: boolean;
23
+ /** Whether to show a close button in the header. @default true */
24
+ showClose?: boolean;
25
+ /** Fullscreen mode. `true` = always fullscreen, `'sm'`/`'md'`/etc = fullscreen below that breakpoint. @default false */
26
+ fullscreen?: ModalFullscreen;
27
+ /** Max-width cap (e.g. '75%', '60vw'). Overrides the default 95vw limit. */
28
+ maxWidth?: string;
29
+ /** ARIA label for the dialog. */
30
+ ariaLabel?: string;
31
+ /** ID of the element that labels the dialog. */
32
+ ariaLabelledBy?: string;
33
+ }
34
+ /** Injection token for data passed to a modal opened via ModalService. */
35
+ export declare const MODAL_DATA: InjectionToken<unknown>;
36
+ //# sourceMappingURL=modal.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modal.types.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/modal/modal.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE/C,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;AAC5C,MAAM,MAAM,gBAAgB,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAChE,MAAM,MAAM,UAAU,GAAG,gBAAgB,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;AAC1D,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,KAAK,GAAG,MAAM,GAAG,OAAO,CAAC;AAChE,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,MAAM,CAAC;AACrD,MAAM,MAAM,eAAe,GAAG,OAAO,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAElE,MAAM,WAAW,WAAW,CAAC,CAAC,GAAG,OAAO;IACtC,wFAAwF;IACxF,IAAI,CAAC,EAAE,CAAC,CAAC;IACT,6CAA6C;IAC7C,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,yFAAyF;IACzF,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB,iIAAiI;IACjI,cAAc,CAAC,EAAE,mBAAmB,CAAC;IACrC,oEAAoE;IACpE,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,8DAA8D;IAC9D,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,kEAAkE;IAClE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,wHAAwH;IACxH,UAAU,CAAC,EAAE,eAAe,CAAC;IAC7B,4EAA4E;IAC5E,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iCAAiC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gDAAgD;IAChD,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,0EAA0E;AAC1E,eAAO,MAAM,UAAU,yBAA+C,CAAC"}
@@ -251,6 +251,13 @@ export declare const translationsMap: {
251
251
  en: string;
252
252
  ru: string;
253
253
  };
254
+ "select.search": {
255
+ description: string;
256
+ components: string[];
257
+ et: string;
258
+ en: string;
259
+ ru: string;
260
+ };
254
261
  "stepper.completed": {
255
262
  description: string;
256
263
  components: string[];
@@ -1 +1 @@
1
- {"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../../tedi/services/translation/translations.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../../tedi/services/translation/translations.ts"],"names":[],"mappings":"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"}
Binary file
Binary file