@ascentgl/ads-ui 2.19.5 → 20.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 (1301) hide show
  1. package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs +9 -9
  2. package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs.map +1 -1
  3. package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +8 -8
  4. package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs.map +1 -1
  5. package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +9 -9
  6. package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs.map +1 -1
  7. package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs +8 -7
  8. package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs.map +1 -1
  9. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs +8 -8
  10. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs.map +1 -1
  11. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs +9 -9
  12. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs.map +1 -1
  13. package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs +9 -9
  14. package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs.map +1 -1
  15. package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs +8 -8
  16. package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs.map +1 -1
  17. package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +24 -11
  18. package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs.map +1 -1
  19. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +9 -9
  20. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs.map +1 -1
  21. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +9 -9
  22. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs.map +1 -1
  23. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +9 -9
  24. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs.map +1 -1
  25. package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +9 -9
  26. package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs.map +1 -1
  27. package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs +9 -9
  28. package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs.map +1 -1
  29. package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +8 -8
  30. package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs.map +1 -1
  31. package/fesm2022/ascentgl-ads-ui.mjs +5293 -5689
  32. package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
  33. package/index.d.ts +3023 -86
  34. package/package.json +12 -256
  35. package/src/assets/sass/ads-ui/abstracts/_functions.scss +6 -3
  36. package/src/assets/sass/ads-ui/abstracts/_mixins.scss +15 -13
  37. package/src/assets/sass/ads-ui/abstracts/_variables.scss +5 -5
  38. package/src/assets/sass/ads-ui/base/_reset.scss +7 -29
  39. package/src/assets/sass/ads-ui/base/_typography.scss +1 -10
  40. package/src/assets/sass/ads-ui/base/_utilities.scss +1 -2
  41. package/src/assets/sass/ads-ui/main.scss +8 -9
  42. package/src/assets/sass/ads-ui/overrides/_angular-material.scss +8 -10
  43. package/src/assets/sass/ads-ui/overrides/angular-material/_bottom-sheet.scss +2 -0
  44. package/src/assets/sass/ads-ui/overrides/angular-material/_datetimepicker.scss +4 -6
  45. package/src/assets/sass/ads-ui/overrides/angular-material/_dropdown.scss +1 -2
  46. package/src/assets/sass/ads-ui/overrides/angular-material/_html.scss +7 -9
  47. package/src/assets/sass/ads-ui/overrides/angular-material/_mat-list.scss +3 -1
  48. package/src/assets/sass/ads-ui/overrides/angular-material/_menu.scss +89 -0
  49. package/src/assets/sass/ads-ui/overrides/angular-material/_search-dropdown-modal.scss +2 -0
  50. package/src/assets/sass/ads-ui/overrides/angular-material/_snackbar.scss +12 -9
  51. package/src/assets/sass/ads-ui/overrides/angular-material/_tooltip.scss +13 -10
  52. package/src/lib/components/avatar/index.d.ts +42 -5
  53. package/src/lib/components/buttons/button-container/index.d.ts +19 -5
  54. package/src/lib/components/drag-and-drop-list/index.d.ts +93 -5
  55. package/src/lib/components/error-page/error-page-code/index.d.ts +15 -5
  56. package/src/lib/components/footer/container/index.d.ts +14 -5
  57. package/src/lib/components/footer/index.d.ts +45 -5
  58. package/src/lib/components/header/container/index.d.ts +18 -5
  59. package/src/lib/components/header/index.d.ts +14 -5
  60. package/src/lib/components/logo/primary-logo/index.d.ts +38 -5
  61. package/src/lib/components/progress-indicators/progress-bar/index.d.ts +58 -5
  62. package/src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts +50 -5
  63. package/src/lib/components/progress-indicators/progress-spinner/index.d.ts +50 -5
  64. package/src/lib/components/shell-layout/index.d.ts +23 -5
  65. package/src/lib/components/splash-page/index.d.ts +24 -5
  66. package/src/lib/components/tags/tag-container/index.d.ts +15 -5
  67. package/esm2022/ascentgl-ads-ui.mjs +0 -5
  68. package/esm2022/index.mjs +0 -87
  69. package/esm2022/lib/components/avatar/avatar.component.mjs +0 -50
  70. package/esm2022/lib/components/avatar/avatar.module.mjs +0 -19
  71. package/esm2022/lib/components/avatar/avatar.types.mjs +0 -2
  72. package/esm2022/lib/components/avatar/index.mjs +0 -2
  73. package/esm2022/lib/components/avatar/public-api.mjs +0 -3
  74. package/esm2022/lib/components/badge/index.mjs +0 -2
  75. package/esm2022/lib/components/badge/numeric-badge.component.mjs +0 -35
  76. package/esm2022/lib/components/badge/numeric-badge.module.mjs +0 -19
  77. package/esm2022/lib/components/badge/public-api.mjs +0 -3
  78. package/esm2022/lib/components/breadcrumb/breadcrumb.component.mjs +0 -62
  79. package/esm2022/lib/components/breadcrumb/breadcrumb.module.mjs +0 -21
  80. package/esm2022/lib/components/breadcrumb/breadcrumb.type.mjs +0 -2
  81. package/esm2022/lib/components/breadcrumb/breadcrumb.visual-processor.mjs +0 -151
  82. package/esm2022/lib/components/breadcrumb/index.mjs +0 -2
  83. package/esm2022/lib/components/breadcrumb/public-api.mjs +0 -4
  84. package/esm2022/lib/components/buttons/button/button.component.mjs +0 -31
  85. package/esm2022/lib/components/buttons/button/button.module.mjs +0 -19
  86. package/esm2022/lib/components/buttons/button/index.mjs +0 -2
  87. package/esm2022/lib/components/buttons/button/public-api.mjs +0 -3
  88. package/esm2022/lib/components/buttons/button-container/button-container.component.mjs +0 -17
  89. package/esm2022/lib/components/buttons/button-container/button-container.module.mjs +0 -18
  90. package/esm2022/lib/components/buttons/button-container/index.mjs +0 -2
  91. package/esm2022/lib/components/buttons/button-container/public-api.mjs +0 -3
  92. package/esm2022/lib/components/buttons/icon-button/icon-button.component.mjs +0 -36
  93. package/esm2022/lib/components/buttons/icon-button/icon-button.module.mjs +0 -20
  94. package/esm2022/lib/components/buttons/icon-button/index.mjs +0 -2
  95. package/esm2022/lib/components/buttons/icon-button/public-api.mjs +0 -3
  96. package/esm2022/lib/components/buttons/link-button/index.mjs +0 -2
  97. package/esm2022/lib/components/buttons/link-button/link-button.component.mjs +0 -18
  98. package/esm2022/lib/components/buttons/link-button/link-button.module.mjs +0 -20
  99. package/esm2022/lib/components/buttons/link-button/public-api.mjs +0 -3
  100. package/esm2022/lib/components/buttons/selection-button/index.mjs +0 -2
  101. package/esm2022/lib/components/buttons/selection-button/public-api.mjs +0 -3
  102. package/esm2022/lib/components/buttons/selection-button/selection-button.component.mjs +0 -60
  103. package/esm2022/lib/components/buttons/selection-button/selection-button.module.mjs +0 -20
  104. package/esm2022/lib/components/card/card.component.mjs +0 -11
  105. package/esm2022/lib/components/card/card.module.mjs +0 -18
  106. package/esm2022/lib/components/card/index.mjs +0 -2
  107. package/esm2022/lib/components/card/public-api.mjs +0 -3
  108. package/esm2022/lib/components/chip/chip.component.mjs +0 -45
  109. package/esm2022/lib/components/chip/chip.module.mjs +0 -19
  110. package/esm2022/lib/components/chip/chip.types.mjs +0 -2
  111. package/esm2022/lib/components/chip/index.mjs +0 -2
  112. package/esm2022/lib/components/chip/public-api.mjs +0 -3
  113. package/esm2022/lib/components/divider/divider.component.mjs +0 -43
  114. package/esm2022/lib/components/divider/divider.module.mjs +0 -18
  115. package/esm2022/lib/components/divider/index.mjs +0 -2
  116. package/esm2022/lib/components/divider/public-api.mjs +0 -3
  117. package/esm2022/lib/components/drag-and-drop-list/dom.element.mjs +0 -62
  118. package/esm2022/lib/components/drag-and-drop-list/drag-and-drop-list.component.mjs +0 -349
  119. package/esm2022/lib/components/drag-and-drop-list/drag-and-drop-list.enums.mjs +0 -2
  120. package/esm2022/lib/components/drag-and-drop-list/drag-and-drop-list.module.mjs +0 -18
  121. package/esm2022/lib/components/drag-and-drop-list/dragged.placeholder.mjs +0 -63
  122. package/esm2022/lib/components/drag-and-drop-list/index.mjs +0 -2
  123. package/esm2022/lib/components/drag-and-drop-list/public-api.mjs +0 -3
  124. package/esm2022/lib/components/error-page/error-page-code/error-page-code.component.mjs +0 -14
  125. package/esm2022/lib/components/error-page/error-page-code/error-page-code.module.mjs +0 -18
  126. package/esm2022/lib/components/error-page/error-page-code/index.mjs +0 -2
  127. package/esm2022/lib/components/error-page/error-page-code/public-api.mjs +0 -3
  128. package/esm2022/lib/components/error-page/error-page.component.mjs +0 -110
  129. package/esm2022/lib/components/error-page/error-page.module.mjs +0 -25
  130. package/esm2022/lib/components/error-page/error-page.types.mjs +0 -7
  131. package/esm2022/lib/components/error-page/index.mjs +0 -2
  132. package/esm2022/lib/components/error-page/public-api.mjs +0 -4
  133. package/esm2022/lib/components/expansion-panel/expansion-panel.component.mjs +0 -33
  134. package/esm2022/lib/components/expansion-panel/expansion-panel.module.mjs +0 -36
  135. package/esm2022/lib/components/expansion-panel/index.mjs +0 -2
  136. package/esm2022/lib/components/expansion-panel/public-api.mjs +0 -3
  137. package/esm2022/lib/components/footer/container/footer-container.component.mjs +0 -11
  138. package/esm2022/lib/components/footer/container/footer-container.module.mjs +0 -16
  139. package/esm2022/lib/components/footer/container/index.mjs +0 -2
  140. package/esm2022/lib/components/footer/container/public-api.mjs +0 -3
  141. package/esm2022/lib/components/footer/footer.component.mjs +0 -35
  142. package/esm2022/lib/components/footer/footer.component.types.mjs +0 -2
  143. package/esm2022/lib/components/footer/footer.module.mjs +0 -18
  144. package/esm2022/lib/components/footer/index.mjs +0 -2
  145. package/esm2022/lib/components/footer/public-api.mjs +0 -4
  146. package/esm2022/lib/components/form-fields/abstracts/abstract.base.component.mjs +0 -155
  147. package/esm2022/lib/components/form-fields/abstracts/abstract.dropdown.component.mjs +0 -108
  148. package/esm2022/lib/components/form-fields/abstracts/abstract.input.component.mjs +0 -52
  149. package/esm2022/lib/components/form-fields/area/index.mjs +0 -2
  150. package/esm2022/lib/components/form-fields/area/public-api.mjs +0 -3
  151. package/esm2022/lib/components/form-fields/area/textarea.component.mjs +0 -37
  152. package/esm2022/lib/components/form-fields/area/textarea.module.mjs +0 -55
  153. package/esm2022/lib/components/form-fields/common/dropdown-option-template.directive.mjs +0 -17
  154. package/esm2022/lib/components/form-fields/common/error/error.component.mjs +0 -29
  155. package/esm2022/lib/components/form-fields/common/hint/hint.component.mjs +0 -36
  156. package/esm2022/lib/components/form-fields/common/input.tooltip.component.mjs +0 -38
  157. package/esm2022/lib/components/form-fields/common/success/success.component.mjs +0 -29
  158. package/esm2022/lib/components/form-fields/datepickers/date-picker/datepicker.component.mjs +0 -61
  159. package/esm2022/lib/components/form-fields/datepickers/date-picker/datepicker.module.mjs +0 -87
  160. package/esm2022/lib/components/form-fields/datepickers/date-picker/index.mjs +0 -2
  161. package/esm2022/lib/components/form-fields/datepickers/date-picker/public-api.mjs +0 -3
  162. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/custom-datetime-format.mjs +0 -36
  163. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/custom-datetime.adapter.mjs +0 -49
  164. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetime-picker-format-directive.mjs +0 -66
  165. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetime-template.formatter.mjs +0 -171
  166. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.component.mjs +0 -398
  167. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.module.mjs +0 -87
  168. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/index.mjs +0 -2
  169. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/public-api.mjs +0 -3
  170. package/esm2022/lib/components/form-fields/datepickers/time-picker/index.mjs +0 -2
  171. package/esm2022/lib/components/form-fields/datepickers/time-picker/public-api.mjs +0 -3
  172. package/esm2022/lib/components/form-fields/datepickers/time-picker/timepicker.component.mjs +0 -77
  173. package/esm2022/lib/components/form-fields/datepickers/time-picker/timepicker.module.mjs +0 -90
  174. package/esm2022/lib/components/form-fields/dropdowns/dropdown/dropdown.component.mjs +0 -194
  175. package/esm2022/lib/components/form-fields/dropdowns/dropdown/dropdown.module.mjs +0 -71
  176. package/esm2022/lib/components/form-fields/dropdowns/dropdown/index.mjs +0 -2
  177. package/esm2022/lib/components/form-fields/dropdowns/dropdown/public-api.mjs +0 -3
  178. package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/index.mjs +0 -2
  179. package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.component.mjs +0 -103
  180. package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.module.mjs +0 -67
  181. package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/public-api.mjs +0 -3
  182. package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/index.mjs +0 -2
  183. package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.component.mjs +0 -67
  184. package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.module.mjs +0 -71
  185. package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/public-api.mjs +0 -3
  186. package/esm2022/lib/components/form-fields/input/index.mjs +0 -2
  187. package/esm2022/lib/components/form-fields/input/input.component.mjs +0 -72
  188. package/esm2022/lib/components/form-fields/input/input.module.mjs +0 -55
  189. package/esm2022/lib/components/form-fields/input/public-api.mjs +0 -3
  190. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/index.mjs +0 -2
  191. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/public-api.mjs +0 -3
  192. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown-highlighter.pipe.mjs +0 -33
  193. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.mjs +0 -683
  194. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.types.mjs +0 -2
  195. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.module.mjs +0 -75
  196. package/esm2022/lib/components/form-fields/search-fields/search-input/index.mjs +0 -2
  197. package/esm2022/lib/components/form-fields/search-fields/search-input/public-api.mjs +0 -3
  198. package/esm2022/lib/components/form-fields/search-fields/search-input/search-input.component.mjs +0 -43
  199. package/esm2022/lib/components/form-fields/search-fields/search-input/search-input.module.mjs +0 -67
  200. package/esm2022/lib/components/form-fields/selection-fields/checkbox/checkbox.component.mjs +0 -47
  201. package/esm2022/lib/components/form-fields/selection-fields/checkbox/checkbox.module.mjs +0 -39
  202. package/esm2022/lib/components/form-fields/selection-fields/checkbox/index.mjs +0 -2
  203. package/esm2022/lib/components/form-fields/selection-fields/checkbox/public-api.mjs +0 -3
  204. package/esm2022/lib/components/form-fields/selection-fields/radio-button/index.mjs +0 -2
  205. package/esm2022/lib/components/form-fields/selection-fields/radio-button/public-api.mjs +0 -3
  206. package/esm2022/lib/components/form-fields/selection-fields/radio-button/radio-button.component.mjs +0 -53
  207. package/esm2022/lib/components/form-fields/selection-fields/radio-button/radio-button.module.mjs +0 -55
  208. package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/index.mjs +0 -2
  209. package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/public-api.mjs +0 -3
  210. package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.component.mjs +0 -56
  211. package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.module.mjs +0 -39
  212. package/esm2022/lib/components/form-fields/selection-fields/slider/index.mjs +0 -2
  213. package/esm2022/lib/components/form-fields/selection-fields/slider/public-api.mjs +0 -3
  214. package/esm2022/lib/components/form-fields/selection-fields/slider/slider.component.mjs +0 -44
  215. package/esm2022/lib/components/form-fields/selection-fields/slider/slider.module.mjs +0 -43
  216. package/esm2022/lib/components/general/color-palette/colors.enums.mjs +0 -39
  217. package/esm2022/lib/components/header/container/header-container.component.mjs +0 -19
  218. package/esm2022/lib/components/header/container/header-container.module.mjs +0 -16
  219. package/esm2022/lib/components/header/container/index.mjs +0 -2
  220. package/esm2022/lib/components/header/container/public-api.mjs +0 -3
  221. package/esm2022/lib/components/header/header.component.mjs +0 -11
  222. package/esm2022/lib/components/header/header.module.mjs +0 -16
  223. package/esm2022/lib/components/header/index.mjs +0 -2
  224. package/esm2022/lib/components/header/org-display-text/index.mjs +0 -2
  225. package/esm2022/lib/components/header/org-display-text/org-display-text.component.mjs +0 -22
  226. package/esm2022/lib/components/header/org-display-text/org-display-text.module.mjs +0 -18
  227. package/esm2022/lib/components/header/org-display-text/public-api.mjs +0 -3
  228. package/esm2022/lib/components/header/public-api.mjs +0 -3
  229. package/esm2022/lib/components/icon-hover/icon-hover.component.mjs +0 -33
  230. package/esm2022/lib/components/icon-hover/icon-hover.module.mjs +0 -16
  231. package/esm2022/lib/components/icon-hover/index.mjs +0 -2
  232. package/esm2022/lib/components/icon-hover/public-api.mjs +0 -3
  233. package/esm2022/lib/components/logo/ascent-logo/ascent-logo.component.mjs +0 -29
  234. package/esm2022/lib/components/logo/ascent-logo/ascent-logo.module.mjs +0 -18
  235. package/esm2022/lib/components/logo/ascent-logo/index.mjs +0 -2
  236. package/esm2022/lib/components/logo/ascent-logo/public-api.mjs +0 -3
  237. package/esm2022/lib/components/logo/primary-logo/index.mjs +0 -2
  238. package/esm2022/lib/components/logo/primary-logo/primary-logo.component.mjs +0 -37
  239. package/esm2022/lib/components/logo/primary-logo/primary-logo.module.mjs +0 -18
  240. package/esm2022/lib/components/logo/primary-logo/public-api.mjs +0 -3
  241. package/esm2022/lib/components/main-menu/index.mjs +0 -2
  242. package/esm2022/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.mjs +0 -22
  243. package/esm2022/lib/components/main-menu/main-menu.component.mjs +0 -76
  244. package/esm2022/lib/components/main-menu/main-menu.module.mjs +0 -45
  245. package/esm2022/lib/components/main-menu/main-menu.types.mjs +0 -2
  246. package/esm2022/lib/components/main-menu/public-api.mjs +0 -4
  247. package/esm2022/lib/components/modal/index.mjs +0 -2
  248. package/esm2022/lib/components/modal/modal.component.mjs +0 -41
  249. package/esm2022/lib/components/modal/modal.module.mjs +0 -22
  250. package/esm2022/lib/components/modal/public-api.mjs +0 -3
  251. package/esm2022/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.mjs +0 -46
  252. package/esm2022/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.mjs +0 -18
  253. package/esm2022/lib/components/navigation/dashboard-edit-icon/index.mjs +0 -2
  254. package/esm2022/lib/components/navigation/dashboard-edit-icon/public-api.mjs +0 -3
  255. package/esm2022/lib/components/navigation/index.mjs +0 -2
  256. package/esm2022/lib/components/navigation/navigation-actions-container/index.mjs +0 -2
  257. package/esm2022/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.mjs +0 -20
  258. package/esm2022/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.mjs +0 -18
  259. package/esm2022/lib/components/navigation/navigation-actions-container/public-api.mjs +0 -3
  260. package/esm2022/lib/components/navigation/navigation-collapse-handle/index.mjs +0 -2
  261. package/esm2022/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.mjs +0 -48
  262. package/esm2022/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.mjs +0 -18
  263. package/esm2022/lib/components/navigation/navigation-collapse-handle/public-api.mjs +0 -3
  264. package/esm2022/lib/components/navigation/navigation-header/index.mjs +0 -2
  265. package/esm2022/lib/components/navigation/navigation-header/navigation-header.component.mjs +0 -25
  266. package/esm2022/lib/components/navigation/navigation-header/navigation-header.module.mjs +0 -16
  267. package/esm2022/lib/components/navigation/navigation-header/public-api.mjs +0 -3
  268. package/esm2022/lib/components/navigation/navigation-item/index.mjs +0 -2
  269. package/esm2022/lib/components/navigation/navigation-item/navigation-item.component.mjs +0 -74
  270. package/esm2022/lib/components/navigation/navigation-item/navigation-item.module.mjs +0 -21
  271. package/esm2022/lib/components/navigation/navigation-item/public-api.mjs +0 -3
  272. package/esm2022/lib/components/navigation/navigation-items-container/index.mjs +0 -2
  273. package/esm2022/lib/components/navigation/navigation-items-container/navigation-items-container.component.mjs +0 -11
  274. package/esm2022/lib/components/navigation/navigation-items-container/navigation-items-container.module.mjs +0 -16
  275. package/esm2022/lib/components/navigation/navigation-items-container/public-api.mjs +0 -3
  276. package/esm2022/lib/components/navigation/navigation.component.mjs +0 -25
  277. package/esm2022/lib/components/navigation/navigation.module.mjs +0 -16
  278. package/esm2022/lib/components/navigation/public-api.mjs +0 -3
  279. package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/index.mjs +0 -2
  280. package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/public-api.mjs +0 -3
  281. package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.mjs +0 -11
  282. package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.mjs +0 -16
  283. package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/index.mjs +0 -2
  284. package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/public-api.mjs +0 -3
  285. package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.mjs +0 -67
  286. package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.mjs +0 -21
  287. package/esm2022/lib/components/navigation/sub-navigation-item/index.mjs +0 -2
  288. package/esm2022/lib/components/navigation/sub-navigation-item/public-api.mjs +0 -3
  289. package/esm2022/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.mjs +0 -36
  290. package/esm2022/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.mjs +0 -18
  291. package/esm2022/lib/components/navigation/sub-navigation-items-container/index.mjs +0 -2
  292. package/esm2022/lib/components/navigation/sub-navigation-items-container/public-api.mjs +0 -3
  293. package/esm2022/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.mjs +0 -11
  294. package/esm2022/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.mjs +0 -16
  295. package/esm2022/lib/components/pagination/container/index.mjs +0 -2
  296. package/esm2022/lib/components/pagination/container/pagination-container.component.mjs +0 -11
  297. package/esm2022/lib/components/pagination/container/pagination-container.module.mjs +0 -16
  298. package/esm2022/lib/components/pagination/container/public-api.mjs +0 -3
  299. package/esm2022/lib/components/pagination/index.mjs +0 -2
  300. package/esm2022/lib/components/pagination/pagination.component.mjs +0 -85
  301. package/esm2022/lib/components/pagination/pagination.module.mjs +0 -19
  302. package/esm2022/lib/components/pagination/public-api.mjs +0 -3
  303. package/esm2022/lib/components/progress-indicators/progress-bar/index.mjs +0 -2
  304. package/esm2022/lib/components/progress-indicators/progress-bar/progress-bar.component.mjs +0 -78
  305. package/esm2022/lib/components/progress-indicators/progress-bar/progress-bar.module.mjs +0 -19
  306. package/esm2022/lib/components/progress-indicators/progress-bar/public-api.mjs +0 -3
  307. package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/index.mjs +0 -2
  308. package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.mjs +0 -79
  309. package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.mjs +0 -19
  310. package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.mjs +0 -8
  311. package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/public-api.mjs +0 -3
  312. package/esm2022/lib/components/progress-indicators/progress-spinner/index.mjs +0 -2
  313. package/esm2022/lib/components/progress-indicators/progress-spinner/progress-spinner.component.mjs +0 -95
  314. package/esm2022/lib/components/progress-indicators/progress-spinner/progress-spinner.module.mjs +0 -22
  315. package/esm2022/lib/components/progress-indicators/progress-spinner/public-api.mjs +0 -3
  316. package/esm2022/lib/components/progress-stepper/index.mjs +0 -2
  317. package/esm2022/lib/components/progress-stepper/progress-step.types.mjs +0 -2
  318. package/esm2022/lib/components/progress-stepper/progress-stepper.component.mjs +0 -106
  319. package/esm2022/lib/components/progress-stepper/progress-stepper.module.mjs +0 -27
  320. package/esm2022/lib/components/progress-stepper/public-api.mjs +0 -4
  321. package/esm2022/lib/components/rating/index.mjs +0 -2
  322. package/esm2022/lib/components/rating/public-api.mjs +0 -3
  323. package/esm2022/lib/components/rating/rating.component.mjs +0 -69
  324. package/esm2022/lib/components/rating/rating.module.mjs +0 -19
  325. package/esm2022/lib/components/shell-layout/index.mjs +0 -2
  326. package/esm2022/lib/components/shell-layout/public-api.mjs +0 -3
  327. package/esm2022/lib/components/shell-layout/shell-layout.component.mjs +0 -25
  328. package/esm2022/lib/components/shell-layout/shell-layout.module.mjs +0 -18
  329. package/esm2022/lib/components/snackbars/inline-snackbar/index.mjs +0 -2
  330. package/esm2022/lib/components/snackbars/inline-snackbar/inline-snackbar.component.mjs +0 -63
  331. package/esm2022/lib/components/snackbars/inline-snackbar/inline-snackbar.module.mjs +0 -19
  332. package/esm2022/lib/components/snackbars/inline-snackbar/public-api.mjs +0 -3
  333. package/esm2022/lib/components/snackbars/snackbar/index.mjs +0 -2
  334. package/esm2022/lib/components/snackbars/snackbar/public-api.mjs +0 -3
  335. package/esm2022/lib/components/snackbars/snackbar/snackbar.component.mjs +0 -30
  336. package/esm2022/lib/components/snackbars/snackbar/snackbar.module.mjs +0 -21
  337. package/esm2022/lib/components/splash-page/index.mjs +0 -2
  338. package/esm2022/lib/components/splash-page/public-api.mjs +0 -3
  339. package/esm2022/lib/components/splash-page/splash-page.component.mjs +0 -20
  340. package/esm2022/lib/components/splash-page/splash-page.module.mjs +0 -18
  341. package/esm2022/lib/components/stepper-condensed/condensed-helpers.mjs +0 -97
  342. package/esm2022/lib/components/stepper-condensed/condensed-step.type.mjs +0 -12
  343. package/esm2022/lib/components/stepper-condensed/index.mjs +0 -2
  344. package/esm2022/lib/components/stepper-condensed/public-api.mjs +0 -5
  345. package/esm2022/lib/components/stepper-condensed/stepper-condensed.component.mjs +0 -149
  346. package/esm2022/lib/components/stepper-condensed/stepper-condensed.module.mjs +0 -28
  347. package/esm2022/lib/components/submenu/submenu-container/index.mjs +0 -2
  348. package/esm2022/lib/components/submenu/submenu-container/public-api.mjs +0 -3
  349. package/esm2022/lib/components/submenu/submenu-container/submenu-container.component.mjs +0 -22
  350. package/esm2022/lib/components/submenu/submenu-container/submenu-container.module.mjs +0 -18
  351. package/esm2022/lib/components/submenu/submenu-heading/index.mjs +0 -2
  352. package/esm2022/lib/components/submenu/submenu-heading/public-api.mjs +0 -3
  353. package/esm2022/lib/components/submenu/submenu-heading/submenu-heading.component.mjs +0 -17
  354. package/esm2022/lib/components/submenu/submenu-heading/submenu-heading.module.mjs +0 -18
  355. package/esm2022/lib/components/submenu/submenu-item/index.mjs +0 -2
  356. package/esm2022/lib/components/submenu/submenu-item/public-api.mjs +0 -3
  357. package/esm2022/lib/components/submenu/submenu-item/submenu-item.component.mjs +0 -28
  358. package/esm2022/lib/components/submenu/submenu-item/submenu-item.module.mjs +0 -19
  359. package/esm2022/lib/components/submenu/submenu-secondary-item/index.mjs +0 -2
  360. package/esm2022/lib/components/submenu/submenu-secondary-item/public-api.mjs +0 -3
  361. package/esm2022/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.mjs +0 -33
  362. package/esm2022/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.mjs +0 -19
  363. package/esm2022/lib/components/table/index.mjs +0 -2
  364. package/esm2022/lib/components/table/public-api.mjs +0 -3
  365. package/esm2022/lib/components/table/table.component.mjs +0 -81
  366. package/esm2022/lib/components/table/table.module.mjs +0 -20
  367. package/esm2022/lib/components/tags/create-tag/create-tag.component.mjs +0 -218
  368. package/esm2022/lib/components/tags/create-tag/create-tag.module.mjs +0 -43
  369. package/esm2022/lib/components/tags/create-tag/index.mjs +0 -2
  370. package/esm2022/lib/components/tags/create-tag/public-api.mjs +0 -3
  371. package/esm2022/lib/components/tags/tag/index.mjs +0 -2
  372. package/esm2022/lib/components/tags/tag/public-api.mjs +0 -4
  373. package/esm2022/lib/components/tags/tag/tag.component.mjs +0 -68
  374. package/esm2022/lib/components/tags/tag/tag.module.mjs +0 -19
  375. package/esm2022/lib/components/tags/tag/tag.types.mjs +0 -2
  376. package/esm2022/lib/components/tags/tag-container/index.mjs +0 -2
  377. package/esm2022/lib/components/tags/tag-container/public-api.mjs +0 -3
  378. package/esm2022/lib/components/tags/tag-container/tag-container.component.mjs +0 -11
  379. package/esm2022/lib/components/tags/tag-container/tag-container.module.mjs +0 -18
  380. package/esm2022/lib/components/timeline-stepper/index.mjs +0 -2
  381. package/esm2022/lib/components/timeline-stepper/public-api.mjs +0 -5
  382. package/esm2022/lib/components/timeline-stepper/timeline-helpers.mjs +0 -97
  383. package/esm2022/lib/components/timeline-stepper/timeline-step.type.mjs +0 -12
  384. package/esm2022/lib/components/timeline-stepper/timeline-stepper.component.mjs +0 -148
  385. package/esm2022/lib/components/timeline-stepper/timeline-stepper.module.mjs +0 -28
  386. package/esm2022/lib/components/vertical-stepper/index.mjs +0 -2
  387. package/esm2022/lib/components/vertical-stepper/public-api.mjs +0 -5
  388. package/esm2022/lib/components/vertical-stepper/vertical-helpers.mjs +0 -98
  389. package/esm2022/lib/components/vertical-stepper/vertical-step.type.mjs +0 -12
  390. package/esm2022/lib/components/vertical-stepper/vertical-stepper.component.mjs +0 -125
  391. package/esm2022/lib/components/vertical-stepper/vertical-stepper.module.mjs +0 -28
  392. package/esm2022/lib/components/widgets/widget-actions/index.mjs +0 -2
  393. package/esm2022/lib/components/widgets/widget-actions/public-api.mjs +0 -3
  394. package/esm2022/lib/components/widgets/widget-actions/widget-actions.component.mjs +0 -11
  395. package/esm2022/lib/components/widgets/widget-actions/widget-actions.module.mjs +0 -16
  396. package/esm2022/lib/components/widgets/widget-bar/index.mjs +0 -2
  397. package/esm2022/lib/components/widgets/widget-bar/public-api.mjs +0 -3
  398. package/esm2022/lib/components/widgets/widget-bar/widget-bar.component.mjs +0 -20
  399. package/esm2022/lib/components/widgets/widget-bar/widget-bar.module.mjs +0 -18
  400. package/esm2022/lib/components/widgets/widget-container/index.mjs +0 -2
  401. package/esm2022/lib/components/widgets/widget-container/public-api.mjs +0 -3
  402. package/esm2022/lib/components/widgets/widget-container/widget-container.component.mjs +0 -11
  403. package/esm2022/lib/components/widgets/widget-container/widget-container.module.mjs +0 -18
  404. package/esm2022/lib/components/widgets/widget-footer/index.mjs +0 -2
  405. package/esm2022/lib/components/widgets/widget-footer/public-api.mjs +0 -3
  406. package/esm2022/lib/components/widgets/widget-footer/widget-footer.component.mjs +0 -11
  407. package/esm2022/lib/components/widgets/widget-footer/widget-footer.module.mjs +0 -18
  408. package/esm2022/lib/components/widgets/widget-header/index.mjs +0 -2
  409. package/esm2022/lib/components/widgets/widget-header/public-api.mjs +0 -3
  410. package/esm2022/lib/components/widgets/widget-header/widget-header.component.mjs +0 -11
  411. package/esm2022/lib/components/widgets/widget-header/widget-header.module.mjs +0 -18
  412. package/esm2022/lib/components/widgets/widget-preview/index.mjs +0 -2
  413. package/esm2022/lib/components/widgets/widget-preview/public-api.mjs +0 -3
  414. package/esm2022/lib/components/widgets/widget-preview/widget-preview.component.mjs +0 -25
  415. package/esm2022/lib/components/widgets/widget-preview/widget-preview.module.mjs +0 -18
  416. package/esm2022/lib/components/widgets/widget-thumbnail/index.mjs +0 -2
  417. package/esm2022/lib/components/widgets/widget-thumbnail/public-api.mjs +0 -3
  418. package/esm2022/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.mjs +0 -100
  419. package/esm2022/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.mjs +0 -20
  420. package/esm2022/lib/components/widgets/widget-thumbnail-container/index.mjs +0 -2
  421. package/esm2022/lib/components/widgets/widget-thumbnail-container/public-api.mjs +0 -3
  422. package/esm2022/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.mjs +0 -12
  423. package/esm2022/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.mjs +0 -18
  424. package/esm2022/lib/components/widgets/widget-title/index.mjs +0 -2
  425. package/esm2022/lib/components/widgets/widget-title/public-api.mjs +0 -3
  426. package/esm2022/lib/components/widgets/widget-title/widget-title.component.mjs +0 -22
  427. package/esm2022/lib/components/widgets/widget-title/widget-title.module.mjs +0 -18
  428. package/esm2022/lib/components/wizard-stepper/index.mjs +0 -2
  429. package/esm2022/lib/components/wizard-stepper/public-api.mjs +0 -4
  430. package/esm2022/lib/components/wizard-stepper/wizard-stepper.component.mjs +0 -28
  431. package/esm2022/lib/components/wizard-stepper/wizard-stepper.module.mjs +0 -20
  432. package/esm2022/lib/components/wizard-stepper/wizard-stepper.types.mjs +0 -2
  433. package/esm2022/lib/services/viewport/viewport.service.interface.mjs +0 -2
  434. package/esm2022/lib/services/viewport/viewport.service.mjs +0 -32
  435. package/esm2022/lib/services/window/window.service.interface.mjs +0 -2
  436. package/esm2022/lib/services/window/window.service.mjs +0 -29
  437. package/esm2022/src/lib/components/avatar/ascentgl-ads-ui-src-lib-components-avatar.mjs +0 -5
  438. package/esm2022/src/lib/components/avatar/avatar.component.mjs +0 -50
  439. package/esm2022/src/lib/components/avatar/avatar.module.mjs +0 -19
  440. package/esm2022/src/lib/components/avatar/avatar.types.mjs +0 -2
  441. package/esm2022/src/lib/components/avatar/public-api.mjs +0 -3
  442. package/esm2022/src/lib/components/buttons/button-container/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +0 -5
  443. package/esm2022/src/lib/components/buttons/button-container/button-container.component.mjs +0 -17
  444. package/esm2022/src/lib/components/buttons/button-container/button-container.module.mjs +0 -18
  445. package/esm2022/src/lib/components/buttons/button-container/public-api.mjs +0 -3
  446. package/esm2022/src/lib/components/buttons/selection-button/ascentgl-ads-ui-src-lib-components-buttons-selection-button.mjs +0 -5
  447. package/esm2022/src/lib/components/buttons/selection-button/public-api.mjs +0 -3
  448. package/esm2022/src/lib/components/buttons/selection-button/selection-button.component.mjs +0 -60
  449. package/esm2022/src/lib/components/buttons/selection-button/selection-button.module.mjs +0 -20
  450. package/esm2022/src/lib/components/card/ascentgl-ads-ui-src-lib-components-card.mjs +0 -5
  451. package/esm2022/src/lib/components/card/card.component.mjs +0 -11
  452. package/esm2022/src/lib/components/card/card.module.mjs +0 -18
  453. package/esm2022/src/lib/components/card/public-api.mjs +0 -3
  454. package/esm2022/src/lib/components/divider/ascentgl-ads-ui-src-lib-components-divider.mjs +0 -5
  455. package/esm2022/src/lib/components/divider/divider.component.mjs +0 -43
  456. package/esm2022/src/lib/components/divider/divider.module.mjs +0 -18
  457. package/esm2022/src/lib/components/divider/public-api.mjs +0 -3
  458. package/esm2022/src/lib/components/drag-and-drop-list/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +0 -5
  459. package/esm2022/src/lib/components/drag-and-drop-list/dom.element.mjs +0 -62
  460. package/esm2022/src/lib/components/drag-and-drop-list/drag-and-drop-list.component.mjs +0 -349
  461. package/esm2022/src/lib/components/drag-and-drop-list/drag-and-drop-list.enums.mjs +0 -2
  462. package/esm2022/src/lib/components/drag-and-drop-list/drag-and-drop-list.module.mjs +0 -18
  463. package/esm2022/src/lib/components/drag-and-drop-list/dragged.placeholder.mjs +0 -63
  464. package/esm2022/src/lib/components/drag-and-drop-list/public-api.mjs +0 -3
  465. package/esm2022/src/lib/components/error-page/error-page-code/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs +0 -5
  466. package/esm2022/src/lib/components/error-page/error-page-code/error-page-code.component.mjs +0 -14
  467. package/esm2022/src/lib/components/error-page/error-page-code/error-page-code.module.mjs +0 -18
  468. package/esm2022/src/lib/components/error-page/error-page-code/public-api.mjs +0 -3
  469. package/esm2022/src/lib/components/footer/ascentgl-ads-ui-src-lib-components-footer.mjs +0 -5
  470. package/esm2022/src/lib/components/footer/container/ascentgl-ads-ui-src-lib-components-footer-container.mjs +0 -5
  471. package/esm2022/src/lib/components/footer/container/footer-container.component.mjs +0 -11
  472. package/esm2022/src/lib/components/footer/container/footer-container.module.mjs +0 -16
  473. package/esm2022/src/lib/components/footer/container/public-api.mjs +0 -3
  474. package/esm2022/src/lib/components/footer/footer.component.mjs +0 -35
  475. package/esm2022/src/lib/components/footer/footer.component.types.mjs +0 -2
  476. package/esm2022/src/lib/components/footer/footer.module.mjs +0 -18
  477. package/esm2022/src/lib/components/footer/public-api.mjs +0 -4
  478. package/esm2022/src/lib/components/header/ascentgl-ads-ui-src-lib-components-header.mjs +0 -5
  479. package/esm2022/src/lib/components/header/container/ascentgl-ads-ui-src-lib-components-header-container.mjs +0 -5
  480. package/esm2022/src/lib/components/header/container/header-container.component.mjs +0 -19
  481. package/esm2022/src/lib/components/header/container/header-container.module.mjs +0 -16
  482. package/esm2022/src/lib/components/header/container/public-api.mjs +0 -3
  483. package/esm2022/src/lib/components/header/header.component.mjs +0 -11
  484. package/esm2022/src/lib/components/header/header.module.mjs +0 -16
  485. package/esm2022/src/lib/components/header/org-display-text/ascentgl-ads-ui-src-lib-components-header-org-display-text.mjs +0 -5
  486. package/esm2022/src/lib/components/header/org-display-text/org-display-text.component.mjs +0 -22
  487. package/esm2022/src/lib/components/header/org-display-text/org-display-text.module.mjs +0 -18
  488. package/esm2022/src/lib/components/header/org-display-text/public-api.mjs +0 -3
  489. package/esm2022/src/lib/components/header/public-api.mjs +0 -3
  490. package/esm2022/src/lib/components/logo/primary-logo/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +0 -5
  491. package/esm2022/src/lib/components/logo/primary-logo/primary-logo.component.mjs +0 -37
  492. package/esm2022/src/lib/components/logo/primary-logo/primary-logo.module.mjs +0 -18
  493. package/esm2022/src/lib/components/logo/primary-logo/public-api.mjs +0 -3
  494. package/esm2022/src/lib/components/main-menu/ascentgl-ads-ui-src-lib-components-main-menu.mjs +0 -5
  495. package/esm2022/src/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.mjs +0 -22
  496. package/esm2022/src/lib/components/main-menu/main-menu.component.mjs +0 -76
  497. package/esm2022/src/lib/components/main-menu/main-menu.module.mjs +0 -45
  498. package/esm2022/src/lib/components/main-menu/main-menu.types.mjs +0 -2
  499. package/esm2022/src/lib/components/main-menu/public-api.mjs +0 -4
  500. package/esm2022/src/lib/components/navigation/ascentgl-ads-ui-src-lib-components-navigation.mjs +0 -5
  501. package/esm2022/src/lib/components/navigation/dashboard-edit-icon/ascentgl-ads-ui-src-lib-components-navigation-dashboard-edit-icon.mjs +0 -5
  502. package/esm2022/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.mjs +0 -46
  503. package/esm2022/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.mjs +0 -18
  504. package/esm2022/src/lib/components/navigation/dashboard-edit-icon/public-api.mjs +0 -3
  505. package/esm2022/src/lib/components/navigation/navigation-actions-container/ascentgl-ads-ui-src-lib-components-navigation-navigation-actions-container.mjs +0 -5
  506. package/esm2022/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.mjs +0 -20
  507. package/esm2022/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.mjs +0 -18
  508. package/esm2022/src/lib/components/navigation/navigation-actions-container/public-api.mjs +0 -3
  509. package/esm2022/src/lib/components/navigation/navigation-collapse-handle/ascentgl-ads-ui-src-lib-components-navigation-navigation-collapse-handle.mjs +0 -5
  510. package/esm2022/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.mjs +0 -48
  511. package/esm2022/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.mjs +0 -18
  512. package/esm2022/src/lib/components/navigation/navigation-collapse-handle/public-api.mjs +0 -3
  513. package/esm2022/src/lib/components/navigation/navigation-header/ascentgl-ads-ui-src-lib-components-navigation-navigation-header.mjs +0 -5
  514. package/esm2022/src/lib/components/navigation/navigation-header/navigation-header.component.mjs +0 -25
  515. package/esm2022/src/lib/components/navigation/navigation-header/navigation-header.module.mjs +0 -16
  516. package/esm2022/src/lib/components/navigation/navigation-header/public-api.mjs +0 -3
  517. package/esm2022/src/lib/components/navigation/navigation-item/ascentgl-ads-ui-src-lib-components-navigation-navigation-item.mjs +0 -5
  518. package/esm2022/src/lib/components/navigation/navigation-item/navigation-item.component.mjs +0 -74
  519. package/esm2022/src/lib/components/navigation/navigation-item/navigation-item.module.mjs +0 -21
  520. package/esm2022/src/lib/components/navigation/navigation-item/public-api.mjs +0 -3
  521. package/esm2022/src/lib/components/navigation/navigation-items-container/ascentgl-ads-ui-src-lib-components-navigation-navigation-items-container.mjs +0 -5
  522. package/esm2022/src/lib/components/navigation/navigation-items-container/navigation-items-container.component.mjs +0 -11
  523. package/esm2022/src/lib/components/navigation/navigation-items-container/navigation-items-container.module.mjs +0 -16
  524. package/esm2022/src/lib/components/navigation/navigation-items-container/public-api.mjs +0 -3
  525. package/esm2022/src/lib/components/navigation/navigation.component.mjs +0 -25
  526. package/esm2022/src/lib/components/navigation/navigation.module.mjs +0 -16
  527. package/esm2022/src/lib/components/navigation/public-api.mjs +0 -3
  528. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-container/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-container.mjs +0 -5
  529. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-container/public-api.mjs +0 -3
  530. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.mjs +0 -11
  531. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.mjs +0 -16
  532. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-item/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-item.mjs +0 -5
  533. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-item/public-api.mjs +0 -3
  534. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.mjs +0 -67
  535. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.mjs +0 -21
  536. package/esm2022/src/lib/components/navigation/sub-navigation-item/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-item.mjs +0 -5
  537. package/esm2022/src/lib/components/navigation/sub-navigation-item/public-api.mjs +0 -3
  538. package/esm2022/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.mjs +0 -36
  539. package/esm2022/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.mjs +0 -18
  540. package/esm2022/src/lib/components/navigation/sub-navigation-items-container/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-items-container.mjs +0 -5
  541. package/esm2022/src/lib/components/navigation/sub-navigation-items-container/public-api.mjs +0 -3
  542. package/esm2022/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.mjs +0 -11
  543. package/esm2022/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.mjs +0 -16
  544. package/esm2022/src/lib/components/pagination/ascentgl-ads-ui-src-lib-components-pagination.mjs +0 -5
  545. package/esm2022/src/lib/components/pagination/container/ascentgl-ads-ui-src-lib-components-pagination-container.mjs +0 -5
  546. package/esm2022/src/lib/components/pagination/container/pagination-container.component.mjs +0 -11
  547. package/esm2022/src/lib/components/pagination/container/pagination-container.module.mjs +0 -16
  548. package/esm2022/src/lib/components/pagination/container/public-api.mjs +0 -3
  549. package/esm2022/src/lib/components/pagination/pagination.component.mjs +0 -85
  550. package/esm2022/src/lib/components/pagination/pagination.module.mjs +0 -19
  551. package/esm2022/src/lib/components/pagination/public-api.mjs +0 -3
  552. package/esm2022/src/lib/components/progress-indicators/progress-bar/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +0 -5
  553. package/esm2022/src/lib/components/progress-indicators/progress-bar/progress-bar.component.mjs +0 -78
  554. package/esm2022/src/lib/components/progress-indicators/progress-bar/progress-bar.module.mjs +0 -19
  555. package/esm2022/src/lib/components/progress-indicators/progress-bar/public-api.mjs +0 -3
  556. package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +0 -5
  557. package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.mjs +0 -79
  558. package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.mjs +0 -19
  559. package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.mjs +0 -8
  560. package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/public-api.mjs +0 -3
  561. package/esm2022/src/lib/components/progress-indicators/progress-spinner/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +0 -5
  562. package/esm2022/src/lib/components/progress-indicators/progress-spinner/progress-spinner.component.mjs +0 -95
  563. package/esm2022/src/lib/components/progress-indicators/progress-spinner/progress-spinner.module.mjs +0 -22
  564. package/esm2022/src/lib/components/progress-indicators/progress-spinner/public-api.mjs +0 -3
  565. package/esm2022/src/lib/components/progress-stepper/ascentgl-ads-ui-src-lib-components-progress-stepper.mjs +0 -5
  566. package/esm2022/src/lib/components/progress-stepper/progress-step.types.mjs +0 -2
  567. package/esm2022/src/lib/components/progress-stepper/progress-stepper.component.mjs +0 -106
  568. package/esm2022/src/lib/components/progress-stepper/progress-stepper.module.mjs +0 -27
  569. package/esm2022/src/lib/components/progress-stepper/public-api.mjs +0 -4
  570. package/esm2022/src/lib/components/rating/ascentgl-ads-ui-src-lib-components-rating.mjs +0 -5
  571. package/esm2022/src/lib/components/rating/public-api.mjs +0 -3
  572. package/esm2022/src/lib/components/rating/rating.component.mjs +0 -69
  573. package/esm2022/src/lib/components/rating/rating.module.mjs +0 -19
  574. package/esm2022/src/lib/components/shell-layout/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +0 -5
  575. package/esm2022/src/lib/components/shell-layout/public-api.mjs +0 -3
  576. package/esm2022/src/lib/components/shell-layout/shell-layout.component.mjs +0 -25
  577. package/esm2022/src/lib/components/shell-layout/shell-layout.module.mjs +0 -18
  578. package/esm2022/src/lib/components/splash-page/ascentgl-ads-ui-src-lib-components-splash-page.mjs +0 -5
  579. package/esm2022/src/lib/components/splash-page/public-api.mjs +0 -3
  580. package/esm2022/src/lib/components/splash-page/splash-page.component.mjs +0 -20
  581. package/esm2022/src/lib/components/splash-page/splash-page.module.mjs +0 -18
  582. package/esm2022/src/lib/components/submenu/submenu-container/ascentgl-ads-ui-src-lib-components-submenu-submenu-container.mjs +0 -5
  583. package/esm2022/src/lib/components/submenu/submenu-container/public-api.mjs +0 -3
  584. package/esm2022/src/lib/components/submenu/submenu-container/submenu-container.component.mjs +0 -22
  585. package/esm2022/src/lib/components/submenu/submenu-container/submenu-container.module.mjs +0 -18
  586. package/esm2022/src/lib/components/submenu/submenu-heading/ascentgl-ads-ui-src-lib-components-submenu-submenu-heading.mjs +0 -5
  587. package/esm2022/src/lib/components/submenu/submenu-heading/public-api.mjs +0 -3
  588. package/esm2022/src/lib/components/submenu/submenu-heading/submenu-heading.component.mjs +0 -17
  589. package/esm2022/src/lib/components/submenu/submenu-heading/submenu-heading.module.mjs +0 -18
  590. package/esm2022/src/lib/components/submenu/submenu-item/ascentgl-ads-ui-src-lib-components-submenu-submenu-item.mjs +0 -5
  591. package/esm2022/src/lib/components/submenu/submenu-item/public-api.mjs +0 -3
  592. package/esm2022/src/lib/components/submenu/submenu-item/submenu-item.component.mjs +0 -28
  593. package/esm2022/src/lib/components/submenu/submenu-item/submenu-item.module.mjs +0 -19
  594. package/esm2022/src/lib/components/submenu/submenu-secondary-item/ascentgl-ads-ui-src-lib-components-submenu-submenu-secondary-item.mjs +0 -5
  595. package/esm2022/src/lib/components/submenu/submenu-secondary-item/public-api.mjs +0 -3
  596. package/esm2022/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.mjs +0 -33
  597. package/esm2022/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.mjs +0 -19
  598. package/esm2022/src/lib/components/tags/tag-container/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +0 -5
  599. package/esm2022/src/lib/components/tags/tag-container/public-api.mjs +0 -3
  600. package/esm2022/src/lib/components/tags/tag-container/tag-container.component.mjs +0 -11
  601. package/esm2022/src/lib/components/tags/tag-container/tag-container.module.mjs +0 -18
  602. package/esm2022/src/lib/components/timeline-stepper/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs +0 -5
  603. package/esm2022/src/lib/components/timeline-stepper/public-api.mjs +0 -5
  604. package/esm2022/src/lib/components/timeline-stepper/timeline-helpers.mjs +0 -97
  605. package/esm2022/src/lib/components/timeline-stepper/timeline-step.type.mjs +0 -12
  606. package/esm2022/src/lib/components/timeline-stepper/timeline-stepper.component.mjs +0 -148
  607. package/esm2022/src/lib/components/timeline-stepper/timeline-stepper.module.mjs +0 -28
  608. package/esm2022/src/lib/components/vertical-stepper/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs +0 -5
  609. package/esm2022/src/lib/components/vertical-stepper/public-api.mjs +0 -5
  610. package/esm2022/src/lib/components/vertical-stepper/vertical-helpers.mjs +0 -98
  611. package/esm2022/src/lib/components/vertical-stepper/vertical-step.type.mjs +0 -12
  612. package/esm2022/src/lib/components/vertical-stepper/vertical-stepper.component.mjs +0 -125
  613. package/esm2022/src/lib/components/vertical-stepper/vertical-stepper.module.mjs +0 -28
  614. package/esm2022/src/lib/components/widgets/widget-actions/ascentgl-ads-ui-src-lib-components-widgets-widget-actions.mjs +0 -5
  615. package/esm2022/src/lib/components/widgets/widget-actions/public-api.mjs +0 -3
  616. package/esm2022/src/lib/components/widgets/widget-actions/widget-actions.component.mjs +0 -11
  617. package/esm2022/src/lib/components/widgets/widget-actions/widget-actions.module.mjs +0 -16
  618. package/esm2022/src/lib/components/widgets/widget-bar/ascentgl-ads-ui-src-lib-components-widgets-widget-bar.mjs +0 -5
  619. package/esm2022/src/lib/components/widgets/widget-bar/public-api.mjs +0 -3
  620. package/esm2022/src/lib/components/widgets/widget-bar/widget-bar.component.mjs +0 -20
  621. package/esm2022/src/lib/components/widgets/widget-bar/widget-bar.module.mjs +0 -18
  622. package/esm2022/src/lib/components/widgets/widget-container/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs +0 -5
  623. package/esm2022/src/lib/components/widgets/widget-container/public-api.mjs +0 -3
  624. package/esm2022/src/lib/components/widgets/widget-container/widget-container.component.mjs +0 -11
  625. package/esm2022/src/lib/components/widgets/widget-container/widget-container.module.mjs +0 -18
  626. package/esm2022/src/lib/components/widgets/widget-footer/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs +0 -5
  627. package/esm2022/src/lib/components/widgets/widget-footer/public-api.mjs +0 -3
  628. package/esm2022/src/lib/components/widgets/widget-footer/widget-footer.component.mjs +0 -11
  629. package/esm2022/src/lib/components/widgets/widget-footer/widget-footer.module.mjs +0 -18
  630. package/esm2022/src/lib/components/widgets/widget-header/ascentgl-ads-ui-src-lib-components-widgets-widget-header.mjs +0 -5
  631. package/esm2022/src/lib/components/widgets/widget-header/public-api.mjs +0 -3
  632. package/esm2022/src/lib/components/widgets/widget-header/widget-header.component.mjs +0 -11
  633. package/esm2022/src/lib/components/widgets/widget-header/widget-header.module.mjs +0 -18
  634. package/esm2022/src/lib/components/widgets/widget-preview/ascentgl-ads-ui-src-lib-components-widgets-widget-preview.mjs +0 -5
  635. package/esm2022/src/lib/components/widgets/widget-preview/public-api.mjs +0 -3
  636. package/esm2022/src/lib/components/widgets/widget-preview/widget-preview.component.mjs +0 -25
  637. package/esm2022/src/lib/components/widgets/widget-preview/widget-preview.module.mjs +0 -18
  638. package/esm2022/src/lib/components/widgets/widget-thumbnail/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail.mjs +0 -5
  639. package/esm2022/src/lib/components/widgets/widget-thumbnail/public-api.mjs +0 -3
  640. package/esm2022/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.mjs +0 -100
  641. package/esm2022/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.mjs +0 -20
  642. package/esm2022/src/lib/components/widgets/widget-thumbnail-container/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail-container.mjs +0 -5
  643. package/esm2022/src/lib/components/widgets/widget-thumbnail-container/public-api.mjs +0 -3
  644. package/esm2022/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.mjs +0 -12
  645. package/esm2022/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.mjs +0 -18
  646. package/esm2022/src/lib/components/widgets/widget-title/ascentgl-ads-ui-src-lib-components-widgets-widget-title.mjs +0 -5
  647. package/esm2022/src/lib/components/widgets/widget-title/public-api.mjs +0 -3
  648. package/esm2022/src/lib/components/widgets/widget-title/widget-title.component.mjs +0 -22
  649. package/esm2022/src/lib/components/widgets/widget-title/widget-title.module.mjs +0 -18
  650. package/esm2022/src/lib/components/wizard-stepper/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs +0 -5
  651. package/esm2022/src/lib/components/wizard-stepper/public-api.mjs +0 -4
  652. package/esm2022/src/lib/components/wizard-stepper/wizard-stepper.component.mjs +0 -28
  653. package/esm2022/src/lib/components/wizard-stepper/wizard-stepper.module.mjs +0 -20
  654. package/esm2022/src/lib/components/wizard-stepper/wizard-stepper.types.mjs +0 -2
  655. package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-selection-button.mjs +0 -83
  656. package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-selection-button.mjs.map +0 -1
  657. package/fesm2022/ascentgl-ads-ui-src-lib-components-card.mjs +0 -33
  658. package/fesm2022/ascentgl-ads-ui-src-lib-components-card.mjs.map +0 -1
  659. package/fesm2022/ascentgl-ads-ui-src-lib-components-divider.mjs +0 -65
  660. package/fesm2022/ascentgl-ads-ui-src-lib-components-divider.mjs.map +0 -1
  661. package/fesm2022/ascentgl-ads-ui-src-lib-components-header-org-display-text.mjs +0 -44
  662. package/fesm2022/ascentgl-ads-ui-src-lib-components-header-org-display-text.mjs.map +0 -1
  663. package/fesm2022/ascentgl-ads-ui-src-lib-components-main-menu.mjs +0 -135
  664. package/fesm2022/ascentgl-ads-ui-src-lib-components-main-menu.mjs.map +0 -1
  665. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-dashboard-edit-icon.mjs +0 -67
  666. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-dashboard-edit-icon.mjs.map +0 -1
  667. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-actions-container.mjs +0 -42
  668. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-actions-container.mjs.map +0 -1
  669. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-collapse-handle.mjs +0 -69
  670. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-collapse-handle.mjs.map +0 -1
  671. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-header.mjs +0 -45
  672. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-header.mjs.map +0 -1
  673. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-item.mjs +0 -98
  674. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-item.mjs.map +0 -1
  675. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-items-container.mjs +0 -31
  676. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-items-container.mjs.map +0 -1
  677. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-container.mjs +0 -31
  678. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-container.mjs.map +0 -1
  679. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-item.mjs +0 -91
  680. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-item.mjs.map +0 -1
  681. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-item.mjs +0 -58
  682. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-item.mjs.map +0 -1
  683. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-items-container.mjs +0 -31
  684. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-items-container.mjs.map +0 -1
  685. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation.mjs +0 -45
  686. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation.mjs.map +0 -1
  687. package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination-container.mjs +0 -31
  688. package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination-container.mjs.map +0 -1
  689. package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination.mjs +0 -107
  690. package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination.mjs.map +0 -1
  691. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-stepper.mjs +0 -136
  692. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-stepper.mjs.map +0 -1
  693. package/fesm2022/ascentgl-ads-ui-src-lib-components-rating.mjs +0 -91
  694. package/fesm2022/ascentgl-ads-ui-src-lib-components-rating.mjs.map +0 -1
  695. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-container.mjs +0 -44
  696. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-container.mjs.map +0 -1
  697. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-heading.mjs +0 -39
  698. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-heading.mjs.map +0 -1
  699. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-item.mjs +0 -51
  700. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-item.mjs.map +0 -1
  701. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-secondary-item.mjs +0 -56
  702. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-secondary-item.mjs.map +0 -1
  703. package/fesm2022/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs +0 -286
  704. package/fesm2022/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs.map +0 -1
  705. package/fesm2022/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs +0 -264
  706. package/fesm2022/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs.map +0 -1
  707. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-actions.mjs +0 -31
  708. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-actions.mjs.map +0 -1
  709. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-bar.mjs +0 -42
  710. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-bar.mjs.map +0 -1
  711. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs +0 -33
  712. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs.map +0 -1
  713. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs +0 -33
  714. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs.map +0 -1
  715. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-header.mjs +0 -33
  716. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-header.mjs.map +0 -1
  717. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-preview.mjs +0 -47
  718. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-preview.mjs.map +0 -1
  719. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail-container.mjs +0 -34
  720. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail-container.mjs.map +0 -1
  721. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail.mjs +0 -123
  722. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail.mjs.map +0 -1
  723. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-title.mjs +0 -44
  724. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-title.mjs.map +0 -1
  725. package/fesm2022/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs +0 -51
  726. package/fesm2022/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs.map +0 -1
  727. package/lib/components/avatar/avatar.component.d.ts +0 -30
  728. package/lib/components/avatar/avatar.module.d.ts +0 -9
  729. package/lib/components/avatar/avatar.types.d.ts +0 -1
  730. package/lib/components/avatar/index.d.ts +0 -1
  731. package/lib/components/avatar/public-api.d.ts +0 -2
  732. package/lib/components/badge/index.d.ts +0 -1
  733. package/lib/components/badge/numeric-badge.component.d.ts +0 -22
  734. package/lib/components/badge/numeric-badge.module.d.ts +0 -9
  735. package/lib/components/badge/public-api.d.ts +0 -2
  736. package/lib/components/breadcrumb/breadcrumb.component.d.ts +0 -37
  737. package/lib/components/breadcrumb/breadcrumb.module.d.ts +0 -11
  738. package/lib/components/breadcrumb/breadcrumb.type.d.ts +0 -7
  739. package/lib/components/breadcrumb/breadcrumb.visual-processor.d.ts +0 -16
  740. package/lib/components/breadcrumb/index.d.ts +0 -1
  741. package/lib/components/breadcrumb/public-api.d.ts +0 -3
  742. package/lib/components/buttons/button/button.component.d.ts +0 -24
  743. package/lib/components/buttons/button/button.module.d.ts +0 -9
  744. package/lib/components/buttons/button/index.d.ts +0 -1
  745. package/lib/components/buttons/button/public-api.d.ts +0 -2
  746. package/lib/components/buttons/button-container/button-container.component.d.ts +0 -9
  747. package/lib/components/buttons/button-container/button-container.module.d.ts +0 -8
  748. package/lib/components/buttons/button-container/index.d.ts +0 -1
  749. package/lib/components/buttons/button-container/public-api.d.ts +0 -2
  750. package/lib/components/buttons/icon-button/icon-button.component.d.ts +0 -25
  751. package/lib/components/buttons/icon-button/icon-button.module.d.ts +0 -10
  752. package/lib/components/buttons/icon-button/index.d.ts +0 -1
  753. package/lib/components/buttons/icon-button/public-api.d.ts +0 -2
  754. package/lib/components/buttons/link-button/index.d.ts +0 -1
  755. package/lib/components/buttons/link-button/link-button.component.d.ts +0 -9
  756. package/lib/components/buttons/link-button/link-button.module.d.ts +0 -10
  757. package/lib/components/buttons/link-button/public-api.d.ts +0 -2
  758. package/lib/components/buttons/selection-button/index.d.ts +0 -1
  759. package/lib/components/buttons/selection-button/public-api.d.ts +0 -2
  760. package/lib/components/buttons/selection-button/selection-button.component.d.ts +0 -40
  761. package/lib/components/buttons/selection-button/selection-button.module.d.ts +0 -10
  762. package/lib/components/card/card.component.d.ts +0 -5
  763. package/lib/components/card/card.module.d.ts +0 -8
  764. package/lib/components/card/index.d.ts +0 -1
  765. package/lib/components/card/public-api.d.ts +0 -2
  766. package/lib/components/chip/chip.component.d.ts +0 -27
  767. package/lib/components/chip/chip.module.d.ts +0 -9
  768. package/lib/components/chip/chip.types.d.ts +0 -4
  769. package/lib/components/chip/index.d.ts +0 -1
  770. package/lib/components/chip/public-api.d.ts +0 -2
  771. package/lib/components/divider/divider.component.d.ts +0 -26
  772. package/lib/components/divider/divider.module.d.ts +0 -8
  773. package/lib/components/divider/index.d.ts +0 -1
  774. package/lib/components/divider/public-api.d.ts +0 -2
  775. package/lib/components/drag-and-drop-list/dom.element.d.ts +0 -17
  776. package/lib/components/drag-and-drop-list/drag-and-drop-list.component.d.ts +0 -82
  777. package/lib/components/drag-and-drop-list/drag-and-drop-list.enums.d.ts +0 -8
  778. package/lib/components/drag-and-drop-list/drag-and-drop-list.module.d.ts +0 -8
  779. package/lib/components/drag-and-drop-list/dragged.placeholder.d.ts +0 -14
  780. package/lib/components/drag-and-drop-list/index.d.ts +0 -1
  781. package/lib/components/drag-and-drop-list/public-api.d.ts +0 -2
  782. package/lib/components/error-page/error-page-code/error-page-code.component.d.ts +0 -5
  783. package/lib/components/error-page/error-page-code/error-page-code.module.d.ts +0 -8
  784. package/lib/components/error-page/error-page-code/index.d.ts +0 -1
  785. package/lib/components/error-page/error-page-code/public-api.d.ts +0 -2
  786. package/lib/components/error-page/error-page.component.d.ts +0 -49
  787. package/lib/components/error-page/error-page.module.d.ts +0 -15
  788. package/lib/components/error-page/error-page.types.d.ts +0 -22
  789. package/lib/components/error-page/index.d.ts +0 -1
  790. package/lib/components/error-page/public-api.d.ts +0 -3
  791. package/lib/components/expansion-panel/expansion-panel.component.d.ts +0 -21
  792. package/lib/components/expansion-panel/expansion-panel.module.d.ts +0 -10
  793. package/lib/components/expansion-panel/index.d.ts +0 -1
  794. package/lib/components/expansion-panel/public-api.d.ts +0 -2
  795. package/lib/components/footer/container/footer-container.component.d.ts +0 -5
  796. package/lib/components/footer/container/footer-container.module.d.ts +0 -7
  797. package/lib/components/footer/container/index.d.ts +0 -1
  798. package/lib/components/footer/container/public-api.d.ts +0 -2
  799. package/lib/components/footer/footer.component.d.ts +0 -22
  800. package/lib/components/footer/footer.component.types.d.ts +0 -12
  801. package/lib/components/footer/footer.module.d.ts +0 -8
  802. package/lib/components/footer/index.d.ts +0 -1
  803. package/lib/components/footer/public-api.d.ts +0 -3
  804. package/lib/components/form-fields/abstracts/abstract.base.component.d.ts +0 -57
  805. package/lib/components/form-fields/abstracts/abstract.dropdown.component.d.ts +0 -44
  806. package/lib/components/form-fields/abstracts/abstract.input.component.d.ts +0 -24
  807. package/lib/components/form-fields/area/index.d.ts +0 -1
  808. package/lib/components/form-fields/area/public-api.d.ts +0 -2
  809. package/lib/components/form-fields/area/textarea.component.d.ts +0 -12
  810. package/lib/components/form-fields/area/textarea.module.d.ts +0 -17
  811. package/lib/components/form-fields/common/dropdown-option-template.directive.d.ts +0 -11
  812. package/lib/components/form-fields/common/error/error.component.d.ts +0 -7
  813. package/lib/components/form-fields/common/hint/hint.component.d.ts +0 -11
  814. package/lib/components/form-fields/common/input.tooltip.component.d.ts +0 -11
  815. package/lib/components/form-fields/common/success/success.component.d.ts +0 -7
  816. package/lib/components/form-fields/datepickers/date-picker/datepicker.component.d.ts +0 -24
  817. package/lib/components/form-fields/datepickers/date-picker/datepicker.module.d.ts +0 -22
  818. package/lib/components/form-fields/datepickers/date-picker/index.d.ts +0 -1
  819. package/lib/components/form-fields/datepickers/date-picker/public-api.d.ts +0 -2
  820. package/lib/components/form-fields/datepickers/datetime-picker/custom-datetime-format.d.ts +0 -18
  821. package/lib/components/form-fields/datepickers/datetime-picker/custom-datetime.adapter.d.ts +0 -11
  822. package/lib/components/form-fields/datepickers/datetime-picker/datetime-picker-format-directive.d.ts +0 -22
  823. package/lib/components/form-fields/datepickers/datetime-picker/datetime-template.formatter.d.ts +0 -13
  824. package/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.component.d.ts +0 -118
  825. package/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.module.d.ts +0 -21
  826. package/lib/components/form-fields/datepickers/datetime-picker/index.d.ts +0 -1
  827. package/lib/components/form-fields/datepickers/datetime-picker/public-api.d.ts +0 -2
  828. package/lib/components/form-fields/datepickers/time-picker/index.d.ts +0 -1
  829. package/lib/components/form-fields/datepickers/time-picker/public-api.d.ts +0 -2
  830. package/lib/components/form-fields/datepickers/time-picker/timepicker.component.d.ts +0 -26
  831. package/lib/components/form-fields/datepickers/time-picker/timepicker.module.d.ts +0 -22
  832. package/lib/components/form-fields/dropdowns/dropdown/dropdown.component.d.ts +0 -64
  833. package/lib/components/form-fields/dropdowns/dropdown/dropdown.module.d.ts +0 -21
  834. package/lib/components/form-fields/dropdowns/dropdown/index.d.ts +0 -1
  835. package/lib/components/form-fields/dropdowns/dropdown/public-api.d.ts +0 -2
  836. package/lib/components/form-fields/dropdowns/input-dropdown/index.d.ts +0 -1
  837. package/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.component.d.ts +0 -47
  838. package/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.module.d.ts +0 -20
  839. package/lib/components/form-fields/dropdowns/input-dropdown/public-api.d.ts +0 -2
  840. package/lib/components/form-fields/dropdowns/multi-select-dropdown/index.d.ts +0 -1
  841. package/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.component.d.ts +0 -26
  842. package/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.module.d.ts +0 -21
  843. package/lib/components/form-fields/dropdowns/multi-select-dropdown/public-api.d.ts +0 -2
  844. package/lib/components/form-fields/input/index.d.ts +0 -1
  845. package/lib/components/form-fields/input/input.component.d.ts +0 -29
  846. package/lib/components/form-fields/input/input.module.d.ts +0 -17
  847. package/lib/components/form-fields/input/public-api.d.ts +0 -2
  848. package/lib/components/form-fields/search-fields/search-dropdown/index.d.ts +0 -1
  849. package/lib/components/form-fields/search-fields/search-dropdown/public-api.d.ts +0 -2
  850. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown-highlighter.pipe.d.ts +0 -13
  851. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.d.ts +0 -195
  852. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.types.d.ts +0 -10
  853. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.module.d.ts +0 -22
  854. package/lib/components/form-fields/search-fields/search-input/index.d.ts +0 -1
  855. package/lib/components/form-fields/search-fields/search-input/public-api.d.ts +0 -2
  856. package/lib/components/form-fields/search-fields/search-input/search-input.component.d.ts +0 -15
  857. package/lib/components/form-fields/search-fields/search-input/search-input.module.d.ts +0 -20
  858. package/lib/components/form-fields/selection-fields/checkbox/checkbox.component.d.ts +0 -17
  859. package/lib/components/form-fields/selection-fields/checkbox/checkbox.module.d.ts +0 -13
  860. package/lib/components/form-fields/selection-fields/checkbox/index.d.ts +0 -1
  861. package/lib/components/form-fields/selection-fields/checkbox/public-api.d.ts +0 -2
  862. package/lib/components/form-fields/selection-fields/radio-button/index.d.ts +0 -1
  863. package/lib/components/form-fields/selection-fields/radio-button/public-api.d.ts +0 -2
  864. package/lib/components/form-fields/selection-fields/radio-button/radio-button.component.d.ts +0 -28
  865. package/lib/components/form-fields/selection-fields/radio-button/radio-button.module.d.ts +0 -17
  866. package/lib/components/form-fields/selection-fields/slide-toggle/index.d.ts +0 -1
  867. package/lib/components/form-fields/selection-fields/slide-toggle/public-api.d.ts +0 -2
  868. package/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.component.d.ts +0 -19
  869. package/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.module.d.ts +0 -13
  870. package/lib/components/form-fields/selection-fields/slider/index.d.ts +0 -1
  871. package/lib/components/form-fields/selection-fields/slider/public-api.d.ts +0 -2
  872. package/lib/components/form-fields/selection-fields/slider/slider.component.d.ts +0 -20
  873. package/lib/components/form-fields/selection-fields/slider/slider.module.d.ts +0 -14
  874. package/lib/components/general/color-palette/colors.enums.d.ts +0 -37
  875. package/lib/components/header/container/header-container.component.d.ts +0 -9
  876. package/lib/components/header/container/header-container.module.d.ts +0 -7
  877. package/lib/components/header/container/index.d.ts +0 -1
  878. package/lib/components/header/container/public-api.d.ts +0 -2
  879. package/lib/components/header/header.component.d.ts +0 -5
  880. package/lib/components/header/header.module.d.ts +0 -7
  881. package/lib/components/header/index.d.ts +0 -1
  882. package/lib/components/header/org-display-text/index.d.ts +0 -1
  883. package/lib/components/header/org-display-text/org-display-text.component.d.ts +0 -13
  884. package/lib/components/header/org-display-text/org-display-text.module.d.ts +0 -8
  885. package/lib/components/header/org-display-text/public-api.d.ts +0 -2
  886. package/lib/components/header/public-api.d.ts +0 -2
  887. package/lib/components/icon-hover/icon-hover.component.d.ts +0 -23
  888. package/lib/components/icon-hover/icon-hover.module.d.ts +0 -7
  889. package/lib/components/icon-hover/index.d.ts +0 -1
  890. package/lib/components/icon-hover/public-api.d.ts +0 -2
  891. package/lib/components/logo/ascent-logo/ascent-logo.component.d.ts +0 -19
  892. package/lib/components/logo/ascent-logo/ascent-logo.module.d.ts +0 -8
  893. package/lib/components/logo/ascent-logo/index.d.ts +0 -1
  894. package/lib/components/logo/ascent-logo/public-api.d.ts +0 -2
  895. package/lib/components/logo/primary-logo/index.d.ts +0 -1
  896. package/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -21
  897. package/lib/components/logo/primary-logo/primary-logo.module.d.ts +0 -8
  898. package/lib/components/logo/primary-logo/public-api.d.ts +0 -2
  899. package/lib/components/main-menu/index.d.ts +0 -1
  900. package/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.d.ts +0 -11
  901. package/lib/components/main-menu/main-menu.component.d.ts +0 -42
  902. package/lib/components/main-menu/main-menu.module.d.ts +0 -15
  903. package/lib/components/main-menu/main-menu.types.d.ts +0 -8
  904. package/lib/components/main-menu/public-api.d.ts +0 -3
  905. package/lib/components/modal/index.d.ts +0 -1
  906. package/lib/components/modal/modal.component.d.ts +0 -27
  907. package/lib/components/modal/modal.module.d.ts +0 -12
  908. package/lib/components/modal/public-api.d.ts +0 -2
  909. package/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.d.ts +0 -30
  910. package/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.d.ts +0 -8
  911. package/lib/components/navigation/dashboard-edit-icon/index.d.ts +0 -1
  912. package/lib/components/navigation/dashboard-edit-icon/public-api.d.ts +0 -2
  913. package/lib/components/navigation/index.d.ts +0 -1
  914. package/lib/components/navigation/navigation-actions-container/index.d.ts +0 -1
  915. package/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.d.ts +0 -9
  916. package/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.d.ts +0 -8
  917. package/lib/components/navigation/navigation-actions-container/public-api.d.ts +0 -2
  918. package/lib/components/navigation/navigation-collapse-handle/index.d.ts +0 -1
  919. package/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.d.ts +0 -31
  920. package/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.d.ts +0 -8
  921. package/lib/components/navigation/navigation-collapse-handle/public-api.d.ts +0 -2
  922. package/lib/components/navigation/navigation-header/index.d.ts +0 -1
  923. package/lib/components/navigation/navigation-header/navigation-header.component.d.ts +0 -13
  924. package/lib/components/navigation/navigation-header/navigation-header.module.d.ts +0 -7
  925. package/lib/components/navigation/navigation-header/public-api.d.ts +0 -2
  926. package/lib/components/navigation/navigation-item/index.d.ts +0 -1
  927. package/lib/components/navigation/navigation-item/navigation-item.component.d.ts +0 -52
  928. package/lib/components/navigation/navigation-item/navigation-item.module.d.ts +0 -11
  929. package/lib/components/navigation/navigation-item/public-api.d.ts +0 -2
  930. package/lib/components/navigation/navigation-items-container/index.d.ts +0 -1
  931. package/lib/components/navigation/navigation-items-container/navigation-items-container.component.d.ts +0 -5
  932. package/lib/components/navigation/navigation-items-container/navigation-items-container.module.d.ts +0 -7
  933. package/lib/components/navigation/navigation-items-container/public-api.d.ts +0 -2
  934. package/lib/components/navigation/navigation.component.d.ts +0 -13
  935. package/lib/components/navigation/navigation.module.d.ts +0 -7
  936. package/lib/components/navigation/public-api.d.ts +0 -2
  937. package/lib/components/navigation/side-navigation/side-navigation-container/index.d.ts +0 -1
  938. package/lib/components/navigation/side-navigation/side-navigation-container/public-api.d.ts +0 -2
  939. package/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.d.ts +0 -5
  940. package/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.d.ts +0 -7
  941. package/lib/components/navigation/side-navigation/side-navigation-item/index.d.ts +0 -1
  942. package/lib/components/navigation/side-navigation/side-navigation-item/public-api.d.ts +0 -2
  943. package/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.d.ts +0 -45
  944. package/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.d.ts +0 -11
  945. package/lib/components/navigation/sub-navigation-item/index.d.ts +0 -1
  946. package/lib/components/navigation/sub-navigation-item/public-api.d.ts +0 -2
  947. package/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.d.ts +0 -28
  948. package/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.d.ts +0 -8
  949. package/lib/components/navigation/sub-navigation-items-container/index.d.ts +0 -1
  950. package/lib/components/navigation/sub-navigation-items-container/public-api.d.ts +0 -2
  951. package/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.d.ts +0 -5
  952. package/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.d.ts +0 -7
  953. package/lib/components/pagination/container/index.d.ts +0 -1
  954. package/lib/components/pagination/container/pagination-container.component.d.ts +0 -5
  955. package/lib/components/pagination/container/pagination-container.module.d.ts +0 -7
  956. package/lib/components/pagination/container/public-api.d.ts +0 -2
  957. package/lib/components/pagination/index.d.ts +0 -1
  958. package/lib/components/pagination/pagination.component.d.ts +0 -41
  959. package/lib/components/pagination/pagination.module.d.ts +0 -9
  960. package/lib/components/pagination/public-api.d.ts +0 -2
  961. package/lib/components/progress-indicators/progress-bar/index.d.ts +0 -1
  962. package/lib/components/progress-indicators/progress-bar/progress-bar.component.d.ts +0 -48
  963. package/lib/components/progress-indicators/progress-bar/progress-bar.module.d.ts +0 -9
  964. package/lib/components/progress-indicators/progress-bar/public-api.d.ts +0 -2
  965. package/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts +0 -1
  966. package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.d.ts +0 -33
  967. package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.d.ts +0 -9
  968. package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.d.ts +0 -6
  969. package/lib/components/progress-indicators/progress-indicator-spinner/public-api.d.ts +0 -2
  970. package/lib/components/progress-indicators/progress-spinner/index.d.ts +0 -1
  971. package/lib/components/progress-indicators/progress-spinner/progress-spinner.component.d.ts +0 -37
  972. package/lib/components/progress-indicators/progress-spinner/progress-spinner.module.d.ts +0 -11
  973. package/lib/components/progress-indicators/progress-spinner/public-api.d.ts +0 -2
  974. package/lib/components/progress-stepper/index.d.ts +0 -1
  975. package/lib/components/progress-stepper/progress-step.types.d.ts +0 -5
  976. package/lib/components/progress-stepper/progress-stepper.component.d.ts +0 -42
  977. package/lib/components/progress-stepper/progress-stepper.module.d.ts +0 -10
  978. package/lib/components/progress-stepper/public-api.d.ts +0 -3
  979. package/lib/components/rating/index.d.ts +0 -1
  980. package/lib/components/rating/public-api.d.ts +0 -2
  981. package/lib/components/rating/rating.component.d.ts +0 -22
  982. package/lib/components/rating/rating.module.d.ts +0 -9
  983. package/lib/components/shell-layout/index.d.ts +0 -1
  984. package/lib/components/shell-layout/public-api.d.ts +0 -2
  985. package/lib/components/shell-layout/shell-layout.component.d.ts +0 -13
  986. package/lib/components/shell-layout/shell-layout.module.d.ts +0 -8
  987. package/lib/components/snackbars/inline-snackbar/index.d.ts +0 -1
  988. package/lib/components/snackbars/inline-snackbar/inline-snackbar.component.d.ts +0 -31
  989. package/lib/components/snackbars/inline-snackbar/inline-snackbar.module.d.ts +0 -9
  990. package/lib/components/snackbars/inline-snackbar/public-api.d.ts +0 -2
  991. package/lib/components/snackbars/snackbar/index.d.ts +0 -1
  992. package/lib/components/snackbars/snackbar/public-api.d.ts +0 -2
  993. package/lib/components/snackbars/snackbar/snackbar.component.d.ts +0 -22
  994. package/lib/components/snackbars/snackbar/snackbar.module.d.ts +0 -11
  995. package/lib/components/splash-page/index.d.ts +0 -1
  996. package/lib/components/splash-page/public-api.d.ts +0 -2
  997. package/lib/components/splash-page/splash-page.component.d.ts +0 -14
  998. package/lib/components/splash-page/splash-page.module.d.ts +0 -8
  999. package/lib/components/stepper-condensed/condensed-helpers.d.ts +0 -24
  1000. package/lib/components/stepper-condensed/condensed-step.type.d.ts +0 -43
  1001. package/lib/components/stepper-condensed/index.d.ts +0 -1
  1002. package/lib/components/stepper-condensed/public-api.d.ts +0 -4
  1003. package/lib/components/stepper-condensed/stepper-condensed.component.d.ts +0 -61
  1004. package/lib/components/stepper-condensed/stepper-condensed.module.d.ts +0 -11
  1005. package/lib/components/submenu/submenu-container/index.d.ts +0 -1
  1006. package/lib/components/submenu/submenu-container/public-api.d.ts +0 -2
  1007. package/lib/components/submenu/submenu-container/submenu-container.component.d.ts +0 -9
  1008. package/lib/components/submenu/submenu-container/submenu-container.module.d.ts +0 -8
  1009. package/lib/components/submenu/submenu-heading/index.d.ts +0 -1
  1010. package/lib/components/submenu/submenu-heading/public-api.d.ts +0 -2
  1011. package/lib/components/submenu/submenu-heading/submenu-heading.component.d.ts +0 -9
  1012. package/lib/components/submenu/submenu-heading/submenu-heading.module.d.ts +0 -8
  1013. package/lib/components/submenu/submenu-item/index.d.ts +0 -1
  1014. package/lib/components/submenu/submenu-item/public-api.d.ts +0 -2
  1015. package/lib/components/submenu/submenu-item/submenu-item.component.d.ts +0 -16
  1016. package/lib/components/submenu/submenu-item/submenu-item.module.d.ts +0 -9
  1017. package/lib/components/submenu/submenu-secondary-item/index.d.ts +0 -1
  1018. package/lib/components/submenu/submenu-secondary-item/public-api.d.ts +0 -2
  1019. package/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.d.ts +0 -18
  1020. package/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.d.ts +0 -9
  1021. package/lib/components/table/index.d.ts +0 -1
  1022. package/lib/components/table/public-api.d.ts +0 -2
  1023. package/lib/components/table/table.component.d.ts +0 -35
  1024. package/lib/components/table/table.module.d.ts +0 -10
  1025. package/lib/components/tags/create-tag/create-tag.component.d.ts +0 -85
  1026. package/lib/components/tags/create-tag/create-tag.module.d.ts +0 -14
  1027. package/lib/components/tags/create-tag/index.d.ts +0 -1
  1028. package/lib/components/tags/create-tag/public-api.d.ts +0 -2
  1029. package/lib/components/tags/tag/index.d.ts +0 -1
  1030. package/lib/components/tags/tag/public-api.d.ts +0 -3
  1031. package/lib/components/tags/tag/tag.component.d.ts +0 -34
  1032. package/lib/components/tags/tag/tag.module.d.ts +0 -9
  1033. package/lib/components/tags/tag/tag.types.d.ts +0 -6
  1034. package/lib/components/tags/tag-container/index.d.ts +0 -1
  1035. package/lib/components/tags/tag-container/public-api.d.ts +0 -2
  1036. package/lib/components/tags/tag-container/tag-container.component.d.ts +0 -5
  1037. package/lib/components/tags/tag-container/tag-container.module.d.ts +0 -8
  1038. package/lib/components/timeline-stepper/index.d.ts +0 -1
  1039. package/lib/components/timeline-stepper/public-api.d.ts +0 -4
  1040. package/lib/components/timeline-stepper/timeline-helpers.d.ts +0 -24
  1041. package/lib/components/timeline-stepper/timeline-step.type.d.ts +0 -43
  1042. package/lib/components/timeline-stepper/timeline-stepper.component.d.ts +0 -61
  1043. package/lib/components/timeline-stepper/timeline-stepper.module.d.ts +0 -11
  1044. package/lib/components/vertical-stepper/index.d.ts +0 -1
  1045. package/lib/components/vertical-stepper/public-api.d.ts +0 -4
  1046. package/lib/components/vertical-stepper/vertical-helpers.d.ts +0 -24
  1047. package/lib/components/vertical-stepper/vertical-step.type.d.ts +0 -45
  1048. package/lib/components/vertical-stepper/vertical-stepper.component.d.ts +0 -58
  1049. package/lib/components/vertical-stepper/vertical-stepper.module.d.ts +0 -11
  1050. package/lib/components/widgets/widget-actions/index.d.ts +0 -1
  1051. package/lib/components/widgets/widget-actions/public-api.d.ts +0 -2
  1052. package/lib/components/widgets/widget-actions/widget-actions.component.d.ts +0 -5
  1053. package/lib/components/widgets/widget-actions/widget-actions.module.d.ts +0 -7
  1054. package/lib/components/widgets/widget-bar/index.d.ts +0 -1
  1055. package/lib/components/widgets/widget-bar/public-api.d.ts +0 -2
  1056. package/lib/components/widgets/widget-bar/widget-bar.component.d.ts +0 -9
  1057. package/lib/components/widgets/widget-bar/widget-bar.module.d.ts +0 -8
  1058. package/lib/components/widgets/widget-container/index.d.ts +0 -1
  1059. package/lib/components/widgets/widget-container/public-api.d.ts +0 -2
  1060. package/lib/components/widgets/widget-container/widget-container.component.d.ts +0 -5
  1061. package/lib/components/widgets/widget-container/widget-container.module.d.ts +0 -8
  1062. package/lib/components/widgets/widget-footer/index.d.ts +0 -1
  1063. package/lib/components/widgets/widget-footer/public-api.d.ts +0 -2
  1064. package/lib/components/widgets/widget-footer/widget-footer.component.d.ts +0 -5
  1065. package/lib/components/widgets/widget-footer/widget-footer.module.d.ts +0 -8
  1066. package/lib/components/widgets/widget-header/index.d.ts +0 -1
  1067. package/lib/components/widgets/widget-header/public-api.d.ts +0 -2
  1068. package/lib/components/widgets/widget-header/widget-header.component.d.ts +0 -5
  1069. package/lib/components/widgets/widget-header/widget-header.module.d.ts +0 -8
  1070. package/lib/components/widgets/widget-preview/index.d.ts +0 -1
  1071. package/lib/components/widgets/widget-preview/public-api.d.ts +0 -2
  1072. package/lib/components/widgets/widget-preview/widget-preview.component.d.ts +0 -28
  1073. package/lib/components/widgets/widget-preview/widget-preview.module.d.ts +0 -8
  1074. package/lib/components/widgets/widget-thumbnail/index.d.ts +0 -1
  1075. package/lib/components/widgets/widget-thumbnail/public-api.d.ts +0 -2
  1076. package/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.d.ts +0 -68
  1077. package/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.d.ts +0 -10
  1078. package/lib/components/widgets/widget-thumbnail-container/index.d.ts +0 -1
  1079. package/lib/components/widgets/widget-thumbnail-container/public-api.d.ts +0 -2
  1080. package/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.d.ts +0 -5
  1081. package/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.d.ts +0 -8
  1082. package/lib/components/widgets/widget-title/index.d.ts +0 -1
  1083. package/lib/components/widgets/widget-title/public-api.d.ts +0 -2
  1084. package/lib/components/widgets/widget-title/widget-title.component.d.ts +0 -13
  1085. package/lib/components/widgets/widget-title/widget-title.module.d.ts +0 -8
  1086. package/lib/components/wizard-stepper/index.d.ts +0 -1
  1087. package/lib/components/wizard-stepper/public-api.d.ts +0 -3
  1088. package/lib/components/wizard-stepper/wizard-stepper.component.d.ts +0 -12
  1089. package/lib/components/wizard-stepper/wizard-stepper.module.d.ts +0 -10
  1090. package/lib/components/wizard-stepper/wizard-stepper.types.d.ts +0 -4
  1091. package/lib/services/viewport/viewport.service.d.ts +0 -22
  1092. package/lib/services/viewport/viewport.service.interface.d.ts +0 -6
  1093. package/lib/services/window/window.service.d.ts +0 -12
  1094. package/lib/services/window/window.service.interface.d.ts +0 -7
  1095. package/src/assets/sass/ads-ui/overrides/_ag-grid.scss +0 -2
  1096. package/src/assets/sass/ads-ui/overrides/angular-material/_expansion-panel.scss +0 -19
  1097. package/src/assets/sass/ads-ui/overrides/angular-material/_modal.scss +0 -42
  1098. package/src/assets/sass/ads-ui/overrides/angular-material/_tabs.scss +0 -63
  1099. package/src/lib/components/avatar/avatar.component.d.ts +0 -30
  1100. package/src/lib/components/avatar/avatar.module.d.ts +0 -9
  1101. package/src/lib/components/avatar/avatar.types.d.ts +0 -1
  1102. package/src/lib/components/avatar/public-api.d.ts +0 -2
  1103. package/src/lib/components/buttons/button-container/button-container.component.d.ts +0 -9
  1104. package/src/lib/components/buttons/button-container/button-container.module.d.ts +0 -8
  1105. package/src/lib/components/buttons/button-container/public-api.d.ts +0 -2
  1106. package/src/lib/components/buttons/selection-button/index.d.ts +0 -5
  1107. package/src/lib/components/buttons/selection-button/public-api.d.ts +0 -2
  1108. package/src/lib/components/buttons/selection-button/selection-button.component.d.ts +0 -40
  1109. package/src/lib/components/buttons/selection-button/selection-button.module.d.ts +0 -10
  1110. package/src/lib/components/card/card.component.d.ts +0 -5
  1111. package/src/lib/components/card/card.module.d.ts +0 -8
  1112. package/src/lib/components/card/index.d.ts +0 -5
  1113. package/src/lib/components/card/public-api.d.ts +0 -2
  1114. package/src/lib/components/divider/divider.component.d.ts +0 -26
  1115. package/src/lib/components/divider/divider.module.d.ts +0 -8
  1116. package/src/lib/components/divider/index.d.ts +0 -5
  1117. package/src/lib/components/divider/public-api.d.ts +0 -2
  1118. package/src/lib/components/drag-and-drop-list/dom.element.d.ts +0 -17
  1119. package/src/lib/components/drag-and-drop-list/drag-and-drop-list.component.d.ts +0 -82
  1120. package/src/lib/components/drag-and-drop-list/drag-and-drop-list.enums.d.ts +0 -8
  1121. package/src/lib/components/drag-and-drop-list/drag-and-drop-list.module.d.ts +0 -8
  1122. package/src/lib/components/drag-and-drop-list/dragged.placeholder.d.ts +0 -14
  1123. package/src/lib/components/drag-and-drop-list/public-api.d.ts +0 -2
  1124. package/src/lib/components/error-page/error-page-code/error-page-code.component.d.ts +0 -5
  1125. package/src/lib/components/error-page/error-page-code/error-page-code.module.d.ts +0 -8
  1126. package/src/lib/components/error-page/error-page-code/public-api.d.ts +0 -2
  1127. package/src/lib/components/footer/container/footer-container.component.d.ts +0 -5
  1128. package/src/lib/components/footer/container/footer-container.module.d.ts +0 -7
  1129. package/src/lib/components/footer/container/public-api.d.ts +0 -2
  1130. package/src/lib/components/footer/footer.component.d.ts +0 -22
  1131. package/src/lib/components/footer/footer.component.types.d.ts +0 -12
  1132. package/src/lib/components/footer/footer.module.d.ts +0 -8
  1133. package/src/lib/components/footer/public-api.d.ts +0 -3
  1134. package/src/lib/components/header/container/header-container.component.d.ts +0 -9
  1135. package/src/lib/components/header/container/header-container.module.d.ts +0 -7
  1136. package/src/lib/components/header/container/public-api.d.ts +0 -2
  1137. package/src/lib/components/header/header.component.d.ts +0 -5
  1138. package/src/lib/components/header/header.module.d.ts +0 -7
  1139. package/src/lib/components/header/org-display-text/index.d.ts +0 -5
  1140. package/src/lib/components/header/org-display-text/org-display-text.component.d.ts +0 -13
  1141. package/src/lib/components/header/org-display-text/org-display-text.module.d.ts +0 -8
  1142. package/src/lib/components/header/org-display-text/public-api.d.ts +0 -2
  1143. package/src/lib/components/header/public-api.d.ts +0 -2
  1144. package/src/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -21
  1145. package/src/lib/components/logo/primary-logo/primary-logo.module.d.ts +0 -8
  1146. package/src/lib/components/logo/primary-logo/public-api.d.ts +0 -2
  1147. package/src/lib/components/main-menu/index.d.ts +0 -5
  1148. package/src/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.d.ts +0 -11
  1149. package/src/lib/components/main-menu/main-menu.component.d.ts +0 -42
  1150. package/src/lib/components/main-menu/main-menu.module.d.ts +0 -15
  1151. package/src/lib/components/main-menu/main-menu.types.d.ts +0 -8
  1152. package/src/lib/components/main-menu/public-api.d.ts +0 -3
  1153. package/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.d.ts +0 -30
  1154. package/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.d.ts +0 -8
  1155. package/src/lib/components/navigation/dashboard-edit-icon/index.d.ts +0 -5
  1156. package/src/lib/components/navigation/dashboard-edit-icon/public-api.d.ts +0 -2
  1157. package/src/lib/components/navigation/index.d.ts +0 -5
  1158. package/src/lib/components/navigation/navigation-actions-container/index.d.ts +0 -5
  1159. package/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.d.ts +0 -9
  1160. package/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.d.ts +0 -8
  1161. package/src/lib/components/navigation/navigation-actions-container/public-api.d.ts +0 -2
  1162. package/src/lib/components/navigation/navigation-collapse-handle/index.d.ts +0 -5
  1163. package/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.d.ts +0 -31
  1164. package/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.d.ts +0 -8
  1165. package/src/lib/components/navigation/navigation-collapse-handle/public-api.d.ts +0 -2
  1166. package/src/lib/components/navigation/navigation-header/index.d.ts +0 -5
  1167. package/src/lib/components/navigation/navigation-header/navigation-header.component.d.ts +0 -13
  1168. package/src/lib/components/navigation/navigation-header/navigation-header.module.d.ts +0 -7
  1169. package/src/lib/components/navigation/navigation-header/public-api.d.ts +0 -2
  1170. package/src/lib/components/navigation/navigation-item/index.d.ts +0 -5
  1171. package/src/lib/components/navigation/navigation-item/navigation-item.component.d.ts +0 -52
  1172. package/src/lib/components/navigation/navigation-item/navigation-item.module.d.ts +0 -11
  1173. package/src/lib/components/navigation/navigation-item/public-api.d.ts +0 -2
  1174. package/src/lib/components/navigation/navigation-items-container/index.d.ts +0 -5
  1175. package/src/lib/components/navigation/navigation-items-container/navigation-items-container.component.d.ts +0 -5
  1176. package/src/lib/components/navigation/navigation-items-container/navigation-items-container.module.d.ts +0 -7
  1177. package/src/lib/components/navigation/navigation-items-container/public-api.d.ts +0 -2
  1178. package/src/lib/components/navigation/navigation.component.d.ts +0 -13
  1179. package/src/lib/components/navigation/navigation.module.d.ts +0 -7
  1180. package/src/lib/components/navigation/public-api.d.ts +0 -2
  1181. package/src/lib/components/navigation/side-navigation/side-navigation-container/index.d.ts +0 -5
  1182. package/src/lib/components/navigation/side-navigation/side-navigation-container/public-api.d.ts +0 -2
  1183. package/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.d.ts +0 -5
  1184. package/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.d.ts +0 -7
  1185. package/src/lib/components/navigation/side-navigation/side-navigation-item/index.d.ts +0 -5
  1186. package/src/lib/components/navigation/side-navigation/side-navigation-item/public-api.d.ts +0 -2
  1187. package/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.d.ts +0 -45
  1188. package/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.d.ts +0 -11
  1189. package/src/lib/components/navigation/sub-navigation-item/index.d.ts +0 -5
  1190. package/src/lib/components/navigation/sub-navigation-item/public-api.d.ts +0 -2
  1191. package/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.d.ts +0 -28
  1192. package/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.d.ts +0 -8
  1193. package/src/lib/components/navigation/sub-navigation-items-container/index.d.ts +0 -5
  1194. package/src/lib/components/navigation/sub-navigation-items-container/public-api.d.ts +0 -2
  1195. package/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.d.ts +0 -5
  1196. package/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.d.ts +0 -7
  1197. package/src/lib/components/pagination/container/index.d.ts +0 -5
  1198. package/src/lib/components/pagination/container/pagination-container.component.d.ts +0 -5
  1199. package/src/lib/components/pagination/container/pagination-container.module.d.ts +0 -7
  1200. package/src/lib/components/pagination/container/public-api.d.ts +0 -2
  1201. package/src/lib/components/pagination/index.d.ts +0 -5
  1202. package/src/lib/components/pagination/pagination.component.d.ts +0 -41
  1203. package/src/lib/components/pagination/pagination.module.d.ts +0 -9
  1204. package/src/lib/components/pagination/public-api.d.ts +0 -2
  1205. package/src/lib/components/progress-indicators/progress-bar/progress-bar.component.d.ts +0 -48
  1206. package/src/lib/components/progress-indicators/progress-bar/progress-bar.module.d.ts +0 -9
  1207. package/src/lib/components/progress-indicators/progress-bar/public-api.d.ts +0 -2
  1208. package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.d.ts +0 -33
  1209. package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.d.ts +0 -9
  1210. package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.d.ts +0 -6
  1211. package/src/lib/components/progress-indicators/progress-indicator-spinner/public-api.d.ts +0 -2
  1212. package/src/lib/components/progress-indicators/progress-spinner/progress-spinner.component.d.ts +0 -37
  1213. package/src/lib/components/progress-indicators/progress-spinner/progress-spinner.module.d.ts +0 -11
  1214. package/src/lib/components/progress-indicators/progress-spinner/public-api.d.ts +0 -2
  1215. package/src/lib/components/progress-stepper/index.d.ts +0 -5
  1216. package/src/lib/components/progress-stepper/progress-step.types.d.ts +0 -5
  1217. package/src/lib/components/progress-stepper/progress-stepper.component.d.ts +0 -42
  1218. package/src/lib/components/progress-stepper/progress-stepper.module.d.ts +0 -10
  1219. package/src/lib/components/progress-stepper/public-api.d.ts +0 -3
  1220. package/src/lib/components/rating/index.d.ts +0 -5
  1221. package/src/lib/components/rating/public-api.d.ts +0 -2
  1222. package/src/lib/components/rating/rating.component.d.ts +0 -22
  1223. package/src/lib/components/rating/rating.module.d.ts +0 -9
  1224. package/src/lib/components/shell-layout/public-api.d.ts +0 -2
  1225. package/src/lib/components/shell-layout/shell-layout.component.d.ts +0 -13
  1226. package/src/lib/components/shell-layout/shell-layout.module.d.ts +0 -8
  1227. package/src/lib/components/splash-page/public-api.d.ts +0 -2
  1228. package/src/lib/components/splash-page/splash-page.component.d.ts +0 -14
  1229. package/src/lib/components/splash-page/splash-page.module.d.ts +0 -8
  1230. package/src/lib/components/submenu/submenu-container/index.d.ts +0 -5
  1231. package/src/lib/components/submenu/submenu-container/public-api.d.ts +0 -2
  1232. package/src/lib/components/submenu/submenu-container/submenu-container.component.d.ts +0 -9
  1233. package/src/lib/components/submenu/submenu-container/submenu-container.module.d.ts +0 -8
  1234. package/src/lib/components/submenu/submenu-heading/index.d.ts +0 -5
  1235. package/src/lib/components/submenu/submenu-heading/public-api.d.ts +0 -2
  1236. package/src/lib/components/submenu/submenu-heading/submenu-heading.component.d.ts +0 -9
  1237. package/src/lib/components/submenu/submenu-heading/submenu-heading.module.d.ts +0 -8
  1238. package/src/lib/components/submenu/submenu-item/index.d.ts +0 -5
  1239. package/src/lib/components/submenu/submenu-item/public-api.d.ts +0 -2
  1240. package/src/lib/components/submenu/submenu-item/submenu-item.component.d.ts +0 -16
  1241. package/src/lib/components/submenu/submenu-item/submenu-item.module.d.ts +0 -9
  1242. package/src/lib/components/submenu/submenu-secondary-item/index.d.ts +0 -5
  1243. package/src/lib/components/submenu/submenu-secondary-item/public-api.d.ts +0 -2
  1244. package/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.d.ts +0 -18
  1245. package/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.d.ts +0 -9
  1246. package/src/lib/components/tags/tag-container/public-api.d.ts +0 -2
  1247. package/src/lib/components/tags/tag-container/tag-container.component.d.ts +0 -5
  1248. package/src/lib/components/tags/tag-container/tag-container.module.d.ts +0 -8
  1249. package/src/lib/components/timeline-stepper/index.d.ts +0 -5
  1250. package/src/lib/components/timeline-stepper/public-api.d.ts +0 -4
  1251. package/src/lib/components/timeline-stepper/timeline-helpers.d.ts +0 -24
  1252. package/src/lib/components/timeline-stepper/timeline-step.type.d.ts +0 -43
  1253. package/src/lib/components/timeline-stepper/timeline-stepper.component.d.ts +0 -61
  1254. package/src/lib/components/timeline-stepper/timeline-stepper.module.d.ts +0 -11
  1255. package/src/lib/components/vertical-stepper/index.d.ts +0 -5
  1256. package/src/lib/components/vertical-stepper/public-api.d.ts +0 -4
  1257. package/src/lib/components/vertical-stepper/vertical-helpers.d.ts +0 -24
  1258. package/src/lib/components/vertical-stepper/vertical-step.type.d.ts +0 -45
  1259. package/src/lib/components/vertical-stepper/vertical-stepper.component.d.ts +0 -58
  1260. package/src/lib/components/vertical-stepper/vertical-stepper.module.d.ts +0 -11
  1261. package/src/lib/components/widgets/widget-actions/index.d.ts +0 -5
  1262. package/src/lib/components/widgets/widget-actions/public-api.d.ts +0 -2
  1263. package/src/lib/components/widgets/widget-actions/widget-actions.component.d.ts +0 -5
  1264. package/src/lib/components/widgets/widget-actions/widget-actions.module.d.ts +0 -7
  1265. package/src/lib/components/widgets/widget-bar/index.d.ts +0 -5
  1266. package/src/lib/components/widgets/widget-bar/public-api.d.ts +0 -2
  1267. package/src/lib/components/widgets/widget-bar/widget-bar.component.d.ts +0 -9
  1268. package/src/lib/components/widgets/widget-bar/widget-bar.module.d.ts +0 -8
  1269. package/src/lib/components/widgets/widget-container/index.d.ts +0 -5
  1270. package/src/lib/components/widgets/widget-container/public-api.d.ts +0 -2
  1271. package/src/lib/components/widgets/widget-container/widget-container.component.d.ts +0 -5
  1272. package/src/lib/components/widgets/widget-container/widget-container.module.d.ts +0 -8
  1273. package/src/lib/components/widgets/widget-footer/index.d.ts +0 -5
  1274. package/src/lib/components/widgets/widget-footer/public-api.d.ts +0 -2
  1275. package/src/lib/components/widgets/widget-footer/widget-footer.component.d.ts +0 -5
  1276. package/src/lib/components/widgets/widget-footer/widget-footer.module.d.ts +0 -8
  1277. package/src/lib/components/widgets/widget-header/index.d.ts +0 -5
  1278. package/src/lib/components/widgets/widget-header/public-api.d.ts +0 -2
  1279. package/src/lib/components/widgets/widget-header/widget-header.component.d.ts +0 -5
  1280. package/src/lib/components/widgets/widget-header/widget-header.module.d.ts +0 -8
  1281. package/src/lib/components/widgets/widget-preview/index.d.ts +0 -5
  1282. package/src/lib/components/widgets/widget-preview/public-api.d.ts +0 -2
  1283. package/src/lib/components/widgets/widget-preview/widget-preview.component.d.ts +0 -28
  1284. package/src/lib/components/widgets/widget-preview/widget-preview.module.d.ts +0 -8
  1285. package/src/lib/components/widgets/widget-thumbnail/index.d.ts +0 -5
  1286. package/src/lib/components/widgets/widget-thumbnail/public-api.d.ts +0 -2
  1287. package/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.d.ts +0 -68
  1288. package/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.d.ts +0 -10
  1289. package/src/lib/components/widgets/widget-thumbnail-container/index.d.ts +0 -5
  1290. package/src/lib/components/widgets/widget-thumbnail-container/public-api.d.ts +0 -2
  1291. package/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.d.ts +0 -5
  1292. package/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.d.ts +0 -8
  1293. package/src/lib/components/widgets/widget-title/index.d.ts +0 -5
  1294. package/src/lib/components/widgets/widget-title/public-api.d.ts +0 -2
  1295. package/src/lib/components/widgets/widget-title/widget-title.component.d.ts +0 -13
  1296. package/src/lib/components/widgets/widget-title/widget-title.module.d.ts +0 -8
  1297. package/src/lib/components/wizard-stepper/index.d.ts +0 -5
  1298. package/src/lib/components/wizard-stepper/public-api.d.ts +0 -3
  1299. package/src/lib/components/wizard-stepper/wizard-stepper.component.d.ts +0 -12
  1300. package/src/lib/components/wizard-stepper/wizard-stepper.module.d.ts +0 -10
  1301. package/src/lib/components/wizard-stepper/wizard-stepper.types.d.ts +0 -4
@@ -2,20 +2,20 @@ import * as i0 from '@angular/core';
2
2
  import { Component, NgModule } from '@angular/core';
3
3
 
4
4
  class AdsFooterContainerComponent {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsFooterContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: AdsFooterContainerComponent, selector: "ads-footer-container", ngImport: i0, template: "<footer>\n <ng-content></ng-content>\n</footer>\n", styles: ["footer{height:107px;box-sizing:border-box;padding:24px;border-top:1px solid var(--color-light);background-color:var(--color-muted-50);width:100%}@media screen and (max-width: 959px){footer{height:auto}}\n"] }); }
5
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsFooterContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: AdsFooterContainerComponent, isStandalone: false, selector: "ads-footer-container", ngImport: i0, template: "<footer>\n <ng-content></ng-content>\n</footer>\n", styles: ["footer{height:107px;box-sizing:border-box;padding:24px;border-top:1px solid var(--color-light);background-color:var(--color-muted-50);width:100%}@media screen and (max-width: 768px){footer{height:auto}}\n"] }); }
7
7
  }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsFooterContainerComponent, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsFooterContainerComponent, decorators: [{
9
9
  type: Component,
10
- args: [{ selector: 'ads-footer-container', template: "<footer>\n <ng-content></ng-content>\n</footer>\n", styles: ["footer{height:107px;box-sizing:border-box;padding:24px;border-top:1px solid var(--color-light);background-color:var(--color-muted-50);width:100%}@media screen and (max-width: 959px){footer{height:auto}}\n"] }]
10
+ args: [{ selector: 'ads-footer-container', standalone: false, template: "<footer>\n <ng-content></ng-content>\n</footer>\n", styles: ["footer{height:107px;box-sizing:border-box;padding:24px;border-top:1px solid var(--color-light);background-color:var(--color-muted-50);width:100%}@media screen and (max-width: 768px){footer{height:auto}}\n"] }]
11
11
  }] });
12
12
 
13
13
  class AdsFooterContainerModule {
14
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsFooterContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
15
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsFooterContainerModule, declarations: [AdsFooterContainerComponent], exports: [AdsFooterContainerComponent] }); }
16
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsFooterContainerModule }); }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsFooterContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
15
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.3", ngImport: i0, type: AdsFooterContainerModule, declarations: [AdsFooterContainerComponent], exports: [AdsFooterContainerComponent] }); }
16
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsFooterContainerModule }); }
17
17
  }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsFooterContainerModule, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsFooterContainerModule, decorators: [{
19
19
  type: NgModule,
20
20
  args: [{
21
21
  exports: [AdsFooterContainerComponent],
@@ -1 +1 @@
1
- {"version":3,"file":"ascentgl-ads-ui-src-lib-components-footer-container.mjs","sources":["../../../../libs/ads-ui/src/lib/components/footer/container/footer-container.component.ts","../../../../libs/ads-ui/src/lib/components/footer/container/footer-container.component.html","../../../../libs/ads-ui/src/lib/components/footer/container/footer-container.module.ts","../../../../libs/ads-ui/src/lib/components/footer/container/ascentgl-ads-ui-src-lib-components-footer-container.ts"],"sourcesContent":["import { Component } from '@angular/core';\n\n@Component({\n selector: 'ads-footer-container',\n styleUrls: ['footer-container.component.scss'],\n templateUrl: 'footer-container.component.html',\n})\nexport class AdsFooterContainerComponent {}\n","<footer>\n <ng-content></ng-content>\n</footer>\n","import { NgModule } from '@angular/core';\nimport { AdsFooterContainerComponent } from './footer-container.component';\n\n@NgModule({\n exports: [AdsFooterContainerComponent],\n declarations: [AdsFooterContainerComponent],\n})\nexport class AdsFooterContainerModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;MAOa,2BAA2B,CAAA;8GAA3B,2BAA2B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA3B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,2BAA2B,4DCPxC,oDAGA,EAAA,MAAA,EAAA,CAAA,8MAAA,CAAA,EAAA,CAAA,CAAA,EAAA;;2FDIa,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBALvC,SAAS;+BACE,sBAAsB,EAAA,QAAA,EAAA,oDAAA,EAAA,MAAA,EAAA,CAAA,8MAAA,CAAA,EAAA,CAAA;;;MEIrB,wBAAwB,CAAA;8GAAxB,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;+GAAxB,wBAAwB,EAAA,YAAA,EAAA,CAFpB,2BAA2B,CAAA,EAAA,OAAA,EAAA,CADhC,2BAA2B,CAAA,EAAA,CAAA,CAAA,EAAA;+GAG1B,wBAAwB,EAAA,CAAA,CAAA,EAAA;;2FAAxB,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAJpC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,OAAO,EAAE,CAAC,2BAA2B,CAAC;oBACtC,YAAY,EAAE,CAAC,2BAA2B,CAAC;AAC5C,iBAAA,CAAA;;;ACND;;AAEG;;;;"}
1
+ {"version":3,"file":"ascentgl-ads-ui-src-lib-components-footer-container.mjs","sources":["../tmp-esm2022/src/lib/components/footer/container/footer-container.component.js","../tmp-esm2022/src/lib/components/footer/container/footer-container.module.js","../tmp-esm2022/src/lib/components/footer/container/ascentgl-ads-ui-src-lib-components-footer-container.js"],"sourcesContent":["import { Component } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nexport class AdsFooterContainerComponent {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsFooterContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"20.0.3\", type: AdsFooterContainerComponent, isStandalone: false, selector: \"ads-footer-container\", ngImport: i0, template: \"<footer>\\n <ng-content></ng-content>\\n</footer>\\n\", styles: [\"footer{height:107px;box-sizing:border-box;padding:24px;border-top:1px solid var(--color-light);background-color:var(--color-muted-50);width:100%}@media screen and (max-width: 768px){footer{height:auto}}\\n\"] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsFooterContainerComponent, decorators: [{\n type: Component,\n args: [{ selector: 'ads-footer-container', standalone: false, template: \"<footer>\\n <ng-content></ng-content>\\n</footer>\\n\", styles: [\"footer{height:107px;box-sizing:border-box;padding:24px;border-top:1px solid var(--color-light);background-color:var(--color-muted-50);width:100%}@media screen and (max-width: 768px){footer{height:auto}}\\n\"] }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9vdGVyLWNvbnRhaW5lci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvZm9vdGVyL2NvbnRhaW5lci9mb290ZXItY29udGFpbmVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9mb290ZXIvY29udGFpbmVyL2Zvb3Rlci1jb250YWluZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFRMUMsTUFBTSxPQUFPLDJCQUEyQjs4R0FBM0IsMkJBQTJCO2tHQUEzQiwyQkFBMkIsaUZDUnhDLG9EQUdBOzsyRkRLYSwyQkFBMkI7a0JBTnZDLFNBQVM7K0JBQ0Usc0JBQXNCLGNBR3BCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYWRzLWZvb3Rlci1jb250YWluZXInLFxuICBzdHlsZVVybHM6IFsnZm9vdGVyLWNvbnRhaW5lci5jb21wb25lbnQuc2NzcyddLFxuICB0ZW1wbGF0ZVVybDogJ2Zvb3Rlci1jb250YWluZXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdGFuZGFsb25lOiBmYWxzZSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzRm9vdGVyQ29udGFpbmVyQ29tcG9uZW50IHt9XG4iLCI8Zm9vdGVyPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L2Zvb3Rlcj5cbiJdfQ==","import { NgModule } from '@angular/core';\nimport { AdsFooterContainerComponent } from './footer-container.component';\nimport * as i0 from \"@angular/core\";\nexport class AdsFooterContainerModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsFooterContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsFooterContainerModule, declarations: [AdsFooterContainerComponent], exports: [AdsFooterContainerComponent] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsFooterContainerModule }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsFooterContainerModule, decorators: [{\n type: NgModule,\n args: [{\n exports: [AdsFooterContainerComponent],\n declarations: [AdsFooterContainerComponent],\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9vdGVyLWNvbnRhaW5lci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvZm9vdGVyL2NvbnRhaW5lci9mb290ZXItY29udGFpbmVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLDhCQUE4QixDQUFDOztBQU0zRSxNQUFNLE9BQU8sd0JBQXdCOzhHQUF4Qix3QkFBd0I7K0dBQXhCLHdCQUF3QixpQkFGcEIsMkJBQTJCLGFBRGhDLDJCQUEyQjsrR0FHMUIsd0JBQXdCOzsyRkFBeEIsd0JBQXdCO2tCQUpwQyxRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxDQUFDLDJCQUEyQixDQUFDO29CQUN0QyxZQUFZLEVBQUUsQ0FBQywyQkFBMkIsQ0FBQztpQkFDNUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWRzRm9vdGVyQ29udGFpbmVyQ29tcG9uZW50IH0gZnJvbSAnLi9mb290ZXItY29udGFpbmVyLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGV4cG9ydHM6IFtBZHNGb290ZXJDb250YWluZXJDb21wb25lbnRdLFxuICBkZWNsYXJhdGlvbnM6IFtBZHNGb290ZXJDb250YWluZXJDb21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNGb290ZXJDb250YWluZXJNb2R1bGUge31cbiJdfQ==","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './public-api';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNjZW50Z2wtYWRzLXVpLXNyYy1saWItY29tcG9uZW50cy1mb290ZXItY29udGFpbmVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2Zvb3Rlci9jb250YWluZXIvYXNjZW50Z2wtYWRzLXVpLXNyYy1saWItY29tcG9uZW50cy1mb290ZXItY29udGFpbmVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0="],"names":[],"mappings":";;;AAEO,MAAM,2BAA2B,CAAC;AACzC,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,2BAA2B,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,SAAS,EAAE,CAAC,CAAC;AAC7L,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,2BAA2B,EAAE,YAAY,EAAE,KAAK,EAAE,QAAQ,EAAE,sBAAsB,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,oDAAoD,EAAE,MAAM,EAAE,CAAC,8MAA8M,CAAC,EAAE,CAAC,CAAC;AAChe;AACA,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,2BAA2B,EAAE,UAAU,EAAE,CAAC;AACrI,YAAY,IAAI,EAAE,SAAS;AAC3B,YAAY,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,sBAAsB,EAAE,UAAU,EAAE,KAAK,EAAE,QAAQ,EAAE,oDAAoD,EAAE,MAAM,EAAE,CAAC,8MAA8M,CAAC,EAAE;AACpW,SAAS,CAAC,EAAE,CAAC;;ACNN,MAAM,wBAAwB,CAAC;AACtC,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,QAAQ,EAAE,CAAC,CAAC;AACzL,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,mBAAmB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE,YAAY,EAAE,CAAC,2BAA2B,CAAC,EAAE,OAAO,EAAE,CAAC,2BAA2B,CAAC,EAAE,CAAC,CAAC;AAChO,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,mBAAmB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE,CAAC,CAAC;AAC3I;AACA,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE,UAAU,EAAE,CAAC;AAClI,YAAY,IAAI,EAAE,QAAQ;AAC1B,YAAY,IAAI,EAAE,CAAC;AACnB,oBAAoB,OAAO,EAAE,CAAC,2BAA2B,CAAC;AAC1D,oBAAoB,YAAY,EAAE,CAAC,2BAA2B,CAAC;AAC/D,iBAAiB;AACjB,SAAS,CAAC,EAAE,CAAC;;ACdb;AACA;AACA;;;;"}
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, Input, NgModule } from '@angular/core';
2
+ import { Input, Component, NgModule } from '@angular/core';
3
3
  import { CommonModule } from '@angular/common';
4
4
 
5
5
  class AdsFooterComponent {
@@ -19,12 +19,12 @@ class AdsFooterComponent {
19
19
  */
20
20
  this.links = [];
21
21
  }
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
23
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.1", type: AdsFooterComponent, selector: "ads-footer", inputs: { alt: "alt", copyright: "copyright", links: "links", logoSrc: "logoSrc" }, ngImport: i0, template: "<div class=\"footer\">\n <div class=\"links\">\n @for (link of links; track $index) {\n <a class=\"tertiary-link text-xs\" [href]=\"link.href\" [target]=\"link.target || '_self'\">{{ link.text }}</a>\n }\n </div>\n <div class=\"footer-right\">\n <div class=\"copyright\">\n @if (copyright.href) {\n <a\n class=\"secondary-link text-xs\"\n [href]=\"copyright.href\"\n [target]=\"copyright.target || '_self'\"\n [innerHtml]=\"copyright.text\"\n ></a>\n } @else {\n <span [innerHtml]=\"copyright.text\"></span>\n }\n </div>\n @if (logoSrc) {\n <div class=\"logo\">\n <img [attr.src]=\"logoSrc\" alt=\"{{ alt }}\" />\n </div>\n }\n </div>\n</div>\n", styles: [".footer{display:flex;height:100%;align-items:center;justify-content:space-between}.links{display:flex;flex-wrap:wrap}a:not(:last-child):after{padding:0 8px;content:\"|\"}.copyright{height:100%;font-size:12px}.footer-right{display:flex;align-items:center;row-gap:8px;column-gap:16px}.logo{max-width:90px}@media screen and (max-width: 959px){.footer{flex-direction:column;gap:24px}.footer .links{justify-content:center}.footer-right{display:flex;flex-direction:column-reverse}.footer-right .copyright{text-align:center}}\n"] }); }
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
23
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.3", type: AdsFooterComponent, isStandalone: false, selector: "ads-footer", inputs: { alt: "alt", copyright: "copyright", links: "links", logoSrc: "logoSrc" }, ngImport: i0, template: "<div class=\"footer\">\n <div class=\"links\">\n @for (link of links; track $index) {\n <a class=\"tertiary-link text-xs\" [href]=\"link.href\" [target]=\"link.target || '_self'\">{{ link.text }}</a>\n }\n </div>\n <div class=\"footer-right\">\n <div class=\"copyright\">\n @if (copyright.href) {\n <a\n class=\"secondary-link text-xs\"\n [href]=\"copyright.href\"\n [target]=\"copyright.target || '_self'\"\n [innerHtml]=\"copyright.text\"\n ></a>\n } @else {\n <span [innerHtml]=\"copyright.text\"></span>\n }\n </div>\n @if (logoSrc) {\n <div class=\"logo\">\n <img [attr.src]=\"logoSrc\" alt=\"{{ alt }}\" />\n </div>\n }\n </div>\n</div>\n", styles: [".footer{display:flex;height:100%;align-items:center;justify-content:space-between}.links{display:flex;flex-wrap:wrap}.links a{color:var(--color-link)}a:not(:last-child):after{padding:0 8px;content:\"|\"}.copyright{height:100%;font-size:12px}.copyright span{color:var(--color-primary)}.footer-right{display:flex;align-items:center;row-gap:8px;column-gap:16px}.logo{max-width:90px}@media screen and (max-width: 768px){.footer{flex-direction:column;gap:24px}.footer .links{justify-content:center}.footer-right{display:flex;flex-direction:column-reverse}.footer-right .copyright{text-align:center}}\n"] }); }
24
24
  }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsFooterComponent, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsFooterComponent, decorators: [{
26
26
  type: Component,
27
- args: [{ selector: 'ads-footer', template: "<div class=\"footer\">\n <div class=\"links\">\n @for (link of links; track $index) {\n <a class=\"tertiary-link text-xs\" [href]=\"link.href\" [target]=\"link.target || '_self'\">{{ link.text }}</a>\n }\n </div>\n <div class=\"footer-right\">\n <div class=\"copyright\">\n @if (copyright.href) {\n <a\n class=\"secondary-link text-xs\"\n [href]=\"copyright.href\"\n [target]=\"copyright.target || '_self'\"\n [innerHtml]=\"copyright.text\"\n ></a>\n } @else {\n <span [innerHtml]=\"copyright.text\"></span>\n }\n </div>\n @if (logoSrc) {\n <div class=\"logo\">\n <img [attr.src]=\"logoSrc\" alt=\"{{ alt }}\" />\n </div>\n }\n </div>\n</div>\n", styles: [".footer{display:flex;height:100%;align-items:center;justify-content:space-between}.links{display:flex;flex-wrap:wrap}a:not(:last-child):after{padding:0 8px;content:\"|\"}.copyright{height:100%;font-size:12px}.footer-right{display:flex;align-items:center;row-gap:8px;column-gap:16px}.logo{max-width:90px}@media screen and (max-width: 959px){.footer{flex-direction:column;gap:24px}.footer .links{justify-content:center}.footer-right{display:flex;flex-direction:column-reverse}.footer-right .copyright{text-align:center}}\n"] }]
27
+ args: [{ selector: 'ads-footer', standalone: false, template: "<div class=\"footer\">\n <div class=\"links\">\n @for (link of links; track $index) {\n <a class=\"tertiary-link text-xs\" [href]=\"link.href\" [target]=\"link.target || '_self'\">{{ link.text }}</a>\n }\n </div>\n <div class=\"footer-right\">\n <div class=\"copyright\">\n @if (copyright.href) {\n <a\n class=\"secondary-link text-xs\"\n [href]=\"copyright.href\"\n [target]=\"copyright.target || '_self'\"\n [innerHtml]=\"copyright.text\"\n ></a>\n } @else {\n <span [innerHtml]=\"copyright.text\"></span>\n }\n </div>\n @if (logoSrc) {\n <div class=\"logo\">\n <img [attr.src]=\"logoSrc\" alt=\"{{ alt }}\" />\n </div>\n }\n </div>\n</div>\n", styles: [".footer{display:flex;height:100%;align-items:center;justify-content:space-between}.links{display:flex;flex-wrap:wrap}.links a{color:var(--color-link)}a:not(:last-child):after{padding:0 8px;content:\"|\"}.copyright{height:100%;font-size:12px}.copyright span{color:var(--color-primary)}.footer-right{display:flex;align-items:center;row-gap:8px;column-gap:16px}.logo{max-width:90px}@media screen and (max-width: 768px){.footer{flex-direction:column;gap:24px}.footer .links{justify-content:center}.footer-right{display:flex;flex-direction:column-reverse}.footer-right .copyright{text-align:center}}\n"] }]
28
28
  }], propDecorators: { alt: [{
29
29
  type: Input
30
30
  }], copyright: [{
@@ -36,11 +36,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
36
36
  }] } });
37
37
 
38
38
  class AdsFooterModule {
39
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsFooterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
40
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsFooterModule, declarations: [AdsFooterComponent], imports: [CommonModule], exports: [AdsFooterComponent] }); }
41
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsFooterModule, imports: [CommonModule] }); }
39
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsFooterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
40
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.3", ngImport: i0, type: AdsFooterModule, declarations: [AdsFooterComponent], imports: [CommonModule], exports: [AdsFooterComponent] }); }
41
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsFooterModule, imports: [CommonModule] }); }
42
42
  }
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsFooterModule, decorators: [{
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsFooterModule, decorators: [{
44
44
  type: NgModule,
45
45
  args: [{
46
46
  imports: [CommonModule],
@@ -1 +1 @@
1
- {"version":3,"file":"ascentgl-ads-ui-src-lib-components-footer.mjs","sources":["../../../../libs/ads-ui/src/lib/components/footer/footer.component.ts","../../../../libs/ads-ui/src/lib/components/footer/footer.component.html","../../../../libs/ads-ui/src/lib/components/footer/footer.module.ts","../../../../libs/ads-ui/src/lib/components/footer/ascentgl-ads-ui-src-lib-components-footer.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\nimport { Copyright, Link } from './footer.component.types';\n\n@Component({\n selector: 'ads-footer',\n styleUrls: ['footer.component.scss'],\n templateUrl: 'footer.component.html',\n})\nexport class AdsFooterComponent {\n /**\n * Alt text for the footer logo\n */\n @Input() alt = 'Logo';\n\n /**\n * Copyright text to display\n */\n @Input() copyright: Copyright = {\n text: `&copy; ${new Date().getFullYear()} Ads&trade; is an Ascent Global Logistics Technology`,\n };\n\n /**\n * Links to display in the footer\n */\n @Input() links: Link[] = [];\n\n /**\n * Path to the logo to display\n */\n @Input() logoSrc?: string;\n}\n","<div class=\"footer\">\n <div class=\"links\">\n @for (link of links; track $index) {\n <a class=\"tertiary-link text-xs\" [href]=\"link.href\" [target]=\"link.target || '_self'\">{{ link.text }}</a>\n }\n </div>\n <div class=\"footer-right\">\n <div class=\"copyright\">\n @if (copyright.href) {\n <a\n class=\"secondary-link text-xs\"\n [href]=\"copyright.href\"\n [target]=\"copyright.target || '_self'\"\n [innerHtml]=\"copyright.text\"\n ></a>\n } @else {\n <span [innerHtml]=\"copyright.text\"></span>\n }\n </div>\n @if (logoSrc) {\n <div class=\"logo\">\n <img [attr.src]=\"logoSrc\" alt=\"{{ alt }}\" />\n </div>\n }\n </div>\n</div>\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { AdsFooterComponent } from './footer.component';\n\n@NgModule({\n imports: [CommonModule],\n exports: [AdsFooterComponent],\n declarations: [AdsFooterComponent],\n})\nexport class AdsFooterModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAQa,kBAAkB,CAAA;AAL/B,IAAA,WAAA,GAAA;AAME;;AAEG;QACM,IAAG,CAAA,GAAA,GAAG,MAAM,CAAC;AAEtB;;AAEG;AACM,QAAA,IAAA,CAAA,SAAS,GAAc;YAC9B,IAAI,EAAE,UAAU,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE,CAAsD,oDAAA,CAAA;SAC/F,CAAC;AAEF;;AAEG;QACM,IAAK,CAAA,KAAA,GAAW,EAAE,CAAC;AAM7B,KAAA;8GAtBY,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAlB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,kBAAkB,sICR/B,0vBA0BA,EAAA,MAAA,EAAA,CAAA,0gBAAA,CAAA,EAAA,CAAA,CAAA,EAAA;;2FDlBa,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAL9B,SAAS;+BACE,YAAY,EAAA,QAAA,EAAA,0vBAAA,EAAA,MAAA,EAAA,CAAA,0gBAAA,CAAA,EAAA,CAAA;8BAQb,GAAG,EAAA,CAAA;sBAAX,KAAK;gBAKG,SAAS,EAAA,CAAA;sBAAjB,KAAK;gBAOG,KAAK,EAAA,CAAA;sBAAb,KAAK;gBAKG,OAAO,EAAA,CAAA;sBAAf,KAAK;;;MEpBK,eAAe,CAAA;8GAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;AAAf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,EAFX,YAAA,EAAA,CAAA,kBAAkB,CAFvB,EAAA,OAAA,EAAA,CAAA,YAAY,aACZ,kBAAkB,CAAA,EAAA,CAAA,CAAA,EAAA;AAGjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,YAJhB,YAAY,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAIX,eAAe,EAAA,UAAA,EAAA,CAAA;kBAL3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,kBAAkB,CAAC;oBAC7B,YAAY,EAAE,CAAC,kBAAkB,CAAC;AACnC,iBAAA,CAAA;;;ACRD;;AAEG;;;;"}
1
+ {"version":3,"file":"ascentgl-ads-ui-src-lib-components-footer.mjs","sources":["../tmp-esm2022/src/lib/components/footer/footer.component.js","../tmp-esm2022/src/lib/components/footer/footer.module.js","../tmp-esm2022/src/lib/components/footer/ascentgl-ads-ui-src-lib-components-footer.js"],"sourcesContent":["import { Component, Input } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nexport class AdsFooterComponent {\n constructor() {\n /**\n * Alt text for the footer logo\n */\n this.alt = 'Logo';\n /**\n * Copyright text to display\n */\n this.copyright = {\n text: `&copy; ${new Date().getFullYear()} Ads&trade; is an Ascent Global Logistics Technology`,\n };\n /**\n * Links to display in the footer\n */\n this.links = [];\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.0.0\", version: \"20.0.3\", type: AdsFooterComponent, isStandalone: false, selector: \"ads-footer\", inputs: { alt: \"alt\", copyright: \"copyright\", links: \"links\", logoSrc: \"logoSrc\" }, ngImport: i0, template: \"<div class=\\\"footer\\\">\\n <div class=\\\"links\\\">\\n @for (link of links; track $index) {\\n <a class=\\\"tertiary-link text-xs\\\" [href]=\\\"link.href\\\" [target]=\\\"link.target || '_self'\\\">{{ link.text }}</a>\\n }\\n </div>\\n <div class=\\\"footer-right\\\">\\n <div class=\\\"copyright\\\">\\n @if (copyright.href) {\\n <a\\n class=\\\"secondary-link text-xs\\\"\\n [href]=\\\"copyright.href\\\"\\n [target]=\\\"copyright.target || '_self'\\\"\\n [innerHtml]=\\\"copyright.text\\\"\\n ></a>\\n } @else {\\n <span [innerHtml]=\\\"copyright.text\\\"></span>\\n }\\n </div>\\n @if (logoSrc) {\\n <div class=\\\"logo\\\">\\n <img [attr.src]=\\\"logoSrc\\\" alt=\\\"{{ alt }}\\\" />\\n </div>\\n }\\n </div>\\n</div>\\n\", styles: [\".footer{display:flex;height:100%;align-items:center;justify-content:space-between}.links{display:flex;flex-wrap:wrap}.links a{color:var(--color-link)}a:not(:last-child):after{padding:0 8px;content:\\\"|\\\"}.copyright{height:100%;font-size:12px}.copyright span{color:var(--color-primary)}.footer-right{display:flex;align-items:center;row-gap:8px;column-gap:16px}.logo{max-width:90px}@media screen and (max-width: 768px){.footer{flex-direction:column;gap:24px}.footer .links{justify-content:center}.footer-right{display:flex;flex-direction:column-reverse}.footer-right .copyright{text-align:center}}\\n\"] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsFooterComponent, decorators: [{\n type: Component,\n args: [{ selector: 'ads-footer', standalone: false, template: \"<div class=\\\"footer\\\">\\n <div class=\\\"links\\\">\\n @for (link of links; track $index) {\\n <a class=\\\"tertiary-link text-xs\\\" [href]=\\\"link.href\\\" [target]=\\\"link.target || '_self'\\\">{{ link.text }}</a>\\n }\\n </div>\\n <div class=\\\"footer-right\\\">\\n <div class=\\\"copyright\\\">\\n @if (copyright.href) {\\n <a\\n class=\\\"secondary-link text-xs\\\"\\n [href]=\\\"copyright.href\\\"\\n [target]=\\\"copyright.target || '_self'\\\"\\n [innerHtml]=\\\"copyright.text\\\"\\n ></a>\\n } @else {\\n <span [innerHtml]=\\\"copyright.text\\\"></span>\\n }\\n </div>\\n @if (logoSrc) {\\n <div class=\\\"logo\\\">\\n <img [attr.src]=\\\"logoSrc\\\" alt=\\\"{{ alt }}\\\" />\\n </div>\\n }\\n </div>\\n</div>\\n\", styles: [\".footer{display:flex;height:100%;align-items:center;justify-content:space-between}.links{display:flex;flex-wrap:wrap}.links a{color:var(--color-link)}a:not(:last-child):after{padding:0 8px;content:\\\"|\\\"}.copyright{height:100%;font-size:12px}.copyright span{color:var(--color-primary)}.footer-right{display:flex;align-items:center;row-gap:8px;column-gap:16px}.logo{max-width:90px}@media screen and (max-width: 768px){.footer{flex-direction:column;gap:24px}.footer .links{justify-content:center}.footer-right{display:flex;flex-direction:column-reverse}.footer-right .copyright{text-align:center}}\\n\"] }]\n }], propDecorators: { alt: [{\n type: Input\n }], copyright: [{\n type: Input\n }], links: [{\n type: Input\n }], logoSrc: [{\n type: Input\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9vdGVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9mb290ZXIvZm9vdGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9mb290ZXIvZm9vdGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVNqRCxNQUFNLE9BQU8sa0JBQWtCO0lBTi9CO1FBT0U7O1dBRUc7UUFDTSxRQUFHLEdBQUcsTUFBTSxDQUFDO1FBRXRCOztXQUVHO1FBQ00sY0FBUyxHQUFjO1lBQzlCLElBQUksRUFBRSxVQUFVLElBQUksSUFBSSxFQUFFLENBQUMsV0FBVyxFQUFFLHNEQUFzRDtTQUMvRixDQUFDO1FBRUY7O1dBRUc7UUFDTSxVQUFLLEdBQVcsRUFBRSxDQUFDO0tBTTdCOzhHQXRCWSxrQkFBa0I7a0dBQWxCLGtCQUFrQiwySkNUL0IsMHZCQTBCQTs7MkZEakJhLGtCQUFrQjtrQkFOOUIsU0FBUzsrQkFDRSxZQUFZLGNBR1YsS0FBSzs4QkFNUixHQUFHO3NCQUFYLEtBQUs7Z0JBS0csU0FBUztzQkFBakIsS0FBSztnQkFPRyxLQUFLO3NCQUFiLEtBQUs7Z0JBS0csT0FBTztzQkFBZixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29weXJpZ2h0LCBMaW5rIH0gZnJvbSAnLi9mb290ZXIuY29tcG9uZW50LnR5cGVzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYWRzLWZvb3RlcicsXG4gIHN0eWxlVXJsczogWydmb290ZXIuY29tcG9uZW50LnNjc3MnXSxcbiAgdGVtcGxhdGVVcmw6ICdmb290ZXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdGFuZGFsb25lOiBmYWxzZSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzRm9vdGVyQ29tcG9uZW50IHtcbiAgLyoqXG4gICAqIEFsdCB0ZXh0IGZvciB0aGUgZm9vdGVyIGxvZ29cbiAgICovXG4gIEBJbnB1dCgpIGFsdCA9ICdMb2dvJztcblxuICAvKipcbiAgICogQ29weXJpZ2h0IHRleHQgdG8gZGlzcGxheVxuICAgKi9cbiAgQElucHV0KCkgY29weXJpZ2h0OiBDb3B5cmlnaHQgPSB7XG4gICAgdGV4dDogYCZjb3B5OyAke25ldyBEYXRlKCkuZ2V0RnVsbFllYXIoKX0gQWRzJnRyYWRlOyBpcyBhbiBBc2NlbnQgR2xvYmFsIExvZ2lzdGljcyBUZWNobm9sb2d5YCxcbiAgfTtcblxuICAvKipcbiAgICogTGlua3MgdG8gZGlzcGxheSBpbiB0aGUgZm9vdGVyXG4gICAqL1xuICBASW5wdXQoKSBsaW5rczogTGlua1tdID0gW107XG5cbiAgLyoqXG4gICAqIFBhdGggdG8gdGhlIGxvZ28gdG8gZGlzcGxheVxuICAgKi9cbiAgQElucHV0KCkgbG9nb1NyYz86IHN0cmluZztcbn1cbiIsIjxkaXYgY2xhc3M9XCJmb290ZXJcIj5cbiAgPGRpdiBjbGFzcz1cImxpbmtzXCI+XG4gICAgQGZvciAobGluayBvZiBsaW5rczsgdHJhY2sgJGluZGV4KSB7XG4gICAgICA8YSBjbGFzcz1cInRlcnRpYXJ5LWxpbmsgdGV4dC14c1wiIFtocmVmXT1cImxpbmsuaHJlZlwiIFt0YXJnZXRdPVwibGluay50YXJnZXQgfHwgJ19zZWxmJ1wiPnt7IGxpbmsudGV4dCB9fTwvYT5cbiAgICB9XG4gIDwvZGl2PlxuICA8ZGl2IGNsYXNzPVwiZm9vdGVyLXJpZ2h0XCI+XG4gICAgPGRpdiBjbGFzcz1cImNvcHlyaWdodFwiPlxuICAgICAgQGlmIChjb3B5cmlnaHQuaHJlZikge1xuICAgICAgICA8YVxuICAgICAgICAgIGNsYXNzPVwic2Vjb25kYXJ5LWxpbmsgdGV4dC14c1wiXG4gICAgICAgICAgW2hyZWZdPVwiY29weXJpZ2h0LmhyZWZcIlxuICAgICAgICAgIFt0YXJnZXRdPVwiY29weXJpZ2h0LnRhcmdldCB8fCAnX3NlbGYnXCJcbiAgICAgICAgICBbaW5uZXJIdG1sXT1cImNvcHlyaWdodC50ZXh0XCJcbiAgICAgICAgPjwvYT5cbiAgICAgIH0gQGVsc2Uge1xuICAgICAgICA8c3BhbiBbaW5uZXJIdG1sXT1cImNvcHlyaWdodC50ZXh0XCI+PC9zcGFuPlxuICAgICAgfVxuICAgIDwvZGl2PlxuICAgIEBpZiAobG9nb1NyYykge1xuICAgICAgPGRpdiBjbGFzcz1cImxvZ29cIj5cbiAgICAgICAgPGltZyBbYXR0ci5zcmNdPVwibG9nb1NyY1wiIGFsdD1cInt7IGFsdCB9fVwiIC8+XG4gICAgICA8L2Rpdj5cbiAgICB9XG4gIDwvZGl2PlxuPC9kaXY+XG4iXX0=","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { AdsFooterComponent } from './footer.component';\nimport * as i0 from \"@angular/core\";\nexport class AdsFooterModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsFooterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsFooterModule, declarations: [AdsFooterComponent], imports: [CommonModule], exports: [AdsFooterComponent] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsFooterModule, imports: [CommonModule] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsFooterModule, decorators: [{\n type: NgModule,\n args: [{\n imports: [CommonModule],\n exports: [AdsFooterComponent],\n declarations: [AdsFooterComponent],\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9vdGVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9mb290ZXIvZm9vdGVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQzs7QUFPeEQsTUFBTSxPQUFPLGVBQWU7OEdBQWYsZUFBZTsrR0FBZixlQUFlLGlCQUZYLGtCQUFrQixhQUZ2QixZQUFZLGFBQ1osa0JBQWtCOytHQUdqQixlQUFlLFlBSmhCLFlBQVk7OzJGQUlYLGVBQWU7a0JBTDNCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixPQUFPLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQztvQkFDN0IsWUFBWSxFQUFFLENBQUMsa0JBQWtCLENBQUM7aUJBQ25DIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBZHNGb290ZXJDb21wb25lbnQgfSBmcm9tICcuL2Zvb3Rlci5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgZXhwb3J0czogW0Fkc0Zvb3RlckNvbXBvbmVudF0sXG4gIGRlY2xhcmF0aW9uczogW0Fkc0Zvb3RlckNvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIEFkc0Zvb3Rlck1vZHVsZSB7fVxuIl19","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './public-api';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNjZW50Z2wtYWRzLXVpLXNyYy1saWItY29tcG9uZW50cy1mb290ZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvZm9vdGVyL2FzY2VudGdsLWFkcy11aS1zcmMtbGliLWNvbXBvbmVudHMtZm9vdGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0="],"names":[],"mappings":";;;;AAEO,MAAM,kBAAkB,CAAC;AAChC,IAAI,WAAW,GAAG;AAClB;AACA;AACA;AACA,QAAQ,IAAI,CAAC,GAAG,GAAG,MAAM;AACzB;AACA;AACA;AACA,QAAQ,IAAI,CAAC,SAAS,GAAG;AACzB,YAAY,IAAI,EAAE,CAAC,OAAO,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE,CAAC,oDAAoD,CAAC;AAC1G,SAAS;AACT;AACA;AACA;AACA,QAAQ,IAAI,CAAC,KAAK,GAAG,EAAE;AACvB;AACA,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,kBAAkB,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,SAAS,EAAE,CAAC,CAAC;AACpL,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,kBAAkB,EAAE,YAAY,EAAE,KAAK,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE,EAAE,GAAG,EAAE,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,0vBAA0vB,EAAE,MAAM,EAAE,CAAC,slBAAslB,CAAC,EAAE,CAAC,CAAC;AAC/mD;AACA,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,kBAAkB,EAAE,UAAU,EAAE,CAAC;AAC5H,YAAY,IAAI,EAAE,SAAS;AAC3B,YAAY,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,YAAY,EAAE,UAAU,EAAE,KAAK,EAAE,QAAQ,EAAE,0vBAA0vB,EAAE,MAAM,EAAE,CAAC,slBAAslB,CAAC,EAAE;AACx6C,SAAS,CAAC,EAAE,cAAc,EAAE,EAAE,GAAG,EAAE,CAAC;AACpC,gBAAgB,IAAI,EAAE;AACtB,aAAa,CAAC,EAAE,SAAS,EAAE,CAAC;AAC5B,gBAAgB,IAAI,EAAE;AACtB,aAAa,CAAC,EAAE,KAAK,EAAE,CAAC;AACxB,gBAAgB,IAAI,EAAE;AACtB,aAAa,CAAC,EAAE,OAAO,EAAE,CAAC;AAC1B,gBAAgB,IAAI,EAAE;AACtB,aAAa,CAAC,EAAE,EAAE,CAAC;;AC7BZ,MAAM,eAAe,CAAC;AAC7B,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,QAAQ,EAAE,CAAC,CAAC;AAChL,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,mBAAmB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,YAAY,EAAE,CAAC,kBAAkB,CAAC,EAAE,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,OAAO,EAAE,CAAC,kBAAkB,CAAC,EAAE,CAAC,CAAC;AAC9N,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,mBAAmB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC;AAC3J;AACA,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,UAAU,EAAE,CAAC;AACzH,YAAY,IAAI,EAAE,QAAQ;AAC1B,YAAY,IAAI,EAAE,CAAC;AACnB,oBAAoB,OAAO,EAAE,CAAC,YAAY,CAAC;AAC3C,oBAAoB,OAAO,EAAE,CAAC,kBAAkB,CAAC;AACjD,oBAAoB,YAAY,EAAE,CAAC,kBAAkB,CAAC;AACtD,iBAAiB;AACjB,SAAS,CAAC,EAAE,CAAC;;AChBb;AACA;AACA;;;;"}
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, Input, NgModule } from '@angular/core';
2
+ import { Input, Component, NgModule } from '@angular/core';
3
3
 
4
4
  class AdsHeaderContainerComponent {
5
5
  constructor() {
@@ -8,22 +8,22 @@ class AdsHeaderContainerComponent {
8
8
  */
9
9
  this.isMobile = false;
10
10
  }
11
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsHeaderContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
12
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: AdsHeaderContainerComponent, selector: "ads-header-container", inputs: { isMobile: "isMobile" }, ngImport: i0, template: "<header [class.mobile]=\"isMobile\">\n <ng-content></ng-content>\n</header>\n", styles: ["header{display:flex;height:87px;box-sizing:border-box;flex-direction:column;justify-content:center;border-bottom:1px solid var(--color-light);padding:0 24px}header.mobile{height:70px}\n"] }); }
11
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsHeaderContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
12
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: AdsHeaderContainerComponent, isStandalone: false, selector: "ads-header-container", inputs: { isMobile: "isMobile" }, ngImport: i0, template: "<header [class.mobile]=\"isMobile\">\n <ng-content></ng-content>\n</header>\n", styles: ["header{display:flex;height:87px;box-sizing:border-box;flex-direction:column;justify-content:center;border-bottom:1px solid var(--color-light);padding:0 24px}header.mobile{height:70px}\n"] }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsHeaderContainerComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsHeaderContainerComponent, decorators: [{
15
15
  type: Component,
16
- args: [{ selector: 'ads-header-container', template: "<header [class.mobile]=\"isMobile\">\n <ng-content></ng-content>\n</header>\n", styles: ["header{display:flex;height:87px;box-sizing:border-box;flex-direction:column;justify-content:center;border-bottom:1px solid var(--color-light);padding:0 24px}header.mobile{height:70px}\n"] }]
16
+ args: [{ selector: 'ads-header-container', standalone: false, template: "<header [class.mobile]=\"isMobile\">\n <ng-content></ng-content>\n</header>\n", styles: ["header{display:flex;height:87px;box-sizing:border-box;flex-direction:column;justify-content:center;border-bottom:1px solid var(--color-light);padding:0 24px}header.mobile{height:70px}\n"] }]
17
17
  }], propDecorators: { isMobile: [{
18
18
  type: Input
19
19
  }] } });
20
20
 
21
21
  class AdsHeaderContainerModule {
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsHeaderContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
23
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsHeaderContainerModule, declarations: [AdsHeaderContainerComponent], exports: [AdsHeaderContainerComponent] }); }
24
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsHeaderContainerModule }); }
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsHeaderContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
23
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.3", ngImport: i0, type: AdsHeaderContainerModule, declarations: [AdsHeaderContainerComponent], exports: [AdsHeaderContainerComponent] }); }
24
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsHeaderContainerModule }); }
25
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsHeaderContainerModule, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsHeaderContainerModule, decorators: [{
27
27
  type: NgModule,
28
28
  args: [{
29
29
  exports: [AdsHeaderContainerComponent],
@@ -1 +1 @@
1
- {"version":3,"file":"ascentgl-ads-ui-src-lib-components-header-container.mjs","sources":["../../../../libs/ads-ui/src/lib/components/header/container/header-container.component.ts","../../../../libs/ads-ui/src/lib/components/header/container/header-container.component.html","../../../../libs/ads-ui/src/lib/components/header/container/header-container.module.ts","../../../../libs/ads-ui/src/lib/components/header/container/ascentgl-ads-ui-src-lib-components-header-container.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'ads-header-container',\n styleUrls: ['header-container.component.scss'],\n templateUrl: 'header-container.component.html',\n})\nexport class AdsHeaderContainerComponent {\n /**\n * Whether the viewport is mobile\n */\n @Input() isMobile = false;\n}\n","<header [class.mobile]=\"isMobile\">\n <ng-content></ng-content>\n</header>\n","import { NgModule } from '@angular/core';\n\nimport { AdsHeaderContainerComponent } from './header-container.component';\n\n@NgModule({\n exports: [AdsHeaderContainerComponent],\n declarations: [AdsHeaderContainerComponent],\n})\nexport class AdsHeaderContainerModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;MAOa,2BAA2B,CAAA;AALxC,IAAA,WAAA,GAAA;AAME;;AAEG;QACM,IAAQ,CAAA,QAAA,GAAG,KAAK,CAAC;AAC3B,KAAA;8GALY,2BAA2B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA3B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,2BAA2B,8FCPxC,gFAGA,EAAA,MAAA,EAAA,CAAA,2LAAA,CAAA,EAAA,CAAA,CAAA,EAAA;;2FDIa,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBALvC,SAAS;+BACE,sBAAsB,EAAA,QAAA,EAAA,gFAAA,EAAA,MAAA,EAAA,CAAA,2LAAA,CAAA,EAAA,CAAA;8BAQvB,QAAQ,EAAA,CAAA;sBAAhB,KAAK;;;MEHK,wBAAwB,CAAA;8GAAxB,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;+GAAxB,wBAAwB,EAAA,YAAA,EAAA,CAFpB,2BAA2B,CAAA,EAAA,OAAA,EAAA,CADhC,2BAA2B,CAAA,EAAA,CAAA,CAAA,EAAA;+GAG1B,wBAAwB,EAAA,CAAA,CAAA,EAAA;;2FAAxB,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAJpC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,OAAO,EAAE,CAAC,2BAA2B,CAAC;oBACtC,YAAY,EAAE,CAAC,2BAA2B,CAAC;AAC5C,iBAAA,CAAA;;;ACPD;;AAEG;;;;"}
1
+ {"version":3,"file":"ascentgl-ads-ui-src-lib-components-header-container.mjs","sources":["../tmp-esm2022/src/lib/components/header/container/header-container.component.js","../tmp-esm2022/src/lib/components/header/container/header-container.module.js","../tmp-esm2022/src/lib/components/header/container/ascentgl-ads-ui-src-lib-components-header-container.js"],"sourcesContent":["import { Component, Input } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nexport class AdsHeaderContainerComponent {\n constructor() {\n /**\n * Whether the viewport is mobile\n */\n this.isMobile = false;\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsHeaderContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"20.0.3\", type: AdsHeaderContainerComponent, isStandalone: false, selector: \"ads-header-container\", inputs: { isMobile: \"isMobile\" }, ngImport: i0, template: \"<header [class.mobile]=\\\"isMobile\\\">\\n <ng-content></ng-content>\\n</header>\\n\", styles: [\"header{display:flex;height:87px;box-sizing:border-box;flex-direction:column;justify-content:center;border-bottom:1px solid var(--color-light);padding:0 24px}header.mobile{height:70px}\\n\"] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsHeaderContainerComponent, decorators: [{\n type: Component,\n args: [{ selector: 'ads-header-container', standalone: false, template: \"<header [class.mobile]=\\\"isMobile\\\">\\n <ng-content></ng-content>\\n</header>\\n\", styles: [\"header{display:flex;height:87px;box-sizing:border-box;flex-direction:column;justify-content:center;border-bottom:1px solid var(--color-light);padding:0 24px}header.mobile{height:70px}\\n\"] }]\n }], propDecorators: { isMobile: [{\n type: Input\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLWNvbnRhaW5lci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvaGVhZGVyL2NvbnRhaW5lci9oZWFkZXItY29udGFpbmVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9oZWFkZXIvY29udGFpbmVyL2hlYWRlci1jb250YWluZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUWpELE1BQU0sT0FBTywyQkFBMkI7SUFOeEM7UUFPRTs7V0FFRztRQUNNLGFBQVEsR0FBRyxLQUFLLENBQUM7S0FDM0I7OEdBTFksMkJBQTJCO2tHQUEzQiwyQkFBMkIsbUhDUnhDLGdGQUdBOzsyRkRLYSwyQkFBMkI7a0JBTnZDLFNBQVM7K0JBQ0Usc0JBQXNCLGNBR3BCLEtBQUs7OEJBTVIsUUFBUTtzQkFBaEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYWRzLWhlYWRlci1jb250YWluZXInLFxuICBzdHlsZVVybHM6IFsnaGVhZGVyLWNvbnRhaW5lci5jb21wb25lbnQuc2NzcyddLFxuICB0ZW1wbGF0ZVVybDogJ2hlYWRlci1jb250YWluZXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdGFuZGFsb25lOiBmYWxzZSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzSGVhZGVyQ29udGFpbmVyQ29tcG9uZW50IHtcbiAgLyoqXG4gICAqIFdoZXRoZXIgdGhlIHZpZXdwb3J0IGlzIG1vYmlsZVxuICAgKi9cbiAgQElucHV0KCkgaXNNb2JpbGUgPSBmYWxzZTtcbn1cbiIsIjxoZWFkZXIgW2NsYXNzLm1vYmlsZV09XCJpc01vYmlsZVwiPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L2hlYWRlcj5cbiJdfQ==","import { NgModule } from '@angular/core';\nimport { AdsHeaderContainerComponent } from './header-container.component';\nimport * as i0 from \"@angular/core\";\nexport class AdsHeaderContainerModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsHeaderContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsHeaderContainerModule, declarations: [AdsHeaderContainerComponent], exports: [AdsHeaderContainerComponent] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsHeaderContainerModule }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsHeaderContainerModule, decorators: [{\n type: NgModule,\n args: [{\n exports: [AdsHeaderContainerComponent],\n declarations: [AdsHeaderContainerComponent],\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLWNvbnRhaW5lci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvaGVhZGVyL2NvbnRhaW5lci9oZWFkZXItY29udGFpbmVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXpDLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLDhCQUE4QixDQUFDOztBQU0zRSxNQUFNLE9BQU8sd0JBQXdCOzhHQUF4Qix3QkFBd0I7K0dBQXhCLHdCQUF3QixpQkFGcEIsMkJBQTJCLGFBRGhDLDJCQUEyQjsrR0FHMUIsd0JBQXdCOzsyRkFBeEIsd0JBQXdCO2tCQUpwQyxRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxDQUFDLDJCQUEyQixDQUFDO29CQUN0QyxZQUFZLEVBQUUsQ0FBQywyQkFBMkIsQ0FBQztpQkFDNUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBBZHNIZWFkZXJDb250YWluZXJDb21wb25lbnQgfSBmcm9tICcuL2hlYWRlci1jb250YWluZXIuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZXhwb3J0czogW0Fkc0hlYWRlckNvbnRhaW5lckNvbXBvbmVudF0sXG4gIGRlY2xhcmF0aW9uczogW0Fkc0hlYWRlckNvbnRhaW5lckNvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIEFkc0hlYWRlckNvbnRhaW5lck1vZHVsZSB7fVxuIl19","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './public-api';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNjZW50Z2wtYWRzLXVpLXNyYy1saWItY29tcG9uZW50cy1oZWFkZXItY29udGFpbmVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2hlYWRlci9jb250YWluZXIvYXNjZW50Z2wtYWRzLXVpLXNyYy1saWItY29tcG9uZW50cy1oZWFkZXItY29udGFpbmVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0="],"names":[],"mappings":";;;AAEO,MAAM,2BAA2B,CAAC;AACzC,IAAI,WAAW,GAAG;AAClB;AACA;AACA;AACA,QAAQ,IAAI,CAAC,QAAQ,GAAG,KAAK;AAC7B;AACA,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,2BAA2B,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,SAAS,EAAE,CAAC,CAAC;AAC7L,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,2BAA2B,EAAE,YAAY,EAAE,KAAK,EAAE,QAAQ,EAAE,sBAAsB,EAAE,MAAM,EAAE,EAAE,QAAQ,EAAE,UAAU,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,gFAAgF,EAAE,MAAM,EAAE,CAAC,2LAA2L,CAAC,EAAE,CAAC,CAAC;AAC3gB;AACA,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,2BAA2B,EAAE,UAAU,EAAE,CAAC;AACrI,YAAY,IAAI,EAAE,SAAS;AAC3B,YAAY,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,sBAAsB,EAAE,UAAU,EAAE,KAAK,EAAE,QAAQ,EAAE,gFAAgF,EAAE,MAAM,EAAE,CAAC,2LAA2L,CAAC,EAAE;AAC7W,SAAS,CAAC,EAAE,cAAc,EAAE,EAAE,QAAQ,EAAE,CAAC;AACzC,gBAAgB,IAAI,EAAE;AACtB,aAAa,CAAC,EAAE,EAAE,CAAC;;ACdZ,MAAM,wBAAwB,CAAC;AACtC,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,QAAQ,EAAE,CAAC,CAAC;AACzL,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,mBAAmB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE,YAAY,EAAE,CAAC,2BAA2B,CAAC,EAAE,OAAO,EAAE,CAAC,2BAA2B,CAAC,EAAE,CAAC,CAAC;AAChO,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,mBAAmB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE,CAAC,CAAC;AAC3I;AACA,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE,UAAU,EAAE,CAAC;AAClI,YAAY,IAAI,EAAE,QAAQ;AAC1B,YAAY,IAAI,EAAE,CAAC;AACnB,oBAAoB,OAAO,EAAE,CAAC,2BAA2B,CAAC;AAC1D,oBAAoB,YAAY,EAAE,CAAC,2BAA2B,CAAC;AAC/D,iBAAiB;AACjB,SAAS,CAAC,EAAE,CAAC;;ACdb;AACA;AACA;;;;"}
@@ -2,20 +2,20 @@ import * as i0 from '@angular/core';
2
2
  import { Component, NgModule } from '@angular/core';
3
3
 
4
4
  class AdsHeaderComponent {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: AdsHeaderComponent, selector: "ads-header", ngImport: i0, template: "<div class=\"header\">\n <div class=\"addon-left\">\n <ng-content select=\"[left]\"></ng-content>\n </div>\n <ng-content select=\"[logo]\"></ng-content>\n <div class=\"addon-right\">\n <ng-content select=\"[right]\"></ng-content>\n </div>\n</div>\n", styles: [".header{position:relative;display:flex;height:40px;align-items:center}.addon-left{flex:1;max-width:50%}.addon-right{display:flex;flex:1;align-items:center;justify-content:flex-end}.ads-logo{float:left;padding-right:30px}\n"] }); }
5
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: AdsHeaderComponent, isStandalone: false, selector: "ads-header", ngImport: i0, template: "<div class=\"header\">\n <div class=\"addon-left\">\n <ng-content select=\"[left]\"></ng-content>\n </div>\n <ng-content select=\"[logo]\"></ng-content>\n <div class=\"addon-right\">\n <ng-content select=\"[right]\"></ng-content>\n </div>\n</div>\n", styles: [".header{position:relative;display:flex;height:40px;align-items:center;color:var(--color-dark)}.addon-left{flex:1;max-width:50%}.addon-right{display:flex;flex:1;align-items:center;justify-content:flex-end}.ads-logo{float:left;padding-right:30px}\n"] }); }
7
7
  }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsHeaderComponent, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsHeaderComponent, decorators: [{
9
9
  type: Component,
10
- args: [{ selector: 'ads-header', template: "<div class=\"header\">\n <div class=\"addon-left\">\n <ng-content select=\"[left]\"></ng-content>\n </div>\n <ng-content select=\"[logo]\"></ng-content>\n <div class=\"addon-right\">\n <ng-content select=\"[right]\"></ng-content>\n </div>\n</div>\n", styles: [".header{position:relative;display:flex;height:40px;align-items:center}.addon-left{flex:1;max-width:50%}.addon-right{display:flex;flex:1;align-items:center;justify-content:flex-end}.ads-logo{float:left;padding-right:30px}\n"] }]
10
+ args: [{ selector: 'ads-header', standalone: false, template: "<div class=\"header\">\n <div class=\"addon-left\">\n <ng-content select=\"[left]\"></ng-content>\n </div>\n <ng-content select=\"[logo]\"></ng-content>\n <div class=\"addon-right\">\n <ng-content select=\"[right]\"></ng-content>\n </div>\n</div>\n", styles: [".header{position:relative;display:flex;height:40px;align-items:center;color:var(--color-dark)}.addon-left{flex:1;max-width:50%}.addon-right{display:flex;flex:1;align-items:center;justify-content:flex-end}.ads-logo{float:left;padding-right:30px}\n"] }]
11
11
  }] });
12
12
 
13
13
  class AdsHeaderModule {
14
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
15
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsHeaderModule, declarations: [AdsHeaderComponent], exports: [AdsHeaderComponent] }); }
16
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsHeaderModule }); }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
15
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.3", ngImport: i0, type: AdsHeaderModule, declarations: [AdsHeaderComponent], exports: [AdsHeaderComponent] }); }
16
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsHeaderModule }); }
17
17
  }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsHeaderModule, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsHeaderModule, decorators: [{
19
19
  type: NgModule,
20
20
  args: [{
21
21
  exports: [AdsHeaderComponent],
@@ -1 +1 @@
1
- {"version":3,"file":"ascentgl-ads-ui-src-lib-components-header.mjs","sources":["../../../../libs/ads-ui/src/lib/components/header/header.component.ts","../../../../libs/ads-ui/src/lib/components/header/header.component.html","../../../../libs/ads-ui/src/lib/components/header/header.module.ts","../../../../libs/ads-ui/src/lib/components/header/ascentgl-ads-ui-src-lib-components-header.ts"],"sourcesContent":["import { Component } from '@angular/core';\n\n@Component({\n selector: 'ads-header',\n styleUrls: ['header.component.scss'],\n templateUrl: 'header.component.html',\n})\nexport class AdsHeaderComponent {}\n","<div class=\"header\">\n <div class=\"addon-left\">\n <ng-content select=\"[left]\"></ng-content>\n </div>\n <ng-content select=\"[logo]\"></ng-content>\n <div class=\"addon-right\">\n <ng-content select=\"[right]\"></ng-content>\n </div>\n</div>\n","import { NgModule } from '@angular/core';\nimport { AdsHeaderComponent } from './header.component';\n\n@NgModule({\n exports: [AdsHeaderComponent],\n declarations: [AdsHeaderComponent],\n})\nexport class AdsHeaderModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;MAOa,kBAAkB,CAAA;8GAAlB,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAlB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,kBAAkB,kDCP/B,qQASA,EAAA,MAAA,EAAA,CAAA,gOAAA,CAAA,EAAA,CAAA,CAAA,EAAA;;2FDFa,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAL9B,SAAS;+BACE,YAAY,EAAA,QAAA,EAAA,qQAAA,EAAA,MAAA,EAAA,CAAA,gOAAA,CAAA,EAAA,CAAA;;;MEIX,eAAe,CAAA;8GAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;+GAAf,eAAe,EAAA,YAAA,EAAA,CAFX,kBAAkB,CAAA,EAAA,OAAA,EAAA,CADvB,kBAAkB,CAAA,EAAA,CAAA,CAAA,EAAA;+GAGjB,eAAe,EAAA,CAAA,CAAA,EAAA;;2FAAf,eAAe,EAAA,UAAA,EAAA,CAAA;kBAJ3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,OAAO,EAAE,CAAC,kBAAkB,CAAC;oBAC7B,YAAY,EAAE,CAAC,kBAAkB,CAAC;AACnC,iBAAA,CAAA;;;ACND;;AAEG;;;;"}
1
+ {"version":3,"file":"ascentgl-ads-ui-src-lib-components-header.mjs","sources":["../tmp-esm2022/src/lib/components/header/header.component.js","../tmp-esm2022/src/lib/components/header/header.module.js","../tmp-esm2022/src/lib/components/header/ascentgl-ads-ui-src-lib-components-header.js"],"sourcesContent":["import { Component } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nexport class AdsHeaderComponent {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"20.0.3\", type: AdsHeaderComponent, isStandalone: false, selector: \"ads-header\", ngImport: i0, template: \"<div class=\\\"header\\\">\\n <div class=\\\"addon-left\\\">\\n <ng-content select=\\\"[left]\\\"></ng-content>\\n </div>\\n <ng-content select=\\\"[logo]\\\"></ng-content>\\n <div class=\\\"addon-right\\\">\\n <ng-content select=\\\"[right]\\\"></ng-content>\\n </div>\\n</div>\\n\", styles: [\".header{position:relative;display:flex;height:40px;align-items:center;color:var(--color-dark)}.addon-left{flex:1;max-width:50%}.addon-right{display:flex;flex:1;align-items:center;justify-content:flex-end}.ads-logo{float:left;padding-right:30px}\\n\"] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsHeaderComponent, decorators: [{\n type: Component,\n args: [{ selector: 'ads-header', standalone: false, template: \"<div class=\\\"header\\\">\\n <div class=\\\"addon-left\\\">\\n <ng-content select=\\\"[left]\\\"></ng-content>\\n </div>\\n <ng-content select=\\\"[logo]\\\"></ng-content>\\n <div class=\\\"addon-right\\\">\\n <ng-content select=\\\"[right]\\\"></ng-content>\\n </div>\\n</div>\\n\", styles: [\".header{position:relative;display:flex;height:40px;align-items:center;color:var(--color-dark)}.addon-left{flex:1;max-width:50%}.addon-right{display:flex;flex:1;align-items:center;justify-content:flex-end}.ads-logo{float:left;padding-right:30px}\\n\"] }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9oZWFkZXIvaGVhZGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9oZWFkZXIvaGVhZGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUTFDLE1BQU0sT0FBTyxrQkFBa0I7OEdBQWxCLGtCQUFrQjtrR0FBbEIsa0JBQWtCLHVFQ1IvQixxUUFTQTs7MkZERGEsa0JBQWtCO2tCQU45QixTQUFTOytCQUNFLFlBQVksY0FHVixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2Fkcy1oZWFkZXInLFxuICBzdHlsZVVybHM6IFsnaGVhZGVyLmNvbXBvbmVudC5zY3NzJ10sXG4gIHRlbXBsYXRlVXJsOiAnaGVhZGVyLmNvbXBvbmVudC5odG1sJyxcbiAgc3RhbmRhbG9uZTogZmFsc2UsXG59KVxuZXhwb3J0IGNsYXNzIEFkc0hlYWRlckNvbXBvbmVudCB7fVxuIiwiPGRpdiBjbGFzcz1cImhlYWRlclwiPlxuICA8ZGl2IGNsYXNzPVwiYWRkb24tbGVmdFwiPlxuICAgIDxuZy1jb250ZW50IHNlbGVjdD1cIltsZWZ0XVwiPjwvbmctY29udGVudD5cbiAgPC9kaXY+XG4gIDxuZy1jb250ZW50IHNlbGVjdD1cIltsb2dvXVwiPjwvbmctY29udGVudD5cbiAgPGRpdiBjbGFzcz1cImFkZG9uLXJpZ2h0XCI+XG4gICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW3JpZ2h0XVwiPjwvbmctY29udGVudD5cbiAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==","import { NgModule } from '@angular/core';\nimport { AdsHeaderComponent } from './header.component';\nimport * as i0 from \"@angular/core\";\nexport class AdsHeaderModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsHeaderModule, declarations: [AdsHeaderComponent], exports: [AdsHeaderComponent] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsHeaderModule }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsHeaderModule, decorators: [{\n type: NgModule,\n args: [{\n exports: [AdsHeaderComponent],\n declarations: [AdsHeaderComponent],\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9oZWFkZXIvaGVhZGVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLG9CQUFvQixDQUFDOztBQU14RCxNQUFNLE9BQU8sZUFBZTs4R0FBZixlQUFlOytHQUFmLGVBQWUsaUJBRlgsa0JBQWtCLGFBRHZCLGtCQUFrQjsrR0FHakIsZUFBZTs7MkZBQWYsZUFBZTtrQkFKM0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQztvQkFDN0IsWUFBWSxFQUFFLENBQUMsa0JBQWtCLENBQUM7aUJBQ25DIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFkc0hlYWRlckNvbXBvbmVudCB9IGZyb20gJy4vaGVhZGVyLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGV4cG9ydHM6IFtBZHNIZWFkZXJDb21wb25lbnRdLFxuICBkZWNsYXJhdGlvbnM6IFtBZHNIZWFkZXJDb21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNIZWFkZXJNb2R1bGUge31cbiJdfQ==","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './public-api';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNjZW50Z2wtYWRzLXVpLXNyYy1saWItY29tcG9uZW50cy1oZWFkZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvaGVhZGVyL2FzY2VudGdsLWFkcy11aS1zcmMtbGliLWNvbXBvbmVudHMtaGVhZGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0="],"names":[],"mappings":";;;AAEO,MAAM,kBAAkB,CAAC;AAChC,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,kBAAkB,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,SAAS,EAAE,CAAC,CAAC;AACpL,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,kBAAkB,EAAE,YAAY,EAAE,KAAK,EAAE,QAAQ,EAAE,YAAY,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,qQAAqQ,EAAE,MAAM,EAAE,CAAC,wPAAwP,CAAC,EAAE,CAAC,CAAC;AACxsB;AACA,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,kBAAkB,EAAE,UAAU,EAAE,CAAC;AAC5H,YAAY,IAAI,EAAE,SAAS;AAC3B,YAAY,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,YAAY,EAAE,UAAU,EAAE,KAAK,EAAE,QAAQ,EAAE,qQAAqQ,EAAE,MAAM,EAAE,CAAC,wPAAwP,CAAC,EAAE;AACrlB,SAAS,CAAC,EAAE,CAAC;;ACNN,MAAM,eAAe,CAAC;AAC7B,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,QAAQ,EAAE,CAAC,CAAC;AAChL,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,mBAAmB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,YAAY,EAAE,CAAC,kBAAkB,CAAC,EAAE,OAAO,EAAE,CAAC,kBAAkB,CAAC,EAAE,CAAC,CAAC;AACrM,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,mBAAmB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,CAAC,CAAC;AAClI;AACA,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,UAAU,EAAE,CAAC;AACzH,YAAY,IAAI,EAAE,QAAQ;AAC1B,YAAY,IAAI,EAAE,CAAC;AACnB,oBAAoB,OAAO,EAAE,CAAC,kBAAkB,CAAC;AACjD,oBAAoB,YAAY,EAAE,CAAC,kBAAkB,CAAC;AACtD,iBAAiB;AACjB,SAAS,CAAC,EAAE,CAAC;;ACdb;AACA;AACA;;;;"}
@@ -1,9 +1,11 @@
1
1
  import * as i0 from '@angular/core';
2
- import { input, Component, HostListener, NgModule } from '@angular/core';
2
+ import { input, HostListener, Directive, Component, NgModule } from '@angular/core';
3
+ import * as i1 from '@angular/common';
3
4
  import { CommonModule, NgOptimizedImage } from '@angular/common';
4
5
 
5
- class AdsPrimaryLogoComponent {
6
+ class AbstractLogoComponent {
6
7
  constructor() {
8
+ /** @ignore */
7
9
  this.isMobile = false;
8
10
  /**
9
11
  * Mobile width
@@ -26,23 +28,34 @@ class AdsPrimaryLogoComponent {
26
28
  checkScreenSize() {
27
29
  this.isMobile = window.innerWidth <= this.mobileWidth();
28
30
  }
29
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsPrimaryLogoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
30
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.1", type: AdsPrimaryLogoComponent, selector: "ads-primary-logo", inputs: { mobileWidth: { classPropertyName: "mobileWidth", publicName: "mobileWidth", isSignal: true, isRequired: false, transformFunction: null }, isCollapsed: { classPropertyName: "isCollapsed", publicName: "isCollapsed", isSignal: true, isRequired: false, transformFunction: null } }, host: { listeners: { "window:resize": "onResize($event)" } }, ngImport: i0, template: "<picture>\n @if (isMobile || isCollapsed()) {\n <svg class=\"logo-svg\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"32\" viewBox=\"0 0 24 32\">\n <path\n d=\"M20.5547 3.69959C18.4527 1.6106 15.6421 0.377465 12.6734 0.241829C9.70483 0.106194 6.79227 1.07784 4.50651 2.96635V0.663115H0V31.994L4.50218 27.517V21.1981C6.86303 23.1293 9.87957 24.0849 12.9287 23.8677C15.9778 23.6504 18.8265 22.2769 20.8864 20.0308C22.9463 17.7848 24.06 14.8377 23.9975 11.7985C23.935 8.75926 22.701 5.85999 20.5504 3.69959H20.5547ZM12.1446 19.6627C10.6356 19.6669 9.15923 19.2258 7.90244 18.3953C6.64565 17.5647 5.66496 16.3819 5.08451 14.9968C4.50406 13.6116 4.34996 12.0864 4.64172 10.6141C4.93348 9.14178 5.65798 7.78868 6.7235 6.72608C7.78901 5.66348 9.14763 4.93917 10.6273 4.64484C12.107 4.35051 13.6413 4.49941 15.0359 5.07268C16.4304 5.64595 17.6226 6.61781 18.4614 7.86521C19.3002 9.11262 19.748 10.5795 19.748 12.0801C19.7468 14.087 18.9461 16.0118 17.5211 17.4329C16.096 18.8541 14.1628 19.6558 12.1446 19.6627Z\"\n />\n </svg>\n } @else {\n <svg class=\"logo-svg\" xmlns=\"http://www.w3.org/2000/svg\" width=\"80\" height=\"35\" viewBox=\"0 0 80 35\">\n <path\n d=\"M15.4308 12.8987C13.8528 11.3239 11.7428 10.3942 9.51421 10.292C7.28561 10.1897 5.09909 10.9222 3.38313 12.346V10.6096H0V34.2293L3.37987 30.8542V26.0905C5.15222 27.5464 7.41679 28.2668 9.70582 28.103C11.9948 27.9393 14.1334 26.9038 15.6799 25.2105C17.2263 23.5173 18.0623 21.2956 18.0154 19.0043C17.9685 16.7131 17.0421 14.5274 15.4276 12.8987H15.4308ZM9.11719 24.933C7.98435 24.9362 6.87602 24.6037 5.93252 23.9775C4.98903 23.3513 4.2528 22.4597 3.81704 21.4155C3.38128 20.3712 3.2656 19.2213 3.48463 18.1114C3.70366 17.0015 4.24756 15.9814 5.04746 15.1803C5.84737 14.3793 6.86731 13.8332 7.97815 13.6113C9.089 13.3894 10.2408 13.5017 11.2877 13.9339C12.3347 14.366 13.2296 15.0987 13.8593 16.0391C14.4891 16.9795 14.8252 18.0853 14.8252 19.2166C14.8244 20.7296 14.2232 22.1806 13.1534 23.252C12.0836 24.3234 10.6323 24.9278 9.11719 24.933Z\"\n />\n <path\n d=\"M38.2118 19.2167C38.2119 17.2546 37.565 15.3472 36.3711 13.7889C35.1772 12.2306 33.5028 11.1082 31.6064 10.5951C29.71 10.082 27.6972 10.2067 25.8788 10.9499C24.0605 11.6932 22.5378 13.0137 21.5459 14.7074C20.5541 16.4011 20.1483 18.3737 20.3912 20.3207C20.6341 22.2677 21.5122 24.0807 22.8899 25.4796C24.2676 26.8785 26.0682 27.7855 28.0136 28.0605C29.9589 28.3355 31.9409 27.9632 33.6532 27.0011C34.9526 26.2641 36.0481 25.216 36.841 23.951L34.1058 22.2439C33.5193 23.1737 32.677 23.9151 31.6797 24.3794C30.6823 24.8437 29.5722 25.0112 28.482 24.862C27.3917 24.7128 26.3677 24.2532 25.5322 23.538C24.6967 22.8229 24.0852 21.8825 23.7708 20.8295H38.2151L38.2118 19.2167ZM23.7708 17.6071C24.1208 16.4233 24.8449 15.3844 25.835 14.6454C26.825 13.9065 28.0279 13.5072 29.2639 13.5072C30.5 13.5072 31.7028 13.9065 32.6929 14.6454C33.6829 15.3844 34.407 16.4233 34.757 17.6071H23.7708Z\"\n />\n <path d=\"M66.3569 10.3986H63.0128V28.0972H66.3569V10.3986Z\" />\n <path d=\"M71.14 19.2495L80 28.0972H75.4837L66.6205 19.2495L75.4837 10.3986H80L71.14 19.2495Z\" />\n <path d=\"M56.5265 0H41.304V2.84191H56.5265V0Z\" />\n <path d=\"M40.5882 28.0971H37.0032L48.9174 5.35858L60.8316 28.0971H57.2466L48.9174 12.2L40.5882 28.0971Z\" />\n </svg>\n }\n</picture>\n", styles: [".logo-svg{fill:var(--color-primary)}\n"] }); }
31
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AbstractLogoComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
32
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.3", type: AbstractLogoComponent, isStandalone: true, inputs: { mobileWidth: { classPropertyName: "mobileWidth", publicName: "mobileWidth", isSignal: true, isRequired: false, transformFunction: null }, isCollapsed: { classPropertyName: "isCollapsed", publicName: "isCollapsed", isSignal: true, isRequired: false, transformFunction: null } }, host: { listeners: { "window:resize": "onResize($event)" } }, ngImport: i0 }); }
31
33
  }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsPrimaryLogoComponent, decorators: [{
33
- type: Component,
34
- args: [{ selector: 'ads-primary-logo', template: "<picture>\n @if (isMobile || isCollapsed()) {\n <svg class=\"logo-svg\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"32\" viewBox=\"0 0 24 32\">\n <path\n d=\"M20.5547 3.69959C18.4527 1.6106 15.6421 0.377465 12.6734 0.241829C9.70483 0.106194 6.79227 1.07784 4.50651 2.96635V0.663115H0V31.994L4.50218 27.517V21.1981C6.86303 23.1293 9.87957 24.0849 12.9287 23.8677C15.9778 23.6504 18.8265 22.2769 20.8864 20.0308C22.9463 17.7848 24.06 14.8377 23.9975 11.7985C23.935 8.75926 22.701 5.85999 20.5504 3.69959H20.5547ZM12.1446 19.6627C10.6356 19.6669 9.15923 19.2258 7.90244 18.3953C6.64565 17.5647 5.66496 16.3819 5.08451 14.9968C4.50406 13.6116 4.34996 12.0864 4.64172 10.6141C4.93348 9.14178 5.65798 7.78868 6.7235 6.72608C7.78901 5.66348 9.14763 4.93917 10.6273 4.64484C12.107 4.35051 13.6413 4.49941 15.0359 5.07268C16.4304 5.64595 17.6226 6.61781 18.4614 7.86521C19.3002 9.11262 19.748 10.5795 19.748 12.0801C19.7468 14.087 18.9461 16.0118 17.5211 17.4329C16.096 18.8541 14.1628 19.6558 12.1446 19.6627Z\"\n />\n </svg>\n } @else {\n <svg class=\"logo-svg\" xmlns=\"http://www.w3.org/2000/svg\" width=\"80\" height=\"35\" viewBox=\"0 0 80 35\">\n <path\n d=\"M15.4308 12.8987C13.8528 11.3239 11.7428 10.3942 9.51421 10.292C7.28561 10.1897 5.09909 10.9222 3.38313 12.346V10.6096H0V34.2293L3.37987 30.8542V26.0905C5.15222 27.5464 7.41679 28.2668 9.70582 28.103C11.9948 27.9393 14.1334 26.9038 15.6799 25.2105C17.2263 23.5173 18.0623 21.2956 18.0154 19.0043C17.9685 16.7131 17.0421 14.5274 15.4276 12.8987H15.4308ZM9.11719 24.933C7.98435 24.9362 6.87602 24.6037 5.93252 23.9775C4.98903 23.3513 4.2528 22.4597 3.81704 21.4155C3.38128 20.3712 3.2656 19.2213 3.48463 18.1114C3.70366 17.0015 4.24756 15.9814 5.04746 15.1803C5.84737 14.3793 6.86731 13.8332 7.97815 13.6113C9.089 13.3894 10.2408 13.5017 11.2877 13.9339C12.3347 14.366 13.2296 15.0987 13.8593 16.0391C14.4891 16.9795 14.8252 18.0853 14.8252 19.2166C14.8244 20.7296 14.2232 22.1806 13.1534 23.252C12.0836 24.3234 10.6323 24.9278 9.11719 24.933Z\"\n />\n <path\n d=\"M38.2118 19.2167C38.2119 17.2546 37.565 15.3472 36.3711 13.7889C35.1772 12.2306 33.5028 11.1082 31.6064 10.5951C29.71 10.082 27.6972 10.2067 25.8788 10.9499C24.0605 11.6932 22.5378 13.0137 21.5459 14.7074C20.5541 16.4011 20.1483 18.3737 20.3912 20.3207C20.6341 22.2677 21.5122 24.0807 22.8899 25.4796C24.2676 26.8785 26.0682 27.7855 28.0136 28.0605C29.9589 28.3355 31.9409 27.9632 33.6532 27.0011C34.9526 26.2641 36.0481 25.216 36.841 23.951L34.1058 22.2439C33.5193 23.1737 32.677 23.9151 31.6797 24.3794C30.6823 24.8437 29.5722 25.0112 28.482 24.862C27.3917 24.7128 26.3677 24.2532 25.5322 23.538C24.6967 22.8229 24.0852 21.8825 23.7708 20.8295H38.2151L38.2118 19.2167ZM23.7708 17.6071C24.1208 16.4233 24.8449 15.3844 25.835 14.6454C26.825 13.9065 28.0279 13.5072 29.2639 13.5072C30.5 13.5072 31.7028 13.9065 32.6929 14.6454C33.6829 15.3844 34.407 16.4233 34.757 17.6071H23.7708Z\"\n />\n <path d=\"M66.3569 10.3986H63.0128V28.0972H66.3569V10.3986Z\" />\n <path d=\"M71.14 19.2495L80 28.0972H75.4837L66.6205 19.2495L75.4837 10.3986H80L71.14 19.2495Z\" />\n <path d=\"M56.5265 0H41.304V2.84191H56.5265V0Z\" />\n <path d=\"M40.5882 28.0971H37.0032L48.9174 5.35858L60.8316 28.0971H57.2466L48.9174 12.2L40.5882 28.0971Z\" />\n </svg>\n }\n</picture>\n", styles: [".logo-svg{fill:var(--color-primary)}\n"] }]
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AbstractLogoComponent, decorators: [{
35
+ type: Directive
35
36
  }], propDecorators: { onResize: [{
36
37
  type: HostListener,
37
38
  args: ['window:resize', ['$event']]
38
39
  }] } });
39
40
 
41
+ class AdsPrimaryLogoComponent extends AbstractLogoComponent {
42
+ constructor() {
43
+ super();
44
+ }
45
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsPrimaryLogoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
46
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.3", type: AdsPrimaryLogoComponent, isStandalone: false, selector: "ads-primary-logo", usesInheritance: true, ngImport: i0, template: "<picture [ngClass]=\"{ full: !isCollapsed() }\">\n @if (isMobile || isCollapsed()) {\n <svg class=\"logo-svg\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"32\" viewBox=\"0 0 24 32\">\n <path\n d=\"M20.5547 3.69959C18.4527 1.6106 15.6421 0.377465 12.6734 0.241829C9.70483 0.106194 6.79227 1.07784 4.50651 2.96635V0.663115H0V31.994L4.50218 27.517V21.1981C6.86303 23.1293 9.87957 24.0849 12.9287 23.8677C15.9778 23.6504 18.8265 22.2769 20.8864 20.0308C22.9463 17.7848 24.06 14.8377 23.9975 11.7985C23.935 8.75926 22.701 5.85999 20.5504 3.69959H20.5547ZM12.1446 19.6627C10.6356 19.6669 9.15923 19.2258 7.90244 18.3953C6.64565 17.5647 5.66496 16.3819 5.08451 14.9968C4.50406 13.6116 4.34996 12.0864 4.64172 10.6141C4.93348 9.14178 5.65798 7.78868 6.7235 6.72608C7.78901 5.66348 9.14763 4.93917 10.6273 4.64484C12.107 4.35051 13.6413 4.49941 15.0359 5.07268C16.4304 5.64595 17.6226 6.61781 18.4614 7.86521C19.3002 9.11262 19.748 10.5795 19.748 12.0801C19.7468 14.087 18.9461 16.0118 17.5211 17.4329C16.096 18.8541 14.1628 19.6558 12.1446 19.6627Z\"\n />\n </svg>\n } @else {\n <svg class=\"logo-svg\" xmlns=\"http://www.w3.org/2000/svg\" width=\"80\" height=\"35\" viewBox=\"0 0 80 35\">\n <path\n d=\"M15.4308 12.8987C13.8528 11.3239 11.7428 10.3942 9.51421 10.292C7.28561 10.1897 5.09909 10.9222 3.38313 12.346V10.6096H0V34.2293L3.37987 30.8542V26.0905C5.15222 27.5464 7.41679 28.2668 9.70582 28.103C11.9948 27.9393 14.1334 26.9038 15.6799 25.2105C17.2263 23.5173 18.0623 21.2956 18.0154 19.0043C17.9685 16.7131 17.0421 14.5274 15.4276 12.8987H15.4308ZM9.11719 24.933C7.98435 24.9362 6.87602 24.6037 5.93252 23.9775C4.98903 23.3513 4.2528 22.4597 3.81704 21.4155C3.38128 20.3712 3.2656 19.2213 3.48463 18.1114C3.70366 17.0015 4.24756 15.9814 5.04746 15.1803C5.84737 14.3793 6.86731 13.8332 7.97815 13.6113C9.089 13.3894 10.2408 13.5017 11.2877 13.9339C12.3347 14.366 13.2296 15.0987 13.8593 16.0391C14.4891 16.9795 14.8252 18.0853 14.8252 19.2166C14.8244 20.7296 14.2232 22.1806 13.1534 23.252C12.0836 24.3234 10.6323 24.9278 9.11719 24.933Z\"\n />\n <path\n d=\"M38.2118 19.2167C38.2119 17.2546 37.565 15.3472 36.3711 13.7889C35.1772 12.2306 33.5028 11.1082 31.6064 10.5951C29.71 10.082 27.6972 10.2067 25.8788 10.9499C24.0605 11.6932 22.5378 13.0137 21.5459 14.7074C20.5541 16.4011 20.1483 18.3737 20.3912 20.3207C20.6341 22.2677 21.5122 24.0807 22.8899 25.4796C24.2676 26.8785 26.0682 27.7855 28.0136 28.0605C29.9589 28.3355 31.9409 27.9632 33.6532 27.0011C34.9526 26.2641 36.0481 25.216 36.841 23.951L34.1058 22.2439C33.5193 23.1737 32.677 23.9151 31.6797 24.3794C30.6823 24.8437 29.5722 25.0112 28.482 24.862C27.3917 24.7128 26.3677 24.2532 25.5322 23.538C24.6967 22.8229 24.0852 21.8825 23.7708 20.8295H38.2151L38.2118 19.2167ZM23.7708 17.6071C24.1208 16.4233 24.8449 15.3844 25.835 14.6454C26.825 13.9065 28.0279 13.5072 29.2639 13.5072C30.5 13.5072 31.7028 13.9065 32.6929 14.6454C33.6829 15.3844 34.407 16.4233 34.757 17.6071H23.7708Z\"\n />\n <path d=\"M66.3569 10.3986H63.0128V28.0972H66.3569V10.3986Z\" />\n <path d=\"M71.14 19.2495L80 28.0972H75.4837L66.6205 19.2495L75.4837 10.3986H80L71.14 19.2495Z\" />\n <path d=\"M56.5265 0H41.304V2.84191H56.5265V0Z\" />\n <path d=\"M40.5882 28.0971H37.0032L48.9174 5.35858L60.8316 28.0971H57.2466L48.9174 12.2L40.5882 28.0971Z\" />\n </svg>\n }\n</picture>\n", styles: [".logo-svg{fill:var(--color-primary)}picture.full{min-width:80px}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
47
+ }
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsPrimaryLogoComponent, decorators: [{
49
+ type: Component,
50
+ args: [{ selector: 'ads-primary-logo', standalone: false, template: "<picture [ngClass]=\"{ full: !isCollapsed() }\">\n @if (isMobile || isCollapsed()) {\n <svg class=\"logo-svg\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"32\" viewBox=\"0 0 24 32\">\n <path\n d=\"M20.5547 3.69959C18.4527 1.6106 15.6421 0.377465 12.6734 0.241829C9.70483 0.106194 6.79227 1.07784 4.50651 2.96635V0.663115H0V31.994L4.50218 27.517V21.1981C6.86303 23.1293 9.87957 24.0849 12.9287 23.8677C15.9778 23.6504 18.8265 22.2769 20.8864 20.0308C22.9463 17.7848 24.06 14.8377 23.9975 11.7985C23.935 8.75926 22.701 5.85999 20.5504 3.69959H20.5547ZM12.1446 19.6627C10.6356 19.6669 9.15923 19.2258 7.90244 18.3953C6.64565 17.5647 5.66496 16.3819 5.08451 14.9968C4.50406 13.6116 4.34996 12.0864 4.64172 10.6141C4.93348 9.14178 5.65798 7.78868 6.7235 6.72608C7.78901 5.66348 9.14763 4.93917 10.6273 4.64484C12.107 4.35051 13.6413 4.49941 15.0359 5.07268C16.4304 5.64595 17.6226 6.61781 18.4614 7.86521C19.3002 9.11262 19.748 10.5795 19.748 12.0801C19.7468 14.087 18.9461 16.0118 17.5211 17.4329C16.096 18.8541 14.1628 19.6558 12.1446 19.6627Z\"\n />\n </svg>\n } @else {\n <svg class=\"logo-svg\" xmlns=\"http://www.w3.org/2000/svg\" width=\"80\" height=\"35\" viewBox=\"0 0 80 35\">\n <path\n d=\"M15.4308 12.8987C13.8528 11.3239 11.7428 10.3942 9.51421 10.292C7.28561 10.1897 5.09909 10.9222 3.38313 12.346V10.6096H0V34.2293L3.37987 30.8542V26.0905C5.15222 27.5464 7.41679 28.2668 9.70582 28.103C11.9948 27.9393 14.1334 26.9038 15.6799 25.2105C17.2263 23.5173 18.0623 21.2956 18.0154 19.0043C17.9685 16.7131 17.0421 14.5274 15.4276 12.8987H15.4308ZM9.11719 24.933C7.98435 24.9362 6.87602 24.6037 5.93252 23.9775C4.98903 23.3513 4.2528 22.4597 3.81704 21.4155C3.38128 20.3712 3.2656 19.2213 3.48463 18.1114C3.70366 17.0015 4.24756 15.9814 5.04746 15.1803C5.84737 14.3793 6.86731 13.8332 7.97815 13.6113C9.089 13.3894 10.2408 13.5017 11.2877 13.9339C12.3347 14.366 13.2296 15.0987 13.8593 16.0391C14.4891 16.9795 14.8252 18.0853 14.8252 19.2166C14.8244 20.7296 14.2232 22.1806 13.1534 23.252C12.0836 24.3234 10.6323 24.9278 9.11719 24.933Z\"\n />\n <path\n d=\"M38.2118 19.2167C38.2119 17.2546 37.565 15.3472 36.3711 13.7889C35.1772 12.2306 33.5028 11.1082 31.6064 10.5951C29.71 10.082 27.6972 10.2067 25.8788 10.9499C24.0605 11.6932 22.5378 13.0137 21.5459 14.7074C20.5541 16.4011 20.1483 18.3737 20.3912 20.3207C20.6341 22.2677 21.5122 24.0807 22.8899 25.4796C24.2676 26.8785 26.0682 27.7855 28.0136 28.0605C29.9589 28.3355 31.9409 27.9632 33.6532 27.0011C34.9526 26.2641 36.0481 25.216 36.841 23.951L34.1058 22.2439C33.5193 23.1737 32.677 23.9151 31.6797 24.3794C30.6823 24.8437 29.5722 25.0112 28.482 24.862C27.3917 24.7128 26.3677 24.2532 25.5322 23.538C24.6967 22.8229 24.0852 21.8825 23.7708 20.8295H38.2151L38.2118 19.2167ZM23.7708 17.6071C24.1208 16.4233 24.8449 15.3844 25.835 14.6454C26.825 13.9065 28.0279 13.5072 29.2639 13.5072C30.5 13.5072 31.7028 13.9065 32.6929 14.6454C33.6829 15.3844 34.407 16.4233 34.757 17.6071H23.7708Z\"\n />\n <path d=\"M66.3569 10.3986H63.0128V28.0972H66.3569V10.3986Z\" />\n <path d=\"M71.14 19.2495L80 28.0972H75.4837L66.6205 19.2495L75.4837 10.3986H80L71.14 19.2495Z\" />\n <path d=\"M56.5265 0H41.304V2.84191H56.5265V0Z\" />\n <path d=\"M40.5882 28.0971H37.0032L48.9174 5.35858L60.8316 28.0971H57.2466L48.9174 12.2L40.5882 28.0971Z\" />\n </svg>\n }\n</picture>\n", styles: [".logo-svg{fill:var(--color-primary)}picture.full{min-width:80px}\n"] }]
51
+ }], ctorParameters: () => [] });
52
+
40
53
  class AdsPrimaryLogoModule {
41
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsPrimaryLogoModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
42
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsPrimaryLogoModule, declarations: [AdsPrimaryLogoComponent], imports: [CommonModule, NgOptimizedImage], exports: [AdsPrimaryLogoComponent] }); }
43
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsPrimaryLogoModule, imports: [CommonModule] }); }
54
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsPrimaryLogoModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
55
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.3", ngImport: i0, type: AdsPrimaryLogoModule, declarations: [AdsPrimaryLogoComponent], imports: [CommonModule, NgOptimizedImage], exports: [AdsPrimaryLogoComponent] }); }
56
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsPrimaryLogoModule, imports: [CommonModule] }); }
44
57
  }
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsPrimaryLogoModule, decorators: [{
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsPrimaryLogoModule, decorators: [{
46
59
  type: NgModule,
47
60
  args: [{
48
61
  imports: [CommonModule, NgOptimizedImage],
@@ -1 +1 @@
1
- {"version":3,"file":"ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs","sources":["../../../../libs/ads-ui/src/lib/components/logo/primary-logo/primary-logo.component.ts","../../../../libs/ads-ui/src/lib/components/logo/primary-logo/primary-logo.component.html","../../../../libs/ads-ui/src/lib/components/logo/primary-logo/primary-logo.module.ts","../../../../libs/ads-ui/src/lib/components/logo/primary-logo/ascentgl-ads-ui-src-lib-components-logo-primary-logo.ts"],"sourcesContent":["import { Component, HostListener, input, OnInit } from '@angular/core';\n\n@Component({\n selector: 'ads-primary-logo',\n styleUrls: ['primary-logo.component.scss'],\n templateUrl: 'primary-logo.component.html',\n})\nexport class AdsPrimaryLogoComponent implements OnInit {\n isMobile = false;\n\n /**\n * Mobile width\n */\n mobileWidth = input<number>(768);\n\n /**\n * Whether the navigation is collapsed\n */\n isCollapsed = input<boolean>(false);\n\n /** @ignore */\n @HostListener('window:resize', ['$event'])\n onResize() {\n this.checkScreenSize();\n }\n\n /** @ignore */\n ngOnInit(): void {\n this.checkScreenSize();\n }\n\n /** @ignore */\n private checkScreenSize(): void {\n this.isMobile = window.innerWidth <= this.mobileWidth();\n }\n}\n","<picture>\n @if (isMobile || isCollapsed()) {\n <svg class=\"logo-svg\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"32\" viewBox=\"0 0 24 32\">\n <path\n d=\"M20.5547 3.69959C18.4527 1.6106 15.6421 0.377465 12.6734 0.241829C9.70483 0.106194 6.79227 1.07784 4.50651 2.96635V0.663115H0V31.994L4.50218 27.517V21.1981C6.86303 23.1293 9.87957 24.0849 12.9287 23.8677C15.9778 23.6504 18.8265 22.2769 20.8864 20.0308C22.9463 17.7848 24.06 14.8377 23.9975 11.7985C23.935 8.75926 22.701 5.85999 20.5504 3.69959H20.5547ZM12.1446 19.6627C10.6356 19.6669 9.15923 19.2258 7.90244 18.3953C6.64565 17.5647 5.66496 16.3819 5.08451 14.9968C4.50406 13.6116 4.34996 12.0864 4.64172 10.6141C4.93348 9.14178 5.65798 7.78868 6.7235 6.72608C7.78901 5.66348 9.14763 4.93917 10.6273 4.64484C12.107 4.35051 13.6413 4.49941 15.0359 5.07268C16.4304 5.64595 17.6226 6.61781 18.4614 7.86521C19.3002 9.11262 19.748 10.5795 19.748 12.0801C19.7468 14.087 18.9461 16.0118 17.5211 17.4329C16.096 18.8541 14.1628 19.6558 12.1446 19.6627Z\"\n />\n </svg>\n } @else {\n <svg class=\"logo-svg\" xmlns=\"http://www.w3.org/2000/svg\" width=\"80\" height=\"35\" viewBox=\"0 0 80 35\">\n <path\n d=\"M15.4308 12.8987C13.8528 11.3239 11.7428 10.3942 9.51421 10.292C7.28561 10.1897 5.09909 10.9222 3.38313 12.346V10.6096H0V34.2293L3.37987 30.8542V26.0905C5.15222 27.5464 7.41679 28.2668 9.70582 28.103C11.9948 27.9393 14.1334 26.9038 15.6799 25.2105C17.2263 23.5173 18.0623 21.2956 18.0154 19.0043C17.9685 16.7131 17.0421 14.5274 15.4276 12.8987H15.4308ZM9.11719 24.933C7.98435 24.9362 6.87602 24.6037 5.93252 23.9775C4.98903 23.3513 4.2528 22.4597 3.81704 21.4155C3.38128 20.3712 3.2656 19.2213 3.48463 18.1114C3.70366 17.0015 4.24756 15.9814 5.04746 15.1803C5.84737 14.3793 6.86731 13.8332 7.97815 13.6113C9.089 13.3894 10.2408 13.5017 11.2877 13.9339C12.3347 14.366 13.2296 15.0987 13.8593 16.0391C14.4891 16.9795 14.8252 18.0853 14.8252 19.2166C14.8244 20.7296 14.2232 22.1806 13.1534 23.252C12.0836 24.3234 10.6323 24.9278 9.11719 24.933Z\"\n />\n <path\n d=\"M38.2118 19.2167C38.2119 17.2546 37.565 15.3472 36.3711 13.7889C35.1772 12.2306 33.5028 11.1082 31.6064 10.5951C29.71 10.082 27.6972 10.2067 25.8788 10.9499C24.0605 11.6932 22.5378 13.0137 21.5459 14.7074C20.5541 16.4011 20.1483 18.3737 20.3912 20.3207C20.6341 22.2677 21.5122 24.0807 22.8899 25.4796C24.2676 26.8785 26.0682 27.7855 28.0136 28.0605C29.9589 28.3355 31.9409 27.9632 33.6532 27.0011C34.9526 26.2641 36.0481 25.216 36.841 23.951L34.1058 22.2439C33.5193 23.1737 32.677 23.9151 31.6797 24.3794C30.6823 24.8437 29.5722 25.0112 28.482 24.862C27.3917 24.7128 26.3677 24.2532 25.5322 23.538C24.6967 22.8229 24.0852 21.8825 23.7708 20.8295H38.2151L38.2118 19.2167ZM23.7708 17.6071C24.1208 16.4233 24.8449 15.3844 25.835 14.6454C26.825 13.9065 28.0279 13.5072 29.2639 13.5072C30.5 13.5072 31.7028 13.9065 32.6929 14.6454C33.6829 15.3844 34.407 16.4233 34.757 17.6071H23.7708Z\"\n />\n <path d=\"M66.3569 10.3986H63.0128V28.0972H66.3569V10.3986Z\" />\n <path d=\"M71.14 19.2495L80 28.0972H75.4837L66.6205 19.2495L75.4837 10.3986H80L71.14 19.2495Z\" />\n <path d=\"M56.5265 0H41.304V2.84191H56.5265V0Z\" />\n <path d=\"M40.5882 28.0971H37.0032L48.9174 5.35858L60.8316 28.0971H57.2466L48.9174 12.2L40.5882 28.0971Z\" />\n </svg>\n }\n</picture>\n","import { CommonModule, NgOptimizedImage } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { AdsPrimaryLogoComponent } from './primary-logo.component';\n\n@NgModule({\n imports: [CommonModule, NgOptimizedImage],\n exports: [AdsPrimaryLogoComponent],\n declarations: [AdsPrimaryLogoComponent],\n})\nexport class AdsPrimaryLogoModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,uBAAuB,CAAA;AALpC,IAAA,WAAA,GAAA;QAME,IAAQ,CAAA,QAAA,GAAG,KAAK,CAAC;AAEjB;;AAEG;AACH,QAAA,IAAA,CAAA,WAAW,GAAG,KAAK,CAAS,GAAG,CAAC,CAAC;AAEjC;;AAEG;AACH,QAAA,IAAA,CAAA,WAAW,GAAG,KAAK,CAAU,KAAK,CAAC,CAAC;AAiBrC,KAAA;;IAbC,QAAQ,GAAA;QACN,IAAI,CAAC,eAAe,EAAE,CAAC;KACxB;;IAGD,QAAQ,GAAA;QACN,IAAI,CAAC,eAAe,EAAE,CAAC;KACxB;;IAGO,eAAe,GAAA;QACrB,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC,UAAU,IAAI,IAAI,CAAC,WAAW,EAAE,CAAC;KACzD;8GA3BU,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAvB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,uBAAuB,sZCPpC,2yGAsBA,EAAA,MAAA,EAAA,CAAA,wCAAA,CAAA,EAAA,CAAA,CAAA,EAAA;;2FDfa,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBALnC,SAAS;+BACE,kBAAkB,EAAA,QAAA,EAAA,2yGAAA,EAAA,MAAA,EAAA,CAAA,wCAAA,CAAA,EAAA,CAAA;8BAmB5B,QAAQ,EAAA,CAAA;sBADP,YAAY;uBAAC,eAAe,EAAE,CAAC,QAAQ,CAAC,CAAA;;;MEZ9B,oBAAoB,CAAA;8GAApB,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;AAApB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,oBAAoB,iBAFhB,uBAAuB,CAAA,EAAA,OAAA,EAAA,CAF5B,YAAY,EAAE,gBAAgB,aAC9B,uBAAuB,CAAA,EAAA,CAAA,CAAA,EAAA;AAGtB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,oBAAoB,YAJrB,YAAY,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAIX,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBALhC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;oBACzC,OAAO,EAAE,CAAC,uBAAuB,CAAC;oBAClC,YAAY,EAAE,CAAC,uBAAuB,CAAC;AACxC,iBAAA,CAAA;;;ACRD;;AAEG;;;;"}
1
+ {"version":3,"file":"ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs","sources":["../tmp-esm2022/src/lib/components/logo/primary-logo/abstract-logo-component.js","../tmp-esm2022/src/lib/components/logo/primary-logo/primary-logo.component.js","../tmp-esm2022/src/lib/components/logo/primary-logo/primary-logo.module.js","../tmp-esm2022/src/lib/components/logo/primary-logo/ascentgl-ads-ui-src-lib-components-logo-primary-logo.js"],"sourcesContent":["import { Directive, HostListener, input } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nexport class AbstractLogoComponent {\n constructor() {\n /** @ignore */\n this.isMobile = false;\n /**\n * Mobile width\n */\n this.mobileWidth = input(768);\n /**\n * Whether the navigation is collapsed\n */\n this.isCollapsed = input(false);\n }\n /** @ignore */\n onResize() {\n this.checkScreenSize();\n }\n /** @ignore */\n ngOnInit() {\n this.checkScreenSize();\n }\n /** @ignore */\n checkScreenSize() {\n this.isMobile = window.innerWidth <= this.mobileWidth();\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AbstractLogoComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }\n static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: \"17.1.0\", version: \"20.0.3\", type: AbstractLogoComponent, isStandalone: true, inputs: { mobileWidth: { classPropertyName: \"mobileWidth\", publicName: \"mobileWidth\", isSignal: true, isRequired: false, transformFunction: null }, isCollapsed: { classPropertyName: \"isCollapsed\", publicName: \"isCollapsed\", isSignal: true, isRequired: false, transformFunction: null } }, host: { listeners: { \"window:resize\": \"onResize($event)\" } }, ngImport: i0 }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AbstractLogoComponent, decorators: [{\n type: Directive\n }], propDecorators: { onResize: [{\n type: HostListener,\n args: ['window:resize', ['$event']]\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWJzdHJhY3QtbG9nby1jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvbG9nby9wcmltYXJ5LWxvZ28vYWJzdHJhY3QtbG9nby1jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDOztBQUd2RSxNQUFNLE9BQWdCLHFCQUFxQjtJQUQzQztRQUVFLGNBQWM7UUFDZCxhQUFRLEdBQUcsS0FBSyxDQUFDO1FBRWpCOztXQUVHO1FBQ0gsZ0JBQVcsR0FBRyxLQUFLLENBQVMsR0FBRyxDQUFDLENBQUM7UUFFakM7O1dBRUc7UUFDSCxnQkFBVyxHQUFHLEtBQUssQ0FBVSxLQUFLLENBQUMsQ0FBQztLQWlCckM7SUFmQyxjQUFjO0lBRWQsUUFBUTtRQUNOLElBQUksQ0FBQyxlQUFlLEVBQUUsQ0FBQztJQUN6QixDQUFDO0lBRUQsY0FBYztJQUNkLFFBQVE7UUFDTixJQUFJLENBQUMsZUFBZSxFQUFFLENBQUM7SUFDekIsQ0FBQztJQUVELGNBQWM7SUFDTixlQUFlO1FBQ3JCLElBQUksQ0FBQyxRQUFRLEdBQUcsTUFBTSxDQUFDLFVBQVUsSUFBSSxJQUFJLENBQUMsV0FBVyxFQUFFLENBQUM7SUFDMUQsQ0FBQzs4R0E1Qm1CLHFCQUFxQjtrR0FBckIscUJBQXFCOzsyRkFBckIscUJBQXFCO2tCQUQxQyxTQUFTOzhCQWlCUixRQUFRO3NCQURQLFlBQVk7dUJBQUMsZUFBZSxFQUFFLENBQUMsUUFBUSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBIb3N0TGlzdGVuZXIsIGlucHV0LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQERpcmVjdGl2ZSgpXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgQWJzdHJhY3RMb2dvQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgLyoqIEBpZ25vcmUgKi9cbiAgaXNNb2JpbGUgPSBmYWxzZTtcblxuICAvKipcbiAgICogTW9iaWxlIHdpZHRoXG4gICAqL1xuICBtb2JpbGVXaWR0aCA9IGlucHV0PG51bWJlcj4oNzY4KTtcblxuICAvKipcbiAgICogV2hldGhlciB0aGUgbmF2aWdhdGlvbiBpcyBjb2xsYXBzZWRcbiAgICovXG4gIGlzQ29sbGFwc2VkID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIEBIb3N0TGlzdGVuZXIoJ3dpbmRvdzpyZXNpemUnLCBbJyRldmVudCddKVxuICBvblJlc2l6ZSgpIHtcbiAgICB0aGlzLmNoZWNrU2NyZWVuU2l6ZSgpO1xuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5jaGVja1NjcmVlblNpemUoKTtcbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIHByaXZhdGUgY2hlY2tTY3JlZW5TaXplKCk6IHZvaWQge1xuICAgIHRoaXMuaXNNb2JpbGUgPSB3aW5kb3cuaW5uZXJXaWR0aCA8PSB0aGlzLm1vYmlsZVdpZHRoKCk7XG4gIH1cbn1cbiJdfQ==","import { Component } from '@angular/core';\nimport { AbstractLogoComponent } from './abstract-logo-component';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/common\";\nexport class AdsPrimaryLogoComponent extends AbstractLogoComponent {\n constructor() {\n super();\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsPrimaryLogoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.0.0\", version: \"20.0.3\", type: AdsPrimaryLogoComponent, isStandalone: false, selector: \"ads-primary-logo\", usesInheritance: true, ngImport: i0, template: \"<picture [ngClass]=\\\"{ full: !isCollapsed() }\\\">\\n @if (isMobile || isCollapsed()) {\\n <svg class=\\\"logo-svg\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"32\\\" viewBox=\\\"0 0 24 32\\\">\\n <path\\n d=\\\"M20.5547 3.69959C18.4527 1.6106 15.6421 0.377465 12.6734 0.241829C9.70483 0.106194 6.79227 1.07784 4.50651 2.96635V0.663115H0V31.994L4.50218 27.517V21.1981C6.86303 23.1293 9.87957 24.0849 12.9287 23.8677C15.9778 23.6504 18.8265 22.2769 20.8864 20.0308C22.9463 17.7848 24.06 14.8377 23.9975 11.7985C23.935 8.75926 22.701 5.85999 20.5504 3.69959H20.5547ZM12.1446 19.6627C10.6356 19.6669 9.15923 19.2258 7.90244 18.3953C6.64565 17.5647 5.66496 16.3819 5.08451 14.9968C4.50406 13.6116 4.34996 12.0864 4.64172 10.6141C4.93348 9.14178 5.65798 7.78868 6.7235 6.72608C7.78901 5.66348 9.14763 4.93917 10.6273 4.64484C12.107 4.35051 13.6413 4.49941 15.0359 5.07268C16.4304 5.64595 17.6226 6.61781 18.4614 7.86521C19.3002 9.11262 19.748 10.5795 19.748 12.0801C19.7468 14.087 18.9461 16.0118 17.5211 17.4329C16.096 18.8541 14.1628 19.6558 12.1446 19.6627Z\\\"\\n />\\n </svg>\\n } @else {\\n <svg class=\\\"logo-svg\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"80\\\" height=\\\"35\\\" viewBox=\\\"0 0 80 35\\\">\\n <path\\n d=\\\"M15.4308 12.8987C13.8528 11.3239 11.7428 10.3942 9.51421 10.292C7.28561 10.1897 5.09909 10.9222 3.38313 12.346V10.6096H0V34.2293L3.37987 30.8542V26.0905C5.15222 27.5464 7.41679 28.2668 9.70582 28.103C11.9948 27.9393 14.1334 26.9038 15.6799 25.2105C17.2263 23.5173 18.0623 21.2956 18.0154 19.0043C17.9685 16.7131 17.0421 14.5274 15.4276 12.8987H15.4308ZM9.11719 24.933C7.98435 24.9362 6.87602 24.6037 5.93252 23.9775C4.98903 23.3513 4.2528 22.4597 3.81704 21.4155C3.38128 20.3712 3.2656 19.2213 3.48463 18.1114C3.70366 17.0015 4.24756 15.9814 5.04746 15.1803C5.84737 14.3793 6.86731 13.8332 7.97815 13.6113C9.089 13.3894 10.2408 13.5017 11.2877 13.9339C12.3347 14.366 13.2296 15.0987 13.8593 16.0391C14.4891 16.9795 14.8252 18.0853 14.8252 19.2166C14.8244 20.7296 14.2232 22.1806 13.1534 23.252C12.0836 24.3234 10.6323 24.9278 9.11719 24.933Z\\\"\\n />\\n <path\\n d=\\\"M38.2118 19.2167C38.2119 17.2546 37.565 15.3472 36.3711 13.7889C35.1772 12.2306 33.5028 11.1082 31.6064 10.5951C29.71 10.082 27.6972 10.2067 25.8788 10.9499C24.0605 11.6932 22.5378 13.0137 21.5459 14.7074C20.5541 16.4011 20.1483 18.3737 20.3912 20.3207C20.6341 22.2677 21.5122 24.0807 22.8899 25.4796C24.2676 26.8785 26.0682 27.7855 28.0136 28.0605C29.9589 28.3355 31.9409 27.9632 33.6532 27.0011C34.9526 26.2641 36.0481 25.216 36.841 23.951L34.1058 22.2439C33.5193 23.1737 32.677 23.9151 31.6797 24.3794C30.6823 24.8437 29.5722 25.0112 28.482 24.862C27.3917 24.7128 26.3677 24.2532 25.5322 23.538C24.6967 22.8229 24.0852 21.8825 23.7708 20.8295H38.2151L38.2118 19.2167ZM23.7708 17.6071C24.1208 16.4233 24.8449 15.3844 25.835 14.6454C26.825 13.9065 28.0279 13.5072 29.2639 13.5072C30.5 13.5072 31.7028 13.9065 32.6929 14.6454C33.6829 15.3844 34.407 16.4233 34.757 17.6071H23.7708Z\\\"\\n />\\n <path d=\\\"M66.3569 10.3986H63.0128V28.0972H66.3569V10.3986Z\\\" />\\n <path d=\\\"M71.14 19.2495L80 28.0972H75.4837L66.6205 19.2495L75.4837 10.3986H80L71.14 19.2495Z\\\" />\\n <path d=\\\"M56.5265 0H41.304V2.84191H56.5265V0Z\\\" />\\n <path d=\\\"M40.5882 28.0971H37.0032L48.9174 5.35858L60.8316 28.0971H57.2466L48.9174 12.2L40.5882 28.0971Z\\\" />\\n </svg>\\n }\\n</picture>\\n\", styles: [\".logo-svg{fill:var(--color-primary)}picture.full{min-width:80px}\\n\"], dependencies: [{ kind: \"directive\", type: i1.NgClass, selector: \"[ngClass]\", inputs: [\"class\", \"ngClass\"] }] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsPrimaryLogoComponent, decorators: [{\n type: Component,\n args: [{ selector: 'ads-primary-logo', standalone: false, template: \"<picture [ngClass]=\\\"{ full: !isCollapsed() }\\\">\\n @if (isMobile || isCollapsed()) {\\n <svg class=\\\"logo-svg\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"32\\\" viewBox=\\\"0 0 24 32\\\">\\n <path\\n d=\\\"M20.5547 3.69959C18.4527 1.6106 15.6421 0.377465 12.6734 0.241829C9.70483 0.106194 6.79227 1.07784 4.50651 2.96635V0.663115H0V31.994L4.50218 27.517V21.1981C6.86303 23.1293 9.87957 24.0849 12.9287 23.8677C15.9778 23.6504 18.8265 22.2769 20.8864 20.0308C22.9463 17.7848 24.06 14.8377 23.9975 11.7985C23.935 8.75926 22.701 5.85999 20.5504 3.69959H20.5547ZM12.1446 19.6627C10.6356 19.6669 9.15923 19.2258 7.90244 18.3953C6.64565 17.5647 5.66496 16.3819 5.08451 14.9968C4.50406 13.6116 4.34996 12.0864 4.64172 10.6141C4.93348 9.14178 5.65798 7.78868 6.7235 6.72608C7.78901 5.66348 9.14763 4.93917 10.6273 4.64484C12.107 4.35051 13.6413 4.49941 15.0359 5.07268C16.4304 5.64595 17.6226 6.61781 18.4614 7.86521C19.3002 9.11262 19.748 10.5795 19.748 12.0801C19.7468 14.087 18.9461 16.0118 17.5211 17.4329C16.096 18.8541 14.1628 19.6558 12.1446 19.6627Z\\\"\\n />\\n </svg>\\n } @else {\\n <svg class=\\\"logo-svg\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"80\\\" height=\\\"35\\\" viewBox=\\\"0 0 80 35\\\">\\n <path\\n d=\\\"M15.4308 12.8987C13.8528 11.3239 11.7428 10.3942 9.51421 10.292C7.28561 10.1897 5.09909 10.9222 3.38313 12.346V10.6096H0V34.2293L3.37987 30.8542V26.0905C5.15222 27.5464 7.41679 28.2668 9.70582 28.103C11.9948 27.9393 14.1334 26.9038 15.6799 25.2105C17.2263 23.5173 18.0623 21.2956 18.0154 19.0043C17.9685 16.7131 17.0421 14.5274 15.4276 12.8987H15.4308ZM9.11719 24.933C7.98435 24.9362 6.87602 24.6037 5.93252 23.9775C4.98903 23.3513 4.2528 22.4597 3.81704 21.4155C3.38128 20.3712 3.2656 19.2213 3.48463 18.1114C3.70366 17.0015 4.24756 15.9814 5.04746 15.1803C5.84737 14.3793 6.86731 13.8332 7.97815 13.6113C9.089 13.3894 10.2408 13.5017 11.2877 13.9339C12.3347 14.366 13.2296 15.0987 13.8593 16.0391C14.4891 16.9795 14.8252 18.0853 14.8252 19.2166C14.8244 20.7296 14.2232 22.1806 13.1534 23.252C12.0836 24.3234 10.6323 24.9278 9.11719 24.933Z\\\"\\n />\\n <path\\n d=\\\"M38.2118 19.2167C38.2119 17.2546 37.565 15.3472 36.3711 13.7889C35.1772 12.2306 33.5028 11.1082 31.6064 10.5951C29.71 10.082 27.6972 10.2067 25.8788 10.9499C24.0605 11.6932 22.5378 13.0137 21.5459 14.7074C20.5541 16.4011 20.1483 18.3737 20.3912 20.3207C20.6341 22.2677 21.5122 24.0807 22.8899 25.4796C24.2676 26.8785 26.0682 27.7855 28.0136 28.0605C29.9589 28.3355 31.9409 27.9632 33.6532 27.0011C34.9526 26.2641 36.0481 25.216 36.841 23.951L34.1058 22.2439C33.5193 23.1737 32.677 23.9151 31.6797 24.3794C30.6823 24.8437 29.5722 25.0112 28.482 24.862C27.3917 24.7128 26.3677 24.2532 25.5322 23.538C24.6967 22.8229 24.0852 21.8825 23.7708 20.8295H38.2151L38.2118 19.2167ZM23.7708 17.6071C24.1208 16.4233 24.8449 15.3844 25.835 14.6454C26.825 13.9065 28.0279 13.5072 29.2639 13.5072C30.5 13.5072 31.7028 13.9065 32.6929 14.6454C33.6829 15.3844 34.407 16.4233 34.757 17.6071H23.7708Z\\\"\\n />\\n <path d=\\\"M66.3569 10.3986H63.0128V28.0972H66.3569V10.3986Z\\\" />\\n <path d=\\\"M71.14 19.2495L80 28.0972H75.4837L66.6205 19.2495L75.4837 10.3986H80L71.14 19.2495Z\\\" />\\n <path d=\\\"M56.5265 0H41.304V2.84191H56.5265V0Z\\\" />\\n <path d=\\\"M40.5882 28.0971H37.0032L48.9174 5.35858L60.8316 28.0971H57.2466L48.9174 12.2L40.5882 28.0971Z\\\" />\\n </svg>\\n }\\n</picture>\\n\", styles: [\".logo-svg{fill:var(--color-primary)}picture.full{min-width:80px}\\n\"] }]\n }], ctorParameters: () => [] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJpbWFyeS1sb2dvLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9sb2dvL3ByaW1hcnktbG9nby9wcmltYXJ5LWxvZ28uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2xvZ28vcHJpbWFyeS1sb2dvL3ByaW1hcnktbG9nby5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDOzs7QUFRbEUsTUFBTSxPQUFPLHVCQUF3QixTQUFRLHFCQUFxQjtJQUNoRTtRQUNFLEtBQUssRUFBRSxDQUFDO0lBQ1YsQ0FBQzs4R0FIVSx1QkFBdUI7a0dBQXZCLHVCQUF1QixvR0NUcEMsazFHQXNCQTs7MkZEYmEsdUJBQXVCO2tCQU5uQyxTQUFTOytCQUNFLGtCQUFrQixjQUdoQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBYnN0cmFjdExvZ29Db21wb25lbnQgfSBmcm9tICcuL2Fic3RyYWN0LWxvZ28tY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYWRzLXByaW1hcnktbG9nbycsXG4gIHN0eWxlVXJsczogWydwcmltYXJ5LWxvZ28uY29tcG9uZW50LnNjc3MnXSxcbiAgdGVtcGxhdGVVcmw6ICdwcmltYXJ5LWxvZ28uY29tcG9uZW50Lmh0bWwnLFxuICBzdGFuZGFsb25lOiBmYWxzZSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzUHJpbWFyeUxvZ29Db21wb25lbnQgZXh0ZW5kcyBBYnN0cmFjdExvZ29Db21wb25lbnQge1xuICBjb25zdHJ1Y3RvcigpIHtcbiAgICBzdXBlcigpO1xuICB9XG59XG4iLCI8cGljdHVyZSBbbmdDbGFzc109XCJ7IGZ1bGw6ICFpc0NvbGxhcHNlZCgpIH1cIj5cbiAgQGlmIChpc01vYmlsZSB8fCBpc0NvbGxhcHNlZCgpKSB7XG4gICAgPHN2ZyBjbGFzcz1cImxvZ28tc3ZnXCIgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiIHdpZHRoPVwiMjRcIiBoZWlnaHQ9XCIzMlwiIHZpZXdCb3g9XCIwIDAgMjQgMzJcIj5cbiAgICAgIDxwYXRoXG4gICAgICAgIGQ9XCJNMjAuNTU0NyAzLjY5OTU5QzE4LjQ1MjcgMS42MTA2IDE1LjY0MjEgMC4zNzc0NjUgMTIuNjczNCAwLjI0MTgyOUM5LjcwNDgzIDAuMTA2MTk0IDYuNzkyMjcgMS4wNzc4NCA0LjUwNjUxIDIuOTY2MzVWMC42NjMxMTVIMFYzMS45OTRMNC41MDIxOCAyNy41MTdWMjEuMTk4MUM2Ljg2MzAzIDIzLjEyOTMgOS44Nzk1NyAyNC4wODQ5IDEyLjkyODcgMjMuODY3N0MxNS45Nzc4IDIzLjY1MDQgMTguODI2NSAyMi4yNzY5IDIwLjg4NjQgMjAuMDMwOEMyMi45NDYzIDE3Ljc4NDggMjQuMDYgMTQuODM3NyAyMy45OTc1IDExLjc5ODVDMjMuOTM1IDguNzU5MjYgMjIuNzAxIDUuODU5OTkgMjAuNTUwNCAzLjY5OTU5SDIwLjU1NDdaTTEyLjE0NDYgMTkuNjYyN0MxMC42MzU2IDE5LjY2NjkgOS4xNTkyMyAxOS4yMjU4IDcuOTAyNDQgMTguMzk1M0M2LjY0NTY1IDE3LjU2NDcgNS42NjQ5NiAxNi4zODE5IDUuMDg0NTEgMTQuOTk2OEM0LjUwNDA2IDEzLjYxMTYgNC4zNDk5NiAxMi4wODY0IDQuNjQxNzIgMTAuNjE0MUM0LjkzMzQ4IDkuMTQxNzggNS42NTc5OCA3Ljc4ODY4IDYuNzIzNSA2LjcyNjA4QzcuNzg5MDEgNS42NjM0OCA5LjE0NzYzIDQuOTM5MTcgMTAuNjI3MyA0LjY0NDg0QzEyLjEwNyA0LjM1MDUxIDEzLjY0MTMgNC40OTk0MSAxNS4wMzU5IDUuMDcyNjhDMTYuNDMwNCA1LjY0NTk1IDE3LjYyMjYgNi42MTc4MSAxOC40NjE0IDcuODY1MjFDMTkuMzAwMiA5LjExMjYyIDE5Ljc0OCAxMC41Nzk1IDE5Ljc0OCAxMi4wODAxQzE5Ljc0NjggMTQuMDg3IDE4Ljk0NjEgMTYuMDExOCAxNy41MjExIDE3LjQzMjlDMTYuMDk2IDE4Ljg1NDEgMTQuMTYyOCAxOS42NTU4IDEyLjE0NDYgMTkuNjYyN1pcIlxuICAgICAgLz5cbiAgICA8L3N2Zz5cbiAgfSBAZWxzZSB7XG4gICAgPHN2ZyBjbGFzcz1cImxvZ28tc3ZnXCIgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiIHdpZHRoPVwiODBcIiBoZWlnaHQ9XCIzNVwiIHZpZXdCb3g9XCIwIDAgODAgMzVcIj5cbiAgICAgIDxwYXRoXG4gICAgICAgIGQ9XCJNMTUuNDMwOCAxMi44OTg3QzEzLjg1MjggMTEuMzIzOSAxMS43NDI4IDEwLjM5NDIgOS41MTQyMSAxMC4yOTJDNy4yODU2MSAxMC4xODk3IDUuMDk5MDkgMTAuOTIyMiAzLjM4MzEzIDEyLjM0NlYxMC42MDk2SDBWMzQuMjI5M0wzLjM3OTg3IDMwLjg1NDJWMjYuMDkwNUM1LjE1MjIyIDI3LjU0NjQgNy40MTY3OSAyOC4yNjY4IDkuNzA1ODIgMjguMTAzQzExLjk5NDggMjcuOTM5MyAxNC4xMzM0IDI2LjkwMzggMTUuNjc5OSAyNS4yMTA1QzE3LjIyNjMgMjMuNTE3MyAxOC4wNjIzIDIxLjI5NTYgMTguMDE1NCAxOS4wMDQzQzE3Ljk2ODUgMTYuNzEzMSAxNy4wNDIxIDE0LjUyNzQgMTUuNDI3NiAxMi44OTg3SDE1LjQzMDhaTTkuMTE3MTkgMjQuOTMzQzcuOTg0MzUgMjQuOTM2MiA2Ljg3NjAyIDI0LjYwMzcgNS45MzI1MiAyMy45Nzc1QzQuOTg5MDMgMjMuMzUxMyA0LjI1MjggMjIuNDU5NyAzLjgxNzA0IDIxLjQxNTVDMy4zODEyOCAyMC4zNzEyIDMuMjY1NiAxOS4yMjEzIDMuNDg0NjMgMTguMTExNEMzLjcwMzY2IDE3LjAwMTUgNC4yNDc1NiAxNS45ODE0IDUuMDQ3NDYgMTUuMTgwM0M1Ljg0NzM3IDE0LjM3OTMgNi44NjczMSAxMy44MzMyIDcuOTc4MTUgMTMuNjExM0M5LjA4OSAxMy4zODk0IDEwLjI0MDggMTMuNTAxNyAxMS4yODc3IDEzLjkzMzlDMTIuMzM0NyAxNC4zNjYgMTMuMjI5NiAxNS4wOTg3IDEzLjg1OTMgMTYuMDM5MUMxNC40ODkxIDE2Ljk3OTUgMTQuODI1MiAxOC4wODUzIDE0LjgyNTIgMTkuMjE2NkMxNC44MjQ0IDIwLjcyOTYgMTQuMjIzMiAyMi4xODA2IDEzLjE1MzQgMjMuMjUyQzEyLjA4MzYgMjQuMzIzNCAxMC42MzIzIDI0LjkyNzggOS4xMTcxOSAyNC45MzNaXCJcbiAgICAgIC8+XG4gICAgICA8cGF0aFxuICAgICAgICBkPVwiTTM4LjIxMTggMTkuMjE2N0MzOC4yMTE5IDE3LjI1NDYgMzcuNTY1IDE1LjM0NzIgMzYuMzcxMSAxMy43ODg5QzM1LjE3NzIgMTIuMjMwNiAzMy41MDI4IDExLjEwODIgMzEuNjA2NCAxMC41OTUxQzI5LjcxIDEwLjA4MiAyNy42OTcyIDEwLjIwNjcgMjUuODc4OCAxMC45NDk5QzI0LjA2MDUgMTEuNjkzMiAyMi41Mzc4IDEzLjAxMzcgMjEuNTQ1OSAxNC43MDc0QzIwLjU1NDEgMTYuNDAxMSAyMC4xNDgzIDE4LjM3MzcgMjAuMzkxMiAyMC4zMjA3QzIwLjYzNDEgMjIuMjY3NyAyMS41MTIyIDI0LjA4MDcgMjIuODg5OSAyNS40Nzk2QzI0LjI2NzYgMjYuODc4NSAyNi4wNjgyIDI3Ljc4NTUgMjguMDEzNiAyOC4wNjA1QzI5Ljk1ODkgMjguMzM1NSAzMS45NDA5IDI3Ljk2MzIgMzMuNjUzMiAyNy4wMDExQzM0Ljk1MjYgMjYuMjY0MSAzNi4wNDgxIDI1LjIxNiAzNi44NDEgMjMuOTUxTDM0LjEwNTggMjIuMjQzOUMzMy41MTkzIDIzLjE3MzcgMzIuNjc3IDIzLjkxNTEgMzEuNjc5NyAyNC4zNzk0QzMwLjY4MjMgMjQuODQzNyAyOS41NzIyIDI1LjAxMTIgMjguNDgyIDI0Ljg2MkMyNy4zOTE3IDI0LjcxMjggMjYuMzY3NyAyNC4yNTMyIDI1LjUzMjIgMjMuNTM4QzI0LjY5NjcgMjIuODIyOSAyNC4wODUyIDIxLjg4MjUgMjMuNzcwOCAyMC44Mjk1SDM4LjIxNTFMMzguMjExOCAxOS4yMTY3Wk0yMy43NzA4IDE3LjYwNzFDMjQuMTIwOCAxNi40MjMzIDI0Ljg0NDkgMTUuMzg0NCAyNS44MzUgMTQuNjQ1NEMyNi44MjUgMTMuOTA2NSAyOC4wMjc5IDEzLjUwNzIgMjkuMjYzOSAxMy41MDcyQzMwLjUgMTMuNTA3MiAzMS43MDI4IDEzLjkwNjUgMzIuNjkyOSAxNC42NDU0QzMzLjY4MjkgMTUuMzg0NCAzNC40MDcgMTYuNDIzMyAzNC43NTcgMTcuNjA3MUgyMy43NzA4WlwiXG4gICAgICAvPlxuICAgICAgPHBhdGggZD1cIk02Ni4zNTY5IDEwLjM5ODZINjMuMDEyOFYyOC4wOTcySDY2LjM1NjlWMTAuMzk4NlpcIiAvPlxuICAgICAgPHBhdGggZD1cIk03MS4xNCAxOS4yNDk1TDgwIDI4LjA5NzJINzUuNDgzN0w2Ni42MjA1IDE5LjI0OTVMNzUuNDgzNyAxMC4zOTg2SDgwTDcxLjE0IDE5LjI0OTVaXCIgLz5cbiAgICAgIDxwYXRoIGQ9XCJNNTYuNTI2NSAwSDQxLjMwNFYyLjg0MTkxSDU2LjUyNjVWMFpcIiAvPlxuICAgICAgPHBhdGggZD1cIk00MC41ODgyIDI4LjA5NzFIMzcuMDAzMkw0OC45MTc0IDUuMzU4NThMNjAuODMxNiAyOC4wOTcxSDU3LjI0NjZMNDguOTE3NCAxMi4yTDQwLjU4ODIgMjguMDk3MVpcIiAvPlxuICAgIDwvc3ZnPlxuICB9XG48L3BpY3R1cmU+XG4iXX0=","import { CommonModule, NgOptimizedImage } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { AdsPrimaryLogoComponent } from './primary-logo.component';\nimport * as i0 from \"@angular/core\";\nexport class AdsPrimaryLogoModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsPrimaryLogoModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsPrimaryLogoModule, declarations: [AdsPrimaryLogoComponent], imports: [CommonModule, NgOptimizedImage], exports: [AdsPrimaryLogoComponent] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsPrimaryLogoModule, imports: [CommonModule] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsPrimaryLogoModule, decorators: [{\n type: NgModule,\n args: [{\n imports: [CommonModule, NgOptimizedImage],\n exports: [AdsPrimaryLogoComponent],\n declarations: [AdsPrimaryLogoComponent],\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJpbWFyeS1sb2dvLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9sb2dvL3ByaW1hcnktbG9nby9wcmltYXJ5LWxvZ28ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNqRSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDBCQUEwQixDQUFDOztBQU9uRSxNQUFNLE9BQU8sb0JBQW9COzhHQUFwQixvQkFBb0I7K0dBQXBCLG9CQUFvQixpQkFGaEIsdUJBQXVCLGFBRjVCLFlBQVksRUFBRSxnQkFBZ0IsYUFDOUIsdUJBQXVCOytHQUd0QixvQkFBb0IsWUFKckIsWUFBWTs7MkZBSVgsb0JBQW9CO2tCQUxoQyxRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxnQkFBZ0IsQ0FBQztvQkFDekMsT0FBTyxFQUFFLENBQUMsdUJBQXVCLENBQUM7b0JBQ2xDLFlBQVksRUFBRSxDQUFDLHVCQUF1QixDQUFDO2lCQUN4QyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSwgTmdPcHRpbWl6ZWRJbWFnZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWRzUHJpbWFyeUxvZ29Db21wb25lbnQgfSBmcm9tICcuL3ByaW1hcnktbG9nby5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBOZ09wdGltaXplZEltYWdlXSxcbiAgZXhwb3J0czogW0Fkc1ByaW1hcnlMb2dvQ29tcG9uZW50XSxcbiAgZGVjbGFyYXRpb25zOiBbQWRzUHJpbWFyeUxvZ29Db21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNQcmltYXJ5TG9nb01vZHVsZSB7fVxuIl19","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './public-api';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNjZW50Z2wtYWRzLXVpLXNyYy1saWItY29tcG9uZW50cy1sb2dvLXByaW1hcnktbG9nby5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9sb2dvL3ByaW1hcnktbG9nby9hc2NlbnRnbC1hZHMtdWktc3JjLWxpYi1jb21wb25lbnRzLWxvZ28tcHJpbWFyeS1sb2dvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0="],"names":[],"mappings":";;;;;AAEO,MAAM,qBAAqB,CAAC;AACnC,IAAI,WAAW,GAAG;AAClB;AACA,QAAQ,IAAI,CAAC,QAAQ,GAAG,KAAK;AAC7B;AACA;AACA;AACA,QAAQ,IAAI,CAAC,WAAW,GAAG,KAAK,CAAC,GAAG,CAAC;AACrC;AACA;AACA;AACA,QAAQ,IAAI,CAAC,WAAW,GAAG,KAAK,CAAC,KAAK,CAAC;AACvC;AACA;AACA,IAAI,QAAQ,GAAG;AACf,QAAQ,IAAI,CAAC,eAAe,EAAE;AAC9B;AACA;AACA,IAAI,QAAQ,GAAG;AACf,QAAQ,IAAI,CAAC,eAAe,EAAE;AAC9B;AACA;AACA,IAAI,eAAe,GAAG;AACtB,QAAQ,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC,UAAU,IAAI,IAAI,CAAC,WAAW,EAAE;AAC/D;AACA,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,qBAAqB,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,SAAS,EAAE,CAAC,CAAC;AACvL,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,qBAAqB,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,WAAW,EAAE,EAAE,iBAAiB,EAAE,aAAa,EAAE,UAAU,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,EAAE,WAAW,EAAE,EAAE,iBAAiB,EAAE,aAAa,EAAE,UAAU,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,SAAS,EAAE,EAAE,eAAe,EAAE,kBAAkB,EAAE,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,CAAC;AAC3f;AACA,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,qBAAqB,EAAE,UAAU,EAAE,CAAC;AAC/H,YAAY,IAAI,EAAE;AAClB,SAAS,CAAC,EAAE,cAAc,EAAE,EAAE,QAAQ,EAAE,CAAC;AACzC,gBAAgB,IAAI,EAAE,YAAY;AAClC,gBAAgB,IAAI,EAAE,CAAC,eAAe,EAAE,CAAC,QAAQ,CAAC;AAClD,aAAa,CAAC,EAAE,EAAE,CAAC;;AC/BZ,MAAM,uBAAuB,SAAS,qBAAqB,CAAC;AACnE,IAAI,WAAW,GAAG;AAClB,QAAQ,KAAK,EAAE;AACf;AACA,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,uBAAuB,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,SAAS,EAAE,CAAC,CAAC;AACzL,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,uBAAuB,EAAE,YAAY,EAAE,KAAK,EAAE,QAAQ,EAAE,kBAAkB,EAAE,eAAe,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,k1GAAk1G,EAAE,MAAM,EAAE,CAAC,oEAAoE,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,EAAE,CAAC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,EAAE,CAAC,OAAO,EAAE,SAAS,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;AACjvH;AACA,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,uBAAuB,EAAE,UAAU,EAAE,CAAC;AACjI,YAAY,IAAI,EAAE,SAAS;AAC3B,YAAY,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,kBAAkB,EAAE,UAAU,EAAE,KAAK,EAAE,QAAQ,EAAE,k1GAAk1G,EAAE,MAAM,EAAE,CAAC,oEAAoE,CAAC,EAAE;AACp/G,SAAS,CAAC,EAAE,cAAc,EAAE,MAAM,EAAE,EAAE,CAAC;;ACVhC,MAAM,oBAAoB,CAAC;AAClC,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,QAAQ,EAAE,CAAC,CAAC;AACrL,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,mBAAmB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE,YAAY,EAAE,CAAC,uBAAuB,CAAC,EAAE,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC,EAAE,OAAO,EAAE,CAAC,uBAAuB,CAAC,EAAE,CAAC,CAAC;AAC/P,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,mBAAmB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC;AAChK;AACA,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE,UAAU,EAAE,CAAC;AAC9H,YAAY,IAAI,EAAE,QAAQ;AAC1B,YAAY,IAAI,EAAE,CAAC;AACnB,oBAAoB,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;AAC7D,oBAAoB,OAAO,EAAE,CAAC,uBAAuB,CAAC;AACtD,oBAAoB,YAAY,EAAE,CAAC,uBAAuB,CAAC;AAC3D,iBAAiB;AACjB,SAAS,CAAC,EAAE,CAAC;;AChBb;AACA;AACA;;;;"}
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, Input, NgModule } from '@angular/core';
2
+ import { Input, Component, NgModule } from '@angular/core';
3
3
  import * as i1 from '@ascentgl/ads-icons';
4
4
  import { AdsIconModule } from '@ascentgl/ads-icons';
5
5
  import { adsIconSortDescending } from '@ascentgl/ads-icons/icons';
@@ -60,12 +60,12 @@ class AdsProgressBarComponent {
60
60
  getMarkerPosition(value, max) {
61
61
  return `calc(${(value / max) * 100}% + 5.5px)`;
62
62
  }
63
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressBarComponent, deps: [{ token: i1.AdsIconRegistry }], target: i0.ɵɵFactoryTarget.Component }); }
64
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: AdsProgressBarComponent, selector: "ads-progress-bar", inputs: { id: "id", disabled: "disabled", ariaLabel: "ariaLabel", max: "max", value: "value" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"progress-container\" [ngClass]=\"color\" [class.completed]=\"value >= max\">\n <div class=\"progress-marker\" [ngStyle]=\"{ width: markerPosition }\">\n <ads-icon *ngIf=\"showMarker\" name=\"sort_descending\" size=\"xxxs\"></ads-icon>\n </div>\n <progress\n role=\"progressbar\"\n aria-valuemin=\"0\"\n [attr.aria-valuemax]=\"max\"\n [attr.aria-label]=\"ariaLabel\"\n [value]=\"value\"\n [max]=\"max\"\n [id]=\"id\"\n ></progress>\n</div>\n", styles: ["progress[value]{width:100%;height:4px;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--color-light);border-radius:2px}progress[value]::-webkit-progress-bar{background-color:var(--color-light);border-radius:2px}progress[value]::-moz-progress-bar{border-radius:2px}progress[value]::-webkit-progress-value{border-bottom-left-radius:2px;border-top-left-radius:2px}.progress-container.completed progress[value]::-webkit-progress-value{border-radius:2px}.progress-container{display:flex;flex-direction:column}.progress-marker{position:relative;display:flex;min-height:11px;max-height:11px;justify-content:flex-end;padding-bottom:2px}.progress-container.primary progress[value]::-webkit-progress-value{background-color:var(--color-primary)}.progress-container.primary progress[value]::-moz-progress-bar{background-color:var(--color-primary)}.progress-container.success progress[value]::-webkit-progress-value{background-color:var(--color-success)}.progress-container.success progress[value]::-moz-progress-bar{background-color:var(--color-success)}.progress-container.medium progress[value]::-webkit-progress-value{background-color:var(--color-medium-50)}.progress-container.medium progress[value]::-moz-progress-bar{background-color:var(--color-medium-50)}::ng-deep .progress-container.primary .ads-icon{color:var(--color-primary)}::ng-deep .progress-container.success .ads-icon{color:var(--color-success)}::ng-deep .progress-container.medium .ads-icon{color:var(--color-medium-50)}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i1.AdsIconComponent, selector: "ads-icon", inputs: ["size", "name", "color", "theme", "stroke"] }] }); }
63
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsProgressBarComponent, deps: [{ token: i1.AdsIconRegistry }], target: i0.ɵɵFactoryTarget.Component }); }
64
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.3", type: AdsProgressBarComponent, isStandalone: false, selector: "ads-progress-bar", inputs: { id: "id", disabled: "disabled", ariaLabel: "ariaLabel", max: "max", value: "value" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"progress-container\" [ngClass]=\"color\" [class.completed]=\"value >= max\">\n <div class=\"progress-marker\" [ngStyle]=\"{ width: markerPosition }\">\n @if(showMarker) {\n <ads-icon name=\"sort_descending\" size=\"xxxs\"/>\n }\n </div>\n <progress\n role=\"progressbar\"\n aria-valuemin=\"0\"\n [attr.aria-valuemax]=\"max\"\n [attr.aria-label]=\"ariaLabel\"\n [value]=\"value\"\n [max]=\"max\"\n [id]=\"id\"\n ></progress>\n</div>\n", styles: ["progress[value]{width:100%;height:4px;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--color-light);border-radius:2px}progress[value]::-webkit-progress-bar{background-color:var(--color-light);border-radius:2px}progress[value]::-moz-progress-bar{border-radius:2px}progress[value]::-webkit-progress-value{border-bottom-left-radius:2px;border-top-left-radius:2px}.progress-container.completed progress[value]::-webkit-progress-value{border-radius:2px}.progress-container{display:flex;flex-direction:column}.progress-marker{position:relative;display:flex;min-height:11px;max-height:11px;justify-content:flex-end;padding-bottom:2px}.progress-container.primary progress[value]::-webkit-progress-value{background-color:var(--color-primary)}.progress-container.primary progress[value]::-moz-progress-bar{background-color:var(--color-primary)}.progress-container.success progress[value]::-webkit-progress-value{background-color:var(--color-success)}.progress-container.success progress[value]::-moz-progress-bar{background-color:var(--color-success)}.progress-container.medium progress[value]::-webkit-progress-value{background-color:var(--color-medium-50)}.progress-container.medium progress[value]::-moz-progress-bar{background-color:var(--color-medium-50)}::ng-deep .progress-container.primary .ads-icon{color:var(--color-primary)}::ng-deep .progress-container.success .ads-icon{color:var(--color-success)}::ng-deep .progress-container.medium .ads-icon{color:var(--color-medium-50)}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i1.AdsIconComponent, selector: "ads-icon", inputs: ["size", "name", "color", "theme", "stroke"] }] }); }
65
65
  }
66
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressBarComponent, decorators: [{
66
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsProgressBarComponent, decorators: [{
67
67
  type: Component,
68
- args: [{ selector: 'ads-progress-bar', template: "<div class=\"progress-container\" [ngClass]=\"color\" [class.completed]=\"value >= max\">\n <div class=\"progress-marker\" [ngStyle]=\"{ width: markerPosition }\">\n <ads-icon *ngIf=\"showMarker\" name=\"sort_descending\" size=\"xxxs\"></ads-icon>\n </div>\n <progress\n role=\"progressbar\"\n aria-valuemin=\"0\"\n [attr.aria-valuemax]=\"max\"\n [attr.aria-label]=\"ariaLabel\"\n [value]=\"value\"\n [max]=\"max\"\n [id]=\"id\"\n ></progress>\n</div>\n", styles: ["progress[value]{width:100%;height:4px;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--color-light);border-radius:2px}progress[value]::-webkit-progress-bar{background-color:var(--color-light);border-radius:2px}progress[value]::-moz-progress-bar{border-radius:2px}progress[value]::-webkit-progress-value{border-bottom-left-radius:2px;border-top-left-radius:2px}.progress-container.completed progress[value]::-webkit-progress-value{border-radius:2px}.progress-container{display:flex;flex-direction:column}.progress-marker{position:relative;display:flex;min-height:11px;max-height:11px;justify-content:flex-end;padding-bottom:2px}.progress-container.primary progress[value]::-webkit-progress-value{background-color:var(--color-primary)}.progress-container.primary progress[value]::-moz-progress-bar{background-color:var(--color-primary)}.progress-container.success progress[value]::-webkit-progress-value{background-color:var(--color-success)}.progress-container.success progress[value]::-moz-progress-bar{background-color:var(--color-success)}.progress-container.medium progress[value]::-webkit-progress-value{background-color:var(--color-medium-50)}.progress-container.medium progress[value]::-moz-progress-bar{background-color:var(--color-medium-50)}::ng-deep .progress-container.primary .ads-icon{color:var(--color-primary)}::ng-deep .progress-container.success .ads-icon{color:var(--color-success)}::ng-deep .progress-container.medium .ads-icon{color:var(--color-medium-50)}\n"] }]
68
+ args: [{ selector: 'ads-progress-bar', standalone: false, template: "<div class=\"progress-container\" [ngClass]=\"color\" [class.completed]=\"value >= max\">\n <div class=\"progress-marker\" [ngStyle]=\"{ width: markerPosition }\">\n @if(showMarker) {\n <ads-icon name=\"sort_descending\" size=\"xxxs\"/>\n }\n </div>\n <progress\n role=\"progressbar\"\n aria-valuemin=\"0\"\n [attr.aria-valuemax]=\"max\"\n [attr.aria-label]=\"ariaLabel\"\n [value]=\"value\"\n [max]=\"max\"\n [id]=\"id\"\n ></progress>\n</div>\n", styles: ["progress[value]{width:100%;height:4px;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--color-light);border-radius:2px}progress[value]::-webkit-progress-bar{background-color:var(--color-light);border-radius:2px}progress[value]::-moz-progress-bar{border-radius:2px}progress[value]::-webkit-progress-value{border-bottom-left-radius:2px;border-top-left-radius:2px}.progress-container.completed progress[value]::-webkit-progress-value{border-radius:2px}.progress-container{display:flex;flex-direction:column}.progress-marker{position:relative;display:flex;min-height:11px;max-height:11px;justify-content:flex-end;padding-bottom:2px}.progress-container.primary progress[value]::-webkit-progress-value{background-color:var(--color-primary)}.progress-container.primary progress[value]::-moz-progress-bar{background-color:var(--color-primary)}.progress-container.success progress[value]::-webkit-progress-value{background-color:var(--color-success)}.progress-container.success progress[value]::-moz-progress-bar{background-color:var(--color-success)}.progress-container.medium progress[value]::-webkit-progress-value{background-color:var(--color-medium-50)}.progress-container.medium progress[value]::-moz-progress-bar{background-color:var(--color-medium-50)}::ng-deep .progress-container.primary .ads-icon{color:var(--color-primary)}::ng-deep .progress-container.success .ads-icon{color:var(--color-success)}::ng-deep .progress-container.medium .ads-icon{color:var(--color-medium-50)}\n"] }]
69
69
  }], ctorParameters: () => [{ type: i1.AdsIconRegistry }], propDecorators: { id: [{
70
70
  type: Input
71
71
  }], disabled: [{
@@ -79,11 +79,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
79
79
  }] } });
80
80
 
81
81
  class AdsProgressBarModule {
82
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
83
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressBarModule, declarations: [AdsProgressBarComponent], imports: [CommonModule, AdsIconModule], exports: [AdsProgressBarComponent] }); }
84
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressBarModule, imports: [CommonModule, AdsIconModule] }); }
82
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsProgressBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
83
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.3", ngImport: i0, type: AdsProgressBarModule, declarations: [AdsProgressBarComponent], imports: [CommonModule, AdsIconModule], exports: [AdsProgressBarComponent] }); }
84
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsProgressBarModule, imports: [CommonModule, AdsIconModule] }); }
85
85
  }
86
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressBarModule, decorators: [{
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsProgressBarModule, decorators: [{
87
87
  type: NgModule,
88
88
  args: [{
89
89
  imports: [CommonModule, AdsIconModule],