@ascentgl/ads-ui 2.19.5 → 20.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1303) hide show
  1. package/README.md +7 -7
  2. package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs +9 -9
  3. package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs.map +1 -1
  4. package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +8 -8
  5. package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs.map +1 -1
  6. package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +9 -9
  7. package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs.map +1 -1
  8. package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs +8 -7
  9. package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs.map +1 -1
  10. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs +8 -8
  11. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs.map +1 -1
  12. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs +9 -9
  13. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs.map +1 -1
  14. package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs +9 -9
  15. package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs.map +1 -1
  16. package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs +8 -8
  17. package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs.map +1 -1
  18. package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +24 -11
  19. package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs.map +1 -1
  20. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +9 -9
  21. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs.map +1 -1
  22. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +9 -9
  23. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs.map +1 -1
  24. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +9 -9
  25. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs.map +1 -1
  26. package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +9 -9
  27. package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs.map +1 -1
  28. package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs +9 -9
  29. package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs.map +1 -1
  30. package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +8 -8
  31. package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs.map +1 -1
  32. package/fesm2022/ascentgl-ads-ui.mjs +4465 -5134
  33. package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
  34. package/index.d.ts +2948 -86
  35. package/package.json +9 -253
  36. package/src/assets/sass/ads-ui/abstracts/_functions.scss +18 -15
  37. package/src/assets/sass/ads-ui/abstracts/_mixins.scss +90 -88
  38. package/src/assets/sass/ads-ui/abstracts/_variables.scss +125 -125
  39. package/src/assets/sass/ads-ui/base/_reset.scss +19 -41
  40. package/src/assets/sass/ads-ui/base/_typography.scss +179 -188
  41. package/src/assets/sass/ads-ui/base/_utilities.scss +104 -105
  42. package/src/assets/sass/ads-ui/main.scss +8 -9
  43. package/src/assets/sass/ads-ui/overrides/_angular-material.scss +8 -10
  44. package/src/assets/sass/ads-ui/overrides/angular-material/_bottom-sheet.scss +12 -10
  45. package/src/assets/sass/ads-ui/overrides/angular-material/_datetimepicker.scss +248 -250
  46. package/src/assets/sass/ads-ui/overrides/angular-material/_dropdown.scss +31 -32
  47. package/src/assets/sass/ads-ui/overrides/angular-material/_html.scss +14 -18
  48. package/src/assets/sass/ads-ui/overrides/angular-material/_mat-list.scss +47 -45
  49. package/src/assets/sass/ads-ui/overrides/angular-material/_menu.scss +89 -0
  50. package/src/assets/sass/ads-ui/overrides/angular-material/_search-dropdown-modal.scss +34 -32
  51. package/src/assets/sass/ads-ui/overrides/angular-material/_snackbar.scss +40 -37
  52. package/src/assets/sass/ads-ui/overrides/angular-material/_tooltip.scss +76 -73
  53. package/src/assets/sass/ads-ui/themes/_ads-palette.scss +98 -98
  54. package/src/lib/components/avatar/index.d.ts +42 -5
  55. package/src/lib/components/buttons/button-container/index.d.ts +19 -5
  56. package/src/lib/components/drag-and-drop-list/index.d.ts +93 -5
  57. package/src/lib/components/error-page/error-page-code/index.d.ts +15 -5
  58. package/src/lib/components/footer/container/index.d.ts +14 -5
  59. package/src/lib/components/footer/index.d.ts +45 -5
  60. package/src/lib/components/header/container/index.d.ts +18 -5
  61. package/src/lib/components/header/index.d.ts +14 -5
  62. package/src/lib/components/logo/primary-logo/index.d.ts +38 -5
  63. package/src/lib/components/progress-indicators/progress-bar/index.d.ts +58 -5
  64. package/src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts +50 -5
  65. package/src/lib/components/progress-indicators/progress-spinner/index.d.ts +50 -5
  66. package/src/lib/components/shell-layout/index.d.ts +23 -5
  67. package/src/lib/components/splash-page/index.d.ts +24 -5
  68. package/src/lib/components/tags/tag-container/index.d.ts +15 -5
  69. package/esm2022/ascentgl-ads-ui.mjs +0 -5
  70. package/esm2022/index.mjs +0 -87
  71. package/esm2022/lib/components/avatar/avatar.component.mjs +0 -50
  72. package/esm2022/lib/components/avatar/avatar.module.mjs +0 -19
  73. package/esm2022/lib/components/avatar/avatar.types.mjs +0 -2
  74. package/esm2022/lib/components/avatar/index.mjs +0 -2
  75. package/esm2022/lib/components/avatar/public-api.mjs +0 -3
  76. package/esm2022/lib/components/badge/index.mjs +0 -2
  77. package/esm2022/lib/components/badge/numeric-badge.component.mjs +0 -35
  78. package/esm2022/lib/components/badge/numeric-badge.module.mjs +0 -19
  79. package/esm2022/lib/components/badge/public-api.mjs +0 -3
  80. package/esm2022/lib/components/breadcrumb/breadcrumb.component.mjs +0 -62
  81. package/esm2022/lib/components/breadcrumb/breadcrumb.module.mjs +0 -21
  82. package/esm2022/lib/components/breadcrumb/breadcrumb.type.mjs +0 -2
  83. package/esm2022/lib/components/breadcrumb/breadcrumb.visual-processor.mjs +0 -151
  84. package/esm2022/lib/components/breadcrumb/index.mjs +0 -2
  85. package/esm2022/lib/components/breadcrumb/public-api.mjs +0 -4
  86. package/esm2022/lib/components/buttons/button/button.component.mjs +0 -31
  87. package/esm2022/lib/components/buttons/button/button.module.mjs +0 -19
  88. package/esm2022/lib/components/buttons/button/index.mjs +0 -2
  89. package/esm2022/lib/components/buttons/button/public-api.mjs +0 -3
  90. package/esm2022/lib/components/buttons/button-container/button-container.component.mjs +0 -17
  91. package/esm2022/lib/components/buttons/button-container/button-container.module.mjs +0 -18
  92. package/esm2022/lib/components/buttons/button-container/index.mjs +0 -2
  93. package/esm2022/lib/components/buttons/button-container/public-api.mjs +0 -3
  94. package/esm2022/lib/components/buttons/icon-button/icon-button.component.mjs +0 -36
  95. package/esm2022/lib/components/buttons/icon-button/icon-button.module.mjs +0 -20
  96. package/esm2022/lib/components/buttons/icon-button/index.mjs +0 -2
  97. package/esm2022/lib/components/buttons/icon-button/public-api.mjs +0 -3
  98. package/esm2022/lib/components/buttons/link-button/index.mjs +0 -2
  99. package/esm2022/lib/components/buttons/link-button/link-button.component.mjs +0 -18
  100. package/esm2022/lib/components/buttons/link-button/link-button.module.mjs +0 -20
  101. package/esm2022/lib/components/buttons/link-button/public-api.mjs +0 -3
  102. package/esm2022/lib/components/buttons/selection-button/index.mjs +0 -2
  103. package/esm2022/lib/components/buttons/selection-button/public-api.mjs +0 -3
  104. package/esm2022/lib/components/buttons/selection-button/selection-button.component.mjs +0 -60
  105. package/esm2022/lib/components/buttons/selection-button/selection-button.module.mjs +0 -20
  106. package/esm2022/lib/components/card/card.component.mjs +0 -11
  107. package/esm2022/lib/components/card/card.module.mjs +0 -18
  108. package/esm2022/lib/components/card/index.mjs +0 -2
  109. package/esm2022/lib/components/card/public-api.mjs +0 -3
  110. package/esm2022/lib/components/chip/chip.component.mjs +0 -45
  111. package/esm2022/lib/components/chip/chip.module.mjs +0 -19
  112. package/esm2022/lib/components/chip/chip.types.mjs +0 -2
  113. package/esm2022/lib/components/chip/index.mjs +0 -2
  114. package/esm2022/lib/components/chip/public-api.mjs +0 -3
  115. package/esm2022/lib/components/divider/divider.component.mjs +0 -43
  116. package/esm2022/lib/components/divider/divider.module.mjs +0 -18
  117. package/esm2022/lib/components/divider/index.mjs +0 -2
  118. package/esm2022/lib/components/divider/public-api.mjs +0 -3
  119. package/esm2022/lib/components/drag-and-drop-list/dom.element.mjs +0 -62
  120. package/esm2022/lib/components/drag-and-drop-list/drag-and-drop-list.component.mjs +0 -349
  121. package/esm2022/lib/components/drag-and-drop-list/drag-and-drop-list.enums.mjs +0 -2
  122. package/esm2022/lib/components/drag-and-drop-list/drag-and-drop-list.module.mjs +0 -18
  123. package/esm2022/lib/components/drag-and-drop-list/dragged.placeholder.mjs +0 -63
  124. package/esm2022/lib/components/drag-and-drop-list/index.mjs +0 -2
  125. package/esm2022/lib/components/drag-and-drop-list/public-api.mjs +0 -3
  126. package/esm2022/lib/components/error-page/error-page-code/error-page-code.component.mjs +0 -14
  127. package/esm2022/lib/components/error-page/error-page-code/error-page-code.module.mjs +0 -18
  128. package/esm2022/lib/components/error-page/error-page-code/index.mjs +0 -2
  129. package/esm2022/lib/components/error-page/error-page-code/public-api.mjs +0 -3
  130. package/esm2022/lib/components/error-page/error-page.component.mjs +0 -110
  131. package/esm2022/lib/components/error-page/error-page.module.mjs +0 -25
  132. package/esm2022/lib/components/error-page/error-page.types.mjs +0 -7
  133. package/esm2022/lib/components/error-page/index.mjs +0 -2
  134. package/esm2022/lib/components/error-page/public-api.mjs +0 -4
  135. package/esm2022/lib/components/expansion-panel/expansion-panel.component.mjs +0 -33
  136. package/esm2022/lib/components/expansion-panel/expansion-panel.module.mjs +0 -36
  137. package/esm2022/lib/components/expansion-panel/index.mjs +0 -2
  138. package/esm2022/lib/components/expansion-panel/public-api.mjs +0 -3
  139. package/esm2022/lib/components/footer/container/footer-container.component.mjs +0 -11
  140. package/esm2022/lib/components/footer/container/footer-container.module.mjs +0 -16
  141. package/esm2022/lib/components/footer/container/index.mjs +0 -2
  142. package/esm2022/lib/components/footer/container/public-api.mjs +0 -3
  143. package/esm2022/lib/components/footer/footer.component.mjs +0 -35
  144. package/esm2022/lib/components/footer/footer.component.types.mjs +0 -2
  145. package/esm2022/lib/components/footer/footer.module.mjs +0 -18
  146. package/esm2022/lib/components/footer/index.mjs +0 -2
  147. package/esm2022/lib/components/footer/public-api.mjs +0 -4
  148. package/esm2022/lib/components/form-fields/abstracts/abstract.base.component.mjs +0 -155
  149. package/esm2022/lib/components/form-fields/abstracts/abstract.dropdown.component.mjs +0 -108
  150. package/esm2022/lib/components/form-fields/abstracts/abstract.input.component.mjs +0 -52
  151. package/esm2022/lib/components/form-fields/area/index.mjs +0 -2
  152. package/esm2022/lib/components/form-fields/area/public-api.mjs +0 -3
  153. package/esm2022/lib/components/form-fields/area/textarea.component.mjs +0 -37
  154. package/esm2022/lib/components/form-fields/area/textarea.module.mjs +0 -55
  155. package/esm2022/lib/components/form-fields/common/dropdown-option-template.directive.mjs +0 -17
  156. package/esm2022/lib/components/form-fields/common/error/error.component.mjs +0 -29
  157. package/esm2022/lib/components/form-fields/common/hint/hint.component.mjs +0 -36
  158. package/esm2022/lib/components/form-fields/common/input.tooltip.component.mjs +0 -38
  159. package/esm2022/lib/components/form-fields/common/success/success.component.mjs +0 -29
  160. package/esm2022/lib/components/form-fields/datepickers/date-picker/datepicker.component.mjs +0 -61
  161. package/esm2022/lib/components/form-fields/datepickers/date-picker/datepicker.module.mjs +0 -87
  162. package/esm2022/lib/components/form-fields/datepickers/date-picker/index.mjs +0 -2
  163. package/esm2022/lib/components/form-fields/datepickers/date-picker/public-api.mjs +0 -3
  164. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/custom-datetime-format.mjs +0 -36
  165. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/custom-datetime.adapter.mjs +0 -49
  166. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetime-picker-format-directive.mjs +0 -66
  167. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetime-template.formatter.mjs +0 -171
  168. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.component.mjs +0 -398
  169. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.module.mjs +0 -87
  170. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/index.mjs +0 -2
  171. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/public-api.mjs +0 -3
  172. package/esm2022/lib/components/form-fields/datepickers/time-picker/index.mjs +0 -2
  173. package/esm2022/lib/components/form-fields/datepickers/time-picker/public-api.mjs +0 -3
  174. package/esm2022/lib/components/form-fields/datepickers/time-picker/timepicker.component.mjs +0 -77
  175. package/esm2022/lib/components/form-fields/datepickers/time-picker/timepicker.module.mjs +0 -90
  176. package/esm2022/lib/components/form-fields/dropdowns/dropdown/dropdown.component.mjs +0 -194
  177. package/esm2022/lib/components/form-fields/dropdowns/dropdown/dropdown.module.mjs +0 -71
  178. package/esm2022/lib/components/form-fields/dropdowns/dropdown/index.mjs +0 -2
  179. package/esm2022/lib/components/form-fields/dropdowns/dropdown/public-api.mjs +0 -3
  180. package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/index.mjs +0 -2
  181. package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.component.mjs +0 -103
  182. package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.module.mjs +0 -67
  183. package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/public-api.mjs +0 -3
  184. package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/index.mjs +0 -2
  185. package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.component.mjs +0 -67
  186. package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.module.mjs +0 -71
  187. package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/public-api.mjs +0 -3
  188. package/esm2022/lib/components/form-fields/input/index.mjs +0 -2
  189. package/esm2022/lib/components/form-fields/input/input.component.mjs +0 -72
  190. package/esm2022/lib/components/form-fields/input/input.module.mjs +0 -55
  191. package/esm2022/lib/components/form-fields/input/public-api.mjs +0 -3
  192. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/index.mjs +0 -2
  193. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/public-api.mjs +0 -3
  194. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown-highlighter.pipe.mjs +0 -33
  195. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.mjs +0 -683
  196. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.types.mjs +0 -2
  197. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.module.mjs +0 -75
  198. package/esm2022/lib/components/form-fields/search-fields/search-input/index.mjs +0 -2
  199. package/esm2022/lib/components/form-fields/search-fields/search-input/public-api.mjs +0 -3
  200. package/esm2022/lib/components/form-fields/search-fields/search-input/search-input.component.mjs +0 -43
  201. package/esm2022/lib/components/form-fields/search-fields/search-input/search-input.module.mjs +0 -67
  202. package/esm2022/lib/components/form-fields/selection-fields/checkbox/checkbox.component.mjs +0 -47
  203. package/esm2022/lib/components/form-fields/selection-fields/checkbox/checkbox.module.mjs +0 -39
  204. package/esm2022/lib/components/form-fields/selection-fields/checkbox/index.mjs +0 -2
  205. package/esm2022/lib/components/form-fields/selection-fields/checkbox/public-api.mjs +0 -3
  206. package/esm2022/lib/components/form-fields/selection-fields/radio-button/index.mjs +0 -2
  207. package/esm2022/lib/components/form-fields/selection-fields/radio-button/public-api.mjs +0 -3
  208. package/esm2022/lib/components/form-fields/selection-fields/radio-button/radio-button.component.mjs +0 -53
  209. package/esm2022/lib/components/form-fields/selection-fields/radio-button/radio-button.module.mjs +0 -55
  210. package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/index.mjs +0 -2
  211. package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/public-api.mjs +0 -3
  212. package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.component.mjs +0 -56
  213. package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.module.mjs +0 -39
  214. package/esm2022/lib/components/form-fields/selection-fields/slider/index.mjs +0 -2
  215. package/esm2022/lib/components/form-fields/selection-fields/slider/public-api.mjs +0 -3
  216. package/esm2022/lib/components/form-fields/selection-fields/slider/slider.component.mjs +0 -44
  217. package/esm2022/lib/components/form-fields/selection-fields/slider/slider.module.mjs +0 -43
  218. package/esm2022/lib/components/general/color-palette/colors.enums.mjs +0 -39
  219. package/esm2022/lib/components/header/container/header-container.component.mjs +0 -19
  220. package/esm2022/lib/components/header/container/header-container.module.mjs +0 -16
  221. package/esm2022/lib/components/header/container/index.mjs +0 -2
  222. package/esm2022/lib/components/header/container/public-api.mjs +0 -3
  223. package/esm2022/lib/components/header/header.component.mjs +0 -11
  224. package/esm2022/lib/components/header/header.module.mjs +0 -16
  225. package/esm2022/lib/components/header/index.mjs +0 -2
  226. package/esm2022/lib/components/header/org-display-text/index.mjs +0 -2
  227. package/esm2022/lib/components/header/org-display-text/org-display-text.component.mjs +0 -22
  228. package/esm2022/lib/components/header/org-display-text/org-display-text.module.mjs +0 -18
  229. package/esm2022/lib/components/header/org-display-text/public-api.mjs +0 -3
  230. package/esm2022/lib/components/header/public-api.mjs +0 -3
  231. package/esm2022/lib/components/icon-hover/icon-hover.component.mjs +0 -33
  232. package/esm2022/lib/components/icon-hover/icon-hover.module.mjs +0 -16
  233. package/esm2022/lib/components/icon-hover/index.mjs +0 -2
  234. package/esm2022/lib/components/icon-hover/public-api.mjs +0 -3
  235. package/esm2022/lib/components/logo/ascent-logo/ascent-logo.component.mjs +0 -29
  236. package/esm2022/lib/components/logo/ascent-logo/ascent-logo.module.mjs +0 -18
  237. package/esm2022/lib/components/logo/ascent-logo/index.mjs +0 -2
  238. package/esm2022/lib/components/logo/ascent-logo/public-api.mjs +0 -3
  239. package/esm2022/lib/components/logo/primary-logo/index.mjs +0 -2
  240. package/esm2022/lib/components/logo/primary-logo/primary-logo.component.mjs +0 -37
  241. package/esm2022/lib/components/logo/primary-logo/primary-logo.module.mjs +0 -18
  242. package/esm2022/lib/components/logo/primary-logo/public-api.mjs +0 -3
  243. package/esm2022/lib/components/main-menu/index.mjs +0 -2
  244. package/esm2022/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.mjs +0 -22
  245. package/esm2022/lib/components/main-menu/main-menu.component.mjs +0 -76
  246. package/esm2022/lib/components/main-menu/main-menu.module.mjs +0 -45
  247. package/esm2022/lib/components/main-menu/main-menu.types.mjs +0 -2
  248. package/esm2022/lib/components/main-menu/public-api.mjs +0 -4
  249. package/esm2022/lib/components/modal/index.mjs +0 -2
  250. package/esm2022/lib/components/modal/modal.component.mjs +0 -41
  251. package/esm2022/lib/components/modal/modal.module.mjs +0 -22
  252. package/esm2022/lib/components/modal/public-api.mjs +0 -3
  253. package/esm2022/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.mjs +0 -46
  254. package/esm2022/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.mjs +0 -18
  255. package/esm2022/lib/components/navigation/dashboard-edit-icon/index.mjs +0 -2
  256. package/esm2022/lib/components/navigation/dashboard-edit-icon/public-api.mjs +0 -3
  257. package/esm2022/lib/components/navigation/index.mjs +0 -2
  258. package/esm2022/lib/components/navigation/navigation-actions-container/index.mjs +0 -2
  259. package/esm2022/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.mjs +0 -20
  260. package/esm2022/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.mjs +0 -18
  261. package/esm2022/lib/components/navigation/navigation-actions-container/public-api.mjs +0 -3
  262. package/esm2022/lib/components/navigation/navigation-collapse-handle/index.mjs +0 -2
  263. package/esm2022/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.mjs +0 -48
  264. package/esm2022/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.mjs +0 -18
  265. package/esm2022/lib/components/navigation/navigation-collapse-handle/public-api.mjs +0 -3
  266. package/esm2022/lib/components/navigation/navigation-header/index.mjs +0 -2
  267. package/esm2022/lib/components/navigation/navigation-header/navigation-header.component.mjs +0 -25
  268. package/esm2022/lib/components/navigation/navigation-header/navigation-header.module.mjs +0 -16
  269. package/esm2022/lib/components/navigation/navigation-header/public-api.mjs +0 -3
  270. package/esm2022/lib/components/navigation/navigation-item/index.mjs +0 -2
  271. package/esm2022/lib/components/navigation/navigation-item/navigation-item.component.mjs +0 -74
  272. package/esm2022/lib/components/navigation/navigation-item/navigation-item.module.mjs +0 -21
  273. package/esm2022/lib/components/navigation/navigation-item/public-api.mjs +0 -3
  274. package/esm2022/lib/components/navigation/navigation-items-container/index.mjs +0 -2
  275. package/esm2022/lib/components/navigation/navigation-items-container/navigation-items-container.component.mjs +0 -11
  276. package/esm2022/lib/components/navigation/navigation-items-container/navigation-items-container.module.mjs +0 -16
  277. package/esm2022/lib/components/navigation/navigation-items-container/public-api.mjs +0 -3
  278. package/esm2022/lib/components/navigation/navigation.component.mjs +0 -25
  279. package/esm2022/lib/components/navigation/navigation.module.mjs +0 -16
  280. package/esm2022/lib/components/navigation/public-api.mjs +0 -3
  281. package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/index.mjs +0 -2
  282. package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/public-api.mjs +0 -3
  283. package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.mjs +0 -11
  284. package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.mjs +0 -16
  285. package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/index.mjs +0 -2
  286. package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/public-api.mjs +0 -3
  287. package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.mjs +0 -67
  288. package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.mjs +0 -21
  289. package/esm2022/lib/components/navigation/sub-navigation-item/index.mjs +0 -2
  290. package/esm2022/lib/components/navigation/sub-navigation-item/public-api.mjs +0 -3
  291. package/esm2022/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.mjs +0 -36
  292. package/esm2022/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.mjs +0 -18
  293. package/esm2022/lib/components/navigation/sub-navigation-items-container/index.mjs +0 -2
  294. package/esm2022/lib/components/navigation/sub-navigation-items-container/public-api.mjs +0 -3
  295. package/esm2022/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.mjs +0 -11
  296. package/esm2022/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.mjs +0 -16
  297. package/esm2022/lib/components/pagination/container/index.mjs +0 -2
  298. package/esm2022/lib/components/pagination/container/pagination-container.component.mjs +0 -11
  299. package/esm2022/lib/components/pagination/container/pagination-container.module.mjs +0 -16
  300. package/esm2022/lib/components/pagination/container/public-api.mjs +0 -3
  301. package/esm2022/lib/components/pagination/index.mjs +0 -2
  302. package/esm2022/lib/components/pagination/pagination.component.mjs +0 -85
  303. package/esm2022/lib/components/pagination/pagination.module.mjs +0 -19
  304. package/esm2022/lib/components/pagination/public-api.mjs +0 -3
  305. package/esm2022/lib/components/progress-indicators/progress-bar/index.mjs +0 -2
  306. package/esm2022/lib/components/progress-indicators/progress-bar/progress-bar.component.mjs +0 -78
  307. package/esm2022/lib/components/progress-indicators/progress-bar/progress-bar.module.mjs +0 -19
  308. package/esm2022/lib/components/progress-indicators/progress-bar/public-api.mjs +0 -3
  309. package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/index.mjs +0 -2
  310. package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.mjs +0 -79
  311. package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.mjs +0 -19
  312. package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.mjs +0 -8
  313. package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/public-api.mjs +0 -3
  314. package/esm2022/lib/components/progress-indicators/progress-spinner/index.mjs +0 -2
  315. package/esm2022/lib/components/progress-indicators/progress-spinner/progress-spinner.component.mjs +0 -95
  316. package/esm2022/lib/components/progress-indicators/progress-spinner/progress-spinner.module.mjs +0 -22
  317. package/esm2022/lib/components/progress-indicators/progress-spinner/public-api.mjs +0 -3
  318. package/esm2022/lib/components/progress-stepper/index.mjs +0 -2
  319. package/esm2022/lib/components/progress-stepper/progress-step.types.mjs +0 -2
  320. package/esm2022/lib/components/progress-stepper/progress-stepper.component.mjs +0 -106
  321. package/esm2022/lib/components/progress-stepper/progress-stepper.module.mjs +0 -27
  322. package/esm2022/lib/components/progress-stepper/public-api.mjs +0 -4
  323. package/esm2022/lib/components/rating/index.mjs +0 -2
  324. package/esm2022/lib/components/rating/public-api.mjs +0 -3
  325. package/esm2022/lib/components/rating/rating.component.mjs +0 -69
  326. package/esm2022/lib/components/rating/rating.module.mjs +0 -19
  327. package/esm2022/lib/components/shell-layout/index.mjs +0 -2
  328. package/esm2022/lib/components/shell-layout/public-api.mjs +0 -3
  329. package/esm2022/lib/components/shell-layout/shell-layout.component.mjs +0 -25
  330. package/esm2022/lib/components/shell-layout/shell-layout.module.mjs +0 -18
  331. package/esm2022/lib/components/snackbars/inline-snackbar/index.mjs +0 -2
  332. package/esm2022/lib/components/snackbars/inline-snackbar/inline-snackbar.component.mjs +0 -63
  333. package/esm2022/lib/components/snackbars/inline-snackbar/inline-snackbar.module.mjs +0 -19
  334. package/esm2022/lib/components/snackbars/inline-snackbar/public-api.mjs +0 -3
  335. package/esm2022/lib/components/snackbars/snackbar/index.mjs +0 -2
  336. package/esm2022/lib/components/snackbars/snackbar/public-api.mjs +0 -3
  337. package/esm2022/lib/components/snackbars/snackbar/snackbar.component.mjs +0 -30
  338. package/esm2022/lib/components/snackbars/snackbar/snackbar.module.mjs +0 -21
  339. package/esm2022/lib/components/splash-page/index.mjs +0 -2
  340. package/esm2022/lib/components/splash-page/public-api.mjs +0 -3
  341. package/esm2022/lib/components/splash-page/splash-page.component.mjs +0 -20
  342. package/esm2022/lib/components/splash-page/splash-page.module.mjs +0 -18
  343. package/esm2022/lib/components/stepper-condensed/condensed-helpers.mjs +0 -97
  344. package/esm2022/lib/components/stepper-condensed/condensed-step.type.mjs +0 -12
  345. package/esm2022/lib/components/stepper-condensed/index.mjs +0 -2
  346. package/esm2022/lib/components/stepper-condensed/public-api.mjs +0 -5
  347. package/esm2022/lib/components/stepper-condensed/stepper-condensed.component.mjs +0 -149
  348. package/esm2022/lib/components/stepper-condensed/stepper-condensed.module.mjs +0 -28
  349. package/esm2022/lib/components/submenu/submenu-container/index.mjs +0 -2
  350. package/esm2022/lib/components/submenu/submenu-container/public-api.mjs +0 -3
  351. package/esm2022/lib/components/submenu/submenu-container/submenu-container.component.mjs +0 -22
  352. package/esm2022/lib/components/submenu/submenu-container/submenu-container.module.mjs +0 -18
  353. package/esm2022/lib/components/submenu/submenu-heading/index.mjs +0 -2
  354. package/esm2022/lib/components/submenu/submenu-heading/public-api.mjs +0 -3
  355. package/esm2022/lib/components/submenu/submenu-heading/submenu-heading.component.mjs +0 -17
  356. package/esm2022/lib/components/submenu/submenu-heading/submenu-heading.module.mjs +0 -18
  357. package/esm2022/lib/components/submenu/submenu-item/index.mjs +0 -2
  358. package/esm2022/lib/components/submenu/submenu-item/public-api.mjs +0 -3
  359. package/esm2022/lib/components/submenu/submenu-item/submenu-item.component.mjs +0 -28
  360. package/esm2022/lib/components/submenu/submenu-item/submenu-item.module.mjs +0 -19
  361. package/esm2022/lib/components/submenu/submenu-secondary-item/index.mjs +0 -2
  362. package/esm2022/lib/components/submenu/submenu-secondary-item/public-api.mjs +0 -3
  363. package/esm2022/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.mjs +0 -33
  364. package/esm2022/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.mjs +0 -19
  365. package/esm2022/lib/components/table/index.mjs +0 -2
  366. package/esm2022/lib/components/table/public-api.mjs +0 -3
  367. package/esm2022/lib/components/table/table.component.mjs +0 -81
  368. package/esm2022/lib/components/table/table.module.mjs +0 -20
  369. package/esm2022/lib/components/tags/create-tag/create-tag.component.mjs +0 -218
  370. package/esm2022/lib/components/tags/create-tag/create-tag.module.mjs +0 -43
  371. package/esm2022/lib/components/tags/create-tag/index.mjs +0 -2
  372. package/esm2022/lib/components/tags/create-tag/public-api.mjs +0 -3
  373. package/esm2022/lib/components/tags/tag/index.mjs +0 -2
  374. package/esm2022/lib/components/tags/tag/public-api.mjs +0 -4
  375. package/esm2022/lib/components/tags/tag/tag.component.mjs +0 -68
  376. package/esm2022/lib/components/tags/tag/tag.module.mjs +0 -19
  377. package/esm2022/lib/components/tags/tag/tag.types.mjs +0 -2
  378. package/esm2022/lib/components/tags/tag-container/index.mjs +0 -2
  379. package/esm2022/lib/components/tags/tag-container/public-api.mjs +0 -3
  380. package/esm2022/lib/components/tags/tag-container/tag-container.component.mjs +0 -11
  381. package/esm2022/lib/components/tags/tag-container/tag-container.module.mjs +0 -18
  382. package/esm2022/lib/components/timeline-stepper/index.mjs +0 -2
  383. package/esm2022/lib/components/timeline-stepper/public-api.mjs +0 -5
  384. package/esm2022/lib/components/timeline-stepper/timeline-helpers.mjs +0 -97
  385. package/esm2022/lib/components/timeline-stepper/timeline-step.type.mjs +0 -12
  386. package/esm2022/lib/components/timeline-stepper/timeline-stepper.component.mjs +0 -148
  387. package/esm2022/lib/components/timeline-stepper/timeline-stepper.module.mjs +0 -28
  388. package/esm2022/lib/components/vertical-stepper/index.mjs +0 -2
  389. package/esm2022/lib/components/vertical-stepper/public-api.mjs +0 -5
  390. package/esm2022/lib/components/vertical-stepper/vertical-helpers.mjs +0 -98
  391. package/esm2022/lib/components/vertical-stepper/vertical-step.type.mjs +0 -12
  392. package/esm2022/lib/components/vertical-stepper/vertical-stepper.component.mjs +0 -125
  393. package/esm2022/lib/components/vertical-stepper/vertical-stepper.module.mjs +0 -28
  394. package/esm2022/lib/components/widgets/widget-actions/index.mjs +0 -2
  395. package/esm2022/lib/components/widgets/widget-actions/public-api.mjs +0 -3
  396. package/esm2022/lib/components/widgets/widget-actions/widget-actions.component.mjs +0 -11
  397. package/esm2022/lib/components/widgets/widget-actions/widget-actions.module.mjs +0 -16
  398. package/esm2022/lib/components/widgets/widget-bar/index.mjs +0 -2
  399. package/esm2022/lib/components/widgets/widget-bar/public-api.mjs +0 -3
  400. package/esm2022/lib/components/widgets/widget-bar/widget-bar.component.mjs +0 -20
  401. package/esm2022/lib/components/widgets/widget-bar/widget-bar.module.mjs +0 -18
  402. package/esm2022/lib/components/widgets/widget-container/index.mjs +0 -2
  403. package/esm2022/lib/components/widgets/widget-container/public-api.mjs +0 -3
  404. package/esm2022/lib/components/widgets/widget-container/widget-container.component.mjs +0 -11
  405. package/esm2022/lib/components/widgets/widget-container/widget-container.module.mjs +0 -18
  406. package/esm2022/lib/components/widgets/widget-footer/index.mjs +0 -2
  407. package/esm2022/lib/components/widgets/widget-footer/public-api.mjs +0 -3
  408. package/esm2022/lib/components/widgets/widget-footer/widget-footer.component.mjs +0 -11
  409. package/esm2022/lib/components/widgets/widget-footer/widget-footer.module.mjs +0 -18
  410. package/esm2022/lib/components/widgets/widget-header/index.mjs +0 -2
  411. package/esm2022/lib/components/widgets/widget-header/public-api.mjs +0 -3
  412. package/esm2022/lib/components/widgets/widget-header/widget-header.component.mjs +0 -11
  413. package/esm2022/lib/components/widgets/widget-header/widget-header.module.mjs +0 -18
  414. package/esm2022/lib/components/widgets/widget-preview/index.mjs +0 -2
  415. package/esm2022/lib/components/widgets/widget-preview/public-api.mjs +0 -3
  416. package/esm2022/lib/components/widgets/widget-preview/widget-preview.component.mjs +0 -25
  417. package/esm2022/lib/components/widgets/widget-preview/widget-preview.module.mjs +0 -18
  418. package/esm2022/lib/components/widgets/widget-thumbnail/index.mjs +0 -2
  419. package/esm2022/lib/components/widgets/widget-thumbnail/public-api.mjs +0 -3
  420. package/esm2022/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.mjs +0 -100
  421. package/esm2022/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.mjs +0 -20
  422. package/esm2022/lib/components/widgets/widget-thumbnail-container/index.mjs +0 -2
  423. package/esm2022/lib/components/widgets/widget-thumbnail-container/public-api.mjs +0 -3
  424. package/esm2022/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.mjs +0 -12
  425. package/esm2022/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.mjs +0 -18
  426. package/esm2022/lib/components/widgets/widget-title/index.mjs +0 -2
  427. package/esm2022/lib/components/widgets/widget-title/public-api.mjs +0 -3
  428. package/esm2022/lib/components/widgets/widget-title/widget-title.component.mjs +0 -22
  429. package/esm2022/lib/components/widgets/widget-title/widget-title.module.mjs +0 -18
  430. package/esm2022/lib/components/wizard-stepper/index.mjs +0 -2
  431. package/esm2022/lib/components/wizard-stepper/public-api.mjs +0 -4
  432. package/esm2022/lib/components/wizard-stepper/wizard-stepper.component.mjs +0 -28
  433. package/esm2022/lib/components/wizard-stepper/wizard-stepper.module.mjs +0 -20
  434. package/esm2022/lib/components/wizard-stepper/wizard-stepper.types.mjs +0 -2
  435. package/esm2022/lib/services/viewport/viewport.service.interface.mjs +0 -2
  436. package/esm2022/lib/services/viewport/viewport.service.mjs +0 -32
  437. package/esm2022/lib/services/window/window.service.interface.mjs +0 -2
  438. package/esm2022/lib/services/window/window.service.mjs +0 -29
  439. package/esm2022/src/lib/components/avatar/ascentgl-ads-ui-src-lib-components-avatar.mjs +0 -5
  440. package/esm2022/src/lib/components/avatar/avatar.component.mjs +0 -50
  441. package/esm2022/src/lib/components/avatar/avatar.module.mjs +0 -19
  442. package/esm2022/src/lib/components/avatar/avatar.types.mjs +0 -2
  443. package/esm2022/src/lib/components/avatar/public-api.mjs +0 -3
  444. package/esm2022/src/lib/components/buttons/button-container/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +0 -5
  445. package/esm2022/src/lib/components/buttons/button-container/button-container.component.mjs +0 -17
  446. package/esm2022/src/lib/components/buttons/button-container/button-container.module.mjs +0 -18
  447. package/esm2022/src/lib/components/buttons/button-container/public-api.mjs +0 -3
  448. package/esm2022/src/lib/components/buttons/selection-button/ascentgl-ads-ui-src-lib-components-buttons-selection-button.mjs +0 -5
  449. package/esm2022/src/lib/components/buttons/selection-button/public-api.mjs +0 -3
  450. package/esm2022/src/lib/components/buttons/selection-button/selection-button.component.mjs +0 -60
  451. package/esm2022/src/lib/components/buttons/selection-button/selection-button.module.mjs +0 -20
  452. package/esm2022/src/lib/components/card/ascentgl-ads-ui-src-lib-components-card.mjs +0 -5
  453. package/esm2022/src/lib/components/card/card.component.mjs +0 -11
  454. package/esm2022/src/lib/components/card/card.module.mjs +0 -18
  455. package/esm2022/src/lib/components/card/public-api.mjs +0 -3
  456. package/esm2022/src/lib/components/divider/ascentgl-ads-ui-src-lib-components-divider.mjs +0 -5
  457. package/esm2022/src/lib/components/divider/divider.component.mjs +0 -43
  458. package/esm2022/src/lib/components/divider/divider.module.mjs +0 -18
  459. package/esm2022/src/lib/components/divider/public-api.mjs +0 -3
  460. package/esm2022/src/lib/components/drag-and-drop-list/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +0 -5
  461. package/esm2022/src/lib/components/drag-and-drop-list/dom.element.mjs +0 -62
  462. package/esm2022/src/lib/components/drag-and-drop-list/drag-and-drop-list.component.mjs +0 -349
  463. package/esm2022/src/lib/components/drag-and-drop-list/drag-and-drop-list.enums.mjs +0 -2
  464. package/esm2022/src/lib/components/drag-and-drop-list/drag-and-drop-list.module.mjs +0 -18
  465. package/esm2022/src/lib/components/drag-and-drop-list/dragged.placeholder.mjs +0 -63
  466. package/esm2022/src/lib/components/drag-and-drop-list/public-api.mjs +0 -3
  467. package/esm2022/src/lib/components/error-page/error-page-code/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs +0 -5
  468. package/esm2022/src/lib/components/error-page/error-page-code/error-page-code.component.mjs +0 -14
  469. package/esm2022/src/lib/components/error-page/error-page-code/error-page-code.module.mjs +0 -18
  470. package/esm2022/src/lib/components/error-page/error-page-code/public-api.mjs +0 -3
  471. package/esm2022/src/lib/components/footer/ascentgl-ads-ui-src-lib-components-footer.mjs +0 -5
  472. package/esm2022/src/lib/components/footer/container/ascentgl-ads-ui-src-lib-components-footer-container.mjs +0 -5
  473. package/esm2022/src/lib/components/footer/container/footer-container.component.mjs +0 -11
  474. package/esm2022/src/lib/components/footer/container/footer-container.module.mjs +0 -16
  475. package/esm2022/src/lib/components/footer/container/public-api.mjs +0 -3
  476. package/esm2022/src/lib/components/footer/footer.component.mjs +0 -35
  477. package/esm2022/src/lib/components/footer/footer.component.types.mjs +0 -2
  478. package/esm2022/src/lib/components/footer/footer.module.mjs +0 -18
  479. package/esm2022/src/lib/components/footer/public-api.mjs +0 -4
  480. package/esm2022/src/lib/components/header/ascentgl-ads-ui-src-lib-components-header.mjs +0 -5
  481. package/esm2022/src/lib/components/header/container/ascentgl-ads-ui-src-lib-components-header-container.mjs +0 -5
  482. package/esm2022/src/lib/components/header/container/header-container.component.mjs +0 -19
  483. package/esm2022/src/lib/components/header/container/header-container.module.mjs +0 -16
  484. package/esm2022/src/lib/components/header/container/public-api.mjs +0 -3
  485. package/esm2022/src/lib/components/header/header.component.mjs +0 -11
  486. package/esm2022/src/lib/components/header/header.module.mjs +0 -16
  487. package/esm2022/src/lib/components/header/org-display-text/ascentgl-ads-ui-src-lib-components-header-org-display-text.mjs +0 -5
  488. package/esm2022/src/lib/components/header/org-display-text/org-display-text.component.mjs +0 -22
  489. package/esm2022/src/lib/components/header/org-display-text/org-display-text.module.mjs +0 -18
  490. package/esm2022/src/lib/components/header/org-display-text/public-api.mjs +0 -3
  491. package/esm2022/src/lib/components/header/public-api.mjs +0 -3
  492. package/esm2022/src/lib/components/logo/primary-logo/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +0 -5
  493. package/esm2022/src/lib/components/logo/primary-logo/primary-logo.component.mjs +0 -37
  494. package/esm2022/src/lib/components/logo/primary-logo/primary-logo.module.mjs +0 -18
  495. package/esm2022/src/lib/components/logo/primary-logo/public-api.mjs +0 -3
  496. package/esm2022/src/lib/components/main-menu/ascentgl-ads-ui-src-lib-components-main-menu.mjs +0 -5
  497. package/esm2022/src/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.mjs +0 -22
  498. package/esm2022/src/lib/components/main-menu/main-menu.component.mjs +0 -76
  499. package/esm2022/src/lib/components/main-menu/main-menu.module.mjs +0 -45
  500. package/esm2022/src/lib/components/main-menu/main-menu.types.mjs +0 -2
  501. package/esm2022/src/lib/components/main-menu/public-api.mjs +0 -4
  502. package/esm2022/src/lib/components/navigation/ascentgl-ads-ui-src-lib-components-navigation.mjs +0 -5
  503. package/esm2022/src/lib/components/navigation/dashboard-edit-icon/ascentgl-ads-ui-src-lib-components-navigation-dashboard-edit-icon.mjs +0 -5
  504. package/esm2022/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.mjs +0 -46
  505. package/esm2022/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.mjs +0 -18
  506. package/esm2022/src/lib/components/navigation/dashboard-edit-icon/public-api.mjs +0 -3
  507. package/esm2022/src/lib/components/navigation/navigation-actions-container/ascentgl-ads-ui-src-lib-components-navigation-navigation-actions-container.mjs +0 -5
  508. package/esm2022/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.mjs +0 -20
  509. package/esm2022/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.mjs +0 -18
  510. package/esm2022/src/lib/components/navigation/navigation-actions-container/public-api.mjs +0 -3
  511. package/esm2022/src/lib/components/navigation/navigation-collapse-handle/ascentgl-ads-ui-src-lib-components-navigation-navigation-collapse-handle.mjs +0 -5
  512. package/esm2022/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.mjs +0 -48
  513. package/esm2022/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.mjs +0 -18
  514. package/esm2022/src/lib/components/navigation/navigation-collapse-handle/public-api.mjs +0 -3
  515. package/esm2022/src/lib/components/navigation/navigation-header/ascentgl-ads-ui-src-lib-components-navigation-navigation-header.mjs +0 -5
  516. package/esm2022/src/lib/components/navigation/navigation-header/navigation-header.component.mjs +0 -25
  517. package/esm2022/src/lib/components/navigation/navigation-header/navigation-header.module.mjs +0 -16
  518. package/esm2022/src/lib/components/navigation/navigation-header/public-api.mjs +0 -3
  519. package/esm2022/src/lib/components/navigation/navigation-item/ascentgl-ads-ui-src-lib-components-navigation-navigation-item.mjs +0 -5
  520. package/esm2022/src/lib/components/navigation/navigation-item/navigation-item.component.mjs +0 -74
  521. package/esm2022/src/lib/components/navigation/navigation-item/navigation-item.module.mjs +0 -21
  522. package/esm2022/src/lib/components/navigation/navigation-item/public-api.mjs +0 -3
  523. package/esm2022/src/lib/components/navigation/navigation-items-container/ascentgl-ads-ui-src-lib-components-navigation-navigation-items-container.mjs +0 -5
  524. package/esm2022/src/lib/components/navigation/navigation-items-container/navigation-items-container.component.mjs +0 -11
  525. package/esm2022/src/lib/components/navigation/navigation-items-container/navigation-items-container.module.mjs +0 -16
  526. package/esm2022/src/lib/components/navigation/navigation-items-container/public-api.mjs +0 -3
  527. package/esm2022/src/lib/components/navigation/navigation.component.mjs +0 -25
  528. package/esm2022/src/lib/components/navigation/navigation.module.mjs +0 -16
  529. package/esm2022/src/lib/components/navigation/public-api.mjs +0 -3
  530. 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
  531. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-container/public-api.mjs +0 -3
  532. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.mjs +0 -11
  533. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.mjs +0 -16
  534. 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
  535. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-item/public-api.mjs +0 -3
  536. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.mjs +0 -67
  537. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.mjs +0 -21
  538. package/esm2022/src/lib/components/navigation/sub-navigation-item/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-item.mjs +0 -5
  539. package/esm2022/src/lib/components/navigation/sub-navigation-item/public-api.mjs +0 -3
  540. package/esm2022/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.mjs +0 -36
  541. package/esm2022/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.mjs +0 -18
  542. package/esm2022/src/lib/components/navigation/sub-navigation-items-container/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-items-container.mjs +0 -5
  543. package/esm2022/src/lib/components/navigation/sub-navigation-items-container/public-api.mjs +0 -3
  544. package/esm2022/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.mjs +0 -11
  545. package/esm2022/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.mjs +0 -16
  546. package/esm2022/src/lib/components/pagination/ascentgl-ads-ui-src-lib-components-pagination.mjs +0 -5
  547. package/esm2022/src/lib/components/pagination/container/ascentgl-ads-ui-src-lib-components-pagination-container.mjs +0 -5
  548. package/esm2022/src/lib/components/pagination/container/pagination-container.component.mjs +0 -11
  549. package/esm2022/src/lib/components/pagination/container/pagination-container.module.mjs +0 -16
  550. package/esm2022/src/lib/components/pagination/container/public-api.mjs +0 -3
  551. package/esm2022/src/lib/components/pagination/pagination.component.mjs +0 -85
  552. package/esm2022/src/lib/components/pagination/pagination.module.mjs +0 -19
  553. package/esm2022/src/lib/components/pagination/public-api.mjs +0 -3
  554. package/esm2022/src/lib/components/progress-indicators/progress-bar/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +0 -5
  555. package/esm2022/src/lib/components/progress-indicators/progress-bar/progress-bar.component.mjs +0 -78
  556. package/esm2022/src/lib/components/progress-indicators/progress-bar/progress-bar.module.mjs +0 -19
  557. package/esm2022/src/lib/components/progress-indicators/progress-bar/public-api.mjs +0 -3
  558. package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +0 -5
  559. package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.mjs +0 -79
  560. package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.mjs +0 -19
  561. package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.mjs +0 -8
  562. package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/public-api.mjs +0 -3
  563. package/esm2022/src/lib/components/progress-indicators/progress-spinner/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +0 -5
  564. package/esm2022/src/lib/components/progress-indicators/progress-spinner/progress-spinner.component.mjs +0 -95
  565. package/esm2022/src/lib/components/progress-indicators/progress-spinner/progress-spinner.module.mjs +0 -22
  566. package/esm2022/src/lib/components/progress-indicators/progress-spinner/public-api.mjs +0 -3
  567. package/esm2022/src/lib/components/progress-stepper/ascentgl-ads-ui-src-lib-components-progress-stepper.mjs +0 -5
  568. package/esm2022/src/lib/components/progress-stepper/progress-step.types.mjs +0 -2
  569. package/esm2022/src/lib/components/progress-stepper/progress-stepper.component.mjs +0 -106
  570. package/esm2022/src/lib/components/progress-stepper/progress-stepper.module.mjs +0 -27
  571. package/esm2022/src/lib/components/progress-stepper/public-api.mjs +0 -4
  572. package/esm2022/src/lib/components/rating/ascentgl-ads-ui-src-lib-components-rating.mjs +0 -5
  573. package/esm2022/src/lib/components/rating/public-api.mjs +0 -3
  574. package/esm2022/src/lib/components/rating/rating.component.mjs +0 -69
  575. package/esm2022/src/lib/components/rating/rating.module.mjs +0 -19
  576. package/esm2022/src/lib/components/shell-layout/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +0 -5
  577. package/esm2022/src/lib/components/shell-layout/public-api.mjs +0 -3
  578. package/esm2022/src/lib/components/shell-layout/shell-layout.component.mjs +0 -25
  579. package/esm2022/src/lib/components/shell-layout/shell-layout.module.mjs +0 -18
  580. package/esm2022/src/lib/components/splash-page/ascentgl-ads-ui-src-lib-components-splash-page.mjs +0 -5
  581. package/esm2022/src/lib/components/splash-page/public-api.mjs +0 -3
  582. package/esm2022/src/lib/components/splash-page/splash-page.component.mjs +0 -20
  583. package/esm2022/src/lib/components/splash-page/splash-page.module.mjs +0 -18
  584. package/esm2022/src/lib/components/submenu/submenu-container/ascentgl-ads-ui-src-lib-components-submenu-submenu-container.mjs +0 -5
  585. package/esm2022/src/lib/components/submenu/submenu-container/public-api.mjs +0 -3
  586. package/esm2022/src/lib/components/submenu/submenu-container/submenu-container.component.mjs +0 -22
  587. package/esm2022/src/lib/components/submenu/submenu-container/submenu-container.module.mjs +0 -18
  588. package/esm2022/src/lib/components/submenu/submenu-heading/ascentgl-ads-ui-src-lib-components-submenu-submenu-heading.mjs +0 -5
  589. package/esm2022/src/lib/components/submenu/submenu-heading/public-api.mjs +0 -3
  590. package/esm2022/src/lib/components/submenu/submenu-heading/submenu-heading.component.mjs +0 -17
  591. package/esm2022/src/lib/components/submenu/submenu-heading/submenu-heading.module.mjs +0 -18
  592. package/esm2022/src/lib/components/submenu/submenu-item/ascentgl-ads-ui-src-lib-components-submenu-submenu-item.mjs +0 -5
  593. package/esm2022/src/lib/components/submenu/submenu-item/public-api.mjs +0 -3
  594. package/esm2022/src/lib/components/submenu/submenu-item/submenu-item.component.mjs +0 -28
  595. package/esm2022/src/lib/components/submenu/submenu-item/submenu-item.module.mjs +0 -19
  596. package/esm2022/src/lib/components/submenu/submenu-secondary-item/ascentgl-ads-ui-src-lib-components-submenu-submenu-secondary-item.mjs +0 -5
  597. package/esm2022/src/lib/components/submenu/submenu-secondary-item/public-api.mjs +0 -3
  598. package/esm2022/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.mjs +0 -33
  599. package/esm2022/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.mjs +0 -19
  600. package/esm2022/src/lib/components/tags/tag-container/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +0 -5
  601. package/esm2022/src/lib/components/tags/tag-container/public-api.mjs +0 -3
  602. package/esm2022/src/lib/components/tags/tag-container/tag-container.component.mjs +0 -11
  603. package/esm2022/src/lib/components/tags/tag-container/tag-container.module.mjs +0 -18
  604. package/esm2022/src/lib/components/timeline-stepper/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs +0 -5
  605. package/esm2022/src/lib/components/timeline-stepper/public-api.mjs +0 -5
  606. package/esm2022/src/lib/components/timeline-stepper/timeline-helpers.mjs +0 -97
  607. package/esm2022/src/lib/components/timeline-stepper/timeline-step.type.mjs +0 -12
  608. package/esm2022/src/lib/components/timeline-stepper/timeline-stepper.component.mjs +0 -148
  609. package/esm2022/src/lib/components/timeline-stepper/timeline-stepper.module.mjs +0 -28
  610. package/esm2022/src/lib/components/vertical-stepper/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs +0 -5
  611. package/esm2022/src/lib/components/vertical-stepper/public-api.mjs +0 -5
  612. package/esm2022/src/lib/components/vertical-stepper/vertical-helpers.mjs +0 -98
  613. package/esm2022/src/lib/components/vertical-stepper/vertical-step.type.mjs +0 -12
  614. package/esm2022/src/lib/components/vertical-stepper/vertical-stepper.component.mjs +0 -125
  615. package/esm2022/src/lib/components/vertical-stepper/vertical-stepper.module.mjs +0 -28
  616. package/esm2022/src/lib/components/widgets/widget-actions/ascentgl-ads-ui-src-lib-components-widgets-widget-actions.mjs +0 -5
  617. package/esm2022/src/lib/components/widgets/widget-actions/public-api.mjs +0 -3
  618. package/esm2022/src/lib/components/widgets/widget-actions/widget-actions.component.mjs +0 -11
  619. package/esm2022/src/lib/components/widgets/widget-actions/widget-actions.module.mjs +0 -16
  620. package/esm2022/src/lib/components/widgets/widget-bar/ascentgl-ads-ui-src-lib-components-widgets-widget-bar.mjs +0 -5
  621. package/esm2022/src/lib/components/widgets/widget-bar/public-api.mjs +0 -3
  622. package/esm2022/src/lib/components/widgets/widget-bar/widget-bar.component.mjs +0 -20
  623. package/esm2022/src/lib/components/widgets/widget-bar/widget-bar.module.mjs +0 -18
  624. package/esm2022/src/lib/components/widgets/widget-container/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs +0 -5
  625. package/esm2022/src/lib/components/widgets/widget-container/public-api.mjs +0 -3
  626. package/esm2022/src/lib/components/widgets/widget-container/widget-container.component.mjs +0 -11
  627. package/esm2022/src/lib/components/widgets/widget-container/widget-container.module.mjs +0 -18
  628. package/esm2022/src/lib/components/widgets/widget-footer/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs +0 -5
  629. package/esm2022/src/lib/components/widgets/widget-footer/public-api.mjs +0 -3
  630. package/esm2022/src/lib/components/widgets/widget-footer/widget-footer.component.mjs +0 -11
  631. package/esm2022/src/lib/components/widgets/widget-footer/widget-footer.module.mjs +0 -18
  632. package/esm2022/src/lib/components/widgets/widget-header/ascentgl-ads-ui-src-lib-components-widgets-widget-header.mjs +0 -5
  633. package/esm2022/src/lib/components/widgets/widget-header/public-api.mjs +0 -3
  634. package/esm2022/src/lib/components/widgets/widget-header/widget-header.component.mjs +0 -11
  635. package/esm2022/src/lib/components/widgets/widget-header/widget-header.module.mjs +0 -18
  636. package/esm2022/src/lib/components/widgets/widget-preview/ascentgl-ads-ui-src-lib-components-widgets-widget-preview.mjs +0 -5
  637. package/esm2022/src/lib/components/widgets/widget-preview/public-api.mjs +0 -3
  638. package/esm2022/src/lib/components/widgets/widget-preview/widget-preview.component.mjs +0 -25
  639. package/esm2022/src/lib/components/widgets/widget-preview/widget-preview.module.mjs +0 -18
  640. package/esm2022/src/lib/components/widgets/widget-thumbnail/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail.mjs +0 -5
  641. package/esm2022/src/lib/components/widgets/widget-thumbnail/public-api.mjs +0 -3
  642. package/esm2022/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.mjs +0 -100
  643. package/esm2022/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.mjs +0 -20
  644. package/esm2022/src/lib/components/widgets/widget-thumbnail-container/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail-container.mjs +0 -5
  645. package/esm2022/src/lib/components/widgets/widget-thumbnail-container/public-api.mjs +0 -3
  646. package/esm2022/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.mjs +0 -12
  647. package/esm2022/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.mjs +0 -18
  648. package/esm2022/src/lib/components/widgets/widget-title/ascentgl-ads-ui-src-lib-components-widgets-widget-title.mjs +0 -5
  649. package/esm2022/src/lib/components/widgets/widget-title/public-api.mjs +0 -3
  650. package/esm2022/src/lib/components/widgets/widget-title/widget-title.component.mjs +0 -22
  651. package/esm2022/src/lib/components/widgets/widget-title/widget-title.module.mjs +0 -18
  652. package/esm2022/src/lib/components/wizard-stepper/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs +0 -5
  653. package/esm2022/src/lib/components/wizard-stepper/public-api.mjs +0 -4
  654. package/esm2022/src/lib/components/wizard-stepper/wizard-stepper.component.mjs +0 -28
  655. package/esm2022/src/lib/components/wizard-stepper/wizard-stepper.module.mjs +0 -20
  656. package/esm2022/src/lib/components/wizard-stepper/wizard-stepper.types.mjs +0 -2
  657. package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-selection-button.mjs +0 -83
  658. package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-selection-button.mjs.map +0 -1
  659. package/fesm2022/ascentgl-ads-ui-src-lib-components-card.mjs +0 -33
  660. package/fesm2022/ascentgl-ads-ui-src-lib-components-card.mjs.map +0 -1
  661. package/fesm2022/ascentgl-ads-ui-src-lib-components-divider.mjs +0 -65
  662. package/fesm2022/ascentgl-ads-ui-src-lib-components-divider.mjs.map +0 -1
  663. package/fesm2022/ascentgl-ads-ui-src-lib-components-header-org-display-text.mjs +0 -44
  664. package/fesm2022/ascentgl-ads-ui-src-lib-components-header-org-display-text.mjs.map +0 -1
  665. package/fesm2022/ascentgl-ads-ui-src-lib-components-main-menu.mjs +0 -135
  666. package/fesm2022/ascentgl-ads-ui-src-lib-components-main-menu.mjs.map +0 -1
  667. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-dashboard-edit-icon.mjs +0 -67
  668. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-dashboard-edit-icon.mjs.map +0 -1
  669. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-actions-container.mjs +0 -42
  670. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-actions-container.mjs.map +0 -1
  671. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-collapse-handle.mjs +0 -69
  672. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-collapse-handle.mjs.map +0 -1
  673. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-header.mjs +0 -45
  674. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-header.mjs.map +0 -1
  675. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-item.mjs +0 -98
  676. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-item.mjs.map +0 -1
  677. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-items-container.mjs +0 -31
  678. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-items-container.mjs.map +0 -1
  679. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-container.mjs +0 -31
  680. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-container.mjs.map +0 -1
  681. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-item.mjs +0 -91
  682. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-item.mjs.map +0 -1
  683. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-item.mjs +0 -58
  684. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-item.mjs.map +0 -1
  685. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-items-container.mjs +0 -31
  686. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-items-container.mjs.map +0 -1
  687. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation.mjs +0 -45
  688. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation.mjs.map +0 -1
  689. package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination-container.mjs +0 -31
  690. package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination-container.mjs.map +0 -1
  691. package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination.mjs +0 -107
  692. package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination.mjs.map +0 -1
  693. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-stepper.mjs +0 -136
  694. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-stepper.mjs.map +0 -1
  695. package/fesm2022/ascentgl-ads-ui-src-lib-components-rating.mjs +0 -91
  696. package/fesm2022/ascentgl-ads-ui-src-lib-components-rating.mjs.map +0 -1
  697. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-container.mjs +0 -44
  698. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-container.mjs.map +0 -1
  699. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-heading.mjs +0 -39
  700. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-heading.mjs.map +0 -1
  701. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-item.mjs +0 -51
  702. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-item.mjs.map +0 -1
  703. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-secondary-item.mjs +0 -56
  704. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-secondary-item.mjs.map +0 -1
  705. package/fesm2022/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs +0 -286
  706. package/fesm2022/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs.map +0 -1
  707. package/fesm2022/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs +0 -264
  708. package/fesm2022/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs.map +0 -1
  709. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-actions.mjs +0 -31
  710. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-actions.mjs.map +0 -1
  711. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-bar.mjs +0 -42
  712. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-bar.mjs.map +0 -1
  713. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs +0 -33
  714. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs.map +0 -1
  715. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs +0 -33
  716. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs.map +0 -1
  717. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-header.mjs +0 -33
  718. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-header.mjs.map +0 -1
  719. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-preview.mjs +0 -47
  720. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-preview.mjs.map +0 -1
  721. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail-container.mjs +0 -34
  722. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail-container.mjs.map +0 -1
  723. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail.mjs +0 -123
  724. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail.mjs.map +0 -1
  725. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-title.mjs +0 -44
  726. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-title.mjs.map +0 -1
  727. package/fesm2022/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs +0 -51
  728. package/fesm2022/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs.map +0 -1
  729. package/lib/components/avatar/avatar.component.d.ts +0 -30
  730. package/lib/components/avatar/avatar.module.d.ts +0 -9
  731. package/lib/components/avatar/avatar.types.d.ts +0 -1
  732. package/lib/components/avatar/index.d.ts +0 -1
  733. package/lib/components/avatar/public-api.d.ts +0 -2
  734. package/lib/components/badge/index.d.ts +0 -1
  735. package/lib/components/badge/numeric-badge.component.d.ts +0 -22
  736. package/lib/components/badge/numeric-badge.module.d.ts +0 -9
  737. package/lib/components/badge/public-api.d.ts +0 -2
  738. package/lib/components/breadcrumb/breadcrumb.component.d.ts +0 -37
  739. package/lib/components/breadcrumb/breadcrumb.module.d.ts +0 -11
  740. package/lib/components/breadcrumb/breadcrumb.type.d.ts +0 -7
  741. package/lib/components/breadcrumb/breadcrumb.visual-processor.d.ts +0 -16
  742. package/lib/components/breadcrumb/index.d.ts +0 -1
  743. package/lib/components/breadcrumb/public-api.d.ts +0 -3
  744. package/lib/components/buttons/button/button.component.d.ts +0 -24
  745. package/lib/components/buttons/button/button.module.d.ts +0 -9
  746. package/lib/components/buttons/button/index.d.ts +0 -1
  747. package/lib/components/buttons/button/public-api.d.ts +0 -2
  748. package/lib/components/buttons/button-container/button-container.component.d.ts +0 -9
  749. package/lib/components/buttons/button-container/button-container.module.d.ts +0 -8
  750. package/lib/components/buttons/button-container/index.d.ts +0 -1
  751. package/lib/components/buttons/button-container/public-api.d.ts +0 -2
  752. package/lib/components/buttons/icon-button/icon-button.component.d.ts +0 -25
  753. package/lib/components/buttons/icon-button/icon-button.module.d.ts +0 -10
  754. package/lib/components/buttons/icon-button/index.d.ts +0 -1
  755. package/lib/components/buttons/icon-button/public-api.d.ts +0 -2
  756. package/lib/components/buttons/link-button/index.d.ts +0 -1
  757. package/lib/components/buttons/link-button/link-button.component.d.ts +0 -9
  758. package/lib/components/buttons/link-button/link-button.module.d.ts +0 -10
  759. package/lib/components/buttons/link-button/public-api.d.ts +0 -2
  760. package/lib/components/buttons/selection-button/index.d.ts +0 -1
  761. package/lib/components/buttons/selection-button/public-api.d.ts +0 -2
  762. package/lib/components/buttons/selection-button/selection-button.component.d.ts +0 -40
  763. package/lib/components/buttons/selection-button/selection-button.module.d.ts +0 -10
  764. package/lib/components/card/card.component.d.ts +0 -5
  765. package/lib/components/card/card.module.d.ts +0 -8
  766. package/lib/components/card/index.d.ts +0 -1
  767. package/lib/components/card/public-api.d.ts +0 -2
  768. package/lib/components/chip/chip.component.d.ts +0 -27
  769. package/lib/components/chip/chip.module.d.ts +0 -9
  770. package/lib/components/chip/chip.types.d.ts +0 -4
  771. package/lib/components/chip/index.d.ts +0 -1
  772. package/lib/components/chip/public-api.d.ts +0 -2
  773. package/lib/components/divider/divider.component.d.ts +0 -26
  774. package/lib/components/divider/divider.module.d.ts +0 -8
  775. package/lib/components/divider/index.d.ts +0 -1
  776. package/lib/components/divider/public-api.d.ts +0 -2
  777. package/lib/components/drag-and-drop-list/dom.element.d.ts +0 -17
  778. package/lib/components/drag-and-drop-list/drag-and-drop-list.component.d.ts +0 -82
  779. package/lib/components/drag-and-drop-list/drag-and-drop-list.enums.d.ts +0 -8
  780. package/lib/components/drag-and-drop-list/drag-and-drop-list.module.d.ts +0 -8
  781. package/lib/components/drag-and-drop-list/dragged.placeholder.d.ts +0 -14
  782. package/lib/components/drag-and-drop-list/index.d.ts +0 -1
  783. package/lib/components/drag-and-drop-list/public-api.d.ts +0 -2
  784. package/lib/components/error-page/error-page-code/error-page-code.component.d.ts +0 -5
  785. package/lib/components/error-page/error-page-code/error-page-code.module.d.ts +0 -8
  786. package/lib/components/error-page/error-page-code/index.d.ts +0 -1
  787. package/lib/components/error-page/error-page-code/public-api.d.ts +0 -2
  788. package/lib/components/error-page/error-page.component.d.ts +0 -49
  789. package/lib/components/error-page/error-page.module.d.ts +0 -15
  790. package/lib/components/error-page/error-page.types.d.ts +0 -22
  791. package/lib/components/error-page/index.d.ts +0 -1
  792. package/lib/components/error-page/public-api.d.ts +0 -3
  793. package/lib/components/expansion-panel/expansion-panel.component.d.ts +0 -21
  794. package/lib/components/expansion-panel/expansion-panel.module.d.ts +0 -10
  795. package/lib/components/expansion-panel/index.d.ts +0 -1
  796. package/lib/components/expansion-panel/public-api.d.ts +0 -2
  797. package/lib/components/footer/container/footer-container.component.d.ts +0 -5
  798. package/lib/components/footer/container/footer-container.module.d.ts +0 -7
  799. package/lib/components/footer/container/index.d.ts +0 -1
  800. package/lib/components/footer/container/public-api.d.ts +0 -2
  801. package/lib/components/footer/footer.component.d.ts +0 -22
  802. package/lib/components/footer/footer.component.types.d.ts +0 -12
  803. package/lib/components/footer/footer.module.d.ts +0 -8
  804. package/lib/components/footer/index.d.ts +0 -1
  805. package/lib/components/footer/public-api.d.ts +0 -3
  806. package/lib/components/form-fields/abstracts/abstract.base.component.d.ts +0 -57
  807. package/lib/components/form-fields/abstracts/abstract.dropdown.component.d.ts +0 -44
  808. package/lib/components/form-fields/abstracts/abstract.input.component.d.ts +0 -24
  809. package/lib/components/form-fields/area/index.d.ts +0 -1
  810. package/lib/components/form-fields/area/public-api.d.ts +0 -2
  811. package/lib/components/form-fields/area/textarea.component.d.ts +0 -12
  812. package/lib/components/form-fields/area/textarea.module.d.ts +0 -17
  813. package/lib/components/form-fields/common/dropdown-option-template.directive.d.ts +0 -11
  814. package/lib/components/form-fields/common/error/error.component.d.ts +0 -7
  815. package/lib/components/form-fields/common/hint/hint.component.d.ts +0 -11
  816. package/lib/components/form-fields/common/input.tooltip.component.d.ts +0 -11
  817. package/lib/components/form-fields/common/success/success.component.d.ts +0 -7
  818. package/lib/components/form-fields/datepickers/date-picker/datepicker.component.d.ts +0 -24
  819. package/lib/components/form-fields/datepickers/date-picker/datepicker.module.d.ts +0 -22
  820. package/lib/components/form-fields/datepickers/date-picker/index.d.ts +0 -1
  821. package/lib/components/form-fields/datepickers/date-picker/public-api.d.ts +0 -2
  822. package/lib/components/form-fields/datepickers/datetime-picker/custom-datetime-format.d.ts +0 -18
  823. package/lib/components/form-fields/datepickers/datetime-picker/custom-datetime.adapter.d.ts +0 -11
  824. package/lib/components/form-fields/datepickers/datetime-picker/datetime-picker-format-directive.d.ts +0 -22
  825. package/lib/components/form-fields/datepickers/datetime-picker/datetime-template.formatter.d.ts +0 -13
  826. package/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.component.d.ts +0 -118
  827. package/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.module.d.ts +0 -21
  828. package/lib/components/form-fields/datepickers/datetime-picker/index.d.ts +0 -1
  829. package/lib/components/form-fields/datepickers/datetime-picker/public-api.d.ts +0 -2
  830. package/lib/components/form-fields/datepickers/time-picker/index.d.ts +0 -1
  831. package/lib/components/form-fields/datepickers/time-picker/public-api.d.ts +0 -2
  832. package/lib/components/form-fields/datepickers/time-picker/timepicker.component.d.ts +0 -26
  833. package/lib/components/form-fields/datepickers/time-picker/timepicker.module.d.ts +0 -22
  834. package/lib/components/form-fields/dropdowns/dropdown/dropdown.component.d.ts +0 -64
  835. package/lib/components/form-fields/dropdowns/dropdown/dropdown.module.d.ts +0 -21
  836. package/lib/components/form-fields/dropdowns/dropdown/index.d.ts +0 -1
  837. package/lib/components/form-fields/dropdowns/dropdown/public-api.d.ts +0 -2
  838. package/lib/components/form-fields/dropdowns/input-dropdown/index.d.ts +0 -1
  839. package/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.component.d.ts +0 -47
  840. package/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.module.d.ts +0 -20
  841. package/lib/components/form-fields/dropdowns/input-dropdown/public-api.d.ts +0 -2
  842. package/lib/components/form-fields/dropdowns/multi-select-dropdown/index.d.ts +0 -1
  843. package/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.component.d.ts +0 -26
  844. package/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.module.d.ts +0 -21
  845. package/lib/components/form-fields/dropdowns/multi-select-dropdown/public-api.d.ts +0 -2
  846. package/lib/components/form-fields/input/index.d.ts +0 -1
  847. package/lib/components/form-fields/input/input.component.d.ts +0 -29
  848. package/lib/components/form-fields/input/input.module.d.ts +0 -17
  849. package/lib/components/form-fields/input/public-api.d.ts +0 -2
  850. package/lib/components/form-fields/search-fields/search-dropdown/index.d.ts +0 -1
  851. package/lib/components/form-fields/search-fields/search-dropdown/public-api.d.ts +0 -2
  852. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown-highlighter.pipe.d.ts +0 -13
  853. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.d.ts +0 -195
  854. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.types.d.ts +0 -10
  855. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.module.d.ts +0 -22
  856. package/lib/components/form-fields/search-fields/search-input/index.d.ts +0 -1
  857. package/lib/components/form-fields/search-fields/search-input/public-api.d.ts +0 -2
  858. package/lib/components/form-fields/search-fields/search-input/search-input.component.d.ts +0 -15
  859. package/lib/components/form-fields/search-fields/search-input/search-input.module.d.ts +0 -20
  860. package/lib/components/form-fields/selection-fields/checkbox/checkbox.component.d.ts +0 -17
  861. package/lib/components/form-fields/selection-fields/checkbox/checkbox.module.d.ts +0 -13
  862. package/lib/components/form-fields/selection-fields/checkbox/index.d.ts +0 -1
  863. package/lib/components/form-fields/selection-fields/checkbox/public-api.d.ts +0 -2
  864. package/lib/components/form-fields/selection-fields/radio-button/index.d.ts +0 -1
  865. package/lib/components/form-fields/selection-fields/radio-button/public-api.d.ts +0 -2
  866. package/lib/components/form-fields/selection-fields/radio-button/radio-button.component.d.ts +0 -28
  867. package/lib/components/form-fields/selection-fields/radio-button/radio-button.module.d.ts +0 -17
  868. package/lib/components/form-fields/selection-fields/slide-toggle/index.d.ts +0 -1
  869. package/lib/components/form-fields/selection-fields/slide-toggle/public-api.d.ts +0 -2
  870. package/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.component.d.ts +0 -19
  871. package/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.module.d.ts +0 -13
  872. package/lib/components/form-fields/selection-fields/slider/index.d.ts +0 -1
  873. package/lib/components/form-fields/selection-fields/slider/public-api.d.ts +0 -2
  874. package/lib/components/form-fields/selection-fields/slider/slider.component.d.ts +0 -20
  875. package/lib/components/form-fields/selection-fields/slider/slider.module.d.ts +0 -14
  876. package/lib/components/general/color-palette/colors.enums.d.ts +0 -37
  877. package/lib/components/header/container/header-container.component.d.ts +0 -9
  878. package/lib/components/header/container/header-container.module.d.ts +0 -7
  879. package/lib/components/header/container/index.d.ts +0 -1
  880. package/lib/components/header/container/public-api.d.ts +0 -2
  881. package/lib/components/header/header.component.d.ts +0 -5
  882. package/lib/components/header/header.module.d.ts +0 -7
  883. package/lib/components/header/index.d.ts +0 -1
  884. package/lib/components/header/org-display-text/index.d.ts +0 -1
  885. package/lib/components/header/org-display-text/org-display-text.component.d.ts +0 -13
  886. package/lib/components/header/org-display-text/org-display-text.module.d.ts +0 -8
  887. package/lib/components/header/org-display-text/public-api.d.ts +0 -2
  888. package/lib/components/header/public-api.d.ts +0 -2
  889. package/lib/components/icon-hover/icon-hover.component.d.ts +0 -23
  890. package/lib/components/icon-hover/icon-hover.module.d.ts +0 -7
  891. package/lib/components/icon-hover/index.d.ts +0 -1
  892. package/lib/components/icon-hover/public-api.d.ts +0 -2
  893. package/lib/components/logo/ascent-logo/ascent-logo.component.d.ts +0 -19
  894. package/lib/components/logo/ascent-logo/ascent-logo.module.d.ts +0 -8
  895. package/lib/components/logo/ascent-logo/index.d.ts +0 -1
  896. package/lib/components/logo/ascent-logo/public-api.d.ts +0 -2
  897. package/lib/components/logo/primary-logo/index.d.ts +0 -1
  898. package/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -21
  899. package/lib/components/logo/primary-logo/primary-logo.module.d.ts +0 -8
  900. package/lib/components/logo/primary-logo/public-api.d.ts +0 -2
  901. package/lib/components/main-menu/index.d.ts +0 -1
  902. package/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.d.ts +0 -11
  903. package/lib/components/main-menu/main-menu.component.d.ts +0 -42
  904. package/lib/components/main-menu/main-menu.module.d.ts +0 -15
  905. package/lib/components/main-menu/main-menu.types.d.ts +0 -8
  906. package/lib/components/main-menu/public-api.d.ts +0 -3
  907. package/lib/components/modal/index.d.ts +0 -1
  908. package/lib/components/modal/modal.component.d.ts +0 -27
  909. package/lib/components/modal/modal.module.d.ts +0 -12
  910. package/lib/components/modal/public-api.d.ts +0 -2
  911. package/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.d.ts +0 -30
  912. package/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.d.ts +0 -8
  913. package/lib/components/navigation/dashboard-edit-icon/index.d.ts +0 -1
  914. package/lib/components/navigation/dashboard-edit-icon/public-api.d.ts +0 -2
  915. package/lib/components/navigation/index.d.ts +0 -1
  916. package/lib/components/navigation/navigation-actions-container/index.d.ts +0 -1
  917. package/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.d.ts +0 -9
  918. package/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.d.ts +0 -8
  919. package/lib/components/navigation/navigation-actions-container/public-api.d.ts +0 -2
  920. package/lib/components/navigation/navigation-collapse-handle/index.d.ts +0 -1
  921. package/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.d.ts +0 -31
  922. package/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.d.ts +0 -8
  923. package/lib/components/navigation/navigation-collapse-handle/public-api.d.ts +0 -2
  924. package/lib/components/navigation/navigation-header/index.d.ts +0 -1
  925. package/lib/components/navigation/navigation-header/navigation-header.component.d.ts +0 -13
  926. package/lib/components/navigation/navigation-header/navigation-header.module.d.ts +0 -7
  927. package/lib/components/navigation/navigation-header/public-api.d.ts +0 -2
  928. package/lib/components/navigation/navigation-item/index.d.ts +0 -1
  929. package/lib/components/navigation/navigation-item/navigation-item.component.d.ts +0 -52
  930. package/lib/components/navigation/navigation-item/navigation-item.module.d.ts +0 -11
  931. package/lib/components/navigation/navigation-item/public-api.d.ts +0 -2
  932. package/lib/components/navigation/navigation-items-container/index.d.ts +0 -1
  933. package/lib/components/navigation/navigation-items-container/navigation-items-container.component.d.ts +0 -5
  934. package/lib/components/navigation/navigation-items-container/navigation-items-container.module.d.ts +0 -7
  935. package/lib/components/navigation/navigation-items-container/public-api.d.ts +0 -2
  936. package/lib/components/navigation/navigation.component.d.ts +0 -13
  937. package/lib/components/navigation/navigation.module.d.ts +0 -7
  938. package/lib/components/navigation/public-api.d.ts +0 -2
  939. package/lib/components/navigation/side-navigation/side-navigation-container/index.d.ts +0 -1
  940. package/lib/components/navigation/side-navigation/side-navigation-container/public-api.d.ts +0 -2
  941. package/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.d.ts +0 -5
  942. package/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.d.ts +0 -7
  943. package/lib/components/navigation/side-navigation/side-navigation-item/index.d.ts +0 -1
  944. package/lib/components/navigation/side-navigation/side-navigation-item/public-api.d.ts +0 -2
  945. package/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.d.ts +0 -45
  946. package/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.d.ts +0 -11
  947. package/lib/components/navigation/sub-navigation-item/index.d.ts +0 -1
  948. package/lib/components/navigation/sub-navigation-item/public-api.d.ts +0 -2
  949. package/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.d.ts +0 -28
  950. package/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.d.ts +0 -8
  951. package/lib/components/navigation/sub-navigation-items-container/index.d.ts +0 -1
  952. package/lib/components/navigation/sub-navigation-items-container/public-api.d.ts +0 -2
  953. package/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.d.ts +0 -5
  954. package/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.d.ts +0 -7
  955. package/lib/components/pagination/container/index.d.ts +0 -1
  956. package/lib/components/pagination/container/pagination-container.component.d.ts +0 -5
  957. package/lib/components/pagination/container/pagination-container.module.d.ts +0 -7
  958. package/lib/components/pagination/container/public-api.d.ts +0 -2
  959. package/lib/components/pagination/index.d.ts +0 -1
  960. package/lib/components/pagination/pagination.component.d.ts +0 -41
  961. package/lib/components/pagination/pagination.module.d.ts +0 -9
  962. package/lib/components/pagination/public-api.d.ts +0 -2
  963. package/lib/components/progress-indicators/progress-bar/index.d.ts +0 -1
  964. package/lib/components/progress-indicators/progress-bar/progress-bar.component.d.ts +0 -48
  965. package/lib/components/progress-indicators/progress-bar/progress-bar.module.d.ts +0 -9
  966. package/lib/components/progress-indicators/progress-bar/public-api.d.ts +0 -2
  967. package/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts +0 -1
  968. package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.d.ts +0 -33
  969. package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.d.ts +0 -9
  970. package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.d.ts +0 -6
  971. package/lib/components/progress-indicators/progress-indicator-spinner/public-api.d.ts +0 -2
  972. package/lib/components/progress-indicators/progress-spinner/index.d.ts +0 -1
  973. package/lib/components/progress-indicators/progress-spinner/progress-spinner.component.d.ts +0 -37
  974. package/lib/components/progress-indicators/progress-spinner/progress-spinner.module.d.ts +0 -11
  975. package/lib/components/progress-indicators/progress-spinner/public-api.d.ts +0 -2
  976. package/lib/components/progress-stepper/index.d.ts +0 -1
  977. package/lib/components/progress-stepper/progress-step.types.d.ts +0 -5
  978. package/lib/components/progress-stepper/progress-stepper.component.d.ts +0 -42
  979. package/lib/components/progress-stepper/progress-stepper.module.d.ts +0 -10
  980. package/lib/components/progress-stepper/public-api.d.ts +0 -3
  981. package/lib/components/rating/index.d.ts +0 -1
  982. package/lib/components/rating/public-api.d.ts +0 -2
  983. package/lib/components/rating/rating.component.d.ts +0 -22
  984. package/lib/components/rating/rating.module.d.ts +0 -9
  985. package/lib/components/shell-layout/index.d.ts +0 -1
  986. package/lib/components/shell-layout/public-api.d.ts +0 -2
  987. package/lib/components/shell-layout/shell-layout.component.d.ts +0 -13
  988. package/lib/components/shell-layout/shell-layout.module.d.ts +0 -8
  989. package/lib/components/snackbars/inline-snackbar/index.d.ts +0 -1
  990. package/lib/components/snackbars/inline-snackbar/inline-snackbar.component.d.ts +0 -31
  991. package/lib/components/snackbars/inline-snackbar/inline-snackbar.module.d.ts +0 -9
  992. package/lib/components/snackbars/inline-snackbar/public-api.d.ts +0 -2
  993. package/lib/components/snackbars/snackbar/index.d.ts +0 -1
  994. package/lib/components/snackbars/snackbar/public-api.d.ts +0 -2
  995. package/lib/components/snackbars/snackbar/snackbar.component.d.ts +0 -22
  996. package/lib/components/snackbars/snackbar/snackbar.module.d.ts +0 -11
  997. package/lib/components/splash-page/index.d.ts +0 -1
  998. package/lib/components/splash-page/public-api.d.ts +0 -2
  999. package/lib/components/splash-page/splash-page.component.d.ts +0 -14
  1000. package/lib/components/splash-page/splash-page.module.d.ts +0 -8
  1001. package/lib/components/stepper-condensed/condensed-helpers.d.ts +0 -24
  1002. package/lib/components/stepper-condensed/condensed-step.type.d.ts +0 -43
  1003. package/lib/components/stepper-condensed/index.d.ts +0 -1
  1004. package/lib/components/stepper-condensed/public-api.d.ts +0 -4
  1005. package/lib/components/stepper-condensed/stepper-condensed.component.d.ts +0 -61
  1006. package/lib/components/stepper-condensed/stepper-condensed.module.d.ts +0 -11
  1007. package/lib/components/submenu/submenu-container/index.d.ts +0 -1
  1008. package/lib/components/submenu/submenu-container/public-api.d.ts +0 -2
  1009. package/lib/components/submenu/submenu-container/submenu-container.component.d.ts +0 -9
  1010. package/lib/components/submenu/submenu-container/submenu-container.module.d.ts +0 -8
  1011. package/lib/components/submenu/submenu-heading/index.d.ts +0 -1
  1012. package/lib/components/submenu/submenu-heading/public-api.d.ts +0 -2
  1013. package/lib/components/submenu/submenu-heading/submenu-heading.component.d.ts +0 -9
  1014. package/lib/components/submenu/submenu-heading/submenu-heading.module.d.ts +0 -8
  1015. package/lib/components/submenu/submenu-item/index.d.ts +0 -1
  1016. package/lib/components/submenu/submenu-item/public-api.d.ts +0 -2
  1017. package/lib/components/submenu/submenu-item/submenu-item.component.d.ts +0 -16
  1018. package/lib/components/submenu/submenu-item/submenu-item.module.d.ts +0 -9
  1019. package/lib/components/submenu/submenu-secondary-item/index.d.ts +0 -1
  1020. package/lib/components/submenu/submenu-secondary-item/public-api.d.ts +0 -2
  1021. package/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.d.ts +0 -18
  1022. package/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.d.ts +0 -9
  1023. package/lib/components/table/index.d.ts +0 -1
  1024. package/lib/components/table/public-api.d.ts +0 -2
  1025. package/lib/components/table/table.component.d.ts +0 -35
  1026. package/lib/components/table/table.module.d.ts +0 -10
  1027. package/lib/components/tags/create-tag/create-tag.component.d.ts +0 -85
  1028. package/lib/components/tags/create-tag/create-tag.module.d.ts +0 -14
  1029. package/lib/components/tags/create-tag/index.d.ts +0 -1
  1030. package/lib/components/tags/create-tag/public-api.d.ts +0 -2
  1031. package/lib/components/tags/tag/index.d.ts +0 -1
  1032. package/lib/components/tags/tag/public-api.d.ts +0 -3
  1033. package/lib/components/tags/tag/tag.component.d.ts +0 -34
  1034. package/lib/components/tags/tag/tag.module.d.ts +0 -9
  1035. package/lib/components/tags/tag/tag.types.d.ts +0 -6
  1036. package/lib/components/tags/tag-container/index.d.ts +0 -1
  1037. package/lib/components/tags/tag-container/public-api.d.ts +0 -2
  1038. package/lib/components/tags/tag-container/tag-container.component.d.ts +0 -5
  1039. package/lib/components/tags/tag-container/tag-container.module.d.ts +0 -8
  1040. package/lib/components/timeline-stepper/index.d.ts +0 -1
  1041. package/lib/components/timeline-stepper/public-api.d.ts +0 -4
  1042. package/lib/components/timeline-stepper/timeline-helpers.d.ts +0 -24
  1043. package/lib/components/timeline-stepper/timeline-step.type.d.ts +0 -43
  1044. package/lib/components/timeline-stepper/timeline-stepper.component.d.ts +0 -61
  1045. package/lib/components/timeline-stepper/timeline-stepper.module.d.ts +0 -11
  1046. package/lib/components/vertical-stepper/index.d.ts +0 -1
  1047. package/lib/components/vertical-stepper/public-api.d.ts +0 -4
  1048. package/lib/components/vertical-stepper/vertical-helpers.d.ts +0 -24
  1049. package/lib/components/vertical-stepper/vertical-step.type.d.ts +0 -45
  1050. package/lib/components/vertical-stepper/vertical-stepper.component.d.ts +0 -58
  1051. package/lib/components/vertical-stepper/vertical-stepper.module.d.ts +0 -11
  1052. package/lib/components/widgets/widget-actions/index.d.ts +0 -1
  1053. package/lib/components/widgets/widget-actions/public-api.d.ts +0 -2
  1054. package/lib/components/widgets/widget-actions/widget-actions.component.d.ts +0 -5
  1055. package/lib/components/widgets/widget-actions/widget-actions.module.d.ts +0 -7
  1056. package/lib/components/widgets/widget-bar/index.d.ts +0 -1
  1057. package/lib/components/widgets/widget-bar/public-api.d.ts +0 -2
  1058. package/lib/components/widgets/widget-bar/widget-bar.component.d.ts +0 -9
  1059. package/lib/components/widgets/widget-bar/widget-bar.module.d.ts +0 -8
  1060. package/lib/components/widgets/widget-container/index.d.ts +0 -1
  1061. package/lib/components/widgets/widget-container/public-api.d.ts +0 -2
  1062. package/lib/components/widgets/widget-container/widget-container.component.d.ts +0 -5
  1063. package/lib/components/widgets/widget-container/widget-container.module.d.ts +0 -8
  1064. package/lib/components/widgets/widget-footer/index.d.ts +0 -1
  1065. package/lib/components/widgets/widget-footer/public-api.d.ts +0 -2
  1066. package/lib/components/widgets/widget-footer/widget-footer.component.d.ts +0 -5
  1067. package/lib/components/widgets/widget-footer/widget-footer.module.d.ts +0 -8
  1068. package/lib/components/widgets/widget-header/index.d.ts +0 -1
  1069. package/lib/components/widgets/widget-header/public-api.d.ts +0 -2
  1070. package/lib/components/widgets/widget-header/widget-header.component.d.ts +0 -5
  1071. package/lib/components/widgets/widget-header/widget-header.module.d.ts +0 -8
  1072. package/lib/components/widgets/widget-preview/index.d.ts +0 -1
  1073. package/lib/components/widgets/widget-preview/public-api.d.ts +0 -2
  1074. package/lib/components/widgets/widget-preview/widget-preview.component.d.ts +0 -28
  1075. package/lib/components/widgets/widget-preview/widget-preview.module.d.ts +0 -8
  1076. package/lib/components/widgets/widget-thumbnail/index.d.ts +0 -1
  1077. package/lib/components/widgets/widget-thumbnail/public-api.d.ts +0 -2
  1078. package/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.d.ts +0 -68
  1079. package/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.d.ts +0 -10
  1080. package/lib/components/widgets/widget-thumbnail-container/index.d.ts +0 -1
  1081. package/lib/components/widgets/widget-thumbnail-container/public-api.d.ts +0 -2
  1082. package/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.d.ts +0 -5
  1083. package/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.d.ts +0 -8
  1084. package/lib/components/widgets/widget-title/index.d.ts +0 -1
  1085. package/lib/components/widgets/widget-title/public-api.d.ts +0 -2
  1086. package/lib/components/widgets/widget-title/widget-title.component.d.ts +0 -13
  1087. package/lib/components/widgets/widget-title/widget-title.module.d.ts +0 -8
  1088. package/lib/components/wizard-stepper/index.d.ts +0 -1
  1089. package/lib/components/wizard-stepper/public-api.d.ts +0 -3
  1090. package/lib/components/wizard-stepper/wizard-stepper.component.d.ts +0 -12
  1091. package/lib/components/wizard-stepper/wizard-stepper.module.d.ts +0 -10
  1092. package/lib/components/wizard-stepper/wizard-stepper.types.d.ts +0 -4
  1093. package/lib/services/viewport/viewport.service.d.ts +0 -22
  1094. package/lib/services/viewport/viewport.service.interface.d.ts +0 -6
  1095. package/lib/services/window/window.service.d.ts +0 -12
  1096. package/lib/services/window/window.service.interface.d.ts +0 -7
  1097. package/src/assets/sass/ads-ui/overrides/_ag-grid.scss +0 -2
  1098. package/src/assets/sass/ads-ui/overrides/angular-material/_expansion-panel.scss +0 -19
  1099. package/src/assets/sass/ads-ui/overrides/angular-material/_modal.scss +0 -42
  1100. package/src/assets/sass/ads-ui/overrides/angular-material/_tabs.scss +0 -63
  1101. package/src/lib/components/avatar/avatar.component.d.ts +0 -30
  1102. package/src/lib/components/avatar/avatar.module.d.ts +0 -9
  1103. package/src/lib/components/avatar/avatar.types.d.ts +0 -1
  1104. package/src/lib/components/avatar/public-api.d.ts +0 -2
  1105. package/src/lib/components/buttons/button-container/button-container.component.d.ts +0 -9
  1106. package/src/lib/components/buttons/button-container/button-container.module.d.ts +0 -8
  1107. package/src/lib/components/buttons/button-container/public-api.d.ts +0 -2
  1108. package/src/lib/components/buttons/selection-button/index.d.ts +0 -5
  1109. package/src/lib/components/buttons/selection-button/public-api.d.ts +0 -2
  1110. package/src/lib/components/buttons/selection-button/selection-button.component.d.ts +0 -40
  1111. package/src/lib/components/buttons/selection-button/selection-button.module.d.ts +0 -10
  1112. package/src/lib/components/card/card.component.d.ts +0 -5
  1113. package/src/lib/components/card/card.module.d.ts +0 -8
  1114. package/src/lib/components/card/index.d.ts +0 -5
  1115. package/src/lib/components/card/public-api.d.ts +0 -2
  1116. package/src/lib/components/divider/divider.component.d.ts +0 -26
  1117. package/src/lib/components/divider/divider.module.d.ts +0 -8
  1118. package/src/lib/components/divider/index.d.ts +0 -5
  1119. package/src/lib/components/divider/public-api.d.ts +0 -2
  1120. package/src/lib/components/drag-and-drop-list/dom.element.d.ts +0 -17
  1121. package/src/lib/components/drag-and-drop-list/drag-and-drop-list.component.d.ts +0 -82
  1122. package/src/lib/components/drag-and-drop-list/drag-and-drop-list.enums.d.ts +0 -8
  1123. package/src/lib/components/drag-and-drop-list/drag-and-drop-list.module.d.ts +0 -8
  1124. package/src/lib/components/drag-and-drop-list/dragged.placeholder.d.ts +0 -14
  1125. package/src/lib/components/drag-and-drop-list/public-api.d.ts +0 -2
  1126. package/src/lib/components/error-page/error-page-code/error-page-code.component.d.ts +0 -5
  1127. package/src/lib/components/error-page/error-page-code/error-page-code.module.d.ts +0 -8
  1128. package/src/lib/components/error-page/error-page-code/public-api.d.ts +0 -2
  1129. package/src/lib/components/footer/container/footer-container.component.d.ts +0 -5
  1130. package/src/lib/components/footer/container/footer-container.module.d.ts +0 -7
  1131. package/src/lib/components/footer/container/public-api.d.ts +0 -2
  1132. package/src/lib/components/footer/footer.component.d.ts +0 -22
  1133. package/src/lib/components/footer/footer.component.types.d.ts +0 -12
  1134. package/src/lib/components/footer/footer.module.d.ts +0 -8
  1135. package/src/lib/components/footer/public-api.d.ts +0 -3
  1136. package/src/lib/components/header/container/header-container.component.d.ts +0 -9
  1137. package/src/lib/components/header/container/header-container.module.d.ts +0 -7
  1138. package/src/lib/components/header/container/public-api.d.ts +0 -2
  1139. package/src/lib/components/header/header.component.d.ts +0 -5
  1140. package/src/lib/components/header/header.module.d.ts +0 -7
  1141. package/src/lib/components/header/org-display-text/index.d.ts +0 -5
  1142. package/src/lib/components/header/org-display-text/org-display-text.component.d.ts +0 -13
  1143. package/src/lib/components/header/org-display-text/org-display-text.module.d.ts +0 -8
  1144. package/src/lib/components/header/org-display-text/public-api.d.ts +0 -2
  1145. package/src/lib/components/header/public-api.d.ts +0 -2
  1146. package/src/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -21
  1147. package/src/lib/components/logo/primary-logo/primary-logo.module.d.ts +0 -8
  1148. package/src/lib/components/logo/primary-logo/public-api.d.ts +0 -2
  1149. package/src/lib/components/main-menu/index.d.ts +0 -5
  1150. package/src/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.d.ts +0 -11
  1151. package/src/lib/components/main-menu/main-menu.component.d.ts +0 -42
  1152. package/src/lib/components/main-menu/main-menu.module.d.ts +0 -15
  1153. package/src/lib/components/main-menu/main-menu.types.d.ts +0 -8
  1154. package/src/lib/components/main-menu/public-api.d.ts +0 -3
  1155. package/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.d.ts +0 -30
  1156. package/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.d.ts +0 -8
  1157. package/src/lib/components/navigation/dashboard-edit-icon/index.d.ts +0 -5
  1158. package/src/lib/components/navigation/dashboard-edit-icon/public-api.d.ts +0 -2
  1159. package/src/lib/components/navigation/index.d.ts +0 -5
  1160. package/src/lib/components/navigation/navigation-actions-container/index.d.ts +0 -5
  1161. package/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.d.ts +0 -9
  1162. package/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.d.ts +0 -8
  1163. package/src/lib/components/navigation/navigation-actions-container/public-api.d.ts +0 -2
  1164. package/src/lib/components/navigation/navigation-collapse-handle/index.d.ts +0 -5
  1165. package/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.d.ts +0 -31
  1166. package/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.d.ts +0 -8
  1167. package/src/lib/components/navigation/navigation-collapse-handle/public-api.d.ts +0 -2
  1168. package/src/lib/components/navigation/navigation-header/index.d.ts +0 -5
  1169. package/src/lib/components/navigation/navigation-header/navigation-header.component.d.ts +0 -13
  1170. package/src/lib/components/navigation/navigation-header/navigation-header.module.d.ts +0 -7
  1171. package/src/lib/components/navigation/navigation-header/public-api.d.ts +0 -2
  1172. package/src/lib/components/navigation/navigation-item/index.d.ts +0 -5
  1173. package/src/lib/components/navigation/navigation-item/navigation-item.component.d.ts +0 -52
  1174. package/src/lib/components/navigation/navigation-item/navigation-item.module.d.ts +0 -11
  1175. package/src/lib/components/navigation/navigation-item/public-api.d.ts +0 -2
  1176. package/src/lib/components/navigation/navigation-items-container/index.d.ts +0 -5
  1177. package/src/lib/components/navigation/navigation-items-container/navigation-items-container.component.d.ts +0 -5
  1178. package/src/lib/components/navigation/navigation-items-container/navigation-items-container.module.d.ts +0 -7
  1179. package/src/lib/components/navigation/navigation-items-container/public-api.d.ts +0 -2
  1180. package/src/lib/components/navigation/navigation.component.d.ts +0 -13
  1181. package/src/lib/components/navigation/navigation.module.d.ts +0 -7
  1182. package/src/lib/components/navigation/public-api.d.ts +0 -2
  1183. package/src/lib/components/navigation/side-navigation/side-navigation-container/index.d.ts +0 -5
  1184. package/src/lib/components/navigation/side-navigation/side-navigation-container/public-api.d.ts +0 -2
  1185. package/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.d.ts +0 -5
  1186. package/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.d.ts +0 -7
  1187. package/src/lib/components/navigation/side-navigation/side-navigation-item/index.d.ts +0 -5
  1188. package/src/lib/components/navigation/side-navigation/side-navigation-item/public-api.d.ts +0 -2
  1189. package/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.d.ts +0 -45
  1190. package/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.d.ts +0 -11
  1191. package/src/lib/components/navigation/sub-navigation-item/index.d.ts +0 -5
  1192. package/src/lib/components/navigation/sub-navigation-item/public-api.d.ts +0 -2
  1193. package/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.d.ts +0 -28
  1194. package/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.d.ts +0 -8
  1195. package/src/lib/components/navigation/sub-navigation-items-container/index.d.ts +0 -5
  1196. package/src/lib/components/navigation/sub-navigation-items-container/public-api.d.ts +0 -2
  1197. package/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.d.ts +0 -5
  1198. package/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.d.ts +0 -7
  1199. package/src/lib/components/pagination/container/index.d.ts +0 -5
  1200. package/src/lib/components/pagination/container/pagination-container.component.d.ts +0 -5
  1201. package/src/lib/components/pagination/container/pagination-container.module.d.ts +0 -7
  1202. package/src/lib/components/pagination/container/public-api.d.ts +0 -2
  1203. package/src/lib/components/pagination/index.d.ts +0 -5
  1204. package/src/lib/components/pagination/pagination.component.d.ts +0 -41
  1205. package/src/lib/components/pagination/pagination.module.d.ts +0 -9
  1206. package/src/lib/components/pagination/public-api.d.ts +0 -2
  1207. package/src/lib/components/progress-indicators/progress-bar/progress-bar.component.d.ts +0 -48
  1208. package/src/lib/components/progress-indicators/progress-bar/progress-bar.module.d.ts +0 -9
  1209. package/src/lib/components/progress-indicators/progress-bar/public-api.d.ts +0 -2
  1210. package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.d.ts +0 -33
  1211. package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.d.ts +0 -9
  1212. package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.d.ts +0 -6
  1213. package/src/lib/components/progress-indicators/progress-indicator-spinner/public-api.d.ts +0 -2
  1214. package/src/lib/components/progress-indicators/progress-spinner/progress-spinner.component.d.ts +0 -37
  1215. package/src/lib/components/progress-indicators/progress-spinner/progress-spinner.module.d.ts +0 -11
  1216. package/src/lib/components/progress-indicators/progress-spinner/public-api.d.ts +0 -2
  1217. package/src/lib/components/progress-stepper/index.d.ts +0 -5
  1218. package/src/lib/components/progress-stepper/progress-step.types.d.ts +0 -5
  1219. package/src/lib/components/progress-stepper/progress-stepper.component.d.ts +0 -42
  1220. package/src/lib/components/progress-stepper/progress-stepper.module.d.ts +0 -10
  1221. package/src/lib/components/progress-stepper/public-api.d.ts +0 -3
  1222. package/src/lib/components/rating/index.d.ts +0 -5
  1223. package/src/lib/components/rating/public-api.d.ts +0 -2
  1224. package/src/lib/components/rating/rating.component.d.ts +0 -22
  1225. package/src/lib/components/rating/rating.module.d.ts +0 -9
  1226. package/src/lib/components/shell-layout/public-api.d.ts +0 -2
  1227. package/src/lib/components/shell-layout/shell-layout.component.d.ts +0 -13
  1228. package/src/lib/components/shell-layout/shell-layout.module.d.ts +0 -8
  1229. package/src/lib/components/splash-page/public-api.d.ts +0 -2
  1230. package/src/lib/components/splash-page/splash-page.component.d.ts +0 -14
  1231. package/src/lib/components/splash-page/splash-page.module.d.ts +0 -8
  1232. package/src/lib/components/submenu/submenu-container/index.d.ts +0 -5
  1233. package/src/lib/components/submenu/submenu-container/public-api.d.ts +0 -2
  1234. package/src/lib/components/submenu/submenu-container/submenu-container.component.d.ts +0 -9
  1235. package/src/lib/components/submenu/submenu-container/submenu-container.module.d.ts +0 -8
  1236. package/src/lib/components/submenu/submenu-heading/index.d.ts +0 -5
  1237. package/src/lib/components/submenu/submenu-heading/public-api.d.ts +0 -2
  1238. package/src/lib/components/submenu/submenu-heading/submenu-heading.component.d.ts +0 -9
  1239. package/src/lib/components/submenu/submenu-heading/submenu-heading.module.d.ts +0 -8
  1240. package/src/lib/components/submenu/submenu-item/index.d.ts +0 -5
  1241. package/src/lib/components/submenu/submenu-item/public-api.d.ts +0 -2
  1242. package/src/lib/components/submenu/submenu-item/submenu-item.component.d.ts +0 -16
  1243. package/src/lib/components/submenu/submenu-item/submenu-item.module.d.ts +0 -9
  1244. package/src/lib/components/submenu/submenu-secondary-item/index.d.ts +0 -5
  1245. package/src/lib/components/submenu/submenu-secondary-item/public-api.d.ts +0 -2
  1246. package/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.d.ts +0 -18
  1247. package/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.d.ts +0 -9
  1248. package/src/lib/components/tags/tag-container/public-api.d.ts +0 -2
  1249. package/src/lib/components/tags/tag-container/tag-container.component.d.ts +0 -5
  1250. package/src/lib/components/tags/tag-container/tag-container.module.d.ts +0 -8
  1251. package/src/lib/components/timeline-stepper/index.d.ts +0 -5
  1252. package/src/lib/components/timeline-stepper/public-api.d.ts +0 -4
  1253. package/src/lib/components/timeline-stepper/timeline-helpers.d.ts +0 -24
  1254. package/src/lib/components/timeline-stepper/timeline-step.type.d.ts +0 -43
  1255. package/src/lib/components/timeline-stepper/timeline-stepper.component.d.ts +0 -61
  1256. package/src/lib/components/timeline-stepper/timeline-stepper.module.d.ts +0 -11
  1257. package/src/lib/components/vertical-stepper/index.d.ts +0 -5
  1258. package/src/lib/components/vertical-stepper/public-api.d.ts +0 -4
  1259. package/src/lib/components/vertical-stepper/vertical-helpers.d.ts +0 -24
  1260. package/src/lib/components/vertical-stepper/vertical-step.type.d.ts +0 -45
  1261. package/src/lib/components/vertical-stepper/vertical-stepper.component.d.ts +0 -58
  1262. package/src/lib/components/vertical-stepper/vertical-stepper.module.d.ts +0 -11
  1263. package/src/lib/components/widgets/widget-actions/index.d.ts +0 -5
  1264. package/src/lib/components/widgets/widget-actions/public-api.d.ts +0 -2
  1265. package/src/lib/components/widgets/widget-actions/widget-actions.component.d.ts +0 -5
  1266. package/src/lib/components/widgets/widget-actions/widget-actions.module.d.ts +0 -7
  1267. package/src/lib/components/widgets/widget-bar/index.d.ts +0 -5
  1268. package/src/lib/components/widgets/widget-bar/public-api.d.ts +0 -2
  1269. package/src/lib/components/widgets/widget-bar/widget-bar.component.d.ts +0 -9
  1270. package/src/lib/components/widgets/widget-bar/widget-bar.module.d.ts +0 -8
  1271. package/src/lib/components/widgets/widget-container/index.d.ts +0 -5
  1272. package/src/lib/components/widgets/widget-container/public-api.d.ts +0 -2
  1273. package/src/lib/components/widgets/widget-container/widget-container.component.d.ts +0 -5
  1274. package/src/lib/components/widgets/widget-container/widget-container.module.d.ts +0 -8
  1275. package/src/lib/components/widgets/widget-footer/index.d.ts +0 -5
  1276. package/src/lib/components/widgets/widget-footer/public-api.d.ts +0 -2
  1277. package/src/lib/components/widgets/widget-footer/widget-footer.component.d.ts +0 -5
  1278. package/src/lib/components/widgets/widget-footer/widget-footer.module.d.ts +0 -8
  1279. package/src/lib/components/widgets/widget-header/index.d.ts +0 -5
  1280. package/src/lib/components/widgets/widget-header/public-api.d.ts +0 -2
  1281. package/src/lib/components/widgets/widget-header/widget-header.component.d.ts +0 -5
  1282. package/src/lib/components/widgets/widget-header/widget-header.module.d.ts +0 -8
  1283. package/src/lib/components/widgets/widget-preview/index.d.ts +0 -5
  1284. package/src/lib/components/widgets/widget-preview/public-api.d.ts +0 -2
  1285. package/src/lib/components/widgets/widget-preview/widget-preview.component.d.ts +0 -28
  1286. package/src/lib/components/widgets/widget-preview/widget-preview.module.d.ts +0 -8
  1287. package/src/lib/components/widgets/widget-thumbnail/index.d.ts +0 -5
  1288. package/src/lib/components/widgets/widget-thumbnail/public-api.d.ts +0 -2
  1289. package/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.d.ts +0 -68
  1290. package/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.d.ts +0 -10
  1291. package/src/lib/components/widgets/widget-thumbnail-container/index.d.ts +0 -5
  1292. package/src/lib/components/widgets/widget-thumbnail-container/public-api.d.ts +0 -2
  1293. package/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.d.ts +0 -5
  1294. package/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.d.ts +0 -8
  1295. package/src/lib/components/widgets/widget-title/index.d.ts +0 -5
  1296. package/src/lib/components/widgets/widget-title/public-api.d.ts +0 -2
  1297. package/src/lib/components/widgets/widget-title/widget-title.component.d.ts +0 -13
  1298. package/src/lib/components/widgets/widget-title/widget-title.module.d.ts +0 -8
  1299. package/src/lib/components/wizard-stepper/index.d.ts +0 -5
  1300. package/src/lib/components/wizard-stepper/public-api.d.ts +0 -3
  1301. package/src/lib/components/wizard-stepper/wizard-stepper.component.d.ts +0 -12
  1302. package/src/lib/components/wizard-stepper/wizard-stepper.module.d.ts +0 -10
  1303. package/src/lib/components/wizard-stepper/wizard-stepper.types.d.ts +0 -4
@@ -1 +1 @@
1
- {"version":3,"file":"ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs","sources":["../../../../libs/ads-ui/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.ts","../../../../libs/ads-ui/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.ts","../../../../libs/ads-ui/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.html","../../../../libs/ads-ui/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.ts","../../../../libs/ads-ui/src/lib/components/progress-indicators/progress-indicator-spinner/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.ts"],"sourcesContent":["export enum ProgressIndicatorSpinnerDefault {\n diameter = 52,\n padding = 11,\n fontSize = 20,\n max = 10,\n}\n","import { Component, EventEmitter, Input, OnChanges, Output, SimpleChange } from '@angular/core';\nimport { ProgressIndicatorSpinnerDefault } from './progress-indicator-spinner.types';\n\n@Component({\n selector: 'ads-progress-indicator-spinner',\n templateUrl: './progress-indicator-spinner.component.html',\n styleUrls: ['./progress-indicator-spinner.component.scss'],\n})\nexport class AdsProgressIndicatorSpinnerComponent implements OnChanges {\n /** Spinner diameter in pixels. Default is 52. Cannot be less than 20 */\n @Input() diameter: number = ProgressIndicatorSpinnerDefault.diameter;\n\n /** Max progress value. Default is 10. Cannot be less than 0 */\n @Input() max: number = ProgressIndicatorSpinnerDefault.max;\n\n /** Current progress value. Cannot be less than 0 or more than \"max\"*/\n @Input() value = 0;\n\n /** Event emitted percentage is updated after value changes */\n @Output() percentageUpdated = new EventEmitter<number>();\n\n /** @ignore */\n percentage = 0;\n\n /** @ignore */\n readonly defaults: typeof ProgressIndicatorSpinnerDefault = ProgressIndicatorSpinnerDefault;\n\n /** @ignore */\n ngOnChanges(changes: { value: SimpleChange; max: SimpleChange; diameter: SimpleChange }): void {\n if (changes.max) {\n this.calculateMax();\n }\n\n if (changes.value) {\n this.calculateValue();\n }\n\n if (changes.diameter) {\n this.calculateDiameter();\n }\n }\n\n /** @ignore */\n private calculateMax(): void {\n if (this.max < 1) {\n this.max = 1;\n }\n\n this.calculateValue();\n }\n\n /** @ignore */\n private calculateValue(): void {\n if (this.value < 0) {\n this.value = 0;\n }\n\n if (this.value > this.max) {\n this.value = this.max;\n }\n\n this.calculatePercentage();\n }\n\n /** @ignore */\n private calculatePercentage(): void {\n const newPercentage = Math.round((this.value * 100) / this.max);\n\n if (newPercentage != this.percentage) {\n this.percentage = newPercentage;\n this.percentageUpdated.emit(this.percentage);\n }\n }\n\n /** @ignore */\n private calculateDiameter(): void {\n if (this.diameter < 20) {\n this.diameter = 20;\n }\n }\n}\n","<!-- real padding will be calculated based on default padding and font size -->\n<div\n class=\"progress-indicator-wrapper\"\n [ngStyle]=\"{ padding: (diameter * defaults.padding) / defaults.diameter + 'px' }\"\n>\n <mat-spinner [mode]=\"'determinate'\" [diameter]=\"diameter\" [value]=\"percentage\"></mat-spinner>\n <!-- real font size is calculated based on default diameter and font size -->\n <div\n class=\"progress-value\"\n [ngStyle]=\"{\n fontSize: (diameter * defaults.fontSize) / defaults.diameter + 'px',\n width: diameter + 'px',\n height: diameter + 'px',\n }\"\n >\n <!-- hidden value is used to calculate visible value scale -->\n <span class=\"hidden-value\" #hiddenValue>{{ value }}</span>\n <!-- scale value only if it has more than 3 characters -->\n <!-- the text should not be wider than 70% of diameter -->\n <span\n class=\"visible-value\"\n [ngStyle]=\"{\n scale: hiddenValue.textContent!.length > 3 ? (this.diameter * 0.7) / hiddenValue.clientWidth : 1,\n }\"\n >{{ value }}</span\n >\n </div>\n</div>\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AdsProgressIndicatorSpinnerComponent } from './progress-indicator-spinner.component';\nimport { MatProgressSpinnerModule } from '@angular/material/progress-spinner';\n\n@NgModule({\n declarations: [AdsProgressIndicatorSpinnerComponent],\n imports: [CommonModule, MatProgressSpinnerModule],\n exports: [AdsProgressIndicatorSpinnerComponent],\n})\nexport class AdsProgressIndicatorSpinnerModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs","sources":["../tmp-esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.js","../tmp-esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.js","../tmp-esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.js","../tmp-esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.js"],"sourcesContent":["export var ProgressIndicatorSpinnerDefault;\n(function (ProgressIndicatorSpinnerDefault) {\n ProgressIndicatorSpinnerDefault[ProgressIndicatorSpinnerDefault[\"diameter\"] = 52] = \"diameter\";\n ProgressIndicatorSpinnerDefault[ProgressIndicatorSpinnerDefault[\"padding\"] = 11] = \"padding\";\n ProgressIndicatorSpinnerDefault[ProgressIndicatorSpinnerDefault[\"fontSize\"] = 20] = \"fontSize\";\n ProgressIndicatorSpinnerDefault[ProgressIndicatorSpinnerDefault[\"max\"] = 10] = \"max\";\n})(ProgressIndicatorSpinnerDefault || (ProgressIndicatorSpinnerDefault = {}));\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3MtaW5kaWNhdG9yLXNwaW5uZXIudHlwZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvcHJvZ3Jlc3MtaW5kaWNhdG9ycy9wcm9ncmVzcy1pbmRpY2F0b3Itc3Bpbm5lci9wcm9ncmVzcy1pbmRpY2F0b3Itc3Bpbm5lci50eXBlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQU4sSUFBWSwrQkFLWDtBQUxELFdBQVksK0JBQStCO0lBQ3pDLDhGQUFhLENBQUE7SUFDYiw0RkFBWSxDQUFBO0lBQ1osOEZBQWEsQ0FBQTtJQUNiLG9GQUFRLENBQUE7QUFDVixDQUFDLEVBTFcsK0JBQStCLEtBQS9CLCtCQUErQixRQUsxQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIFByb2dyZXNzSW5kaWNhdG9yU3Bpbm5lckRlZmF1bHQge1xyXG4gIGRpYW1ldGVyID0gNTIsXHJcbiAgcGFkZGluZyA9IDExLFxyXG4gIGZvbnRTaXplID0gMjAsXHJcbiAgbWF4ID0gMTAsXHJcbn1cclxuIl19","import { Component, EventEmitter, Input, Output } from '@angular/core';\nimport { ProgressIndicatorSpinnerDefault } from './progress-indicator-spinner.types';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/common\";\nimport * as i2 from \"@angular/material/progress-spinner\";\nexport class AdsProgressIndicatorSpinnerComponent {\n constructor() {\n /** Spinner diameter in pixels. Default is 52. Cannot be less than 20 */\n this.diameter = ProgressIndicatorSpinnerDefault.diameter;\n /** Max progress value. Default is 10. Cannot be less than 0 */\n this.max = ProgressIndicatorSpinnerDefault.max;\n /** Current progress value. Cannot be less than 0 or more than \"max\"*/\n this.value = 0;\n /** Event emitted percentage is updated after value changes */\n this.percentageUpdated = new EventEmitter();\n /** @ignore */\n this.percentage = 0;\n /** @ignore */\n this.defaults = ProgressIndicatorSpinnerDefault;\n }\n /** @ignore */\n ngOnChanges(changes) {\n if (changes.max) {\n this.calculateMax();\n }\n if (changes.value) {\n this.calculateValue();\n }\n if (changes.diameter) {\n this.calculateDiameter();\n }\n }\n /** @ignore */\n calculateMax() {\n if (this.max < 1) {\n this.max = 1;\n }\n this.calculateValue();\n }\n /** @ignore */\n calculateValue() {\n if (this.value < 0) {\n this.value = 0;\n }\n if (this.value > this.max) {\n this.value = this.max;\n }\n this.calculatePercentage();\n }\n /** @ignore */\n calculatePercentage() {\n const newPercentage = Math.round((this.value * 100) / this.max);\n if (newPercentage != this.percentage) {\n this.percentage = newPercentage;\n this.percentageUpdated.emit(this.percentage);\n }\n }\n /** @ignore */\n calculateDiameter() {\n if (this.diameter < 20) {\n this.diameter = 20;\n }\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsProgressIndicatorSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"20.0.3\", type: AdsProgressIndicatorSpinnerComponent, isStandalone: false, selector: \"ads-progress-indicator-spinner\", inputs: { diameter: \"diameter\", max: \"max\", value: \"value\" }, outputs: { percentageUpdated: \"percentageUpdated\" }, usesOnChanges: true, ngImport: i0, template: \"<!-- real padding will be calculated based on default padding and font size -->\\r\\n<div\\r\\n class=\\\"progress-indicator-wrapper\\\"\\r\\n [ngStyle]=\\\"{ padding: (diameter * defaults.padding) / defaults.diameter + 'px' }\\\"\\r\\n>\\r\\n <mat-spinner [mode]=\\\"'determinate'\\\" [diameter]=\\\"diameter\\\" [value]=\\\"percentage\\\"></mat-spinner>\\r\\n <!-- real font size is calculated based on default diameter and font size -->\\r\\n <div\\r\\n class=\\\"progress-value\\\"\\r\\n [ngStyle]=\\\"{\\r\\n fontSize: (diameter * defaults.fontSize) / defaults.diameter + 'px',\\r\\n width: diameter + 'px',\\r\\n height: diameter + 'px',\\r\\n }\\\"\\r\\n >\\r\\n <!-- hidden value is used to calculate visible value scale -->\\r\\n <span class=\\\"hidden-value\\\" #hiddenValue>{{ value }}</span>\\r\\n <!-- scale value only if it has more than 3 characters -->\\r\\n <!-- the text should not be wider than 70% of diameter -->\\r\\n <span\\r\\n class=\\\"visible-value\\\"\\r\\n [ngStyle]=\\\"{\\r\\n scale: hiddenValue.textContent!.length > 3 ? (this.diameter * 0.7) / hiddenValue.clientWidth : 1,\\r\\n }\\\"\\r\\n >{{ value }}</span\\r\\n >\\r\\n </div>\\r\\n</div>\\r\\n\", styles: [\".progress-indicator-wrapper{display:inline-block;position:relative;background-color:var(--color-white);padding:10px;border-radius:100%}mat-spinner{background-color:var(--color-white);border-radius:100%;box-shadow:0 10.5367px 117.659px #2c1cc938,0 3.84606px 42.9476px #2c1cc927,0 1.86719px 20.8503px #2c1cc91f,0 .915331px 10.2212px #2c1cc919,0 .361923px 4.04148px #2c1cc911}mat-spinner ::ng-deep circle{stroke:#5857b3}.progress-value{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-weight:700;font-size:20px;color:#5857b3}.visible-value{position:absolute;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.hidden-value{visibility:hidden;position:absolute;pointer-events:none;height:100%}\\n\"], dependencies: [{ kind: \"directive\", type: i1.NgStyle, selector: \"[ngStyle]\", inputs: [\"ngStyle\"] }, { kind: \"component\", type: i2.MatProgressSpinner, selector: \"mat-progress-spinner, mat-spinner\", inputs: [\"color\", \"mode\", \"value\", \"diameter\", \"strokeWidth\"], exportAs: [\"matProgressSpinner\"] }] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsProgressIndicatorSpinnerComponent, decorators: [{\n type: Component,\n args: [{ selector: 'ads-progress-indicator-spinner', standalone: false, template: \"<!-- real padding will be calculated based on default padding and font size -->\\r\\n<div\\r\\n class=\\\"progress-indicator-wrapper\\\"\\r\\n [ngStyle]=\\\"{ padding: (diameter * defaults.padding) / defaults.diameter + 'px' }\\\"\\r\\n>\\r\\n <mat-spinner [mode]=\\\"'determinate'\\\" [diameter]=\\\"diameter\\\" [value]=\\\"percentage\\\"></mat-spinner>\\r\\n <!-- real font size is calculated based on default diameter and font size -->\\r\\n <div\\r\\n class=\\\"progress-value\\\"\\r\\n [ngStyle]=\\\"{\\r\\n fontSize: (diameter * defaults.fontSize) / defaults.diameter + 'px',\\r\\n width: diameter + 'px',\\r\\n height: diameter + 'px',\\r\\n }\\\"\\r\\n >\\r\\n <!-- hidden value is used to calculate visible value scale -->\\r\\n <span class=\\\"hidden-value\\\" #hiddenValue>{{ value }}</span>\\r\\n <!-- scale value only if it has more than 3 characters -->\\r\\n <!-- the text should not be wider than 70% of diameter -->\\r\\n <span\\r\\n class=\\\"visible-value\\\"\\r\\n [ngStyle]=\\\"{\\r\\n scale: hiddenValue.textContent!.length > 3 ? (this.diameter * 0.7) / hiddenValue.clientWidth : 1,\\r\\n }\\\"\\r\\n >{{ value }}</span\\r\\n >\\r\\n </div>\\r\\n</div>\\r\\n\", styles: [\".progress-indicator-wrapper{display:inline-block;position:relative;background-color:var(--color-white);padding:10px;border-radius:100%}mat-spinner{background-color:var(--color-white);border-radius:100%;box-shadow:0 10.5367px 117.659px #2c1cc938,0 3.84606px 42.9476px #2c1cc927,0 1.86719px 20.8503px #2c1cc91f,0 .915331px 10.2212px #2c1cc919,0 .361923px 4.04148px #2c1cc911}mat-spinner ::ng-deep circle{stroke:#5857b3}.progress-value{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-weight:700;font-size:20px;color:#5857b3}.visible-value{position:absolute;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.hidden-value{visibility:hidden;position:absolute;pointer-events:none;height:100%}\\n\"] }]\n }], propDecorators: { diameter: [{\n type: Input\n }], max: [{\n type: Input\n }], value: [{\n type: Input\n }], percentageUpdated: [{\n type: Output\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3MtaW5kaWNhdG9yLXNwaW5uZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL3Byb2dyZXNzLWluZGljYXRvcnMvcHJvZ3Jlc3MtaW5kaWNhdG9yLXNwaW5uZXIvcHJvZ3Jlc3MtaW5kaWNhdG9yLXNwaW5uZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL3Byb2dyZXNzLWluZGljYXRvcnMvcHJvZ3Jlc3MtaW5kaWNhdG9yLXNwaW5uZXIvcHJvZ3Jlc3MtaW5kaWNhdG9yLXNwaW5uZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFhLE1BQU0sRUFBZ0IsTUFBTSxlQUFlLENBQUM7QUFDaEcsT0FBTyxFQUFFLCtCQUErQixFQUFFLE1BQU0sb0NBQW9DLENBQUM7Ozs7QUFRckYsTUFBTSxPQUFPLG9DQUFvQztJQU5qRDtRQU9FLHdFQUF3RTtRQUMvRCxhQUFRLEdBQVcsK0JBQStCLENBQUMsUUFBUSxDQUFDO1FBRXJFLCtEQUErRDtRQUN0RCxRQUFHLEdBQVcsK0JBQStCLENBQUMsR0FBRyxDQUFDO1FBRTNELHNFQUFzRTtRQUM3RCxVQUFLLEdBQUcsQ0FBQyxDQUFDO1FBRW5CLDhEQUE4RDtRQUNwRCxzQkFBaUIsR0FBRyxJQUFJLFlBQVksRUFBVSxDQUFDO1FBRXpELGNBQWM7UUFDZCxlQUFVLEdBQUcsQ0FBQyxDQUFDO1FBRWYsY0FBYztRQUNMLGFBQVEsR0FBMkMsK0JBQStCLENBQUM7S0F1RDdGO0lBckRDLGNBQWM7SUFDZCxXQUFXLENBQUMsT0FBMkU7UUFDckYsSUFBSSxPQUFPLENBQUMsR0FBRyxFQUFFLENBQUM7WUFDaEIsSUFBSSxDQUFDLFlBQVksRUFBRSxDQUFDO1FBQ3RCLENBQUM7UUFFRCxJQUFJLE9BQU8sQ0FBQyxLQUFLLEVBQUUsQ0FBQztZQUNsQixJQUFJLENBQUMsY0FBYyxFQUFFLENBQUM7UUFDeEIsQ0FBQztRQUVELElBQUksT0FBTyxDQUFDLFFBQVEsRUFBRSxDQUFDO1lBQ3JCLElBQUksQ0FBQyxpQkFBaUIsRUFBRSxDQUFDO1FBQzNCLENBQUM7SUFDSCxDQUFDO0lBRUQsY0FBYztJQUNOLFlBQVk7UUFDbEIsSUFBSSxJQUFJLENBQUMsR0FBRyxHQUFHLENBQUMsRUFBRSxDQUFDO1lBQ2pCLElBQUksQ0FBQyxHQUFHLEdBQUcsQ0FBQyxDQUFDO1FBQ2YsQ0FBQztRQUVELElBQUksQ0FBQyxjQUFjLEVBQUUsQ0FBQztJQUN4QixDQUFDO0lBRUQsY0FBYztJQUNOLGNBQWM7UUFDcEIsSUFBSSxJQUFJLENBQUMsS0FBSyxHQUFHLENBQUMsRUFBRSxDQUFDO1lBQ25CLElBQUksQ0FBQyxLQUFLLEdBQUcsQ0FBQyxDQUFDO1FBQ2pCLENBQUM7UUFFRCxJQUFJLElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDLEdBQUcsRUFBRSxDQUFDO1lBQzFCLElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDLEdBQUcsQ0FBQztRQUN4QixDQUFDO1FBRUQsSUFBSSxDQUFDLG1CQUFtQixFQUFFLENBQUM7SUFDN0IsQ0FBQztJQUVELGNBQWM7SUFDTixtQkFBbUI7UUFDekIsTUFBTSxhQUFhLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLElBQUksQ0FBQyxLQUFLLEdBQUcsR0FBRyxDQUFDLEdBQUcsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO1FBRWhFLElBQUksYUFBYSxJQUFJLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQztZQUNyQyxJQUFJLENBQUMsVUFBVSxHQUFHLGFBQWEsQ0FBQztZQUNoQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQztRQUMvQyxDQUFDO0lBQ0gsQ0FBQztJQUVELGNBQWM7SUFDTixpQkFBaUI7UUFDdkIsSUFBSSxJQUFJLENBQUMsUUFBUSxHQUFHLEVBQUUsRUFBRSxDQUFDO1lBQ3ZCLElBQUksQ0FBQyxRQUFRLEdBQUcsRUFBRSxDQUFDO1FBQ3JCLENBQUM7SUFDSCxDQUFDOzhHQXZFVSxvQ0FBb0M7a0dBQXBDLG9DQUFvQyxtT0NUakQsNm9DQTRCQTs7MkZEbkJhLG9DQUFvQztrQkFOaEQsU0FBUzsrQkFDRSxnQ0FBZ0MsY0FHOUIsS0FBSzs4QkFJUixRQUFRO3NCQUFoQixLQUFLO2dCQUdHLEdBQUc7c0JBQVgsS0FBSztnQkFHRyxLQUFLO3NCQUFiLEtBQUs7Z0JBR0ksaUJBQWlCO3NCQUExQixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkNoYW5nZXMsIE91dHB1dCwgU2ltcGxlQ2hhbmdlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFByb2dyZXNzSW5kaWNhdG9yU3Bpbm5lckRlZmF1bHQgfSBmcm9tICcuL3Byb2dyZXNzLWluZGljYXRvci1zcGlubmVyLnR5cGVzJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYWRzLXByb2dyZXNzLWluZGljYXRvci1zcGlubmVyJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vcHJvZ3Jlc3MtaW5kaWNhdG9yLXNwaW5uZXIuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL3Byb2dyZXNzLWluZGljYXRvci1zcGlubmVyLmNvbXBvbmVudC5zY3NzJ10sXHJcbiAgc3RhbmRhbG9uZTogZmFsc2UsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBBZHNQcm9ncmVzc0luZGljYXRvclNwaW5uZXJDb21wb25lbnQgaW1wbGVtZW50cyBPbkNoYW5nZXMge1xyXG4gIC8qKiBTcGlubmVyIGRpYW1ldGVyIGluIHBpeGVscy4gRGVmYXVsdCBpcyA1Mi4gQ2Fubm90IGJlIGxlc3MgdGhhbiAyMCAqL1xyXG4gIEBJbnB1dCgpIGRpYW1ldGVyOiBudW1iZXIgPSBQcm9ncmVzc0luZGljYXRvclNwaW5uZXJEZWZhdWx0LmRpYW1ldGVyO1xyXG5cclxuICAvKiogTWF4IHByb2dyZXNzIHZhbHVlLiBEZWZhdWx0IGlzIDEwLiBDYW5ub3QgYmUgbGVzcyB0aGFuIDAgKi9cclxuICBASW5wdXQoKSBtYXg6IG51bWJlciA9IFByb2dyZXNzSW5kaWNhdG9yU3Bpbm5lckRlZmF1bHQubWF4O1xyXG5cclxuICAvKiogQ3VycmVudCBwcm9ncmVzcyB2YWx1ZS4gQ2Fubm90IGJlIGxlc3MgdGhhbiAwIG9yIG1vcmUgdGhhbiBcIm1heFwiKi9cclxuICBASW5wdXQoKSB2YWx1ZSA9IDA7XHJcblxyXG4gIC8qKiBFdmVudCBlbWl0dGVkIHBlcmNlbnRhZ2UgaXMgdXBkYXRlZCBhZnRlciB2YWx1ZSBjaGFuZ2VzICovXHJcbiAgQE91dHB1dCgpIHBlcmNlbnRhZ2VVcGRhdGVkID0gbmV3IEV2ZW50RW1pdHRlcjxudW1iZXI+KCk7XHJcblxyXG4gIC8qKiBAaWdub3JlICovXHJcbiAgcGVyY2VudGFnZSA9IDA7XHJcblxyXG4gIC8qKiBAaWdub3JlICovXHJcbiAgcmVhZG9ubHkgZGVmYXVsdHM6IHR5cGVvZiBQcm9ncmVzc0luZGljYXRvclNwaW5uZXJEZWZhdWx0ID0gUHJvZ3Jlc3NJbmRpY2F0b3JTcGlubmVyRGVmYXVsdDtcclxuXHJcbiAgLyoqIEBpZ25vcmUgKi9cclxuICBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiB7IHZhbHVlOiBTaW1wbGVDaGFuZ2U7IG1heDogU2ltcGxlQ2hhbmdlOyBkaWFtZXRlcjogU2ltcGxlQ2hhbmdlIH0pOiB2b2lkIHtcclxuICAgIGlmIChjaGFuZ2VzLm1heCkge1xyXG4gICAgICB0aGlzLmNhbGN1bGF0ZU1heCgpO1xyXG4gICAgfVxyXG5cclxuICAgIGlmIChjaGFuZ2VzLnZhbHVlKSB7XHJcbiAgICAgIHRoaXMuY2FsY3VsYXRlVmFsdWUoKTtcclxuICAgIH1cclxuXHJcbiAgICBpZiAoY2hhbmdlcy5kaWFtZXRlcikge1xyXG4gICAgICB0aGlzLmNhbGN1bGF0ZURpYW1ldGVyKCk7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICAvKiogQGlnbm9yZSAqL1xyXG4gIHByaXZhdGUgY2FsY3VsYXRlTWF4KCk6IHZvaWQge1xyXG4gICAgaWYgKHRoaXMubWF4IDwgMSkge1xyXG4gICAgICB0aGlzLm1heCA9IDE7XHJcbiAgICB9XHJcblxyXG4gICAgdGhpcy5jYWxjdWxhdGVWYWx1ZSgpO1xyXG4gIH1cclxuXHJcbiAgLyoqIEBpZ25vcmUgKi9cclxuICBwcml2YXRlIGNhbGN1bGF0ZVZhbHVlKCk6IHZvaWQge1xyXG4gICAgaWYgKHRoaXMudmFsdWUgPCAwKSB7XHJcbiAgICAgIHRoaXMudmFsdWUgPSAwO1xyXG4gICAgfVxyXG5cclxuICAgIGlmICh0aGlzLnZhbHVlID4gdGhpcy5tYXgpIHtcclxuICAgICAgdGhpcy52YWx1ZSA9IHRoaXMubWF4O1xyXG4gICAgfVxyXG5cclxuICAgIHRoaXMuY2FsY3VsYXRlUGVyY2VudGFnZSgpO1xyXG4gIH1cclxuXHJcbiAgLyoqIEBpZ25vcmUgKi9cclxuICBwcml2YXRlIGNhbGN1bGF0ZVBlcmNlbnRhZ2UoKTogdm9pZCB7XHJcbiAgICBjb25zdCBuZXdQZXJjZW50YWdlID0gTWF0aC5yb3VuZCgodGhpcy52YWx1ZSAqIDEwMCkgLyB0aGlzLm1heCk7XHJcblxyXG4gICAgaWYgKG5ld1BlcmNlbnRhZ2UgIT0gdGhpcy5wZXJjZW50YWdlKSB7XHJcbiAgICAgIHRoaXMucGVyY2VudGFnZSA9IG5ld1BlcmNlbnRhZ2U7XHJcbiAgICAgIHRoaXMucGVyY2VudGFnZVVwZGF0ZWQuZW1pdCh0aGlzLnBlcmNlbnRhZ2UpO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgLyoqIEBpZ25vcmUgKi9cclxuICBwcml2YXRlIGNhbGN1bGF0ZURpYW1ldGVyKCk6IHZvaWQge1xyXG4gICAgaWYgKHRoaXMuZGlhbWV0ZXIgPCAyMCkge1xyXG4gICAgICB0aGlzLmRpYW1ldGVyID0gMjA7XHJcbiAgICB9XHJcbiAgfVxyXG59XHJcbiIsIjwhLS0gcmVhbCBwYWRkaW5nIHdpbGwgYmUgY2FsY3VsYXRlZCBiYXNlZCBvbiBkZWZhdWx0IHBhZGRpbmcgYW5kIGZvbnQgc2l6ZSAtLT5cclxuPGRpdlxyXG4gIGNsYXNzPVwicHJvZ3Jlc3MtaW5kaWNhdG9yLXdyYXBwZXJcIlxyXG4gIFtuZ1N0eWxlXT1cInsgcGFkZGluZzogKGRpYW1ldGVyICogZGVmYXVsdHMucGFkZGluZykgLyBkZWZhdWx0cy5kaWFtZXRlciArICdweCcgfVwiXHJcbj5cclxuICA8bWF0LXNwaW5uZXIgW21vZGVdPVwiJ2RldGVybWluYXRlJ1wiIFtkaWFtZXRlcl09XCJkaWFtZXRlclwiIFt2YWx1ZV09XCJwZXJjZW50YWdlXCI+PC9tYXQtc3Bpbm5lcj5cclxuICA8IS0tIHJlYWwgZm9udCBzaXplIGlzIGNhbGN1bGF0ZWQgYmFzZWQgb24gZGVmYXVsdCBkaWFtZXRlciBhbmQgZm9udCBzaXplIC0tPlxyXG4gIDxkaXZcclxuICAgIGNsYXNzPVwicHJvZ3Jlc3MtdmFsdWVcIlxyXG4gICAgW25nU3R5bGVdPVwie1xyXG4gICAgICBmb250U2l6ZTogKGRpYW1ldGVyICogZGVmYXVsdHMuZm9udFNpemUpIC8gZGVmYXVsdHMuZGlhbWV0ZXIgKyAncHgnLFxyXG4gICAgICB3aWR0aDogZGlhbWV0ZXIgKyAncHgnLFxyXG4gICAgICBoZWlnaHQ6IGRpYW1ldGVyICsgJ3B4JyxcclxuICAgIH1cIlxyXG4gID5cclxuICAgIDwhLS0gaGlkZGVuIHZhbHVlIGlzIHVzZWQgdG8gY2FsY3VsYXRlIHZpc2libGUgdmFsdWUgc2NhbGUgLS0+XHJcbiAgICA8c3BhbiBjbGFzcz1cImhpZGRlbi12YWx1ZVwiICNoaWRkZW5WYWx1ZT57eyB2YWx1ZSB9fTwvc3Bhbj5cclxuICAgIDwhLS0gc2NhbGUgdmFsdWUgb25seSBpZiBpdCBoYXMgbW9yZSB0aGFuIDMgY2hhcmFjdGVycyAgLS0+XHJcbiAgICA8IS0tIHRoZSB0ZXh0IHNob3VsZCBub3QgYmUgd2lkZXIgdGhhbiA3MCUgb2YgZGlhbWV0ZXIgIC0tPlxyXG4gICAgPHNwYW5cclxuICAgICAgY2xhc3M9XCJ2aXNpYmxlLXZhbHVlXCJcclxuICAgICAgW25nU3R5bGVdPVwie1xyXG4gICAgICAgIHNjYWxlOiBoaWRkZW5WYWx1ZS50ZXh0Q29udGVudCEubGVuZ3RoID4gMyA/ICh0aGlzLmRpYW1ldGVyICogMC43KSAvIGhpZGRlblZhbHVlLmNsaWVudFdpZHRoIDogMSxcclxuICAgICAgfVwiXHJcbiAgICAgID57eyB2YWx1ZSB9fTwvc3BhblxyXG4gICAgPlxyXG4gIDwvZGl2PlxyXG48L2Rpdj5cclxuIl19","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AdsProgressIndicatorSpinnerComponent } from './progress-indicator-spinner.component';\nimport { MatProgressSpinnerModule } from '@angular/material/progress-spinner';\nimport * as i0 from \"@angular/core\";\nexport class AdsProgressIndicatorSpinnerModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsProgressIndicatorSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsProgressIndicatorSpinnerModule, declarations: [AdsProgressIndicatorSpinnerComponent], imports: [CommonModule, MatProgressSpinnerModule], exports: [AdsProgressIndicatorSpinnerComponent] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsProgressIndicatorSpinnerModule, imports: [CommonModule, MatProgressSpinnerModule] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsProgressIndicatorSpinnerModule, decorators: [{\n type: NgModule,\n args: [{\n declarations: [AdsProgressIndicatorSpinnerComponent],\n imports: [CommonModule, MatProgressSpinnerModule],\n exports: [AdsProgressIndicatorSpinnerComponent],\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3MtaW5kaWNhdG9yLXNwaW5uZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL3Byb2dyZXNzLWluZGljYXRvcnMvcHJvZ3Jlc3MtaW5kaWNhdG9yLXNwaW5uZXIvcHJvZ3Jlc3MtaW5kaWNhdG9yLXNwaW5uZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxvQ0FBb0MsRUFBRSxNQUFNLHdDQUF3QyxDQUFDO0FBQzlGLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLG9DQUFvQyxDQUFDOztBQU85RSxNQUFNLE9BQU8saUNBQWlDOzhHQUFqQyxpQ0FBaUM7K0dBQWpDLGlDQUFpQyxpQkFKN0Isb0NBQW9DLGFBQ3pDLFlBQVksRUFBRSx3QkFBd0IsYUFDdEMsb0NBQW9DOytHQUVuQyxpQ0FBaUMsWUFIbEMsWUFBWSxFQUFFLHdCQUF3Qjs7MkZBR3JDLGlDQUFpQztrQkFMN0MsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxvQ0FBb0MsQ0FBQztvQkFDcEQsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLHdCQUF3QixDQUFDO29CQUNqRCxPQUFPLEVBQUUsQ0FBQyxvQ0FBb0MsQ0FBQztpQkFDaEQiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBBZHNQcm9ncmVzc0luZGljYXRvclNwaW5uZXJDb21wb25lbnQgfSBmcm9tICcuL3Byb2dyZXNzLWluZGljYXRvci1zcGlubmVyLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IE1hdFByb2dyZXNzU3Bpbm5lck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL3Byb2dyZXNzLXNwaW5uZXInO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBkZWNsYXJhdGlvbnM6IFtBZHNQcm9ncmVzc0luZGljYXRvclNwaW5uZXJDb21wb25lbnRdLFxyXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIE1hdFByb2dyZXNzU3Bpbm5lck1vZHVsZV0sXHJcbiAgZXhwb3J0czogW0Fkc1Byb2dyZXNzSW5kaWNhdG9yU3Bpbm5lckNvbXBvbmVudF0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBBZHNQcm9ncmVzc0luZGljYXRvclNwaW5uZXJNb2R1bGUge31cclxuIl19","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './public-api';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNjZW50Z2wtYWRzLXVpLXNyYy1saWItY29tcG9uZW50cy1wcm9ncmVzcy1pbmRpY2F0b3JzLXByb2dyZXNzLWluZGljYXRvci1zcGlubmVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL3Byb2dyZXNzLWluZGljYXRvcnMvcHJvZ3Jlc3MtaW5kaWNhdG9yLXNwaW5uZXIvYXNjZW50Z2wtYWRzLXVpLXNyYy1saWItY29tcG9uZW50cy1wcm9ncmVzcy1pbmRpY2F0b3JzLXByb2dyZXNzLWluZGljYXRvci1zcGlubmVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0="],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, Input, HostListener, NgModule } from '@angular/core';
2
+ import { HostListener, Input, Component, NgModule } from '@angular/core';
3
3
  import { DomHelper, AdsGestureModule } from '@ascentgl/ads-utils';
4
4
  import * as i1 from '@angular/common';
5
5
  import { CommonModule } from '@angular/common';
@@ -78,12 +78,12 @@ class AdsProgressSpinnerComponent {
78
78
  */
79
79
  this.cdr.detectChanges();
80
80
  }
81
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressSpinnerComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
82
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.1", type: AdsProgressSpinnerComponent, selector: "ads-progress-spinner", inputs: { zIndex: "zIndex", scrollContainer: "scrollContainer", size: "size", diameter: "diameter" }, host: { listeners: { "window:resize": "resize()" } }, ngImport: i0, template: "@if (isSticky) {\n <div class=\"spinner-container\">\n <div class=\"spinner-overlay\" [ngStyle]=\"getOverlayStyles()\">\n <mat-spinner [diameter]=\"computedDiameter\" aria-label=\"progress spinner\"></mat-spinner>\n </div>\n </div>\n} @else {\n <div class=\"spinner-overlay window\" [ngStyle]=\"{ zIndex }\">\n <mat-spinner [diameter]=\"computedDiameter\" aria-label=\"progress spinner\"></mat-spinner>\n </div>\n}\n", styles: [".spinner-container{position:sticky;display:block;z-index:1;top:0;left:0}.spinner-container .spinner-overlay{position:absolute}.spinner-overlay{width:100%;height:100%;position:fixed;z-index:1;inset:0 auto auto 0;display:flex;align-items:center;justify-content:center;background:#02014766}.spinner-overlay ::ng-deep mat-spinner circle{stroke:var(--color-white)!important}\n"], dependencies: [{ kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i2.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "mode", "value", "diameter", "strokeWidth"], exportAs: ["matProgressSpinner"] }] }); }
81
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsProgressSpinnerComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
82
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.3", type: AdsProgressSpinnerComponent, isStandalone: false, selector: "ads-progress-spinner", inputs: { zIndex: "zIndex", scrollContainer: "scrollContainer", size: "size", diameter: "diameter" }, host: { listeners: { "window:resize": "resize()" } }, ngImport: i0, template: "@if (isSticky) {\r\n <div class=\"spinner-container\">\r\n <div class=\"spinner-overlay\" [ngStyle]=\"getOverlayStyles()\">\r\n <mat-spinner [diameter]=\"computedDiameter\" aria-label=\"progress spinner\"></mat-spinner>\r\n </div>\r\n </div>\r\n} @else {\r\n <div class=\"spinner-overlay window\" [ngStyle]=\"{ zIndex }\">\r\n <mat-spinner [diameter]=\"computedDiameter\" aria-label=\"progress spinner\"></mat-spinner>\r\n </div>\r\n}\r\n", styles: [".spinner-container{position:sticky;display:block;z-index:1;top:0;left:0}.spinner-container .spinner-overlay{position:absolute}.spinner-overlay{width:100%;height:100%;position:fixed;z-index:1;inset:0 auto auto 0;display:flex;align-items:center;justify-content:center;background:var(--color-light)}.spinner-overlay ::ng-deep svg{max-width:unset!important}.spinner-overlay ::ng-deep mat-spinner circle{stroke:var(--color-white)!important}\n"], dependencies: [{ kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i2.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "mode", "value", "diameter", "strokeWidth"], exportAs: ["matProgressSpinner"] }] }); }
83
83
  }
84
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressSpinnerComponent, decorators: [{
84
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsProgressSpinnerComponent, decorators: [{
85
85
  type: Component,
86
- args: [{ selector: 'ads-progress-spinner', template: "@if (isSticky) {\n <div class=\"spinner-container\">\n <div class=\"spinner-overlay\" [ngStyle]=\"getOverlayStyles()\">\n <mat-spinner [diameter]=\"computedDiameter\" aria-label=\"progress spinner\"></mat-spinner>\n </div>\n </div>\n} @else {\n <div class=\"spinner-overlay window\" [ngStyle]=\"{ zIndex }\">\n <mat-spinner [diameter]=\"computedDiameter\" aria-label=\"progress spinner\"></mat-spinner>\n </div>\n}\n", styles: [".spinner-container{position:sticky;display:block;z-index:1;top:0;left:0}.spinner-container .spinner-overlay{position:absolute}.spinner-overlay{width:100%;height:100%;position:fixed;z-index:1;inset:0 auto auto 0;display:flex;align-items:center;justify-content:center;background:#02014766}.spinner-overlay ::ng-deep mat-spinner circle{stroke:var(--color-white)!important}\n"] }]
86
+ args: [{ selector: 'ads-progress-spinner', standalone: false, template: "@if (isSticky) {\r\n <div class=\"spinner-container\">\r\n <div class=\"spinner-overlay\" [ngStyle]=\"getOverlayStyles()\">\r\n <mat-spinner [diameter]=\"computedDiameter\" aria-label=\"progress spinner\"></mat-spinner>\r\n </div>\r\n </div>\r\n} @else {\r\n <div class=\"spinner-overlay window\" [ngStyle]=\"{ zIndex }\">\r\n <mat-spinner [diameter]=\"computedDiameter\" aria-label=\"progress spinner\"></mat-spinner>\r\n </div>\r\n}\r\n", styles: [".spinner-container{position:sticky;display:block;z-index:1;top:0;left:0}.spinner-container .spinner-overlay{position:absolute}.spinner-overlay{width:100%;height:100%;position:fixed;z-index:1;inset:0 auto auto 0;display:flex;align-items:center;justify-content:center;background:var(--color-light)}.spinner-overlay ::ng-deep svg{max-width:unset!important}.spinner-overlay ::ng-deep mat-spinner circle{stroke:var(--color-white)!important}\n"] }]
87
87
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }], propDecorators: { zIndex: [{
88
88
  type: Input
89
89
  }], scrollContainer: [{
@@ -98,11 +98,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
98
98
  }] } });
99
99
 
100
100
  class AdsProgressSpinnerModule {
101
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
102
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressSpinnerModule, declarations: [AdsProgressSpinnerComponent], imports: [CommonModule, AdsIconModule, AdsGestureModule, MatProgressSpinnerModule], exports: [AdsProgressSpinnerComponent] }); }
103
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressSpinnerModule, providers: [{ provide: Window, useValue: window }], imports: [CommonModule, AdsIconModule, AdsGestureModule, MatProgressSpinnerModule] }); }
101
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsProgressSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
102
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.3", ngImport: i0, type: AdsProgressSpinnerModule, declarations: [AdsProgressSpinnerComponent], imports: [CommonModule, AdsIconModule, AdsGestureModule, MatProgressSpinnerModule], exports: [AdsProgressSpinnerComponent] }); }
103
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsProgressSpinnerModule, providers: [{ provide: Window, useValue: window }], imports: [CommonModule, AdsIconModule, AdsGestureModule, MatProgressSpinnerModule] }); }
104
104
  }
105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressSpinnerModule, decorators: [{
105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsProgressSpinnerModule, decorators: [{
106
106
  type: NgModule,
107
107
  args: [{
108
108
  declarations: [AdsProgressSpinnerComponent],
@@ -1 +1 @@
1
- {"version":3,"file":"ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs","sources":["../../../../libs/ads-ui/src/lib/components/progress-indicators/progress-spinner/progress-spinner.component.ts","../../../../libs/ads-ui/src/lib/components/progress-indicators/progress-spinner/progress-spinner.component.html","../../../../libs/ads-ui/src/lib/components/progress-indicators/progress-spinner/progress-spinner.module.ts","../../../../libs/ads-ui/src/lib/components/progress-indicators/progress-spinner/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.ts"],"sourcesContent":["import { ChangeDetectorRef, Component, ElementRef, HostListener, Input, OnInit } from '@angular/core';\nimport { DomHelper, GENERIC_COLLECTION } from '@ascentgl/ads-utils';\n\nexport enum SpinnerSize {\n xSmall = 'x-small',\n small = 'small',\n normal = 'normal',\n}\n\n@Component({\n selector: 'ads-progress-spinner',\n templateUrl: './progress-spinner.component.html',\n styleUrls: ['./progress-spinner.component.scss'],\n})\nexport class AdsProgressSpinnerComponent implements OnInit {\n /** set spinner z-index */\n @Input() zIndex = 1;\n\n /** set spinner scrollContainer. This is useful when the spinner is inside dialog window **/\n @Input() scrollContainer: HTMLElement | 'auto' | 'none' = 'none';\n\n /** set spinner size */\n @Input() size: SpinnerSize = SpinnerSize.normal;\n\n /** set spinner diameter (overrides \"size\") */\n @Input() diameter?: number;\n\n computedDiameter = 100;\n isSticky = false;\n computedStyles?: CSSStyleDeclaration;\n\n private readonly sizes = {\n [SpinnerSize.xSmall]: 50,\n [SpinnerSize.small]: 70,\n [SpinnerSize.normal]: 100,\n };\n\n constructor(\n protected ref: ElementRef,\n private cdr: ChangeDetectorRef,\n ) {}\n\n /** @ignore */\n ngOnInit(): void {\n let scrollContainer: HTMLElement | Window | 'auto' | 'none' = this.scrollContainer;\n\n if (this.scrollContainer == 'auto') {\n scrollContainer = DomHelper.getScrollableParent(this.ref.nativeElement);\n }\n\n /**\n * if scroll container is HTMLElement, make spinner stick to it's dimensions\n */\n if (scrollContainer instanceof HTMLElement) {\n this.scrollContainer = scrollContainer;\n this.isSticky = true;\n this.computedStyles = getComputedStyle(scrollContainer);\n }\n\n if (this.diameter) {\n this.computedDiameter = this.diameter;\n } else {\n this.computedDiameter = this.sizes[this.size];\n }\n }\n\n /** @ignore */\n getOverlayStyles(): GENERIC_COLLECTION {\n const container = <HTMLElement>this.scrollContainer;\n\n const computedStyles: GENERIC_COLLECTION = this.computedStyles ?? {};\n\n /**\n * subtract .5px from width to avoid \"accidental\" appearance of scrollbars on resize\n */\n return {\n zIndex: this.zIndex,\n height: container.clientHeight + 'px',\n width: container.clientWidth - 0.5 + 'px',\n top: computedStyles.paddingTop ? '-' + computedStyles.paddingTop : 0,\n left: computedStyles.paddingLeft ? '-' + computedStyles.paddingLeft : 0,\n };\n }\n\n /**\n * @ignore\n * required for proper change detection\n * NOTE: REALLY REQUIRED\n */\n @HostListener('window:resize') resize(): void {\n /**\n * additional change detection allows to avoid overlay sizing issues when window is being resized\n */\n this.cdr.detectChanges();\n }\n}\n","@if (isSticky) {\n <div class=\"spinner-container\">\n <div class=\"spinner-overlay\" [ngStyle]=\"getOverlayStyles()\">\n <mat-spinner [diameter]=\"computedDiameter\" aria-label=\"progress spinner\"></mat-spinner>\n </div>\n </div>\n} @else {\n <div class=\"spinner-overlay window\" [ngStyle]=\"{ zIndex }\">\n <mat-spinner [diameter]=\"computedDiameter\" aria-label=\"progress spinner\"></mat-spinner>\n </div>\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AdsIconModule } from '@ascentgl/ads-icons';\nimport { AdsGestureModule } from '@ascentgl/ads-utils';\nimport { AdsProgressSpinnerComponent } from './progress-spinner.component';\nimport { MatProgressSpinnerModule } from '@angular/material/progress-spinner';\n\n@NgModule({\n declarations: [AdsProgressSpinnerComponent],\n imports: [CommonModule, AdsIconModule, AdsGestureModule, MatProgressSpinnerModule],\n exports: [AdsProgressSpinnerComponent],\n providers: [{ provide: Window, useValue: window }],\n})\nexport class AdsProgressSpinnerModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs","sources":["../tmp-esm2022/src/lib/components/progress-indicators/progress-spinner/progress-spinner.component.js","../tmp-esm2022/src/lib/components/progress-indicators/progress-spinner/progress-spinner.module.js","../tmp-esm2022/src/lib/components/progress-indicators/progress-spinner/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.js"],"sourcesContent":["import { ChangeDetectorRef, Component, ElementRef, HostListener, Input } from '@angular/core';\nimport { DomHelper } from '@ascentgl/ads-utils';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/common\";\nimport * as i2 from \"@angular/material/progress-spinner\";\nexport var SpinnerSize;\n(function (SpinnerSize) {\n SpinnerSize[\"xSmall\"] = \"x-small\";\n SpinnerSize[\"small\"] = \"small\";\n SpinnerSize[\"normal\"] = \"normal\";\n})(SpinnerSize || (SpinnerSize = {}));\nexport class AdsProgressSpinnerComponent {\n constructor(ref, cdr) {\n this.ref = ref;\n this.cdr = cdr;\n /** set spinner z-index */\n this.zIndex = 1;\n /** set spinner scrollContainer. This is useful when the spinner is inside dialog window **/\n this.scrollContainer = 'none';\n /** set spinner size */\n this.size = SpinnerSize.normal;\n this.computedDiameter = 100;\n this.isSticky = false;\n this.sizes = {\n [SpinnerSize.xSmall]: 50,\n [SpinnerSize.small]: 70,\n [SpinnerSize.normal]: 100,\n };\n }\n /** @ignore */\n ngOnInit() {\n let scrollContainer = this.scrollContainer;\n if (this.scrollContainer == 'auto') {\n scrollContainer = DomHelper.getScrollableParent(this.ref.nativeElement);\n }\n /**\n * if scroll container is HTMLElement, make spinner stick to it's dimensions\n */\n if (scrollContainer instanceof HTMLElement) {\n this.scrollContainer = scrollContainer;\n this.isSticky = true;\n this.computedStyles = getComputedStyle(scrollContainer);\n }\n if (this.diameter) {\n this.computedDiameter = this.diameter;\n }\n else {\n this.computedDiameter = this.sizes[this.size];\n }\n }\n /** @ignore */\n getOverlayStyles() {\n const container = this.scrollContainer;\n const computedStyles = this.computedStyles ?? {};\n /**\n * subtract .5px from width to avoid \"accidental\" appearance of scrollbars on resize\n */\n return {\n zIndex: this.zIndex,\n height: container.clientHeight + 'px',\n width: container.clientWidth - 0.5 + 'px',\n top: computedStyles.paddingTop ? '-' + computedStyles.paddingTop : 0,\n left: computedStyles.paddingLeft ? '-' + computedStyles.paddingLeft : 0,\n };\n }\n /**\n * @ignore\n * required for proper change detection\n * NOTE: REALLY REQUIRED\n */\n resize() {\n /**\n * additional change detection allows to avoid overlay sizing issues when window is being resized\n */\n this.cdr.detectChanges();\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsProgressSpinnerComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.0.0\", version: \"20.0.3\", type: AdsProgressSpinnerComponent, isStandalone: false, selector: \"ads-progress-spinner\", inputs: { zIndex: \"zIndex\", scrollContainer: \"scrollContainer\", size: \"size\", diameter: \"diameter\" }, host: { listeners: { \"window:resize\": \"resize()\" } }, ngImport: i0, template: \"@if (isSticky) {\\r\\n <div class=\\\"spinner-container\\\">\\r\\n <div class=\\\"spinner-overlay\\\" [ngStyle]=\\\"getOverlayStyles()\\\">\\r\\n <mat-spinner [diameter]=\\\"computedDiameter\\\" aria-label=\\\"progress spinner\\\"></mat-spinner>\\r\\n </div>\\r\\n </div>\\r\\n} @else {\\r\\n <div class=\\\"spinner-overlay window\\\" [ngStyle]=\\\"{ zIndex }\\\">\\r\\n <mat-spinner [diameter]=\\\"computedDiameter\\\" aria-label=\\\"progress spinner\\\"></mat-spinner>\\r\\n </div>\\r\\n}\\r\\n\", styles: [\".spinner-container{position:sticky;display:block;z-index:1;top:0;left:0}.spinner-container .spinner-overlay{position:absolute}.spinner-overlay{width:100%;height:100%;position:fixed;z-index:1;inset:0 auto auto 0;display:flex;align-items:center;justify-content:center;background:var(--color-light)}.spinner-overlay ::ng-deep svg{max-width:unset!important}.spinner-overlay ::ng-deep mat-spinner circle{stroke:var(--color-white)!important}\\n\"], dependencies: [{ kind: \"directive\", type: i1.NgStyle, selector: \"[ngStyle]\", inputs: [\"ngStyle\"] }, { kind: \"component\", type: i2.MatProgressSpinner, selector: \"mat-progress-spinner, mat-spinner\", inputs: [\"color\", \"mode\", \"value\", \"diameter\", \"strokeWidth\"], exportAs: [\"matProgressSpinner\"] }] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsProgressSpinnerComponent, decorators: [{\n type: Component,\n args: [{ selector: 'ads-progress-spinner', standalone: false, template: \"@if (isSticky) {\\r\\n <div class=\\\"spinner-container\\\">\\r\\n <div class=\\\"spinner-overlay\\\" [ngStyle]=\\\"getOverlayStyles()\\\">\\r\\n <mat-spinner [diameter]=\\\"computedDiameter\\\" aria-label=\\\"progress spinner\\\"></mat-spinner>\\r\\n </div>\\r\\n </div>\\r\\n} @else {\\r\\n <div class=\\\"spinner-overlay window\\\" [ngStyle]=\\\"{ zIndex }\\\">\\r\\n <mat-spinner [diameter]=\\\"computedDiameter\\\" aria-label=\\\"progress spinner\\\"></mat-spinner>\\r\\n </div>\\r\\n}\\r\\n\", styles: [\".spinner-container{position:sticky;display:block;z-index:1;top:0;left:0}.spinner-container .spinner-overlay{position:absolute}.spinner-overlay{width:100%;height:100%;position:fixed;z-index:1;inset:0 auto auto 0;display:flex;align-items:center;justify-content:center;background:var(--color-light)}.spinner-overlay ::ng-deep svg{max-width:unset!important}.spinner-overlay ::ng-deep mat-spinner circle{stroke:var(--color-white)!important}\\n\"] }]\n }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }], propDecorators: { zIndex: [{\n type: Input\n }], scrollContainer: [{\n type: Input\n }], size: [{\n type: Input\n }], diameter: [{\n type: Input\n }], resize: [{\n type: HostListener,\n args: ['window:resize']\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3Mtc3Bpbm5lci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvcHJvZ3Jlc3MtaW5kaWNhdG9ycy9wcm9ncmVzcy1zcGlubmVyL3Byb2dyZXNzLXNwaW5uZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL3Byb2dyZXNzLWluZGljYXRvcnMvcHJvZ3Jlc3Mtc3Bpbm5lci9wcm9ncmVzcy1zcGlubmVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDdEcsT0FBTyxFQUFFLFNBQVMsRUFBc0IsTUFBTSxxQkFBcUIsQ0FBQzs7OztBQUVwRSxNQUFNLENBQU4sSUFBWSxXQUlYO0FBSkQsV0FBWSxXQUFXO0lBQ3JCLGlDQUFrQixDQUFBO0lBQ2xCLDhCQUFlLENBQUE7SUFDZixnQ0FBaUIsQ0FBQTtBQUNuQixDQUFDLEVBSlcsV0FBVyxLQUFYLFdBQVcsUUFJdEI7QUFRRCxNQUFNLE9BQU8sMkJBQTJCO0lBdUJ0QyxZQUNZLEdBQWUsRUFDakIsR0FBc0I7UUFEcEIsUUFBRyxHQUFILEdBQUcsQ0FBWTtRQUNqQixRQUFHLEdBQUgsR0FBRyxDQUFtQjtRQXhCaEMsMEJBQTBCO1FBQ2pCLFdBQU0sR0FBRyxDQUFDLENBQUM7UUFFcEIsNEZBQTRGO1FBQ25GLG9CQUFlLEdBQWtDLE1BQU0sQ0FBQztRQUVqRSx1QkFBdUI7UUFDZCxTQUFJLEdBQWdCLFdBQVcsQ0FBQyxNQUFNLENBQUM7UUFLaEQscUJBQWdCLEdBQUcsR0FBRyxDQUFDO1FBQ3ZCLGFBQVEsR0FBRyxLQUFLLENBQUM7UUFHQSxVQUFLLEdBQUc7WUFDdkIsQ0FBQyxXQUFXLENBQUMsTUFBTSxDQUFDLEVBQUUsRUFBRTtZQUN4QixDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUMsRUFBRSxFQUFFO1lBQ3ZCLENBQUMsV0FBVyxDQUFDLE1BQU0sQ0FBQyxFQUFFLEdBQUc7U0FDMUIsQ0FBQztJQUtDLENBQUM7SUFFSixjQUFjO0lBQ2QsUUFBUTtRQUNOLElBQUksZUFBZSxHQUEyQyxJQUFJLENBQUMsZUFBZSxDQUFDO1FBRW5GLElBQUksSUFBSSxDQUFDLGVBQWUsSUFBSSxNQUFNLEVBQUUsQ0FBQztZQUNuQyxlQUFlLEdBQUcsU0FBUyxDQUFDLG1CQUFtQixDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsYUFBYSxDQUFDLENBQUM7UUFDMUUsQ0FBQztRQUVEOztXQUVHO1FBQ0gsSUFBSSxlQUFlLFlBQVksV0FBVyxFQUFFLENBQUM7WUFDM0MsSUFBSSxDQUFDLGVBQWUsR0FBRyxlQUFlLENBQUM7WUFDdkMsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUM7WUFDckIsSUFBSSxDQUFDLGNBQWMsR0FBRyxnQkFBZ0IsQ0FBQyxlQUFlLENBQUMsQ0FBQztRQUMxRCxDQUFDO1FBRUQsSUFBSSxJQUFJLENBQUMsUUFBUSxFQUFFLENBQUM7WUFDbEIsSUFBSSxDQUFDLGdCQUFnQixHQUFHLElBQUksQ0FBQyxRQUFRLENBQUM7UUFDeEMsQ0FBQzthQUFNLENBQUM7WUFDTixJQUFJLENBQUMsZ0JBQWdCLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDaEQsQ0FBQztJQUNILENBQUM7SUFFRCxjQUFjO0lBQ2QsZ0JBQWdCO1FBQ2QsTUFBTSxTQUFTLEdBQWdCLElBQUksQ0FBQyxlQUFlLENBQUM7UUFFcEQsTUFBTSxjQUFjLEdBQXVCLElBQUksQ0FBQyxjQUFjLElBQUksRUFBRSxDQUFDO1FBRXJFOztXQUVHO1FBQ0gsT0FBTztZQUNMLE1BQU0sRUFBRSxJQUFJLENBQUMsTUFBTTtZQUNuQixNQUFNLEVBQUUsU0FBUyxDQUFDLFlBQVksR0FBRyxJQUFJO1lBQ3JDLEtBQUssRUFBRSxTQUFTLENBQUMsV0FBVyxHQUFHLEdBQUcsR0FBRyxJQUFJO1lBQ3pDLEdBQUcsRUFBRSxjQUFjLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxHQUFHLEdBQUcsY0FBYyxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsQ0FBQztZQUNwRSxJQUFJLEVBQUUsY0FBYyxDQUFDLFdBQVcsQ0FBQyxDQUFDLENBQUMsR0FBRyxHQUFHLGNBQWMsQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDLENBQUM7U0FDeEUsQ0FBQztJQUNKLENBQUM7SUFFRDs7OztPQUlHO0lBQzRCLE1BQU07UUFDbkM7O1dBRUc7UUFDSCxJQUFJLENBQUMsR0FBRyxDQUFDLGFBQWEsRUFBRSxDQUFDO0lBQzNCLENBQUM7OEdBaEZVLDJCQUEyQjtrR0FBM0IsMkJBQTJCLDZPQ2Z4QywwY0FXQTs7MkZESWEsMkJBQTJCO2tCQU52QyxTQUFTOytCQUNFLHNCQUFzQixjQUdwQixLQUFLOytHQUlSLE1BQU07c0JBQWQsS0FBSztnQkFHRyxlQUFlO3NCQUF2QixLQUFLO2dCQUdHLElBQUk7c0JBQVosS0FBSztnQkFHRyxRQUFRO3NCQUFoQixLQUFLO2dCQWdFeUIsTUFBTTtzQkFBcEMsWUFBWTt1QkFBQyxlQUFlIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0b3JSZWYsIENvbXBvbmVudCwgRWxlbWVudFJlZiwgSG9zdExpc3RlbmVyLCBJbnB1dCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IERvbUhlbHBlciwgR0VORVJJQ19DT0xMRUNUSU9OIH0gZnJvbSAnQGFzY2VudGdsL2Fkcy11dGlscyc7XHJcblxyXG5leHBvcnQgZW51bSBTcGlubmVyU2l6ZSB7XHJcbiAgeFNtYWxsID0gJ3gtc21hbGwnLFxyXG4gIHNtYWxsID0gJ3NtYWxsJyxcclxuICBub3JtYWwgPSAnbm9ybWFsJyxcclxufVxyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhZHMtcHJvZ3Jlc3Mtc3Bpbm5lcicsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3Byb2dyZXNzLXNwaW5uZXIuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL3Byb2dyZXNzLXNwaW5uZXIuY29tcG9uZW50LnNjc3MnXSxcclxuICBzdGFuZGFsb25lOiBmYWxzZSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEFkc1Byb2dyZXNzU3Bpbm5lckNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcbiAgLyoqIHNldCBzcGlubmVyIHotaW5kZXggKi9cclxuICBASW5wdXQoKSB6SW5kZXggPSAxO1xyXG5cclxuICAvKiogc2V0IHNwaW5uZXIgc2Nyb2xsQ29udGFpbmVyLiBUaGlzIGlzIHVzZWZ1bCB3aGVuIHRoZSBzcGlubmVyIGlzIGluc2lkZSBkaWFsb2cgd2luZG93ICoqL1xyXG4gIEBJbnB1dCgpIHNjcm9sbENvbnRhaW5lcjogSFRNTEVsZW1lbnQgfCAnYXV0bycgfCAnbm9uZScgPSAnbm9uZSc7XHJcblxyXG4gIC8qKiBzZXQgc3Bpbm5lciBzaXplICovXHJcbiAgQElucHV0KCkgc2l6ZTogU3Bpbm5lclNpemUgPSBTcGlubmVyU2l6ZS5ub3JtYWw7XHJcblxyXG4gIC8qKiBzZXQgc3Bpbm5lciBkaWFtZXRlciAob3ZlcnJpZGVzIFwic2l6ZVwiKSAqL1xyXG4gIEBJbnB1dCgpIGRpYW1ldGVyPzogbnVtYmVyO1xyXG5cclxuICBjb21wdXRlZERpYW1ldGVyID0gMTAwO1xyXG4gIGlzU3RpY2t5ID0gZmFsc2U7XHJcbiAgY29tcHV0ZWRTdHlsZXM/OiBDU1NTdHlsZURlY2xhcmF0aW9uO1xyXG5cclxuICBwcml2YXRlIHJlYWRvbmx5IHNpemVzID0ge1xyXG4gICAgW1NwaW5uZXJTaXplLnhTbWFsbF06IDUwLFxyXG4gICAgW1NwaW5uZXJTaXplLnNtYWxsXTogNzAsXHJcbiAgICBbU3Bpbm5lclNpemUubm9ybWFsXTogMTAwLFxyXG4gIH07XHJcblxyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgcHJvdGVjdGVkIHJlZjogRWxlbWVudFJlZixcclxuICAgIHByaXZhdGUgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZixcclxuICApIHt9XHJcblxyXG4gIC8qKiBAaWdub3JlICovXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICBsZXQgc2Nyb2xsQ29udGFpbmVyOiBIVE1MRWxlbWVudCB8IFdpbmRvdyB8ICdhdXRvJyB8ICdub25lJyA9IHRoaXMuc2Nyb2xsQ29udGFpbmVyO1xyXG5cclxuICAgIGlmICh0aGlzLnNjcm9sbENvbnRhaW5lciA9PSAnYXV0bycpIHtcclxuICAgICAgc2Nyb2xsQ29udGFpbmVyID0gRG9tSGVscGVyLmdldFNjcm9sbGFibGVQYXJlbnQodGhpcy5yZWYubmF0aXZlRWxlbWVudCk7XHJcbiAgICB9XHJcblxyXG4gICAgLyoqXHJcbiAgICAgKiBpZiBzY3JvbGwgY29udGFpbmVyIGlzIEhUTUxFbGVtZW50LCBtYWtlIHNwaW5uZXIgc3RpY2sgdG8gaXQncyBkaW1lbnNpb25zXHJcbiAgICAgKi9cclxuICAgIGlmIChzY3JvbGxDb250YWluZXIgaW5zdGFuY2VvZiBIVE1MRWxlbWVudCkge1xyXG4gICAgICB0aGlzLnNjcm9sbENvbnRhaW5lciA9IHNjcm9sbENvbnRhaW5lcjtcclxuICAgICAgdGhpcy5pc1N0aWNreSA9IHRydWU7XHJcbiAgICAgIHRoaXMuY29tcHV0ZWRTdHlsZXMgPSBnZXRDb21wdXRlZFN0eWxlKHNjcm9sbENvbnRhaW5lcik7XHJcbiAgICB9XHJcblxyXG4gICAgaWYgKHRoaXMuZGlhbWV0ZXIpIHtcclxuICAgICAgdGhpcy5jb21wdXRlZERpYW1ldGVyID0gdGhpcy5kaWFtZXRlcjtcclxuICAgIH0gZWxzZSB7XHJcbiAgICAgIHRoaXMuY29tcHV0ZWREaWFtZXRlciA9IHRoaXMuc2l6ZXNbdGhpcy5zaXplXTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIC8qKiBAaWdub3JlICovXHJcbiAgZ2V0T3ZlcmxheVN0eWxlcygpOiBHRU5FUklDX0NPTExFQ1RJT04ge1xyXG4gICAgY29uc3QgY29udGFpbmVyID0gPEhUTUxFbGVtZW50PnRoaXMuc2Nyb2xsQ29udGFpbmVyO1xyXG5cclxuICAgIGNvbnN0IGNvbXB1dGVkU3R5bGVzOiBHRU5FUklDX0NPTExFQ1RJT04gPSB0aGlzLmNvbXB1dGVkU3R5bGVzID8/IHt9O1xyXG5cclxuICAgIC8qKlxyXG4gICAgICogc3VidHJhY3QgLjVweCBmcm9tIHdpZHRoICB0byBhdm9pZCBcImFjY2lkZW50YWxcIiBhcHBlYXJhbmNlIG9mIHNjcm9sbGJhcnMgb24gcmVzaXplXHJcbiAgICAgKi9cclxuICAgIHJldHVybiB7XHJcbiAgICAgIHpJbmRleDogdGhpcy56SW5kZXgsXHJcbiAgICAgIGhlaWdodDogY29udGFpbmVyLmNsaWVudEhlaWdodCArICdweCcsXHJcbiAgICAgIHdpZHRoOiBjb250YWluZXIuY2xpZW50V2lkdGggLSAwLjUgKyAncHgnLFxyXG4gICAgICB0b3A6IGNvbXB1dGVkU3R5bGVzLnBhZGRpbmdUb3AgPyAnLScgKyBjb21wdXRlZFN0eWxlcy5wYWRkaW5nVG9wIDogMCxcclxuICAgICAgbGVmdDogY29tcHV0ZWRTdHlsZXMucGFkZGluZ0xlZnQgPyAnLScgKyBjb21wdXRlZFN0eWxlcy5wYWRkaW5nTGVmdCA6IDAsXHJcbiAgICB9O1xyXG4gIH1cclxuXHJcbiAgLyoqXHJcbiAgICogQGlnbm9yZVxyXG4gICAqIHJlcXVpcmVkIGZvciBwcm9wZXIgY2hhbmdlIGRldGVjdGlvblxyXG4gICAqIE5PVEU6IFJFQUxMWSBSRVFVSVJFRFxyXG4gICAqL1xyXG4gIEBIb3N0TGlzdGVuZXIoJ3dpbmRvdzpyZXNpemUnKSByZXNpemUoKTogdm9pZCB7XHJcbiAgICAvKipcclxuICAgICAqIGFkZGl0aW9uYWwgY2hhbmdlIGRldGVjdGlvbiBhbGxvd3MgdG8gYXZvaWQgb3ZlcmxheSBzaXppbmcgaXNzdWVzIHdoZW4gd2luZG93IGlzIGJlaW5nIHJlc2l6ZWRcclxuICAgICAqL1xyXG4gICAgdGhpcy5jZHIuZGV0ZWN0Q2hhbmdlcygpO1xyXG4gIH1cclxufVxyXG4iLCJAaWYgKGlzU3RpY2t5KSB7XHJcbiAgPGRpdiBjbGFzcz1cInNwaW5uZXItY29udGFpbmVyXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwic3Bpbm5lci1vdmVybGF5XCIgW25nU3R5bGVdPVwiZ2V0T3ZlcmxheVN0eWxlcygpXCI+XHJcbiAgICAgIDxtYXQtc3Bpbm5lciBbZGlhbWV0ZXJdPVwiY29tcHV0ZWREaWFtZXRlclwiIGFyaWEtbGFiZWw9XCJwcm9ncmVzcyBzcGlubmVyXCI+PC9tYXQtc3Bpbm5lcj5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG59IEBlbHNlIHtcclxuICA8ZGl2IGNsYXNzPVwic3Bpbm5lci1vdmVybGF5IHdpbmRvd1wiIFtuZ1N0eWxlXT1cInsgekluZGV4IH1cIj5cclxuICAgIDxtYXQtc3Bpbm5lciBbZGlhbWV0ZXJdPVwiY29tcHV0ZWREaWFtZXRlclwiIGFyaWEtbGFiZWw9XCJwcm9ncmVzcyBzcGlubmVyXCI+PC9tYXQtc3Bpbm5lcj5cclxuICA8L2Rpdj5cclxufVxyXG4iXX0=","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AdsIconModule } from '@ascentgl/ads-icons';\nimport { AdsGestureModule } from '@ascentgl/ads-utils';\nimport { AdsProgressSpinnerComponent } from './progress-spinner.component';\nimport { MatProgressSpinnerModule } from '@angular/material/progress-spinner';\nimport * as i0 from \"@angular/core\";\nexport class AdsProgressSpinnerModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsProgressSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsProgressSpinnerModule, declarations: [AdsProgressSpinnerComponent], imports: [CommonModule, AdsIconModule, AdsGestureModule, MatProgressSpinnerModule], exports: [AdsProgressSpinnerComponent] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsProgressSpinnerModule, providers: [{ provide: Window, useValue: window }], imports: [CommonModule, AdsIconModule, AdsGestureModule, MatProgressSpinnerModule] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsProgressSpinnerModule, decorators: [{\n type: NgModule,\n args: [{\n declarations: [AdsProgressSpinnerComponent],\n imports: [CommonModule, AdsIconModule, AdsGestureModule, MatProgressSpinnerModule],\n exports: [AdsProgressSpinnerComponent],\n providers: [{ provide: Window, useValue: window }],\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3Mtc3Bpbm5lci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvcHJvZ3Jlc3MtaW5kaWNhdG9ycy9wcm9ncmVzcy1zcGlubmVyL3Byb2dyZXNzLXNwaW5uZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNwRCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN2RCxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUMzRSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQzs7QUFROUUsTUFBTSxPQUFPLHdCQUF3Qjs4R0FBeEIsd0JBQXdCOytHQUF4Qix3QkFBd0IsaUJBTHBCLDJCQUEyQixhQUNoQyxZQUFZLEVBQUUsYUFBYSxFQUFFLGdCQUFnQixFQUFFLHdCQUF3QixhQUN2RSwyQkFBMkI7K0dBRzFCLHdCQUF3QixhQUZ4QixDQUFDLEVBQUUsT0FBTyxFQUFFLE1BQU0sRUFBRSxRQUFRLEVBQUUsTUFBTSxFQUFFLENBQUMsWUFGeEMsWUFBWSxFQUFFLGFBQWEsRUFBRSxnQkFBZ0IsRUFBRSx3QkFBd0I7OzJGQUl0RSx3QkFBd0I7a0JBTnBDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsMkJBQTJCLENBQUM7b0JBQzNDLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxhQUFhLEVBQUUsZ0JBQWdCLEVBQUUsd0JBQXdCLENBQUM7b0JBQ2xGLE9BQU8sRUFBRSxDQUFDLDJCQUEyQixDQUFDO29CQUN0QyxTQUFTLEVBQUUsQ0FBQyxFQUFFLE9BQU8sRUFBRSxNQUFNLEVBQUUsUUFBUSxFQUFFLE1BQU0sRUFBRSxDQUFDO2lCQUNuRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IEFkc0ljb25Nb2R1bGUgfSBmcm9tICdAYXNjZW50Z2wvYWRzLWljb25zJztcclxuaW1wb3J0IHsgQWRzR2VzdHVyZU1vZHVsZSB9IGZyb20gJ0Bhc2NlbnRnbC9hZHMtdXRpbHMnO1xyXG5pbXBvcnQgeyBBZHNQcm9ncmVzc1NwaW5uZXJDb21wb25lbnQgfSBmcm9tICcuL3Byb2dyZXNzLXNwaW5uZXIuY29tcG9uZW50JztcclxuaW1wb3J0IHsgTWF0UHJvZ3Jlc3NTcGlubmVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvcHJvZ3Jlc3Mtc3Bpbm5lcic7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW0Fkc1Byb2dyZXNzU3Bpbm5lckNvbXBvbmVudF0sXHJcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgQWRzSWNvbk1vZHVsZSwgQWRzR2VzdHVyZU1vZHVsZSwgTWF0UHJvZ3Jlc3NTcGlubmVyTW9kdWxlXSxcclxuICBleHBvcnRzOiBbQWRzUHJvZ3Jlc3NTcGlubmVyQ29tcG9uZW50XSxcclxuICBwcm92aWRlcnM6IFt7IHByb3ZpZGU6IFdpbmRvdywgdXNlVmFsdWU6IHdpbmRvdyB9XSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEFkc1Byb2dyZXNzU3Bpbm5lck1vZHVsZSB7fVxyXG4iXX0=","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './public-api';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNjZW50Z2wtYWRzLXVpLXNyYy1saWItY29tcG9uZW50cy1wcm9ncmVzcy1pbmRpY2F0b3JzLXByb2dyZXNzLXNwaW5uZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvcHJvZ3Jlc3MtaW5kaWNhdG9ycy9wcm9ncmVzcy1zcGlubmVyL2FzY2VudGdsLWFkcy11aS1zcmMtbGliLWNvbXBvbmVudHMtcHJvZ3Jlc3MtaW5kaWNhdG9ycy1wcm9ncmVzcy1zcGlubmVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0="],"names":[],"mappings":"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"}
@@ -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 ShellLayoutComponent {
@@ -13,12 +13,12 @@ class ShellLayoutComponent {
13
13
  */
14
14
  this.isMobile = false;
15
15
  }
16
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ShellLayoutComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
17
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: ShellLayoutComponent, selector: "ads-shell-layout", inputs: { isCollapsed: "isCollapsed", isMobile: "isMobile" }, ngImport: i0, template: "<!-- <div class=\"shell\" [class.mobile]=\"isMobile\" [class.collapsed]=\"isCollapsed\">\n <div class=\"shell-container\">\n <ng-content select=\"[navigation]\"></ng-content>\n <div class=\"shell-header\">\n <ng-content select=\"[header]\"></ng-content> \n <main class=\"main-content\">\n <ng-content></ng-content>\n </main>\n <ng-content select=\"[widgetbar]\"></ng-content>\n </div>\n </div>\n <ng-content select=\"[footer]\"></ng-content>\n</div> -->\n\n<div class=\"shell\" [class.mobile]=\"isMobile\" [class.collapsed]=\"isCollapsed\">\n <div class=\"container\">\n <ng-content select=\"[header]\"></ng-content>\n <main class=\"main-content\">\n <ng-content></ng-content>\n </main>\n <ng-content select=\"[widgetbar]\"></ng-content>\n </div>\n <ng-content select=\"[footer]\"></ng-content>\n</div>\n", styles: [".shell{display:flex;overflow:hidden;min-width:100vw;max-width:100vw;min-height:100vh;flex-direction:column}.shell-header{display:flex;width:100%;max-width:calc(100% - 100px);flex:1;flex-direction:column}.main-content{background-color:#fafafa}.shell.collapsed .shell-header{max-width:calc(100% - 57px)}.shell.mobile .shell-header{max-width:100%}\n"] }); }
16
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ShellLayoutComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
17
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: ShellLayoutComponent, isStandalone: false, selector: "ads-shell-layout", inputs: { isCollapsed: "isCollapsed", isMobile: "isMobile" }, ngImport: i0, template: "<!-- <div class=\"shell\" [class.mobile]=\"isMobile\" [class.collapsed]=\"isCollapsed\">\r\n <div class=\"shell-container\">\r\n <ng-content select=\"[navigation]\"></ng-content>\r\n <div class=\"shell-header\">\r\n <ng-content select=\"[header]\"></ng-content> \r\n <main class=\"main-content\">\r\n <ng-content></ng-content>\r\n </main>\r\n <ng-content select=\"[widgetbar]\"></ng-content>\r\n </div>\r\n </div>\r\n <ng-content select=\"[footer]\"></ng-content>\r\n</div> -->\r\n\r\n<div class=\"shell\" [class.mobile]=\"isMobile\" [class.collapsed]=\"isCollapsed\">\r\n <div class=\"container\">\r\n <ng-content select=\"[header]\"></ng-content>\r\n <main class=\"main-content\">\r\n <ng-content></ng-content>\r\n </main>\r\n <ng-content select=\"[widgetbar]\"></ng-content>\r\n </div>\r\n <ng-content select=\"[footer]\"></ng-content>\r\n</div>\r\n", styles: [".shell{display:flex;overflow:hidden;min-width:100vw;max-width:100vw;min-height:100vh;flex-direction:column}.shell-header{display:flex;width:100%;max-width:calc(100% - 100px);flex:1;flex-direction:column}.main-content{background-color:#fafafa}.shell.collapsed .shell-header{max-width:calc(100% - 57px)}.shell.mobile .shell-header{max-width:100%}\n"] }); }
18
18
  }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ShellLayoutComponent, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ShellLayoutComponent, decorators: [{
20
20
  type: Component,
21
- args: [{ selector: 'ads-shell-layout', template: "<!-- <div class=\"shell\" [class.mobile]=\"isMobile\" [class.collapsed]=\"isCollapsed\">\n <div class=\"shell-container\">\n <ng-content select=\"[navigation]\"></ng-content>\n <div class=\"shell-header\">\n <ng-content select=\"[header]\"></ng-content> \n <main class=\"main-content\">\n <ng-content></ng-content>\n </main>\n <ng-content select=\"[widgetbar]\"></ng-content>\n </div>\n </div>\n <ng-content select=\"[footer]\"></ng-content>\n</div> -->\n\n<div class=\"shell\" [class.mobile]=\"isMobile\" [class.collapsed]=\"isCollapsed\">\n <div class=\"container\">\n <ng-content select=\"[header]\"></ng-content>\n <main class=\"main-content\">\n <ng-content></ng-content>\n </main>\n <ng-content select=\"[widgetbar]\"></ng-content>\n </div>\n <ng-content select=\"[footer]\"></ng-content>\n</div>\n", styles: [".shell{display:flex;overflow:hidden;min-width:100vw;max-width:100vw;min-height:100vh;flex-direction:column}.shell-header{display:flex;width:100%;max-width:calc(100% - 100px);flex:1;flex-direction:column}.main-content{background-color:#fafafa}.shell.collapsed .shell-header{max-width:calc(100% - 57px)}.shell.mobile .shell-header{max-width:100%}\n"] }]
21
+ args: [{ selector: 'ads-shell-layout', standalone: false, template: "<!-- <div class=\"shell\" [class.mobile]=\"isMobile\" [class.collapsed]=\"isCollapsed\">\r\n <div class=\"shell-container\">\r\n <ng-content select=\"[navigation]\"></ng-content>\r\n <div class=\"shell-header\">\r\n <ng-content select=\"[header]\"></ng-content> \r\n <main class=\"main-content\">\r\n <ng-content></ng-content>\r\n </main>\r\n <ng-content select=\"[widgetbar]\"></ng-content>\r\n </div>\r\n </div>\r\n <ng-content select=\"[footer]\"></ng-content>\r\n</div> -->\r\n\r\n<div class=\"shell\" [class.mobile]=\"isMobile\" [class.collapsed]=\"isCollapsed\">\r\n <div class=\"container\">\r\n <ng-content select=\"[header]\"></ng-content>\r\n <main class=\"main-content\">\r\n <ng-content></ng-content>\r\n </main>\r\n <ng-content select=\"[widgetbar]\"></ng-content>\r\n </div>\r\n <ng-content select=\"[footer]\"></ng-content>\r\n</div>\r\n", styles: [".shell{display:flex;overflow:hidden;min-width:100vw;max-width:100vw;min-height:100vh;flex-direction:column}.shell-header{display:flex;width:100%;max-width:calc(100% - 100px);flex:1;flex-direction:column}.main-content{background-color:#fafafa}.shell.collapsed .shell-header{max-width:calc(100% - 57px)}.shell.mobile .shell-header{max-width:100%}\n"] }]
22
22
  }], propDecorators: { isCollapsed: [{
23
23
  type: Input
24
24
  }], isMobile: [{
@@ -26,11 +26,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
26
26
  }] } });
27
27
 
28
28
  class AdsShellLayoutModule {
29
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsShellLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
30
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsShellLayoutModule, declarations: [ShellLayoutComponent], imports: [CommonModule], exports: [ShellLayoutComponent] }); }
31
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsShellLayoutModule, imports: [CommonModule] }); }
29
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsShellLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
30
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.3", ngImport: i0, type: AdsShellLayoutModule, declarations: [ShellLayoutComponent], imports: [CommonModule], exports: [ShellLayoutComponent] }); }
31
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsShellLayoutModule, imports: [CommonModule] }); }
32
32
  }
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsShellLayoutModule, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsShellLayoutModule, decorators: [{
34
34
  type: NgModule,
35
35
  args: [{
36
36
  declarations: [ShellLayoutComponent],
@@ -1 +1 @@
1
- {"version":3,"file":"ascentgl-ads-ui-src-lib-components-shell-layout.mjs","sources":["../../../../libs/ads-ui/src/lib/components/shell-layout/shell-layout.component.ts","../../../../libs/ads-ui/src/lib/components/shell-layout/shell-layout.component.html","../../../../libs/ads-ui/src/lib/components/shell-layout/shell-layout.module.ts","../../../../libs/ads-ui/src/lib/components/shell-layout/ascentgl-ads-ui-src-lib-components-shell-layout.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'ads-shell-layout',\n templateUrl: './shell-layout.component.html',\n styleUrls: ['./shell-layout.component.scss'],\n})\nexport class ShellLayoutComponent {\n /**\n * Whether the navigation is collapsed\n */\n @Input() isCollapsed = false;\n\n /**\n * Whether the viewport is mobile\n */\n @Input() isMobile = false;\n}\n","<!-- <div class=\"shell\" [class.mobile]=\"isMobile\" [class.collapsed]=\"isCollapsed\">\n <div class=\"shell-container\">\n <ng-content select=\"[navigation]\"></ng-content>\n <div class=\"shell-header\">\n <ng-content select=\"[header]\"></ng-content> \n <main class=\"main-content\">\n <ng-content></ng-content>\n </main>\n <ng-content select=\"[widgetbar]\"></ng-content>\n </div>\n </div>\n <ng-content select=\"[footer]\"></ng-content>\n</div> -->\n\n<div class=\"shell\" [class.mobile]=\"isMobile\" [class.collapsed]=\"isCollapsed\">\n <div class=\"container\">\n <ng-content select=\"[header]\"></ng-content>\n <main class=\"main-content\">\n <ng-content></ng-content>\n </main>\n <ng-content select=\"[widgetbar]\"></ng-content>\n </div>\n <ng-content select=\"[footer]\"></ng-content>\n</div>\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ShellLayoutComponent } from './shell-layout.component';\n\n@NgModule({\n declarations: [ShellLayoutComponent],\n exports: [ShellLayoutComponent],\n imports: [CommonModule],\n})\nexport class AdsShellLayoutModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,oBAAoB,CAAA;AALjC,IAAA,WAAA,GAAA;AAME;;AAEG;QACM,IAAW,CAAA,WAAA,GAAG,KAAK,CAAC;AAE7B;;AAEG;QACM,IAAQ,CAAA,QAAA,GAAG,KAAK,CAAC;AAC3B,KAAA;8GAVY,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAApB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,oBAAoB,sHCPjC,k2BAwBA,EAAA,MAAA,EAAA,CAAA,4VAAA,CAAA,EAAA,CAAA,CAAA,EAAA;;2FDjBa,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBALhC,SAAS;+BACE,kBAAkB,EAAA,QAAA,EAAA,k2BAAA,EAAA,MAAA,EAAA,CAAA,4VAAA,CAAA,EAAA,CAAA;8BAQnB,WAAW,EAAA,CAAA;sBAAnB,KAAK;gBAKG,QAAQ,EAAA,CAAA;sBAAhB,KAAK;;;MEPK,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,EAJhB,YAAA,EAAA,CAAA,oBAAoB,CAEzB,EAAA,OAAA,EAAA,CAAA,YAAY,aADZ,oBAAoB,CAAA,EAAA,CAAA,CAAA,EAAA;AAGnB,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,YAFrB,YAAY,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAEX,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBALhC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,oBAAoB,CAAC;oBACpC,OAAO,EAAE,CAAC,oBAAoB,CAAC;oBAC/B,OAAO,EAAE,CAAC,YAAY,CAAC;AACxB,iBAAA,CAAA;;;ACRD;;AAEG;;;;"}
1
+ {"version":3,"file":"ascentgl-ads-ui-src-lib-components-shell-layout.mjs","sources":["../tmp-esm2022/src/lib/components/shell-layout/shell-layout.component.js","../tmp-esm2022/src/lib/components/shell-layout/shell-layout.module.js","../tmp-esm2022/src/lib/components/shell-layout/ascentgl-ads-ui-src-lib-components-shell-layout.js"],"sourcesContent":["import { Component, Input } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nexport class ShellLayoutComponent {\n constructor() {\n /**\n * Whether the navigation is collapsed\n */\n this.isCollapsed = false;\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: ShellLayoutComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"20.0.3\", type: ShellLayoutComponent, isStandalone: false, selector: \"ads-shell-layout\", inputs: { isCollapsed: \"isCollapsed\", isMobile: \"isMobile\" }, ngImport: i0, template: \"<!-- <div class=\\\"shell\\\" [class.mobile]=\\\"isMobile\\\" [class.collapsed]=\\\"isCollapsed\\\">\\r\\n <div class=\\\"shell-container\\\">\\r\\n <ng-content select=\\\"[navigation]\\\"></ng-content>\\r\\n <div class=\\\"shell-header\\\">\\r\\n <ng-content select=\\\"[header]\\\"></ng-content> \\r\\n <main class=\\\"main-content\\\">\\r\\n <ng-content></ng-content>\\r\\n </main>\\r\\n <ng-content select=\\\"[widgetbar]\\\"></ng-content>\\r\\n </div>\\r\\n </div>\\r\\n <ng-content select=\\\"[footer]\\\"></ng-content>\\r\\n</div> -->\\r\\n\\r\\n<div class=\\\"shell\\\" [class.mobile]=\\\"isMobile\\\" [class.collapsed]=\\\"isCollapsed\\\">\\r\\n <div class=\\\"container\\\">\\r\\n <ng-content select=\\\"[header]\\\"></ng-content>\\r\\n <main class=\\\"main-content\\\">\\r\\n <ng-content></ng-content>\\r\\n </main>\\r\\n <ng-content select=\\\"[widgetbar]\\\"></ng-content>\\r\\n </div>\\r\\n <ng-content select=\\\"[footer]\\\"></ng-content>\\r\\n</div>\\r\\n\", styles: [\".shell{display:flex;overflow:hidden;min-width:100vw;max-width:100vw;min-height:100vh;flex-direction:column}.shell-header{display:flex;width:100%;max-width:calc(100% - 100px);flex:1;flex-direction:column}.main-content{background-color:#fafafa}.shell.collapsed .shell-header{max-width:calc(100% - 57px)}.shell.mobile .shell-header{max-width:100%}\\n\"] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: ShellLayoutComponent, decorators: [{\n type: Component,\n args: [{ selector: 'ads-shell-layout', standalone: false, template: \"<!-- <div class=\\\"shell\\\" [class.mobile]=\\\"isMobile\\\" [class.collapsed]=\\\"isCollapsed\\\">\\r\\n <div class=\\\"shell-container\\\">\\r\\n <ng-content select=\\\"[navigation]\\\"></ng-content>\\r\\n <div class=\\\"shell-header\\\">\\r\\n <ng-content select=\\\"[header]\\\"></ng-content> \\r\\n <main class=\\\"main-content\\\">\\r\\n <ng-content></ng-content>\\r\\n </main>\\r\\n <ng-content select=\\\"[widgetbar]\\\"></ng-content>\\r\\n </div>\\r\\n </div>\\r\\n <ng-content select=\\\"[footer]\\\"></ng-content>\\r\\n</div> -->\\r\\n\\r\\n<div class=\\\"shell\\\" [class.mobile]=\\\"isMobile\\\" [class.collapsed]=\\\"isCollapsed\\\">\\r\\n <div class=\\\"container\\\">\\r\\n <ng-content select=\\\"[header]\\\"></ng-content>\\r\\n <main class=\\\"main-content\\\">\\r\\n <ng-content></ng-content>\\r\\n </main>\\r\\n <ng-content select=\\\"[widgetbar]\\\"></ng-content>\\r\\n </div>\\r\\n <ng-content select=\\\"[footer]\\\"></ng-content>\\r\\n</div>\\r\\n\", styles: [\".shell{display:flex;overflow:hidden;min-width:100vw;max-width:100vw;min-height:100vh;flex-direction:column}.shell-header{display:flex;width:100%;max-width:calc(100% - 100px);flex:1;flex-direction:column}.main-content{background-color:#fafafa}.shell.collapsed .shell-header{max-width:calc(100% - 57px)}.shell.mobile .shell-header{max-width:100%}\\n\"] }]\n }], propDecorators: { isCollapsed: [{\n type: Input\n }], isMobile: [{\n type: Input\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2hlbGwtbGF5b3V0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9zaGVsbC1sYXlvdXQvc2hlbGwtbGF5b3V0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9zaGVsbC1sYXlvdXQvc2hlbGwtbGF5b3V0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVFqRCxNQUFNLE9BQU8sb0JBQW9CO0lBTmpDO1FBT0U7O1dBRUc7UUFDTSxnQkFBVyxHQUFHLEtBQUssQ0FBQztRQUU3Qjs7V0FFRztRQUNNLGFBQVEsR0FBRyxLQUFLLENBQUM7S0FDM0I7OEdBVlksb0JBQW9CO2tHQUFwQixvQkFBb0IsMklDUmpDLGs1QkF3QkE7OzJGRGhCYSxvQkFBb0I7a0JBTmhDLFNBQVM7K0JBQ0Usa0JBQWtCLGNBR2hCLEtBQUs7OEJBTVIsV0FBVztzQkFBbkIsS0FBSztnQkFLRyxRQUFRO3NCQUFoQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhZHMtc2hlbGwtbGF5b3V0JyxcclxuICB0ZW1wbGF0ZVVybDogJy4vc2hlbGwtbGF5b3V0LmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9zaGVsbC1sYXlvdXQuY29tcG9uZW50LnNjc3MnXSxcclxuICBzdGFuZGFsb25lOiBmYWxzZSxcclxufSlcclxuZXhwb3J0IGNsYXNzIFNoZWxsTGF5b3V0Q29tcG9uZW50IHtcclxuICAvKipcclxuICAgKiBXaGV0aGVyIHRoZSBuYXZpZ2F0aW9uIGlzIGNvbGxhcHNlZFxyXG4gICAqL1xyXG4gIEBJbnB1dCgpIGlzQ29sbGFwc2VkID0gZmFsc2U7XHJcblxyXG4gIC8qKlxyXG4gICAqIFdoZXRoZXIgdGhlIHZpZXdwb3J0IGlzIG1vYmlsZVxyXG4gICAqL1xyXG4gIEBJbnB1dCgpIGlzTW9iaWxlID0gZmFsc2U7XHJcbn1cclxuIiwiPCEtLSA8ZGl2IGNsYXNzPVwic2hlbGxcIiBbY2xhc3MubW9iaWxlXT1cImlzTW9iaWxlXCIgW2NsYXNzLmNvbGxhcHNlZF09XCJpc0NvbGxhcHNlZFwiPlxyXG4gIDxkaXYgY2xhc3M9XCJzaGVsbC1jb250YWluZXJcIj5cclxuICAgIDxuZy1jb250ZW50IHNlbGVjdD1cIltuYXZpZ2F0aW9uXVwiPjwvbmctY29udGVudD5cclxuICAgIDxkaXYgY2xhc3M9XCJzaGVsbC1oZWFkZXJcIj5cclxuICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW2hlYWRlcl1cIj48L25nLWNvbnRlbnQ+ICBcclxuICAgICAgPG1haW4gY2xhc3M9XCJtYWluLWNvbnRlbnRcIj5cclxuICAgICAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbiAgICAgIDwvbWFpbj5cclxuICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW3dpZGdldGJhcl1cIj48L25nLWNvbnRlbnQ+XHJcbiAgICA8L2Rpdj5cclxuICA8L2Rpdj5cclxuICA8bmctY29udGVudCBzZWxlY3Q9XCJbZm9vdGVyXVwiPjwvbmctY29udGVudD5cclxuPC9kaXY+IC0tPlxyXG5cclxuPGRpdiBjbGFzcz1cInNoZWxsXCIgW2NsYXNzLm1vYmlsZV09XCJpc01vYmlsZVwiIFtjbGFzcy5jb2xsYXBzZWRdPVwiaXNDb2xsYXBzZWRcIj5cclxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XHJcbiAgICA8bmctY29udGVudCBzZWxlY3Q9XCJbaGVhZGVyXVwiPjwvbmctY29udGVudD5cclxuICAgIDxtYWluIGNsYXNzPVwibWFpbi1jb250ZW50XCI+XHJcbiAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cclxuICAgIDwvbWFpbj5cclxuICAgIDxuZy1jb250ZW50IHNlbGVjdD1cIlt3aWRnZXRiYXJdXCI+PC9uZy1jb250ZW50PlxyXG4gIDwvZGl2PlxyXG4gIDxuZy1jb250ZW50IHNlbGVjdD1cIltmb290ZXJdXCI+PC9uZy1jb250ZW50PlxyXG48L2Rpdj5cclxuIl19","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ShellLayoutComponent } from './shell-layout.component';\nimport * as i0 from \"@angular/core\";\nexport class AdsShellLayoutModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsShellLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsShellLayoutModule, declarations: [ShellLayoutComponent], imports: [CommonModule], exports: [ShellLayoutComponent] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsShellLayoutModule, imports: [CommonModule] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsShellLayoutModule, decorators: [{\n type: NgModule,\n args: [{\n declarations: [ShellLayoutComponent],\n exports: [ShellLayoutComponent],\n imports: [CommonModule],\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2hlbGwtbGF5b3V0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9zaGVsbC1sYXlvdXQvc2hlbGwtbGF5b3V0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7QUFPaEUsTUFBTSxPQUFPLG9CQUFvQjs4R0FBcEIsb0JBQW9COytHQUFwQixvQkFBb0IsaUJBSmhCLG9CQUFvQixhQUV6QixZQUFZLGFBRFosb0JBQW9COytHQUduQixvQkFBb0IsWUFGckIsWUFBWTs7MkZBRVgsb0JBQW9CO2tCQUxoQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLG9CQUFvQixDQUFDO29CQUNwQyxPQUFPLEVBQUUsQ0FBQyxvQkFBb0IsQ0FBQztvQkFDL0IsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO2lCQUN4QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IFNoZWxsTGF5b3V0Q29tcG9uZW50IH0gZnJvbSAnLi9zaGVsbC1sYXlvdXQuY29tcG9uZW50JztcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgZGVjbGFyYXRpb25zOiBbU2hlbGxMYXlvdXRDb21wb25lbnRdLFxyXG4gIGV4cG9ydHM6IFtTaGVsbExheW91dENvbXBvbmVudF0sXHJcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBBZHNTaGVsbExheW91dE1vZHVsZSB7fVxyXG4iXX0=","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './public-api';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNjZW50Z2wtYWRzLXVpLXNyYy1saWItY29tcG9uZW50cy1zaGVsbC1sYXlvdXQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvc2hlbGwtbGF5b3V0L2FzY2VudGdsLWFkcy11aS1zcmMtbGliLWNvbXBvbmVudHMtc2hlbGwtbGF5b3V0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0="],"names":[],"mappings":"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"}
@@ -1,17 +1,17 @@
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 AdsSplashPageComponent {
6
6
  constructor() {
7
7
  this.text = 'Coming Soon';
8
8
  }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsSplashPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: AdsSplashPageComponent, selector: "ads-splash-page", inputs: { alt: "alt", imageSrc: "imageSrc", text: "text" }, ngImport: i0, template: "<div class=\"splash-page-container\">\n <img [src]=\"imageSrc\" [alt]=\"alt\" />\n <h1>{{ text }}</h1>\n</div>\n", styles: [":host{display:flex;width:100%;height:100%;min-height:172px;flex-direction:column;align-items:center;justify-content:center}.splash-page-container{display:flex;flex-direction:column;align-items:center;justify-content:center}img{width:131px;height:78px;margin-bottom:24px}h1{margin-bottom:0}\n"] }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsSplashPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: AdsSplashPageComponent, isStandalone: false, selector: "ads-splash-page", inputs: { alt: "alt", imageSrc: "imageSrc", text: "text" }, ngImport: i0, template: "<div class=\"splash-page-container\">\r\n <img [src]=\"imageSrc\" [alt]=\"alt\" />\r\n <h1>{{ text }}</h1>\r\n</div>\r\n", styles: [":host{display:flex;width:100%;height:100%;min-height:172px;flex-direction:column;align-items:center;justify-content:center}.splash-page-container{display:flex;flex-direction:column;align-items:center;justify-content:center}img{width:131px;height:78px;margin-bottom:24px}h1{margin-bottom:0}\n"] }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsSplashPageComponent, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsSplashPageComponent, decorators: [{
13
13
  type: Component,
14
- args: [{ selector: 'ads-splash-page', template: "<div class=\"splash-page-container\">\n <img [src]=\"imageSrc\" [alt]=\"alt\" />\n <h1>{{ text }}</h1>\n</div>\n", styles: [":host{display:flex;width:100%;height:100%;min-height:172px;flex-direction:column;align-items:center;justify-content:center}.splash-page-container{display:flex;flex-direction:column;align-items:center;justify-content:center}img{width:131px;height:78px;margin-bottom:24px}h1{margin-bottom:0}\n"] }]
14
+ args: [{ selector: 'ads-splash-page', standalone: false, template: "<div class=\"splash-page-container\">\r\n <img [src]=\"imageSrc\" [alt]=\"alt\" />\r\n <h1>{{ text }}</h1>\r\n</div>\r\n", styles: [":host{display:flex;width:100%;height:100%;min-height:172px;flex-direction:column;align-items:center;justify-content:center}.splash-page-container{display:flex;flex-direction:column;align-items:center;justify-content:center}img{width:131px;height:78px;margin-bottom:24px}h1{margin-bottom:0}\n"] }]
15
15
  }], propDecorators: { alt: [{
16
16
  type: Input
17
17
  }], imageSrc: [{
@@ -21,11 +21,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
21
21
  }] } });
22
22
 
23
23
  class AdsSplashPageModule {
24
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsSplashPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
25
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsSplashPageModule, declarations: [AdsSplashPageComponent], imports: [CommonModule], exports: [AdsSplashPageComponent] }); }
26
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsSplashPageModule, imports: [CommonModule] }); }
24
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsSplashPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
25
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.3", ngImport: i0, type: AdsSplashPageModule, declarations: [AdsSplashPageComponent], imports: [CommonModule], exports: [AdsSplashPageComponent] }); }
26
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsSplashPageModule, imports: [CommonModule] }); }
27
27
  }
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsSplashPageModule, decorators: [{
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsSplashPageModule, decorators: [{
29
29
  type: NgModule,
30
30
  args: [{
31
31
  imports: [CommonModule],
@@ -1 +1 @@
1
- {"version":3,"file":"ascentgl-ads-ui-src-lib-components-splash-page.mjs","sources":["../../../../libs/ads-ui/src/lib/components/splash-page/splash-page.component.ts","../../../../libs/ads-ui/src/lib/components/splash-page/splash-page.component.html","../../../../libs/ads-ui/src/lib/components/splash-page/splash-page.module.ts","../../../../libs/ads-ui/src/lib/components/splash-page/ascentgl-ads-ui-src-lib-components-splash-page.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'ads-splash-page',\n templateUrl: './splash-page.component.html',\n styleUrls: ['./splash-page.component.scss'],\n})\nexport class AdsSplashPageComponent {\n /**\n * Alt text for the logo\n */\n @Input() alt!: string;\n\n /**\n * Logo to display\n */\n @Input() imageSrc!: string;\n @Input() text = 'Coming Soon';\n}\n","<div class=\"splash-page-container\">\n <img [src]=\"imageSrc\" [alt]=\"alt\" />\n <h1>{{ text }}</h1>\n</div>\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { AdsSplashPageComponent } from './splash-page.component';\n\n@NgModule({\n imports: [CommonModule],\n declarations: [AdsSplashPageComponent],\n exports: [AdsSplashPageComponent],\n})\nexport class AdsSplashPageModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,sBAAsB,CAAA;AALnC,IAAA,WAAA,GAAA;QAeW,IAAI,CAAA,IAAA,GAAG,aAAa,CAAC;AAC/B,KAAA;8GAXY,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAtB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,sBAAsB,mHCPnC,oHAIA,EAAA,MAAA,EAAA,CAAA,qSAAA,CAAA,EAAA,CAAA,CAAA,EAAA;;2FDGa,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBALlC,SAAS;+BACE,iBAAiB,EAAA,QAAA,EAAA,oHAAA,EAAA,MAAA,EAAA,CAAA,qSAAA,CAAA,EAAA,CAAA;8BAQlB,GAAG,EAAA,CAAA;sBAAX,KAAK;gBAKG,QAAQ,EAAA,CAAA;sBAAhB,KAAK;gBACG,IAAI,EAAA,CAAA;sBAAZ,KAAK;;;MERK,mBAAmB,CAAA;8GAAnB,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;AAAnB,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,mBAAmB,EAHf,YAAA,EAAA,CAAA,sBAAsB,CAD3B,EAAA,OAAA,EAAA,CAAA,YAAY,aAEZ,sBAAsB,CAAA,EAAA,CAAA,CAAA,EAAA;AAErB,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,mBAAmB,YAJpB,YAAY,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAIX,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAL/B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,YAAY,EAAE,CAAC,sBAAsB,CAAC;oBACtC,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA,CAAA;;;ACRD;;AAEG;;;;"}
1
+ {"version":3,"file":"ascentgl-ads-ui-src-lib-components-splash-page.mjs","sources":["../tmp-esm2022/src/lib/components/splash-page/splash-page.component.js","../tmp-esm2022/src/lib/components/splash-page/splash-page.module.js","../tmp-esm2022/src/lib/components/splash-page/ascentgl-ads-ui-src-lib-components-splash-page.js"],"sourcesContent":["import { Component, Input } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nexport class AdsSplashPageComponent {\n constructor() {\n this.text = 'Coming Soon';\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsSplashPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"20.0.3\", type: AdsSplashPageComponent, isStandalone: false, selector: \"ads-splash-page\", inputs: { alt: \"alt\", imageSrc: \"imageSrc\", text: \"text\" }, ngImport: i0, template: \"<div class=\\\"splash-page-container\\\">\\r\\n <img [src]=\\\"imageSrc\\\" [alt]=\\\"alt\\\" />\\r\\n <h1>{{ text }}</h1>\\r\\n</div>\\r\\n\", styles: [\":host{display:flex;width:100%;height:100%;min-height:172px;flex-direction:column;align-items:center;justify-content:center}.splash-page-container{display:flex;flex-direction:column;align-items:center;justify-content:center}img{width:131px;height:78px;margin-bottom:24px}h1{margin-bottom:0}\\n\"] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsSplashPageComponent, decorators: [{\n type: Component,\n args: [{ selector: 'ads-splash-page', standalone: false, template: \"<div class=\\\"splash-page-container\\\">\\r\\n <img [src]=\\\"imageSrc\\\" [alt]=\\\"alt\\\" />\\r\\n <h1>{{ text }}</h1>\\r\\n</div>\\r\\n\", styles: [\":host{display:flex;width:100%;height:100%;min-height:172px;flex-direction:column;align-items:center;justify-content:center}.splash-page-container{display:flex;flex-direction:column;align-items:center;justify-content:center}img{width:131px;height:78px;margin-bottom:24px}h1{margin-bottom:0}\\n\"] }]\n }], propDecorators: { alt: [{\n type: Input\n }], imageSrc: [{\n type: Input\n }], text: [{\n type: Input\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3BsYXNoLXBhZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL3NwbGFzaC1wYWdlL3NwbGFzaC1wYWdlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9zcGxhc2gtcGFnZS9zcGxhc2gtcGFnZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFRakQsTUFBTSxPQUFPLHNCQUFzQjtJQU5uQztRQWdCVyxTQUFJLEdBQUcsYUFBYSxDQUFDO0tBQy9COzhHQVhZLHNCQUFzQjtrR0FBdEIsc0JBQXNCLHdJQ1JuQyw0SEFJQTs7MkZESWEsc0JBQXNCO2tCQU5sQyxTQUFTOytCQUNFLGlCQUFpQixjQUdmLEtBQUs7OEJBTVIsR0FBRztzQkFBWCxLQUFLO2dCQUtHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhZHMtc3BsYXNoLXBhZ2UnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9zcGxhc2gtcGFnZS5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vc3BsYXNoLXBhZ2UuY29tcG9uZW50LnNjc3MnXSxcclxuICBzdGFuZGFsb25lOiBmYWxzZSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEFkc1NwbGFzaFBhZ2VDb21wb25lbnQge1xyXG4gIC8qKlxyXG4gICAqIEFsdCB0ZXh0IGZvciB0aGUgbG9nb1xyXG4gICAqL1xyXG4gIEBJbnB1dCgpIGFsdCE6IHN0cmluZztcclxuXHJcbiAgLyoqXHJcbiAgICogTG9nbyB0byBkaXNwbGF5XHJcbiAgICovXHJcbiAgQElucHV0KCkgaW1hZ2VTcmMhOiBzdHJpbmc7XHJcbiAgQElucHV0KCkgdGV4dCA9ICdDb21pbmcgU29vbic7XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cInNwbGFzaC1wYWdlLWNvbnRhaW5lclwiPlxyXG4gIDxpbWcgW3NyY109XCJpbWFnZVNyY1wiIFthbHRdPVwiYWx0XCIgLz5cclxuICA8aDE+e3sgdGV4dCB9fTwvaDE+XHJcbjwvZGl2PlxyXG4iXX0=","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { AdsSplashPageComponent } from './splash-page.component';\nimport * as i0 from \"@angular/core\";\nexport class AdsSplashPageModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsSplashPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsSplashPageModule, declarations: [AdsSplashPageComponent], imports: [CommonModule], exports: [AdsSplashPageComponent] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsSplashPageModule, imports: [CommonModule] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsSplashPageModule, decorators: [{\n type: NgModule,\n args: [{\n imports: [CommonModule],\n declarations: [AdsSplashPageComponent],\n exports: [AdsSplashPageComponent],\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3BsYXNoLXBhZ2UubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL3NwbGFzaC1wYWdlL3NwbGFzaC1wYWdlLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7QUFPakUsTUFBTSxPQUFPLG1CQUFtQjs4R0FBbkIsbUJBQW1COytHQUFuQixtQkFBbUIsaUJBSGYsc0JBQXNCLGFBRDNCLFlBQVksYUFFWixzQkFBc0I7K0dBRXJCLG1CQUFtQixZQUpwQixZQUFZOzsyRkFJWCxtQkFBbUI7a0JBTC9CLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixZQUFZLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztvQkFDdEMsT0FBTyxFQUFFLENBQUMsc0JBQXNCLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQWRzU3BsYXNoUGFnZUNvbXBvbmVudCB9IGZyb20gJy4vc3BsYXNoLXBhZ2UuY29tcG9uZW50JztcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXHJcbiAgZGVjbGFyYXRpb25zOiBbQWRzU3BsYXNoUGFnZUNvbXBvbmVudF0sXHJcbiAgZXhwb3J0czogW0Fkc1NwbGFzaFBhZ2VDb21wb25lbnRdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgQWRzU3BsYXNoUGFnZU1vZHVsZSB7fVxyXG4iXX0=","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './public-api';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNjZW50Z2wtYWRzLXVpLXNyYy1saWItY29tcG9uZW50cy1zcGxhc2gtcGFnZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9zcGxhc2gtcGFnZS9hc2NlbnRnbC1hZHMtdWktc3JjLWxpYi1jb21wb25lbnRzLXNwbGFzaC1wYWdlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0="],"names":[],"mappings":"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"}
@@ -3,20 +3,20 @@ import { Component, NgModule } from '@angular/core';
3
3
  import { CommonModule } from '@angular/common';
4
4
 
5
5
  class AdsTagContainerComponent {
6
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsTagContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: AdsTagContainerComponent, selector: "ads-tag-container", ngImport: i0, template: "<div class=\"tag-container\">\n <ng-content></ng-content>\n</div>\n", styles: [".tag-container{display:flex;justify-content:flex-end;align-items:center;gap:16px;flex-wrap:wrap}\n"] }); }
6
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsTagContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: AdsTagContainerComponent, isStandalone: false, selector: "ads-tag-container", ngImport: i0, template: "<div class=\"tag-container\">\r\n <ng-content></ng-content>\r\n</div>\r\n", styles: [".tag-container{display:flex;justify-content:flex-end;align-items:flex-start;gap:16px;flex-wrap:wrap;height:24px}\n"] }); }
8
8
  }
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsTagContainerComponent, decorators: [{
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsTagContainerComponent, decorators: [{
10
10
  type: Component,
11
- args: [{ selector: 'ads-tag-container', template: "<div class=\"tag-container\">\n <ng-content></ng-content>\n</div>\n", styles: [".tag-container{display:flex;justify-content:flex-end;align-items:center;gap:16px;flex-wrap:wrap}\n"] }]
11
+ args: [{ selector: 'ads-tag-container', standalone: false, template: "<div class=\"tag-container\">\r\n <ng-content></ng-content>\r\n</div>\r\n", styles: [".tag-container{display:flex;justify-content:flex-end;align-items:flex-start;gap:16px;flex-wrap:wrap;height:24px}\n"] }]
12
12
  }] });
13
13
 
14
14
  class AdsTagContainerModule {
15
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsTagContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
16
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsTagContainerModule, declarations: [AdsTagContainerComponent], imports: [CommonModule], exports: [AdsTagContainerComponent] }); }
17
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsTagContainerModule, imports: [CommonModule] }); }
15
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsTagContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
16
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.3", ngImport: i0, type: AdsTagContainerModule, declarations: [AdsTagContainerComponent], imports: [CommonModule], exports: [AdsTagContainerComponent] }); }
17
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsTagContainerModule, imports: [CommonModule] }); }
18
18
  }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsTagContainerModule, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AdsTagContainerModule, decorators: [{
20
20
  type: NgModule,
21
21
  args: [{
22
22
  declarations: [AdsTagContainerComponent],
@@ -1 +1 @@
1
- {"version":3,"file":"ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs","sources":["../../../../libs/ads-ui/src/lib/components/tags/tag-container/tag-container.component.ts","../../../../libs/ads-ui/src/lib/components/tags/tag-container/tag-container.component.html","../../../../libs/ads-ui/src/lib/components/tags/tag-container/tag-container.module.ts","../../../../libs/ads-ui/src/lib/components/tags/tag-container/ascentgl-ads-ui-src-lib-components-tags-tag-container.ts"],"sourcesContent":["import { Component } from '@angular/core';\n\n@Component({\n selector: 'ads-tag-container',\n templateUrl: './tag-container.component.html',\n styleUrls: ['./tag-container.component.scss'],\n})\nexport class AdsTagContainerComponent {}\n","<div class=\"tag-container\">\n <ng-content></ng-content>\n</div>\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AdsTagContainerComponent } from './tag-container.component';\n\n@NgModule({\n declarations: [AdsTagContainerComponent],\n imports: [CommonModule],\n exports: [AdsTagContainerComponent],\n})\nexport class AdsTagContainerModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,wBAAwB,CAAA;8GAAxB,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAxB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,wBAAwB,yDCPrC,sEAGA,EAAA,MAAA,EAAA,CAAA,oGAAA,CAAA,EAAA,CAAA,CAAA,EAAA;;2FDIa,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBALpC,SAAS;+BACE,mBAAmB,EAAA,QAAA,EAAA,sEAAA,EAAA,MAAA,EAAA,CAAA,oGAAA,CAAA,EAAA,CAAA;;;MEMlB,qBAAqB,CAAA;8GAArB,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;AAArB,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,qBAAqB,EAJjB,YAAA,EAAA,CAAA,wBAAwB,CAC7B,EAAA,OAAA,EAAA,CAAA,YAAY,aACZ,wBAAwB,CAAA,EAAA,CAAA,CAAA,EAAA;AAEvB,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,qBAAqB,YAHtB,YAAY,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAGX,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBALjC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,wBAAwB,CAAC;oBACxC,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,wBAAwB,CAAC;AACpC,iBAAA,CAAA;;;ACRD;;AAEG;;;;"}
1
+ {"version":3,"file":"ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs","sources":["../tmp-esm2022/src/lib/components/tags/tag-container/tag-container.component.js","../tmp-esm2022/src/lib/components/tags/tag-container/tag-container.module.js","../tmp-esm2022/src/lib/components/tags/tag-container/ascentgl-ads-ui-src-lib-components-tags-tag-container.js"],"sourcesContent":["import { Component } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nexport class AdsTagContainerComponent {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsTagContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"20.0.3\", type: AdsTagContainerComponent, isStandalone: false, selector: \"ads-tag-container\", ngImport: i0, template: \"<div class=\\\"tag-container\\\">\\r\\n <ng-content></ng-content>\\r\\n</div>\\r\\n\", styles: [\".tag-container{display:flex;justify-content:flex-end;align-items:flex-start;gap:16px;flex-wrap:wrap;height:24px}\\n\"] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsTagContainerComponent, decorators: [{\n type: Component,\n args: [{ selector: 'ads-tag-container', standalone: false, template: \"<div class=\\\"tag-container\\\">\\r\\n <ng-content></ng-content>\\r\\n</div>\\r\\n\", styles: [\".tag-container{display:flex;justify-content:flex-end;align-items:flex-start;gap:16px;flex-wrap:wrap;height:24px}\\n\"] }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFnLWNvbnRhaW5lci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvdGFncy90YWctY29udGFpbmVyL3RhZy1jb250YWluZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL3RhZ3MvdGFnLWNvbnRhaW5lci90YWctY29udGFpbmVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUTFDLE1BQU0sT0FBTyx3QkFBd0I7OEdBQXhCLHdCQUF3QjtrR0FBeEIsd0JBQXdCLDhFQ1JyQyw0RUFHQTs7MkZES2Esd0JBQXdCO2tCQU5wQyxTQUFTOytCQUNFLG1CQUFtQixjQUdqQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2Fkcy10YWctY29udGFpbmVyJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vdGFnLWNvbnRhaW5lci5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vdGFnLWNvbnRhaW5lci5jb21wb25lbnQuc2NzcyddLFxyXG4gIHN0YW5kYWxvbmU6IGZhbHNlLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgQWRzVGFnQ29udGFpbmVyQ29tcG9uZW50IHt9XHJcbiIsIjxkaXYgY2xhc3M9XCJ0YWctY29udGFpbmVyXCI+XHJcbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxyXG48L2Rpdj5cclxuIl19","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AdsTagContainerComponent } from './tag-container.component';\nimport * as i0 from \"@angular/core\";\nexport class AdsTagContainerModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsTagContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsTagContainerModule, declarations: [AdsTagContainerComponent], imports: [CommonModule], exports: [AdsTagContainerComponent] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsTagContainerModule, imports: [CommonModule] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.3\", ngImport: i0, type: AdsTagContainerModule, decorators: [{\n type: NgModule,\n args: [{\n declarations: [AdsTagContainerComponent],\n imports: [CommonModule],\n exports: [AdsTagContainerComponent],\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFnLWNvbnRhaW5lci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvdGFncy90YWctY29udGFpbmVyL3RhZy1jb250YWluZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDOztBQU9yRSxNQUFNLE9BQU8scUJBQXFCOzhHQUFyQixxQkFBcUI7K0dBQXJCLHFCQUFxQixpQkFKakIsd0JBQXdCLGFBQzdCLFlBQVksYUFDWix3QkFBd0I7K0dBRXZCLHFCQUFxQixZQUh0QixZQUFZOzsyRkFHWCxxQkFBcUI7a0JBTGpDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsd0JBQXdCLENBQUM7b0JBQ3hDLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsT0FBTyxFQUFFLENBQUMsd0JBQXdCLENBQUM7aUJBQ3BDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgQWRzVGFnQ29udGFpbmVyQ29tcG9uZW50IH0gZnJvbSAnLi90YWctY29udGFpbmVyLmNvbXBvbmVudCc7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW0Fkc1RhZ0NvbnRhaW5lckNvbXBvbmVudF0sXHJcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXHJcbiAgZXhwb3J0czogW0Fkc1RhZ0NvbnRhaW5lckNvbXBvbmVudF0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBBZHNUYWdDb250YWluZXJNb2R1bGUge31cclxuIl19","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './public-api';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNjZW50Z2wtYWRzLXVpLXNyYy1saWItY29tcG9uZW50cy10YWdzLXRhZy1jb250YWluZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvdGFncy90YWctY29udGFpbmVyL2FzY2VudGdsLWFkcy11aS1zcmMtbGliLWNvbXBvbmVudHMtdGFncy10YWctY29udGFpbmVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0="],"names":[],"mappings":";;;;AAEO,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,SAAS,EAAE,CAAC,CAAC;AAC1L,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,wBAAwB,EAAE,YAAY,EAAE,KAAK,EAAE,QAAQ,EAAE,mBAAmB,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,4EAA4E,EAAE,MAAM,EAAE,CAAC,oHAAoH,CAAC,EAAE,CAAC,CAAC;AACxZ;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,SAAS;AAC3B,YAAY,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,mBAAmB,EAAE,UAAU,EAAE,KAAK,EAAE,QAAQ,EAAE,4EAA4E,EAAE,MAAM,EAAE,CAAC,oHAAoH,CAAC,EAAE;AAC/R,SAAS,CAAC,EAAE,CAAC;;ACLN,MAAM,qBAAqB,CAAC;AACnC,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,QAAQ,EAAE,CAAC,CAAC;AACtL,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,qBAAqB,EAAE,YAAY,EAAE,CAAC,wBAAwB,CAAC,EAAE,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,OAAO,EAAE,CAAC,wBAAwB,CAAC,EAAE,CAAC,CAAC;AAChP,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,qBAAqB,EAAE,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC;AACjK;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,QAAQ;AAC1B,YAAY,IAAI,EAAE,CAAC;AACnB,oBAAoB,YAAY,EAAE,CAAC,wBAAwB,CAAC;AAC5D,oBAAoB,OAAO,EAAE,CAAC,YAAY,CAAC;AAC3C,oBAAoB,OAAO,EAAE,CAAC,wBAAwB,CAAC;AACvD,iBAAiB;AACjB,SAAS,CAAC,EAAE,CAAC;;AChBb;AACA;AACA;;;;"}