@ethlete/cdk 4.9.1 → 4.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1611) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/esm2022/index.mjs +22 -2
  3. package/esm2022/lib/components/accordion/accordion.imports.mjs +7 -3
  4. package/esm2022/lib/components/accordion/components/accordion/accordion.component.mjs +8 -6
  5. package/esm2022/lib/components/accordion/components/accordion/index.mjs +4 -2
  6. package/esm2022/lib/components/accordion/components/accordion-group/accordion-group.component.mjs +3 -3
  7. package/esm2022/lib/components/accordion/components/accordion-group/index.mjs +2 -0
  8. package/esm2022/lib/components/accordion/partials/accordion-hint/accordion-hint.directive.mjs +3 -3
  9. package/esm2022/lib/components/accordion/partials/accordion-hint/index.mjs +2 -0
  10. package/esm2022/lib/components/accordion/partials/accordion-hint-wrapper/accordion-hint-wrapper.directive.mjs +3 -3
  11. package/esm2022/lib/components/accordion/partials/accordion-hint-wrapper/index.mjs +3 -0
  12. package/esm2022/lib/components/accordion/partials/accordion-label/accordion-label.directive.mjs +3 -3
  13. package/esm2022/lib/components/accordion/partials/accordion-label/index.mjs +2 -0
  14. package/esm2022/lib/components/accordion/partials/accordion-label-wrapper/accordion-label-wrapper.directive.mjs +3 -3
  15. package/esm2022/lib/components/accordion/partials/accordion-label-wrapper/index.mjs +3 -0
  16. package/esm2022/lib/components/accordion/public-api/index.mjs +8 -0
  17. package/esm2022/lib/components/bracket/bracket.imports.mjs +4 -3
  18. package/esm2022/lib/components/bracket/components/bracket/bracket.component.mjs +3 -3
  19. package/esm2022/lib/components/bracket/components/bracket/index.mjs +3 -0
  20. package/esm2022/lib/components/bracket/constants/bracket.constants.mjs +1 -1
  21. package/esm2022/lib/components/bracket/constants/index.mjs +2 -2
  22. package/esm2022/lib/components/bracket/directives/bracket-match/bracket-match.directive.mjs +3 -3
  23. package/esm2022/lib/components/bracket/directives/bracket-match/index.mjs +2 -2
  24. package/esm2022/lib/components/bracket/directives/bracket-round/bracket-round.directive.mjs +3 -3
  25. package/esm2022/lib/components/bracket/directives/bracket-round/index.mjs +2 -2
  26. package/esm2022/lib/components/bracket/partials/bracket-match/bracket-match.component.mjs +5 -5
  27. package/esm2022/lib/components/bracket/partials/bracket-match/index.mjs +2 -2
  28. package/esm2022/lib/components/bracket/partials/bracket-round-header/bracket-round-header.component.mjs +5 -5
  29. package/esm2022/lib/components/bracket/partials/bracket-round-header/index.mjs +2 -2
  30. package/esm2022/lib/components/bracket/public-api/index.mjs +10 -0
  31. package/esm2022/lib/components/bracket/types/index.mjs +3 -2
  32. package/esm2022/lib/components/bracket/utils/index.mjs +3 -2
  33. package/esm2022/lib/components/button/button.imports.mjs +3 -2
  34. package/esm2022/lib/components/button/components/button/button.component.mjs +5 -5
  35. package/esm2022/lib/components/button/components/button/index.mjs +2 -0
  36. package/esm2022/lib/components/button/components/query-button/index.mjs +2 -0
  37. package/esm2022/lib/components/button/components/query-button/query-button.component.mjs +6 -5
  38. package/esm2022/lib/components/button/directives/button/button.directive.mjs +3 -3
  39. package/esm2022/lib/components/button/directives/button/index.mjs +2 -2
  40. package/esm2022/lib/components/button/directives/query-button/index.mjs +2 -0
  41. package/esm2022/lib/components/button/directives/query-button/query-button.directive.mjs +3 -3
  42. package/esm2022/lib/components/button/public-api/index.mjs +6 -0
  43. package/esm2022/lib/components/filter/filter-overlay/components/filter-overlay-page-outlet/filter-overlay-page-outlet.component.mjs +3 -3
  44. package/esm2022/lib/components/filter/filter-overlay/components/filter-overlay-page-outlet/index.mjs +2 -0
  45. package/esm2022/lib/components/filter/filter-overlay/constants/index.mjs +2 -2
  46. package/esm2022/lib/components/filter/filter-overlay/directives/filter-overlay-back-or-close/filter-overlay-back-or-close.directive.mjs +3 -3
  47. package/esm2022/lib/components/filter/filter-overlay/directives/filter-overlay-back-or-close/index.mjs +2 -0
  48. package/esm2022/lib/components/filter/filter-overlay/directives/filter-overlay-link/filter-overlay-link.directive.mjs +3 -3
  49. package/esm2022/lib/components/filter/filter-overlay/directives/filter-overlay-link/index.mjs +2 -0
  50. package/esm2022/lib/components/filter/filter-overlay/directives/filter-overlay-reset/filter-overlay-reset.directive.mjs +3 -3
  51. package/esm2022/lib/components/filter/filter-overlay/directives/filter-overlay-reset/index.mjs +2 -0
  52. package/esm2022/lib/components/filter/filter-overlay/directives/filter-overlay-submit/filter-overlay-submit.directive.mjs +3 -3
  53. package/esm2022/lib/components/filter/filter-overlay/directives/filter-overlay-submit/index.mjs +2 -0
  54. package/esm2022/lib/components/filter/filter-overlay/filter-overlay.imports.mjs +6 -3
  55. package/esm2022/lib/components/filter/filter-overlay/services/filter-overlay.service.mjs +5 -5
  56. package/esm2022/lib/components/filter/filter-overlay/services/index.mjs +2 -2
  57. package/esm2022/lib/components/filter/filter-overlay/types/filter-overlay-config.types.mjs +1 -1
  58. package/esm2022/lib/components/filter/filter-overlay/types/index.mjs +2 -2
  59. package/esm2022/lib/components/filter/filter-overlay/utils/filter-overlay-ref.mjs +1 -1
  60. package/esm2022/lib/components/filter/filter-overlay/utils/index.mjs +2 -2
  61. package/esm2022/lib/components/filter/public-api/index.mjs +17 -0
  62. package/esm2022/lib/components/filter/rich-filter/components/rich-filter-host/index.mjs +2 -0
  63. package/esm2022/lib/components/filter/rich-filter/components/rich-filter-host/rich-filter-host.component.mjs +8 -5
  64. package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-button/index.mjs +2 -0
  65. package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-button/rich-filter-button.directive.mjs +3 -3
  66. package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-button-slot/index.mjs +2 -0
  67. package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-button-slot/rich-filter-button-slot.directive.mjs +3 -3
  68. package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-content/index.mjs +2 -0
  69. package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-content/rich-filter-content.directive.mjs +3 -3
  70. package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-top/index.mjs +2 -0
  71. package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-top/rich-filter-top.directive.mjs +3 -3
  72. package/esm2022/lib/components/filter/rich-filter/rich-filter.imports.mjs +6 -3
  73. package/esm2022/lib/components/forms/components/checkbox/checkbox.imports.mjs +6 -4
  74. package/esm2022/lib/components/forms/components/checkbox/components/checkbox/checkbox.component.mjs +8 -7
  75. package/esm2022/lib/components/forms/components/checkbox/components/checkbox/index.mjs +2 -0
  76. package/esm2022/lib/components/forms/components/checkbox/components/checkbox-field/checkbox-field.component.mjs +9 -7
  77. package/esm2022/lib/components/forms/components/checkbox/components/checkbox-field/index.mjs +2 -0
  78. package/esm2022/lib/components/forms/components/checkbox/components/checkbox-group/checkbox-group.component.mjs +6 -6
  79. package/esm2022/lib/components/forms/components/checkbox/components/checkbox-group/index.mjs +2 -0
  80. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox/checkbox.directive.mjs +5 -5
  81. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox/index.mjs +2 -2
  82. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-field/checkbox-field.directive.mjs +3 -3
  83. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-field/index.mjs +2 -0
  84. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-group/checkbox-group.directive.mjs +3 -3
  85. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-group/index.mjs +2 -2
  86. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-group-control/checkbox-group-control.directive.mjs +5 -5
  87. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-group-control/index.mjs +2 -0
  88. package/esm2022/lib/components/forms/components/error/components/error/error.component.mjs +6 -5
  89. package/esm2022/lib/components/forms/components/error/components/error/index.mjs +2 -0
  90. package/esm2022/lib/components/forms/components/input/components/date-input/date-input.component.mjs +7 -6
  91. package/esm2022/lib/components/forms/components/input/components/date-input/index.mjs +2 -0
  92. package/esm2022/lib/components/forms/components/input/components/date-time-input/date-time-input.component.mjs +7 -6
  93. package/esm2022/lib/components/forms/components/input/components/date-time-input/index.mjs +2 -0
  94. package/esm2022/lib/components/forms/components/input/components/email-input/email-input.component.mjs +7 -6
  95. package/esm2022/lib/components/forms/components/input/components/email-input/index.mjs +2 -0
  96. package/esm2022/lib/components/forms/components/input/components/input-field/index.mjs +2 -0
  97. package/esm2022/lib/components/forms/components/input/components/input-field/input-field.component.mjs +8 -6
  98. package/esm2022/lib/components/forms/components/input/components/number-input/index.mjs +2 -0
  99. package/esm2022/lib/components/forms/components/input/components/number-input/number-input.component.mjs +7 -6
  100. package/esm2022/lib/components/forms/components/input/components/password-input/index.mjs +2 -0
  101. package/esm2022/lib/components/forms/components/input/components/password-input/password-input.component.mjs +7 -6
  102. package/esm2022/lib/components/forms/components/input/components/search-input/index.mjs +2 -0
  103. package/esm2022/lib/components/forms/components/input/components/search-input/search-input.component.mjs +7 -6
  104. package/esm2022/lib/components/forms/components/input/components/text-input/index.mjs +2 -0
  105. package/esm2022/lib/components/forms/components/input/components/text-input/text-input.component.mjs +7 -6
  106. package/esm2022/lib/components/forms/components/input/components/textarea-input/index.mjs +2 -0
  107. package/esm2022/lib/components/forms/components/input/components/textarea-input/textarea-input.component.mjs +6 -5
  108. package/esm2022/lib/components/forms/components/input/directives/autosize-textarea/autosize-textarea.directive.mjs +5 -5
  109. package/esm2022/lib/components/forms/components/input/directives/autosize-textarea/index.mjs +2 -0
  110. package/esm2022/lib/components/forms/components/input/directives/date-input/date-input.directive.mjs +5 -5
  111. package/esm2022/lib/components/forms/components/input/directives/date-input/index.mjs +2 -0
  112. package/esm2022/lib/components/forms/components/input/directives/date-time-input/date-time-input.directive.mjs +5 -5
  113. package/esm2022/lib/components/forms/components/input/directives/date-time-input/index.mjs +2 -0
  114. package/esm2022/lib/components/forms/components/input/directives/email-input/email-input.directive.mjs +5 -5
  115. package/esm2022/lib/components/forms/components/input/directives/email-input/index.mjs +2 -0
  116. package/esm2022/lib/components/forms/components/input/directives/if-supports-show-picker/if-supports-show-picker.directive.mjs +5 -5
  117. package/esm2022/lib/components/forms/components/input/directives/if-supports-show-picker/index.mjs +2 -0
  118. package/esm2022/lib/components/forms/components/input/directives/number-input/index.mjs +2 -0
  119. package/esm2022/lib/components/forms/components/input/directives/number-input/number-input.directive.mjs +5 -5
  120. package/esm2022/lib/components/forms/components/input/directives/password-input/index.mjs +2 -0
  121. package/esm2022/lib/components/forms/components/input/directives/password-input/password-input.directive.mjs +5 -5
  122. package/esm2022/lib/components/forms/components/input/directives/search-input/index.mjs +2 -0
  123. package/esm2022/lib/components/forms/components/input/directives/search-input/search-input.directive.mjs +5 -5
  124. package/esm2022/lib/components/forms/components/input/directives/show-picker-trigger/index.mjs +2 -0
  125. package/esm2022/lib/components/forms/components/input/directives/show-picker-trigger/show-picker-trigger.directive.mjs +5 -5
  126. package/esm2022/lib/components/forms/components/input/directives/text-input/index.mjs +2 -0
  127. package/esm2022/lib/components/forms/components/input/directives/text-input/text-input.directive.mjs +5 -5
  128. package/esm2022/lib/components/forms/components/input/directives/textarea-input/index.mjs +2 -2
  129. package/esm2022/lib/components/forms/components/input/directives/textarea-input/textarea-input.directive.mjs +5 -5
  130. package/esm2022/lib/components/forms/components/input/input.imports.mjs +19 -6
  131. package/esm2022/lib/components/forms/components/input/partials/password-input-toggle/index.mjs +2 -0
  132. package/esm2022/lib/components/forms/components/input/partials/password-input-toggle/password-input-toggle.component.mjs +6 -6
  133. package/esm2022/lib/components/forms/components/input/partials/search-input-clear/index.mjs +2 -0
  134. package/esm2022/lib/components/forms/components/input/partials/search-input-clear/search-input-clear.component.mjs +6 -6
  135. package/esm2022/lib/components/forms/components/label/components/label/index.mjs +2 -0
  136. package/esm2022/lib/components/forms/components/label/components/label/label.component.mjs +3 -3
  137. package/esm2022/lib/components/forms/components/label/directives/label-suffix/index.mjs +2 -0
  138. package/esm2022/lib/components/forms/components/label/directives/label-suffix/label-suffix.directive.mjs +3 -3
  139. package/esm2022/lib/components/forms/components/label/label.imports.mjs +3 -3
  140. package/esm2022/lib/components/forms/components/radio/components/radio/index.mjs +2 -0
  141. package/esm2022/lib/components/forms/components/radio/components/radio/radio.component.mjs +9 -7
  142. package/esm2022/lib/components/forms/components/radio/components/radio-field/index.mjs +2 -0
  143. package/esm2022/lib/components/forms/components/radio/components/radio-field/radio-field.component.mjs +6 -6
  144. package/esm2022/lib/components/forms/components/radio/components/radio-group/index.mjs +2 -0
  145. package/esm2022/lib/components/forms/components/radio/components/radio-group/radio-group.component.mjs +9 -7
  146. package/esm2022/lib/components/forms/components/radio/directives/radio/index.mjs +2 -2
  147. package/esm2022/lib/components/forms/components/radio/directives/radio/radio.directive.mjs +5 -5
  148. package/esm2022/lib/components/forms/components/radio/directives/radio-field/index.mjs +2 -0
  149. package/esm2022/lib/components/forms/components/radio/directives/radio-field/radio-field.directive.mjs +3 -3
  150. package/esm2022/lib/components/forms/components/radio/directives/radio-group/index.mjs +2 -0
  151. package/esm2022/lib/components/forms/components/radio/directives/radio-group/radio-group.directive.mjs +3 -3
  152. package/esm2022/lib/components/forms/components/radio/radio.imports.mjs +5 -3
  153. package/esm2022/lib/components/forms/components/radio/types/index.mjs +2 -2
  154. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button/index.mjs +2 -2
  155. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button/segmented-button.component.mjs +8 -6
  156. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-field/index.mjs +2 -2
  157. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-field/segmented-button-field.component.mjs +6 -6
  158. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-group/index.mjs +2 -2
  159. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-group/segmented-button-group.component.mjs +9 -7
  160. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button/index.mjs +2 -2
  161. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button/segmented-button.directive.mjs +5 -5
  162. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button-field/index.mjs +2 -0
  163. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button-field/segmented-button-field.directive.mjs +3 -3
  164. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button-group/index.mjs +2 -0
  165. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button-group/segmented-button-group.directive.mjs +3 -3
  166. package/esm2022/lib/components/forms/components/segmented-button/segmented-button.imports.mjs +4 -2
  167. package/esm2022/lib/components/forms/components/select/components/combobox/combobox.imports.mjs +10 -5
  168. package/esm2022/lib/components/forms/components/select/components/combobox/components/combobox/combobox.component.mjs +10 -9
  169. package/esm2022/lib/components/forms/components/select/components/combobox/components/combobox/index.mjs +2 -0
  170. package/esm2022/lib/components/forms/components/select/components/combobox/constants/index.mjs +2 -2
  171. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox/combobox.directive.mjs +6 -6
  172. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox/index.mjs +2 -0
  173. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-empty-template/combobox-body-empty-template.directive.mjs +3 -3
  174. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-empty-template/index.mjs +2 -2
  175. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-error-template/combobox-body-error-template.directive.mjs +3 -3
  176. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-error-template/index.mjs +2 -2
  177. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-loading-template/combobox-body-loading-template.directive.mjs +3 -3
  178. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-loading-template/index.mjs +2 -2
  179. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-more-items-hint-template/combobox-body-more-items-hint-template.directive.mjs +3 -3
  180. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-more-items-hint-template/index.mjs +2 -2
  181. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-option-template/combobox-option-template.directive.mjs +3 -3
  182. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-option-template/index.mjs +2 -2
  183. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-selected-option-template/combobox-selected-option-template.directive.mjs +3 -3
  184. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-selected-option-template/index.mjs +2 -2
  185. package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-body/combobox-body.component.mjs +5 -5
  186. package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-body/index.mjs +2 -0
  187. package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-option/combobox-option.component.mjs +5 -5
  188. package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-option/index.mjs +2 -2
  189. package/esm2022/lib/components/forms/components/select/components/combobox/types/index.mjs +2 -2
  190. package/esm2022/lib/components/forms/components/select/components/combobox/utils/index.mjs +2 -0
  191. package/esm2022/lib/components/forms/components/select/components/native-select/components/native-select/index.mjs +2 -0
  192. package/esm2022/lib/components/forms/components/select/components/native-select/components/native-select/native-select.component.mjs +7 -6
  193. package/esm2022/lib/components/forms/components/select/components/native-select/directives/native-select-input/index.mjs +2 -0
  194. package/esm2022/lib/components/forms/components/select/components/native-select/directives/native-select-input/native-select-input.directive.mjs +5 -5
  195. package/esm2022/lib/components/forms/components/select/components/native-select/directives/native-select-option/index.mjs +2 -2
  196. package/esm2022/lib/components/forms/components/select/components/native-select/directives/native-select-option/native-select-option.directive.mjs +3 -3
  197. package/esm2022/lib/components/forms/components/select/components/native-select/native-select.imports.mjs +8 -6
  198. package/esm2022/lib/components/forms/components/select/components/native-select/partials/native-select-option/index.mjs +2 -0
  199. package/esm2022/lib/components/forms/components/select/components/native-select/partials/native-select-option/native-select-option.component.mjs +5 -5
  200. package/esm2022/lib/components/forms/components/select/components/native-select/types/index.mjs +2 -2
  201. package/esm2022/lib/components/forms/components/select/components/select/components/select/index.mjs +2 -0
  202. package/esm2022/lib/components/forms/components/select/components/select/components/select/select.component.mjs +9 -8
  203. package/esm2022/lib/components/forms/components/select/components/select/directives/select/index.mjs +2 -2
  204. package/esm2022/lib/components/forms/components/select/components/select/directives/select/select.directive.mjs +7 -7
  205. package/esm2022/lib/components/forms/components/select/components/select/directives/select-body/index.mjs +2 -2
  206. package/esm2022/lib/components/forms/components/select/components/select/directives/select-body/select-body.directive.mjs +3 -3
  207. package/esm2022/lib/components/forms/components/select/components/select/directives/select-option/index.mjs +2 -2
  208. package/esm2022/lib/components/forms/components/select/components/select/directives/select-option/select-option.directive.mjs +3 -3
  209. package/esm2022/lib/components/forms/components/select/components/select/partials/select-body/index.mjs +2 -0
  210. package/esm2022/lib/components/forms/components/select/components/select/partials/select-body/select-body.component.mjs +5 -5
  211. package/esm2022/lib/components/forms/components/select/components/select/partials/select-option/index.mjs +2 -0
  212. package/esm2022/lib/components/forms/components/select/components/select/partials/select-option/select-option.component.mjs +5 -5
  213. package/esm2022/lib/components/forms/components/select/components/select/select.imports.mjs +6 -5
  214. package/esm2022/lib/components/forms/components/select/components/select-field/index.mjs +2 -2
  215. package/esm2022/lib/components/forms/components/select/components/select-field/select-field.component.mjs +9 -7
  216. package/esm2022/lib/components/forms/components/select/directives/select-field/index.mjs +2 -0
  217. package/esm2022/lib/components/forms/components/select/directives/select-field/select-field.directive.mjs +3 -3
  218. package/esm2022/lib/components/forms/components/selection-list/components/selection-list-field/index.mjs +2 -0
  219. package/esm2022/lib/components/forms/components/selection-list/components/selection-list-field/selection-list-field.component.mjs +9 -6
  220. package/esm2022/lib/components/forms/components/selection-list/components/selection-list-option/index.mjs +2 -0
  221. package/esm2022/lib/components/forms/components/selection-list/components/selection-list-option/selection-list-option.component.mjs +5 -5
  222. package/esm2022/lib/components/forms/components/selection-list/directives/selection-list-field/index.mjs +2 -2
  223. package/esm2022/lib/components/forms/components/selection-list/directives/selection-list-field/selection-list-field.directive.mjs +5 -5
  224. package/esm2022/lib/components/forms/components/selection-list/directives/selection-list-option/index.mjs +2 -2
  225. package/esm2022/lib/components/forms/components/selection-list/directives/selection-list-option/selection-list-option.directive.mjs +5 -5
  226. package/esm2022/lib/components/forms/components/selection-list/selection-list.imports.mjs +3 -2
  227. package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle/index.mjs +2 -0
  228. package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle/slide-toggle.component.mjs +8 -7
  229. package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle-field/index.mjs +2 -0
  230. package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle-field/slide-toggle-field.component.mjs +8 -6
  231. package/esm2022/lib/components/forms/components/slide-toggle/directives/slide-toggle/index.mjs +2 -0
  232. package/esm2022/lib/components/forms/components/slide-toggle/directives/slide-toggle/slide-toggle.directive.mjs +5 -5
  233. package/esm2022/lib/components/forms/components/slide-toggle/slide-toggle.imports.mjs +4 -3
  234. package/esm2022/lib/components/forms/components/slider/components/slider/index.mjs +2 -0
  235. package/esm2022/lib/components/forms/components/slider/components/slider/slider.component.mjs +5 -5
  236. package/esm2022/lib/components/forms/components/slider/components/slider-field/index.mjs +2 -0
  237. package/esm2022/lib/components/forms/components/slider/components/slider-field/slider-field.component.mjs +8 -6
  238. package/esm2022/lib/components/forms/components/slider/slider.imports.mjs +4 -3
  239. package/esm2022/lib/components/forms/directives/dynamic-form-field/dynamic-form-field.directive.mjs +3 -3
  240. package/esm2022/lib/components/forms/directives/dynamic-form-field/index.mjs +2 -0
  241. package/esm2022/lib/components/forms/directives/dynamic-form-group/dynamic-form-group.directive.mjs +3 -3
  242. package/esm2022/lib/components/forms/directives/dynamic-form-group/index.mjs +2 -0
  243. package/esm2022/lib/components/forms/directives/expose-input-vars/expose-input-vars.directive.mjs +3 -3
  244. package/esm2022/lib/components/forms/directives/expose-input-vars/index.mjs +2 -2
  245. package/esm2022/lib/components/forms/directives/if-input-empty/if-input-empty.directive.mjs +3 -3
  246. package/esm2022/lib/components/forms/directives/if-input-empty/index.mjs +2 -0
  247. package/esm2022/lib/components/forms/directives/if-input-filled/if-input-filled.directive.mjs +3 -3
  248. package/esm2022/lib/components/forms/directives/if-input-filled/index.mjs +2 -0
  249. package/esm2022/lib/components/forms/directives/input/index.mjs +2 -2
  250. package/esm2022/lib/components/forms/directives/input/input.directive.mjs +3 -3
  251. package/esm2022/lib/components/forms/directives/input-prefix/index.mjs +2 -0
  252. package/esm2022/lib/components/forms/directives/input-prefix/input-prefix.directive.mjs +3 -3
  253. package/esm2022/lib/components/forms/directives/input-suffix/index.mjs +2 -0
  254. package/esm2022/lib/components/forms/directives/input-suffix/input-suffix.directive.mjs +3 -3
  255. package/esm2022/lib/components/forms/directives/native-input-ref/index.mjs +2 -2
  256. package/esm2022/lib/components/forms/directives/native-input-ref/native-input-ref.directive.mjs +3 -3
  257. package/esm2022/lib/components/forms/directives/static-form-field/index.mjs +2 -0
  258. package/esm2022/lib/components/forms/directives/static-form-field/static-form-field.directive.mjs +5 -5
  259. package/esm2022/lib/components/forms/directives/static-form-group/index.mjs +2 -0
  260. package/esm2022/lib/components/forms/directives/static-form-group/static-form-group.directive.mjs +3 -3
  261. package/esm2022/lib/components/forms/directives/writeable-input/index.mjs +2 -0
  262. package/esm2022/lib/components/forms/directives/writeable-input/writeable-input.directive.mjs +3 -3
  263. package/esm2022/lib/components/forms/public-api/index.mjs +107 -0
  264. package/esm2022/lib/components/forms/services/default-validator-errors.service.mjs +3 -3
  265. package/esm2022/lib/components/forms/services/form-field-state.service.mjs +3 -3
  266. package/esm2022/lib/components/forms/services/form-group-state.service.mjs +3 -3
  267. package/esm2022/lib/components/forms/services/index.mjs +5 -2
  268. package/esm2022/lib/components/forms/services/input-state.service.mjs +4 -4
  269. package/esm2022/lib/components/forms/types/index.mjs +2 -2
  270. package/esm2022/lib/components/forms/utils/decorated-form-field.base.mjs +3 -3
  271. package/esm2022/lib/components/forms/utils/decorated-input.base.mjs +6 -5
  272. package/esm2022/lib/components/forms/utils/index.mjs +4 -2
  273. package/esm2022/lib/components/forms/utils/input.base.mjs +6 -5
  274. package/esm2022/lib/components/icons/chevron-icon/chevron-icon.component.mjs +3 -3
  275. package/esm2022/lib/components/icons/chevron-icon/index.mjs +2 -2
  276. package/esm2022/lib/components/icons/public-api/index.mjs +3 -0
  277. package/esm2022/lib/components/masonry/components/masonry/index.mjs +2 -0
  278. package/esm2022/lib/components/masonry/components/masonry/masonry.component.mjs +10 -7
  279. package/esm2022/lib/components/masonry/masonry.imports.mjs +3 -3
  280. package/esm2022/lib/components/masonry/partials/masonry-item/index.mjs +2 -0
  281. package/esm2022/lib/components/masonry/partials/masonry-item/masonry-item.component.mjs +3 -3
  282. package/esm2022/lib/components/masonry/public-api/index.mjs +5 -0
  283. package/esm2022/lib/components/masonry/types/index.mjs +2 -0
  284. package/esm2022/lib/components/overlay/components/bottom-sheet/bottom-sheet.imports.mjs +4 -3
  285. package/esm2022/lib/components/overlay/components/bottom-sheet/components/bottom-sheet-container/bottom-sheet-container.component.mjs +5 -5
  286. package/esm2022/lib/components/overlay/components/bottom-sheet/components/bottom-sheet-container/index.mjs +2 -0
  287. package/esm2022/lib/components/overlay/components/bottom-sheet/constants/index.mjs +2 -2
  288. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-container-base/bottom-sheet-container-base.component.mjs +3 -3
  289. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-container-base/index.mjs +2 -0
  290. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-drag-handle/bottom-sheet-drag-handle.component.mjs +3 -3
  291. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-drag-handle/index.mjs +2 -0
  292. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-title/bottom-sheet-title.directive.mjs +3 -3
  293. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-title/index.mjs +2 -0
  294. package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet-base.service.mjs +4 -4
  295. package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet-swipe-handler.service.mjs +3 -3
  296. package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet.service.mjs +5 -5
  297. package/esm2022/lib/components/overlay/components/bottom-sheet/services/index.mjs +4 -2
  298. package/esm2022/lib/components/overlay/components/bottom-sheet/types/index.mjs +2 -2
  299. package/esm2022/lib/components/overlay/components/bottom-sheet/utils/bottom-sheet-ref.mjs +1 -1
  300. package/esm2022/lib/components/overlay/components/bottom-sheet/utils/index.mjs +4 -2
  301. package/esm2022/lib/components/overlay/components/dialog/components/dialog-container/dialog-container.component.mjs +5 -5
  302. package/esm2022/lib/components/overlay/components/dialog/components/dialog-container/index.mjs +2 -0
  303. package/esm2022/lib/components/overlay/components/dialog/constants/index.mjs +2 -2
  304. package/esm2022/lib/components/overlay/components/dialog/dialog.imports.mjs +4 -3
  305. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-close/dialog-close.directive.mjs +3 -3
  306. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-close/index.mjs +2 -0
  307. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-container-base/dialog-container-base.component.mjs +3 -3
  308. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-container-base/index.mjs +2 -0
  309. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-title/dialog-title.directive.mjs +3 -3
  310. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-title/index.mjs +2 -0
  311. package/esm2022/lib/components/overlay/components/dialog/services/dialog-base.service.mjs +4 -4
  312. package/esm2022/lib/components/overlay/components/dialog/services/dialog.service.mjs +5 -5
  313. package/esm2022/lib/components/overlay/components/dialog/services/index.mjs +3 -2
  314. package/esm2022/lib/components/overlay/components/dialog/types/index.mjs +2 -2
  315. package/esm2022/lib/components/overlay/components/dialog/utils/dialog-ref.mjs +1 -1
  316. package/esm2022/lib/components/overlay/components/dialog/utils/index.mjs +4 -2
  317. package/esm2022/lib/components/overlay/components/menu/components/menu/index.mjs +2 -0
  318. package/esm2022/lib/components/overlay/components/menu/components/menu/menu.component.mjs +7 -6
  319. package/esm2022/lib/components/overlay/components/menu/components/menu-checkbox-item/index.mjs +2 -0
  320. package/esm2022/lib/components/overlay/components/menu/components/menu-checkbox-item/menu-checkbox-item.component.mjs +75 -0
  321. package/esm2022/lib/components/overlay/components/menu/components/menu-container/index.mjs +2 -0
  322. package/esm2022/lib/components/overlay/components/menu/components/menu-container/menu-container.component.mjs +5 -5
  323. package/esm2022/lib/components/overlay/components/menu/components/menu-radio-item/index.mjs +2 -0
  324. package/esm2022/lib/components/overlay/components/menu/components/menu-radio-item/menu-radio-item.component.mjs +66 -0
  325. package/esm2022/lib/components/overlay/components/menu/directives/menu-checkbox-group/index.mjs +2 -0
  326. package/esm2022/lib/components/overlay/components/menu/directives/menu-checkbox-group/menu-checkbox-group.directive.mjs +31 -0
  327. package/esm2022/lib/components/overlay/components/menu/directives/menu-group/index.mjs +2 -2
  328. package/esm2022/lib/components/overlay/components/menu/directives/menu-group/menu-group.directive.mjs +3 -3
  329. package/esm2022/lib/components/overlay/components/menu/directives/menu-group-title/index.mjs +2 -2
  330. package/esm2022/lib/components/overlay/components/menu/directives/menu-group-title/menu-group-title.directive.mjs +3 -3
  331. package/esm2022/lib/components/overlay/components/menu/directives/menu-item/index.mjs +2 -0
  332. package/esm2022/lib/components/overlay/components/menu/directives/menu-item/menu-item.directive.mjs +3 -3
  333. package/esm2022/lib/components/overlay/components/menu/directives/menu-radio-group/index.mjs +2 -0
  334. package/esm2022/lib/components/overlay/components/menu/directives/menu-radio-group/menu-radio-group.directive.mjs +45 -0
  335. package/esm2022/lib/components/overlay/components/menu/directives/menu-trigger/index.mjs +2 -2
  336. package/esm2022/lib/components/overlay/components/menu/directives/menu-trigger/menu-trigger.directive.mjs +5 -5
  337. package/esm2022/lib/components/overlay/components/menu/menu.imports.mjs +14 -3
  338. package/esm2022/lib/components/overlay/components/menu-deprecated/context-menu-trigger.mjs +6 -6
  339. package/esm2022/lib/components/overlay/components/menu-deprecated/index.mjs +17 -0
  340. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-aim.mjs +6 -6
  341. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-bar.mjs +3 -3
  342. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-base.mjs +3 -3
  343. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-group.mjs +3 -3
  344. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-item-checkbox.mjs +3 -3
  345. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-item-radio.mjs +3 -3
  346. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-item-selectable.mjs +3 -3
  347. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-item.mjs +3 -3
  348. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-module.mjs +4 -4
  349. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-stack.mjs +3 -3
  350. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-trigger-base.mjs +3 -3
  351. package/esm2022/lib/components/overlay/components/menu-deprecated/menu-trigger.mjs +3 -3
  352. package/esm2022/lib/components/overlay/components/menu-deprecated/menu.mjs +3 -3
  353. package/esm2022/lib/components/overlay/components/overlay/components/overlay-container/index.mjs +2 -0
  354. package/esm2022/lib/components/overlay/components/overlay/components/overlay-container/overlay-container.component.mjs +3 -3
  355. package/esm2022/lib/components/overlay/components/overlay/constants/index.mjs +2 -2
  356. package/esm2022/lib/components/overlay/components/overlay/overlay.imports.mjs +6 -2
  357. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-body/index.mjs +2 -0
  358. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-body/overlay-body.component.mjs +3 -3
  359. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-close/index.mjs +2 -0
  360. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-close/overlay-close.directive.mjs +3 -3
  361. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-footer/index.mjs +2 -0
  362. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-footer/overlay-footer.directive.mjs +3 -3
  363. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-header/index.mjs +2 -0
  364. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-header/overlay-header.directive.mjs +3 -3
  365. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-title/index.mjs +2 -0
  366. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-title/overlay-title.directive.mjs +3 -3
  367. package/esm2022/lib/components/overlay/components/overlay/services/index.mjs +2 -2
  368. package/esm2022/lib/components/overlay/components/overlay/services/overlay.service.mjs +5 -5
  369. package/esm2022/lib/components/overlay/components/overlay/types/index.mjs +2 -2
  370. package/esm2022/lib/components/overlay/components/overlay/utils/index.mjs +5 -2
  371. package/esm2022/lib/components/overlay/components/overlay/utils/overlay-ref.mjs +1 -1
  372. package/esm2022/lib/components/overlay/components/toggletip/components/toggletip/index.mjs +2 -0
  373. package/esm2022/lib/components/overlay/components/toggletip/components/toggletip/toggletip.component.mjs +5 -5
  374. package/esm2022/lib/components/overlay/components/toggletip/constants/index.mjs +2 -2
  375. package/esm2022/lib/components/overlay/components/toggletip/directives/toggletip/index.mjs +2 -0
  376. package/esm2022/lib/components/overlay/components/toggletip/directives/toggletip/toggletip.directive.mjs +5 -5
  377. package/esm2022/lib/components/overlay/components/toggletip/partials/toggletip-close/index.mjs +2 -0
  378. package/esm2022/lib/components/overlay/components/toggletip/partials/toggletip-close/toggletip-close.directive.mjs +25 -0
  379. package/esm2022/lib/components/overlay/components/toggletip/toggletip.imports.mjs +2 -2
  380. package/esm2022/lib/components/overlay/components/toggletip/types/index.mjs +2 -2
  381. package/esm2022/lib/components/overlay/components/toggletip/utils/index.mjs +3 -2
  382. package/esm2022/lib/components/overlay/components/tooltip/components/tooltip/index.mjs +2 -0
  383. package/esm2022/lib/components/overlay/components/tooltip/components/tooltip/tooltip.component.mjs +5 -5
  384. package/esm2022/lib/components/overlay/components/tooltip/constants/index.mjs +2 -2
  385. package/esm2022/lib/components/overlay/components/tooltip/directives/tooltip/index.mjs +2 -0
  386. package/esm2022/lib/components/overlay/components/tooltip/directives/tooltip/tooltip.directive.mjs +5 -5
  387. package/esm2022/lib/components/overlay/components/tooltip/tooltip.imports.mjs +2 -2
  388. package/esm2022/lib/components/overlay/components/tooltip/types/index.mjs +2 -2
  389. package/esm2022/lib/components/overlay/components/tooltip/utils/index.mjs +3 -2
  390. package/esm2022/lib/components/overlay/directives/dynamic-overlay-title/dynamic-overlay-title.directive.mjs +8 -5
  391. package/esm2022/lib/components/overlay/directives/dynamic-overlay-title/index.mjs +2 -0
  392. package/esm2022/lib/components/overlay/directives/overlay-close-auto-blocker/index.mjs +2 -2
  393. package/esm2022/lib/components/overlay/directives/overlay-close-auto-blocker/overlay-close-auto-blocker.directive.mjs +3 -3
  394. package/esm2022/lib/components/overlay/public-api/index.mjs +60 -0
  395. package/esm2022/lib/components/overlay/services/dynamic-overlay.service.mjs +6 -5
  396. package/esm2022/lib/components/overlay/services/index.mjs +2 -0
  397. package/esm2022/lib/components/overlay/types/dynamic-overlay.types.mjs +1 -1
  398. package/esm2022/lib/components/overlay/types/index.mjs +2 -2
  399. package/esm2022/lib/components/overlay/utils/index.mjs +2 -0
  400. package/esm2022/lib/components/overlay/utils/overlay-dismiss-checker.util.mjs +2 -2
  401. package/esm2022/lib/components/pagination/components/pagination/index.mjs +2 -0
  402. package/esm2022/lib/components/pagination/components/pagination/pagination.component.mjs +5 -5
  403. package/esm2022/lib/components/pagination/pagination.imports.mjs +2 -2
  404. package/esm2022/lib/components/pagination/partials/pagination-link/index.mjs +2 -0
  405. package/esm2022/lib/components/pagination/partials/pagination-link/pagination-link.directive.mjs +3 -3
  406. package/esm2022/lib/components/pagination/public-api/index.mjs +7 -0
  407. package/esm2022/lib/components/pagination/services/index.mjs +2 -2
  408. package/esm2022/lib/components/pagination/services/pagination-head.service.mjs +3 -3
  409. package/esm2022/lib/components/pagination/types/index.mjs +2 -2
  410. package/esm2022/lib/components/pagination/utils/index.mjs +2 -2
  411. package/esm2022/lib/components/picture/index.mjs +5 -0
  412. package/esm2022/lib/components/picture/picture-data.directive.mjs +3 -3
  413. package/esm2022/lib/components/picture/picture.component.mjs +5 -5
  414. package/esm2022/lib/components/picture/pipes/normalize-source/normalize-source.pipe.mjs +3 -3
  415. package/esm2022/lib/components/picture/public-api/index.mjs +3 -0
  416. package/esm2022/lib/components/progress-spinner/index.mjs +2 -0
  417. package/esm2022/lib/components/progress-spinner/progress-spinner.component.mjs +3 -3
  418. package/esm2022/lib/components/query-error/components/query-error/index.mjs +2 -0
  419. package/esm2022/lib/components/query-error/components/query-error/query-error.component.mjs +5 -5
  420. package/esm2022/lib/components/query-error/directives/query-error/index.mjs +2 -0
  421. package/esm2022/lib/components/query-error/directives/query-error/query-error.directive.mjs +10 -5
  422. package/esm2022/lib/components/query-error/public-api/index.mjs +4 -0
  423. package/esm2022/lib/components/query-error/types/index.mjs +2 -2
  424. package/esm2022/lib/components/scrollable/components/scrollable/index.mjs +2 -0
  425. package/esm2022/lib/components/scrollable/components/scrollable/scrollable.component.mjs +30 -13
  426. package/esm2022/lib/components/scrollable/directives/scrollable-ignore-child/index.mjs +2 -0
  427. package/esm2022/lib/components/scrollable/directives/scrollable-ignore-child/scrollable-ignore-child.directive.mjs +3 -3
  428. package/esm2022/lib/components/scrollable/directives/scrollable-is-active-child/index.mjs +2 -0
  429. package/esm2022/lib/components/scrollable/directives/scrollable-is-active-child/scrollable-is-active-child.directive.mjs +3 -3
  430. package/esm2022/lib/components/scrollable/public-api/index.mjs +6 -0
  431. package/esm2022/lib/components/scrollable/scrollable.imports.mjs +4 -3
  432. package/esm2022/lib/components/scrollable/types/index.mjs +2 -2
  433. package/esm2022/lib/components/skeleton/components/skeleton/index.mjs +2 -0
  434. package/esm2022/lib/components/skeleton/components/skeleton/skeleton.component.mjs +3 -3
  435. package/esm2022/lib/components/skeleton/partials/skeleton-item/index.mjs +2 -0
  436. package/esm2022/lib/components/skeleton/partials/skeleton-item/skeleton-item.component.mjs +3 -3
  437. package/esm2022/lib/components/skeleton/public-api/index.mjs +4 -0
  438. package/esm2022/lib/components/skeleton/skeleton.imports.mjs +3 -3
  439. package/esm2022/lib/components/sort/components/sort-header/index.mjs +3 -0
  440. package/esm2022/lib/components/sort/components/sort-header/sort-header.component.mjs +7 -7
  441. package/esm2022/lib/components/sort/partials/sort/index.mjs +3 -0
  442. package/esm2022/lib/components/sort/partials/sort/sort.directive.mjs +3 -3
  443. package/esm2022/lib/components/sort/public-api/index.mjs +6 -0
  444. package/esm2022/lib/components/sort/services/index.mjs +2 -2
  445. package/esm2022/lib/components/sort/services/sort-header-intl.mjs +3 -3
  446. package/esm2022/lib/components/sort/sort.imports.mjs +3 -3
  447. package/esm2022/lib/components/sort/types/index.mjs +2 -2
  448. package/esm2022/lib/components/table/components/table/index.mjs +2 -0
  449. package/esm2022/lib/components/table/components/table/table.component.mjs +6 -5
  450. package/esm2022/lib/components/table/constants/index.mjs +2 -2
  451. package/esm2022/lib/components/table/partials/cells/cell/cell.directive.mjs +3 -3
  452. package/esm2022/lib/components/table/partials/cells/cell/index.mjs +2 -2
  453. package/esm2022/lib/components/table/partials/cells/cell-def/cell-def.directive.mjs +3 -3
  454. package/esm2022/lib/components/table/partials/cells/cell-def/index.mjs +2 -2
  455. package/esm2022/lib/components/table/partials/cells/column-def/column-def.directive.mjs +3 -3
  456. package/esm2022/lib/components/table/partials/cells/column-def/index.mjs +2 -2
  457. package/esm2022/lib/components/table/partials/cells/footer-cell/footer-cell.directive.mjs +3 -3
  458. package/esm2022/lib/components/table/partials/cells/footer-cell/index.mjs +2 -0
  459. package/esm2022/lib/components/table/partials/cells/footer-cell-def/footer-cell-def.directive.mjs +3 -3
  460. package/esm2022/lib/components/table/partials/cells/footer-cell-def/index.mjs +2 -0
  461. package/esm2022/lib/components/table/partials/cells/header-cell/header-cell.directive.mjs +3 -3
  462. package/esm2022/lib/components/table/partials/cells/header-cell/index.mjs +2 -2
  463. package/esm2022/lib/components/table/partials/cells/header-cell-def/header-cell-def.directive.mjs +3 -3
  464. package/esm2022/lib/components/table/partials/cells/header-cell-def/index.mjs +2 -2
  465. package/esm2022/lib/components/table/partials/cells/text-column/index.mjs +2 -0
  466. package/esm2022/lib/components/table/partials/cells/text-column/text-column.component.mjs +3 -3
  467. package/esm2022/lib/components/table/partials/rows/footer-row/footer-row.component.mjs +3 -3
  468. package/esm2022/lib/components/table/partials/rows/footer-row/index.mjs +2 -0
  469. package/esm2022/lib/components/table/partials/rows/footer-row-def/footer-row-def.directive.mjs +3 -3
  470. package/esm2022/lib/components/table/partials/rows/footer-row-def/index.mjs +2 -0
  471. package/esm2022/lib/components/table/partials/rows/header-row/header-row.component.mjs +3 -3
  472. package/esm2022/lib/components/table/partials/rows/header-row/index.mjs +2 -0
  473. package/esm2022/lib/components/table/partials/rows/header-row-def/header-row-def.directive.mjs +3 -3
  474. package/esm2022/lib/components/table/partials/rows/header-row-def/index.mjs +2 -0
  475. package/esm2022/lib/components/table/partials/rows/no-data-row/index.mjs +2 -0
  476. package/esm2022/lib/components/table/partials/rows/no-data-row/no-data-row.directive.mjs +3 -3
  477. package/esm2022/lib/components/table/partials/rows/recycle-rows/index.mjs +2 -0
  478. package/esm2022/lib/components/table/partials/rows/recycle-rows/recycle-rows.directive.mjs +3 -3
  479. package/esm2022/lib/components/table/partials/rows/row/index.mjs +2 -0
  480. package/esm2022/lib/components/table/partials/rows/row/row.component.mjs +3 -3
  481. package/esm2022/lib/components/table/partials/rows/row-def/index.mjs +2 -0
  482. package/esm2022/lib/components/table/partials/rows/row-def/row-def.directive.mjs +3 -3
  483. package/esm2022/lib/components/table/partials/table-busy/index.mjs +2 -0
  484. package/esm2022/lib/components/table/partials/table-busy/table-busy.directive.mjs +3 -3
  485. package/esm2022/lib/components/table/partials/table-busy-outlet/index.mjs +2 -0
  486. package/esm2022/lib/components/table/partials/table-busy-outlet/table-busy-outlet.directive.mjs +3 -3
  487. package/esm2022/lib/components/table/public-api/index.mjs +24 -0
  488. package/esm2022/lib/components/table/table.imports.mjs +19 -3
  489. package/esm2022/lib/components/table/types/index.mjs +2 -2
  490. package/esm2022/lib/components/table/utils/index.mjs +2 -0
  491. package/esm2022/lib/components/table/utils/table-data-source.mjs +3 -3
  492. package/esm2022/lib/components/tabs/animations/index.mjs +2 -2
  493. package/esm2022/lib/components/tabs/components/inline-tabs/index.mjs +2 -0
  494. package/esm2022/lib/components/tabs/components/inline-tabs/inline-tabs.component.mjs +8 -5
  495. package/esm2022/lib/components/tabs/components/nav-tabs/index.mjs +2 -0
  496. package/esm2022/lib/components/tabs/components/nav-tabs/nav-tabs.component.mjs +5 -5
  497. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab/index.mjs +2 -0
  498. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab/inline-tab.component.mjs +3 -3
  499. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body/index.mjs +2 -0
  500. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body/inline-tab-body.component.mjs +3 -3
  501. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body-host/index.mjs +2 -2
  502. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body-host/inline-tab-body-host.directive.mjs +3 -3
  503. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-content/index.mjs +2 -2
  504. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-content/inline-tab-content.directive.mjs +3 -3
  505. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-header/index.mjs +2 -0
  506. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-header/inline-tab-header.component.mjs +5 -5
  507. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label/index.mjs +2 -2
  508. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label/inline-tab-label.directive.mjs +3 -3
  509. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label-wrapper/index.mjs +2 -2
  510. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label-wrapper/inline-tab-label-wrapper.directive.mjs +3 -3
  511. package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tab-link/index.mjs +2 -2
  512. package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tab-link/nav-tab-link.directive.mjs +3 -3
  513. package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tabs-outlet/index.mjs +2 -2
  514. package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tabs-outlet/nav-tabs-outlet.component.mjs +3 -3
  515. package/esm2022/lib/components/tabs/public-api/index.mjs +16 -0
  516. package/esm2022/lib/components/tabs/tab.imports.mjs +12 -3
  517. package/esm2022/lib/components/tabs/types/index.mjs +2 -0
  518. package/esm2022/lib/components/tabs/utils/active-tab-underline.util.mjs +3 -3
  519. package/esm2022/lib/components/tabs/utils/index.mjs +3 -2
  520. package/esm2022/lib/components/tabs/utils/paginated-tab-header.directive.mjs +4 -4
  521. package/esm2022/lib/services/index.mjs +2 -2
  522. package/esm2022/lib/services/swipe-handler.service.mjs +3 -3
  523. package/esm2022/lib/types/index.mjs +2 -2
  524. package/esm2022/lib/utils/index.mjs +2 -0
  525. package/fesm2022/ethlete-cdk.mjs +11978 -11773
  526. package/fesm2022/ethlete-cdk.mjs.map +1 -1
  527. package/index.d.ts +20 -1
  528. package/lib/components/accordion/accordion.imports.d.ts +6 -2
  529. package/lib/components/accordion/components/accordion/accordion.component.d.ts +2 -1
  530. package/lib/components/accordion/components/accordion/index.d.ts +3 -1
  531. package/lib/components/accordion/public-api/index.d.ts +7 -0
  532. package/lib/components/bracket/bracket.imports.d.ts +3 -2
  533. package/lib/components/bracket/constants/bracket.constants.d.ts +1 -1
  534. package/lib/components/bracket/constants/index.d.ts +1 -1
  535. package/lib/components/bracket/directives/bracket-match/index.d.ts +1 -1
  536. package/lib/components/bracket/directives/bracket-round/index.d.ts +1 -1
  537. package/lib/components/bracket/partials/bracket-match/bracket-match.component.d.ts +1 -1
  538. package/lib/components/bracket/partials/bracket-match/index.d.ts +1 -1
  539. package/lib/components/bracket/partials/bracket-round-header/bracket-round-header.component.d.ts +1 -1
  540. package/lib/components/bracket/partials/bracket-round-header/index.d.ts +1 -1
  541. package/lib/components/bracket/public-api/index.d.ts +9 -0
  542. package/lib/components/bracket/types/index.d.ts +2 -1
  543. package/lib/components/bracket/utils/index.d.ts +2 -1
  544. package/lib/components/button/button.imports.d.ts +2 -1
  545. package/lib/components/button/components/button/button.component.d.ts +1 -1
  546. package/lib/components/button/components/query-button/query-button.component.d.ts +1 -1
  547. package/lib/components/button/directives/button/index.d.ts +1 -1
  548. package/lib/components/button/public-api/index.d.ts +5 -0
  549. package/lib/components/filter/filter-overlay/constants/index.d.ts +1 -1
  550. package/lib/components/filter/filter-overlay/filter-overlay.imports.d.ts +5 -2
  551. package/lib/components/filter/filter-overlay/services/filter-overlay.service.d.ts +1 -1
  552. package/lib/components/filter/filter-overlay/services/index.d.ts +1 -1
  553. package/lib/components/filter/filter-overlay/types/filter-overlay-config.types.d.ts +1 -1
  554. package/lib/components/filter/filter-overlay/types/index.d.ts +1 -1
  555. package/lib/components/filter/filter-overlay/utils/filter-overlay-ref.d.ts +1 -1
  556. package/lib/components/filter/filter-overlay/utils/index.d.ts +1 -1
  557. package/lib/components/filter/public-api/index.d.ts +16 -0
  558. package/lib/components/filter/rich-filter/components/rich-filter-host/rich-filter-host.component.d.ts +4 -1
  559. package/lib/components/filter/rich-filter/rich-filter.imports.d.ts +5 -2
  560. package/lib/components/forms/components/checkbox/checkbox.imports.d.ts +5 -3
  561. package/lib/components/forms/components/checkbox/components/checkbox/checkbox.component.d.ts +1 -1
  562. package/lib/components/forms/components/checkbox/directives/checkbox/checkbox.directive.d.ts +1 -1
  563. package/lib/components/forms/components/checkbox/directives/checkbox/index.d.ts +1 -1
  564. package/lib/components/forms/components/checkbox/directives/checkbox-group/index.d.ts +1 -1
  565. package/lib/components/forms/components/checkbox/directives/checkbox-group-control/checkbox-group-control.directive.d.ts +1 -1
  566. package/lib/components/forms/components/input/components/date-input/date-input.component.d.ts +1 -1
  567. package/lib/components/forms/components/input/components/date-time-input/date-time-input.component.d.ts +1 -1
  568. package/lib/components/forms/components/input/components/email-input/email-input.component.d.ts +1 -1
  569. package/lib/components/forms/components/input/components/number-input/number-input.component.d.ts +1 -1
  570. package/lib/components/forms/components/input/components/password-input/password-input.component.d.ts +1 -1
  571. package/lib/components/forms/components/input/components/search-input/search-input.component.d.ts +1 -1
  572. package/lib/components/forms/components/input/components/text-input/text-input.component.d.ts +1 -1
  573. package/lib/components/forms/components/input/directives/date-input/date-input.directive.d.ts +1 -1
  574. package/lib/components/forms/components/input/directives/date-time-input/date-time-input.directive.d.ts +1 -1
  575. package/lib/components/forms/components/input/directives/email-input/email-input.directive.d.ts +1 -1
  576. package/lib/components/forms/components/input/directives/if-supports-show-picker/if-supports-show-picker.directive.d.ts +1 -1
  577. package/lib/components/forms/components/input/directives/number-input/number-input.directive.d.ts +1 -1
  578. package/lib/components/forms/components/input/directives/password-input/password-input.directive.d.ts +1 -1
  579. package/lib/components/forms/components/input/directives/search-input/search-input.directive.d.ts +1 -1
  580. package/lib/components/forms/components/input/directives/show-picker-trigger/show-picker-trigger.directive.d.ts +1 -1
  581. package/lib/components/forms/components/input/directives/text-input/text-input.directive.d.ts +1 -1
  582. package/lib/components/forms/components/input/directives/textarea-input/index.d.ts +1 -1
  583. package/lib/components/forms/components/input/directives/textarea-input/textarea-input.directive.d.ts +1 -1
  584. package/lib/components/forms/components/input/input.imports.d.ts +18 -5
  585. package/lib/components/forms/components/input/partials/password-input-toggle/password-input-toggle.component.d.ts +2 -2
  586. package/lib/components/forms/components/input/partials/search-input-clear/search-input-clear.component.d.ts +2 -2
  587. package/lib/components/forms/components/label/label.imports.d.ts +2 -2
  588. package/lib/components/forms/components/radio/components/radio/radio.component.d.ts +2 -2
  589. package/lib/components/forms/components/radio/directives/radio/index.d.ts +1 -1
  590. package/lib/components/forms/components/radio/directives/radio/radio.directive.d.ts +1 -1
  591. package/lib/components/forms/components/radio/radio.imports.d.ts +4 -2
  592. package/lib/components/forms/components/radio/types/index.d.ts +1 -1
  593. package/lib/components/forms/components/segmented-button/components/segmented-button/index.d.ts +1 -1
  594. package/lib/components/forms/components/segmented-button/components/segmented-button/segmented-button.component.d.ts +2 -2
  595. package/lib/components/forms/components/segmented-button/components/segmented-button-field/index.d.ts +1 -1
  596. package/lib/components/forms/components/segmented-button/components/segmented-button-group/index.d.ts +1 -1
  597. package/lib/components/forms/components/segmented-button/directives/segmented-button/index.d.ts +1 -1
  598. package/lib/components/forms/components/segmented-button/directives/segmented-button/segmented-button.directive.d.ts +1 -1
  599. package/lib/components/forms/components/segmented-button/segmented-button.imports.d.ts +3 -1
  600. package/lib/components/forms/components/select/components/combobox/combobox.imports.d.ts +9 -4
  601. package/lib/components/forms/components/select/components/combobox/components/combobox/combobox.component.d.ts +1 -1
  602. package/lib/components/forms/components/select/components/combobox/constants/index.d.ts +1 -1
  603. package/lib/components/forms/components/select/components/combobox/directives/combobox/combobox.directive.d.ts +1 -1
  604. package/lib/components/forms/components/select/components/combobox/directives/combobox-body-empty-template/index.d.ts +1 -1
  605. package/lib/components/forms/components/select/components/combobox/directives/combobox-body-error-template/index.d.ts +1 -1
  606. package/lib/components/forms/components/select/components/combobox/directives/combobox-body-loading-template/index.d.ts +1 -1
  607. package/lib/components/forms/components/select/components/combobox/directives/combobox-body-more-items-hint-template/index.d.ts +1 -1
  608. package/lib/components/forms/components/select/components/combobox/directives/combobox-option-template/index.d.ts +1 -1
  609. package/lib/components/forms/components/select/components/combobox/directives/combobox-selected-option-template/index.d.ts +1 -1
  610. package/lib/components/forms/components/select/components/combobox/partials/combobox-body/combobox-body.component.d.ts +2 -2
  611. package/lib/components/forms/components/select/components/combobox/partials/combobox-option/combobox-option.component.d.ts +2 -2
  612. package/lib/components/forms/components/select/components/combobox/partials/combobox-option/index.d.ts +1 -1
  613. package/lib/components/forms/components/select/components/combobox/types/index.d.ts +1 -1
  614. package/lib/components/forms/components/select/components/native-select/components/native-select/native-select.component.d.ts +1 -1
  615. package/lib/components/forms/components/select/components/native-select/directives/native-select-input/native-select-input.directive.d.ts +2 -2
  616. package/lib/components/forms/components/select/components/native-select/directives/native-select-option/index.d.ts +1 -1
  617. package/lib/components/forms/components/select/components/native-select/native-select.imports.d.ts +7 -5
  618. package/lib/components/forms/components/select/components/native-select/partials/native-select-option/native-select-option.component.d.ts +1 -1
  619. package/lib/components/forms/components/select/components/native-select/types/index.d.ts +1 -1
  620. package/lib/components/forms/components/select/components/select/components/select/select.component.d.ts +2 -2
  621. package/lib/components/forms/components/select/components/select/directives/select/index.d.ts +1 -1
  622. package/lib/components/forms/components/select/components/select/directives/select/select.directive.d.ts +1 -1
  623. package/lib/components/forms/components/select/components/select/directives/select-body/index.d.ts +1 -1
  624. package/lib/components/forms/components/select/components/select/directives/select-option/index.d.ts +1 -1
  625. package/lib/components/forms/components/select/components/select/partials/select-body/select-body.component.d.ts +1 -1
  626. package/lib/components/forms/components/select/components/select/partials/select-option/select-option.component.d.ts +1 -1
  627. package/lib/components/forms/components/select/components/select/select.imports.d.ts +5 -4
  628. package/lib/components/forms/components/select/components/select-field/index.d.ts +1 -1
  629. package/lib/components/forms/components/selection-list/directives/selection-list-field/index.d.ts +1 -1
  630. package/lib/components/forms/components/selection-list/directives/selection-list-field/selection-list-field.directive.d.ts +1 -1
  631. package/lib/components/forms/components/selection-list/directives/selection-list-option/index.d.ts +1 -1
  632. package/lib/components/forms/components/selection-list/directives/selection-list-option/selection-list-option.directive.d.ts +1 -1
  633. package/lib/components/forms/components/selection-list/selection-list.imports.d.ts +2 -1
  634. package/lib/components/forms/components/slide-toggle/components/slide-toggle/slide-toggle.component.d.ts +1 -1
  635. package/lib/components/forms/components/slide-toggle/directives/slide-toggle/slide-toggle.directive.d.ts +1 -1
  636. package/lib/components/forms/components/slide-toggle/slide-toggle.imports.d.ts +3 -2
  637. package/lib/components/forms/components/slider/components/slider/slider.component.d.ts +1 -1
  638. package/lib/components/forms/components/slider/slider.imports.d.ts +3 -2
  639. package/lib/components/forms/directives/expose-input-vars/index.d.ts +1 -1
  640. package/lib/components/forms/directives/input/index.d.ts +1 -1
  641. package/lib/components/forms/directives/input/input.directive.d.ts +6 -6
  642. package/lib/components/forms/directives/native-input-ref/index.d.ts +1 -1
  643. package/lib/components/forms/public-api/index.d.ts +106 -0
  644. package/lib/components/forms/services/index.d.ts +4 -1
  645. package/lib/components/forms/services/input-state.service.d.ts +1 -1
  646. package/lib/components/forms/types/index.d.ts +1 -1
  647. package/lib/components/forms/utils/decorated-input.base.d.ts +2 -1
  648. package/lib/components/forms/utils/index.d.ts +3 -1
  649. package/lib/components/forms/utils/input.base.d.ts +2 -2
  650. package/lib/components/icons/chevron-icon/index.d.ts +1 -1
  651. package/lib/components/icons/public-api/index.d.ts +2 -0
  652. package/lib/components/masonry/masonry.imports.d.ts +2 -2
  653. package/lib/components/masonry/public-api/index.d.ts +4 -0
  654. package/lib/components/overlay/components/bottom-sheet/bottom-sheet.imports.d.ts +5 -4
  655. package/lib/components/overlay/components/bottom-sheet/components/bottom-sheet-container/bottom-sheet-container.component.d.ts +1 -1
  656. package/lib/components/overlay/components/bottom-sheet/constants/index.d.ts +1 -1
  657. package/lib/components/overlay/components/bottom-sheet/services/bottom-sheet-base.service.d.ts +1 -1
  658. package/lib/components/overlay/components/bottom-sheet/services/bottom-sheet.service.d.ts +1 -1
  659. package/lib/components/overlay/components/bottom-sheet/services/index.d.ts +3 -1
  660. package/lib/components/overlay/components/bottom-sheet/types/index.d.ts +1 -1
  661. package/lib/components/overlay/components/bottom-sheet/utils/bottom-sheet-ref.d.ts +1 -1
  662. package/lib/components/overlay/components/bottom-sheet/utils/index.d.ts +3 -1
  663. package/lib/components/overlay/components/dialog/components/dialog-container/dialog-container.component.d.ts +1 -1
  664. package/lib/components/overlay/components/dialog/constants/index.d.ts +1 -1
  665. package/lib/components/overlay/components/dialog/dialog.imports.d.ts +3 -2
  666. package/lib/components/overlay/components/dialog/services/dialog-base.service.d.ts +1 -1
  667. package/lib/components/overlay/components/dialog/services/dialog.service.d.ts +1 -1
  668. package/lib/components/overlay/components/dialog/services/index.d.ts +2 -1
  669. package/lib/components/overlay/components/dialog/types/index.d.ts +1 -1
  670. package/lib/components/overlay/components/dialog/utils/dialog-ref.d.ts +1 -1
  671. package/lib/components/overlay/components/dialog/utils/index.d.ts +3 -1
  672. package/lib/components/overlay/components/menu/components/menu/menu.component.d.ts +1 -1
  673. package/lib/components/overlay/components/menu/components/menu-checkbox-item/index.d.ts +1 -0
  674. package/lib/components/overlay/components/menu/components/menu-checkbox-item/menu-checkbox-item.component.d.ts +27 -0
  675. package/lib/components/overlay/components/menu/components/menu-container/menu-container.component.d.ts +1 -1
  676. package/lib/components/overlay/components/menu/components/menu-radio-item/index.d.ts +1 -0
  677. package/lib/components/overlay/components/menu/components/menu-radio-item/menu-radio-item.component.d.ts +25 -0
  678. package/lib/components/overlay/components/menu/directives/menu-checkbox-group/index.d.ts +1 -0
  679. package/lib/components/overlay/components/menu/directives/menu-checkbox-group/menu-checkbox-group.directive.d.ts +9 -0
  680. package/lib/components/overlay/components/menu/directives/menu-group/index.d.ts +1 -1
  681. package/lib/components/overlay/components/menu/directives/menu-group-title/index.d.ts +1 -1
  682. package/lib/components/overlay/components/menu/directives/menu-radio-group/index.d.ts +1 -0
  683. package/lib/components/overlay/components/menu/directives/menu-radio-group/menu-radio-group.directive.d.ts +12 -0
  684. package/lib/components/overlay/components/menu/directives/menu-trigger/index.d.ts +1 -1
  685. package/lib/components/overlay/components/menu/directives/menu-trigger/menu-trigger.directive.d.ts +2 -1
  686. package/lib/components/overlay/components/menu/menu.imports.d.ts +10 -3
  687. package/lib/components/overlay/components/overlay/constants/index.d.ts +1 -1
  688. package/lib/components/overlay/components/overlay/overlay.imports.d.ts +11 -7
  689. package/lib/components/overlay/components/overlay/services/index.d.ts +1 -1
  690. package/lib/components/overlay/components/overlay/types/index.d.ts +1 -1
  691. package/lib/components/overlay/components/overlay/utils/index.d.ts +4 -1
  692. package/lib/components/overlay/components/overlay/utils/overlay-ref.d.ts +1 -1
  693. package/lib/components/overlay/components/toggletip/components/toggletip/toggletip.component.d.ts +1 -1
  694. package/lib/components/overlay/components/toggletip/constants/index.d.ts +1 -1
  695. package/lib/components/overlay/components/toggletip/directives/toggletip/toggletip.directive.d.ts +1 -1
  696. package/lib/components/overlay/components/toggletip/partials/toggletip-close/index.d.ts +1 -0
  697. package/lib/components/overlay/components/toggletip/partials/toggletip-close/toggletip-close.directive.d.ts +7 -0
  698. package/lib/components/overlay/components/toggletip/toggletip.imports.d.ts +1 -1
  699. package/lib/components/overlay/components/toggletip/types/index.d.ts +1 -1
  700. package/lib/components/overlay/components/toggletip/utils/index.d.ts +2 -1
  701. package/lib/components/overlay/components/tooltip/components/tooltip/tooltip.component.d.ts +1 -1
  702. package/lib/components/overlay/components/tooltip/constants/index.d.ts +1 -1
  703. package/lib/components/overlay/components/tooltip/tooltip.imports.d.ts +1 -1
  704. package/lib/components/overlay/components/tooltip/types/index.d.ts +1 -1
  705. package/lib/components/overlay/components/tooltip/utils/index.d.ts +2 -1
  706. package/lib/components/overlay/directives/overlay-close-auto-blocker/index.d.ts +1 -1
  707. package/lib/components/overlay/public-api/index.d.ts +59 -0
  708. package/lib/components/overlay/types/dynamic-overlay.types.d.ts +4 -1
  709. package/lib/components/overlay/types/index.d.ts +1 -1
  710. package/lib/components/pagination/pagination.imports.d.ts +1 -1
  711. package/lib/components/pagination/public-api/index.d.ts +6 -0
  712. package/lib/components/pagination/services/index.d.ts +1 -1
  713. package/lib/components/pagination/types/index.d.ts +1 -1
  714. package/lib/components/pagination/utils/index.d.ts +1 -1
  715. package/lib/components/picture/public-api/index.d.ts +2 -0
  716. package/lib/components/query-error/components/query-error/query-error.component.d.ts +1 -1
  717. package/lib/components/query-error/public-api/index.d.ts +3 -0
  718. package/lib/components/query-error/types/index.d.ts +1 -1
  719. package/lib/components/scrollable/components/scrollable/scrollable.component.d.ts +10 -1
  720. package/lib/components/scrollable/public-api/index.d.ts +5 -0
  721. package/lib/components/scrollable/scrollable.imports.d.ts +3 -2
  722. package/lib/components/scrollable/types/index.d.ts +1 -1
  723. package/lib/components/skeleton/public-api/index.d.ts +3 -0
  724. package/lib/components/skeleton/skeleton.imports.d.ts +2 -2
  725. package/lib/components/sort/components/sort-header/sort-header.component.d.ts +1 -1
  726. package/lib/components/sort/public-api/index.d.ts +5 -0
  727. package/lib/components/sort/services/index.d.ts +1 -1
  728. package/lib/components/sort/sort.imports.d.ts +2 -2
  729. package/lib/components/sort/types/index.d.ts +1 -1
  730. package/lib/components/table/components/table/table.component.d.ts +2 -1
  731. package/lib/components/table/constants/index.d.ts +1 -1
  732. package/lib/components/table/partials/cells/cell/index.d.ts +1 -1
  733. package/lib/components/table/partials/cells/cell-def/index.d.ts +1 -1
  734. package/lib/components/table/partials/cells/column-def/index.d.ts +1 -1
  735. package/lib/components/table/partials/cells/header-cell/index.d.ts +1 -1
  736. package/lib/components/table/partials/cells/header-cell-def/index.d.ts +1 -1
  737. package/lib/components/table/public-api/index.d.ts +23 -0
  738. package/lib/components/table/table.imports.d.ts +18 -2
  739. package/lib/components/table/types/index.d.ts +1 -1
  740. package/lib/components/table/utils/table-data-source.d.ts +2 -2
  741. package/lib/components/tabs/animations/index.d.ts +1 -1
  742. package/lib/components/tabs/components/inline-tabs/inline-tabs.component.d.ts +1 -1
  743. package/lib/components/tabs/components/nav-tabs/nav-tabs.component.d.ts +1 -1
  744. package/lib/components/tabs/partials/inline-tabs/inline-tab-body-host/index.d.ts +1 -1
  745. package/lib/components/tabs/partials/inline-tabs/inline-tab-content/index.d.ts +1 -1
  746. package/lib/components/tabs/partials/inline-tabs/inline-tab-header/inline-tab-header.component.d.ts +1 -1
  747. package/lib/components/tabs/partials/inline-tabs/inline-tab-label/index.d.ts +1 -1
  748. package/lib/components/tabs/partials/inline-tabs/inline-tab-label-wrapper/index.d.ts +1 -1
  749. package/lib/components/tabs/partials/nav-tabs/nav-tab-link/index.d.ts +1 -1
  750. package/lib/components/tabs/partials/nav-tabs/nav-tabs-outlet/index.d.ts +1 -1
  751. package/lib/components/tabs/public-api/index.d.ts +15 -0
  752. package/lib/components/tabs/tab.imports.d.ts +11 -2
  753. package/lib/components/tabs/utils/index.d.ts +2 -1
  754. package/lib/components/tabs/utils/paginated-tab-header.directive.d.ts +1 -1
  755. package/lib/services/index.d.ts +1 -1
  756. package/lib/types/index.d.ts +1 -1
  757. package/package.json +7 -7
  758. package/esm2022/lib/components/accordion/components/accordion/public-api.mjs +0 -4
  759. package/esm2022/lib/components/accordion/components/accordion-group/public-api.mjs +0 -2
  760. package/esm2022/lib/components/accordion/components/index.mjs +0 -2
  761. package/esm2022/lib/components/accordion/components/public-api.mjs +0 -3
  762. package/esm2022/lib/components/accordion/partials/accordion-hint/public-api.mjs +0 -2
  763. package/esm2022/lib/components/accordion/partials/accordion-hint-wrapper/public-api.mjs +0 -3
  764. package/esm2022/lib/components/accordion/partials/accordion-label/public-api.mjs +0 -2
  765. package/esm2022/lib/components/accordion/partials/accordion-label-wrapper/public-api.mjs +0 -3
  766. package/esm2022/lib/components/accordion/partials/index.mjs +0 -2
  767. package/esm2022/lib/components/accordion/partials/public-api.mjs +0 -5
  768. package/esm2022/lib/components/accordion/public-api.mjs +0 -4
  769. package/esm2022/lib/components/bracket/components/bracket/public-api.mjs +0 -3
  770. package/esm2022/lib/components/bracket/components/index.mjs +0 -2
  771. package/esm2022/lib/components/bracket/components/public-api.mjs +0 -2
  772. package/esm2022/lib/components/bracket/constants/public-api.mjs +0 -2
  773. package/esm2022/lib/components/bracket/directives/bracket-match/public-api.mjs +0 -2
  774. package/esm2022/lib/components/bracket/directives/bracket-round/public-api.mjs +0 -2
  775. package/esm2022/lib/components/bracket/directives/index.mjs +0 -2
  776. package/esm2022/lib/components/bracket/directives/public-api.mjs +0 -3
  777. package/esm2022/lib/components/bracket/partials/bracket-match/public-api.mjs +0 -2
  778. package/esm2022/lib/components/bracket/partials/bracket-round-header/public-api.mjs +0 -2
  779. package/esm2022/lib/components/bracket/partials/index.mjs +0 -2
  780. package/esm2022/lib/components/bracket/partials/public-api.mjs +0 -3
  781. package/esm2022/lib/components/bracket/public-api.mjs +0 -8
  782. package/esm2022/lib/components/bracket/types/public-api.mjs +0 -3
  783. package/esm2022/lib/components/bracket/utils/public-api.mjs +0 -3
  784. package/esm2022/lib/components/button/components/button/public-api.mjs +0 -2
  785. package/esm2022/lib/components/button/components/index.mjs +0 -2
  786. package/esm2022/lib/components/button/components/public-api.mjs +0 -3
  787. package/esm2022/lib/components/button/components/query-button/public-api.mjs +0 -2
  788. package/esm2022/lib/components/button/directives/button/public-api.mjs +0 -2
  789. package/esm2022/lib/components/button/directives/index.mjs +0 -2
  790. package/esm2022/lib/components/button/directives/public-api.mjs +0 -3
  791. package/esm2022/lib/components/button/directives/query-button/public-api.mjs +0 -2
  792. package/esm2022/lib/components/button/public-api.mjs +0 -4
  793. package/esm2022/lib/components/filter/filter-overlay/components/filter-overlay-page-outlet/public-api.mjs +0 -2
  794. package/esm2022/lib/components/filter/filter-overlay/components/index.mjs +0 -2
  795. package/esm2022/lib/components/filter/filter-overlay/components/public-api.mjs +0 -2
  796. package/esm2022/lib/components/filter/filter-overlay/constants/public-api.mjs +0 -2
  797. package/esm2022/lib/components/filter/filter-overlay/directives/filter-overlay-back-or-close/public-api.mjs +0 -2
  798. package/esm2022/lib/components/filter/filter-overlay/directives/filter-overlay-link/public-api.mjs +0 -2
  799. package/esm2022/lib/components/filter/filter-overlay/directives/filter-overlay-reset/public-api.mjs +0 -2
  800. package/esm2022/lib/components/filter/filter-overlay/directives/filter-overlay-submit/public-api.mjs +0 -2
  801. package/esm2022/lib/components/filter/filter-overlay/directives/index.mjs +0 -2
  802. package/esm2022/lib/components/filter/filter-overlay/directives/public-api.mjs +0 -5
  803. package/esm2022/lib/components/filter/filter-overlay/public-api.mjs +0 -8
  804. package/esm2022/lib/components/filter/filter-overlay/services/public-api.mjs +0 -2
  805. package/esm2022/lib/components/filter/filter-overlay/types/public-api.mjs +0 -2
  806. package/esm2022/lib/components/filter/filter-overlay/utils/public-api.mjs +0 -2
  807. package/esm2022/lib/components/filter/public-api.mjs +0 -3
  808. package/esm2022/lib/components/filter/rich-filter/components/index.mjs +0 -2
  809. package/esm2022/lib/components/filter/rich-filter/components/public-api.mjs +0 -2
  810. package/esm2022/lib/components/filter/rich-filter/components/rich-filter-host/public-api.mjs +0 -2
  811. package/esm2022/lib/components/filter/rich-filter/directives/index.mjs +0 -2
  812. package/esm2022/lib/components/filter/rich-filter/directives/public-api.mjs +0 -5
  813. package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-button/public-api.mjs +0 -2
  814. package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-button-slot/public-api.mjs +0 -2
  815. package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-content/public-api.mjs +0 -2
  816. package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-top/public-api.mjs +0 -2
  817. package/esm2022/lib/components/filter/rich-filter/public-api.mjs +0 -4
  818. package/esm2022/lib/components/forms/components/checkbox/components/checkbox/public-api.mjs +0 -2
  819. package/esm2022/lib/components/forms/components/checkbox/components/checkbox-field/public-api.mjs +0 -2
  820. package/esm2022/lib/components/forms/components/checkbox/components/checkbox-group/public-api.mjs +0 -2
  821. package/esm2022/lib/components/forms/components/checkbox/components/index.mjs +0 -2
  822. package/esm2022/lib/components/forms/components/checkbox/components/public-api.mjs +0 -4
  823. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox/public-api.mjs +0 -2
  824. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-field/public-api.mjs +0 -2
  825. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-group/public-api.mjs +0 -2
  826. package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-group-control/public-api.mjs +0 -2
  827. package/esm2022/lib/components/forms/components/checkbox/directives/index.mjs +0 -2
  828. package/esm2022/lib/components/forms/components/checkbox/directives/public-api.mjs +0 -5
  829. package/esm2022/lib/components/forms/components/checkbox/public-api.mjs +0 -4
  830. package/esm2022/lib/components/forms/components/error/components/error/public-api.mjs +0 -2
  831. package/esm2022/lib/components/forms/components/error/components/public-api.mjs +0 -2
  832. package/esm2022/lib/components/forms/components/error/index.mjs +0 -2
  833. package/esm2022/lib/components/forms/components/error/public-api.mjs +0 -2
  834. package/esm2022/lib/components/forms/components/index.mjs +0 -2
  835. package/esm2022/lib/components/forms/components/input/components/date-input/public-api.mjs +0 -2
  836. package/esm2022/lib/components/forms/components/input/components/date-time-input/public-api.mjs +0 -2
  837. package/esm2022/lib/components/forms/components/input/components/email-input/public-api.mjs +0 -2
  838. package/esm2022/lib/components/forms/components/input/components/index.mjs +0 -2
  839. package/esm2022/lib/components/forms/components/input/components/input-field/public-api.mjs +0 -2
  840. package/esm2022/lib/components/forms/components/input/components/number-input/public-api.mjs +0 -2
  841. package/esm2022/lib/components/forms/components/input/components/password-input/public-api.mjs +0 -2
  842. package/esm2022/lib/components/forms/components/input/components/public-api.mjs +0 -10
  843. package/esm2022/lib/components/forms/components/input/components/search-input/public-api.mjs +0 -2
  844. package/esm2022/lib/components/forms/components/input/components/text-input/public-api.mjs +0 -2
  845. package/esm2022/lib/components/forms/components/input/components/textarea-input/public-api.mjs +0 -2
  846. package/esm2022/lib/components/forms/components/input/directives/autosize-textarea/public-api.mjs +0 -2
  847. package/esm2022/lib/components/forms/components/input/directives/date-input/public-api.mjs +0 -2
  848. package/esm2022/lib/components/forms/components/input/directives/date-time-input/public-api.mjs +0 -2
  849. package/esm2022/lib/components/forms/components/input/directives/email-input/public-api.mjs +0 -2
  850. package/esm2022/lib/components/forms/components/input/directives/if-supports-show-picker/public-api.mjs +0 -2
  851. package/esm2022/lib/components/forms/components/input/directives/index.mjs +0 -2
  852. package/esm2022/lib/components/forms/components/input/directives/number-input/public-api.mjs +0 -2
  853. package/esm2022/lib/components/forms/components/input/directives/password-input/public-api.mjs +0 -2
  854. package/esm2022/lib/components/forms/components/input/directives/public-api.mjs +0 -12
  855. package/esm2022/lib/components/forms/components/input/directives/search-input/public-api.mjs +0 -2
  856. package/esm2022/lib/components/forms/components/input/directives/show-picker-trigger/public-api.mjs +0 -2
  857. package/esm2022/lib/components/forms/components/input/directives/text-input/public-api.mjs +0 -2
  858. package/esm2022/lib/components/forms/components/input/directives/textarea-input/public-api.mjs +0 -2
  859. package/esm2022/lib/components/forms/components/input/partials/index.mjs +0 -2
  860. package/esm2022/lib/components/forms/components/input/partials/password-input-toggle/public-api.mjs +0 -2
  861. package/esm2022/lib/components/forms/components/input/partials/public-api.mjs +0 -3
  862. package/esm2022/lib/components/forms/components/input/partials/search-input-clear/public-api.mjs +0 -2
  863. package/esm2022/lib/components/forms/components/input/public-api.mjs +0 -5
  864. package/esm2022/lib/components/forms/components/label/components/index.mjs +0 -2
  865. package/esm2022/lib/components/forms/components/label/components/label/public-api.mjs +0 -2
  866. package/esm2022/lib/components/forms/components/label/components/public-api.mjs +0 -2
  867. package/esm2022/lib/components/forms/components/label/directives/index.mjs +0 -2
  868. package/esm2022/lib/components/forms/components/label/directives/label-suffix/public-api.mjs +0 -2
  869. package/esm2022/lib/components/forms/components/label/directives/public-api.mjs +0 -2
  870. package/esm2022/lib/components/forms/components/label/index.mjs +0 -2
  871. package/esm2022/lib/components/forms/components/label/public-api.mjs +0 -4
  872. package/esm2022/lib/components/forms/components/public-api.mjs +0 -11
  873. package/esm2022/lib/components/forms/components/radio/components/index.mjs +0 -2
  874. package/esm2022/lib/components/forms/components/radio/components/public-api.mjs +0 -4
  875. package/esm2022/lib/components/forms/components/radio/components/radio/public-api.mjs +0 -2
  876. package/esm2022/lib/components/forms/components/radio/components/radio-field/public-api.mjs +0 -2
  877. package/esm2022/lib/components/forms/components/radio/components/radio-group/public-api.mjs +0 -2
  878. package/esm2022/lib/components/forms/components/radio/directives/index.mjs +0 -2
  879. package/esm2022/lib/components/forms/components/radio/directives/public-api.mjs +0 -4
  880. package/esm2022/lib/components/forms/components/radio/directives/radio/public-api.mjs +0 -2
  881. package/esm2022/lib/components/forms/components/radio/directives/radio-field/public-api.mjs +0 -2
  882. package/esm2022/lib/components/forms/components/radio/directives/radio-group/public-api.mjs +0 -2
  883. package/esm2022/lib/components/forms/components/radio/public-api.mjs +0 -5
  884. package/esm2022/lib/components/forms/components/radio/types/public-api.mjs +0 -2
  885. package/esm2022/lib/components/forms/components/segmented-button/components/index.mjs +0 -2
  886. package/esm2022/lib/components/forms/components/segmented-button/components/public-api.mjs +0 -4
  887. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button/public-api.mjs +0 -2
  888. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-field/public-api.mjs +0 -2
  889. package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-group/public-api.mjs +0 -2
  890. package/esm2022/lib/components/forms/components/segmented-button/directives/index.mjs +0 -2
  891. package/esm2022/lib/components/forms/components/segmented-button/directives/public-api.mjs +0 -4
  892. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button/public-api.mjs +0 -2
  893. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button-field/public-api.mjs +0 -2
  894. package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button-group/public-api.mjs +0 -2
  895. package/esm2022/lib/components/forms/components/segmented-button/public-api.mjs +0 -4
  896. package/esm2022/lib/components/forms/components/select/components/combobox/components/combobox/public-api.mjs +0 -2
  897. package/esm2022/lib/components/forms/components/select/components/combobox/components/index.mjs +0 -2
  898. package/esm2022/lib/components/forms/components/select/components/combobox/components/public-api.mjs +0 -2
  899. package/esm2022/lib/components/forms/components/select/components/combobox/constants/public-api.mjs +0 -2
  900. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox/public-api.mjs +0 -2
  901. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-empty-template/public-api.mjs +0 -2
  902. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-error-template/public-api.mjs +0 -2
  903. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-loading-template/public-api.mjs +0 -2
  904. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-more-items-hint-template/public-api.mjs +0 -2
  905. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-option-template/public-api.mjs +0 -2
  906. package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-selected-option-template/public-api.mjs +0 -2
  907. package/esm2022/lib/components/forms/components/select/components/combobox/directives/index.mjs +0 -2
  908. package/esm2022/lib/components/forms/components/select/components/combobox/directives/public-api.mjs +0 -8
  909. package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-body/public-api.mjs +0 -2
  910. package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-option/public-api.mjs +0 -2
  911. package/esm2022/lib/components/forms/components/select/components/combobox/partials/index.mjs +0 -2
  912. package/esm2022/lib/components/forms/components/select/components/combobox/partials/public-api.mjs +0 -3
  913. package/esm2022/lib/components/forms/components/select/components/combobox/public-api.mjs +0 -7
  914. package/esm2022/lib/components/forms/components/select/components/combobox/types/public-api.mjs +0 -2
  915. package/esm2022/lib/components/forms/components/select/components/combobox/utils/public-api.mjs +0 -2
  916. package/esm2022/lib/components/forms/components/select/components/index.mjs +0 -2
  917. package/esm2022/lib/components/forms/components/select/components/native-select/components/index.mjs +0 -2
  918. package/esm2022/lib/components/forms/components/select/components/native-select/components/native-select/public-api.mjs +0 -2
  919. package/esm2022/lib/components/forms/components/select/components/native-select/components/public-api.mjs +0 -2
  920. package/esm2022/lib/components/forms/components/select/components/native-select/directives/index.mjs +0 -2
  921. package/esm2022/lib/components/forms/components/select/components/native-select/directives/native-select-input/public-api.mjs +0 -2
  922. package/esm2022/lib/components/forms/components/select/components/native-select/directives/native-select-option/public-api.mjs +0 -2
  923. package/esm2022/lib/components/forms/components/select/components/native-select/directives/public-api.mjs +0 -3
  924. package/esm2022/lib/components/forms/components/select/components/native-select/partials/index.mjs +0 -2
  925. package/esm2022/lib/components/forms/components/select/components/native-select/partials/native-select-option/public-api.mjs +0 -2
  926. package/esm2022/lib/components/forms/components/select/components/native-select/partials/public-api.mjs +0 -2
  927. package/esm2022/lib/components/forms/components/select/components/native-select/public-api.mjs +0 -6
  928. package/esm2022/lib/components/forms/components/select/components/native-select/types/public-api.mjs +0 -2
  929. package/esm2022/lib/components/forms/components/select/components/public-api.mjs +0 -5
  930. package/esm2022/lib/components/forms/components/select/components/select/components/index.mjs +0 -2
  931. package/esm2022/lib/components/forms/components/select/components/select/components/public-api.mjs +0 -2
  932. package/esm2022/lib/components/forms/components/select/components/select/components/select/public-api.mjs +0 -2
  933. package/esm2022/lib/components/forms/components/select/components/select/directives/index.mjs +0 -2
  934. package/esm2022/lib/components/forms/components/select/components/select/directives/public-api.mjs +0 -4
  935. package/esm2022/lib/components/forms/components/select/components/select/directives/select/public-api.mjs +0 -2
  936. package/esm2022/lib/components/forms/components/select/components/select/directives/select-body/public-api.mjs +0 -2
  937. package/esm2022/lib/components/forms/components/select/components/select/directives/select-option/public-api.mjs +0 -2
  938. package/esm2022/lib/components/forms/components/select/components/select/partials/index.mjs +0 -2
  939. package/esm2022/lib/components/forms/components/select/components/select/partials/public-api.mjs +0 -3
  940. package/esm2022/lib/components/forms/components/select/components/select/partials/select-body/public-api.mjs +0 -2
  941. package/esm2022/lib/components/forms/components/select/components/select/partials/select-option/public-api.mjs +0 -2
  942. package/esm2022/lib/components/forms/components/select/components/select/public-api.mjs +0 -5
  943. package/esm2022/lib/components/forms/components/select/components/select-field/public-api.mjs +0 -2
  944. package/esm2022/lib/components/forms/components/select/directives/index.mjs +0 -2
  945. package/esm2022/lib/components/forms/components/select/directives/public-api.mjs +0 -2
  946. package/esm2022/lib/components/forms/components/select/directives/select-field/public-api.mjs +0 -2
  947. package/esm2022/lib/components/forms/components/select/public-api.mjs +0 -3
  948. package/esm2022/lib/components/forms/components/selection-list/components/index.mjs +0 -2
  949. package/esm2022/lib/components/forms/components/selection-list/components/public-api.mjs +0 -3
  950. package/esm2022/lib/components/forms/components/selection-list/components/selection-list-field/public-api.mjs +0 -2
  951. package/esm2022/lib/components/forms/components/selection-list/components/selection-list-option/public-api.mjs +0 -2
  952. package/esm2022/lib/components/forms/components/selection-list/directives/index.mjs +0 -2
  953. package/esm2022/lib/components/forms/components/selection-list/directives/public-api.mjs +0 -3
  954. package/esm2022/lib/components/forms/components/selection-list/directives/selection-list-field/public-api.mjs +0 -2
  955. package/esm2022/lib/components/forms/components/selection-list/directives/selection-list-option/public-api.mjs +0 -2
  956. package/esm2022/lib/components/forms/components/selection-list/public-api.mjs +0 -4
  957. package/esm2022/lib/components/forms/components/slide-toggle/components/index.mjs +0 -2
  958. package/esm2022/lib/components/forms/components/slide-toggle/components/public-api.mjs +0 -3
  959. package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle/public-api.mjs +0 -2
  960. package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle-field/public-api.mjs +0 -2
  961. package/esm2022/lib/components/forms/components/slide-toggle/directives/index.mjs +0 -2
  962. package/esm2022/lib/components/forms/components/slide-toggle/directives/public-api.mjs +0 -2
  963. package/esm2022/lib/components/forms/components/slide-toggle/directives/slide-toggle/public-api.mjs +0 -2
  964. package/esm2022/lib/components/forms/components/slide-toggle/public-api.mjs +0 -4
  965. package/esm2022/lib/components/forms/components/slider/components/index.mjs +0 -2
  966. package/esm2022/lib/components/forms/components/slider/components/public-api.mjs +0 -3
  967. package/esm2022/lib/components/forms/components/slider/components/slider/public-api.mjs +0 -2
  968. package/esm2022/lib/components/forms/components/slider/components/slider-field/public-api.mjs +0 -2
  969. package/esm2022/lib/components/forms/components/slider/public-api.mjs +0 -3
  970. package/esm2022/lib/components/forms/directives/dynamic-form-field/public-api.mjs +0 -2
  971. package/esm2022/lib/components/forms/directives/dynamic-form-group/public-api.mjs +0 -2
  972. package/esm2022/lib/components/forms/directives/expose-input-vars/public-api.mjs +0 -2
  973. package/esm2022/lib/components/forms/directives/if-input-empty/public-api.mjs +0 -2
  974. package/esm2022/lib/components/forms/directives/if-input-filled/public-api.mjs +0 -2
  975. package/esm2022/lib/components/forms/directives/index.mjs +0 -2
  976. package/esm2022/lib/components/forms/directives/input/public-api.mjs +0 -2
  977. package/esm2022/lib/components/forms/directives/input-prefix/public-api.mjs +0 -2
  978. package/esm2022/lib/components/forms/directives/input-suffix/public-api.mjs +0 -2
  979. package/esm2022/lib/components/forms/directives/native-input-ref/public-api.mjs +0 -2
  980. package/esm2022/lib/components/forms/directives/public-api.mjs +0 -13
  981. package/esm2022/lib/components/forms/directives/static-form-field/public-api.mjs +0 -2
  982. package/esm2022/lib/components/forms/directives/static-form-group/public-api.mjs +0 -2
  983. package/esm2022/lib/components/forms/directives/writeable-input/public-api.mjs +0 -2
  984. package/esm2022/lib/components/forms/public-api.mjs +0 -5
  985. package/esm2022/lib/components/forms/services/public-api.mjs +0 -5
  986. package/esm2022/lib/components/forms/types/public-api.mjs +0 -2
  987. package/esm2022/lib/components/forms/utils/public-api.mjs +0 -4
  988. package/esm2022/lib/components/icons/chevron-icon/public-api.mjs +0 -2
  989. package/esm2022/lib/components/icons/index.mjs +0 -2
  990. package/esm2022/lib/components/icons/public-api.mjs +0 -3
  991. package/esm2022/lib/components/masonry/components/index.mjs +0 -2
  992. package/esm2022/lib/components/masonry/components/masonry/public-api.mjs +0 -2
  993. package/esm2022/lib/components/masonry/components/public-api.mjs +0 -2
  994. package/esm2022/lib/components/masonry/partials/index.mjs +0 -2
  995. package/esm2022/lib/components/masonry/partials/masonry-item/public-api.mjs +0 -2
  996. package/esm2022/lib/components/masonry/partials/public-api.mjs +0 -2
  997. package/esm2022/lib/components/masonry/public-api.mjs +0 -5
  998. package/esm2022/lib/components/masonry/types/public-api.mjs +0 -2
  999. package/esm2022/lib/components/overlay/components/bottom-sheet/components/bottom-sheet-container/public-api.mjs +0 -2
  1000. package/esm2022/lib/components/overlay/components/bottom-sheet/components/index.mjs +0 -2
  1001. package/esm2022/lib/components/overlay/components/bottom-sheet/components/public-api.mjs +0 -2
  1002. package/esm2022/lib/components/overlay/components/bottom-sheet/constants/public-api.mjs +0 -2
  1003. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-container-base/public-api.mjs +0 -2
  1004. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-drag-handle/public-api.mjs +0 -2
  1005. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-title/public-api.mjs +0 -2
  1006. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/index.mjs +0 -2
  1007. package/esm2022/lib/components/overlay/components/bottom-sheet/partials/public-api.mjs +0 -4
  1008. package/esm2022/lib/components/overlay/components/bottom-sheet/public-api.mjs +0 -8
  1009. package/esm2022/lib/components/overlay/components/bottom-sheet/services/public-api.mjs +0 -4
  1010. package/esm2022/lib/components/overlay/components/bottom-sheet/types/public-api.mjs +0 -2
  1011. package/esm2022/lib/components/overlay/components/bottom-sheet/utils/public-api.mjs +0 -4
  1012. package/esm2022/lib/components/overlay/components/dialog/components/dialog-container/public-api.mjs +0 -2
  1013. package/esm2022/lib/components/overlay/components/dialog/components/index.mjs +0 -2
  1014. package/esm2022/lib/components/overlay/components/dialog/components/public-api.mjs +0 -2
  1015. package/esm2022/lib/components/overlay/components/dialog/constants/public-api.mjs +0 -2
  1016. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-close/public-api.mjs +0 -2
  1017. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-container-base/public-api.mjs +0 -2
  1018. package/esm2022/lib/components/overlay/components/dialog/partials/dialog-title/public-api.mjs +0 -2
  1019. package/esm2022/lib/components/overlay/components/dialog/partials/index.mjs +0 -2
  1020. package/esm2022/lib/components/overlay/components/dialog/partials/public-api.mjs +0 -4
  1021. package/esm2022/lib/components/overlay/components/dialog/public-api.mjs +0 -8
  1022. package/esm2022/lib/components/overlay/components/dialog/services/public-api.mjs +0 -3
  1023. package/esm2022/lib/components/overlay/components/dialog/types/public-api.mjs +0 -2
  1024. package/esm2022/lib/components/overlay/components/dialog/utils/public-api.mjs +0 -4
  1025. package/esm2022/lib/components/overlay/components/index.mjs +0 -2
  1026. package/esm2022/lib/components/overlay/components/menu/components/index.mjs +0 -2
  1027. package/esm2022/lib/components/overlay/components/menu/components/menu/public-api.mjs +0 -2
  1028. package/esm2022/lib/components/overlay/components/menu/components/menu-container/public-api.mjs +0 -2
  1029. package/esm2022/lib/components/overlay/components/menu/components/public-api.mjs +0 -5
  1030. package/esm2022/lib/components/overlay/components/menu/directives/index.mjs +0 -2
  1031. package/esm2022/lib/components/overlay/components/menu/directives/menu-group/public-api.mjs +0 -2
  1032. package/esm2022/lib/components/overlay/components/menu/directives/menu-group-title/public-api.mjs +0 -2
  1033. package/esm2022/lib/components/overlay/components/menu/directives/menu-item/public-api.mjs +0 -2
  1034. package/esm2022/lib/components/overlay/components/menu/directives/menu-trigger/public-api.mjs +0 -2
  1035. package/esm2022/lib/components/overlay/components/menu/directives/public-api.mjs +0 -7
  1036. package/esm2022/lib/components/overlay/components/menu/public-api.mjs +0 -4
  1037. package/esm2022/lib/components/overlay/components/menu-deprecated/public-api.mjs +0 -17
  1038. package/esm2022/lib/components/overlay/components/overlay/components/index.mjs +0 -2
  1039. package/esm2022/lib/components/overlay/components/overlay/components/overlay-container/public-api.mjs +0 -2
  1040. package/esm2022/lib/components/overlay/components/overlay/components/public-api.mjs +0 -2
  1041. package/esm2022/lib/components/overlay/components/overlay/constants/public-api.mjs +0 -2
  1042. package/esm2022/lib/components/overlay/components/overlay/partials/index.mjs +0 -2
  1043. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-body/public-api.mjs +0 -2
  1044. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-close/public-api.mjs +0 -2
  1045. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-footer/public-api.mjs +0 -2
  1046. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-header/public-api.mjs +0 -2
  1047. package/esm2022/lib/components/overlay/components/overlay/partials/overlay-title/public-api.mjs +0 -2
  1048. package/esm2022/lib/components/overlay/components/overlay/partials/public-api.mjs +0 -6
  1049. package/esm2022/lib/components/overlay/components/overlay/public-api.mjs +0 -8
  1050. package/esm2022/lib/components/overlay/components/overlay/services/public-api.mjs +0 -2
  1051. package/esm2022/lib/components/overlay/components/overlay/types/public-api.mjs +0 -2
  1052. package/esm2022/lib/components/overlay/components/overlay/utils/public-api.mjs +0 -5
  1053. package/esm2022/lib/components/overlay/components/public-api.mjs +0 -8
  1054. package/esm2022/lib/components/overlay/components/toggletip/components/index.mjs +0 -2
  1055. package/esm2022/lib/components/overlay/components/toggletip/components/public-api.mjs +0 -2
  1056. package/esm2022/lib/components/overlay/components/toggletip/components/toggletip/public-api.mjs +0 -2
  1057. package/esm2022/lib/components/overlay/components/toggletip/constants/public-api.mjs +0 -2
  1058. package/esm2022/lib/components/overlay/components/toggletip/directives/index.mjs +0 -2
  1059. package/esm2022/lib/components/overlay/components/toggletip/directives/public-api.mjs +0 -2
  1060. package/esm2022/lib/components/overlay/components/toggletip/directives/toggletip/public-api.mjs +0 -2
  1061. package/esm2022/lib/components/overlay/components/toggletip/public-api.mjs +0 -7
  1062. package/esm2022/lib/components/overlay/components/toggletip/types/public-api.mjs +0 -2
  1063. package/esm2022/lib/components/overlay/components/toggletip/utils/public-api.mjs +0 -3
  1064. package/esm2022/lib/components/overlay/components/tooltip/components/index.mjs +0 -2
  1065. package/esm2022/lib/components/overlay/components/tooltip/components/public-api.mjs +0 -2
  1066. package/esm2022/lib/components/overlay/components/tooltip/components/tooltip/public-api.mjs +0 -2
  1067. package/esm2022/lib/components/overlay/components/tooltip/constants/public-api.mjs +0 -2
  1068. package/esm2022/lib/components/overlay/components/tooltip/directives/index.mjs +0 -2
  1069. package/esm2022/lib/components/overlay/components/tooltip/directives/public-api.mjs +0 -2
  1070. package/esm2022/lib/components/overlay/components/tooltip/directives/tooltip/public-api.mjs +0 -2
  1071. package/esm2022/lib/components/overlay/components/tooltip/public-api.mjs +0 -7
  1072. package/esm2022/lib/components/overlay/components/tooltip/types/public-api.mjs +0 -2
  1073. package/esm2022/lib/components/overlay/components/tooltip/utils/public-api.mjs +0 -3
  1074. package/esm2022/lib/components/overlay/directives/dynamic-overlay-title/public-api.mjs +0 -2
  1075. package/esm2022/lib/components/overlay/directives/overlay-close-auto-blocker/public-api.mjs +0 -2
  1076. package/esm2022/lib/components/overlay/directives/public-api.mjs +0 -3
  1077. package/esm2022/lib/components/overlay/index.mjs +0 -2
  1078. package/esm2022/lib/components/overlay/public-api.mjs +0 -6
  1079. package/esm2022/lib/components/overlay/services/public-api.mjs +0 -2
  1080. package/esm2022/lib/components/overlay/types/public-api.mjs +0 -2
  1081. package/esm2022/lib/components/overlay/utils/public-api.mjs +0 -2
  1082. package/esm2022/lib/components/pagination/components/index.mjs +0 -2
  1083. package/esm2022/lib/components/pagination/components/pagination/public-api.mjs +0 -2
  1084. package/esm2022/lib/components/pagination/components/public-api.mjs +0 -2
  1085. package/esm2022/lib/components/pagination/partials/index.mjs +0 -2
  1086. package/esm2022/lib/components/pagination/partials/pagination-link/public-api.mjs +0 -2
  1087. package/esm2022/lib/components/pagination/partials/public-api.mjs +0 -2
  1088. package/esm2022/lib/components/pagination/public-api.mjs +0 -5
  1089. package/esm2022/lib/components/pagination/services/public-api.mjs +0 -2
  1090. package/esm2022/lib/components/pagination/types/public-api.mjs +0 -2
  1091. package/esm2022/lib/components/pagination/utils/public-api.mjs +0 -2
  1092. package/esm2022/lib/components/picture/pipes/index.mjs +0 -2
  1093. package/esm2022/lib/components/picture/public-api.mjs +0 -5
  1094. package/esm2022/lib/components/progress-spinner/public-api.mjs +0 -2
  1095. package/esm2022/lib/components/public-api.mjs +0 -18
  1096. package/esm2022/lib/components/query-error/components/public-api.mjs +0 -2
  1097. package/esm2022/lib/components/query-error/components/query-error/public-api.mjs +0 -2
  1098. package/esm2022/lib/components/query-error/directives/index.mjs +0 -2
  1099. package/esm2022/lib/components/query-error/directives/public-api.mjs +0 -2
  1100. package/esm2022/lib/components/query-error/directives/query-error/public-api.mjs +0 -2
  1101. package/esm2022/lib/components/query-error/public-api.mjs +0 -4
  1102. package/esm2022/lib/components/query-error/types/public-api.mjs +0 -2
  1103. package/esm2022/lib/components/scrollable/components/index.mjs +0 -2
  1104. package/esm2022/lib/components/scrollable/components/public-api.mjs +0 -2
  1105. package/esm2022/lib/components/scrollable/components/scrollable/public-api.mjs +0 -2
  1106. package/esm2022/lib/components/scrollable/directives/index.mjs +0 -2
  1107. package/esm2022/lib/components/scrollable/directives/public-api.mjs +0 -3
  1108. package/esm2022/lib/components/scrollable/directives/scrollable-ignore-child/public-api.mjs +0 -2
  1109. package/esm2022/lib/components/scrollable/directives/scrollable-is-active-child/public-api.mjs +0 -2
  1110. package/esm2022/lib/components/scrollable/index.mjs +0 -2
  1111. package/esm2022/lib/components/scrollable/public-api.mjs +0 -5
  1112. package/esm2022/lib/components/scrollable/types/public-api.mjs +0 -2
  1113. package/esm2022/lib/components/skeleton/components/index.mjs +0 -2
  1114. package/esm2022/lib/components/skeleton/components/public-api.mjs +0 -2
  1115. package/esm2022/lib/components/skeleton/components/skeleton/public-api.mjs +0 -2
  1116. package/esm2022/lib/components/skeleton/partials/index.mjs +0 -2
  1117. package/esm2022/lib/components/skeleton/partials/public-api.mjs +0 -2
  1118. package/esm2022/lib/components/skeleton/partials/skeleton-item/public-api.mjs +0 -2
  1119. package/esm2022/lib/components/skeleton/public-api.mjs +0 -4
  1120. package/esm2022/lib/components/sort/components/index.mjs +0 -2
  1121. package/esm2022/lib/components/sort/components/public-api.mjs +0 -2
  1122. package/esm2022/lib/components/sort/components/sort-header/public-api.mjs +0 -3
  1123. package/esm2022/lib/components/sort/index.mjs +0 -2
  1124. package/esm2022/lib/components/sort/partials/index.mjs +0 -2
  1125. package/esm2022/lib/components/sort/partials/public-api.mjs +0 -2
  1126. package/esm2022/lib/components/sort/partials/sort/public-api.mjs +0 -3
  1127. package/esm2022/lib/components/sort/public-api.mjs +0 -6
  1128. package/esm2022/lib/components/sort/services/public-api.mjs +0 -2
  1129. package/esm2022/lib/components/sort/types/public-api.mjs +0 -2
  1130. package/esm2022/lib/components/table/components/index.mjs +0 -2
  1131. package/esm2022/lib/components/table/components/public-api.mjs +0 -2
  1132. package/esm2022/lib/components/table/components/table/public-api.mjs +0 -2
  1133. package/esm2022/lib/components/table/constants/public-api.mjs +0 -2
  1134. package/esm2022/lib/components/table/index.mjs +0 -2
  1135. package/esm2022/lib/components/table/partials/cells/cell/public-api.mjs +0 -2
  1136. package/esm2022/lib/components/table/partials/cells/cell-def/public-api.mjs +0 -2
  1137. package/esm2022/lib/components/table/partials/cells/column-def/public-api.mjs +0 -2
  1138. package/esm2022/lib/components/table/partials/cells/footer-cell/public-api.mjs +0 -2
  1139. package/esm2022/lib/components/table/partials/cells/footer-cell-def/public-api.mjs +0 -2
  1140. package/esm2022/lib/components/table/partials/cells/header-cell/public-api.mjs +0 -2
  1141. package/esm2022/lib/components/table/partials/cells/header-cell-def/public-api.mjs +0 -2
  1142. package/esm2022/lib/components/table/partials/cells/public-api.mjs +0 -9
  1143. package/esm2022/lib/components/table/partials/cells/text-column/public-api.mjs +0 -2
  1144. package/esm2022/lib/components/table/partials/index.mjs +0 -2
  1145. package/esm2022/lib/components/table/partials/public-api.mjs +0 -5
  1146. package/esm2022/lib/components/table/partials/rows/footer-row/public-api.mjs +0 -2
  1147. package/esm2022/lib/components/table/partials/rows/footer-row-def/public-api.mjs +0 -2
  1148. package/esm2022/lib/components/table/partials/rows/header-row/public-api.mjs +0 -2
  1149. package/esm2022/lib/components/table/partials/rows/header-row-def/public-api.mjs +0 -2
  1150. package/esm2022/lib/components/table/partials/rows/no-data-row/public-api.mjs +0 -2
  1151. package/esm2022/lib/components/table/partials/rows/public-api.mjs +0 -9
  1152. package/esm2022/lib/components/table/partials/rows/recycle-rows/public-api.mjs +0 -2
  1153. package/esm2022/lib/components/table/partials/rows/row/public-api.mjs +0 -2
  1154. package/esm2022/lib/components/table/partials/rows/row-def/public-api.mjs +0 -2
  1155. package/esm2022/lib/components/table/partials/table-busy/public-api.mjs +0 -2
  1156. package/esm2022/lib/components/table/partials/table-busy-outlet/public-api.mjs +0 -2
  1157. package/esm2022/lib/components/table/public-api.mjs +0 -7
  1158. package/esm2022/lib/components/table/types/public-api.mjs +0 -2
  1159. package/esm2022/lib/components/table/utils/public-api.mjs +0 -2
  1160. package/esm2022/lib/components/tabs/animations/public-api.mjs +0 -2
  1161. package/esm2022/lib/components/tabs/components/index.mjs +0 -2
  1162. package/esm2022/lib/components/tabs/components/inline-tabs/public-api.mjs +0 -2
  1163. package/esm2022/lib/components/tabs/components/nav-tabs/public-api.mjs +0 -2
  1164. package/esm2022/lib/components/tabs/components/public-api.mjs +0 -3
  1165. package/esm2022/lib/components/tabs/partials/index.mjs +0 -2
  1166. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab/public-api.mjs +0 -2
  1167. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body/public-api.mjs +0 -2
  1168. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body-host/public-api.mjs +0 -2
  1169. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-content/public-api.mjs +0 -2
  1170. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-header/public-api.mjs +0 -2
  1171. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label/public-api.mjs +0 -2
  1172. package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label-wrapper/public-api.mjs +0 -2
  1173. package/esm2022/lib/components/tabs/partials/inline-tabs/public-api.mjs +0 -8
  1174. package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tab-link/public-api.mjs +0 -2
  1175. package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tabs-outlet/public-api.mjs +0 -2
  1176. package/esm2022/lib/components/tabs/partials/nav-tabs/public-api.mjs +0 -3
  1177. package/esm2022/lib/components/tabs/partials/public-api.mjs +0 -3
  1178. package/esm2022/lib/components/tabs/public-api.mjs +0 -7
  1179. package/esm2022/lib/components/tabs/types/public-api.mjs +0 -2
  1180. package/esm2022/lib/components/tabs/utils/public-api.mjs +0 -3
  1181. package/esm2022/lib/public-api.mjs +0 -5
  1182. package/esm2022/lib/services/public-api.mjs +0 -2
  1183. package/esm2022/lib/types/public-api.mjs +0 -2
  1184. package/esm2022/lib/utils/public-api.mjs +0 -2
  1185. package/lib/components/accordion/components/accordion/public-api.d.ts +0 -3
  1186. package/lib/components/accordion/components/index.d.ts +0 -1
  1187. package/lib/components/accordion/components/public-api.d.ts +0 -2
  1188. package/lib/components/accordion/partials/index.d.ts +0 -1
  1189. package/lib/components/accordion/partials/public-api.d.ts +0 -4
  1190. package/lib/components/accordion/public-api.d.ts +0 -3
  1191. package/lib/components/bracket/components/index.d.ts +0 -1
  1192. package/lib/components/bracket/components/public-api.d.ts +0 -1
  1193. package/lib/components/bracket/constants/public-api.d.ts +0 -1
  1194. package/lib/components/bracket/directives/bracket-match/public-api.d.ts +0 -1
  1195. package/lib/components/bracket/directives/bracket-round/public-api.d.ts +0 -1
  1196. package/lib/components/bracket/directives/index.d.ts +0 -1
  1197. package/lib/components/bracket/directives/public-api.d.ts +0 -2
  1198. package/lib/components/bracket/partials/bracket-match/public-api.d.ts +0 -1
  1199. package/lib/components/bracket/partials/bracket-round-header/public-api.d.ts +0 -1
  1200. package/lib/components/bracket/partials/index.d.ts +0 -1
  1201. package/lib/components/bracket/partials/public-api.d.ts +0 -2
  1202. package/lib/components/bracket/public-api.d.ts +0 -7
  1203. package/lib/components/bracket/types/public-api.d.ts +0 -2
  1204. package/lib/components/bracket/utils/public-api.d.ts +0 -2
  1205. package/lib/components/button/components/index.d.ts +0 -1
  1206. package/lib/components/button/components/public-api.d.ts +0 -2
  1207. package/lib/components/button/directives/button/public-api.d.ts +0 -1
  1208. package/lib/components/button/directives/index.d.ts +0 -1
  1209. package/lib/components/button/directives/public-api.d.ts +0 -2
  1210. package/lib/components/button/public-api.d.ts +0 -3
  1211. package/lib/components/filter/filter-overlay/components/index.d.ts +0 -1
  1212. package/lib/components/filter/filter-overlay/components/public-api.d.ts +0 -1
  1213. package/lib/components/filter/filter-overlay/constants/public-api.d.ts +0 -1
  1214. package/lib/components/filter/filter-overlay/directives/index.d.ts +0 -1
  1215. package/lib/components/filter/filter-overlay/directives/public-api.d.ts +0 -4
  1216. package/lib/components/filter/filter-overlay/public-api.d.ts +0 -7
  1217. package/lib/components/filter/filter-overlay/services/public-api.d.ts +0 -1
  1218. package/lib/components/filter/filter-overlay/types/public-api.d.ts +0 -1
  1219. package/lib/components/filter/filter-overlay/utils/public-api.d.ts +0 -1
  1220. package/lib/components/filter/public-api.d.ts +0 -2
  1221. package/lib/components/filter/rich-filter/components/index.d.ts +0 -1
  1222. package/lib/components/filter/rich-filter/components/public-api.d.ts +0 -1
  1223. package/lib/components/filter/rich-filter/directives/index.d.ts +0 -1
  1224. package/lib/components/filter/rich-filter/directives/public-api.d.ts +0 -4
  1225. package/lib/components/filter/rich-filter/public-api.d.ts +0 -3
  1226. package/lib/components/forms/components/checkbox/components/index.d.ts +0 -1
  1227. package/lib/components/forms/components/checkbox/components/public-api.d.ts +0 -3
  1228. package/lib/components/forms/components/checkbox/directives/checkbox/public-api.d.ts +0 -1
  1229. package/lib/components/forms/components/checkbox/directives/checkbox-group/public-api.d.ts +0 -1
  1230. package/lib/components/forms/components/checkbox/directives/index.d.ts +0 -1
  1231. package/lib/components/forms/components/checkbox/directives/public-api.d.ts +0 -4
  1232. package/lib/components/forms/components/checkbox/public-api.d.ts +0 -3
  1233. package/lib/components/forms/components/error/components/public-api.d.ts +0 -1
  1234. package/lib/components/forms/components/error/index.d.ts +0 -1
  1235. package/lib/components/forms/components/error/public-api.d.ts +0 -1
  1236. package/lib/components/forms/components/index.d.ts +0 -1
  1237. package/lib/components/forms/components/input/components/index.d.ts +0 -1
  1238. package/lib/components/forms/components/input/components/public-api.d.ts +0 -9
  1239. package/lib/components/forms/components/input/directives/index.d.ts +0 -1
  1240. package/lib/components/forms/components/input/directives/public-api.d.ts +0 -11
  1241. package/lib/components/forms/components/input/directives/textarea-input/public-api.d.ts +0 -1
  1242. package/lib/components/forms/components/input/partials/index.d.ts +0 -1
  1243. package/lib/components/forms/components/input/partials/public-api.d.ts +0 -2
  1244. package/lib/components/forms/components/input/public-api.d.ts +0 -4
  1245. package/lib/components/forms/components/label/components/index.d.ts +0 -1
  1246. package/lib/components/forms/components/label/components/public-api.d.ts +0 -1
  1247. package/lib/components/forms/components/label/directives/index.d.ts +0 -1
  1248. package/lib/components/forms/components/label/directives/public-api.d.ts +0 -1
  1249. package/lib/components/forms/components/label/index.d.ts +0 -1
  1250. package/lib/components/forms/components/label/public-api.d.ts +0 -3
  1251. package/lib/components/forms/components/public-api.d.ts +0 -10
  1252. package/lib/components/forms/components/radio/components/index.d.ts +0 -1
  1253. package/lib/components/forms/components/radio/components/public-api.d.ts +0 -3
  1254. package/lib/components/forms/components/radio/directives/index.d.ts +0 -1
  1255. package/lib/components/forms/components/radio/directives/public-api.d.ts +0 -3
  1256. package/lib/components/forms/components/radio/directives/radio/public-api.d.ts +0 -1
  1257. package/lib/components/forms/components/radio/public-api.d.ts +0 -4
  1258. package/lib/components/forms/components/radio/types/public-api.d.ts +0 -1
  1259. package/lib/components/forms/components/segmented-button/components/index.d.ts +0 -1
  1260. package/lib/components/forms/components/segmented-button/components/public-api.d.ts +0 -3
  1261. package/lib/components/forms/components/segmented-button/components/segmented-button/public-api.d.ts +0 -1
  1262. package/lib/components/forms/components/segmented-button/components/segmented-button-field/public-api.d.ts +0 -1
  1263. package/lib/components/forms/components/segmented-button/components/segmented-button-group/public-api.d.ts +0 -1
  1264. package/lib/components/forms/components/segmented-button/directives/index.d.ts +0 -1
  1265. package/lib/components/forms/components/segmented-button/directives/public-api.d.ts +0 -3
  1266. package/lib/components/forms/components/segmented-button/directives/segmented-button/public-api.d.ts +0 -1
  1267. package/lib/components/forms/components/segmented-button/public-api.d.ts +0 -3
  1268. package/lib/components/forms/components/select/components/combobox/components/index.d.ts +0 -1
  1269. package/lib/components/forms/components/select/components/combobox/components/public-api.d.ts +0 -1
  1270. package/lib/components/forms/components/select/components/combobox/constants/public-api.d.ts +0 -1
  1271. package/lib/components/forms/components/select/components/combobox/directives/combobox-body-empty-template/public-api.d.ts +0 -1
  1272. package/lib/components/forms/components/select/components/combobox/directives/combobox-body-error-template/public-api.d.ts +0 -1
  1273. package/lib/components/forms/components/select/components/combobox/directives/combobox-body-loading-template/public-api.d.ts +0 -1
  1274. package/lib/components/forms/components/select/components/combobox/directives/combobox-body-more-items-hint-template/public-api.d.ts +0 -1
  1275. package/lib/components/forms/components/select/components/combobox/directives/combobox-option-template/public-api.d.ts +0 -1
  1276. package/lib/components/forms/components/select/components/combobox/directives/combobox-selected-option-template/public-api.d.ts +0 -1
  1277. package/lib/components/forms/components/select/components/combobox/directives/index.d.ts +0 -1
  1278. package/lib/components/forms/components/select/components/combobox/directives/public-api.d.ts +0 -7
  1279. package/lib/components/forms/components/select/components/combobox/partials/combobox-option/public-api.d.ts +0 -1
  1280. package/lib/components/forms/components/select/components/combobox/partials/index.d.ts +0 -1
  1281. package/lib/components/forms/components/select/components/combobox/partials/public-api.d.ts +0 -2
  1282. package/lib/components/forms/components/select/components/combobox/public-api.d.ts +0 -6
  1283. package/lib/components/forms/components/select/components/combobox/types/public-api.d.ts +0 -1
  1284. package/lib/components/forms/components/select/components/index.d.ts +0 -1
  1285. package/lib/components/forms/components/select/components/native-select/components/index.d.ts +0 -1
  1286. package/lib/components/forms/components/select/components/native-select/components/public-api.d.ts +0 -1
  1287. package/lib/components/forms/components/select/components/native-select/directives/index.d.ts +0 -1
  1288. package/lib/components/forms/components/select/components/native-select/directives/native-select-option/public-api.d.ts +0 -1
  1289. package/lib/components/forms/components/select/components/native-select/directives/public-api.d.ts +0 -2
  1290. package/lib/components/forms/components/select/components/native-select/partials/index.d.ts +0 -1
  1291. package/lib/components/forms/components/select/components/native-select/partials/public-api.d.ts +0 -1
  1292. package/lib/components/forms/components/select/components/native-select/public-api.d.ts +0 -5
  1293. package/lib/components/forms/components/select/components/native-select/types/public-api.d.ts +0 -1
  1294. package/lib/components/forms/components/select/components/public-api.d.ts +0 -4
  1295. package/lib/components/forms/components/select/components/select/components/index.d.ts +0 -1
  1296. package/lib/components/forms/components/select/components/select/components/public-api.d.ts +0 -1
  1297. package/lib/components/forms/components/select/components/select/directives/index.d.ts +0 -1
  1298. package/lib/components/forms/components/select/components/select/directives/public-api.d.ts +0 -3
  1299. package/lib/components/forms/components/select/components/select/directives/select/public-api.d.ts +0 -1
  1300. package/lib/components/forms/components/select/components/select/directives/select-body/public-api.d.ts +0 -1
  1301. package/lib/components/forms/components/select/components/select/directives/select-option/public-api.d.ts +0 -1
  1302. package/lib/components/forms/components/select/components/select/partials/index.d.ts +0 -1
  1303. package/lib/components/forms/components/select/components/select/partials/public-api.d.ts +0 -2
  1304. package/lib/components/forms/components/select/components/select/public-api.d.ts +0 -4
  1305. package/lib/components/forms/components/select/components/select-field/public-api.d.ts +0 -1
  1306. package/lib/components/forms/components/select/directives/index.d.ts +0 -1
  1307. package/lib/components/forms/components/select/directives/public-api.d.ts +0 -1
  1308. package/lib/components/forms/components/select/public-api.d.ts +0 -2
  1309. package/lib/components/forms/components/selection-list/components/index.d.ts +0 -1
  1310. package/lib/components/forms/components/selection-list/components/public-api.d.ts +0 -2
  1311. package/lib/components/forms/components/selection-list/directives/index.d.ts +0 -1
  1312. package/lib/components/forms/components/selection-list/directives/public-api.d.ts +0 -2
  1313. package/lib/components/forms/components/selection-list/directives/selection-list-field/public-api.d.ts +0 -1
  1314. package/lib/components/forms/components/selection-list/directives/selection-list-option/public-api.d.ts +0 -1
  1315. package/lib/components/forms/components/selection-list/public-api.d.ts +0 -3
  1316. package/lib/components/forms/components/slide-toggle/components/index.d.ts +0 -1
  1317. package/lib/components/forms/components/slide-toggle/components/public-api.d.ts +0 -2
  1318. package/lib/components/forms/components/slide-toggle/directives/index.d.ts +0 -1
  1319. package/lib/components/forms/components/slide-toggle/directives/public-api.d.ts +0 -1
  1320. package/lib/components/forms/components/slide-toggle/public-api.d.ts +0 -3
  1321. package/lib/components/forms/components/slider/components/index.d.ts +0 -1
  1322. package/lib/components/forms/components/slider/components/public-api.d.ts +0 -2
  1323. package/lib/components/forms/components/slider/public-api.d.ts +0 -2
  1324. package/lib/components/forms/directives/expose-input-vars/public-api.d.ts +0 -1
  1325. package/lib/components/forms/directives/index.d.ts +0 -1
  1326. package/lib/components/forms/directives/input/public-api.d.ts +0 -1
  1327. package/lib/components/forms/directives/native-input-ref/public-api.d.ts +0 -1
  1328. package/lib/components/forms/directives/public-api.d.ts +0 -12
  1329. package/lib/components/forms/public-api.d.ts +0 -4
  1330. package/lib/components/forms/services/public-api.d.ts +0 -4
  1331. package/lib/components/forms/types/public-api.d.ts +0 -1
  1332. package/lib/components/forms/utils/public-api.d.ts +0 -3
  1333. package/lib/components/icons/chevron-icon/public-api.d.ts +0 -1
  1334. package/lib/components/icons/index.d.ts +0 -1
  1335. package/lib/components/icons/public-api.d.ts +0 -2
  1336. package/lib/components/masonry/components/index.d.ts +0 -1
  1337. package/lib/components/masonry/components/public-api.d.ts +0 -1
  1338. package/lib/components/masonry/partials/index.d.ts +0 -1
  1339. package/lib/components/masonry/partials/public-api.d.ts +0 -1
  1340. package/lib/components/masonry/public-api.d.ts +0 -4
  1341. package/lib/components/overlay/components/bottom-sheet/components/index.d.ts +0 -1
  1342. package/lib/components/overlay/components/bottom-sheet/components/public-api.d.ts +0 -1
  1343. package/lib/components/overlay/components/bottom-sheet/constants/public-api.d.ts +0 -1
  1344. package/lib/components/overlay/components/bottom-sheet/partials/index.d.ts +0 -1
  1345. package/lib/components/overlay/components/bottom-sheet/partials/public-api.d.ts +0 -3
  1346. package/lib/components/overlay/components/bottom-sheet/public-api.d.ts +0 -7
  1347. package/lib/components/overlay/components/bottom-sheet/services/public-api.d.ts +0 -3
  1348. package/lib/components/overlay/components/bottom-sheet/types/public-api.d.ts +0 -1
  1349. package/lib/components/overlay/components/bottom-sheet/utils/public-api.d.ts +0 -3
  1350. package/lib/components/overlay/components/dialog/components/index.d.ts +0 -1
  1351. package/lib/components/overlay/components/dialog/components/public-api.d.ts +0 -1
  1352. package/lib/components/overlay/components/dialog/constants/public-api.d.ts +0 -1
  1353. package/lib/components/overlay/components/dialog/partials/index.d.ts +0 -1
  1354. package/lib/components/overlay/components/dialog/partials/public-api.d.ts +0 -3
  1355. package/lib/components/overlay/components/dialog/public-api.d.ts +0 -7
  1356. package/lib/components/overlay/components/dialog/services/public-api.d.ts +0 -2
  1357. package/lib/components/overlay/components/dialog/types/public-api.d.ts +0 -1
  1358. package/lib/components/overlay/components/dialog/utils/public-api.d.ts +0 -3
  1359. package/lib/components/overlay/components/index.d.ts +0 -1
  1360. package/lib/components/overlay/components/menu/components/index.d.ts +0 -1
  1361. package/lib/components/overlay/components/menu/components/public-api.d.ts +0 -2
  1362. package/lib/components/overlay/components/menu/directives/index.d.ts +0 -1
  1363. package/lib/components/overlay/components/menu/directives/menu-group/public-api.d.ts +0 -1
  1364. package/lib/components/overlay/components/menu/directives/menu-group-title/public-api.d.ts +0 -1
  1365. package/lib/components/overlay/components/menu/directives/menu-trigger/public-api.d.ts +0 -1
  1366. package/lib/components/overlay/components/menu/directives/public-api.d.ts +0 -4
  1367. package/lib/components/overlay/components/menu/public-api.d.ts +0 -3
  1368. package/lib/components/overlay/components/overlay/components/index.d.ts +0 -1
  1369. package/lib/components/overlay/components/overlay/components/public-api.d.ts +0 -1
  1370. package/lib/components/overlay/components/overlay/constants/public-api.d.ts +0 -1
  1371. package/lib/components/overlay/components/overlay/partials/index.d.ts +0 -1
  1372. package/lib/components/overlay/components/overlay/partials/public-api.d.ts +0 -5
  1373. package/lib/components/overlay/components/overlay/public-api.d.ts +0 -7
  1374. package/lib/components/overlay/components/overlay/services/public-api.d.ts +0 -1
  1375. package/lib/components/overlay/components/overlay/types/public-api.d.ts +0 -1
  1376. package/lib/components/overlay/components/overlay/utils/public-api.d.ts +0 -4
  1377. package/lib/components/overlay/components/public-api.d.ts +0 -7
  1378. package/lib/components/overlay/components/toggletip/components/index.d.ts +0 -1
  1379. package/lib/components/overlay/components/toggletip/components/public-api.d.ts +0 -1
  1380. package/lib/components/overlay/components/toggletip/constants/public-api.d.ts +0 -1
  1381. package/lib/components/overlay/components/toggletip/directives/index.d.ts +0 -1
  1382. package/lib/components/overlay/components/toggletip/directives/public-api.d.ts +0 -1
  1383. package/lib/components/overlay/components/toggletip/public-api.d.ts +0 -6
  1384. package/lib/components/overlay/components/toggletip/types/public-api.d.ts +0 -1
  1385. package/lib/components/overlay/components/toggletip/utils/public-api.d.ts +0 -2
  1386. package/lib/components/overlay/components/tooltip/components/index.d.ts +0 -1
  1387. package/lib/components/overlay/components/tooltip/components/public-api.d.ts +0 -1
  1388. package/lib/components/overlay/components/tooltip/constants/public-api.d.ts +0 -1
  1389. package/lib/components/overlay/components/tooltip/directives/index.d.ts +0 -1
  1390. package/lib/components/overlay/components/tooltip/directives/public-api.d.ts +0 -1
  1391. package/lib/components/overlay/components/tooltip/public-api.d.ts +0 -6
  1392. package/lib/components/overlay/components/tooltip/types/public-api.d.ts +0 -1
  1393. package/lib/components/overlay/components/tooltip/utils/public-api.d.ts +0 -2
  1394. package/lib/components/overlay/directives/overlay-close-auto-blocker/public-api.d.ts +0 -1
  1395. package/lib/components/overlay/directives/public-api.d.ts +0 -2
  1396. package/lib/components/overlay/index.d.ts +0 -1
  1397. package/lib/components/overlay/public-api.d.ts +0 -5
  1398. package/lib/components/overlay/types/public-api.d.ts +0 -1
  1399. package/lib/components/pagination/components/index.d.ts +0 -1
  1400. package/lib/components/pagination/components/public-api.d.ts +0 -1
  1401. package/lib/components/pagination/partials/index.d.ts +0 -1
  1402. package/lib/components/pagination/partials/public-api.d.ts +0 -1
  1403. package/lib/components/pagination/public-api.d.ts +0 -4
  1404. package/lib/components/pagination/services/public-api.d.ts +0 -1
  1405. package/lib/components/pagination/types/public-api.d.ts +0 -1
  1406. package/lib/components/pagination/utils/public-api.d.ts +0 -1
  1407. package/lib/components/picture/pipes/index.d.ts +0 -1
  1408. package/lib/components/public-api.d.ts +0 -17
  1409. package/lib/components/query-error/components/public-api.d.ts +0 -1
  1410. package/lib/components/query-error/directives/index.d.ts +0 -1
  1411. package/lib/components/query-error/directives/public-api.d.ts +0 -1
  1412. package/lib/components/query-error/public-api.d.ts +0 -3
  1413. package/lib/components/query-error/types/public-api.d.ts +0 -1
  1414. package/lib/components/scrollable/components/index.d.ts +0 -1
  1415. package/lib/components/scrollable/components/public-api.d.ts +0 -1
  1416. package/lib/components/scrollable/directives/index.d.ts +0 -1
  1417. package/lib/components/scrollable/directives/public-api.d.ts +0 -2
  1418. package/lib/components/scrollable/index.d.ts +0 -1
  1419. package/lib/components/scrollable/public-api.d.ts +0 -4
  1420. package/lib/components/scrollable/types/public-api.d.ts +0 -1
  1421. package/lib/components/skeleton/components/index.d.ts +0 -1
  1422. package/lib/components/skeleton/components/public-api.d.ts +0 -1
  1423. package/lib/components/skeleton/partials/index.d.ts +0 -1
  1424. package/lib/components/skeleton/partials/public-api.d.ts +0 -1
  1425. package/lib/components/skeleton/public-api.d.ts +0 -3
  1426. package/lib/components/sort/components/index.d.ts +0 -1
  1427. package/lib/components/sort/components/public-api.d.ts +0 -1
  1428. package/lib/components/sort/index.d.ts +0 -1
  1429. package/lib/components/sort/partials/index.d.ts +0 -1
  1430. package/lib/components/sort/partials/public-api.d.ts +0 -1
  1431. package/lib/components/sort/public-api.d.ts +0 -5
  1432. package/lib/components/sort/services/public-api.d.ts +0 -1
  1433. package/lib/components/sort/types/public-api.d.ts +0 -1
  1434. package/lib/components/table/components/index.d.ts +0 -1
  1435. package/lib/components/table/components/public-api.d.ts +0 -1
  1436. package/lib/components/table/constants/public-api.d.ts +0 -1
  1437. package/lib/components/table/index.d.ts +0 -1
  1438. package/lib/components/table/partials/cells/cell/public-api.d.ts +0 -1
  1439. package/lib/components/table/partials/cells/cell-def/public-api.d.ts +0 -1
  1440. package/lib/components/table/partials/cells/column-def/public-api.d.ts +0 -1
  1441. package/lib/components/table/partials/cells/header-cell/public-api.d.ts +0 -1
  1442. package/lib/components/table/partials/cells/header-cell-def/public-api.d.ts +0 -1
  1443. package/lib/components/table/partials/cells/public-api.d.ts +0 -8
  1444. package/lib/components/table/partials/index.d.ts +0 -1
  1445. package/lib/components/table/partials/public-api.d.ts +0 -4
  1446. package/lib/components/table/partials/rows/public-api.d.ts +0 -8
  1447. package/lib/components/table/public-api.d.ts +0 -6
  1448. package/lib/components/table/types/public-api.d.ts +0 -1
  1449. package/lib/components/tabs/animations/public-api.d.ts +0 -1
  1450. package/lib/components/tabs/components/index.d.ts +0 -1
  1451. package/lib/components/tabs/components/public-api.d.ts +0 -2
  1452. package/lib/components/tabs/partials/index.d.ts +0 -1
  1453. package/lib/components/tabs/partials/inline-tabs/inline-tab-body-host/public-api.d.ts +0 -1
  1454. package/lib/components/tabs/partials/inline-tabs/inline-tab-content/public-api.d.ts +0 -1
  1455. package/lib/components/tabs/partials/inline-tabs/inline-tab-label/public-api.d.ts +0 -1
  1456. package/lib/components/tabs/partials/inline-tabs/inline-tab-label-wrapper/public-api.d.ts +0 -1
  1457. package/lib/components/tabs/partials/inline-tabs/public-api.d.ts +0 -7
  1458. package/lib/components/tabs/partials/nav-tabs/nav-tab-link/public-api.d.ts +0 -1
  1459. package/lib/components/tabs/partials/nav-tabs/nav-tabs-outlet/public-api.d.ts +0 -1
  1460. package/lib/components/tabs/partials/nav-tabs/public-api.d.ts +0 -2
  1461. package/lib/components/tabs/partials/public-api.d.ts +0 -2
  1462. package/lib/components/tabs/public-api.d.ts +0 -6
  1463. package/lib/components/tabs/utils/public-api.d.ts +0 -2
  1464. package/lib/public-api.d.ts +0 -4
  1465. package/lib/services/public-api.d.ts +0 -1
  1466. package/lib/types/public-api.d.ts +0 -1
  1467. /package/lib/components/accordion/components/accordion-group/{public-api.d.ts → index.d.ts} +0 -0
  1468. /package/lib/components/accordion/partials/accordion-hint/{public-api.d.ts → index.d.ts} +0 -0
  1469. /package/lib/components/accordion/partials/accordion-hint-wrapper/{public-api.d.ts → index.d.ts} +0 -0
  1470. /package/lib/components/accordion/partials/accordion-label/{public-api.d.ts → index.d.ts} +0 -0
  1471. /package/lib/components/accordion/partials/accordion-label-wrapper/{public-api.d.ts → index.d.ts} +0 -0
  1472. /package/lib/components/bracket/components/bracket/{public-api.d.ts → index.d.ts} +0 -0
  1473. /package/lib/components/button/components/button/{public-api.d.ts → index.d.ts} +0 -0
  1474. /package/lib/components/button/components/query-button/{public-api.d.ts → index.d.ts} +0 -0
  1475. /package/lib/components/button/directives/query-button/{public-api.d.ts → index.d.ts} +0 -0
  1476. /package/lib/components/filter/filter-overlay/components/filter-overlay-page-outlet/{public-api.d.ts → index.d.ts} +0 -0
  1477. /package/lib/components/filter/filter-overlay/directives/filter-overlay-back-or-close/{public-api.d.ts → index.d.ts} +0 -0
  1478. /package/lib/components/filter/filter-overlay/directives/filter-overlay-link/{public-api.d.ts → index.d.ts} +0 -0
  1479. /package/lib/components/filter/filter-overlay/directives/filter-overlay-reset/{public-api.d.ts → index.d.ts} +0 -0
  1480. /package/lib/components/filter/filter-overlay/directives/filter-overlay-submit/{public-api.d.ts → index.d.ts} +0 -0
  1481. /package/lib/components/filter/rich-filter/components/rich-filter-host/{public-api.d.ts → index.d.ts} +0 -0
  1482. /package/lib/components/filter/rich-filter/directives/rich-filter-button/{public-api.d.ts → index.d.ts} +0 -0
  1483. /package/lib/components/filter/rich-filter/directives/rich-filter-button-slot/{public-api.d.ts → index.d.ts} +0 -0
  1484. /package/lib/components/filter/rich-filter/directives/rich-filter-content/{public-api.d.ts → index.d.ts} +0 -0
  1485. /package/lib/components/filter/rich-filter/directives/rich-filter-top/{public-api.d.ts → index.d.ts} +0 -0
  1486. /package/lib/components/forms/components/checkbox/components/checkbox/{public-api.d.ts → index.d.ts} +0 -0
  1487. /package/lib/components/forms/components/checkbox/components/checkbox-field/{public-api.d.ts → index.d.ts} +0 -0
  1488. /package/lib/components/forms/components/checkbox/components/checkbox-group/{public-api.d.ts → index.d.ts} +0 -0
  1489. /package/lib/components/forms/components/checkbox/directives/checkbox-field/{public-api.d.ts → index.d.ts} +0 -0
  1490. /package/lib/components/forms/components/checkbox/directives/checkbox-group-control/{public-api.d.ts → index.d.ts} +0 -0
  1491. /package/lib/components/forms/components/error/components/error/{public-api.d.ts → index.d.ts} +0 -0
  1492. /package/lib/components/forms/components/input/components/date-input/{public-api.d.ts → index.d.ts} +0 -0
  1493. /package/lib/components/forms/components/input/components/date-time-input/{public-api.d.ts → index.d.ts} +0 -0
  1494. /package/lib/components/forms/components/input/components/email-input/{public-api.d.ts → index.d.ts} +0 -0
  1495. /package/lib/components/forms/components/input/components/input-field/{public-api.d.ts → index.d.ts} +0 -0
  1496. /package/lib/components/forms/components/input/components/number-input/{public-api.d.ts → index.d.ts} +0 -0
  1497. /package/lib/components/forms/components/input/components/password-input/{public-api.d.ts → index.d.ts} +0 -0
  1498. /package/lib/components/forms/components/input/components/search-input/{public-api.d.ts → index.d.ts} +0 -0
  1499. /package/lib/components/forms/components/input/components/text-input/{public-api.d.ts → index.d.ts} +0 -0
  1500. /package/lib/components/forms/components/input/components/textarea-input/{public-api.d.ts → index.d.ts} +0 -0
  1501. /package/lib/components/forms/components/input/directives/autosize-textarea/{public-api.d.ts → index.d.ts} +0 -0
  1502. /package/lib/components/forms/components/input/directives/date-input/{public-api.d.ts → index.d.ts} +0 -0
  1503. /package/lib/components/forms/components/input/directives/date-time-input/{public-api.d.ts → index.d.ts} +0 -0
  1504. /package/lib/components/forms/components/input/directives/email-input/{public-api.d.ts → index.d.ts} +0 -0
  1505. /package/lib/components/forms/components/input/directives/if-supports-show-picker/{public-api.d.ts → index.d.ts} +0 -0
  1506. /package/lib/components/forms/components/input/directives/number-input/{public-api.d.ts → index.d.ts} +0 -0
  1507. /package/lib/components/forms/components/input/directives/password-input/{public-api.d.ts → index.d.ts} +0 -0
  1508. /package/lib/components/forms/components/input/directives/search-input/{public-api.d.ts → index.d.ts} +0 -0
  1509. /package/lib/components/forms/components/input/directives/show-picker-trigger/{public-api.d.ts → index.d.ts} +0 -0
  1510. /package/lib/components/forms/components/input/directives/text-input/{public-api.d.ts → index.d.ts} +0 -0
  1511. /package/lib/components/forms/components/input/partials/password-input-toggle/{public-api.d.ts → index.d.ts} +0 -0
  1512. /package/lib/components/forms/components/input/partials/search-input-clear/{public-api.d.ts → index.d.ts} +0 -0
  1513. /package/lib/components/forms/components/label/components/label/{public-api.d.ts → index.d.ts} +0 -0
  1514. /package/lib/components/forms/components/label/directives/label-suffix/{public-api.d.ts → index.d.ts} +0 -0
  1515. /package/lib/components/forms/components/radio/components/radio/{public-api.d.ts → index.d.ts} +0 -0
  1516. /package/lib/components/forms/components/radio/components/radio-field/{public-api.d.ts → index.d.ts} +0 -0
  1517. /package/lib/components/forms/components/radio/components/radio-group/{public-api.d.ts → index.d.ts} +0 -0
  1518. /package/lib/components/forms/components/radio/directives/radio-field/{public-api.d.ts → index.d.ts} +0 -0
  1519. /package/lib/components/forms/components/radio/directives/radio-group/{public-api.d.ts → index.d.ts} +0 -0
  1520. /package/lib/components/forms/components/segmented-button/directives/segmented-button-field/{public-api.d.ts → index.d.ts} +0 -0
  1521. /package/lib/components/forms/components/segmented-button/directives/segmented-button-group/{public-api.d.ts → index.d.ts} +0 -0
  1522. /package/lib/components/forms/components/select/components/combobox/components/combobox/{public-api.d.ts → index.d.ts} +0 -0
  1523. /package/lib/components/forms/components/select/components/combobox/directives/combobox/{public-api.d.ts → index.d.ts} +0 -0
  1524. /package/lib/components/forms/components/select/components/combobox/partials/combobox-body/{public-api.d.ts → index.d.ts} +0 -0
  1525. /package/lib/components/forms/components/select/components/combobox/utils/{public-api.d.ts → index.d.ts} +0 -0
  1526. /package/lib/components/forms/components/select/components/native-select/components/native-select/{public-api.d.ts → index.d.ts} +0 -0
  1527. /package/lib/components/forms/components/select/components/native-select/directives/native-select-input/{public-api.d.ts → index.d.ts} +0 -0
  1528. /package/lib/components/forms/components/select/components/native-select/partials/native-select-option/{public-api.d.ts → index.d.ts} +0 -0
  1529. /package/lib/components/forms/components/select/components/select/components/select/{public-api.d.ts → index.d.ts} +0 -0
  1530. /package/lib/components/forms/components/select/components/select/partials/select-body/{public-api.d.ts → index.d.ts} +0 -0
  1531. /package/lib/components/forms/components/select/components/select/partials/select-option/{public-api.d.ts → index.d.ts} +0 -0
  1532. /package/lib/components/forms/components/select/directives/select-field/{public-api.d.ts → index.d.ts} +0 -0
  1533. /package/lib/components/forms/components/selection-list/components/selection-list-field/{public-api.d.ts → index.d.ts} +0 -0
  1534. /package/lib/components/forms/components/selection-list/components/selection-list-option/{public-api.d.ts → index.d.ts} +0 -0
  1535. /package/lib/components/forms/components/slide-toggle/components/slide-toggle/{public-api.d.ts → index.d.ts} +0 -0
  1536. /package/lib/components/forms/components/slide-toggle/components/slide-toggle-field/{public-api.d.ts → index.d.ts} +0 -0
  1537. /package/lib/components/forms/components/slide-toggle/directives/slide-toggle/{public-api.d.ts → index.d.ts} +0 -0
  1538. /package/lib/components/forms/components/slider/components/slider/{public-api.d.ts → index.d.ts} +0 -0
  1539. /package/lib/components/forms/components/slider/components/slider-field/{public-api.d.ts → index.d.ts} +0 -0
  1540. /package/lib/components/forms/directives/dynamic-form-field/{public-api.d.ts → index.d.ts} +0 -0
  1541. /package/lib/components/forms/directives/dynamic-form-group/{public-api.d.ts → index.d.ts} +0 -0
  1542. /package/lib/components/forms/directives/if-input-empty/{public-api.d.ts → index.d.ts} +0 -0
  1543. /package/lib/components/forms/directives/if-input-filled/{public-api.d.ts → index.d.ts} +0 -0
  1544. /package/lib/components/forms/directives/input-prefix/{public-api.d.ts → index.d.ts} +0 -0
  1545. /package/lib/components/forms/directives/input-suffix/{public-api.d.ts → index.d.ts} +0 -0
  1546. /package/lib/components/forms/directives/static-form-field/{public-api.d.ts → index.d.ts} +0 -0
  1547. /package/lib/components/forms/directives/static-form-group/{public-api.d.ts → index.d.ts} +0 -0
  1548. /package/lib/components/forms/directives/writeable-input/{public-api.d.ts → index.d.ts} +0 -0
  1549. /package/lib/components/masonry/components/masonry/{public-api.d.ts → index.d.ts} +0 -0
  1550. /package/lib/components/masonry/partials/masonry-item/{public-api.d.ts → index.d.ts} +0 -0
  1551. /package/lib/components/masonry/types/{public-api.d.ts → index.d.ts} +0 -0
  1552. /package/lib/components/overlay/components/bottom-sheet/components/bottom-sheet-container/{public-api.d.ts → index.d.ts} +0 -0
  1553. /package/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-container-base/{public-api.d.ts → index.d.ts} +0 -0
  1554. /package/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-drag-handle/{public-api.d.ts → index.d.ts} +0 -0
  1555. /package/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-title/{public-api.d.ts → index.d.ts} +0 -0
  1556. /package/lib/components/overlay/components/dialog/components/dialog-container/{public-api.d.ts → index.d.ts} +0 -0
  1557. /package/lib/components/overlay/components/dialog/partials/dialog-close/{public-api.d.ts → index.d.ts} +0 -0
  1558. /package/lib/components/overlay/components/dialog/partials/dialog-container-base/{public-api.d.ts → index.d.ts} +0 -0
  1559. /package/lib/components/overlay/components/dialog/partials/dialog-title/{public-api.d.ts → index.d.ts} +0 -0
  1560. /package/lib/components/overlay/components/menu/components/menu/{public-api.d.ts → index.d.ts} +0 -0
  1561. /package/lib/components/overlay/components/menu/components/menu-container/{public-api.d.ts → index.d.ts} +0 -0
  1562. /package/lib/components/overlay/components/menu/directives/menu-item/{public-api.d.ts → index.d.ts} +0 -0
  1563. /package/lib/components/overlay/components/menu-deprecated/{public-api.d.ts → index.d.ts} +0 -0
  1564. /package/lib/components/overlay/components/overlay/components/overlay-container/{public-api.d.ts → index.d.ts} +0 -0
  1565. /package/lib/components/overlay/components/overlay/partials/overlay-body/{public-api.d.ts → index.d.ts} +0 -0
  1566. /package/lib/components/overlay/components/overlay/partials/overlay-close/{public-api.d.ts → index.d.ts} +0 -0
  1567. /package/lib/components/overlay/components/overlay/partials/overlay-footer/{public-api.d.ts → index.d.ts} +0 -0
  1568. /package/lib/components/overlay/components/overlay/partials/overlay-header/{public-api.d.ts → index.d.ts} +0 -0
  1569. /package/lib/components/overlay/components/overlay/partials/overlay-title/{public-api.d.ts → index.d.ts} +0 -0
  1570. /package/lib/components/overlay/components/toggletip/components/toggletip/{public-api.d.ts → index.d.ts} +0 -0
  1571. /package/lib/components/overlay/components/toggletip/directives/toggletip/{public-api.d.ts → index.d.ts} +0 -0
  1572. /package/lib/components/overlay/components/tooltip/components/tooltip/{public-api.d.ts → index.d.ts} +0 -0
  1573. /package/lib/components/overlay/components/tooltip/directives/tooltip/{public-api.d.ts → index.d.ts} +0 -0
  1574. /package/lib/components/overlay/directives/dynamic-overlay-title/{public-api.d.ts → index.d.ts} +0 -0
  1575. /package/lib/components/overlay/services/{public-api.d.ts → index.d.ts} +0 -0
  1576. /package/lib/components/overlay/utils/{public-api.d.ts → index.d.ts} +0 -0
  1577. /package/lib/components/pagination/components/pagination/{public-api.d.ts → index.d.ts} +0 -0
  1578. /package/lib/components/pagination/partials/pagination-link/{public-api.d.ts → index.d.ts} +0 -0
  1579. /package/lib/components/picture/{public-api.d.ts → index.d.ts} +0 -0
  1580. /package/lib/components/progress-spinner/{public-api.d.ts → index.d.ts} +0 -0
  1581. /package/lib/components/query-error/components/query-error/{public-api.d.ts → index.d.ts} +0 -0
  1582. /package/lib/components/query-error/directives/query-error/{public-api.d.ts → index.d.ts} +0 -0
  1583. /package/lib/components/scrollable/components/scrollable/{public-api.d.ts → index.d.ts} +0 -0
  1584. /package/lib/components/scrollable/directives/scrollable-ignore-child/{public-api.d.ts → index.d.ts} +0 -0
  1585. /package/lib/components/scrollable/directives/scrollable-is-active-child/{public-api.d.ts → index.d.ts} +0 -0
  1586. /package/lib/components/skeleton/components/skeleton/{public-api.d.ts → index.d.ts} +0 -0
  1587. /package/lib/components/skeleton/partials/skeleton-item/{public-api.d.ts → index.d.ts} +0 -0
  1588. /package/lib/components/sort/components/sort-header/{public-api.d.ts → index.d.ts} +0 -0
  1589. /package/lib/components/sort/partials/sort/{public-api.d.ts → index.d.ts} +0 -0
  1590. /package/lib/components/table/components/table/{public-api.d.ts → index.d.ts} +0 -0
  1591. /package/lib/components/table/partials/cells/footer-cell/{public-api.d.ts → index.d.ts} +0 -0
  1592. /package/lib/components/table/partials/cells/footer-cell-def/{public-api.d.ts → index.d.ts} +0 -0
  1593. /package/lib/components/table/partials/cells/text-column/{public-api.d.ts → index.d.ts} +0 -0
  1594. /package/lib/components/table/partials/rows/footer-row/{public-api.d.ts → index.d.ts} +0 -0
  1595. /package/lib/components/table/partials/rows/footer-row-def/{public-api.d.ts → index.d.ts} +0 -0
  1596. /package/lib/components/table/partials/rows/header-row/{public-api.d.ts → index.d.ts} +0 -0
  1597. /package/lib/components/table/partials/rows/header-row-def/{public-api.d.ts → index.d.ts} +0 -0
  1598. /package/lib/components/table/partials/rows/no-data-row/{public-api.d.ts → index.d.ts} +0 -0
  1599. /package/lib/components/table/partials/rows/recycle-rows/{public-api.d.ts → index.d.ts} +0 -0
  1600. /package/lib/components/table/partials/rows/row/{public-api.d.ts → index.d.ts} +0 -0
  1601. /package/lib/components/table/partials/rows/row-def/{public-api.d.ts → index.d.ts} +0 -0
  1602. /package/lib/components/table/partials/table-busy/{public-api.d.ts → index.d.ts} +0 -0
  1603. /package/lib/components/table/partials/table-busy-outlet/{public-api.d.ts → index.d.ts} +0 -0
  1604. /package/lib/components/table/utils/{public-api.d.ts → index.d.ts} +0 -0
  1605. /package/lib/components/tabs/components/inline-tabs/{public-api.d.ts → index.d.ts} +0 -0
  1606. /package/lib/components/tabs/components/nav-tabs/{public-api.d.ts → index.d.ts} +0 -0
  1607. /package/lib/components/tabs/partials/inline-tabs/inline-tab/{public-api.d.ts → index.d.ts} +0 -0
  1608. /package/lib/components/tabs/partials/inline-tabs/inline-tab-body/{public-api.d.ts → index.d.ts} +0 -0
  1609. /package/lib/components/tabs/partials/inline-tabs/inline-tab-header/{public-api.d.ts → index.d.ts} +0 -0
  1610. /package/lib/components/tabs/types/{public-api.d.ts → index.d.ts} +0 -0
  1611. /package/lib/utils/{public-api.d.ts → index.d.ts} +0 -0
@@ -1,8 +1,10 @@
1
1
  import { AsyncPipe, NgClass } from '@angular/common';
2
2
  import { ChangeDetectionStrategy, Component, ElementRef, ViewChild, ViewEncapsulation, inject, } from '@angular/core';
3
- import { InputDirective, NativeInputRefDirective } from '../../../../directives';
3
+ import { InputDirective } from '../../../../directives/input';
4
+ import { NativeInputRefDirective } from '../../../../directives/native-input-ref';
4
5
  import { InputBase } from '../../../../utils';
5
- import { SEGMENTED_BUTTON_GROUP_TOKEN, SEGMENTED_BUTTON_TOKEN, SegmentedButtonDirective } from '../../directives';
6
+ import { SEGMENTED_BUTTON_TOKEN, SegmentedButtonDirective } from '../../directives/segmented-button';
7
+ import { SEGMENTED_BUTTON_GROUP_TOKEN } from '../../directives/segmented-button-group';
6
8
  import * as i0 from "@angular/core";
7
9
  import * as i1 from "../../directives/segmented-button/segmented-button.directive";
8
10
  import * as i2 from "../../../../directives/input/input.directive";
@@ -18,10 +20,10 @@ export class SegmentedButtonComponent extends InputBase {
18
20
  }
19
21
  this.segmentedButton._setActiveIndicatorElement(this.activeIndicator.nativeElement);
20
22
  }
21
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: SegmentedButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
22
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.4", type: SegmentedButtonComponent, isStandalone: true, selector: "et-segmented-button", host: { classAttribute: "et-segmented-button" }, viewQueries: [{ propertyName: "activeIndicator", first: true, predicate: ["activeIndicator"], descendants: true, static: true }], usesInheritance: true, hostDirectives: [{ directive: i1.SegmentedButtonDirective, inputs: ["value", "value", "disabled", "disabled"] }, { directive: i2.InputDirective }], ngImport: i0, template: "<button\n [attr.tabindex]=\"(input.disabled$ | async) ? -1 : 0\"\n [attr.aria-pressed]=\"segmentedButton.checked$ | async\"\n [attr.aria-required]=\"(input.required$ | async) || null\"\n [attr.aria-describedby]=\"input.describedBy$ | async\"\n [disabled]=\"segmentedButton.disabled$ | async\"\n [attr.id]=\"input.id\"\n (click)=\"segmentedButton._onInputInteraction($event)\"\n (blur)=\"segmentedButton._controlTouched()\"\n class=\"et-segmented-button-button\"\n type=\"button\"\n>\n <div #activeIndicator class=\"et-segmented-button-button-active-indicator\"></div>\n\n <span class=\"et-segmented-button-button-content\">\n <ng-content />\n </span>\n</button>\n", styles: [":where(.et-segmented-button){--et-segmented-button-active-indicator-color: #e0e0e0;--et-segmented-button-active-indicator-radius: 1px}.et-segmented-button-button{position:relative}.et-segmented-button-button-content{position:relative;z-index:2}.et-segmented-button-button-active-indicator{position:absolute;inset:0;background-color:var(--et-segmented-button-active-indicator-color);border-radius:var(--et-segmented-button-active-indicator-radius);opacity:0;z-index:1}.et-segmented-button--checked .et-segmented-button-button-active-indicator{opacity:1}\n"], dependencies: [{ kind: "pipe", type: AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
23
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: SegmentedButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
24
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: SegmentedButtonComponent, isStandalone: true, selector: "et-segmented-button", host: { classAttribute: "et-segmented-button" }, viewQueries: [{ propertyName: "activeIndicator", first: true, predicate: ["activeIndicator"], descendants: true, static: true }], usesInheritance: true, hostDirectives: [{ directive: i1.SegmentedButtonDirective, inputs: ["value", "value", "disabled", "disabled"] }, { directive: i2.InputDirective }], ngImport: i0, template: "<button\n [attr.tabindex]=\"(input.disabled$ | async) ? -1 : 0\"\n [attr.aria-pressed]=\"segmentedButton.checked$ | async\"\n [attr.aria-required]=\"(input.required$ | async) || null\"\n [attr.aria-describedby]=\"input.describedBy$ | async\"\n [disabled]=\"segmentedButton.disabled$ | async\"\n [attr.id]=\"input.id\"\n (click)=\"segmentedButton._onInputInteraction($event)\"\n (blur)=\"segmentedButton._controlTouched()\"\n class=\"et-segmented-button-button\"\n type=\"button\"\n>\n <div #activeIndicator class=\"et-segmented-button-button-active-indicator\"></div>\n\n <span class=\"et-segmented-button-button-content\">\n <ng-content />\n </span>\n</button>\n", styles: [":where(.et-segmented-button){--et-segmented-button-active-indicator-color: #e0e0e0;--et-segmented-button-active-indicator-radius: 1px}.et-segmented-button-button{position:relative}.et-segmented-button-button-content{position:relative;z-index:2}.et-segmented-button-button-active-indicator{position:absolute;inset:0;background-color:var(--et-segmented-button-active-indicator-color);border-radius:var(--et-segmented-button-active-indicator-radius);opacity:0;z-index:1}.et-segmented-button--checked .et-segmented-button-button-active-indicator{opacity:1}\n"], dependencies: [{ kind: "pipe", type: AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
23
25
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: SegmentedButtonComponent, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: SegmentedButtonComponent, decorators: [{
25
27
  type: Component,
26
28
  args: [{ selector: 'et-segmented-button', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: {
27
29
  class: 'et-segmented-button',
@@ -33,4 +35,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImpor
33
35
  type: ViewChild,
34
36
  args: ['activeIndicator', { static: true }]
35
37
  }] } });
36
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VnbWVudGVkLWJ1dHRvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvZm9ybXMvY29tcG9uZW50cy9zZWdtZW50ZWQtYnV0dG9uL2NvbXBvbmVudHMvc2VnbWVudGVkLWJ1dHRvbi9zZWdtZW50ZWQtYnV0dG9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY2RrL3NyYy9saWIvY29tcG9uZW50cy9mb3Jtcy9jb21wb25lbnRzL3NlZ21lbnRlZC1idXR0b24vY29tcG9uZW50cy9zZWdtZW50ZWQtYnV0dG9uL3NlZ21lbnRlZC1idXR0b24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxPQUFPLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNyRCxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxVQUFVLEVBRVYsU0FBUyxFQUNULGlCQUFpQixFQUNqQixNQUFNLEdBQ1AsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLGNBQWMsRUFBRSx1QkFBdUIsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ2pGLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUM5QyxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsc0JBQXNCLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQzs7OztBQWtCbEgsTUFBTSxPQUFPLHdCQUF5QixTQUFRLFNBQVM7SUFoQnZEOztRQWlCcUIsb0JBQWUsR0FBRyxNQUFNLENBQUMsc0JBQXNCLENBQUMsQ0FBQztRQUNqRCx5QkFBb0IsR0FBRyxNQUFNLENBQUMsNEJBQTRCLENBQUMsQ0FBQztLQVloRjtJQVBDLFFBQVE7UUFDTixJQUFJLENBQUMsSUFBSSxDQUFDLGVBQWUsRUFBRSxDQUFDO1lBQzFCLE9BQU87UUFDVCxDQUFDO1FBRUQsSUFBSSxDQUFDLGVBQWUsQ0FBQywwQkFBMEIsQ0FBQyxJQUFJLENBQUMsZUFBZSxDQUFDLGFBQWEsQ0FBQyxDQUFDO0lBQ3RGLENBQUM7OEdBYlUsd0JBQXdCO2tHQUF4Qix3QkFBd0IsNmFDOUJyQyx5cUJBa0JBLCtsQkRNWSxTQUFTOzsyRkFNUix3QkFBd0I7a0JBaEJwQyxTQUFTOytCQUNFLHFCQUFxQixjQUduQixJQUFJLG1CQUNDLHVCQUF1QixDQUFDLE1BQU0saUJBQ2hDLGlCQUFpQixDQUFDLElBQUksUUFDL0I7d0JBQ0osS0FBSyxFQUFFLHFCQUFxQjtxQkFDN0IsV0FDUSxDQUFDLFNBQVMsRUFBRSxPQUFPLEVBQUUsdUJBQXVCLENBQUMsa0JBQ3RDO3dCQUNkLEVBQUUsU0FBUyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sRUFBRSxDQUFDLE9BQU8sRUFBRSxVQUFVLENBQUMsRUFBRTt3QkFDdEUsRUFBRSxTQUFTLEVBQUUsY0FBYyxFQUFFO3FCQUM5Qjs4QkFPRCxlQUFlO3NCQURkLFNBQVM7dUJBQUMsaUJBQWlCLEVBQUUsRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQXN5bmNQaXBlLCBOZ0NsYXNzIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIEVsZW1lbnRSZWYsXG4gIE9uSW5pdCxcbiAgVmlld0NoaWxkLFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbiAgaW5qZWN0LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElucHV0RGlyZWN0aXZlLCBOYXRpdmVJbnB1dFJlZkRpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uLy4uL2RpcmVjdGl2ZXMnO1xuaW1wb3J0IHsgSW5wdXRCYXNlIH0gZnJvbSAnLi4vLi4vLi4vLi4vdXRpbHMnO1xuaW1wb3J0IHsgU0VHTUVOVEVEX0JVVFRPTl9HUk9VUF9UT0tFTiwgU0VHTUVOVEVEX0JVVFRPTl9UT0tFTiwgU2VnbWVudGVkQnV0dG9uRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vZGlyZWN0aXZlcyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2V0LXNlZ21lbnRlZC1idXR0b24nLFxuICB0ZW1wbGF0ZVVybDogJy4vc2VnbWVudGVkLWJ1dHRvbi5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3NlZ21lbnRlZC1idXR0b24uY29tcG9uZW50LnNjc3MnXSxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGhvc3Q6IHtcbiAgICBjbGFzczogJ2V0LXNlZ21lbnRlZC1idXR0b24nLFxuICB9LFxuICBpbXBvcnRzOiBbQXN5bmNQaXBlLCBOZ0NsYXNzLCBOYXRpdmVJbnB1dFJlZkRpcmVjdGl2ZV0sXG4gIGhvc3REaXJlY3RpdmVzOiBbXG4gICAgeyBkaXJlY3RpdmU6IFNlZ21lbnRlZEJ1dHRvbkRpcmVjdGl2ZSwgaW5wdXRzOiBbJ3ZhbHVlJywgJ2Rpc2FibGVkJ10gfSxcbiAgICB7IGRpcmVjdGl2ZTogSW5wdXREaXJlY3RpdmUgfSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgU2VnbWVudGVkQnV0dG9uQ29tcG9uZW50IGV4dGVuZHMgSW5wdXRCYXNlIGltcGxlbWVudHMgT25Jbml0IHtcbiAgcHJvdGVjdGVkIHJlYWRvbmx5IHNlZ21lbnRlZEJ1dHRvbiA9IGluamVjdChTRUdNRU5URURfQlVUVE9OX1RPS0VOKTtcbiAgcHJvdGVjdGVkIHJlYWRvbmx5IHNlZ21lbnRlZEJ1dHRvbkdyb3VwID0gaW5qZWN0KFNFR01FTlRFRF9CVVRUT05fR1JPVVBfVE9LRU4pO1xuXG4gIEBWaWV3Q2hpbGQoJ2FjdGl2ZUluZGljYXRvcicsIHsgc3RhdGljOiB0cnVlIH0pXG4gIGFjdGl2ZUluZGljYXRvcj86IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+O1xuXG4gIG5nT25Jbml0KCkge1xuICAgIGlmICghdGhpcy5hY3RpdmVJbmRpY2F0b3IpIHtcbiAgICAgIHJldHVybjtcbiAgICB9XG5cbiAgICB0aGlzLnNlZ21lbnRlZEJ1dHRvbi5fc2V0QWN0aXZlSW5kaWNhdG9yRWxlbWVudCh0aGlzLmFjdGl2ZUluZGljYXRvci5uYXRpdmVFbGVtZW50KTtcbiAgfVxufVxuIiwiPGJ1dHRvblxuICBbYXR0ci50YWJpbmRleF09XCIoaW5wdXQuZGlzYWJsZWQkIHwgYXN5bmMpID8gLTEgOiAwXCJcbiAgW2F0dHIuYXJpYS1wcmVzc2VkXT1cInNlZ21lbnRlZEJ1dHRvbi5jaGVja2VkJCB8IGFzeW5jXCJcbiAgW2F0dHIuYXJpYS1yZXF1aXJlZF09XCIoaW5wdXQucmVxdWlyZWQkIHwgYXN5bmMpIHx8IG51bGxcIlxuICBbYXR0ci5hcmlhLWRlc2NyaWJlZGJ5XT1cImlucHV0LmRlc2NyaWJlZEJ5JCB8IGFzeW5jXCJcbiAgW2Rpc2FibGVkXT1cInNlZ21lbnRlZEJ1dHRvbi5kaXNhYmxlZCQgfCBhc3luY1wiXG4gIFthdHRyLmlkXT1cImlucHV0LmlkXCJcbiAgKGNsaWNrKT1cInNlZ21lbnRlZEJ1dHRvbi5fb25JbnB1dEludGVyYWN0aW9uKCRldmVudClcIlxuICAoYmx1cik9XCJzZWdtZW50ZWRCdXR0b24uX2NvbnRyb2xUb3VjaGVkKClcIlxuICBjbGFzcz1cImV0LXNlZ21lbnRlZC1idXR0b24tYnV0dG9uXCJcbiAgdHlwZT1cImJ1dHRvblwiXG4+XG4gIDxkaXYgI2FjdGl2ZUluZGljYXRvciBjbGFzcz1cImV0LXNlZ21lbnRlZC1idXR0b24tYnV0dG9uLWFjdGl2ZS1pbmRpY2F0b3JcIj48L2Rpdj5cblxuICA8c3BhbiBjbGFzcz1cImV0LXNlZ21lbnRlZC1idXR0b24tYnV0dG9uLWNvbnRlbnRcIj5cbiAgICA8bmctY29udGVudCAvPlxuICA8L3NwYW4+XG48L2J1dHRvbj5cbiJdfQ==
38
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VnbWVudGVkLWJ1dHRvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvZm9ybXMvY29tcG9uZW50cy9zZWdtZW50ZWQtYnV0dG9uL2NvbXBvbmVudHMvc2VnbWVudGVkLWJ1dHRvbi9zZWdtZW50ZWQtYnV0dG9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY2RrL3NyYy9saWIvY29tcG9uZW50cy9mb3Jtcy9jb21wb25lbnRzL3NlZ21lbnRlZC1idXR0b24vY29tcG9uZW50cy9zZWdtZW50ZWQtYnV0dG9uL3NlZ21lbnRlZC1idXR0b24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxPQUFPLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNyRCxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxVQUFVLEVBRVYsU0FBUyxFQUNULGlCQUFpQixFQUNqQixNQUFNLEdBQ1AsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQzlELE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLHlDQUF5QyxDQUFDO0FBQ2xGLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUM5QyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUNyRyxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQzs7OztBQWtCdkYsTUFBTSxPQUFPLHdCQUF5QixTQUFRLFNBQVM7SUFoQnZEOztRQWlCcUIsb0JBQWUsR0FBRyxNQUFNLENBQUMsc0JBQXNCLENBQUMsQ0FBQztRQUNqRCx5QkFBb0IsR0FBRyxNQUFNLENBQUMsNEJBQTRCLENBQUMsQ0FBQztLQVloRjtJQVBDLFFBQVE7UUFDTixJQUFJLENBQUMsSUFBSSxDQUFDLGVBQWUsRUFBRSxDQUFDO1lBQzFCLE9BQU87UUFDVCxDQUFDO1FBRUQsSUFBSSxDQUFDLGVBQWUsQ0FBQywwQkFBMEIsQ0FBQyxJQUFJLENBQUMsZUFBZSxDQUFDLGFBQWEsQ0FBQyxDQUFDO0lBQ3RGLENBQUM7OEdBYlUsd0JBQXdCO2tHQUF4Qix3QkFBd0IsNmFDaENyQyx5cUJBa0JBLCtsQkRRWSxTQUFTOzsyRkFNUix3QkFBd0I7a0JBaEJwQyxTQUFTOytCQUNFLHFCQUFxQixjQUduQixJQUFJLG1CQUNDLHVCQUF1QixDQUFDLE1BQU0saUJBQ2hDLGlCQUFpQixDQUFDLElBQUksUUFDL0I7d0JBQ0osS0FBSyxFQUFFLHFCQUFxQjtxQkFDN0IsV0FDUSxDQUFDLFNBQVMsRUFBRSxPQUFPLEVBQUUsdUJBQXVCLENBQUMsa0JBQ3RDO3dCQUNkLEVBQUUsU0FBUyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sRUFBRSxDQUFDLE9BQU8sRUFBRSxVQUFVLENBQUMsRUFBRTt3QkFDdEUsRUFBRSxTQUFTLEVBQUUsY0FBYyxFQUFFO3FCQUM5Qjs4QkFPRCxlQUFlO3NCQURkLFNBQVM7dUJBQUMsaUJBQWlCLEVBQUUsRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQXN5bmNQaXBlLCBOZ0NsYXNzIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIEVsZW1lbnRSZWYsXG4gIE9uSW5pdCxcbiAgVmlld0NoaWxkLFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbiAgaW5qZWN0LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElucHV0RGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vLi4vZGlyZWN0aXZlcy9pbnB1dCc7XG5pbXBvcnQgeyBOYXRpdmVJbnB1dFJlZkRpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uLy4uL2RpcmVjdGl2ZXMvbmF0aXZlLWlucHV0LXJlZic7XG5pbXBvcnQgeyBJbnB1dEJhc2UgfSBmcm9tICcuLi8uLi8uLi8uLi91dGlscyc7XG5pbXBvcnQgeyBTRUdNRU5URURfQlVUVE9OX1RPS0VOLCBTZWdtZW50ZWRCdXR0b25EaXJlY3RpdmUgfSBmcm9tICcuLi8uLi9kaXJlY3RpdmVzL3NlZ21lbnRlZC1idXR0b24nO1xuaW1wb3J0IHsgU0VHTUVOVEVEX0JVVFRPTl9HUk9VUF9UT0tFTiB9IGZyb20gJy4uLy4uL2RpcmVjdGl2ZXMvc2VnbWVudGVkLWJ1dHRvbi1ncm91cCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2V0LXNlZ21lbnRlZC1idXR0b24nLFxuICB0ZW1wbGF0ZVVybDogJy4vc2VnbWVudGVkLWJ1dHRvbi5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3NlZ21lbnRlZC1idXR0b24uY29tcG9uZW50LnNjc3MnXSxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGhvc3Q6IHtcbiAgICBjbGFzczogJ2V0LXNlZ21lbnRlZC1idXR0b24nLFxuICB9LFxuICBpbXBvcnRzOiBbQXN5bmNQaXBlLCBOZ0NsYXNzLCBOYXRpdmVJbnB1dFJlZkRpcmVjdGl2ZV0sXG4gIGhvc3REaXJlY3RpdmVzOiBbXG4gICAgeyBkaXJlY3RpdmU6IFNlZ21lbnRlZEJ1dHRvbkRpcmVjdGl2ZSwgaW5wdXRzOiBbJ3ZhbHVlJywgJ2Rpc2FibGVkJ10gfSxcbiAgICB7IGRpcmVjdGl2ZTogSW5wdXREaXJlY3RpdmUgfSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgU2VnbWVudGVkQnV0dG9uQ29tcG9uZW50IGV4dGVuZHMgSW5wdXRCYXNlIGltcGxlbWVudHMgT25Jbml0IHtcbiAgcHJvdGVjdGVkIHJlYWRvbmx5IHNlZ21lbnRlZEJ1dHRvbiA9IGluamVjdChTRUdNRU5URURfQlVUVE9OX1RPS0VOKTtcbiAgcHJvdGVjdGVkIHJlYWRvbmx5IHNlZ21lbnRlZEJ1dHRvbkdyb3VwID0gaW5qZWN0KFNFR01FTlRFRF9CVVRUT05fR1JPVVBfVE9LRU4pO1xuXG4gIEBWaWV3Q2hpbGQoJ2FjdGl2ZUluZGljYXRvcicsIHsgc3RhdGljOiB0cnVlIH0pXG4gIGFjdGl2ZUluZGljYXRvcj86IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+O1xuXG4gIG5nT25Jbml0KCkge1xuICAgIGlmICghdGhpcy5hY3RpdmVJbmRpY2F0b3IpIHtcbiAgICAgIHJldHVybjtcbiAgICB9XG5cbiAgICB0aGlzLnNlZ21lbnRlZEJ1dHRvbi5fc2V0QWN0aXZlSW5kaWNhdG9yRWxlbWVudCh0aGlzLmFjdGl2ZUluZGljYXRvci5uYXRpdmVFbGVtZW50KTtcbiAgfVxufVxuIiwiPGJ1dHRvblxuICBbYXR0ci50YWJpbmRleF09XCIoaW5wdXQuZGlzYWJsZWQkIHwgYXN5bmMpID8gLTEgOiAwXCJcbiAgW2F0dHIuYXJpYS1wcmVzc2VkXT1cInNlZ21lbnRlZEJ1dHRvbi5jaGVja2VkJCB8IGFzeW5jXCJcbiAgW2F0dHIuYXJpYS1yZXF1aXJlZF09XCIoaW5wdXQucmVxdWlyZWQkIHwgYXN5bmMpIHx8IG51bGxcIlxuICBbYXR0ci5hcmlhLWRlc2NyaWJlZGJ5XT1cImlucHV0LmRlc2NyaWJlZEJ5JCB8IGFzeW5jXCJcbiAgW2Rpc2FibGVkXT1cInNlZ21lbnRlZEJ1dHRvbi5kaXNhYmxlZCQgfCBhc3luY1wiXG4gIFthdHRyLmlkXT1cImlucHV0LmlkXCJcbiAgKGNsaWNrKT1cInNlZ21lbnRlZEJ1dHRvbi5fb25JbnB1dEludGVyYWN0aW9uKCRldmVudClcIlxuICAoYmx1cik9XCJzZWdtZW50ZWRCdXR0b24uX2NvbnRyb2xUb3VjaGVkKClcIlxuICBjbGFzcz1cImV0LXNlZ21lbnRlZC1idXR0b24tYnV0dG9uXCJcbiAgdHlwZT1cImJ1dHRvblwiXG4+XG4gIDxkaXYgI2FjdGl2ZUluZGljYXRvciBjbGFzcz1cImV0LXNlZ21lbnRlZC1idXR0b24tYnV0dG9uLWFjdGl2ZS1pbmRpY2F0b3JcIj48L2Rpdj5cblxuICA8c3BhbiBjbGFzcz1cImV0LXNlZ21lbnRlZC1idXR0b24tYnV0dG9uLWNvbnRlbnRcIj5cbiAgICA8bmctY29udGVudCAvPlxuICA8L3NwYW4+XG48L2J1dHRvbj5cbiJdfQ==
@@ -1,2 +1,2 @@
1
- export * from './public-api';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvZm9ybXMvY29tcG9uZW50cy9zZWdtZW50ZWQtYnV0dG9uL2NvbXBvbmVudHMvc2VnbWVudGVkLWJ1dHRvbi1maWVsZC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
1
+ export * from './segmented-button-field.component';
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvZm9ybXMvY29tcG9uZW50cy9zZWdtZW50ZWQtYnV0dG9uL2NvbXBvbmVudHMvc2VnbWVudGVkLWJ1dHRvbi1maWVsZC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLG9DQUFvQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9zZWdtZW50ZWQtYnV0dG9uLWZpZWxkLmNvbXBvbmVudCc7XG4iXX0=
@@ -1,18 +1,18 @@
1
1
  import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';
2
- import { StaticFormFieldDirective } from '../../../../directives';
3
- import { SegmentedButtonFieldDirective } from '../../directives';
2
+ import { StaticFormFieldDirective } from '../../../../directives/static-form-field';
3
+ import { SegmentedButtonFieldDirective } from '../../directives/segmented-button-field';
4
4
  import * as i0 from "@angular/core";
5
5
  import * as i1 from "../../../../directives/static-form-field/static-form-field.directive";
6
6
  import * as i2 from "../../directives/segmented-button-field/segmented-button-field.directive";
7
7
  export class SegmentedButtonFieldComponent {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: SegmentedButtonFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
9
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.4", type: SegmentedButtonFieldComponent, isStandalone: true, selector: "et-segmented-button-field", host: { classAttribute: "et-form-field et-segmented-button-field" }, hostDirectives: [{ directive: i1.StaticFormFieldDirective }, { directive: i2.SegmentedButtonFieldDirective }], ngImport: i0, template: `
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: SegmentedButtonFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
9
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: SegmentedButtonFieldComponent, isStandalone: true, selector: "et-segmented-button-field", host: { classAttribute: "et-form-field et-segmented-button-field" }, hostDirectives: [{ directive: i1.StaticFormFieldDirective }, { directive: i2.SegmentedButtonFieldDirective }], ngImport: i0, template: `
10
10
  <div class="et-segmented-button-field-container">
11
11
  <ng-content />
12
12
  </div>
13
13
  `, isInline: true, styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: SegmentedButtonFieldComponent, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: SegmentedButtonFieldComponent, decorators: [{
16
16
  type: Component,
17
17
  args: [{ selector: 'et-segmented-button-field', template: `
18
18
  <div class="et-segmented-button-field-container">
@@ -22,4 +22,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImpor
22
22
  class: 'et-form-field et-segmented-button-field',
23
23
  }, hostDirectives: [StaticFormFieldDirective, SegmentedButtonFieldDirective] }]
24
24
  }] });
25
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VnbWVudGVkLWJ1dHRvbi1maWVsZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvZm9ybXMvY29tcG9uZW50cy9zZWdtZW50ZWQtYnV0dG9uL2NvbXBvbmVudHMvc2VnbWVudGVkLWJ1dHRvbi1maWVsZC9zZWdtZW50ZWQtYnV0dG9uLWZpZWxkLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3RGLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ2xFLE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLGtCQUFrQixDQUFDOzs7O0FBa0JqRSxNQUFNLE9BQU8sNkJBQTZCOzhHQUE3Qiw2QkFBNkI7a0dBQTdCLDZCQUE2Qix5UUFkOUI7Ozs7R0FJVDs7MkZBVVUsNkJBQTZCO2tCQWhCekMsU0FBUzsrQkFDRSwyQkFBMkIsWUFDM0I7Ozs7R0FJVCxjQUVXLElBQUksbUJBQ0MsdUJBQXVCLENBQUMsTUFBTSxpQkFDaEMsaUJBQWlCLENBQUMsSUFBSSxRQUMvQjt3QkFDSixLQUFLLEVBQUUseUNBQXlDO3FCQUNqRCxrQkFDZSxDQUFDLHdCQUF3QixFQUFFLDZCQUE2QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFN0YXRpY0Zvcm1GaWVsZERpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uLy4uL2RpcmVjdGl2ZXMnO1xuaW1wb3J0IHsgU2VnbWVudGVkQnV0dG9uRmllbGREaXJlY3RpdmUgfSBmcm9tICcuLi8uLi9kaXJlY3RpdmVzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZXQtc2VnbWVudGVkLWJ1dHRvbi1maWVsZCcsXG4gIHRlbXBsYXRlOiBgXG4gICAgPGRpdiBjbGFzcz1cImV0LXNlZ21lbnRlZC1idXR0b24tZmllbGQtY29udGFpbmVyXCI+XG4gICAgICA8bmctY29udGVudCAvPlxuICAgIDwvZGl2PlxuICBgLFxuICBzdHlsZVVybHM6IFsnLi9zZWdtZW50ZWQtYnV0dG9uLWZpZWxkLmNvbXBvbmVudC5zY3NzJ10sXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBob3N0OiB7XG4gICAgY2xhc3M6ICdldC1mb3JtLWZpZWxkIGV0LXNlZ21lbnRlZC1idXR0b24tZmllbGQnLFxuICB9LFxuICBob3N0RGlyZWN0aXZlczogW1N0YXRpY0Zvcm1GaWVsZERpcmVjdGl2ZSwgU2VnbWVudGVkQnV0dG9uRmllbGREaXJlY3RpdmVdLFxufSlcbmV4cG9ydCBjbGFzcyBTZWdtZW50ZWRCdXR0b25GaWVsZENvbXBvbmVudCB7fVxuIl19
25
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VnbWVudGVkLWJ1dHRvbi1maWVsZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvZm9ybXMvY29tcG9uZW50cy9zZWdtZW50ZWQtYnV0dG9uL2NvbXBvbmVudHMvc2VnbWVudGVkLWJ1dHRvbi1maWVsZC9zZWdtZW50ZWQtYnV0dG9uLWZpZWxkLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3RGLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBQ3BGLE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLHlDQUF5QyxDQUFDOzs7O0FBa0J4RixNQUFNLE9BQU8sNkJBQTZCOzhHQUE3Qiw2QkFBNkI7a0dBQTdCLDZCQUE2Qix5UUFkOUI7Ozs7R0FJVDs7MkZBVVUsNkJBQTZCO2tCQWhCekMsU0FBUzsrQkFDRSwyQkFBMkIsWUFDM0I7Ozs7R0FJVCxjQUVXLElBQUksbUJBQ0MsdUJBQXVCLENBQUMsTUFBTSxpQkFDaEMsaUJBQWlCLENBQUMsSUFBSSxRQUMvQjt3QkFDSixLQUFLLEVBQUUseUNBQXlDO3FCQUNqRCxrQkFDZSxDQUFDLHdCQUF3QixFQUFFLDZCQUE2QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFN0YXRpY0Zvcm1GaWVsZERpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uLy4uL2RpcmVjdGl2ZXMvc3RhdGljLWZvcm0tZmllbGQnO1xuaW1wb3J0IHsgU2VnbWVudGVkQnV0dG9uRmllbGREaXJlY3RpdmUgfSBmcm9tICcuLi8uLi9kaXJlY3RpdmVzL3NlZ21lbnRlZC1idXR0b24tZmllbGQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdldC1zZWdtZW50ZWQtYnV0dG9uLWZpZWxkJyxcbiAgdGVtcGxhdGU6IGBcbiAgICA8ZGl2IGNsYXNzPVwiZXQtc2VnbWVudGVkLWJ1dHRvbi1maWVsZC1jb250YWluZXJcIj5cbiAgICAgIDxuZy1jb250ZW50IC8+XG4gICAgPC9kaXY+XG4gIGAsXG4gIHN0eWxlVXJsczogWycuL3NlZ21lbnRlZC1idXR0b24tZmllbGQuY29tcG9uZW50LnNjc3MnXSxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGhvc3Q6IHtcbiAgICBjbGFzczogJ2V0LWZvcm0tZmllbGQgZXQtc2VnbWVudGVkLWJ1dHRvbi1maWVsZCcsXG4gIH0sXG4gIGhvc3REaXJlY3RpdmVzOiBbU3RhdGljRm9ybUZpZWxkRGlyZWN0aXZlLCBTZWdtZW50ZWRCdXR0b25GaWVsZERpcmVjdGl2ZV0sXG59KVxuZXhwb3J0IGNsYXNzIFNlZ21lbnRlZEJ1dHRvbkZpZWxkQ29tcG9uZW50IHt9XG4iXX0=
@@ -1,2 +1,2 @@
1
- export * from './public-api';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvZm9ybXMvY29tcG9uZW50cy9zZWdtZW50ZWQtYnV0dG9uL2NvbXBvbmVudHMvc2VnbWVudGVkLWJ1dHRvbi1ncm91cC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
1
+ export * from './segmented-button-group.component';
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvZm9ybXMvY29tcG9uZW50cy9zZWdtZW50ZWQtYnV0dG9uL2NvbXBvbmVudHMvc2VnbWVudGVkLWJ1dHRvbi1ncm91cC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLG9DQUFvQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9zZWdtZW50ZWQtYnV0dG9uLWdyb3VwLmNvbXBvbmVudCc7XG4iXX0=
@@ -1,9 +1,11 @@
1
1
  import { AsyncPipe } from '@angular/common';
2
2
  import { ChangeDetectionStrategy, Component, ViewEncapsulation, forwardRef, inject } from '@angular/core';
3
- import { DynamicFormGroupDirective, StaticFormGroupDirective, WriteableInputDirective } from '../../../../directives';
3
+ import { DynamicFormGroupDirective } from '../../../../directives/dynamic-form-group';
4
+ import { StaticFormGroupDirective } from '../../../../directives/static-form-group';
5
+ import { WriteableInputDirective } from '../../../../directives/writeable-input';
4
6
  import { InputStateService } from '../../../../services';
5
- import { ErrorComponent } from '../../../error';
6
- import { SegmentedButtonGroupDirective } from '../../directives';
7
+ import { ErrorComponent } from '../../../error/components/error';
8
+ import { SegmentedButtonGroupDirective } from '../../directives/segmented-button-group';
7
9
  import * as i0 from "@angular/core";
8
10
  import * as i1 from "../../../../directives/static-form-group/static-form-group.directive";
9
11
  import * as i2 from "../../../../directives/writeable-input/writeable-input.directive";
@@ -13,15 +15,15 @@ export class SegmentedButtonGroupComponent {
13
15
  constructor() {
14
16
  this.inputState = inject(InputStateService);
15
17
  }
16
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: SegmentedButtonGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
17
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.4", type: SegmentedButtonGroupComponent, isStandalone: true, selector: "et-segmented-button-group", host: { classAttribute: "et-form-group et-segmented-button-group" }, hostDirectives: [{ directive: i1.StaticFormGroupDirective }, { directive: i2.WriteableInputDirective }, { directive: i0.forwardRef(() => i3.DynamicFormGroupDirective), inputs: ["hideErrorMessage", "hideErrorMessage"] }, { directive: i4.SegmentedButtonGroupDirective }], ngImport: i0, template: `
18
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: SegmentedButtonGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
19
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: SegmentedButtonGroupComponent, isStandalone: true, selector: "et-segmented-button-group", host: { classAttribute: "et-form-group et-segmented-button-group" }, hostDirectives: [{ directive: i1.StaticFormGroupDirective }, { directive: i2.WriteableInputDirective }, { directive: i0.forwardRef(() => i3.DynamicFormGroupDirective), inputs: ["hideErrorMessage", "hideErrorMessage"] }, { directive: i4.SegmentedButtonGroupDirective }], ngImport: i0, template: `
18
20
  <div class="et-segmented-button-group-container">
19
21
  <ng-content />
20
22
  </div>
21
23
  <et-error [errors]="inputState.errors$ | async" />
22
24
  `, isInline: true, styles: [":where(.et-segmented-button-group){--et-segmented-button-group-gap: 1rem}.et-segmented-button-group-container{display:flex;gap:var(--et-segmented-button-group-gap)}\n"], dependencies: [{ kind: "component", type: ErrorComponent, selector: "et-error", inputs: ["errors"] }, { kind: "pipe", type: AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
23
25
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: SegmentedButtonGroupComponent, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: SegmentedButtonGroupComponent, decorators: [{
25
27
  type: Component,
26
28
  args: [{ selector: 'et-segmented-button-group', template: `
27
29
  <div class="et-segmented-button-group-container">
@@ -40,4 +42,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImpor
40
42
  SegmentedButtonGroupDirective,
41
43
  ], imports: [ErrorComponent, AsyncPipe], styles: [":where(.et-segmented-button-group){--et-segmented-button-group-gap: 1rem}.et-segmented-button-group-container{display:flex;gap:var(--et-segmented-button-group-gap)}\n"] }]
42
44
  }] });
43
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VnbWVudGVkLWJ1dHRvbi1ncm91cC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvZm9ybXMvY29tcG9uZW50cy9zZWdtZW50ZWQtYnV0dG9uL2NvbXBvbmVudHMvc2VnbWVudGVkLWJ1dHRvbi1ncm91cC9zZWdtZW50ZWQtYnV0dG9uLWdyb3VwLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDNUMsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSxVQUFVLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFHLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSx3QkFBd0IsRUFBRSx1QkFBdUIsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3RILE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ3pELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNoRCxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQzs7Ozs7O0FBNEJqRSxNQUFNLE9BQU8sNkJBQTZCO0lBMUIxQztRQTJCcUIsZUFBVSxHQUFHLE1BQU0sQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO0tBQzNEOzhHQUZZLDZCQUE2QjtrR0FBN0IsNkJBQTZCLHdhQXhCOUI7Ozs7O0dBS1QsZ1BBaUJTLGNBQWMsb0VBQUUsU0FBUzs7MkZBRXhCLDZCQUE2QjtrQkExQnpDLFNBQVM7K0JBQ0UsMkJBQTJCLFlBQzNCOzs7OztHQUtULGNBRVcsSUFBSSxtQkFDQyx1QkFBdUIsQ0FBQyxNQUFNLGlCQUNoQyxpQkFBaUIsQ0FBQyxJQUFJLFFBQy9CO3dCQUNKLEtBQUssRUFBRSx5Q0FBeUM7cUJBQ2pELGtCQUNlO3dCQUNkLHdCQUF3Qjt3QkFDeEIsdUJBQXVCO3dCQUN2Qjs0QkFDRSxTQUFTLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLHlCQUF5QixDQUFDOzRCQUN0RCxNQUFNLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQzt5QkFDN0I7d0JBQ0QsNkJBQTZCO3FCQUM5QixXQUNRLENBQUMsY0FBYyxFQUFFLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFzeW5jUGlwZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBWaWV3RW5jYXBzdWxhdGlvbiwgZm9yd2FyZFJlZiwgaW5qZWN0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBEeW5hbWljRm9ybUdyb3VwRGlyZWN0aXZlLCBTdGF0aWNGb3JtR3JvdXBEaXJlY3RpdmUsIFdyaXRlYWJsZUlucHV0RGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vLi4vZGlyZWN0aXZlcyc7XG5pbXBvcnQgeyBJbnB1dFN0YXRlU2VydmljZSB9IGZyb20gJy4uLy4uLy4uLy4uL3NlcnZpY2VzJztcbmltcG9ydCB7IEVycm9yQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vLi4vZXJyb3InO1xuaW1wb3J0IHsgU2VnbWVudGVkQnV0dG9uR3JvdXBEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi9kaXJlY3RpdmVzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZXQtc2VnbWVudGVkLWJ1dHRvbi1ncm91cCcsXG4gIHRlbXBsYXRlOiBgXG4gICAgPGRpdiBjbGFzcz1cImV0LXNlZ21lbnRlZC1idXR0b24tZ3JvdXAtY29udGFpbmVyXCI+XG4gICAgICA8bmctY29udGVudCAvPlxuICAgIDwvZGl2PlxuICAgIDxldC1lcnJvciBbZXJyb3JzXT1cImlucHV0U3RhdGUuZXJyb3JzJCB8IGFzeW5jXCIgLz5cbiAgYCxcbiAgc3R5bGVVcmxzOiBbJy4vc2VnbWVudGVkLWJ1dHRvbi1ncm91cC5jb21wb25lbnQuc2NzcyddLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgaG9zdDoge1xuICAgIGNsYXNzOiAnZXQtZm9ybS1ncm91cCBldC1zZWdtZW50ZWQtYnV0dG9uLWdyb3VwJyxcbiAgfSxcbiAgaG9zdERpcmVjdGl2ZXM6IFtcbiAgICBTdGF0aWNGb3JtR3JvdXBEaXJlY3RpdmUsXG4gICAgV3JpdGVhYmxlSW5wdXREaXJlY3RpdmUsXG4gICAge1xuICAgICAgZGlyZWN0aXZlOiBmb3J3YXJkUmVmKCgpID0+IER5bmFtaWNGb3JtR3JvdXBEaXJlY3RpdmUpLFxuICAgICAgaW5wdXRzOiBbJ2hpZGVFcnJvck1lc3NhZ2UnXSxcbiAgICB9LFxuICAgIFNlZ21lbnRlZEJ1dHRvbkdyb3VwRGlyZWN0aXZlLFxuICBdLFxuICBpbXBvcnRzOiBbRXJyb3JDb21wb25lbnQsIEFzeW5jUGlwZV0sXG59KVxuZXhwb3J0IGNsYXNzIFNlZ21lbnRlZEJ1dHRvbkdyb3VwQ29tcG9uZW50IHtcbiAgcHJvdGVjdGVkIHJlYWRvbmx5IGlucHV0U3RhdGUgPSBpbmplY3QoSW5wdXRTdGF0ZVNlcnZpY2UpO1xufVxuIl19
45
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VnbWVudGVkLWJ1dHRvbi1ncm91cC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvZm9ybXMvY29tcG9uZW50cy9zZWdtZW50ZWQtYnV0dG9uL2NvbXBvbmVudHMvc2VnbWVudGVkLWJ1dHRvbi1ncm91cC9zZWdtZW50ZWQtYnV0dG9uLWdyb3VwLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDNUMsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSxVQUFVLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFHLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQ3RGLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBQ3BGLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLHdDQUF3QyxDQUFDO0FBQ2pGLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ3pELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUNqRSxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQzs7Ozs7O0FBNEJ4RixNQUFNLE9BQU8sNkJBQTZCO0lBMUIxQztRQTJCcUIsZUFBVSxHQUFHLE1BQU0sQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO0tBQzNEOzhHQUZZLDZCQUE2QjtrR0FBN0IsNkJBQTZCLHdhQXhCOUI7Ozs7O0dBS1QsZ1BBaUJTLGNBQWMsb0VBQUUsU0FBUzs7MkZBRXhCLDZCQUE2QjtrQkExQnpDLFNBQVM7K0JBQ0UsMkJBQTJCLFlBQzNCOzs7OztHQUtULGNBRVcsSUFBSSxtQkFDQyx1QkFBdUIsQ0FBQyxNQUFNLGlCQUNoQyxpQkFBaUIsQ0FBQyxJQUFJLFFBQy9CO3dCQUNKLEtBQUssRUFBRSx5Q0FBeUM7cUJBQ2pELGtCQUNlO3dCQUNkLHdCQUF3Qjt3QkFDeEIsdUJBQXVCO3dCQUN2Qjs0QkFDRSxTQUFTLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLHlCQUF5QixDQUFDOzRCQUN0RCxNQUFNLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQzt5QkFDN0I7d0JBQ0QsNkJBQTZCO3FCQUM5QixXQUNRLENBQUMsY0FBYyxFQUFFLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFzeW5jUGlwZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBWaWV3RW5jYXBzdWxhdGlvbiwgZm9yd2FyZFJlZiwgaW5qZWN0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBEeW5hbWljRm9ybUdyb3VwRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vLi4vZGlyZWN0aXZlcy9keW5hbWljLWZvcm0tZ3JvdXAnO1xuaW1wb3J0IHsgU3RhdGljRm9ybUdyb3VwRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vLi4vZGlyZWN0aXZlcy9zdGF0aWMtZm9ybS1ncm91cCc7XG5pbXBvcnQgeyBXcml0ZWFibGVJbnB1dERpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uLy4uL2RpcmVjdGl2ZXMvd3JpdGVhYmxlLWlucHV0JztcbmltcG9ydCB7IElucHV0U3RhdGVTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vLi4vc2VydmljZXMnO1xuaW1wb3J0IHsgRXJyb3JDb21wb25lbnQgfSBmcm9tICcuLi8uLi8uLi9lcnJvci9jb21wb25lbnRzL2Vycm9yJztcbmltcG9ydCB7IFNlZ21lbnRlZEJ1dHRvbkdyb3VwRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vZGlyZWN0aXZlcy9zZWdtZW50ZWQtYnV0dG9uLWdyb3VwJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZXQtc2VnbWVudGVkLWJ1dHRvbi1ncm91cCcsXG4gIHRlbXBsYXRlOiBgXG4gICAgPGRpdiBjbGFzcz1cImV0LXNlZ21lbnRlZC1idXR0b24tZ3JvdXAtY29udGFpbmVyXCI+XG4gICAgICA8bmctY29udGVudCAvPlxuICAgIDwvZGl2PlxuICAgIDxldC1lcnJvciBbZXJyb3JzXT1cImlucHV0U3RhdGUuZXJyb3JzJCB8IGFzeW5jXCIgLz5cbiAgYCxcbiAgc3R5bGVVcmxzOiBbJy4vc2VnbWVudGVkLWJ1dHRvbi1ncm91cC5jb21wb25lbnQuc2NzcyddLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgaG9zdDoge1xuICAgIGNsYXNzOiAnZXQtZm9ybS1ncm91cCBldC1zZWdtZW50ZWQtYnV0dG9uLWdyb3VwJyxcbiAgfSxcbiAgaG9zdERpcmVjdGl2ZXM6IFtcbiAgICBTdGF0aWNGb3JtR3JvdXBEaXJlY3RpdmUsXG4gICAgV3JpdGVhYmxlSW5wdXREaXJlY3RpdmUsXG4gICAge1xuICAgICAgZGlyZWN0aXZlOiBmb3J3YXJkUmVmKCgpID0+IER5bmFtaWNGb3JtR3JvdXBEaXJlY3RpdmUpLFxuICAgICAgaW5wdXRzOiBbJ2hpZGVFcnJvck1lc3NhZ2UnXSxcbiAgICB9LFxuICAgIFNlZ21lbnRlZEJ1dHRvbkdyb3VwRGlyZWN0aXZlLFxuICBdLFxuICBpbXBvcnRzOiBbRXJyb3JDb21wb25lbnQsIEFzeW5jUGlwZV0sXG59KVxuZXhwb3J0IGNsYXNzIFNlZ21lbnRlZEJ1dHRvbkdyb3VwQ29tcG9uZW50IHtcbiAgcHJvdGVjdGVkIHJlYWRvbmx5IGlucHV0U3RhdGUgPSBpbmplY3QoSW5wdXRTdGF0ZVNlcnZpY2UpO1xufVxuIl19
@@ -1,2 +1,2 @@
1
- export * from './public-api';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvZm9ybXMvY29tcG9uZW50cy9zZWdtZW50ZWQtYnV0dG9uL2RpcmVjdGl2ZXMvc2VnbWVudGVkLWJ1dHRvbi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
1
+ export * from './segmented-button.directive';
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvZm9ybXMvY29tcG9uZW50cy9zZWdtZW50ZWQtYnV0dG9uL2RpcmVjdGl2ZXMvc2VnbWVudGVkLWJ1dHRvbi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDhCQUE4QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9zZWdtZW50ZWQtYnV0dG9uLmRpcmVjdGl2ZSc7XG4iXX0=
@@ -2,7 +2,7 @@ import { Directive, InjectionToken, Input, booleanAttribute, inject } from '@ang
2
2
  import { toSignal } from '@angular/core/rxjs-interop';
3
3
  import { signalHostClasses } from '@ethlete/core';
4
4
  import { BehaviorSubject, combineLatest, map } from 'rxjs';
5
- import { INPUT_TOKEN } from '../../../../directives';
5
+ import { INPUT_TOKEN } from '../../../../directives/input';
6
6
  import * as i0 from "@angular/core";
7
7
  export const SEGMENTED_BUTTON_TOKEN = new InjectionToken('ET_SEGMENTED_BUTTON_DIRECTIVE_TOKEN');
8
8
  export class SegmentedButtonDirective {
@@ -52,10 +52,10 @@ export class SegmentedButtonDirective {
52
52
  this.input._markAsTouched();
53
53
  this.input._setShouldDisplayError(true);
54
54
  }
55
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: SegmentedButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
56
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.4", type: SegmentedButtonDirective, isStandalone: true, inputs: { value: "value", disabled: "disabled" }, providers: [{ provide: SEGMENTED_BUTTON_TOKEN, useExisting: SegmentedButtonDirective }], exportAs: ["etSegmentedButton"], ngImport: i0 }); }
55
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: SegmentedButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
56
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: SegmentedButtonDirective, isStandalone: true, inputs: { value: "value", disabled: "disabled" }, providers: [{ provide: SEGMENTED_BUTTON_TOKEN, useExisting: SegmentedButtonDirective }], exportAs: ["etSegmentedButton"], ngImport: i0 }); }
57
57
  }
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: SegmentedButtonDirective, decorators: [{
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: SegmentedButtonDirective, decorators: [{
59
59
  type: Directive,
60
60
  args: [{
61
61
  standalone: true,
@@ -67,4 +67,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImpor
67
67
  }], disabled: [{
68
68
  type: Input
69
69
  }] } });
70
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VnbWVudGVkLWJ1dHRvbi5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvZm9ybXMvY29tcG9uZW50cy9zZWdtZW50ZWQtYnV0dG9uL2RpcmVjdGl2ZXMvc2VnbWVudGVkLWJ1dHRvbi9zZWdtZW50ZWQtYnV0dG9uLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLGNBQWMsRUFBRSxLQUFLLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNGLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUN0RCxPQUFPLEVBQWEsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDN0QsT0FBTyxFQUFFLGVBQWUsRUFBRSxhQUFhLEVBQUUsR0FBRyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQzNELE9BQU8sRUFBRSxXQUFXLEVBQWtCLE1BQU0sd0JBQXdCLENBQUM7O0FBRXJFLE1BQU0sQ0FBQyxNQUFNLHNCQUFzQixHQUFHLElBQUksY0FBYyxDQUN0RCxxQ0FBcUMsQ0FDdEMsQ0FBQztBQU9GLE1BQU0sT0FBTyx3QkFBd0I7SUFMckM7UUFNbUIsNkJBQXdCLEdBQUcsSUFBSSxlQUFlLENBQXFCLElBQUksQ0FBQyxDQUFDO1FBQ2pGLFVBQUssR0FBRyxNQUFNLENBQTRCLFdBQVcsQ0FBQyxDQUFDO1FBU3hELFlBQU8sR0FBRyxJQUFJLGVBQWUsQ0FBWSxJQUFJLENBQUMsQ0FBQztRQVMvQyxlQUFVLEdBQUcsSUFBSSxlQUFlLENBQUMsS0FBSyxDQUFDLENBQUM7UUFFdkMsYUFBUSxHQUFHLGFBQWEsQ0FBQyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsTUFBTSxFQUFFLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FDdkUsR0FBRyxDQUFDLENBQUMsQ0FBQyxVQUFVLEVBQUUsS0FBSyxDQUFDLEVBQUUsRUFBRSxDQUFDLFVBQVUsS0FBSyxLQUFLLENBQUMsQ0FDbkQsQ0FBQztRQUVPLGNBQVMsR0FBRyxhQUFhLENBQUMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLFNBQVMsRUFBRSxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQzlFLEdBQUcsQ0FBQyxDQUFDLENBQUMsYUFBYSxFQUFFLFFBQVEsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxhQUFhLElBQUksUUFBUSxDQUFDLENBQzlELENBQUM7UUFFTyxzQkFBaUIsR0FBRyxpQkFBaUIsQ0FBQztZQUM3Qyw4QkFBOEIsRUFBRSxRQUFRLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQztZQUN2RCwrQkFBK0IsRUFBRSxRQUFRLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQztTQUMxRCxDQUFDLENBQUM7S0ErQko7SUE1REMsSUFDSSxLQUFLO1FBQ1AsT0FBTyxJQUFJLENBQUMsT0FBTyxDQUFDLFFBQVEsRUFBRSxDQUFDO0lBQ2pDLENBQUM7SUFDRCxJQUFJLEtBQUssQ0FBQyxLQUFnQjtRQUN4QixJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUMzQixDQUFDO0lBR0QsSUFDSSxRQUFRO1FBQ1YsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLFFBQVEsRUFBRSxDQUFDO0lBQ3BDLENBQUM7SUFDRCxJQUFJLFFBQVEsQ0FBQyxLQUFjO1FBQ3pCLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLGdCQUFnQixDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUM7SUFDaEQsQ0FBQztJQWdCRCxJQUFJLHVCQUF1QjtRQUN6QixPQUFPLElBQUksQ0FBQyx3QkFBd0IsQ0FBQyxZQUFZLEVBQUUsQ0FBQztJQUN0RCxDQUFDO0lBRUQsSUFBSSxzQkFBc0I7UUFDeEIsT0FBTyxJQUFJLENBQUMsd0JBQXdCLENBQUMsUUFBUSxFQUFFLENBQUM7SUFDbEQsQ0FBQztJQUVELDBCQUEwQixDQUFDLE9BQW9CO1FBQzdDLElBQUksQ0FBQyx3QkFBd0IsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUM7SUFDOUMsQ0FBQztJQUVELG1CQUFtQixDQUFDLEtBQVk7UUFDOUIsS0FBSyxDQUFDLGVBQWUsRUFBRSxDQUFDO1FBRXhCLElBQUksSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFDO1lBQ2xCLE9BQU87UUFDVCxDQUFDO1FBRUQsSUFBSSxDQUFDLEtBQUssQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBRXBDLElBQUksQ0FBQyxLQUFLLENBQUMsY0FBYyxFQUFFLENBQUM7UUFDNUIsSUFBSSxDQUFDLEtBQUssQ0FBQyxzQkFBc0IsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUMxQyxDQUFDO0lBRUQsZUFBZTtRQUNiLElBQUksQ0FBQyxLQUFLLENBQUMsY0FBYyxFQUFFLENBQUM7UUFDNUIsSUFBSSxDQUFDLEtBQUssQ0FBQyxzQkFBc0IsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUMxQyxDQUFDOzhHQS9EVSx3QkFBd0I7a0dBQXhCLHdCQUF3QixtRkFIeEIsQ0FBQyxFQUFFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxXQUFXLEVBQUUsd0JBQXdCLEVBQUUsQ0FBQzs7MkZBRzVFLHdCQUF3QjtrQkFMcEMsU0FBUzttQkFBQztvQkFDVCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsU0FBUyxFQUFFLENBQUMsRUFBRSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsV0FBVywwQkFBMEIsRUFBRSxDQUFDO29CQUN2RixRQUFRLEVBQUUsbUJBQW1CO2lCQUM5Qjs4QkFNSyxLQUFLO3NCQURSLEtBQUs7Z0JBVUYsUUFBUTtzQkFEWCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBJbmplY3Rpb25Ub2tlbiwgSW5wdXQsIGJvb2xlYW5BdHRyaWJ1dGUsIGluamVjdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgdG9TaWduYWwgfSBmcm9tICdAYW5ndWxhci9jb3JlL3J4anMtaW50ZXJvcCc7XG5pbXBvcnQgeyBQcmltaXRpdmUsIHNpZ25hbEhvc3RDbGFzc2VzIH0gZnJvbSAnQGV0aGxldGUvY29yZSc7XG5pbXBvcnQgeyBCZWhhdmlvclN1YmplY3QsIGNvbWJpbmVMYXRlc3QsIG1hcCB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgSU5QVVRfVE9LRU4sIElucHV0RGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vLi4vZGlyZWN0aXZlcyc7XG5cbmV4cG9ydCBjb25zdCBTRUdNRU5URURfQlVUVE9OX1RPS0VOID0gbmV3IEluamVjdGlvblRva2VuPFNlZ21lbnRlZEJ1dHRvbkRpcmVjdGl2ZT4oXG4gICdFVF9TRUdNRU5URURfQlVUVE9OX0RJUkVDVElWRV9UT0tFTicsXG4pO1xuXG5ARGlyZWN0aXZlKHtcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgcHJvdmlkZXJzOiBbeyBwcm92aWRlOiBTRUdNRU5URURfQlVUVE9OX1RPS0VOLCB1c2VFeGlzdGluZzogU2VnbWVudGVkQnV0dG9uRGlyZWN0aXZlIH1dLFxuICBleHBvcnRBczogJ2V0U2VnbWVudGVkQnV0dG9uJyxcbn0pXG5leHBvcnQgY2xhc3MgU2VnbWVudGVkQnV0dG9uRGlyZWN0aXZlIHtcbiAgcHJpdmF0ZSByZWFkb25seSBfYWN0aXZlSW5kaWNhdG9yRWxlbWVudCQgPSBuZXcgQmVoYXZpb3JTdWJqZWN0PEhUTUxFbGVtZW50IHwgbnVsbD4obnVsbCk7XG4gIHJlYWRvbmx5IGlucHV0ID0gaW5qZWN0PElucHV0RGlyZWN0aXZlPFByaW1pdGl2ZT4+KElOUFVUX1RPS0VOKTtcblxuICBASW5wdXQoKVxuICBnZXQgdmFsdWUoKSB7XG4gICAgcmV0dXJuIHRoaXMuX3ZhbHVlJC5nZXRWYWx1ZSgpO1xuICB9XG4gIHNldCB2YWx1ZSh2YWx1ZTogUHJpbWl0aXZlKSB7XG4gICAgdGhpcy5fdmFsdWUkLm5leHQodmFsdWUpO1xuICB9XG4gIHByaXZhdGUgX3ZhbHVlJCA9IG5ldyBCZWhhdmlvclN1YmplY3Q8UHJpbWl0aXZlPihudWxsKTtcblxuICBASW5wdXQoKVxuICBnZXQgZGlzYWJsZWQoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuX2Rpc2FibGVkJC5nZXRWYWx1ZSgpO1xuICB9XG4gIHNldCBkaXNhYmxlZCh2YWx1ZTogdW5rbm93bikge1xuICAgIHRoaXMuX2Rpc2FibGVkJC5uZXh0KGJvb2xlYW5BdHRyaWJ1dGUodmFsdWUpKTtcbiAgfVxuICBwcml2YXRlIF9kaXNhYmxlZCQgPSBuZXcgQmVoYXZpb3JTdWJqZWN0KGZhbHNlKTtcblxuICByZWFkb25seSBjaGVja2VkJCA9IGNvbWJpbmVMYXRlc3QoW3RoaXMuaW5wdXQudmFsdWUkLCB0aGlzLl92YWx1ZSRdKS5waXBlKFxuICAgIG1hcCgoW2lucHV0VmFsdWUsIHZhbHVlXSkgPT4gaW5wdXRWYWx1ZSA9PT0gdmFsdWUpLFxuICApO1xuXG4gIHJlYWRvbmx5IGRpc2FibGVkJCA9IGNvbWJpbmVMYXRlc3QoW3RoaXMuaW5wdXQuZGlzYWJsZWQkLCB0aGlzLl9kaXNhYmxlZCRdKS5waXBlKFxuICAgIG1hcCgoW2lucHV0RGlzYWJsZWQsIGRpc2FibGVkXSkgPT4gaW5wdXREaXNhYmxlZCB8fCBkaXNhYmxlZCksXG4gICk7XG5cbiAgcmVhZG9ubHkgaG9zdENsYXNzQmluZGluZ3MgPSBzaWduYWxIb3N0Q2xhc3Nlcyh7XG4gICAgJ2V0LXNlZ21lbnRlZC1idXR0b24tLWNoZWNrZWQnOiB0b1NpZ25hbCh0aGlzLmNoZWNrZWQkKSxcbiAgICAnZXQtc2VnbWVudGVkLWJ1dHRvbi0tZGlzYWJsZWQnOiB0b1NpZ25hbCh0aGlzLmRpc2FibGVkJCksXG4gIH0pO1xuXG4gIGdldCBhY3RpdmVJbmRpY2F0b3JFbGVtZW50JCgpIHtcbiAgICByZXR1cm4gdGhpcy5fYWN0aXZlSW5kaWNhdG9yRWxlbWVudCQuYXNPYnNlcnZhYmxlKCk7XG4gIH1cblxuICBnZXQgYWN0aXZlSW5kaWNhdG9yRWxlbWVudCgpIHtcbiAgICByZXR1cm4gdGhpcy5fYWN0aXZlSW5kaWNhdG9yRWxlbWVudCQuZ2V0VmFsdWUoKTtcbiAgfVxuXG4gIF9zZXRBY3RpdmVJbmRpY2F0b3JFbGVtZW50KGVsZW1lbnQ6IEhUTUxFbGVtZW50KSB7XG4gICAgdGhpcy5fYWN0aXZlSW5kaWNhdG9yRWxlbWVudCQubmV4dChlbGVtZW50KTtcbiAgfVxuXG4gIF9vbklucHV0SW50ZXJhY3Rpb24oZXZlbnQ6IEV2ZW50KSB7XG4gICAgZXZlbnQuc3RvcFByb3BhZ2F0aW9uKCk7XG5cbiAgICBpZiAodGhpcy5kaXNhYmxlZCkge1xuICAgICAgcmV0dXJuO1xuICAgIH1cblxuICAgIHRoaXMuaW5wdXQuX3VwZGF0ZVZhbHVlKHRoaXMudmFsdWUpO1xuXG4gICAgdGhpcy5pbnB1dC5fbWFya0FzVG91Y2hlZCgpO1xuICAgIHRoaXMuaW5wdXQuX3NldFNob3VsZERpc3BsYXlFcnJvcih0cnVlKTtcbiAgfVxuXG4gIF9jb250cm9sVG91Y2hlZCgpIHtcbiAgICB0aGlzLmlucHV0Ll9tYXJrQXNUb3VjaGVkKCk7XG4gICAgdGhpcy5pbnB1dC5fc2V0U2hvdWxkRGlzcGxheUVycm9yKHRydWUpO1xuICB9XG59XG4iXX0=
70
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VnbWVudGVkLWJ1dHRvbi5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvZm9ybXMvY29tcG9uZW50cy9zZWdtZW50ZWQtYnV0dG9uL2RpcmVjdGl2ZXMvc2VnbWVudGVkLWJ1dHRvbi9zZWdtZW50ZWQtYnV0dG9uLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLGNBQWMsRUFBRSxLQUFLLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNGLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUN0RCxPQUFPLEVBQWEsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDN0QsT0FBTyxFQUFFLGVBQWUsRUFBRSxhQUFhLEVBQUUsR0FBRyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQzNELE9BQU8sRUFBRSxXQUFXLEVBQWtCLE1BQU0sOEJBQThCLENBQUM7O0FBRTNFLE1BQU0sQ0FBQyxNQUFNLHNCQUFzQixHQUFHLElBQUksY0FBYyxDQUN0RCxxQ0FBcUMsQ0FDdEMsQ0FBQztBQU9GLE1BQU0sT0FBTyx3QkFBd0I7SUFMckM7UUFNbUIsNkJBQXdCLEdBQUcsSUFBSSxlQUFlLENBQXFCLElBQUksQ0FBQyxDQUFDO1FBQ2pGLFVBQUssR0FBRyxNQUFNLENBQTRCLFdBQVcsQ0FBQyxDQUFDO1FBU3hELFlBQU8sR0FBRyxJQUFJLGVBQWUsQ0FBWSxJQUFJLENBQUMsQ0FBQztRQVMvQyxlQUFVLEdBQUcsSUFBSSxlQUFlLENBQUMsS0FBSyxDQUFDLENBQUM7UUFFdkMsYUFBUSxHQUFHLGFBQWEsQ0FBQyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsTUFBTSxFQUFFLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FDdkUsR0FBRyxDQUFDLENBQUMsQ0FBQyxVQUFVLEVBQUUsS0FBSyxDQUFDLEVBQUUsRUFBRSxDQUFDLFVBQVUsS0FBSyxLQUFLLENBQUMsQ0FDbkQsQ0FBQztRQUVPLGNBQVMsR0FBRyxhQUFhLENBQUMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLFNBQVMsRUFBRSxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQzlFLEdBQUcsQ0FBQyxDQUFDLENBQUMsYUFBYSxFQUFFLFFBQVEsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxhQUFhLElBQUksUUFBUSxDQUFDLENBQzlELENBQUM7UUFFTyxzQkFBaUIsR0FBRyxpQkFBaUIsQ0FBQztZQUM3Qyw4QkFBOEIsRUFBRSxRQUFRLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQztZQUN2RCwrQkFBK0IsRUFBRSxRQUFRLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQztTQUMxRCxDQUFDLENBQUM7S0ErQko7SUE1REMsSUFDSSxLQUFLO1FBQ1AsT0FBTyxJQUFJLENBQUMsT0FBTyxDQUFDLFFBQVEsRUFBRSxDQUFDO0lBQ2pDLENBQUM7SUFDRCxJQUFJLEtBQUssQ0FBQyxLQUFnQjtRQUN4QixJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUMzQixDQUFDO0lBR0QsSUFDSSxRQUFRO1FBQ1YsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLFFBQVEsRUFBRSxDQUFDO0lBQ3BDLENBQUM7SUFDRCxJQUFJLFFBQVEsQ0FBQyxLQUFjO1FBQ3pCLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLGdCQUFnQixDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUM7SUFDaEQsQ0FBQztJQWdCRCxJQUFJLHVCQUF1QjtRQUN6QixPQUFPLElBQUksQ0FBQyx3QkFBd0IsQ0FBQyxZQUFZLEVBQUUsQ0FBQztJQUN0RCxDQUFDO0lBRUQsSUFBSSxzQkFBc0I7UUFDeEIsT0FBTyxJQUFJLENBQUMsd0JBQXdCLENBQUMsUUFBUSxFQUFFLENBQUM7SUFDbEQsQ0FBQztJQUVELDBCQUEwQixDQUFDLE9BQW9CO1FBQzdDLElBQUksQ0FBQyx3QkFBd0IsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUM7SUFDOUMsQ0FBQztJQUVELG1CQUFtQixDQUFDLEtBQVk7UUFDOUIsS0FBSyxDQUFDLGVBQWUsRUFBRSxDQUFDO1FBRXhCLElBQUksSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFDO1lBQ2xCLE9BQU87UUFDVCxDQUFDO1FBRUQsSUFBSSxDQUFDLEtBQUssQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBRXBDLElBQUksQ0FBQyxLQUFLLENBQUMsY0FBYyxFQUFFLENBQUM7UUFDNUIsSUFBSSxDQUFDLEtBQUssQ0FBQyxzQkFBc0IsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUMxQyxDQUFDO0lBRUQsZUFBZTtRQUNiLElBQUksQ0FBQyxLQUFLLENBQUMsY0FBYyxFQUFFLENBQUM7UUFDNUIsSUFBSSxDQUFDLEtBQUssQ0FBQyxzQkFBc0IsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUMxQyxDQUFDOzhHQS9EVSx3QkFBd0I7a0dBQXhCLHdCQUF3QixtRkFIeEIsQ0FBQyxFQUFFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxXQUFXLEVBQUUsd0JBQXdCLEVBQUUsQ0FBQzs7MkZBRzVFLHdCQUF3QjtrQkFMcEMsU0FBUzttQkFBQztvQkFDVCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsU0FBUyxFQUFFLENBQUMsRUFBRSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsV0FBVywwQkFBMEIsRUFBRSxDQUFDO29CQUN2RixRQUFRLEVBQUUsbUJBQW1CO2lCQUM5Qjs4QkFNSyxLQUFLO3NCQURSLEtBQUs7Z0JBVUYsUUFBUTtzQkFEWCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBJbmplY3Rpb25Ub2tlbiwgSW5wdXQsIGJvb2xlYW5BdHRyaWJ1dGUsIGluamVjdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgdG9TaWduYWwgfSBmcm9tICdAYW5ndWxhci9jb3JlL3J4anMtaW50ZXJvcCc7XG5pbXBvcnQgeyBQcmltaXRpdmUsIHNpZ25hbEhvc3RDbGFzc2VzIH0gZnJvbSAnQGV0aGxldGUvY29yZSc7XG5pbXBvcnQgeyBCZWhhdmlvclN1YmplY3QsIGNvbWJpbmVMYXRlc3QsIG1hcCB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgSU5QVVRfVE9LRU4sIElucHV0RGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vLi4vZGlyZWN0aXZlcy9pbnB1dCc7XG5cbmV4cG9ydCBjb25zdCBTRUdNRU5URURfQlVUVE9OX1RPS0VOID0gbmV3IEluamVjdGlvblRva2VuPFNlZ21lbnRlZEJ1dHRvbkRpcmVjdGl2ZT4oXG4gICdFVF9TRUdNRU5URURfQlVUVE9OX0RJUkVDVElWRV9UT0tFTicsXG4pO1xuXG5ARGlyZWN0aXZlKHtcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgcHJvdmlkZXJzOiBbeyBwcm92aWRlOiBTRUdNRU5URURfQlVUVE9OX1RPS0VOLCB1c2VFeGlzdGluZzogU2VnbWVudGVkQnV0dG9uRGlyZWN0aXZlIH1dLFxuICBleHBvcnRBczogJ2V0U2VnbWVudGVkQnV0dG9uJyxcbn0pXG5leHBvcnQgY2xhc3MgU2VnbWVudGVkQnV0dG9uRGlyZWN0aXZlIHtcbiAgcHJpdmF0ZSByZWFkb25seSBfYWN0aXZlSW5kaWNhdG9yRWxlbWVudCQgPSBuZXcgQmVoYXZpb3JTdWJqZWN0PEhUTUxFbGVtZW50IHwgbnVsbD4obnVsbCk7XG4gIHJlYWRvbmx5IGlucHV0ID0gaW5qZWN0PElucHV0RGlyZWN0aXZlPFByaW1pdGl2ZT4+KElOUFVUX1RPS0VOKTtcblxuICBASW5wdXQoKVxuICBnZXQgdmFsdWUoKSB7XG4gICAgcmV0dXJuIHRoaXMuX3ZhbHVlJC5nZXRWYWx1ZSgpO1xuICB9XG4gIHNldCB2YWx1ZSh2YWx1ZTogUHJpbWl0aXZlKSB7XG4gICAgdGhpcy5fdmFsdWUkLm5leHQodmFsdWUpO1xuICB9XG4gIHByaXZhdGUgX3ZhbHVlJCA9IG5ldyBCZWhhdmlvclN1YmplY3Q8UHJpbWl0aXZlPihudWxsKTtcblxuICBASW5wdXQoKVxuICBnZXQgZGlzYWJsZWQoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuX2Rpc2FibGVkJC5nZXRWYWx1ZSgpO1xuICB9XG4gIHNldCBkaXNhYmxlZCh2YWx1ZTogdW5rbm93bikge1xuICAgIHRoaXMuX2Rpc2FibGVkJC5uZXh0KGJvb2xlYW5BdHRyaWJ1dGUodmFsdWUpKTtcbiAgfVxuICBwcml2YXRlIF9kaXNhYmxlZCQgPSBuZXcgQmVoYXZpb3JTdWJqZWN0KGZhbHNlKTtcblxuICByZWFkb25seSBjaGVja2VkJCA9IGNvbWJpbmVMYXRlc3QoW3RoaXMuaW5wdXQudmFsdWUkLCB0aGlzLl92YWx1ZSRdKS5waXBlKFxuICAgIG1hcCgoW2lucHV0VmFsdWUsIHZhbHVlXSkgPT4gaW5wdXRWYWx1ZSA9PT0gdmFsdWUpLFxuICApO1xuXG4gIHJlYWRvbmx5IGRpc2FibGVkJCA9IGNvbWJpbmVMYXRlc3QoW3RoaXMuaW5wdXQuZGlzYWJsZWQkLCB0aGlzLl9kaXNhYmxlZCRdKS5waXBlKFxuICAgIG1hcCgoW2lucHV0RGlzYWJsZWQsIGRpc2FibGVkXSkgPT4gaW5wdXREaXNhYmxlZCB8fCBkaXNhYmxlZCksXG4gICk7XG5cbiAgcmVhZG9ubHkgaG9zdENsYXNzQmluZGluZ3MgPSBzaWduYWxIb3N0Q2xhc3Nlcyh7XG4gICAgJ2V0LXNlZ21lbnRlZC1idXR0b24tLWNoZWNrZWQnOiB0b1NpZ25hbCh0aGlzLmNoZWNrZWQkKSxcbiAgICAnZXQtc2VnbWVudGVkLWJ1dHRvbi0tZGlzYWJsZWQnOiB0b1NpZ25hbCh0aGlzLmRpc2FibGVkJCksXG4gIH0pO1xuXG4gIGdldCBhY3RpdmVJbmRpY2F0b3JFbGVtZW50JCgpIHtcbiAgICByZXR1cm4gdGhpcy5fYWN0aXZlSW5kaWNhdG9yRWxlbWVudCQuYXNPYnNlcnZhYmxlKCk7XG4gIH1cblxuICBnZXQgYWN0aXZlSW5kaWNhdG9yRWxlbWVudCgpIHtcbiAgICByZXR1cm4gdGhpcy5fYWN0aXZlSW5kaWNhdG9yRWxlbWVudCQuZ2V0VmFsdWUoKTtcbiAgfVxuXG4gIF9zZXRBY3RpdmVJbmRpY2F0b3JFbGVtZW50KGVsZW1lbnQ6IEhUTUxFbGVtZW50KSB7XG4gICAgdGhpcy5fYWN0aXZlSW5kaWNhdG9yRWxlbWVudCQubmV4dChlbGVtZW50KTtcbiAgfVxuXG4gIF9vbklucHV0SW50ZXJhY3Rpb24oZXZlbnQ6IEV2ZW50KSB7XG4gICAgZXZlbnQuc3RvcFByb3BhZ2F0aW9uKCk7XG5cbiAgICBpZiAodGhpcy5kaXNhYmxlZCkge1xuICAgICAgcmV0dXJuO1xuICAgIH1cblxuICAgIHRoaXMuaW5wdXQuX3VwZGF0ZVZhbHVlKHRoaXMudmFsdWUpO1xuXG4gICAgdGhpcy5pbnB1dC5fbWFya0FzVG91Y2hlZCgpO1xuICAgIHRoaXMuaW5wdXQuX3NldFNob3VsZERpc3BsYXlFcnJvcih0cnVlKTtcbiAgfVxuXG4gIF9jb250cm9sVG91Y2hlZCgpIHtcbiAgICB0aGlzLmlucHV0Ll9tYXJrQXNUb3VjaGVkKCk7XG4gICAgdGhpcy5pbnB1dC5fc2V0U2hvdWxkRGlzcGxheUVycm9yKHRydWUpO1xuICB9XG59XG4iXX0=
@@ -0,0 +1,2 @@
1
+ export * from './segmented-button-field.directive';
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvZm9ybXMvY29tcG9uZW50cy9zZWdtZW50ZWQtYnV0dG9uL2RpcmVjdGl2ZXMvc2VnbWVudGVkLWJ1dHRvbi1maWVsZC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLG9DQUFvQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9zZWdtZW50ZWQtYnV0dG9uLWZpZWxkLmRpcmVjdGl2ZSc7XG4iXX0=
@@ -19,10 +19,10 @@ export class SegmentedButtonFieldDirective {
19
19
  set segmentedButton(segmentedButton) {
20
20
  this._segmentedButton$.next(segmentedButton);
21
21
  }
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: SegmentedButtonFieldDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
23
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.4", type: SegmentedButtonFieldDirective, isStandalone: true, providers: [{ provide: SEGMENTED_BUTTON_FIELD_TOKEN, useExisting: SegmentedButtonFieldDirective }], queries: [{ propertyName: "segmentedButton", predicate: i0.forwardRef(() => SEGMENTED_BUTTON_TOKEN), descendants: true }], exportAs: ["etSegmentedButtonField"], ngImport: i0 }); }
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: SegmentedButtonFieldDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
23
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: SegmentedButtonFieldDirective, isStandalone: true, providers: [{ provide: SEGMENTED_BUTTON_FIELD_TOKEN, useExisting: SegmentedButtonFieldDirective }], queries: [{ propertyName: "segmentedButton", predicate: i0.forwardRef(() => SEGMENTED_BUTTON_TOKEN), descendants: true }], exportAs: ["etSegmentedButtonField"], ngImport: i0 }); }
24
24
  }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: SegmentedButtonFieldDirective, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: SegmentedButtonFieldDirective, decorators: [{
26
26
  type: Directive,
27
27
  args: [{
28
28
  standalone: true,
@@ -0,0 +1,2 @@
1
+ export * from './segmented-button-group.directive';
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvZm9ybXMvY29tcG9uZW50cy9zZWdtZW50ZWQtYnV0dG9uL2RpcmVjdGl2ZXMvc2VnbWVudGVkLWJ1dHRvbi1ncm91cC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLG9DQUFvQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9zZWdtZW50ZWQtYnV0dG9uLWdyb3VwLmRpcmVjdGl2ZSc7XG4iXX0=
@@ -43,10 +43,10 @@ export class SegmentedButtonGroupDirective {
43
43
  }), takeUntil(this._destroy$))
44
44
  .subscribe();
45
45
  }
46
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: SegmentedButtonGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
47
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.4", type: SegmentedButtonGroupDirective, isStandalone: true, host: { attributes: { "role": "group" } }, providers: [{ provide: SEGMENTED_BUTTON_GROUP_TOKEN, useExisting: SegmentedButtonGroupDirective }], queries: [{ propertyName: "_segmentedButtons", predicate: i0.forwardRef(() => SEGMENTED_BUTTON_TOKEN), descendants: true }], exportAs: ["etSegmentedButtonGroup"], ngImport: i0 }); }
46
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: SegmentedButtonGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
47
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: SegmentedButtonGroupDirective, isStandalone: true, host: { attributes: { "role": "group" } }, providers: [{ provide: SEGMENTED_BUTTON_GROUP_TOKEN, useExisting: SegmentedButtonGroupDirective }], queries: [{ propertyName: "_segmentedButtons", predicate: i0.forwardRef(() => SEGMENTED_BUTTON_TOKEN), descendants: true }], exportAs: ["etSegmentedButtonGroup"], ngImport: i0 }); }
48
48
  }
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: SegmentedButtonGroupDirective, decorators: [{
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: SegmentedButtonGroupDirective, decorators: [{
50
50
  type: Directive,
51
51
  args: [{
52
52
  standalone: true,
@@ -1,7 +1,9 @@
1
- import { SegmentedButtonComponent, SegmentedButtonFieldComponent, SegmentedButtonGroupComponent } from './components';
1
+ import { SegmentedButtonComponent } from './components/segmented-button';
2
+ import { SegmentedButtonFieldComponent } from './components/segmented-button-field';
3
+ import { SegmentedButtonGroupComponent } from './components/segmented-button-group';
2
4
  export const SegmentedButtonImports = [
3
5
  SegmentedButtonComponent,
4
6
  SegmentedButtonFieldComponent,
5
7
  SegmentedButtonGroupComponent,
6
8
  ];
7
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VnbWVudGVkLWJ1dHRvbi5pbXBvcnRzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jZGsvc3JjL2xpYi9jb21wb25lbnRzL2Zvcm1zL2NvbXBvbmVudHMvc2VnbWVudGVkLWJ1dHRvbi9zZWdtZW50ZWQtYnV0dG9uLmltcG9ydHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHdCQUF3QixFQUFFLDZCQUE2QixFQUFFLDZCQUE2QixFQUFFLE1BQU0sY0FBYyxDQUFDO0FBRXRILE1BQU0sQ0FBQyxNQUFNLHNCQUFzQixHQUFHO0lBQ3BDLHdCQUF3QjtJQUN4Qiw2QkFBNkI7SUFDN0IsNkJBQTZCO0NBQ3JCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBTZWdtZW50ZWRCdXR0b25Db21wb25lbnQsIFNlZ21lbnRlZEJ1dHRvbkZpZWxkQ29tcG9uZW50LCBTZWdtZW50ZWRCdXR0b25Hcm91cENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cyc7XG5cbmV4cG9ydCBjb25zdCBTZWdtZW50ZWRCdXR0b25JbXBvcnRzID0gW1xuICBTZWdtZW50ZWRCdXR0b25Db21wb25lbnQsXG4gIFNlZ21lbnRlZEJ1dHRvbkZpZWxkQ29tcG9uZW50LFxuICBTZWdtZW50ZWRCdXR0b25Hcm91cENvbXBvbmVudCxcbl0gYXMgY29uc3Q7XG4iXX0=
9
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VnbWVudGVkLWJ1dHRvbi5pbXBvcnRzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jZGsvc3JjL2xpYi9jb21wb25lbnRzL2Zvcm1zL2NvbXBvbmVudHMvc2VnbWVudGVkLWJ1dHRvbi9zZWdtZW50ZWQtYnV0dG9uLmltcG9ydHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFDekUsT0FBTyxFQUFFLDZCQUE2QixFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFDcEYsT0FBTyxFQUFFLDZCQUE2QixFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFFcEYsTUFBTSxDQUFDLE1BQU0sc0JBQXNCLEdBQUc7SUFDcEMsd0JBQXdCO0lBQ3hCLDZCQUE2QjtJQUM3Qiw2QkFBNkI7Q0FDckIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFNlZ21lbnRlZEJ1dHRvbkNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9zZWdtZW50ZWQtYnV0dG9uJztcbmltcG9ydCB7IFNlZ21lbnRlZEJ1dHRvbkZpZWxkQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3NlZ21lbnRlZC1idXR0b24tZmllbGQnO1xuaW1wb3J0IHsgU2VnbWVudGVkQnV0dG9uR3JvdXBDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvc2VnbWVudGVkLWJ1dHRvbi1ncm91cCc7XG5cbmV4cG9ydCBjb25zdCBTZWdtZW50ZWRCdXR0b25JbXBvcnRzID0gW1xuICBTZWdtZW50ZWRCdXR0b25Db21wb25lbnQsXG4gIFNlZ21lbnRlZEJ1dHRvbkZpZWxkQ29tcG9uZW50LFxuICBTZWdtZW50ZWRCdXR0b25Hcm91cENvbXBvbmVudCxcbl0gYXMgY29uc3Q7XG4iXX0=
@@ -1,8 +1,13 @@
1
- import { InputPrefixDirective, InputSuffixDirective } from '../../../../directives';
2
- import { LabelComponent } from '../../../label';
1
+ import { InputPrefixDirective } from '../../../../directives/input-prefix';
2
+ import { InputSuffixDirective } from '../../../../directives/input-suffix';
3
+ import { LabelComponent } from '../../../label/components/label';
3
4
  import { SelectFieldComponent } from '../select-field';
4
- import { ComboboxComponent } from './components';
5
- import { ComboboxBodyEmptyTemplateDirective, ComboboxBodyErrorTemplateDirective, ComboboxBodyLoadingTemplateDirective, ComboboxOptionTemplateDirective, ComboboxSelectedOptionTemplateDirective, } from './directives';
5
+ import { ComboboxComponent } from './components/combobox';
6
+ import { ComboboxBodyEmptyTemplateDirective } from './directives/combobox-body-empty-template';
7
+ import { ComboboxBodyErrorTemplateDirective } from './directives/combobox-body-error-template';
8
+ import { ComboboxBodyLoadingTemplateDirective } from './directives/combobox-body-loading-template';
9
+ import { ComboboxOptionTemplateDirective } from './directives/combobox-option-template';
10
+ import { ComboboxSelectedOptionTemplateDirective } from './directives/combobox-selected-option-template';
6
11
  export const ComboboxImports = [
7
12
  ComboboxComponent,
8
13
  SelectFieldComponent,
@@ -15,4 +20,4 @@ export const ComboboxImports = [
15
20
  ComboboxBodyLoadingTemplateDirective,
16
21
  ComboboxBodyEmptyTemplateDirective,
17
22
  ];
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tYm9ib3guaW1wb3J0cy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY2RrL3NyYy9saWIvY29tcG9uZW50cy9mb3Jtcy9jb21wb25lbnRzL3NlbGVjdC9jb21wb25lbnRzL2NvbWJvYm94L2NvbWJvYm94LmltcG9ydHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG9CQUFvQixFQUFFLG9CQUFvQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDcEYsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ2hELE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGNBQWMsQ0FBQztBQUNqRCxPQUFPLEVBQ0wsa0NBQWtDLEVBQ2xDLGtDQUFrQyxFQUNsQyxvQ0FBb0MsRUFDcEMsK0JBQStCLEVBQy9CLHVDQUF1QyxHQUN4QyxNQUFNLGNBQWMsQ0FBQztBQUV0QixNQUFNLENBQUMsTUFBTSxlQUFlLEdBQUc7SUFDN0IsaUJBQWlCO0lBQ2pCLG9CQUFvQjtJQUNwQixvQkFBb0I7SUFDcEIsb0JBQW9CO0lBQ3BCLGNBQWM7SUFDZCwrQkFBK0I7SUFDL0IsdUNBQXVDO0lBQ3ZDLGtDQUFrQztJQUNsQyxvQ0FBb0M7SUFDcEMsa0NBQWtDO0NBQzFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbnB1dFByZWZpeERpcmVjdGl2ZSwgSW5wdXRTdWZmaXhEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi8uLi9kaXJlY3RpdmVzJztcbmltcG9ydCB7IExhYmVsQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vLi4vbGFiZWwnO1xuaW1wb3J0IHsgU2VsZWN0RmllbGRDb21wb25lbnQgfSBmcm9tICcuLi9zZWxlY3QtZmllbGQnO1xuaW1wb3J0IHsgQ29tYm9ib3hDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMnO1xuaW1wb3J0IHtcbiAgQ29tYm9ib3hCb2R5RW1wdHlUZW1wbGF0ZURpcmVjdGl2ZSxcbiAgQ29tYm9ib3hCb2R5RXJyb3JUZW1wbGF0ZURpcmVjdGl2ZSxcbiAgQ29tYm9ib3hCb2R5TG9hZGluZ1RlbXBsYXRlRGlyZWN0aXZlLFxuICBDb21ib2JveE9wdGlvblRlbXBsYXRlRGlyZWN0aXZlLFxuICBDb21ib2JveFNlbGVjdGVkT3B0aW9uVGVtcGxhdGVEaXJlY3RpdmUsXG59IGZyb20gJy4vZGlyZWN0aXZlcyc7XG5cbmV4cG9ydCBjb25zdCBDb21ib2JveEltcG9ydHMgPSBbXG4gIENvbWJvYm94Q29tcG9uZW50LFxuICBTZWxlY3RGaWVsZENvbXBvbmVudCxcbiAgSW5wdXRQcmVmaXhEaXJlY3RpdmUsXG4gIElucHV0U3VmZml4RGlyZWN0aXZlLFxuICBMYWJlbENvbXBvbmVudCxcbiAgQ29tYm9ib3hPcHRpb25UZW1wbGF0ZURpcmVjdGl2ZSxcbiAgQ29tYm9ib3hTZWxlY3RlZE9wdGlvblRlbXBsYXRlRGlyZWN0aXZlLFxuICBDb21ib2JveEJvZHlFcnJvclRlbXBsYXRlRGlyZWN0aXZlLFxuICBDb21ib2JveEJvZHlMb2FkaW5nVGVtcGxhdGVEaXJlY3RpdmUsXG4gIENvbWJvYm94Qm9keUVtcHR5VGVtcGxhdGVEaXJlY3RpdmUsXG5dIGFzIGNvbnN0O1xuIl19
23
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tYm9ib3guaW1wb3J0cy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY2RrL3NyYy9saWIvY29tcG9uZW50cy9mb3Jtcy9jb21wb25lbnRzL3NlbGVjdC9jb21wb25lbnRzL2NvbWJvYm94L2NvbWJvYm94LmltcG9ydHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFDM0UsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFDM0UsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLGlDQUFpQyxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQzFELE9BQU8sRUFBRSxrQ0FBa0MsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQy9GLE9BQU8sRUFBRSxrQ0FBa0MsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQy9GLE9BQU8sRUFBRSxvQ0FBb0MsRUFBRSxNQUFNLDZDQUE2QyxDQUFDO0FBQ25HLE9BQU8sRUFBRSwrQkFBK0IsRUFBRSxNQUFNLHVDQUF1QyxDQUFDO0FBQ3hGLE9BQU8sRUFBRSx1Q0FBdUMsRUFBRSxNQUFNLGdEQUFnRCxDQUFDO0FBRXpHLE1BQU0sQ0FBQyxNQUFNLGVBQWUsR0FBRztJQUM3QixpQkFBaUI7SUFDakIsb0JBQW9CO0lBQ3BCLG9CQUFvQjtJQUNwQixvQkFBb0I7SUFDcEIsY0FBYztJQUNkLCtCQUErQjtJQUMvQix1Q0FBdUM7SUFDdkMsa0NBQWtDO0lBQ2xDLG9DQUFvQztJQUNwQyxrQ0FBa0M7Q0FDMUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IElucHV0UHJlZml4RGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vLi4vZGlyZWN0aXZlcy9pbnB1dC1wcmVmaXgnO1xuaW1wb3J0IHsgSW5wdXRTdWZmaXhEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi8uLi9kaXJlY3RpdmVzL2lucHV0LXN1ZmZpeCc7XG5pbXBvcnQgeyBMYWJlbENvbXBvbmVudCB9IGZyb20gJy4uLy4uLy4uL2xhYmVsL2NvbXBvbmVudHMvbGFiZWwnO1xuaW1wb3J0IHsgU2VsZWN0RmllbGRDb21wb25lbnQgfSBmcm9tICcuLi9zZWxlY3QtZmllbGQnO1xuaW1wb3J0IHsgQ29tYm9ib3hDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY29tYm9ib3gnO1xuaW1wb3J0IHsgQ29tYm9ib3hCb2R5RW1wdHlUZW1wbGF0ZURpcmVjdGl2ZSB9IGZyb20gJy4vZGlyZWN0aXZlcy9jb21ib2JveC1ib2R5LWVtcHR5LXRlbXBsYXRlJztcbmltcG9ydCB7IENvbWJvYm94Qm9keUVycm9yVGVtcGxhdGVEaXJlY3RpdmUgfSBmcm9tICcuL2RpcmVjdGl2ZXMvY29tYm9ib3gtYm9keS1lcnJvci10ZW1wbGF0ZSc7XG5pbXBvcnQgeyBDb21ib2JveEJvZHlMb2FkaW5nVGVtcGxhdGVEaXJlY3RpdmUgfSBmcm9tICcuL2RpcmVjdGl2ZXMvY29tYm9ib3gtYm9keS1sb2FkaW5nLXRlbXBsYXRlJztcbmltcG9ydCB7IENvbWJvYm94T3B0aW9uVGVtcGxhdGVEaXJlY3RpdmUgfSBmcm9tICcuL2RpcmVjdGl2ZXMvY29tYm9ib3gtb3B0aW9uLXRlbXBsYXRlJztcbmltcG9ydCB7IENvbWJvYm94U2VsZWN0ZWRPcHRpb25UZW1wbGF0ZURpcmVjdGl2ZSB9IGZyb20gJy4vZGlyZWN0aXZlcy9jb21ib2JveC1zZWxlY3RlZC1vcHRpb24tdGVtcGxhdGUnO1xuXG5leHBvcnQgY29uc3QgQ29tYm9ib3hJbXBvcnRzID0gW1xuICBDb21ib2JveENvbXBvbmVudCxcbiAgU2VsZWN0RmllbGRDb21wb25lbnQsXG4gIElucHV0UHJlZml4RGlyZWN0aXZlLFxuICBJbnB1dFN1ZmZpeERpcmVjdGl2ZSxcbiAgTGFiZWxDb21wb25lbnQsXG4gIENvbWJvYm94T3B0aW9uVGVtcGxhdGVEaXJlY3RpdmUsXG4gIENvbWJvYm94U2VsZWN0ZWRPcHRpb25UZW1wbGF0ZURpcmVjdGl2ZSxcbiAgQ29tYm9ib3hCb2R5RXJyb3JUZW1wbGF0ZURpcmVjdGl2ZSxcbiAgQ29tYm9ib3hCb2R5TG9hZGluZ1RlbXBsYXRlRGlyZWN0aXZlLFxuICBDb21ib2JveEJvZHlFbXB0eVRlbXBsYXRlRGlyZWN0aXZlLFxuXSBhcyBjb25zdDtcbiJdfQ==
@@ -1,12 +1,13 @@
1
1
  import { AsyncPipe, NgComponentOutlet, NgTemplateOutlet } from '@angular/common';
2
2
  import { ChangeDetectionStrategy, Component, ViewEncapsulation, inject } from '@angular/core';
3
3
  import { AnimatedOverlayDirective, LetDirective } from '@ethlete/core';
4
- import { ChevronIconComponent } from '../../../../../../../icons';
5
- import { OverlayCloseBlockerDirective } from '../../../../../../../overlay';
6
- import { InputDirective, NativeInputRefDirective } from '../../../../../../directives';
4
+ import { ChevronIconComponent } from '../../../../../../../icons/chevron-icon';
5
+ import { OverlayCloseBlockerDirective } from '../../../../../../../overlay/directives/overlay-close-auto-blocker';
6
+ import { InputDirective } from '../../../../../../directives/input';
7
+ import { NativeInputRefDirective } from '../../../../../../directives/native-input-ref';
7
8
  import { DecoratedInputBase } from '../../../../../../utils';
8
- import { COMBOBOX_TOKEN, ComboboxDirective } from '../../directives';
9
- import { ComboboxBodyComponent } from '../../partials';
9
+ import { COMBOBOX_TOKEN, ComboboxDirective } from '../../directives/combobox';
10
+ import { ComboboxBodyComponent } from '../../partials/combobox-body';
10
11
  import * as i0 from "@angular/core";
11
12
  import * as i1 from "@ethlete/core";
12
13
  import * as i2 from "../../../../../../../overlay/directives/overlay-close-auto-blocker/overlay-close-auto-blocker.directive";
@@ -18,10 +19,10 @@ export class ComboboxComponent extends DecoratedInputBase {
18
19
  this.combobox = inject(COMBOBOX_TOKEN);
19
20
  this.combobox.setBodyComponent(ComboboxBodyComponent);
20
21
  }
21
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: ComboboxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
22
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.2.4", type: ComboboxComponent, isStandalone: true, selector: "et-combobox", host: { listeners: { "click": "combobox.selectInputAndOpen()" }, classAttribute: "et-combobox" }, usesInheritance: true, hostDirectives: [{ directive: i1.AnimatedOverlayDirective }, { directive: i2.OverlayCloseBlockerDirective }, { directive: i3.InputDirective, inputs: ["placeholder", "placeholder"] }, { directive: i4.ComboboxDirective, inputs: ["options", "options", "initialValue", "initialValue", "filterInternal", "filterInternal", "loading", "loading", "error", "error", "emptyText", "emptyText", "placeholder", "placeholder", "multiple", "multiple", "bindLabel", "bindLabel", "bindValue", "bindValue", "bindDisabled", "bindDisabled", "allowCustomValues", "allowCustomValues", "selectedOptionComponent", "selectedOptionComponent", "optionComponent", "optionComponent", "bodyErrorComponent", "bodyErrorComponent", "bodyLoadingComponent", "bodyLoadingComponent", "bodyEmptyComponent", "bodyEmptyComponent", "bodyMoreItemsHintComponent", "bodyMoreItemsHintComponent", "showBodyMoreItemsHint", "showBodyMoreItemsHint", "bodyEmptyText", "bodyEmptyText", "bodyMoreItemsHintText", "bodyMoreItemsHintText", "optionComponentInputs", "optionComponentInputs", "selectedOptionComponentInputs", "selectedOptionComponentInputs", "bodyErrorComponentInputs", "bodyErrorComponentInputs", "bodyLoadingComponentInputs", "bodyLoadingComponentInputs", "bodyEmptyComponentInputs", "bodyEmptyComponentInputs", "bodyMoreItemsHintComponentInputs", "bodyMoreItemsHintComponentInputs"], outputs: ["filterChange", "filterChange"] }], ngImport: i0, template: "<ng-content select=\"[etInputPrefix]\" />\n\n<div>\n @if (combobox.multiple$ | async) {\n <div class=\"et-combobox-selected-options\">\n @for (item of combobox.selectedOptions$ | async; track combobox.trackByOptionKeyFn($index, item)) {\n <div class=\"et-combobox-selected-option\" aria-hidden=\"true\">\n @if (combobox.customSelectedOptionTpl$ | async; as customSelectedOptionTpl) {\n <ng-container *ngTemplateOutlet=\"customSelectedOptionTpl; context: { option: item }\" />\n } @else {\n @if (combobox.selectedOptionComponent(); as comp) {\n <ng-container\n *ngComponentOutlet=\"comp; inputs: combobox.combineSelectedOptionWithComponentInputs(item)\"\n />\n } @else {\n {{ combobox.getOptionLabel(item) | async }}\n }\n }\n\n <button\n (click)=\"combobox.removeSelectedOption(item); $event.stopPropagation(); combobox.focus()\"\n class=\"et-combobox-selected-option-remove\"\n tabindex=\"-1\"\n >\n x\n </button>\n </div>\n }\n <div class=\"et-combobox-muliple-input\">\n <ng-container *ngTemplateOutlet=\"inputTpl\" />\n </div>\n </div>\n }\n\n <ng-template #inputTpl>\n <input\n [disabled]=\"input.disabled\"\n [attr.id]=\"input.id\"\n [attr.aria-required]=\"(input.required$ | async) || null\"\n [attr.aria-disabled]=\"(input.disabled$ | async) || null\"\n [attr.aria-invalid]=\"(input.invalid$ | async) || null\"\n [attr.aria-expanded]=\"combobox.isOpen$ | async\"\n [attr.aria-describedby]=\"input.describedBy$ | async\"\n [attr.placeholder]=\"input.placeholder || null\"\n [attr.aria-activedescendant]=\"combobox.activeOptionId$ | async\"\n [attr.aria-controls]=\"(combobox.selectBodyId$ | async) || null\"\n [attr.aria-owns]=\"(combobox.selectBodyId$ | async) || null\"\n (keydown)=\"combobox._processKeydownEvent($event)\"\n (keyup)=\"combobox._processKeyupEvent()\"\n (click)=\"combobox.open()\"\n (blur)=\"combobox._handleBlurEvent()\"\n (input)=\"combobox._processInputEvent($event)\"\n class=\"et-combobox-wrapper\"\n autocomplete=\"off\"\n aria-haspopup=\"listbox\"\n role=\"combobox\"\n aria-autocomplete=\"list\"\n type=\"text\"\n value=\"{{ combobox.currentFilter }}\"\n etNativeInputRef\n />\n </ng-template>\n\n @if ((combobox.multiple$ | async) === false) {\n <ng-container *ngTemplateOutlet=\"inputTpl\" />\n }\n\n <et-chevron-icon class=\"et-combobox-chevron\" />\n</div>\n\n<ng-content select=\"[etInputSuffix]\" />\n\n<ng-template>\n <ng-content />\n</ng-template>\n", styles: [".et-combobox-body.et-with-default-animation .et-combobox-body-container.et-animation-enter-from,.et-combobox-body.et-with-default-animation .et-combobox-body-container.et-animation-leave-to{opacity:0;transform:scaleY(0)}.et-combobox-body.et-with-default-animation .et-combobox-body-container.et-animation-enter-active{transition:transform 125ms var(--ease-out-5),opacity 125ms var(--ease-out-5)}.et-combobox-body.et-with-default-animation .et-combobox-body-container.et-animation-leave-active{transition:transform 50ms var(--ease-in-5),opacity 50ms var(--ease-in-5)}.et-combobox-body.et-with-default-animation[et-floating-placement^=top] .et-combobox-body-container{transform-origin:bottom}.et-combobox-body.et-with-default-animation[et-floating-placement^=bottom] .et-combobox-body-container{transform-origin:top}.et-combobox-body-container{display:block;background-color:#3d3d3d;color:#fff;max-height:min(200px,var(--et-floating-max-height, 200px));overflow:auto}@supports (overflow: overlay){.et-combobox-body-container{overflow:overlay}}.et-combobox-body{width:100%;display:grid;transform:var(--et-floating-translate);will-change:transform}.et-combobox-option{display:block}:where(.et-combobox-option--active){background-color:#1e1e1e}.et-combobox{display:block;border:1px solid #ccc;padding:15px;position:relative}.et-combobox-chevron{transform:rotate(180deg);display:block;inline-size:15px;block-size:15px;position:absolute;inset-inline-end:15px;inset-block-start:7px}\n"], dependencies: [{ kind: "directive", type: NativeInputRefDirective, selector: "input[etNativeInputRef], textarea[etNativeInputRef], select[etNativeInputRef], button[etNativeInputRef]" }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "component", type: ChevronIconComponent, selector: "et-chevron-icon" }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ComboboxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
23
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.0", type: ComboboxComponent, isStandalone: true, selector: "et-combobox", host: { listeners: { "click": "combobox.selectInputAndOpen()" }, classAttribute: "et-combobox" }, usesInheritance: true, hostDirectives: [{ directive: i1.AnimatedOverlayDirective }, { directive: i2.OverlayCloseBlockerDirective }, { directive: i3.InputDirective, inputs: ["placeholder", "placeholder"] }, { directive: i4.ComboboxDirective, inputs: ["options", "options", "initialValue", "initialValue", "filterInternal", "filterInternal", "loading", "loading", "error", "error", "emptyText", "emptyText", "placeholder", "placeholder", "multiple", "multiple", "bindLabel", "bindLabel", "bindValue", "bindValue", "bindDisabled", "bindDisabled", "allowCustomValues", "allowCustomValues", "selectedOptionComponent", "selectedOptionComponent", "optionComponent", "optionComponent", "bodyErrorComponent", "bodyErrorComponent", "bodyLoadingComponent", "bodyLoadingComponent", "bodyEmptyComponent", "bodyEmptyComponent", "bodyMoreItemsHintComponent", "bodyMoreItemsHintComponent", "showBodyMoreItemsHint", "showBodyMoreItemsHint", "bodyEmptyText", "bodyEmptyText", "bodyMoreItemsHintText", "bodyMoreItemsHintText", "optionComponentInputs", "optionComponentInputs", "selectedOptionComponentInputs", "selectedOptionComponentInputs", "bodyErrorComponentInputs", "bodyErrorComponentInputs", "bodyLoadingComponentInputs", "bodyLoadingComponentInputs", "bodyEmptyComponentInputs", "bodyEmptyComponentInputs", "bodyMoreItemsHintComponentInputs", "bodyMoreItemsHintComponentInputs"], outputs: ["filterChange", "filterChange"] }], ngImport: i0, template: "<ng-content select=\"[etInputPrefix]\" />\n\n<div>\n @if (combobox.multiple$ | async) {\n <div class=\"et-combobox-selected-options\">\n @for (item of combobox.selectedOptions$ | async; track combobox.trackByOptionKeyFn($index, item)) {\n <div class=\"et-combobox-selected-option\" aria-hidden=\"true\">\n @if (combobox.customSelectedOptionTpl$ | async; as customSelectedOptionTpl) {\n <ng-container *ngTemplateOutlet=\"customSelectedOptionTpl; context: { option: item }\" />\n } @else {\n @if (combobox.selectedOptionComponent(); as comp) {\n <ng-container\n *ngComponentOutlet=\"comp; inputs: combobox.combineSelectedOptionWithComponentInputs(item)\"\n />\n } @else {\n {{ combobox.getOptionLabel(item) | async }}\n }\n }\n\n <button\n (click)=\"combobox.removeSelectedOption(item); $event.stopPropagation(); combobox.focus()\"\n class=\"et-combobox-selected-option-remove\"\n tabindex=\"-1\"\n >\n x\n </button>\n </div>\n }\n <div class=\"et-combobox-muliple-input\">\n <ng-container *ngTemplateOutlet=\"inputTpl\" />\n </div>\n </div>\n }\n\n <ng-template #inputTpl>\n <input\n [disabled]=\"input.disabled\"\n [attr.id]=\"input.id\"\n [attr.aria-required]=\"(input.required$ | async) || null\"\n [attr.aria-disabled]=\"(input.disabled$ | async) || null\"\n [attr.aria-invalid]=\"(input.invalid$ | async) || null\"\n [attr.aria-expanded]=\"combobox.isOpen$ | async\"\n [attr.aria-describedby]=\"input.describedBy$ | async\"\n [attr.placeholder]=\"input.placeholder || null\"\n [attr.aria-activedescendant]=\"combobox.activeOptionId$ | async\"\n [attr.aria-controls]=\"(combobox.selectBodyId$ | async) || null\"\n [attr.aria-owns]=\"(combobox.selectBodyId$ | async) || null\"\n (keydown)=\"combobox._processKeydownEvent($event)\"\n (keyup)=\"combobox._processKeyupEvent()\"\n (click)=\"combobox.open()\"\n (blur)=\"combobox._handleBlurEvent()\"\n (input)=\"combobox._processInputEvent($event)\"\n class=\"et-combobox-wrapper\"\n autocomplete=\"off\"\n aria-haspopup=\"listbox\"\n role=\"combobox\"\n aria-autocomplete=\"list\"\n type=\"text\"\n value=\"{{ combobox.currentFilter }}\"\n etNativeInputRef\n />\n </ng-template>\n\n @if ((combobox.multiple$ | async) === false) {\n <ng-container *ngTemplateOutlet=\"inputTpl\" />\n }\n\n <et-chevron-icon class=\"et-combobox-chevron\" />\n</div>\n\n<ng-content select=\"[etInputSuffix]\" />\n\n<ng-template>\n <ng-content />\n</ng-template>\n", styles: [".et-combobox-body.et-with-default-animation .et-combobox-body-container.et-animation-enter-from,.et-combobox-body.et-with-default-animation .et-combobox-body-container.et-animation-leave-to{opacity:0;transform:scaleY(0)}.et-combobox-body.et-with-default-animation .et-combobox-body-container.et-animation-enter-active{transition:transform 125ms var(--ease-out-5),opacity 125ms var(--ease-out-5)}.et-combobox-body.et-with-default-animation .et-combobox-body-container.et-animation-leave-active{transition:transform 50ms var(--ease-in-5),opacity 50ms var(--ease-in-5)}.et-combobox-body.et-with-default-animation[et-floating-placement^=top] .et-combobox-body-container{transform-origin:bottom}.et-combobox-body.et-with-default-animation[et-floating-placement^=bottom] .et-combobox-body-container{transform-origin:top}.et-combobox-body-container{display:block;background-color:#3d3d3d;color:#fff;max-height:min(200px,var(--et-floating-max-height, 200px));overflow:auto}@supports (overflow: overlay){.et-combobox-body-container{overflow:overlay}}.et-combobox-body{width:100%;display:grid;transform:var(--et-floating-translate);will-change:transform}.et-combobox-option{display:block}:where(.et-combobox-option--active){background-color:#1e1e1e}.et-combobox{display:block;border:1px solid #ccc;padding:15px;position:relative}.et-combobox-chevron{transform:rotate(180deg);display:block;inline-size:15px;block-size:15px;position:absolute;inset-inline-end:15px;inset-block-start:7px}\n"], dependencies: [{ kind: "directive", type: NativeInputRefDirective, selector: "input[etNativeInputRef], textarea[etNativeInputRef], select[etNativeInputRef], button[etNativeInputRef]" }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "component", type: ChevronIconComponent, selector: "et-chevron-icon" }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
23
24
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: ComboboxComponent, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ComboboxComponent, decorators: [{
25
26
  type: Component,
26
27
  args: [{ selector: 'et-combobox', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: {
27
28
  class: 'et-combobox',
@@ -73,4 +74,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImpor
73
74
  },
74
75
  ], template: "<ng-content select=\"[etInputPrefix]\" />\n\n<div>\n @if (combobox.multiple$ | async) {\n <div class=\"et-combobox-selected-options\">\n @for (item of combobox.selectedOptions$ | async; track combobox.trackByOptionKeyFn($index, item)) {\n <div class=\"et-combobox-selected-option\" aria-hidden=\"true\">\n @if (combobox.customSelectedOptionTpl$ | async; as customSelectedOptionTpl) {\n <ng-container *ngTemplateOutlet=\"customSelectedOptionTpl; context: { option: item }\" />\n } @else {\n @if (combobox.selectedOptionComponent(); as comp) {\n <ng-container\n *ngComponentOutlet=\"comp; inputs: combobox.combineSelectedOptionWithComponentInputs(item)\"\n />\n } @else {\n {{ combobox.getOptionLabel(item) | async }}\n }\n }\n\n <button\n (click)=\"combobox.removeSelectedOption(item); $event.stopPropagation(); combobox.focus()\"\n class=\"et-combobox-selected-option-remove\"\n tabindex=\"-1\"\n >\n x\n </button>\n </div>\n }\n <div class=\"et-combobox-muliple-input\">\n <ng-container *ngTemplateOutlet=\"inputTpl\" />\n </div>\n </div>\n }\n\n <ng-template #inputTpl>\n <input\n [disabled]=\"input.disabled\"\n [attr.id]=\"input.id\"\n [attr.aria-required]=\"(input.required$ | async) || null\"\n [attr.aria-disabled]=\"(input.disabled$ | async) || null\"\n [attr.aria-invalid]=\"(input.invalid$ | async) || null\"\n [attr.aria-expanded]=\"combobox.isOpen$ | async\"\n [attr.aria-describedby]=\"input.describedBy$ | async\"\n [attr.placeholder]=\"input.placeholder || null\"\n [attr.aria-activedescendant]=\"combobox.activeOptionId$ | async\"\n [attr.aria-controls]=\"(combobox.selectBodyId$ | async) || null\"\n [attr.aria-owns]=\"(combobox.selectBodyId$ | async) || null\"\n (keydown)=\"combobox._processKeydownEvent($event)\"\n (keyup)=\"combobox._processKeyupEvent()\"\n (click)=\"combobox.open()\"\n (blur)=\"combobox._handleBlurEvent()\"\n (input)=\"combobox._processInputEvent($event)\"\n class=\"et-combobox-wrapper\"\n autocomplete=\"off\"\n aria-haspopup=\"listbox\"\n role=\"combobox\"\n aria-autocomplete=\"list\"\n type=\"text\"\n value=\"{{ combobox.currentFilter }}\"\n etNativeInputRef\n />\n </ng-template>\n\n @if ((combobox.multiple$ | async) === false) {\n <ng-container *ngTemplateOutlet=\"inputTpl\" />\n }\n\n <et-chevron-icon class=\"et-combobox-chevron\" />\n</div>\n\n<ng-content select=\"[etInputSuffix]\" />\n\n<ng-template>\n <ng-content />\n</ng-template>\n", styles: [".et-combobox-body.et-with-default-animation .et-combobox-body-container.et-animation-enter-from,.et-combobox-body.et-with-default-animation .et-combobox-body-container.et-animation-leave-to{opacity:0;transform:scaleY(0)}.et-combobox-body.et-with-default-animation .et-combobox-body-container.et-animation-enter-active{transition:transform 125ms var(--ease-out-5),opacity 125ms var(--ease-out-5)}.et-combobox-body.et-with-default-animation .et-combobox-body-container.et-animation-leave-active{transition:transform 50ms var(--ease-in-5),opacity 50ms var(--ease-in-5)}.et-combobox-body.et-with-default-animation[et-floating-placement^=top] .et-combobox-body-container{transform-origin:bottom}.et-combobox-body.et-with-default-animation[et-floating-placement^=bottom] .et-combobox-body-container{transform-origin:top}.et-combobox-body-container{display:block;background-color:#3d3d3d;color:#fff;max-height:min(200px,var(--et-floating-max-height, 200px));overflow:auto}@supports (overflow: overlay){.et-combobox-body-container{overflow:overlay}}.et-combobox-body{width:100%;display:grid;transform:var(--et-floating-translate);will-change:transform}.et-combobox-option{display:block}:where(.et-combobox-option--active){background-color:#1e1e1e}.et-combobox{display:block;border:1px solid #ccc;padding:15px;position:relative}.et-combobox-chevron{transform:rotate(180deg);display:block;inline-size:15px;block-size:15px;position:absolute;inset-inline-end:15px;inset-block-start:7px}\n"] }]
75
76
  }], ctorParameters: () => [] });
76
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tYm9ib3guY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jZGsvc3JjL2xpYi9jb21wb25lbnRzL2Zvcm1zL2NvbXBvbmVudHMvc2VsZWN0L2NvbXBvbmVudHMvY29tYm9ib3gvY29tcG9uZW50cy9jb21ib2JveC9jb21ib2JveC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvZm9ybXMvY29tcG9uZW50cy9zZWxlY3QvY29tcG9uZW50cy9jb21ib2JveC9jb21wb25lbnRzL2NvbWJvYm94L2NvbWJvYm94LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsaUJBQWlCLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNqRixPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM5RixPQUFPLEVBQUUsd0JBQXdCLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ2xFLE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQzVFLE9BQU8sRUFBRSxjQUFjLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUN2RixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsY0FBYyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDckUsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7Ozs7OztBQTZEdkQsTUFBTSxPQUFPLGlCQUFrQixTQUFRLGtCQUFrQjtJQUd2RDtRQUNFLEtBQUssRUFBRSxDQUFDO1FBSFMsYUFBUSxHQUFHLE1BQU0sQ0FBQyxjQUFjLENBQUMsQ0FBQztRQUtuRCxJQUFJLENBQUMsUUFBUSxDQUFDLGdCQUFnQixDQUFDLHFCQUFxQixDQUFDLENBQUM7SUFDeEQsQ0FBQzs4R0FQVSxpQkFBaUI7a0dBQWpCLGlCQUFpQixnakRDckU5QixxdEZBMkVBLDgvQ0RyREksdUJBQXVCLCtJQUN2QixTQUFTLDhDQUNULG9CQUFvQiw0REFFcEIsZ0JBQWdCLG9KQUNoQixpQkFBaUI7OzJGQTBDUixpQkFBaUI7a0JBM0Q3QixTQUFTOytCQUNFLGFBQWEsY0FHWCxJQUFJLG1CQUNDLHVCQUF1QixDQUFDLE1BQU0saUJBQ2hDLGlCQUFpQixDQUFDLElBQUksUUFDL0I7d0JBQ0osS0FBSyxFQUFFLGFBQWE7d0JBQ3BCLFNBQVMsRUFBRSwrQkFBK0I7cUJBQzNDLFdBQ1E7d0JBQ1AsdUJBQXVCO3dCQUN2QixTQUFTO3dCQUNULG9CQUFvQjt3QkFDcEIsWUFBWTt3QkFDWixnQkFBZ0I7d0JBQ2hCLGlCQUFpQjtxQkFDbEIsa0JBQ2U7d0JBQ2Qsd0JBQXdCO3dCQUN4Qiw0QkFBNEI7d0JBQzVCLEVBQUUsU0FBUyxFQUFFLGNBQWMsRUFBRSxNQUFNLEVBQUUsQ0FBQyxhQUFhLENBQUMsRUFBRTt3QkFDdEQ7NEJBQ0UsU0FBUyxFQUFFLGlCQUFpQjs0QkFDNUIsTUFBTSxFQUFFO2dDQUNOLFNBQVM7Z0NBQ1QsY0FBYztnQ0FDZCxnQkFBZ0I7Z0NBQ2hCLFNBQVM7Z0NBQ1QsT0FBTztnQ0FDUCxXQUFXO2dDQUNYLGFBQWE7Z0NBQ2IsVUFBVTtnQ0FDVixXQUFXO2dDQUNYLFdBQVc7Z0NBQ1gsY0FBYztnQ0FDZCxtQkFBbUI7Z0NBQ25CLHlCQUF5QjtnQ0FDekIsaUJBQWlCO2dDQUNqQixvQkFBb0I7Z0NBQ3BCLHNCQUFzQjtnQ0FDdEIsb0JBQW9CO2dDQUNwQiw0QkFBNEI7Z0NBQzVCLHVCQUF1QjtnQ0FDdkIsZUFBZTtnQ0FDZix1QkFBdUI7Z0NBQ3ZCLHVCQUF1QjtnQ0FDdkIsK0JBQStCO2dDQUMvQiwwQkFBMEI7Z0NBQzFCLDRCQUE0QjtnQ0FDNUIsMEJBQTBCO2dDQUMxQixrQ0FBa0M7NkJBQ25DOzRCQUNELHdFQUF3RTs0QkFDeEUsT0FBTyxFQUFFLENBQUMsY0FBYyxDQUFDO3lCQUMxQjtxQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFzeW5jUGlwZSwgTmdDb21wb25lbnRPdXRsZXQsIE5nVGVtcGxhdGVPdXRsZXQgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgVmlld0VuY2Fwc3VsYXRpb24sIGluamVjdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQW5pbWF0ZWRPdmVybGF5RGlyZWN0aXZlLCBMZXREaXJlY3RpdmUgfSBmcm9tICdAZXRobGV0ZS9jb3JlJztcbmltcG9ydCB7IENoZXZyb25JY29uQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vLi4vaWNvbnMnO1xuaW1wb3J0IHsgT3ZlcmxheUNsb3NlQmxvY2tlckRpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uLy4uLy4uLy4uLy4uL292ZXJsYXknO1xuaW1wb3J0IHsgSW5wdXREaXJlY3RpdmUsIE5hdGl2ZUlucHV0UmVmRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vZGlyZWN0aXZlcyc7XG5pbXBvcnQgeyBEZWNvcmF0ZWRJbnB1dEJhc2UgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi8uLi91dGlscyc7XG5pbXBvcnQgeyBDT01CT0JPWF9UT0tFTiwgQ29tYm9ib3hEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi9kaXJlY3RpdmVzJztcbmltcG9ydCB7IENvbWJvYm94Qm9keUNvbXBvbmVudCB9IGZyb20gJy4uLy4uL3BhcnRpYWxzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZXQtY29tYm9ib3gnLFxuICB0ZW1wbGF0ZVVybDogJy4vY29tYm9ib3guY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9jb21ib2JveC5jb21wb25lbnQuc2NzcyddLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgaG9zdDoge1xuICAgIGNsYXNzOiAnZXQtY29tYm9ib3gnLFxuICAgICcoY2xpY2spJzogJ2NvbWJvYm94LnNlbGVjdElucHV0QW5kT3BlbigpJyxcbiAgfSxcbiAgaW1wb3J0czogW1xuICAgIE5hdGl2ZUlucHV0UmVmRGlyZWN0aXZlLFxuICAgIEFzeW5jUGlwZSxcbiAgICBDaGV2cm9uSWNvbkNvbXBvbmVudCxcbiAgICBMZXREaXJlY3RpdmUsXG4gICAgTmdUZW1wbGF0ZU91dGxldCxcbiAgICBOZ0NvbXBvbmVudE91dGxldCxcbiAgXSxcbiAgaG9zdERpcmVjdGl2ZXM6IFtcbiAgICBBbmltYXRlZE92ZXJsYXlEaXJlY3RpdmUsXG4gICAgT3ZlcmxheUNsb3NlQmxvY2tlckRpcmVjdGl2ZSxcbiAgICB7IGRpcmVjdGl2ZTogSW5wdXREaXJlY3RpdmUsIGlucHV0czogWydwbGFjZWhvbGRlciddIH0sXG4gICAge1xuICAgICAgZGlyZWN0aXZlOiBDb21ib2JveERpcmVjdGl2ZSxcbiAgICAgIGlucHV0czogW1xuICAgICAgICAnb3B0aW9ucycsXG4gICAgICAgICdpbml0aWFsVmFsdWUnLFxuICAgICAgICAnZmlsdGVySW50ZXJuYWwnLFxuICAgICAgICAnbG9hZGluZycsXG4gICAgICAgICdlcnJvcicsXG4gICAgICAgICdlbXB0eVRleHQnLFxuICAgICAgICAncGxhY2Vob2xkZXInLFxuICAgICAgICAnbXVsdGlwbGUnLFxuICAgICAgICAnYmluZExhYmVsJyxcbiAgICAgICAgJ2JpbmRWYWx1ZScsXG4gICAgICAgICdiaW5kRGlzYWJsZWQnLFxuICAgICAgICAnYWxsb3dDdXN0b21WYWx1ZXMnLFxuICAgICAgICAnc2VsZWN0ZWRPcHRpb25Db21wb25lbnQnLFxuICAgICAgICAnb3B0aW9uQ29tcG9uZW50JyxcbiAgICAgICAgJ2JvZHlFcnJvckNvbXBvbmVudCcsXG4gICAgICAgICdib2R5TG9hZGluZ0NvbXBvbmVudCcsXG4gICAgICAgICdib2R5RW1wdHlDb21wb25lbnQnLFxuICAgICAgICAnYm9keU1vcmVJdGVtc0hpbnRDb21wb25lbnQnLFxuICAgICAgICAnc2hvd0JvZHlNb3JlSXRlbXNIaW50JyxcbiAgICAgICAgJ2JvZHlFbXB0eVRleHQnLFxuICAgICAgICAnYm9keU1vcmVJdGVtc0hpbnRUZXh0JyxcbiAgICAgICAgJ29wdGlvbkNvbXBvbmVudElucHV0cycsXG4gICAgICAgICdzZWxlY3RlZE9wdGlvbkNvbXBvbmVudElucHV0cycsXG4gICAgICAgICdib2R5RXJyb3JDb21wb25lbnRJbnB1dHMnLFxuICAgICAgICAnYm9keUxvYWRpbmdDb21wb25lbnRJbnB1dHMnLFxuICAgICAgICAnYm9keUVtcHR5Q29tcG9uZW50SW5wdXRzJyxcbiAgICAgICAgJ2JvZHlNb3JlSXRlbXNIaW50Q29tcG9uZW50SW5wdXRzJyxcbiAgICAgIF0sXG4gICAgICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L25vLW91dHB1dHMtbWV0YWRhdGEtcHJvcGVydHlcbiAgICAgIG91dHB1dHM6IFsnZmlsdGVyQ2hhbmdlJ10sXG4gICAgfSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgQ29tYm9ib3hDb21wb25lbnQgZXh0ZW5kcyBEZWNvcmF0ZWRJbnB1dEJhc2Uge1xuICBwcm90ZWN0ZWQgcmVhZG9ubHkgY29tYm9ib3ggPSBpbmplY3QoQ09NQk9CT1hfVE9LRU4pO1xuXG4gIGNvbnN0cnVjdG9yKCkge1xuICAgIHN1cGVyKCk7XG5cbiAgICB0aGlzLmNvbWJvYm94LnNldEJvZHlDb21wb25lbnQoQ29tYm9ib3hCb2R5Q29tcG9uZW50KTtcbiAgfVxufVxuIiwiPG5nLWNvbnRlbnQgc2VsZWN0PVwiW2V0SW5wdXRQcmVmaXhdXCIgLz5cblxuPGRpdj5cbiAgQGlmIChjb21ib2JveC5tdWx0aXBsZSQgfCBhc3luYykge1xuICAgIDxkaXYgY2xhc3M9XCJldC1jb21ib2JveC1zZWxlY3RlZC1vcHRpb25zXCI+XG4gICAgICBAZm9yIChpdGVtIG9mIGNvbWJvYm94LnNlbGVjdGVkT3B0aW9ucyQgfCBhc3luYzsgdHJhY2sgY29tYm9ib3gudHJhY2tCeU9wdGlvbktleUZuKCRpbmRleCwgaXRlbSkpIHtcbiAgICAgICAgPGRpdiBjbGFzcz1cImV0LWNvbWJvYm94LXNlbGVjdGVkLW9wdGlvblwiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPlxuICAgICAgICAgIEBpZiAoY29tYm9ib3guY3VzdG9tU2VsZWN0ZWRPcHRpb25UcGwkIHwgYXN5bmM7IGFzIGN1c3RvbVNlbGVjdGVkT3B0aW9uVHBsKSB7XG4gICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiY3VzdG9tU2VsZWN0ZWRPcHRpb25UcGw7IGNvbnRleHQ6IHsgb3B0aW9uOiBpdGVtIH1cIiAvPlxuICAgICAgICAgIH0gQGVsc2Uge1xuICAgICAgICAgICAgQGlmIChjb21ib2JveC5zZWxlY3RlZE9wdGlvbkNvbXBvbmVudCgpOyBhcyBjb21wKSB7XG4gICAgICAgICAgICAgIDxuZy1jb250YWluZXJcbiAgICAgICAgICAgICAgICAqbmdDb21wb25lbnRPdXRsZXQ9XCJjb21wOyBpbnB1dHM6IGNvbWJvYm94LmNvbWJpbmVTZWxlY3RlZE9wdGlvbldpdGhDb21wb25lbnRJbnB1dHMoaXRlbSlcIlxuICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgfSBAZWxzZSB7XG4gICAgICAgICAgICAgIHt7IGNvbWJvYm94LmdldE9wdGlvbkxhYmVsKGl0ZW0pIHwgYXN5bmMgfX1cbiAgICAgICAgICAgIH1cbiAgICAgICAgICB9XG5cbiAgICAgICAgICA8YnV0dG9uXG4gICAgICAgICAgICAoY2xpY2spPVwiY29tYm9ib3gucmVtb3ZlU2VsZWN0ZWRPcHRpb24oaXRlbSk7ICRldmVudC5zdG9wUHJvcGFnYXRpb24oKTsgY29tYm9ib3guZm9jdXMoKVwiXG4gICAgICAgICAgICBjbGFzcz1cImV0LWNvbWJvYm94LXNlbGVjdGVkLW9wdGlvbi1yZW1vdmVcIlxuICAgICAgICAgICAgdGFiaW5kZXg9XCItMVwiXG4gICAgICAgICAgPlxuICAgICAgICAgICAgeFxuICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIH1cbiAgICAgIDxkaXYgY2xhc3M9XCJldC1jb21ib2JveC1tdWxpcGxlLWlucHV0XCI+XG4gICAgICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJpbnB1dFRwbFwiIC8+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgfVxuXG4gIDxuZy10ZW1wbGF0ZSAjaW5wdXRUcGw+XG4gICAgPGlucHV0XG4gICAgICBbZGlzYWJsZWRdPVwiaW5wdXQuZGlzYWJsZWRcIlxuICAgICAgW2F0dHIuaWRdPVwiaW5wdXQuaWRcIlxuICAgICAgW2F0dHIuYXJpYS1yZXF1aXJlZF09XCIoaW5wdXQucmVxdWlyZWQkIHwgYXN5bmMpIHx8IG51bGxcIlxuICAgICAgW2F0dHIuYXJpYS1kaXNhYmxlZF09XCIoaW5wdXQuZGlzYWJsZWQkIHwgYXN5bmMpIHx8IG51bGxcIlxuICAgICAgW2F0dHIuYXJpYS1pbnZhbGlkXT1cIihpbnB1dC5pbnZhbGlkJCB8IGFzeW5jKSB8fCBudWxsXCJcbiAgICAgIFthdHRyLmFyaWEtZXhwYW5kZWRdPVwiY29tYm9ib3guaXNPcGVuJCB8IGFzeW5jXCJcbiAgICAgIFthdHRyLmFyaWEtZGVzY3JpYmVkYnldPVwiaW5wdXQuZGVzY3JpYmVkQnkkIHwgYXN5bmNcIlxuICAgICAgW2F0dHIucGxhY2Vob2xkZXJdPVwiaW5wdXQucGxhY2Vob2xkZXIgfHwgbnVsbFwiXG4gICAgICBbYXR0ci5hcmlhLWFjdGl2ZWRlc2NlbmRhbnRdPVwiY29tYm9ib3guYWN0aXZlT3B0aW9uSWQkIHwgYXN5bmNcIlxuICAgICAgW2F0dHIuYXJpYS1jb250cm9sc109XCIoY29tYm9ib3guc2VsZWN0Qm9keUlkJCB8IGFzeW5jKSB8fCBudWxsXCJcbiAgICAgIFthdHRyLmFyaWEtb3duc109XCIoY29tYm9ib3guc2VsZWN0Qm9keUlkJCB8IGFzeW5jKSB8fCBudWxsXCJcbiAgICAgIChrZXlkb3duKT1cImNvbWJvYm94Ll9wcm9jZXNzS2V5ZG93bkV2ZW50KCRldmVudClcIlxuICAgICAgKGtleXVwKT1cImNvbWJvYm94Ll9wcm9jZXNzS2V5dXBFdmVudCgpXCJcbiAgICAgIChjbGljayk9XCJjb21ib2JveC5vcGVuKClcIlxuICAgICAgKGJsdXIpPVwiY29tYm9ib3guX2hhbmRsZUJsdXJFdmVudCgpXCJcbiAgICAgIChpbnB1dCk9XCJjb21ib2JveC5fcHJvY2Vzc0lucHV0RXZlbnQoJGV2ZW50KVwiXG4gICAgICBjbGFzcz1cImV0LWNvbWJvYm94LXdyYXBwZXJcIlxuICAgICAgYXV0b2NvbXBsZXRlPVwib2ZmXCJcbiAgICAgIGFyaWEtaGFzcG9wdXA9XCJsaXN0Ym94XCJcbiAgICAgIHJvbGU9XCJjb21ib2JveFwiXG4gICAgICBhcmlhLWF1dG9jb21wbGV0ZT1cImxpc3RcIlxuICAgICAgdHlwZT1cInRleHRcIlxuICAgICAgdmFsdWU9XCJ7eyBjb21ib2JveC5jdXJyZW50RmlsdGVyIH19XCJcbiAgICAgIGV0TmF0aXZlSW5wdXRSZWZcbiAgICAvPlxuICA8L25nLXRlbXBsYXRlPlxuXG4gIEBpZiAoKGNvbWJvYm94Lm11bHRpcGxlJCB8IGFzeW5jKSA9PT0gZmFsc2UpIHtcbiAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiaW5wdXRUcGxcIiAvPlxuICB9XG5cbiAgPGV0LWNoZXZyb24taWNvbiBjbGFzcz1cImV0LWNvbWJvYm94LWNoZXZyb25cIiAvPlxuPC9kaXY+XG5cbjxuZy1jb250ZW50IHNlbGVjdD1cIltldElucHV0U3VmZml4XVwiIC8+XG5cbjxuZy10ZW1wbGF0ZT5cbiAgPG5nLWNvbnRlbnQgLz5cbjwvbmctdGVtcGxhdGU+XG4iXX0=
77
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tYm9ib3guY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jZGsvc3JjL2xpYi9jb21wb25lbnRzL2Zvcm1zL2NvbXBvbmVudHMvc2VsZWN0L2NvbXBvbmVudHMvY29tYm9ib3gvY29tcG9uZW50cy9jb21ib2JveC9jb21ib2JveC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvZm9ybXMvY29tcG9uZW50cy9zZWxlY3QvY29tcG9uZW50cy9jb21ib2JveC9jb21wb25lbnRzL2NvbWJvYm94L2NvbWJvYm94LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsaUJBQWlCLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNqRixPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM5RixPQUFPLEVBQUUsd0JBQXdCLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHlDQUF5QyxDQUFDO0FBQy9FLE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLG9FQUFvRSxDQUFDO0FBQ2xILE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUNwRSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSwrQ0FBK0MsQ0FBQztBQUN4RixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsY0FBYyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDOUUsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sOEJBQThCLENBQUM7Ozs7OztBQTZEckUsTUFBTSxPQUFPLGlCQUFrQixTQUFRLGtCQUFrQjtJQUd2RDtRQUNFLEtBQUssRUFBRSxDQUFDO1FBSFMsYUFBUSxHQUFHLE1BQU0sQ0FBQyxjQUFjLENBQUMsQ0FBQztRQUtuRCxJQUFJLENBQUMsUUFBUSxDQUFDLGdCQUFnQixDQUFDLHFCQUFxQixDQUFDLENBQUM7SUFDeEQsQ0FBQzs4R0FQVSxpQkFBaUI7a0dBQWpCLGlCQUFpQixnakRDdEU5QixxdEZBMkVBLDgvQ0RwREksdUJBQXVCLCtJQUN2QixTQUFTLDhDQUNULG9CQUFvQiw0REFFcEIsZ0JBQWdCLG9KQUNoQixpQkFBaUI7OzJGQTBDUixpQkFBaUI7a0JBM0Q3QixTQUFTOytCQUNFLGFBQWEsY0FHWCxJQUFJLG1CQUNDLHVCQUF1QixDQUFDLE1BQU0saUJBQ2hDLGlCQUFpQixDQUFDLElBQUksUUFDL0I7d0JBQ0osS0FBSyxFQUFFLGFBQWE7d0JBQ3BCLFNBQVMsRUFBRSwrQkFBK0I7cUJBQzNDLFdBQ1E7d0JBQ1AsdUJBQXVCO3dCQUN2QixTQUFTO3dCQUNULG9CQUFvQjt3QkFDcEIsWUFBWTt3QkFDWixnQkFBZ0I7d0JBQ2hCLGlCQUFpQjtxQkFDbEIsa0JBQ2U7d0JBQ2Qsd0JBQXdCO3dCQUN4Qiw0QkFBNEI7d0JBQzVCLEVBQUUsU0FBUyxFQUFFLGNBQWMsRUFBRSxNQUFNLEVBQUUsQ0FBQyxhQUFhLENBQUMsRUFBRTt3QkFDdEQ7NEJBQ0UsU0FBUyxFQUFFLGlCQUFpQjs0QkFDNUIsTUFBTSxFQUFFO2dDQUNOLFNBQVM7Z0NBQ1QsY0FBYztnQ0FDZCxnQkFBZ0I7Z0NBQ2hCLFNBQVM7Z0NBQ1QsT0FBTztnQ0FDUCxXQUFXO2dDQUNYLGFBQWE7Z0NBQ2IsVUFBVTtnQ0FDVixXQUFXO2dDQUNYLFdBQVc7Z0NBQ1gsY0FBYztnQ0FDZCxtQkFBbUI7Z0NBQ25CLHlCQUF5QjtnQ0FDekIsaUJBQWlCO2dDQUNqQixvQkFBb0I7Z0NBQ3BCLHNCQUFzQjtnQ0FDdEIsb0JBQW9CO2dDQUNwQiw0QkFBNEI7Z0NBQzVCLHVCQUF1QjtnQ0FDdkIsZUFBZTtnQ0FDZix1QkFBdUI7Z0NBQ3ZCLHVCQUF1QjtnQ0FDdkIsK0JBQStCO2dDQUMvQiwwQkFBMEI7Z0NBQzFCLDRCQUE0QjtnQ0FDNUIsMEJBQTBCO2dDQUMxQixrQ0FBa0M7NkJBQ25DOzRCQUNELHdFQUF3RTs0QkFDeEUsT0FBTyxFQUFFLENBQUMsY0FBYyxDQUFDO3lCQUMxQjtxQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFzeW5jUGlwZSwgTmdDb21wb25lbnRPdXRsZXQsIE5nVGVtcGxhdGVPdXRsZXQgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgVmlld0VuY2Fwc3VsYXRpb24sIGluamVjdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQW5pbWF0ZWRPdmVybGF5RGlyZWN0aXZlLCBMZXREaXJlY3RpdmUgfSBmcm9tICdAZXRobGV0ZS9jb3JlJztcbmltcG9ydCB7IENoZXZyb25JY29uQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vLi4vaWNvbnMvY2hldnJvbi1pY29uJztcbmltcG9ydCB7IE92ZXJsYXlDbG9zZUJsb2NrZXJEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi8uLi8uLi9vdmVybGF5L2RpcmVjdGl2ZXMvb3ZlcmxheS1jbG9zZS1hdXRvLWJsb2NrZXInO1xuaW1wb3J0IHsgSW5wdXREaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi8uLi9kaXJlY3RpdmVzL2lucHV0JztcbmltcG9ydCB7IE5hdGl2ZUlucHV0UmVmRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vZGlyZWN0aXZlcy9uYXRpdmUtaW5wdXQtcmVmJztcbmltcG9ydCB7IERlY29yYXRlZElucHV0QmFzZSB9IGZyb20gJy4uLy4uLy4uLy4uLy4uLy4uL3V0aWxzJztcbmltcG9ydCB7IENPTUJPQk9YX1RPS0VOLCBDb21ib2JveERpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL2RpcmVjdGl2ZXMvY29tYm9ib3gnO1xuaW1wb3J0IHsgQ29tYm9ib3hCb2R5Q29tcG9uZW50IH0gZnJvbSAnLi4vLi4vcGFydGlhbHMvY29tYm9ib3gtYm9keSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2V0LWNvbWJvYm94JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2NvbWJvYm94LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vY29tYm9ib3guY29tcG9uZW50LnNjc3MnXSxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGhvc3Q6IHtcbiAgICBjbGFzczogJ2V0LWNvbWJvYm94JyxcbiAgICAnKGNsaWNrKSc6ICdjb21ib2JveC5zZWxlY3RJbnB1dEFuZE9wZW4oKScsXG4gIH0sXG4gIGltcG9ydHM6IFtcbiAgICBOYXRpdmVJbnB1dFJlZkRpcmVjdGl2ZSxcbiAgICBBc3luY1BpcGUsXG4gICAgQ2hldnJvbkljb25Db21wb25lbnQsXG4gICAgTGV0RGlyZWN0aXZlLFxuICAgIE5nVGVtcGxhdGVPdXRsZXQsXG4gICAgTmdDb21wb25lbnRPdXRsZXQsXG4gIF0sXG4gIGhvc3REaXJlY3RpdmVzOiBbXG4gICAgQW5pbWF0ZWRPdmVybGF5RGlyZWN0aXZlLFxuICAgIE92ZXJsYXlDbG9zZUJsb2NrZXJEaXJlY3RpdmUsXG4gICAgeyBkaXJlY3RpdmU6IElucHV0RGlyZWN0aXZlLCBpbnB1dHM6IFsncGxhY2Vob2xkZXInXSB9LFxuICAgIHtcbiAgICAgIGRpcmVjdGl2ZTogQ29tYm9ib3hEaXJlY3RpdmUsXG4gICAgICBpbnB1dHM6IFtcbiAgICAgICAgJ29wdGlvbnMnLFxuICAgICAgICAnaW5pdGlhbFZhbHVlJyxcbiAgICAgICAgJ2ZpbHRlckludGVybmFsJyxcbiAgICAgICAgJ2xvYWRpbmcnLFxuICAgICAgICAnZXJyb3InLFxuICAgICAgICAnZW1wdHlUZXh0JyxcbiAgICAgICAgJ3BsYWNlaG9sZGVyJyxcbiAgICAgICAgJ211bHRpcGxlJyxcbiAgICAgICAgJ2JpbmRMYWJlbCcsXG4gICAgICAgICdiaW5kVmFsdWUnLFxuICAgICAgICAnYmluZERpc2FibGVkJyxcbiAgICAgICAgJ2FsbG93Q3VzdG9tVmFsdWVzJyxcbiAgICAgICAgJ3NlbGVjdGVkT3B0aW9uQ29tcG9uZW50JyxcbiAgICAgICAgJ29wdGlvbkNvbXBvbmVudCcsXG4gICAgICAgICdib2R5RXJyb3JDb21wb25lbnQnLFxuICAgICAgICAnYm9keUxvYWRpbmdDb21wb25lbnQnLFxuICAgICAgICAnYm9keUVtcHR5Q29tcG9uZW50JyxcbiAgICAgICAgJ2JvZHlNb3JlSXRlbXNIaW50Q29tcG9uZW50JyxcbiAgICAgICAgJ3Nob3dCb2R5TW9yZUl0ZW1zSGludCcsXG4gICAgICAgICdib2R5RW1wdHlUZXh0JyxcbiAgICAgICAgJ2JvZHlNb3JlSXRlbXNIaW50VGV4dCcsXG4gICAgICAgICdvcHRpb25Db21wb25lbnRJbnB1dHMnLFxuICAgICAgICAnc2VsZWN0ZWRPcHRpb25Db21wb25lbnRJbnB1dHMnLFxuICAgICAgICAnYm9keUVycm9yQ29tcG9uZW50SW5wdXRzJyxcbiAgICAgICAgJ2JvZHlMb2FkaW5nQ29tcG9uZW50SW5wdXRzJyxcbiAgICAgICAgJ2JvZHlFbXB0eUNvbXBvbmVudElucHV0cycsXG4gICAgICAgICdib2R5TW9yZUl0ZW1zSGludENvbXBvbmVudElucHV0cycsXG4gICAgICBdLFxuICAgICAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9uby1vdXRwdXRzLW1ldGFkYXRhLXByb3BlcnR5XG4gICAgICBvdXRwdXRzOiBbJ2ZpbHRlckNoYW5nZSddLFxuICAgIH0sXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIENvbWJvYm94Q29tcG9uZW50IGV4dGVuZHMgRGVjb3JhdGVkSW5wdXRCYXNlIHtcbiAgcHJvdGVjdGVkIHJlYWRvbmx5IGNvbWJvYm94ID0gaW5qZWN0KENPTUJPQk9YX1RPS0VOKTtcblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgICBzdXBlcigpO1xuXG4gICAgdGhpcy5jb21ib2JveC5zZXRCb2R5Q29tcG9uZW50KENvbWJvYm94Qm9keUNvbXBvbmVudCk7XG4gIH1cbn1cbiIsIjxuZy1jb250ZW50IHNlbGVjdD1cIltldElucHV0UHJlZml4XVwiIC8+XG5cbjxkaXY+XG4gIEBpZiAoY29tYm9ib3gubXVsdGlwbGUkIHwgYXN5bmMpIHtcbiAgICA8ZGl2IGNsYXNzPVwiZXQtY29tYm9ib3gtc2VsZWN0ZWQtb3B0aW9uc1wiPlxuICAgICAgQGZvciAoaXRlbSBvZiBjb21ib2JveC5zZWxlY3RlZE9wdGlvbnMkIHwgYXN5bmM7IHRyYWNrIGNvbWJvYm94LnRyYWNrQnlPcHRpb25LZXlGbigkaW5kZXgsIGl0ZW0pKSB7XG4gICAgICAgIDxkaXYgY2xhc3M9XCJldC1jb21ib2JveC1zZWxlY3RlZC1vcHRpb25cIiBhcmlhLWhpZGRlbj1cInRydWVcIj5cbiAgICAgICAgICBAaWYgKGNvbWJvYm94LmN1c3RvbVNlbGVjdGVkT3B0aW9uVHBsJCB8IGFzeW5jOyBhcyBjdXN0b21TZWxlY3RlZE9wdGlvblRwbCkge1xuICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImN1c3RvbVNlbGVjdGVkT3B0aW9uVHBsOyBjb250ZXh0OiB7IG9wdGlvbjogaXRlbSB9XCIgLz5cbiAgICAgICAgICB9IEBlbHNlIHtcbiAgICAgICAgICAgIEBpZiAoY29tYm9ib3guc2VsZWN0ZWRPcHRpb25Db21wb25lbnQoKTsgYXMgY29tcCkge1xuICAgICAgICAgICAgICA8bmctY29udGFpbmVyXG4gICAgICAgICAgICAgICAgKm5nQ29tcG9uZW50T3V0bGV0PVwiY29tcDsgaW5wdXRzOiBjb21ib2JveC5jb21iaW5lU2VsZWN0ZWRPcHRpb25XaXRoQ29tcG9uZW50SW5wdXRzKGl0ZW0pXCJcbiAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgIH0gQGVsc2Uge1xuICAgICAgICAgICAgICB7eyBjb21ib2JveC5nZXRPcHRpb25MYWJlbChpdGVtKSB8IGFzeW5jIH19XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgPGJ1dHRvblxuICAgICAgICAgICAgKGNsaWNrKT1cImNvbWJvYm94LnJlbW92ZVNlbGVjdGVkT3B0aW9uKGl0ZW0pOyAkZXZlbnQuc3RvcFByb3BhZ2F0aW9uKCk7IGNvbWJvYm94LmZvY3VzKClcIlxuICAgICAgICAgICAgY2xhc3M9XCJldC1jb21ib2JveC1zZWxlY3RlZC1vcHRpb24tcmVtb3ZlXCJcbiAgICAgICAgICAgIHRhYmluZGV4PVwiLTFcIlxuICAgICAgICAgID5cbiAgICAgICAgICAgIHhcbiAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgPC9kaXY+XG4gICAgICB9XG4gICAgICA8ZGl2IGNsYXNzPVwiZXQtY29tYm9ib3gtbXVsaXBsZS1pbnB1dFwiPlxuICAgICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiaW5wdXRUcGxcIiAvPlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIH1cblxuICA8bmctdGVtcGxhdGUgI2lucHV0VHBsPlxuICAgIDxpbnB1dFxuICAgICAgW2Rpc2FibGVkXT1cImlucHV0LmRpc2FibGVkXCJcbiAgICAgIFthdHRyLmlkXT1cImlucHV0LmlkXCJcbiAgICAgIFthdHRyLmFyaWEtcmVxdWlyZWRdPVwiKGlucHV0LnJlcXVpcmVkJCB8IGFzeW5jKSB8fCBudWxsXCJcbiAgICAgIFthdHRyLmFyaWEtZGlzYWJsZWRdPVwiKGlucHV0LmRpc2FibGVkJCB8IGFzeW5jKSB8fCBudWxsXCJcbiAgICAgIFthdHRyLmFyaWEtaW52YWxpZF09XCIoaW5wdXQuaW52YWxpZCQgfCBhc3luYykgfHwgbnVsbFwiXG4gICAgICBbYXR0ci5hcmlhLWV4cGFuZGVkXT1cImNvbWJvYm94LmlzT3BlbiQgfCBhc3luY1wiXG4gICAgICBbYXR0ci5hcmlhLWRlc2NyaWJlZGJ5XT1cImlucHV0LmRlc2NyaWJlZEJ5JCB8IGFzeW5jXCJcbiAgICAgIFthdHRyLnBsYWNlaG9sZGVyXT1cImlucHV0LnBsYWNlaG9sZGVyIHx8IG51bGxcIlxuICAgICAgW2F0dHIuYXJpYS1hY3RpdmVkZXNjZW5kYW50XT1cImNvbWJvYm94LmFjdGl2ZU9wdGlvbklkJCB8IGFzeW5jXCJcbiAgICAgIFthdHRyLmFyaWEtY29udHJvbHNdPVwiKGNvbWJvYm94LnNlbGVjdEJvZHlJZCQgfCBhc3luYykgfHwgbnVsbFwiXG4gICAgICBbYXR0ci5hcmlhLW93bnNdPVwiKGNvbWJvYm94LnNlbGVjdEJvZHlJZCQgfCBhc3luYykgfHwgbnVsbFwiXG4gICAgICAoa2V5ZG93bik9XCJjb21ib2JveC5fcHJvY2Vzc0tleWRvd25FdmVudCgkZXZlbnQpXCJcbiAgICAgIChrZXl1cCk9XCJjb21ib2JveC5fcHJvY2Vzc0tleXVwRXZlbnQoKVwiXG4gICAgICAoY2xpY2spPVwiY29tYm9ib3gub3BlbigpXCJcbiAgICAgIChibHVyKT1cImNvbWJvYm94Ll9oYW5kbGVCbHVyRXZlbnQoKVwiXG4gICAgICAoaW5wdXQpPVwiY29tYm9ib3guX3Byb2Nlc3NJbnB1dEV2ZW50KCRldmVudClcIlxuICAgICAgY2xhc3M9XCJldC1jb21ib2JveC13cmFwcGVyXCJcbiAgICAgIGF1dG9jb21wbGV0ZT1cIm9mZlwiXG4gICAgICBhcmlhLWhhc3BvcHVwPVwibGlzdGJveFwiXG4gICAgICByb2xlPVwiY29tYm9ib3hcIlxuICAgICAgYXJpYS1hdXRvY29tcGxldGU9XCJsaXN0XCJcbiAgICAgIHR5cGU9XCJ0ZXh0XCJcbiAgICAgIHZhbHVlPVwie3sgY29tYm9ib3guY3VycmVudEZpbHRlciB9fVwiXG4gICAgICBldE5hdGl2ZUlucHV0UmVmXG4gICAgLz5cbiAgPC9uZy10ZW1wbGF0ZT5cblxuICBAaWYgKChjb21ib2JveC5tdWx0aXBsZSQgfCBhc3luYykgPT09IGZhbHNlKSB7XG4gICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImlucHV0VHBsXCIgLz5cbiAgfVxuXG4gIDxldC1jaGV2cm9uLWljb24gY2xhc3M9XCJldC1jb21ib2JveC1jaGV2cm9uXCIgLz5cbjwvZGl2PlxuXG48bmctY29udGVudCBzZWxlY3Q9XCJbZXRJbnB1dFN1ZmZpeF1cIiAvPlxuXG48bmctdGVtcGxhdGU+XG4gIDxuZy1jb250ZW50IC8+XG48L25nLXRlbXBsYXRlPlxuIl19
@@ -0,0 +1,2 @@
1
+ export * from './combobox.component';
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvZm9ybXMvY29tcG9uZW50cy9zZWxlY3QvY29tcG9uZW50cy9jb21ib2JveC9jb21wb25lbnRzL2NvbWJvYm94L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsc0JBQXNCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2NvbWJvYm94LmNvbXBvbmVudCc7XG4iXX0=
@@ -1,2 +1,2 @@
1
- export * from './public-api';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvZm9ybXMvY29tcG9uZW50cy9zZWxlY3QvY29tcG9uZW50cy9jb21ib2JveC9jb25zdGFudHMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
1
+ export * from './combobox.constants';
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvZm9ybXMvY29tcG9uZW50cy9zZWxlY3QvY29tcG9uZW50cy9jb21ib2JveC9jb25zdGFudHMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxzQkFBc0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vY29tYm9ib3guY29uc3RhbnRzJztcbiJdfQ==