@daffodil/design 0.79.0 → 0.81.0

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 (774) hide show
  1. package/accordion/accordion.module.d.ts +3 -1
  2. package/accordion/src/accordion-theme.scss +4 -4
  3. package/article/README.md +5 -6
  4. package/article/article.module.d.ts +3 -1
  5. package/article/src/article-theme.scss +8 -8
  6. package/atoms/form/form-field/form-field/form-field.component.d.ts +1 -1
  7. package/breadcrumb/breadcrumb.module.d.ts +3 -1
  8. package/breadcrumb/src/breadcrumb-theme.scss +3 -3
  9. package/button/button/basic/button.component.d.ts +1 -1
  10. package/button/button/flat/flat.component.d.ts +1 -1
  11. package/button/button/icon/icon.component.d.ts +1 -1
  12. package/button/button/raised/raised.component.d.ts +1 -1
  13. package/button/button/stroked/stroked.component.d.ts +1 -1
  14. package/button/button/underline/underline.component.d.ts +1 -1
  15. package/button/button.module.d.ts +3 -1
  16. package/button/src/button/basic/button-theme.scss +14 -14
  17. package/button/src/button/button-base.scss +3 -3
  18. package/button/src/button/flat/flat-theme.scss +21 -22
  19. package/button/src/button/icon/icon-theme.scss +13 -14
  20. package/button/src/button/raised/raised-theme.scss +32 -45
  21. package/button/src/button/stroked/stroked-theme.scss +18 -21
  22. package/button/src/button/underline/underline-theme.scss +14 -18
  23. package/callout/callout.module.d.ts +3 -1
  24. package/callout/src/callout-theme.scss +11 -17
  25. package/card/card.module.d.ts +1 -1
  26. package/card/src/card-theme-variants/linkable-card.scss +1 -1
  27. package/card/src/card-theme.scss +9 -9
  28. package/container/container.module.d.ts +1 -1
  29. package/core/article-encapsulated/article-encapsulated.directive.d.ts +4 -5
  30. package/core/colorable/colorable.directive.d.ts +28 -18
  31. package/core/compactable/compactable.directive.d.ts +6 -10
  32. package/core/focus/stack.service.d.ts +3 -1
  33. package/core/manage-container-layout/manage-container-layout.directive.d.ts +2 -4
  34. package/core/openable/openable.directive.d.ts +2 -1
  35. package/core/public_api.d.ts +1 -0
  36. package/core/selectable/public_api.d.ts +2 -0
  37. package/core/selectable/selectable.d.ts +7 -0
  38. package/core/selectable/selectable.directive.d.ts +17 -0
  39. package/core/sizable/sizable.directive.d.ts +4 -8
  40. package/core/skeletonable/skeletonable.directive.d.ts +7 -9
  41. package/core/statusable/statusable.directive.d.ts +4 -8
  42. package/core/text-alignable/text-alignable.directive.d.ts +9 -12
  43. package/core/theming/initializer.d.ts +1 -2
  44. package/fesm2022/daffodil-design-accordion-examples.mjs +4 -4
  45. package/fesm2022/daffodil-design-accordion-examples.mjs.map +1 -1
  46. package/fesm2022/daffodil-design-accordion.mjs +16 -14
  47. package/fesm2022/daffodil-design-accordion.mjs.map +1 -1
  48. package/fesm2022/daffodil-design-article-examples.mjs +40 -40
  49. package/fesm2022/daffodil-design-article-examples.mjs.map +1 -1
  50. package/fesm2022/daffodil-design-article.mjs +14 -12
  51. package/fesm2022/daffodil-design-article.mjs.map +1 -1
  52. package/fesm2022/daffodil-design-breadcrumb-examples.mjs +4 -4
  53. package/fesm2022/daffodil-design-breadcrumb-examples.mjs.map +1 -1
  54. package/fesm2022/daffodil-design-breadcrumb.mjs +13 -11
  55. package/fesm2022/daffodil-design-breadcrumb.mjs.map +1 -1
  56. package/fesm2022/daffodil-design-button-examples.mjs +32 -32
  57. package/fesm2022/daffodil-design-button-examples.mjs.map +1 -1
  58. package/fesm2022/daffodil-design-button.mjs +43 -41
  59. package/fesm2022/daffodil-design-button.mjs.map +1 -1
  60. package/fesm2022/daffodil-design-callout-examples.mjs +16 -16
  61. package/fesm2022/daffodil-design-callout-examples.mjs.map +1 -1
  62. package/fesm2022/daffodil-design-callout.mjs +26 -24
  63. package/fesm2022/daffodil-design-callout.mjs.map +1 -1
  64. package/fesm2022/daffodil-design-card-examples.mjs +24 -24
  65. package/fesm2022/daffodil-design-card-examples.mjs.map +1 -1
  66. package/fesm2022/daffodil-design-card.mjs +26 -26
  67. package/fesm2022/daffodil-design-card.mjs.map +1 -1
  68. package/fesm2022/daffodil-design-checkbox-examples.mjs +8 -8
  69. package/fesm2022/daffodil-design-checkbox-examples.mjs.map +1 -1
  70. package/fesm2022/daffodil-design-container-examples.mjs +4 -4
  71. package/fesm2022/daffodil-design-container-examples.mjs.map +1 -1
  72. package/fesm2022/daffodil-design-container.mjs +9 -9
  73. package/fesm2022/daffodil-design-container.mjs.map +1 -1
  74. package/fesm2022/daffodil-design-hero-examples.mjs +16 -16
  75. package/fesm2022/daffodil-design-hero-examples.mjs.map +1 -1
  76. package/fesm2022/daffodil-design-hero.mjs +24 -24
  77. package/fesm2022/daffodil-design-hero.mjs.map +1 -1
  78. package/fesm2022/daffodil-design-image-examples.mjs +12 -12
  79. package/fesm2022/daffodil-design-image-examples.mjs.map +1 -1
  80. package/fesm2022/daffodil-design-image.mjs +8 -8
  81. package/fesm2022/daffodil-design-image.mjs.map +1 -1
  82. package/fesm2022/daffodil-design-input-examples.mjs +16 -16
  83. package/fesm2022/daffodil-design-input-examples.mjs.map +1 -1
  84. package/fesm2022/daffodil-design-link-set.mjs +18 -18
  85. package/fesm2022/daffodil-design-link-set.mjs.map +1 -1
  86. package/fesm2022/daffodil-design-list-examples.mjs +16 -16
  87. package/fesm2022/daffodil-design-list-examples.mjs.map +1 -1
  88. package/fesm2022/daffodil-design-list.mjs +21 -14
  89. package/fesm2022/daffodil-design-list.mjs.map +1 -1
  90. package/fesm2022/daffodil-design-loading-icon-examples.mjs +4 -4
  91. package/fesm2022/daffodil-design-loading-icon-examples.mjs.map +1 -1
  92. package/fesm2022/daffodil-design-loading-icon.mjs +8 -8
  93. package/fesm2022/daffodil-design-loading-icon.mjs.map +1 -1
  94. package/fesm2022/daffodil-design-media-gallery-examples.mjs +12 -12
  95. package/fesm2022/daffodil-design-media-gallery-examples.mjs.map +1 -1
  96. package/fesm2022/daffodil-design-media-gallery.mjs +40 -55
  97. package/fesm2022/daffodil-design-media-gallery.mjs.map +1 -1
  98. package/fesm2022/daffodil-design-menu-examples.mjs +8 -8
  99. package/fesm2022/daffodil-design-menu-examples.mjs.map +1 -1
  100. package/fesm2022/daffodil-design-menu.mjs +18 -18
  101. package/fesm2022/daffodil-design-menu.mjs.map +1 -1
  102. package/fesm2022/daffodil-design-modal-examples.mjs +8 -8
  103. package/fesm2022/daffodil-design-modal-examples.mjs.map +1 -1
  104. package/fesm2022/daffodil-design-modal.mjs +28 -28
  105. package/fesm2022/daffodil-design-modal.mjs.map +1 -1
  106. package/fesm2022/daffodil-design-navbar-examples.mjs +20 -20
  107. package/fesm2022/daffodil-design-navbar-examples.mjs.map +1 -1
  108. package/fesm2022/daffodil-design-navbar.mjs +8 -8
  109. package/fesm2022/daffodil-design-navbar.mjs.map +1 -1
  110. package/fesm2022/daffodil-design-notification-examples.mjs +20 -20
  111. package/fesm2022/daffodil-design-notification-examples.mjs.map +1 -1
  112. package/fesm2022/daffodil-design-notification.mjs +21 -21
  113. package/fesm2022/daffodil-design-notification.mjs.map +1 -1
  114. package/fesm2022/daffodil-design-paginator-examples.mjs +8 -8
  115. package/fesm2022/daffodil-design-paginator-examples.mjs.map +1 -1
  116. package/fesm2022/daffodil-design-paginator.mjs +9 -9
  117. package/fesm2022/daffodil-design-paginator.mjs.map +1 -1
  118. package/fesm2022/daffodil-design-progress-bar-examples.mjs +12 -12
  119. package/fesm2022/daffodil-design-progress-bar-examples.mjs.map +1 -1
  120. package/fesm2022/daffodil-design-progress-bar.mjs +12 -12
  121. package/fesm2022/daffodil-design-progress-bar.mjs.map +1 -1
  122. package/fesm2022/daffodil-design-quantity-field-examples.mjs +16 -16
  123. package/fesm2022/daffodil-design-quantity-field-examples.mjs.map +1 -1
  124. package/fesm2022/daffodil-design-radio-examples.mjs +4 -4
  125. package/fesm2022/daffodil-design-radio-examples.mjs.map +1 -1
  126. package/fesm2022/daffodil-design-sidebar-examples.mjs +18 -18
  127. package/fesm2022/daffodil-design-sidebar-examples.mjs.map +1 -1
  128. package/fesm2022/daffodil-design-sidebar.mjs +71 -43
  129. package/fesm2022/daffodil-design-sidebar.mjs.map +1 -1
  130. package/fesm2022/daffodil-design-switch-examples.mjs +109 -0
  131. package/fesm2022/daffodil-design-switch-examples.mjs.map +1 -0
  132. package/fesm2022/daffodil-design-switch.mjs +151 -0
  133. package/fesm2022/daffodil-design-switch.mjs.map +1 -0
  134. package/fesm2022/daffodil-design-tabs-examples.mjs +32 -16
  135. package/fesm2022/daffodil-design-tabs-examples.mjs.map +1 -1
  136. package/fesm2022/daffodil-design-tabs.mjs +86 -45
  137. package/fesm2022/daffodil-design-tabs.mjs.map +1 -1
  138. package/fesm2022/daffodil-design-text-snippet-examples.mjs +4 -4
  139. package/fesm2022/daffodil-design-text-snippet-examples.mjs.map +1 -1
  140. package/fesm2022/daffodil-design-text-snippet.mjs +5 -4
  141. package/fesm2022/daffodil-design-text-snippet.mjs.map +1 -1
  142. package/fesm2022/daffodil-design-toast-examples.mjs +16 -16
  143. package/fesm2022/daffodil-design-toast-examples.mjs.map +1 -1
  144. package/fesm2022/daffodil-design-toast.mjs +28 -29
  145. package/fesm2022/daffodil-design-toast.mjs.map +1 -1
  146. package/fesm2022/daffodil-design-tree-examples.mjs +8 -8
  147. package/fesm2022/daffodil-design-tree-examples.mjs.map +1 -1
  148. package/fesm2022/daffodil-design-tree.mjs +18 -20
  149. package/fesm2022/daffodil-design-tree.mjs.map +1 -1
  150. package/fesm2022/daffodil-design.mjs +271 -236
  151. package/fesm2022/daffodil-design.mjs.map +1 -1
  152. package/hero/hero.module.d.ts +1 -1
  153. package/hero/src/hero-theme.scss +11 -17
  154. package/image/image.module.d.ts +1 -1
  155. package/link-set/link-set.module.d.ts +1 -1
  156. package/list/list-item/list-item.component.d.ts +3 -1
  157. package/list/list.module.d.ts +1 -1
  158. package/list/src/list-theme.scss +13 -9
  159. package/loading-icon/loading-icon.module.d.ts +1 -1
  160. package/loading-icon/src/loading-icon-theme.scss +7 -7
  161. package/media-gallery/README.md +2 -2
  162. package/media-gallery/media-gallery.module.d.ts +1 -1
  163. package/media-gallery/src/media-gallery-theme.scss +3 -3
  164. package/media-gallery/thumbnail/thumbnail.directive.d.ts +9 -18
  165. package/menu/src/menu-theme.scss +5 -5
  166. package/modal/modal.module.d.ts +1 -1
  167. package/modal/src/modal-theme.scss +1 -1
  168. package/navbar/README.md +1 -1
  169. package/navbar/navbar.module.d.ts +1 -1
  170. package/navbar/src/navbar-theme.scss +8 -8
  171. package/notification/notification.module.d.ts +1 -1
  172. package/notification/src/notification-theme.scss +12 -12
  173. package/package.json +1 -1
  174. package/paginator/paginator.module.d.ts +1 -1
  175. package/paginator/src/paginator-theme.scss +11 -10
  176. package/progress-bar/progress-bar.module.d.ts +1 -1
  177. package/progress-bar/src/progress-bar-theme.scss +10 -10
  178. package/scss/accessibility/_index.scss +1 -1
  179. package/scss/core/_index.scss +1 -2
  180. package/scss/core/error/error-to-string.scss +13 -0
  181. package/scss/core/map/map-deep-check/map-deep-check.scss +2 -1
  182. package/scss/core/map/map-deep-get/map-deep-get.scss +1 -0
  183. package/scss/core/map/map-get/map-get.scss +23 -0
  184. package/scss/core/map/map-get/map-get.spec.scss +65 -0
  185. package/scss/core/string/split/string-split.scss +10 -7
  186. package/scss/global.scss +2 -1
  187. package/scss/interactions/_index.scss +1 -1
  188. package/scss/interactions/mouse/_clickable.scss +1 -0
  189. package/scss/layout/_index.scss +1 -1
  190. package/scss/state/skeleton/_mixins.scss +2 -2
  191. package/scss/theme.scss +2 -0
  192. package/scss/theming/_configure-theme.scss +2 -2
  193. package/scss/theming/_daff-theme.scss +14 -4
  194. package/scss/theming/_index.scss +1 -1
  195. package/scss/theming/_theme-css-variables.scss +20 -15
  196. package/scss/theming/contrast/luminance/luminance.scss +8 -6
  197. package/scss/theming/illuminate/illuminate.scss +20 -17
  198. package/scss/typography/_classes.scss +2 -1
  199. package/scss/typography/mixins/_font-weight.scss +2 -0
  200. package/scss/typography/mixins/_sizes.scss +4 -4
  201. package/scss/typography/utilities/_index.scss +1 -1
  202. package/scss/typography/utilities/_variables.scss +1 -1
  203. package/sidebar/sidebar-header/sidebar-header.component.d.ts +10 -1
  204. package/sidebar/sidebar-viewport/sidebar-viewport.component.d.ts +13 -11
  205. package/sidebar/sidebar.module.d.ts +1 -1
  206. package/sidebar/src/sidebar-theme.scss +3 -3
  207. package/src/atoms/form/form-field/form-field/form-field-theme.scss +6 -6
  208. package/src/atoms/form/input/input-theme.scss +2 -2
  209. package/src/atoms/form/native-select/native-select-theme.scss +3 -3
  210. package/switch/README.md +61 -0
  211. package/switch/examples/basic-switch/basic-switch.component.d.ts +8 -0
  212. package/switch/examples/disabled-switch/disabled-switch.component.d.ts +7 -0
  213. package/switch/examples/examples.d.ts +5 -0
  214. package/switch/examples/index.d.ts +1 -0
  215. package/switch/examples/loading-switch/loading-switch.component.d.ts +7 -0
  216. package/switch/examples/public_api.d.ts +6 -0
  217. package/switch/examples/switch-error/switch-error.component.d.ts +7 -0
  218. package/switch/examples/switch-label-positions/switch-label-positions.component.d.ts +12 -0
  219. package/switch/index.d.ts +1 -0
  220. package/switch/public_api.d.ts +2 -0
  221. package/switch/src/switch-theme.scss +31 -0
  222. package/switch/switch/label-position.d.ts +10 -0
  223. package/switch/switch/switch.component.d.ts +56 -0
  224. package/switch/switch.d.ts +3 -0
  225. package/tabs/README.md +3 -0
  226. package/tabs/examples/link-tabs/link-tabs.component.d.ts +6 -0
  227. package/tabs/src/tabs-theme.scss +17 -9
  228. package/tabs/tabs/tab/tab.component.d.ts +3 -2
  229. package/tabs/tabs/tab-activator/tab-activator.component.d.ts +5 -4
  230. package/tabs/tabs/tab-label/tab-label.component.d.ts +1 -0
  231. package/tabs/tabs/tab-panel/tab-panel.component.d.ts +1 -0
  232. package/tabs/tabs/tabs.component.d.ts +31 -7
  233. package/toast/src/toast-theme.scss +18 -18
  234. package/toast/toast.module.d.ts +1 -1
  235. package/tree/src/tree-theme.scss +11 -11
  236. package/tree/tree/tree.component.d.ts +1 -2
  237. package/tree/tree-item/tree-item.directive.d.ts +5 -6
  238. package/tree/tree.module.d.ts +1 -1
  239. package/esm2022/accordion/accordion/accordion/accordion.component.mjs +0 -15
  240. package/esm2022/accordion/accordion/accordion-item/accordion-item.component.mjs +0 -81
  241. package/esm2022/accordion/accordion/accordion-item-title/accordion-item-title.directive.mjs +0 -23
  242. package/esm2022/accordion/accordion/animation/accordion-animation-state.mjs +0 -9
  243. package/esm2022/accordion/accordion/animation/accordion-animation.mjs +0 -15
  244. package/esm2022/accordion/accordion.mjs +0 -9
  245. package/esm2022/accordion/accordion.module.mjs +0 -34
  246. package/esm2022/accordion/daffodil-design-accordion.mjs +0 -5
  247. package/esm2022/accordion/examples/basic-accordion/basic-accordion.component.mjs +0 -15
  248. package/esm2022/accordion/examples/daffodil-design-accordion-examples.mjs +0 -5
  249. package/esm2022/accordion/examples/examples.mjs +0 -5
  250. package/esm2022/accordion/examples/index.mjs +0 -2
  251. package/esm2022/accordion/examples/public_api.mjs +0 -3
  252. package/esm2022/accordion/index.mjs +0 -2
  253. package/esm2022/accordion/public_api.mjs +0 -6
  254. package/esm2022/article/article/article.component.mjs +0 -30
  255. package/esm2022/article/article-meta/article-meta.directive.mjs +0 -23
  256. package/esm2022/article/article.mjs +0 -7
  257. package/esm2022/article/article.module.mjs +0 -29
  258. package/esm2022/article/daffodil-design-article.mjs +0 -5
  259. package/esm2022/article/examples/article-blockquote/article-blockquote.component.mjs +0 -15
  260. package/esm2022/article/examples/article-code-block/article-code-block.component.mjs +0 -15
  261. package/esm2022/article/examples/article-code-inline/article-code-inline.component.mjs +0 -15
  262. package/esm2022/article/examples/article-headings/article-headings.component.mjs +0 -15
  263. package/esm2022/article/examples/article-hr/article-hr.component.mjs +0 -15
  264. package/esm2022/article/examples/article-link/article-link.component.mjs +0 -15
  265. package/esm2022/article/examples/article-meta/article-meta.component.mjs +0 -15
  266. package/esm2022/article/examples/article-ol/article-ol.component.mjs +0 -15
  267. package/esm2022/article/examples/article-table/article-table.component.mjs +0 -15
  268. package/esm2022/article/examples/article-ul/article-ul.component.mjs +0 -15
  269. package/esm2022/article/examples/daffodil-design-article-examples.mjs +0 -5
  270. package/esm2022/article/examples/examples.mjs +0 -23
  271. package/esm2022/article/examples/index.mjs +0 -2
  272. package/esm2022/article/examples/public_api.mjs +0 -11
  273. package/esm2022/article/index.mjs +0 -2
  274. package/esm2022/article/public_api.mjs +0 -5
  275. package/esm2022/atoms/form/checkbox/checkbox.component.mjs +0 -142
  276. package/esm2022/atoms/form/checkbox/checkbox.module.mjs +0 -39
  277. package/esm2022/atoms/form/checkbox/cva/checkbox-cva.directive.mjs +0 -94
  278. package/esm2022/atoms/form/checkbox/public_api.mjs +0 -5
  279. package/esm2022/atoms/form/checkbox-set/checkbox-set.component.mjs +0 -38
  280. package/esm2022/atoms/form/core/error-state-matcher/error-state-matcher.mjs +0 -6
  281. package/esm2022/atoms/form/core/public_api.mjs +0 -2
  282. package/esm2022/atoms/form/error-message/error-message.component.mjs +0 -17
  283. package/esm2022/atoms/form/error-message/error-message.module.mjs +0 -20
  284. package/esm2022/atoms/form/error-message/public_api.mjs +0 -3
  285. package/esm2022/atoms/form/form-field/form-field/form-field.component.mjs +0 -102
  286. package/esm2022/atoms/form/form-field/form-field-control.mjs +0 -15
  287. package/esm2022/atoms/form/form-field/form-field-errors.mjs +0 -2
  288. package/esm2022/atoms/form/form-field/form-field.module.mjs +0 -34
  289. package/esm2022/atoms/form/form-field/public_api.mjs +0 -4
  290. package/esm2022/atoms/form/form-label/form-label.directive.mjs +0 -19
  291. package/esm2022/atoms/form/form-label/form-label.module.mjs +0 -20
  292. package/esm2022/atoms/form/form-label/public_api.mjs +0 -3
  293. package/esm2022/atoms/form/input/input.component.mjs +0 -59
  294. package/esm2022/atoms/form/input/input.module.mjs +0 -24
  295. package/esm2022/atoms/form/input/public_api.mjs +0 -3
  296. package/esm2022/atoms/form/native-select/native-select.component.mjs +0 -64
  297. package/esm2022/atoms/form/native-select/native-select.module.mjs +0 -24
  298. package/esm2022/atoms/form/native-select/public_api.mjs +0 -3
  299. package/esm2022/atoms/form/quantity-field/public_api.mjs +0 -5
  300. package/esm2022/atoms/form/quantity-field/quantity-field.component.mjs +0 -137
  301. package/esm2022/atoms/form/quantity-field/quantity-field.module.mjs +0 -46
  302. package/esm2022/atoms/form/quantity-field/quantity-input/quantity-input.component.mjs +0 -97
  303. package/esm2022/atoms/form/quantity-field/quantity-select/quantity-select.component.mjs +0 -84
  304. package/esm2022/atoms/form/radio/cva/radio-cva.directive.mjs +0 -89
  305. package/esm2022/atoms/form/radio/public_api.mjs +0 -5
  306. package/esm2022/atoms/form/radio/radio.component.mjs +0 -132
  307. package/esm2022/atoms/form/radio/radio.module.mjs +0 -34
  308. package/esm2022/atoms/form/radio/registry/radio-registry.mjs +0 -54
  309. package/esm2022/atoms/form/radio-set/radio-set.component.mjs +0 -22
  310. package/esm2022/breadcrumb/breadcrumb/breadcrumb.component.mjs +0 -25
  311. package/esm2022/breadcrumb/breadcrumb-item/breadcrumb-item.directive.mjs +0 -33
  312. package/esm2022/breadcrumb/breadcrumb.mjs +0 -7
  313. package/esm2022/breadcrumb/breadcrumb.module.mjs +0 -26
  314. package/esm2022/breadcrumb/daffodil-design-breadcrumb.mjs +0 -5
  315. package/esm2022/breadcrumb/examples/basic-breadcrumb/basic-breadcrumb.component.mjs +0 -15
  316. package/esm2022/breadcrumb/examples/daffodil-design-breadcrumb-examples.mjs +0 -5
  317. package/esm2022/breadcrumb/examples/index.mjs +0 -2
  318. package/esm2022/breadcrumb/examples/public_api.mjs +0 -5
  319. package/esm2022/breadcrumb/index.mjs +0 -2
  320. package/esm2022/breadcrumb/public_api.mjs +0 -5
  321. package/esm2022/button/button/basic/button.component.mjs +0 -48
  322. package/esm2022/button/button/button-base.directive.mjs +0 -105
  323. package/esm2022/button/button/button-sizable.directive.mjs +0 -14
  324. package/esm2022/button/button/flat/flat.component.mjs +0 -48
  325. package/esm2022/button/button/icon/icon.component.mjs +0 -44
  326. package/esm2022/button/button/raised/raised.component.mjs +0 -48
  327. package/esm2022/button/button/stroked/stroked.component.mjs +0 -48
  328. package/esm2022/button/button/underline/underline.component.mjs +0 -48
  329. package/esm2022/button/button.mjs +0 -17
  330. package/esm2022/button/button.module.mjs +0 -58
  331. package/esm2022/button/daffodil-design-button.mjs +0 -5
  332. package/esm2022/button/examples/basic-button/basic-button.component.mjs +0 -21
  333. package/esm2022/button/examples/daffodil-design-button-examples.mjs +0 -5
  334. package/esm2022/button/examples/examples.mjs +0 -19
  335. package/esm2022/button/examples/flat-button/flat-button.component.mjs +0 -21
  336. package/esm2022/button/examples/icon-button/icon-button.component.mjs +0 -20
  337. package/esm2022/button/examples/index.mjs +0 -2
  338. package/esm2022/button/examples/public_api.mjs +0 -10
  339. package/esm2022/button/examples/raised-button/raised-button.component.mjs +0 -21
  340. package/esm2022/button/examples/sizeable-button/sizeable-button.component.mjs +0 -22
  341. package/esm2022/button/examples/statusable-button/statusable-button.component.mjs +0 -24
  342. package/esm2022/button/examples/stroked-button/stroked-button.component.mjs +0 -21
  343. package/esm2022/button/examples/underline-button/underline-button.component.mjs +0 -21
  344. package/esm2022/button/index.mjs +0 -2
  345. package/esm2022/button/public_api.mjs +0 -10
  346. package/esm2022/callout/callout/callout.component.mjs +0 -43
  347. package/esm2022/callout/callout-body/callout-body.directive.mjs +0 -23
  348. package/esm2022/callout/callout-icon/callout-icon.directive.mjs +0 -23
  349. package/esm2022/callout/callout-subtitle/callout-subtitle.directive.mjs +0 -23
  350. package/esm2022/callout/callout-tagline/callout-tagline.directive.mjs +0 -23
  351. package/esm2022/callout/callout-title/callout-title.directive.mjs +0 -23
  352. package/esm2022/callout/callout.mjs +0 -15
  353. package/esm2022/callout/callout.module.mjs +0 -49
  354. package/esm2022/callout/daffodil-design-callout.mjs +0 -5
  355. package/esm2022/callout/examples/callout-text-alignment/callout-text-alignment.component.mjs +0 -38
  356. package/esm2022/callout/examples/callout-theming/callout-theming.component.mjs +0 -39
  357. package/esm2022/callout/examples/callout-with-grid/callout-with-grid.component.mjs +0 -27
  358. package/esm2022/callout/examples/compact-callout/compact-callout.component.mjs +0 -26
  359. package/esm2022/callout/examples/daffodil-design-callout-examples.mjs +0 -5
  360. package/esm2022/callout/examples/examples.mjs +0 -11
  361. package/esm2022/callout/examples/index.mjs +0 -2
  362. package/esm2022/callout/examples/public_api.mjs +0 -6
  363. package/esm2022/callout/index.mjs +0 -2
  364. package/esm2022/callout/public_api.mjs +0 -9
  365. package/esm2022/card/card/card.component.mjs +0 -108
  366. package/esm2022/card/card-actions/card-actions.directive.mjs +0 -23
  367. package/esm2022/card/card-content/card-content.directive.mjs +0 -23
  368. package/esm2022/card/card-icon/card-icon.directive.mjs +0 -23
  369. package/esm2022/card/card-image/card-image.directive.mjs +0 -23
  370. package/esm2022/card/card-tagline/card-tagline.directive.mjs +0 -23
  371. package/esm2022/card/card-title/card-title.directive.mjs +0 -23
  372. package/esm2022/card/card.mjs +0 -17
  373. package/esm2022/card/card.module.mjs +0 -56
  374. package/esm2022/card/daffodil-design-card.mjs +0 -5
  375. package/esm2022/card/examples/basic-card/basic-card.component.mjs +0 -26
  376. package/esm2022/card/examples/card-orientation/card-orientation.component.mjs +0 -37
  377. package/esm2022/card/examples/card-theming/card-theming.component.mjs +0 -33
  378. package/esm2022/card/examples/daffodil-design-card-examples.mjs +0 -5
  379. package/esm2022/card/examples/index.mjs +0 -2
  380. package/esm2022/card/examples/linkable-card/linkable-card.component.mjs +0 -38
  381. package/esm2022/card/examples/public_api.mjs +0 -16
  382. package/esm2022/card/examples/raised-card/raised-card.component.mjs +0 -36
  383. package/esm2022/card/examples/stroked-card/stroked-card.component.mjs +0 -36
  384. package/esm2022/card/index.mjs +0 -2
  385. package/esm2022/card/public_api.mjs +0 -10
  386. package/esm2022/checkbox/examples/basic-checkbox/basic-checkbox.component.mjs +0 -32
  387. package/esm2022/checkbox/examples/checkbox-set/checkbox-set.component.mjs +0 -33
  388. package/esm2022/checkbox/examples/daffodil-design-checkbox-examples.mjs +0 -5
  389. package/esm2022/checkbox/examples/examples.mjs +0 -7
  390. package/esm2022/checkbox/examples/index.mjs +0 -2
  391. package/esm2022/checkbox/examples/public_api.mjs +0 -2
  392. package/esm2022/container/container/container.component.mjs +0 -30
  393. package/esm2022/container/container.mjs +0 -5
  394. package/esm2022/container/container.module.mjs +0 -26
  395. package/esm2022/container/daffodil-design-container.mjs +0 -5
  396. package/esm2022/container/examples/container-sizes/container-sizes.component.mjs +0 -30
  397. package/esm2022/container/examples/daffodil-design-container-examples.mjs +0 -5
  398. package/esm2022/container/examples/examples.mjs +0 -5
  399. package/esm2022/container/examples/index.mjs +0 -2
  400. package/esm2022/container/examples/public_api.mjs +0 -3
  401. package/esm2022/container/index.mjs +0 -2
  402. package/esm2022/container/public_api.mjs +0 -4
  403. package/esm2022/core/animation/animation-state-with-params.mjs +0 -2
  404. package/esm2022/core/article-encapsulated/article-encapsulated.directive.mjs +0 -45
  405. package/esm2022/core/article-encapsulated/public_api.mjs +0 -2
  406. package/esm2022/core/breakpoints/breakpoints.mjs +0 -10
  407. package/esm2022/core/breakpoints/noop.service.mjs +0 -25
  408. package/esm2022/core/breakpoints/provider.mjs +0 -13
  409. package/esm2022/core/breakpoints/public_api.mjs +0 -4
  410. package/esm2022/core/colorable/colorable.directive.mjs +0 -104
  411. package/esm2022/core/colorable/colorable.mjs +0 -37
  412. package/esm2022/core/colorable/public_api.mjs +0 -2
  413. package/esm2022/core/compactable/compactable.directive.mjs +0 -70
  414. package/esm2022/core/compactable/compactable.mjs +0 -2
  415. package/esm2022/core/compactable/public_api.mjs +0 -2
  416. package/esm2022/core/constructor/constructor.mjs +0 -7
  417. package/esm2022/core/focus/focusable-elements.mjs +0 -2
  418. package/esm2022/core/focus/public_api.mjs +0 -3
  419. package/esm2022/core/focus/stack.service.mjs +0 -71
  420. package/esm2022/core/lazy/lazy-component.mjs +0 -3
  421. package/esm2022/core/lazy/public_api.mjs +0 -2
  422. package/esm2022/core/manage-container-layout/manage-container-layout.directive.mjs +0 -80
  423. package/esm2022/core/manage-container-layout/public_api.mjs +0 -2
  424. package/esm2022/core/mutable/mutable.mjs +0 -2
  425. package/esm2022/core/openable/openable.directive.mjs +0 -122
  426. package/esm2022/core/openable/openable.mjs +0 -2
  427. package/esm2022/core/openable/public_api.mjs +0 -2
  428. package/esm2022/core/openable/utils/state-error.mjs +0 -2
  429. package/esm2022/core/prefix-suffix/prefix-suffix.module.mjs +0 -26
  430. package/esm2022/core/prefix-suffix/prefix.directive.mjs +0 -24
  431. package/esm2022/core/prefix-suffix/prefixable/prefixable-interface.mjs +0 -2
  432. package/esm2022/core/prefix-suffix/prefixable/prefixable.mjs +0 -23
  433. package/esm2022/core/prefix-suffix/public_api.mjs +0 -6
  434. package/esm2022/core/prefix-suffix/suffix.directive.mjs +0 -24
  435. package/esm2022/core/prefix-suffix/suffixable/suffixable-interface.mjs +0 -2
  436. package/esm2022/core/prefix-suffix/suffixable/suffixable.mjs +0 -23
  437. package/esm2022/core/public_api.mjs +0 -19
  438. package/esm2022/core/sizable/public_api.mjs +0 -3
  439. package/esm2022/core/sizable/sizable.directive.mjs +0 -96
  440. package/esm2022/core/sizable/sizable.mjs +0 -12
  441. package/esm2022/core/skeletonable/public_api.mjs +0 -2
  442. package/esm2022/core/skeletonable/skeletonable.directive.mjs +0 -66
  443. package/esm2022/core/skeletonable/skeletonable.mjs +0 -2
  444. package/esm2022/core/statusable/public_api.mjs +0 -3
  445. package/esm2022/core/statusable/statusable.directive.mjs +0 -79
  446. package/esm2022/core/statusable/statusable.mjs +0 -11
  447. package/esm2022/core/text-alignable/public_api.mjs +0 -3
  448. package/esm2022/core/text-alignable/text-alignable.directive.mjs +0 -84
  449. package/esm2022/core/text-alignable/text-alignable.mjs +0 -7
  450. package/esm2022/core/theming/functions/computer.mjs +0 -18
  451. package/esm2022/core/theming/initializer.mjs +0 -17
  452. package/esm2022/core/theming/public_api.mjs +0 -4
  453. package/esm2022/core/theming/services/class-setter/theme-class-setter.service.mjs +0 -52
  454. package/esm2022/core/theming/services/os-theme/ostheme.service.mjs +0 -49
  455. package/esm2022/core/theming/services/storage/theme-storage.service.mjs +0 -67
  456. package/esm2022/core/theming/services/theming.service.mjs +0 -61
  457. package/esm2022/core/theming/types/theme.mjs +0 -10
  458. package/esm2022/daffodil-design.mjs +0 -5
  459. package/esm2022/hero/daffodil-design-hero.mjs +0 -5
  460. package/esm2022/hero/examples/compact-hero/compact-hero.component.mjs +0 -23
  461. package/esm2022/hero/examples/daffodil-design-hero-examples.mjs +0 -5
  462. package/esm2022/hero/examples/examples.mjs +0 -11
  463. package/esm2022/hero/examples/hero-text-alignment/hero-text-alignment.component.mjs +0 -38
  464. package/esm2022/hero/examples/hero-theming/hero-theming.component.mjs +0 -28
  465. package/esm2022/hero/examples/hero-with-grid/hero-with-grid.component.mjs +0 -26
  466. package/esm2022/hero/examples/index.mjs +0 -2
  467. package/esm2022/hero/examples/public_api.mjs +0 -6
  468. package/esm2022/hero/hero/hero.component.mjs +0 -40
  469. package/esm2022/hero/hero-body/hero-body.directive.mjs +0 -23
  470. package/esm2022/hero/hero-icon/hero-icon.directive.mjs +0 -23
  471. package/esm2022/hero/hero-subtitle/hero-subtitle.directive.mjs +0 -23
  472. package/esm2022/hero/hero-tagline/hero-tagline.directive.mjs +0 -23
  473. package/esm2022/hero/hero-title/hero-title.directive.mjs +0 -23
  474. package/esm2022/hero/hero.mjs +0 -15
  475. package/esm2022/hero/hero.module.mjs +0 -51
  476. package/esm2022/hero/index.mjs +0 -2
  477. package/esm2022/hero/public_api.mjs +0 -9
  478. package/esm2022/image/daffodil-design-image.mjs +0 -5
  479. package/esm2022/image/examples/basic-image/basic-image.component.mjs +0 -15
  480. package/esm2022/image/examples/daffodil-design-image-examples.mjs +0 -5
  481. package/esm2022/image/examples/index.mjs +0 -2
  482. package/esm2022/image/examples/load-image/load-image.component.mjs +0 -23
  483. package/esm2022/image/examples/public_api.mjs +0 -9
  484. package/esm2022/image/examples/skeleton-image/skeleton-image.component.mjs +0 -15
  485. package/esm2022/image/image/image.component.mjs +0 -116
  486. package/esm2022/image/image.mjs +0 -5
  487. package/esm2022/image/image.module.mjs +0 -26
  488. package/esm2022/image/index.mjs +0 -2
  489. package/esm2022/image/public_api.mjs +0 -4
  490. package/esm2022/index.mjs +0 -6
  491. package/esm2022/input/examples/basic-input/basic-input.component.mjs +0 -13
  492. package/esm2022/input/examples/daffodil-design-input-examples.mjs +0 -5
  493. package/esm2022/input/examples/examples.mjs +0 -11
  494. package/esm2022/input/examples/index.mjs +0 -2
  495. package/esm2022/input/examples/input-disabled/input-disabled.component.mjs +0 -13
  496. package/esm2022/input/examples/input-error/input-error.component.mjs +0 -25
  497. package/esm2022/input/examples/input-with-form-field/input-with-form-field.component.mjs +0 -13
  498. package/esm2022/input/examples/public_api.mjs +0 -2
  499. package/esm2022/link-set/daffodil-design-link-set.mjs +0 -5
  500. package/esm2022/link-set/index.mjs +0 -2
  501. package/esm2022/link-set/link-set/link-set.component.mjs +0 -27
  502. package/esm2022/link-set/link-set-heading/link-set-heading.directive.mjs +0 -26
  503. package/esm2022/link-set/link-set-item/link-set-item.component.mjs +0 -27
  504. package/esm2022/link-set/link-set-subheading/link-set-subheading.directive.mjs +0 -26
  505. package/esm2022/link-set/link-set.mjs +0 -11
  506. package/esm2022/link-set/link-set.module.mjs +0 -41
  507. package/esm2022/link-set/public_api.mjs +0 -7
  508. package/esm2022/list/daffodil-design-list.mjs +0 -5
  509. package/esm2022/list/examples/basic-list/basic-list.component.mjs +0 -16
  510. package/esm2022/list/examples/daffodil-design-list-examples.mjs +0 -5
  511. package/esm2022/list/examples/examples.mjs +0 -11
  512. package/esm2022/list/examples/icon-list/icon-list.component.mjs +0 -22
  513. package/esm2022/list/examples/index.mjs +0 -2
  514. package/esm2022/list/examples/multiline-list/multiline-list.component.mjs +0 -16
  515. package/esm2022/list/examples/nav-list/nav-list.component.mjs +0 -22
  516. package/esm2022/list/examples/public_api.mjs +0 -6
  517. package/esm2022/list/index.mjs +0 -2
  518. package/esm2022/list/list/list.component.mjs +0 -63
  519. package/esm2022/list/list-item/list-item.component.mjs +0 -52
  520. package/esm2022/list/list.mjs +0 -9
  521. package/esm2022/list/list.module.mjs +0 -35
  522. package/esm2022/list/public_api.mjs +0 -5
  523. package/esm2022/loading-icon/daffodil-design-loading-icon.mjs +0 -5
  524. package/esm2022/loading-icon/examples/daffodil-design-loading-icon-examples.mjs +0 -5
  525. package/esm2022/loading-icon/examples/examples.mjs +0 -5
  526. package/esm2022/loading-icon/examples/index.mjs +0 -2
  527. package/esm2022/loading-icon/examples/loading-icon-color/loading-icon-color.component.mjs +0 -33
  528. package/esm2022/loading-icon/examples/public_api.mjs +0 -3
  529. package/esm2022/loading-icon/index.mjs +0 -2
  530. package/esm2022/loading-icon/loading-icon/loading-icon.component.mjs +0 -30
  531. package/esm2022/loading-icon/loading-icon.mjs +0 -5
  532. package/esm2022/loading-icon/loading-icon.module.mjs +0 -26
  533. package/esm2022/loading-icon/public_api.mjs +0 -4
  534. package/esm2022/media-gallery/daffodil-design-media-gallery.mjs +0 -5
  535. package/esm2022/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.mjs +0 -18
  536. package/esm2022/media-gallery/examples/daffodil-design-media-gallery-examples.mjs +0 -5
  537. package/esm2022/media-gallery/examples/examples.mjs +0 -9
  538. package/esm2022/media-gallery/examples/index.mjs +0 -2
  539. package/esm2022/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.mjs +0 -18
  540. package/esm2022/media-gallery/examples/public_api.mjs +0 -5
  541. package/esm2022/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.mjs +0 -18
  542. package/esm2022/media-gallery/helpers/media-gallery-registration.interface.mjs +0 -2
  543. package/esm2022/media-gallery/helpers/media-gallery-token.mjs +0 -7
  544. package/esm2022/media-gallery/index.mjs +0 -2
  545. package/esm2022/media-gallery/media-gallery/media-gallery.component.mjs +0 -57
  546. package/esm2022/media-gallery/media-gallery.mjs +0 -9
  547. package/esm2022/media-gallery/media-gallery.module.mjs +0 -34
  548. package/esm2022/media-gallery/media-renderer/media-renderer.component.mjs +0 -81
  549. package/esm2022/media-gallery/public_api.mjs +0 -6
  550. package/esm2022/media-gallery/registry/media-gallery.registry.mjs +0 -97
  551. package/esm2022/media-gallery/thumbnail/thumbnail-compat.token.mjs +0 -11
  552. package/esm2022/media-gallery/thumbnail/thumbnail-registration.interface.mjs +0 -2
  553. package/esm2022/media-gallery/thumbnail/thumbnail.directive.mjs +0 -89
  554. package/esm2022/menu/daffodil-design-menu.mjs +0 -5
  555. package/esm2022/menu/examples/basic-menu/basic-menu.component.mjs +0 -21
  556. package/esm2022/menu/examples/basic-menu/menu-content/menu-content.component.mjs +0 -23
  557. package/esm2022/menu/examples/daffodil-design-menu-examples.mjs +0 -5
  558. package/esm2022/menu/examples/index.mjs +0 -2
  559. package/esm2022/menu/examples/public_api.mjs +0 -5
  560. package/esm2022/menu/helpers/create-overlay.mjs +0 -29
  561. package/esm2022/menu/helpers/public_api.mjs +0 -2
  562. package/esm2022/menu/index.mjs +0 -2
  563. package/esm2022/menu/menu/menu.component.mjs +0 -66
  564. package/esm2022/menu/menu-activator/menu-activator.component.mjs +0 -49
  565. package/esm2022/menu/menu-item/menu-item.component.mjs +0 -38
  566. package/esm2022/menu/menu.module.mjs +0 -45
  567. package/esm2022/menu/public_api.mjs +0 -7
  568. package/esm2022/menu/services/menu.service.mjs +0 -53
  569. package/esm2022/modal/animations/modal-animation-state.mjs +0 -2
  570. package/esm2022/modal/animations/modal-animation.mjs +0 -9
  571. package/esm2022/modal/daffodil-design-modal.mjs +0 -5
  572. package/esm2022/modal/examples/basic-modal/basic-modal.component.mjs +0 -28
  573. package/esm2022/modal/examples/basic-modal/modal-content.component.mjs +0 -17
  574. package/esm2022/modal/examples/daffodil-design-modal-examples.mjs +0 -5
  575. package/esm2022/modal/examples/index.mjs +0 -2
  576. package/esm2022/modal/examples/public_api.mjs +0 -5
  577. package/esm2022/modal/index.mjs +0 -2
  578. package/esm2022/modal/modal/modal-config.mjs +0 -2
  579. package/esm2022/modal/modal/modal.component.mjs +0 -163
  580. package/esm2022/modal/modal/modal.mjs +0 -2
  581. package/esm2022/modal/modal-actions/modal-actions.component.mjs +0 -22
  582. package/esm2022/modal/modal-close/modal-close.directive.mjs +0 -48
  583. package/esm2022/modal/modal-content/modal-content.component.mjs +0 -22
  584. package/esm2022/modal/modal-header/modal-header.component.mjs +0 -37
  585. package/esm2022/modal/modal-title/modal-title.directive.mjs +0 -50
  586. package/esm2022/modal/modal.mjs +0 -13
  587. package/esm2022/modal/modal.module.mjs +0 -75
  588. package/esm2022/modal/public_api.mjs +0 -10
  589. package/esm2022/modal/service/modal.service.mjs +0 -74
  590. package/esm2022/navbar/daffodil-design-navbar.mjs +0 -5
  591. package/esm2022/navbar/examples/basic-navbar/basic-navbar.component.mjs +0 -17
  592. package/esm2022/navbar/examples/contained-navbar/contained-navbar.component.mjs +0 -20
  593. package/esm2022/navbar/examples/daffodil-design-navbar-examples.mjs +0 -5
  594. package/esm2022/navbar/examples/examples.mjs +0 -11
  595. package/esm2022/navbar/examples/index.mjs +0 -2
  596. package/esm2022/navbar/examples/navbar-theming/navbar-theming.component.mjs +0 -35
  597. package/esm2022/navbar/examples/public_api.mjs +0 -6
  598. package/esm2022/navbar/examples/raised-navbar/raised-navbar.component.mjs +0 -17
  599. package/esm2022/navbar/index.mjs +0 -2
  600. package/esm2022/navbar/navbar/navbar.component.mjs +0 -41
  601. package/esm2022/navbar/navbar.mjs +0 -5
  602. package/esm2022/navbar/navbar.module.mjs +0 -26
  603. package/esm2022/navbar/public_api.mjs +0 -4
  604. package/esm2022/notification/daffodil-design-notification.mjs +0 -5
  605. package/esm2022/notification/examples/daffodil-design-notification-examples.mjs +0 -5
  606. package/esm2022/notification/examples/default-notification/default-notification.component.mjs +0 -30
  607. package/esm2022/notification/examples/dismissible-notification/dismissible-notification.component.mjs +0 -30
  608. package/esm2022/notification/examples/index.mjs +0 -2
  609. package/esm2022/notification/examples/notification-orientations/notification-orientations.component.mjs +0 -30
  610. package/esm2022/notification/examples/notification-status/notification-status.component.mjs +0 -32
  611. package/esm2022/notification/examples/notification-with-actions/notification-with-actions.component.mjs +0 -29
  612. package/esm2022/notification/examples/public_api.mjs +0 -13
  613. package/esm2022/notification/index.mjs +0 -2
  614. package/esm2022/notification/notification/notification.component.mjs +0 -108
  615. package/esm2022/notification/notification-actions/notification-actions.directive.mjs +0 -20
  616. package/esm2022/notification/notification-message/notification-message.directive.mjs +0 -20
  617. package/esm2022/notification/notification-subtitle/notification-subtitle.directive.mjs +0 -20
  618. package/esm2022/notification/notification-title/notification-title.directive.mjs +0 -20
  619. package/esm2022/notification/notification.mjs +0 -15
  620. package/esm2022/notification/notification.module.mjs +0 -57
  621. package/esm2022/notification/public_api.mjs +0 -8
  622. package/esm2022/paginator/daffodil-design-paginator.mjs +0 -5
  623. package/esm2022/paginator/examples/basic-paginator/basic-paginator.component.mjs +0 -22
  624. package/esm2022/paginator/examples/daffodil-design-paginator-examples.mjs +0 -5
  625. package/esm2022/paginator/examples/examples.mjs +0 -7
  626. package/esm2022/paginator/examples/index.mjs +0 -2
  627. package/esm2022/paginator/examples/link-paginator/link-paginator.component.mjs +0 -30
  628. package/esm2022/paginator/examples/public_api.mjs +0 -4
  629. package/esm2022/paginator/index.mjs +0 -2
  630. package/esm2022/paginator/paginator/paginator.component.mjs +0 -169
  631. package/esm2022/paginator/paginator.mjs +0 -5
  632. package/esm2022/paginator/paginator.module.mjs +0 -35
  633. package/esm2022/paginator/public_api.mjs +0 -4
  634. package/esm2022/paginator/utils/paginator-errors.mjs +0 -3
  635. package/esm2022/progress-bar/animation/progress-bar-animation.mjs +0 -9
  636. package/esm2022/progress-bar/daffodil-design-progress-bar.mjs +0 -5
  637. package/esm2022/progress-bar/examples/daffodil-design-progress-bar-examples.mjs +0 -5
  638. package/esm2022/progress-bar/examples/index.mjs +0 -2
  639. package/esm2022/progress-bar/examples/progress-bar-default/progress-bar-default.component.mjs +0 -15
  640. package/esm2022/progress-bar/examples/progress-bar-indeterminate/progress-bar-indeterminate.component.mjs +0 -15
  641. package/esm2022/progress-bar/examples/progress-bar-themes/progress-bar-themes.component.mjs +0 -22
  642. package/esm2022/progress-bar/examples/public_api.mjs +0 -9
  643. package/esm2022/progress-bar/index.mjs +0 -2
  644. package/esm2022/progress-bar/progress-bar-label/progress-bar-label.directive.mjs +0 -20
  645. package/esm2022/progress-bar/progress-bar.component.mjs +0 -139
  646. package/esm2022/progress-bar/progress-bar.mjs +0 -7
  647. package/esm2022/progress-bar/progress-bar.module.mjs +0 -31
  648. package/esm2022/progress-bar/public_api.mjs +0 -5
  649. package/esm2022/public_api.mjs +0 -16
  650. package/esm2022/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.mjs +0 -22
  651. package/esm2022/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.mjs +0 -22
  652. package/esm2022/quantity-field/examples/daffodil-design-quantity-field-examples.mjs +0 -5
  653. package/esm2022/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.mjs +0 -22
  654. package/esm2022/quantity-field/examples/index.mjs +0 -2
  655. package/esm2022/quantity-field/examples/public_api.mjs +0 -12
  656. package/esm2022/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.mjs +0 -22
  657. package/esm2022/radio/examples/basic-radio/basic-radio.component.mjs +0 -20
  658. package/esm2022/radio/examples/daffodil-design-radio-examples.mjs +0 -5
  659. package/esm2022/radio/examples/examples.mjs +0 -5
  660. package/esm2022/radio/examples/index.mjs +0 -2
  661. package/esm2022/radio/examples/public_api.mjs +0 -2
  662. package/esm2022/sidebar/animation/sidebar-animation-state.mjs +0 -24
  663. package/esm2022/sidebar/animation/sidebar-animation-width.mjs +0 -2
  664. package/esm2022/sidebar/animation/sidebar-animation.mjs +0 -51
  665. package/esm2022/sidebar/animation/sidebar-viewport-animation-state.mjs +0 -4
  666. package/esm2022/sidebar/daffodil-design-sidebar.mjs +0 -5
  667. package/esm2022/sidebar/examples/basic-sidebar/basic-sidebar.component.mjs +0 -15
  668. package/esm2022/sidebar/examples/daffodil-design-sidebar-examples.mjs +0 -5
  669. package/esm2022/sidebar/examples/index.mjs +0 -2
  670. package/esm2022/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.component.mjs +0 -36
  671. package/esm2022/sidebar/examples/public_api.mjs +0 -11
  672. package/esm2022/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.component.mjs +0 -15
  673. package/esm2022/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.component.mjs +0 -15
  674. package/esm2022/sidebar/helper/is-docked-mode.mjs +0 -9
  675. package/esm2022/sidebar/helper/is-floating-mode.mjs +0 -9
  676. package/esm2022/sidebar/helper/sidebar-mode.mjs +0 -2
  677. package/esm2022/sidebar/helper/sidebar-side.mjs +0 -2
  678. package/esm2022/sidebar/index.mjs +0 -2
  679. package/esm2022/sidebar/public_api.mjs +0 -14
  680. package/esm2022/sidebar/service/registration.type.mjs +0 -2
  681. package/esm2022/sidebar/service/sidebar.service.mjs +0 -36
  682. package/esm2022/sidebar/sidebar/is-opening.mjs +0 -13
  683. package/esm2022/sidebar/sidebar/sidebar.component.mjs +0 -178
  684. package/esm2022/sidebar/sidebar-footer/sidebar-footer.component.mjs +0 -17
  685. package/esm2022/sidebar/sidebar-header/sidebar-header-action/sidebar-header-action.directive.mjs +0 -23
  686. package/esm2022/sidebar/sidebar-header/sidebar-header-title/sidebar-header-title.directive.mjs +0 -23
  687. package/esm2022/sidebar/sidebar-header/sidebar-header.component.mjs +0 -17
  688. package/esm2022/sidebar/sidebar-viewport/helper/has-parent-viewport.mjs +0 -16
  689. package/esm2022/sidebar/sidebar-viewport/nav-placement.mjs +0 -10
  690. package/esm2022/sidebar/sidebar-viewport/scroll-token/scroll.token.mjs +0 -45
  691. package/esm2022/sidebar/sidebar-viewport/sidebar-viewport.component.mjs +0 -198
  692. package/esm2022/sidebar/sidebar-viewport/utils/backdrop-interactable.mjs +0 -5
  693. package/esm2022/sidebar/sidebar-viewport/utils/content-pad.mjs +0 -17
  694. package/esm2022/sidebar/sidebar-viewport/utils/content-shift.mjs +0 -21
  695. package/esm2022/sidebar/sidebar-viewport-backdrop/animation/backdrop-animation-state.mjs +0 -2
  696. package/esm2022/sidebar/sidebar-viewport-backdrop/animation/backdrop-animation.mjs +0 -20
  697. package/esm2022/sidebar/sidebar-viewport-backdrop/sidebar-viewport-backdrop.component.mjs +0 -87
  698. package/esm2022/sidebar/sidebar.mjs +0 -17
  699. package/esm2022/sidebar/sidebar.module.mjs +0 -60
  700. package/esm2022/tabs/daffodil-design-tabs.mjs +0 -5
  701. package/esm2022/tabs/examples/basic-tabs/basic-tabs.component.mjs +0 -22
  702. package/esm2022/tabs/examples/custom-select-tabs/custom-select-tabs.component.mjs +0 -34
  703. package/esm2022/tabs/examples/daffodil-design-tabs-examples.mjs +0 -5
  704. package/esm2022/tabs/examples/disabled-tabs/disabled-tabs.component.mjs +0 -22
  705. package/esm2022/tabs/examples/index.mjs +0 -2
  706. package/esm2022/tabs/examples/initially-select-tab/initially-select-tab.component.mjs +0 -22
  707. package/esm2022/tabs/examples/public_api.mjs +0 -11
  708. package/esm2022/tabs/index.mjs +0 -2
  709. package/esm2022/tabs/public_api.mjs +0 -6
  710. package/esm2022/tabs/tabs/tab/tab.component.mjs +0 -86
  711. package/esm2022/tabs/tabs/tab-activator/tab-activator.component.mjs +0 -83
  712. package/esm2022/tabs/tabs/tab-label/tab-label.component.mjs +0 -33
  713. package/esm2022/tabs/tabs/tab-panel/tab-panel.component.mjs +0 -68
  714. package/esm2022/tabs/tabs/tabs.component.mjs +0 -161
  715. package/esm2022/tabs/tabs.mjs +0 -13
  716. package/esm2022/text-snippet/daffodil-design-text-snippet.mjs +0 -5
  717. package/esm2022/text-snippet/examples/basic-text-snippet/basic-text-snippet.component.mjs +0 -14
  718. package/esm2022/text-snippet/examples/daffodil-design-text-snippet-examples.mjs +0 -5
  719. package/esm2022/text-snippet/examples/index.mjs +0 -2
  720. package/esm2022/text-snippet/examples/public_api.mjs +0 -5
  721. package/esm2022/text-snippet/index.mjs +0 -2
  722. package/esm2022/text-snippet/public_api.mjs +0 -2
  723. package/esm2022/text-snippet/text-snippet.component.mjs +0 -46
  724. package/esm2022/toast/daffodil-design-toast.mjs +0 -5
  725. package/esm2022/toast/examples/daffodil-design-toast-examples.mjs +0 -5
  726. package/esm2022/toast/examples/default-toast/default-toast.component.mjs +0 -40
  727. package/esm2022/toast/examples/index.mjs +0 -2
  728. package/esm2022/toast/examples/public_api.mjs +0 -11
  729. package/esm2022/toast/examples/toast-positions/toast-positions.component.mjs +0 -61
  730. package/esm2022/toast/examples/toast-status/toast-status.component.mjs +0 -49
  731. package/esm2022/toast/examples/toast-with-custom-duration/toast-with-custom-duration.component.mjs +0 -28
  732. package/esm2022/toast/index.mjs +0 -2
  733. package/esm2022/toast/interfaces/toast-action.mjs +0 -2
  734. package/esm2022/toast/interfaces/toast.mjs +0 -2
  735. package/esm2022/toast/options/daff-toast-options.mjs +0 -16
  736. package/esm2022/toast/public_api.mjs +0 -10
  737. package/esm2022/toast/service/changes-focus.mjs +0 -2
  738. package/esm2022/toast/service/position-strategy.mjs +0 -29
  739. package/esm2022/toast/service/position.service.mjs +0 -33
  740. package/esm2022/toast/service/toast.service.mjs +0 -115
  741. package/esm2022/toast/toast/toast-config.mjs +0 -2
  742. package/esm2022/toast/toast/toast-provider.mjs +0 -7
  743. package/esm2022/toast/toast/toast-template.component.mjs +0 -280
  744. package/esm2022/toast/toast/toast.component.mjs +0 -73
  745. package/esm2022/toast/toast-actions/toast-actions.directive.mjs +0 -20
  746. package/esm2022/toast/toast-message/toast-message.directive.mjs +0 -20
  747. package/esm2022/toast/toast-title/toast-title.directive.mjs +0 -20
  748. package/esm2022/toast/toast.module.mjs +0 -69
  749. package/esm2022/tree/daffodil-design-tree.mjs +0 -5
  750. package/esm2022/tree/examples/basic-tree/basic-tree.component.mjs +0 -43
  751. package/esm2022/tree/examples/daffodil-design-tree-examples.mjs +0 -5
  752. package/esm2022/tree/examples/deep-tree/deep-tree.component.mjs +0 -54
  753. package/esm2022/tree/examples/index.mjs +0 -2
  754. package/esm2022/tree/examples/public_api.mjs +0 -8
  755. package/esm2022/tree/index.mjs +0 -2
  756. package/esm2022/tree/interfaces/recursive-key.mjs +0 -2
  757. package/esm2022/tree/interfaces/tree-data.mjs +0 -2
  758. package/esm2022/tree/interfaces/tree-render-mode.mjs +0 -2
  759. package/esm2022/tree/interfaces/tree-ui.mjs +0 -2
  760. package/esm2022/tree/public_api.mjs +0 -6
  761. package/esm2022/tree/tree/tree-notifier.service.mjs +0 -45
  762. package/esm2022/tree/tree/tree.component.mjs +0 -106
  763. package/esm2022/tree/tree-item/tree-item.directive.mjs +0 -157
  764. package/esm2022/tree/tree.mjs +0 -7
  765. package/esm2022/tree/tree.module.mjs +0 -31
  766. package/esm2022/tree/utils/flatten-tree.mjs +0 -63
  767. package/esm2022/tree/utils/hydrate-tree.mjs +0 -31
  768. package/esm2022/tree/utils/transform.mjs +0 -25
  769. package/esm2022/tree/utils/traverse-tree.mjs +0 -21
  770. package/scss/core/map/map-deep-check/map-deep-check.spec.scss +0 -43
  771. package/scss/core/map/map-deep-get/map-deep-get.spec.scss +0 -25
  772. package/scss/theming/contrast/contrast-ratio/contrast-ratio.spec.scss +0 -0
  773. package/scss/theming/contrast/text-contrast/text-contrast.spec.scss +0 -0
  774. package/src/atoms/form/radio/radio.scss +0 -0
@@ -1,45 +0,0 @@
1
- import { DOCUMENT } from '@angular/common';
2
- import { ElementRef, inject, } from '@angular/core';
3
- import { createSingleInjectionToken } from '@daffodil/core';
4
- export const {
5
- /**
6
- * An injection token that can be used within a sidebar to determine
7
- * what to do enabling and disabling scrolling. By default, the body
8
- * is the element where scrolling is controlled.
9
- */
10
- token: DAFF_SIDEBAR_SCROLL_TOKEN,
11
- /**
12
- * Provider function for {@link DAFF_SIDEBAR_SCROLL_TOKEN}.
13
- */
14
- provider: provideDaffSidebarScrollToken, } = createSingleInjectionToken('DAFF_SIDEBAR_SCROLL_TOKEN', {
15
- providedIn: 'root',
16
- factory: () => {
17
- const document = inject(DOCUMENT);
18
- return {
19
- enable: () => {
20
- document.body.style.overflow = null;
21
- },
22
- disable: () => {
23
- document.body.style.overflow = 'hidden';
24
- },
25
- };
26
- },
27
- });
28
- /**
29
- * A factory function that return a DaffSidebarScroll
30
- * for the current sidebar viewport.
31
- *
32
- * See the providers of {@link DaffSidebarViewportComponent}
33
- */
34
- export const daffSidebarViewportScrollFactory = () => {
35
- const element = inject(ElementRef).nativeElement;
36
- return {
37
- enable: () => {
38
- element.style.overflow = null;
39
- },
40
- disable: () => {
41
- element.style.overflow = 'hidden';
42
- },
43
- };
44
- };
45
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2Nyb2xsLnRva2VuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc2lkZWJhci9zcmMvc2lkZWJhci12aWV3cG9ydC9zY3JvbGwtdG9rZW4vc2Nyb2xsLnRva2VuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMzQyxPQUFPLEVBQ0wsVUFBVSxFQUNWLE1BQU0sR0FDUCxNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQVk1RCxNQUFNLENBQUMsTUFBTTtBQUNYOzs7O0dBSUc7QUFDSCxLQUFLLEVBQUUseUJBQXlCO0FBQ2hDOztHQUVHO0FBQ0gsUUFBUSxFQUFFLDZCQUE2QixHQUN4QyxHQUFHLDBCQUEwQixDQUM1QiwyQkFBMkIsRUFDM0I7SUFDRSxVQUFVLEVBQUUsTUFBTTtJQUNsQixPQUFPLEVBQUUsR0FBRyxFQUFFO1FBQ1osTUFBTSxRQUFRLEdBQUcsTUFBTSxDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBQ2xDLE9BQU87WUFDTCxNQUFNLEVBQUUsR0FBRyxFQUFFO2dCQUNYLFFBQVEsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUM7WUFDdEMsQ0FBQztZQUNELE9BQU8sRUFBRSxHQUFHLEVBQUU7Z0JBQ1osUUFBUSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQztZQUMxQyxDQUFDO1NBQ0YsQ0FBQztJQUNKLENBQUM7Q0FDRixDQUNGLENBQUM7QUFHRjs7Ozs7R0FLRztBQUNILE1BQU0sQ0FBQyxNQUFNLGdDQUFnQyxHQUFHLEdBQXNCLEVBQUU7SUFDdEUsTUFBTSxPQUFPLEdBQUcsTUFBTSxDQUFDLFVBQVUsQ0FBQyxDQUFDLGFBQWEsQ0FBQztJQUNqRCxPQUFPO1FBQ0wsTUFBTSxFQUFFLEdBQUcsRUFBRTtZQUNYLE9BQU8sQ0FBQyxLQUFLLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQztRQUNoQyxDQUFDO1FBQ0QsT0FBTyxFQUFFLEdBQUcsRUFBRTtZQUNaLE9BQU8sQ0FBQyxLQUFLLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQztRQUNwQyxDQUFDO0tBQ0YsQ0FBQztBQUNKLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERPQ1VNRU5UIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gIEVsZW1lbnRSZWYsXG4gIGluamVjdCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IGNyZWF0ZVNpbmdsZUluamVjdGlvblRva2VuIH0gZnJvbSAnQGRhZmZvZGlsL2NvcmUnO1xuXG4vKipcbiAqIEFuIGludGVyZmFjZSB0aGF0IGVuYWJsZXMgYSB1c2VyIHRvIGVuYWJsZSBvciBkaXNhYmxlIHNjcm9sbGluZyBvbiBzaWRlYmFycy5cbiAqXG4gKiBTZWUge0BsaW5rIERBRkZfU0lERUJBUl9TQ1JPTExfVE9LRU59XG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgRGFmZlNpZGViYXJTY3JvbGwge1xuICBlbmFibGUoKTogdm9pZDtcbiAgZGlzYWJsZSgpOiB2b2lkO1xufVxuXG5leHBvcnQgY29uc3Qge1xuICAvKipcbiAgICogQW4gaW5qZWN0aW9uIHRva2VuIHRoYXQgY2FuIGJlIHVzZWQgd2l0aGluIGEgc2lkZWJhciB0byBkZXRlcm1pbmVcbiAgICogd2hhdCB0byBkbyBlbmFibGluZyBhbmQgZGlzYWJsaW5nIHNjcm9sbGluZy4gQnkgZGVmYXVsdCwgdGhlIGJvZHlcbiAgICogaXMgdGhlIGVsZW1lbnQgd2hlcmUgc2Nyb2xsaW5nIGlzIGNvbnRyb2xsZWQuXG4gICAqL1xuICB0b2tlbjogREFGRl9TSURFQkFSX1NDUk9MTF9UT0tFTixcbiAgLyoqXG4gICAqIFByb3ZpZGVyIGZ1bmN0aW9uIGZvciB7QGxpbmsgREFGRl9TSURFQkFSX1NDUk9MTF9UT0tFTn0uXG4gICAqL1xuICBwcm92aWRlcjogcHJvdmlkZURhZmZTaWRlYmFyU2Nyb2xsVG9rZW4sXG59ID0gY3JlYXRlU2luZ2xlSW5qZWN0aW9uVG9rZW48RGFmZlNpZGViYXJTY3JvbGw+KFxuICAnREFGRl9TSURFQkFSX1NDUk9MTF9UT0tFTicsXG4gIHtcbiAgICBwcm92aWRlZEluOiAncm9vdCcsXG4gICAgZmFjdG9yeTogKCkgPT4ge1xuICAgICAgY29uc3QgZG9jdW1lbnQgPSBpbmplY3QoRE9DVU1FTlQpO1xuICAgICAgcmV0dXJuIHtcbiAgICAgICAgZW5hYmxlOiAoKSA9PiB7XG4gICAgICAgICAgZG9jdW1lbnQuYm9keS5zdHlsZS5vdmVyZmxvdyA9IG51bGw7XG4gICAgICAgIH0sXG4gICAgICAgIGRpc2FibGU6ICgpID0+IHtcbiAgICAgICAgICBkb2N1bWVudC5ib2R5LnN0eWxlLm92ZXJmbG93ID0gJ2hpZGRlbic7XG4gICAgICAgIH0sXG4gICAgICB9O1xuICAgIH0sXG4gIH0sXG4pO1xuXG5cbi8qKlxuICogQSBmYWN0b3J5IGZ1bmN0aW9uIHRoYXQgcmV0dXJuIGEgRGFmZlNpZGViYXJTY3JvbGxcbiAqIGZvciB0aGUgY3VycmVudCBzaWRlYmFyIHZpZXdwb3J0LlxuICpcbiAqIFNlZSB0aGUgcHJvdmlkZXJzIG9mIHtAbGluayBEYWZmU2lkZWJhclZpZXdwb3J0Q29tcG9uZW50fVxuICovXG5leHBvcnQgY29uc3QgZGFmZlNpZGViYXJWaWV3cG9ydFNjcm9sbEZhY3RvcnkgPSAoKTogRGFmZlNpZGViYXJTY3JvbGwgPT4ge1xuICBjb25zdCBlbGVtZW50ID0gaW5qZWN0KEVsZW1lbnRSZWYpLm5hdGl2ZUVsZW1lbnQ7XG4gIHJldHVybiB7XG4gICAgZW5hYmxlOiAoKSA9PiB7XG4gICAgICBlbGVtZW50LnN0eWxlLm92ZXJmbG93ID0gbnVsbDtcbiAgICB9LFxuICAgIGRpc2FibGU6ICgpID0+IHtcbiAgICAgIGVsZW1lbnQuc3R5bGUub3ZlcmZsb3cgPSAnaGlkZGVuJztcbiAgICB9LFxuICB9O1xufTtcbiJdfQ==
@@ -1,198 +0,0 @@
1
- import { Component, Output, EventEmitter, ChangeDetectionStrategy, ChangeDetectorRef, ContentChildren, QueryList, ElementRef, Input, HostBinding, Inject, SkipSelf, Optional, } from '@angular/core';
2
- import { hasParentViewport } from './helper/has-parent-viewport';
3
- import { DaffNavPlacementEnum, } from './nav-placement';
4
- import { DAFF_SIDEBAR_SCROLL_TOKEN, daffSidebarViewportScrollFactory, } from './scroll-token/scroll.token';
5
- import { sidebarViewportBackdropInteractable } from './utils/backdrop-interactable';
6
- import { isSidebarViewportContentPadded } from './utils/content-pad';
7
- import { isViewportContentShifted, sidebarViewportContentShift, } from './utils/content-shift';
8
- import { DaffSidebarAnimationStates, daffSidebarAnimations, } from '../animation/sidebar-animation';
9
- import { getSidebarViewportAnimationState, } from '../animation/sidebar-viewport-animation-state';
10
- import { DaffSidebarComponent } from '../sidebar/sidebar.component';
11
- import { DaffSidebarViewportBackdropComponent } from '../sidebar-viewport-backdrop/sidebar-viewport-backdrop.component';
12
- import * as i0 from "@angular/core";
13
- /**
14
- * The DaffSidebarViewport is the "holder" of sidebars throughout an entire application.
15
- * It's generally only used once, like
16
- *
17
- * ```html
18
- * <daff-sidebar-viewport>
19
- * <daff-sidebar></daff-sidebar>
20
- * <p>Some Content</p>
21
- * </daff-sidebar-viewport>
22
- * ```
23
- *
24
- * Importantly, its possible for there to be multiple sidebars of many modes
25
- * at the same time. @see {@link DaffSidebarMode }
26
- *
27
- * Since this is a functional component, it's possible to have multiple "open" sidebars
28
- * at the same time. As a result, this component attempts to gracefully handle these situations.
29
- * However, importantly, there can only be one sidebar of each mode, on each side, at any given time.
30
- * If this is violated, this component will throw an exception.
31
- */
32
- export class DaffSidebarViewportComponent {
33
- get classes() {
34
- return {
35
- 'daff-sidebar-viewport': true,
36
- [this.navPlacement]: true,
37
- 'pad-left': this._isPaddedLeft,
38
- 'pad-right': this._isPaddedRight,
39
- };
40
- }
41
- ;
42
- get isNavOnSide() {
43
- return this.navPlacement === DaffNavPlacementEnum.BESIDE;
44
- }
45
- onContentAnimationStart(e) {
46
- if (e.toState === 'open') {
47
- this._elementRef.nativeElement.style.overflow = 'hidden';
48
- }
49
- }
50
- onContentAnimationDone(e) {
51
- if (e.toState === 'closed') {
52
- this._elementRef.nativeElement.style.overflow = null;
53
- }
54
- }
55
- constructor(cdRef, _elementRef, bodyScroll, parentViewport, scroll) {
56
- this.cdRef = cdRef;
57
- this._elementRef = _elementRef;
58
- this.bodyScroll = bodyScroll;
59
- this.parentViewport = parentViewport;
60
- this.scroll = scroll;
61
- this.hostClass = true;
62
- /**
63
- * The placement of the nav in relation to the sidebar. The default is set to `top`.
64
- * Note that this is really only available when there is a `side-fixed` sidebar.
65
- */
66
- this.navPlacement = DaffNavPlacementEnum.ABOVE;
67
- /**
68
- * The number of pixels that the main content of the page should be shifted to
69
- * right when there are child sidebars.
70
- */
71
- this._shift = '0px';
72
- this._isPaddedLeft = false;
73
- this._isPaddedRight = false;
74
- /**
75
- * Whether or not the backdrop is interactable
76
- */
77
- this._backdropInteractable = false;
78
- /**
79
- * The animation state
80
- */
81
- this._animationState = { value: DaffSidebarAnimationStates.CLOSED, params: { shift: '0px' } };
82
- /**
83
- * Event fired when the backdrop is clicked. This is often used to close the sidebar.
84
- */
85
- this.backdropClicked = new EventEmitter();
86
- }
87
- ngAfterContentChecked() {
88
- const nextShift = sidebarViewportContentShift(this.sidebars) + 'px';
89
- if (this._shift !== nextShift) {
90
- this._shift = nextShift;
91
- this.updateAnimationState();
92
- this.cdRef.markForCheck();
93
- }
94
- const nextBackdropInteractable = sidebarViewportBackdropInteractable(this.sidebars);
95
- if (this._backdropInteractable !== nextBackdropInteractable) {
96
- this._backdropInteractable = nextBackdropInteractable;
97
- this.updateAnimationState();
98
- this.cdRef.markForCheck();
99
- if (nextBackdropInteractable) {
100
- if (!this.parentViewport && !hasParentViewport(this._elementRef.nativeElement)) {
101
- this.bodyScroll.disable();
102
- }
103
- else {
104
- this.scroll.disable();
105
- }
106
- }
107
- else { //if we are hiding the sidebars
108
- if (!this.parentViewport && !hasParentViewport(this._elementRef.nativeElement)) {
109
- this.bodyScroll.enable();
110
- }
111
- else {
112
- this.scroll.enable();
113
- }
114
- }
115
- }
116
- ;
117
- this._isPaddedLeft = isSidebarViewportContentPadded(this.sidebars, 'left');
118
- this._isPaddedRight = isSidebarViewportContentPadded(this.sidebars, 'right');
119
- }
120
- ngOnDestroy() {
121
- if (!this.parentViewport && !hasParentViewport(this._elementRef.nativeElement)) {
122
- this.bodyScroll.enable();
123
- }
124
- else {
125
- this.scroll.enable();
126
- }
127
- }
128
- /**
129
- * @docs-private
130
- *
131
- * Updates the animation state of the viewport depending upon the state
132
- * of all sidebars within the viewport.
133
- */
134
- updateAnimationState() {
135
- this._animationState = {
136
- value: getSidebarViewportAnimationState(this.sidebars.reduce((acc, sidebar) => acc || isViewportContentShifted(sidebar.mode, sidebar.open), false)),
137
- params: { shift: this._shift },
138
- };
139
- }
140
- /**
141
- * @docs-private
142
- * The called when the backdrop of the viewport is clicked upon.
143
- */
144
- _backdropClicked() {
145
- this.backdropClicked.emit();
146
- }
147
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: DaffSidebarViewportComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: DAFF_SIDEBAR_SCROLL_TOKEN, skipSelf: true }, { token: DaffSidebarViewportComponent, optional: true, skipSelf: true }, { token: DAFF_SIDEBAR_SCROLL_TOKEN }], target: i0.ɵɵFactoryTarget.Component }); }
148
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.2", type: DaffSidebarViewportComponent, isStandalone: true, selector: "daff-sidebar-viewport", inputs: { navPlacement: "navPlacement" }, outputs: { backdropClicked: "backdropClicked" }, host: { properties: { "class.daff-sidebar-viewport": "this.hostClass", "class": "this.classes" } }, providers: [
149
- {
150
- provide: DAFF_SIDEBAR_SCROLL_TOKEN,
151
- useFactory: daffSidebarViewportScrollFactory,
152
- },
153
- ], queries: [{ propertyName: "sidebars", predicate: DaffSidebarComponent }], ngImport: i0, template: "<daff-sidebar-viewport-backdrop\n [@transformContent]=\"_animationState\"\n [interactable]=\"_backdropInteractable\"\n (backdropClicked)=\"_backdropClicked()\">\n</daff-sidebar-viewport-backdrop>\n\n<div class=\"daff-sidebar-viewport__nav\"\n [@transformContent]=\"_animationState\">\n <ng-content select=\"[daff-sidebar-viewport-nav]\"></ng-content>\n</div>\n\n<ng-content select=\"daff-sidebar:not([side=right])\"></ng-content>\n\n<div class=\"daff-sidebar-viewport__content\"\n [@transformContent]=\"_animationState\"\n (@transformContent.start)=\"onContentAnimationStart($event)\"\n (@transformContent.done)=\"onContentAnimationDone($event)\">\n <div class=\"daff-sidebar-viewport__inner\">\n <ng-content></ng-content>\n </div>\n</div>\n\n<ng-content select=\"daff-sidebar[side=right]\"></ng-content>\n", styles: [":host{display:flex;min-height:100dvh;position:relative;width:100%;z-index:1}:host.pad-left .daff-sidebar-viewport__inner{padding-left:0}@media (min-width: 1024px){:host.pad-left .daff-sidebar-viewport__inner{padding-left:var(--daff-sidebar-left-width, 240px)}}:host.pad-left.beside .daff-sidebar-viewport__nav{padding-left:0}@media (min-width: 1024px){:host.pad-left.beside .daff-sidebar-viewport__nav{padding-left:var(--daff-sidebar-left-width, 240px)}}:host.pad-right .daff-sidebar-viewport__inner{padding-right:0}@media (min-width: 1024px){:host.pad-right .daff-sidebar-viewport__inner{padding-right:var(--daff-sidebar-right-width, 240px)}}:host.pad-right.beside .daff-sidebar-viewport__nav{padding-right:0}@media (min-width: 1024px){:host.pad-right.beside .daff-sidebar-viewport__nav{padding-right:var(--daff-sidebar-right-width, 240px)}}.daff-sidebar-viewport__content{flex:0 1 auto;width:100%;z-index:3;min-height:100%}.daff-sidebar-viewport__nav{position:fixed;top:0;width:100%;z-index:4}.daff-sidebar-viewport__nav:empty{display:none}.daff-sidebar-viewport__nav:not(:empty)~.daff-sidebar-viewport__content{margin-top:var(--daff-sidebar-side-fixed-top-shift)}:host-context(daff-sidebar-viewport daff-sidebar-viewport){transform:translate(0);min-height:auto}:host-context(daff-sidebar-viewport daff-sidebar-viewport) .daff-sidebar-viewport__inner{padding-left:0!important;padding-right:0!important}\n"], dependencies: [{ kind: "component", type: DaffSidebarViewportBackdropComponent, selector: "daff-sidebar-viewport-backdrop", inputs: ["transparent", "interactable", "fullscreen"], outputs: ["backdropClicked"] }], animations: [
154
- daffSidebarAnimations.transformContent,
155
- ], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
156
- }
157
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: DaffSidebarViewportComponent, decorators: [{
158
- type: Component,
159
- args: [{ selector: 'daff-sidebar-viewport', changeDetection: ChangeDetectionStrategy.OnPush, animations: [
160
- daffSidebarAnimations.transformContent,
161
- ], providers: [
162
- {
163
- provide: DAFF_SIDEBAR_SCROLL_TOKEN,
164
- useFactory: daffSidebarViewportScrollFactory,
165
- },
166
- ], standalone: true, imports: [
167
- DaffSidebarViewportBackdropComponent,
168
- ], template: "<daff-sidebar-viewport-backdrop\n [@transformContent]=\"_animationState\"\n [interactable]=\"_backdropInteractable\"\n (backdropClicked)=\"_backdropClicked()\">\n</daff-sidebar-viewport-backdrop>\n\n<div class=\"daff-sidebar-viewport__nav\"\n [@transformContent]=\"_animationState\">\n <ng-content select=\"[daff-sidebar-viewport-nav]\"></ng-content>\n</div>\n\n<ng-content select=\"daff-sidebar:not([side=right])\"></ng-content>\n\n<div class=\"daff-sidebar-viewport__content\"\n [@transformContent]=\"_animationState\"\n (@transformContent.start)=\"onContentAnimationStart($event)\"\n (@transformContent.done)=\"onContentAnimationDone($event)\">\n <div class=\"daff-sidebar-viewport__inner\">\n <ng-content></ng-content>\n </div>\n</div>\n\n<ng-content select=\"daff-sidebar[side=right]\"></ng-content>\n", styles: [":host{display:flex;min-height:100dvh;position:relative;width:100%;z-index:1}:host.pad-left .daff-sidebar-viewport__inner{padding-left:0}@media (min-width: 1024px){:host.pad-left .daff-sidebar-viewport__inner{padding-left:var(--daff-sidebar-left-width, 240px)}}:host.pad-left.beside .daff-sidebar-viewport__nav{padding-left:0}@media (min-width: 1024px){:host.pad-left.beside .daff-sidebar-viewport__nav{padding-left:var(--daff-sidebar-left-width, 240px)}}:host.pad-right .daff-sidebar-viewport__inner{padding-right:0}@media (min-width: 1024px){:host.pad-right .daff-sidebar-viewport__inner{padding-right:var(--daff-sidebar-right-width, 240px)}}:host.pad-right.beside .daff-sidebar-viewport__nav{padding-right:0}@media (min-width: 1024px){:host.pad-right.beside .daff-sidebar-viewport__nav{padding-right:var(--daff-sidebar-right-width, 240px)}}.daff-sidebar-viewport__content{flex:0 1 auto;width:100%;z-index:3;min-height:100%}.daff-sidebar-viewport__nav{position:fixed;top:0;width:100%;z-index:4}.daff-sidebar-viewport__nav:empty{display:none}.daff-sidebar-viewport__nav:not(:empty)~.daff-sidebar-viewport__content{margin-top:var(--daff-sidebar-side-fixed-top-shift)}:host-context(daff-sidebar-viewport daff-sidebar-viewport){transform:translate(0);min-height:auto}:host-context(daff-sidebar-viewport daff-sidebar-viewport) .daff-sidebar-viewport__inner{padding-left:0!important;padding-right:0!important}\n"] }]
169
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: undefined, decorators: [{
170
- type: Inject,
171
- args: [DAFF_SIDEBAR_SCROLL_TOKEN]
172
- }, {
173
- type: SkipSelf
174
- }] }, { type: undefined, decorators: [{
175
- type: Inject,
176
- args: [DaffSidebarViewportComponent]
177
- }, {
178
- type: SkipSelf
179
- }, {
180
- type: Optional
181
- }] }, { type: undefined, decorators: [{
182
- type: Inject,
183
- args: [DAFF_SIDEBAR_SCROLL_TOKEN]
184
- }] }], propDecorators: { hostClass: [{
185
- type: HostBinding,
186
- args: ['class.daff-sidebar-viewport']
187
- }], classes: [{
188
- type: HostBinding,
189
- args: ['class']
190
- }], navPlacement: [{
191
- type: Input
192
- }], sidebars: [{
193
- type: ContentChildren,
194
- args: [DaffSidebarComponent, { descendants: false }]
195
- }], backdropClicked: [{
196
- type: Output
197
- }] } });
198
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZWJhci12aWV3cG9ydC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9zaWRlYmFyL3NyYy9zaWRlYmFyLXZpZXdwb3J0L3NpZGViYXItdmlld3BvcnQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc2lkZWJhci9zcmMvc2lkZWJhci12aWV3cG9ydC9zaWRlYmFyLXZpZXdwb3J0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFDTCxTQUFTLEVBQ1QsTUFBTSxFQUNOLFlBQVksRUFDWix1QkFBdUIsRUFDdkIsaUJBQWlCLEVBQ2pCLGVBQWUsRUFDZixTQUFTLEVBRVQsVUFBVSxFQUNWLEtBQUssRUFDTCxXQUFXLEVBQ1gsTUFBTSxFQUNOLFFBQVEsRUFDUixRQUFRLEdBRVQsTUFBTSxlQUFlLENBQUM7QUFFdkIsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDakUsT0FBTyxFQUVMLG9CQUFvQixHQUNyQixNQUFNLGlCQUFpQixDQUFDO0FBQ3pCLE9BQU8sRUFDTCx5QkFBeUIsRUFFekIsZ0NBQWdDLEdBQ2pDLE1BQU0sNkJBQTZCLENBQUM7QUFDckMsT0FBTyxFQUFFLG1DQUFtQyxFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFDcEYsT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDckUsT0FBTyxFQUNMLHdCQUF3QixFQUN4QiwyQkFBMkIsR0FDNUIsTUFBTSx1QkFBdUIsQ0FBQztBQUMvQixPQUFPLEVBQ0wsMEJBQTBCLEVBQzFCLHFCQUFxQixHQUN0QixNQUFNLGdDQUFnQyxDQUFDO0FBQ3hDLE9BQU8sRUFFTCxnQ0FBZ0MsR0FDakMsTUFBTSwrQ0FBK0MsQ0FBQztBQUV2RCxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUNwRSxPQUFPLEVBQUUsb0NBQW9DLEVBQUUsTUFBTSxrRUFBa0UsQ0FBQzs7QUFFeEg7Ozs7Ozs7Ozs7Ozs7Ozs7OztHQWtCRztBQW9CSCxNQUFNLE9BQU8sNEJBQTRCO0lBR3ZDLElBQTBCLE9BQU87UUFDL0IsT0FBTztZQUNMLHVCQUF1QixFQUFFLElBQUk7WUFDN0IsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLEVBQUUsSUFBSTtZQUN6QixVQUFVLEVBQUUsSUFBSSxDQUFDLGFBQWE7WUFDOUIsV0FBVyxFQUFFLElBQUksQ0FBQyxjQUFjO1NBQ2pDLENBQUM7SUFDSixDQUFDO0lBQUEsQ0FBQztJQUVGLElBQUksV0FBVztRQUNiLE9BQU8sSUFBSSxDQUFDLFlBQVksS0FBSyxvQkFBb0IsQ0FBQyxNQUFNLENBQUM7SUFDM0QsQ0FBQztJQUVELHVCQUF1QixDQUFDLENBQWlCO1FBQ3ZDLElBQUcsQ0FBQyxDQUFDLE9BQU8sS0FBSyxNQUFNLEVBQUUsQ0FBQztZQUN4QixJQUFJLENBQUMsV0FBVyxDQUFDLGFBQWEsQ0FBQyxLQUFLLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQztRQUMzRCxDQUFDO0lBQ0gsQ0FBQztJQUVELHNCQUFzQixDQUFDLENBQWlCO1FBQ3RDLElBQUcsQ0FBQyxDQUFDLE9BQU8sS0FBSyxRQUFRLEVBQUUsQ0FBQztZQUMxQixJQUFJLENBQUMsV0FBVyxDQUFDLGFBQWEsQ0FBQyxLQUFLLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQztRQUN2RCxDQUFDO0lBQ0gsQ0FBQztJQVFELFlBQ1UsS0FBd0IsRUFDeEIsV0FBb0MsRUFDVyxVQUE2QixFQUNkLGNBQWMsRUFDekMsTUFBeUI7UUFKNUQsVUFBSyxHQUFMLEtBQUssQ0FBbUI7UUFDeEIsZ0JBQVcsR0FBWCxXQUFXLENBQXlCO1FBQ1csZUFBVSxHQUFWLFVBQVUsQ0FBbUI7UUFDZCxtQkFBYyxHQUFkLGNBQWMsQ0FBQTtRQUN6QyxXQUFNLEdBQU4sTUFBTSxDQUFtQjtRQXRDMUIsY0FBUyxHQUFHLElBQUksQ0FBQztRQTJCN0Q7OztXQUdHO1FBQ00saUJBQVksR0FBcUIsb0JBQW9CLENBQUMsS0FBSyxDQUFDO1FBaUJyRTs7O1dBR0c7UUFDSyxXQUFNLEdBQUcsS0FBSyxDQUFDO1FBRWYsa0JBQWEsR0FBRyxLQUFLLENBQUM7UUFFdEIsbUJBQWMsR0FBRyxLQUFLLENBQUM7UUFFL0I7O1dBRUc7UUFDSCwwQkFBcUIsR0FBRyxLQUFLLENBQUM7UUFFOUI7O1dBRUc7UUFDSCxvQkFBZSxHQUFnRCxFQUFFLEtBQUssRUFBRSwwQkFBMEIsQ0FBQyxNQUFNLEVBQUUsTUFBTSxFQUFFLEVBQUUsS0FBSyxFQUFFLEtBQUssRUFBRSxFQUFDLENBQUM7UUFFckk7O1dBRUc7UUFDTyxvQkFBZSxHQUF1QixJQUFJLFlBQVksRUFBUSxDQUFDO0lBaENyRSxDQUFDO0lBa0NMLHFCQUFxQjtRQUNuQixNQUFNLFNBQVMsR0FBRywyQkFBMkIsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLEdBQUcsSUFBSSxDQUFDO1FBQ3BFLElBQUksSUFBSSxDQUFDLE1BQU0sS0FBSyxTQUFTLEVBQUUsQ0FBQztZQUM5QixJQUFJLENBQUMsTUFBTSxHQUFHLFNBQVMsQ0FBQztZQUV4QixJQUFJLENBQUMsb0JBQW9CLEVBQUUsQ0FBQztZQUM1QixJQUFJLENBQUMsS0FBSyxDQUFDLFlBQVksRUFBRSxDQUFDO1FBQzVCLENBQUM7UUFDRCxNQUFNLHdCQUF3QixHQUFHLG1DQUFtQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUNwRixJQUFJLElBQUksQ0FBQyxxQkFBcUIsS0FBSyx3QkFBd0IsRUFBRSxDQUFDO1lBQzVELElBQUksQ0FBQyxxQkFBcUIsR0FBRyx3QkFBd0IsQ0FBQztZQUN0RCxJQUFJLENBQUMsb0JBQW9CLEVBQUUsQ0FBQztZQUM1QixJQUFJLENBQUMsS0FBSyxDQUFDLFlBQVksRUFBRSxDQUFDO1lBQzFCLElBQUcsd0JBQXdCLEVBQUUsQ0FBQztnQkFDNUIsSUFBRyxDQUFDLElBQUksQ0FBQyxjQUFjLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLGFBQWEsQ0FBQyxFQUFFLENBQUM7b0JBQzlFLElBQUksQ0FBQyxVQUFVLENBQUMsT0FBTyxFQUFFLENBQUM7Z0JBQzVCLENBQUM7cUJBQU0sQ0FBQztvQkFDTixJQUFJLENBQUMsTUFBTSxDQUFDLE9BQU8sRUFBRSxDQUFDO2dCQUN4QixDQUFDO1lBQ0gsQ0FBQztpQkFBTSxDQUFDLENBQUMsK0JBQStCO2dCQUN0QyxJQUFHLENBQUMsSUFBSSxDQUFDLGNBQWMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsYUFBYSxDQUFDLEVBQUUsQ0FBQztvQkFDOUUsSUFBSSxDQUFDLFVBQVUsQ0FBQyxNQUFNLEVBQUUsQ0FBQztnQkFDM0IsQ0FBQztxQkFBTSxDQUFDO29CQUNOLElBQUksQ0FBQyxNQUFNLENBQUMsTUFBTSxFQUFFLENBQUM7Z0JBQ3ZCLENBQUM7WUFDSCxDQUFDO1FBQ0gsQ0FBQztRQUFBLENBQUM7UUFFRixJQUFJLENBQUMsYUFBYSxHQUFHLDhCQUE4QixDQUFDLElBQUksQ0FBQyxRQUFRLEVBQUUsTUFBTSxDQUFDLENBQUM7UUFDM0UsSUFBSSxDQUFDLGNBQWMsR0FBRyw4QkFBOEIsQ0FBQyxJQUFJLENBQUMsUUFBUSxFQUFFLE9BQU8sQ0FBQyxDQUFDO0lBQy9FLENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBRyxDQUFDLElBQUksQ0FBQyxjQUFjLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLGFBQWEsQ0FBQyxFQUFFLENBQUM7WUFDOUUsSUFBSSxDQUFDLFVBQVUsQ0FBQyxNQUFNLEVBQUUsQ0FBQztRQUMzQixDQUFDO2FBQU0sQ0FBQztZQUNOLElBQUksQ0FBQyxNQUFNLENBQUMsTUFBTSxFQUFFLENBQUM7UUFDdkIsQ0FBQztJQUNILENBQUM7SUFFRDs7Ozs7T0FLRztJQUNLLG9CQUFvQjtRQUMxQixJQUFJLENBQUMsZUFBZSxHQUFHO1lBQ3JCLEtBQUssRUFBRSxnQ0FBZ0MsQ0FDckMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUMsQ0FBQyxHQUFZLEVBQUUsT0FBTyxFQUFFLEVBQUUsQ0FBQyxHQUFHLElBQUksd0JBQXdCLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxPQUFPLENBQUMsSUFBSSxDQUFDLEVBQUUsS0FBSyxDQUFDLENBQ3BIO1lBQ0QsTUFBTSxFQUFFLEVBQUUsS0FBSyxFQUFFLElBQUksQ0FBQyxNQUFNLEVBQUU7U0FDL0IsQ0FBQztJQUNKLENBQUM7SUFFRDs7O09BR0c7SUFDSCxnQkFBZ0I7UUFDZCxJQUFJLENBQUMsZUFBZSxDQUFDLElBQUksRUFBRSxDQUFDO0lBQzlCLENBQUM7aUlBdklVLDRCQUE0Qiw2RUFxQzdCLHlCQUF5Qiw2QkFDekIsNEJBQTRCLDZDQUM1Qix5QkFBeUI7cUhBdkN4Qiw0QkFBNEIsbVFBWDVCO1lBQ1Q7Z0JBQ0UsT0FBTyxFQUFFLHlCQUF5QjtnQkFDbEMsVUFBVSxFQUFFLGdDQUFnQzthQUM3QztTQUNGLG1EQXFEZ0Isb0JBQW9CLDZCQ3BJdkMseXpCQXVCQSx3N0NEMkRJLG9DQUFvQyxrSkFYMUI7WUFDVixxQkFBcUIsQ0FBQyxnQkFBZ0I7U0FDdkM7OzJGQVlVLDRCQUE0QjtrQkFuQnhDLFNBQVM7K0JBQ0UsdUJBQXVCLG1CQUdoQix1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DO3dCQUNWLHFCQUFxQixDQUFDLGdCQUFnQjtxQkFDdkMsYUFDVTt3QkFDVDs0QkFDRSxPQUFPLEVBQUUseUJBQXlCOzRCQUNsQyxVQUFVLEVBQUUsZ0NBQWdDO3lCQUM3QztxQkFDRixjQUNXLElBQUksV0FDUDt3QkFDUCxvQ0FBb0M7cUJBQ3JDOzswQkF1Q0UsTUFBTTsyQkFBQyx5QkFBeUI7OzBCQUFHLFFBQVE7OzBCQUMzQyxNQUFNOzJCQUFDLDRCQUE0Qjs7MEJBQUcsUUFBUTs7MEJBQUksUUFBUTs7MEJBQzFELE1BQU07MkJBQUMseUJBQXlCO3lDQXRDUyxTQUFTO3NCQUFwRCxXQUFXO3VCQUFDLDZCQUE2QjtnQkFFaEIsT0FBTztzQkFBaEMsV0FBVzt1QkFBQyxPQUFPO2dCQTZCWCxZQUFZO3NCQUFwQixLQUFLO2dCQWVpRSxRQUFRO3NCQUE5RSxlQUFlO3VCQUFDLG9CQUFvQixFQUFFLEVBQUUsV0FBVyxFQUFFLEtBQUssRUFBRTtnQkF5Qm5ELGVBQWU7c0JBQXhCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBbmltYXRpb25FdmVudCB9IGZyb20gJ0Bhbmd1bGFyL2FuaW1hdGlvbnMnO1xuaW1wb3J0IHtcbiAgQ29tcG9uZW50LFxuICBPdXRwdXQsXG4gIEV2ZW50RW1pdHRlcixcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENoYW5nZURldGVjdG9yUmVmLFxuICBDb250ZW50Q2hpbGRyZW4sXG4gIFF1ZXJ5TGlzdCxcbiAgQWZ0ZXJDb250ZW50Q2hlY2tlZCxcbiAgRWxlbWVudFJlZixcbiAgSW5wdXQsXG4gIEhvc3RCaW5kaW5nLFxuICBJbmplY3QsXG4gIFNraXBTZWxmLFxuICBPcHRpb25hbCxcbiAgT25EZXN0cm95LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgaGFzUGFyZW50Vmlld3BvcnQgfSBmcm9tICcuL2hlbHBlci9oYXMtcGFyZW50LXZpZXdwb3J0JztcbmltcG9ydCB7XG4gIERhZmZOYXZQbGFjZW1lbnQsXG4gIERhZmZOYXZQbGFjZW1lbnRFbnVtLFxufSBmcm9tICcuL25hdi1wbGFjZW1lbnQnO1xuaW1wb3J0IHtcbiAgREFGRl9TSURFQkFSX1NDUk9MTF9UT0tFTixcbiAgRGFmZlNpZGViYXJTY3JvbGwsXG4gIGRhZmZTaWRlYmFyVmlld3BvcnRTY3JvbGxGYWN0b3J5LFxufSBmcm9tICcuL3Njcm9sbC10b2tlbi9zY3JvbGwudG9rZW4nO1xuaW1wb3J0IHsgc2lkZWJhclZpZXdwb3J0QmFja2Ryb3BJbnRlcmFjdGFibGUgfSBmcm9tICcuL3V0aWxzL2JhY2tkcm9wLWludGVyYWN0YWJsZSc7XG5pbXBvcnQgeyBpc1NpZGViYXJWaWV3cG9ydENvbnRlbnRQYWRkZWQgfSBmcm9tICcuL3V0aWxzL2NvbnRlbnQtcGFkJztcbmltcG9ydCB7XG4gIGlzVmlld3BvcnRDb250ZW50U2hpZnRlZCxcbiAgc2lkZWJhclZpZXdwb3J0Q29udGVudFNoaWZ0LFxufSBmcm9tICcuL3V0aWxzL2NvbnRlbnQtc2hpZnQnO1xuaW1wb3J0IHtcbiAgRGFmZlNpZGViYXJBbmltYXRpb25TdGF0ZXMsXG4gIGRhZmZTaWRlYmFyQW5pbWF0aW9ucyxcbn0gZnJvbSAnLi4vYW5pbWF0aW9uL3NpZGViYXItYW5pbWF0aW9uJztcbmltcG9ydCB7XG4gIERhZmZTaWRlYmFyVmlld3BvcnRBbmltYXRpb25TdGF0ZVdpdGhQYXJhbXMsXG4gIGdldFNpZGViYXJWaWV3cG9ydEFuaW1hdGlvblN0YXRlLFxufSBmcm9tICcuLi9hbmltYXRpb24vc2lkZWJhci12aWV3cG9ydC1hbmltYXRpb24tc3RhdGUnO1xuaW1wb3J0IHsgRGFmZlNpZGViYXJNb2RlIH0gZnJvbSAnLi4vaGVscGVyL3NpZGViYXItbW9kZSc7XG5pbXBvcnQgeyBEYWZmU2lkZWJhckNvbXBvbmVudCB9IGZyb20gJy4uL3NpZGViYXIvc2lkZWJhci5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGFmZlNpZGViYXJWaWV3cG9ydEJhY2tkcm9wQ29tcG9uZW50IH0gZnJvbSAnLi4vc2lkZWJhci12aWV3cG9ydC1iYWNrZHJvcC9zaWRlYmFyLXZpZXdwb3J0LWJhY2tkcm9wLmNvbXBvbmVudCc7XG5cbi8qKlxuICogVGhlIERhZmZTaWRlYmFyVmlld3BvcnQgaXMgdGhlIFwiaG9sZGVyXCIgb2Ygc2lkZWJhcnMgdGhyb3VnaG91dCBhbiBlbnRpcmUgYXBwbGljYXRpb24uXG4gKiBJdCdzIGdlbmVyYWxseSBvbmx5IHVzZWQgb25jZSwgbGlrZVxuICpcbiAqIGBgYGh0bWxcbiAqIDxkYWZmLXNpZGViYXItdmlld3BvcnQ+XG4gKiAgICA8ZGFmZi1zaWRlYmFyPjwvZGFmZi1zaWRlYmFyPlxuICogICAgPHA+U29tZSBDb250ZW50PC9wPlxuICogPC9kYWZmLXNpZGViYXItdmlld3BvcnQ+XG4gKiBgYGBcbiAqXG4gKiBJbXBvcnRhbnRseSwgaXRzIHBvc3NpYmxlIGZvciB0aGVyZSB0byBiZSBtdWx0aXBsZSBzaWRlYmFycyBvZiBtYW55IG1vZGVzXG4gKiBhdCB0aGUgc2FtZSB0aW1lLiBAc2VlIHtAbGluayBEYWZmU2lkZWJhck1vZGUgfVxuICpcbiAqIFNpbmNlIHRoaXMgaXMgYSBmdW5jdGlvbmFsIGNvbXBvbmVudCwgaXQncyBwb3NzaWJsZSB0byBoYXZlIG11bHRpcGxlIFwib3BlblwiIHNpZGViYXJzXG4gKiBhdCB0aGUgc2FtZSB0aW1lLiBBcyBhIHJlc3VsdCwgdGhpcyBjb21wb25lbnQgYXR0ZW1wdHMgdG8gZ3JhY2VmdWxseSBoYW5kbGUgdGhlc2Ugc2l0dWF0aW9ucy5cbiAqIEhvd2V2ZXIsIGltcG9ydGFudGx5LCB0aGVyZSBjYW4gb25seSBiZSBvbmUgc2lkZWJhciBvZiBlYWNoIG1vZGUsIG9uIGVhY2ggc2lkZSwgYXQgYW55IGdpdmVuIHRpbWUuXG4gKiBJZiB0aGlzIGlzIHZpb2xhdGVkLCB0aGlzIGNvbXBvbmVudCB3aWxsIHRocm93IGFuIGV4Y2VwdGlvbi5cbiAqL1xuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZGFmZi1zaWRlYmFyLXZpZXdwb3J0JyxcbiAgdGVtcGxhdGVVcmw6ICcuL3NpZGViYXItdmlld3BvcnQuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9zaWRlYmFyLXZpZXdwb3J0LmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBhbmltYXRpb25zOiBbXG4gICAgZGFmZlNpZGViYXJBbmltYXRpb25zLnRyYW5zZm9ybUNvbnRlbnQsXG4gIF0sXG4gIHByb3ZpZGVyczogW1xuICAgIHtcbiAgICAgIHByb3ZpZGU6IERBRkZfU0lERUJBUl9TQ1JPTExfVE9LRU4sXG4gICAgICB1c2VGYWN0b3J5OiBkYWZmU2lkZWJhclZpZXdwb3J0U2Nyb2xsRmFjdG9yeSxcbiAgICB9LFxuICBdLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgRGFmZlNpZGViYXJWaWV3cG9ydEJhY2tkcm9wQ29tcG9uZW50LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBEYWZmU2lkZWJhclZpZXdwb3J0Q29tcG9uZW50IGltcGxlbWVudHMgQWZ0ZXJDb250ZW50Q2hlY2tlZCwgT25EZXN0cm95IHtcbiAgQEhvc3RCaW5kaW5nKCdjbGFzcy5kYWZmLXNpZGViYXItdmlld3BvcnQnKSBob3N0Q2xhc3MgPSB0cnVlO1xuXG4gIEBIb3N0QmluZGluZygnY2xhc3MnKSBnZXQgY2xhc3NlcygpIHtcbiAgICByZXR1cm4ge1xuICAgICAgJ2RhZmYtc2lkZWJhci12aWV3cG9ydCc6IHRydWUsXG4gICAgICBbdGhpcy5uYXZQbGFjZW1lbnRdOiB0cnVlLFxuICAgICAgJ3BhZC1sZWZ0JzogdGhpcy5faXNQYWRkZWRMZWZ0LFxuICAgICAgJ3BhZC1yaWdodCc6IHRoaXMuX2lzUGFkZGVkUmlnaHQsXG4gICAgfTtcbiAgfTtcblxuICBnZXQgaXNOYXZPblNpZGUoKSB7XG4gICAgcmV0dXJuIHRoaXMubmF2UGxhY2VtZW50ID09PSBEYWZmTmF2UGxhY2VtZW50RW51bS5CRVNJREU7XG4gIH1cblxuICBvbkNvbnRlbnRBbmltYXRpb25TdGFydChlOiBBbmltYXRpb25FdmVudCkge1xuICAgIGlmKGUudG9TdGF0ZSA9PT0gJ29wZW4nKSB7XG4gICAgICB0aGlzLl9lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQuc3R5bGUub3ZlcmZsb3cgPSAnaGlkZGVuJztcbiAgICB9XG4gIH1cblxuICBvbkNvbnRlbnRBbmltYXRpb25Eb25lKGU6IEFuaW1hdGlvbkV2ZW50KSB7XG4gICAgaWYoZS50b1N0YXRlID09PSAnY2xvc2VkJykge1xuICAgICAgdGhpcy5fZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LnN0eWxlLm92ZXJmbG93ID0gbnVsbDtcbiAgICB9XG4gIH1cblxuICAvKipcbiAgICogVGhlIHBsYWNlbWVudCBvZiB0aGUgbmF2IGluIHJlbGF0aW9uIHRvIHRoZSBzaWRlYmFyLiBUaGUgZGVmYXVsdCBpcyBzZXQgdG8gYHRvcGAuXG4gICAqIE5vdGUgdGhhdCB0aGlzIGlzIHJlYWxseSBvbmx5IGF2YWlsYWJsZSB3aGVuIHRoZXJlIGlzIGEgYHNpZGUtZml4ZWRgIHNpZGViYXIuXG4gICAqL1xuICBASW5wdXQoKSBuYXZQbGFjZW1lbnQ6IERhZmZOYXZQbGFjZW1lbnQgPSBEYWZmTmF2UGxhY2VtZW50RW51bS5BQk9WRTtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIGNkUmVmOiBDaGFuZ2VEZXRlY3RvclJlZixcbiAgICBwcml2YXRlIF9lbGVtZW50UmVmOiBFbGVtZW50UmVmPEhUTUxFbGVtZW50PixcbiAgICBASW5qZWN0KERBRkZfU0lERUJBUl9TQ1JPTExfVE9LRU4pIEBTa2lwU2VsZigpIHByaXZhdGUgYm9keVNjcm9sbDogRGFmZlNpZGViYXJTY3JvbGwsXG4gICAgQEluamVjdChEYWZmU2lkZWJhclZpZXdwb3J0Q29tcG9uZW50KSBAU2tpcFNlbGYoKSBAT3B0aW9uYWwoKSBwcml2YXRlIHBhcmVudFZpZXdwb3J0LFxuICAgIEBJbmplY3QoREFGRl9TSURFQkFSX1NDUk9MTF9UT0tFTikgcHJpdmF0ZSBzY3JvbGw6IERhZmZTaWRlYmFyU2Nyb2xsLFxuICApIHsgfVxuXG4gIC8qKlxuICAgKiBUaGUgbGlzdCBvZiBzaWRlYmFycyBpbiB0aGUgdmlld3BvcnQuXG4gICAqXG4gICAqIEBkb2NzLXByaXZhdGVcbiAgICovXG4gIEBDb250ZW50Q2hpbGRyZW4oRGFmZlNpZGViYXJDb21wb25lbnQsIHsgZGVzY2VuZGFudHM6IGZhbHNlIH0pIHByaXZhdGUgc2lkZWJhcnM6IFF1ZXJ5TGlzdDxEYWZmU2lkZWJhckNvbXBvbmVudD47XG5cbiAgLyoqXG4gICAqIFRoZSBudW1iZXIgb2YgcGl4ZWxzIHRoYXQgdGhlIG1haW4gY29udGVudCBvZiB0aGUgcGFnZSBzaG91bGQgYmUgc2hpZnRlZCB0b1xuICAgKiByaWdodCB3aGVuIHRoZXJlIGFyZSBjaGlsZCBzaWRlYmFycy5cbiAgICovXG4gIHByaXZhdGUgX3NoaWZ0ID0gJzBweCc7XG5cbiAgcHJpdmF0ZSBfaXNQYWRkZWRMZWZ0ID0gZmFsc2U7XG5cbiAgcHJpdmF0ZSBfaXNQYWRkZWRSaWdodCA9IGZhbHNlO1xuXG4gIC8qKlxuICAgKiBXaGV0aGVyIG9yIG5vdCB0aGUgYmFja2Ryb3AgaXMgaW50ZXJhY3RhYmxlXG4gICAqL1xuICBfYmFja2Ryb3BJbnRlcmFjdGFibGUgPSBmYWxzZTtcblxuICAvKipcbiAgICogVGhlIGFuaW1hdGlvbiBzdGF0ZVxuICAgKi9cbiAgX2FuaW1hdGlvblN0YXRlOiBEYWZmU2lkZWJhclZpZXdwb3J0QW5pbWF0aW9uU3RhdGVXaXRoUGFyYW1zID0geyB2YWx1ZTogRGFmZlNpZGViYXJBbmltYXRpb25TdGF0ZXMuQ0xPU0VELCBwYXJhbXM6IHsgc2hpZnQ6ICcwcHgnIH19O1xuXG4gIC8qKlxuICAgKiBFdmVudCBmaXJlZCB3aGVuIHRoZSBiYWNrZHJvcCBpcyBjbGlja2VkLiBUaGlzIGlzIG9mdGVuIHVzZWQgdG8gY2xvc2UgdGhlIHNpZGViYXIuXG4gICAqL1xuICBAT3V0cHV0KCkgYmFja2Ryb3BDbGlja2VkOiBFdmVudEVtaXR0ZXI8dm9pZD4gPSBuZXcgRXZlbnRFbWl0dGVyPHZvaWQ+KCk7XG5cbiAgbmdBZnRlckNvbnRlbnRDaGVja2VkKCkge1xuICAgIGNvbnN0IG5leHRTaGlmdCA9IHNpZGViYXJWaWV3cG9ydENvbnRlbnRTaGlmdCh0aGlzLnNpZGViYXJzKSArICdweCc7XG4gICAgaWYgKHRoaXMuX3NoaWZ0ICE9PSBuZXh0U2hpZnQpIHtcbiAgICAgIHRoaXMuX3NoaWZ0ID0gbmV4dFNoaWZ0O1xuXG4gICAgICB0aGlzLnVwZGF0ZUFuaW1hdGlvblN0YXRlKCk7XG4gICAgICB0aGlzLmNkUmVmLm1hcmtGb3JDaGVjaygpO1xuICAgIH1cbiAgICBjb25zdCBuZXh0QmFja2Ryb3BJbnRlcmFjdGFibGUgPSBzaWRlYmFyVmlld3BvcnRCYWNrZHJvcEludGVyYWN0YWJsZSh0aGlzLnNpZGViYXJzKTtcbiAgICBpZiAodGhpcy5fYmFja2Ryb3BJbnRlcmFjdGFibGUgIT09IG5leHRCYWNrZHJvcEludGVyYWN0YWJsZSkge1xuICAgICAgdGhpcy5fYmFja2Ryb3BJbnRlcmFjdGFibGUgPSBuZXh0QmFja2Ryb3BJbnRlcmFjdGFibGU7XG4gICAgICB0aGlzLnVwZGF0ZUFuaW1hdGlvblN0YXRlKCk7XG4gICAgICB0aGlzLmNkUmVmLm1hcmtGb3JDaGVjaygpO1xuICAgICAgaWYobmV4dEJhY2tkcm9wSW50ZXJhY3RhYmxlKSB7XG4gICAgICAgIGlmKCF0aGlzLnBhcmVudFZpZXdwb3J0ICYmICFoYXNQYXJlbnRWaWV3cG9ydCh0aGlzLl9lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQpKSB7XG4gICAgICAgICAgdGhpcy5ib2R5U2Nyb2xsLmRpc2FibGUoKTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICB0aGlzLnNjcm9sbC5kaXNhYmxlKCk7XG4gICAgICAgIH1cbiAgICAgIH0gZWxzZSB7IC8vaWYgd2UgYXJlIGhpZGluZyB0aGUgc2lkZWJhcnNcbiAgICAgICAgaWYoIXRoaXMucGFyZW50Vmlld3BvcnQgJiYgIWhhc1BhcmVudFZpZXdwb3J0KHRoaXMuX2VsZW1lbnRSZWYubmF0aXZlRWxlbWVudCkpIHtcbiAgICAgICAgICB0aGlzLmJvZHlTY3JvbGwuZW5hYmxlKCk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgdGhpcy5zY3JvbGwuZW5hYmxlKCk7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9O1xuXG4gICAgdGhpcy5faXNQYWRkZWRMZWZ0ID0gaXNTaWRlYmFyVmlld3BvcnRDb250ZW50UGFkZGVkKHRoaXMuc2lkZWJhcnMsICdsZWZ0Jyk7XG4gICAgdGhpcy5faXNQYWRkZWRSaWdodCA9IGlzU2lkZWJhclZpZXdwb3J0Q29udGVudFBhZGRlZCh0aGlzLnNpZGViYXJzLCAncmlnaHQnKTtcbiAgfVxuXG4gIG5nT25EZXN0cm95KCkge1xuICAgIGlmKCF0aGlzLnBhcmVudFZpZXdwb3J0ICYmICFoYXNQYXJlbnRWaWV3cG9ydCh0aGlzLl9lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQpKSB7XG4gICAgICB0aGlzLmJvZHlTY3JvbGwuZW5hYmxlKCk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuc2Nyb2xsLmVuYWJsZSgpO1xuICAgIH1cbiAgfVxuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqXG4gICAqIFVwZGF0ZXMgdGhlIGFuaW1hdGlvbiBzdGF0ZSBvZiB0aGUgdmlld3BvcnQgZGVwZW5kaW5nIHVwb24gdGhlIHN0YXRlXG4gICAqIG9mIGFsbCBzaWRlYmFycyB3aXRoaW4gdGhlIHZpZXdwb3J0LlxuICAgKi9cbiAgcHJpdmF0ZSB1cGRhdGVBbmltYXRpb25TdGF0ZSgpIHtcbiAgICB0aGlzLl9hbmltYXRpb25TdGF0ZSA9IHtcbiAgICAgIHZhbHVlOiBnZXRTaWRlYmFyVmlld3BvcnRBbmltYXRpb25TdGF0ZShcbiAgICAgICAgdGhpcy5zaWRlYmFycy5yZWR1Y2UoKGFjYzogYm9vbGVhbiwgc2lkZWJhcikgPT4gYWNjIHx8IGlzVmlld3BvcnRDb250ZW50U2hpZnRlZChzaWRlYmFyLm1vZGUsIHNpZGViYXIub3BlbiksIGZhbHNlKSxcbiAgICAgICksXG4gICAgICBwYXJhbXM6IHsgc2hpZnQ6IHRoaXMuX3NoaWZ0IH0sXG4gICAgfTtcbiAgfVxuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqIFRoZSBjYWxsZWQgd2hlbiB0aGUgYmFja2Ryb3Agb2YgdGhlIHZpZXdwb3J0IGlzIGNsaWNrZWQgdXBvbi5cbiAgICovXG4gIF9iYWNrZHJvcENsaWNrZWQoKTogdm9pZCB7XG4gICAgdGhpcy5iYWNrZHJvcENsaWNrZWQuZW1pdCgpO1xuICB9XG59XG4iLCI8ZGFmZi1zaWRlYmFyLXZpZXdwb3J0LWJhY2tkcm9wXG4gIFtAdHJhbnNmb3JtQ29udGVudF09XCJfYW5pbWF0aW9uU3RhdGVcIlxuICBbaW50ZXJhY3RhYmxlXT1cIl9iYWNrZHJvcEludGVyYWN0YWJsZVwiXG4gIChiYWNrZHJvcENsaWNrZWQpPVwiX2JhY2tkcm9wQ2xpY2tlZCgpXCI+XG48L2RhZmYtc2lkZWJhci12aWV3cG9ydC1iYWNrZHJvcD5cblxuPGRpdiBjbGFzcz1cImRhZmYtc2lkZWJhci12aWV3cG9ydF9fbmF2XCJcbiAgW0B0cmFuc2Zvcm1Db250ZW50XT1cIl9hbmltYXRpb25TdGF0ZVwiPlxuICAgIDxuZy1jb250ZW50IHNlbGVjdD1cIltkYWZmLXNpZGViYXItdmlld3BvcnQtbmF2XVwiPjwvbmctY29udGVudD5cbjwvZGl2PlxuXG48bmctY29udGVudCBzZWxlY3Q9XCJkYWZmLXNpZGViYXI6bm90KFtzaWRlPXJpZ2h0XSlcIj48L25nLWNvbnRlbnQ+XG5cbjxkaXYgY2xhc3M9XCJkYWZmLXNpZGViYXItdmlld3BvcnRfX2NvbnRlbnRcIlxuICBbQHRyYW5zZm9ybUNvbnRlbnRdPVwiX2FuaW1hdGlvblN0YXRlXCJcbiAgKEB0cmFuc2Zvcm1Db250ZW50LnN0YXJ0KT1cIm9uQ29udGVudEFuaW1hdGlvblN0YXJ0KCRldmVudClcIlxuICAoQHRyYW5zZm9ybUNvbnRlbnQuZG9uZSk9XCJvbkNvbnRlbnRBbmltYXRpb25Eb25lKCRldmVudClcIj5cbiAgPGRpdiBjbGFzcz1cImRhZmYtc2lkZWJhci12aWV3cG9ydF9faW5uZXJcIj5cbiAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgPC9kaXY+XG48L2Rpdj5cblxuPG5nLWNvbnRlbnQgc2VsZWN0PVwiZGFmZi1zaWRlYmFyW3NpZGU9cmlnaHRdXCI+PC9uZy1jb250ZW50PlxuIl19
@@ -1,5 +0,0 @@
1
- /**
2
- * Determines, given a list of sidebars, whether or not the backdrop is interactable (typically clickable).
3
- */
4
- export const sidebarViewportBackdropInteractable = (sidebars) => sidebars.reduce((acc, sidebar) => ((sidebar.mode === 'over' || sidebar.mode === 'under') && sidebar.open) || acc, false);
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFja2Ryb3AtaW50ZXJhY3RhYmxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc2lkZWJhci9zcmMvc2lkZWJhci12aWV3cG9ydC91dGlscy9iYWNrZHJvcC1pbnRlcmFjdGFibGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBSUE7O0dBRUc7QUFDSCxNQUFNLENBQUMsTUFBTSxtQ0FBbUMsR0FBRyxDQUFDLFFBQXlDLEVBQVcsRUFBRSxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQ3hILENBQUMsR0FBWSxFQUFFLE9BQU8sRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxJQUFJLEtBQUssTUFBTSxJQUFJLE9BQU8sQ0FBQyxJQUFJLEtBQUssT0FBTyxDQUFDLElBQUksT0FBTyxDQUFDLElBQUksQ0FBQyxJQUFJLEdBQUcsRUFDekcsS0FBSyxDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBRdWVyeUxpc3QgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRGFmZlNpZGViYXJDb21wb25lbnQgfSBmcm9tICcuLi8uLi9zaWRlYmFyL3NpZGViYXIuY29tcG9uZW50JztcblxuLyoqXG4gKiBEZXRlcm1pbmVzLCBnaXZlbiBhIGxpc3Qgb2Ygc2lkZWJhcnMsIHdoZXRoZXIgb3Igbm90IHRoZSBiYWNrZHJvcCBpcyBpbnRlcmFjdGFibGUgKHR5cGljYWxseSBjbGlja2FibGUpLlxuICovXG5leHBvcnQgY29uc3Qgc2lkZWJhclZpZXdwb3J0QmFja2Ryb3BJbnRlcmFjdGFibGUgPSAoc2lkZWJhcnM6IFF1ZXJ5TGlzdDxEYWZmU2lkZWJhckNvbXBvbmVudD4pOiBib29sZWFuID0+IHNpZGViYXJzLnJlZHVjZShcbiAgKGFjYzogYm9vbGVhbiwgc2lkZWJhcikgPT4gKChzaWRlYmFyLm1vZGUgPT09ICdvdmVyJyB8fCBzaWRlYmFyLm1vZGUgPT09ICd1bmRlcicpICYmIHNpZGViYXIub3BlbikgfHwgYWNjLFxuICBmYWxzZSk7XG4iXX0=
@@ -1,17 +0,0 @@
1
- /**
2
- * Given a list of sidebars, compute the whether or not the content is padded.
3
- */
4
- export const isSidebarViewportContentPadded = (sidebars, side) => sidebars.reduce((acc, sidebar) => {
5
- if (!(sidebar.mode === "side-fixed" /* DaffSidebarModeEnum.SideFixed */ && sidebar.open)) {
6
- return acc || false;
7
- }
8
- if (sidebar.side === side) {
9
- return true;
10
- }
11
- else {
12
- // This component is "stateless", its possible to have two open "under" sidebars.
13
- // As such, we defer to "left" being open by default.
14
- return acc;
15
- }
16
- }, false);
17
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGVudC1wYWQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9zaWRlYmFyL3NyYy9zaWRlYmFyLXZpZXdwb3J0L3V0aWxzL2NvbnRlbnQtcGFkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQU1BOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sOEJBQThCLEdBQUcsQ0FBQyxRQUF5QyxFQUFFLElBQXFCLEVBQVcsRUFBRSxDQUMxSCxRQUFRLENBQUMsTUFBTSxDQUFDLENBQUMsR0FBWSxFQUFFLE9BQU8sRUFBRSxFQUFFO0lBQ3hDLElBQUcsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxJQUFJLHFEQUFrQyxJQUFJLE9BQU8sQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDO1FBQ3JFLE9BQU8sR0FBRyxJQUFJLEtBQUssQ0FBQztJQUN0QixDQUFDO0lBRUQsSUFBRyxPQUFPLENBQUMsSUFBSSxLQUFLLElBQUksRUFBQyxDQUFDO1FBQ3hCLE9BQU8sSUFBSSxDQUFDO0lBQ2QsQ0FBQztTQUFNLENBQUM7UUFDTixpRkFBaUY7UUFDakYscURBQXFEO1FBQ3JELE9BQU8sR0FBRyxDQUFDO0lBQ2IsQ0FBQztBQUNILENBQUMsRUFBRSxLQUFLLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFF1ZXJ5TGlzdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBEYWZmU2lkZWJhck1vZGVFbnVtIH0gZnJvbSAnLi4vLi4vaGVscGVyL3NpZGViYXItbW9kZSc7XG5pbXBvcnQgeyBEYWZmU2lkZWJhclNpZGUgfSBmcm9tICcuLi8uLi9oZWxwZXIvc2lkZWJhci1zaWRlJztcbmltcG9ydCB7IERhZmZTaWRlYmFyQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vc2lkZWJhci9zaWRlYmFyLmNvbXBvbmVudCc7XG5cbi8qKlxuICogR2l2ZW4gYSBsaXN0IG9mIHNpZGViYXJzLCBjb21wdXRlIHRoZSB3aGV0aGVyIG9yIG5vdCB0aGUgY29udGVudCBpcyBwYWRkZWQuXG4gKi9cbmV4cG9ydCBjb25zdCBpc1NpZGViYXJWaWV3cG9ydENvbnRlbnRQYWRkZWQgPSAoc2lkZWJhcnM6IFF1ZXJ5TGlzdDxEYWZmU2lkZWJhckNvbXBvbmVudD4sIHNpZGU6IERhZmZTaWRlYmFyU2lkZSk6IGJvb2xlYW4gPT5cbiAgc2lkZWJhcnMucmVkdWNlKChhY2M6IGJvb2xlYW4sIHNpZGViYXIpID0+IHtcbiAgICBpZighKHNpZGViYXIubW9kZSA9PT0gRGFmZlNpZGViYXJNb2RlRW51bS5TaWRlRml4ZWQgJiYgc2lkZWJhci5vcGVuKSkge1xuICAgICAgcmV0dXJuIGFjYyB8fCBmYWxzZTtcbiAgICB9XG5cbiAgICBpZihzaWRlYmFyLnNpZGUgPT09IHNpZGUpe1xuICAgICAgcmV0dXJuIHRydWU7XG4gICAgfSBlbHNlIHtcbiAgICAgIC8vIFRoaXMgY29tcG9uZW50IGlzIFwic3RhdGVsZXNzXCIsIGl0cyBwb3NzaWJsZSB0byBoYXZlIHR3byBvcGVuIFwidW5kZXJcIiBzaWRlYmFycy5cbiAgICAgIC8vIEFzIHN1Y2gsIHdlIGRlZmVyIHRvIFwibGVmdFwiIGJlaW5nIG9wZW4gYnkgZGVmYXVsdC5cbiAgICAgIHJldHVybiBhY2M7XG4gICAgfVxuICB9LCBmYWxzZSk7XG5cbiJdfQ==
@@ -1,21 +0,0 @@
1
- export const isViewportContentShifted = (mode, open) => (mode === 'under' && open);
2
- /**
3
- * Given a list of sidebars, compute the associated content shift.
4
- */
5
- export const sidebarViewportContentShift = (sidebars) => sidebars.reduce((acc, sidebar) => {
6
- if (!isViewportContentShifted(sidebar.mode, sidebar.open)) {
7
- return acc;
8
- }
9
- if (sidebar.side === 'left') {
10
- return sidebar.width;
11
- }
12
- else if (sidebar.side === 'right' && acc === 0) {
13
- return -1 * sidebar.width;
14
- }
15
- else {
16
- // This component is "stateless", its possible to have two open "under" sidebars.
17
- // As such, we defer to "left" being open by default.
18
- return acc;
19
- }
20
- }, 0);
21
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGVudC1zaGlmdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NpZGViYXIvc3JjL3NpZGViYXItdmlld3BvcnQvdXRpbHMvY29udGVudC1zaGlmdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFLQSxNQUFNLENBQUMsTUFBTSx3QkFBd0IsR0FBRyxDQUFDLElBQXFCLEVBQUUsSUFBYSxFQUFXLEVBQUUsQ0FBQyxDQUFDLElBQUksS0FBSyxPQUFPLElBQUksSUFBSSxDQUFDLENBQUM7QUFFdEg7O0dBRUc7QUFDSCxNQUFNLENBQUMsTUFBTSwyQkFBMkIsR0FBRyxDQUFDLFFBQXlDLEVBQVUsRUFBRSxDQUMvRixRQUFRLENBQUMsTUFBTSxDQUFDLENBQUMsR0FBVyxFQUFFLE9BQU8sRUFBRSxFQUFFO0lBQ3ZDLElBQUcsQ0FBQyx3QkFBd0IsQ0FBQyxPQUFPLENBQUMsSUFBSSxFQUFFLE9BQU8sQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDO1FBQ3pELE9BQU8sR0FBRyxDQUFDO0lBQ2IsQ0FBQztJQUVELElBQUcsT0FBTyxDQUFDLElBQUksS0FBSyxNQUFNLEVBQUMsQ0FBQztRQUMxQixPQUFPLE9BQU8sQ0FBQyxLQUFLLENBQUM7SUFDdkIsQ0FBQztTQUFNLElBQUksT0FBTyxDQUFDLElBQUksS0FBSyxPQUFPLElBQUksR0FBRyxLQUFLLENBQUMsRUFBRSxDQUFDO1FBQ2pELE9BQU8sQ0FBQyxDQUFDLEdBQUcsT0FBTyxDQUFDLEtBQUssQ0FBQztJQUM1QixDQUFDO1NBQU0sQ0FBQztRQUNOLGlGQUFpRjtRQUNqRixxREFBcUQ7UUFDckQsT0FBTyxHQUFHLENBQUM7SUFDYixDQUFDO0FBQ0gsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUXVlcnlMaXN0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IERhZmZTaWRlYmFyTW9kZSB9IGZyb20gJy4uLy4uL2hlbHBlci9zaWRlYmFyLW1vZGUnO1xuaW1wb3J0IHsgRGFmZlNpZGViYXJDb21wb25lbnQgfSBmcm9tICcuLi8uLi9zaWRlYmFyL3NpZGViYXIuY29tcG9uZW50JztcblxuZXhwb3J0IGNvbnN0IGlzVmlld3BvcnRDb250ZW50U2hpZnRlZCA9IChtb2RlOiBEYWZmU2lkZWJhck1vZGUsIG9wZW46IGJvb2xlYW4pOiBib29sZWFuID0+IChtb2RlID09PSAndW5kZXInICYmIG9wZW4pO1xuXG4vKipcbiAqIEdpdmVuIGEgbGlzdCBvZiBzaWRlYmFycywgY29tcHV0ZSB0aGUgYXNzb2NpYXRlZCBjb250ZW50IHNoaWZ0LlxuICovXG5leHBvcnQgY29uc3Qgc2lkZWJhclZpZXdwb3J0Q29udGVudFNoaWZ0ID0gKHNpZGViYXJzOiBRdWVyeUxpc3Q8RGFmZlNpZGViYXJDb21wb25lbnQ+KTogbnVtYmVyID0+XG4gIHNpZGViYXJzLnJlZHVjZSgoYWNjOiBudW1iZXIsIHNpZGViYXIpID0+IHtcbiAgICBpZighaXNWaWV3cG9ydENvbnRlbnRTaGlmdGVkKHNpZGViYXIubW9kZSwgc2lkZWJhci5vcGVuKSkge1xuICAgICAgcmV0dXJuIGFjYztcbiAgICB9XG5cbiAgICBpZihzaWRlYmFyLnNpZGUgPT09ICdsZWZ0Jyl7XG4gICAgICByZXR1cm4gc2lkZWJhci53aWR0aDtcbiAgICB9IGVsc2UgaWYgKHNpZGViYXIuc2lkZSA9PT0gJ3JpZ2h0JyAmJiBhY2MgPT09IDApIHtcbiAgICAgIHJldHVybiAtMSAqIHNpZGViYXIud2lkdGg7XG4gICAgfSBlbHNlIHtcbiAgICAgIC8vIFRoaXMgY29tcG9uZW50IGlzIFwic3RhdGVsZXNzXCIsIGl0cyBwb3NzaWJsZSB0byBoYXZlIHR3byBvcGVuIFwidW5kZXJcIiBzaWRlYmFycy5cbiAgICAgIC8vIEFzIHN1Y2gsIHdlIGRlZmVyIHRvIFwibGVmdFwiIGJlaW5nIG9wZW4gYnkgZGVmYXVsdC5cbiAgICAgIHJldHVybiBhY2M7XG4gICAgfVxuICB9LCAwKTtcblxuXG4iXX0=
@@ -1,2 +0,0 @@
1
- export const getAnimationState = (interactable) => interactable ? 'interactable' : 'non-interactable';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFja2Ryb3AtYW5pbWF0aW9uLXN0YXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc2lkZWJhci9zcmMvc2lkZWJhci12aWV3cG9ydC1iYWNrZHJvcC9hbmltYXRpb24vYmFja2Ryb3AtYW5pbWF0aW9uLXN0YXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE1BQU0sQ0FBQyxNQUFNLGlCQUFpQixHQUFHLENBQUMsWUFBcUIsRUFBNEMsRUFBRSxDQUFDLFlBQVksQ0FBQyxDQUFDLENBQUMsY0FBYyxDQUFDLENBQUMsQ0FBQyxrQkFBa0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB0eXBlIERhZmZTaWRlYmFyVmlld3BvcnRCYWNrZHJvcEFuaW1hdGlvblN0YXRlID0gJ2ludGVyYWN0YWJsZScgfCAnbm9uLWludGVyYWN0YWJsZSc7XG5leHBvcnQgY29uc3QgZ2V0QW5pbWF0aW9uU3RhdGUgPSAoaW50ZXJhY3RhYmxlOiBib29sZWFuKTogRGFmZlNpZGViYXJWaWV3cG9ydEJhY2tkcm9wQW5pbWF0aW9uU3RhdGU9PiBpbnRlcmFjdGFibGUgPyAnaW50ZXJhY3RhYmxlJyA6ICdub24taW50ZXJhY3RhYmxlJztcbiJdfQ==
@@ -1,20 +0,0 @@
1
- import { animate, state, style, transition, trigger, } from '@angular/animations';
2
- const animationDuration = '350ms';
3
- const backdropTransitionOut = 'cubic-bezier(0.4, 0.0, 1, 1)';
4
- const backdropTransitionIn = 'cubic-bezier(0.0, 0.0, 0.2, 1)';
5
- export const daffSidebarViewportBackdropAnimations = {
6
- fadeBackdrop: trigger('fadeBackdrop', [
7
- state('interactable', style({ opacity: 1 })),
8
- state('non-interactable', style({ opacity: 0 })),
9
- transition('interactable => non-interactable', animate(animationDuration + ' ' + backdropTransitionOut)),
10
- transition('non-interactable => interactable', animate(animationDuration + ' ' + backdropTransitionIn)),
11
- transition(':enter', [
12
- style({ opacity: 0 }),
13
- animate(animationDuration + ' ' + backdropTransitionIn, style({ opacity: 1 })),
14
- ]),
15
- transition(':leave', [
16
- animate(animationDuration + ' ' + backdropTransitionOut, style({ opacity: 0 })),
17
- ]),
18
- ]),
19
- };
20
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFja2Ryb3AtYW5pbWF0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc2lkZWJhci9zcmMvc2lkZWJhci12aWV3cG9ydC1iYWNrZHJvcC9hbmltYXRpb24vYmFja2Ryb3AtYW5pbWF0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxPQUFPLEVBQ1AsS0FBSyxFQUNMLEtBQUssRUFDTCxVQUFVLEVBQ1YsT0FBTyxHQUVSLE1BQU0scUJBQXFCLENBQUM7QUFFN0IsTUFBTSxpQkFBaUIsR0FBRyxPQUFPLENBQUM7QUFDbEMsTUFBTSxxQkFBcUIsR0FBRyw4QkFBOEIsQ0FBQztBQUM3RCxNQUFNLG9CQUFvQixHQUFHLGdDQUFnQyxDQUFDO0FBRTlELE1BQU0sQ0FBQyxNQUFNLHFDQUFxQyxHQUU5QztJQUNGLFlBQVksRUFBRSxPQUFPLENBQUMsY0FBYyxFQUFFO1FBQ3BDLEtBQUssQ0FBQyxjQUFjLEVBQUUsS0FBSyxDQUFDLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDNUMsS0FBSyxDQUFDLGtCQUFrQixFQUFFLEtBQUssQ0FBQyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDO1FBQ2hELFVBQVUsQ0FBQyxrQ0FBa0MsRUFBRSxPQUFPLENBQUMsaUJBQWlCLEdBQUcsR0FBRyxHQUFHLHFCQUFxQixDQUFDLENBQUM7UUFDeEcsVUFBVSxDQUFDLGtDQUFrQyxFQUFFLE9BQU8sQ0FBQyxpQkFBaUIsR0FBRyxHQUFHLEdBQUcsb0JBQW9CLENBQUMsQ0FBQztRQUN2RyxVQUFVLENBQUMsUUFBUSxFQUFFO1lBQ25CLEtBQUssQ0FBQyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQztZQUNyQixPQUFPLENBQUMsaUJBQWlCLEdBQUcsR0FBRyxHQUFHLG9CQUFvQixFQUFFLEtBQUssQ0FBQyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDO1NBQy9FLENBQUM7UUFDRixVQUFVLENBQUMsUUFBUSxFQUFFO1lBQ25CLE9BQU8sQ0FBQyxpQkFBaUIsR0FBRyxHQUFHLEdBQUcscUJBQXFCLEVBQUUsS0FBSyxDQUFDLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUM7U0FDaEYsQ0FBQztLQUNILENBQUM7Q0FDSCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgYW5pbWF0ZSxcbiAgc3RhdGUsXG4gIHN0eWxlLFxuICB0cmFuc2l0aW9uLFxuICB0cmlnZ2VyLFxuICBBbmltYXRpb25UcmlnZ2VyTWV0YWRhdGEsXG59IGZyb20gJ0Bhbmd1bGFyL2FuaW1hdGlvbnMnO1xuXG5jb25zdCBhbmltYXRpb25EdXJhdGlvbiA9ICczNTBtcyc7XG5jb25zdCBiYWNrZHJvcFRyYW5zaXRpb25PdXQgPSAnY3ViaWMtYmV6aWVyKDAuNCwgMC4wLCAxLCAxKSc7XG5jb25zdCBiYWNrZHJvcFRyYW5zaXRpb25JbiA9ICdjdWJpYy1iZXppZXIoMC4wLCAwLjAsIDAuMiwgMSknO1xuXG5leHBvcnQgY29uc3QgZGFmZlNpZGViYXJWaWV3cG9ydEJhY2tkcm9wQW5pbWF0aW9uczoge1xuICByZWFkb25seSBmYWRlQmFja2Ryb3A6IEFuaW1hdGlvblRyaWdnZXJNZXRhZGF0YTtcbn0gPSB7XG4gIGZhZGVCYWNrZHJvcDogdHJpZ2dlcignZmFkZUJhY2tkcm9wJywgW1xuICAgIHN0YXRlKCdpbnRlcmFjdGFibGUnLCBzdHlsZSh7IG9wYWNpdHk6IDEgfSkpLFxuICAgIHN0YXRlKCdub24taW50ZXJhY3RhYmxlJywgc3R5bGUoeyBvcGFjaXR5OiAwIH0pKSxcbiAgICB0cmFuc2l0aW9uKCdpbnRlcmFjdGFibGUgPT4gbm9uLWludGVyYWN0YWJsZScsIGFuaW1hdGUoYW5pbWF0aW9uRHVyYXRpb24gKyAnICcgKyBiYWNrZHJvcFRyYW5zaXRpb25PdXQpKSxcbiAgICB0cmFuc2l0aW9uKCdub24taW50ZXJhY3RhYmxlID0+IGludGVyYWN0YWJsZScsIGFuaW1hdGUoYW5pbWF0aW9uRHVyYXRpb24gKyAnICcgKyBiYWNrZHJvcFRyYW5zaXRpb25JbikpLFxuICAgIHRyYW5zaXRpb24oJzplbnRlcicsIFtcbiAgICAgIHN0eWxlKHsgb3BhY2l0eTogMCB9KSxcbiAgICAgIGFuaW1hdGUoYW5pbWF0aW9uRHVyYXRpb24gKyAnICcgKyBiYWNrZHJvcFRyYW5zaXRpb25Jbiwgc3R5bGUoeyBvcGFjaXR5OiAxIH0pKSxcbiAgICBdKSxcbiAgICB0cmFuc2l0aW9uKCc6bGVhdmUnLCBbXG4gICAgICBhbmltYXRlKGFuaW1hdGlvbkR1cmF0aW9uICsgJyAnICsgYmFja2Ryb3BUcmFuc2l0aW9uT3V0LCBzdHlsZSh7IG9wYWNpdHk6IDAgfSkpLFxuICAgIF0pLFxuICBdKSxcbn07XG4iXX0=
@@ -1,87 +0,0 @@
1
- import { Component, Output, EventEmitter, Input, ChangeDetectionStrategy, HostListener, HostBinding, } from '@angular/core';
2
- import { daffSidebarViewportBackdropAnimations } from './animation/backdrop-animation';
3
- import { getAnimationState } from './animation/backdrop-animation-state';
4
- import * as i0 from "@angular/core";
5
- export class DaffSidebarViewportBackdropComponent {
6
- constructor() {
7
- this.interactableClass = true;
8
- /**
9
- * Determines whether or not the backdrop is transparent.
10
- */
11
- this.transparent = false;
12
- /**
13
- * Determines whether or not the backdrop is interactable.
14
- */
15
- this.interactable = true;
16
- /**
17
- * Boolean property that determines whether or not the
18
- * backdrop should fill up its containing window.
19
- */
20
- this.fullscreen = false;
21
- /**
22
- * Output event triggered when the backdrop is clicked.
23
- */
24
- this.backdropClicked = new EventEmitter();
25
- }
26
- ngOnInit() {
27
- this.interactableClass = this.interactable;
28
- }
29
- /**
30
- * Animation hook for that controls the backdrops
31
- * entrance and fade animations.
32
- */
33
- get fadeBackdropTrigger() {
34
- return getAnimationState(this.interactable);
35
- }
36
- animationDone(e) {
37
- this.interactableClass = !(e.toState === ':leave' || e.toState === 'non-interactable');
38
- }
39
- animationStart(e) {
40
- if (e.toState === ':enter' || e.toState === 'interactable') {
41
- this.interactableClass = true;
42
- }
43
- }
44
- onBackdropClicked() {
45
- this.backdropClicked.emit();
46
- }
47
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: DaffSidebarViewportBackdropComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
48
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.2", type: DaffSidebarViewportBackdropComponent, isStandalone: true, selector: "daff-sidebar-viewport-backdrop", inputs: { transparent: "transparent", interactable: "interactable", fullscreen: "fullscreen" }, outputs: { backdropClicked: "backdropClicked" }, host: { listeners: { "@fadeBackdrop.done": "animationDone($event)", "@fadeBackdrop.start": "animationStart($event)", "click": "onBackdropClicked()" }, properties: { "class.interactable": "this.interactableClass", "class.transparent": "this.transparent", "class.fullscreen": "this.fullscreen", "@fadeBackdrop": "this.fadeBackdropTrigger" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:block;background:#0000004d;-webkit-tap-highlight-color:rgba(0,0,0,0);position:absolute;pointer-events:auto;height:100%;width:100%;visibility:hidden;z-index:6}:host.interactable{visibility:visible;pointer-events:all;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:host.transparent{background:none}:host:focus,:host:active,:host:visited{outline:0}:host.fullscreen{position:absolute}\n"], animations: [
49
- daffSidebarViewportBackdropAnimations.fadeBackdrop,
50
- ], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
51
- }
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: DaffSidebarViewportBackdropComponent, decorators: [{
53
- type: Component,
54
- args: [{ selector: 'daff-sidebar-viewport-backdrop', template: '<ng-content></ng-content>', animations: [
55
- daffSidebarViewportBackdropAnimations.fadeBackdrop,
56
- ], changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, styles: [":host{display:block;background:#0000004d;-webkit-tap-highlight-color:rgba(0,0,0,0);position:absolute;pointer-events:auto;height:100%;width:100%;visibility:hidden;z-index:6}:host.interactable{visibility:visible;pointer-events:all;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:host.transparent{background:none}:host:focus,:host:active,:host:visited{outline:0}:host.fullscreen{position:absolute}\n"] }]
57
- }], propDecorators: { interactableClass: [{
58
- type: HostBinding,
59
- args: ['class.interactable']
60
- }], transparent: [{
61
- type: Input
62
- }, {
63
- type: HostBinding,
64
- args: ['class.transparent']
65
- }], interactable: [{
66
- type: Input
67
- }], fullscreen: [{
68
- type: Input
69
- }, {
70
- type: HostBinding,
71
- args: ['class.fullscreen']
72
- }], backdropClicked: [{
73
- type: Output
74
- }], fadeBackdropTrigger: [{
75
- type: HostBinding,
76
- args: ['@fadeBackdrop']
77
- }], animationDone: [{
78
- type: HostListener,
79
- args: ['@fadeBackdrop.done', ['$event']]
80
- }], animationStart: [{
81
- type: HostListener,
82
- args: ['@fadeBackdrop.start', ['$event']]
83
- }], onBackdropClicked: [{
84
- type: HostListener,
85
- args: ['click']
86
- }] } });
87
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZWJhci12aWV3cG9ydC1iYWNrZHJvcC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9zaWRlYmFyL3NyYy9zaWRlYmFyLXZpZXdwb3J0LWJhY2tkcm9wL3NpZGViYXItdmlld3BvcnQtYmFja2Ryb3AuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFDTCxTQUFTLEVBQ1QsTUFBTSxFQUNOLFlBQVksRUFDWixLQUFLLEVBQ0wsdUJBQXVCLEVBQ3ZCLFlBQVksRUFDWixXQUFXLEdBRVosTUFBTSxlQUFlLENBQUM7QUFFdkIsT0FBTyxFQUFFLHFDQUFxQyxFQUFFLE1BQU0sZ0NBQWdDLENBQUM7QUFDdkYsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sc0NBQXNDLENBQUM7O0FBWXpFLE1BQU0sT0FBTyxvQ0FBb0M7SUFWakQ7UUFZcUMsc0JBQWlCLEdBQUcsSUFBSSxDQUFDO1FBRTVEOztXQUVHO1FBQ3dDLGdCQUFXLEdBQUcsS0FBSyxDQUFDO1FBRS9EOztXQUVHO1FBQ00saUJBQVksR0FBRyxJQUFJLENBQUM7UUFFN0I7OztXQUdHO1FBQ3VDLGVBQVUsR0FBRyxLQUFLLENBQUM7UUFFN0Q7O1dBRUc7UUFDTyxvQkFBZSxHQUF1QixJQUFJLFlBQVksRUFBUSxDQUFDO0tBOEIxRTtJQTVCQyxRQUFRO1FBQ04sSUFBSSxDQUFDLGlCQUFpQixHQUFHLElBQUksQ0FBQyxZQUFZLENBQUM7SUFDN0MsQ0FBQztJQUVEOzs7T0FHRztJQUNILElBQWtDLG1CQUFtQjtRQUNuRCxPQUFPLGlCQUFpQixDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQztJQUM5QyxDQUFDO0lBR0QsYUFBYSxDQUFDLENBQWlCO1FBQzdCLElBQUksQ0FBQyxpQkFBaUIsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLE9BQU8sS0FBSyxRQUFRLElBQUksQ0FBQyxDQUFDLE9BQU8sS0FBSyxrQkFBa0IsQ0FBQyxDQUFDO0lBQ3pGLENBQUM7SUFHRCxjQUFjLENBQUMsQ0FBaUI7UUFDOUIsSUFBRyxDQUFDLENBQUMsT0FBTyxLQUFLLFFBQVEsSUFBSSxDQUFDLENBQUMsT0FBTyxLQUFLLGNBQWMsRUFBQyxDQUFDO1lBQ3pELElBQUksQ0FBQyxpQkFBaUIsR0FBRyxJQUFJLENBQUM7UUFDaEMsQ0FBQztJQUNILENBQUM7SUFHRCxpQkFBaUI7UUFDZixJQUFJLENBQUMsZUFBZSxDQUFDLElBQUksRUFBRSxDQUFDO0lBQzlCLENBQUM7aUlBcERVLG9DQUFvQztxSEFBcEMsb0NBQW9DLGlrQkFSckMsMkJBQTJCLDZlQUV6QjtZQUNWLHFDQUFxQyxDQUFDLFlBQVk7U0FDbkQ7OzJGQUlVLG9DQUFvQztrQkFWaEQsU0FBUzsrQkFDRSxnQ0FBZ0MsWUFDaEMsMkJBQTJCLGNBRXpCO3dCQUNWLHFDQUFxQyxDQUFDLFlBQVk7cUJBQ25ELG1CQUNnQix1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DLElBQUk7OEJBSW1CLGlCQUFpQjtzQkFBbkQsV0FBVzt1QkFBQyxvQkFBb0I7Z0JBS1UsV0FBVztzQkFBckQsS0FBSzs7c0JBQUksV0FBVzt1QkFBQyxtQkFBbUI7Z0JBS2hDLFlBQVk7c0JBQXBCLEtBQUs7Z0JBTW9DLFVBQVU7c0JBQW5ELEtBQUs7O3NCQUFJLFdBQVc7dUJBQUMsa0JBQWtCO2dCQUs5QixlQUFlO3NCQUF4QixNQUFNO2dCQVUyQixtQkFBbUI7c0JBQXBELFdBQVc7dUJBQUMsZUFBZTtnQkFLNUIsYUFBYTtzQkFEWixZQUFZO3VCQUFDLG9CQUFvQixFQUFFLENBQUMsUUFBUSxDQUFDO2dCQU05QyxjQUFjO3NCQURiLFlBQVk7dUJBQUMscUJBQXFCLEVBQUUsQ0FBQyxRQUFRLENBQUM7Z0JBUS9DLGlCQUFpQjtzQkFEaEIsWUFBWTt1QkFBQyxPQUFPIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQW5pbWF0aW9uRXZlbnQgfSBmcm9tICdAYW5ndWxhci9hbmltYXRpb25zJztcbmltcG9ydCB7XG4gIENvbXBvbmVudCxcbiAgT3V0cHV0LFxuICBFdmVudEVtaXR0ZXIsXG4gIElucHV0LFxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgSG9zdExpc3RlbmVyLFxuICBIb3N0QmluZGluZyxcbiAgT25Jbml0LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgZGFmZlNpZGViYXJWaWV3cG9ydEJhY2tkcm9wQW5pbWF0aW9ucyB9IGZyb20gJy4vYW5pbWF0aW9uL2JhY2tkcm9wLWFuaW1hdGlvbic7XG5pbXBvcnQgeyBnZXRBbmltYXRpb25TdGF0ZSB9IGZyb20gJy4vYW5pbWF0aW9uL2JhY2tkcm9wLWFuaW1hdGlvbi1zdGF0ZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2RhZmYtc2lkZWJhci12aWV3cG9ydC1iYWNrZHJvcCcsXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXG4gIHN0eWxlVXJsczogWycuL3NpZGViYXItdmlld3BvcnQtYmFja2Ryb3AuY29tcG9uZW50LnNjc3MnXSxcbiAgYW5pbWF0aW9uczogW1xuICAgIGRhZmZTaWRlYmFyVmlld3BvcnRCYWNrZHJvcEFuaW1hdGlvbnMuZmFkZUJhY2tkcm9wLFxuICBdLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZlNpZGViYXJWaWV3cG9ydEJhY2tkcm9wQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcblxuICBASG9zdEJpbmRpbmcoJ2NsYXNzLmludGVyYWN0YWJsZScpIGludGVyYWN0YWJsZUNsYXNzID0gdHJ1ZTtcblxuICAvKipcbiAgICogRGV0ZXJtaW5lcyB3aGV0aGVyIG9yIG5vdCB0aGUgYmFja2Ryb3AgaXMgdHJhbnNwYXJlbnQuXG4gICAqL1xuICBASW5wdXQoKSBASG9zdEJpbmRpbmcoJ2NsYXNzLnRyYW5zcGFyZW50JykgdHJhbnNwYXJlbnQgPSBmYWxzZTtcblxuICAvKipcbiAgICogRGV0ZXJtaW5lcyB3aGV0aGVyIG9yIG5vdCB0aGUgYmFja2Ryb3AgaXMgaW50ZXJhY3RhYmxlLlxuICAgKi9cbiAgQElucHV0KCkgaW50ZXJhY3RhYmxlID0gdHJ1ZTtcblxuICAvKipcbiAgICogQm9vbGVhbiBwcm9wZXJ0eSB0aGF0IGRldGVybWluZXMgd2hldGhlciBvciBub3QgdGhlXG4gICAqIGJhY2tkcm9wIHNob3VsZCBmaWxsIHVwIGl0cyBjb250YWluaW5nIHdpbmRvdy5cbiAgICovXG4gIEBJbnB1dCgpIEBIb3N0QmluZGluZygnY2xhc3MuZnVsbHNjcmVlbicpIGZ1bGxzY3JlZW4gPSBmYWxzZTtcblxuICAvKipcbiAgICogT3V0cHV0IGV2ZW50IHRyaWdnZXJlZCB3aGVuIHRoZSBiYWNrZHJvcCBpcyBjbGlja2VkLlxuICAgKi9cbiAgQE91dHB1dCgpIGJhY2tkcm9wQ2xpY2tlZDogRXZlbnRFbWl0dGVyPHZvaWQ+ID0gbmV3IEV2ZW50RW1pdHRlcjx2b2lkPigpO1xuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIHRoaXMuaW50ZXJhY3RhYmxlQ2xhc3MgPSB0aGlzLmludGVyYWN0YWJsZTtcbiAgfVxuXG4gIC8qKlxuICAgKiBBbmltYXRpb24gaG9vayBmb3IgdGhhdCBjb250cm9scyB0aGUgYmFja2Ryb3BzXG4gICAqIGVudHJhbmNlIGFuZCBmYWRlIGFuaW1hdGlvbnMuXG4gICAqL1xuICBASG9zdEJpbmRpbmcoJ0BmYWRlQmFja2Ryb3AnKSBnZXQgZmFkZUJhY2tkcm9wVHJpZ2dlcigpIHtcbiAgICByZXR1cm4gZ2V0QW5pbWF0aW9uU3RhdGUodGhpcy5pbnRlcmFjdGFibGUpO1xuICB9XG5cbiAgQEhvc3RMaXN0ZW5lcignQGZhZGVCYWNrZHJvcC5kb25lJywgWyckZXZlbnQnXSlcbiAgYW5pbWF0aW9uRG9uZShlOiBBbmltYXRpb25FdmVudCkge1xuICAgIHRoaXMuaW50ZXJhY3RhYmxlQ2xhc3MgPSAhKGUudG9TdGF0ZSA9PT0gJzpsZWF2ZScgfHwgZS50b1N0YXRlID09PSAnbm9uLWludGVyYWN0YWJsZScpO1xuICB9XG5cbiAgQEhvc3RMaXN0ZW5lcignQGZhZGVCYWNrZHJvcC5zdGFydCcsIFsnJGV2ZW50J10pXG4gIGFuaW1hdGlvblN0YXJ0KGU6IEFuaW1hdGlvbkV2ZW50KSB7XG4gICAgaWYoZS50b1N0YXRlID09PSAnOmVudGVyJyB8fCBlLnRvU3RhdGUgPT09ICdpbnRlcmFjdGFibGUnKXtcbiAgICAgIHRoaXMuaW50ZXJhY3RhYmxlQ2xhc3MgPSB0cnVlO1xuICAgIH1cbiAgfVxuXG4gIEBIb3N0TGlzdGVuZXIoJ2NsaWNrJylcbiAgb25CYWNrZHJvcENsaWNrZWQoKTogdm9pZCB7XG4gICAgdGhpcy5iYWNrZHJvcENsaWNrZWQuZW1pdCgpO1xuICB9XG59XG4iXX0=
@@ -1,17 +0,0 @@
1
- import { DaffSidebarComponent } from './sidebar/sidebar.component';
2
- import { DaffSidebarFooterComponent } from './sidebar-footer/sidebar-footer.component';
3
- import { DaffSidebarHeaderActionDirective } from './sidebar-header/sidebar-header-action/sidebar-header-action.directive';
4
- import { DaffSidebarHeaderTitleDirective } from './sidebar-header/sidebar-header-title/sidebar-header-title.directive';
5
- import { DaffSidebarHeaderComponent } from './sidebar-header/sidebar-header.component';
6
- import { DaffSidebarViewportComponent } from './sidebar-viewport/sidebar-viewport.component';
7
- import { DaffSidebarViewportBackdropComponent } from './sidebar-viewport-backdrop/sidebar-viewport-backdrop.component';
8
- export const DAFF_SIDEBAR_COMPONENTS = [
9
- DaffSidebarComponent,
10
- DaffSidebarViewportComponent,
11
- DaffSidebarHeaderComponent,
12
- DaffSidebarFooterComponent,
13
- DaffSidebarHeaderTitleDirective,
14
- DaffSidebarHeaderActionDirective,
15
- DaffSidebarViewportBackdropComponent,
16
- ];
17
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZWJhci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NpZGViYXIvc3JjL3NpZGViYXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDbkUsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sMkNBQTJDLENBQUM7QUFDdkYsT0FBTyxFQUFFLGdDQUFnQyxFQUFFLE1BQU0sd0VBQXdFLENBQUM7QUFDMUgsT0FBTyxFQUFFLCtCQUErQixFQUFFLE1BQU0sc0VBQXNFLENBQUM7QUFDdkgsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sMkNBQTJDLENBQUM7QUFDdkYsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sK0NBQStDLENBQUM7QUFDN0YsT0FBTyxFQUFFLG9DQUFvQyxFQUFFLE1BQU0saUVBQWlFLENBQUM7QUFFdkgsTUFBTSxDQUFDLE1BQU0sdUJBQXVCLEdBQVc7SUFDN0Msb0JBQW9CO0lBQ3BCLDRCQUE0QjtJQUM1QiwwQkFBMEI7SUFDMUIsMEJBQTBCO0lBQzFCLCtCQUErQjtJQUMvQixnQ0FBZ0M7SUFDaEMsb0NBQW9DO0NBQ3JDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEYWZmU2lkZWJhckNvbXBvbmVudCB9IGZyb20gJy4vc2lkZWJhci9zaWRlYmFyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYWZmU2lkZWJhckZvb3RlckNvbXBvbmVudCB9IGZyb20gJy4vc2lkZWJhci1mb290ZXIvc2lkZWJhci1mb290ZXIuY29tcG9uZW50JztcbmltcG9ydCB7IERhZmZTaWRlYmFySGVhZGVyQWN0aW9uRGlyZWN0aXZlIH0gZnJvbSAnLi9zaWRlYmFyLWhlYWRlci9zaWRlYmFyLWhlYWRlci1hY3Rpb24vc2lkZWJhci1oZWFkZXItYWN0aW9uLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBEYWZmU2lkZWJhckhlYWRlclRpdGxlRGlyZWN0aXZlIH0gZnJvbSAnLi9zaWRlYmFyLWhlYWRlci9zaWRlYmFyLWhlYWRlci10aXRsZS9zaWRlYmFyLWhlYWRlci10aXRsZS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgRGFmZlNpZGViYXJIZWFkZXJDb21wb25lbnQgfSBmcm9tICcuL3NpZGViYXItaGVhZGVyL3NpZGViYXItaGVhZGVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYWZmU2lkZWJhclZpZXdwb3J0Q29tcG9uZW50IH0gZnJvbSAnLi9zaWRlYmFyLXZpZXdwb3J0L3NpZGViYXItdmlld3BvcnQuY29tcG9uZW50JztcbmltcG9ydCB7IERhZmZTaWRlYmFyVmlld3BvcnRCYWNrZHJvcENvbXBvbmVudCB9IGZyb20gJy4vc2lkZWJhci12aWV3cG9ydC1iYWNrZHJvcC9zaWRlYmFyLXZpZXdwb3J0LWJhY2tkcm9wLmNvbXBvbmVudCc7XG5cbmV4cG9ydCBjb25zdCBEQUZGX1NJREVCQVJfQ09NUE9ORU5UUyA9IDxjb25zdD4gW1xuICBEYWZmU2lkZWJhckNvbXBvbmVudCxcbiAgRGFmZlNpZGViYXJWaWV3cG9ydENvbXBvbmVudCxcbiAgRGFmZlNpZGViYXJIZWFkZXJDb21wb25lbnQsXG4gIERhZmZTaWRlYmFyRm9vdGVyQ29tcG9uZW50LFxuICBEYWZmU2lkZWJhckhlYWRlclRpdGxlRGlyZWN0aXZlLFxuICBEYWZmU2lkZWJhckhlYWRlckFjdGlvbkRpcmVjdGl2ZSxcbiAgRGFmZlNpZGViYXJWaWV3cG9ydEJhY2tkcm9wQ29tcG9uZW50LFxuXTtcbiJdfQ==
@@ -1,60 +0,0 @@
1
- import { A11yModule } from '@angular/cdk/a11y';
2
- import { CommonModule } from '@angular/common';
3
- import { NgModule } from '@angular/core';
4
- import { DaffSidebarComponent } from './sidebar/sidebar.component';
5
- import { DaffSidebarFooterComponent } from './sidebar-footer/sidebar-footer.component';
6
- import { DaffSidebarHeaderActionDirective } from './sidebar-header/sidebar-header-action/sidebar-header-action.directive';
7
- import { DaffSidebarHeaderTitleDirective } from './sidebar-header/sidebar-header-title/sidebar-header-title.directive';
8
- import { DaffSidebarHeaderComponent } from './sidebar-header/sidebar-header.component';
9
- import { DaffSidebarViewportComponent } from './sidebar-viewport/sidebar-viewport.component';
10
- import { DaffSidebarViewportBackdropComponent } from './sidebar-viewport-backdrop/sidebar-viewport-backdrop.component';
11
- import * as i0 from "@angular/core";
12
- /**
13
- * @deprecated in favor of {@link DAFF_SIDEBAR_COMPONENTS} Deprecated in version 0.78.0. Will be removed in version 0.81.0.
14
- */
15
- export class DaffSidebarModule {
16
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: DaffSidebarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
17
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.2", ngImport: i0, type: DaffSidebarModule, imports: [CommonModule,
18
- A11yModule,
19
- DaffSidebarComponent,
20
- DaffSidebarViewportComponent,
21
- DaffSidebarHeaderComponent,
22
- DaffSidebarFooterComponent,
23
- DaffSidebarHeaderTitleDirective,
24
- DaffSidebarHeaderActionDirective,
25
- DaffSidebarViewportBackdropComponent], exports: [DaffSidebarComponent,
26
- DaffSidebarViewportComponent,
27
- DaffSidebarHeaderComponent,
28
- DaffSidebarFooterComponent,
29
- DaffSidebarHeaderTitleDirective,
30
- DaffSidebarHeaderActionDirective,
31
- DaffSidebarViewportBackdropComponent] }); }
32
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: DaffSidebarModule, imports: [CommonModule,
33
- A11yModule] }); }
34
- }
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: DaffSidebarModule, decorators: [{
36
- type: NgModule,
37
- args: [{
38
- imports: [
39
- CommonModule,
40
- A11yModule,
41
- DaffSidebarComponent,
42
- DaffSidebarViewportComponent,
43
- DaffSidebarHeaderComponent,
44
- DaffSidebarFooterComponent,
45
- DaffSidebarHeaderTitleDirective,
46
- DaffSidebarHeaderActionDirective,
47
- DaffSidebarViewportBackdropComponent,
48
- ],
49
- exports: [
50
- DaffSidebarComponent,
51
- DaffSidebarViewportComponent,
52
- DaffSidebarHeaderComponent,
53
- DaffSidebarFooterComponent,
54
- DaffSidebarHeaderTitleDirective,
55
- DaffSidebarHeaderActionDirective,
56
- DaffSidebarViewportBackdropComponent,
57
- ],
58
- }]
59
- }] });
60
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZWJhci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9zaWRlYmFyL3NyYy9zaWRlYmFyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDL0MsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFekMsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDbkUsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sMkNBQTJDLENBQUM7QUFDdkYsT0FBTyxFQUFFLGdDQUFnQyxFQUFFLE1BQU0sd0VBQXdFLENBQUM7QUFDMUgsT0FBTyxFQUFFLCtCQUErQixFQUFFLE1BQU0sc0VBQXNFLENBQUM7QUFDdkgsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sMkNBQTJDLENBQUM7QUFDdkYsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sK0NBQStDLENBQUM7QUFDN0YsT0FBTyxFQUFFLG9DQUFvQyxFQUFFLE1BQU0saUVBQWlFLENBQUM7O0FBRXZIOztHQUVHO0FBdUJILE1BQU0sT0FBTyxpQkFBaUI7aUlBQWpCLGlCQUFpQjtrSUFBakIsaUJBQWlCLFlBcEIxQixZQUFZO1lBQ1osVUFBVTtZQUNWLG9CQUFvQjtZQUNwQiw0QkFBNEI7WUFDNUIsMEJBQTBCO1lBQzFCLDBCQUEwQjtZQUMxQiwrQkFBK0I7WUFDL0IsZ0NBQWdDO1lBQ2hDLG9DQUFvQyxhQUdwQyxvQkFBb0I7WUFDcEIsNEJBQTRCO1lBQzVCLDBCQUEwQjtZQUMxQiwwQkFBMEI7WUFDMUIsK0JBQStCO1lBQy9CLGdDQUFnQztZQUNoQyxvQ0FBb0M7a0lBRzNCLGlCQUFpQixZQXBCMUIsWUFBWTtZQUNaLFVBQVU7OzJGQW1CRCxpQkFBaUI7a0JBdEI3QixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLFVBQVU7d0JBQ1Ysb0JBQW9CO3dCQUNwQiw0QkFBNEI7d0JBQzVCLDBCQUEwQjt3QkFDMUIsMEJBQTBCO3dCQUMxQiwrQkFBK0I7d0JBQy9CLGdDQUFnQzt3QkFDaEMsb0NBQW9DO3FCQUNyQztvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asb0JBQW9CO3dCQUNwQiw0QkFBNEI7d0JBQzVCLDBCQUEwQjt3QkFDMUIsMEJBQTBCO3dCQUMxQiwrQkFBK0I7d0JBQy9CLGdDQUFnQzt3QkFDaEMsb0NBQW9DO3FCQUNyQztpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEExMXlNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jZGsvYTExeSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRGFmZlNpZGViYXJDb21wb25lbnQgfSBmcm9tICcuL3NpZGViYXIvc2lkZWJhci5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGFmZlNpZGViYXJGb290ZXJDb21wb25lbnQgfSBmcm9tICcuL3NpZGViYXItZm9vdGVyL3NpZGViYXItZm9vdGVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYWZmU2lkZWJhckhlYWRlckFjdGlvbkRpcmVjdGl2ZSB9IGZyb20gJy4vc2lkZWJhci1oZWFkZXIvc2lkZWJhci1oZWFkZXItYWN0aW9uL3NpZGViYXItaGVhZGVyLWFjdGlvbi5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgRGFmZlNpZGViYXJIZWFkZXJUaXRsZURpcmVjdGl2ZSB9IGZyb20gJy4vc2lkZWJhci1oZWFkZXIvc2lkZWJhci1oZWFkZXItdGl0bGUvc2lkZWJhci1oZWFkZXItdGl0bGUuZGlyZWN0aXZlJztcbmltcG9ydCB7IERhZmZTaWRlYmFySGVhZGVyQ29tcG9uZW50IH0gZnJvbSAnLi9zaWRlYmFyLWhlYWRlci9zaWRlYmFyLWhlYWRlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGFmZlNpZGViYXJWaWV3cG9ydENvbXBvbmVudCB9IGZyb20gJy4vc2lkZWJhci12aWV3cG9ydC9zaWRlYmFyLXZpZXdwb3J0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYWZmU2lkZWJhclZpZXdwb3J0QmFja2Ryb3BDb21wb25lbnQgfSBmcm9tICcuL3NpZGViYXItdmlld3BvcnQtYmFja2Ryb3Avc2lkZWJhci12aWV3cG9ydC1iYWNrZHJvcC5jb21wb25lbnQnO1xuXG4vKipcbiAqIEBkZXByZWNhdGVkIGluIGZhdm9yIG9mIHtAbGluayBEQUZGX1NJREVCQVJfQ09NUE9ORU5UU30gRGVwcmVjYXRlZCBpbiB2ZXJzaW9uIDAuNzguMC4gV2lsbCBiZSByZW1vdmVkIGluIHZlcnNpb24gMC44MS4wLlxuICovXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIEExMXlNb2R1bGUsXG4gICAgRGFmZlNpZGViYXJDb21wb25lbnQsXG4gICAgRGFmZlNpZGViYXJWaWV3cG9ydENvbXBvbmVudCxcbiAgICBEYWZmU2lkZWJhckhlYWRlckNvbXBvbmVudCxcbiAgICBEYWZmU2lkZWJhckZvb3RlckNvbXBvbmVudCxcbiAgICBEYWZmU2lkZWJhckhlYWRlclRpdGxlRGlyZWN0aXZlLFxuICAgIERhZmZTaWRlYmFySGVhZGVyQWN0aW9uRGlyZWN0aXZlLFxuICAgIERhZmZTaWRlYmFyVmlld3BvcnRCYWNrZHJvcENvbXBvbmVudCxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIERhZmZTaWRlYmFyQ29tcG9uZW50LFxuICAgIERhZmZTaWRlYmFyVmlld3BvcnRDb21wb25lbnQsXG4gICAgRGFmZlNpZGViYXJIZWFkZXJDb21wb25lbnQsXG4gICAgRGFmZlNpZGViYXJGb290ZXJDb21wb25lbnQsXG4gICAgRGFmZlNpZGViYXJIZWFkZXJUaXRsZURpcmVjdGl2ZSxcbiAgICBEYWZmU2lkZWJhckhlYWRlckFjdGlvbkRpcmVjdGl2ZSxcbiAgICBEYWZmU2lkZWJhclZpZXdwb3J0QmFja2Ryb3BDb21wb25lbnQsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIERhZmZTaWRlYmFyTW9kdWxlIHsgfVxuIl19
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGFmZm9kaWwtZGVzaWduLXRhYnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi90YWJzL3NyYy9kYWZmb2RpbC1kZXNpZ24tdGFicy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -1,22 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
- import { FaIconComponent } from '@fortawesome/angular-fontawesome';
3
- import { faInfoCircle } from '@fortawesome/free-solid-svg-icons';
4
- import { DAFF_TABS_COMPONENTS } from '@daffodil/design/tabs';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "@daffodil/design/tabs";
7
- import * as i2 from "@daffodil/design";
8
- export class BasicTabsComponent {
9
- constructor() {
10
- this.faInfoCircle = faInfoCircle;
11
- }
12
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: BasicTabsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.2", type: BasicTabsComponent, isStandalone: true, selector: "basic-tabs", ngImport: i0, template: "<daff-tabs aria-label=\"List of tabs\">\n\t<daff-tab>\n\t\t<daff-tab-label>\n\t\t\t<fa-icon [icon]=\"faInfoCircle\" daffPrefix></fa-icon>\n\t\t\tTab 1\n\t\t</daff-tab-label>\n\t\t<daff-tab-panel>\n\t\t\tTab 1 Panel\n\t\t</daff-tab-panel>\n\t</daff-tab>\n\n\t<daff-tab>\n\t\t<daff-tab-label>\n\t\t\tTab 2\n\t\t\t<fa-icon [icon]=\"faInfoCircle\" daffSuffix></fa-icon>\n\t\t</daff-tab-label>\n\t\t<daff-tab-panel>\n\t\t\tTab 2 Panel\n\t\t</daff-tab-panel>\n\t</daff-tab>\n\n\t<daff-tab>\n\t\t<daff-tab-label>\n\t\t\t<fa-icon [icon]=\"faInfoCircle\" daffPrefix></fa-icon>\n\t\t\tTab 3\n\t\t\t<fa-icon [icon]=\"faInfoCircle\" daffSuffix></fa-icon>\n\t\t</daff-tab-label>\n\t\t<daff-tab-panel>\n\t\t\tTab 3 Panel\n\t\t</daff-tab-panel>\n\t</daff-tab>\n\n\t<daff-tab>\n\t\t<daff-tab-label>\n\t\t\tTab 4\n\t\t\t<fa-icon [icon]=\"faInfoCircle\" daffSuffix></fa-icon>\n\t\t</daff-tab-label>\n\t\t<daff-tab-panel>\n\t\t\tTab 4 Panel\n\t\t</daff-tab-panel>\n\t</daff-tab>\n\n\t<daff-tab>\n\t\t<daff-tab-label>\n\t\t\tTab 5\n\t\t\t<fa-icon [icon]=\"faInfoCircle\" daffSuffix></fa-icon>\n\t\t</daff-tab-label>\n\t\t<daff-tab-panel>\n\t\t\tTab 5 Panel\n\t\t</daff-tab-panel>\n\t</daff-tab>\n</daff-tabs>", dependencies: [{ kind: "component", type: i1.DaffTabsComponent, selector: "daff-tabs", inputs: ["initiallySelected", "aria-label"], outputs: ["tabChange"] }, { kind: "component", type: i1.DaffTabLabelComponent, selector: "daff-tab-label" }, { kind: "component", type: i1.DaffTabPanelComponent, selector: "daff-tab-panel" }, { kind: "ngmodule", type: i2.DaffPrefixSuffixModule }, { kind: "directive", type: i2.DaffPrefixDirective, selector: "[daffPrefix]" }, { kind: "directive", type: i2.DaffSuffixDirective, selector: "[daffSuffix]" }, { kind: "component", type: i1.DaffTabComponent, selector: "daff-tab", inputs: ["disabled", "id"] }, { kind: "component", type: FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "mask", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
14
- }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: BasicTabsComponent, decorators: [{
16
- type: Component,
17
- args: [{ selector: 'basic-tabs', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
18
- DAFF_TABS_COMPONENTS,
19
- FaIconComponent,
20
- ], template: "<daff-tabs aria-label=\"List of tabs\">\n\t<daff-tab>\n\t\t<daff-tab-label>\n\t\t\t<fa-icon [icon]=\"faInfoCircle\" daffPrefix></fa-icon>\n\t\t\tTab 1\n\t\t</daff-tab-label>\n\t\t<daff-tab-panel>\n\t\t\tTab 1 Panel\n\t\t</daff-tab-panel>\n\t</daff-tab>\n\n\t<daff-tab>\n\t\t<daff-tab-label>\n\t\t\tTab 2\n\t\t\t<fa-icon [icon]=\"faInfoCircle\" daffSuffix></fa-icon>\n\t\t</daff-tab-label>\n\t\t<daff-tab-panel>\n\t\t\tTab 2 Panel\n\t\t</daff-tab-panel>\n\t</daff-tab>\n\n\t<daff-tab>\n\t\t<daff-tab-label>\n\t\t\t<fa-icon [icon]=\"faInfoCircle\" daffPrefix></fa-icon>\n\t\t\tTab 3\n\t\t\t<fa-icon [icon]=\"faInfoCircle\" daffSuffix></fa-icon>\n\t\t</daff-tab-label>\n\t\t<daff-tab-panel>\n\t\t\tTab 3 Panel\n\t\t</daff-tab-panel>\n\t</daff-tab>\n\n\t<daff-tab>\n\t\t<daff-tab-label>\n\t\t\tTab 4\n\t\t\t<fa-icon [icon]=\"faInfoCircle\" daffSuffix></fa-icon>\n\t\t</daff-tab-label>\n\t\t<daff-tab-panel>\n\t\t\tTab 4 Panel\n\t\t</daff-tab-panel>\n\t</daff-tab>\n\n\t<daff-tab>\n\t\t<daff-tab-label>\n\t\t\tTab 5\n\t\t\t<fa-icon [icon]=\"faInfoCircle\" daffSuffix></fa-icon>\n\t\t</daff-tab-label>\n\t\t<daff-tab-panel>\n\t\t\tTab 5 Panel\n\t\t</daff-tab-panel>\n\t</daff-tab>\n</daff-tabs>" }]
21
- }] });
22
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzaWMtdGFicy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi90YWJzL2V4YW1wbGVzL3NyYy9iYXNpYy10YWJzL2Jhc2ljLXRhYnMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vdGFicy9leGFtcGxlcy9zcmMvYmFzaWMtdGFicy9iYXNpYy10YWJzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUNuRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFFakUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7Ozs7QUFhN0QsTUFBTSxPQUFPLGtCQUFrQjtJQVgvQjtRQVlFLGlCQUFZLEdBQUcsWUFBWSxDQUFDO0tBQzdCO2lJQUZZLGtCQUFrQjtxSEFBbEIsa0JBQWtCLHNFQ3BCL0Isc3FDQW1EWSwwcEJEbENSLGVBQWU7OzJGQUdOLGtCQUFrQjtrQkFYOUIsU0FBUzsrQkFFRSxZQUFZLG1CQUVMLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQO3dCQUNQLG9CQUFvQjt3QkFDcEIsZUFBZTtxQkFDaEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZhSWNvbkNvbXBvbmVudCB9IGZyb20gJ0Bmb3J0YXdlc29tZS9hbmd1bGFyLWZvbnRhd2Vzb21lJztcbmltcG9ydCB7IGZhSW5mb0NpcmNsZSB9IGZyb20gJ0Bmb3J0YXdlc29tZS9mcmVlLXNvbGlkLXN2Zy1pY29ucyc7XG5cbmltcG9ydCB7IERBRkZfVEFCU19DT01QT05FTlRTIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbi90YWJzJztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnYmFzaWMtdGFicycsXG4gIHRlbXBsYXRlVXJsOiAnLi9iYXNpYy10YWJzLmNvbXBvbmVudC5odG1sJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtcbiAgICBEQUZGX1RBQlNfQ09NUE9ORU5UUyxcbiAgICBGYUljb25Db21wb25lbnQsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIEJhc2ljVGFic0NvbXBvbmVudCB7XG4gIGZhSW5mb0NpcmNsZSA9IGZhSW5mb0NpcmNsZTtcbn1cbiIsIjxkYWZmLXRhYnMgYXJpYS1sYWJlbD1cIkxpc3Qgb2YgdGFic1wiPlxuXHQ8ZGFmZi10YWI+XG5cdFx0PGRhZmYtdGFiLWxhYmVsPlxuXHRcdFx0PGZhLWljb24gW2ljb25dPVwiZmFJbmZvQ2lyY2xlXCIgZGFmZlByZWZpeD48L2ZhLWljb24+XG5cdFx0XHRUYWIgMVxuXHRcdDwvZGFmZi10YWItbGFiZWw+XG5cdFx0PGRhZmYtdGFiLXBhbmVsPlxuXHRcdFx0VGFiIDEgUGFuZWxcblx0XHQ8L2RhZmYtdGFiLXBhbmVsPlxuXHQ8L2RhZmYtdGFiPlxuXG5cdDxkYWZmLXRhYj5cblx0XHQ8ZGFmZi10YWItbGFiZWw+XG5cdFx0XHRUYWIgMlxuXHRcdFx0PGZhLWljb24gW2ljb25dPVwiZmFJbmZvQ2lyY2xlXCIgZGFmZlN1ZmZpeD48L2ZhLWljb24+XG5cdFx0PC9kYWZmLXRhYi1sYWJlbD5cblx0XHQ8ZGFmZi10YWItcGFuZWw+XG5cdFx0XHRUYWIgMiBQYW5lbFxuXHRcdDwvZGFmZi10YWItcGFuZWw+XG5cdDwvZGFmZi10YWI+XG5cblx0PGRhZmYtdGFiPlxuXHRcdDxkYWZmLXRhYi1sYWJlbD5cblx0XHRcdDxmYS1pY29uIFtpY29uXT1cImZhSW5mb0NpcmNsZVwiIGRhZmZQcmVmaXg+PC9mYS1pY29uPlxuXHRcdFx0VGFiIDNcblx0XHRcdDxmYS1pY29uIFtpY29uXT1cImZhSW5mb0NpcmNsZVwiIGRhZmZTdWZmaXg+PC9mYS1pY29uPlxuXHRcdDwvZGFmZi10YWItbGFiZWw+XG5cdFx0PGRhZmYtdGFiLXBhbmVsPlxuXHRcdFx0VGFiIDMgUGFuZWxcblx0XHQ8L2RhZmYtdGFiLXBhbmVsPlxuXHQ8L2RhZmYtdGFiPlxuXG5cdDxkYWZmLXRhYj5cblx0XHQ8ZGFmZi10YWItbGFiZWw+XG5cdFx0XHRUYWIgNFxuXHRcdFx0PGZhLWljb24gW2ljb25dPVwiZmFJbmZvQ2lyY2xlXCIgZGFmZlN1ZmZpeD48L2ZhLWljb24+XG5cdFx0PC9kYWZmLXRhYi1sYWJlbD5cblx0XHQ8ZGFmZi10YWItcGFuZWw+XG5cdFx0XHRUYWIgNCBQYW5lbFxuXHRcdDwvZGFmZi10YWItcGFuZWw+XG5cdDwvZGFmZi10YWI+XG5cblx0PGRhZmYtdGFiPlxuXHRcdDxkYWZmLXRhYi1sYWJlbD5cblx0XHRcdFRhYiA1XG5cdFx0XHQ8ZmEtaWNvbiBbaWNvbl09XCJmYUluZm9DaXJjbGVcIiBkYWZmU3VmZml4PjwvZmEtaWNvbj5cblx0XHQ8L2RhZmYtdGFiLWxhYmVsPlxuXHRcdDxkYWZmLXRhYi1wYW5lbD5cblx0XHRcdFRhYiA1IFBhbmVsXG5cdFx0PC9kYWZmLXRhYi1wYW5lbD5cblx0PC9kYWZmLXRhYj5cbjwvZGFmZi10YWJzPiJdfQ==