@qualcomm-ui/angular 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1831) hide show
  1. package/accordion/index.d.ts +248 -13
  2. package/accordion/index.d.ts.map +1 -1
  3. package/action-group/index.d.ts +15 -2
  4. package/action-group/index.d.ts.map +1 -1
  5. package/avatar/index.d.ts +62 -6
  6. package/avatar/index.d.ts.map +1 -1
  7. package/breadcrumbs/index.d.ts +114 -9
  8. package/breadcrumbs/index.d.ts.map +1 -1
  9. package/button/index.d.ts +218 -9
  10. package/button/index.d.ts.map +1 -1
  11. package/checkbox/index.d.ts +137 -10
  12. package/checkbox/index.d.ts.map +1 -1
  13. package/checkmark/index.d.ts +13 -2
  14. package/checkmark/index.d.ts.map +1 -1
  15. package/collapsible/index.d.ts +29 -5
  16. package/collapsible/index.d.ts.map +1 -1
  17. package/combobox/index.d.ts +343 -25
  18. package/combobox/index.d.ts.map +1 -1
  19. package/dialog/index.d.ts +224 -17
  20. package/dialog/index.d.ts.map +1 -1
  21. package/divider/index.d.ts +38 -2
  22. package/divider/index.d.ts.map +1 -1
  23. package/drawer/index.d.ts +184 -17
  24. package/drawer/index.d.ts.map +1 -1
  25. package/fesm2022/qualcomm-ui-angular-accordion.mjs +468 -0
  26. package/fesm2022/qualcomm-ui-angular-accordion.mjs.map +1 -0
  27. package/{esm2022/action-group/action-group.directive.js → fesm2022/qualcomm-ui-angular-action-group.mjs} +17 -10
  28. package/fesm2022/qualcomm-ui-angular-action-group.mjs.map +1 -0
  29. package/fesm2022/qualcomm-ui-angular-avatar.mjs +153 -0
  30. package/fesm2022/qualcomm-ui-angular-avatar.mjs.map +1 -0
  31. package/fesm2022/qualcomm-ui-angular-breadcrumbs.mjs +232 -0
  32. package/fesm2022/qualcomm-ui-angular-breadcrumbs.mjs.map +1 -0
  33. package/fesm2022/qualcomm-ui-angular-button.mjs +409 -0
  34. package/fesm2022/qualcomm-ui-angular-button.mjs.map +1 -0
  35. package/fesm2022/qualcomm-ui-angular-checkbox.mjs +350 -0
  36. package/fesm2022/qualcomm-ui-angular-checkbox.mjs.map +1 -0
  37. package/{esm2022/checkmark/checkmark-icon.component.js → fesm2022/qualcomm-ui-angular-checkmark.mjs} +14 -7
  38. package/fesm2022/qualcomm-ui-angular-checkmark.mjs.map +1 -0
  39. package/fesm2022/qualcomm-ui-angular-collapsible.mjs +85 -0
  40. package/fesm2022/qualcomm-ui-angular-collapsible.mjs.map +1 -0
  41. package/fesm2022/qualcomm-ui-angular-combobox.mjs +1176 -0
  42. package/fesm2022/qualcomm-ui-angular-combobox.mjs.map +1 -0
  43. package/fesm2022/qualcomm-ui-angular-dialog.mjs +523 -0
  44. package/fesm2022/qualcomm-ui-angular-dialog.mjs.map +1 -0
  45. package/{esm2022/divider/divider.directive.js → fesm2022/qualcomm-ui-angular-divider.mjs} +16 -9
  46. package/fesm2022/qualcomm-ui-angular-divider.mjs.map +1 -0
  47. package/fesm2022/qualcomm-ui-angular-drawer.mjs +476 -0
  48. package/fesm2022/qualcomm-ui-angular-drawer.mjs.map +1 -0
  49. package/fesm2022/qualcomm-ui-angular-footer.mjs +4 -0
  50. package/fesm2022/qualcomm-ui-angular-footer.mjs.map +1 -0
  51. package/fesm2022/qualcomm-ui-angular-header.mjs +4 -0
  52. package/fesm2022/qualcomm-ui-angular-header.mjs.map +1 -0
  53. package/fesm2022/qualcomm-ui-angular-icon.mjs +242 -0
  54. package/fesm2022/qualcomm-ui-angular-icon.mjs.map +1 -0
  55. package/{esm2022/inline-icon-button/inline-icon-button.component.js → fesm2022/qualcomm-ui-angular-inline-icon-button.mjs} +31 -12
  56. package/fesm2022/qualcomm-ui-angular-inline-icon-button.mjs.map +1 -0
  57. package/fesm2022/qualcomm-ui-angular-inline-notification.mjs +364 -0
  58. package/fesm2022/qualcomm-ui-angular-inline-notification.mjs.map +1 -0
  59. package/fesm2022/qualcomm-ui-angular-input.mjs +253 -0
  60. package/fesm2022/qualcomm-ui-angular-input.mjs.map +1 -0
  61. package/{esm2022/kbd/kbd.directive.js → fesm2022/qualcomm-ui-angular-kbd.mjs} +16 -9
  62. package/fesm2022/qualcomm-ui-angular-kbd.mjs.map +1 -0
  63. package/{esm2022/link/link.directive.js → fesm2022/qualcomm-ui-angular-link.mjs} +21 -11
  64. package/fesm2022/qualcomm-ui-angular-link.mjs.map +1 -0
  65. package/fesm2022/qualcomm-ui-angular-menu.mjs +611 -0
  66. package/fesm2022/qualcomm-ui-angular-menu.mjs.map +1 -0
  67. package/fesm2022/qualcomm-ui-angular-number-input.mjs +617 -0
  68. package/fesm2022/qualcomm-ui-angular-number-input.mjs.map +1 -0
  69. package/fesm2022/qualcomm-ui-angular-pagination.mjs +339 -0
  70. package/fesm2022/qualcomm-ui-angular-pagination.mjs.map +1 -0
  71. package/fesm2022/qualcomm-ui-angular-password-input.mjs +596 -0
  72. package/fesm2022/qualcomm-ui-angular-password-input.mjs.map +1 -0
  73. package/fesm2022/qualcomm-ui-angular-popover.mjs +368 -0
  74. package/fesm2022/qualcomm-ui-angular-popover.mjs.map +1 -0
  75. package/fesm2022/qualcomm-ui-angular-progress-ring.mjs +364 -0
  76. package/fesm2022/qualcomm-ui-angular-progress-ring.mjs.map +1 -0
  77. package/fesm2022/qualcomm-ui-angular-progress.mjs +406 -0
  78. package/fesm2022/qualcomm-ui-angular-progress.mjs.map +1 -0
  79. package/fesm2022/qualcomm-ui-angular-radio.mjs +312 -0
  80. package/fesm2022/qualcomm-ui-angular-radio.mjs.map +1 -0
  81. package/fesm2022/qualcomm-ui-angular-segmented-control.mjs +223 -0
  82. package/fesm2022/qualcomm-ui-angular-segmented-control.mjs.map +1 -0
  83. package/fesm2022/qualcomm-ui-angular-select.mjs +861 -0
  84. package/fesm2022/qualcomm-ui-angular-select.mjs.map +1 -0
  85. package/fesm2022/qualcomm-ui-angular-switch.mjs +313 -0
  86. package/fesm2022/qualcomm-ui-angular-switch.mjs.map +1 -0
  87. package/fesm2022/qualcomm-ui-angular-table.mjs +1315 -0
  88. package/fesm2022/qualcomm-ui-angular-table.mjs.map +1 -0
  89. package/fesm2022/qualcomm-ui-angular-tabs.mjs +423 -0
  90. package/fesm2022/qualcomm-ui-angular-tabs.mjs.map +1 -0
  91. package/{esm2022/tag/tag.directive.js → fesm2022/qualcomm-ui-angular-tag.mjs} +31 -14
  92. package/fesm2022/qualcomm-ui-angular-tag.mjs.map +1 -0
  93. package/fesm2022/qualcomm-ui-angular-text-area.mjs +4 -0
  94. package/fesm2022/qualcomm-ui-angular-text-area.mjs.map +1 -0
  95. package/fesm2022/qualcomm-ui-angular-text-input.mjs +531 -0
  96. package/fesm2022/qualcomm-ui-angular-text-input.mjs.map +1 -0
  97. package/fesm2022/qualcomm-ui-angular-theme.mjs +195 -0
  98. package/fesm2022/qualcomm-ui-angular-theme.mjs.map +1 -0
  99. package/fesm2022/qualcomm-ui-angular-toast.mjs +461 -0
  100. package/fesm2022/qualcomm-ui-angular-toast.mjs.map +1 -0
  101. package/fesm2022/qualcomm-ui-angular-tooltip.mjs +334 -0
  102. package/fesm2022/qualcomm-ui-angular-tooltip.mjs.map +1 -0
  103. package/fesm2022/qualcomm-ui-angular-transitions.mjs +34 -0
  104. package/fesm2022/qualcomm-ui-angular-transitions.mjs.map +1 -0
  105. package/fesm2022/qualcomm-ui-angular-tree.mjs +4 -0
  106. package/fesm2022/qualcomm-ui-angular-tree.mjs.map +1 -0
  107. package/{esm2022/index.js → fesm2022/qualcomm-ui-angular.mjs} +5 -2
  108. package/fesm2022/qualcomm-ui-angular.mjs.map +1 -0
  109. package/footer/index.d.ts +3 -2
  110. package/footer/index.d.ts.map +1 -1
  111. package/header/index.d.ts +3 -2
  112. package/header/index.d.ts.map +1 -1
  113. package/icon/index.d.ts +140 -6
  114. package/icon/index.d.ts.map +1 -1
  115. package/index.d.ts +3 -2
  116. package/index.d.ts.map +1 -1
  117. package/inline-icon-button/index.d.ts +50 -3
  118. package/inline-icon-button/index.d.ts.map +1 -1
  119. package/inline-notification/index.d.ts +128 -10
  120. package/inline-notification/index.d.ts.map +1 -1
  121. package/input/index.d.ts +187 -7
  122. package/input/index.d.ts.map +1 -1
  123. package/kbd/index.d.ts +16 -2
  124. package/kbd/index.d.ts.map +1 -1
  125. package/link/index.d.ts +68 -2
  126. package/link/index.d.ts.map +1 -1
  127. package/menu/index.d.ts +170 -21
  128. package/menu/index.d.ts.map +1 -1
  129. package/number-input/index.d.ts +216 -14
  130. package/number-input/index.d.ts.map +1 -1
  131. package/package.json +92 -88
  132. package/pagination/index.d.ts +133 -11
  133. package/pagination/index.d.ts.map +1 -1
  134. package/password-input/index.d.ts +207 -12
  135. package/password-input/index.d.ts.map +1 -1
  136. package/popover/index.d.ts +168 -14
  137. package/popover/index.d.ts.map +1 -1
  138. package/progress/index.d.ts +163 -12
  139. package/progress/index.d.ts.map +1 -1
  140. package/progress-ring/index.d.ts +144 -13
  141. package/progress-ring/index.d.ts.map +1 -1
  142. package/radio/index.d.ts +111 -9
  143. package/radio/index.d.ts.map +1 -1
  144. package/segmented-control/index.d.ts +83 -8
  145. package/segmented-control/index.d.ts.map +1 -1
  146. package/select/index.d.ts +257 -21
  147. package/select/index.d.ts.map +1 -1
  148. package/switch/index.d.ts +114 -10
  149. package/switch/index.d.ts.map +1 -1
  150. package/table/index.d.ts +483 -4
  151. package/table/index.d.ts.map +1 -1
  152. package/tabs/index.d.ts +155 -11
  153. package/tabs/index.d.ts.map +1 -1
  154. package/tag/index.d.ts +78 -3
  155. package/tag/index.d.ts.map +1 -1
  156. package/text-area/index.d.ts +3 -2
  157. package/text-area/index.d.ts.map +1 -1
  158. package/text-input/index.d.ts +212 -11
  159. package/text-input/index.d.ts.map +1 -1
  160. package/theme/index.d.ts +97 -4
  161. package/theme/index.d.ts.map +1 -1
  162. package/toast/index.d.ts +130 -14
  163. package/toast/index.d.ts.map +1 -1
  164. package/tooltip/index.d.ts +121 -11
  165. package/tooltip/index.d.ts.map +1 -1
  166. package/transitions/index.d.ts +13 -0
  167. package/transitions/index.d.ts.map +1 -0
  168. package/tree/index.d.ts +3 -2
  169. package/tree/index.d.ts.map +1 -1
  170. package/accordion/accordion-item-content-animator.component.d.ts +0 -16
  171. package/accordion/accordion-item-content-animator.component.d.ts.map +0 -1
  172. package/accordion/accordion-item-content-body.component.d.ts +0 -17
  173. package/accordion/accordion-item-content-body.component.d.ts.map +0 -1
  174. package/accordion/accordion-item-content.component.d.ts +0 -7
  175. package/accordion/accordion-item-content.component.d.ts.map +0 -1
  176. package/accordion/accordion-item-icon.component.d.ts +0 -17
  177. package/accordion/accordion-item-icon.component.d.ts.map +0 -1
  178. package/accordion/accordion-item-indicator.component.d.ts +0 -24
  179. package/accordion/accordion-item-indicator.component.d.ts.map +0 -1
  180. package/accordion/accordion-item-root.component.d.ts +0 -39
  181. package/accordion/accordion-item-root.component.d.ts.map +0 -1
  182. package/accordion/accordion-item-secondary-text.component.d.ts +0 -18
  183. package/accordion/accordion-item-secondary-text.component.d.ts.map +0 -1
  184. package/accordion/accordion-item-text.component.d.ts +0 -18
  185. package/accordion/accordion-item-text.component.d.ts.map +0 -1
  186. package/accordion/accordion-item-trigger.component.d.ts +0 -31
  187. package/accordion/accordion-item-trigger.component.d.ts.map +0 -1
  188. package/accordion/accordion-item.component.d.ts +0 -48
  189. package/accordion/accordion-item.component.d.ts.map +0 -1
  190. package/accordion/accordion.component.d.ts +0 -19
  191. package/accordion/accordion.component.d.ts.map +0 -1
  192. package/accordion/accordion.module.d.ts +0 -22
  193. package/accordion/accordion.module.d.ts.map +0 -1
  194. package/accordion/qualcomm-ui-angular-accordion.d.ts +0 -6
  195. package/accordion/qualcomm-ui-angular-accordion.d.ts.map +0 -1
  196. package/action-group/action-group.directive.d.ts +0 -12
  197. package/action-group/action-group.directive.d.ts.map +0 -1
  198. package/action-group/qualcomm-ui-angular-action-group.d.ts +0 -6
  199. package/action-group/qualcomm-ui-angular-action-group.d.ts.map +0 -1
  200. package/avatar/avatar-content.directive.d.ts +0 -9
  201. package/avatar/avatar-content.directive.d.ts.map +0 -1
  202. package/avatar/avatar-image.directive.d.ts +0 -9
  203. package/avatar/avatar-image.directive.d.ts.map +0 -1
  204. package/avatar/avatar-status.directive.d.ts +0 -9
  205. package/avatar/avatar-status.directive.d.ts.map +0 -1
  206. package/avatar/avatar.directive.d.ts +0 -26
  207. package/avatar/avatar.directive.d.ts.map +0 -1
  208. package/avatar/avatar.module.d.ts +0 -11
  209. package/avatar/avatar.module.d.ts.map +0 -1
  210. package/avatar/qds-avatar-context.service.d.ts +0 -9
  211. package/avatar/qds-avatar-context.service.d.ts.map +0 -1
  212. package/avatar/qualcomm-ui-angular-avatar.d.ts +0 -6
  213. package/avatar/qualcomm-ui-angular-avatar.d.ts.map +0 -1
  214. package/breadcrumbs/breadcrumb-item-icon.directive.d.ts +0 -13
  215. package/breadcrumbs/breadcrumb-item-icon.directive.d.ts.map +0 -1
  216. package/breadcrumbs/breadcrumb-item-separator.directive.d.ts +0 -13
  217. package/breadcrumbs/breadcrumb-item-separator.directive.d.ts.map +0 -1
  218. package/breadcrumbs/breadcrumb-item-trigger.directive.d.ts +0 -13
  219. package/breadcrumbs/breadcrumb-item-trigger.directive.d.ts.map +0 -1
  220. package/breadcrumbs/breadcrumb-item.directive.d.ts +0 -26
  221. package/breadcrumbs/breadcrumb-item.directive.d.ts.map +0 -1
  222. package/breadcrumbs/breadcrumbs-list.directive.d.ts +0 -13
  223. package/breadcrumbs/breadcrumbs-list.directive.d.ts.map +0 -1
  224. package/breadcrumbs/breadcrumbs-root.directive.d.ts +0 -26
  225. package/breadcrumbs/breadcrumbs-root.directive.d.ts.map +0 -1
  226. package/breadcrumbs/breadcrumbs.module.d.ts +0 -14
  227. package/breadcrumbs/breadcrumbs.module.d.ts.map +0 -1
  228. package/breadcrumbs/qds-breadcrumbs-context.service.d.ts +0 -9
  229. package/breadcrumbs/qds-breadcrumbs-context.service.d.ts.map +0 -1
  230. package/breadcrumbs/qualcomm-ui-angular-breadcrumbs.d.ts +0 -6
  231. package/breadcrumbs/qualcomm-ui-angular-breadcrumbs.d.ts.map +0 -1
  232. package/button/base-button.directive.d.ts +0 -60
  233. package/button/base-button.directive.d.ts.map +0 -1
  234. package/button/button-group.directive.d.ts +0 -55
  235. package/button/button-group.directive.d.ts.map +0 -1
  236. package/button/button.directive.d.ts +0 -19
  237. package/button/button.directive.d.ts.map +0 -1
  238. package/button/button.module.d.ts +0 -12
  239. package/button/button.module.d.ts.map +0 -1
  240. package/button/icon-button.directive.d.ts +0 -60
  241. package/button/icon-button.directive.d.ts.map +0 -1
  242. package/button/qds-button-context.service.d.ts +0 -9
  243. package/button/qds-button-context.service.d.ts.map +0 -1
  244. package/button/qds-button-group-context.service.d.ts +0 -11
  245. package/button/qds-button-group-context.service.d.ts.map +0 -1
  246. package/button/qds-icon-button-context.service.d.ts +0 -9
  247. package/button/qds-icon-button-context.service.d.ts.map +0 -1
  248. package/button/qualcomm-ui-angular-button.d.ts +0 -6
  249. package/button/qualcomm-ui-angular-button.d.ts.map +0 -1
  250. package/checkbox/checkbox-control.component.d.ts +0 -12
  251. package/checkbox/checkbox-control.component.d.ts.map +0 -1
  252. package/checkbox/checkbox-error-text.component.d.ts +0 -19
  253. package/checkbox/checkbox-error-text.component.d.ts.map +0 -1
  254. package/checkbox/checkbox-hidden-input.directive.d.ts +0 -14
  255. package/checkbox/checkbox-hidden-input.directive.d.ts.map +0 -1
  256. package/checkbox/checkbox-indicator.component.d.ts +0 -13
  257. package/checkbox/checkbox-indicator.component.d.ts.map +0 -1
  258. package/checkbox/checkbox-label.directive.d.ts +0 -12
  259. package/checkbox/checkbox-label.directive.d.ts.map +0 -1
  260. package/checkbox/checkbox-root.directive.d.ts +0 -21
  261. package/checkbox/checkbox-root.directive.d.ts.map +0 -1
  262. package/checkbox/checkbox.component.d.ts +0 -37
  263. package/checkbox/checkbox.component.d.ts.map +0 -1
  264. package/checkbox/checkbox.module.d.ts +0 -17
  265. package/checkbox/checkbox.module.d.ts.map +0 -1
  266. package/checkbox/qds-checkbox-context.service.d.ts +0 -9
  267. package/checkbox/qds-checkbox-context.service.d.ts.map +0 -1
  268. package/checkbox/qualcomm-ui-angular-checkbox.d.ts +0 -6
  269. package/checkbox/qualcomm-ui-angular-checkbox.d.ts.map +0 -1
  270. package/checkmark/checkmark-icon.component.d.ts +0 -10
  271. package/checkmark/checkmark-icon.component.d.ts.map +0 -1
  272. package/checkmark/qualcomm-ui-angular-checkmark.d.ts +0 -6
  273. package/checkmark/qualcomm-ui-angular-checkmark.d.ts.map +0 -1
  274. package/collapsible/collapsible-content.component.d.ts +0 -10
  275. package/collapsible/collapsible-content.component.d.ts.map +0 -1
  276. package/collapsible/collapsible-root.component.d.ts +0 -7
  277. package/collapsible/collapsible-root.component.d.ts.map +0 -1
  278. package/collapsible/collapsible-trigger.component.d.ts +0 -7
  279. package/collapsible/collapsible-trigger.component.d.ts.map +0 -1
  280. package/collapsible/collapsible.module.d.ts +0 -10
  281. package/collapsible/collapsible.module.d.ts.map +0 -1
  282. package/collapsible/qualcomm-ui-angular-collapsible.d.ts +0 -6
  283. package/collapsible/qualcomm-ui-angular-collapsible.d.ts.map +0 -1
  284. package/combobox/combobox-clear-trigger.directive.d.ts +0 -10
  285. package/combobox/combobox-clear-trigger.directive.d.ts.map +0 -1
  286. package/combobox/combobox-content.directive.d.ts +0 -9
  287. package/combobox/combobox-content.directive.d.ts.map +0 -1
  288. package/combobox/combobox-context.directive.d.ts +0 -17
  289. package/combobox/combobox-context.directive.d.ts.map +0 -1
  290. package/combobox/combobox-control.directive.d.ts +0 -10
  291. package/combobox/combobox-control.directive.d.ts.map +0 -1
  292. package/combobox/combobox-empty.directive.d.ts +0 -9
  293. package/combobox/combobox-empty.directive.d.ts.map +0 -1
  294. package/combobox/combobox-error-indicator.directive.d.ts +0 -16
  295. package/combobox/combobox-error-indicator.directive.d.ts.map +0 -1
  296. package/combobox/combobox-error-text.directive.d.ts +0 -15
  297. package/combobox/combobox-error-text.directive.d.ts.map +0 -1
  298. package/combobox/combobox-hint.directive.d.ts +0 -9
  299. package/combobox/combobox-hint.directive.d.ts.map +0 -1
  300. package/combobox/combobox-icon.directive.d.ts +0 -13
  301. package/combobox/combobox-icon.directive.d.ts.map +0 -1
  302. package/combobox/combobox-input.directive.d.ts +0 -9
  303. package/combobox/combobox-input.directive.d.ts.map +0 -1
  304. package/combobox/combobox-item-indicator.directive.d.ts +0 -9
  305. package/combobox/combobox-item-indicator.directive.d.ts.map +0 -1
  306. package/combobox/combobox-item-text.directive.d.ts +0 -9
  307. package/combobox/combobox-item-text.directive.d.ts.map +0 -1
  308. package/combobox/combobox-item.directive.d.ts +0 -9
  309. package/combobox/combobox-item.directive.d.ts.map +0 -1
  310. package/combobox/combobox-items.component.d.ts +0 -7
  311. package/combobox/combobox-items.component.d.ts.map +0 -1
  312. package/combobox/combobox-label.directive.d.ts +0 -10
  313. package/combobox/combobox-label.directive.d.ts.map +0 -1
  314. package/combobox/combobox-positioner.directive.d.ts +0 -9
  315. package/combobox/combobox-positioner.directive.d.ts.map +0 -1
  316. package/combobox/combobox-root.directive.d.ts +0 -26
  317. package/combobox/combobox-root.directive.d.ts.map +0 -1
  318. package/combobox/combobox-trigger.directive.d.ts +0 -10
  319. package/combobox/combobox-trigger.directive.d.ts.map +0 -1
  320. package/combobox/combobox-virtual-content.directive.d.ts +0 -28
  321. package/combobox/combobox-virtual-content.directive.d.ts.map +0 -1
  322. package/combobox/combobox-virtual-item.directive.d.ts +0 -31
  323. package/combobox/combobox-virtual-item.directive.d.ts.map +0 -1
  324. package/combobox/combobox-virtualizer.directive.d.ts +0 -16
  325. package/combobox/combobox-virtualizer.directive.d.ts.map +0 -1
  326. package/combobox/combobox.component.d.ts +0 -80
  327. package/combobox/combobox.component.d.ts.map +0 -1
  328. package/combobox/combobox.module.d.ts +0 -34
  329. package/combobox/combobox.module.d.ts.map +0 -1
  330. package/combobox/qds-combobox-context.service.d.ts +0 -9
  331. package/combobox/qds-combobox-context.service.d.ts.map +0 -1
  332. package/combobox/qualcomm-ui-angular-combobox.d.ts +0 -6
  333. package/combobox/qualcomm-ui-angular-combobox.d.ts.map +0 -1
  334. package/dialog/dialog-backdrop.directive.d.ts +0 -16
  335. package/dialog/dialog-backdrop.directive.d.ts.map +0 -1
  336. package/dialog/dialog-body.component.d.ts +0 -19
  337. package/dialog/dialog-body.component.d.ts.map +0 -1
  338. package/dialog/dialog-close-button.component.d.ts +0 -13
  339. package/dialog/dialog-close-button.component.d.ts.map +0 -1
  340. package/dialog/dialog-close-trigger.directive.d.ts +0 -10
  341. package/dialog/dialog-close-trigger.directive.d.ts.map +0 -1
  342. package/dialog/dialog-content.directive.d.ts +0 -12
  343. package/dialog/dialog-content.directive.d.ts.map +0 -1
  344. package/dialog/dialog-context.directive.d.ts +0 -15
  345. package/dialog/dialog-context.directive.d.ts.map +0 -1
  346. package/dialog/dialog-description.directive.d.ts +0 -10
  347. package/dialog/dialog-description.directive.d.ts.map +0 -1
  348. package/dialog/dialog-floating-portal.component.d.ts +0 -21
  349. package/dialog/dialog-floating-portal.component.d.ts.map +0 -1
  350. package/dialog/dialog-footer.directive.d.ts +0 -12
  351. package/dialog/dialog-footer.directive.d.ts.map +0 -1
  352. package/dialog/dialog-heading.directive.d.ts +0 -12
  353. package/dialog/dialog-heading.directive.d.ts.map +0 -1
  354. package/dialog/dialog-indicator-icon.directive.d.ts +0 -16
  355. package/dialog/dialog-indicator-icon.directive.d.ts.map +0 -1
  356. package/dialog/dialog-positioner.component.d.ts +0 -12
  357. package/dialog/dialog-positioner.component.d.ts.map +0 -1
  358. package/dialog/dialog-root.directive.d.ts +0 -49
  359. package/dialog/dialog-root.directive.d.ts.map +0 -1
  360. package/dialog/dialog-trigger.directive.d.ts +0 -10
  361. package/dialog/dialog-trigger.directive.d.ts.map +0 -1
  362. package/dialog/dialog.module.d.ts +0 -25
  363. package/dialog/dialog.module.d.ts.map +0 -1
  364. package/dialog/qds-dialog-context.service.d.ts +0 -9
  365. package/dialog/qds-dialog-context.service.d.ts.map +0 -1
  366. package/dialog/qualcomm-ui-angular-dialog.d.ts +0 -6
  367. package/dialog/qualcomm-ui-angular-dialog.d.ts.map +0 -1
  368. package/divider/divider.directive.d.ts +0 -33
  369. package/divider/divider.directive.d.ts.map +0 -1
  370. package/divider/qualcomm-ui-angular-divider.d.ts +0 -6
  371. package/divider/qualcomm-ui-angular-divider.d.ts.map +0 -1
  372. package/drawer/drawer-backdrop.directive.d.ts +0 -10
  373. package/drawer/drawer-backdrop.directive.d.ts.map +0 -1
  374. package/drawer/drawer-body.component.d.ts +0 -11
  375. package/drawer/drawer-body.component.d.ts.map +0 -1
  376. package/drawer/drawer-close-button.component.d.ts +0 -10
  377. package/drawer/drawer-close-button.component.d.ts.map +0 -1
  378. package/drawer/drawer-close-trigger.directive.d.ts +0 -10
  379. package/drawer/drawer-close-trigger.directive.d.ts.map +0 -1
  380. package/drawer/drawer-content.directive.d.ts +0 -12
  381. package/drawer/drawer-content.directive.d.ts.map +0 -1
  382. package/drawer/drawer-context.directive.d.ts +0 -16
  383. package/drawer/drawer-context.directive.d.ts.map +0 -1
  384. package/drawer/drawer-description.directive.d.ts +0 -10
  385. package/drawer/drawer-description.directive.d.ts.map +0 -1
  386. package/drawer/drawer-floating-portal.component.d.ts +0 -11
  387. package/drawer/drawer-floating-portal.component.d.ts.map +0 -1
  388. package/drawer/drawer-footer.directive.d.ts +0 -10
  389. package/drawer/drawer-footer.directive.d.ts.map +0 -1
  390. package/drawer/drawer-heading.directive.d.ts +0 -10
  391. package/drawer/drawer-heading.directive.d.ts.map +0 -1
  392. package/drawer/drawer-indicator-icon.directive.d.ts +0 -10
  393. package/drawer/drawer-indicator-icon.directive.d.ts.map +0 -1
  394. package/drawer/drawer-positioner.component.d.ts +0 -12
  395. package/drawer/drawer-positioner.component.d.ts.map +0 -1
  396. package/drawer/drawer-root.component.d.ts +0 -48
  397. package/drawer/drawer-root.component.d.ts.map +0 -1
  398. package/drawer/drawer-trigger.directive.d.ts +0 -7
  399. package/drawer/drawer-trigger.directive.d.ts.map +0 -1
  400. package/drawer/drawer.module.d.ts +0 -25
  401. package/drawer/drawer.module.d.ts.map +0 -1
  402. package/drawer/qds-drawer-context.service.d.ts +0 -9
  403. package/drawer/qds-drawer-context.service.d.ts.map +0 -1
  404. package/drawer/qualcomm-ui-angular-drawer.d.ts +0 -6
  405. package/drawer/qualcomm-ui-angular-drawer.d.ts.map +0 -1
  406. package/esm2022/accordion/accordion-item-content-animator.component.js +0 -48
  407. package/esm2022/accordion/accordion-item-content-animator.component.js.map +0 -1
  408. package/esm2022/accordion/accordion-item-content-body.component.js +0 -21
  409. package/esm2022/accordion/accordion-item-content-body.component.js.map +0 -1
  410. package/esm2022/accordion/accordion-item-content.component.js +0 -27
  411. package/esm2022/accordion/accordion-item-content.component.js.map +0 -1
  412. package/esm2022/accordion/accordion-item-icon.component.js +0 -21
  413. package/esm2022/accordion/accordion-item-icon.component.js.map +0 -1
  414. package/esm2022/accordion/accordion-item-indicator.component.js +0 -34
  415. package/esm2022/accordion/accordion-item-indicator.component.js.map +0 -1
  416. package/esm2022/accordion/accordion-item-root.component.js +0 -45
  417. package/esm2022/accordion/accordion-item-root.component.js.map +0 -1
  418. package/esm2022/accordion/accordion-item-secondary-text.component.js +0 -22
  419. package/esm2022/accordion/accordion-item-secondary-text.component.js.map +0 -1
  420. package/esm2022/accordion/accordion-item-text.component.js +0 -22
  421. package/esm2022/accordion/accordion-item-text.component.js.map +0 -1
  422. package/esm2022/accordion/accordion-item-trigger.component.js +0 -61
  423. package/esm2022/accordion/accordion-item-trigger.component.js.map +0 -1
  424. package/esm2022/accordion/accordion-item.component.js +0 -111
  425. package/esm2022/accordion/accordion-item.component.js.map +0 -1
  426. package/esm2022/accordion/accordion.component.js +0 -35
  427. package/esm2022/accordion/accordion.component.js.map +0 -1
  428. package/esm2022/accordion/accordion.module.js +0 -77
  429. package/esm2022/accordion/accordion.module.js.map +0 -1
  430. package/esm2022/accordion/index.js +0 -13
  431. package/esm2022/accordion/index.js.map +0 -1
  432. package/esm2022/accordion/qualcomm-ui-angular-accordion.js +0 -5
  433. package/esm2022/accordion/qualcomm-ui-angular-accordion.js.map +0 -1
  434. package/esm2022/action-group/action-group.directive.js.map +0 -1
  435. package/esm2022/action-group/index.js +0 -2
  436. package/esm2022/action-group/index.js.map +0 -1
  437. package/esm2022/action-group/qualcomm-ui-angular-action-group.js +0 -5
  438. package/esm2022/action-group/qualcomm-ui-angular-action-group.js.map +0 -1
  439. package/esm2022/avatar/avatar-content.directive.js +0 -23
  440. package/esm2022/avatar/avatar-content.directive.js.map +0 -1
  441. package/esm2022/avatar/avatar-image.directive.js +0 -23
  442. package/esm2022/avatar/avatar-image.directive.js.map +0 -1
  443. package/esm2022/avatar/avatar-status.directive.js +0 -23
  444. package/esm2022/avatar/avatar-status.directive.js.map +0 -1
  445. package/esm2022/avatar/avatar.directive.js +0 -48
  446. package/esm2022/avatar/avatar.directive.js.map +0 -1
  447. package/esm2022/avatar/avatar.module.js +0 -37
  448. package/esm2022/avatar/avatar.module.js.map +0 -1
  449. package/esm2022/avatar/index.js +0 -6
  450. package/esm2022/avatar/index.js.map +0 -1
  451. package/esm2022/avatar/qds-avatar-context.service.js +0 -14
  452. package/esm2022/avatar/qds-avatar-context.service.js.map +0 -1
  453. package/esm2022/avatar/qualcomm-ui-angular-avatar.js +0 -5
  454. package/esm2022/avatar/qualcomm-ui-angular-avatar.js.map +0 -1
  455. package/esm2022/breadcrumbs/breadcrumb-item-icon.directive.js +0 -23
  456. package/esm2022/breadcrumbs/breadcrumb-item-icon.directive.js.map +0 -1
  457. package/esm2022/breadcrumbs/breadcrumb-item-separator.directive.js +0 -23
  458. package/esm2022/breadcrumbs/breadcrumb-item-separator.directive.js.map +0 -1
  459. package/esm2022/breadcrumbs/breadcrumb-item-trigger.directive.js +0 -23
  460. package/esm2022/breadcrumbs/breadcrumb-item-trigger.directive.js.map +0 -1
  461. package/esm2022/breadcrumbs/breadcrumb-item.directive.js +0 -63
  462. package/esm2022/breadcrumbs/breadcrumb-item.directive.js.map +0 -1
  463. package/esm2022/breadcrumbs/breadcrumbs-list.directive.js +0 -23
  464. package/esm2022/breadcrumbs/breadcrumbs-list.directive.js.map +0 -1
  465. package/esm2022/breadcrumbs/breadcrumbs-root.directive.js +0 -41
  466. package/esm2022/breadcrumbs/breadcrumbs-root.directive.js.map +0 -1
  467. package/esm2022/breadcrumbs/breadcrumbs.module.js +0 -49
  468. package/esm2022/breadcrumbs/breadcrumbs.module.js.map +0 -1
  469. package/esm2022/breadcrumbs/index.js +0 -9
  470. package/esm2022/breadcrumbs/index.js.map +0 -1
  471. package/esm2022/breadcrumbs/qds-breadcrumbs-context.service.js +0 -14
  472. package/esm2022/breadcrumbs/qds-breadcrumbs-context.service.js.map +0 -1
  473. package/esm2022/breadcrumbs/qualcomm-ui-angular-breadcrumbs.js +0 -5
  474. package/esm2022/breadcrumbs/qualcomm-ui-angular-breadcrumbs.js.map +0 -1
  475. package/esm2022/button/base-button.directive.js +0 -82
  476. package/esm2022/button/base-button.directive.js.map +0 -1
  477. package/esm2022/button/button-group.directive.js +0 -84
  478. package/esm2022/button/button-group.directive.js.map +0 -1
  479. package/esm2022/button/button.directive.js +0 -100
  480. package/esm2022/button/button.directive.js.map +0 -1
  481. package/esm2022/button/button.module.js +0 -31
  482. package/esm2022/button/button.module.js.map +0 -1
  483. package/esm2022/button/icon-button.directive.js +0 -93
  484. package/esm2022/button/icon-button.directive.js.map +0 -1
  485. package/esm2022/button/index.js +0 -9
  486. package/esm2022/button/index.js.map +0 -1
  487. package/esm2022/button/qds-button-context.service.js +0 -14
  488. package/esm2022/button/qds-button-context.service.js.map +0 -1
  489. package/esm2022/button/qds-button-group-context.service.js +0 -14
  490. package/esm2022/button/qds-button-group-context.service.js.map +0 -1
  491. package/esm2022/button/qds-icon-button-context.service.js +0 -14
  492. package/esm2022/button/qds-icon-button-context.service.js.map +0 -1
  493. package/esm2022/button/qualcomm-ui-angular-button.js +0 -5
  494. package/esm2022/button/qualcomm-ui-angular-button.js.map +0 -1
  495. package/esm2022/checkbox/checkbox-control.component.js +0 -36
  496. package/esm2022/checkbox/checkbox-control.component.js.map +0 -1
  497. package/esm2022/checkbox/checkbox-error-text.component.js +0 -41
  498. package/esm2022/checkbox/checkbox-error-text.component.js.map +0 -1
  499. package/esm2022/checkbox/checkbox-hidden-input.directive.js +0 -32
  500. package/esm2022/checkbox/checkbox-hidden-input.directive.js.map +0 -1
  501. package/esm2022/checkbox/checkbox-indicator.component.js +0 -43
  502. package/esm2022/checkbox/checkbox-indicator.component.js.map +0 -1
  503. package/esm2022/checkbox/checkbox-label.directive.js +0 -26
  504. package/esm2022/checkbox/checkbox-label.directive.js.map +0 -1
  505. package/esm2022/checkbox/checkbox-root.directive.js +0 -36
  506. package/esm2022/checkbox/checkbox-root.directive.js.map +0 -1
  507. package/esm2022/checkbox/checkbox.component.js +0 -104
  508. package/esm2022/checkbox/checkbox.component.js.map +0 -1
  509. package/esm2022/checkbox/checkbox.module.js +0 -56
  510. package/esm2022/checkbox/checkbox.module.js.map +0 -1
  511. package/esm2022/checkbox/index.js +0 -10
  512. package/esm2022/checkbox/index.js.map +0 -1
  513. package/esm2022/checkbox/qds-checkbox-context.service.js +0 -14
  514. package/esm2022/checkbox/qds-checkbox-context.service.js.map +0 -1
  515. package/esm2022/checkbox/qualcomm-ui-angular-checkbox.js +0 -5
  516. package/esm2022/checkbox/qualcomm-ui-angular-checkbox.js.map +0 -1
  517. package/esm2022/checkmark/checkmark-icon.component.js.map +0 -1
  518. package/esm2022/checkmark/index.js +0 -2
  519. package/esm2022/checkmark/index.js.map +0 -1
  520. package/esm2022/checkmark/qualcomm-ui-angular-checkmark.js +0 -5
  521. package/esm2022/checkmark/qualcomm-ui-angular-checkmark.js.map +0 -1
  522. package/esm2022/collapsible/collapsible-content.component.js +0 -22
  523. package/esm2022/collapsible/collapsible-content.component.js.map +0 -1
  524. package/esm2022/collapsible/collapsible-root.component.js +0 -18
  525. package/esm2022/collapsible/collapsible-root.component.js.map +0 -1
  526. package/esm2022/collapsible/collapsible-trigger.component.js +0 -17
  527. package/esm2022/collapsible/collapsible-trigger.component.js.map +0 -1
  528. package/esm2022/collapsible/collapsible.module.js +0 -32
  529. package/esm2022/collapsible/collapsible.module.js.map +0 -1
  530. package/esm2022/collapsible/index.js +0 -5
  531. package/esm2022/collapsible/index.js.map +0 -1
  532. package/esm2022/collapsible/qualcomm-ui-angular-collapsible.js +0 -5
  533. package/esm2022/collapsible/qualcomm-ui-angular-collapsible.js.map +0 -1
  534. package/esm2022/combobox/combobox-clear-trigger.directive.js +0 -40
  535. package/esm2022/combobox/combobox-clear-trigger.directive.js.map +0 -1
  536. package/esm2022/combobox/combobox-content.directive.js +0 -23
  537. package/esm2022/combobox/combobox-content.directive.js.map +0 -1
  538. package/esm2022/combobox/combobox-context.directive.js +0 -29
  539. package/esm2022/combobox/combobox-context.directive.js.map +0 -1
  540. package/esm2022/combobox/combobox-control.directive.js +0 -48
  541. package/esm2022/combobox/combobox-control.directive.js.map +0 -1
  542. package/esm2022/combobox/combobox-empty.directive.js +0 -23
  543. package/esm2022/combobox/combobox-empty.directive.js.map +0 -1
  544. package/esm2022/combobox/combobox-error-indicator.directive.js +0 -40
  545. package/esm2022/combobox/combobox-error-indicator.directive.js.map +0 -1
  546. package/esm2022/combobox/combobox-error-text.directive.js +0 -39
  547. package/esm2022/combobox/combobox-error-text.directive.js.map +0 -1
  548. package/esm2022/combobox/combobox-hint.directive.js +0 -23
  549. package/esm2022/combobox/combobox-hint.directive.js.map +0 -1
  550. package/esm2022/combobox/combobox-icon.directive.js +0 -23
  551. package/esm2022/combobox/combobox-icon.directive.js.map +0 -1
  552. package/esm2022/combobox/combobox-input.directive.js +0 -23
  553. package/esm2022/combobox/combobox-input.directive.js.map +0 -1
  554. package/esm2022/combobox/combobox-item-indicator.directive.js +0 -36
  555. package/esm2022/combobox/combobox-item-indicator.directive.js.map +0 -1
  556. package/esm2022/combobox/combobox-item-text.directive.js +0 -23
  557. package/esm2022/combobox/combobox-item-text.directive.js.map +0 -1
  558. package/esm2022/combobox/combobox-item.directive.js +0 -24
  559. package/esm2022/combobox/combobox-item.directive.js.map +0 -1
  560. package/esm2022/combobox/combobox-items.component.js +0 -42
  561. package/esm2022/combobox/combobox-items.component.js.map +0 -1
  562. package/esm2022/combobox/combobox-label.directive.js +0 -49
  563. package/esm2022/combobox/combobox-label.directive.js.map +0 -1
  564. package/esm2022/combobox/combobox-positioner.directive.js +0 -23
  565. package/esm2022/combobox/combobox-positioner.directive.js.map +0 -1
  566. package/esm2022/combobox/combobox-root.directive.js +0 -58
  567. package/esm2022/combobox/combobox-root.directive.js.map +0 -1
  568. package/esm2022/combobox/combobox-trigger.directive.js +0 -50
  569. package/esm2022/combobox/combobox-trigger.directive.js.map +0 -1
  570. package/esm2022/combobox/combobox-virtual-content.directive.js +0 -114
  571. package/esm2022/combobox/combobox-virtual-content.directive.js.map +0 -1
  572. package/esm2022/combobox/combobox-virtual-item.directive.js +0 -53
  573. package/esm2022/combobox/combobox-virtual-item.directive.js.map +0 -1
  574. package/esm2022/combobox/combobox-virtualizer.directive.js +0 -29
  575. package/esm2022/combobox/combobox-virtualizer.directive.js.map +0 -1
  576. package/esm2022/combobox/combobox.component.js +0 -355
  577. package/esm2022/combobox/combobox.component.js.map +0 -1
  578. package/esm2022/combobox/combobox.module.js +0 -144
  579. package/esm2022/combobox/combobox.module.js.map +0 -1
  580. package/esm2022/combobox/index.js +0 -25
  581. package/esm2022/combobox/index.js.map +0 -1
  582. package/esm2022/combobox/qds-combobox-context.service.js +0 -14
  583. package/esm2022/combobox/qds-combobox-context.service.js.map +0 -1
  584. package/esm2022/combobox/qualcomm-ui-angular-combobox.js +0 -5
  585. package/esm2022/combobox/qualcomm-ui-angular-combobox.js.map +0 -1
  586. package/esm2022/dialog/dialog-backdrop.directive.js +0 -31
  587. package/esm2022/dialog/dialog-backdrop.directive.js.map +0 -1
  588. package/esm2022/dialog/dialog-body.component.js +0 -65
  589. package/esm2022/dialog/dialog-body.component.js.map +0 -1
  590. package/esm2022/dialog/dialog-close-button.component.js +0 -43
  591. package/esm2022/dialog/dialog-close-button.component.js.map +0 -1
  592. package/esm2022/dialog/dialog-close-trigger.directive.js +0 -20
  593. package/esm2022/dialog/dialog-close-trigger.directive.js.map +0 -1
  594. package/esm2022/dialog/dialog-content.directive.js +0 -26
  595. package/esm2022/dialog/dialog-content.directive.js.map +0 -1
  596. package/esm2022/dialog/dialog-context.directive.js +0 -28
  597. package/esm2022/dialog/dialog-context.directive.js.map +0 -1
  598. package/esm2022/dialog/dialog-description.directive.js +0 -20
  599. package/esm2022/dialog/dialog-description.directive.js.map +0 -1
  600. package/esm2022/dialog/dialog-floating-portal.component.js +0 -54
  601. package/esm2022/dialog/dialog-floating-portal.component.js.map +0 -1
  602. package/esm2022/dialog/dialog-footer.directive.js +0 -26
  603. package/esm2022/dialog/dialog-footer.directive.js.map +0 -1
  604. package/esm2022/dialog/dialog-heading.directive.js +0 -26
  605. package/esm2022/dialog/dialog-heading.directive.js.map +0 -1
  606. package/esm2022/dialog/dialog-indicator-icon.directive.js +0 -26
  607. package/esm2022/dialog/dialog-indicator-icon.directive.js.map +0 -1
  608. package/esm2022/dialog/dialog-positioner.component.js +0 -26
  609. package/esm2022/dialog/dialog-positioner.component.js.map +0 -1
  610. package/esm2022/dialog/dialog-root.directive.js +0 -76
  611. package/esm2022/dialog/dialog-root.directive.js.map +0 -1
  612. package/esm2022/dialog/dialog-trigger.directive.js +0 -20
  613. package/esm2022/dialog/dialog-trigger.directive.js.map +0 -1
  614. package/esm2022/dialog/dialog.module.js +0 -92
  615. package/esm2022/dialog/dialog.module.js.map +0 -1
  616. package/esm2022/dialog/index.js +0 -17
  617. package/esm2022/dialog/index.js.map +0 -1
  618. package/esm2022/dialog/qds-dialog-context.service.js +0 -14
  619. package/esm2022/dialog/qds-dialog-context.service.js.map +0 -1
  620. package/esm2022/dialog/qualcomm-ui-angular-dialog.js +0 -5
  621. package/esm2022/dialog/qualcomm-ui-angular-dialog.js.map +0 -1
  622. package/esm2022/divider/divider.directive.js.map +0 -1
  623. package/esm2022/divider/index.js +0 -2
  624. package/esm2022/divider/index.js.map +0 -1
  625. package/esm2022/divider/qualcomm-ui-angular-divider.js +0 -5
  626. package/esm2022/divider/qualcomm-ui-angular-divider.js.map +0 -1
  627. package/esm2022/drawer/drawer-backdrop.directive.js +0 -22
  628. package/esm2022/drawer/drawer-backdrop.directive.js.map +0 -1
  629. package/esm2022/drawer/drawer-body.component.js +0 -38
  630. package/esm2022/drawer/drawer-body.component.js.map +0 -1
  631. package/esm2022/drawer/drawer-close-button.component.js +0 -30
  632. package/esm2022/drawer/drawer-close-button.component.js.map +0 -1
  633. package/esm2022/drawer/drawer-close-trigger.directive.js +0 -20
  634. package/esm2022/drawer/drawer-close-trigger.directive.js.map +0 -1
  635. package/esm2022/drawer/drawer-content.directive.js +0 -26
  636. package/esm2022/drawer/drawer-content.directive.js.map +0 -1
  637. package/esm2022/drawer/drawer-context.directive.js +0 -28
  638. package/esm2022/drawer/drawer-context.directive.js.map +0 -1
  639. package/esm2022/drawer/drawer-description.directive.js +0 -20
  640. package/esm2022/drawer/drawer-description.directive.js.map +0 -1
  641. package/esm2022/drawer/drawer-floating-portal.component.js +0 -61
  642. package/esm2022/drawer/drawer-floating-portal.component.js.map +0 -1
  643. package/esm2022/drawer/drawer-footer.directive.js +0 -20
  644. package/esm2022/drawer/drawer-footer.directive.js.map +0 -1
  645. package/esm2022/drawer/drawer-heading.directive.js +0 -20
  646. package/esm2022/drawer/drawer-heading.directive.js.map +0 -1
  647. package/esm2022/drawer/drawer-indicator-icon.directive.js +0 -20
  648. package/esm2022/drawer/drawer-indicator-icon.directive.js.map +0 -1
  649. package/esm2022/drawer/drawer-positioner.component.js +0 -26
  650. package/esm2022/drawer/drawer-positioner.component.js.map +0 -1
  651. package/esm2022/drawer/drawer-root.component.js +0 -83
  652. package/esm2022/drawer/drawer-root.component.js.map +0 -1
  653. package/esm2022/drawer/drawer-trigger.directive.js +0 -17
  654. package/esm2022/drawer/drawer-trigger.directive.js.map +0 -1
  655. package/esm2022/drawer/drawer.module.js +0 -92
  656. package/esm2022/drawer/drawer.module.js.map +0 -1
  657. package/esm2022/drawer/index.js +0 -17
  658. package/esm2022/drawer/index.js.map +0 -1
  659. package/esm2022/drawer/qds-drawer-context.service.js +0 -14
  660. package/esm2022/drawer/qds-drawer-context.service.js.map +0 -1
  661. package/esm2022/drawer/qualcomm-ui-angular-drawer.js +0 -5
  662. package/esm2022/drawer/qualcomm-ui-angular-drawer.js.map +0 -1
  663. package/esm2022/footer/index.js +0 -2
  664. package/esm2022/footer/index.js.map +0 -1
  665. package/esm2022/footer/qualcomm-ui-angular-footer.js +0 -5
  666. package/esm2022/footer/qualcomm-ui-angular-footer.js.map +0 -1
  667. package/esm2022/header/index.js +0 -2
  668. package/esm2022/header/index.js.map +0 -1
  669. package/esm2022/header/qualcomm-ui-angular-header.js +0 -5
  670. package/esm2022/header/qualcomm-ui-angular-header.js.map +0 -1
  671. package/esm2022/icon/end-icon.directive.js +0 -40
  672. package/esm2022/icon/end-icon.directive.js.map +0 -1
  673. package/esm2022/icon/icon.directive.js +0 -71
  674. package/esm2022/icon/icon.directive.js.map +0 -1
  675. package/esm2022/icon/icon.tokens.js +0 -6
  676. package/esm2022/icon/icon.tokens.js.map +0 -1
  677. package/esm2022/icon/index.js +0 -6
  678. package/esm2022/icon/index.js.map +0 -1
  679. package/esm2022/icon/qualcomm-ui-angular-icon.js +0 -5
  680. package/esm2022/icon/qualcomm-ui-angular-icon.js.map +0 -1
  681. package/esm2022/icon/start-icon.directive.js +0 -40
  682. package/esm2022/icon/start-icon.directive.js.map +0 -1
  683. package/esm2022/icon/use-lucide-icon.js +0 -94
  684. package/esm2022/icon/use-lucide-icon.js.map +0 -1
  685. package/esm2022/index.js.map +0 -1
  686. package/esm2022/inline-icon-button/index.js +0 -3
  687. package/esm2022/inline-icon-button/index.js.map +0 -1
  688. package/esm2022/inline-icon-button/inline-icon-button.component.js.map +0 -1
  689. package/esm2022/inline-icon-button/qualcomm-ui-angular-inline-icon-button.js +0 -5
  690. package/esm2022/inline-icon-button/qualcomm-ui-angular-inline-icon-button.js.map +0 -1
  691. package/esm2022/inline-icon-button/use-inline-icon-button-api.js +0 -13
  692. package/esm2022/inline-icon-button/use-inline-icon-button-api.js.map +0 -1
  693. package/esm2022/inline-notification/index.js +0 -10
  694. package/esm2022/inline-notification/index.js.map +0 -1
  695. package/esm2022/inline-notification/inline-notification-action.directive.js +0 -23
  696. package/esm2022/inline-notification/inline-notification-action.directive.js.map +0 -1
  697. package/esm2022/inline-notification/inline-notification-close-button.directive.js +0 -44
  698. package/esm2022/inline-notification/inline-notification-close-button.directive.js.map +0 -1
  699. package/esm2022/inline-notification/inline-notification-description.directive.js +0 -23
  700. package/esm2022/inline-notification/inline-notification-description.directive.js.map +0 -1
  701. package/esm2022/inline-notification/inline-notification-icon.directive.js +0 -53
  702. package/esm2022/inline-notification/inline-notification-icon.directive.js.map +0 -1
  703. package/esm2022/inline-notification/inline-notification-label.directive.js +0 -23
  704. package/esm2022/inline-notification/inline-notification-label.directive.js.map +0 -1
  705. package/esm2022/inline-notification/inline-notification-root.directive.js +0 -50
  706. package/esm2022/inline-notification/inline-notification-root.directive.js.map +0 -1
  707. package/esm2022/inline-notification/inline-notification.directive.js +0 -113
  708. package/esm2022/inline-notification/inline-notification.directive.js.map +0 -1
  709. package/esm2022/inline-notification/inline-notification.module.js +0 -56
  710. package/esm2022/inline-notification/inline-notification.module.js.map +0 -1
  711. package/esm2022/inline-notification/qds-inline-notification-context.service.js +0 -14
  712. package/esm2022/inline-notification/qds-inline-notification-context.service.js.map +0 -1
  713. package/esm2022/inline-notification/qualcomm-ui-angular-inline-notification.js +0 -5
  714. package/esm2022/inline-notification/qualcomm-ui-angular-inline-notification.js.map +0 -1
  715. package/esm2022/input/error-text.component.js +0 -54
  716. package/esm2022/input/error-text.component.js.map +0 -1
  717. package/esm2022/input/hint.directive.js +0 -35
  718. package/esm2022/input/hint.directive.js.map +0 -1
  719. package/esm2022/input/index.js +0 -7
  720. package/esm2022/input/index.js.map +0 -1
  721. package/esm2022/input/input-end-icon.component.js +0 -41
  722. package/esm2022/input/input-end-icon.component.js.map +0 -1
  723. package/esm2022/input/input-start-icon.component.js +0 -43
  724. package/esm2022/input/input-start-icon.component.js.map +0 -1
  725. package/esm2022/input/qds-input-context.service.js +0 -14
  726. package/esm2022/input/qds-input-context.service.js.map +0 -1
  727. package/esm2022/input/qualcomm-ui-angular-input.js +0 -5
  728. package/esm2022/input/qualcomm-ui-angular-input.js.map +0 -1
  729. package/esm2022/input/use-input-bindings.js +0 -81
  730. package/esm2022/input/use-input-bindings.js.map +0 -1
  731. package/esm2022/kbd/index.js +0 -2
  732. package/esm2022/kbd/index.js.map +0 -1
  733. package/esm2022/kbd/kbd.directive.js.map +0 -1
  734. package/esm2022/kbd/qualcomm-ui-angular-kbd.js +0 -5
  735. package/esm2022/kbd/qualcomm-ui-angular-kbd.js.map +0 -1
  736. package/esm2022/link/index.js +0 -2
  737. package/esm2022/link/index.js.map +0 -1
  738. package/esm2022/link/link.directive.js.map +0 -1
  739. package/esm2022/link/qualcomm-ui-angular-link.js +0 -5
  740. package/esm2022/link/qualcomm-ui-angular-link.js.map +0 -1
  741. package/esm2022/menu/index.js +0 -21
  742. package/esm2022/menu/index.js.map +0 -1
  743. package/esm2022/menu/menu-button.component.js +0 -94
  744. package/esm2022/menu/menu-button.component.js.map +0 -1
  745. package/esm2022/menu/menu-checkbox-item.directive.js +0 -24
  746. package/esm2022/menu/menu-checkbox-item.directive.js.map +0 -1
  747. package/esm2022/menu/menu-content.directive.js +0 -23
  748. package/esm2022/menu/menu-content.directive.js.map +0 -1
  749. package/esm2022/menu/menu-context-trigger.directive.js +0 -17
  750. package/esm2022/menu/menu-context-trigger.directive.js.map +0 -1
  751. package/esm2022/menu/menu-item-command.directive.js +0 -23
  752. package/esm2022/menu/menu-item-command.directive.js.map +0 -1
  753. package/esm2022/menu/menu-item-group-label.directive.js +0 -23
  754. package/esm2022/menu/menu-item-group-label.directive.js.map +0 -1
  755. package/esm2022/menu/menu-item-group.directive.js +0 -24
  756. package/esm2022/menu/menu-item-group.directive.js.map +0 -1
  757. package/esm2022/menu/menu-item-indicator.component.js +0 -34
  758. package/esm2022/menu/menu-item-indicator.component.js.map +0 -1
  759. package/esm2022/menu/menu-item-start-icon.component.js +0 -36
  760. package/esm2022/menu/menu-item-start-icon.component.js.map +0 -1
  761. package/esm2022/menu/menu-item.directive.js +0 -25
  762. package/esm2022/menu/menu-item.directive.js.map +0 -1
  763. package/esm2022/menu/menu-positioner.component.js +0 -26
  764. package/esm2022/menu/menu-positioner.component.js.map +0 -1
  765. package/esm2022/menu/menu-radio-item-group.directive.js +0 -24
  766. package/esm2022/menu/menu-radio-item-group.directive.js.map +0 -1
  767. package/esm2022/menu/menu-radio-item.directive.js +0 -24
  768. package/esm2022/menu/menu-radio-item.directive.js.map +0 -1
  769. package/esm2022/menu/menu-separator.directive.js +0 -24
  770. package/esm2022/menu/menu-separator.directive.js.map +0 -1
  771. package/esm2022/menu/menu-trigger-item-indicator.component.js +0 -36
  772. package/esm2022/menu/menu-trigger-item-indicator.component.js.map +0 -1
  773. package/esm2022/menu/menu-trigger-item.component.js +0 -37
  774. package/esm2022/menu/menu-trigger-item.component.js.map +0 -1
  775. package/esm2022/menu/menu-trigger.directive.js +0 -30
  776. package/esm2022/menu/menu-trigger.directive.js.map +0 -1
  777. package/esm2022/menu/menu.component.js +0 -41
  778. package/esm2022/menu/menu.component.js.map +0 -1
  779. package/esm2022/menu/menu.module.js +0 -121
  780. package/esm2022/menu/menu.module.js.map +0 -1
  781. package/esm2022/menu/qds-menu-context.service.js +0 -14
  782. package/esm2022/menu/qds-menu-context.service.js.map +0 -1
  783. package/esm2022/menu/qualcomm-ui-angular-menu.js +0 -5
  784. package/esm2022/menu/qualcomm-ui-angular-menu.js.map +0 -1
  785. package/esm2022/number-input/index.js +0 -14
  786. package/esm2022/number-input/index.js.map +0 -1
  787. package/esm2022/number-input/number-input-control.directive.js +0 -54
  788. package/esm2022/number-input/number-input-control.directive.js.map +0 -1
  789. package/esm2022/number-input/number-input-decrement-trigger.directive.js +0 -50
  790. package/esm2022/number-input/number-input-decrement-trigger.directive.js.map +0 -1
  791. package/esm2022/number-input/number-input-error-indicator.directive.js +0 -45
  792. package/esm2022/number-input/number-input-error-indicator.directive.js.map +0 -1
  793. package/esm2022/number-input/number-input-error-text.directive.js +0 -23
  794. package/esm2022/number-input/number-input-error-text.directive.js.map +0 -1
  795. package/esm2022/number-input/number-input-hint.directive.js +0 -23
  796. package/esm2022/number-input/number-input-hint.directive.js.map +0 -1
  797. package/esm2022/number-input/number-input-increment-trigger.directive.js +0 -50
  798. package/esm2022/number-input/number-input-increment-trigger.directive.js.map +0 -1
  799. package/esm2022/number-input/number-input-input-group.directive.js +0 -51
  800. package/esm2022/number-input/number-input-input-group.directive.js.map +0 -1
  801. package/esm2022/number-input/number-input-input.directive.js +0 -23
  802. package/esm2022/number-input/number-input-input.directive.js.map +0 -1
  803. package/esm2022/number-input/number-input-label.directive.js +0 -47
  804. package/esm2022/number-input/number-input-label.directive.js.map +0 -1
  805. package/esm2022/number-input/number-input-root.directive.js +0 -81
  806. package/esm2022/number-input/number-input-root.directive.js.map +0 -1
  807. package/esm2022/number-input/number-input.component.js +0 -145
  808. package/esm2022/number-input/number-input.component.js.map +0 -1
  809. package/esm2022/number-input/number-input.module.js +0 -85
  810. package/esm2022/number-input/number-input.module.js.map +0 -1
  811. package/esm2022/number-input/qds-number-input-context.service.js +0 -14
  812. package/esm2022/number-input/qds-number-input-context.service.js.map +0 -1
  813. package/esm2022/number-input/qualcomm-ui-angular-number-input.js +0 -5
  814. package/esm2022/number-input/qualcomm-ui-angular-number-input.js.map +0 -1
  815. package/esm2022/pagination/index.js +0 -11
  816. package/esm2022/pagination/index.js.map +0 -1
  817. package/esm2022/pagination/pagination-context.directive.js +0 -28
  818. package/esm2022/pagination/pagination-context.directive.js.map +0 -1
  819. package/esm2022/pagination/pagination-next-trigger.component.js +0 -35
  820. package/esm2022/pagination/pagination-next-trigger.component.js.map +0 -1
  821. package/esm2022/pagination/pagination-page-item.component.js +0 -44
  822. package/esm2022/pagination/pagination-page-item.component.js.map +0 -1
  823. package/esm2022/pagination/pagination-page-items.component.js +0 -33
  824. package/esm2022/pagination/pagination-page-items.component.js.map +0 -1
  825. package/esm2022/pagination/pagination-page-metadata.directive.js +0 -22
  826. package/esm2022/pagination/pagination-page-metadata.directive.js.map +0 -1
  827. package/esm2022/pagination/pagination-page-size-label.directive.js +0 -22
  828. package/esm2022/pagination/pagination-page-size-label.directive.js.map +0 -1
  829. package/esm2022/pagination/pagination-page-size.component.js +0 -69
  830. package/esm2022/pagination/pagination-page-size.component.js.map +0 -1
  831. package/esm2022/pagination/pagination-prev-trigger.component.js +0 -35
  832. package/esm2022/pagination/pagination-prev-trigger.component.js.map +0 -1
  833. package/esm2022/pagination/pagination-root.directive.js +0 -23
  834. package/esm2022/pagination/pagination-root.directive.js.map +0 -1
  835. package/esm2022/pagination/pagination.module.js +0 -67
  836. package/esm2022/pagination/pagination.module.js.map +0 -1
  837. package/esm2022/pagination/qualcomm-ui-angular-pagination.js +0 -5
  838. package/esm2022/pagination/qualcomm-ui-angular-pagination.js.map +0 -1
  839. package/esm2022/password-input/index.js +0 -12
  840. package/esm2022/password-input/index.js.map +0 -1
  841. package/esm2022/password-input/password-input-clear-trigger.directive.js +0 -33
  842. package/esm2022/password-input/password-input-clear-trigger.directive.js.map +0 -1
  843. package/esm2022/password-input/password-input-error-indicator.directive.js +0 -40
  844. package/esm2022/password-input/password-input-error-indicator.directive.js.map +0 -1
  845. package/esm2022/password-input/password-input-error-text.directive.js +0 -49
  846. package/esm2022/password-input/password-input-error-text.directive.js.map +0 -1
  847. package/esm2022/password-input/password-input-hint.directive.js +0 -23
  848. package/esm2022/password-input/password-input-hint.directive.js.map +0 -1
  849. package/esm2022/password-input/password-input-input-group.directive.js +0 -41
  850. package/esm2022/password-input/password-input-input-group.directive.js.map +0 -1
  851. package/esm2022/password-input/password-input-input.directive.js +0 -23
  852. package/esm2022/password-input/password-input-input.directive.js.map +0 -1
  853. package/esm2022/password-input/password-input-label.directive.js +0 -47
  854. package/esm2022/password-input/password-input-label.directive.js.map +0 -1
  855. package/esm2022/password-input/password-input-root.directive.js +0 -76
  856. package/esm2022/password-input/password-input-root.directive.js.map +0 -1
  857. package/esm2022/password-input/password-input-visibility-trigger.directive.js +0 -56
  858. package/esm2022/password-input/password-input-visibility-trigger.directive.js.map +0 -1
  859. package/esm2022/password-input/password-input.component.js +0 -199
  860. package/esm2022/password-input/password-input.component.js.map +0 -1
  861. package/esm2022/password-input/password-input.module.js +0 -71
  862. package/esm2022/password-input/password-input.module.js.map +0 -1
  863. package/esm2022/password-input/qualcomm-ui-angular-password-input.js +0 -5
  864. package/esm2022/password-input/qualcomm-ui-angular-password-input.js.map +0 -1
  865. package/esm2022/popover/index.js +0 -14
  866. package/esm2022/popover/index.js.map +0 -1
  867. package/esm2022/popover/popover-anchor.directive.js +0 -17
  868. package/esm2022/popover/popover-anchor.directive.js.map +0 -1
  869. package/esm2022/popover/popover-arrow-tip.directive.js +0 -22
  870. package/esm2022/popover/popover-arrow-tip.directive.js.map +0 -1
  871. package/esm2022/popover/popover-arrow.directive.js +0 -32
  872. package/esm2022/popover/popover-arrow.directive.js.map +0 -1
  873. package/esm2022/popover/popover-close-trigger.directive.js +0 -22
  874. package/esm2022/popover/popover-close-trigger.directive.js.map +0 -1
  875. package/esm2022/popover/popover-content.directive.js +0 -22
  876. package/esm2022/popover/popover-content.directive.js.map +0 -1
  877. package/esm2022/popover/popover-context.directive.js +0 -28
  878. package/esm2022/popover/popover-context.directive.js.map +0 -1
  879. package/esm2022/popover/popover-description.directive.js +0 -22
  880. package/esm2022/popover/popover-description.directive.js.map +0 -1
  881. package/esm2022/popover/popover-label.directive.js +0 -22
  882. package/esm2022/popover/popover-label.directive.js.map +0 -1
  883. package/esm2022/popover/popover-positioner.directive.js +0 -17
  884. package/esm2022/popover/popover-positioner.directive.js.map +0 -1
  885. package/esm2022/popover/popover-root.directive.js +0 -18
  886. package/esm2022/popover/popover-root.directive.js.map +0 -1
  887. package/esm2022/popover/popover-trigger.directive.js +0 -22
  888. package/esm2022/popover/popover-trigger.directive.js.map +0 -1
  889. package/esm2022/popover/popover.directive.js +0 -98
  890. package/esm2022/popover/popover.directive.js.map +0 -1
  891. package/esm2022/popover/popover.module.js +0 -79
  892. package/esm2022/popover/popover.module.js.map +0 -1
  893. package/esm2022/popover/qualcomm-ui-angular-popover.js +0 -5
  894. package/esm2022/popover/qualcomm-ui-angular-popover.js.map +0 -1
  895. package/esm2022/progress/index.js +0 -12
  896. package/esm2022/progress/index.js.map +0 -1
  897. package/esm2022/progress/progress-bar.directive.js +0 -23
  898. package/esm2022/progress/progress-bar.directive.js.map +0 -1
  899. package/esm2022/progress/progress-context.directive.js +0 -29
  900. package/esm2022/progress/progress-context.directive.js.map +0 -1
  901. package/esm2022/progress/progress-error-text.directive.js +0 -46
  902. package/esm2022/progress/progress-error-text.directive.js.map +0 -1
  903. package/esm2022/progress/progress-hint.directive.js +0 -23
  904. package/esm2022/progress/progress-hint.directive.js.map +0 -1
  905. package/esm2022/progress/progress-label.directive.js +0 -23
  906. package/esm2022/progress/progress-label.directive.js.map +0 -1
  907. package/esm2022/progress/progress-root.directive.js +0 -53
  908. package/esm2022/progress/progress-root.directive.js.map +0 -1
  909. package/esm2022/progress/progress-track.directive.js +0 -33
  910. package/esm2022/progress/progress-track.directive.js.map +0 -1
  911. package/esm2022/progress/progress-value-text.directive.js +0 -23
  912. package/esm2022/progress/progress-value-text.directive.js.map +0 -1
  913. package/esm2022/progress/progress.directive.js +0 -122
  914. package/esm2022/progress/progress.directive.js.map +0 -1
  915. package/esm2022/progress/progress.module.js +0 -64
  916. package/esm2022/progress/progress.module.js.map +0 -1
  917. package/esm2022/progress/qds-progress-context.service.js +0 -14
  918. package/esm2022/progress/qds-progress-context.service.js.map +0 -1
  919. package/esm2022/progress/qualcomm-ui-angular-progress.js +0 -5
  920. package/esm2022/progress/qualcomm-ui-angular-progress.js.map +0 -1
  921. package/esm2022/progress-ring/index.js +0 -13
  922. package/esm2022/progress-ring/index.js.map +0 -1
  923. package/esm2022/progress-ring/progress-ring-bar.directive.js +0 -23
  924. package/esm2022/progress-ring/progress-ring-bar.directive.js.map +0 -1
  925. package/esm2022/progress-ring/progress-ring-circle-container.directive.js +0 -23
  926. package/esm2022/progress-ring/progress-ring-circle-container.directive.js.map +0 -1
  927. package/esm2022/progress-ring/progress-ring-circle.directive.js +0 -36
  928. package/esm2022/progress-ring/progress-ring-circle.directive.js.map +0 -1
  929. package/esm2022/progress-ring/progress-ring-context.directive.js +0 -29
  930. package/esm2022/progress-ring/progress-ring-context.directive.js.map +0 -1
  931. package/esm2022/progress-ring/progress-ring-error-text.directive.js +0 -23
  932. package/esm2022/progress-ring/progress-ring-error-text.directive.js.map +0 -1
  933. package/esm2022/progress-ring/progress-ring-label.directive.js +0 -23
  934. package/esm2022/progress-ring/progress-ring-label.directive.js.map +0 -1
  935. package/esm2022/progress-ring/progress-ring-root.directive.js +0 -50
  936. package/esm2022/progress-ring/progress-ring-root.directive.js.map +0 -1
  937. package/esm2022/progress-ring/progress-ring-track.directive.js +0 -23
  938. package/esm2022/progress-ring/progress-ring-track.directive.js.map +0 -1
  939. package/esm2022/progress-ring/progress-ring-value-text.directive.js +0 -23
  940. package/esm2022/progress-ring/progress-ring-value-text.directive.js.map +0 -1
  941. package/esm2022/progress-ring/progress-ring.directive.js +0 -79
  942. package/esm2022/progress-ring/progress-ring.directive.js.map +0 -1
  943. package/esm2022/progress-ring/progress-ring.module.js +0 -67
  944. package/esm2022/progress-ring/progress-ring.module.js.map +0 -1
  945. package/esm2022/progress-ring/qds-progress-ring-context.service.js +0 -14
  946. package/esm2022/progress-ring/qds-progress-ring-context.service.js.map +0 -1
  947. package/esm2022/progress-ring/qualcomm-ui-angular-progress-ring.js +0 -5
  948. package/esm2022/progress-ring/qualcomm-ui-angular-progress-ring.js.map +0 -1
  949. package/esm2022/qualcomm-ui-angular.js +0 -5
  950. package/esm2022/qualcomm-ui-angular.js.map +0 -1
  951. package/esm2022/radio/index.js +0 -9
  952. package/esm2022/radio/index.js.map +0 -1
  953. package/esm2022/radio/qds-radio-context.service.js +0 -14
  954. package/esm2022/radio/qds-radio-context.service.js.map +0 -1
  955. package/esm2022/radio/qualcomm-ui-angular-radio.js +0 -5
  956. package/esm2022/radio/qualcomm-ui-angular-radio.js.map +0 -1
  957. package/esm2022/radio/radio-control.directive.js +0 -23
  958. package/esm2022/radio/radio-control.directive.js.map +0 -1
  959. package/esm2022/radio/radio-group/index.js +0 -5
  960. package/esm2022/radio/radio-group/index.js.map +0 -1
  961. package/esm2022/radio/radio-group/radio-group-error-text.component.js +0 -38
  962. package/esm2022/radio/radio-group/radio-group-error-text.component.js.map +0 -1
  963. package/esm2022/radio/radio-group/radio-group-items.directive.js +0 -23
  964. package/esm2022/radio/radio-group/radio-group-items.directive.js.map +0 -1
  965. package/esm2022/radio/radio-group/radio-group-label.directive.js +0 -23
  966. package/esm2022/radio/radio-group/radio-group-label.directive.js.map +0 -1
  967. package/esm2022/radio/radio-group/radio-group-root.directive.js +0 -33
  968. package/esm2022/radio/radio-group/radio-group-root.directive.js.map +0 -1
  969. package/esm2022/radio/radio-hidden-input.directive.js +0 -23
  970. package/esm2022/radio/radio-hidden-input.directive.js.map +0 -1
  971. package/esm2022/radio/radio-label.directive.js +0 -23
  972. package/esm2022/radio/radio-label.directive.js.map +0 -1
  973. package/esm2022/radio/radio-root.directive.js +0 -37
  974. package/esm2022/radio/radio-root.directive.js.map +0 -1
  975. package/esm2022/radio/radio.component.js +0 -57
  976. package/esm2022/radio/radio.component.js.map +0 -1
  977. package/esm2022/radio/radio.module.js +0 -62
  978. package/esm2022/radio/radio.module.js.map +0 -1
  979. package/esm2022/segmented-control/index.js +0 -8
  980. package/esm2022/segmented-control/index.js.map +0 -1
  981. package/esm2022/segmented-control/qds-segmented-control-context.service.js +0 -14
  982. package/esm2022/segmented-control/qds-segmented-control-context.service.js.map +0 -1
  983. package/esm2022/segmented-control/qualcomm-ui-angular-segmented-control.js +0 -5
  984. package/esm2022/segmented-control/qualcomm-ui-angular-segmented-control.js.map +0 -1
  985. package/esm2022/segmented-control/segmented-control-hidden-input.directive.js +0 -26
  986. package/esm2022/segmented-control/segmented-control-hidden-input.directive.js.map +0 -1
  987. package/esm2022/segmented-control/segmented-control-item-root.directive.js +0 -25
  988. package/esm2022/segmented-control/segmented-control-item-root.directive.js.map +0 -1
  989. package/esm2022/segmented-control/segmented-control-item-text.directive.js +0 -26
  990. package/esm2022/segmented-control/segmented-control-item-text.directive.js.map +0 -1
  991. package/esm2022/segmented-control/segmented-control-item.component.js +0 -53
  992. package/esm2022/segmented-control/segmented-control-item.component.js.map +0 -1
  993. package/esm2022/segmented-control/segmented-control.directive.js +0 -54
  994. package/esm2022/segmented-control/segmented-control.directive.js.map +0 -1
  995. package/esm2022/segmented-control/segmented-control.module.js +0 -44
  996. package/esm2022/segmented-control/segmented-control.module.js.map +0 -1
  997. package/esm2022/select/index.js +0 -21
  998. package/esm2022/select/index.js.map +0 -1
  999. package/esm2022/select/qds-select-context.service.js +0 -14
  1000. package/esm2022/select/qds-select-context.service.js.map +0 -1
  1001. package/esm2022/select/qualcomm-ui-angular-select.js +0 -5
  1002. package/esm2022/select/qualcomm-ui-angular-select.js.map +0 -1
  1003. package/esm2022/select/select-clear-trigger.directive.js +0 -36
  1004. package/esm2022/select/select-clear-trigger.directive.js.map +0 -1
  1005. package/esm2022/select/select-content.directive.js +0 -23
  1006. package/esm2022/select/select-content.directive.js.map +0 -1
  1007. package/esm2022/select/select-context.directive.js +0 -29
  1008. package/esm2022/select/select-context.directive.js.map +0 -1
  1009. package/esm2022/select/select-control.directive.js +0 -44
  1010. package/esm2022/select/select-control.directive.js.map +0 -1
  1011. package/esm2022/select/select-error-indicator.directive.js +0 -40
  1012. package/esm2022/select/select-error-indicator.directive.js.map +0 -1
  1013. package/esm2022/select/select-error-text.directive.js +0 -39
  1014. package/esm2022/select/select-error-text.directive.js.map +0 -1
  1015. package/esm2022/select/select-hidden-select.directive.js +0 -42
  1016. package/esm2022/select/select-hidden-select.directive.js.map +0 -1
  1017. package/esm2022/select/select-hint.directive.js +0 -23
  1018. package/esm2022/select/select-hint.directive.js.map +0 -1
  1019. package/esm2022/select/select-indicator.directive.js +0 -46
  1020. package/esm2022/select/select-indicator.directive.js.map +0 -1
  1021. package/esm2022/select/select-item-indicator.directive.js +0 -36
  1022. package/esm2022/select/select-item-indicator.directive.js.map +0 -1
  1023. package/esm2022/select/select-item-text.directive.js +0 -23
  1024. package/esm2022/select/select-item-text.directive.js.map +0 -1
  1025. package/esm2022/select/select-item.directive.js +0 -24
  1026. package/esm2022/select/select-item.directive.js.map +0 -1
  1027. package/esm2022/select/select-items.component.js +0 -42
  1028. package/esm2022/select/select-items.component.js.map +0 -1
  1029. package/esm2022/select/select-label.directive.js +0 -49
  1030. package/esm2022/select/select-label.directive.js.map +0 -1
  1031. package/esm2022/select/select-positioner.directive.js +0 -23
  1032. package/esm2022/select/select-positioner.directive.js.map +0 -1
  1033. package/esm2022/select/select-root.directive.js +0 -55
  1034. package/esm2022/select/select-root.directive.js.map +0 -1
  1035. package/esm2022/select/select-value-text.directive.js +0 -59
  1036. package/esm2022/select/select-value-text.directive.js.map +0 -1
  1037. package/esm2022/select/select.component.js +0 -226
  1038. package/esm2022/select/select.component.js.map +0 -1
  1039. package/esm2022/select/select.module.js +0 -112
  1040. package/esm2022/select/select.module.js.map +0 -1
  1041. package/esm2022/switch/index.js +0 -10
  1042. package/esm2022/switch/index.js.map +0 -1
  1043. package/esm2022/switch/qds-switch-context.service.js +0 -14
  1044. package/esm2022/switch/qds-switch-context.service.js.map +0 -1
  1045. package/esm2022/switch/qualcomm-ui-angular-switch.js +0 -5
  1046. package/esm2022/switch/qualcomm-ui-angular-switch.js.map +0 -1
  1047. package/esm2022/switch/switch-control.component.js +0 -33
  1048. package/esm2022/switch/switch-control.component.js.map +0 -1
  1049. package/esm2022/switch/switch-error-text.component.js +0 -38
  1050. package/esm2022/switch/switch-error-text.component.js.map +0 -1
  1051. package/esm2022/switch/switch-hidden-input.directive.js +0 -28
  1052. package/esm2022/switch/switch-hidden-input.directive.js.map +0 -1
  1053. package/esm2022/switch/switch-label.directive.js +0 -23
  1054. package/esm2022/switch/switch-label.directive.js.map +0 -1
  1055. package/esm2022/switch/switch-root.directive.js +0 -33
  1056. package/esm2022/switch/switch-root.directive.js.map +0 -1
  1057. package/esm2022/switch/switch-thumb.directive.js +0 -23
  1058. package/esm2022/switch/switch-thumb.directive.js.map +0 -1
  1059. package/esm2022/switch/switch.component.js +0 -100
  1060. package/esm2022/switch/switch.component.js.map +0 -1
  1061. package/esm2022/switch/switch.module.js +0 -55
  1062. package/esm2022/switch/switch.module.js.map +0 -1
  1063. package/esm2022/table/components/custom/cell-component-context.directive.js +0 -13
  1064. package/esm2022/table/components/custom/cell-component-context.directive.js.map +0 -1
  1065. package/esm2022/table/components/custom/index.js +0 -2
  1066. package/esm2022/table/components/custom/index.js.map +0 -1
  1067. package/esm2022/table/components/index.js +0 -29
  1068. package/esm2022/table/components/index.js.map +0 -1
  1069. package/esm2022/table/components/qds-table-api.js +0 -6
  1070. package/esm2022/table/components/qds-table-api.js.map +0 -1
  1071. package/esm2022/table/components/renderers/index.js +0 -4
  1072. package/esm2022/table/components/renderers/index.js.map +0 -1
  1073. package/esm2022/table/components/renderers/render-cell.directive.js +0 -78
  1074. package/esm2022/table/components/renderers/render-cell.directive.js.map +0 -1
  1075. package/esm2022/table/components/renderers/render-footer.directive.js +0 -53
  1076. package/esm2022/table/components/renderers/render-footer.directive.js.map +0 -1
  1077. package/esm2022/table/components/renderers/render-header.directive.js +0 -53
  1078. package/esm2022/table/components/renderers/render-header.directive.js.map +0 -1
  1079. package/esm2022/table/components/table-action-bar.directive.js +0 -24
  1080. package/esm2022/table/components/table-action-bar.directive.js.map +0 -1
  1081. package/esm2022/table/components/table-body.directive.js +0 -24
  1082. package/esm2022/table/components/table-body.directive.js.map +0 -1
  1083. package/esm2022/table/components/table-cell-action.directive.js +0 -46
  1084. package/esm2022/table/components/table-cell-action.directive.js.map +0 -1
  1085. package/esm2022/table/components/table-cell.directive.js +0 -28
  1086. package/esm2022/table/components/table-cell.directive.js.map +0 -1
  1087. package/esm2022/table/components/table-column-drag-handle.directive.js +0 -51
  1088. package/esm2022/table/components/table-column-drag-handle.directive.js.map +0 -1
  1089. package/esm2022/table/components/table-column-drag-preview.directive.js +0 -25
  1090. package/esm2022/table/components/table-column-drag-preview.directive.js.map +0 -1
  1091. package/esm2022/table/components/table-column-drop-indicator.directive.js +0 -42
  1092. package/esm2022/table/components/table-column-drop-indicator.directive.js.map +0 -1
  1093. package/esm2022/table/components/table-column-filter-action.directive.js +0 -62
  1094. package/esm2022/table/components/table-column-filter-action.directive.js.map +0 -1
  1095. package/esm2022/table/components/table-column-header-action.directive.js +0 -46
  1096. package/esm2022/table/components/table-column-header-action.directive.js.map +0 -1
  1097. package/esm2022/table/components/table-column-resize-handle.directive.js +0 -57
  1098. package/esm2022/table/components/table-column-resize-handle.directive.js.map +0 -1
  1099. package/esm2022/table/components/table-column-sort-action.directive.js +0 -60
  1100. package/esm2022/table/components/table-column-sort-action.directive.js.map +0 -1
  1101. package/esm2022/table/components/table-footer.directive.js +0 -24
  1102. package/esm2022/table/components/table-footer.directive.js.map +0 -1
  1103. package/esm2022/table/components/table-header-cell.directive.js +0 -51
  1104. package/esm2022/table/components/table-header-cell.directive.js.map +0 -1
  1105. package/esm2022/table/components/table-header.directive.js +0 -24
  1106. package/esm2022/table/components/table-header.directive.js.map +0 -1
  1107. package/esm2022/table/components/table-pagination.directive.js +0 -22
  1108. package/esm2022/table/components/table-pagination.directive.js.map +0 -1
  1109. package/esm2022/table/components/table-root.directive.js +0 -38
  1110. package/esm2022/table/components/table-root.directive.js.map +0 -1
  1111. package/esm2022/table/components/table-row-drag-handle.directive.js +0 -51
  1112. package/esm2022/table/components/table-row-drag-handle.directive.js.map +0 -1
  1113. package/esm2022/table/components/table-row-drag-preview.directive.js +0 -24
  1114. package/esm2022/table/components/table-row-drag-preview.directive.js.map +0 -1
  1115. package/esm2022/table/components/table-row-drop-indicator.directive.js +0 -42
  1116. package/esm2022/table/components/table-row-drop-indicator.directive.js.map +0 -1
  1117. package/esm2022/table/components/table-row-expand-button.directive.js +0 -57
  1118. package/esm2022/table/components/table-row-expand-button.directive.js.map +0 -1
  1119. package/esm2022/table/components/table-row.directive.js +0 -44
  1120. package/esm2022/table/components/table-row.directive.js.map +0 -1
  1121. package/esm2022/table/components/table-scroll-container.directive.js +0 -24
  1122. package/esm2022/table/components/table-scroll-container.directive.js.map +0 -1
  1123. package/esm2022/table/components/table-table.directive.js +0 -24
  1124. package/esm2022/table/components/table-table.directive.js.map +0 -1
  1125. package/esm2022/table/components/table-title-bar.directive.js +0 -24
  1126. package/esm2022/table/components/table-title-bar.directive.js.map +0 -1
  1127. package/esm2022/table/components/table.module.js +0 -153
  1128. package/esm2022/table/components/table.module.js.map +0 -1
  1129. package/esm2022/table/index.js +0 -4
  1130. package/esm2022/table/index.js.map +0 -1
  1131. package/esm2022/table/model/create-angular-table.js +0 -52
  1132. package/esm2022/table/model/create-angular-table.js.map +0 -1
  1133. package/esm2022/table/model/create-pagination-helper.js +0 -26
  1134. package/esm2022/table/model/create-pagination-helper.js.map +0 -1
  1135. package/esm2022/table/model/index.js +0 -3
  1136. package/esm2022/table/model/index.js.map +0 -1
  1137. package/esm2022/table/model/lazy-signal-initializer.js +0 -45
  1138. package/esm2022/table/model/lazy-signal-initializer.js.map +0 -1
  1139. package/esm2022/table/model/proxify-table.js +0 -83
  1140. package/esm2022/table/model/proxify-table.js.map +0 -1
  1141. package/esm2022/table/qualcomm-ui-angular-table.js +0 -5
  1142. package/esm2022/table/qualcomm-ui-angular-table.js.map +0 -1
  1143. package/esm2022/table/types/context.js +0 -4
  1144. package/esm2022/table/types/context.js.map +0 -1
  1145. package/esm2022/table/types/index.js +0 -2
  1146. package/esm2022/table/types/index.js.map +0 -1
  1147. package/esm2022/tabs/index.js +0 -11
  1148. package/esm2022/tabs/index.js.map +0 -1
  1149. package/esm2022/tabs/qds-tabs-context.service.js +0 -14
  1150. package/esm2022/tabs/qds-tabs-context.service.js.map +0 -1
  1151. package/esm2022/tabs/qualcomm-ui-angular-tabs.js +0 -5
  1152. package/esm2022/tabs/qualcomm-ui-angular-tabs.js.map +0 -1
  1153. package/esm2022/tabs/tab-button.directive.js +0 -130
  1154. package/esm2022/tabs/tab-button.directive.js.map +0 -1
  1155. package/esm2022/tabs/tab-dismiss-button.directive.js +0 -40
  1156. package/esm2022/tabs/tab-dismiss-button.directive.js.map +0 -1
  1157. package/esm2022/tabs/tab-root.directive.js +0 -24
  1158. package/esm2022/tabs/tab-root.directive.js.map +0 -1
  1159. package/esm2022/tabs/tabs-context.directive.js +0 -40
  1160. package/esm2022/tabs/tabs-context.directive.js.map +0 -1
  1161. package/esm2022/tabs/tabs-indicator.directive.js +0 -23
  1162. package/esm2022/tabs/tabs-indicator.directive.js.map +0 -1
  1163. package/esm2022/tabs/tabs-list.directive.js +0 -35
  1164. package/esm2022/tabs/tabs-list.directive.js.map +0 -1
  1165. package/esm2022/tabs/tabs-panel.directive.js +0 -25
  1166. package/esm2022/tabs/tabs-panel.directive.js.map +0 -1
  1167. package/esm2022/tabs/tabs-root.directive.js +0 -73
  1168. package/esm2022/tabs/tabs-root.directive.js.map +0 -1
  1169. package/esm2022/tabs/tabs.module.js +0 -60
  1170. package/esm2022/tabs/tabs.module.js.map +0 -1
  1171. package/esm2022/tag/index.js +0 -3
  1172. package/esm2022/tag/index.js.map +0 -1
  1173. package/esm2022/tag/qds-tag-context.service.js +0 -14
  1174. package/esm2022/tag/qds-tag-context.service.js.map +0 -1
  1175. package/esm2022/tag/qualcomm-ui-angular-tag.js +0 -5
  1176. package/esm2022/tag/qualcomm-ui-angular-tag.js.map +0 -1
  1177. package/esm2022/tag/tag.directive.js.map +0 -1
  1178. package/esm2022/text-area/index.js +0 -2
  1179. package/esm2022/text-area/index.js.map +0 -1
  1180. package/esm2022/text-area/qualcomm-ui-angular-text-area.js +0 -5
  1181. package/esm2022/text-area/qualcomm-ui-angular-text-area.js.map +0 -1
  1182. package/esm2022/text-input/index.js +0 -11
  1183. package/esm2022/text-input/index.js.map +0 -1
  1184. package/esm2022/text-input/qualcomm-ui-angular-text-input.js +0 -5
  1185. package/esm2022/text-input/qualcomm-ui-angular-text-input.js.map +0 -1
  1186. package/esm2022/text-input/text-input-clear-trigger.directive.js +0 -36
  1187. package/esm2022/text-input/text-input-clear-trigger.directive.js.map +0 -1
  1188. package/esm2022/text-input/text-input-error-indicator.directive.js +0 -43
  1189. package/esm2022/text-input/text-input-error-indicator.directive.js.map +0 -1
  1190. package/esm2022/text-input/text-input-error-text.directive.js +0 -42
  1191. package/esm2022/text-input/text-input-error-text.directive.js.map +0 -1
  1192. package/esm2022/text-input/text-input-hint.directive.js +0 -26
  1193. package/esm2022/text-input/text-input-hint.directive.js.map +0 -1
  1194. package/esm2022/text-input/text-input-input-group.directive.js +0 -52
  1195. package/esm2022/text-input/text-input-input-group.directive.js.map +0 -1
  1196. package/esm2022/text-input/text-input-input.directive.js +0 -32
  1197. package/esm2022/text-input/text-input-input.directive.js.map +0 -1
  1198. package/esm2022/text-input/text-input-label.directive.js +0 -50
  1199. package/esm2022/text-input/text-input-label.directive.js.map +0 -1
  1200. package/esm2022/text-input/text-input-root.directive.js +0 -71
  1201. package/esm2022/text-input/text-input-root.directive.js.map +0 -1
  1202. package/esm2022/text-input/text-input.component.js +0 -156
  1203. package/esm2022/text-input/text-input.component.js.map +0 -1
  1204. package/esm2022/text-input/text-input.module.js +0 -75
  1205. package/esm2022/text-input/text-input.module.js.map +0 -1
  1206. package/esm2022/theme/index.js +0 -3
  1207. package/esm2022/theme/index.js.map +0 -1
  1208. package/esm2022/theme/qds-theme-providers.js +0 -73
  1209. package/esm2022/theme/qds-theme-providers.js.map +0 -1
  1210. package/esm2022/theme/qds-theme.service.js +0 -89
  1211. package/esm2022/theme/qds-theme.service.js.map +0 -1
  1212. package/esm2022/theme/qds-theme.types.js +0 -4
  1213. package/esm2022/theme/qds-theme.types.js.map +0 -1
  1214. package/esm2022/theme/qualcomm-ui-angular-theme.js +0 -5
  1215. package/esm2022/theme/qualcomm-ui-angular-theme.js.map +0 -1
  1216. package/esm2022/toast/create-toaster.js +0 -7
  1217. package/esm2022/toast/create-toaster.js.map +0 -1
  1218. package/esm2022/toast/index.js +0 -14
  1219. package/esm2022/toast/index.js.map +0 -1
  1220. package/esm2022/toast/qds-toast-context.service.js +0 -14
  1221. package/esm2022/toast/qds-toast-context.service.js.map +0 -1
  1222. package/esm2022/toast/qualcomm-ui-angular-toast.js +0 -5
  1223. package/esm2022/toast/qualcomm-ui-angular-toast.js.map +0 -1
  1224. package/esm2022/toast/toast-action.directive.js +0 -23
  1225. package/esm2022/toast/toast-action.directive.js.map +0 -1
  1226. package/esm2022/toast/toast-close-button.directive.js +0 -44
  1227. package/esm2022/toast/toast-close-button.directive.js.map +0 -1
  1228. package/esm2022/toast/toast-context.directive.js +0 -23
  1229. package/esm2022/toast/toast-context.directive.js.map +0 -1
  1230. package/esm2022/toast/toast-description.directive.js +0 -23
  1231. package/esm2022/toast/toast-description.directive.js.map +0 -1
  1232. package/esm2022/toast/toast-icon.directive.js +0 -60
  1233. package/esm2022/toast/toast-icon.directive.js.map +0 -1
  1234. package/esm2022/toast/toast-label.directive.js +0 -23
  1235. package/esm2022/toast/toast-label.directive.js.map +0 -1
  1236. package/esm2022/toast/toast-provider.directive.js +0 -34
  1237. package/esm2022/toast/toast-provider.directive.js.map +0 -1
  1238. package/esm2022/toast/toast-root.directive.js +0 -46
  1239. package/esm2022/toast/toast-root.directive.js.map +0 -1
  1240. package/esm2022/toast/toast.module.js +0 -77
  1241. package/esm2022/toast/toast.module.js.map +0 -1
  1242. package/esm2022/toast/toaster.directive.js +0 -124
  1243. package/esm2022/toast/toaster.directive.js.map +0 -1
  1244. package/esm2022/toast/toaster.service.js +0 -24
  1245. package/esm2022/toast/toaster.service.js.map +0 -1
  1246. package/esm2022/tooltip/index.js +0 -11
  1247. package/esm2022/tooltip/index.js.map +0 -1
  1248. package/esm2022/tooltip/qualcomm-ui-angular-tooltip.js +0 -5
  1249. package/esm2022/tooltip/qualcomm-ui-angular-tooltip.js.map +0 -1
  1250. package/esm2022/tooltip/tooltip-arrow-tip.directive.js +0 -22
  1251. package/esm2022/tooltip/tooltip-arrow-tip.directive.js.map +0 -1
  1252. package/esm2022/tooltip/tooltip-arrow.directive.js +0 -32
  1253. package/esm2022/tooltip/tooltip-arrow.directive.js.map +0 -1
  1254. package/esm2022/tooltip/tooltip-content.directive.js +0 -22
  1255. package/esm2022/tooltip/tooltip-content.directive.js.map +0 -1
  1256. package/esm2022/tooltip/tooltip-context.directive.js +0 -28
  1257. package/esm2022/tooltip/tooltip-context.directive.js.map +0 -1
  1258. package/esm2022/tooltip/tooltip-floating-portal.component.js +0 -81
  1259. package/esm2022/tooltip/tooltip-floating-portal.component.js.map +0 -1
  1260. package/esm2022/tooltip/tooltip-positioner.directive.js +0 -22
  1261. package/esm2022/tooltip/tooltip-positioner.directive.js.map +0 -1
  1262. package/esm2022/tooltip/tooltip-root.directive.js +0 -18
  1263. package/esm2022/tooltip/tooltip-root.directive.js.map +0 -1
  1264. package/esm2022/tooltip/tooltip-trigger.directive.js +0 -17
  1265. package/esm2022/tooltip/tooltip-trigger.directive.js.map +0 -1
  1266. package/esm2022/tooltip/tooltip.directive.js +0 -67
  1267. package/esm2022/tooltip/tooltip.directive.js.map +0 -1
  1268. package/esm2022/tooltip/tooltip.module.js +0 -66
  1269. package/esm2022/tooltip/tooltip.module.js.map +0 -1
  1270. package/esm2022/tree/index.js +0 -2
  1271. package/esm2022/tree/index.js.map +0 -1
  1272. package/esm2022/tree/qualcomm-ui-angular-tree.js +0 -5
  1273. package/esm2022/tree/qualcomm-ui-angular-tree.js.map +0 -1
  1274. package/footer/qualcomm-ui-angular-footer.d.ts +0 -6
  1275. package/footer/qualcomm-ui-angular-footer.d.ts.map +0 -1
  1276. package/header/qualcomm-ui-angular-header.d.ts +0 -6
  1277. package/header/qualcomm-ui-angular-header.d.ts.map +0 -1
  1278. package/icon/end-icon.directive.d.ts +0 -27
  1279. package/icon/end-icon.directive.d.ts.map +0 -1
  1280. package/icon/icon.directive.d.ts +0 -47
  1281. package/icon/icon.directive.d.ts.map +0 -1
  1282. package/icon/icon.tokens.d.ts +0 -8
  1283. package/icon/icon.tokens.d.ts.map +0 -1
  1284. package/icon/qualcomm-ui-angular-icon.d.ts +0 -6
  1285. package/icon/qualcomm-ui-angular-icon.d.ts.map +0 -1
  1286. package/icon/start-icon.directive.d.ts +0 -27
  1287. package/icon/start-icon.directive.d.ts.map +0 -1
  1288. package/icon/use-lucide-icon.d.ts +0 -36
  1289. package/icon/use-lucide-icon.d.ts.map +0 -1
  1290. package/inline-icon-button/inline-icon-button.component.d.ts +0 -42
  1291. package/inline-icon-button/inline-icon-button.component.d.ts.map +0 -1
  1292. package/inline-icon-button/qualcomm-ui-angular-inline-icon-button.d.ts +0 -6
  1293. package/inline-icon-button/qualcomm-ui-angular-inline-icon-button.d.ts.map +0 -1
  1294. package/inline-icon-button/use-inline-icon-button-api.d.ts +0 -5
  1295. package/inline-icon-button/use-inline-icon-button-api.d.ts.map +0 -1
  1296. package/inline-notification/inline-notification-action.directive.d.ts +0 -9
  1297. package/inline-notification/inline-notification-action.directive.d.ts.map +0 -1
  1298. package/inline-notification/inline-notification-close-button.directive.d.ts +0 -10
  1299. package/inline-notification/inline-notification-close-button.directive.d.ts.map +0 -1
  1300. package/inline-notification/inline-notification-description.directive.d.ts +0 -9
  1301. package/inline-notification/inline-notification-description.directive.d.ts.map +0 -1
  1302. package/inline-notification/inline-notification-icon.directive.d.ts +0 -12
  1303. package/inline-notification/inline-notification-icon.directive.d.ts.map +0 -1
  1304. package/inline-notification/inline-notification-label.directive.d.ts +0 -9
  1305. package/inline-notification/inline-notification-label.directive.d.ts.map +0 -1
  1306. package/inline-notification/inline-notification-root.directive.d.ts +0 -28
  1307. package/inline-notification/inline-notification-root.directive.d.ts.map +0 -1
  1308. package/inline-notification/inline-notification.directive.d.ts +0 -40
  1309. package/inline-notification/inline-notification.directive.d.ts.map +0 -1
  1310. package/inline-notification/inline-notification.module.d.ts +0 -17
  1311. package/inline-notification/inline-notification.module.d.ts.map +0 -1
  1312. package/inline-notification/qds-inline-notification-context.service.d.ts +0 -9
  1313. package/inline-notification/qds-inline-notification-context.service.d.ts.map +0 -1
  1314. package/inline-notification/qualcomm-ui-angular-inline-notification.d.ts +0 -6
  1315. package/inline-notification/qualcomm-ui-angular-inline-notification.d.ts.map +0 -1
  1316. package/input/error-text.component.d.ts +0 -37
  1317. package/input/error-text.component.d.ts.map +0 -1
  1318. package/input/hint.directive.d.ts +0 -30
  1319. package/input/hint.directive.d.ts.map +0 -1
  1320. package/input/input-end-icon.component.d.ts +0 -16
  1321. package/input/input-end-icon.component.d.ts.map +0 -1
  1322. package/input/input-start-icon.component.d.ts +0 -28
  1323. package/input/input-start-icon.component.d.ts.map +0 -1
  1324. package/input/qds-input-context.service.d.ts +0 -14
  1325. package/input/qds-input-context.service.d.ts.map +0 -1
  1326. package/input/qualcomm-ui-angular-input.d.ts +0 -6
  1327. package/input/qualcomm-ui-angular-input.d.ts.map +0 -1
  1328. package/input/use-input-bindings.d.ts +0 -63
  1329. package/input/use-input-bindings.d.ts.map +0 -1
  1330. package/kbd/kbd.directive.d.ts +0 -12
  1331. package/kbd/kbd.directive.d.ts.map +0 -1
  1332. package/kbd/qualcomm-ui-angular-kbd.d.ts +0 -6
  1333. package/kbd/qualcomm-ui-angular-kbd.d.ts.map +0 -1
  1334. package/link/link.directive.d.ts +0 -62
  1335. package/link/link.directive.d.ts.map +0 -1
  1336. package/link/qualcomm-ui-angular-link.d.ts +0 -6
  1337. package/link/qualcomm-ui-angular-link.d.ts.map +0 -1
  1338. package/menu/menu-button.component.d.ts +0 -10
  1339. package/menu/menu-button.component.d.ts.map +0 -1
  1340. package/menu/menu-checkbox-item.directive.d.ts +0 -9
  1341. package/menu/menu-checkbox-item.directive.d.ts.map +0 -1
  1342. package/menu/menu-content.directive.d.ts +0 -9
  1343. package/menu/menu-content.directive.d.ts.map +0 -1
  1344. package/menu/menu-context-trigger.directive.d.ts +0 -7
  1345. package/menu/menu-context-trigger.directive.d.ts.map +0 -1
  1346. package/menu/menu-item-command.directive.d.ts +0 -13
  1347. package/menu/menu-item-command.directive.d.ts.map +0 -1
  1348. package/menu/menu-item-group-label.directive.d.ts +0 -9
  1349. package/menu/menu-item-group-label.directive.d.ts.map +0 -1
  1350. package/menu/menu-item-group.directive.d.ts +0 -9
  1351. package/menu/menu-item-group.directive.d.ts.map +0 -1
  1352. package/menu/menu-item-indicator.component.d.ts +0 -9
  1353. package/menu/menu-item-indicator.component.d.ts.map +0 -1
  1354. package/menu/menu-item-start-icon.component.d.ts +0 -15
  1355. package/menu/menu-item-start-icon.component.d.ts.map +0 -1
  1356. package/menu/menu-item.directive.d.ts +0 -10
  1357. package/menu/menu-item.directive.d.ts.map +0 -1
  1358. package/menu/menu-positioner.component.d.ts +0 -7
  1359. package/menu/menu-positioner.component.d.ts.map +0 -1
  1360. package/menu/menu-radio-item-group.directive.d.ts +0 -9
  1361. package/menu/menu-radio-item-group.directive.d.ts.map +0 -1
  1362. package/menu/menu-radio-item.directive.d.ts +0 -9
  1363. package/menu/menu-radio-item.directive.d.ts.map +0 -1
  1364. package/menu/menu-separator.directive.d.ts +0 -10
  1365. package/menu/menu-separator.directive.d.ts.map +0 -1
  1366. package/menu/menu-trigger-item-indicator.component.d.ts +0 -13
  1367. package/menu/menu-trigger-item-indicator.component.d.ts.map +0 -1
  1368. package/menu/menu-trigger-item.component.d.ts +0 -10
  1369. package/menu/menu-trigger-item.component.d.ts.map +0 -1
  1370. package/menu/menu-trigger.directive.d.ts +0 -11
  1371. package/menu/menu-trigger.directive.d.ts.map +0 -1
  1372. package/menu/menu.component.d.ts +0 -14
  1373. package/menu/menu.component.d.ts.map +0 -1
  1374. package/menu/menu.module.d.ts +0 -28
  1375. package/menu/menu.module.d.ts.map +0 -1
  1376. package/menu/qds-menu-context.service.d.ts +0 -9
  1377. package/menu/qds-menu-context.service.d.ts.map +0 -1
  1378. package/menu/qualcomm-ui-angular-menu.d.ts +0 -6
  1379. package/menu/qualcomm-ui-angular-menu.d.ts.map +0 -1
  1380. package/number-input/number-input-control.directive.d.ts +0 -21
  1381. package/number-input/number-input-control.directive.d.ts.map +0 -1
  1382. package/number-input/number-input-decrement-trigger.directive.d.ts +0 -10
  1383. package/number-input/number-input-decrement-trigger.directive.d.ts.map +0 -1
  1384. package/number-input/number-input-error-indicator.directive.d.ts +0 -17
  1385. package/number-input/number-input-error-indicator.directive.d.ts.map +0 -1
  1386. package/number-input/number-input-error-text.directive.d.ts +0 -9
  1387. package/number-input/number-input-error-text.directive.d.ts.map +0 -1
  1388. package/number-input/number-input-hint.directive.d.ts +0 -9
  1389. package/number-input/number-input-hint.directive.d.ts.map +0 -1
  1390. package/number-input/number-input-increment-trigger.directive.d.ts +0 -10
  1391. package/number-input/number-input-increment-trigger.directive.d.ts.map +0 -1
  1392. package/number-input/number-input-input-group.directive.d.ts +0 -10
  1393. package/number-input/number-input-input-group.directive.d.ts.map +0 -1
  1394. package/number-input/number-input-input.directive.d.ts +0 -9
  1395. package/number-input/number-input-input.directive.d.ts.map +0 -1
  1396. package/number-input/number-input-label.directive.d.ts +0 -9
  1397. package/number-input/number-input-label.directive.d.ts.map +0 -1
  1398. package/number-input/number-input-root.directive.d.ts +0 -56
  1399. package/number-input/number-input-root.directive.d.ts.map +0 -1
  1400. package/number-input/number-input.component.d.ts +0 -51
  1401. package/number-input/number-input.component.d.ts.map +0 -1
  1402. package/number-input/number-input.module.d.ts +0 -21
  1403. package/number-input/number-input.module.d.ts.map +0 -1
  1404. package/number-input/qds-number-input-context.service.d.ts +0 -9
  1405. package/number-input/qds-number-input-context.service.d.ts.map +0 -1
  1406. package/number-input/qualcomm-ui-angular-number-input.d.ts +0 -6
  1407. package/number-input/qualcomm-ui-angular-number-input.d.ts.map +0 -1
  1408. package/pagination/pagination-context.directive.d.ts +0 -15
  1409. package/pagination/pagination-context.directive.d.ts.map +0 -1
  1410. package/pagination/pagination-next-trigger.component.d.ts +0 -21
  1411. package/pagination/pagination-next-trigger.component.d.ts.map +0 -1
  1412. package/pagination/pagination-page-item.component.d.ts +0 -16
  1413. package/pagination/pagination-page-item.component.d.ts.map +0 -1
  1414. package/pagination/pagination-page-items.component.d.ts +0 -7
  1415. package/pagination/pagination-page-items.component.d.ts.map +0 -1
  1416. package/pagination/pagination-page-metadata.directive.d.ts +0 -14
  1417. package/pagination/pagination-page-metadata.directive.d.ts.map +0 -1
  1418. package/pagination/pagination-page-size-label.directive.d.ts +0 -14
  1419. package/pagination/pagination-page-size-label.directive.d.ts.map +0 -1
  1420. package/pagination/pagination-page-size.component.d.ts +0 -14
  1421. package/pagination/pagination-page-size.component.d.ts.map +0 -1
  1422. package/pagination/pagination-prev-trigger.component.d.ts +0 -21
  1423. package/pagination/pagination-prev-trigger.component.d.ts.map +0 -1
  1424. package/pagination/pagination-root.directive.d.ts +0 -14
  1425. package/pagination/pagination-root.directive.d.ts.map +0 -1
  1426. package/pagination/pagination.module.d.ts +0 -20
  1427. package/pagination/pagination.module.d.ts.map +0 -1
  1428. package/pagination/qualcomm-ui-angular-pagination.d.ts +0 -6
  1429. package/pagination/qualcomm-ui-angular-pagination.d.ts.map +0 -1
  1430. package/password-input/password-input-clear-trigger.directive.d.ts +0 -9
  1431. package/password-input/password-input-clear-trigger.directive.d.ts.map +0 -1
  1432. package/password-input/password-input-error-indicator.directive.d.ts +0 -16
  1433. package/password-input/password-input-error-indicator.directive.d.ts.map +0 -1
  1434. package/password-input/password-input-error-text.directive.d.ts +0 -16
  1435. package/password-input/password-input-error-text.directive.d.ts.map +0 -1
  1436. package/password-input/password-input-hint.directive.d.ts +0 -9
  1437. package/password-input/password-input-hint.directive.d.ts.map +0 -1
  1438. package/password-input/password-input-input-group.directive.d.ts +0 -9
  1439. package/password-input/password-input-input-group.directive.d.ts.map +0 -1
  1440. package/password-input/password-input-input.directive.d.ts +0 -9
  1441. package/password-input/password-input-input.directive.d.ts.map +0 -1
  1442. package/password-input/password-input-label.directive.d.ts +0 -9
  1443. package/password-input/password-input-label.directive.d.ts.map +0 -1
  1444. package/password-input/password-input-root.directive.d.ts +0 -37
  1445. package/password-input/password-input-root.directive.d.ts.map +0 -1
  1446. package/password-input/password-input-visibility-trigger.directive.d.ts +0 -24
  1447. package/password-input/password-input-visibility-trigger.directive.d.ts.map +0 -1
  1448. package/password-input/password-input.component.d.ts +0 -72
  1449. package/password-input/password-input.component.d.ts.map +0 -1
  1450. package/password-input/password-input.module.d.ts +0 -20
  1451. package/password-input/password-input.module.d.ts.map +0 -1
  1452. package/password-input/qualcomm-ui-angular-password-input.d.ts +0 -6
  1453. package/password-input/qualcomm-ui-angular-password-input.d.ts.map +0 -1
  1454. package/popover/popover-anchor.directive.d.ts +0 -7
  1455. package/popover/popover-anchor.directive.d.ts.map +0 -1
  1456. package/popover/popover-arrow-tip.directive.d.ts +0 -17
  1457. package/popover/popover-arrow-tip.directive.d.ts.map +0 -1
  1458. package/popover/popover-arrow.directive.d.ts +0 -17
  1459. package/popover/popover-arrow.directive.d.ts.map +0 -1
  1460. package/popover/popover-close-trigger.directive.d.ts +0 -17
  1461. package/popover/popover-close-trigger.directive.d.ts.map +0 -1
  1462. package/popover/popover-content.directive.d.ts +0 -17
  1463. package/popover/popover-content.directive.d.ts.map +0 -1
  1464. package/popover/popover-context.directive.d.ts +0 -15
  1465. package/popover/popover-context.directive.d.ts.map +0 -1
  1466. package/popover/popover-description.directive.d.ts +0 -17
  1467. package/popover/popover-description.directive.d.ts.map +0 -1
  1468. package/popover/popover-label.directive.d.ts +0 -17
  1469. package/popover/popover-label.directive.d.ts.map +0 -1
  1470. package/popover/popover-positioner.directive.d.ts +0 -7
  1471. package/popover/popover-positioner.directive.d.ts.map +0 -1
  1472. package/popover/popover-root.directive.d.ts +0 -7
  1473. package/popover/popover-root.directive.d.ts.map +0 -1
  1474. package/popover/popover-trigger.directive.d.ts +0 -17
  1475. package/popover/popover-trigger.directive.d.ts.map +0 -1
  1476. package/popover/popover.directive.d.ts +0 -24
  1477. package/popover/popover.directive.d.ts.map +0 -1
  1478. package/popover/popover.module.d.ts +0 -20
  1479. package/popover/popover.module.d.ts.map +0 -1
  1480. package/popover/qualcomm-ui-angular-popover.d.ts +0 -6
  1481. package/popover/qualcomm-ui-angular-popover.d.ts.map +0 -1
  1482. package/progress/progress-bar.directive.d.ts +0 -9
  1483. package/progress/progress-bar.directive.d.ts.map +0 -1
  1484. package/progress/progress-context.directive.d.ts +0 -16
  1485. package/progress/progress-context.directive.d.ts.map +0 -1
  1486. package/progress/progress-error-text.directive.d.ts +0 -16
  1487. package/progress/progress-error-text.directive.d.ts.map +0 -1
  1488. package/progress/progress-hint.directive.d.ts +0 -9
  1489. package/progress/progress-hint.directive.d.ts.map +0 -1
  1490. package/progress/progress-label.directive.d.ts +0 -9
  1491. package/progress/progress-label.directive.d.ts.map +0 -1
  1492. package/progress/progress-root.directive.d.ts +0 -35
  1493. package/progress/progress-root.directive.d.ts.map +0 -1
  1494. package/progress/progress-track.directive.d.ts +0 -9
  1495. package/progress/progress-track.directive.d.ts.map +0 -1
  1496. package/progress/progress-value-text.directive.d.ts +0 -9
  1497. package/progress/progress-value-text.directive.d.ts.map +0 -1
  1498. package/progress/progress.directive.d.ts +0 -47
  1499. package/progress/progress.directive.d.ts.map +0 -1
  1500. package/progress/progress.module.d.ts +0 -17
  1501. package/progress/progress.module.d.ts.map +0 -1
  1502. package/progress/qds-progress-context.service.d.ts +0 -9
  1503. package/progress/qds-progress-context.service.d.ts.map +0 -1
  1504. package/progress/qualcomm-ui-angular-progress.d.ts +0 -6
  1505. package/progress/qualcomm-ui-angular-progress.d.ts.map +0 -1
  1506. package/progress-ring/progress-ring-bar.directive.d.ts +0 -9
  1507. package/progress-ring/progress-ring-bar.directive.d.ts.map +0 -1
  1508. package/progress-ring/progress-ring-circle-container.directive.d.ts +0 -13
  1509. package/progress-ring/progress-ring-circle-container.directive.d.ts.map +0 -1
  1510. package/progress-ring/progress-ring-circle.directive.d.ts +0 -9
  1511. package/progress-ring/progress-ring-circle.directive.d.ts.map +0 -1
  1512. package/progress-ring/progress-ring-context.directive.d.ts +0 -16
  1513. package/progress-ring/progress-ring-context.directive.d.ts.map +0 -1
  1514. package/progress-ring/progress-ring-error-text.directive.d.ts +0 -9
  1515. package/progress-ring/progress-ring-error-text.directive.d.ts.map +0 -1
  1516. package/progress-ring/progress-ring-label.directive.d.ts +0 -9
  1517. package/progress-ring/progress-ring-label.directive.d.ts.map +0 -1
  1518. package/progress-ring/progress-ring-root.directive.d.ts +0 -31
  1519. package/progress-ring/progress-ring-root.directive.d.ts.map +0 -1
  1520. package/progress-ring/progress-ring-track.directive.d.ts +0 -9
  1521. package/progress-ring/progress-ring-track.directive.d.ts.map +0 -1
  1522. package/progress-ring/progress-ring-value-text.directive.d.ts +0 -9
  1523. package/progress-ring/progress-ring-value-text.directive.d.ts.map +0 -1
  1524. package/progress-ring/progress-ring.directive.d.ts +0 -27
  1525. package/progress-ring/progress-ring.directive.d.ts.map +0 -1
  1526. package/progress-ring/progress-ring.module.d.ts +0 -17
  1527. package/progress-ring/progress-ring.module.d.ts.map +0 -1
  1528. package/progress-ring/qds-progress-ring-context.service.d.ts +0 -9
  1529. package/progress-ring/qds-progress-ring-context.service.d.ts.map +0 -1
  1530. package/progress-ring/qualcomm-ui-angular-progress-ring.d.ts +0 -6
  1531. package/progress-ring/qualcomm-ui-angular-progress-ring.d.ts.map +0 -1
  1532. package/qualcomm-ui-angular.d.ts +0 -6
  1533. package/qualcomm-ui-angular.d.ts.map +0 -1
  1534. package/radio/qds-radio-context.service.d.ts +0 -9
  1535. package/radio/qds-radio-context.service.d.ts.map +0 -1
  1536. package/radio/qualcomm-ui-angular-radio.d.ts +0 -6
  1537. package/radio/qualcomm-ui-angular-radio.d.ts.map +0 -1
  1538. package/radio/radio-control.directive.d.ts +0 -9
  1539. package/radio/radio-control.directive.d.ts.map +0 -1
  1540. package/radio/radio-group/index.d.ts +0 -5
  1541. package/radio/radio-group/index.d.ts.map +0 -1
  1542. package/radio/radio-group/radio-group-error-text.component.d.ts +0 -16
  1543. package/radio/radio-group/radio-group-error-text.component.d.ts.map +0 -1
  1544. package/radio/radio-group/radio-group-items.directive.d.ts +0 -9
  1545. package/radio/radio-group/radio-group-items.directive.d.ts.map +0 -1
  1546. package/radio/radio-group/radio-group-label.directive.d.ts +0 -9
  1547. package/radio/radio-group/radio-group-label.directive.d.ts.map +0 -1
  1548. package/radio/radio-group/radio-group-root.directive.d.ts +0 -18
  1549. package/radio/radio-group/radio-group-root.directive.d.ts.map +0 -1
  1550. package/radio/radio-hidden-input.directive.d.ts +0 -9
  1551. package/radio/radio-hidden-input.directive.d.ts.map +0 -1
  1552. package/radio/radio-label.directive.d.ts +0 -9
  1553. package/radio/radio-label.directive.d.ts.map +0 -1
  1554. package/radio/radio-root.directive.d.ts +0 -19
  1555. package/radio/radio-root.directive.d.ts.map +0 -1
  1556. package/radio/radio.component.d.ts +0 -12
  1557. package/radio/radio.component.d.ts.map +0 -1
  1558. package/radio/radio.module.d.ts +0 -18
  1559. package/radio/radio.module.d.ts.map +0 -1
  1560. package/segmented-control/qds-segmented-control-context.service.d.ts +0 -9
  1561. package/segmented-control/qds-segmented-control-context.service.d.ts.map +0 -1
  1562. package/segmented-control/qualcomm-ui-angular-segmented-control.d.ts +0 -6
  1563. package/segmented-control/qualcomm-ui-angular-segmented-control.d.ts.map +0 -1
  1564. package/segmented-control/segmented-control-hidden-input.directive.d.ts +0 -12
  1565. package/segmented-control/segmented-control-hidden-input.directive.d.ts.map +0 -1
  1566. package/segmented-control/segmented-control-item-root.directive.d.ts +0 -9
  1567. package/segmented-control/segmented-control-item-root.directive.d.ts.map +0 -1
  1568. package/segmented-control/segmented-control-item-text.directive.d.ts +0 -12
  1569. package/segmented-control/segmented-control-item-text.directive.d.ts.map +0 -1
  1570. package/segmented-control/segmented-control-item.component.d.ts +0 -11
  1571. package/segmented-control/segmented-control-item.component.d.ts.map +0 -1
  1572. package/segmented-control/segmented-control.directive.d.ts +0 -26
  1573. package/segmented-control/segmented-control.directive.d.ts.map +0 -1
  1574. package/segmented-control/segmented-control.module.d.ts +0 -13
  1575. package/segmented-control/segmented-control.module.d.ts.map +0 -1
  1576. package/select/qds-select-context.service.d.ts +0 -9
  1577. package/select/qds-select-context.service.d.ts.map +0 -1
  1578. package/select/qualcomm-ui-angular-select.d.ts +0 -6
  1579. package/select/qualcomm-ui-angular-select.d.ts.map +0 -1
  1580. package/select/select-clear-trigger.directive.d.ts +0 -10
  1581. package/select/select-clear-trigger.directive.d.ts.map +0 -1
  1582. package/select/select-content.directive.d.ts +0 -9
  1583. package/select/select-content.directive.d.ts.map +0 -1
  1584. package/select/select-context.directive.d.ts +0 -16
  1585. package/select/select-context.directive.d.ts.map +0 -1
  1586. package/select/select-control.directive.d.ts +0 -10
  1587. package/select/select-control.directive.d.ts.map +0 -1
  1588. package/select/select-error-indicator.directive.d.ts +0 -16
  1589. package/select/select-error-indicator.directive.d.ts.map +0 -1
  1590. package/select/select-error-text.directive.d.ts +0 -15
  1591. package/select/select-error-text.directive.d.ts.map +0 -1
  1592. package/select/select-hidden-select.directive.d.ts +0 -9
  1593. package/select/select-hidden-select.directive.d.ts.map +0 -1
  1594. package/select/select-hint.directive.d.ts +0 -9
  1595. package/select/select-hint.directive.d.ts.map +0 -1
  1596. package/select/select-indicator.directive.d.ts +0 -22
  1597. package/select/select-indicator.directive.d.ts.map +0 -1
  1598. package/select/select-item-indicator.directive.d.ts +0 -9
  1599. package/select/select-item-indicator.directive.d.ts.map +0 -1
  1600. package/select/select-item-text.directive.d.ts +0 -9
  1601. package/select/select-item-text.directive.d.ts.map +0 -1
  1602. package/select/select-item.directive.d.ts +0 -9
  1603. package/select/select-item.directive.d.ts.map +0 -1
  1604. package/select/select-items.component.d.ts +0 -7
  1605. package/select/select-items.component.d.ts.map +0 -1
  1606. package/select/select-label.directive.d.ts +0 -10
  1607. package/select/select-label.directive.d.ts.map +0 -1
  1608. package/select/select-positioner.directive.d.ts +0 -9
  1609. package/select/select-positioner.directive.d.ts.map +0 -1
  1610. package/select/select-root.directive.d.ts +0 -26
  1611. package/select/select-root.directive.d.ts.map +0 -1
  1612. package/select/select-value-text.directive.d.ts +0 -9
  1613. package/select/select-value-text.directive.d.ts.map +0 -1
  1614. package/select/select.component.d.ts +0 -60
  1615. package/select/select.component.d.ts.map +0 -1
  1616. package/select/select.module.d.ts +0 -29
  1617. package/select/select.module.d.ts.map +0 -1
  1618. package/switch/qds-switch-context.service.d.ts +0 -9
  1619. package/switch/qds-switch-context.service.d.ts.map +0 -1
  1620. package/switch/qualcomm-ui-angular-switch.d.ts +0 -6
  1621. package/switch/qualcomm-ui-angular-switch.d.ts.map +0 -1
  1622. package/switch/switch-control.component.d.ts +0 -9
  1623. package/switch/switch-control.component.d.ts.map +0 -1
  1624. package/switch/switch-error-text.component.d.ts +0 -16
  1625. package/switch/switch-error-text.component.d.ts.map +0 -1
  1626. package/switch/switch-hidden-input.directive.d.ts +0 -9
  1627. package/switch/switch-hidden-input.directive.d.ts.map +0 -1
  1628. package/switch/switch-label.directive.d.ts +0 -9
  1629. package/switch/switch-label.directive.d.ts.map +0 -1
  1630. package/switch/switch-root.directive.d.ts +0 -18
  1631. package/switch/switch-root.directive.d.ts.map +0 -1
  1632. package/switch/switch-thumb.directive.d.ts +0 -9
  1633. package/switch/switch-thumb.directive.d.ts.map +0 -1
  1634. package/switch/switch.component.d.ts +0 -35
  1635. package/switch/switch.component.d.ts.map +0 -1
  1636. package/switch/switch.module.d.ts +0 -16
  1637. package/switch/switch.module.d.ts.map +0 -1
  1638. package/table/components/custom/cell-component-context.directive.d.ts +0 -9
  1639. package/table/components/custom/cell-component-context.directive.d.ts.map +0 -1
  1640. package/table/components/custom/index.d.ts +0 -2
  1641. package/table/components/custom/index.d.ts.map +0 -1
  1642. package/table/components/index.d.ts +0 -29
  1643. package/table/components/index.d.ts.map +0 -1
  1644. package/table/components/qds-table-api.d.ts +0 -2
  1645. package/table/components/qds-table-api.d.ts.map +0 -1
  1646. package/table/components/renderers/index.d.ts +0 -4
  1647. package/table/components/renderers/index.d.ts.map +0 -1
  1648. package/table/components/renderers/render-cell.directive.d.ts +0 -28
  1649. package/table/components/renderers/render-cell.directive.d.ts.map +0 -1
  1650. package/table/components/renderers/render-footer.directive.d.ts +0 -17
  1651. package/table/components/renderers/render-footer.directive.d.ts.map +0 -1
  1652. package/table/components/renderers/render-header.directive.d.ts +0 -17
  1653. package/table/components/renderers/render-header.directive.d.ts.map +0 -1
  1654. package/table/components/table-action-bar.directive.d.ts +0 -12
  1655. package/table/components/table-action-bar.directive.d.ts.map +0 -1
  1656. package/table/components/table-body.directive.d.ts +0 -12
  1657. package/table/components/table-body.directive.d.ts.map +0 -1
  1658. package/table/components/table-cell-action.directive.d.ts +0 -18
  1659. package/table/components/table-cell-action.directive.d.ts.map +0 -1
  1660. package/table/components/table-cell.directive.d.ts +0 -19
  1661. package/table/components/table-cell.directive.d.ts.map +0 -1
  1662. package/table/components/table-column-drag-handle.directive.d.ts +0 -20
  1663. package/table/components/table-column-drag-handle.directive.d.ts.map +0 -1
  1664. package/table/components/table-column-drag-preview.directive.d.ts +0 -13
  1665. package/table/components/table-column-drag-preview.directive.d.ts.map +0 -1
  1666. package/table/components/table-column-drop-indicator.directive.d.ts +0 -26
  1667. package/table/components/table-column-drop-indicator.directive.d.ts.map +0 -1
  1668. package/table/components/table-column-filter-action.directive.d.ts +0 -28
  1669. package/table/components/table-column-filter-action.directive.d.ts.map +0 -1
  1670. package/table/components/table-column-header-action.directive.d.ts +0 -18
  1671. package/table/components/table-column-header-action.directive.d.ts.map +0 -1
  1672. package/table/components/table-column-resize-handle.directive.d.ts +0 -27
  1673. package/table/components/table-column-resize-handle.directive.d.ts.map +0 -1
  1674. package/table/components/table-column-sort-action.directive.d.ts +0 -23
  1675. package/table/components/table-column-sort-action.directive.d.ts.map +0 -1
  1676. package/table/components/table-footer.directive.d.ts +0 -12
  1677. package/table/components/table-footer.directive.d.ts.map +0 -1
  1678. package/table/components/table-header-cell.directive.d.ts +0 -31
  1679. package/table/components/table-header-cell.directive.d.ts.map +0 -1
  1680. package/table/components/table-header.directive.d.ts +0 -12
  1681. package/table/components/table-header.directive.d.ts.map +0 -1
  1682. package/table/components/table-pagination.directive.d.ts +0 -8
  1683. package/table/components/table-pagination.directive.d.ts.map +0 -1
  1684. package/table/components/table-root.directive.d.ts +0 -25
  1685. package/table/components/table-root.directive.d.ts.map +0 -1
  1686. package/table/components/table-row-drag-handle.directive.d.ts +0 -20
  1687. package/table/components/table-row-drag-handle.directive.d.ts.map +0 -1
  1688. package/table/components/table-row-drag-preview.directive.d.ts +0 -12
  1689. package/table/components/table-row-drag-preview.directive.d.ts.map +0 -1
  1690. package/table/components/table-row-drop-indicator.directive.d.ts +0 -26
  1691. package/table/components/table-row-drop-indicator.directive.d.ts.map +0 -1
  1692. package/table/components/table-row-expand-button.directive.d.ts +0 -27
  1693. package/table/components/table-row-expand-button.directive.d.ts.map +0 -1
  1694. package/table/components/table-row.directive.d.ts +0 -27
  1695. package/table/components/table-row.directive.d.ts.map +0 -1
  1696. package/table/components/table-scroll-container.directive.d.ts +0 -12
  1697. package/table/components/table-scroll-container.directive.d.ts.map +0 -1
  1698. package/table/components/table-table.directive.d.ts +0 -12
  1699. package/table/components/table-table.directive.d.ts.map +0 -1
  1700. package/table/components/table-title-bar.directive.d.ts +0 -12
  1701. package/table/components/table-title-bar.directive.d.ts.map +0 -1
  1702. package/table/components/table.module.d.ts +0 -36
  1703. package/table/components/table.module.d.ts.map +0 -1
  1704. package/table/model/create-angular-table.d.ts +0 -6
  1705. package/table/model/create-angular-table.d.ts.map +0 -1
  1706. package/table/model/create-pagination-helper.d.ts +0 -23
  1707. package/table/model/create-pagination-helper.d.ts.map +0 -1
  1708. package/table/model/index.d.ts +0 -3
  1709. package/table/model/index.d.ts.map +0 -1
  1710. package/table/model/lazy-signal-initializer.d.ts +0 -6
  1711. package/table/model/lazy-signal-initializer.d.ts.map +0 -1
  1712. package/table/model/proxify-table.d.ts +0 -4
  1713. package/table/model/proxify-table.d.ts.map +0 -1
  1714. package/table/qualcomm-ui-angular-table.d.ts +0 -6
  1715. package/table/qualcomm-ui-angular-table.d.ts.map +0 -1
  1716. package/table/types/context.d.ts +0 -9
  1717. package/table/types/context.d.ts.map +0 -1
  1718. package/table/types/index.d.ts +0 -2
  1719. package/table/types/index.d.ts.map +0 -1
  1720. package/tabs/qds-tabs-context.service.d.ts +0 -9
  1721. package/tabs/qds-tabs-context.service.d.ts.map +0 -1
  1722. package/tabs/qualcomm-ui-angular-tabs.d.ts +0 -6
  1723. package/tabs/qualcomm-ui-angular-tabs.d.ts.map +0 -1
  1724. package/tabs/tab-button.directive.d.ts +0 -34
  1725. package/tabs/tab-button.directive.d.ts.map +0 -1
  1726. package/tabs/tab-dismiss-button.directive.d.ts +0 -10
  1727. package/tabs/tab-dismiss-button.directive.d.ts.map +0 -1
  1728. package/tabs/tab-root.directive.d.ts +0 -9
  1729. package/tabs/tab-root.directive.d.ts.map +0 -1
  1730. package/tabs/tabs-context.directive.d.ts +0 -27
  1731. package/tabs/tabs-context.directive.d.ts.map +0 -1
  1732. package/tabs/tabs-indicator.directive.d.ts +0 -9
  1733. package/tabs/tabs-indicator.directive.d.ts.map +0 -1
  1734. package/tabs/tabs-list.directive.d.ts +0 -9
  1735. package/tabs/tabs-list.directive.d.ts.map +0 -1
  1736. package/tabs/tabs-panel.directive.d.ts +0 -9
  1737. package/tabs/tabs-panel.directive.d.ts.map +0 -1
  1738. package/tabs/tabs-root.directive.d.ts +0 -41
  1739. package/tabs/tabs-root.directive.d.ts.map +0 -1
  1740. package/tabs/tabs.module.d.ts +0 -17
  1741. package/tabs/tabs.module.d.ts.map +0 -1
  1742. package/tag/qds-tag-context.service.d.ts +0 -9
  1743. package/tag/qds-tag-context.service.d.ts.map +0 -1
  1744. package/tag/qualcomm-ui-angular-tag.d.ts +0 -6
  1745. package/tag/qualcomm-ui-angular-tag.d.ts.map +0 -1
  1746. package/tag/tag.directive.d.ts +0 -66
  1747. package/tag/tag.directive.d.ts.map +0 -1
  1748. package/text-area/qualcomm-ui-angular-text-area.d.ts +0 -6
  1749. package/text-area/qualcomm-ui-angular-text-area.d.ts.map +0 -1
  1750. package/text-input/qualcomm-ui-angular-text-input.d.ts +0 -6
  1751. package/text-input/qualcomm-ui-angular-text-input.d.ts.map +0 -1
  1752. package/text-input/text-input-clear-trigger.directive.d.ts +0 -12
  1753. package/text-input/text-input-clear-trigger.directive.d.ts.map +0 -1
  1754. package/text-input/text-input-error-indicator.directive.d.ts +0 -19
  1755. package/text-input/text-input-error-indicator.directive.d.ts.map +0 -1
  1756. package/text-input/text-input-error-text.directive.d.ts +0 -18
  1757. package/text-input/text-input-error-text.directive.d.ts.map +0 -1
  1758. package/text-input/text-input-hint.directive.d.ts +0 -12
  1759. package/text-input/text-input-hint.directive.d.ts.map +0 -1
  1760. package/text-input/text-input-input-group.directive.d.ts +0 -12
  1761. package/text-input/text-input-input-group.directive.d.ts.map +0 -1
  1762. package/text-input/text-input-input.directive.d.ts +0 -13
  1763. package/text-input/text-input-input.directive.d.ts.map +0 -1
  1764. package/text-input/text-input-label.directive.d.ts +0 -12
  1765. package/text-input/text-input-label.directive.d.ts.map +0 -1
  1766. package/text-input/text-input-root.directive.d.ts +0 -59
  1767. package/text-input/text-input-root.directive.d.ts.map +0 -1
  1768. package/text-input/text-input.component.d.ts +0 -56
  1769. package/text-input/text-input.component.d.ts.map +0 -1
  1770. package/text-input/text-input.module.d.ts +0 -19
  1771. package/text-input/text-input.module.d.ts.map +0 -1
  1772. package/theme/qds-theme-providers.d.ts +0 -23
  1773. package/theme/qds-theme-providers.d.ts.map +0 -1
  1774. package/theme/qds-theme.service.d.ts +0 -23
  1775. package/theme/qds-theme.service.d.ts.map +0 -1
  1776. package/theme/qds-theme.types.d.ts +0 -37
  1777. package/theme/qds-theme.types.d.ts.map +0 -1
  1778. package/theme/qualcomm-ui-angular-theme.d.ts +0 -6
  1779. package/theme/qualcomm-ui-angular-theme.d.ts.map +0 -1
  1780. package/toast/create-toaster.d.ts +0 -7
  1781. package/toast/create-toaster.d.ts.map +0 -1
  1782. package/toast/qds-toast-context.service.d.ts +0 -9
  1783. package/toast/qds-toast-context.service.d.ts.map +0 -1
  1784. package/toast/qualcomm-ui-angular-toast.d.ts +0 -6
  1785. package/toast/qualcomm-ui-angular-toast.d.ts.map +0 -1
  1786. package/toast/toast-action.directive.d.ts +0 -9
  1787. package/toast/toast-action.directive.d.ts.map +0 -1
  1788. package/toast/toast-close-button.directive.d.ts +0 -10
  1789. package/toast/toast-close-button.directive.d.ts.map +0 -1
  1790. package/toast/toast-context.directive.d.ts +0 -14
  1791. package/toast/toast-context.directive.d.ts.map +0 -1
  1792. package/toast/toast-description.directive.d.ts +0 -9
  1793. package/toast/toast-description.directive.d.ts.map +0 -1
  1794. package/toast/toast-icon.directive.d.ts +0 -18
  1795. package/toast/toast-icon.directive.d.ts.map +0 -1
  1796. package/toast/toast-label.directive.d.ts +0 -9
  1797. package/toast/toast-label.directive.d.ts.map +0 -1
  1798. package/toast/toast-provider.directive.d.ts +0 -16
  1799. package/toast/toast-provider.directive.d.ts.map +0 -1
  1800. package/toast/toast-root.directive.d.ts +0 -12
  1801. package/toast/toast-root.directive.d.ts.map +0 -1
  1802. package/toast/toast.module.d.ts +0 -21
  1803. package/toast/toast.module.d.ts.map +0 -1
  1804. package/toast/toaster.directive.d.ts +0 -9
  1805. package/toast/toaster.directive.d.ts.map +0 -1
  1806. package/toast/toaster.service.d.ts +0 -12
  1807. package/toast/toaster.service.d.ts.map +0 -1
  1808. package/tooltip/qualcomm-ui-angular-tooltip.d.ts +0 -6
  1809. package/tooltip/qualcomm-ui-angular-tooltip.d.ts.map +0 -1
  1810. package/tooltip/tooltip-arrow-tip.directive.d.ts +0 -13
  1811. package/tooltip/tooltip-arrow-tip.directive.d.ts.map +0 -1
  1812. package/tooltip/tooltip-arrow.directive.d.ts +0 -13
  1813. package/tooltip/tooltip-arrow.directive.d.ts.map +0 -1
  1814. package/tooltip/tooltip-content.directive.d.ts +0 -13
  1815. package/tooltip/tooltip-content.directive.d.ts.map +0 -1
  1816. package/tooltip/tooltip-context.directive.d.ts +0 -15
  1817. package/tooltip/tooltip-context.directive.d.ts.map +0 -1
  1818. package/tooltip/tooltip-floating-portal.component.d.ts +0 -26
  1819. package/tooltip/tooltip-floating-portal.component.d.ts.map +0 -1
  1820. package/tooltip/tooltip-positioner.directive.d.ts +0 -13
  1821. package/tooltip/tooltip-positioner.directive.d.ts.map +0 -1
  1822. package/tooltip/tooltip-root.directive.d.ts +0 -7
  1823. package/tooltip/tooltip-root.directive.d.ts.map +0 -1
  1824. package/tooltip/tooltip-trigger.directive.d.ts +0 -7
  1825. package/tooltip/tooltip-trigger.directive.d.ts.map +0 -1
  1826. package/tooltip/tooltip.directive.d.ts +0 -16
  1827. package/tooltip/tooltip.directive.d.ts.map +0 -1
  1828. package/tooltip/tooltip.module.d.ts +0 -19
  1829. package/tooltip/tooltip.module.d.ts.map +0 -1
  1830. package/tree/qualcomm-ui-angular-tree.d.ts +0 -6
  1831. package/tree/qualcomm-ui-angular-tree.d.ts.map +0 -1
@@ -1,56 +0,0 @@
1
- // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
- // SPDX-License-Identifier: BSD-3-Clause-Clear
3
- import { NgModule } from "@angular/core";
4
- import { IconDirective } from "@qualcomm-ui/angular/icon";
5
- import { ProgressRingModule } from "@qualcomm-ui/angular/progress-ring";
6
- import { QBindDirective } from "@qualcomm-ui/angular-core/machine";
7
- import { InlineNotificationActionDirective } from "./inline-notification-action.directive";
8
- import { InlineNotificationCloseButtonDirective } from "./inline-notification-close-button.directive";
9
- import { InlineNotificationDescriptionDirective } from "./inline-notification-description.directive";
10
- import { InlineNotificationIconDirective } from "./inline-notification-icon.directive";
11
- import { InlineNotificationLabelDirective } from "./inline-notification-label.directive";
12
- import { InlineNotificationRootDirective } from "./inline-notification-root.directive";
13
- import { InlineNotificationDirective } from "./inline-notification.directive";
14
- import * as i0 from "@angular/core";
15
- export class InlineNotificationModule {
16
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: InlineNotificationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
17
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.10", ngImport: i0, type: InlineNotificationModule, declarations: [InlineNotificationDirective,
18
- InlineNotificationRootDirective,
19
- InlineNotificationActionDirective,
20
- InlineNotificationCloseButtonDirective,
21
- InlineNotificationDescriptionDirective,
22
- InlineNotificationIconDirective,
23
- InlineNotificationLabelDirective], imports: [IconDirective, QBindDirective, ProgressRingModule], exports: [InlineNotificationDirective,
24
- InlineNotificationRootDirective,
25
- InlineNotificationActionDirective,
26
- InlineNotificationCloseButtonDirective,
27
- InlineNotificationDescriptionDirective,
28
- InlineNotificationIconDirective,
29
- InlineNotificationLabelDirective] });
30
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: InlineNotificationModule, imports: [ProgressRingModule] });
31
- }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: InlineNotificationModule, decorators: [{
33
- type: NgModule,
34
- args: [{
35
- declarations: [
36
- InlineNotificationDirective,
37
- InlineNotificationRootDirective,
38
- InlineNotificationActionDirective,
39
- InlineNotificationCloseButtonDirective,
40
- InlineNotificationDescriptionDirective,
41
- InlineNotificationIconDirective,
42
- InlineNotificationLabelDirective,
43
- ],
44
- exports: [
45
- InlineNotificationDirective,
46
- InlineNotificationRootDirective,
47
- InlineNotificationActionDirective,
48
- InlineNotificationCloseButtonDirective,
49
- InlineNotificationDescriptionDirective,
50
- InlineNotificationIconDirective,
51
- InlineNotificationLabelDirective,
52
- ],
53
- imports: [IconDirective, QBindDirective, ProgressRingModule],
54
- }]
55
- }] });
56
- //# sourceMappingURL=inline-notification.module.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"inline-notification.module.js","sourceRoot":"","sources":["../../../src/inline-notification/inline-notification.module.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAA;AAEtC,OAAO,EAAC,aAAa,EAAC,MAAM,2BAA2B,CAAA;AACvD,OAAO,EAAC,kBAAkB,EAAC,MAAM,oCAAoC,CAAA;AACrE,OAAO,EAAC,cAAc,EAAC,MAAM,mCAAmC,CAAA;AAEhE,OAAO,EAAC,iCAAiC,EAAC,MAAM,wCAAwC,CAAA;AACxF,OAAO,EAAC,sCAAsC,EAAC,MAAM,8CAA8C,CAAA;AACnG,OAAO,EAAC,sCAAsC,EAAC,MAAM,6CAA6C,CAAA;AAClG,OAAO,EAAC,+BAA+B,EAAC,MAAM,sCAAsC,CAAA;AACpF,OAAO,EAAC,gCAAgC,EAAC,MAAM,uCAAuC,CAAA;AACtF,OAAO,EAAC,+BAA+B,EAAC,MAAM,sCAAsC,CAAA;AACpF,OAAO,EAAC,2BAA2B,EAAC,MAAM,iCAAiC,CAAA;;AAuB3E,MAAM,OAAO,wBAAwB;wGAAxB,wBAAwB;yGAAxB,wBAAwB,iBAnBjC,2BAA2B;YAC3B,+BAA+B;YAC/B,iCAAiC;YACjC,sCAAsC;YACtC,sCAAsC;YACtC,+BAA+B;YAC/B,gCAAgC,aAWxB,aAAa,EAAE,cAAc,EAAE,kBAAkB,aARzD,2BAA2B;YAC3B,+BAA+B;YAC/B,iCAAiC;YACjC,sCAAsC;YACtC,sCAAsC;YACtC,+BAA+B;YAC/B,gCAAgC;yGAIvB,wBAAwB,YAFM,kBAAkB;;4FAEhD,wBAAwB;kBArBpC,QAAQ;mBAAC;oBACR,YAAY,EAAE;wBACZ,2BAA2B;wBAC3B,+BAA+B;wBAC/B,iCAAiC;wBACjC,sCAAsC;wBACtC,sCAAsC;wBACtC,+BAA+B;wBAC/B,gCAAgC;qBACjC;oBACD,OAAO,EAAE;wBACP,2BAA2B;wBAC3B,+BAA+B;wBAC/B,iCAAiC;wBACjC,sCAAsC;wBACtC,sCAAsC;wBACtC,+BAA+B;wBAC/B,gCAAgC;qBACjC;oBACD,OAAO,EAAE,CAAC,aAAa,EAAE,cAAc,EAAE,kBAAkB,CAAC;iBAC7D","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {NgModule} from \"@angular/core\"\n\nimport {IconDirective} from \"@qualcomm-ui/angular/icon\"\nimport {ProgressRingModule} from \"@qualcomm-ui/angular/progress-ring\"\nimport {QBindDirective} from \"@qualcomm-ui/angular-core/machine\"\n\nimport {InlineNotificationActionDirective} from \"./inline-notification-action.directive\"\nimport {InlineNotificationCloseButtonDirective} from \"./inline-notification-close-button.directive\"\nimport {InlineNotificationDescriptionDirective} from \"./inline-notification-description.directive\"\nimport {InlineNotificationIconDirective} from \"./inline-notification-icon.directive\"\nimport {InlineNotificationLabelDirective} from \"./inline-notification-label.directive\"\nimport {InlineNotificationRootDirective} from \"./inline-notification-root.directive\"\nimport {InlineNotificationDirective} from \"./inline-notification.directive\"\n\n@NgModule({\n declarations: [\n InlineNotificationDirective,\n InlineNotificationRootDirective,\n InlineNotificationActionDirective,\n InlineNotificationCloseButtonDirective,\n InlineNotificationDescriptionDirective,\n InlineNotificationIconDirective,\n InlineNotificationLabelDirective,\n ],\n exports: [\n InlineNotificationDirective,\n InlineNotificationRootDirective,\n InlineNotificationActionDirective,\n InlineNotificationCloseButtonDirective,\n InlineNotificationDescriptionDirective,\n InlineNotificationIconDirective,\n InlineNotificationLabelDirective,\n ],\n imports: [IconDirective, QBindDirective, ProgressRingModule],\n})\nexport class InlineNotificationModule {}\n"]}
@@ -1,14 +0,0 @@
1
- // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
- // SPDX-License-Identifier: BSD-3-Clause-Clear
3
- import { Injectable } from "@angular/core";
4
- import { BaseApiContextService, createApiContext, } from "@qualcomm-ui/angular-core/machine";
5
- import * as i0 from "@angular/core";
6
- export class QdsInlineNotificationContextService extends BaseApiContextService {
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: QdsInlineNotificationContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: QdsInlineNotificationContextService });
9
- }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: QdsInlineNotificationContextService, decorators: [{
11
- type: Injectable
12
- }] });
13
- export const [QDS_INLINE_NOTIFICATION_CONTEXT, useQdsInlineNotificationContext, provideQdsInlineNotificationContext,] = createApiContext("QdsInlineNotificationContext", QdsInlineNotificationContextService);
14
- //# sourceMappingURL=qds-inline-notification-context.service.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"qds-inline-notification-context.service.js","sourceRoot":"","sources":["../../../src/inline-notification/qds-inline-notification-context.service.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,UAAU,EAAC,MAAM,eAAe,CAAA;AAExC,OAAO,EAEL,qBAAqB,EACrB,gBAAgB,GACjB,MAAM,mCAAmC,CAAA;;AAI1C,MAAM,OAAO,mCAAoC,SAAQ,qBAAyC;wGAArF,mCAAmC;4GAAnC,mCAAmC;;4FAAnC,mCAAmC;kBAD/C,UAAU;;AAGX,MAAM,CAAC,MAAM,CACX,+BAA+B,EAC/B,+BAA+B,EAC/B,mCAAmC,EACpC,GAAmC,gBAAgB,CAClD,8BAA8B,EAC9B,mCAAmC,CACpC,CAAA","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Injectable} from \"@angular/core\"\n\nimport {\n type ApiContext,\n BaseApiContextService,\n createApiContext,\n} from \"@qualcomm-ui/angular-core/machine\"\nimport type {QdsNotificationApi} from \"@qualcomm-ui/qds-core/inline-notification\"\n\n@Injectable()\nexport class QdsInlineNotificationContextService extends BaseApiContextService<QdsNotificationApi> {}\n\nexport const [\n QDS_INLINE_NOTIFICATION_CONTEXT,\n useQdsInlineNotificationContext,\n provideQdsInlineNotificationContext,\n]: ApiContext<QdsNotificationApi> = createApiContext<QdsNotificationApi>(\n \"QdsInlineNotificationContext\",\n QdsInlineNotificationContextService,\n)\n"]}
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=qualcomm-ui-angular-inline-notification.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"qualcomm-ui-angular-inline-notification.js","sourceRoot":"","sources":["../../../src/inline-notification/qualcomm-ui-angular-inline-notification.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,SAAS,CAAC","sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"]}
@@ -1,54 +0,0 @@
1
- // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
- // SPDX-License-Identifier: BSD-3-Clause-Clear
3
- import { Component, input } from "@angular/core";
4
- import { IconDirective } from "@qualcomm-ui/angular/icon";
5
- import {} from "@qualcomm-ui/angular-core/lucide";
6
- import { useTrackBindings } from "@qualcomm-ui/angular-core/machine";
7
- import { inputClasses } from "@qualcomm-ui/qds-core/input";
8
- import { useQdsInputContext } from "./qds-input-context.service";
9
- import * as i0 from "@angular/core";
10
- /**
11
- * Simple error text directive. Not bound to any form or component context.
12
- *
13
- * @remarks if using a specific input component, use that component's error
14
- * text directive instead of this one.
15
- */
16
- export class ErrorTextComponent {
17
- /**
18
- * Error indicator icon.
19
- */
20
- icon = input(...(ngDevMode ? [undefined, { debugName: "icon" }] : []));
21
- inputClasses = inputClasses;
22
- qdsInputContext = useQdsInputContext({ optional: true });
23
- trackBindings = useTrackBindings(() => {
24
- const context = this.qdsInputContext?.();
25
- return context?.getErrorTextBindings?.() || {};
26
- });
27
- ngOnInit() {
28
- this.trackBindings();
29
- }
30
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: ErrorTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
31
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.10", type: ErrorTextComponent, isStandalone: true, selector: "[q-error-text]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class": "inputClasses.errorText" } }, ngImport: i0, template: `
32
- @if (icon()) {
33
- <svg size="xs" [qIcon]="icon()!" />
34
- }
35
- <ng-content />
36
- `, isInline: true, dependencies: [{ kind: "directive", type: IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
37
- }
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: ErrorTextComponent, decorators: [{
39
- type: Component,
40
- args: [{
41
- host: {
42
- "[class]": "inputClasses.errorText",
43
- },
44
- imports: [IconDirective],
45
- selector: "[q-error-text]",
46
- template: `
47
- @if (icon()) {
48
- <svg size="xs" [qIcon]="icon()!" />
49
- }
50
- <ng-content />
51
- `,
52
- }]
53
- }], propDecorators: { icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }] } });
54
- //# sourceMappingURL=error-text.component.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"error-text.component.js","sourceRoot":"","sources":["../../../src/input/error-text.component.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,SAAS,EAAE,KAAK,EAAc,MAAM,eAAe,CAAA;AAE3D,OAAO,EAAC,aAAa,EAAC,MAAM,2BAA2B,CAAA;AACvD,OAAO,EAAiB,MAAM,kCAAkC,CAAA;AAChE,OAAO,EAAC,gBAAgB,EAAC,MAAM,mCAAmC,CAAA;AAClE,OAAO,EAAC,YAAY,EAAC,MAAM,6BAA6B,CAAA;AAExD,OAAO,EAAC,kBAAkB,EAAC,MAAM,6BAA6B,CAAA;;AAE9D;;;;;GAKG;AAcH,MAAM,OAAO,kBAAkB;IAC7B;;OAEG;IACM,IAAI,GAAG,KAAK,0DAAuB,CAAA;IAElC,YAAY,GAAG,YAAY,CAAA;IAE3B,eAAe,GAAG,kBAAkB,CAAC,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC,CAAA;IAEtD,aAAa,GAAG,gBAAgB,CAAC,GAAG,EAAE;QAC9C,MAAM,OAAO,GAAG,IAAI,CAAC,eAAe,EAAE,EAAE,CAAA;QACxC,OAAO,OAAO,EAAE,oBAAoB,EAAE,EAAE,IAAI,EAAE,CAAA;IAChD,CAAC,CAAC,CAAA;IAEF,QAAQ;QACN,IAAI,CAAC,aAAa,EAAE,CAAA;IACtB,CAAC;wGAjBU,kBAAkB;4FAAlB,kBAAkB,wQAPnB;;;;;GAKT,4DAPS,aAAa;;4FASZ,kBAAkB;kBAb9B,SAAS;mBAAC;oBACT,IAAI,EAAE;wBACJ,SAAS,EAAE,wBAAwB;qBACpC;oBACD,OAAO,EAAE,CAAC,aAAa,CAAC;oBACxB,QAAQ,EAAE,gBAAgB;oBAC1B,QAAQ,EAAE;;;;;GAKT;iBACF","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Component, input, type OnInit} from \"@angular/core\"\n\nimport {IconDirective} from \"@qualcomm-ui/angular/icon\"\nimport {type LucideIcon} from \"@qualcomm-ui/angular-core/lucide\"\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\nimport {inputClasses} from \"@qualcomm-ui/qds-core/input\"\n\nimport {useQdsInputContext} from \"./qds-input-context.service\"\n\n/**\n * Simple error text directive. Not bound to any form or component context.\n *\n * @remarks if using a specific input component, use that component's error\n * text directive instead of this one.\n */\n@Component({\n host: {\n \"[class]\": \"inputClasses.errorText\",\n },\n imports: [IconDirective],\n selector: \"[q-error-text]\",\n template: `\n @if (icon()) {\n <svg size=\"xs\" [qIcon]=\"icon()!\" />\n }\n <ng-content />\n `,\n})\nexport class ErrorTextComponent implements OnInit {\n /**\n * Error indicator icon.\n */\n readonly icon = input<LucideIcon | string>()\n\n protected inputClasses = inputClasses\n\n protected qdsInputContext = useQdsInputContext({optional: true})\n\n protected trackBindings = useTrackBindings(() => {\n const context = this.qdsInputContext?.()\n return context?.getErrorTextBindings?.() || {}\n })\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n"]}
@@ -1,35 +0,0 @@
1
- // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
- // SPDX-License-Identifier: BSD-3-Clause-Clear
3
- import { Directive } from "@angular/core";
4
- import { useTrackBindings } from "@qualcomm-ui/angular-core/machine";
5
- import { inputClasses } from "@qualcomm-ui/qds-core/input";
6
- import { useQdsInputContext } from "./qds-input-context.service";
7
- import * as i0 from "@angular/core";
8
- /**
9
- * Simple hint directive that applies hint styles. Not bound to any form or component context.
10
- * @remarks if using a specific input component, use that component's hint directive instead of
11
- * this one.
12
- */
13
- export class HintDirective {
14
- inputClasses = inputClasses;
15
- qdsInputContext = useQdsInputContext({ optional: true });
16
- trackBindings = useTrackBindings(() => {
17
- const context = this.qdsInputContext?.();
18
- return context?.getHintBindings?.() || {};
19
- });
20
- ngOnInit() {
21
- this.trackBindings();
22
- }
23
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: HintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
24
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.10", type: HintDirective, isStandalone: true, selector: "[q-hint]", host: { properties: { "class": "inputClasses.hint" } }, ngImport: i0 });
25
- }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: HintDirective, decorators: [{
27
- type: Directive,
28
- args: [{
29
- host: {
30
- "[class]": "inputClasses.hint",
31
- },
32
- selector: "[q-hint]",
33
- }]
34
- }] });
35
- //# sourceMappingURL=hint.directive.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"hint.directive.js","sourceRoot":"","sources":["../../../src/input/hint.directive.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,SAAS,EAAc,MAAM,eAAe,CAAA;AAEpD,OAAO,EAAC,gBAAgB,EAAC,MAAM,mCAAmC,CAAA;AAClE,OAAO,EAAC,YAAY,EAAC,MAAM,6BAA6B,CAAA;AAExD,OAAO,EAAC,kBAAkB,EAAC,MAAM,6BAA6B,CAAA;;AAE9D;;;;GAIG;AAOH,MAAM,OAAO,aAAa;IACd,YAAY,GAAG,YAAY,CAAA;IAE3B,eAAe,GAAG,kBAAkB,CAAC,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC,CAAA;IAEtD,aAAa,GAAG,gBAAgB,CAAC,GAAG,EAAE;QAC9C,MAAM,OAAO,GAAG,IAAI,CAAC,eAAe,EAAE,EAAE,CAAA;QACxC,OAAO,OAAO,EAAE,eAAe,EAAE,EAAE,IAAI,EAAE,CAAA;IAC3C,CAAC,CAAC,CAAA;IAEF,QAAQ;QACN,IAAI,CAAC,aAAa,EAAE,CAAA;IACtB,CAAC;wGAZU,aAAa;4FAAb,aAAa;;4FAAb,aAAa;kBANzB,SAAS;mBAAC;oBACT,IAAI,EAAE;wBACJ,SAAS,EAAE,mBAAmB;qBAC/B;oBACD,QAAQ,EAAE,UAAU;iBACrB","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive, type OnInit} from \"@angular/core\"\n\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\nimport {inputClasses} from \"@qualcomm-ui/qds-core/input\"\n\nimport {useQdsInputContext} from \"./qds-input-context.service\"\n\n/**\n * Simple hint directive that applies hint styles. Not bound to any form or component context.\n * @remarks if using a specific input component, use that component's hint directive instead of\n * this one.\n */\n@Directive({\n host: {\n \"[class]\": \"inputClasses.hint\",\n },\n selector: \"[q-hint]\",\n})\nexport class HintDirective implements OnInit {\n protected inputClasses = inputClasses\n\n protected qdsInputContext = useQdsInputContext({optional: true})\n\n protected trackBindings = useTrackBindings(() => {\n const context = this.qdsInputContext?.()\n return context?.getHintBindings?.() || {}\n })\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n"]}
@@ -1,7 +0,0 @@
1
- export * from "./error-text.component";
2
- export * from "./hint.directive";
3
- export * from "./input-end-icon.component";
4
- export * from "./input-start-icon.component";
5
- export * from "./qds-input-context.service";
6
- export * from "./use-input-bindings";
7
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/input/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,kBAAkB,CAAA;AAChC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,sBAAsB,CAAA","sourcesContent":["export * from \"./error-text.component\"\nexport * from \"./hint.directive\"\nexport * from \"./input-end-icon.component\"\nexport * from \"./input-start-icon.component\"\nexport * from \"./qds-input-context.service\"\nexport * from \"./use-input-bindings\"\n"]}
@@ -1,41 +0,0 @@
1
- // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
- // SPDX-License-Identifier: BSD-3-Clause-Clear
3
- import { Component, input } from "@angular/core";
4
- import { IconDirective } from "@qualcomm-ui/angular/icon";
5
- import { useTrackBindings } from "@qualcomm-ui/angular-core/machine";
6
- import { useQdsInputContext } from "./qds-input-context.service";
7
- import * as i0 from "@angular/core";
8
- export class InputEndIconComponent {
9
- icon = input(...(ngDevMode ? [undefined, { debugName: "icon" }] : []));
10
- context = useQdsInputContext({ optional: true });
11
- trackBindings = useTrackBindings(() => {
12
- const context = this.context?.();
13
- return context?.getEndIconBindings?.() || {};
14
- });
15
- ngOnInit() {
16
- this.trackBindings();
17
- }
18
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: InputEndIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
19
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.10", type: InputEndIconComponent, isStandalone: true, selector: "[q-input-end-icon]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
20
- <ng-content>
21
- @if (icon()) {
22
- <svg [qIcon]="icon()!"></svg>
23
- }
24
- </ng-content>
25
- `, isInline: true, dependencies: [{ kind: "directive", type: IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
26
- }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: InputEndIconComponent, decorators: [{
28
- type: Component,
29
- args: [{
30
- imports: [IconDirective],
31
- selector: "[q-input-end-icon]",
32
- template: `
33
- <ng-content>
34
- @if (icon()) {
35
- <svg [qIcon]="icon()!"></svg>
36
- }
37
- </ng-content>
38
- `,
39
- }]
40
- }], propDecorators: { icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }] } });
41
- //# sourceMappingURL=input-end-icon.component.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"input-end-icon.component.js","sourceRoot":"","sources":["../../../src/input/input-end-icon.component.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,SAAS,EAAE,KAAK,EAAc,MAAM,eAAe,CAAA;AAE3D,OAAO,EAAC,aAAa,EAAC,MAAM,2BAA2B,CAAA;AAEvD,OAAO,EAAC,gBAAgB,EAAC,MAAM,mCAAmC,CAAA;AAElE,OAAO,EAAC,kBAAkB,EAAC,MAAM,6BAA6B,CAAA;;AAa9D,MAAM,OAAO,qBAAqB;IACvB,IAAI,GAAG,KAAK,0DAAuB,CAAA;IAE5C,OAAO,GAAG,kBAAkB,CAAC,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC,CAAA;IAE9C,aAAa,GAAG,gBAAgB,CAAC,GAAG,EAAE;QACpC,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,EAAE,EAAE,CAAA;QAChC,OAAO,OAAO,EAAE,kBAAkB,EAAE,EAAE,IAAI,EAAE,CAAA;IAC9C,CAAC,CAAC,CAAA;IAEF,QAAQ;QACN,IAAI,CAAC,aAAa,EAAE,CAAA;IACtB,CAAC;wGAZU,qBAAqB;4FAArB,qBAAqB,+MARtB;;;;;;GAMT,4DARS,aAAa;;4FAUZ,qBAAqB;kBAXjC,SAAS;mBAAC;oBACT,OAAO,EAAE,CAAC,aAAa,CAAC;oBACxB,QAAQ,EAAE,oBAAoB;oBAC9B,QAAQ,EAAE;;;;;;GAMT;iBACF","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Component, input, type OnInit} from \"@angular/core\"\n\nimport {IconDirective} from \"@qualcomm-ui/angular/icon\"\nimport type {LucideIcon} from \"@qualcomm-ui/angular-core/lucide\"\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\n\nimport {useQdsInputContext} from \"./qds-input-context.service\"\n\n@Component({\n imports: [IconDirective],\n selector: \"[q-input-end-icon]\",\n template: `\n <ng-content>\n @if (icon()) {\n <svg [qIcon]=\"icon()!\"></svg>\n }\n </ng-content>\n `,\n})\nexport class InputEndIconComponent implements OnInit {\n readonly icon = input<LucideIcon | string>()\n\n context = useQdsInputContext({optional: true})\n\n trackBindings = useTrackBindings(() => {\n const context = this.context?.()\n return context?.getEndIconBindings?.() || {}\n })\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n"]}
@@ -1,43 +0,0 @@
1
- // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
- // SPDX-License-Identifier: BSD-3-Clause-Clear
3
- import { Component, input } from "@angular/core";
4
- import { IconDirective } from "@qualcomm-ui/angular/icon";
5
- import { useTrackBindings } from "@qualcomm-ui/angular-core/machine";
6
- import { inputClasses } from "@qualcomm-ui/qds-core/input";
7
- import { useQdsInputContext } from "./qds-input-context.service";
8
- import * as i0 from "@angular/core";
9
- export class InputStartIconComponent {
10
- inputClasses = inputClasses;
11
- icon = input(...(ngDevMode ? [undefined, { debugName: "icon" }] : []));
12
- context = useQdsInputContext({ optional: true });
13
- trackBindings = useTrackBindings(() => {
14
- const context = this.context?.();
15
- return context?.getStartIconBindings?.() || {};
16
- });
17
- ngOnInit() {
18
- this.trackBindings();
19
- }
20
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: InputStartIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
21
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.10", type: InputStartIconComponent, isStandalone: true, selector: "[q-input-start-icon]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
22
- <ng-content>
23
- @if (icon()) {
24
- <svg [qIcon]="icon()!"></svg>
25
- }
26
- </ng-content>
27
- `, isInline: true, dependencies: [{ kind: "directive", type: IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
28
- }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: InputStartIconComponent, decorators: [{
30
- type: Component,
31
- args: [{
32
- imports: [IconDirective],
33
- selector: "[q-input-start-icon]",
34
- template: `
35
- <ng-content>
36
- @if (icon()) {
37
- <svg [qIcon]="icon()!"></svg>
38
- }
39
- </ng-content>
40
- `,
41
- }]
42
- }], propDecorators: { icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }] } });
43
- //# sourceMappingURL=input-start-icon.component.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"input-start-icon.component.js","sourceRoot":"","sources":["../../../src/input/input-start-icon.component.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,SAAS,EAAE,KAAK,EAAc,MAAM,eAAe,CAAA;AAE3D,OAAO,EAAC,aAAa,EAAC,MAAM,2BAA2B,CAAA;AAEvD,OAAO,EAAC,gBAAgB,EAAC,MAAM,mCAAmC,CAAA;AAClE,OAAO,EAAC,YAAY,EAAC,MAAM,6BAA6B,CAAA;AAExD,OAAO,EAAC,kBAAkB,EAAC,MAAM,6BAA6B,CAAA;;AAa9D,MAAM,OAAO,uBAAuB;IACzB,YAAY,GAAG,YAAY,CAAA;IAE3B,IAAI,GAAG,KAAK,0DAAuB,CAAA;IAE5C,OAAO,GAAG,kBAAkB,CAAC,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC,CAAA;IAE9C,aAAa,GAAG,gBAAgB,CAAC,GAAG,EAAE;QACpC,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,EAAE,EAAE,CAAA;QAChC,OAAO,OAAO,EAAE,oBAAoB,EAAE,EAAE,IAAI,EAAE,CAAA;IAChD,CAAC,CAAC,CAAA;IAEF,QAAQ;QACN,IAAI,CAAC,aAAa,EAAE,CAAA;IACtB,CAAC;wGAdU,uBAAuB;4FAAvB,uBAAuB,iNARxB;;;;;;GAMT,4DARS,aAAa;;4FAUZ,uBAAuB;kBAXnC,SAAS;mBAAC;oBACT,OAAO,EAAE,CAAC,aAAa,CAAC;oBACxB,QAAQ,EAAE,sBAAsB;oBAChC,QAAQ,EAAE;;;;;;GAMT;iBACF","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Component, input, type OnInit} from \"@angular/core\"\n\nimport {IconDirective} from \"@qualcomm-ui/angular/icon\"\nimport type {LucideIcon} from \"@qualcomm-ui/angular-core/lucide\"\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\nimport {inputClasses} from \"@qualcomm-ui/qds-core/input\"\n\nimport {useQdsInputContext} from \"./qds-input-context.service\"\n\n@Component({\n imports: [IconDirective],\n selector: \"[q-input-start-icon]\",\n template: `\n <ng-content>\n @if (icon()) {\n <svg [qIcon]=\"icon()!\"></svg>\n }\n </ng-content>\n `,\n})\nexport class InputStartIconComponent implements OnInit {\n readonly inputClasses = inputClasses\n\n readonly icon = input<LucideIcon | string>()\n\n context = useQdsInputContext({optional: true})\n\n trackBindings = useTrackBindings(() => {\n const context = this.context?.()\n return context?.getStartIconBindings?.() || {}\n })\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n"]}
@@ -1,14 +0,0 @@
1
- // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
- // SPDX-License-Identifier: BSD-3-Clause-Clear
3
- import { Injectable } from "@angular/core";
4
- import { BaseApiContextService, createApiContext, } from "@qualcomm-ui/angular-core/machine";
5
- import * as i0 from "@angular/core";
6
- export class QdsInputContextService extends BaseApiContextService {
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: QdsInputContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: QdsInputContextService });
9
- }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: QdsInputContextService, decorators: [{
11
- type: Injectable
12
- }] });
13
- export const [QDS_INPUT_CONTEXT, useQdsInputContext, provideQdsInputContext,] = createApiContext("QdsInputContext", QdsInputContextService);
14
- //# sourceMappingURL=qds-input-context.service.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"qds-input-context.service.js","sourceRoot":"","sources":["../../../src/input/qds-input-context.service.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,UAAU,EAAC,MAAM,eAAe,CAAA;AAGxC,OAAO,EAEL,qBAAqB,EACrB,gBAAgB,GACjB,MAAM,mCAAmC,CAAA;;AAS1C,MAAM,OAAO,sBAAuB,SAAQ,qBAE3C;wGAFY,sBAAsB;4GAAtB,sBAAsB;;4FAAtB,sBAAsB;kBADlC,UAAU;;AAKX,MAAM,CAAC,MAAM,CACX,iBAAiB,EACjB,kBAAkB,EAClB,sBAAsB,EACvB,GAAgD,gBAAgB,CAE/D,iBAAiB,EAAE,sBAAsB,CAAC,CAAA","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Injectable} from \"@angular/core\"\n\nimport type {LucideIconOrString} from \"@qualcomm-ui/angular-core/lucide\"\nimport {\n type ApiContext,\n BaseApiContextService,\n createApiContext,\n} from \"@qualcomm-ui/angular-core/machine\"\nimport type {QdsInputApi, QdsInputApiProps} from \"@qualcomm-ui/qds-core/input\"\n\nexport interface QdsAngularInputApiProps\n extends QdsInputApiProps<LucideIconOrString> {}\n\nexport interface QdsAngularInputApi extends QdsInputApi<LucideIconOrString> {}\n\n@Injectable()\nexport class QdsInputContextService extends BaseApiContextService<\n QdsInputApi<LucideIconOrString>\n> {}\n\nexport const [\n QDS_INPUT_CONTEXT,\n useQdsInputContext,\n provideQdsInputContext,\n]: ApiContext<QdsInputApi<LucideIconOrString>> = createApiContext<\n QdsInputApi<LucideIconOrString>\n>(\"QdsInputContext\", QdsInputContextService)\n"]}
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=qualcomm-ui-angular-input.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"qualcomm-ui-angular-input.js","sourceRoot":"","sources":["../../../src/input/qualcomm-ui-angular-input.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,SAAS,CAAC","sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"]}
@@ -1,81 +0,0 @@
1
- // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
- // SPDX-License-Identifier: BSD-3-Clause-Clear
3
- import { computed } from "@angular/core";
4
- import { useInlineIconButtonApi } from "@qualcomm-ui/angular/inline-icon-button";
5
- import { mergeProps } from "@qualcomm-ui/utils/merge-props";
6
- import { useQdsInputContext } from "./qds-input-context.service";
7
- /**
8
- * A composable function that provides bindings for implementing the input on
9
- * input components. It assumes that it is used within the context of the
10
- * useQdsInputContext hook.
11
- */
12
- export function useInputInput() {
13
- const qdsContext = useQdsInputContext();
14
- return {
15
- getBindings: computed(() => qdsContext().getInputBindings()),
16
- };
17
- }
18
- /**
19
- * A composable function that provides bindings for implementing a clear trigger on
20
- * input components. It assumes that it is used within the context of the
21
- * useQdsInputContext hook.
22
- */
23
- export function useInputClearTrigger() {
24
- const qdsContext = useQdsInputContext();
25
- const buttonApi = useInlineIconButtonApi({
26
- emphasis: "neutral",
27
- size: computed(() => qdsContext().size),
28
- variant: "scale",
29
- });
30
- return {
31
- getIconBindings: computed(() => buttonApi().getIconBindings()),
32
- getRootBindings: computed(() => mergeProps(buttonApi().getRootBindings(), qdsContext().getClearTriggerBindings())),
33
- };
34
- }
35
- /**
36
- * A composable function that provides bindings for implementing error indicators
37
- * on input components. It assumes that it is used within the context of the
38
- * useQdsInputContext hook.
39
- */
40
- export function useInputErrorIndicator() {
41
- const qdsContext = useQdsInputContext();
42
- return {
43
- getBindings: computed(() => qdsContext().getErrorIndicatorBindings()),
44
- };
45
- }
46
- /**
47
- * A composable function that provides bindings for implementing error text on
48
- * input components. It assumes that it is used within the context of the
49
- * useQdsInputContext hook.
50
- */
51
- export function useInputErrorText() {
52
- const qdsContext = useQdsInputContext();
53
- return {
54
- getBindings: computed(() => qdsContext().getErrorTextBindings()),
55
- };
56
- }
57
- /**
58
- * A composable function that provides bindings for implementing the input group on
59
- * input components. It assumes that it is used within the context of the
60
- * useQdsInputContext hook.
61
- */
62
- export function useInputGroup() {
63
- const qdsContext = useQdsInputContext();
64
- return computed(() => ({
65
- endIcon: qdsContext().endIcon,
66
- getBindings: () => qdsContext().getGroupBindings(),
67
- startIcon: qdsContext().startIcon,
68
- }));
69
- }
70
- /**
71
- * A composable function that provides bindings for implementing a hint on
72
- * input components. It assumes that it is used within the context of the
73
- * useQdsInputContext hook.
74
- */
75
- export function useInputHint() {
76
- const qdsContext = useQdsInputContext();
77
- return {
78
- getBindings: computed(() => qdsContext().getHintBindings()),
79
- };
80
- }
81
- //# sourceMappingURL=use-input-bindings.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-input-bindings.js","sourceRoot":"","sources":["../../../src/input/use-input-bindings.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,QAAQ,EAAc,MAAM,eAAe,CAAA;AAEnD,OAAO,EAAC,sBAAsB,EAAC,MAAM,yCAAyC,CAAA;AAc9E,OAAO,EAAC,UAAU,EAAC,MAAM,gCAAgC,CAAA;AAEzD,OAAO,EAAC,kBAAkB,EAAC,MAAM,6BAA6B,CAAA;AAM9D;;;;GAIG;AACH,MAAM,UAAU,aAAa;IAC3B,MAAM,UAAU,GAAG,kBAAkB,EAAE,CAAA;IACvC,OAAO;QACL,WAAW,EAAE,QAAQ,CAAC,GAAG,EAAE,CAAC,UAAU,EAAE,CAAC,gBAAgB,EAAE,CAAC;KAC7D,CAAA;AACH,CAAC;AASD;;;;GAIG;AACH,MAAM,UAAU,oBAAoB;IAClC,MAAM,UAAU,GAAG,kBAAkB,EAAE,CAAA;IACvC,MAAM,SAAS,GAAG,sBAAsB,CAAC;QACvC,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,QAAQ,CAAC,GAAG,EAAE,CAAC,UAAU,EAAE,CAAC,IAAI,CAAC;QACvC,OAAO,EAAE,OAAO;KACjB,CAAC,CAAA;IAEF,OAAO;QACL,eAAe,EAAE,QAAQ,CAAC,GAAG,EAAE,CAAC,SAAS,EAAE,CAAC,eAAe,EAAE,CAAC;QAC9D,eAAe,EAAE,QAAQ,CAAC,GAAG,EAAE,CAC7B,UAAU,CACR,SAAS,EAAE,CAAC,eAAe,EAAE,EAC7B,UAAU,EAAE,CAAC,uBAAuB,EAAE,CACvC,CACF;KACF,CAAA;AACH,CAAC;AAMD;;;;GAIG;AACH,MAAM,UAAU,sBAAsB;IACpC,MAAM,UAAU,GAAG,kBAAkB,EAAE,CAAA;IACvC,OAAO;QACL,WAAW,EAAE,QAAQ,CAAC,GAAG,EAAE,CAAC,UAAU,EAAE,CAAC,yBAAyB,EAAE,CAAC;KACtE,CAAA;AACH,CAAC;AAMD;;;;GAIG;AACH,MAAM,UAAU,iBAAiB;IAC/B,MAAM,UAAU,GAAG,kBAAkB,EAAE,CAAA;IACvC,OAAO;QACL,WAAW,EAAE,QAAQ,CAAC,GAAG,EAAE,CAAC,UAAU,EAAE,CAAC,oBAAoB,EAAE,CAAC;KACjE,CAAA;AACH,CAAC;AASD;;;;GAIG;AACH,MAAM,UAAU,aAAa;IAC3B,MAAM,UAAU,GAAG,kBAAkB,EAAE,CAAA;IACvC,OAAO,QAAQ,CAAC,GAAG,EAAE,CAAC,CAAC;QACrB,OAAO,EAAE,UAAU,EAAE,CAAC,OAAO;QAC7B,WAAW,EAAE,GAAG,EAAE,CAAC,UAAU,EAAE,CAAC,gBAAgB,EAAE;QAClD,SAAS,EAAE,UAAU,EAAE,CAAC,SAAS;KAClC,CAAC,CAAC,CAAA;AACL,CAAC;AAMD;;;;GAIG;AACH,MAAM,UAAU,YAAY;IAC1B,MAAM,UAAU,GAAG,kBAAkB,EAAE,CAAA;IACvC,OAAO;QACL,WAAW,EAAE,QAAQ,CAAC,GAAG,EAAE,CAAC,UAAU,EAAE,CAAC,eAAe,EAAE,CAAC;KAC5D,CAAA;AACH,CAAC","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {computed, type Signal} from \"@angular/core\"\n\nimport {useInlineIconButtonApi} from \"@qualcomm-ui/angular/inline-icon-button\"\nimport type {LucideIconOrString} from \"@qualcomm-ui/angular-core/lucide\"\nimport type {\n QdsInlineIconButtonIconBindings,\n QdsInlineIconButtonRootBindings,\n} from \"@qualcomm-ui/qds-core/inline-icon-button\"\nimport type {\n QdsInputClearTriggerBindings,\n QdsInputErrorIndicatorBindings,\n QdsInputErrorTextBindings,\n QdsInputGroupBindings,\n QdsInputHintBindings,\n QdsInputInputBindings,\n} from \"@qualcomm-ui/qds-core/input\"\nimport {mergeProps} from \"@qualcomm-ui/utils/merge-props\"\n\nimport {useQdsInputContext} from \"./qds-input-context.service\"\n\nexport interface UseInputInputReturn {\n getBindings: Signal<QdsInputInputBindings>\n}\n\n/**\n * A composable function that provides bindings for implementing the input on\n * input components. It assumes that it is used within the context of the\n * useQdsInputContext hook.\n */\nexport function useInputInput(): UseInputInputReturn {\n const qdsContext = useQdsInputContext()\n return {\n getBindings: computed(() => qdsContext().getInputBindings()),\n }\n}\n\nexport interface UseInputClearTriggerReturn {\n getIconBindings: Signal<QdsInlineIconButtonIconBindings>\n getRootBindings: Signal<\n QdsInlineIconButtonRootBindings & QdsInputClearTriggerBindings\n >\n}\n\n/**\n * A composable function that provides bindings for implementing a clear trigger on\n * input components. It assumes that it is used within the context of the\n * useQdsInputContext hook.\n */\nexport function useInputClearTrigger(): UseInputClearTriggerReturn {\n const qdsContext = useQdsInputContext()\n const buttonApi = useInlineIconButtonApi({\n emphasis: \"neutral\",\n size: computed(() => qdsContext().size),\n variant: \"scale\",\n })\n\n return {\n getIconBindings: computed(() => buttonApi().getIconBindings()),\n getRootBindings: computed(() =>\n mergeProps(\n buttonApi().getRootBindings(),\n qdsContext().getClearTriggerBindings(),\n ),\n ),\n }\n}\n\nexport interface UseInputErrorIndicatorReturn {\n getBindings: Signal<QdsInputErrorIndicatorBindings>\n}\n\n/**\n * A composable function that provides bindings for implementing error indicators\n * on input components. It assumes that it is used within the context of the\n * useQdsInputContext hook.\n */\nexport function useInputErrorIndicator(): UseInputErrorIndicatorReturn {\n const qdsContext = useQdsInputContext()\n return {\n getBindings: computed(() => qdsContext().getErrorIndicatorBindings()),\n }\n}\n\nexport interface UseInputErrorTextReturn {\n getBindings: Signal<QdsInputErrorTextBindings>\n}\n\n/**\n * A composable function that provides bindings for implementing error text on\n * input components. It assumes that it is used within the context of the\n * useQdsInputContext hook.\n */\nexport function useInputErrorText(): UseInputErrorTextReturn {\n const qdsContext = useQdsInputContext()\n return {\n getBindings: computed(() => qdsContext().getErrorTextBindings()),\n }\n}\n\nexport interface UseInputGroupReturn\n extends Signal<{\n endIcon?: LucideIconOrString\n getBindings: () => QdsInputGroupBindings\n startIcon?: LucideIconOrString\n }> {}\n\n/**\n * A composable function that provides bindings for implementing the input group on\n * input components. It assumes that it is used within the context of the\n * useQdsInputContext hook.\n */\nexport function useInputGroup(): UseInputGroupReturn {\n const qdsContext = useQdsInputContext()\n return computed(() => ({\n endIcon: qdsContext().endIcon,\n getBindings: () => qdsContext().getGroupBindings(),\n startIcon: qdsContext().startIcon,\n }))\n}\n\nexport interface UseInputHintReturn {\n getBindings: Signal<QdsInputHintBindings>\n}\n\n/**\n * A composable function that provides bindings for implementing a hint on\n * input components. It assumes that it is used within the context of the\n * useQdsInputContext hook.\n */\nexport function useInputHint(): UseInputHintReturn {\n const qdsContext = useQdsInputContext()\n return {\n getBindings: computed(() => qdsContext().getHintBindings()),\n }\n}\n"]}
@@ -1,2 +0,0 @@
1
- export * from "./kbd.directive";
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/kbd/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA","sourcesContent":["export * from \"./kbd.directive\"\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"kbd.directive.js","sourceRoot":"","sources":["../../../src/kbd/kbd.directive.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,SAAS,EAAc,MAAM,eAAe,CAAA;AAEpD,OAAO,EACL,cAAc,EACd,gBAAgB,GACjB,MAAM,mCAAmC,CAAA;AAC1C,OAAO,EAAC,iBAAiB,EAAC,MAAM,2BAA2B,CAAA;;AAK3D,MAAM,OAAO,YAAY;IACJ,aAAa,GAAG,gBAAgB,CAAC,GAAG,EAAE,CACvD,iBAAiB,CAAC,cAAc,CAAC,CAClC,CAAA;IAED,QAAQ;QACN,IAAI,CAAC,aAAa,EAAE,CAAA;IACtB,CAAC;wGAPU,YAAY;4FAAZ,YAAY;;4FAAZ,YAAY;kBAHxB,SAAS;mBAAC;oBACT,QAAQ,EAAE,SAAS;iBACpB","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive, type OnInit} from \"@angular/core\"\n\nimport {\n normalizeProps,\n useTrackBindings,\n} from \"@qualcomm-ui/angular-core/machine\"\nimport {getQdsKbdBindings} from \"@qualcomm-ui/qds-core/kbd\"\n\n@Directive({\n selector: \"[q-kbd]\",\n})\nexport class KbdDirective implements OnInit {\n protected readonly trackBindings = useTrackBindings(() =>\n getQdsKbdBindings(normalizeProps),\n )\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n"]}
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=qualcomm-ui-angular-kbd.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"qualcomm-ui-angular-kbd.js","sourceRoot":"","sources":["../../../src/kbd/qualcomm-ui-angular-kbd.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,SAAS,CAAC","sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"]}
@@ -1,2 +0,0 @@
1
- export * from "./link.directive";
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/link/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA","sourcesContent":["export * from \"./link.directive\"\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"link.directive.js","sourceRoot":"","sources":["../../../src/link/link.directive.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EACL,gBAAgB,EAChB,SAAS,EACT,QAAQ,EACR,MAAM,EACN,KAAK,GAEN,MAAM,eAAe,CAAA;AAEtB,OAAO,EACL,sBAAsB,EACtB,gBAAgB,EAEhB,wBAAwB,EACxB,kBAAkB,GACnB,MAAM,2BAA2B,CAAA;AAElC,OAAO,EACL,cAAc,EACd,gBAAgB,GACjB,MAAM,mCAAmC,CAAA;AAE1C,OAAO,EACL,gBAAgB,GAIjB,MAAM,4BAA4B,CAAA;;AAgDnC,MAAM,OAAO,aAAa;IACxB;;;;OAIG;IACM,GAAG,GAAG,KAAK,CAAwB,SAAS,+CAAC,CAAA;IAEtD;;;OAGG;IACM,QAAQ,GAAG,KAAK,CAAkC,SAAS,4CAClE,SAAS,EAAE,gBAAgB,OADyC;YACpE,SAAS,EAAE,gBAAgB;SAC5B,GAAC,CAAA;IAEF;;;;OAIG;IACM,QAAQ,GAAG,KAAK,8DAAmB,CAAA;IAE5C;;;;;;;;OAQG;IACM,OAAO,GAAG,KAAK,6DAAsB,CAAA;IAE9C;;;;;OAKG;IACM,IAAI,GAAG,KAAK,0DAAe,CAAA;IAEpC;;;;;;;;OAQG;IACM,SAAS,GAAG,KAAK,+DAAsB,CAAA;IAEvC,UAAU,GAAG,QAAQ,CAAC,GAAG,EAAE,CAClC,gBAAgB,CACd;QACE,GAAG,EAAE,IAAI,CAAC,GAAG,EAAE;QACf,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE;QACzB,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE;QACzB,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE;KACkB,EACrC,cAAc,CACf,sDACF,CAAA;IAEkB,aAAa,GAAG,gBAAgB,CAAC,GAAG,EAAE,CACvD,IAAI,CAAC,UAAU,EAAE,CAAC,eAAe,EAAE,CACpC,CAAA;IAED,QAAQ;QACN,IAAI,CAAC,aAAa,EAAE,CAAA;IACtB,CAAC;wGAvEU,aAAa;4FAAb,aAAa,8yBAzCb;YACT;gBACE,OAAO,EAAE,wBAAwB;gBACjC,UAAU,EAAE,GAAqB,EAAE;oBACjC,MAAM,aAAa,GAAG,MAAM,CAAC,aAAa,CAAC,CAAA;oBAC3C,OAAO;wBACL,WAAW,EAAE,QAAQ,CAAC,GAAG,EAAE,CACzB,aAAa,CAAC,UAAU,EAAE,CAAC,oBAAoB,EAAE,CAClD;qBACF,CAAA;gBACH,CAAC;aACF;YACD;gBACE,OAAO,EAAE,sBAAsB;gBAC/B,UAAU,EAAE,GAAqB,EAAE;oBACjC,MAAM,aAAa,GAAG,MAAM,CAAC,aAAa,CAAC,CAAA;oBAC3C,OAAO;wBACL,WAAW,EAAE,QAAQ,CAAC,GAAG,EAAE,CACzB,aAAa,CAAC,UAAU,EAAE,CAAC,kBAAkB,EAAE,CAChD;qBACF,CAAA;gBACH,CAAC;aACF;SACF,0BAES;;;;;;;;;;;;;;GAcT,4DAxCS,gBAAgB,+GAAE,kBAAkB;;4FA0CnC,aAAa;kBA3CzB,SAAS;mBAAC;oBACT,OAAO,EAAE,CAAC,gBAAgB,EAAE,kBAAkB,CAAC;oBAC/C,SAAS,EAAE;wBACT;4BACE,OAAO,EAAE,wBAAwB;4BACjC,UAAU,EAAE,GAAqB,EAAE;gCACjC,MAAM,aAAa,GAAG,MAAM,eAAe,CAAA;gCAC3C,OAAO;oCACL,WAAW,EAAE,QAAQ,CAAC,GAAG,EAAE,CACzB,aAAa,CAAC,UAAU,EAAE,CAAC,oBAAoB,EAAE,CAClD;iCACF,CAAA;4BACH,CAAC;yBACF;wBACD;4BACE,OAAO,EAAE,sBAAsB;4BAC/B,UAAU,EAAE,GAAqB,EAAE;gCACjC,MAAM,aAAa,GAAG,MAAM,eAAe,CAAA;gCAC3C,OAAO;oCACL,WAAW,EAAE,QAAQ,CAAC,GAAG,EAAE,CACzB,aAAa,CAAC,UAAU,EAAE,CAAC,kBAAkB,EAAE,CAChD;iCACF,CAAA;4BACH,CAAC;yBACF;qBACF;oBACD,QAAQ,EAAE,UAAU;oBACpB,QAAQ,EAAE;;;;;;;;;;;;;;GAcT;iBACF","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {\n booleanAttribute,\n Component,\n computed,\n inject,\n input,\n type OnInit,\n} from \"@angular/core\"\n\nimport {\n END_ICON_CONTEXT_TOKEN,\n EndIconDirective,\n type IconTokenContext,\n START_ICON_CONTEXT_TOKEN,\n StartIconDirective,\n} from \"@qualcomm-ui/angular/icon\"\nimport type {LucideIconOrString} from \"@qualcomm-ui/angular-core/lucide\"\nimport {\n normalizeProps,\n useTrackBindings,\n} from \"@qualcomm-ui/angular-core/machine\"\nimport type {SignalifyInput} from \"@qualcomm-ui/angular-core/signals\"\nimport {\n createQdsLinkApi,\n type QdsLinkApiProps,\n type QdsLinkEmphasis,\n type QdsLinkSize,\n} from \"@qualcomm-ui/qds-core/link\"\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\n@Component({\n imports: [EndIconDirective, StartIconDirective],\n providers: [\n {\n provide: START_ICON_CONTEXT_TOKEN,\n useFactory: (): IconTokenContext => {\n const linkDirective = inject(LinkDirective)\n return {\n getBindings: computed(() =>\n linkDirective.qdsLinkApi().getStartIconBindings(),\n ),\n }\n },\n },\n {\n provide: END_ICON_CONTEXT_TOKEN,\n useFactory: (): IconTokenContext => {\n const linkDirective = inject(LinkDirective)\n return {\n getBindings: computed(() =>\n linkDirective.qdsLinkApi().getEndIconBindings(),\n ),\n }\n },\n },\n ],\n selector: \"[q-link]\",\n template: `\n <ng-content select=\"[q-start-icon]\">\n @if (startIcon()) {\n <svg q-start-icon [icon]=\"startIcon()!\"></svg>\n }\n </ng-content>\n\n <ng-content />\n\n <ng-content select=\"[q-end-icon]\">\n @if (endIcon()) {\n <svg q-end-icon [icon]=\"endIcon()!\"></svg>\n }\n </ng-content>\n `,\n})\nexport class LinkDirective implements SignalifyInput<QdsLinkApiProps>, OnInit {\n /**\n * The document's text/writing direction.\n *\n * @default \"ltr\"\n */\n readonly dir = input<Direction | undefined>(undefined)\n\n /**\n * Controls whether the link is interactive. When `true`, pointer/focus\n * events are blocked, and the link is visually dimmed.\n */\n readonly disabled = input<boolean | undefined, Booleanish>(undefined, {\n transform: booleanAttribute,\n })\n\n /**\n * The color of the link.\n *\n * @default 'default'\n */\n readonly emphasis = input<QdsLinkEmphasis>()\n\n /**\n * {@link https://lucide.dev/icons lucide-angular} icon, positioned after the label.\n *\n * @remarks\n * To customize the element, provide it using the directive instead:\n * ```angular-html\n * <svg q-end-icon icon=\"...\"></svg>\n * ```\n */\n readonly endIcon = input<LucideIconOrString>()\n\n /**\n * The size of the link and its elements. Governs properties like font size,\n * item padding, and icon sizes.\n *\n * @default 'md'\n */\n readonly size = input<QdsLinkSize>()\n\n /**\n * {@link https://lucide.dev/icons lucide-angular} icon, positioned before the label.\n *\n * @remarks\n * To customize the element, provide it using the directive instead:\n * ```angular-html\n * <svg q-start-icon icon=\"...\"></svg>\n * ```\n */\n readonly startIcon = input<LucideIconOrString>()\n\n readonly qdsLinkApi = computed(() =>\n createQdsLinkApi(\n {\n dir: this.dir(),\n disabled: this.disabled(),\n emphasis: this.emphasis(),\n size: this.size(),\n } satisfies Explicit<QdsLinkApiProps>,\n normalizeProps,\n ),\n )\n\n protected readonly trackBindings = useTrackBindings(() =>\n this.qdsLinkApi().getRootBindings(),\n )\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n"]}
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=qualcomm-ui-angular-link.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"qualcomm-ui-angular-link.js","sourceRoot":"","sources":["../../../src/link/qualcomm-ui-angular-link.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,SAAS,CAAC","sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"]}
@@ -1,21 +0,0 @@
1
- export * from "./menu-button.component";
2
- export * from "./menu-checkbox-item.directive";
3
- export * from "./menu-content.directive";
4
- export * from "./menu-context-trigger.directive";
5
- export * from "./menu-item-command.directive";
6
- export * from "./menu-item-group-label.directive";
7
- export * from "./menu-item-group.directive";
8
- export * from "./menu-item-indicator.component";
9
- export * from "./menu-item-start-icon.component";
10
- export * from "./menu-item.directive";
11
- export * from "./menu-positioner.component";
12
- export * from "./menu-radio-item-group.directive";
13
- export * from "./menu-radio-item.directive";
14
- export * from "./menu-separator.directive";
15
- export * from "./menu-trigger-item-indicator.component";
16
- export * from "./menu-trigger-item.component";
17
- export * from "./menu-trigger.directive";
18
- export * from "./menu.component";
19
- export * from "./menu.module";
20
- export * from "./qds-menu-context.service";
21
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/menu/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,0BAA0B,CAAA;AACxC,cAAc,kCAAkC,CAAA;AAChD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,mCAAmC,CAAA;AACjD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,kCAAkC,CAAA;AAChD,cAAc,uBAAuB,CAAA;AACrC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,mCAAmC,CAAA;AACjD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,yCAAyC,CAAA;AACvD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,0BAA0B,CAAA;AACxC,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,4BAA4B,CAAA","sourcesContent":["export * from \"./menu-button.component\"\nexport * from \"./menu-checkbox-item.directive\"\nexport * from \"./menu-content.directive\"\nexport * from \"./menu-context-trigger.directive\"\nexport * from \"./menu-item-command.directive\"\nexport * from \"./menu-item-group-label.directive\"\nexport * from \"./menu-item-group.directive\"\nexport * from \"./menu-item-indicator.component\"\nexport * from \"./menu-item-start-icon.component\"\nexport * from \"./menu-item.directive\"\nexport * from \"./menu-positioner.component\"\nexport * from \"./menu-radio-item-group.directive\"\nexport * from \"./menu-radio-item.directive\"\nexport * from \"./menu-separator.directive\"\nexport * from \"./menu-trigger-item-indicator.component\"\nexport * from \"./menu-trigger-item.component\"\nexport * from \"./menu-trigger.directive\"\nexport * from \"./menu.component\"\nexport * from \"./menu.module\"\nexport * from \"./qds-menu-context.service\"\n"]}