@qualcomm-ui/angular-core 1.0.2 → 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 (1593) hide show
  1. package/accordion/index.d.ts +160 -10
  2. package/accordion/index.d.ts.map +1 -1
  3. package/attributes/index.d.ts +19 -3
  4. package/attributes/index.d.ts.map +1 -1
  5. package/avatar/index.d.ts +102 -6
  6. package/avatar/index.d.ts.map +1 -1
  7. package/checkbox/index.d.ts +250 -10
  8. package/checkbox/index.d.ts.map +1 -1
  9. package/collapsible/index.d.ts +101 -5
  10. package/collapsible/index.d.ts.map +1 -1
  11. package/collection/index.d.ts +48 -2
  12. package/collection/index.d.ts.map +1 -1
  13. package/combobox/index.d.ts +532 -21
  14. package/combobox/index.d.ts.map +1 -1
  15. package/common/index.d.ts +84 -10
  16. package/common/index.d.ts.map +1 -1
  17. package/dialog/index.d.ts +300 -12
  18. package/dialog/index.d.ts.map +1 -1
  19. package/dom/index.d.ts +162 -8
  20. package/dom/index.d.ts.map +1 -1
  21. package/events/index.d.ts +40 -3
  22. package/events/index.d.ts.map +1 -1
  23. package/fesm2022/qualcomm-ui-angular-core-accordion.mjs +269 -0
  24. package/fesm2022/qualcomm-ui-angular-core-accordion.mjs.map +1 -0
  25. package/fesm2022/qualcomm-ui-angular-core-attributes.mjs +39 -0
  26. package/fesm2022/qualcomm-ui-angular-core-attributes.mjs.map +1 -0
  27. package/fesm2022/qualcomm-ui-angular-core-avatar.mjs +143 -0
  28. package/fesm2022/qualcomm-ui-angular-core-avatar.mjs.map +1 -0
  29. package/fesm2022/qualcomm-ui-angular-core-checkbox.mjs +541 -0
  30. package/fesm2022/qualcomm-ui-angular-core-checkbox.mjs.map +1 -0
  31. package/fesm2022/qualcomm-ui-angular-core-collapsible.mjs +143 -0
  32. package/fesm2022/qualcomm-ui-angular-core-collapsible.mjs.map +1 -0
  33. package/{esm2022/collection/use-list-collection.js → fesm2022/qualcomm-ui-angular-core-collection.mjs} +13 -6
  34. package/fesm2022/qualcomm-ui-angular-core-collection.mjs.map +1 -0
  35. package/fesm2022/qualcomm-ui-angular-core-combobox.mjs +797 -0
  36. package/fesm2022/qualcomm-ui-angular-core-combobox.mjs.map +1 -0
  37. package/fesm2022/qualcomm-ui-angular-core-common.mjs +121 -0
  38. package/fesm2022/qualcomm-ui-angular-core-common.mjs.map +1 -0
  39. package/fesm2022/qualcomm-ui-angular-core-dialog.mjs +490 -0
  40. package/fesm2022/qualcomm-ui-angular-core-dialog.mjs.map +1 -0
  41. package/fesm2022/qualcomm-ui-angular-core-dom.mjs +236 -0
  42. package/fesm2022/qualcomm-ui-angular-core-dom.mjs.map +1 -0
  43. package/{esm2022/events/listener.service.js → fesm2022/qualcomm-ui-angular-core-events.mjs} +62 -8
  44. package/fesm2022/qualcomm-ui-angular-core-events.mjs.map +1 -0
  45. package/{esm2022/forms/form-utils.js → fesm2022/qualcomm-ui-angular-core-forms.mjs} +36 -6
  46. package/fesm2022/qualcomm-ui-angular-core-forms.mjs.map +1 -0
  47. package/{esm2022/highlight/highlight.directive.js → fesm2022/qualcomm-ui-angular-core-highlight.mjs} +15 -8
  48. package/fesm2022/qualcomm-ui-angular-core-highlight.mjs.map +1 -0
  49. package/fesm2022/qualcomm-ui-angular-core-inline-notification.mjs +203 -0
  50. package/fesm2022/qualcomm-ui-angular-core-inline-notification.mjs.map +1 -0
  51. package/fesm2022/qualcomm-ui-angular-core-input.mjs +598 -0
  52. package/fesm2022/qualcomm-ui-angular-core-input.mjs.map +1 -0
  53. package/fesm2022/qualcomm-ui-angular-core-locale.mjs +35 -0
  54. package/fesm2022/qualcomm-ui-angular-core-locale.mjs.map +1 -0
  55. package/{esm2022/lorem-ipsum/lorem-ipsum.directive.js → fesm2022/qualcomm-ui-angular-core-lorem-ipsum.mjs} +16 -9
  56. package/fesm2022/qualcomm-ui-angular-core-lorem-ipsum.mjs.map +1 -0
  57. package/{esm2022/lucide/provide-icons.js → fesm2022/qualcomm-ui-angular-core-lucide.mjs} +14 -4
  58. package/fesm2022/qualcomm-ui-angular-core-lucide.mjs.map +1 -0
  59. package/fesm2022/qualcomm-ui-angular-core-machine.mjs +1186 -0
  60. package/fesm2022/qualcomm-ui-angular-core-machine.mjs.map +1 -0
  61. package/fesm2022/qualcomm-ui-angular-core-menu.mjs +818 -0
  62. package/fesm2022/qualcomm-ui-angular-core-menu.mjs.map +1 -0
  63. package/fesm2022/qualcomm-ui-angular-core-number-input.mjs +703 -0
  64. package/fesm2022/qualcomm-ui-angular-core-number-input.mjs.map +1 -0
  65. package/{esm2022/observers/intersection-observer.directive.js → fesm2022/qualcomm-ui-angular-core-observers.mjs} +16 -9
  66. package/fesm2022/qualcomm-ui-angular-core-observers.mjs.map +1 -0
  67. package/fesm2022/qualcomm-ui-angular-core-pagination.mjs +276 -0
  68. package/fesm2022/qualcomm-ui-angular-core-pagination.mjs.map +1 -0
  69. package/fesm2022/qualcomm-ui-angular-core-password-input.mjs +323 -0
  70. package/fesm2022/qualcomm-ui-angular-core-password-input.mjs.map +1 -0
  71. package/fesm2022/qualcomm-ui-angular-core-popover.mjs +410 -0
  72. package/fesm2022/qualcomm-ui-angular-core-popover.mjs.map +1 -0
  73. package/fesm2022/qualcomm-ui-angular-core-portal.mjs +255 -0
  74. package/fesm2022/qualcomm-ui-angular-core-portal.mjs.map +1 -0
  75. package/fesm2022/qualcomm-ui-angular-core-presence.mjs +157 -0
  76. package/fesm2022/qualcomm-ui-angular-core-presence.mjs.map +1 -0
  77. package/fesm2022/qualcomm-ui-angular-core-progress-ring.mjs +183 -0
  78. package/fesm2022/qualcomm-ui-angular-core-progress-ring.mjs.map +1 -0
  79. package/fesm2022/qualcomm-ui-angular-core-progress.mjs +242 -0
  80. package/fesm2022/qualcomm-ui-angular-core-progress.mjs.map +1 -0
  81. package/fesm2022/qualcomm-ui-angular-core-radio.mjs +564 -0
  82. package/fesm2022/qualcomm-ui-angular-core-radio.mjs.map +1 -0
  83. package/fesm2022/qualcomm-ui-angular-core-segmented-control.mjs +193 -0
  84. package/fesm2022/qualcomm-ui-angular-core-segmented-control.mjs.map +1 -0
  85. package/fesm2022/qualcomm-ui-angular-core-select.mjs +578 -0
  86. package/fesm2022/qualcomm-ui-angular-core-select.mjs.map +1 -0
  87. package/fesm2022/qualcomm-ui-angular-core-signals.mjs +179 -0
  88. package/fesm2022/qualcomm-ui-angular-core-signals.mjs.map +1 -0
  89. package/fesm2022/qualcomm-ui-angular-core-state.mjs +197 -0
  90. package/fesm2022/qualcomm-ui-angular-core-state.mjs.map +1 -0
  91. package/fesm2022/qualcomm-ui-angular-core-switch.mjs +211 -0
  92. package/fesm2022/qualcomm-ui-angular-core-switch.mjs.map +1 -0
  93. package/fesm2022/qualcomm-ui-angular-core-tabs.mjs +366 -0
  94. package/fesm2022/qualcomm-ui-angular-core-tabs.mjs.map +1 -0
  95. package/fesm2022/qualcomm-ui-angular-core-text-area.mjs +4 -0
  96. package/fesm2022/qualcomm-ui-angular-core-text-area.mjs.map +1 -0
  97. package/fesm2022/qualcomm-ui-angular-core-text-input.mjs +234 -0
  98. package/fesm2022/qualcomm-ui-angular-core-text-input.mjs.map +1 -0
  99. package/fesm2022/qualcomm-ui-angular-core-toast.mjs +170 -0
  100. package/fesm2022/qualcomm-ui-angular-core-toast.mjs.map +1 -0
  101. package/fesm2022/qualcomm-ui-angular-core-tooltip.mjs +214 -0
  102. package/fesm2022/qualcomm-ui-angular-core-tooltip.mjs.map +1 -0
  103. package/fesm2022/qualcomm-ui-angular-core-virtual.mjs +191 -0
  104. package/fesm2022/qualcomm-ui-angular-core-virtual.mjs.map +1 -0
  105. package/{esm2022/index.js → fesm2022/qualcomm-ui-angular-core.mjs} +5 -2
  106. package/fesm2022/qualcomm-ui-angular-core.mjs.map +1 -0
  107. package/forms/index.d.ts +37 -3
  108. package/forms/index.d.ts.map +1 -1
  109. package/highlight/index.d.ts +32 -2
  110. package/highlight/index.d.ts.map +1 -1
  111. package/index.d.ts +3 -2
  112. package/index.d.ts.map +1 -1
  113. package/inline-notification/index.d.ts +139 -8
  114. package/inline-notification/index.d.ts.map +1 -1
  115. package/input/index.d.ts +190 -4
  116. package/input/index.d.ts.map +1 -1
  117. package/locale/index.d.ts +24 -3
  118. package/locale/index.d.ts.map +1 -1
  119. package/lorem-ipsum/index.d.ts +47 -2
  120. package/lorem-ipsum/index.d.ts.map +1 -1
  121. package/lucide/index.d.ts +53 -3
  122. package/lucide/index.d.ts.map +1 -1
  123. package/machine/index.d.ts +214 -14
  124. package/machine/index.d.ts.map +1 -1
  125. package/menu/index.d.ts +476 -24
  126. package/menu/index.d.ts.map +1 -1
  127. package/number-input/index.d.ts +321 -14
  128. package/number-input/index.d.ts.map +1 -1
  129. package/observers/index.d.ts +16 -2
  130. package/observers/index.d.ts.map +1 -1
  131. package/package.json +89 -89
  132. package/pagination/index.d.ts +171 -10
  133. package/pagination/index.d.ts.map +1 -1
  134. package/password-input/index.d.ts +196 -11
  135. package/password-input/index.d.ts.map +1 -1
  136. package/popover/index.d.ts +263 -12
  137. package/popover/index.d.ts.map +1 -1
  138. package/portal/index.d.ts +71 -4
  139. package/portal/index.d.ts.map +1 -1
  140. package/presence/index.d.ts +97 -5
  141. package/presence/index.d.ts.map +1 -1
  142. package/progress/index.d.ts +166 -10
  143. package/progress/index.d.ts.map +1 -1
  144. package/progress-ring/index.d.ts +117 -9
  145. package/progress-ring/index.d.ts.map +1 -1
  146. package/radio/index.d.ts +279 -12
  147. package/radio/index.d.ts.map +1 -1
  148. package/segmented-control/index.d.ts +130 -6
  149. package/segmented-control/index.d.ts.map +1 -1
  150. package/select/index.d.ts +381 -18
  151. package/select/index.d.ts.map +1 -1
  152. package/signals/index.d.ts +85 -6
  153. package/signals/index.d.ts.map +1 -1
  154. package/state/index.d.ts +105 -4
  155. package/state/index.d.ts.map +1 -1
  156. package/switch/index.d.ts +138 -8
  157. package/switch/index.d.ts.map +1 -1
  158. package/tabs/index.d.ts +241 -10
  159. package/tabs/index.d.ts.map +1 -1
  160. package/text-area/index.d.ts +3 -2
  161. package/text-area/index.d.ts.map +1 -1
  162. package/text-input/index.d.ts +138 -10
  163. package/text-input/index.d.ts.map +1 -1
  164. package/toast/index.d.ts +120 -9
  165. package/toast/index.d.ts.map +1 -1
  166. package/tooltip/index.d.ts +133 -8
  167. package/tooltip/index.d.ts.map +1 -1
  168. package/virtual/index.d.ts +28 -4
  169. package/virtual/index.d.ts.map +1 -1
  170. package/accordion/accordion-context.service.d.ts +0 -9
  171. package/accordion/accordion-context.service.d.ts.map +0 -1
  172. package/accordion/accordion-item-context.service.d.ts +0 -9
  173. package/accordion/accordion-item-context.service.d.ts.map +0 -1
  174. package/accordion/core-accordion-item-content.directive.d.ts +0 -21
  175. package/accordion/core-accordion-item-content.directive.d.ts.map +0 -1
  176. package/accordion/core-accordion-item-trigger-indicator.directive.d.ts +0 -11
  177. package/accordion/core-accordion-item-trigger-indicator.directive.d.ts.map +0 -1
  178. package/accordion/core-accordion-item-trigger-secondary.directive.d.ts +0 -11
  179. package/accordion/core-accordion-item-trigger-secondary.directive.d.ts.map +0 -1
  180. package/accordion/core-accordion-item-trigger-title.directive.d.ts +0 -11
  181. package/accordion/core-accordion-item-trigger-title.directive.d.ts.map +0 -1
  182. package/accordion/core-accordion-item-trigger.directive.d.ts +0 -17
  183. package/accordion/core-accordion-item-trigger.directive.d.ts.map +0 -1
  184. package/accordion/core-accordion-item.directive.d.ts +0 -23
  185. package/accordion/core-accordion-item.directive.d.ts.map +0 -1
  186. package/accordion/core-accordion-root.directive.d.ts +0 -58
  187. package/accordion/core-accordion-root.directive.d.ts.map +0 -1
  188. package/accordion/qualcomm-ui-angular-core-accordion.d.ts +0 -6
  189. package/accordion/qualcomm-ui-angular-core-accordion.d.ts.map +0 -1
  190. package/attributes/number-attributes.d.ts +0 -11
  191. package/attributes/number-attributes.d.ts.map +0 -1
  192. package/attributes/pixel-attribute.d.ts +0 -6
  193. package/attributes/pixel-attribute.d.ts.map +0 -1
  194. package/attributes/qualcomm-ui-angular-core-attributes.d.ts +0 -6
  195. package/attributes/qualcomm-ui-angular-core-attributes.d.ts.map +0 -1
  196. package/avatar/avatar-context.service.d.ts +0 -9
  197. package/avatar/avatar-context.service.d.ts.map +0 -1
  198. package/avatar/core-avatar-content.directive.d.ts +0 -20
  199. package/avatar/core-avatar-content.directive.d.ts.map +0 -1
  200. package/avatar/core-avatar-image.directive.d.ts +0 -20
  201. package/avatar/core-avatar-image.directive.d.ts.map +0 -1
  202. package/avatar/core-avatar-root.directive.d.ts +0 -36
  203. package/avatar/core-avatar-root.directive.d.ts.map +0 -1
  204. package/avatar/core-avatar-status.directive.d.ts +0 -20
  205. package/avatar/core-avatar-status.directive.d.ts.map +0 -1
  206. package/avatar/qualcomm-ui-angular-core-avatar.d.ts +0 -6
  207. package/avatar/qualcomm-ui-angular-core-avatar.d.ts.map +0 -1
  208. package/checkbox/abstract-checkbox-form-control.directive.d.ts +0 -79
  209. package/checkbox/abstract-checkbox-form-control.directive.d.ts.map +0 -1
  210. package/checkbox/checkbox-context.service.d.ts +0 -9
  211. package/checkbox/checkbox-context.service.d.ts.map +0 -1
  212. package/checkbox/core-checkbox-control.directive.d.ts +0 -20
  213. package/checkbox/core-checkbox-control.directive.d.ts.map +0 -1
  214. package/checkbox/core-checkbox-error-text.directive.d.ts +0 -20
  215. package/checkbox/core-checkbox-error-text.directive.d.ts.map +0 -1
  216. package/checkbox/core-checkbox-hidden-input.directive.d.ts +0 -20
  217. package/checkbox/core-checkbox-hidden-input.directive.d.ts.map +0 -1
  218. package/checkbox/core-checkbox-indicator.directive.d.ts +0 -13
  219. package/checkbox/core-checkbox-indicator.directive.d.ts.map +0 -1
  220. package/checkbox/core-checkbox-label.directive.d.ts +0 -20
  221. package/checkbox/core-checkbox-label.directive.d.ts.map +0 -1
  222. package/checkbox/core-checkbox-root.directive.d.ts +0 -48
  223. package/checkbox/core-checkbox-root.directive.d.ts.map +0 -1
  224. package/checkbox/qualcomm-ui-angular-core-checkbox.d.ts +0 -6
  225. package/checkbox/qualcomm-ui-angular-core-checkbox.d.ts.map +0 -1
  226. package/checkbox/use-checkbox-group.d.ts +0 -32
  227. package/checkbox/use-checkbox-group.d.ts.map +0 -1
  228. package/collapsible/collapsible-context.service.d.ts +0 -9
  229. package/collapsible/collapsible-context.service.d.ts.map +0 -1
  230. package/collapsible/core-collapsible-content.directive.d.ts +0 -20
  231. package/collapsible/core-collapsible-content.directive.d.ts.map +0 -1
  232. package/collapsible/core-collapsible-root.directive.d.ts +0 -52
  233. package/collapsible/core-collapsible-root.directive.d.ts.map +0 -1
  234. package/collapsible/core-collapsible-trigger.directive.d.ts +0 -20
  235. package/collapsible/core-collapsible-trigger.directive.d.ts.map +0 -1
  236. package/collapsible/qualcomm-ui-angular-core-collapsible.d.ts +0 -6
  237. package/collapsible/qualcomm-ui-angular-core-collapsible.d.ts.map +0 -1
  238. package/collection/qualcomm-ui-angular-core-collection.d.ts +0 -6
  239. package/collection/qualcomm-ui-angular-core-collection.d.ts.map +0 -1
  240. package/collection/use-list-collection.d.ts +0 -44
  241. package/collection/use-list-collection.d.ts.map +0 -1
  242. package/combobox/combobox-context.service.d.ts +0 -12
  243. package/combobox/combobox-context.service.d.ts.map +0 -1
  244. package/combobox/combobox-item-context.service.d.ts +0 -9
  245. package/combobox/combobox-item-context.service.d.ts.map +0 -1
  246. package/combobox/combobox-item-group-context.service.d.ts +0 -9
  247. package/combobox/combobox-item-group-context.service.d.ts.map +0 -1
  248. package/combobox/core-combobox-clear-trigger.directive.d.ts +0 -20
  249. package/combobox/core-combobox-clear-trigger.directive.d.ts.map +0 -1
  250. package/combobox/core-combobox-content.directive.d.ts +0 -23
  251. package/combobox/core-combobox-content.directive.d.ts.map +0 -1
  252. package/combobox/core-combobox-control.directive.d.ts +0 -20
  253. package/combobox/core-combobox-control.directive.d.ts.map +0 -1
  254. package/combobox/core-combobox-empty.directive.d.ts +0 -13
  255. package/combobox/core-combobox-empty.directive.d.ts.map +0 -1
  256. package/combobox/core-combobox-error-indicator.directive.d.ts +0 -13
  257. package/combobox/core-combobox-error-indicator.directive.d.ts.map +0 -1
  258. package/combobox/core-combobox-error-text.directive.d.ts +0 -20
  259. package/combobox/core-combobox-error-text.directive.d.ts.map +0 -1
  260. package/combobox/core-combobox-hint.directive.d.ts +0 -20
  261. package/combobox/core-combobox-hint.directive.d.ts.map +0 -1
  262. package/combobox/core-combobox-input.directive.d.ts +0 -20
  263. package/combobox/core-combobox-input.directive.d.ts.map +0 -1
  264. package/combobox/core-combobox-item-group-label.directive.d.ts +0 -14
  265. package/combobox/core-combobox-item-group-label.directive.d.ts.map +0 -1
  266. package/combobox/core-combobox-item-group.directive.d.ts +0 -21
  267. package/combobox/core-combobox-item-group.directive.d.ts.map +0 -1
  268. package/combobox/core-combobox-item-indicator.directive.d.ts +0 -14
  269. package/combobox/core-combobox-item-indicator.directive.d.ts.map +0 -1
  270. package/combobox/core-combobox-item-text.directive.d.ts +0 -14
  271. package/combobox/core-combobox-item-text.directive.d.ts.map +0 -1
  272. package/combobox/core-combobox-item.directive.d.ts +0 -27
  273. package/combobox/core-combobox-item.directive.d.ts.map +0 -1
  274. package/combobox/core-combobox-label.directive.d.ts +0 -20
  275. package/combobox/core-combobox-label.directive.d.ts.map +0 -1
  276. package/combobox/core-combobox-positioner.directive.d.ts +0 -21
  277. package/combobox/core-combobox-positioner.directive.d.ts.map +0 -1
  278. package/combobox/core-combobox-root.directive.d.ts +0 -234
  279. package/combobox/core-combobox-root.directive.d.ts.map +0 -1
  280. package/combobox/core-combobox-trigger.directive.d.ts +0 -27
  281. package/combobox/core-combobox-trigger.directive.d.ts.map +0 -1
  282. package/combobox/qualcomm-ui-angular-core-combobox.d.ts +0 -6
  283. package/combobox/qualcomm-ui-angular-core-combobox.d.ts.map +0 -1
  284. package/common/boolean.d.ts +0 -6
  285. package/common/boolean.d.ts.map +0 -1
  286. package/common/ng-changes.d.ts +0 -18
  287. package/common/ng-changes.d.ts.map +0 -1
  288. package/common/qualcomm-ui-angular-core-common.d.ts +0 -6
  289. package/common/qualcomm-ui-angular-core-common.d.ts.map +0 -1
  290. package/common/template-content.d.ts +0 -6
  291. package/common/template-content.d.ts.map +0 -1
  292. package/common/use-csr-check.d.ts +0 -13
  293. package/common/use-csr-check.d.ts.map +0 -1
  294. package/common/use-id.d.ts +0 -2
  295. package/common/use-id.d.ts.map +0 -1
  296. package/common/use-is-destroyed.d.ts +0 -8
  297. package/common/use-is-destroyed.d.ts.map +0 -1
  298. package/common/use-is-mounted.d.ts +0 -7
  299. package/common/use-is-mounted.d.ts.map +0 -1
  300. package/common/use-on-destroy.d.ts +0 -8
  301. package/common/use-on-destroy.d.ts.map +0 -1
  302. package/common/use-ssr-check.d.ts +0 -13
  303. package/common/use-ssr-check.d.ts.map +0 -1
  304. package/dialog/core-dialog-backdrop.directive.d.ts +0 -24
  305. package/dialog/core-dialog-backdrop.directive.d.ts.map +0 -1
  306. package/dialog/core-dialog-body.directive.d.ts +0 -13
  307. package/dialog/core-dialog-body.directive.d.ts.map +0 -1
  308. package/dialog/core-dialog-close-trigger.directive.d.ts +0 -20
  309. package/dialog/core-dialog-close-trigger.directive.d.ts.map +0 -1
  310. package/dialog/core-dialog-content.directive.d.ts +0 -25
  311. package/dialog/core-dialog-content.directive.d.ts.map +0 -1
  312. package/dialog/core-dialog-description.directive.d.ts +0 -20
  313. package/dialog/core-dialog-description.directive.d.ts.map +0 -1
  314. package/dialog/core-dialog-footer.directive.d.ts +0 -13
  315. package/dialog/core-dialog-footer.directive.d.ts.map +0 -1
  316. package/dialog/core-dialog-heading.directive.d.ts +0 -20
  317. package/dialog/core-dialog-heading.directive.d.ts.map +0 -1
  318. package/dialog/core-dialog-positioner.directive.d.ts +0 -21
  319. package/dialog/core-dialog-positioner.directive.d.ts.map +0 -1
  320. package/dialog/core-dialog-root.directive.d.ts +0 -129
  321. package/dialog/core-dialog-root.directive.d.ts.map +0 -1
  322. package/dialog/core-dialog-trigger.directive.d.ts +0 -20
  323. package/dialog/core-dialog-trigger.directive.d.ts.map +0 -1
  324. package/dialog/dialog-context.service.d.ts +0 -12
  325. package/dialog/dialog-context.service.d.ts.map +0 -1
  326. package/dialog/qualcomm-ui-angular-core-dialog.d.ts +0 -6
  327. package/dialog/qualcomm-ui-angular-core-dialog.d.ts.map +0 -1
  328. package/dom/clipboard.service.d.ts +0 -20
  329. package/dom/clipboard.service.d.ts.map +0 -1
  330. package/dom/context-id-signal.d.ts +0 -42
  331. package/dom/context-id-signal.d.ts.map +0 -1
  332. package/dom/descendants-manager.service.d.ts +0 -12
  333. package/dom/descendants-manager.service.d.ts.map +0 -1
  334. package/dom/element-id-signal.d.ts +0 -42
  335. package/dom/element-id-signal.d.ts.map +0 -1
  336. package/dom/id.service.d.ts +0 -11
  337. package/dom/id.service.d.ts.map +0 -1
  338. package/dom/portal-config.service.d.ts +0 -8
  339. package/dom/portal-config.service.d.ts.map +0 -1
  340. package/dom/qualcomm-ui-angular-core-dom.d.ts +0 -6
  341. package/dom/qualcomm-ui-angular-core-dom.d.ts.map +0 -1
  342. package/dom/tokens/caches.d.ts +0 -3
  343. package/dom/tokens/caches.d.ts.map +0 -1
  344. package/dom/tokens/css.d.ts +0 -12
  345. package/dom/tokens/css.d.ts.map +0 -1
  346. package/dom/tokens/index.d.ts +0 -11
  347. package/dom/tokens/index.d.ts.map +0 -1
  348. package/dom/tokens/local-storage.d.ts +0 -3
  349. package/dom/tokens/local-storage.d.ts.map +0 -1
  350. package/dom/tokens/location.d.ts +0 -3
  351. package/dom/tokens/location.d.ts.map +0 -1
  352. package/dom/tokens/media-devices.d.ts +0 -3
  353. package/dom/tokens/media-devices.d.ts.map +0 -1
  354. package/dom/tokens/navigator.d.ts +0 -3
  355. package/dom/tokens/navigator.d.ts.map +0 -1
  356. package/dom/tokens/performance.d.ts +0 -3
  357. package/dom/tokens/performance.d.ts.map +0 -1
  358. package/dom/tokens/screen.d.ts +0 -3
  359. package/dom/tokens/screen.d.ts.map +0 -1
  360. package/dom/tokens/user-agent.d.ts +0 -3
  361. package/dom/tokens/user-agent.d.ts.map +0 -1
  362. package/dom/tokens/window.d.ts +0 -3
  363. package/dom/tokens/window.d.ts.map +0 -1
  364. package/esm2022/accordion/accordion-context.service.js +0 -14
  365. package/esm2022/accordion/accordion-context.service.js.map +0 -1
  366. package/esm2022/accordion/accordion-item-context.service.js +0 -14
  367. package/esm2022/accordion/accordion-item-context.service.js.map +0 -1
  368. package/esm2022/accordion/core-accordion-item-content.directive.js +0 -34
  369. package/esm2022/accordion/core-accordion-item-content.directive.js.map +0 -1
  370. package/esm2022/accordion/core-accordion-item-trigger-indicator.directive.js +0 -24
  371. package/esm2022/accordion/core-accordion-item-trigger-indicator.directive.js.map +0 -1
  372. package/esm2022/accordion/core-accordion-item-trigger-secondary.directive.js +0 -24
  373. package/esm2022/accordion/core-accordion-item-trigger-secondary.directive.js.map +0 -1
  374. package/esm2022/accordion/core-accordion-item-trigger-title.directive.js +0 -24
  375. package/esm2022/accordion/core-accordion-item-trigger-title.directive.js.map +0 -1
  376. package/esm2022/accordion/core-accordion-item-trigger.directive.js +0 -32
  377. package/esm2022/accordion/core-accordion-item-trigger.directive.js.map +0 -1
  378. package/esm2022/accordion/core-accordion-item.directive.js +0 -45
  379. package/esm2022/accordion/core-accordion-item.directive.js.map +0 -1
  380. package/esm2022/accordion/core-accordion-root.directive.js +0 -91
  381. package/esm2022/accordion/core-accordion-root.directive.js.map +0 -1
  382. package/esm2022/accordion/index.js +0 -10
  383. package/esm2022/accordion/index.js.map +0 -1
  384. package/esm2022/accordion/qualcomm-ui-angular-core-accordion.js +0 -5
  385. package/esm2022/accordion/qualcomm-ui-angular-core-accordion.js.map +0 -1
  386. package/esm2022/attributes/index.js +0 -3
  387. package/esm2022/attributes/index.js.map +0 -1
  388. package/esm2022/attributes/number-attributes.js +0 -22
  389. package/esm2022/attributes/number-attributes.js.map +0 -1
  390. package/esm2022/attributes/pixel-attribute.js +0 -10
  391. package/esm2022/attributes/pixel-attribute.js.map +0 -1
  392. package/esm2022/attributes/qualcomm-ui-angular-core-attributes.js +0 -5
  393. package/esm2022/attributes/qualcomm-ui-angular-core-attributes.js.map +0 -1
  394. package/esm2022/avatar/avatar-context.service.js +0 -14
  395. package/esm2022/avatar/avatar-context.service.js.map +0 -1
  396. package/esm2022/avatar/core-avatar-content.directive.js +0 -30
  397. package/esm2022/avatar/core-avatar-content.directive.js.map +0 -1
  398. package/esm2022/avatar/core-avatar-image.directive.js +0 -30
  399. package/esm2022/avatar/core-avatar-image.directive.js.map +0 -1
  400. package/esm2022/avatar/core-avatar-root.directive.js +0 -51
  401. package/esm2022/avatar/core-avatar-root.directive.js.map +0 -1
  402. package/esm2022/avatar/core-avatar-status.directive.js +0 -30
  403. package/esm2022/avatar/core-avatar-status.directive.js.map +0 -1
  404. package/esm2022/avatar/index.js +0 -6
  405. package/esm2022/avatar/index.js.map +0 -1
  406. package/esm2022/avatar/qualcomm-ui-angular-core-avatar.js +0 -5
  407. package/esm2022/avatar/qualcomm-ui-angular-core-avatar.js.map +0 -1
  408. package/esm2022/checkbox/abstract-checkbox-form-control.directive.js +0 -265
  409. package/esm2022/checkbox/abstract-checkbox-form-control.directive.js.map +0 -1
  410. package/esm2022/checkbox/checkbox-context.service.js +0 -14
  411. package/esm2022/checkbox/checkbox-context.service.js.map +0 -1
  412. package/esm2022/checkbox/core-checkbox-control.directive.js +0 -30
  413. package/esm2022/checkbox/core-checkbox-control.directive.js.map +0 -1
  414. package/esm2022/checkbox/core-checkbox-error-text.directive.js +0 -30
  415. package/esm2022/checkbox/core-checkbox-error-text.directive.js.map +0 -1
  416. package/esm2022/checkbox/core-checkbox-hidden-input.directive.js +0 -30
  417. package/esm2022/checkbox/core-checkbox-hidden-input.directive.js.map +0 -1
  418. package/esm2022/checkbox/core-checkbox-indicator.directive.js +0 -19
  419. package/esm2022/checkbox/core-checkbox-indicator.directive.js.map +0 -1
  420. package/esm2022/checkbox/core-checkbox-label.directive.js +0 -30
  421. package/esm2022/checkbox/core-checkbox-label.directive.js.map +0 -1
  422. package/esm2022/checkbox/core-checkbox-root.directive.js +0 -88
  423. package/esm2022/checkbox/core-checkbox-root.directive.js.map +0 -1
  424. package/esm2022/checkbox/index.js +0 -10
  425. package/esm2022/checkbox/index.js.map +0 -1
  426. package/esm2022/checkbox/qualcomm-ui-angular-core-checkbox.js +0 -5
  427. package/esm2022/checkbox/qualcomm-ui-angular-core-checkbox.js.map +0 -1
  428. package/esm2022/checkbox/use-checkbox-group.js +0 -62
  429. package/esm2022/checkbox/use-checkbox-group.js.map +0 -1
  430. package/esm2022/collapsible/collapsible-context.service.js +0 -14
  431. package/esm2022/collapsible/collapsible-context.service.js.map +0 -1
  432. package/esm2022/collapsible/core-collapsible-content.directive.js +0 -32
  433. package/esm2022/collapsible/core-collapsible-content.directive.js.map +0 -1
  434. package/esm2022/collapsible/core-collapsible-root.directive.js +0 -71
  435. package/esm2022/collapsible/core-collapsible-root.directive.js.map +0 -1
  436. package/esm2022/collapsible/core-collapsible-trigger.directive.js +0 -32
  437. package/esm2022/collapsible/core-collapsible-trigger.directive.js.map +0 -1
  438. package/esm2022/collapsible/index.js +0 -5
  439. package/esm2022/collapsible/index.js.map +0 -1
  440. package/esm2022/collapsible/qualcomm-ui-angular-core-collapsible.js +0 -5
  441. package/esm2022/collapsible/qualcomm-ui-angular-core-collapsible.js.map +0 -1
  442. package/esm2022/collection/index.js +0 -2
  443. package/esm2022/collection/index.js.map +0 -1
  444. package/esm2022/collection/qualcomm-ui-angular-core-collection.js +0 -5
  445. package/esm2022/collection/qualcomm-ui-angular-core-collection.js.map +0 -1
  446. package/esm2022/collection/use-list-collection.js.map +0 -1
  447. package/esm2022/combobox/combobox-context.service.js +0 -14
  448. package/esm2022/combobox/combobox-context.service.js.map +0 -1
  449. package/esm2022/combobox/combobox-item-context.service.js +0 -14
  450. package/esm2022/combobox/combobox-item-context.service.js.map +0 -1
  451. package/esm2022/combobox/combobox-item-group-context.service.js +0 -14
  452. package/esm2022/combobox/combobox-item-group-context.service.js.map +0 -1
  453. package/esm2022/combobox/core-combobox-clear-trigger.directive.js +0 -30
  454. package/esm2022/combobox/core-combobox-clear-trigger.directive.js.map +0 -1
  455. package/esm2022/combobox/core-combobox-content.directive.js +0 -34
  456. package/esm2022/combobox/core-combobox-content.directive.js.map +0 -1
  457. package/esm2022/combobox/core-combobox-control.directive.js +0 -30
  458. package/esm2022/combobox/core-combobox-control.directive.js.map +0 -1
  459. package/esm2022/combobox/core-combobox-empty.directive.js +0 -19
  460. package/esm2022/combobox/core-combobox-empty.directive.js.map +0 -1
  461. package/esm2022/combobox/core-combobox-error-indicator.directive.js +0 -19
  462. package/esm2022/combobox/core-combobox-error-indicator.directive.js.map +0 -1
  463. package/esm2022/combobox/core-combobox-error-text.directive.js +0 -30
  464. package/esm2022/combobox/core-combobox-error-text.directive.js.map +0 -1
  465. package/esm2022/combobox/core-combobox-hint.directive.js +0 -30
  466. package/esm2022/combobox/core-combobox-hint.directive.js.map +0 -1
  467. package/esm2022/combobox/core-combobox-input.directive.js +0 -30
  468. package/esm2022/combobox/core-combobox-input.directive.js.map +0 -1
  469. package/esm2022/combobox/core-combobox-item-group-label.directive.js +0 -23
  470. package/esm2022/combobox/core-combobox-item-group-label.directive.js.map +0 -1
  471. package/esm2022/combobox/core-combobox-item-group.directive.js +0 -31
  472. package/esm2022/combobox/core-combobox-item-group.directive.js.map +0 -1
  473. package/esm2022/combobox/core-combobox-item-indicator.directive.js +0 -21
  474. package/esm2022/combobox/core-combobox-item-indicator.directive.js.map +0 -1
  475. package/esm2022/combobox/core-combobox-item-text.directive.js +0 -21
  476. package/esm2022/combobox/core-combobox-item-text.directive.js.map +0 -1
  477. package/esm2022/combobox/core-combobox-item.directive.js +0 -35
  478. package/esm2022/combobox/core-combobox-item.directive.js.map +0 -1
  479. package/esm2022/combobox/core-combobox-label.directive.js +0 -30
  480. package/esm2022/combobox/core-combobox-label.directive.js.map +0 -1
  481. package/esm2022/combobox/core-combobox-positioner.directive.js +0 -32
  482. package/esm2022/combobox/core-combobox-positioner.directive.js.map +0 -1
  483. package/esm2022/combobox/core-combobox-root.directive.js +0 -387
  484. package/esm2022/combobox/core-combobox-root.directive.js.map +0 -1
  485. package/esm2022/combobox/core-combobox-trigger.directive.js +0 -37
  486. package/esm2022/combobox/core-combobox-trigger.directive.js.map +0 -1
  487. package/esm2022/combobox/index.js +0 -21
  488. package/esm2022/combobox/index.js.map +0 -1
  489. package/esm2022/combobox/qualcomm-ui-angular-core-combobox.js +0 -5
  490. package/esm2022/combobox/qualcomm-ui-angular-core-combobox.js.map +0 -1
  491. package/esm2022/common/boolean.js +0 -4
  492. package/esm2022/common/boolean.js.map +0 -1
  493. package/esm2022/common/index.js +0 -7
  494. package/esm2022/common/index.js.map +0 -1
  495. package/esm2022/common/ng-changes.js +0 -4
  496. package/esm2022/common/ng-changes.js.map +0 -1
  497. package/esm2022/common/qualcomm-ui-angular-core-common.js +0 -5
  498. package/esm2022/common/qualcomm-ui-angular-core-common.js.map +0 -1
  499. package/esm2022/common/template-content.js +0 -4
  500. package/esm2022/common/template-content.js.map +0 -1
  501. package/esm2022/common/use-csr-check.js +0 -22
  502. package/esm2022/common/use-csr-check.js.map +0 -1
  503. package/esm2022/common/use-id.js +0 -24
  504. package/esm2022/common/use-id.js.map +0 -1
  505. package/esm2022/common/use-is-destroyed.js +0 -20
  506. package/esm2022/common/use-is-destroyed.js.map +0 -1
  507. package/esm2022/common/use-is-mounted.js +0 -15
  508. package/esm2022/common/use-is-mounted.js.map +0 -1
  509. package/esm2022/common/use-on-destroy.js +0 -16
  510. package/esm2022/common/use-on-destroy.js.map +0 -1
  511. package/esm2022/common/use-ssr-check.js +0 -22
  512. package/esm2022/common/use-ssr-check.js.map +0 -1
  513. package/esm2022/dialog/core-dialog-backdrop.directive.js +0 -46
  514. package/esm2022/dialog/core-dialog-backdrop.directive.js.map +0 -1
  515. package/esm2022/dialog/core-dialog-body.directive.js +0 -21
  516. package/esm2022/dialog/core-dialog-body.directive.js.map +0 -1
  517. package/esm2022/dialog/core-dialog-close-trigger.directive.js +0 -30
  518. package/esm2022/dialog/core-dialog-close-trigger.directive.js.map +0 -1
  519. package/esm2022/dialog/core-dialog-content.directive.js +0 -50
  520. package/esm2022/dialog/core-dialog-content.directive.js.map +0 -1
  521. package/esm2022/dialog/core-dialog-description.directive.js +0 -30
  522. package/esm2022/dialog/core-dialog-description.directive.js.map +0 -1
  523. package/esm2022/dialog/core-dialog-footer.directive.js +0 -19
  524. package/esm2022/dialog/core-dialog-footer.directive.js.map +0 -1
  525. package/esm2022/dialog/core-dialog-heading.directive.js +0 -30
  526. package/esm2022/dialog/core-dialog-heading.directive.js.map +0 -1
  527. package/esm2022/dialog/core-dialog-positioner.directive.js +0 -32
  528. package/esm2022/dialog/core-dialog-positioner.directive.js.map +0 -1
  529. package/esm2022/dialog/core-dialog-root.directive.js +0 -225
  530. package/esm2022/dialog/core-dialog-root.directive.js.map +0 -1
  531. package/esm2022/dialog/core-dialog-trigger.directive.js +0 -30
  532. package/esm2022/dialog/core-dialog-trigger.directive.js.map +0 -1
  533. package/esm2022/dialog/dialog-context.service.js +0 -24
  534. package/esm2022/dialog/dialog-context.service.js.map +0 -1
  535. package/esm2022/dialog/index.js +0 -12
  536. package/esm2022/dialog/index.js.map +0 -1
  537. package/esm2022/dialog/qualcomm-ui-angular-core-dialog.js +0 -5
  538. package/esm2022/dialog/qualcomm-ui-angular-core-dialog.js.map +0 -1
  539. package/esm2022/dom/clipboard.service.js +0 -42
  540. package/esm2022/dom/clipboard.service.js.map +0 -1
  541. package/esm2022/dom/context-id-signal.js +0 -23
  542. package/esm2022/dom/context-id-signal.js.map +0 -1
  543. package/esm2022/dom/descendants-manager.service.js +0 -29
  544. package/esm2022/dom/descendants-manager.service.js.map +0 -1
  545. package/esm2022/dom/element-id-signal.js +0 -25
  546. package/esm2022/dom/element-id-signal.js.map +0 -1
  547. package/esm2022/dom/id.service.js +0 -33
  548. package/esm2022/dom/id.service.js.map +0 -1
  549. package/esm2022/dom/index.js +0 -8
  550. package/esm2022/dom/index.js.map +0 -1
  551. package/esm2022/dom/portal-config.service.js +0 -17
  552. package/esm2022/dom/portal-config.service.js.map +0 -1
  553. package/esm2022/dom/qualcomm-ui-angular-core-dom.js +0 -5
  554. package/esm2022/dom/qualcomm-ui-angular-core-dom.js.map +0 -1
  555. package/esm2022/dom/tokens/caches.js +0 -8
  556. package/esm2022/dom/tokens/caches.js.map +0 -1
  557. package/esm2022/dom/tokens/css.js +0 -11
  558. package/esm2022/dom/tokens/css.js.map +0 -1
  559. package/esm2022/dom/tokens/index.js +0 -11
  560. package/esm2022/dom/tokens/index.js.map +0 -1
  561. package/esm2022/dom/tokens/local-storage.js +0 -8
  562. package/esm2022/dom/tokens/local-storage.js.map +0 -1
  563. package/esm2022/dom/tokens/location.js +0 -8
  564. package/esm2022/dom/tokens/location.js.map +0 -1
  565. package/esm2022/dom/tokens/media-devices.js +0 -8
  566. package/esm2022/dom/tokens/media-devices.js.map +0 -1
  567. package/esm2022/dom/tokens/navigator.js +0 -8
  568. package/esm2022/dom/tokens/navigator.js.map +0 -1
  569. package/esm2022/dom/tokens/performance.js +0 -8
  570. package/esm2022/dom/tokens/performance.js.map +0 -1
  571. package/esm2022/dom/tokens/screen.js +0 -8
  572. package/esm2022/dom/tokens/screen.js.map +0 -1
  573. package/esm2022/dom/tokens/user-agent.js +0 -8
  574. package/esm2022/dom/tokens/user-agent.js.map +0 -1
  575. package/esm2022/dom/tokens/window.js +0 -14
  576. package/esm2022/dom/tokens/window.js.map +0 -1
  577. package/esm2022/events/index.js +0 -3
  578. package/esm2022/events/index.js.map +0 -1
  579. package/esm2022/events/listener.service.js.map +0 -1
  580. package/esm2022/events/qualcomm-ui-angular-core-events.js +0 -5
  581. package/esm2022/events/qualcomm-ui-angular-core-events.js.map +0 -1
  582. package/esm2022/events/use-copy-to-clipboard.js +0 -48
  583. package/esm2022/events/use-copy-to-clipboard.js.map +0 -1
  584. package/esm2022/forms/form-utils.js.map +0 -1
  585. package/esm2022/forms/index.js +0 -3
  586. package/esm2022/forms/index.js.map +0 -1
  587. package/esm2022/forms/qualcomm-ui-angular-core-forms.js +0 -5
  588. package/esm2022/forms/qualcomm-ui-angular-core-forms.js.map +0 -1
  589. package/esm2022/forms/use-forbidden-form-control-warning.js +0 -24
  590. package/esm2022/forms/use-forbidden-form-control-warning.js.map +0 -1
  591. package/esm2022/highlight/highlight.directive.js.map +0 -1
  592. package/esm2022/highlight/index.js +0 -2
  593. package/esm2022/highlight/index.js.map +0 -1
  594. package/esm2022/highlight/qualcomm-ui-angular-core-highlight.js +0 -5
  595. package/esm2022/highlight/qualcomm-ui-angular-core-highlight.js.map +0 -1
  596. package/esm2022/index.js.map +0 -1
  597. package/esm2022/inline-notification/core-inline-notification-action.directive.js +0 -21
  598. package/esm2022/inline-notification/core-inline-notification-action.directive.js.map +0 -1
  599. package/esm2022/inline-notification/core-inline-notification-close-trigger.directive.js +0 -32
  600. package/esm2022/inline-notification/core-inline-notification-close-trigger.directive.js.map +0 -1
  601. package/esm2022/inline-notification/core-inline-notification-description.directive.js +0 -32
  602. package/esm2022/inline-notification/core-inline-notification-description.directive.js.map +0 -1
  603. package/esm2022/inline-notification/core-inline-notification-icon.directive.js +0 -21
  604. package/esm2022/inline-notification/core-inline-notification-icon.directive.js.map +0 -1
  605. package/esm2022/inline-notification/core-inline-notification-label.directive.js +0 -32
  606. package/esm2022/inline-notification/core-inline-notification-label.directive.js.map +0 -1
  607. package/esm2022/inline-notification/core-inline-notification-root.directive.js +0 -71
  608. package/esm2022/inline-notification/core-inline-notification-root.directive.js.map +0 -1
  609. package/esm2022/inline-notification/index.js +0 -8
  610. package/esm2022/inline-notification/index.js.map +0 -1
  611. package/esm2022/inline-notification/inline-notification-context.service.js +0 -14
  612. package/esm2022/inline-notification/inline-notification-context.service.js.map +0 -1
  613. package/esm2022/inline-notification/qualcomm-ui-angular-core-inline-notification.js +0 -5
  614. package/esm2022/inline-notification/qualcomm-ui-angular-core-inline-notification.js.map +0 -1
  615. package/esm2022/input/abstract-input-form-control.directive.js +0 -254
  616. package/esm2022/input/abstract-input-form-control.directive.js.map +0 -1
  617. package/esm2022/input/abstract-list-collection-form-control.directive.js +0 -278
  618. package/esm2022/input/abstract-list-collection-form-control.directive.js.map +0 -1
  619. package/esm2022/input/index.js +0 -4
  620. package/esm2022/input/index.js.map +0 -1
  621. package/esm2022/input/input-form-control-provider.js +0 -70
  622. package/esm2022/input/input-form-control-provider.js.map +0 -1
  623. package/esm2022/input/qualcomm-ui-angular-core-input.js +0 -5
  624. package/esm2022/input/qualcomm-ui-angular-core-input.js.map +0 -1
  625. package/esm2022/locale/index.js +0 -3
  626. package/esm2022/locale/index.js.map +0 -1
  627. package/esm2022/locale/locale-context.service.js +0 -14
  628. package/esm2022/locale/locale-context.service.js.map +0 -1
  629. package/esm2022/locale/qualcomm-ui-angular-core-locale.js +0 -5
  630. package/esm2022/locale/qualcomm-ui-angular-core-locale.js.map +0 -1
  631. package/esm2022/locale/use-filter.js +0 -16
  632. package/esm2022/locale/use-filter.js.map +0 -1
  633. package/esm2022/lorem-ipsum/index.js +0 -2
  634. package/esm2022/lorem-ipsum/index.js.map +0 -1
  635. package/esm2022/lorem-ipsum/lorem-ipsum.directive.js.map +0 -1
  636. package/esm2022/lorem-ipsum/qualcomm-ui-angular-core-lorem-ipsum.js +0 -5
  637. package/esm2022/lorem-ipsum/qualcomm-ui-angular-core-lorem-ipsum.js.map +0 -1
  638. package/esm2022/lucide/index.js +0 -3
  639. package/esm2022/lucide/index.js.map +0 -1
  640. package/esm2022/lucide/lucide.types.js +0 -4
  641. package/esm2022/lucide/lucide.types.js.map +0 -1
  642. package/esm2022/lucide/provide-icons.js.map +0 -1
  643. package/esm2022/lucide/qualcomm-ui-angular-core-lucide.js +0 -5
  644. package/esm2022/lucide/qualcomm-ui-angular-core-lucide.js.map +0 -1
  645. package/esm2022/machine/api-context.directive.js +0 -44
  646. package/esm2022/machine/api-context.directive.js.map +0 -1
  647. package/esm2022/machine/api-context.service.js +0 -58
  648. package/esm2022/machine/api-context.service.js.map +0 -1
  649. package/esm2022/machine/bindable-id-collection.js +0 -51
  650. package/esm2022/machine/bindable-id-collection.js.map +0 -1
  651. package/esm2022/machine/bindable-id.js +0 -21
  652. package/esm2022/machine/bindable-id.js.map +0 -1
  653. package/esm2022/machine/bindable.js +0 -47
  654. package/esm2022/machine/bindable.js.map +0 -1
  655. package/esm2022/machine/index.js +0 -13
  656. package/esm2022/machine/index.js.map +0 -1
  657. package/esm2022/machine/machine.types.js +0 -4
  658. package/esm2022/machine/machine.types.js.map +0 -1
  659. package/esm2022/machine/merge-props.js +0 -68
  660. package/esm2022/machine/merge-props.js.map +0 -1
  661. package/esm2022/machine/normalize-props.js +0 -108
  662. package/esm2022/machine/normalize-props.js.map +0 -1
  663. package/esm2022/machine/q-bind.directive.js +0 -164
  664. package/esm2022/machine/q-bind.directive.js.map +0 -1
  665. package/esm2022/machine/qualcomm-ui-angular-core-machine.js +0 -5
  666. package/esm2022/machine/qualcomm-ui-angular-core-machine.js.map +0 -1
  667. package/esm2022/machine/refs.js +0 -18
  668. package/esm2022/machine/refs.js.map +0 -1
  669. package/esm2022/machine/track.js +0 -46
  670. package/esm2022/machine/track.js.map +0 -1
  671. package/esm2022/machine/use-machine.js +0 -312
  672. package/esm2022/machine/use-machine.js.map +0 -1
  673. package/esm2022/machine/use-track-bindings.js +0 -270
  674. package/esm2022/machine/use-track-bindings.js.map +0 -1
  675. package/esm2022/menu/base-menu-item.directive.js +0 -53
  676. package/esm2022/menu/base-menu-item.directive.js.map +0 -1
  677. package/esm2022/menu/core-menu-checkbox-item.directive.js +0 -51
  678. package/esm2022/menu/core-menu-checkbox-item.directive.js.map +0 -1
  679. package/esm2022/menu/core-menu-content.directive.js +0 -50
  680. package/esm2022/menu/core-menu-content.directive.js.map +0 -1
  681. package/esm2022/menu/core-menu-context-trigger.directive.js +0 -32
  682. package/esm2022/menu/core-menu-context-trigger.directive.js.map +0 -1
  683. package/esm2022/menu/core-menu-item-group-label.directive.js +0 -32
  684. package/esm2022/menu/core-menu-item-group-label.directive.js.map +0 -1
  685. package/esm2022/menu/core-menu-item-group.directive.js +0 -33
  686. package/esm2022/menu/core-menu-item-group.directive.js.map +0 -1
  687. package/esm2022/menu/core-menu-item-indicator.directive.js +0 -31
  688. package/esm2022/menu/core-menu-item-indicator.directive.js.map +0 -1
  689. package/esm2022/menu/core-menu-item-label.directive.js +0 -32
  690. package/esm2022/menu/core-menu-item-label.directive.js.map +0 -1
  691. package/esm2022/menu/core-menu-item-root.directive.js +0 -50
  692. package/esm2022/menu/core-menu-item-root.directive.js.map +0 -1
  693. package/esm2022/menu/core-menu-positioner.directive.js +0 -34
  694. package/esm2022/menu/core-menu-positioner.directive.js.map +0 -1
  695. package/esm2022/menu/core-menu-radio-item-group.directive.js +0 -52
  696. package/esm2022/menu/core-menu-radio-item-group.directive.js.map +0 -1
  697. package/esm2022/menu/core-menu-radio-item.directive.js +0 -41
  698. package/esm2022/menu/core-menu-radio-item.directive.js.map +0 -1
  699. package/esm2022/menu/core-menu-root.directive.js +0 -242
  700. package/esm2022/menu/core-menu-root.directive.js.map +0 -1
  701. package/esm2022/menu/core-menu-separator.directive.js +0 -21
  702. package/esm2022/menu/core-menu-separator.directive.js.map +0 -1
  703. package/esm2022/menu/core-menu-trigger-item.directive.js +0 -33
  704. package/esm2022/menu/core-menu-trigger-item.directive.js.map +0 -1
  705. package/esm2022/menu/core-menu-trigger.directive.js +0 -34
  706. package/esm2022/menu/core-menu-trigger.directive.js.map +0 -1
  707. package/esm2022/menu/index.js +0 -24
  708. package/esm2022/menu/index.js.map +0 -1
  709. package/esm2022/menu/menu-context.service.js +0 -14
  710. package/esm2022/menu/menu-context.service.js.map +0 -1
  711. package/esm2022/menu/menu-item-context.service.js +0 -14
  712. package/esm2022/menu/menu-item-context.service.js.map +0 -1
  713. package/esm2022/menu/menu-item-group-context.service.js +0 -14
  714. package/esm2022/menu/menu-item-group-context.service.js.map +0 -1
  715. package/esm2022/menu/menu-machine-context.service.js +0 -14
  716. package/esm2022/menu/menu-machine-context.service.js.map +0 -1
  717. package/esm2022/menu/menu-option-item-context.service.js +0 -14
  718. package/esm2022/menu/menu-option-item-context.service.js.map +0 -1
  719. package/esm2022/menu/menu-radio-item-group-context.service.js +0 -14
  720. package/esm2022/menu/menu-radio-item-group-context.service.js.map +0 -1
  721. package/esm2022/menu/menu-trigger-context.service.js +0 -14
  722. package/esm2022/menu/menu-trigger-context.service.js.map +0 -1
  723. package/esm2022/menu/qualcomm-ui-angular-core-menu.js +0 -5
  724. package/esm2022/menu/qualcomm-ui-angular-core-menu.js.map +0 -1
  725. package/esm2022/number-input/abstract-number-input-form-control.directive.js +0 -294
  726. package/esm2022/number-input/abstract-number-input-form-control.directive.js.map +0 -1
  727. package/esm2022/number-input/core-number-input-control.directive.js +0 -21
  728. package/esm2022/number-input/core-number-input-control.directive.js.map +0 -1
  729. package/esm2022/number-input/core-number-input-decrement-trigger.directive.js +0 -28
  730. package/esm2022/number-input/core-number-input-decrement-trigger.directive.js.map +0 -1
  731. package/esm2022/number-input/core-number-input-error-indicator.directive.js +0 -21
  732. package/esm2022/number-input/core-number-input-error-indicator.directive.js.map +0 -1
  733. package/esm2022/number-input/core-number-input-error-text.directive.js +0 -28
  734. package/esm2022/number-input/core-number-input-error-text.directive.js.map +0 -1
  735. package/esm2022/number-input/core-number-input-hint.directive.js +0 -28
  736. package/esm2022/number-input/core-number-input-hint.directive.js.map +0 -1
  737. package/esm2022/number-input/core-number-input-increment-trigger.directive.js +0 -28
  738. package/esm2022/number-input/core-number-input-increment-trigger.directive.js.map +0 -1
  739. package/esm2022/number-input/core-number-input-input-group.directive.js +0 -21
  740. package/esm2022/number-input/core-number-input-input-group.directive.js.map +0 -1
  741. package/esm2022/number-input/core-number-input-input.directive.js +0 -28
  742. package/esm2022/number-input/core-number-input-input.directive.js.map +0 -1
  743. package/esm2022/number-input/core-number-input-label.directive.js +0 -28
  744. package/esm2022/number-input/core-number-input-label.directive.js.map +0 -1
  745. package/esm2022/number-input/core-number-input-root.directive.js +0 -195
  746. package/esm2022/number-input/core-number-input-root.directive.js.map +0 -1
  747. package/esm2022/number-input/index.js +0 -14
  748. package/esm2022/number-input/index.js.map +0 -1
  749. package/esm2022/number-input/number-input-context.service.js +0 -14
  750. package/esm2022/number-input/number-input-context.service.js.map +0 -1
  751. package/esm2022/number-input/number-input.validators.js +0 -15
  752. package/esm2022/number-input/number-input.validators.js.map +0 -1
  753. package/esm2022/number-input/qualcomm-ui-angular-core-number-input.js +0 -5
  754. package/esm2022/number-input/qualcomm-ui-angular-core-number-input.js.map +0 -1
  755. package/esm2022/observers/index.js +0 -2
  756. package/esm2022/observers/index.js.map +0 -1
  757. package/esm2022/observers/intersection-observer.directive.js.map +0 -1
  758. package/esm2022/observers/qualcomm-ui-angular-core-observers.js +0 -5
  759. package/esm2022/observers/qualcomm-ui-angular-core-observers.js.map +0 -1
  760. package/esm2022/pagination/core-pagination-next-trigger.directive.js +0 -19
  761. package/esm2022/pagination/core-pagination-next-trigger.directive.js.map +0 -1
  762. package/esm2022/pagination/core-pagination-page-item.directive.js +0 -24
  763. package/esm2022/pagination/core-pagination-page-item.directive.js.map +0 -1
  764. package/esm2022/pagination/core-pagination-page-items.directive.js +0 -22
  765. package/esm2022/pagination/core-pagination-page-items.directive.js.map +0 -1
  766. package/esm2022/pagination/core-pagination-page-metadata.directive.js +0 -19
  767. package/esm2022/pagination/core-pagination-page-metadata.directive.js.map +0 -1
  768. package/esm2022/pagination/core-pagination-page-size-label.directive.js +0 -26
  769. package/esm2022/pagination/core-pagination-page-size-label.directive.js.map +0 -1
  770. package/esm2022/pagination/core-pagination-page-size.directive.js +0 -37
  771. package/esm2022/pagination/core-pagination-page-size.directive.js.map +0 -1
  772. package/esm2022/pagination/core-pagination-prev-trigger.directive.js +0 -19
  773. package/esm2022/pagination/core-pagination-prev-trigger.directive.js.map +0 -1
  774. package/esm2022/pagination/core-pagination-root.directive.js +0 -121
  775. package/esm2022/pagination/core-pagination-root.directive.js.map +0 -1
  776. package/esm2022/pagination/index.js +0 -10
  777. package/esm2022/pagination/index.js.map +0 -1
  778. package/esm2022/pagination/pagination-context.service.js +0 -14
  779. package/esm2022/pagination/pagination-context.service.js.map +0 -1
  780. package/esm2022/pagination/qualcomm-ui-angular-core-pagination.js +0 -5
  781. package/esm2022/pagination/qualcomm-ui-angular-core-pagination.js.map +0 -1
  782. package/esm2022/password-input/core-password-input-clear-trigger.directive.js +0 -21
  783. package/esm2022/password-input/core-password-input-clear-trigger.directive.js.map +0 -1
  784. package/esm2022/password-input/core-password-input-error-indicator.directive.js +0 -21
  785. package/esm2022/password-input/core-password-input-error-indicator.directive.js.map +0 -1
  786. package/esm2022/password-input/core-password-input-error-text.directive.js +0 -32
  787. package/esm2022/password-input/core-password-input-error-text.directive.js.map +0 -1
  788. package/esm2022/password-input/core-password-input-hint.directive.js +0 -32
  789. package/esm2022/password-input/core-password-input-hint.directive.js.map +0 -1
  790. package/esm2022/password-input/core-password-input-input-group.directive.js +0 -21
  791. package/esm2022/password-input/core-password-input-input-group.directive.js.map +0 -1
  792. package/esm2022/password-input/core-password-input-input.directive.js +0 -32
  793. package/esm2022/password-input/core-password-input-input.directive.js.map +0 -1
  794. package/esm2022/password-input/core-password-input-label.directive.js +0 -32
  795. package/esm2022/password-input/core-password-input-label.directive.js.map +0 -1
  796. package/esm2022/password-input/core-password-input-root.directive.js +0 -120
  797. package/esm2022/password-input/core-password-input-root.directive.js.map +0 -1
  798. package/esm2022/password-input/core-password-input-visibility-trigger.directive.js +0 -32
  799. package/esm2022/password-input/core-password-input-visibility-trigger.directive.js.map +0 -1
  800. package/esm2022/password-input/index.js +0 -11
  801. package/esm2022/password-input/index.js.map +0 -1
  802. package/esm2022/password-input/password-input-context.service.js +0 -14
  803. package/esm2022/password-input/password-input-context.service.js.map +0 -1
  804. package/esm2022/password-input/qualcomm-ui-angular-core-password-input.js +0 -5
  805. package/esm2022/password-input/qualcomm-ui-angular-core-password-input.js.map +0 -1
  806. package/esm2022/popover/core-popover-anchor.directive.js +0 -30
  807. package/esm2022/popover/core-popover-anchor.directive.js.map +0 -1
  808. package/esm2022/popover/core-popover-arrow-tip.directive.js +0 -19
  809. package/esm2022/popover/core-popover-arrow-tip.directive.js.map +0 -1
  810. package/esm2022/popover/core-popover-arrow.directive.js +0 -30
  811. package/esm2022/popover/core-popover-arrow.directive.js.map +0 -1
  812. package/esm2022/popover/core-popover-close-trigger.directive.js +0 -30
  813. package/esm2022/popover/core-popover-close-trigger.directive.js.map +0 -1
  814. package/esm2022/popover/core-popover-content.directive.js +0 -30
  815. package/esm2022/popover/core-popover-content.directive.js.map +0 -1
  816. package/esm2022/popover/core-popover-description.directive.js +0 -30
  817. package/esm2022/popover/core-popover-description.directive.js.map +0 -1
  818. package/esm2022/popover/core-popover-label.directive.js +0 -30
  819. package/esm2022/popover/core-popover-label.directive.js.map +0 -1
  820. package/esm2022/popover/core-popover-positioner.directive.js +0 -30
  821. package/esm2022/popover/core-popover-positioner.directive.js.map +0 -1
  822. package/esm2022/popover/core-popover-root.directive.js +0 -178
  823. package/esm2022/popover/core-popover-root.directive.js.map +0 -1
  824. package/esm2022/popover/core-popover-trigger.directive.js +0 -30
  825. package/esm2022/popover/core-popover-trigger.directive.js.map +0 -1
  826. package/esm2022/popover/index.js +0 -12
  827. package/esm2022/popover/index.js.map +0 -1
  828. package/esm2022/popover/popover-context.service.js +0 -14
  829. package/esm2022/popover/popover-context.service.js.map +0 -1
  830. package/esm2022/popover/qualcomm-ui-angular-core-popover.js +0 -5
  831. package/esm2022/popover/qualcomm-ui-angular-core-popover.js.map +0 -1
  832. package/esm2022/portal/index.js +0 -4
  833. package/esm2022/portal/index.js.map +0 -1
  834. package/esm2022/portal/portal-context.service.js +0 -16
  835. package/esm2022/portal/portal-context.service.js.map +0 -1
  836. package/esm2022/portal/portal.component.js +0 -125
  837. package/esm2022/portal/portal.component.js.map +0 -1
  838. package/esm2022/portal/portal.directive.js +0 -116
  839. package/esm2022/portal/portal.directive.js.map +0 -1
  840. package/esm2022/portal/qualcomm-ui-angular-core-portal.js +0 -5
  841. package/esm2022/portal/qualcomm-ui-angular-core-portal.js.map +0 -1
  842. package/esm2022/presence/core-presence.directive.js +0 -53
  843. package/esm2022/presence/core-presence.directive.js.map +0 -1
  844. package/esm2022/presence/index.js +0 -5
  845. package/esm2022/presence/index.js.map +0 -1
  846. package/esm2022/presence/presence-context.service.js +0 -59
  847. package/esm2022/presence/presence-context.service.js.map +0 -1
  848. package/esm2022/presence/qualcomm-ui-angular-core-presence.js +0 -5
  849. package/esm2022/presence/qualcomm-ui-angular-core-presence.js.map +0 -1
  850. package/esm2022/presence/render-strategy-context.service.js +0 -14
  851. package/esm2022/presence/render-strategy-context.service.js.map +0 -1
  852. package/esm2022/presence/use-presence-renderer.js +0 -30
  853. package/esm2022/presence/use-presence-renderer.js.map +0 -1
  854. package/esm2022/progress/core-base-progress.directive.js +0 -59
  855. package/esm2022/progress/core-base-progress.directive.js.map +0 -1
  856. package/esm2022/progress/core-progress-bar.directive.js +0 -19
  857. package/esm2022/progress/core-progress-bar.directive.js.map +0 -1
  858. package/esm2022/progress/core-progress-error-text.directive.js +0 -32
  859. package/esm2022/progress/core-progress-error-text.directive.js.map +0 -1
  860. package/esm2022/progress/core-progress-hint.directive.js +0 -32
  861. package/esm2022/progress/core-progress-hint.directive.js.map +0 -1
  862. package/esm2022/progress/core-progress-label.directive.js +0 -32
  863. package/esm2022/progress/core-progress-label.directive.js.map +0 -1
  864. package/esm2022/progress/core-progress-root.directive.js +0 -33
  865. package/esm2022/progress/core-progress-root.directive.js.map +0 -1
  866. package/esm2022/progress/core-progress-track.directive.js +0 -30
  867. package/esm2022/progress/core-progress-track.directive.js.map +0 -1
  868. package/esm2022/progress/core-progress-value-text.directive.js +0 -19
  869. package/esm2022/progress/core-progress-value-text.directive.js.map +0 -1
  870. package/esm2022/progress/index.js +0 -10
  871. package/esm2022/progress/index.js.map +0 -1
  872. package/esm2022/progress/progress-context.service.js +0 -15
  873. package/esm2022/progress/progress-context.service.js.map +0 -1
  874. package/esm2022/progress/qualcomm-ui-angular-core-progress.js +0 -5
  875. package/esm2022/progress/qualcomm-ui-angular-core-progress.js.map +0 -1
  876. package/esm2022/progress-ring/core-progress-ring-bar.directive.js +0 -21
  877. package/esm2022/progress-ring/core-progress-ring-bar.directive.js.map +0 -1
  878. package/esm2022/progress-ring/core-progress-ring-circle.directive.js +0 -32
  879. package/esm2022/progress-ring/core-progress-ring-circle.directive.js.map +0 -1
  880. package/esm2022/progress-ring/core-progress-ring-error-text.directive.js +0 -32
  881. package/esm2022/progress-ring/core-progress-ring-error-text.directive.js.map +0 -1
  882. package/esm2022/progress-ring/core-progress-ring-label.directive.js +0 -32
  883. package/esm2022/progress-ring/core-progress-ring-label.directive.js.map +0 -1
  884. package/esm2022/progress-ring/core-progress-ring-root.directive.js +0 -33
  885. package/esm2022/progress-ring/core-progress-ring-root.directive.js.map +0 -1
  886. package/esm2022/progress-ring/core-progress-ring-track.directive.js +0 -21
  887. package/esm2022/progress-ring/core-progress-ring-track.directive.js.map +0 -1
  888. package/esm2022/progress-ring/core-progress-ring-value-text.directive.js +0 -21
  889. package/esm2022/progress-ring/core-progress-ring-value-text.directive.js.map +0 -1
  890. package/esm2022/progress-ring/index.js +0 -9
  891. package/esm2022/progress-ring/index.js.map +0 -1
  892. package/esm2022/progress-ring/progress-ring-context.service.js +0 -14
  893. package/esm2022/progress-ring/progress-ring-context.service.js.map +0 -1
  894. package/esm2022/progress-ring/qualcomm-ui-angular-core-progress-ring.js +0 -5
  895. package/esm2022/progress-ring/qualcomm-ui-angular-core-progress-ring.js.map +0 -1
  896. package/esm2022/qualcomm-ui-angular-core.js +0 -5
  897. package/esm2022/qualcomm-ui-angular-core.js.map +0 -1
  898. package/esm2022/radio/abstract-radio-form-control.directive.js +0 -261
  899. package/esm2022/radio/abstract-radio-form-control.directive.js.map +0 -1
  900. package/esm2022/radio/core-radio-group-error-text.directive.js +0 -30
  901. package/esm2022/radio/core-radio-group-error-text.directive.js.map +0 -1
  902. package/esm2022/radio/core-radio-group-items.directive.js +0 -19
  903. package/esm2022/radio/core-radio-group-items.directive.js.map +0 -1
  904. package/esm2022/radio/core-radio-group-label.directive.js +0 -30
  905. package/esm2022/radio/core-radio-group-label.directive.js.map +0 -1
  906. package/esm2022/radio/core-radio-group.directive.js +0 -89
  907. package/esm2022/radio/core-radio-group.directive.js.map +0 -1
  908. package/esm2022/radio/core-radio-item-control.directive.js +0 -21
  909. package/esm2022/radio/core-radio-item-control.directive.js.map +0 -1
  910. package/esm2022/radio/core-radio-item-hidden-input.directive.js +0 -33
  911. package/esm2022/radio/core-radio-item-hidden-input.directive.js.map +0 -1
  912. package/esm2022/radio/core-radio-item-label.directive.js +0 -33
  913. package/esm2022/radio/core-radio-item-label.directive.js.map +0 -1
  914. package/esm2022/radio/core-radio-root.directive.js +0 -62
  915. package/esm2022/radio/core-radio-root.directive.js.map +0 -1
  916. package/esm2022/radio/index.js +0 -12
  917. package/esm2022/radio/index.js.map +0 -1
  918. package/esm2022/radio/qualcomm-ui-angular-core-radio.js +0 -5
  919. package/esm2022/radio/qualcomm-ui-angular-core-radio.js.map +0 -1
  920. package/esm2022/radio/radio-context.service.js +0 -14
  921. package/esm2022/radio/radio-context.service.js.map +0 -1
  922. package/esm2022/radio/radio-item-context.service.js +0 -14
  923. package/esm2022/radio/radio-item-context.service.js.map +0 -1
  924. package/esm2022/segmented-control/core-segmented-control-hidden-input.directive.js +0 -29
  925. package/esm2022/segmented-control/core-segmented-control-hidden-input.directive.js.map +0 -1
  926. package/esm2022/segmented-control/core-segmented-control-item-text.directive.js +0 -29
  927. package/esm2022/segmented-control/core-segmented-control-item-text.directive.js.map +0 -1
  928. package/esm2022/segmented-control/core-segmented-control-item.directive.js +0 -53
  929. package/esm2022/segmented-control/core-segmented-control-item.directive.js.map +0 -1
  930. package/esm2022/segmented-control/core-segmented-control-root.directive.js +0 -80
  931. package/esm2022/segmented-control/core-segmented-control-root.directive.js.map +0 -1
  932. package/esm2022/segmented-control/index.js +0 -6
  933. package/esm2022/segmented-control/index.js.map +0 -1
  934. package/esm2022/segmented-control/qualcomm-ui-angular-core-segmented-control.js +0 -5
  935. package/esm2022/segmented-control/qualcomm-ui-angular-core-segmented-control.js.map +0 -1
  936. package/esm2022/segmented-control/segmented-control-context.service.js +0 -14
  937. package/esm2022/segmented-control/segmented-control-context.service.js.map +0 -1
  938. package/esm2022/select/core-select-clear-trigger.directive.js +0 -30
  939. package/esm2022/select/core-select-clear-trigger.directive.js.map +0 -1
  940. package/esm2022/select/core-select-content.directive.js +0 -30
  941. package/esm2022/select/core-select-content.directive.js.map +0 -1
  942. package/esm2022/select/core-select-control.directive.js +0 -30
  943. package/esm2022/select/core-select-control.directive.js.map +0 -1
  944. package/esm2022/select/core-select-error-indicator.directive.js +0 -21
  945. package/esm2022/select/core-select-error-indicator.directive.js.map +0 -1
  946. package/esm2022/select/core-select-error-text.directive.js +0 -32
  947. package/esm2022/select/core-select-error-text.directive.js.map +0 -1
  948. package/esm2022/select/core-select-hidden-select.directive.js +0 -30
  949. package/esm2022/select/core-select-hidden-select.directive.js.map +0 -1
  950. package/esm2022/select/core-select-hint.directive.js +0 -32
  951. package/esm2022/select/core-select-hint.directive.js.map +0 -1
  952. package/esm2022/select/core-select-indicator.directive.js +0 -21
  953. package/esm2022/select/core-select-indicator.directive.js.map +0 -1
  954. package/esm2022/select/core-select-item-indicator.directive.js +0 -21
  955. package/esm2022/select/core-select-item-indicator.directive.js.map +0 -1
  956. package/esm2022/select/core-select-item-text.directive.js +0 -21
  957. package/esm2022/select/core-select-item-text.directive.js.map +0 -1
  958. package/esm2022/select/core-select-item.directive.js +0 -35
  959. package/esm2022/select/core-select-item.directive.js.map +0 -1
  960. package/esm2022/select/core-select-label.directive.js +0 -30
  961. package/esm2022/select/core-select-label.directive.js.map +0 -1
  962. package/esm2022/select/core-select-positioner.directive.js +0 -30
  963. package/esm2022/select/core-select-positioner.directive.js.map +0 -1
  964. package/esm2022/select/core-select-root.directive.js +0 -231
  965. package/esm2022/select/core-select-root.directive.js.map +0 -1
  966. package/esm2022/select/core-select-value-text.directive.js +0 -23
  967. package/esm2022/select/core-select-value-text.directive.js.map +0 -1
  968. package/esm2022/select/index.js +0 -18
  969. package/esm2022/select/index.js.map +0 -1
  970. package/esm2022/select/qualcomm-ui-angular-core-select.js +0 -5
  971. package/esm2022/select/qualcomm-ui-angular-core-select.js.map +0 -1
  972. package/esm2022/select/select-context.service.js +0 -15
  973. package/esm2022/select/select-context.service.js.map +0 -1
  974. package/esm2022/select/select-item-context.service.js +0 -14
  975. package/esm2022/select/select-item-context.service.js.map +0 -1
  976. package/esm2022/signals/access-signal.js +0 -17
  977. package/esm2022/signals/access-signal.js.map +0 -1
  978. package/esm2022/signals/host-binding.js +0 -84
  979. package/esm2022/signals/host-binding.js.map +0 -1
  980. package/esm2022/signals/index.js +0 -4
  981. package/esm2022/signals/index.js.map +0 -1
  982. package/esm2022/signals/qualcomm-ui-angular-core-signals.js +0 -5
  983. package/esm2022/signals/qualcomm-ui-angular-core-signals.js.map +0 -1
  984. package/esm2022/signals/signalify-input.js +0 -4
  985. package/esm2022/signals/signalify-input.js.map +0 -1
  986. package/esm2022/signals/signalify-object.js +0 -73
  987. package/esm2022/signals/signalify-object.js.map +0 -1
  988. package/esm2022/signals/signals.types.js +0 -4
  989. package/esm2022/signals/signals.types.js.map +0 -1
  990. package/esm2022/state/controlled-state-legacy.js +0 -80
  991. package/esm2022/state/controlled-state-legacy.js.map +0 -1
  992. package/esm2022/state/controlled-state.service.js +0 -84
  993. package/esm2022/state/controlled-state.service.js.map +0 -1
  994. package/esm2022/state/index.js +0 -4
  995. package/esm2022/state/index.js.map +0 -1
  996. package/esm2022/state/qualcomm-ui-angular-core-state.js +0 -5
  997. package/esm2022/state/qualcomm-ui-angular-core-state.js.map +0 -1
  998. package/esm2022/state/use-controlled-state.js +0 -28
  999. package/esm2022/state/use-controlled-state.js.map +0 -1
  1000. package/esm2022/switch/core-switch-control.directive.js +0 -19
  1001. package/esm2022/switch/core-switch-control.directive.js.map +0 -1
  1002. package/esm2022/switch/core-switch-error-text.directive.js +0 -30
  1003. package/esm2022/switch/core-switch-error-text.directive.js.map +0 -1
  1004. package/esm2022/switch/core-switch-hidden-input.directive.js +0 -30
  1005. package/esm2022/switch/core-switch-hidden-input.directive.js.map +0 -1
  1006. package/esm2022/switch/core-switch-label.directive.js +0 -30
  1007. package/esm2022/switch/core-switch-label.directive.js.map +0 -1
  1008. package/esm2022/switch/core-switch-root.directive.js +0 -89
  1009. package/esm2022/switch/core-switch-root.directive.js.map +0 -1
  1010. package/esm2022/switch/core-switch-thumb.directive.js +0 -19
  1011. package/esm2022/switch/core-switch-thumb.directive.js.map +0 -1
  1012. package/esm2022/switch/index.js +0 -8
  1013. package/esm2022/switch/index.js.map +0 -1
  1014. package/esm2022/switch/qualcomm-ui-angular-core-switch.js +0 -5
  1015. package/esm2022/switch/qualcomm-ui-angular-core-switch.js.map +0 -1
  1016. package/esm2022/switch/switch-context.service.js +0 -14
  1017. package/esm2022/switch/switch-context.service.js.map +0 -1
  1018. package/esm2022/tabs/core-tab-button.directive.js +0 -35
  1019. package/esm2022/tabs/core-tab-button.directive.js.map +0 -1
  1020. package/esm2022/tabs/core-tab-dismiss-button.directive.js +0 -26
  1021. package/esm2022/tabs/core-tab-dismiss-button.directive.js.map +0 -1
  1022. package/esm2022/tabs/core-tab-root.directive.js +0 -37
  1023. package/esm2022/tabs/core-tab-root.directive.js.map +0 -1
  1024. package/esm2022/tabs/core-tabs-indicator.directive.js +0 -32
  1025. package/esm2022/tabs/core-tabs-indicator.directive.js.map +0 -1
  1026. package/esm2022/tabs/core-tabs-list.directive.js +0 -32
  1027. package/esm2022/tabs/core-tabs-list.directive.js.map +0 -1
  1028. package/esm2022/tabs/core-tabs-panel.directive.js +0 -61
  1029. package/esm2022/tabs/core-tabs-panel.directive.js.map +0 -1
  1030. package/esm2022/tabs/core-tabs-root.directive.js +0 -146
  1031. package/esm2022/tabs/core-tabs-root.directive.js.map +0 -1
  1032. package/esm2022/tabs/index.js +0 -10
  1033. package/esm2022/tabs/index.js.map +0 -1
  1034. package/esm2022/tabs/qualcomm-ui-angular-core-tabs.js +0 -5
  1035. package/esm2022/tabs/qualcomm-ui-angular-core-tabs.js.map +0 -1
  1036. package/esm2022/tabs/tab-context.service.js +0 -14
  1037. package/esm2022/tabs/tab-context.service.js.map +0 -1
  1038. package/esm2022/tabs/tabs-context.service.js +0 -14
  1039. package/esm2022/tabs/tabs-context.service.js.map +0 -1
  1040. package/esm2022/text-area/index.js +0 -2
  1041. package/esm2022/text-area/index.js.map +0 -1
  1042. package/esm2022/text-area/qualcomm-ui-angular-core-text-area.js +0 -5
  1043. package/esm2022/text-area/qualcomm-ui-angular-core-text-area.js.map +0 -1
  1044. package/esm2022/text-input/core-text-input-clear-trigger.directive.js +0 -19
  1045. package/esm2022/text-input/core-text-input-clear-trigger.directive.js.map +0 -1
  1046. package/esm2022/text-input/core-text-input-error-indicator.directive.js +0 -21
  1047. package/esm2022/text-input/core-text-input-error-indicator.directive.js.map +0 -1
  1048. package/esm2022/text-input/core-text-input-error-text.directive.js +0 -26
  1049. package/esm2022/text-input/core-text-input-error-text.directive.js.map +0 -1
  1050. package/esm2022/text-input/core-text-input-hint.directive.js +0 -26
  1051. package/esm2022/text-input/core-text-input-hint.directive.js.map +0 -1
  1052. package/esm2022/text-input/core-text-input-input-group.directive.js +0 -21
  1053. package/esm2022/text-input/core-text-input-input-group.directive.js.map +0 -1
  1054. package/esm2022/text-input/core-text-input-input.directive.js +0 -28
  1055. package/esm2022/text-input/core-text-input-input.directive.js.map +0 -1
  1056. package/esm2022/text-input/core-text-input-label.directive.js +0 -26
  1057. package/esm2022/text-input/core-text-input-label.directive.js.map +0 -1
  1058. package/esm2022/text-input/core-text-input-root.directive.js +0 -82
  1059. package/esm2022/text-input/core-text-input-root.directive.js.map +0 -1
  1060. package/esm2022/text-input/index.js +0 -10
  1061. package/esm2022/text-input/index.js.map +0 -1
  1062. package/esm2022/text-input/qualcomm-ui-angular-core-text-input.js +0 -5
  1063. package/esm2022/text-input/qualcomm-ui-angular-core-text-input.js.map +0 -1
  1064. package/esm2022/text-input/text-input-context.service.js +0 -14
  1065. package/esm2022/text-input/text-input-context.service.js.map +0 -1
  1066. package/esm2022/toast/core-toast-action.directive.js +0 -21
  1067. package/esm2022/toast/core-toast-action.directive.js.map +0 -1
  1068. package/esm2022/toast/core-toast-close-trigger.directive.js +0 -21
  1069. package/esm2022/toast/core-toast-close-trigger.directive.js.map +0 -1
  1070. package/esm2022/toast/core-toast-description.directive.js +0 -23
  1071. package/esm2022/toast/core-toast-description.directive.js.map +0 -1
  1072. package/esm2022/toast/core-toast-label.directive.js +0 -21
  1073. package/esm2022/toast/core-toast-label.directive.js.map +0 -1
  1074. package/esm2022/toast/core-toast-root.directive.js +0 -21
  1075. package/esm2022/toast/core-toast-root.directive.js.map +0 -1
  1076. package/esm2022/toast/core-toaster.directive.js +0 -55
  1077. package/esm2022/toast/core-toaster.directive.js.map +0 -1
  1078. package/esm2022/toast/index.js +0 -9
  1079. package/esm2022/toast/index.js.map +0 -1
  1080. package/esm2022/toast/qualcomm-ui-angular-core-toast.js +0 -5
  1081. package/esm2022/toast/qualcomm-ui-angular-core-toast.js.map +0 -1
  1082. package/esm2022/toast/toast-context.service.js +0 -14
  1083. package/esm2022/toast/toast-context.service.js.map +0 -1
  1084. package/esm2022/toast/toast-group-context.service.js +0 -14
  1085. package/esm2022/toast/toast-group-context.service.js.map +0 -1
  1086. package/esm2022/tooltip/core-tooltip-arrow-tip.directive.js +0 -19
  1087. package/esm2022/tooltip/core-tooltip-arrow-tip.directive.js.map +0 -1
  1088. package/esm2022/tooltip/core-tooltip-arrow.directive.js +0 -30
  1089. package/esm2022/tooltip/core-tooltip-arrow.directive.js.map +0 -1
  1090. package/esm2022/tooltip/core-tooltip-content.directive.js +0 -30
  1091. package/esm2022/tooltip/core-tooltip-content.directive.js.map +0 -1
  1092. package/esm2022/tooltip/core-tooltip-positioner.directive.js +0 -30
  1093. package/esm2022/tooltip/core-tooltip-positioner.directive.js.map +0 -1
  1094. package/esm2022/tooltip/core-tooltip-root.directive.js +0 -82
  1095. package/esm2022/tooltip/core-tooltip-root.directive.js.map +0 -1
  1096. package/esm2022/tooltip/core-tooltip-trigger.directive.js +0 -30
  1097. package/esm2022/tooltip/core-tooltip-trigger.directive.js.map +0 -1
  1098. package/esm2022/tooltip/index.js +0 -8
  1099. package/esm2022/tooltip/index.js.map +0 -1
  1100. package/esm2022/tooltip/qualcomm-ui-angular-core-tooltip.js +0 -5
  1101. package/esm2022/tooltip/qualcomm-ui-angular-core-tooltip.js.map +0 -1
  1102. package/esm2022/tooltip/tooltip-context.service.js +0 -14
  1103. package/esm2022/tooltip/tooltip-context.service.js.map +0 -1
  1104. package/esm2022/virtual/index.js +0 -3
  1105. package/esm2022/virtual/index.js.map +0 -1
  1106. package/esm2022/virtual/proxy.js +0 -95
  1107. package/esm2022/virtual/proxy.js.map +0 -1
  1108. package/esm2022/virtual/qualcomm-ui-angular-core-virtual.js +0 -5
  1109. package/esm2022/virtual/qualcomm-ui-angular-core-virtual.js.map +0 -1
  1110. package/esm2022/virtual/types.js +0 -4
  1111. package/esm2022/virtual/types.js.map +0 -1
  1112. package/esm2022/virtual/virtual.js +0 -89
  1113. package/esm2022/virtual/virtual.js.map +0 -1
  1114. package/events/listener.service.d.ts +0 -27
  1115. package/events/listener.service.d.ts.map +0 -1
  1116. package/events/qualcomm-ui-angular-core-events.d.ts +0 -6
  1117. package/events/qualcomm-ui-angular-core-events.d.ts.map +0 -1
  1118. package/events/use-copy-to-clipboard.d.ts +0 -9
  1119. package/events/use-copy-to-clipboard.d.ts.map +0 -1
  1120. package/forms/form-utils.d.ts +0 -17
  1121. package/forms/form-utils.d.ts.map +0 -1
  1122. package/forms/qualcomm-ui-angular-core-forms.d.ts +0 -6
  1123. package/forms/qualcomm-ui-angular-core-forms.d.ts.map +0 -1
  1124. package/forms/use-forbidden-form-control-warning.d.ts +0 -16
  1125. package/forms/use-forbidden-form-control-warning.d.ts.map +0 -1
  1126. package/highlight/highlight.directive.d.ts +0 -28
  1127. package/highlight/highlight.directive.d.ts.map +0 -1
  1128. package/highlight/qualcomm-ui-angular-core-highlight.d.ts +0 -6
  1129. package/highlight/qualcomm-ui-angular-core-highlight.d.ts.map +0 -1
  1130. package/inline-notification/core-inline-notification-action.directive.d.ts +0 -13
  1131. package/inline-notification/core-inline-notification-action.directive.d.ts.map +0 -1
  1132. package/inline-notification/core-inline-notification-close-trigger.directive.d.ts +0 -20
  1133. package/inline-notification/core-inline-notification-close-trigger.directive.d.ts.map +0 -1
  1134. package/inline-notification/core-inline-notification-description.directive.d.ts +0 -20
  1135. package/inline-notification/core-inline-notification-description.directive.d.ts.map +0 -1
  1136. package/inline-notification/core-inline-notification-icon.directive.d.ts +0 -13
  1137. package/inline-notification/core-inline-notification-icon.directive.d.ts.map +0 -1
  1138. package/inline-notification/core-inline-notification-label.directive.d.ts +0 -20
  1139. package/inline-notification/core-inline-notification-label.directive.d.ts.map +0 -1
  1140. package/inline-notification/core-inline-notification-root.directive.d.ts +0 -50
  1141. package/inline-notification/core-inline-notification-root.directive.d.ts.map +0 -1
  1142. package/inline-notification/inline-notification-context.service.d.ts +0 -9
  1143. package/inline-notification/inline-notification-context.service.d.ts.map +0 -1
  1144. package/inline-notification/qualcomm-ui-angular-core-inline-notification.d.ts +0 -6
  1145. package/inline-notification/qualcomm-ui-angular-core-inline-notification.d.ts.map +0 -1
  1146. package/input/abstract-input-form-control.directive.d.ts +0 -72
  1147. package/input/abstract-input-form-control.directive.d.ts.map +0 -1
  1148. package/input/abstract-list-collection-form-control.directive.d.ts +0 -81
  1149. package/input/abstract-list-collection-form-control.directive.d.ts.map +0 -1
  1150. package/input/input-form-control-provider.d.ts +0 -38
  1151. package/input/input-form-control-provider.d.ts.map +0 -1
  1152. package/input/qualcomm-ui-angular-core-input.d.ts +0 -6
  1153. package/input/qualcomm-ui-angular-core-input.d.ts.map +0 -1
  1154. package/locale/locale-context.service.d.ts +0 -9
  1155. package/locale/locale-context.service.d.ts.map +0 -1
  1156. package/locale/qualcomm-ui-angular-core-locale.d.ts +0 -6
  1157. package/locale/qualcomm-ui-angular-core-locale.d.ts.map +0 -1
  1158. package/locale/use-filter.d.ts +0 -8
  1159. package/locale/use-filter.d.ts.map +0 -1
  1160. package/lorem-ipsum/lorem-ipsum.directive.d.ts +0 -44
  1161. package/lorem-ipsum/lorem-ipsum.directive.d.ts.map +0 -1
  1162. package/lorem-ipsum/qualcomm-ui-angular-core-lorem-ipsum.d.ts +0 -6
  1163. package/lorem-ipsum/qualcomm-ui-angular-core-lorem-ipsum.d.ts.map +0 -1
  1164. package/lucide/lucide.types.d.ts +0 -40
  1165. package/lucide/lucide.types.d.ts.map +0 -1
  1166. package/lucide/provide-icons.d.ts +0 -11
  1167. package/lucide/provide-icons.d.ts.map +0 -1
  1168. package/lucide/qualcomm-ui-angular-core-lucide.d.ts +0 -6
  1169. package/lucide/qualcomm-ui-angular-core-lucide.d.ts.map +0 -1
  1170. package/machine/api-context.directive.d.ts +0 -20
  1171. package/machine/api-context.directive.d.ts.map +0 -1
  1172. package/machine/api-context.service.d.ts +0 -32
  1173. package/machine/api-context.service.d.ts.map +0 -1
  1174. package/machine/bindable-id-collection.d.ts +0 -3
  1175. package/machine/bindable-id-collection.d.ts.map +0 -1
  1176. package/machine/bindable-id.d.ts +0 -3
  1177. package/machine/bindable-id.d.ts.map +0 -1
  1178. package/machine/bindable.d.ts +0 -10
  1179. package/machine/bindable.d.ts.map +0 -1
  1180. package/machine/machine.types.d.ts +0 -8
  1181. package/machine/machine.types.d.ts.map +0 -1
  1182. package/machine/merge-props.d.ts +0 -20
  1183. package/machine/merge-props.d.ts.map +0 -1
  1184. package/machine/normalize-props.d.ts +0 -4
  1185. package/machine/normalize-props.d.ts.map +0 -1
  1186. package/machine/q-bind.directive.d.ts +0 -44
  1187. package/machine/q-bind.directive.d.ts.map +0 -1
  1188. package/machine/qualcomm-ui-angular-core-machine.d.ts +0 -6
  1189. package/machine/qualcomm-ui-angular-core-machine.d.ts.map +0 -1
  1190. package/machine/refs.d.ts +0 -5
  1191. package/machine/refs.d.ts.map +0 -1
  1192. package/machine/track.d.ts +0 -3
  1193. package/machine/track.d.ts.map +0 -1
  1194. package/machine/use-machine.d.ts +0 -12
  1195. package/machine/use-machine.d.ts.map +0 -1
  1196. package/machine/use-track-bindings.d.ts +0 -60
  1197. package/machine/use-track-bindings.d.ts.map +0 -1
  1198. package/menu/base-menu-item.directive.d.ts +0 -40
  1199. package/menu/base-menu-item.directive.d.ts.map +0 -1
  1200. package/menu/core-menu-checkbox-item.directive.d.ts +0 -35
  1201. package/menu/core-menu-checkbox-item.directive.d.ts.map +0 -1
  1202. package/menu/core-menu-content.directive.d.ts +0 -25
  1203. package/menu/core-menu-content.directive.d.ts.map +0 -1
  1204. package/menu/core-menu-context-trigger.directive.d.ts +0 -20
  1205. package/menu/core-menu-context-trigger.directive.d.ts.map +0 -1
  1206. package/menu/core-menu-item-group-label.directive.d.ts +0 -15
  1207. package/menu/core-menu-item-group-label.directive.d.ts.map +0 -1
  1208. package/menu/core-menu-item-group.directive.d.ts +0 -21
  1209. package/menu/core-menu-item-group.directive.d.ts.map +0 -1
  1210. package/menu/core-menu-item-indicator.directive.d.ts +0 -15
  1211. package/menu/core-menu-item-indicator.directive.d.ts.map +0 -1
  1212. package/menu/core-menu-item-label.directive.d.ts +0 -15
  1213. package/menu/core-menu-item-label.directive.d.ts.map +0 -1
  1214. package/menu/core-menu-item-root.directive.d.ts +0 -16
  1215. package/menu/core-menu-item-root.directive.d.ts.map +0 -1
  1216. package/menu/core-menu-positioner.directive.d.ts +0 -22
  1217. package/menu/core-menu-positioner.directive.d.ts.map +0 -1
  1218. package/menu/core-menu-radio-item-group.directive.d.ts +0 -33
  1219. package/menu/core-menu-radio-item-group.directive.d.ts.map +0 -1
  1220. package/menu/core-menu-radio-item.directive.d.ts +0 -18
  1221. package/menu/core-menu-radio-item.directive.d.ts.map +0 -1
  1222. package/menu/core-menu-root.directive.d.ts +0 -131
  1223. package/menu/core-menu-root.directive.d.ts.map +0 -1
  1224. package/menu/core-menu-separator.directive.d.ts +0 -13
  1225. package/menu/core-menu-separator.directive.d.ts.map +0 -1
  1226. package/menu/core-menu-trigger-item.directive.d.ts +0 -21
  1227. package/menu/core-menu-trigger-item.directive.d.ts.map +0 -1
  1228. package/menu/core-menu-trigger.directive.d.ts +0 -22
  1229. package/menu/core-menu-trigger.directive.d.ts.map +0 -1
  1230. package/menu/menu-context.service.d.ts +0 -9
  1231. package/menu/menu-context.service.d.ts.map +0 -1
  1232. package/menu/menu-item-context.service.d.ts +0 -11
  1233. package/menu/menu-item-context.service.d.ts.map +0 -1
  1234. package/menu/menu-item-group-context.service.d.ts +0 -9
  1235. package/menu/menu-item-group-context.service.d.ts.map +0 -1
  1236. package/menu/menu-machine-context.service.d.ts +0 -10
  1237. package/menu/menu-machine-context.service.d.ts.map +0 -1
  1238. package/menu/menu-option-item-context.service.d.ts +0 -11
  1239. package/menu/menu-option-item-context.service.d.ts.map +0 -1
  1240. package/menu/menu-radio-item-group-context.service.d.ts +0 -9
  1241. package/menu/menu-radio-item-group-context.service.d.ts.map +0 -1
  1242. package/menu/menu-trigger-context.service.d.ts +0 -9
  1243. package/menu/menu-trigger-context.service.d.ts.map +0 -1
  1244. package/menu/qualcomm-ui-angular-core-menu.d.ts +0 -6
  1245. package/menu/qualcomm-ui-angular-core-menu.d.ts.map +0 -1
  1246. package/number-input/abstract-number-input-form-control.directive.d.ts +0 -80
  1247. package/number-input/abstract-number-input-form-control.directive.d.ts.map +0 -1
  1248. package/number-input/core-number-input-control.directive.d.ts +0 -13
  1249. package/number-input/core-number-input-control.directive.d.ts.map +0 -1
  1250. package/number-input/core-number-input-decrement-trigger.directive.d.ts +0 -16
  1251. package/number-input/core-number-input-decrement-trigger.directive.d.ts.map +0 -1
  1252. package/number-input/core-number-input-error-indicator.directive.d.ts +0 -13
  1253. package/number-input/core-number-input-error-indicator.directive.d.ts.map +0 -1
  1254. package/number-input/core-number-input-error-text.directive.d.ts +0 -16
  1255. package/number-input/core-number-input-error-text.directive.d.ts.map +0 -1
  1256. package/number-input/core-number-input-hint.directive.d.ts +0 -16
  1257. package/number-input/core-number-input-hint.directive.d.ts.map +0 -1
  1258. package/number-input/core-number-input-increment-trigger.directive.d.ts +0 -16
  1259. package/number-input/core-number-input-increment-trigger.directive.d.ts.map +0 -1
  1260. package/number-input/core-number-input-input-group.directive.d.ts +0 -13
  1261. package/number-input/core-number-input-input-group.directive.d.ts.map +0 -1
  1262. package/number-input/core-number-input-input.directive.d.ts +0 -16
  1263. package/number-input/core-number-input-input.directive.d.ts.map +0 -1
  1264. package/number-input/core-number-input-label.directive.d.ts +0 -16
  1265. package/number-input/core-number-input-label.directive.d.ts.map +0 -1
  1266. package/number-input/core-number-input-root.directive.d.ts +0 -109
  1267. package/number-input/core-number-input-root.directive.d.ts.map +0 -1
  1268. package/number-input/number-input-context.service.d.ts +0 -9
  1269. package/number-input/number-input-context.service.d.ts.map +0 -1
  1270. package/number-input/number-input.validators.d.ts +0 -7
  1271. package/number-input/number-input.validators.d.ts.map +0 -1
  1272. package/number-input/qualcomm-ui-angular-core-number-input.d.ts +0 -6
  1273. package/number-input/qualcomm-ui-angular-core-number-input.d.ts.map +0 -1
  1274. package/observers/intersection-observer.directive.d.ts +0 -13
  1275. package/observers/intersection-observer.directive.d.ts.map +0 -1
  1276. package/observers/qualcomm-ui-angular-core-observers.d.ts +0 -6
  1277. package/observers/qualcomm-ui-angular-core-observers.d.ts.map +0 -1
  1278. package/pagination/core-pagination-next-trigger.directive.d.ts +0 -10
  1279. package/pagination/core-pagination-next-trigger.directive.d.ts.map +0 -1
  1280. package/pagination/core-pagination-page-item.directive.d.ts +0 -16
  1281. package/pagination/core-pagination-page-item.directive.d.ts.map +0 -1
  1282. package/pagination/core-pagination-page-items.directive.d.ts +0 -12
  1283. package/pagination/core-pagination-page-items.directive.d.ts.map +0 -1
  1284. package/pagination/core-pagination-page-metadata.directive.d.ts +0 -10
  1285. package/pagination/core-pagination-page-metadata.directive.d.ts.map +0 -1
  1286. package/pagination/core-pagination-page-size-label.directive.d.ts +0 -13
  1287. package/pagination/core-pagination-page-size-label.directive.d.ts.map +0 -1
  1288. package/pagination/core-pagination-page-size.directive.d.ts +0 -19
  1289. package/pagination/core-pagination-page-size.directive.d.ts.map +0 -1
  1290. package/pagination/core-pagination-prev-trigger.directive.d.ts +0 -10
  1291. package/pagination/core-pagination-prev-trigger.directive.d.ts.map +0 -1
  1292. package/pagination/core-pagination-root.directive.d.ts +0 -83
  1293. package/pagination/core-pagination-root.directive.d.ts.map +0 -1
  1294. package/pagination/pagination-context.service.d.ts +0 -9
  1295. package/pagination/pagination-context.service.d.ts.map +0 -1
  1296. package/pagination/qualcomm-ui-angular-core-pagination.d.ts +0 -6
  1297. package/pagination/qualcomm-ui-angular-core-pagination.d.ts.map +0 -1
  1298. package/password-input/core-password-input-clear-trigger.directive.d.ts +0 -13
  1299. package/password-input/core-password-input-clear-trigger.directive.d.ts.map +0 -1
  1300. package/password-input/core-password-input-error-indicator.directive.d.ts +0 -13
  1301. package/password-input/core-password-input-error-indicator.directive.d.ts.map +0 -1
  1302. package/password-input/core-password-input-error-text.directive.d.ts +0 -20
  1303. package/password-input/core-password-input-error-text.directive.d.ts.map +0 -1
  1304. package/password-input/core-password-input-hint.directive.d.ts +0 -20
  1305. package/password-input/core-password-input-hint.directive.d.ts.map +0 -1
  1306. package/password-input/core-password-input-input-group.directive.d.ts +0 -13
  1307. package/password-input/core-password-input-input-group.directive.d.ts.map +0 -1
  1308. package/password-input/core-password-input-input.directive.d.ts +0 -20
  1309. package/password-input/core-password-input-input.directive.d.ts.map +0 -1
  1310. package/password-input/core-password-input-label.directive.d.ts +0 -20
  1311. package/password-input/core-password-input-label.directive.d.ts.map +0 -1
  1312. package/password-input/core-password-input-root.directive.d.ts +0 -60
  1313. package/password-input/core-password-input-root.directive.d.ts.map +0 -1
  1314. package/password-input/core-password-input-visibility-trigger.directive.d.ts +0 -20
  1315. package/password-input/core-password-input-visibility-trigger.directive.d.ts.map +0 -1
  1316. package/password-input/password-input-context.service.d.ts +0 -9
  1317. package/password-input/password-input-context.service.d.ts.map +0 -1
  1318. package/password-input/qualcomm-ui-angular-core-password-input.d.ts +0 -6
  1319. package/password-input/qualcomm-ui-angular-core-password-input.d.ts.map +0 -1
  1320. package/popover/core-popover-anchor.directive.d.ts +0 -17
  1321. package/popover/core-popover-anchor.directive.d.ts.map +0 -1
  1322. package/popover/core-popover-arrow-tip.directive.d.ts +0 -10
  1323. package/popover/core-popover-arrow-tip.directive.d.ts.map +0 -1
  1324. package/popover/core-popover-arrow.directive.d.ts +0 -17
  1325. package/popover/core-popover-arrow.directive.d.ts.map +0 -1
  1326. package/popover/core-popover-close-trigger.directive.d.ts +0 -17
  1327. package/popover/core-popover-close-trigger.directive.d.ts.map +0 -1
  1328. package/popover/core-popover-content.directive.d.ts +0 -17
  1329. package/popover/core-popover-content.directive.d.ts.map +0 -1
  1330. package/popover/core-popover-description.directive.d.ts +0 -17
  1331. package/popover/core-popover-description.directive.d.ts.map +0 -1
  1332. package/popover/core-popover-label.directive.d.ts +0 -17
  1333. package/popover/core-popover-label.directive.d.ts.map +0 -1
  1334. package/popover/core-popover-positioner.directive.d.ts +0 -17
  1335. package/popover/core-popover-positioner.directive.d.ts.map +0 -1
  1336. package/popover/core-popover-root.directive.d.ts +0 -123
  1337. package/popover/core-popover-root.directive.d.ts.map +0 -1
  1338. package/popover/core-popover-trigger.directive.d.ts +0 -17
  1339. package/popover/core-popover-trigger.directive.d.ts.map +0 -1
  1340. package/popover/popover-context.service.d.ts +0 -9
  1341. package/popover/popover-context.service.d.ts.map +0 -1
  1342. package/popover/qualcomm-ui-angular-core-popover.d.ts +0 -6
  1343. package/popover/qualcomm-ui-angular-core-popover.d.ts.map +0 -1
  1344. package/portal/portal-context.service.d.ts +0 -9
  1345. package/portal/portal-context.service.d.ts.map +0 -1
  1346. package/portal/portal.component.d.ts +0 -37
  1347. package/portal/portal.component.d.ts.map +0 -1
  1348. package/portal/portal.directive.d.ts +0 -27
  1349. package/portal/portal.directive.d.ts.map +0 -1
  1350. package/portal/qualcomm-ui-angular-core-portal.d.ts +0 -6
  1351. package/portal/qualcomm-ui-angular-core-portal.d.ts.map +0 -1
  1352. package/presence/core-presence.directive.d.ts +0 -44
  1353. package/presence/core-presence.directive.d.ts.map +0 -1
  1354. package/presence/presence-context.service.d.ts +0 -22
  1355. package/presence/presence-context.service.d.ts.map +0 -1
  1356. package/presence/qualcomm-ui-angular-core-presence.d.ts +0 -6
  1357. package/presence/qualcomm-ui-angular-core-presence.d.ts.map +0 -1
  1358. package/presence/render-strategy-context.service.d.ts +0 -9
  1359. package/presence/render-strategy-context.service.d.ts.map +0 -1
  1360. package/presence/use-presence-renderer.d.ts +0 -20
  1361. package/presence/use-presence-renderer.d.ts.map +0 -1
  1362. package/progress/core-base-progress.directive.d.ts +0 -45
  1363. package/progress/core-base-progress.directive.d.ts.map +0 -1
  1364. package/progress/core-progress-bar.directive.d.ts +0 -13
  1365. package/progress/core-progress-bar.directive.d.ts.map +0 -1
  1366. package/progress/core-progress-error-text.directive.d.ts +0 -20
  1367. package/progress/core-progress-error-text.directive.d.ts.map +0 -1
  1368. package/progress/core-progress-hint.directive.d.ts +0 -20
  1369. package/progress/core-progress-hint.directive.d.ts.map +0 -1
  1370. package/progress/core-progress-label.directive.d.ts +0 -20
  1371. package/progress/core-progress-label.directive.d.ts.map +0 -1
  1372. package/progress/core-progress-root.directive.d.ts +0 -16
  1373. package/progress/core-progress-root.directive.d.ts.map +0 -1
  1374. package/progress/core-progress-track.directive.d.ts +0 -20
  1375. package/progress/core-progress-track.directive.d.ts.map +0 -1
  1376. package/progress/core-progress-value-text.directive.d.ts +0 -13
  1377. package/progress/core-progress-value-text.directive.d.ts.map +0 -1
  1378. package/progress/progress-context.service.d.ts +0 -9
  1379. package/progress/progress-context.service.d.ts.map +0 -1
  1380. package/progress/qualcomm-ui-angular-core-progress.d.ts +0 -6
  1381. package/progress/qualcomm-ui-angular-core-progress.d.ts.map +0 -1
  1382. package/progress-ring/core-progress-ring-bar.directive.d.ts +0 -13
  1383. package/progress-ring/core-progress-ring-bar.directive.d.ts.map +0 -1
  1384. package/progress-ring/core-progress-ring-circle.directive.d.ts +0 -20
  1385. package/progress-ring/core-progress-ring-circle.directive.d.ts.map +0 -1
  1386. package/progress-ring/core-progress-ring-error-text.directive.d.ts +0 -20
  1387. package/progress-ring/core-progress-ring-error-text.directive.d.ts.map +0 -1
  1388. package/progress-ring/core-progress-ring-label.directive.d.ts +0 -20
  1389. package/progress-ring/core-progress-ring-label.directive.d.ts.map +0 -1
  1390. package/progress-ring/core-progress-ring-root.directive.d.ts +0 -16
  1391. package/progress-ring/core-progress-ring-root.directive.d.ts.map +0 -1
  1392. package/progress-ring/core-progress-ring-track.directive.d.ts +0 -13
  1393. package/progress-ring/core-progress-ring-track.directive.d.ts.map +0 -1
  1394. package/progress-ring/core-progress-ring-value-text.directive.d.ts +0 -13
  1395. package/progress-ring/core-progress-ring-value-text.directive.d.ts.map +0 -1
  1396. package/progress-ring/progress-ring-context.service.d.ts +0 -9
  1397. package/progress-ring/progress-ring-context.service.d.ts.map +0 -1
  1398. package/progress-ring/qualcomm-ui-angular-core-progress-ring.d.ts +0 -6
  1399. package/progress-ring/qualcomm-ui-angular-core-progress-ring.d.ts.map +0 -1
  1400. package/qualcomm-ui-angular-core.d.ts +0 -6
  1401. package/qualcomm-ui-angular-core.d.ts.map +0 -1
  1402. package/radio/abstract-radio-form-control.directive.d.ts +0 -79
  1403. package/radio/abstract-radio-form-control.directive.d.ts.map +0 -1
  1404. package/radio/core-radio-group-error-text.directive.d.ts +0 -20
  1405. package/radio/core-radio-group-error-text.directive.d.ts.map +0 -1
  1406. package/radio/core-radio-group-items.directive.d.ts +0 -13
  1407. package/radio/core-radio-group-items.directive.d.ts.map +0 -1
  1408. package/radio/core-radio-group-label.directive.d.ts +0 -23
  1409. package/radio/core-radio-group-label.directive.d.ts.map +0 -1
  1410. package/radio/core-radio-group.directive.d.ts +0 -44
  1411. package/radio/core-radio-group.directive.d.ts.map +0 -1
  1412. package/radio/core-radio-item-control.directive.d.ts +0 -14
  1413. package/radio/core-radio-item-control.directive.d.ts.map +0 -1
  1414. package/radio/core-radio-item-hidden-input.directive.d.ts +0 -24
  1415. package/radio/core-radio-item-hidden-input.directive.d.ts.map +0 -1
  1416. package/radio/core-radio-item-label.directive.d.ts +0 -24
  1417. package/radio/core-radio-item-label.directive.d.ts.map +0 -1
  1418. package/radio/core-radio-root.directive.d.ts +0 -41
  1419. package/radio/core-radio-root.directive.d.ts.map +0 -1
  1420. package/radio/qualcomm-ui-angular-core-radio.d.ts +0 -6
  1421. package/radio/qualcomm-ui-angular-core-radio.d.ts.map +0 -1
  1422. package/radio/radio-context.service.d.ts +0 -9
  1423. package/radio/radio-context.service.d.ts.map +0 -1
  1424. package/radio/radio-item-context.service.d.ts +0 -9
  1425. package/radio/radio-item-context.service.d.ts.map +0 -1
  1426. package/segmented-control/core-segmented-control-hidden-input.directive.d.ts +0 -23
  1427. package/segmented-control/core-segmented-control-hidden-input.directive.d.ts.map +0 -1
  1428. package/segmented-control/core-segmented-control-item-text.directive.d.ts +0 -23
  1429. package/segmented-control/core-segmented-control-item-text.directive.d.ts.map +0 -1
  1430. package/segmented-control/core-segmented-control-item.directive.d.ts +0 -28
  1431. package/segmented-control/core-segmented-control-item.directive.d.ts.map +0 -1
  1432. package/segmented-control/core-segmented-control-root.directive.d.ts +0 -53
  1433. package/segmented-control/core-segmented-control-root.directive.d.ts.map +0 -1
  1434. package/segmented-control/qualcomm-ui-angular-core-segmented-control.d.ts +0 -6
  1435. package/segmented-control/qualcomm-ui-angular-core-segmented-control.d.ts.map +0 -1
  1436. package/segmented-control/segmented-control-context.service.d.ts +0 -9
  1437. package/segmented-control/segmented-control-context.service.d.ts.map +0 -1
  1438. package/select/core-select-clear-trigger.directive.d.ts +0 -20
  1439. package/select/core-select-clear-trigger.directive.d.ts.map +0 -1
  1440. package/select/core-select-content.directive.d.ts +0 -20
  1441. package/select/core-select-content.directive.d.ts.map +0 -1
  1442. package/select/core-select-control.directive.d.ts +0 -20
  1443. package/select/core-select-control.directive.d.ts.map +0 -1
  1444. package/select/core-select-error-indicator.directive.d.ts +0 -13
  1445. package/select/core-select-error-indicator.directive.d.ts.map +0 -1
  1446. package/select/core-select-error-text.directive.d.ts +0 -20
  1447. package/select/core-select-error-text.directive.d.ts.map +0 -1
  1448. package/select/core-select-hidden-select.directive.d.ts +0 -20
  1449. package/select/core-select-hidden-select.directive.d.ts.map +0 -1
  1450. package/select/core-select-hint.directive.d.ts +0 -20
  1451. package/select/core-select-hint.directive.d.ts.map +0 -1
  1452. package/select/core-select-indicator.directive.d.ts +0 -13
  1453. package/select/core-select-indicator.directive.d.ts.map +0 -1
  1454. package/select/core-select-item-indicator.directive.d.ts +0 -14
  1455. package/select/core-select-item-indicator.directive.d.ts.map +0 -1
  1456. package/select/core-select-item-text.directive.d.ts +0 -14
  1457. package/select/core-select-item-text.directive.d.ts.map +0 -1
  1458. package/select/core-select-item.directive.d.ts +0 -26
  1459. package/select/core-select-item.directive.d.ts.map +0 -1
  1460. package/select/core-select-label.directive.d.ts +0 -20
  1461. package/select/core-select-label.directive.d.ts.map +0 -1
  1462. package/select/core-select-positioner.directive.d.ts +0 -20
  1463. package/select/core-select-positioner.directive.d.ts.map +0 -1
  1464. package/select/core-select-root.directive.d.ts +0 -130
  1465. package/select/core-select-root.directive.d.ts.map +0 -1
  1466. package/select/core-select-value-text.directive.d.ts +0 -17
  1467. package/select/core-select-value-text.directive.d.ts.map +0 -1
  1468. package/select/qualcomm-ui-angular-core-select.d.ts +0 -6
  1469. package/select/qualcomm-ui-angular-core-select.d.ts.map +0 -1
  1470. package/select/select-context.service.d.ts +0 -12
  1471. package/select/select-context.service.d.ts.map +0 -1
  1472. package/select/select-item-context.service.d.ts +0 -9
  1473. package/select/select-item-context.service.d.ts.map +0 -1
  1474. package/signals/access-signal.d.ts +0 -10
  1475. package/signals/access-signal.d.ts.map +0 -1
  1476. package/signals/host-binding.d.ts +0 -58
  1477. package/signals/host-binding.d.ts.map +0 -1
  1478. package/signals/qualcomm-ui-angular-core-signals.d.ts +0 -6
  1479. package/signals/qualcomm-ui-angular-core-signals.d.ts.map +0 -1
  1480. package/signals/signalify-input.d.ts +0 -9
  1481. package/signals/signalify-input.d.ts.map +0 -1
  1482. package/signals/signalify-object.d.ts +0 -5
  1483. package/signals/signalify-object.d.ts.map +0 -1
  1484. package/signals/signals.types.d.ts +0 -3
  1485. package/signals/signals.types.d.ts.map +0 -1
  1486. package/state/controlled-state-legacy.d.ts +0 -49
  1487. package/state/controlled-state-legacy.d.ts.map +0 -1
  1488. package/state/controlled-state.service.d.ts +0 -41
  1489. package/state/controlled-state.service.d.ts.map +0 -1
  1490. package/state/qualcomm-ui-angular-core-state.d.ts +0 -6
  1491. package/state/qualcomm-ui-angular-core-state.d.ts.map +0 -1
  1492. package/state/use-controlled-state.d.ts +0 -13
  1493. package/state/use-controlled-state.d.ts.map +0 -1
  1494. package/switch/core-switch-control.directive.d.ts +0 -13
  1495. package/switch/core-switch-control.directive.d.ts.map +0 -1
  1496. package/switch/core-switch-error-text.directive.d.ts +0 -20
  1497. package/switch/core-switch-error-text.directive.d.ts.map +0 -1
  1498. package/switch/core-switch-hidden-input.directive.d.ts +0 -20
  1499. package/switch/core-switch-hidden-input.directive.d.ts.map +0 -1
  1500. package/switch/core-switch-label.directive.d.ts +0 -20
  1501. package/switch/core-switch-label.directive.d.ts.map +0 -1
  1502. package/switch/core-switch-root.directive.d.ts +0 -48
  1503. package/switch/core-switch-root.directive.d.ts.map +0 -1
  1504. package/switch/core-switch-thumb.directive.d.ts +0 -13
  1505. package/switch/core-switch-thumb.directive.d.ts.map +0 -1
  1506. package/switch/qualcomm-ui-angular-core-switch.d.ts +0 -6
  1507. package/switch/qualcomm-ui-angular-core-switch.d.ts.map +0 -1
  1508. package/switch/switch-context.service.d.ts +0 -9
  1509. package/switch/switch-context.service.d.ts.map +0 -1
  1510. package/tabs/core-tab-button.directive.d.ts +0 -21
  1511. package/tabs/core-tab-button.directive.d.ts.map +0 -1
  1512. package/tabs/core-tab-dismiss-button.directive.d.ts +0 -14
  1513. package/tabs/core-tab-dismiss-button.directive.d.ts.map +0 -1
  1514. package/tabs/core-tab-root.directive.d.ts +0 -26
  1515. package/tabs/core-tab-root.directive.d.ts.map +0 -1
  1516. package/tabs/core-tabs-indicator.directive.d.ts +0 -20
  1517. package/tabs/core-tabs-indicator.directive.d.ts.map +0 -1
  1518. package/tabs/core-tabs-list.directive.d.ts +0 -20
  1519. package/tabs/core-tabs-list.directive.d.ts.map +0 -1
  1520. package/tabs/core-tabs-panel.directive.d.ts +0 -33
  1521. package/tabs/core-tabs-panel.directive.d.ts.map +0 -1
  1522. package/tabs/core-tabs-root.directive.d.ts +0 -104
  1523. package/tabs/core-tabs-root.directive.d.ts.map +0 -1
  1524. package/tabs/qualcomm-ui-angular-core-tabs.d.ts +0 -6
  1525. package/tabs/qualcomm-ui-angular-core-tabs.d.ts.map +0 -1
  1526. package/tabs/tab-context.service.d.ts +0 -9
  1527. package/tabs/tab-context.service.d.ts.map +0 -1
  1528. package/tabs/tabs-context.service.d.ts +0 -9
  1529. package/tabs/tabs-context.service.d.ts.map +0 -1
  1530. package/text-area/qualcomm-ui-angular-core-text-area.d.ts +0 -6
  1531. package/text-area/qualcomm-ui-angular-core-text-area.d.ts.map +0 -1
  1532. package/text-input/core-text-input-clear-trigger.directive.d.ts +0 -13
  1533. package/text-input/core-text-input-clear-trigger.directive.d.ts.map +0 -1
  1534. package/text-input/core-text-input-error-indicator.directive.d.ts +0 -13
  1535. package/text-input/core-text-input-error-indicator.directive.d.ts.map +0 -1
  1536. package/text-input/core-text-input-error-text.directive.d.ts +0 -16
  1537. package/text-input/core-text-input-error-text.directive.d.ts.map +0 -1
  1538. package/text-input/core-text-input-hint.directive.d.ts +0 -16
  1539. package/text-input/core-text-input-hint.directive.d.ts.map +0 -1
  1540. package/text-input/core-text-input-input-group.directive.d.ts +0 -13
  1541. package/text-input/core-text-input-input-group.directive.d.ts.map +0 -1
  1542. package/text-input/core-text-input-input.directive.d.ts +0 -16
  1543. package/text-input/core-text-input-input.directive.d.ts.map +0 -1
  1544. package/text-input/core-text-input-label.directive.d.ts +0 -16
  1545. package/text-input/core-text-input-label.directive.d.ts.map +0 -1
  1546. package/text-input/core-text-input-root.directive.d.ts +0 -36
  1547. package/text-input/core-text-input-root.directive.d.ts.map +0 -1
  1548. package/text-input/qualcomm-ui-angular-core-text-input.d.ts +0 -6
  1549. package/text-input/qualcomm-ui-angular-core-text-input.d.ts.map +0 -1
  1550. package/text-input/text-input-context.service.d.ts +0 -9
  1551. package/text-input/text-input-context.service.d.ts.map +0 -1
  1552. package/toast/core-toast-action.directive.d.ts +0 -13
  1553. package/toast/core-toast-action.directive.d.ts.map +0 -1
  1554. package/toast/core-toast-close-trigger.directive.d.ts +0 -13
  1555. package/toast/core-toast-close-trigger.directive.d.ts.map +0 -1
  1556. package/toast/core-toast-description.directive.d.ts +0 -14
  1557. package/toast/core-toast-description.directive.d.ts.map +0 -1
  1558. package/toast/core-toast-label.directive.d.ts +0 -13
  1559. package/toast/core-toast-label.directive.d.ts.map +0 -1
  1560. package/toast/core-toast-root.directive.d.ts +0 -13
  1561. package/toast/core-toast-root.directive.d.ts.map +0 -1
  1562. package/toast/core-toaster.directive.d.ts +0 -42
  1563. package/toast/core-toaster.directive.d.ts.map +0 -1
  1564. package/toast/qualcomm-ui-angular-core-toast.d.ts +0 -6
  1565. package/toast/qualcomm-ui-angular-core-toast.d.ts.map +0 -1
  1566. package/toast/toast-context.service.d.ts +0 -9
  1567. package/toast/toast-context.service.d.ts.map +0 -1
  1568. package/toast/toast-group-context.service.d.ts +0 -9
  1569. package/toast/toast-group-context.service.d.ts.map +0 -1
  1570. package/tooltip/core-tooltip-arrow-tip.directive.d.ts +0 -10
  1571. package/tooltip/core-tooltip-arrow-tip.directive.d.ts.map +0 -1
  1572. package/tooltip/core-tooltip-arrow.directive.d.ts +0 -17
  1573. package/tooltip/core-tooltip-arrow.directive.d.ts.map +0 -1
  1574. package/tooltip/core-tooltip-content.directive.d.ts +0 -17
  1575. package/tooltip/core-tooltip-content.directive.d.ts.map +0 -1
  1576. package/tooltip/core-tooltip-positioner.directive.d.ts +0 -17
  1577. package/tooltip/core-tooltip-positioner.directive.d.ts.map +0 -1
  1578. package/tooltip/core-tooltip-root.directive.d.ts +0 -53
  1579. package/tooltip/core-tooltip-root.directive.d.ts.map +0 -1
  1580. package/tooltip/core-tooltip-trigger.directive.d.ts +0 -17
  1581. package/tooltip/core-tooltip-trigger.directive.d.ts.map +0 -1
  1582. package/tooltip/qualcomm-ui-angular-core-tooltip.d.ts +0 -6
  1583. package/tooltip/qualcomm-ui-angular-core-tooltip.d.ts.map +0 -1
  1584. package/tooltip/tooltip-context.service.d.ts +0 -9
  1585. package/tooltip/tooltip-context.service.d.ts.map +0 -1
  1586. package/virtual/proxy.d.ts +0 -5
  1587. package/virtual/proxy.d.ts.map +0 -1
  1588. package/virtual/qualcomm-ui-angular-core-virtual.d.ts +0 -6
  1589. package/virtual/qualcomm-ui-angular-core-virtual.d.ts.map +0 -1
  1590. package/virtual/types.d.ts +0 -14
  1591. package/virtual/types.d.ts.map +0 -1
  1592. package/virtual/virtual.d.ts +0 -12
  1593. package/virtual/virtual.d.ts.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"qualcomm-ui-angular-core-tabs.mjs","sources":["../../src/tabs/tab-context.service.ts","../../src/tabs/tabs-context.service.ts","../../src/tabs/core-tab-button.directive.ts","../../src/tabs/core-tab-dismiss-button.directive.ts","../../src/tabs/core-tab-root.directive.ts","../../src/tabs/core-tabs-indicator.directive.ts","../../src/tabs/core-tabs-list.directive.ts","../../src/tabs/core-tabs-panel.directive.ts","../../src/tabs/core-tabs-root.directive.ts","../../src/tabs/qualcomm-ui-angular-core-tabs.ts"],"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 {TabProps} from \"@qualcomm-ui/core/tabs\"\n\n@Injectable()\nexport class TabContextService extends BaseApiContextService<TabProps> {}\n\nexport const [\n TAB_CONTEXT,\n useTabContext,\n provideTabContext,\n]: ApiContext<TabProps> = createApiContext<TabProps>(\n \"TabContext\",\n TabContextService,\n)\n","// 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 {TabsApi} from \"@qualcomm-ui/core/tabs\"\n\n@Injectable()\nexport class TabsContextService extends BaseApiContextService<TabsApi> {}\n\nexport const [\n TABS_CONTEXT,\n useTabsContext,\n provideTabsContext,\n]: ApiContext<TabsApi> = createApiContext<TabsApi>(\n \"TabsContext\",\n TabsContextService,\n)\n","// 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 {useTabContext} from \"./tab-context.service\"\nimport {useTabsContext} from \"./tabs-context.service\"\n\n@Directive()\nexport class CoreTabButtonDirective 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 tabsContext = useTabsContext()\n protected readonly tabContext = useTabContext()\n\n protected readonly hostId = computed(() => useId(this, this.id()))\n\n protected readonly onDestroy = useOnDestroy()\n\n protected readonly trackBindings = useTrackBindings(() => {\n return this.tabsContext().getTabButtonBindings({\n ...this.tabContext(),\n id: this.hostId(),\n onDestroy: this.onDestroy,\n })\n })\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive, input, type OnInit} from \"@angular/core\"\n\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\n\nimport {useTabsContext} from \"./tabs-context.service\"\n\n@Directive()\nexport class CoreTabDismissButtonDirective implements OnInit {\n readonly ariaLabel = input<string | undefined>(undefined, {\n alias: \"aria-label\",\n })\n\n protected readonly tabsContext = useTabsContext()\n\n protected readonly trackBindings = useTrackBindings(() => {\n return this.tabsContext().getTabDismissButtonBindings({\n \"aria-label\": this.ariaLabel(),\n })\n })\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {\n booleanAttribute,\n computed,\n Directive,\n inject,\n input,\n type OnInit,\n} from \"@angular/core\"\n\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\nimport type {SignalifyInput} from \"@qualcomm-ui/angular-core/signals\"\nimport type {TabProps} from \"@qualcomm-ui/core/tabs\"\nimport type {Booleanish} from \"@qualcomm-ui/utils/coercion\"\nimport type {Explicit} from \"@qualcomm-ui/utils/guard\"\n\nimport {TabContextService} from \"./tab-context.service\"\nimport {useTabsContext} from \"./tabs-context.service\"\n\n@Directive()\nexport class CoreTabRootDirective implements OnInit, SignalifyInput<TabProps> {\n /**\n * Whether the tab is disabled\n */\n readonly disabled = input<boolean | undefined, Booleanish>(undefined, {\n transform: booleanAttribute,\n })\n\n /**\n * The value of the tab\n */\n readonly value = input.required<string>()\n\n protected readonly tabsContext = useTabsContext()\n protected readonly tabApi = inject(TabContextService)\n\n protected readonly trackBindings = useTrackBindings(() => {\n return this.tabsContext().getTabBindings()\n })\n\n ngOnInit() {\n this.tabApi.init(\n computed<Explicit<TabProps>>(() => ({\n disabled: this.disabled(),\n value: this.value(),\n })),\n )\n\n this.trackBindings()\n }\n}\n","// 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 {useTabsContext} from \"./tabs-context.service\"\n\n@Directive()\nexport class CoreTabsIndicatorDirective 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 tabsContext = useTabsContext()\n\n protected readonly onDestroy = useOnDestroy()\n\n protected readonly trackBindings = useTrackBindings(() => {\n return this.tabsContext().getIndicatorBindings({\n id: this.hostId(),\n onDestroy: this.onDestroy,\n })\n })\n\n private readonly hostId = computed(() => useId(this, this.id()))\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// 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 {useTabsContext} from \"./tabs-context.service\"\n\n@Directive()\nexport class CoreTabsListDirective 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 tabsContext = useTabsContext()\n\n protected readonly hostId = computed(() => useId(this, this.id()))\n\n protected readonly onDestroy = useOnDestroy()\n\n protected readonly trackBindings = useTrackBindings(() => {\n return this.tabsContext().getListBindings({\n id: this.hostId(),\n onDestroy: this.onDestroy,\n })\n })\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {\n computed,\n Directive,\n effect,\n ElementRef,\n inject,\n Injector,\n input,\n linkedSignal,\n type OnInit,\n} from \"@angular/core\"\n\nimport {useId, useOnDestroy} from \"@qualcomm-ui/angular-core/common\"\nimport {useMachine, useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\nimport {\n PresenceContextService,\n usePresenceRenderer,\n useRenderStrategyContext,\n} from \"@qualcomm-ui/angular-core/presence\"\nimport type {SignalifyInput} from \"@qualcomm-ui/angular-core/signals\"\nimport {createPresenceApi, presenceMachine} from \"@qualcomm-ui/core/presence\"\nimport type {PanelProps} from \"@qualcomm-ui/core/tabs\"\n\nimport {useTabsContext} from \"./tabs-context.service\"\n\n@Directive()\nexport class CoreTabsPanelDirective\n implements OnInit, SignalifyInput<PanelProps>\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>()\n\n /**\n * The value of the associated tab\n */\n readonly value = input.required<string>()\n\n protected readonly tabsContext = useTabsContext()\n protected readonly elementRef = inject(ElementRef)\n\n protected readonly hostId = linkedSignal(() => useId(this, this.id()))\n protected readonly presenceService = inject(PresenceContextService)\n protected readonly renderStrategyContext = useRenderStrategyContext()\n\n protected readonly onDestroy = useOnDestroy()\n\n protected readonly presenceRenderer = usePresenceRenderer()\n\n protected readonly injector = inject(Injector)\n\n protected readonly trackBindings = useTrackBindings(() => {\n return this.tabsContext().getPanelBindings({\n id: this.hostId(),\n onDestroy: this.onDestroy,\n value: this.value(),\n })\n })\n\n constructor() {\n effect(() => {\n const element = this.elementRef.nativeElement\n if (this.presenceService.unmounted()) {\n this.presenceService.setNode(null)\n } else {\n this.presenceService.setNode(element)\n }\n })\n }\n\n ngOnInit() {\n const machine = useMachine(\n presenceMachine,\n computed(() => ({\n lazyMount: this.renderStrategyContext().lazyMount,\n present: this.tabsContext().value === this.value(),\n unmountOnExit: this.renderStrategyContext().unmountOnExit,\n })),\n this.injector,\n )\n\n this.presenceService.init(computed(() => createPresenceApi(machine)))\n\n this.trackBindings()\n }\n}\n","// 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 {useIsMounted, useOnDestroy} from \"@qualcomm-ui/angular-core/common\"\nimport {\n normalizeProps,\n useMachine,\n useTrackBindings,\n} from \"@qualcomm-ui/angular-core/machine\"\nimport {RenderStrategyContextService} from \"@qualcomm-ui/angular-core/presence\"\nimport type {SignalifyInput} from \"@qualcomm-ui/angular-core/signals\"\nimport type {RenderStrategyApiProps} from \"@qualcomm-ui/core/presence\"\nimport {\n createTabsApi,\n type IntlTranslations,\n type TabsActivationMode,\n type TabsApiProps,\n tabsMachine,\n type TabsOrientation,\n} from \"@qualcomm-ui/core/tabs\"\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 {TabsContextService} from \"./tabs-context.service\"\n\n@Directive()\nexport class CoreTabsRootDirective\n implements OnInit, SignalifyInput<TabsApiProps & RenderStrategyApiProps>\n{\n /**\n * The activation mode of the tabs.\n * @option `'automatic'`: Tabs are activated when receiving focus\n * @option `'manual'`: Tabs are activated when clicked or the enter key is pressed.\n *\n * @default \"automatic\"\n */\n readonly activationMode = input<TabsActivationMode | undefined>()\n\n /**\n * Determines whether tabs act as a standalone composite widget (true) or as a\n * non-focusable component within another widget (false).\n *\n * @default true\n */\n readonly composite = input<boolean | undefined, Booleanish>(undefined, {\n transform: booleanAttribute,\n })\n\n /**\n * The initial selected tab value when rendered.\n * Use when you don't need to control the selected tab value.\n */\n readonly defaultValue = input<string | null | undefined>()\n\n /**\n * Whether the active tab can be deselected when clicking on it.\n */\n readonly deselectable = 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 * 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 * When true, the component will not be rendered in the DOM until it becomes\n * visible or active.\n *\n * @default false\n */\n readonly lazyMount = input<boolean | undefined, Booleanish>(undefined, {\n transform: booleanAttribute,\n })\n\n /**\n * Whether the keyboard navigation will loop from last tab to first, and vice versa.\n * @default true\n */\n readonly loopFocus = input<boolean | undefined, Booleanish>(undefined, {\n transform: booleanAttribute,\n })\n\n /**\n * The orientation of the tabs. Can be `horizontal` or `vertical`\n * @option `'horizontal'`: only left and right arrow key navigation will work.\n * @option `'vertical'`: only up and down arrow key navigation will work.\n *\n * @default \"horizontal\"\n */\n readonly orientation = input<TabsOrientation | undefined>()\n\n /**\n * Specifies the localized strings that identifies the accessibility elements and\n * their states\n */\n readonly translations = input<IntlTranslations | undefined>()\n\n /**\n * When true, the component will be completely removed from the DOM when it\n * becomes inactive or hidden, rather than just being hidden with CSS.\n *\n * @default false\n */\n readonly unmountOnExit = input<boolean | undefined, Booleanish>(undefined, {\n transform: booleanAttribute,\n })\n\n /**\n * The controlled selected tab value\n */\n readonly value = input<string | null | undefined>()\n\n /**\n * Callback to be called when the focused tab changes\n */\n readonly focusChanged = output<string>()\n\n /**\n * Callback to be called when the selected/active tab changes\n */\n readonly valueChanged = output<string>()\n\n protected readonly document = inject(DOCUMENT)\n protected readonly injector = inject(Injector)\n protected readonly onDestroy = useOnDestroy()\n\n protected readonly isMounted = useIsMounted()\n protected readonly renderStrategyApi = inject(RenderStrategyContextService)\n\n protected readonly tabsApi = inject(TabsContextService)\n\n protected readonly trackBindings = useTrackBindings(() => {\n return this.tabsApi.context().getRootBindings()\n })\n\n ngOnInit() {\n const machine = useMachine(\n tabsMachine,\n computed<Explicit<TabsApiProps>>(() => ({\n activationMode: this.activationMode(),\n composite: this.composite(),\n defaultValue: this.defaultValue(),\n deselectable: this.deselectable(),\n dir: this.dir(),\n getRootNode: this.getRootNode() ?? (() => this.document),\n loopFocus: this.loopFocus(),\n onFocusChange: (value) => {\n if (this.isMounted()) {\n this.focusChanged.emit(value)\n }\n },\n onValueChange: (value) => {\n if (this.isMounted()) {\n this.valueChanged.emit(value)\n }\n },\n orientation: this.orientation(),\n translations: this.translations(),\n value: this.value(),\n })),\n this.injector,\n )\n\n this.tabsApi.init(computed(() => createTabsApi(machine, normalizeProps)))\n\n this.renderStrategyApi.init(\n computed<Explicit<RenderStrategyApiProps>>(() => ({\n lazyMount: this.lazyMount(),\n unmountOnExit: this.unmountOnExit(),\n })),\n )\n\n this.trackBindings()\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ //# sourceMappingURL=qualcomm-ui-angular-core-text-area.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"qualcomm-ui-angular-core-text-area.mjs","sources":["../../src/text-area/qualcomm-ui-angular-core-text-area.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAA;;AAEG"}
@@ -0,0 +1,234 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Injectable, Directive, input, computed, output, inject } from '@angular/core';
3
+ import { BaseApiContextService, createApiContext, useTrackBindings, useMachine, normalizeProps } from '@qualcomm-ui/angular-core/machine';
4
+ import { useId, useOnDestroy, useIsMounted } from '@qualcomm-ui/angular-core/common';
5
+ import { DOCUMENT } from '@angular/common';
6
+ import { AbstractInputFormControlDirective } from '@qualcomm-ui/angular-core/input';
7
+ import { textInputMachine, createTextInputApi } from '@qualcomm-ui/core/text-input';
8
+
9
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
10
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
11
+ class TextInputContextService extends BaseApiContextService {
12
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TextInputContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TextInputContextService });
14
+ }
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TextInputContextService, decorators: [{
16
+ type: Injectable
17
+ }] });
18
+ const [TEXT_INPUT_CONTEXT, useTextInputContext, provideTextInputContext,] = createApiContext("TextInputContext", TextInputContextService);
19
+
20
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
21
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
22
+ class CoreTextInputClearTriggerDirective {
23
+ textInputContext = useTextInputContext();
24
+ trackBindings = useTrackBindings(() => this.textInputContext().getClearTriggerBindings());
25
+ ngOnInit() {
26
+ this.trackBindings();
27
+ }
28
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreTextInputClearTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
29
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: CoreTextInputClearTriggerDirective, isStandalone: true, ngImport: i0 });
30
+ }
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreTextInputClearTriggerDirective, decorators: [{
32
+ type: Directive
33
+ }] });
34
+
35
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
36
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
37
+ class CoreTextInputErrorIndicatorDirective {
38
+ textInputContext = useTextInputContext();
39
+ trackBindings = useTrackBindings(() => {
40
+ return this.textInputContext().getErrorIndicatorBindings();
41
+ });
42
+ ngOnInit() {
43
+ this.trackBindings();
44
+ }
45
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreTextInputErrorIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
46
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: CoreTextInputErrorIndicatorDirective, isStandalone: true, ngImport: i0 });
47
+ }
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreTextInputErrorIndicatorDirective, decorators: [{
49
+ type: Directive
50
+ }] });
51
+
52
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
53
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
54
+ class CoreTextInputErrorTextDirective {
55
+ id = input(...(ngDevMode ? [undefined, { debugName: "id" }] : []));
56
+ textInputContext = useTextInputContext();
57
+ trackBindings = useTrackBindings(() => this.textInputContext().getErrorTextBindings({
58
+ id: this.hostId(),
59
+ onDestroy: this.onDestroy,
60
+ }));
61
+ hostId = computed(() => useId(this, this.id()), ...(ngDevMode ? [{ debugName: "hostId" }] : []));
62
+ onDestroy = useOnDestroy();
63
+ ngOnInit() {
64
+ this.trackBindings();
65
+ }
66
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreTextInputErrorTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
67
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: CoreTextInputErrorTextDirective, isStandalone: true, inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
68
+ }
69
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreTextInputErrorTextDirective, decorators: [{
70
+ type: Directive
71
+ }], propDecorators: { id: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }] } });
72
+
73
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
74
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
75
+ class CoreTextInputHintDirective {
76
+ id = input(...(ngDevMode ? [undefined, { debugName: "id" }] : []));
77
+ textInputContext = useTextInputContext();
78
+ trackBindings = useTrackBindings(() => this.textInputContext().getHintBindings({
79
+ id: this.hostId(),
80
+ onDestroy: this.onDestroy,
81
+ }));
82
+ hostId = computed(() => useId(this, this.id()), ...(ngDevMode ? [{ debugName: "hostId" }] : []));
83
+ onDestroy = useOnDestroy();
84
+ ngOnInit() {
85
+ this.trackBindings();
86
+ }
87
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreTextInputHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
88
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: CoreTextInputHintDirective, isStandalone: true, inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
89
+ }
90
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreTextInputHintDirective, decorators: [{
91
+ type: Directive
92
+ }], propDecorators: { id: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }] } });
93
+
94
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
95
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
96
+ class CoreTextInputInputGroupDirective {
97
+ textInputContext = useTextInputContext();
98
+ trackBindings = useTrackBindings(() => {
99
+ return this.textInputContext().getInputGroupBindings();
100
+ });
101
+ ngOnInit() {
102
+ this.trackBindings();
103
+ }
104
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreTextInputInputGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
105
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: CoreTextInputInputGroupDirective, isStandalone: true, ngImport: i0 });
106
+ }
107
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreTextInputInputGroupDirective, decorators: [{
108
+ type: Directive
109
+ }] });
110
+
111
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
112
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
113
+ class CoreTextInputInputDirective {
114
+ id = input(...(ngDevMode ? [undefined, { debugName: "id" }] : []));
115
+ textInputContext = useTextInputContext();
116
+ trackBindings = useTrackBindings(() => {
117
+ return this.textInputContext().getInputBindings({
118
+ id: this.hostId(),
119
+ onDestroy: this.onDestroy,
120
+ });
121
+ });
122
+ hostId = computed(() => useId(this, this.id()), ...(ngDevMode ? [{ debugName: "hostId" }] : []));
123
+ onDestroy = useOnDestroy();
124
+ ngOnInit() {
125
+ this.trackBindings();
126
+ }
127
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreTextInputInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
128
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: CoreTextInputInputDirective, isStandalone: true, inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
129
+ }
130
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreTextInputInputDirective, decorators: [{
131
+ type: Directive
132
+ }], propDecorators: { id: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }] } });
133
+
134
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
135
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
136
+ class CoreTextInputLabelDirective {
137
+ id = input(...(ngDevMode ? [undefined, { debugName: "id" }] : []));
138
+ textInputContext = useTextInputContext();
139
+ trackBindings = useTrackBindings(() => this.textInputContext().getLabelBindings({
140
+ id: this.hostId(),
141
+ onDestroy: this.onDestroy,
142
+ }));
143
+ hostId = computed(() => useId(this, this.id()), ...(ngDevMode ? [{ debugName: "hostId" }] : []));
144
+ onDestroy = useOnDestroy();
145
+ ngOnInit() {
146
+ this.trackBindings();
147
+ }
148
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreTextInputLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
149
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: CoreTextInputLabelDirective, isStandalone: true, inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
150
+ }
151
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreTextInputLabelDirective, decorators: [{
152
+ type: Directive
153
+ }], propDecorators: { id: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }] } });
154
+
155
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
156
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
157
+ class CoreTextInputRootDirective extends AbstractInputFormControlDirective {
158
+ /**
159
+ * The document's text/writing direction.
160
+ *
161
+ * @default "ltr"
162
+ */
163
+ dir = input(undefined, ...(ngDevMode ? [{ debugName: "dir" }] : []));
164
+ /**
165
+ * A root node to correctly resolve the Document in custom environments. i.e.,
166
+ * Iframes, Electron.
167
+ */
168
+ getRootNode = input(...(ngDevMode ? [undefined, { debugName: "getRootNode" }] : []));
169
+ /**
170
+ * Event emitted when the input value changes. This is only emitted on
171
+ * interaction. It doesn't emit in response to programmatic form control changes.
172
+ */
173
+ valueChanged = output();
174
+ textInputService = inject(TextInputContextService);
175
+ document = inject(DOCUMENT);
176
+ trackBindings = useTrackBindings(() => this.textInputService.context().getRootBindings());
177
+ isMounted = useIsMounted();
178
+ ngOnInit() {
179
+ super.ngOnInit();
180
+ const machine = useMachine(textInputMachine, computed(() => ({
181
+ defaultValue: this.defaultValue(),
182
+ dir: this.dir(),
183
+ disabled: this.isDisabled(),
184
+ // angular handles this automatically with ngModel and Reactive Forms
185
+ form: undefined,
186
+ getRootNode: this.getRootNode() ?? (() => this.document),
187
+ ids: undefined,
188
+ invalid: this.isInvalid(),
189
+ name: this.name(),
190
+ onFocusChange: (focused) => {
191
+ if (!focused) {
192
+ // only trigger onTouched on blur.
193
+ this.onTouched();
194
+ }
195
+ },
196
+ onValueChange: (value) => {
197
+ if (!this.control) {
198
+ if (this.isMounted()) {
199
+ this.valueChanged.emit(value);
200
+ }
201
+ this.value.set(value);
202
+ return;
203
+ }
204
+ // ngModel is bound to the root, but change events happen on the <input>
205
+ // element and are forwarded to the machine. So we need to fire the value
206
+ // change event to keep the form in sync.
207
+ this.onChange(value);
208
+ if (!this.control?.touched) {
209
+ this.control.markAsTouched?.();
210
+ }
211
+ if (!this.control?.dirty) {
212
+ this.control.markAsDirty?.();
213
+ }
214
+ },
215
+ readOnly: this.readOnly(),
216
+ required: this.isRequired(),
217
+ value: this.value(),
218
+ })), this.injector);
219
+ this.textInputService.init(computed(() => createTextInputApi(machine, normalizeProps)));
220
+ this.trackBindings();
221
+ }
222
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreTextInputRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
223
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: CoreTextInputRootDirective, isStandalone: true, inputs: { dir: { classPropertyName: "dir", publicName: "dir", isSignal: true, isRequired: false, transformFunction: null }, getRootNode: { classPropertyName: "getRootNode", publicName: "getRootNode", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { valueChanged: "valueChanged" }, usesInheritance: true, ngImport: i0 });
224
+ }
225
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreTextInputRootDirective, decorators: [{
226
+ type: Directive
227
+ }], propDecorators: { dir: [{ type: i0.Input, args: [{ isSignal: true, alias: "dir", required: false }] }], getRootNode: [{ type: i0.Input, args: [{ isSignal: true, alias: "getRootNode", required: false }] }], valueChanged: [{ type: i0.Output, args: ["valueChanged"] }] } });
228
+
229
+ /**
230
+ * Generated bundle index. Do not edit.
231
+ */
232
+
233
+ export { CoreTextInputClearTriggerDirective, CoreTextInputErrorIndicatorDirective, CoreTextInputErrorTextDirective, CoreTextInputHintDirective, CoreTextInputInputDirective, CoreTextInputInputGroupDirective, CoreTextInputLabelDirective, CoreTextInputRootDirective, TEXT_INPUT_CONTEXT, TextInputContextService, provideTextInputContext, useTextInputContext };
234
+ //# sourceMappingURL=qualcomm-ui-angular-core-text-input.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"qualcomm-ui-angular-core-text-input.mjs","sources":["../../src/text-input/text-input-context.service.ts","../../src/text-input/core-text-input-clear-trigger.directive.ts","../../src/text-input/core-text-input-error-indicator.directive.ts","../../src/text-input/core-text-input-error-text.directive.ts","../../src/text-input/core-text-input-hint.directive.ts","../../src/text-input/core-text-input-input-group.directive.ts","../../src/text-input/core-text-input-input.directive.ts","../../src/text-input/core-text-input-label.directive.ts","../../src/text-input/core-text-input-root.directive.ts","../../src/text-input/qualcomm-ui-angular-core-text-input.ts"],"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 {TextInputApi} from \"@qualcomm-ui/core/text-input\"\n\n@Injectable()\nexport class TextInputContextService extends BaseApiContextService<TextInputApi> {}\n\nexport const [\n TEXT_INPUT_CONTEXT,\n useTextInputContext,\n provideTextInputContext,\n]: ApiContext<TextInputApi> = createApiContext<TextInputApi>(\n \"TextInputContext\",\n TextInputContextService,\n)\n","// 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 {useTextInputContext} from \"./text-input-context.service\"\n\n@Directive()\nexport class CoreTextInputClearTriggerDirective implements OnInit {\n protected readonly textInputContext = useTextInputContext()\n\n protected readonly trackBindings = useTrackBindings(() =>\n this.textInputContext().getClearTriggerBindings(),\n )\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// 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 {useTextInputContext} from \"./text-input-context.service\"\n\n@Directive()\nexport class CoreTextInputErrorIndicatorDirective implements OnInit {\n protected readonly textInputContext = useTextInputContext()\n\n protected readonly trackBindings = useTrackBindings(() => {\n return this.textInputContext().getErrorIndicatorBindings()\n })\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// 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 {useTextInputContext} from \"./text-input-context.service\"\n\n@Directive()\nexport class CoreTextInputErrorTextDirective implements OnInit {\n readonly id = input<string>()\n\n protected readonly textInputContext = useTextInputContext()\n\n protected readonly trackBindings = useTrackBindings(() =>\n this.textInputContext().getErrorTextBindings({\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","// 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 {useTextInputContext} from \"./text-input-context.service\"\n\n@Directive()\nexport class CoreTextInputHintDirective implements OnInit {\n readonly id = input<string>()\n\n protected readonly textInputContext = useTextInputContext()\n\n protected readonly trackBindings = useTrackBindings(() =>\n this.textInputContext().getHintBindings({\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","// 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 {useTextInputContext} from \"./text-input-context.service\"\n\n@Directive()\nexport class CoreTextInputInputGroupDirective implements OnInit {\n protected readonly textInputContext = useTextInputContext()\n\n protected readonly trackBindings = useTrackBindings(() => {\n return this.textInputContext().getInputGroupBindings()\n })\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// 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 {useTextInputContext} from \"./text-input-context.service\"\n\n@Directive()\nexport class CoreTextInputInputDirective implements OnInit {\n readonly id = input<string>()\n\n protected readonly textInputContext = useTextInputContext()\n\n protected readonly trackBindings = useTrackBindings(() => {\n return this.textInputContext().getInputBindings({\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","// 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 {useTextInputContext} from \"./text-input-context.service\"\n\n@Directive()\nexport class CoreTextInputLabelDirective implements OnInit {\n readonly id = input<string>()\n\n protected readonly textInputContext = useTextInputContext()\n\n protected readonly trackBindings = useTrackBindings(() =>\n this.textInputContext().getLabelBindings({\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","// 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 computed,\n Directive,\n inject,\n input,\n type OnInit,\n output,\n} from \"@angular/core\"\n\nimport {useIsMounted} from \"@qualcomm-ui/angular-core/common\"\nimport {AbstractInputFormControlDirective} from \"@qualcomm-ui/angular-core/input\"\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 createTextInputApi,\n type TextInputApiProps,\n textInputMachine,\n} from \"@qualcomm-ui/core/text-input\"\nimport type {Direction} from \"@qualcomm-ui/utils/direction\"\nimport type {Explicit} from \"@qualcomm-ui/utils/guard\"\n\nimport {TextInputContextService} from \"./text-input-context.service\"\n\n@Directive()\nexport class CoreTextInputRootDirective\n extends AbstractInputFormControlDirective\n implements\n OnInit,\n SignalifyInput<Omit<TextInputApiProps, \"form\" | \"ids\" | \"value\">>\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 * Event emitted when the input value changes. This is only emitted on\n * interaction. It doesn't emit in response to programmatic form control changes.\n */\n readonly valueChanged = output<string>()\n\n protected readonly textInputService = inject(TextInputContextService)\n protected readonly document = inject(DOCUMENT)\n\n protected readonly trackBindings = useTrackBindings(() =>\n this.textInputService.context().getRootBindings(),\n )\n\n protected readonly isMounted = useIsMounted()\n\n override ngOnInit() {\n super.ngOnInit()\n\n const machine = useMachine(\n textInputMachine,\n computed<Explicit<TextInputApiProps>>(() => ({\n defaultValue: this.defaultValue(),\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 invalid: this.isInvalid(),\n name: this.name(),\n onFocusChange: (focused) => {\n if (!focused) {\n // only trigger onTouched on blur.\n this.onTouched()\n }\n },\n onValueChange: (value) => {\n if (!this.control) {\n if (this.isMounted()) {\n this.valueChanged.emit(value)\n }\n this.value.set(value)\n return\n }\n // ngModel is bound to the root, but change events happen on the <input>\n // element and are forwarded to the machine. So we need to fire the value\n // change event to keep the form in sync.\n this.onChange(value)\n if (!this.control?.touched) {\n this.control.markAsTouched?.()\n }\n if (!this.control?.dirty) {\n this.control.markAsDirty?.()\n }\n },\n readOnly: this.readOnly(),\n required: this.isRequired(),\n value: this.value(),\n })),\n this.injector,\n )\n\n this.textInputService.init(\n computed(() => createTextInputApi(machine, normalizeProps)),\n )\n\n this.trackBindings()\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -0,0 +1,170 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Injectable, Directive, input, inject, computed, Injector } from '@angular/core';
3
+ import { BaseApiContextService, createApiContext, useTrackBindings, useMachine, normalizeProps } from '@qualcomm-ui/angular-core/machine';
4
+ import { useOnDestroy, useId } from '@qualcomm-ui/angular-core/common';
5
+ import { DOCUMENT } from '@angular/common';
6
+ import { toastGroupMachine, createToastGroupApi } from '@qualcomm-ui/core/toast';
7
+
8
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
9
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
10
+ class ToastContextService extends BaseApiContextService {
11
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ToastContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ToastContextService });
13
+ }
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ToastContextService, decorators: [{
15
+ type: Injectable
16
+ }] });
17
+ const [TOAST_CONTEXT, useToastContext, provideToastContext,] = createApiContext("ToastContext", ToastContextService);
18
+
19
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
20
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
21
+ class ToastGroupContextService extends BaseApiContextService {
22
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ToastGroupContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
23
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ToastGroupContextService });
24
+ }
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ToastGroupContextService, decorators: [{
26
+ type: Injectable
27
+ }] });
28
+ const [TOAST_GROUP_CONTEXT, useToastGroupContext, provideToastGroupContext,] = createApiContext("ToastGroupContext", ToastGroupContextService);
29
+
30
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
31
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
32
+ class CoreToastActionDirective {
33
+ toastContext = useToastContext();
34
+ trackBindings = useTrackBindings(() => {
35
+ return this.toastContext().getActionTriggerBindings();
36
+ });
37
+ ngOnInit() {
38
+ this.trackBindings();
39
+ }
40
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreToastActionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
41
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: CoreToastActionDirective, isStandalone: true, ngImport: i0 });
42
+ }
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreToastActionDirective, decorators: [{
44
+ type: Directive
45
+ }] });
46
+
47
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
48
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
49
+ class CoreToastCloseTriggerDirective {
50
+ toastContext = useToastContext();
51
+ trackBindings = useTrackBindings(() => {
52
+ return this.toastContext().getCloseTriggerBindings();
53
+ });
54
+ ngOnInit() {
55
+ this.trackBindings();
56
+ }
57
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreToastCloseTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
58
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: CoreToastCloseTriggerDirective, isStandalone: true, ngImport: i0 });
59
+ }
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreToastCloseTriggerDirective, decorators: [{
61
+ type: Directive
62
+ }] });
63
+
64
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
65
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
66
+ class CoreToastDescriptionDirective {
67
+ toastContext = useToastContext();
68
+ trackBindings = useTrackBindings(() => {
69
+ return this.toastContext().getDescriptionBindings();
70
+ });
71
+ onDestroy = useOnDestroy();
72
+ ngOnInit() {
73
+ this.trackBindings();
74
+ }
75
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreToastDescriptionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
76
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: CoreToastDescriptionDirective, isStandalone: true, ngImport: i0 });
77
+ }
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreToastDescriptionDirective, decorators: [{
79
+ type: Directive
80
+ }] });
81
+
82
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
83
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
84
+ class CoreToastLabelDirective {
85
+ toastContext = useToastContext();
86
+ trackBindings = useTrackBindings(() => {
87
+ return this.toastContext().getLabelBindings();
88
+ });
89
+ ngOnInit() {
90
+ this.trackBindings();
91
+ }
92
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreToastLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
93
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: CoreToastLabelDirective, isStandalone: true, ngImport: i0 });
94
+ }
95
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreToastLabelDirective, decorators: [{
96
+ type: Directive
97
+ }] });
98
+
99
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
100
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
101
+ class CoreToastRootDirective {
102
+ toastContext = useToastContext();
103
+ trackBindings = useTrackBindings(() => {
104
+ return this.toastContext().getRootBindings();
105
+ });
106
+ ngOnInit() {
107
+ this.trackBindings();
108
+ }
109
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreToastRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
110
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: CoreToastRootDirective, isStandalone: true, ngImport: i0 });
111
+ }
112
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreToastRootDirective, decorators: [{
113
+ type: Directive
114
+ }] });
115
+
116
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
117
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
118
+ class CoreToasterDirective {
119
+ /**
120
+ * The document's text/writing direction
121
+ *
122
+ * @default 'ltr'
123
+ */
124
+ dir = input(undefined, ...(ngDevMode ? [{ debugName: "dir" }] : []));
125
+ /**
126
+ * A root node to correctly resolve the Document in custom environments. i.e.,
127
+ * Iframes, Electron.
128
+ */
129
+ getRootNode = input(...(ngDevMode ? [undefined, { debugName: "getRootNode" }] : []));
130
+ /**
131
+ * Unique identifier for the toaster
132
+ */
133
+ id = input(...(ngDevMode ? [undefined, { debugName: "id" }] : []));
134
+ /**
135
+ * The toast store instance
136
+ */
137
+ toaster = input.required(...(ngDevMode ? [{ debugName: "toaster" }] : []));
138
+ toastGroupService = inject(ToastGroupContextService);
139
+ toasts = computed(() => this.toastGroupService.context().getToasts(), ...(ngDevMode ? [{ debugName: "toasts" }] : []));
140
+ trackBindings = useTrackBindings(() => {
141
+ return this.toastGroupService.context().getGroupBindings();
142
+ });
143
+ document = inject(DOCUMENT);
144
+ injector = inject(Injector);
145
+ onDestroy = useOnDestroy();
146
+ hostId = computed(() => useId(this, this.id()), ...(ngDevMode ? [{ debugName: "hostId" }] : []));
147
+ machine;
148
+ ngOnInit() {
149
+ this.machine = useMachine(toastGroupMachine, computed(() => ({
150
+ dir: this.dir(),
151
+ getRootNode: this.getRootNode() || (() => this.document),
152
+ id: this.hostId(),
153
+ store: this.toaster(),
154
+ })), this.injector);
155
+ this.toastGroupService.init(computed(() => createToastGroupApi(this.machine, normalizeProps)));
156
+ this.trackBindings();
157
+ }
158
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreToasterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
159
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: CoreToasterDirective, isStandalone: true, inputs: { dir: { classPropertyName: "dir", publicName: "dir", isSignal: true, isRequired: false, transformFunction: null }, getRootNode: { classPropertyName: "getRootNode", publicName: "getRootNode", isSignal: true, isRequired: false, transformFunction: null }, id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, toaster: { classPropertyName: "toaster", publicName: "toaster", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 });
160
+ }
161
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: CoreToasterDirective, decorators: [{
162
+ type: Directive
163
+ }], propDecorators: { dir: [{ type: i0.Input, args: [{ isSignal: true, alias: "dir", required: false }] }], getRootNode: [{ type: i0.Input, args: [{ isSignal: true, alias: "getRootNode", required: false }] }], id: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }], toaster: [{ type: i0.Input, args: [{ isSignal: true, alias: "toaster", required: true }] }] } });
164
+
165
+ /**
166
+ * Generated bundle index. Do not edit.
167
+ */
168
+
169
+ export { CoreToastActionDirective, CoreToastCloseTriggerDirective, CoreToastDescriptionDirective, CoreToastLabelDirective, CoreToastRootDirective, CoreToasterDirective, TOAST_CONTEXT, TOAST_GROUP_CONTEXT, ToastContextService, ToastGroupContextService, provideToastContext, provideToastGroupContext, useToastContext, useToastGroupContext };
170
+ //# sourceMappingURL=qualcomm-ui-angular-core-toast.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"qualcomm-ui-angular-core-toast.mjs","sources":["../../src/toast/toast-context.service.ts","../../src/toast/toast-group-context.service.ts","../../src/toast/core-toast-action.directive.ts","../../src/toast/core-toast-close-trigger.directive.ts","../../src/toast/core-toast-description.directive.ts","../../src/toast/core-toast-label.directive.ts","../../src/toast/core-toast-root.directive.ts","../../src/toast/core-toaster.directive.ts","../../src/toast/qualcomm-ui-angular-core-toast.ts"],"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 {ToastApi} from \"@qualcomm-ui/core/toast\"\n\n@Injectable()\nexport class ToastContextService extends BaseApiContextService<ToastApi> {}\n\nexport const [\n TOAST_CONTEXT,\n useToastContext,\n provideToastContext,\n]: ApiContext<ToastApi> = createApiContext<ToastApi>(\n \"ToastContext\",\n ToastContextService,\n)\n","// 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 {ToastGroupApi} from \"@qualcomm-ui/core/toast\"\n\n@Injectable()\nexport class ToastGroupContextService extends BaseApiContextService<ToastGroupApi> {}\n\nexport const [\n TOAST_GROUP_CONTEXT,\n useToastGroupContext,\n provideToastGroupContext,\n]: ApiContext<ToastGroupApi> = createApiContext<ToastGroupApi>(\n \"ToastGroupContext\",\n ToastGroupContextService,\n)\n","// 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 {useToastContext} from \"./toast-context.service\"\n\n@Directive()\nexport class CoreToastActionDirective implements OnInit {\n protected readonly toastContext = useToastContext()\n\n protected readonly trackBindings = useTrackBindings(() => {\n return this.toastContext().getActionTriggerBindings()\n })\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// 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 {useToastContext} from \"./toast-context.service\"\n\n@Directive()\nexport class CoreToastCloseTriggerDirective implements OnInit {\n protected readonly toastContext = useToastContext()\n\n protected readonly trackBindings = useTrackBindings(() => {\n return this.toastContext().getCloseTriggerBindings()\n })\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// 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 {useOnDestroy} from \"@qualcomm-ui/angular-core/common\"\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\n\nimport {useToastContext} from \"./toast-context.service\"\n\n@Directive()\nexport class CoreToastDescriptionDirective implements OnInit {\n protected readonly toastContext = useToastContext()\n\n protected readonly trackBindings = useTrackBindings(() => {\n return this.toastContext().getDescriptionBindings()\n })\n\n protected readonly onDestroy = useOnDestroy()\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// 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 {useToastContext} from \"./toast-context.service\"\n\n@Directive()\nexport class CoreToastLabelDirective implements OnInit {\n protected readonly toastContext = useToastContext()\n\n protected readonly trackBindings = useTrackBindings(() => {\n return this.toastContext().getLabelBindings()\n })\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// 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 {useToastContext} from \"./toast-context.service\"\n\n@Directive()\nexport class CoreToastRootDirective implements OnInit {\n protected readonly toastContext = useToastContext()\n\n protected readonly trackBindings = useTrackBindings(() => {\n return this.toastContext().getRootBindings()\n })\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// 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 computed,\n Directive,\n inject,\n Injector,\n input,\n type OnInit,\n} from \"@angular/core\"\n\nimport {useId, useOnDestroy} 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 createToastGroupApi,\n toastGroupMachine,\n type ToastGroupProps,\n type ToastGroupSchema,\n type ToastStore,\n} from \"@qualcomm-ui/core/toast\"\nimport type {Direction} from \"@qualcomm-ui/utils/direction\"\nimport type {Explicit} from \"@qualcomm-ui/utils/guard\"\nimport type {Machine} from \"@qualcomm-ui/utils/machine\"\n\nimport {ToastGroupContextService} from \"./toast-group-context.service\"\n\n@Directive()\nexport class CoreToasterDirective\n implements SignalifyInput<Omit<ToastGroupProps, \"store\" | \"id\">>, 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 * Unique identifier for the toaster\n */\n readonly id = input<string>()\n\n /**\n * The toast store instance\n */\n readonly toaster = input.required<ToastStore>()\n\n protected readonly toastGroupService = inject(ToastGroupContextService)\n\n readonly toasts = computed(() => this.toastGroupService.context().getToasts())\n\n protected readonly trackBindings = useTrackBindings(() => {\n return this.toastGroupService.context().getGroupBindings()\n })\n\n protected readonly document = inject(DOCUMENT)\n protected readonly injector = inject(Injector)\n protected readonly onDestroy = useOnDestroy()\n private readonly hostId = computed(() => useId(this, this.id()))\n\n protected machine: Machine<ToastGroupSchema>\n\n ngOnInit() {\n this.machine = useMachine(\n toastGroupMachine,\n computed<Explicit<ToastGroupProps>>(() => ({\n dir: this.dir(),\n getRootNode: this.getRootNode() || (() => this.document),\n id: this.hostId(),\n store: this.toaster(),\n })),\n this.injector,\n )\n\n this.toastGroupService.init(\n computed(() => createToastGroupApi(this.machine, normalizeProps)),\n )\n\n this.trackBindings()\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}