@daffodil/design 0.66.1 → 0.68.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1411) hide show
  1. package/accordion/README.md +21 -0
  2. package/accordion/accordion/accordion/accordion.component.d.ts +22 -0
  3. package/accordion/accordion/accordion-item/accordion-item.component.d.ts +32 -0
  4. package/accordion/accordion.module.d.ts +13 -0
  5. package/accordion/examples/accordion-examples.module.d.ts +9 -0
  6. package/accordion/examples/examples.d.ts +2 -0
  7. package/accordion/examples/public_api.d.ts +3 -6
  8. package/accordion/index.d.ts +1 -0
  9. package/accordion/public_api.d.ts +5 -0
  10. package/accordion/src/accordion-theme.scss +12 -0
  11. package/article/README.md +49 -0
  12. package/article/examples/article-examples.module.d.ts +1 -1
  13. package/article/index.d.ts +1 -0
  14. package/article/src/article-theme.scss +78 -0
  15. package/atoms/form/checkbox/checkbox.component.d.ts +1 -1
  16. package/atoms/form/checkbox/cva/checkbox-cva.directive.d.ts +1 -1
  17. package/atoms/form/checkbox-set/checkbox-set.component.d.ts +1 -1
  18. package/atoms/form/form-field/form-field/form-field.component.d.ts +1 -1
  19. package/atoms/form/input/input.component.d.ts +1 -1
  20. package/atoms/form/native-select/native-select.component.d.ts +1 -1
  21. package/atoms/form/quantity-field/quantity-field.component.d.ts +1 -1
  22. package/atoms/form/quantity-field/quantity-input/quantity-input.component.d.ts +1 -1
  23. package/atoms/form/quantity-field/quantity-select/quantity-select.component.d.ts +1 -1
  24. package/atoms/form/radio/cva/radio-cva.directive.d.ts +1 -1
  25. package/atoms/form/radio/radio.component.d.ts +1 -1
  26. package/atoms/form/radio-set/radio-set.component.d.ts +1 -1
  27. package/atoms/progress-indicator/progress-indicator.component.d.ts +1 -1
  28. package/button/README.md +58 -0
  29. package/button/button/button.component.d.ts +90 -0
  30. package/button/button.module.d.ts +10 -0
  31. package/button/examples/basic-button/basic-button.module.d.ts +1 -1
  32. package/button/examples/flat-button/flat-button.module.d.ts +1 -1
  33. package/button/examples/icon-button/icon-button.module.d.ts +1 -1
  34. package/button/examples/raised-button/raised-button.module.d.ts +1 -1
  35. package/button/examples/sizeable-button/sizeable-button.module.d.ts +1 -1
  36. package/button/examples/statusable-button/statusable-button.module.d.ts +1 -1
  37. package/button/examples/stroked-button/stroked-button.module.d.ts +1 -1
  38. package/button/examples/underline-button/underline-button.module.d.ts +1 -1
  39. package/button/index.d.ts +1 -0
  40. package/button/public_api.d.ts +2 -0
  41. package/button/src/button-theme-variants/button.scss +26 -0
  42. package/button/src/button-theme-variants/flat.scss +25 -0
  43. package/button/src/button-theme-variants/raised.scss +36 -0
  44. package/button/src/button-theme-variants/stroked.scss +28 -0
  45. package/button/src/button-theme.scss +574 -0
  46. package/callout/README.md +54 -0
  47. package/callout/callout/callout.component.d.ts +78 -0
  48. package/callout/examples/callout-text-alignment/callout-text-alignment.module.d.ts +5 -3
  49. package/callout/examples/callout-theming/callout-theming.module.d.ts +4 -3
  50. package/callout/examples/callout-with-grid/callout-with-grid.module.d.ts +5 -3
  51. package/callout/examples/compact-callout/compact-callout.module.d.ts +5 -3
  52. package/callout/index.d.ts +1 -0
  53. package/callout/src/callout-theme.scss +59 -0
  54. package/card/README.md +60 -0
  55. package/card/card/card.component.d.ts +66 -0
  56. package/card/examples/basic-card/basic-card.module.d.ts +5 -3
  57. package/card/examples/card-orientation/card-orientation.module.d.ts +5 -3
  58. package/card/examples/card-theming/card-theming.module.d.ts +3 -2
  59. package/card/examples/linkable-card/linkable-card.module.d.ts +4 -2
  60. package/card/examples/raised-card/raised-card.module.d.ts +4 -2
  61. package/card/examples/stroked-card/stroked-card.module.d.ts +4 -2
  62. package/card/index.d.ts +1 -0
  63. package/card/src/card-theme-variants/basic-card.scss +6 -0
  64. package/card/src/card-theme-variants/linkable-card.scss +16 -0
  65. package/card/src/card-theme.scss +170 -0
  66. package/checkbox/examples/basic-checkbox/basic-checkbox.module.d.ts +3 -2
  67. package/checkbox/examples/checkbox-set/checkbox-set.module.d.ts +3 -2
  68. package/container/README.md +18 -0
  69. package/container/container/container.component.d.ts +32 -0
  70. package/container/container.module.d.ts +8 -0
  71. package/container/examples/container-sizes/container-sizes.module.d.ts +1 -1
  72. package/container/index.d.ts +1 -0
  73. package/container/public_api.d.ts +2 -0
  74. package/core/colorable/colorable.d.ts +1 -1
  75. package/core/constructor/constructor.d.ts +1 -1
  76. package/core/public_api.d.ts +2 -1
  77. package/core/sizable/public_api.d.ts +2 -0
  78. package/core/sizable/sizable-mixin.d.ts +15 -0
  79. package/core/sizable/sizable.d.ts +23 -0
  80. package/core/statusable/statusable.d.ts +1 -1
  81. package/core/text-alignable/public_api.d.ts +2 -0
  82. package/core/text-alignable/text-alignable.d.ts +4 -1
  83. package/core/theming/services/storage/theme-storage.service.d.ts +1 -1
  84. package/esm2022/accordion/accordion/accordion/accordion.component.mjs +27 -0
  85. package/esm2022/accordion/accordion/accordion-item/accordion-item.component.mjs +54 -0
  86. package/esm2022/accordion/accordion/accordion-item-content/accordion-item-content.directive.mjs +22 -0
  87. package/esm2022/accordion/accordion/accordion-item-title/accordion-item-title.directive.mjs +22 -0
  88. package/esm2022/accordion/accordion/animation/accordion-animation-state.mjs +9 -0
  89. package/esm2022/accordion/accordion/animation/accordion-animation.mjs +18 -0
  90. package/esm2022/accordion/accordion.module.mjs +47 -0
  91. package/esm2022/accordion/daffodil-design-accordion.mjs +5 -0
  92. package/esm2022/accordion/examples/accordion-examples.module.mjs +26 -0
  93. package/esm2022/accordion/examples/basic-accordion/basic-accordion.component.mjs +12 -0
  94. package/esm2022/accordion/examples/examples.mjs +5 -0
  95. package/esm2022/accordion/examples/public_api.mjs +4 -0
  96. package/esm2022/accordion/index.mjs +2 -0
  97. package/esm2022/accordion/public_api.mjs +6 -0
  98. package/esm2022/article/article/article.component.mjs +30 -0
  99. package/esm2022/article/article-lead/article-lead.directive.mjs +22 -0
  100. package/esm2022/article/article-meta/article-meta.directive.mjs +22 -0
  101. package/esm2022/article/article-title/article-title.directive.mjs +22 -0
  102. package/esm2022/article/article.module.mjs +39 -0
  103. package/esm2022/article/daffodil-design-article.mjs +5 -0
  104. package/esm2022/article/examples/article-blockquote/article-blockquote.component.mjs +12 -0
  105. package/esm2022/article/examples/article-code-block/article-code-block.component.mjs +12 -0
  106. package/esm2022/article/examples/article-code-inline/article-code-inline.component.mjs +12 -0
  107. package/esm2022/article/examples/article-examples.module.mjs +36 -0
  108. package/esm2022/article/examples/article-headings/article-headings.component.mjs +12 -0
  109. package/esm2022/article/examples/article-hr/article-hr.component.mjs +12 -0
  110. package/esm2022/article/examples/article-lead/article-lead.component.mjs +12 -0
  111. package/esm2022/article/examples/article-link/article-link.component.mjs +12 -0
  112. package/esm2022/article/examples/article-meta/article-meta.component.mjs +12 -0
  113. package/esm2022/article/examples/article-ol/article-ol.component.mjs +12 -0
  114. package/esm2022/article/examples/article-table/article-table.component.mjs +12 -0
  115. package/esm2022/article/examples/article-ul/article-ul.component.mjs +12 -0
  116. package/esm2022/article/index.mjs +2 -0
  117. package/esm2022/article/public_api.mjs +6 -0
  118. package/esm2022/atoms/form/checkbox/checkbox.component.mjs +142 -0
  119. package/esm2022/atoms/form/checkbox/checkbox.module.mjs +39 -0
  120. package/esm2022/atoms/form/checkbox/cva/checkbox-cva.directive.mjs +94 -0
  121. package/esm2022/atoms/form/checkbox-set/checkbox-set.component.mjs +38 -0
  122. package/esm2022/atoms/form/error-message/error-message.component.mjs +17 -0
  123. package/esm2022/atoms/form/error-message/error-message.module.mjs +20 -0
  124. package/esm2022/atoms/form/form-field/form-field/form-field.component.mjs +102 -0
  125. package/esm2022/atoms/form/form-field/form-field.module.mjs +34 -0
  126. package/esm2022/atoms/form/form-label/form-label.directive.mjs +19 -0
  127. package/esm2022/atoms/form/form-label/form-label.module.mjs +20 -0
  128. package/esm2022/atoms/form/input/input.component.mjs +59 -0
  129. package/esm2022/atoms/form/input/input.module.mjs +24 -0
  130. package/esm2022/atoms/form/native-select/native-select.component.mjs +64 -0
  131. package/esm2022/atoms/form/native-select/native-select.module.mjs +24 -0
  132. package/esm2022/atoms/form/quantity-field/quantity-field.component.mjs +134 -0
  133. package/esm2022/atoms/form/quantity-field/quantity-field.module.mjs +46 -0
  134. package/esm2022/atoms/form/quantity-field/quantity-input/quantity-input.component.mjs +97 -0
  135. package/esm2022/atoms/form/quantity-field/quantity-select/quantity-select.component.mjs +84 -0
  136. package/esm2022/atoms/form/radio/cva/radio-cva.directive.mjs +89 -0
  137. package/esm2022/atoms/form/radio/radio.component.mjs +132 -0
  138. package/esm2022/atoms/form/radio/radio.module.mjs +34 -0
  139. package/esm2022/atoms/form/radio/registry/radio-registry.mjs +54 -0
  140. package/esm2022/atoms/form/radio-set/radio-set.component.mjs +22 -0
  141. package/esm2022/atoms/progress-indicator/progress-indicator.component.mjs +81 -0
  142. package/esm2022/atoms/progress-indicator/progress-indicator.module.mjs +20 -0
  143. package/esm2022/button/button/button.component.mjs +185 -0
  144. package/esm2022/button/button.module.mjs +34 -0
  145. package/esm2022/button/daffodil-design-button.mjs +5 -0
  146. package/esm2022/button/examples/basic-button/basic-button.component.mjs +19 -0
  147. package/esm2022/button/examples/basic-button/basic-button.module.mjs +28 -0
  148. package/esm2022/button/examples/flat-button/flat-button.component.mjs +19 -0
  149. package/esm2022/button/examples/flat-button/flat-button.module.mjs +28 -0
  150. package/esm2022/button/examples/icon-button/icon-button.component.mjs +17 -0
  151. package/esm2022/button/examples/icon-button/icon-button.module.mjs +28 -0
  152. package/esm2022/button/examples/raised-button/raised-button.component.mjs +19 -0
  153. package/esm2022/button/examples/raised-button/raised-button.module.mjs +28 -0
  154. package/esm2022/button/examples/sizeable-button/sizeable-button.component.mjs +17 -0
  155. package/esm2022/button/examples/sizeable-button/sizeable-button.module.mjs +28 -0
  156. package/esm2022/button/examples/statusable-button/statusable-button.component.mjs +19 -0
  157. package/esm2022/button/examples/statusable-button/statusable-button.module.mjs +28 -0
  158. package/esm2022/button/examples/stroked-button/stroked-button.component.mjs +19 -0
  159. package/esm2022/button/examples/stroked-button/stroked-button.module.mjs +28 -0
  160. package/esm2022/button/examples/underline-button/underline-button.component.mjs +19 -0
  161. package/esm2022/button/examples/underline-button/underline-button.module.mjs +28 -0
  162. package/esm2022/button/index.mjs +2 -0
  163. package/esm2022/button/public_api.mjs +3 -0
  164. package/esm2022/callout/callout/callout.component.mjs +67 -0
  165. package/esm2022/callout/callout-body/callout-body.directive.mjs +22 -0
  166. package/esm2022/callout/callout-icon/callout-icon.directive.mjs +22 -0
  167. package/esm2022/callout/callout-subtitle/callout-subtitle.directive.mjs +22 -0
  168. package/esm2022/callout/callout-tagline/callout-tagline.directive.mjs +22 -0
  169. package/esm2022/callout/callout-title/callout-title.directive.mjs +22 -0
  170. package/esm2022/callout/callout.module.mjs +49 -0
  171. package/esm2022/callout/daffodil-design-callout.mjs +5 -0
  172. package/esm2022/callout/examples/callout-text-alignment/callout-text-alignment.component.mjs +29 -0
  173. package/esm2022/callout/examples/callout-text-alignment/callout-text-alignment.module.mjs +41 -0
  174. package/esm2022/callout/examples/callout-theming/callout-theming.component.mjs +32 -0
  175. package/esm2022/callout/examples/callout-theming/callout-theming.module.mjs +37 -0
  176. package/esm2022/callout/examples/callout-with-grid/callout-with-grid.component.mjs +19 -0
  177. package/esm2022/callout/examples/callout-with-grid/callout-with-grid.module.mjs +41 -0
  178. package/esm2022/callout/examples/compact-callout/compact-callout.component.mjs +19 -0
  179. package/esm2022/callout/examples/compact-callout/compact-callout.module.mjs +37 -0
  180. package/esm2022/callout/index.mjs +2 -0
  181. package/esm2022/callout/public_api.mjs +8 -0
  182. package/esm2022/card/card/card.component.mjs +112 -0
  183. package/esm2022/card/card-actions/card-actions.directive.mjs +22 -0
  184. package/esm2022/card/card-content/card-content.directive.mjs +22 -0
  185. package/esm2022/card/card-icon/card-icon.directive.mjs +22 -0
  186. package/esm2022/card/card-image/card-image.directive.mjs +22 -0
  187. package/esm2022/card/card-tagline/card-tagline.directive.mjs +22 -0
  188. package/esm2022/card/card-title/card-title.directive.mjs +22 -0
  189. package/esm2022/card/card.module.mjs +54 -0
  190. package/esm2022/card/daffodil-design-card.mjs +5 -0
  191. package/esm2022/card/examples/basic-card/basic-card.component.mjs +19 -0
  192. package/esm2022/card/examples/basic-card/basic-card.module.mjs +40 -0
  193. package/esm2022/card/examples/card-orientation/card-orientation.component.mjs +28 -0
  194. package/esm2022/card/examples/card-orientation/card-orientation.module.mjs +44 -0
  195. package/esm2022/card/examples/card-theming/card-theming.component.mjs +28 -0
  196. package/esm2022/card/examples/card-theming/card-theming.module.mjs +36 -0
  197. package/esm2022/card/examples/linkable-card/linkable-card.component.mjs +31 -0
  198. package/esm2022/card/examples/linkable-card/linkable-card.module.mjs +44 -0
  199. package/esm2022/card/examples/raised-card/raised-card.component.mjs +29 -0
  200. package/esm2022/card/examples/raised-card/raised-card.module.mjs +40 -0
  201. package/esm2022/card/examples/stroked-card/stroked-card.component.mjs +29 -0
  202. package/esm2022/card/examples/stroked-card/stroked-card.module.mjs +44 -0
  203. package/esm2022/card/index.mjs +2 -0
  204. package/esm2022/card/public_api.mjs +9 -0
  205. package/esm2022/checkbox/examples/basic-checkbox/basic-checkbox.component.mjs +27 -0
  206. package/esm2022/checkbox/examples/basic-checkbox/basic-checkbox.module.mjs +33 -0
  207. package/esm2022/checkbox/examples/checkbox-set/checkbox-set.component.mjs +29 -0
  208. package/esm2022/checkbox/examples/checkbox-set/checkbox-set.module.mjs +33 -0
  209. package/esm2022/container/container/container.component.mjs +37 -0
  210. package/esm2022/container/container.module.mjs +24 -0
  211. package/esm2022/container/daffodil-design-container.mjs +5 -0
  212. package/esm2022/container/examples/container-sizes/container-sizes.component.mjs +25 -0
  213. package/esm2022/container/examples/container-sizes/container-sizes.module.mjs +32 -0
  214. package/esm2022/container/index.mjs +2 -0
  215. package/esm2022/container/public_api.mjs +3 -0
  216. package/esm2022/core/colorable/colorable-mixin.mjs +42 -0
  217. package/esm2022/core/compactable/compactable-mixin.mjs +26 -0
  218. package/esm2022/core/focus/stack.service.mjs +71 -0
  219. package/esm2022/core/prefix-suffix/prefix-suffix.module.mjs +26 -0
  220. package/esm2022/core/prefix-suffix/prefix.directive.mjs +24 -0
  221. package/esm2022/core/prefix-suffix/prefixable/prefixable.mjs +23 -0
  222. package/esm2022/core/prefix-suffix/suffix.directive.mjs +24 -0
  223. package/esm2022/core/prefix-suffix/suffixable/suffixable.mjs +23 -0
  224. package/esm2022/core/public_api.mjs +18 -0
  225. package/esm2022/core/sizable/public_api.mjs +3 -0
  226. package/esm2022/core/sizable/sizable-mixin.mjs +31 -0
  227. package/esm2022/core/sizable/sizable.mjs +13 -0
  228. package/esm2022/core/skeletonable/skeletonable-mixin.mjs +26 -0
  229. package/esm2022/core/statusable/statusable-mixin.mjs +32 -0
  230. package/esm2022/core/text-alignable/public_api.mjs +3 -0
  231. package/esm2022/core/text-alignable/text-alignable-mixin.mjs +35 -0
  232. package/esm2022/core/text-alignable/text-alignable.mjs +7 -0
  233. package/esm2022/core/theming/services/class-setter/theme-class-setter.service.mjs +52 -0
  234. package/esm2022/core/theming/services/os-theme/ostheme.service.mjs +49 -0
  235. package/esm2022/core/theming/services/storage/theme-storage.service.mjs +67 -0
  236. package/esm2022/core/theming/services/theming.service.mjs +61 -0
  237. package/esm2022/hero/daffodil-design-hero.mjs +5 -0
  238. package/esm2022/hero/examples/compact-hero/compact-hero.component.mjs +18 -0
  239. package/esm2022/hero/examples/compact-hero/compact-hero.module.mjs +40 -0
  240. package/esm2022/hero/examples/hero-text-alignment/hero-text-alignment.component.mjs +29 -0
  241. package/esm2022/hero/examples/hero-text-alignment/hero-text-alignment.module.mjs +41 -0
  242. package/esm2022/hero/examples/hero-theming/hero-theming.component.mjs +22 -0
  243. package/esm2022/hero/examples/hero-theming/hero-theming.module.mjs +40 -0
  244. package/esm2022/hero/examples/hero-with-grid/hero-with-grid.component.mjs +19 -0
  245. package/esm2022/hero/examples/hero-with-grid/hero-with-grid.module.mjs +41 -0
  246. package/esm2022/hero/hero/hero.component.mjs +68 -0
  247. package/esm2022/hero/hero-body/hero-body.directive.mjs +22 -0
  248. package/esm2022/hero/hero-icon/hero-icon.directive.mjs +22 -0
  249. package/esm2022/hero/hero-subtitle/hero-subtitle.directive.mjs +22 -0
  250. package/esm2022/hero/hero-tagline/hero-tagline.directive.mjs +22 -0
  251. package/esm2022/hero/hero-title/hero-title.directive.mjs +22 -0
  252. package/esm2022/hero/hero.module.mjs +49 -0
  253. package/esm2022/hero/index.mjs +2 -0
  254. package/esm2022/hero/public_api.mjs +8 -0
  255. package/esm2022/image/daffodil-design-image.mjs +5 -0
  256. package/esm2022/image/examples/basic-image/basic-image.component.mjs +12 -0
  257. package/esm2022/image/examples/basic-image/basic-image.module.mjs +24 -0
  258. package/esm2022/image/examples/load-image/load-image.component.mjs +19 -0
  259. package/esm2022/image/examples/load-image/load-image.module.mjs +28 -0
  260. package/esm2022/image/examples/skeleton-image/skeleton-image.component.mjs +12 -0
  261. package/esm2022/image/examples/skeleton-image/skeleton-image.module.mjs +24 -0
  262. package/esm2022/image/image/image.component.mjs +125 -0
  263. package/esm2022/image/image.module.mjs +24 -0
  264. package/esm2022/image/index.mjs +2 -0
  265. package/esm2022/image/public_api.mjs +3 -0
  266. package/esm2022/input/examples/basic-input/basic-input.component.mjs +12 -0
  267. package/esm2022/input/examples/basic-input/basic-input.module.mjs +24 -0
  268. package/esm2022/input/examples/input-disabled/input-disabled.component.mjs +12 -0
  269. package/esm2022/input/examples/input-disabled/input-disabled.module.mjs +24 -0
  270. package/esm2022/input/examples/input-error/input-error.component.mjs +20 -0
  271. package/esm2022/input/examples/input-error/input-error.module.mjs +28 -0
  272. package/esm2022/input/examples/input-with-form-field/input-with-form-field.component.mjs +12 -0
  273. package/esm2022/input/examples/input-with-form-field/input-with-form-field.module.mjs +24 -0
  274. package/esm2022/link-set/daffodil-design-link-set.mjs +5 -0
  275. package/esm2022/link-set/index.mjs +2 -0
  276. package/esm2022/link-set/link-set/link-set.component.mjs +37 -0
  277. package/esm2022/link-set/link-set-heading/link-set-heading.directive.mjs +25 -0
  278. package/esm2022/link-set/link-set-item/link-set-item.component.mjs +26 -0
  279. package/esm2022/link-set/link-set-subheading/link-set-subheading.directive.mjs +25 -0
  280. package/esm2022/link-set/link-set.module.mjs +39 -0
  281. package/esm2022/link-set/public_api.mjs +6 -0
  282. package/esm2022/list/daffodil-design-list.mjs +5 -0
  283. package/esm2022/list/examples/basic-list/basic-list.component.mjs +12 -0
  284. package/esm2022/list/examples/basic-list/basic-list.module.mjs +28 -0
  285. package/esm2022/list/examples/icon-list/icon-list.component.mjs +18 -0
  286. package/esm2022/list/examples/icon-list/icon-list.module.mjs +32 -0
  287. package/esm2022/list/examples/list-examples.module.mjs +33 -0
  288. package/esm2022/list/examples/multiline-list/multiline-list.component.mjs +12 -0
  289. package/esm2022/list/examples/multiline-list/multiline-list.module.mjs +32 -0
  290. package/esm2022/list/examples/nav-list/nav-list.component.mjs +18 -0
  291. package/esm2022/list/examples/nav-list/nav-list.module.mjs +32 -0
  292. package/esm2022/list/index.mjs +2 -0
  293. package/esm2022/list/list/list.component.mjs +110 -0
  294. package/esm2022/list/list-item/list-item.component.mjs +49 -0
  295. package/esm2022/list/list-subheader/list-subheader.directive.mjs +25 -0
  296. package/esm2022/list/list.module.mjs +40 -0
  297. package/esm2022/list/public_api.mjs +5 -0
  298. package/esm2022/loading-icon/daffodil-design-loading-icon.mjs +5 -0
  299. package/esm2022/loading-icon/examples/loading-icon-color/loading-icon-color.component.mjs +20 -0
  300. package/esm2022/loading-icon/examples/loading-icon-color/loading-icon-color.module.mjs +32 -0
  301. package/esm2022/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.mjs +12 -0
  302. package/esm2022/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.mjs +24 -0
  303. package/esm2022/loading-icon/index.mjs +2 -0
  304. package/esm2022/loading-icon/loading-icon/loading-icon.component.mjs +52 -0
  305. package/esm2022/loading-icon/loading-icon.module.mjs +24 -0
  306. package/esm2022/loading-icon/public_api.mjs +3 -0
  307. package/esm2022/media-gallery/daffodil-design-media-gallery.mjs +5 -0
  308. package/esm2022/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.mjs +13 -0
  309. package/esm2022/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.mjs +29 -0
  310. package/esm2022/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.mjs +13 -0
  311. package/esm2022/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.mjs +29 -0
  312. package/esm2022/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.mjs +13 -0
  313. package/esm2022/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.module.mjs +29 -0
  314. package/esm2022/media-gallery/helpers/media-gallery-registration.interface.mjs +2 -0
  315. package/esm2022/media-gallery/helpers/media-gallery-token.mjs +3 -0
  316. package/esm2022/media-gallery/index.mjs +2 -0
  317. package/esm2022/media-gallery/media-gallery/media-gallery.component.mjs +59 -0
  318. package/esm2022/media-gallery/media-gallery.module.mjs +32 -0
  319. package/esm2022/media-gallery/media-renderer/media-renderer.component.mjs +80 -0
  320. package/esm2022/media-gallery/public_api.mjs +5 -0
  321. package/esm2022/media-gallery/registry/media-gallery.registry.mjs +97 -0
  322. package/esm2022/media-gallery/thumbnail/thumbnail-compat.token.mjs +6 -0
  323. package/esm2022/media-gallery/thumbnail/thumbnail-registration.interface.mjs +2 -0
  324. package/esm2022/media-gallery/thumbnail/thumbnail.directive.mjs +88 -0
  325. package/esm2022/menu/daffodil-design-menu.mjs +5 -0
  326. package/esm2022/menu/examples/basic-menu/basic-menu.component.mjs +17 -0
  327. package/esm2022/menu/examples/basic-menu/basic-menu.module.mjs +35 -0
  328. package/esm2022/menu/examples/basic-menu/menu-content/menu-content.component.mjs +19 -0
  329. package/esm2022/menu/helpers/create-overlay.mjs +29 -0
  330. package/esm2022/menu/helpers/public_api.mjs +2 -0
  331. package/esm2022/menu/index.mjs +2 -0
  332. package/esm2022/menu/menu/menu.component.mjs +63 -0
  333. package/esm2022/menu/menu-activator/menu-activator.component.mjs +48 -0
  334. package/esm2022/menu/menu-item/menu-item.component.mjs +35 -0
  335. package/esm2022/menu/menu.module.mjs +44 -0
  336. package/esm2022/menu/public_api.mjs +7 -0
  337. package/esm2022/menu/services/menu.service.mjs +52 -0
  338. package/esm2022/modal/animations/modal-animation-state.mjs +2 -0
  339. package/esm2022/modal/animations/modal-animation.mjs +9 -0
  340. package/esm2022/modal/daffodil-design-modal.mjs +5 -0
  341. package/esm2022/modal/examples/basic-modal/basic-modal.component.mjs +21 -0
  342. package/esm2022/modal/examples/basic-modal/basic-modal.module.mjs +31 -0
  343. package/esm2022/modal/examples/basic-modal/modal-content.component.mjs +13 -0
  344. package/esm2022/modal/index.mjs +2 -0
  345. package/esm2022/modal/modal/modal-config.mjs +2 -0
  346. package/esm2022/modal/modal/modal.component.mjs +93 -0
  347. package/esm2022/modal/modal/modal.mjs +2 -0
  348. package/esm2022/modal/modal-actions/modal-actions.component.mjs +11 -0
  349. package/esm2022/modal/modal-content/modal-content.component.mjs +11 -0
  350. package/esm2022/modal/modal-header/modal-header.component.mjs +20 -0
  351. package/esm2022/modal/modal-title/modal-title.directive.mjs +22 -0
  352. package/esm2022/modal/modal.module.mjs +50 -0
  353. package/esm2022/modal/public_api.mjs +8 -0
  354. package/esm2022/modal/service/modal.service.mjs +70 -0
  355. package/esm2022/molecules/backdrop/backdrop/backdrop.component.mjs +87 -0
  356. package/esm2022/molecules/backdrop/backdrop.module.mjs +24 -0
  357. package/esm2022/molecules/button-set/button-set.component.mjs +23 -0
  358. package/esm2022/molecules/button-set/button-set.module.mjs +20 -0
  359. package/esm2022/molecules/feature/feature/feature.component.mjs +49 -0
  360. package/esm2022/molecules/feature/feature-icon/feature-icon.directive.mjs +22 -0
  361. package/esm2022/molecules/feature/feature-subheader/feature-subheader.directive.mjs +22 -0
  362. package/esm2022/molecules/feature/feature-subtitle/feature-subtitle.directive.mjs +22 -0
  363. package/esm2022/molecules/feature/feature-title/feature-title.directive.mjs +22 -0
  364. package/esm2022/molecules/feature/feature.module.mjs +44 -0
  365. package/esm2022/molecules/image-gallery/gallery-image/gallery-image.component.mjs +25 -0
  366. package/esm2022/molecules/image-gallery/image-gallery/image-gallery.component.mjs +15 -0
  367. package/esm2022/molecules/image-gallery/image-gallery.module.mjs +33 -0
  368. package/esm2022/molecules/image-list/image-list.component.mjs +20 -0
  369. package/esm2022/molecules/image-list/image-list.module.mjs +24 -0
  370. package/esm2022/molecules/qty-dropdown/qty-dropdown.component.mjs +113 -0
  371. package/esm2022/molecules/qty-dropdown/qty-dropdown.module.mjs +40 -0
  372. package/esm2022/navbar/daffodil-design-navbar.mjs +5 -0
  373. package/esm2022/navbar/examples/basic-navbar/basic-navbar.component.mjs +13 -0
  374. package/esm2022/navbar/examples/basic-navbar/basic-navbar.module.mjs +33 -0
  375. package/esm2022/navbar/examples/contained-navbar/contained-navbar.component.mjs +14 -0
  376. package/esm2022/navbar/examples/contained-navbar/contained-navbar.module.mjs +33 -0
  377. package/esm2022/navbar/examples/navbar-theming/navbar-theming.component.mjs +29 -0
  378. package/esm2022/navbar/examples/navbar-theming/navbar-theming.module.mjs +33 -0
  379. package/esm2022/navbar/examples/raised-navbar/raised-navbar.component.mjs +13 -0
  380. package/esm2022/navbar/examples/raised-navbar/raised-navbar.module.mjs +29 -0
  381. package/esm2022/navbar/index.mjs +2 -0
  382. package/esm2022/navbar/navbar/navbar.component.mjs +50 -0
  383. package/esm2022/navbar/navbar.module.mjs +20 -0
  384. package/esm2022/navbar/public_api.mjs +3 -0
  385. package/esm2022/notification/examples/default-notification/default-notification.component.mjs +19 -0
  386. package/esm2022/notification/examples/default-notification/default-notification.module.mjs +36 -0
  387. package/esm2022/notification/examples/dismissable-notification/dismissable-notification.component.mjs +18 -0
  388. package/esm2022/notification/examples/dismissable-notification/dismissable-notification.module.mjs +36 -0
  389. package/esm2022/notification/examples/notification-orientations/notification-orientations.component.mjs +24 -0
  390. package/esm2022/notification/examples/notification-orientations/notification-orientations.module.mjs +40 -0
  391. package/esm2022/notification/examples/notification-status/notification-status.component.mjs +25 -0
  392. package/esm2022/notification/examples/notification-status/notification-status.module.mjs +40 -0
  393. package/esm2022/notification/notification/notification.component.mjs +95 -0
  394. package/esm2022/notification/notification-actions/notification-actions.directive.mjs +19 -0
  395. package/esm2022/notification/notification-message/notification-message.directive.mjs +19 -0
  396. package/esm2022/notification/notification-subtitle/notification-subtitle.directive.mjs +19 -0
  397. package/esm2022/notification/notification-title/notification-title.directive.mjs +19 -0
  398. package/esm2022/notification/notification.module.mjs +54 -0
  399. package/esm2022/paginator/daffodil-design-paginator.mjs +5 -0
  400. package/esm2022/paginator/examples/basic-paginator/basic-paginator.component.mjs +19 -0
  401. package/esm2022/paginator/examples/link-paginator/link-paginator.component.mjs +26 -0
  402. package/esm2022/paginator/examples/paginator-examples.module.mjs +27 -0
  403. package/esm2022/paginator/paginator/paginator.component.mjs +182 -0
  404. package/esm2022/paginator/paginator.module.mjs +32 -0
  405. package/esm2022/paginator/public_api.mjs +3 -0
  406. package/esm2022/paginator/utils/paginator-errors.mjs +3 -0
  407. package/esm2022/public_api.mjs +26 -0
  408. package/esm2022/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.mjs +17 -0
  409. package/esm2022/quantity-field/examples/basic-quantity-field/basic-quantity-field.module.mjs +35 -0
  410. package/esm2022/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.mjs +17 -0
  411. package/esm2022/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.module.mjs +35 -0
  412. package/esm2022/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.mjs +17 -0
  413. package/esm2022/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.module.mjs +35 -0
  414. package/esm2022/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.mjs +17 -0
  415. package/esm2022/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.module.mjs +35 -0
  416. package/esm2022/radio/examples/basic-radio/basic-radio.component.mjs +19 -0
  417. package/esm2022/radio/examples/basic-radio/basic-radio.module.mjs +29 -0
  418. package/esm2022/sidebar/animation/sidebar-animation-state.mjs +24 -0
  419. package/esm2022/sidebar/animation/sidebar-animation-width.mjs +2 -0
  420. package/esm2022/sidebar/animation/sidebar-animation.mjs +51 -0
  421. package/esm2022/sidebar/animation/sidebar-viewport-animation-state.mjs +4 -0
  422. package/esm2022/sidebar/daffodil-design-sidebar.mjs +5 -0
  423. package/esm2022/sidebar/examples/basic-sidebar/basic-sidebar.component.mjs +12 -0
  424. package/esm2022/sidebar/examples/basic-sidebar/basic-sidebar.module.mjs +32 -0
  425. package/esm2022/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.component.mjs +29 -0
  426. package/esm2022/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.module.mjs +44 -0
  427. package/esm2022/sidebar/examples/public_api.mjs +15 -0
  428. package/esm2022/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.component.mjs +13 -0
  429. package/esm2022/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.module.mjs +32 -0
  430. package/esm2022/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.component.mjs +12 -0
  431. package/esm2022/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.module.mjs +28 -0
  432. package/esm2022/sidebar/helper/sidebar-mode.mjs +2 -0
  433. package/esm2022/sidebar/helper/sidebar-side.mjs +2 -0
  434. package/esm2022/sidebar/index.mjs +2 -0
  435. package/esm2022/sidebar/public_api.mjs +8 -0
  436. package/esm2022/sidebar/sidebar/is-opening.mjs +13 -0
  437. package/esm2022/sidebar/sidebar/sidebar.component.mjs +158 -0
  438. package/esm2022/sidebar/sidebar-footer/sidebar-footer.component.mjs +17 -0
  439. package/esm2022/sidebar/sidebar-header/sidebar-header-action/sidebar-header-action.directive.mjs +22 -0
  440. package/esm2022/sidebar/sidebar-header/sidebar-header-title/sidebar-header-title.directive.mjs +22 -0
  441. package/esm2022/sidebar/sidebar-header/sidebar-header.component.mjs +17 -0
  442. package/esm2022/sidebar/sidebar-viewport/helper/has-parent-viewport.mjs +16 -0
  443. package/esm2022/sidebar/sidebar-viewport/nav-placement.mjs +10 -0
  444. package/esm2022/sidebar/sidebar-viewport/scroll-token/scroll.token.mjs +39 -0
  445. package/esm2022/sidebar/sidebar-viewport/sidebar-viewport.component.mjs +206 -0
  446. package/esm2022/sidebar/sidebar-viewport/utils/backdrop-interactable.mjs +5 -0
  447. package/esm2022/sidebar/sidebar-viewport/utils/content-pad.mjs +17 -0
  448. package/esm2022/sidebar/sidebar-viewport/utils/content-shift.mjs +21 -0
  449. package/esm2022/sidebar/sidebar.module.mjs +57 -0
  450. package/esm2022/tree/examples/basic-tree/basic-tree.component.mjs +39 -0
  451. package/esm2022/tree/examples/basic-tree/basic-tree.module.mjs +32 -0
  452. package/esm2022/tree/tree/tree-notifier.service.mjs +45 -0
  453. package/esm2022/tree/tree/tree.component.mjs +106 -0
  454. package/esm2022/tree/tree-item/tree-item.directive.mjs +154 -0
  455. package/esm2022/tree/tree.module.mjs +29 -0
  456. package/examples/examples.d.ts +1 -1
  457. package/fesm2022/daffodil-design-accordion-examples.mjs +45 -0
  458. package/fesm2022/daffodil-design-accordion-examples.mjs.map +1 -0
  459. package/fesm2022/daffodil-design-accordion.mjs +191 -0
  460. package/fesm2022/daffodil-design-accordion.mjs.map +1 -0
  461. package/fesm2022/daffodil-design-article-examples.mjs +145 -0
  462. package/fesm2022/daffodil-design-article-examples.mjs.map +1 -0
  463. package/fesm2022/daffodil-design-article.mjs +130 -0
  464. package/fesm2022/daffodil-design-article.mjs.map +1 -0
  465. package/fesm2022/daffodil-design-button-examples.mjs +313 -0
  466. package/fesm2022/daffodil-design-button-examples.mjs.map +1 -0
  467. package/fesm2022/daffodil-design-button.mjs +222 -0
  468. package/fesm2022/daffodil-design-button.mjs.map +1 -0
  469. package/fesm2022/daffodil-design-callout-examples.mjs +217 -0
  470. package/fesm2022/daffodil-design-callout-examples.mjs.map +1 -0
  471. package/fesm2022/daffodil-design-callout.mjs +215 -0
  472. package/fesm2022/daffodil-design-callout.mjs.map +1 -0
  473. package/fesm2022/daffodil-design-card-examples.mjs +350 -0
  474. package/fesm2022/daffodil-design-card-examples.mjs.map +1 -0
  475. package/fesm2022/daffodil-design-card.mjs +284 -0
  476. package/fesm2022/daffodil-design-card.mjs.map +1 -0
  477. package/fesm2022/daffodil-design-checkbox-examples.mjs +121 -0
  478. package/fesm2022/daffodil-design-checkbox-examples.mjs.map +1 -0
  479. package/fesm2022/daffodil-design-container-examples.mjs +64 -0
  480. package/fesm2022/daffodil-design-container-examples.mjs.map +1 -0
  481. package/fesm2022/daffodil-design-container.mjs +65 -0
  482. package/fesm2022/daffodil-design-container.mjs.map +1 -0
  483. package/fesm2022/daffodil-design-hero-examples.mjs +214 -0
  484. package/fesm2022/daffodil-design-hero-examples.mjs.map +1 -0
  485. package/fesm2022/daffodil-design-hero.mjs +216 -0
  486. package/fesm2022/daffodil-design-hero.mjs.map +1 -0
  487. package/fesm2022/daffodil-design-image-examples.mjs +115 -0
  488. package/fesm2022/daffodil-design-image-examples.mjs.map +1 -0
  489. package/fesm2022/daffodil-design-image.mjs +152 -0
  490. package/fesm2022/daffodil-design-image.mjs.map +1 -0
  491. package/fesm2022/daffodil-design-input-examples.mjs +145 -0
  492. package/fesm2022/daffodil-design-input-examples.mjs.map +1 -0
  493. package/fesm2022/daffodil-design-link-set.mjs +147 -0
  494. package/fesm2022/daffodil-design-link-set.mjs.map +1 -0
  495. package/fesm2022/daffodil-design-list-examples.mjs +192 -0
  496. package/fesm2022/daffodil-design-list-examples.mjs.map +1 -0
  497. package/fesm2022/daffodil-design-list.mjs +220 -0
  498. package/fesm2022/daffodil-design-list.mjs.map +1 -0
  499. package/fesm2022/daffodil-design-loading-icon-examples.mjs +89 -0
  500. package/fesm2022/daffodil-design-loading-icon-examples.mjs.map +1 -0
  501. package/fesm2022/daffodil-design-loading-icon.mjs +80 -0
  502. package/fesm2022/daffodil-design-loading-icon.mjs.map +1 -0
  503. package/fesm2022/daffodil-design-media-gallery-examples.mjs +118 -0
  504. package/fesm2022/daffodil-design-media-gallery-examples.mjs.map +1 -0
  505. package/fesm2022/daffodil-design-media-gallery.mjs +347 -0
  506. package/fesm2022/daffodil-design-media-gallery.mjs.map +1 -0
  507. package/fesm2022/daffodil-design-menu-examples.mjs +74 -0
  508. package/fesm2022/daffodil-design-menu-examples.mjs.map +1 -0
  509. package/fesm2022/daffodil-design-menu.mjs +256 -0
  510. package/fesm2022/daffodil-design-menu.mjs.map +1 -0
  511. package/fesm2022/daffodil-design-modal-examples.mjs +66 -0
  512. package/fesm2022/daffodil-design-modal-examples.mjs.map +1 -0
  513. package/fesm2022/daffodil-design-modal.mjs +270 -0
  514. package/fesm2022/daffodil-design-modal.mjs.map +1 -0
  515. package/fesm2022/daffodil-design-navbar-examples.mjs +176 -0
  516. package/fesm2022/daffodil-design-navbar-examples.mjs.map +1 -0
  517. package/fesm2022/daffodil-design-navbar.mjs +74 -0
  518. package/fesm2022/daffodil-design-navbar.mjs.map +1 -0
  519. package/fesm2022/daffodil-design-notification-examples.mjs +204 -0
  520. package/fesm2022/daffodil-design-notification-examples.mjs.map +1 -0
  521. package/fesm2022/daffodil-design-notification.mjs +216 -0
  522. package/fesm2022/daffodil-design-notification.mjs.map +1 -0
  523. package/fesm2022/daffodil-design-paginator-examples.mjs +75 -0
  524. package/fesm2022/daffodil-design-paginator-examples.mjs.map +1 -0
  525. package/fesm2022/daffodil-design-paginator.mjs +220 -0
  526. package/fesm2022/daffodil-design-paginator.mjs.map +1 -0
  527. package/fesm2022/daffodil-design-quantity-field-examples.mjs +185 -0
  528. package/fesm2022/daffodil-design-quantity-field-examples.mjs.map +1 -0
  529. package/fesm2022/daffodil-design-radio-examples.mjs +58 -0
  530. package/fesm2022/daffodil-design-radio-examples.mjs.map +1 -0
  531. package/fesm2022/daffodil-design-sidebar-examples.mjs +187 -0
  532. package/fesm2022/daffodil-design-sidebar-examples.mjs.map +1 -0
  533. package/fesm2022/daffodil-design-sidebar.mjs +670 -0
  534. package/fesm2022/daffodil-design-sidebar.mjs.map +1 -0
  535. package/fesm2022/daffodil-design-tree-examples.mjs +79 -0
  536. package/fesm2022/daffodil-design-tree-examples.mjs.map +1 -0
  537. package/fesm2022/daffodil-design-tree.mjs +446 -0
  538. package/fesm2022/daffodil-design-tree.mjs.map +1 -0
  539. package/fesm2022/daffodil-design.mjs +2675 -0
  540. package/fesm2022/daffodil-design.mjs.map +1 -0
  541. package/hero/README.md +54 -0
  542. package/hero/examples/compact-hero/compact-hero.module.d.ts +4 -3
  543. package/hero/examples/hero-text-alignment/hero-text-alignment.module.d.ts +5 -3
  544. package/hero/examples/hero-theming/hero-theming.module.d.ts +4 -3
  545. package/hero/examples/hero-with-grid/hero-with-grid.module.d.ts +5 -3
  546. package/hero/hero/hero.component.d.ts +79 -0
  547. package/hero/index.d.ts +1 -0
  548. package/hero/src/hero-theme.scss +59 -0
  549. package/image/README.md +31 -0
  550. package/image/examples/basic-image/basic-image.module.d.ts +1 -1
  551. package/image/examples/load-image/load-image.module.d.ts +1 -1
  552. package/image/examples/skeleton-image/skeleton-image.module.d.ts +1 -1
  553. package/image/image/image.component.d.ts +52 -0
  554. package/image/image.module.d.ts +8 -0
  555. package/image/index.d.ts +1 -0
  556. package/image/public_api.d.ts +2 -0
  557. package/link-set/README.md +44 -0
  558. package/link-set/index.d.ts +1 -0
  559. package/link-set/link-set/link-set.component.d.ts +32 -0
  560. package/list/README.md +69 -0
  561. package/list/examples/basic-list/basic-list.module.d.ts +1 -1
  562. package/list/examples/icon-list/icon-list.module.d.ts +1 -1
  563. package/list/examples/multiline-list/multiline-list.module.d.ts +1 -1
  564. package/list/examples/nav-list/nav-list.module.d.ts +1 -1
  565. package/list/index.d.ts +1 -0
  566. package/list/list/list.component.d.ts +71 -0
  567. package/list/list-item/list-item.component.d.ts +30 -0
  568. package/list/list.module.d.ts +11 -0
  569. package/list/src/list-theme.scss +71 -0
  570. package/loading-icon/README.md +7 -0
  571. package/loading-icon/examples/loading-icon-color/loading-icon-color.module.d.ts +4 -3
  572. package/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.d.ts +1 -1
  573. package/loading-icon/index.d.ts +1 -0
  574. package/loading-icon/loading-icon/loading-icon.component.d.ts +40 -0
  575. package/loading-icon/loading-icon.module.d.ts +8 -0
  576. package/loading-icon/public_api.d.ts +2 -0
  577. package/loading-icon/src/loading-icon-theme.scss +61 -0
  578. package/media-gallery/README.md +19 -0
  579. package/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.d.ts +3 -2
  580. package/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.d.ts +3 -2
  581. package/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.module.d.ts +3 -2
  582. package/media-gallery/index.d.ts +1 -0
  583. package/media-gallery/media-gallery/media-gallery.component.d.ts +41 -0
  584. package/media-gallery/media-gallery.module.d.ts +10 -0
  585. package/media-gallery/media-renderer/media-renderer.component.d.ts +29 -0
  586. package/media-gallery/public_api.d.ts +4 -0
  587. package/media-gallery/registry/media-gallery.registry.d.ts +34 -0
  588. package/media-gallery/src/media-gallery-theme.scss +27 -0
  589. package/media-gallery/thumbnail/thumbnail-registration.interface.d.ts +9 -0
  590. package/media-gallery/thumbnail/thumbnail.directive.d.ts +44 -0
  591. package/menu/README.md +7 -0
  592. package/menu/examples/basic-menu/basic-menu.module.d.ts +4 -3
  593. package/menu/index.d.ts +1 -0
  594. package/menu/menu/menu.component.d.ts +19 -0
  595. package/menu/menu-activator/menu-activator.component.d.ts +18 -0
  596. package/menu/menu-item/menu-item.component.d.ts +20 -0
  597. package/menu/public_api.d.ts +6 -0
  598. package/menu/services/menu.service.d.ts +24 -0
  599. package/menu/src/menu-theme.scss +25 -0
  600. package/modal/README.md +47 -0
  601. package/modal/animations/modal-animation-state.d.ts +1 -0
  602. package/modal/examples/basic-modal/basic-modal.component.d.ts +1 -1
  603. package/modal/examples/basic-modal/basic-modal.module.d.ts +3 -2
  604. package/modal/index.d.ts +1 -0
  605. package/modal/modal/modal.component.d.ts +52 -0
  606. package/modal/modal/modal.d.ts +13 -0
  607. package/modal/public_api.d.ts +8 -0
  608. package/modal/service/modal.service.d.ts +19 -0
  609. package/modal/src/modal-theme.scss +9 -0
  610. package/molecules/backdrop/animation/backdrop-animation-state.d.ts +1 -1
  611. package/molecules/backdrop/backdrop/backdrop.component.d.ts +1 -1
  612. package/molecules/feature/feature/feature.component.d.ts +2 -2
  613. package/molecules/image-gallery/gallery-image/gallery-image.component.d.ts +1 -1
  614. package/molecules/qty-dropdown/qty-dropdown.component.d.ts +1 -1
  615. package/navbar/README.md +41 -0
  616. package/navbar/examples/basic-navbar/basic-navbar.module.d.ts +4 -2
  617. package/navbar/examples/contained-navbar/contained-navbar.module.d.ts +4 -2
  618. package/navbar/examples/navbar-theming/navbar-theming.module.d.ts +3 -2
  619. package/navbar/examples/raised-navbar/raised-navbar.module.d.ts +3 -2
  620. package/navbar/index.d.ts +1 -0
  621. package/navbar/navbar/navbar.component.d.ts +40 -0
  622. package/navbar/navbar.module.d.ts +7 -0
  623. package/navbar/public_api.d.ts +2 -0
  624. package/navbar/src/navbar-theme.scss +57 -0
  625. package/notification/examples/default-notification/default-notification.module.d.ts +1 -1
  626. package/notification/examples/dismissable-notification/dismissable-notification.module.d.ts +1 -1
  627. package/notification/examples/notification-orientations/notification-orientations.module.d.ts +1 -1
  628. package/notification/examples/notification-status/notification-status.module.d.ts +1 -1
  629. package/notification/notification/notification.component.d.ts +2 -2
  630. package/notification/src/notification-theme.scss +4 -4
  631. package/package.json +1 -1
  632. package/paginator/README.md +11 -0
  633. package/paginator/examples/paginator-examples.module.d.ts +1 -1
  634. package/paginator/index.d.ts +5 -0
  635. package/paginator/paginator/paginator.component.d.ts +145 -0
  636. package/paginator/paginator.module.d.ts +10 -0
  637. package/paginator/public_api.d.ts +2 -0
  638. package/paginator/src/paginator-theme.scss +90 -0
  639. package/public_api.d.ts +0 -17
  640. package/radio/examples/basic-radio/basic-radio.component.d.ts +1 -3
  641. package/scss/state/skeleton/_mixins.scss +2 -2
  642. package/scss/theme.scss +15 -17
  643. package/scss/theming/_color-palettes.scss +1 -1
  644. package/scss/theming/_configure-theme.scss +12 -12
  645. package/scss/theming/_theme-css-variables.scss +2 -2
  646. package/scss/theming/contrast/text-contrast/text-contrast.scss +1 -1
  647. package/sidebar/README.md +135 -0
  648. package/sidebar/animation/sidebar-animation-state.d.ts +3 -0
  649. package/sidebar/animation/sidebar-animation.d.ts +15 -0
  650. package/sidebar/animation/sidebar-viewport-animation-state.d.ts +8 -0
  651. package/sidebar/examples/basic-sidebar/basic-sidebar.module.d.ts +4 -2
  652. package/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.component.d.ts +12 -0
  653. package/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.module.d.ts +13 -0
  654. package/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.component.d.ts +5 -0
  655. package/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.module.d.ts +10 -0
  656. package/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.component.d.ts +5 -0
  657. package/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.module.d.ts +9 -0
  658. package/sidebar/helper/sidebar-mode.d.ts +27 -0
  659. package/sidebar/helper/sidebar-side.d.ts +12 -0
  660. package/sidebar/index.d.ts +1 -0
  661. package/sidebar/public_api.d.ts +9 -0
  662. package/sidebar/sidebar/is-opening.d.ts +5 -0
  663. package/sidebar/sidebar/sidebar.component.d.ts +73 -0
  664. package/sidebar/sidebar-footer/sidebar-footer.component.d.ts +6 -0
  665. package/sidebar/sidebar-header/sidebar-header-action/sidebar-header-action.directive.d.ts +9 -0
  666. package/sidebar/sidebar-header/sidebar-header-title/sidebar-header-title.directive.d.ts +9 -0
  667. package/sidebar/sidebar-header/sidebar-header.component.d.ts +6 -0
  668. package/sidebar/sidebar-viewport/helper/has-parent-viewport.d.ts +6 -0
  669. package/sidebar/sidebar-viewport/nav-placement.d.ts +13 -0
  670. package/sidebar/sidebar-viewport/scroll-token/scroll.token.d.ts +23 -0
  671. package/sidebar/sidebar-viewport/sidebar-viewport.component.d.ts +100 -0
  672. package/sidebar/sidebar-viewport/utils/backdrop-interactable.d.ts +6 -0
  673. package/sidebar/sidebar-viewport/utils/content-pad.d.ts +7 -0
  674. package/sidebar/sidebar-viewport/utils/content-shift.d.ts +8 -0
  675. package/sidebar/sidebar.module.d.ts +15 -0
  676. package/sidebar/src/helper/_variables.scss +8 -0
  677. package/sidebar/src/sidebar-theme.scss +22 -0
  678. package/src/atoms/form/form-field/form-field/form-field-theme.scss +3 -3
  679. package/src/atoms/form/native-select/native-select-theme.scss +2 -2
  680. package/tree/interfaces/recursive-key.d.ts +1 -1
  681. package/tree/src/tree-theme.scss +4 -4
  682. package/tree/tree/tree.component.d.ts +1 -1
  683. package/tree/tree-item/tree-item.directive.d.ts +1 -1
  684. package/accordion/examples/basic-accordion/basic-accordion.module.d.ts +0 -8
  685. package/accordion/examples/nav-accordion/nav-accordion.component.d.ts +0 -5
  686. package/accordion/examples/nav-accordion/nav-accordion.module.d.ts +0 -8
  687. package/atoms/button/button.component.d.ts +0 -105
  688. package/atoms/button/button.module.d.ts +0 -10
  689. package/atoms/button/public_api.d.ts +0 -2
  690. package/atoms/container/container.component.d.ts +0 -34
  691. package/atoms/container/container.module.d.ts +0 -8
  692. package/atoms/container/public_api.d.ts +0 -2
  693. package/atoms/image/image.component.d.ts +0 -54
  694. package/atoms/image/image.module.d.ts +0 -8
  695. package/atoms/image/public_api.d.ts +0 -2
  696. package/atoms/loading-icon/loading-icon.component.d.ts +0 -42
  697. package/atoms/loading-icon/loading-icon.module.d.ts +0 -8
  698. package/atoms/loading-icon/public_api.d.ts +0 -2
  699. package/core/sizeable/sizeable-mixin.d.ts +0 -15
  700. package/core/sizeable/sizeable.d.ts +0 -16
  701. package/esm2020/accordion/examples/basic-accordion/basic-accordion.component.mjs +0 -12
  702. package/esm2020/accordion/examples/basic-accordion/basic-accordion.module.mjs +0 -24
  703. package/esm2020/accordion/examples/nav-accordion/nav-accordion.component.mjs +0 -12
  704. package/esm2020/accordion/examples/nav-accordion/nav-accordion.module.mjs +0 -24
  705. package/esm2020/accordion/examples/public_api.mjs +0 -10
  706. package/esm2020/article/examples/article-blockquote/article-blockquote.component.mjs +0 -12
  707. package/esm2020/article/examples/article-code-block/article-code-block.component.mjs +0 -12
  708. package/esm2020/article/examples/article-code-inline/article-code-inline.component.mjs +0 -12
  709. package/esm2020/article/examples/article-examples.module.mjs +0 -36
  710. package/esm2020/article/examples/article-headings/article-headings.component.mjs +0 -12
  711. package/esm2020/article/examples/article-hr/article-hr.component.mjs +0 -12
  712. package/esm2020/article/examples/article-lead/article-lead.component.mjs +0 -12
  713. package/esm2020/article/examples/article-link/article-link.component.mjs +0 -12
  714. package/esm2020/article/examples/article-meta/article-meta.component.mjs +0 -12
  715. package/esm2020/article/examples/article-ol/article-ol.component.mjs +0 -12
  716. package/esm2020/article/examples/article-table/article-table.component.mjs +0 -12
  717. package/esm2020/article/examples/article-ul/article-ul.component.mjs +0 -12
  718. package/esm2020/atoms/button/button.component.mjs +0 -189
  719. package/esm2020/atoms/button/button.module.mjs +0 -34
  720. package/esm2020/atoms/button/public_api.mjs +0 -3
  721. package/esm2020/atoms/container/container.component.mjs +0 -37
  722. package/esm2020/atoms/container/container.module.mjs +0 -24
  723. package/esm2020/atoms/container/public_api.mjs +0 -3
  724. package/esm2020/atoms/form/checkbox/checkbox.component.mjs +0 -142
  725. package/esm2020/atoms/form/checkbox/checkbox.module.mjs +0 -39
  726. package/esm2020/atoms/form/checkbox/cva/checkbox-cva.directive.mjs +0 -94
  727. package/esm2020/atoms/form/checkbox-set/checkbox-set.component.mjs +0 -38
  728. package/esm2020/atoms/form/error-message/error-message.component.mjs +0 -17
  729. package/esm2020/atoms/form/error-message/error-message.module.mjs +0 -20
  730. package/esm2020/atoms/form/form-field/form-field/form-field.component.mjs +0 -102
  731. package/esm2020/atoms/form/form-field/form-field.module.mjs +0 -34
  732. package/esm2020/atoms/form/form-label/form-label.directive.mjs +0 -19
  733. package/esm2020/atoms/form/form-label/form-label.module.mjs +0 -20
  734. package/esm2020/atoms/form/input/input.component.mjs +0 -59
  735. package/esm2020/atoms/form/input/input.module.mjs +0 -24
  736. package/esm2020/atoms/form/native-select/native-select.component.mjs +0 -64
  737. package/esm2020/atoms/form/native-select/native-select.module.mjs +0 -24
  738. package/esm2020/atoms/form/quantity-field/quantity-field.component.mjs +0 -134
  739. package/esm2020/atoms/form/quantity-field/quantity-field.module.mjs +0 -46
  740. package/esm2020/atoms/form/quantity-field/quantity-input/quantity-input.component.mjs +0 -97
  741. package/esm2020/atoms/form/quantity-field/quantity-select/quantity-select.component.mjs +0 -84
  742. package/esm2020/atoms/form/radio/cva/radio-cva.directive.mjs +0 -89
  743. package/esm2020/atoms/form/radio/radio.component.mjs +0 -132
  744. package/esm2020/atoms/form/radio/radio.module.mjs +0 -34
  745. package/esm2020/atoms/form/radio/registry/radio-registry.mjs +0 -54
  746. package/esm2020/atoms/form/radio-set/radio-set.component.mjs +0 -22
  747. package/esm2020/atoms/image/image.component.mjs +0 -125
  748. package/esm2020/atoms/image/image.module.mjs +0 -24
  749. package/esm2020/atoms/image/public_api.mjs +0 -3
  750. package/esm2020/atoms/loading-icon/loading-icon.component.mjs +0 -52
  751. package/esm2020/atoms/loading-icon/loading-icon.module.mjs +0 -24
  752. package/esm2020/atoms/loading-icon/public_api.mjs +0 -3
  753. package/esm2020/atoms/progress-indicator/progress-indicator.component.mjs +0 -81
  754. package/esm2020/atoms/progress-indicator/progress-indicator.module.mjs +0 -20
  755. package/esm2020/button/examples/basic-button/basic-button.component.mjs +0 -18
  756. package/esm2020/button/examples/basic-button/basic-button.module.mjs +0 -28
  757. package/esm2020/button/examples/flat-button/flat-button.component.mjs +0 -18
  758. package/esm2020/button/examples/flat-button/flat-button.module.mjs +0 -28
  759. package/esm2020/button/examples/icon-button/icon-button.component.mjs +0 -17
  760. package/esm2020/button/examples/icon-button/icon-button.module.mjs +0 -28
  761. package/esm2020/button/examples/raised-button/raised-button.component.mjs +0 -18
  762. package/esm2020/button/examples/raised-button/raised-button.module.mjs +0 -28
  763. package/esm2020/button/examples/sizeable-button/sizeable-button.component.mjs +0 -17
  764. package/esm2020/button/examples/sizeable-button/sizeable-button.module.mjs +0 -28
  765. package/esm2020/button/examples/statusable-button/statusable-button.component.mjs +0 -19
  766. package/esm2020/button/examples/statusable-button/statusable-button.module.mjs +0 -28
  767. package/esm2020/button/examples/stroked-button/stroked-button.component.mjs +0 -18
  768. package/esm2020/button/examples/stroked-button/stroked-button.module.mjs +0 -28
  769. package/esm2020/button/examples/underline-button/underline-button.component.mjs +0 -18
  770. package/esm2020/button/examples/underline-button/underline-button.module.mjs +0 -28
  771. package/esm2020/callout/examples/callout-text-alignment/callout-text-alignment.component.mjs +0 -27
  772. package/esm2020/callout/examples/callout-text-alignment/callout-text-alignment.module.mjs +0 -39
  773. package/esm2020/callout/examples/callout-theming/callout-theming.component.mjs +0 -31
  774. package/esm2020/callout/examples/callout-theming/callout-theming.module.mjs +0 -36
  775. package/esm2020/callout/examples/callout-with-grid/callout-with-grid.component.mjs +0 -17
  776. package/esm2020/callout/examples/callout-with-grid/callout-with-grid.module.mjs +0 -39
  777. package/esm2020/callout/examples/compact-callout/compact-callout.component.mjs +0 -17
  778. package/esm2020/callout/examples/compact-callout/compact-callout.module.mjs +0 -35
  779. package/esm2020/card/examples/basic-card/basic-card.component.mjs +0 -17
  780. package/esm2020/card/examples/basic-card/basic-card.module.mjs +0 -38
  781. package/esm2020/card/examples/card-orientation/card-orientation.component.mjs +0 -26
  782. package/esm2020/card/examples/card-orientation/card-orientation.module.mjs +0 -42
  783. package/esm2020/card/examples/card-theming/card-theming.component.mjs +0 -28
  784. package/esm2020/card/examples/card-theming/card-theming.module.mjs +0 -35
  785. package/esm2020/card/examples/linkable-card/linkable-card.component.mjs +0 -30
  786. package/esm2020/card/examples/linkable-card/linkable-card.module.mjs +0 -42
  787. package/esm2020/card/examples/raised-card/raised-card.component.mjs +0 -28
  788. package/esm2020/card/examples/raised-card/raised-card.module.mjs +0 -38
  789. package/esm2020/card/examples/stroked-card/stroked-card.component.mjs +0 -28
  790. package/esm2020/card/examples/stroked-card/stroked-card.module.mjs +0 -42
  791. package/esm2020/checkbox/examples/basic-checkbox/basic-checkbox.component.mjs +0 -26
  792. package/esm2020/checkbox/examples/basic-checkbox/basic-checkbox.module.mjs +0 -32
  793. package/esm2020/checkbox/examples/checkbox-set/checkbox-set.component.mjs +0 -28
  794. package/esm2020/checkbox/examples/checkbox-set/checkbox-set.module.mjs +0 -32
  795. package/esm2020/container/examples/container-sizes/container-sizes.component.mjs +0 -25
  796. package/esm2020/container/examples/container-sizes/container-sizes.module.mjs +0 -32
  797. package/esm2020/core/colorable/colorable-mixin.mjs +0 -42
  798. package/esm2020/core/compactable/compactable-mixin.mjs +0 -26
  799. package/esm2020/core/focus/stack.service.mjs +0 -71
  800. package/esm2020/core/prefix-suffix/prefix-suffix.module.mjs +0 -26
  801. package/esm2020/core/prefix-suffix/prefix.directive.mjs +0 -24
  802. package/esm2020/core/prefix-suffix/prefixable/prefixable.mjs +0 -23
  803. package/esm2020/core/prefix-suffix/suffix.directive.mjs +0 -24
  804. package/esm2020/core/prefix-suffix/suffixable/suffixable.mjs +0 -23
  805. package/esm2020/core/public_api.mjs +0 -17
  806. package/esm2020/core/sizeable/sizeable-mixin.mjs +0 -31
  807. package/esm2020/core/sizeable/sizeable.mjs +0 -9
  808. package/esm2020/core/skeletonable/skeletonable-mixin.mjs +0 -26
  809. package/esm2020/core/statusable/statusable-mixin.mjs +0 -32
  810. package/esm2020/core/text-alignable/text-alignable-mixin.mjs +0 -35
  811. package/esm2020/core/text-alignable/text-alignable.mjs +0 -7
  812. package/esm2020/core/theming/services/class-setter/theme-class-setter.service.mjs +0 -52
  813. package/esm2020/core/theming/services/os-theme/ostheme.service.mjs +0 -49
  814. package/esm2020/core/theming/services/storage/theme-storage.service.mjs +0 -67
  815. package/esm2020/core/theming/services/theming.service.mjs +0 -61
  816. package/esm2020/hero/examples/compact-hero/compact-hero.component.mjs +0 -17
  817. package/esm2020/hero/examples/compact-hero/compact-hero.module.mjs +0 -39
  818. package/esm2020/hero/examples/hero-text-alignment/hero-text-alignment.component.mjs +0 -27
  819. package/esm2020/hero/examples/hero-text-alignment/hero-text-alignment.module.mjs +0 -39
  820. package/esm2020/hero/examples/hero-theming/hero-theming.component.mjs +0 -21
  821. package/esm2020/hero/examples/hero-theming/hero-theming.module.mjs +0 -39
  822. package/esm2020/hero/examples/hero-with-grid/hero-with-grid.component.mjs +0 -17
  823. package/esm2020/hero/examples/hero-with-grid/hero-with-grid.module.mjs +0 -39
  824. package/esm2020/image/examples/basic-image/basic-image.component.mjs +0 -12
  825. package/esm2020/image/examples/basic-image/basic-image.module.mjs +0 -24
  826. package/esm2020/image/examples/load-image/load-image.component.mjs +0 -19
  827. package/esm2020/image/examples/load-image/load-image.module.mjs +0 -28
  828. package/esm2020/image/examples/skeleton-image/skeleton-image.component.mjs +0 -12
  829. package/esm2020/image/examples/skeleton-image/skeleton-image.module.mjs +0 -24
  830. package/esm2020/input/examples/basic-input/basic-input.component.mjs +0 -12
  831. package/esm2020/input/examples/basic-input/basic-input.module.mjs +0 -24
  832. package/esm2020/input/examples/input-disabled/input-disabled.component.mjs +0 -12
  833. package/esm2020/input/examples/input-disabled/input-disabled.module.mjs +0 -24
  834. package/esm2020/input/examples/input-error/input-error.component.mjs +0 -20
  835. package/esm2020/input/examples/input-error/input-error.module.mjs +0 -28
  836. package/esm2020/input/examples/input-with-form-field/input-with-form-field.component.mjs +0 -12
  837. package/esm2020/input/examples/input-with-form-field/input-with-form-field.module.mjs +0 -24
  838. package/esm2020/list/examples/basic-list/basic-list.component.mjs +0 -12
  839. package/esm2020/list/examples/basic-list/basic-list.module.mjs +0 -28
  840. package/esm2020/list/examples/icon-list/icon-list.component.mjs +0 -17
  841. package/esm2020/list/examples/icon-list/icon-list.module.mjs +0 -32
  842. package/esm2020/list/examples/list-examples.module.mjs +0 -33
  843. package/esm2020/list/examples/multiline-list/multiline-list.component.mjs +0 -12
  844. package/esm2020/list/examples/multiline-list/multiline-list.module.mjs +0 -32
  845. package/esm2020/list/examples/nav-list/nav-list.component.mjs +0 -17
  846. package/esm2020/list/examples/nav-list/nav-list.module.mjs +0 -32
  847. package/esm2020/loading-icon/examples/loading-icon-color/loading-icon-color.component.mjs +0 -19
  848. package/esm2020/loading-icon/examples/loading-icon-color/loading-icon-color.module.mjs +0 -31
  849. package/esm2020/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.mjs +0 -12
  850. package/esm2020/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.mjs +0 -24
  851. package/esm2020/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.mjs +0 -12
  852. package/esm2020/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.mjs +0 -28
  853. package/esm2020/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.mjs +0 -12
  854. package/esm2020/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.mjs +0 -28
  855. package/esm2020/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.mjs +0 -12
  856. package/esm2020/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.module.mjs +0 -28
  857. package/esm2020/menu/examples/basic-menu/basic-menu.component.mjs +0 -16
  858. package/esm2020/menu/examples/basic-menu/basic-menu.module.mjs +0 -34
  859. package/esm2020/menu/examples/basic-menu/menu-content/menu-content.component.mjs +0 -19
  860. package/esm2020/modal/examples/basic-modal/basic-modal.component.mjs +0 -20
  861. package/esm2020/modal/examples/basic-modal/basic-modal.module.mjs +0 -30
  862. package/esm2020/modal/examples/basic-modal/modal-content.component.mjs +0 -12
  863. package/esm2020/molecules/accordion/accordion/accordion.component.mjs +0 -27
  864. package/esm2020/molecules/accordion/accordion-item/accordion-item.component.mjs +0 -54
  865. package/esm2020/molecules/accordion/accordion-item-content/accordion-item-content.directive.mjs +0 -22
  866. package/esm2020/molecules/accordion/accordion-item-title/accordion-item-title.directive.mjs +0 -22
  867. package/esm2020/molecules/accordion/accordion.module.mjs +0 -52
  868. package/esm2020/molecules/accordion/animation/accordion-animation-state.mjs +0 -9
  869. package/esm2020/molecules/accordion/animation/accordion-animation.mjs +0 -18
  870. package/esm2020/molecules/accordion/nav-accordion-item/nav-accordion-item.component.mjs +0 -81
  871. package/esm2020/molecules/accordion/public_api.mjs +0 -7
  872. package/esm2020/molecules/article/article/article.component.mjs +0 -30
  873. package/esm2020/molecules/article/article-lead/article-lead.directive.mjs +0 -22
  874. package/esm2020/molecules/article/article-meta/article-meta.directive.mjs +0 -22
  875. package/esm2020/molecules/article/article-title/article-title.directive.mjs +0 -22
  876. package/esm2020/molecules/article/article.module.mjs +0 -39
  877. package/esm2020/molecules/article/public_api.mjs +0 -6
  878. package/esm2020/molecules/backdrop/backdrop/backdrop.component.mjs +0 -87
  879. package/esm2020/molecules/backdrop/backdrop.module.mjs +0 -24
  880. package/esm2020/molecules/button-set/button-set.component.mjs +0 -23
  881. package/esm2020/molecules/button-set/button-set.module.mjs +0 -20
  882. package/esm2020/molecules/callout/callout/callout.component.mjs +0 -71
  883. package/esm2020/molecules/callout/callout-body/callout-body.directive.mjs +0 -22
  884. package/esm2020/molecules/callout/callout-icon/callout-icon.directive.mjs +0 -22
  885. package/esm2020/molecules/callout/callout-subtitle/callout-subtitle.directive.mjs +0 -22
  886. package/esm2020/molecules/callout/callout-tagline/callout-tagline.directive.mjs +0 -22
  887. package/esm2020/molecules/callout/callout-title/callout-title.directive.mjs +0 -22
  888. package/esm2020/molecules/callout/callout.module.mjs +0 -49
  889. package/esm2020/molecules/callout/public_api.mjs +0 -8
  890. package/esm2020/molecules/card/card/card.component.mjs +0 -113
  891. package/esm2020/molecules/card/card-actions/card-actions.directive.mjs +0 -22
  892. package/esm2020/molecules/card/card-content/card-content.directive.mjs +0 -22
  893. package/esm2020/molecules/card/card-icon/card-icon.directive.mjs +0 -22
  894. package/esm2020/molecules/card/card-image/card-image.directive.mjs +0 -22
  895. package/esm2020/molecules/card/card-tagline/card-tagline.directive.mjs +0 -22
  896. package/esm2020/molecules/card/card-title/card-title.directive.mjs +0 -22
  897. package/esm2020/molecules/card/card.module.mjs +0 -54
  898. package/esm2020/molecules/card/public_api.mjs +0 -9
  899. package/esm2020/molecules/feature/feature/feature.component.mjs +0 -49
  900. package/esm2020/molecules/feature/feature-icon/feature-icon.directive.mjs +0 -22
  901. package/esm2020/molecules/feature/feature-subheader/feature-subheader.directive.mjs +0 -22
  902. package/esm2020/molecules/feature/feature-subtitle/feature-subtitle.directive.mjs +0 -22
  903. package/esm2020/molecules/feature/feature-title/feature-title.directive.mjs +0 -22
  904. package/esm2020/molecules/feature/feature.module.mjs +0 -44
  905. package/esm2020/molecules/hero/hero/hero.component.mjs +0 -72
  906. package/esm2020/molecules/hero/hero-body/hero-body.directive.mjs +0 -22
  907. package/esm2020/molecules/hero/hero-icon/hero-icon.directive.mjs +0 -22
  908. package/esm2020/molecules/hero/hero-subtitle/hero-subtitle.directive.mjs +0 -22
  909. package/esm2020/molecules/hero/hero-tagline/hero-tagline.directive.mjs +0 -22
  910. package/esm2020/molecules/hero/hero-title/hero-title.directive.mjs +0 -22
  911. package/esm2020/molecules/hero/hero.module.mjs +0 -49
  912. package/esm2020/molecules/hero/public_api.mjs +0 -8
  913. package/esm2020/molecules/image-gallery/gallery-image/gallery-image.component.mjs +0 -25
  914. package/esm2020/molecules/image-gallery/image-gallery/image-gallery.component.mjs +0 -15
  915. package/esm2020/molecules/image-gallery/image-gallery.module.mjs +0 -33
  916. package/esm2020/molecules/image-list/image-list.component.mjs +0 -20
  917. package/esm2020/molecules/image-list/image-list.module.mjs +0 -24
  918. package/esm2020/molecules/link-set/link-set/link-set.component.mjs +0 -37
  919. package/esm2020/molecules/link-set/link-set-heading/link-set-heading.directive.mjs +0 -25
  920. package/esm2020/molecules/link-set/link-set-item/link-set-item.component.mjs +0 -26
  921. package/esm2020/molecules/link-set/link-set-subheading/link-set-subheading.directive.mjs +0 -25
  922. package/esm2020/molecules/link-set/link-set.module.mjs +0 -39
  923. package/esm2020/molecules/link-set/public_api.mjs +0 -6
  924. package/esm2020/molecules/list/list/list.component.mjs +0 -110
  925. package/esm2020/molecules/list/list-item/list-item.component.mjs +0 -49
  926. package/esm2020/molecules/list/list-subheader/list-subheader.directive.mjs +0 -25
  927. package/esm2020/molecules/list/list.module.mjs +0 -40
  928. package/esm2020/molecules/list/public_api.mjs +0 -5
  929. package/esm2020/molecules/media-gallery/media-gallery-registration.interface.mjs +0 -2
  930. package/esm2020/molecules/media-gallery/media-gallery-token.mjs +0 -3
  931. package/esm2020/molecules/media-gallery/media-gallery.component.mjs +0 -60
  932. package/esm2020/molecules/media-gallery/media-gallery.module.mjs +0 -32
  933. package/esm2020/molecules/media-gallery/media-renderer/media-renderer.component.mjs +0 -76
  934. package/esm2020/molecules/media-gallery/public_api.mjs +0 -5
  935. package/esm2020/molecules/media-gallery/registry/media-gallery.registry.mjs +0 -97
  936. package/esm2020/molecules/media-gallery/thumbnail/thumbnail-compat.token.mjs +0 -6
  937. package/esm2020/molecules/media-gallery/thumbnail/thumbnail-registration.interface.mjs +0 -2
  938. package/esm2020/molecules/media-gallery/thumbnail/thumbnail.directive.mjs +0 -88
  939. package/esm2020/molecules/menu/helpers/create-overlay.mjs +0 -29
  940. package/esm2020/molecules/menu/helpers/public_api.mjs +0 -2
  941. package/esm2020/molecules/menu/menu/menu.component.mjs +0 -63
  942. package/esm2020/molecules/menu/menu-activator/menu-activator.component.mjs +0 -48
  943. package/esm2020/molecules/menu/menu-item/menu-item.component.mjs +0 -35
  944. package/esm2020/molecules/menu/menu.module.mjs +0 -44
  945. package/esm2020/molecules/menu/public_api.mjs +0 -7
  946. package/esm2020/molecules/menu/service/menu.service.mjs +0 -52
  947. package/esm2020/molecules/modal/animations/modal-animation-state.mjs +0 -2
  948. package/esm2020/molecules/modal/animations/modal-animation.mjs +0 -9
  949. package/esm2020/molecules/modal/modal/modal-config.mjs +0 -2
  950. package/esm2020/molecules/modal/modal/modal.component.mjs +0 -93
  951. package/esm2020/molecules/modal/modal-actions/modal-actions.component.mjs +0 -11
  952. package/esm2020/molecules/modal/modal-content/modal-content.component.mjs +0 -11
  953. package/esm2020/molecules/modal/modal-header/modal-header.component.mjs +0 -20
  954. package/esm2020/molecules/modal/modal-title/modal-title.directive.mjs +0 -22
  955. package/esm2020/molecules/modal/modal.mjs +0 -2
  956. package/esm2020/molecules/modal/modal.module.mjs +0 -50
  957. package/esm2020/molecules/modal/public_api.mjs +0 -8
  958. package/esm2020/molecules/modal/service/modal.service.mjs +0 -70
  959. package/esm2020/molecules/navbar/navbar.component.mjs +0 -51
  960. package/esm2020/molecules/navbar/navbar.module.mjs +0 -20
  961. package/esm2020/molecules/navbar/public_api.mjs +0 -3
  962. package/esm2020/molecules/paginator/paginator-errors.mjs +0 -3
  963. package/esm2020/molecules/paginator/paginator.component.mjs +0 -182
  964. package/esm2020/molecules/paginator/paginator.module.mjs +0 -36
  965. package/esm2020/molecules/paginator/public_api.mjs +0 -3
  966. package/esm2020/molecules/qty-dropdown/qty-dropdown.component.mjs +0 -115
  967. package/esm2020/molecules/qty-dropdown/qty-dropdown.module.mjs +0 -40
  968. package/esm2020/molecules/sidebar/animation/sidebar-animation-state.mjs +0 -12
  969. package/esm2020/molecules/sidebar/animation/sidebar-animation-width.mjs +0 -2
  970. package/esm2020/molecules/sidebar/animation/sidebar-animation.mjs +0 -47
  971. package/esm2020/molecules/sidebar/animation/sidebar-viewport-animation-state.mjs +0 -3
  972. package/esm2020/molecules/sidebar/helper/sidebar-mode.mjs +0 -2
  973. package/esm2020/molecules/sidebar/helper/sidebar-side.mjs +0 -2
  974. package/esm2020/molecules/sidebar/public_api.mjs +0 -4
  975. package/esm2020/molecules/sidebar/sidebar/sidebar.component.mjs +0 -96
  976. package/esm2020/molecules/sidebar/sidebar-viewport/backdrop-interactable.mjs +0 -5
  977. package/esm2020/molecules/sidebar/sidebar-viewport/content-pad.mjs +0 -17
  978. package/esm2020/molecules/sidebar/sidebar-viewport/content-shift.mjs +0 -21
  979. package/esm2020/molecules/sidebar/sidebar-viewport/sidebar-viewport.component.mjs +0 -123
  980. package/esm2020/molecules/sidebar/sidebar.module.mjs +0 -37
  981. package/esm2020/navbar/examples/basic-navbar/basic-navbar.component.mjs +0 -12
  982. package/esm2020/navbar/examples/basic-navbar/basic-navbar.module.mjs +0 -31
  983. package/esm2020/navbar/examples/contained-navbar/contained-navbar.component.mjs +0 -12
  984. package/esm2020/navbar/examples/contained-navbar/contained-navbar.module.mjs +0 -31
  985. package/esm2020/navbar/examples/navbar-theming/navbar-theming.component.mjs +0 -28
  986. package/esm2020/navbar/examples/navbar-theming/navbar-theming.module.mjs +0 -32
  987. package/esm2020/navbar/examples/raised-navbar/raised-navbar.component.mjs +0 -12
  988. package/esm2020/navbar/examples/raised-navbar/raised-navbar.module.mjs +0 -28
  989. package/esm2020/notification/examples/default-notification/default-notification.component.mjs +0 -18
  990. package/esm2020/notification/examples/default-notification/default-notification.module.mjs +0 -36
  991. package/esm2020/notification/examples/dismissable-notification/dismissable-notification.component.mjs +0 -18
  992. package/esm2020/notification/examples/dismissable-notification/dismissable-notification.module.mjs +0 -36
  993. package/esm2020/notification/examples/notification-orientations/notification-orientations.component.mjs +0 -23
  994. package/esm2020/notification/examples/notification-orientations/notification-orientations.module.mjs +0 -40
  995. package/esm2020/notification/examples/notification-status/notification-status.component.mjs +0 -24
  996. package/esm2020/notification/examples/notification-status/notification-status.module.mjs +0 -40
  997. package/esm2020/notification/notification/notification.component.mjs +0 -95
  998. package/esm2020/notification/notification-actions/notification-actions.directive.mjs +0 -19
  999. package/esm2020/notification/notification-message/notification-message.directive.mjs +0 -19
  1000. package/esm2020/notification/notification-subtitle/notification-subtitle.directive.mjs +0 -19
  1001. package/esm2020/notification/notification-title/notification-title.directive.mjs +0 -19
  1002. package/esm2020/notification/notification.module.mjs +0 -54
  1003. package/esm2020/paginator/examples/basic-paginator/basic-paginator.component.mjs +0 -19
  1004. package/esm2020/paginator/examples/link-paginator/link-paginator.component.mjs +0 -26
  1005. package/esm2020/paginator/examples/paginator-examples.module.mjs +0 -27
  1006. package/esm2020/public_api.mjs +0 -43
  1007. package/esm2020/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.mjs +0 -17
  1008. package/esm2020/quantity-field/examples/basic-quantity-field/basic-quantity-field.module.mjs +0 -35
  1009. package/esm2020/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.mjs +0 -17
  1010. package/esm2020/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.module.mjs +0 -35
  1011. package/esm2020/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.mjs +0 -17
  1012. package/esm2020/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.module.mjs +0 -35
  1013. package/esm2020/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.mjs +0 -17
  1014. package/esm2020/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.module.mjs +0 -35
  1015. package/esm2020/radio/examples/basic-radio/basic-radio.component.mjs +0 -21
  1016. package/esm2020/radio/examples/basic-radio/basic-radio.module.mjs +0 -29
  1017. package/esm2020/sidebar/examples/basic-sidebar/basic-sidebar.component.mjs +0 -12
  1018. package/esm2020/sidebar/examples/basic-sidebar/basic-sidebar.module.mjs +0 -27
  1019. package/esm2020/sidebar/examples/fixed-and-over-sidebar/fixed-and-over-sidebar.component.mjs +0 -21
  1020. package/esm2020/sidebar/examples/fixed-and-over-sidebar/fixed-and-over-sidebar.module.mjs +0 -30
  1021. package/esm2020/sidebar/examples/public_api.mjs +0 -18
  1022. package/esm2020/sidebar/examples/sidebar-with-sticky/sidebar-with-sticky.component.mjs +0 -12
  1023. package/esm2020/sidebar/examples/sidebar-with-sticky/sidebar-with-sticky.module.mjs +0 -27
  1024. package/esm2020/sidebar/examples/two-fixed-sidebars-either-side/two-fixed-sidebars-either-side.component.mjs +0 -12
  1025. package/esm2020/sidebar/examples/two-fixed-sidebars-either-side/two-fixed-sidebars-either-side.module.mjs +0 -27
  1026. package/esm2020/sidebar/examples/under-sidebar/under-sidebar.component.mjs +0 -26
  1027. package/esm2020/sidebar/examples/under-sidebar/under-sidebar.module.mjs +0 -30
  1028. package/esm2020/tree/examples/basic-tree/basic-tree.component.mjs +0 -39
  1029. package/esm2020/tree/examples/basic-tree/basic-tree.module.mjs +0 -32
  1030. package/esm2020/tree/tree/tree-notifier.service.mjs +0 -45
  1031. package/esm2020/tree/tree/tree.component.mjs +0 -106
  1032. package/esm2020/tree/tree-item/tree-item.directive.mjs +0 -154
  1033. package/esm2020/tree/tree.module.mjs +0 -29
  1034. package/fesm2015/daffodil-design-accordion-examples.mjs +0 -74
  1035. package/fesm2015/daffodil-design-accordion-examples.mjs.map +0 -1
  1036. package/fesm2015/daffodil-design-article-examples.mjs +0 -145
  1037. package/fesm2015/daffodil-design-article-examples.mjs.map +0 -1
  1038. package/fesm2015/daffodil-design-button-examples.mjs +0 -312
  1039. package/fesm2015/daffodil-design-button-examples.mjs.map +0 -1
  1040. package/fesm2015/daffodil-design-callout-examples.mjs +0 -213
  1041. package/fesm2015/daffodil-design-callout-examples.mjs.map +0 -1
  1042. package/fesm2015/daffodil-design-card-examples.mjs +0 -346
  1043. package/fesm2015/daffodil-design-card-examples.mjs.map +0 -1
  1044. package/fesm2015/daffodil-design-checkbox-examples.mjs +0 -119
  1045. package/fesm2015/daffodil-design-checkbox-examples.mjs.map +0 -1
  1046. package/fesm2015/daffodil-design-container-examples.mjs +0 -64
  1047. package/fesm2015/daffodil-design-container-examples.mjs.map +0 -1
  1048. package/fesm2015/daffodil-design-hero-examples.mjs +0 -210
  1049. package/fesm2015/daffodil-design-hero-examples.mjs.map +0 -1
  1050. package/fesm2015/daffodil-design-image-examples.mjs +0 -115
  1051. package/fesm2015/daffodil-design-image-examples.mjs.map +0 -1
  1052. package/fesm2015/daffodil-design-input-examples.mjs +0 -145
  1053. package/fesm2015/daffodil-design-input-examples.mjs.map +0 -1
  1054. package/fesm2015/daffodil-design-list-examples.mjs +0 -191
  1055. package/fesm2015/daffodil-design-list-examples.mjs.map +0 -1
  1056. package/fesm2015/daffodil-design-loading-icon-examples.mjs +0 -87
  1057. package/fesm2015/daffodil-design-loading-icon-examples.mjs.map +0 -1
  1058. package/fesm2015/daffodil-design-media-gallery-examples.mjs +0 -116
  1059. package/fesm2015/daffodil-design-media-gallery-examples.mjs.map +0 -1
  1060. package/fesm2015/daffodil-design-menu-examples.mjs +0 -72
  1061. package/fesm2015/daffodil-design-menu-examples.mjs.map +0 -1
  1062. package/fesm2015/daffodil-design-modal-examples.mjs +0 -64
  1063. package/fesm2015/daffodil-design-modal-examples.mjs.map +0 -1
  1064. package/fesm2015/daffodil-design-navbar-examples.mjs +0 -172
  1065. package/fesm2015/daffodil-design-navbar-examples.mjs.map +0 -1
  1066. package/fesm2015/daffodil-design-notification-examples.mjs +0 -203
  1067. package/fesm2015/daffodil-design-notification-examples.mjs.map +0 -1
  1068. package/fesm2015/daffodil-design-notification.mjs +0 -216
  1069. package/fesm2015/daffodil-design-notification.mjs.map +0 -1
  1070. package/fesm2015/daffodil-design-paginator-examples.mjs +0 -75
  1071. package/fesm2015/daffodil-design-paginator-examples.mjs.map +0 -1
  1072. package/fesm2015/daffodil-design-quantity-field-examples.mjs +0 -185
  1073. package/fesm2015/daffodil-design-quantity-field-examples.mjs.map +0 -1
  1074. package/fesm2015/daffodil-design-radio-examples.mjs +0 -60
  1075. package/fesm2015/daffodil-design-radio-examples.mjs.map +0 -1
  1076. package/fesm2015/daffodil-design-sidebar-examples.mjs +0 -208
  1077. package/fesm2015/daffodil-design-sidebar-examples.mjs.map +0 -1
  1078. package/fesm2015/daffodil-design-tree-examples.mjs +0 -79
  1079. package/fesm2015/daffodil-design-tree-examples.mjs.map +0 -1
  1080. package/fesm2015/daffodil-design-tree.mjs +0 -441
  1081. package/fesm2015/daffodil-design-tree.mjs.map +0 -1
  1082. package/fesm2015/daffodil-design.mjs +0 -5979
  1083. package/fesm2015/daffodil-design.mjs.map +0 -1
  1084. package/fesm2020/daffodil-design-accordion-examples.mjs +0 -74
  1085. package/fesm2020/daffodil-design-accordion-examples.mjs.map +0 -1
  1086. package/fesm2020/daffodil-design-article-examples.mjs +0 -145
  1087. package/fesm2020/daffodil-design-article-examples.mjs.map +0 -1
  1088. package/fesm2020/daffodil-design-button-examples.mjs +0 -312
  1089. package/fesm2020/daffodil-design-button-examples.mjs.map +0 -1
  1090. package/fesm2020/daffodil-design-callout-examples.mjs +0 -213
  1091. package/fesm2020/daffodil-design-callout-examples.mjs.map +0 -1
  1092. package/fesm2020/daffodil-design-card-examples.mjs +0 -346
  1093. package/fesm2020/daffodil-design-card-examples.mjs.map +0 -1
  1094. package/fesm2020/daffodil-design-checkbox-examples.mjs +0 -119
  1095. package/fesm2020/daffodil-design-checkbox-examples.mjs.map +0 -1
  1096. package/fesm2020/daffodil-design-container-examples.mjs +0 -64
  1097. package/fesm2020/daffodil-design-container-examples.mjs.map +0 -1
  1098. package/fesm2020/daffodil-design-hero-examples.mjs +0 -210
  1099. package/fesm2020/daffodil-design-hero-examples.mjs.map +0 -1
  1100. package/fesm2020/daffodil-design-image-examples.mjs +0 -115
  1101. package/fesm2020/daffodil-design-image-examples.mjs.map +0 -1
  1102. package/fesm2020/daffodil-design-input-examples.mjs +0 -145
  1103. package/fesm2020/daffodil-design-input-examples.mjs.map +0 -1
  1104. package/fesm2020/daffodil-design-list-examples.mjs +0 -191
  1105. package/fesm2020/daffodil-design-list-examples.mjs.map +0 -1
  1106. package/fesm2020/daffodil-design-loading-icon-examples.mjs +0 -87
  1107. package/fesm2020/daffodil-design-loading-icon-examples.mjs.map +0 -1
  1108. package/fesm2020/daffodil-design-media-gallery-examples.mjs +0 -116
  1109. package/fesm2020/daffodil-design-media-gallery-examples.mjs.map +0 -1
  1110. package/fesm2020/daffodil-design-menu-examples.mjs +0 -72
  1111. package/fesm2020/daffodil-design-menu-examples.mjs.map +0 -1
  1112. package/fesm2020/daffodil-design-modal-examples.mjs +0 -64
  1113. package/fesm2020/daffodil-design-modal-examples.mjs.map +0 -1
  1114. package/fesm2020/daffodil-design-navbar-examples.mjs +0 -172
  1115. package/fesm2020/daffodil-design-navbar-examples.mjs.map +0 -1
  1116. package/fesm2020/daffodil-design-notification-examples.mjs +0 -203
  1117. package/fesm2020/daffodil-design-notification-examples.mjs.map +0 -1
  1118. package/fesm2020/daffodil-design-notification.mjs +0 -216
  1119. package/fesm2020/daffodil-design-notification.mjs.map +0 -1
  1120. package/fesm2020/daffodil-design-paginator-examples.mjs +0 -75
  1121. package/fesm2020/daffodil-design-paginator-examples.mjs.map +0 -1
  1122. package/fesm2020/daffodil-design-quantity-field-examples.mjs +0 -185
  1123. package/fesm2020/daffodil-design-quantity-field-examples.mjs.map +0 -1
  1124. package/fesm2020/daffodil-design-radio-examples.mjs +0 -60
  1125. package/fesm2020/daffodil-design-radio-examples.mjs.map +0 -1
  1126. package/fesm2020/daffodil-design-sidebar-examples.mjs +0 -208
  1127. package/fesm2020/daffodil-design-sidebar-examples.mjs.map +0 -1
  1128. package/fesm2020/daffodil-design-tree-examples.mjs +0 -79
  1129. package/fesm2020/daffodil-design-tree-examples.mjs.map +0 -1
  1130. package/fesm2020/daffodil-design-tree.mjs +0 -446
  1131. package/fesm2020/daffodil-design-tree.mjs.map +0 -1
  1132. package/fesm2020/daffodil-design.mjs +0 -5966
  1133. package/fesm2020/daffodil-design.mjs.map +0 -1
  1134. package/molecules/accordion/accordion/accordion.component.d.ts +0 -24
  1135. package/molecules/accordion/accordion-item/accordion-item.component.d.ts +0 -32
  1136. package/molecules/accordion/accordion.module.d.ts +0 -14
  1137. package/molecules/accordion/nav-accordion-item/nav-accordion-item.component.d.ts +0 -44
  1138. package/molecules/accordion/public_api.d.ts +0 -6
  1139. package/molecules/callout/callout/callout.component.d.ts +0 -90
  1140. package/molecules/card/card/card.component.d.ts +0 -70
  1141. package/molecules/hero/hero/hero.component.d.ts +0 -91
  1142. package/molecules/link-set/link-set/link-set.component.d.ts +0 -31
  1143. package/molecules/list/list/list.component.d.ts +0 -73
  1144. package/molecules/list/list-item/list-item.component.d.ts +0 -30
  1145. package/molecules/list/list.module.d.ts +0 -11
  1146. package/molecules/media-gallery/media-gallery.component.d.ts +0 -45
  1147. package/molecules/media-gallery/media-gallery.module.d.ts +0 -10
  1148. package/molecules/media-gallery/media-renderer/media-renderer.component.d.ts +0 -29
  1149. package/molecules/media-gallery/public_api.d.ts +0 -4
  1150. package/molecules/media-gallery/registry/media-gallery.registry.d.ts +0 -34
  1151. package/molecules/media-gallery/thumbnail/thumbnail-registration.interface.d.ts +0 -9
  1152. package/molecules/media-gallery/thumbnail/thumbnail.directive.d.ts +0 -44
  1153. package/molecules/menu/menu/menu.component.d.ts +0 -19
  1154. package/molecules/menu/menu-activator/menu-activator.component.d.ts +0 -18
  1155. package/molecules/menu/menu-item/menu-item.component.d.ts +0 -20
  1156. package/molecules/menu/public_api.d.ts +0 -6
  1157. package/molecules/menu/service/menu.service.d.ts +0 -24
  1158. package/molecules/modal/animations/modal-animation-state.d.ts +0 -1
  1159. package/molecules/modal/modal/modal.component.d.ts +0 -52
  1160. package/molecules/modal/modal.d.ts +0 -13
  1161. package/molecules/modal/public_api.d.ts +0 -8
  1162. package/molecules/modal/service/modal.service.d.ts +0 -19
  1163. package/molecules/navbar/navbar.component.d.ts +0 -44
  1164. package/molecules/navbar/navbar.module.d.ts +0 -7
  1165. package/molecules/navbar/public_api.d.ts +0 -2
  1166. package/molecules/paginator/paginator.component.d.ts +0 -147
  1167. package/molecules/paginator/paginator.module.d.ts +0 -11
  1168. package/molecules/paginator/public_api.d.ts +0 -2
  1169. package/molecules/sidebar/animation/sidebar-animation-state.d.ts +0 -2
  1170. package/molecules/sidebar/animation/sidebar-animation.d.ts +0 -11
  1171. package/molecules/sidebar/animation/sidebar-viewport-animation-state.d.ts +0 -6
  1172. package/molecules/sidebar/helper/sidebar-mode.d.ts +0 -27
  1173. package/molecules/sidebar/helper/sidebar-side.d.ts +0 -12
  1174. package/molecules/sidebar/public_api.d.ts +0 -5
  1175. package/molecules/sidebar/sidebar/sidebar.component.d.ts +0 -52
  1176. package/molecules/sidebar/sidebar-viewport/backdrop-interactable.d.ts +0 -6
  1177. package/molecules/sidebar/sidebar-viewport/content-pad.d.ts +0 -7
  1178. package/molecules/sidebar/sidebar-viewport/content-shift.d.ts +0 -8
  1179. package/molecules/sidebar/sidebar-viewport/sidebar-viewport.component.d.ts +0 -75
  1180. package/molecules/sidebar/sidebar.module.d.ts +0 -11
  1181. package/sidebar/examples/fixed-and-over-sidebar/fixed-and-over-sidebar.component.d.ts +0 -8
  1182. package/sidebar/examples/fixed-and-over-sidebar/fixed-and-over-sidebar.module.d.ts +0 -8
  1183. package/sidebar/examples/sidebar-with-sticky/sidebar-with-sticky.component.d.ts +0 -5
  1184. package/sidebar/examples/sidebar-with-sticky/sidebar-with-sticky.module.d.ts +0 -8
  1185. package/sidebar/examples/two-fixed-sidebars-either-side/two-fixed-sidebars-either-side.component.d.ts +0 -5
  1186. package/sidebar/examples/two-fixed-sidebars-either-side/two-fixed-sidebars-either-side.module.d.ts +0 -8
  1187. package/sidebar/examples/under-sidebar/under-sidebar.component.d.ts +0 -10
  1188. package/sidebar/examples/under-sidebar/under-sidebar.module.d.ts +0 -8
  1189. package/src/atoms/button/button-theme-variants/button.scss +0 -26
  1190. package/src/atoms/button/button-theme-variants/flat.scss +0 -25
  1191. package/src/atoms/button/button-theme-variants/raised.scss +0 -36
  1192. package/src/atoms/button/button-theme-variants/stroked.scss +0 -28
  1193. package/src/atoms/button/button-theme.scss +0 -574
  1194. package/src/atoms/loading-icon/loading-icon-theme.scss +0 -61
  1195. package/src/molecules/accordion/accordion-item/accordion-item-theme.scss +0 -12
  1196. package/src/molecules/article/article/article-theme.scss +0 -78
  1197. package/src/molecules/callout/callout-theme.scss +0 -59
  1198. package/src/molecules/card/card/card-theme-variants/basic-card.scss +0 -6
  1199. package/src/molecules/card/card/card-theme-variants/linkable-card.scss +0 -16
  1200. package/src/molecules/card/card/card-theme.scss +0 -170
  1201. package/src/molecules/hero/hero-theme.scss +0 -59
  1202. package/src/molecules/list/list/list-theme.scss +0 -71
  1203. package/src/molecules/media-gallery/media-gallery-theme.scss +0 -27
  1204. package/src/molecules/menu/menu-theme.scss +0 -25
  1205. package/src/molecules/modal/modal-theme.scss +0 -9
  1206. package/src/molecules/navbar/navbar-theme.scss +0 -57
  1207. package/src/molecules/paginator/paginator-theme.scss +0 -90
  1208. package/src/molecules/sidebar/helper/_variables.scss +0 -7
  1209. package/src/molecules/sidebar/sidebar/sidebar-theme.scss +0 -13
  1210. package/src/molecules/sidebar/sidebar-viewport/sidebar-viewport-theme.scss +0 -16
  1211. /package/{molecules → accordion}/accordion/accordion-item-content/accordion-item-content.directive.d.ts +0 -0
  1212. /package/{molecules → accordion}/accordion/accordion-item-title/accordion-item-title.directive.d.ts +0 -0
  1213. /package/{molecules → accordion}/accordion/animation/accordion-animation-state.d.ts +0 -0
  1214. /package/{molecules → accordion}/accordion/animation/accordion-animation.d.ts +0 -0
  1215. /package/{molecules/article → article}/article/article.component.d.ts +0 -0
  1216. /package/{molecules/article → article}/article-lead/article-lead.directive.d.ts +0 -0
  1217. /package/{molecules/article → article}/article-meta/article-meta.directive.d.ts +0 -0
  1218. /package/{molecules/article → article}/article-title/article-title.directive.d.ts +0 -0
  1219. /package/{molecules/article → article}/article.module.d.ts +0 -0
  1220. /package/{molecules/article → article}/public_api.d.ts +0 -0
  1221. /package/{src/molecules/article → article/src}/article/_stops-article-cascade.scss +0 -0
  1222. /package/{src/atoms/button → button/src}/button-theme-variants/icon.scss +0 -0
  1223. /package/{src/atoms/button → button/src}/button-theme-variants/underline.scss +0 -0
  1224. /package/{molecules/callout → callout}/callout-body/callout-body.directive.d.ts +0 -0
  1225. /package/{molecules/callout → callout}/callout-icon/callout-icon.directive.d.ts +0 -0
  1226. /package/{molecules/callout → callout}/callout-subtitle/callout-subtitle.directive.d.ts +0 -0
  1227. /package/{molecules/callout → callout}/callout-tagline/callout-tagline.directive.d.ts +0 -0
  1228. /package/{molecules/callout → callout}/callout-title/callout-title.directive.d.ts +0 -0
  1229. /package/{molecules/callout → callout}/callout.module.d.ts +0 -0
  1230. /package/{molecules/callout → callout}/public_api.d.ts +0 -0
  1231. /package/{molecules/card → card}/card-actions/card-actions.directive.d.ts +0 -0
  1232. /package/{molecules/card → card}/card-content/card-content.directive.d.ts +0 -0
  1233. /package/{molecules/card → card}/card-icon/card-icon.directive.d.ts +0 -0
  1234. /package/{molecules/card → card}/card-image/card-image.directive.d.ts +0 -0
  1235. /package/{molecules/card → card}/card-tagline/card-tagline.directive.d.ts +0 -0
  1236. /package/{molecules/card → card}/card-title/card-title.directive.d.ts +0 -0
  1237. /package/{molecules/card → card}/card.module.d.ts +0 -0
  1238. /package/{molecules/card → card}/public_api.d.ts +0 -0
  1239. /package/{src/molecules/card/card → card/src}/card-theme-variants/stroked-card.scss +0 -0
  1240. /package/{esm2020 → esm2022}/accordion/examples/daffodil-design-accordion-examples.mjs +0 -0
  1241. /package/{esm2020 → esm2022}/accordion/examples/index.mjs +0 -0
  1242. /package/{esm2020 → esm2022}/article/examples/daffodil-design-article-examples.mjs +0 -0
  1243. /package/{esm2020 → esm2022}/article/examples/examples.mjs +0 -0
  1244. /package/{esm2020 → esm2022}/article/examples/index.mjs +0 -0
  1245. /package/{esm2020 → esm2022}/article/examples/public_api.mjs +0 -0
  1246. /package/{esm2020 → esm2022}/atoms/form/checkbox/public_api.mjs +0 -0
  1247. /package/{esm2020 → esm2022}/atoms/form/core/error-state-matcher/error-state-matcher.mjs +0 -0
  1248. /package/{esm2020 → esm2022}/atoms/form/core/public_api.mjs +0 -0
  1249. /package/{esm2020 → esm2022}/atoms/form/error-message/public_api.mjs +0 -0
  1250. /package/{esm2020 → esm2022}/atoms/form/form-field/form-field-control.mjs +0 -0
  1251. /package/{esm2020 → esm2022}/atoms/form/form-field/form-field-errors.mjs +0 -0
  1252. /package/{esm2020 → esm2022}/atoms/form/form-field/public_api.mjs +0 -0
  1253. /package/{esm2020 → esm2022}/atoms/form/form-label/public_api.mjs +0 -0
  1254. /package/{esm2020 → esm2022}/atoms/form/input/public_api.mjs +0 -0
  1255. /package/{esm2020 → esm2022}/atoms/form/native-select/public_api.mjs +0 -0
  1256. /package/{esm2020 → esm2022}/atoms/form/quantity-field/public_api.mjs +0 -0
  1257. /package/{esm2020 → esm2022}/atoms/form/radio/public_api.mjs +0 -0
  1258. /package/{esm2020 → esm2022}/atoms/progress-indicator/animation/progress-indicator-animation.mjs +0 -0
  1259. /package/{esm2020 → esm2022}/atoms/progress-indicator/public_api.mjs +0 -0
  1260. /package/{esm2020 → esm2022}/button/examples/daffodil-design-button-examples.mjs +0 -0
  1261. /package/{esm2020 → esm2022}/button/examples/examples.mjs +0 -0
  1262. /package/{esm2020 → esm2022}/button/examples/index.mjs +0 -0
  1263. /package/{esm2020 → esm2022}/button/examples/public_api.mjs +0 -0
  1264. /package/{esm2020 → esm2022}/callout/examples/daffodil-design-callout-examples.mjs +0 -0
  1265. /package/{esm2020 → esm2022}/callout/examples/examples.mjs +0 -0
  1266. /package/{esm2020 → esm2022}/callout/examples/index.mjs +0 -0
  1267. /package/{esm2020 → esm2022}/callout/examples/public_api.mjs +0 -0
  1268. /package/{esm2020 → esm2022}/card/examples/daffodil-design-card-examples.mjs +0 -0
  1269. /package/{esm2020 → esm2022}/card/examples/index.mjs +0 -0
  1270. /package/{esm2020 → esm2022}/card/examples/public_api.mjs +0 -0
  1271. /package/{esm2020 → esm2022}/checkbox/examples/daffodil-design-checkbox-examples.mjs +0 -0
  1272. /package/{esm2020 → esm2022}/checkbox/examples/examples.mjs +0 -0
  1273. /package/{esm2020 → esm2022}/checkbox/examples/index.mjs +0 -0
  1274. /package/{esm2020 → esm2022}/checkbox/examples/public_api.mjs +0 -0
  1275. /package/{esm2020 → esm2022}/container/examples/daffodil-design-container-examples.mjs +0 -0
  1276. /package/{esm2020 → esm2022}/container/examples/examples.mjs +0 -0
  1277. /package/{esm2020 → esm2022}/container/examples/index.mjs +0 -0
  1278. /package/{esm2020 → esm2022}/container/examples/public_api.mjs +0 -0
  1279. /package/{esm2020 → esm2022}/core/animation/animation-state-with-params.mjs +0 -0
  1280. /package/{esm2020 → esm2022}/core/article-encapsulated/article-encapsulated-mixin.mjs +0 -0
  1281. /package/{esm2020 → esm2022}/core/article-encapsulated/public_api.mjs +0 -0
  1282. /package/{esm2020 → esm2022}/core/breakpoints/breakpoints.mjs +0 -0
  1283. /package/{esm2020 → esm2022}/core/colorable/color-in-palette.mjs +0 -0
  1284. /package/{esm2020 → esm2022}/core/colorable/colorable-enum.mjs +0 -0
  1285. /package/{esm2020 → esm2022}/core/colorable/colorable.mjs +0 -0
  1286. /package/{esm2020 → esm2022}/core/colorable/public_api.mjs +0 -0
  1287. /package/{esm2020 → esm2022}/core/compactable/compactable.mjs +0 -0
  1288. /package/{esm2020 → esm2022}/core/compactable/public_api.mjs +0 -0
  1289. /package/{esm2020 → esm2022}/core/constructor/constructor.mjs +0 -0
  1290. /package/{esm2020 → esm2022}/core/focus/focusable-elements.mjs +0 -0
  1291. /package/{esm2020 → esm2022}/core/focus/public_api.mjs +0 -0
  1292. /package/{esm2020 → esm2022}/core/lazy/lazy-component.mjs +0 -0
  1293. /package/{esm2020 → esm2022}/core/lazy/public_api.mjs +0 -0
  1294. /package/{esm2020 → esm2022}/core/manage-container-layout/manage-container-layout-mixin.mjs +0 -0
  1295. /package/{esm2020 → esm2022}/core/manage-container-layout/public_api.mjs +0 -0
  1296. /package/{esm2020 → esm2022}/core/mutable/mutable.mjs +0 -0
  1297. /package/{esm2020 → esm2022}/core/prefix-suffix/prefixable/prefixable-interface.mjs +0 -0
  1298. /package/{esm2020 → esm2022}/core/prefix-suffix/public_api.mjs +0 -0
  1299. /package/{esm2020 → esm2022}/core/prefix-suffix/suffixable/suffixable-interface.mjs +0 -0
  1300. /package/{esm2020 → esm2022}/core/skeletonable/public_api.mjs +0 -0
  1301. /package/{esm2020 → esm2022}/core/skeletonable/skeletonable.mjs +0 -0
  1302. /package/{esm2020 → esm2022}/core/statusable/public_api.mjs +0 -0
  1303. /package/{esm2020 → esm2022}/core/statusable/statusable.mjs +0 -0
  1304. /package/{esm2020 → esm2022}/core/theming/functions/computer.mjs +0 -0
  1305. /package/{esm2020 → esm2022}/core/theming/initializer.mjs +0 -0
  1306. /package/{esm2020 → esm2022}/core/theming/public_api.mjs +0 -0
  1307. /package/{esm2020 → esm2022}/core/theming/types/theme.mjs +0 -0
  1308. /package/{esm2020 → esm2022}/daffodil-design.mjs +0 -0
  1309. /package/{esm2020 → esm2022}/examples/examples.mjs +0 -0
  1310. /package/{esm2020 → esm2022}/examples/public_api.mjs +0 -0
  1311. /package/{esm2020 → esm2022}/hero/examples/daffodil-design-hero-examples.mjs +0 -0
  1312. /package/{esm2020 → esm2022}/hero/examples/examples.mjs +0 -0
  1313. /package/{esm2020 → esm2022}/hero/examples/index.mjs +0 -0
  1314. /package/{esm2020 → esm2022}/hero/examples/public_api.mjs +0 -0
  1315. /package/{esm2020 → esm2022}/image/examples/daffodil-design-image-examples.mjs +0 -0
  1316. /package/{esm2020 → esm2022}/image/examples/index.mjs +0 -0
  1317. /package/{esm2020 → esm2022}/image/examples/public_api.mjs +0 -0
  1318. /package/{esm2020 → esm2022}/input/examples/daffodil-design-input-examples.mjs +0 -0
  1319. /package/{esm2020 → esm2022}/input/examples/examples.mjs +0 -0
  1320. /package/{esm2020 → esm2022}/input/examples/index.mjs +0 -0
  1321. /package/{esm2020 → esm2022}/input/examples/public_api.mjs +0 -0
  1322. /package/{esm2020 → esm2022}/list/examples/daffodil-design-list-examples.mjs +0 -0
  1323. /package/{esm2020 → esm2022}/list/examples/examples.mjs +0 -0
  1324. /package/{esm2020 → esm2022}/list/examples/index.mjs +0 -0
  1325. /package/{esm2020 → esm2022}/list/examples/public_api.mjs +0 -0
  1326. /package/{esm2020 → esm2022}/loading-icon/examples/daffodil-design-loading-icon-examples.mjs +0 -0
  1327. /package/{esm2020 → esm2022}/loading-icon/examples/examples.mjs +0 -0
  1328. /package/{esm2020 → esm2022}/loading-icon/examples/index.mjs +0 -0
  1329. /package/{esm2020 → esm2022}/loading-icon/examples/public_api.mjs +0 -0
  1330. /package/{esm2020 → esm2022}/media-gallery/examples/daffodil-design-media-gallery-examples.mjs +0 -0
  1331. /package/{esm2020 → esm2022}/media-gallery/examples/examples.mjs +0 -0
  1332. /package/{esm2020 → esm2022}/media-gallery/examples/index.mjs +0 -0
  1333. /package/{esm2020 → esm2022}/media-gallery/examples/public_api.mjs +0 -0
  1334. /package/{esm2020 → esm2022}/menu/examples/daffodil-design-menu-examples.mjs +0 -0
  1335. /package/{esm2020 → esm2022}/menu/examples/index.mjs +0 -0
  1336. /package/{esm2020 → esm2022}/menu/examples/public_api.mjs +0 -0
  1337. /package/{esm2020 → esm2022}/modal/examples/daffodil-design-modal-examples.mjs +0 -0
  1338. /package/{esm2020 → esm2022}/modal/examples/index.mjs +0 -0
  1339. /package/{esm2020 → esm2022}/modal/examples/public_api.mjs +0 -0
  1340. /package/{esm2020 → esm2022}/molecules/backdrop/animation/backdrop-animation-state.mjs +0 -0
  1341. /package/{esm2020 → esm2022}/molecules/backdrop/animation/backdrop-animation.mjs +0 -0
  1342. /package/{esm2020 → esm2022}/molecules/backdrop/public_api.mjs +0 -0
  1343. /package/{esm2020 → esm2022}/molecules/button-set/public_api.mjs +0 -0
  1344. /package/{esm2020 → esm2022}/molecules/feature/public_api.mjs +0 -0
  1345. /package/{esm2020 → esm2022}/molecules/image-gallery/public_api.mjs +0 -0
  1346. /package/{esm2020 → esm2022}/molecules/image-list/public_api.mjs +0 -0
  1347. /package/{esm2020 → esm2022}/molecules/qty-dropdown/public_api.mjs +0 -0
  1348. /package/{esm2020 → esm2022}/navbar/examples/daffodil-design-navbar-examples.mjs +0 -0
  1349. /package/{esm2020 → esm2022}/navbar/examples/examples.mjs +0 -0
  1350. /package/{esm2020 → esm2022}/navbar/examples/index.mjs +0 -0
  1351. /package/{esm2020 → esm2022}/navbar/examples/public_api.mjs +0 -0
  1352. /package/{esm2020 → esm2022}/notification/daffodil-design-notification.mjs +0 -0
  1353. /package/{esm2020 → esm2022}/notification/examples/daffodil-design-notification-examples.mjs +0 -0
  1354. /package/{esm2020 → esm2022}/notification/examples/index.mjs +0 -0
  1355. /package/{esm2020 → esm2022}/notification/examples/public_api.mjs +0 -0
  1356. /package/{esm2020 → esm2022}/notification/public_api.mjs +0 -0
  1357. /package/{esm2020 → esm2022}/paginator/examples/daffodil-design-paginator-examples.mjs +0 -0
  1358. /package/{esm2020 → esm2022}/paginator/examples/examples.mjs +0 -0
  1359. /package/{esm2020 → esm2022}/paginator/examples/index.mjs +0 -0
  1360. /package/{esm2020 → esm2022}/paginator/examples/public_api.mjs +0 -0
  1361. /package/{esm2020 → esm2022}/quantity-field/examples/daffodil-design-quantity-field-examples.mjs +0 -0
  1362. /package/{esm2020 → esm2022}/quantity-field/examples/index.mjs +0 -0
  1363. /package/{esm2020 → esm2022}/quantity-field/examples/public_api.mjs +0 -0
  1364. /package/{esm2020 → esm2022}/radio/examples/daffodil-design-radio-examples.mjs +0 -0
  1365. /package/{esm2020 → esm2022}/radio/examples/examples.mjs +0 -0
  1366. /package/{esm2020 → esm2022}/radio/examples/index.mjs +0 -0
  1367. /package/{esm2020 → esm2022}/radio/examples/public_api.mjs +0 -0
  1368. /package/{esm2020 → esm2022}/sidebar/examples/daffodil-design-sidebar-examples.mjs +0 -0
  1369. /package/{esm2020 → esm2022}/sidebar/examples/index.mjs +0 -0
  1370. /package/{esm2020 → esm2022}/tree/daffodil-design-tree.mjs +0 -0
  1371. /package/{esm2020 → esm2022}/tree/examples/daffodil-design-tree-examples.mjs +0 -0
  1372. /package/{esm2020 → esm2022}/tree/examples/index.mjs +0 -0
  1373. /package/{esm2020 → esm2022}/tree/examples/public_api.mjs +0 -0
  1374. /package/{esm2020 → esm2022}/tree/index.mjs +0 -0
  1375. /package/{esm2020 → esm2022}/tree/interfaces/recursive-key.mjs +0 -0
  1376. /package/{esm2020 → esm2022}/tree/interfaces/tree-data.mjs +0 -0
  1377. /package/{esm2020 → esm2022}/tree/interfaces/tree-ui.mjs +0 -0
  1378. /package/{esm2020 → esm2022}/tree/public_api.mjs +0 -0
  1379. /package/{esm2020 → esm2022}/tree/utils/flatten-tree.mjs +0 -0
  1380. /package/{esm2020 → esm2022}/tree/utils/hydrate-tree.mjs +0 -0
  1381. /package/{esm2020 → esm2022}/tree/utils/transform-in-place.mjs +0 -0
  1382. /package/{esm2020 → esm2022}/tree/utils/traverse-tree.mjs +0 -0
  1383. /package/{molecules/hero → hero}/hero-body/hero-body.directive.d.ts +0 -0
  1384. /package/{molecules/hero → hero}/hero-icon/hero-icon.directive.d.ts +0 -0
  1385. /package/{molecules/hero → hero}/hero-subtitle/hero-subtitle.directive.d.ts +0 -0
  1386. /package/{molecules/hero → hero}/hero-tagline/hero-tagline.directive.d.ts +0 -0
  1387. /package/{molecules/hero → hero}/hero-title/hero-title.directive.d.ts +0 -0
  1388. /package/{molecules/hero → hero}/hero.module.d.ts +0 -0
  1389. /package/{molecules/hero → hero}/public_api.d.ts +0 -0
  1390. /package/{molecules/link-set → link-set}/link-set-heading/link-set-heading.directive.d.ts +0 -0
  1391. /package/{molecules/link-set → link-set}/link-set-item/link-set-item.component.d.ts +0 -0
  1392. /package/{molecules/link-set → link-set}/link-set-subheading/link-set-subheading.directive.d.ts +0 -0
  1393. /package/{molecules/link-set → link-set}/link-set.module.d.ts +0 -0
  1394. /package/{molecules/link-set → link-set}/public_api.d.ts +0 -0
  1395. /package/{molecules/list → list}/list-subheader/list-subheader.directive.d.ts +0 -0
  1396. /package/{molecules/list → list}/public_api.d.ts +0 -0
  1397. /package/{molecules/media-gallery → media-gallery/helpers}/media-gallery-registration.interface.d.ts +0 -0
  1398. /package/{molecules/media-gallery → media-gallery/helpers}/media-gallery-token.d.ts +0 -0
  1399. /package/{molecules/media-gallery → media-gallery}/thumbnail/thumbnail-compat.token.d.ts +0 -0
  1400. /package/{molecules/menu → menu}/helpers/create-overlay.d.ts +0 -0
  1401. /package/{molecules/menu → menu}/helpers/public_api.d.ts +0 -0
  1402. /package/{molecules/menu → menu}/menu.module.d.ts +0 -0
  1403. /package/{molecules/modal → modal}/animations/modal-animation.d.ts +0 -0
  1404. /package/{molecules/modal → modal}/modal/modal-config.d.ts +0 -0
  1405. /package/{molecules/modal → modal}/modal-actions/modal-actions.component.d.ts +0 -0
  1406. /package/{molecules/modal → modal}/modal-content/modal-content.component.d.ts +0 -0
  1407. /package/{molecules/modal → modal}/modal-header/modal-header.component.d.ts +0 -0
  1408. /package/{molecules/modal → modal}/modal-title/modal-title.directive.d.ts +0 -0
  1409. /package/{molecules/modal → modal}/modal.module.d.ts +0 -0
  1410. /package/{molecules/paginator → paginator/utils}/paginator-errors.d.ts +0 -0
  1411. /package/{molecules/sidebar → sidebar}/animation/sidebar-animation-width.d.ts +0 -0
@@ -1,182 +0,0 @@
1
- import { Component, Input, Output, EventEmitter, HostBinding, ElementRef, ChangeDetectionStrategy, Renderer2, } from '@angular/core';
2
- import { faChevronRight, faChevronLeft, } from '@fortawesome/free-solid-svg-icons';
3
- import { DaffPaginatorNumberOfPagesErrorMessage, DaffPaginatorPageOutOfRangeErrorMessage, } from './paginator-errors';
4
- import { daffColorMixin, } from '../../core/colorable/public_api';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "@angular/common";
7
- import * as i2 from "@angular/router";
8
- import * as i3 from "@fortawesome/angular-fontawesome";
9
- /**
10
- * An _elementRef and an instance of renderer2 are needed for the Colorable mixin
11
- */
12
- class DaffPaginatorBase {
13
- constructor(_elementRef, _renderer) {
14
- this._elementRef = _elementRef;
15
- this._renderer = _renderer;
16
- }
17
- }
18
- /**
19
- * @deprecated in v1.0.0
20
- */
21
- const _daffPaginatorBase = daffColorMixin(DaffPaginatorBase);
22
- const visiblePageRange = 2;
23
- /**
24
- * @inheritdoc
25
- */
26
- export class DaffPaginatorComponent extends _daffPaginatorBase {
27
- constructor(elementRef, renderer) {
28
- super(elementRef, renderer);
29
- this.elementRef = elementRef;
30
- this.renderer = renderer;
31
- /**
32
- * @docs-private
33
- */
34
- this.class = true;
35
- /**
36
- * @docs-private
37
- */
38
- this.role = 'navigation';
39
- /**
40
- * @docs-private
41
- */
42
- this.faChevronRight = faChevronRight;
43
- /**
44
- * @docs-private
45
- */
46
- this.faChevronLeft = faChevronLeft;
47
- /**
48
- * Replace the paginator buttons with links. `url` is required if using this mode.
49
- */
50
- this.linkMode = false;
51
- /**
52
- * The query param to which the paginator component will set the current page value in link mode.
53
- */
54
- this.queryParam = 'page';
55
- /**
56
- * Emits when the current page changes with the new current page.
57
- */
58
- this.notifyPageChange = new EventEmitter();
59
- const ariaLabel = elementRef.nativeElement.attributes['aria-label'];
60
- this._paginatorId = ariaLabel ? ariaLabel.nodeValue : null;
61
- }
62
- /**
63
- * Determines when ellipsis after the first page number should show.
64
- *
65
- * @docs-private
66
- */
67
- get _showFirstEllipsis() {
68
- return this.currentPage >= visiblePageRange + 2;
69
- }
70
- /**
71
- * Determines when ellipsis before the final page number should show.
72
- *
73
- * @docs-private
74
- */
75
- get _showLastEllipsis() {
76
- return this.currentPage < (this.numberOfPages - visiblePageRange);
77
- }
78
- /**
79
- * Determines when the Previous button should be disabled.
80
- *
81
- * @docs-private
82
- */
83
- get _disablePrev() {
84
- return this.currentPage === 1;
85
- }
86
- /**
87
- * Determines when the Next button should be disabled.
88
- *
89
- * @docs-private
90
- */
91
- get _disableNext() {
92
- return this.currentPage === this.numberOfPages;
93
- }
94
- /**
95
- * @docs-private
96
- */
97
- ngOnChanges() {
98
- if (this.numberOfPages < 1) {
99
- throw new Error(DaffPaginatorNumberOfPagesErrorMessage);
100
- }
101
- else if (this.numberOfPages < this.currentPage) {
102
- throw new Error(DaffPaginatorPageOutOfRangeErrorMessage);
103
- }
104
- this._numberOfPagesArray = this.numberOfPages < 2 ? [] : Array(this.numberOfPages - 2).fill(this.numberOfPages - 2).map((x, i) => i + 2);
105
- }
106
- /**
107
- * Emits the previous page number through notifyPageChange Output.
108
- *
109
- * @docs-private
110
- */
111
- _onNotifyPrevPageChange() {
112
- this.notifyPageChange.emit(this.currentPage - 1);
113
- }
114
- /**
115
- * Emits the next page number through notifyPageChange Output.
116
- *
117
- * @docs-private
118
- */
119
- _onNotifyNextPageChange() {
120
- this.notifyPageChange.emit(this.currentPage + 1);
121
- }
122
- /**
123
- * Emits a pageNumber to notifyPageChange Output.
124
- *
125
- * @docs-private
126
- * @param pageNumber a page number
127
- */
128
- _onNotifyPageChange(pageNumber) {
129
- this.notifyPageChange.emit(pageNumber);
130
- }
131
- /**
132
- * A simple function that determines if the given page number is the current page number.
133
- *
134
- * @docs-private
135
- * @param page a page number
136
- */
137
- _isSelected(page) {
138
- return page === this.currentPage;
139
- }
140
- /**
141
- * Determines if the given page number should be shown. The two additional 'or' conditionals are needed
142
- * so the paginator retains the same total width at the extreme page numbers (1 and numberOfPages).
143
- *
144
- * @docs-private
145
- * @param pageNumber page number to check.
146
- */
147
- _showNumber(pageNumber) {
148
- return Math.abs(this.currentPage - pageNumber) < visiblePageRange
149
- || (this.currentPage <= visiblePageRange && pageNumber <= 2 * visiblePageRange)
150
- || (this.currentPage > this.numberOfPages - visiblePageRange && pageNumber > this.numberOfPages - 2 * visiblePageRange);
151
- }
152
- _buildPageQueryParams(page) {
153
- return {
154
- [this.queryParam]: page,
155
- };
156
- }
157
- }
158
- /** @nocollapse */ DaffPaginatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPaginatorComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
159
- /** @nocollapse */ DaffPaginatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffPaginatorComponent, selector: "daff-paginator", inputs: { color: "color", numberOfPages: "numberOfPages", currentPage: "currentPage", linkMode: "linkMode", url: "url", queryParam: "queryParam" }, outputs: { notifyPageChange: "notifyPageChange" }, host: { properties: { "class.daff-paginator": "this.class", "attr.role": "this.role" } }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<button *ngIf=\"!linkMode\" type=\"button\" class=\"daff-paginator__previous\"\n [disabled]=\"_disablePrev\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Previous Page of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyPrevPageChange()\">\n <fa-icon [icon]=\"faChevronLeft\" size=\"sm\"></fa-icon> Previous\n</button>\n<ng-container *ngIf=\"linkMode\">\n <a class=\"daff-paginator__previous\"\n *ngIf=\"!_disablePrev\"\n attr.aria-label=\"Go to Previous Page of {{_paginatorId}} Paginator\"\n [routerLink]=\"url\"\n queryParamsHandling=\"merge\"\n [queryParams]=\"_buildPageQueryParams(currentPage - 1)\">\n <fa-icon [icon]=\"faChevronLeft\" size=\"sm\"></fa-icon><span>Previous</span>\n </a>\n <span class=\"daff-paginator__previous disabled\"\n *ngIf=\"_disablePrev\"\n attr.aria-label=\"Go to Previous Page of {{_paginatorId}} Paginator\"\n [attr.disabled]=\"true\">\n <fa-icon [icon]=\"faChevronLeft\" size=\"sm\"></fa-icon><span>Previous</span>\n </span>\n</ng-container>\n\n<button *ngIf=\"!linkMode\" type=\"button\" class=\"daff-paginator__page-link\"\n [class.selected]=\"_isSelected(1)\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Page 1 of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyPageChange(1)\">\n <span>1</span>\n</button>\n<a *ngIf=\"linkMode\" class=\"daff-paginator__page-link\"\n [routerLink]=\"url\"\n [queryParams]=\"_buildPageQueryParams(1)\"\n queryParamsHandling=\"merge\"\n [class.selected]=\"_isSelected(1)\"\n attr.aria-label=\"Go to Page 1 of {{_paginatorId}} Paginator\"\n><span>1</span></a>\n\n<span class=\"daff-paginator__ellipsis\" *ngIf=\"_showFirstEllipsis\">...</span>\n\n<ng-container *ngFor=\"let pageNumber of _numberOfPagesArray\">\n <ng-container *ngIf=\"_showNumber(pageNumber)\">\n <button *ngIf=\"!linkMode\" type=\"button\" class=\"daff-paginator__page-link\"\n [class.selected]=\"_isSelected(pageNumber)\"\n [attr.data-page-number]=\"pageNumber\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Page {{pageNumber}} of {{_paginatorId}} Paginator\"\n aria-current=\"_isSelected(pageNumber)\"\n (click)=\"_onNotifyPageChange(pageNumber)\">\n <span>{{ pageNumber }}</span>\n </button>\n <a *ngIf=\"linkMode\" class=\"daff-paginator__page-link\"\n [attr.data-page-number]=\"pageNumber\"\n [routerLink]=\"url\"\n [queryParams]=\"_buildPageQueryParams(pageNumber)\"\n queryParamsHandling=\"merge\"\n [class.selected]=\"_isSelected(pageNumber)\"\n attr.aria-label=\"Go to Page {{pageNumber}} of {{_paginatorId}} Paginator\"\n ><span>{{ pageNumber }}</span></a>\n </ng-container>\n</ng-container>\n\n<span class=\"daff-paginator__ellipsis\" *ngIf=\"_showLastEllipsis\">...</span>\n\n<ng-container *ngIf=\"!(numberOfPages < 2)\">\n <button *ngIf=\"!linkMode\" type=\"button\" class=\"daff-paginator__page-link\"\n [class.selected]=\"_isSelected(numberOfPages)\"\n tabindex=\"0\"\n attr.aria-label=\"Go To Page {{numberOfPages}} of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyPageChange(numberOfPages)\"\n >\n <span>{{ numberOfPages }}</span>\n </button>\n <a *ngIf=\"linkMode\" class=\"daff-paginator__page-link\"\n [routerLink]=\"url\"\n [queryParams]=\"_buildPageQueryParams(numberOfPages)\"\n queryParamsHandling=\"merge\"\n [class.selected]=\"_isSelected(numberOfPages)\"\n attr.aria-label=\"Go to Page {{numberOfPages}} of {{_paginatorId}} Paginator\"\n ><span>{{ numberOfPages }}</span></a>\n</ng-container>\n\n<button *ngIf=\"!linkMode\" class=\"daff-paginator__next\"\n [disabled]=\"_disableNext\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Next Page of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyNextPageChange()\">\n Next <fa-icon [icon]=\"faChevronRight\" size=\"sm\"></fa-icon>\n</button>\n<ng-container *ngIf=\"linkMode\">\n <a class=\"daff-paginator__next\"\n *ngIf=\"!_disableNext\"\n [routerLink]=\"url\"\n attr.aria-label=\"Go to Next Page of {{_paginatorId}} Paginator\"\n queryParamsHandling=\"merge\"\n [queryParams]=\"_buildPageQueryParams(currentPage + 1)\">\n <span>Next</span><fa-icon [icon]=\"faChevronRight\" size=\"sm\"></fa-icon>\n </a>\n <span class=\"daff-paginator__next disabled\"\n *ngIf=\"_disableNext\"\n attr.aria-label=\"Go to Next Page of {{_paginatorId}} Paginator\"\n [attr.disabled]=\"true\">\n <span>Next</span><fa-icon [icon]=\"faChevronRight\" size=\"sm\"></fa-icon>\n </span>\n</ng-container>\n", styles: [":host{display:flex;gap:4px}.daff-paginator__page-link,.daff-paginator__previous,.daff-paginator__next{text-decoration:none}.daff-paginator__previous,.daff-paginator__next{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;-webkit-appearance:none;appearance:none;background:none;border:0;border-radius:4px;gap:8px;height:2rem;padding:0 8px}.daff-paginator__previous[disabled],.daff-paginator__next[disabled]{cursor:not-allowed;opacity:.5}.daff-paginator__ellipsis{height:2rem;width:2rem;text-align:center}.daff-paginator__page-link{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;-webkit-appearance:none;appearance:none;background:none;border:0;border-radius:4px;min-width:2rem;height:2rem;padding:0 4px;position:relative}.daff-paginator__page-link span{z-index:2}.daff-paginator__page-link:after{content:\"\";border-radius:4px;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;transition:opacity .3s}.daff-paginator__page-link:hover:after,.daff-paginator__page-link:active:after,.daff-paginator__page-link.selected:after{opacity:1}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: i3.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
160
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPaginatorComponent, decorators: [{
161
- type: Component,
162
- args: [{ selector: 'daff-paginator', inputs: ['color'], changeDetection: ChangeDetectionStrategy.OnPush, template: "<button *ngIf=\"!linkMode\" type=\"button\" class=\"daff-paginator__previous\"\n [disabled]=\"_disablePrev\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Previous Page of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyPrevPageChange()\">\n <fa-icon [icon]=\"faChevronLeft\" size=\"sm\"></fa-icon> Previous\n</button>\n<ng-container *ngIf=\"linkMode\">\n <a class=\"daff-paginator__previous\"\n *ngIf=\"!_disablePrev\"\n attr.aria-label=\"Go to Previous Page of {{_paginatorId}} Paginator\"\n [routerLink]=\"url\"\n queryParamsHandling=\"merge\"\n [queryParams]=\"_buildPageQueryParams(currentPage - 1)\">\n <fa-icon [icon]=\"faChevronLeft\" size=\"sm\"></fa-icon><span>Previous</span>\n </a>\n <span class=\"daff-paginator__previous disabled\"\n *ngIf=\"_disablePrev\"\n attr.aria-label=\"Go to Previous Page of {{_paginatorId}} Paginator\"\n [attr.disabled]=\"true\">\n <fa-icon [icon]=\"faChevronLeft\" size=\"sm\"></fa-icon><span>Previous</span>\n </span>\n</ng-container>\n\n<button *ngIf=\"!linkMode\" type=\"button\" class=\"daff-paginator__page-link\"\n [class.selected]=\"_isSelected(1)\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Page 1 of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyPageChange(1)\">\n <span>1</span>\n</button>\n<a *ngIf=\"linkMode\" class=\"daff-paginator__page-link\"\n [routerLink]=\"url\"\n [queryParams]=\"_buildPageQueryParams(1)\"\n queryParamsHandling=\"merge\"\n [class.selected]=\"_isSelected(1)\"\n attr.aria-label=\"Go to Page 1 of {{_paginatorId}} Paginator\"\n><span>1</span></a>\n\n<span class=\"daff-paginator__ellipsis\" *ngIf=\"_showFirstEllipsis\">...</span>\n\n<ng-container *ngFor=\"let pageNumber of _numberOfPagesArray\">\n <ng-container *ngIf=\"_showNumber(pageNumber)\">\n <button *ngIf=\"!linkMode\" type=\"button\" class=\"daff-paginator__page-link\"\n [class.selected]=\"_isSelected(pageNumber)\"\n [attr.data-page-number]=\"pageNumber\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Page {{pageNumber}} of {{_paginatorId}} Paginator\"\n aria-current=\"_isSelected(pageNumber)\"\n (click)=\"_onNotifyPageChange(pageNumber)\">\n <span>{{ pageNumber }}</span>\n </button>\n <a *ngIf=\"linkMode\" class=\"daff-paginator__page-link\"\n [attr.data-page-number]=\"pageNumber\"\n [routerLink]=\"url\"\n [queryParams]=\"_buildPageQueryParams(pageNumber)\"\n queryParamsHandling=\"merge\"\n [class.selected]=\"_isSelected(pageNumber)\"\n attr.aria-label=\"Go to Page {{pageNumber}} of {{_paginatorId}} Paginator\"\n ><span>{{ pageNumber }}</span></a>\n </ng-container>\n</ng-container>\n\n<span class=\"daff-paginator__ellipsis\" *ngIf=\"_showLastEllipsis\">...</span>\n\n<ng-container *ngIf=\"!(numberOfPages < 2)\">\n <button *ngIf=\"!linkMode\" type=\"button\" class=\"daff-paginator__page-link\"\n [class.selected]=\"_isSelected(numberOfPages)\"\n tabindex=\"0\"\n attr.aria-label=\"Go To Page {{numberOfPages}} of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyPageChange(numberOfPages)\"\n >\n <span>{{ numberOfPages }}</span>\n </button>\n <a *ngIf=\"linkMode\" class=\"daff-paginator__page-link\"\n [routerLink]=\"url\"\n [queryParams]=\"_buildPageQueryParams(numberOfPages)\"\n queryParamsHandling=\"merge\"\n [class.selected]=\"_isSelected(numberOfPages)\"\n attr.aria-label=\"Go to Page {{numberOfPages}} of {{_paginatorId}} Paginator\"\n ><span>{{ numberOfPages }}</span></a>\n</ng-container>\n\n<button *ngIf=\"!linkMode\" class=\"daff-paginator__next\"\n [disabled]=\"_disableNext\"\n tabindex=\"0\"\n attr.aria-label=\"Go to Next Page of {{_paginatorId}} Paginator\"\n (click)=\"_onNotifyNextPageChange()\">\n Next <fa-icon [icon]=\"faChevronRight\" size=\"sm\"></fa-icon>\n</button>\n<ng-container *ngIf=\"linkMode\">\n <a class=\"daff-paginator__next\"\n *ngIf=\"!_disableNext\"\n [routerLink]=\"url\"\n attr.aria-label=\"Go to Next Page of {{_paginatorId}} Paginator\"\n queryParamsHandling=\"merge\"\n [queryParams]=\"_buildPageQueryParams(currentPage + 1)\">\n <span>Next</span><fa-icon [icon]=\"faChevronRight\" size=\"sm\"></fa-icon>\n </a>\n <span class=\"daff-paginator__next disabled\"\n *ngIf=\"_disableNext\"\n attr.aria-label=\"Go to Next Page of {{_paginatorId}} Paginator\"\n [attr.disabled]=\"true\">\n <span>Next</span><fa-icon [icon]=\"faChevronRight\" size=\"sm\"></fa-icon>\n </span>\n</ng-container>\n", styles: [":host{display:flex;gap:4px}.daff-paginator__page-link,.daff-paginator__previous,.daff-paginator__next{text-decoration:none}.daff-paginator__previous,.daff-paginator__next{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;-webkit-appearance:none;appearance:none;background:none;border:0;border-radius:4px;gap:8px;height:2rem;padding:0 8px}.daff-paginator__previous[disabled],.daff-paginator__next[disabled]{cursor:not-allowed;opacity:.5}.daff-paginator__ellipsis{height:2rem;width:2rem;text-align:center}.daff-paginator__page-link{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;-webkit-appearance:none;appearance:none;background:none;border:0;border-radius:4px;min-width:2rem;height:2rem;padding:0 4px;position:relative}.daff-paginator__page-link span{z-index:2}.daff-paginator__page-link:after{content:\"\";border-radius:4px;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;transition:opacity .3s}.daff-paginator__page-link:hover:after,.daff-paginator__page-link:active:after,.daff-paginator__page-link.selected:after{opacity:1}\n"] }]
163
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { class: [{
164
- type: HostBinding,
165
- args: ['class.daff-paginator']
166
- }], role: [{
167
- type: HostBinding,
168
- args: ['attr.role']
169
- }], numberOfPages: [{
170
- type: Input
171
- }], currentPage: [{
172
- type: Input
173
- }], linkMode: [{
174
- type: Input
175
- }], url: [{
176
- type: Input
177
- }], queryParam: [{
178
- type: Input
179
- }], notifyPageChange: [{
180
- type: Output
181
- }] } });
182
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnaW5hdG9yLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9tb2xlY3VsZXMvcGFnaW5hdG9yL3BhZ2luYXRvci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9zcmMvbW9sZWN1bGVzL3BhZ2luYXRvci9wYWdpbmF0b3IuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxLQUFLLEVBQ0wsTUFBTSxFQUNOLFlBQVksRUFDWixXQUFXLEVBQ1gsVUFBVSxFQUVWLHVCQUF1QixFQUN2QixTQUFTLEdBQ1YsTUFBTSxlQUFlLENBQUM7QUFFdkIsT0FBTyxFQUNMLGNBQWMsRUFDZCxhQUFhLEdBQ2QsTUFBTSxtQ0FBbUMsQ0FBQztBQUUzQyxPQUFPLEVBQ0wsc0NBQXNDLEVBQ3RDLHVDQUF1QyxHQUN4QyxNQUFNLG9CQUFvQixDQUFDO0FBQzVCLE9BQU8sRUFDTCxjQUFjLEdBRWYsTUFBTSxpQ0FBaUMsQ0FBQzs7Ozs7QUFFekM7O0dBRUc7QUFDSCxNQUFNLGlCQUFpQjtJQUNyQixZQUFtQixXQUF1QixFQUFTLFNBQW9CO1FBQXBELGdCQUFXLEdBQVgsV0FBVyxDQUFZO1FBQVMsY0FBUyxHQUFULFNBQVMsQ0FBVztJQUFHLENBQUM7Q0FDNUU7QUFFRDs7R0FFRztBQUNILE1BQU0sa0JBQWtCLEdBQUcsY0FBYyxDQUFDLGlCQUFpQixDQUFDLENBQUM7QUFFN0QsTUFBTSxnQkFBZ0IsR0FBRyxDQUFDLENBQUM7QUFFM0I7O0dBRUc7QUFVSCxNQUFNLE9BQU8sc0JBQXVCLFNBQVEsa0JBQWtCO0lBeUI1RCxZQUFvQixVQUFzQixFQUFVLFFBQW1CO1FBQ3RFLEtBQUssQ0FBQyxVQUFVLEVBQUUsUUFBUSxDQUFDLENBQUM7UUFEVCxlQUFVLEdBQVYsVUFBVSxDQUFZO1FBQVUsYUFBUSxHQUFSLFFBQVEsQ0FBVztRQXZCdkU7O1dBRUc7UUFDa0MsVUFBSyxHQUFHLElBQUksQ0FBQztRQUNsRDs7V0FFRztRQUN1QixTQUFJLEdBQUcsWUFBWSxDQUFDO1FBRTlDOztXQUVHO1FBQ0gsbUJBQWMsR0FBRyxjQUFjLENBQUM7UUFDaEM7O1dBRUc7UUFDSCxrQkFBYSxHQUFHLGFBQWEsQ0FBQztRQXdCOUI7O1dBRUc7UUFDTSxhQUFRLEdBQUcsS0FBSyxDQUFDO1FBUTFCOztXQUVHO1FBQ00sZUFBVSxHQUFHLE1BQU0sQ0FBQztRQU83Qjs7V0FFRztRQUNPLHFCQUFnQixHQUFzQixJQUFJLFlBQVksRUFBRSxDQUFDO1FBdkNsRSxNQUFNLFNBQVMsR0FBRyxVQUFVLENBQUMsYUFBYSxDQUFDLFVBQVUsQ0FBQyxZQUFZLENBQUMsQ0FBQztRQUNwRSxJQUFJLENBQUMsWUFBWSxHQUFHLFNBQVMsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDO0lBQzVELENBQUM7SUF1Q0Q7Ozs7T0FJRztJQUNILElBQUksa0JBQWtCO1FBQ3BCLE9BQU8sSUFBSSxDQUFDLFdBQVcsSUFBSSxnQkFBZ0IsR0FBQyxDQUFDLENBQUM7SUFDaEQsQ0FBQztJQUVEOzs7O09BSUc7SUFDSCxJQUFJLGlCQUFpQjtRQUNuQixPQUFPLElBQUksQ0FBQyxXQUFXLEdBQUcsQ0FBQyxJQUFJLENBQUMsYUFBYSxHQUFHLGdCQUFnQixDQUFDLENBQUM7SUFDcEUsQ0FBQztJQUVEOzs7O09BSUc7SUFDSCxJQUFJLFlBQVk7UUFDZCxPQUFPLElBQUksQ0FBQyxXQUFXLEtBQUssQ0FBQyxDQUFDO0lBQ2hDLENBQUM7SUFFRDs7OztPQUlHO0lBQ0gsSUFBSSxZQUFZO1FBQ2QsT0FBTyxJQUFJLENBQUMsV0FBVyxLQUFLLElBQUksQ0FBQyxhQUFhLENBQUM7SUFDakQsQ0FBQztJQUVEOztPQUVHO0lBQ0gsV0FBVztRQUNULElBQUcsSUFBSSxDQUFDLGFBQWEsR0FBRyxDQUFDLEVBQUU7WUFDekIsTUFBTSxJQUFJLEtBQUssQ0FBQyxzQ0FBc0MsQ0FBQyxDQUFDO1NBQ3pEO2FBQU0sSUFBRyxJQUFJLENBQUMsYUFBYSxHQUFHLElBQUksQ0FBQyxXQUFXLEVBQUU7WUFDL0MsTUFBTSxJQUFJLEtBQUssQ0FBQyx1Q0FBdUMsQ0FBQyxDQUFDO1NBQzFEO1FBRUQsSUFBSSxDQUFDLG1CQUFtQixHQUFHLElBQUksQ0FBQyxhQUFhLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsYUFBYSxHQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsYUFBYSxHQUFDLENBQUMsQ0FBQyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBQyxDQUFDLEVBQUMsRUFBRSxDQUFBLENBQUMsR0FBQyxDQUFDLENBQUMsQ0FBQztJQUNsSSxDQUFDO0lBRUQ7Ozs7T0FJRztJQUNILHVCQUF1QjtRQUNyQixJQUFJLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxXQUFXLEdBQUcsQ0FBQyxDQUFDLENBQUM7SUFDbkQsQ0FBQztJQUVEOzs7O09BSUc7SUFDSCx1QkFBdUI7UUFDckIsSUFBSSxDQUFDLGdCQUFnQixDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsV0FBVyxHQUFHLENBQUMsQ0FBQyxDQUFDO0lBQ25ELENBQUM7SUFFRDs7Ozs7T0FLRztJQUNILG1CQUFtQixDQUFDLFVBQWtCO1FBQ3BDLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUM7SUFDekMsQ0FBQztJQUVEOzs7OztPQUtHO0lBQ0gsV0FBVyxDQUFDLElBQVk7UUFDdEIsT0FBTyxJQUFJLEtBQUssSUFBSSxDQUFDLFdBQVcsQ0FBQztJQUNuQyxDQUFDO0lBRUQ7Ozs7OztPQU1HO0lBQ0gsV0FBVyxDQUFDLFVBQWtCO1FBQzVCLE9BQU8sSUFBSSxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUMsV0FBVyxHQUFHLFVBQVUsQ0FBQyxHQUFHLGdCQUFnQjtlQUM1RCxDQUFDLElBQUksQ0FBQyxXQUFXLElBQUksZ0JBQWdCLElBQUksVUFBVSxJQUFJLENBQUMsR0FBQyxnQkFBZ0IsQ0FBQztlQUMxRSxDQUFDLElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFDLGFBQWEsR0FBRyxnQkFBZ0IsSUFBSSxVQUFVLEdBQUcsSUFBSSxDQUFDLGFBQWEsR0FBRyxDQUFDLEdBQUMsZ0JBQWdCLENBQUMsQ0FBQztJQUMxSCxDQUFDO0lBRUQscUJBQXFCLENBQUMsSUFBWTtRQUNoQyxPQUFPO1lBQ0wsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLEVBQUUsSUFBSTtTQUN4QixDQUFDO0lBQ0osQ0FBQzs7c0lBNUtVLHNCQUFzQjswSEFBdEIsc0JBQXNCLG1ZQ3BEbkMsKzRJQTBHQTsyRkR0RGEsc0JBQXNCO2tCQVRsQyxTQUFTOytCQUNFLGdCQUFnQixVQUtsQixDQUFDLE9BQU8sQ0FBQyxtQkFDQSx1QkFBdUIsQ0FBQyxNQUFNO3lIQU9WLEtBQUs7c0JBQXpDLFdBQVc7dUJBQUMsc0JBQXNCO2dCQUlULElBQUk7c0JBQTdCLFdBQVc7dUJBQUMsV0FBVztnQkEwQmYsYUFBYTtzQkFBckIsS0FBSztnQkFLRyxXQUFXO3NCQUFuQixLQUFLO2dCQUtHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBTUcsR0FBRztzQkFBWCxLQUFLO2dCQUtHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBVUksZ0JBQWdCO3NCQUF6QixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ29tcG9uZW50LFxuICBJbnB1dCxcbiAgT3V0cHV0LFxuICBFdmVudEVtaXR0ZXIsXG4gIEhvc3RCaW5kaW5nLFxuICBFbGVtZW50UmVmLFxuICBPbkNoYW5nZXMsXG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBSZW5kZXJlcjIsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUGFyYW1zIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7XG4gIGZhQ2hldnJvblJpZ2h0LFxuICBmYUNoZXZyb25MZWZ0LFxufSBmcm9tICdAZm9ydGF3ZXNvbWUvZnJlZS1zb2xpZC1zdmctaWNvbnMnO1xuXG5pbXBvcnQge1xuICBEYWZmUGFnaW5hdG9yTnVtYmVyT2ZQYWdlc0Vycm9yTWVzc2FnZSxcbiAgRGFmZlBhZ2luYXRvclBhZ2VPdXRPZlJhbmdlRXJyb3JNZXNzYWdlLFxufSBmcm9tICcuL3BhZ2luYXRvci1lcnJvcnMnO1xuaW1wb3J0IHtcbiAgZGFmZkNvbG9yTWl4aW4sXG4gIERhZmZDb2xvcmFibGUsXG59IGZyb20gJy4uLy4uL2NvcmUvY29sb3JhYmxlL3B1YmxpY19hcGknO1xuXG4vKipcbiAqIEFuIF9lbGVtZW50UmVmIGFuZCBhbiBpbnN0YW5jZSBvZiByZW5kZXJlcjIgYXJlIG5lZWRlZCBmb3IgdGhlIENvbG9yYWJsZSBtaXhpblxuICovXG5jbGFzcyBEYWZmUGFnaW5hdG9yQmFzZSB7XG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBfZWxlbWVudFJlZjogRWxlbWVudFJlZiwgcHVibGljIF9yZW5kZXJlcjogUmVuZGVyZXIyKSB7fVxufVxuXG4vKipcbiAqIEBkZXByZWNhdGVkIGluIHYxLjAuMFxuICovXG5jb25zdCBfZGFmZlBhZ2luYXRvckJhc2UgPSBkYWZmQ29sb3JNaXhpbihEYWZmUGFnaW5hdG9yQmFzZSk7XG5cbmNvbnN0IHZpc2libGVQYWdlUmFuZ2UgPSAyO1xuXG4vKipcbiAqIEBpbmhlcml0ZG9jXG4gKi9cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2RhZmYtcGFnaW5hdG9yJyxcbiAgc3R5bGVVcmxzOiBbJy4vcGFnaW5hdG9yLmNvbXBvbmVudC5zY3NzJ10sXG4gIHRlbXBsYXRlVXJsOiAnLi9wYWdpbmF0b3IuY29tcG9uZW50Lmh0bWwnLFxuICAvL3RvZG8oZGFtaWVud2ViZGV2KTogcmVtb3ZlIG9uY2UgZGVjb3JhdG9ycyBoaXQgc3RhZ2UgMyAtIGh0dHBzOi8vZ2l0aHViLmNvbS9taWNyb3NvZnQvVHlwZVNjcmlwdC9pc3N1ZXMvNzM0MlxuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L25vLWlucHV0cy1tZXRhZGF0YS1wcm9wZXJ0eVxuICBpbnB1dHM6IFsnY29sb3InXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIERhZmZQYWdpbmF0b3JDb21wb25lbnQgZXh0ZW5kcyBfZGFmZlBhZ2luYXRvckJhc2UgaW1wbGVtZW50cyBPbkNoYW5nZXMsIERhZmZDb2xvcmFibGUge1xuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBASG9zdEJpbmRpbmcoJ2NsYXNzLmRhZmYtcGFnaW5hdG9yJykgY2xhc3MgPSB0cnVlO1xuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgQEhvc3RCaW5kaW5nKCdhdHRyLnJvbGUnKSByb2xlID0gJ25hdmlnYXRpb24nO1xuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBmYUNoZXZyb25SaWdodCA9IGZhQ2hldnJvblJpZ2h0O1xuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgZmFDaGV2cm9uTGVmdCA9IGZhQ2hldnJvbkxlZnQ7XG5cbiAgLyoqXG4gICAqIEBkb2NzLXByaXZhdGVcbiAgICovXG4gIF9wYWdpbmF0b3JJZDogc3RyaW5nO1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgZWxlbWVudFJlZjogRWxlbWVudFJlZiwgcHJpdmF0ZSByZW5kZXJlcjogUmVuZGVyZXIyKSB7XG5cdCAgc3VwZXIoZWxlbWVudFJlZiwgcmVuZGVyZXIpO1xuXHQgIGNvbnN0IGFyaWFMYWJlbCA9IGVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5hdHRyaWJ1dGVzWydhcmlhLWxhYmVsJ107XG5cdCAgdGhpcy5fcGFnaW5hdG9ySWQgPSBhcmlhTGFiZWwgPyBhcmlhTGFiZWwubm9kZVZhbHVlIDogbnVsbDtcbiAgfVxuXG4gIC8qKlxuICAgKiBUaGUgdG90YWwgbnVtYmVyIG9mIHBhZ2VzIHRoZSBwYWdpbmF0b3IgdHJhY2tzLiBUaGlzIG51bWJlciBjYW4gY2hhbmdlIGR5bmFtaWNhbGx5LCBidXQgdGhlIGVuZCB1c2VyIGlzIHJlc3BvbnNpYmxlIGZvciBrZWVwaW5nIG51bWJlck9mUGFnZXNcbiAgICogYW5kIGN1cnJlbnRQYWdlIGluIHN5bmMuIEZvciBleGFtcGxlLCBpZiB0aGUgbnVtYmVyT2ZQYWdlcyBpcyBkeW5hbWljYWxseSBjaGFuZ2VkIHRvIGEgdmFsdWUgbGVzcyB0aGFuIHRoZSBjdXJyZW50UGFnZSwgdGhlIHBhZ2luYXRvciB3aWxsIGJyZWFrLlxuICAgKi9cbiAgQElucHV0KCkgbnVtYmVyT2ZQYWdlczogbnVtYmVyO1xuXG4gIC8qKlxuICAgKiBUaGUgY3VycmVudGx5IHNlbGVjdGVkIHBhZ2UuXG4gICAqL1xuICBASW5wdXQoKSBjdXJyZW50UGFnZTogbnVtYmVyO1xuXG4gIC8qKlxuICAgKiBSZXBsYWNlIHRoZSBwYWdpbmF0b3IgYnV0dG9ucyB3aXRoIGxpbmtzLiBgdXJsYCBpcyByZXF1aXJlZCBpZiB1c2luZyB0aGlzIG1vZGUuXG4gICAqL1xuICBASW5wdXQoKSBsaW5rTW9kZSA9IGZhbHNlO1xuXG4gIC8qKlxuICAgKiBUaGUgdXJsIHRvIHdoaWNoIHRvIG5hdmlnYXRlIGlmIHRoZSBwYWdpbmF0b3IgaXMgaW4gbGluayBtb2RlLlxuICAgKiBUaGlzIHBhZ2luYXRvciBjb21wb25lbnQgd2lsbCBzZXQgdGhlIHBhZ2UgcXVlcnkgcGFyYW0uXG4gICAqL1xuICBASW5wdXQoKSB1cmw/OiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIFRoZSBxdWVyeSBwYXJhbSB0byB3aGljaCB0aGUgcGFnaW5hdG9yIGNvbXBvbmVudCB3aWxsIHNldCB0aGUgY3VycmVudCBwYWdlIHZhbHVlIGluIGxpbmsgbW9kZS5cbiAgICovXG4gIEBJbnB1dCgpIHF1ZXJ5UGFyYW0gPSAncGFnZSc7XG5cbiAgLyoqXG4gICAqIEBkb2NzLXByaXZhdGVcbiAgICovXG4gIF9udW1iZXJPZlBhZ2VzQXJyYXk6IG51bWJlcltdO1xuXG4gIC8qKlxuICAgKiBFbWl0cyB3aGVuIHRoZSBjdXJyZW50IHBhZ2UgY2hhbmdlcyB3aXRoIHRoZSBuZXcgY3VycmVudCBwYWdlLlxuICAgKi9cbiAgQE91dHB1dCgpIG5vdGlmeVBhZ2VDaGFuZ2U6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gIC8qKlxuICAgKiBEZXRlcm1pbmVzIHdoZW4gZWxsaXBzaXMgYWZ0ZXIgdGhlIGZpcnN0IHBhZ2UgbnVtYmVyIHNob3VsZCBzaG93LlxuICAgKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBnZXQgX3Nob3dGaXJzdEVsbGlwc2lzKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLmN1cnJlbnRQYWdlID49IHZpc2libGVQYWdlUmFuZ2UrMjtcbiAgfVxuXG4gIC8qKlxuICAgKiBEZXRlcm1pbmVzIHdoZW4gZWxsaXBzaXMgYmVmb3JlIHRoZSBmaW5hbCBwYWdlIG51bWJlciBzaG91bGQgc2hvdy5cbiAgICpcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgZ2V0IF9zaG93TGFzdEVsbGlwc2lzKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLmN1cnJlbnRQYWdlIDwgKHRoaXMubnVtYmVyT2ZQYWdlcyAtIHZpc2libGVQYWdlUmFuZ2UpO1xuICB9XG5cbiAgLyoqXG4gICAqIERldGVybWluZXMgd2hlbiB0aGUgUHJldmlvdXMgYnV0dG9uIHNob3VsZCBiZSBkaXNhYmxlZC5cbiAgICpcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgZ2V0IF9kaXNhYmxlUHJldigpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5jdXJyZW50UGFnZSA9PT0gMTtcbiAgfVxuXG4gIC8qKlxuICAgKiBEZXRlcm1pbmVzIHdoZW4gdGhlIE5leHQgYnV0dG9uIHNob3VsZCBiZSBkaXNhYmxlZC5cbiAgICpcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgZ2V0IF9kaXNhYmxlTmV4dCgpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5jdXJyZW50UGFnZSA9PT0gdGhpcy5udW1iZXJPZlBhZ2VzO1xuICB9XG5cbiAgLyoqXG4gICAqIEBkb2NzLXByaXZhdGVcbiAgICovXG4gIG5nT25DaGFuZ2VzKCkge1xuICAgIGlmKHRoaXMubnVtYmVyT2ZQYWdlcyA8IDEpIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcihEYWZmUGFnaW5hdG9yTnVtYmVyT2ZQYWdlc0Vycm9yTWVzc2FnZSk7XG4gICAgfSBlbHNlIGlmKHRoaXMubnVtYmVyT2ZQYWdlcyA8IHRoaXMuY3VycmVudFBhZ2UpIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcihEYWZmUGFnaW5hdG9yUGFnZU91dE9mUmFuZ2VFcnJvck1lc3NhZ2UpO1xuICAgIH1cblxuICAgIHRoaXMuX251bWJlck9mUGFnZXNBcnJheSA9IHRoaXMubnVtYmVyT2ZQYWdlcyA8IDIgPyBbXSA6IEFycmF5KHRoaXMubnVtYmVyT2ZQYWdlcy0yKS5maWxsKHRoaXMubnVtYmVyT2ZQYWdlcy0yKS5tYXAoKHgsaSk9PmkrMik7XG4gIH1cblxuICAvKipcbiAgICogRW1pdHMgdGhlIHByZXZpb3VzIHBhZ2UgbnVtYmVyIHRocm91Z2ggbm90aWZ5UGFnZUNoYW5nZSBPdXRwdXQuXG4gICAqXG4gICAqIEBkb2NzLXByaXZhdGVcbiAgICovXG4gIF9vbk5vdGlmeVByZXZQYWdlQ2hhbmdlKCkge1xuICAgIHRoaXMubm90aWZ5UGFnZUNoYW5nZS5lbWl0KHRoaXMuY3VycmVudFBhZ2UgLSAxKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBFbWl0cyB0aGUgbmV4dCBwYWdlIG51bWJlciB0aHJvdWdoIG5vdGlmeVBhZ2VDaGFuZ2UgT3V0cHV0LlxuICAgKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBfb25Ob3RpZnlOZXh0UGFnZUNoYW5nZSgpIHtcbiAgICB0aGlzLm5vdGlmeVBhZ2VDaGFuZ2UuZW1pdCh0aGlzLmN1cnJlbnRQYWdlICsgMSk7XG4gIH1cblxuICAvKipcbiAgICogRW1pdHMgYSBwYWdlTnVtYmVyIHRvIG5vdGlmeVBhZ2VDaGFuZ2UgT3V0cHV0LlxuICAgKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqIEBwYXJhbSBwYWdlTnVtYmVyIGEgcGFnZSBudW1iZXJcbiAgICovXG4gIF9vbk5vdGlmeVBhZ2VDaGFuZ2UocGFnZU51bWJlcjogbnVtYmVyKSB7XG4gICAgdGhpcy5ub3RpZnlQYWdlQ2hhbmdlLmVtaXQocGFnZU51bWJlcik7XG4gIH1cblxuICAvKipcbiAgICogQSBzaW1wbGUgZnVuY3Rpb24gdGhhdCBkZXRlcm1pbmVzIGlmIHRoZSBnaXZlbiBwYWdlIG51bWJlciBpcyB0aGUgY3VycmVudCBwYWdlIG51bWJlci5cbiAgICpcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKiBAcGFyYW0gcGFnZSBhIHBhZ2UgbnVtYmVyXG4gICAqL1xuICBfaXNTZWxlY3RlZChwYWdlOiBudW1iZXIpOiBib29sZWFuIHtcbiAgICByZXR1cm4gcGFnZSA9PT0gdGhpcy5jdXJyZW50UGFnZTtcbiAgfVxuXG4gIC8qKlxuICAgKiBEZXRlcm1pbmVzIGlmIHRoZSBnaXZlbiBwYWdlIG51bWJlciBzaG91bGQgYmUgc2hvd24uIFRoZSB0d28gYWRkaXRpb25hbCAnb3InIGNvbmRpdGlvbmFscyBhcmUgbmVlZGVkXG4gICAqIHNvIHRoZSBwYWdpbmF0b3IgcmV0YWlucyB0aGUgc2FtZSB0b3RhbCB3aWR0aCBhdCB0aGUgZXh0cmVtZSBwYWdlIG51bWJlcnMgKDEgYW5kIG51bWJlck9mUGFnZXMpLlxuICAgKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqIEBwYXJhbSBwYWdlTnVtYmVyIHBhZ2UgbnVtYmVyIHRvIGNoZWNrLlxuICAgKi9cbiAgX3Nob3dOdW1iZXIocGFnZU51bWJlcjogbnVtYmVyKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIE1hdGguYWJzKHRoaXMuY3VycmVudFBhZ2UgLSBwYWdlTnVtYmVyKSA8IHZpc2libGVQYWdlUmFuZ2VcbiAgICAgIHx8ICh0aGlzLmN1cnJlbnRQYWdlIDw9IHZpc2libGVQYWdlUmFuZ2UgJiYgcGFnZU51bWJlciA8PSAyKnZpc2libGVQYWdlUmFuZ2UpXG4gICAgICB8fCAodGhpcy5jdXJyZW50UGFnZSA+IHRoaXMubnVtYmVyT2ZQYWdlcyAtIHZpc2libGVQYWdlUmFuZ2UgJiYgcGFnZU51bWJlciA+IHRoaXMubnVtYmVyT2ZQYWdlcyAtIDIqdmlzaWJsZVBhZ2VSYW5nZSk7XG4gIH1cblxuICBfYnVpbGRQYWdlUXVlcnlQYXJhbXMocGFnZTogbnVtYmVyKTogUGFyYW1zIHtcbiAgICByZXR1cm4ge1xuICAgICAgW3RoaXMucXVlcnlQYXJhbV06IHBhZ2UsXG4gICAgfTtcbiAgfVxufVxuIiwiPGJ1dHRvbiAqbmdJZj1cIiFsaW5rTW9kZVwiIHR5cGU9XCJidXR0b25cIiBjbGFzcz1cImRhZmYtcGFnaW5hdG9yX19wcmV2aW91c1wiXG4gIFtkaXNhYmxlZF09XCJfZGlzYWJsZVByZXZcIlxuICB0YWJpbmRleD1cIjBcIlxuICBhdHRyLmFyaWEtbGFiZWw9XCJHbyB0byBQcmV2aW91cyBQYWdlIG9mIHt7X3BhZ2luYXRvcklkfX0gUGFnaW5hdG9yXCJcbiAgKGNsaWNrKT1cIl9vbk5vdGlmeVByZXZQYWdlQ2hhbmdlKClcIj5cbiAgPGZhLWljb24gW2ljb25dPVwiZmFDaGV2cm9uTGVmdFwiIHNpemU9XCJzbVwiPjwvZmEtaWNvbj4gUHJldmlvdXNcbjwvYnV0dG9uPlxuPG5nLWNvbnRhaW5lciAqbmdJZj1cImxpbmtNb2RlXCI+XG4gIDxhIGNsYXNzPVwiZGFmZi1wYWdpbmF0b3JfX3ByZXZpb3VzXCJcbiAgICAqbmdJZj1cIiFfZGlzYWJsZVByZXZcIlxuICAgIGF0dHIuYXJpYS1sYWJlbD1cIkdvIHRvIFByZXZpb3VzIFBhZ2Ugb2Yge3tfcGFnaW5hdG9ySWR9fSBQYWdpbmF0b3JcIlxuICAgIFtyb3V0ZXJMaW5rXT1cInVybFwiXG4gICAgcXVlcnlQYXJhbXNIYW5kbGluZz1cIm1lcmdlXCJcbiAgICBbcXVlcnlQYXJhbXNdPVwiX2J1aWxkUGFnZVF1ZXJ5UGFyYW1zKGN1cnJlbnRQYWdlIC0gMSlcIj5cbiAgICA8ZmEtaWNvbiBbaWNvbl09XCJmYUNoZXZyb25MZWZ0XCIgc2l6ZT1cInNtXCI+PC9mYS1pY29uPjxzcGFuPlByZXZpb3VzPC9zcGFuPlxuICA8L2E+XG4gIDxzcGFuIGNsYXNzPVwiZGFmZi1wYWdpbmF0b3JfX3ByZXZpb3VzIGRpc2FibGVkXCJcbiAgICAqbmdJZj1cIl9kaXNhYmxlUHJldlwiXG4gICAgYXR0ci5hcmlhLWxhYmVsPVwiR28gdG8gUHJldmlvdXMgUGFnZSBvZiB7e19wYWdpbmF0b3JJZH19IFBhZ2luYXRvclwiXG4gICAgW2F0dHIuZGlzYWJsZWRdPVwidHJ1ZVwiPlxuICAgIDxmYS1pY29uIFtpY29uXT1cImZhQ2hldnJvbkxlZnRcIiBzaXplPVwic21cIj48L2ZhLWljb24+PHNwYW4+UHJldmlvdXM8L3NwYW4+XG4gIDwvc3Bhbj5cbjwvbmctY29udGFpbmVyPlxuXG48YnV0dG9uICpuZ0lmPVwiIWxpbmtNb2RlXCIgdHlwZT1cImJ1dHRvblwiIGNsYXNzPVwiZGFmZi1wYWdpbmF0b3JfX3BhZ2UtbGlua1wiXG4gIFtjbGFzcy5zZWxlY3RlZF09XCJfaXNTZWxlY3RlZCgxKVwiXG4gIHRhYmluZGV4PVwiMFwiXG4gIGF0dHIuYXJpYS1sYWJlbD1cIkdvIHRvIFBhZ2UgMSBvZiB7e19wYWdpbmF0b3JJZH19IFBhZ2luYXRvclwiXG4gIChjbGljayk9XCJfb25Ob3RpZnlQYWdlQ2hhbmdlKDEpXCI+XG4gIDxzcGFuPjE8L3NwYW4+XG48L2J1dHRvbj5cbjxhICpuZ0lmPVwibGlua01vZGVcIiBjbGFzcz1cImRhZmYtcGFnaW5hdG9yX19wYWdlLWxpbmtcIlxuICBbcm91dGVyTGlua109XCJ1cmxcIlxuICBbcXVlcnlQYXJhbXNdPVwiX2J1aWxkUGFnZVF1ZXJ5UGFyYW1zKDEpXCJcbiAgcXVlcnlQYXJhbXNIYW5kbGluZz1cIm1lcmdlXCJcbiAgW2NsYXNzLnNlbGVjdGVkXT1cIl9pc1NlbGVjdGVkKDEpXCJcbiAgYXR0ci5hcmlhLWxhYmVsPVwiR28gdG8gUGFnZSAxIG9mIHt7X3BhZ2luYXRvcklkfX0gUGFnaW5hdG9yXCJcbj48c3Bhbj4xPC9zcGFuPjwvYT5cblxuPHNwYW4gY2xhc3M9XCJkYWZmLXBhZ2luYXRvcl9fZWxsaXBzaXNcIiAqbmdJZj1cIl9zaG93Rmlyc3RFbGxpcHNpc1wiPi4uLjwvc3Bhbj5cblxuPG5nLWNvbnRhaW5lciAqbmdGb3I9XCJsZXQgcGFnZU51bWJlciBvZiBfbnVtYmVyT2ZQYWdlc0FycmF5XCI+XG4gIDxuZy1jb250YWluZXIgKm5nSWY9XCJfc2hvd051bWJlcihwYWdlTnVtYmVyKVwiPlxuICAgIDxidXR0b24gKm5nSWY9XCIhbGlua01vZGVcIiB0eXBlPVwiYnV0dG9uXCIgY2xhc3M9XCJkYWZmLXBhZ2luYXRvcl9fcGFnZS1saW5rXCJcbiAgICAgIFtjbGFzcy5zZWxlY3RlZF09XCJfaXNTZWxlY3RlZChwYWdlTnVtYmVyKVwiXG4gICAgICBbYXR0ci5kYXRhLXBhZ2UtbnVtYmVyXT1cInBhZ2VOdW1iZXJcIlxuICAgICAgdGFiaW5kZXg9XCIwXCJcbiAgICAgIGF0dHIuYXJpYS1sYWJlbD1cIkdvIHRvIFBhZ2Uge3twYWdlTnVtYmVyfX0gb2Yge3tfcGFnaW5hdG9ySWR9fSBQYWdpbmF0b3JcIlxuICAgICAgYXJpYS1jdXJyZW50PVwiX2lzU2VsZWN0ZWQocGFnZU51bWJlcilcIlxuICAgICAgKGNsaWNrKT1cIl9vbk5vdGlmeVBhZ2VDaGFuZ2UocGFnZU51bWJlcilcIj5cbiAgICAgIDxzcGFuPnt7IHBhZ2VOdW1iZXIgfX08L3NwYW4+XG4gICAgPC9idXR0b24+XG4gICAgPGEgKm5nSWY9XCJsaW5rTW9kZVwiIGNsYXNzPVwiZGFmZi1wYWdpbmF0b3JfX3BhZ2UtbGlua1wiXG4gICAgICBbYXR0ci5kYXRhLXBhZ2UtbnVtYmVyXT1cInBhZ2VOdW1iZXJcIlxuICAgICAgW3JvdXRlckxpbmtdPVwidXJsXCJcbiAgICAgIFtxdWVyeVBhcmFtc109XCJfYnVpbGRQYWdlUXVlcnlQYXJhbXMocGFnZU51bWJlcilcIlxuICAgICAgcXVlcnlQYXJhbXNIYW5kbGluZz1cIm1lcmdlXCJcbiAgICAgIFtjbGFzcy5zZWxlY3RlZF09XCJfaXNTZWxlY3RlZChwYWdlTnVtYmVyKVwiXG4gICAgICBhdHRyLmFyaWEtbGFiZWw9XCJHbyB0byBQYWdlIHt7cGFnZU51bWJlcn19IG9mIHt7X3BhZ2luYXRvcklkfX0gUGFnaW5hdG9yXCJcbiAgICA+PHNwYW4+e3sgcGFnZU51bWJlciB9fTwvc3Bhbj48L2E+XG4gIDwvbmctY29udGFpbmVyPlxuPC9uZy1jb250YWluZXI+XG5cbjxzcGFuIGNsYXNzPVwiZGFmZi1wYWdpbmF0b3JfX2VsbGlwc2lzXCIgKm5nSWY9XCJfc2hvd0xhc3RFbGxpcHNpc1wiPi4uLjwvc3Bhbj5cblxuPG5nLWNvbnRhaW5lciAqbmdJZj1cIiEobnVtYmVyT2ZQYWdlcyA8IDIpXCI+XG4gIDxidXR0b24gKm5nSWY9XCIhbGlua01vZGVcIiB0eXBlPVwiYnV0dG9uXCIgY2xhc3M9XCJkYWZmLXBhZ2luYXRvcl9fcGFnZS1saW5rXCJcbiAgICBbY2xhc3Muc2VsZWN0ZWRdPVwiX2lzU2VsZWN0ZWQobnVtYmVyT2ZQYWdlcylcIlxuICAgIHRhYmluZGV4PVwiMFwiXG4gICAgYXR0ci5hcmlhLWxhYmVsPVwiR28gVG8gUGFnZSB7e251bWJlck9mUGFnZXN9fSBvZiB7e19wYWdpbmF0b3JJZH19IFBhZ2luYXRvclwiXG4gICAgKGNsaWNrKT1cIl9vbk5vdGlmeVBhZ2VDaGFuZ2UobnVtYmVyT2ZQYWdlcylcIlxuICA+XG4gICAgPHNwYW4+e3sgbnVtYmVyT2ZQYWdlcyB9fTwvc3Bhbj5cbiAgPC9idXR0b24+XG4gIDxhICpuZ0lmPVwibGlua01vZGVcIiBjbGFzcz1cImRhZmYtcGFnaW5hdG9yX19wYWdlLWxpbmtcIlxuICAgIFtyb3V0ZXJMaW5rXT1cInVybFwiXG4gICAgW3F1ZXJ5UGFyYW1zXT1cIl9idWlsZFBhZ2VRdWVyeVBhcmFtcyhudW1iZXJPZlBhZ2VzKVwiXG4gICAgcXVlcnlQYXJhbXNIYW5kbGluZz1cIm1lcmdlXCJcbiAgICBbY2xhc3Muc2VsZWN0ZWRdPVwiX2lzU2VsZWN0ZWQobnVtYmVyT2ZQYWdlcylcIlxuICAgIGF0dHIuYXJpYS1sYWJlbD1cIkdvIHRvIFBhZ2Uge3tudW1iZXJPZlBhZ2VzfX0gb2Yge3tfcGFnaW5hdG9ySWR9fSBQYWdpbmF0b3JcIlxuICA+PHNwYW4+e3sgbnVtYmVyT2ZQYWdlcyB9fTwvc3Bhbj48L2E+XG48L25nLWNvbnRhaW5lcj5cblxuPGJ1dHRvbiAqbmdJZj1cIiFsaW5rTW9kZVwiIGNsYXNzPVwiZGFmZi1wYWdpbmF0b3JfX25leHRcIlxuICBbZGlzYWJsZWRdPVwiX2Rpc2FibGVOZXh0XCJcbiAgdGFiaW5kZXg9XCIwXCJcbiAgYXR0ci5hcmlhLWxhYmVsPVwiR28gdG8gTmV4dCBQYWdlIG9mIHt7X3BhZ2luYXRvcklkfX0gUGFnaW5hdG9yXCJcbiAgKGNsaWNrKT1cIl9vbk5vdGlmeU5leHRQYWdlQ2hhbmdlKClcIj5cbiAgTmV4dCA8ZmEtaWNvbiBbaWNvbl09XCJmYUNoZXZyb25SaWdodFwiIHNpemU9XCJzbVwiPjwvZmEtaWNvbj5cbjwvYnV0dG9uPlxuPG5nLWNvbnRhaW5lciAqbmdJZj1cImxpbmtNb2RlXCI+XG4gIDxhIGNsYXNzPVwiZGFmZi1wYWdpbmF0b3JfX25leHRcIlxuICAgICpuZ0lmPVwiIV9kaXNhYmxlTmV4dFwiXG4gICAgW3JvdXRlckxpbmtdPVwidXJsXCJcbiAgICBhdHRyLmFyaWEtbGFiZWw9XCJHbyB0byBOZXh0IFBhZ2Ugb2Yge3tfcGFnaW5hdG9ySWR9fSBQYWdpbmF0b3JcIlxuICAgIHF1ZXJ5UGFyYW1zSGFuZGxpbmc9XCJtZXJnZVwiXG4gICAgW3F1ZXJ5UGFyYW1zXT1cIl9idWlsZFBhZ2VRdWVyeVBhcmFtcyhjdXJyZW50UGFnZSArIDEpXCI+XG4gICAgPHNwYW4+TmV4dDwvc3Bhbj48ZmEtaWNvbiBbaWNvbl09XCJmYUNoZXZyb25SaWdodFwiIHNpemU9XCJzbVwiPjwvZmEtaWNvbj5cbiAgPC9hPlxuICA8c3BhbiBjbGFzcz1cImRhZmYtcGFnaW5hdG9yX19uZXh0IGRpc2FibGVkXCJcbiAgICAqbmdJZj1cIl9kaXNhYmxlTmV4dFwiXG4gICAgYXR0ci5hcmlhLWxhYmVsPVwiR28gdG8gTmV4dCBQYWdlIG9mIHt7X3BhZ2luYXRvcklkfX0gUGFnaW5hdG9yXCJcbiAgICBbYXR0ci5kaXNhYmxlZF09XCJ0cnVlXCI+XG4gICAgPHNwYW4+TmV4dDwvc3Bhbj48ZmEtaWNvbiBbaWNvbl09XCJmYUNoZXZyb25SaWdodFwiIHNpemU9XCJzbVwiPjwvZmEtaWNvbj5cbiAgPC9zcGFuPlxuPC9uZy1jb250YWluZXI+XG4iXX0=
@@ -1,36 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import { RouterModule } from '@angular/router';
4
- import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
5
- import { DaffPaginatorComponent } from './paginator.component';
6
- import { DaffButtonModule } from '../../atoms/button/public_api';
7
- import * as i0 from "@angular/core";
8
- export class DaffPaginatorModule {
9
- }
10
- /** @nocollapse */ DaffPaginatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPaginatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- /** @nocollapse */ DaffPaginatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffPaginatorModule, declarations: [DaffPaginatorComponent], imports: [CommonModule,
12
- RouterModule,
13
- FontAwesomeModule,
14
- DaffButtonModule], exports: [DaffPaginatorComponent] });
15
- /** @nocollapse */ DaffPaginatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPaginatorModule, imports: [CommonModule,
16
- RouterModule,
17
- FontAwesomeModule,
18
- DaffButtonModule] });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffPaginatorModule, decorators: [{
20
- type: NgModule,
21
- args: [{
22
- imports: [
23
- CommonModule,
24
- RouterModule,
25
- FontAwesomeModule,
26
- DaffButtonModule,
27
- ],
28
- declarations: [
29
- DaffPaginatorComponent,
30
- ],
31
- exports: [
32
- DaffPaginatorComponent,
33
- ],
34
- }]
35
- }] });
36
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnaW5hdG9yLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9tb2xlY3VsZXMvcGFnaW5hdG9yL3BhZ2luYXRvci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBRXJFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQy9ELE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLCtCQUErQixDQUFDOztBQWdCakUsTUFBTSxPQUFPLG1CQUFtQjs7bUlBQW5CLG1CQUFtQjtvSUFBbkIsbUJBQW1CLGlCQU41QixzQkFBc0IsYUFOdEIsWUFBWTtRQUNaLFlBQVk7UUFDWixpQkFBaUI7UUFDakIsZ0JBQWdCLGFBTWhCLHNCQUFzQjtvSUFHYixtQkFBbUIsWUFaNUIsWUFBWTtRQUNaLFlBQVk7UUFDWixpQkFBaUI7UUFDakIsZ0JBQWdCOzJGQVNQLG1CQUFtQjtrQkFkL0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixZQUFZO3dCQUNaLGlCQUFpQjt3QkFDakIsZ0JBQWdCO3FCQUNqQjtvQkFDRCxZQUFZLEVBQUU7d0JBQ1osc0JBQXNCO3FCQUN2QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asc0JBQXNCO3FCQUN2QjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUm91dGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IEZvbnRBd2Vzb21lTW9kdWxlIH0gZnJvbSAnQGZvcnRhd2Vzb21lL2FuZ3VsYXItZm9udGF3ZXNvbWUnO1xuXG5pbXBvcnQgeyBEYWZmUGFnaW5hdG9yQ29tcG9uZW50IH0gZnJvbSAnLi9wYWdpbmF0b3IuY29tcG9uZW50JztcbmltcG9ydCB7IERhZmZCdXR0b25Nb2R1bGUgfSBmcm9tICcuLi8uLi9hdG9tcy9idXR0b24vcHVibGljX2FwaSc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgUm91dGVyTW9kdWxlLFxuICAgIEZvbnRBd2Vzb21lTW9kdWxlLFxuICAgIERhZmZCdXR0b25Nb2R1bGUsXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW1xuICAgIERhZmZQYWdpbmF0b3JDb21wb25lbnQsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBEYWZmUGFnaW5hdG9yQ29tcG9uZW50LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBEYWZmUGFnaW5hdG9yTW9kdWxlIHt9XG4iXX0=
@@ -1,3 +0,0 @@
1
- export { DaffPaginatorModule } from './paginator.module';
2
- export { DaffPaginatorComponent } from './paginator.component';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9tb2xlY3VsZXMvcGFnaW5hdG9yL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDekQsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sdUJBQXVCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBEYWZmUGFnaW5hdG9yTW9kdWxlIH0gZnJvbSAnLi9wYWdpbmF0b3IubW9kdWxlJztcbmV4cG9ydCB7IERhZmZQYWdpbmF0b3JDb21wb25lbnQgfSBmcm9tICcuL3BhZ2luYXRvci5jb21wb25lbnQnO1xuIl19
@@ -1,115 +0,0 @@
1
- import { Component, Input, Renderer2, Output, EventEmitter, } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "@angular/forms";
5
- import * as i3 from "../../atoms/form/form-field/form-field/form-field.component";
6
- import * as i4 from "../../atoms/form/native-select/native-select.component";
7
- import * as i5 from "../../atoms/form/input/input.component";
8
- /**
9
- * @deprecated See {@link DaffQuantityFieldComponent}
10
- */
11
- // ChangeDetection is ignored because this component is deprecated and will be removed
12
- // eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection
13
- export class DaffQtyDropdownComponent {
14
- constructor(renderer) {
15
- this.renderer = renderer;
16
- this.dropdownRange = 9;
17
- this.qtyChanged = new EventEmitter();
18
- /**
19
- * @docs-private
20
- */
21
- this.onChange = (qty) => { };
22
- /**
23
- * @docs-private
24
- */
25
- this.onTouched = () => { };
26
- }
27
- /**
28
- * @docs-private
29
- */
30
- ngOnInit() {
31
- this.dropdownItemCounter = Array.from(Array(this.dropdownRange), (x, i) => i);
32
- if (!this.qty) {
33
- this.qty = 1;
34
- }
35
- }
36
- /**
37
- * @docs-private
38
- */
39
- writeValue(qty) {
40
- this.qty = qty;
41
- this.onChange(this.qty);
42
- }
43
- /**
44
- * @docs-private
45
- */
46
- registerOnChange(fn) {
47
- this.onChange = fn;
48
- }
49
- /**
50
- * @docs-private
51
- */
52
- registerOnTouched(fn) {
53
- this.onTouched = fn;
54
- }
55
- /**
56
- * @docs-private
57
- */
58
- setDisabledState(isDisabled) {
59
- if (this.inputHasBeenShown) {
60
- this.renderer.setProperty(document.getElementById('input_' + this.id), 'disabled', isDisabled);
61
- }
62
- else {
63
- this.renderer.setProperty(document.getElementById('select_' + this.id), 'disabled', isDisabled);
64
- }
65
- }
66
- /**
67
- * @docs-private
68
- */
69
- get showQtyInputField() {
70
- if (!this.isQtyOutsideDropdownRange() && !this.inputHasBeenShown) {
71
- return false;
72
- }
73
- else {
74
- this.inputHasBeenShown = true;
75
- return true;
76
- }
77
- }
78
- /**
79
- * @docs-private
80
- */
81
- onChangedWrapper(value) {
82
- value = parseInt(value, 10);
83
- if (value === 10) {
84
- this.selectInput();
85
- }
86
- this.qtyChanged.emit(value);
87
- this.onChange(value);
88
- }
89
- isQtyOutsideDropdownRange() {
90
- return this.qty > this.dropdownRange;
91
- }
92
- selectInput() {
93
- // TODO: readdress this method
94
- // why are we binding `this`?
95
- // why use `setTimeout` instead of angular patterns?
96
- const that = this;
97
- setTimeout(() => {
98
- const input = document.getElementById('input_' + that.id);
99
- input?.select();
100
- });
101
- }
102
- }
103
- /** @nocollapse */ DaffQtyDropdownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQtyDropdownComponent, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
104
- /** @nocollapse */ DaffQtyDropdownComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffQtyDropdownComponent, selector: "daff-qty-dropdown", inputs: { qty: "qty", id: "id" }, outputs: { qtyChanged: "qtyChanged" }, ngImport: i0, template: "<daff-form-field class=\"daff-qty-dropdown\">\n <select daff-native-select *ngIf=\"!showQtyInputField\" id=\"select_{{id}}\" [(ngModel)]=\"qty\" (ngModelChange)=\"onChangedWrapper(qty)\" (blur)=\"onTouched()\">\n <option *ngFor=\"let item of dropdownItemCounter\" [value]=\"item+1\">{{ item+1 }}</option>\n <option value=\"10\">10+</option>\n </select>\n <input daff-input id=\"input_{{id}}\" class=\"daff-qty-dropdown__input\" [(ngModel)]=\"qty\" (ngModelChange)=\"onChangedWrapper(qty)\" (blur)=\"onTouched()\" *ngIf=\"showQtyInputField\">\n</daff-form-field>", styles: [".daff-qty-dropdown__input{width:50px}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.DaffFormFieldComponent, selector: "daff-form-field", inputs: ["formSubmitted"] }, { kind: "component", type: i4.DaffNativeSelectComponent, selector: "select[daff-native-select]", inputs: ["formSubmitted"] }, { kind: "component", type: i5.DaffInputComponent, selector: "input[daff-input]", inputs: ["formSubmitted"] }] });
105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQtyDropdownComponent, decorators: [{
106
- type: Component,
107
- args: [{ selector: 'daff-qty-dropdown', template: "<daff-form-field class=\"daff-qty-dropdown\">\n <select daff-native-select *ngIf=\"!showQtyInputField\" id=\"select_{{id}}\" [(ngModel)]=\"qty\" (ngModelChange)=\"onChangedWrapper(qty)\" (blur)=\"onTouched()\">\n <option *ngFor=\"let item of dropdownItemCounter\" [value]=\"item+1\">{{ item+1 }}</option>\n <option value=\"10\">10+</option>\n </select>\n <input daff-input id=\"input_{{id}}\" class=\"daff-qty-dropdown__input\" [(ngModel)]=\"qty\" (ngModelChange)=\"onChangedWrapper(qty)\" (blur)=\"onTouched()\" *ngIf=\"showQtyInputField\">\n</daff-form-field>", styles: [".daff-qty-dropdown__input{width:50px}\n"] }]
108
- }], ctorParameters: function () { return [{ type: i0.Renderer2 }]; }, propDecorators: { qty: [{
109
- type: Input
110
- }], id: [{
111
- type: Input
112
- }], qtyChanged: [{
113
- type: Output
114
- }] } });
115
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXR5LWRyb3Bkb3duLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9tb2xlY3VsZXMvcXR5LWRyb3Bkb3duL3F0eS1kcm9wZG93bi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9zcmMvbW9sZWN1bGVzL3F0eS1kcm9wZG93bi9xdHktZHJvcGRvd24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLFNBQVMsRUFFVCxLQUFLLEVBQ0wsU0FBUyxFQUNULE1BQU0sRUFDTixZQUFZLEdBQ2IsTUFBTSxlQUFlLENBQUM7Ozs7Ozs7QUFFdkI7O0dBRUc7QUFDSCxzRkFBc0Y7QUFDdEYscUZBQXFGO0FBTXJGLE1BQU0sT0FBTyx3QkFBd0I7SUF5Qm5DLFlBQW9CLFFBQW1CO1FBQW5CLGFBQVEsR0FBUixRQUFRLENBQVc7UUF2QnRCLGtCQUFhLEdBQUcsQ0FBQyxDQUFDO1FBSXpCLGVBQVUsR0FBeUIsSUFBSSxZQUFZLEVBQVUsQ0FBQztRQVV4RTs7V0FFRztRQUNILGFBQVEsR0FBRyxDQUFDLEdBQVcsRUFBRSxFQUFFLEdBQUUsQ0FBQyxDQUFDO1FBQy9COztXQUVHO1FBQ0gsY0FBUyxHQUFHLEdBQUcsRUFBRSxHQUFFLENBQUMsQ0FBQztJQUVzQixDQUFDO0lBRTVDOztPQUVHO0lBQ0gsUUFBUTtRQUNOLElBQUksQ0FBQyxtQkFBbUIsR0FBRyxLQUFLLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLEVBQUMsQ0FBQyxDQUFDLEVBQUMsQ0FBQyxFQUFDLEVBQUUsQ0FBQSxDQUFDLENBQUMsQ0FBQztRQUUxRSxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtZQUNiLElBQUksQ0FBQyxHQUFHLEdBQUcsQ0FBQyxDQUFDO1NBQ2Q7SUFDSCxDQUFDO0lBRUQ7O09BRUc7SUFDSCxVQUFVLENBQUMsR0FBVztRQUNwQixJQUFJLENBQUMsR0FBRyxHQUFHLEdBQUcsQ0FBQztRQUNmLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQzFCLENBQUM7SUFFRDs7T0FFRztJQUNILGdCQUFnQixDQUFDLEVBQXlCO1FBQ3hDLElBQUksQ0FBQyxRQUFRLEdBQUcsRUFBRSxDQUFDO0lBQ3JCLENBQUM7SUFFRDs7T0FFRztJQUNILGlCQUFpQixDQUFDLEVBQU87UUFDdkIsSUFBSSxDQUFDLFNBQVMsR0FBRyxFQUFFLENBQUM7SUFDdEIsQ0FBQztJQUVEOztPQUVHO0lBQ0gsZ0JBQWdCLENBQUMsVUFBbUI7UUFDbEMsSUFBSSxJQUFJLENBQUMsaUJBQWlCLEVBQUU7WUFDMUIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLENBQUMsUUFBUSxDQUFDLGNBQWMsQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLEVBQUUsQ0FBQyxFQUFFLFVBQVUsRUFBRSxVQUFVLENBQUMsQ0FBQztTQUNoRzthQUFNO1lBQ0wsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLENBQUMsUUFBUSxDQUFDLGNBQWMsQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDLEVBQUUsQ0FBQyxFQUFFLFVBQVUsRUFBRSxVQUFVLENBQUMsQ0FBQztTQUNqRztJQUNILENBQUM7SUFFRDs7T0FFRztJQUNILElBQUksaUJBQWlCO1FBQ25CLElBQUksQ0FBQyxJQUFJLENBQUMseUJBQXlCLEVBQUUsSUFBSSxDQUFDLElBQUksQ0FBQyxpQkFBaUIsRUFBRTtZQUNoRSxPQUFPLEtBQUssQ0FBQztTQUNkO2FBQU07WUFDTCxJQUFJLENBQUMsaUJBQWlCLEdBQUcsSUFBSSxDQUFDO1lBQzlCLE9BQU8sSUFBSSxDQUFDO1NBQ2I7SUFDSCxDQUFDO0lBRUQ7O09BRUc7SUFDSCxnQkFBZ0IsQ0FBQyxLQUFVO1FBQ3pCLEtBQUssR0FBRyxRQUFRLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO1FBQzVCLElBQUksS0FBSyxLQUFLLEVBQUUsRUFBRTtZQUNoQixJQUFJLENBQUMsV0FBVyxFQUFFLENBQUM7U0FDcEI7UUFDRCxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUM1QixJQUFJLENBQUMsUUFBUSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3ZCLENBQUM7SUFFTyx5QkFBeUI7UUFDL0IsT0FBTyxJQUFJLENBQUMsR0FBRyxHQUFHLElBQUksQ0FBQyxhQUFhLENBQUM7SUFDdkMsQ0FBQztJQUVPLFdBQVc7UUFDakIsOEJBQThCO1FBQzlCLDZCQUE2QjtRQUM3QixvREFBb0Q7UUFDcEQsTUFBTSxJQUFJLEdBQUcsSUFBSSxDQUFDO1FBQ2xCLFVBQVUsQ0FBQyxHQUFHLEVBQUU7WUFDZCxNQUFNLEtBQUssR0FBcUIsUUFBUSxDQUFDLGNBQWMsQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLEVBQUUsQ0FBQyxDQUFDO1lBQzVFLEtBQUssRUFBRSxNQUFNLEVBQUUsQ0FBQztRQUNsQixDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7O3dJQTVHVSx3QkFBd0I7NEhBQXhCLHdCQUF3QixrSUNuQnJDLDRqQkFNa0I7MkZEYUwsd0JBQXdCO2tCQUxwQyxTQUFTOytCQUNFLG1CQUFtQjtnR0FRcEIsR0FBRztzQkFBWCxLQUFLO2dCQUNHLEVBQUU7c0JBQVYsS0FBSztnQkFDSSxVQUFVO3NCQUFuQixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ29tcG9uZW50LFxuICBPbkluaXQsXG4gIElucHV0LFxuICBSZW5kZXJlcjIsXG4gIE91dHB1dCxcbiAgRXZlbnRFbWl0dGVyLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuLyoqXG4gKiBAZGVwcmVjYXRlZCBTZWUge0BsaW5rIERhZmZRdWFudGl0eUZpZWxkQ29tcG9uZW50fVxuICovXG4vLyBDaGFuZ2VEZXRlY3Rpb24gaXMgaWdub3JlZCBiZWNhdXNlIHRoaXMgY29tcG9uZW50IGlzIGRlcHJlY2F0ZWQgYW5kIHdpbGwgYmUgcmVtb3ZlZFxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9wcmVmZXItb24tcHVzaC1jb21wb25lbnQtY2hhbmdlLWRldGVjdGlvblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZGFmZi1xdHktZHJvcGRvd24nLFxuICBzdHlsZVVybHM6IFsnLi9xdHktZHJvcGRvd24uY29tcG9uZW50LnNjc3MnXSxcbiAgdGVtcGxhdGVVcmw6ICcuL3F0eS1kcm9wZG93bi5jb21wb25lbnQuaHRtbCcsXG59KVxuZXhwb3J0IGNsYXNzIERhZmZRdHlEcm9wZG93bkNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgcHJpdmF0ZSByZWFkb25seSBkcm9wZG93blJhbmdlID0gOTtcblxuICBASW5wdXQoKSBxdHk6IG51bWJlcjtcbiAgQElucHV0KCkgaWQ6IG51bWJlciB8IHN0cmluZztcbiAgQE91dHB1dCgpIHF0eUNoYW5nZWQ6IEV2ZW50RW1pdHRlcjxudW1iZXI+ID0gbmV3IEV2ZW50RW1pdHRlcjxudW1iZXI+KCk7XG5cbiAgLyoqXG4gICAqIEBkb2NzLXByaXZhdGVcbiAgICovXG4gIGRyb3Bkb3duSXRlbUNvdW50ZXI6IG51bWJlcltdO1xuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgaW5wdXRIYXNCZWVuU2hvd246IGJvb2xlYW47XG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBvbkNoYW5nZSA9IChxdHk6IG51bWJlcikgPT4ge307XG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBvblRvdWNoZWQgPSAoKSA9PiB7fTtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlbmRlcmVyOiBSZW5kZXJlcjIpIHsgfVxuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBuZ09uSW5pdCgpIHtcbiAgICB0aGlzLmRyb3Bkb3duSXRlbUNvdW50ZXIgPSBBcnJheS5mcm9tKEFycmF5KHRoaXMuZHJvcGRvd25SYW5nZSksKHgsaSk9PmkpO1xuXG4gICAgaWYgKCF0aGlzLnF0eSkge1xuICAgICAgdGhpcy5xdHkgPSAxO1xuICAgIH1cbiAgfVxuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICB3cml0ZVZhbHVlKHF0eTogbnVtYmVyKTogdm9pZCB7XG4gICAgdGhpcy5xdHkgPSBxdHk7XG4gICAgdGhpcy5vbkNoYW5nZSh0aGlzLnF0eSk7XG4gIH1cblxuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgcmVnaXN0ZXJPbkNoYW5nZShmbjogKHF0eTogbnVtYmVyKSA9PiB2b2lkKTogdm9pZCB7XG4gICAgdGhpcy5vbkNoYW5nZSA9IGZuO1xuICB9XG5cbiAgLyoqXG4gICAqIEBkb2NzLXByaXZhdGVcbiAgICovXG4gIHJlZ2lzdGVyT25Ub3VjaGVkKGZuOiBhbnkpOiB2b2lkIHtcbiAgICB0aGlzLm9uVG91Y2hlZCA9IGZuO1xuICB9XG5cbiAgLyoqXG4gICAqIEBkb2NzLXByaXZhdGVcbiAgICovXG4gIHNldERpc2FibGVkU3RhdGUoaXNEaXNhYmxlZDogYm9vbGVhbik6IHZvaWQge1xuICAgIGlmICh0aGlzLmlucHV0SGFzQmVlblNob3duKSB7XG4gICAgICB0aGlzLnJlbmRlcmVyLnNldFByb3BlcnR5KGRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdpbnB1dF8nICsgdGhpcy5pZCksICdkaXNhYmxlZCcsIGlzRGlzYWJsZWQpO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLnJlbmRlcmVyLnNldFByb3BlcnR5KGRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdzZWxlY3RfJyArIHRoaXMuaWQpLCAnZGlzYWJsZWQnLCBpc0Rpc2FibGVkKTtcbiAgICB9XG4gIH1cblxuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgZ2V0IHNob3dRdHlJbnB1dEZpZWxkKCk6IGJvb2xlYW4ge1xuICAgIGlmICghdGhpcy5pc1F0eU91dHNpZGVEcm9wZG93blJhbmdlKCkgJiYgIXRoaXMuaW5wdXRIYXNCZWVuU2hvd24pIHtcbiAgICAgIHJldHVybiBmYWxzZTtcbiAgICB9IGVsc2Uge1xuICAgICAgdGhpcy5pbnB1dEhhc0JlZW5TaG93biA9IHRydWU7XG4gICAgICByZXR1cm4gdHJ1ZTtcbiAgICB9XG4gIH1cblxuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgb25DaGFuZ2VkV3JhcHBlcih2YWx1ZTogYW55KSB7XG4gICAgdmFsdWUgPSBwYXJzZUludCh2YWx1ZSwgMTApO1xuICAgIGlmICh2YWx1ZSA9PT0gMTApIHtcbiAgICAgIHRoaXMuc2VsZWN0SW5wdXQoKTtcbiAgICB9XG4gICAgdGhpcy5xdHlDaGFuZ2VkLmVtaXQodmFsdWUpO1xuICAgIHRoaXMub25DaGFuZ2UodmFsdWUpO1xuICB9XG5cbiAgcHJpdmF0ZSBpc1F0eU91dHNpZGVEcm9wZG93blJhbmdlKCkge1xuICAgIHJldHVybiB0aGlzLnF0eSA+IHRoaXMuZHJvcGRvd25SYW5nZTtcbiAgfVxuXG4gIHByaXZhdGUgc2VsZWN0SW5wdXQoKSB7XG4gICAgLy8gVE9ETzogcmVhZGRyZXNzIHRoaXMgbWV0aG9kXG4gICAgLy8gd2h5IGFyZSB3ZSBiaW5kaW5nIGB0aGlzYD9cbiAgICAvLyB3aHkgdXNlIGBzZXRUaW1lb3V0YCBpbnN0ZWFkIG9mIGFuZ3VsYXIgcGF0dGVybnM/XG4gICAgY29uc3QgdGhhdCA9IHRoaXM7XG4gICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICBjb25zdCBpbnB1dCA9IDxIVE1MSW5wdXRFbGVtZW50PmRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdpbnB1dF8nICsgdGhhdC5pZCk7XG4gICAgICBpbnB1dD8uc2VsZWN0KCk7XG4gICAgfSk7XG4gIH1cbn1cbiIsIjxkYWZmLWZvcm0tZmllbGQgY2xhc3M9XCJkYWZmLXF0eS1kcm9wZG93blwiPlxuICA8c2VsZWN0IGRhZmYtbmF0aXZlLXNlbGVjdCAqbmdJZj1cIiFzaG93UXR5SW5wdXRGaWVsZFwiIGlkPVwic2VsZWN0X3t7aWR9fVwiIFsobmdNb2RlbCldPVwicXR5XCIgKG5nTW9kZWxDaGFuZ2UpPVwib25DaGFuZ2VkV3JhcHBlcihxdHkpXCIgKGJsdXIpPVwib25Ub3VjaGVkKClcIj5cbiAgICA8b3B0aW9uICpuZ0Zvcj1cImxldCBpdGVtIG9mIGRyb3Bkb3duSXRlbUNvdW50ZXJcIiBbdmFsdWVdPVwiaXRlbSsxXCI+e3sgaXRlbSsxIH19PC9vcHRpb24+XG4gICAgPG9wdGlvbiB2YWx1ZT1cIjEwXCI+MTArPC9vcHRpb24+XG4gIDwvc2VsZWN0PlxuICA8aW5wdXQgZGFmZi1pbnB1dCBpZD1cImlucHV0X3t7aWR9fVwiIGNsYXNzPVwiZGFmZi1xdHktZHJvcGRvd25fX2lucHV0XCIgWyhuZ01vZGVsKV09XCJxdHlcIiAobmdNb2RlbENoYW5nZSk9XCJvbkNoYW5nZWRXcmFwcGVyKHF0eSlcIiAoYmx1cik9XCJvblRvdWNoZWQoKVwiICpuZ0lmPVwic2hvd1F0eUlucHV0RmllbGRcIj5cbjwvZGFmZi1mb3JtLWZpZWxkPiJdfQ==
@@ -1,40 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import { FormsModule } from '@angular/forms';
4
- import { DaffQtyDropdownComponent } from './qty-dropdown.component';
5
- import { DaffFormFieldModule } from '../../atoms/form/form-field/form-field.module';
6
- import { DaffInputModule } from '../../atoms/form/input/input.module';
7
- import { DaffNativeSelectModule } from '../../atoms/form/native-select/public_api';
8
- import * as i0 from "@angular/core";
9
- export class DaffQtyDropdownModule {
10
- }
11
- /** @nocollapse */ DaffQtyDropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQtyDropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
- /** @nocollapse */ DaffQtyDropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffQtyDropdownModule, declarations: [DaffQtyDropdownComponent], imports: [CommonModule,
13
- FormsModule,
14
- DaffFormFieldModule,
15
- DaffNativeSelectModule,
16
- DaffInputModule], exports: [DaffQtyDropdownComponent] });
17
- /** @nocollapse */ DaffQtyDropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQtyDropdownModule, imports: [CommonModule,
18
- FormsModule,
19
- DaffFormFieldModule,
20
- DaffNativeSelectModule,
21
- DaffInputModule] });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQtyDropdownModule, decorators: [{
23
- type: NgModule,
24
- args: [{
25
- imports: [
26
- CommonModule,
27
- FormsModule,
28
- DaffFormFieldModule,
29
- DaffNativeSelectModule,
30
- DaffInputModule,
31
- ],
32
- declarations: [
33
- DaffQtyDropdownComponent,
34
- ],
35
- exports: [
36
- DaffQtyDropdownComponent,
37
- ],
38
- }]
39
- }] });
40
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXR5LWRyb3Bkb3duLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9tb2xlY3VsZXMvcXR5LWRyb3Bkb3duL3F0eS1kcm9wZG93bi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRTdDLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ3BFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLCtDQUErQyxDQUFDO0FBQ3BGLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUN0RSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQzs7QUFpQm5GLE1BQU0sT0FBTyxxQkFBcUI7O3FJQUFyQixxQkFBcUI7c0lBQXJCLHFCQUFxQixpQkFOOUIsd0JBQXdCLGFBUHhCLFlBQVk7UUFDWixXQUFXO1FBQ1gsbUJBQW1CO1FBQ25CLHNCQUFzQjtRQUN0QixlQUFlLGFBTWYsd0JBQXdCO3NJQUdmLHFCQUFxQixZQWI5QixZQUFZO1FBQ1osV0FBVztRQUNYLG1CQUFtQjtRQUNuQixzQkFBc0I7UUFDdEIsZUFBZTsyRkFTTixxQkFBcUI7a0JBZmpDLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osV0FBVzt3QkFDWCxtQkFBbUI7d0JBQ25CLHNCQUFzQjt3QkFDdEIsZUFBZTtxQkFDaEI7b0JBQ0QsWUFBWSxFQUFFO3dCQUNaLHdCQUF3QjtxQkFDekI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLHdCQUF3QjtxQkFDekI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuXG5pbXBvcnQgeyBEYWZmUXR5RHJvcGRvd25Db21wb25lbnQgfSBmcm9tICcuL3F0eS1kcm9wZG93bi5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGFmZkZvcm1GaWVsZE1vZHVsZSB9IGZyb20gJy4uLy4uL2F0b21zL2Zvcm0vZm9ybS1maWVsZC9mb3JtLWZpZWxkLm1vZHVsZSc7XG5pbXBvcnQgeyBEYWZmSW5wdXRNb2R1bGUgfSBmcm9tICcuLi8uLi9hdG9tcy9mb3JtL2lucHV0L2lucHV0Lm1vZHVsZSc7XG5pbXBvcnQgeyBEYWZmTmF0aXZlU2VsZWN0TW9kdWxlIH0gZnJvbSAnLi4vLi4vYXRvbXMvZm9ybS9uYXRpdmUtc2VsZWN0L3B1YmxpY19hcGknO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIEZvcm1zTW9kdWxlLFxuICAgIERhZmZGb3JtRmllbGRNb2R1bGUsXG4gICAgRGFmZk5hdGl2ZVNlbGVjdE1vZHVsZSxcbiAgICBEYWZmSW5wdXRNb2R1bGUsXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW1xuICAgIERhZmZRdHlEcm9wZG93bkNvbXBvbmVudCxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIERhZmZRdHlEcm9wZG93bkNvbXBvbmVudCxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZlF0eURyb3Bkb3duTW9kdWxlIHsgfVxuIl19
@@ -1,12 +0,0 @@
1
- export const getAnimationState = (open, enabled = true) => {
2
- if (!enabled) {
3
- return 'none';
4
- }
5
- if (open && enabled) {
6
- return 'open';
7
- }
8
- else {
9
- return 'closed';
10
- }
11
- };
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZWJhci1hbmltYXRpb24tc3RhdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9zcmMvbW9sZWN1bGVzL3NpZGViYXIvYW5pbWF0aW9uL3NpZGViYXItYW5pbWF0aW9uLXN0YXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE1BQU0sQ0FBQyxNQUFNLGlCQUFpQixHQUFHLENBQUMsSUFBYSxFQUFFLFVBQW1CLElBQUksRUFBNkIsRUFBRTtJQUNyRyxJQUFHLENBQUMsT0FBTyxFQUFDO1FBQ1YsT0FBTyxNQUFNLENBQUM7S0FDZjtJQUNELElBQUcsSUFBSSxJQUFJLE9BQU8sRUFBQztRQUNqQixPQUFPLE1BQU0sQ0FBQztLQUNmO1NBQU07UUFDTCxPQUFPLFFBQVEsQ0FBQztLQUNqQjtBQUNILENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB0eXBlIERhZmZTaWRlYmFyQW5pbWF0aW9uU3RhdGUgPSAnb3BlbicgfCAnY2xvc2VkJyB8ICdub25lJztcblxuZXhwb3J0IGNvbnN0IGdldEFuaW1hdGlvblN0YXRlID0gKG9wZW46IGJvb2xlYW4sIGVuYWJsZWQ6IGJvb2xlYW4gPSB0cnVlKTogRGFmZlNpZGViYXJBbmltYXRpb25TdGF0ZSA9PiB7XG4gIGlmKCFlbmFibGVkKXtcbiAgICByZXR1cm4gJ25vbmUnO1xuICB9XG4gIGlmKG9wZW4gJiYgZW5hYmxlZCl7XG4gICAgcmV0dXJuICdvcGVuJztcbiAgfSBlbHNlIHtcbiAgICByZXR1cm4gJ2Nsb3NlZCc7XG4gIH1cbn07XG4iXX0=
@@ -1,2 +0,0 @@
1
- export const getSidebarAnimationWidth = (side, width) => side === 'left' ? -1 * width + 'px' : width + 'px';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZWJhci1hbmltYXRpb24td2lkdGguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9zcmMvbW9sZWN1bGVzL3NpZGViYXIvYW5pbWF0aW9uL3NpZGViYXItYW5pbWF0aW9uLXdpZHRoLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE1BQU0sQ0FBQyxNQUFNLHdCQUF3QixHQUNuQyxDQUFDLElBQXFCLEVBQUUsS0FBYSxFQUFVLEVBQUUsQ0FBQyxJQUFJLEtBQUssTUFBTSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsR0FBRyxLQUFLLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGFmZlNpZGViYXJTaWRlIH0gZnJvbSAnLi4vaGVscGVyL3NpZGViYXItc2lkZSc7XG5cbmV4cG9ydCBjb25zdCBnZXRTaWRlYmFyQW5pbWF0aW9uV2lkdGggPVxuICAoc2lkZTogRGFmZlNpZGViYXJTaWRlLCB3aWR0aDogbnVtYmVyKTogc3RyaW5nID0+IHNpZGUgPT09ICdsZWZ0JyA/IC0xICogd2lkdGggKyAncHgnIDogd2lkdGggKyAncHgnO1xuIl19
@@ -1,47 +0,0 @@
1
- import { animate, state, style, transition, trigger, } from '@angular/animations';
2
- const duration = '200ms';
3
- const sidebarAnimateInTransition = 'cubic-bezier(0.0, 0.0, 0.2, 1)';
4
- const sidebarAnimateOutTransition = 'cubic-bezier(0.4, 0.0, 1, 1)';
5
- export const daffSidebarAnimations = {
6
- transformSidebar: trigger('transformSidebar', [
7
- // We remove the `transform` here completely, rather than setting it to zero, because:
8
- // 1. 3d transforms causes text to appear blurry on IE and Edge.
9
- state('open', style({
10
- transform: 'none',
11
- })),
12
- state('closed', style({
13
- transform: 'translateX({{width}})',
14
- }), { params: { width: '-240px' } }),
15
- transition('open => closed', animate(duration + ' ' + sidebarAnimateOutTransition)),
16
- transition('closed => open', animate(duration + ' ' + sidebarAnimateInTransition)),
17
- ]),
18
- transformContent: trigger('transformContent', [
19
- // We remove the `transform` here completely, rather than setting it to zero, because:
20
- // 1. 3d transforms causes text to appear blurry on IE and Edge.
21
- state('closed', style({
22
- transform: 'none',
23
- })),
24
- state('open', style({
25
- transform: 'translateX({{shift}})',
26
- }), { params: { shift: '-240px' } }),
27
- transition('open => closed', animate(duration + ' ' + sidebarAnimateInTransition)),
28
- transition('closed => open', animate(duration + ' ' + sidebarAnimateOutTransition)),
29
- ]),
30
- backdropTrigger: trigger('backdropTrigger', [
31
- state('open', style({
32
- opacity: 1,
33
- })),
34
- state('closed', style({
35
- opacity: 0,
36
- })),
37
- transition('open => closed', animate(duration + ' ' + sidebarAnimateOutTransition)),
38
- transition('closed => open', animate(duration + ' ' + sidebarAnimateInTransition)),
39
- ]),
40
- };
41
- export var DaffSidebarAnimationStates;
42
- (function (DaffSidebarAnimationStates) {
43
- DaffSidebarAnimationStates["OPEN"] = "open";
44
- DaffSidebarAnimationStates["CLOSED"] = "closed";
45
- DaffSidebarAnimationStates["NONE"] = "none";
46
- })(DaffSidebarAnimationStates || (DaffSidebarAnimationStates = {}));
47
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZWJhci1hbmltYXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9zcmMvbW9sZWN1bGVzL3NpZGViYXIvYW5pbWF0aW9uL3NpZGViYXItYW5pbWF0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxPQUFPLEVBQ1AsS0FBSyxFQUNMLEtBQUssRUFDTCxVQUFVLEVBQ1YsT0FBTyxHQUVSLE1BQU0scUJBQXFCLENBQUM7QUFFN0IsTUFBTSxRQUFRLEdBQUcsT0FBTyxDQUFDO0FBQ3pCLE1BQU0sMEJBQTBCLEdBQUcsZ0NBQWdDLENBQUM7QUFDcEUsTUFBTSwyQkFBMkIsR0FBRyw4QkFBOEIsQ0FBQztBQUVuRSxNQUFNLENBQUMsTUFBTSxxQkFBcUIsR0FJOUI7SUFDRixnQkFBZ0IsRUFBRSxPQUFPLENBQUMsa0JBQWtCLEVBQUU7UUFDNUMsc0ZBQXNGO1FBQ3RGLGdFQUFnRTtRQUNoRSxLQUFLLENBQUMsTUFBTSxFQUFFLEtBQUssQ0FBQztZQUNsQixTQUFTLEVBQUUsTUFBTTtTQUNsQixDQUFDLENBQUM7UUFDSCxLQUFLLENBQUMsUUFBUSxFQUFFLEtBQUssQ0FBQztZQUNwQixTQUFTLEVBQUUsdUJBQXVCO1NBQ25DLENBQUMsRUFBRSxFQUFFLE1BQU0sRUFBRSxFQUFFLEtBQUssRUFBRSxRQUFRLEVBQUUsRUFBQyxDQUFDO1FBQ25DLFVBQVUsQ0FBQyxnQkFBZ0IsRUFBRSxPQUFPLENBQUMsUUFBUSxHQUFHLEdBQUcsR0FBRywyQkFBMkIsQ0FBQyxDQUFDO1FBQ25GLFVBQVUsQ0FBQyxnQkFBZ0IsRUFBRSxPQUFPLENBQUMsUUFBUSxHQUFHLEdBQUcsR0FBRywwQkFBMEIsQ0FBQyxDQUFDO0tBQ25GLENBQUM7SUFDRixnQkFBZ0IsRUFBRSxPQUFPLENBQUMsa0JBQWtCLEVBQUU7UUFDNUMsc0ZBQXNGO1FBQ3RGLGdFQUFnRTtRQUNoRSxLQUFLLENBQUMsUUFBUSxFQUFFLEtBQUssQ0FBQztZQUNwQixTQUFTLEVBQUUsTUFBTTtTQUNsQixDQUFDLENBQUM7UUFDSCxLQUFLLENBQUMsTUFBTSxFQUFFLEtBQUssQ0FBQztZQUNsQixTQUFTLEVBQUUsdUJBQXVCO1NBQ25DLENBQUMsRUFBRSxFQUFFLE1BQU0sRUFBRSxFQUFFLEtBQUssRUFBRSxRQUFRLEVBQUUsRUFBQyxDQUFDO1FBQ25DLFVBQVUsQ0FBQyxnQkFBZ0IsRUFBRSxPQUFPLENBQUMsUUFBUSxHQUFHLEdBQUcsR0FBRywwQkFBMEIsQ0FBQyxDQUFDO1FBQ2xGLFVBQVUsQ0FBQyxnQkFBZ0IsRUFBRSxPQUFPLENBQUMsUUFBUSxHQUFHLEdBQUcsR0FBRywyQkFBMkIsQ0FBQyxDQUFDO0tBQ3BGLENBQUM7SUFDRixlQUFlLEVBQUUsT0FBTyxDQUFDLGlCQUFpQixFQUFFO1FBQzFDLEtBQUssQ0FBQyxNQUFNLEVBQUUsS0FBSyxDQUFDO1lBQ2xCLE9BQU8sRUFBRSxDQUFDO1NBQ1gsQ0FBQyxDQUFDO1FBQ0gsS0FBSyxDQUFDLFFBQVEsRUFBRSxLQUFLLENBQUM7WUFDcEIsT0FBTyxFQUFFLENBQUM7U0FDWCxDQUFDLENBQUM7UUFDSCxVQUFVLENBQUMsZ0JBQWdCLEVBQUUsT0FBTyxDQUFDLFFBQVEsR0FBRyxHQUFHLEdBQUcsMkJBQTJCLENBQUMsQ0FBQztRQUNuRixVQUFVLENBQUMsZ0JBQWdCLEVBQUUsT0FBTyxDQUFDLFFBQVEsR0FBRyxHQUFHLEdBQUcsMEJBQTBCLENBQUMsQ0FBQztLQUNuRixDQUFDO0NBQ0gsQ0FBQztBQUVGLE1BQU0sQ0FBTixJQUFZLDBCQUlYO0FBSkQsV0FBWSwwQkFBMEI7SUFDcEMsMkNBQWEsQ0FBQTtJQUNiLCtDQUFpQixDQUFBO0lBQ2pCLDJDQUFhLENBQUE7QUFDZixDQUFDLEVBSlcsMEJBQTBCLEtBQTFCLDBCQUEwQixRQUlyQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIGFuaW1hdGUsXG4gIHN0YXRlLFxuICBzdHlsZSxcbiAgdHJhbnNpdGlvbixcbiAgdHJpZ2dlcixcbiAgQW5pbWF0aW9uVHJpZ2dlck1ldGFkYXRhLFxufSBmcm9tICdAYW5ndWxhci9hbmltYXRpb25zJztcblxuY29uc3QgZHVyYXRpb24gPSAnMjAwbXMnO1xuY29uc3Qgc2lkZWJhckFuaW1hdGVJblRyYW5zaXRpb24gPSAnY3ViaWMtYmV6aWVyKDAuMCwgMC4wLCAwLjIsIDEpJztcbmNvbnN0IHNpZGViYXJBbmltYXRlT3V0VHJhbnNpdGlvbiA9ICdjdWJpYy1iZXppZXIoMC40LCAwLjAsIDEsIDEpJztcblxuZXhwb3J0IGNvbnN0IGRhZmZTaWRlYmFyQW5pbWF0aW9uczoge1xuICByZWFkb25seSB0cmFuc2Zvcm1TaWRlYmFyOiBBbmltYXRpb25UcmlnZ2VyTWV0YWRhdGE7XG4gIHJlYWRvbmx5IHRyYW5zZm9ybUNvbnRlbnQ6IEFuaW1hdGlvblRyaWdnZXJNZXRhZGF0YTtcbiAgcmVhZG9ubHkgYmFja2Ryb3BUcmlnZ2VyOiBBbmltYXRpb25UcmlnZ2VyTWV0YWRhdGE7XG59ID0ge1xuICB0cmFuc2Zvcm1TaWRlYmFyOiB0cmlnZ2VyKCd0cmFuc2Zvcm1TaWRlYmFyJywgW1xuICAgIC8vIFdlIHJlbW92ZSB0aGUgYHRyYW5zZm9ybWAgaGVyZSBjb21wbGV0ZWx5LCByYXRoZXIgdGhhbiBzZXR0aW5nIGl0IHRvIHplcm8sIGJlY2F1c2U6XG4gICAgLy8gMS4gM2QgdHJhbnNmb3JtcyBjYXVzZXMgdGV4dCB0byBhcHBlYXIgYmx1cnJ5IG9uIElFIGFuZCBFZGdlLlxuICAgIHN0YXRlKCdvcGVuJywgc3R5bGUoe1xuICAgICAgdHJhbnNmb3JtOiAnbm9uZScsXG4gICAgfSkpLFxuICAgIHN0YXRlKCdjbG9zZWQnLCBzdHlsZSh7XG4gICAgICB0cmFuc2Zvcm06ICd0cmFuc2xhdGVYKHt7d2lkdGh9fSknLFxuICAgIH0pLCB7IHBhcmFtczogeyB3aWR0aDogJy0yNDBweCcgfX0pLFxuICAgIHRyYW5zaXRpb24oJ29wZW4gPT4gY2xvc2VkJywgYW5pbWF0ZShkdXJhdGlvbiArICcgJyArIHNpZGViYXJBbmltYXRlT3V0VHJhbnNpdGlvbikpLFxuICAgIHRyYW5zaXRpb24oJ2Nsb3NlZCA9PiBvcGVuJywgYW5pbWF0ZShkdXJhdGlvbiArICcgJyArIHNpZGViYXJBbmltYXRlSW5UcmFuc2l0aW9uKSksXG4gIF0pLFxuICB0cmFuc2Zvcm1Db250ZW50OiB0cmlnZ2VyKCd0cmFuc2Zvcm1Db250ZW50JywgW1xuICAgIC8vIFdlIHJlbW92ZSB0aGUgYHRyYW5zZm9ybWAgaGVyZSBjb21wbGV0ZWx5LCByYXRoZXIgdGhhbiBzZXR0aW5nIGl0IHRvIHplcm8sIGJlY2F1c2U6XG4gICAgLy8gMS4gM2QgdHJhbnNmb3JtcyBjYXVzZXMgdGV4dCB0byBhcHBlYXIgYmx1cnJ5IG9uIElFIGFuZCBFZGdlLlxuICAgIHN0YXRlKCdjbG9zZWQnLCBzdHlsZSh7XG4gICAgICB0cmFuc2Zvcm06ICdub25lJyxcbiAgICB9KSksXG4gICAgc3RhdGUoJ29wZW4nLCBzdHlsZSh7XG4gICAgICB0cmFuc2Zvcm06ICd0cmFuc2xhdGVYKHt7c2hpZnR9fSknLFxuICAgIH0pLCB7IHBhcmFtczogeyBzaGlmdDogJy0yNDBweCcgfX0pLFxuICAgIHRyYW5zaXRpb24oJ29wZW4gPT4gY2xvc2VkJywgYW5pbWF0ZShkdXJhdGlvbiArICcgJyArIHNpZGViYXJBbmltYXRlSW5UcmFuc2l0aW9uKSksXG4gICAgdHJhbnNpdGlvbignY2xvc2VkID0+IG9wZW4nLCBhbmltYXRlKGR1cmF0aW9uICsgJyAnICsgc2lkZWJhckFuaW1hdGVPdXRUcmFuc2l0aW9uKSksXG4gIF0pLFxuICBiYWNrZHJvcFRyaWdnZXI6IHRyaWdnZXIoJ2JhY2tkcm9wVHJpZ2dlcicsIFtcbiAgICBzdGF0ZSgnb3BlbicsIHN0eWxlKHtcbiAgICAgIG9wYWNpdHk6IDEsXG4gICAgfSkpLFxuICAgIHN0YXRlKCdjbG9zZWQnLCBzdHlsZSh7XG4gICAgICBvcGFjaXR5OiAwLFxuICAgIH0pKSxcbiAgICB0cmFuc2l0aW9uKCdvcGVuID0+IGNsb3NlZCcsIGFuaW1hdGUoZHVyYXRpb24gKyAnICcgKyBzaWRlYmFyQW5pbWF0ZU91dFRyYW5zaXRpb24pKSxcbiAgICB0cmFuc2l0aW9uKCdjbG9zZWQgPT4gb3BlbicsIGFuaW1hdGUoZHVyYXRpb24gKyAnICcgKyBzaWRlYmFyQW5pbWF0ZUluVHJhbnNpdGlvbikpLFxuICBdKSxcbn07XG5cbmV4cG9ydCBlbnVtIERhZmZTaWRlYmFyQW5pbWF0aW9uU3RhdGVzIHtcbiAgT1BFTiA9ICdvcGVuJyxcbiAgQ0xPU0VEID0gJ2Nsb3NlZCcsXG4gIE5PTkUgPSAnbm9uZSdcbn1cbiJdfQ==
@@ -1,3 +0,0 @@
1
- ;
2
- export {};
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZWJhci12aWV3cG9ydC1hbmltYXRpb24tc3RhdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9zcmMvbW9sZWN1bGVzL3NpZGViYXIvYW5pbWF0aW9uL3NpZGViYXItdmlld3BvcnQtYW5pbWF0aW9uLXN0YXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUtDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEYWZmU2lkZWJhckFuaW1hdGlvblN0YXRlIH0gZnJvbSAnLi9zaWRlYmFyLWFuaW1hdGlvbi1zdGF0ZSc7XG5pbXBvcnQgeyBBbmltYXRpb25TdGF0ZVdpdGhQYXJhbXMgfSBmcm9tICcuLi8uLi8uLi9jb3JlL3B1YmxpY19hcGknO1xuXG5leHBvcnQgaW50ZXJmYWNlIERhZmZTaWRlYmFyQW5pbWF0aW9uU3RhdGVQYXJhbXMge1xuICBzaGlmdDogc3RyaW5nO1xufTtcblxuZXhwb3J0IHR5cGUgRGFmZlNpZGViYXJWaWV3cG9ydEFuaW1hdGlvblN0YXRlID0gQW5pbWF0aW9uU3RhdGVXaXRoUGFyYW1zPERhZmZTaWRlYmFyQW5pbWF0aW9uU3RhdGUsIERhZmZTaWRlYmFyQW5pbWF0aW9uU3RhdGVQYXJhbXM+O1xuIl19
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZWJhci1tb2RlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL21vbGVjdWxlcy9zaWRlYmFyL2hlbHBlci9zaWRlYmFyLW1vZGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogVGhlIHZhcmlvdXMgbW9kZXMgdGhhdCBhIERhZmZTaWRlYmFyIGNhbiBiZSBpbi5cbiAqXG4gKiAqIGBzaWRlYCBpcyBhIG1vZGUgdGhhdCBhbGxvd3MgeW91IHRvIHBsYWNlIHRoZSBzaWRlYmFyIGFsb25nc2lkZVxuICogICAgdGhlIGNvbnRlbnQuXG4gKlxuICogKiBgc2lkZS1maXhlZGAgaXMgYSBtb2RlIHRoYXQgYWxsb3dzIHlvdSB3YW50IHRvIHBsYWNlIHRoZSBzaWRlYmFyXG4gKiAgICBhbG9uZ3NpZGUgdGhlIGNvbnRlbnQsIGhvd2V2ZXIgdGhlIHNpZGViYXIgd2lsbCBzY3JvbGwgc2VwYXJhdGVseVxuICogICAgZnJvbSB0aGUgY29udGVudC5cbiAqXG4gKiAqIGBvdmVyYCBpcyBhIG1vZGUgd2hpY2ggYWxsb3dzIHRoZSBzaWRlYmFyIHRvIHNsaWRlICpvdmVyKiB0aGUgcmVzdCBvZlxuICogICAgdGhlIGNvbnRlbnQgaW4gdGhlIHZpZXdwb3J0LlxuICpcbiAqICogYHVuZGVyYCBpcyBhIG1vZGUgdGhhdCBmcmVlemVzIHRoZSBzaWRlYmFyIGluIHBsYWNlIGFuZCBhbGxvd3MgdGhlIGNvbnRlbnRcbiAqICAgc2xpZGUgYWJvdmUgaXQuXG4gKi9cbmV4cG9ydCB0eXBlIERhZmZTaWRlYmFyTW9kZSA9ICdzaWRlJyB8ICdvdmVyJyB8ICd1bmRlcicgfCAnc2lkZS1maXhlZCc7XG5cbi8qKlxuICogQSBlbnVtIHJlcHJlc2VudGluZyB0aGUgZGlmZmVyZW50IHNpZGViYXIgbW9kZXMuXG4gKiBTZWUge0BsaW5rIERhZmZTaWRlYmFyTW9kZX1cbiAqL1xuZXhwb3J0IGNvbnN0IGVudW0gRGFmZlNpZGViYXJNb2RlRW51bSAge1xuICBTaWRlID0gJ3NpZGUnLFxuICBTaWRlRml4ZWQgPSAnc2lkZS1maXhlZCcsXG4gIE92ZXIgPSAnb3ZlcicsXG4gIFVuZGVyID0gJ3VuZGVyJyxcbn1cbiJdfQ==
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZWJhci1zaWRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL21vbGVjdWxlcy9zaWRlYmFyL2hlbHBlci9zaWRlYmFyLXNpZGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogVGhlIHNpZGVzIG9mIGEgdmlld3BvcnQgdGhhdCB0aGF0IGEgc2lkZWJhciBjYW4gYXBwZWFyIG9uLlxuICovXG5leHBvcnQgdHlwZSBEYWZmU2lkZWJhclNpZGUgPSAnbGVmdCcgfCAncmlnaHQnO1xuXG5cbi8qKlxuICogQSBlbnVtIHJlcHJlc2VudGluZyB0aGUgZGlmZmVyZW50IHNpZGViYXIgbW9kZXMuXG4gKiBTZWUge0BsaW5rIERhZmZTaWRlYmFyU2lkZX1cbiAqL1xuZXhwb3J0IGNvbnN0IGVudW0gRGFmZlNpZGViYXJTaWRlRW51bSB7XG4gIExlZnQgPSAnbGVmdCcsXG4gIFJpZ2h0ID0gJ3JpZ2h0J1xufVxuIl19
@@ -1,4 +0,0 @@
1
- export { DaffSidebarModule } from './sidebar.module';
2
- export * from './sidebar-viewport/sidebar-viewport.component';
3
- export * from './sidebar/sidebar.component';
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9tb2xlY3VsZXMvc2lkZWJhci9wdWJsaWNfYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQ3JELGNBQWMsK0NBQStDLENBQUM7QUFDOUQsY0FBYyw2QkFBNkIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IERhZmZTaWRlYmFyTW9kdWxlIH0gZnJvbSAnLi9zaWRlYmFyLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL3NpZGViYXItdmlld3BvcnQvc2lkZWJhci12aWV3cG9ydC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9zaWRlYmFyL3NpZGViYXIuY29tcG9uZW50JztcbmV4cG9ydCB7XG4gIERhZmZTaWRlYmFyTW9kZSxcbiAgRGFmZlNpZGViYXJNb2RlRW51bSxcbn0gZnJvbSAnLi9oZWxwZXIvc2lkZWJhci1tb2RlJztcbmV4cG9ydCB7XG4gIERhZmZTaWRlYmFyU2lkZSxcbiAgRGFmZlNpZGViYXJTaWRlRW51bSxcbn0gZnJvbSAnLi9oZWxwZXIvc2lkZWJhci1zaWRlJztcbiJdfQ==