@cauca-911/material 21.0.1-beta.5 → 21.0.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 (240) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +5 -24
  3. package/{src/assets → assets}/i18n/cauca/en-material.json +104 -104
  4. package/{src/assets → assets}/i18n/cauca/es-material.json +104 -104
  5. package/{src/assets → assets}/i18n/cauca/fr-material.json +106 -106
  6. package/fesm2022/cauca-911-material.mjs +4137 -0
  7. package/fesm2022/cauca-911-material.mjs.map +1 -0
  8. package/package.json +17 -2
  9. package/types/cauca-911-material.d.ts +745 -0
  10. package/.eslintrc.json +0 -79
  11. package/README_PACKAGE.md +0 -5
  12. package/karma.conf.js +0 -50
  13. package/ng-package.json +0 -7
  14. package/src/lib/cauca-material.component.html +0 -1
  15. package/src/lib/cauca-material.component.spec.ts +0 -29
  16. package/src/lib/cauca-material.component.ts +0 -12
  17. package/src/lib/cauca-material.service.spec.ts +0 -16
  18. package/src/lib/cauca-material.service.ts +0 -7
  19. package/src/lib/components/button/button.component.html +0 -52
  20. package/src/lib/components/button/button.component.scss +0 -6
  21. package/src/lib/components/button/button.component.spec.ts +0 -142
  22. package/src/lib/components/button/button.component.ts +0 -22
  23. package/src/lib/components/buttons/base-button.ts +0 -35
  24. package/src/lib/components/buttons/basic-button/basic-button.component.html +0 -5
  25. package/src/lib/components/buttons/basic-button/basic-button.component.scss +0 -12
  26. package/src/lib/components/buttons/basic-button/basic-button.component.spec.ts +0 -106
  27. package/src/lib/components/buttons/basic-button/basic-button.component.ts +0 -17
  28. package/src/lib/components/buttons/fab-button/fab-button.component.html +0 -3
  29. package/src/lib/components/buttons/fab-button/fab-button.component.scss +0 -12
  30. package/src/lib/components/buttons/fab-button/fab-button.component.spec.ts +0 -82
  31. package/src/lib/components/buttons/fab-button/fab-button.component.ts +0 -16
  32. package/src/lib/components/buttons/flat-button/flat-button.component.html +0 -5
  33. package/src/lib/components/buttons/flat-button/flat-button.component.scss +0 -12
  34. package/src/lib/components/buttons/flat-button/flat-button.component.spec.ts +0 -106
  35. package/src/lib/components/buttons/flat-button/flat-button.component.ts +0 -17
  36. package/src/lib/components/buttons/icon-button/icon-button.component.html +0 -3
  37. package/src/lib/components/buttons/icon-button/icon-button.component.scss +0 -23
  38. package/src/lib/components/buttons/icon-button/icon-button.component.spec.ts +0 -38
  39. package/src/lib/components/buttons/icon-button/icon-button.component.ts +0 -15
  40. package/src/lib/components/buttons/link-button/link-button.component.html +0 -1
  41. package/src/lib/components/buttons/link-button/link-button.component.scss +0 -3
  42. package/src/lib/components/buttons/link-button/link-button.component.spec.ts +0 -97
  43. package/src/lib/components/buttons/link-button/link-button.component.ts +0 -25
  44. package/src/lib/components/buttons/menu-item/menu-item.component.html +0 -5
  45. package/src/lib/components/buttons/menu-item/menu-item.component.scss +0 -6
  46. package/src/lib/components/buttons/menu-item/menu-item.component.spec.ts +0 -66
  47. package/src/lib/components/buttons/menu-item/menu-item.component.ts +0 -19
  48. package/src/lib/components/buttons/raised-button/raised-button.component.html +0 -5
  49. package/src/lib/components/buttons/raised-button/raised-button.component.scss +0 -12
  50. package/src/lib/components/buttons/raised-button/raised-button.component.spec.ts +0 -108
  51. package/src/lib/components/buttons/raised-button/raised-button.component.ts +0 -17
  52. package/src/lib/components/buttons/refresh-button/refresh-button.component.html +0 -1
  53. package/src/lib/components/buttons/refresh-button/refresh-button.component.scss +0 -0
  54. package/src/lib/components/buttons/refresh-button/refresh-button.component.spec.ts +0 -81
  55. package/src/lib/components/buttons/refresh-button/refresh-button.component.ts +0 -19
  56. package/src/lib/components/buttons/round-button/round-button.component.html +0 -3
  57. package/src/lib/components/buttons/round-button/round-button.component.scss +0 -34
  58. package/src/lib/components/buttons/round-button/round-button.component.spec.ts +0 -26
  59. package/src/lib/components/buttons/round-button/round-button.component.ts +0 -14
  60. package/src/lib/components/buttons/stroked-button/stroked-button.component.html +0 -5
  61. package/src/lib/components/buttons/stroked-button/stroked-button.component.scss +0 -23
  62. package/src/lib/components/buttons/stroked-button/stroked-button.component.spec.ts +0 -114
  63. package/src/lib/components/buttons/stroked-button/stroked-button.component.ts +0 -17
  64. package/src/lib/components/cauca-date-time-picker/cauca-date-time-picker.component.html +0 -9
  65. package/src/lib/components/cauca-date-time-picker/cauca-date-time-picker.component.scss +0 -7
  66. package/src/lib/components/cauca-date-time-picker/cauca-date-time-picker.component.spec.ts +0 -68
  67. package/src/lib/components/cauca-date-time-picker/cauca-date-time-picker.component.ts +0 -155
  68. package/src/lib/components/cauca-date-time-picker/components/desktop-time-picker/desktop-time-picker.component.html +0 -6
  69. package/src/lib/components/cauca-date-time-picker/components/desktop-time-picker/desktop-time-picker.component.scss +0 -25
  70. package/src/lib/components/cauca-date-time-picker/components/desktop-time-picker/desktop-time-picker.component.spec.ts +0 -23
  71. package/src/lib/components/cauca-date-time-picker/components/desktop-time-picker/desktop-time-picker.component.ts +0 -23
  72. package/src/lib/components/cauca-date-time-picker/components/dialog-date-time-picker/dialog-date-time-picker.component.html +0 -77
  73. package/src/lib/components/cauca-date-time-picker/components/dialog-date-time-picker/dialog-date-time-picker.component.scss +0 -124
  74. package/src/lib/components/cauca-date-time-picker/components/dialog-date-time-picker/dialog-date-time-picker.component.spec.ts +0 -96
  75. package/src/lib/components/cauca-date-time-picker/components/dialog-date-time-picker/dialog-date-time-picker.component.ts +0 -228
  76. package/src/lib/components/cauca-date-time-picker/components/mobile-time-picker/mobile-time-picker.component.html +0 -9
  77. package/src/lib/components/cauca-date-time-picker/components/mobile-time-picker/mobile-time-picker.component.scss +0 -15
  78. package/src/lib/components/cauca-date-time-picker/components/mobile-time-picker/mobile-time-picker.component.spec.ts +0 -105
  79. package/src/lib/components/cauca-date-time-picker/components/mobile-time-picker/mobile-time-picker.component.ts +0 -48
  80. package/src/lib/components/cauca-date-time-picker/models/dialog-date-time-picker-data.ts +0 -29
  81. package/src/lib/components/deprecated-components/cauca-input-file/cauca-input-file.component.html +0 -14
  82. package/src/lib/components/deprecated-components/cauca-input-file/cauca-input-file.component.scss +0 -3
  83. package/src/lib/components/deprecated-components/cauca-input-file/cauca-input-file.component.ts +0 -87
  84. package/src/lib/components/deprecated-components/cauca-input-multiple-langue/cauca-input-multiple-langue.component.html +0 -12
  85. package/src/lib/components/deprecated-components/cauca-input-multiple-langue/cauca-input-multiple-langue.component.scss +0 -3
  86. package/src/lib/components/deprecated-components/cauca-input-multiple-langue/cauca-input-multiple-langue.component.spec.ts +0 -35
  87. package/src/lib/components/deprecated-components/cauca-input-multiple-langue/cauca-input-multiple-langue.component.ts +0 -57
  88. package/src/lib/components/deprecated-components/cauca-menu-vertical/cauca-menu-vertical.component.html +0 -49
  89. package/src/lib/components/deprecated-components/cauca-menu-vertical/cauca-menu-vertical.component.ts +0 -56
  90. package/src/lib/components/deprecated-components/cauca-simple-dialog/cauca-simple-dialog.component.html +0 -11
  91. package/src/lib/components/deprecated-components/cauca-simple-dialog/cauca-simple-dialog.component.scss +0 -4
  92. package/src/lib/components/deprecated-components/cauca-simple-dialog/cauca-simple-dialog.component.spec.ts +0 -39
  93. package/src/lib/components/deprecated-components/cauca-simple-dialog/cauca-simple-dialog.component.ts +0 -20
  94. package/src/lib/components/deprecated-components/cauca-slideshow/cauca-slideshow.component.html +0 -7
  95. package/src/lib/components/deprecated-components/cauca-slideshow/cauca-slideshow.component.scss +0 -41
  96. package/src/lib/components/deprecated-components/cauca-slideshow/cauca-slideshow.component.spec.ts +0 -24
  97. package/src/lib/components/deprecated-components/cauca-slideshow/cauca-slideshow.component.ts +0 -67
  98. package/src/lib/components/deprecated-components/shared/models/menu-item.ts +0 -11
  99. package/src/lib/components/deprecated-components/shared/models/simple-dialog-data.ts +0 -5
  100. package/src/lib/components/dialogs/alert-dialog/alert-dialog.component.html +0 -10
  101. package/src/lib/components/dialogs/alert-dialog/alert-dialog.component.scss +0 -14
  102. package/src/lib/components/dialogs/alert-dialog/alert-dialog.component.spec.ts +0 -90
  103. package/src/lib/components/dialogs/alert-dialog/alert-dialog.component.ts +0 -41
  104. package/src/lib/components/dialogs/confirm-dialog/confirm-dialog.component.html +0 -11
  105. package/src/lib/components/dialogs/confirm-dialog/confirm-dialog.component.scss +0 -29
  106. package/src/lib/components/dialogs/confirm-dialog/confirm-dialog.component.spec.ts +0 -137
  107. package/src/lib/components/dialogs/confirm-dialog/confirm-dialog.component.ts +0 -47
  108. package/src/lib/components/dialogs/delete-dialog/delete-dialog.component.html +0 -17
  109. package/src/lib/components/dialogs/delete-dialog/delete-dialog.component.scss +0 -14
  110. package/src/lib/components/dialogs/delete-dialog/delete-dialog.component.spec.ts +0 -96
  111. package/src/lib/components/dialogs/delete-dialog/delete-dialog.component.ts +0 -40
  112. package/src/lib/components/dialogs/delete-dialog/models/delete-dialog-data.spec.ts +0 -7
  113. package/src/lib/components/dialogs/delete-dialog/models/delete-dialog-data.ts +0 -5
  114. package/src/lib/components/dialogs/dialog-styles.css +0 -9
  115. package/src/lib/components/dialogs/dialog-styles.scss +0 -9
  116. package/src/lib/components/dialogs/error-dialog/error-dialog.component.html +0 -10
  117. package/src/lib/components/dialogs/error-dialog/error-dialog.component.scss +0 -10
  118. package/src/lib/components/dialogs/error-dialog/error-dialog.component.spec.ts +0 -91
  119. package/src/lib/components/dialogs/error-dialog/error-dialog.component.ts +0 -32
  120. package/src/lib/components/dialogs/services/dialog.service.spec.ts +0 -82
  121. package/src/lib/components/dialogs/services/dialog.service.ts +0 -107
  122. package/src/lib/components/dialogs/text-input-dialog/text-input-dialog.component.html +0 -24
  123. package/src/lib/components/dialogs/text-input-dialog/text-input-dialog.component.scss +0 -22
  124. package/src/lib/components/dialogs/text-input-dialog/text-input-dialog.component.spec.ts +0 -126
  125. package/src/lib/components/dialogs/text-input-dialog/text-input-dialog.component.ts +0 -66
  126. package/src/lib/components/inputs/color-picker/color-picker.component.html +0 -9
  127. package/src/lib/components/inputs/color-picker/color-picker.component.scss +0 -0
  128. package/src/lib/components/inputs/color-picker/color-picker.component.spec.ts +0 -29
  129. package/src/lib/components/inputs/color-picker/color-picker.component.ts +0 -111
  130. package/src/lib/components/inputs/date-range-picker/date-range-picker.component.html +0 -13
  131. package/src/lib/components/inputs/date-range-picker/date-range-picker.component.scss +0 -0
  132. package/src/lib/components/inputs/date-range-picker/date-range-picker.component.spec.ts +0 -80
  133. package/src/lib/components/inputs/date-range-picker/date-range-picker.component.ts +0 -46
  134. package/src/lib/components/inputs/dropdown-chip-autocomplete/dropdown-chip-autocomplete.component.html +0 -40
  135. package/src/lib/components/inputs/dropdown-chip-autocomplete/dropdown-chip-autocomplete.component.scss +0 -39
  136. package/src/lib/components/inputs/dropdown-chip-autocomplete/dropdown-chip-autocomplete.component.spec.ts +0 -135
  137. package/src/lib/components/inputs/dropdown-chip-autocomplete/dropdown-chip-autocomplete.component.ts +0 -263
  138. package/src/lib/components/inputs/password/password-criteria/password-criteria.component.html +0 -6
  139. package/src/lib/components/inputs/password/password-criteria/password-criteria.component.scss +0 -27
  140. package/src/lib/components/inputs/password/password-criteria/password-criteria.component.spec.ts +0 -90
  141. package/src/lib/components/inputs/password/password-criteria/password-criteria.component.ts +0 -17
  142. package/src/lib/components/inputs/password/password-criteria-viewer/password-criteria-viewer.component.html +0 -5
  143. package/src/lib/components/inputs/password/password-criteria-viewer/password-criteria-viewer.component.scss +0 -8
  144. package/src/lib/components/inputs/password/password-criteria-viewer/password-criteria-viewer.component.spec.ts +0 -98
  145. package/src/lib/components/inputs/password/password-criteria-viewer/password-criteria-viewer.component.ts +0 -16
  146. package/src/lib/components/inputs/password/password-input/password-input.component.html +0 -11
  147. package/src/lib/components/inputs/password/password-input/password-input.component.scss +0 -12
  148. package/src/lib/components/inputs/password/password-input/password-input.component.spec.ts +0 -141
  149. package/src/lib/components/inputs/password/password-input/password-input.component.ts +0 -67
  150. package/src/lib/components/inputs/password/password-selection/password-selection.component.html +0 -15
  151. package/src/lib/components/inputs/password/password-selection/password-selection.component.scss +0 -32
  152. package/src/lib/components/inputs/password/password-selection/password-selection.component.spec.ts +0 -138
  153. package/src/lib/components/inputs/password/password-selection/password-selection.component.ts +0 -101
  154. package/src/lib/components/inputs/select-with-search/select-with-search.component.html +0 -19
  155. package/src/lib/components/inputs/select-with-search/select-with-search.component.scss +0 -0
  156. package/src/lib/components/inputs/select-with-search/select-with-search.component.spec.ts +0 -215
  157. package/src/lib/components/inputs/select-with-search/select-with-search.component.ts +0 -108
  158. package/src/lib/components/layout/expandable-panel/expandable-panel.component.html +0 -14
  159. package/src/lib/components/layout/expandable-panel/expandable-panel.component.scss +0 -48
  160. package/src/lib/components/layout/expandable-panel/expandable-panel.component.spec.ts +0 -48
  161. package/src/lib/components/layout/expandable-panel/expandable-panel.component.ts +0 -19
  162. package/src/lib/components/layout/group-container/group-container.component.html +0 -6
  163. package/src/lib/components/layout/group-container/group-container.component.scss +0 -22
  164. package/src/lib/components/layout/group-container/group-container.component.spec.ts +0 -34
  165. package/src/lib/components/layout/group-container/group-container.component.ts +0 -14
  166. package/src/lib/components/layout/menu-expandable-panel/menu-expandable-panel.component.html +0 -13
  167. package/src/lib/components/layout/menu-expandable-panel/menu-expandable-panel.component.scss +0 -27
  168. package/src/lib/components/layout/menu-expandable-panel/menu-expandable-panel.component.spec.ts +0 -144
  169. package/src/lib/components/layout/menu-expandable-panel/menu-expandable-panel.component.ts +0 -52
  170. package/src/lib/components/layout/menu-expandable-panel-item/menu-expandable-panel-item.component.html +0 -4
  171. package/src/lib/components/layout/menu-expandable-panel-item/menu-expandable-panel-item.component.scss +0 -10
  172. package/src/lib/components/layout/menu-expandable-panel-item/menu-expandable-panel-item.component.spec.ts +0 -80
  173. package/src/lib/components/layout/menu-expandable-panel-item/menu-expandable-panel-item.component.ts +0 -28
  174. package/src/lib/components/layout/page-title/page-title.component.html +0 -35
  175. package/src/lib/components/layout/page-title/page-title.component.scss +0 -40
  176. package/src/lib/components/layout/page-title/page-title.component.spec.ts +0 -162
  177. package/src/lib/components/layout/page-title/page-title.component.ts +0 -28
  178. package/src/lib/components/layout/sections/main-section/main-section.component.html +0 -6
  179. package/src/lib/components/layout/sections/main-section/main-section.component.scss +0 -27
  180. package/src/lib/components/layout/sections/main-section/main-section.component.spec.ts +0 -42
  181. package/src/lib/components/layout/sections/main-section/main-section.component.ts +0 -13
  182. package/src/lib/components/layout/sections/section-column/section-column.component.html +0 -3
  183. package/src/lib/components/layout/sections/section-column/section-column.component.scss +0 -18
  184. package/src/lib/components/layout/sections/section-column/section-column.component.spec.ts +0 -35
  185. package/src/lib/components/layout/sections/section-column/section-column.component.ts +0 -12
  186. package/src/lib/components/layout/sections/section-field/section-field.component.html +0 -21
  187. package/src/lib/components/layout/sections/section-field/section-field.component.scss +0 -44
  188. package/src/lib/components/layout/sections/section-field/section-field.component.spec.ts +0 -74
  189. package/src/lib/components/layout/sections/section-field/section-field.component.ts +0 -22
  190. package/src/lib/components/list-paginator/list-paginator.component.html +0 -16
  191. package/src/lib/components/list-paginator/list-paginator.component.scss +0 -46
  192. package/src/lib/components/list-paginator/list-paginator.component.spec.ts +0 -248
  193. package/src/lib/components/list-paginator/list-paginator.component.ts +0 -81
  194. package/src/lib/components/misc/loading-error/loading-error.component.html +0 -11
  195. package/src/lib/components/misc/loading-error/loading-error.component.scss +0 -0
  196. package/src/lib/components/misc/loading-error/loading-error.component.spec.ts +0 -75
  197. package/src/lib/components/misc/loading-error/loading-error.component.ts +0 -18
  198. package/src/lib/components/misc/loading-spinner-indicator/loading-spinner-indicator.component.html +0 -3
  199. package/src/lib/components/misc/loading-spinner-indicator/loading-spinner-indicator.component.scss +0 -0
  200. package/src/lib/components/misc/loading-spinner-indicator/loading-spinner-indicator.component.spec.ts +0 -43
  201. package/src/lib/components/misc/loading-spinner-indicator/loading-spinner-indicator.component.ts +0 -16
  202. package/src/lib/components/misc/snack-bar/snack-bar.component.html +0 -16
  203. package/src/lib/components/misc/snack-bar/snack-bar.component.scss +0 -84
  204. package/src/lib/components/misc/snack-bar/snack-bar.component.spec.ts +0 -136
  205. package/src/lib/components/misc/snack-bar/snack-bar.component.ts +0 -39
  206. package/src/lib/components/notifications/saving-confirmed-box/saving-confirmed-box.component.html +0 -11
  207. package/src/lib/components/notifications/saving-confirmed-box/saving-confirmed-box.component.scss +0 -0
  208. package/src/lib/components/notifications/saving-confirmed-box/saving-confirmed-box.component.spec.ts +0 -67
  209. package/src/lib/components/notifications/saving-confirmed-box/saving-confirmed-box.component.ts +0 -15
  210. package/src/lib/components/notifications/saving-error-box/saving-error-box.component.html +0 -11
  211. package/src/lib/components/notifications/saving-error-box/saving-error-box.component.scss +0 -0
  212. package/src/lib/components/notifications/saving-error-box/saving-error-box.component.spec.ts +0 -77
  213. package/src/lib/components/notifications/saving-error-box/saving-error-box.component.ts +0 -17
  214. package/src/lib/components/presenters/badge/badge.component.html +0 -6
  215. package/src/lib/components/presenters/badge/badge.component.scss +0 -10
  216. package/src/lib/components/presenters/badge/badge.component.spec.ts +0 -41
  217. package/src/lib/components/presenters/badge/badge.component.ts +0 -18
  218. package/src/lib/components/presenters/icon/icon.component.scss +0 -9
  219. package/src/lib/components/presenters/icon/icon.component.spec.ts +0 -38
  220. package/src/lib/components/presenters/icon/icon.component.ts +0 -37
  221. package/src/lib/core/breadcrumb.service.spec.ts +0 -35
  222. package/src/lib/core/breadcrumb.service.ts +0 -24
  223. package/src/lib/core/directives/auto-trim-and-lower.directive.spec.ts +0 -22
  224. package/src/lib/core/directives/auto-trim-and-lower.directive.ts +0 -19
  225. package/src/lib/core/directives/form-error/form-error.module.ts +0 -21
  226. package/src/lib/core/directives/form-error/has-error-root.directive.ts +0 -31
  227. package/src/lib/core/directives/form-error/has-error.directive.ts +0 -95
  228. package/src/lib/core/loading-state.service.spec.ts +0 -57
  229. package/src/lib/core/loading-state.service.ts +0 -44
  230. package/src/lib/core/models/breadcrumb-location.ts +0 -6
  231. package/src/lib/core/models/password-validation.ts +0 -20
  232. package/src/lib/core/validators/password/password-validator.spec.ts +0 -155
  233. package/src/lib/core/validators/password/password-validator.ts +0 -30
  234. package/src/lib/provide-cauca-material.ts +0 -10
  235. package/src/public-api.ts +0 -70
  236. package/src/test.ts +0 -17
  237. package/tsconfig.lib.json +0 -18
  238. package/tsconfig.lib.prod.json +0 -4
  239. package/tsconfig.spec.json +0 -17
  240. /package/{src/assets → assets}/images/loading.gif +0 -0
@@ -0,0 +1,745 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { OnInit, InputSignal, OutputEmitterRef, Signal, WritableSignal, OnDestroy, DoCheck, ElementRef, TemplateRef, ModelSignal, AfterContentInit, ViewContainerRef, Provider, EnvironmentProviders, EventEmitter } from '@angular/core';
3
+ import * as i4 from '@angular/forms';
4
+ import { ControlValueAccessor, AbstractControl, ValidatorFn, UntypedFormGroup, FormControl, FormGroup, NgControl, FormControlDirective, FormControlName, UntypedFormControl } from '@angular/forms';
5
+ import { SubscriptSizing, MatFormFieldControl } from '@angular/material/form-field';
6
+ import { ComponentType } from '@angular/cdk/portal';
7
+ import * as rxjs from 'rxjs';
8
+ import { Observable, Subject } from 'rxjs';
9
+ import { BooleanInput } from '@angular/cdk/coercion';
10
+ import { MatAutocomplete, MatAutocompleteTrigger, MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
11
+ import { MatSelect } from '@angular/material/select';
12
+ import * as i3 from '@angular/common';
13
+ import { Configuration } from '@cauca-911/core';
14
+
15
+ declare class CaucaMaterialService {
16
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<CaucaMaterialService, never>;
17
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<CaucaMaterialService>;
18
+ }
19
+
20
+ declare class CaucaMaterialComponent {
21
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<CaucaMaterialComponent, never>;
22
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<CaucaMaterialComponent, "cauca-material", never, {}, {}, never, never, true, never>;
23
+ }
24
+
25
+ declare class CaucaDateTimePickerComponent implements ControlValueAccessor, OnInit {
26
+ readonly subscriptSizing: _angular_core.InputSignal<SubscriptSizing>;
27
+ readonly showTime: _angular_core.InputSignal<boolean>;
28
+ readonly label: _angular_core.InputSignal<string>;
29
+ readonly translateLabel: _angular_core.InputSignal<boolean>;
30
+ readonly stepHours: _angular_core.InputSignal<number>;
31
+ readonly stepMinutes: _angular_core.InputSignal<number>;
32
+ readonly stepSecondes: _angular_core.InputSignal<number>;
33
+ readonly minimumDate: _angular_core.InputSignal<Date>;
34
+ readonly maximumDate: _angular_core.InputSignal<Date>;
35
+ readonly showSeconds: _angular_core.InputSignal<boolean>;
36
+ readonly showFormat: _angular_core.InputSignal<string>;
37
+ readonly showClearButton: _angular_core.InputSignal<boolean>;
38
+ readonly showButtonIcons: _angular_core.InputSignal<boolean>;
39
+ readonly selectedChange: _angular_core.OutputEmitterRef<Date>;
40
+ control: AbstractControl;
41
+ readonly stringDate: _angular_core.WritableSignal<string>;
42
+ readonly isRequired: _angular_core.Signal<boolean>;
43
+ private readonly injector;
44
+ private readonly elementRef;
45
+ private readonly dialog;
46
+ private readonly datePipe;
47
+ private selectedDate;
48
+ set value(value: Date);
49
+ ngOnInit(): void;
50
+ showDialog(): void;
51
+ writeValue(date: Date): void;
52
+ registerOnChange(fn: any): void;
53
+ registerOnTouched(fn: any): void;
54
+ onChange: (value: Date) => Date;
55
+ onTouched: () => void;
56
+ private getDateTimePickerOptions;
57
+ private stringifyDate;
58
+ private getDialogPosition;
59
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<CaucaDateTimePickerComponent, never>;
60
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<CaucaDateTimePickerComponent, "cauca-date-time-picker", never, { "subscriptSizing": { "alias": "subscriptSizing"; "required": false; "isSignal": true; }; "showTime": { "alias": "showTime"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "translateLabel": { "alias": "translateLabel"; "required": false; "isSignal": true; }; "stepHours": { "alias": "stepHours"; "required": false; "isSignal": true; }; "stepMinutes": { "alias": "stepMinutes"; "required": false; "isSignal": true; }; "stepSecondes": { "alias": "stepSecondes"; "required": false; "isSignal": true; }; "minimumDate": { "alias": "minimumDate"; "required": false; "isSignal": true; }; "maximumDate": { "alias": "maximumDate"; "required": false; "isSignal": true; }; "showSeconds": { "alias": "showSeconds"; "required": false; "isSignal": true; }; "showFormat": { "alias": "showFormat"; "required": false; "isSignal": true; }; "showClearButton": { "alias": "showClearButton"; "required": false; "isSignal": true; }; "showButtonIcons": { "alias": "showButtonIcons"; "required": false; "isSignal": true; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
61
+ }
62
+
63
+ declare abstract class BaseButton {
64
+ colorOnHover: InputSignal<string>;
65
+ color: InputSignal<string>;
66
+ icon: InputSignal<string>;
67
+ iconAlignment: InputSignal<'left' | 'right'>;
68
+ isDisabled: InputSignal<boolean>;
69
+ isInProgress: InputSignal<boolean>;
70
+ iconColor: _angular_core.Signal<string>;
71
+ showIcon: _angular_core.Signal<boolean>;
72
+ iconToShow: _angular_core.Signal<string>;
73
+ buttonDisabled: _angular_core.Signal<boolean>;
74
+ buttonClick: OutputEmitterRef<void>;
75
+ isHovered: _angular_core.WritableSignal<boolean>;
76
+ onMouseEnter(): void;
77
+ onMouseLeave(): void;
78
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<BaseButton, never>;
79
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<BaseButton, never, never, { "colorOnHover": { "alias": "colorOnHover"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconAlignment": { "alias": "iconAlignment"; "required": false; "isSignal": true; }; "isDisabled": { "alias": "isDisabled"; "required": false; "isSignal": true; }; "isInProgress": { "alias": "isInProgress"; "required": false; "isSignal": true; }; }, { "buttonClick": "buttonClick"; }, never, never, true, never>;
80
+ }
81
+ declare abstract class BaseButtonWithLabel extends BaseButton {
82
+ translateLabel: InputSignal<boolean>;
83
+ label: InputSignal<string>;
84
+ small: InputSignal<boolean>;
85
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<BaseButtonWithLabel, never>;
86
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<BaseButtonWithLabel, never, never, { "translateLabel": { "alias": "translateLabel"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "small": { "alias": "small"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
87
+ }
88
+
89
+ declare class BasicButtonComponent extends BaseButtonWithLabel {
90
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<BasicButtonComponent, never>;
91
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<BasicButtonComponent, "cauca-basic-button", never, {}, {}, never, never, true, never>;
92
+ }
93
+
94
+ declare class FabButtonComponent extends BaseButtonWithLabel {
95
+ iconColor: _angular_core.Signal<string>;
96
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<FabButtonComponent, never>;
97
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<FabButtonComponent, "cauca-fab-button", never, {}, {}, never, never, true, never>;
98
+ }
99
+
100
+ declare class FlatButtonComponent extends BaseButtonWithLabel {
101
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<FlatButtonComponent, never>;
102
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<FlatButtonComponent, "cauca-flat-button", never, {}, {}, never, never, true, never>;
103
+ }
104
+
105
+ declare class IconButtonComponent extends BaseButton {
106
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<IconButtonComponent, never>;
107
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<IconButtonComponent, "cauca-icon-button", never, {}, {}, never, never, true, never>;
108
+ }
109
+
110
+ declare class LinkButtonComponent {
111
+ readonly segments: _angular_core.InputSignal<string[]>;
112
+ private readonly clipboard;
113
+ copyLink(): void;
114
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<LinkButtonComponent, never>;
115
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<LinkButtonComponent, "cauca-link-button", never, { "segments": { "alias": "segments"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
116
+ }
117
+
118
+ declare class MenuItemComponent extends BaseButtonWithLabel {
119
+ translateLabel: InputSignal<boolean>;
120
+ trigger: InputSignal<any>;
121
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<MenuItemComponent, never>;
122
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<MenuItemComponent, "cauca-menu-item", never, { "translateLabel": { "alias": "translateLabel"; "required": false; "isSignal": true; }; "trigger": { "alias": "trigger"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
123
+ }
124
+
125
+ declare class RaisedButtonComponent extends BaseButtonWithLabel {
126
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<RaisedButtonComponent, never>;
127
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<RaisedButtonComponent, "cauca-raised-button", never, {}, {}, never, never, true, never>;
128
+ }
129
+
130
+ declare class RefreshButtonComponent {
131
+ readonly inProgress: _angular_core.InputSignal<boolean>;
132
+ readonly refreshEvent: _angular_core.OutputEmitterRef<void>;
133
+ refresh(): void;
134
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<RefreshButtonComponent, never>;
135
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<RefreshButtonComponent, "cauca-refresh-button", never, { "inProgress": { "alias": "inProgress"; "required": false; "isSignal": true; }; }, { "refreshEvent": "refreshEvent"; }, never, never, true, never>;
136
+ }
137
+
138
+ declare class RoundButtonComponent extends BaseButtonWithLabel {
139
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<RoundButtonComponent, never>;
140
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<RoundButtonComponent, "cauca-round-button", never, {}, {}, never, never, true, never>;
141
+ }
142
+
143
+ declare class StrokedButtonComponent extends BaseButtonWithLabel {
144
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<StrokedButtonComponent, never>;
145
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<StrokedButtonComponent, "cauca-stroked-button", never, {}, {}, never, never, true, never>;
146
+ }
147
+
148
+ declare class ButtonComponent {
149
+ class: _angular_core.InputSignal<string>;
150
+ inProgress: _angular_core.InputSignal<boolean>;
151
+ disable: _angular_core.InputSignal<boolean>;
152
+ label: _angular_core.InputSignal<string>;
153
+ icon: _angular_core.InputSignal<string>;
154
+ color: _angular_core.InputSignal<string>;
155
+ type: _angular_core.InputSignal<"flat" | "basic" | "raised" | "stroked" | "icon" | "fab">;
156
+ buttonClick: _angular_core.OutputEmitterRef<void>;
157
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ButtonComponent, never>;
158
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ButtonComponent, "cauca-button", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "inProgress": { "alias": "inProgress"; "required": false; "isSignal": true; }; "disable": { "alias": "disable"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; }, { "buttonClick": "buttonClick"; }, never, never, true, never>;
159
+ }
160
+
161
+ declare class DialogService {
162
+ private readonly defaultConfirmationOptions;
163
+ private readonly translate;
164
+ private readonly dialog;
165
+ showDialog(title: string, message: string): Promise<any>;
166
+ showCustomDialog(component: ComponentType<unknown>, args: any, options?: any): Promise<any>;
167
+ askForConfirmation(title: string, message: string, args?: Partial<ConfirmationOptions>, options?: any): Promise<ConfirmationResult>;
168
+ askForDeleteConfirmation(name: string, type: string, translateType?: boolean): Promise<any>;
169
+ showDeletionError(name: string): Promise<any>;
170
+ input(inputOptions: InputOptions, optionsDialog?: any, value?: string, suffix?: string): Promise<{
171
+ result: ConfirmationResult;
172
+ value: string;
173
+ }>;
174
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DialogService, never>;
175
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<DialogService>;
176
+ }
177
+ interface ConfirmationOptions {
178
+ noText: string;
179
+ noColor: string;
180
+ noType?: 'basic' | 'raised' | 'stroked' | 'flat' | 'icon';
181
+ yesText: string;
182
+ yesColor: string;
183
+ yesType?: 'basic' | 'raised' | 'stroked' | 'flat' | 'icon';
184
+ messageArgs: any;
185
+ titleArgs: any;
186
+ }
187
+ declare enum ConfirmationResult {
188
+ Cancel = 0,
189
+ Yes = 1,
190
+ No = 2
191
+ }
192
+ interface InputOptions {
193
+ titleLabel: string;
194
+ validateButtonLabel: string;
195
+ cancelButtonLabel: string;
196
+ inputLabel: string;
197
+ useTextArea?: boolean;
198
+ validators?: ValidatorFn | ValidatorFn[];
199
+ }
200
+
201
+ declare class BreadcrumbLocation {
202
+ link?: string;
203
+ title: string;
204
+ translate?: boolean;
205
+ action?: () => void;
206
+ }
207
+
208
+ declare class BreadcrumbService {
209
+ showBreadcrumb: Signal<boolean>;
210
+ location: WritableSignal<BreadcrumbLocation[]>;
211
+ breadcrumb: WritableSignal<string>;
212
+ translateBreadcrumb: WritableSignal<boolean>;
213
+ private readonly isShown;
214
+ show(breadcrumb: string, location?: BreadcrumbLocation[], translateBreadcrumb?: boolean): void;
215
+ hide(): void;
216
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<BreadcrumbService, never>;
217
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<BreadcrumbService>;
218
+ }
219
+
220
+ declare class LoadingStateService {
221
+ showLoadingIndicator: Signal<boolean>;
222
+ showError: Signal<boolean>;
223
+ private readonly isLoading;
224
+ private readonly hasError;
225
+ showLoading(): void;
226
+ hideLoading(): void;
227
+ withLoadingIndicator<T>(observable$: Observable<T>): Observable<T>;
228
+ setAsInError(): void;
229
+ private startLoading;
230
+ private handleError;
231
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<LoadingStateService, never>;
232
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<LoadingStateService>;
233
+ }
234
+
235
+ declare class LoadingErrorComponent {
236
+ readonly retryRequest: _angular_core.OutputEmitterRef<void>;
237
+ readonly loadingState: LoadingStateService;
238
+ showError: _angular_core.Signal<boolean>;
239
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<LoadingErrorComponent, never>;
240
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<LoadingErrorComponent, "cauca-loading-error", never, {}, { "retryRequest": "retryRequest"; }, never, never, true, never>;
241
+ }
242
+
243
+ declare class LoadingSpinnerIndicatorComponent {
244
+ diameter: InputSignal<number>;
245
+ loadingState: LoadingStateService;
246
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<LoadingSpinnerIndicatorComponent, never>;
247
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<LoadingSpinnerIndicatorComponent, "cauca-loading-spinner-indicator", never, { "diameter": { "alias": "diameter"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
248
+ }
249
+
250
+ declare class SnackBarComponent {
251
+ icon: InputSignal<string>;
252
+ caption: InputSignal<string>;
253
+ showCloseButton: InputSignal<boolean>;
254
+ type: InputSignal<'info' | 'success' | 'warning' | 'error'>;
255
+ variant: InputSignal<'filled' | 'outlined' | 'standard'>;
256
+ appearanceClasses: Signal<("error" | "info" | "success" | "warning" | "filled" | "outlined" | "standard")[]>;
257
+ buttonSpecificColor: InputSignal<string>;
258
+ buttonIcon: InputSignal<string>;
259
+ inProgress: InputSignal<boolean>;
260
+ showButton: InputSignal<boolean>;
261
+ buttonLabel: InputSignal<string>;
262
+ buttonColor: Signal<string>;
263
+ readonly closeClick: _angular_core.OutputEmitterRef<void>;
264
+ readonly buttonClick: _angular_core.OutputEmitterRef<void>;
265
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SnackBarComponent, never>;
266
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SnackBarComponent, "cauca-snackbar", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "caption": { "alias": "caption"; "required": false; "isSignal": true; }; "showCloseButton": { "alias": "showCloseButton"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "buttonSpecificColor": { "alias": "buttonSpecificColor"; "required": false; "isSignal": true; }; "buttonIcon": { "alias": "buttonIcon"; "required": false; "isSignal": true; }; "inProgress": { "alias": "inProgress"; "required": false; "isSignal": true; }; "showButton": { "alias": "showButton"; "required": false; "isSignal": true; }; "buttonLabel": { "alias": "buttonLabel"; "required": false; "isSignal": true; }; }, { "closeClick": "closeClick"; "buttonClick": "buttonClick"; }, never, ["*"], true, never>;
267
+ }
268
+
269
+ declare class BadgeComponent {
270
+ icon: _angular_core.InputSignal<string>;
271
+ label: _angular_core.InputSignal<string>;
272
+ color: _angular_core.InputSignal<string>;
273
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<BadgeComponent, never>;
274
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<BadgeComponent, "cauca-badge", never, { "icon": { "alias": "icon"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": true; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
275
+ }
276
+
277
+ declare class IconComponent {
278
+ readonly icon: _angular_core.InputSignal<string>;
279
+ readonly isFontAwesome: _angular_core.Signal<boolean>;
280
+ readonly faIcon: _angular_core.Signal<string[]>;
281
+ readonly image: _angular_core.Signal<string>;
282
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<IconComponent, never>;
283
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<IconComponent, "cauca-icon", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
284
+ }
285
+
286
+ declare class ListPaginatorComponent {
287
+ itemsCount: InputSignal<number>;
288
+ showTotalPage: InputSignal<number>;
289
+ pageSize: InputSignal<number>;
290
+ pageCount: Signal<number>;
291
+ pages: Signal<number[]>;
292
+ currentPage: WritableSignal<number>;
293
+ previousDisabled: Signal<boolean>;
294
+ nextDisabled: Signal<boolean>;
295
+ pagesToShow: Signal<number[]>;
296
+ readonly pageChange: _angular_core.OutputEmitterRef<number>;
297
+ get pageSplitter(): string;
298
+ get pageSplitterValue(): number;
299
+ changePage(page: number): void;
300
+ moveToFirst(): void;
301
+ tryMoveToFirst(): void;
302
+ tryMoveToLast(): void;
303
+ tryMoveToPrevious(): void;
304
+ tryMoveToNext(): void;
305
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ListPaginatorComponent, never>;
306
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ListPaginatorComponent, "cauca-list-paginator", never, { "itemsCount": { "alias": "itemsCount"; "required": false; "isSignal": true; }; "showTotalPage": { "alias": "showTotalPage"; "required": false; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": false; "isSignal": true; }; }, { "pageChange": "pageChange"; }, never, never, true, never>;
307
+ }
308
+
309
+ declare class PasswordValidation {
310
+ hasMinimumCharacters: boolean;
311
+ hasMinimumNumeric: boolean;
312
+ hasLowerAndUppercase: boolean;
313
+ hasSpecialCharacter: boolean;
314
+ hasIdenticalPassword: boolean;
315
+ constructor(hasMinimumCharacters?: boolean, hasMinimumNumeric?: boolean, hasLowerAndUppercase?: boolean, hasSpecialCharacter?: boolean, hasIdenticalPassword?: boolean);
316
+ isValid(): boolean;
317
+ }
318
+
319
+ declare class PasswordCriteriaViewerComponent {
320
+ passwordValidation: InputSignal<PasswordValidation>;
321
+ disabled: InputSignal<boolean>;
322
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<PasswordCriteriaViewerComponent, never>;
323
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<PasswordCriteriaViewerComponent, "cauca-password-criteria-viewer", never, { "passwordValidation": { "alias": "passwordValidation"; "required": true; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
324
+ }
325
+
326
+ declare class PasswordSelectionComponent implements ControlValueAccessor {
327
+ form: UntypedFormGroup;
328
+ passwordValidation: PasswordValidation;
329
+ disabled: _angular_core.WritableSignal<boolean>;
330
+ readonly direction: _angular_core.InputSignal<"row" | "column">;
331
+ readonly formWidth: _angular_core.InputSignal<string>;
332
+ showCriteriaOnlyWhenPasswordHasValue: _angular_core.InputSignal<boolean>;
333
+ alwaysShowCriteria: _angular_core.InputSignal<boolean>;
334
+ showCriteria: _angular_core.WritableSignal<boolean>;
335
+ passwordLabel: _angular_core.InputSignal<string>;
336
+ passwordConfirmationLabel: _angular_core.InputSignal<string>;
337
+ hasValueChange: _angular_core.OutputEmitterRef<boolean>;
338
+ private lastPasswordValidationSent;
339
+ constructor();
340
+ writeValue(value: string): void;
341
+ registerOnChange(fn: any): void;
342
+ registerOnTouched(fn: any): void;
343
+ setDisabledState?(isDisabled: boolean): void;
344
+ onChange: (value: string) => string;
345
+ onTouched: () => void;
346
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<PasswordSelectionComponent, never>;
347
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<PasswordSelectionComponent, "cauca-password-selection", never, { "direction": { "alias": "direction"; "required": false; "isSignal": true; }; "formWidth": { "alias": "formWidth"; "required": false; "isSignal": true; }; "showCriteriaOnlyWhenPasswordHasValue": { "alias": "showCriteriaOnlyWhenPasswordHasValue"; "required": false; "isSignal": true; }; "alwaysShowCriteria": { "alias": "alwaysShowCriteria"; "required": false; "isSignal": true; }; "passwordLabel": { "alias": "passwordLabel"; "required": false; "isSignal": true; }; "passwordConfirmationLabel": { "alias": "passwordConfirmationLabel"; "required": false; "isSignal": true; }; }, { "hasValueChange": "hasValueChange"; }, never, ["*"], true, never>;
348
+ }
349
+
350
+ declare class PasswordInputComponent implements ControlValueAccessor {
351
+ autocomplete: InputSignal<string>;
352
+ translateLabel: InputSignal<boolean>;
353
+ label: InputSignal<string>;
354
+ translatePlaceholder: InputSignal<boolean>;
355
+ placeholder: InputSignal<string>;
356
+ required: InputSignal<boolean>;
357
+ enterKeyDown: _angular_core.OutputEmitterRef<void>;
358
+ passwordControl: FormControl;
359
+ disabled: WritableSignal<boolean>;
360
+ showPassword: WritableSignal<boolean>;
361
+ inputType: _angular_core.Signal<"password" | "text">;
362
+ constructor();
363
+ writeValue(value: string): void;
364
+ registerOnChange(fn: any): void;
365
+ registerOnTouched(fn: any): void;
366
+ setDisabledState?(isDisabled: boolean): void;
367
+ onChange: (value: string) => string;
368
+ onTouched: () => void;
369
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<PasswordInputComponent, never>;
370
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<PasswordInputComponent, "cauca-password-input", never, { "autocomplete": { "alias": "autocomplete"; "required": false; "isSignal": true; }; "translateLabel": { "alias": "translateLabel"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "translatePlaceholder": { "alias": "translatePlaceholder"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; }, { "enterKeyDown": "enterKeyDown"; }, never, never, true, never>;
371
+ }
372
+
373
+ declare class DateRangePickerComponent implements OnInit {
374
+ range: _angular_core.ModelSignal<DateRange>;
375
+ readonly form: FormGroup<{
376
+ from: FormControl<any>;
377
+ to: FormControl<any>;
378
+ }>;
379
+ constructor();
380
+ ngOnInit(): void;
381
+ clear(): void;
382
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DateRangePickerComponent, never>;
383
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DateRangePickerComponent, "cauca-date-range-picker", never, { "range": { "alias": "range"; "required": false; "isSignal": true; }; }, { "range": "rangeChange"; }, never, never, true, never>;
384
+ }
385
+ interface DateRange {
386
+ from: Date | null;
387
+ to: Date | null;
388
+ }
389
+
390
+ declare class DropdownChipAutocompleteComponent implements ControlValueAccessor, MatFormFieldControl<any[]>, OnDestroy, DoCheck {
391
+ id: string;
392
+ matAutocomplete: MatAutocomplete;
393
+ matChipInput: ElementRef<HTMLInputElement>;
394
+ matAutocompletePanel: MatAutocompleteTrigger;
395
+ readonly clearAll: _angular_core.OutputEmitterRef<void>;
396
+ listAutoComplete: _angular_core.InputSignal<object[]>;
397
+ keyValue: _angular_core.InputSignal<string>;
398
+ displayValue: _angular_core.InputSignal<string>;
399
+ allowRemove: _angular_core.InputSignal<boolean>;
400
+ ariaDescribedBy: _angular_core.InputSignal<string>;
401
+ canRemoveAll: _angular_core.InputSignal<boolean>;
402
+ hasOptionTemplate: _angular_core.InputSignal<boolean>;
403
+ optionTemplate: TemplateRef<any>;
404
+ stateChanges: Subject<void>;
405
+ static nextId: number;
406
+ focused: boolean;
407
+ touched: boolean;
408
+ errorState: boolean;
409
+ controlType: string;
410
+ separatorKeysCodes: any;
411
+ filteredListAutoComplete: Observable<object[]>;
412
+ ngControl: NgControl;
413
+ private _required;
414
+ private _disabled;
415
+ private _placeholder;
416
+ private _searchValue;
417
+ private selectedValues;
418
+ private readonly parentForm;
419
+ private readonly parentFormGroup;
420
+ private readonly elementRef;
421
+ get searchValue(): string;
422
+ set searchValue(newValue: string);
423
+ get shouldLabelFloat(): boolean;
424
+ get value(): any[];
425
+ set value(values: any[]);
426
+ get required(): boolean;
427
+ set required(req: BooleanInput);
428
+ get disabled(): boolean;
429
+ set disabled(value: BooleanInput);
430
+ get empty(): boolean;
431
+ get placeholder(): string;
432
+ set placeholder(plh: string);
433
+ constructor();
434
+ ngDoCheck(): void;
435
+ ngOnDestroy(): void;
436
+ onChange: (_: any) => void;
437
+ onTouched: () => void;
438
+ onFocusIn(): void;
439
+ markAsClean(): void;
440
+ onFocusOut(event: FocusEvent): void;
441
+ setDisabledState(isDisabled: boolean): void;
442
+ setDescribedByIds(ids: string[]): void;
443
+ onContainerClick(event: MouseEvent): void;
444
+ writeValue(value: string[] | []): void;
445
+ registerOnChange(fn: any): void;
446
+ registerOnTouched(fn: any): void;
447
+ selectItemOnAutocomplete(e: MatAutocompleteSelectedEvent): void;
448
+ removeSelectedItem(key: any): void;
449
+ getValueDisplay(key: any): string;
450
+ onClearAll(): void;
451
+ private updateErrorState;
452
+ private filterSelectedItem;
453
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DropdownChipAutocompleteComponent, never>;
454
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DropdownChipAutocompleteComponent, "cauca-dropdown-chip-autocomplete", never, { "listAutoComplete": { "alias": "listAutoComplete"; "required": false; "isSignal": true; }; "keyValue": { "alias": "keyValue"; "required": false; "isSignal": true; }; "displayValue": { "alias": "displayValue"; "required": false; "isSignal": true; }; "allowRemove": { "alias": "allowRemove"; "required": false; "isSignal": true; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; "isSignal": true; }; "canRemoveAll": { "alias": "canRemoveAll"; "required": false; "isSignal": true; }; "hasOptionTemplate": { "alias": "hasOptionTemplate"; "required": false; "isSignal": true; }; }, { "clearAll": "clearAll"; }, ["optionTemplate"], never, true, never>;
455
+ }
456
+
457
+ declare class ColorPickerComponent implements ControlValueAccessor, MatFormFieldControl<string>, OnDestroy {
458
+ stateChanges: Subject<void>;
459
+ static nextId: number;
460
+ id: string;
461
+ placeholder: string;
462
+ focused: boolean;
463
+ touched: boolean;
464
+ required: boolean;
465
+ disabled: boolean;
466
+ errorState: boolean;
467
+ controlType?: string;
468
+ autofilled?: boolean;
469
+ userAriaDescribedBy?: string;
470
+ readonly valueChanged: _angular_core.OutputEmitterRef<string>;
471
+ ngControl: NgControl;
472
+ private readonly elementRef;
473
+ private _value;
474
+ get shouldLabelFloat(): boolean;
475
+ get empty(): boolean;
476
+ get value(): string | null;
477
+ set value(newValue: string | null);
478
+ constructor();
479
+ onFocusIn(_: FocusEvent): void;
480
+ onFocusOut(event: FocusEvent): void;
481
+ ngOnDestroy(): void;
482
+ setDescribedByIds(_: string[]): void;
483
+ onContainerClick(_: MouseEvent): void;
484
+ writeValue(value: string): void;
485
+ registerOnChange(fn: any): void;
486
+ registerOnTouched(fn: any): void;
487
+ onChange: (_: any) => void;
488
+ onTouched: () => void;
489
+ onChangeColor(color: string): void;
490
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ColorPickerComponent, never>;
491
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ColorPickerComponent, "cauca-color-picker", never, {}, { "valueChanged": "valueChanged"; }, never, never, true, never>;
492
+ }
493
+
494
+ interface Option {
495
+ id: string | null;
496
+ name: string;
497
+ }
498
+ declare class SelectWithSearchComponent {
499
+ readonly label: _angular_core.InputSignal<string>;
500
+ readonly selectFirstOptionByDefault: _angular_core.InputSignal<boolean>;
501
+ readonly isDisabled: _angular_core.InputSignal<boolean>;
502
+ readonly allowMultiSelection: _angular_core.InputSignal<boolean>;
503
+ readonly showClearOption: _angular_core.InputSignal<boolean>;
504
+ readonly enableSearch: _angular_core.InputSignal<boolean>;
505
+ readonly options: _angular_core.InputSignal<Option[]>;
506
+ readonly value: _angular_core.ModelSignal<string>;
507
+ readonly valueChanged: _angular_core.OutputEmitterRef<string>;
508
+ readonly optionFilterControl: FormControl<string>;
509
+ singleSelect: MatSelect;
510
+ readonly hasOptions: _angular_core.Signal<boolean>;
511
+ readonly disableControl: _angular_core.Signal<boolean>;
512
+ readonly filteredOptions: _angular_core.ResourceRef<Option[]>;
513
+ private readonly filterText;
514
+ constructor();
515
+ onSelectionChange(newValue: string | null): void;
516
+ private selectFirstOption;
517
+ private computeFilteredOptions;
518
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SelectWithSearchComponent, never>;
519
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SelectWithSearchComponent, "cauca-select-with-search", never, { "label": { "alias": "label"; "required": true; "isSignal": true; }; "selectFirstOptionByDefault": { "alias": "selectFirstOptionByDefault"; "required": false; "isSignal": true; }; "isDisabled": { "alias": "isDisabled"; "required": false; "isSignal": true; }; "allowMultiSelection": { "alias": "allowMultiSelection"; "required": false; "isSignal": true; }; "showClearOption": { "alias": "showClearOption"; "required": false; "isSignal": true; }; "enableSearch": { "alias": "enableSearch"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "valueChanged": "valueChanged"; }, never, ["*"], true, never>;
520
+ }
521
+
522
+ declare class GroupContainerComponent {
523
+ caption: _angular_core.InputSignal<string>;
524
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<GroupContainerComponent, never>;
525
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<GroupContainerComponent, "cauca-group-container", never, { "caption": { "alias": "caption"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
526
+ }
527
+
528
+ declare class MainSectionComponent {
529
+ title: InputSignal<string>;
530
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<MainSectionComponent, never>;
531
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<MainSectionComponent, "cauca-main-section", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
532
+ }
533
+
534
+ declare class SectionColumnComponent {
535
+ showBigGap: _angular_core.InputSignal<boolean>;
536
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SectionColumnComponent, never>;
537
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SectionColumnComponent, "cauca-section-column", never, { "showBigGap": { "alias": "showBigGap"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
538
+ }
539
+
540
+ declare class SectionFieldComponent {
541
+ autoTranslateLabel: _angular_core.InputSignal<boolean>;
542
+ label: _angular_core.InputSignal<string>;
543
+ value: _angular_core.InputSignal<unknown>;
544
+ values: _angular_core.InputSignal<unknown[]>;
545
+ fieldName: _angular_core.InputSignal<string>;
546
+ useMultipleValues: _angular_core.Signal<boolean>;
547
+ showLink: _angular_core.InputSignal<boolean>;
548
+ linkClick: _angular_core.OutputEmitterRef<void>;
549
+ splitEqually: _angular_core.InputSignal<boolean>;
550
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SectionFieldComponent, never>;
551
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SectionFieldComponent, "cauca-section-field", never, { "autoTranslateLabel": { "alias": "autoTranslateLabel"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "values": { "alias": "values"; "required": false; "isSignal": true; }; "fieldName": { "alias": "fieldName"; "required": false; "isSignal": true; }; "showLink": { "alias": "showLink"; "required": false; "isSignal": true; }; "splitEqually": { "alias": "splitEqually"; "required": false; "isSignal": true; }; }, { "linkClick": "linkClick"; }, never, never, true, never>;
552
+ }
553
+
554
+ declare class PageTitleComponent {
555
+ caption: _angular_core.InputSignal<string>;
556
+ showBreadcrumb: _angular_core.InputSignal<boolean>;
557
+ location: _angular_core.InputSignal<BreadcrumbLocation[]>;
558
+ breadcrumb: _angular_core.InputSignal<string>;
559
+ baseCrumb: _angular_core.InputSignal<string>;
560
+ translateBreadcrumb: _angular_core.InputSignal<boolean>;
561
+ displayBreadcrumb: _angular_core.Signal<boolean>;
562
+ breadcrumbLocation: _angular_core.Signal<BreadcrumbLocation[]>;
563
+ currentBreadcrumb: _angular_core.Signal<string>;
564
+ mustTranslateBreadcrumb: _angular_core.Signal<boolean>;
565
+ private readonly breadcrumbService;
566
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<PageTitleComponent, never>;
567
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<PageTitleComponent, "cauca-page-title", never, { "caption": { "alias": "caption"; "required": false; "isSignal": true; }; "showBreadcrumb": { "alias": "showBreadcrumb"; "required": false; "isSignal": true; }; "location": { "alias": "location"; "required": false; "isSignal": true; }; "breadcrumb": { "alias": "breadcrumb"; "required": false; "isSignal": true; }; "baseCrumb": { "alias": "baseCrumb"; "required": false; "isSignal": true; }; "translateBreadcrumb": { "alias": "translateBreadcrumb"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
568
+ }
569
+
570
+ declare class ExpandablePanelComponent {
571
+ isCollapsed: ModelSignal<boolean>;
572
+ caption: InputSignal<string>;
573
+ subCaption: InputSignal<string>;
574
+ changeState(): void;
575
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ExpandablePanelComponent, never>;
576
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ExpandablePanelComponent, "cauca-expandable-panel", never, { "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; "caption": { "alias": "caption"; "required": false; "isSignal": true; }; "subCaption": { "alias": "subCaption"; "required": false; "isSignal": true; }; }, { "isCollapsed": "isCollapsedChange"; }, never, ["*"], true, never>;
577
+ }
578
+
579
+ declare class MenuExpandablePanelComponent {
580
+ caption: InputSignal<string>;
581
+ isSubItem: InputSignal<boolean>;
582
+ subCaption: InputSignal<string>;
583
+ menuIcon: InputSignal<string>;
584
+ showExpansionIcon: InputSignal<boolean>;
585
+ addTopBorderRadius: InputSignal<boolean>;
586
+ bottomBorder: InputSignal<boolean>;
587
+ addBottomBorderRadius: InputSignal<boolean>;
588
+ route: InputSignal<string[]>;
589
+ items: InputSignal<{
590
+ icon: string;
591
+ title: string;
592
+ route?: string[];
593
+ action?: () => void;
594
+ }[]>;
595
+ opened: WritableSignal<boolean>;
596
+ private readonly router;
597
+ handleClick(): void;
598
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<MenuExpandablePanelComponent, never>;
599
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<MenuExpandablePanelComponent, "cauca-menu-expandable-panel", never, { "caption": { "alias": "caption"; "required": false; "isSignal": true; }; "isSubItem": { "alias": "isSubItem"; "required": false; "isSignal": true; }; "subCaption": { "alias": "subCaption"; "required": false; "isSignal": true; }; "menuIcon": { "alias": "menuIcon"; "required": false; "isSignal": true; }; "showExpansionIcon": { "alias": "showExpansionIcon"; "required": false; "isSignal": true; }; "addTopBorderRadius": { "alias": "addTopBorderRadius"; "required": false; "isSignal": true; }; "bottomBorder": { "alias": "bottomBorder"; "required": false; "isSignal": true; }; "addBottomBorderRadius": { "alias": "addBottomBorderRadius"; "required": false; "isSignal": true; }; "route": { "alias": "route"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
600
+ }
601
+
602
+ declare class MenuExpandablePanelItemComponent {
603
+ icon: InputSignal<string>;
604
+ caption: InputSignal<string>;
605
+ route: InputSignal<string[]>;
606
+ isSubItem: InputSignal<boolean>;
607
+ action: InputSignal<() => void | null>;
608
+ private readonly router;
609
+ openRoute(): void;
610
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<MenuExpandablePanelItemComponent, never>;
611
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<MenuExpandablePanelItemComponent, "cauca-menu-expandable-panel-item", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "caption": { "alias": "caption"; "required": false; "isSignal": true; }; "route": { "alias": "route"; "required": false; "isSignal": true; }; "isSubItem": { "alias": "isSubItem"; "required": false; "isSignal": true; }; "action": { "alias": "action"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
612
+ }
613
+
614
+ declare class SavingConfirmedBoxComponent {
615
+ show: _angular_core.ModelSignal<boolean>;
616
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SavingConfirmedBoxComponent, never>;
617
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SavingConfirmedBoxComponent, "cauca-saving-confirmed-box", never, { "show": { "alias": "show"; "required": false; "isSignal": true; }; }, { "show": "showChange"; }, never, never, true, never>;
618
+ }
619
+
620
+ declare class SavingErrorBoxComponent {
621
+ show: _angular_core.ModelSignal<boolean>;
622
+ specificError: _angular_core.InputSignal<string>;
623
+ error: _angular_core.Signal<string>;
624
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SavingErrorBoxComponent, never>;
625
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SavingErrorBoxComponent, "cauca-saving-error-box", never, { "show": { "alias": "show"; "required": false; "isSignal": true; }; "specificError": { "alias": "specificError"; "required": false; "isSignal": true; }; }, { "show": "showChange"; }, never, never, true, never>;
626
+ }
627
+
628
+ declare class AutoTrimAndLowerDirective {
629
+ private readonly el;
630
+ constructor(el: ElementRef);
631
+ onBlur(_: KeyboardEvent): void;
632
+ private trimText;
633
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AutoTrimAndLowerDirective, never>;
634
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AutoTrimAndLowerDirective, "[appAutoTrimAndLower]", never, {}, {}, never, never, true, never>;
635
+ }
636
+
637
+ declare class HasErrorRootDirective {
638
+ private readonly _formControl$;
639
+ set formControl(formControlDirective: FormControlDirective);
640
+ set formControlName(formControlName: FormControlName);
641
+ get formControl$(): rxjs.Observable<FormControl<any>>;
642
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<HasErrorRootDirective, never>;
643
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<HasErrorRootDirective, "mat-form-field", never, {}, {}, ["formControl", "formControlName"], never, false, never>;
644
+ }
645
+
646
+ interface HasErrorContext {
647
+ $implicit: any;
648
+ }
649
+ declare class HasErrorDirective implements AfterContentInit, OnDestroy {
650
+ private readonly hasErrorRoot;
651
+ private readonly templateRef;
652
+ private readonly vcr;
653
+ private readonly errorName$;
654
+ private readonly ctrl$;
655
+ private readonly status$;
656
+ private readonly error$;
657
+ private view?;
658
+ private subscription?;
659
+ set hasError(errorName: string);
660
+ constructor(hasErrorRoot: HasErrorRootDirective, templateRef: TemplateRef<HasErrorContext>, vcr: ViewContainerRef);
661
+ static ngTemplateContextGuard(_dir: HasErrorDirective, ctx: unknown): ctx is HasErrorContext;
662
+ ngAfterContentInit(): void;
663
+ ngOnDestroy(): void;
664
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<HasErrorDirective, never>;
665
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<HasErrorDirective, "[hasError]", never, { "hasError": { "alias": "hasError"; "required": false; }; }, {}, never, never, false, never>;
666
+ }
667
+
668
+ declare class FormErrorModule {
669
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<FormErrorModule, never>;
670
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<FormErrorModule, [typeof HasErrorDirective, typeof HasErrorRootDirective], [typeof i3.CommonModule, typeof i4.ReactiveFormsModule], [typeof HasErrorDirective, typeof HasErrorRootDirective]>;
671
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<FormErrorModule>;
672
+ }
673
+
674
+ declare function provideCaucaMaterial(): (Provider | EnvironmentProviders)[];
675
+
676
+ declare class CaucaInputFileComponent implements OnInit {
677
+ file: ElementRef;
678
+ readend: EventEmitter<any>;
679
+ accept: string;
680
+ multiple: boolean;
681
+ icon: string;
682
+ text: string;
683
+ private labels;
684
+ private readonly translateService;
685
+ private readonly dialog;
686
+ ngOnInit(): void;
687
+ onSelectFile(e: any): void;
688
+ openDialog(event: any): void;
689
+ private onError;
690
+ private onReadEnd;
691
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<CaucaInputFileComponent, never>;
692
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<CaucaInputFileComponent, "cauca-input-file", never, { "accept": { "alias": "accept"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, { "readend": "readend"; }, never, never, true, never>;
693
+ }
694
+
695
+ declare class CaucaInputMultipleLangueComponent implements OnInit {
696
+ value: string[];
697
+ config: Configuration;
698
+ forms: UntypedFormControl[];
699
+ labels: string[];
700
+ selectedIndex: number;
701
+ private readonly translate;
702
+ constructor();
703
+ ngOnInit(): void;
704
+ onTagChanged(tabIndex: number): void;
705
+ getErrorMessage(index: any): string;
706
+ private initializeForms;
707
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<CaucaInputMultipleLangueComponent, never>;
708
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<CaucaInputMultipleLangueComponent, "cauca-input-multiple-langue", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
709
+ }
710
+
711
+ declare class SimpleDialogData {
712
+ title: string;
713
+ message: string;
714
+ buttons: string[];
715
+ }
716
+
717
+ declare class CaucaSimpleDialogComponent {
718
+ readonly data: SimpleDialogData;
719
+ private readonly dialogRef;
720
+ onClick(buttonIndex: number): void;
721
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<CaucaSimpleDialogComponent, never>;
722
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<CaucaSimpleDialogComponent, "cauca-simple-dialog", never, {}, {}, never, never, true, never>;
723
+ }
724
+
725
+ declare class CaucaSlideshowComponent implements OnInit {
726
+ container: ElementRef;
727
+ height: string;
728
+ autoPlay: boolean;
729
+ states: any[];
730
+ selectedIndex: number;
731
+ private timer;
732
+ private items;
733
+ set images(list: string[]);
734
+ get images(): string[];
735
+ ngOnInit(): void;
736
+ getState(index: number): string;
737
+ restart(): void;
738
+ next(): void;
739
+ private changed;
740
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<CaucaSlideshowComponent, never>;
741
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<CaucaSlideshowComponent, "cauca-slideshow", never, { "height": { "alias": "height"; "required": false; }; "autoPlay": { "alias": "autoPlay"; "required": false; }; "images": { "alias": "images"; "required": false; }; }, {}, never, never, true, never>;
742
+ }
743
+
744
+ export { AutoTrimAndLowerDirective, BadgeComponent, BasicButtonComponent, BreadcrumbLocation, BreadcrumbService, ButtonComponent, CaucaDateTimePickerComponent, CaucaInputFileComponent, CaucaInputMultipleLangueComponent, CaucaMaterialComponent, CaucaMaterialService, CaucaSimpleDialogComponent, CaucaSlideshowComponent, ColorPickerComponent, ConfirmationResult, DateRangePickerComponent, DialogService, DropdownChipAutocompleteComponent, ExpandablePanelComponent, FabButtonComponent, FlatButtonComponent, FormErrorModule, GroupContainerComponent, HasErrorDirective, HasErrorRootDirective, IconButtonComponent, IconComponent, LinkButtonComponent, ListPaginatorComponent, LoadingErrorComponent, LoadingSpinnerIndicatorComponent, LoadingStateService, MainSectionComponent, MenuExpandablePanelComponent, MenuExpandablePanelItemComponent, MenuItemComponent, PageTitleComponent, PasswordCriteriaViewerComponent, PasswordInputComponent, PasswordSelectionComponent, RaisedButtonComponent, RefreshButtonComponent, RoundButtonComponent, SavingConfirmedBoxComponent, SavingErrorBoxComponent, SectionColumnComponent, SectionFieldComponent, SelectWithSearchComponent, SnackBarComponent, StrokedButtonComponent, provideCaucaMaterial };
745
+ export type { ConfirmationOptions, DateRange, HasErrorContext, InputOptions, Option };