@weeehaoooz/talos-ui 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/README.md +2 -0
  2. package/fesm2022/{weeehaoooz-talos-ui-button-button-group.mjs → weeehaoooz-talos-ui-button.mjs} +91 -15
  3. package/fesm2022/weeehaoooz-talos-ui-button.mjs.map +1 -0
  4. package/fesm2022/weeehaoooz-talos-ui-data-display.mjs +3110 -0
  5. package/fesm2022/weeehaoooz-talos-ui-data-display.mjs.map +1 -0
  6. package/fesm2022/weeehaoooz-talos-ui-data-viz.mjs +2414 -0
  7. package/fesm2022/weeehaoooz-talos-ui-data-viz.mjs.map +1 -0
  8. package/fesm2022/weeehaoooz-talos-ui-dropdown.mjs +1039 -0
  9. package/fesm2022/weeehaoooz-talos-ui-dropdown.mjs.map +1 -0
  10. package/fesm2022/weeehaoooz-talos-ui-feedback.mjs +2885 -0
  11. package/fesm2022/weeehaoooz-talos-ui-feedback.mjs.map +1 -0
  12. package/fesm2022/weeehaoooz-talos-ui-form.mjs +10799 -0
  13. package/fesm2022/weeehaoooz-talos-ui-form.mjs.map +1 -0
  14. package/fesm2022/weeehaoooz-talos-ui-layout.mjs +1316 -7
  15. package/fesm2022/weeehaoooz-talos-ui-layout.mjs.map +1 -1
  16. package/fesm2022/weeehaoooz-talos-ui-nav.mjs +3 -3
  17. package/fesm2022/weeehaoooz-talos-ui-nav.mjs.map +1 -1
  18. package/fesm2022/weeehaoooz-talos-ui.mjs +21592 -16293
  19. package/fesm2022/weeehaoooz-talos-ui.mjs.map +1 -1
  20. package/package.json +20 -139
  21. package/styles/_breadcrumb.scss +16 -0
  22. package/styles/_button-group.scss +2 -1
  23. package/styles/_buttons.scss +51 -0
  24. package/styles/_dropdown.scss +438 -0
  25. package/styles/_form-controls.scss +13 -0
  26. package/styles/_progress-bar.scss +43 -0
  27. package/styles/_skeleton.scss +176 -0
  28. package/styles/_spinner.scss +58 -0
  29. package/styles/_variables.scss +33 -0
  30. package/styles/index.scss +6 -1
  31. package/types/weeehaoooz-talos-ui-button.d.ts +92 -0
  32. package/types/weeehaoooz-talos-ui-button.d.ts.map +1 -0
  33. package/types/weeehaoooz-talos-ui-data-display.d.ts +1018 -0
  34. package/types/weeehaoooz-talos-ui-data-display.d.ts.map +1 -0
  35. package/types/weeehaoooz-talos-ui-data-viz.d.ts +839 -0
  36. package/types/weeehaoooz-talos-ui-data-viz.d.ts.map +1 -0
  37. package/types/weeehaoooz-talos-ui-dropdown.d.ts +187 -0
  38. package/types/weeehaoooz-talos-ui-dropdown.d.ts.map +1 -0
  39. package/types/weeehaoooz-talos-ui-feedback.d.ts +1495 -0
  40. package/types/weeehaoooz-talos-ui-feedback.d.ts.map +1 -0
  41. package/types/weeehaoooz-talos-ui-form.d.ts +2639 -0
  42. package/types/weeehaoooz-talos-ui-form.d.ts.map +1 -0
  43. package/types/weeehaoooz-talos-ui-layout.d.ts +851 -3
  44. package/types/weeehaoooz-talos-ui-layout.d.ts.map +1 -1
  45. package/types/weeehaoooz-talos-ui-nav.d.ts +1 -1
  46. package/types/weeehaoooz-talos-ui.d.ts +7148 -4629
  47. package/types/weeehaoooz-talos-ui.d.ts.map +1 -1
  48. package/fesm2022/weeehaoooz-talos-ui-button-button-group.mjs.map +0 -1
  49. package/fesm2022/weeehaoooz-talos-ui-button-button.mjs +0 -94
  50. package/fesm2022/weeehaoooz-talos-ui-button-button.mjs.map +0 -1
  51. package/fesm2022/weeehaoooz-talos-ui-data-display-badge.mjs +0 -233
  52. package/fesm2022/weeehaoooz-talos-ui-data-display-badge.mjs.map +0 -1
  53. package/fesm2022/weeehaoooz-talos-ui-data-display-data-grid.mjs +0 -1627
  54. package/fesm2022/weeehaoooz-talos-ui-data-display-data-grid.mjs.map +0 -1
  55. package/fesm2022/weeehaoooz-talos-ui-data-display-status-tag.mjs +0 -361
  56. package/fesm2022/weeehaoooz-talos-ui-data-display-status-tag.mjs.map +0 -1
  57. package/fesm2022/weeehaoooz-talos-ui-data-display-timeline.mjs +0 -312
  58. package/fesm2022/weeehaoooz-talos-ui-data-display-timeline.mjs.map +0 -1
  59. package/fesm2022/weeehaoooz-talos-ui-data-display-trend-indicator.mjs +0 -235
  60. package/fesm2022/weeehaoooz-talos-ui-data-display-trend-indicator.mjs.map +0 -1
  61. package/fesm2022/weeehaoooz-talos-ui-data-viz-category-bar.mjs +0 -462
  62. package/fesm2022/weeehaoooz-talos-ui-data-viz-category-bar.mjs.map +0 -1
  63. package/fesm2022/weeehaoooz-talos-ui-data-viz-heatmap.mjs +0 -805
  64. package/fesm2022/weeehaoooz-talos-ui-data-viz-heatmap.mjs.map +0 -1
  65. package/fesm2022/weeehaoooz-talos-ui-data-viz-mini-donut.mjs +0 -267
  66. package/fesm2022/weeehaoooz-talos-ui-data-viz-mini-donut.mjs.map +0 -1
  67. package/fesm2022/weeehaoooz-talos-ui-data-viz-mini-gauge.mjs +0 -351
  68. package/fesm2022/weeehaoooz-talos-ui-data-viz-mini-gauge.mjs.map +0 -1
  69. package/fesm2022/weeehaoooz-talos-ui-data-viz-sparkline.mjs +0 -566
  70. package/fesm2022/weeehaoooz-talos-ui-data-viz-sparkline.mjs.map +0 -1
  71. package/fesm2022/weeehaoooz-talos-ui-feedback-alert.mjs +0 -534
  72. package/fesm2022/weeehaoooz-talos-ui-feedback-alert.mjs.map +0 -1
  73. package/fesm2022/weeehaoooz-talos-ui-feedback-dialog.mjs +0 -446
  74. package/fesm2022/weeehaoooz-talos-ui-feedback-dialog.mjs.map +0 -1
  75. package/fesm2022/weeehaoooz-talos-ui-feedback-snackbar.mjs +0 -376
  76. package/fesm2022/weeehaoooz-talos-ui-feedback-snackbar.mjs.map +0 -1
  77. package/fesm2022/weeehaoooz-talos-ui-feedback-tooltip.mjs +0 -147
  78. package/fesm2022/weeehaoooz-talos-ui-feedback-tooltip.mjs.map +0 -1
  79. package/fesm2022/weeehaoooz-talos-ui-form-affix.mjs +0 -242
  80. package/fesm2022/weeehaoooz-talos-ui-form-affix.mjs.map +0 -1
  81. package/fesm2022/weeehaoooz-talos-ui-form-autocomplete.mjs +0 -514
  82. package/fesm2022/weeehaoooz-talos-ui-form-autocomplete.mjs.map +0 -1
  83. package/fesm2022/weeehaoooz-talos-ui-form-checkbox.mjs +0 -548
  84. package/fesm2022/weeehaoooz-talos-ui-form-checkbox.mjs.map +0 -1
  85. package/fesm2022/weeehaoooz-talos-ui-form-chips.mjs +0 -692
  86. package/fesm2022/weeehaoooz-talos-ui-form-chips.mjs.map +0 -1
  87. package/fesm2022/weeehaoooz-talos-ui-form-color-picker.mjs +0 -761
  88. package/fesm2022/weeehaoooz-talos-ui-form-color-picker.mjs.map +0 -1
  89. package/fesm2022/weeehaoooz-talos-ui-form-date-picker.mjs +0 -896
  90. package/fesm2022/weeehaoooz-talos-ui-form-date-picker.mjs.map +0 -1
  91. package/fesm2022/weeehaoooz-talos-ui-form-date-range-picker.mjs +0 -872
  92. package/fesm2022/weeehaoooz-talos-ui-form-date-range-picker.mjs.map +0 -1
  93. package/fesm2022/weeehaoooz-talos-ui-form-date-time-picker.mjs +0 -119
  94. package/fesm2022/weeehaoooz-talos-ui-form-date-time-picker.mjs.map +0 -1
  95. package/fesm2022/weeehaoooz-talos-ui-form-date-time-range-picker.mjs +0 -135
  96. package/fesm2022/weeehaoooz-talos-ui-form-date-time-range-picker.mjs.map +0 -1
  97. package/fesm2022/weeehaoooz-talos-ui-form-drop-zone.mjs +0 -666
  98. package/fesm2022/weeehaoooz-talos-ui-form-drop-zone.mjs.map +0 -1
  99. package/fesm2022/weeehaoooz-talos-ui-form-form-field.mjs +0 -147
  100. package/fesm2022/weeehaoooz-talos-ui-form-form-field.mjs.map +0 -1
  101. package/fesm2022/weeehaoooz-talos-ui-form-input.mjs +0 -33
  102. package/fesm2022/weeehaoooz-talos-ui-form-input.mjs.map +0 -1
  103. package/fesm2022/weeehaoooz-talos-ui-form-otp.mjs +0 -455
  104. package/fesm2022/weeehaoooz-talos-ui-form-otp.mjs.map +0 -1
  105. package/fesm2022/weeehaoooz-talos-ui-form-password-input.mjs +0 -379
  106. package/fesm2022/weeehaoooz-talos-ui-form-password-input.mjs.map +0 -1
  107. package/fesm2022/weeehaoooz-talos-ui-form-radio.mjs +0 -297
  108. package/fesm2022/weeehaoooz-talos-ui-form-radio.mjs.map +0 -1
  109. package/fesm2022/weeehaoooz-talos-ui-form-range-input.mjs +0 -661
  110. package/fesm2022/weeehaoooz-talos-ui-form-range-input.mjs.map +0 -1
  111. package/fesm2022/weeehaoooz-talos-ui-form-rating.mjs +0 -346
  112. package/fesm2022/weeehaoooz-talos-ui-form-rating.mjs.map +0 -1
  113. package/fesm2022/weeehaoooz-talos-ui-form-select-input.mjs +0 -896
  114. package/fesm2022/weeehaoooz-talos-ui-form-select-input.mjs.map +0 -1
  115. package/fesm2022/weeehaoooz-talos-ui-form-slide-toggle.mjs +0 -252
  116. package/fesm2022/weeehaoooz-talos-ui-form-slide-toggle.mjs.map +0 -1
  117. package/fesm2022/weeehaoooz-talos-ui-form-transfer-list.mjs +0 -916
  118. package/fesm2022/weeehaoooz-talos-ui-form-transfer-list.mjs.map +0 -1
  119. package/types/weeehaoooz-talos-ui-button-button-group.d.ts +0 -62
  120. package/types/weeehaoooz-talos-ui-button-button-group.d.ts.map +0 -1
  121. package/types/weeehaoooz-talos-ui-button-button.d.ts +0 -38
  122. package/types/weeehaoooz-talos-ui-button-button.d.ts.map +0 -1
  123. package/types/weeehaoooz-talos-ui-data-display-badge.d.ts +0 -119
  124. package/types/weeehaoooz-talos-ui-data-display-badge.d.ts.map +0 -1
  125. package/types/weeehaoooz-talos-ui-data-display-data-grid.d.ts +0 -272
  126. package/types/weeehaoooz-talos-ui-data-display-data-grid.d.ts.map +0 -1
  127. package/types/weeehaoooz-talos-ui-data-display-status-tag.d.ts +0 -135
  128. package/types/weeehaoooz-talos-ui-data-display-status-tag.d.ts.map +0 -1
  129. package/types/weeehaoooz-talos-ui-data-display-timeline.d.ts +0 -144
  130. package/types/weeehaoooz-talos-ui-data-display-timeline.d.ts.map +0 -1
  131. package/types/weeehaoooz-talos-ui-data-display-trend-indicator.d.ts +0 -83
  132. package/types/weeehaoooz-talos-ui-data-display-trend-indicator.d.ts.map +0 -1
  133. package/types/weeehaoooz-talos-ui-data-viz-category-bar.d.ts +0 -255
  134. package/types/weeehaoooz-talos-ui-data-viz-category-bar.d.ts.map +0 -1
  135. package/types/weeehaoooz-talos-ui-data-viz-heatmap.d.ts +0 -204
  136. package/types/weeehaoooz-talos-ui-data-viz-heatmap.d.ts.map +0 -1
  137. package/types/weeehaoooz-talos-ui-data-viz-mini-donut.d.ts +0 -101
  138. package/types/weeehaoooz-talos-ui-data-viz-mini-donut.d.ts.map +0 -1
  139. package/types/weeehaoooz-talos-ui-data-viz-mini-gauge.d.ts +0 -138
  140. package/types/weeehaoooz-talos-ui-data-viz-mini-gauge.d.ts.map +0 -1
  141. package/types/weeehaoooz-talos-ui-data-viz-sparkline.d.ts +0 -161
  142. package/types/weeehaoooz-talos-ui-data-viz-sparkline.d.ts.map +0 -1
  143. package/types/weeehaoooz-talos-ui-feedback-alert.d.ts +0 -212
  144. package/types/weeehaoooz-talos-ui-feedback-alert.d.ts.map +0 -1
  145. package/types/weeehaoooz-talos-ui-feedback-dialog.d.ts +0 -259
  146. package/types/weeehaoooz-talos-ui-feedback-dialog.d.ts.map +0 -1
  147. package/types/weeehaoooz-talos-ui-feedback-snackbar.d.ts +0 -147
  148. package/types/weeehaoooz-talos-ui-feedback-snackbar.d.ts.map +0 -1
  149. package/types/weeehaoooz-talos-ui-feedback-tooltip.d.ts +0 -32
  150. package/types/weeehaoooz-talos-ui-feedback-tooltip.d.ts.map +0 -1
  151. package/types/weeehaoooz-talos-ui-form-affix.d.ts +0 -88
  152. package/types/weeehaoooz-talos-ui-form-affix.d.ts.map +0 -1
  153. package/types/weeehaoooz-talos-ui-form-autocomplete.d.ts +0 -113
  154. package/types/weeehaoooz-talos-ui-form-autocomplete.d.ts.map +0 -1
  155. package/types/weeehaoooz-talos-ui-form-checkbox.d.ts +0 -165
  156. package/types/weeehaoooz-talos-ui-form-checkbox.d.ts.map +0 -1
  157. package/types/weeehaoooz-talos-ui-form-chips.d.ts +0 -152
  158. package/types/weeehaoooz-talos-ui-form-chips.d.ts.map +0 -1
  159. package/types/weeehaoooz-talos-ui-form-color-picker.d.ts +0 -144
  160. package/types/weeehaoooz-talos-ui-form-color-picker.d.ts.map +0 -1
  161. package/types/weeehaoooz-talos-ui-form-date-picker.d.ts +0 -138
  162. package/types/weeehaoooz-talos-ui-form-date-picker.d.ts.map +0 -1
  163. package/types/weeehaoooz-talos-ui-form-date-range-picker.d.ts +0 -148
  164. package/types/weeehaoooz-talos-ui-form-date-range-picker.d.ts.map +0 -1
  165. package/types/weeehaoooz-talos-ui-form-date-time-picker.d.ts +0 -44
  166. package/types/weeehaoooz-talos-ui-form-date-time-picker.d.ts.map +0 -1
  167. package/types/weeehaoooz-talos-ui-form-date-time-range-picker.d.ts +0 -48
  168. package/types/weeehaoooz-talos-ui-form-date-time-range-picker.d.ts.map +0 -1
  169. package/types/weeehaoooz-talos-ui-form-drop-zone.d.ts +0 -227
  170. package/types/weeehaoooz-talos-ui-form-drop-zone.d.ts.map +0 -1
  171. package/types/weeehaoooz-talos-ui-form-form-field.d.ts +0 -42
  172. package/types/weeehaoooz-talos-ui-form-form-field.d.ts.map +0 -1
  173. package/types/weeehaoooz-talos-ui-form-input.d.ts +0 -15
  174. package/types/weeehaoooz-talos-ui-form-input.d.ts.map +0 -1
  175. package/types/weeehaoooz-talos-ui-form-otp.d.ts +0 -111
  176. package/types/weeehaoooz-talos-ui-form-otp.d.ts.map +0 -1
  177. package/types/weeehaoooz-talos-ui-form-password-input.d.ts +0 -145
  178. package/types/weeehaoooz-talos-ui-form-password-input.d.ts.map +0 -1
  179. package/types/weeehaoooz-talos-ui-form-radio.d.ts +0 -84
  180. package/types/weeehaoooz-talos-ui-form-radio.d.ts.map +0 -1
  181. package/types/weeehaoooz-talos-ui-form-range-input.d.ts +0 -181
  182. package/types/weeehaoooz-talos-ui-form-range-input.d.ts.map +0 -1
  183. package/types/weeehaoooz-talos-ui-form-rating.d.ts +0 -110
  184. package/types/weeehaoooz-talos-ui-form-rating.d.ts.map +0 -1
  185. package/types/weeehaoooz-talos-ui-form-select-input.d.ts +0 -195
  186. package/types/weeehaoooz-talos-ui-form-select-input.d.ts.map +0 -1
  187. package/types/weeehaoooz-talos-ui-form-slide-toggle.d.ts +0 -79
  188. package/types/weeehaoooz-talos-ui-form-slide-toggle.d.ts.map +0 -1
  189. package/types/weeehaoooz-talos-ui-form-transfer-list.d.ts +0 -192
  190. package/types/weeehaoooz-talos-ui-form-transfer-list.d.ts.map +0 -1
@@ -1,259 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { InjectionToken, TemplateRef, OnInit } from '@angular/core';
3
- import { DialogRef } from '@angular/cdk/dialog';
4
- import { Observable } from 'rxjs';
5
- import { ComponentType } from '@angular/cdk/portal';
6
- import * as _weeehaoooz_talos_ui_feedback_dialog from '@weeehaoooz/talos-ui/feedback/dialog';
7
-
8
- /** Size options for the dialog modal */
9
- type TalosDialogSize = 'auto' | 'sm' | 'md' | 'lg' | 'xl' | 'fullscreen';
10
- /** Backdrop blur intensity options */
11
- type TalosDialogBlur = boolean | 'none' | 'sm' | 'md' | 'lg';
12
- /** Visual variant for dialog styling and icons */
13
- type TalosDialogVariant = 'default' | 'primary' | 'danger' | 'warning' | 'info' | 'success';
14
- /** Footer button alignment */
15
- type TalosDialogFooterAlign = 'start' | 'center' | 'end' | 'space-between';
16
- /** Content padding variants */
17
- type TalosDialogPadding = 'none' | 'sm' | 'md' | 'lg';
18
- /**
19
- * Configuration options for opening a Talos Dialog.
20
- */
21
- interface TalosDialogConfig<TData = unknown> {
22
- /** Sizing preset: 'auto' (content-hugging), 'sm' (420px), 'md' (560px), 'lg' (768px), 'xl' (1024px), or 'fullscreen' */
23
- size?: TalosDialogSize;
24
- /** Blur background effect: true/'md' (standard frosted glass), 'sm' (light blur), 'lg' (heavy blur), or false/'none' */
25
- backdropBlur?: TalosDialogBlur;
26
- /** Explicit width override (e.g. '500px', '75vw') */
27
- width?: string;
28
- /** Explicit min-width override */
29
- minWidth?: string;
30
- /** Explicit max-width override */
31
- maxWidth?: string;
32
- /** Explicit height override (e.g. '600px', '80vh') */
33
- height?: string;
34
- /** Explicit min-height override */
35
- minHeight?: string;
36
- /** Explicit max-height override */
37
- maxHeight?: string;
38
- /** Custom CSS classes to append to the dialog panel */
39
- panelClass?: string | string[];
40
- /** Custom CSS classes to append to the dialog backdrop */
41
- backdropClass?: string | string[];
42
- /** Whether the dialog has a backdrop overlay. Defaults to true. */
43
- hasBackdrop?: boolean;
44
- /** Whether the user can dismiss the dialog by clicking the backdrop or pressing ESC. Defaults to false. */
45
- disableClose?: boolean;
46
- /** Whether pressing ESC closes the dialog. Defaults to true unless disableClose is true. */
47
- closeOnEsc?: boolean;
48
- /** Whether clicking the backdrop closes the dialog. Defaults to true unless disableClose is true. */
49
- closeOnBackdropClick?: boolean;
50
- /** Arbitrary data passed to the dialog component via TALOS_DIALOG_DATA */
51
- data?: TData;
52
- /** Accessible label for the dialog */
53
- ariaLabel?: string;
54
- /** ID of the element that labels the dialog */
55
- ariaLabelledBy?: string;
56
- /** ID of the element that describes the dialog */
57
- ariaDescribedBy?: string;
58
- /** ARIA role for the dialog element ('dialog' or 'alertdialog') */
59
- role?: 'dialog' | 'alertdialog';
60
- /** Whether focus should automatically be trapped and moved to the first focusable element */
61
- autoFocus?: boolean | 'first-tabbable' | 'first-heading' | 'dialog';
62
- /** Whether focus should be restored to the triggering element upon closure */
63
- restoreFocus?: boolean;
64
- /** Custom ID for the dialog */
65
- id?: string;
66
- }
67
- /**
68
- * Options for the confirm dialog convenience method.
69
- */
70
- interface TalosConfirmDialogOptions {
71
- title: string;
72
- message: string | TemplateRef<unknown>;
73
- confirmText?: string;
74
- cancelText?: string;
75
- variant?: TalosDialogVariant;
76
- size?: TalosDialogSize;
77
- backdropBlur?: TalosDialogBlur;
78
- disableClose?: boolean;
79
- showCancel?: boolean;
80
- icon?: any;
81
- }
82
- /**
83
- * Options for the alert dialog convenience method.
84
- */
85
- interface TalosAlertDialogOptions {
86
- title: string;
87
- message: string | TemplateRef<unknown>;
88
- okText?: string;
89
- variant?: TalosDialogVariant;
90
- size?: TalosDialogSize;
91
- backdropBlur?: TalosDialogBlur;
92
- icon?: any;
93
- }
94
- /** Injection token for data passed to a dialog component */
95
- declare const TALOS_DIALOG_DATA: InjectionToken<unknown>;
96
- /** Injection token for dialog configuration */
97
- declare const TALOS_DIALOG_CONFIG: InjectionToken<TalosDialogConfig<unknown>>;
98
- /** Injection token for dialog reference */
99
- declare const TALOS_DIALOG_REF: InjectionToken<unknown>;
100
-
101
- /**
102
- * Reference to an actively open dialog instance.
103
- */
104
- declare class TalosDialogRef<R = unknown, D = unknown> {
105
- readonly cdkDialogRef: DialogRef<R, unknown>;
106
- readonly config: TalosDialogConfig<D>;
107
- readonly data?: D | undefined;
108
- constructor(cdkDialogRef: DialogRef<R, unknown>, config: TalosDialogConfig<D>, data?: D | undefined);
109
- /** Unique identifier for the dialog */
110
- get id(): string;
111
- /** Observable that emits when the dialog is closed with the result value */
112
- get closed(): Observable<R | undefined>;
113
- /** Observable that emits when the backdrop overlay is clicked */
114
- get backdropClick(): Observable<MouseEvent>;
115
- /** Observable that emits keyboard events received by the dialog overlay */
116
- get keydownEvents(): Observable<KeyboardEvent>;
117
- /**
118
- * Close the dialog, optionally returning a result value to the opener.
119
- */
120
- close(result?: R): void;
121
- /**
122
- * Dynamically update the size of the dialog panel.
123
- */
124
- updateSize(width?: string, height?: string): this;
125
- /**
126
- * Add CSS class(es) to the dialog overlay panel.
127
- */
128
- addPanelClass(classes: string | string[]): this;
129
- /**
130
- * Remove CSS class(es) from the dialog overlay panel.
131
- */
132
- removePanelClass(classes: string | string[]): this;
133
- }
134
-
135
- declare class TalosDialogService {
136
- private readonly cdkDialog;
137
- private readonly injector;
138
- /** Signal of currently open dialog references */
139
- readonly openDialogs: i0.WritableSignal<TalosDialogRef<unknown, unknown>[]>;
140
- /**
141
- * Open a component or template inside a modal dialog.
142
- */
143
- open<R = unknown, D = unknown>(componentOrTemplate: ComponentType<unknown> | TemplateRef<unknown>, config?: TalosDialogConfig<D>): TalosDialogRef<R, D>;
144
- /**
145
- * Convenience helper to display a confirmation dialog.
146
- */
147
- confirm(options: TalosConfirmDialogOptions): TalosDialogRef<boolean>;
148
- /**
149
- * Convenience helper to display an alert dialog.
150
- */
151
- alert(options: TalosAlertDialogOptions): TalosDialogRef<void>;
152
- /**
153
- * Close all currently open dialogs.
154
- */
155
- closeAll(): void;
156
- static ɵfac: i0.ɵɵFactoryDeclaration<TalosDialogService, never>;
157
- static ɵprov: i0.ɵɵInjectableDeclaration<TalosDialogService>;
158
- }
159
-
160
- /**
161
- * Directive for the dialog title element.
162
- * Automatically handles accessible ARIA labeling.
163
- */
164
- declare class TalosDialogTitleDirective implements OnInit {
165
- /** Optional custom ID for accessibility linking */
166
- readonly id: i0.InputSignal<string>;
167
- private readonly dialogRef;
168
- ngOnInit(): void;
169
- static ɵfac: i0.ɵɵFactoryDeclaration<TalosDialogTitleDirective, never>;
170
- static ɵdir: i0.ɵɵDirectiveDeclaration<TalosDialogTitleDirective, "[talosDialogTitle]", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
171
- }
172
- /**
173
- * Directive for the dialog description/subtitle element.
174
- * Automatically handles accessible ARIA descriptions.
175
- */
176
- declare class TalosDialogDescriptionDirective {
177
- /** Optional custom ID for accessibility linking */
178
- readonly id: i0.InputSignal<string>;
179
- static ɵfac: i0.ɵɵFactoryDeclaration<TalosDialogDescriptionDirective, never>;
180
- static ɵdir: i0.ɵɵDirectiveDeclaration<TalosDialogDescriptionDirective, "[talosDialogDescription]", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
181
- }
182
- /**
183
- * Directive placed on buttons inside a dialog to trigger dismissal.
184
- * Passes the optional [talosDialogClose] value as the dialog result.
185
- */
186
- declare class TalosDialogCloseDirective {
187
- /** Value returned when closing the dialog */
188
- readonly dialogResult: i0.InputSignal<unknown>;
189
- private readonly dialogRef;
190
- protected onClick(event: MouseEvent): void;
191
- static ɵfac: i0.ɵɵFactoryDeclaration<TalosDialogCloseDirective, never>;
192
- static ɵdir: i0.ɵɵDirectiveDeclaration<TalosDialogCloseDirective, "[talosDialogClose]", never, { "dialogResult": { "alias": "talosDialogClose"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
193
- }
194
-
195
- declare class TalosDialogHeaderComponent {
196
- /** Main dialog title */
197
- readonly title: i0.InputSignal<string | undefined>;
198
- /** Subtitle or helper description */
199
- readonly subtitle: i0.InputSignal<string | undefined>;
200
- /** Visual accent variant */
201
- readonly variant: i0.InputSignal<TalosDialogVariant>;
202
- /** Whether to show a bottom divider line */
203
- readonly divider: i0.InputSignal<boolean>;
204
- /** Whether to show the top-right X close button */
205
- readonly showCloseButton: i0.InputSignal<boolean>;
206
- /** Accessible label for the close button */
207
- readonly closeButtonAriaLabel: i0.InputSignal<string>;
208
- /** Emitted when the close button is clicked */
209
- readonly closeClick: i0.OutputEmitterRef<MouseEvent>;
210
- private readonly dialogRef;
211
- protected handleClose(event: MouseEvent): void;
212
- static ɵfac: i0.ɵɵFactoryDeclaration<TalosDialogHeaderComponent, never>;
213
- static ɵcmp: i0.ɵɵComponentDeclaration<TalosDialogHeaderComponent, "talos-dialog-header, [talosDialogHeader]", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "divider": { "alias": "divider"; "required": false; "isSignal": true; }; "showCloseButton": { "alias": "showCloseButton"; "required": false; "isSignal": true; }; "closeButtonAriaLabel": { "alias": "closeButtonAriaLabel"; "required": false; "isSignal": true; }; }, { "closeClick": "closeClick"; }, never, ["[talos-dialog-icon], [dialog-icon], lucide-icon, svg", "[talosDialogTitle], h2, h3", "[talosDialogDescription], p", "[talos-dialog-header-actions]"], true, never>;
214
- }
215
-
216
- declare class TalosDialogContentComponent {
217
- /** Internal padding size */
218
- readonly padding: i0.InputSignal<TalosDialogPadding>;
219
- static ɵfac: i0.ɵɵFactoryDeclaration<TalosDialogContentComponent, never>;
220
- static ɵcmp: i0.ɵɵComponentDeclaration<TalosDialogContentComponent, "talos-dialog-content, [talosDialogContent]", never, { "padding": { "alias": "padding"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
221
- }
222
-
223
- declare class TalosDialogFooterComponent {
224
- /** Button alignment in footer */
225
- readonly align: i0.InputSignal<TalosDialogFooterAlign>;
226
- /** Whether to show a top divider border */
227
- readonly divider: i0.InputSignal<boolean>;
228
- /** Whether the footer sticks to the bottom when content scrolls */
229
- readonly sticky: i0.InputSignal<boolean>;
230
- static ɵfac: i0.ɵɵFactoryDeclaration<TalosDialogFooterComponent, never>;
231
- static ɵcmp: i0.ɵɵComponentDeclaration<TalosDialogFooterComponent, "talos-dialog-footer, [talosDialogFooter]", never, { "align": { "alias": "align"; "required": false; "isSignal": true; }; "divider": { "alias": "divider"; "required": false; "isSignal": true; }; "sticky": { "alias": "sticky"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
232
- }
233
-
234
- declare class TalosConfirmDialogComponent {
235
- readonly data: TalosConfirmDialogOptions;
236
- private readonly dialogRef;
237
- protected readonly title: string;
238
- protected readonly message: string | i0.TemplateRef<unknown>;
239
- protected readonly isTemplateMessage: boolean;
240
- protected readonly confirmText: string;
241
- protected readonly cancelText: string;
242
- protected readonly variant: _weeehaoooz_talos_ui_feedback_dialog.TalosDialogVariant;
243
- protected readonly showCancel: boolean;
244
- protected get confirmButtonVariant(): 'primary' | 'danger' | 'secondary';
245
- protected onConfirm(): void;
246
- protected onCancel(): void;
247
- static ɵfac: i0.ɵɵFactoryDeclaration<TalosConfirmDialogComponent, never>;
248
- static ɵcmp: i0.ɵɵComponentDeclaration<TalosConfirmDialogComponent, "talos-confirm-dialog", never, {}, {}, never, never, true, never>;
249
- }
250
-
251
- declare class TalosDialogModule {
252
- static ɵfac: i0.ɵɵFactoryDeclaration<TalosDialogModule, never>;
253
- static ɵmod: i0.ɵɵNgModuleDeclaration<TalosDialogModule, never, [typeof TalosDialogHeaderComponent, typeof TalosDialogContentComponent, typeof TalosDialogFooterComponent, typeof TalosConfirmDialogComponent, typeof TalosDialogTitleDirective, typeof TalosDialogDescriptionDirective, typeof TalosDialogCloseDirective], [typeof TalosDialogHeaderComponent, typeof TalosDialogContentComponent, typeof TalosDialogFooterComponent, typeof TalosConfirmDialogComponent, typeof TalosDialogTitleDirective, typeof TalosDialogDescriptionDirective, typeof TalosDialogCloseDirective]>;
254
- static ɵinj: i0.ɵɵInjectorDeclaration<TalosDialogModule>;
255
- }
256
-
257
- export { TALOS_DIALOG_CONFIG, TALOS_DIALOG_DATA, TALOS_DIALOG_REF, TalosConfirmDialogComponent, TalosDialogCloseDirective, TalosDialogContentComponent, TalosDialogDescriptionDirective, TalosDialogFooterComponent, TalosDialogHeaderComponent, TalosDialogModule, TalosDialogRef, TalosDialogService, TalosDialogTitleDirective };
258
- export type { TalosAlertDialogOptions, TalosConfirmDialogOptions, TalosDialogBlur, TalosDialogConfig, TalosDialogFooterAlign, TalosDialogPadding, TalosDialogSize, TalosDialogVariant };
259
- //# sourceMappingURL=weeehaoooz-talos-ui-feedback-dialog.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"weeehaoooz-talos-ui-feedback-dialog.d.ts","sources":["../../../projects/talos-ui/feedback/dialog/dialog.types.ts","../../../projects/talos-ui/feedback/dialog/dialog-ref.ts","../../../projects/talos-ui/feedback/dialog/dialog.service.ts","../../../projects/talos-ui/feedback/dialog/dialog.directives.ts","../../../projects/talos-ui/feedback/dialog/dialog-header/dialog-header.component.ts","../../../projects/talos-ui/feedback/dialog/dialog-content/dialog-content.component.ts","../../../projects/talos-ui/feedback/dialog/dialog-footer/dialog-footer.component.ts","../../../projects/talos-ui/feedback/dialog/confirm-dialog/confirm-dialog.component.ts","../../../projects/talos-ui/feedback/dialog/dialog.module.ts"],"mappings":"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","names":["_angular_core","i1.TalosDialogHeaderComponent","i2.TalosDialogContentComponent","i3.TalosDialogFooterComponent","i4.TalosConfirmDialogComponent","i5.TalosDialogTitleDirective","i5.TalosDialogDescriptionDirective","i5.TalosDialogCloseDirective"]}
@@ -1,147 +0,0 @@
1
- import * as _angular_core from '@angular/core';
2
- import { TemplateRef, Type, OnInit, OnDestroy } from '@angular/core';
3
-
4
- type TalosSnackbarVariant = 'default' | 'info' | 'success' | 'warning' | 'error';
5
- type TalosSnackbarPosition = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right';
6
- interface TalosSnackbarConfig {
7
- /** Title text shown above message */
8
- title?: string;
9
- /** Main message text or custom Angular TemplateRef */
10
- message: string | TemplateRef<unknown>;
11
- /** Visual variant theme */
12
- variant?: TalosSnackbarVariant;
13
- /** Screen position placement */
14
- position?: TalosSnackbarPosition;
15
- /** Auto-dismiss duration in milliseconds. 0 or Infinity for persistent. Default: 4000ms */
16
- duration?: number;
17
- /** Whether to show a close button ('X'). Default: true */
18
- dismissible?: boolean;
19
- /** Text label for an action button (e.g., 'Undo', 'Retry') */
20
- actionLabel?: string;
21
- /** Callback fired when action button is clicked */
22
- onAction?: () => void;
23
- /** Callback fired when snackbar is dismissed */
24
- onDismiss?: () => void;
25
- /** Custom CSS class name to append to the snackbar element */
26
- customClass?: string;
27
- /** Whether to display a timer progress bar at the bottom. Default: true */
28
- showProgressBar?: boolean;
29
- /** Whether mouse hover pauses auto-dismiss countdown. Default: true */
30
- pauseOnHover?: boolean;
31
- /** Custom Lucide icon component or null/false to hide icon */
32
- icon?: Type<unknown> | null | boolean;
33
- /** Optional custom data context when using TemplateRef */
34
- data?: unknown;
35
- }
36
- interface TalosSnackbarRef {
37
- /** Unique ID of the snackbar instance */
38
- readonly id: string;
39
- /** Programmatically dismiss this snackbar */
40
- dismiss: () => void;
41
- }
42
- interface TalosSnackbarInstance extends Required<Omit<TalosSnackbarConfig, 'title' | 'actionLabel' | 'onAction' | 'onDismiss' | 'customClass' | 'icon' | 'data'>> {
43
- id: string;
44
- title?: string;
45
- actionLabel?: string;
46
- onAction?: () => void;
47
- onDismiss?: () => void;
48
- customClass?: string;
49
- icon?: Type<unknown> | null | boolean;
50
- data?: unknown;
51
- createdAt: number;
52
- isPaused: boolean;
53
- }
54
-
55
- declare class TalosSnackbarService {
56
- private readonly overlay;
57
- private overlayRef;
58
- /** Reactive list of currently active snackbar instances */
59
- readonly snackbars: _angular_core.WritableSignal<TalosSnackbarInstance[]>;
60
- private idCounter;
61
- /** Global default configuration values */
62
- private defaultConfig;
63
- /**
64
- * Override default global configurations for all subsequent snackbars.
65
- */
66
- setDefaultConfig(config: Partial<TalosSnackbarConfig>): void;
67
- /**
68
- * Main entry point to open a configured snackbar.
69
- */
70
- show(messageOrConfig: string | TemplateRef<unknown> | TalosSnackbarConfig, configOverrides?: Partial<TalosSnackbarConfig>): TalosSnackbarRef;
71
- /** Convenience method for Success variant snackbars */
72
- success(message: string | TemplateRef<unknown>, config?: Partial<TalosSnackbarConfig>): TalosSnackbarRef;
73
- /** Convenience method for Error variant snackbars */
74
- error(message: string | TemplateRef<unknown>, config?: Partial<TalosSnackbarConfig>): TalosSnackbarRef;
75
- /** Convenience method for Warning variant snackbars */
76
- warning(message: string | TemplateRef<unknown>, config?: Partial<TalosSnackbarConfig>): TalosSnackbarRef;
77
- /** Convenience method for Info variant snackbars */
78
- info(message: string | TemplateRef<unknown>, config?: Partial<TalosSnackbarConfig>): TalosSnackbarRef;
79
- /**
80
- * Dismiss a specific snackbar by ID, or the oldest active snackbar if no ID is specified.
81
- */
82
- dismiss(id?: string): void;
83
- /**
84
- * Dismiss all currently active snackbars.
85
- */
86
- dismissAll(): void;
87
- private ensureOverlayCreated;
88
- private destroyOverlay;
89
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosSnackbarService, never>;
90
- static ɵprov: _angular_core.ɵɵInjectableDeclaration<TalosSnackbarService>;
91
- }
92
-
93
- declare class TalosSnackbarComponent implements OnInit, OnDestroy {
94
- /** Snackbar instance data */
95
- readonly instance: _angular_core.InputSignal<TalosSnackbarInstance>;
96
- /** Event emitted when snackbar requests dismissal */
97
- readonly dismiss: _angular_core.OutputEmitterRef<string>;
98
- /** Event emitted when snackbar action button is clicked */
99
- readonly action: _angular_core.OutputEmitterRef<string>;
100
- protected readonly isDismissing: _angular_core.WritableSignal<boolean>;
101
- protected readonly progressPercent: _angular_core.WritableSignal<number>;
102
- protected readonly Infinity: number;
103
- private timerId;
104
- private remainingMs;
105
- private lastTickMs;
106
- readonly isTopPosition: _angular_core.Signal<boolean>;
107
- readonly isTemplateMessage: _angular_core.Signal<boolean>;
108
- readonly templateMessage: _angular_core.Signal<TemplateRef<unknown>>;
109
- readonly customIconComponent: _angular_core.Signal<Type<unknown> | null>;
110
- readonly ariaRole: _angular_core.Signal<"alert" | "status">;
111
- readonly ariaLive: _angular_core.Signal<"assertive" | "polite">;
112
- ngOnInit(): void;
113
- ngOnDestroy(): void;
114
- private startTimer;
115
- private stopTimer;
116
- protected onMouseEnter(): void;
117
- protected onMouseLeave(): void;
118
- protected onActionClick(): void;
119
- protected onCloseClick(): void;
120
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosSnackbarComponent, never>;
121
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<TalosSnackbarComponent, "talos-snackbar", never, { "instance": { "alias": "instance"; "required": true; "isSignal": true; }; }, { "dismiss": "dismiss"; "action": "action"; }, never, never, true, never>;
122
- }
123
-
124
- declare class TalosSnackbarContainerComponent {
125
- private readonly snackbarService;
126
- readonly positions: TalosSnackbarPosition[];
127
- readonly groupedSnackbars: _angular_core.Signal<Record<TalosSnackbarPosition, TalosSnackbarInstance[]>>;
128
- onDismiss(id: string): void;
129
- onAction(id: string): void;
130
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosSnackbarContainerComponent, never>;
131
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<TalosSnackbarContainerComponent, "talos-snackbar-container", never, {}, {}, never, never, true, never>;
132
- }
133
-
134
- /**
135
- * Convenience NgModule wrapping standalone snackbar components.
136
- *
137
- * Allows developers who prefer `TalosSnackbarModule` to import all snackbar elements in one go.
138
- */
139
- declare class TalosSnackbarModule {
140
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosSnackbarModule, never>;
141
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<TalosSnackbarModule, never, [typeof TalosSnackbarComponent, typeof TalosSnackbarContainerComponent], [typeof TalosSnackbarComponent, typeof TalosSnackbarContainerComponent]>;
142
- static ɵinj: _angular_core.ɵɵInjectorDeclaration<TalosSnackbarModule>;
143
- }
144
-
145
- export { TalosSnackbarComponent, TalosSnackbarContainerComponent, TalosSnackbarModule, TalosSnackbarService };
146
- export type { TalosSnackbarConfig, TalosSnackbarInstance, TalosSnackbarPosition, TalosSnackbarRef, TalosSnackbarVariant };
147
- //# sourceMappingURL=weeehaoooz-talos-ui-feedback-snackbar.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"weeehaoooz-talos-ui-feedback-snackbar.d.ts","sources":["../../../projects/talos-ui/feedback/snackbar/snackbar.types.ts","../../../projects/talos-ui/feedback/snackbar/snackbar.service.ts","../../../projects/talos-ui/feedback/snackbar/snackbar/snackbar.component.ts","../../../projects/talos-ui/feedback/snackbar/snackbar-container/snackbar-container.component.ts","../../../projects/talos-ui/feedback/snackbar/snackbar.module.ts"],"mappings":";;;AAEM,KAAM,oBAAoB;AAE1B,KAAM,qBAAqB;UAQhB,mBAAmB;;;;AAIlC,sBAAkB,WAAW;;cAEnB,oBAAoB;;eAEnB,qBAAqB;;;;;;;;AAQhC;;AAEA;;;;;;;;WAQO,IAAI;;;AAGZ;UAEgB,gBAAgB;;AAE/B;;;AAGD;AAEK,UAAW,qBAAsB,SAAQ,QAAQ,CAAC,IAAI,CAAC,mBAAmB;;;;AAI9E;AACA;;WAEO,IAAI;;;;AAIZ;;ACzCD,cAGa,oBAAoB;AAC/B;;;wBAIkB,aAAA,CAAA,cAAA,CAAA,qBAAA;;;;AAelB;;AAEG;6BACsB,OAAO,CAAC,mBAAmB;AAIpD;;AAEG;AACH,mCAC4B,WAAW,YAAY,mBAAmB,oBACnD,OAAO,CAAC,mBAAmB,IAC3C,gBAAgB;;AAiDnB,8BACoB,WAAW,oBACpB,OAAO,CAAC,mBAAmB,IACnC,gBAAgB;;AAKnB,4BACoB,WAAW,oBACpB,OAAO,CAAC,mBAAmB,IACnC,gBAAgB;;AAKnB,8BACoB,WAAW,oBACpB,OAAO,CAAC,mBAAmB,IACnC,gBAAgB;;AAKnB,2BACoB,WAAW,oBACpB,OAAO,CAAC,mBAAmB,IACnC,gBAAgB;AAInB;;AAEG;AACH;AAcA;;AAEG;AACH;AAKA;AAcA;oDAxJW,oBAAoB;wDAApB,oBAAoB;AA8JhC;;AChKD,cAca,sBAAuB,YAAW,MAAM,EAAE,SAAS;;uBAE7C,aAAA,CAAA,WAAA,CAAA,qBAAA;;sBAGD,aAAA,CAAA,gBAAA;;qBAGD,aAAA,CAAA,gBAAA;AAEf,qCAA+B,aAAA,CAAA,cAAA;AAC/B,wCAAkC,aAAA,CAAA,cAAA;AAClC;;;;4BAOsB,aAAA,CAAA,MAAA;gCAKI,aAAA,CAAA,MAAA;8BAKF,aAAA,CAAA,MAAA,CAAA,WAAA;kCAII,aAAA,CAAA,MAAA,CAAA,IAAA;uBAKX,aAAA,CAAA,MAAA;uBAKA,aAAA,CAAA,MAAA;AAKjB;AAQA;AAIA;AAyBA;;;;;oDArFW,sBAAsB;sDAAtB,sBAAsB;AA6HlC;;AC3JD,cAwBa,+BAA+B;AAC1C;AAEA,wBAAoB,qBAAqB;+BAShB,aAAA,CAAA,MAAA,CAAA,MAAA,CAAA,qBAAA,EAAA,qBAAA;AAuBzB;AAIA;oDAvCW,+BAA+B;sDAA/B,+BAA+B;AA0C3C;;ACnED;;;;AAIG;AACH,cAUa,mBAAmB;oDAAnB,mBAAmB;qDAAnB,mBAAmB,iBAAAA,sBAAA,SAAAC,+BAAA,WAAAD,sBAAA,SAAAC,+BAAA;qDAAnB,mBAAmB;AAAI;;;;","names":["i1.TalosSnackbarComponent","i2.TalosSnackbarContainerComponent"]}
@@ -1,32 +0,0 @@
1
- import * as _angular_core from '@angular/core';
2
- import { OnInit } from '@angular/core';
3
-
4
- type TooltipPosition = 'top' | 'left' | 'right' | 'bottom' | 'auto';
5
- declare class TalosTooltipComponent {
6
- readonly text: _angular_core.InputSignal<string>;
7
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosTooltipComponent, never>;
8
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<TalosTooltipComponent, "talos-tooltip-content", never, { "text": { "alias": "text"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
9
- }
10
- declare class TalosTooltipDirective implements OnInit {
11
- private readonly elementRef;
12
- private readonly overlay;
13
- private readonly destroyRef;
14
- private readonly injector;
15
- private readonly focusMonitor;
16
- readonly tooltip: _angular_core.InputSignal<string>;
17
- readonly tooltipContent: _angular_core.InputSignal<string>;
18
- readonly position: _angular_core.InputSignal<TooltipPosition>;
19
- readonly disabled: _angular_core.InputSignal<boolean>;
20
- private overlayRef;
21
- ngOnInit(): void;
22
- get tooltipText(): string;
23
- show(): void;
24
- hide(): void;
25
- private createPositionStrategy;
26
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosTooltipDirective, never>;
27
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TalosTooltipDirective, "[talosTooltip], [tooltip]", never, { "tooltip": { "alias": "talosTooltip"; "required": false; "isSignal": true; }; "tooltipContent": { "alias": "tooltip"; "required": false; "isSignal": true; }; "position": { "alias": "tooltipPosition"; "required": false; "isSignal": true; }; "disabled": { "alias": "tooltipDisabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
28
- }
29
-
30
- export { TalosTooltipComponent, TalosTooltipDirective };
31
- export type { TooltipPosition };
32
- //# sourceMappingURL=weeehaoooz-talos-ui-feedback-tooltip.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"weeehaoooz-talos-ui-feedback-tooltip.d.ts","sources":["../../../projects/talos-ui/feedback/tooltip/tooltip.directive.ts"],"mappings":";;;AAcM,KAAM,eAAe;AAE3B,cAQa,qBAAqB;mBACnB,aAAA,CAAA,WAAA;oDADF,qBAAqB;sDAArB,qBAAqB;AAEjC;AAED,cASa,qBAAsB,YAAW,MAAM;AAClD;AACA;AACA;AACA;AACA;sBAEgB,aAAA,CAAA,WAAA;6BACO,aAAA,CAAA,WAAA;uBACN,aAAA,CAAA,WAAA,CAAA,eAAA;uBACA,aAAA,CAAA,WAAA;;AAIjB;;AAmBA;AAiBA;AAOA;oDAzDW,qBAAqB;sDAArB,qBAAqB;AA8GjC;;;;","names":[]}
@@ -1,88 +0,0 @@
1
- import * as _angular_core from '@angular/core';
2
-
3
- type AffixPosition = 'prefix' | 'suffix';
4
- type AffixAnimation = 'spin' | 'spin-once' | 'pop' | 'shake' | 'pulse' | 'bounce' | 'none';
5
- type AffixFeedbackState = 'success' | 'error' | null;
6
- /**
7
- * Directive applied to leading prefix elements inside form fields, inputs, or select fields.
8
- * Supports icons, symbols, dropdowns, and custom buttons.
9
- */
10
- declare class TalosPrefixDirective {
11
- private readonly elementRef;
12
- /** Whether the prefix is interactive (e.g. clickable button, dropdown) */
13
- readonly interactive: _angular_core.InputSignal<boolean>;
14
- /** Micro-interaction animation preset */
15
- readonly animation: _angular_core.InputSignal<AffixAnimation>;
16
- /** Convenience boolean signal for spinning icon / continuous refresh state */
17
- readonly spinning: _angular_core.InputSignal<boolean>;
18
- /** Convenience boolean signal for pop / scale bounce feedback */
19
- readonly popping: _angular_core.InputSignal<boolean>;
20
- /** Contextual temporary feedback state */
21
- readonly feedback: _angular_core.InputSignal<AffixFeedbackState>;
22
- protected isButton(): boolean;
23
- protected isInteractive(): boolean;
24
- get nativeElement(): HTMLElement;
25
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosPrefixDirective, never>;
26
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TalosPrefixDirective, "[talosPrefix], [talos-prefix], [talosLead], [talosStart]", never, { "interactive": { "alias": "interactive"; "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>;
27
- }
28
- /**
29
- * Directive applied to trailing suffix / postfix elements inside form fields, inputs, or select fields.
30
- * Supports units (USD, kg, px, %), clear buttons, copy actions, and dropdown indicators.
31
- */
32
- declare class TalosSuffixDirective {
33
- private readonly elementRef;
34
- /** Whether the suffix is interactive (e.g. clickable button, copy icon) */
35
- readonly interactive: _angular_core.InputSignal<boolean>;
36
- /** Micro-interaction animation preset */
37
- readonly animation: _angular_core.InputSignal<AffixAnimation>;
38
- /** Convenience boolean signal for spinning icon / continuous refresh state */
39
- readonly spinning: _angular_core.InputSignal<boolean>;
40
- /** Convenience boolean signal for pop / scale bounce feedback */
41
- readonly popping: _angular_core.InputSignal<boolean>;
42
- /** Contextual temporary feedback state */
43
- readonly feedback: _angular_core.InputSignal<AffixFeedbackState>;
44
- protected isButton(): boolean;
45
- protected isInteractive(): boolean;
46
- get nativeElement(): HTMLElement;
47
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosSuffixDirective, never>;
48
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TalosSuffixDirective, "[talosSuffix], [talosPostfix], [talos-suffix], [talos-postfix], [talosTrail], [talosEnd]", never, { "interactive": { "alias": "interactive"; "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>;
49
- }
50
- /**
51
- * Convenience directive for styled text prefix elements (e.g. $, €, https://, @).
52
- */
53
- declare class TalosTextPrefixDirective {
54
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosTextPrefixDirective, never>;
55
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TalosTextPrefixDirective, "[talosTextPrefix], [talos-text-prefix]", never, {}, {}, never, never, true, never>;
56
- }
57
- /**
58
- * Convenience directive for styled text suffix / postfix elements (e.g. .00, USD, kg, px, %).
59
- */
60
- declare class TalosTextSuffixDirective {
61
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosTextSuffixDirective, never>;
62
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TalosTextSuffixDirective, "[talosTextSuffix], [talosTextPostfix], [talos-text-suffix], [talos-text-postfix]", never, {}, {}, never, never, true, never>;
63
- }
64
- /**
65
- * Directive explicitly applied to affix action buttons inside form fields, inputs, or select fields.
66
- */
67
- declare class TalosAffixButtonDirective {
68
- /** Micro-interaction animation preset */
69
- readonly animation: _angular_core.InputSignal<AffixAnimation>;
70
- /** Convenience boolean signal for spinning icon / continuous refresh state */
71
- readonly spinning: _angular_core.InputSignal<boolean>;
72
- /** Convenience boolean signal for pop / scale bounce feedback */
73
- readonly popping: _angular_core.InputSignal<boolean>;
74
- /** Contextual temporary feedback state */
75
- readonly feedback: _angular_core.InputSignal<AffixFeedbackState>;
76
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosAffixButtonDirective, never>;
77
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TalosAffixButtonDirective, "[talosAffixButton], [talos-affix-button]", never, { "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>;
78
- }
79
-
80
- declare class TalosAffixModule {
81
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<TalosAffixModule, never>;
82
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<TalosAffixModule, never, [typeof TalosPrefixDirective, typeof TalosSuffixDirective, typeof TalosTextPrefixDirective, typeof TalosTextSuffixDirective, typeof TalosAffixButtonDirective], [typeof TalosPrefixDirective, typeof TalosSuffixDirective, typeof TalosTextPrefixDirective, typeof TalosTextSuffixDirective, typeof TalosAffixButtonDirective]>;
83
- static ɵinj: _angular_core.ɵɵInjectorDeclaration<TalosAffixModule>;
84
- }
85
-
86
- export { TalosAffixButtonDirective, TalosAffixModule, TalosPrefixDirective, TalosSuffixDirective, TalosTextPrefixDirective, TalosTextSuffixDirective };
87
- export type { AffixAnimation, AffixFeedbackState, AffixPosition };
88
- //# sourceMappingURL=weeehaoooz-talos-ui-form-affix.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"weeehaoooz-talos-ui-form-affix.d.ts","sources":["../../../projects/talos-ui/form/affix/affix.directives.ts","../../../projects/talos-ui/form/affix/affix.module.ts"],"mappings":";;KAEY,aAAa;KACb,cAAc;AACpB,KAAM,kBAAkB;AAE9B;;;AAGG;AACH,cAwBa,oBAAoB;AAC/B;;0BAGoB,aAAA,CAAA,WAAA;;wBAGF,aAAA,CAAA,WAAA,CAAA,cAAA;;uBAGD,aAAA,CAAA,WAAA;;sBAGD,aAAA,CAAA,WAAA;;uBAGC,aAAA,CAAA,WAAA,CAAA,kBAAA;;;yBAWI,WAAW;oDA3BrB,oBAAoB;sDAApB,oBAAoB;AA8BhC;AAED;;;AAGG;AACH,cAwBa,oBAAoB;AAC/B;;0BAGoB,aAAA,CAAA,WAAA;;wBAGF,aAAA,CAAA,WAAA,CAAA,cAAA;;uBAGD,aAAA,CAAA,WAAA;;sBAGD,aAAA,CAAA,WAAA;;uBAGC,aAAA,CAAA,WAAA,CAAA,kBAAA;;;yBAWI,WAAW;oDA3BrB,oBAAoB;sDAApB,oBAAoB;AA8BhC;AAED;;AAEG;AACH,cAMa,wBAAwB;oDAAxB,wBAAwB;sDAAxB,wBAAwB;AAAG;AAExC;;AAEG;AACH,cAMa,wBAAwB;oDAAxB,wBAAwB;sDAAxB,wBAAwB;AAAG;AAExC;;AAEG;AACH,cAuBa,yBAAyB;;wBAElB,aAAA,CAAA,WAAA,CAAA,cAAA;;uBAGD,aAAA,CAAA,WAAA;;sBAGD,aAAA,CAAA,WAAA;;uBAGC,aAAA,CAAA,WAAA,CAAA,kBAAA;oDAXN,yBAAyB;sDAAzB,yBAAyB;AAYrC;;ACjLD,cAgBa,gBAAgB;oDAAhB,gBAAgB;qDAAhB,gBAAgB,iBAAAA,oBAAA,SAAAC,oBAAA,SAAAC,wBAAA,SAAAC,wBAAA,SAAAC,yBAAA,WAAAJ,oBAAA,SAAAC,oBAAA,SAAAC,wBAAA,SAAAC,wBAAA,SAAAC,yBAAA;qDAAhB,gBAAgB;AAAG;;;;","names":["i1.TalosPrefixDirective","i1.TalosSuffixDirective","i1.TalosTextPrefixDirective","i1.TalosTextSuffixDirective","i1.TalosAffixButtonDirective"]}