@ascentgl/ads-ui 2.19.5 → 20.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1301) hide show
  1. package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs +9 -9
  2. package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs.map +1 -1
  3. package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +8 -8
  4. package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs.map +1 -1
  5. package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +9 -9
  6. package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs.map +1 -1
  7. package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs +8 -7
  8. package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs.map +1 -1
  9. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs +8 -8
  10. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs.map +1 -1
  11. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs +9 -9
  12. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs.map +1 -1
  13. package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs +9 -9
  14. package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs.map +1 -1
  15. package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs +8 -8
  16. package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs.map +1 -1
  17. package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +24 -11
  18. package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs.map +1 -1
  19. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +9 -9
  20. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs.map +1 -1
  21. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +9 -9
  22. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs.map +1 -1
  23. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +9 -9
  24. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs.map +1 -1
  25. package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +9 -9
  26. package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs.map +1 -1
  27. package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs +9 -9
  28. package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs.map +1 -1
  29. package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +8 -8
  30. package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs.map +1 -1
  31. package/fesm2022/ascentgl-ads-ui.mjs +5293 -5689
  32. package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
  33. package/index.d.ts +3023 -86
  34. package/package.json +12 -256
  35. package/src/assets/sass/ads-ui/abstracts/_functions.scss +6 -3
  36. package/src/assets/sass/ads-ui/abstracts/_mixins.scss +15 -13
  37. package/src/assets/sass/ads-ui/abstracts/_variables.scss +5 -5
  38. package/src/assets/sass/ads-ui/base/_reset.scss +7 -29
  39. package/src/assets/sass/ads-ui/base/_typography.scss +1 -10
  40. package/src/assets/sass/ads-ui/base/_utilities.scss +1 -2
  41. package/src/assets/sass/ads-ui/main.scss +8 -9
  42. package/src/assets/sass/ads-ui/overrides/_angular-material.scss +8 -10
  43. package/src/assets/sass/ads-ui/overrides/angular-material/_bottom-sheet.scss +2 -0
  44. package/src/assets/sass/ads-ui/overrides/angular-material/_datetimepicker.scss +4 -6
  45. package/src/assets/sass/ads-ui/overrides/angular-material/_dropdown.scss +1 -2
  46. package/src/assets/sass/ads-ui/overrides/angular-material/_html.scss +7 -9
  47. package/src/assets/sass/ads-ui/overrides/angular-material/_mat-list.scss +3 -1
  48. package/src/assets/sass/ads-ui/overrides/angular-material/_menu.scss +89 -0
  49. package/src/assets/sass/ads-ui/overrides/angular-material/_search-dropdown-modal.scss +2 -0
  50. package/src/assets/sass/ads-ui/overrides/angular-material/_snackbar.scss +12 -9
  51. package/src/assets/sass/ads-ui/overrides/angular-material/_tooltip.scss +13 -10
  52. package/src/lib/components/avatar/index.d.ts +42 -5
  53. package/src/lib/components/buttons/button-container/index.d.ts +19 -5
  54. package/src/lib/components/drag-and-drop-list/index.d.ts +93 -5
  55. package/src/lib/components/error-page/error-page-code/index.d.ts +15 -5
  56. package/src/lib/components/footer/container/index.d.ts +14 -5
  57. package/src/lib/components/footer/index.d.ts +45 -5
  58. package/src/lib/components/header/container/index.d.ts +18 -5
  59. package/src/lib/components/header/index.d.ts +14 -5
  60. package/src/lib/components/logo/primary-logo/index.d.ts +38 -5
  61. package/src/lib/components/progress-indicators/progress-bar/index.d.ts +58 -5
  62. package/src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts +50 -5
  63. package/src/lib/components/progress-indicators/progress-spinner/index.d.ts +50 -5
  64. package/src/lib/components/shell-layout/index.d.ts +23 -5
  65. package/src/lib/components/splash-page/index.d.ts +24 -5
  66. package/src/lib/components/tags/tag-container/index.d.ts +15 -5
  67. package/esm2022/ascentgl-ads-ui.mjs +0 -5
  68. package/esm2022/index.mjs +0 -87
  69. package/esm2022/lib/components/avatar/avatar.component.mjs +0 -50
  70. package/esm2022/lib/components/avatar/avatar.module.mjs +0 -19
  71. package/esm2022/lib/components/avatar/avatar.types.mjs +0 -2
  72. package/esm2022/lib/components/avatar/index.mjs +0 -2
  73. package/esm2022/lib/components/avatar/public-api.mjs +0 -3
  74. package/esm2022/lib/components/badge/index.mjs +0 -2
  75. package/esm2022/lib/components/badge/numeric-badge.component.mjs +0 -35
  76. package/esm2022/lib/components/badge/numeric-badge.module.mjs +0 -19
  77. package/esm2022/lib/components/badge/public-api.mjs +0 -3
  78. package/esm2022/lib/components/breadcrumb/breadcrumb.component.mjs +0 -62
  79. package/esm2022/lib/components/breadcrumb/breadcrumb.module.mjs +0 -21
  80. package/esm2022/lib/components/breadcrumb/breadcrumb.type.mjs +0 -2
  81. package/esm2022/lib/components/breadcrumb/breadcrumb.visual-processor.mjs +0 -151
  82. package/esm2022/lib/components/breadcrumb/index.mjs +0 -2
  83. package/esm2022/lib/components/breadcrumb/public-api.mjs +0 -4
  84. package/esm2022/lib/components/buttons/button/button.component.mjs +0 -31
  85. package/esm2022/lib/components/buttons/button/button.module.mjs +0 -19
  86. package/esm2022/lib/components/buttons/button/index.mjs +0 -2
  87. package/esm2022/lib/components/buttons/button/public-api.mjs +0 -3
  88. package/esm2022/lib/components/buttons/button-container/button-container.component.mjs +0 -17
  89. package/esm2022/lib/components/buttons/button-container/button-container.module.mjs +0 -18
  90. package/esm2022/lib/components/buttons/button-container/index.mjs +0 -2
  91. package/esm2022/lib/components/buttons/button-container/public-api.mjs +0 -3
  92. package/esm2022/lib/components/buttons/icon-button/icon-button.component.mjs +0 -36
  93. package/esm2022/lib/components/buttons/icon-button/icon-button.module.mjs +0 -20
  94. package/esm2022/lib/components/buttons/icon-button/index.mjs +0 -2
  95. package/esm2022/lib/components/buttons/icon-button/public-api.mjs +0 -3
  96. package/esm2022/lib/components/buttons/link-button/index.mjs +0 -2
  97. package/esm2022/lib/components/buttons/link-button/link-button.component.mjs +0 -18
  98. package/esm2022/lib/components/buttons/link-button/link-button.module.mjs +0 -20
  99. package/esm2022/lib/components/buttons/link-button/public-api.mjs +0 -3
  100. package/esm2022/lib/components/buttons/selection-button/index.mjs +0 -2
  101. package/esm2022/lib/components/buttons/selection-button/public-api.mjs +0 -3
  102. package/esm2022/lib/components/buttons/selection-button/selection-button.component.mjs +0 -60
  103. package/esm2022/lib/components/buttons/selection-button/selection-button.module.mjs +0 -20
  104. package/esm2022/lib/components/card/card.component.mjs +0 -11
  105. package/esm2022/lib/components/card/card.module.mjs +0 -18
  106. package/esm2022/lib/components/card/index.mjs +0 -2
  107. package/esm2022/lib/components/card/public-api.mjs +0 -3
  108. package/esm2022/lib/components/chip/chip.component.mjs +0 -45
  109. package/esm2022/lib/components/chip/chip.module.mjs +0 -19
  110. package/esm2022/lib/components/chip/chip.types.mjs +0 -2
  111. package/esm2022/lib/components/chip/index.mjs +0 -2
  112. package/esm2022/lib/components/chip/public-api.mjs +0 -3
  113. package/esm2022/lib/components/divider/divider.component.mjs +0 -43
  114. package/esm2022/lib/components/divider/divider.module.mjs +0 -18
  115. package/esm2022/lib/components/divider/index.mjs +0 -2
  116. package/esm2022/lib/components/divider/public-api.mjs +0 -3
  117. package/esm2022/lib/components/drag-and-drop-list/dom.element.mjs +0 -62
  118. package/esm2022/lib/components/drag-and-drop-list/drag-and-drop-list.component.mjs +0 -349
  119. package/esm2022/lib/components/drag-and-drop-list/drag-and-drop-list.enums.mjs +0 -2
  120. package/esm2022/lib/components/drag-and-drop-list/drag-and-drop-list.module.mjs +0 -18
  121. package/esm2022/lib/components/drag-and-drop-list/dragged.placeholder.mjs +0 -63
  122. package/esm2022/lib/components/drag-and-drop-list/index.mjs +0 -2
  123. package/esm2022/lib/components/drag-and-drop-list/public-api.mjs +0 -3
  124. package/esm2022/lib/components/error-page/error-page-code/error-page-code.component.mjs +0 -14
  125. package/esm2022/lib/components/error-page/error-page-code/error-page-code.module.mjs +0 -18
  126. package/esm2022/lib/components/error-page/error-page-code/index.mjs +0 -2
  127. package/esm2022/lib/components/error-page/error-page-code/public-api.mjs +0 -3
  128. package/esm2022/lib/components/error-page/error-page.component.mjs +0 -110
  129. package/esm2022/lib/components/error-page/error-page.module.mjs +0 -25
  130. package/esm2022/lib/components/error-page/error-page.types.mjs +0 -7
  131. package/esm2022/lib/components/error-page/index.mjs +0 -2
  132. package/esm2022/lib/components/error-page/public-api.mjs +0 -4
  133. package/esm2022/lib/components/expansion-panel/expansion-panel.component.mjs +0 -33
  134. package/esm2022/lib/components/expansion-panel/expansion-panel.module.mjs +0 -36
  135. package/esm2022/lib/components/expansion-panel/index.mjs +0 -2
  136. package/esm2022/lib/components/expansion-panel/public-api.mjs +0 -3
  137. package/esm2022/lib/components/footer/container/footer-container.component.mjs +0 -11
  138. package/esm2022/lib/components/footer/container/footer-container.module.mjs +0 -16
  139. package/esm2022/lib/components/footer/container/index.mjs +0 -2
  140. package/esm2022/lib/components/footer/container/public-api.mjs +0 -3
  141. package/esm2022/lib/components/footer/footer.component.mjs +0 -35
  142. package/esm2022/lib/components/footer/footer.component.types.mjs +0 -2
  143. package/esm2022/lib/components/footer/footer.module.mjs +0 -18
  144. package/esm2022/lib/components/footer/index.mjs +0 -2
  145. package/esm2022/lib/components/footer/public-api.mjs +0 -4
  146. package/esm2022/lib/components/form-fields/abstracts/abstract.base.component.mjs +0 -155
  147. package/esm2022/lib/components/form-fields/abstracts/abstract.dropdown.component.mjs +0 -108
  148. package/esm2022/lib/components/form-fields/abstracts/abstract.input.component.mjs +0 -52
  149. package/esm2022/lib/components/form-fields/area/index.mjs +0 -2
  150. package/esm2022/lib/components/form-fields/area/public-api.mjs +0 -3
  151. package/esm2022/lib/components/form-fields/area/textarea.component.mjs +0 -37
  152. package/esm2022/lib/components/form-fields/area/textarea.module.mjs +0 -55
  153. package/esm2022/lib/components/form-fields/common/dropdown-option-template.directive.mjs +0 -17
  154. package/esm2022/lib/components/form-fields/common/error/error.component.mjs +0 -29
  155. package/esm2022/lib/components/form-fields/common/hint/hint.component.mjs +0 -36
  156. package/esm2022/lib/components/form-fields/common/input.tooltip.component.mjs +0 -38
  157. package/esm2022/lib/components/form-fields/common/success/success.component.mjs +0 -29
  158. package/esm2022/lib/components/form-fields/datepickers/date-picker/datepicker.component.mjs +0 -61
  159. package/esm2022/lib/components/form-fields/datepickers/date-picker/datepicker.module.mjs +0 -87
  160. package/esm2022/lib/components/form-fields/datepickers/date-picker/index.mjs +0 -2
  161. package/esm2022/lib/components/form-fields/datepickers/date-picker/public-api.mjs +0 -3
  162. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/custom-datetime-format.mjs +0 -36
  163. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/custom-datetime.adapter.mjs +0 -49
  164. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetime-picker-format-directive.mjs +0 -66
  165. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetime-template.formatter.mjs +0 -171
  166. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.component.mjs +0 -398
  167. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.module.mjs +0 -87
  168. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/index.mjs +0 -2
  169. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/public-api.mjs +0 -3
  170. package/esm2022/lib/components/form-fields/datepickers/time-picker/index.mjs +0 -2
  171. package/esm2022/lib/components/form-fields/datepickers/time-picker/public-api.mjs +0 -3
  172. package/esm2022/lib/components/form-fields/datepickers/time-picker/timepicker.component.mjs +0 -77
  173. package/esm2022/lib/components/form-fields/datepickers/time-picker/timepicker.module.mjs +0 -90
  174. package/esm2022/lib/components/form-fields/dropdowns/dropdown/dropdown.component.mjs +0 -194
  175. package/esm2022/lib/components/form-fields/dropdowns/dropdown/dropdown.module.mjs +0 -71
  176. package/esm2022/lib/components/form-fields/dropdowns/dropdown/index.mjs +0 -2
  177. package/esm2022/lib/components/form-fields/dropdowns/dropdown/public-api.mjs +0 -3
  178. package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/index.mjs +0 -2
  179. package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.component.mjs +0 -103
  180. package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.module.mjs +0 -67
  181. package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/public-api.mjs +0 -3
  182. package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/index.mjs +0 -2
  183. package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.component.mjs +0 -67
  184. package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.module.mjs +0 -71
  185. package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/public-api.mjs +0 -3
  186. package/esm2022/lib/components/form-fields/input/index.mjs +0 -2
  187. package/esm2022/lib/components/form-fields/input/input.component.mjs +0 -72
  188. package/esm2022/lib/components/form-fields/input/input.module.mjs +0 -55
  189. package/esm2022/lib/components/form-fields/input/public-api.mjs +0 -3
  190. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/index.mjs +0 -2
  191. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/public-api.mjs +0 -3
  192. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown-highlighter.pipe.mjs +0 -33
  193. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.mjs +0 -683
  194. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.types.mjs +0 -2
  195. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.module.mjs +0 -75
  196. package/esm2022/lib/components/form-fields/search-fields/search-input/index.mjs +0 -2
  197. package/esm2022/lib/components/form-fields/search-fields/search-input/public-api.mjs +0 -3
  198. package/esm2022/lib/components/form-fields/search-fields/search-input/search-input.component.mjs +0 -43
  199. package/esm2022/lib/components/form-fields/search-fields/search-input/search-input.module.mjs +0 -67
  200. package/esm2022/lib/components/form-fields/selection-fields/checkbox/checkbox.component.mjs +0 -47
  201. package/esm2022/lib/components/form-fields/selection-fields/checkbox/checkbox.module.mjs +0 -39
  202. package/esm2022/lib/components/form-fields/selection-fields/checkbox/index.mjs +0 -2
  203. package/esm2022/lib/components/form-fields/selection-fields/checkbox/public-api.mjs +0 -3
  204. package/esm2022/lib/components/form-fields/selection-fields/radio-button/index.mjs +0 -2
  205. package/esm2022/lib/components/form-fields/selection-fields/radio-button/public-api.mjs +0 -3
  206. package/esm2022/lib/components/form-fields/selection-fields/radio-button/radio-button.component.mjs +0 -53
  207. package/esm2022/lib/components/form-fields/selection-fields/radio-button/radio-button.module.mjs +0 -55
  208. package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/index.mjs +0 -2
  209. package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/public-api.mjs +0 -3
  210. package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.component.mjs +0 -56
  211. package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.module.mjs +0 -39
  212. package/esm2022/lib/components/form-fields/selection-fields/slider/index.mjs +0 -2
  213. package/esm2022/lib/components/form-fields/selection-fields/slider/public-api.mjs +0 -3
  214. package/esm2022/lib/components/form-fields/selection-fields/slider/slider.component.mjs +0 -44
  215. package/esm2022/lib/components/form-fields/selection-fields/slider/slider.module.mjs +0 -43
  216. package/esm2022/lib/components/general/color-palette/colors.enums.mjs +0 -39
  217. package/esm2022/lib/components/header/container/header-container.component.mjs +0 -19
  218. package/esm2022/lib/components/header/container/header-container.module.mjs +0 -16
  219. package/esm2022/lib/components/header/container/index.mjs +0 -2
  220. package/esm2022/lib/components/header/container/public-api.mjs +0 -3
  221. package/esm2022/lib/components/header/header.component.mjs +0 -11
  222. package/esm2022/lib/components/header/header.module.mjs +0 -16
  223. package/esm2022/lib/components/header/index.mjs +0 -2
  224. package/esm2022/lib/components/header/org-display-text/index.mjs +0 -2
  225. package/esm2022/lib/components/header/org-display-text/org-display-text.component.mjs +0 -22
  226. package/esm2022/lib/components/header/org-display-text/org-display-text.module.mjs +0 -18
  227. package/esm2022/lib/components/header/org-display-text/public-api.mjs +0 -3
  228. package/esm2022/lib/components/header/public-api.mjs +0 -3
  229. package/esm2022/lib/components/icon-hover/icon-hover.component.mjs +0 -33
  230. package/esm2022/lib/components/icon-hover/icon-hover.module.mjs +0 -16
  231. package/esm2022/lib/components/icon-hover/index.mjs +0 -2
  232. package/esm2022/lib/components/icon-hover/public-api.mjs +0 -3
  233. package/esm2022/lib/components/logo/ascent-logo/ascent-logo.component.mjs +0 -29
  234. package/esm2022/lib/components/logo/ascent-logo/ascent-logo.module.mjs +0 -18
  235. package/esm2022/lib/components/logo/ascent-logo/index.mjs +0 -2
  236. package/esm2022/lib/components/logo/ascent-logo/public-api.mjs +0 -3
  237. package/esm2022/lib/components/logo/primary-logo/index.mjs +0 -2
  238. package/esm2022/lib/components/logo/primary-logo/primary-logo.component.mjs +0 -37
  239. package/esm2022/lib/components/logo/primary-logo/primary-logo.module.mjs +0 -18
  240. package/esm2022/lib/components/logo/primary-logo/public-api.mjs +0 -3
  241. package/esm2022/lib/components/main-menu/index.mjs +0 -2
  242. package/esm2022/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.mjs +0 -22
  243. package/esm2022/lib/components/main-menu/main-menu.component.mjs +0 -76
  244. package/esm2022/lib/components/main-menu/main-menu.module.mjs +0 -45
  245. package/esm2022/lib/components/main-menu/main-menu.types.mjs +0 -2
  246. package/esm2022/lib/components/main-menu/public-api.mjs +0 -4
  247. package/esm2022/lib/components/modal/index.mjs +0 -2
  248. package/esm2022/lib/components/modal/modal.component.mjs +0 -41
  249. package/esm2022/lib/components/modal/modal.module.mjs +0 -22
  250. package/esm2022/lib/components/modal/public-api.mjs +0 -3
  251. package/esm2022/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.mjs +0 -46
  252. package/esm2022/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.mjs +0 -18
  253. package/esm2022/lib/components/navigation/dashboard-edit-icon/index.mjs +0 -2
  254. package/esm2022/lib/components/navigation/dashboard-edit-icon/public-api.mjs +0 -3
  255. package/esm2022/lib/components/navigation/index.mjs +0 -2
  256. package/esm2022/lib/components/navigation/navigation-actions-container/index.mjs +0 -2
  257. package/esm2022/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.mjs +0 -20
  258. package/esm2022/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.mjs +0 -18
  259. package/esm2022/lib/components/navigation/navigation-actions-container/public-api.mjs +0 -3
  260. package/esm2022/lib/components/navigation/navigation-collapse-handle/index.mjs +0 -2
  261. package/esm2022/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.mjs +0 -48
  262. package/esm2022/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.mjs +0 -18
  263. package/esm2022/lib/components/navigation/navigation-collapse-handle/public-api.mjs +0 -3
  264. package/esm2022/lib/components/navigation/navigation-header/index.mjs +0 -2
  265. package/esm2022/lib/components/navigation/navigation-header/navigation-header.component.mjs +0 -25
  266. package/esm2022/lib/components/navigation/navigation-header/navigation-header.module.mjs +0 -16
  267. package/esm2022/lib/components/navigation/navigation-header/public-api.mjs +0 -3
  268. package/esm2022/lib/components/navigation/navigation-item/index.mjs +0 -2
  269. package/esm2022/lib/components/navigation/navigation-item/navigation-item.component.mjs +0 -74
  270. package/esm2022/lib/components/navigation/navigation-item/navigation-item.module.mjs +0 -21
  271. package/esm2022/lib/components/navigation/navigation-item/public-api.mjs +0 -3
  272. package/esm2022/lib/components/navigation/navigation-items-container/index.mjs +0 -2
  273. package/esm2022/lib/components/navigation/navigation-items-container/navigation-items-container.component.mjs +0 -11
  274. package/esm2022/lib/components/navigation/navigation-items-container/navigation-items-container.module.mjs +0 -16
  275. package/esm2022/lib/components/navigation/navigation-items-container/public-api.mjs +0 -3
  276. package/esm2022/lib/components/navigation/navigation.component.mjs +0 -25
  277. package/esm2022/lib/components/navigation/navigation.module.mjs +0 -16
  278. package/esm2022/lib/components/navigation/public-api.mjs +0 -3
  279. package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/index.mjs +0 -2
  280. package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/public-api.mjs +0 -3
  281. package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.mjs +0 -11
  282. package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.mjs +0 -16
  283. package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/index.mjs +0 -2
  284. package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/public-api.mjs +0 -3
  285. package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.mjs +0 -67
  286. package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.mjs +0 -21
  287. package/esm2022/lib/components/navigation/sub-navigation-item/index.mjs +0 -2
  288. package/esm2022/lib/components/navigation/sub-navigation-item/public-api.mjs +0 -3
  289. package/esm2022/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.mjs +0 -36
  290. package/esm2022/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.mjs +0 -18
  291. package/esm2022/lib/components/navigation/sub-navigation-items-container/index.mjs +0 -2
  292. package/esm2022/lib/components/navigation/sub-navigation-items-container/public-api.mjs +0 -3
  293. package/esm2022/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.mjs +0 -11
  294. package/esm2022/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.mjs +0 -16
  295. package/esm2022/lib/components/pagination/container/index.mjs +0 -2
  296. package/esm2022/lib/components/pagination/container/pagination-container.component.mjs +0 -11
  297. package/esm2022/lib/components/pagination/container/pagination-container.module.mjs +0 -16
  298. package/esm2022/lib/components/pagination/container/public-api.mjs +0 -3
  299. package/esm2022/lib/components/pagination/index.mjs +0 -2
  300. package/esm2022/lib/components/pagination/pagination.component.mjs +0 -85
  301. package/esm2022/lib/components/pagination/pagination.module.mjs +0 -19
  302. package/esm2022/lib/components/pagination/public-api.mjs +0 -3
  303. package/esm2022/lib/components/progress-indicators/progress-bar/index.mjs +0 -2
  304. package/esm2022/lib/components/progress-indicators/progress-bar/progress-bar.component.mjs +0 -78
  305. package/esm2022/lib/components/progress-indicators/progress-bar/progress-bar.module.mjs +0 -19
  306. package/esm2022/lib/components/progress-indicators/progress-bar/public-api.mjs +0 -3
  307. package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/index.mjs +0 -2
  308. package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.mjs +0 -79
  309. package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.mjs +0 -19
  310. package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.mjs +0 -8
  311. package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/public-api.mjs +0 -3
  312. package/esm2022/lib/components/progress-indicators/progress-spinner/index.mjs +0 -2
  313. package/esm2022/lib/components/progress-indicators/progress-spinner/progress-spinner.component.mjs +0 -95
  314. package/esm2022/lib/components/progress-indicators/progress-spinner/progress-spinner.module.mjs +0 -22
  315. package/esm2022/lib/components/progress-indicators/progress-spinner/public-api.mjs +0 -3
  316. package/esm2022/lib/components/progress-stepper/index.mjs +0 -2
  317. package/esm2022/lib/components/progress-stepper/progress-step.types.mjs +0 -2
  318. package/esm2022/lib/components/progress-stepper/progress-stepper.component.mjs +0 -106
  319. package/esm2022/lib/components/progress-stepper/progress-stepper.module.mjs +0 -27
  320. package/esm2022/lib/components/progress-stepper/public-api.mjs +0 -4
  321. package/esm2022/lib/components/rating/index.mjs +0 -2
  322. package/esm2022/lib/components/rating/public-api.mjs +0 -3
  323. package/esm2022/lib/components/rating/rating.component.mjs +0 -69
  324. package/esm2022/lib/components/rating/rating.module.mjs +0 -19
  325. package/esm2022/lib/components/shell-layout/index.mjs +0 -2
  326. package/esm2022/lib/components/shell-layout/public-api.mjs +0 -3
  327. package/esm2022/lib/components/shell-layout/shell-layout.component.mjs +0 -25
  328. package/esm2022/lib/components/shell-layout/shell-layout.module.mjs +0 -18
  329. package/esm2022/lib/components/snackbars/inline-snackbar/index.mjs +0 -2
  330. package/esm2022/lib/components/snackbars/inline-snackbar/inline-snackbar.component.mjs +0 -63
  331. package/esm2022/lib/components/snackbars/inline-snackbar/inline-snackbar.module.mjs +0 -19
  332. package/esm2022/lib/components/snackbars/inline-snackbar/public-api.mjs +0 -3
  333. package/esm2022/lib/components/snackbars/snackbar/index.mjs +0 -2
  334. package/esm2022/lib/components/snackbars/snackbar/public-api.mjs +0 -3
  335. package/esm2022/lib/components/snackbars/snackbar/snackbar.component.mjs +0 -30
  336. package/esm2022/lib/components/snackbars/snackbar/snackbar.module.mjs +0 -21
  337. package/esm2022/lib/components/splash-page/index.mjs +0 -2
  338. package/esm2022/lib/components/splash-page/public-api.mjs +0 -3
  339. package/esm2022/lib/components/splash-page/splash-page.component.mjs +0 -20
  340. package/esm2022/lib/components/splash-page/splash-page.module.mjs +0 -18
  341. package/esm2022/lib/components/stepper-condensed/condensed-helpers.mjs +0 -97
  342. package/esm2022/lib/components/stepper-condensed/condensed-step.type.mjs +0 -12
  343. package/esm2022/lib/components/stepper-condensed/index.mjs +0 -2
  344. package/esm2022/lib/components/stepper-condensed/public-api.mjs +0 -5
  345. package/esm2022/lib/components/stepper-condensed/stepper-condensed.component.mjs +0 -149
  346. package/esm2022/lib/components/stepper-condensed/stepper-condensed.module.mjs +0 -28
  347. package/esm2022/lib/components/submenu/submenu-container/index.mjs +0 -2
  348. package/esm2022/lib/components/submenu/submenu-container/public-api.mjs +0 -3
  349. package/esm2022/lib/components/submenu/submenu-container/submenu-container.component.mjs +0 -22
  350. package/esm2022/lib/components/submenu/submenu-container/submenu-container.module.mjs +0 -18
  351. package/esm2022/lib/components/submenu/submenu-heading/index.mjs +0 -2
  352. package/esm2022/lib/components/submenu/submenu-heading/public-api.mjs +0 -3
  353. package/esm2022/lib/components/submenu/submenu-heading/submenu-heading.component.mjs +0 -17
  354. package/esm2022/lib/components/submenu/submenu-heading/submenu-heading.module.mjs +0 -18
  355. package/esm2022/lib/components/submenu/submenu-item/index.mjs +0 -2
  356. package/esm2022/lib/components/submenu/submenu-item/public-api.mjs +0 -3
  357. package/esm2022/lib/components/submenu/submenu-item/submenu-item.component.mjs +0 -28
  358. package/esm2022/lib/components/submenu/submenu-item/submenu-item.module.mjs +0 -19
  359. package/esm2022/lib/components/submenu/submenu-secondary-item/index.mjs +0 -2
  360. package/esm2022/lib/components/submenu/submenu-secondary-item/public-api.mjs +0 -3
  361. package/esm2022/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.mjs +0 -33
  362. package/esm2022/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.mjs +0 -19
  363. package/esm2022/lib/components/table/index.mjs +0 -2
  364. package/esm2022/lib/components/table/public-api.mjs +0 -3
  365. package/esm2022/lib/components/table/table.component.mjs +0 -81
  366. package/esm2022/lib/components/table/table.module.mjs +0 -20
  367. package/esm2022/lib/components/tags/create-tag/create-tag.component.mjs +0 -218
  368. package/esm2022/lib/components/tags/create-tag/create-tag.module.mjs +0 -43
  369. package/esm2022/lib/components/tags/create-tag/index.mjs +0 -2
  370. package/esm2022/lib/components/tags/create-tag/public-api.mjs +0 -3
  371. package/esm2022/lib/components/tags/tag/index.mjs +0 -2
  372. package/esm2022/lib/components/tags/tag/public-api.mjs +0 -4
  373. package/esm2022/lib/components/tags/tag/tag.component.mjs +0 -68
  374. package/esm2022/lib/components/tags/tag/tag.module.mjs +0 -19
  375. package/esm2022/lib/components/tags/tag/tag.types.mjs +0 -2
  376. package/esm2022/lib/components/tags/tag-container/index.mjs +0 -2
  377. package/esm2022/lib/components/tags/tag-container/public-api.mjs +0 -3
  378. package/esm2022/lib/components/tags/tag-container/tag-container.component.mjs +0 -11
  379. package/esm2022/lib/components/tags/tag-container/tag-container.module.mjs +0 -18
  380. package/esm2022/lib/components/timeline-stepper/index.mjs +0 -2
  381. package/esm2022/lib/components/timeline-stepper/public-api.mjs +0 -5
  382. package/esm2022/lib/components/timeline-stepper/timeline-helpers.mjs +0 -97
  383. package/esm2022/lib/components/timeline-stepper/timeline-step.type.mjs +0 -12
  384. package/esm2022/lib/components/timeline-stepper/timeline-stepper.component.mjs +0 -148
  385. package/esm2022/lib/components/timeline-stepper/timeline-stepper.module.mjs +0 -28
  386. package/esm2022/lib/components/vertical-stepper/index.mjs +0 -2
  387. package/esm2022/lib/components/vertical-stepper/public-api.mjs +0 -5
  388. package/esm2022/lib/components/vertical-stepper/vertical-helpers.mjs +0 -98
  389. package/esm2022/lib/components/vertical-stepper/vertical-step.type.mjs +0 -12
  390. package/esm2022/lib/components/vertical-stepper/vertical-stepper.component.mjs +0 -125
  391. package/esm2022/lib/components/vertical-stepper/vertical-stepper.module.mjs +0 -28
  392. package/esm2022/lib/components/widgets/widget-actions/index.mjs +0 -2
  393. package/esm2022/lib/components/widgets/widget-actions/public-api.mjs +0 -3
  394. package/esm2022/lib/components/widgets/widget-actions/widget-actions.component.mjs +0 -11
  395. package/esm2022/lib/components/widgets/widget-actions/widget-actions.module.mjs +0 -16
  396. package/esm2022/lib/components/widgets/widget-bar/index.mjs +0 -2
  397. package/esm2022/lib/components/widgets/widget-bar/public-api.mjs +0 -3
  398. package/esm2022/lib/components/widgets/widget-bar/widget-bar.component.mjs +0 -20
  399. package/esm2022/lib/components/widgets/widget-bar/widget-bar.module.mjs +0 -18
  400. package/esm2022/lib/components/widgets/widget-container/index.mjs +0 -2
  401. package/esm2022/lib/components/widgets/widget-container/public-api.mjs +0 -3
  402. package/esm2022/lib/components/widgets/widget-container/widget-container.component.mjs +0 -11
  403. package/esm2022/lib/components/widgets/widget-container/widget-container.module.mjs +0 -18
  404. package/esm2022/lib/components/widgets/widget-footer/index.mjs +0 -2
  405. package/esm2022/lib/components/widgets/widget-footer/public-api.mjs +0 -3
  406. package/esm2022/lib/components/widgets/widget-footer/widget-footer.component.mjs +0 -11
  407. package/esm2022/lib/components/widgets/widget-footer/widget-footer.module.mjs +0 -18
  408. package/esm2022/lib/components/widgets/widget-header/index.mjs +0 -2
  409. package/esm2022/lib/components/widgets/widget-header/public-api.mjs +0 -3
  410. package/esm2022/lib/components/widgets/widget-header/widget-header.component.mjs +0 -11
  411. package/esm2022/lib/components/widgets/widget-header/widget-header.module.mjs +0 -18
  412. package/esm2022/lib/components/widgets/widget-preview/index.mjs +0 -2
  413. package/esm2022/lib/components/widgets/widget-preview/public-api.mjs +0 -3
  414. package/esm2022/lib/components/widgets/widget-preview/widget-preview.component.mjs +0 -25
  415. package/esm2022/lib/components/widgets/widget-preview/widget-preview.module.mjs +0 -18
  416. package/esm2022/lib/components/widgets/widget-thumbnail/index.mjs +0 -2
  417. package/esm2022/lib/components/widgets/widget-thumbnail/public-api.mjs +0 -3
  418. package/esm2022/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.mjs +0 -100
  419. package/esm2022/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.mjs +0 -20
  420. package/esm2022/lib/components/widgets/widget-thumbnail-container/index.mjs +0 -2
  421. package/esm2022/lib/components/widgets/widget-thumbnail-container/public-api.mjs +0 -3
  422. package/esm2022/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.mjs +0 -12
  423. package/esm2022/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.mjs +0 -18
  424. package/esm2022/lib/components/widgets/widget-title/index.mjs +0 -2
  425. package/esm2022/lib/components/widgets/widget-title/public-api.mjs +0 -3
  426. package/esm2022/lib/components/widgets/widget-title/widget-title.component.mjs +0 -22
  427. package/esm2022/lib/components/widgets/widget-title/widget-title.module.mjs +0 -18
  428. package/esm2022/lib/components/wizard-stepper/index.mjs +0 -2
  429. package/esm2022/lib/components/wizard-stepper/public-api.mjs +0 -4
  430. package/esm2022/lib/components/wizard-stepper/wizard-stepper.component.mjs +0 -28
  431. package/esm2022/lib/components/wizard-stepper/wizard-stepper.module.mjs +0 -20
  432. package/esm2022/lib/components/wizard-stepper/wizard-stepper.types.mjs +0 -2
  433. package/esm2022/lib/services/viewport/viewport.service.interface.mjs +0 -2
  434. package/esm2022/lib/services/viewport/viewport.service.mjs +0 -32
  435. package/esm2022/lib/services/window/window.service.interface.mjs +0 -2
  436. package/esm2022/lib/services/window/window.service.mjs +0 -29
  437. package/esm2022/src/lib/components/avatar/ascentgl-ads-ui-src-lib-components-avatar.mjs +0 -5
  438. package/esm2022/src/lib/components/avatar/avatar.component.mjs +0 -50
  439. package/esm2022/src/lib/components/avatar/avatar.module.mjs +0 -19
  440. package/esm2022/src/lib/components/avatar/avatar.types.mjs +0 -2
  441. package/esm2022/src/lib/components/avatar/public-api.mjs +0 -3
  442. package/esm2022/src/lib/components/buttons/button-container/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +0 -5
  443. package/esm2022/src/lib/components/buttons/button-container/button-container.component.mjs +0 -17
  444. package/esm2022/src/lib/components/buttons/button-container/button-container.module.mjs +0 -18
  445. package/esm2022/src/lib/components/buttons/button-container/public-api.mjs +0 -3
  446. package/esm2022/src/lib/components/buttons/selection-button/ascentgl-ads-ui-src-lib-components-buttons-selection-button.mjs +0 -5
  447. package/esm2022/src/lib/components/buttons/selection-button/public-api.mjs +0 -3
  448. package/esm2022/src/lib/components/buttons/selection-button/selection-button.component.mjs +0 -60
  449. package/esm2022/src/lib/components/buttons/selection-button/selection-button.module.mjs +0 -20
  450. package/esm2022/src/lib/components/card/ascentgl-ads-ui-src-lib-components-card.mjs +0 -5
  451. package/esm2022/src/lib/components/card/card.component.mjs +0 -11
  452. package/esm2022/src/lib/components/card/card.module.mjs +0 -18
  453. package/esm2022/src/lib/components/card/public-api.mjs +0 -3
  454. package/esm2022/src/lib/components/divider/ascentgl-ads-ui-src-lib-components-divider.mjs +0 -5
  455. package/esm2022/src/lib/components/divider/divider.component.mjs +0 -43
  456. package/esm2022/src/lib/components/divider/divider.module.mjs +0 -18
  457. package/esm2022/src/lib/components/divider/public-api.mjs +0 -3
  458. package/esm2022/src/lib/components/drag-and-drop-list/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +0 -5
  459. package/esm2022/src/lib/components/drag-and-drop-list/dom.element.mjs +0 -62
  460. package/esm2022/src/lib/components/drag-and-drop-list/drag-and-drop-list.component.mjs +0 -349
  461. package/esm2022/src/lib/components/drag-and-drop-list/drag-and-drop-list.enums.mjs +0 -2
  462. package/esm2022/src/lib/components/drag-and-drop-list/drag-and-drop-list.module.mjs +0 -18
  463. package/esm2022/src/lib/components/drag-and-drop-list/dragged.placeholder.mjs +0 -63
  464. package/esm2022/src/lib/components/drag-and-drop-list/public-api.mjs +0 -3
  465. package/esm2022/src/lib/components/error-page/error-page-code/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs +0 -5
  466. package/esm2022/src/lib/components/error-page/error-page-code/error-page-code.component.mjs +0 -14
  467. package/esm2022/src/lib/components/error-page/error-page-code/error-page-code.module.mjs +0 -18
  468. package/esm2022/src/lib/components/error-page/error-page-code/public-api.mjs +0 -3
  469. package/esm2022/src/lib/components/footer/ascentgl-ads-ui-src-lib-components-footer.mjs +0 -5
  470. package/esm2022/src/lib/components/footer/container/ascentgl-ads-ui-src-lib-components-footer-container.mjs +0 -5
  471. package/esm2022/src/lib/components/footer/container/footer-container.component.mjs +0 -11
  472. package/esm2022/src/lib/components/footer/container/footer-container.module.mjs +0 -16
  473. package/esm2022/src/lib/components/footer/container/public-api.mjs +0 -3
  474. package/esm2022/src/lib/components/footer/footer.component.mjs +0 -35
  475. package/esm2022/src/lib/components/footer/footer.component.types.mjs +0 -2
  476. package/esm2022/src/lib/components/footer/footer.module.mjs +0 -18
  477. package/esm2022/src/lib/components/footer/public-api.mjs +0 -4
  478. package/esm2022/src/lib/components/header/ascentgl-ads-ui-src-lib-components-header.mjs +0 -5
  479. package/esm2022/src/lib/components/header/container/ascentgl-ads-ui-src-lib-components-header-container.mjs +0 -5
  480. package/esm2022/src/lib/components/header/container/header-container.component.mjs +0 -19
  481. package/esm2022/src/lib/components/header/container/header-container.module.mjs +0 -16
  482. package/esm2022/src/lib/components/header/container/public-api.mjs +0 -3
  483. package/esm2022/src/lib/components/header/header.component.mjs +0 -11
  484. package/esm2022/src/lib/components/header/header.module.mjs +0 -16
  485. package/esm2022/src/lib/components/header/org-display-text/ascentgl-ads-ui-src-lib-components-header-org-display-text.mjs +0 -5
  486. package/esm2022/src/lib/components/header/org-display-text/org-display-text.component.mjs +0 -22
  487. package/esm2022/src/lib/components/header/org-display-text/org-display-text.module.mjs +0 -18
  488. package/esm2022/src/lib/components/header/org-display-text/public-api.mjs +0 -3
  489. package/esm2022/src/lib/components/header/public-api.mjs +0 -3
  490. package/esm2022/src/lib/components/logo/primary-logo/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +0 -5
  491. package/esm2022/src/lib/components/logo/primary-logo/primary-logo.component.mjs +0 -37
  492. package/esm2022/src/lib/components/logo/primary-logo/primary-logo.module.mjs +0 -18
  493. package/esm2022/src/lib/components/logo/primary-logo/public-api.mjs +0 -3
  494. package/esm2022/src/lib/components/main-menu/ascentgl-ads-ui-src-lib-components-main-menu.mjs +0 -5
  495. package/esm2022/src/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.mjs +0 -22
  496. package/esm2022/src/lib/components/main-menu/main-menu.component.mjs +0 -76
  497. package/esm2022/src/lib/components/main-menu/main-menu.module.mjs +0 -45
  498. package/esm2022/src/lib/components/main-menu/main-menu.types.mjs +0 -2
  499. package/esm2022/src/lib/components/main-menu/public-api.mjs +0 -4
  500. package/esm2022/src/lib/components/navigation/ascentgl-ads-ui-src-lib-components-navigation.mjs +0 -5
  501. package/esm2022/src/lib/components/navigation/dashboard-edit-icon/ascentgl-ads-ui-src-lib-components-navigation-dashboard-edit-icon.mjs +0 -5
  502. package/esm2022/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.mjs +0 -46
  503. package/esm2022/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.mjs +0 -18
  504. package/esm2022/src/lib/components/navigation/dashboard-edit-icon/public-api.mjs +0 -3
  505. package/esm2022/src/lib/components/navigation/navigation-actions-container/ascentgl-ads-ui-src-lib-components-navigation-navigation-actions-container.mjs +0 -5
  506. package/esm2022/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.mjs +0 -20
  507. package/esm2022/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.mjs +0 -18
  508. package/esm2022/src/lib/components/navigation/navigation-actions-container/public-api.mjs +0 -3
  509. package/esm2022/src/lib/components/navigation/navigation-collapse-handle/ascentgl-ads-ui-src-lib-components-navigation-navigation-collapse-handle.mjs +0 -5
  510. package/esm2022/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.mjs +0 -48
  511. package/esm2022/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.mjs +0 -18
  512. package/esm2022/src/lib/components/navigation/navigation-collapse-handle/public-api.mjs +0 -3
  513. package/esm2022/src/lib/components/navigation/navigation-header/ascentgl-ads-ui-src-lib-components-navigation-navigation-header.mjs +0 -5
  514. package/esm2022/src/lib/components/navigation/navigation-header/navigation-header.component.mjs +0 -25
  515. package/esm2022/src/lib/components/navigation/navigation-header/navigation-header.module.mjs +0 -16
  516. package/esm2022/src/lib/components/navigation/navigation-header/public-api.mjs +0 -3
  517. package/esm2022/src/lib/components/navigation/navigation-item/ascentgl-ads-ui-src-lib-components-navigation-navigation-item.mjs +0 -5
  518. package/esm2022/src/lib/components/navigation/navigation-item/navigation-item.component.mjs +0 -74
  519. package/esm2022/src/lib/components/navigation/navigation-item/navigation-item.module.mjs +0 -21
  520. package/esm2022/src/lib/components/navigation/navigation-item/public-api.mjs +0 -3
  521. package/esm2022/src/lib/components/navigation/navigation-items-container/ascentgl-ads-ui-src-lib-components-navigation-navigation-items-container.mjs +0 -5
  522. package/esm2022/src/lib/components/navigation/navigation-items-container/navigation-items-container.component.mjs +0 -11
  523. package/esm2022/src/lib/components/navigation/navigation-items-container/navigation-items-container.module.mjs +0 -16
  524. package/esm2022/src/lib/components/navigation/navigation-items-container/public-api.mjs +0 -3
  525. package/esm2022/src/lib/components/navigation/navigation.component.mjs +0 -25
  526. package/esm2022/src/lib/components/navigation/navigation.module.mjs +0 -16
  527. package/esm2022/src/lib/components/navigation/public-api.mjs +0 -3
  528. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-container/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-container.mjs +0 -5
  529. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-container/public-api.mjs +0 -3
  530. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.mjs +0 -11
  531. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.mjs +0 -16
  532. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-item/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-item.mjs +0 -5
  533. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-item/public-api.mjs +0 -3
  534. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.mjs +0 -67
  535. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.mjs +0 -21
  536. package/esm2022/src/lib/components/navigation/sub-navigation-item/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-item.mjs +0 -5
  537. package/esm2022/src/lib/components/navigation/sub-navigation-item/public-api.mjs +0 -3
  538. package/esm2022/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.mjs +0 -36
  539. package/esm2022/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.mjs +0 -18
  540. package/esm2022/src/lib/components/navigation/sub-navigation-items-container/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-items-container.mjs +0 -5
  541. package/esm2022/src/lib/components/navigation/sub-navigation-items-container/public-api.mjs +0 -3
  542. package/esm2022/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.mjs +0 -11
  543. package/esm2022/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.mjs +0 -16
  544. package/esm2022/src/lib/components/pagination/ascentgl-ads-ui-src-lib-components-pagination.mjs +0 -5
  545. package/esm2022/src/lib/components/pagination/container/ascentgl-ads-ui-src-lib-components-pagination-container.mjs +0 -5
  546. package/esm2022/src/lib/components/pagination/container/pagination-container.component.mjs +0 -11
  547. package/esm2022/src/lib/components/pagination/container/pagination-container.module.mjs +0 -16
  548. package/esm2022/src/lib/components/pagination/container/public-api.mjs +0 -3
  549. package/esm2022/src/lib/components/pagination/pagination.component.mjs +0 -85
  550. package/esm2022/src/lib/components/pagination/pagination.module.mjs +0 -19
  551. package/esm2022/src/lib/components/pagination/public-api.mjs +0 -3
  552. package/esm2022/src/lib/components/progress-indicators/progress-bar/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +0 -5
  553. package/esm2022/src/lib/components/progress-indicators/progress-bar/progress-bar.component.mjs +0 -78
  554. package/esm2022/src/lib/components/progress-indicators/progress-bar/progress-bar.module.mjs +0 -19
  555. package/esm2022/src/lib/components/progress-indicators/progress-bar/public-api.mjs +0 -3
  556. package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +0 -5
  557. package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.mjs +0 -79
  558. package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.mjs +0 -19
  559. package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.mjs +0 -8
  560. package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/public-api.mjs +0 -3
  561. package/esm2022/src/lib/components/progress-indicators/progress-spinner/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +0 -5
  562. package/esm2022/src/lib/components/progress-indicators/progress-spinner/progress-spinner.component.mjs +0 -95
  563. package/esm2022/src/lib/components/progress-indicators/progress-spinner/progress-spinner.module.mjs +0 -22
  564. package/esm2022/src/lib/components/progress-indicators/progress-spinner/public-api.mjs +0 -3
  565. package/esm2022/src/lib/components/progress-stepper/ascentgl-ads-ui-src-lib-components-progress-stepper.mjs +0 -5
  566. package/esm2022/src/lib/components/progress-stepper/progress-step.types.mjs +0 -2
  567. package/esm2022/src/lib/components/progress-stepper/progress-stepper.component.mjs +0 -106
  568. package/esm2022/src/lib/components/progress-stepper/progress-stepper.module.mjs +0 -27
  569. package/esm2022/src/lib/components/progress-stepper/public-api.mjs +0 -4
  570. package/esm2022/src/lib/components/rating/ascentgl-ads-ui-src-lib-components-rating.mjs +0 -5
  571. package/esm2022/src/lib/components/rating/public-api.mjs +0 -3
  572. package/esm2022/src/lib/components/rating/rating.component.mjs +0 -69
  573. package/esm2022/src/lib/components/rating/rating.module.mjs +0 -19
  574. package/esm2022/src/lib/components/shell-layout/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +0 -5
  575. package/esm2022/src/lib/components/shell-layout/public-api.mjs +0 -3
  576. package/esm2022/src/lib/components/shell-layout/shell-layout.component.mjs +0 -25
  577. package/esm2022/src/lib/components/shell-layout/shell-layout.module.mjs +0 -18
  578. package/esm2022/src/lib/components/splash-page/ascentgl-ads-ui-src-lib-components-splash-page.mjs +0 -5
  579. package/esm2022/src/lib/components/splash-page/public-api.mjs +0 -3
  580. package/esm2022/src/lib/components/splash-page/splash-page.component.mjs +0 -20
  581. package/esm2022/src/lib/components/splash-page/splash-page.module.mjs +0 -18
  582. package/esm2022/src/lib/components/submenu/submenu-container/ascentgl-ads-ui-src-lib-components-submenu-submenu-container.mjs +0 -5
  583. package/esm2022/src/lib/components/submenu/submenu-container/public-api.mjs +0 -3
  584. package/esm2022/src/lib/components/submenu/submenu-container/submenu-container.component.mjs +0 -22
  585. package/esm2022/src/lib/components/submenu/submenu-container/submenu-container.module.mjs +0 -18
  586. package/esm2022/src/lib/components/submenu/submenu-heading/ascentgl-ads-ui-src-lib-components-submenu-submenu-heading.mjs +0 -5
  587. package/esm2022/src/lib/components/submenu/submenu-heading/public-api.mjs +0 -3
  588. package/esm2022/src/lib/components/submenu/submenu-heading/submenu-heading.component.mjs +0 -17
  589. package/esm2022/src/lib/components/submenu/submenu-heading/submenu-heading.module.mjs +0 -18
  590. package/esm2022/src/lib/components/submenu/submenu-item/ascentgl-ads-ui-src-lib-components-submenu-submenu-item.mjs +0 -5
  591. package/esm2022/src/lib/components/submenu/submenu-item/public-api.mjs +0 -3
  592. package/esm2022/src/lib/components/submenu/submenu-item/submenu-item.component.mjs +0 -28
  593. package/esm2022/src/lib/components/submenu/submenu-item/submenu-item.module.mjs +0 -19
  594. package/esm2022/src/lib/components/submenu/submenu-secondary-item/ascentgl-ads-ui-src-lib-components-submenu-submenu-secondary-item.mjs +0 -5
  595. package/esm2022/src/lib/components/submenu/submenu-secondary-item/public-api.mjs +0 -3
  596. package/esm2022/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.mjs +0 -33
  597. package/esm2022/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.mjs +0 -19
  598. package/esm2022/src/lib/components/tags/tag-container/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +0 -5
  599. package/esm2022/src/lib/components/tags/tag-container/public-api.mjs +0 -3
  600. package/esm2022/src/lib/components/tags/tag-container/tag-container.component.mjs +0 -11
  601. package/esm2022/src/lib/components/tags/tag-container/tag-container.module.mjs +0 -18
  602. package/esm2022/src/lib/components/timeline-stepper/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs +0 -5
  603. package/esm2022/src/lib/components/timeline-stepper/public-api.mjs +0 -5
  604. package/esm2022/src/lib/components/timeline-stepper/timeline-helpers.mjs +0 -97
  605. package/esm2022/src/lib/components/timeline-stepper/timeline-step.type.mjs +0 -12
  606. package/esm2022/src/lib/components/timeline-stepper/timeline-stepper.component.mjs +0 -148
  607. package/esm2022/src/lib/components/timeline-stepper/timeline-stepper.module.mjs +0 -28
  608. package/esm2022/src/lib/components/vertical-stepper/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs +0 -5
  609. package/esm2022/src/lib/components/vertical-stepper/public-api.mjs +0 -5
  610. package/esm2022/src/lib/components/vertical-stepper/vertical-helpers.mjs +0 -98
  611. package/esm2022/src/lib/components/vertical-stepper/vertical-step.type.mjs +0 -12
  612. package/esm2022/src/lib/components/vertical-stepper/vertical-stepper.component.mjs +0 -125
  613. package/esm2022/src/lib/components/vertical-stepper/vertical-stepper.module.mjs +0 -28
  614. package/esm2022/src/lib/components/widgets/widget-actions/ascentgl-ads-ui-src-lib-components-widgets-widget-actions.mjs +0 -5
  615. package/esm2022/src/lib/components/widgets/widget-actions/public-api.mjs +0 -3
  616. package/esm2022/src/lib/components/widgets/widget-actions/widget-actions.component.mjs +0 -11
  617. package/esm2022/src/lib/components/widgets/widget-actions/widget-actions.module.mjs +0 -16
  618. package/esm2022/src/lib/components/widgets/widget-bar/ascentgl-ads-ui-src-lib-components-widgets-widget-bar.mjs +0 -5
  619. package/esm2022/src/lib/components/widgets/widget-bar/public-api.mjs +0 -3
  620. package/esm2022/src/lib/components/widgets/widget-bar/widget-bar.component.mjs +0 -20
  621. package/esm2022/src/lib/components/widgets/widget-bar/widget-bar.module.mjs +0 -18
  622. package/esm2022/src/lib/components/widgets/widget-container/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs +0 -5
  623. package/esm2022/src/lib/components/widgets/widget-container/public-api.mjs +0 -3
  624. package/esm2022/src/lib/components/widgets/widget-container/widget-container.component.mjs +0 -11
  625. package/esm2022/src/lib/components/widgets/widget-container/widget-container.module.mjs +0 -18
  626. package/esm2022/src/lib/components/widgets/widget-footer/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs +0 -5
  627. package/esm2022/src/lib/components/widgets/widget-footer/public-api.mjs +0 -3
  628. package/esm2022/src/lib/components/widgets/widget-footer/widget-footer.component.mjs +0 -11
  629. package/esm2022/src/lib/components/widgets/widget-footer/widget-footer.module.mjs +0 -18
  630. package/esm2022/src/lib/components/widgets/widget-header/ascentgl-ads-ui-src-lib-components-widgets-widget-header.mjs +0 -5
  631. package/esm2022/src/lib/components/widgets/widget-header/public-api.mjs +0 -3
  632. package/esm2022/src/lib/components/widgets/widget-header/widget-header.component.mjs +0 -11
  633. package/esm2022/src/lib/components/widgets/widget-header/widget-header.module.mjs +0 -18
  634. package/esm2022/src/lib/components/widgets/widget-preview/ascentgl-ads-ui-src-lib-components-widgets-widget-preview.mjs +0 -5
  635. package/esm2022/src/lib/components/widgets/widget-preview/public-api.mjs +0 -3
  636. package/esm2022/src/lib/components/widgets/widget-preview/widget-preview.component.mjs +0 -25
  637. package/esm2022/src/lib/components/widgets/widget-preview/widget-preview.module.mjs +0 -18
  638. package/esm2022/src/lib/components/widgets/widget-thumbnail/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail.mjs +0 -5
  639. package/esm2022/src/lib/components/widgets/widget-thumbnail/public-api.mjs +0 -3
  640. package/esm2022/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.mjs +0 -100
  641. package/esm2022/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.mjs +0 -20
  642. package/esm2022/src/lib/components/widgets/widget-thumbnail-container/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail-container.mjs +0 -5
  643. package/esm2022/src/lib/components/widgets/widget-thumbnail-container/public-api.mjs +0 -3
  644. package/esm2022/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.mjs +0 -12
  645. package/esm2022/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.mjs +0 -18
  646. package/esm2022/src/lib/components/widgets/widget-title/ascentgl-ads-ui-src-lib-components-widgets-widget-title.mjs +0 -5
  647. package/esm2022/src/lib/components/widgets/widget-title/public-api.mjs +0 -3
  648. package/esm2022/src/lib/components/widgets/widget-title/widget-title.component.mjs +0 -22
  649. package/esm2022/src/lib/components/widgets/widget-title/widget-title.module.mjs +0 -18
  650. package/esm2022/src/lib/components/wizard-stepper/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs +0 -5
  651. package/esm2022/src/lib/components/wizard-stepper/public-api.mjs +0 -4
  652. package/esm2022/src/lib/components/wizard-stepper/wizard-stepper.component.mjs +0 -28
  653. package/esm2022/src/lib/components/wizard-stepper/wizard-stepper.module.mjs +0 -20
  654. package/esm2022/src/lib/components/wizard-stepper/wizard-stepper.types.mjs +0 -2
  655. package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-selection-button.mjs +0 -83
  656. package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-selection-button.mjs.map +0 -1
  657. package/fesm2022/ascentgl-ads-ui-src-lib-components-card.mjs +0 -33
  658. package/fesm2022/ascentgl-ads-ui-src-lib-components-card.mjs.map +0 -1
  659. package/fesm2022/ascentgl-ads-ui-src-lib-components-divider.mjs +0 -65
  660. package/fesm2022/ascentgl-ads-ui-src-lib-components-divider.mjs.map +0 -1
  661. package/fesm2022/ascentgl-ads-ui-src-lib-components-header-org-display-text.mjs +0 -44
  662. package/fesm2022/ascentgl-ads-ui-src-lib-components-header-org-display-text.mjs.map +0 -1
  663. package/fesm2022/ascentgl-ads-ui-src-lib-components-main-menu.mjs +0 -135
  664. package/fesm2022/ascentgl-ads-ui-src-lib-components-main-menu.mjs.map +0 -1
  665. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-dashboard-edit-icon.mjs +0 -67
  666. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-dashboard-edit-icon.mjs.map +0 -1
  667. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-actions-container.mjs +0 -42
  668. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-actions-container.mjs.map +0 -1
  669. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-collapse-handle.mjs +0 -69
  670. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-collapse-handle.mjs.map +0 -1
  671. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-header.mjs +0 -45
  672. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-header.mjs.map +0 -1
  673. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-item.mjs +0 -98
  674. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-item.mjs.map +0 -1
  675. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-items-container.mjs +0 -31
  676. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-items-container.mjs.map +0 -1
  677. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-container.mjs +0 -31
  678. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-container.mjs.map +0 -1
  679. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-item.mjs +0 -91
  680. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-item.mjs.map +0 -1
  681. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-item.mjs +0 -58
  682. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-item.mjs.map +0 -1
  683. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-items-container.mjs +0 -31
  684. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-items-container.mjs.map +0 -1
  685. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation.mjs +0 -45
  686. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation.mjs.map +0 -1
  687. package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination-container.mjs +0 -31
  688. package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination-container.mjs.map +0 -1
  689. package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination.mjs +0 -107
  690. package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination.mjs.map +0 -1
  691. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-stepper.mjs +0 -136
  692. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-stepper.mjs.map +0 -1
  693. package/fesm2022/ascentgl-ads-ui-src-lib-components-rating.mjs +0 -91
  694. package/fesm2022/ascentgl-ads-ui-src-lib-components-rating.mjs.map +0 -1
  695. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-container.mjs +0 -44
  696. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-container.mjs.map +0 -1
  697. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-heading.mjs +0 -39
  698. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-heading.mjs.map +0 -1
  699. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-item.mjs +0 -51
  700. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-item.mjs.map +0 -1
  701. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-secondary-item.mjs +0 -56
  702. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-secondary-item.mjs.map +0 -1
  703. package/fesm2022/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs +0 -286
  704. package/fesm2022/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs.map +0 -1
  705. package/fesm2022/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs +0 -264
  706. package/fesm2022/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs.map +0 -1
  707. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-actions.mjs +0 -31
  708. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-actions.mjs.map +0 -1
  709. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-bar.mjs +0 -42
  710. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-bar.mjs.map +0 -1
  711. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs +0 -33
  712. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs.map +0 -1
  713. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs +0 -33
  714. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs.map +0 -1
  715. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-header.mjs +0 -33
  716. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-header.mjs.map +0 -1
  717. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-preview.mjs +0 -47
  718. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-preview.mjs.map +0 -1
  719. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail-container.mjs +0 -34
  720. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail-container.mjs.map +0 -1
  721. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail.mjs +0 -123
  722. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail.mjs.map +0 -1
  723. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-title.mjs +0 -44
  724. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-title.mjs.map +0 -1
  725. package/fesm2022/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs +0 -51
  726. package/fesm2022/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs.map +0 -1
  727. package/lib/components/avatar/avatar.component.d.ts +0 -30
  728. package/lib/components/avatar/avatar.module.d.ts +0 -9
  729. package/lib/components/avatar/avatar.types.d.ts +0 -1
  730. package/lib/components/avatar/index.d.ts +0 -1
  731. package/lib/components/avatar/public-api.d.ts +0 -2
  732. package/lib/components/badge/index.d.ts +0 -1
  733. package/lib/components/badge/numeric-badge.component.d.ts +0 -22
  734. package/lib/components/badge/numeric-badge.module.d.ts +0 -9
  735. package/lib/components/badge/public-api.d.ts +0 -2
  736. package/lib/components/breadcrumb/breadcrumb.component.d.ts +0 -37
  737. package/lib/components/breadcrumb/breadcrumb.module.d.ts +0 -11
  738. package/lib/components/breadcrumb/breadcrumb.type.d.ts +0 -7
  739. package/lib/components/breadcrumb/breadcrumb.visual-processor.d.ts +0 -16
  740. package/lib/components/breadcrumb/index.d.ts +0 -1
  741. package/lib/components/breadcrumb/public-api.d.ts +0 -3
  742. package/lib/components/buttons/button/button.component.d.ts +0 -24
  743. package/lib/components/buttons/button/button.module.d.ts +0 -9
  744. package/lib/components/buttons/button/index.d.ts +0 -1
  745. package/lib/components/buttons/button/public-api.d.ts +0 -2
  746. package/lib/components/buttons/button-container/button-container.component.d.ts +0 -9
  747. package/lib/components/buttons/button-container/button-container.module.d.ts +0 -8
  748. package/lib/components/buttons/button-container/index.d.ts +0 -1
  749. package/lib/components/buttons/button-container/public-api.d.ts +0 -2
  750. package/lib/components/buttons/icon-button/icon-button.component.d.ts +0 -25
  751. package/lib/components/buttons/icon-button/icon-button.module.d.ts +0 -10
  752. package/lib/components/buttons/icon-button/index.d.ts +0 -1
  753. package/lib/components/buttons/icon-button/public-api.d.ts +0 -2
  754. package/lib/components/buttons/link-button/index.d.ts +0 -1
  755. package/lib/components/buttons/link-button/link-button.component.d.ts +0 -9
  756. package/lib/components/buttons/link-button/link-button.module.d.ts +0 -10
  757. package/lib/components/buttons/link-button/public-api.d.ts +0 -2
  758. package/lib/components/buttons/selection-button/index.d.ts +0 -1
  759. package/lib/components/buttons/selection-button/public-api.d.ts +0 -2
  760. package/lib/components/buttons/selection-button/selection-button.component.d.ts +0 -40
  761. package/lib/components/buttons/selection-button/selection-button.module.d.ts +0 -10
  762. package/lib/components/card/card.component.d.ts +0 -5
  763. package/lib/components/card/card.module.d.ts +0 -8
  764. package/lib/components/card/index.d.ts +0 -1
  765. package/lib/components/card/public-api.d.ts +0 -2
  766. package/lib/components/chip/chip.component.d.ts +0 -27
  767. package/lib/components/chip/chip.module.d.ts +0 -9
  768. package/lib/components/chip/chip.types.d.ts +0 -4
  769. package/lib/components/chip/index.d.ts +0 -1
  770. package/lib/components/chip/public-api.d.ts +0 -2
  771. package/lib/components/divider/divider.component.d.ts +0 -26
  772. package/lib/components/divider/divider.module.d.ts +0 -8
  773. package/lib/components/divider/index.d.ts +0 -1
  774. package/lib/components/divider/public-api.d.ts +0 -2
  775. package/lib/components/drag-and-drop-list/dom.element.d.ts +0 -17
  776. package/lib/components/drag-and-drop-list/drag-and-drop-list.component.d.ts +0 -82
  777. package/lib/components/drag-and-drop-list/drag-and-drop-list.enums.d.ts +0 -8
  778. package/lib/components/drag-and-drop-list/drag-and-drop-list.module.d.ts +0 -8
  779. package/lib/components/drag-and-drop-list/dragged.placeholder.d.ts +0 -14
  780. package/lib/components/drag-and-drop-list/index.d.ts +0 -1
  781. package/lib/components/drag-and-drop-list/public-api.d.ts +0 -2
  782. package/lib/components/error-page/error-page-code/error-page-code.component.d.ts +0 -5
  783. package/lib/components/error-page/error-page-code/error-page-code.module.d.ts +0 -8
  784. package/lib/components/error-page/error-page-code/index.d.ts +0 -1
  785. package/lib/components/error-page/error-page-code/public-api.d.ts +0 -2
  786. package/lib/components/error-page/error-page.component.d.ts +0 -49
  787. package/lib/components/error-page/error-page.module.d.ts +0 -15
  788. package/lib/components/error-page/error-page.types.d.ts +0 -22
  789. package/lib/components/error-page/index.d.ts +0 -1
  790. package/lib/components/error-page/public-api.d.ts +0 -3
  791. package/lib/components/expansion-panel/expansion-panel.component.d.ts +0 -21
  792. package/lib/components/expansion-panel/expansion-panel.module.d.ts +0 -10
  793. package/lib/components/expansion-panel/index.d.ts +0 -1
  794. package/lib/components/expansion-panel/public-api.d.ts +0 -2
  795. package/lib/components/footer/container/footer-container.component.d.ts +0 -5
  796. package/lib/components/footer/container/footer-container.module.d.ts +0 -7
  797. package/lib/components/footer/container/index.d.ts +0 -1
  798. package/lib/components/footer/container/public-api.d.ts +0 -2
  799. package/lib/components/footer/footer.component.d.ts +0 -22
  800. package/lib/components/footer/footer.component.types.d.ts +0 -12
  801. package/lib/components/footer/footer.module.d.ts +0 -8
  802. package/lib/components/footer/index.d.ts +0 -1
  803. package/lib/components/footer/public-api.d.ts +0 -3
  804. package/lib/components/form-fields/abstracts/abstract.base.component.d.ts +0 -57
  805. package/lib/components/form-fields/abstracts/abstract.dropdown.component.d.ts +0 -44
  806. package/lib/components/form-fields/abstracts/abstract.input.component.d.ts +0 -24
  807. package/lib/components/form-fields/area/index.d.ts +0 -1
  808. package/lib/components/form-fields/area/public-api.d.ts +0 -2
  809. package/lib/components/form-fields/area/textarea.component.d.ts +0 -12
  810. package/lib/components/form-fields/area/textarea.module.d.ts +0 -17
  811. package/lib/components/form-fields/common/dropdown-option-template.directive.d.ts +0 -11
  812. package/lib/components/form-fields/common/error/error.component.d.ts +0 -7
  813. package/lib/components/form-fields/common/hint/hint.component.d.ts +0 -11
  814. package/lib/components/form-fields/common/input.tooltip.component.d.ts +0 -11
  815. package/lib/components/form-fields/common/success/success.component.d.ts +0 -7
  816. package/lib/components/form-fields/datepickers/date-picker/datepicker.component.d.ts +0 -24
  817. package/lib/components/form-fields/datepickers/date-picker/datepicker.module.d.ts +0 -22
  818. package/lib/components/form-fields/datepickers/date-picker/index.d.ts +0 -1
  819. package/lib/components/form-fields/datepickers/date-picker/public-api.d.ts +0 -2
  820. package/lib/components/form-fields/datepickers/datetime-picker/custom-datetime-format.d.ts +0 -18
  821. package/lib/components/form-fields/datepickers/datetime-picker/custom-datetime.adapter.d.ts +0 -11
  822. package/lib/components/form-fields/datepickers/datetime-picker/datetime-picker-format-directive.d.ts +0 -22
  823. package/lib/components/form-fields/datepickers/datetime-picker/datetime-template.formatter.d.ts +0 -13
  824. package/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.component.d.ts +0 -118
  825. package/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.module.d.ts +0 -21
  826. package/lib/components/form-fields/datepickers/datetime-picker/index.d.ts +0 -1
  827. package/lib/components/form-fields/datepickers/datetime-picker/public-api.d.ts +0 -2
  828. package/lib/components/form-fields/datepickers/time-picker/index.d.ts +0 -1
  829. package/lib/components/form-fields/datepickers/time-picker/public-api.d.ts +0 -2
  830. package/lib/components/form-fields/datepickers/time-picker/timepicker.component.d.ts +0 -26
  831. package/lib/components/form-fields/datepickers/time-picker/timepicker.module.d.ts +0 -22
  832. package/lib/components/form-fields/dropdowns/dropdown/dropdown.component.d.ts +0 -64
  833. package/lib/components/form-fields/dropdowns/dropdown/dropdown.module.d.ts +0 -21
  834. package/lib/components/form-fields/dropdowns/dropdown/index.d.ts +0 -1
  835. package/lib/components/form-fields/dropdowns/dropdown/public-api.d.ts +0 -2
  836. package/lib/components/form-fields/dropdowns/input-dropdown/index.d.ts +0 -1
  837. package/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.component.d.ts +0 -47
  838. package/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.module.d.ts +0 -20
  839. package/lib/components/form-fields/dropdowns/input-dropdown/public-api.d.ts +0 -2
  840. package/lib/components/form-fields/dropdowns/multi-select-dropdown/index.d.ts +0 -1
  841. package/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.component.d.ts +0 -26
  842. package/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.module.d.ts +0 -21
  843. package/lib/components/form-fields/dropdowns/multi-select-dropdown/public-api.d.ts +0 -2
  844. package/lib/components/form-fields/input/index.d.ts +0 -1
  845. package/lib/components/form-fields/input/input.component.d.ts +0 -29
  846. package/lib/components/form-fields/input/input.module.d.ts +0 -17
  847. package/lib/components/form-fields/input/public-api.d.ts +0 -2
  848. package/lib/components/form-fields/search-fields/search-dropdown/index.d.ts +0 -1
  849. package/lib/components/form-fields/search-fields/search-dropdown/public-api.d.ts +0 -2
  850. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown-highlighter.pipe.d.ts +0 -13
  851. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.d.ts +0 -195
  852. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.types.d.ts +0 -10
  853. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.module.d.ts +0 -22
  854. package/lib/components/form-fields/search-fields/search-input/index.d.ts +0 -1
  855. package/lib/components/form-fields/search-fields/search-input/public-api.d.ts +0 -2
  856. package/lib/components/form-fields/search-fields/search-input/search-input.component.d.ts +0 -15
  857. package/lib/components/form-fields/search-fields/search-input/search-input.module.d.ts +0 -20
  858. package/lib/components/form-fields/selection-fields/checkbox/checkbox.component.d.ts +0 -17
  859. package/lib/components/form-fields/selection-fields/checkbox/checkbox.module.d.ts +0 -13
  860. package/lib/components/form-fields/selection-fields/checkbox/index.d.ts +0 -1
  861. package/lib/components/form-fields/selection-fields/checkbox/public-api.d.ts +0 -2
  862. package/lib/components/form-fields/selection-fields/radio-button/index.d.ts +0 -1
  863. package/lib/components/form-fields/selection-fields/radio-button/public-api.d.ts +0 -2
  864. package/lib/components/form-fields/selection-fields/radio-button/radio-button.component.d.ts +0 -28
  865. package/lib/components/form-fields/selection-fields/radio-button/radio-button.module.d.ts +0 -17
  866. package/lib/components/form-fields/selection-fields/slide-toggle/index.d.ts +0 -1
  867. package/lib/components/form-fields/selection-fields/slide-toggle/public-api.d.ts +0 -2
  868. package/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.component.d.ts +0 -19
  869. package/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.module.d.ts +0 -13
  870. package/lib/components/form-fields/selection-fields/slider/index.d.ts +0 -1
  871. package/lib/components/form-fields/selection-fields/slider/public-api.d.ts +0 -2
  872. package/lib/components/form-fields/selection-fields/slider/slider.component.d.ts +0 -20
  873. package/lib/components/form-fields/selection-fields/slider/slider.module.d.ts +0 -14
  874. package/lib/components/general/color-palette/colors.enums.d.ts +0 -37
  875. package/lib/components/header/container/header-container.component.d.ts +0 -9
  876. package/lib/components/header/container/header-container.module.d.ts +0 -7
  877. package/lib/components/header/container/index.d.ts +0 -1
  878. package/lib/components/header/container/public-api.d.ts +0 -2
  879. package/lib/components/header/header.component.d.ts +0 -5
  880. package/lib/components/header/header.module.d.ts +0 -7
  881. package/lib/components/header/index.d.ts +0 -1
  882. package/lib/components/header/org-display-text/index.d.ts +0 -1
  883. package/lib/components/header/org-display-text/org-display-text.component.d.ts +0 -13
  884. package/lib/components/header/org-display-text/org-display-text.module.d.ts +0 -8
  885. package/lib/components/header/org-display-text/public-api.d.ts +0 -2
  886. package/lib/components/header/public-api.d.ts +0 -2
  887. package/lib/components/icon-hover/icon-hover.component.d.ts +0 -23
  888. package/lib/components/icon-hover/icon-hover.module.d.ts +0 -7
  889. package/lib/components/icon-hover/index.d.ts +0 -1
  890. package/lib/components/icon-hover/public-api.d.ts +0 -2
  891. package/lib/components/logo/ascent-logo/ascent-logo.component.d.ts +0 -19
  892. package/lib/components/logo/ascent-logo/ascent-logo.module.d.ts +0 -8
  893. package/lib/components/logo/ascent-logo/index.d.ts +0 -1
  894. package/lib/components/logo/ascent-logo/public-api.d.ts +0 -2
  895. package/lib/components/logo/primary-logo/index.d.ts +0 -1
  896. package/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -21
  897. package/lib/components/logo/primary-logo/primary-logo.module.d.ts +0 -8
  898. package/lib/components/logo/primary-logo/public-api.d.ts +0 -2
  899. package/lib/components/main-menu/index.d.ts +0 -1
  900. package/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.d.ts +0 -11
  901. package/lib/components/main-menu/main-menu.component.d.ts +0 -42
  902. package/lib/components/main-menu/main-menu.module.d.ts +0 -15
  903. package/lib/components/main-menu/main-menu.types.d.ts +0 -8
  904. package/lib/components/main-menu/public-api.d.ts +0 -3
  905. package/lib/components/modal/index.d.ts +0 -1
  906. package/lib/components/modal/modal.component.d.ts +0 -27
  907. package/lib/components/modal/modal.module.d.ts +0 -12
  908. package/lib/components/modal/public-api.d.ts +0 -2
  909. package/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.d.ts +0 -30
  910. package/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.d.ts +0 -8
  911. package/lib/components/navigation/dashboard-edit-icon/index.d.ts +0 -1
  912. package/lib/components/navigation/dashboard-edit-icon/public-api.d.ts +0 -2
  913. package/lib/components/navigation/index.d.ts +0 -1
  914. package/lib/components/navigation/navigation-actions-container/index.d.ts +0 -1
  915. package/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.d.ts +0 -9
  916. package/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.d.ts +0 -8
  917. package/lib/components/navigation/navigation-actions-container/public-api.d.ts +0 -2
  918. package/lib/components/navigation/navigation-collapse-handle/index.d.ts +0 -1
  919. package/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.d.ts +0 -31
  920. package/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.d.ts +0 -8
  921. package/lib/components/navigation/navigation-collapse-handle/public-api.d.ts +0 -2
  922. package/lib/components/navigation/navigation-header/index.d.ts +0 -1
  923. package/lib/components/navigation/navigation-header/navigation-header.component.d.ts +0 -13
  924. package/lib/components/navigation/navigation-header/navigation-header.module.d.ts +0 -7
  925. package/lib/components/navigation/navigation-header/public-api.d.ts +0 -2
  926. package/lib/components/navigation/navigation-item/index.d.ts +0 -1
  927. package/lib/components/navigation/navigation-item/navigation-item.component.d.ts +0 -52
  928. package/lib/components/navigation/navigation-item/navigation-item.module.d.ts +0 -11
  929. package/lib/components/navigation/navigation-item/public-api.d.ts +0 -2
  930. package/lib/components/navigation/navigation-items-container/index.d.ts +0 -1
  931. package/lib/components/navigation/navigation-items-container/navigation-items-container.component.d.ts +0 -5
  932. package/lib/components/navigation/navigation-items-container/navigation-items-container.module.d.ts +0 -7
  933. package/lib/components/navigation/navigation-items-container/public-api.d.ts +0 -2
  934. package/lib/components/navigation/navigation.component.d.ts +0 -13
  935. package/lib/components/navigation/navigation.module.d.ts +0 -7
  936. package/lib/components/navigation/public-api.d.ts +0 -2
  937. package/lib/components/navigation/side-navigation/side-navigation-container/index.d.ts +0 -1
  938. package/lib/components/navigation/side-navigation/side-navigation-container/public-api.d.ts +0 -2
  939. package/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.d.ts +0 -5
  940. package/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.d.ts +0 -7
  941. package/lib/components/navigation/side-navigation/side-navigation-item/index.d.ts +0 -1
  942. package/lib/components/navigation/side-navigation/side-navigation-item/public-api.d.ts +0 -2
  943. package/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.d.ts +0 -45
  944. package/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.d.ts +0 -11
  945. package/lib/components/navigation/sub-navigation-item/index.d.ts +0 -1
  946. package/lib/components/navigation/sub-navigation-item/public-api.d.ts +0 -2
  947. package/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.d.ts +0 -28
  948. package/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.d.ts +0 -8
  949. package/lib/components/navigation/sub-navigation-items-container/index.d.ts +0 -1
  950. package/lib/components/navigation/sub-navigation-items-container/public-api.d.ts +0 -2
  951. package/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.d.ts +0 -5
  952. package/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.d.ts +0 -7
  953. package/lib/components/pagination/container/index.d.ts +0 -1
  954. package/lib/components/pagination/container/pagination-container.component.d.ts +0 -5
  955. package/lib/components/pagination/container/pagination-container.module.d.ts +0 -7
  956. package/lib/components/pagination/container/public-api.d.ts +0 -2
  957. package/lib/components/pagination/index.d.ts +0 -1
  958. package/lib/components/pagination/pagination.component.d.ts +0 -41
  959. package/lib/components/pagination/pagination.module.d.ts +0 -9
  960. package/lib/components/pagination/public-api.d.ts +0 -2
  961. package/lib/components/progress-indicators/progress-bar/index.d.ts +0 -1
  962. package/lib/components/progress-indicators/progress-bar/progress-bar.component.d.ts +0 -48
  963. package/lib/components/progress-indicators/progress-bar/progress-bar.module.d.ts +0 -9
  964. package/lib/components/progress-indicators/progress-bar/public-api.d.ts +0 -2
  965. package/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts +0 -1
  966. package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.d.ts +0 -33
  967. package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.d.ts +0 -9
  968. package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.d.ts +0 -6
  969. package/lib/components/progress-indicators/progress-indicator-spinner/public-api.d.ts +0 -2
  970. package/lib/components/progress-indicators/progress-spinner/index.d.ts +0 -1
  971. package/lib/components/progress-indicators/progress-spinner/progress-spinner.component.d.ts +0 -37
  972. package/lib/components/progress-indicators/progress-spinner/progress-spinner.module.d.ts +0 -11
  973. package/lib/components/progress-indicators/progress-spinner/public-api.d.ts +0 -2
  974. package/lib/components/progress-stepper/index.d.ts +0 -1
  975. package/lib/components/progress-stepper/progress-step.types.d.ts +0 -5
  976. package/lib/components/progress-stepper/progress-stepper.component.d.ts +0 -42
  977. package/lib/components/progress-stepper/progress-stepper.module.d.ts +0 -10
  978. package/lib/components/progress-stepper/public-api.d.ts +0 -3
  979. package/lib/components/rating/index.d.ts +0 -1
  980. package/lib/components/rating/public-api.d.ts +0 -2
  981. package/lib/components/rating/rating.component.d.ts +0 -22
  982. package/lib/components/rating/rating.module.d.ts +0 -9
  983. package/lib/components/shell-layout/index.d.ts +0 -1
  984. package/lib/components/shell-layout/public-api.d.ts +0 -2
  985. package/lib/components/shell-layout/shell-layout.component.d.ts +0 -13
  986. package/lib/components/shell-layout/shell-layout.module.d.ts +0 -8
  987. package/lib/components/snackbars/inline-snackbar/index.d.ts +0 -1
  988. package/lib/components/snackbars/inline-snackbar/inline-snackbar.component.d.ts +0 -31
  989. package/lib/components/snackbars/inline-snackbar/inline-snackbar.module.d.ts +0 -9
  990. package/lib/components/snackbars/inline-snackbar/public-api.d.ts +0 -2
  991. package/lib/components/snackbars/snackbar/index.d.ts +0 -1
  992. package/lib/components/snackbars/snackbar/public-api.d.ts +0 -2
  993. package/lib/components/snackbars/snackbar/snackbar.component.d.ts +0 -22
  994. package/lib/components/snackbars/snackbar/snackbar.module.d.ts +0 -11
  995. package/lib/components/splash-page/index.d.ts +0 -1
  996. package/lib/components/splash-page/public-api.d.ts +0 -2
  997. package/lib/components/splash-page/splash-page.component.d.ts +0 -14
  998. package/lib/components/splash-page/splash-page.module.d.ts +0 -8
  999. package/lib/components/stepper-condensed/condensed-helpers.d.ts +0 -24
  1000. package/lib/components/stepper-condensed/condensed-step.type.d.ts +0 -43
  1001. package/lib/components/stepper-condensed/index.d.ts +0 -1
  1002. package/lib/components/stepper-condensed/public-api.d.ts +0 -4
  1003. package/lib/components/stepper-condensed/stepper-condensed.component.d.ts +0 -61
  1004. package/lib/components/stepper-condensed/stepper-condensed.module.d.ts +0 -11
  1005. package/lib/components/submenu/submenu-container/index.d.ts +0 -1
  1006. package/lib/components/submenu/submenu-container/public-api.d.ts +0 -2
  1007. package/lib/components/submenu/submenu-container/submenu-container.component.d.ts +0 -9
  1008. package/lib/components/submenu/submenu-container/submenu-container.module.d.ts +0 -8
  1009. package/lib/components/submenu/submenu-heading/index.d.ts +0 -1
  1010. package/lib/components/submenu/submenu-heading/public-api.d.ts +0 -2
  1011. package/lib/components/submenu/submenu-heading/submenu-heading.component.d.ts +0 -9
  1012. package/lib/components/submenu/submenu-heading/submenu-heading.module.d.ts +0 -8
  1013. package/lib/components/submenu/submenu-item/index.d.ts +0 -1
  1014. package/lib/components/submenu/submenu-item/public-api.d.ts +0 -2
  1015. package/lib/components/submenu/submenu-item/submenu-item.component.d.ts +0 -16
  1016. package/lib/components/submenu/submenu-item/submenu-item.module.d.ts +0 -9
  1017. package/lib/components/submenu/submenu-secondary-item/index.d.ts +0 -1
  1018. package/lib/components/submenu/submenu-secondary-item/public-api.d.ts +0 -2
  1019. package/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.d.ts +0 -18
  1020. package/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.d.ts +0 -9
  1021. package/lib/components/table/index.d.ts +0 -1
  1022. package/lib/components/table/public-api.d.ts +0 -2
  1023. package/lib/components/table/table.component.d.ts +0 -35
  1024. package/lib/components/table/table.module.d.ts +0 -10
  1025. package/lib/components/tags/create-tag/create-tag.component.d.ts +0 -85
  1026. package/lib/components/tags/create-tag/create-tag.module.d.ts +0 -14
  1027. package/lib/components/tags/create-tag/index.d.ts +0 -1
  1028. package/lib/components/tags/create-tag/public-api.d.ts +0 -2
  1029. package/lib/components/tags/tag/index.d.ts +0 -1
  1030. package/lib/components/tags/tag/public-api.d.ts +0 -3
  1031. package/lib/components/tags/tag/tag.component.d.ts +0 -34
  1032. package/lib/components/tags/tag/tag.module.d.ts +0 -9
  1033. package/lib/components/tags/tag/tag.types.d.ts +0 -6
  1034. package/lib/components/tags/tag-container/index.d.ts +0 -1
  1035. package/lib/components/tags/tag-container/public-api.d.ts +0 -2
  1036. package/lib/components/tags/tag-container/tag-container.component.d.ts +0 -5
  1037. package/lib/components/tags/tag-container/tag-container.module.d.ts +0 -8
  1038. package/lib/components/timeline-stepper/index.d.ts +0 -1
  1039. package/lib/components/timeline-stepper/public-api.d.ts +0 -4
  1040. package/lib/components/timeline-stepper/timeline-helpers.d.ts +0 -24
  1041. package/lib/components/timeline-stepper/timeline-step.type.d.ts +0 -43
  1042. package/lib/components/timeline-stepper/timeline-stepper.component.d.ts +0 -61
  1043. package/lib/components/timeline-stepper/timeline-stepper.module.d.ts +0 -11
  1044. package/lib/components/vertical-stepper/index.d.ts +0 -1
  1045. package/lib/components/vertical-stepper/public-api.d.ts +0 -4
  1046. package/lib/components/vertical-stepper/vertical-helpers.d.ts +0 -24
  1047. package/lib/components/vertical-stepper/vertical-step.type.d.ts +0 -45
  1048. package/lib/components/vertical-stepper/vertical-stepper.component.d.ts +0 -58
  1049. package/lib/components/vertical-stepper/vertical-stepper.module.d.ts +0 -11
  1050. package/lib/components/widgets/widget-actions/index.d.ts +0 -1
  1051. package/lib/components/widgets/widget-actions/public-api.d.ts +0 -2
  1052. package/lib/components/widgets/widget-actions/widget-actions.component.d.ts +0 -5
  1053. package/lib/components/widgets/widget-actions/widget-actions.module.d.ts +0 -7
  1054. package/lib/components/widgets/widget-bar/index.d.ts +0 -1
  1055. package/lib/components/widgets/widget-bar/public-api.d.ts +0 -2
  1056. package/lib/components/widgets/widget-bar/widget-bar.component.d.ts +0 -9
  1057. package/lib/components/widgets/widget-bar/widget-bar.module.d.ts +0 -8
  1058. package/lib/components/widgets/widget-container/index.d.ts +0 -1
  1059. package/lib/components/widgets/widget-container/public-api.d.ts +0 -2
  1060. package/lib/components/widgets/widget-container/widget-container.component.d.ts +0 -5
  1061. package/lib/components/widgets/widget-container/widget-container.module.d.ts +0 -8
  1062. package/lib/components/widgets/widget-footer/index.d.ts +0 -1
  1063. package/lib/components/widgets/widget-footer/public-api.d.ts +0 -2
  1064. package/lib/components/widgets/widget-footer/widget-footer.component.d.ts +0 -5
  1065. package/lib/components/widgets/widget-footer/widget-footer.module.d.ts +0 -8
  1066. package/lib/components/widgets/widget-header/index.d.ts +0 -1
  1067. package/lib/components/widgets/widget-header/public-api.d.ts +0 -2
  1068. package/lib/components/widgets/widget-header/widget-header.component.d.ts +0 -5
  1069. package/lib/components/widgets/widget-header/widget-header.module.d.ts +0 -8
  1070. package/lib/components/widgets/widget-preview/index.d.ts +0 -1
  1071. package/lib/components/widgets/widget-preview/public-api.d.ts +0 -2
  1072. package/lib/components/widgets/widget-preview/widget-preview.component.d.ts +0 -28
  1073. package/lib/components/widgets/widget-preview/widget-preview.module.d.ts +0 -8
  1074. package/lib/components/widgets/widget-thumbnail/index.d.ts +0 -1
  1075. package/lib/components/widgets/widget-thumbnail/public-api.d.ts +0 -2
  1076. package/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.d.ts +0 -68
  1077. package/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.d.ts +0 -10
  1078. package/lib/components/widgets/widget-thumbnail-container/index.d.ts +0 -1
  1079. package/lib/components/widgets/widget-thumbnail-container/public-api.d.ts +0 -2
  1080. package/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.d.ts +0 -5
  1081. package/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.d.ts +0 -8
  1082. package/lib/components/widgets/widget-title/index.d.ts +0 -1
  1083. package/lib/components/widgets/widget-title/public-api.d.ts +0 -2
  1084. package/lib/components/widgets/widget-title/widget-title.component.d.ts +0 -13
  1085. package/lib/components/widgets/widget-title/widget-title.module.d.ts +0 -8
  1086. package/lib/components/wizard-stepper/index.d.ts +0 -1
  1087. package/lib/components/wizard-stepper/public-api.d.ts +0 -3
  1088. package/lib/components/wizard-stepper/wizard-stepper.component.d.ts +0 -12
  1089. package/lib/components/wizard-stepper/wizard-stepper.module.d.ts +0 -10
  1090. package/lib/components/wizard-stepper/wizard-stepper.types.d.ts +0 -4
  1091. package/lib/services/viewport/viewport.service.d.ts +0 -22
  1092. package/lib/services/viewport/viewport.service.interface.d.ts +0 -6
  1093. package/lib/services/window/window.service.d.ts +0 -12
  1094. package/lib/services/window/window.service.interface.d.ts +0 -7
  1095. package/src/assets/sass/ads-ui/overrides/_ag-grid.scss +0 -2
  1096. package/src/assets/sass/ads-ui/overrides/angular-material/_expansion-panel.scss +0 -19
  1097. package/src/assets/sass/ads-ui/overrides/angular-material/_modal.scss +0 -42
  1098. package/src/assets/sass/ads-ui/overrides/angular-material/_tabs.scss +0 -63
  1099. package/src/lib/components/avatar/avatar.component.d.ts +0 -30
  1100. package/src/lib/components/avatar/avatar.module.d.ts +0 -9
  1101. package/src/lib/components/avatar/avatar.types.d.ts +0 -1
  1102. package/src/lib/components/avatar/public-api.d.ts +0 -2
  1103. package/src/lib/components/buttons/button-container/button-container.component.d.ts +0 -9
  1104. package/src/lib/components/buttons/button-container/button-container.module.d.ts +0 -8
  1105. package/src/lib/components/buttons/button-container/public-api.d.ts +0 -2
  1106. package/src/lib/components/buttons/selection-button/index.d.ts +0 -5
  1107. package/src/lib/components/buttons/selection-button/public-api.d.ts +0 -2
  1108. package/src/lib/components/buttons/selection-button/selection-button.component.d.ts +0 -40
  1109. package/src/lib/components/buttons/selection-button/selection-button.module.d.ts +0 -10
  1110. package/src/lib/components/card/card.component.d.ts +0 -5
  1111. package/src/lib/components/card/card.module.d.ts +0 -8
  1112. package/src/lib/components/card/index.d.ts +0 -5
  1113. package/src/lib/components/card/public-api.d.ts +0 -2
  1114. package/src/lib/components/divider/divider.component.d.ts +0 -26
  1115. package/src/lib/components/divider/divider.module.d.ts +0 -8
  1116. package/src/lib/components/divider/index.d.ts +0 -5
  1117. package/src/lib/components/divider/public-api.d.ts +0 -2
  1118. package/src/lib/components/drag-and-drop-list/dom.element.d.ts +0 -17
  1119. package/src/lib/components/drag-and-drop-list/drag-and-drop-list.component.d.ts +0 -82
  1120. package/src/lib/components/drag-and-drop-list/drag-and-drop-list.enums.d.ts +0 -8
  1121. package/src/lib/components/drag-and-drop-list/drag-and-drop-list.module.d.ts +0 -8
  1122. package/src/lib/components/drag-and-drop-list/dragged.placeholder.d.ts +0 -14
  1123. package/src/lib/components/drag-and-drop-list/public-api.d.ts +0 -2
  1124. package/src/lib/components/error-page/error-page-code/error-page-code.component.d.ts +0 -5
  1125. package/src/lib/components/error-page/error-page-code/error-page-code.module.d.ts +0 -8
  1126. package/src/lib/components/error-page/error-page-code/public-api.d.ts +0 -2
  1127. package/src/lib/components/footer/container/footer-container.component.d.ts +0 -5
  1128. package/src/lib/components/footer/container/footer-container.module.d.ts +0 -7
  1129. package/src/lib/components/footer/container/public-api.d.ts +0 -2
  1130. package/src/lib/components/footer/footer.component.d.ts +0 -22
  1131. package/src/lib/components/footer/footer.component.types.d.ts +0 -12
  1132. package/src/lib/components/footer/footer.module.d.ts +0 -8
  1133. package/src/lib/components/footer/public-api.d.ts +0 -3
  1134. package/src/lib/components/header/container/header-container.component.d.ts +0 -9
  1135. package/src/lib/components/header/container/header-container.module.d.ts +0 -7
  1136. package/src/lib/components/header/container/public-api.d.ts +0 -2
  1137. package/src/lib/components/header/header.component.d.ts +0 -5
  1138. package/src/lib/components/header/header.module.d.ts +0 -7
  1139. package/src/lib/components/header/org-display-text/index.d.ts +0 -5
  1140. package/src/lib/components/header/org-display-text/org-display-text.component.d.ts +0 -13
  1141. package/src/lib/components/header/org-display-text/org-display-text.module.d.ts +0 -8
  1142. package/src/lib/components/header/org-display-text/public-api.d.ts +0 -2
  1143. package/src/lib/components/header/public-api.d.ts +0 -2
  1144. package/src/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -21
  1145. package/src/lib/components/logo/primary-logo/primary-logo.module.d.ts +0 -8
  1146. package/src/lib/components/logo/primary-logo/public-api.d.ts +0 -2
  1147. package/src/lib/components/main-menu/index.d.ts +0 -5
  1148. package/src/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.d.ts +0 -11
  1149. package/src/lib/components/main-menu/main-menu.component.d.ts +0 -42
  1150. package/src/lib/components/main-menu/main-menu.module.d.ts +0 -15
  1151. package/src/lib/components/main-menu/main-menu.types.d.ts +0 -8
  1152. package/src/lib/components/main-menu/public-api.d.ts +0 -3
  1153. package/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.d.ts +0 -30
  1154. package/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.d.ts +0 -8
  1155. package/src/lib/components/navigation/dashboard-edit-icon/index.d.ts +0 -5
  1156. package/src/lib/components/navigation/dashboard-edit-icon/public-api.d.ts +0 -2
  1157. package/src/lib/components/navigation/index.d.ts +0 -5
  1158. package/src/lib/components/navigation/navigation-actions-container/index.d.ts +0 -5
  1159. package/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.d.ts +0 -9
  1160. package/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.d.ts +0 -8
  1161. package/src/lib/components/navigation/navigation-actions-container/public-api.d.ts +0 -2
  1162. package/src/lib/components/navigation/navigation-collapse-handle/index.d.ts +0 -5
  1163. package/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.d.ts +0 -31
  1164. package/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.d.ts +0 -8
  1165. package/src/lib/components/navigation/navigation-collapse-handle/public-api.d.ts +0 -2
  1166. package/src/lib/components/navigation/navigation-header/index.d.ts +0 -5
  1167. package/src/lib/components/navigation/navigation-header/navigation-header.component.d.ts +0 -13
  1168. package/src/lib/components/navigation/navigation-header/navigation-header.module.d.ts +0 -7
  1169. package/src/lib/components/navigation/navigation-header/public-api.d.ts +0 -2
  1170. package/src/lib/components/navigation/navigation-item/index.d.ts +0 -5
  1171. package/src/lib/components/navigation/navigation-item/navigation-item.component.d.ts +0 -52
  1172. package/src/lib/components/navigation/navigation-item/navigation-item.module.d.ts +0 -11
  1173. package/src/lib/components/navigation/navigation-item/public-api.d.ts +0 -2
  1174. package/src/lib/components/navigation/navigation-items-container/index.d.ts +0 -5
  1175. package/src/lib/components/navigation/navigation-items-container/navigation-items-container.component.d.ts +0 -5
  1176. package/src/lib/components/navigation/navigation-items-container/navigation-items-container.module.d.ts +0 -7
  1177. package/src/lib/components/navigation/navigation-items-container/public-api.d.ts +0 -2
  1178. package/src/lib/components/navigation/navigation.component.d.ts +0 -13
  1179. package/src/lib/components/navigation/navigation.module.d.ts +0 -7
  1180. package/src/lib/components/navigation/public-api.d.ts +0 -2
  1181. package/src/lib/components/navigation/side-navigation/side-navigation-container/index.d.ts +0 -5
  1182. package/src/lib/components/navigation/side-navigation/side-navigation-container/public-api.d.ts +0 -2
  1183. package/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.d.ts +0 -5
  1184. package/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.d.ts +0 -7
  1185. package/src/lib/components/navigation/side-navigation/side-navigation-item/index.d.ts +0 -5
  1186. package/src/lib/components/navigation/side-navigation/side-navigation-item/public-api.d.ts +0 -2
  1187. package/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.d.ts +0 -45
  1188. package/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.d.ts +0 -11
  1189. package/src/lib/components/navigation/sub-navigation-item/index.d.ts +0 -5
  1190. package/src/lib/components/navigation/sub-navigation-item/public-api.d.ts +0 -2
  1191. package/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.d.ts +0 -28
  1192. package/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.d.ts +0 -8
  1193. package/src/lib/components/navigation/sub-navigation-items-container/index.d.ts +0 -5
  1194. package/src/lib/components/navigation/sub-navigation-items-container/public-api.d.ts +0 -2
  1195. package/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.d.ts +0 -5
  1196. package/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.d.ts +0 -7
  1197. package/src/lib/components/pagination/container/index.d.ts +0 -5
  1198. package/src/lib/components/pagination/container/pagination-container.component.d.ts +0 -5
  1199. package/src/lib/components/pagination/container/pagination-container.module.d.ts +0 -7
  1200. package/src/lib/components/pagination/container/public-api.d.ts +0 -2
  1201. package/src/lib/components/pagination/index.d.ts +0 -5
  1202. package/src/lib/components/pagination/pagination.component.d.ts +0 -41
  1203. package/src/lib/components/pagination/pagination.module.d.ts +0 -9
  1204. package/src/lib/components/pagination/public-api.d.ts +0 -2
  1205. package/src/lib/components/progress-indicators/progress-bar/progress-bar.component.d.ts +0 -48
  1206. package/src/lib/components/progress-indicators/progress-bar/progress-bar.module.d.ts +0 -9
  1207. package/src/lib/components/progress-indicators/progress-bar/public-api.d.ts +0 -2
  1208. package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.d.ts +0 -33
  1209. package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.d.ts +0 -9
  1210. package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.d.ts +0 -6
  1211. package/src/lib/components/progress-indicators/progress-indicator-spinner/public-api.d.ts +0 -2
  1212. package/src/lib/components/progress-indicators/progress-spinner/progress-spinner.component.d.ts +0 -37
  1213. package/src/lib/components/progress-indicators/progress-spinner/progress-spinner.module.d.ts +0 -11
  1214. package/src/lib/components/progress-indicators/progress-spinner/public-api.d.ts +0 -2
  1215. package/src/lib/components/progress-stepper/index.d.ts +0 -5
  1216. package/src/lib/components/progress-stepper/progress-step.types.d.ts +0 -5
  1217. package/src/lib/components/progress-stepper/progress-stepper.component.d.ts +0 -42
  1218. package/src/lib/components/progress-stepper/progress-stepper.module.d.ts +0 -10
  1219. package/src/lib/components/progress-stepper/public-api.d.ts +0 -3
  1220. package/src/lib/components/rating/index.d.ts +0 -5
  1221. package/src/lib/components/rating/public-api.d.ts +0 -2
  1222. package/src/lib/components/rating/rating.component.d.ts +0 -22
  1223. package/src/lib/components/rating/rating.module.d.ts +0 -9
  1224. package/src/lib/components/shell-layout/public-api.d.ts +0 -2
  1225. package/src/lib/components/shell-layout/shell-layout.component.d.ts +0 -13
  1226. package/src/lib/components/shell-layout/shell-layout.module.d.ts +0 -8
  1227. package/src/lib/components/splash-page/public-api.d.ts +0 -2
  1228. package/src/lib/components/splash-page/splash-page.component.d.ts +0 -14
  1229. package/src/lib/components/splash-page/splash-page.module.d.ts +0 -8
  1230. package/src/lib/components/submenu/submenu-container/index.d.ts +0 -5
  1231. package/src/lib/components/submenu/submenu-container/public-api.d.ts +0 -2
  1232. package/src/lib/components/submenu/submenu-container/submenu-container.component.d.ts +0 -9
  1233. package/src/lib/components/submenu/submenu-container/submenu-container.module.d.ts +0 -8
  1234. package/src/lib/components/submenu/submenu-heading/index.d.ts +0 -5
  1235. package/src/lib/components/submenu/submenu-heading/public-api.d.ts +0 -2
  1236. package/src/lib/components/submenu/submenu-heading/submenu-heading.component.d.ts +0 -9
  1237. package/src/lib/components/submenu/submenu-heading/submenu-heading.module.d.ts +0 -8
  1238. package/src/lib/components/submenu/submenu-item/index.d.ts +0 -5
  1239. package/src/lib/components/submenu/submenu-item/public-api.d.ts +0 -2
  1240. package/src/lib/components/submenu/submenu-item/submenu-item.component.d.ts +0 -16
  1241. package/src/lib/components/submenu/submenu-item/submenu-item.module.d.ts +0 -9
  1242. package/src/lib/components/submenu/submenu-secondary-item/index.d.ts +0 -5
  1243. package/src/lib/components/submenu/submenu-secondary-item/public-api.d.ts +0 -2
  1244. package/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.d.ts +0 -18
  1245. package/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.d.ts +0 -9
  1246. package/src/lib/components/tags/tag-container/public-api.d.ts +0 -2
  1247. package/src/lib/components/tags/tag-container/tag-container.component.d.ts +0 -5
  1248. package/src/lib/components/tags/tag-container/tag-container.module.d.ts +0 -8
  1249. package/src/lib/components/timeline-stepper/index.d.ts +0 -5
  1250. package/src/lib/components/timeline-stepper/public-api.d.ts +0 -4
  1251. package/src/lib/components/timeline-stepper/timeline-helpers.d.ts +0 -24
  1252. package/src/lib/components/timeline-stepper/timeline-step.type.d.ts +0 -43
  1253. package/src/lib/components/timeline-stepper/timeline-stepper.component.d.ts +0 -61
  1254. package/src/lib/components/timeline-stepper/timeline-stepper.module.d.ts +0 -11
  1255. package/src/lib/components/vertical-stepper/index.d.ts +0 -5
  1256. package/src/lib/components/vertical-stepper/public-api.d.ts +0 -4
  1257. package/src/lib/components/vertical-stepper/vertical-helpers.d.ts +0 -24
  1258. package/src/lib/components/vertical-stepper/vertical-step.type.d.ts +0 -45
  1259. package/src/lib/components/vertical-stepper/vertical-stepper.component.d.ts +0 -58
  1260. package/src/lib/components/vertical-stepper/vertical-stepper.module.d.ts +0 -11
  1261. package/src/lib/components/widgets/widget-actions/index.d.ts +0 -5
  1262. package/src/lib/components/widgets/widget-actions/public-api.d.ts +0 -2
  1263. package/src/lib/components/widgets/widget-actions/widget-actions.component.d.ts +0 -5
  1264. package/src/lib/components/widgets/widget-actions/widget-actions.module.d.ts +0 -7
  1265. package/src/lib/components/widgets/widget-bar/index.d.ts +0 -5
  1266. package/src/lib/components/widgets/widget-bar/public-api.d.ts +0 -2
  1267. package/src/lib/components/widgets/widget-bar/widget-bar.component.d.ts +0 -9
  1268. package/src/lib/components/widgets/widget-bar/widget-bar.module.d.ts +0 -8
  1269. package/src/lib/components/widgets/widget-container/index.d.ts +0 -5
  1270. package/src/lib/components/widgets/widget-container/public-api.d.ts +0 -2
  1271. package/src/lib/components/widgets/widget-container/widget-container.component.d.ts +0 -5
  1272. package/src/lib/components/widgets/widget-container/widget-container.module.d.ts +0 -8
  1273. package/src/lib/components/widgets/widget-footer/index.d.ts +0 -5
  1274. package/src/lib/components/widgets/widget-footer/public-api.d.ts +0 -2
  1275. package/src/lib/components/widgets/widget-footer/widget-footer.component.d.ts +0 -5
  1276. package/src/lib/components/widgets/widget-footer/widget-footer.module.d.ts +0 -8
  1277. package/src/lib/components/widgets/widget-header/index.d.ts +0 -5
  1278. package/src/lib/components/widgets/widget-header/public-api.d.ts +0 -2
  1279. package/src/lib/components/widgets/widget-header/widget-header.component.d.ts +0 -5
  1280. package/src/lib/components/widgets/widget-header/widget-header.module.d.ts +0 -8
  1281. package/src/lib/components/widgets/widget-preview/index.d.ts +0 -5
  1282. package/src/lib/components/widgets/widget-preview/public-api.d.ts +0 -2
  1283. package/src/lib/components/widgets/widget-preview/widget-preview.component.d.ts +0 -28
  1284. package/src/lib/components/widgets/widget-preview/widget-preview.module.d.ts +0 -8
  1285. package/src/lib/components/widgets/widget-thumbnail/index.d.ts +0 -5
  1286. package/src/lib/components/widgets/widget-thumbnail/public-api.d.ts +0 -2
  1287. package/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.d.ts +0 -68
  1288. package/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.d.ts +0 -10
  1289. package/src/lib/components/widgets/widget-thumbnail-container/index.d.ts +0 -5
  1290. package/src/lib/components/widgets/widget-thumbnail-container/public-api.d.ts +0 -2
  1291. package/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.d.ts +0 -5
  1292. package/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.d.ts +0 -8
  1293. package/src/lib/components/widgets/widget-title/index.d.ts +0 -5
  1294. package/src/lib/components/widgets/widget-title/public-api.d.ts +0 -2
  1295. package/src/lib/components/widgets/widget-title/widget-title.component.d.ts +0 -13
  1296. package/src/lib/components/widgets/widget-title/widget-title.module.d.ts +0 -8
  1297. package/src/lib/components/wizard-stepper/index.d.ts +0 -5
  1298. package/src/lib/components/wizard-stepper/public-api.d.ts +0 -3
  1299. package/src/lib/components/wizard-stepper/wizard-stepper.component.d.ts +0 -12
  1300. package/src/lib/components/wizard-stepper/wizard-stepper.module.d.ts +0 -10
  1301. package/src/lib/components/wizard-stepper/wizard-stepper.types.d.ts +0 -4
@@ -1,62 +0,0 @@
1
- import { ChangeDetectorRef, Component, HostListener, input, viewChild, } from '@angular/core';
2
- import { AdsIconRegistry } from '@ascentgl/ads-icons';
3
- import { adsIconChevronLeft, adsIconChevronRight } from '@ascentgl/ads-icons/icons';
4
- import { BreadcrumbVisualProcessor } from './breadcrumb.visual-processor';
5
- import { asapScheduler } from 'rxjs';
6
- import * as i0 from "@angular/core";
7
- import * as i1 from "@ascentgl/ads-icons";
8
- import * as i2 from "@angular/common";
9
- import * as i3 from "../buttons/icon-button/icon-button.component";
10
- export class AdsBreadcrumbComponent {
11
- /** @ignore */
12
- constructor(registry, cdr) {
13
- this.registry = registry;
14
- this.cdr = cdr;
15
- /** @ignore */
16
- this.containerRef = viewChild('container');
17
- /** @ignore */
18
- this.listRef = viewChild('list');
19
- /** provide an array of breadcrumbs of Breadcrumb<T> type */
20
- this.breadcrumbs = input.required();
21
- /** set to "true" to show sequence number for every breadcrumb */
22
- this.showNumber = input(false);
23
- this.registry.register([adsIconChevronLeft, adsIconChevronRight]);
24
- }
25
- /** @ignore */
26
- ngOnChanges(changes) {
27
- if (changes.breadcrumbs && !changes.breadcrumbs.isFirstChange()) {
28
- asapScheduler.schedule(() => this.visualProcessor?.onWindowResize());
29
- }
30
- }
31
- /** @ignore */
32
- ngAfterViewInit() {
33
- this.visualProcessor = new BreadcrumbVisualProcessor(this.containerRef()?.nativeElement, this.listRef()?.nativeElement);
34
- this.cdr.detectChanges();
35
- }
36
- /** @ignore */
37
- resize() {
38
- this.visualProcessor?.onWindowResize();
39
- }
40
- /** @ignore */
41
- onClick(breadcrumb) {
42
- breadcrumb.callback(breadcrumb.payload);
43
- }
44
- /** @ignore */
45
- scrollLeft() {
46
- this.visualProcessor?.onScrollLeft();
47
- }
48
- /** @ignore */
49
- scrollRight() {
50
- this.visualProcessor?.onScrollRight();
51
- }
52
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsBreadcrumbComponent, deps: [{ token: i1.AdsIconRegistry }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
53
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.1", type: AdsBreadcrumbComponent, selector: "ads-breadcrumb", inputs: { breadcrumbs: { classPropertyName: "breadcrumbs", publicName: "breadcrumbs", isSignal: true, isRequired: true, transformFunction: null }, showNumber: { classPropertyName: "showNumber", publicName: "showNumber", isSignal: true, isRequired: false, transformFunction: null } }, host: { listeners: { "window:resize": "resize()" } }, viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["container"], descendants: true, isSignal: true }, { propertyName: "listRef", first: true, predicate: ["list"], descendants: true, isSignal: true }], usesOnChanges: true, ngImport: i0, template: "@if (breadcrumbs().length > 1 && visualProcessor?.canScrollLeft()) {\n <div class=\"scroller-wrapper\">\n <ads-icon-button [type]=\"'button'\" class=\"scroller left\" [theme]=\"'white'\" (click)=\"scrollLeft()\">\n <ads-icon [name]=\"'chevron_left'\" [size]=\"'xxxs'\" [theme]=\"'primary'\" />\n </ads-icon-button>\n </div>\n}\n<div\n class=\"container\"\n #container\n [ngClass]=\"{\n 'can-scroll-left': visualProcessor?.canScrollLeft(),\n 'can-scroll-right': visualProcessor?.canScrollRight(),\n }\"\n>\n <div class=\"list\" #list>\n @for (breadcrumb of breadcrumbs(); track $index) {\n <div\n class=\"breadcrumb\"\n (click)=\"!breadcrumb.active ? onClick(breadcrumb) : null\"\n [ngClass]=\"{ active: breadcrumb.active, 'has-badge': showNumber() }\"\n >\n @if (showNumber()) {\n <span class=\"badge\">{{ $index + 1 }}</span>\n }\n <span class=\"label-primary\">{{ breadcrumb.primaryLabel }}</span>\n @if (breadcrumb.secondaryLabel && !breadcrumb.active) {\n <span class=\"label-secondary\">{{ breadcrumb.secondaryLabel }}</span>\n }\n </div>\n @if (!$last) {\n <ads-icon class=\"separator\" [name]=\"'chevron_right'\" [color]=\"'#8484a0'\" [size]=\"'xxxs'\" />\n }\n }\n </div>\n</div>\n@if (breadcrumbs().length > 1 && visualProcessor?.canScrollRight()) {\n <div class=\"scroller-wrapper right\">\n <ads-icon-button class=\"scroller\" [theme]=\"'white'\" (click)=\"scrollRight()\">\n <ads-icon [name]=\"'chevron_right'\" [size]=\"'xxxs'\" [theme]=\"'primary'\" />\n </ads-icon-button>\n </div>\n}\n", styles: [":host{display:flex;align-items:center;position:relative;min-width:192px;height:24px}.container{display:flex;overflow:hidden;position:relative}.container.can-scroll-left{mask:linear-gradient(to right,transparent 28px,black 72px)}.container.can-scroll-right{mask:linear-gradient(to left,transparent 28px,black 72px)}.container.can-scroll-left.can-scroll-right{mask:linear-gradient(to right,transparent 28px,black 72px,black calc(100% - 72px),transparent calc(100% - 28px))}.scroller-wrapper{position:absolute;top:50%;transform:translateY(-50%);z-index:1;width:32px;display:flex}.scroller-wrapper.left{left:0;justify-content:flex-start}.scroller-wrapper.right{right:0;justify-content:flex-end}.scroller{cursor:pointer}.scroller:hover ::ng-deep button{transition:box-shadow linear .1s;box-shadow:0 3px 3px #6c49ac40}.scroller ::ng-deep button{width:24px;height:24px;box-shadow:0 3px 3px #6c49ac1a}.list{display:flex;align-items:center;gap:8px;white-space:nowrap;position:relative;left:0}.list.animated{transition:left ease .2s}.list .breadcrumb{cursor:pointer;color:var(--color-black);font-family:Roboto,Helvetica Neue,sans-serif;font-size:13px;line-height:20px;font-weight:700;display:flex;align-items:center;gap:4px}.list .breadcrumb.active{cursor:default;background-color:var(--color-light);border-radius:10px;padding:0 8px}.list .breadcrumb:not(.active) .label-primary{color:var(--color-medium)}.list .breadcrumb:not(.active):hover .label-primary,.list .breadcrumb:not(.active):hover .label-secondary{text-decoration:underline}.list .breadcrumb.has-badge.active{padding-left:0}.list .breadcrumb.has-badge:not(.active) .badge{background-color:var(--color-light-30);color:var(--color-dark)}.list .breadcrumb.has-badge .badge{width:20px;height:20px;display:flex;justify-content:center;align-items:center;background-color:var(--color-primary);color:var(--color-white);border-radius:50%}.list .breadcrumb .label-secondary{font-weight:400;font-size:12px;line-height:12px}.list .breadcrumb .separator{color:var(--color-dark-50)}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i1.AdsIconComponent, selector: "ads-icon", inputs: ["size", "name", "color", "theme", "stroke"] }, { kind: "component", type: i3.AdsIconButtonComponent, selector: "ads-icon-button", inputs: ["ariaLabel", "id", "theme", "disabled", "type"] }] }); }
54
- }
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsBreadcrumbComponent, decorators: [{
56
- type: Component,
57
- args: [{ selector: 'ads-breadcrumb', template: "@if (breadcrumbs().length > 1 && visualProcessor?.canScrollLeft()) {\n <div class=\"scroller-wrapper\">\n <ads-icon-button [type]=\"'button'\" class=\"scroller left\" [theme]=\"'white'\" (click)=\"scrollLeft()\">\n <ads-icon [name]=\"'chevron_left'\" [size]=\"'xxxs'\" [theme]=\"'primary'\" />\n </ads-icon-button>\n </div>\n}\n<div\n class=\"container\"\n #container\n [ngClass]=\"{\n 'can-scroll-left': visualProcessor?.canScrollLeft(),\n 'can-scroll-right': visualProcessor?.canScrollRight(),\n }\"\n>\n <div class=\"list\" #list>\n @for (breadcrumb of breadcrumbs(); track $index) {\n <div\n class=\"breadcrumb\"\n (click)=\"!breadcrumb.active ? onClick(breadcrumb) : null\"\n [ngClass]=\"{ active: breadcrumb.active, 'has-badge': showNumber() }\"\n >\n @if (showNumber()) {\n <span class=\"badge\">{{ $index + 1 }}</span>\n }\n <span class=\"label-primary\">{{ breadcrumb.primaryLabel }}</span>\n @if (breadcrumb.secondaryLabel && !breadcrumb.active) {\n <span class=\"label-secondary\">{{ breadcrumb.secondaryLabel }}</span>\n }\n </div>\n @if (!$last) {\n <ads-icon class=\"separator\" [name]=\"'chevron_right'\" [color]=\"'#8484a0'\" [size]=\"'xxxs'\" />\n }\n }\n </div>\n</div>\n@if (breadcrumbs().length > 1 && visualProcessor?.canScrollRight()) {\n <div class=\"scroller-wrapper right\">\n <ads-icon-button class=\"scroller\" [theme]=\"'white'\" (click)=\"scrollRight()\">\n <ads-icon [name]=\"'chevron_right'\" [size]=\"'xxxs'\" [theme]=\"'primary'\" />\n </ads-icon-button>\n </div>\n}\n", styles: [":host{display:flex;align-items:center;position:relative;min-width:192px;height:24px}.container{display:flex;overflow:hidden;position:relative}.container.can-scroll-left{mask:linear-gradient(to right,transparent 28px,black 72px)}.container.can-scroll-right{mask:linear-gradient(to left,transparent 28px,black 72px)}.container.can-scroll-left.can-scroll-right{mask:linear-gradient(to right,transparent 28px,black 72px,black calc(100% - 72px),transparent calc(100% - 28px))}.scroller-wrapper{position:absolute;top:50%;transform:translateY(-50%);z-index:1;width:32px;display:flex}.scroller-wrapper.left{left:0;justify-content:flex-start}.scroller-wrapper.right{right:0;justify-content:flex-end}.scroller{cursor:pointer}.scroller:hover ::ng-deep button{transition:box-shadow linear .1s;box-shadow:0 3px 3px #6c49ac40}.scroller ::ng-deep button{width:24px;height:24px;box-shadow:0 3px 3px #6c49ac1a}.list{display:flex;align-items:center;gap:8px;white-space:nowrap;position:relative;left:0}.list.animated{transition:left ease .2s}.list .breadcrumb{cursor:pointer;color:var(--color-black);font-family:Roboto,Helvetica Neue,sans-serif;font-size:13px;line-height:20px;font-weight:700;display:flex;align-items:center;gap:4px}.list .breadcrumb.active{cursor:default;background-color:var(--color-light);border-radius:10px;padding:0 8px}.list .breadcrumb:not(.active) .label-primary{color:var(--color-medium)}.list .breadcrumb:not(.active):hover .label-primary,.list .breadcrumb:not(.active):hover .label-secondary{text-decoration:underline}.list .breadcrumb.has-badge.active{padding-left:0}.list .breadcrumb.has-badge:not(.active) .badge{background-color:var(--color-light-30);color:var(--color-dark)}.list .breadcrumb.has-badge .badge{width:20px;height:20px;display:flex;justify-content:center;align-items:center;background-color:var(--color-primary);color:var(--color-white);border-radius:50%}.list .breadcrumb .label-secondary{font-weight:400;font-size:12px;line-height:12px}.list .breadcrumb .separator{color:var(--color-dark-50)}\n"] }]
58
- }], ctorParameters: () => [{ type: i1.AdsIconRegistry }, { type: i0.ChangeDetectorRef }], propDecorators: { resize: [{
59
- type: HostListener,
60
- args: ['window:resize']
61
- }] } });
62
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJlYWRjcnVtYi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvYnJlYWRjcnVtYi9icmVhZGNydW1iLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9icmVhZGNydW1iL2JyZWFkY3J1bWIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUVMLGlCQUFpQixFQUNqQixTQUFTLEVBRVQsWUFBWSxFQUNaLEtBQUssRUFHTCxTQUFTLEdBQ1YsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3RELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxtQkFBbUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBRXBGLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQzFFLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxNQUFNLENBQUM7Ozs7O0FBT3JDLE1BQU0sT0FBTyxzQkFBc0I7SUFnQmpDLGNBQWM7SUFDZCxZQUNVLFFBQXlCLEVBQ3pCLEdBQXNCO1FBRHRCLGFBQVEsR0FBUixRQUFRLENBQWlCO1FBQ3pCLFFBQUcsR0FBSCxHQUFHLENBQW1CO1FBbEJoQyxjQUFjO1FBQ2QsaUJBQVksR0FBRyxTQUFTLENBQWEsV0FBVyxDQUFDLENBQUM7UUFFbEQsY0FBYztRQUNkLFlBQU8sR0FBRyxTQUFTLENBQWEsTUFBTSxDQUFDLENBQUM7UUFFeEMsNERBQTREO1FBQzVELGdCQUFXLEdBQUcsS0FBSyxDQUFDLFFBQVEsRUFBbUIsQ0FBQztRQUVoRCxpRUFBaUU7UUFDakUsZUFBVSxHQUFHLEtBQUssQ0FBVSxLQUFLLENBQUMsQ0FBQztRQVVqQyxJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxDQUFDLGtCQUFrQixFQUFFLG1CQUFtQixDQUFDLENBQUMsQ0FBQztJQUNwRSxDQUFDO0lBRUQsY0FBYztJQUNkLFdBQVcsQ0FBQyxPQUFzQztRQUNoRCxJQUFJLE9BQU8sQ0FBQyxXQUFXLElBQUksQ0FBQyxPQUFPLENBQUMsV0FBVyxDQUFDLGFBQWEsRUFBRSxFQUFFLENBQUM7WUFDaEUsYUFBYSxDQUFDLFFBQVEsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsZUFBZSxFQUFFLGNBQWMsRUFBRSxDQUFDLENBQUM7UUFDdkUsQ0FBQztJQUNILENBQUM7SUFFRCxjQUFjO0lBQ2QsZUFBZTtRQUNiLElBQUksQ0FBQyxlQUFlLEdBQUcsSUFBSSx5QkFBeUIsQ0FDbEQsSUFBSSxDQUFDLFlBQVksRUFBRSxFQUFFLGFBQWEsRUFDbEMsSUFBSSxDQUFDLE9BQU8sRUFBRSxFQUFFLGFBQWEsQ0FDOUIsQ0FBQztRQUVGLElBQUksQ0FBQyxHQUFHLENBQUMsYUFBYSxFQUFFLENBQUM7SUFDM0IsQ0FBQztJQUVELGNBQWM7SUFDaUIsTUFBTTtRQUNuQyxJQUFJLENBQUMsZUFBZSxFQUFFLGNBQWMsRUFBRSxDQUFDO0lBQ3pDLENBQUM7SUFFRCxjQUFjO0lBQ2QsT0FBTyxDQUFDLFVBQXlCO1FBQy9CLFVBQVUsQ0FBQyxRQUFRLENBQUMsVUFBVSxDQUFDLE9BQU8sQ0FBQyxDQUFDO0lBQzFDLENBQUM7SUFFRCxjQUFjO0lBQ2QsVUFBVTtRQUNSLElBQUksQ0FBQyxlQUFlLEVBQUUsWUFBWSxFQUFFLENBQUM7SUFDdkMsQ0FBQztJQUVELGNBQWM7SUFDZCxXQUFXO1FBQ1QsSUFBSSxDQUFDLGVBQWUsRUFBRSxhQUFhLEVBQUUsQ0FBQztJQUN4QyxDQUFDOzhHQTNEVSxzQkFBc0I7a0dBQXRCLHNCQUFzQiwwbkJDdEJuQyxxbkRBMkNBOzsyRkRyQmEsc0JBQXNCO2tCQUxsQyxTQUFTOytCQUNFLGdCQUFnQjtvSEE4Q0ssTUFBTTtzQkFBcEMsWUFBWTt1QkFBQyxlQUFlIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQWZ0ZXJWaWV3SW5pdCxcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgSG9zdExpc3RlbmVyLFxuICBpbnB1dCxcbiAgT25DaGFuZ2VzLFxuICBTaW1wbGVDaGFuZ2UsXG4gIHZpZXdDaGlsZCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBZHNJY29uUmVnaXN0cnkgfSBmcm9tICdAYXNjZW50Z2wvYWRzLWljb25zJztcbmltcG9ydCB7IGFkc0ljb25DaGV2cm9uTGVmdCwgYWRzSWNvbkNoZXZyb25SaWdodCB9IGZyb20gJ0Bhc2NlbnRnbC9hZHMtaWNvbnMvaWNvbnMnO1xuaW1wb3J0IHsgQnJlYWRjcnVtYiB9IGZyb20gJy4vYnJlYWRjcnVtYi50eXBlJztcbmltcG9ydCB7IEJyZWFkY3J1bWJWaXN1YWxQcm9jZXNzb3IgfSBmcm9tICcuL2JyZWFkY3J1bWIudmlzdWFsLXByb2Nlc3Nvcic7XG5pbXBvcnQgeyBhc2FwU2NoZWR1bGVyIH0gZnJvbSAncnhqcyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2Fkcy1icmVhZGNydW1iJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2JyZWFkY3J1bWIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9icmVhZGNydW1iLmNvbXBvbmVudC5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIEFkc0JyZWFkY3J1bWJDb21wb25lbnQ8VD4gaW1wbGVtZW50cyBPbkNoYW5nZXMsIEFmdGVyVmlld0luaXQge1xuICAvKiogQGlnbm9yZSAqL1xuICBjb250YWluZXJSZWYgPSB2aWV3Q2hpbGQ8RWxlbWVudFJlZj4oJ2NvbnRhaW5lcicpO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIGxpc3RSZWYgPSB2aWV3Q2hpbGQ8RWxlbWVudFJlZj4oJ2xpc3QnKTtcblxuICAvKiogcHJvdmlkZSBhbiBhcnJheSBvZiBicmVhZGNydW1icyBvZiBCcmVhZGNydW1iPFQ+IHR5cGUgKi9cbiAgYnJlYWRjcnVtYnMgPSBpbnB1dC5yZXF1aXJlZDxCcmVhZGNydW1iPFQ+W10+KCk7XG5cbiAgLyoqIHNldCB0byBcInRydWVcIiB0byBzaG93IHNlcXVlbmNlIG51bWJlciBmb3IgZXZlcnkgYnJlYWRjcnVtYiAqL1xuICBzaG93TnVtYmVyID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIHZpc3VhbFByb2Nlc3Nvcj86IEJyZWFkY3J1bWJWaXN1YWxQcm9jZXNzb3I7XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSByZWdpc3RyeTogQWRzSWNvblJlZ2lzdHJ5LFxuICAgIHByaXZhdGUgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZixcbiAgKSB7XG4gICAgdGhpcy5yZWdpc3RyeS5yZWdpc3RlcihbYWRzSWNvbkNoZXZyb25MZWZ0LCBhZHNJY29uQ2hldnJvblJpZ2h0XSk7XG4gIH1cblxuICAvKiogQGlnbm9yZSAqL1xuICBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiB7IGJyZWFkY3J1bWJzOiBTaW1wbGVDaGFuZ2UgfSk6IHZvaWQge1xuICAgIGlmIChjaGFuZ2VzLmJyZWFkY3J1bWJzICYmICFjaGFuZ2VzLmJyZWFkY3J1bWJzLmlzRmlyc3RDaGFuZ2UoKSkge1xuICAgICAgYXNhcFNjaGVkdWxlci5zY2hlZHVsZSgoKSA9PiB0aGlzLnZpc3VhbFByb2Nlc3Nvcj8ub25XaW5kb3dSZXNpemUoKSk7XG4gICAgfVxuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge1xuICAgIHRoaXMudmlzdWFsUHJvY2Vzc29yID0gbmV3IEJyZWFkY3J1bWJWaXN1YWxQcm9jZXNzb3IoXG4gICAgICB0aGlzLmNvbnRhaW5lclJlZigpPy5uYXRpdmVFbGVtZW50LFxuICAgICAgdGhpcy5saXN0UmVmKCk/Lm5hdGl2ZUVsZW1lbnQsXG4gICAgKTtcblxuICAgIHRoaXMuY2RyLmRldGVjdENoYW5nZXMoKTtcbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIEBIb3N0TGlzdGVuZXIoJ3dpbmRvdzpyZXNpemUnKSByZXNpemUoKTogdm9pZCB7XG4gICAgdGhpcy52aXN1YWxQcm9jZXNzb3I/Lm9uV2luZG93UmVzaXplKCk7XG4gIH1cblxuICAvKiogQGlnbm9yZSAqL1xuICBvbkNsaWNrKGJyZWFkY3J1bWI6IEJyZWFkY3J1bWI8VD4pOiB2b2lkIHtcbiAgICBicmVhZGNydW1iLmNhbGxiYWNrKGJyZWFkY3J1bWIucGF5bG9hZCk7XG4gIH1cblxuICAvKiogQGlnbm9yZSAqL1xuICBzY3JvbGxMZWZ0KCk6IHZvaWQge1xuICAgIHRoaXMudmlzdWFsUHJvY2Vzc29yPy5vblNjcm9sbExlZnQoKTtcbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIHNjcm9sbFJpZ2h0KCk6IHZvaWQge1xuICAgIHRoaXMudmlzdWFsUHJvY2Vzc29yPy5vblNjcm9sbFJpZ2h0KCk7XG4gIH1cbn1cbiIsIkBpZiAoYnJlYWRjcnVtYnMoKS5sZW5ndGggPiAxICYmIHZpc3VhbFByb2Nlc3Nvcj8uY2FuU2Nyb2xsTGVmdCgpKSB7XG4gIDxkaXYgY2xhc3M9XCJzY3JvbGxlci13cmFwcGVyXCI+XG4gICAgPGFkcy1pY29uLWJ1dHRvbiBbdHlwZV09XCInYnV0dG9uJ1wiIGNsYXNzPVwic2Nyb2xsZXIgbGVmdFwiIFt0aGVtZV09XCInd2hpdGUnXCIgKGNsaWNrKT1cInNjcm9sbExlZnQoKVwiPlxuICAgICAgPGFkcy1pY29uIFtuYW1lXT1cIidjaGV2cm9uX2xlZnQnXCIgW3NpemVdPVwiJ3h4eHMnXCIgW3RoZW1lXT1cIidwcmltYXJ5J1wiIC8+XG4gICAgPC9hZHMtaWNvbi1idXR0b24+XG4gIDwvZGl2PlxufVxuPGRpdlxuICBjbGFzcz1cImNvbnRhaW5lclwiXG4gICNjb250YWluZXJcbiAgW25nQ2xhc3NdPVwie1xuICAgICdjYW4tc2Nyb2xsLWxlZnQnOiB2aXN1YWxQcm9jZXNzb3I/LmNhblNjcm9sbExlZnQoKSxcbiAgICAnY2FuLXNjcm9sbC1yaWdodCc6IHZpc3VhbFByb2Nlc3Nvcj8uY2FuU2Nyb2xsUmlnaHQoKSxcbiAgfVwiXG4+XG4gIDxkaXYgY2xhc3M9XCJsaXN0XCIgI2xpc3Q+XG4gICAgQGZvciAoYnJlYWRjcnVtYiBvZiBicmVhZGNydW1icygpOyB0cmFjayAkaW5kZXgpIHtcbiAgICAgIDxkaXZcbiAgICAgICAgY2xhc3M9XCJicmVhZGNydW1iXCJcbiAgICAgICAgKGNsaWNrKT1cIiFicmVhZGNydW1iLmFjdGl2ZSA/IG9uQ2xpY2soYnJlYWRjcnVtYikgOiBudWxsXCJcbiAgICAgICAgW25nQ2xhc3NdPVwieyBhY3RpdmU6IGJyZWFkY3J1bWIuYWN0aXZlLCAnaGFzLWJhZGdlJzogc2hvd051bWJlcigpIH1cIlxuICAgICAgPlxuICAgICAgICBAaWYgKHNob3dOdW1iZXIoKSkge1xuICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFkZ2VcIj57eyAkaW5kZXggKyAxIH19PC9zcGFuPlxuICAgICAgICB9XG4gICAgICAgIDxzcGFuIGNsYXNzPVwibGFiZWwtcHJpbWFyeVwiPnt7IGJyZWFkY3J1bWIucHJpbWFyeUxhYmVsIH19PC9zcGFuPlxuICAgICAgICBAaWYgKGJyZWFkY3J1bWIuc2Vjb25kYXJ5TGFiZWwgJiYgIWJyZWFkY3J1bWIuYWN0aXZlKSB7XG4gICAgICAgICAgPHNwYW4gY2xhc3M9XCJsYWJlbC1zZWNvbmRhcnlcIj57eyBicmVhZGNydW1iLnNlY29uZGFyeUxhYmVsIH19PC9zcGFuPlxuICAgICAgICB9XG4gICAgICA8L2Rpdj5cbiAgICAgIEBpZiAoISRsYXN0KSB7XG4gICAgICAgIDxhZHMtaWNvbiBjbGFzcz1cInNlcGFyYXRvclwiIFtuYW1lXT1cIidjaGV2cm9uX3JpZ2h0J1wiIFtjb2xvcl09XCInIzg0ODRhMCdcIiBbc2l6ZV09XCIneHh4cydcIiAvPlxuICAgICAgfVxuICAgIH1cbiAgPC9kaXY+XG48L2Rpdj5cbkBpZiAoYnJlYWRjcnVtYnMoKS5sZW5ndGggPiAxICYmIHZpc3VhbFByb2Nlc3Nvcj8uY2FuU2Nyb2xsUmlnaHQoKSkge1xuICA8ZGl2IGNsYXNzPVwic2Nyb2xsZXItd3JhcHBlciByaWdodFwiPlxuICAgIDxhZHMtaWNvbi1idXR0b24gY2xhc3M9XCJzY3JvbGxlclwiIFt0aGVtZV09XCInd2hpdGUnXCIgKGNsaWNrKT1cInNjcm9sbFJpZ2h0KClcIj5cbiAgICAgIDxhZHMtaWNvbiBbbmFtZV09XCInY2hldnJvbl9yaWdodCdcIiBbc2l6ZV09XCIneHh4cydcIiBbdGhlbWVdPVwiJ3ByaW1hcnknXCIgLz5cbiAgICA8L2Fkcy1pY29uLWJ1dHRvbj5cbiAgPC9kaXY+XG59XG4iXX0=
@@ -1,21 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { AdsBreadcrumbComponent } from './breadcrumb.component';
4
- import { RouterModule } from '@angular/router';
5
- import { AdsIconModule } from '@ascentgl/ads-icons';
6
- import { AdsIconButtonModule } from '../buttons/icon-button';
7
- import * as i0 from "@angular/core";
8
- export class AdsBreadcrumbModule {
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsBreadcrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsBreadcrumbModule, declarations: [AdsBreadcrumbComponent], imports: [CommonModule, RouterModule, AdsIconModule, AdsIconButtonModule], exports: [AdsBreadcrumbComponent] }); }
11
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsBreadcrumbModule, imports: [CommonModule, RouterModule, AdsIconModule, AdsIconButtonModule] }); }
12
- }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsBreadcrumbModule, decorators: [{
14
- type: NgModule,
15
- args: [{
16
- imports: [CommonModule, RouterModule, AdsIconModule, AdsIconButtonModule],
17
- declarations: [AdsBreadcrumbComponent],
18
- exports: [AdsBreadcrumbComponent],
19
- }]
20
- }] });
21
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJlYWRjcnVtYi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvYnJlYWRjcnVtYi9icmVhZGNydW1iLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUNoRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3BELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHdCQUF3QixDQUFDOztBQU83RCxNQUFNLE9BQU8sbUJBQW1COzhHQUFuQixtQkFBbUI7K0dBQW5CLG1CQUFtQixpQkFIZixzQkFBc0IsYUFEM0IsWUFBWSxFQUFFLFlBQVksRUFBRSxhQUFhLEVBQUUsbUJBQW1CLGFBRTlELHNCQUFzQjsrR0FFckIsbUJBQW1CLFlBSnBCLFlBQVksRUFBRSxZQUFZLEVBQUUsYUFBYSxFQUFFLG1CQUFtQjs7MkZBSTdELG1CQUFtQjtrQkFML0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsWUFBWSxFQUFFLGFBQWEsRUFBRSxtQkFBbUIsQ0FBQztvQkFDekUsWUFBWSxFQUFFLENBQUMsc0JBQXNCLENBQUM7b0JBQ3RDLE9BQU8sRUFBRSxDQUFDLHNCQUFzQixDQUFDO2lCQUNsQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQWRzQnJlYWRjcnVtYkNvbXBvbmVudCB9IGZyb20gJy4vYnJlYWRjcnVtYi5jb21wb25lbnQnO1xuaW1wb3J0IHsgUm91dGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IEFkc0ljb25Nb2R1bGUgfSBmcm9tICdAYXNjZW50Z2wvYWRzLWljb25zJztcbmltcG9ydCB7IEFkc0ljb25CdXR0b25Nb2R1bGUgfSBmcm9tICcuLi9idXR0b25zL2ljb24tYnV0dG9uJztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgUm91dGVyTW9kdWxlLCBBZHNJY29uTW9kdWxlLCBBZHNJY29uQnV0dG9uTW9kdWxlXSxcbiAgZGVjbGFyYXRpb25zOiBbQWRzQnJlYWRjcnVtYkNvbXBvbmVudF0sXG4gIGV4cG9ydHM6IFtBZHNCcmVhZGNydW1iQ29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzQnJlYWRjcnVtYk1vZHVsZSB7fVxuIl19
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJlYWRjcnVtYi50eXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2JyZWFkY3J1bWIvYnJlYWRjcnVtYi50eXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgdHlwZSBCcmVhZGNydW1iPFQ+ID0ge1xuICBwcmltYXJ5TGFiZWw6IHN0cmluZztcbiAgc2Vjb25kYXJ5TGFiZWw/OiBzdHJpbmc7XG4gIGNhbGxiYWNrOiAocGF5bG9hZDogVCkgPT4gdm9pZDtcbiAgYWN0aXZlOiBib29sZWFuO1xuICBwYXlsb2FkOiBUO1xufTtcbiJdfQ==
@@ -1,151 +0,0 @@
1
- import { signal } from '@angular/core';
2
- export class BreadcrumbVisualProcessor {
3
- constructor(containerElement, listElement) {
4
- this.containerElement = containerElement;
5
- this.listElement = listElement;
6
- this.canScrollLeft = signal(false);
7
- this.canScrollRight = signal(false);
8
- this.position = {
9
- containerWidth: 0,
10
- listWidth: 0,
11
- listX: 0,
12
- };
13
- this.scrollActiveIntoView();
14
- this.calculatePositions();
15
- this.toggleScrollButtons();
16
- }
17
- onWindowResize() {
18
- this.calculatePositions();
19
- /**
20
- * disable animation when we reposition breadcrumb list on window resize
21
- */
22
- this.listElement.classList.remove('animated');
23
- /**
24
- * if list is scrolled to the left, but we have empty space to the right - reposition the list
25
- * to fill the empty space
26
- */
27
- if (this.position.listX < 0) {
28
- const diff = this.position.containerWidth - this.position.listWidth;
29
- if (this.position.listX < diff) {
30
- this.applyScrollPos(diff);
31
- }
32
- }
33
- this.toggleScrollButtons();
34
- }
35
- onScrollLeft() {
36
- let [, scrollStep] = this.beforeApplyScrollPos();
37
- /**
38
- * make sure scrollStep is not more than current x position of the list;
39
- * otherwise the list will be scrolled too much to the left
40
- */
41
- if (scrollStep > this.position.listX * -1) {
42
- scrollStep = this.position.listX * -1;
43
- }
44
- /**
45
- * calculate new list x position (scrolling to the left)
46
- */
47
- let listX = this.position.listX + scrollStep;
48
- /**
49
- * if the remainder of the scrollable width is too small (less than 100px);
50
- * set listX position to 0
51
- * NOTE: remainder correction is done to avoid possible extra tiny scroll step remaining
52
- */
53
- const remainingScrollWidth = listX * -1;
54
- if (remainingScrollWidth <= 100) {
55
- listX = 0;
56
- }
57
- this.applyScrollPos(listX);
58
- }
59
- onScrollRight() {
60
- const [maxScrollDistance, maxScrollStep] = this.beforeApplyScrollPos();
61
- let scrollStep = maxScrollStep;
62
- /**
63
- * make sure scrollStep is not less than current x position of the list;
64
- * otherwise the list will be scrolled too much to the right
65
- */
66
- if (scrollStep > maxScrollDistance + this.position.listX) {
67
- scrollStep = maxScrollDistance + this.position.listX;
68
- }
69
- /**
70
- * calculate new list x position (scrolling to the right)
71
- */
72
- let listX = Math.round(this.position.listX - scrollStep);
73
- /**
74
- * if the remainder of the scrollable width is too small (less than 100px);
75
- * add remainder to the x position to scroll all the way to the right
76
- * NOTE: remainder correction is done to avoid possible extra tiny scroll step remaining
77
- */
78
- const remainingScrollWidth = this.position.listWidth - (listX * -1 + this.position.containerWidth);
79
- if (remainingScrollWidth <= 100) {
80
- listX -= remainingScrollWidth;
81
- }
82
- this.applyScrollPos(listX);
83
- }
84
- beforeApplyScrollPos() {
85
- this.calculatePositions();
86
- /**
87
- * make sure that scrolling is animated
88
- */
89
- this.listElement.classList.add('animated');
90
- /**
91
- * get max scroll distance which is the difference between container width and breadcrumbs list width
92
- */
93
- const maxScrollDistance = this.position.listWidth - this.position.containerWidth;
94
- /**
95
- * calculate max scroll step that is not more than 50% of the list but not less than 50px
96
- */
97
- const maxScrollStep = Math.max(maxScrollDistance * 0.5, 50);
98
- return [maxScrollDistance, maxScrollStep];
99
- }
100
- applyScrollPos(listX) {
101
- /**
102
- * scroll breadcrumb list by changing its left position
103
- */
104
- this.listElement.style.left = listX + 'px';
105
- /**
106
- * store new x position
107
- */
108
- this.position.listX = listX;
109
- this.toggleScrollButtons();
110
- }
111
- toggleScrollButtons() {
112
- const listIsBiggerThanContainer = this.position.containerWidth < this.position.listWidth;
113
- /**
114
- * we can scroll to the left if list is bigger than container and current list x position is on 0
115
- */
116
- this.canScrollLeft.set(listIsBiggerThanContainer && this.position.listX < 0);
117
- /**
118
- * we can scroll to the right if list width plus its x position is greater than container width
119
- * NOTE: since x position is a negative value or null, we add it to list width
120
- */
121
- this.canScrollRight.set(listIsBiggerThanContainer && this.position.listWidth + this.position.listX > this.position.containerWidth);
122
- }
123
- scrollActiveIntoView() {
124
- /**
125
- * gert active breadcrumb
126
- */
127
- const active = this.listElement.querySelector('.breadcrumb.active');
128
- /**
129
- * if found scroll it into view
130
- */
131
- if (active) {
132
- active.scrollIntoView({ behavior: 'instant', inline: 'center' });
133
- /**
134
- * replace scrollLeft of the container with x position of the list as we use x position
135
- * for scrolling
136
- */
137
- if (this.containerElement.scrollLeft) {
138
- this.listElement.style.left = this.containerElement.scrollLeft * -1 + 'px';
139
- this.containerElement.scrollLeft = 0;
140
- }
141
- }
142
- }
143
- calculatePositions() {
144
- this.position = {
145
- containerWidth: this.containerElement.offsetWidth,
146
- listWidth: this.listElement.offsetWidth,
147
- listX: this.listElement.offsetLeft,
148
- };
149
- }
150
- }
151
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJlYWRjcnVtYi52aXN1YWwtcHJvY2Vzc29yLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2JyZWFkY3J1bWIvYnJlYWRjcnVtYi52aXN1YWwtcHJvY2Vzc29yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFdkMsTUFBTSxPQUFPLHlCQUF5QjtJQWNwQyxZQUNVLGdCQUE2QixFQUM3QixXQUF3QjtRQUR4QixxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQWE7UUFDN0IsZ0JBQVcsR0FBWCxXQUFXLENBQWE7UUFmbEMsa0JBQWEsR0FBRyxNQUFNLENBQVUsS0FBSyxDQUFDLENBQUM7UUFDdkMsbUJBQWMsR0FBRyxNQUFNLENBQVUsS0FBSyxDQUFDLENBQUM7UUFFaEMsYUFBUSxHQUlaO1lBQ0YsY0FBYyxFQUFFLENBQUM7WUFDakIsU0FBUyxFQUFFLENBQUM7WUFDWixLQUFLLEVBQUUsQ0FBQztTQUNULENBQUM7UUFNQSxJQUFJLENBQUMsb0JBQW9CLEVBQUUsQ0FBQztRQUM1QixJQUFJLENBQUMsa0JBQWtCLEVBQUUsQ0FBQztRQUMxQixJQUFJLENBQUMsbUJBQW1CLEVBQUUsQ0FBQztJQUM3QixDQUFDO0lBRUQsY0FBYztRQUNaLElBQUksQ0FBQyxrQkFBa0IsRUFBRSxDQUFDO1FBRTFCOztXQUVHO1FBQ0gsSUFBSSxDQUFDLFdBQVcsQ0FBQyxTQUFTLENBQUMsTUFBTSxDQUFDLFVBQVUsQ0FBQyxDQUFDO1FBRTlDOzs7V0FHRztRQUNILElBQUksSUFBSSxDQUFDLFFBQVEsQ0FBQyxLQUFLLEdBQUcsQ0FBQyxFQUFFLENBQUM7WUFDNUIsTUFBTSxJQUFJLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxjQUFjLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxTQUFTLENBQUM7WUFFcEUsSUFBSSxJQUFJLENBQUMsUUFBUSxDQUFDLEtBQUssR0FBRyxJQUFJLEVBQUUsQ0FBQztnQkFDL0IsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsQ0FBQztZQUM1QixDQUFDO1FBQ0gsQ0FBQztRQUVELElBQUksQ0FBQyxtQkFBbUIsRUFBRSxDQUFDO0lBQzdCLENBQUM7SUFFRCxZQUFZO1FBQ1YsSUFBSSxDQUFDLEVBQUUsVUFBVSxDQUFDLEdBQUcsSUFBSSxDQUFDLG9CQUFvQixFQUFFLENBQUM7UUFFakQ7OztXQUdHO1FBQ0gsSUFBSSxVQUFVLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxLQUFLLEdBQUcsQ0FBQyxDQUFDLEVBQUUsQ0FBQztZQUMxQyxVQUFVLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxLQUFLLEdBQUcsQ0FBQyxDQUFDLENBQUM7UUFDeEMsQ0FBQztRQUVEOztXQUVHO1FBQ0gsSUFBSSxLQUFLLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxLQUFLLEdBQUcsVUFBVSxDQUFDO1FBRTdDOzs7O1dBSUc7UUFDSCxNQUFNLG9CQUFvQixHQUFHLEtBQUssR0FBRyxDQUFDLENBQUMsQ0FBQztRQUV4QyxJQUFJLG9CQUFvQixJQUFJLEdBQUcsRUFBRSxDQUFDO1lBQ2hDLEtBQUssR0FBRyxDQUFDLENBQUM7UUFDWixDQUFDO1FBRUQsSUFBSSxDQUFDLGNBQWMsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUM3QixDQUFDO0lBRUQsYUFBYTtRQUNYLE1BQU0sQ0FBQyxpQkFBaUIsRUFBRSxhQUFhLENBQUMsR0FBRyxJQUFJLENBQUMsb0JBQW9CLEVBQUUsQ0FBQztRQUV2RSxJQUFJLFVBQVUsR0FBRyxhQUFhLENBQUM7UUFFL0I7OztXQUdHO1FBQ0gsSUFBSSxVQUFVLEdBQUcsaUJBQWlCLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxLQUFLLEVBQUUsQ0FBQztZQUN6RCxVQUFVLEdBQUcsaUJBQWlCLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxLQUFLLENBQUM7UUFDdkQsQ0FBQztRQUVEOztXQUVHO1FBQ0gsSUFBSSxLQUFLLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLEtBQUssR0FBRyxVQUFVLENBQUMsQ0FBQztRQUV6RDs7OztXQUlHO1FBQ0gsTUFBTSxvQkFBb0IsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLFNBQVMsR0FBRyxDQUFDLEtBQUssR0FBRyxDQUFDLENBQUMsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLGNBQWMsQ0FBQyxDQUFDO1FBRW5HLElBQUksb0JBQW9CLElBQUksR0FBRyxFQUFFLENBQUM7WUFDaEMsS0FBSyxJQUFJLG9CQUFvQixDQUFDO1FBQ2hDLENBQUM7UUFFRCxJQUFJLENBQUMsY0FBYyxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzdCLENBQUM7SUFFTyxvQkFBb0I7UUFDMUIsSUFBSSxDQUFDLGtCQUFrQixFQUFFLENBQUM7UUFFMUI7O1dBRUc7UUFDSCxJQUFJLENBQUMsV0FBVyxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsVUFBVSxDQUFDLENBQUM7UUFFM0M7O1dBRUc7UUFDSCxNQUFNLGlCQUFpQixHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsY0FBYyxDQUFDO1FBRWpGOztXQUVHO1FBQ0gsTUFBTSxhQUFhLEdBQUcsSUFBSSxDQUFDLEdBQUcsQ0FBQyxpQkFBaUIsR0FBRyxHQUFHLEVBQUUsRUFBRSxDQUFDLENBQUM7UUFFNUQsT0FBTyxDQUFDLGlCQUFpQixFQUFFLGFBQWEsQ0FBQyxDQUFDO0lBQzVDLENBQUM7SUFFTyxjQUFjLENBQUMsS0FBYTtRQUNsQzs7V0FFRztRQUNILElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDLElBQUksR0FBRyxLQUFLLEdBQUcsSUFBSSxDQUFDO1FBRTNDOztXQUVHO1FBQ0gsSUFBSSxDQUFDLFFBQVEsQ0FBQyxLQUFLLEdBQUcsS0FBSyxDQUFDO1FBRTVCLElBQUksQ0FBQyxtQkFBbUIsRUFBRSxDQUFDO0lBQzdCLENBQUM7SUFFTyxtQkFBbUI7UUFDekIsTUFBTSx5QkFBeUIsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLGNBQWMsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLFNBQVMsQ0FBQztRQUV6Rjs7V0FFRztRQUNILElBQUksQ0FBQyxhQUFhLENBQUMsR0FBRyxDQUFDLHlCQUF5QixJQUFJLElBQUksQ0FBQyxRQUFRLENBQUMsS0FBSyxHQUFHLENBQUMsQ0FBQyxDQUFDO1FBRTdFOzs7V0FHRztRQUNILElBQUksQ0FBQyxjQUFjLENBQUMsR0FBRyxDQUNyQix5QkFBeUIsSUFBSSxJQUFJLENBQUMsUUFBUSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLGNBQWMsQ0FDMUcsQ0FBQztJQUNKLENBQUM7SUFFTyxvQkFBb0I7UUFDMUI7O1dBRUc7UUFDSCxNQUFNLE1BQU0sR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDLGFBQWEsQ0FBQyxvQkFBb0IsQ0FBQyxDQUFDO1FBRXBFOztXQUVHO1FBQ0gsSUFBSSxNQUFNLEVBQUUsQ0FBQztZQUNYLE1BQU0sQ0FBQyxjQUFjLENBQUMsRUFBRSxRQUFRLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxRQUFRLEVBQUUsQ0FBQyxDQUFDO1lBRWpFOzs7ZUFHRztZQUNILElBQUksSUFBSSxDQUFDLGdCQUFnQixDQUFDLFVBQVUsRUFBRSxDQUFDO2dCQUNyQyxJQUFJLENBQUMsV0FBVyxDQUFDLEtBQUssQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDLGdCQUFnQixDQUFDLFVBQVUsR0FBRyxDQUFDLENBQUMsR0FBRyxJQUFJLENBQUM7Z0JBQzNFLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxVQUFVLEdBQUcsQ0FBQyxDQUFDO1lBQ3ZDLENBQUM7UUFDSCxDQUFDO0lBQ0gsQ0FBQztJQUVPLGtCQUFrQjtRQUN4QixJQUFJLENBQUMsUUFBUSxHQUFHO1lBQ2QsY0FBYyxFQUFFLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxXQUFXO1lBQ2pELFNBQVMsRUFBRSxJQUFJLENBQUMsV0FBVyxDQUFDLFdBQVc7WUFDdkMsS0FBSyxFQUFFLElBQUksQ0FBQyxXQUFXLENBQUMsVUFBVTtTQUNuQyxDQUFDO0lBQ0osQ0FBQztDQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgc2lnbmFsIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmV4cG9ydCBjbGFzcyBCcmVhZGNydW1iVmlzdWFsUHJvY2Vzc29yIHtcbiAgY2FuU2Nyb2xsTGVmdCA9IHNpZ25hbDxib29sZWFuPihmYWxzZSk7XG4gIGNhblNjcm9sbFJpZ2h0ID0gc2lnbmFsPGJvb2xlYW4+KGZhbHNlKTtcblxuICBwcml2YXRlIHBvc2l0aW9uOiB7XG4gICAgY29udGFpbmVyV2lkdGg6IG51bWJlcjtcbiAgICBsaXN0V2lkdGg6IG51bWJlcjtcbiAgICBsaXN0WDogbnVtYmVyO1xuICB9ID0ge1xuICAgIGNvbnRhaW5lcldpZHRoOiAwLFxuICAgIGxpc3RXaWR0aDogMCxcbiAgICBsaXN0WDogMCxcbiAgfTtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIGNvbnRhaW5lckVsZW1lbnQ6IEhUTUxFbGVtZW50LFxuICAgIHByaXZhdGUgbGlzdEVsZW1lbnQ6IEhUTUxFbGVtZW50LFxuICApIHtcbiAgICB0aGlzLnNjcm9sbEFjdGl2ZUludG9WaWV3KCk7XG4gICAgdGhpcy5jYWxjdWxhdGVQb3NpdGlvbnMoKTtcbiAgICB0aGlzLnRvZ2dsZVNjcm9sbEJ1dHRvbnMoKTtcbiAgfVxuXG4gIG9uV2luZG93UmVzaXplKCk6IHZvaWQge1xuICAgIHRoaXMuY2FsY3VsYXRlUG9zaXRpb25zKCk7XG5cbiAgICAvKipcbiAgICAgKiBkaXNhYmxlIGFuaW1hdGlvbiB3aGVuIHdlIHJlcG9zaXRpb24gYnJlYWRjcnVtYiBsaXN0IG9uIHdpbmRvdyByZXNpemVcbiAgICAgKi9cbiAgICB0aGlzLmxpc3RFbGVtZW50LmNsYXNzTGlzdC5yZW1vdmUoJ2FuaW1hdGVkJyk7XG5cbiAgICAvKipcbiAgICAgKiBpZiBsaXN0IGlzIHNjcm9sbGVkIHRvIHRoZSBsZWZ0LCBidXQgd2UgaGF2ZSBlbXB0eSBzcGFjZSB0byB0aGUgcmlnaHQgLSByZXBvc2l0aW9uIHRoZSBsaXN0XG4gICAgICogdG8gZmlsbCB0aGUgZW1wdHkgc3BhY2VcbiAgICAgKi9cbiAgICBpZiAodGhpcy5wb3NpdGlvbi5saXN0WCA8IDApIHtcbiAgICAgIGNvbnN0IGRpZmYgPSB0aGlzLnBvc2l0aW9uLmNvbnRhaW5lcldpZHRoIC0gdGhpcy5wb3NpdGlvbi5saXN0V2lkdGg7XG5cbiAgICAgIGlmICh0aGlzLnBvc2l0aW9uLmxpc3RYIDwgZGlmZikge1xuICAgICAgICB0aGlzLmFwcGx5U2Nyb2xsUG9zKGRpZmYpO1xuICAgICAgfVxuICAgIH1cblxuICAgIHRoaXMudG9nZ2xlU2Nyb2xsQnV0dG9ucygpO1xuICB9XG5cbiAgb25TY3JvbGxMZWZ0KCk6IHZvaWQge1xuICAgIGxldCBbLCBzY3JvbGxTdGVwXSA9IHRoaXMuYmVmb3JlQXBwbHlTY3JvbGxQb3MoKTtcblxuICAgIC8qKlxuICAgICAqIG1ha2Ugc3VyZSBzY3JvbGxTdGVwIGlzIG5vdCBtb3JlIHRoYW4gY3VycmVudCB4IHBvc2l0aW9uIG9mIHRoZSBsaXN0O1xuICAgICAqIG90aGVyd2lzZSB0aGUgbGlzdCB3aWxsIGJlIHNjcm9sbGVkIHRvbyBtdWNoIHRvIHRoZSBsZWZ0XG4gICAgICovXG4gICAgaWYgKHNjcm9sbFN0ZXAgPiB0aGlzLnBvc2l0aW9uLmxpc3RYICogLTEpIHtcbiAgICAgIHNjcm9sbFN0ZXAgPSB0aGlzLnBvc2l0aW9uLmxpc3RYICogLTE7XG4gICAgfVxuXG4gICAgLyoqXG4gICAgICogY2FsY3VsYXRlIG5ldyBsaXN0IHggcG9zaXRpb24gKHNjcm9sbGluZyB0byB0aGUgbGVmdClcbiAgICAgKi9cbiAgICBsZXQgbGlzdFggPSB0aGlzLnBvc2l0aW9uLmxpc3RYICsgc2Nyb2xsU3RlcDtcblxuICAgIC8qKlxuICAgICAqIGlmIHRoZSByZW1haW5kZXIgb2YgdGhlIHNjcm9sbGFibGUgd2lkdGggaXMgdG9vIHNtYWxsIChsZXNzIHRoYW4gMTAwcHgpO1xuICAgICAqIHNldCBsaXN0WCBwb3NpdGlvbiB0byAwXG4gICAgICogTk9URTogcmVtYWluZGVyIGNvcnJlY3Rpb24gaXMgZG9uZSB0byBhdm9pZCBwb3NzaWJsZSBleHRyYSB0aW55IHNjcm9sbCBzdGVwIHJlbWFpbmluZ1xuICAgICAqL1xuICAgIGNvbnN0IHJlbWFpbmluZ1Njcm9sbFdpZHRoID0gbGlzdFggKiAtMTtcblxuICAgIGlmIChyZW1haW5pbmdTY3JvbGxXaWR0aCA8PSAxMDApIHtcbiAgICAgIGxpc3RYID0gMDtcbiAgICB9XG5cbiAgICB0aGlzLmFwcGx5U2Nyb2xsUG9zKGxpc3RYKTtcbiAgfVxuXG4gIG9uU2Nyb2xsUmlnaHQoKTogdm9pZCB7XG4gICAgY29uc3QgW21heFNjcm9sbERpc3RhbmNlLCBtYXhTY3JvbGxTdGVwXSA9IHRoaXMuYmVmb3JlQXBwbHlTY3JvbGxQb3MoKTtcblxuICAgIGxldCBzY3JvbGxTdGVwID0gbWF4U2Nyb2xsU3RlcDtcblxuICAgIC8qKlxuICAgICAqIG1ha2Ugc3VyZSBzY3JvbGxTdGVwIGlzIG5vdCBsZXNzIHRoYW4gY3VycmVudCB4IHBvc2l0aW9uIG9mIHRoZSBsaXN0O1xuICAgICAqIG90aGVyd2lzZSB0aGUgbGlzdCB3aWxsIGJlIHNjcm9sbGVkIHRvbyBtdWNoIHRvIHRoZSByaWdodFxuICAgICAqL1xuICAgIGlmIChzY3JvbGxTdGVwID4gbWF4U2Nyb2xsRGlzdGFuY2UgKyB0aGlzLnBvc2l0aW9uLmxpc3RYKSB7XG4gICAgICBzY3JvbGxTdGVwID0gbWF4U2Nyb2xsRGlzdGFuY2UgKyB0aGlzLnBvc2l0aW9uLmxpc3RYO1xuICAgIH1cblxuICAgIC8qKlxuICAgICAqIGNhbGN1bGF0ZSBuZXcgbGlzdCB4IHBvc2l0aW9uIChzY3JvbGxpbmcgdG8gdGhlIHJpZ2h0KVxuICAgICAqL1xuICAgIGxldCBsaXN0WCA9IE1hdGgucm91bmQodGhpcy5wb3NpdGlvbi5saXN0WCAtIHNjcm9sbFN0ZXApO1xuXG4gICAgLyoqXG4gICAgICogaWYgdGhlIHJlbWFpbmRlciBvZiB0aGUgc2Nyb2xsYWJsZSB3aWR0aCBpcyB0b28gc21hbGwgKGxlc3MgdGhhbiAxMDBweCk7XG4gICAgICogYWRkIHJlbWFpbmRlciB0byB0aGUgeCBwb3NpdGlvbiB0byBzY3JvbGwgYWxsIHRoZSB3YXkgdG8gdGhlIHJpZ2h0XG4gICAgICogTk9URTogcmVtYWluZGVyIGNvcnJlY3Rpb24gaXMgZG9uZSB0byBhdm9pZCBwb3NzaWJsZSBleHRyYSB0aW55IHNjcm9sbCBzdGVwIHJlbWFpbmluZ1xuICAgICAqL1xuICAgIGNvbnN0IHJlbWFpbmluZ1Njcm9sbFdpZHRoID0gdGhpcy5wb3NpdGlvbi5saXN0V2lkdGggLSAobGlzdFggKiAtMSArIHRoaXMucG9zaXRpb24uY29udGFpbmVyV2lkdGgpO1xuXG4gICAgaWYgKHJlbWFpbmluZ1Njcm9sbFdpZHRoIDw9IDEwMCkge1xuICAgICAgbGlzdFggLT0gcmVtYWluaW5nU2Nyb2xsV2lkdGg7XG4gICAgfVxuXG4gICAgdGhpcy5hcHBseVNjcm9sbFBvcyhsaXN0WCk7XG4gIH1cblxuICBwcml2YXRlIGJlZm9yZUFwcGx5U2Nyb2xsUG9zKCk6IFtudW1iZXIsIG51bWJlcl0ge1xuICAgIHRoaXMuY2FsY3VsYXRlUG9zaXRpb25zKCk7XG5cbiAgICAvKipcbiAgICAgKiBtYWtlIHN1cmUgdGhhdCBzY3JvbGxpbmcgaXMgYW5pbWF0ZWRcbiAgICAgKi9cbiAgICB0aGlzLmxpc3RFbGVtZW50LmNsYXNzTGlzdC5hZGQoJ2FuaW1hdGVkJyk7XG5cbiAgICAvKipcbiAgICAgKiBnZXQgbWF4IHNjcm9sbCBkaXN0YW5jZSB3aGljaCBpcyB0aGUgZGlmZmVyZW5jZSBiZXR3ZWVuIGNvbnRhaW5lciB3aWR0aCBhbmQgYnJlYWRjcnVtYnMgbGlzdCB3aWR0aFxuICAgICAqL1xuICAgIGNvbnN0IG1heFNjcm9sbERpc3RhbmNlID0gdGhpcy5wb3NpdGlvbi5saXN0V2lkdGggLSB0aGlzLnBvc2l0aW9uLmNvbnRhaW5lcldpZHRoO1xuXG4gICAgLyoqXG4gICAgICogY2FsY3VsYXRlIG1heCBzY3JvbGwgc3RlcCB0aGF0IGlzIG5vdCBtb3JlIHRoYW4gNTAlIG9mIHRoZSBsaXN0IGJ1dCBub3QgbGVzcyB0aGFuIDUwcHhcbiAgICAgKi9cbiAgICBjb25zdCBtYXhTY3JvbGxTdGVwID0gTWF0aC5tYXgobWF4U2Nyb2xsRGlzdGFuY2UgKiAwLjUsIDUwKTtcblxuICAgIHJldHVybiBbbWF4U2Nyb2xsRGlzdGFuY2UsIG1heFNjcm9sbFN0ZXBdO1xuICB9XG5cbiAgcHJpdmF0ZSBhcHBseVNjcm9sbFBvcyhsaXN0WDogbnVtYmVyKTogdm9pZCB7XG4gICAgLyoqXG4gICAgICogc2Nyb2xsIGJyZWFkY3J1bWIgbGlzdCBieSBjaGFuZ2luZyBpdHMgbGVmdCBwb3NpdGlvblxuICAgICAqL1xuICAgIHRoaXMubGlzdEVsZW1lbnQuc3R5bGUubGVmdCA9IGxpc3RYICsgJ3B4JztcblxuICAgIC8qKlxuICAgICAqIHN0b3JlIG5ldyB4IHBvc2l0aW9uXG4gICAgICovXG4gICAgdGhpcy5wb3NpdGlvbi5saXN0WCA9IGxpc3RYO1xuXG4gICAgdGhpcy50b2dnbGVTY3JvbGxCdXR0b25zKCk7XG4gIH1cblxuICBwcml2YXRlIHRvZ2dsZVNjcm9sbEJ1dHRvbnMoKTogdm9pZCB7XG4gICAgY29uc3QgbGlzdElzQmlnZ2VyVGhhbkNvbnRhaW5lciA9IHRoaXMucG9zaXRpb24uY29udGFpbmVyV2lkdGggPCB0aGlzLnBvc2l0aW9uLmxpc3RXaWR0aDtcblxuICAgIC8qKlxuICAgICAqIHdlIGNhbiBzY3JvbGwgdG8gdGhlIGxlZnQgaWYgbGlzdCBpcyBiaWdnZXIgdGhhbiBjb250YWluZXIgYW5kIGN1cnJlbnQgbGlzdCB4IHBvc2l0aW9uIGlzIG9uIDBcbiAgICAgKi9cbiAgICB0aGlzLmNhblNjcm9sbExlZnQuc2V0KGxpc3RJc0JpZ2dlclRoYW5Db250YWluZXIgJiYgdGhpcy5wb3NpdGlvbi5saXN0WCA8IDApO1xuXG4gICAgLyoqXG4gICAgICogd2UgY2FuIHNjcm9sbCB0byB0aGUgcmlnaHQgaWYgbGlzdCB3aWR0aCBwbHVzIGl0cyB4IHBvc2l0aW9uIGlzIGdyZWF0ZXIgdGhhbiBjb250YWluZXIgd2lkdGhcbiAgICAgKiBOT1RFOiBzaW5jZSB4IHBvc2l0aW9uIGlzIGEgbmVnYXRpdmUgdmFsdWUgb3IgbnVsbCwgd2UgYWRkIGl0IHRvIGxpc3Qgd2lkdGhcbiAgICAgKi9cbiAgICB0aGlzLmNhblNjcm9sbFJpZ2h0LnNldChcbiAgICAgIGxpc3RJc0JpZ2dlclRoYW5Db250YWluZXIgJiYgdGhpcy5wb3NpdGlvbi5saXN0V2lkdGggKyB0aGlzLnBvc2l0aW9uLmxpc3RYID4gdGhpcy5wb3NpdGlvbi5jb250YWluZXJXaWR0aCxcbiAgICApO1xuICB9XG5cbiAgcHJpdmF0ZSBzY3JvbGxBY3RpdmVJbnRvVmlldygpOiB2b2lkIHtcbiAgICAvKipcbiAgICAgKiBnZXJ0IGFjdGl2ZSBicmVhZGNydW1iXG4gICAgICovXG4gICAgY29uc3QgYWN0aXZlID0gdGhpcy5saXN0RWxlbWVudC5xdWVyeVNlbGVjdG9yKCcuYnJlYWRjcnVtYi5hY3RpdmUnKTtcblxuICAgIC8qKlxuICAgICAqIGlmIGZvdW5kIHNjcm9sbCBpdCBpbnRvIHZpZXdcbiAgICAgKi9cbiAgICBpZiAoYWN0aXZlKSB7XG4gICAgICBhY3RpdmUuc2Nyb2xsSW50b1ZpZXcoeyBiZWhhdmlvcjogJ2luc3RhbnQnLCBpbmxpbmU6ICdjZW50ZXInIH0pO1xuXG4gICAgICAvKipcbiAgICAgICAqIHJlcGxhY2Ugc2Nyb2xsTGVmdCBvZiB0aGUgY29udGFpbmVyIHdpdGggeCBwb3NpdGlvbiBvZiB0aGUgIGxpc3QgYXMgd2UgdXNlIHggcG9zaXRpb25cbiAgICAgICAqIGZvciBzY3JvbGxpbmdcbiAgICAgICAqL1xuICAgICAgaWYgKHRoaXMuY29udGFpbmVyRWxlbWVudC5zY3JvbGxMZWZ0KSB7XG4gICAgICAgIHRoaXMubGlzdEVsZW1lbnQuc3R5bGUubGVmdCA9IHRoaXMuY29udGFpbmVyRWxlbWVudC5zY3JvbGxMZWZ0ICogLTEgKyAncHgnO1xuICAgICAgICB0aGlzLmNvbnRhaW5lckVsZW1lbnQuc2Nyb2xsTGVmdCA9IDA7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgcHJpdmF0ZSBjYWxjdWxhdGVQb3NpdGlvbnMoKTogdm9pZCB7XG4gICAgdGhpcy5wb3NpdGlvbiA9IHtcbiAgICAgIGNvbnRhaW5lcldpZHRoOiB0aGlzLmNvbnRhaW5lckVsZW1lbnQub2Zmc2V0V2lkdGgsXG4gICAgICBsaXN0V2lkdGg6IHRoaXMubGlzdEVsZW1lbnQub2Zmc2V0V2lkdGgsXG4gICAgICBsaXN0WDogdGhpcy5saXN0RWxlbWVudC5vZmZzZXRMZWZ0LFxuICAgIH07XG4gIH1cbn1cbiJdfQ==
@@ -1,2 +0,0 @@
1
- export * from './public-api';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvYnJlYWRjcnVtYi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
@@ -1,4 +0,0 @@
1
- export * from './breadcrumb.component';
2
- export * from './breadcrumb.module';
3
- export * from './breadcrumb.type';
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9icmVhZGNydW1iL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsbUJBQW1CLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2JyZWFkY3J1bWIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYnJlYWRjcnVtYi5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9icmVhZGNydW1iLnR5cGUnO1xuIl19
@@ -1,31 +0,0 @@
1
- import { Component, computed, input } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "@angular/material/button";
5
- export class AdsButtonComponent {
6
- constructor() {
7
- /** The unique ID for the button */
8
- this.id = input('');
9
- /** The button appearance style */
10
- this.variant = input('primary');
11
- /** Whether the button is disabled */
12
- this.disabled = input(false);
13
- /** Whether the button is a smaller version */
14
- this.size = input('base');
15
- /** Whether the button is rounded or squared */
16
- this.rounded = input(false);
17
- /** Sets the "type" attribute on the button */
18
- this.type = input('button');
19
- /** @ignore */
20
- this.calcVariant = computed(() => (this.variant() === 'secondary' ? 'primary' : this.variant()));
21
- /** @ignore */
22
- this.calcReverse = computed(() => this.variant() === 'secondary');
23
- }
24
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
25
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.1.1", type: AdsButtonComponent, selector: "ads-button", inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, rounded: { classPropertyName: "rounded", publicName: "rounded", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<button\n mat-flat-button\n [id]=\"id()\"\n [class.rounded]=\"rounded()\"\n [class.reverse]=\"calcReverse()\"\n [ngClass]=\"[calcVariant(), size()]\"\n [disabled]=\"disabled()\"\n [disableRipple]=\"true\"\n>\n <ng-content></ng-content>\n</button>\n", styles: ["button{--mdc-filled-button-container-color: var(--color-primary);--mdc-filled-button-label-text-color: var(--color-white);--mdc-filled-button-label-text-weight: 600;--mdc-filled-button-container-height: var(--mat-form-field-container-height);--mdc-filled-button-label-text-tracking: \"1.5px\";--mdc-filled-button-label-text-size: 16px;--mat-filled-button-horizontal-padding: 24px;--mdc-filled-button-disabled-container-color: var(--color-dark-10);--mdc-filled-button-disabled-label-text-color: var(--color-white);--mat-filled-button-hover-state-layer-opacity: 0;border:1.5px solid}button:disabled{border-color:var(--color-dark-10)}.primary:not(:disabled){border-color:var(--color-primary)}.primary:not(:disabled):hover{border-color:var(--color-primary-hover);--mdc-filled-button-container-color: var(--color-primary-hover);--mdc-filled-button-label-text-color: var(--color-white)}.primary:not(:disabled).reverse{--mdc-filled-button-container-color: var(--color-white);--mdc-filled-button-label-text-color: var(--color-primary)}.primary:not(:disabled).reverse:hover{border-color:var(--color-primary-hover);--mdc-filled-button-container-color: var(--color-primary-hover);--mdc-filled-button-label-text-color: var(--color-white)}.primary:not(:disabled):active:focus{border-color:var(--color-primary-pressed);--mdc-filled-button-container-color: var(--color-primary-pressed);--mdc-filled-button-label-text-color: var(--color-white)}.primary:disabled.reverse{--mdc-filled-button-disabled-container-color: var(--color-muted-50);--mdc-filled-button-disabled-label-text-color: var(--color-dark-10)}.error:not(:disabled){border-color:var(--color-error);--mdc-filled-button-container-color: var(--color-white);--mdc-filled-button-label-text-color: var(--color-error)}.error:not(:disabled):hover{border-color:var(--color-error-hover);--mdc-filled-button-container-color: var(--color-error-hover);--mdc-filled-button-label-text-color: var(--color-white)}.error:not(:disabled).reverse{--mdc-filled-button-container-color: var(--color-error);--mdc-filled-button-label-text-color: var(--color-white)}.error:not(:disabled).reverse:hover{border-color:var(--color-error-hover);--mdc-filled-button-container-color: var(--color-error-hover)}.error:not(:disabled):active:focus{border-color:var(--color-error-pressed);--mdc-filled-button-label-text-color: var(--color-white);--mdc-filled-button-container-color: var(--color-error-pressed)}.error:disabled:not(.reverse){--mdc-filled-button-disabled-container-color: var(--color-white);--mdc-filled-button-disabled-label-text-color: var(--color-dark-10)}.sm{--mdc-filled-button-container-height: 32px;--mat-filled-button-horizontal-padding: 8px;--mdc-filled-button-label-text-size: 14px}.xs{--mdc-filled-button-container-height: 24px;--mat-filled-button-horizontal-padding: 8px;--mdc-filled-button-label-text-size: 12px}.rounded{border-radius:45px}:host::ng-deep .mdc-button__label{white-space:nowrap}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i2.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }] }); }
26
- }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonComponent, decorators: [{
28
- type: Component,
29
- args: [{ selector: 'ads-button', template: "<button\n mat-flat-button\n [id]=\"id()\"\n [class.rounded]=\"rounded()\"\n [class.reverse]=\"calcReverse()\"\n [ngClass]=\"[calcVariant(), size()]\"\n [disabled]=\"disabled()\"\n [disableRipple]=\"true\"\n>\n <ng-content></ng-content>\n</button>\n", styles: ["button{--mdc-filled-button-container-color: var(--color-primary);--mdc-filled-button-label-text-color: var(--color-white);--mdc-filled-button-label-text-weight: 600;--mdc-filled-button-container-height: var(--mat-form-field-container-height);--mdc-filled-button-label-text-tracking: \"1.5px\";--mdc-filled-button-label-text-size: 16px;--mat-filled-button-horizontal-padding: 24px;--mdc-filled-button-disabled-container-color: var(--color-dark-10);--mdc-filled-button-disabled-label-text-color: var(--color-white);--mat-filled-button-hover-state-layer-opacity: 0;border:1.5px solid}button:disabled{border-color:var(--color-dark-10)}.primary:not(:disabled){border-color:var(--color-primary)}.primary:not(:disabled):hover{border-color:var(--color-primary-hover);--mdc-filled-button-container-color: var(--color-primary-hover);--mdc-filled-button-label-text-color: var(--color-white)}.primary:not(:disabled).reverse{--mdc-filled-button-container-color: var(--color-white);--mdc-filled-button-label-text-color: var(--color-primary)}.primary:not(:disabled).reverse:hover{border-color:var(--color-primary-hover);--mdc-filled-button-container-color: var(--color-primary-hover);--mdc-filled-button-label-text-color: var(--color-white)}.primary:not(:disabled):active:focus{border-color:var(--color-primary-pressed);--mdc-filled-button-container-color: var(--color-primary-pressed);--mdc-filled-button-label-text-color: var(--color-white)}.primary:disabled.reverse{--mdc-filled-button-disabled-container-color: var(--color-muted-50);--mdc-filled-button-disabled-label-text-color: var(--color-dark-10)}.error:not(:disabled){border-color:var(--color-error);--mdc-filled-button-container-color: var(--color-white);--mdc-filled-button-label-text-color: var(--color-error)}.error:not(:disabled):hover{border-color:var(--color-error-hover);--mdc-filled-button-container-color: var(--color-error-hover);--mdc-filled-button-label-text-color: var(--color-white)}.error:not(:disabled).reverse{--mdc-filled-button-container-color: var(--color-error);--mdc-filled-button-label-text-color: var(--color-white)}.error:not(:disabled).reverse:hover{border-color:var(--color-error-hover);--mdc-filled-button-container-color: var(--color-error-hover)}.error:not(:disabled):active:focus{border-color:var(--color-error-pressed);--mdc-filled-button-label-text-color: var(--color-white);--mdc-filled-button-container-color: var(--color-error-pressed)}.error:disabled:not(.reverse){--mdc-filled-button-disabled-container-color: var(--color-white);--mdc-filled-button-disabled-label-text-color: var(--color-dark-10)}.sm{--mdc-filled-button-container-height: 32px;--mat-filled-button-horizontal-padding: 8px;--mdc-filled-button-label-text-size: 14px}.xs{--mdc-filled-button-container-height: 24px;--mat-filled-button-horizontal-padding: 8px;--mdc-filled-button-label-text-size: 12px}.rounded{border-radius:45px}:host::ng-deep .mdc-button__label{white-space:nowrap}\n"] }]
30
- }] });
31
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9idXR0b25zL2J1dHRvbi9idXR0b24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2J1dHRvbnMvYnV0dG9uL2J1dHRvbi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFFBQVEsRUFBRSxLQUFLLEVBQVUsTUFBTSxlQUFlLENBQUM7Ozs7QUFVbkUsTUFBTSxPQUFPLGtCQUFrQjtJQUwvQjtRQU1FLG1DQUFtQztRQUNuQyxPQUFFLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBRXZCLGtDQUFrQztRQUNsQyxZQUFPLEdBQUcsS0FBSyxDQUFVLFNBQVMsQ0FBQyxDQUFDO1FBRXBDLHFDQUFxQztRQUNyQyxhQUFRLEdBQUcsS0FBSyxDQUFVLEtBQUssQ0FBQyxDQUFDO1FBRWpDLDhDQUE4QztRQUM5QyxTQUFJLEdBQUcsS0FBSyxDQUFPLE1BQU0sQ0FBQyxDQUFDO1FBRTNCLCtDQUErQztRQUMvQyxZQUFPLEdBQUcsS0FBSyxDQUFVLEtBQUssQ0FBQyxDQUFDO1FBRWhDLDhDQUE4QztRQUM5QyxTQUFJLEdBQUcsS0FBSyxDQUFnQyxRQUFRLENBQUMsQ0FBQztRQUV0RCxjQUFjO1FBQ2QsZ0JBQVcsR0FBb0IsUUFBUSxDQUFDLEdBQUcsRUFBRSxDQUFDLENBQUMsSUFBSSxDQUFDLE9BQU8sRUFBRSxLQUFLLFdBQVcsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsQ0FBQyxDQUFDO1FBRTdHLGNBQWM7UUFDZCxnQkFBVyxHQUFvQixRQUFRLENBQUMsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFDLE9BQU8sRUFBRSxLQUFLLFdBQVcsQ0FBQyxDQUFDO0tBQy9FOzhHQXhCWSxrQkFBa0I7a0dBQWxCLGtCQUFrQixveEJDVi9CLGtRQVdBOzsyRkREYSxrQkFBa0I7a0JBTDlCLFNBQVM7K0JBQ0UsWUFBWSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgY29tcHV0ZWQsIGlucHV0LCBTaWduYWwgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuZXhwb3J0IHR5cGUgVmFyaWFudCA9ICdwcmltYXJ5JyB8ICdlcnJvcicgfCAnc2Vjb25kYXJ5JztcbmV4cG9ydCB0eXBlIFNpemUgPSAnYmFzZScgfCAnc20nIHwgJ3hzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYWRzLWJ1dHRvbicsXG4gIHRlbXBsYXRlVXJsOiAnLi9idXR0b24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9idXR0b24uY29tcG9uZW50LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzQnV0dG9uQ29tcG9uZW50IHtcbiAgLyoqIFRoZSB1bmlxdWUgSUQgZm9yIHRoZSBidXR0b24gKi9cbiAgaWQgPSBpbnB1dDxzdHJpbmc+KCcnKTtcblxuICAvKiogVGhlIGJ1dHRvbiBhcHBlYXJhbmNlIHN0eWxlICovXG4gIHZhcmlhbnQgPSBpbnB1dDxWYXJpYW50PigncHJpbWFyeScpO1xuXG4gIC8qKiBXaGV0aGVyIHRoZSBidXR0b24gaXMgZGlzYWJsZWQgKi9cbiAgZGlzYWJsZWQgPSBpbnB1dDxib29sZWFuPihmYWxzZSk7XG5cbiAgLyoqIFdoZXRoZXIgdGhlIGJ1dHRvbiBpcyBhIHNtYWxsZXIgdmVyc2lvbiAqL1xuICBzaXplID0gaW5wdXQ8U2l6ZT4oJ2Jhc2UnKTtcblxuICAvKiogV2hldGhlciB0aGUgYnV0dG9uIGlzIHJvdW5kZWQgb3Igc3F1YXJlZCAqL1xuICByb3VuZGVkID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xuXG4gIC8qKiBTZXRzIHRoZSBcInR5cGVcIiBhdHRyaWJ1dGUgb24gdGhlIGJ1dHRvbiAqL1xuICB0eXBlID0gaW5wdXQ8J2J1dHRvbicgfCAnc3VibWl0JyB8ICdyZXNldCc+KCdidXR0b24nKTtcblxuICAvKiogQGlnbm9yZSAqL1xuICBjYWxjVmFyaWFudDogU2lnbmFsPFZhcmlhbnQ+ID0gY29tcHV0ZWQoKCkgPT4gKHRoaXMudmFyaWFudCgpID09PSAnc2Vjb25kYXJ5JyA/ICdwcmltYXJ5JyA6IHRoaXMudmFyaWFudCgpKSk7XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgY2FsY1JldmVyc2U6IFNpZ25hbDxib29sZWFuPiA9IGNvbXB1dGVkKCgpID0+IHRoaXMudmFyaWFudCgpID09PSAnc2Vjb25kYXJ5Jyk7XG59XG4iLCI8YnV0dG9uXG4gIG1hdC1mbGF0LWJ1dHRvblxuICBbaWRdPVwiaWQoKVwiXG4gIFtjbGFzcy5yb3VuZGVkXT1cInJvdW5kZWQoKVwiXG4gIFtjbGFzcy5yZXZlcnNlXT1cImNhbGNSZXZlcnNlKClcIlxuICBbbmdDbGFzc109XCJbY2FsY1ZhcmlhbnQoKSwgc2l6ZSgpXVwiXG4gIFtkaXNhYmxlZF09XCJkaXNhYmxlZCgpXCJcbiAgW2Rpc2FibGVSaXBwbGVdPVwidHJ1ZVwiXG4+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvYnV0dG9uPlxuIl19
@@ -1,19 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { MatButtonModule } from '@angular/material/button';
4
- import { AdsButtonComponent } from './button.component';
5
- import * as i0 from "@angular/core";
6
- export class AdsButtonModule {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonModule, declarations: [AdsButtonComponent], imports: [CommonModule, MatButtonModule], exports: [AdsButtonComponent] }); }
9
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonModule, imports: [CommonModule, MatButtonModule] }); }
10
- }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonModule, decorators: [{
12
- type: NgModule,
13
- args: [{
14
- declarations: [AdsButtonComponent],
15
- exports: [AdsButtonComponent],
16
- imports: [CommonModule, MatButtonModule],
17
- }]
18
- }] });
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9idXR0b25zL2J1dHRvbi9idXR0b24ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQzs7QUFPeEQsTUFBTSxPQUFPLGVBQWU7OEdBQWYsZUFBZTsrR0FBZixlQUFlLGlCQUpYLGtCQUFrQixhQUV2QixZQUFZLEVBQUUsZUFBZSxhQUQ3QixrQkFBa0I7K0dBR2pCLGVBQWUsWUFGaEIsWUFBWSxFQUFFLGVBQWU7OzJGQUU1QixlQUFlO2tCQUwzQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLGtCQUFrQixDQUFDO29CQUNsQyxPQUFPLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQztvQkFDN0IsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLGVBQWUsQ0FBQztpQkFDekMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE1hdEJ1dHRvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2J1dHRvbic7XG5pbXBvcnQgeyBBZHNCdXR0b25Db21wb25lbnQgfSBmcm9tICcuL2J1dHRvbi5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtBZHNCdXR0b25Db21wb25lbnRdLFxuICBleHBvcnRzOiBbQWRzQnV0dG9uQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgTWF0QnV0dG9uTW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzQnV0dG9uTW9kdWxlIHt9XG4iXX0=
@@ -1,2 +0,0 @@
1
- export * from './public-api';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvYnV0dG9ucy9idXR0b24vaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
@@ -1,3 +0,0 @@
1
- export * from './button.component';
2
- export * from './button.module';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9idXR0b25zL2J1dHRvbi9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxpQkFBaUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYnV0dG9uLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2J1dHRvbi5tb2R1bGUnO1xuIl19
@@ -1,17 +0,0 @@
1
- import { Component, input } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class AdsButtonContainerComponent {
4
- constructor() {
5
- /** How buttons in the container should be placed */
6
- this.justify = input('flex-start');
7
- /** The gap between elements */
8
- this.gap = input(16);
9
- }
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
11
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.1.1", type: AdsButtonContainerComponent, selector: "ads-button-container", inputs: { justify: { classPropertyName: "justify", publicName: "justify", isSignal: true, isRequired: false, transformFunction: null }, gap: { classPropertyName: "gap", publicName: "gap", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div class=\"button-container\" [style.justify-content]=\"justify()\" [style.gap]=\"gap() + 'px'\">\n <ng-content></ng-content>\n</div>\n", styles: [".button-container{display:flex}::ng-deep .button-container ads-button:first-child button.mat-raised-button.mat-button-base{margin-left:0}::ng-deep .button-container ads-button:last-child button.mat-raised-button.mat-button-base{margin-right:0}\n"] }); }
12
- }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonContainerComponent, decorators: [{
14
- type: Component,
15
- args: [{ selector: 'ads-button-container', template: "<div class=\"button-container\" [style.justify-content]=\"justify()\" [style.gap]=\"gap() + 'px'\">\n <ng-content></ng-content>\n</div>\n", styles: [".button-container{display:flex}::ng-deep .button-container ads-button:first-child button.mat-raised-button.mat-button-base{margin-left:0}::ng-deep .button-container ads-button:last-child button.mat-raised-button.mat-button-base{margin-right:0}\n"] }]
16
- }] });
17
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLWNvbnRhaW5lci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvYnV0dG9ucy9idXR0b24tY29udGFpbmVyL2J1dHRvbi1jb250YWluZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2J1dHRvbnMvYnV0dG9uLWNvbnRhaW5lci9idXR0b24tY29udGFpbmVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU9qRCxNQUFNLE9BQU8sMkJBQTJCO0lBTHhDO1FBTUUsb0RBQW9EO1FBQ3BELFlBQU8sR0FBRyxLQUFLLENBQXVDLFlBQVksQ0FBQyxDQUFDO1FBRXBFLCtCQUErQjtRQUMvQixRQUFHLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO0tBQ3pCOzhHQU5ZLDJCQUEyQjtrR0FBM0IsMkJBQTJCLHdUQ1B4Qyw0SUFHQTs7MkZESWEsMkJBQTJCO2tCQUx2QyxTQUFTOytCQUNFLHNCQUFzQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgaW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYWRzLWJ1dHRvbi1jb250YWluZXInLFxuICB0ZW1wbGF0ZVVybDogJy4vYnV0dG9uLWNvbnRhaW5lci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2J1dHRvbi1jb250YWluZXIuY29tcG9uZW50LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzQnV0dG9uQ29udGFpbmVyQ29tcG9uZW50IHtcbiAgLyoqIEhvdyBidXR0b25zIGluIHRoZSBjb250YWluZXIgc2hvdWxkIGJlIHBsYWNlZCAqL1xuICBqdXN0aWZ5ID0gaW5wdXQ8J2ZsZXgtc3RhcnQnIHwgJ2ZsZXgtZW5kJyB8ICdjZW50ZXInPignZmxleC1zdGFydCcpO1xuXG4gIC8qKiBUaGUgZ2FwIGJldHdlZW4gZWxlbWVudHMgKi9cbiAgZ2FwID0gaW5wdXQ8bnVtYmVyPigxNik7XG59XG4iLCI8ZGl2IGNsYXNzPVwiYnV0dG9uLWNvbnRhaW5lclwiIFtzdHlsZS5qdXN0aWZ5LWNvbnRlbnRdPVwianVzdGlmeSgpXCIgW3N0eWxlLmdhcF09XCJnYXAoKSArICdweCdcIj5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9kaXY+XG4iXX0=
@@ -1,18 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { AdsButtonContainerComponent } from './button-container.component';
4
- import * as i0 from "@angular/core";
5
- export class AdsButtonContainerModule {
6
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonContainerModule, declarations: [AdsButtonContainerComponent], imports: [CommonModule], exports: [AdsButtonContainerComponent] }); }
8
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonContainerModule, imports: [CommonModule] }); }
9
- }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonContainerModule, decorators: [{
11
- type: NgModule,
12
- args: [{
13
- declarations: [AdsButtonContainerComponent],
14
- imports: [CommonModule],
15
- exports: [AdsButtonContainerComponent],
16
- }]
17
- }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLWNvbnRhaW5lci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvYnV0dG9ucy9idXR0b24tY29udGFpbmVyL2J1dHRvbi1jb250YWluZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLDhCQUE4QixDQUFDOztBQU8zRSxNQUFNLE9BQU8sd0JBQXdCOzhHQUF4Qix3QkFBd0I7K0dBQXhCLHdCQUF3QixpQkFKcEIsMkJBQTJCLGFBQ2hDLFlBQVksYUFDWiwyQkFBMkI7K0dBRTFCLHdCQUF3QixZQUh6QixZQUFZOzsyRkFHWCx3QkFBd0I7a0JBTHBDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsMkJBQTJCLENBQUM7b0JBQzNDLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsT0FBTyxFQUFFLENBQUMsMkJBQTJCLENBQUM7aUJBQ3ZDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBBZHNCdXR0b25Db250YWluZXJDb21wb25lbnQgfSBmcm9tICcuL2J1dHRvbi1jb250YWluZXIuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbQWRzQnV0dG9uQ29udGFpbmVyQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gIGV4cG9ydHM6IFtBZHNCdXR0b25Db250YWluZXJDb21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNCdXR0b25Db250YWluZXJNb2R1bGUge31cbiJdfQ==
@@ -1,2 +0,0 @@
1
- export * from './public-api';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvYnV0dG9ucy9idXR0b24tY29udGFpbmVyL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
@@ -1,3 +0,0 @@
1
- export * from './button-container.component';
2
- export * from './button-container.module';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9idXR0b25zL2J1dHRvbi1jb250YWluZXIvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDhCQUE4QixDQUFDO0FBQzdDLGNBQWMsMkJBQTJCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2J1dHRvbi1jb250YWluZXIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYnV0dG9uLWNvbnRhaW5lci5tb2R1bGUnO1xuIl19
@@ -1,36 +0,0 @@
1
- import { Component, Input } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- export class AdsIconButtonComponent {
5
- constructor() {
6
- /**
7
- * Theme color palette for the component
8
- */
9
- this.theme = 'primary';
10
- /**
11
- * Whether the button is disabled
12
- */
13
- this.disabled = false;
14
- /**
15
- * Sets the "type" attribute on the button
16
- */
17
- this.type = 'button';
18
- }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsIconButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
20
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: AdsIconButtonComponent, selector: "ads-icon-button", inputs: { ariaLabel: "ariaLabel", id: "id", theme: "theme", disabled: "disabled", type: "type" }, ngImport: i0, template: "<button\n type=\"button\"\n class=\"ads-icon-btn\"\n [ngClass]=\"['bg-' + theme]\"\n [disabled]=\"disabled\"\n [type]=\"type\"\n [attr.aria-label]=\"ariaLabel\"\n [id]=\"id\"\n>\n <span class=\"icon-wrapper\">\n <ng-content></ng-content>\n </span>\n</button>\n", styles: [".ads-icon-btn{width:45px;height:45px;border:none;border-radius:50%;cursor:pointer;line-height:50%;outline:0;text-align:center}.ads-icon-btn:disabled{background-color:var(--color-light);cursor:default}.ads-icon-btn:disabled>*{pointer-events:none}.ads-icon-btn .icon-wrapper{display:inline-block}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
21
- }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsIconButtonComponent, decorators: [{
23
- type: Component,
24
- args: [{ selector: 'ads-icon-button', template: "<button\n type=\"button\"\n class=\"ads-icon-btn\"\n [ngClass]=\"['bg-' + theme]\"\n [disabled]=\"disabled\"\n [type]=\"type\"\n [attr.aria-label]=\"ariaLabel\"\n [id]=\"id\"\n>\n <span class=\"icon-wrapper\">\n <ng-content></ng-content>\n </span>\n</button>\n", styles: [".ads-icon-btn{width:45px;height:45px;border:none;border-radius:50%;cursor:pointer;line-height:50%;outline:0;text-align:center}.ads-icon-btn:disabled{background-color:var(--color-light);cursor:default}.ads-icon-btn:disabled>*{pointer-events:none}.ads-icon-btn .icon-wrapper{display:inline-block}\n"] }]
25
- }], propDecorators: { ariaLabel: [{
26
- type: Input
27
- }], id: [{
28
- type: Input
29
- }], theme: [{
30
- type: Input
31
- }], disabled: [{
32
- type: Input
33
- }], type: [{
34
- type: Input
35
- }] } });
36
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1idXR0b24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2J1dHRvbnMvaWNvbi1idXR0b24vaWNvbi1idXR0b24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2J1dHRvbnMvaWNvbi1idXR0b24vaWNvbi1idXR0b24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQU9qRCxNQUFNLE9BQU8sc0JBQXNCO0lBTG5DO1FBZ0JFOztXQUVHO1FBQ00sVUFBSyxHQUE2QyxTQUFTLENBQUM7UUFFckU7O1dBRUc7UUFDTSxhQUFRLEdBQUcsS0FBSyxDQUFDO1FBRTFCOztXQUVHO1FBQ00sU0FBSSxHQUFrQyxRQUFRLENBQUM7S0FDekQ7OEdBekJZLHNCQUFzQjtrR0FBdEIsc0JBQXNCLHlKQ1BuQyxrUkFhQTs7MkZETmEsc0JBQXNCO2tCQUxsQyxTQUFTOytCQUNFLGlCQUFpQjs4QkFRbEIsU0FBUztzQkFBakIsS0FBSztnQkFLRyxFQUFFO3NCQUFWLEtBQUs7Z0JBS0csS0FBSztzQkFBYixLQUFLO2dCQUtHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBS0csSUFBSTtzQkFBWixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhZHMtaWNvbi1idXR0b24nLFxuICB0ZW1wbGF0ZVVybDogJy4vaWNvbi1idXR0b24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9pY29uLWJ1dHRvbi5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNJY29uQnV0dG9uQ29tcG9uZW50IHtcbiAgLyoqXG4gICAqIGFyaWEtbGFiZWwgZm9yIHRoZSBidXR0b25cbiAgICovXG4gIEBJbnB1dCgpIGFyaWFMYWJlbCE6IHN0cmluZztcblxuICAvKipcbiAgICogVGhlIHVuaXF1ZSBJRCBmb3IgdGhlIGljb24gYnV0dG9uXG4gICAqL1xuICBASW5wdXQoKSBpZCE6IHN0cmluZztcblxuICAvKipcbiAgICogVGhlbWUgY29sb3IgcGFsZXR0ZSBmb3IgdGhlIGNvbXBvbmVudFxuICAgKi9cbiAgQElucHV0KCkgdGhlbWU6ICdwcmltYXJ5JyB8ICdzdWNjZXNzJyB8ICd3YXJuJyB8ICd3aGl0ZScgPSAncHJpbWFyeSc7XG5cbiAgLyoqXG4gICAqIFdoZXRoZXIgdGhlIGJ1dHRvbiBpcyBkaXNhYmxlZFxuICAgKi9cbiAgQElucHV0KCkgZGlzYWJsZWQgPSBmYWxzZTtcblxuICAvKipcbiAgICogU2V0cyB0aGUgXCJ0eXBlXCIgYXR0cmlidXRlIG9uIHRoZSBidXR0b25cbiAgICovXG4gIEBJbnB1dCgpIHR5cGU6ICdidXR0b24nIHwgJ3N1Ym1pdCcgfCAncmVzZXQnID0gJ2J1dHRvbic7XG59XG4iLCI8YnV0dG9uXG4gIHR5cGU9XCJidXR0b25cIlxuICBjbGFzcz1cImFkcy1pY29uLWJ0blwiXG4gIFtuZ0NsYXNzXT1cIlsnYmctJyArIHRoZW1lXVwiXG4gIFtkaXNhYmxlZF09XCJkaXNhYmxlZFwiXG4gIFt0eXBlXT1cInR5cGVcIlxuICBbYXR0ci5hcmlhLWxhYmVsXT1cImFyaWFMYWJlbFwiXG4gIFtpZF09XCJpZFwiXG4+XG4gIDxzcGFuIGNsYXNzPVwiaWNvbi13cmFwcGVyXCI+XG4gICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICA8L3NwYW4+XG48L2J1dHRvbj5cbiJdfQ==
@@ -1,20 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { AdsIconButtonComponent } from './icon-button.component';
4
- import { AdsIconModule } from '@ascentgl/ads-icons';
5
- import { MatButtonModule } from '@angular/material/button';
6
- import * as i0 from "@angular/core";
7
- export class AdsIconButtonModule {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsIconButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsIconButtonModule, declarations: [AdsIconButtonComponent], imports: [CommonModule, MatButtonModule, AdsIconModule], exports: [AdsIconButtonComponent] }); }
10
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsIconButtonModule, imports: [CommonModule, MatButtonModule, AdsIconModule] }); }
11
- }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsIconButtonModule, decorators: [{
13
- type: NgModule,
14
- args: [{
15
- declarations: [AdsIconButtonComponent],
16
- exports: [AdsIconButtonComponent],
17
- imports: [CommonModule, MatButtonModule, AdsIconModule],
18
- }]
19
- }] });
20
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1idXR0b24ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2J1dHRvbnMvaWNvbi1idXR0b24vaWNvbi1idXR0b24ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ2pFLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNwRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7O0FBTzNELE1BQU0sT0FBTyxtQkFBbUI7OEdBQW5CLG1CQUFtQjsrR0FBbkIsbUJBQW1CLGlCQUpmLHNCQUFzQixhQUUzQixZQUFZLEVBQUUsZUFBZSxFQUFFLGFBQWEsYUFENUMsc0JBQXNCOytHQUdyQixtQkFBbUIsWUFGcEIsWUFBWSxFQUFFLGVBQWUsRUFBRSxhQUFhOzsyRkFFM0MsbUJBQW1CO2tCQUwvQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLHNCQUFzQixDQUFDO29CQUN0QyxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztvQkFDakMsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLGVBQWUsRUFBRSxhQUFhLENBQUM7aUJBQ3hEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBBZHNJY29uQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnLi9pY29uLWJ1dHRvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgQWRzSWNvbk1vZHVsZSB9IGZyb20gJ0Bhc2NlbnRnbC9hZHMtaWNvbnMnO1xuaW1wb3J0IHsgTWF0QnV0dG9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvYnV0dG9uJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbQWRzSWNvbkJ1dHRvbkNvbXBvbmVudF0sXG4gIGV4cG9ydHM6IFtBZHNJY29uQnV0dG9uQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgTWF0QnV0dG9uTW9kdWxlLCBBZHNJY29uTW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzSWNvbkJ1dHRvbk1vZHVsZSB7fVxuIl19
@@ -1,2 +0,0 @@
1
- export * from './public-api';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvYnV0dG9ucy9pY29uLWJ1dHRvbi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
@@ -1,3 +0,0 @@
1
- export * from './icon-button.component';
2
- export * from './icon-button.module';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9idXR0b25zL2ljb24tYnV0dG9uL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHNCQUFzQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9pY29uLWJ1dHRvbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9pY29uLWJ1dHRvbi5tb2R1bGUnO1xuIl19
@@ -1,2 +0,0 @@
1
- export * from './public-api';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvYnV0dG9ucy9saW5rLWJ1dHRvbi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
@@ -1,18 +0,0 @@
1
- import { Component, input } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/material/button";
4
- export class AdsLinkButtonComponent {
5
- constructor() {
6
- /** The unique ID for the button */
7
- this.id = input('');
8
- /** Whether the button is disabled */
9
- this.disabled = input(false);
10
- }
11
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsLinkButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
12
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.1.1", type: AdsLinkButtonComponent, selector: "ads-link-button", inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<button mat-flat-button [id]=\"id()\" [disabled]=\"disabled()\" [disableRipple]=\"true\">\n <ng-content select=\"[icon]\"></ng-content>\n <ng-content></ng-content>\n</button>\n", styles: ["button{--mdc-filled-button-container-color: var(--color-white);--mdc-filled-button-label-text-color: var(--color-link);--mdc-filled-button-label-text-weight: 400;--mdc-filled-button-container-height: 24px;--mdc-filled-button-label-text-tracking: \"1.5px\";--mdc-filled-button-label-text-size: 16px;--mat-filled-button-horizontal-padding: 4px;--mdc-filled-button-disabled-container-color: var(--color-muted-50);--mdc-filled-button-disabled-label-text-color: var(--color-dark-10);--mat-filled-button-hover-state-layer-opacity: 0;text-decoration:underline}button:hover{--mdc-filled-button-container-color: var(--color-light-30);--mdc-filled-button-label-text-color: var(--color-link-hover)}button:active:focus{--mdc-filled-button-container-color: var(--color-light);--mdc-filled-button-label-text-color: var(--color-link-pressed)}:host::ng-deep .mdc-button__label{display:inline-flex;white-space:nowrap;align-items:center;gap:4px}:host::ng-deep .mdc-button__label ads-icon,:host::ng-deep .mdc-button__label svg{width:16px!important;height:16px!important}\n"], dependencies: [{ kind: "component", type: i1.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }] }); }
13
- }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsLinkButtonComponent, decorators: [{
15
- type: Component,
16
- args: [{ selector: 'ads-link-button', template: "<button mat-flat-button [id]=\"id()\" [disabled]=\"disabled()\" [disableRipple]=\"true\">\n <ng-content select=\"[icon]\"></ng-content>\n <ng-content></ng-content>\n</button>\n", styles: ["button{--mdc-filled-button-container-color: var(--color-white);--mdc-filled-button-label-text-color: var(--color-link);--mdc-filled-button-label-text-weight: 400;--mdc-filled-button-container-height: 24px;--mdc-filled-button-label-text-tracking: \"1.5px\";--mdc-filled-button-label-text-size: 16px;--mat-filled-button-horizontal-padding: 4px;--mdc-filled-button-disabled-container-color: var(--color-muted-50);--mdc-filled-button-disabled-label-text-color: var(--color-dark-10);--mat-filled-button-hover-state-layer-opacity: 0;text-decoration:underline}button:hover{--mdc-filled-button-container-color: var(--color-light-30);--mdc-filled-button-label-text-color: var(--color-link-hover)}button:active:focus{--mdc-filled-button-container-color: var(--color-light);--mdc-filled-button-label-text-color: var(--color-link-pressed)}:host::ng-deep .mdc-button__label{display:inline-flex;white-space:nowrap;align-items:center;gap:4px}:host::ng-deep .mdc-button__label ads-icon,:host::ng-deep .mdc-button__label svg{width:16px!important;height:16px!important}\n"] }]
17
- }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluay1idXR0b24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2J1dHRvbnMvbGluay1idXR0b24vbGluay1idXR0b24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2J1dHRvbnMvbGluay1idXR0b24vbGluay1idXR0b24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQU9qRCxNQUFNLE9BQU8sc0JBQXNCO0lBTG5DO1FBTUUsbUNBQW1DO1FBQ25DLE9BQUUsR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFFdkIscUNBQXFDO1FBQ3JDLGFBQVEsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7S0FDbEM7OEdBTlksc0JBQXNCO2tHQUF0QixzQkFBc0IsbVRDUG5DLG9MQUlBOzsyRkRHYSxzQkFBc0I7a0JBTGxDLFNBQVM7K0JBQ0UsaUJBQWlCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBpbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhZHMtbGluay1idXR0b24nLFxuICB0ZW1wbGF0ZVVybDogJy4vbGluay1idXR0b24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9saW5rLWJ1dHRvbi5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNMaW5rQnV0dG9uQ29tcG9uZW50IHtcbiAgLyoqIFRoZSB1bmlxdWUgSUQgZm9yIHRoZSBidXR0b24gKi9cbiAgaWQgPSBpbnB1dDxzdHJpbmc+KCcnKTtcblxuICAvKiogV2hldGhlciB0aGUgYnV0dG9uIGlzIGRpc2FibGVkICovXG4gIGRpc2FibGVkID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xufVxuIiwiPGJ1dHRvbiBtYXQtZmxhdC1idXR0b24gW2lkXT1cImlkKClcIiBbZGlzYWJsZWRdPVwiZGlzYWJsZWQoKVwiIFtkaXNhYmxlUmlwcGxlXT1cInRydWVcIj5cbiAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW2ljb25dXCI+PC9uZy1jb250ZW50PlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L2J1dHRvbj5cbiJdfQ==
@@ -1,20 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { MatButtonModule } from '@angular/material/button';
4
- import { AdsLinkButtonComponent } from './link-button.component';
5
- import { AdsIconModule } from '@ascentgl/ads-icons';
6
- import * as i0 from "@angular/core";
7
- export class AdsLinkButtonModule {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsLinkButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsLinkButtonModule, declarations: [AdsLinkButtonComponent], imports: [CommonModule, MatButtonModule, AdsIconModule], exports: [AdsLinkButtonComponent] }); }
10
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsLinkButtonModule, imports: [CommonModule, MatButtonModule, AdsIconModule] }); }
11
- }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsLinkButtonModule, decorators: [{
13
- type: NgModule,
14
- args: [{
15
- declarations: [AdsLinkButtonComponent],
16
- exports: [AdsLinkButtonComponent],
17
- imports: [CommonModule, MatButtonModule, AdsIconModule],
18
- }]
19
- }] });
20
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluay1idXR0b24ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2J1dHRvbnMvbGluay1idXR0b24vbGluay1idXR0b24ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUNqRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0scUJBQXFCLENBQUM7O0FBT3BELE1BQU0sT0FBTyxtQkFBbUI7OEdBQW5CLG1CQUFtQjsrR0FBbkIsbUJBQW1CLGlCQUpmLHNCQUFzQixhQUUzQixZQUFZLEVBQUUsZUFBZSxFQUFFLGFBQWEsYUFENUMsc0JBQXNCOytHQUdyQixtQkFBbUIsWUFGcEIsWUFBWSxFQUFFLGVBQWUsRUFBRSxhQUFhOzsyRkFFM0MsbUJBQW1CO2tCQUwvQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLHNCQUFzQixDQUFDO29CQUN0QyxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztvQkFDakMsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLGVBQWUsRUFBRSxhQUFhLENBQUM7aUJBQ3hEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBNYXRCdXR0b25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9idXR0b24nO1xuaW1wb3J0IHsgQWRzTGlua0J1dHRvbkNvbXBvbmVudCB9IGZyb20gJy4vbGluay1idXR0b24uY29tcG9uZW50JztcbmltcG9ydCB7IEFkc0ljb25Nb2R1bGUgfSBmcm9tICdAYXNjZW50Z2wvYWRzLWljb25zJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbQWRzTGlua0J1dHRvbkNvbXBvbmVudF0sXG4gIGV4cG9ydHM6IFtBZHNMaW5rQnV0dG9uQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgTWF0QnV0dG9uTW9kdWxlLCBBZHNJY29uTW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzTGlua0J1dHRvbk1vZHVsZSB7fVxuIl19
@@ -1,3 +0,0 @@
1
- export * from './link-button.component';
2
- export * from './link-button.module';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9idXR0b25zL2xpbmstYnV0dG9uL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHNCQUFzQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9saW5rLWJ1dHRvbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saW5rLWJ1dHRvbi5tb2R1bGUnO1xuIl19