@ascentgl/ads-ui 0.0.168 → 20.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 (446) hide show
  1. package/README.md +7 -7
  2. package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs +8 -8
  3. package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs.map +1 -1
  4. package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +8 -8
  5. package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs.map +1 -1
  6. package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +8 -8
  7. package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs.map +1 -1
  8. package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs +7 -7
  9. package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs.map +1 -1
  10. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs +8 -8
  11. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs.map +1 -1
  12. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs +8 -8
  13. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs.map +1 -1
  14. package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs +8 -8
  15. package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs.map +1 -1
  16. package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs +8 -8
  17. package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs.map +1 -1
  18. package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +11 -11
  19. package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs.map +1 -1
  20. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +8 -8
  21. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs.map +1 -1
  22. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +8 -8
  23. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs.map +1 -1
  24. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +8 -8
  25. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs.map +1 -1
  26. package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +8 -8
  27. package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs.map +1 -1
  28. package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs +8 -8
  29. package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs.map +1 -1
  30. package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +8 -8
  31. package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs.map +1 -1
  32. package/fesm2022/ascentgl-ads-ui.mjs +684 -968
  33. package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
  34. package/index.d.ts +2948 -74
  35. package/package.json +5 -5
  36. package/src/assets/sass/ads-ui/abstracts/_functions.scss +18 -18
  37. package/src/assets/sass/ads-ui/abstracts/_mixins.scss +90 -90
  38. package/src/assets/sass/ads-ui/abstracts/_variables.scss +125 -125
  39. package/src/assets/sass/ads-ui/base/_reset.scss +19 -19
  40. package/src/assets/sass/ads-ui/base/_typography.scss +179 -179
  41. package/src/assets/sass/ads-ui/base/_utilities.scss +104 -104
  42. package/src/assets/sass/ads-ui/main.scss +8 -8
  43. package/src/assets/sass/ads-ui/overrides/_angular-material.scss +8 -8
  44. package/src/assets/sass/ads-ui/overrides/angular-material/_bottom-sheet.scss +12 -12
  45. package/src/assets/sass/ads-ui/overrides/angular-material/_datetimepicker.scss +248 -248
  46. package/src/assets/sass/ads-ui/overrides/angular-material/_dropdown.scss +31 -31
  47. package/src/assets/sass/ads-ui/overrides/angular-material/_html.scss +14 -15
  48. package/src/assets/sass/ads-ui/overrides/angular-material/_mat-list.scss +47 -47
  49. package/src/assets/sass/ads-ui/overrides/angular-material/_menu.scss +89 -89
  50. package/src/assets/sass/ads-ui/overrides/angular-material/_search-dropdown-modal.scss +34 -34
  51. package/src/assets/sass/ads-ui/overrides/angular-material/_snackbar.scss +40 -40
  52. package/src/assets/sass/ads-ui/overrides/angular-material/_tooltip.scss +76 -76
  53. package/src/assets/sass/ads-ui/themes/_ads-palette.scss +98 -98
  54. package/src/lib/components/avatar/index.d.ts +42 -5
  55. package/src/lib/components/buttons/button-container/index.d.ts +19 -5
  56. package/src/lib/components/drag-and-drop-list/index.d.ts +93 -5
  57. package/src/lib/components/error-page/error-page-code/index.d.ts +15 -5
  58. package/src/lib/components/footer/container/index.d.ts +14 -5
  59. package/src/lib/components/footer/index.d.ts +45 -5
  60. package/src/lib/components/header/container/index.d.ts +18 -5
  61. package/src/lib/components/header/index.d.ts +14 -5
  62. package/src/lib/components/logo/primary-logo/index.d.ts +38 -5
  63. package/src/lib/components/progress-indicators/progress-bar/index.d.ts +58 -5
  64. package/src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts +50 -5
  65. package/src/lib/components/progress-indicators/progress-spinner/index.d.ts +50 -5
  66. package/src/lib/components/shell-layout/index.d.ts +23 -5
  67. package/src/lib/components/splash-page/index.d.ts +24 -5
  68. package/src/lib/components/tags/tag-container/index.d.ts +15 -5
  69. package/lib/components/avatar/avatar.component.d.ts +0 -30
  70. package/lib/components/avatar/avatar.module.d.ts +0 -9
  71. package/lib/components/avatar/avatar.types.d.ts +0 -1
  72. package/lib/components/avatar/index.d.ts +0 -1
  73. package/lib/components/avatar/public-api.d.ts +0 -2
  74. package/lib/components/badge/index.d.ts +0 -1
  75. package/lib/components/badge/numeric-badge.component.d.ts +0 -26
  76. package/lib/components/badge/numeric-badge.module.d.ts +0 -9
  77. package/lib/components/badge/public-api.d.ts +0 -2
  78. package/lib/components/brand-artifacts/bubble/bubble.component.d.ts +0 -26
  79. package/lib/components/brand-artifacts/bubble/bubble.module.d.ts +0 -9
  80. package/lib/components/brand-artifacts/bubble/index.d.ts +0 -1
  81. package/lib/components/brand-artifacts/bubble/public-api.d.ts +0 -2
  82. package/lib/components/breadcrumb/breadcrumb.component.d.ts +0 -12
  83. package/lib/components/breadcrumb/breadcrumb.module.d.ts +0 -11
  84. package/lib/components/breadcrumb/breadcrumb.type.d.ts +0 -4
  85. package/lib/components/breadcrumb/index.d.ts +0 -1
  86. package/lib/components/breadcrumb/public-api.d.ts +0 -3
  87. package/lib/components/buttons/button/button.component.d.ts +0 -17
  88. package/lib/components/buttons/button/button.module.d.ts +0 -9
  89. package/lib/components/buttons/button/index.d.ts +0 -1
  90. package/lib/components/buttons/button/public-api.d.ts +0 -2
  91. package/lib/components/buttons/button-container/button-container.component.d.ts +0 -9
  92. package/lib/components/buttons/button-container/button-container.module.d.ts +0 -8
  93. package/lib/components/buttons/button-container/index.d.ts +0 -1
  94. package/lib/components/buttons/button-container/public-api.d.ts +0 -2
  95. package/lib/components/buttons/icon-button/icon-button.component.d.ts +0 -20
  96. package/lib/components/buttons/icon-button/icon-button.module.d.ts +0 -10
  97. package/lib/components/buttons/icon-button/index.d.ts +0 -1
  98. package/lib/components/buttons/icon-button/public-api.d.ts +0 -2
  99. package/lib/components/buttons/link-button/index.d.ts +0 -1
  100. package/lib/components/buttons/link-button/link-button.component.d.ts +0 -9
  101. package/lib/components/buttons/link-button/link-button.module.d.ts +0 -10
  102. package/lib/components/buttons/link-button/public-api.d.ts +0 -2
  103. package/lib/components/card/card.component.d.ts +0 -20
  104. package/lib/components/card/card.module.d.ts +0 -8
  105. package/lib/components/card/index.d.ts +0 -1
  106. package/lib/components/card/public-api.d.ts +0 -2
  107. package/lib/components/chip/chip.component.d.ts +0 -27
  108. package/lib/components/chip/chip.module.d.ts +0 -9
  109. package/lib/components/chip/chip.types.d.ts +0 -4
  110. package/lib/components/chip/index.d.ts +0 -1
  111. package/lib/components/chip/public-api.d.ts +0 -2
  112. package/lib/components/divider/divider.component.d.ts +0 -25
  113. package/lib/components/divider/divider.module.d.ts +0 -8
  114. package/lib/components/divider/index.d.ts +0 -1
  115. package/lib/components/divider/public-api.d.ts +0 -2
  116. package/lib/components/drag-and-drop-list/dom.element.d.ts +0 -17
  117. package/lib/components/drag-and-drop-list/drag-and-drop-list.component.d.ts +0 -82
  118. package/lib/components/drag-and-drop-list/drag-and-drop-list.enums.d.ts +0 -8
  119. package/lib/components/drag-and-drop-list/drag-and-drop-list.module.d.ts +0 -8
  120. package/lib/components/drag-and-drop-list/dragged.placeholder.d.ts +0 -14
  121. package/lib/components/drag-and-drop-list/index.d.ts +0 -1
  122. package/lib/components/drag-and-drop-list/public-api.d.ts +0 -2
  123. package/lib/components/error-page/error-page-code/error-page-code.component.d.ts +0 -5
  124. package/lib/components/error-page/error-page-code/error-page-code.module.d.ts +0 -8
  125. package/lib/components/error-page/error-page-code/index.d.ts +0 -1
  126. package/lib/components/error-page/error-page-code/public-api.d.ts +0 -2
  127. package/lib/components/error-page/error-page.component.d.ts +0 -49
  128. package/lib/components/error-page/error-page.module.d.ts +0 -15
  129. package/lib/components/error-page/error-page.types.d.ts +0 -22
  130. package/lib/components/error-page/index.d.ts +0 -1
  131. package/lib/components/error-page/public-api.d.ts +0 -3
  132. package/lib/components/expansion-panel/expansion-panel.component.d.ts +0 -37
  133. package/lib/components/expansion-panel/expansion-panel.module.d.ts +0 -10
  134. package/lib/components/expansion-panel/index.d.ts +0 -1
  135. package/lib/components/expansion-panel/public-api.d.ts +0 -2
  136. package/lib/components/footer/container/footer-container.component.d.ts +0 -5
  137. package/lib/components/footer/container/footer-container.module.d.ts +0 -7
  138. package/lib/components/footer/container/index.d.ts +0 -1
  139. package/lib/components/footer/container/public-api.d.ts +0 -2
  140. package/lib/components/footer/footer.component.d.ts +0 -22
  141. package/lib/components/footer/footer.component.types.d.ts +0 -12
  142. package/lib/components/footer/footer.module.d.ts +0 -8
  143. package/lib/components/footer/index.d.ts +0 -1
  144. package/lib/components/footer/public-api.d.ts +0 -3
  145. package/lib/components/form-fields/abstracts/abstract.base.component.d.ts +0 -57
  146. package/lib/components/form-fields/abstracts/abstract.dropdown.component.d.ts +0 -44
  147. package/lib/components/form-fields/abstracts/abstract.input.component.d.ts +0 -26
  148. package/lib/components/form-fields/area/index.d.ts +0 -1
  149. package/lib/components/form-fields/area/public-api.d.ts +0 -2
  150. package/lib/components/form-fields/area/textarea.component.d.ts +0 -12
  151. package/lib/components/form-fields/area/textarea.module.d.ts +0 -17
  152. package/lib/components/form-fields/common/dropdown-option-template.directive.d.ts +0 -11
  153. package/lib/components/form-fields/common/error/error.component.d.ts +0 -7
  154. package/lib/components/form-fields/common/hint/hint.component.d.ts +0 -11
  155. package/lib/components/form-fields/common/input.tooltip.component.d.ts +0 -12
  156. package/lib/components/form-fields/common/success/success.component.d.ts +0 -7
  157. package/lib/components/form-fields/datepickers/date-picker/datepicker.component.d.ts +0 -24
  158. package/lib/components/form-fields/datepickers/date-picker/datepicker.module.d.ts +0 -22
  159. package/lib/components/form-fields/datepickers/date-picker/index.d.ts +0 -1
  160. package/lib/components/form-fields/datepickers/date-picker/public-api.d.ts +0 -2
  161. package/lib/components/form-fields/datepickers/datetime-picker/custom-datetime-format.d.ts +0 -18
  162. package/lib/components/form-fields/datepickers/datetime-picker/custom-datetime.adapter.d.ts +0 -11
  163. package/lib/components/form-fields/datepickers/datetime-picker/datetime-picker-format-directive.d.ts +0 -22
  164. package/lib/components/form-fields/datepickers/datetime-picker/datetime-template.formatter.d.ts +0 -13
  165. package/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.component.d.ts +0 -119
  166. package/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.module.d.ts +0 -21
  167. package/lib/components/form-fields/datepickers/datetime-picker/index.d.ts +0 -1
  168. package/lib/components/form-fields/datepickers/datetime-picker/public-api.d.ts +0 -2
  169. package/lib/components/form-fields/datepickers/time-picker/index.d.ts +0 -1
  170. package/lib/components/form-fields/datepickers/time-picker/public-api.d.ts +0 -2
  171. package/lib/components/form-fields/datepickers/time-picker/timepicker.component.d.ts +0 -26
  172. package/lib/components/form-fields/datepickers/time-picker/timepicker.module.d.ts +0 -22
  173. package/lib/components/form-fields/dropdowns/dropdown/dropdown.component.d.ts +0 -72
  174. package/lib/components/form-fields/dropdowns/dropdown/dropdown.module.d.ts +0 -21
  175. package/lib/components/form-fields/dropdowns/dropdown/index.d.ts +0 -1
  176. package/lib/components/form-fields/dropdowns/dropdown/public-api.d.ts +0 -2
  177. package/lib/components/form-fields/dropdowns/input-dropdown/index.d.ts +0 -1
  178. package/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.component.d.ts +0 -59
  179. package/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.module.d.ts +0 -21
  180. package/lib/components/form-fields/dropdowns/input-dropdown/public-api.d.ts +0 -2
  181. package/lib/components/form-fields/dropdowns/multi-select-dropdown/index.d.ts +0 -1
  182. package/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.component.d.ts +0 -26
  183. package/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.module.d.ts +0 -21
  184. package/lib/components/form-fields/dropdowns/multi-select-dropdown/public-api.d.ts +0 -2
  185. package/lib/components/form-fields/input/index.d.ts +0 -1
  186. package/lib/components/form-fields/input/input.component.d.ts +0 -52
  187. package/lib/components/form-fields/input/input.module.d.ts +0 -19
  188. package/lib/components/form-fields/input/public-api.d.ts +0 -2
  189. package/lib/components/form-fields/international-phone-field/canadian-area-codes.d.ts +0 -1
  190. package/lib/components/form-fields/international-phone-field/index.d.ts +0 -1
  191. package/lib/components/form-fields/international-phone-field/international-phone-field.component.d.ts +0 -53
  192. package/lib/components/form-fields/international-phone-field/international-phone-field.module.d.ts +0 -15
  193. package/lib/components/form-fields/international-phone-field/public-api.d.ts +0 -2
  194. package/lib/components/form-fields/phone-field/index.d.ts +0 -1
  195. package/lib/components/form-fields/phone-field/phone-field.component.d.ts +0 -25
  196. package/lib/components/form-fields/phone-field/phone-field.module.d.ts +0 -10
  197. package/lib/components/form-fields/phone-field/public-api.d.ts +0 -2
  198. package/lib/components/form-fields/search-fields/search-dropdown/index.d.ts +0 -1
  199. package/lib/components/form-fields/search-fields/search-dropdown/public-api.d.ts +0 -2
  200. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown-highlighter.pipe.d.ts +0 -13
  201. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.d.ts +0 -197
  202. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.types.d.ts +0 -10
  203. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.module.d.ts +0 -21
  204. package/lib/components/form-fields/search-fields/search-input/index.d.ts +0 -1
  205. package/lib/components/form-fields/search-fields/search-input/public-api.d.ts +0 -2
  206. package/lib/components/form-fields/search-fields/search-input/search-input.component.d.ts +0 -21
  207. package/lib/components/form-fields/search-fields/search-input/search-input.module.d.ts +0 -20
  208. package/lib/components/form-fields/selection-fields/checkbox/checkbox.component.d.ts +0 -21
  209. package/lib/components/form-fields/selection-fields/checkbox/checkbox.module.d.ts +0 -13
  210. package/lib/components/form-fields/selection-fields/checkbox/index.d.ts +0 -1
  211. package/lib/components/form-fields/selection-fields/checkbox/public-api.d.ts +0 -2
  212. package/lib/components/form-fields/selection-fields/radio-button/index.d.ts +0 -1
  213. package/lib/components/form-fields/selection-fields/radio-button/public-api.d.ts +0 -2
  214. package/lib/components/form-fields/selection-fields/radio-button/radio-button.component.d.ts +0 -28
  215. package/lib/components/form-fields/selection-fields/radio-button/radio-button.module.d.ts +0 -17
  216. package/lib/components/form-fields/selection-fields/slide-toggle/index.d.ts +0 -1
  217. package/lib/components/form-fields/selection-fields/slide-toggle/public-api.d.ts +0 -2
  218. package/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.component.d.ts +0 -23
  219. package/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.module.d.ts +0 -13
  220. package/lib/components/form-fields/selection-fields/slider/index.d.ts +0 -1
  221. package/lib/components/form-fields/selection-fields/slider/public-api.d.ts +0 -2
  222. package/lib/components/form-fields/selection-fields/slider/slider.component.d.ts +0 -20
  223. package/lib/components/form-fields/selection-fields/slider/slider.module.d.ts +0 -14
  224. package/lib/components/form-fields/time-field/index.d.ts +0 -1
  225. package/lib/components/form-fields/time-field/public-api.d.ts +0 -2
  226. package/lib/components/form-fields/time-field/time-field.component.d.ts +0 -37
  227. package/lib/components/form-fields/time-field/time-field.module.d.ts +0 -14
  228. package/lib/components/general/color-palette/colors.enums.d.ts +0 -38
  229. package/lib/components/general/color-palette/index.d.ts +0 -1
  230. package/lib/components/general/color-palette/public-api.d.ts +0 -1
  231. package/lib/components/header/container/header-container.component.d.ts +0 -9
  232. package/lib/components/header/container/header-container.module.d.ts +0 -7
  233. package/lib/components/header/container/index.d.ts +0 -1
  234. package/lib/components/header/container/public-api.d.ts +0 -2
  235. package/lib/components/header/header.component.d.ts +0 -5
  236. package/lib/components/header/header.module.d.ts +0 -7
  237. package/lib/components/header/index.d.ts +0 -1
  238. package/lib/components/header/org-display-text/index.d.ts +0 -1
  239. package/lib/components/header/org-display-text/org-display-text.component.d.ts +0 -13
  240. package/lib/components/header/org-display-text/org-display-text.module.d.ts +0 -8
  241. package/lib/components/header/org-display-text/public-api.d.ts +0 -2
  242. package/lib/components/header/public-api.d.ts +0 -2
  243. package/lib/components/icon-hover/icon-hover.component.d.ts +0 -23
  244. package/lib/components/icon-hover/icon-hover.module.d.ts +0 -7
  245. package/lib/components/icon-hover/index.d.ts +0 -1
  246. package/lib/components/icon-hover/public-api.d.ts +0 -2
  247. package/lib/components/logo/ascent-logo/ascent-logo.component.d.ts +0 -27
  248. package/lib/components/logo/ascent-logo/ascent-logo.module.d.ts +0 -8
  249. package/lib/components/logo/ascent-logo/index.d.ts +0 -1
  250. package/lib/components/logo/ascent-logo/public-api.d.ts +0 -2
  251. package/lib/components/logo/peak-essentials-logo/index.d.ts +0 -1
  252. package/lib/components/logo/peak-essentials-logo/peak-essentials-logo.component.d.ts +0 -7
  253. package/lib/components/logo/peak-essentials-logo/peak-essentials-logo.module.d.ts +0 -9
  254. package/lib/components/logo/peak-essentials-logo/public-api.d.ts +0 -2
  255. package/lib/components/logo/peak-marketplace-logo/index.d.ts +0 -1
  256. package/lib/components/logo/peak-marketplace-logo/peak-marketplace-logo.component.d.ts +0 -7
  257. package/lib/components/logo/peak-marketplace-logo/peak-marketplace-logo.module.d.ts +0 -9
  258. package/lib/components/logo/peak-marketplace-logo/public-api.d.ts +0 -2
  259. package/lib/components/logo/peak-order-management-logo/index.d.ts +0 -1
  260. package/lib/components/logo/peak-order-management-logo/peak-order-management-logo.component.d.ts +0 -7
  261. package/lib/components/logo/peak-order-management-logo/peak-order-management-logo.module.d.ts +0 -9
  262. package/lib/components/logo/peak-order-management-logo/public-api.d.ts +0 -2
  263. package/lib/components/logo/primary-logo/abstract-logo-component.d.ts +0 -22
  264. package/lib/components/logo/primary-logo/index.d.ts +0 -1
  265. package/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -7
  266. package/lib/components/logo/primary-logo/primary-logo.module.d.ts +0 -8
  267. package/lib/components/logo/primary-logo/public-api.d.ts +0 -2
  268. package/lib/components/logo/scms-logo/abstract-application-logo.component.d.ts +0 -7
  269. package/lib/components/logo/scms-logo/index.d.ts +0 -1
  270. package/lib/components/logo/scms-logo/public-api.d.ts +0 -2
  271. package/lib/components/logo/scms-logo/scms-logo.component.d.ts +0 -7
  272. package/lib/components/logo/scms-logo/scms-logo.module.d.ts +0 -9
  273. package/lib/components/modal/index.d.ts +0 -1
  274. package/lib/components/modal/modal.component.d.ts +0 -64
  275. package/lib/components/modal/modal.module.d.ts +0 -11
  276. package/lib/components/modal/public-api.d.ts +0 -2
  277. package/lib/components/nav-bar/horizontal-nav-bar/horizontal-nav-bar.component.d.ts +0 -21
  278. package/lib/components/nav-bar/horizontal-nav-bar/horizontal-nav-bar.module.d.ts +0 -9
  279. package/lib/components/nav-bar/horizontal-nav-bar/index.d.ts +0 -1
  280. package/lib/components/nav-bar/horizontal-nav-bar/public-api.d.ts +0 -2
  281. package/lib/components/nav-bar/main-menu/index.d.ts +0 -1
  282. package/lib/components/nav-bar/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.d.ts +0 -15
  283. package/lib/components/nav-bar/main-menu/main-menu-items/main-menu-items.component.d.ts +0 -11
  284. package/lib/components/nav-bar/main-menu/main-menu-items/main-menu-items.module.d.ts +0 -12
  285. package/lib/components/nav-bar/main-menu/main-menu.component.d.ts +0 -57
  286. package/lib/components/nav-bar/main-menu/main-menu.module.d.ts +0 -15
  287. package/lib/components/nav-bar/main-menu/main-menu.service.d.ts +0 -9
  288. package/lib/components/nav-bar/main-menu/main-menu.types.d.ts +0 -8
  289. package/lib/components/nav-bar/main-menu/profile-display/profile-display.component.d.ts +0 -15
  290. package/lib/components/nav-bar/main-menu/profile-display/profile-display.module.d.ts +0 -10
  291. package/lib/components/nav-bar/main-menu/public-api.d.ts +0 -4
  292. package/lib/components/nav-bar/nav-menu/index.d.ts +0 -1
  293. package/lib/components/nav-bar/nav-menu/nav-menu.component.d.ts +0 -23
  294. package/lib/components/nav-bar/nav-menu/nav-menu.module.d.ts +0 -11
  295. package/lib/components/nav-bar/nav-menu/nav-menu.types.d.ts +0 -11
  296. package/lib/components/nav-bar/nav-menu/public-api.d.ts +0 -3
  297. package/lib/components/nav-bar/scms-side-nav-bar/index.d.ts +0 -1
  298. package/lib/components/nav-bar/scms-side-nav-bar/public-api.d.ts +0 -3
  299. package/lib/components/nav-bar/scms-side-nav-bar/scms-nav-item.types.d.ts +0 -13
  300. package/lib/components/nav-bar/scms-side-nav-bar/scms-side-nav-bar.component.d.ts +0 -44
  301. package/lib/components/nav-bar/scms-side-nav-bar/scms-side-nav-bar.module.d.ts +0 -19
  302. package/lib/components/nav-bar/side-nav-bar/abstract-side-nav-bar.component.d.ts +0 -46
  303. package/lib/components/nav-bar/side-nav-bar/index.d.ts +0 -1
  304. package/lib/components/nav-bar/side-nav-bar/nav-item.types.d.ts +0 -6
  305. package/lib/components/nav-bar/side-nav-bar/public-api.d.ts +0 -3
  306. package/lib/components/nav-bar/side-nav-bar/side-nav-bar.component.d.ts +0 -27
  307. package/lib/components/nav-bar/side-nav-bar/side-nav-bar.module.d.ts +0 -12
  308. package/lib/components/progress-indicators/progress-bar/index.d.ts +0 -1
  309. package/lib/components/progress-indicators/progress-bar/progress-bar.component.d.ts +0 -48
  310. package/lib/components/progress-indicators/progress-bar/progress-bar.module.d.ts +0 -9
  311. package/lib/components/progress-indicators/progress-bar/public-api.d.ts +0 -2
  312. package/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts +0 -1
  313. package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.d.ts +0 -33
  314. package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.d.ts +0 -9
  315. package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.d.ts +0 -6
  316. package/lib/components/progress-indicators/progress-indicator-spinner/public-api.d.ts +0 -2
  317. package/lib/components/progress-indicators/progress-spinner/index.d.ts +0 -1
  318. package/lib/components/progress-indicators/progress-spinner/progress-spinner.component.d.ts +0 -37
  319. package/lib/components/progress-indicators/progress-spinner/progress-spinner.module.d.ts +0 -11
  320. package/lib/components/progress-indicators/progress-spinner/public-api.d.ts +0 -2
  321. package/lib/components/shell-layout/index.d.ts +0 -1
  322. package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/index.d.ts +0 -1
  323. package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/navigation-collapse-handle.component.d.ts +0 -31
  324. package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/navigation-collapse-handle.module.d.ts +0 -8
  325. package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/public-api.d.ts +0 -2
  326. package/lib/components/shell-layout/navigation/components/navigation-header/index.d.ts +0 -1
  327. package/lib/components/shell-layout/navigation/components/navigation-header/navigation-header.component.d.ts +0 -13
  328. package/lib/components/shell-layout/navigation/components/navigation-header/navigation-header.module.d.ts +0 -7
  329. package/lib/components/shell-layout/navigation/components/navigation-header/public-api.d.ts +0 -2
  330. package/lib/components/shell-layout/navigation/components/navigation-item/index.d.ts +0 -1
  331. package/lib/components/shell-layout/navigation/components/navigation-item/navigation-item.component.d.ts +0 -48
  332. package/lib/components/shell-layout/navigation/components/navigation-item/navigation-item.module.d.ts +0 -11
  333. package/lib/components/shell-layout/navigation/components/navigation-item/public-api.d.ts +0 -2
  334. package/lib/components/shell-layout/navigation/components/navigation-items-container/index.d.ts +0 -1
  335. package/lib/components/shell-layout/navigation/components/navigation-items-container/navigation-items-container.component.d.ts +0 -5
  336. package/lib/components/shell-layout/navigation/components/navigation-items-container/navigation-items-container.module.d.ts +0 -7
  337. package/lib/components/shell-layout/navigation/components/navigation-items-container/public-api.d.ts +0 -2
  338. package/lib/components/shell-layout/navigation/index.d.ts +0 -1
  339. package/lib/components/shell-layout/navigation/navigation.component.d.ts +0 -13
  340. package/lib/components/shell-layout/navigation/navigation.module.d.ts +0 -7
  341. package/lib/components/shell-layout/navigation/public-api.d.ts +0 -2
  342. package/lib/components/shell-layout/public-api.d.ts +0 -2
  343. package/lib/components/shell-layout/shell-layout.component.d.ts +0 -13
  344. package/lib/components/shell-layout/shell-layout.module.d.ts +0 -8
  345. package/lib/components/snackbars/snackbar/index.d.ts +0 -1
  346. package/lib/components/snackbars/snackbar/public-api.d.ts +0 -2
  347. package/lib/components/snackbars/snackbar/snackbar.component.d.ts +0 -36
  348. package/lib/components/snackbars/snackbar/snackbar.module.d.ts +0 -10
  349. package/lib/components/splash-page/index.d.ts +0 -1
  350. package/lib/components/splash-page/public-api.d.ts +0 -2
  351. package/lib/components/splash-page/splash-page.component.d.ts +0 -14
  352. package/lib/components/splash-page/splash-page.module.d.ts +0 -8
  353. package/lib/components/steppers/numeric-stepper/components/numeric-step.component.d.ts +0 -11
  354. package/lib/components/steppers/numeric-stepper/index.d.ts +0 -1
  355. package/lib/components/steppers/numeric-stepper/numeric-step.type.d.ts +0 -8
  356. package/lib/components/steppers/numeric-stepper/numeric-stepper.component.d.ts +0 -10
  357. package/lib/components/steppers/numeric-stepper/numeric-stepper.module.d.ts +0 -10
  358. package/lib/components/steppers/numeric-stepper/public-api.d.ts +0 -3
  359. package/lib/components/steppers/stepper/index.d.ts +0 -1
  360. package/lib/components/steppers/stepper/public-api.d.ts +0 -3
  361. package/lib/components/steppers/stepper/step.type.d.ts +0 -8
  362. package/lib/components/steppers/stepper/stepper.component.d.ts +0 -21
  363. package/lib/components/steppers/stepper/stepper.module.d.ts +0 -10
  364. package/lib/components/steppers/wizard-stepper/index.d.ts +0 -1
  365. package/lib/components/steppers/wizard-stepper/public-api.d.ts +0 -3
  366. package/lib/components/steppers/wizard-stepper/wizard-step.type.d.ts +0 -11
  367. package/lib/components/steppers/wizard-stepper/wizard-stepper.component.d.ts +0 -29
  368. package/lib/components/steppers/wizard-stepper/wizard-stepper.module.d.ts +0 -10
  369. package/lib/components/table/index.d.ts +0 -1
  370. package/lib/components/table/public-api.d.ts +0 -2
  371. package/lib/components/table/table.component.d.ts +0 -67
  372. package/lib/components/table/table.module.d.ts +0 -10
  373. package/lib/components/tabs/index.d.ts +0 -1
  374. package/lib/components/tabs/public-api.d.ts +0 -2
  375. package/lib/components/tabs/tabs.component.d.ts +0 -14
  376. package/lib/components/tabs/tabs.module.d.ts +0 -9
  377. package/lib/components/tags/create-tag/create-tag.component.d.ts +0 -92
  378. package/lib/components/tags/create-tag/create-tag.module.d.ts +0 -15
  379. package/lib/components/tags/create-tag/index.d.ts +0 -1
  380. package/lib/components/tags/create-tag/public-api.d.ts +0 -2
  381. package/lib/components/tags/tag/index.d.ts +0 -1
  382. package/lib/components/tags/tag/public-api.d.ts +0 -3
  383. package/lib/components/tags/tag/tag.component.d.ts +0 -34
  384. package/lib/components/tags/tag/tag.module.d.ts +0 -9
  385. package/lib/components/tags/tag/tag.types.d.ts +0 -6
  386. package/lib/components/tags/tag-container/index.d.ts +0 -1
  387. package/lib/components/tags/tag-container/public-api.d.ts +0 -2
  388. package/lib/components/tags/tag-container/tag-container.component.d.ts +0 -5
  389. package/lib/components/tags/tag-container/tag-container.module.d.ts +0 -8
  390. package/lib/services/viewport/viewport.service.d.ts +0 -22
  391. package/lib/services/viewport/viewport.service.interface.d.ts +0 -6
  392. package/lib/services/window/abstract-window-resize.component.d.ts +0 -10
  393. package/lib/services/window/window.service.d.ts +0 -12
  394. package/lib/services/window/window.service.interface.d.ts +0 -7
  395. package/src/lib/components/avatar/avatar.component.d.ts +0 -30
  396. package/src/lib/components/avatar/avatar.module.d.ts +0 -9
  397. package/src/lib/components/avatar/avatar.types.d.ts +0 -1
  398. package/src/lib/components/avatar/public-api.d.ts +0 -2
  399. package/src/lib/components/buttons/button-container/button-container.component.d.ts +0 -9
  400. package/src/lib/components/buttons/button-container/button-container.module.d.ts +0 -8
  401. package/src/lib/components/buttons/button-container/public-api.d.ts +0 -2
  402. package/src/lib/components/drag-and-drop-list/dom.element.d.ts +0 -17
  403. package/src/lib/components/drag-and-drop-list/drag-and-drop-list.component.d.ts +0 -82
  404. package/src/lib/components/drag-and-drop-list/drag-and-drop-list.enums.d.ts +0 -8
  405. package/src/lib/components/drag-and-drop-list/drag-and-drop-list.module.d.ts +0 -8
  406. package/src/lib/components/drag-and-drop-list/dragged.placeholder.d.ts +0 -14
  407. package/src/lib/components/drag-and-drop-list/public-api.d.ts +0 -2
  408. package/src/lib/components/error-page/error-page-code/error-page-code.component.d.ts +0 -5
  409. package/src/lib/components/error-page/error-page-code/error-page-code.module.d.ts +0 -8
  410. package/src/lib/components/error-page/error-page-code/public-api.d.ts +0 -2
  411. package/src/lib/components/footer/container/footer-container.component.d.ts +0 -5
  412. package/src/lib/components/footer/container/footer-container.module.d.ts +0 -7
  413. package/src/lib/components/footer/container/public-api.d.ts +0 -2
  414. package/src/lib/components/footer/footer.component.d.ts +0 -22
  415. package/src/lib/components/footer/footer.component.types.d.ts +0 -12
  416. package/src/lib/components/footer/footer.module.d.ts +0 -8
  417. package/src/lib/components/footer/public-api.d.ts +0 -3
  418. package/src/lib/components/header/container/header-container.component.d.ts +0 -9
  419. package/src/lib/components/header/container/header-container.module.d.ts +0 -7
  420. package/src/lib/components/header/container/public-api.d.ts +0 -2
  421. package/src/lib/components/header/header.component.d.ts +0 -5
  422. package/src/lib/components/header/header.module.d.ts +0 -7
  423. package/src/lib/components/header/public-api.d.ts +0 -2
  424. package/src/lib/components/logo/primary-logo/abstract-logo-component.d.ts +0 -22
  425. package/src/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -7
  426. package/src/lib/components/logo/primary-logo/primary-logo.module.d.ts +0 -8
  427. package/src/lib/components/logo/primary-logo/public-api.d.ts +0 -2
  428. package/src/lib/components/progress-indicators/progress-bar/progress-bar.component.d.ts +0 -48
  429. package/src/lib/components/progress-indicators/progress-bar/progress-bar.module.d.ts +0 -9
  430. package/src/lib/components/progress-indicators/progress-bar/public-api.d.ts +0 -2
  431. package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.d.ts +0 -33
  432. package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.d.ts +0 -9
  433. package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.d.ts +0 -6
  434. package/src/lib/components/progress-indicators/progress-indicator-spinner/public-api.d.ts +0 -2
  435. package/src/lib/components/progress-indicators/progress-spinner/progress-spinner.component.d.ts +0 -37
  436. package/src/lib/components/progress-indicators/progress-spinner/progress-spinner.module.d.ts +0 -11
  437. package/src/lib/components/progress-indicators/progress-spinner/public-api.d.ts +0 -2
  438. package/src/lib/components/shell-layout/public-api.d.ts +0 -2
  439. package/src/lib/components/shell-layout/shell-layout.component.d.ts +0 -13
  440. package/src/lib/components/shell-layout/shell-layout.module.d.ts +0 -8
  441. package/src/lib/components/splash-page/public-api.d.ts +0 -2
  442. package/src/lib/components/splash-page/splash-page.component.d.ts +0 -14
  443. package/src/lib/components/splash-page/splash-page.module.d.ts +0 -8
  444. package/src/lib/components/tags/tag-container/public-api.d.ts +0 -2
  445. package/src/lib/components/tags/tag-container/tag-container.component.d.ts +0 -5
  446. package/src/lib/components/tags/tag-container/tag-container.module.d.ts +0 -8
@@ -1,25 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { AbstractInputComponent } from '../abstracts/abstract.input.component';
3
- import * as i0 from "@angular/core";
4
- export declare class AdsPhoneFieldComponent extends AbstractInputComponent implements OnInit, OnDestroy {
5
- /** @ignore */
6
- phoneMask: import("@angular/core").WritableSignal<string>;
7
- /** @ignore */
8
- private valueChangesSubscription;
9
- /** @ignore */
10
- ngOnInit(): void;
11
- /** @ignore */
12
- onBlur: () => void;
13
- /** @ignore */
14
- protected addPlusSignIfMissing: () => void;
15
- /** @ignore */
16
- protected validatePhoneNumber: () => void;
17
- /** @ignore */
18
- private updatePhoneMask;
19
- /** @ignore */
20
- private setInitialPhoneNumber;
21
- /** @ignore */
22
- ngOnDestroy(): void;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsPhoneFieldComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<AdsPhoneFieldComponent, "ads-phone-field", never, {}, {}, never, never, false, never>;
25
- }
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./phone-field.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "ngx-mask";
5
- import * as i4 from "../input/input.module";
6
- export declare class AdsPhoneFieldModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsPhoneFieldModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdsPhoneFieldModule, [typeof i1.AdsPhoneFieldComponent], [typeof i2.CommonModule, typeof i3.NgxMaskDirective, typeof i4.AdsInputModule], [typeof i1.AdsPhoneFieldComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<AdsPhoneFieldModule>;
10
- }
@@ -1,2 +0,0 @@
1
- export * from './phone-field.module';
2
- export * from './phone-field.component';
@@ -1 +0,0 @@
1
- export * from './public-api';
@@ -1,2 +0,0 @@
1
- export * from './search-dropdown.component';
2
- export * from './search-dropdown.module';
@@ -1,13 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import { SearchDropdownDisplayControlValue } from './search-dropdown.component.types';
3
- import * as i0 from "@angular/core";
4
- export declare class AdsSearchDropdownHighlighterPipe implements PipeTransform {
5
- transform(optionValue: string, filter: SearchDropdownDisplayControlValue): string;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsSearchDropdownHighlighterPipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<AdsSearchDropdownHighlighterPipe, "adsSearchDropdownHighlighter", false>;
8
- }
9
- export declare class AdsSearchDropdownHighlighterPipeModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsSearchDropdownHighlighterPipeModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSearchDropdownHighlighterPipeModule, [typeof AdsSearchDropdownHighlighterPipe], never, [typeof AdsSearchDropdownHighlighterPipe]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<AdsSearchDropdownHighlighterPipeModule>;
13
- }
@@ -1,197 +0,0 @@
1
- import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChange, TemplateRef } from '@angular/core';
2
- import { AbstractControl, FormControl } from '@angular/forms';
3
- import { MatAutocomplete, MatAutocompleteTrigger } from '@angular/material/autocomplete';
4
- import { AbstractDropdownComponent, DropdownComponentOption } from '../../abstracts/abstract.dropdown.component';
5
- import { Observable } from 'rxjs';
6
- import { GENERIC_COLLECTION } from '@ascentgl/ads-utils';
7
- import { SearchDropdownComponentOptions, SearchDropdownStaticOption } from './search-dropdown.component.types';
8
- import { MatOption } from '@angular/material/core';
9
- import { TEMPLATE_TYPE } from '../../common/dropdown-option-template.directive';
10
- import { SafeHtml } from '@angular/platform-browser';
11
- import * as i0 from "@angular/core";
12
- type CustomMatOption = (MatOption & {
13
- modified?: boolean;
14
- }) | undefined | null;
15
- export declare class AdsSearchDropdownComponent extends AbstractDropdownComponent implements OnChanges, OnInit, AfterViewInit, OnDestroy {
16
- private cdr;
17
- private renderer;
18
- private ref;
19
- /** @ignore */
20
- optionRef: import("@angular/core").Signal<TemplateRef<TEMPLATE_TYPE>>;
21
- /** Maximum amount of characters in the input field */
22
- maxlength: number;
23
- /** Set to additional paneClass if required*/
24
- panelClass: string;
25
- /** Contains dropdown options */
26
- options?: Observable<SearchDropdownComponentOptions>;
27
- /** If "true", component will not try to load additional options */
28
- staticOptions: boolean;
29
- /** If "true" and "staticOptions" is also true additional filter will be applied to remove options that do not match input value */
30
- filterOptions: boolean;
31
- /** If "true", emitSearchValueInput will emit empty values too */
32
- emitEmptyValues: boolean;
33
- /** If "true", first time focusing on input will start loading suggestions if input has a value */
34
- loadSuggestionOnInit: boolean;
35
- /** Provide configuration for default option that can be displayed if no results were found */
36
- noDataOption: SearchDropdownStaticOption | undefined;
37
- /** Provide configuration for default option that can be displayed if no intended results were found */
38
- moreDataOption: SearchDropdownStaticOption | undefined;
39
- /** Provide configuration for default option that can be displayed if needed */
40
- staticDataOption: SearchDropdownStaticOption | undefined;
41
- /** Provide event that is fired when enter key is down while input value is being set */
42
- onEnterKeyDown: ((currentInputValue: string) => void) | undefined;
43
- /** Provide callback that will vbe executed when user clicks on magnifying glass icon */
44
- searchIconClickCallback: ((currentInputValue: string) => void) | undefined;
45
- /** Provide callback that will vbe executed when user clicks on magnifying glass icon */
46
- displayValueFormatter: ((value: string, option: DropdownComponentOption) => string | SafeHtml) | undefined;
47
- /** If "true", will read option template provided via "ng-template dropdown-option" selector */
48
- useOptionTemplate: boolean;
49
- /** set minimum amount of characters to start search */
50
- minValueLength: number;
51
- /** Set to "true" to prevent click even propagation */
52
- preventClick: boolean;
53
- /** @ignore */
54
- closePanelEnabled: boolean;
55
- /** @ignore */
56
- trimValue: boolean;
57
- /**
58
- * NOTE: INPUT PARAMS BELOW ARE OVERRIDDEN BECAUSE FOR SOME UNKNOWN REASON STORYBOOK WON'T SHOW THEM FROM PARENT CLASS
59
- */
60
- /** Form control, associated with input field */
61
- set control(control: AbstractControl | null);
62
- /** Object, containing key=>value pairs for errors and their translated messages */
63
- errorMessages: GENERIC_COLLECTION<string>;
64
- /** Hint message, displayed under the control */
65
- hint?: string;
66
- /** Optional "id" attribute for input field */
67
- id: string;
68
- /** Optional control field label */
69
- label?: string;
70
- /** Empty input field placeholder */
71
- placeholder: string;
72
- /**
73
- * END OF OVERRIDDEN PARAMETERS
74
- */
75
- /** Emits currently input search value. Use it to react and generate fresh options list, based on the value */
76
- emitSearchValueInput: EventEmitter<string>;
77
- /** @ignore */
78
- trigger?: MatAutocompleteTrigger;
79
- /** @ignore */
80
- input?: ElementRef;
81
- /** @ignore */
82
- moreDataMatOption?: MatOption;
83
- /** @ignore */
84
- noDataMatOption?: MatOption;
85
- /** @ignore */
86
- staticDataMatOption?: MatOption;
87
- /** @ignore */
88
- auto?: MatAutocomplete;
89
- /** @ignore */
90
- loading: import("@angular/core").WritableSignal<boolean>;
91
- /** @ignore */
92
- private isInternalValueSet;
93
- /** @ignore */
94
- private displayedControlSubscription?;
95
- /** @ignore */
96
- private valueControlSubscription?;
97
- /** @ignore */
98
- private optionsSubscription?;
99
- /** @ignore */
100
- private valueControlStatusSubscription?;
101
- /** @ignore */
102
- private ignoreOnBlur;
103
- /** @ignore */
104
- private initialSuggestionsChecked;
105
- /** @ignore */
106
- private unsubscribeFromScroll?;
107
- /** @ignore */
108
- private previousControlValue?;
109
- /** @ignore */
110
- private allOptions;
111
- constructor(cdr: ChangeDetectorRef, renderer: Renderer2, ref: ElementRef);
112
- /** @ignore */
113
- ngOnChanges(changes: {
114
- options: SimpleChange;
115
- immediateValidation: SimpleChange;
116
- }): void;
117
- /** @ignore */
118
- ngOnInit(): void;
119
- ngAfterViewInit(): void;
120
- /** @ignore */
121
- ngOnDestroy(): void;
122
- /** @ignore */
123
- get canSearch(): boolean;
124
- /** @ignore */
125
- get canUseMoreDataOption(): boolean;
126
- /** @ignore */
127
- get canUseNoDataOption(): boolean;
128
- /** @ignore */
129
- get canUseStaticOption(): boolean;
130
- /** @ignore */
131
- get showDropdownIcon(): boolean;
132
- /** @ignore */
133
- onSearchIconClick(event: MouseEvent): void;
134
- /** @ignore */
135
- onKeyDown(eventTarget: EventTarget | null): void;
136
- /** @ignore */
137
- onBlur(): void;
138
- /** @ignore */
139
- onFocus(): void;
140
- /** @ignore */
141
- onInput(eventTarget: EventTarget | null): void;
142
- /** @ignore */
143
- getDisplayedValueAsString(checkAdditionalFormatting?: boolean): string;
144
- /** @ignore */
145
- reset(): void;
146
- /** @ignore */
147
- onStaticOptionMouseDown(event: MouseEvent, option: SearchDropdownStaticOption): void;
148
- /** @ignore */
149
- onOptionMouseDown(event: MouseEvent, option: CustomMatOption): void;
150
- /** @ignore */
151
- displayFn: (option?: {
152
- key: DropdownComponentOption;
153
- value: string;
154
- }) => string;
155
- /** @ignore */
156
- resetInitialState(): void;
157
- /** @ignore */
158
- canShowError(): boolean;
159
- /** @ignore */
160
- protected touchInvalid(control: FormControl): void;
161
- /** @ignore */
162
- protected processOptions(): void;
163
- /** @ignore */
164
- protected setupSubscriptions(): void;
165
- /** @ignore */
166
- private subscribeToDisplayedControlValueChanged;
167
- /** @ignore */
168
- private unsubscribeFromOptions;
169
- private unsubscribeFromDisplayedControl;
170
- /** @ignore */
171
- displayFirstError(control?: FormControl): string;
172
- /** @ignore */
173
- clear(event?: MouseEvent): void;
174
- /** @ignore */
175
- togglePanel(event?: MouseEvent): void;
176
- /** @ignore */
177
- private controlValueToDisplayedControlValue;
178
- private mustApplyAdditionalFiltering;
179
- /** @ignore */
180
- private unselectComponent;
181
- /** @ignore */
182
- private activateStaticOption;
183
- /** @ignore */
184
- private setValidators;
185
- /** @ignore */
186
- private canEmitValue;
187
- /** @ignore */
188
- private setControlValueFromString;
189
- /** @ignore */
190
- private setControlValueFromOption;
191
- private setControlValue;
192
- private overrideKeydownHandler;
193
- private modifyOptionClickEvent;
194
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsSearchDropdownComponent, never>;
195
- static ɵcmp: i0.ɵɵComponentDeclaration<AdsSearchDropdownComponent, "ads-search-dropdown", never, { "maxlength": { "alias": "maxlength"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "options": { "alias": "options"; "required": false; }; "staticOptions": { "alias": "staticOptions"; "required": false; }; "filterOptions": { "alias": "filterOptions"; "required": false; }; "emitEmptyValues": { "alias": "emitEmptyValues"; "required": false; }; "loadSuggestionOnInit": { "alias": "loadSuggestionOnInit"; "required": false; }; "noDataOption": { "alias": "noDataOption"; "required": false; }; "moreDataOption": { "alias": "moreDataOption"; "required": false; }; "staticDataOption": { "alias": "staticDataOption"; "required": false; }; "onEnterKeyDown": { "alias": "onEnterKeyDown"; "required": false; }; "searchIconClickCallback": { "alias": "searchIconClickCallback"; "required": false; }; "displayValueFormatter": { "alias": "displayValueFormatter"; "required": false; }; "useOptionTemplate": { "alias": "useOptionTemplate"; "required": false; }; "minValueLength": { "alias": "minValueLength"; "required": false; }; "preventClick": { "alias": "preventClick"; "required": false; }; "closePanelEnabled": { "alias": "closePanelEnabled"; "required": false; }; "trimValue": { "alias": "trimValue"; "required": false; }; "control": { "alias": "control"; "required": false; }; "errorMessages": { "alias": "errorMessages"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "id": { "alias": "id"; "required": false; }; "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, { "emitSearchValueInput": "emitSearchValueInput"; }, ["optionRef"], never, false, never>;
196
- }
197
- export {};
@@ -1,10 +0,0 @@
1
- import { DropdownComponentOption } from '../../abstracts/abstract.dropdown.component';
2
- export type SearchDropdownDisplayControlValue = string | {
3
- key: DropdownComponentOption;
4
- value: string;
5
- };
6
- export type SearchDropdownComponentOptions = DropdownComponentOption[];
7
- export type SearchDropdownStaticOption = {
8
- label: string;
9
- onClick?: (currentInputValue: string) => void;
10
- };
@@ -1,21 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./search-dropdown.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/form-field";
5
- import * as i4 from "@ascentgl/ads-icons";
6
- import * as i5 from "@angular/material/input";
7
- import * as i6 from "@angular/forms";
8
- import * as i7 from "@angular/material/autocomplete";
9
- import * as i8 from "@angular/material/select";
10
- import * as i9 from "./search-dropdown-highlighter.pipe";
11
- import * as i10 from "@angular/material/datepicker";
12
- import * as i11 from "@angular/material/button";
13
- import * as i12 from "../../common/input.tooltip.component";
14
- import * as i13 from "../../common/error/error.component";
15
- import * as i14 from "../../common/hint/hint.component";
16
- import * as i15 from "../../common/success/success.component";
17
- export declare class AdsSearchDropdownModule {
18
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsSearchDropdownModule, never>;
19
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSearchDropdownModule, [typeof i1.AdsSearchDropdownComponent], [typeof i2.CommonModule, typeof i3.MatFormFieldModule, typeof i4.AdsIconModule, typeof i5.MatInputModule, typeof i6.ReactiveFormsModule, typeof i7.MatAutocompleteModule, typeof i8.MatSelectModule, typeof i9.AdsSearchDropdownHighlighterPipeModule, typeof i10.MatDatepickerModule, typeof i11.MatIconButton, typeof i12.AdsInputTooltipComponent, typeof i13.AdsErrorComponent, typeof i14.AdsHintComponent, typeof i15.AdsSuccessComponent], [typeof i1.AdsSearchDropdownComponent]>;
20
- static ɵinj: i0.ɵɵInjectorDeclaration<AdsSearchDropdownModule>;
21
- }
@@ -1 +0,0 @@
1
- export * from './public-api';
@@ -1,2 +0,0 @@
1
- export * from './search-input.component';
2
- export * from './search-input.module';
@@ -1,21 +0,0 @@
1
- import { AdsInputComponent } from '../../input';
2
- import * as i0 from "@angular/core";
3
- export declare class AdsSearchInputComponent extends AdsInputComponent {
4
- /** a callback function that will be called every time when enter button or search icons are clicked */
5
- searchCallback?: (value: string) => void;
6
- /** set to true if you want to execute searchCallback when icon is clicked */
7
- isIconClickable: boolean;
8
- /** set to true to emit search events on empty search value */
9
- searchEmptyValue: boolean;
10
- /** optional param to show spinner */
11
- loading?: boolean | undefined;
12
- constructor();
13
- /** ignore */
14
- get canClick(): any;
15
- /** ignore */
16
- onSearch(): void;
17
- /** ignore */
18
- private canSearch;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsSearchInputComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<AdsSearchInputComponent, "ads-search-input", never, { "searchCallback": { "alias": "searchCallback"; "required": false; }; "isIconClickable": { "alias": "isIconClickable"; "required": false; }; "searchEmptyValue": { "alias": "searchEmptyValue"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, {}, never, never, false, never>;
21
- }
@@ -1,20 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./search-input.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/form-field";
5
- import * as i4 from "@ascentgl/ads-icons";
6
- import * as i5 from "@angular/material/input";
7
- import * as i6 from "@angular/material/progress-spinner";
8
- import * as i7 from "@angular/forms";
9
- import * as i8 from "@angular/material/autocomplete";
10
- import * as i9 from "@angular/material/select";
11
- import * as i10 from "@angular/material/button";
12
- import * as i11 from "../../common/input.tooltip.component";
13
- import * as i12 from "../../common/error/error.component";
14
- import * as i13 from "../../common/hint/hint.component";
15
- import * as i14 from "../../common/success/success.component";
16
- export declare class AdsSearchInputModule {
17
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsSearchInputModule, never>;
18
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSearchInputModule, [typeof i1.AdsSearchInputComponent], [typeof i2.CommonModule, typeof i3.MatFormFieldModule, typeof i4.AdsIconModule, typeof i5.MatInputModule, typeof i6.MatProgressSpinnerModule, typeof i7.ReactiveFormsModule, typeof i8.MatAutocompleteModule, typeof i9.MatSelectModule, typeof i10.MatIconButton, typeof i11.AdsInputTooltipComponent, typeof i12.AdsErrorComponent, typeof i13.AdsHintComponent, typeof i14.AdsSuccessComponent], [typeof i1.AdsSearchInputComponent]>;
19
- static ɵinj: i0.ɵɵInjectorDeclaration<AdsSearchInputModule>;
20
- }
@@ -1,21 +0,0 @@
1
- import { OnChanges, OnInit, SimpleChange } from '@angular/core';
2
- import { AbstractBaseComponent } from '../../abstracts/abstract.base.component';
3
- import * as i0 from "@angular/core";
4
- export declare class AdsCheckboxComponent extends AbstractBaseComponent implements OnInit, OnChanges {
5
- /** Set to "true" to make the checkbox indeterminate */
6
- indeterminate: boolean;
7
- width: string;
8
- /** @ignore */
9
- private valueChangeSub?;
10
- /** @ignore */
11
- ngOnInit(): void;
12
- /** @ignore */
13
- ngOnChanges(changes: {
14
- required: SimpleChange;
15
- immediateValidation: SimpleChange;
16
- }): void;
17
- /** @ignore */
18
- toggleCheck(): void;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsCheckboxComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<AdsCheckboxComponent, "ads-checkbox", never, { "indeterminate": { "alias": "indeterminate"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, never, false, never>;
21
- }
@@ -1,13 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./checkbox.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "../../common/hint/hint.component";
6
- import * as i5 from "../../common/error/error.component";
7
- import * as i6 from "../../common/input.tooltip.component";
8
- import * as i7 from "../../common/success/success.component";
9
- export declare class AdsCheckboxModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsCheckboxModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdsCheckboxModule, [typeof i1.AdsCheckboxComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.AdsHintComponent, typeof i5.AdsErrorComponent, typeof i6.AdsInputTooltipComponent, typeof i7.AdsSuccessComponent], [typeof i1.AdsCheckboxComponent]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<AdsCheckboxModule>;
13
- }
@@ -1 +0,0 @@
1
- export * from './public-api';
@@ -1,2 +0,0 @@
1
- export * from './checkbox.component';
2
- export * from './checkbox.module';
@@ -1 +0,0 @@
1
- export * from './public-api';
@@ -1,2 +0,0 @@
1
- export * from './radio-button.component';
2
- export * from './radio-button.module';
@@ -1,28 +0,0 @@
1
- import { OnChanges, SimpleChange, TemplateRef } from '@angular/core';
2
- import { AdsDropdownComponent } from '../../dropdowns/dropdown';
3
- import { TEMPLATE_TYPE } from '../../common/dropdown-option-template.directive';
4
- import * as i0 from "@angular/core";
5
- export declare class AdsRadioButtonComponent extends AdsDropdownComponent implements OnChanges {
6
- /** @ignore */
7
- optionRef: import("@angular/core").Signal<TemplateRef<TEMPLATE_TYPE>>;
8
- /** Set to "true" to make the checkbox indeterminate */
9
- vertical: boolean;
10
- /** Enable/disable options sorting */
11
- sortOptions: boolean;
12
- /** If "true", will read option template provided via "ng-template radio-option" selector */
13
- useOptionTemplate: boolean;
14
- /** @ignore */
15
- fitContent: boolean;
16
- /** @ignore */
17
- placeholder: string;
18
- /** @ignore */
19
- label?: string;
20
- /** @ignore */
21
- ngOnChanges(changes: {
22
- required: SimpleChange;
23
- options: SimpleChange;
24
- immediateValidation: SimpleChange;
25
- }): void;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsRadioButtonComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<AdsRadioButtonComponent, "ads-radio-button", never, { "vertical": { "alias": "vertical"; "required": false; }; "sortOptions": { "alias": "sortOptions"; "required": false; }; "useOptionTemplate": { "alias": "useOptionTemplate"; "required": false; }; }, {}, ["optionRef"], never, false, never>;
28
- }
@@ -1,17 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./radio-button.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "@angular/material/radio";
6
- import * as i5 from "@angular/material/core";
7
- import * as i6 from "@angular/material/input";
8
- import * as i7 from "../../common/error/error.component";
9
- import * as i8 from "../../common/hint/hint.component";
10
- import * as i9 from "../../common/input.tooltip.component";
11
- import * as i10 from "../../search-fields/search-dropdown/search-dropdown-highlighter.pipe";
12
- import * as i11 from "../../common/success/success.component";
13
- export declare class AdsRadioButtonModule {
14
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsRadioButtonModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdsRadioButtonModule, [typeof i1.AdsRadioButtonComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.MatRadioModule, typeof i5.MatOptionModule, typeof i6.MatInputModule, typeof i7.AdsErrorComponent, typeof i8.AdsHintComponent, typeof i9.AdsInputTooltipComponent, typeof i10.AdsSearchDropdownHighlighterPipeModule, typeof i11.AdsSuccessComponent], [typeof i1.AdsRadioButtonComponent]>;
16
- static ɵinj: i0.ɵɵInjectorDeclaration<AdsRadioButtonModule>;
17
- }
@@ -1 +0,0 @@
1
- export * from './public-api';
@@ -1,2 +0,0 @@
1
- export * from './slide-toggle.component';
2
- export * from './slide-toggle.module';
@@ -1,23 +0,0 @@
1
- import { AbstractControl, FormControl } from '@angular/forms';
2
- import { AbstractBaseComponent } from '../../abstracts/abstract.base.component';
3
- import * as i0 from "@angular/core";
4
- export declare class AdsSlideToggleComponent extends AbstractBaseComponent {
5
- /** Set to "true" to make the toggle title "Yes" or "No" */
6
- enableYesOrNo: boolean;
7
- /** @ignore */
8
- valueControl: FormControl;
9
- /** Form control, associated with input field */
10
- set control(control: AbstractControl | null);
11
- /** Optional "label" attribute for slide toggle field */
12
- label: string;
13
- /** Optional "id" attribute for slide toggle field */
14
- id: string;
15
- /** Component width. Must include units of measure: px, %, em, rem, etc. */
16
- width: string;
17
- /** @ignore */
18
- toggle(): void;
19
- /** @ignore */
20
- getTitle(enabled: boolean): string;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsSlideToggleComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<AdsSlideToggleComponent, "ads-slide-toggle", never, { "enableYesOrNo": { "alias": "enableYesOrNo"; "required": false; }; "control": { "alias": "control"; "required": false; }; "label": { "alias": "label"; "required": false; }; "id": { "alias": "id"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, never, false, never>;
23
- }
@@ -1,13 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./slide-toggle.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "../../common/input.tooltip.component";
6
- import * as i5 from "../../common/error/error.component";
7
- import * as i6 from "../../common/hint/hint.component";
8
- import * as i7 from "../../common/success/success.component";
9
- export declare class AdsSlideToggle {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsSlideToggle, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSlideToggle, [typeof i1.AdsSlideToggleComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.AdsInputTooltipComponent, typeof i5.AdsErrorComponent, typeof i6.AdsHintComponent, typeof i7.AdsSuccessComponent], [typeof i1.AdsSlideToggleComponent]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<AdsSlideToggle>;
13
- }
@@ -1 +0,0 @@
1
- export * from './public-api';
@@ -1,2 +0,0 @@
1
- export * from './slider.component';
2
- export * from './slider.module';
@@ -1,20 +0,0 @@
1
- import { AdsCheckboxComponent } from '../checkbox';
2
- import * as i0 from "@angular/core";
3
- export declare class AdsSliderComponent extends AdsCheckboxComponent {
4
- /** Set minimum slider value */
5
- min: number;
6
- /** Set maximum slider value */
7
- max: number;
8
- /** Set slider step value */
9
- step: number;
10
- /** How often to show ticks. Relative to the step so that a tick always appears on a step. Ex: Tick interval of 4 with a step of 3 will draw a tick every 4 steps (every 12 values). */
11
- tickInterval?: 'auto' | number;
12
- /** Whether to invert slider direction */
13
- invert: boolean;
14
- /** Whether to show the thumb label */
15
- thumbLabel: boolean;
16
- /** @ignore */
17
- label: string;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsSliderComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<AdsSliderComponent, "ads-slider", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "tickInterval": { "alias": "tickInterval"; "required": false; }; "invert": { "alias": "invert"; "required": false; }; "thumbLabel": { "alias": "thumbLabel"; "required": false; }; }, {}, never, never, false, never>;
20
- }
@@ -1,14 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./slider.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "@angular/material/slider";
6
- import * as i5 from "@angular/material/input";
7
- import * as i6 from "@ascentgl/ads-icons";
8
- import * as i7 from "../../common/error/error.component";
9
- import * as i8 from "../../common/hint/hint.component";
10
- export declare class AdsSliderModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsSliderModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSliderModule, [typeof i1.AdsSliderComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.MatSliderModule, typeof i5.MatInputModule, typeof i6.AdsIconModule, typeof i7.AdsErrorComponent, typeof i8.AdsHintComponent], [typeof i1.AdsSliderComponent]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<AdsSliderModule>;
14
- }
@@ -1 +0,0 @@
1
- export * from './public-api';
@@ -1,2 +0,0 @@
1
- export * from './time-field.component';
2
- export * from './time-field.module';
@@ -1,37 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { AdsInputDropdownComponent } from '../dropdowns/input-dropdown';
3
- import { FormControl } from '@angular/forms';
4
- import * as i0 from "@angular/core";
5
- export declare class AdsTimeFieldComponent extends AdsInputDropdownComponent implements OnInit, OnDestroy {
6
- /** Enable military time, is "true" by default */
7
- militaryTime: import("@angular/core").InputSignal<boolean>;
8
- /** Hide clock icon for military time */
9
- hideClockIcon: import("@angular/core").InputSignal<boolean>;
10
- /** @ignore */
11
- periodControl: FormControl<string | null>;
12
- /** @ignore */
13
- timeControl: FormControl<string>;
14
- /** @ignore */
15
- periodOptions: string[];
16
- errorMessages: {
17
- mask: string;
18
- invalidTime: string;
19
- invalidMilitaryTime: string;
20
- };
21
- /** @ignore */
22
- private subscription;
23
- /** @ignore */
24
- ngOnInit(): void;
25
- /** @ignore */
26
- private syncValidators;
27
- /** @ignore */
28
- onBlurUpdateTime(): void;
29
- /** @ignore */
30
- private convertToMilitaryTime;
31
- /** @ignore */
32
- private padZero;
33
- /** @ignore */
34
- ngOnDestroy(): void;
35
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsTimeFieldComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<AdsTimeFieldComponent, "ads-time-field", never, { "militaryTime": { "alias": "militaryTime"; "required": false; "isSignal": true; }; "hideClockIcon": { "alias": "hideClockIcon"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
37
- }
@@ -1,14 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./time-field.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../dropdowns/input-dropdown/input-dropdown.module";
5
- import * as i4 from "@ascentgl/ads-icons";
6
- import * as i5 from "@angular/material/button";
7
- import * as i6 from "ngx-mask";
8
- import * as i7 from "@angular/forms";
9
- import * as i8 from "../input/input.module";
10
- export declare class AdsTimeFieldModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsTimeFieldModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTimeFieldModule, [typeof i1.AdsTimeFieldComponent], [typeof i2.CommonModule, typeof i3.AdsInputDropdownModule, typeof i4.AdsIconModule, typeof i5.MatIconButton, typeof i6.NgxMaskDirective, typeof i7.ReactiveFormsModule, typeof i8.AdsInputModule], [typeof i1.AdsTimeFieldComponent]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<AdsTimeFieldModule>;
14
- }