@cityway/basic-ui 1.0.1

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 (130) hide show
  1. package/README.md +75 -0
  2. package/cityway-basic-ui-1.0.1.tgz +0 -0
  3. package/fesm2022/cityway-basic-ui.mjs +2092 -0
  4. package/fesm2022/cityway-basic-ui.mjs.map +1 -0
  5. package/index.d.ts +766 -0
  6. package/lib/assets/fonts/bo/_variables.scss +43 -0
  7. package/lib/assets/fonts/bo/bo.scss +61 -0
  8. package/lib/assets/fonts/bo/bo.woff +0 -0
  9. package/lib/assets/fonts/bo/bo.woff2 +0 -0
  10. package/lib/assets/fonts/nunito/_nunito.scss +39 -0
  11. package/lib/assets/fonts/nunito/nunito-bold.woff +0 -0
  12. package/lib/assets/fonts/nunito/nunito-bold.woff2 +0 -0
  13. package/lib/assets/fonts/nunito/nunito-extrabold.woff +0 -0
  14. package/lib/assets/fonts/nunito/nunito-extrabold.woff2 +0 -0
  15. package/lib/assets/fonts/nunito/nunito-light.woff +0 -0
  16. package/lib/assets/fonts/nunito/nunito-light.woff2 +0 -0
  17. package/lib/assets/fonts/nunito/nunito-regular.woff +0 -0
  18. package/lib/assets/fonts/nunito/nunito-regular.woff2 +0 -0
  19. package/lib/assets/fonts/nunito/nunito-semi-bold.woff +0 -0
  20. package/lib/assets/fonts/nunito/nunito-semi-bold.woff2 +0 -0
  21. package/lib/assets/fonts/optyweb/_variables.scss +405 -0
  22. package/lib/assets/fonts/optyweb/optyweb.scss +1571 -0
  23. package/lib/assets/fonts/optyweb/optyweb.woff +0 -0
  24. package/lib/assets/fonts/optyweb/optyweb.woff2 +0 -0
  25. package/lib/assets/i18n/common.en.json +248 -0
  26. package/lib/assets/i18n/common.fr.json +242 -0
  27. package/lib/assets/i18n/label.en.json +29 -0
  28. package/lib/assets/i18n/label.fr.json +29 -0
  29. package/lib/assets/images/common/check-mark.svg +3 -0
  30. package/lib/assets/images/favicon/android-chrome-192x192.png +0 -0
  31. package/lib/assets/images/favicon/android-chrome-512x512.png +0 -0
  32. package/lib/assets/images/favicon/apple-touch-icon.png +0 -0
  33. package/lib/assets/images/favicon/favicon-16x16.png +0 -0
  34. package/lib/assets/images/favicon/favicon-32x32.png +0 -0
  35. package/lib/assets/images/favicon/favicon-96x96.png +0 -0
  36. package/lib/assets/images/favicon/favicon.ico +0 -0
  37. package/lib/assets/images/favicon/site.webmanifest +19 -0
  38. package/lib/assets/images/icon/referential-icon.svg +1 -0
  39. package/lib/assets/images/login/login-bg.jpg +0 -0
  40. package/lib/assets/images/login/logo-cityway-baseline.svg +16 -0
  41. package/lib/assets/images/toast/warning.svg +3 -0
  42. package/lib/assets/styles/scss/_components.scss +14 -0
  43. package/lib/assets/styles/scss/_custom-bootstrap.scss +22 -0
  44. package/lib/assets/styles/scss/bootstrap/_accordion.scss +1 -0
  45. package/lib/assets/styles/scss/bootstrap/_alert.scss +32 -0
  46. package/lib/assets/styles/scss/bootstrap/_badge.scss +36 -0
  47. package/lib/assets/styles/scss/bootstrap/_breadcrumb.scss +46 -0
  48. package/lib/assets/styles/scss/bootstrap/_button-group.scss +107 -0
  49. package/lib/assets/styles/scss/bootstrap/_buttons.scss +324 -0
  50. package/lib/assets/styles/scss/bootstrap/_card.scss +107 -0
  51. package/lib/assets/styles/scss/bootstrap/_close.scss +8 -0
  52. package/lib/assets/styles/scss/bootstrap/_dropdown.scss +53 -0
  53. package/lib/assets/styles/scss/bootstrap/_forms.scss +259 -0
  54. package/lib/assets/styles/scss/bootstrap/_input-group.scss +61 -0
  55. package/lib/assets/styles/scss/bootstrap/_lists.scss +30 -0
  56. package/lib/assets/styles/scss/bootstrap/_modal.scss +152 -0
  57. package/lib/assets/styles/scss/bootstrap/_pagination.scss +21 -0
  58. package/lib/assets/styles/scss/bootstrap/_popover.scss +5 -0
  59. package/lib/assets/styles/scss/bootstrap/_progress.scss +6 -0
  60. package/lib/assets/styles/scss/bootstrap/_reboot.scss +5 -0
  61. package/lib/assets/styles/scss/bootstrap/_tables.scss +155 -0
  62. package/lib/assets/styles/scss/bootstrap/_tabs.scss +71 -0
  63. package/lib/assets/styles/scss/bootstrap/_tooltip.scss +3 -0
  64. package/lib/assets/styles/scss/bootstrap/_type.scss +55 -0
  65. package/lib/assets/styles/scss/components/_forms-firefox.scss +17 -0
  66. package/lib/assets/styles/scss/components/_leaflet.scss +41 -0
  67. package/lib/assets/styles/scss/components/_legend.scss +36 -0
  68. package/lib/assets/styles/scss/components/_ng-select.scss +148 -0
  69. package/lib/assets/styles/scss/components/_ng2-dragula.scss +36 -0
  70. package/lib/assets/styles/scss/components/_ng2-validation.scss +39 -0
  71. package/lib/assets/styles/scss/components/_ng5-slider.scss +28 -0
  72. package/lib/assets/styles/scss/components/_ngb-datepicker.scss +165 -0
  73. package/lib/assets/styles/scss/components/_ngb-timepicker.scss +19 -0
  74. package/lib/assets/styles/scss/components/_ngx-chips.scss +102 -0
  75. package/lib/assets/styles/scss/components/_ngx-editor.scss +10 -0
  76. package/lib/assets/styles/scss/components/_ngx-file-drop.scss +15 -0
  77. package/lib/assets/styles/scss/components/_ngx-intl-tel-input.scss +21 -0
  78. package/lib/assets/styles/scss/components/_ngx-slider.scss +34 -0
  79. package/lib/assets/styles/scss/components/_ngx-toast.scss +74 -0
  80. package/lib/assets/styles/scss/components/_pwd-policy.scss +18 -0
  81. package/lib/assets/styles/scss/components/_table.scss +8 -0
  82. package/lib/assets/styles/scss/components/_vis.scss +50 -0
  83. package/lib/assets/styles/scss/components/_wizard-stepper.scss +82 -0
  84. package/lib/assets/styles/scss/components/table/_table-action.scss +77 -0
  85. package/lib/assets/styles/scss/components/table/_table-bg-cell.scss +6 -0
  86. package/lib/assets/styles/scss/components/table/_table-double-scroll.scss +38 -0
  87. package/lib/assets/styles/scss/components/table/_table-filter.scss +128 -0
  88. package/lib/assets/styles/scss/components/table/_table-pagination.scss +34 -0
  89. package/lib/assets/styles/scss/components/table/_table-popover.scss +39 -0
  90. package/lib/assets/styles/scss/components/table/_table-sorting.scss +64 -0
  91. package/lib/assets/styles/scss/cw-ds/_reboot.scss +551 -0
  92. package/lib/assets/styles/scss/cw-ds/_root-bo.scss +9 -0
  93. package/lib/assets/styles/scss/cw-ds/_root-fo.scss +9 -0
  94. package/lib/assets/styles/scss/cw-ds/components/_alert.scss +76 -0
  95. package/lib/assets/styles/scss/cw-ds/components/_badge.scss +107 -0
  96. package/lib/assets/styles/scss/cw-ds/components/_btn-collapse.scss +15 -0
  97. package/lib/assets/styles/scss/cw-ds/components/_card.scss +66 -0
  98. package/lib/assets/styles/scss/cw-ds/components/_close.scss +6 -0
  99. package/lib/assets/styles/scss/cw-ds/components/_file-to-download.scss +46 -0
  100. package/lib/assets/styles/scss/cw-ds/components/_icon-notification.scss +30 -0
  101. package/lib/assets/styles/scss/cw-ds/components/_icon.scss +112 -0
  102. package/lib/assets/styles/scss/cw-ds/components/_numerical-range.scss +60 -0
  103. package/lib/assets/styles/scss/cw-ds/components/_stepper.scss +78 -0
  104. package/lib/assets/styles/scss/cw-ds/components/_tab.scss +81 -0
  105. package/lib/assets/styles/scss/cw-ds/components/_toast.scss +27 -0
  106. package/lib/assets/styles/scss/cw-ds/components/button/_button-bo-variant.scss +46 -0
  107. package/lib/assets/styles/scss/cw-ds/components/button/_button-fo-variant.scss +112 -0
  108. package/lib/assets/styles/scss/cw-ds/components/button/_button.scss +95 -0
  109. package/lib/assets/styles/scss/cw-ds/helpers/_spinner.scss +30 -0
  110. package/lib/assets/styles/scss/cw-ds/helpers/_stretched-link.scss +9 -0
  111. package/lib/assets/styles/scss/cw-ds/helpers/_visually-hidden.scss +18 -0
  112. package/lib/assets/styles/scss/cw-ds/mixins/_color.scss +16 -0
  113. package/lib/assets/styles/scss/cw-ds/mixins/_flex.scss +11 -0
  114. package/lib/assets/styles/scss/cw-ds/mixins/_root.scss +26 -0
  115. package/lib/assets/styles/scss/cw-ds/mixins/_spacing.scss +84 -0
  116. package/lib/assets/styles/scss/cw-ds/mixins/_type.scss +27 -0
  117. package/lib/assets/styles/scss/cw-ds/utilities/_alignment.scss +23 -0
  118. package/lib/assets/styles/scss/cw-ds/utilities/_flex.scss +96 -0
  119. package/lib/assets/styles/scss/cw-ds/utilities/_spacing.scss +3 -0
  120. package/lib/assets/styles/scss/cw-ds/utilities/_type.scss +3 -0
  121. package/lib/assets/styles/scss/styles-bo.scss +115 -0
  122. package/lib/assets/styles/scss/styles-fo.scss +115 -0
  123. package/lib/assets/styles/scss/variables/_colors.scss +43 -0
  124. package/lib/assets/styles/scss/variables/_custom.scss +451 -0
  125. package/lib/assets/styles/scss/variables/_site.scss +68 -0
  126. package/package.json +33 -0
  127. package/styles-bo.min.css +5 -0
  128. package/styles-bo.min.css.map +1 -0
  129. package/styles-fo.min.css +5 -0
  130. package/styles-fo.min.css.map +1 -0
package/index.d.ts ADDED
@@ -0,0 +1,766 @@
1
+ import * as i0 from '@angular/core';
2
+ import { EventEmitter, OnInit, AfterViewInit, ElementRef, WritableSignal, ChangeDetectorRef, AfterContentInit, QueryList, TemplateRef, OnDestroy } from '@angular/core';
3
+ import { BehaviorSubject } from 'rxjs';
4
+ import { Options } from '@angular-slider/ngx-slider';
5
+ import { AbstractControl, ValidationErrors, FormGroup, FormControl } from '@angular/forms';
6
+ import { NgbActiveModal, NgbModal, NgbModalRef } from '@ng-bootstrap/ng-bootstrap';
7
+ import { TranslateService } from '@ngx-translate/core';
8
+ import { Router, ActivatedRoute } from '@angular/router';
9
+
10
+ declare class CollapseDirective {
11
+ private elementRef;
12
+ private collapsedSignal;
13
+ set cwCollapse(value: boolean);
14
+ get cwCollapse(): boolean;
15
+ shown: EventEmitter<void>;
16
+ hidden: EventEmitter<void>;
17
+ constructor();
18
+ ngOnInit(): void;
19
+ private updateClasses;
20
+ toggle(): void;
21
+ show(): void;
22
+ hide(): void;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<CollapseDirective, never>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CollapseDirective, "[cwCollapse]", ["cwCollapse"], { "cwCollapse": { "alias": "cwCollapse"; "required": false; }; }, { "shown": "shown"; "hidden": "hidden"; }, never, never, true, never>;
25
+ }
26
+
27
+ declare enum CardTypeEnum {
28
+ default = "default",
29
+ light = "light"
30
+ }
31
+ declare enum CardTitleRankEnum {
32
+ h2 = "h2",
33
+ h3 = "h3"
34
+ }
35
+
36
+ declare enum IconSizeEnum {
37
+ '5xl' = "5xl",
38
+ '4xl' = "4xl",
39
+ '3xl' = "3xl",
40
+ '2xl' = "2xl",
41
+ 'xl' = "xl",
42
+ 'lg' = "lg",
43
+ 'md' = "md",
44
+ 'sm' = "sm",
45
+ 'xs' = "xs",
46
+ '2xs' = "2xs",
47
+ '3xs' = "3xs"
48
+ }
49
+ declare enum IconTypeEnum {
50
+ default = "default",
51
+ rounded = "rounded"
52
+ }
53
+ declare enum IconUiTypeEnum {
54
+ default = "default",
55
+ light = "light",
56
+ primary = "primary",
57
+ invert = "invert"
58
+ }
59
+
60
+ declare class CardComponent implements OnInit, AfterViewInit {
61
+ private cdRef;
62
+ title: string;
63
+ type: CardTypeEnum;
64
+ titleRank: CardTitleRankEnum;
65
+ collapsible: boolean;
66
+ collapsed: boolean;
67
+ collapseId: string;
68
+ destroyOnHide: boolean;
69
+ collapseClicked: EventEmitter<boolean>;
70
+ collapseDirective?: CollapseDirective;
71
+ cardFooter: ElementRef<any>;
72
+ showFooter: boolean;
73
+ titleRankEnum: typeof CardTitleRankEnum;
74
+ typeEnum: typeof CardTypeEnum;
75
+ protected isCollapsed: WritableSignal<boolean>;
76
+ protected shouldRenderBody: WritableSignal<boolean>;
77
+ readonly iconSize: typeof IconSizeEnum;
78
+ constructor(cdRef: ChangeDetectorRef);
79
+ ngOnInit(): void;
80
+ ngAfterViewInit(): void;
81
+ toggleCollapse(): void;
82
+ collapse(): void;
83
+ expand(): void;
84
+ private updateCollapseState;
85
+ get collapsed_state(): boolean;
86
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
87
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "cw-card", never, { "title": { "alias": "title"; "required": false; }; "type": { "alias": "type"; "required": false; }; "titleRank": { "alias": "titleRank"; "required": false; }; "collapsible": { "alias": "collapsible"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; "collapseId": { "alias": "collapseId"; "required": false; }; "destroyOnHide": { "alias": "destroyOnHide"; "required": false; }; }, { "collapseClicked": "collapseClicked"; }, never, ["*", "[card-footer]", "[header-custom-area]"], true, never>;
88
+ }
89
+
90
+ declare class AccordionComponent implements AfterContentInit {
91
+ closeOthers: boolean;
92
+ allowMultiple: boolean;
93
+ destroyOnHide: boolean;
94
+ panelOpened: EventEmitter<string>;
95
+ panelClosed: EventEmitter<string>;
96
+ cards: QueryList<CardComponent>;
97
+ private cardMap;
98
+ ngAfterContentInit(): void;
99
+ openPanel(panelId: string): void;
100
+ closePanel(panelId: string): void;
101
+ togglePanel(panelId: string): void;
102
+ closeAll(): void;
103
+ openAll(): void;
104
+ private onCardToggle;
105
+ private closeAllExcept;
106
+ private shouldCloseOthers;
107
+ static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>;
108
+ static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "cw-accordion", never, { "closeOthers": { "alias": "closeOthers"; "required": false; }; "allowMultiple": { "alias": "allowMultiple"; "required": false; }; "destroyOnHide": { "alias": "destroyOnHide"; "required": false; }; }, { "panelOpened": "panelOpened"; "panelClosed": "panelClosed"; }, ["cards"], ["*"], true, never>;
109
+ }
110
+
111
+ declare enum AlertTypeEnum {
112
+ info = "info",
113
+ success = "success",
114
+ warning = "warning",
115
+ danger = "danger"
116
+ }
117
+
118
+ declare enum IconNotifSizeEnum {
119
+ '5xl' = "5xl",
120
+ 'md' = "md"
121
+ }
122
+ declare enum IconNotifTypeEnum {
123
+ info = "info",
124
+ success = "success",
125
+ warning = "warning",
126
+ danger = "danger",
127
+ careful = "careful"
128
+ }
129
+
130
+ declare class AlertComponent implements OnInit {
131
+ private cdRef;
132
+ type: AlertTypeEnum;
133
+ title?: string;
134
+ isDismissible: boolean;
135
+ cssClass?: string;
136
+ dataTest?: string;
137
+ close: EventEmitter<boolean>;
138
+ alertContent: ElementRef<any>;
139
+ isVisible: boolean;
140
+ icon: string;
141
+ iconNotifType: IconNotifTypeEnum;
142
+ showContent: boolean;
143
+ readonly iconSize: typeof IconSizeEnum;
144
+ constructor(cdRef: ChangeDetectorRef);
145
+ ngOnInit(): void;
146
+ ngAfterViewInit(): void;
147
+ closeAlert(): void;
148
+ static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, never>;
149
+ static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "cw-alert", never, { "type": { "alias": "type"; "required": false; }; "title": { "alias": "title"; "required": false; }; "isDismissible": { "alias": "isDismissible"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "dataTest": { "alias": "dataTest"; "required": false; }; }, { "close": "close"; }, never, ["*"], true, never>;
150
+ }
151
+
152
+ interface ToastAction<T = unknown> {
153
+ label: string;
154
+ payload?: T;
155
+ }
156
+ interface Toast<T = unknown> {
157
+ id: string;
158
+ type: AlertTypeEnum;
159
+ title?: string;
160
+ message: string;
161
+ autohide?: boolean;
162
+ action?: ToastAction<T>;
163
+ }
164
+
165
+ interface ShowToastOptions<T = unknown> {
166
+ type: AlertTypeEnum;
167
+ message: string;
168
+ title?: string;
169
+ autohide?: boolean;
170
+ action?: {
171
+ label: string;
172
+ payload?: T;
173
+ };
174
+ }
175
+ declare class ToastService {
176
+ private focusService;
177
+ toasts: Toast[];
178
+ private lastToast?;
179
+ private triggeringElement?;
180
+ private autohideTimers;
181
+ show<T>(options: ShowToastOptions<T>): void;
182
+ remove(toast: Toast): void;
183
+ private removeById;
184
+ clear(): void;
185
+ private canShowMessage;
186
+ private setLastToast;
187
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToastService, never>;
188
+ static ɵprov: i0.ɵɵInjectableDeclaration<ToastService>;
189
+ }
190
+
191
+ declare class ToastComponent {
192
+ readonly toastService: ToastService;
193
+ private elRef;
194
+ action: EventEmitter<ToastAction<unknown>>;
195
+ closed: EventEmitter<void>;
196
+ ngAfterViewInit(): void;
197
+ onAction(toast: Toast): void;
198
+ close(): void;
199
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToastComponent, never>;
200
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "cw-toast", never, {}, { "action": "action"; "closed": "closed"; }, never, never, true, never>;
201
+ }
202
+
203
+ declare enum BadgeTypeEnum {
204
+ lightInfo = "light-info",
205
+ lightSuccess = "light-success",
206
+ lightWarning = "light-warning",
207
+ lightDanger = "light-danger",
208
+ lightLight = "light-light",
209
+ heavyPrimary = "heavy-primary",
210
+ heavyInfo = "heavy-info",
211
+ heavySuccess = "heavy-success",
212
+ heavyWarning = "heavy-warning",
213
+ heavyDanger = "heavy-danger",
214
+ heavyDark = "heavy-dark",
215
+ heavyLight = "heavy-light",
216
+ heavyDisabled = "heavy-disabled"
217
+ }
218
+ declare enum BadgePositionEnum {
219
+ left = "left",
220
+ right = "right"
221
+ }
222
+
223
+ declare class BadgeComponent {
224
+ badgePositionEnum: typeof BadgePositionEnum;
225
+ type: BadgeTypeEnum;
226
+ label?: string;
227
+ withIcon?: string;
228
+ iconPosition?: BadgePositionEnum;
229
+ cssClass?: string;
230
+ dataTest?: string;
231
+ iconSizeEnum: typeof IconSizeEnum;
232
+ constructor();
233
+ static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, never>;
234
+ static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "cw-badge", never, { "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "withIcon": { "alias": "withIcon"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "dataTest": { "alias": "dataTest"; "required": false; }; }, {}, never, never, true, never>;
235
+ }
236
+
237
+ declare enum FoButtonTypeEnum {
238
+ primary = "primary",
239
+ secondary = "secondary",
240
+ link = "link"
241
+ }
242
+ declare enum BoButtonTypeEnum {
243
+ primary = "primary",
244
+ secondary = "secondary",
245
+ link = "link",
246
+ info = "info",
247
+ warning = "warning",
248
+ success = "success",
249
+ danger = "danger",
250
+ dangerOutline = "danger-outline",
251
+ light = "light"
252
+ }
253
+ declare enum ButtonIconSizeEnum {
254
+ default = "default",
255
+ small = "small",
256
+ xsmall = "xsmall"
257
+ }
258
+ declare enum ButtonPositionEnum {
259
+ left = "left",
260
+ right = "right"
261
+ }
262
+ declare enum TypeTooltipEnum {
263
+ tooltip = "tooltip",
264
+ popover = "popover"
265
+ }
266
+ declare enum TriggerTooltipEnum {
267
+ click = "click",
268
+ hover = "hover"
269
+ }
270
+
271
+ declare class ResponsiveService {
272
+ checkIsMobileResolution$: BehaviorSubject<boolean>;
273
+ constructor();
274
+ private checkIsMobileResolution;
275
+ static ɵfac: i0.ɵɵFactoryDeclaration<ResponsiveService, never>;
276
+ static ɵprov: i0.ɵɵInjectableDeclaration<ResponsiveService>;
277
+ }
278
+
279
+ declare class DropdownItemDirective {
280
+ private elementRef;
281
+ ngOnInit(): void;
282
+ static ɵfac: i0.ɵɵFactoryDeclaration<DropdownItemDirective, never>;
283
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownItemDirective, "[cwDropdownItem]", never, {}, {}, never, never, true, never>;
284
+ }
285
+ declare class ButtonComponent implements OnInit {
286
+ private renderer;
287
+ responsiveService: ResponsiveService;
288
+ buttonPositionEnum: typeof ButtonPositionEnum;
289
+ type: FoButtonTypeEnum | BoButtonTypeEnum;
290
+ label: string;
291
+ id: string;
292
+ isDropdown?: boolean;
293
+ withIcon?: string;
294
+ withOnlyIcon?: boolean;
295
+ iconSize?: ButtonIconSizeEnum;
296
+ iconPosition?: ButtonPositionEnum;
297
+ dropdownPosition?: ButtonPositionEnum;
298
+ isMinWidth?: boolean;
299
+ isDisabled?: boolean;
300
+ withSpinner?: boolean;
301
+ cssClass?: string;
302
+ dataTest?: string;
303
+ withTooltip?: boolean;
304
+ tooltipText?: string;
305
+ tooltipTitle?: string;
306
+ tooltipTrigger?: TriggerTooltipEnum;
307
+ tooltipPosition?: ButtonPositionEnum;
308
+ tooltipType?: TypeTooltipEnum;
309
+ btnAction: EventEmitter<string>;
310
+ dropDownClicked: EventEmitter<boolean>;
311
+ dropdown: ElementRef | undefined;
312
+ dropdownMenu: ElementRef;
313
+ dropdownToggle: ElementRef;
314
+ isLoading: boolean;
315
+ iconSizeEnum: typeof IconSizeEnum;
316
+ readonly iconType: typeof IconTypeEnum;
317
+ readonly iconUiType: typeof IconUiTypeEnum;
318
+ readonly buttonIconSizeEnum: typeof ButtonIconSizeEnum;
319
+ placementCss: string;
320
+ isOpen: boolean;
321
+ tooltipRandomId: number;
322
+ isTooltipOpened: boolean;
323
+ typeTooltipEnum: typeof TypeTooltipEnum;
324
+ private focusOutInitialized;
325
+ constructor();
326
+ ngOnInit(): void;
327
+ getButtonClasses(): {
328
+ [x: string]: boolean;
329
+ 'btn-min-width': boolean;
330
+ 'btn-icon': boolean;
331
+ };
332
+ onBtnAction(): void;
333
+ toggleDropdown(): void;
334
+ onClickOutside(): void;
335
+ private setAriaExpanded;
336
+ private getPlacement;
337
+ private focusOut;
338
+ showTooltip(): void;
339
+ hideTooltip(): void;
340
+ onTooltipClickOutside(): void;
341
+ private getRandomId;
342
+ static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
343
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "cw-button", never, { "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "id": { "alias": "id"; "required": false; }; "isDropdown": { "alias": "isDropdown"; "required": false; }; "withIcon": { "alias": "withIcon"; "required": false; }; "withOnlyIcon": { "alias": "withOnlyIcon"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "dropdownPosition": { "alias": "dropdownPosition"; "required": false; }; "isMinWidth": { "alias": "isMinWidth"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "withSpinner": { "alias": "withSpinner"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "dataTest": { "alias": "dataTest"; "required": false; }; "withTooltip": { "alias": "withTooltip"; "required": false; }; "tooltipText": { "alias": "tooltipText"; "required": false; }; "tooltipTitle": { "alias": "tooltipTitle"; "required": false; }; "tooltipTrigger": { "alias": "tooltipTrigger"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "tooltipType": { "alias": "tooltipType"; "required": false; }; }, { "btnAction": "btnAction"; "dropDownClicked": "dropDownClicked"; }, never, ["*"], true, never>;
344
+ }
345
+
346
+ declare class DropdownComponent {
347
+ id?: string;
348
+ title: string;
349
+ icon: string;
350
+ btnCustom: boolean;
351
+ btnCssClass: string;
352
+ menuClass: string;
353
+ placement: 'bottom-start' | 'bottom-end' | 'top-start' | 'top-end' | 'left-start' | 'right-start';
354
+ autoClose: boolean;
355
+ opened: i0.OutputEmitterRef<void>;
356
+ closed: i0.OutputEmitterRef<void>;
357
+ dropdownElement: ElementRef;
358
+ dropdownMenu: ElementRef;
359
+ dropdownToggle: ElementRef;
360
+ protected isOpen: i0.WritableSignal<boolean>;
361
+ get dropdownId(): string;
362
+ get placementCss(): string;
363
+ ngAfterViewInit(): void;
364
+ toggleDropdown(): void;
365
+ openDropdown(): void;
366
+ closeDropdown(): void;
367
+ onClickOutside(): void;
368
+ static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
369
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "cw-dropdown", never, { "id": { "alias": "id"; "required": false; }; "title": { "alias": "title"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "btnCustom": { "alias": "btnCustom"; "required": false; }; "btnCssClass": { "alias": "btnCssClass"; "required": false; }; "menuClass": { "alias": "menuClass"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "autoClose": { "alias": "autoClose"; "required": false; }; }, { "opened": "opened"; "closed": "closed"; }, never, ["[button]", "*"], true, never>;
370
+ }
371
+
372
+ declare enum FormFieldTypeEnum {
373
+ text = "text",
374
+ date = "date",
375
+ time = "time",
376
+ dateTime = "datetime-local",
377
+ textarea = "textarea",
378
+ select = "select",
379
+ range = "range",
380
+ radio = "radio",
381
+ radioInline = "radioInline",
382
+ radioButton = "radioButton",
383
+ checkbox = "checkbox",
384
+ checkboxInline = "checkboxInline",
385
+ checkboxButton = "checkboxButton",
386
+ switch = "switch",
387
+ switchSmall = "switchSmall",
388
+ ngSelect = "ngSelect",
389
+ ngSelectMultiple = "ngSelectMultiple",
390
+ number = "number",
391
+ color = "color",
392
+ file = "file",
393
+ password = "password",
394
+ email = "email",
395
+ slider = "slider",
396
+ dateToDate = "dateToDate",
397
+ datePlusOne = "datePlusOne",
398
+ datePlusTwo = "datePlusTwo",
399
+ datePlusSeven = "datePlusSeven",
400
+ dateComplexe = "dateComplexe",
401
+ dateTimeToDateTime = "dateTimeToDateTime",
402
+ timeToTime = "timeToTime"
403
+ }
404
+ interface FormFieldOption {
405
+ value: string;
406
+ label: string;
407
+ }
408
+ interface FormFieldRangeOption {
409
+ floor: number;
410
+ ceil: number;
411
+ step: number;
412
+ unit?: string;
413
+ }
414
+
415
+ declare function rangeValidator(group: AbstractControl, type: 'date' | 'time' | 'datetime'): ValidationErrors | null;
416
+ declare class FormFieldComponent implements OnInit {
417
+ control: AbstractControl;
418
+ formGroup: FormGroup;
419
+ type: FormFieldTypeEnum;
420
+ label: string;
421
+ displayLabel: boolean;
422
+ name: string;
423
+ placeholder: string;
424
+ options: FormFieldOption[];
425
+ rangeOptions: FormFieldRangeOption;
426
+ isRequired: boolean;
427
+ help?: string;
428
+ tooltip: string;
429
+ addonLeft?: TemplateRef<any>;
430
+ addonRight?: TemplateRef<any>;
431
+ isInAddon?: boolean;
432
+ isReadonly?: boolean;
433
+ isDisabled?: boolean;
434
+ sliderValue: number;
435
+ sliderOptions: Options;
436
+ cssClass?: string;
437
+ refreshEvent: EventEmitter<void>;
438
+ textChanged: EventEmitter<string>;
439
+ optionTemplate?: TemplateRef<any>;
440
+ labelTemplate?: TemplateRef<any>;
441
+ typeField: typeof FormFieldTypeEnum;
442
+ get hostClasses(): string;
443
+ constructor();
444
+ get isRange(): boolean;
445
+ get formControl(): FormControl;
446
+ get controlOrGroup(): AbstractControl<any, any, any>;
447
+ ngOnInit(): void;
448
+ onCheckboxChange(event: Event): void;
449
+ onBlur(): void;
450
+ isInInputGroup(): boolean;
451
+ getControl(path: 'start' | 'end'): FormControl | null;
452
+ getInputType(): string;
453
+ onClearFieldPeriod(path: 'start' | 'end'): void;
454
+ onClearField(control: FormControl): void;
455
+ onDateAddDay(direction: 'prev' | 'next'): void;
456
+ onTodayAddDay(days: number): void;
457
+ onRefresh(): void;
458
+ private getDateValue;
459
+ private formatDate;
460
+ getRangePercent(): number;
461
+ onRangeStep(direction: 'increase' | 'decrease'): void;
462
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldComponent, never>;
463
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "cw-form-field", never, { "control": { "alias": "control"; "required": false; }; "formGroup": { "alias": "formGroup"; "required": false; }; "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "displayLabel": { "alias": "displayLabel"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "options": { "alias": "options"; "required": false; }; "rangeOptions": { "alias": "rangeOptions"; "required": false; }; "isRequired": { "alias": "isRequired"; "required": false; }; "help": { "alias": "help"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "addonLeft": { "alias": "addonLeft"; "required": false; }; "addonRight": { "alias": "addonRight"; "required": false; }; "isInAddon": { "alias": "isInAddon"; "required": false; }; "isReadonly": { "alias": "isReadonly"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "sliderValue": { "alias": "sliderValue"; "required": false; }; "sliderOptions": { "alias": "sliderOptions"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; }, { "refreshEvent": "refreshEvent"; "textChanged": "textChanged"; }, ["optionTemplate", "labelTemplate"], never, true, never>;
464
+ }
465
+
466
+ declare class IconComponent implements OnInit {
467
+ icon: string;
468
+ font: string;
469
+ label?: string;
470
+ type?: IconTypeEnum;
471
+ iconSize?: IconSizeEnum;
472
+ iconCssClass?: string;
473
+ iconUiType?: IconUiTypeEnum;
474
+ iconColorCustom?: string;
475
+ iconTypeEnum: typeof IconTypeEnum;
476
+ iconClass: string;
477
+ constructor();
478
+ get hostClasses(): string;
479
+ ngOnInit(): void;
480
+ static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
481
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "cw-icon", never, { "icon": { "alias": "icon"; "required": false; }; "font": { "alias": "font"; "required": false; }; "label": { "alias": "label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; "iconCssClass": { "alias": "iconCssClass"; "required": false; }; "iconUiType": { "alias": "iconUiType"; "required": false; }; "iconColorCustom": { "alias": "iconColorCustom"; "required": false; }; }, {}, never, never, true, never>;
482
+ }
483
+
484
+ declare class IconNotificationComponent implements OnInit {
485
+ type?: IconNotifTypeEnum;
486
+ iconSize?: IconNotifSizeEnum;
487
+ icon: string;
488
+ label: string;
489
+ constructor();
490
+ get hostClasses(): string;
491
+ ngOnInit(): void;
492
+ static ɵfac: i0.ɵɵFactoryDeclaration<IconNotificationComponent, never>;
493
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconNotificationComponent, "cw-icon-notification", never, { "type": { "alias": "type"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; }, {}, never, never, true, never>;
494
+ }
495
+
496
+ declare enum LegendTypeEnum {
497
+ icon = "icon",
498
+ badge = "badge",
499
+ color = "color"
500
+ }
501
+
502
+ declare enum UiTypeEnum {
503
+ primary = "primary",
504
+ secondary = "secondary",
505
+ light = "light",
506
+ info = "info",
507
+ success = "success",
508
+ warning = "warning",
509
+ danger = "danger",
510
+ link = "link",
511
+ dark = "dark",
512
+ custom = "custom"
513
+ }
514
+
515
+ interface DataLegend {
516
+ label: string;
517
+ type: LegendTypeEnum;
518
+ labelBadge?: string;
519
+ colorUi?: UiTypeEnum;
520
+ colorBadge?: BadgeTypeEnum;
521
+ colorCustom?: string;
522
+ icon?: string;
523
+ }
524
+ interface Legend {
525
+ title?: string;
526
+ data: DataLegend[];
527
+ }
528
+
529
+ declare class LegendComponent {
530
+ legend: Legend;
531
+ displayInline: boolean;
532
+ legendTypeEnum: typeof LegendTypeEnum;
533
+ constructor();
534
+ static ɵfac: i0.ɵɵFactoryDeclaration<LegendComponent, never>;
535
+ static ɵcmp: i0.ɵɵComponentDeclaration<LegendComponent, "cw-legend", never, { "legend": { "alias": "legend"; "required": false; }; "displayInline": { "alias": "displayInline"; "required": false; }; }, {}, never, never, true, never>;
536
+ }
537
+
538
+ declare class LoaderComponent {
539
+ constructor();
540
+ static ɵfac: i0.ɵɵFactoryDeclaration<LoaderComponent, never>;
541
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "cw-loader", never, {}, {}, never, never, true, never>;
542
+ }
543
+
544
+ declare enum ModalsType {
545
+ delete = "delete",
546
+ loader = "loader",
547
+ quickSideView = "quicksideview",
548
+ custom = "custom"
549
+ }
550
+
551
+ declare class ModalsComponent implements OnInit {
552
+ activeModal: NgbActiveModal;
553
+ private translateService;
554
+ type: ModalsType;
555
+ modalTitle: string;
556
+ itemsToDelete: any[];
557
+ itemsToDeleteTitle: any;
558
+ labelBtnAction: string;
559
+ customBodyTemplate?: TemplateRef<any>;
560
+ customBodyContext?: any;
561
+ btnAction: EventEmitter<string>;
562
+ modalsType: typeof ModalsType;
563
+ buttonTypeEnum: typeof BoButtonTypeEnum;
564
+ constructor(activeModal: NgbActiveModal, translateService: TranslateService);
565
+ ngOnInit(): void;
566
+ actionClick(): void;
567
+ static ɵfac: i0.ɵɵFactoryDeclaration<ModalsComponent, never>;
568
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalsComponent, "cw-modals", never, { "type": { "alias": "type"; "required": false; }; "modalTitle": { "alias": "modalTitle"; "required": false; }; "itemsToDelete": { "alias": "itemsToDelete"; "required": false; }; "itemsToDeleteTitle": { "alias": "itemsToDeleteTitle"; "required": false; }; "labelBtnAction": { "alias": "labelBtnAction"; "required": false; }; "customBodyTemplate": { "alias": "customBodyTemplate"; "required": false; }; "customBodyContext": { "alias": "customBodyContext"; "required": false; }; }, { "btnAction": "btnAction"; }, never, never, true, never>;
569
+ }
570
+
571
+ declare class TabContentComponent {
572
+ title: string;
573
+ disabled: boolean;
574
+ withIcon?: string;
575
+ id: number;
576
+ active: boolean;
577
+ get fragment(): string;
578
+ static ɵfac: i0.ɵɵFactoryDeclaration<TabContentComponent, never>;
579
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabContentComponent, "cw-tab-content", never, { "title": { "alias": "title"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "withIcon": { "alias": "withIcon"; "required": false; }; }, {}, never, ["*"], true, never>;
580
+ }
581
+
582
+ declare enum FoTabTypeEnum {
583
+ defaultMd = "default-md",
584
+ defaultXl = "default-xl"
585
+ }
586
+ declare enum BoTabTypeEnum {
587
+ basic = "basic",
588
+ card = "card"
589
+ }
590
+
591
+ declare class TabComponent implements AfterContentInit {
592
+ private router;
593
+ private route;
594
+ type: FoTabTypeEnum | BoTabTypeEnum;
595
+ id: string;
596
+ useFragment: boolean;
597
+ title?: string;
598
+ tabContentCssClass?: string;
599
+ activeTabIndex?: number;
600
+ tabs: QueryList<TabContentComponent>;
601
+ tabLinks: QueryList<ElementRef>;
602
+ tabChanged: EventEmitter<number>;
603
+ activeId: number;
604
+ iconSize: IconSizeEnum;
605
+ readonly tabTypeEnum: typeof BoTabTypeEnum;
606
+ constructor(router: Router, route: ActivatedRoute);
607
+ ngAfterContentInit(): void;
608
+ selectTab(tab: TabContentComponent): void;
609
+ private activateTabByIndex;
610
+ onKeydown(event: KeyboardEvent): void;
611
+ private moveFocus;
612
+ private selectPreviousTab;
613
+ private selectNextTab;
614
+ static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
615
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "cw-tab", never, { "type": { "alias": "type"; "required": false; }; "id": { "alias": "id"; "required": false; }; "useFragment": { "alias": "useFragment"; "required": false; }; "title": { "alias": "title"; "required": false; }; "tabContentCssClass": { "alias": "tabContentCssClass"; "required": false; }; "activeTabIndex": { "alias": "activeTabIndex"; "required": false; }; }, { "tabChanged": "tabChanged"; }, ["tabs"], ["*"], true, never>;
616
+ }
617
+
618
+ declare class WizardStepComponent {
619
+ title: string;
620
+ completed: boolean;
621
+ templateRef: TemplateRef<any>;
622
+ static ɵfac: i0.ɵɵFactoryDeclaration<WizardStepComponent, never>;
623
+ static ɵcmp: i0.ɵɵComponentDeclaration<WizardStepComponent, "cw-wizard-step", never, { "title": { "alias": "title"; "required": false; }; "completed": { "alias": "completed"; "required": false; }; }, {}, never, ["*"], true, never>;
624
+ }
625
+
626
+ declare class WizardStepperComponent {
627
+ steps: QueryList<WizardStepComponent>;
628
+ stepChange: EventEmitter<number>;
629
+ stepNext: EventEmitter<number>;
630
+ stepPrevious: EventEmitter<number>;
631
+ stepEnd: EventEmitter<number>;
632
+ selectedIndex: number;
633
+ get stepList(): WizardStepComponent[];
634
+ goToStep(index: number): void;
635
+ nextStep(): void;
636
+ previousStep(): void;
637
+ endWizard(): void;
638
+ static ɵfac: i0.ɵɵFactoryDeclaration<WizardStepperComponent, never>;
639
+ static ɵcmp: i0.ɵɵComponentDeclaration<WizardStepperComponent, "cw-wizard-stepper", never, {}, { "stepChange": "stepChange"; "stepNext": "stepNext"; "stepPrevious": "stepPrevious"; "stepEnd": "stepEnd"; }, ["steps"], never, true, never>;
640
+ }
641
+
642
+ declare class StepperComponent {
643
+ activeStep: number;
644
+ steps: string[];
645
+ label: string;
646
+ static ɵfac: i0.ɵɵFactoryDeclaration<StepperComponent, never>;
647
+ static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "cw-stepper", never, { "activeStep": { "alias": "activeStep"; "required": false; }; "steps": { "alias": "steps"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, true, never>;
648
+ }
649
+
650
+ interface Attachment {
651
+ id?: string;
652
+ internalId?: number;
653
+ url: string;
654
+ label: string;
655
+ extension?: string;
656
+ size?: number;
657
+ }
658
+
659
+ declare class FileToDownloadComponent {
660
+ translate: TranslateService;
661
+ readonly iconType: typeof IconTypeEnum;
662
+ readonly iconSize: typeof IconSizeEnum;
663
+ attachments: Attachment[];
664
+ static ɵfac: i0.ɵɵFactoryDeclaration<FileToDownloadComponent, never>;
665
+ static ɵcmp: i0.ɵɵComponentDeclaration<FileToDownloadComponent, "cw-file-to-download", never, { "attachments": { "alias": "attachments"; "required": false; }; }, {}, never, never, true, never>;
666
+ }
667
+
668
+ declare enum NumericalRangeTypeEnum {
669
+ defaultWhite = "default-white",
670
+ defaultGrey = "default-grey",
671
+ smallWhite = "small-white",
672
+ smalltGrey = "small-grey",
673
+ largeWhite = "large-white",
674
+ largeGrey = "large-grey"
675
+ }
676
+ declare enum NumericalRangeLabelPositionEnum {
677
+ inside = "inside",
678
+ outside = "outside"
679
+ }
680
+
681
+ declare class NumericalRangeComponent implements OnInit {
682
+ type: NumericalRangeTypeEnum;
683
+ label: string;
684
+ amount: number;
685
+ withIcon?: string;
686
+ withLabelVisible?: boolean;
687
+ labelPosition: NumericalRangeLabelPositionEnum;
688
+ ceil?: number;
689
+ floor?: number;
690
+ isDisabled?: boolean;
691
+ autoChangeAmount?: boolean;
692
+ newAmount: EventEmitter<number>;
693
+ readonly numericalRangeType: typeof NumericalRangeTypeEnum;
694
+ readonly iconTypeEnum: typeof IconTypeEnum;
695
+ readonly iconSize: typeof IconSizeEnum;
696
+ readonly labelPositionValue: typeof NumericalRangeLabelPositionEnum;
697
+ readonly buttonType: typeof BoButtonTypeEnum;
698
+ readonly buttonIconSize: typeof ButtonIconSizeEnum;
699
+ public: any;
700
+ ngOnInit(): void;
701
+ increaseAmount(): void;
702
+ decreaseAmount(): void;
703
+ static ɵfac: i0.ɵɵFactoryDeclaration<NumericalRangeComponent, never>;
704
+ static ɵcmp: i0.ɵɵComponentDeclaration<NumericalRangeComponent, "cw-numerical-range", never, { "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "amount": { "alias": "amount"; "required": false; }; "withIcon": { "alias": "withIcon"; "required": false; }; "withLabelVisible": { "alias": "withLabelVisible"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "ceil": { "alias": "ceil"; "required": false; }; "floor": { "alias": "floor"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "autoChangeAmount": { "alias": "autoChangeAmount"; "required": false; }; }, { "newAmount": "newAmount"; }, never, never, true, never>;
705
+ }
706
+
707
+ declare class ImageComponent {
708
+ source: string;
709
+ alt: string;
710
+ isAriaHidden: boolean;
711
+ cssClass: string;
712
+ width: string;
713
+ height: string;
714
+ static ɵfac: i0.ɵɵFactoryDeclaration<ImageComponent, never>;
715
+ static ɵcmp: i0.ɵɵComponentDeclaration<ImageComponent, "cw-image", never, { "source": { "alias": "source"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "isAriaHidden": { "alias": "isAriaHidden"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; }, {}, never, never, true, never>;
716
+ }
717
+
718
+ declare class ClickOutsideDirective {
719
+ private elementRef;
720
+ clickOutside: EventEmitter<void>;
721
+ onClick(event: MouseEvent): void;
722
+ constructor(elementRef: ElementRef);
723
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideDirective, never>;
724
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[clickOutside]", never, {}, { "clickOutside": "clickOutside"; }, never, never, true, never>;
725
+ }
726
+
727
+ declare enum PlacementEnum {
728
+ Left = "left",
729
+ Right = "right"
730
+ }
731
+
732
+ declare class ModalsService {
733
+ private modalService;
734
+ constructor(modalService: NgbModal);
735
+ openModal(type: ModalsType, config?: Partial<ModalsComponent>, sizeOverride?: 'sm' | 'md' | 'lg' | 'xl' | 'xxl'): NgbModalRef;
736
+ private getModalSizeByType;
737
+ static ɵfac: i0.ɵɵFactoryDeclaration<ModalsService, never>;
738
+ static ɵprov: i0.ɵɵInjectableDeclaration<ModalsService>;
739
+ }
740
+
741
+ declare class FocusTrackerService implements OnDestroy {
742
+ private lastFocusedElement;
743
+ private focusListener;
744
+ constructor();
745
+ private onFocus;
746
+ getFocusedElement(): HTMLElement | null;
747
+ ngOnDestroy(): void;
748
+ static ɵfac: i0.ɵɵFactoryDeclaration<FocusTrackerService, never>;
749
+ static ɵprov: i0.ɵɵInjectableDeclaration<FocusTrackerService>;
750
+ }
751
+
752
+ interface DataCustomList {
753
+ label: string;
754
+ value: any;
755
+ type?: 'date' | 'boolean' | 'text' | 'html';
756
+ translateValue?: boolean;
757
+ context?: any;
758
+ hideIfEmpty?: boolean;
759
+ }
760
+ interface DataCustomListGroup {
761
+ title?: string;
762
+ fields: DataCustomList[];
763
+ }
764
+
765
+ export { AccordionComponent, AlertComponent, AlertTypeEnum, BadgeComponent, BadgePositionEnum, BadgeTypeEnum, BoButtonTypeEnum, BoTabTypeEnum, ButtonComponent, ButtonIconSizeEnum, ButtonPositionEnum, CardComponent, CardTitleRankEnum, CardTypeEnum, ClickOutsideDirective, CollapseDirective, DropdownComponent, DropdownItemDirective, FileToDownloadComponent, FoButtonTypeEnum, FoTabTypeEnum, FocusTrackerService, FormFieldComponent, FormFieldTypeEnum, IconComponent, IconNotifSizeEnum, IconNotifTypeEnum, IconNotificationComponent, IconSizeEnum, IconTypeEnum, IconUiTypeEnum, ImageComponent, LegendComponent, LegendTypeEnum, LoaderComponent, ModalsComponent, ModalsService, ModalsType, NumericalRangeComponent, NumericalRangeLabelPositionEnum, NumericalRangeTypeEnum, PlacementEnum, ResponsiveService, StepperComponent, TabComponent, TabContentComponent, ToastComponent, ToastService, TriggerTooltipEnum, TypeTooltipEnum, WizardStepComponent, WizardStepperComponent, rangeValidator };
766
+ export type { Attachment, DataCustomList, DataCustomListGroup, DataLegend, FormFieldOption, FormFieldRangeOption, Legend, ShowToastOptions, Toast, ToastAction };