@ascentgl/ads-ui 2.19.5 → 20.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1303) hide show
  1. package/README.md +7 -7
  2. package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs +9 -9
  3. package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs.map +1 -1
  4. package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +8 -8
  5. package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs.map +1 -1
  6. package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +9 -9
  7. package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs.map +1 -1
  8. package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs +8 -7
  9. package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs.map +1 -1
  10. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs +8 -8
  11. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs.map +1 -1
  12. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs +9 -9
  13. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs.map +1 -1
  14. package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs +9 -9
  15. package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs.map +1 -1
  16. package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs +8 -8
  17. package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs.map +1 -1
  18. package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +24 -11
  19. package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs.map +1 -1
  20. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +9 -9
  21. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs.map +1 -1
  22. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +9 -9
  23. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs.map +1 -1
  24. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +9 -9
  25. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs.map +1 -1
  26. package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +9 -9
  27. package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs.map +1 -1
  28. package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs +9 -9
  29. package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs.map +1 -1
  30. package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +8 -8
  31. package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs.map +1 -1
  32. package/fesm2022/ascentgl-ads-ui.mjs +4465 -5134
  33. package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
  34. package/index.d.ts +2948 -86
  35. package/package.json +9 -253
  36. package/src/assets/sass/ads-ui/abstracts/_functions.scss +18 -15
  37. package/src/assets/sass/ads-ui/abstracts/_mixins.scss +90 -88
  38. package/src/assets/sass/ads-ui/abstracts/_variables.scss +125 -125
  39. package/src/assets/sass/ads-ui/base/_reset.scss +19 -41
  40. package/src/assets/sass/ads-ui/base/_typography.scss +179 -188
  41. package/src/assets/sass/ads-ui/base/_utilities.scss +104 -105
  42. package/src/assets/sass/ads-ui/main.scss +8 -9
  43. package/src/assets/sass/ads-ui/overrides/_angular-material.scss +8 -10
  44. package/src/assets/sass/ads-ui/overrides/angular-material/_bottom-sheet.scss +12 -10
  45. package/src/assets/sass/ads-ui/overrides/angular-material/_datetimepicker.scss +248 -250
  46. package/src/assets/sass/ads-ui/overrides/angular-material/_dropdown.scss +31 -32
  47. package/src/assets/sass/ads-ui/overrides/angular-material/_html.scss +14 -18
  48. package/src/assets/sass/ads-ui/overrides/angular-material/_mat-list.scss +47 -45
  49. package/src/assets/sass/ads-ui/overrides/angular-material/_menu.scss +89 -0
  50. package/src/assets/sass/ads-ui/overrides/angular-material/_search-dropdown-modal.scss +34 -32
  51. package/src/assets/sass/ads-ui/overrides/angular-material/_snackbar.scss +40 -37
  52. package/src/assets/sass/ads-ui/overrides/angular-material/_tooltip.scss +76 -73
  53. package/src/assets/sass/ads-ui/themes/_ads-palette.scss +98 -98
  54. package/src/lib/components/avatar/index.d.ts +42 -5
  55. package/src/lib/components/buttons/button-container/index.d.ts +19 -5
  56. package/src/lib/components/drag-and-drop-list/index.d.ts +93 -5
  57. package/src/lib/components/error-page/error-page-code/index.d.ts +15 -5
  58. package/src/lib/components/footer/container/index.d.ts +14 -5
  59. package/src/lib/components/footer/index.d.ts +45 -5
  60. package/src/lib/components/header/container/index.d.ts +18 -5
  61. package/src/lib/components/header/index.d.ts +14 -5
  62. package/src/lib/components/logo/primary-logo/index.d.ts +38 -5
  63. package/src/lib/components/progress-indicators/progress-bar/index.d.ts +58 -5
  64. package/src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts +50 -5
  65. package/src/lib/components/progress-indicators/progress-spinner/index.d.ts +50 -5
  66. package/src/lib/components/shell-layout/index.d.ts +23 -5
  67. package/src/lib/components/splash-page/index.d.ts +24 -5
  68. package/src/lib/components/tags/tag-container/index.d.ts +15 -5
  69. package/esm2022/ascentgl-ads-ui.mjs +0 -5
  70. package/esm2022/index.mjs +0 -87
  71. package/esm2022/lib/components/avatar/avatar.component.mjs +0 -50
  72. package/esm2022/lib/components/avatar/avatar.module.mjs +0 -19
  73. package/esm2022/lib/components/avatar/avatar.types.mjs +0 -2
  74. package/esm2022/lib/components/avatar/index.mjs +0 -2
  75. package/esm2022/lib/components/avatar/public-api.mjs +0 -3
  76. package/esm2022/lib/components/badge/index.mjs +0 -2
  77. package/esm2022/lib/components/badge/numeric-badge.component.mjs +0 -35
  78. package/esm2022/lib/components/badge/numeric-badge.module.mjs +0 -19
  79. package/esm2022/lib/components/badge/public-api.mjs +0 -3
  80. package/esm2022/lib/components/breadcrumb/breadcrumb.component.mjs +0 -62
  81. package/esm2022/lib/components/breadcrumb/breadcrumb.module.mjs +0 -21
  82. package/esm2022/lib/components/breadcrumb/breadcrumb.type.mjs +0 -2
  83. package/esm2022/lib/components/breadcrumb/breadcrumb.visual-processor.mjs +0 -151
  84. package/esm2022/lib/components/breadcrumb/index.mjs +0 -2
  85. package/esm2022/lib/components/breadcrumb/public-api.mjs +0 -4
  86. package/esm2022/lib/components/buttons/button/button.component.mjs +0 -31
  87. package/esm2022/lib/components/buttons/button/button.module.mjs +0 -19
  88. package/esm2022/lib/components/buttons/button/index.mjs +0 -2
  89. package/esm2022/lib/components/buttons/button/public-api.mjs +0 -3
  90. package/esm2022/lib/components/buttons/button-container/button-container.component.mjs +0 -17
  91. package/esm2022/lib/components/buttons/button-container/button-container.module.mjs +0 -18
  92. package/esm2022/lib/components/buttons/button-container/index.mjs +0 -2
  93. package/esm2022/lib/components/buttons/button-container/public-api.mjs +0 -3
  94. package/esm2022/lib/components/buttons/icon-button/icon-button.component.mjs +0 -36
  95. package/esm2022/lib/components/buttons/icon-button/icon-button.module.mjs +0 -20
  96. package/esm2022/lib/components/buttons/icon-button/index.mjs +0 -2
  97. package/esm2022/lib/components/buttons/icon-button/public-api.mjs +0 -3
  98. package/esm2022/lib/components/buttons/link-button/index.mjs +0 -2
  99. package/esm2022/lib/components/buttons/link-button/link-button.component.mjs +0 -18
  100. package/esm2022/lib/components/buttons/link-button/link-button.module.mjs +0 -20
  101. package/esm2022/lib/components/buttons/link-button/public-api.mjs +0 -3
  102. package/esm2022/lib/components/buttons/selection-button/index.mjs +0 -2
  103. package/esm2022/lib/components/buttons/selection-button/public-api.mjs +0 -3
  104. package/esm2022/lib/components/buttons/selection-button/selection-button.component.mjs +0 -60
  105. package/esm2022/lib/components/buttons/selection-button/selection-button.module.mjs +0 -20
  106. package/esm2022/lib/components/card/card.component.mjs +0 -11
  107. package/esm2022/lib/components/card/card.module.mjs +0 -18
  108. package/esm2022/lib/components/card/index.mjs +0 -2
  109. package/esm2022/lib/components/card/public-api.mjs +0 -3
  110. package/esm2022/lib/components/chip/chip.component.mjs +0 -45
  111. package/esm2022/lib/components/chip/chip.module.mjs +0 -19
  112. package/esm2022/lib/components/chip/chip.types.mjs +0 -2
  113. package/esm2022/lib/components/chip/index.mjs +0 -2
  114. package/esm2022/lib/components/chip/public-api.mjs +0 -3
  115. package/esm2022/lib/components/divider/divider.component.mjs +0 -43
  116. package/esm2022/lib/components/divider/divider.module.mjs +0 -18
  117. package/esm2022/lib/components/divider/index.mjs +0 -2
  118. package/esm2022/lib/components/divider/public-api.mjs +0 -3
  119. package/esm2022/lib/components/drag-and-drop-list/dom.element.mjs +0 -62
  120. package/esm2022/lib/components/drag-and-drop-list/drag-and-drop-list.component.mjs +0 -349
  121. package/esm2022/lib/components/drag-and-drop-list/drag-and-drop-list.enums.mjs +0 -2
  122. package/esm2022/lib/components/drag-and-drop-list/drag-and-drop-list.module.mjs +0 -18
  123. package/esm2022/lib/components/drag-and-drop-list/dragged.placeholder.mjs +0 -63
  124. package/esm2022/lib/components/drag-and-drop-list/index.mjs +0 -2
  125. package/esm2022/lib/components/drag-and-drop-list/public-api.mjs +0 -3
  126. package/esm2022/lib/components/error-page/error-page-code/error-page-code.component.mjs +0 -14
  127. package/esm2022/lib/components/error-page/error-page-code/error-page-code.module.mjs +0 -18
  128. package/esm2022/lib/components/error-page/error-page-code/index.mjs +0 -2
  129. package/esm2022/lib/components/error-page/error-page-code/public-api.mjs +0 -3
  130. package/esm2022/lib/components/error-page/error-page.component.mjs +0 -110
  131. package/esm2022/lib/components/error-page/error-page.module.mjs +0 -25
  132. package/esm2022/lib/components/error-page/error-page.types.mjs +0 -7
  133. package/esm2022/lib/components/error-page/index.mjs +0 -2
  134. package/esm2022/lib/components/error-page/public-api.mjs +0 -4
  135. package/esm2022/lib/components/expansion-panel/expansion-panel.component.mjs +0 -33
  136. package/esm2022/lib/components/expansion-panel/expansion-panel.module.mjs +0 -36
  137. package/esm2022/lib/components/expansion-panel/index.mjs +0 -2
  138. package/esm2022/lib/components/expansion-panel/public-api.mjs +0 -3
  139. package/esm2022/lib/components/footer/container/footer-container.component.mjs +0 -11
  140. package/esm2022/lib/components/footer/container/footer-container.module.mjs +0 -16
  141. package/esm2022/lib/components/footer/container/index.mjs +0 -2
  142. package/esm2022/lib/components/footer/container/public-api.mjs +0 -3
  143. package/esm2022/lib/components/footer/footer.component.mjs +0 -35
  144. package/esm2022/lib/components/footer/footer.component.types.mjs +0 -2
  145. package/esm2022/lib/components/footer/footer.module.mjs +0 -18
  146. package/esm2022/lib/components/footer/index.mjs +0 -2
  147. package/esm2022/lib/components/footer/public-api.mjs +0 -4
  148. package/esm2022/lib/components/form-fields/abstracts/abstract.base.component.mjs +0 -155
  149. package/esm2022/lib/components/form-fields/abstracts/abstract.dropdown.component.mjs +0 -108
  150. package/esm2022/lib/components/form-fields/abstracts/abstract.input.component.mjs +0 -52
  151. package/esm2022/lib/components/form-fields/area/index.mjs +0 -2
  152. package/esm2022/lib/components/form-fields/area/public-api.mjs +0 -3
  153. package/esm2022/lib/components/form-fields/area/textarea.component.mjs +0 -37
  154. package/esm2022/lib/components/form-fields/area/textarea.module.mjs +0 -55
  155. package/esm2022/lib/components/form-fields/common/dropdown-option-template.directive.mjs +0 -17
  156. package/esm2022/lib/components/form-fields/common/error/error.component.mjs +0 -29
  157. package/esm2022/lib/components/form-fields/common/hint/hint.component.mjs +0 -36
  158. package/esm2022/lib/components/form-fields/common/input.tooltip.component.mjs +0 -38
  159. package/esm2022/lib/components/form-fields/common/success/success.component.mjs +0 -29
  160. package/esm2022/lib/components/form-fields/datepickers/date-picker/datepicker.component.mjs +0 -61
  161. package/esm2022/lib/components/form-fields/datepickers/date-picker/datepicker.module.mjs +0 -87
  162. package/esm2022/lib/components/form-fields/datepickers/date-picker/index.mjs +0 -2
  163. package/esm2022/lib/components/form-fields/datepickers/date-picker/public-api.mjs +0 -3
  164. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/custom-datetime-format.mjs +0 -36
  165. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/custom-datetime.adapter.mjs +0 -49
  166. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetime-picker-format-directive.mjs +0 -66
  167. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetime-template.formatter.mjs +0 -171
  168. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.component.mjs +0 -398
  169. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.module.mjs +0 -87
  170. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/index.mjs +0 -2
  171. package/esm2022/lib/components/form-fields/datepickers/datetime-picker/public-api.mjs +0 -3
  172. package/esm2022/lib/components/form-fields/datepickers/time-picker/index.mjs +0 -2
  173. package/esm2022/lib/components/form-fields/datepickers/time-picker/public-api.mjs +0 -3
  174. package/esm2022/lib/components/form-fields/datepickers/time-picker/timepicker.component.mjs +0 -77
  175. package/esm2022/lib/components/form-fields/datepickers/time-picker/timepicker.module.mjs +0 -90
  176. package/esm2022/lib/components/form-fields/dropdowns/dropdown/dropdown.component.mjs +0 -194
  177. package/esm2022/lib/components/form-fields/dropdowns/dropdown/dropdown.module.mjs +0 -71
  178. package/esm2022/lib/components/form-fields/dropdowns/dropdown/index.mjs +0 -2
  179. package/esm2022/lib/components/form-fields/dropdowns/dropdown/public-api.mjs +0 -3
  180. package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/index.mjs +0 -2
  181. package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.component.mjs +0 -103
  182. package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.module.mjs +0 -67
  183. package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/public-api.mjs +0 -3
  184. package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/index.mjs +0 -2
  185. package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.component.mjs +0 -67
  186. package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.module.mjs +0 -71
  187. package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/public-api.mjs +0 -3
  188. package/esm2022/lib/components/form-fields/input/index.mjs +0 -2
  189. package/esm2022/lib/components/form-fields/input/input.component.mjs +0 -72
  190. package/esm2022/lib/components/form-fields/input/input.module.mjs +0 -55
  191. package/esm2022/lib/components/form-fields/input/public-api.mjs +0 -3
  192. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/index.mjs +0 -2
  193. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/public-api.mjs +0 -3
  194. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown-highlighter.pipe.mjs +0 -33
  195. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.mjs +0 -683
  196. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.types.mjs +0 -2
  197. package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.module.mjs +0 -75
  198. package/esm2022/lib/components/form-fields/search-fields/search-input/index.mjs +0 -2
  199. package/esm2022/lib/components/form-fields/search-fields/search-input/public-api.mjs +0 -3
  200. package/esm2022/lib/components/form-fields/search-fields/search-input/search-input.component.mjs +0 -43
  201. package/esm2022/lib/components/form-fields/search-fields/search-input/search-input.module.mjs +0 -67
  202. package/esm2022/lib/components/form-fields/selection-fields/checkbox/checkbox.component.mjs +0 -47
  203. package/esm2022/lib/components/form-fields/selection-fields/checkbox/checkbox.module.mjs +0 -39
  204. package/esm2022/lib/components/form-fields/selection-fields/checkbox/index.mjs +0 -2
  205. package/esm2022/lib/components/form-fields/selection-fields/checkbox/public-api.mjs +0 -3
  206. package/esm2022/lib/components/form-fields/selection-fields/radio-button/index.mjs +0 -2
  207. package/esm2022/lib/components/form-fields/selection-fields/radio-button/public-api.mjs +0 -3
  208. package/esm2022/lib/components/form-fields/selection-fields/radio-button/radio-button.component.mjs +0 -53
  209. package/esm2022/lib/components/form-fields/selection-fields/radio-button/radio-button.module.mjs +0 -55
  210. package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/index.mjs +0 -2
  211. package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/public-api.mjs +0 -3
  212. package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.component.mjs +0 -56
  213. package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.module.mjs +0 -39
  214. package/esm2022/lib/components/form-fields/selection-fields/slider/index.mjs +0 -2
  215. package/esm2022/lib/components/form-fields/selection-fields/slider/public-api.mjs +0 -3
  216. package/esm2022/lib/components/form-fields/selection-fields/slider/slider.component.mjs +0 -44
  217. package/esm2022/lib/components/form-fields/selection-fields/slider/slider.module.mjs +0 -43
  218. package/esm2022/lib/components/general/color-palette/colors.enums.mjs +0 -39
  219. package/esm2022/lib/components/header/container/header-container.component.mjs +0 -19
  220. package/esm2022/lib/components/header/container/header-container.module.mjs +0 -16
  221. package/esm2022/lib/components/header/container/index.mjs +0 -2
  222. package/esm2022/lib/components/header/container/public-api.mjs +0 -3
  223. package/esm2022/lib/components/header/header.component.mjs +0 -11
  224. package/esm2022/lib/components/header/header.module.mjs +0 -16
  225. package/esm2022/lib/components/header/index.mjs +0 -2
  226. package/esm2022/lib/components/header/org-display-text/index.mjs +0 -2
  227. package/esm2022/lib/components/header/org-display-text/org-display-text.component.mjs +0 -22
  228. package/esm2022/lib/components/header/org-display-text/org-display-text.module.mjs +0 -18
  229. package/esm2022/lib/components/header/org-display-text/public-api.mjs +0 -3
  230. package/esm2022/lib/components/header/public-api.mjs +0 -3
  231. package/esm2022/lib/components/icon-hover/icon-hover.component.mjs +0 -33
  232. package/esm2022/lib/components/icon-hover/icon-hover.module.mjs +0 -16
  233. package/esm2022/lib/components/icon-hover/index.mjs +0 -2
  234. package/esm2022/lib/components/icon-hover/public-api.mjs +0 -3
  235. package/esm2022/lib/components/logo/ascent-logo/ascent-logo.component.mjs +0 -29
  236. package/esm2022/lib/components/logo/ascent-logo/ascent-logo.module.mjs +0 -18
  237. package/esm2022/lib/components/logo/ascent-logo/index.mjs +0 -2
  238. package/esm2022/lib/components/logo/ascent-logo/public-api.mjs +0 -3
  239. package/esm2022/lib/components/logo/primary-logo/index.mjs +0 -2
  240. package/esm2022/lib/components/logo/primary-logo/primary-logo.component.mjs +0 -37
  241. package/esm2022/lib/components/logo/primary-logo/primary-logo.module.mjs +0 -18
  242. package/esm2022/lib/components/logo/primary-logo/public-api.mjs +0 -3
  243. package/esm2022/lib/components/main-menu/index.mjs +0 -2
  244. package/esm2022/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.mjs +0 -22
  245. package/esm2022/lib/components/main-menu/main-menu.component.mjs +0 -76
  246. package/esm2022/lib/components/main-menu/main-menu.module.mjs +0 -45
  247. package/esm2022/lib/components/main-menu/main-menu.types.mjs +0 -2
  248. package/esm2022/lib/components/main-menu/public-api.mjs +0 -4
  249. package/esm2022/lib/components/modal/index.mjs +0 -2
  250. package/esm2022/lib/components/modal/modal.component.mjs +0 -41
  251. package/esm2022/lib/components/modal/modal.module.mjs +0 -22
  252. package/esm2022/lib/components/modal/public-api.mjs +0 -3
  253. package/esm2022/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.mjs +0 -46
  254. package/esm2022/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.mjs +0 -18
  255. package/esm2022/lib/components/navigation/dashboard-edit-icon/index.mjs +0 -2
  256. package/esm2022/lib/components/navigation/dashboard-edit-icon/public-api.mjs +0 -3
  257. package/esm2022/lib/components/navigation/index.mjs +0 -2
  258. package/esm2022/lib/components/navigation/navigation-actions-container/index.mjs +0 -2
  259. package/esm2022/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.mjs +0 -20
  260. package/esm2022/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.mjs +0 -18
  261. package/esm2022/lib/components/navigation/navigation-actions-container/public-api.mjs +0 -3
  262. package/esm2022/lib/components/navigation/navigation-collapse-handle/index.mjs +0 -2
  263. package/esm2022/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.mjs +0 -48
  264. package/esm2022/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.mjs +0 -18
  265. package/esm2022/lib/components/navigation/navigation-collapse-handle/public-api.mjs +0 -3
  266. package/esm2022/lib/components/navigation/navigation-header/index.mjs +0 -2
  267. package/esm2022/lib/components/navigation/navigation-header/navigation-header.component.mjs +0 -25
  268. package/esm2022/lib/components/navigation/navigation-header/navigation-header.module.mjs +0 -16
  269. package/esm2022/lib/components/navigation/navigation-header/public-api.mjs +0 -3
  270. package/esm2022/lib/components/navigation/navigation-item/index.mjs +0 -2
  271. package/esm2022/lib/components/navigation/navigation-item/navigation-item.component.mjs +0 -74
  272. package/esm2022/lib/components/navigation/navigation-item/navigation-item.module.mjs +0 -21
  273. package/esm2022/lib/components/navigation/navigation-item/public-api.mjs +0 -3
  274. package/esm2022/lib/components/navigation/navigation-items-container/index.mjs +0 -2
  275. package/esm2022/lib/components/navigation/navigation-items-container/navigation-items-container.component.mjs +0 -11
  276. package/esm2022/lib/components/navigation/navigation-items-container/navigation-items-container.module.mjs +0 -16
  277. package/esm2022/lib/components/navigation/navigation-items-container/public-api.mjs +0 -3
  278. package/esm2022/lib/components/navigation/navigation.component.mjs +0 -25
  279. package/esm2022/lib/components/navigation/navigation.module.mjs +0 -16
  280. package/esm2022/lib/components/navigation/public-api.mjs +0 -3
  281. package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/index.mjs +0 -2
  282. package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/public-api.mjs +0 -3
  283. package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.mjs +0 -11
  284. package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.mjs +0 -16
  285. package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/index.mjs +0 -2
  286. package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/public-api.mjs +0 -3
  287. package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.mjs +0 -67
  288. package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.mjs +0 -21
  289. package/esm2022/lib/components/navigation/sub-navigation-item/index.mjs +0 -2
  290. package/esm2022/lib/components/navigation/sub-navigation-item/public-api.mjs +0 -3
  291. package/esm2022/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.mjs +0 -36
  292. package/esm2022/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.mjs +0 -18
  293. package/esm2022/lib/components/navigation/sub-navigation-items-container/index.mjs +0 -2
  294. package/esm2022/lib/components/navigation/sub-navigation-items-container/public-api.mjs +0 -3
  295. package/esm2022/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.mjs +0 -11
  296. package/esm2022/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.mjs +0 -16
  297. package/esm2022/lib/components/pagination/container/index.mjs +0 -2
  298. package/esm2022/lib/components/pagination/container/pagination-container.component.mjs +0 -11
  299. package/esm2022/lib/components/pagination/container/pagination-container.module.mjs +0 -16
  300. package/esm2022/lib/components/pagination/container/public-api.mjs +0 -3
  301. package/esm2022/lib/components/pagination/index.mjs +0 -2
  302. package/esm2022/lib/components/pagination/pagination.component.mjs +0 -85
  303. package/esm2022/lib/components/pagination/pagination.module.mjs +0 -19
  304. package/esm2022/lib/components/pagination/public-api.mjs +0 -3
  305. package/esm2022/lib/components/progress-indicators/progress-bar/index.mjs +0 -2
  306. package/esm2022/lib/components/progress-indicators/progress-bar/progress-bar.component.mjs +0 -78
  307. package/esm2022/lib/components/progress-indicators/progress-bar/progress-bar.module.mjs +0 -19
  308. package/esm2022/lib/components/progress-indicators/progress-bar/public-api.mjs +0 -3
  309. package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/index.mjs +0 -2
  310. package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.mjs +0 -79
  311. package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.mjs +0 -19
  312. package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.mjs +0 -8
  313. package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/public-api.mjs +0 -3
  314. package/esm2022/lib/components/progress-indicators/progress-spinner/index.mjs +0 -2
  315. package/esm2022/lib/components/progress-indicators/progress-spinner/progress-spinner.component.mjs +0 -95
  316. package/esm2022/lib/components/progress-indicators/progress-spinner/progress-spinner.module.mjs +0 -22
  317. package/esm2022/lib/components/progress-indicators/progress-spinner/public-api.mjs +0 -3
  318. package/esm2022/lib/components/progress-stepper/index.mjs +0 -2
  319. package/esm2022/lib/components/progress-stepper/progress-step.types.mjs +0 -2
  320. package/esm2022/lib/components/progress-stepper/progress-stepper.component.mjs +0 -106
  321. package/esm2022/lib/components/progress-stepper/progress-stepper.module.mjs +0 -27
  322. package/esm2022/lib/components/progress-stepper/public-api.mjs +0 -4
  323. package/esm2022/lib/components/rating/index.mjs +0 -2
  324. package/esm2022/lib/components/rating/public-api.mjs +0 -3
  325. package/esm2022/lib/components/rating/rating.component.mjs +0 -69
  326. package/esm2022/lib/components/rating/rating.module.mjs +0 -19
  327. package/esm2022/lib/components/shell-layout/index.mjs +0 -2
  328. package/esm2022/lib/components/shell-layout/public-api.mjs +0 -3
  329. package/esm2022/lib/components/shell-layout/shell-layout.component.mjs +0 -25
  330. package/esm2022/lib/components/shell-layout/shell-layout.module.mjs +0 -18
  331. package/esm2022/lib/components/snackbars/inline-snackbar/index.mjs +0 -2
  332. package/esm2022/lib/components/snackbars/inline-snackbar/inline-snackbar.component.mjs +0 -63
  333. package/esm2022/lib/components/snackbars/inline-snackbar/inline-snackbar.module.mjs +0 -19
  334. package/esm2022/lib/components/snackbars/inline-snackbar/public-api.mjs +0 -3
  335. package/esm2022/lib/components/snackbars/snackbar/index.mjs +0 -2
  336. package/esm2022/lib/components/snackbars/snackbar/public-api.mjs +0 -3
  337. package/esm2022/lib/components/snackbars/snackbar/snackbar.component.mjs +0 -30
  338. package/esm2022/lib/components/snackbars/snackbar/snackbar.module.mjs +0 -21
  339. package/esm2022/lib/components/splash-page/index.mjs +0 -2
  340. package/esm2022/lib/components/splash-page/public-api.mjs +0 -3
  341. package/esm2022/lib/components/splash-page/splash-page.component.mjs +0 -20
  342. package/esm2022/lib/components/splash-page/splash-page.module.mjs +0 -18
  343. package/esm2022/lib/components/stepper-condensed/condensed-helpers.mjs +0 -97
  344. package/esm2022/lib/components/stepper-condensed/condensed-step.type.mjs +0 -12
  345. package/esm2022/lib/components/stepper-condensed/index.mjs +0 -2
  346. package/esm2022/lib/components/stepper-condensed/public-api.mjs +0 -5
  347. package/esm2022/lib/components/stepper-condensed/stepper-condensed.component.mjs +0 -149
  348. package/esm2022/lib/components/stepper-condensed/stepper-condensed.module.mjs +0 -28
  349. package/esm2022/lib/components/submenu/submenu-container/index.mjs +0 -2
  350. package/esm2022/lib/components/submenu/submenu-container/public-api.mjs +0 -3
  351. package/esm2022/lib/components/submenu/submenu-container/submenu-container.component.mjs +0 -22
  352. package/esm2022/lib/components/submenu/submenu-container/submenu-container.module.mjs +0 -18
  353. package/esm2022/lib/components/submenu/submenu-heading/index.mjs +0 -2
  354. package/esm2022/lib/components/submenu/submenu-heading/public-api.mjs +0 -3
  355. package/esm2022/lib/components/submenu/submenu-heading/submenu-heading.component.mjs +0 -17
  356. package/esm2022/lib/components/submenu/submenu-heading/submenu-heading.module.mjs +0 -18
  357. package/esm2022/lib/components/submenu/submenu-item/index.mjs +0 -2
  358. package/esm2022/lib/components/submenu/submenu-item/public-api.mjs +0 -3
  359. package/esm2022/lib/components/submenu/submenu-item/submenu-item.component.mjs +0 -28
  360. package/esm2022/lib/components/submenu/submenu-item/submenu-item.module.mjs +0 -19
  361. package/esm2022/lib/components/submenu/submenu-secondary-item/index.mjs +0 -2
  362. package/esm2022/lib/components/submenu/submenu-secondary-item/public-api.mjs +0 -3
  363. package/esm2022/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.mjs +0 -33
  364. package/esm2022/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.mjs +0 -19
  365. package/esm2022/lib/components/table/index.mjs +0 -2
  366. package/esm2022/lib/components/table/public-api.mjs +0 -3
  367. package/esm2022/lib/components/table/table.component.mjs +0 -81
  368. package/esm2022/lib/components/table/table.module.mjs +0 -20
  369. package/esm2022/lib/components/tags/create-tag/create-tag.component.mjs +0 -218
  370. package/esm2022/lib/components/tags/create-tag/create-tag.module.mjs +0 -43
  371. package/esm2022/lib/components/tags/create-tag/index.mjs +0 -2
  372. package/esm2022/lib/components/tags/create-tag/public-api.mjs +0 -3
  373. package/esm2022/lib/components/tags/tag/index.mjs +0 -2
  374. package/esm2022/lib/components/tags/tag/public-api.mjs +0 -4
  375. package/esm2022/lib/components/tags/tag/tag.component.mjs +0 -68
  376. package/esm2022/lib/components/tags/tag/tag.module.mjs +0 -19
  377. package/esm2022/lib/components/tags/tag/tag.types.mjs +0 -2
  378. package/esm2022/lib/components/tags/tag-container/index.mjs +0 -2
  379. package/esm2022/lib/components/tags/tag-container/public-api.mjs +0 -3
  380. package/esm2022/lib/components/tags/tag-container/tag-container.component.mjs +0 -11
  381. package/esm2022/lib/components/tags/tag-container/tag-container.module.mjs +0 -18
  382. package/esm2022/lib/components/timeline-stepper/index.mjs +0 -2
  383. package/esm2022/lib/components/timeline-stepper/public-api.mjs +0 -5
  384. package/esm2022/lib/components/timeline-stepper/timeline-helpers.mjs +0 -97
  385. package/esm2022/lib/components/timeline-stepper/timeline-step.type.mjs +0 -12
  386. package/esm2022/lib/components/timeline-stepper/timeline-stepper.component.mjs +0 -148
  387. package/esm2022/lib/components/timeline-stepper/timeline-stepper.module.mjs +0 -28
  388. package/esm2022/lib/components/vertical-stepper/index.mjs +0 -2
  389. package/esm2022/lib/components/vertical-stepper/public-api.mjs +0 -5
  390. package/esm2022/lib/components/vertical-stepper/vertical-helpers.mjs +0 -98
  391. package/esm2022/lib/components/vertical-stepper/vertical-step.type.mjs +0 -12
  392. package/esm2022/lib/components/vertical-stepper/vertical-stepper.component.mjs +0 -125
  393. package/esm2022/lib/components/vertical-stepper/vertical-stepper.module.mjs +0 -28
  394. package/esm2022/lib/components/widgets/widget-actions/index.mjs +0 -2
  395. package/esm2022/lib/components/widgets/widget-actions/public-api.mjs +0 -3
  396. package/esm2022/lib/components/widgets/widget-actions/widget-actions.component.mjs +0 -11
  397. package/esm2022/lib/components/widgets/widget-actions/widget-actions.module.mjs +0 -16
  398. package/esm2022/lib/components/widgets/widget-bar/index.mjs +0 -2
  399. package/esm2022/lib/components/widgets/widget-bar/public-api.mjs +0 -3
  400. package/esm2022/lib/components/widgets/widget-bar/widget-bar.component.mjs +0 -20
  401. package/esm2022/lib/components/widgets/widget-bar/widget-bar.module.mjs +0 -18
  402. package/esm2022/lib/components/widgets/widget-container/index.mjs +0 -2
  403. package/esm2022/lib/components/widgets/widget-container/public-api.mjs +0 -3
  404. package/esm2022/lib/components/widgets/widget-container/widget-container.component.mjs +0 -11
  405. package/esm2022/lib/components/widgets/widget-container/widget-container.module.mjs +0 -18
  406. package/esm2022/lib/components/widgets/widget-footer/index.mjs +0 -2
  407. package/esm2022/lib/components/widgets/widget-footer/public-api.mjs +0 -3
  408. package/esm2022/lib/components/widgets/widget-footer/widget-footer.component.mjs +0 -11
  409. package/esm2022/lib/components/widgets/widget-footer/widget-footer.module.mjs +0 -18
  410. package/esm2022/lib/components/widgets/widget-header/index.mjs +0 -2
  411. package/esm2022/lib/components/widgets/widget-header/public-api.mjs +0 -3
  412. package/esm2022/lib/components/widgets/widget-header/widget-header.component.mjs +0 -11
  413. package/esm2022/lib/components/widgets/widget-header/widget-header.module.mjs +0 -18
  414. package/esm2022/lib/components/widgets/widget-preview/index.mjs +0 -2
  415. package/esm2022/lib/components/widgets/widget-preview/public-api.mjs +0 -3
  416. package/esm2022/lib/components/widgets/widget-preview/widget-preview.component.mjs +0 -25
  417. package/esm2022/lib/components/widgets/widget-preview/widget-preview.module.mjs +0 -18
  418. package/esm2022/lib/components/widgets/widget-thumbnail/index.mjs +0 -2
  419. package/esm2022/lib/components/widgets/widget-thumbnail/public-api.mjs +0 -3
  420. package/esm2022/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.mjs +0 -100
  421. package/esm2022/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.mjs +0 -20
  422. package/esm2022/lib/components/widgets/widget-thumbnail-container/index.mjs +0 -2
  423. package/esm2022/lib/components/widgets/widget-thumbnail-container/public-api.mjs +0 -3
  424. package/esm2022/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.mjs +0 -12
  425. package/esm2022/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.mjs +0 -18
  426. package/esm2022/lib/components/widgets/widget-title/index.mjs +0 -2
  427. package/esm2022/lib/components/widgets/widget-title/public-api.mjs +0 -3
  428. package/esm2022/lib/components/widgets/widget-title/widget-title.component.mjs +0 -22
  429. package/esm2022/lib/components/widgets/widget-title/widget-title.module.mjs +0 -18
  430. package/esm2022/lib/components/wizard-stepper/index.mjs +0 -2
  431. package/esm2022/lib/components/wizard-stepper/public-api.mjs +0 -4
  432. package/esm2022/lib/components/wizard-stepper/wizard-stepper.component.mjs +0 -28
  433. package/esm2022/lib/components/wizard-stepper/wizard-stepper.module.mjs +0 -20
  434. package/esm2022/lib/components/wizard-stepper/wizard-stepper.types.mjs +0 -2
  435. package/esm2022/lib/services/viewport/viewport.service.interface.mjs +0 -2
  436. package/esm2022/lib/services/viewport/viewport.service.mjs +0 -32
  437. package/esm2022/lib/services/window/window.service.interface.mjs +0 -2
  438. package/esm2022/lib/services/window/window.service.mjs +0 -29
  439. package/esm2022/src/lib/components/avatar/ascentgl-ads-ui-src-lib-components-avatar.mjs +0 -5
  440. package/esm2022/src/lib/components/avatar/avatar.component.mjs +0 -50
  441. package/esm2022/src/lib/components/avatar/avatar.module.mjs +0 -19
  442. package/esm2022/src/lib/components/avatar/avatar.types.mjs +0 -2
  443. package/esm2022/src/lib/components/avatar/public-api.mjs +0 -3
  444. package/esm2022/src/lib/components/buttons/button-container/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +0 -5
  445. package/esm2022/src/lib/components/buttons/button-container/button-container.component.mjs +0 -17
  446. package/esm2022/src/lib/components/buttons/button-container/button-container.module.mjs +0 -18
  447. package/esm2022/src/lib/components/buttons/button-container/public-api.mjs +0 -3
  448. package/esm2022/src/lib/components/buttons/selection-button/ascentgl-ads-ui-src-lib-components-buttons-selection-button.mjs +0 -5
  449. package/esm2022/src/lib/components/buttons/selection-button/public-api.mjs +0 -3
  450. package/esm2022/src/lib/components/buttons/selection-button/selection-button.component.mjs +0 -60
  451. package/esm2022/src/lib/components/buttons/selection-button/selection-button.module.mjs +0 -20
  452. package/esm2022/src/lib/components/card/ascentgl-ads-ui-src-lib-components-card.mjs +0 -5
  453. package/esm2022/src/lib/components/card/card.component.mjs +0 -11
  454. package/esm2022/src/lib/components/card/card.module.mjs +0 -18
  455. package/esm2022/src/lib/components/card/public-api.mjs +0 -3
  456. package/esm2022/src/lib/components/divider/ascentgl-ads-ui-src-lib-components-divider.mjs +0 -5
  457. package/esm2022/src/lib/components/divider/divider.component.mjs +0 -43
  458. package/esm2022/src/lib/components/divider/divider.module.mjs +0 -18
  459. package/esm2022/src/lib/components/divider/public-api.mjs +0 -3
  460. package/esm2022/src/lib/components/drag-and-drop-list/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +0 -5
  461. package/esm2022/src/lib/components/drag-and-drop-list/dom.element.mjs +0 -62
  462. package/esm2022/src/lib/components/drag-and-drop-list/drag-and-drop-list.component.mjs +0 -349
  463. package/esm2022/src/lib/components/drag-and-drop-list/drag-and-drop-list.enums.mjs +0 -2
  464. package/esm2022/src/lib/components/drag-and-drop-list/drag-and-drop-list.module.mjs +0 -18
  465. package/esm2022/src/lib/components/drag-and-drop-list/dragged.placeholder.mjs +0 -63
  466. package/esm2022/src/lib/components/drag-and-drop-list/public-api.mjs +0 -3
  467. package/esm2022/src/lib/components/error-page/error-page-code/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs +0 -5
  468. package/esm2022/src/lib/components/error-page/error-page-code/error-page-code.component.mjs +0 -14
  469. package/esm2022/src/lib/components/error-page/error-page-code/error-page-code.module.mjs +0 -18
  470. package/esm2022/src/lib/components/error-page/error-page-code/public-api.mjs +0 -3
  471. package/esm2022/src/lib/components/footer/ascentgl-ads-ui-src-lib-components-footer.mjs +0 -5
  472. package/esm2022/src/lib/components/footer/container/ascentgl-ads-ui-src-lib-components-footer-container.mjs +0 -5
  473. package/esm2022/src/lib/components/footer/container/footer-container.component.mjs +0 -11
  474. package/esm2022/src/lib/components/footer/container/footer-container.module.mjs +0 -16
  475. package/esm2022/src/lib/components/footer/container/public-api.mjs +0 -3
  476. package/esm2022/src/lib/components/footer/footer.component.mjs +0 -35
  477. package/esm2022/src/lib/components/footer/footer.component.types.mjs +0 -2
  478. package/esm2022/src/lib/components/footer/footer.module.mjs +0 -18
  479. package/esm2022/src/lib/components/footer/public-api.mjs +0 -4
  480. package/esm2022/src/lib/components/header/ascentgl-ads-ui-src-lib-components-header.mjs +0 -5
  481. package/esm2022/src/lib/components/header/container/ascentgl-ads-ui-src-lib-components-header-container.mjs +0 -5
  482. package/esm2022/src/lib/components/header/container/header-container.component.mjs +0 -19
  483. package/esm2022/src/lib/components/header/container/header-container.module.mjs +0 -16
  484. package/esm2022/src/lib/components/header/container/public-api.mjs +0 -3
  485. package/esm2022/src/lib/components/header/header.component.mjs +0 -11
  486. package/esm2022/src/lib/components/header/header.module.mjs +0 -16
  487. package/esm2022/src/lib/components/header/org-display-text/ascentgl-ads-ui-src-lib-components-header-org-display-text.mjs +0 -5
  488. package/esm2022/src/lib/components/header/org-display-text/org-display-text.component.mjs +0 -22
  489. package/esm2022/src/lib/components/header/org-display-text/org-display-text.module.mjs +0 -18
  490. package/esm2022/src/lib/components/header/org-display-text/public-api.mjs +0 -3
  491. package/esm2022/src/lib/components/header/public-api.mjs +0 -3
  492. package/esm2022/src/lib/components/logo/primary-logo/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +0 -5
  493. package/esm2022/src/lib/components/logo/primary-logo/primary-logo.component.mjs +0 -37
  494. package/esm2022/src/lib/components/logo/primary-logo/primary-logo.module.mjs +0 -18
  495. package/esm2022/src/lib/components/logo/primary-logo/public-api.mjs +0 -3
  496. package/esm2022/src/lib/components/main-menu/ascentgl-ads-ui-src-lib-components-main-menu.mjs +0 -5
  497. package/esm2022/src/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.mjs +0 -22
  498. package/esm2022/src/lib/components/main-menu/main-menu.component.mjs +0 -76
  499. package/esm2022/src/lib/components/main-menu/main-menu.module.mjs +0 -45
  500. package/esm2022/src/lib/components/main-menu/main-menu.types.mjs +0 -2
  501. package/esm2022/src/lib/components/main-menu/public-api.mjs +0 -4
  502. package/esm2022/src/lib/components/navigation/ascentgl-ads-ui-src-lib-components-navigation.mjs +0 -5
  503. package/esm2022/src/lib/components/navigation/dashboard-edit-icon/ascentgl-ads-ui-src-lib-components-navigation-dashboard-edit-icon.mjs +0 -5
  504. package/esm2022/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.mjs +0 -46
  505. package/esm2022/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.mjs +0 -18
  506. package/esm2022/src/lib/components/navigation/dashboard-edit-icon/public-api.mjs +0 -3
  507. package/esm2022/src/lib/components/navigation/navigation-actions-container/ascentgl-ads-ui-src-lib-components-navigation-navigation-actions-container.mjs +0 -5
  508. package/esm2022/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.mjs +0 -20
  509. package/esm2022/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.mjs +0 -18
  510. package/esm2022/src/lib/components/navigation/navigation-actions-container/public-api.mjs +0 -3
  511. package/esm2022/src/lib/components/navigation/navigation-collapse-handle/ascentgl-ads-ui-src-lib-components-navigation-navigation-collapse-handle.mjs +0 -5
  512. package/esm2022/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.mjs +0 -48
  513. package/esm2022/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.mjs +0 -18
  514. package/esm2022/src/lib/components/navigation/navigation-collapse-handle/public-api.mjs +0 -3
  515. package/esm2022/src/lib/components/navigation/navigation-header/ascentgl-ads-ui-src-lib-components-navigation-navigation-header.mjs +0 -5
  516. package/esm2022/src/lib/components/navigation/navigation-header/navigation-header.component.mjs +0 -25
  517. package/esm2022/src/lib/components/navigation/navigation-header/navigation-header.module.mjs +0 -16
  518. package/esm2022/src/lib/components/navigation/navigation-header/public-api.mjs +0 -3
  519. package/esm2022/src/lib/components/navigation/navigation-item/ascentgl-ads-ui-src-lib-components-navigation-navigation-item.mjs +0 -5
  520. package/esm2022/src/lib/components/navigation/navigation-item/navigation-item.component.mjs +0 -74
  521. package/esm2022/src/lib/components/navigation/navigation-item/navigation-item.module.mjs +0 -21
  522. package/esm2022/src/lib/components/navigation/navigation-item/public-api.mjs +0 -3
  523. package/esm2022/src/lib/components/navigation/navigation-items-container/ascentgl-ads-ui-src-lib-components-navigation-navigation-items-container.mjs +0 -5
  524. package/esm2022/src/lib/components/navigation/navigation-items-container/navigation-items-container.component.mjs +0 -11
  525. package/esm2022/src/lib/components/navigation/navigation-items-container/navigation-items-container.module.mjs +0 -16
  526. package/esm2022/src/lib/components/navigation/navigation-items-container/public-api.mjs +0 -3
  527. package/esm2022/src/lib/components/navigation/navigation.component.mjs +0 -25
  528. package/esm2022/src/lib/components/navigation/navigation.module.mjs +0 -16
  529. package/esm2022/src/lib/components/navigation/public-api.mjs +0 -3
  530. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-container/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-container.mjs +0 -5
  531. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-container/public-api.mjs +0 -3
  532. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.mjs +0 -11
  533. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.mjs +0 -16
  534. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-item/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-item.mjs +0 -5
  535. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-item/public-api.mjs +0 -3
  536. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.mjs +0 -67
  537. package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.mjs +0 -21
  538. package/esm2022/src/lib/components/navigation/sub-navigation-item/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-item.mjs +0 -5
  539. package/esm2022/src/lib/components/navigation/sub-navigation-item/public-api.mjs +0 -3
  540. package/esm2022/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.mjs +0 -36
  541. package/esm2022/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.mjs +0 -18
  542. package/esm2022/src/lib/components/navigation/sub-navigation-items-container/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-items-container.mjs +0 -5
  543. package/esm2022/src/lib/components/navigation/sub-navigation-items-container/public-api.mjs +0 -3
  544. package/esm2022/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.mjs +0 -11
  545. package/esm2022/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.mjs +0 -16
  546. package/esm2022/src/lib/components/pagination/ascentgl-ads-ui-src-lib-components-pagination.mjs +0 -5
  547. package/esm2022/src/lib/components/pagination/container/ascentgl-ads-ui-src-lib-components-pagination-container.mjs +0 -5
  548. package/esm2022/src/lib/components/pagination/container/pagination-container.component.mjs +0 -11
  549. package/esm2022/src/lib/components/pagination/container/pagination-container.module.mjs +0 -16
  550. package/esm2022/src/lib/components/pagination/container/public-api.mjs +0 -3
  551. package/esm2022/src/lib/components/pagination/pagination.component.mjs +0 -85
  552. package/esm2022/src/lib/components/pagination/pagination.module.mjs +0 -19
  553. package/esm2022/src/lib/components/pagination/public-api.mjs +0 -3
  554. package/esm2022/src/lib/components/progress-indicators/progress-bar/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +0 -5
  555. package/esm2022/src/lib/components/progress-indicators/progress-bar/progress-bar.component.mjs +0 -78
  556. package/esm2022/src/lib/components/progress-indicators/progress-bar/progress-bar.module.mjs +0 -19
  557. package/esm2022/src/lib/components/progress-indicators/progress-bar/public-api.mjs +0 -3
  558. package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +0 -5
  559. package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.mjs +0 -79
  560. package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.mjs +0 -19
  561. package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.mjs +0 -8
  562. package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/public-api.mjs +0 -3
  563. package/esm2022/src/lib/components/progress-indicators/progress-spinner/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +0 -5
  564. package/esm2022/src/lib/components/progress-indicators/progress-spinner/progress-spinner.component.mjs +0 -95
  565. package/esm2022/src/lib/components/progress-indicators/progress-spinner/progress-spinner.module.mjs +0 -22
  566. package/esm2022/src/lib/components/progress-indicators/progress-spinner/public-api.mjs +0 -3
  567. package/esm2022/src/lib/components/progress-stepper/ascentgl-ads-ui-src-lib-components-progress-stepper.mjs +0 -5
  568. package/esm2022/src/lib/components/progress-stepper/progress-step.types.mjs +0 -2
  569. package/esm2022/src/lib/components/progress-stepper/progress-stepper.component.mjs +0 -106
  570. package/esm2022/src/lib/components/progress-stepper/progress-stepper.module.mjs +0 -27
  571. package/esm2022/src/lib/components/progress-stepper/public-api.mjs +0 -4
  572. package/esm2022/src/lib/components/rating/ascentgl-ads-ui-src-lib-components-rating.mjs +0 -5
  573. package/esm2022/src/lib/components/rating/public-api.mjs +0 -3
  574. package/esm2022/src/lib/components/rating/rating.component.mjs +0 -69
  575. package/esm2022/src/lib/components/rating/rating.module.mjs +0 -19
  576. package/esm2022/src/lib/components/shell-layout/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +0 -5
  577. package/esm2022/src/lib/components/shell-layout/public-api.mjs +0 -3
  578. package/esm2022/src/lib/components/shell-layout/shell-layout.component.mjs +0 -25
  579. package/esm2022/src/lib/components/shell-layout/shell-layout.module.mjs +0 -18
  580. package/esm2022/src/lib/components/splash-page/ascentgl-ads-ui-src-lib-components-splash-page.mjs +0 -5
  581. package/esm2022/src/lib/components/splash-page/public-api.mjs +0 -3
  582. package/esm2022/src/lib/components/splash-page/splash-page.component.mjs +0 -20
  583. package/esm2022/src/lib/components/splash-page/splash-page.module.mjs +0 -18
  584. package/esm2022/src/lib/components/submenu/submenu-container/ascentgl-ads-ui-src-lib-components-submenu-submenu-container.mjs +0 -5
  585. package/esm2022/src/lib/components/submenu/submenu-container/public-api.mjs +0 -3
  586. package/esm2022/src/lib/components/submenu/submenu-container/submenu-container.component.mjs +0 -22
  587. package/esm2022/src/lib/components/submenu/submenu-container/submenu-container.module.mjs +0 -18
  588. package/esm2022/src/lib/components/submenu/submenu-heading/ascentgl-ads-ui-src-lib-components-submenu-submenu-heading.mjs +0 -5
  589. package/esm2022/src/lib/components/submenu/submenu-heading/public-api.mjs +0 -3
  590. package/esm2022/src/lib/components/submenu/submenu-heading/submenu-heading.component.mjs +0 -17
  591. package/esm2022/src/lib/components/submenu/submenu-heading/submenu-heading.module.mjs +0 -18
  592. package/esm2022/src/lib/components/submenu/submenu-item/ascentgl-ads-ui-src-lib-components-submenu-submenu-item.mjs +0 -5
  593. package/esm2022/src/lib/components/submenu/submenu-item/public-api.mjs +0 -3
  594. package/esm2022/src/lib/components/submenu/submenu-item/submenu-item.component.mjs +0 -28
  595. package/esm2022/src/lib/components/submenu/submenu-item/submenu-item.module.mjs +0 -19
  596. package/esm2022/src/lib/components/submenu/submenu-secondary-item/ascentgl-ads-ui-src-lib-components-submenu-submenu-secondary-item.mjs +0 -5
  597. package/esm2022/src/lib/components/submenu/submenu-secondary-item/public-api.mjs +0 -3
  598. package/esm2022/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.mjs +0 -33
  599. package/esm2022/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.mjs +0 -19
  600. package/esm2022/src/lib/components/tags/tag-container/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +0 -5
  601. package/esm2022/src/lib/components/tags/tag-container/public-api.mjs +0 -3
  602. package/esm2022/src/lib/components/tags/tag-container/tag-container.component.mjs +0 -11
  603. package/esm2022/src/lib/components/tags/tag-container/tag-container.module.mjs +0 -18
  604. package/esm2022/src/lib/components/timeline-stepper/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs +0 -5
  605. package/esm2022/src/lib/components/timeline-stepper/public-api.mjs +0 -5
  606. package/esm2022/src/lib/components/timeline-stepper/timeline-helpers.mjs +0 -97
  607. package/esm2022/src/lib/components/timeline-stepper/timeline-step.type.mjs +0 -12
  608. package/esm2022/src/lib/components/timeline-stepper/timeline-stepper.component.mjs +0 -148
  609. package/esm2022/src/lib/components/timeline-stepper/timeline-stepper.module.mjs +0 -28
  610. package/esm2022/src/lib/components/vertical-stepper/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs +0 -5
  611. package/esm2022/src/lib/components/vertical-stepper/public-api.mjs +0 -5
  612. package/esm2022/src/lib/components/vertical-stepper/vertical-helpers.mjs +0 -98
  613. package/esm2022/src/lib/components/vertical-stepper/vertical-step.type.mjs +0 -12
  614. package/esm2022/src/lib/components/vertical-stepper/vertical-stepper.component.mjs +0 -125
  615. package/esm2022/src/lib/components/vertical-stepper/vertical-stepper.module.mjs +0 -28
  616. package/esm2022/src/lib/components/widgets/widget-actions/ascentgl-ads-ui-src-lib-components-widgets-widget-actions.mjs +0 -5
  617. package/esm2022/src/lib/components/widgets/widget-actions/public-api.mjs +0 -3
  618. package/esm2022/src/lib/components/widgets/widget-actions/widget-actions.component.mjs +0 -11
  619. package/esm2022/src/lib/components/widgets/widget-actions/widget-actions.module.mjs +0 -16
  620. package/esm2022/src/lib/components/widgets/widget-bar/ascentgl-ads-ui-src-lib-components-widgets-widget-bar.mjs +0 -5
  621. package/esm2022/src/lib/components/widgets/widget-bar/public-api.mjs +0 -3
  622. package/esm2022/src/lib/components/widgets/widget-bar/widget-bar.component.mjs +0 -20
  623. package/esm2022/src/lib/components/widgets/widget-bar/widget-bar.module.mjs +0 -18
  624. package/esm2022/src/lib/components/widgets/widget-container/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs +0 -5
  625. package/esm2022/src/lib/components/widgets/widget-container/public-api.mjs +0 -3
  626. package/esm2022/src/lib/components/widgets/widget-container/widget-container.component.mjs +0 -11
  627. package/esm2022/src/lib/components/widgets/widget-container/widget-container.module.mjs +0 -18
  628. package/esm2022/src/lib/components/widgets/widget-footer/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs +0 -5
  629. package/esm2022/src/lib/components/widgets/widget-footer/public-api.mjs +0 -3
  630. package/esm2022/src/lib/components/widgets/widget-footer/widget-footer.component.mjs +0 -11
  631. package/esm2022/src/lib/components/widgets/widget-footer/widget-footer.module.mjs +0 -18
  632. package/esm2022/src/lib/components/widgets/widget-header/ascentgl-ads-ui-src-lib-components-widgets-widget-header.mjs +0 -5
  633. package/esm2022/src/lib/components/widgets/widget-header/public-api.mjs +0 -3
  634. package/esm2022/src/lib/components/widgets/widget-header/widget-header.component.mjs +0 -11
  635. package/esm2022/src/lib/components/widgets/widget-header/widget-header.module.mjs +0 -18
  636. package/esm2022/src/lib/components/widgets/widget-preview/ascentgl-ads-ui-src-lib-components-widgets-widget-preview.mjs +0 -5
  637. package/esm2022/src/lib/components/widgets/widget-preview/public-api.mjs +0 -3
  638. package/esm2022/src/lib/components/widgets/widget-preview/widget-preview.component.mjs +0 -25
  639. package/esm2022/src/lib/components/widgets/widget-preview/widget-preview.module.mjs +0 -18
  640. package/esm2022/src/lib/components/widgets/widget-thumbnail/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail.mjs +0 -5
  641. package/esm2022/src/lib/components/widgets/widget-thumbnail/public-api.mjs +0 -3
  642. package/esm2022/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.mjs +0 -100
  643. package/esm2022/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.mjs +0 -20
  644. package/esm2022/src/lib/components/widgets/widget-thumbnail-container/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail-container.mjs +0 -5
  645. package/esm2022/src/lib/components/widgets/widget-thumbnail-container/public-api.mjs +0 -3
  646. package/esm2022/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.mjs +0 -12
  647. package/esm2022/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.mjs +0 -18
  648. package/esm2022/src/lib/components/widgets/widget-title/ascentgl-ads-ui-src-lib-components-widgets-widget-title.mjs +0 -5
  649. package/esm2022/src/lib/components/widgets/widget-title/public-api.mjs +0 -3
  650. package/esm2022/src/lib/components/widgets/widget-title/widget-title.component.mjs +0 -22
  651. package/esm2022/src/lib/components/widgets/widget-title/widget-title.module.mjs +0 -18
  652. package/esm2022/src/lib/components/wizard-stepper/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs +0 -5
  653. package/esm2022/src/lib/components/wizard-stepper/public-api.mjs +0 -4
  654. package/esm2022/src/lib/components/wizard-stepper/wizard-stepper.component.mjs +0 -28
  655. package/esm2022/src/lib/components/wizard-stepper/wizard-stepper.module.mjs +0 -20
  656. package/esm2022/src/lib/components/wizard-stepper/wizard-stepper.types.mjs +0 -2
  657. package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-selection-button.mjs +0 -83
  658. package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-selection-button.mjs.map +0 -1
  659. package/fesm2022/ascentgl-ads-ui-src-lib-components-card.mjs +0 -33
  660. package/fesm2022/ascentgl-ads-ui-src-lib-components-card.mjs.map +0 -1
  661. package/fesm2022/ascentgl-ads-ui-src-lib-components-divider.mjs +0 -65
  662. package/fesm2022/ascentgl-ads-ui-src-lib-components-divider.mjs.map +0 -1
  663. package/fesm2022/ascentgl-ads-ui-src-lib-components-header-org-display-text.mjs +0 -44
  664. package/fesm2022/ascentgl-ads-ui-src-lib-components-header-org-display-text.mjs.map +0 -1
  665. package/fesm2022/ascentgl-ads-ui-src-lib-components-main-menu.mjs +0 -135
  666. package/fesm2022/ascentgl-ads-ui-src-lib-components-main-menu.mjs.map +0 -1
  667. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-dashboard-edit-icon.mjs +0 -67
  668. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-dashboard-edit-icon.mjs.map +0 -1
  669. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-actions-container.mjs +0 -42
  670. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-actions-container.mjs.map +0 -1
  671. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-collapse-handle.mjs +0 -69
  672. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-collapse-handle.mjs.map +0 -1
  673. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-header.mjs +0 -45
  674. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-header.mjs.map +0 -1
  675. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-item.mjs +0 -98
  676. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-item.mjs.map +0 -1
  677. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-items-container.mjs +0 -31
  678. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-items-container.mjs.map +0 -1
  679. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-container.mjs +0 -31
  680. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-container.mjs.map +0 -1
  681. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-item.mjs +0 -91
  682. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-item.mjs.map +0 -1
  683. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-item.mjs +0 -58
  684. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-item.mjs.map +0 -1
  685. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-items-container.mjs +0 -31
  686. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-items-container.mjs.map +0 -1
  687. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation.mjs +0 -45
  688. package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation.mjs.map +0 -1
  689. package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination-container.mjs +0 -31
  690. package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination-container.mjs.map +0 -1
  691. package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination.mjs +0 -107
  692. package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination.mjs.map +0 -1
  693. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-stepper.mjs +0 -136
  694. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-stepper.mjs.map +0 -1
  695. package/fesm2022/ascentgl-ads-ui-src-lib-components-rating.mjs +0 -91
  696. package/fesm2022/ascentgl-ads-ui-src-lib-components-rating.mjs.map +0 -1
  697. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-container.mjs +0 -44
  698. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-container.mjs.map +0 -1
  699. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-heading.mjs +0 -39
  700. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-heading.mjs.map +0 -1
  701. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-item.mjs +0 -51
  702. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-item.mjs.map +0 -1
  703. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-secondary-item.mjs +0 -56
  704. package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-secondary-item.mjs.map +0 -1
  705. package/fesm2022/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs +0 -286
  706. package/fesm2022/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs.map +0 -1
  707. package/fesm2022/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs +0 -264
  708. package/fesm2022/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs.map +0 -1
  709. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-actions.mjs +0 -31
  710. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-actions.mjs.map +0 -1
  711. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-bar.mjs +0 -42
  712. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-bar.mjs.map +0 -1
  713. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs +0 -33
  714. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs.map +0 -1
  715. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs +0 -33
  716. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs.map +0 -1
  717. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-header.mjs +0 -33
  718. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-header.mjs.map +0 -1
  719. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-preview.mjs +0 -47
  720. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-preview.mjs.map +0 -1
  721. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail-container.mjs +0 -34
  722. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail-container.mjs.map +0 -1
  723. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail.mjs +0 -123
  724. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail.mjs.map +0 -1
  725. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-title.mjs +0 -44
  726. package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-title.mjs.map +0 -1
  727. package/fesm2022/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs +0 -51
  728. package/fesm2022/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs.map +0 -1
  729. package/lib/components/avatar/avatar.component.d.ts +0 -30
  730. package/lib/components/avatar/avatar.module.d.ts +0 -9
  731. package/lib/components/avatar/avatar.types.d.ts +0 -1
  732. package/lib/components/avatar/index.d.ts +0 -1
  733. package/lib/components/avatar/public-api.d.ts +0 -2
  734. package/lib/components/badge/index.d.ts +0 -1
  735. package/lib/components/badge/numeric-badge.component.d.ts +0 -22
  736. package/lib/components/badge/numeric-badge.module.d.ts +0 -9
  737. package/lib/components/badge/public-api.d.ts +0 -2
  738. package/lib/components/breadcrumb/breadcrumb.component.d.ts +0 -37
  739. package/lib/components/breadcrumb/breadcrumb.module.d.ts +0 -11
  740. package/lib/components/breadcrumb/breadcrumb.type.d.ts +0 -7
  741. package/lib/components/breadcrumb/breadcrumb.visual-processor.d.ts +0 -16
  742. package/lib/components/breadcrumb/index.d.ts +0 -1
  743. package/lib/components/breadcrumb/public-api.d.ts +0 -3
  744. package/lib/components/buttons/button/button.component.d.ts +0 -24
  745. package/lib/components/buttons/button/button.module.d.ts +0 -9
  746. package/lib/components/buttons/button/index.d.ts +0 -1
  747. package/lib/components/buttons/button/public-api.d.ts +0 -2
  748. package/lib/components/buttons/button-container/button-container.component.d.ts +0 -9
  749. package/lib/components/buttons/button-container/button-container.module.d.ts +0 -8
  750. package/lib/components/buttons/button-container/index.d.ts +0 -1
  751. package/lib/components/buttons/button-container/public-api.d.ts +0 -2
  752. package/lib/components/buttons/icon-button/icon-button.component.d.ts +0 -25
  753. package/lib/components/buttons/icon-button/icon-button.module.d.ts +0 -10
  754. package/lib/components/buttons/icon-button/index.d.ts +0 -1
  755. package/lib/components/buttons/icon-button/public-api.d.ts +0 -2
  756. package/lib/components/buttons/link-button/index.d.ts +0 -1
  757. package/lib/components/buttons/link-button/link-button.component.d.ts +0 -9
  758. package/lib/components/buttons/link-button/link-button.module.d.ts +0 -10
  759. package/lib/components/buttons/link-button/public-api.d.ts +0 -2
  760. package/lib/components/buttons/selection-button/index.d.ts +0 -1
  761. package/lib/components/buttons/selection-button/public-api.d.ts +0 -2
  762. package/lib/components/buttons/selection-button/selection-button.component.d.ts +0 -40
  763. package/lib/components/buttons/selection-button/selection-button.module.d.ts +0 -10
  764. package/lib/components/card/card.component.d.ts +0 -5
  765. package/lib/components/card/card.module.d.ts +0 -8
  766. package/lib/components/card/index.d.ts +0 -1
  767. package/lib/components/card/public-api.d.ts +0 -2
  768. package/lib/components/chip/chip.component.d.ts +0 -27
  769. package/lib/components/chip/chip.module.d.ts +0 -9
  770. package/lib/components/chip/chip.types.d.ts +0 -4
  771. package/lib/components/chip/index.d.ts +0 -1
  772. package/lib/components/chip/public-api.d.ts +0 -2
  773. package/lib/components/divider/divider.component.d.ts +0 -26
  774. package/lib/components/divider/divider.module.d.ts +0 -8
  775. package/lib/components/divider/index.d.ts +0 -1
  776. package/lib/components/divider/public-api.d.ts +0 -2
  777. package/lib/components/drag-and-drop-list/dom.element.d.ts +0 -17
  778. package/lib/components/drag-and-drop-list/drag-and-drop-list.component.d.ts +0 -82
  779. package/lib/components/drag-and-drop-list/drag-and-drop-list.enums.d.ts +0 -8
  780. package/lib/components/drag-and-drop-list/drag-and-drop-list.module.d.ts +0 -8
  781. package/lib/components/drag-and-drop-list/dragged.placeholder.d.ts +0 -14
  782. package/lib/components/drag-and-drop-list/index.d.ts +0 -1
  783. package/lib/components/drag-and-drop-list/public-api.d.ts +0 -2
  784. package/lib/components/error-page/error-page-code/error-page-code.component.d.ts +0 -5
  785. package/lib/components/error-page/error-page-code/error-page-code.module.d.ts +0 -8
  786. package/lib/components/error-page/error-page-code/index.d.ts +0 -1
  787. package/lib/components/error-page/error-page-code/public-api.d.ts +0 -2
  788. package/lib/components/error-page/error-page.component.d.ts +0 -49
  789. package/lib/components/error-page/error-page.module.d.ts +0 -15
  790. package/lib/components/error-page/error-page.types.d.ts +0 -22
  791. package/lib/components/error-page/index.d.ts +0 -1
  792. package/lib/components/error-page/public-api.d.ts +0 -3
  793. package/lib/components/expansion-panel/expansion-panel.component.d.ts +0 -21
  794. package/lib/components/expansion-panel/expansion-panel.module.d.ts +0 -10
  795. package/lib/components/expansion-panel/index.d.ts +0 -1
  796. package/lib/components/expansion-panel/public-api.d.ts +0 -2
  797. package/lib/components/footer/container/footer-container.component.d.ts +0 -5
  798. package/lib/components/footer/container/footer-container.module.d.ts +0 -7
  799. package/lib/components/footer/container/index.d.ts +0 -1
  800. package/lib/components/footer/container/public-api.d.ts +0 -2
  801. package/lib/components/footer/footer.component.d.ts +0 -22
  802. package/lib/components/footer/footer.component.types.d.ts +0 -12
  803. package/lib/components/footer/footer.module.d.ts +0 -8
  804. package/lib/components/footer/index.d.ts +0 -1
  805. package/lib/components/footer/public-api.d.ts +0 -3
  806. package/lib/components/form-fields/abstracts/abstract.base.component.d.ts +0 -57
  807. package/lib/components/form-fields/abstracts/abstract.dropdown.component.d.ts +0 -44
  808. package/lib/components/form-fields/abstracts/abstract.input.component.d.ts +0 -24
  809. package/lib/components/form-fields/area/index.d.ts +0 -1
  810. package/lib/components/form-fields/area/public-api.d.ts +0 -2
  811. package/lib/components/form-fields/area/textarea.component.d.ts +0 -12
  812. package/lib/components/form-fields/area/textarea.module.d.ts +0 -17
  813. package/lib/components/form-fields/common/dropdown-option-template.directive.d.ts +0 -11
  814. package/lib/components/form-fields/common/error/error.component.d.ts +0 -7
  815. package/lib/components/form-fields/common/hint/hint.component.d.ts +0 -11
  816. package/lib/components/form-fields/common/input.tooltip.component.d.ts +0 -11
  817. package/lib/components/form-fields/common/success/success.component.d.ts +0 -7
  818. package/lib/components/form-fields/datepickers/date-picker/datepicker.component.d.ts +0 -24
  819. package/lib/components/form-fields/datepickers/date-picker/datepicker.module.d.ts +0 -22
  820. package/lib/components/form-fields/datepickers/date-picker/index.d.ts +0 -1
  821. package/lib/components/form-fields/datepickers/date-picker/public-api.d.ts +0 -2
  822. package/lib/components/form-fields/datepickers/datetime-picker/custom-datetime-format.d.ts +0 -18
  823. package/lib/components/form-fields/datepickers/datetime-picker/custom-datetime.adapter.d.ts +0 -11
  824. package/lib/components/form-fields/datepickers/datetime-picker/datetime-picker-format-directive.d.ts +0 -22
  825. package/lib/components/form-fields/datepickers/datetime-picker/datetime-template.formatter.d.ts +0 -13
  826. package/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.component.d.ts +0 -118
  827. package/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.module.d.ts +0 -21
  828. package/lib/components/form-fields/datepickers/datetime-picker/index.d.ts +0 -1
  829. package/lib/components/form-fields/datepickers/datetime-picker/public-api.d.ts +0 -2
  830. package/lib/components/form-fields/datepickers/time-picker/index.d.ts +0 -1
  831. package/lib/components/form-fields/datepickers/time-picker/public-api.d.ts +0 -2
  832. package/lib/components/form-fields/datepickers/time-picker/timepicker.component.d.ts +0 -26
  833. package/lib/components/form-fields/datepickers/time-picker/timepicker.module.d.ts +0 -22
  834. package/lib/components/form-fields/dropdowns/dropdown/dropdown.component.d.ts +0 -64
  835. package/lib/components/form-fields/dropdowns/dropdown/dropdown.module.d.ts +0 -21
  836. package/lib/components/form-fields/dropdowns/dropdown/index.d.ts +0 -1
  837. package/lib/components/form-fields/dropdowns/dropdown/public-api.d.ts +0 -2
  838. package/lib/components/form-fields/dropdowns/input-dropdown/index.d.ts +0 -1
  839. package/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.component.d.ts +0 -47
  840. package/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.module.d.ts +0 -20
  841. package/lib/components/form-fields/dropdowns/input-dropdown/public-api.d.ts +0 -2
  842. package/lib/components/form-fields/dropdowns/multi-select-dropdown/index.d.ts +0 -1
  843. package/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.component.d.ts +0 -26
  844. package/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.module.d.ts +0 -21
  845. package/lib/components/form-fields/dropdowns/multi-select-dropdown/public-api.d.ts +0 -2
  846. package/lib/components/form-fields/input/index.d.ts +0 -1
  847. package/lib/components/form-fields/input/input.component.d.ts +0 -29
  848. package/lib/components/form-fields/input/input.module.d.ts +0 -17
  849. package/lib/components/form-fields/input/public-api.d.ts +0 -2
  850. package/lib/components/form-fields/search-fields/search-dropdown/index.d.ts +0 -1
  851. package/lib/components/form-fields/search-fields/search-dropdown/public-api.d.ts +0 -2
  852. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown-highlighter.pipe.d.ts +0 -13
  853. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.d.ts +0 -195
  854. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.types.d.ts +0 -10
  855. package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.module.d.ts +0 -22
  856. package/lib/components/form-fields/search-fields/search-input/index.d.ts +0 -1
  857. package/lib/components/form-fields/search-fields/search-input/public-api.d.ts +0 -2
  858. package/lib/components/form-fields/search-fields/search-input/search-input.component.d.ts +0 -15
  859. package/lib/components/form-fields/search-fields/search-input/search-input.module.d.ts +0 -20
  860. package/lib/components/form-fields/selection-fields/checkbox/checkbox.component.d.ts +0 -17
  861. package/lib/components/form-fields/selection-fields/checkbox/checkbox.module.d.ts +0 -13
  862. package/lib/components/form-fields/selection-fields/checkbox/index.d.ts +0 -1
  863. package/lib/components/form-fields/selection-fields/checkbox/public-api.d.ts +0 -2
  864. package/lib/components/form-fields/selection-fields/radio-button/index.d.ts +0 -1
  865. package/lib/components/form-fields/selection-fields/radio-button/public-api.d.ts +0 -2
  866. package/lib/components/form-fields/selection-fields/radio-button/radio-button.component.d.ts +0 -28
  867. package/lib/components/form-fields/selection-fields/radio-button/radio-button.module.d.ts +0 -17
  868. package/lib/components/form-fields/selection-fields/slide-toggle/index.d.ts +0 -1
  869. package/lib/components/form-fields/selection-fields/slide-toggle/public-api.d.ts +0 -2
  870. package/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.component.d.ts +0 -19
  871. package/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.module.d.ts +0 -13
  872. package/lib/components/form-fields/selection-fields/slider/index.d.ts +0 -1
  873. package/lib/components/form-fields/selection-fields/slider/public-api.d.ts +0 -2
  874. package/lib/components/form-fields/selection-fields/slider/slider.component.d.ts +0 -20
  875. package/lib/components/form-fields/selection-fields/slider/slider.module.d.ts +0 -14
  876. package/lib/components/general/color-palette/colors.enums.d.ts +0 -37
  877. package/lib/components/header/container/header-container.component.d.ts +0 -9
  878. package/lib/components/header/container/header-container.module.d.ts +0 -7
  879. package/lib/components/header/container/index.d.ts +0 -1
  880. package/lib/components/header/container/public-api.d.ts +0 -2
  881. package/lib/components/header/header.component.d.ts +0 -5
  882. package/lib/components/header/header.module.d.ts +0 -7
  883. package/lib/components/header/index.d.ts +0 -1
  884. package/lib/components/header/org-display-text/index.d.ts +0 -1
  885. package/lib/components/header/org-display-text/org-display-text.component.d.ts +0 -13
  886. package/lib/components/header/org-display-text/org-display-text.module.d.ts +0 -8
  887. package/lib/components/header/org-display-text/public-api.d.ts +0 -2
  888. package/lib/components/header/public-api.d.ts +0 -2
  889. package/lib/components/icon-hover/icon-hover.component.d.ts +0 -23
  890. package/lib/components/icon-hover/icon-hover.module.d.ts +0 -7
  891. package/lib/components/icon-hover/index.d.ts +0 -1
  892. package/lib/components/icon-hover/public-api.d.ts +0 -2
  893. package/lib/components/logo/ascent-logo/ascent-logo.component.d.ts +0 -19
  894. package/lib/components/logo/ascent-logo/ascent-logo.module.d.ts +0 -8
  895. package/lib/components/logo/ascent-logo/index.d.ts +0 -1
  896. package/lib/components/logo/ascent-logo/public-api.d.ts +0 -2
  897. package/lib/components/logo/primary-logo/index.d.ts +0 -1
  898. package/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -21
  899. package/lib/components/logo/primary-logo/primary-logo.module.d.ts +0 -8
  900. package/lib/components/logo/primary-logo/public-api.d.ts +0 -2
  901. package/lib/components/main-menu/index.d.ts +0 -1
  902. package/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.d.ts +0 -11
  903. package/lib/components/main-menu/main-menu.component.d.ts +0 -42
  904. package/lib/components/main-menu/main-menu.module.d.ts +0 -15
  905. package/lib/components/main-menu/main-menu.types.d.ts +0 -8
  906. package/lib/components/main-menu/public-api.d.ts +0 -3
  907. package/lib/components/modal/index.d.ts +0 -1
  908. package/lib/components/modal/modal.component.d.ts +0 -27
  909. package/lib/components/modal/modal.module.d.ts +0 -12
  910. package/lib/components/modal/public-api.d.ts +0 -2
  911. package/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.d.ts +0 -30
  912. package/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.d.ts +0 -8
  913. package/lib/components/navigation/dashboard-edit-icon/index.d.ts +0 -1
  914. package/lib/components/navigation/dashboard-edit-icon/public-api.d.ts +0 -2
  915. package/lib/components/navigation/index.d.ts +0 -1
  916. package/lib/components/navigation/navigation-actions-container/index.d.ts +0 -1
  917. package/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.d.ts +0 -9
  918. package/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.d.ts +0 -8
  919. package/lib/components/navigation/navigation-actions-container/public-api.d.ts +0 -2
  920. package/lib/components/navigation/navigation-collapse-handle/index.d.ts +0 -1
  921. package/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.d.ts +0 -31
  922. package/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.d.ts +0 -8
  923. package/lib/components/navigation/navigation-collapse-handle/public-api.d.ts +0 -2
  924. package/lib/components/navigation/navigation-header/index.d.ts +0 -1
  925. package/lib/components/navigation/navigation-header/navigation-header.component.d.ts +0 -13
  926. package/lib/components/navigation/navigation-header/navigation-header.module.d.ts +0 -7
  927. package/lib/components/navigation/navigation-header/public-api.d.ts +0 -2
  928. package/lib/components/navigation/navigation-item/index.d.ts +0 -1
  929. package/lib/components/navigation/navigation-item/navigation-item.component.d.ts +0 -52
  930. package/lib/components/navigation/navigation-item/navigation-item.module.d.ts +0 -11
  931. package/lib/components/navigation/navigation-item/public-api.d.ts +0 -2
  932. package/lib/components/navigation/navigation-items-container/index.d.ts +0 -1
  933. package/lib/components/navigation/navigation-items-container/navigation-items-container.component.d.ts +0 -5
  934. package/lib/components/navigation/navigation-items-container/navigation-items-container.module.d.ts +0 -7
  935. package/lib/components/navigation/navigation-items-container/public-api.d.ts +0 -2
  936. package/lib/components/navigation/navigation.component.d.ts +0 -13
  937. package/lib/components/navigation/navigation.module.d.ts +0 -7
  938. package/lib/components/navigation/public-api.d.ts +0 -2
  939. package/lib/components/navigation/side-navigation/side-navigation-container/index.d.ts +0 -1
  940. package/lib/components/navigation/side-navigation/side-navigation-container/public-api.d.ts +0 -2
  941. package/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.d.ts +0 -5
  942. package/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.d.ts +0 -7
  943. package/lib/components/navigation/side-navigation/side-navigation-item/index.d.ts +0 -1
  944. package/lib/components/navigation/side-navigation/side-navigation-item/public-api.d.ts +0 -2
  945. package/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.d.ts +0 -45
  946. package/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.d.ts +0 -11
  947. package/lib/components/navigation/sub-navigation-item/index.d.ts +0 -1
  948. package/lib/components/navigation/sub-navigation-item/public-api.d.ts +0 -2
  949. package/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.d.ts +0 -28
  950. package/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.d.ts +0 -8
  951. package/lib/components/navigation/sub-navigation-items-container/index.d.ts +0 -1
  952. package/lib/components/navigation/sub-navigation-items-container/public-api.d.ts +0 -2
  953. package/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.d.ts +0 -5
  954. package/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.d.ts +0 -7
  955. package/lib/components/pagination/container/index.d.ts +0 -1
  956. package/lib/components/pagination/container/pagination-container.component.d.ts +0 -5
  957. package/lib/components/pagination/container/pagination-container.module.d.ts +0 -7
  958. package/lib/components/pagination/container/public-api.d.ts +0 -2
  959. package/lib/components/pagination/index.d.ts +0 -1
  960. package/lib/components/pagination/pagination.component.d.ts +0 -41
  961. package/lib/components/pagination/pagination.module.d.ts +0 -9
  962. package/lib/components/pagination/public-api.d.ts +0 -2
  963. package/lib/components/progress-indicators/progress-bar/index.d.ts +0 -1
  964. package/lib/components/progress-indicators/progress-bar/progress-bar.component.d.ts +0 -48
  965. package/lib/components/progress-indicators/progress-bar/progress-bar.module.d.ts +0 -9
  966. package/lib/components/progress-indicators/progress-bar/public-api.d.ts +0 -2
  967. package/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts +0 -1
  968. package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.d.ts +0 -33
  969. package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.d.ts +0 -9
  970. package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.d.ts +0 -6
  971. package/lib/components/progress-indicators/progress-indicator-spinner/public-api.d.ts +0 -2
  972. package/lib/components/progress-indicators/progress-spinner/index.d.ts +0 -1
  973. package/lib/components/progress-indicators/progress-spinner/progress-spinner.component.d.ts +0 -37
  974. package/lib/components/progress-indicators/progress-spinner/progress-spinner.module.d.ts +0 -11
  975. package/lib/components/progress-indicators/progress-spinner/public-api.d.ts +0 -2
  976. package/lib/components/progress-stepper/index.d.ts +0 -1
  977. package/lib/components/progress-stepper/progress-step.types.d.ts +0 -5
  978. package/lib/components/progress-stepper/progress-stepper.component.d.ts +0 -42
  979. package/lib/components/progress-stepper/progress-stepper.module.d.ts +0 -10
  980. package/lib/components/progress-stepper/public-api.d.ts +0 -3
  981. package/lib/components/rating/index.d.ts +0 -1
  982. package/lib/components/rating/public-api.d.ts +0 -2
  983. package/lib/components/rating/rating.component.d.ts +0 -22
  984. package/lib/components/rating/rating.module.d.ts +0 -9
  985. package/lib/components/shell-layout/index.d.ts +0 -1
  986. package/lib/components/shell-layout/public-api.d.ts +0 -2
  987. package/lib/components/shell-layout/shell-layout.component.d.ts +0 -13
  988. package/lib/components/shell-layout/shell-layout.module.d.ts +0 -8
  989. package/lib/components/snackbars/inline-snackbar/index.d.ts +0 -1
  990. package/lib/components/snackbars/inline-snackbar/inline-snackbar.component.d.ts +0 -31
  991. package/lib/components/snackbars/inline-snackbar/inline-snackbar.module.d.ts +0 -9
  992. package/lib/components/snackbars/inline-snackbar/public-api.d.ts +0 -2
  993. package/lib/components/snackbars/snackbar/index.d.ts +0 -1
  994. package/lib/components/snackbars/snackbar/public-api.d.ts +0 -2
  995. package/lib/components/snackbars/snackbar/snackbar.component.d.ts +0 -22
  996. package/lib/components/snackbars/snackbar/snackbar.module.d.ts +0 -11
  997. package/lib/components/splash-page/index.d.ts +0 -1
  998. package/lib/components/splash-page/public-api.d.ts +0 -2
  999. package/lib/components/splash-page/splash-page.component.d.ts +0 -14
  1000. package/lib/components/splash-page/splash-page.module.d.ts +0 -8
  1001. package/lib/components/stepper-condensed/condensed-helpers.d.ts +0 -24
  1002. package/lib/components/stepper-condensed/condensed-step.type.d.ts +0 -43
  1003. package/lib/components/stepper-condensed/index.d.ts +0 -1
  1004. package/lib/components/stepper-condensed/public-api.d.ts +0 -4
  1005. package/lib/components/stepper-condensed/stepper-condensed.component.d.ts +0 -61
  1006. package/lib/components/stepper-condensed/stepper-condensed.module.d.ts +0 -11
  1007. package/lib/components/submenu/submenu-container/index.d.ts +0 -1
  1008. package/lib/components/submenu/submenu-container/public-api.d.ts +0 -2
  1009. package/lib/components/submenu/submenu-container/submenu-container.component.d.ts +0 -9
  1010. package/lib/components/submenu/submenu-container/submenu-container.module.d.ts +0 -8
  1011. package/lib/components/submenu/submenu-heading/index.d.ts +0 -1
  1012. package/lib/components/submenu/submenu-heading/public-api.d.ts +0 -2
  1013. package/lib/components/submenu/submenu-heading/submenu-heading.component.d.ts +0 -9
  1014. package/lib/components/submenu/submenu-heading/submenu-heading.module.d.ts +0 -8
  1015. package/lib/components/submenu/submenu-item/index.d.ts +0 -1
  1016. package/lib/components/submenu/submenu-item/public-api.d.ts +0 -2
  1017. package/lib/components/submenu/submenu-item/submenu-item.component.d.ts +0 -16
  1018. package/lib/components/submenu/submenu-item/submenu-item.module.d.ts +0 -9
  1019. package/lib/components/submenu/submenu-secondary-item/index.d.ts +0 -1
  1020. package/lib/components/submenu/submenu-secondary-item/public-api.d.ts +0 -2
  1021. package/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.d.ts +0 -18
  1022. package/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.d.ts +0 -9
  1023. package/lib/components/table/index.d.ts +0 -1
  1024. package/lib/components/table/public-api.d.ts +0 -2
  1025. package/lib/components/table/table.component.d.ts +0 -35
  1026. package/lib/components/table/table.module.d.ts +0 -10
  1027. package/lib/components/tags/create-tag/create-tag.component.d.ts +0 -85
  1028. package/lib/components/tags/create-tag/create-tag.module.d.ts +0 -14
  1029. package/lib/components/tags/create-tag/index.d.ts +0 -1
  1030. package/lib/components/tags/create-tag/public-api.d.ts +0 -2
  1031. package/lib/components/tags/tag/index.d.ts +0 -1
  1032. package/lib/components/tags/tag/public-api.d.ts +0 -3
  1033. package/lib/components/tags/tag/tag.component.d.ts +0 -34
  1034. package/lib/components/tags/tag/tag.module.d.ts +0 -9
  1035. package/lib/components/tags/tag/tag.types.d.ts +0 -6
  1036. package/lib/components/tags/tag-container/index.d.ts +0 -1
  1037. package/lib/components/tags/tag-container/public-api.d.ts +0 -2
  1038. package/lib/components/tags/tag-container/tag-container.component.d.ts +0 -5
  1039. package/lib/components/tags/tag-container/tag-container.module.d.ts +0 -8
  1040. package/lib/components/timeline-stepper/index.d.ts +0 -1
  1041. package/lib/components/timeline-stepper/public-api.d.ts +0 -4
  1042. package/lib/components/timeline-stepper/timeline-helpers.d.ts +0 -24
  1043. package/lib/components/timeline-stepper/timeline-step.type.d.ts +0 -43
  1044. package/lib/components/timeline-stepper/timeline-stepper.component.d.ts +0 -61
  1045. package/lib/components/timeline-stepper/timeline-stepper.module.d.ts +0 -11
  1046. package/lib/components/vertical-stepper/index.d.ts +0 -1
  1047. package/lib/components/vertical-stepper/public-api.d.ts +0 -4
  1048. package/lib/components/vertical-stepper/vertical-helpers.d.ts +0 -24
  1049. package/lib/components/vertical-stepper/vertical-step.type.d.ts +0 -45
  1050. package/lib/components/vertical-stepper/vertical-stepper.component.d.ts +0 -58
  1051. package/lib/components/vertical-stepper/vertical-stepper.module.d.ts +0 -11
  1052. package/lib/components/widgets/widget-actions/index.d.ts +0 -1
  1053. package/lib/components/widgets/widget-actions/public-api.d.ts +0 -2
  1054. package/lib/components/widgets/widget-actions/widget-actions.component.d.ts +0 -5
  1055. package/lib/components/widgets/widget-actions/widget-actions.module.d.ts +0 -7
  1056. package/lib/components/widgets/widget-bar/index.d.ts +0 -1
  1057. package/lib/components/widgets/widget-bar/public-api.d.ts +0 -2
  1058. package/lib/components/widgets/widget-bar/widget-bar.component.d.ts +0 -9
  1059. package/lib/components/widgets/widget-bar/widget-bar.module.d.ts +0 -8
  1060. package/lib/components/widgets/widget-container/index.d.ts +0 -1
  1061. package/lib/components/widgets/widget-container/public-api.d.ts +0 -2
  1062. package/lib/components/widgets/widget-container/widget-container.component.d.ts +0 -5
  1063. package/lib/components/widgets/widget-container/widget-container.module.d.ts +0 -8
  1064. package/lib/components/widgets/widget-footer/index.d.ts +0 -1
  1065. package/lib/components/widgets/widget-footer/public-api.d.ts +0 -2
  1066. package/lib/components/widgets/widget-footer/widget-footer.component.d.ts +0 -5
  1067. package/lib/components/widgets/widget-footer/widget-footer.module.d.ts +0 -8
  1068. package/lib/components/widgets/widget-header/index.d.ts +0 -1
  1069. package/lib/components/widgets/widget-header/public-api.d.ts +0 -2
  1070. package/lib/components/widgets/widget-header/widget-header.component.d.ts +0 -5
  1071. package/lib/components/widgets/widget-header/widget-header.module.d.ts +0 -8
  1072. package/lib/components/widgets/widget-preview/index.d.ts +0 -1
  1073. package/lib/components/widgets/widget-preview/public-api.d.ts +0 -2
  1074. package/lib/components/widgets/widget-preview/widget-preview.component.d.ts +0 -28
  1075. package/lib/components/widgets/widget-preview/widget-preview.module.d.ts +0 -8
  1076. package/lib/components/widgets/widget-thumbnail/index.d.ts +0 -1
  1077. package/lib/components/widgets/widget-thumbnail/public-api.d.ts +0 -2
  1078. package/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.d.ts +0 -68
  1079. package/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.d.ts +0 -10
  1080. package/lib/components/widgets/widget-thumbnail-container/index.d.ts +0 -1
  1081. package/lib/components/widgets/widget-thumbnail-container/public-api.d.ts +0 -2
  1082. package/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.d.ts +0 -5
  1083. package/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.d.ts +0 -8
  1084. package/lib/components/widgets/widget-title/index.d.ts +0 -1
  1085. package/lib/components/widgets/widget-title/public-api.d.ts +0 -2
  1086. package/lib/components/widgets/widget-title/widget-title.component.d.ts +0 -13
  1087. package/lib/components/widgets/widget-title/widget-title.module.d.ts +0 -8
  1088. package/lib/components/wizard-stepper/index.d.ts +0 -1
  1089. package/lib/components/wizard-stepper/public-api.d.ts +0 -3
  1090. package/lib/components/wizard-stepper/wizard-stepper.component.d.ts +0 -12
  1091. package/lib/components/wizard-stepper/wizard-stepper.module.d.ts +0 -10
  1092. package/lib/components/wizard-stepper/wizard-stepper.types.d.ts +0 -4
  1093. package/lib/services/viewport/viewport.service.d.ts +0 -22
  1094. package/lib/services/viewport/viewport.service.interface.d.ts +0 -6
  1095. package/lib/services/window/window.service.d.ts +0 -12
  1096. package/lib/services/window/window.service.interface.d.ts +0 -7
  1097. package/src/assets/sass/ads-ui/overrides/_ag-grid.scss +0 -2
  1098. package/src/assets/sass/ads-ui/overrides/angular-material/_expansion-panel.scss +0 -19
  1099. package/src/assets/sass/ads-ui/overrides/angular-material/_modal.scss +0 -42
  1100. package/src/assets/sass/ads-ui/overrides/angular-material/_tabs.scss +0 -63
  1101. package/src/lib/components/avatar/avatar.component.d.ts +0 -30
  1102. package/src/lib/components/avatar/avatar.module.d.ts +0 -9
  1103. package/src/lib/components/avatar/avatar.types.d.ts +0 -1
  1104. package/src/lib/components/avatar/public-api.d.ts +0 -2
  1105. package/src/lib/components/buttons/button-container/button-container.component.d.ts +0 -9
  1106. package/src/lib/components/buttons/button-container/button-container.module.d.ts +0 -8
  1107. package/src/lib/components/buttons/button-container/public-api.d.ts +0 -2
  1108. package/src/lib/components/buttons/selection-button/index.d.ts +0 -5
  1109. package/src/lib/components/buttons/selection-button/public-api.d.ts +0 -2
  1110. package/src/lib/components/buttons/selection-button/selection-button.component.d.ts +0 -40
  1111. package/src/lib/components/buttons/selection-button/selection-button.module.d.ts +0 -10
  1112. package/src/lib/components/card/card.component.d.ts +0 -5
  1113. package/src/lib/components/card/card.module.d.ts +0 -8
  1114. package/src/lib/components/card/index.d.ts +0 -5
  1115. package/src/lib/components/card/public-api.d.ts +0 -2
  1116. package/src/lib/components/divider/divider.component.d.ts +0 -26
  1117. package/src/lib/components/divider/divider.module.d.ts +0 -8
  1118. package/src/lib/components/divider/index.d.ts +0 -5
  1119. package/src/lib/components/divider/public-api.d.ts +0 -2
  1120. package/src/lib/components/drag-and-drop-list/dom.element.d.ts +0 -17
  1121. package/src/lib/components/drag-and-drop-list/drag-and-drop-list.component.d.ts +0 -82
  1122. package/src/lib/components/drag-and-drop-list/drag-and-drop-list.enums.d.ts +0 -8
  1123. package/src/lib/components/drag-and-drop-list/drag-and-drop-list.module.d.ts +0 -8
  1124. package/src/lib/components/drag-and-drop-list/dragged.placeholder.d.ts +0 -14
  1125. package/src/lib/components/drag-and-drop-list/public-api.d.ts +0 -2
  1126. package/src/lib/components/error-page/error-page-code/error-page-code.component.d.ts +0 -5
  1127. package/src/lib/components/error-page/error-page-code/error-page-code.module.d.ts +0 -8
  1128. package/src/lib/components/error-page/error-page-code/public-api.d.ts +0 -2
  1129. package/src/lib/components/footer/container/footer-container.component.d.ts +0 -5
  1130. package/src/lib/components/footer/container/footer-container.module.d.ts +0 -7
  1131. package/src/lib/components/footer/container/public-api.d.ts +0 -2
  1132. package/src/lib/components/footer/footer.component.d.ts +0 -22
  1133. package/src/lib/components/footer/footer.component.types.d.ts +0 -12
  1134. package/src/lib/components/footer/footer.module.d.ts +0 -8
  1135. package/src/lib/components/footer/public-api.d.ts +0 -3
  1136. package/src/lib/components/header/container/header-container.component.d.ts +0 -9
  1137. package/src/lib/components/header/container/header-container.module.d.ts +0 -7
  1138. package/src/lib/components/header/container/public-api.d.ts +0 -2
  1139. package/src/lib/components/header/header.component.d.ts +0 -5
  1140. package/src/lib/components/header/header.module.d.ts +0 -7
  1141. package/src/lib/components/header/org-display-text/index.d.ts +0 -5
  1142. package/src/lib/components/header/org-display-text/org-display-text.component.d.ts +0 -13
  1143. package/src/lib/components/header/org-display-text/org-display-text.module.d.ts +0 -8
  1144. package/src/lib/components/header/org-display-text/public-api.d.ts +0 -2
  1145. package/src/lib/components/header/public-api.d.ts +0 -2
  1146. package/src/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -21
  1147. package/src/lib/components/logo/primary-logo/primary-logo.module.d.ts +0 -8
  1148. package/src/lib/components/logo/primary-logo/public-api.d.ts +0 -2
  1149. package/src/lib/components/main-menu/index.d.ts +0 -5
  1150. package/src/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.d.ts +0 -11
  1151. package/src/lib/components/main-menu/main-menu.component.d.ts +0 -42
  1152. package/src/lib/components/main-menu/main-menu.module.d.ts +0 -15
  1153. package/src/lib/components/main-menu/main-menu.types.d.ts +0 -8
  1154. package/src/lib/components/main-menu/public-api.d.ts +0 -3
  1155. package/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.d.ts +0 -30
  1156. package/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.d.ts +0 -8
  1157. package/src/lib/components/navigation/dashboard-edit-icon/index.d.ts +0 -5
  1158. package/src/lib/components/navigation/dashboard-edit-icon/public-api.d.ts +0 -2
  1159. package/src/lib/components/navigation/index.d.ts +0 -5
  1160. package/src/lib/components/navigation/navigation-actions-container/index.d.ts +0 -5
  1161. package/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.d.ts +0 -9
  1162. package/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.d.ts +0 -8
  1163. package/src/lib/components/navigation/navigation-actions-container/public-api.d.ts +0 -2
  1164. package/src/lib/components/navigation/navigation-collapse-handle/index.d.ts +0 -5
  1165. package/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.d.ts +0 -31
  1166. package/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.d.ts +0 -8
  1167. package/src/lib/components/navigation/navigation-collapse-handle/public-api.d.ts +0 -2
  1168. package/src/lib/components/navigation/navigation-header/index.d.ts +0 -5
  1169. package/src/lib/components/navigation/navigation-header/navigation-header.component.d.ts +0 -13
  1170. package/src/lib/components/navigation/navigation-header/navigation-header.module.d.ts +0 -7
  1171. package/src/lib/components/navigation/navigation-header/public-api.d.ts +0 -2
  1172. package/src/lib/components/navigation/navigation-item/index.d.ts +0 -5
  1173. package/src/lib/components/navigation/navigation-item/navigation-item.component.d.ts +0 -52
  1174. package/src/lib/components/navigation/navigation-item/navigation-item.module.d.ts +0 -11
  1175. package/src/lib/components/navigation/navigation-item/public-api.d.ts +0 -2
  1176. package/src/lib/components/navigation/navigation-items-container/index.d.ts +0 -5
  1177. package/src/lib/components/navigation/navigation-items-container/navigation-items-container.component.d.ts +0 -5
  1178. package/src/lib/components/navigation/navigation-items-container/navigation-items-container.module.d.ts +0 -7
  1179. package/src/lib/components/navigation/navigation-items-container/public-api.d.ts +0 -2
  1180. package/src/lib/components/navigation/navigation.component.d.ts +0 -13
  1181. package/src/lib/components/navigation/navigation.module.d.ts +0 -7
  1182. package/src/lib/components/navigation/public-api.d.ts +0 -2
  1183. package/src/lib/components/navigation/side-navigation/side-navigation-container/index.d.ts +0 -5
  1184. package/src/lib/components/navigation/side-navigation/side-navigation-container/public-api.d.ts +0 -2
  1185. package/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.d.ts +0 -5
  1186. package/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.d.ts +0 -7
  1187. package/src/lib/components/navigation/side-navigation/side-navigation-item/index.d.ts +0 -5
  1188. package/src/lib/components/navigation/side-navigation/side-navigation-item/public-api.d.ts +0 -2
  1189. package/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.d.ts +0 -45
  1190. package/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.d.ts +0 -11
  1191. package/src/lib/components/navigation/sub-navigation-item/index.d.ts +0 -5
  1192. package/src/lib/components/navigation/sub-navigation-item/public-api.d.ts +0 -2
  1193. package/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.d.ts +0 -28
  1194. package/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.d.ts +0 -8
  1195. package/src/lib/components/navigation/sub-navigation-items-container/index.d.ts +0 -5
  1196. package/src/lib/components/navigation/sub-navigation-items-container/public-api.d.ts +0 -2
  1197. package/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.d.ts +0 -5
  1198. package/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.d.ts +0 -7
  1199. package/src/lib/components/pagination/container/index.d.ts +0 -5
  1200. package/src/lib/components/pagination/container/pagination-container.component.d.ts +0 -5
  1201. package/src/lib/components/pagination/container/pagination-container.module.d.ts +0 -7
  1202. package/src/lib/components/pagination/container/public-api.d.ts +0 -2
  1203. package/src/lib/components/pagination/index.d.ts +0 -5
  1204. package/src/lib/components/pagination/pagination.component.d.ts +0 -41
  1205. package/src/lib/components/pagination/pagination.module.d.ts +0 -9
  1206. package/src/lib/components/pagination/public-api.d.ts +0 -2
  1207. package/src/lib/components/progress-indicators/progress-bar/progress-bar.component.d.ts +0 -48
  1208. package/src/lib/components/progress-indicators/progress-bar/progress-bar.module.d.ts +0 -9
  1209. package/src/lib/components/progress-indicators/progress-bar/public-api.d.ts +0 -2
  1210. package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.d.ts +0 -33
  1211. package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.d.ts +0 -9
  1212. package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.d.ts +0 -6
  1213. package/src/lib/components/progress-indicators/progress-indicator-spinner/public-api.d.ts +0 -2
  1214. package/src/lib/components/progress-indicators/progress-spinner/progress-spinner.component.d.ts +0 -37
  1215. package/src/lib/components/progress-indicators/progress-spinner/progress-spinner.module.d.ts +0 -11
  1216. package/src/lib/components/progress-indicators/progress-spinner/public-api.d.ts +0 -2
  1217. package/src/lib/components/progress-stepper/index.d.ts +0 -5
  1218. package/src/lib/components/progress-stepper/progress-step.types.d.ts +0 -5
  1219. package/src/lib/components/progress-stepper/progress-stepper.component.d.ts +0 -42
  1220. package/src/lib/components/progress-stepper/progress-stepper.module.d.ts +0 -10
  1221. package/src/lib/components/progress-stepper/public-api.d.ts +0 -3
  1222. package/src/lib/components/rating/index.d.ts +0 -5
  1223. package/src/lib/components/rating/public-api.d.ts +0 -2
  1224. package/src/lib/components/rating/rating.component.d.ts +0 -22
  1225. package/src/lib/components/rating/rating.module.d.ts +0 -9
  1226. package/src/lib/components/shell-layout/public-api.d.ts +0 -2
  1227. package/src/lib/components/shell-layout/shell-layout.component.d.ts +0 -13
  1228. package/src/lib/components/shell-layout/shell-layout.module.d.ts +0 -8
  1229. package/src/lib/components/splash-page/public-api.d.ts +0 -2
  1230. package/src/lib/components/splash-page/splash-page.component.d.ts +0 -14
  1231. package/src/lib/components/splash-page/splash-page.module.d.ts +0 -8
  1232. package/src/lib/components/submenu/submenu-container/index.d.ts +0 -5
  1233. package/src/lib/components/submenu/submenu-container/public-api.d.ts +0 -2
  1234. package/src/lib/components/submenu/submenu-container/submenu-container.component.d.ts +0 -9
  1235. package/src/lib/components/submenu/submenu-container/submenu-container.module.d.ts +0 -8
  1236. package/src/lib/components/submenu/submenu-heading/index.d.ts +0 -5
  1237. package/src/lib/components/submenu/submenu-heading/public-api.d.ts +0 -2
  1238. package/src/lib/components/submenu/submenu-heading/submenu-heading.component.d.ts +0 -9
  1239. package/src/lib/components/submenu/submenu-heading/submenu-heading.module.d.ts +0 -8
  1240. package/src/lib/components/submenu/submenu-item/index.d.ts +0 -5
  1241. package/src/lib/components/submenu/submenu-item/public-api.d.ts +0 -2
  1242. package/src/lib/components/submenu/submenu-item/submenu-item.component.d.ts +0 -16
  1243. package/src/lib/components/submenu/submenu-item/submenu-item.module.d.ts +0 -9
  1244. package/src/lib/components/submenu/submenu-secondary-item/index.d.ts +0 -5
  1245. package/src/lib/components/submenu/submenu-secondary-item/public-api.d.ts +0 -2
  1246. package/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.d.ts +0 -18
  1247. package/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.d.ts +0 -9
  1248. package/src/lib/components/tags/tag-container/public-api.d.ts +0 -2
  1249. package/src/lib/components/tags/tag-container/tag-container.component.d.ts +0 -5
  1250. package/src/lib/components/tags/tag-container/tag-container.module.d.ts +0 -8
  1251. package/src/lib/components/timeline-stepper/index.d.ts +0 -5
  1252. package/src/lib/components/timeline-stepper/public-api.d.ts +0 -4
  1253. package/src/lib/components/timeline-stepper/timeline-helpers.d.ts +0 -24
  1254. package/src/lib/components/timeline-stepper/timeline-step.type.d.ts +0 -43
  1255. package/src/lib/components/timeline-stepper/timeline-stepper.component.d.ts +0 -61
  1256. package/src/lib/components/timeline-stepper/timeline-stepper.module.d.ts +0 -11
  1257. package/src/lib/components/vertical-stepper/index.d.ts +0 -5
  1258. package/src/lib/components/vertical-stepper/public-api.d.ts +0 -4
  1259. package/src/lib/components/vertical-stepper/vertical-helpers.d.ts +0 -24
  1260. package/src/lib/components/vertical-stepper/vertical-step.type.d.ts +0 -45
  1261. package/src/lib/components/vertical-stepper/vertical-stepper.component.d.ts +0 -58
  1262. package/src/lib/components/vertical-stepper/vertical-stepper.module.d.ts +0 -11
  1263. package/src/lib/components/widgets/widget-actions/index.d.ts +0 -5
  1264. package/src/lib/components/widgets/widget-actions/public-api.d.ts +0 -2
  1265. package/src/lib/components/widgets/widget-actions/widget-actions.component.d.ts +0 -5
  1266. package/src/lib/components/widgets/widget-actions/widget-actions.module.d.ts +0 -7
  1267. package/src/lib/components/widgets/widget-bar/index.d.ts +0 -5
  1268. package/src/lib/components/widgets/widget-bar/public-api.d.ts +0 -2
  1269. package/src/lib/components/widgets/widget-bar/widget-bar.component.d.ts +0 -9
  1270. package/src/lib/components/widgets/widget-bar/widget-bar.module.d.ts +0 -8
  1271. package/src/lib/components/widgets/widget-container/index.d.ts +0 -5
  1272. package/src/lib/components/widgets/widget-container/public-api.d.ts +0 -2
  1273. package/src/lib/components/widgets/widget-container/widget-container.component.d.ts +0 -5
  1274. package/src/lib/components/widgets/widget-container/widget-container.module.d.ts +0 -8
  1275. package/src/lib/components/widgets/widget-footer/index.d.ts +0 -5
  1276. package/src/lib/components/widgets/widget-footer/public-api.d.ts +0 -2
  1277. package/src/lib/components/widgets/widget-footer/widget-footer.component.d.ts +0 -5
  1278. package/src/lib/components/widgets/widget-footer/widget-footer.module.d.ts +0 -8
  1279. package/src/lib/components/widgets/widget-header/index.d.ts +0 -5
  1280. package/src/lib/components/widgets/widget-header/public-api.d.ts +0 -2
  1281. package/src/lib/components/widgets/widget-header/widget-header.component.d.ts +0 -5
  1282. package/src/lib/components/widgets/widget-header/widget-header.module.d.ts +0 -8
  1283. package/src/lib/components/widgets/widget-preview/index.d.ts +0 -5
  1284. package/src/lib/components/widgets/widget-preview/public-api.d.ts +0 -2
  1285. package/src/lib/components/widgets/widget-preview/widget-preview.component.d.ts +0 -28
  1286. package/src/lib/components/widgets/widget-preview/widget-preview.module.d.ts +0 -8
  1287. package/src/lib/components/widgets/widget-thumbnail/index.d.ts +0 -5
  1288. package/src/lib/components/widgets/widget-thumbnail/public-api.d.ts +0 -2
  1289. package/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.d.ts +0 -68
  1290. package/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.d.ts +0 -10
  1291. package/src/lib/components/widgets/widget-thumbnail-container/index.d.ts +0 -5
  1292. package/src/lib/components/widgets/widget-thumbnail-container/public-api.d.ts +0 -2
  1293. package/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.d.ts +0 -5
  1294. package/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.d.ts +0 -8
  1295. package/src/lib/components/widgets/widget-title/index.d.ts +0 -5
  1296. package/src/lib/components/widgets/widget-title/public-api.d.ts +0 -2
  1297. package/src/lib/components/widgets/widget-title/widget-title.component.d.ts +0 -13
  1298. package/src/lib/components/widgets/widget-title/widget-title.module.d.ts +0 -8
  1299. package/src/lib/components/wizard-stepper/index.d.ts +0 -5
  1300. package/src/lib/components/wizard-stepper/public-api.d.ts +0 -3
  1301. package/src/lib/components/wizard-stepper/wizard-stepper.component.d.ts +0 -12
  1302. package/src/lib/components/wizard-stepper/wizard-stepper.module.d.ts +0 -10
  1303. package/src/lib/components/wizard-stepper/wizard-stepper.types.d.ts +0 -4
@@ -1,683 +0,0 @@
1
- import { ChangeDetectorRef, Component, contentChild, ElementRef, EventEmitter, Input, Output, Renderer2, signal, TemplateRef, ViewChild, } from '@angular/core';
2
- import { debounce, map, tap } from 'rxjs/operators';
3
- import { Validators } from '@angular/forms';
4
- import { MatAutocomplete, MatAutocompleteTrigger } from '@angular/material/autocomplete';
5
- import { AbstractDropdownComponent, } from '../../abstracts/abstract.dropdown.component';
6
- import { Observable, of, timer } from 'rxjs';
7
- import { adsIconChevronDown, adsIconSearch } from '@ascentgl/ads-icons/icons';
8
- import { DomHelper } from '@ascentgl/ads-utils';
9
- import { MatOption } from '@angular/material/core';
10
- import * as i0 from "@angular/core";
11
- import * as i1 from "@angular/common";
12
- import * as i2 from "@angular/material/form-field";
13
- import * as i3 from "@ascentgl/ads-icons";
14
- import * as i4 from "@angular/material/input";
15
- import * as i5 from "@angular/material/progress-spinner";
16
- import * as i6 from "@angular/material/autocomplete";
17
- import * as i7 from "@angular/material/core";
18
- import * as i8 from "@angular/material/button";
19
- import * as i9 from "../../common/input.tooltip.component";
20
- import * as i10 from "../../common/error/error.component";
21
- import * as i11 from "../../common/hint/hint.component";
22
- import * as i12 from "../../common/success/success.component";
23
- import * as i13 from "./search-dropdown-highlighter.pipe";
24
- export class AdsSearchDropdownComponent extends AbstractDropdownComponent {
25
- /**
26
- * NOTE: INPUT PARAMS BELOW ARE OVERRIDDEN BECAUSE FOR SOME UNKNOWN REASON STORYBOOK WON'T SHOW THEM FROM PARENT CLASS
27
- */
28
- /** Form control, associated with input field */
29
- set control(control) {
30
- super.control = control;
31
- }
32
- constructor(cdr, renderer, ref) {
33
- super();
34
- this.cdr = cdr;
35
- this.renderer = renderer;
36
- this.ref = ref;
37
- /** @ignore */
38
- this.optionRef = contentChild.required((TemplateRef));
39
- /** Maximum amount of characters in the input field */
40
- this.maxlength = 255;
41
- /** Set to additional paneClass if required*/
42
- this.panelClass = '';
43
- /** If "true", component will not try to load additional options */
44
- this.staticOptions = false;
45
- /** If "true" and "staticOptions" is also true additional filter will be applied to remove options that do not match input value */
46
- this.filterOptions = true;
47
- /** If "true", emitSearchValueInput will emit empty values too */
48
- this.emitEmptyValues = false;
49
- /** If "true", first time focusing on input will start loading suggestions if input has a value */
50
- this.loadSuggestionOnInit = false;
51
- /** If "true", will read option template provided via "ng-template dropdown-option" selector */
52
- this.useOptionTemplate = false;
53
- /** set minimum amount of characters to start search */
54
- this.minValueLength = 1;
55
- /** Set to "true" to prevent click even propagation */
56
- this.preventClick = false;
57
- /** @ignore */
58
- this.closePanelEnabled = true;
59
- /** Object, containing key=>value pairs for errors and their translated messages */
60
- this.errorMessages = {};
61
- /** Optional "id" attribute for input field */
62
- this.id = '';
63
- /** Empty input field placeholder */
64
- this.placeholder = '';
65
- /**
66
- * END OF OVERRIDDEN PARAMETERS
67
- */
68
- /** Emits currently input search value. Use it to react and generate fresh options list, based on the value */
69
- this.emitSearchValueInput = new EventEmitter();
70
- /** @ignore */
71
- this.loading = signal(false);
72
- /** @ignore */
73
- this.isInternalValueSet = false;
74
- /** @ignore */
75
- this.ignoreOnBlur = false;
76
- /** @ignore */
77
- this.initialSuggestionsChecked = false;
78
- /** @ignore */
79
- this.allOptions = new Map();
80
- /** @ignore */
81
- this.displayFn = (option) => {
82
- return option ? option.value : '';
83
- };
84
- this.registry.register([adsIconSearch, adsIconChevronDown]);
85
- }
86
- /** @ignore */
87
- ngOnChanges(changes) {
88
- if (changes.options) {
89
- this.processOptions();
90
- }
91
- super.ngOnChanges(changes);
92
- }
93
- /** @ignore */
94
- ngOnInit() {
95
- this.setValidators();
96
- this.setupSubscriptions();
97
- this.cdr.detectChanges();
98
- }
99
- ngAfterViewInit() {
100
- super.ngAfterViewInit();
101
- this.overrideKeydownHandler();
102
- }
103
- /** @ignore */
104
- ngOnDestroy() {
105
- if (this.unsubscribeFromScroll)
106
- this.unsubscribeFromScroll();
107
- this.unsubscribeFromOptions();
108
- this.unsubscribeFromDisplayedControl();
109
- this.valueControlSubscription?.unsubscribe();
110
- this.valueControlStatusSubscription?.unsubscribe();
111
- }
112
- /** @ignore */
113
- get canSearch() {
114
- return !this.loading() && !this.displayControl.disabled && !!this.searchIconClickCallback;
115
- }
116
- /** @ignore */
117
- get canUseMoreDataOption() {
118
- return !!this.moreDataOption && !!this.displayedOptions.size && !this.loading();
119
- }
120
- /** @ignore */
121
- get canUseNoDataOption() {
122
- return (!!this.noDataOption &&
123
- !this.displayedOptions.size &&
124
- !this.loading() &&
125
- !!this.displayControl.value &&
126
- this.displayControl.dirty);
127
- }
128
- /** @ignore */
129
- get canUseStaticOption() {
130
- return !!this.staticDataOption && !this.loading();
131
- }
132
- /** @ignore */
133
- get showDropdownIcon() {
134
- return this.staticOptions && (!!this.displayedOptions.size || !!this.allOptions.size);
135
- }
136
- /** @ignore */
137
- onSearchIconClick(event) {
138
- event.stopPropagation();
139
- if (this.searchIconClickCallback) {
140
- this.searchIconClickCallback(this.input?.nativeElement.value);
141
- }
142
- }
143
- /** @ignore */
144
- onKeyDown(eventTarget) {
145
- if (this.preventClick) {
146
- return;
147
- }
148
- if (!(eventTarget instanceof HTMLInputElement))
149
- return;
150
- /**
151
- * if one of static options was selected when "Enter"
152
- * key was clicked - execute return displayedValue back
153
- * and execute static option onClick events
154
- */
155
- if (this.moreDataMatOption?.selected) {
156
- eventTarget.value = this.getDisplayedValueAsString();
157
- this.activateStaticOption(this.moreDataOption);
158
- }
159
- else if (this.noDataMatOption?.selected) {
160
- eventTarget.value = this.getDisplayedValueAsString();
161
- this.activateStaticOption(this.noDataOption);
162
- }
163
- else if (this.staticDataMatOption?.selected) {
164
- eventTarget.value = this.getDisplayedValueAsString();
165
- this.activateStaticOption(this.staticDataOption);
166
- }
167
- else {
168
- /**
169
- * otherwise if displayed value is different from input value - sync them
170
- * NOTE: this happens when option is selected in dropdown and "Enter" key is pressed
171
- * because "onInput" event does not fire in that case
172
- * if displayed value is the same as input value, and we have onEnterKeyDown callback - execute it
173
- * NOTE: this happens when value is input directly into input field
174
- */
175
- if (this.getDisplayedValueAsString() != eventTarget.value) {
176
- this.displayControl.setValue(eventTarget.value, { emitEvent: false });
177
- }
178
- else if (this.onEnterKeyDown) {
179
- this.onEnterKeyDown(eventTarget.value);
180
- }
181
- this.unselectComponent();
182
- }
183
- }
184
- /** @ignore */
185
- onBlur() {
186
- this.displayControl.markAsTouched();
187
- this.valueControl.markAsTouched();
188
- if (!this.preventClick) {
189
- /**
190
- * if action onBlur is allowed and value is a string - apply it to form control before blurring
191
- * NOTE: this may happen if value was input into control but
192
- * no existing options were explicitly selected
193
- */
194
- if (!this.ignoreOnBlur && typeof this.displayControl.value == 'string') {
195
- this.setControlValueFromString(this.displayControl.value);
196
- }
197
- this.ignoreOnBlur = false;
198
- }
199
- /**
200
- * if we are still loading - stop it
201
- */
202
- if (this.loading()) {
203
- this.loading.set(false);
204
- /**
205
- * unsubscribe from options to prevent their further processing
206
- */
207
- this.unsubscribeFromOptions();
208
- /**
209
- * unsubscribe from display control change to prevent it from sending the data
210
- */
211
- this.unsubscribeFromDisplayedControl();
212
- /**
213
- * resubscribe it again to return to normal workflow
214
- */
215
- this.subscribeToDisplayedControlValueChanged();
216
- /**
217
- * set loadSuggestionOnInit to resume loading when control is focused again
218
- */
219
- this.resetInitialState();
220
- }
221
- if (this.closePanelEnabled && !this.preventClick)
222
- this.trigger?.closePanel();
223
- }
224
- /** @ignore */
225
- onFocus() {
226
- /**
227
- * if we have no displayed options,
228
- * we can load data on initial value,
229
- * we are not dealing with static options,
230
- * initial suggestions are not yet loaded,
231
- * and we have input value or can emit empty values - we can start loading suggestions
232
- */
233
- if (!this.displayedOptions.size &&
234
- this.loadSuggestionOnInit &&
235
- !this.staticOptions &&
236
- !this.initialSuggestionsChecked &&
237
- (this.input?.nativeElement.value || this.emitEmptyValues)) {
238
- this.loading.set(true);
239
- this.unsubscribeFromOptions();
240
- /**
241
- * if we are loading on init and display control has value - mark it as dirty for consistency
242
- */
243
- if (this.loadSuggestionOnInit && this.displayControl.value && this.displayControl.pristine) {
244
- this.displayControl.markAsDirty();
245
- }
246
- this.emitSearchValueInput.emit(this.input?.nativeElement.value);
247
- }
248
- this.initialSuggestionsChecked = true;
249
- }
250
- /** @ignore */
251
- onInput(eventTarget) {
252
- if (eventTarget instanceof HTMLInputElement) {
253
- const value = eventTarget.value.trim();
254
- /**
255
- * if new trimmed value is different from current trimmed value and new trimmed value is either empty or
256
- * fits min length - use it
257
- * NOTE: this allows to avoid reacting on empty strings being input
258
- * also spaces in the end of the string will be ignored until they are followed by a different character
259
- */
260
- if (value !== this.getDisplayedValueAsString(false).trim() && (!value || value.length >= this.minValueLength)) {
261
- this.displayControl.setValue(eventTarget.value);
262
- }
263
- }
264
- }
265
- /** @ignore */
266
- getDisplayedValueAsString(checkAdditionalFormatting = true) {
267
- let value = '';
268
- if (this.displayControl.value) {
269
- value =
270
- typeof this.displayControl.value == 'string'
271
- ? this.displayControl.value
272
- : (this.displayControl.value.value ?? '');
273
- }
274
- if (checkAdditionalFormatting && this.mustApplyAdditionalFiltering() && this.previousControlValue !== value) {
275
- this.previousControlValue = value;
276
- this.displayedOptions = new Map();
277
- this.allOptions.forEach((optionValue, option) => {
278
- if (optionValue.toLowerCase().includes(value.toLowerCase())) {
279
- this.displayedOptions.set(option, optionValue);
280
- }
281
- });
282
- }
283
- return value;
284
- }
285
- /** @ignore */
286
- reset() {
287
- this.displayedOptions = new Map(this.allOptions);
288
- }
289
- /** @ignore */
290
- onStaticOptionMouseDown(event, option) {
291
- /**
292
- * only proceed if left mouse button was clicked
293
- */
294
- if (event.button !== 0)
295
- return;
296
- this.activateStaticOption(option);
297
- }
298
- /** @ignore */
299
- onOptionMouseDown(event, option) {
300
- /**
301
- * only proceed if left mouse button was clicked
302
- */
303
- if (event.button !== 0)
304
- return;
305
- this.modifyOptionClickEvent(option);
306
- if (this.preventClick)
307
- return;
308
- /**
309
- * NOTE: we set displayControl value in mousedown event to override value setting in onClick
310
- * and avoid UI artifacts connected with it
311
- */
312
- this.displayControl.setValue(option?.value);
313
- }
314
- /** @ignore */
315
- resetInitialState() {
316
- this.loadSuggestionOnInit = true;
317
- this.initialSuggestionsChecked = false;
318
- }
319
- /** @ignore */
320
- canShowError() {
321
- return !!this.displayControl.errors && (this.displayControl.touched || this.immediateValidation);
322
- }
323
- /** @ignore */
324
- touchInvalid(control) {
325
- super.touchInvalid(control);
326
- super.touchInvalid(this.displayControl);
327
- }
328
- /** @ignore */
329
- processOptions() {
330
- this.allOptions = new Map();
331
- /**
332
- * if options are not provided - reset
333
- */
334
- if (!this.options) {
335
- this.loading.set(false);
336
- this.displayedOptions = new Map();
337
- return;
338
- }
339
- /**
340
- * "processOptions" is fired any time options change - thus we need to set loading to true when it happens
341
- */
342
- this.loading.set(true);
343
- /**
344
- * subscribe to options to extract displayedOptions from them
345
- * NOTE: we do not use displayedOptions as Observable because
346
- * we may need displayedOptions directly on onKeyDown event
347
- */
348
- this.optionsSubscription = this.options.subscribe((options) => {
349
- this.loading.set(false);
350
- /**
351
- * turn DropdownComponentOptions into DropdownComponentDisplayedOptions
352
- */
353
- super.processOptions(options);
354
- this.allOptions = new Map(this.displayedOptions);
355
- });
356
- }
357
- /** @ignore */
358
- setupSubscriptions() {
359
- this.controlValueToDisplayedControlValue();
360
- /**
361
- * subscribe to control value change to synchronize the value when changed externally
362
- */
363
- this.valueControlSubscription = this.valueControl.valueChanges.subscribe(() => {
364
- if (!this.isInternalValueSet) {
365
- this.controlValueToDisplayedControlValue();
366
- }
367
- });
368
- /**
369
- * sync display control statuses with value control status for proper error display
370
- */
371
- this.valueControlStatusSubscription = this.valueControl.statusChanges.subscribe(() => this.syncState());
372
- this.subscribeToDisplayedControlValueChanged();
373
- /**
374
- * listen to scroll to reposition the dropdown
375
- */
376
- this.unsubscribeFromScroll = this.renderer.listen(DomHelper.getScrollableParent(this.ref.nativeElement), 'scroll', () => {
377
- if (this.trigger?.panelOpen)
378
- this.trigger.updatePosition();
379
- });
380
- this.syncState();
381
- }
382
- /** @ignore */
383
- subscribeToDisplayedControlValueChanged() {
384
- this.displayedControlSubscription = this.displayControl.valueChanges
385
- .pipe(map((value) => {
386
- if (!value)
387
- value = '';
388
- return value;
389
- }), tap((value) => {
390
- /**
391
- * mark displayControl as dirty
392
- * because MatAutocomplete does not do it automatically
393
- */
394
- this.displayControl.markAsDirty();
395
- /**
396
- * unsubscribe from previous options to stop loading them
397
- */
398
- this.unsubscribeFromOptions();
399
- /**
400
- * stop processing if value is not provided
401
- */
402
- if (!value) {
403
- /**
404
- * clear displayed options if value is not provided
405
- */
406
- if (!this.staticOptions) {
407
- this.displayedOptions = new Map();
408
- }
409
- this.setControlValue(null);
410
- if (this.loading()) {
411
- /**
412
- * set loadSuggestionOnInit to resume loading when control is focused again
413
- * NOTE: this is required because by the time onBlur happens - loading is false and
414
- * this method will not be fired from onBlur
415
- */
416
- this.resetInitialState();
417
- }
418
- }
419
- else if (typeof value != 'string') {
420
- this.setControlValueFromOption(value.key, false);
421
- }
422
- this.loading.set(this.canEmitValue(value));
423
- }), debounce((value) => {
424
- return this.canEmitValue(value) && value ? timer(500) : of({});
425
- }))
426
- .subscribe((value) => {
427
- if (this.canEmitValue(value)) {
428
- this.emitSearchValueInput.emit(value);
429
- }
430
- });
431
- }
432
- /** @ignore */
433
- unsubscribeFromOptions() {
434
- this.optionsSubscription?.unsubscribe();
435
- }
436
- unsubscribeFromDisplayedControl() {
437
- this.displayedControlSubscription?.unsubscribe();
438
- }
439
- /** @ignore */
440
- displayFirstError(control = this.displayControl) {
441
- return super.displayFirstError(control);
442
- }
443
- /** @ignore */
444
- clear(event) {
445
- event?.stopPropagation();
446
- if (event && event.button !== 0) {
447
- return;
448
- }
449
- this.displayControl.setValue(null);
450
- this.displayControl.markAsTouched();
451
- if (this.closePanelEnabled)
452
- this.trigger?.closePanel();
453
- }
454
- /** @ignore */
455
- togglePanel(event) {
456
- event?.stopPropagation();
457
- if (this.trigger?.panelOpen) {
458
- if (this.closePanelEnabled)
459
- this.trigger?.closePanel();
460
- }
461
- else {
462
- this.trigger?.openPanel();
463
- this.input?.nativeElement.focus();
464
- }
465
- }
466
- /** @ignore */
467
- controlValueToDisplayedControlValue() {
468
- /**
469
- * extract displayable value as string from valueControl, if it is not empty
470
- */
471
- const displayedValue = this.valueControl.value
472
- ? this.getDisplayedValue(this.valueControl.value)
473
- : this.valueControl.value;
474
- /**
475
- * use it to build displayedControl value
476
- */
477
- this.displayControl.setValue(displayedValue ? { key: this.valueControl.value, value: displayedValue } : this.valueControl.value, { emitEvent: false });
478
- }
479
- mustApplyAdditionalFiltering() {
480
- return !this.staticOptions || (this.staticOptions && this.filterOptions);
481
- }
482
- /** @ignore */
483
- unselectComponent() {
484
- if (this.input?.nativeElement instanceof HTMLInputElement) {
485
- this.input.nativeElement.blur();
486
- }
487
- }
488
- /** @ignore */
489
- activateStaticOption(option) {
490
- if (!option)
491
- return;
492
- /**
493
- * ignoreOnBlur to "true" to disable
494
- * component's input onBlur event
495
- * NOTE: this is needed when we click on static options
496
- */
497
- this.ignoreOnBlur = true;
498
- this.moreDataMatOption?.deselect();
499
- this.noDataMatOption?.deselect();
500
- if (option.onClick) {
501
- option.onClick(this.input?.nativeElement.value);
502
- }
503
- this.unselectComponent();
504
- }
505
- /** @ignore */
506
- setValidators() {
507
- /**
508
- * make sure displayControl has the same validators as control
509
- */
510
- this.displayControl.addValidators(this.valueControl.validator ?? []);
511
- /**
512
- * required validator must be set manually in this component
513
- * because controls are disconnected from input field
514
- */
515
- if (this.required) {
516
- this.valueControl.addValidators(Validators.required);
517
- this.displayControl.addValidators(Validators.required);
518
- }
519
- this.valueControl.updateValueAndValidity({ emitEvent: false });
520
- this.displayControl.updateValueAndValidity({ emitEvent: false });
521
- }
522
- /** @ignore */
523
- canEmitValue(value) {
524
- /**
525
- * only emit event if value is a string, and we can emit empty values, or it is not empty
526
- * NOTE: it disallows to emit explicitly selected "REAL" values
527
- */
528
- return !this.staticOptions && typeof value == 'string' && (this.emitEmptyValues || !!value);
529
- }
530
- /** @ignore */
531
- setControlValueFromString(displayedValue) {
532
- let isValueApplied = false;
533
- /**
534
- * loop through displayedOptions;
535
- * if matching displayedOption value found - use displayedOptions option as control value
536
- */
537
- for (const [option, value] of this.displayedOptions) {
538
- if (value.toLowerCase() === displayedValue.toLowerCase()) {
539
- this.setControlValueFromOption(option);
540
- isValueApplied = true;
541
- break;
542
- }
543
- }
544
- if (!isValueApplied) {
545
- this.clear();
546
- }
547
- }
548
- /** @ignore */
549
- setControlValueFromOption(option, skipSame = true) {
550
- this.unselectComponent();
551
- this.setControlValue(option, skipSame);
552
- }
553
- setControlValue(option, skipSame = true) {
554
- /**
555
- * only update control value if it differs from provided one
556
- * NOTE: we need this check to avoid emitting control value change
557
- * when the same dropdown option is selected in dropdown several times
558
- */
559
- if (skipSame && this.valueControl.value === option) {
560
- return;
561
- }
562
- this.valueControl.markAsTouched();
563
- this.valueControl.markAsDirty();
564
- /**
565
- * toggle isInternalValueSet to make
566
- * sure internal subscription to control value will
567
- * ignore this setValue event
568
- */
569
- this.isInternalValueSet = true;
570
- this.valueControl.setValue(option);
571
- this.isInternalValueSet = false;
572
- }
573
- overrideKeydownHandler() {
574
- if (this.trigger) {
575
- const handler = this.trigger._handleKeydown;
576
- /**
577
- * this allows to block default keydown handler if needed
578
- */
579
- this.trigger._handleKeydown = (event) => {
580
- const option = this.trigger?.activeOption;
581
- this.modifyOptionClickEvent(option);
582
- handler.call(this.trigger, event);
583
- /**
584
- * make sure option does not lose "selected" state if click is prevented
585
- * NOTE: this is d one for "nicety"
586
- */
587
- if (this.preventClick && option && event.key === 'Enter') {
588
- this.auto?._keyManager.setActiveItem(option);
589
- }
590
- };
591
- }
592
- }
593
- modifyOptionClickEvent(option) {
594
- /**
595
- * modify "_selectViaInteraction" method of the option
596
- * so that we can block its selection if needed
597
- */
598
- if (option && !option.modified) {
599
- option.modified = true;
600
- const handler = option._selectViaInteraction;
601
- option._selectViaInteraction = () => {
602
- if (this.preventClick) {
603
- this.auto?._keyManager.setActiveItem(-1);
604
- return;
605
- }
606
- handler.call(option);
607
- };
608
- }
609
- }
610
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsSearchDropdownComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
611
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.1", type: AdsSearchDropdownComponent, selector: "ads-search-dropdown", inputs: { maxlength: "maxlength", panelClass: "panelClass", options: "options", staticOptions: "staticOptions", filterOptions: "filterOptions", emitEmptyValues: "emitEmptyValues", loadSuggestionOnInit: "loadSuggestionOnInit", noDataOption: "noDataOption", moreDataOption: "moreDataOption", staticDataOption: "staticDataOption", onEnterKeyDown: "onEnterKeyDown", searchIconClickCallback: "searchIconClickCallback", displayValueFormatter: "displayValueFormatter", useOptionTemplate: "useOptionTemplate", minValueLength: "minValueLength", preventClick: "preventClick", closePanelEnabled: "closePanelEnabled", control: "control", errorMessages: "errorMessages", hint: "hint", id: "id", label: "label", placeholder: "placeholder" }, outputs: { emitSearchValueInput: "emitSearchValueInput" }, queries: [{ propertyName: "optionRef", first: true, predicate: (TemplateRef), descendants: true, isSignal: true }], viewQueries: [{ propertyName: "trigger", first: true, predicate: MatAutocompleteTrigger, descendants: true }, { propertyName: "input", first: true, predicate: ["input"], descendants: true }, { propertyName: "moreDataMatOption", first: true, predicate: ["moreDataMatOption"], descendants: true }, { propertyName: "noDataMatOption", first: true, predicate: ["noDataMatOption"], descendants: true }, { propertyName: "staticDataMatOption", first: true, predicate: ["staticDataMatOption"], descendants: true }, { propertyName: "auto", first: true, predicate: ["auto"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div class=\"form-control-row\" [ngStyle]=\"{ width: width }\">\n <mat-form-field\n [ngClass]=\"{\n 'immediate-validation': immediateValidation,\n 'is-open': trigger?.panelOpen,\n invalid: canShowError(),\n 'success-label': canShowSuccess(),\n 'x-small': smallSize,\n }\"\n >\n @if ((label || required) && !smallSize) {\n <mat-label>{{ label }}</mat-label>\n }\n <input\n #input\n [disabled]=\"displayControl.disabled\"\n (keydown.enter)=\"onKeyDown($event.target)\"\n (blur)=\"onBlur()\"\n (input)=\"onInput($event.target)\"\n (focus)=\"onFocus()\"\n type=\"text\"\n [autocomplete]=\"'none'\"\n [id]=\"id\"\n matInput\n [value]=\"getDisplayedValueAsString()\"\n [attr.maxlength]=\"maxlength\"\n [matAutocomplete]=\"auto\"\n [placeholder]=\"placeholder\"\n [required]=\"required\"\n />\n <mat-autocomplete\n #auto=\"matAutocomplete\"\n [displayWith]=\"displayFn\"\n [disableRipple]=\"true\"\n [class]=\"\n 'ads-dropdown-panel' +\n (fitContent ? ' fit-content' : '') +\n (loading() ? ' loading' : '') +\n (preventClick ? '' : ' clickable') +\n ' ' +\n panelClass\n \"\n >\n @for (option of displayedOptions | keyvalue: applySorting; track $index) {\n <mat-option #opt [value]=\"option\" (mousedown)=\"onOptionMouseDown($event, opt)\">\n @if (useOptionTemplate) {\n <ng-template\n [ngTemplateOutlet]=\"optionRef()\"\n [ngTemplateOutletContext]=\"{ $implicit: option.key, value: option.value }\"\n ></ng-template>\n } @else {\n <span\n [innerHtml]=\"\n displayValueFormatter\n ? displayValueFormatter(\n option!.value! | adsSearchDropdownHighlighter: displayControl.value,\n option.key\n )\n : (option!.value! | adsSearchDropdownHighlighter: displayControl.value)\n \"\n ></span>\n }\n </mat-option>\n }\n\n @if (canUseMoreDataOption) {\n <hr class=\"no-results-hr\" />\n <mat-option #moreDataMatOption class=\"extra\" [disabled]=\"!moreDataOption!.onClick\">\n <ng-container\n [ngTemplateOutlet]=\"extraOptionValue\"\n [ngTemplateOutletContext]=\"{ $implicit: moreDataOption }\"\n />\n </mat-option>\n }\n\n @if (canUseNoDataOption) {\n <mat-option #noDataMatOption class=\"extra\" [disabled]=\"!noDataOption!.onClick\">\n <ng-container [ngTemplateOutlet]=\"extraOptionValue\" [ngTemplateOutletContext]=\"{ $implicit: noDataOption }\" />\n </mat-option>\n }\n\n @if (canUseStaticOption) {\n @if (displayedOptions.size) {\n <hr class=\"no-results-hr\" />\n }\n <mat-option #staticDataMatOption class=\"extra\" [disabled]=\"!staticDataOption!.onClick\">\n <ng-container\n [ngTemplateOutlet]=\"extraOptionValue\"\n [ngTemplateOutletContext]=\"{ $implicit: staticDataOption }\"\n />\n </mat-option>\n }\n </mat-autocomplete>\n\n @if (canClear) {\n <button matTextSuffix type=\"button\" mat-icon-button (click)=\"clear($event)\" class=\"action-icon\">\n <ads-icon name=\"cross\" [size]=\"smallSize ? 'xxs' : 'xs'\" [theme]=\"'iconPrimary'\" class=\"cross-icon\" />\n </button>\n }\n @if (showDropdownIcon) {\n <button matTextSuffix type=\"button\" mat-icon-button (click)=\"togglePanel($event)\" class=\"action-icon\">\n <ads-icon name=\"chevron_down\" [size]=\"smallSize ? 'xxs' : 'xs'\" [theme]=\"'iconPrimary'\" class=\"chevron-down\" />\n </button>\n }\n @if (!staticOptions && loading()) {\n <mat-spinner matTextSuffix diameter=\"22\" />\n }\n @if (!staticOptions && !loading()) {\n <button\n matTextSuffix\n type=\"button\"\n mat-icon-button\n [disabled]=\"!canSearch\"\n (click)=\"canSearch ? onSearchIconClick($event) : null\"\n class=\"action-icon\"\n >\n <ads-icon name=\"search\" size=\"md\" [theme]=\"'iconPrimary'\" class=\"search-icon\" />\n </button>\n }\n </mat-form-field>\n <div class=\"footer-container\">\n @if (canShowError()) {\n <ads-error [error]=\"displayFirstError()\" [ngStyle]=\"{ width: width }\" />\n } @else if (canShowSuccess()) {\n <ads-success [success]=\"successMessage!\" [ngStyle]=\"{ width: width }\" />\n } @else if (hint) {\n <ads-hint [hint]=\"hint\" [control]=\"valueControl\" [ngStyle]=\"{ width: width }\" />\n }\n </div>\n</div>\n@if (tooltip) {\n <ads-input-tooltip [tooltip]=\"tooltip\" [smallSize]=\"smallSize\" />\n}\n\n<ng-template #extraOptionValue let-option>\n <span\n (click)=\"$event.stopPropagation()\"\n (mousedown)=\"onStaticOptionMouseDown($event, option!)\"\n [innerHTML]=\"option!.label\"\n ></span>\n</ng-template>\n", styles: [":host{display:flex;gap:12px;align-items:flex-start}:host::ng-deep mat-form-field{--mdc-filled-text-field-input-text-color: var(--color-medium);--mdc-filled-text-field-error-label-text-color: var(--color-error);--mdc-filled-text-field-label-text-color: var(--color-medium);--mdc-filled-text-field-focus-label-text-color: var(--color-medium);--mdc-filled-text-field-hover-label-text-color: var(--color-medium);--mdc-filled-text-field-label-text-size: 16px}:host::ng-deep mat-form-field .mdc-floating-label--float-above{--mdc-filled-text-field-label-text-size: 12px}:host::ng-deep mat-form-field .mdc-text-field{box-sizing:border-box;border-radius:5px;outline:1px solid var(--color-light);outline-offset:-1px;align-items:center;padding:0 12px;cursor:text;height:48px}:host::ng-deep mat-form-field .mdc-text-field .cross-icon{stroke:var(--color-medium)!important}:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--no-label .mat-mdc-form-field-flex{height:100%}:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--no-label .mat-mdc-form-field-flex .mat-mdc-form-field-infix{align-items:center}:host::ng-deep mat-form-field .mdc-text-field:not(.mdc-text-field--no-label) .mat-mdc-form-field-infix input{height:24px}:host::ng-deep mat-form-field .mdc-text-field:not(.mdc-text-field--no-label) .mat-mdc-form-field-infix input::-webkit-outer-spin-button,:host::ng-deep mat-form-field .mdc-text-field:not(.mdc-text-field--no-label) .mat-mdc-form-field-infix input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}:host::ng-deep mat-form-field .mdc-text-field:not(.mdc-text-field--no-label) .mat-mdc-form-field-infix input[type=number]{-moz-appearance:textfield}:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid{outline:2px solid var(--color-error);outline-offset:-2px}:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid .cross-icon,:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid .visibility-eye,:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid .picker{stroke:var(--color-error)!important}:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid .chevron-down,:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid .search-icon{color:var(--color-error)!important}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-flex{align-items:center}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-flex .mat-mdc-form-field-infix{display:flex;align-items:flex-end;width:120px}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-flex .mat-mdc-form-field-infix label{width:100%}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-flex .mat-mdc-form-field-infix label .mat-mdc-form-field-required-marker{color:var(--mdc-filled-text-field-error-label-text-color)}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-text-suffix{display:flex;align-items:center}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-text-suffix .mat-mdc-icon-button{display:flex;align-items:center;justify-content:center}:host::ng-deep mat-form-field .action-icon{padding:0;--mdc-icon-button-state-layer-size: 35px}:host::ng-deep mat-form-field .action-icon .mat-mdc-button-touch-target{height:unset;width:unset}:host::ng-deep mat-form-field.x-small .mdc-text-field{height:24px;padding:0 8px}:host::ng-deep mat-form-field.x-small .mdc-text-field .mat-mdc-form-field-input-control{font-size:12px;line-height:16px}:host::ng-deep mat-form-field.x-small .action-icon{--mdc-icon-button-state-layer-size: 22px}:host::ng-deep mat-form-field.readonly .mdc-text-field{background-color:var(--mdc-filled-text-field-disabled-container-color);border:none}:host::ng-deep mat-form-field:not(.readonly) .mdc-text-field:hover{background-color:var(--color-light-30);outline:2px solid var(--color-secondary-hover);outline-offset:-2px}:host::ng-deep mat-form-field:not(.readonly) .mdc-text-field:hover .visibility-eye{fill:var(--color-light-30)!important}:host::ng-deep mat-form-field:not(.readonly).mat-focused .mdc-text-field{outline:2px solid var(--color-medium);outline-offset:-2px;background-color:var(--color-muted)}:host::ng-deep mat-form-field:not(.readonly).mat-focused .mdc-text-field .visibility-eye{fill:var(--color-muted)!important}:host::ng-deep mat-form-field.immediate-validation .mdc-text-field{outline:2px solid var(--color-medium);outline-offset:-2px}:host::ng-deep mat-form-field.immediate-validation .mdc-text-field.mdc-text-field--invalid{outline:2px solid var(--color-error);outline-offset:-2px}:host::ng-deep mat-form-field .mat-mdc-form-field-subscript-wrapper{color:var(--mdc-filled-text-field-label-text-color)}:host::ng-deep mat-form-field .mat-mdc-form-field-subscript-wrapper:before{content:none}:host::ng-deep mat-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-error-wrapper,:host::ng-deep mat-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper{position:relative;padding:0}:host::ng-deep mat-form-field .mdc-line-ripple{display:none}:host::ng-deep mat-form-field.success-label .mat-mdc-form-field-required-marker,:host::ng-deep mat-form-field.success-label mat-label{color:var(--color-success)!important}:host::ng-deep mat-form-field.success-label .mdc-text-field{outline:2px solid var(--color-success);outline-offset:-2px}:host::ng-deep mat-form-field.success-label .cross-icon,:host::ng-deep mat-form-field.success-label .visibility-eye,:host::ng-deep mat-form-field.success-label .picker{stroke:var(--color-success)!important}:host::ng-deep mat-form-field.success-label .chevron-down,:host::ng-deep mat-form-field.success-label .search-icon{color:var(--color-success)!important}:host::ng-deep mat-form-field.error-label mat-label{color:var(--color-error)}:host::ng-deep mat-hint{display:inline-block}:host::ng-deep .mat-mdc-form-field-hint-spacer{display:none}.info-tooltip{position:relative;top:12px}mat-error{display:flex;padding-top:2px}mat-error .error{display:flex;align-items:flex-start;gap:2px}mat-error .error ads-icon{position:relative;top:2px}\n", "mat-select{--mat-select-trigger-text-line-height: 24px;--mat-select-enabled-trigger-text-color: var(--color-medium);--mat-select-disabled-trigger-text-color: var(--color-medium);--mat-select-placeholder-text-color: var(--color-medium)}mat-option{--mat-option-selected-state-layer-color: var(--color-secondary);--mat-option-selected-state-label-text-color: var(--color-white);--mat-option-hover-state-layer-color: var(--color-secondary-hover);padding:0 12px}mat-option.checkbox{padding:0 12px 0 6px}mat-option:active{background-color:var(--color-secondary-pressed)!important}mat-form-field.pill ::ng-deep .mdc-text-field{border-radius:24px;padding-left:16px;background-color:var(--color-light-30)}mat-form-field.pill ::ng-deep .mdc-text-field:not(.mdc-text-field--invalid){border-color:transparent}mat-form-field ::ng-deep .mdc-text-field .mat-mdc-select-arrow-wrapper{display:none}mat-form-field.x-small mat-select{font-size:12px;line-height:16px}mat-option:hover:not(.mdc-list-item--disabled){color:var(--color-white);background-color:var(--mat-option-hover-state-layer-color)}mat-option:hover:not(.mdc-list-item--disabled).mdc-list-item--selected{background-color:var(--mat-option-hover-state-layer-color)}mat-option:hover:not(.mdc-list-item--disabled) ::ng-deep .mdc-list-item__primary-text{color:var(--color-white)!important}mat-option.mdc-list-item--disabled{opacity:.5}mat-option ::ng-deep .mat-pseudo-checkbox{display:none}mat-option ::ng-deep .mdc-list-item__primary-text{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}\n", "mat-form-field{width:100%}mat-form-field.invalid ::ng-deep{--mdc-filled-text-field-label-text-color: var(--color-error);--mdc-filled-text-field-hover-label-text-color: var(--color-error);--mdc-filled-text-field-focus-label-text-color: var(--color-error)}mat-form-field.invalid ::ng-deep .mdc-text-field{border-color:var(--color-error)}mat-form-field.invalid ::ng-deep .mdc-text-field ads-icon{stroke:var(--mdc-filled-text-field-error-label-text-color)!important;color:var(--mdc-filled-text-field-error-label-text-color)!important}mat-option.extra{opacity:1;font-size:.75rem;min-height:32px;display:flex}mat-option.extra ::ng-deep .mdc-list-item__primary-text{opacity:1}mat-option ::ng-deep .highlighted-text{font-weight:700}mat-spinner{margin:13px}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i2.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i2.MatLabel, selector: "mat-label" }, { kind: "directive", type: i2.MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", inputs: ["matTextSuffix"] }, { kind: "component", type: i3.AdsIconComponent, selector: "ads-icon", inputs: ["size", "name", "color", "theme", "stroke"] }, { kind: "directive", type: i4.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "component", type: i5.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "mode", "value", "diameter", "strokeWidth"], exportAs: ["matProgressSpinner"] }, { kind: "component", type: i6.MatAutocomplete, selector: "mat-autocomplete", inputs: ["aria-label", "aria-labelledby", "displayWith", "autoActiveFirstOption", "autoSelectActiveOption", "requireSelection", "panelWidth", "disableRipple", "class", "hideSingleSelectionIndicator"], outputs: ["optionSelected", "opened", "closed", "optionActivated"], exportAs: ["matAutocomplete"] }, { kind: "component", type: i7.MatOption, selector: "mat-option", inputs: ["value", "id", "disabled"], outputs: ["onSelectionChange"], exportAs: ["matOption"] }, { kind: "directive", type: i6.MatAutocompleteTrigger, selector: "input[matAutocomplete], textarea[matAutocomplete]", inputs: ["matAutocomplete", "matAutocompletePosition", "matAutocompleteConnectedTo", "autocomplete", "matAutocompleteDisabled"], exportAs: ["matAutocompleteTrigger"] }, { kind: "component", type: i8.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "component", type: i9.AdsInputTooltipComponent, selector: "ads-input-tooltip", inputs: ["tooltip", "smallSize"] }, { kind: "component", type: i10.AdsErrorComponent, selector: "ads-error", inputs: ["error"] }, { kind: "component", type: i11.AdsHintComponent, selector: "ads-hint", inputs: ["control", "hint"] }, { kind: "component", type: i12.AdsSuccessComponent, selector: "ads-success", inputs: ["success"] }, { kind: "pipe", type: i1.KeyValuePipe, name: "keyvalue" }, { kind: "pipe", type: i13.AdsSearchDropdownHighlighterPipe, name: "adsSearchDropdownHighlighter" }] }); }
612
- }
613
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsSearchDropdownComponent, decorators: [{
614
- type: Component,
615
- args: [{ selector: 'ads-search-dropdown', template: "<div class=\"form-control-row\" [ngStyle]=\"{ width: width }\">\n <mat-form-field\n [ngClass]=\"{\n 'immediate-validation': immediateValidation,\n 'is-open': trigger?.panelOpen,\n invalid: canShowError(),\n 'success-label': canShowSuccess(),\n 'x-small': smallSize,\n }\"\n >\n @if ((label || required) && !smallSize) {\n <mat-label>{{ label }}</mat-label>\n }\n <input\n #input\n [disabled]=\"displayControl.disabled\"\n (keydown.enter)=\"onKeyDown($event.target)\"\n (blur)=\"onBlur()\"\n (input)=\"onInput($event.target)\"\n (focus)=\"onFocus()\"\n type=\"text\"\n [autocomplete]=\"'none'\"\n [id]=\"id\"\n matInput\n [value]=\"getDisplayedValueAsString()\"\n [attr.maxlength]=\"maxlength\"\n [matAutocomplete]=\"auto\"\n [placeholder]=\"placeholder\"\n [required]=\"required\"\n />\n <mat-autocomplete\n #auto=\"matAutocomplete\"\n [displayWith]=\"displayFn\"\n [disableRipple]=\"true\"\n [class]=\"\n 'ads-dropdown-panel' +\n (fitContent ? ' fit-content' : '') +\n (loading() ? ' loading' : '') +\n (preventClick ? '' : ' clickable') +\n ' ' +\n panelClass\n \"\n >\n @for (option of displayedOptions | keyvalue: applySorting; track $index) {\n <mat-option #opt [value]=\"option\" (mousedown)=\"onOptionMouseDown($event, opt)\">\n @if (useOptionTemplate) {\n <ng-template\n [ngTemplateOutlet]=\"optionRef()\"\n [ngTemplateOutletContext]=\"{ $implicit: option.key, value: option.value }\"\n ></ng-template>\n } @else {\n <span\n [innerHtml]=\"\n displayValueFormatter\n ? displayValueFormatter(\n option!.value! | adsSearchDropdownHighlighter: displayControl.value,\n option.key\n )\n : (option!.value! | adsSearchDropdownHighlighter: displayControl.value)\n \"\n ></span>\n }\n </mat-option>\n }\n\n @if (canUseMoreDataOption) {\n <hr class=\"no-results-hr\" />\n <mat-option #moreDataMatOption class=\"extra\" [disabled]=\"!moreDataOption!.onClick\">\n <ng-container\n [ngTemplateOutlet]=\"extraOptionValue\"\n [ngTemplateOutletContext]=\"{ $implicit: moreDataOption }\"\n />\n </mat-option>\n }\n\n @if (canUseNoDataOption) {\n <mat-option #noDataMatOption class=\"extra\" [disabled]=\"!noDataOption!.onClick\">\n <ng-container [ngTemplateOutlet]=\"extraOptionValue\" [ngTemplateOutletContext]=\"{ $implicit: noDataOption }\" />\n </mat-option>\n }\n\n @if (canUseStaticOption) {\n @if (displayedOptions.size) {\n <hr class=\"no-results-hr\" />\n }\n <mat-option #staticDataMatOption class=\"extra\" [disabled]=\"!staticDataOption!.onClick\">\n <ng-container\n [ngTemplateOutlet]=\"extraOptionValue\"\n [ngTemplateOutletContext]=\"{ $implicit: staticDataOption }\"\n />\n </mat-option>\n }\n </mat-autocomplete>\n\n @if (canClear) {\n <button matTextSuffix type=\"button\" mat-icon-button (click)=\"clear($event)\" class=\"action-icon\">\n <ads-icon name=\"cross\" [size]=\"smallSize ? 'xxs' : 'xs'\" [theme]=\"'iconPrimary'\" class=\"cross-icon\" />\n </button>\n }\n @if (showDropdownIcon) {\n <button matTextSuffix type=\"button\" mat-icon-button (click)=\"togglePanel($event)\" class=\"action-icon\">\n <ads-icon name=\"chevron_down\" [size]=\"smallSize ? 'xxs' : 'xs'\" [theme]=\"'iconPrimary'\" class=\"chevron-down\" />\n </button>\n }\n @if (!staticOptions && loading()) {\n <mat-spinner matTextSuffix diameter=\"22\" />\n }\n @if (!staticOptions && !loading()) {\n <button\n matTextSuffix\n type=\"button\"\n mat-icon-button\n [disabled]=\"!canSearch\"\n (click)=\"canSearch ? onSearchIconClick($event) : null\"\n class=\"action-icon\"\n >\n <ads-icon name=\"search\" size=\"md\" [theme]=\"'iconPrimary'\" class=\"search-icon\" />\n </button>\n }\n </mat-form-field>\n <div class=\"footer-container\">\n @if (canShowError()) {\n <ads-error [error]=\"displayFirstError()\" [ngStyle]=\"{ width: width }\" />\n } @else if (canShowSuccess()) {\n <ads-success [success]=\"successMessage!\" [ngStyle]=\"{ width: width }\" />\n } @else if (hint) {\n <ads-hint [hint]=\"hint\" [control]=\"valueControl\" [ngStyle]=\"{ width: width }\" />\n }\n </div>\n</div>\n@if (tooltip) {\n <ads-input-tooltip [tooltip]=\"tooltip\" [smallSize]=\"smallSize\" />\n}\n\n<ng-template #extraOptionValue let-option>\n <span\n (click)=\"$event.stopPropagation()\"\n (mousedown)=\"onStaticOptionMouseDown($event, option!)\"\n [innerHTML]=\"option!.label\"\n ></span>\n</ng-template>\n", styles: [":host{display:flex;gap:12px;align-items:flex-start}:host::ng-deep mat-form-field{--mdc-filled-text-field-input-text-color: var(--color-medium);--mdc-filled-text-field-error-label-text-color: var(--color-error);--mdc-filled-text-field-label-text-color: var(--color-medium);--mdc-filled-text-field-focus-label-text-color: var(--color-medium);--mdc-filled-text-field-hover-label-text-color: var(--color-medium);--mdc-filled-text-field-label-text-size: 16px}:host::ng-deep mat-form-field .mdc-floating-label--float-above{--mdc-filled-text-field-label-text-size: 12px}:host::ng-deep mat-form-field .mdc-text-field{box-sizing:border-box;border-radius:5px;outline:1px solid var(--color-light);outline-offset:-1px;align-items:center;padding:0 12px;cursor:text;height:48px}:host::ng-deep mat-form-field .mdc-text-field .cross-icon{stroke:var(--color-medium)!important}:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--no-label .mat-mdc-form-field-flex{height:100%}:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--no-label .mat-mdc-form-field-flex .mat-mdc-form-field-infix{align-items:center}:host::ng-deep mat-form-field .mdc-text-field:not(.mdc-text-field--no-label) .mat-mdc-form-field-infix input{height:24px}:host::ng-deep mat-form-field .mdc-text-field:not(.mdc-text-field--no-label) .mat-mdc-form-field-infix input::-webkit-outer-spin-button,:host::ng-deep mat-form-field .mdc-text-field:not(.mdc-text-field--no-label) .mat-mdc-form-field-infix input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}:host::ng-deep mat-form-field .mdc-text-field:not(.mdc-text-field--no-label) .mat-mdc-form-field-infix input[type=number]{-moz-appearance:textfield}:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid{outline:2px solid var(--color-error);outline-offset:-2px}:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid .cross-icon,:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid .visibility-eye,:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid .picker{stroke:var(--color-error)!important}:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid .chevron-down,:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid .search-icon{color:var(--color-error)!important}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-flex{align-items:center}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-flex .mat-mdc-form-field-infix{display:flex;align-items:flex-end;width:120px}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-flex .mat-mdc-form-field-infix label{width:100%}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-flex .mat-mdc-form-field-infix label .mat-mdc-form-field-required-marker{color:var(--mdc-filled-text-field-error-label-text-color)}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-text-suffix{display:flex;align-items:center}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-text-suffix .mat-mdc-icon-button{display:flex;align-items:center;justify-content:center}:host::ng-deep mat-form-field .action-icon{padding:0;--mdc-icon-button-state-layer-size: 35px}:host::ng-deep mat-form-field .action-icon .mat-mdc-button-touch-target{height:unset;width:unset}:host::ng-deep mat-form-field.x-small .mdc-text-field{height:24px;padding:0 8px}:host::ng-deep mat-form-field.x-small .mdc-text-field .mat-mdc-form-field-input-control{font-size:12px;line-height:16px}:host::ng-deep mat-form-field.x-small .action-icon{--mdc-icon-button-state-layer-size: 22px}:host::ng-deep mat-form-field.readonly .mdc-text-field{background-color:var(--mdc-filled-text-field-disabled-container-color);border:none}:host::ng-deep mat-form-field:not(.readonly) .mdc-text-field:hover{background-color:var(--color-light-30);outline:2px solid var(--color-secondary-hover);outline-offset:-2px}:host::ng-deep mat-form-field:not(.readonly) .mdc-text-field:hover .visibility-eye{fill:var(--color-light-30)!important}:host::ng-deep mat-form-field:not(.readonly).mat-focused .mdc-text-field{outline:2px solid var(--color-medium);outline-offset:-2px;background-color:var(--color-muted)}:host::ng-deep mat-form-field:not(.readonly).mat-focused .mdc-text-field .visibility-eye{fill:var(--color-muted)!important}:host::ng-deep mat-form-field.immediate-validation .mdc-text-field{outline:2px solid var(--color-medium);outline-offset:-2px}:host::ng-deep mat-form-field.immediate-validation .mdc-text-field.mdc-text-field--invalid{outline:2px solid var(--color-error);outline-offset:-2px}:host::ng-deep mat-form-field .mat-mdc-form-field-subscript-wrapper{color:var(--mdc-filled-text-field-label-text-color)}:host::ng-deep mat-form-field .mat-mdc-form-field-subscript-wrapper:before{content:none}:host::ng-deep mat-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-error-wrapper,:host::ng-deep mat-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper{position:relative;padding:0}:host::ng-deep mat-form-field .mdc-line-ripple{display:none}:host::ng-deep mat-form-field.success-label .mat-mdc-form-field-required-marker,:host::ng-deep mat-form-field.success-label mat-label{color:var(--color-success)!important}:host::ng-deep mat-form-field.success-label .mdc-text-field{outline:2px solid var(--color-success);outline-offset:-2px}:host::ng-deep mat-form-field.success-label .cross-icon,:host::ng-deep mat-form-field.success-label .visibility-eye,:host::ng-deep mat-form-field.success-label .picker{stroke:var(--color-success)!important}:host::ng-deep mat-form-field.success-label .chevron-down,:host::ng-deep mat-form-field.success-label .search-icon{color:var(--color-success)!important}:host::ng-deep mat-form-field.error-label mat-label{color:var(--color-error)}:host::ng-deep mat-hint{display:inline-block}:host::ng-deep .mat-mdc-form-field-hint-spacer{display:none}.info-tooltip{position:relative;top:12px}mat-error{display:flex;padding-top:2px}mat-error .error{display:flex;align-items:flex-start;gap:2px}mat-error .error ads-icon{position:relative;top:2px}\n", "mat-select{--mat-select-trigger-text-line-height: 24px;--mat-select-enabled-trigger-text-color: var(--color-medium);--mat-select-disabled-trigger-text-color: var(--color-medium);--mat-select-placeholder-text-color: var(--color-medium)}mat-option{--mat-option-selected-state-layer-color: var(--color-secondary);--mat-option-selected-state-label-text-color: var(--color-white);--mat-option-hover-state-layer-color: var(--color-secondary-hover);padding:0 12px}mat-option.checkbox{padding:0 12px 0 6px}mat-option:active{background-color:var(--color-secondary-pressed)!important}mat-form-field.pill ::ng-deep .mdc-text-field{border-radius:24px;padding-left:16px;background-color:var(--color-light-30)}mat-form-field.pill ::ng-deep .mdc-text-field:not(.mdc-text-field--invalid){border-color:transparent}mat-form-field ::ng-deep .mdc-text-field .mat-mdc-select-arrow-wrapper{display:none}mat-form-field.x-small mat-select{font-size:12px;line-height:16px}mat-option:hover:not(.mdc-list-item--disabled){color:var(--color-white);background-color:var(--mat-option-hover-state-layer-color)}mat-option:hover:not(.mdc-list-item--disabled).mdc-list-item--selected{background-color:var(--mat-option-hover-state-layer-color)}mat-option:hover:not(.mdc-list-item--disabled) ::ng-deep .mdc-list-item__primary-text{color:var(--color-white)!important}mat-option.mdc-list-item--disabled{opacity:.5}mat-option ::ng-deep .mat-pseudo-checkbox{display:none}mat-option ::ng-deep .mdc-list-item__primary-text{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}\n", "mat-form-field{width:100%}mat-form-field.invalid ::ng-deep{--mdc-filled-text-field-label-text-color: var(--color-error);--mdc-filled-text-field-hover-label-text-color: var(--color-error);--mdc-filled-text-field-focus-label-text-color: var(--color-error)}mat-form-field.invalid ::ng-deep .mdc-text-field{border-color:var(--color-error)}mat-form-field.invalid ::ng-deep .mdc-text-field ads-icon{stroke:var(--mdc-filled-text-field-error-label-text-color)!important;color:var(--mdc-filled-text-field-error-label-text-color)!important}mat-option.extra{opacity:1;font-size:.75rem;min-height:32px;display:flex}mat-option.extra ::ng-deep .mdc-list-item__primary-text{opacity:1}mat-option ::ng-deep .highlighted-text{font-weight:700}mat-spinner{margin:13px}\n"] }]
616
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }, { type: i0.ElementRef }], propDecorators: { maxlength: [{
617
- type: Input
618
- }], panelClass: [{
619
- type: Input
620
- }], options: [{
621
- type: Input
622
- }], staticOptions: [{
623
- type: Input
624
- }], filterOptions: [{
625
- type: Input
626
- }], emitEmptyValues: [{
627
- type: Input
628
- }], loadSuggestionOnInit: [{
629
- type: Input
630
- }], noDataOption: [{
631
- type: Input
632
- }], moreDataOption: [{
633
- type: Input
634
- }], staticDataOption: [{
635
- type: Input
636
- }], onEnterKeyDown: [{
637
- type: Input
638
- }], searchIconClickCallback: [{
639
- type: Input
640
- }], displayValueFormatter: [{
641
- type: Input
642
- }], useOptionTemplate: [{
643
- type: Input
644
- }], minValueLength: [{
645
- type: Input
646
- }], preventClick: [{
647
- type: Input
648
- }], closePanelEnabled: [{
649
- type: Input
650
- }], control: [{
651
- type: Input
652
- }], errorMessages: [{
653
- type: Input
654
- }], hint: [{
655
- type: Input
656
- }], id: [{
657
- type: Input
658
- }], label: [{
659
- type: Input
660
- }], placeholder: [{
661
- type: Input
662
- }], emitSearchValueInput: [{
663
- type: Output
664
- }], trigger: [{
665
- type: ViewChild,
666
- args: [MatAutocompleteTrigger]
667
- }], input: [{
668
- type: ViewChild,
669
- args: ['input']
670
- }], moreDataMatOption: [{
671
- type: ViewChild,
672
- args: ['moreDataMatOption']
673
- }], noDataMatOption: [{
674
- type: ViewChild,
675
- args: ['noDataMatOption']
676
- }], staticDataMatOption: [{
677
- type: ViewChild,
678
- args: ['staticDataMatOption']
679
- }], auto: [{
680
- type: ViewChild,
681
- args: ['auto']
682
- }] } });
683
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VhcmNoLWRyb3Bkb3duLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9mb3JtLWZpZWxkcy9zZWFyY2gtZmllbGRzL3NlYXJjaC1kcm9wZG93bi9zZWFyY2gtZHJvcGRvd24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2Zvcm0tZmllbGRzL3NlYXJjaC1maWVsZHMvc2VhcmNoLWRyb3Bkb3duL3NlYXJjaC1kcm9wZG93bi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBRUwsaUJBQWlCLEVBQ2pCLFNBQVMsRUFDVCxZQUFZLEVBQ1osVUFBVSxFQUNWLFlBQVksRUFDWixLQUFLLEVBSUwsTUFBTSxFQUNOLFNBQVMsRUFDVCxNQUFNLEVBRU4sV0FBVyxFQUNYLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsUUFBUSxFQUFFLEdBQUcsRUFBRSxHQUFHLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNwRCxPQUFPLEVBQWdDLFVBQVUsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzFFLE9BQU8sRUFBRSxlQUFlLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUN6RixPQUFPLEVBQ0wseUJBQXlCLEdBSTFCLE1BQU0sNkNBQTZDLENBQUM7QUFDckQsT0FBTyxFQUFFLFVBQVUsRUFBRSxFQUFFLEVBQWdCLEtBQUssRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUMzRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsYUFBYSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDOUUsT0FBTyxFQUFFLFNBQVMsRUFBc0IsTUFBTSxxQkFBcUIsQ0FBQztBQU1wRSxPQUFPLEVBQUUsU0FBUyxF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QkFDRSxxQkFBcUI7dUlBZ0J0QixTQUFTO3NCQUFqQixLQUFLO2dCQUdHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBR0csT0FBTztzQkFBZixLQUFLO2dCQUdHLGFBQWE7c0JBQXJCLEtBQUs7Z0JBR0csYUFBYTtzQkFBckIsS0FBSztnQkFHRyxlQUFlO3NCQUF2QixLQUFLO2dCQUdHLG9CQUFvQjtzQkFBNUIsS0FBSztnQkFHRyxZQUFZO3NCQUFwQixLQUFLO2dCQUdHLGNBQWM7c0JBQXRCLEtBQUs7Z0JBR0csZ0JBQWdCO3NCQUF4QixLQUFLO2dCQUdHLGNBQWM7c0JBQXRCLEtBQUs7Z0JBR0csdUJBQXVCO3NCQUEvQixLQUFLO2dCQUdHLHFCQUFxQjtzQkFBN0IsS0FBSztnQkFHRyxpQkFBaUI7c0JBQXpCLEtBQUs7Z0JBR0csY0FBYztzQkFBdEIsS0FBSztnQkFHRyxZQUFZO3NCQUFwQixLQUFLO2dCQUdHLGlCQUFpQjtzQkFBekIsS0FBSztnQkFPTyxPQUFPO3NCQUFuQixLQUFLO2dCQUtHLGFBQWE7c0JBQXJCLEtBQUs7Z0JBR1csSUFBSTtzQkFBcEIsS0FBSztnQkFHRyxFQUFFO3NCQUFWLEtBQUs7Z0JBR1csS0FBSztzQkFBckIsS0FBSztnQkFHRyxXQUFXO3NCQUFuQixLQUFLO2dCQU9JLG9CQUFvQjtzQkFBN0IsTUFBTTtnQkFHNEIsT0FBTztzQkFBekMsU0FBUzt1QkFBQyxzQkFBc0I7Z0JBR2IsS0FBSztzQkFBeEIsU0FBUzt1QkFBQyxPQUFPO2dCQUdjLGlCQUFpQjtzQkFBaEQsU0FBUzt1QkFBQyxtQkFBbUI7Z0JBR0EsZUFBZTtzQkFBNUMsU0FBUzt1QkFBQyxpQkFBaUI7Z0JBR00sbUJBQW1CO3NCQUFwRCxTQUFTO3VCQUFDLHFCQUFxQjtnQkFHYixJQUFJO3NCQUF0QixTQUFTO3VCQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBBZnRlclZpZXdJbml0LFxuICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgQ29tcG9uZW50LFxuICBjb250ZW50Q2hpbGQsXG4gIEVsZW1lbnRSZWYsXG4gIEV2ZW50RW1pdHRlcixcbiAgSW5wdXQsXG4gIE9uQ2hhbmdlcyxcbiAgT25EZXN0cm95LFxuICBPbkluaXQsXG4gIE91dHB1dCxcbiAgUmVuZGVyZXIyLFxuICBzaWduYWwsXG4gIFNpbXBsZUNoYW5nZSxcbiAgVGVtcGxhdGVSZWYsXG4gIFZpZXdDaGlsZCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBkZWJvdW5jZSwgbWFwLCB0YXAgfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XG5pbXBvcnQgeyBBYnN0cmFjdENvbnRyb2wsIEZvcm1Db250cm9sLCBWYWxpZGF0b3JzIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgTWF0QXV0b2NvbXBsZXRlLCBNYXRBdXRvY29tcGxldGVUcmlnZ2VyIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvYXV0b2NvbXBsZXRlJztcbmltcG9ydCB7XG4gIEFic3RyYWN0RHJvcGRvd25Db21wb25lbnQsXG4gIERyb3Bkb3duQ29tcG9uZW50RGlzcGxheWVkT3B0aW9ucyxcbiAgRHJvcGRvd25Db21wb25lbnRPcHRpb24sXG4gIERyb3Bkb3duQ29tcG9uZW50T3B0aW9ucyxcbn0gZnJvbSAnLi4vLi4vYWJzdHJhY3RzL2Fic3RyYWN0LmRyb3Bkb3duLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBPYnNlcnZhYmxlLCBvZiwgU3Vic2NyaXB0aW9uLCB0aW1lciB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgYWRzSWNvbkNoZXZyb25Eb3duLCBhZHNJY29uU2VhcmNoIH0gZnJvbSAnQGFzY2VudGdsL2Fkcy1pY29ucy9pY29ucyc7XG5pbXBvcnQgeyBEb21IZWxwZXIsIEdFTkVSSUNfQ09MTEVDVElPTiB9IGZyb20gJ0Bhc2NlbnRnbC9hZHMtdXRpbHMnO1xuaW1wb3J0IHtcbiAgU2VhcmNoRHJvcGRvd25Db21wb25lbnRPcHRpb25zLFxuICBTZWFyY2hEcm9wZG93bkRpc3BsYXlDb250cm9sVmFsdWUsXG4gIFNlYXJjaERyb3Bkb3duU3RhdGljT3B0aW9uLFxufSBmcm9tICcuL3NlYXJjaC1kcm9wZG93bi5jb21wb25lbnQudHlwZXMnO1xuaW1wb3J0IHsgTWF0T3B0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvY29yZSc7XG5pbXBvcnQgeyBURU1QTEFURV9UWVBFIH0gZnJvbSAnLi4vLi4vY29tbW9uL2Ryb3Bkb3duLW9wdGlvbi10ZW1wbGF0ZS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgU2FmZUh0bWwgfSBmcm9tICdAYW5ndWxhci9wbGF0Zm9ybS1icm93c2VyJztcblxudHlwZSBDdXN0b21NYXRPcHRpb24gPSAoTWF0T3B0aW9uICYgeyBtb2RpZmllZD86IGJvb2xlYW4gfSkgfCB1bmRlZmluZWQgfCBudWxsO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhZHMtc2VhcmNoLWRyb3Bkb3duJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3NlYXJjaC1kcm9wZG93bi5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogW1xuICAgICcuLi8uLi9pbnB1dC9pbnB1dC5jb21wb25lbnQuc2NzcycsXG4gICAgJy4uLy4uL2Ryb3Bkb3ducy9kcm9wZG93bi9kcm9wZG93bi5jb21wb25lbnQuc2NzcycsXG4gICAgJy4vc2VhcmNoLWRyb3Bkb3duLmNvbXBvbmVudC5zY3NzJyxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzU2VhcmNoRHJvcGRvd25Db21wb25lbnRcbiAgZXh0ZW5kcyBBYnN0cmFjdERyb3Bkb3duQ29tcG9uZW50XG4gIGltcGxlbWVudHMgT25DaGFuZ2VzLCBPbkluaXQsIEFmdGVyVmlld0luaXQsIE9uRGVzdHJveVxue1xuICAvKiogQGlnbm9yZSAqL1xuICBvcHRpb25SZWYgPSBjb250ZW50Q2hpbGQucmVxdWlyZWQ8VGVtcGxhdGVSZWY8VEVNUExBVEVfVFlQRT4+KFRlbXBsYXRlUmVmPFRFTVBMQVRFX1RZUEU+KTtcblxuICAvKiogTWF4aW11bSBhbW91bnQgb2YgY2hhcmFjdGVycyBpbiB0aGUgaW5wdXQgZmllbGQgKi9cbiAgQElucHV0KCkgbWF4bGVuZ3RoID0gMjU1O1xuXG4gIC8qKiBTZXQgdG8gYWRkaXRpb25hbCBwYW5lQ2xhc3MgaWYgcmVxdWlyZWQqL1xuICBASW5wdXQoKSBwYW5lbENsYXNzID0gJyc7XG5cbiAgLyoqIENvbnRhaW5zIGRyb3Bkb3duIG9wdGlvbnMgKi9cbiAgQElucHV0KCkgb3B0aW9ucz86IE9ic2VydmFibGU8U2VhcmNoRHJvcGRvd25Db21wb25lbnRPcHRpb25zPjtcblxuICAvKiogSWYgXCJ0cnVlXCIsIGNvbXBvbmVudCB3aWxsIG5vdCB0cnkgdG8gbG9hZCBhZGRpdGlvbmFsIG9wdGlvbnMgKi9cbiAgQElucHV0KCkgc3RhdGljT3B0aW9ucyA9IGZhbHNlO1xuXG4gIC8qKiBJZiBcInRydWVcIiBhbmQgXCJzdGF0aWNPcHRpb25zXCIgaXMgYWxzbyB0cnVlIGFkZGl0aW9uYWwgZmlsdGVyIHdpbGwgYmUgYXBwbGllZCB0byByZW1vdmUgb3B0aW9ucyB0aGF0IGRvIG5vdCBtYXRjaCBpbnB1dCB2YWx1ZSAqL1xuICBASW5wdXQoKSBmaWx0ZXJPcHRpb25zID0gdHJ1ZTtcblxuICAvKiogSWYgXCJ0cnVlXCIsIGVtaXRTZWFyY2hWYWx1ZUlucHV0IHdpbGwgZW1pdCBlbXB0eSB2YWx1ZXMgdG9vICovXG4gIEBJbnB1dCgpIGVtaXRFbXB0eVZhbHVlcyA9IGZhbHNlO1xuXG4gIC8qKiBJZiBcInRydWVcIiwgZmlyc3QgdGltZSBmb2N1c2luZyBvbiBpbnB1dCB3aWxsIHN0YXJ0IGxvYWRpbmcgc3VnZ2VzdGlvbnMgaWYgaW5wdXQgaGFzIGEgdmFsdWUgKi9cbiAgQElucHV0KCkgbG9hZFN1Z2dlc3Rpb25PbkluaXQgPSBmYWxzZTtcblxuICAvKiogUHJvdmlkZSBjb25maWd1cmF0aW9uIGZvciBkZWZhdWx0IG9wdGlvbiB0aGF0IGNhbiBiZSBkaXNwbGF5ZWQgaWYgbm8gcmVzdWx0cyB3ZXJlIGZvdW5kICovXG4gIEBJbnB1dCgpIG5vRGF0YU9wdGlvbjogU2VhcmNoRHJvcGRvd25TdGF0aWNPcHRpb24gfCB1bmRlZmluZWQ7XG5cbiAgLyoqIFByb3ZpZGUgY29uZmlndXJhdGlvbiBmb3IgZGVmYXVsdCBvcHRpb24gdGhhdCBjYW4gYmUgZGlzcGxheWVkIGlmIG5vIGludGVuZGVkIHJlc3VsdHMgd2VyZSBmb3VuZCAqL1xuICBASW5wdXQoKSBtb3JlRGF0YU9wdGlvbjogU2VhcmNoRHJvcGRvd25TdGF0aWNPcHRpb24gfCB1bmRlZmluZWQ7XG5cbiAgLyoqIFByb3ZpZGUgY29uZmlndXJhdGlvbiBmb3IgZGVmYXVsdCBvcHRpb24gdGhhdCBjYW4gYmUgZGlzcGxheWVkIGlmIG5lZWRlZCAqL1xuICBASW5wdXQoKSBzdGF0aWNEYXRhT3B0aW9uOiBTZWFyY2hEcm9wZG93blN0YXRpY09wdGlvbiB8IHVuZGVmaW5lZDtcblxuICAvKiogUHJvdmlkZSBldmVudCB0aGF0IGlzIGZpcmVkIHdoZW4gZW50ZXIga2V5IGlzIGRvd24gd2hpbGUgaW5wdXQgdmFsdWUgaXMgYmVpbmcgc2V0ICovXG4gIEBJbnB1dCgpIG9uRW50ZXJLZXlEb3duOiAoKGN1cnJlbnRJbnB1dFZhbHVlOiBzdHJpbmcpID0+IHZvaWQpIHwgdW5kZWZpbmVkO1xuXG4gIC8qKiBQcm92aWRlIGNhbGxiYWNrIHRoYXQgd2lsbCB2YmUgZXhlY3V0ZWQgd2hlbiB1c2VyIGNsaWNrcyBvbiBtYWduaWZ5aW5nIGdsYXNzIGljb24gKi9cbiAgQElucHV0KCkgc2VhcmNoSWNvbkNsaWNrQ2FsbGJhY2s6ICgoY3VycmVudElucHV0VmFsdWU6IHN0cmluZykgPT4gdm9pZCkgfCB1bmRlZmluZWQ7XG5cbiAgLyoqIFByb3ZpZGUgY2FsbGJhY2sgdGhhdCB3aWxsIHZiZSBleGVjdXRlZCB3aGVuIHVzZXIgY2xpY2tzIG9uIG1hZ25pZnlpbmcgZ2xhc3MgaWNvbiAqL1xuICBASW5wdXQoKSBkaXNwbGF5VmFsdWVGb3JtYXR0ZXI6ICgodmFsdWU6IHN0cmluZywgb3B0aW9uOiBEcm9wZG93bkNvbXBvbmVudE9wdGlvbikgPT4gc3RyaW5nIHwgU2FmZUh0bWwpIHwgdW5kZWZpbmVkO1xuXG4gIC8qKiBJZiBcInRydWVcIiwgd2lsbCByZWFkIG9wdGlvbiB0ZW1wbGF0ZSBwcm92aWRlZCB2aWEgXCJuZy10ZW1wbGF0ZSBkcm9wZG93bi1vcHRpb25cIiBzZWxlY3RvciAqL1xuICBASW5wdXQoKSB1c2VPcHRpb25UZW1wbGF0ZSA9IGZhbHNlO1xuXG4gIC8qKiBzZXQgbWluaW11bSBhbW91bnQgb2YgY2hhcmFjdGVycyB0byBzdGFydCBzZWFyY2ggKi9cbiAgQElucHV0KCkgbWluVmFsdWVMZW5ndGggPSAxO1xuXG4gIC8qKiBTZXQgdG8gXCJ0cnVlXCIgdG8gcHJldmVudCBjbGljayBldmVuIHByb3BhZ2F0aW9uICovXG4gIEBJbnB1dCgpIHByZXZlbnRDbGljayA9IGZhbHNlO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIEBJbnB1dCgpIGNsb3NlUGFuZWxFbmFibGVkID0gdHJ1ZTtcblxuICAvKipcbiAgICogTk9URTogSU5QVVQgUEFSQU1TIEJFTE9XIEFSRSBPVkVSUklEREVOIEJFQ0FVU0UgRk9SIFNPTUUgVU5LTk9XTiBSRUFTT04gU1RPUllCT09LIFdPTidUIFNIT1cgVEhFTSBGUk9NIFBBUkVOVCBDTEFTU1xuICAgKi9cblxuICAvKiogRm9ybSBjb250cm9sLCBhc3NvY2lhdGVkIHdpdGggaW5wdXQgZmllbGQgKi9cbiAgQElucHV0KCkgc2V0IGNvbnRyb2woY29udHJvbDogQWJzdHJhY3RDb250cm9sIHwgbnVsbCkge1xuICAgIHN1cGVyLmNvbnRyb2wgPSBjb250cm9sO1xuICB9XG5cbiAgLyoqIE9iamVjdCwgY29udGFpbmluZyBrZXk9PnZhbHVlIHBhaXJzIGZvciBlcnJvcnMgYW5kIHRoZWlyIHRyYW5zbGF0ZWQgbWVzc2FnZXMgKi9cbiAgQElucHV0KCkgZXJyb3JNZXNzYWdlczogR0VORVJJQ19DT0xMRUNUSU9OPHN0cmluZz4gPSB7fTtcblxuICAvKiogSGludCBtZXNzYWdlLCBkaXNwbGF5ZWQgdW5kZXIgdGhlIGNvbnRyb2wgKi9cbiAgQElucHV0KCkgZGVjbGFyZSBoaW50Pzogc3RyaW5nO1xuXG4gIC8qKiBPcHRpb25hbCBcImlkXCIgYXR0cmlidXRlIGZvciBpbnB1dCBmaWVsZCAqL1xuICBASW5wdXQoKSBpZCA9ICcnO1xuXG4gIC8qKiBPcHRpb25hbCBjb250cm9sIGZpZWxkIGxhYmVsICovXG4gIEBJbnB1dCgpIGRlY2xhcmUgbGFiZWw/OiBzdHJpbmc7XG5cbiAgLyoqIEVtcHR5IGlucHV0IGZpZWxkIHBsYWNlaG9sZGVyICovXG4gIEBJbnB1dCgpIHBsYWNlaG9sZGVyID0gJyc7XG5cbiAgLyoqXG4gICAqIEVORCBPRiBPVkVSUklEREVOIFBBUkFNRVRFUlNcbiAgICovXG5cbiAgLyoqIEVtaXRzIGN1cnJlbnRseSBpbnB1dCBzZWFyY2ggdmFsdWUuIFVzZSBpdCB0byByZWFjdCBhbmQgZ2VuZXJhdGUgZnJlc2ggb3B0aW9ucyBsaXN0LCBiYXNlZCBvbiB0aGUgdmFsdWUgKi9cbiAgQE91dHB1dCgpIGVtaXRTZWFyY2hWYWx1ZUlucHV0OiBFdmVudEVtaXR0ZXI8c3RyaW5nPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICAvKiogQGlnbm9yZSAqL1xuICBAVmlld0NoaWxkKE1hdEF1dG9jb21wbGV0ZVRyaWdnZXIpIHRyaWdnZXI/OiBNYXRBdXRvY29tcGxldGVUcmlnZ2VyO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIEBWaWV3Q2hpbGQoJ2lucHV0JykgaW5wdXQ/OiBFbGVtZW50UmVmO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIEBWaWV3Q2hpbGQoJ21vcmVEYXRhTWF0T3B0aW9uJykgbW9yZURhdGFNYXRPcHRpb24/OiBNYXRPcHRpb247XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgQFZpZXdDaGlsZCgnbm9EYXRhTWF0T3B0aW9uJykgbm9EYXRhTWF0T3B0aW9uPzogTWF0T3B0aW9uO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIEBWaWV3Q2hpbGQoJ3N0YXRpY0RhdGFNYXRPcHRpb24nKSBzdGF0aWNEYXRhTWF0T3B0aW9uPzogTWF0T3B0aW9uO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIEBWaWV3Q2hpbGQoJ2F1dG8nKSBhdXRvPzogTWF0QXV0b2NvbXBsZXRlO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIGxvYWRpbmcgPSBzaWduYWw8Ym9vbGVhbj4oZmFsc2UpO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIHByaXZhdGUgaXNJbnRlcm5hbFZhbHVlU2V0ID0gZmFsc2U7XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgcHJpdmF0ZSBkaXNwbGF5ZWRDb250cm9sU3Vic2NyaXB0aW9uPzogU3Vic2NyaXB0aW9uO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIHByaXZhdGUgdmFsdWVDb250cm9sU3Vic2NyaXB0aW9uPzogU3Vic2NyaXB0aW9uO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIHByaXZhdGUgb3B0aW9uc1N1YnNjcmlwdGlvbj86IFN1YnNjcmlwdGlvbjtcblxuICAvKiogQGlnbm9yZSAqL1xuICBwcml2YXRlIHZhbHVlQ29udHJvbFN0YXR1c1N1YnNjcmlwdGlvbj86IFN1YnNjcmlwdGlvbjtcblxuICAvKiogQGlnbm9yZSAqL1xuICBwcml2YXRlIGlnbm9yZU9uQmx1ciA9IGZhbHNlO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIHByaXZhdGUgaW5pdGlhbFN1Z2dlc3Rpb25zQ2hlY2tlZCA9IGZhbHNlO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIHByaXZhdGUgdW5zdWJzY3JpYmVGcm9tU2Nyb2xsPzogKCkgPT4gdm9pZDtcblxuICAvKiogQGlnbm9yZSAqL1xuICBwcml2YXRlIHByZXZpb3VzQ29udHJvbFZhbHVlPzogc3RyaW5nO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIHByaXZhdGUgYWxsT3B0aW9uczogRHJvcGRvd25Db21wb25lbnREaXNwbGF5ZWRPcHRpb25zID0gbmV3IE1hcCgpO1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHByaXZhdGUgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZixcbiAgICBwcml2YXRlIHJlbmRlcmVyOiBSZW5kZXJlcjIsXG4gICAgcHJpdmF0ZSByZWY6IEVsZW1lbnRSZWYsXG4gICkge1xuICAgIHN1cGVyKCk7XG4gICAgdGhpcy5yZWdpc3RyeS5yZWdpc3RlcihbYWRzSWNvblNlYXJjaCwgYWRzSWNvbkNoZXZyb25Eb3duXSk7XG4gIH1cblxuICAvKiogQGlnbm9yZSAqL1xuICBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiB7IG9wdGlvbnM6IFNpbXBsZUNoYW5nZTsgaW1tZWRpYXRlVmFsaWRhdGlvbjogU2ltcGxlQ2hhbmdlIH0pOiB2b2lkIHtcbiAgICBpZiAoY2hhbmdlcy5vcHRpb25zKSB7XG4gICAgICB0aGlzLnByb2Nlc3NPcHRpb25zKCk7XG4gICAgfVxuICAgIHN1cGVyLm5nT25DaGFuZ2VzKGNoYW5nZXMpO1xuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5zZXRWYWxpZGF0b3JzKCk7XG4gICAgdGhpcy5zZXR1cFN1YnNjcmlwdGlvbnMoKTtcblxuICAgIHRoaXMuY2RyLmRldGVjdENoYW5nZXMoKTtcbiAgfVxuXG4gIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICBzdXBlci5uZ0FmdGVyVmlld0luaXQoKTtcbiAgICB0aGlzLm92ZXJyaWRlS2V5ZG93bkhhbmRsZXIoKTtcbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIG5nT25EZXN0cm95KCkge1xuICAgIGlmICh0aGlzLnVuc3Vic2NyaWJlRnJvbVNjcm9sbCkgdGhpcy51bnN1YnNjcmliZUZyb21TY3JvbGwoKTtcbiAgICB0aGlzLnVuc3Vic2NyaWJlRnJvbU9wdGlvbnMoKTtcbiAgICB0aGlzLnVuc3Vic2NyaWJlRnJvbURpc3BsYXllZENvbnRyb2woKTtcbiAgICB0aGlzLnZhbHVlQ29udHJvbFN1YnNjcmlwdGlvbj8udW5zdWJzY3JpYmUoKTtcbiAgICB0aGlzLnZhbHVlQ29udHJvbFN0YXR1c1N1YnNjcmlwdGlvbj8udW5zdWJzY3JpYmUoKTtcbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIGdldCBjYW5TZWFyY2goKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuICF0aGlzLmxvYWRpbmcoKSAmJiAhdGhpcy5kaXNwbGF5Q29udHJvbC5kaXNhYmxlZCAmJiAhIXRoaXMuc2VhcmNoSWNvbkNsaWNrQ2FsbGJhY2s7XG4gIH1cblxuICAvKiogQGlnbm9yZSAqL1xuICBnZXQgY2FuVXNlTW9yZURhdGFPcHRpb24oKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuICEhdGhpcy5tb3JlRGF0YU9wdGlvbiAmJiAhIXRoaXMuZGlzcGxheWVkT3B0aW9ucy5zaXplICYmICF0aGlzLmxvYWRpbmcoKTtcbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIGdldCBjYW5Vc2VOb0RhdGFPcHRpb24oKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIChcbiAgICAgICEhdGhpcy5ub0RhdGFPcHRpb24gJiZcbiAgICAgICF0aGlzLmRpc3BsYXllZE9wdGlvbnMuc2l6ZSAmJlxuICAgICAgIXRoaXMubG9hZGluZygpICYmXG4gICAgICAhIXRoaXMuZGlzcGxheUNvbnRyb2wudmFsdWUgJiZcbiAgICAgIHRoaXMuZGlzcGxheUNvbnRyb2wuZGlydHlcbiAgICApO1xuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgZ2V0IGNhblVzZVN0YXRpY09wdGlvbigpOiBib29sZWFuIHtcbiAgICByZXR1cm4gISF0aGlzLnN0YXRpY0RhdGFPcHRpb24gJiYgIXRoaXMubG9hZGluZygpO1xuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgZ2V0IHNob3dEcm9wZG93bkljb24oKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuc3RhdGljT3B0aW9ucyAmJiAoISF0aGlzLmRpc3BsYXllZE9wdGlvbnMuc2l6ZSB8fCAhIXRoaXMuYWxsT3B0aW9ucy5zaXplKTtcbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIG9uU2VhcmNoSWNvbkNsaWNrKGV2ZW50OiBNb3VzZUV2ZW50KTogdm9pZCB7XG4gICAgZXZlbnQuc3RvcFByb3BhZ2F0aW9uKCk7XG5cbiAgICBpZiAodGhpcy5zZWFyY2hJY29uQ2xpY2tDYWxsYmFjaykge1xuICAgICAgdGhpcy5zZWFyY2hJY29uQ2xpY2tDYWxsYmFjayh0aGlzLmlucHV0Py5uYXRpdmVFbGVtZW50LnZhbHVlKTtcbiAgICB9XG4gIH1cblxuICAvKiogQGlnbm9yZSAqL1xuICBvbktleURvd24oZXZlbnRUYXJnZXQ6IEV2ZW50VGFyZ2V0IHwgbnVsbCk6IHZvaWQge1xuICAgIGlmICh0aGlzLnByZXZlbnRDbGljaykge1xuICAgICAgcmV0dXJuO1xuICAgIH1cblxuICAgIGlmICghKGV2ZW50VGFyZ2V0IGluc3RhbmNlb2YgSFRNTElucHV0RWxlbWVudCkpIHJldHVybjtcblxuICAgIC8qKlxuICAgICAqIGlmIG9uZSBvZiBzdGF0aWMgb3B0aW9ucyB3YXMgc2VsZWN0ZWQgd2hlbiBcIkVudGVyXCJcbiAgICAgKiBrZXkgd2FzIGNsaWNrZWQgLSBleGVjdXRlIHJldHVybiBkaXNwbGF5ZWRWYWx1ZSBiYWNrXG4gICAgICogYW5kIGV4ZWN1dGUgc3RhdGljIG9wdGlvbiBvbkNsaWNrIGV2ZW50c1xuICAgICAqL1xuICAgIGlmICh0aGlzLm1vcmVEYXRhTWF0T3B0aW9uPy5zZWxlY3RlZCkge1xuICAgICAgZXZlbnRUYXJnZXQudmFsdWUgPSB0aGlzLmdldERpc3BsYXllZFZhbHVlQXNTdHJpbmcoKTtcblxuICAgICAgdGhpcy5hY3RpdmF0ZVN0YXRpY09wdGlvbih0aGlzLm1vcmVEYXRhT3B0aW9uKTtcbiAgICB9IGVsc2UgaWYgKHRoaXMubm9EYXRhTWF0T3B0aW9uPy5zZWxlY3RlZCkge1xuICAgICAgZXZlbnRUYXJnZXQudmFsdWUgPSB0aGlzLmdldERpc3BsYXllZFZhbHVlQXNTdHJpbmcoKTtcblxuICAgICAgdGhpcy5hY3RpdmF0ZVN0YXRpY09wdGlvbih0aGlzLm5vRGF0YU9wdGlvbik7XG4gICAgfSBlbHNlIGlmICh0aGlzLnN0YXRpY0RhdGFNYXRPcHRpb24/LnNlbGVjdGVkKSB7XG4gICAgICBldmVudFRhcmdldC52YWx1ZSA9IHRoaXMuZ2V0RGlzcGxheWVkVmFsdWVBc1N0cmluZygpO1xuXG4gICAgICB0aGlzLmFjdGl2YXRlU3RhdGljT3B0aW9uKHRoaXMuc3RhdGljRGF0YU9wdGlvbik7XG4gICAgfSBlbHNlIHtcbiAgICAgIC8qKlxuICAgICAgICogb3RoZXJ3aXNlIGlmIGRpc3BsYXllZCB2YWx1ZSBpcyBkaWZmZXJlbnQgZnJvbSBpbnB1dCB2YWx1ZSAtIHN5bmMgdGhlbVxuICAgICAgICogTk9URTogdGhpcyBoYXBwZW5zIHdoZW4gb3B0aW9uIGlzIHNlbGVjdGVkIGluIGRyb3Bkb3duIGFuZCBcIkVudGVyXCIga2V5IGlzIHByZXNzZWRcbiAgICAgICAqIGJlY2F1c2UgXCJvbklucHV0XCIgZXZlbnQgZG9lcyBub3QgZmlyZSBpbiB0aGF0IGNhc2VcbiAgICAgICAqIGlmIGRpc3BsYXllZCB2YWx1ZSBpcyB0aGUgc2FtZSBhcyBpbnB1dCB2YWx1ZSwgYW5kIHdlIGhhdmUgb25FbnRlcktleURvd24gY2FsbGJhY2sgLSBleGVjdXRlIGl0XG4gICAgICAgKiBOT1RFOiB0aGlzIGhhcHBlbnMgd2hlbiB2YWx1ZSBpcyBpbnB1dCBkaXJlY3RseSBpbnRvIGlucHV0IGZpZWxkXG4gICAgICAgKi9cbiAgICAgIGlmICh0aGlzLmdldERpc3BsYXllZFZhbHVlQXNTdHJpbmcoKSAhPSBldmVudFRhcmdldC52YWx1ZSkge1xuICAgICAgICB0aGlzLmRpc3BsYXlDb250cm9sLnNldFZhbHVlKGV2ZW50VGFyZ2V0LnZhbHVlLCB7IGVtaXRFdmVudDogZmFsc2UgfSk7XG4gICAgICB9IGVsc2UgaWYgKHRoaXMub25FbnRlcktleURvd24pIHtcbiAgICAgICAgdGhpcy5vbkVudGVyS2V5RG93bihldmVudFRhcmdldC52YWx1ZSk7XG4gICAgICB9XG5cbiAgICAgIHRoaXMudW5zZWxlY3RDb21wb25lbnQoKTtcbiAgICB9XG4gIH1cblxuICAvKiogQGlnbm9yZSAqL1xuICBvbkJsdXIoKTogdm9pZCB7XG4gICAgdGhpcy5kaXNwbGF5Q29udHJvbC5tYXJrQXNUb3VjaGVkKCk7XG4gICAgdGhpcy52YWx1ZUNvbnRyb2wubWFya0FzVG91Y2hlZCgpO1xuXG4gICAgaWYgKCF0aGlzLnByZXZlbnRDbGljaykge1xuICAgICAgLyoqXG4gICAgICAgKiBpZiBhY3Rpb24gb25CbHVyIGlzIGFsbG93ZWQgYW5kIHZhbHVlIGlzIGEgc3RyaW5nIC0gYXBwbHkgaXQgdG8gZm9ybSBjb250cm9sIGJlZm9yZSBibHVycmluZ1xuICAgICAgICogTk9URTogdGhpcyBtYXkgaGFwcGVuIGlmIHZhbHVlIHdhcyBpbnB1dCBpbnRvIGNvbnRyb2wgYnV0XG4gICAgICAgKiBubyBleGlzdGluZyBvcHRpb25zIHdlcmUgZXhwbGljaXRseSBzZWxlY3RlZFxuICAgICAgICovXG4gICAgICBpZiAoIXRoaXMuaWdub3JlT25CbHVyICYmIHR5cGVvZiB0aGlzLmRpc3BsYXlDb250cm9sLnZhbHVlID09ICdzdHJpbmcnKSB7XG4gICAgICAgIHRoaXMuc2V0Q29udHJvbFZhbHVlRnJvbVN0cmluZyh0aGlzLmRpc3BsYXlDb250cm9sLnZhbHVlKTtcbiAgICAgIH1cblxuICAgICAgdGhpcy5pZ25vcmVPbkJsdXIgPSBmYWxzZTtcbiAgICB9XG5cbiAgICAvKipcbiAgICAgKiBpZiB3ZSBhcmUgc3RpbGwgbG9hZGluZyAtIHN0b3AgaXRcbiAgICAgKi9cbiAgICBpZiAodGhpcy5sb2FkaW5nKCkpIHtcbiAgICAgIHRoaXMubG9hZGluZy5zZXQoZmFsc2UpO1xuXG4gICAgICAvKipcbiAgICAgICAqIHVuc3Vic2NyaWJlIGZyb20gb3B0aW9ucyB0byBwcmV2ZW50IHRoZWlyIGZ1cnRoZXIgcHJvY2Vzc2luZ1xuICAgICAgICovXG4gICAgICB0aGlzLnVuc3Vic2NyaWJlRnJvbU9wdGlvbnMoKTtcblxuICAgICAgLyoqXG4gICAgICAgKiB1bnN1YnNjcmliZSBmcm9tIGRpc3BsYXkgY29udHJvbCBjaGFuZ2UgdG8gcHJldmVudCBpdCBmcm9tIHNlbmRpbmcgdGhlIGRhdGFcbiAgICAgICAqL1xuICAgICAgdGhpcy51bnN1YnNjcmliZUZyb21EaXNwbGF5ZWRDb250cm9sKCk7XG5cbiAgICAgIC8qKlxuICAgICAgICogcmVzdWJzY3JpYmUgaXQgYWdhaW4gdG8gcmV0dXJuIHRvIG5vcm1hbCB3b3JrZmxvd1xuICAgICAgICovXG4gICAgICB0aGlzLnN1YnNjcmliZVRvRGlzcGxheWVkQ29udHJvbFZhbHVlQ2hhbmdlZCgpO1xuXG4gICAgICAvKipcbiAgICAgICAqIHNldCBsb2FkU3VnZ2VzdGlvbk9uSW5pdCB0byByZXN1bWUgbG9hZGluZyB3aGVuIGNvbnRyb2wgaXMgZm9jdXNlZCBhZ2FpblxuICAgICAgICovXG4gICAgICB0aGlzLnJlc2V0SW5pdGlhbFN0YXRlKCk7XG4gICAgfVxuXG4gICAgaWYgKHRoaXMuY2xvc2VQYW5lbEVuYWJsZWQgJiYgIXRoaXMucHJldmVudENsaWNrKSB0aGlzLnRyaWdnZXI/LmNsb3NlUGFuZWwoKTtcbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIG9uRm9jdXMoKTogdm9pZCB7XG4gICAgLyoqXG4gICAgICogaWYgd2UgaGF2ZSBubyBkaXNwbGF5ZWQgb3B0aW9ucyxcbiAgICAgKiB3ZSBjYW4gbG9hZCBkYXRhIG9uIGluaXRpYWwgdmFsdWUsXG4gICAgICogd2UgYXJlIG5vdCBkZWFsaW5nIHdpdGggc3RhdGljIG9wdGlvbnMsXG4gICAgICogaW5pdGlhbCBzdWdnZXN0aW9ucyBhcmUgbm90IHlldCBsb2FkZWQsXG4gICAgICogYW5kIHdlIGhhdmUgaW5wdXQgdmFsdWUgb3IgY2FuIGVtaXQgZW1wdHkgdmFsdWVzIC0gd2UgY2FuIHN0YXJ0IGxvYWRpbmcgc3VnZ2VzdGlvbnNcbiAgICAgKi9cbiAgICBpZiAoXG4gICAgICAhdGhpcy5kaXNwbGF5ZWRPcHRpb25zLnNpemUgJiZcbiAgICAgIHRoaXMubG9hZFN1Z2dlc3Rpb25PbkluaXQgJiZcbiAgICAgICF0aGlzLnN0YXRpY09wdGlvbnMgJiZcbiAgICAgICF0aGlzLmluaXRpYWxTdWdnZXN0aW9uc0NoZWNrZWQgJiZcbiAgICAgICh0aGlzLmlucHV0Py5uYXRpdmVFbGVtZW50LnZhbHVlIHx8IHRoaXMuZW1pdEVtcHR5VmFsdWVzKVxuICAgICkge1xuICAgICAgdGhpcy5sb2FkaW5nLnNldCh0cnVlKTtcblxuICAgICAgdGhpcy51bnN1YnNjcmliZUZyb21PcHRpb25zKCk7XG5cbiAgICAgIC8qKlxuICAgICAgICogaWYgd2UgYXJlIGxvYWRpbmcgb24gaW5pdCBhbmQgZGlzcGxheSBjb250cm9sIGhhcyB2YWx1ZSAtIG1hcmsgaXQgYXMgZGlydHkgZm9yIGNvbnNpc3RlbmN5XG4gICAgICAgKi9cbiAgICAgIGlmICh0aGlzLmxvYWRTdWdnZXN0aW9uT25Jbml0ICYmIHRoaXMuZGlzcGxheUNvbnRyb2wudmFsdWUgJiYgdGhpcy5kaXNwbGF5Q29udHJvbC5wcmlzdGluZSkge1xuICAgICAgICB0aGlzLmRpc3BsYXlDb250cm9sLm1hcmtBc0RpcnR5KCk7XG4gICAgICB9XG5cbiAgICAgIHRoaXMuZW1pdFNlYXJjaFZhbHVlSW5wdXQuZW1pdCh0aGlzLmlucHV0Py5uYXRpdmVFbGVtZW50LnZhbHVlKTtcbiAgICB9XG5cbiAgICB0aGlzLmluaXRpYWxTdWdnZXN0aW9uc0NoZWNrZWQgPSB0cnVlO1xuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgb25JbnB1dChldmVudFRhcmdldDogRXZlbnRUYXJnZXQgfCBudWxsKTogdm9pZCB7XG4gICAgaWYgKGV2ZW50VGFyZ2V0IGluc3RhbmNlb2YgSFRNTElucHV0RWxlbWVudCkge1xuICAgICAgY29uc3QgdmFsdWUgPSBldmVudFRhcmdldC52YWx1ZS50cmltKCk7XG5cbiAgICAgIC8qKlxuICAgICAgICogaWYgbmV3IHRyaW1tZWQgdmFsdWUgaXMgZGlmZmVyZW50IGZyb20gY3VycmVudCB0cmltbWVkIHZhbHVlIGFuZCBuZXcgdHJpbW1lZCB2YWx1ZSBpcyBlaXRoZXIgZW1wdHkgb3JcbiAgICAgICAqIGZpdHMgbWluIGxlbmd0aCAtIHVzZSBpdFxuICAgICAgICogTk9URTogdGhpcyBhbGxvd3MgdG8gYXZvaWQgcmVhY3Rpbmcgb24gZW1wdHkgc3RyaW5ncyBiZWluZyBpbnB1dFxuICAgICAgICogYWxzbyBzcGFjZXMgaW4gdGhlIGVuZCBvZiB0aGUgc3RyaW5nIHdpbGwgYmUgaWdub3JlZCB1bnRpbCB0aGV5IGFyZSBmb2xsb3dlZCBieSBhIGRpZmZlcmVudCBjaGFyYWN0ZXJcbiAgICAgICAqL1xuICAgICAgaWYgKHZhbHVlICE9PSB0aGlzLmdldERpc3BsYXllZFZhbHVlQXNTdHJpbmcoZmFsc2UpLnRyaW0oKSAmJiAoIXZhbHVlIHx8IHZhbHVlLmxlbmd0aCA+PSB0aGlzLm1pblZhbHVlTGVuZ3RoKSkge1xuICAgICAgICB0aGlzLmRpc3BsYXlDb250cm9sLnNldFZhbHVlKGV2ZW50VGFyZ2V0LnZhbHVlKTtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAvKiogQGlnbm9yZSAqL1xuICBnZXREaXNwbGF5ZWRWYWx1ZUFzU3RyaW5nKGNoZWNrQWRkaXRpb25hbEZvcm1hdHRpbmcgPSB0cnVlKTogc3RyaW5nIHtcbiAgICBsZXQgdmFsdWUgPSAnJztcblxuICAgIGlmICh0aGlzLmRpc3BsYXlDb250cm9sLnZhbHVlKSB7XG4gICAgICB2YWx1ZSA9XG4gICAgICAgIHR5cGVvZiB0aGlzLmRpc3BsYXlDb250cm9sLnZhbHVlID09ICdzdHJpbmcnXG4gICAgICAgICAgPyB0aGlzLmRpc3BsYXlDb250cm9sLnZhbHVlXG4gICAgICAgICAgOiAodGhpcy5kaXNwbGF5Q29udHJvbC52YWx1ZS52YWx1ZSA/PyAnJyk7XG4gICAgfVxuXG4gICAgaWYgKGNoZWNrQWRkaXRpb25hbEZvcm1hdHRpbmcgJiYgdGhpcy5tdXN0QXBwbHlBZGRpdGlvbmFsRmlsdGVyaW5nKCkgJiYgdGhpcy5wcmV2aW91c0NvbnRyb2xWYWx1ZSAhPT0gdmFsdWUpIHtcbiAgICAgIHRoaXMucHJldmlvdXNDb250cm9sVmFsdWUgPSB2YWx1ZTtcblxuICAgICAgdGhpcy5kaXNwbGF5ZWRPcHRpb25zID0gbmV3IE1hcCgpO1xuXG4gICAgICB0aGlzLmFsbE9wdGlvbnMuZm9yRWFjaCgob3B0aW9uVmFsdWUsIG9wdGlvbikgPT4ge1xuICAgICAgICBpZiAob3B0aW9uVmFsdWUudG9Mb3dlckNhc2UoKS5pbmNsdWRlcyh2YWx1ZS50b0xvd2VyQ2FzZSgpKSkge1xuICAgICAgICAgIHRoaXMuZGlzcGxheWVkT3B0aW9ucy5zZXQob3B0aW9uLCBvcHRpb25WYWx1ZSk7XG4gICAgICAgIH1cbiAgICAgIH0pO1xuICAgIH1cblxuICAgIHJldHVybiB2YWx1ZTtcbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIHJlc2V0KCk6IHZvaWQge1xuICAgIHRoaXMuZGlzcGxheWVkT3B0aW9ucyA9IG5ldyBNYXAodGhpcy5hbGxPcHRpb25zKTtcbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIG9uU3RhdGljT3B0aW9uTW91c2VEb3duKGV2ZW50OiBNb3VzZUV2ZW50LCBvcHRpb246IFNlYXJjaERyb3Bkb3duU3RhdGljT3B0aW9uKTogdm9pZCB7XG4gICAgLyoqXG4gICAgICogb25seSBwcm9jZWVkIGlmIGxlZnQgbW91c2UgYnV0dG9uIHdhcyBjbGlja2VkXG4gICAgICovXG4gICAgaWYgKGV2ZW50LmJ1dHRvbiAhPT0gMCkgcmV0dXJuO1xuXG4gICAgdGhpcy5hY3RpdmF0ZVN0YXRpY09wdGlvbihvcHRpb24pO1xuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgb25PcHRpb25Nb3VzZURvd24oZXZlbnQ6IE1vdXNlRXZlbnQsIG9wdGlvbjogQ3VzdG9tTWF0T3B0aW9uKTogdm9pZCB7XG4gICAgLyoqXG4gICAgICogb25seSBwcm9jZWVkIGlmIGxlZnQgbW91c2UgYnV0dG9uIHdhcyBjbGlja2VkXG4gICAgICovXG4gICAgaWYgKGV2ZW50LmJ1dHRvbiAhPT0gMCkgcmV0dXJuO1xuXG4gICAgdGhpcy5tb2RpZnlPcHRpb25DbGlja0V2ZW50KG9wdGlvbik7XG5cbiAgICBpZiAodGhpcy5wcmV2ZW50Q2xpY2spIHJldHVybjtcblxuICAgIC8qKlxuICAgICAqIE5PVEU6IHdlIHNldCBkaXNwbGF5Q29udHJvbCB2YWx1ZSBpbiBtb3VzZWRvd24gZXZlbnQgdG8gb3ZlcnJpZGUgdmFsdWUgc2V0dGluZyBpbiBvbkNsaWNrXG4gICAgICogYW5kIGF2b2lkIFVJIGFydGlmYWN0cyBjb25uZWN0ZWQgd2l0aCBpdFxuICAgICAqL1xuICAgIHRoaXMuZGlzcGxheUNvbnRyb2wuc2V0VmFsdWUob3B0aW9uPy52YWx1ZSk7XG4gIH1cblxuICAvKiogQGlnbm9yZSAqL1xuICBkaXNwbGF5Rm4gPSAob3B0aW9uPzogeyBrZXk6IERyb3Bkb3duQ29tcG9uZW50T3B0aW9uOyB2YWx1ZTogc3RyaW5nIH0pOiBzdHJpbmcgPT4ge1xuICAgIHJldHVybiBvcHRpb24gPyBvcHRpb24udmFsdWUgOiAnJztcbiAgfTtcblxuICAvKiogQGlnbm9yZSAqL1xuICByZXNldEluaXRpYWxTdGF0ZSgpOiB2b2lkIHtcbiAgICB0aGlzLmxvYWRTdWdnZXN0aW9uT25Jbml0ID0gdHJ1ZTtcbiAgICB0aGlzLmluaXRpYWxTdWdnZXN0aW9uc0NoZWNrZWQgPSBmYWxzZTtcbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIGNhblNob3dFcnJvcigpOiBib29sZWFuIHtcbiAgICByZXR1cm4gISF0aGlzLmRpc3BsYXlDb250cm9sLmVycm9ycyAmJiAodGhpcy5kaXNwbGF5Q29udHJvbC50b3VjaGVkIHx8IHRoaXMuaW1tZWRpYXRlVmFsaWRhdGlvbik7XG4gIH1cblxuICAvKiogQGlnbm9yZSAqL1xuICBwcm90ZWN0ZWQgdG91Y2hJbnZhbGlkKGNvbnRyb2w6IEZvcm1Db250cm9sKTogdm9pZCB7XG4gICAgc3VwZXIudG91Y2hJbnZhbGlkKGNvbnRyb2wpO1xuICAgIHN1cGVyLnRvdWNoSW52YWxpZCh0aGlzLmRpc3BsYXlDb250cm9sKTtcbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIHByb3RlY3RlZCBwcm9jZXNzT3B0aW9ucygpOiB2b2lkIHtcbiAgICB0aGlzLmFsbE9wdGlvbnMgPSBuZXcgTWFwKCk7XG5cbiAgICAvKipcbiAgICAgKiBpZiBvcHRpb25zIGFyZSBub3QgcHJvdmlkZWQgLSByZXNldFxuICAgICAqL1xuICAgIGlmICghdGhpcy5vcHRpb25zKSB7XG4gICAgICB0aGlzLmxvYWRpbmcuc2V0KGZhbHNlKTtcbiAgICAgIHRoaXMuZGlzcGxheWVkT3B0aW9ucyA9IG5ldyBNYXAoKTtcbiAgICAgIHJldHVybjtcbiAgICB9XG5cbiAgICAvKipcbiAgICAgKiBcInByb2Nlc3NPcHRpb25zXCIgaXMgZmlyZWQgYW55IHRpbWUgb3B0aW9ucyBjaGFuZ2UgLSB0aHVzIHdlIG5lZWQgdG8gc2V0IGxvYWRpbmcgdG8gdHJ1ZSB3aGVuIGl0IGhhcHBlbnNcbiAgICAgKi9cbiAgICB0aGlzLmxvYWRpbmcuc2V0KHRydWUpO1xuXG4gICAgLyoqXG4gICAgICogc3Vic2NyaWJlIHRvIG9wdGlvbnMgdG8gZXh0cmFjdCBkaXNwbGF5ZWRPcHRpb25zIGZyb20gdGhlbVxuICAgICAqIE5PVEU6IHdlIGRvIG5vdCB1c2UgZGlzcGxheWVkT3B0aW9ucyBhcyBPYnNlcnZhYmxlIGJlY2F1c2VcbiAgICAgKiB3ZSBtYXkgbmVlZCBkaXNwbGF5ZWRPcHRpb25zIGRpcmVjdGx5IG9uIG9uS2V5RG93biBldmVudFxuICAgICAqL1xuICAgIHRoaXMub3B0aW9uc1N1YnNjcmlwdGlvbiA9IHRoaXMub3B0aW9ucy5zdWJzY3JpYmUoKG9wdGlvbnM6IERyb3Bkb3duQ29tcG9uZW50T3B0aW9ucykgPT4ge1xuICAgICAgdGhpcy5sb2FkaW5nLnNldChmYWxzZSk7XG5cbiAgICAgIC8qKlxuICAgICAgICogdHVybiBEcm9wZG93bkNvbXBvbmVudE9wdGlvbnMgaW50byBEcm9wZG93bkNvbXBvbmVudERpc3BsYXllZE9wdGlvbnNcbiAgICAgICAqL1xuICAgICAgc3VwZXIucHJvY2Vzc09wdGlvbnMob3B0aW9ucyk7XG5cbiAgICAgIHRoaXMuYWxsT3B0aW9ucyA9IG5ldyBNYXAodGhpcy5kaXNwbGF5ZWRPcHRpb25zKTtcbiAgICB9KTtcbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIHByb3RlY3RlZCBzZXR1cFN1YnNjcmlwdGlvbnMoKTogdm9pZCB7XG4gICAgdGhpcy5jb250cm9sVmFsdWVUb0Rpc3BsYXllZENvbnRyb2xWYWx1ZSgpO1xuXG4gICAgLyoqXG4gICAgICogc3Vic2NyaWJlIHRvIGNvbnRyb2wgdmFsdWUgY2hhbmdlIHRvIHN5bmNocm9uaXplIHRoZSB2YWx1ZSB3aGVuIGNoYW5nZWQgZXh0ZXJuYWxseVxuICAgICAqL1xuICAgIHRoaXMudmFsdWVDb250cm9sU3Vic2NyaXB0aW9uID0gdGhpcy52YWx1ZUNvbnRyb2wudmFsdWVDaGFuZ2VzLnN1YnNjcmliZSgoKSA9PiB7XG4gICAgICBpZiAoIXRoaXMuaXNJbnRlcm5hbFZhbHVlU2V0KSB7XG4gICAgICAgIHRoaXMuY29udHJvbFZhbHVlVG9EaXNwbGF5ZWRDb250cm9sVmFsdWUoKTtcbiAgICAgIH1cbiAgICB9KTtcblxuICAgIC8qKlxuICAgICAqIHN5bmMgZGlzcGxheSBjb250cm9sIHN0YXR1c2VzIHdpdGggdmFsdWUgY29udHJvbCBzdGF0dXMgZm9yIHByb3BlciBlcnJvciBkaXNwbGF5XG4gICAgICovXG4gICAgdGhpcy52YWx1ZUNvbnRyb2xTdGF0dXNTdWJzY3JpcHRpb24gPSB0aGlzLnZhbHVlQ29udHJvbC5zdGF0dXNDaGFuZ2VzLnN1YnNjcmliZSgoKSA9PiB0aGlzLnN5bmNTdGF0ZSgpKTtcblxuICAgIHRoaXMuc3Vic2NyaWJlVG9EaXNwbGF5ZWRDb250cm9sVmFsdWVDaGFuZ2VkKCk7XG5cbiAgICAvKipcbiAgICAgKiBsaXN0ZW4gdG8gc2Nyb2xsIHRvIHJlcG9zaXRpb24gdGhlIGRyb3Bkb3duXG4gICAgICovXG4gICAgdGhpcy51bnN1YnNjcmliZUZyb21TY3JvbGwgPSB0aGlzLnJlbmRlcmVyLmxpc3RlbihcbiAgICAgIERvbUhlbHBlci5nZXRTY3JvbGxhYmxlUGFyZW50KHRoaXMucmVmLm5hdGl2ZUVsZW1lbnQpLFxuICAgICAgJ3Njcm9sbCcsXG4gICAgICAoKSA9PiB7XG4gICAgICAgIGlmICh0aGlzLnRyaWdnZXI/LnBhbmVsT3BlbikgdGhpcy50cmlnZ2VyLnVwZGF0ZVBvc2l0aW9uKCk7XG4gICAgICB9LFxuICAgICk7XG5cbiAgICB0aGlzLnN5bmNTdGF0ZSgpO1xuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgcHJpdmF0ZSBzdWJzY3JpYmVUb0Rpc3BsYXllZENvbnRyb2xWYWx1ZUNoYW5nZWQoKTogdm9pZCB7XG4gICAgdGhpcy5kaXNwbGF5ZWRDb250cm9sU3Vic2NyaXB0aW9uID0gdGhpcy5kaXNwbGF5Q29udHJvbC52YWx1ZUNoYW5nZXNcbiAgICAgIC5waXBlKFxuICAgICAgICBtYXAoKHZhbHVlPzogU2VhcmNoRHJvcGRvd25EaXNwbGF5Q29udHJvbFZhbHVlKSA9PiB7XG4gICAgICAgICAgaWYgKCF2YWx1ZSkgdmFsdWUgPSAnJztcbiAgICAgICAgICByZXR1cm4gdmFsdWU7XG4gICAgICAgIH0pLFxuICAgICAgICB0YXAoKHZhbHVlKSA9PiB7XG4gICAgICAgICAgLyoqXG4gICAgICAgICAgICogbWFyayBkaXNwbGF5Q29udHJvbCBhcyBkaXJ0eVxuICAgICAgICAgICAqIGJlY2F1c2UgTWF0QXV0b2NvbXBsZXRlIGRvZXMgbm90IGRvIGl0IGF1dG9tYXRpY2FsbHlcbiAgICAgICAgICAgKi9cbiAgICAgICAgICB0aGlzLmRpc3BsYXlDb250cm9sLm1hcmtBc0RpcnR5KCk7XG5cbiAgICAgICAgICAvKipcbiAgICAgICAgICAgKiB1bnN1YnNjcmliZSBmcm9tIHByZXZpb3VzIG9wdGlvbnMgdG8gc3RvcCBsb2FkaW5nIHRoZW1cbiAgICAgICAgICAgKi9cbiAgICAgICAgICB0aGlzLnVuc3Vic2NyaWJlRnJvbU9wdGlvbnMoKTtcblxuICAgICAgICAgIC8qKlxuICAgICAgICAgICAqIHN0b3AgcHJvY2Vzc2luZyBpZiB2YWx1ZSBpcyBub3QgcHJvdmlkZWRcbiAgICAgICAgICAgKi9cbiAgICAgICAgICBpZiAoIXZhbHVlKSB7XG4gICAgICAgICAgICAvKipcbiAgICAgICAgICAgICAqIGNsZWFyIGRpc3BsYXllZCBvcHRpb25zIGlmIHZhbHVlIGlzIG5vdCBwcm92aWRlZFxuICAgICAgICAgICAgICovXG4gICAgICAgICAgICBpZiAoIXRoaXMuc3RhdGljT3B0aW9ucykge1xuICAgICAgICAgICAgICB0aGlzLmRpc3BsYXllZE9wdGlvbnMgPSBuZXcgTWFwKCk7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIHRoaXMuc2V0Q29udHJvbFZhbHVlKG51bGwpO1xuXG4gICAgICAgICAgICBpZiAodGhpcy5sb2FkaW5nKCkpIHtcbiAgICAgICAgICAgICAgLyoqXG4gICAgICAgICAgICAgICAqIHNldCBsb2FkU3VnZ2VzdGlvbk9uSW5pdCB0byByZXN1bWUgbG9hZGluZyB3aGVuIGNvbnRyb2wgaXMgZm9jdXNlZCBhZ2FpblxuICAgICAgICAgICAgICAgKiBOT1RFOiB0aGlzIGlzIHJlcXVpcmVkIGJlY2F1c2UgYnkgdGhlIHRpbWUgb25CbHVyIGhhcHBlbnMgLSBsb2FkaW5nIGlzIGZhbHNlIGFuZFxuICAgICAgICAgICAgICAgKiB0aGlzIG1ldGhvZCB3aWxsIG5vdCBiZSBmaXJlZCBmcm9tIG9uQmx1clxuICAgICAgICAgICAgICAgKi9cbiAgICAgICAgICAgICAgdGhpcy5yZXNldEluaXRpYWxTdGF0ZSgpO1xuICAgICAgICAgICAgfVxuICAgICAgICAgIH0gZWxzZSBpZiAodHlwZW9mIHZhbHVlICE9ICdzdHJpbmcnKSB7XG4gICAgICAgICAgICB0aGlzLnNldENvbnRyb2xWYWx1ZUZyb21PcHRpb24odmFsdWUua2V5LCBmYWxzZSk7XG4gICAgICAgICAgfVxuICAgICAgICAgIHRoaXMubG9hZGluZy5zZXQodGhpcy5jYW5FbWl0VmFsdWUodmFsdWUpKTtcbiAgICAgICAgfSksXG4gICAgICAgIGRlYm91bmNlKCh2YWx1ZSkgPT4ge1xuICAgICAgICAgIHJldHVybiB0aGlzLmNhbkVtaXRWYWx1ZSh2YWx1ZSkgJiYgdmFsdWUgPyB0aW1lcig1MDApIDogb2Yoe30pO1xuICAgICAgICB9KSxcbiAgICAgIClcbiAgICAgIC5zdWJzY3JpYmUoKHZhbHVlOiBTZWFyY2hEcm9wZG93bkRpc3BsYXlDb250cm9sVmFsdWUpID0+IHtcbiAgICAgICAgaWYgKHRoaXMuY2FuRW1pdFZhbHVlKHZhbHVlKSkge1xuICAgICAgICAgIHRoaXMuZW1pdFNlYXJjaFZhbHVlSW5wdXQuZW1pdCg8c3RyaW5nPnZhbHVlKTtcbiAgICAgICAgfVxuICAgICAgfSk7XG4gIH1cblxuICAvKiogQGlnbm9yZSAqL1xuICBwcml2YXRlIHVuc3Vic2NyaWJlRnJvbU9wdGlvbnMoKTogdm9pZCB7XG4gICAgdGhpcy5vcHRpb25zU3Vic2NyaXB0aW9uPy51bnN1YnNjcmliZSgpO1xuICB9XG5cbiAgcHJpdmF0ZSB1bnN1YnNjcmliZUZyb21EaXNwbGF5ZWRDb250cm9sKCk6IHZvaWQge1xuICAgIHRoaXMuZGlzcGxheWVkQ29udHJvbFN1YnNjcmlwdGlvbj8udW5zdWJzY3JpYmUoKTtcbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIGRpc3BsYXlGaXJzdEVycm9yKGNvbnRyb2w6IEZvcm1Db250cm9sID0gdGhpcy5kaXNwbGF5Q29udHJvbCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIHN1cGVyLmRpc3BsYXlGaXJzdEVycm9yKGNvbnRyb2wpO1xuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgY2xlYXIoZXZlbnQ/OiBNb3VzZUV2ZW50KTogdm9pZCB7XG4gICAgZXZlbnQ/LnN0b3BQcm9wYWdhdGlvbigpO1xuXG4gICAgaWYgKGV2ZW50ICYmIGV2ZW50LmJ1dHRvbiAhPT0gMCkge1xuICAgICAgcmV0dXJuO1xuICAgIH1cbiAgICB0aGlzLmRpc3BsYXlDb250cm9sLnNldFZhbHVlKG51bGwpO1xuICAgIHRoaXMuZGlzcGxheUNvbnRyb2wubWFya0FzVG91Y2hlZCgpO1xuXG4gICAgaWYgKHRoaXMuY2xvc2VQYW5lbEVuYWJsZWQpIHRoaXMudHJpZ2dlcj8uY2xvc2VQYW5lbCgpO1xuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgdG9nZ2xlUGFuZWwoZXZlbnQ/OiBNb3VzZUV2ZW50KTogdm9pZCB7XG4gICAgZXZlbnQ/LnN0b3BQcm9wYWdhdGlvbigpO1xuICAgIGlmICh0aGlzLnRyaWdnZXI/LnBhbmVsT3Blbikge1xuICAgICAgaWYgKHRoaXMuY2xvc2VQYW5lbEVuYWJsZWQpIHRoaXMudHJpZ2dlcj8uY2xvc2VQYW5lbCgpO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLnRyaWdnZXI/Lm9wZW5QYW5lbCgpO1xuICAgICAgdGhpcy5pbnB1dD8ubmF0aXZlRWxlbWVudC5mb2N1cygpO1xuICAgIH1cbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIHByaXZhdGUgY29udHJvbFZhbHVlVG9EaXNwbGF5ZWRDb250cm9sVmFsdWUoKTogdm9pZCB7XG4gICAgLyoqXG4gICAgICogZXh0cmFjdCBkaXNwbGF5YWJsZSB2YWx1ZSBhcyBzdHJpbmcgZnJvbSB2YWx1ZUNvbnRyb2wsIGlmIGl0IGlzIG5vdCBlbXB0eVxuICAgICAqL1xuICAgIGNvbnN0IGRpc3BsYXllZFZhbHVlID0gdGhpcy52YWx1ZUNvbnRyb2wudmFsdWVcbiAgICAgID8gdGhpcy5nZXREaXNwbGF5ZWRWYWx1ZSh0aGlzLnZhbHVlQ29udHJvbC52YWx1ZSlcbiAgICAgIDogdGhpcy52YWx1ZUNvbnRyb2wudmFsdWU7XG5cbiAgICAvKipcbiAgICAgKiB1c2UgaXQgdG8gYnVpbGQgZGlzcGxheWVkQ29udHJvbCB2YWx1ZVxuICAgICAqL1xuICAgIHRoaXMuZGlzcGxheUNvbnRyb2wuc2V0VmFsdWUoXG4gICAgICBkaXNwbGF5ZWRWYWx1ZSA/IHsga2V5OiB0aGlzLnZhbHVlQ29udHJvbC52YWx1ZSwgdmFsdWU6IGRpc3BsYXllZFZhbHVlIH0gOiB0aGlzLnZhbHVlQ29udHJvbC52YWx1ZSxcbiAgICAgIHsgZW1pdEV2ZW50OiBmYWxzZSB9LFxuICAgICk7XG4gIH1cblxuICBwcml2YXRlIG11c3RBcHBseUFkZGl0aW9uYWxGaWx0ZXJpbmcoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuICF0aGlzLnN0YXRpY09wdGlvbnMgfHwgKHRoaXMuc3RhdGljT3B0aW9ucyAmJiB0aGlzLmZpbHRlck9wdGlvbnMpO1xuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgcHJpdmF0ZSB1bnNlbGVjdENvbXBvbmVudCgpOiB2b2lkIHtcbiAgICBpZiAodGhpcy5pbnB1dD8ubmF0aXZlRWxlbWVudCBpbnN0YW5jZW9mIEhUTUxJbnB1dEVsZW1lbnQpIHtcbiAgICAgIHRoaXMuaW5wdXQubmF0aXZlRWxlbWVudC5ibHVyKCk7XG4gICAgfVxuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgcHJpdmF0ZSBhY3RpdmF0ZVN0YXRpY09wdGlvbihvcHRpb24/OiBTZWFyY2hEcm9wZG93blN0YXRpY09wdGlvbik6IHZvaWQge1xuICAgIGlmICghb3B0aW9uKSByZXR1cm47XG5cbiAgICAvKipcbiAgICAgKiBpZ25vcmVPbkJsdXIgdG8gXCJ0cnVlXCIgdG8gZGlzYWJsZVxuICAgICAqIGNvbXBvbmVudCdzIGlucHV0IG9uQmx1ciBldmVudFxuICAgICAqIE5PVEU6IHRoaXMgaXMgbmVlZGVkIHdoZW4gd2UgY2xpY2sgb24gc3RhdGljIG9wdGlvbnNcbiAgICAgKi9cbiAgICB0aGlzLmlnbm9yZU9uQmx1ciA9IHRydWU7XG5cbiAgICB0aGlzLm1vcmVEYXRhTWF0T3B0aW9uPy5kZXNlbGVjdCgpO1xuICAgIHRoaXMubm9EYXRhTWF0T3B0aW9uPy5kZXNlbGVjdCgpO1xuXG4gICAgaWYgKG9wdGlvbi5vbkNsaWNrKSB7XG4gICAgICBvcHRpb24ub25DbGljayh0aGlzLmlucHV0Py5uYXRpdmVFbGVtZW50LnZhbHVlKTtcbiAgICB9XG5cbiAgICB0aGlzLnVuc2VsZWN0Q29tcG9uZW50KCk7XG4gIH1cblxuICAvKiogQGlnbm9yZSAqL1xuICBwcml2YXRlIHNldFZhbGlkYXRvcnMoKTogdm9pZCB7XG4gICAgLyoqXG4gICAgICogbWFrZSBzdXJlIGRpc3BsYXlDb250cm9sIGhhcyB0aGUgc2FtZSB2YWxpZGF0b3JzIGFzIGNvbnRyb2xcbiAgICAgKi9cbiAgICB0aGlzLmRpc3BsYXlDb250cm9sLmFkZFZhbGlkYXRvcnModGhpcy52YWx1ZUNvbnRyb2wudmFsaWRhdG9yID8/IFtdKTtcbiAgICAvKipcbiAgICAgKiByZXF1aXJlZCB2YWxpZGF0b3IgbXVzdCBiZSBzZXQgbWFudWFsbHkgaW4gdGhpcyBjb21wb25lbnRcbiAgICAgKiBiZWNhdXNlIGNvbnRyb2xzIGFyZSBkaXNjb25uZWN0ZWQgZnJvbSBpbnB1dCBmaWVsZFxuICAgICAqL1xuICAgIGlmICh0aGlzLnJlcXVpcmVkKSB7XG4gICAgICB0aGlzLnZhbHVlQ29udHJvbC5hZGRWYWxpZGF0b3JzKFZhbGlkYXRvcnMucmVxdWlyZWQpO1xuICAgICAgdGhpcy5kaXNwbGF5Q29udHJvbC5hZGRWYWxpZGF0b3JzKFZhbGlkYXRvcnMucmVxdWlyZWQpO1xuICAgIH1cbiAgICB0aGlzLnZhbHVlQ29udHJvbC51cGRhdGVWYWx1ZUFuZFZhbGlkaXR5KHsgZW1pdEV2ZW50OiBmYWxzZSB9KTtcbiAgICB0aGlzLmRpc3BsYXlDb250cm9sLnVwZGF0ZVZhbHVlQW5kVmFsaWRpdHkoeyBlbWl0RXZlbnQ6IGZhbHNlIH0pO1xuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgcHJpdmF0ZSBjYW5FbWl0VmFsdWUodmFsdWU6IFNlYXJjaERyb3Bkb3duRGlzcGxheUNvbnRyb2xWYWx1ZSk6IGJvb2xlYW4ge1xuICAgIC8qKlxuICAgICAqIG9ubHkgZW1pdCBldmVudCBpZiB2YWx1ZSBpcyBhIHN0cmluZywgYW5kIHdlIGNhbiBlbWl0IGVtcHR5IHZhbHVlcywgb3IgaXQgaXMgbm90IGVtcHR5XG4gICAgICogTk9URTogaXQgZGlzYWxsb3dzIHRvIGVtaXQgZXhwbGljaXRseSBzZWxlY3RlZCBcIlJFQUxcIiB2YWx1ZXNcbiAgICAgKi9cbiAgICByZXR1cm4gIXRoaXMuc3RhdGljT3B0aW9ucyAmJiB0eXBlb2YgdmFsdWUgPT0gJ3N0cmluZycgJiYgKHRoaXMuZW1pdEVtcHR5VmFsdWVzIHx8ICEhdmFsdWUpO1xuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgcHJpdmF0ZSBzZXRDb250cm9sVmFsdWVGcm9tU3RyaW5nKGRpc3BsYXllZFZhbHVlOiBzdHJpbmcpOiB2b2lkIHtcbiAgICBsZXQgaXNWYWx1ZUFwcGxpZWQgPSBmYWxzZTtcblxuICAgIC8qKlxuICAgICAqIGxvb3AgdGhyb3VnaCBkaXNwbGF5ZWRPcHRpb25zO1xuICAgICAqIGlmIG1hdGNoaW5nIGRpc3BsYXllZE9wdGlvbiB2YWx1ZSBmb3VuZCAtIHVzZSBkaXNwbGF5ZWRPcHRpb25zIG9wdGlvbiBhcyBjb250cm9sIHZhbHVlXG4gICAgICovXG4gICAgZm9yIChjb25zdCBbb3B0aW9uLCB2YWx1ZV0gb2YgdGhpcy5kaXNwbGF5ZWRPcHRpb25zKSB7XG4gICAgICBpZiAodmFsdWUudG9Mb3dlckNhc2UoKSA9PT0gZGlzcGxheWVkVmFsdWUudG9Mb3dlckNhc2UoKSkge1xuICAgICAgICB0aGlzLnNldENvbnRyb2xWYWx1ZUZyb21PcHRpb24ob3B0aW9uKTtcbiAgICAgICAgaXNWYWx1ZUFwcGxpZWQgPSB0cnVlO1xuICAgICAgICBicmVhaztcbiAgICAgIH1cbiAgICB9XG5cbiAgICBpZiAoIWlzVmFsdWVBcHBsaWVkKSB7XG4gICAgICB0aGlzLmNsZWFyKCk7XG4gICAgfVxuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgcHJpdmF0ZSBzZXRDb250cm9sVmFsdWVGcm9tT3B0aW9uKG9wdGlvbjogRHJvcGRvd25Db21wb25lbnRPcHRpb24gfCBudWxsLCBza2lwU2FtZSA9IHRydWUpOiB2b2lkIHtcbiAgICB0aGlzLnVuc2VsZWN0Q29tcG9uZW50KCk7XG5cbiAgICB0aGlzLnNldENvbnRyb2xWYWx1ZShvcHRpb24sIHNraXBTYW1lKTtcbiAgfVxuXG4gIHByaXZhdGUgc2V0Q29udHJvbFZhbHVlKG9wdGlvbjogRHJvcGRvd25Db21wb25lbnRPcHRpb24gfCBudWxsLCBza2lwU2FtZSA9IHRydWUpIHtcbiAgICAvKipcbiAgICAgKiBvbmx5IHVwZGF0ZSBjb250cm9sIHZhbHVlIGlmIGl0IGRpZmZlcnMgZnJvbSBwcm92aWRlZCBvbmVcbiAgICAgKiBOT1RFOiB3ZSBuZWVkIHRoaXMgY2hlY2sgdG8gYXZvaWQgZW1pdHRpbmcgY29udHJvbCB2YWx1ZSBjaGFuZ2VcbiAgICAgKiB3aGVuIHRoZSBzYW1lIGRyb3Bkb3duIG9wdGlvbiBpcyBzZWxlY3RlZCBpbiBkcm9wZG93biBzZXZlcmFsIHRpbWVzXG4gICAgICovXG4gICAgaWYgKHNraXBTYW1lICYmIHRoaXMudmFsdWVDb250cm9sLnZhbHVlID09PSBvcHRpb24pIHtcbiAgICAgIHJldHVybjtcbiAgICB9XG5cbiAgICB0aGlzLnZhbHVlQ29udHJvbC5tYXJrQXNUb3VjaGVkKCk7XG4gICAgdGhpcy52YWx1ZUNvbnRyb2wubWFya0FzRGlydHkoKTtcblxuICAgIC8qKlxuICAgICAqIHRvZ2dsZSBpc0ludGVybmFsVmFsdWVTZXQgdG8gbWFrZVxuICAgICAqIHN1cmUgaW50ZXJuYWwgc3Vic2NyaXB0aW9uIHRvIGNvbnRyb2wgdmFsdWUgd2lsbFxuICAgICAqIGlnbm9yZSB0aGlzIHNldFZhbHVlIGV2ZW50XG4gICAgICovXG4gICAgdGhpcy5pc0ludGVybmFsVmFsdWVTZXQgPSB0cnVlO1xuICAgIHRoaXMudmFsdWVDb250cm9sLnNldFZhbHVlKG9wdGlvbik7XG4gICAgdGhpcy5pc0ludGVybmFsVmFsdWVTZXQgPSBmYWxzZTtcbiAgfVxuXG4gIHByaXZhdGUgb3ZlcnJpZGVLZXlkb3duSGFuZGxlcigpOiB2b2lkIHtcbiAgICBpZiAodGhpcy50cmlnZ2VyKSB7XG4gICAgICBjb25zdCBoYW5kbGVyID0gdGhpcy50cmlnZ2VyLl9oYW5kbGVLZXlkb3duO1xuXG4gICAgICAvKipcbiAgICAgICAqIHRoaXMgYWxsb3dzIHRvIGJsb2NrIGRlZmF1bHQga2V5ZG93biBoYW5kbGVyIGlmIG5lZWRlZFxuICAgICAgICovXG4gICAgICB0aGlzLnRyaWdnZXIuX2hhbmRsZUtleWRvd24gPSAoZXZlbnQ6IEtleWJvYXJkRXZlbnQpOiB2b2lkID0+IHtcbiAgICAgICAgY29uc3Qgb3B0aW9uID0gPEN1c3RvbU1hdE9wdGlvbj50aGlzLnRyaWdnZXI/LmFjdGl2ZU9wdGlvbjtcblxuICAgICAgICB0aGlzLm1vZGlmeU9wdGlvbkNsaWNrRXZlbnQob3B0aW9uKTtcblxuICAgICAgICBoYW5kbGVyLmNhbGwodGhpcy50cmlnZ2VyLCBldmVudCk7XG5cbiAgICAgICAgLyoqXG4gICAgICAgICAqIG1ha2Ugc3VyZSBvcHRpb24gZG9lcyBub3QgbG9zZSBcInNlbGVjdGVkXCIgc3RhdGUgaWYgY2xpY2sgaXMgcHJldmVudGVkXG4gICAgICAgICAqIE5PVEU6IHRoaXMgaXMgZCBvbmUgZm9yIFwibmljZXR5XCJcbiAgICAgICAgICovXG4gICAgICAgIGlmICh0aGlzLnByZXZlbnRDbGljayAmJiBvcHRpb24gJiYgZXZlbnQua2V5ID09PSAnRW50ZXInKSB7XG4gICAgICAgICAgdGhpcy5hdXRvPy5fa2V5TWFuYWdlci5zZXRBY3RpdmVJdGVtKG9wdGlvbik7XG4gICAgICAgIH1cbiAgICAgIH07XG4gICAgfVxuICB9XG5cbiAgcHJpdmF0ZSBtb2RpZnlPcHRpb25DbGlja0V2ZW50KG9wdGlvbjogQ3VzdG9tTWF0T3B0aW9uKTogdm9pZCB7XG4gICAgLyoqXG4gICAgICogbW9kaWZ5IFwiX3NlbGVjdFZpYUludGVyYWN0aW9uXCIgbWV0aG9kIG9mIHRoZSBvcHRpb25cbiAgICAgKiBzbyB0aGF0IHdlIGNhbiBibG9jayBpdHMgc2VsZWN0aW9uIGlmIG5lZWRlZFxuICAgICAqL1xuICAgIGlmIChvcHRpb24gJiYgIW9wdGlvbi5tb2RpZmllZCkge1xuICAgICAgb3B0aW9uLm1vZGlmaWVkID0gdHJ1ZTtcblxuICAgICAgY29uc3QgaGFuZGxlciA9IG9wdGlvbi5fc2VsZWN0VmlhSW50ZXJhY3Rpb247XG5cbiAgICAgIG9wdGlvbi5fc2VsZWN0VmlhSW50ZXJhY3Rpb24gPSAoKSA9PiB7XG4gICAgICAgIGlmICh0aGlzLnByZXZlbnRDbGljaykge1xuICAgICAgICAgIHRoaXMuYXV0bz8uX2tleU1hbmFnZXIuc2V0QWN0aXZlSXRlbSgtMSk7XG4gICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG4gICAgICAgIGhhbmRsZXIuY2FsbChvcHRpb24pO1xuICAgICAgfTtcbiAgICB9XG4gIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJmb3JtLWNvbnRyb2wtcm93XCIgW25nU3R5bGVdPVwieyB3aWR0aDogd2lkdGggfVwiPlxuICA8bWF0LWZvcm0tZmllbGRcbiAgICBbbmdDbGFzc109XCJ7XG4gICAgICAnaW1tZWRpYXRlLXZhbGlkYXRpb24nOiBpbW1lZGlhdGVWYWxpZGF0aW9uLFxuICAgICAgJ2lzLW9wZW4nOiB0cmlnZ2VyPy5wYW5lbE9wZW4sXG4gICAgICBpbnZhbGlkOiBjYW5TaG93RXJyb3IoKSxcbiAgICAgICdzdWNjZXNzLWxhYmVsJzogY2FuU2hvd1N1Y2Nlc3MoKSxcbiAgICAgICd4LXNtYWxsJzogc21hbGxTaXplLFxuICAgIH1cIlxuICA+XG4gICAgQGlmICgobGFiZWwgfHwgcmVxdWlyZWQpICYmICFzbWFsbFNpemUpIHtcbiAgICAgIDxtYXQtbGFiZWw+e3sgbGFiZWwgfX08L21hdC1sYWJlbD5cbiAgICB9XG4gICAgPGlucHV0XG4gICAgICAjaW5wdXRcbiAgICAgIFtkaXNhYmxlZF09XCJkaXNwbGF5Q29udHJvbC5kaXNhYmxlZFwiXG4gICAgICAoa2V5ZG93bi5lbnRlcik9XCJvbktleURvd24oJGV2ZW50LnRhcmdldClcIlxuICAgICAgKGJsdXIpPVwib25CbHVyKClcIlxuICAgICAgKGlucHV0KT1cIm9uSW5wdXQoJGV2ZW50LnRhcmdldClcIlxuICAgICAgKGZvY3VzKT1cIm9uRm9jdXMoKVwiXG4gICAgICB0eXBlPVwidGV4dFwiXG4gICAgICBbYXV0b2NvbXBsZXRlXT1cIidub25lJ1wiXG4gICAgICBbaWRdPVwiaWRcIlxuICAgICAgbWF0SW5wdXRcbiAgICAgIFt2YWx1ZV09XCJnZXREaXNwbGF5ZWRWYWx1ZUFzU3RyaW5nKClcIlxuICAgICAgW2F0dHIubWF4bGVuZ3RoXT1cIm1heGxlbmd0aFwiXG4gICAgICBbbWF0QXV0b2NvbXBsZXRlXT1cImF1dG9cIlxuICAgICAgW3BsYWNlaG9sZGVyXT1cInBsYWNlaG9sZGVyXCJcbiAgICAgIFtyZXF1aXJlZF09XCJyZXF1aXJlZFwiXG4gICAgLz5cbiAgICA8bWF0LWF1dG9jb21wbGV0ZVxuICAgICAgI2F1dG89XCJtYXRBdXRvY29tcGxldGVcIlxuICAgICAgW2Rpc3BsYXlXaXRoXT1cImRpc3BsYXlGblwiXG4gICAgICBbZGlzYWJsZVJpcHBsZV09XCJ0cnVlXCJcbiAgICAgIFtjbGFzc109XCJcbiAgICAgICAgJ2Fkcy1kcm9wZG93bi1wYW5lbCcgK1xuICAgICAgICAoZml0Q29udGVudCA/ICcgZml0LWNvbnRlbnQnIDogJycpICtcbiAgICAgICAgKGxvYWRpbmcoKSA/ICcgbG9hZGluZycgOiAnJykgK1xuICAgICAgICAocHJldmVudENsaWNrID8gJycgOiAnIGNsaWNrYWJsZScpICtcbiAgICAgICAgJyAnICtcbiAgICAgICAgcGFuZWxDbGFzc1xuICAgICAgXCJcbiAgICA+XG4gICAgICBAZm9yIChvcHRpb24gb2YgZGlzcGxheWVkT3B0aW9ucyB8IGtleXZhbHVlOiBhcHBseVNvcnRpbmc7IHRyYWNrICRpbmRleCkge1xuICAgICAgICA8bWF0LW9wdGlvbiAjb3B0IFt2YWx1ZV09XCJvcHRpb25cIiAobW91c2Vkb3duKT1cIm9uT3B0aW9uTW91c2VEb3duKCRldmVudCwgb3B0KVwiPlxuICAgICAgICAgIEBpZiAodXNlT3B0aW9uVGVtcGxhdGUpIHtcbiAgICAgICAgICAgIDxuZy10ZW1wbGF0ZVxuICAgICAgICAgICAgICBbbmdUZW1wbGF0ZU91dGxldF09XCJvcHRpb25SZWYoKVwiXG4gICAgICAgICAgICAgIFtuZ1RlbXBsYXRlT3V0bGV0Q29udGV4dF09XCJ7ICRpbXBsaWNpdDogb3B0aW9uLmtleSwgdmFsdWU6IG9wdGlvbi52YWx1ZSB9XCJcbiAgICAgICAgICAgID48L25nLXRlbXBsYXRlPlxuICAgICAgICAgIH0gQGVsc2Uge1xuICAgICAgICAgICAgPHNwYW5cbiAgICAgICAgICAgICAgW2lubmVySHRtbF09XCJcbiAgICAgICAgICAgICAgICBkaXNwbGF5VmFsdWVGb3JtYXR0ZXJcbiAgICAgICAgICAgICAgICAgID8gZGlzcGxheVZhbHVlRm9ybWF0dGVyKFxuICAgICAgICAgICAgICAgICAgICAgIG9wdGlvbiEudmFsdWUhIHwgYWRzU2VhcmNoRHJvcGRvd25IaWdobGlnaHRlcjogZGlzcGxheUNvbnRyb2wudmFsdWUsXG4gICAgICAgICAgICAgICAgICAgICAgb3B0aW9uLmtleVxuICAgICAgICAgICAgICAgICAgICApXG4gICAgICAgICAgICAgICAgICA6IChvcHRpb24hLnZhbHVlISB8IGFkc1NlYXJjaERyb3Bkb3duSGlnaGxpZ2h0ZXI6IGRpc3BsYXlDb250cm9sLnZhbHVlKVxuICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgPjwvc3Bhbj5cbiAgICAgICAgICB9XG4gICAgICAgIDwvbWF0LW9wdGlvbj5cbiAgICAgIH1cblxuICAgICAgQGlmIChjYW5Vc2VNb3JlRGF0YU9wdGlvbikge1xuICAgICAgICA8aHIgY2xhc3M9XCJuby1yZXN1bHRzLWhyXCIgLz5cbiAgICAgICAgPG1hdC1vcHRpb24gI21vcmVEYXRhTWF0T3B0aW9uIGNsYXNzPVwiZXh0cmFcIiBbZGlzYWJsZWRdPVwiIW1vcmVEYXRhT3B0aW9uIS5vbkNsaWNrXCI+XG4gICAgICAgICAgPG5nLWNvbnRhaW5lclxuICAgICAgICAgICAgW25nVGVtcGxhdGVPdXRsZXRdPVwiZXh0cmFPcHRpb25WYWx1ZVwiXG4gICAgICAgICAgICBbbmdUZW1wbGF0ZU91dGxldENvbnRleHRdPVwieyAkaW1wbGljaXQ6IG1vcmVEYXRhT3B0aW9uIH1cIlxuICAgICAgICAgIC8+XG4gICAgICAgIDwvbWF0LW9wdGlvbj5cbiAgICAgIH1cblxuICAgICAgQGlmIChjYW5Vc2VOb0RhdGFPcHRpb24pIHtcbiAgICAgICAgPG1hdC1vcHRpb24gI25vRGF0YU1hdE9wdGlvbiBjbGFzcz1cImV4dHJhXCIgW2Rpc2FibGVkXT1cIiFub0RhdGFPcHRpb24hLm9uQ2xpY2tcIj5cbiAgICAgICAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cImV4dHJhT3B0aW9uVmFsdWVcIiBbbmdUZW1wbGF0ZU91dGxldENvbnRleHRdPVwieyAkaW1wbGljaXQ6IG5vRGF0YU9wdGlvbiB9XCIgLz5cbiAgICAgICAgPC9tYXQtb3B0aW9uPlxuICAgICAgfVxuXG4gICAgICBAaWYgKGNhblVzZVN0YXRpY09wdGlvbikge1xuICAgICAgICBAaWYgKGRpc3BsYXllZE9wdGlvbnMuc2l6ZSkge1xuICAgICAgICAgIDxociBjbGFzcz1cIm5vLXJlc3VsdHMtaHJcIiAvPlxuICAgICAgICB9XG4gICAgICAgIDxtYXQtb3B0aW9uICNzdGF0aWNEYXRhTWF0T3B0aW9uIGNsYXNzPVwiZXh0cmFcIiBbZGlzYWJsZWRdPVwiIXN0YXRpY0RhdGFPcHRpb24hLm9uQ2xpY2tcIj5cbiAgICAgICAgICA8bmctY29udGFpbmVyXG4gICAgICAgICAgICBbbmdUZW1wbGF0ZU91dGxldF09XCJleHRyYU9wdGlvblZhbHVlXCJcbiAgICAgICAgICAgIFtuZ1RlbXBsYXRlT3V0bGV0Q29udGV4dF09XCJ7ICRpbXBsaWNpdDogc3RhdGljRGF0YU9wdGlvbiB9XCJcbiAgICAgICAgICAvPlxuICAgICAgICA8L21hdC1vcHRpb24+XG4gICAgICB9XG4gICAgPC9tYXQtYXV0b2NvbXBsZXRlPlxuXG4gICAgQGlmIChjYW5DbGVhcikge1xuICAgICAgPGJ1dHRvbiBtYXRUZXh0U3VmZml4IHR5cGU9XCJidXR0b25cIiBtYXQtaWNvbi1idXR0b24gKGNsaWNrKT1cImNsZWFyKCRldmVudClcIiBjbGFzcz1cImFjdGlvbi1pY29uXCI+XG4gICAgICAgIDxhZHMtaWNvbiBuYW1lPVwiY3Jvc3NcIiBbc2l6ZV09XCJzbWFsbFNpemUgPyAneHhzJyA6ICd4cydcIiBbdGhlbWVdPVwiJ2ljb25QcmltYXJ5J1wiIGNsYXNzPVwiY3Jvc3MtaWNvblwiIC8+XG4gICAgICA8L2J1dHRvbj5cbiAgICB9XG4gICAgQGlmIChzaG93RHJvcGRvd25JY29uKSB7XG4gICAgICA8YnV0dG9uIG1hdFRleHRTdWZmaXggdHlwZT1cImJ1dHRvblwiIG1hdC1pY29uLWJ1dHRvbiAoY2xpY2spPVwidG9nZ2xlUGFuZWwoJGV2ZW50KVwiIGNsYXNzPVwiYWN0aW9uLWljb25cIj5cbiAgICAgICAgPGFkcy1pY29uIG5hbWU9XCJjaGV2cm9uX2Rvd25cIiBbc2l6ZV09XCJzbWFsbFNpemUgPyAneHhzJyA6ICd4cydcIiBbdGhlbWVdPVwiJ2ljb25QcmltYXJ5J1wiIGNsYXNzPVwiY2hldnJvbi1kb3duXCIgLz5cbiAgICAgIDwvYnV0dG9uPlxuICAgIH1cbiAgICBAaWYgKCFzdGF0aWNPcHRpb25zICYmIGxvYWRpbmcoKSkge1xuICAgICAgPG1hdC1zcGlubmVyIG1hdFRleHRTdWZmaXggZGlhbWV0ZXI9XCIyMlwiIC8+XG4gICAgfVxuICAgIEBpZiAoIXN0YXRpY09wdGlvbnMgJiYgIWxvYWRpbmcoKSkge1xuICAgICAgPGJ1dHRvblxuICAgICAgICBtYXRUZXh0U3VmZml4XG4gICAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgICBtYXQtaWNvbi1idXR0b25cbiAgICAgICAgW2Rpc2FibGVkXT1cIiFjYW5TZWFyY2hcIlxuICAgICAgICAoY2xpY2spPVwiY2FuU2VhcmNoID8gb25TZWFyY2hJY29uQ2xpY2soJGV2ZW50KSA6IG51bGxcIlxuICAgICAgICBjbGFzcz1cImFjdGlvbi1pY29uXCJcbiAgICAgID5cbiAgICAgICAgPGFkcy1pY29uIG5hbWU9XCJzZWFyY2hcIiBzaXplPVwibWRcIiBbdGhlbWVdPVwiJ2ljb25QcmltYXJ5J1wiIGNsYXNzPVwic2VhcmNoLWljb25cIiAvPlxuICAgICAgPC9idXR0b24+XG4gICAgfVxuICA8L21hdC1mb3JtLWZpZWxkPlxuICA8ZGl2IGNsYXNzPVwiZm9vdGVyLWNvbnRhaW5lclwiPlxuICAgIEBpZiAoY2FuU2hvd0Vycm9yKCkpIHtcbiAgICAgIDxhZHMtZXJyb3IgW2Vycm9yXT1cImRpc3BsYXlGaXJzdEVycm9yKClcIiBbbmdTdHlsZV09XCJ7IHdpZHRoOiB3aWR0aCB9XCIgLz5cbiAgICB9IEBlbHNlIGlmIChjYW5TaG93U3VjY2VzcygpKSB7XG4gICAgICA8YWRzLXN1Y2Nlc3MgW3N1Y2Nlc3NdPVwic3VjY2Vzc01lc3NhZ2UhXCIgW25nU3R5bGVdPVwieyB3aWR0aDogd2lkdGggfVwiIC8+XG4gICAgfSBAZWxzZSBpZiAoaGludCkge1xuICAgICAgPGFkcy1oaW50IFtoaW50XT1cImhpbnRcIiBbY29udHJvbF09XCJ2YWx1ZUNvbnRyb2xcIiBbbmdTdHlsZV09XCJ7IHdpZHRoOiB3aWR0aCB9XCIgLz5cbiAgICB9XG4gIDwvZGl2PlxuPC9kaXY+XG5AaWYgKHRvb2x0aXApIHtcbiAgPGFkcy1pbnB1dC10b29sdGlwIFt0b29sdGlwXT1cInRvb2x0aXBcIiBbc21hbGxTaXplXT1cInNtYWxsU2l6ZVwiIC8+XG59XG5cbjxuZy10ZW1wbGF0ZSAjZXh0cmFPcHRpb25WYWx1ZSBsZXQtb3B0aW9uPlxuICA8c3BhblxuICAgIChjbGljayk9XCIkZXZlbnQuc3RvcFByb3BhZ2F0aW9uKClcIlxuICAgIChtb3VzZWRvd24pPVwib25TdGF0aWNPcHRpb25Nb3VzZURvd24oJGV2ZW50LCBvcHRpb24hKVwiXG4gICAgW2lubmVySFRNTF09XCJvcHRpb24hLmxhYmVsXCJcbiAgPjwvc3Bhbj5cbjwvbmctdGVtcGxhdGU+XG4iXX0=