@ascentgl/ads-ui 0.0.168 → 20.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (446) hide show
  1. package/README.md +7 -7
  2. package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs +8 -8
  3. package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs.map +1 -1
  4. package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +8 -8
  5. package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs.map +1 -1
  6. package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +8 -8
  7. package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs.map +1 -1
  8. package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs +7 -7
  9. package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs.map +1 -1
  10. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs +8 -8
  11. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs.map +1 -1
  12. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs +8 -8
  13. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs.map +1 -1
  14. package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs +8 -8
  15. package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs.map +1 -1
  16. package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs +8 -8
  17. package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs.map +1 -1
  18. package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +11 -11
  19. package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs.map +1 -1
  20. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +8 -8
  21. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs.map +1 -1
  22. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +8 -8
  23. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs.map +1 -1
  24. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +8 -8
  25. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs.map +1 -1
  26. package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +8 -8
  27. package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs.map +1 -1
  28. package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs +8 -8
  29. package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs.map +1 -1
  30. package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +8 -8
  31. package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs.map +1 -1
  32. package/fesm2022/ascentgl-ads-ui.mjs +684 -968
  33. package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
  34. package/index.d.ts +2948 -74
  35. package/package.json +5 -5
  36. package/src/assets/sass/ads-ui/abstracts/_functions.scss +18 -18
  37. package/src/assets/sass/ads-ui/abstracts/_mixins.scss +90 -90
  38. package/src/assets/sass/ads-ui/abstracts/_variables.scss +125 -125
  39. package/src/assets/sass/ads-ui/base/_reset.scss +19 -19
  40. package/src/assets/sass/ads-ui/base/_typography.scss +179 -179
  41. package/src/assets/sass/ads-ui/base/_utilities.scss +104 -104
  42. package/src/assets/sass/ads-ui/main.scss +8 -8
  43. package/src/assets/sass/ads-ui/overrides/_angular-material.scss +8 -8
  44. package/src/assets/sass/ads-ui/overrides/angular-material/_bottom-sheet.scss +12 -12
  45. package/src/assets/sass/ads-ui/overrides/angular-material/_datetimepicker.scss +248 -248
  46. package/src/assets/sass/ads-ui/overrides/angular-material/_dropdown.scss +31 -31
  47. package/src/assets/sass/ads-ui/overrides/angular-material/_html.scss +14 -15
  48. package/src/assets/sass/ads-ui/overrides/angular-material/_mat-list.scss +47 -47
  49. package/src/assets/sass/ads-ui/overrides/angular-material/_menu.scss +89 -89
  50. package/src/assets/sass/ads-ui/overrides/angular-material/_search-dropdown-modal.scss +34 -34
  51. package/src/assets/sass/ads-ui/overrides/angular-material/_snackbar.scss +40 -40
  52. package/src/assets/sass/ads-ui/overrides/angular-material/_tooltip.scss +76 -76
  53. package/src/assets/sass/ads-ui/themes/_ads-palette.scss +98 -98
  54. package/src/lib/components/avatar/index.d.ts +42 -5
  55. package/src/lib/components/buttons/button-container/index.d.ts +19 -5
  56. package/src/lib/components/drag-and-drop-list/index.d.ts +93 -5
  57. package/src/lib/components/error-page/error-page-code/index.d.ts +15 -5
  58. package/src/lib/components/footer/container/index.d.ts +14 -5
  59. package/src/lib/components/footer/index.d.ts +45 -5
  60. package/src/lib/components/header/container/index.d.ts +18 -5
  61. package/src/lib/components/header/index.d.ts +14 -5
  62. package/src/lib/components/logo/primary-logo/index.d.ts +38 -5
  63. package/src/lib/components/progress-indicators/progress-bar/index.d.ts +58 -5
  64. package/src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts +50 -5
  65. package/src/lib/components/progress-indicators/progress-spinner/index.d.ts +50 -5
  66. package/src/lib/components/shell-layout/index.d.ts +23 -5
  67. package/src/lib/components/splash-page/index.d.ts +24 -5
  68. package/src/lib/components/tags/tag-container/index.d.ts +15 -5
  69. package/lib/components/avatar/avatar.component.d.ts +0 -30
  70. package/lib/components/avatar/avatar.module.d.ts +0 -9
  71. package/lib/components/avatar/avatar.types.d.ts +0 -1
  72. package/lib/components/avatar/index.d.ts +0 -1
  73. package/lib/components/avatar/public-api.d.ts +0 -2
  74. package/lib/components/badge/index.d.ts +0 -1
  75. package/lib/components/badge/numeric-badge.component.d.ts +0 -26
  76. package/lib/components/badge/numeric-badge.module.d.ts +0 -9
  77. package/lib/components/badge/public-api.d.ts +0 -2
  78. package/lib/components/brand-artifacts/bubble/bubble.component.d.ts +0 -26
  79. package/lib/components/brand-artifacts/bubble/bubble.module.d.ts +0 -9
  80. package/lib/components/brand-artifacts/bubble/index.d.ts +0 -1
  81. package/lib/components/brand-artifacts/bubble/public-api.d.ts +0 -2
  82. package/lib/components/breadcrumb/breadcrumb.component.d.ts +0 -12
  83. package/lib/components/breadcrumb/breadcrumb.module.d.ts +0 -11
  84. package/lib/components/breadcrumb/breadcrumb.type.d.ts +0 -4
  85. package/lib/components/breadcrumb/index.d.ts +0 -1
  86. package/lib/components/breadcrumb/public-api.d.ts +0 -3
  87. package/lib/components/buttons/button/button.component.d.ts +0 -17
  88. package/lib/components/buttons/button/button.module.d.ts +0 -9
  89. package/lib/components/buttons/button/index.d.ts +0 -1
  90. package/lib/components/buttons/button/public-api.d.ts +0 -2
  91. package/lib/components/buttons/button-container/button-container.component.d.ts +0 -9
  92. package/lib/components/buttons/button-container/button-container.module.d.ts +0 -8
  93. package/lib/components/buttons/button-container/index.d.ts +0 -1
  94. package/lib/components/buttons/button-container/public-api.d.ts +0 -2
  95. package/lib/components/buttons/icon-button/icon-button.component.d.ts +0 -20
  96. package/lib/components/buttons/icon-button/icon-button.module.d.ts +0 -10
  97. package/lib/components/buttons/icon-button/index.d.ts +0 -1
  98. package/lib/components/buttons/icon-button/public-api.d.ts +0 -2
  99. package/lib/components/buttons/link-button/index.d.ts +0 -1
  100. package/lib/components/buttons/link-button/link-button.component.d.ts +0 -9
  101. package/lib/components/buttons/link-button/link-button.module.d.ts +0 -10
  102. package/lib/components/buttons/link-button/public-api.d.ts +0 -2
  103. package/lib/components/card/card.component.d.ts +0 -20
  104. package/lib/components/card/card.module.d.ts +0 -8
  105. package/lib/components/card/index.d.ts +0 -1
  106. package/lib/components/card/public-api.d.ts +0 -2
  107. package/lib/components/chip/chip.component.d.ts +0 -27
  108. package/lib/components/chip/chip.module.d.ts +0 -9
  109. package/lib/components/chip/chip.types.d.ts +0 -4
  110. package/lib/components/chip/index.d.ts +0 -1
  111. package/lib/components/chip/public-api.d.ts +0 -2
  112. package/lib/components/divider/divider.component.d.ts +0 -25
  113. package/lib/components/divider/divider.module.d.ts +0 -8
  114. package/lib/components/divider/index.d.ts +0 -1
  115. package/lib/components/divider/public-api.d.ts +0 -2
  116. package/lib/components/drag-and-drop-list/dom.element.d.ts +0 -17
  117. package/lib/components/drag-and-drop-list/drag-and-drop-list.component.d.ts +0 -82
  118. package/lib/components/drag-and-drop-list/drag-and-drop-list.enums.d.ts +0 -8
  119. package/lib/components/drag-and-drop-list/drag-and-drop-list.module.d.ts +0 -8
  120. package/lib/components/drag-and-drop-list/dragged.placeholder.d.ts +0 -14
  121. package/lib/components/drag-and-drop-list/index.d.ts +0 -1
  122. package/lib/components/drag-and-drop-list/public-api.d.ts +0 -2
  123. package/lib/components/error-page/error-page-code/error-page-code.component.d.ts +0 -5
  124. package/lib/components/error-page/error-page-code/error-page-code.module.d.ts +0 -8
  125. package/lib/components/error-page/error-page-code/index.d.ts +0 -1
  126. package/lib/components/error-page/error-page-code/public-api.d.ts +0 -2
  127. package/lib/components/error-page/error-page.component.d.ts +0 -49
  128. package/lib/components/error-page/error-page.module.d.ts +0 -15
  129. package/lib/components/error-page/error-page.types.d.ts +0 -22
  130. package/lib/components/error-page/index.d.ts +0 -1
  131. package/lib/components/error-page/public-api.d.ts +0 -3
  132. package/lib/components/expansion-panel/expansion-panel.component.d.ts +0 -37
  133. package/lib/components/expansion-panel/expansion-panel.module.d.ts +0 -10
  134. package/lib/components/expansion-panel/index.d.ts +0 -1
  135. package/lib/components/expansion-panel/public-api.d.ts +0 -2
  136. package/lib/components/footer/container/footer-container.component.d.ts +0 -5
  137. package/lib/components/footer/container/footer-container.module.d.ts +0 -7
  138. package/lib/components/footer/container/index.d.ts +0 -1
  139. package/lib/components/footer/container/public-api.d.ts +0 -2
  140. package/lib/components/footer/footer.component.d.ts +0 -22
  141. package/lib/components/footer/footer.component.types.d.ts +0 -12
  142. package/lib/components/footer/footer.module.d.ts +0 -8
  143. package/lib/components/footer/index.d.ts +0 -1
  144. package/lib/components/footer/public-api.d.ts +0 -3
  145. package/lib/components/form-fields/abstracts/abstract.base.component.d.ts +0 -57
  146. package/lib/components/form-fields/abstracts/abstract.dropdown.component.d.ts +0 -44
  147. package/lib/components/form-fields/abstracts/abstract.input.component.d.ts +0 -26
  148. package/lib/components/form-fields/area/index.d.ts +0 -1
  149. package/lib/components/form-fields/area/public-api.d.ts +0 -2
  150. package/lib/components/form-fields/area/textarea.component.d.ts +0 -12
  151. package/lib/components/form-fields/area/textarea.module.d.ts +0 -17
  152. package/lib/components/form-fields/common/dropdown-option-template.directive.d.ts +0 -11
  153. package/lib/components/form-fields/common/error/error.component.d.ts +0 -7
  154. package/lib/components/form-fields/common/hint/hint.component.d.ts +0 -11
  155. package/lib/components/form-fields/common/input.tooltip.component.d.ts +0 -12
  156. package/lib/components/form-fields/common/success/success.component.d.ts +0 -7
  157. package/lib/components/form-fields/datepickers/date-picker/datepicker.component.d.ts +0 -24
  158. package/lib/components/form-fields/datepickers/date-picker/datepicker.module.d.ts +0 -22
  159. package/lib/components/form-fields/datepickers/date-picker/index.d.ts +0 -1
  160. package/lib/components/form-fields/datepickers/date-picker/public-api.d.ts +0 -2
  161. package/lib/components/form-fields/datepickers/datetime-picker/custom-datetime-format.d.ts +0 -18
  162. package/lib/components/form-fields/datepickers/datetime-picker/custom-datetime.adapter.d.ts +0 -11
  163. package/lib/components/form-fields/datepickers/datetime-picker/datetime-picker-format-directive.d.ts +0 -22
  164. package/lib/components/form-fields/datepickers/datetime-picker/datetime-template.formatter.d.ts +0 -13
  165. package/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.component.d.ts +0 -119
  166. package/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.module.d.ts +0 -21
  167. package/lib/components/form-fields/datepickers/datetime-picker/index.d.ts +0 -1
  168. package/lib/components/form-fields/datepickers/datetime-picker/public-api.d.ts +0 -2
  169. package/lib/components/form-fields/datepickers/time-picker/index.d.ts +0 -1
  170. package/lib/components/form-fields/datepickers/time-picker/public-api.d.ts +0 -2
  171. package/lib/components/form-fields/datepickers/time-picker/timepicker.component.d.ts +0 -26
  172. package/lib/components/form-fields/datepickers/time-picker/timepicker.module.d.ts +0 -22
  173. package/lib/components/form-fields/dropdowns/dropdown/dropdown.component.d.ts +0 -72
  174. package/lib/components/form-fields/dropdowns/dropdown/dropdown.module.d.ts +0 -21
  175. package/lib/components/form-fields/dropdowns/dropdown/index.d.ts +0 -1
  176. package/lib/components/form-fields/dropdowns/dropdown/public-api.d.ts +0 -2
  177. package/lib/components/form-fields/dropdowns/input-dropdown/index.d.ts +0 -1
  178. package/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.component.d.ts +0 -59
  179. package/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.module.d.ts +0 -21
  180. package/lib/components/form-fields/dropdowns/input-dropdown/public-api.d.ts +0 -2
  181. package/lib/components/form-fields/dropdowns/multi-select-dropdown/index.d.ts +0 -1
  182. package/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.component.d.ts +0 -26
  183. package/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.module.d.ts +0 -21
  184. package/lib/components/form-fields/dropdowns/multi-select-dropdown/public-api.d.ts +0 -2
  185. package/lib/components/form-fields/input/index.d.ts +0 -1
  186. package/lib/components/form-fields/input/input.component.d.ts +0 -52
  187. package/lib/components/form-fields/input/input.module.d.ts +0 -19
  188. package/lib/components/form-fields/input/public-api.d.ts +0 -2
  189. package/lib/components/form-fields/international-phone-field/canadian-area-codes.d.ts +0 -1
  190. package/lib/components/form-fields/international-phone-field/index.d.ts +0 -1
  191. package/lib/components/form-fields/international-phone-field/international-phone-field.component.d.ts +0 -53
  192. package/lib/components/form-fields/international-phone-field/international-phone-field.module.d.ts +0 -15
  193. package/lib/components/form-fields/international-phone-field/public-api.d.ts +0 -2
  194. package/lib/components/form-fields/phone-field/index.d.ts +0 -1
  195. package/lib/components/form-fields/phone-field/phone-field.component.d.ts +0 -25
  196. package/lib/components/form-fields/phone-field/phone-field.module.d.ts +0 -10
  197. package/lib/components/form-fields/phone-field/public-api.d.ts +0 -2
  198. package/lib/components/form-fields/search-fields/search-dropdown/index.d.ts +0 -1
  199. package/lib/components/form-fields/search-fields/search-dropdown/public-api.d.ts +0 -2
  200. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown-highlighter.pipe.d.ts +0 -13
  201. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.d.ts +0 -197
  202. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.types.d.ts +0 -10
  203. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.module.d.ts +0 -21
  204. package/lib/components/form-fields/search-fields/search-input/index.d.ts +0 -1
  205. package/lib/components/form-fields/search-fields/search-input/public-api.d.ts +0 -2
  206. package/lib/components/form-fields/search-fields/search-input/search-input.component.d.ts +0 -21
  207. package/lib/components/form-fields/search-fields/search-input/search-input.module.d.ts +0 -20
  208. package/lib/components/form-fields/selection-fields/checkbox/checkbox.component.d.ts +0 -21
  209. package/lib/components/form-fields/selection-fields/checkbox/checkbox.module.d.ts +0 -13
  210. package/lib/components/form-fields/selection-fields/checkbox/index.d.ts +0 -1
  211. package/lib/components/form-fields/selection-fields/checkbox/public-api.d.ts +0 -2
  212. package/lib/components/form-fields/selection-fields/radio-button/index.d.ts +0 -1
  213. package/lib/components/form-fields/selection-fields/radio-button/public-api.d.ts +0 -2
  214. package/lib/components/form-fields/selection-fields/radio-button/radio-button.component.d.ts +0 -28
  215. package/lib/components/form-fields/selection-fields/radio-button/radio-button.module.d.ts +0 -17
  216. package/lib/components/form-fields/selection-fields/slide-toggle/index.d.ts +0 -1
  217. package/lib/components/form-fields/selection-fields/slide-toggle/public-api.d.ts +0 -2
  218. package/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.component.d.ts +0 -23
  219. package/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.module.d.ts +0 -13
  220. package/lib/components/form-fields/selection-fields/slider/index.d.ts +0 -1
  221. package/lib/components/form-fields/selection-fields/slider/public-api.d.ts +0 -2
  222. package/lib/components/form-fields/selection-fields/slider/slider.component.d.ts +0 -20
  223. package/lib/components/form-fields/selection-fields/slider/slider.module.d.ts +0 -14
  224. package/lib/components/form-fields/time-field/index.d.ts +0 -1
  225. package/lib/components/form-fields/time-field/public-api.d.ts +0 -2
  226. package/lib/components/form-fields/time-field/time-field.component.d.ts +0 -37
  227. package/lib/components/form-fields/time-field/time-field.module.d.ts +0 -14
  228. package/lib/components/general/color-palette/colors.enums.d.ts +0 -38
  229. package/lib/components/general/color-palette/index.d.ts +0 -1
  230. package/lib/components/general/color-palette/public-api.d.ts +0 -1
  231. package/lib/components/header/container/header-container.component.d.ts +0 -9
  232. package/lib/components/header/container/header-container.module.d.ts +0 -7
  233. package/lib/components/header/container/index.d.ts +0 -1
  234. package/lib/components/header/container/public-api.d.ts +0 -2
  235. package/lib/components/header/header.component.d.ts +0 -5
  236. package/lib/components/header/header.module.d.ts +0 -7
  237. package/lib/components/header/index.d.ts +0 -1
  238. package/lib/components/header/org-display-text/index.d.ts +0 -1
  239. package/lib/components/header/org-display-text/org-display-text.component.d.ts +0 -13
  240. package/lib/components/header/org-display-text/org-display-text.module.d.ts +0 -8
  241. package/lib/components/header/org-display-text/public-api.d.ts +0 -2
  242. package/lib/components/header/public-api.d.ts +0 -2
  243. package/lib/components/icon-hover/icon-hover.component.d.ts +0 -23
  244. package/lib/components/icon-hover/icon-hover.module.d.ts +0 -7
  245. package/lib/components/icon-hover/index.d.ts +0 -1
  246. package/lib/components/icon-hover/public-api.d.ts +0 -2
  247. package/lib/components/logo/ascent-logo/ascent-logo.component.d.ts +0 -27
  248. package/lib/components/logo/ascent-logo/ascent-logo.module.d.ts +0 -8
  249. package/lib/components/logo/ascent-logo/index.d.ts +0 -1
  250. package/lib/components/logo/ascent-logo/public-api.d.ts +0 -2
  251. package/lib/components/logo/peak-essentials-logo/index.d.ts +0 -1
  252. package/lib/components/logo/peak-essentials-logo/peak-essentials-logo.component.d.ts +0 -7
  253. package/lib/components/logo/peak-essentials-logo/peak-essentials-logo.module.d.ts +0 -9
  254. package/lib/components/logo/peak-essentials-logo/public-api.d.ts +0 -2
  255. package/lib/components/logo/peak-marketplace-logo/index.d.ts +0 -1
  256. package/lib/components/logo/peak-marketplace-logo/peak-marketplace-logo.component.d.ts +0 -7
  257. package/lib/components/logo/peak-marketplace-logo/peak-marketplace-logo.module.d.ts +0 -9
  258. package/lib/components/logo/peak-marketplace-logo/public-api.d.ts +0 -2
  259. package/lib/components/logo/peak-order-management-logo/index.d.ts +0 -1
  260. package/lib/components/logo/peak-order-management-logo/peak-order-management-logo.component.d.ts +0 -7
  261. package/lib/components/logo/peak-order-management-logo/peak-order-management-logo.module.d.ts +0 -9
  262. package/lib/components/logo/peak-order-management-logo/public-api.d.ts +0 -2
  263. package/lib/components/logo/primary-logo/abstract-logo-component.d.ts +0 -22
  264. package/lib/components/logo/primary-logo/index.d.ts +0 -1
  265. package/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -7
  266. package/lib/components/logo/primary-logo/primary-logo.module.d.ts +0 -8
  267. package/lib/components/logo/primary-logo/public-api.d.ts +0 -2
  268. package/lib/components/logo/scms-logo/abstract-application-logo.component.d.ts +0 -7
  269. package/lib/components/logo/scms-logo/index.d.ts +0 -1
  270. package/lib/components/logo/scms-logo/public-api.d.ts +0 -2
  271. package/lib/components/logo/scms-logo/scms-logo.component.d.ts +0 -7
  272. package/lib/components/logo/scms-logo/scms-logo.module.d.ts +0 -9
  273. package/lib/components/modal/index.d.ts +0 -1
  274. package/lib/components/modal/modal.component.d.ts +0 -64
  275. package/lib/components/modal/modal.module.d.ts +0 -11
  276. package/lib/components/modal/public-api.d.ts +0 -2
  277. package/lib/components/nav-bar/horizontal-nav-bar/horizontal-nav-bar.component.d.ts +0 -21
  278. package/lib/components/nav-bar/horizontal-nav-bar/horizontal-nav-bar.module.d.ts +0 -9
  279. package/lib/components/nav-bar/horizontal-nav-bar/index.d.ts +0 -1
  280. package/lib/components/nav-bar/horizontal-nav-bar/public-api.d.ts +0 -2
  281. package/lib/components/nav-bar/main-menu/index.d.ts +0 -1
  282. package/lib/components/nav-bar/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.d.ts +0 -15
  283. package/lib/components/nav-bar/main-menu/main-menu-items/main-menu-items.component.d.ts +0 -11
  284. package/lib/components/nav-bar/main-menu/main-menu-items/main-menu-items.module.d.ts +0 -12
  285. package/lib/components/nav-bar/main-menu/main-menu.component.d.ts +0 -57
  286. package/lib/components/nav-bar/main-menu/main-menu.module.d.ts +0 -15
  287. package/lib/components/nav-bar/main-menu/main-menu.service.d.ts +0 -9
  288. package/lib/components/nav-bar/main-menu/main-menu.types.d.ts +0 -8
  289. package/lib/components/nav-bar/main-menu/profile-display/profile-display.component.d.ts +0 -15
  290. package/lib/components/nav-bar/main-menu/profile-display/profile-display.module.d.ts +0 -10
  291. package/lib/components/nav-bar/main-menu/public-api.d.ts +0 -4
  292. package/lib/components/nav-bar/nav-menu/index.d.ts +0 -1
  293. package/lib/components/nav-bar/nav-menu/nav-menu.component.d.ts +0 -23
  294. package/lib/components/nav-bar/nav-menu/nav-menu.module.d.ts +0 -11
  295. package/lib/components/nav-bar/nav-menu/nav-menu.types.d.ts +0 -11
  296. package/lib/components/nav-bar/nav-menu/public-api.d.ts +0 -3
  297. package/lib/components/nav-bar/scms-side-nav-bar/index.d.ts +0 -1
  298. package/lib/components/nav-bar/scms-side-nav-bar/public-api.d.ts +0 -3
  299. package/lib/components/nav-bar/scms-side-nav-bar/scms-nav-item.types.d.ts +0 -13
  300. package/lib/components/nav-bar/scms-side-nav-bar/scms-side-nav-bar.component.d.ts +0 -44
  301. package/lib/components/nav-bar/scms-side-nav-bar/scms-side-nav-bar.module.d.ts +0 -19
  302. package/lib/components/nav-bar/side-nav-bar/abstract-side-nav-bar.component.d.ts +0 -46
  303. package/lib/components/nav-bar/side-nav-bar/index.d.ts +0 -1
  304. package/lib/components/nav-bar/side-nav-bar/nav-item.types.d.ts +0 -6
  305. package/lib/components/nav-bar/side-nav-bar/public-api.d.ts +0 -3
  306. package/lib/components/nav-bar/side-nav-bar/side-nav-bar.component.d.ts +0 -27
  307. package/lib/components/nav-bar/side-nav-bar/side-nav-bar.module.d.ts +0 -12
  308. package/lib/components/progress-indicators/progress-bar/index.d.ts +0 -1
  309. package/lib/components/progress-indicators/progress-bar/progress-bar.component.d.ts +0 -48
  310. package/lib/components/progress-indicators/progress-bar/progress-bar.module.d.ts +0 -9
  311. package/lib/components/progress-indicators/progress-bar/public-api.d.ts +0 -2
  312. package/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts +0 -1
  313. package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.d.ts +0 -33
  314. package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.d.ts +0 -9
  315. package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.d.ts +0 -6
  316. package/lib/components/progress-indicators/progress-indicator-spinner/public-api.d.ts +0 -2
  317. package/lib/components/progress-indicators/progress-spinner/index.d.ts +0 -1
  318. package/lib/components/progress-indicators/progress-spinner/progress-spinner.component.d.ts +0 -37
  319. package/lib/components/progress-indicators/progress-spinner/progress-spinner.module.d.ts +0 -11
  320. package/lib/components/progress-indicators/progress-spinner/public-api.d.ts +0 -2
  321. package/lib/components/shell-layout/index.d.ts +0 -1
  322. package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/index.d.ts +0 -1
  323. package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/navigation-collapse-handle.component.d.ts +0 -31
  324. package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/navigation-collapse-handle.module.d.ts +0 -8
  325. package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/public-api.d.ts +0 -2
  326. package/lib/components/shell-layout/navigation/components/navigation-header/index.d.ts +0 -1
  327. package/lib/components/shell-layout/navigation/components/navigation-header/navigation-header.component.d.ts +0 -13
  328. package/lib/components/shell-layout/navigation/components/navigation-header/navigation-header.module.d.ts +0 -7
  329. package/lib/components/shell-layout/navigation/components/navigation-header/public-api.d.ts +0 -2
  330. package/lib/components/shell-layout/navigation/components/navigation-item/index.d.ts +0 -1
  331. package/lib/components/shell-layout/navigation/components/navigation-item/navigation-item.component.d.ts +0 -48
  332. package/lib/components/shell-layout/navigation/components/navigation-item/navigation-item.module.d.ts +0 -11
  333. package/lib/components/shell-layout/navigation/components/navigation-item/public-api.d.ts +0 -2
  334. package/lib/components/shell-layout/navigation/components/navigation-items-container/index.d.ts +0 -1
  335. package/lib/components/shell-layout/navigation/components/navigation-items-container/navigation-items-container.component.d.ts +0 -5
  336. package/lib/components/shell-layout/navigation/components/navigation-items-container/navigation-items-container.module.d.ts +0 -7
  337. package/lib/components/shell-layout/navigation/components/navigation-items-container/public-api.d.ts +0 -2
  338. package/lib/components/shell-layout/navigation/index.d.ts +0 -1
  339. package/lib/components/shell-layout/navigation/navigation.component.d.ts +0 -13
  340. package/lib/components/shell-layout/navigation/navigation.module.d.ts +0 -7
  341. package/lib/components/shell-layout/navigation/public-api.d.ts +0 -2
  342. package/lib/components/shell-layout/public-api.d.ts +0 -2
  343. package/lib/components/shell-layout/shell-layout.component.d.ts +0 -13
  344. package/lib/components/shell-layout/shell-layout.module.d.ts +0 -8
  345. package/lib/components/snackbars/snackbar/index.d.ts +0 -1
  346. package/lib/components/snackbars/snackbar/public-api.d.ts +0 -2
  347. package/lib/components/snackbars/snackbar/snackbar.component.d.ts +0 -36
  348. package/lib/components/snackbars/snackbar/snackbar.module.d.ts +0 -10
  349. package/lib/components/splash-page/index.d.ts +0 -1
  350. package/lib/components/splash-page/public-api.d.ts +0 -2
  351. package/lib/components/splash-page/splash-page.component.d.ts +0 -14
  352. package/lib/components/splash-page/splash-page.module.d.ts +0 -8
  353. package/lib/components/steppers/numeric-stepper/components/numeric-step.component.d.ts +0 -11
  354. package/lib/components/steppers/numeric-stepper/index.d.ts +0 -1
  355. package/lib/components/steppers/numeric-stepper/numeric-step.type.d.ts +0 -8
  356. package/lib/components/steppers/numeric-stepper/numeric-stepper.component.d.ts +0 -10
  357. package/lib/components/steppers/numeric-stepper/numeric-stepper.module.d.ts +0 -10
  358. package/lib/components/steppers/numeric-stepper/public-api.d.ts +0 -3
  359. package/lib/components/steppers/stepper/index.d.ts +0 -1
  360. package/lib/components/steppers/stepper/public-api.d.ts +0 -3
  361. package/lib/components/steppers/stepper/step.type.d.ts +0 -8
  362. package/lib/components/steppers/stepper/stepper.component.d.ts +0 -21
  363. package/lib/components/steppers/stepper/stepper.module.d.ts +0 -10
  364. package/lib/components/steppers/wizard-stepper/index.d.ts +0 -1
  365. package/lib/components/steppers/wizard-stepper/public-api.d.ts +0 -3
  366. package/lib/components/steppers/wizard-stepper/wizard-step.type.d.ts +0 -11
  367. package/lib/components/steppers/wizard-stepper/wizard-stepper.component.d.ts +0 -29
  368. package/lib/components/steppers/wizard-stepper/wizard-stepper.module.d.ts +0 -10
  369. package/lib/components/table/index.d.ts +0 -1
  370. package/lib/components/table/public-api.d.ts +0 -2
  371. package/lib/components/table/table.component.d.ts +0 -67
  372. package/lib/components/table/table.module.d.ts +0 -10
  373. package/lib/components/tabs/index.d.ts +0 -1
  374. package/lib/components/tabs/public-api.d.ts +0 -2
  375. package/lib/components/tabs/tabs.component.d.ts +0 -14
  376. package/lib/components/tabs/tabs.module.d.ts +0 -9
  377. package/lib/components/tags/create-tag/create-tag.component.d.ts +0 -92
  378. package/lib/components/tags/create-tag/create-tag.module.d.ts +0 -15
  379. package/lib/components/tags/create-tag/index.d.ts +0 -1
  380. package/lib/components/tags/create-tag/public-api.d.ts +0 -2
  381. package/lib/components/tags/tag/index.d.ts +0 -1
  382. package/lib/components/tags/tag/public-api.d.ts +0 -3
  383. package/lib/components/tags/tag/tag.component.d.ts +0 -34
  384. package/lib/components/tags/tag/tag.module.d.ts +0 -9
  385. package/lib/components/tags/tag/tag.types.d.ts +0 -6
  386. package/lib/components/tags/tag-container/index.d.ts +0 -1
  387. package/lib/components/tags/tag-container/public-api.d.ts +0 -2
  388. package/lib/components/tags/tag-container/tag-container.component.d.ts +0 -5
  389. package/lib/components/tags/tag-container/tag-container.module.d.ts +0 -8
  390. package/lib/services/viewport/viewport.service.d.ts +0 -22
  391. package/lib/services/viewport/viewport.service.interface.d.ts +0 -6
  392. package/lib/services/window/abstract-window-resize.component.d.ts +0 -10
  393. package/lib/services/window/window.service.d.ts +0 -12
  394. package/lib/services/window/window.service.interface.d.ts +0 -7
  395. package/src/lib/components/avatar/avatar.component.d.ts +0 -30
  396. package/src/lib/components/avatar/avatar.module.d.ts +0 -9
  397. package/src/lib/components/avatar/avatar.types.d.ts +0 -1
  398. package/src/lib/components/avatar/public-api.d.ts +0 -2
  399. package/src/lib/components/buttons/button-container/button-container.component.d.ts +0 -9
  400. package/src/lib/components/buttons/button-container/button-container.module.d.ts +0 -8
  401. package/src/lib/components/buttons/button-container/public-api.d.ts +0 -2
  402. package/src/lib/components/drag-and-drop-list/dom.element.d.ts +0 -17
  403. package/src/lib/components/drag-and-drop-list/drag-and-drop-list.component.d.ts +0 -82
  404. package/src/lib/components/drag-and-drop-list/drag-and-drop-list.enums.d.ts +0 -8
  405. package/src/lib/components/drag-and-drop-list/drag-and-drop-list.module.d.ts +0 -8
  406. package/src/lib/components/drag-and-drop-list/dragged.placeholder.d.ts +0 -14
  407. package/src/lib/components/drag-and-drop-list/public-api.d.ts +0 -2
  408. package/src/lib/components/error-page/error-page-code/error-page-code.component.d.ts +0 -5
  409. package/src/lib/components/error-page/error-page-code/error-page-code.module.d.ts +0 -8
  410. package/src/lib/components/error-page/error-page-code/public-api.d.ts +0 -2
  411. package/src/lib/components/footer/container/footer-container.component.d.ts +0 -5
  412. package/src/lib/components/footer/container/footer-container.module.d.ts +0 -7
  413. package/src/lib/components/footer/container/public-api.d.ts +0 -2
  414. package/src/lib/components/footer/footer.component.d.ts +0 -22
  415. package/src/lib/components/footer/footer.component.types.d.ts +0 -12
  416. package/src/lib/components/footer/footer.module.d.ts +0 -8
  417. package/src/lib/components/footer/public-api.d.ts +0 -3
  418. package/src/lib/components/header/container/header-container.component.d.ts +0 -9
  419. package/src/lib/components/header/container/header-container.module.d.ts +0 -7
  420. package/src/lib/components/header/container/public-api.d.ts +0 -2
  421. package/src/lib/components/header/header.component.d.ts +0 -5
  422. package/src/lib/components/header/header.module.d.ts +0 -7
  423. package/src/lib/components/header/public-api.d.ts +0 -2
  424. package/src/lib/components/logo/primary-logo/abstract-logo-component.d.ts +0 -22
  425. package/src/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -7
  426. package/src/lib/components/logo/primary-logo/primary-logo.module.d.ts +0 -8
  427. package/src/lib/components/logo/primary-logo/public-api.d.ts +0 -2
  428. package/src/lib/components/progress-indicators/progress-bar/progress-bar.component.d.ts +0 -48
  429. package/src/lib/components/progress-indicators/progress-bar/progress-bar.module.d.ts +0 -9
  430. package/src/lib/components/progress-indicators/progress-bar/public-api.d.ts +0 -2
  431. package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.d.ts +0 -33
  432. package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.d.ts +0 -9
  433. package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.d.ts +0 -6
  434. package/src/lib/components/progress-indicators/progress-indicator-spinner/public-api.d.ts +0 -2
  435. package/src/lib/components/progress-indicators/progress-spinner/progress-spinner.component.d.ts +0 -37
  436. package/src/lib/components/progress-indicators/progress-spinner/progress-spinner.module.d.ts +0 -11
  437. package/src/lib/components/progress-indicators/progress-spinner/public-api.d.ts +0 -2
  438. package/src/lib/components/shell-layout/public-api.d.ts +0 -2
  439. package/src/lib/components/shell-layout/shell-layout.component.d.ts +0 -13
  440. package/src/lib/components/shell-layout/shell-layout.module.d.ts +0 -8
  441. package/src/lib/components/splash-page/public-api.d.ts +0 -2
  442. package/src/lib/components/splash-page/splash-page.component.d.ts +0 -14
  443. package/src/lib/components/splash-page/splash-page.module.d.ts +0 -8
  444. package/src/lib/components/tags/tag-container/public-api.d.ts +0 -2
  445. package/src/lib/components/tags/tag-container/tag-container.component.d.ts +0 -5
  446. package/src/lib/components/tags/tag-container/tag-container.module.d.ts +0 -8
@@ -1,15 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./main-menu.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/bottom-sheet";
5
- import * as i4 from "@angular/material/list";
6
- import * as i5 from "@angular/material/menu";
7
- import * as i6 from "@ascentgl/ads-icons";
8
- import * as i7 from "./main-menu-items/main-menu-items.module";
9
- import * as i8 from "./profile-display/profile-display.module";
10
- import * as i9 from "@angular/router";
11
- export declare class AdsMainMenuModule {
12
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsMainMenuModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMainMenuModule, [typeof i1.AdsMainMenuComponent], [typeof i2.CommonModule, typeof i3.MatBottomSheetModule, typeof i4.MatListModule, typeof i5.MatMenuModule, typeof i6.AdsIconModule, typeof i7.AdsMainMenuItemsModule, typeof i8.AdsProfileDisplayModule, typeof i9.RouterModule], [typeof i1.AdsMainMenuComponent]>;
14
- static ɵinj: i0.ɵɵInjectorDeclaration<AdsMainMenuModule>;
15
- }
@@ -1,9 +0,0 @@
1
- import { Subject } from 'rxjs';
2
- import { MainMenuItem } from './main-menu.types';
3
- import * as i0 from "@angular/core";
4
- export declare class MainMenuService {
5
- menuItemClicked: Subject<MainMenuItem>;
6
- onMenuItemClicked(item: MainMenuItem): void;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<MainMenuService, never>;
8
- static ɵprov: i0.ɵɵInjectableDeclaration<MainMenuService>;
9
- }
@@ -1,8 +0,0 @@
1
- export type MainMenuItem = {
2
- text: string;
3
- icon?: string;
4
- href?: string;
5
- class?: string;
6
- id?: string;
7
- click?: () => void;
8
- };
@@ -1,15 +0,0 @@
1
- import { AdsIconRegistry } from '@ascentgl/ads-icons';
2
- import { Router } from '@angular/router';
3
- import * as i0 from "@angular/core";
4
- export declare class AdsProfileDisplayComponent {
5
- router: Router;
6
- private registry;
7
- constructor(router: Router, registry: AdsIconRegistry);
8
- userDisplayName: string;
9
- userImageSrc?: string;
10
- userProfilePath: string;
11
- userBasePath: string;
12
- isSelected(): boolean;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsProfileDisplayComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<AdsProfileDisplayComponent, "ads-profile-display", never, { "userDisplayName": { "alias": "userDisplayName"; "required": true; }; "userImageSrc": { "alias": "userImageSrc"; "required": true; }; "userProfilePath": { "alias": "userProfilePath"; "required": true; }; "userBasePath": { "alias": "userBasePath"; "required": true; }; }, {}, never, never, false, never>;
15
- }
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./profile-display.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/router";
5
- import * as i4 from "@ascentgl/ads-icons";
6
- export declare class AdsProfileDisplayModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsProfileDisplayModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProfileDisplayModule, [typeof i1.AdsProfileDisplayComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.AdsIconModule], [typeof i1.AdsProfileDisplayComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<AdsProfileDisplayModule>;
10
- }
@@ -1,4 +0,0 @@
1
- export * from './main-menu.component';
2
- export * from './main-menu.module';
3
- export * from './main-menu.service';
4
- export * from './main-menu.types';
@@ -1 +0,0 @@
1
- export * from './public-api';
@@ -1,23 +0,0 @@
1
- import { NavMenuItem } from './nav-menu.types';
2
- import { AdsIconRegistry } from '@ascentgl/ads-icons';
3
- import { Router } from '@angular/router';
4
- import * as i0 from "@angular/core";
5
- export declare class AdsNavMenuComponent {
6
- private registry;
7
- private router;
8
- constructor(registry: AdsIconRegistry, router: Router);
9
- /** @ignore */
10
- onUserProfileClick(): void;
11
- /**
12
- * Array of menu items to display in the main menu
13
- */
14
- navMenuItems: import("@angular/core").InputSignal<NavMenuItem[]>;
15
- /** Image url path */
16
- iconUrl: import("@angular/core").InputSignal<string | undefined>;
17
- /** Optional label text before icon */
18
- label: import("@angular/core").InputSignal<string | undefined>;
19
- /** Optional path to the user profile */
20
- userProfilePath: import("@angular/core").InputSignal<string | undefined>;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavMenuComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<AdsNavMenuComponent, "ads-nav-menu", never, { "navMenuItems": { "alias": "navMenuItems"; "required": true; "isSignal": true; }; "iconUrl": { "alias": "iconUrl"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "userProfilePath": { "alias": "userProfilePath"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
23
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./nav-menu.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@ascentgl/ads-icons";
5
- import * as i4 from "@angular/material/menu";
6
- import * as i5 from "@angular/router";
7
- export declare class AdsNavMenuModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavMenuModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavMenuModule, [typeof i1.AdsNavMenuComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule, typeof i2.NgOptimizedImage, typeof i4.MatMenu, typeof i4.MatMenuTrigger, typeof i5.RouterLinkActive, typeof i4.MatMenuItem, typeof i5.RouterLink], [typeof i1.AdsNavMenuComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavMenuModule>;
11
- }
@@ -1,11 +0,0 @@
1
- import { adsIcon } from '@ascentgl/ads-icons/icons';
2
- import { TemplateRef } from '@angular/core';
3
- export type NavMenuItem = {
4
- template?: TemplateRef<unknown>;
5
- label?: string;
6
- icon?: adsIcon;
7
- href?: string;
8
- id?: string;
9
- onClick?: () => void;
10
- [key: string]: unknown;
11
- };
@@ -1,3 +0,0 @@
1
- export * from './nav-menu.module';
2
- export * from './nav-menu.component';
3
- export * from './nav-menu.types';
@@ -1 +0,0 @@
1
- export * from './public-api';
@@ -1,3 +0,0 @@
1
- export * from './scms-side-nav-bar.component';
2
- export * from './scms-side-nav-bar.module';
3
- export * from './scms-nav-item.types';
@@ -1,13 +0,0 @@
1
- import { adsIcon } from '@ascentgl/ads-icons/icons';
2
- export type ScmsNavItem = {
3
- label: string;
4
- icon: adsIcon;
5
- href?: string;
6
- subItems?: ScmsNavSubItem[];
7
- showDividerAfterItem?: boolean;
8
- };
9
- export type ScmsNavSubItem = {
10
- label: string;
11
- icon?: adsIcon;
12
- href: string;
13
- };
@@ -1,44 +0,0 @@
1
- import { ElementRef } from '@angular/core';
2
- import { AbstractSideNavBarComponent } from '../side-nav-bar/abstract-side-nav-bar.component';
3
- import { ScmsNavItem, ScmsNavSubItem } from './scms-nav-item.types';
4
- import { Router } from '@angular/router';
5
- import { MatAccordion } from '@angular/material/expansion';
6
- import { SplitComponent } from 'angular-split';
7
- import { AdsIconRegistry } from '@ascentgl/ads-icons';
8
- import { Breadcrumb } from '../../breadcrumb';
9
- import * as i0 from "@angular/core";
10
- export declare class AdsScmsSideNavBarComponent extends AbstractSideNavBarComponent {
11
- protected router: Router;
12
- private registry;
13
- /** @ignore */
14
- constructor(router: Router, registry: AdsIconRegistry);
15
- /** @ignore */
16
- splitter: SplitComponent;
17
- /** @ignore */
18
- sideNavArea: ElementRef;
19
- /** @ignore */
20
- accordion: import("@angular/core").Signal<MatAccordion>;
21
- /** Array of nav elements */
22
- navItems: import("@angular/core").InputSignal<ScmsNavItem[]>;
23
- /** Array of breadcrumb elements */
24
- breadcrumbs: import("@angular/core").InputSignal<Breadcrumb[]>;
25
- /** Show/hide breadcrumbs on the current page */
26
- showBreadcrumbs: import("@angular/core").InputSignal<boolean>;
27
- /** @ignore */
28
- localStorageName: string;
29
- /** @ignore */
30
- widthToCollapsed: number;
31
- /** @ignore */
32
- isTablet: import("@angular/core").WritableSignal<boolean>;
33
- /** @ignore */
34
- isMobile: import("@angular/core").WritableSignal<boolean>;
35
- /** @ignore */
36
- hasActiveLink(item: ScmsNavItem): boolean;
37
- /** @ignore */
38
- hasActiveSubLink(item: ScmsNavSubItem): boolean;
39
- /** @ignore */
40
- private isActive;
41
- checkScreenWidth(): void;
42
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsScmsSideNavBarComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<AdsScmsSideNavBarComponent, "ads-scms-side-nav-bar", never, { "navItems": { "alias": "navItems"; "required": false; "isSignal": true; }; "breadcrumbs": { "alias": "breadcrumbs"; "required": false; "isSignal": true; }; "showBreadcrumbs": { "alias": "showBreadcrumbs"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
44
- }
@@ -1,19 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./scms-side-nav-bar.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "angular-split";
5
- import * as i4 from "@angular/router";
6
- import * as i5 from "@ascentgl/ads-icons";
7
- import * as i6 from "../../divider/divider.module";
8
- import * as i7 from "@angular/material/expansion";
9
- import * as i8 from "../../logo/ascent-logo/ascent-logo.module";
10
- import * as i9 from "@angular/material/tooltip";
11
- import * as i10 from "../../breadcrumb/breadcrumb.module";
12
- import * as i11 from "@angular/material/menu";
13
- import * as i12 from "@angular/material/toolbar";
14
- import * as i13 from "@angular/material/button";
15
- export declare class AdsScmsSideNavBarModule {
16
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsScmsSideNavBarModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdsScmsSideNavBarModule, [typeof i1.AdsScmsSideNavBarComponent], [typeof i2.CommonModule, typeof i3.SplitComponent, typeof i3.SplitAreaComponent, typeof i4.RouterLink, typeof i4.RouterLinkActive, typeof i5.AdsIconModule, typeof i6.AdsDividerModule, typeof i7.MatAccordion, typeof i7.MatExpansionPanel, typeof i7.MatExpansionPanelDescription, typeof i7.MatExpansionPanelHeader, typeof i7.MatExpansionPanelTitle, typeof i8.AdsAscentLogoModule, typeof i9.MatTooltip, typeof i10.AdsBreadcrumbModule, typeof i11.MatMenu, typeof i12.MatToolbar, typeof i11.MatMenuTrigger, typeof i13.MatIconButton, typeof i4.RouterOutlet], [typeof i1.AdsScmsSideNavBarComponent]>;
18
- static ɵinj: i0.ɵɵInjectorDeclaration<AdsScmsSideNavBarModule>;
19
- }
@@ -1,46 +0,0 @@
1
- import { AfterViewInit, ElementRef, OnDestroy, OnInit } from '@angular/core';
2
- import { SplitComponent, SplitGutterInteractionEvent } from 'angular-split';
3
- import { Subscription } from 'rxjs';
4
- import * as i0 from "@angular/core";
5
- export declare abstract class AbstractSideNavBarComponent implements OnInit, AfterViewInit, OnDestroy {
6
- /** The default expanded width for the sidebar */
7
- defaultExpandedWidth: import("@angular/core").InputSignal<number>;
8
- /** The max expanded width for the sidebar */
9
- maxExpandedWidth: import("@angular/core").InputSignal<number>;
10
- /** @ignore */
11
- isCollapsed: import("@angular/core").WritableSignal<boolean>;
12
- /** @ignore */
13
- sidebarSize: import("@angular/core").WritableSignal<number>;
14
- /** @ignore */
15
- abstract localStorageName: string;
16
- /** @ignore */
17
- abstract splitter: SplitComponent;
18
- /** @ignore */
19
- abstract sideNavArea: ElementRef;
20
- /** @ignore */
21
- splitterSubscription?: Subscription;
22
- /** @ignore */
23
- abstract widthToCollapsed: number;
24
- /** @ignore */
25
- private minWidth;
26
- /** @ignore */
27
- ngOnInit(): void;
28
- /** @ignore */
29
- initSideBarSize(): void;
30
- /** @ignore */
31
- ngAfterViewInit(): void;
32
- /** @ignore */
33
- splitterSubscribe(): void;
34
- /** @ignore */
35
- dragEnd(event: SplitGutterInteractionEvent): void;
36
- /** Expand the sidebar between collapsed and expanded */
37
- /** @ignore */
38
- expandSidebar(): void;
39
- /** Save current width to the local storage */
40
- /** @ignore */
41
- saveLocalStorage(size: number): void;
42
- /** @ignore */
43
- ngOnDestroy(): void;
44
- static ɵfac: i0.ɵɵFactoryDeclaration<AbstractSideNavBarComponent, never>;
45
- static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractSideNavBarComponent, never, never, { "defaultExpandedWidth": { "alias": "defaultExpandedWidth"; "required": false; "isSignal": true; }; "maxExpandedWidth": { "alias": "maxExpandedWidth"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
46
- }
@@ -1 +0,0 @@
1
- export * from './public-api';
@@ -1,6 +0,0 @@
1
- import { adsIcon } from '@ascentgl/ads-icons/icons';
2
- export type NavItem = {
3
- label: string;
4
- icon: adsIcon;
5
- href: string;
6
- };
@@ -1,3 +0,0 @@
1
- export * from './side-nav-bar.component';
2
- export * from './side-nav-bar.module';
3
- export * from './nav-item.types';
@@ -1,27 +0,0 @@
1
- import { ElementRef, TemplateRef } from '@angular/core';
2
- import { AdsIconRegistry } from '@ascentgl/ads-icons';
3
- import { NavItem } from './nav-item.types';
4
- import { AbstractSideNavBarComponent } from './abstract-side-nav-bar.component';
5
- import { SplitComponent } from 'angular-split';
6
- import * as i0 from "@angular/core";
7
- export declare class AdsSideNavBarComponent extends AbstractSideNavBarComponent {
8
- private registry;
9
- /** @ignore */
10
- constructor(registry: AdsIconRegistry);
11
- /** The search template */
12
- searchTemplate: import("@angular/core").InputSignal<TemplateRef<unknown> | undefined>;
13
- /** The extra data template below search */
14
- extraDataTemplate: import("@angular/core").InputSignal<TemplateRef<unknown> | undefined>;
15
- /** Array of nav elements */
16
- navItems: import("@angular/core").InputSignal<NavItem[]>;
17
- /** @ignore */
18
- localStorageName: string;
19
- /** @ignore */
20
- widthToCollapsed: number;
21
- /** @ignore */
22
- splitter: SplitComponent;
23
- /** @ignore */
24
- sideNavArea: ElementRef;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsSideNavBarComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<AdsSideNavBarComponent, "ads-side-nav-bar", never, { "searchTemplate": { "alias": "searchTemplate"; "required": false; "isSignal": true; }; "extraDataTemplate": { "alias": "extraDataTemplate"; "required": false; "isSignal": true; }; "navItems": { "alias": "navItems"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
27
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./side-nav-bar.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../../logo/primary-logo/primary-logo.module";
5
- import * as i4 from "angular-split";
6
- import * as i5 from "@angular/router";
7
- import * as i6 from "@ascentgl/ads-icons";
8
- export declare class AdsSideNavBarModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsSideNavBarModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSideNavBarModule, [typeof i1.AdsSideNavBarComponent], [typeof i2.CommonModule, typeof i3.AdsPrimaryLogoModule, typeof i4.SplitComponent, typeof i4.SplitAreaComponent, typeof i5.RouterOutlet, typeof i5.RouterLink, typeof i5.RouterLinkActive, typeof i6.AdsIconModule], [typeof i1.AdsSideNavBarComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<AdsSideNavBarModule>;
12
- }
@@ -1 +0,0 @@
1
- export * from './public-api';
@@ -1,48 +0,0 @@
1
- import { OnChanges, SimpleChanges } from '@angular/core';
2
- import { AdsIconRegistry } from '@ascentgl/ads-icons';
3
- import * as i0 from "@angular/core";
4
- type Theme = 'primary' | 'success' | 'medium';
5
- export declare class AdsProgressBarComponent implements OnChanges {
6
- private registry;
7
- constructor(registry: AdsIconRegistry);
8
- /**
9
- * The unique ID for the progress bar
10
- */
11
- id: string;
12
- /**
13
- * Whether or not the progress bar is disabled
14
- */
15
- disabled: boolean;
16
- /**
17
- * Aria label for the progress element
18
- */
19
- ariaLabel: string;
20
- /**
21
- * The max value of the progress bar
22
- */
23
- max: number;
24
- /**
25
- * The value of the progress bar
26
- */
27
- value: number;
28
- /**
29
- * @ignore
30
- * Only show the marker if the bar has progress and is not completed
31
- */
32
- get showMarker(): boolean;
33
- /** @ignore */
34
- color: Theme;
35
- /** @ignore */
36
- markerPosition: string;
37
- /** @ignore */
38
- ngOnChanges(changes: SimpleChanges): void;
39
- /** @ignore */
40
- private getColor;
41
- /** @ignore */
42
- private getLabel;
43
- /** @ignore */
44
- private getMarkerPosition;
45
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressBarComponent, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<AdsProgressBarComponent, "ads-progress-bar", never, { "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "max": { "alias": "max"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>;
47
- }
48
- export {};
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./progress-bar.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@ascentgl/ads-icons";
5
- export declare class AdsProgressBarModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressBarModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressBarModule, [typeof i1.AdsProgressBarComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule], [typeof i1.AdsProgressBarComponent]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<AdsProgressBarModule>;
9
- }
@@ -1,2 +0,0 @@
1
- export * from './progress-bar.component';
2
- export * from './progress-bar.module';
@@ -1 +0,0 @@
1
- export * from './public-api';
@@ -1,33 +0,0 @@
1
- import { EventEmitter, OnChanges, SimpleChange } from '@angular/core';
2
- import { ProgressIndicatorSpinnerDefault } from './progress-indicator-spinner.types';
3
- import * as i0 from "@angular/core";
4
- export declare class AdsProgressIndicatorSpinnerComponent implements OnChanges {
5
- /** Spinner diameter in pixels. Default is 52. Cannot be less than 20 */
6
- diameter: number;
7
- /** Max progress value. Default is 10. Cannot be less than 0 */
8
- max: number;
9
- /** Current progress value. Cannot be less than 0 or more than "max"*/
10
- value: number;
11
- /** Event emitted percentage is updated after value changes */
12
- percentageUpdated: EventEmitter<number>;
13
- /** @ignore */
14
- percentage: number;
15
- /** @ignore */
16
- readonly defaults: typeof ProgressIndicatorSpinnerDefault;
17
- /** @ignore */
18
- ngOnChanges(changes: {
19
- value: SimpleChange;
20
- max: SimpleChange;
21
- diameter: SimpleChange;
22
- }): void;
23
- /** @ignore */
24
- private calculateMax;
25
- /** @ignore */
26
- private calculateValue;
27
- /** @ignore */
28
- private calculatePercentage;
29
- /** @ignore */
30
- private calculateDiameter;
31
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressIndicatorSpinnerComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<AdsProgressIndicatorSpinnerComponent, "ads-progress-indicator-spinner", never, { "diameter": { "alias": "diameter"; "required": false; }; "max": { "alias": "max"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "percentageUpdated": "percentageUpdated"; }, never, never, false, never>;
33
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./progress-indicator-spinner.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/progress-spinner";
5
- export declare class AdsProgressIndicatorSpinnerModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressIndicatorSpinnerModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressIndicatorSpinnerModule, [typeof i1.AdsProgressIndicatorSpinnerComponent], [typeof i2.CommonModule, typeof i3.MatProgressSpinnerModule], [typeof i1.AdsProgressIndicatorSpinnerComponent]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<AdsProgressIndicatorSpinnerModule>;
9
- }
@@ -1,6 +0,0 @@
1
- export declare enum ProgressIndicatorSpinnerDefault {
2
- diameter = 52,
3
- padding = 11,
4
- fontSize = 20,
5
- max = 10
6
- }
@@ -1,2 +0,0 @@
1
- export * from './progress-indicator-spinner.component';
2
- export * from './progress-indicator-spinner.module';
@@ -1 +0,0 @@
1
- export * from './public-api';
@@ -1,37 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, OnInit } from '@angular/core';
2
- import { GENERIC_COLLECTION } from '@ascentgl/ads-utils';
3
- import * as i0 from "@angular/core";
4
- export declare enum SpinnerSize {
5
- xSmall = "x-small",
6
- small = "small",
7
- normal = "normal"
8
- }
9
- export declare class AdsProgressSpinnerComponent implements OnInit {
10
- protected ref: ElementRef;
11
- private cdr;
12
- /** set spinner z-index */
13
- zIndex: number;
14
- /** set spinner scrollContainer. This is useful when the spinner is inside dialog window **/
15
- scrollContainer: HTMLElement | 'auto' | 'none';
16
- /** set spinner size */
17
- size: SpinnerSize;
18
- /** set spinner diameter (overrides "size") */
19
- diameter?: number;
20
- computedDiameter: number;
21
- isSticky: boolean;
22
- computedStyles?: CSSStyleDeclaration;
23
- private readonly sizes;
24
- constructor(ref: ElementRef, cdr: ChangeDetectorRef);
25
- /** @ignore */
26
- ngOnInit(): void;
27
- /** @ignore */
28
- getOverlayStyles(): GENERIC_COLLECTION;
29
- /**
30
- * @ignore
31
- * required for proper change detection
32
- * NOTE: REALLY REQUIRED
33
- */
34
- resize(): void;
35
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressSpinnerComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<AdsProgressSpinnerComponent, "ads-progress-spinner", never, { "zIndex": { "alias": "zIndex"; "required": false; }; "scrollContainer": { "alias": "scrollContainer"; "required": false; }; "size": { "alias": "size"; "required": false; }; "diameter": { "alias": "diameter"; "required": false; }; }, {}, never, never, false, never>;
37
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./progress-spinner.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@ascentgl/ads-icons";
5
- import * as i4 from "@ascentgl/ads-utils";
6
- import * as i5 from "@angular/material/progress-spinner";
7
- export declare class AdsProgressSpinnerModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressSpinnerModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressSpinnerModule, [typeof i1.AdsProgressSpinnerComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule, typeof i4.AdsGestureModule, typeof i5.MatProgressSpinnerModule], [typeof i1.AdsProgressSpinnerComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<AdsProgressSpinnerModule>;
11
- }
@@ -1,2 +0,0 @@
1
- export * from './progress-spinner.component';
2
- export * from './progress-spinner.module';
@@ -1 +0,0 @@
1
- export * from './public-api';
@@ -1,31 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { AdsIconRegistry } from '@ascentgl/ads-icons';
3
- import * as i0 from "@angular/core";
4
- export declare class AdsNavigationCollapseHandleComponent {
5
- private registry;
6
- constructor(registry: AdsIconRegistry);
7
- /**
8
- * The unique ID for the collapse handle
9
- */
10
- id: string;
11
- /**
12
- * Whether the navigation is collapsed
13
- */
14
- isCollapsed: boolean;
15
- /**
16
- * Whether the viewport is mobile
17
- */
18
- isMobile: boolean;
19
- /**
20
- * Text to display in the collapse menu button
21
- */
22
- handleText: string;
23
- /**
24
- * Event emitted when the collapse menu button is clicked
25
- */
26
- handleClicked: EventEmitter<null>;
27
- /** @ignore */
28
- onHandleClick(): void;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationCollapseHandleComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<AdsNavigationCollapseHandleComponent, "ads-navigation-collapse-handle", never, { "id": { "alias": "id"; "required": false; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "handleText": { "alias": "handleText"; "required": false; }; }, { "handleClicked": "handleClicked"; }, never, never, false, never>;
31
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./navigation-collapse-handle.component";
3
- import * as i2 from "@ascentgl/ads-icons";
4
- export declare class AdsNavigationCollapseHandleModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationCollapseHandleModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavigationCollapseHandleModule, [typeof i1.AdsNavigationCollapseHandleComponent], [typeof i2.AdsIconModule], [typeof i1.AdsNavigationCollapseHandleComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavigationCollapseHandleModule>;
8
- }
@@ -1,2 +0,0 @@
1
- export * from './navigation-collapse-handle.component';
2
- export * from './navigation-collapse-handle.module';
@@ -1 +0,0 @@
1
- export * from './public-api';
@@ -1,13 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class AdsNavigationHeaderComponent {
3
- /**
4
- * Whether the navigation is collapsed
5
- */
6
- isCollapsed: boolean;
7
- /**
8
- * Whether the viewport is mobile
9
- */
10
- isMobile: boolean;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationHeaderComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<AdsNavigationHeaderComponent, "ads-navigation-header", never, { "isCollapsed": { "alias": "isCollapsed"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; }, {}, never, ["*"], false, never>;
13
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./navigation-header.component";
3
- export declare class AdsNavigationHeaderModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationHeaderModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavigationHeaderModule, [typeof i1.AdsNavigationHeaderComponent], never, [typeof i1.AdsNavigationHeaderComponent]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavigationHeaderModule>;
7
- }
@@ -1,2 +0,0 @@
1
- export * from './navigation-header.component';
2
- export * from './navigation-header.module';
@@ -1 +0,0 @@
1
- export * from './public-api';