@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,19 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { AdsProgressIndicatorSpinnerComponent } from './progress-indicator-spinner.component';
4
- import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
5
- import * as i0 from "@angular/core";
6
- export class AdsProgressIndicatorSpinnerModule {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressIndicatorSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressIndicatorSpinnerModule, declarations: [AdsProgressIndicatorSpinnerComponent], imports: [CommonModule, MatProgressSpinnerModule], exports: [AdsProgressIndicatorSpinnerComponent] }); }
9
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressIndicatorSpinnerModule, imports: [CommonModule, MatProgressSpinnerModule] }); }
10
- }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressIndicatorSpinnerModule, decorators: [{
12
- type: NgModule,
13
- args: [{
14
- declarations: [AdsProgressIndicatorSpinnerComponent],
15
- imports: [CommonModule, MatProgressSpinnerModule],
16
- exports: [AdsProgressIndicatorSpinnerComponent],
17
- }]
18
- }] });
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3MtaW5kaWNhdG9yLXNwaW5uZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL3Byb2dyZXNzLWluZGljYXRvcnMvcHJvZ3Jlc3MtaW5kaWNhdG9yLXNwaW5uZXIvcHJvZ3Jlc3MtaW5kaWNhdG9yLXNwaW5uZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxvQ0FBb0MsRUFBRSxNQUFNLHdDQUF3QyxDQUFDO0FBQzlGLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLG9DQUFvQyxDQUFDOztBQU85RSxNQUFNLE9BQU8saUNBQWlDOzhHQUFqQyxpQ0FBaUM7K0dBQWpDLGlDQUFpQyxpQkFKN0Isb0NBQW9DLGFBQ3pDLFlBQVksRUFBRSx3QkFBd0IsYUFDdEMsb0NBQW9DOytHQUVuQyxpQ0FBaUMsWUFIbEMsWUFBWSxFQUFFLHdCQUF3Qjs7MkZBR3JDLGlDQUFpQztrQkFMN0MsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxvQ0FBb0MsQ0FBQztvQkFDcEQsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLHdCQUF3QixDQUFDO29CQUNqRCxPQUFPLEVBQUUsQ0FBQyxvQ0FBb0MsQ0FBQztpQkFDaEQiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEFkc1Byb2dyZXNzSW5kaWNhdG9yU3Bpbm5lckNvbXBvbmVudCB9IGZyb20gJy4vcHJvZ3Jlc3MtaW5kaWNhdG9yLXNwaW5uZXIuY29tcG9uZW50JztcbmltcG9ydCB7IE1hdFByb2dyZXNzU3Bpbm5lck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL3Byb2dyZXNzLXNwaW5uZXInO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtBZHNQcm9ncmVzc0luZGljYXRvclNwaW5uZXJDb21wb25lbnRdLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBNYXRQcm9ncmVzc1NwaW5uZXJNb2R1bGVdLFxuICBleHBvcnRzOiBbQWRzUHJvZ3Jlc3NJbmRpY2F0b3JTcGlubmVyQ29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzUHJvZ3Jlc3NJbmRpY2F0b3JTcGlubmVyTW9kdWxlIHt9XG4iXX0=
@@ -1,8 +0,0 @@
1
- export var ProgressIndicatorSpinnerDefault;
2
- (function (ProgressIndicatorSpinnerDefault) {
3
- ProgressIndicatorSpinnerDefault[ProgressIndicatorSpinnerDefault["diameter"] = 52] = "diameter";
4
- ProgressIndicatorSpinnerDefault[ProgressIndicatorSpinnerDefault["padding"] = 11] = "padding";
5
- ProgressIndicatorSpinnerDefault[ProgressIndicatorSpinnerDefault["fontSize"] = 20] = "fontSize";
6
- ProgressIndicatorSpinnerDefault[ProgressIndicatorSpinnerDefault["max"] = 10] = "max";
7
- })(ProgressIndicatorSpinnerDefault || (ProgressIndicatorSpinnerDefault = {}));
8
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3MtaW5kaWNhdG9yLXNwaW5uZXIudHlwZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvcHJvZ3Jlc3MtaW5kaWNhdG9ycy9wcm9ncmVzcy1pbmRpY2F0b3Itc3Bpbm5lci9wcm9ncmVzcy1pbmRpY2F0b3Itc3Bpbm5lci50eXBlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQU4sSUFBWSwrQkFLWDtBQUxELFdBQVksK0JBQStCO0lBQ3pDLDhGQUFhLENBQUE7SUFDYiw0RkFBWSxDQUFBO0lBQ1osOEZBQWEsQ0FBQTtJQUNiLG9GQUFRLENBQUE7QUFDVixDQUFDLEVBTFcsK0JBQStCLEtBQS9CLCtCQUErQixRQUsxQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIFByb2dyZXNzSW5kaWNhdG9yU3Bpbm5lckRlZmF1bHQge1xuICBkaWFtZXRlciA9IDUyLFxuICBwYWRkaW5nID0gMTEsXG4gIGZvbnRTaXplID0gMjAsXG4gIG1heCA9IDEwLFxufVxuIl19
@@ -1,3 +0,0 @@
1
- export * from './progress-indicator-spinner.component';
2
- export * from './progress-indicator-spinner.module';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9wcm9ncmVzcy1pbmRpY2F0b3JzL3Byb2dyZXNzLWluZGljYXRvci1zcGlubmVyL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx3Q0FBd0MsQ0FBQztBQUN2RCxjQUFjLHFDQUFxQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9wcm9ncmVzcy1pbmRpY2F0b3Itc3Bpbm5lci5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9wcm9ncmVzcy1pbmRpY2F0b3Itc3Bpbm5lci5tb2R1bGUnO1xuIl19
@@ -1,2 +0,0 @@
1
- export * from './public-api';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvcHJvZ3Jlc3MtaW5kaWNhdG9ycy9wcm9ncmVzcy1zcGlubmVyL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
@@ -1,95 +0,0 @@
1
- import { ChangeDetectorRef, Component, ElementRef, HostListener, Input } from '@angular/core';
2
- import { DomHelper } from '@ascentgl/ads-utils';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/common";
5
- import * as i2 from "@angular/material/progress-spinner";
6
- export var SpinnerSize;
7
- (function (SpinnerSize) {
8
- SpinnerSize["xSmall"] = "x-small";
9
- SpinnerSize["small"] = "small";
10
- SpinnerSize["normal"] = "normal";
11
- })(SpinnerSize || (SpinnerSize = {}));
12
- export class AdsProgressSpinnerComponent {
13
- constructor(ref, cdr) {
14
- this.ref = ref;
15
- this.cdr = cdr;
16
- /** set spinner z-index */
17
- this.zIndex = 1;
18
- /** set spinner scrollContainer. This is useful when the spinner is inside dialog window **/
19
- this.scrollContainer = 'none';
20
- /** set spinner size */
21
- this.size = SpinnerSize.normal;
22
- this.computedDiameter = 100;
23
- this.isSticky = false;
24
- this.sizes = {
25
- [SpinnerSize.xSmall]: 50,
26
- [SpinnerSize.small]: 70,
27
- [SpinnerSize.normal]: 100,
28
- };
29
- }
30
- /** @ignore */
31
- ngOnInit() {
32
- let scrollContainer = this.scrollContainer;
33
- if (this.scrollContainer == 'auto') {
34
- scrollContainer = DomHelper.getScrollableParent(this.ref.nativeElement);
35
- }
36
- /**
37
- * if scroll container is HTMLElement, make spinner stick to it's dimensions
38
- */
39
- if (scrollContainer instanceof HTMLElement) {
40
- this.scrollContainer = scrollContainer;
41
- this.isSticky = true;
42
- this.computedStyles = getComputedStyle(scrollContainer);
43
- }
44
- if (this.diameter) {
45
- this.computedDiameter = this.diameter;
46
- }
47
- else {
48
- this.computedDiameter = this.sizes[this.size];
49
- }
50
- }
51
- /** @ignore */
52
- getOverlayStyles() {
53
- const container = this.scrollContainer;
54
- const computedStyles = this.computedStyles ?? {};
55
- /**
56
- * subtract .5px from width to avoid "accidental" appearance of scrollbars on resize
57
- */
58
- return {
59
- zIndex: this.zIndex,
60
- height: container.clientHeight + 'px',
61
- width: container.clientWidth - 0.5 + 'px',
62
- top: computedStyles.paddingTop ? '-' + computedStyles.paddingTop : 0,
63
- left: computedStyles.paddingLeft ? '-' + computedStyles.paddingLeft : 0,
64
- };
65
- }
66
- /**
67
- * @ignore
68
- * required for proper change detection
69
- * NOTE: REALLY REQUIRED
70
- */
71
- resize() {
72
- /**
73
- * additional change detection allows to avoid overlay sizing issues when window is being resized
74
- */
75
- this.cdr.detectChanges();
76
- }
77
- 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 }); }
78
- 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"] }] }); }
79
- }
80
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressSpinnerComponent, decorators: [{
81
- type: Component,
82
- 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"] }]
83
- }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }], propDecorators: { zIndex: [{
84
- type: Input
85
- }], scrollContainer: [{
86
- type: Input
87
- }], size: [{
88
- type: Input
89
- }], diameter: [{
90
- type: Input
91
- }], resize: [{
92
- type: HostListener,
93
- args: ['window:resize']
94
- }] } });
95
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3Mtc3Bpbm5lci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvcHJvZ3Jlc3MtaW5kaWNhdG9ycy9wcm9ncmVzcy1zcGlubmVyL3Byb2dyZXNzLXNwaW5uZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL3Byb2dyZXNzLWluZGljYXRvcnMvcHJvZ3Jlc3Mtc3Bpbm5lci9wcm9ncmVzcy1zcGlubmVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDdEcsT0FBTyxFQUFFLFNBQVMsRUFBc0IsTUFBTSxxQkFBcUIsQ0FBQzs7OztBQUVwRSxNQUFNLENBQU4sSUFBWSxXQUlYO0FBSkQsV0FBWSxXQUFXO0lBQ3JCLGlDQUFrQixDQUFBO0lBQ2xCLDhCQUFlLENBQUE7SUFDZixnQ0FBaUIsQ0FBQTtBQUNuQixDQUFDLEVBSlcsV0FBVyxLQUFYLFdBQVcsUUFJdEI7QUFPRCxNQUFNLE9BQU8sMkJBQTJCO0lBdUJ0QyxZQUNZLEdBQWUsRUFDakIsR0FBc0I7UUFEcEIsUUFBRyxHQUFILEdBQUcsQ0FBWTtRQUNqQixRQUFHLEdBQUgsR0FBRyxDQUFtQjtRQXhCaEMsMEJBQTBCO1FBQ2pCLFdBQU0sR0FBRyxDQUFDLENBQUM7UUFFcEIsNEZBQTRGO1FBQ25GLG9CQUFlLEdBQWtDLE1BQU0sQ0FBQztRQUVqRSx1QkFBdUI7UUFDZCxTQUFJLEdBQWdCLFdBQVcsQ0FBQyxNQUFNLENBQUM7UUFLaEQscUJBQWdCLEdBQUcsR0FBRyxDQUFDO1FBQ3ZCLGFBQVEsR0FBRyxLQUFLLENBQUM7UUFHQSxVQUFLLEdBQUc7WUFDdkIsQ0FBQyxXQUFXLENBQUMsTUFBTSxDQUFDLEVBQUUsRUFBRTtZQUN4QixDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUMsRUFBRSxFQUFFO1lBQ3ZCLENBQUMsV0FBVyxDQUFDLE1BQU0sQ0FBQyxFQUFFLEdBQUc7U0FDMUIsQ0FBQztJQUtDLENBQUM7SUFFSixjQUFjO0lBQ2QsUUFBUTtRQUNOLElBQUksZUFBZSxHQUEyQyxJQUFJLENBQUMsZUFBZSxDQUFDO1FBRW5GLElBQUksSUFBSSxDQUFDLGVBQWUsSUFBSSxNQUFNLEVBQUUsQ0FBQztZQUNuQyxlQUFlLEdBQUcsU0FBUyxDQUFDLG1CQUFtQixDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsYUFBYSxDQUFDLENBQUM7UUFDMUUsQ0FBQztRQUVEOztXQUVHO1FBQ0gsSUFBSSxlQUFlLFlBQVksV0FBVyxFQUFFLENBQUM7WUFDM0MsSUFBSSxDQUFDLGVBQWUsR0FBRyxlQUFlLENBQUM7WUFDdkMsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUM7WUFDckIsSUFBSSxDQUFDLGNBQWMsR0FBRyxnQkFBZ0IsQ0FBQyxlQUFlLENBQUMsQ0FBQztRQUMxRCxDQUFDO1FBRUQsSUFBSSxJQUFJLENBQUMsUUFBUSxFQUFFLENBQUM7WUFDbEIsSUFBSSxDQUFDLGdCQUFnQixHQUFHLElBQUksQ0FBQyxRQUFRLENBQUM7UUFDeEMsQ0FBQzthQUFNLENBQUM7WUFDTixJQUFJLENBQUMsZ0JBQWdCLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDaEQsQ0FBQztJQUNILENBQUM7SUFFRCxjQUFjO0lBQ2QsZ0JBQWdCO1FBQ2QsTUFBTSxTQUFTLEdBQWdCLElBQUksQ0FBQyxlQUFlLENBQUM7UUFFcEQsTUFBTSxjQUFjLEdBQXVCLElBQUksQ0FBQyxjQUFjLElBQUksRUFBRSxDQUFDO1FBRXJFOztXQUVHO1FBQ0gsT0FBTztZQUNMLE1BQU0sRUFBRSxJQUFJLENBQUMsTUFBTTtZQUNuQixNQUFNLEVBQUUsU0FBUyxDQUFDLFlBQVksR0FBRyxJQUFJO1lBQ3JDLEtBQUssRUFBRSxTQUFTLENBQUMsV0FBVyxHQUFHLEdBQUcsR0FBRyxJQUFJO1lBQ3pDLEdBQUcsRUFBRSxjQUFjLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxHQUFHLEdBQUcsY0FBYyxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsQ0FBQztZQUNwRSxJQUFJLEVBQUUsY0FBYyxDQUFDLFdBQVcsQ0FBQyxDQUFDLENBQUMsR0FBRyxHQUFHLGNBQWMsQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDLENBQUM7U0FDeEUsQ0FBQztJQUNKLENBQUM7SUFFRDs7OztPQUlHO0lBQzRCLE1BQU07UUFDbkM7O1dBRUc7UUFDSCxJQUFJLENBQUMsR0FBRyxDQUFDLGFBQWEsRUFBRSxDQUFDO0lBQzNCLENBQUM7OEdBaEZVLDJCQUEyQjtrR0FBM0IsMkJBQTJCLHdOQ2R4QyxvYkFXQTs7MkZER2EsMkJBQTJCO2tCQUx2QyxTQUFTOytCQUNFLHNCQUFzQjsrR0FNdkIsTUFBTTtzQkFBZCxLQUFLO2dCQUdHLGVBQWU7c0JBQXZCLEtBQUs7Z0JBR0csSUFBSTtzQkFBWixLQUFLO2dCQUdHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBZ0V5QixNQUFNO3NCQUFwQyxZQUFZO3VCQUFDLGVBQWUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3RvclJlZiwgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBIb3N0TGlzdGVuZXIsIElucHV0LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERvbUhlbHBlciwgR0VORVJJQ19DT0xMRUNUSU9OIH0gZnJvbSAnQGFzY2VudGdsL2Fkcy11dGlscyc7XG5cbmV4cG9ydCBlbnVtIFNwaW5uZXJTaXplIHtcbiAgeFNtYWxsID0gJ3gtc21hbGwnLFxuICBzbWFsbCA9ICdzbWFsbCcsXG4gIG5vcm1hbCA9ICdub3JtYWwnLFxufVxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhZHMtcHJvZ3Jlc3Mtc3Bpbm5lcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9wcm9ncmVzcy1zcGlubmVyLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vcHJvZ3Jlc3Mtc3Bpbm5lci5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNQcm9ncmVzc1NwaW5uZXJDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICAvKiogc2V0IHNwaW5uZXIgei1pbmRleCAqL1xuICBASW5wdXQoKSB6SW5kZXggPSAxO1xuXG4gIC8qKiBzZXQgc3Bpbm5lciBzY3JvbGxDb250YWluZXIuIFRoaXMgaXMgdXNlZnVsIHdoZW4gdGhlIHNwaW5uZXIgaXMgaW5zaWRlIGRpYWxvZyB3aW5kb3cgKiovXG4gIEBJbnB1dCgpIHNjcm9sbENvbnRhaW5lcjogSFRNTEVsZW1lbnQgfCAnYXV0bycgfCAnbm9uZScgPSAnbm9uZSc7XG5cbiAgLyoqIHNldCBzcGlubmVyIHNpemUgKi9cbiAgQElucHV0KCkgc2l6ZTogU3Bpbm5lclNpemUgPSBTcGlubmVyU2l6ZS5ub3JtYWw7XG5cbiAgLyoqIHNldCBzcGlubmVyIGRpYW1ldGVyIChvdmVycmlkZXMgXCJzaXplXCIpICovXG4gIEBJbnB1dCgpIGRpYW1ldGVyPzogbnVtYmVyO1xuXG4gIGNvbXB1dGVkRGlhbWV0ZXIgPSAxMDA7XG4gIGlzU3RpY2t5ID0gZmFsc2U7XG4gIGNvbXB1dGVkU3R5bGVzPzogQ1NTU3R5bGVEZWNsYXJhdGlvbjtcblxuICBwcml2YXRlIHJlYWRvbmx5IHNpemVzID0ge1xuICAgIFtTcGlubmVyU2l6ZS54U21hbGxdOiA1MCxcbiAgICBbU3Bpbm5lclNpemUuc21hbGxdOiA3MCxcbiAgICBbU3Bpbm5lclNpemUubm9ybWFsXTogMTAwLFxuICB9O1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHByb3RlY3RlZCByZWY6IEVsZW1lbnRSZWYsXG4gICAgcHJpdmF0ZSBjZHI6IENoYW5nZURldGVjdG9yUmVmLFxuICApIHt9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgbGV0IHNjcm9sbENvbnRhaW5lcjogSFRNTEVsZW1lbnQgfCBXaW5kb3cgfCAnYXV0bycgfCAnbm9uZScgPSB0aGlzLnNjcm9sbENvbnRhaW5lcjtcblxuICAgIGlmICh0aGlzLnNjcm9sbENvbnRhaW5lciA9PSAnYXV0bycpIHtcbiAgICAgIHNjcm9sbENvbnRhaW5lciA9IERvbUhlbHBlci5nZXRTY3JvbGxhYmxlUGFyZW50KHRoaXMucmVmLm5hdGl2ZUVsZW1lbnQpO1xuICAgIH1cblxuICAgIC8qKlxuICAgICAqIGlmIHNjcm9sbCBjb250YWluZXIgaXMgSFRNTEVsZW1lbnQsIG1ha2Ugc3Bpbm5lciBzdGljayB0byBpdCdzIGRpbWVuc2lvbnNcbiAgICAgKi9cbiAgICBpZiAoc2Nyb2xsQ29udGFpbmVyIGluc3RhbmNlb2YgSFRNTEVsZW1lbnQpIHtcbiAgICAgIHRoaXMuc2Nyb2xsQ29udGFpbmVyID0gc2Nyb2xsQ29udGFpbmVyO1xuICAgICAgdGhpcy5pc1N0aWNreSA9IHRydWU7XG4gICAgICB0aGlzLmNvbXB1dGVkU3R5bGVzID0gZ2V0Q29tcHV0ZWRTdHlsZShzY3JvbGxDb250YWluZXIpO1xuICAgIH1cblxuICAgIGlmICh0aGlzLmRpYW1ldGVyKSB7XG4gICAgICB0aGlzLmNvbXB1dGVkRGlhbWV0ZXIgPSB0aGlzLmRpYW1ldGVyO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLmNvbXB1dGVkRGlhbWV0ZXIgPSB0aGlzLnNpemVzW3RoaXMuc2l6ZV07XG4gICAgfVxuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgZ2V0T3ZlcmxheVN0eWxlcygpOiBHRU5FUklDX0NPTExFQ1RJT04ge1xuICAgIGNvbnN0IGNvbnRhaW5lciA9IDxIVE1MRWxlbWVudD50aGlzLnNjcm9sbENvbnRhaW5lcjtcblxuICAgIGNvbnN0IGNvbXB1dGVkU3R5bGVzOiBHRU5FUklDX0NPTExFQ1RJT04gPSB0aGlzLmNvbXB1dGVkU3R5bGVzID8/IHt9O1xuXG4gICAgLyoqXG4gICAgICogc3VidHJhY3QgLjVweCBmcm9tIHdpZHRoICB0byBhdm9pZCBcImFjY2lkZW50YWxcIiBhcHBlYXJhbmNlIG9mIHNjcm9sbGJhcnMgb24gcmVzaXplXG4gICAgICovXG4gICAgcmV0dXJuIHtcbiAgICAgIHpJbmRleDogdGhpcy56SW5kZXgsXG4gICAgICBoZWlnaHQ6IGNvbnRhaW5lci5jbGllbnRIZWlnaHQgKyAncHgnLFxuICAgICAgd2lkdGg6IGNvbnRhaW5lci5jbGllbnRXaWR0aCAtIDAuNSArICdweCcsXG4gICAgICB0b3A6IGNvbXB1dGVkU3R5bGVzLnBhZGRpbmdUb3AgPyAnLScgKyBjb21wdXRlZFN0eWxlcy5wYWRkaW5nVG9wIDogMCxcbiAgICAgIGxlZnQ6IGNvbXB1dGVkU3R5bGVzLnBhZGRpbmdMZWZ0ID8gJy0nICsgY29tcHV0ZWRTdHlsZXMucGFkZGluZ0xlZnQgOiAwLFxuICAgIH07XG4gIH1cblxuICAvKipcbiAgICogQGlnbm9yZVxuICAgKiByZXF1aXJlZCBmb3IgcHJvcGVyIGNoYW5nZSBkZXRlY3Rpb25cbiAgICogTk9URTogUkVBTExZIFJFUVVJUkVEXG4gICAqL1xuICBASG9zdExpc3RlbmVyKCd3aW5kb3c6cmVzaXplJykgcmVzaXplKCk6IHZvaWQge1xuICAgIC8qKlxuICAgICAqIGFkZGl0aW9uYWwgY2hhbmdlIGRldGVjdGlvbiBhbGxvd3MgdG8gYXZvaWQgb3ZlcmxheSBzaXppbmcgaXNzdWVzIHdoZW4gd2luZG93IGlzIGJlaW5nIHJlc2l6ZWRcbiAgICAgKi9cbiAgICB0aGlzLmNkci5kZXRlY3RDaGFuZ2VzKCk7XG4gIH1cbn1cbiIsIkBpZiAoaXNTdGlja3kpIHtcbiAgPGRpdiBjbGFzcz1cInNwaW5uZXItY29udGFpbmVyXCI+XG4gICAgPGRpdiBjbGFzcz1cInNwaW5uZXItb3ZlcmxheVwiIFtuZ1N0eWxlXT1cImdldE92ZXJsYXlTdHlsZXMoKVwiPlxuICAgICAgPG1hdC1zcGlubmVyIFtkaWFtZXRlcl09XCJjb21wdXRlZERpYW1ldGVyXCIgYXJpYS1sYWJlbD1cInByb2dyZXNzIHNwaW5uZXJcIj48L21hdC1zcGlubmVyPlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbn0gQGVsc2Uge1xuICA8ZGl2IGNsYXNzPVwic3Bpbm5lci1vdmVybGF5IHdpbmRvd1wiIFtuZ1N0eWxlXT1cInsgekluZGV4IH1cIj5cbiAgICA8bWF0LXNwaW5uZXIgW2RpYW1ldGVyXT1cImNvbXB1dGVkRGlhbWV0ZXJcIiBhcmlhLWxhYmVsPVwicHJvZ3Jlc3Mgc3Bpbm5lclwiPjwvbWF0LXNwaW5uZXI+XG4gIDwvZGl2PlxufVxuIl19
@@ -1,22 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { AdsIconModule } from '@ascentgl/ads-icons';
4
- import { AdsGestureModule } from '@ascentgl/ads-utils';
5
- import { AdsProgressSpinnerComponent } from './progress-spinner.component';
6
- import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
7
- import * as i0 from "@angular/core";
8
- export class AdsProgressSpinnerModule {
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
- 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] }); }
11
- 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] }); }
12
- }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressSpinnerModule, decorators: [{
14
- type: NgModule,
15
- args: [{
16
- declarations: [AdsProgressSpinnerComponent],
17
- imports: [CommonModule, AdsIconModule, AdsGestureModule, MatProgressSpinnerModule],
18
- exports: [AdsProgressSpinnerComponent],
19
- providers: [{ provide: Window, useValue: window }],
20
- }]
21
- }] });
22
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3Mtc3Bpbm5lci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvcHJvZ3Jlc3MtaW5kaWNhdG9ycy9wcm9ncmVzcy1zcGlubmVyL3Byb2dyZXNzLXNwaW5uZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNwRCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN2RCxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUMzRSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQzs7QUFROUUsTUFBTSxPQUFPLHdCQUF3Qjs4R0FBeEIsd0JBQXdCOytHQUF4Qix3QkFBd0IsaUJBTHBCLDJCQUEyQixhQUNoQyxZQUFZLEVBQUUsYUFBYSxFQUFFLGdCQUFnQixFQUFFLHdCQUF3QixhQUN2RSwyQkFBMkI7K0dBRzFCLHdCQUF3QixhQUZ4QixDQUFDLEVBQUUsT0FBTyxFQUFFLE1BQU0sRUFBRSxRQUFRLEVBQUUsTUFBTSxFQUFFLENBQUMsWUFGeEMsWUFBWSxFQUFFLGFBQWEsRUFBRSxnQkFBZ0IsRUFBRSx3QkFBd0I7OzJGQUl0RSx3QkFBd0I7a0JBTnBDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsMkJBQTJCLENBQUM7b0JBQzNDLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxhQUFhLEVBQUUsZ0JBQWdCLEVBQUUsd0JBQXdCLENBQUM7b0JBQ2xGLE9BQU8sRUFBRSxDQUFDLDJCQUEyQixDQUFDO29CQUN0QyxTQUFTLEVBQUUsQ0FBQyxFQUFFLE9BQU8sRUFBRSxNQUFNLEVBQUUsUUFBUSxFQUFFLE1BQU0sRUFBRSxDQUFDO2lCQUNuRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQWRzSWNvbk1vZHVsZSB9IGZyb20gJ0Bhc2NlbnRnbC9hZHMtaWNvbnMnO1xuaW1wb3J0IHsgQWRzR2VzdHVyZU1vZHVsZSB9IGZyb20gJ0Bhc2NlbnRnbC9hZHMtdXRpbHMnO1xuaW1wb3J0IHsgQWRzUHJvZ3Jlc3NTcGlubmVyQ29tcG9uZW50IH0gZnJvbSAnLi9wcm9ncmVzcy1zcGlubmVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBNYXRQcm9ncmVzc1NwaW5uZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9wcm9ncmVzcy1zcGlubmVyJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbQWRzUHJvZ3Jlc3NTcGlubmVyQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgQWRzSWNvbk1vZHVsZSwgQWRzR2VzdHVyZU1vZHVsZSwgTWF0UHJvZ3Jlc3NTcGlubmVyTW9kdWxlXSxcbiAgZXhwb3J0czogW0Fkc1Byb2dyZXNzU3Bpbm5lckNvbXBvbmVudF0sXG4gIHByb3ZpZGVyczogW3sgcHJvdmlkZTogV2luZG93LCB1c2VWYWx1ZTogd2luZG93IH1dLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNQcm9ncmVzc1NwaW5uZXJNb2R1bGUge31cbiJdfQ==
@@ -1,3 +0,0 @@
1
- export * from './progress-spinner.component';
2
- export * from './progress-spinner.module';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9wcm9ncmVzcy1pbmRpY2F0b3JzL3Byb2dyZXNzLXNwaW5uZXIvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDhCQUE4QixDQUFDO0FBQzdDLGNBQWMsMkJBQTJCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3Byb2dyZXNzLXNwaW5uZXIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vcHJvZ3Jlc3Mtc3Bpbm5lci5tb2R1bGUnO1xuIl19
@@ -1,2 +0,0 @@
1
- export * from './public-api';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvcHJvZ3Jlc3Mtc3RlcHBlci9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3Mtc3RlcC50eXBlcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9wcm9ncmVzcy1zdGVwcGVyL3Byb2dyZXNzLXN0ZXAudHlwZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB0eXBlIFByb2dyZXNzU3RlcCA9IHtcbiAgdGl0bGU6IHN0cmluZztcbiAgZGF0ZT86IHN0cmluZztcbiAgY29tcGxldGVkPzogYm9vbGVhbjtcbn07XG4iXX0=
@@ -1,106 +0,0 @@
1
- import { Component, ChangeDetectionStrategy, Input, ViewChildren, QueryList, ElementRef, Renderer2, ViewChild, } from '@angular/core';
2
- import { AdsIconRegistry } from '@ascentgl/ads-icons';
3
- import { adsIconCheckCircle } from '@ascentgl/ads-icons/icons';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@ascentgl/ads-icons";
6
- import * as i2 from "@angular/common";
7
- import * as i3 from "@ascentgl/ads-utils";
8
- export class AdsProgressStepperComponent {
9
- constructor(renderer, registry, window) {
10
- this.renderer = renderer;
11
- this.registry = registry;
12
- this.window = window;
13
- /** Whether the viewport is mobile */
14
- this.isMobile = false;
15
- /** Padding of parent container */
16
- this.containerPadding = 24;
17
- /** @ignore */
18
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
19
- this.styles = {};
20
- /** @ignore */
21
- this.focusedIndex = 0;
22
- this.registry.register(adsIconCheckCircle);
23
- }
24
- /** @ignore */
25
- ngAfterViewInit() {
26
- if (this.isMobile) {
27
- this.focusedIndex = this.getLastCompletedStepIndex(this.steps);
28
- this.centerCurrentStep(this.focusedIndex);
29
- }
30
- }
31
- /** @ignore */
32
- ngOnChanges(changes) {
33
- if (changes?.isMobile && !changes.isMobile.firstChange) {
34
- this.focusedIndex = this.getLastCompletedStepIndex(this.steps);
35
- this.centerCurrentStep(this.focusedIndex);
36
- }
37
- if (changes?.steps && changes.steps?.currentValue && !changes.steps?.firstChange) {
38
- if (this.isMobile) {
39
- this.focusedIndex = this.getLastCompletedStepIndex(this.steps);
40
- this.centerCurrentStep(this.focusedIndex);
41
- }
42
- }
43
- }
44
- /** @ignore */
45
- ngOnInit() {
46
- this.styles = {
47
- step: {
48
- 'grid-template-columns': `repeat(${this.steps.length}, minmax(150px, 1fr))`,
49
- },
50
- };
51
- }
52
- /** @ignore */
53
- onSwipeLeft() {
54
- if (this.focusedIndex === this.steps.length - this.calculateStepsPerViewport() || !this.isMobile) {
55
- return;
56
- }
57
- this.focusedIndex++;
58
- this.centerCurrentStep(this.focusedIndex);
59
- }
60
- /** @ignore */
61
- onSwipeRight() {
62
- if (this.focusedIndex === 0 || !this.isMobile) {
63
- return;
64
- }
65
- this.focusedIndex--;
66
- this.centerCurrentStep(this.focusedIndex);
67
- }
68
- /** @ignore */
69
- centerCurrentStep(focusedIndex) {
70
- if (focusedIndex === 0) {
71
- this.renderer.setStyle(this.stepper.nativeElement, 'margin-left', '0px');
72
- return;
73
- }
74
- const stepWidth = this.stepElements.first.nativeElement.getBoundingClientRect().width;
75
- const offset = focusedIndex * stepWidth;
76
- this.renderer.setStyle(this.stepper.nativeElement, 'margin-left', `-${offset}px`);
77
- }
78
- /** @ignore */
79
- getLastCompletedStepIndex(steps) {
80
- return steps.map((step) => step.completed).lastIndexOf(true);
81
- }
82
- /** @ignore */
83
- calculateStepsPerViewport() {
84
- const stepWidth = this.stepElements.first.nativeElement.getBoundingClientRect().width;
85
- return Math.floor((this.window.innerWidth - this.containerPadding) / stepWidth);
86
- }
87
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressStepperComponent, deps: [{ token: i0.Renderer2 }, { token: i1.AdsIconRegistry }, { token: Window }], target: i0.ɵɵFactoryTarget.Component }); }
88
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: AdsProgressStepperComponent, selector: "ads-progress-stepper", inputs: { isMobile: "isMobile", containerPadding: "containerPadding", steps: "steps" }, viewQueries: [{ propertyName: "stepper", first: true, predicate: ["stepper"], descendants: true }, { propertyName: "stepElements", predicate: ["stepElements"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div\n #stepper\n adsGesture\n class=\"progress-stepper\"\n [ngStyle]=\"styles?.step\"\n [draggable]=\"false\"\n (gestureleft)=\"onSwipeLeft()\"\n (gestureright)=\"onSwipeRight()\"\n>\n <div\n #stepElements\n class=\"progress-stepper-step\"\n [draggable]=\"false\"\n *ngFor=\"let step of steps; let index = index; let first = first; let last = last\"\n >\n <div class=\"progress-bar\" [class.first]=\"first\" [class.last]=\"last\">\n <div\n class=\"progress-bar-highlight\"\n [class.completed]=\"step.completed\"\n [class.roundedLeft]=\"first || (!steps[index - 1].completed && step.completed)\"\n [class.roundedRight]=\"\n last || (!steps[index + 1].completed && step.completed) || (first && !steps[index + 1].completed)\n \"\n ></div>\n </div>\n <div class=\"progress-step-info\" [class.first]=\"first\" [class.last]=\"last\">\n <div class=\"progress-step-info-container\">\n <div class=\"title\">\n <div class=\"title-text\">{{ step.title }}</div>\n <div class=\"title-completed-icon\" *ngIf=\"step.completed\">\n <ads-icon name=\"check_circle\" size=\"xxs\" color=\"#5756B3\"></ads-icon>\n </div>\n </div>\n <div *ngIf=\"step?.date\" class=\"date\">{{ step?.date }}</div>\n </div>\n </div>\n </div>\n</div>\n", styles: [":host{box-sizing:border-box}.progress-stepper{display:grid;max-width:100%;-webkit-user-select:none;user-select:none;transition:margin .3s ease-in-out}.progress-stepper-step{display:flex;flex-direction:column;flex:1}.progress-step-info{display:flex;flex-direction:column;align-items:center;padding:8px}.progress-step-info.first{align-items:flex-start}.progress-step-info.last{align-items:flex-end}.progress-stepper-step:last-of-type .title,.progress-stepper-step:last-of-type .date{text-align:right}.title{color:var(--color-medium);font-size:13px;font-weight:500;display:flex;height:24px;align-items:center}.title-text{margin-right:6px;line-height:24px;white-space:nowrap}.title-completed-icon{line-height:24px;display:flex;align-items:center}.date{color:var(--color-black);font-size:12px;line-height:14px;white-space:nowrap}.progress-bar{width:100%;background-color:var(--color-medium-50);height:12px}.progress-bar.first,.progress-bar.first .progress-bar-highlight{border-top-left-radius:12px;border-bottom-left-radius:12px}.progress-bar.last,.progress-bar.last .progress-bar-highlight{border-top-right-radius:12px;border-bottom-right-radius:12px}.progress-bar-highlight{height:12px;width:100%}.progress-bar-highlight.completed{background-color:var(--color-green)}.progress-bar-highlight.roundedLeft{border-top-left-radius:12px;border-bottom-left-radius:12px}.progress-bar-highlight.roundedRight{border-top-right-radius:12px;border-bottom-right-radius:12px}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i1.AdsIconComponent, selector: "ads-icon", inputs: ["size", "name", "color", "theme", "stroke"] }, { kind: "directive", type: i3.AdsGestureDirective, selector: "[adsGesture]", outputs: ["gesturedown", "gestureleft", "gestureright", "gestureup"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
89
- }
90
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressStepperComponent, decorators: [{
91
- type: Component,
92
- args: [{ selector: 'ads-progress-stepper', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div\n #stepper\n adsGesture\n class=\"progress-stepper\"\n [ngStyle]=\"styles?.step\"\n [draggable]=\"false\"\n (gestureleft)=\"onSwipeLeft()\"\n (gestureright)=\"onSwipeRight()\"\n>\n <div\n #stepElements\n class=\"progress-stepper-step\"\n [draggable]=\"false\"\n *ngFor=\"let step of steps; let index = index; let first = first; let last = last\"\n >\n <div class=\"progress-bar\" [class.first]=\"first\" [class.last]=\"last\">\n <div\n class=\"progress-bar-highlight\"\n [class.completed]=\"step.completed\"\n [class.roundedLeft]=\"first || (!steps[index - 1].completed && step.completed)\"\n [class.roundedRight]=\"\n last || (!steps[index + 1].completed && step.completed) || (first && !steps[index + 1].completed)\n \"\n ></div>\n </div>\n <div class=\"progress-step-info\" [class.first]=\"first\" [class.last]=\"last\">\n <div class=\"progress-step-info-container\">\n <div class=\"title\">\n <div class=\"title-text\">{{ step.title }}</div>\n <div class=\"title-completed-icon\" *ngIf=\"step.completed\">\n <ads-icon name=\"check_circle\" size=\"xxs\" color=\"#5756B3\"></ads-icon>\n </div>\n </div>\n <div *ngIf=\"step?.date\" class=\"date\">{{ step?.date }}</div>\n </div>\n </div>\n </div>\n</div>\n", styles: [":host{box-sizing:border-box}.progress-stepper{display:grid;max-width:100%;-webkit-user-select:none;user-select:none;transition:margin .3s ease-in-out}.progress-stepper-step{display:flex;flex-direction:column;flex:1}.progress-step-info{display:flex;flex-direction:column;align-items:center;padding:8px}.progress-step-info.first{align-items:flex-start}.progress-step-info.last{align-items:flex-end}.progress-stepper-step:last-of-type .title,.progress-stepper-step:last-of-type .date{text-align:right}.title{color:var(--color-medium);font-size:13px;font-weight:500;display:flex;height:24px;align-items:center}.title-text{margin-right:6px;line-height:24px;white-space:nowrap}.title-completed-icon{line-height:24px;display:flex;align-items:center}.date{color:var(--color-black);font-size:12px;line-height:14px;white-space:nowrap}.progress-bar{width:100%;background-color:var(--color-medium-50);height:12px}.progress-bar.first,.progress-bar.first .progress-bar-highlight{border-top-left-radius:12px;border-bottom-left-radius:12px}.progress-bar.last,.progress-bar.last .progress-bar-highlight{border-top-right-radius:12px;border-bottom-right-radius:12px}.progress-bar-highlight{height:12px;width:100%}.progress-bar-highlight.completed{background-color:var(--color-green)}.progress-bar-highlight.roundedLeft{border-top-left-radius:12px;border-bottom-left-radius:12px}.progress-bar-highlight.roundedRight{border-top-right-radius:12px;border-bottom-right-radius:12px}\n"] }]
93
- }], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i1.AdsIconRegistry }, { type: Window }], propDecorators: { stepper: [{
94
- type: ViewChild,
95
- args: ['stepper']
96
- }], stepElements: [{
97
- type: ViewChildren,
98
- args: ['stepElements']
99
- }], isMobile: [{
100
- type: Input
101
- }], containerPadding: [{
102
- type: Input
103
- }], steps: [{
104
- type: Input
105
- }] } });
106
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3Mtc3RlcHBlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvcHJvZ3Jlc3Mtc3RlcHBlci9wcm9ncmVzcy1zdGVwcGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9wcm9ncmVzcy1zdGVwcGVyL3Byb2dyZXNzLXN0ZXBwZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCx1QkFBdUIsRUFDdkIsS0FBSyxFQUVMLFlBQVksRUFDWixTQUFTLEVBQ1QsVUFBVSxFQUVWLFNBQVMsRUFDVCxTQUFTLEdBR1YsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3RELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDOzs7OztBQVMvRCxNQUFNLE9BQU8sMkJBQTJCO0lBQ3RDLFlBQ1UsUUFBbUIsRUFDbkIsUUFBeUIsRUFDekIsTUFBYztRQUZkLGFBQVEsR0FBUixRQUFRLENBQVc7UUFDbkIsYUFBUSxHQUFSLFFBQVEsQ0FBaUI7UUFDekIsV0FBTSxHQUFOLE1BQU0sQ0FBUTtRQVd4QixxQ0FBcUM7UUFDNUIsYUFBUSxHQUFHLEtBQUssQ0FBQztRQUUxQixrQ0FBa0M7UUFDekIscUJBQWdCLEdBQUcsRUFBRSxDQUFDO1FBSy9CLGNBQWM7UUFDZCw4REFBOEQ7UUFDdkQsV0FBTSxHQUFRLEVBQUUsQ0FBQztRQUV4QixjQUFjO1FBQ04saUJBQVksR0FBRyxDQUFDLENBQUM7UUF2QnZCLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLGtCQUFrQixDQUFDLENBQUM7SUFDN0MsQ0FBQztJQXdCRCxjQUFjO0lBQ2QsZUFBZTtRQUNiLElBQUksSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFDO1lBQ2xCLElBQUksQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDLHlCQUF5QixDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztZQUMvRCxJQUFJLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDO1FBQzVDLENBQUM7SUFDSCxDQUFDO0lBRUQsY0FBYztJQUNkLFdBQVcsQ0FBQyxPQUFzQjtRQUNoQyxJQUFJLE9BQU8sRUFBRSxRQUFRLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLFdBQVcsRUFBRSxDQUFDO1lBQ3ZELElBQUksQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDLHlCQUF5QixDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztZQUMvRCxJQUFJLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDO1FBQzVDLENBQUM7UUFFRCxJQUFJLE9BQU8sRUFBRSxLQUFLLElBQUksT0FBTyxDQUFDLEtBQUssRUFBRSxZQUFZLElBQUksQ0FBQyxPQUFPLENBQUMsS0FBSyxFQUFFLFdBQVcsRUFBRSxDQUFDO1lBQ2pGLElBQUksSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFDO2dCQUNsQixJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQyx5QkFBeUIsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7Z0JBQy9ELElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUM7WUFDNUMsQ0FBQztRQUNILENBQUM7SUFDSCxDQUFDO0lBRUQsY0FBYztJQUNkLFFBQVE7UUFDTixJQUFJLENBQUMsTUFBTSxHQUFHO1lBQ1osSUFBSSxFQUFFO2dCQUNKLHVCQUF1QixFQUFFLFVBQVUsSUFBSSxDQUFDLEtBQUssQ0FBQyxNQUFNLHVCQUF1QjthQUM1RTtTQUNGLENBQUM7SUFDSixDQUFDO0lBRUQsY0FBYztJQUNQLFdBQVc7UUFDaEIsSUFBSSxJQUFJLENBQUMsWUFBWSxLQUFLLElBQUksQ0FBQyxLQUFLLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQyx5QkFBeUIsRUFBRSxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFDO1lBQ2pHLE9BQU87UUFDVCxDQUFDO1FBRUQsSUFBSSxDQUFDLFlBQVksRUFBRSxDQUFDO1FBQ3BCLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUM7SUFDNUMsQ0FBQztJQUVELGNBQWM7SUFDUCxZQUFZO1FBQ2pCLElBQUksSUFBSSxDQUFDLFlBQVksS0FBSyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxFQUFFLENBQUM7WUFDOUMsT0FBTztRQUNULENBQUM7UUFFRCxJQUFJLENBQUMsWUFBWSxFQUFFLENBQUM7UUFDcEIsSUFBSSxDQUFDLGlCQUFpQixDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQztJQUM1QyxDQUFDO0lBRUQsY0FBYztJQUNOLGlCQUFpQixDQUFDLFlBQW9CO1FBQzVDLElBQUksWUFBWSxLQUFLLENBQUMsRUFBRSxDQUFDO1lBQ3ZCLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsYUFBYSxFQUFFLGFBQWEsRUFBRSxLQUFLLENBQUMsQ0FBQztZQUN6RSxPQUFPO1FBQ1QsQ0FBQztRQUVELE1BQU0sU0FBUyxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsS0FBSyxDQUFDLGFBQWEsQ0FBQyxxQkFBcUIsRUFBRSxDQUFDLEtBQUssQ0FBQztRQUN0RixNQUFNLE1BQU0sR0FBRyxZQUFZLEdBQUcsU0FBUyxDQUFDO1FBQ3hDLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsYUFBYSxFQUFFLGFBQWEsRUFBRSxJQUFJLE1BQU0sSUFBSSxDQUFDLENBQUM7SUFDcEYsQ0FBQztJQUVELGNBQWM7SUFDTix5QkFBeUIsQ0FBQyxLQUFxQjtRQUNyRCxPQUFPLEtBQUssQ0FBQyxHQUFHLENBQUMsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDL0QsQ0FBQztJQUVELGNBQWM7SUFDTix5QkFBeUI7UUFDL0IsTUFBTSxTQUFTLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxLQUFLLENBQUMsYUFBYSxDQUFDLHFCQUFxQixFQUFFLENBQUMsS0FBSyxDQUFDO1FBQ3RGLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsVUFBVSxHQUFHLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxDQUFDO0lBQ2xGLENBQUM7OEdBeEdVLDJCQUEyQjtrR0FBM0IsMkJBQTJCLCtWQ3hCeEMsMjFDQXNDQTs7MkZEZGEsMkJBQTJCO2tCQU52QyxTQUFTOytCQUNFLHNCQUFzQixtQkFHZix1QkFBdUIsQ0FBQyxNQUFNOzhIQVl6QixPQUFPO3NCQUE1QixTQUFTO3VCQUFDLFNBQVM7Z0JBR1UsWUFBWTtzQkFBekMsWUFBWTt1QkFBQyxjQUFjO2dCQUduQixRQUFRO3NCQUFoQixLQUFLO2dCQUdHLGdCQUFnQjtzQkFBeEIsS0FBSztnQkFHRyxLQUFLO3NCQUFiLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDb21wb25lbnQsXG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBJbnB1dCxcbiAgT25Jbml0LFxuICBWaWV3Q2hpbGRyZW4sXG4gIFF1ZXJ5TGlzdCxcbiAgRWxlbWVudFJlZixcbiAgQWZ0ZXJWaWV3SW5pdCxcbiAgUmVuZGVyZXIyLFxuICBWaWV3Q2hpbGQsXG4gIFNpbXBsZUNoYW5nZXMsXG4gIE9uQ2hhbmdlcyxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBZHNJY29uUmVnaXN0cnkgfSBmcm9tICdAYXNjZW50Z2wvYWRzLWljb25zJztcbmltcG9ydCB7IGFkc0ljb25DaGVja0NpcmNsZSB9IGZyb20gJ0Bhc2NlbnRnbC9hZHMtaWNvbnMvaWNvbnMnO1xuaW1wb3J0IHsgUHJvZ3Jlc3NTdGVwIH0gZnJvbSAnLi9wcm9ncmVzcy1zdGVwLnR5cGVzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYWRzLXByb2dyZXNzLXN0ZXBwZXInLFxuICB0ZW1wbGF0ZVVybDogJy4vcHJvZ3Jlc3Mtc3RlcHBlci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3Byb2dyZXNzLXN0ZXBwZXIuY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEFkc1Byb2dyZXNzU3RlcHBlckNvbXBvbmVudCBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQsIE9uQ2hhbmdlcywgT25Jbml0IHtcbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSByZW5kZXJlcjogUmVuZGVyZXIyLFxuICAgIHByaXZhdGUgcmVnaXN0cnk6IEFkc0ljb25SZWdpc3RyeSxcbiAgICBwcml2YXRlIHdpbmRvdzogV2luZG93LFxuICApIHtcbiAgICB0aGlzLnJlZ2lzdHJ5LnJlZ2lzdGVyKGFkc0ljb25DaGVja0NpcmNsZSk7XG4gIH1cblxuICAvKiogQGlnbm9yZSAqL1xuICBAVmlld0NoaWxkKCdzdGVwcGVyJykgc3RlcHBlciE6IEVsZW1lbnRSZWY7XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgQFZpZXdDaGlsZHJlbignc3RlcEVsZW1lbnRzJykgc3RlcEVsZW1lbnRzITogUXVlcnlMaXN0PEVsZW1lbnRSZWY+O1xuXG4gIC8qKiBXaGV0aGVyIHRoZSB2aWV3cG9ydCBpcyBtb2JpbGUgKi9cbiAgQElucHV0KCkgaXNNb2JpbGUgPSBmYWxzZTtcblxuICAvKiogUGFkZGluZyBvZiBwYXJlbnQgY29udGFpbmVyICovXG4gIEBJbnB1dCgpIGNvbnRhaW5lclBhZGRpbmcgPSAyNDtcblxuICAvKiogU3RlcHMgdG8gZGlzcGxheSAqL1xuICBASW5wdXQoKSBzdGVwcyE6IFByb2dyZXNzU3RlcFtdO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbm8tZXhwbGljaXQtYW55XG4gIHB1YmxpYyBzdHlsZXM6IGFueSA9IHt9O1xuXG4gIC8qKiBAaWdub3JlICovXG4gIHByaXZhdGUgZm9jdXNlZEluZGV4ID0gMDtcblxuICAvKiogQGlnbm9yZSAqL1xuICBuZ0FmdGVyVmlld0luaXQoKSB7XG4gICAgaWYgKHRoaXMuaXNNb2JpbGUpIHtcbiAgICAgIHRoaXMuZm9jdXNlZEluZGV4ID0gdGhpcy5nZXRMYXN0Q29tcGxldGVkU3RlcEluZGV4KHRoaXMuc3RlcHMpO1xuICAgICAgdGhpcy5jZW50ZXJDdXJyZW50U3RlcCh0aGlzLmZvY3VzZWRJbmRleCk7XG4gICAgfVxuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgbmdPbkNoYW5nZXMoY2hhbmdlczogU2ltcGxlQ2hhbmdlcykge1xuICAgIGlmIChjaGFuZ2VzPy5pc01vYmlsZSAmJiAhY2hhbmdlcy5pc01vYmlsZS5maXJzdENoYW5nZSkge1xuICAgICAgdGhpcy5mb2N1c2VkSW5kZXggPSB0aGlzLmdldExhc3RDb21wbGV0ZWRTdGVwSW5kZXgodGhpcy5zdGVwcyk7XG4gICAgICB0aGlzLmNlbnRlckN1cnJlbnRTdGVwKHRoaXMuZm9jdXNlZEluZGV4KTtcbiAgICB9XG5cbiAgICBpZiAoY2hhbmdlcz8uc3RlcHMgJiYgY2hhbmdlcy5zdGVwcz8uY3VycmVudFZhbHVlICYmICFjaGFuZ2VzLnN0ZXBzPy5maXJzdENoYW5nZSkge1xuICAgICAgaWYgKHRoaXMuaXNNb2JpbGUpIHtcbiAgICAgICAgdGhpcy5mb2N1c2VkSW5kZXggPSB0aGlzLmdldExhc3RDb21wbGV0ZWRTdGVwSW5kZXgodGhpcy5zdGVwcyk7XG4gICAgICAgIHRoaXMuY2VudGVyQ3VycmVudFN0ZXAodGhpcy5mb2N1c2VkSW5kZXgpO1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIG5nT25Jbml0KCkge1xuICAgIHRoaXMuc3R5bGVzID0ge1xuICAgICAgc3RlcDoge1xuICAgICAgICAnZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zJzogYHJlcGVhdCgke3RoaXMuc3RlcHMubGVuZ3RofSwgbWlubWF4KDE1MHB4LCAxZnIpKWAsXG4gICAgICB9LFxuICAgIH07XG4gIH1cblxuICAvKiogQGlnbm9yZSAqL1xuICBwdWJsaWMgb25Td2lwZUxlZnQoKTogdm9pZCB7XG4gICAgaWYgKHRoaXMuZm9jdXNlZEluZGV4ID09PSB0aGlzLnN0ZXBzLmxlbmd0aCAtIHRoaXMuY2FsY3VsYXRlU3RlcHNQZXJWaWV3cG9ydCgpIHx8ICF0aGlzLmlzTW9iaWxlKSB7XG4gICAgICByZXR1cm47XG4gICAgfVxuXG4gICAgdGhpcy5mb2N1c2VkSW5kZXgrKztcbiAgICB0aGlzLmNlbnRlckN1cnJlbnRTdGVwKHRoaXMuZm9jdXNlZEluZGV4KTtcbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIHB1YmxpYyBvblN3aXBlUmlnaHQoKTogdm9pZCB7XG4gICAgaWYgKHRoaXMuZm9jdXNlZEluZGV4ID09PSAwIHx8ICF0aGlzLmlzTW9iaWxlKSB7XG4gICAgICByZXR1cm47XG4gICAgfVxuXG4gICAgdGhpcy5mb2N1c2VkSW5kZXgtLTtcbiAgICB0aGlzLmNlbnRlckN1cnJlbnRTdGVwKHRoaXMuZm9jdXNlZEluZGV4KTtcbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIHByaXZhdGUgY2VudGVyQ3VycmVudFN0ZXAoZm9jdXNlZEluZGV4OiBudW1iZXIpOiB2b2lkIHtcbiAgICBpZiAoZm9jdXNlZEluZGV4ID09PSAwKSB7XG4gICAgICB0aGlzLnJlbmRlcmVyLnNldFN0eWxlKHRoaXMuc3RlcHBlci5uYXRpdmVFbGVtZW50LCAnbWFyZ2luLWxlZnQnLCAnMHB4Jyk7XG4gICAgICByZXR1cm47XG4gICAgfVxuXG4gICAgY29uc3Qgc3RlcFdpZHRoID0gdGhpcy5zdGVwRWxlbWVudHMuZmlyc3QubmF0aXZlRWxlbWVudC5nZXRCb3VuZGluZ0NsaWVudFJlY3QoKS53aWR0aDtcbiAgICBjb25zdCBvZmZzZXQgPSBmb2N1c2VkSW5kZXggKiBzdGVwV2lkdGg7XG4gICAgdGhpcy5yZW5kZXJlci5zZXRTdHlsZSh0aGlzLnN0ZXBwZXIubmF0aXZlRWxlbWVudCwgJ21hcmdpbi1sZWZ0JywgYC0ke29mZnNldH1weGApO1xuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgcHJpdmF0ZSBnZXRMYXN0Q29tcGxldGVkU3RlcEluZGV4KHN0ZXBzOiBQcm9ncmVzc1N0ZXBbXSk6IG51bWJlciB7XG4gICAgcmV0dXJuIHN0ZXBzLm1hcCgoc3RlcCkgPT4gc3RlcC5jb21wbGV0ZWQpLmxhc3RJbmRleE9mKHRydWUpO1xuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgcHJpdmF0ZSBjYWxjdWxhdGVTdGVwc1BlclZpZXdwb3J0KCk6IG51bWJlciB7XG4gICAgY29uc3Qgc3RlcFdpZHRoID0gdGhpcy5zdGVwRWxlbWVudHMuZmlyc3QubmF0aXZlRWxlbWVudC5nZXRCb3VuZGluZ0NsaWVudFJlY3QoKS53aWR0aDtcbiAgICByZXR1cm4gTWF0aC5mbG9vcigodGhpcy53aW5kb3cuaW5uZXJXaWR0aCAtIHRoaXMuY29udGFpbmVyUGFkZGluZykgLyBzdGVwV2lkdGgpO1xuICB9XG59XG4iLCI8ZGl2XG4gICNzdGVwcGVyXG4gIGFkc0dlc3R1cmVcbiAgY2xhc3M9XCJwcm9ncmVzcy1zdGVwcGVyXCJcbiAgW25nU3R5bGVdPVwic3R5bGVzPy5zdGVwXCJcbiAgW2RyYWdnYWJsZV09XCJmYWxzZVwiXG4gIChnZXN0dXJlbGVmdCk9XCJvblN3aXBlTGVmdCgpXCJcbiAgKGdlc3R1cmVyaWdodCk9XCJvblN3aXBlUmlnaHQoKVwiXG4+XG4gIDxkaXZcbiAgICAjc3RlcEVsZW1lbnRzXG4gICAgY2xhc3M9XCJwcm9ncmVzcy1zdGVwcGVyLXN0ZXBcIlxuICAgIFtkcmFnZ2FibGVdPVwiZmFsc2VcIlxuICAgICpuZ0Zvcj1cImxldCBzdGVwIG9mIHN0ZXBzOyBsZXQgaW5kZXggPSBpbmRleDsgbGV0IGZpcnN0ID0gZmlyc3Q7IGxldCBsYXN0ID0gbGFzdFwiXG4gID5cbiAgICA8ZGl2IGNsYXNzPVwicHJvZ3Jlc3MtYmFyXCIgW2NsYXNzLmZpcnN0XT1cImZpcnN0XCIgW2NsYXNzLmxhc3RdPVwibGFzdFwiPlxuICAgICAgPGRpdlxuICAgICAgICBjbGFzcz1cInByb2dyZXNzLWJhci1oaWdobGlnaHRcIlxuICAgICAgICBbY2xhc3MuY29tcGxldGVkXT1cInN0ZXAuY29tcGxldGVkXCJcbiAgICAgICAgW2NsYXNzLnJvdW5kZWRMZWZ0XT1cImZpcnN0IHx8ICghc3RlcHNbaW5kZXggLSAxXS5jb21wbGV0ZWQgJiYgc3RlcC5jb21wbGV0ZWQpXCJcbiAgICAgICAgW2NsYXNzLnJvdW5kZWRSaWdodF09XCJcbiAgICAgICAgICBsYXN0IHx8ICghc3RlcHNbaW5kZXggKyAxXS5jb21wbGV0ZWQgJiYgc3RlcC5jb21wbGV0ZWQpIHx8IChmaXJzdCAmJiAhc3RlcHNbaW5kZXggKyAxXS5jb21wbGV0ZWQpXG4gICAgICAgIFwiXG4gICAgICA+PC9kaXY+XG4gICAgPC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cInByb2dyZXNzLXN0ZXAtaW5mb1wiIFtjbGFzcy5maXJzdF09XCJmaXJzdFwiIFtjbGFzcy5sYXN0XT1cImxhc3RcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJwcm9ncmVzcy1zdGVwLWluZm8tY29udGFpbmVyXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJ0aXRsZVwiPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0aXRsZS10ZXh0XCI+e3sgc3RlcC50aXRsZSB9fTwvZGl2PlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0aXRsZS1jb21wbGV0ZWQtaWNvblwiICpuZ0lmPVwic3RlcC5jb21wbGV0ZWRcIj5cbiAgICAgICAgICAgIDxhZHMtaWNvbiBuYW1lPVwiY2hlY2tfY2lyY2xlXCIgc2l6ZT1cInh4c1wiIGNvbG9yPVwiIzU3NTZCM1wiPjwvYWRzLWljb24+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2ICpuZ0lmPVwic3RlcD8uZGF0ZVwiIGNsYXNzPVwiZGF0ZVwiPnt7IHN0ZXA/LmRhdGUgfX08L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
@@ -1,27 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { AdsProgressStepperComponent } from './progress-stepper.component';
4
- import { AdsIconModule } from '@ascentgl/ads-icons';
5
- import { AdsGestureDirection, AdsGestureModule, ADS_GESTURE_DEFAULT_OPTIONS } from '@ascentgl/ads-utils';
6
- import * as i0 from "@angular/core";
7
- export class AdsProgressStepperModule {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressStepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressStepperModule, declarations: [AdsProgressStepperComponent], imports: [CommonModule, AdsIconModule, AdsGestureModule], exports: [AdsProgressStepperComponent] }); }
10
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressStepperModule, providers: [
11
- { provide: ADS_GESTURE_DEFAULT_OPTIONS, useValue: { direction: AdsGestureDirection.DIRECTION_HORIZONTAL } },
12
- { provide: Window, useValue: window },
13
- ], imports: [CommonModule, AdsIconModule, AdsGestureModule] }); }
14
- }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsProgressStepperModule, decorators: [{
16
- type: NgModule,
17
- args: [{
18
- declarations: [AdsProgressStepperComponent],
19
- imports: [CommonModule, AdsIconModule, AdsGestureModule],
20
- exports: [AdsProgressStepperComponent],
21
- providers: [
22
- { provide: ADS_GESTURE_DEFAULT_OPTIONS, useValue: { direction: AdsGestureDirection.DIRECTION_HORIZONTAL } },
23
- { provide: Window, useValue: window },
24
- ],
25
- }]
26
- }] });
27
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3Mtc3RlcHBlci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvcHJvZ3Jlc3Mtc3RlcHBlci9wcm9ncmVzcy1zdGVwcGVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUMzRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDcEQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLGdCQUFnQixFQUFFLDJCQUEyQixFQUFFLE1BQU0scUJBQXFCLENBQUM7O0FBV3pHLE1BQU0sT0FBTyx3QkFBd0I7OEdBQXhCLHdCQUF3QjsrR0FBeEIsd0JBQXdCLGlCQVJwQiwyQkFBMkIsYUFDaEMsWUFBWSxFQUFFLGFBQWEsRUFBRSxnQkFBZ0IsYUFDN0MsMkJBQTJCOytHQU0xQix3QkFBd0IsYUFMeEI7WUFDVCxFQUFFLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxRQUFRLEVBQUUsRUFBRSxTQUFTLEVBQUUsbUJBQW1CLENBQUMsb0JBQW9CLEVBQUUsRUFBRTtZQUMzRyxFQUFFLE9BQU8sRUFBRSxNQUFNLEVBQUUsUUFBUSxFQUFFLE1BQU0sRUFBRTtTQUN0QyxZQUxTLFlBQVksRUFBRSxhQUFhLEVBQUUsZ0JBQWdCOzsyRkFPNUMsd0JBQXdCO2tCQVRwQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLDJCQUEyQixDQUFDO29CQUMzQyxPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsYUFBYSxFQUFFLGdCQUFnQixDQUFDO29CQUN4RCxPQUFPLEVBQUUsQ0FBQywyQkFBMkIsQ0FBQztvQkFDdEMsU0FBUyxFQUFFO3dCQUNULEVBQUUsT0FBTyxFQUFFLDJCQUEyQixFQUFFLFFBQVEsRUFBRSxFQUFFLFNBQVMsRUFBRSxtQkFBbUIsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFO3dCQUMzRyxFQUFFLE9BQU8sRUFBRSxNQUFNLEVBQUUsUUFBUSxFQUFFLE1BQU0sRUFBRTtxQkFDdEM7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEFkc1Byb2dyZXNzU3RlcHBlckNvbXBvbmVudCB9IGZyb20gJy4vcHJvZ3Jlc3Mtc3RlcHBlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQWRzSWNvbk1vZHVsZSB9IGZyb20gJ0Bhc2NlbnRnbC9hZHMtaWNvbnMnO1xuaW1wb3J0IHsgQWRzR2VzdHVyZURpcmVjdGlvbiwgQWRzR2VzdHVyZU1vZHVsZSwgQURTX0dFU1RVUkVfREVGQVVMVF9PUFRJT05TIH0gZnJvbSAnQGFzY2VudGdsL2Fkcy11dGlscyc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW0Fkc1Byb2dyZXNzU3RlcHBlckNvbXBvbmVudF0sXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEFkc0ljb25Nb2R1bGUsIEFkc0dlc3R1cmVNb2R1bGVdLFxuICBleHBvcnRzOiBbQWRzUHJvZ3Jlc3NTdGVwcGVyQ29tcG9uZW50XSxcbiAgcHJvdmlkZXJzOiBbXG4gICAgeyBwcm92aWRlOiBBRFNfR0VTVFVSRV9ERUZBVUxUX09QVElPTlMsIHVzZVZhbHVlOiB7IGRpcmVjdGlvbjogQWRzR2VzdHVyZURpcmVjdGlvbi5ESVJFQ1RJT05fSE9SSVpPTlRBTCB9IH0sXG4gICAgeyBwcm92aWRlOiBXaW5kb3csIHVzZVZhbHVlOiB3aW5kb3cgfSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzUHJvZ3Jlc3NTdGVwcGVyTW9kdWxlIHt9XG4iXX0=
@@ -1,4 +0,0 @@
1
- export * from './progress-stepper.component';
2
- export * from './progress-stepper.module';
3
- export * from './progress-step.types';
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9wcm9ncmVzcy1zdGVwcGVyL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyw4QkFBOEIsQ0FBQztBQUM3QyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsdUJBQXVCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3Byb2dyZXNzLXN0ZXBwZXIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vcHJvZ3Jlc3Mtc3RlcHBlci5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9wcm9ncmVzcy1zdGVwLnR5cGVzJztcbiJdfQ==
@@ -1,2 +0,0 @@
1
- export * from './public-api';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvcmF0aW5nL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
@@ -1,3 +0,0 @@
1
- export * from './rating.component';
2
- export * from './rating.module';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9yYXRpbmcvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMsaUJBQWlCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3JhdGluZy5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9yYXRpbmcubW9kdWxlJztcbiJdfQ==
@@ -1,69 +0,0 @@
1
- import { Component, Input } from '@angular/core';
2
- import { AdsIconRegistry } from '@ascentgl/ads-icons';
3
- import { adsIconStar, adsIconStar25, adsIconStar50, adsIconStar75, adsIconStarFull, } from '@ascentgl/ads-icons/icons';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@ascentgl/ads-icons";
6
- import * as i2 from "@angular/common";
7
- export class AdsRatingComponent {
8
- constructor(registry) {
9
- this.registry = registry;
10
- /** The rating value */
11
- this.rating = 0;
12
- /** The total number of possible starts */
13
- this.scale = 5;
14
- /** The color theme for the icons */
15
- this.theme = 'primary';
16
- this.registry.register([adsIconStar, adsIconStar25, adsIconStar50, adsIconStar75, adsIconStarFull]);
17
- }
18
- /** @ignore */
19
- ngOnChanges(changes) {
20
- if (changes?.rating || changes?.scale) {
21
- if (this.rating > this.scale) {
22
- console.warn('AdsRatingComponent: Rating value is greater than the scale');
23
- }
24
- this.stars = this.getRatingIcons(this.rating, this.scale);
25
- }
26
- }
27
- /** @ignore */
28
- getRatingIcons(rating, scale) {
29
- const icons = [];
30
- const full = Math.floor(rating);
31
- const partial = rating - Math.floor(rating);
32
- if (partial) {
33
- for (let i = 0; i < full; i++) {
34
- icons.push('star_full');
35
- }
36
- if (partial >= 0.75) {
37
- icons.push('star_75');
38
- }
39
- else if (partial >= 0.5) {
40
- icons.push('star_50');
41
- }
42
- else if (partial >= 0.25) {
43
- icons.push('star_25');
44
- }
45
- while (icons.length < scale) {
46
- icons.push('star');
47
- }
48
- }
49
- else {
50
- for (let i = 0; i < scale; i++) {
51
- icons.push(i < rating ? 'star_full' : 'star');
52
- }
53
- }
54
- return icons;
55
- }
56
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsRatingComponent, deps: [{ token: i1.AdsIconRegistry }], target: i0.ɵɵFactoryTarget.Component }); }
57
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: AdsRatingComponent, selector: "ads-rating", inputs: { rating: "rating", scale: "scale", theme: "theme" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"rating\">\n <ads-icon *ngFor=\"let star of stars\" [name]=\"star\" [theme]=\"theme\" size=\"sm\"></ads-icon>\n</div>\n", styles: [".rating{display:flex;gap:.5rem}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i1.AdsIconComponent, selector: "ads-icon", inputs: ["size", "name", "color", "theme", "stroke"] }] }); }
58
- }
59
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsRatingComponent, decorators: [{
60
- type: Component,
61
- args: [{ selector: 'ads-rating', template: "<div class=\"rating\">\n <ads-icon *ngFor=\"let star of stars\" [name]=\"star\" [theme]=\"theme\" size=\"sm\"></ads-icon>\n</div>\n", styles: [".rating{display:flex;gap:.5rem}\n"] }]
62
- }], ctorParameters: () => [{ type: i1.AdsIconRegistry }], propDecorators: { rating: [{
63
- type: Input
64
- }], scale: [{
65
- type: Input
66
- }], theme: [{
67
- type: Input
68
- }] } });
69
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmF0aW5nLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9yYXRpbmcvcmF0aW5nLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9yYXRpbmcvcmF0aW5nLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUE0QixNQUFNLGVBQWUsQ0FBQztBQUMzRSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdEQsT0FBTyxFQUVMLFdBQVcsRUFDWCxhQUFhLEVBQ2IsYUFBYSxFQUNiLGFBQWEsRUFDYixlQUFlLEdBQ2hCLE1BQU0sMkJBQTJCLENBQUM7Ozs7QUFPbkMsTUFBTSxPQUFPLGtCQUFrQjtJQUM3QixZQUFvQixRQUF5QjtRQUF6QixhQUFRLEdBQVIsUUFBUSxDQUFpQjtRQUk3Qyx1QkFBdUI7UUFDZCxXQUFNLEdBQUcsQ0FBQyxDQUFDO1FBRXBCLDBDQUEwQztRQUNqQyxVQUFLLEdBQUcsQ0FBQyxDQUFDO1FBRW5CLG9DQUFvQztRQUMzQixVQUFLLEdBQWlFLFNBQVMsQ0FBQztRQVZ2RixJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxDQUFDLFdBQVcsRUFBRSxhQUFhLEVBQUUsYUFBYSxFQUFFLGFBQWEsRUFBRSxlQUFlLENBQUMsQ0FBQyxDQUFDO0lBQ3RHLENBQUM7SUFjRCxjQUFjO0lBQ2QsV0FBVyxDQUFDLE9BQXNCO1FBQ2hDLElBQUksT0FBTyxFQUFFLE1BQU0sSUFBSSxPQUFPLEVBQUUsS0FBSyxFQUFFLENBQUM7WUFDdEMsSUFBSSxJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQztnQkFDN0IsT0FBTyxDQUFDLElBQUksQ0FBQyw0REFBNEQsQ0FBQyxDQUFDO1lBQzdFLENBQUM7WUFFRCxJQUFJLENBQUMsS0FBSyxHQUFHLElBQUksQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLE1BQU0sRUFBRSxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDNUQsQ0FBQztJQUNILENBQUM7SUFFRCxjQUFjO0lBQ04sY0FBYyxDQUFDLE1BQWMsRUFBRSxLQUFhO1FBQ2xELE1BQU0sS0FBSyxHQUFjLEVBQUUsQ0FBQztRQUM1QixNQUFNLElBQUksR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQ2hDLE1BQU0sT0FBTyxHQUFHLE1BQU0sR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBRTVDLElBQUksT0FBTyxFQUFFLENBQUM7WUFDWixLQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsSUFBSSxFQUFFLENBQUMsRUFBRSxFQUFFLENBQUM7Z0JBQzlCLEtBQUssQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLENBQUM7WUFDMUIsQ0FBQztZQUVELElBQUksT0FBTyxJQUFJLElBQUksRUFBRSxDQUFDO2dCQUNwQixLQUFLLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDO1lBQ3hCLENBQUM7aUJBQU0sSUFBSSxPQUFPLElBQUksR0FBRyxFQUFFLENBQUM7Z0JBQzFCLEtBQUssQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLENBQUM7WUFDeEIsQ0FBQztpQkFBTSxJQUFJLE9BQU8sSUFBSSxJQUFJLEVBQUUsQ0FBQztnQkFDM0IsS0FBSyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQztZQUN4QixDQUFDO1lBRUQsT0FBTyxLQUFLLENBQUMsTUFBTSxHQUFHLEtBQUssRUFBRSxDQUFDO2dCQUM1QixLQUFLLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDO1lBQ3JCLENBQUM7UUFDSCxDQUFDO2FBQU0sQ0FBQztZQUNOLEtBQUssSUFBSSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsR0FBRyxLQUFLLEVBQUUsQ0FBQyxFQUFFLEVBQUUsQ0FBQztnQkFDL0IsS0FBSyxDQUFDLElBQUksQ0FBQyxDQUFDLEdBQUcsTUFBTSxDQUFDLENBQUMsQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFDO1lBQ2hELENBQUM7UUFDSCxDQUFDO1FBRUQsT0FBTyxLQUFLLENBQUM7SUFDZixDQUFDOzhHQXpEVSxrQkFBa0I7a0dBQWxCLGtCQUFrQixxSUNoQi9CLHNJQUdBOzsyRkRhYSxrQkFBa0I7a0JBTDlCLFNBQVM7K0JBQ0UsWUFBWTtvRkFVYixNQUFNO3NCQUFkLEtBQUs7Z0JBR0csS0FBSztzQkFBYixLQUFLO2dCQUdHLEtBQUs7c0JBQWIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uQ2hhbmdlcywgU2ltcGxlQ2hhbmdlcyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWRzSWNvblJlZ2lzdHJ5IH0gZnJvbSAnQGFzY2VudGdsL2Fkcy1pY29ucyc7XG5pbXBvcnQge1xuICBhZHNJY29uLFxuICBhZHNJY29uU3RhcixcbiAgYWRzSWNvblN0YXIyNSxcbiAgYWRzSWNvblN0YXI1MCxcbiAgYWRzSWNvblN0YXI3NSxcbiAgYWRzSWNvblN0YXJGdWxsLFxufSBmcm9tICdAYXNjZW50Z2wvYWRzLWljb25zL2ljb25zJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYWRzLXJhdGluZycsXG4gIHRlbXBsYXRlVXJsOiAnLi9yYXRpbmcuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9yYXRpbmcuY29tcG9uZW50LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzUmF0aW5nQ29tcG9uZW50IGltcGxlbWVudHMgT25DaGFuZ2VzIHtcbiAgY29uc3RydWN0b3IocHJpdmF0ZSByZWdpc3RyeTogQWRzSWNvblJlZ2lzdHJ5KSB7XG4gICAgdGhpcy5yZWdpc3RyeS5yZWdpc3RlcihbYWRzSWNvblN0YXIsIGFkc0ljb25TdGFyMjUsIGFkc0ljb25TdGFyNTAsIGFkc0ljb25TdGFyNzUsIGFkc0ljb25TdGFyRnVsbF0pO1xuICB9XG5cbiAgLyoqIFRoZSByYXRpbmcgdmFsdWUgKi9cbiAgQElucHV0KCkgcmF0aW5nID0gMDtcblxuICAvKiogVGhlIHRvdGFsIG51bWJlciBvZiBwb3NzaWJsZSBzdGFydHMgKi9cbiAgQElucHV0KCkgc2NhbGUgPSA1O1xuXG4gIC8qKiBUaGUgY29sb3IgdGhlbWUgZm9yIHRoZSBpY29ucyAqL1xuICBASW5wdXQoKSB0aGVtZTogJ2ljb25QcmltYXJ5JyB8ICdwcmltYXJ5JyB8ICdzZWNvbmRhcnknIHwgJ3N1Y2Nlc3MnIHwgJ3dhcm4nID0gJ3ByaW1hcnknO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIHB1YmxpYyBzdGFycyE6IGFkc0ljb25bXTtcblxuICAvKiogQGlnbm9yZSAqL1xuICBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiBTaW1wbGVDaGFuZ2VzKTogdm9pZCB7XG4gICAgaWYgKGNoYW5nZXM/LnJhdGluZyB8fCBjaGFuZ2VzPy5zY2FsZSkge1xuICAgICAgaWYgKHRoaXMucmF0aW5nID4gdGhpcy5zY2FsZSkge1xuICAgICAgICBjb25zb2xlLndhcm4oJ0Fkc1JhdGluZ0NvbXBvbmVudDogUmF0aW5nIHZhbHVlIGlzIGdyZWF0ZXIgdGhhbiB0aGUgc2NhbGUnKTtcbiAgICAgIH1cblxuICAgICAgdGhpcy5zdGFycyA9IHRoaXMuZ2V0UmF0aW5nSWNvbnModGhpcy5yYXRpbmcsIHRoaXMuc2NhbGUpO1xuICAgIH1cbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIHByaXZhdGUgZ2V0UmF0aW5nSWNvbnMocmF0aW5nOiBudW1iZXIsIHNjYWxlOiBudW1iZXIpOiBhZHNJY29uW10ge1xuICAgIGNvbnN0IGljb25zOiBhZHNJY29uW10gPSBbXTtcbiAgICBjb25zdCBmdWxsID0gTWF0aC5mbG9vcihyYXRpbmcpO1xuICAgIGNvbnN0IHBhcnRpYWwgPSByYXRpbmcgLSBNYXRoLmZsb29yKHJhdGluZyk7XG5cbiAgICBpZiAocGFydGlhbCkge1xuICAgICAgZm9yIChsZXQgaSA9IDA7IGkgPCBmdWxsOyBpKyspIHtcbiAgICAgICAgaWNvbnMucHVzaCgnc3Rhcl9mdWxsJyk7XG4gICAgICB9XG5cbiAgICAgIGlmIChwYXJ0aWFsID49IDAuNzUpIHtcbiAgICAgICAgaWNvbnMucHVzaCgnc3Rhcl83NScpO1xuICAgICAgfSBlbHNlIGlmIChwYXJ0aWFsID49IDAuNSkge1xuICAgICAgICBpY29ucy5wdXNoKCdzdGFyXzUwJyk7XG4gICAgICB9IGVsc2UgaWYgKHBhcnRpYWwgPj0gMC4yNSkge1xuICAgICAgICBpY29ucy5wdXNoKCdzdGFyXzI1Jyk7XG4gICAgICB9XG5cbiAgICAgIHdoaWxlIChpY29ucy5sZW5ndGggPCBzY2FsZSkge1xuICAgICAgICBpY29ucy5wdXNoKCdzdGFyJyk7XG4gICAgICB9XG4gICAgfSBlbHNlIHtcbiAgICAgIGZvciAobGV0IGkgPSAwOyBpIDwgc2NhbGU7IGkrKykge1xuICAgICAgICBpY29ucy5wdXNoKGkgPCByYXRpbmcgPyAnc3Rhcl9mdWxsJyA6ICdzdGFyJyk7XG4gICAgICB9XG4gICAgfVxuXG4gICAgcmV0dXJuIGljb25zO1xuICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwicmF0aW5nXCI+XG4gIDxhZHMtaWNvbiAqbmdGb3I9XCJsZXQgc3RhciBvZiBzdGFyc1wiIFtuYW1lXT1cInN0YXJcIiBbdGhlbWVdPVwidGhlbWVcIiBzaXplPVwic21cIj48L2Fkcy1pY29uPlxuPC9kaXY+XG4iXX0=
@@ -1,19 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { AdsRatingComponent } from './rating.component';
4
- import { AdsIconModule } from '@ascentgl/ads-icons';
5
- import * as i0 from "@angular/core";
6
- export class AdsRatingModule {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsRatingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsRatingModule, declarations: [AdsRatingComponent], imports: [CommonModule, AdsIconModule], exports: [AdsRatingComponent] }); }
9
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsRatingModule, imports: [CommonModule, AdsIconModule] }); }
10
- }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsRatingModule, decorators: [{
12
- type: NgModule,
13
- args: [{
14
- declarations: [AdsRatingComponent],
15
- imports: [CommonModule, AdsIconModule],
16
- exports: [AdsRatingComponent],
17
- }]
18
- }] });
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmF0aW5nLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9yYXRpbmcvcmF0aW5nLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUN4RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0scUJBQXFCLENBQUM7O0FBT3BELE1BQU0sT0FBTyxlQUFlOzhHQUFmLGVBQWU7K0dBQWYsZUFBZSxpQkFKWCxrQkFBa0IsYUFDdkIsWUFBWSxFQUFFLGFBQWEsYUFDM0Isa0JBQWtCOytHQUVqQixlQUFlLFlBSGhCLFlBQVksRUFBRSxhQUFhOzsyRkFHMUIsZUFBZTtrQkFMM0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQztvQkFDbEMsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLGFBQWEsQ0FBQztvQkFDdEMsT0FBTyxFQUFFLENBQUMsa0JBQWtCLENBQUM7aUJBQzlCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBBZHNSYXRpbmdDb21wb25lbnQgfSBmcm9tICcuL3JhdGluZy5jb21wb25lbnQnO1xuaW1wb3J0IHsgQWRzSWNvbk1vZHVsZSB9IGZyb20gJ0Bhc2NlbnRnbC9hZHMtaWNvbnMnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtBZHNSYXRpbmdDb21wb25lbnRdLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBBZHNJY29uTW9kdWxlXSxcbiAgZXhwb3J0czogW0Fkc1JhdGluZ0NvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIEFkc1JhdGluZ01vZHVsZSB7fVxuIl19
@@ -1,2 +0,0 @@
1
- export * from './public-api';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvc2hlbGwtbGF5b3V0L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
@@ -1,3 +0,0 @@
1
- export * from './shell-layout.component';
2
- export * from './shell-layout.module';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9zaGVsbC1sYXlvdXQvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsdUJBQXVCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3NoZWxsLWxheW91dC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9zaGVsbC1sYXlvdXQubW9kdWxlJztcbiJdfQ==
@@ -1,25 +0,0 @@
1
- import { Component, Input } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class ShellLayoutComponent {
4
- constructor() {
5
- /**
6
- * Whether the navigation is collapsed
7
- */
8
- this.isCollapsed = false;
9
- /**
10
- * Whether the viewport is mobile
11
- */
12
- this.isMobile = false;
13
- }
14
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ShellLayoutComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
15
- 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
- }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ShellLayoutComponent, decorators: [{
18
- type: Component,
19
- 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"] }]
20
- }], propDecorators: { isCollapsed: [{
21
- type: Input
22
- }], isMobile: [{
23
- type: Input
24
- }] } });
25
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2hlbGwtbGF5b3V0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9zaGVsbC1sYXlvdXQvc2hlbGwtbGF5b3V0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9zaGVsbC1sYXlvdXQvc2hlbGwtbGF5b3V0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU9qRCxNQUFNLE9BQU8sb0JBQW9CO0lBTGpDO1FBTUU7O1dBRUc7UUFDTSxnQkFBVyxHQUFHLEtBQUssQ0FBQztRQUU3Qjs7V0FFRztRQUNNLGFBQVEsR0FBRyxLQUFLLENBQUM7S0FDM0I7OEdBVlksb0JBQW9CO2tHQUFwQixvQkFBb0Isc0hDUGpDLGsyQkF3QkE7OzJGRGpCYSxvQkFBb0I7a0JBTGhDLFNBQVM7K0JBQ0Usa0JBQWtCOzhCQVFuQixXQUFXO3NCQUFuQixLQUFLO2dCQUtHLFFBQVE7c0JBQWhCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2Fkcy1zaGVsbC1sYXlvdXQnLFxuICB0ZW1wbGF0ZVVybDogJy4vc2hlbGwtbGF5b3V0LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vc2hlbGwtbGF5b3V0LmNvbXBvbmVudC5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIFNoZWxsTGF5b3V0Q29tcG9uZW50IHtcbiAgLyoqXG4gICAqIFdoZXRoZXIgdGhlIG5hdmlnYXRpb24gaXMgY29sbGFwc2VkXG4gICAqL1xuICBASW5wdXQoKSBpc0NvbGxhcHNlZCA9IGZhbHNlO1xuXG4gIC8qKlxuICAgKiBXaGV0aGVyIHRoZSB2aWV3cG9ydCBpcyBtb2JpbGVcbiAgICovXG4gIEBJbnB1dCgpIGlzTW9iaWxlID0gZmFsc2U7XG59XG4iLCI8IS0tIDxkaXYgY2xhc3M9XCJzaGVsbFwiIFtjbGFzcy5tb2JpbGVdPVwiaXNNb2JpbGVcIiBbY2xhc3MuY29sbGFwc2VkXT1cImlzQ29sbGFwc2VkXCI+XG4gIDxkaXYgY2xhc3M9XCJzaGVsbC1jb250YWluZXJcIj5cbiAgICA8bmctY29udGVudCBzZWxlY3Q9XCJbbmF2aWdhdGlvbl1cIj48L25nLWNvbnRlbnQ+XG4gICAgPGRpdiBjbGFzcz1cInNoZWxsLWhlYWRlclwiPlxuICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW2hlYWRlcl1cIj48L25nLWNvbnRlbnQ+ICBcbiAgICAgIDxtYWluIGNsYXNzPVwibWFpbi1jb250ZW50XCI+XG4gICAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgICAgIDwvbWFpbj5cbiAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cIlt3aWRnZXRiYXJdXCI+PC9uZy1jb250ZW50PlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbiAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW2Zvb3Rlcl1cIj48L25nLWNvbnRlbnQ+XG48L2Rpdj4gLS0+XG5cbjxkaXYgY2xhc3M9XCJzaGVsbFwiIFtjbGFzcy5tb2JpbGVdPVwiaXNNb2JpbGVcIiBbY2xhc3MuY29sbGFwc2VkXT1cImlzQ29sbGFwc2VkXCI+XG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICA8bmctY29udGVudCBzZWxlY3Q9XCJbaGVhZGVyXVwiPjwvbmctY29udGVudD5cbiAgICA8bWFpbiBjbGFzcz1cIm1haW4tY29udGVudFwiPlxuICAgICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICAgIDwvbWFpbj5cbiAgICA8bmctY29udGVudCBzZWxlY3Q9XCJbd2lkZ2V0YmFyXVwiPjwvbmctY29udGVudD5cbiAgPC9kaXY+XG4gIDxuZy1jb250ZW50IHNlbGVjdD1cIltmb290ZXJdXCI+PC9uZy1jb250ZW50PlxuPC9kaXY+XG4iXX0=
@@ -1,18 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { ShellLayoutComponent } from './shell-layout.component';
4
- import * as i0 from "@angular/core";
5
- export class AdsShellLayoutModule {
6
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsShellLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsShellLayoutModule, declarations: [ShellLayoutComponent], imports: [CommonModule], exports: [ShellLayoutComponent] }); }
8
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsShellLayoutModule, imports: [CommonModule] }); }
9
- }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsShellLayoutModule, decorators: [{
11
- type: NgModule,
12
- args: [{
13
- declarations: [ShellLayoutComponent],
14
- exports: [ShellLayoutComponent],
15
- imports: [CommonModule],
16
- }]
17
- }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2hlbGwtbGF5b3V0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9zaGVsbC1sYXlvdXQvc2hlbGwtbGF5b3V0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7QUFPaEUsTUFBTSxPQUFPLG9CQUFvQjs4R0FBcEIsb0JBQW9COytHQUFwQixvQkFBb0IsaUJBSmhCLG9CQUFvQixhQUV6QixZQUFZLGFBRFosb0JBQW9COytHQUduQixvQkFBb0IsWUFGckIsWUFBWTs7MkZBRVgsb0JBQW9CO2tCQUxoQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLG9CQUFvQixDQUFDO29CQUNwQyxPQUFPLEVBQUUsQ0FBQyxvQkFBb0IsQ0FBQztvQkFDL0IsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO2lCQUN4QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgU2hlbGxMYXlvdXRDb21wb25lbnQgfSBmcm9tICcuL3NoZWxsLWxheW91dC5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtTaGVsbExheW91dENvbXBvbmVudF0sXG4gIGV4cG9ydHM6IFtTaGVsbExheW91dENvbXBvbmVudF0sXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNTaGVsbExheW91dE1vZHVsZSB7fVxuIl19
@@ -1,2 +0,0 @@
1
- export * from './public-api';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvc25hY2tiYXJzL2lubGluZS1zbmFja2Jhci9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=