@tedi-design-system/angular 6.1.0 → 6.2.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.
- package/community/components/cards/accordion/accordion-item/accordion-item.component.d.ts +2 -2
- package/community/components/cards/accordion/accordion-item/accordion-item.component.d.ts.map +1 -1
- package/community/components/cards/accordion/accordion-item-header/accordion-item-header.component.d.ts +1 -1
- package/community/components/cards/accordion/accordion-item-header/accordion-item-header.component.d.ts.map +1 -1
- package/community/components/tags/status-badge/status-badge.component.d.ts +3 -0
- package/community/components/tags/status-badge/status-badge.component.d.ts.map +1 -1
- package/community/components/tags/tag/tag.component.d.ts +3 -0
- package/community/components/tags/tag/tag.component.d.ts.map +1 -1
- package/fesm2022/tedi-design-system-angular-community.mjs +16 -10
- package/fesm2022/tedi-design-system-angular-community.mjs.map +1 -1
- package/fesm2022/tedi-design-system-angular-tedi.mjs +235 -58
- package/fesm2022/tedi-design-system-angular-tedi.mjs.map +1 -1
- package/package.json +2 -2
- package/tedi/components/buttons/closing-button/closing-button.component.d.ts +6 -2
- package/tedi/components/buttons/closing-button/closing-button.component.d.ts.map +1 -1
- package/tedi/components/content/carousel/carousel-content/carousel-content.component.d.ts +22 -1
- package/tedi/components/content/carousel/carousel-content/carousel-content.component.d.ts.map +1 -1
- package/tedi/components/form/date-picker/date-picker.component.d.ts +12 -3
- package/tedi/components/form/date-picker/date-picker.component.d.ts.map +1 -1
- package/tedi/components/index.d.ts +1 -0
- package/tedi/components/index.d.ts.map +1 -1
- package/tedi/components/overlay/popover/popover.component.d.ts +12 -1
- package/tedi/components/overlay/popover/popover.component.d.ts.map +1 -1
- package/tedi/components/overlay/tooltip/tooltip-trigger/tooltip-trigger.component.d.ts +3 -0
- package/tedi/components/overlay/tooltip/tooltip-trigger/tooltip-trigger.component.d.ts.map +1 -1
- package/tedi/components/tags/index.d.ts +2 -0
- package/tedi/components/tags/index.d.ts.map +1 -0
- package/tedi/components/tags/tag/tag.component.d.ts +34 -0
- package/tedi/components/tags/tag/tag.component.d.ts.map +1 -0
- package/tedi/providers/tedi.provider.d.ts.map +1 -1
- package/tedi/services/theme/theme.service.d.ts +3 -3
- package/tedi/services/theme/theme.service.d.ts.map +1 -1
- package/tedi/tokens/theme.token.d.ts +1 -2
- package/tedi/tokens/theme.token.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.
|
|
3
|
+
"version": "6.2.0-rc.10",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "community.mjs",
|
|
6
6
|
"module": "fesm2022/tedi-design-system-angular.mjs",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
},
|
|
70
70
|
"repository": {
|
|
71
71
|
"type": "git",
|
|
72
|
-
"url": "https://github.com/TEDI-Design-System/angular.git"
|
|
72
|
+
"url": "git+https://github.com/TEDI-Design-System/angular.git"
|
|
73
73
|
},
|
|
74
74
|
"typings": "index.d.ts",
|
|
75
75
|
"sideEffects": false
|
|
@@ -16,9 +16,13 @@ export declare class ClosingButtonComponent {
|
|
|
16
16
|
* @default 24
|
|
17
17
|
*/
|
|
18
18
|
iconSize: import("@angular/core").InputSignal<ClosingButtonIconSize>;
|
|
19
|
+
/**
|
|
20
|
+
* ARIA label to override default label "close"
|
|
21
|
+
*/
|
|
22
|
+
readonly ariaLabel: import("@angular/core").InputSignal<string | undefined>;
|
|
19
23
|
private translationService;
|
|
20
|
-
|
|
24
|
+
private readonly _defaultLabel;
|
|
21
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClosingButtonComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ClosingButtonComponent, "button[tedi-closing-button]", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "iconSize": { "alias": "iconSize"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClosingButtonComponent, "button[tedi-closing-button]", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "iconSize": { "alias": "iconSize"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
23
27
|
}
|
|
24
28
|
//# sourceMappingURL=closing-button.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"closing-button.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/buttons/closing-button/closing-button.component.ts"],"names":[],"mappings":";AAUA,MAAM,MAAM,iBAAiB,GAAG,SAAS,GAAG,OAAO,CAAC;AACpD,MAAM,MAAM,qBAAqB,GAAG,EAAE,GAAG,EAAE,CAAC;AAC5C,qBAea,sBAAsB;IACjC;;;;;OAKG;IACH,IAAI,yDAAuC;IAC3C;;;;;OAKG;IACH,QAAQ,6DAAoC;IAE5C,OAAO,CAAC,kBAAkB,CAAkC;IAC5D,
|
|
1
|
+
{"version":3,"file":"closing-button.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/buttons/closing-button/closing-button.component.ts"],"names":[],"mappings":";AAUA,MAAM,MAAM,iBAAiB,GAAG,SAAS,GAAG,OAAO,CAAC;AACpD,MAAM,MAAM,qBAAqB,GAAG,EAAE,GAAG,EAAE,CAAC;AAC5C,qBAea,sBAAsB;IACjC;;;;;OAKG;IACH,IAAI,yDAAuC;IAC3C;;;;;OAKG;IACH,QAAQ,6DAAoC;IAE5C;;OAEG;IACH,QAAQ,CAAC,SAAS,0DAA+B;IAEjD,OAAO,CAAC,kBAAkB,CAAkC;IAC5D,OAAO,CAAC,QAAQ,CAAC,aAAa,CAA0C;yCAtB7D,sBAAsB;2CAAtB,sBAAsB;CAuBlC"}
|
|
@@ -15,7 +15,9 @@ export declare class CarouselContentComponent implements AfterViewInit, OnDestro
|
|
|
15
15
|
readonly translationService: TediTranslationService;
|
|
16
16
|
private readonly breakpointService;
|
|
17
17
|
private readonly host;
|
|
18
|
+
private readonly liveAnnouncer;
|
|
18
19
|
readonly track: import("@angular/core").Signal<ElementRef<HTMLDivElement>>;
|
|
20
|
+
readonly slideElements: import("@angular/core").Signal<readonly ElementRef<HTMLDivElement>[]>;
|
|
19
21
|
readonly slides: import("@angular/core").Signal<readonly CarouselSlideDirective[]>;
|
|
20
22
|
readonly trackIndex: import("@angular/core").WritableSignal<number>;
|
|
21
23
|
readonly animate: import("@angular/core").WritableSignal<boolean>;
|
|
@@ -26,6 +28,11 @@ export declare class CarouselContentComponent implements AfterViewInit, OnDestro
|
|
|
26
28
|
readonly buffer: import("@angular/core").Signal<number>;
|
|
27
29
|
readonly slideIndex: import("@angular/core").Signal<number>;
|
|
28
30
|
readonly renderedActiveIndex: import("@angular/core").Signal<number>;
|
|
31
|
+
/**
|
|
32
|
+
* Checks if a slide at the given rendered index is currently visible in the viewport.
|
|
33
|
+
* Used to determine which slides should be accessible to screen readers.
|
|
34
|
+
*/
|
|
35
|
+
isSlideVisible(renderedIndex: number): boolean;
|
|
29
36
|
readonly renderedIndices: import("@angular/core").Signal<number[]>;
|
|
30
37
|
readonly slideFlex: import("@angular/core").Signal<string>;
|
|
31
38
|
readonly classes: import("@angular/core").Signal<string>;
|
|
@@ -36,11 +43,13 @@ export declare class CarouselContentComponent implements AfterViewInit, OnDestro
|
|
|
36
43
|
}>;
|
|
37
44
|
locked: boolean;
|
|
38
45
|
dragging: boolean;
|
|
46
|
+
private pendingFocus;
|
|
39
47
|
private startX;
|
|
40
48
|
private startIndex;
|
|
41
49
|
private ro?;
|
|
42
50
|
private wheelTimeout?;
|
|
43
51
|
private scrollDelta;
|
|
52
|
+
onScroll(): void;
|
|
44
53
|
onWheel(event: WheelEvent): void;
|
|
45
54
|
onKeyDown(event: KeyboardEvent): void;
|
|
46
55
|
onPointerDown(ev: PointerEvent): void;
|
|
@@ -50,9 +59,21 @@ export declare class CarouselContentComponent implements AfterViewInit, OnDestro
|
|
|
50
59
|
ngOnDestroy(): void;
|
|
51
60
|
next(): void;
|
|
52
61
|
prev(): void;
|
|
53
|
-
goToIndex(index: number
|
|
62
|
+
goToIndex(index: number, options?: {
|
|
63
|
+
focusSlide?: boolean;
|
|
64
|
+
}): void;
|
|
65
|
+
/**
|
|
66
|
+
* Focuses the currently active slide for screen reader users.
|
|
67
|
+
* Uses preventScroll to avoid breaking carousel layout.
|
|
68
|
+
*/
|
|
69
|
+
focusActiveSlide(): void;
|
|
54
70
|
onTransitionEnd(e: TransitionEvent): void;
|
|
55
71
|
lockNavigation(): void;
|
|
72
|
+
/**
|
|
73
|
+
* Announces the current slide position to screen readers via LiveAnnouncer.
|
|
74
|
+
* Called after navigation to inform users of the slide change.
|
|
75
|
+
*/
|
|
76
|
+
announceSlideChange(): void;
|
|
56
77
|
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselContentComponent, never>;
|
|
57
78
|
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselContentComponent, "tedi-carousel-content", never, { "slidesPerView": { "alias": "slidesPerView"; "required": false; "isSignal": true; }; "gap": { "alias": "gap"; "required": false; "isSignal": true; }; "fade": { "alias": "fade"; "required": false; "isSignal": true; }; "transitionMs": { "alias": "transitionMs"; "required": false; "isSignal": true; }; }, {}, ["slides"], never, true, never>;
|
|
58
79
|
}
|
package/tedi/components/content/carousel/carousel-content/carousel-content.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"carousel-content.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/content/carousel/carousel-content/carousel-content.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,
|
|
1
|
+
{"version":3,"file":"carousel-content.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/content/carousel/carousel-content/carousel-content.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,EAOV,aAAa,EACb,SAAS,EAIV,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAEL,eAAe,EAEhB,MAAM,oDAAoD,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;;AAE9D,qBAiBa,wBAAyB,YAAW,aAAa,EAAE,SAAS;IACvE,4EAA4E;IAC5E,QAAQ,CAAC,aAAa,qIAGpB;IAEF,+BAA+B;IAC/B,QAAQ,CAAC,GAAG,qIAGV;IAEF,uFAAuF;IACvF,QAAQ,CAAC,IAAI,+CAAgB;IAE7B,gCAAgC;IAChC,QAAQ,CAAC,YAAY,8CAAc;IAEnC,QAAQ,CAAC,kBAAkB,yBAAkC;IAC7D,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAA6B;IAC/D,OAAO,CAAC,QAAQ,CAAC,IAAI,CAA+C;IACpE,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAyB;IAEvD,QAAQ,CAAC,KAAK,6DAA2D;IACzE,QAAQ,CAAC,aAAa,wEAAqD;IAC3E,QAAQ,CAAC,MAAM,oEAA2C;IAE1D,QAAQ,CAAC,UAAU,iDAAa;IAChC,QAAQ,CAAC,OAAO,kDAAiB;IACjC,QAAQ,CAAC,aAAa,iDAAa;IACnC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAa;IAExC,QAAQ,CAAC,oBAAoB,yCA6B1B;IAEH,QAAQ,CAAC,UAAU,yCA0BhB;IAEH,QAAQ,CAAC,MAAM,yCAAwC;IAEvD,QAAQ,CAAC,UAAU,yCAShB;IAGH,QAAQ,CAAC,mBAAmB,yCAEzB;IAEH;;;OAGG;IACH,cAAc,CAAC,aAAa,EAAE,MAAM,GAAG,OAAO;IAM9C,QAAQ,CAAC,eAAe,2CAcrB;IAEH,QAAQ,CAAC,SAAS,yCAIf;IAEH,QAAQ,CAAC,OAAO,yCAUb;IAEH,QAAQ,CAAC,UAAU;;;;OA0BhB;IAEH,MAAM,UAAS;IACf,QAAQ,UAAS;IACjB,OAAO,CAAC,YAAY,CAAS;IAC7B,OAAO,CAAC,MAAM,CAAK;IACnB,OAAO,CAAC,UAAU,CAAK;IACvB,OAAO,CAAC,EAAE,CAAC,CAAiB;IAC5B,OAAO,CAAC,YAAY,CAAC,CAAgC;IACrD,OAAO,CAAC,WAAW,CAAK;IAGxB,QAAQ;IAOR,OAAO,CAAC,KAAK,EAAE,UAAU;IAsEzB,SAAS,CAAC,KAAK,EAAE,aAAa;IA+B9B,aAAa,CAAC,EAAE,EAAE,YAAY;IAc9B,aAAa,CAAC,EAAE,EAAE,YAAY;IA6B9B,WAAW;IAUX,eAAe,IAAI,IAAI;IAWvB,WAAW,IAAI,IAAI;IAInB,IAAI,IAAI,IAAI;IAWZ,IAAI,IAAI,IAAI;IAWZ,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE;QAAE,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE;IAqB3D;;;OAGG;IACH,gBAAgB,IAAI,IAAI;IAUxB,eAAe,CAAC,CAAC,EAAE,eAAe;IAkBlC,cAAc;IAKd;;;OAGG;IACH,mBAAmB,IAAI,IAAI;yCApchB,wBAAwB;2CAAxB,wBAAwB;CAidpC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit, ElementRef } from "@angular/core";
|
|
2
|
-
import {
|
|
2
|
+
import { ControlValueAccessor } from "@angular/forms";
|
|
3
3
|
import { PopoverComponent } from "../../overlay/popover/popover.component";
|
|
4
4
|
import { DatePickerCalendarGridComponent } from "./date-picker-calendar-grid/date-picker-calendar-grid.component";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -20,9 +20,13 @@ export type DatePickerMatcher = Date | Date[] | {
|
|
|
20
20
|
from: Date;
|
|
21
21
|
to?: Date;
|
|
22
22
|
} | ((date: Date) => boolean);
|
|
23
|
-
export declare class DatePickerComponent implements OnInit {
|
|
23
|
+
export declare class DatePickerComponent implements OnInit, ControlValueAccessor {
|
|
24
24
|
readonly today: Date;
|
|
25
25
|
readonly uniqueId: string;
|
|
26
|
+
private formDisabled;
|
|
27
|
+
private onChange;
|
|
28
|
+
private onTouched;
|
|
29
|
+
private emitIfChanged;
|
|
26
30
|
/** Selected date */
|
|
27
31
|
readonly selected: import("@angular/core").ModelSignal<Date | null>;
|
|
28
32
|
/** Currently shown month */
|
|
@@ -49,6 +53,8 @@ export declare class DatePickerComponent implements OnInit {
|
|
|
49
53
|
readonly inputSize: import("@angular/core").InputSignal<DatePickerInputSize>;
|
|
50
54
|
/** Is input disabled? */
|
|
51
55
|
readonly inputDisabled: import("@angular/core").InputSignal<boolean>;
|
|
56
|
+
/** Internal computed for combined disabled state (inputDisabled + formDisabled from reactive forms) */
|
|
57
|
+
readonly fieldDisabled: import("@angular/core").Signal<boolean>;
|
|
52
58
|
/** Is manual typing into input allowed? */
|
|
53
59
|
readonly allowManualInput: import("@angular/core").InputSignal<boolean>;
|
|
54
60
|
/** Should show week numbers before calendar grid? */
|
|
@@ -78,9 +84,12 @@ export declare class DatePickerComponent implements OnInit {
|
|
|
78
84
|
readonly inputElement: import("@angular/core").Signal<ElementRef<HTMLInputElement>>;
|
|
79
85
|
readonly calendarGrid: import("@angular/core").Signal<DatePickerCalendarGridComponent | undefined>;
|
|
80
86
|
readonly popover: import("@angular/core").Signal<PopoverComponent>;
|
|
81
|
-
readonly translationService: TediTranslationService;
|
|
82
87
|
constructor();
|
|
83
88
|
ngOnInit(): void;
|
|
89
|
+
writeValue(value: Date | null): void;
|
|
90
|
+
registerOnChange(fn: (value: Date | null) => void): void;
|
|
91
|
+
registerOnTouched(fn: () => void): void;
|
|
92
|
+
setDisabledState(disabled: boolean): void;
|
|
84
93
|
getTabIndex(date: Date): number;
|
|
85
94
|
prevMonth(): void;
|
|
86
95
|
nextMonth(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date-picker.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/form/date-picker/date-picker.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"date-picker.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/form/date-picker/date-picker.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../tedi/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../tedi/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,QAAQ,CAAC"}
|
|
@@ -9,6 +9,11 @@ export declare class PopoverComponent implements AfterContentChecked {
|
|
|
9
9
|
* @default top
|
|
10
10
|
*/
|
|
11
11
|
position: import("@angular/core").InputSignal<"left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "bottom-start" | "left-start" | "right-start" | "top-end" | "bottom-end" | "left-end" | "right-end">;
|
|
12
|
+
/**
|
|
13
|
+
* Should position flip to opposite direction when overflowing screen?
|
|
14
|
+
* @default false
|
|
15
|
+
*/
|
|
16
|
+
preventOverflow: import("@angular/core").InputSignal<boolean>;
|
|
12
17
|
/**
|
|
13
18
|
* Is dismissible by clicking outside of content?
|
|
14
19
|
* @default true
|
|
@@ -33,6 +38,12 @@ export declare class PopoverComponent implements AfterContentChecked {
|
|
|
33
38
|
* @default false
|
|
34
39
|
*/
|
|
35
40
|
lockScroll: import("@angular/core").InputSignal<boolean>;
|
|
41
|
+
/**
|
|
42
|
+
* Append floating element to given selector.
|
|
43
|
+
* Use 'body' to append at the end of DOM or empty string to append next to trigger element.
|
|
44
|
+
* @default "body"
|
|
45
|
+
*/
|
|
46
|
+
readonly appendTo: import("@angular/core").InputSignal<string>;
|
|
36
47
|
/** Delay time (in ms) for closing popover when not hovering trigger or content.
|
|
37
48
|
* @default 100
|
|
38
49
|
*/
|
|
@@ -64,6 +75,6 @@ export declare class PopoverComponent implements AfterContentChecked {
|
|
|
64
75
|
private focusElementBeforeTrigger;
|
|
65
76
|
private handleClosePopoverEvent;
|
|
66
77
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverComponent, never>;
|
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "tedi-popover", never, { "position": { "alias": "position"; "required": false; "isSignal": true; }; "dismissible": { "alias": "dismissible"; "required": false; "isSignal": true; }; "hideOnScroll": { "alias": "hideOnScroll"; "required": false; "isSignal": true; }; "withBorder": { "alias": "withBorder"; "required": false; "isSignal": true; }; "withArrow": { "alias": "withArrow"; "required": false; "isSignal": true; }; "lockScroll": { "alias": "lockScroll"; "required": false; "isSignal": true; }; "timeoutDelay": { "alias": "timeoutDelay"; "required": false; "isSignal": true; }; }, {}, ["popoverTrigger", "popoverContent"], ["[tedi-popover-trigger]", "tedi-popover-content"], true, never>;
|
|
78
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "tedi-popover", never, { "position": { "alias": "position"; "required": false; "isSignal": true; }; "preventOverflow": { "alias": "preventOverflow"; "required": false; "isSignal": true; }; "dismissible": { "alias": "dismissible"; "required": false; "isSignal": true; }; "hideOnScroll": { "alias": "hideOnScroll"; "required": false; "isSignal": true; }; "withBorder": { "alias": "withBorder"; "required": false; "isSignal": true; }; "withArrow": { "alias": "withArrow"; "required": false; "isSignal": true; }; "lockScroll": { "alias": "lockScroll"; "required": false; "isSignal": true; }; "appendTo": { "alias": "appendTo"; "required": false; "isSignal": true; }; "timeoutDelay": { "alias": "timeoutDelay"; "required": false; "isSignal": true; }; }, {}, ["popoverTrigger", "popoverContent"], ["[tedi-popover-trigger]", "tedi-popover-content"], true, never>;
|
|
68
79
|
}
|
|
69
80
|
//# sourceMappingURL=popover.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popover.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/popover/popover.component.ts"],"names":[],"mappings":"AACA,OAAO,EAWL,mBAAmB,EACpB,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,0BAA0B,EAE1B,oBAAoB,EACrB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;;AAItF,MAAM,MAAM,eAAe,GAAG,GAAG,oBAAoB,EAAE,CAAC;AAExD,qBASa,gBAAiB,YAAW,mBAAmB;IAC1D;;;OAGG;IACH,QAAQ,oOAAiC;IACzC;;;OAGG;IACH,WAAW,+CAAe;IAC1B;;;OAGG;IACH,YAAY,+CAAgB;IAC5B;;;OAGG;IACH,UAAU,+CAAgB;IAC1B;;OAEG;IACH,SAAS,+CAAe;IACxB;;;OAGG;IACH,UAAU,+CAAgB;IAC1B;;OAEG;IACH,QAAQ,CAAC,YAAY,8CAAc;IAEnC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAoB;IAC7C,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAqB;IAE9C,QAAQ,CAAC,gBAAgB,6DAAkD;IAC3E,QAAQ,CAAC,cAAc,0DAAkD;IACzE,OAAO,CAAC,QAAQ,CAAC,cAAc,CAE7B;IAEF,QAAQ,CAAC,WAAW,iDAAc;IAClC,QAAQ,CAAC,gBAAgB,kDAAiB;IAE1C,WAAW,CAAC,EAAE,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC;IAC5C,OAAO,CAAC,eAAe,CAAC,CAAa;IACrC,OAAO,CAAC,cAAc,CAAC,CAAa;IACpC,OAAO,CAAC,eAAe,CAAC,CAAa;IACrC,OAAO,CAAC,iBAAiB,CAAC,CAAa;IAEvC,qBAAqB;IAiBrB,WAAW;IA8BX,WAAW,CAAC,YAAY,CAAC,EAAE,OAAO;IAiBlC,aAAa;IAQb,QAAQ,CAAC,qBAAqB,yCAY3B;IAEH,OAAO,CAAC,uBAAuB;IAqC/B,OAAO,CAAC,yBAAyB;IAOjC,OAAO,CAAC,mBAAmB;IAe3B,OAAO,CAAC,qBAAqB;IAO7B,OAAO,CAAC,qBAAqB;IAgB7B,OAAO,CAAC,uBAAuB;IAY/B,OAAO,CAAC,wBAAwB;IAahC,OAAO,CAAC,yBAAyB;IAajC,OAAO,CAAC,uBAAuB;
|
|
1
|
+
{"version":3,"file":"popover.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/popover/popover.component.ts"],"names":[],"mappings":"AACA,OAAO,EAWL,mBAAmB,EACpB,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,0BAA0B,EAE1B,oBAAoB,EACrB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;;AAItF,MAAM,MAAM,eAAe,GAAG,GAAG,oBAAoB,EAAE,CAAC;AAExD,qBASa,gBAAiB,YAAW,mBAAmB;IAC1D;;;OAGG;IACH,QAAQ,oOAAiC;IACzC;;;OAGG;IACH,eAAe,+CAAgB;IAC/B;;;OAGG;IACH,WAAW,+CAAe;IAC1B;;;OAGG;IACH,YAAY,+CAAgB;IAC5B;;;OAGG;IACH,UAAU,+CAAgB;IAC1B;;OAEG;IACH,SAAS,+CAAe;IACxB;;;OAGG;IACH,UAAU,+CAAgB;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,8CAAiB;IAClC;;OAEG;IACH,QAAQ,CAAC,YAAY,8CAAc;IAEnC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAoB;IAC7C,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAqB;IAE9C,QAAQ,CAAC,gBAAgB,6DAAkD;IAC3E,QAAQ,CAAC,cAAc,0DAAkD;IACzE,OAAO,CAAC,QAAQ,CAAC,cAAc,CAE7B;IAEF,QAAQ,CAAC,WAAW,iDAAc;IAClC,QAAQ,CAAC,gBAAgB,kDAAiB;IAE1C,WAAW,CAAC,EAAE,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC;IAC5C,OAAO,CAAC,eAAe,CAAC,CAAa;IACrC,OAAO,CAAC,cAAc,CAAC,CAAa;IACpC,OAAO,CAAC,eAAe,CAAC,CAAa;IACrC,OAAO,CAAC,iBAAiB,CAAC,CAAa;IAEvC,qBAAqB;IAiBrB,WAAW;IA8BX,WAAW,CAAC,YAAY,CAAC,EAAE,OAAO;IAiBlC,aAAa;IAQb,QAAQ,CAAC,qBAAqB,yCAY3B;IAEH,OAAO,CAAC,uBAAuB;IAqC/B,OAAO,CAAC,yBAAyB;IAOjC,OAAO,CAAC,mBAAmB;IAe3B,OAAO,CAAC,qBAAqB;IAO7B,OAAO,CAAC,qBAAqB;IAgB7B,OAAO,CAAC,uBAAuB;IAY/B,OAAO,CAAC,wBAAwB;IAahC,OAAO,CAAC,yBAAyB;IAajC,OAAO,CAAC,uBAAuB;yCA9QpB,gBAAgB;2CAAhB,gBAAgB;CA0R5B"}
|
|
@@ -6,7 +6,10 @@ export declare class TooltipTriggerComponent implements AfterContentChecked {
|
|
|
6
6
|
private renderer;
|
|
7
7
|
readonly tooltip: TooltipComponent;
|
|
8
8
|
private interactiveElement;
|
|
9
|
+
private isTouch;
|
|
9
10
|
constructor();
|
|
11
|
+
onTouchStart(): void;
|
|
12
|
+
onTouchEnd(): void;
|
|
10
13
|
onClick(): void;
|
|
11
14
|
onMouseEnter(): void;
|
|
12
15
|
onMouseLeave(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip-trigger.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/overlay/tooltip/tooltip-trigger/tooltip-trigger.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EAInB,UAAU,EAMX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;;AAExD,qBAQa,uBAAwB,YAAW,mBAAmB;IACjE,QAAQ,CAAC,IAAI,0BAA+C;IAC5D,OAAO,CAAC,QAAQ,CAAqB;IACrC,QAAQ,CAAC,OAAO,mBAA4B;IAC5C,OAAO,CAAC,kBAAkB,CAAoC;;
|
|
1
|
+
{"version":3,"file":"tooltip-trigger.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/overlay/tooltip/tooltip-trigger/tooltip-trigger.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EAInB,UAAU,EAMX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;;AAExD,qBAQa,uBAAwB,YAAW,mBAAmB;IACjE,QAAQ,CAAC,IAAI,0BAA+C;IAC5D,OAAO,CAAC,QAAQ,CAAqB;IACrC,QAAQ,CAAC,OAAO,mBAA4B;IAC5C,OAAO,CAAC,kBAAkB,CAAoC;IAE9D,OAAO,CAAC,OAAO,CAAS;;IAYxB,YAAY;IAKZ,UAAU;IAMV,OAAO;IAYP,YAAY;IAYZ,YAAY;IAgBZ,SAAS;IAYT,UAAU;IAaV,QAAQ;IAIR,qBAAqB,IAAI,IAAI;yCAlGlB,uBAAuB;2CAAvB,uBAAuB;CAgInC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../tedi/components/tags/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { _IdGenerator } from '@angular/cdk/a11y';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export type TagType = "primary" | "secondary" | "danger";
|
|
4
|
+
export declare class TagComponent {
|
|
5
|
+
readonly idGenerator: _IdGenerator;
|
|
6
|
+
readonly uniqueId: string;
|
|
7
|
+
/**
|
|
8
|
+
* Whether the tag is in loading state.
|
|
9
|
+
* When true, a spinner will be displayed inside the tag.
|
|
10
|
+
* @default false
|
|
11
|
+
*/
|
|
12
|
+
loading: import("@angular/core").InputSignal<boolean>;
|
|
13
|
+
/**
|
|
14
|
+
* Whether the tag can be closed.
|
|
15
|
+
* When true, a close button will be displayed that emits the 'closed' event when clicked.
|
|
16
|
+
* @default false
|
|
17
|
+
*/
|
|
18
|
+
closable: import("@angular/core").InputSignal<boolean>;
|
|
19
|
+
/**
|
|
20
|
+
* The visual style of the tag.
|
|
21
|
+
* Possible values: 'primary', 'secondary', 'danger'
|
|
22
|
+
* @default "primary"
|
|
23
|
+
*/
|
|
24
|
+
type: import("@angular/core").InputSignal<TagType>;
|
|
25
|
+
/**
|
|
26
|
+
* Event emitted when the close button is clicked.
|
|
27
|
+
*/
|
|
28
|
+
closed: import("@angular/core").OutputEmitterRef<Event>;
|
|
29
|
+
classes: import("@angular/core").Signal<string>;
|
|
30
|
+
handleClose(event: Event): void;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "tedi-tag", never, { "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "closable": { "alias": "closable"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; }, { "closed": "closed"; }, never, ["*"], true, never>;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=tag.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/tags/tag/tag.component.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;;AAEjD,MAAM,MAAM,OAAO,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,CAAC;AAEzD,qBAca,YAAY;IACvB,QAAQ,CAAC,WAAW,eAAwB;IAC5C,QAAQ,CAAC,QAAQ,SAAsC;IACvD;;;;OAIG;IACH,OAAO,+CAAgB;IAEvB;;;;OAIG;IACH,QAAQ,+CAAgB;IAExB;;;;OAIG;IACH,IAAI,+CAA6B;IAEjC;;OAEG;IACH,MAAM,kDAAmB;IAEzB,OAAO,yCAMJ;IAEH,WAAW,CAAC,KAAK,EAAE,KAAK;yCArCb,YAAY;2CAAZ,YAAY;CAwCxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tedi.provider.d.ts","sourceRoot":"","sources":["../../../tedi/providers/tedi.provider.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,
|
|
1
|
+
{"version":3,"file":"tedi.provider.d.ts","sourceRoot":"","sources":["../../../tedi/providers/tedi.provider.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EAErB,MAAM,eAAe,CAAC;AAEvB,OAAO,EACL,KAAK,EAEN,MAAM,iCAAiC,CAAC;AAEzC,OAAO,EAAE,QAAQ,EAAE,MAAM,6CAA6C,CAAC;AAEvE,MAAM,WAAW,UAAU;IACzB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB;AAED,wBAAgB,WAAW,CAAC,MAAM,GAAE,UAAe,GAAG,oBAAoB,CAWzE"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
export type
|
|
3
|
-
export
|
|
2
|
+
export type TEDITheme = "default" | "dark";
|
|
3
|
+
export type Theme = TEDITheme | string;
|
|
4
4
|
export declare const THEME_CLASS_PREFIX = "tedi-theme--";
|
|
5
5
|
export declare const THEME_COOKIE_NAME = "tedi-theme";
|
|
6
6
|
export declare const THEME_FALLBACK_VALUE: Theme;
|
|
7
7
|
export declare class ThemeService {
|
|
8
8
|
private readonly document;
|
|
9
9
|
private readonly defaultTheme;
|
|
10
|
-
readonly theme: import("@angular/core").WritableSignal<
|
|
10
|
+
readonly theme: import("@angular/core").WritableSignal<string>;
|
|
11
11
|
constructor();
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThemeService, never>;
|
|
13
13
|
static ɵprov: i0.ɵɵInjectableDeclaration<ThemeService>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.service.d.ts","sourceRoot":"","sources":["../../../../tedi/services/theme/theme.service.ts"],"names":[],"mappings":";AAKA,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"theme.service.d.ts","sourceRoot":"","sources":["../../../../tedi/services/theme/theme.service.ts"],"names":[],"mappings":";AAKA,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,MAAM,CAAC;AAC3C,MAAM,MAAM,KAAK,GAAG,SAAS,GAAG,MAAM,CAAC;AACvC,eAAO,MAAM,kBAAkB,iBAAiB,CAAC;AACjD,eAAO,MAAM,iBAAiB,eAAe,CAAC;AAC9C,eAAO,MAAM,oBAAoB,EAAE,KAAiB,CAAC;AAErD,qBACa,YAAY;IACvB,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAoB;IAC7C,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAoC;IAEjE,QAAQ,CAAC,KAAK,iDAGZ;;yCAPS,YAAY;6CAAZ,YAAY;CAwBxB"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { InjectionToken } from "@angular/core";
|
|
2
|
-
|
|
3
|
-
export declare const TEDI_THEME_DEFAULT_TOKEN: InjectionToken<Theme>;
|
|
2
|
+
export declare const TEDI_THEME_DEFAULT_TOKEN: InjectionToken<string>;
|
|
4
3
|
//# sourceMappingURL=theme.token.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.token.d.ts","sourceRoot":"","sources":["../../../tedi/tokens/theme.token.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"theme.token.d.ts","sourceRoot":"","sources":["../../../tedi/tokens/theme.token.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAG/C,eAAO,MAAM,wBAAwB,wBAEpC,CAAC"}
|