@weeehaoooz/talos-ui 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +85 -0
- package/fesm2022/weeehaoooz-talos-ui-button-button-group.mjs +237 -0
- package/fesm2022/weeehaoooz-talos-ui-button-button-group.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-button-button.mjs +93 -0
- package/fesm2022/weeehaoooz-talos-ui-button-button.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-core.mjs +438 -0
- package/fesm2022/weeehaoooz-talos-ui-core.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-data-display-badge.mjs +233 -0
- package/fesm2022/weeehaoooz-talos-ui-data-display-badge.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-data-display-status-tag.mjs +361 -0
- package/fesm2022/weeehaoooz-talos-ui-data-display-status-tag.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-data-display-timeline.mjs +312 -0
- package/fesm2022/weeehaoooz-talos-ui-data-display-timeline.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-data-display-trend-indicator.mjs +235 -0
- package/fesm2022/weeehaoooz-talos-ui-data-display-trend-indicator.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-data-viz-category-bar.mjs +462 -0
- package/fesm2022/weeehaoooz-talos-ui-data-viz-category-bar.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-data-viz-heatmap.mjs +805 -0
- package/fesm2022/weeehaoooz-talos-ui-data-viz-heatmap.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-data-viz-mini-donut.mjs +267 -0
- package/fesm2022/weeehaoooz-talos-ui-data-viz-mini-donut.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-data-viz-mini-gauge.mjs +351 -0
- package/fesm2022/weeehaoooz-talos-ui-data-viz-mini-gauge.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-data-viz-sparkline.mjs +566 -0
- package/fesm2022/weeehaoooz-talos-ui-data-viz-sparkline.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-feedback-alert.mjs +534 -0
- package/fesm2022/weeehaoooz-talos-ui-feedback-alert.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-feedback-dialog.mjs +446 -0
- package/fesm2022/weeehaoooz-talos-ui-feedback-dialog.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-feedback-snackbar.mjs +376 -0
- package/fesm2022/weeehaoooz-talos-ui-feedback-snackbar.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-feedback-tooltip.mjs +147 -0
- package/fesm2022/weeehaoooz-talos-ui-feedback-tooltip.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-form-affix.mjs +242 -0
- package/fesm2022/weeehaoooz-talos-ui-form-affix.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-form-autocomplete.mjs +514 -0
- package/fesm2022/weeehaoooz-talos-ui-form-autocomplete.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-form-checkbox.mjs +548 -0
- package/fesm2022/weeehaoooz-talos-ui-form-checkbox.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-form-chips.mjs +692 -0
- package/fesm2022/weeehaoooz-talos-ui-form-chips.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-form-color-picker.mjs +761 -0
- package/fesm2022/weeehaoooz-talos-ui-form-color-picker.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-form-date-picker.mjs +896 -0
- package/fesm2022/weeehaoooz-talos-ui-form-date-picker.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-form-date-range-picker.mjs +872 -0
- package/fesm2022/weeehaoooz-talos-ui-form-date-range-picker.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-form-date-time-picker.mjs +119 -0
- package/fesm2022/weeehaoooz-talos-ui-form-date-time-picker.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-form-date-time-range-picker.mjs +135 -0
- package/fesm2022/weeehaoooz-talos-ui-form-date-time-range-picker.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-form-drop-zone.mjs +666 -0
- package/fesm2022/weeehaoooz-talos-ui-form-drop-zone.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-form-form-field.mjs +147 -0
- package/fesm2022/weeehaoooz-talos-ui-form-form-field.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-form-input.mjs +33 -0
- package/fesm2022/weeehaoooz-talos-ui-form-input.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-form-otp.mjs +455 -0
- package/fesm2022/weeehaoooz-talos-ui-form-otp.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-form-password-input.mjs +379 -0
- package/fesm2022/weeehaoooz-talos-ui-form-password-input.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-form-radio.mjs +297 -0
- package/fesm2022/weeehaoooz-talos-ui-form-radio.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-form-range-input.mjs +661 -0
- package/fesm2022/weeehaoooz-talos-ui-form-range-input.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-form-rating.mjs +346 -0
- package/fesm2022/weeehaoooz-talos-ui-form-rating.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-form-select-input.mjs +896 -0
- package/fesm2022/weeehaoooz-talos-ui-form-select-input.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-form-slide-toggle.mjs +252 -0
- package/fesm2022/weeehaoooz-talos-ui-form-slide-toggle.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-form-transfer-list.mjs +916 -0
- package/fesm2022/weeehaoooz-talos-ui-form-transfer-list.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-layout.mjs +851 -0
- package/fesm2022/weeehaoooz-talos-ui-layout.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui-nav.mjs +897 -0
- package/fesm2022/weeehaoooz-talos-ui-nav.mjs.map +1 -0
- package/fesm2022/weeehaoooz-talos-ui.mjs +17058 -0
- package/fesm2022/weeehaoooz-talos-ui.mjs.map +1 -0
- package/package.json +203 -0
- package/schematics/collection.json +10 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +99 -0
- package/schematics/ng-add/schema.d.ts +10 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +52 -0
- package/styles/_alert.scss +56 -0
- package/styles/_badge.scss +279 -0
- package/styles/_button-group.scss +470 -0
- package/styles/_buttons.scss +442 -0
- package/styles/_card.scss +18 -0
- package/styles/_dialog.scss +116 -0
- package/styles/_drop-zone.scss +19 -0
- package/styles/_form-controls.scss +660 -0
- package/styles/_slide-toggle.scss +171 -0
- package/styles/_status-tag.scss +108 -0
- package/styles/_timeline.scss +19 -0
- package/styles/_tooltip.scss +32 -0
- package/styles/_typography.scss +279 -0
- package/styles/_variables.scss +590 -0
- package/styles/index.scss +15 -0
- package/types/weeehaoooz-talos-ui-button-button-group.d.ts +59 -0
- package/types/weeehaoooz-talos-ui-button-button-group.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-button-button.d.ts +38 -0
- package/types/weeehaoooz-talos-ui-button-button.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-core.d.ts +95 -0
- package/types/weeehaoooz-talos-ui-core.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-data-display-badge.d.ts +119 -0
- package/types/weeehaoooz-talos-ui-data-display-badge.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-data-display-status-tag.d.ts +135 -0
- package/types/weeehaoooz-talos-ui-data-display-status-tag.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-data-display-timeline.d.ts +144 -0
- package/types/weeehaoooz-talos-ui-data-display-timeline.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-data-display-trend-indicator.d.ts +83 -0
- package/types/weeehaoooz-talos-ui-data-display-trend-indicator.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-data-viz-category-bar.d.ts +255 -0
- package/types/weeehaoooz-talos-ui-data-viz-category-bar.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-data-viz-heatmap.d.ts +204 -0
- package/types/weeehaoooz-talos-ui-data-viz-heatmap.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-data-viz-mini-donut.d.ts +101 -0
- package/types/weeehaoooz-talos-ui-data-viz-mini-donut.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-data-viz-mini-gauge.d.ts +138 -0
- package/types/weeehaoooz-talos-ui-data-viz-mini-gauge.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-data-viz-sparkline.d.ts +161 -0
- package/types/weeehaoooz-talos-ui-data-viz-sparkline.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-feedback-alert.d.ts +212 -0
- package/types/weeehaoooz-talos-ui-feedback-alert.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-feedback-dialog.d.ts +259 -0
- package/types/weeehaoooz-talos-ui-feedback-dialog.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-feedback-snackbar.d.ts +147 -0
- package/types/weeehaoooz-talos-ui-feedback-snackbar.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-feedback-tooltip.d.ts +32 -0
- package/types/weeehaoooz-talos-ui-feedback-tooltip.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-form-affix.d.ts +88 -0
- package/types/weeehaoooz-talos-ui-form-affix.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-form-autocomplete.d.ts +113 -0
- package/types/weeehaoooz-talos-ui-form-autocomplete.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-form-checkbox.d.ts +165 -0
- package/types/weeehaoooz-talos-ui-form-checkbox.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-form-chips.d.ts +152 -0
- package/types/weeehaoooz-talos-ui-form-chips.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-form-color-picker.d.ts +144 -0
- package/types/weeehaoooz-talos-ui-form-color-picker.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-form-date-picker.d.ts +138 -0
- package/types/weeehaoooz-talos-ui-form-date-picker.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-form-date-range-picker.d.ts +148 -0
- package/types/weeehaoooz-talos-ui-form-date-range-picker.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-form-date-time-picker.d.ts +44 -0
- package/types/weeehaoooz-talos-ui-form-date-time-picker.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-form-date-time-range-picker.d.ts +48 -0
- package/types/weeehaoooz-talos-ui-form-date-time-range-picker.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-form-drop-zone.d.ts +227 -0
- package/types/weeehaoooz-talos-ui-form-drop-zone.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-form-form-field.d.ts +42 -0
- package/types/weeehaoooz-talos-ui-form-form-field.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-form-input.d.ts +15 -0
- package/types/weeehaoooz-talos-ui-form-input.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-form-otp.d.ts +111 -0
- package/types/weeehaoooz-talos-ui-form-otp.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-form-password-input.d.ts +145 -0
- package/types/weeehaoooz-talos-ui-form-password-input.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-form-radio.d.ts +84 -0
- package/types/weeehaoooz-talos-ui-form-radio.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-form-range-input.d.ts +181 -0
- package/types/weeehaoooz-talos-ui-form-range-input.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-form-rating.d.ts +110 -0
- package/types/weeehaoooz-talos-ui-form-rating.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-form-select-input.d.ts +195 -0
- package/types/weeehaoooz-talos-ui-form-select-input.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-form-slide-toggle.d.ts +79 -0
- package/types/weeehaoooz-talos-ui-form-slide-toggle.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-form-transfer-list.d.ts +192 -0
- package/types/weeehaoooz-talos-ui-form-transfer-list.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-layout.d.ts +286 -0
- package/types/weeehaoooz-talos-ui-layout.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui-nav.d.ts +384 -0
- package/types/weeehaoooz-talos-ui-nav.d.ts.map +1 -0
- package/types/weeehaoooz-talos-ui.d.ts +5050 -0
- package/types/weeehaoooz-talos-ui.d.ts.map +1 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
|
|
3
|
+
type ButtonVariant = 'primary' | 'secondary' | 'outline' | 'ghost' | 'subtle' | 'danger' | 'success' | 'link';
|
|
4
|
+
type ButtonSize = 'sm' | 'md' | 'lg';
|
|
5
|
+
type ButtonAnimation = 'spin' | 'spin-once' | 'pop' | 'shake' | 'pulse' | 'bounce' | 'none';
|
|
6
|
+
type ButtonFeedbackState = 'success' | 'error' | null;
|
|
7
|
+
declare class TalosButtonDirective {
|
|
8
|
+
private readonly elementRef;
|
|
9
|
+
/** Button visual style variant */
|
|
10
|
+
readonly variant: _angular_core.InputSignal<ButtonVariant>;
|
|
11
|
+
/** Button size variant */
|
|
12
|
+
readonly size: _angular_core.InputSignal<ButtonSize>;
|
|
13
|
+
/** Whether button has square aspect ratio for icon-only display */
|
|
14
|
+
readonly iconOnly: _angular_core.InputSignal<boolean>;
|
|
15
|
+
/** Expand button to fill 100% width of parent container */
|
|
16
|
+
readonly fullWidth: _angular_core.InputSignal<boolean>;
|
|
17
|
+
/** Apply fully rounded pill shape */
|
|
18
|
+
readonly pill: _angular_core.InputSignal<boolean>;
|
|
19
|
+
/** Show loading spinner and disable interactive events */
|
|
20
|
+
readonly loading: _angular_core.InputSignal<boolean>;
|
|
21
|
+
/** Disable button interaction */
|
|
22
|
+
readonly disabled: _angular_core.InputSignal<boolean>;
|
|
23
|
+
/** Micro-interaction animation preset to apply */
|
|
24
|
+
readonly animation: _angular_core.InputSignal<ButtonAnimation>;
|
|
25
|
+
/** Convenience boolean signal for spinning icon / continuous refresh state */
|
|
26
|
+
readonly spinning: _angular_core.InputSignal<boolean>;
|
|
27
|
+
/** Convenience boolean signal for pop / scale bounce feedback */
|
|
28
|
+
readonly popping: _angular_core.InputSignal<boolean>;
|
|
29
|
+
/** Contextual temporary feedback state (e.g. green success pop or red error shake) */
|
|
30
|
+
readonly feedback: _angular_core.InputSignal<ButtonFeedbackState>;
|
|
31
|
+
onPointerDown(event: Event): void;
|
|
32
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosButtonDirective, never>;
|
|
33
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TalosButtonDirective, "button[talosButton], a[talosButton], button[talos-btn], a[talos-btn]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "iconOnly": { "alias": "iconOnly"; "required": false; "isSignal": true; }; "fullWidth": { "alias": "fullWidth"; "required": false; "isSignal": true; }; "pill": { "alias": "pill"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "animation": { "alias": "animation"; "required": false; "isSignal": true; }; "spinning": { "alias": "spinning"; "required": false; "isSignal": true; }; "popping": { "alias": "popping"; "required": false; "isSignal": true; }; "feedback": { "alias": "feedback"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export { TalosButtonDirective };
|
|
37
|
+
export type { ButtonAnimation, ButtonFeedbackState, ButtonSize, ButtonVariant };
|
|
38
|
+
//# sourceMappingURL=weeehaoooz-talos-ui-button-button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"weeehaoooz-talos-ui-button-button.d.ts","sources":["../../../projects/talos-ui/button/button/button.directive.ts"],"mappings":";;KAEY,aAAa;AACnB,KAAM,UAAU;KACV,eAAe;AACrB,KAAM,mBAAmB;AAE/B,cA+Ba,oBAAoB;AAC/B;;sBAGgB,aAAA,CAAA,WAAA,CAAA,aAAA;;mBAGH,aAAA,CAAA,WAAA,CAAA,UAAA;;uBAGI,aAAA,CAAA,WAAA;;wBAGC,aAAA,CAAA,WAAA;;mBAGL,aAAA,CAAA,WAAA;;sBAGG,aAAA,CAAA,WAAA;;uBAGC,aAAA,CAAA,WAAA;;wBAGC,aAAA,CAAA,WAAA,CAAA,eAAA;;uBAGD,aAAA,CAAA,WAAA;;sBAGD,aAAA,CAAA,WAAA;;uBAGC,aAAA,CAAA,WAAA,CAAA,mBAAA;AAEjB,yBAAqB,KAAK;oDApCf,oBAAoB;sDAApB,oBAAoB;AA8ChC;;;;","names":[]}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Shared date utility helpers wrapping date-fns.
|
|
3
|
+
*
|
|
4
|
+
* All functions are pure and tree-shakeable.
|
|
5
|
+
* Moment.js tokens (YYYY, DD, etc.) are automatically normalised to the
|
|
6
|
+
* Unicode/UTS-35 tokens that date-fns expects (yyyy, dd, etc.).
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* Converts Moment.js format tokens to their date-fns UTS-35 equivalents.
|
|
10
|
+
* This lets consumers continue passing legacy strings like 'YYYY-MM-DD'
|
|
11
|
+
* without any configuration change.
|
|
12
|
+
*
|
|
13
|
+
* Key differences handled:
|
|
14
|
+
* - YYYY → yyyy (calendar year, not ISO week year)
|
|
15
|
+
* - YY → yy (2-digit year)
|
|
16
|
+
* - DD → dd (day of month, not day of year)
|
|
17
|
+
* - D → d (day of month, not day of year)
|
|
18
|
+
* - dddd → EEEE (full weekday name)
|
|
19
|
+
* - ddd → EEE (abbreviated weekday)
|
|
20
|
+
* - A → a (AM/PM)
|
|
21
|
+
*/
|
|
22
|
+
declare function normalizeDateFnsToken(fmt: string): string;
|
|
23
|
+
/**
|
|
24
|
+
* Format a Date value with automatic Moment→date-fns token normalisation.
|
|
25
|
+
* Returns an empty string for null/undefined/invalid input.
|
|
26
|
+
*/
|
|
27
|
+
declare function formatDate(date: Date | null | undefined, fmt: string): string;
|
|
28
|
+
/**
|
|
29
|
+
* Attempt to parse a value into a valid Date, trying multiple format strings.
|
|
30
|
+
* Returns null for blank/falsy input or unparseable strings.
|
|
31
|
+
*
|
|
32
|
+
* @param val Raw value from form control (string | Date | number | null | undefined)
|
|
33
|
+
* @param formats Optional array of format strings to try first (Moment tokens OK)
|
|
34
|
+
*/
|
|
35
|
+
declare function parseFlexibleDate(val: unknown, formats?: string[]): Date | null;
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Color math and conversion utilities for Talos UI.
|
|
39
|
+
* Zero-dependency, pure functions supporting HEX, RGB/RGBA, HSL/HSLA, and HSV/HSVA.
|
|
40
|
+
*/
|
|
41
|
+
interface RgbaColor {
|
|
42
|
+
r: number;
|
|
43
|
+
g: number;
|
|
44
|
+
b: number;
|
|
45
|
+
a: number;
|
|
46
|
+
}
|
|
47
|
+
interface HslaColor {
|
|
48
|
+
h: number;
|
|
49
|
+
s: number;
|
|
50
|
+
l: number;
|
|
51
|
+
a: number;
|
|
52
|
+
}
|
|
53
|
+
interface HsvaColor {
|
|
54
|
+
h: number;
|
|
55
|
+
s: number;
|
|
56
|
+
v: number;
|
|
57
|
+
a: number;
|
|
58
|
+
}
|
|
59
|
+
type ColorFormat = 'hex' | 'rgb' | 'hsl' | 'hsv';
|
|
60
|
+
/** Clamp a number between min and max */
|
|
61
|
+
declare function clamp(val: number, min: number, max: number): number;
|
|
62
|
+
/** Round number to given precision */
|
|
63
|
+
declare function round(val: number, precision?: number): number;
|
|
64
|
+
/** Convert HEX string (#fff, #ffffff, #ffffffff) to RGBA */
|
|
65
|
+
declare function hexToRgb(hex: string): RgbaColor | null;
|
|
66
|
+
/** Convert RGBA to 6 or 8-digit HEX string */
|
|
67
|
+
declare function rgbToHex(rgba: RgbaColor, includeAlpha?: boolean): string;
|
|
68
|
+
/** Convert RGBA to HSVA */
|
|
69
|
+
declare function rgbToHsv(rgba: RgbaColor): HsvaColor;
|
|
70
|
+
/** Convert HSVA to RGBA */
|
|
71
|
+
declare function hsvToRgb(hsva: HsvaColor): RgbaColor;
|
|
72
|
+
/** Convert RGBA to HSLA */
|
|
73
|
+
declare function rgbToHsl(rgba: RgbaColor): HslaColor;
|
|
74
|
+
/** Convert HSLA to RGBA */
|
|
75
|
+
declare function hslToRgb(hsla: HslaColor): RgbaColor;
|
|
76
|
+
/** Convert HSVA to HSLA */
|
|
77
|
+
declare function hsvToHsl(hsva: HsvaColor): HslaColor;
|
|
78
|
+
/** Convert HSLA to HSVA */
|
|
79
|
+
declare function hslToHsv(hsla: HslaColor): HsvaColor;
|
|
80
|
+
/** Parse any CSS color format (hex, rgb, rgba, hsl, hsla) into RGBA */
|
|
81
|
+
declare function parseColor(color: string): RgbaColor | null;
|
|
82
|
+
/** Format an RGBA color into the desired string format */
|
|
83
|
+
declare function formatColor(rgba: RgbaColor, format: ColorFormat, includeAlpha?: boolean): string;
|
|
84
|
+
/** Check whether a string is a valid color */
|
|
85
|
+
declare function isValidColor(color: string): boolean;
|
|
86
|
+
/** Calculate relative luminance of an RGBA color (WCAG 2.0 formula) */
|
|
87
|
+
declare function getLuminance(rgba: RgbaColor): number;
|
|
88
|
+
/** Calculate contrast ratio between two colors */
|
|
89
|
+
declare function getContrastRatio(color1: RgbaColor, color2: RgbaColor): number;
|
|
90
|
+
/** Check if color is light (useful for dynamic text/icon contrast) */
|
|
91
|
+
declare function isLightColor(rgba: RgbaColor): boolean;
|
|
92
|
+
|
|
93
|
+
export { clamp, formatColor, formatDate, getContrastRatio, getLuminance, hexToRgb, hslToHsv, hslToRgb, hsvToHsl, hsvToRgb, isLightColor, isValidColor, normalizeDateFnsToken, parseColor, parseFlexibleDate, rgbToHex, rgbToHsl, rgbToHsv, round };
|
|
94
|
+
export type { ColorFormat, HslaColor, HsvaColor, RgbaColor };
|
|
95
|
+
//# sourceMappingURL=weeehaoooz-talos-ui-core.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"weeehaoooz-talos-ui-core.d.ts","sources":["../../../projects/talos-ui/core/date-utils.ts","../../../projects/talos-ui/core/color-utils.ts"],"mappings":"AAAA;;;;;;AAMG;AAQH;;;;;;;;;;;;;AAaG;AACH,iBAAgB,qBAAqB;AAerC;;;AAGG;AACH,iBAAgB,UAAU,OAAO,IAAI;AAuBrC;;;;;;AAMG;AACH,iBAAgB,iBAAiB,oCAG9B,IAAI;;AChFP;;;AAGG;UAEc,SAAS;;;;;AAKzB;UAEgB,SAAS;;;;;AAKzB;UAEgB,SAAS;;;;;AAKzB;AAEK,KAAM,WAAW;AAEvB;AACA,iBAAgB,KAAK;AAIrB;AACA,iBAAgB,KAAK;AAKrB;AACA,iBAAgB,QAAQ,eAAe,SAAS;AA8BhD;AACA,iBAAgB,QAAQ,OAAO,SAAS;AAaxC;AACA,iBAAgB,QAAQ,OAAO,SAAS,GAAG,SAAS;AA+BpD;AACA,iBAAgB,QAAQ,OAAO,SAAS,GAAG,SAAS;AAiCpD;AACA,iBAAgB,QAAQ,OAAO,SAAS,GAAG,SAAS;AAiCpD;AACA,iBAAgB,QAAQ,OAAO,SAAS,GAAG,SAAS;AAiCpD;AACA,iBAAgB,QAAQ,OAAO,SAAS,GAAG,SAAS;AAIpD;AACA,iBAAgB,QAAQ,OAAO,SAAS,GAAG,SAAS;AAIpD;AACA,iBAAgB,UAAU,iBAAiB,SAAS;AAkEpD;AACA,iBAAgB,WAAW,OAAO,SAAS,UAAU,WAAW;AA2BhE;AACA,iBAAgB,YAAY;AAI5B;AACA,iBAAgB,YAAY,OAAO,SAAS;AAQ5C;AACA,iBAAgB,gBAAgB,SAAS,SAAS,UAAU,SAAS;AAQrE;AACA,iBAAgB,YAAY,OAAO,SAAS;;;;","names":[]}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Supported size scales for the badge.
|
|
5
|
+
*/
|
|
6
|
+
type TalosBadgeSize = 'xs' | 'sm' | 'md' | 'lg';
|
|
7
|
+
/**
|
|
8
|
+
* Anchor positions for placing the badge relative to its host element.
|
|
9
|
+
*/
|
|
10
|
+
type TalosBadgePosition = 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left' | 'top' | 'bottom' | 'inline';
|
|
11
|
+
/**
|
|
12
|
+
* Visual semantic variant presentation styles.
|
|
13
|
+
*/
|
|
14
|
+
type TalosBadgeVariant = 'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'error' | 'info' | 'neutral' | 'subtle' | 'outline';
|
|
15
|
+
/**
|
|
16
|
+
* Shape styling of the badge container.
|
|
17
|
+
*/
|
|
18
|
+
type TalosBadgeShape = 'circle' | 'pill' | 'square';
|
|
19
|
+
/**
|
|
20
|
+
* Formats badge content taking into account max threshold clamping, dot mode, and null values.
|
|
21
|
+
*
|
|
22
|
+
* @param content The raw badge content (number, string, or null/undefined)
|
|
23
|
+
* @param max The maximum numerical threshold before displaying with a '+' post-script (e.g. 99+)
|
|
24
|
+
* @param dot Whether the badge is operating in dot indicator mode
|
|
25
|
+
* @returns The formatted string to be rendered inside the badge
|
|
26
|
+
*/
|
|
27
|
+
declare function formatBadgeContent(content: string | number | null | undefined, max?: number | null, dot?: boolean): string;
|
|
28
|
+
|
|
29
|
+
declare class TalosBadgeDirective {
|
|
30
|
+
private readonly elementRef;
|
|
31
|
+
private readonly renderer;
|
|
32
|
+
private readonly destroyRef;
|
|
33
|
+
/**
|
|
34
|
+
* The content to display inside the badge.
|
|
35
|
+
* Can be a number, string, or null/undefined.
|
|
36
|
+
*/
|
|
37
|
+
readonly content: _angular_core.InputSignal<string | number | null | undefined>;
|
|
38
|
+
/**
|
|
39
|
+
* Maximum numeric value to display before appending '+'.
|
|
40
|
+
* For example, max = 99 will display 100 as '99+'.
|
|
41
|
+
*/
|
|
42
|
+
readonly max: _angular_core.InputSignal<number | null | undefined>;
|
|
43
|
+
/**
|
|
44
|
+
* Size scale of the badge.
|
|
45
|
+
* @default 'md'
|
|
46
|
+
*/
|
|
47
|
+
readonly size: _angular_core.InputSignal<TalosBadgeSize>;
|
|
48
|
+
/**
|
|
49
|
+
* Anchor position of the badge relative to the host element.
|
|
50
|
+
* @default 'top-right'
|
|
51
|
+
*/
|
|
52
|
+
readonly position: _angular_core.InputSignal<TalosBadgePosition>;
|
|
53
|
+
/**
|
|
54
|
+
* Visual variant/color theme of the badge.
|
|
55
|
+
* @default 'primary'
|
|
56
|
+
*/
|
|
57
|
+
readonly variant: _angular_core.InputSignal<TalosBadgeVariant>;
|
|
58
|
+
/**
|
|
59
|
+
* Shape style of the badge container.
|
|
60
|
+
* @default 'circle'
|
|
61
|
+
*/
|
|
62
|
+
readonly shape: _angular_core.InputSignal<TalosBadgeShape>;
|
|
63
|
+
/**
|
|
64
|
+
* Whether to display the badge as a small indicator dot without text content.
|
|
65
|
+
* @default false
|
|
66
|
+
*/
|
|
67
|
+
readonly dot: _angular_core.InputSignal<boolean>;
|
|
68
|
+
/**
|
|
69
|
+
* Whether to enable an animated pulse/ripple effect for notifications.
|
|
70
|
+
* @default false
|
|
71
|
+
*/
|
|
72
|
+
readonly pulse: _angular_core.InputSignal<boolean>;
|
|
73
|
+
/**
|
|
74
|
+
* Whether the badge is hidden from view.
|
|
75
|
+
* @default false
|
|
76
|
+
*/
|
|
77
|
+
readonly hidden: _angular_core.InputSignal<boolean>;
|
|
78
|
+
/**
|
|
79
|
+
* Whether the badge overlaps the edge of the host component.
|
|
80
|
+
* @default true
|
|
81
|
+
*/
|
|
82
|
+
readonly overlap: _angular_core.InputSignal<boolean>;
|
|
83
|
+
/**
|
|
84
|
+
* Accessible description/label for screen readers.
|
|
85
|
+
*/
|
|
86
|
+
readonly ariaLabel: _angular_core.InputSignal<string | null | undefined>;
|
|
87
|
+
/**
|
|
88
|
+
* Computed formatted text content for the badge.
|
|
89
|
+
*/
|
|
90
|
+
readonly formattedContent: _angular_core.Signal<string>;
|
|
91
|
+
/**
|
|
92
|
+
* Whether the badge should actively render in the DOM and be visible.
|
|
93
|
+
*/
|
|
94
|
+
readonly shouldRender: _angular_core.Signal<boolean>;
|
|
95
|
+
/**
|
|
96
|
+
* Computed host aria-label override when provided.
|
|
97
|
+
*/
|
|
98
|
+
readonly resolvedHostAriaLabel: _angular_core.Signal<string | null>;
|
|
99
|
+
private badgeElement;
|
|
100
|
+
constructor();
|
|
101
|
+
/**
|
|
102
|
+
* Returns the native badge element for inspection or testing.
|
|
103
|
+
*/
|
|
104
|
+
get nativeBadgeElement(): HTMLElement | null;
|
|
105
|
+
private updateBadgeDom;
|
|
106
|
+
private removeBadgeDom;
|
|
107
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosBadgeDirective, never>;
|
|
108
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TalosBadgeDirective, "[talosBadge], [talos-badge]", never, { "content": { "alias": "talosBadge"; "required": false; "isSignal": true; }; "max": { "alias": "talosBadgeMax"; "required": false; "isSignal": true; }; "size": { "alias": "talosBadgeSize"; "required": false; "isSignal": true; }; "position": { "alias": "talosBadgePosition"; "required": false; "isSignal": true; }; "variant": { "alias": "talosBadgeVariant"; "required": false; "isSignal": true; }; "shape": { "alias": "talosBadgeShape"; "required": false; "isSignal": true; }; "dot": { "alias": "talosBadgeDot"; "required": false; "isSignal": true; }; "pulse": { "alias": "talosBadgePulse"; "required": false; "isSignal": true; }; "hidden": { "alias": "talosBadgeHidden"; "required": false; "isSignal": true; }; "overlap": { "alias": "talosBadgeOverlap"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "talosBadgeAriaLabel"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
declare class TalosBadgeModule {
|
|
112
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosBadgeModule, never>;
|
|
113
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<TalosBadgeModule, never, [typeof TalosBadgeDirective], [typeof TalosBadgeDirective]>;
|
|
114
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<TalosBadgeModule>;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export { TalosBadgeDirective, TalosBadgeModule, formatBadgeContent };
|
|
118
|
+
export type { TalosBadgePosition, TalosBadgeShape, TalosBadgeSize, TalosBadgeVariant };
|
|
119
|
+
//# sourceMappingURL=weeehaoooz-talos-ui-data-display-badge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"weeehaoooz-talos-ui-data-display-badge.d.ts","sources":["../../../projects/talos-ui/data-display/badge/badge.types.ts","../../../projects/talos-ui/data-display/badge/badge.directive.ts","../../../projects/talos-ui/data-display/badge/badge.module.ts"],"mappings":";;AAAA;;AAEG;AACG,KAAM,cAAc;AAE1B;;AAEG;KACS,kBAAkB;AAS9B;;AAEG;AACG,KAAM,iBAAiB;AAY7B;;AAEG;AACG,KAAM,eAAe;AAE3B;;;;;;;AAOG;AACH,iBAAgB,kBAAkB;;AC3BlC,cAQa,mBAAmB;AAC9B;AACA;AACA;AAEA;;;AAGG;sBACa,aAAA,CAAA,WAAA;AAIhB;;;AAGG;kBACS,aAAA,CAAA,WAAA;AAIZ;;;AAGG;mBACU,aAAA,CAAA,WAAA,CAAA,cAAA;AAIb;;;AAGG;uBACc,aAAA,CAAA,WAAA,CAAA,kBAAA;AAIjB;;;AAGG;sBACa,aAAA,CAAA,WAAA,CAAA,iBAAA;AAIhB;;;AAGG;oBACW,aAAA,CAAA,WAAA,CAAA,eAAA;AAId;;;AAGG;kBACS,aAAA,CAAA,WAAA;AAIZ;;;AAGG;oBACW,aAAA,CAAA,WAAA;AAId;;;AAGG;qBACY,aAAA,CAAA,WAAA;AAIf;;;AAGG;sBACa,aAAA,CAAA,WAAA;AAIhB;;AAEG;wBACe,aAAA,CAAA,WAAA;AAIlB;;AAEG;+BACsB,aAAA,CAAA,MAAA;AAIzB;;AAEG;2BACkB,aAAA,CAAA,MAAA;AAWrB;;AAEG;oCAC2B,aAAA,CAAA,MAAA;;;AAqB9B;;AAEG;AACH,8BAA0B,WAAW;AAIrC;AA8DA;oDA9MW,mBAAmB;sDAAnB,mBAAmB;AAoN/B;;AC3OD,cAIa,gBAAgB;oDAAhB,gBAAgB;qDAAhB,gBAAgB,iBAAAA,mBAAA,WAAAA,mBAAA;qDAAhB,gBAAgB;AAAG;;;;","names":["i1.TalosBadgeDirective"]}
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { Type } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Standard canonical workflow orchestration statuses.
|
|
6
|
+
*/
|
|
7
|
+
type TalosCanonicalWorkflowStatus = 'NEW' | 'PENDING' | 'IN-PROGRESS' | 'PAUSED' | 'RETRYING' | 'SKIPPED' | 'SUCCESS' | 'COMPLETED' | 'ERROR' | 'TERMINATED' | 'EXPIRED';
|
|
8
|
+
/**
|
|
9
|
+
* Permissive workflow status input accepting canonical names, lowercase variants, and industry aliases.
|
|
10
|
+
*/
|
|
11
|
+
type TalosWorkflowStatus = TalosCanonicalWorkflowStatus | 'new' | 'created' | 'draft' | 'CREATED' | 'DRAFT' | 'pending' | 'queued' | 'scheduled' | 'waiting' | 'QUEUED' | 'SCHEDULED' | 'WAITING' | 'in-progress' | 'in_progress' | 'IN_PROGRESS' | 'running' | 'executing' | 'RUNNING' | 'EXECUTING' | 'paused' | 'suspended' | 'on_hold' | 'on-hold' | 'waiting_for_approval' | 'SUSPENDED' | 'ON_HOLD' | 'ON-HOLD' | 'WAITING_FOR_APPROVAL' | 'retrying' | 'up_for_retry' | 'up-for-retry' | 'UP_FOR_RETRY' | 'UP-FOR-RETRY' | 'skipped' | 'bypassed' | 'ignored' | 'SKIPPED' | 'BYPASSED' | 'IGNORED' | 'success' | 'succeeded' | 'passed' | 'SUCCEEDED' | 'PASSED' | 'completed' | 'finished' | 'done' | 'FINISHED' | 'DONE' | 'error' | 'failed' | 'failure' | 'FAILED' | 'FAILURE' | 'terminated' | 'cancelled' | 'canceled' | 'aborted' | 'stopped' | 'killed' | 'CANCELLED' | 'CANCELED' | 'ABORTED' | 'STOPPED' | 'KILLED' | 'expired' | 'timeout' | 'timed_out' | 'timed-out' | 'stale' | 'TIMEOUT' | 'TIMED_OUT' | 'TIMED-OUT' | 'STALE';
|
|
12
|
+
/**
|
|
13
|
+
* Visual variant presentation styles.
|
|
14
|
+
*/
|
|
15
|
+
type TalosStatusTagVariant = 'subtle' | 'solid' | 'outline' | 'dot';
|
|
16
|
+
/**
|
|
17
|
+
* Size scale for the status tag.
|
|
18
|
+
*/
|
|
19
|
+
type TalosStatusTagSize = 'xs' | 'sm' | 'md' | 'lg';
|
|
20
|
+
/**
|
|
21
|
+
* Border radius shape style for the status tag.
|
|
22
|
+
*/
|
|
23
|
+
type TalosStatusTagShape = 'rounded' | 'pill' | 'square';
|
|
24
|
+
/**
|
|
25
|
+
* Status descriptor containing default metadata.
|
|
26
|
+
*/
|
|
27
|
+
interface TalosStatusDescriptor {
|
|
28
|
+
readonly canonical: TalosCanonicalWorkflowStatus;
|
|
29
|
+
readonly defaultLabel: string;
|
|
30
|
+
readonly defaultAriaLabel: string;
|
|
31
|
+
readonly cssModifier: string;
|
|
32
|
+
readonly shouldAnimateIcon?: boolean;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Normalizes any recognized status string or alias into its canonical status.
|
|
36
|
+
*/
|
|
37
|
+
declare function normalizeWorkflowStatus(status: string | null | undefined): TalosCanonicalWorkflowStatus;
|
|
38
|
+
/**
|
|
39
|
+
* Status descriptors map with default metadata.
|
|
40
|
+
*/
|
|
41
|
+
declare const TALOS_STATUS_DESCRIPTORS: Record<TalosCanonicalWorkflowStatus, TalosStatusDescriptor>;
|
|
42
|
+
|
|
43
|
+
declare class TalosStatusTagComponent {
|
|
44
|
+
private readonly elementRef;
|
|
45
|
+
/**
|
|
46
|
+
* The workflow status to display. Supports all canonical names, lowercase variants, and common aliases.
|
|
47
|
+
*/
|
|
48
|
+
readonly status: _angular_core.InputSignal<string>;
|
|
49
|
+
/**
|
|
50
|
+
* Optional custom label text. If not provided or empty, defaults to standard status label.
|
|
51
|
+
*/
|
|
52
|
+
readonly label: _angular_core.InputSignal<string | null | undefined>;
|
|
53
|
+
/**
|
|
54
|
+
* Visual presentation style.
|
|
55
|
+
* @default 'subtle'
|
|
56
|
+
*/
|
|
57
|
+
readonly variant: _angular_core.InputSignal<TalosStatusTagVariant>;
|
|
58
|
+
/**
|
|
59
|
+
* Size scale.
|
|
60
|
+
* @default 'md'
|
|
61
|
+
*/
|
|
62
|
+
readonly size: _angular_core.InputSignal<TalosStatusTagSize>;
|
|
63
|
+
/**
|
|
64
|
+
* Border radius shape.
|
|
65
|
+
* @default 'rounded'
|
|
66
|
+
*/
|
|
67
|
+
readonly shape: _angular_core.InputSignal<TalosStatusTagShape>;
|
|
68
|
+
/**
|
|
69
|
+
* Whether to render the status icon / indicator symbol.
|
|
70
|
+
* @default true
|
|
71
|
+
*/
|
|
72
|
+
readonly showIcon: _angular_core.InputSignal<boolean>;
|
|
73
|
+
/**
|
|
74
|
+
* Optional custom icon component override.
|
|
75
|
+
*/
|
|
76
|
+
readonly icon: _angular_core.InputSignal<Type<unknown> | null>;
|
|
77
|
+
/**
|
|
78
|
+
* Whether to render only the symbol/icon without label text.
|
|
79
|
+
* @default false
|
|
80
|
+
*/
|
|
81
|
+
readonly iconOnly: _angular_core.InputSignal<boolean>;
|
|
82
|
+
/**
|
|
83
|
+
* Whether to enable pulsing animation for active/waiting states.
|
|
84
|
+
* @default false
|
|
85
|
+
*/
|
|
86
|
+
readonly pulse: _angular_core.InputSignal<boolean>;
|
|
87
|
+
/**
|
|
88
|
+
* Optional accessible ARIA label override.
|
|
89
|
+
*/
|
|
90
|
+
readonly ariaLabel: _angular_core.InputSignal<string | null | undefined>;
|
|
91
|
+
/**
|
|
92
|
+
* Normalized canonical workflow status.
|
|
93
|
+
*/
|
|
94
|
+
readonly canonicalStatus: _angular_core.Signal<TalosCanonicalWorkflowStatus>;
|
|
95
|
+
/**
|
|
96
|
+
* Descriptor containing default metadata for current canonical status.
|
|
97
|
+
*/
|
|
98
|
+
readonly descriptor: _angular_core.Signal<TalosStatusDescriptor>;
|
|
99
|
+
/**
|
|
100
|
+
* Resolved label to display when no custom content is projected.
|
|
101
|
+
*/
|
|
102
|
+
readonly resolvedLabel: _angular_core.Signal<string>;
|
|
103
|
+
/**
|
|
104
|
+
* Resolved accessibility label for screen readers.
|
|
105
|
+
*/
|
|
106
|
+
readonly resolvedAriaLabel: _angular_core.Signal<string>;
|
|
107
|
+
/**
|
|
108
|
+
* Pixel size for the Lucide icon based on status tag size.
|
|
109
|
+
*/
|
|
110
|
+
readonly iconSize: _angular_core.Signal<number>;
|
|
111
|
+
/**
|
|
112
|
+
* Resolved default Lucide icon component for the current canonical status.
|
|
113
|
+
*/
|
|
114
|
+
readonly defaultIconComponent: _angular_core.Signal<Type<unknown>>;
|
|
115
|
+
/**
|
|
116
|
+
* Active icon component to render (custom icon if provided, otherwise default semantic icon).
|
|
117
|
+
*/
|
|
118
|
+
readonly activeIconComponent: _angular_core.Signal<Type<unknown>>;
|
|
119
|
+
/**
|
|
120
|
+
* Whether the icon should have active spin/rotation animation (e.g. IN-PROGRESS, RETRYING).
|
|
121
|
+
*/
|
|
122
|
+
readonly shouldAnimateIcon: _angular_core.Signal<boolean>;
|
|
123
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosStatusTagComponent, never>;
|
|
124
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TalosStatusTagComponent, "talos-status-tag, [talosStatusTag]", never, { "status": { "alias": "status"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "shape": { "alias": "shape"; "required": false; "isSignal": true; }; "showIcon": { "alias": "showIcon"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconOnly": { "alias": "iconOnly"; "required": false; "isSignal": true; }; "pulse": { "alias": "pulse"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
declare class TalosStatusTagModule {
|
|
128
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosStatusTagModule, never>;
|
|
129
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<TalosStatusTagModule, never, [typeof TalosStatusTagComponent], [typeof TalosStatusTagComponent]>;
|
|
130
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<TalosStatusTagModule>;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
export { TALOS_STATUS_DESCRIPTORS, TalosStatusTagComponent, TalosStatusTagModule, normalizeWorkflowStatus };
|
|
134
|
+
export type { TalosCanonicalWorkflowStatus, TalosStatusDescriptor, TalosStatusTagShape, TalosStatusTagSize, TalosStatusTagVariant, TalosWorkflowStatus };
|
|
135
|
+
//# sourceMappingURL=weeehaoooz-talos-ui-data-display-status-tag.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"weeehaoooz-talos-ui-data-display-status-tag.d.ts","sources":["../../../projects/talos-ui/data-display/status-tag/status-tag.types.ts","../../../projects/talos-ui/data-display/status-tag/status-tag.component.ts","../../../projects/talos-ui/data-display/status-tag/status-tag.module.ts"],"mappings":";;;AAAA;;AAEG;AACG,KAAM,4BAA4B;AAaxC;;AAEG;AACG,KAAM,mBAAmB,GAC3B,4BAA4B;AA4EhC;;AAEG;AACG,KAAM,qBAAqB;AAEjC;;AAEG;AACG,KAAM,kBAAkB;AAE9B;;AAEG;AACG,KAAM,mBAAmB;AAE/B;;AAEG;UACc,qBAAqB;AACpC,wBAAoB,4BAA4B;AAChD;AACA;AACA;AACA;AACD;AAED;;AAEG;AACH,iBAAgB,uBAAuB,qCAAqC,4BAA4B;AAiFxG;;AAEG;AACH,cAAa,wBAAwB,EAAE,MAAM,CAAC,4BAA4B,EAAE,qBAAqB;;AChLjG,cAmCa,uBAAuB;AAClC;AAEA;;AAEG;qBACY,aAAA,CAAA,WAAA;AAEf;;AAEG;oBACW,aAAA,CAAA,WAAA;AAEd;;;AAGG;sBACa,aAAA,CAAA,WAAA,CAAA,qBAAA;AAEhB;;;AAGG;mBACU,aAAA,CAAA,WAAA,CAAA,kBAAA;AAEb;;;AAGG;oBACW,aAAA,CAAA,WAAA,CAAA,mBAAA;AAEd;;;AAGG;uBACc,aAAA,CAAA,WAAA;AAEjB;;AAEG;mBACU,aAAA,CAAA,WAAA,CAAA,IAAA;AAEb;;;AAGG;uBACc,aAAA,CAAA,WAAA;AAEjB;;;AAGG;oBACW,aAAA,CAAA,WAAA;AAEd;;AAEG;wBACe,aAAA,CAAA,WAAA;AAElB;;AAEG;8BACqB,aAAA,CAAA,MAAA,CAAA,4BAAA;AAIxB;;AAEG;yBACgB,aAAA,CAAA,MAAA,CAAA,qBAAA;AAInB;;AAEG;4BACmB,aAAA,CAAA,MAAA;AAQtB;;AAEG;gCACuB,aAAA,CAAA,MAAA;AAQ1B;;AAEG;uBACc,aAAA,CAAA,MAAA;AAcjB;;AAEG;mCAC0B,aAAA,CAAA,MAAA,CAAA,IAAA;AA6B7B;;AAEG;kCACyB,aAAA,CAAA,MAAA,CAAA,IAAA;AAI5B;;AAEG;gCACuB,aAAA,CAAA,MAAA;oDA1Jf,uBAAuB;sDAAvB,uBAAuB;AA6JnC;;AC9ND,cAIa,oBAAoB;oDAApB,oBAAoB;qDAApB,oBAAoB,iBAAAA,uBAAA,WAAAA,uBAAA;qDAApB,oBAAoB;AAAG;;;;","names":["i1.TalosStatusTagComponent"]}
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { Type, TemplateRef } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
type TalosTimelineOrientation = 'vertical' | 'horizontal';
|
|
5
|
+
type TalosTimelineAlign = 'left' | 'right' | 'alternate';
|
|
6
|
+
type TalosTimelineMode = 'standard' | 'dense' | 'card';
|
|
7
|
+
type TalosTimelineItemStatus = 'primary' | 'secondary' | 'success' | 'warning' | 'error' | 'info' | 'neutral' | 'pending' | 'in-progress' | 'completed' | 'cancelled';
|
|
8
|
+
type TalosTimelineDotVariant = 'solid' | 'subtle' | 'outline' | 'dot' | 'icon';
|
|
9
|
+
type TalosTimelineDotSize = 'xs' | 'sm' | 'md' | 'lg';
|
|
10
|
+
type TalosTimelineLineStyle = 'solid' | 'dashed' | 'dotted';
|
|
11
|
+
/**
|
|
12
|
+
* Actor info for audit log entries
|
|
13
|
+
*/
|
|
14
|
+
interface TalosTimelineActor {
|
|
15
|
+
name: string;
|
|
16
|
+
avatar?: string;
|
|
17
|
+
role?: string;
|
|
18
|
+
email?: string;
|
|
19
|
+
ip?: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Property change diff item for audit trail
|
|
23
|
+
*/
|
|
24
|
+
interface TalosTimelineDiff {
|
|
25
|
+
field: string;
|
|
26
|
+
previousValue?: unknown;
|
|
27
|
+
newValue?: unknown;
|
|
28
|
+
type?: 'added' | 'modified' | 'removed';
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Comprehensive item model for data-driven timelines
|
|
32
|
+
*/
|
|
33
|
+
interface TalosTimelineItem {
|
|
34
|
+
id?: string | number;
|
|
35
|
+
title: string;
|
|
36
|
+
description?: string;
|
|
37
|
+
timestamp?: string | Date;
|
|
38
|
+
relativeTime?: string;
|
|
39
|
+
status?: TalosTimelineItemStatus;
|
|
40
|
+
dotVariant?: TalosTimelineDotVariant;
|
|
41
|
+
dotSize?: TalosTimelineDotSize;
|
|
42
|
+
dotColor?: string;
|
|
43
|
+
icon?: Type<unknown>;
|
|
44
|
+
loading?: boolean;
|
|
45
|
+
active?: boolean;
|
|
46
|
+
lineStyle?: TalosTimelineLineStyle;
|
|
47
|
+
actor?: TalosTimelineActor;
|
|
48
|
+
tags?: string[];
|
|
49
|
+
diffs?: TalosTimelineDiff[];
|
|
50
|
+
metadata?: Record<string, unknown>;
|
|
51
|
+
expanded?: boolean;
|
|
52
|
+
customTemplate?: TemplateRef<unknown>;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
declare class TalosTimelineDotDirective {
|
|
56
|
+
readonly templateRef: TemplateRef<any> | null;
|
|
57
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosTimelineDotDirective, never>;
|
|
58
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TalosTimelineDotDirective, "[talosTimelineDot], ng-template[talosTimelineDot]", never, {}, {}, never, never, true, never>;
|
|
59
|
+
}
|
|
60
|
+
declare class TalosTimelineTitleDirective {
|
|
61
|
+
readonly templateRef: TemplateRef<any> | null;
|
|
62
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosTimelineTitleDirective, never>;
|
|
63
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TalosTimelineTitleDirective, "[talosTimelineTitle], ng-template[talosTimelineTitle]", never, {}, {}, never, never, true, never>;
|
|
64
|
+
}
|
|
65
|
+
declare class TalosTimelineTimeDirective {
|
|
66
|
+
readonly templateRef: TemplateRef<any> | null;
|
|
67
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosTimelineTimeDirective, never>;
|
|
68
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TalosTimelineTimeDirective, "[talosTimelineTime], ng-template[talosTimelineTime]", never, {}, {}, never, never, true, never>;
|
|
69
|
+
}
|
|
70
|
+
declare class TalosTimelineContentDirective {
|
|
71
|
+
readonly templateRef: TemplateRef<any> | null;
|
|
72
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosTimelineContentDirective, never>;
|
|
73
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TalosTimelineContentDirective, "[talosTimelineContent], ng-template[talosTimelineContent]", never, {}, {}, never, never, true, never>;
|
|
74
|
+
}
|
|
75
|
+
declare class TalosTimelineExtraDirective {
|
|
76
|
+
readonly templateRef: TemplateRef<any> | null;
|
|
77
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosTimelineExtraDirective, never>;
|
|
78
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TalosTimelineExtraDirective, "[talosTimelineExtra], ng-template[talosTimelineExtra]", never, {}, {}, never, never, true, never>;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
declare class TalosTimelineComponent {
|
|
82
|
+
readonly orientation: _angular_core.InputSignal<TalosTimelineOrientation>;
|
|
83
|
+
readonly align: _angular_core.InputSignal<TalosTimelineAlign>;
|
|
84
|
+
readonly mode: _angular_core.InputSignal<TalosTimelineMode>;
|
|
85
|
+
readonly reverse: _angular_core.InputSignal<boolean>;
|
|
86
|
+
readonly lineStyle: _angular_core.InputSignal<TalosTimelineLineStyle>;
|
|
87
|
+
readonly items: _angular_core.InputSignal<TalosTimelineItem[] | null>;
|
|
88
|
+
readonly itemClick: _angular_core.OutputEmitterRef<TalosTimelineItem>;
|
|
89
|
+
protected readonly processedItems: _angular_core.Signal<TalosTimelineItem[]>;
|
|
90
|
+
protected getItemPosition(index: number): 'left' | 'right';
|
|
91
|
+
protected onDataDrivenItemClick(item: TalosTimelineItem): void;
|
|
92
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosTimelineComponent, never>;
|
|
93
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TalosTimelineComponent, "talos-timeline, [talosTimeline]", never, { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "align": { "alias": "align"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "reverse": { "alias": "reverse"; "required": false; "isSignal": true; }; "lineStyle": { "alias": "lineStyle"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; }, { "itemClick": "itemClick"; }, never, ["*"], true, never>;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
declare class TalosTimelineItemComponent {
|
|
97
|
+
readonly status: _angular_core.InputSignal<TalosTimelineItemStatus>;
|
|
98
|
+
readonly dotVariant: _angular_core.InputSignal<TalosTimelineDotVariant>;
|
|
99
|
+
readonly dotSize: _angular_core.InputSignal<TalosTimelineDotSize>;
|
|
100
|
+
readonly dotColor: _angular_core.InputSignal<string | null>;
|
|
101
|
+
readonly icon: _angular_core.InputSignal<Type<unknown> | null>;
|
|
102
|
+
readonly loading: _angular_core.InputSignal<boolean>;
|
|
103
|
+
readonly active: _angular_core.InputSignal<boolean>;
|
|
104
|
+
readonly lineStyle: _angular_core.InputSignal<TalosTimelineLineStyle>;
|
|
105
|
+
readonly timestamp: _angular_core.InputSignal<string | Date | null>;
|
|
106
|
+
readonly relativeTime: _angular_core.InputSignal<string | null>;
|
|
107
|
+
readonly title: _angular_core.InputSignal<string | null>;
|
|
108
|
+
readonly description: _angular_core.InputSignal<string | null>;
|
|
109
|
+
readonly actor: _angular_core.InputSignal<TalosTimelineActor | null>;
|
|
110
|
+
readonly tags: _angular_core.InputSignal<string[] | null>;
|
|
111
|
+
readonly diffs: _angular_core.InputSignal<TalosTimelineDiff[] | null>;
|
|
112
|
+
readonly metadata: _angular_core.InputSignal<Record<string, unknown> | null>;
|
|
113
|
+
readonly expandable: _angular_core.InputSignal<boolean>;
|
|
114
|
+
readonly expanded: _angular_core.InputSignal<boolean>;
|
|
115
|
+
readonly position: _angular_core.InputSignal<"left" | "right">;
|
|
116
|
+
readonly isLast: _angular_core.InputSignal<boolean>;
|
|
117
|
+
readonly itemClick: _angular_core.OutputEmitterRef<void>;
|
|
118
|
+
readonly toggleExpand: _angular_core.OutputEmitterRef<boolean>;
|
|
119
|
+
protected readonly customDot?: TalosTimelineDotDirective;
|
|
120
|
+
protected readonly customTitle?: TalosTimelineTitleDirective;
|
|
121
|
+
protected readonly customTime?: TalosTimelineTimeDirective;
|
|
122
|
+
protected readonly customContent?: TalosTimelineContentDirective;
|
|
123
|
+
protected readonly customExtra?: TalosTimelineExtraDirective;
|
|
124
|
+
protected readonly isExpanded: _angular_core.WritableSignal<boolean>;
|
|
125
|
+
protected readonly hasExpandableDetails: _angular_core.Signal<boolean | null>;
|
|
126
|
+
protected readonly effectiveIcon: _angular_core.Signal<Type<unknown> | null>;
|
|
127
|
+
protected isStatus(expected: string): boolean;
|
|
128
|
+
protected toggleAccordion(): void;
|
|
129
|
+
protected onItemClicked(): void;
|
|
130
|
+
protected isDateObject(val: unknown): val is Date;
|
|
131
|
+
protected formatJsonValue(val: unknown): string;
|
|
132
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosTimelineItemComponent, never>;
|
|
133
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TalosTimelineItemComponent, "talos-timeline-item, [talosTimelineItem]", never, { "status": { "alias": "status"; "required": false; "isSignal": true; }; "dotVariant": { "alias": "dotVariant"; "required": false; "isSignal": true; }; "dotSize": { "alias": "dotSize"; "required": false; "isSignal": true; }; "dotColor": { "alias": "dotColor"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; "lineStyle": { "alias": "lineStyle"; "required": false; "isSignal": true; }; "timestamp": { "alias": "timestamp"; "required": false; "isSignal": true; }; "relativeTime": { "alias": "relativeTime"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "actor": { "alias": "actor"; "required": false; "isSignal": true; }; "tags": { "alias": "tags"; "required": false; "isSignal": true; }; "diffs": { "alias": "diffs"; "required": false; "isSignal": true; }; "metadata": { "alias": "metadata"; "required": false; "isSignal": true; }; "expandable": { "alias": "expandable"; "required": false; "isSignal": true; }; "expanded": { "alias": "expanded"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "isLast": { "alias": "isLast"; "required": false; "isSignal": true; }; }, { "itemClick": "itemClick"; "toggleExpand": "toggleExpand"; }, ["customDot", "customTitle", "customTime", "customContent", "customExtra"], ["*"], true, never>;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
declare class TalosTimelineModule {
|
|
137
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosTimelineModule, never>;
|
|
138
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<TalosTimelineModule, never, [typeof TalosTimelineComponent, typeof TalosTimelineItemComponent, typeof TalosTimelineDotDirective, typeof TalosTimelineTitleDirective, typeof TalosTimelineTimeDirective, typeof TalosTimelineContentDirective, typeof TalosTimelineExtraDirective], [typeof TalosTimelineComponent, typeof TalosTimelineItemComponent, typeof TalosTimelineDotDirective, typeof TalosTimelineTitleDirective, typeof TalosTimelineTimeDirective, typeof TalosTimelineContentDirective, typeof TalosTimelineExtraDirective]>;
|
|
139
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<TalosTimelineModule>;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
export { TalosTimelineComponent, TalosTimelineContentDirective, TalosTimelineDotDirective, TalosTimelineExtraDirective, TalosTimelineItemComponent, TalosTimelineModule, TalosTimelineTimeDirective, TalosTimelineTitleDirective };
|
|
143
|
+
export type { TalosTimelineActor, TalosTimelineAlign, TalosTimelineDiff, TalosTimelineDotSize, TalosTimelineDotVariant, TalosTimelineItem, TalosTimelineItemStatus, TalosTimelineLineStyle, TalosTimelineMode, TalosTimelineOrientation };
|
|
144
|
+
//# sourceMappingURL=weeehaoooz-talos-ui-data-display-timeline.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"weeehaoooz-talos-ui-data-display-timeline.d.ts","sources":["../../../projects/talos-ui/data-display/timeline/timeline.types.ts","../../../projects/talos-ui/data-display/timeline/timeline.directives.ts","../../../projects/talos-ui/data-display/timeline/timeline.component.ts","../../../projects/talos-ui/data-display/timeline/timeline-item.component.ts","../../../projects/talos-ui/data-display/timeline/timeline.module.ts"],"mappings":";;;KAEY,wBAAwB;AAE9B,KAAM,kBAAkB;AAExB,KAAM,iBAAiB;AAEvB,KAAM,uBAAuB;AAa7B,KAAM,uBAAuB;AAE7B,KAAM,oBAAoB;AAE1B,KAAM,sBAAsB;AAElC;;AAEG;UACc,kBAAkB;;;;;;AAMlC;AAED;;AAEG;UACc,iBAAiB;;;;AAIhC;AACD;AAED;;AAEG;UACc,iBAAiB;AAChC;;;AAGA,yBAAqB,IAAI;;aAEhB,uBAAuB;iBACnB,uBAAuB;cAC1B,oBAAoB;;AAE9B,WAAO,IAAI;;;gBAGC,sBAAsB;YAC1B,kBAAkB;AAC1B;AACA,YAAQ,iBAAiB;eACd,MAAM;;AAEjB,qBAAiB,WAAW;AAC7B;;ACrED,cAGa,yBAAyB;0BAChB,WAAA;oDADT,yBAAyB;sDAAzB,yBAAyB;AAErC;AAED,cAGa,2BAA2B;0BAClB,WAAA;oDADT,2BAA2B;sDAA3B,2BAA2B;AAEvC;AAED,cAGa,0BAA0B;0BACjB,WAAA;oDADT,0BAA0B;sDAA1B,0BAA0B;AAEtC;AAED,cAGa,6BAA6B;0BACpB,WAAA;oDADT,6BAA6B;sDAA7B,6BAA6B;AAEzC;AAED,cAGa,2BAA2B;0BAClB,WAAA;oDADT,2BAA2B;sDAA3B,2BAA2B;AAEvC;;ACpBD,cAkBa,sBAAsB;0BAEb,aAAA,CAAA,WAAA,CAAA,wBAAA;oBACN,aAAA,CAAA,WAAA,CAAA,kBAAA;mBACD,aAAA,CAAA,WAAA,CAAA,iBAAA;sBACG,aAAA,CAAA,WAAA;wBACE,aAAA,CAAA,WAAA,CAAA,sBAAA;oBACJ,aAAA,CAAA,WAAA,CAAA,iBAAA;wBAGI,aAAA,CAAA,gBAAA,CAAA,iBAAA;AAGlB,uCAAiC,aAAA,CAAA,MAAA,CAAA,iBAAA;;AAiBjC,0CAAsC,iBAAiB;oDA9B5C,sBAAsB;sDAAtB,sBAAsB;AAiClC;;AC7BD,cAgCa,0BAA0B;qBAEtB,aAAA,CAAA,WAAA,CAAA,uBAAA;yBACI,aAAA,CAAA,WAAA,CAAA,uBAAA;sBACH,aAAA,CAAA,WAAA,CAAA,oBAAA;uBACC,aAAA,CAAA,WAAA;mBACJ,aAAA,CAAA,WAAA,CAAA,IAAA;sBACG,aAAA,CAAA,WAAA;qBACD,aAAA,CAAA,WAAA;wBACG,aAAA,CAAA,WAAA,CAAA,sBAAA;wBACA,aAAA,CAAA,WAAA,UAAA,IAAA;2BACG,aAAA,CAAA,WAAA;oBACP,aAAA,CAAA,WAAA;0BACM,aAAA,CAAA,WAAA;oBACN,aAAA,CAAA,WAAA,CAAA,kBAAA;mBACD,aAAA,CAAA,WAAA;oBACC,aAAA,CAAA,WAAA,CAAA,iBAAA;uBACG,aAAA,CAAA,WAAA,CAAA,MAAA;yBACE,aAAA,CAAA,WAAA;uBACF,aAAA,CAAA,WAAA;uBACA,aAAA,CAAA,WAAA;qBACF,aAAA,CAAA,WAAA;wBAGG,aAAA,CAAA,gBAAA;2BACG,aAAA,CAAA,gBAAA;AAGoB,mCAA+B,yBAAyB;AACtD,qCAAiC,2BAA2B;AAC7D,oCAAgC,0BAA0B;AACvD,uCAAmC,6BAA6B;AAClE,qCAAiC,2BAA2B;AAGvG,mCAA6B,aAAA,CAAA,cAAA;AAE7B,6CAAuC,aAAA,CAAA,MAAA;AAQvC,sCAAgC,aAAA,CAAA,MAAA,CAAA,IAAA;AA0BhC;;;iDAa6C,IAAI;AAIjD;oDAxFW,0BAA0B;sDAA1B,0BAA0B;AA6FtC;;AC7ID,cAIa,mBAAmB;oDAAnB,mBAAmB;qDAAnB,mBAAmB,iBAAAA,sBAAA,SAAAC,0BAAA,SAAAC,yBAAA,SAAAC,2BAAA,SAAAC,0BAAA,SAAAC,6BAAA,SAAAC,2BAAA,WAAAN,sBAAA,SAAAC,0BAAA,SAAAC,yBAAA,SAAAC,2BAAA,SAAAC,0BAAA,SAAAC,6BAAA,SAAAC,2BAAA;qDAAnB,mBAAmB;AAAG;;;;","names":["i1.TalosTimelineComponent","i2.TalosTimelineItemComponent","i3.TalosTimelineDotDirective","i3.TalosTimelineTitleDirective","i3.TalosTimelineTimeDirective","i3.TalosTimelineContentDirective","i3.TalosTimelineExtraDirective"]}
|