@qualcomm-ui/angular-core 1.0.1 → 1.0.3

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 (1594) hide show
  1. package/README.md +9 -0
  2. package/accordion/index.d.ts +160 -10
  3. package/accordion/index.d.ts.map +1 -1
  4. package/attributes/index.d.ts +19 -3
  5. package/attributes/index.d.ts.map +1 -1
  6. package/avatar/index.d.ts +102 -6
  7. package/avatar/index.d.ts.map +1 -1
  8. package/checkbox/index.d.ts +250 -10
  9. package/checkbox/index.d.ts.map +1 -1
  10. package/collapsible/index.d.ts +101 -5
  11. package/collapsible/index.d.ts.map +1 -1
  12. package/collection/index.d.ts +48 -2
  13. package/collection/index.d.ts.map +1 -1
  14. package/combobox/index.d.ts +532 -21
  15. package/combobox/index.d.ts.map +1 -1
  16. package/common/index.d.ts +84 -10
  17. package/common/index.d.ts.map +1 -1
  18. package/dialog/index.d.ts +300 -12
  19. package/dialog/index.d.ts.map +1 -1
  20. package/dom/index.d.ts +162 -8
  21. package/dom/index.d.ts.map +1 -1
  22. package/events/index.d.ts +40 -3
  23. package/events/index.d.ts.map +1 -1
  24. package/fesm2022/qualcomm-ui-angular-core-accordion.mjs +269 -0
  25. package/fesm2022/qualcomm-ui-angular-core-accordion.mjs.map +1 -0
  26. package/fesm2022/qualcomm-ui-angular-core-attributes.mjs +39 -0
  27. package/fesm2022/qualcomm-ui-angular-core-attributes.mjs.map +1 -0
  28. package/fesm2022/qualcomm-ui-angular-core-avatar.mjs +143 -0
  29. package/fesm2022/qualcomm-ui-angular-core-avatar.mjs.map +1 -0
  30. package/fesm2022/qualcomm-ui-angular-core-checkbox.mjs +541 -0
  31. package/fesm2022/qualcomm-ui-angular-core-checkbox.mjs.map +1 -0
  32. package/fesm2022/qualcomm-ui-angular-core-collapsible.mjs +143 -0
  33. package/fesm2022/qualcomm-ui-angular-core-collapsible.mjs.map +1 -0
  34. package/{esm2022/collection/use-list-collection.js → fesm2022/qualcomm-ui-angular-core-collection.mjs} +13 -6
  35. package/fesm2022/qualcomm-ui-angular-core-collection.mjs.map +1 -0
  36. package/fesm2022/qualcomm-ui-angular-core-combobox.mjs +797 -0
  37. package/fesm2022/qualcomm-ui-angular-core-combobox.mjs.map +1 -0
  38. package/fesm2022/qualcomm-ui-angular-core-common.mjs +121 -0
  39. package/fesm2022/qualcomm-ui-angular-core-common.mjs.map +1 -0
  40. package/fesm2022/qualcomm-ui-angular-core-dialog.mjs +490 -0
  41. package/fesm2022/qualcomm-ui-angular-core-dialog.mjs.map +1 -0
  42. package/fesm2022/qualcomm-ui-angular-core-dom.mjs +236 -0
  43. package/fesm2022/qualcomm-ui-angular-core-dom.mjs.map +1 -0
  44. package/{esm2022/events/listener.service.js → fesm2022/qualcomm-ui-angular-core-events.mjs} +62 -8
  45. package/fesm2022/qualcomm-ui-angular-core-events.mjs.map +1 -0
  46. package/{esm2022/forms/form-utils.js → fesm2022/qualcomm-ui-angular-core-forms.mjs} +36 -6
  47. package/fesm2022/qualcomm-ui-angular-core-forms.mjs.map +1 -0
  48. package/{esm2022/highlight/highlight.directive.js → fesm2022/qualcomm-ui-angular-core-highlight.mjs} +15 -8
  49. package/fesm2022/qualcomm-ui-angular-core-highlight.mjs.map +1 -0
  50. package/fesm2022/qualcomm-ui-angular-core-inline-notification.mjs +203 -0
  51. package/fesm2022/qualcomm-ui-angular-core-inline-notification.mjs.map +1 -0
  52. package/fesm2022/qualcomm-ui-angular-core-input.mjs +598 -0
  53. package/fesm2022/qualcomm-ui-angular-core-input.mjs.map +1 -0
  54. package/fesm2022/qualcomm-ui-angular-core-locale.mjs +35 -0
  55. package/fesm2022/qualcomm-ui-angular-core-locale.mjs.map +1 -0
  56. package/{esm2022/lorem-ipsum/lorem-ipsum.directive.js → fesm2022/qualcomm-ui-angular-core-lorem-ipsum.mjs} +16 -9
  57. package/fesm2022/qualcomm-ui-angular-core-lorem-ipsum.mjs.map +1 -0
  58. package/{esm2022/lucide/provide-icons.js → fesm2022/qualcomm-ui-angular-core-lucide.mjs} +14 -4
  59. package/fesm2022/qualcomm-ui-angular-core-lucide.mjs.map +1 -0
  60. package/fesm2022/qualcomm-ui-angular-core-machine.mjs +1186 -0
  61. package/fesm2022/qualcomm-ui-angular-core-machine.mjs.map +1 -0
  62. package/fesm2022/qualcomm-ui-angular-core-menu.mjs +818 -0
  63. package/fesm2022/qualcomm-ui-angular-core-menu.mjs.map +1 -0
  64. package/fesm2022/qualcomm-ui-angular-core-number-input.mjs +703 -0
  65. package/fesm2022/qualcomm-ui-angular-core-number-input.mjs.map +1 -0
  66. package/{esm2022/observers/intersection-observer.directive.js → fesm2022/qualcomm-ui-angular-core-observers.mjs} +16 -9
  67. package/fesm2022/qualcomm-ui-angular-core-observers.mjs.map +1 -0
  68. package/fesm2022/qualcomm-ui-angular-core-pagination.mjs +276 -0
  69. package/fesm2022/qualcomm-ui-angular-core-pagination.mjs.map +1 -0
  70. package/fesm2022/qualcomm-ui-angular-core-password-input.mjs +323 -0
  71. package/fesm2022/qualcomm-ui-angular-core-password-input.mjs.map +1 -0
  72. package/fesm2022/qualcomm-ui-angular-core-popover.mjs +410 -0
  73. package/fesm2022/qualcomm-ui-angular-core-popover.mjs.map +1 -0
  74. package/fesm2022/qualcomm-ui-angular-core-portal.mjs +255 -0
  75. package/fesm2022/qualcomm-ui-angular-core-portal.mjs.map +1 -0
  76. package/fesm2022/qualcomm-ui-angular-core-presence.mjs +157 -0
  77. package/fesm2022/qualcomm-ui-angular-core-presence.mjs.map +1 -0
  78. package/fesm2022/qualcomm-ui-angular-core-progress-ring.mjs +183 -0
  79. package/fesm2022/qualcomm-ui-angular-core-progress-ring.mjs.map +1 -0
  80. package/fesm2022/qualcomm-ui-angular-core-progress.mjs +242 -0
  81. package/fesm2022/qualcomm-ui-angular-core-progress.mjs.map +1 -0
  82. package/fesm2022/qualcomm-ui-angular-core-radio.mjs +564 -0
  83. package/fesm2022/qualcomm-ui-angular-core-radio.mjs.map +1 -0
  84. package/fesm2022/qualcomm-ui-angular-core-segmented-control.mjs +193 -0
  85. package/fesm2022/qualcomm-ui-angular-core-segmented-control.mjs.map +1 -0
  86. package/fesm2022/qualcomm-ui-angular-core-select.mjs +578 -0
  87. package/fesm2022/qualcomm-ui-angular-core-select.mjs.map +1 -0
  88. package/fesm2022/qualcomm-ui-angular-core-signals.mjs +179 -0
  89. package/fesm2022/qualcomm-ui-angular-core-signals.mjs.map +1 -0
  90. package/fesm2022/qualcomm-ui-angular-core-state.mjs +197 -0
  91. package/fesm2022/qualcomm-ui-angular-core-state.mjs.map +1 -0
  92. package/fesm2022/qualcomm-ui-angular-core-switch.mjs +211 -0
  93. package/fesm2022/qualcomm-ui-angular-core-switch.mjs.map +1 -0
  94. package/fesm2022/qualcomm-ui-angular-core-tabs.mjs +366 -0
  95. package/fesm2022/qualcomm-ui-angular-core-tabs.mjs.map +1 -0
  96. package/fesm2022/qualcomm-ui-angular-core-text-area.mjs +4 -0
  97. package/fesm2022/qualcomm-ui-angular-core-text-area.mjs.map +1 -0
  98. package/fesm2022/qualcomm-ui-angular-core-text-input.mjs +234 -0
  99. package/fesm2022/qualcomm-ui-angular-core-text-input.mjs.map +1 -0
  100. package/fesm2022/qualcomm-ui-angular-core-toast.mjs +170 -0
  101. package/fesm2022/qualcomm-ui-angular-core-toast.mjs.map +1 -0
  102. package/fesm2022/qualcomm-ui-angular-core-tooltip.mjs +214 -0
  103. package/fesm2022/qualcomm-ui-angular-core-tooltip.mjs.map +1 -0
  104. package/fesm2022/qualcomm-ui-angular-core-virtual.mjs +191 -0
  105. package/fesm2022/qualcomm-ui-angular-core-virtual.mjs.map +1 -0
  106. package/{esm2022/index.js → fesm2022/qualcomm-ui-angular-core.mjs} +5 -2
  107. package/fesm2022/qualcomm-ui-angular-core.mjs.map +1 -0
  108. package/forms/index.d.ts +37 -3
  109. package/forms/index.d.ts.map +1 -1
  110. package/highlight/index.d.ts +32 -2
  111. package/highlight/index.d.ts.map +1 -1
  112. package/index.d.ts +3 -2
  113. package/index.d.ts.map +1 -1
  114. package/inline-notification/index.d.ts +139 -8
  115. package/inline-notification/index.d.ts.map +1 -1
  116. package/input/index.d.ts +190 -4
  117. package/input/index.d.ts.map +1 -1
  118. package/locale/index.d.ts +24 -3
  119. package/locale/index.d.ts.map +1 -1
  120. package/lorem-ipsum/index.d.ts +47 -2
  121. package/lorem-ipsum/index.d.ts.map +1 -1
  122. package/lucide/index.d.ts +53 -3
  123. package/lucide/index.d.ts.map +1 -1
  124. package/machine/index.d.ts +214 -14
  125. package/machine/index.d.ts.map +1 -1
  126. package/menu/index.d.ts +476 -24
  127. package/menu/index.d.ts.map +1 -1
  128. package/number-input/index.d.ts +321 -14
  129. package/number-input/index.d.ts.map +1 -1
  130. package/observers/index.d.ts +16 -2
  131. package/observers/index.d.ts.map +1 -1
  132. package/package.json +102 -103
  133. package/pagination/index.d.ts +171 -10
  134. package/pagination/index.d.ts.map +1 -1
  135. package/password-input/index.d.ts +196 -11
  136. package/password-input/index.d.ts.map +1 -1
  137. package/popover/index.d.ts +263 -12
  138. package/popover/index.d.ts.map +1 -1
  139. package/portal/index.d.ts +71 -4
  140. package/portal/index.d.ts.map +1 -1
  141. package/presence/index.d.ts +97 -5
  142. package/presence/index.d.ts.map +1 -1
  143. package/progress/index.d.ts +166 -10
  144. package/progress/index.d.ts.map +1 -1
  145. package/progress-ring/index.d.ts +117 -9
  146. package/progress-ring/index.d.ts.map +1 -1
  147. package/radio/index.d.ts +279 -12
  148. package/radio/index.d.ts.map +1 -1
  149. package/segmented-control/index.d.ts +130 -6
  150. package/segmented-control/index.d.ts.map +1 -1
  151. package/select/index.d.ts +381 -18
  152. package/select/index.d.ts.map +1 -1
  153. package/signals/index.d.ts +85 -6
  154. package/signals/index.d.ts.map +1 -1
  155. package/state/index.d.ts +105 -4
  156. package/state/index.d.ts.map +1 -1
  157. package/switch/index.d.ts +138 -8
  158. package/switch/index.d.ts.map +1 -1
  159. package/tabs/index.d.ts +241 -10
  160. package/tabs/index.d.ts.map +1 -1
  161. package/text-area/index.d.ts +3 -2
  162. package/text-area/index.d.ts.map +1 -1
  163. package/text-input/index.d.ts +138 -10
  164. package/text-input/index.d.ts.map +1 -1
  165. package/toast/index.d.ts +120 -9
  166. package/toast/index.d.ts.map +1 -1
  167. package/tooltip/index.d.ts +133 -8
  168. package/tooltip/index.d.ts.map +1 -1
  169. package/virtual/index.d.ts +28 -4
  170. package/virtual/index.d.ts.map +1 -1
  171. package/accordion/accordion-context.service.d.ts +0 -9
  172. package/accordion/accordion-context.service.d.ts.map +0 -1
  173. package/accordion/accordion-item-context.service.d.ts +0 -9
  174. package/accordion/accordion-item-context.service.d.ts.map +0 -1
  175. package/accordion/core-accordion-item-content.directive.d.ts +0 -21
  176. package/accordion/core-accordion-item-content.directive.d.ts.map +0 -1
  177. package/accordion/core-accordion-item-trigger-indicator.directive.d.ts +0 -11
  178. package/accordion/core-accordion-item-trigger-indicator.directive.d.ts.map +0 -1
  179. package/accordion/core-accordion-item-trigger-secondary.directive.d.ts +0 -11
  180. package/accordion/core-accordion-item-trigger-secondary.directive.d.ts.map +0 -1
  181. package/accordion/core-accordion-item-trigger-title.directive.d.ts +0 -11
  182. package/accordion/core-accordion-item-trigger-title.directive.d.ts.map +0 -1
  183. package/accordion/core-accordion-item-trigger.directive.d.ts +0 -17
  184. package/accordion/core-accordion-item-trigger.directive.d.ts.map +0 -1
  185. package/accordion/core-accordion-item.directive.d.ts +0 -23
  186. package/accordion/core-accordion-item.directive.d.ts.map +0 -1
  187. package/accordion/core-accordion-root.directive.d.ts +0 -58
  188. package/accordion/core-accordion-root.directive.d.ts.map +0 -1
  189. package/accordion/qualcomm-ui-angular-core-accordion.d.ts +0 -6
  190. package/accordion/qualcomm-ui-angular-core-accordion.d.ts.map +0 -1
  191. package/attributes/number-attributes.d.ts +0 -11
  192. package/attributes/number-attributes.d.ts.map +0 -1
  193. package/attributes/pixel-attribute.d.ts +0 -6
  194. package/attributes/pixel-attribute.d.ts.map +0 -1
  195. package/attributes/qualcomm-ui-angular-core-attributes.d.ts +0 -6
  196. package/attributes/qualcomm-ui-angular-core-attributes.d.ts.map +0 -1
  197. package/avatar/avatar-context.service.d.ts +0 -9
  198. package/avatar/avatar-context.service.d.ts.map +0 -1
  199. package/avatar/core-avatar-content.directive.d.ts +0 -20
  200. package/avatar/core-avatar-content.directive.d.ts.map +0 -1
  201. package/avatar/core-avatar-image.directive.d.ts +0 -20
  202. package/avatar/core-avatar-image.directive.d.ts.map +0 -1
  203. package/avatar/core-avatar-root.directive.d.ts +0 -36
  204. package/avatar/core-avatar-root.directive.d.ts.map +0 -1
  205. package/avatar/core-avatar-status.directive.d.ts +0 -20
  206. package/avatar/core-avatar-status.directive.d.ts.map +0 -1
  207. package/avatar/qualcomm-ui-angular-core-avatar.d.ts +0 -6
  208. package/avatar/qualcomm-ui-angular-core-avatar.d.ts.map +0 -1
  209. package/checkbox/abstract-checkbox-form-control.directive.d.ts +0 -79
  210. package/checkbox/abstract-checkbox-form-control.directive.d.ts.map +0 -1
  211. package/checkbox/checkbox-context.service.d.ts +0 -9
  212. package/checkbox/checkbox-context.service.d.ts.map +0 -1
  213. package/checkbox/core-checkbox-control.directive.d.ts +0 -20
  214. package/checkbox/core-checkbox-control.directive.d.ts.map +0 -1
  215. package/checkbox/core-checkbox-error-text.directive.d.ts +0 -20
  216. package/checkbox/core-checkbox-error-text.directive.d.ts.map +0 -1
  217. package/checkbox/core-checkbox-hidden-input.directive.d.ts +0 -20
  218. package/checkbox/core-checkbox-hidden-input.directive.d.ts.map +0 -1
  219. package/checkbox/core-checkbox-indicator.directive.d.ts +0 -13
  220. package/checkbox/core-checkbox-indicator.directive.d.ts.map +0 -1
  221. package/checkbox/core-checkbox-label.directive.d.ts +0 -20
  222. package/checkbox/core-checkbox-label.directive.d.ts.map +0 -1
  223. package/checkbox/core-checkbox-root.directive.d.ts +0 -48
  224. package/checkbox/core-checkbox-root.directive.d.ts.map +0 -1
  225. package/checkbox/qualcomm-ui-angular-core-checkbox.d.ts +0 -6
  226. package/checkbox/qualcomm-ui-angular-core-checkbox.d.ts.map +0 -1
  227. package/checkbox/use-checkbox-group.d.ts +0 -32
  228. package/checkbox/use-checkbox-group.d.ts.map +0 -1
  229. package/collapsible/collapsible-context.service.d.ts +0 -9
  230. package/collapsible/collapsible-context.service.d.ts.map +0 -1
  231. package/collapsible/core-collapsible-content.directive.d.ts +0 -20
  232. package/collapsible/core-collapsible-content.directive.d.ts.map +0 -1
  233. package/collapsible/core-collapsible-root.directive.d.ts +0 -52
  234. package/collapsible/core-collapsible-root.directive.d.ts.map +0 -1
  235. package/collapsible/core-collapsible-trigger.directive.d.ts +0 -20
  236. package/collapsible/core-collapsible-trigger.directive.d.ts.map +0 -1
  237. package/collapsible/qualcomm-ui-angular-core-collapsible.d.ts +0 -6
  238. package/collapsible/qualcomm-ui-angular-core-collapsible.d.ts.map +0 -1
  239. package/collection/qualcomm-ui-angular-core-collection.d.ts +0 -6
  240. package/collection/qualcomm-ui-angular-core-collection.d.ts.map +0 -1
  241. package/collection/use-list-collection.d.ts +0 -44
  242. package/collection/use-list-collection.d.ts.map +0 -1
  243. package/combobox/combobox-context.service.d.ts +0 -12
  244. package/combobox/combobox-context.service.d.ts.map +0 -1
  245. package/combobox/combobox-item-context.service.d.ts +0 -9
  246. package/combobox/combobox-item-context.service.d.ts.map +0 -1
  247. package/combobox/combobox-item-group-context.service.d.ts +0 -9
  248. package/combobox/combobox-item-group-context.service.d.ts.map +0 -1
  249. package/combobox/core-combobox-clear-trigger.directive.d.ts +0 -20
  250. package/combobox/core-combobox-clear-trigger.directive.d.ts.map +0 -1
  251. package/combobox/core-combobox-content.directive.d.ts +0 -23
  252. package/combobox/core-combobox-content.directive.d.ts.map +0 -1
  253. package/combobox/core-combobox-control.directive.d.ts +0 -20
  254. package/combobox/core-combobox-control.directive.d.ts.map +0 -1
  255. package/combobox/core-combobox-empty.directive.d.ts +0 -13
  256. package/combobox/core-combobox-empty.directive.d.ts.map +0 -1
  257. package/combobox/core-combobox-error-indicator.directive.d.ts +0 -13
  258. package/combobox/core-combobox-error-indicator.directive.d.ts.map +0 -1
  259. package/combobox/core-combobox-error-text.directive.d.ts +0 -20
  260. package/combobox/core-combobox-error-text.directive.d.ts.map +0 -1
  261. package/combobox/core-combobox-hint.directive.d.ts +0 -20
  262. package/combobox/core-combobox-hint.directive.d.ts.map +0 -1
  263. package/combobox/core-combobox-input.directive.d.ts +0 -20
  264. package/combobox/core-combobox-input.directive.d.ts.map +0 -1
  265. package/combobox/core-combobox-item-group-label.directive.d.ts +0 -14
  266. package/combobox/core-combobox-item-group-label.directive.d.ts.map +0 -1
  267. package/combobox/core-combobox-item-group.directive.d.ts +0 -21
  268. package/combobox/core-combobox-item-group.directive.d.ts.map +0 -1
  269. package/combobox/core-combobox-item-indicator.directive.d.ts +0 -14
  270. package/combobox/core-combobox-item-indicator.directive.d.ts.map +0 -1
  271. package/combobox/core-combobox-item-text.directive.d.ts +0 -14
  272. package/combobox/core-combobox-item-text.directive.d.ts.map +0 -1
  273. package/combobox/core-combobox-item.directive.d.ts +0 -27
  274. package/combobox/core-combobox-item.directive.d.ts.map +0 -1
  275. package/combobox/core-combobox-label.directive.d.ts +0 -20
  276. package/combobox/core-combobox-label.directive.d.ts.map +0 -1
  277. package/combobox/core-combobox-positioner.directive.d.ts +0 -21
  278. package/combobox/core-combobox-positioner.directive.d.ts.map +0 -1
  279. package/combobox/core-combobox-root.directive.d.ts +0 -234
  280. package/combobox/core-combobox-root.directive.d.ts.map +0 -1
  281. package/combobox/core-combobox-trigger.directive.d.ts +0 -27
  282. package/combobox/core-combobox-trigger.directive.d.ts.map +0 -1
  283. package/combobox/qualcomm-ui-angular-core-combobox.d.ts +0 -6
  284. package/combobox/qualcomm-ui-angular-core-combobox.d.ts.map +0 -1
  285. package/common/boolean.d.ts +0 -6
  286. package/common/boolean.d.ts.map +0 -1
  287. package/common/ng-changes.d.ts +0 -18
  288. package/common/ng-changes.d.ts.map +0 -1
  289. package/common/qualcomm-ui-angular-core-common.d.ts +0 -6
  290. package/common/qualcomm-ui-angular-core-common.d.ts.map +0 -1
  291. package/common/template-content.d.ts +0 -6
  292. package/common/template-content.d.ts.map +0 -1
  293. package/common/use-csr-check.d.ts +0 -13
  294. package/common/use-csr-check.d.ts.map +0 -1
  295. package/common/use-id.d.ts +0 -2
  296. package/common/use-id.d.ts.map +0 -1
  297. package/common/use-is-destroyed.d.ts +0 -8
  298. package/common/use-is-destroyed.d.ts.map +0 -1
  299. package/common/use-is-mounted.d.ts +0 -7
  300. package/common/use-is-mounted.d.ts.map +0 -1
  301. package/common/use-on-destroy.d.ts +0 -8
  302. package/common/use-on-destroy.d.ts.map +0 -1
  303. package/common/use-ssr-check.d.ts +0 -13
  304. package/common/use-ssr-check.d.ts.map +0 -1
  305. package/dialog/core-dialog-backdrop.directive.d.ts +0 -24
  306. package/dialog/core-dialog-backdrop.directive.d.ts.map +0 -1
  307. package/dialog/core-dialog-body.directive.d.ts +0 -13
  308. package/dialog/core-dialog-body.directive.d.ts.map +0 -1
  309. package/dialog/core-dialog-close-trigger.directive.d.ts +0 -20
  310. package/dialog/core-dialog-close-trigger.directive.d.ts.map +0 -1
  311. package/dialog/core-dialog-content.directive.d.ts +0 -25
  312. package/dialog/core-dialog-content.directive.d.ts.map +0 -1
  313. package/dialog/core-dialog-description.directive.d.ts +0 -20
  314. package/dialog/core-dialog-description.directive.d.ts.map +0 -1
  315. package/dialog/core-dialog-footer.directive.d.ts +0 -13
  316. package/dialog/core-dialog-footer.directive.d.ts.map +0 -1
  317. package/dialog/core-dialog-heading.directive.d.ts +0 -20
  318. package/dialog/core-dialog-heading.directive.d.ts.map +0 -1
  319. package/dialog/core-dialog-positioner.directive.d.ts +0 -21
  320. package/dialog/core-dialog-positioner.directive.d.ts.map +0 -1
  321. package/dialog/core-dialog-root.directive.d.ts +0 -129
  322. package/dialog/core-dialog-root.directive.d.ts.map +0 -1
  323. package/dialog/core-dialog-trigger.directive.d.ts +0 -20
  324. package/dialog/core-dialog-trigger.directive.d.ts.map +0 -1
  325. package/dialog/dialog-context.service.d.ts +0 -12
  326. package/dialog/dialog-context.service.d.ts.map +0 -1
  327. package/dialog/qualcomm-ui-angular-core-dialog.d.ts +0 -6
  328. package/dialog/qualcomm-ui-angular-core-dialog.d.ts.map +0 -1
  329. package/dom/clipboard.service.d.ts +0 -20
  330. package/dom/clipboard.service.d.ts.map +0 -1
  331. package/dom/context-id-signal.d.ts +0 -42
  332. package/dom/context-id-signal.d.ts.map +0 -1
  333. package/dom/descendants-manager.service.d.ts +0 -12
  334. package/dom/descendants-manager.service.d.ts.map +0 -1
  335. package/dom/element-id-signal.d.ts +0 -42
  336. package/dom/element-id-signal.d.ts.map +0 -1
  337. package/dom/id.service.d.ts +0 -11
  338. package/dom/id.service.d.ts.map +0 -1
  339. package/dom/portal-config.service.d.ts +0 -8
  340. package/dom/portal-config.service.d.ts.map +0 -1
  341. package/dom/qualcomm-ui-angular-core-dom.d.ts +0 -6
  342. package/dom/qualcomm-ui-angular-core-dom.d.ts.map +0 -1
  343. package/dom/tokens/caches.d.ts +0 -3
  344. package/dom/tokens/caches.d.ts.map +0 -1
  345. package/dom/tokens/css.d.ts +0 -12
  346. package/dom/tokens/css.d.ts.map +0 -1
  347. package/dom/tokens/index.d.ts +0 -11
  348. package/dom/tokens/index.d.ts.map +0 -1
  349. package/dom/tokens/local-storage.d.ts +0 -3
  350. package/dom/tokens/local-storage.d.ts.map +0 -1
  351. package/dom/tokens/location.d.ts +0 -3
  352. package/dom/tokens/location.d.ts.map +0 -1
  353. package/dom/tokens/media-devices.d.ts +0 -3
  354. package/dom/tokens/media-devices.d.ts.map +0 -1
  355. package/dom/tokens/navigator.d.ts +0 -3
  356. package/dom/tokens/navigator.d.ts.map +0 -1
  357. package/dom/tokens/performance.d.ts +0 -3
  358. package/dom/tokens/performance.d.ts.map +0 -1
  359. package/dom/tokens/screen.d.ts +0 -3
  360. package/dom/tokens/screen.d.ts.map +0 -1
  361. package/dom/tokens/user-agent.d.ts +0 -3
  362. package/dom/tokens/user-agent.d.ts.map +0 -1
  363. package/dom/tokens/window.d.ts +0 -3
  364. package/dom/tokens/window.d.ts.map +0 -1
  365. package/esm2022/accordion/accordion-context.service.js +0 -14
  366. package/esm2022/accordion/accordion-context.service.js.map +0 -1
  367. package/esm2022/accordion/accordion-item-context.service.js +0 -14
  368. package/esm2022/accordion/accordion-item-context.service.js.map +0 -1
  369. package/esm2022/accordion/core-accordion-item-content.directive.js +0 -34
  370. package/esm2022/accordion/core-accordion-item-content.directive.js.map +0 -1
  371. package/esm2022/accordion/core-accordion-item-trigger-indicator.directive.js +0 -24
  372. package/esm2022/accordion/core-accordion-item-trigger-indicator.directive.js.map +0 -1
  373. package/esm2022/accordion/core-accordion-item-trigger-secondary.directive.js +0 -24
  374. package/esm2022/accordion/core-accordion-item-trigger-secondary.directive.js.map +0 -1
  375. package/esm2022/accordion/core-accordion-item-trigger-title.directive.js +0 -24
  376. package/esm2022/accordion/core-accordion-item-trigger-title.directive.js.map +0 -1
  377. package/esm2022/accordion/core-accordion-item-trigger.directive.js +0 -32
  378. package/esm2022/accordion/core-accordion-item-trigger.directive.js.map +0 -1
  379. package/esm2022/accordion/core-accordion-item.directive.js +0 -45
  380. package/esm2022/accordion/core-accordion-item.directive.js.map +0 -1
  381. package/esm2022/accordion/core-accordion-root.directive.js +0 -91
  382. package/esm2022/accordion/core-accordion-root.directive.js.map +0 -1
  383. package/esm2022/accordion/index.js +0 -10
  384. package/esm2022/accordion/index.js.map +0 -1
  385. package/esm2022/accordion/qualcomm-ui-angular-core-accordion.js +0 -5
  386. package/esm2022/accordion/qualcomm-ui-angular-core-accordion.js.map +0 -1
  387. package/esm2022/attributes/index.js +0 -3
  388. package/esm2022/attributes/index.js.map +0 -1
  389. package/esm2022/attributes/number-attributes.js +0 -22
  390. package/esm2022/attributes/number-attributes.js.map +0 -1
  391. package/esm2022/attributes/pixel-attribute.js +0 -10
  392. package/esm2022/attributes/pixel-attribute.js.map +0 -1
  393. package/esm2022/attributes/qualcomm-ui-angular-core-attributes.js +0 -5
  394. package/esm2022/attributes/qualcomm-ui-angular-core-attributes.js.map +0 -1
  395. package/esm2022/avatar/avatar-context.service.js +0 -14
  396. package/esm2022/avatar/avatar-context.service.js.map +0 -1
  397. package/esm2022/avatar/core-avatar-content.directive.js +0 -30
  398. package/esm2022/avatar/core-avatar-content.directive.js.map +0 -1
  399. package/esm2022/avatar/core-avatar-image.directive.js +0 -30
  400. package/esm2022/avatar/core-avatar-image.directive.js.map +0 -1
  401. package/esm2022/avatar/core-avatar-root.directive.js +0 -51
  402. package/esm2022/avatar/core-avatar-root.directive.js.map +0 -1
  403. package/esm2022/avatar/core-avatar-status.directive.js +0 -30
  404. package/esm2022/avatar/core-avatar-status.directive.js.map +0 -1
  405. package/esm2022/avatar/index.js +0 -6
  406. package/esm2022/avatar/index.js.map +0 -1
  407. package/esm2022/avatar/qualcomm-ui-angular-core-avatar.js +0 -5
  408. package/esm2022/avatar/qualcomm-ui-angular-core-avatar.js.map +0 -1
  409. package/esm2022/checkbox/abstract-checkbox-form-control.directive.js +0 -265
  410. package/esm2022/checkbox/abstract-checkbox-form-control.directive.js.map +0 -1
  411. package/esm2022/checkbox/checkbox-context.service.js +0 -14
  412. package/esm2022/checkbox/checkbox-context.service.js.map +0 -1
  413. package/esm2022/checkbox/core-checkbox-control.directive.js +0 -30
  414. package/esm2022/checkbox/core-checkbox-control.directive.js.map +0 -1
  415. package/esm2022/checkbox/core-checkbox-error-text.directive.js +0 -30
  416. package/esm2022/checkbox/core-checkbox-error-text.directive.js.map +0 -1
  417. package/esm2022/checkbox/core-checkbox-hidden-input.directive.js +0 -30
  418. package/esm2022/checkbox/core-checkbox-hidden-input.directive.js.map +0 -1
  419. package/esm2022/checkbox/core-checkbox-indicator.directive.js +0 -19
  420. package/esm2022/checkbox/core-checkbox-indicator.directive.js.map +0 -1
  421. package/esm2022/checkbox/core-checkbox-label.directive.js +0 -30
  422. package/esm2022/checkbox/core-checkbox-label.directive.js.map +0 -1
  423. package/esm2022/checkbox/core-checkbox-root.directive.js +0 -88
  424. package/esm2022/checkbox/core-checkbox-root.directive.js.map +0 -1
  425. package/esm2022/checkbox/index.js +0 -10
  426. package/esm2022/checkbox/index.js.map +0 -1
  427. package/esm2022/checkbox/qualcomm-ui-angular-core-checkbox.js +0 -5
  428. package/esm2022/checkbox/qualcomm-ui-angular-core-checkbox.js.map +0 -1
  429. package/esm2022/checkbox/use-checkbox-group.js +0 -62
  430. package/esm2022/checkbox/use-checkbox-group.js.map +0 -1
  431. package/esm2022/collapsible/collapsible-context.service.js +0 -14
  432. package/esm2022/collapsible/collapsible-context.service.js.map +0 -1
  433. package/esm2022/collapsible/core-collapsible-content.directive.js +0 -32
  434. package/esm2022/collapsible/core-collapsible-content.directive.js.map +0 -1
  435. package/esm2022/collapsible/core-collapsible-root.directive.js +0 -71
  436. package/esm2022/collapsible/core-collapsible-root.directive.js.map +0 -1
  437. package/esm2022/collapsible/core-collapsible-trigger.directive.js +0 -32
  438. package/esm2022/collapsible/core-collapsible-trigger.directive.js.map +0 -1
  439. package/esm2022/collapsible/index.js +0 -5
  440. package/esm2022/collapsible/index.js.map +0 -1
  441. package/esm2022/collapsible/qualcomm-ui-angular-core-collapsible.js +0 -5
  442. package/esm2022/collapsible/qualcomm-ui-angular-core-collapsible.js.map +0 -1
  443. package/esm2022/collection/index.js +0 -2
  444. package/esm2022/collection/index.js.map +0 -1
  445. package/esm2022/collection/qualcomm-ui-angular-core-collection.js +0 -5
  446. package/esm2022/collection/qualcomm-ui-angular-core-collection.js.map +0 -1
  447. package/esm2022/collection/use-list-collection.js.map +0 -1
  448. package/esm2022/combobox/combobox-context.service.js +0 -14
  449. package/esm2022/combobox/combobox-context.service.js.map +0 -1
  450. package/esm2022/combobox/combobox-item-context.service.js +0 -14
  451. package/esm2022/combobox/combobox-item-context.service.js.map +0 -1
  452. package/esm2022/combobox/combobox-item-group-context.service.js +0 -14
  453. package/esm2022/combobox/combobox-item-group-context.service.js.map +0 -1
  454. package/esm2022/combobox/core-combobox-clear-trigger.directive.js +0 -30
  455. package/esm2022/combobox/core-combobox-clear-trigger.directive.js.map +0 -1
  456. package/esm2022/combobox/core-combobox-content.directive.js +0 -34
  457. package/esm2022/combobox/core-combobox-content.directive.js.map +0 -1
  458. package/esm2022/combobox/core-combobox-control.directive.js +0 -30
  459. package/esm2022/combobox/core-combobox-control.directive.js.map +0 -1
  460. package/esm2022/combobox/core-combobox-empty.directive.js +0 -19
  461. package/esm2022/combobox/core-combobox-empty.directive.js.map +0 -1
  462. package/esm2022/combobox/core-combobox-error-indicator.directive.js +0 -19
  463. package/esm2022/combobox/core-combobox-error-indicator.directive.js.map +0 -1
  464. package/esm2022/combobox/core-combobox-error-text.directive.js +0 -30
  465. package/esm2022/combobox/core-combobox-error-text.directive.js.map +0 -1
  466. package/esm2022/combobox/core-combobox-hint.directive.js +0 -30
  467. package/esm2022/combobox/core-combobox-hint.directive.js.map +0 -1
  468. package/esm2022/combobox/core-combobox-input.directive.js +0 -30
  469. package/esm2022/combobox/core-combobox-input.directive.js.map +0 -1
  470. package/esm2022/combobox/core-combobox-item-group-label.directive.js +0 -23
  471. package/esm2022/combobox/core-combobox-item-group-label.directive.js.map +0 -1
  472. package/esm2022/combobox/core-combobox-item-group.directive.js +0 -31
  473. package/esm2022/combobox/core-combobox-item-group.directive.js.map +0 -1
  474. package/esm2022/combobox/core-combobox-item-indicator.directive.js +0 -21
  475. package/esm2022/combobox/core-combobox-item-indicator.directive.js.map +0 -1
  476. package/esm2022/combobox/core-combobox-item-text.directive.js +0 -21
  477. package/esm2022/combobox/core-combobox-item-text.directive.js.map +0 -1
  478. package/esm2022/combobox/core-combobox-item.directive.js +0 -35
  479. package/esm2022/combobox/core-combobox-item.directive.js.map +0 -1
  480. package/esm2022/combobox/core-combobox-label.directive.js +0 -30
  481. package/esm2022/combobox/core-combobox-label.directive.js.map +0 -1
  482. package/esm2022/combobox/core-combobox-positioner.directive.js +0 -32
  483. package/esm2022/combobox/core-combobox-positioner.directive.js.map +0 -1
  484. package/esm2022/combobox/core-combobox-root.directive.js +0 -387
  485. package/esm2022/combobox/core-combobox-root.directive.js.map +0 -1
  486. package/esm2022/combobox/core-combobox-trigger.directive.js +0 -37
  487. package/esm2022/combobox/core-combobox-trigger.directive.js.map +0 -1
  488. package/esm2022/combobox/index.js +0 -21
  489. package/esm2022/combobox/index.js.map +0 -1
  490. package/esm2022/combobox/qualcomm-ui-angular-core-combobox.js +0 -5
  491. package/esm2022/combobox/qualcomm-ui-angular-core-combobox.js.map +0 -1
  492. package/esm2022/common/boolean.js +0 -4
  493. package/esm2022/common/boolean.js.map +0 -1
  494. package/esm2022/common/index.js +0 -7
  495. package/esm2022/common/index.js.map +0 -1
  496. package/esm2022/common/ng-changes.js +0 -4
  497. package/esm2022/common/ng-changes.js.map +0 -1
  498. package/esm2022/common/qualcomm-ui-angular-core-common.js +0 -5
  499. package/esm2022/common/qualcomm-ui-angular-core-common.js.map +0 -1
  500. package/esm2022/common/template-content.js +0 -4
  501. package/esm2022/common/template-content.js.map +0 -1
  502. package/esm2022/common/use-csr-check.js +0 -22
  503. package/esm2022/common/use-csr-check.js.map +0 -1
  504. package/esm2022/common/use-id.js +0 -24
  505. package/esm2022/common/use-id.js.map +0 -1
  506. package/esm2022/common/use-is-destroyed.js +0 -20
  507. package/esm2022/common/use-is-destroyed.js.map +0 -1
  508. package/esm2022/common/use-is-mounted.js +0 -15
  509. package/esm2022/common/use-is-mounted.js.map +0 -1
  510. package/esm2022/common/use-on-destroy.js +0 -16
  511. package/esm2022/common/use-on-destroy.js.map +0 -1
  512. package/esm2022/common/use-ssr-check.js +0 -22
  513. package/esm2022/common/use-ssr-check.js.map +0 -1
  514. package/esm2022/dialog/core-dialog-backdrop.directive.js +0 -46
  515. package/esm2022/dialog/core-dialog-backdrop.directive.js.map +0 -1
  516. package/esm2022/dialog/core-dialog-body.directive.js +0 -21
  517. package/esm2022/dialog/core-dialog-body.directive.js.map +0 -1
  518. package/esm2022/dialog/core-dialog-close-trigger.directive.js +0 -30
  519. package/esm2022/dialog/core-dialog-close-trigger.directive.js.map +0 -1
  520. package/esm2022/dialog/core-dialog-content.directive.js +0 -50
  521. package/esm2022/dialog/core-dialog-content.directive.js.map +0 -1
  522. package/esm2022/dialog/core-dialog-description.directive.js +0 -30
  523. package/esm2022/dialog/core-dialog-description.directive.js.map +0 -1
  524. package/esm2022/dialog/core-dialog-footer.directive.js +0 -19
  525. package/esm2022/dialog/core-dialog-footer.directive.js.map +0 -1
  526. package/esm2022/dialog/core-dialog-heading.directive.js +0 -30
  527. package/esm2022/dialog/core-dialog-heading.directive.js.map +0 -1
  528. package/esm2022/dialog/core-dialog-positioner.directive.js +0 -32
  529. package/esm2022/dialog/core-dialog-positioner.directive.js.map +0 -1
  530. package/esm2022/dialog/core-dialog-root.directive.js +0 -225
  531. package/esm2022/dialog/core-dialog-root.directive.js.map +0 -1
  532. package/esm2022/dialog/core-dialog-trigger.directive.js +0 -30
  533. package/esm2022/dialog/core-dialog-trigger.directive.js.map +0 -1
  534. package/esm2022/dialog/dialog-context.service.js +0 -24
  535. package/esm2022/dialog/dialog-context.service.js.map +0 -1
  536. package/esm2022/dialog/index.js +0 -12
  537. package/esm2022/dialog/index.js.map +0 -1
  538. package/esm2022/dialog/qualcomm-ui-angular-core-dialog.js +0 -5
  539. package/esm2022/dialog/qualcomm-ui-angular-core-dialog.js.map +0 -1
  540. package/esm2022/dom/clipboard.service.js +0 -42
  541. package/esm2022/dom/clipboard.service.js.map +0 -1
  542. package/esm2022/dom/context-id-signal.js +0 -23
  543. package/esm2022/dom/context-id-signal.js.map +0 -1
  544. package/esm2022/dom/descendants-manager.service.js +0 -29
  545. package/esm2022/dom/descendants-manager.service.js.map +0 -1
  546. package/esm2022/dom/element-id-signal.js +0 -25
  547. package/esm2022/dom/element-id-signal.js.map +0 -1
  548. package/esm2022/dom/id.service.js +0 -33
  549. package/esm2022/dom/id.service.js.map +0 -1
  550. package/esm2022/dom/index.js +0 -8
  551. package/esm2022/dom/index.js.map +0 -1
  552. package/esm2022/dom/portal-config.service.js +0 -17
  553. package/esm2022/dom/portal-config.service.js.map +0 -1
  554. package/esm2022/dom/qualcomm-ui-angular-core-dom.js +0 -5
  555. package/esm2022/dom/qualcomm-ui-angular-core-dom.js.map +0 -1
  556. package/esm2022/dom/tokens/caches.js +0 -8
  557. package/esm2022/dom/tokens/caches.js.map +0 -1
  558. package/esm2022/dom/tokens/css.js +0 -11
  559. package/esm2022/dom/tokens/css.js.map +0 -1
  560. package/esm2022/dom/tokens/index.js +0 -11
  561. package/esm2022/dom/tokens/index.js.map +0 -1
  562. package/esm2022/dom/tokens/local-storage.js +0 -8
  563. package/esm2022/dom/tokens/local-storage.js.map +0 -1
  564. package/esm2022/dom/tokens/location.js +0 -8
  565. package/esm2022/dom/tokens/location.js.map +0 -1
  566. package/esm2022/dom/tokens/media-devices.js +0 -8
  567. package/esm2022/dom/tokens/media-devices.js.map +0 -1
  568. package/esm2022/dom/tokens/navigator.js +0 -8
  569. package/esm2022/dom/tokens/navigator.js.map +0 -1
  570. package/esm2022/dom/tokens/performance.js +0 -8
  571. package/esm2022/dom/tokens/performance.js.map +0 -1
  572. package/esm2022/dom/tokens/screen.js +0 -8
  573. package/esm2022/dom/tokens/screen.js.map +0 -1
  574. package/esm2022/dom/tokens/user-agent.js +0 -8
  575. package/esm2022/dom/tokens/user-agent.js.map +0 -1
  576. package/esm2022/dom/tokens/window.js +0 -14
  577. package/esm2022/dom/tokens/window.js.map +0 -1
  578. package/esm2022/events/index.js +0 -3
  579. package/esm2022/events/index.js.map +0 -1
  580. package/esm2022/events/listener.service.js.map +0 -1
  581. package/esm2022/events/qualcomm-ui-angular-core-events.js +0 -5
  582. package/esm2022/events/qualcomm-ui-angular-core-events.js.map +0 -1
  583. package/esm2022/events/use-copy-to-clipboard.js +0 -48
  584. package/esm2022/events/use-copy-to-clipboard.js.map +0 -1
  585. package/esm2022/forms/form-utils.js.map +0 -1
  586. package/esm2022/forms/index.js +0 -3
  587. package/esm2022/forms/index.js.map +0 -1
  588. package/esm2022/forms/qualcomm-ui-angular-core-forms.js +0 -5
  589. package/esm2022/forms/qualcomm-ui-angular-core-forms.js.map +0 -1
  590. package/esm2022/forms/use-forbidden-form-control-warning.js +0 -24
  591. package/esm2022/forms/use-forbidden-form-control-warning.js.map +0 -1
  592. package/esm2022/highlight/highlight.directive.js.map +0 -1
  593. package/esm2022/highlight/index.js +0 -2
  594. package/esm2022/highlight/index.js.map +0 -1
  595. package/esm2022/highlight/qualcomm-ui-angular-core-highlight.js +0 -5
  596. package/esm2022/highlight/qualcomm-ui-angular-core-highlight.js.map +0 -1
  597. package/esm2022/index.js.map +0 -1
  598. package/esm2022/inline-notification/core-inline-notification-action.directive.js +0 -21
  599. package/esm2022/inline-notification/core-inline-notification-action.directive.js.map +0 -1
  600. package/esm2022/inline-notification/core-inline-notification-close-trigger.directive.js +0 -32
  601. package/esm2022/inline-notification/core-inline-notification-close-trigger.directive.js.map +0 -1
  602. package/esm2022/inline-notification/core-inline-notification-description.directive.js +0 -32
  603. package/esm2022/inline-notification/core-inline-notification-description.directive.js.map +0 -1
  604. package/esm2022/inline-notification/core-inline-notification-icon.directive.js +0 -21
  605. package/esm2022/inline-notification/core-inline-notification-icon.directive.js.map +0 -1
  606. package/esm2022/inline-notification/core-inline-notification-label.directive.js +0 -32
  607. package/esm2022/inline-notification/core-inline-notification-label.directive.js.map +0 -1
  608. package/esm2022/inline-notification/core-inline-notification-root.directive.js +0 -71
  609. package/esm2022/inline-notification/core-inline-notification-root.directive.js.map +0 -1
  610. package/esm2022/inline-notification/index.js +0 -8
  611. package/esm2022/inline-notification/index.js.map +0 -1
  612. package/esm2022/inline-notification/inline-notification-context.service.js +0 -14
  613. package/esm2022/inline-notification/inline-notification-context.service.js.map +0 -1
  614. package/esm2022/inline-notification/qualcomm-ui-angular-core-inline-notification.js +0 -5
  615. package/esm2022/inline-notification/qualcomm-ui-angular-core-inline-notification.js.map +0 -1
  616. package/esm2022/input/abstract-input-form-control.directive.js +0 -254
  617. package/esm2022/input/abstract-input-form-control.directive.js.map +0 -1
  618. package/esm2022/input/abstract-list-collection-form-control.directive.js +0 -278
  619. package/esm2022/input/abstract-list-collection-form-control.directive.js.map +0 -1
  620. package/esm2022/input/index.js +0 -4
  621. package/esm2022/input/index.js.map +0 -1
  622. package/esm2022/input/input-form-control-provider.js +0 -70
  623. package/esm2022/input/input-form-control-provider.js.map +0 -1
  624. package/esm2022/input/qualcomm-ui-angular-core-input.js +0 -5
  625. package/esm2022/input/qualcomm-ui-angular-core-input.js.map +0 -1
  626. package/esm2022/locale/index.js +0 -3
  627. package/esm2022/locale/index.js.map +0 -1
  628. package/esm2022/locale/locale-context.service.js +0 -14
  629. package/esm2022/locale/locale-context.service.js.map +0 -1
  630. package/esm2022/locale/qualcomm-ui-angular-core-locale.js +0 -5
  631. package/esm2022/locale/qualcomm-ui-angular-core-locale.js.map +0 -1
  632. package/esm2022/locale/use-filter.js +0 -16
  633. package/esm2022/locale/use-filter.js.map +0 -1
  634. package/esm2022/lorem-ipsum/index.js +0 -2
  635. package/esm2022/lorem-ipsum/index.js.map +0 -1
  636. package/esm2022/lorem-ipsum/lorem-ipsum.directive.js.map +0 -1
  637. package/esm2022/lorem-ipsum/qualcomm-ui-angular-core-lorem-ipsum.js +0 -5
  638. package/esm2022/lorem-ipsum/qualcomm-ui-angular-core-lorem-ipsum.js.map +0 -1
  639. package/esm2022/lucide/index.js +0 -3
  640. package/esm2022/lucide/index.js.map +0 -1
  641. package/esm2022/lucide/lucide.types.js +0 -4
  642. package/esm2022/lucide/lucide.types.js.map +0 -1
  643. package/esm2022/lucide/provide-icons.js.map +0 -1
  644. package/esm2022/lucide/qualcomm-ui-angular-core-lucide.js +0 -5
  645. package/esm2022/lucide/qualcomm-ui-angular-core-lucide.js.map +0 -1
  646. package/esm2022/machine/api-context.directive.js +0 -44
  647. package/esm2022/machine/api-context.directive.js.map +0 -1
  648. package/esm2022/machine/api-context.service.js +0 -58
  649. package/esm2022/machine/api-context.service.js.map +0 -1
  650. package/esm2022/machine/bindable-id-collection.js +0 -51
  651. package/esm2022/machine/bindable-id-collection.js.map +0 -1
  652. package/esm2022/machine/bindable-id.js +0 -21
  653. package/esm2022/machine/bindable-id.js.map +0 -1
  654. package/esm2022/machine/bindable.js +0 -47
  655. package/esm2022/machine/bindable.js.map +0 -1
  656. package/esm2022/machine/index.js +0 -13
  657. package/esm2022/machine/index.js.map +0 -1
  658. package/esm2022/machine/machine.types.js +0 -4
  659. package/esm2022/machine/machine.types.js.map +0 -1
  660. package/esm2022/machine/merge-props.js +0 -68
  661. package/esm2022/machine/merge-props.js.map +0 -1
  662. package/esm2022/machine/normalize-props.js +0 -108
  663. package/esm2022/machine/normalize-props.js.map +0 -1
  664. package/esm2022/machine/q-bind.directive.js +0 -164
  665. package/esm2022/machine/q-bind.directive.js.map +0 -1
  666. package/esm2022/machine/qualcomm-ui-angular-core-machine.js +0 -5
  667. package/esm2022/machine/qualcomm-ui-angular-core-machine.js.map +0 -1
  668. package/esm2022/machine/refs.js +0 -18
  669. package/esm2022/machine/refs.js.map +0 -1
  670. package/esm2022/machine/track.js +0 -46
  671. package/esm2022/machine/track.js.map +0 -1
  672. package/esm2022/machine/use-machine.js +0 -312
  673. package/esm2022/machine/use-machine.js.map +0 -1
  674. package/esm2022/machine/use-track-bindings.js +0 -270
  675. package/esm2022/machine/use-track-bindings.js.map +0 -1
  676. package/esm2022/menu/base-menu-item.directive.js +0 -53
  677. package/esm2022/menu/base-menu-item.directive.js.map +0 -1
  678. package/esm2022/menu/core-menu-checkbox-item.directive.js +0 -51
  679. package/esm2022/menu/core-menu-checkbox-item.directive.js.map +0 -1
  680. package/esm2022/menu/core-menu-content.directive.js +0 -50
  681. package/esm2022/menu/core-menu-content.directive.js.map +0 -1
  682. package/esm2022/menu/core-menu-context-trigger.directive.js +0 -32
  683. package/esm2022/menu/core-menu-context-trigger.directive.js.map +0 -1
  684. package/esm2022/menu/core-menu-item-group-label.directive.js +0 -32
  685. package/esm2022/menu/core-menu-item-group-label.directive.js.map +0 -1
  686. package/esm2022/menu/core-menu-item-group.directive.js +0 -33
  687. package/esm2022/menu/core-menu-item-group.directive.js.map +0 -1
  688. package/esm2022/menu/core-menu-item-indicator.directive.js +0 -31
  689. package/esm2022/menu/core-menu-item-indicator.directive.js.map +0 -1
  690. package/esm2022/menu/core-menu-item-label.directive.js +0 -32
  691. package/esm2022/menu/core-menu-item-label.directive.js.map +0 -1
  692. package/esm2022/menu/core-menu-item-root.directive.js +0 -50
  693. package/esm2022/menu/core-menu-item-root.directive.js.map +0 -1
  694. package/esm2022/menu/core-menu-positioner.directive.js +0 -34
  695. package/esm2022/menu/core-menu-positioner.directive.js.map +0 -1
  696. package/esm2022/menu/core-menu-radio-item-group.directive.js +0 -52
  697. package/esm2022/menu/core-menu-radio-item-group.directive.js.map +0 -1
  698. package/esm2022/menu/core-menu-radio-item.directive.js +0 -41
  699. package/esm2022/menu/core-menu-radio-item.directive.js.map +0 -1
  700. package/esm2022/menu/core-menu-root.directive.js +0 -242
  701. package/esm2022/menu/core-menu-root.directive.js.map +0 -1
  702. package/esm2022/menu/core-menu-separator.directive.js +0 -21
  703. package/esm2022/menu/core-menu-separator.directive.js.map +0 -1
  704. package/esm2022/menu/core-menu-trigger-item.directive.js +0 -33
  705. package/esm2022/menu/core-menu-trigger-item.directive.js.map +0 -1
  706. package/esm2022/menu/core-menu-trigger.directive.js +0 -34
  707. package/esm2022/menu/core-menu-trigger.directive.js.map +0 -1
  708. package/esm2022/menu/index.js +0 -24
  709. package/esm2022/menu/index.js.map +0 -1
  710. package/esm2022/menu/menu-context.service.js +0 -14
  711. package/esm2022/menu/menu-context.service.js.map +0 -1
  712. package/esm2022/menu/menu-item-context.service.js +0 -14
  713. package/esm2022/menu/menu-item-context.service.js.map +0 -1
  714. package/esm2022/menu/menu-item-group-context.service.js +0 -14
  715. package/esm2022/menu/menu-item-group-context.service.js.map +0 -1
  716. package/esm2022/menu/menu-machine-context.service.js +0 -14
  717. package/esm2022/menu/menu-machine-context.service.js.map +0 -1
  718. package/esm2022/menu/menu-option-item-context.service.js +0 -14
  719. package/esm2022/menu/menu-option-item-context.service.js.map +0 -1
  720. package/esm2022/menu/menu-radio-item-group-context.service.js +0 -14
  721. package/esm2022/menu/menu-radio-item-group-context.service.js.map +0 -1
  722. package/esm2022/menu/menu-trigger-context.service.js +0 -14
  723. package/esm2022/menu/menu-trigger-context.service.js.map +0 -1
  724. package/esm2022/menu/qualcomm-ui-angular-core-menu.js +0 -5
  725. package/esm2022/menu/qualcomm-ui-angular-core-menu.js.map +0 -1
  726. package/esm2022/number-input/abstract-number-input-form-control.directive.js +0 -294
  727. package/esm2022/number-input/abstract-number-input-form-control.directive.js.map +0 -1
  728. package/esm2022/number-input/core-number-input-control.directive.js +0 -21
  729. package/esm2022/number-input/core-number-input-control.directive.js.map +0 -1
  730. package/esm2022/number-input/core-number-input-decrement-trigger.directive.js +0 -28
  731. package/esm2022/number-input/core-number-input-decrement-trigger.directive.js.map +0 -1
  732. package/esm2022/number-input/core-number-input-error-indicator.directive.js +0 -21
  733. package/esm2022/number-input/core-number-input-error-indicator.directive.js.map +0 -1
  734. package/esm2022/number-input/core-number-input-error-text.directive.js +0 -28
  735. package/esm2022/number-input/core-number-input-error-text.directive.js.map +0 -1
  736. package/esm2022/number-input/core-number-input-hint.directive.js +0 -28
  737. package/esm2022/number-input/core-number-input-hint.directive.js.map +0 -1
  738. package/esm2022/number-input/core-number-input-increment-trigger.directive.js +0 -28
  739. package/esm2022/number-input/core-number-input-increment-trigger.directive.js.map +0 -1
  740. package/esm2022/number-input/core-number-input-input-group.directive.js +0 -21
  741. package/esm2022/number-input/core-number-input-input-group.directive.js.map +0 -1
  742. package/esm2022/number-input/core-number-input-input.directive.js +0 -28
  743. package/esm2022/number-input/core-number-input-input.directive.js.map +0 -1
  744. package/esm2022/number-input/core-number-input-label.directive.js +0 -28
  745. package/esm2022/number-input/core-number-input-label.directive.js.map +0 -1
  746. package/esm2022/number-input/core-number-input-root.directive.js +0 -193
  747. package/esm2022/number-input/core-number-input-root.directive.js.map +0 -1
  748. package/esm2022/number-input/index.js +0 -14
  749. package/esm2022/number-input/index.js.map +0 -1
  750. package/esm2022/number-input/number-input-context.service.js +0 -14
  751. package/esm2022/number-input/number-input-context.service.js.map +0 -1
  752. package/esm2022/number-input/number-input.validators.js +0 -15
  753. package/esm2022/number-input/number-input.validators.js.map +0 -1
  754. package/esm2022/number-input/qualcomm-ui-angular-core-number-input.js +0 -5
  755. package/esm2022/number-input/qualcomm-ui-angular-core-number-input.js.map +0 -1
  756. package/esm2022/observers/index.js +0 -2
  757. package/esm2022/observers/index.js.map +0 -1
  758. package/esm2022/observers/intersection-observer.directive.js.map +0 -1
  759. package/esm2022/observers/qualcomm-ui-angular-core-observers.js +0 -5
  760. package/esm2022/observers/qualcomm-ui-angular-core-observers.js.map +0 -1
  761. package/esm2022/pagination/core-pagination-next-trigger.directive.js +0 -19
  762. package/esm2022/pagination/core-pagination-next-trigger.directive.js.map +0 -1
  763. package/esm2022/pagination/core-pagination-page-item.directive.js +0 -24
  764. package/esm2022/pagination/core-pagination-page-item.directive.js.map +0 -1
  765. package/esm2022/pagination/core-pagination-page-items.directive.js +0 -22
  766. package/esm2022/pagination/core-pagination-page-items.directive.js.map +0 -1
  767. package/esm2022/pagination/core-pagination-page-metadata.directive.js +0 -19
  768. package/esm2022/pagination/core-pagination-page-metadata.directive.js.map +0 -1
  769. package/esm2022/pagination/core-pagination-page-size-label.directive.js +0 -26
  770. package/esm2022/pagination/core-pagination-page-size-label.directive.js.map +0 -1
  771. package/esm2022/pagination/core-pagination-page-size.directive.js +0 -37
  772. package/esm2022/pagination/core-pagination-page-size.directive.js.map +0 -1
  773. package/esm2022/pagination/core-pagination-prev-trigger.directive.js +0 -19
  774. package/esm2022/pagination/core-pagination-prev-trigger.directive.js.map +0 -1
  775. package/esm2022/pagination/core-pagination-root.directive.js +0 -121
  776. package/esm2022/pagination/core-pagination-root.directive.js.map +0 -1
  777. package/esm2022/pagination/index.js +0 -10
  778. package/esm2022/pagination/index.js.map +0 -1
  779. package/esm2022/pagination/pagination-context.service.js +0 -14
  780. package/esm2022/pagination/pagination-context.service.js.map +0 -1
  781. package/esm2022/pagination/qualcomm-ui-angular-core-pagination.js +0 -5
  782. package/esm2022/pagination/qualcomm-ui-angular-core-pagination.js.map +0 -1
  783. package/esm2022/password-input/core-password-input-clear-trigger.directive.js +0 -21
  784. package/esm2022/password-input/core-password-input-clear-trigger.directive.js.map +0 -1
  785. package/esm2022/password-input/core-password-input-error-indicator.directive.js +0 -21
  786. package/esm2022/password-input/core-password-input-error-indicator.directive.js.map +0 -1
  787. package/esm2022/password-input/core-password-input-error-text.directive.js +0 -32
  788. package/esm2022/password-input/core-password-input-error-text.directive.js.map +0 -1
  789. package/esm2022/password-input/core-password-input-hint.directive.js +0 -32
  790. package/esm2022/password-input/core-password-input-hint.directive.js.map +0 -1
  791. package/esm2022/password-input/core-password-input-input-group.directive.js +0 -21
  792. package/esm2022/password-input/core-password-input-input-group.directive.js.map +0 -1
  793. package/esm2022/password-input/core-password-input-input.directive.js +0 -32
  794. package/esm2022/password-input/core-password-input-input.directive.js.map +0 -1
  795. package/esm2022/password-input/core-password-input-label.directive.js +0 -32
  796. package/esm2022/password-input/core-password-input-label.directive.js.map +0 -1
  797. package/esm2022/password-input/core-password-input-root.directive.js +0 -120
  798. package/esm2022/password-input/core-password-input-root.directive.js.map +0 -1
  799. package/esm2022/password-input/core-password-input-visibility-trigger.directive.js +0 -32
  800. package/esm2022/password-input/core-password-input-visibility-trigger.directive.js.map +0 -1
  801. package/esm2022/password-input/index.js +0 -11
  802. package/esm2022/password-input/index.js.map +0 -1
  803. package/esm2022/password-input/password-input-context.service.js +0 -14
  804. package/esm2022/password-input/password-input-context.service.js.map +0 -1
  805. package/esm2022/password-input/qualcomm-ui-angular-core-password-input.js +0 -5
  806. package/esm2022/password-input/qualcomm-ui-angular-core-password-input.js.map +0 -1
  807. package/esm2022/popover/core-popover-anchor.directive.js +0 -30
  808. package/esm2022/popover/core-popover-anchor.directive.js.map +0 -1
  809. package/esm2022/popover/core-popover-arrow-tip.directive.js +0 -19
  810. package/esm2022/popover/core-popover-arrow-tip.directive.js.map +0 -1
  811. package/esm2022/popover/core-popover-arrow.directive.js +0 -30
  812. package/esm2022/popover/core-popover-arrow.directive.js.map +0 -1
  813. package/esm2022/popover/core-popover-close-trigger.directive.js +0 -30
  814. package/esm2022/popover/core-popover-close-trigger.directive.js.map +0 -1
  815. package/esm2022/popover/core-popover-content.directive.js +0 -30
  816. package/esm2022/popover/core-popover-content.directive.js.map +0 -1
  817. package/esm2022/popover/core-popover-description.directive.js +0 -30
  818. package/esm2022/popover/core-popover-description.directive.js.map +0 -1
  819. package/esm2022/popover/core-popover-label.directive.js +0 -30
  820. package/esm2022/popover/core-popover-label.directive.js.map +0 -1
  821. package/esm2022/popover/core-popover-positioner.directive.js +0 -30
  822. package/esm2022/popover/core-popover-positioner.directive.js.map +0 -1
  823. package/esm2022/popover/core-popover-root.directive.js +0 -178
  824. package/esm2022/popover/core-popover-root.directive.js.map +0 -1
  825. package/esm2022/popover/core-popover-trigger.directive.js +0 -30
  826. package/esm2022/popover/core-popover-trigger.directive.js.map +0 -1
  827. package/esm2022/popover/index.js +0 -12
  828. package/esm2022/popover/index.js.map +0 -1
  829. package/esm2022/popover/popover-context.service.js +0 -14
  830. package/esm2022/popover/popover-context.service.js.map +0 -1
  831. package/esm2022/popover/qualcomm-ui-angular-core-popover.js +0 -5
  832. package/esm2022/popover/qualcomm-ui-angular-core-popover.js.map +0 -1
  833. package/esm2022/portal/index.js +0 -4
  834. package/esm2022/portal/index.js.map +0 -1
  835. package/esm2022/portal/portal-context.service.js +0 -16
  836. package/esm2022/portal/portal-context.service.js.map +0 -1
  837. package/esm2022/portal/portal.component.js +0 -125
  838. package/esm2022/portal/portal.component.js.map +0 -1
  839. package/esm2022/portal/portal.directive.js +0 -116
  840. package/esm2022/portal/portal.directive.js.map +0 -1
  841. package/esm2022/portal/qualcomm-ui-angular-core-portal.js +0 -5
  842. package/esm2022/portal/qualcomm-ui-angular-core-portal.js.map +0 -1
  843. package/esm2022/presence/core-presence.directive.js +0 -53
  844. package/esm2022/presence/core-presence.directive.js.map +0 -1
  845. package/esm2022/presence/index.js +0 -5
  846. package/esm2022/presence/index.js.map +0 -1
  847. package/esm2022/presence/presence-context.service.js +0 -59
  848. package/esm2022/presence/presence-context.service.js.map +0 -1
  849. package/esm2022/presence/qualcomm-ui-angular-core-presence.js +0 -5
  850. package/esm2022/presence/qualcomm-ui-angular-core-presence.js.map +0 -1
  851. package/esm2022/presence/render-strategy-context.service.js +0 -14
  852. package/esm2022/presence/render-strategy-context.service.js.map +0 -1
  853. package/esm2022/presence/use-presence-renderer.js +0 -30
  854. package/esm2022/presence/use-presence-renderer.js.map +0 -1
  855. package/esm2022/progress/core-base-progress.directive.js +0 -59
  856. package/esm2022/progress/core-base-progress.directive.js.map +0 -1
  857. package/esm2022/progress/core-progress-bar.directive.js +0 -19
  858. package/esm2022/progress/core-progress-bar.directive.js.map +0 -1
  859. package/esm2022/progress/core-progress-error-text.directive.js +0 -32
  860. package/esm2022/progress/core-progress-error-text.directive.js.map +0 -1
  861. package/esm2022/progress/core-progress-hint.directive.js +0 -32
  862. package/esm2022/progress/core-progress-hint.directive.js.map +0 -1
  863. package/esm2022/progress/core-progress-label.directive.js +0 -32
  864. package/esm2022/progress/core-progress-label.directive.js.map +0 -1
  865. package/esm2022/progress/core-progress-root.directive.js +0 -33
  866. package/esm2022/progress/core-progress-root.directive.js.map +0 -1
  867. package/esm2022/progress/core-progress-track.directive.js +0 -30
  868. package/esm2022/progress/core-progress-track.directive.js.map +0 -1
  869. package/esm2022/progress/core-progress-value-text.directive.js +0 -19
  870. package/esm2022/progress/core-progress-value-text.directive.js.map +0 -1
  871. package/esm2022/progress/index.js +0 -10
  872. package/esm2022/progress/index.js.map +0 -1
  873. package/esm2022/progress/progress-context.service.js +0 -15
  874. package/esm2022/progress/progress-context.service.js.map +0 -1
  875. package/esm2022/progress/qualcomm-ui-angular-core-progress.js +0 -5
  876. package/esm2022/progress/qualcomm-ui-angular-core-progress.js.map +0 -1
  877. package/esm2022/progress-ring/core-progress-ring-bar.directive.js +0 -21
  878. package/esm2022/progress-ring/core-progress-ring-bar.directive.js.map +0 -1
  879. package/esm2022/progress-ring/core-progress-ring-circle.directive.js +0 -32
  880. package/esm2022/progress-ring/core-progress-ring-circle.directive.js.map +0 -1
  881. package/esm2022/progress-ring/core-progress-ring-error-text.directive.js +0 -32
  882. package/esm2022/progress-ring/core-progress-ring-error-text.directive.js.map +0 -1
  883. package/esm2022/progress-ring/core-progress-ring-label.directive.js +0 -32
  884. package/esm2022/progress-ring/core-progress-ring-label.directive.js.map +0 -1
  885. package/esm2022/progress-ring/core-progress-ring-root.directive.js +0 -33
  886. package/esm2022/progress-ring/core-progress-ring-root.directive.js.map +0 -1
  887. package/esm2022/progress-ring/core-progress-ring-track.directive.js +0 -21
  888. package/esm2022/progress-ring/core-progress-ring-track.directive.js.map +0 -1
  889. package/esm2022/progress-ring/core-progress-ring-value-text.directive.js +0 -21
  890. package/esm2022/progress-ring/core-progress-ring-value-text.directive.js.map +0 -1
  891. package/esm2022/progress-ring/index.js +0 -9
  892. package/esm2022/progress-ring/index.js.map +0 -1
  893. package/esm2022/progress-ring/progress-ring-context.service.js +0 -14
  894. package/esm2022/progress-ring/progress-ring-context.service.js.map +0 -1
  895. package/esm2022/progress-ring/qualcomm-ui-angular-core-progress-ring.js +0 -5
  896. package/esm2022/progress-ring/qualcomm-ui-angular-core-progress-ring.js.map +0 -1
  897. package/esm2022/qualcomm-ui-angular-core.js +0 -5
  898. package/esm2022/qualcomm-ui-angular-core.js.map +0 -1
  899. package/esm2022/radio/abstract-radio-form-control.directive.js +0 -261
  900. package/esm2022/radio/abstract-radio-form-control.directive.js.map +0 -1
  901. package/esm2022/radio/core-radio-group-error-text.directive.js +0 -30
  902. package/esm2022/radio/core-radio-group-error-text.directive.js.map +0 -1
  903. package/esm2022/radio/core-radio-group-items.directive.js +0 -19
  904. package/esm2022/radio/core-radio-group-items.directive.js.map +0 -1
  905. package/esm2022/radio/core-radio-group-label.directive.js +0 -30
  906. package/esm2022/radio/core-radio-group-label.directive.js.map +0 -1
  907. package/esm2022/radio/core-radio-group.directive.js +0 -87
  908. package/esm2022/radio/core-radio-group.directive.js.map +0 -1
  909. package/esm2022/radio/core-radio-item-control.directive.js +0 -21
  910. package/esm2022/radio/core-radio-item-control.directive.js.map +0 -1
  911. package/esm2022/radio/core-radio-item-hidden-input.directive.js +0 -33
  912. package/esm2022/radio/core-radio-item-hidden-input.directive.js.map +0 -1
  913. package/esm2022/radio/core-radio-item-label.directive.js +0 -33
  914. package/esm2022/radio/core-radio-item-label.directive.js.map +0 -1
  915. package/esm2022/radio/core-radio-root.directive.js +0 -62
  916. package/esm2022/radio/core-radio-root.directive.js.map +0 -1
  917. package/esm2022/radio/index.js +0 -12
  918. package/esm2022/radio/index.js.map +0 -1
  919. package/esm2022/radio/qualcomm-ui-angular-core-radio.js +0 -5
  920. package/esm2022/radio/qualcomm-ui-angular-core-radio.js.map +0 -1
  921. package/esm2022/radio/radio-context.service.js +0 -14
  922. package/esm2022/radio/radio-context.service.js.map +0 -1
  923. package/esm2022/radio/radio-item-context.service.js +0 -14
  924. package/esm2022/radio/radio-item-context.service.js.map +0 -1
  925. package/esm2022/segmented-control/core-segmented-control-hidden-input.directive.js +0 -29
  926. package/esm2022/segmented-control/core-segmented-control-hidden-input.directive.js.map +0 -1
  927. package/esm2022/segmented-control/core-segmented-control-item-text.directive.js +0 -29
  928. package/esm2022/segmented-control/core-segmented-control-item-text.directive.js.map +0 -1
  929. package/esm2022/segmented-control/core-segmented-control-item.directive.js +0 -53
  930. package/esm2022/segmented-control/core-segmented-control-item.directive.js.map +0 -1
  931. package/esm2022/segmented-control/core-segmented-control-root.directive.js +0 -80
  932. package/esm2022/segmented-control/core-segmented-control-root.directive.js.map +0 -1
  933. package/esm2022/segmented-control/index.js +0 -6
  934. package/esm2022/segmented-control/index.js.map +0 -1
  935. package/esm2022/segmented-control/qualcomm-ui-angular-core-segmented-control.js +0 -5
  936. package/esm2022/segmented-control/qualcomm-ui-angular-core-segmented-control.js.map +0 -1
  937. package/esm2022/segmented-control/segmented-control-context.service.js +0 -14
  938. package/esm2022/segmented-control/segmented-control-context.service.js.map +0 -1
  939. package/esm2022/select/core-select-clear-trigger.directive.js +0 -30
  940. package/esm2022/select/core-select-clear-trigger.directive.js.map +0 -1
  941. package/esm2022/select/core-select-content.directive.js +0 -30
  942. package/esm2022/select/core-select-content.directive.js.map +0 -1
  943. package/esm2022/select/core-select-control.directive.js +0 -30
  944. package/esm2022/select/core-select-control.directive.js.map +0 -1
  945. package/esm2022/select/core-select-error-indicator.directive.js +0 -21
  946. package/esm2022/select/core-select-error-indicator.directive.js.map +0 -1
  947. package/esm2022/select/core-select-error-text.directive.js +0 -32
  948. package/esm2022/select/core-select-error-text.directive.js.map +0 -1
  949. package/esm2022/select/core-select-hidden-select.directive.js +0 -30
  950. package/esm2022/select/core-select-hidden-select.directive.js.map +0 -1
  951. package/esm2022/select/core-select-hint.directive.js +0 -32
  952. package/esm2022/select/core-select-hint.directive.js.map +0 -1
  953. package/esm2022/select/core-select-indicator.directive.js +0 -21
  954. package/esm2022/select/core-select-indicator.directive.js.map +0 -1
  955. package/esm2022/select/core-select-item-indicator.directive.js +0 -21
  956. package/esm2022/select/core-select-item-indicator.directive.js.map +0 -1
  957. package/esm2022/select/core-select-item-text.directive.js +0 -21
  958. package/esm2022/select/core-select-item-text.directive.js.map +0 -1
  959. package/esm2022/select/core-select-item.directive.js +0 -35
  960. package/esm2022/select/core-select-item.directive.js.map +0 -1
  961. package/esm2022/select/core-select-label.directive.js +0 -30
  962. package/esm2022/select/core-select-label.directive.js.map +0 -1
  963. package/esm2022/select/core-select-positioner.directive.js +0 -30
  964. package/esm2022/select/core-select-positioner.directive.js.map +0 -1
  965. package/esm2022/select/core-select-root.directive.js +0 -231
  966. package/esm2022/select/core-select-root.directive.js.map +0 -1
  967. package/esm2022/select/core-select-value-text.directive.js +0 -23
  968. package/esm2022/select/core-select-value-text.directive.js.map +0 -1
  969. package/esm2022/select/index.js +0 -18
  970. package/esm2022/select/index.js.map +0 -1
  971. package/esm2022/select/qualcomm-ui-angular-core-select.js +0 -5
  972. package/esm2022/select/qualcomm-ui-angular-core-select.js.map +0 -1
  973. package/esm2022/select/select-context.service.js +0 -15
  974. package/esm2022/select/select-context.service.js.map +0 -1
  975. package/esm2022/select/select-item-context.service.js +0 -14
  976. package/esm2022/select/select-item-context.service.js.map +0 -1
  977. package/esm2022/signals/access-signal.js +0 -17
  978. package/esm2022/signals/access-signal.js.map +0 -1
  979. package/esm2022/signals/host-binding.js +0 -84
  980. package/esm2022/signals/host-binding.js.map +0 -1
  981. package/esm2022/signals/index.js +0 -4
  982. package/esm2022/signals/index.js.map +0 -1
  983. package/esm2022/signals/qualcomm-ui-angular-core-signals.js +0 -5
  984. package/esm2022/signals/qualcomm-ui-angular-core-signals.js.map +0 -1
  985. package/esm2022/signals/signalify-input.js +0 -4
  986. package/esm2022/signals/signalify-input.js.map +0 -1
  987. package/esm2022/signals/signalify-object.js +0 -73
  988. package/esm2022/signals/signalify-object.js.map +0 -1
  989. package/esm2022/signals/signals.types.js +0 -4
  990. package/esm2022/signals/signals.types.js.map +0 -1
  991. package/esm2022/state/controlled-state-legacy.js +0 -80
  992. package/esm2022/state/controlled-state-legacy.js.map +0 -1
  993. package/esm2022/state/controlled-state.service.js +0 -84
  994. package/esm2022/state/controlled-state.service.js.map +0 -1
  995. package/esm2022/state/index.js +0 -4
  996. package/esm2022/state/index.js.map +0 -1
  997. package/esm2022/state/qualcomm-ui-angular-core-state.js +0 -5
  998. package/esm2022/state/qualcomm-ui-angular-core-state.js.map +0 -1
  999. package/esm2022/state/use-controlled-state.js +0 -28
  1000. package/esm2022/state/use-controlled-state.js.map +0 -1
  1001. package/esm2022/switch/core-switch-control.directive.js +0 -19
  1002. package/esm2022/switch/core-switch-control.directive.js.map +0 -1
  1003. package/esm2022/switch/core-switch-error-text.directive.js +0 -30
  1004. package/esm2022/switch/core-switch-error-text.directive.js.map +0 -1
  1005. package/esm2022/switch/core-switch-hidden-input.directive.js +0 -30
  1006. package/esm2022/switch/core-switch-hidden-input.directive.js.map +0 -1
  1007. package/esm2022/switch/core-switch-label.directive.js +0 -30
  1008. package/esm2022/switch/core-switch-label.directive.js.map +0 -1
  1009. package/esm2022/switch/core-switch-root.directive.js +0 -89
  1010. package/esm2022/switch/core-switch-root.directive.js.map +0 -1
  1011. package/esm2022/switch/core-switch-thumb.directive.js +0 -19
  1012. package/esm2022/switch/core-switch-thumb.directive.js.map +0 -1
  1013. package/esm2022/switch/index.js +0 -8
  1014. package/esm2022/switch/index.js.map +0 -1
  1015. package/esm2022/switch/qualcomm-ui-angular-core-switch.js +0 -5
  1016. package/esm2022/switch/qualcomm-ui-angular-core-switch.js.map +0 -1
  1017. package/esm2022/switch/switch-context.service.js +0 -14
  1018. package/esm2022/switch/switch-context.service.js.map +0 -1
  1019. package/esm2022/tabs/core-tab-button.directive.js +0 -35
  1020. package/esm2022/tabs/core-tab-button.directive.js.map +0 -1
  1021. package/esm2022/tabs/core-tab-dismiss-button.directive.js +0 -26
  1022. package/esm2022/tabs/core-tab-dismiss-button.directive.js.map +0 -1
  1023. package/esm2022/tabs/core-tab-root.directive.js +0 -37
  1024. package/esm2022/tabs/core-tab-root.directive.js.map +0 -1
  1025. package/esm2022/tabs/core-tabs-indicator.directive.js +0 -32
  1026. package/esm2022/tabs/core-tabs-indicator.directive.js.map +0 -1
  1027. package/esm2022/tabs/core-tabs-list.directive.js +0 -32
  1028. package/esm2022/tabs/core-tabs-list.directive.js.map +0 -1
  1029. package/esm2022/tabs/core-tabs-panel.directive.js +0 -61
  1030. package/esm2022/tabs/core-tabs-panel.directive.js.map +0 -1
  1031. package/esm2022/tabs/core-tabs-root.directive.js +0 -144
  1032. package/esm2022/tabs/core-tabs-root.directive.js.map +0 -1
  1033. package/esm2022/tabs/index.js +0 -10
  1034. package/esm2022/tabs/index.js.map +0 -1
  1035. package/esm2022/tabs/qualcomm-ui-angular-core-tabs.js +0 -5
  1036. package/esm2022/tabs/qualcomm-ui-angular-core-tabs.js.map +0 -1
  1037. package/esm2022/tabs/tab-context.service.js +0 -14
  1038. package/esm2022/tabs/tab-context.service.js.map +0 -1
  1039. package/esm2022/tabs/tabs-context.service.js +0 -14
  1040. package/esm2022/tabs/tabs-context.service.js.map +0 -1
  1041. package/esm2022/text-area/index.js +0 -2
  1042. package/esm2022/text-area/index.js.map +0 -1
  1043. package/esm2022/text-area/qualcomm-ui-angular-core-text-area.js +0 -5
  1044. package/esm2022/text-area/qualcomm-ui-angular-core-text-area.js.map +0 -1
  1045. package/esm2022/text-input/core-text-input-clear-trigger.directive.js +0 -19
  1046. package/esm2022/text-input/core-text-input-clear-trigger.directive.js.map +0 -1
  1047. package/esm2022/text-input/core-text-input-error-indicator.directive.js +0 -21
  1048. package/esm2022/text-input/core-text-input-error-indicator.directive.js.map +0 -1
  1049. package/esm2022/text-input/core-text-input-error-text.directive.js +0 -26
  1050. package/esm2022/text-input/core-text-input-error-text.directive.js.map +0 -1
  1051. package/esm2022/text-input/core-text-input-hint.directive.js +0 -26
  1052. package/esm2022/text-input/core-text-input-hint.directive.js.map +0 -1
  1053. package/esm2022/text-input/core-text-input-input-group.directive.js +0 -21
  1054. package/esm2022/text-input/core-text-input-input-group.directive.js.map +0 -1
  1055. package/esm2022/text-input/core-text-input-input.directive.js +0 -28
  1056. package/esm2022/text-input/core-text-input-input.directive.js.map +0 -1
  1057. package/esm2022/text-input/core-text-input-label.directive.js +0 -26
  1058. package/esm2022/text-input/core-text-input-label.directive.js.map +0 -1
  1059. package/esm2022/text-input/core-text-input-root.directive.js +0 -82
  1060. package/esm2022/text-input/core-text-input-root.directive.js.map +0 -1
  1061. package/esm2022/text-input/index.js +0 -10
  1062. package/esm2022/text-input/index.js.map +0 -1
  1063. package/esm2022/text-input/qualcomm-ui-angular-core-text-input.js +0 -5
  1064. package/esm2022/text-input/qualcomm-ui-angular-core-text-input.js.map +0 -1
  1065. package/esm2022/text-input/text-input-context.service.js +0 -14
  1066. package/esm2022/text-input/text-input-context.service.js.map +0 -1
  1067. package/esm2022/toast/core-toast-action.directive.js +0 -21
  1068. package/esm2022/toast/core-toast-action.directive.js.map +0 -1
  1069. package/esm2022/toast/core-toast-close-trigger.directive.js +0 -21
  1070. package/esm2022/toast/core-toast-close-trigger.directive.js.map +0 -1
  1071. package/esm2022/toast/core-toast-description.directive.js +0 -23
  1072. package/esm2022/toast/core-toast-description.directive.js.map +0 -1
  1073. package/esm2022/toast/core-toast-label.directive.js +0 -21
  1074. package/esm2022/toast/core-toast-label.directive.js.map +0 -1
  1075. package/esm2022/toast/core-toast-root.directive.js +0 -21
  1076. package/esm2022/toast/core-toast-root.directive.js.map +0 -1
  1077. package/esm2022/toast/core-toaster.directive.js +0 -55
  1078. package/esm2022/toast/core-toaster.directive.js.map +0 -1
  1079. package/esm2022/toast/index.js +0 -9
  1080. package/esm2022/toast/index.js.map +0 -1
  1081. package/esm2022/toast/qualcomm-ui-angular-core-toast.js +0 -5
  1082. package/esm2022/toast/qualcomm-ui-angular-core-toast.js.map +0 -1
  1083. package/esm2022/toast/toast-context.service.js +0 -14
  1084. package/esm2022/toast/toast-context.service.js.map +0 -1
  1085. package/esm2022/toast/toast-group-context.service.js +0 -14
  1086. package/esm2022/toast/toast-group-context.service.js.map +0 -1
  1087. package/esm2022/tooltip/core-tooltip-arrow-tip.directive.js +0 -19
  1088. package/esm2022/tooltip/core-tooltip-arrow-tip.directive.js.map +0 -1
  1089. package/esm2022/tooltip/core-tooltip-arrow.directive.js +0 -30
  1090. package/esm2022/tooltip/core-tooltip-arrow.directive.js.map +0 -1
  1091. package/esm2022/tooltip/core-tooltip-content.directive.js +0 -30
  1092. package/esm2022/tooltip/core-tooltip-content.directive.js.map +0 -1
  1093. package/esm2022/tooltip/core-tooltip-positioner.directive.js +0 -30
  1094. package/esm2022/tooltip/core-tooltip-positioner.directive.js.map +0 -1
  1095. package/esm2022/tooltip/core-tooltip-root.directive.js +0 -82
  1096. package/esm2022/tooltip/core-tooltip-root.directive.js.map +0 -1
  1097. package/esm2022/tooltip/core-tooltip-trigger.directive.js +0 -30
  1098. package/esm2022/tooltip/core-tooltip-trigger.directive.js.map +0 -1
  1099. package/esm2022/tooltip/index.js +0 -8
  1100. package/esm2022/tooltip/index.js.map +0 -1
  1101. package/esm2022/tooltip/qualcomm-ui-angular-core-tooltip.js +0 -5
  1102. package/esm2022/tooltip/qualcomm-ui-angular-core-tooltip.js.map +0 -1
  1103. package/esm2022/tooltip/tooltip-context.service.js +0 -14
  1104. package/esm2022/tooltip/tooltip-context.service.js.map +0 -1
  1105. package/esm2022/virtual/index.js +0 -3
  1106. package/esm2022/virtual/index.js.map +0 -1
  1107. package/esm2022/virtual/proxy.js +0 -95
  1108. package/esm2022/virtual/proxy.js.map +0 -1
  1109. package/esm2022/virtual/qualcomm-ui-angular-core-virtual.js +0 -5
  1110. package/esm2022/virtual/qualcomm-ui-angular-core-virtual.js.map +0 -1
  1111. package/esm2022/virtual/types.js +0 -4
  1112. package/esm2022/virtual/types.js.map +0 -1
  1113. package/esm2022/virtual/virtual.js +0 -89
  1114. package/esm2022/virtual/virtual.js.map +0 -1
  1115. package/events/listener.service.d.ts +0 -27
  1116. package/events/listener.service.d.ts.map +0 -1
  1117. package/events/qualcomm-ui-angular-core-events.d.ts +0 -6
  1118. package/events/qualcomm-ui-angular-core-events.d.ts.map +0 -1
  1119. package/events/use-copy-to-clipboard.d.ts +0 -9
  1120. package/events/use-copy-to-clipboard.d.ts.map +0 -1
  1121. package/forms/form-utils.d.ts +0 -17
  1122. package/forms/form-utils.d.ts.map +0 -1
  1123. package/forms/qualcomm-ui-angular-core-forms.d.ts +0 -6
  1124. package/forms/qualcomm-ui-angular-core-forms.d.ts.map +0 -1
  1125. package/forms/use-forbidden-form-control-warning.d.ts +0 -16
  1126. package/forms/use-forbidden-form-control-warning.d.ts.map +0 -1
  1127. package/highlight/highlight.directive.d.ts +0 -28
  1128. package/highlight/highlight.directive.d.ts.map +0 -1
  1129. package/highlight/qualcomm-ui-angular-core-highlight.d.ts +0 -6
  1130. package/highlight/qualcomm-ui-angular-core-highlight.d.ts.map +0 -1
  1131. package/inline-notification/core-inline-notification-action.directive.d.ts +0 -13
  1132. package/inline-notification/core-inline-notification-action.directive.d.ts.map +0 -1
  1133. package/inline-notification/core-inline-notification-close-trigger.directive.d.ts +0 -20
  1134. package/inline-notification/core-inline-notification-close-trigger.directive.d.ts.map +0 -1
  1135. package/inline-notification/core-inline-notification-description.directive.d.ts +0 -20
  1136. package/inline-notification/core-inline-notification-description.directive.d.ts.map +0 -1
  1137. package/inline-notification/core-inline-notification-icon.directive.d.ts +0 -13
  1138. package/inline-notification/core-inline-notification-icon.directive.d.ts.map +0 -1
  1139. package/inline-notification/core-inline-notification-label.directive.d.ts +0 -20
  1140. package/inline-notification/core-inline-notification-label.directive.d.ts.map +0 -1
  1141. package/inline-notification/core-inline-notification-root.directive.d.ts +0 -50
  1142. package/inline-notification/core-inline-notification-root.directive.d.ts.map +0 -1
  1143. package/inline-notification/inline-notification-context.service.d.ts +0 -9
  1144. package/inline-notification/inline-notification-context.service.d.ts.map +0 -1
  1145. package/inline-notification/qualcomm-ui-angular-core-inline-notification.d.ts +0 -6
  1146. package/inline-notification/qualcomm-ui-angular-core-inline-notification.d.ts.map +0 -1
  1147. package/input/abstract-input-form-control.directive.d.ts +0 -72
  1148. package/input/abstract-input-form-control.directive.d.ts.map +0 -1
  1149. package/input/abstract-list-collection-form-control.directive.d.ts +0 -81
  1150. package/input/abstract-list-collection-form-control.directive.d.ts.map +0 -1
  1151. package/input/input-form-control-provider.d.ts +0 -38
  1152. package/input/input-form-control-provider.d.ts.map +0 -1
  1153. package/input/qualcomm-ui-angular-core-input.d.ts +0 -6
  1154. package/input/qualcomm-ui-angular-core-input.d.ts.map +0 -1
  1155. package/locale/locale-context.service.d.ts +0 -9
  1156. package/locale/locale-context.service.d.ts.map +0 -1
  1157. package/locale/qualcomm-ui-angular-core-locale.d.ts +0 -6
  1158. package/locale/qualcomm-ui-angular-core-locale.d.ts.map +0 -1
  1159. package/locale/use-filter.d.ts +0 -8
  1160. package/locale/use-filter.d.ts.map +0 -1
  1161. package/lorem-ipsum/lorem-ipsum.directive.d.ts +0 -44
  1162. package/lorem-ipsum/lorem-ipsum.directive.d.ts.map +0 -1
  1163. package/lorem-ipsum/qualcomm-ui-angular-core-lorem-ipsum.d.ts +0 -6
  1164. package/lorem-ipsum/qualcomm-ui-angular-core-lorem-ipsum.d.ts.map +0 -1
  1165. package/lucide/lucide.types.d.ts +0 -40
  1166. package/lucide/lucide.types.d.ts.map +0 -1
  1167. package/lucide/provide-icons.d.ts +0 -11
  1168. package/lucide/provide-icons.d.ts.map +0 -1
  1169. package/lucide/qualcomm-ui-angular-core-lucide.d.ts +0 -6
  1170. package/lucide/qualcomm-ui-angular-core-lucide.d.ts.map +0 -1
  1171. package/machine/api-context.directive.d.ts +0 -20
  1172. package/machine/api-context.directive.d.ts.map +0 -1
  1173. package/machine/api-context.service.d.ts +0 -32
  1174. package/machine/api-context.service.d.ts.map +0 -1
  1175. package/machine/bindable-id-collection.d.ts +0 -3
  1176. package/machine/bindable-id-collection.d.ts.map +0 -1
  1177. package/machine/bindable-id.d.ts +0 -3
  1178. package/machine/bindable-id.d.ts.map +0 -1
  1179. package/machine/bindable.d.ts +0 -10
  1180. package/machine/bindable.d.ts.map +0 -1
  1181. package/machine/machine.types.d.ts +0 -8
  1182. package/machine/machine.types.d.ts.map +0 -1
  1183. package/machine/merge-props.d.ts +0 -20
  1184. package/machine/merge-props.d.ts.map +0 -1
  1185. package/machine/normalize-props.d.ts +0 -4
  1186. package/machine/normalize-props.d.ts.map +0 -1
  1187. package/machine/q-bind.directive.d.ts +0 -44
  1188. package/machine/q-bind.directive.d.ts.map +0 -1
  1189. package/machine/qualcomm-ui-angular-core-machine.d.ts +0 -6
  1190. package/machine/qualcomm-ui-angular-core-machine.d.ts.map +0 -1
  1191. package/machine/refs.d.ts +0 -5
  1192. package/machine/refs.d.ts.map +0 -1
  1193. package/machine/track.d.ts +0 -3
  1194. package/machine/track.d.ts.map +0 -1
  1195. package/machine/use-machine.d.ts +0 -12
  1196. package/machine/use-machine.d.ts.map +0 -1
  1197. package/machine/use-track-bindings.d.ts +0 -60
  1198. package/machine/use-track-bindings.d.ts.map +0 -1
  1199. package/menu/base-menu-item.directive.d.ts +0 -40
  1200. package/menu/base-menu-item.directive.d.ts.map +0 -1
  1201. package/menu/core-menu-checkbox-item.directive.d.ts +0 -35
  1202. package/menu/core-menu-checkbox-item.directive.d.ts.map +0 -1
  1203. package/menu/core-menu-content.directive.d.ts +0 -25
  1204. package/menu/core-menu-content.directive.d.ts.map +0 -1
  1205. package/menu/core-menu-context-trigger.directive.d.ts +0 -20
  1206. package/menu/core-menu-context-trigger.directive.d.ts.map +0 -1
  1207. package/menu/core-menu-item-group-label.directive.d.ts +0 -15
  1208. package/menu/core-menu-item-group-label.directive.d.ts.map +0 -1
  1209. package/menu/core-menu-item-group.directive.d.ts +0 -21
  1210. package/menu/core-menu-item-group.directive.d.ts.map +0 -1
  1211. package/menu/core-menu-item-indicator.directive.d.ts +0 -15
  1212. package/menu/core-menu-item-indicator.directive.d.ts.map +0 -1
  1213. package/menu/core-menu-item-label.directive.d.ts +0 -15
  1214. package/menu/core-menu-item-label.directive.d.ts.map +0 -1
  1215. package/menu/core-menu-item-root.directive.d.ts +0 -16
  1216. package/menu/core-menu-item-root.directive.d.ts.map +0 -1
  1217. package/menu/core-menu-positioner.directive.d.ts +0 -22
  1218. package/menu/core-menu-positioner.directive.d.ts.map +0 -1
  1219. package/menu/core-menu-radio-item-group.directive.d.ts +0 -33
  1220. package/menu/core-menu-radio-item-group.directive.d.ts.map +0 -1
  1221. package/menu/core-menu-radio-item.directive.d.ts +0 -18
  1222. package/menu/core-menu-radio-item.directive.d.ts.map +0 -1
  1223. package/menu/core-menu-root.directive.d.ts +0 -131
  1224. package/menu/core-menu-root.directive.d.ts.map +0 -1
  1225. package/menu/core-menu-separator.directive.d.ts +0 -13
  1226. package/menu/core-menu-separator.directive.d.ts.map +0 -1
  1227. package/menu/core-menu-trigger-item.directive.d.ts +0 -21
  1228. package/menu/core-menu-trigger-item.directive.d.ts.map +0 -1
  1229. package/menu/core-menu-trigger.directive.d.ts +0 -22
  1230. package/menu/core-menu-trigger.directive.d.ts.map +0 -1
  1231. package/menu/menu-context.service.d.ts +0 -9
  1232. package/menu/menu-context.service.d.ts.map +0 -1
  1233. package/menu/menu-item-context.service.d.ts +0 -11
  1234. package/menu/menu-item-context.service.d.ts.map +0 -1
  1235. package/menu/menu-item-group-context.service.d.ts +0 -9
  1236. package/menu/menu-item-group-context.service.d.ts.map +0 -1
  1237. package/menu/menu-machine-context.service.d.ts +0 -10
  1238. package/menu/menu-machine-context.service.d.ts.map +0 -1
  1239. package/menu/menu-option-item-context.service.d.ts +0 -11
  1240. package/menu/menu-option-item-context.service.d.ts.map +0 -1
  1241. package/menu/menu-radio-item-group-context.service.d.ts +0 -9
  1242. package/menu/menu-radio-item-group-context.service.d.ts.map +0 -1
  1243. package/menu/menu-trigger-context.service.d.ts +0 -9
  1244. package/menu/menu-trigger-context.service.d.ts.map +0 -1
  1245. package/menu/qualcomm-ui-angular-core-menu.d.ts +0 -6
  1246. package/menu/qualcomm-ui-angular-core-menu.d.ts.map +0 -1
  1247. package/number-input/abstract-number-input-form-control.directive.d.ts +0 -80
  1248. package/number-input/abstract-number-input-form-control.directive.d.ts.map +0 -1
  1249. package/number-input/core-number-input-control.directive.d.ts +0 -13
  1250. package/number-input/core-number-input-control.directive.d.ts.map +0 -1
  1251. package/number-input/core-number-input-decrement-trigger.directive.d.ts +0 -16
  1252. package/number-input/core-number-input-decrement-trigger.directive.d.ts.map +0 -1
  1253. package/number-input/core-number-input-error-indicator.directive.d.ts +0 -13
  1254. package/number-input/core-number-input-error-indicator.directive.d.ts.map +0 -1
  1255. package/number-input/core-number-input-error-text.directive.d.ts +0 -16
  1256. package/number-input/core-number-input-error-text.directive.d.ts.map +0 -1
  1257. package/number-input/core-number-input-hint.directive.d.ts +0 -16
  1258. package/number-input/core-number-input-hint.directive.d.ts.map +0 -1
  1259. package/number-input/core-number-input-increment-trigger.directive.d.ts +0 -16
  1260. package/number-input/core-number-input-increment-trigger.directive.d.ts.map +0 -1
  1261. package/number-input/core-number-input-input-group.directive.d.ts +0 -13
  1262. package/number-input/core-number-input-input-group.directive.d.ts.map +0 -1
  1263. package/number-input/core-number-input-input.directive.d.ts +0 -16
  1264. package/number-input/core-number-input-input.directive.d.ts.map +0 -1
  1265. package/number-input/core-number-input-label.directive.d.ts +0 -16
  1266. package/number-input/core-number-input-label.directive.d.ts.map +0 -1
  1267. package/number-input/core-number-input-root.directive.d.ts +0 -108
  1268. package/number-input/core-number-input-root.directive.d.ts.map +0 -1
  1269. package/number-input/number-input-context.service.d.ts +0 -9
  1270. package/number-input/number-input-context.service.d.ts.map +0 -1
  1271. package/number-input/number-input.validators.d.ts +0 -7
  1272. package/number-input/number-input.validators.d.ts.map +0 -1
  1273. package/number-input/qualcomm-ui-angular-core-number-input.d.ts +0 -6
  1274. package/number-input/qualcomm-ui-angular-core-number-input.d.ts.map +0 -1
  1275. package/observers/intersection-observer.directive.d.ts +0 -13
  1276. package/observers/intersection-observer.directive.d.ts.map +0 -1
  1277. package/observers/qualcomm-ui-angular-core-observers.d.ts +0 -6
  1278. package/observers/qualcomm-ui-angular-core-observers.d.ts.map +0 -1
  1279. package/pagination/core-pagination-next-trigger.directive.d.ts +0 -10
  1280. package/pagination/core-pagination-next-trigger.directive.d.ts.map +0 -1
  1281. package/pagination/core-pagination-page-item.directive.d.ts +0 -16
  1282. package/pagination/core-pagination-page-item.directive.d.ts.map +0 -1
  1283. package/pagination/core-pagination-page-items.directive.d.ts +0 -12
  1284. package/pagination/core-pagination-page-items.directive.d.ts.map +0 -1
  1285. package/pagination/core-pagination-page-metadata.directive.d.ts +0 -10
  1286. package/pagination/core-pagination-page-metadata.directive.d.ts.map +0 -1
  1287. package/pagination/core-pagination-page-size-label.directive.d.ts +0 -13
  1288. package/pagination/core-pagination-page-size-label.directive.d.ts.map +0 -1
  1289. package/pagination/core-pagination-page-size.directive.d.ts +0 -19
  1290. package/pagination/core-pagination-page-size.directive.d.ts.map +0 -1
  1291. package/pagination/core-pagination-prev-trigger.directive.d.ts +0 -10
  1292. package/pagination/core-pagination-prev-trigger.directive.d.ts.map +0 -1
  1293. package/pagination/core-pagination-root.directive.d.ts +0 -83
  1294. package/pagination/core-pagination-root.directive.d.ts.map +0 -1
  1295. package/pagination/pagination-context.service.d.ts +0 -9
  1296. package/pagination/pagination-context.service.d.ts.map +0 -1
  1297. package/pagination/qualcomm-ui-angular-core-pagination.d.ts +0 -6
  1298. package/pagination/qualcomm-ui-angular-core-pagination.d.ts.map +0 -1
  1299. package/password-input/core-password-input-clear-trigger.directive.d.ts +0 -13
  1300. package/password-input/core-password-input-clear-trigger.directive.d.ts.map +0 -1
  1301. package/password-input/core-password-input-error-indicator.directive.d.ts +0 -13
  1302. package/password-input/core-password-input-error-indicator.directive.d.ts.map +0 -1
  1303. package/password-input/core-password-input-error-text.directive.d.ts +0 -20
  1304. package/password-input/core-password-input-error-text.directive.d.ts.map +0 -1
  1305. package/password-input/core-password-input-hint.directive.d.ts +0 -20
  1306. package/password-input/core-password-input-hint.directive.d.ts.map +0 -1
  1307. package/password-input/core-password-input-input-group.directive.d.ts +0 -13
  1308. package/password-input/core-password-input-input-group.directive.d.ts.map +0 -1
  1309. package/password-input/core-password-input-input.directive.d.ts +0 -20
  1310. package/password-input/core-password-input-input.directive.d.ts.map +0 -1
  1311. package/password-input/core-password-input-label.directive.d.ts +0 -20
  1312. package/password-input/core-password-input-label.directive.d.ts.map +0 -1
  1313. package/password-input/core-password-input-root.directive.d.ts +0 -60
  1314. package/password-input/core-password-input-root.directive.d.ts.map +0 -1
  1315. package/password-input/core-password-input-visibility-trigger.directive.d.ts +0 -20
  1316. package/password-input/core-password-input-visibility-trigger.directive.d.ts.map +0 -1
  1317. package/password-input/password-input-context.service.d.ts +0 -9
  1318. package/password-input/password-input-context.service.d.ts.map +0 -1
  1319. package/password-input/qualcomm-ui-angular-core-password-input.d.ts +0 -6
  1320. package/password-input/qualcomm-ui-angular-core-password-input.d.ts.map +0 -1
  1321. package/popover/core-popover-anchor.directive.d.ts +0 -17
  1322. package/popover/core-popover-anchor.directive.d.ts.map +0 -1
  1323. package/popover/core-popover-arrow-tip.directive.d.ts +0 -10
  1324. package/popover/core-popover-arrow-tip.directive.d.ts.map +0 -1
  1325. package/popover/core-popover-arrow.directive.d.ts +0 -17
  1326. package/popover/core-popover-arrow.directive.d.ts.map +0 -1
  1327. package/popover/core-popover-close-trigger.directive.d.ts +0 -17
  1328. package/popover/core-popover-close-trigger.directive.d.ts.map +0 -1
  1329. package/popover/core-popover-content.directive.d.ts +0 -17
  1330. package/popover/core-popover-content.directive.d.ts.map +0 -1
  1331. package/popover/core-popover-description.directive.d.ts +0 -17
  1332. package/popover/core-popover-description.directive.d.ts.map +0 -1
  1333. package/popover/core-popover-label.directive.d.ts +0 -17
  1334. package/popover/core-popover-label.directive.d.ts.map +0 -1
  1335. package/popover/core-popover-positioner.directive.d.ts +0 -17
  1336. package/popover/core-popover-positioner.directive.d.ts.map +0 -1
  1337. package/popover/core-popover-root.directive.d.ts +0 -123
  1338. package/popover/core-popover-root.directive.d.ts.map +0 -1
  1339. package/popover/core-popover-trigger.directive.d.ts +0 -17
  1340. package/popover/core-popover-trigger.directive.d.ts.map +0 -1
  1341. package/popover/popover-context.service.d.ts +0 -9
  1342. package/popover/popover-context.service.d.ts.map +0 -1
  1343. package/popover/qualcomm-ui-angular-core-popover.d.ts +0 -6
  1344. package/popover/qualcomm-ui-angular-core-popover.d.ts.map +0 -1
  1345. package/portal/portal-context.service.d.ts +0 -9
  1346. package/portal/portal-context.service.d.ts.map +0 -1
  1347. package/portal/portal.component.d.ts +0 -37
  1348. package/portal/portal.component.d.ts.map +0 -1
  1349. package/portal/portal.directive.d.ts +0 -27
  1350. package/portal/portal.directive.d.ts.map +0 -1
  1351. package/portal/qualcomm-ui-angular-core-portal.d.ts +0 -6
  1352. package/portal/qualcomm-ui-angular-core-portal.d.ts.map +0 -1
  1353. package/presence/core-presence.directive.d.ts +0 -44
  1354. package/presence/core-presence.directive.d.ts.map +0 -1
  1355. package/presence/presence-context.service.d.ts +0 -22
  1356. package/presence/presence-context.service.d.ts.map +0 -1
  1357. package/presence/qualcomm-ui-angular-core-presence.d.ts +0 -6
  1358. package/presence/qualcomm-ui-angular-core-presence.d.ts.map +0 -1
  1359. package/presence/render-strategy-context.service.d.ts +0 -9
  1360. package/presence/render-strategy-context.service.d.ts.map +0 -1
  1361. package/presence/use-presence-renderer.d.ts +0 -20
  1362. package/presence/use-presence-renderer.d.ts.map +0 -1
  1363. package/progress/core-base-progress.directive.d.ts +0 -45
  1364. package/progress/core-base-progress.directive.d.ts.map +0 -1
  1365. package/progress/core-progress-bar.directive.d.ts +0 -13
  1366. package/progress/core-progress-bar.directive.d.ts.map +0 -1
  1367. package/progress/core-progress-error-text.directive.d.ts +0 -20
  1368. package/progress/core-progress-error-text.directive.d.ts.map +0 -1
  1369. package/progress/core-progress-hint.directive.d.ts +0 -20
  1370. package/progress/core-progress-hint.directive.d.ts.map +0 -1
  1371. package/progress/core-progress-label.directive.d.ts +0 -20
  1372. package/progress/core-progress-label.directive.d.ts.map +0 -1
  1373. package/progress/core-progress-root.directive.d.ts +0 -16
  1374. package/progress/core-progress-root.directive.d.ts.map +0 -1
  1375. package/progress/core-progress-track.directive.d.ts +0 -20
  1376. package/progress/core-progress-track.directive.d.ts.map +0 -1
  1377. package/progress/core-progress-value-text.directive.d.ts +0 -13
  1378. package/progress/core-progress-value-text.directive.d.ts.map +0 -1
  1379. package/progress/progress-context.service.d.ts +0 -9
  1380. package/progress/progress-context.service.d.ts.map +0 -1
  1381. package/progress/qualcomm-ui-angular-core-progress.d.ts +0 -6
  1382. package/progress/qualcomm-ui-angular-core-progress.d.ts.map +0 -1
  1383. package/progress-ring/core-progress-ring-bar.directive.d.ts +0 -13
  1384. package/progress-ring/core-progress-ring-bar.directive.d.ts.map +0 -1
  1385. package/progress-ring/core-progress-ring-circle.directive.d.ts +0 -20
  1386. package/progress-ring/core-progress-ring-circle.directive.d.ts.map +0 -1
  1387. package/progress-ring/core-progress-ring-error-text.directive.d.ts +0 -20
  1388. package/progress-ring/core-progress-ring-error-text.directive.d.ts.map +0 -1
  1389. package/progress-ring/core-progress-ring-label.directive.d.ts +0 -20
  1390. package/progress-ring/core-progress-ring-label.directive.d.ts.map +0 -1
  1391. package/progress-ring/core-progress-ring-root.directive.d.ts +0 -16
  1392. package/progress-ring/core-progress-ring-root.directive.d.ts.map +0 -1
  1393. package/progress-ring/core-progress-ring-track.directive.d.ts +0 -13
  1394. package/progress-ring/core-progress-ring-track.directive.d.ts.map +0 -1
  1395. package/progress-ring/core-progress-ring-value-text.directive.d.ts +0 -13
  1396. package/progress-ring/core-progress-ring-value-text.directive.d.ts.map +0 -1
  1397. package/progress-ring/progress-ring-context.service.d.ts +0 -9
  1398. package/progress-ring/progress-ring-context.service.d.ts.map +0 -1
  1399. package/progress-ring/qualcomm-ui-angular-core-progress-ring.d.ts +0 -6
  1400. package/progress-ring/qualcomm-ui-angular-core-progress-ring.d.ts.map +0 -1
  1401. package/qualcomm-ui-angular-core.d.ts +0 -6
  1402. package/qualcomm-ui-angular-core.d.ts.map +0 -1
  1403. package/radio/abstract-radio-form-control.directive.d.ts +0 -79
  1404. package/radio/abstract-radio-form-control.directive.d.ts.map +0 -1
  1405. package/radio/core-radio-group-error-text.directive.d.ts +0 -20
  1406. package/radio/core-radio-group-error-text.directive.d.ts.map +0 -1
  1407. package/radio/core-radio-group-items.directive.d.ts +0 -13
  1408. package/radio/core-radio-group-items.directive.d.ts.map +0 -1
  1409. package/radio/core-radio-group-label.directive.d.ts +0 -23
  1410. package/radio/core-radio-group-label.directive.d.ts.map +0 -1
  1411. package/radio/core-radio-group.directive.d.ts +0 -43
  1412. package/radio/core-radio-group.directive.d.ts.map +0 -1
  1413. package/radio/core-radio-item-control.directive.d.ts +0 -14
  1414. package/radio/core-radio-item-control.directive.d.ts.map +0 -1
  1415. package/radio/core-radio-item-hidden-input.directive.d.ts +0 -24
  1416. package/radio/core-radio-item-hidden-input.directive.d.ts.map +0 -1
  1417. package/radio/core-radio-item-label.directive.d.ts +0 -24
  1418. package/radio/core-radio-item-label.directive.d.ts.map +0 -1
  1419. package/radio/core-radio-root.directive.d.ts +0 -41
  1420. package/radio/core-radio-root.directive.d.ts.map +0 -1
  1421. package/radio/qualcomm-ui-angular-core-radio.d.ts +0 -6
  1422. package/radio/qualcomm-ui-angular-core-radio.d.ts.map +0 -1
  1423. package/radio/radio-context.service.d.ts +0 -9
  1424. package/radio/radio-context.service.d.ts.map +0 -1
  1425. package/radio/radio-item-context.service.d.ts +0 -9
  1426. package/radio/radio-item-context.service.d.ts.map +0 -1
  1427. package/segmented-control/core-segmented-control-hidden-input.directive.d.ts +0 -23
  1428. package/segmented-control/core-segmented-control-hidden-input.directive.d.ts.map +0 -1
  1429. package/segmented-control/core-segmented-control-item-text.directive.d.ts +0 -23
  1430. package/segmented-control/core-segmented-control-item-text.directive.d.ts.map +0 -1
  1431. package/segmented-control/core-segmented-control-item.directive.d.ts +0 -28
  1432. package/segmented-control/core-segmented-control-item.directive.d.ts.map +0 -1
  1433. package/segmented-control/core-segmented-control-root.directive.d.ts +0 -53
  1434. package/segmented-control/core-segmented-control-root.directive.d.ts.map +0 -1
  1435. package/segmented-control/qualcomm-ui-angular-core-segmented-control.d.ts +0 -6
  1436. package/segmented-control/qualcomm-ui-angular-core-segmented-control.d.ts.map +0 -1
  1437. package/segmented-control/segmented-control-context.service.d.ts +0 -9
  1438. package/segmented-control/segmented-control-context.service.d.ts.map +0 -1
  1439. package/select/core-select-clear-trigger.directive.d.ts +0 -20
  1440. package/select/core-select-clear-trigger.directive.d.ts.map +0 -1
  1441. package/select/core-select-content.directive.d.ts +0 -20
  1442. package/select/core-select-content.directive.d.ts.map +0 -1
  1443. package/select/core-select-control.directive.d.ts +0 -20
  1444. package/select/core-select-control.directive.d.ts.map +0 -1
  1445. package/select/core-select-error-indicator.directive.d.ts +0 -13
  1446. package/select/core-select-error-indicator.directive.d.ts.map +0 -1
  1447. package/select/core-select-error-text.directive.d.ts +0 -20
  1448. package/select/core-select-error-text.directive.d.ts.map +0 -1
  1449. package/select/core-select-hidden-select.directive.d.ts +0 -20
  1450. package/select/core-select-hidden-select.directive.d.ts.map +0 -1
  1451. package/select/core-select-hint.directive.d.ts +0 -20
  1452. package/select/core-select-hint.directive.d.ts.map +0 -1
  1453. package/select/core-select-indicator.directive.d.ts +0 -13
  1454. package/select/core-select-indicator.directive.d.ts.map +0 -1
  1455. package/select/core-select-item-indicator.directive.d.ts +0 -14
  1456. package/select/core-select-item-indicator.directive.d.ts.map +0 -1
  1457. package/select/core-select-item-text.directive.d.ts +0 -14
  1458. package/select/core-select-item-text.directive.d.ts.map +0 -1
  1459. package/select/core-select-item.directive.d.ts +0 -26
  1460. package/select/core-select-item.directive.d.ts.map +0 -1
  1461. package/select/core-select-label.directive.d.ts +0 -20
  1462. package/select/core-select-label.directive.d.ts.map +0 -1
  1463. package/select/core-select-positioner.directive.d.ts +0 -20
  1464. package/select/core-select-positioner.directive.d.ts.map +0 -1
  1465. package/select/core-select-root.directive.d.ts +0 -130
  1466. package/select/core-select-root.directive.d.ts.map +0 -1
  1467. package/select/core-select-value-text.directive.d.ts +0 -17
  1468. package/select/core-select-value-text.directive.d.ts.map +0 -1
  1469. package/select/qualcomm-ui-angular-core-select.d.ts +0 -6
  1470. package/select/qualcomm-ui-angular-core-select.d.ts.map +0 -1
  1471. package/select/select-context.service.d.ts +0 -12
  1472. package/select/select-context.service.d.ts.map +0 -1
  1473. package/select/select-item-context.service.d.ts +0 -9
  1474. package/select/select-item-context.service.d.ts.map +0 -1
  1475. package/signals/access-signal.d.ts +0 -10
  1476. package/signals/access-signal.d.ts.map +0 -1
  1477. package/signals/host-binding.d.ts +0 -58
  1478. package/signals/host-binding.d.ts.map +0 -1
  1479. package/signals/qualcomm-ui-angular-core-signals.d.ts +0 -6
  1480. package/signals/qualcomm-ui-angular-core-signals.d.ts.map +0 -1
  1481. package/signals/signalify-input.d.ts +0 -9
  1482. package/signals/signalify-input.d.ts.map +0 -1
  1483. package/signals/signalify-object.d.ts +0 -5
  1484. package/signals/signalify-object.d.ts.map +0 -1
  1485. package/signals/signals.types.d.ts +0 -3
  1486. package/signals/signals.types.d.ts.map +0 -1
  1487. package/state/controlled-state-legacy.d.ts +0 -49
  1488. package/state/controlled-state-legacy.d.ts.map +0 -1
  1489. package/state/controlled-state.service.d.ts +0 -41
  1490. package/state/controlled-state.service.d.ts.map +0 -1
  1491. package/state/qualcomm-ui-angular-core-state.d.ts +0 -6
  1492. package/state/qualcomm-ui-angular-core-state.d.ts.map +0 -1
  1493. package/state/use-controlled-state.d.ts +0 -13
  1494. package/state/use-controlled-state.d.ts.map +0 -1
  1495. package/switch/core-switch-control.directive.d.ts +0 -13
  1496. package/switch/core-switch-control.directive.d.ts.map +0 -1
  1497. package/switch/core-switch-error-text.directive.d.ts +0 -20
  1498. package/switch/core-switch-error-text.directive.d.ts.map +0 -1
  1499. package/switch/core-switch-hidden-input.directive.d.ts +0 -20
  1500. package/switch/core-switch-hidden-input.directive.d.ts.map +0 -1
  1501. package/switch/core-switch-label.directive.d.ts +0 -20
  1502. package/switch/core-switch-label.directive.d.ts.map +0 -1
  1503. package/switch/core-switch-root.directive.d.ts +0 -48
  1504. package/switch/core-switch-root.directive.d.ts.map +0 -1
  1505. package/switch/core-switch-thumb.directive.d.ts +0 -13
  1506. package/switch/core-switch-thumb.directive.d.ts.map +0 -1
  1507. package/switch/qualcomm-ui-angular-core-switch.d.ts +0 -6
  1508. package/switch/qualcomm-ui-angular-core-switch.d.ts.map +0 -1
  1509. package/switch/switch-context.service.d.ts +0 -9
  1510. package/switch/switch-context.service.d.ts.map +0 -1
  1511. package/tabs/core-tab-button.directive.d.ts +0 -21
  1512. package/tabs/core-tab-button.directive.d.ts.map +0 -1
  1513. package/tabs/core-tab-dismiss-button.directive.d.ts +0 -14
  1514. package/tabs/core-tab-dismiss-button.directive.d.ts.map +0 -1
  1515. package/tabs/core-tab-root.directive.d.ts +0 -26
  1516. package/tabs/core-tab-root.directive.d.ts.map +0 -1
  1517. package/tabs/core-tabs-indicator.directive.d.ts +0 -20
  1518. package/tabs/core-tabs-indicator.directive.d.ts.map +0 -1
  1519. package/tabs/core-tabs-list.directive.d.ts +0 -20
  1520. package/tabs/core-tabs-list.directive.d.ts.map +0 -1
  1521. package/tabs/core-tabs-panel.directive.d.ts +0 -33
  1522. package/tabs/core-tabs-panel.directive.d.ts.map +0 -1
  1523. package/tabs/core-tabs-root.directive.d.ts +0 -103
  1524. package/tabs/core-tabs-root.directive.d.ts.map +0 -1
  1525. package/tabs/qualcomm-ui-angular-core-tabs.d.ts +0 -6
  1526. package/tabs/qualcomm-ui-angular-core-tabs.d.ts.map +0 -1
  1527. package/tabs/tab-context.service.d.ts +0 -9
  1528. package/tabs/tab-context.service.d.ts.map +0 -1
  1529. package/tabs/tabs-context.service.d.ts +0 -9
  1530. package/tabs/tabs-context.service.d.ts.map +0 -1
  1531. package/text-area/qualcomm-ui-angular-core-text-area.d.ts +0 -6
  1532. package/text-area/qualcomm-ui-angular-core-text-area.d.ts.map +0 -1
  1533. package/text-input/core-text-input-clear-trigger.directive.d.ts +0 -13
  1534. package/text-input/core-text-input-clear-trigger.directive.d.ts.map +0 -1
  1535. package/text-input/core-text-input-error-indicator.directive.d.ts +0 -13
  1536. package/text-input/core-text-input-error-indicator.directive.d.ts.map +0 -1
  1537. package/text-input/core-text-input-error-text.directive.d.ts +0 -16
  1538. package/text-input/core-text-input-error-text.directive.d.ts.map +0 -1
  1539. package/text-input/core-text-input-hint.directive.d.ts +0 -16
  1540. package/text-input/core-text-input-hint.directive.d.ts.map +0 -1
  1541. package/text-input/core-text-input-input-group.directive.d.ts +0 -13
  1542. package/text-input/core-text-input-input-group.directive.d.ts.map +0 -1
  1543. package/text-input/core-text-input-input.directive.d.ts +0 -16
  1544. package/text-input/core-text-input-input.directive.d.ts.map +0 -1
  1545. package/text-input/core-text-input-label.directive.d.ts +0 -16
  1546. package/text-input/core-text-input-label.directive.d.ts.map +0 -1
  1547. package/text-input/core-text-input-root.directive.d.ts +0 -36
  1548. package/text-input/core-text-input-root.directive.d.ts.map +0 -1
  1549. package/text-input/qualcomm-ui-angular-core-text-input.d.ts +0 -6
  1550. package/text-input/qualcomm-ui-angular-core-text-input.d.ts.map +0 -1
  1551. package/text-input/text-input-context.service.d.ts +0 -9
  1552. package/text-input/text-input-context.service.d.ts.map +0 -1
  1553. package/toast/core-toast-action.directive.d.ts +0 -13
  1554. package/toast/core-toast-action.directive.d.ts.map +0 -1
  1555. package/toast/core-toast-close-trigger.directive.d.ts +0 -13
  1556. package/toast/core-toast-close-trigger.directive.d.ts.map +0 -1
  1557. package/toast/core-toast-description.directive.d.ts +0 -14
  1558. package/toast/core-toast-description.directive.d.ts.map +0 -1
  1559. package/toast/core-toast-label.directive.d.ts +0 -13
  1560. package/toast/core-toast-label.directive.d.ts.map +0 -1
  1561. package/toast/core-toast-root.directive.d.ts +0 -13
  1562. package/toast/core-toast-root.directive.d.ts.map +0 -1
  1563. package/toast/core-toaster.directive.d.ts +0 -42
  1564. package/toast/core-toaster.directive.d.ts.map +0 -1
  1565. package/toast/qualcomm-ui-angular-core-toast.d.ts +0 -6
  1566. package/toast/qualcomm-ui-angular-core-toast.d.ts.map +0 -1
  1567. package/toast/toast-context.service.d.ts +0 -9
  1568. package/toast/toast-context.service.d.ts.map +0 -1
  1569. package/toast/toast-group-context.service.d.ts +0 -9
  1570. package/toast/toast-group-context.service.d.ts.map +0 -1
  1571. package/tooltip/core-tooltip-arrow-tip.directive.d.ts +0 -10
  1572. package/tooltip/core-tooltip-arrow-tip.directive.d.ts.map +0 -1
  1573. package/tooltip/core-tooltip-arrow.directive.d.ts +0 -17
  1574. package/tooltip/core-tooltip-arrow.directive.d.ts.map +0 -1
  1575. package/tooltip/core-tooltip-content.directive.d.ts +0 -17
  1576. package/tooltip/core-tooltip-content.directive.d.ts.map +0 -1
  1577. package/tooltip/core-tooltip-positioner.directive.d.ts +0 -17
  1578. package/tooltip/core-tooltip-positioner.directive.d.ts.map +0 -1
  1579. package/tooltip/core-tooltip-root.directive.d.ts +0 -53
  1580. package/tooltip/core-tooltip-root.directive.d.ts.map +0 -1
  1581. package/tooltip/core-tooltip-trigger.directive.d.ts +0 -17
  1582. package/tooltip/core-tooltip-trigger.directive.d.ts.map +0 -1
  1583. package/tooltip/qualcomm-ui-angular-core-tooltip.d.ts +0 -6
  1584. package/tooltip/qualcomm-ui-angular-core-tooltip.d.ts.map +0 -1
  1585. package/tooltip/tooltip-context.service.d.ts +0 -9
  1586. package/tooltip/tooltip-context.service.d.ts.map +0 -1
  1587. package/virtual/proxy.d.ts +0 -5
  1588. package/virtual/proxy.d.ts.map +0 -1
  1589. package/virtual/qualcomm-ui-angular-core-virtual.d.ts +0 -6
  1590. package/virtual/qualcomm-ui-angular-core-virtual.d.ts.map +0 -1
  1591. package/virtual/types.d.ts +0 -14
  1592. package/virtual/types.d.ts.map +0 -1
  1593. package/virtual/virtual.d.ts +0 -12
  1594. package/virtual/virtual.d.ts.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"core-checkbox-root.directive.js","sourceRoot":"","sources":["../../../src/checkbox/core-checkbox-root.directive.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,QAAQ,EAAC,MAAM,iBAAiB,CAAA;AACxC,OAAO,EACL,gBAAgB,EAChB,QAAQ,EACR,SAAS,EACT,MAAM,EACN,KAAK,GAEN,MAAM,eAAe,CAAA;AACtB,OAAO,EAA2B,MAAM,gBAAgB,CAAA;AAExD,OAAO,EAAC,KAAK,EAAC,MAAM,kCAAkC,CAAA;AACtD,OAAO,EACL,cAAc,EACd,UAAU,EACV,gBAAgB,GACjB,MAAM,mCAAmC,CAAA;AAE1C,OAAO,EAEL,eAAe,EACf,iBAAiB,GAClB,MAAM,4BAA4B,CAAA;AAKnC,OAAO,EAAC,oCAAoC,EAAC,MAAM,4CAA4C,CAAA;AAC/F,OAAO,EAAC,sBAAsB,EAAC,MAAM,4BAA4B,CAAA;;AAGjE,MAAM,OAAO,yBACX,SAAQ,oCAAoC;IAM5C;;;;OAIG;IACM,GAAG,GAAG,KAAK,CAAwB,SAAS,+CAAC,CAAA;IAEtD;;;OAGG;IACM,WAAW,GAAG,KAAK,iEAEzB,CAAA;IAEH;;;OAGG;IACM,aAAa,GAAG,KAAK,CAAkC,SAAS,iDACvE,SAAS,EAAE,gBAAgB,OAD8C;YACzE,SAAS,EAAE,gBAAgB;SAC5B,GAAC,CAAA;IAEF;;;OAGG;IACM,EAAE,GAAG,KAAK,CAAqB,SAAS,8CAAC,CAAA;IAElD;;;OAGG;IACM,KAAK,GAAG,KAAK,2DAAsB,CAAA;IAEzB,sBAAsB,GAAG,MAAM,CAAC,sBAAsB,CAAC,CAAA;IAChE,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAA;IAElB,MAAM,GAAG,QAAQ,CAAC,GAAG,EAAE,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,kDAAC,CAAA;IAC/C,aAAa,GAAG,gBAAgB,CAAC,GAAG,EAAE,CACvD,IAAI,CAAC,sBAAsB,CAAC,OAAO,EAAE,CAAC,eAAe,CAAC,EAAC,EAAE,EAAE,IAAI,CAAC,MAAM,EAAE,EAAC,CAAC,CAC3E,CAAA;IAEQ,QAAQ;QACf,KAAK,CAAC,QAAQ,EAAE,CAAA;QAEhB,MAAM,OAAO,GAAG,UAAU,CACxB,eAAe,EACf,QAAQ,CAA6B,GAAG,EAAE,CAAC,CAAC;YAC1C,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;YACvB,cAAc,EAAE,IAAI,CAAC,cAAc,EAAE;YACrC,GAAG,EAAE,IAAI,CAAC,GAAG,EAAE;YACf,QAAQ,EAAE,IAAI,CAAC,UAAU,EAAE;YAC3B,qEAAqE;YACrE,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACxD,GAAG,EAAE,SAAS;YACd,aAAa,EAAE,IAAI,CAAC,aAAa,EAAE;YACnC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;YACvB,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE;YACjB,eAAe,EAAE,CAAC,OAAO,EAAE,EAAE;gBAC3B,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAA;gBACtB,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC;oBAClB,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,OAAO,CAAC,CAAA;oBACjC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,CAAA;gBAC3B,CAAC;gBACD,IAAI,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,EAAE,CAAC;oBAC3C,IAAI,CAAC,SAAS,EAAE,CAAA;gBAClB,CAAC;YACH,CAAC;YACD,aAAa,EAAE,CAAC,OAAO,EAAE,EAAE;gBACzB,IAAI,CAAC,OAAO,EAAE,CAAC;oBACb,kCAAkC;oBAClC,IAAI,CAAC,SAAS,EAAE,CAAA;gBAClB,CAAC;YACH,CAAC;YACD,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE;YACzB,QAAQ,EAAE,IAAI,CAAC,UAAU,EAAE;YAC3B,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE;SACpB,CAAC,CAAC,EACH,IAAI,CAAC,QAAQ,CACd,CAAA;QAED,IAAI,CAAC,sBAAsB,CAAC,IAAI,CAC9B,QAAQ,CAAC,GAAG,EAAE,CAAC,iBAAiB,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC,CAC3D,CAAA;QAED,IAAI,CAAC,aAAa,EAAE,CAAA;IACtB,CAAC;wGA/FU,yBAAyB;4FAAzB,yBAAyB;;4FAAzB,yBAAyB;kBADrC,SAAS","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {DOCUMENT} from \"@angular/common\"\nimport {\n booleanAttribute,\n computed,\n Directive,\n inject,\n input,\n type OnInit,\n} from \"@angular/core\"\nimport {type ControlValueAccessor} from \"@angular/forms\"\n\nimport {useId} from \"@qualcomm-ui/angular-core/common\"\nimport {\n normalizeProps,\n useMachine,\n useTrackBindings,\n} from \"@qualcomm-ui/angular-core/machine\"\nimport type {SignalifyInput} from \"@qualcomm-ui/angular-core/signals\"\nimport {\n type CheckboxApiProps,\n checkboxMachine,\n createCheckboxApi,\n} from \"@qualcomm-ui/core/checkbox\"\nimport type {Booleanish} from \"@qualcomm-ui/utils/coercion\"\nimport type {Direction} from \"@qualcomm-ui/utils/direction\"\nimport type {Explicit} from \"@qualcomm-ui/utils/guard\"\n\nimport {AbstractCheckboxFormControlDirective} from \"./abstract-checkbox-form-control.directive\"\nimport {CheckboxContextService} from \"./checkbox-context.service\"\n\n@Directive()\nexport class CoreCheckboxRootDirective\n extends AbstractCheckboxFormControlDirective\n implements\n SignalifyInput<Omit<CheckboxApiProps, \"checked\" | \"form\" | \"ids\">>,\n ControlValueAccessor,\n OnInit\n{\n /**\n * The document's text/writing direction.\n *\n * @default \"ltr\"\n */\n readonly dir = input<Direction | undefined>(undefined)\n\n /**\n * A root node to correctly resolve the Document in custom environments. i.e.,\n * Iframes, Electron.\n */\n readonly getRootNode = input<\n (() => ShadowRoot | Document | Node) | undefined\n >()\n\n /**\n * If true and the checkbox is not checked, the checkbox will be in the\n * `indeterminate` state.\n */\n readonly indeterminate = input<boolean | undefined, Booleanish>(undefined, {\n transform: booleanAttribute,\n })\n\n /**\n * {@link https://www.w3schools.com/html/html_id.asp id attribute}. If\n * omitted, a unique identifier will be generated for accessibility.)\n */\n readonly id = input<string | undefined>(undefined)\n\n /**\n * The value of checkbox input. Useful for form submission.\n * @default \"on\"\n */\n readonly value = input<string | undefined>()\n\n protected readonly checkboxContextService = inject(CheckboxContextService)\n protected document = inject(DOCUMENT)\n\n protected readonly hostId = computed(() => useId(this, this.id()))\n protected readonly trackBindings = useTrackBindings(() =>\n this.checkboxContextService.context().getRootBindings({id: this.hostId()}),\n )\n\n override ngOnInit() {\n super.ngOnInit()\n\n const machine = useMachine(\n checkboxMachine,\n computed<Explicit<CheckboxApiProps>>(() => ({\n checked: this.checked(),\n defaultChecked: this.defaultChecked(),\n dir: this.dir(),\n disabled: this.isDisabled(),\n // angular handles this automatically with ngModel and Reactive Forms\n form: undefined,\n getRootNode: this.getRootNode() || (() => this.document),\n ids: undefined,\n indeterminate: this.indeterminate(),\n invalid: this.invalid(),\n name: this.name(),\n onCheckedChange: (checked) => {\n this.onChange(checked)\n if (!this.control) {\n this.checkedChanged.emit(checked)\n this.checked.set(checked)\n }\n if (this.control && !this.control?.touched) {\n this.onTouched()\n }\n },\n onFocusChange: (focused) => {\n if (!focused) {\n // only trigger onTouched on blur.\n this.onTouched()\n }\n },\n readOnly: this.readOnly(),\n required: this.isRequired(),\n value: this.value(),\n })),\n this.injector,\n )\n\n this.checkboxContextService.init(\n computed(() => createCheckboxApi(machine, normalizeProps)),\n )\n\n this.trackBindings()\n }\n}\n"]}
@@ -1,10 +0,0 @@
1
- export * from "./abstract-checkbox-form-control.directive";
2
- export * from "./checkbox-context.service";
3
- export * from "./core-checkbox-control.directive";
4
- export * from "./core-checkbox-error-text.directive";
5
- export * from "./core-checkbox-hidden-input.directive";
6
- export * from "./core-checkbox-indicator.directive";
7
- export * from "./core-checkbox-label.directive";
8
- export * from "./core-checkbox-root.directive";
9
- export * from "./use-checkbox-group";
10
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/checkbox/index.ts"],"names":[],"mappings":"AAAA,cAAc,4CAA4C,CAAA;AAC1D,cAAc,4BAA4B,CAAA;AAC1C,cAAc,mCAAmC,CAAA;AACjD,cAAc,sCAAsC,CAAA;AACpD,cAAc,wCAAwC,CAAA;AACtD,cAAc,qCAAqC,CAAA;AACnD,cAAc,iCAAiC,CAAA;AAC/C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,sBAAsB,CAAA","sourcesContent":["export * from \"./abstract-checkbox-form-control.directive\"\nexport * from \"./checkbox-context.service\"\nexport * from \"./core-checkbox-control.directive\"\nexport * from \"./core-checkbox-error-text.directive\"\nexport * from \"./core-checkbox-hidden-input.directive\"\nexport * from \"./core-checkbox-indicator.directive\"\nexport * from \"./core-checkbox-label.directive\"\nexport * from \"./core-checkbox-root.directive\"\nexport * from \"./use-checkbox-group\"\n"]}
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=qualcomm-ui-angular-core-checkbox.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"qualcomm-ui-angular-core-checkbox.js","sourceRoot":"","sources":["../../../src/checkbox/qualcomm-ui-angular-core-checkbox.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,SAAS,CAAC","sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"]}
@@ -1,62 +0,0 @@
1
- // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
- // SPDX-License-Identifier: BSD-3-Clause-Clear
3
- import { computed } from "@angular/core";
4
- import { useControlledState } from "@qualcomm-ui/angular-core/state";
5
- export function useCheckboxGroup(props = {}) {
6
- const { defaultValue, disabled, onValueChange, readOnly, value: controlledValue, } = props;
7
- const state = useControlledState({
8
- defaultValue: computed(() => access(defaultValue) || []),
9
- onChange: (value) => onValueChange?.(value || []),
10
- value: controlledValue,
11
- });
12
- const { setValue, value: getValue } = state();
13
- const value = computed(() => getValue() || [], ...(ngDevMode ? [{ debugName: "value" }] : []));
14
- const interactive = !disabled && !readOnly;
15
- const getIsChecked = (val) => {
16
- return computed(() => value().some((v) => String(v) === String(val)));
17
- };
18
- const isChecked = (val) => getIsChecked(val)();
19
- const toggleValue = (val) => {
20
- if (!interactive) {
21
- return;
22
- }
23
- if (isChecked(val)) {
24
- removeValue(val);
25
- }
26
- else {
27
- addValue(val);
28
- }
29
- };
30
- const addValue = (val) => {
31
- if (!interactive) {
32
- return;
33
- }
34
- if (isChecked(val)) {
35
- return;
36
- }
37
- setValue(value().concat(val));
38
- };
39
- const removeValue = (val) => {
40
- if (!interactive) {
41
- return;
42
- }
43
- setValue(value().filter((v) => String(v) !== String(val)));
44
- };
45
- return {
46
- isChecked,
47
- removeValue,
48
- setValue,
49
- toggleValue,
50
- value,
51
- };
52
- }
53
- function access(value) {
54
- if (value === undefined) {
55
- return undefined;
56
- }
57
- if (typeof value === "function") {
58
- return value();
59
- }
60
- return value;
61
- }
62
- //# sourceMappingURL=use-checkbox-group.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-checkbox-group.js","sourceRoot":"","sources":["../../../src/checkbox/use-checkbox-group.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,QAAQ,EAAc,MAAM,eAAe,CAAA;AAEnD,OAAO,EAAC,kBAAkB,EAAC,MAAM,iCAAiC,CAAA;AAqClE,MAAM,UAAU,gBAAgB,CAC9B,QAA+B,EAAE;IAEjC,MAAM,EACJ,YAAY,EACZ,QAAQ,EACR,aAAa,EACb,QAAQ,EACR,KAAK,EAAE,eAAe,GACvB,GAAG,KAAK,CAAA;IAET,MAAM,KAAK,GAAG,kBAAkB,CAAC;QAC/B,YAAY,EAAE,QAAQ,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,CAAC;QACxD,QAAQ,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,aAAa,EAAE,CAAC,KAAK,IAAI,EAAE,CAAC;QACjD,KAAK,EAAE,eAAe;KACvB,CAAC,CAAA;IAEF,MAAM,EAAC,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAC,GAAG,KAAK,EAAE,CAAA;IAE3C,MAAM,KAAK,GAAG,QAAQ,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,IAAI,EAAE,iDAAC,CAAA;IAE9C,MAAM,WAAW,GAAG,CAAC,QAAQ,IAAI,CAAC,QAAQ,CAAA;IAE1C,MAAM,YAAY,GAAG,CAAC,GAAuB,EAAE,EAAE;QAC/C,OAAO,QAAQ,CAAC,GAAG,EAAE,CAAC,KAAK,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAA;IACvE,CAAC,CAAA;IAED,MAAM,SAAS,GAAG,CAAC,GAAuB,EAAE,EAAE,CAAC,YAAY,CAAC,GAAG,CAAC,EAAE,CAAA;IAElE,MAAM,WAAW,GAAG,CAAC,GAAW,EAAE,EAAE;QAClC,IAAI,CAAC,WAAW,EAAE,CAAC;YACjB,OAAM;QACR,CAAC;QACD,IAAI,SAAS,CAAC,GAAG,CAAC,EAAE,CAAC;YACnB,WAAW,CAAC,GAAG,CAAC,CAAA;QAClB,CAAC;aAAM,CAAC;YACN,QAAQ,CAAC,GAAG,CAAC,CAAA;QACf,CAAC;IACH,CAAC,CAAA;IAED,MAAM,QAAQ,GAAG,CAAC,GAAW,EAAE,EAAE;QAC/B,IAAI,CAAC,WAAW,EAAE,CAAC;YACjB,OAAM;QACR,CAAC;QACD,IAAI,SAAS,CAAC,GAAG,CAAC,EAAE,CAAC;YACnB,OAAM;QACR,CAAC;QACD,QAAQ,CAAC,KAAK,EAAE,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAA;IAC/B,CAAC,CAAA;IAED,MAAM,WAAW,GAAG,CAAC,GAAW,EAAE,EAAE;QAClC,IAAI,CAAC,WAAW,EAAE,CAAC;YACjB,OAAM;QACR,CAAC;QACD,QAAQ,CAAC,KAAK,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAA;IAC5D,CAAC,CAAA;IAED,OAAO;QACL,SAAS;QACT,WAAW;QACX,QAAQ;QACR,WAAW;QACX,KAAK;KACN,CAAA;AACH,CAAC;AAED,SAAS,MAAM,CAAI,KAAgC;IACjD,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;QACxB,OAAO,SAAS,CAAA;IAClB,CAAC;IACD,IAAI,OAAO,KAAK,KAAK,UAAU,EAAE,CAAC;QAChC,OAAQ,KAA8B,EAAE,CAAA;IAC1C,CAAC;IACD,OAAO,KAAU,CAAA;AACnB,CAAC","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {computed, type Signal} from \"@angular/core\"\n\nimport {useControlledState} from \"@qualcomm-ui/angular-core/state\"\n\nexport interface UseCheckboxGroupProps {\n /**\n * The initial value of `value` when uncontrolled\n */\n defaultValue?: Signal<string[] | undefined> | string[] | undefined\n\n /**\n * If `true`, the checkbox group is disabled\n */\n disabled?: boolean | undefined\n\n /**\n * The callback to call when the value changes\n */\n onValueChange?: ((value: string[]) => void) | undefined\n\n /**\n * If `true`, the checkbox group is read-only\n */\n readOnly?: boolean | undefined\n\n /**\n * The controlled value of the checkbox group\n */\n value?: Signal<string[] | undefined>\n}\n\nexport interface CheckboxGroupState {\n isChecked: (val: string | undefined) => boolean\n removeValue: (val: string) => void\n setValue: (value: string[]) => void\n toggleValue: (val: string) => void\n value: Signal<string[]>\n}\n\nexport function useCheckboxGroup(\n props: UseCheckboxGroupProps = {},\n): CheckboxGroupState {\n const {\n defaultValue,\n disabled,\n onValueChange,\n readOnly,\n value: controlledValue,\n } = props\n\n const state = useControlledState({\n defaultValue: computed(() => access(defaultValue) || []),\n onChange: (value) => onValueChange?.(value || []),\n value: controlledValue,\n })\n\n const {setValue, value: getValue} = state()\n\n const value = computed(() => getValue() || [])\n\n const interactive = !disabled && !readOnly\n\n const getIsChecked = (val: string | undefined) => {\n return computed(() => value().some((v) => String(v) === String(val)))\n }\n\n const isChecked = (val: string | undefined) => getIsChecked(val)()\n\n const toggleValue = (val: string) => {\n if (!interactive) {\n return\n }\n if (isChecked(val)) {\n removeValue(val)\n } else {\n addValue(val)\n }\n }\n\n const addValue = (val: string) => {\n if (!interactive) {\n return\n }\n if (isChecked(val)) {\n return\n }\n setValue(value().concat(val))\n }\n\n const removeValue = (val: string) => {\n if (!interactive) {\n return\n }\n setValue(value().filter((v) => String(v) !== String(val)))\n }\n\n return {\n isChecked,\n removeValue,\n setValue,\n toggleValue,\n value,\n }\n}\n\nfunction access<T>(value: Signal<T> | T | undefined): T | undefined {\n if (value === undefined) {\n return undefined\n }\n if (typeof value === \"function\") {\n return (value as unknown as Signal<T>)()\n }\n return value as T\n}\n"]}
@@ -1,14 +0,0 @@
1
- // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
- // SPDX-License-Identifier: BSD-3-Clause-Clear
3
- import { Injectable } from "@angular/core";
4
- import { BaseApiContextService, createApiContext, } from "@qualcomm-ui/angular-core/machine";
5
- import * as i0 from "@angular/core";
6
- export class CollapsibleContextService extends BaseApiContextService {
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: CollapsibleContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: CollapsibleContextService });
9
- }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: CollapsibleContextService, decorators: [{
11
- type: Injectable
12
- }] });
13
- export const [COLLAPSIBLE_CONTEXT, useCollapsibleContext, provideCollapsibleContext,] = createApiContext("CollapsibleContext", CollapsibleContextService);
14
- //# sourceMappingURL=collapsible-context.service.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"collapsible-context.service.js","sourceRoot":"","sources":["../../../src/collapsible/collapsible-context.service.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,UAAU,EAAC,MAAM,eAAe,CAAA;AAExC,OAAO,EAEL,qBAAqB,EACrB,gBAAgB,GACjB,MAAM,mCAAmC,CAAA;;AAI1C,MAAM,OAAO,yBAA0B,SAAQ,qBAAqC;wGAAvE,yBAAyB;4GAAzB,yBAAyB;;4FAAzB,yBAAyB;kBADrC,UAAU;;AAGX,MAAM,CAAC,MAAM,CACX,mBAAmB,EACnB,qBAAqB,EACrB,yBAAyB,EAC1B,GAA+B,gBAAgB,CAC9C,oBAAoB,EACpB,yBAAyB,CAC1B,CAAA","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Injectable} from \"@angular/core\"\n\nimport {\n type ApiContext,\n BaseApiContextService,\n createApiContext,\n} from \"@qualcomm-ui/angular-core/machine\"\nimport type {CollapsibleApi} from \"@qualcomm-ui/core/collapsible\"\n\n@Injectable()\nexport class CollapsibleContextService extends BaseApiContextService<CollapsibleApi> {}\n\nexport const [\n COLLAPSIBLE_CONTEXT,\n useCollapsibleContext,\n provideCollapsibleContext,\n]: ApiContext<CollapsibleApi> = createApiContext<CollapsibleApi>(\n \"CollapsibleContext\",\n CollapsibleContextService,\n)\n"]}
@@ -1,32 +0,0 @@
1
- // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
- // SPDX-License-Identifier: BSD-3-Clause-Clear
3
- import { computed, Directive, input } from "@angular/core";
4
- import { useId, useOnDestroy } from "@qualcomm-ui/angular-core/common";
5
- import { useTrackBindings } from "@qualcomm-ui/angular-core/machine";
6
- import { useCollapsibleContext } from "./collapsible-context.service";
7
- import * as i0 from "@angular/core";
8
- export class CoreCollapsibleContentDirective {
9
- /**
10
- * {@link https://www.w3schools.com/html/html_id.asp id attribute}. If
11
- * omitted, a unique identifier will be generated for accessibility.
12
- */
13
- id = input(...(ngDevMode ? [undefined, { debugName: "id" }] : []));
14
- collapsibleContext = useCollapsibleContext();
15
- trackBindings = useTrackBindings(() => {
16
- return this.collapsibleContext().getContentBindings({
17
- id: this.hostId(),
18
- onDestroy: this.onDestroy,
19
- });
20
- });
21
- hostId = computed(() => useId(this, this.id()), ...(ngDevMode ? [{ debugName: "hostId" }] : []));
22
- onDestroy = useOnDestroy();
23
- ngOnInit() {
24
- this.trackBindings();
25
- }
26
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: CoreCollapsibleContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
27
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.10", type: CoreCollapsibleContentDirective, isStandalone: true, inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
28
- }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: CoreCollapsibleContentDirective, decorators: [{
30
- type: Directive
31
- }], propDecorators: { id: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }] } });
32
- //# sourceMappingURL=core-collapsible-content.directive.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"core-collapsible-content.directive.js","sourceRoot":"","sources":["../../../src/collapsible/core-collapsible-content.directive.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,QAAQ,EAAE,SAAS,EAAE,KAAK,EAAc,MAAM,eAAe,CAAA;AAErE,OAAO,EAAC,KAAK,EAAE,YAAY,EAAC,MAAM,kCAAkC,CAAA;AACpE,OAAO,EAAC,gBAAgB,EAAC,MAAM,mCAAmC,CAAA;AAElE,OAAO,EAAC,qBAAqB,EAAC,MAAM,+BAA+B,CAAA;;AAGnE,MAAM,OAAO,+BAA+B;IAC1C;;;OAGG;IACM,EAAE,GAAG,KAAK,wDAAU,CAAA;IAEV,kBAAkB,GAAG,qBAAqB,EAAE,CAAA;IAE5C,aAAa,GAAG,gBAAgB,CAAC,GAAG,EAAE;QACvD,OAAO,IAAI,CAAC,kBAAkB,EAAE,CAAC,kBAAkB,CAAC;YAClD,EAAE,EAAE,IAAI,CAAC,MAAM,EAAE;YACjB,SAAS,EAAE,IAAI,CAAC,SAAS;SAC1B,CAAC,CAAA;IACJ,CAAC,CAAC,CAAA;IAEiB,MAAM,GAAG,QAAQ,CAAC,GAAG,EAAE,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,kDAAC,CAAA;IAE/C,SAAS,GAAG,YAAY,EAAE,CAAA;IAE7C,QAAQ;QACN,IAAI,CAAC,aAAa,EAAE,CAAA;IACtB,CAAC;wGAtBU,+BAA+B;4FAA/B,+BAA+B;;4FAA/B,+BAA+B;kBAD3C,SAAS","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {computed, Directive, input, type OnInit} from \"@angular/core\"\n\nimport {useId, useOnDestroy} from \"@qualcomm-ui/angular-core/common\"\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\n\nimport {useCollapsibleContext} from \"./collapsible-context.service\"\n\n@Directive()\nexport class CoreCollapsibleContentDirective implements OnInit {\n /**\n * {@link https://www.w3schools.com/html/html_id.asp id attribute}. If\n * omitted, a unique identifier will be generated for accessibility.\n */\n readonly id = input<string>()\n\n protected readonly collapsibleContext = useCollapsibleContext()\n\n protected readonly trackBindings = useTrackBindings(() => {\n return this.collapsibleContext().getContentBindings({\n id: this.hostId(),\n onDestroy: this.onDestroy,\n })\n })\n\n protected readonly hostId = computed(() => useId(this, this.id()))\n\n protected readonly onDestroy = useOnDestroy()\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n"]}
@@ -1,71 +0,0 @@
1
- // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
- // SPDX-License-Identifier: BSD-3-Clause-Clear
3
- import { DOCUMENT } from "@angular/common";
4
- import { booleanAttribute, computed, Directive, inject, Injector, input, output, } from "@angular/core";
5
- import { normalizeProps, useMachine, useTrackBindings, } from "@qualcomm-ui/angular-core/machine";
6
- import { collapsibleMachine, createCollapsibleApi, } from "@qualcomm-ui/core/collapsible";
7
- import { CollapsibleContextService } from "./collapsible-context.service";
8
- import * as i0 from "@angular/core";
9
- export class CoreCollapsibleRootDirective {
10
- /**
11
- * The initial open state of the collapsible when rendered.
12
- * Use when you don't need to control the open state of the collapsible.
13
- */
14
- defaultOpen = input(undefined, ...(ngDevMode ? [{ debugName: "defaultOpen", transform: booleanAttribute }] : [{
15
- transform: booleanAttribute,
16
- }]));
17
- /**
18
- * The document's text/writing direction.
19
- *
20
- * @default "ltr"
21
- */
22
- dir = input(undefined, ...(ngDevMode ? [{ debugName: "dir" }] : []));
23
- /**
24
- * Whether the collapsible is disabled.
25
- */
26
- disabled = input(...(ngDevMode ? [undefined, { debugName: "disabled" }] : []));
27
- /**
28
- * A root node to correctly resolve the Document in custom environments. i.e.,
29
- * Iframes, Electron.
30
- */
31
- getRootNode = input(...(ngDevMode ? [undefined, { debugName: "getRootNode" }] : []));
32
- /**
33
- * The controlled open state of the collapsible
34
- */
35
- open = input(...(ngDevMode ? [undefined, { debugName: "open" }] : []));
36
- /**
37
- * Function called when the animation ends in the closed state
38
- */
39
- exitCompleted = output();
40
- /**
41
- * Function called when {@link open} changes.
42
- */
43
- openChanged = output();
44
- collapsibleService = inject(CollapsibleContextService);
45
- injector = inject(Injector);
46
- document = inject(DOCUMENT);
47
- trackBindings = useTrackBindings(() => {
48
- return this.collapsibleService.context().getRootBindings();
49
- });
50
- ngOnInit() {
51
- const machine = useMachine(collapsibleMachine, computed(() => ({
52
- defaultOpen: this.defaultOpen(),
53
- dir: this.dir(),
54
- disabled: this.disabled(),
55
- forceMeasureOnOpen: true,
56
- getRootNode: this.getRootNode() || (() => this.document),
57
- onExitComplete: () => this.exitCompleted.emit(),
58
- onOpenChange: (open) => this.openChanged.emit(open),
59
- open: this.open(),
60
- })), this.injector);
61
- const collapsibleApi = computed(() => createCollapsibleApi(machine, normalizeProps), ...(ngDevMode ? [{ debugName: "collapsibleApi" }] : []));
62
- this.collapsibleService.init(collapsibleApi);
63
- this.trackBindings();
64
- }
65
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: CoreCollapsibleRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
66
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.10", type: CoreCollapsibleRootDirective, isStandalone: true, inputs: { defaultOpen: { classPropertyName: "defaultOpen", publicName: "defaultOpen", isSignal: true, isRequired: false, transformFunction: null }, dir: { classPropertyName: "dir", publicName: "dir", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, getRootNode: { classPropertyName: "getRootNode", publicName: "getRootNode", isSignal: true, isRequired: false, transformFunction: null }, open: { classPropertyName: "open", publicName: "open", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { exitCompleted: "exitCompleted", openChanged: "openChanged" }, ngImport: i0 });
67
- }
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: CoreCollapsibleRootDirective, decorators: [{
69
- type: Directive
70
- }], propDecorators: { defaultOpen: [{ type: i0.Input, args: [{ isSignal: true, alias: "defaultOpen", required: false }] }], dir: [{ type: i0.Input, args: [{ isSignal: true, alias: "dir", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], getRootNode: [{ type: i0.Input, args: [{ isSignal: true, alias: "getRootNode", required: false }] }], open: [{ type: i0.Input, args: [{ isSignal: true, alias: "open", required: false }] }], exitCompleted: [{ type: i0.Output, args: ["exitCompleted"] }], openChanged: [{ type: i0.Output, args: ["openChanged"] }] } });
71
- //# sourceMappingURL=core-collapsible-root.directive.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"core-collapsible-root.directive.js","sourceRoot":"","sources":["../../../src/collapsible/core-collapsible-root.directive.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,QAAQ,EAAC,MAAM,iBAAiB,CAAA;AACxC,OAAO,EACL,gBAAgB,EAChB,QAAQ,EACR,SAAS,EACT,MAAM,EACN,QAAQ,EACR,KAAK,EAEL,MAAM,GACP,MAAM,eAAe,CAAA;AAEtB,OAAO,EACL,cAAc,EACd,UAAU,EACV,gBAAgB,GACjB,MAAM,mCAAmC,CAAA;AAE1C,OAAO,EAEL,kBAAkB,EAClB,oBAAoB,GACrB,MAAM,+BAA+B,CAAA;AAKtC,OAAO,EAAC,yBAAyB,EAAC,MAAM,+BAA+B,CAAA;;AAGvE,MAAM,OAAO,4BAA4B;IAGvC;;;OAGG;IACM,WAAW,GAAG,KAAK,CAAkC,SAAS,+CACrE,SAAS,EAAE,gBAAgB,OAD4C;YACvE,SAAS,EAAE,gBAAgB;SAC5B,GAAC,CAAA;IAEF;;;;OAIG;IACM,GAAG,GAAG,KAAK,CAAwB,SAAS,+CAAC,CAAA;IAEtD;;OAEG;IACM,QAAQ,GAAG,KAAK,8DAAuB,CAAA;IAEhD;;;OAGG;IACM,WAAW,GAAG,KAAK,iEAEzB,CAAA;IAEH;;OAEG;IACM,IAAI,GAAG,KAAK,0DAAuB,CAAA;IAE5C;;OAEG;IACM,aAAa,GAAG,MAAM,EAAQ,CAAA;IAEvC;;OAEG;IACM,WAAW,GAAG,MAAM,EAAW,CAAA;IAE/B,kBAAkB,GAAG,MAAM,CAAC,yBAAyB,CAAC,CAAA;IAE9C,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAA;IAC3B,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAA;IAEzB,aAAa,GAAG,gBAAgB,CAAC,GAAG,EAAE;QACvD,OAAO,IAAI,CAAC,kBAAkB,CAAC,OAAO,EAAE,CAAC,eAAe,EAAE,CAAA;IAC5D,CAAC,CAAC,CAAA;IAEF,QAAQ;QACN,MAAM,OAAO,GAAG,UAAU,CACxB,kBAAkB,EAClB,QAAQ,CAAgC,GAAG,EAAE,CAAC,CAAC;YAC7C,WAAW,EAAE,IAAI,CAAC,WAAW,EAAE;YAC/B,GAAG,EAAE,IAAI,CAAC,GAAG,EAAE;YACf,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE;YACzB,kBAAkB,EAAE,IAAI;YACxB,WAAW,EAAE,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;YACxD,cAAc,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC,IAAI,EAAE;YAC/C,YAAY,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC;YACnD,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE;SAClB,CAAC,CAAC,EACH,IAAI,CAAC,QAAQ,CACd,CAAA;QAED,MAAM,cAAc,GAAG,QAAQ,CAAC,GAAG,EAAE,CACnC,oBAAoB,CAAC,OAAO,EAAE,cAAc,CAAC,0DAC9C,CAAA;QAED,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,cAAc,CAAC,CAAA;QAE5C,IAAI,CAAC,aAAa,EAAE,CAAA;IACtB,CAAC;wGA9EU,4BAA4B;4FAA5B,4BAA4B;;4FAA5B,4BAA4B;kBADxC,SAAS","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {DOCUMENT} from \"@angular/common\"\nimport {\n booleanAttribute,\n computed,\n Directive,\n inject,\n Injector,\n input,\n type OnInit,\n output,\n} from \"@angular/core\"\n\nimport {\n normalizeProps,\n useMachine,\n useTrackBindings,\n} from \"@qualcomm-ui/angular-core/machine\"\nimport type {SignalifyInput} from \"@qualcomm-ui/angular-core/signals\"\nimport {\n type CollapsibleApiProps,\n collapsibleMachine,\n createCollapsibleApi,\n} from \"@qualcomm-ui/core/collapsible\"\nimport type {Booleanish} from \"@qualcomm-ui/utils/coercion\"\nimport type {Direction} from \"@qualcomm-ui/utils/direction\"\nimport type {Explicit} from \"@qualcomm-ui/utils/guard\"\n\nimport {CollapsibleContextService} from \"./collapsible-context.service\"\n\n@Directive()\nexport class CoreCollapsibleRootDirective\n implements OnInit, SignalifyInput<CollapsibleApiProps>\n{\n /**\n * The initial open state of the collapsible when rendered.\n * Use when you don't need to control the open state of the collapsible.\n */\n readonly defaultOpen = input<boolean | undefined, Booleanish>(undefined, {\n transform: booleanAttribute,\n })\n\n /**\n * The document's text/writing direction.\n *\n * @default \"ltr\"\n */\n readonly dir = input<Direction | undefined>(undefined)\n\n /**\n * Whether the collapsible is disabled.\n */\n readonly disabled = input<boolean | undefined>()\n\n /**\n * A root node to correctly resolve the Document in custom environments. i.e.,\n * Iframes, Electron.\n */\n readonly getRootNode = input<\n (() => ShadowRoot | Document | Node) | undefined\n >()\n\n /**\n * The controlled open state of the collapsible\n */\n readonly open = input<boolean | undefined>()\n\n /**\n * Function called when the animation ends in the closed state\n */\n readonly exitCompleted = output<void>()\n\n /**\n * Function called when {@link open} changes.\n */\n readonly openChanged = output<boolean>()\n\n readonly collapsibleService = inject(CollapsibleContextService)\n\n private readonly injector = inject(Injector)\n private readonly document = inject(DOCUMENT)\n\n protected readonly trackBindings = useTrackBindings(() => {\n return this.collapsibleService.context().getRootBindings()\n })\n\n ngOnInit() {\n const machine = useMachine(\n collapsibleMachine,\n computed<Explicit<CollapsibleApiProps>>(() => ({\n defaultOpen: this.defaultOpen(),\n dir: this.dir(),\n disabled: this.disabled(),\n forceMeasureOnOpen: true,\n getRootNode: this.getRootNode() || (() => this.document),\n onExitComplete: () => this.exitCompleted.emit(),\n onOpenChange: (open) => this.openChanged.emit(open),\n open: this.open(),\n })),\n this.injector,\n )\n\n const collapsibleApi = computed(() =>\n createCollapsibleApi(machine, normalizeProps),\n )\n\n this.collapsibleService.init(collapsibleApi)\n\n this.trackBindings()\n }\n}\n"]}
@@ -1,32 +0,0 @@
1
- // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
- // SPDX-License-Identifier: BSD-3-Clause-Clear
3
- import { computed, Directive, input } from "@angular/core";
4
- import { useId, useOnDestroy } from "@qualcomm-ui/angular-core/common";
5
- import { useTrackBindings } from "@qualcomm-ui/angular-core/machine";
6
- import { useCollapsibleContext } from "./collapsible-context.service";
7
- import * as i0 from "@angular/core";
8
- export class CoreCollapsibleTriggerDirective {
9
- /**
10
- * {@link https://www.w3schools.com/html/html_id.asp id attribute}. If
11
- * omitted, a unique identifier will be generated for accessibility.
12
- */
13
- id = input(...(ngDevMode ? [undefined, { debugName: "id" }] : []));
14
- collapsibleContext = useCollapsibleContext();
15
- trackBindings = useTrackBindings(() => {
16
- return this.collapsibleContext().getTriggerBindings({
17
- id: this.hostId(),
18
- onDestroy: this.onDestroy,
19
- });
20
- });
21
- hostId = computed(() => useId(this, this.id()), ...(ngDevMode ? [{ debugName: "hostId" }] : []));
22
- onDestroy = useOnDestroy();
23
- ngOnInit() {
24
- this.trackBindings();
25
- }
26
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: CoreCollapsibleTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
27
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.10", type: CoreCollapsibleTriggerDirective, isStandalone: true, inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
28
- }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: CoreCollapsibleTriggerDirective, decorators: [{
30
- type: Directive
31
- }], propDecorators: { id: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }] } });
32
- //# sourceMappingURL=core-collapsible-trigger.directive.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"core-collapsible-trigger.directive.js","sourceRoot":"","sources":["../../../src/collapsible/core-collapsible-trigger.directive.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,QAAQ,EAAE,SAAS,EAAE,KAAK,EAAc,MAAM,eAAe,CAAA;AAErE,OAAO,EAAC,KAAK,EAAE,YAAY,EAAC,MAAM,kCAAkC,CAAA;AACpE,OAAO,EAAC,gBAAgB,EAAC,MAAM,mCAAmC,CAAA;AAElE,OAAO,EAAC,qBAAqB,EAAC,MAAM,+BAA+B,CAAA;;AAGnE,MAAM,OAAO,+BAA+B;IAC1C;;;OAGG;IACM,EAAE,GAAG,KAAK,wDAAU,CAAA;IAEV,kBAAkB,GAAG,qBAAqB,EAAE,CAAA;IAE5C,aAAa,GAAG,gBAAgB,CAAC,GAAG,EAAE;QACvD,OAAO,IAAI,CAAC,kBAAkB,EAAE,CAAC,kBAAkB,CAAC;YAClD,EAAE,EAAE,IAAI,CAAC,MAAM,EAAE;YACjB,SAAS,EAAE,IAAI,CAAC,SAAS;SAC1B,CAAC,CAAA;IACJ,CAAC,CAAC,CAAA;IAEe,MAAM,GAAG,QAAQ,CAAC,GAAG,EAAE,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,kDAAC,CAAA;IAE/C,SAAS,GAAG,YAAY,EAAE,CAAA;IAE3C,QAAQ;QACN,IAAI,CAAC,aAAa,EAAE,CAAA;IACtB,CAAC;wGAtBU,+BAA+B;4FAA/B,+BAA+B;;4FAA/B,+BAA+B;kBAD3C,SAAS","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {computed, Directive, input, type OnInit} from \"@angular/core\"\n\nimport {useId, useOnDestroy} from \"@qualcomm-ui/angular-core/common\"\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\n\nimport {useCollapsibleContext} from \"./collapsible-context.service\"\n\n@Directive()\nexport class CoreCollapsibleTriggerDirective implements OnInit {\n /**\n * {@link https://www.w3schools.com/html/html_id.asp id attribute}. If\n * omitted, a unique identifier will be generated for accessibility.\n */\n readonly id = input<string>()\n\n protected readonly collapsibleContext = useCollapsibleContext()\n\n protected readonly trackBindings = useTrackBindings(() => {\n return this.collapsibleContext().getTriggerBindings({\n id: this.hostId(),\n onDestroy: this.onDestroy,\n })\n })\n\n private readonly hostId = computed(() => useId(this, this.id()))\n\n private readonly onDestroy = useOnDestroy()\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n"]}
@@ -1,5 +0,0 @@
1
- export * from "./collapsible-context.service";
2
- export * from "./core-collapsible-content.directive";
3
- export * from "./core-collapsible-root.directive";
4
- export * from "./core-collapsible-trigger.directive";
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/collapsible/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAA;AAC7C,cAAc,sCAAsC,CAAA;AACpD,cAAc,mCAAmC,CAAA;AACjD,cAAc,sCAAsC,CAAA","sourcesContent":["export * from \"./collapsible-context.service\"\nexport * from \"./core-collapsible-content.directive\"\nexport * from \"./core-collapsible-root.directive\"\nexport * from \"./core-collapsible-trigger.directive\"\n"]}
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=qualcomm-ui-angular-core-collapsible.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"qualcomm-ui-angular-core-collapsible.js","sourceRoot":"","sources":["../../../src/collapsible/qualcomm-ui-angular-core-collapsible.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,SAAS,CAAC","sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"]}
@@ -1,2 +0,0 @@
1
- export * from "./use-list-collection";
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/collection/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA","sourcesContent":["export * from \"./use-list-collection\"\n"]}
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=qualcomm-ui-angular-core-collection.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"qualcomm-ui-angular-core-collection.js","sourceRoot":"","sources":["../../../src/collection/qualcomm-ui-angular-core-collection.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,SAAS,CAAC","sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-list-collection.js","sourceRoot":"","sources":["../../../src/collection/use-list-collection.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EACL,QAAQ,EACR,YAAY,GAGb,MAAM,eAAe,CAAA;AAEtB,OAAO,EAAC,SAAS,EAAC,MAAM,kCAAkC,CAAA;AAC1D,OAAO,EAAC,YAAY,EAAC,MAAM,mCAAmC,CAAA;AAC9D,OAAO,EACL,cAAc,GAEf,MAAM,+BAA+B,CAAA;AA4BtC;;GAEG;AACH,MAAM,UAAU,iBAAiB,CAC/B,KAAgC;IAEhC,MAAM,EACJ,MAAM,EAAE,UAAU,EAClB,UAAU,EAAE,cAAc,EAC1B,KAAK,EAAE,SAAS,EAChB,KAAK,EACL,GAAG,iBAAiB,EACrB,GAAG,KAAK,CAAA;IAET,IAAI,QAEH,CAAA;IACD,IAAI,OAAO,UAAU,KAAK,QAAQ,EAAE,CAAC;QACnC,MAAM,IAAI,GAAG,SAAS,CAAC,EAAC,WAAW,EAAE,MAAM,EAAC,CAAC,CAAA;QAC7C,QAAQ,GAAG,QAAQ,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,CAAC,CAAA;IAC/C,CAAC;SAAM,CAAC;QACN,QAAQ,GAAG,QAAQ,CAAC,GAAG,EAAE,CAAC,UAAU,CAAC,CAAA;IACvC,CAAC;IAED,MAAM,cAAc,GAAG,YAAY,CACjC,GAAG,EAAE,CACH,IAAI,cAAc,CAAC;QACjB,GAAG,iBAAiB;QACpB,KAAK,EAAE,YAAY,CAAC,SAAS,CAAC,IAAI,EAAE;KACrC,CAAC,0DACL,CAAA;IACD,MAAM,UAAU,GAAG,YAAY,CAAS,GAAG,EAAE,CAAC,cAAc,EAAE,EAAE,IAAI,EAAE,sDAAC,CAAA;IAEvE,MAAM,UAAU,GAAG,QAAQ,CAAC,GAAG,EAAE;QAC/B,IAAI,MAAM,GAAG,cAAc,EAAE,CAAA;QAC7B,MAAM,MAAM,GAAG,QAAQ,EAAE,CAAA;QAEzB,IAAI,UAAU,EAAE,IAAI,MAAM,EAAE,CAAC;YAC3B,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,UAAkB,EAAE,MAAc,EAAE,IAAO,EAAE,EAAE,CACrE,MAAM,CAAC,UAAU,EAAE,UAAU,EAAE,EAAE,IAAI,CAAC,CACvC,CAAA;QACH,CAAC;QAED,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;YAClB,MAAM,GAAG,IAAI,cAAc,CAAC;gBAC1B,GAAG,iBAAiB;gBACpB,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,CAAC;aACpC,CAAC,CAAA;QACJ,CAAC;QAED,OAAO,MAAM,CAAA;IACf,CAAC,sDAAC,CAAA;IAEF,OAAO;QACL,UAAU;QACV,UAAU;QACV,KAAK,EAAE,GAAG,EAAE;YACV,cAAc,CAAC,GAAG,CAChB,IAAI,cAAc,CAAC;gBACjB,GAAG,iBAAiB;gBACpB,KAAK,EAAE,YAAY,CAAC,SAAS,CAAC,IAAI,EAAE;aACrC,CAAC,CACH,CAAA;QACH,CAAC;KACF,CAAA;AACH,CAAC","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {\n computed,\n linkedSignal,\n type Signal,\n type WritableSignal,\n} from \"@angular/core\"\n\nimport {useFilter} from \"@qualcomm-ui/angular-core/locale\"\nimport {accessSignal} from \"@qualcomm-ui/angular-core/signals\"\nimport {\n ListCollection,\n type ListCollectionOptions,\n} from \"@qualcomm-ui/utils/collection\"\nimport type {FilterReturn} from \"@qualcomm-ui/utils/i18n\"\n\nexport interface UseListCollectionProps<T>\n extends Omit<ListCollectionOptions<T>, \"items\"> {\n /**\n * Filter strategy for the items. Use one of the predefined options, or pass as a\n * function for full control.\n *\n * @option `contains` - Checks if string contains substring using locale-aware exact matching\n * @option `endsWith` - Checks if string ends with substring using locale-aware exact matching\n * @option `startsWith` - Checks if string starts with substring using locale-aware exact matching\n * @option `fuzzyContains` - Checks if string contains substring within Levenshtein distance threshold\n */\n filter:\n | keyof FilterReturn\n | ((itemText: string, filterText: string, item: T) => boolean)\n /**\n * Optional filter text which will filter the items.\n */\n filterText?: Signal<string>\n /**\n * The items to use in the collection, prior to filtering.\n */\n items: Signal<T[]> | T[]\n limit?: number\n}\n\n/**\n * @returns an object containing the mutable collection and filterText\n */\nexport function useListCollection<T>(\n props: UseListCollectionProps<T>,\n): UseListCollectionReturn<T> {\n const {\n filter: filterProp,\n filterText: filterTextProp,\n items: itemsProp,\n limit,\n ...collectionOptions\n } = props\n\n let filterFn: Signal<\n ((itemText: string, filterText: string, item: T) => boolean) | undefined\n >\n if (typeof filterProp === \"string\") {\n const hook = useFilter({sensitivity: \"base\"})\n filterFn = computed(() => hook()[filterProp])\n } else {\n filterFn = computed(() => filterProp)\n }\n\n const baseCollection = linkedSignal(\n () =>\n new ListCollection({\n ...collectionOptions,\n items: accessSignal(itemsProp) ?? [],\n }),\n )\n const filterText = linkedSignal<string>(() => filterTextProp?.() || \"\")\n\n const collection = computed(() => {\n let result = baseCollection()\n const filter = filterFn()\n\n if (filterText() && filter) {\n result = result.filter((itemString: string, _index: number, item: T) =>\n filter(itemString, filterText(), item),\n )\n }\n\n if (limit != null) {\n result = new ListCollection({\n ...collectionOptions,\n items: result.items.slice(0, limit),\n })\n }\n\n return result\n })\n\n return {\n collection,\n filterText,\n reset: () => {\n baseCollection.set(\n new ListCollection({\n ...collectionOptions,\n items: accessSignal(itemsProp) ?? [],\n }),\n )\n },\n }\n}\n\nexport interface UseListCollectionReturn<T> {\n /**\n * The filtered collection. Pass this as input to your select/combobox.\n */\n collection: Signal<ListCollection<T>>\n /**\n * Mutable filter text which will filter the items when set. This may also be\n * passed as an input property to this hook.\n */\n filterText: WritableSignal<string>\n /**\n * Helper function to reset the collection to its initial state.\n */\n reset: () => void\n}\n"]}
@@ -1,14 +0,0 @@
1
- // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
- // SPDX-License-Identifier: BSD-3-Clause-Clear
3
- import { Injectable } from "@angular/core";
4
- import { BaseApiContextService, createApiContext, } from "@qualcomm-ui/angular-core/machine";
5
- import * as i0 from "@angular/core";
6
- export class ComboboxContextService extends BaseApiContextService {
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: ComboboxContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: ComboboxContextService });
9
- }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: ComboboxContextService, decorators: [{
11
- type: Injectable
12
- }] });
13
- export const [COMBOBOX_CONTEXT, useComboboxContext, provideComboboxContext,] = createApiContext("ComboboxContext", ComboboxContextService);
14
- //# sourceMappingURL=combobox-context.service.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"combobox-context.service.js","sourceRoot":"","sources":["../../../src/combobox/combobox-context.service.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,UAAU,EAAC,MAAM,eAAe,CAAA;AAExC,OAAO,EAEL,qBAAqB,EACrB,gBAAgB,GACjB,MAAM,mCAAmC,CAAA;;AAY1C,MAAM,OAAO,sBAAuB,SAAQ,qBAAkC;wGAAjE,sBAAsB;4GAAtB,sBAAsB;;4FAAtB,sBAAsB;kBADlC,UAAU;;AAGX,MAAM,CAAC,MAAM,CACX,gBAAgB,EAChB,kBAAkB,EAClB,sBAAsB,EACvB,GAA4B,gBAAgB,CAC3C,iBAAiB,EACjB,sBAAsB,CACvB,CAAA","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Injectable} from \"@angular/core\"\n\nimport {\n type ApiContext,\n BaseApiContextService,\n createApiContext,\n} from \"@qualcomm-ui/angular-core/machine\"\nimport type {\n ComboboxApi,\n ComboboxValueChangeDetails,\n} from \"@qualcomm-ui/core/combobox\"\n\nexport interface ComboboxValueChangeEvent<T>\n extends ComboboxValueChangeDetails<T> {\n value: string[]\n}\n\n@Injectable()\nexport class ComboboxContextService extends BaseApiContextService<ComboboxApi> {}\n\nexport const [\n COMBOBOX_CONTEXT,\n useComboboxContext,\n provideComboboxContext,\n]: ApiContext<ComboboxApi> = createApiContext<ComboboxApi>(\n \"ComboboxContext\",\n ComboboxContextService,\n)\n"]}
@@ -1,14 +0,0 @@
1
- // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
- // SPDX-License-Identifier: BSD-3-Clause-Clear
3
- import { Injectable } from "@angular/core";
4
- import { BaseApiContextService, createApiContext, } from "@qualcomm-ui/angular-core/machine";
5
- import * as i0 from "@angular/core";
6
- export class ComboboxItemContextService extends BaseApiContextService {
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: ComboboxItemContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: ComboboxItemContextService });
9
- }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: ComboboxItemContextService, decorators: [{
11
- type: Injectable
12
- }] });
13
- export const [COMBOBOX_ITEM_CONTEXT, useComboboxItemContext, provideComboboxItemContext,] = createApiContext("ComboboxItemContext", ComboboxItemContextService);
14
- //# sourceMappingURL=combobox-item-context.service.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"combobox-item-context.service.js","sourceRoot":"","sources":["../../../src/combobox/combobox-item-context.service.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,UAAU,EAAC,MAAM,eAAe,CAAA;AAExC,OAAO,EAEL,qBAAqB,EACrB,gBAAgB,GACjB,MAAM,mCAAmC,CAAA;;AAI1C,MAAM,OAAO,0BAA2B,SAAQ,qBAA0C;wGAA7E,0BAA0B;4GAA1B,0BAA0B;;4FAA1B,0BAA0B;kBADtC,UAAU;;AAGX,MAAM,CAAC,MAAM,CACX,qBAAqB,EACrB,sBAAsB,EACtB,0BAA0B,EAC3B,GAAoC,gBAAgB,CACnD,qBAAqB,EACrB,0BAA0B,CAC3B,CAAA","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Injectable} from \"@angular/core\"\n\nimport {\n type ApiContext,\n BaseApiContextService,\n createApiContext,\n} from \"@qualcomm-ui/angular-core/machine\"\nimport type {ComboboxItemContext} from \"@qualcomm-ui/core/combobox\"\n\n@Injectable()\nexport class ComboboxItemContextService extends BaseApiContextService<ComboboxItemContext> {}\n\nexport const [\n COMBOBOX_ITEM_CONTEXT,\n useComboboxItemContext,\n provideComboboxItemContext,\n]: ApiContext<ComboboxItemContext> = createApiContext<ComboboxItemContext>(\n \"ComboboxItemContext\",\n ComboboxItemContextService,\n)\n"]}
@@ -1,14 +0,0 @@
1
- // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
- // SPDX-License-Identifier: BSD-3-Clause-Clear
3
- import { Injectable } from "@angular/core";
4
- import { BaseApiContextService, createApiContext, } from "@qualcomm-ui/angular-core/machine";
5
- import * as i0 from "@angular/core";
6
- export class ComboboxItemGroupContextService extends BaseApiContextService {
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: ComboboxItemGroupContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: ComboboxItemGroupContextService });
9
- }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: ComboboxItemGroupContextService, decorators: [{
11
- type: Injectable
12
- }] });
13
- export const [COMBOBOX_ITEM_GROUP_CONTEXT, useComboboxItemGroupContext, provideComboboxItemGroupContext,] = createApiContext("ComboboxItemGroupContext", ComboboxItemGroupContextService);
14
- //# sourceMappingURL=combobox-item-group-context.service.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"combobox-item-group-context.service.js","sourceRoot":"","sources":["../../../src/combobox/combobox-item-group-context.service.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,UAAU,EAAC,MAAM,eAAe,CAAA;AAExC,OAAO,EAEL,qBAAqB,EACrB,gBAAgB,GACjB,MAAM,mCAAmC,CAAA;;AAI1C,MAAM,OAAO,+BAAgC,SAAQ,qBAAgD;wGAAxF,+BAA+B;4GAA/B,+BAA+B;;4FAA/B,+BAA+B;kBAD3C,UAAU;;AAGX,MAAM,CAAC,MAAM,CACX,2BAA2B,EAC3B,2BAA2B,EAC3B,+BAA+B,EAChC,GACC,gBAAgB,CACd,0BAA0B,EAC1B,+BAA+B,CAChC,CAAA","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Injectable} from \"@angular/core\"\n\nimport {\n type ApiContext,\n BaseApiContextService,\n createApiContext,\n} from \"@qualcomm-ui/angular-core/machine\"\nimport type {ComboboxApiItemGroupProps} from \"@qualcomm-ui/core/combobox\"\n\n@Injectable()\nexport class ComboboxItemGroupContextService extends BaseApiContextService<ComboboxApiItemGroupProps> {}\n\nexport const [\n COMBOBOX_ITEM_GROUP_CONTEXT,\n useComboboxItemGroupContext,\n provideComboboxItemGroupContext,\n]: ApiContext<ComboboxApiItemGroupProps> =\n createApiContext<ComboboxApiItemGroupProps>(\n \"ComboboxItemGroupContext\",\n ComboboxItemGroupContextService,\n )\n"]}
@@ -1,30 +0,0 @@
1
- // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
- // SPDX-License-Identifier: BSD-3-Clause-Clear
3
- import { computed, Directive, input } from "@angular/core";
4
- import { useId, useOnDestroy } from "@qualcomm-ui/angular-core/common";
5
- import { useTrackBindings } from "@qualcomm-ui/angular-core/machine";
6
- import { useComboboxContext } from "./combobox-context.service";
7
- import * as i0 from "@angular/core";
8
- export class CoreComboboxClearTriggerDirective {
9
- /**
10
- * {@link https://www.w3schools.com/html/html_id.asp id attribute}. If
11
- * omitted, a unique identifier will be generated for accessibility.
12
- */
13
- id = input(...(ngDevMode ? [undefined, { debugName: "id" }] : []));
14
- comboboxContext = useComboboxContext();
15
- hostId = computed(() => useId(this, this.id()), ...(ngDevMode ? [{ debugName: "hostId" }] : []));
16
- onDestroy = useOnDestroy();
17
- trackBindings = useTrackBindings(() => this.comboboxContext().getClearTriggerBindings({
18
- id: this.hostId(),
19
- onDestroy: this.onDestroy,
20
- }));
21
- ngOnInit() {
22
- this.trackBindings();
23
- }
24
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: CoreComboboxClearTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
25
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.10", type: CoreComboboxClearTriggerDirective, isStandalone: true, inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
26
- }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: CoreComboboxClearTriggerDirective, decorators: [{
28
- type: Directive
29
- }], propDecorators: { id: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }] } });
30
- //# sourceMappingURL=core-combobox-clear-trigger.directive.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"core-combobox-clear-trigger.directive.js","sourceRoot":"","sources":["../../../src/combobox/core-combobox-clear-trigger.directive.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,QAAQ,EAAE,SAAS,EAAE,KAAK,EAAc,MAAM,eAAe,CAAA;AAErE,OAAO,EAAC,KAAK,EAAE,YAAY,EAAC,MAAM,kCAAkC,CAAA;AACpE,OAAO,EAAC,gBAAgB,EAAC,MAAM,mCAAmC,CAAA;AAElE,OAAO,EAAC,kBAAkB,EAAC,MAAM,4BAA4B,CAAA;;AAG7D,MAAM,OAAO,iCAAiC;IAC5C;;;OAGG;IACM,EAAE,GAAG,KAAK,wDAAU,CAAA;IAEV,eAAe,GAAG,kBAAkB,EAAE,CAAA;IACtC,MAAM,GAAG,QAAQ,CAAC,GAAG,EAAE,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,kDAAC,CAAA;IAC/C,SAAS,GAAG,YAAY,EAAE,CAAA;IAE1B,aAAa,GAAG,gBAAgB,CAAC,GAAG,EAAE,CACvD,IAAI,CAAC,eAAe,EAAE,CAAC,uBAAuB,CAAC;QAC7C,EAAE,EAAE,IAAI,CAAC,MAAM,EAAE;QACjB,SAAS,EAAE,IAAI,CAAC,SAAS;KAC1B,CAAC,CACH,CAAA;IAED,QAAQ;QACN,IAAI,CAAC,aAAa,EAAE,CAAA;IACtB,CAAC;wGApBU,iCAAiC;4FAAjC,iCAAiC;;4FAAjC,iCAAiC;kBAD7C,SAAS","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {computed, Directive, input, type OnInit} from \"@angular/core\"\n\nimport {useId, useOnDestroy} from \"@qualcomm-ui/angular-core/common\"\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\n\nimport {useComboboxContext} from \"./combobox-context.service\"\n\n@Directive()\nexport class CoreComboboxClearTriggerDirective implements OnInit {\n /**\n * {@link https://www.w3schools.com/html/html_id.asp id attribute}. If\n * omitted, a unique identifier will be generated for accessibility.\n */\n readonly id = input<string>()\n\n protected readonly comboboxContext = useComboboxContext()\n protected readonly hostId = computed(() => useId(this, this.id()))\n protected readonly onDestroy = useOnDestroy()\n\n protected readonly trackBindings = useTrackBindings(() =>\n this.comboboxContext().getClearTriggerBindings({\n id: this.hostId(),\n onDestroy: this.onDestroy,\n }),\n )\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n"]}
@@ -1,34 +0,0 @@
1
- // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
- // SPDX-License-Identifier: BSD-3-Clause-Clear
3
- import { computed, Directive, inject, input } from "@angular/core";
4
- import { useId, useOnDestroy } from "@qualcomm-ui/angular-core/common";
5
- import { useTrackBindings } from "@qualcomm-ui/angular-core/machine";
6
- import { PresenceContextService, usePresenceRenderer, } from "@qualcomm-ui/angular-core/presence";
7
- import { mergeProps } from "@qualcomm-ui/utils/merge-props";
8
- import { useComboboxContext } from "./combobox-context.service";
9
- import * as i0 from "@angular/core";
10
- export class CoreComboboxContentDirective {
11
- /**
12
- * {@link https://www.w3schools.com/html/html_id.asp id attribute}. If
13
- * omitted, a unique identifier will be generated for accessibility.
14
- */
15
- id = input(...(ngDevMode ? [undefined, { debugName: "id" }] : []));
16
- hostId = computed(() => useId(this, this.id()), ...(ngDevMode ? [{ debugName: "hostId" }] : []));
17
- comboboxContext = useComboboxContext();
18
- onDestroy = useOnDestroy();
19
- presenceService = inject(PresenceContextService);
20
- presenceRendererEffect = usePresenceRenderer();
21
- trackBindings = useTrackBindings(() => mergeProps(this.comboboxContext().getContentBindings({
22
- id: this.hostId(),
23
- onDestroy: this.onDestroy,
24
- }), this.presenceService.getPresenceBindings()));
25
- ngOnInit() {
26
- this.trackBindings();
27
- }
28
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: CoreComboboxContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
29
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.10", type: CoreComboboxContentDirective, isStandalone: true, inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
30
- }
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: CoreComboboxContentDirective, decorators: [{
32
- type: Directive
33
- }], propDecorators: { id: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }] } });
34
- //# sourceMappingURL=core-combobox-content.directive.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"core-combobox-content.directive.js","sourceRoot":"","sources":["../../../src/combobox/core-combobox-content.directive.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,QAAQ,EAAE,SAAS,EAAE,MAAM,EAAE,KAAK,EAAc,MAAM,eAAe,CAAA;AAE7E,OAAO,EAAC,KAAK,EAAE,YAAY,EAAC,MAAM,kCAAkC,CAAA;AACpE,OAAO,EAAC,gBAAgB,EAAC,MAAM,mCAAmC,CAAA;AAClE,OAAO,EACL,sBAAsB,EACtB,mBAAmB,GACpB,MAAM,oCAAoC,CAAA;AAC3C,OAAO,EAAC,UAAU,EAAC,MAAM,gCAAgC,CAAA;AAEzD,OAAO,EAAC,kBAAkB,EAAC,MAAM,4BAA4B,CAAA;;AAG7D,MAAM,OAAO,4BAA4B;IACvC;;;OAGG;IACM,EAAE,GAAG,KAAK,wDAAU,CAAA;IAEV,MAAM,GAAG,QAAQ,CAAC,GAAG,EAAE,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,kDAAC,CAAA;IAE/C,eAAe,GAAG,kBAAkB,EAAE,CAAA;IAEtC,SAAS,GAAG,YAAY,EAAE,CAAA;IAE1B,eAAe,GAAG,MAAM,CAAC,sBAAsB,CAAC,CAAA;IAEhD,sBAAsB,GAAG,mBAAmB,EAAE,CAAA;IAE9C,aAAa,GAAG,gBAAgB,CAAC,GAAG,EAAE,CACvD,UAAU,CACR,IAAI,CAAC,eAAe,EAAE,CAAC,kBAAkB,CAAC;QACxC,EAAE,EAAE,IAAI,CAAC,MAAM,EAAE;QACjB,SAAS,EAAE,IAAI,CAAC,SAAS;KAC1B,CAAC,EACF,IAAI,CAAC,eAAe,CAAC,mBAAmB,EAAE,CAC3C,CACF,CAAA;IAED,QAAQ;QACN,IAAI,CAAC,aAAa,EAAE,CAAA;IACtB,CAAC;wGA7BU,4BAA4B;4FAA5B,4BAA4B;;4FAA5B,4BAA4B;kBADxC,SAAS","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {computed, Directive, inject, input, type OnInit} from \"@angular/core\"\n\nimport {useId, useOnDestroy} from \"@qualcomm-ui/angular-core/common\"\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\nimport {\n PresenceContextService,\n usePresenceRenderer,\n} from \"@qualcomm-ui/angular-core/presence\"\nimport {mergeProps} from \"@qualcomm-ui/utils/merge-props\"\n\nimport {useComboboxContext} from \"./combobox-context.service\"\n\n@Directive()\nexport class CoreComboboxContentDirective implements OnInit {\n /**\n * {@link https://www.w3schools.com/html/html_id.asp id attribute}. If\n * omitted, a unique identifier will be generated for accessibility.\n */\n readonly id = input<string>()\n\n protected readonly hostId = computed(() => useId(this, this.id()))\n\n protected readonly comboboxContext = useComboboxContext()\n\n protected readonly onDestroy = useOnDestroy()\n\n protected readonly presenceService = inject(PresenceContextService)\n\n protected readonly presenceRendererEffect = usePresenceRenderer()\n\n protected readonly trackBindings = useTrackBindings(() =>\n mergeProps(\n this.comboboxContext().getContentBindings({\n id: this.hostId(),\n onDestroy: this.onDestroy,\n }),\n this.presenceService.getPresenceBindings(),\n ),\n )\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n"]}
@@ -1,30 +0,0 @@
1
- // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
- // SPDX-License-Identifier: BSD-3-Clause-Clear
3
- import { computed, Directive, input } from "@angular/core";
4
- import { useId, useOnDestroy } from "@qualcomm-ui/angular-core/common";
5
- import { useTrackBindings } from "@qualcomm-ui/angular-core/machine";
6
- import { useComboboxContext } from "./combobox-context.service";
7
- import * as i0 from "@angular/core";
8
- export class CoreComboboxControlDirective {
9
- /**
10
- * {@link https://www.w3schools.com/html/html_id.asp id attribute}. If
11
- * omitted, a unique identifier will be generated for accessibility.
12
- */
13
- id = input(...(ngDevMode ? [undefined, { debugName: "id" }] : []));
14
- comboboxContext = useComboboxContext();
15
- hostId = computed(() => useId(this, this.id()), ...(ngDevMode ? [{ debugName: "hostId" }] : []));
16
- onDestroy = useOnDestroy();
17
- trackBindings = useTrackBindings(() => this.comboboxContext().getControlBindings({
18
- id: this.hostId(),
19
- onDestroy: this.onDestroy,
20
- }));
21
- ngOnInit() {
22
- this.trackBindings();
23
- }
24
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: CoreComboboxControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
25
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.10", type: CoreComboboxControlDirective, isStandalone: true, inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
26
- }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: CoreComboboxControlDirective, decorators: [{
28
- type: Directive
29
- }], propDecorators: { id: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }] } });
30
- //# sourceMappingURL=core-combobox-control.directive.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"core-combobox-control.directive.js","sourceRoot":"","sources":["../../../src/combobox/core-combobox-control.directive.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,QAAQ,EAAE,SAAS,EAAE,KAAK,EAAc,MAAM,eAAe,CAAA;AAErE,OAAO,EAAC,KAAK,EAAE,YAAY,EAAC,MAAM,kCAAkC,CAAA;AACpE,OAAO,EAAC,gBAAgB,EAAC,MAAM,mCAAmC,CAAA;AAElE,OAAO,EAAC,kBAAkB,EAAC,MAAM,4BAA4B,CAAA;;AAG7D,MAAM,OAAO,4BAA4B;IACvC;;;OAGG;IACM,EAAE,GAAG,KAAK,wDAAU,CAAA;IAEV,eAAe,GAAG,kBAAkB,EAAE,CAAA;IACtC,MAAM,GAAG,QAAQ,CAAC,GAAG,EAAE,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,kDAAC,CAAA;IAC/C,SAAS,GAAG,YAAY,EAAE,CAAA;IAE1B,aAAa,GAAG,gBAAgB,CAAC,GAAG,EAAE,CACvD,IAAI,CAAC,eAAe,EAAE,CAAC,kBAAkB,CAAC;QACxC,EAAE,EAAE,IAAI,CAAC,MAAM,EAAE;QACjB,SAAS,EAAE,IAAI,CAAC,SAAS;KAC1B,CAAC,CACH,CAAA;IAED,QAAQ;QACN,IAAI,CAAC,aAAa,EAAE,CAAA;IACtB,CAAC;wGApBU,4BAA4B;4FAA5B,4BAA4B;;4FAA5B,4BAA4B;kBADxC,SAAS","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {computed, Directive, input, type OnInit} from \"@angular/core\"\n\nimport {useId, useOnDestroy} from \"@qualcomm-ui/angular-core/common\"\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\n\nimport {useComboboxContext} from \"./combobox-context.service\"\n\n@Directive()\nexport class CoreComboboxControlDirective implements OnInit {\n /**\n * {@link https://www.w3schools.com/html/html_id.asp id attribute}. If\n * omitted, a unique identifier will be generated for accessibility.\n */\n readonly id = input<string>()\n\n protected readonly comboboxContext = useComboboxContext()\n protected readonly hostId = computed(() => useId(this, this.id()))\n protected readonly onDestroy = useOnDestroy()\n\n protected readonly trackBindings = useTrackBindings(() =>\n this.comboboxContext().getControlBindings({\n id: this.hostId(),\n onDestroy: this.onDestroy,\n }),\n )\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n"]}
@@ -1,19 +0,0 @@
1
- // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
- // SPDX-License-Identifier: BSD-3-Clause-Clear
3
- import { Directive } from "@angular/core";
4
- import { useTrackBindings } from "@qualcomm-ui/angular-core/machine";
5
- import { useComboboxContext } from "./combobox-context.service";
6
- import * as i0 from "@angular/core";
7
- export class CoreComboboxEmptyDirective {
8
- comboboxContext = useComboboxContext();
9
- trackBindings = useTrackBindings(() => this.comboboxContext().getEmptyBindings());
10
- ngOnInit() {
11
- this.trackBindings();
12
- }
13
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: CoreComboboxEmptyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
14
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.10", type: CoreComboboxEmptyDirective, isStandalone: true, ngImport: i0 });
15
- }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: CoreComboboxEmptyDirective, decorators: [{
17
- type: Directive
18
- }] });
19
- //# sourceMappingURL=core-combobox-empty.directive.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"core-combobox-empty.directive.js","sourceRoot":"","sources":["../../../src/combobox/core-combobox-empty.directive.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,SAAS,EAAc,MAAM,eAAe,CAAA;AAEpD,OAAO,EAAC,gBAAgB,EAAC,MAAM,mCAAmC,CAAA;AAElE,OAAO,EAAC,kBAAkB,EAAC,MAAM,4BAA4B,CAAA;;AAG7D,MAAM,OAAO,0BAA0B;IAClB,eAAe,GAAG,kBAAkB,EAAE,CAAA;IAEtC,aAAa,GAAG,gBAAgB,CAAC,GAAG,EAAE,CACvD,IAAI,CAAC,eAAe,EAAE,CAAC,gBAAgB,EAAE,CAC1C,CAAA;IAED,QAAQ;QACN,IAAI,CAAC,aAAa,EAAE,CAAA;IACtB,CAAC;wGATU,0BAA0B;4FAA1B,0BAA0B;;4FAA1B,0BAA0B;kBADtC,SAAS","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive, type OnInit} from \"@angular/core\"\n\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\n\nimport {useComboboxContext} from \"./combobox-context.service\"\n\n@Directive()\nexport class CoreComboboxEmptyDirective implements OnInit {\n protected readonly comboboxContext = useComboboxContext()\n\n protected readonly trackBindings = useTrackBindings(() =>\n this.comboboxContext().getEmptyBindings(),\n )\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n"]}