@qualcomm-ui/angular 1.0.2 → 1.1.1

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 (1817) 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 +217 -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 +342 -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 +405 -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 +1173 -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} +28 -12
  56. package/fesm2022/qualcomm-ui-angular-inline-icon-button.mjs.map +1 -0
  57. package/fesm2022/qualcomm-ui-angular-inline-notification.mjs +361 -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/fesm2022/qualcomm-ui-angular-kbd.mjs +28 -0
  62. package/fesm2022/qualcomm-ui-angular-kbd.mjs.map +1 -0
  63. package/{esm2022/link/link.directive.js → fesm2022/qualcomm-ui-angular-link.mjs} +17 -10
  64. package/fesm2022/qualcomm-ui-angular-link.mjs.map +1 -0
  65. package/fesm2022/qualcomm-ui-angular-menu.mjs +606 -0
  66. package/fesm2022/qualcomm-ui-angular-menu.mjs.map +1 -0
  67. package/fesm2022/qualcomm-ui-angular-number-input.mjs +613 -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 +593 -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 +361 -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 +220 -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 +309 -0
  86. package/fesm2022/qualcomm-ui-angular-switch.mjs.map +1 -0
  87. package/fesm2022/qualcomm-ui-angular-table.mjs +1311 -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 +528 -0
  96. package/fesm2022/qualcomm-ui-angular-text-input.mjs.map +1 -0
  97. package/{esm2022/theme/qds-theme.service.js → fesm2022/qualcomm-ui-angular-theme.mjs} +87 -9
  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-tree.mjs +4 -0
  104. package/fesm2022/qualcomm-ui-angular-tree.mjs.map +1 -0
  105. package/{esm2022/index.js → fesm2022/qualcomm-ui-angular.mjs} +5 -2
  106. package/fesm2022/qualcomm-ui-angular.mjs.map +1 -0
  107. package/footer/index.d.ts +3 -2
  108. package/footer/index.d.ts.map +1 -1
  109. package/header/index.d.ts +3 -2
  110. package/header/index.d.ts.map +1 -1
  111. package/icon/index.d.ts +140 -6
  112. package/icon/index.d.ts.map +1 -1
  113. package/index.d.ts +3 -2
  114. package/index.d.ts.map +1 -1
  115. package/inline-icon-button/index.d.ts +49 -3
  116. package/inline-icon-button/index.d.ts.map +1 -1
  117. package/inline-notification/index.d.ts +127 -10
  118. package/inline-notification/index.d.ts.map +1 -1
  119. package/input/index.d.ts +187 -7
  120. package/input/index.d.ts.map +1 -1
  121. package/kbd/index.d.ts +16 -0
  122. package/kbd/index.d.ts.map +1 -0
  123. package/link/index.d.ts +67 -2
  124. package/link/index.d.ts.map +1 -1
  125. package/menu/index.d.ts +169 -21
  126. package/menu/index.d.ts.map +1 -1
  127. package/number-input/index.d.ts +215 -14
  128. package/number-input/index.d.ts.map +1 -1
  129. package/package.json +91 -87
  130. package/pagination/index.d.ts +133 -11
  131. package/pagination/index.d.ts.map +1 -1
  132. package/password-input/index.d.ts +206 -12
  133. package/password-input/index.d.ts.map +1 -1
  134. package/popover/index.d.ts +168 -14
  135. package/popover/index.d.ts.map +1 -1
  136. package/progress/index.d.ts +163 -12
  137. package/progress/index.d.ts.map +1 -1
  138. package/progress-ring/index.d.ts +143 -13
  139. package/progress-ring/index.d.ts.map +1 -1
  140. package/radio/index.d.ts +111 -9
  141. package/radio/index.d.ts.map +1 -1
  142. package/segmented-control/index.d.ts +82 -8
  143. package/segmented-control/index.d.ts.map +1 -1
  144. package/select/index.d.ts +257 -21
  145. package/select/index.d.ts.map +1 -1
  146. package/switch/index.d.ts +113 -10
  147. package/switch/index.d.ts.map +1 -1
  148. package/table/index.d.ts +482 -4
  149. package/table/index.d.ts.map +1 -1
  150. package/tabs/index.d.ts +155 -11
  151. package/tabs/index.d.ts.map +1 -1
  152. package/tag/index.d.ts +78 -3
  153. package/tag/index.d.ts.map +1 -1
  154. package/text-area/index.d.ts +3 -2
  155. package/text-area/index.d.ts.map +1 -1
  156. package/text-input/index.d.ts +211 -11
  157. package/text-input/index.d.ts.map +1 -1
  158. package/theme/index.d.ts +84 -4
  159. package/theme/index.d.ts.map +1 -1
  160. package/toast/index.d.ts +130 -14
  161. package/toast/index.d.ts.map +1 -1
  162. package/tooltip/index.d.ts +121 -11
  163. package/tooltip/index.d.ts.map +1 -1
  164. package/tree/index.d.ts +3 -2
  165. package/tree/index.d.ts.map +1 -1
  166. package/accordion/accordion-item-content-animator.component.d.ts +0 -16
  167. package/accordion/accordion-item-content-animator.component.d.ts.map +0 -1
  168. package/accordion/accordion-item-content-body.component.d.ts +0 -17
  169. package/accordion/accordion-item-content-body.component.d.ts.map +0 -1
  170. package/accordion/accordion-item-content.component.d.ts +0 -7
  171. package/accordion/accordion-item-content.component.d.ts.map +0 -1
  172. package/accordion/accordion-item-icon.component.d.ts +0 -17
  173. package/accordion/accordion-item-icon.component.d.ts.map +0 -1
  174. package/accordion/accordion-item-indicator.component.d.ts +0 -24
  175. package/accordion/accordion-item-indicator.component.d.ts.map +0 -1
  176. package/accordion/accordion-item-root.component.d.ts +0 -39
  177. package/accordion/accordion-item-root.component.d.ts.map +0 -1
  178. package/accordion/accordion-item-secondary-text.component.d.ts +0 -18
  179. package/accordion/accordion-item-secondary-text.component.d.ts.map +0 -1
  180. package/accordion/accordion-item-text.component.d.ts +0 -18
  181. package/accordion/accordion-item-text.component.d.ts.map +0 -1
  182. package/accordion/accordion-item-trigger.component.d.ts +0 -31
  183. package/accordion/accordion-item-trigger.component.d.ts.map +0 -1
  184. package/accordion/accordion-item.component.d.ts +0 -48
  185. package/accordion/accordion-item.component.d.ts.map +0 -1
  186. package/accordion/accordion.component.d.ts +0 -19
  187. package/accordion/accordion.component.d.ts.map +0 -1
  188. package/accordion/accordion.module.d.ts +0 -22
  189. package/accordion/accordion.module.d.ts.map +0 -1
  190. package/accordion/qualcomm-ui-angular-accordion.d.ts +0 -6
  191. package/accordion/qualcomm-ui-angular-accordion.d.ts.map +0 -1
  192. package/action-group/action-group.directive.d.ts +0 -12
  193. package/action-group/action-group.directive.d.ts.map +0 -1
  194. package/action-group/qualcomm-ui-angular-action-group.d.ts +0 -6
  195. package/action-group/qualcomm-ui-angular-action-group.d.ts.map +0 -1
  196. package/avatar/avatar-content.directive.d.ts +0 -9
  197. package/avatar/avatar-content.directive.d.ts.map +0 -1
  198. package/avatar/avatar-image.directive.d.ts +0 -9
  199. package/avatar/avatar-image.directive.d.ts.map +0 -1
  200. package/avatar/avatar-status.directive.d.ts +0 -9
  201. package/avatar/avatar-status.directive.d.ts.map +0 -1
  202. package/avatar/avatar.directive.d.ts +0 -26
  203. package/avatar/avatar.directive.d.ts.map +0 -1
  204. package/avatar/avatar.module.d.ts +0 -11
  205. package/avatar/avatar.module.d.ts.map +0 -1
  206. package/avatar/qds-avatar-context.service.d.ts +0 -9
  207. package/avatar/qds-avatar-context.service.d.ts.map +0 -1
  208. package/avatar/qualcomm-ui-angular-avatar.d.ts +0 -6
  209. package/avatar/qualcomm-ui-angular-avatar.d.ts.map +0 -1
  210. package/breadcrumbs/breadcrumb-item-icon.directive.d.ts +0 -13
  211. package/breadcrumbs/breadcrumb-item-icon.directive.d.ts.map +0 -1
  212. package/breadcrumbs/breadcrumb-item-separator.directive.d.ts +0 -13
  213. package/breadcrumbs/breadcrumb-item-separator.directive.d.ts.map +0 -1
  214. package/breadcrumbs/breadcrumb-item-trigger.directive.d.ts +0 -13
  215. package/breadcrumbs/breadcrumb-item-trigger.directive.d.ts.map +0 -1
  216. package/breadcrumbs/breadcrumb-item.directive.d.ts +0 -26
  217. package/breadcrumbs/breadcrumb-item.directive.d.ts.map +0 -1
  218. package/breadcrumbs/breadcrumbs-list.directive.d.ts +0 -13
  219. package/breadcrumbs/breadcrumbs-list.directive.d.ts.map +0 -1
  220. package/breadcrumbs/breadcrumbs-root.directive.d.ts +0 -26
  221. package/breadcrumbs/breadcrumbs-root.directive.d.ts.map +0 -1
  222. package/breadcrumbs/breadcrumbs.module.d.ts +0 -14
  223. package/breadcrumbs/breadcrumbs.module.d.ts.map +0 -1
  224. package/breadcrumbs/qds-breadcrumbs-context.service.d.ts +0 -9
  225. package/breadcrumbs/qds-breadcrumbs-context.service.d.ts.map +0 -1
  226. package/breadcrumbs/qualcomm-ui-angular-breadcrumbs.d.ts +0 -6
  227. package/breadcrumbs/qualcomm-ui-angular-breadcrumbs.d.ts.map +0 -1
  228. package/button/base-button.directive.d.ts +0 -60
  229. package/button/base-button.directive.d.ts.map +0 -1
  230. package/button/button-group.directive.d.ts +0 -55
  231. package/button/button-group.directive.d.ts.map +0 -1
  232. package/button/button.directive.d.ts +0 -19
  233. package/button/button.directive.d.ts.map +0 -1
  234. package/button/button.module.d.ts +0 -12
  235. package/button/button.module.d.ts.map +0 -1
  236. package/button/icon-button.directive.d.ts +0 -60
  237. package/button/icon-button.directive.d.ts.map +0 -1
  238. package/button/qds-button-context.service.d.ts +0 -9
  239. package/button/qds-button-context.service.d.ts.map +0 -1
  240. package/button/qds-button-group-context.service.d.ts +0 -11
  241. package/button/qds-button-group-context.service.d.ts.map +0 -1
  242. package/button/qds-icon-button-context.service.d.ts +0 -9
  243. package/button/qds-icon-button-context.service.d.ts.map +0 -1
  244. package/button/qualcomm-ui-angular-button.d.ts +0 -6
  245. package/button/qualcomm-ui-angular-button.d.ts.map +0 -1
  246. package/checkbox/checkbox-control.component.d.ts +0 -12
  247. package/checkbox/checkbox-control.component.d.ts.map +0 -1
  248. package/checkbox/checkbox-error-text.component.d.ts +0 -19
  249. package/checkbox/checkbox-error-text.component.d.ts.map +0 -1
  250. package/checkbox/checkbox-hidden-input.directive.d.ts +0 -14
  251. package/checkbox/checkbox-hidden-input.directive.d.ts.map +0 -1
  252. package/checkbox/checkbox-indicator.component.d.ts +0 -13
  253. package/checkbox/checkbox-indicator.component.d.ts.map +0 -1
  254. package/checkbox/checkbox-label.directive.d.ts +0 -12
  255. package/checkbox/checkbox-label.directive.d.ts.map +0 -1
  256. package/checkbox/checkbox-root.directive.d.ts +0 -21
  257. package/checkbox/checkbox-root.directive.d.ts.map +0 -1
  258. package/checkbox/checkbox.component.d.ts +0 -37
  259. package/checkbox/checkbox.component.d.ts.map +0 -1
  260. package/checkbox/checkbox.module.d.ts +0 -17
  261. package/checkbox/checkbox.module.d.ts.map +0 -1
  262. package/checkbox/qds-checkbox-context.service.d.ts +0 -9
  263. package/checkbox/qds-checkbox-context.service.d.ts.map +0 -1
  264. package/checkbox/qualcomm-ui-angular-checkbox.d.ts +0 -6
  265. package/checkbox/qualcomm-ui-angular-checkbox.d.ts.map +0 -1
  266. package/checkmark/checkmark-icon.component.d.ts +0 -10
  267. package/checkmark/checkmark-icon.component.d.ts.map +0 -1
  268. package/checkmark/qualcomm-ui-angular-checkmark.d.ts +0 -6
  269. package/checkmark/qualcomm-ui-angular-checkmark.d.ts.map +0 -1
  270. package/collapsible/collapsible-content.component.d.ts +0 -10
  271. package/collapsible/collapsible-content.component.d.ts.map +0 -1
  272. package/collapsible/collapsible-root.component.d.ts +0 -7
  273. package/collapsible/collapsible-root.component.d.ts.map +0 -1
  274. package/collapsible/collapsible-trigger.component.d.ts +0 -7
  275. package/collapsible/collapsible-trigger.component.d.ts.map +0 -1
  276. package/collapsible/collapsible.module.d.ts +0 -10
  277. package/collapsible/collapsible.module.d.ts.map +0 -1
  278. package/collapsible/qualcomm-ui-angular-collapsible.d.ts +0 -6
  279. package/collapsible/qualcomm-ui-angular-collapsible.d.ts.map +0 -1
  280. package/combobox/combobox-clear-trigger.directive.d.ts +0 -10
  281. package/combobox/combobox-clear-trigger.directive.d.ts.map +0 -1
  282. package/combobox/combobox-content.directive.d.ts +0 -9
  283. package/combobox/combobox-content.directive.d.ts.map +0 -1
  284. package/combobox/combobox-context.directive.d.ts +0 -17
  285. package/combobox/combobox-context.directive.d.ts.map +0 -1
  286. package/combobox/combobox-control.directive.d.ts +0 -10
  287. package/combobox/combobox-control.directive.d.ts.map +0 -1
  288. package/combobox/combobox-empty.directive.d.ts +0 -9
  289. package/combobox/combobox-empty.directive.d.ts.map +0 -1
  290. package/combobox/combobox-error-indicator.directive.d.ts +0 -16
  291. package/combobox/combobox-error-indicator.directive.d.ts.map +0 -1
  292. package/combobox/combobox-error-text.directive.d.ts +0 -15
  293. package/combobox/combobox-error-text.directive.d.ts.map +0 -1
  294. package/combobox/combobox-hint.directive.d.ts +0 -9
  295. package/combobox/combobox-hint.directive.d.ts.map +0 -1
  296. package/combobox/combobox-icon.directive.d.ts +0 -13
  297. package/combobox/combobox-icon.directive.d.ts.map +0 -1
  298. package/combobox/combobox-input.directive.d.ts +0 -9
  299. package/combobox/combobox-input.directive.d.ts.map +0 -1
  300. package/combobox/combobox-item-indicator.directive.d.ts +0 -9
  301. package/combobox/combobox-item-indicator.directive.d.ts.map +0 -1
  302. package/combobox/combobox-item-text.directive.d.ts +0 -9
  303. package/combobox/combobox-item-text.directive.d.ts.map +0 -1
  304. package/combobox/combobox-item.directive.d.ts +0 -9
  305. package/combobox/combobox-item.directive.d.ts.map +0 -1
  306. package/combobox/combobox-items.component.d.ts +0 -7
  307. package/combobox/combobox-items.component.d.ts.map +0 -1
  308. package/combobox/combobox-label.directive.d.ts +0 -10
  309. package/combobox/combobox-label.directive.d.ts.map +0 -1
  310. package/combobox/combobox-positioner.directive.d.ts +0 -9
  311. package/combobox/combobox-positioner.directive.d.ts.map +0 -1
  312. package/combobox/combobox-root.directive.d.ts +0 -26
  313. package/combobox/combobox-root.directive.d.ts.map +0 -1
  314. package/combobox/combobox-trigger.directive.d.ts +0 -10
  315. package/combobox/combobox-trigger.directive.d.ts.map +0 -1
  316. package/combobox/combobox-virtual-content.directive.d.ts +0 -28
  317. package/combobox/combobox-virtual-content.directive.d.ts.map +0 -1
  318. package/combobox/combobox-virtual-item.directive.d.ts +0 -31
  319. package/combobox/combobox-virtual-item.directive.d.ts.map +0 -1
  320. package/combobox/combobox-virtualizer.directive.d.ts +0 -16
  321. package/combobox/combobox-virtualizer.directive.d.ts.map +0 -1
  322. package/combobox/combobox.component.d.ts +0 -80
  323. package/combobox/combobox.component.d.ts.map +0 -1
  324. package/combobox/combobox.module.d.ts +0 -34
  325. package/combobox/combobox.module.d.ts.map +0 -1
  326. package/combobox/qds-combobox-context.service.d.ts +0 -9
  327. package/combobox/qds-combobox-context.service.d.ts.map +0 -1
  328. package/combobox/qualcomm-ui-angular-combobox.d.ts +0 -6
  329. package/combobox/qualcomm-ui-angular-combobox.d.ts.map +0 -1
  330. package/dialog/dialog-backdrop.directive.d.ts +0 -16
  331. package/dialog/dialog-backdrop.directive.d.ts.map +0 -1
  332. package/dialog/dialog-body.component.d.ts +0 -19
  333. package/dialog/dialog-body.component.d.ts.map +0 -1
  334. package/dialog/dialog-close-button.component.d.ts +0 -13
  335. package/dialog/dialog-close-button.component.d.ts.map +0 -1
  336. package/dialog/dialog-close-trigger.directive.d.ts +0 -10
  337. package/dialog/dialog-close-trigger.directive.d.ts.map +0 -1
  338. package/dialog/dialog-content.directive.d.ts +0 -12
  339. package/dialog/dialog-content.directive.d.ts.map +0 -1
  340. package/dialog/dialog-context.directive.d.ts +0 -15
  341. package/dialog/dialog-context.directive.d.ts.map +0 -1
  342. package/dialog/dialog-description.directive.d.ts +0 -10
  343. package/dialog/dialog-description.directive.d.ts.map +0 -1
  344. package/dialog/dialog-floating-portal.component.d.ts +0 -21
  345. package/dialog/dialog-floating-portal.component.d.ts.map +0 -1
  346. package/dialog/dialog-footer.directive.d.ts +0 -12
  347. package/dialog/dialog-footer.directive.d.ts.map +0 -1
  348. package/dialog/dialog-heading.directive.d.ts +0 -12
  349. package/dialog/dialog-heading.directive.d.ts.map +0 -1
  350. package/dialog/dialog-indicator-icon.directive.d.ts +0 -16
  351. package/dialog/dialog-indicator-icon.directive.d.ts.map +0 -1
  352. package/dialog/dialog-positioner.component.d.ts +0 -12
  353. package/dialog/dialog-positioner.component.d.ts.map +0 -1
  354. package/dialog/dialog-root.directive.d.ts +0 -49
  355. package/dialog/dialog-root.directive.d.ts.map +0 -1
  356. package/dialog/dialog-trigger.directive.d.ts +0 -10
  357. package/dialog/dialog-trigger.directive.d.ts.map +0 -1
  358. package/dialog/dialog.module.d.ts +0 -25
  359. package/dialog/dialog.module.d.ts.map +0 -1
  360. package/dialog/qds-dialog-context.service.d.ts +0 -9
  361. package/dialog/qds-dialog-context.service.d.ts.map +0 -1
  362. package/dialog/qualcomm-ui-angular-dialog.d.ts +0 -6
  363. package/dialog/qualcomm-ui-angular-dialog.d.ts.map +0 -1
  364. package/divider/divider.directive.d.ts +0 -33
  365. package/divider/divider.directive.d.ts.map +0 -1
  366. package/divider/qualcomm-ui-angular-divider.d.ts +0 -6
  367. package/divider/qualcomm-ui-angular-divider.d.ts.map +0 -1
  368. package/drawer/drawer-backdrop.directive.d.ts +0 -10
  369. package/drawer/drawer-backdrop.directive.d.ts.map +0 -1
  370. package/drawer/drawer-body.component.d.ts +0 -11
  371. package/drawer/drawer-body.component.d.ts.map +0 -1
  372. package/drawer/drawer-close-button.component.d.ts +0 -10
  373. package/drawer/drawer-close-button.component.d.ts.map +0 -1
  374. package/drawer/drawer-close-trigger.directive.d.ts +0 -10
  375. package/drawer/drawer-close-trigger.directive.d.ts.map +0 -1
  376. package/drawer/drawer-content.directive.d.ts +0 -12
  377. package/drawer/drawer-content.directive.d.ts.map +0 -1
  378. package/drawer/drawer-context.directive.d.ts +0 -16
  379. package/drawer/drawer-context.directive.d.ts.map +0 -1
  380. package/drawer/drawer-description.directive.d.ts +0 -10
  381. package/drawer/drawer-description.directive.d.ts.map +0 -1
  382. package/drawer/drawer-floating-portal.component.d.ts +0 -11
  383. package/drawer/drawer-floating-portal.component.d.ts.map +0 -1
  384. package/drawer/drawer-footer.directive.d.ts +0 -10
  385. package/drawer/drawer-footer.directive.d.ts.map +0 -1
  386. package/drawer/drawer-heading.directive.d.ts +0 -10
  387. package/drawer/drawer-heading.directive.d.ts.map +0 -1
  388. package/drawer/drawer-indicator-icon.directive.d.ts +0 -10
  389. package/drawer/drawer-indicator-icon.directive.d.ts.map +0 -1
  390. package/drawer/drawer-positioner.component.d.ts +0 -12
  391. package/drawer/drawer-positioner.component.d.ts.map +0 -1
  392. package/drawer/drawer-root.component.d.ts +0 -48
  393. package/drawer/drawer-root.component.d.ts.map +0 -1
  394. package/drawer/drawer-trigger.directive.d.ts +0 -7
  395. package/drawer/drawer-trigger.directive.d.ts.map +0 -1
  396. package/drawer/drawer.module.d.ts +0 -25
  397. package/drawer/drawer.module.d.ts.map +0 -1
  398. package/drawer/qds-drawer-context.service.d.ts +0 -9
  399. package/drawer/qds-drawer-context.service.d.ts.map +0 -1
  400. package/drawer/qualcomm-ui-angular-drawer.d.ts +0 -6
  401. package/drawer/qualcomm-ui-angular-drawer.d.ts.map +0 -1
  402. package/esm2022/accordion/accordion-item-content-animator.component.js +0 -48
  403. package/esm2022/accordion/accordion-item-content-animator.component.js.map +0 -1
  404. package/esm2022/accordion/accordion-item-content-body.component.js +0 -21
  405. package/esm2022/accordion/accordion-item-content-body.component.js.map +0 -1
  406. package/esm2022/accordion/accordion-item-content.component.js +0 -27
  407. package/esm2022/accordion/accordion-item-content.component.js.map +0 -1
  408. package/esm2022/accordion/accordion-item-icon.component.js +0 -21
  409. package/esm2022/accordion/accordion-item-icon.component.js.map +0 -1
  410. package/esm2022/accordion/accordion-item-indicator.component.js +0 -34
  411. package/esm2022/accordion/accordion-item-indicator.component.js.map +0 -1
  412. package/esm2022/accordion/accordion-item-root.component.js +0 -45
  413. package/esm2022/accordion/accordion-item-root.component.js.map +0 -1
  414. package/esm2022/accordion/accordion-item-secondary-text.component.js +0 -22
  415. package/esm2022/accordion/accordion-item-secondary-text.component.js.map +0 -1
  416. package/esm2022/accordion/accordion-item-text.component.js +0 -22
  417. package/esm2022/accordion/accordion-item-text.component.js.map +0 -1
  418. package/esm2022/accordion/accordion-item-trigger.component.js +0 -61
  419. package/esm2022/accordion/accordion-item-trigger.component.js.map +0 -1
  420. package/esm2022/accordion/accordion-item.component.js +0 -111
  421. package/esm2022/accordion/accordion-item.component.js.map +0 -1
  422. package/esm2022/accordion/accordion.component.js +0 -35
  423. package/esm2022/accordion/accordion.component.js.map +0 -1
  424. package/esm2022/accordion/accordion.module.js +0 -77
  425. package/esm2022/accordion/accordion.module.js.map +0 -1
  426. package/esm2022/accordion/index.js +0 -13
  427. package/esm2022/accordion/index.js.map +0 -1
  428. package/esm2022/accordion/qualcomm-ui-angular-accordion.js +0 -5
  429. package/esm2022/accordion/qualcomm-ui-angular-accordion.js.map +0 -1
  430. package/esm2022/action-group/action-group.directive.js.map +0 -1
  431. package/esm2022/action-group/index.js +0 -2
  432. package/esm2022/action-group/index.js.map +0 -1
  433. package/esm2022/action-group/qualcomm-ui-angular-action-group.js +0 -5
  434. package/esm2022/action-group/qualcomm-ui-angular-action-group.js.map +0 -1
  435. package/esm2022/avatar/avatar-content.directive.js +0 -23
  436. package/esm2022/avatar/avatar-content.directive.js.map +0 -1
  437. package/esm2022/avatar/avatar-image.directive.js +0 -23
  438. package/esm2022/avatar/avatar-image.directive.js.map +0 -1
  439. package/esm2022/avatar/avatar-status.directive.js +0 -23
  440. package/esm2022/avatar/avatar-status.directive.js.map +0 -1
  441. package/esm2022/avatar/avatar.directive.js +0 -48
  442. package/esm2022/avatar/avatar.directive.js.map +0 -1
  443. package/esm2022/avatar/avatar.module.js +0 -37
  444. package/esm2022/avatar/avatar.module.js.map +0 -1
  445. package/esm2022/avatar/index.js +0 -6
  446. package/esm2022/avatar/index.js.map +0 -1
  447. package/esm2022/avatar/qds-avatar-context.service.js +0 -14
  448. package/esm2022/avatar/qds-avatar-context.service.js.map +0 -1
  449. package/esm2022/avatar/qualcomm-ui-angular-avatar.js +0 -5
  450. package/esm2022/avatar/qualcomm-ui-angular-avatar.js.map +0 -1
  451. package/esm2022/breadcrumbs/breadcrumb-item-icon.directive.js +0 -23
  452. package/esm2022/breadcrumbs/breadcrumb-item-icon.directive.js.map +0 -1
  453. package/esm2022/breadcrumbs/breadcrumb-item-separator.directive.js +0 -23
  454. package/esm2022/breadcrumbs/breadcrumb-item-separator.directive.js.map +0 -1
  455. package/esm2022/breadcrumbs/breadcrumb-item-trigger.directive.js +0 -23
  456. package/esm2022/breadcrumbs/breadcrumb-item-trigger.directive.js.map +0 -1
  457. package/esm2022/breadcrumbs/breadcrumb-item.directive.js +0 -63
  458. package/esm2022/breadcrumbs/breadcrumb-item.directive.js.map +0 -1
  459. package/esm2022/breadcrumbs/breadcrumbs-list.directive.js +0 -23
  460. package/esm2022/breadcrumbs/breadcrumbs-list.directive.js.map +0 -1
  461. package/esm2022/breadcrumbs/breadcrumbs-root.directive.js +0 -41
  462. package/esm2022/breadcrumbs/breadcrumbs-root.directive.js.map +0 -1
  463. package/esm2022/breadcrumbs/breadcrumbs.module.js +0 -49
  464. package/esm2022/breadcrumbs/breadcrumbs.module.js.map +0 -1
  465. package/esm2022/breadcrumbs/index.js +0 -9
  466. package/esm2022/breadcrumbs/index.js.map +0 -1
  467. package/esm2022/breadcrumbs/qds-breadcrumbs-context.service.js +0 -14
  468. package/esm2022/breadcrumbs/qds-breadcrumbs-context.service.js.map +0 -1
  469. package/esm2022/breadcrumbs/qualcomm-ui-angular-breadcrumbs.js +0 -5
  470. package/esm2022/breadcrumbs/qualcomm-ui-angular-breadcrumbs.js.map +0 -1
  471. package/esm2022/button/base-button.directive.js +0 -82
  472. package/esm2022/button/base-button.directive.js.map +0 -1
  473. package/esm2022/button/button-group.directive.js +0 -84
  474. package/esm2022/button/button-group.directive.js.map +0 -1
  475. package/esm2022/button/button.directive.js +0 -100
  476. package/esm2022/button/button.directive.js.map +0 -1
  477. package/esm2022/button/button.module.js +0 -31
  478. package/esm2022/button/button.module.js.map +0 -1
  479. package/esm2022/button/icon-button.directive.js +0 -93
  480. package/esm2022/button/icon-button.directive.js.map +0 -1
  481. package/esm2022/button/index.js +0 -9
  482. package/esm2022/button/index.js.map +0 -1
  483. package/esm2022/button/qds-button-context.service.js +0 -14
  484. package/esm2022/button/qds-button-context.service.js.map +0 -1
  485. package/esm2022/button/qds-button-group-context.service.js +0 -14
  486. package/esm2022/button/qds-button-group-context.service.js.map +0 -1
  487. package/esm2022/button/qds-icon-button-context.service.js +0 -14
  488. package/esm2022/button/qds-icon-button-context.service.js.map +0 -1
  489. package/esm2022/button/qualcomm-ui-angular-button.js +0 -5
  490. package/esm2022/button/qualcomm-ui-angular-button.js.map +0 -1
  491. package/esm2022/checkbox/checkbox-control.component.js +0 -36
  492. package/esm2022/checkbox/checkbox-control.component.js.map +0 -1
  493. package/esm2022/checkbox/checkbox-error-text.component.js +0 -41
  494. package/esm2022/checkbox/checkbox-error-text.component.js.map +0 -1
  495. package/esm2022/checkbox/checkbox-hidden-input.directive.js +0 -32
  496. package/esm2022/checkbox/checkbox-hidden-input.directive.js.map +0 -1
  497. package/esm2022/checkbox/checkbox-indicator.component.js +0 -43
  498. package/esm2022/checkbox/checkbox-indicator.component.js.map +0 -1
  499. package/esm2022/checkbox/checkbox-label.directive.js +0 -26
  500. package/esm2022/checkbox/checkbox-label.directive.js.map +0 -1
  501. package/esm2022/checkbox/checkbox-root.directive.js +0 -36
  502. package/esm2022/checkbox/checkbox-root.directive.js.map +0 -1
  503. package/esm2022/checkbox/checkbox.component.js +0 -104
  504. package/esm2022/checkbox/checkbox.component.js.map +0 -1
  505. package/esm2022/checkbox/checkbox.module.js +0 -56
  506. package/esm2022/checkbox/checkbox.module.js.map +0 -1
  507. package/esm2022/checkbox/index.js +0 -10
  508. package/esm2022/checkbox/index.js.map +0 -1
  509. package/esm2022/checkbox/qds-checkbox-context.service.js +0 -14
  510. package/esm2022/checkbox/qds-checkbox-context.service.js.map +0 -1
  511. package/esm2022/checkbox/qualcomm-ui-angular-checkbox.js +0 -5
  512. package/esm2022/checkbox/qualcomm-ui-angular-checkbox.js.map +0 -1
  513. package/esm2022/checkmark/checkmark-icon.component.js.map +0 -1
  514. package/esm2022/checkmark/index.js +0 -2
  515. package/esm2022/checkmark/index.js.map +0 -1
  516. package/esm2022/checkmark/qualcomm-ui-angular-checkmark.js +0 -5
  517. package/esm2022/checkmark/qualcomm-ui-angular-checkmark.js.map +0 -1
  518. package/esm2022/collapsible/collapsible-content.component.js +0 -22
  519. package/esm2022/collapsible/collapsible-content.component.js.map +0 -1
  520. package/esm2022/collapsible/collapsible-root.component.js +0 -18
  521. package/esm2022/collapsible/collapsible-root.component.js.map +0 -1
  522. package/esm2022/collapsible/collapsible-trigger.component.js +0 -17
  523. package/esm2022/collapsible/collapsible-trigger.component.js.map +0 -1
  524. package/esm2022/collapsible/collapsible.module.js +0 -32
  525. package/esm2022/collapsible/collapsible.module.js.map +0 -1
  526. package/esm2022/collapsible/index.js +0 -5
  527. package/esm2022/collapsible/index.js.map +0 -1
  528. package/esm2022/collapsible/qualcomm-ui-angular-collapsible.js +0 -5
  529. package/esm2022/collapsible/qualcomm-ui-angular-collapsible.js.map +0 -1
  530. package/esm2022/combobox/combobox-clear-trigger.directive.js +0 -40
  531. package/esm2022/combobox/combobox-clear-trigger.directive.js.map +0 -1
  532. package/esm2022/combobox/combobox-content.directive.js +0 -23
  533. package/esm2022/combobox/combobox-content.directive.js.map +0 -1
  534. package/esm2022/combobox/combobox-context.directive.js +0 -29
  535. package/esm2022/combobox/combobox-context.directive.js.map +0 -1
  536. package/esm2022/combobox/combobox-control.directive.js +0 -48
  537. package/esm2022/combobox/combobox-control.directive.js.map +0 -1
  538. package/esm2022/combobox/combobox-empty.directive.js +0 -23
  539. package/esm2022/combobox/combobox-empty.directive.js.map +0 -1
  540. package/esm2022/combobox/combobox-error-indicator.directive.js +0 -40
  541. package/esm2022/combobox/combobox-error-indicator.directive.js.map +0 -1
  542. package/esm2022/combobox/combobox-error-text.directive.js +0 -39
  543. package/esm2022/combobox/combobox-error-text.directive.js.map +0 -1
  544. package/esm2022/combobox/combobox-hint.directive.js +0 -23
  545. package/esm2022/combobox/combobox-hint.directive.js.map +0 -1
  546. package/esm2022/combobox/combobox-icon.directive.js +0 -23
  547. package/esm2022/combobox/combobox-icon.directive.js.map +0 -1
  548. package/esm2022/combobox/combobox-input.directive.js +0 -23
  549. package/esm2022/combobox/combobox-input.directive.js.map +0 -1
  550. package/esm2022/combobox/combobox-item-indicator.directive.js +0 -36
  551. package/esm2022/combobox/combobox-item-indicator.directive.js.map +0 -1
  552. package/esm2022/combobox/combobox-item-text.directive.js +0 -23
  553. package/esm2022/combobox/combobox-item-text.directive.js.map +0 -1
  554. package/esm2022/combobox/combobox-item.directive.js +0 -24
  555. package/esm2022/combobox/combobox-item.directive.js.map +0 -1
  556. package/esm2022/combobox/combobox-items.component.js +0 -42
  557. package/esm2022/combobox/combobox-items.component.js.map +0 -1
  558. package/esm2022/combobox/combobox-label.directive.js +0 -49
  559. package/esm2022/combobox/combobox-label.directive.js.map +0 -1
  560. package/esm2022/combobox/combobox-positioner.directive.js +0 -23
  561. package/esm2022/combobox/combobox-positioner.directive.js.map +0 -1
  562. package/esm2022/combobox/combobox-root.directive.js +0 -58
  563. package/esm2022/combobox/combobox-root.directive.js.map +0 -1
  564. package/esm2022/combobox/combobox-trigger.directive.js +0 -50
  565. package/esm2022/combobox/combobox-trigger.directive.js.map +0 -1
  566. package/esm2022/combobox/combobox-virtual-content.directive.js +0 -114
  567. package/esm2022/combobox/combobox-virtual-content.directive.js.map +0 -1
  568. package/esm2022/combobox/combobox-virtual-item.directive.js +0 -53
  569. package/esm2022/combobox/combobox-virtual-item.directive.js.map +0 -1
  570. package/esm2022/combobox/combobox-virtualizer.directive.js +0 -29
  571. package/esm2022/combobox/combobox-virtualizer.directive.js.map +0 -1
  572. package/esm2022/combobox/combobox.component.js +0 -355
  573. package/esm2022/combobox/combobox.component.js.map +0 -1
  574. package/esm2022/combobox/combobox.module.js +0 -144
  575. package/esm2022/combobox/combobox.module.js.map +0 -1
  576. package/esm2022/combobox/index.js +0 -25
  577. package/esm2022/combobox/index.js.map +0 -1
  578. package/esm2022/combobox/qds-combobox-context.service.js +0 -14
  579. package/esm2022/combobox/qds-combobox-context.service.js.map +0 -1
  580. package/esm2022/combobox/qualcomm-ui-angular-combobox.js +0 -5
  581. package/esm2022/combobox/qualcomm-ui-angular-combobox.js.map +0 -1
  582. package/esm2022/dialog/dialog-backdrop.directive.js +0 -31
  583. package/esm2022/dialog/dialog-backdrop.directive.js.map +0 -1
  584. package/esm2022/dialog/dialog-body.component.js +0 -65
  585. package/esm2022/dialog/dialog-body.component.js.map +0 -1
  586. package/esm2022/dialog/dialog-close-button.component.js +0 -43
  587. package/esm2022/dialog/dialog-close-button.component.js.map +0 -1
  588. package/esm2022/dialog/dialog-close-trigger.directive.js +0 -20
  589. package/esm2022/dialog/dialog-close-trigger.directive.js.map +0 -1
  590. package/esm2022/dialog/dialog-content.directive.js +0 -26
  591. package/esm2022/dialog/dialog-content.directive.js.map +0 -1
  592. package/esm2022/dialog/dialog-context.directive.js +0 -28
  593. package/esm2022/dialog/dialog-context.directive.js.map +0 -1
  594. package/esm2022/dialog/dialog-description.directive.js +0 -20
  595. package/esm2022/dialog/dialog-description.directive.js.map +0 -1
  596. package/esm2022/dialog/dialog-floating-portal.component.js +0 -54
  597. package/esm2022/dialog/dialog-floating-portal.component.js.map +0 -1
  598. package/esm2022/dialog/dialog-footer.directive.js +0 -26
  599. package/esm2022/dialog/dialog-footer.directive.js.map +0 -1
  600. package/esm2022/dialog/dialog-heading.directive.js +0 -26
  601. package/esm2022/dialog/dialog-heading.directive.js.map +0 -1
  602. package/esm2022/dialog/dialog-indicator-icon.directive.js +0 -26
  603. package/esm2022/dialog/dialog-indicator-icon.directive.js.map +0 -1
  604. package/esm2022/dialog/dialog-positioner.component.js +0 -26
  605. package/esm2022/dialog/dialog-positioner.component.js.map +0 -1
  606. package/esm2022/dialog/dialog-root.directive.js +0 -76
  607. package/esm2022/dialog/dialog-root.directive.js.map +0 -1
  608. package/esm2022/dialog/dialog-trigger.directive.js +0 -20
  609. package/esm2022/dialog/dialog-trigger.directive.js.map +0 -1
  610. package/esm2022/dialog/dialog.module.js +0 -92
  611. package/esm2022/dialog/dialog.module.js.map +0 -1
  612. package/esm2022/dialog/index.js +0 -17
  613. package/esm2022/dialog/index.js.map +0 -1
  614. package/esm2022/dialog/qds-dialog-context.service.js +0 -14
  615. package/esm2022/dialog/qds-dialog-context.service.js.map +0 -1
  616. package/esm2022/dialog/qualcomm-ui-angular-dialog.js +0 -5
  617. package/esm2022/dialog/qualcomm-ui-angular-dialog.js.map +0 -1
  618. package/esm2022/divider/divider.directive.js.map +0 -1
  619. package/esm2022/divider/index.js +0 -2
  620. package/esm2022/divider/index.js.map +0 -1
  621. package/esm2022/divider/qualcomm-ui-angular-divider.js +0 -5
  622. package/esm2022/divider/qualcomm-ui-angular-divider.js.map +0 -1
  623. package/esm2022/drawer/drawer-backdrop.directive.js +0 -22
  624. package/esm2022/drawer/drawer-backdrop.directive.js.map +0 -1
  625. package/esm2022/drawer/drawer-body.component.js +0 -38
  626. package/esm2022/drawer/drawer-body.component.js.map +0 -1
  627. package/esm2022/drawer/drawer-close-button.component.js +0 -30
  628. package/esm2022/drawer/drawer-close-button.component.js.map +0 -1
  629. package/esm2022/drawer/drawer-close-trigger.directive.js +0 -20
  630. package/esm2022/drawer/drawer-close-trigger.directive.js.map +0 -1
  631. package/esm2022/drawer/drawer-content.directive.js +0 -26
  632. package/esm2022/drawer/drawer-content.directive.js.map +0 -1
  633. package/esm2022/drawer/drawer-context.directive.js +0 -28
  634. package/esm2022/drawer/drawer-context.directive.js.map +0 -1
  635. package/esm2022/drawer/drawer-description.directive.js +0 -20
  636. package/esm2022/drawer/drawer-description.directive.js.map +0 -1
  637. package/esm2022/drawer/drawer-floating-portal.component.js +0 -61
  638. package/esm2022/drawer/drawer-floating-portal.component.js.map +0 -1
  639. package/esm2022/drawer/drawer-footer.directive.js +0 -20
  640. package/esm2022/drawer/drawer-footer.directive.js.map +0 -1
  641. package/esm2022/drawer/drawer-heading.directive.js +0 -20
  642. package/esm2022/drawer/drawer-heading.directive.js.map +0 -1
  643. package/esm2022/drawer/drawer-indicator-icon.directive.js +0 -20
  644. package/esm2022/drawer/drawer-indicator-icon.directive.js.map +0 -1
  645. package/esm2022/drawer/drawer-positioner.component.js +0 -26
  646. package/esm2022/drawer/drawer-positioner.component.js.map +0 -1
  647. package/esm2022/drawer/drawer-root.component.js +0 -83
  648. package/esm2022/drawer/drawer-root.component.js.map +0 -1
  649. package/esm2022/drawer/drawer-trigger.directive.js +0 -17
  650. package/esm2022/drawer/drawer-trigger.directive.js.map +0 -1
  651. package/esm2022/drawer/drawer.module.js +0 -92
  652. package/esm2022/drawer/drawer.module.js.map +0 -1
  653. package/esm2022/drawer/index.js +0 -17
  654. package/esm2022/drawer/index.js.map +0 -1
  655. package/esm2022/drawer/qds-drawer-context.service.js +0 -14
  656. package/esm2022/drawer/qds-drawer-context.service.js.map +0 -1
  657. package/esm2022/drawer/qualcomm-ui-angular-drawer.js +0 -5
  658. package/esm2022/drawer/qualcomm-ui-angular-drawer.js.map +0 -1
  659. package/esm2022/footer/index.js +0 -2
  660. package/esm2022/footer/index.js.map +0 -1
  661. package/esm2022/footer/qualcomm-ui-angular-footer.js +0 -5
  662. package/esm2022/footer/qualcomm-ui-angular-footer.js.map +0 -1
  663. package/esm2022/header/index.js +0 -2
  664. package/esm2022/header/index.js.map +0 -1
  665. package/esm2022/header/qualcomm-ui-angular-header.js +0 -5
  666. package/esm2022/header/qualcomm-ui-angular-header.js.map +0 -1
  667. package/esm2022/icon/end-icon.directive.js +0 -40
  668. package/esm2022/icon/end-icon.directive.js.map +0 -1
  669. package/esm2022/icon/icon.directive.js +0 -71
  670. package/esm2022/icon/icon.directive.js.map +0 -1
  671. package/esm2022/icon/icon.tokens.js +0 -6
  672. package/esm2022/icon/icon.tokens.js.map +0 -1
  673. package/esm2022/icon/index.js +0 -6
  674. package/esm2022/icon/index.js.map +0 -1
  675. package/esm2022/icon/qualcomm-ui-angular-icon.js +0 -5
  676. package/esm2022/icon/qualcomm-ui-angular-icon.js.map +0 -1
  677. package/esm2022/icon/start-icon.directive.js +0 -40
  678. package/esm2022/icon/start-icon.directive.js.map +0 -1
  679. package/esm2022/icon/use-lucide-icon.js +0 -94
  680. package/esm2022/icon/use-lucide-icon.js.map +0 -1
  681. package/esm2022/index.js.map +0 -1
  682. package/esm2022/inline-icon-button/index.js +0 -3
  683. package/esm2022/inline-icon-button/index.js.map +0 -1
  684. package/esm2022/inline-icon-button/inline-icon-button.component.js.map +0 -1
  685. package/esm2022/inline-icon-button/qualcomm-ui-angular-inline-icon-button.js +0 -5
  686. package/esm2022/inline-icon-button/qualcomm-ui-angular-inline-icon-button.js.map +0 -1
  687. package/esm2022/inline-icon-button/use-inline-icon-button-api.js +0 -13
  688. package/esm2022/inline-icon-button/use-inline-icon-button-api.js.map +0 -1
  689. package/esm2022/inline-notification/index.js +0 -10
  690. package/esm2022/inline-notification/index.js.map +0 -1
  691. package/esm2022/inline-notification/inline-notification-action.directive.js +0 -23
  692. package/esm2022/inline-notification/inline-notification-action.directive.js.map +0 -1
  693. package/esm2022/inline-notification/inline-notification-close-button.directive.js +0 -44
  694. package/esm2022/inline-notification/inline-notification-close-button.directive.js.map +0 -1
  695. package/esm2022/inline-notification/inline-notification-description.directive.js +0 -23
  696. package/esm2022/inline-notification/inline-notification-description.directive.js.map +0 -1
  697. package/esm2022/inline-notification/inline-notification-icon.directive.js +0 -53
  698. package/esm2022/inline-notification/inline-notification-icon.directive.js.map +0 -1
  699. package/esm2022/inline-notification/inline-notification-label.directive.js +0 -23
  700. package/esm2022/inline-notification/inline-notification-label.directive.js.map +0 -1
  701. package/esm2022/inline-notification/inline-notification-root.directive.js +0 -50
  702. package/esm2022/inline-notification/inline-notification-root.directive.js.map +0 -1
  703. package/esm2022/inline-notification/inline-notification.directive.js +0 -113
  704. package/esm2022/inline-notification/inline-notification.directive.js.map +0 -1
  705. package/esm2022/inline-notification/inline-notification.module.js +0 -56
  706. package/esm2022/inline-notification/inline-notification.module.js.map +0 -1
  707. package/esm2022/inline-notification/qds-inline-notification-context.service.js +0 -14
  708. package/esm2022/inline-notification/qds-inline-notification-context.service.js.map +0 -1
  709. package/esm2022/inline-notification/qualcomm-ui-angular-inline-notification.js +0 -5
  710. package/esm2022/inline-notification/qualcomm-ui-angular-inline-notification.js.map +0 -1
  711. package/esm2022/input/error-text.component.js +0 -54
  712. package/esm2022/input/error-text.component.js.map +0 -1
  713. package/esm2022/input/hint.directive.js +0 -35
  714. package/esm2022/input/hint.directive.js.map +0 -1
  715. package/esm2022/input/index.js +0 -7
  716. package/esm2022/input/index.js.map +0 -1
  717. package/esm2022/input/input-end-icon.component.js +0 -41
  718. package/esm2022/input/input-end-icon.component.js.map +0 -1
  719. package/esm2022/input/input-start-icon.component.js +0 -43
  720. package/esm2022/input/input-start-icon.component.js.map +0 -1
  721. package/esm2022/input/qds-input-context.service.js +0 -14
  722. package/esm2022/input/qds-input-context.service.js.map +0 -1
  723. package/esm2022/input/qualcomm-ui-angular-input.js +0 -5
  724. package/esm2022/input/qualcomm-ui-angular-input.js.map +0 -1
  725. package/esm2022/input/use-input-bindings.js +0 -81
  726. package/esm2022/input/use-input-bindings.js.map +0 -1
  727. package/esm2022/link/index.js +0 -2
  728. package/esm2022/link/index.js.map +0 -1
  729. package/esm2022/link/link.directive.js.map +0 -1
  730. package/esm2022/link/qualcomm-ui-angular-link.js +0 -5
  731. package/esm2022/link/qualcomm-ui-angular-link.js.map +0 -1
  732. package/esm2022/menu/index.js +0 -21
  733. package/esm2022/menu/index.js.map +0 -1
  734. package/esm2022/menu/menu-button.component.js +0 -94
  735. package/esm2022/menu/menu-button.component.js.map +0 -1
  736. package/esm2022/menu/menu-checkbox-item.directive.js +0 -24
  737. package/esm2022/menu/menu-checkbox-item.directive.js.map +0 -1
  738. package/esm2022/menu/menu-content.directive.js +0 -23
  739. package/esm2022/menu/menu-content.directive.js.map +0 -1
  740. package/esm2022/menu/menu-context-trigger.directive.js +0 -17
  741. package/esm2022/menu/menu-context-trigger.directive.js.map +0 -1
  742. package/esm2022/menu/menu-item-command.directive.js +0 -23
  743. package/esm2022/menu/menu-item-command.directive.js.map +0 -1
  744. package/esm2022/menu/menu-item-group-label.directive.js +0 -23
  745. package/esm2022/menu/menu-item-group-label.directive.js.map +0 -1
  746. package/esm2022/menu/menu-item-group.directive.js +0 -24
  747. package/esm2022/menu/menu-item-group.directive.js.map +0 -1
  748. package/esm2022/menu/menu-item-indicator.component.js +0 -34
  749. package/esm2022/menu/menu-item-indicator.component.js.map +0 -1
  750. package/esm2022/menu/menu-item-start-icon.component.js +0 -36
  751. package/esm2022/menu/menu-item-start-icon.component.js.map +0 -1
  752. package/esm2022/menu/menu-item.directive.js +0 -25
  753. package/esm2022/menu/menu-item.directive.js.map +0 -1
  754. package/esm2022/menu/menu-positioner.component.js +0 -26
  755. package/esm2022/menu/menu-positioner.component.js.map +0 -1
  756. package/esm2022/menu/menu-radio-item-group.directive.js +0 -24
  757. package/esm2022/menu/menu-radio-item-group.directive.js.map +0 -1
  758. package/esm2022/menu/menu-radio-item.directive.js +0 -24
  759. package/esm2022/menu/menu-radio-item.directive.js.map +0 -1
  760. package/esm2022/menu/menu-separator.directive.js +0 -24
  761. package/esm2022/menu/menu-separator.directive.js.map +0 -1
  762. package/esm2022/menu/menu-trigger-item-indicator.component.js +0 -36
  763. package/esm2022/menu/menu-trigger-item-indicator.component.js.map +0 -1
  764. package/esm2022/menu/menu-trigger-item.component.js +0 -37
  765. package/esm2022/menu/menu-trigger-item.component.js.map +0 -1
  766. package/esm2022/menu/menu-trigger.directive.js +0 -30
  767. package/esm2022/menu/menu-trigger.directive.js.map +0 -1
  768. package/esm2022/menu/menu.component.js +0 -41
  769. package/esm2022/menu/menu.component.js.map +0 -1
  770. package/esm2022/menu/menu.module.js +0 -121
  771. package/esm2022/menu/menu.module.js.map +0 -1
  772. package/esm2022/menu/qds-menu-context.service.js +0 -14
  773. package/esm2022/menu/qds-menu-context.service.js.map +0 -1
  774. package/esm2022/menu/qualcomm-ui-angular-menu.js +0 -5
  775. package/esm2022/menu/qualcomm-ui-angular-menu.js.map +0 -1
  776. package/esm2022/number-input/index.js +0 -14
  777. package/esm2022/number-input/index.js.map +0 -1
  778. package/esm2022/number-input/number-input-control.directive.js +0 -54
  779. package/esm2022/number-input/number-input-control.directive.js.map +0 -1
  780. package/esm2022/number-input/number-input-decrement-trigger.directive.js +0 -50
  781. package/esm2022/number-input/number-input-decrement-trigger.directive.js.map +0 -1
  782. package/esm2022/number-input/number-input-error-indicator.directive.js +0 -45
  783. package/esm2022/number-input/number-input-error-indicator.directive.js.map +0 -1
  784. package/esm2022/number-input/number-input-error-text.directive.js +0 -23
  785. package/esm2022/number-input/number-input-error-text.directive.js.map +0 -1
  786. package/esm2022/number-input/number-input-hint.directive.js +0 -23
  787. package/esm2022/number-input/number-input-hint.directive.js.map +0 -1
  788. package/esm2022/number-input/number-input-increment-trigger.directive.js +0 -50
  789. package/esm2022/number-input/number-input-increment-trigger.directive.js.map +0 -1
  790. package/esm2022/number-input/number-input-input-group.directive.js +0 -51
  791. package/esm2022/number-input/number-input-input-group.directive.js.map +0 -1
  792. package/esm2022/number-input/number-input-input.directive.js +0 -23
  793. package/esm2022/number-input/number-input-input.directive.js.map +0 -1
  794. package/esm2022/number-input/number-input-label.directive.js +0 -47
  795. package/esm2022/number-input/number-input-label.directive.js.map +0 -1
  796. package/esm2022/number-input/number-input-root.directive.js +0 -81
  797. package/esm2022/number-input/number-input-root.directive.js.map +0 -1
  798. package/esm2022/number-input/number-input.component.js +0 -145
  799. package/esm2022/number-input/number-input.component.js.map +0 -1
  800. package/esm2022/number-input/number-input.module.js +0 -85
  801. package/esm2022/number-input/number-input.module.js.map +0 -1
  802. package/esm2022/number-input/qds-number-input-context.service.js +0 -14
  803. package/esm2022/number-input/qds-number-input-context.service.js.map +0 -1
  804. package/esm2022/number-input/qualcomm-ui-angular-number-input.js +0 -5
  805. package/esm2022/number-input/qualcomm-ui-angular-number-input.js.map +0 -1
  806. package/esm2022/pagination/index.js +0 -11
  807. package/esm2022/pagination/index.js.map +0 -1
  808. package/esm2022/pagination/pagination-context.directive.js +0 -28
  809. package/esm2022/pagination/pagination-context.directive.js.map +0 -1
  810. package/esm2022/pagination/pagination-next-trigger.component.js +0 -35
  811. package/esm2022/pagination/pagination-next-trigger.component.js.map +0 -1
  812. package/esm2022/pagination/pagination-page-item.component.js +0 -44
  813. package/esm2022/pagination/pagination-page-item.component.js.map +0 -1
  814. package/esm2022/pagination/pagination-page-items.component.js +0 -33
  815. package/esm2022/pagination/pagination-page-items.component.js.map +0 -1
  816. package/esm2022/pagination/pagination-page-metadata.directive.js +0 -22
  817. package/esm2022/pagination/pagination-page-metadata.directive.js.map +0 -1
  818. package/esm2022/pagination/pagination-page-size-label.directive.js +0 -22
  819. package/esm2022/pagination/pagination-page-size-label.directive.js.map +0 -1
  820. package/esm2022/pagination/pagination-page-size.component.js +0 -69
  821. package/esm2022/pagination/pagination-page-size.component.js.map +0 -1
  822. package/esm2022/pagination/pagination-prev-trigger.component.js +0 -35
  823. package/esm2022/pagination/pagination-prev-trigger.component.js.map +0 -1
  824. package/esm2022/pagination/pagination-root.directive.js +0 -23
  825. package/esm2022/pagination/pagination-root.directive.js.map +0 -1
  826. package/esm2022/pagination/pagination.module.js +0 -67
  827. package/esm2022/pagination/pagination.module.js.map +0 -1
  828. package/esm2022/pagination/qualcomm-ui-angular-pagination.js +0 -5
  829. package/esm2022/pagination/qualcomm-ui-angular-pagination.js.map +0 -1
  830. package/esm2022/password-input/index.js +0 -12
  831. package/esm2022/password-input/index.js.map +0 -1
  832. package/esm2022/password-input/password-input-clear-trigger.directive.js +0 -33
  833. package/esm2022/password-input/password-input-clear-trigger.directive.js.map +0 -1
  834. package/esm2022/password-input/password-input-error-indicator.directive.js +0 -40
  835. package/esm2022/password-input/password-input-error-indicator.directive.js.map +0 -1
  836. package/esm2022/password-input/password-input-error-text.directive.js +0 -49
  837. package/esm2022/password-input/password-input-error-text.directive.js.map +0 -1
  838. package/esm2022/password-input/password-input-hint.directive.js +0 -23
  839. package/esm2022/password-input/password-input-hint.directive.js.map +0 -1
  840. package/esm2022/password-input/password-input-input-group.directive.js +0 -41
  841. package/esm2022/password-input/password-input-input-group.directive.js.map +0 -1
  842. package/esm2022/password-input/password-input-input.directive.js +0 -23
  843. package/esm2022/password-input/password-input-input.directive.js.map +0 -1
  844. package/esm2022/password-input/password-input-label.directive.js +0 -47
  845. package/esm2022/password-input/password-input-label.directive.js.map +0 -1
  846. package/esm2022/password-input/password-input-root.directive.js +0 -76
  847. package/esm2022/password-input/password-input-root.directive.js.map +0 -1
  848. package/esm2022/password-input/password-input-visibility-trigger.directive.js +0 -56
  849. package/esm2022/password-input/password-input-visibility-trigger.directive.js.map +0 -1
  850. package/esm2022/password-input/password-input.component.js +0 -199
  851. package/esm2022/password-input/password-input.component.js.map +0 -1
  852. package/esm2022/password-input/password-input.module.js +0 -71
  853. package/esm2022/password-input/password-input.module.js.map +0 -1
  854. package/esm2022/password-input/qualcomm-ui-angular-password-input.js +0 -5
  855. package/esm2022/password-input/qualcomm-ui-angular-password-input.js.map +0 -1
  856. package/esm2022/popover/index.js +0 -14
  857. package/esm2022/popover/index.js.map +0 -1
  858. package/esm2022/popover/popover-anchor.directive.js +0 -17
  859. package/esm2022/popover/popover-anchor.directive.js.map +0 -1
  860. package/esm2022/popover/popover-arrow-tip.directive.js +0 -22
  861. package/esm2022/popover/popover-arrow-tip.directive.js.map +0 -1
  862. package/esm2022/popover/popover-arrow.directive.js +0 -32
  863. package/esm2022/popover/popover-arrow.directive.js.map +0 -1
  864. package/esm2022/popover/popover-close-trigger.directive.js +0 -22
  865. package/esm2022/popover/popover-close-trigger.directive.js.map +0 -1
  866. package/esm2022/popover/popover-content.directive.js +0 -22
  867. package/esm2022/popover/popover-content.directive.js.map +0 -1
  868. package/esm2022/popover/popover-context.directive.js +0 -28
  869. package/esm2022/popover/popover-context.directive.js.map +0 -1
  870. package/esm2022/popover/popover-description.directive.js +0 -22
  871. package/esm2022/popover/popover-description.directive.js.map +0 -1
  872. package/esm2022/popover/popover-label.directive.js +0 -22
  873. package/esm2022/popover/popover-label.directive.js.map +0 -1
  874. package/esm2022/popover/popover-positioner.directive.js +0 -17
  875. package/esm2022/popover/popover-positioner.directive.js.map +0 -1
  876. package/esm2022/popover/popover-root.directive.js +0 -18
  877. package/esm2022/popover/popover-root.directive.js.map +0 -1
  878. package/esm2022/popover/popover-trigger.directive.js +0 -22
  879. package/esm2022/popover/popover-trigger.directive.js.map +0 -1
  880. package/esm2022/popover/popover.directive.js +0 -98
  881. package/esm2022/popover/popover.directive.js.map +0 -1
  882. package/esm2022/popover/popover.module.js +0 -79
  883. package/esm2022/popover/popover.module.js.map +0 -1
  884. package/esm2022/popover/qualcomm-ui-angular-popover.js +0 -5
  885. package/esm2022/popover/qualcomm-ui-angular-popover.js.map +0 -1
  886. package/esm2022/progress/index.js +0 -12
  887. package/esm2022/progress/index.js.map +0 -1
  888. package/esm2022/progress/progress-bar.directive.js +0 -23
  889. package/esm2022/progress/progress-bar.directive.js.map +0 -1
  890. package/esm2022/progress/progress-context.directive.js +0 -29
  891. package/esm2022/progress/progress-context.directive.js.map +0 -1
  892. package/esm2022/progress/progress-error-text.directive.js +0 -46
  893. package/esm2022/progress/progress-error-text.directive.js.map +0 -1
  894. package/esm2022/progress/progress-hint.directive.js +0 -23
  895. package/esm2022/progress/progress-hint.directive.js.map +0 -1
  896. package/esm2022/progress/progress-label.directive.js +0 -23
  897. package/esm2022/progress/progress-label.directive.js.map +0 -1
  898. package/esm2022/progress/progress-root.directive.js +0 -53
  899. package/esm2022/progress/progress-root.directive.js.map +0 -1
  900. package/esm2022/progress/progress-track.directive.js +0 -33
  901. package/esm2022/progress/progress-track.directive.js.map +0 -1
  902. package/esm2022/progress/progress-value-text.directive.js +0 -23
  903. package/esm2022/progress/progress-value-text.directive.js.map +0 -1
  904. package/esm2022/progress/progress.directive.js +0 -122
  905. package/esm2022/progress/progress.directive.js.map +0 -1
  906. package/esm2022/progress/progress.module.js +0 -64
  907. package/esm2022/progress/progress.module.js.map +0 -1
  908. package/esm2022/progress/qds-progress-context.service.js +0 -14
  909. package/esm2022/progress/qds-progress-context.service.js.map +0 -1
  910. package/esm2022/progress/qualcomm-ui-angular-progress.js +0 -5
  911. package/esm2022/progress/qualcomm-ui-angular-progress.js.map +0 -1
  912. package/esm2022/progress-ring/index.js +0 -13
  913. package/esm2022/progress-ring/index.js.map +0 -1
  914. package/esm2022/progress-ring/progress-ring-bar.directive.js +0 -23
  915. package/esm2022/progress-ring/progress-ring-bar.directive.js.map +0 -1
  916. package/esm2022/progress-ring/progress-ring-circle-container.directive.js +0 -23
  917. package/esm2022/progress-ring/progress-ring-circle-container.directive.js.map +0 -1
  918. package/esm2022/progress-ring/progress-ring-circle.directive.js +0 -36
  919. package/esm2022/progress-ring/progress-ring-circle.directive.js.map +0 -1
  920. package/esm2022/progress-ring/progress-ring-context.directive.js +0 -29
  921. package/esm2022/progress-ring/progress-ring-context.directive.js.map +0 -1
  922. package/esm2022/progress-ring/progress-ring-error-text.directive.js +0 -23
  923. package/esm2022/progress-ring/progress-ring-error-text.directive.js.map +0 -1
  924. package/esm2022/progress-ring/progress-ring-label.directive.js +0 -23
  925. package/esm2022/progress-ring/progress-ring-label.directive.js.map +0 -1
  926. package/esm2022/progress-ring/progress-ring-root.directive.js +0 -50
  927. package/esm2022/progress-ring/progress-ring-root.directive.js.map +0 -1
  928. package/esm2022/progress-ring/progress-ring-track.directive.js +0 -23
  929. package/esm2022/progress-ring/progress-ring-track.directive.js.map +0 -1
  930. package/esm2022/progress-ring/progress-ring-value-text.directive.js +0 -23
  931. package/esm2022/progress-ring/progress-ring-value-text.directive.js.map +0 -1
  932. package/esm2022/progress-ring/progress-ring.directive.js +0 -79
  933. package/esm2022/progress-ring/progress-ring.directive.js.map +0 -1
  934. package/esm2022/progress-ring/progress-ring.module.js +0 -67
  935. package/esm2022/progress-ring/progress-ring.module.js.map +0 -1
  936. package/esm2022/progress-ring/qds-progress-ring-context.service.js +0 -14
  937. package/esm2022/progress-ring/qds-progress-ring-context.service.js.map +0 -1
  938. package/esm2022/progress-ring/qualcomm-ui-angular-progress-ring.js +0 -5
  939. package/esm2022/progress-ring/qualcomm-ui-angular-progress-ring.js.map +0 -1
  940. package/esm2022/qualcomm-ui-angular.js +0 -5
  941. package/esm2022/qualcomm-ui-angular.js.map +0 -1
  942. package/esm2022/radio/index.js +0 -9
  943. package/esm2022/radio/index.js.map +0 -1
  944. package/esm2022/radio/qds-radio-context.service.js +0 -14
  945. package/esm2022/radio/qds-radio-context.service.js.map +0 -1
  946. package/esm2022/radio/qualcomm-ui-angular-radio.js +0 -5
  947. package/esm2022/radio/qualcomm-ui-angular-radio.js.map +0 -1
  948. package/esm2022/radio/radio-control.directive.js +0 -23
  949. package/esm2022/radio/radio-control.directive.js.map +0 -1
  950. package/esm2022/radio/radio-group/index.js +0 -5
  951. package/esm2022/radio/radio-group/index.js.map +0 -1
  952. package/esm2022/radio/radio-group/radio-group-error-text.component.js +0 -38
  953. package/esm2022/radio/radio-group/radio-group-error-text.component.js.map +0 -1
  954. package/esm2022/radio/radio-group/radio-group-items.directive.js +0 -23
  955. package/esm2022/radio/radio-group/radio-group-items.directive.js.map +0 -1
  956. package/esm2022/radio/radio-group/radio-group-label.directive.js +0 -23
  957. package/esm2022/radio/radio-group/radio-group-label.directive.js.map +0 -1
  958. package/esm2022/radio/radio-group/radio-group-root.directive.js +0 -33
  959. package/esm2022/radio/radio-group/radio-group-root.directive.js.map +0 -1
  960. package/esm2022/radio/radio-hidden-input.directive.js +0 -23
  961. package/esm2022/radio/radio-hidden-input.directive.js.map +0 -1
  962. package/esm2022/radio/radio-label.directive.js +0 -23
  963. package/esm2022/radio/radio-label.directive.js.map +0 -1
  964. package/esm2022/radio/radio-root.directive.js +0 -37
  965. package/esm2022/radio/radio-root.directive.js.map +0 -1
  966. package/esm2022/radio/radio.component.js +0 -57
  967. package/esm2022/radio/radio.component.js.map +0 -1
  968. package/esm2022/radio/radio.module.js +0 -62
  969. package/esm2022/radio/radio.module.js.map +0 -1
  970. package/esm2022/segmented-control/index.js +0 -8
  971. package/esm2022/segmented-control/index.js.map +0 -1
  972. package/esm2022/segmented-control/qds-segmented-control-context.service.js +0 -14
  973. package/esm2022/segmented-control/qds-segmented-control-context.service.js.map +0 -1
  974. package/esm2022/segmented-control/qualcomm-ui-angular-segmented-control.js +0 -5
  975. package/esm2022/segmented-control/qualcomm-ui-angular-segmented-control.js.map +0 -1
  976. package/esm2022/segmented-control/segmented-control-hidden-input.directive.js +0 -26
  977. package/esm2022/segmented-control/segmented-control-hidden-input.directive.js.map +0 -1
  978. package/esm2022/segmented-control/segmented-control-item-root.directive.js +0 -25
  979. package/esm2022/segmented-control/segmented-control-item-root.directive.js.map +0 -1
  980. package/esm2022/segmented-control/segmented-control-item-text.directive.js +0 -26
  981. package/esm2022/segmented-control/segmented-control-item-text.directive.js.map +0 -1
  982. package/esm2022/segmented-control/segmented-control-item.component.js +0 -53
  983. package/esm2022/segmented-control/segmented-control-item.component.js.map +0 -1
  984. package/esm2022/segmented-control/segmented-control.directive.js +0 -54
  985. package/esm2022/segmented-control/segmented-control.directive.js.map +0 -1
  986. package/esm2022/segmented-control/segmented-control.module.js +0 -44
  987. package/esm2022/segmented-control/segmented-control.module.js.map +0 -1
  988. package/esm2022/select/index.js +0 -21
  989. package/esm2022/select/index.js.map +0 -1
  990. package/esm2022/select/qds-select-context.service.js +0 -14
  991. package/esm2022/select/qds-select-context.service.js.map +0 -1
  992. package/esm2022/select/qualcomm-ui-angular-select.js +0 -5
  993. package/esm2022/select/qualcomm-ui-angular-select.js.map +0 -1
  994. package/esm2022/select/select-clear-trigger.directive.js +0 -36
  995. package/esm2022/select/select-clear-trigger.directive.js.map +0 -1
  996. package/esm2022/select/select-content.directive.js +0 -23
  997. package/esm2022/select/select-content.directive.js.map +0 -1
  998. package/esm2022/select/select-context.directive.js +0 -29
  999. package/esm2022/select/select-context.directive.js.map +0 -1
  1000. package/esm2022/select/select-control.directive.js +0 -44
  1001. package/esm2022/select/select-control.directive.js.map +0 -1
  1002. package/esm2022/select/select-error-indicator.directive.js +0 -40
  1003. package/esm2022/select/select-error-indicator.directive.js.map +0 -1
  1004. package/esm2022/select/select-error-text.directive.js +0 -39
  1005. package/esm2022/select/select-error-text.directive.js.map +0 -1
  1006. package/esm2022/select/select-hidden-select.directive.js +0 -42
  1007. package/esm2022/select/select-hidden-select.directive.js.map +0 -1
  1008. package/esm2022/select/select-hint.directive.js +0 -23
  1009. package/esm2022/select/select-hint.directive.js.map +0 -1
  1010. package/esm2022/select/select-indicator.directive.js +0 -46
  1011. package/esm2022/select/select-indicator.directive.js.map +0 -1
  1012. package/esm2022/select/select-item-indicator.directive.js +0 -36
  1013. package/esm2022/select/select-item-indicator.directive.js.map +0 -1
  1014. package/esm2022/select/select-item-text.directive.js +0 -23
  1015. package/esm2022/select/select-item-text.directive.js.map +0 -1
  1016. package/esm2022/select/select-item.directive.js +0 -24
  1017. package/esm2022/select/select-item.directive.js.map +0 -1
  1018. package/esm2022/select/select-items.component.js +0 -42
  1019. package/esm2022/select/select-items.component.js.map +0 -1
  1020. package/esm2022/select/select-label.directive.js +0 -49
  1021. package/esm2022/select/select-label.directive.js.map +0 -1
  1022. package/esm2022/select/select-positioner.directive.js +0 -23
  1023. package/esm2022/select/select-positioner.directive.js.map +0 -1
  1024. package/esm2022/select/select-root.directive.js +0 -55
  1025. package/esm2022/select/select-root.directive.js.map +0 -1
  1026. package/esm2022/select/select-value-text.directive.js +0 -59
  1027. package/esm2022/select/select-value-text.directive.js.map +0 -1
  1028. package/esm2022/select/select.component.js +0 -226
  1029. package/esm2022/select/select.component.js.map +0 -1
  1030. package/esm2022/select/select.module.js +0 -112
  1031. package/esm2022/select/select.module.js.map +0 -1
  1032. package/esm2022/switch/index.js +0 -10
  1033. package/esm2022/switch/index.js.map +0 -1
  1034. package/esm2022/switch/qds-switch-context.service.js +0 -14
  1035. package/esm2022/switch/qds-switch-context.service.js.map +0 -1
  1036. package/esm2022/switch/qualcomm-ui-angular-switch.js +0 -5
  1037. package/esm2022/switch/qualcomm-ui-angular-switch.js.map +0 -1
  1038. package/esm2022/switch/switch-control.component.js +0 -33
  1039. package/esm2022/switch/switch-control.component.js.map +0 -1
  1040. package/esm2022/switch/switch-error-text.component.js +0 -38
  1041. package/esm2022/switch/switch-error-text.component.js.map +0 -1
  1042. package/esm2022/switch/switch-hidden-input.directive.js +0 -28
  1043. package/esm2022/switch/switch-hidden-input.directive.js.map +0 -1
  1044. package/esm2022/switch/switch-label.directive.js +0 -23
  1045. package/esm2022/switch/switch-label.directive.js.map +0 -1
  1046. package/esm2022/switch/switch-root.directive.js +0 -33
  1047. package/esm2022/switch/switch-root.directive.js.map +0 -1
  1048. package/esm2022/switch/switch-thumb.directive.js +0 -23
  1049. package/esm2022/switch/switch-thumb.directive.js.map +0 -1
  1050. package/esm2022/switch/switch.component.js +0 -100
  1051. package/esm2022/switch/switch.component.js.map +0 -1
  1052. package/esm2022/switch/switch.module.js +0 -55
  1053. package/esm2022/switch/switch.module.js.map +0 -1
  1054. package/esm2022/table/components/custom/cell-component-context.directive.js +0 -13
  1055. package/esm2022/table/components/custom/cell-component-context.directive.js.map +0 -1
  1056. package/esm2022/table/components/custom/index.js +0 -2
  1057. package/esm2022/table/components/custom/index.js.map +0 -1
  1058. package/esm2022/table/components/index.js +0 -29
  1059. package/esm2022/table/components/index.js.map +0 -1
  1060. package/esm2022/table/components/qds-table-api.js +0 -6
  1061. package/esm2022/table/components/qds-table-api.js.map +0 -1
  1062. package/esm2022/table/components/renderers/index.js +0 -4
  1063. package/esm2022/table/components/renderers/index.js.map +0 -1
  1064. package/esm2022/table/components/renderers/render-cell.directive.js +0 -78
  1065. package/esm2022/table/components/renderers/render-cell.directive.js.map +0 -1
  1066. package/esm2022/table/components/renderers/render-footer.directive.js +0 -53
  1067. package/esm2022/table/components/renderers/render-footer.directive.js.map +0 -1
  1068. package/esm2022/table/components/renderers/render-header.directive.js +0 -53
  1069. package/esm2022/table/components/renderers/render-header.directive.js.map +0 -1
  1070. package/esm2022/table/components/table-action-bar.directive.js +0 -24
  1071. package/esm2022/table/components/table-action-bar.directive.js.map +0 -1
  1072. package/esm2022/table/components/table-body.directive.js +0 -24
  1073. package/esm2022/table/components/table-body.directive.js.map +0 -1
  1074. package/esm2022/table/components/table-cell-action.directive.js +0 -46
  1075. package/esm2022/table/components/table-cell-action.directive.js.map +0 -1
  1076. package/esm2022/table/components/table-cell.directive.js +0 -28
  1077. package/esm2022/table/components/table-cell.directive.js.map +0 -1
  1078. package/esm2022/table/components/table-column-drag-handle.directive.js +0 -51
  1079. package/esm2022/table/components/table-column-drag-handle.directive.js.map +0 -1
  1080. package/esm2022/table/components/table-column-drag-preview.directive.js +0 -25
  1081. package/esm2022/table/components/table-column-drag-preview.directive.js.map +0 -1
  1082. package/esm2022/table/components/table-column-drop-indicator.directive.js +0 -42
  1083. package/esm2022/table/components/table-column-drop-indicator.directive.js.map +0 -1
  1084. package/esm2022/table/components/table-column-filter-action.directive.js +0 -62
  1085. package/esm2022/table/components/table-column-filter-action.directive.js.map +0 -1
  1086. package/esm2022/table/components/table-column-header-action.directive.js +0 -46
  1087. package/esm2022/table/components/table-column-header-action.directive.js.map +0 -1
  1088. package/esm2022/table/components/table-column-resize-handle.directive.js +0 -57
  1089. package/esm2022/table/components/table-column-resize-handle.directive.js.map +0 -1
  1090. package/esm2022/table/components/table-column-sort-action.directive.js +0 -60
  1091. package/esm2022/table/components/table-column-sort-action.directive.js.map +0 -1
  1092. package/esm2022/table/components/table-footer.directive.js +0 -24
  1093. package/esm2022/table/components/table-footer.directive.js.map +0 -1
  1094. package/esm2022/table/components/table-header-cell.directive.js +0 -51
  1095. package/esm2022/table/components/table-header-cell.directive.js.map +0 -1
  1096. package/esm2022/table/components/table-header.directive.js +0 -24
  1097. package/esm2022/table/components/table-header.directive.js.map +0 -1
  1098. package/esm2022/table/components/table-pagination.directive.js +0 -22
  1099. package/esm2022/table/components/table-pagination.directive.js.map +0 -1
  1100. package/esm2022/table/components/table-root.directive.js +0 -38
  1101. package/esm2022/table/components/table-root.directive.js.map +0 -1
  1102. package/esm2022/table/components/table-row-drag-handle.directive.js +0 -51
  1103. package/esm2022/table/components/table-row-drag-handle.directive.js.map +0 -1
  1104. package/esm2022/table/components/table-row-drag-preview.directive.js +0 -24
  1105. package/esm2022/table/components/table-row-drag-preview.directive.js.map +0 -1
  1106. package/esm2022/table/components/table-row-drop-indicator.directive.js +0 -42
  1107. package/esm2022/table/components/table-row-drop-indicator.directive.js.map +0 -1
  1108. package/esm2022/table/components/table-row-expand-button.directive.js +0 -57
  1109. package/esm2022/table/components/table-row-expand-button.directive.js.map +0 -1
  1110. package/esm2022/table/components/table-row.directive.js +0 -44
  1111. package/esm2022/table/components/table-row.directive.js.map +0 -1
  1112. package/esm2022/table/components/table-scroll-container.directive.js +0 -24
  1113. package/esm2022/table/components/table-scroll-container.directive.js.map +0 -1
  1114. package/esm2022/table/components/table-table.directive.js +0 -24
  1115. package/esm2022/table/components/table-table.directive.js.map +0 -1
  1116. package/esm2022/table/components/table-title-bar.directive.js +0 -24
  1117. package/esm2022/table/components/table-title-bar.directive.js.map +0 -1
  1118. package/esm2022/table/components/table.module.js +0 -153
  1119. package/esm2022/table/components/table.module.js.map +0 -1
  1120. package/esm2022/table/index.js +0 -4
  1121. package/esm2022/table/index.js.map +0 -1
  1122. package/esm2022/table/model/create-angular-table.js +0 -52
  1123. package/esm2022/table/model/create-angular-table.js.map +0 -1
  1124. package/esm2022/table/model/create-pagination-helper.js +0 -26
  1125. package/esm2022/table/model/create-pagination-helper.js.map +0 -1
  1126. package/esm2022/table/model/index.js +0 -3
  1127. package/esm2022/table/model/index.js.map +0 -1
  1128. package/esm2022/table/model/lazy-signal-initializer.js +0 -45
  1129. package/esm2022/table/model/lazy-signal-initializer.js.map +0 -1
  1130. package/esm2022/table/model/proxify-table.js +0 -83
  1131. package/esm2022/table/model/proxify-table.js.map +0 -1
  1132. package/esm2022/table/qualcomm-ui-angular-table.js +0 -5
  1133. package/esm2022/table/qualcomm-ui-angular-table.js.map +0 -1
  1134. package/esm2022/table/types/context.js +0 -4
  1135. package/esm2022/table/types/context.js.map +0 -1
  1136. package/esm2022/table/types/index.js +0 -2
  1137. package/esm2022/table/types/index.js.map +0 -1
  1138. package/esm2022/tabs/index.js +0 -11
  1139. package/esm2022/tabs/index.js.map +0 -1
  1140. package/esm2022/tabs/qds-tabs-context.service.js +0 -14
  1141. package/esm2022/tabs/qds-tabs-context.service.js.map +0 -1
  1142. package/esm2022/tabs/qualcomm-ui-angular-tabs.js +0 -5
  1143. package/esm2022/tabs/qualcomm-ui-angular-tabs.js.map +0 -1
  1144. package/esm2022/tabs/tab-button.directive.js +0 -130
  1145. package/esm2022/tabs/tab-button.directive.js.map +0 -1
  1146. package/esm2022/tabs/tab-dismiss-button.directive.js +0 -40
  1147. package/esm2022/tabs/tab-dismiss-button.directive.js.map +0 -1
  1148. package/esm2022/tabs/tab-root.directive.js +0 -24
  1149. package/esm2022/tabs/tab-root.directive.js.map +0 -1
  1150. package/esm2022/tabs/tabs-context.directive.js +0 -40
  1151. package/esm2022/tabs/tabs-context.directive.js.map +0 -1
  1152. package/esm2022/tabs/tabs-indicator.directive.js +0 -23
  1153. package/esm2022/tabs/tabs-indicator.directive.js.map +0 -1
  1154. package/esm2022/tabs/tabs-list.directive.js +0 -35
  1155. package/esm2022/tabs/tabs-list.directive.js.map +0 -1
  1156. package/esm2022/tabs/tabs-panel.directive.js +0 -25
  1157. package/esm2022/tabs/tabs-panel.directive.js.map +0 -1
  1158. package/esm2022/tabs/tabs-root.directive.js +0 -73
  1159. package/esm2022/tabs/tabs-root.directive.js.map +0 -1
  1160. package/esm2022/tabs/tabs.module.js +0 -60
  1161. package/esm2022/tabs/tabs.module.js.map +0 -1
  1162. package/esm2022/tag/index.js +0 -3
  1163. package/esm2022/tag/index.js.map +0 -1
  1164. package/esm2022/tag/qds-tag-context.service.js +0 -14
  1165. package/esm2022/tag/qds-tag-context.service.js.map +0 -1
  1166. package/esm2022/tag/qualcomm-ui-angular-tag.js +0 -5
  1167. package/esm2022/tag/qualcomm-ui-angular-tag.js.map +0 -1
  1168. package/esm2022/tag/tag.directive.js.map +0 -1
  1169. package/esm2022/text-area/index.js +0 -2
  1170. package/esm2022/text-area/index.js.map +0 -1
  1171. package/esm2022/text-area/qualcomm-ui-angular-text-area.js +0 -5
  1172. package/esm2022/text-area/qualcomm-ui-angular-text-area.js.map +0 -1
  1173. package/esm2022/text-input/index.js +0 -11
  1174. package/esm2022/text-input/index.js.map +0 -1
  1175. package/esm2022/text-input/qualcomm-ui-angular-text-input.js +0 -5
  1176. package/esm2022/text-input/qualcomm-ui-angular-text-input.js.map +0 -1
  1177. package/esm2022/text-input/text-input-clear-trigger.directive.js +0 -36
  1178. package/esm2022/text-input/text-input-clear-trigger.directive.js.map +0 -1
  1179. package/esm2022/text-input/text-input-error-indicator.directive.js +0 -43
  1180. package/esm2022/text-input/text-input-error-indicator.directive.js.map +0 -1
  1181. package/esm2022/text-input/text-input-error-text.directive.js +0 -42
  1182. package/esm2022/text-input/text-input-error-text.directive.js.map +0 -1
  1183. package/esm2022/text-input/text-input-hint.directive.js +0 -26
  1184. package/esm2022/text-input/text-input-hint.directive.js.map +0 -1
  1185. package/esm2022/text-input/text-input-input-group.directive.js +0 -52
  1186. package/esm2022/text-input/text-input-input-group.directive.js.map +0 -1
  1187. package/esm2022/text-input/text-input-input.directive.js +0 -32
  1188. package/esm2022/text-input/text-input-input.directive.js.map +0 -1
  1189. package/esm2022/text-input/text-input-label.directive.js +0 -50
  1190. package/esm2022/text-input/text-input-label.directive.js.map +0 -1
  1191. package/esm2022/text-input/text-input-root.directive.js +0 -71
  1192. package/esm2022/text-input/text-input-root.directive.js.map +0 -1
  1193. package/esm2022/text-input/text-input.component.js +0 -156
  1194. package/esm2022/text-input/text-input.component.js.map +0 -1
  1195. package/esm2022/text-input/text-input.module.js +0 -75
  1196. package/esm2022/text-input/text-input.module.js.map +0 -1
  1197. package/esm2022/theme/index.js +0 -3
  1198. package/esm2022/theme/index.js.map +0 -1
  1199. package/esm2022/theme/qds-theme-providers.js +0 -73
  1200. package/esm2022/theme/qds-theme-providers.js.map +0 -1
  1201. package/esm2022/theme/qds-theme.service.js.map +0 -1
  1202. package/esm2022/theme/qds-theme.types.js +0 -4
  1203. package/esm2022/theme/qds-theme.types.js.map +0 -1
  1204. package/esm2022/theme/qualcomm-ui-angular-theme.js +0 -5
  1205. package/esm2022/theme/qualcomm-ui-angular-theme.js.map +0 -1
  1206. package/esm2022/toast/create-toaster.js +0 -7
  1207. package/esm2022/toast/create-toaster.js.map +0 -1
  1208. package/esm2022/toast/index.js +0 -14
  1209. package/esm2022/toast/index.js.map +0 -1
  1210. package/esm2022/toast/qds-toast-context.service.js +0 -14
  1211. package/esm2022/toast/qds-toast-context.service.js.map +0 -1
  1212. package/esm2022/toast/qualcomm-ui-angular-toast.js +0 -5
  1213. package/esm2022/toast/qualcomm-ui-angular-toast.js.map +0 -1
  1214. package/esm2022/toast/toast-action.directive.js +0 -23
  1215. package/esm2022/toast/toast-action.directive.js.map +0 -1
  1216. package/esm2022/toast/toast-close-button.directive.js +0 -44
  1217. package/esm2022/toast/toast-close-button.directive.js.map +0 -1
  1218. package/esm2022/toast/toast-context.directive.js +0 -23
  1219. package/esm2022/toast/toast-context.directive.js.map +0 -1
  1220. package/esm2022/toast/toast-description.directive.js +0 -23
  1221. package/esm2022/toast/toast-description.directive.js.map +0 -1
  1222. package/esm2022/toast/toast-icon.directive.js +0 -60
  1223. package/esm2022/toast/toast-icon.directive.js.map +0 -1
  1224. package/esm2022/toast/toast-label.directive.js +0 -23
  1225. package/esm2022/toast/toast-label.directive.js.map +0 -1
  1226. package/esm2022/toast/toast-provider.directive.js +0 -34
  1227. package/esm2022/toast/toast-provider.directive.js.map +0 -1
  1228. package/esm2022/toast/toast-root.directive.js +0 -46
  1229. package/esm2022/toast/toast-root.directive.js.map +0 -1
  1230. package/esm2022/toast/toast.module.js +0 -77
  1231. package/esm2022/toast/toast.module.js.map +0 -1
  1232. package/esm2022/toast/toaster.directive.js +0 -124
  1233. package/esm2022/toast/toaster.directive.js.map +0 -1
  1234. package/esm2022/toast/toaster.service.js +0 -24
  1235. package/esm2022/toast/toaster.service.js.map +0 -1
  1236. package/esm2022/tooltip/index.js +0 -11
  1237. package/esm2022/tooltip/index.js.map +0 -1
  1238. package/esm2022/tooltip/qualcomm-ui-angular-tooltip.js +0 -5
  1239. package/esm2022/tooltip/qualcomm-ui-angular-tooltip.js.map +0 -1
  1240. package/esm2022/tooltip/tooltip-arrow-tip.directive.js +0 -22
  1241. package/esm2022/tooltip/tooltip-arrow-tip.directive.js.map +0 -1
  1242. package/esm2022/tooltip/tooltip-arrow.directive.js +0 -32
  1243. package/esm2022/tooltip/tooltip-arrow.directive.js.map +0 -1
  1244. package/esm2022/tooltip/tooltip-content.directive.js +0 -22
  1245. package/esm2022/tooltip/tooltip-content.directive.js.map +0 -1
  1246. package/esm2022/tooltip/tooltip-context.directive.js +0 -28
  1247. package/esm2022/tooltip/tooltip-context.directive.js.map +0 -1
  1248. package/esm2022/tooltip/tooltip-floating-portal.component.js +0 -81
  1249. package/esm2022/tooltip/tooltip-floating-portal.component.js.map +0 -1
  1250. package/esm2022/tooltip/tooltip-positioner.directive.js +0 -22
  1251. package/esm2022/tooltip/tooltip-positioner.directive.js.map +0 -1
  1252. package/esm2022/tooltip/tooltip-root.directive.js +0 -18
  1253. package/esm2022/tooltip/tooltip-root.directive.js.map +0 -1
  1254. package/esm2022/tooltip/tooltip-trigger.directive.js +0 -17
  1255. package/esm2022/tooltip/tooltip-trigger.directive.js.map +0 -1
  1256. package/esm2022/tooltip/tooltip.directive.js +0 -67
  1257. package/esm2022/tooltip/tooltip.directive.js.map +0 -1
  1258. package/esm2022/tooltip/tooltip.module.js +0 -66
  1259. package/esm2022/tooltip/tooltip.module.js.map +0 -1
  1260. package/esm2022/tree/index.js +0 -2
  1261. package/esm2022/tree/index.js.map +0 -1
  1262. package/esm2022/tree/qualcomm-ui-angular-tree.js +0 -5
  1263. package/esm2022/tree/qualcomm-ui-angular-tree.js.map +0 -1
  1264. package/footer/qualcomm-ui-angular-footer.d.ts +0 -6
  1265. package/footer/qualcomm-ui-angular-footer.d.ts.map +0 -1
  1266. package/header/qualcomm-ui-angular-header.d.ts +0 -6
  1267. package/header/qualcomm-ui-angular-header.d.ts.map +0 -1
  1268. package/icon/end-icon.directive.d.ts +0 -27
  1269. package/icon/end-icon.directive.d.ts.map +0 -1
  1270. package/icon/icon.directive.d.ts +0 -47
  1271. package/icon/icon.directive.d.ts.map +0 -1
  1272. package/icon/icon.tokens.d.ts +0 -8
  1273. package/icon/icon.tokens.d.ts.map +0 -1
  1274. package/icon/qualcomm-ui-angular-icon.d.ts +0 -6
  1275. package/icon/qualcomm-ui-angular-icon.d.ts.map +0 -1
  1276. package/icon/start-icon.directive.d.ts +0 -27
  1277. package/icon/start-icon.directive.d.ts.map +0 -1
  1278. package/icon/use-lucide-icon.d.ts +0 -36
  1279. package/icon/use-lucide-icon.d.ts.map +0 -1
  1280. package/inline-icon-button/inline-icon-button.component.d.ts +0 -42
  1281. package/inline-icon-button/inline-icon-button.component.d.ts.map +0 -1
  1282. package/inline-icon-button/qualcomm-ui-angular-inline-icon-button.d.ts +0 -6
  1283. package/inline-icon-button/qualcomm-ui-angular-inline-icon-button.d.ts.map +0 -1
  1284. package/inline-icon-button/use-inline-icon-button-api.d.ts +0 -5
  1285. package/inline-icon-button/use-inline-icon-button-api.d.ts.map +0 -1
  1286. package/inline-notification/inline-notification-action.directive.d.ts +0 -9
  1287. package/inline-notification/inline-notification-action.directive.d.ts.map +0 -1
  1288. package/inline-notification/inline-notification-close-button.directive.d.ts +0 -10
  1289. package/inline-notification/inline-notification-close-button.directive.d.ts.map +0 -1
  1290. package/inline-notification/inline-notification-description.directive.d.ts +0 -9
  1291. package/inline-notification/inline-notification-description.directive.d.ts.map +0 -1
  1292. package/inline-notification/inline-notification-icon.directive.d.ts +0 -12
  1293. package/inline-notification/inline-notification-icon.directive.d.ts.map +0 -1
  1294. package/inline-notification/inline-notification-label.directive.d.ts +0 -9
  1295. package/inline-notification/inline-notification-label.directive.d.ts.map +0 -1
  1296. package/inline-notification/inline-notification-root.directive.d.ts +0 -28
  1297. package/inline-notification/inline-notification-root.directive.d.ts.map +0 -1
  1298. package/inline-notification/inline-notification.directive.d.ts +0 -40
  1299. package/inline-notification/inline-notification.directive.d.ts.map +0 -1
  1300. package/inline-notification/inline-notification.module.d.ts +0 -17
  1301. package/inline-notification/inline-notification.module.d.ts.map +0 -1
  1302. package/inline-notification/qds-inline-notification-context.service.d.ts +0 -9
  1303. package/inline-notification/qds-inline-notification-context.service.d.ts.map +0 -1
  1304. package/inline-notification/qualcomm-ui-angular-inline-notification.d.ts +0 -6
  1305. package/inline-notification/qualcomm-ui-angular-inline-notification.d.ts.map +0 -1
  1306. package/input/error-text.component.d.ts +0 -37
  1307. package/input/error-text.component.d.ts.map +0 -1
  1308. package/input/hint.directive.d.ts +0 -30
  1309. package/input/hint.directive.d.ts.map +0 -1
  1310. package/input/input-end-icon.component.d.ts +0 -16
  1311. package/input/input-end-icon.component.d.ts.map +0 -1
  1312. package/input/input-start-icon.component.d.ts +0 -28
  1313. package/input/input-start-icon.component.d.ts.map +0 -1
  1314. package/input/qds-input-context.service.d.ts +0 -14
  1315. package/input/qds-input-context.service.d.ts.map +0 -1
  1316. package/input/qualcomm-ui-angular-input.d.ts +0 -6
  1317. package/input/qualcomm-ui-angular-input.d.ts.map +0 -1
  1318. package/input/use-input-bindings.d.ts +0 -63
  1319. package/input/use-input-bindings.d.ts.map +0 -1
  1320. package/link/link.directive.d.ts +0 -62
  1321. package/link/link.directive.d.ts.map +0 -1
  1322. package/link/qualcomm-ui-angular-link.d.ts +0 -6
  1323. package/link/qualcomm-ui-angular-link.d.ts.map +0 -1
  1324. package/menu/menu-button.component.d.ts +0 -10
  1325. package/menu/menu-button.component.d.ts.map +0 -1
  1326. package/menu/menu-checkbox-item.directive.d.ts +0 -9
  1327. package/menu/menu-checkbox-item.directive.d.ts.map +0 -1
  1328. package/menu/menu-content.directive.d.ts +0 -9
  1329. package/menu/menu-content.directive.d.ts.map +0 -1
  1330. package/menu/menu-context-trigger.directive.d.ts +0 -7
  1331. package/menu/menu-context-trigger.directive.d.ts.map +0 -1
  1332. package/menu/menu-item-command.directive.d.ts +0 -13
  1333. package/menu/menu-item-command.directive.d.ts.map +0 -1
  1334. package/menu/menu-item-group-label.directive.d.ts +0 -9
  1335. package/menu/menu-item-group-label.directive.d.ts.map +0 -1
  1336. package/menu/menu-item-group.directive.d.ts +0 -9
  1337. package/menu/menu-item-group.directive.d.ts.map +0 -1
  1338. package/menu/menu-item-indicator.component.d.ts +0 -9
  1339. package/menu/menu-item-indicator.component.d.ts.map +0 -1
  1340. package/menu/menu-item-start-icon.component.d.ts +0 -15
  1341. package/menu/menu-item-start-icon.component.d.ts.map +0 -1
  1342. package/menu/menu-item.directive.d.ts +0 -10
  1343. package/menu/menu-item.directive.d.ts.map +0 -1
  1344. package/menu/menu-positioner.component.d.ts +0 -7
  1345. package/menu/menu-positioner.component.d.ts.map +0 -1
  1346. package/menu/menu-radio-item-group.directive.d.ts +0 -9
  1347. package/menu/menu-radio-item-group.directive.d.ts.map +0 -1
  1348. package/menu/menu-radio-item.directive.d.ts +0 -9
  1349. package/menu/menu-radio-item.directive.d.ts.map +0 -1
  1350. package/menu/menu-separator.directive.d.ts +0 -10
  1351. package/menu/menu-separator.directive.d.ts.map +0 -1
  1352. package/menu/menu-trigger-item-indicator.component.d.ts +0 -13
  1353. package/menu/menu-trigger-item-indicator.component.d.ts.map +0 -1
  1354. package/menu/menu-trigger-item.component.d.ts +0 -10
  1355. package/menu/menu-trigger-item.component.d.ts.map +0 -1
  1356. package/menu/menu-trigger.directive.d.ts +0 -11
  1357. package/menu/menu-trigger.directive.d.ts.map +0 -1
  1358. package/menu/menu.component.d.ts +0 -14
  1359. package/menu/menu.component.d.ts.map +0 -1
  1360. package/menu/menu.module.d.ts +0 -28
  1361. package/menu/menu.module.d.ts.map +0 -1
  1362. package/menu/qds-menu-context.service.d.ts +0 -9
  1363. package/menu/qds-menu-context.service.d.ts.map +0 -1
  1364. package/menu/qualcomm-ui-angular-menu.d.ts +0 -6
  1365. package/menu/qualcomm-ui-angular-menu.d.ts.map +0 -1
  1366. package/number-input/number-input-control.directive.d.ts +0 -21
  1367. package/number-input/number-input-control.directive.d.ts.map +0 -1
  1368. package/number-input/number-input-decrement-trigger.directive.d.ts +0 -10
  1369. package/number-input/number-input-decrement-trigger.directive.d.ts.map +0 -1
  1370. package/number-input/number-input-error-indicator.directive.d.ts +0 -17
  1371. package/number-input/number-input-error-indicator.directive.d.ts.map +0 -1
  1372. package/number-input/number-input-error-text.directive.d.ts +0 -9
  1373. package/number-input/number-input-error-text.directive.d.ts.map +0 -1
  1374. package/number-input/number-input-hint.directive.d.ts +0 -9
  1375. package/number-input/number-input-hint.directive.d.ts.map +0 -1
  1376. package/number-input/number-input-increment-trigger.directive.d.ts +0 -10
  1377. package/number-input/number-input-increment-trigger.directive.d.ts.map +0 -1
  1378. package/number-input/number-input-input-group.directive.d.ts +0 -10
  1379. package/number-input/number-input-input-group.directive.d.ts.map +0 -1
  1380. package/number-input/number-input-input.directive.d.ts +0 -9
  1381. package/number-input/number-input-input.directive.d.ts.map +0 -1
  1382. package/number-input/number-input-label.directive.d.ts +0 -9
  1383. package/number-input/number-input-label.directive.d.ts.map +0 -1
  1384. package/number-input/number-input-root.directive.d.ts +0 -56
  1385. package/number-input/number-input-root.directive.d.ts.map +0 -1
  1386. package/number-input/number-input.component.d.ts +0 -51
  1387. package/number-input/number-input.component.d.ts.map +0 -1
  1388. package/number-input/number-input.module.d.ts +0 -21
  1389. package/number-input/number-input.module.d.ts.map +0 -1
  1390. package/number-input/qds-number-input-context.service.d.ts +0 -9
  1391. package/number-input/qds-number-input-context.service.d.ts.map +0 -1
  1392. package/number-input/qualcomm-ui-angular-number-input.d.ts +0 -6
  1393. package/number-input/qualcomm-ui-angular-number-input.d.ts.map +0 -1
  1394. package/pagination/pagination-context.directive.d.ts +0 -15
  1395. package/pagination/pagination-context.directive.d.ts.map +0 -1
  1396. package/pagination/pagination-next-trigger.component.d.ts +0 -21
  1397. package/pagination/pagination-next-trigger.component.d.ts.map +0 -1
  1398. package/pagination/pagination-page-item.component.d.ts +0 -16
  1399. package/pagination/pagination-page-item.component.d.ts.map +0 -1
  1400. package/pagination/pagination-page-items.component.d.ts +0 -7
  1401. package/pagination/pagination-page-items.component.d.ts.map +0 -1
  1402. package/pagination/pagination-page-metadata.directive.d.ts +0 -14
  1403. package/pagination/pagination-page-metadata.directive.d.ts.map +0 -1
  1404. package/pagination/pagination-page-size-label.directive.d.ts +0 -14
  1405. package/pagination/pagination-page-size-label.directive.d.ts.map +0 -1
  1406. package/pagination/pagination-page-size.component.d.ts +0 -14
  1407. package/pagination/pagination-page-size.component.d.ts.map +0 -1
  1408. package/pagination/pagination-prev-trigger.component.d.ts +0 -21
  1409. package/pagination/pagination-prev-trigger.component.d.ts.map +0 -1
  1410. package/pagination/pagination-root.directive.d.ts +0 -14
  1411. package/pagination/pagination-root.directive.d.ts.map +0 -1
  1412. package/pagination/pagination.module.d.ts +0 -20
  1413. package/pagination/pagination.module.d.ts.map +0 -1
  1414. package/pagination/qualcomm-ui-angular-pagination.d.ts +0 -6
  1415. package/pagination/qualcomm-ui-angular-pagination.d.ts.map +0 -1
  1416. package/password-input/password-input-clear-trigger.directive.d.ts +0 -9
  1417. package/password-input/password-input-clear-trigger.directive.d.ts.map +0 -1
  1418. package/password-input/password-input-error-indicator.directive.d.ts +0 -16
  1419. package/password-input/password-input-error-indicator.directive.d.ts.map +0 -1
  1420. package/password-input/password-input-error-text.directive.d.ts +0 -16
  1421. package/password-input/password-input-error-text.directive.d.ts.map +0 -1
  1422. package/password-input/password-input-hint.directive.d.ts +0 -9
  1423. package/password-input/password-input-hint.directive.d.ts.map +0 -1
  1424. package/password-input/password-input-input-group.directive.d.ts +0 -9
  1425. package/password-input/password-input-input-group.directive.d.ts.map +0 -1
  1426. package/password-input/password-input-input.directive.d.ts +0 -9
  1427. package/password-input/password-input-input.directive.d.ts.map +0 -1
  1428. package/password-input/password-input-label.directive.d.ts +0 -9
  1429. package/password-input/password-input-label.directive.d.ts.map +0 -1
  1430. package/password-input/password-input-root.directive.d.ts +0 -37
  1431. package/password-input/password-input-root.directive.d.ts.map +0 -1
  1432. package/password-input/password-input-visibility-trigger.directive.d.ts +0 -24
  1433. package/password-input/password-input-visibility-trigger.directive.d.ts.map +0 -1
  1434. package/password-input/password-input.component.d.ts +0 -72
  1435. package/password-input/password-input.component.d.ts.map +0 -1
  1436. package/password-input/password-input.module.d.ts +0 -20
  1437. package/password-input/password-input.module.d.ts.map +0 -1
  1438. package/password-input/qualcomm-ui-angular-password-input.d.ts +0 -6
  1439. package/password-input/qualcomm-ui-angular-password-input.d.ts.map +0 -1
  1440. package/popover/popover-anchor.directive.d.ts +0 -7
  1441. package/popover/popover-anchor.directive.d.ts.map +0 -1
  1442. package/popover/popover-arrow-tip.directive.d.ts +0 -17
  1443. package/popover/popover-arrow-tip.directive.d.ts.map +0 -1
  1444. package/popover/popover-arrow.directive.d.ts +0 -17
  1445. package/popover/popover-arrow.directive.d.ts.map +0 -1
  1446. package/popover/popover-close-trigger.directive.d.ts +0 -17
  1447. package/popover/popover-close-trigger.directive.d.ts.map +0 -1
  1448. package/popover/popover-content.directive.d.ts +0 -17
  1449. package/popover/popover-content.directive.d.ts.map +0 -1
  1450. package/popover/popover-context.directive.d.ts +0 -15
  1451. package/popover/popover-context.directive.d.ts.map +0 -1
  1452. package/popover/popover-description.directive.d.ts +0 -17
  1453. package/popover/popover-description.directive.d.ts.map +0 -1
  1454. package/popover/popover-label.directive.d.ts +0 -17
  1455. package/popover/popover-label.directive.d.ts.map +0 -1
  1456. package/popover/popover-positioner.directive.d.ts +0 -7
  1457. package/popover/popover-positioner.directive.d.ts.map +0 -1
  1458. package/popover/popover-root.directive.d.ts +0 -7
  1459. package/popover/popover-root.directive.d.ts.map +0 -1
  1460. package/popover/popover-trigger.directive.d.ts +0 -17
  1461. package/popover/popover-trigger.directive.d.ts.map +0 -1
  1462. package/popover/popover.directive.d.ts +0 -24
  1463. package/popover/popover.directive.d.ts.map +0 -1
  1464. package/popover/popover.module.d.ts +0 -20
  1465. package/popover/popover.module.d.ts.map +0 -1
  1466. package/popover/qualcomm-ui-angular-popover.d.ts +0 -6
  1467. package/popover/qualcomm-ui-angular-popover.d.ts.map +0 -1
  1468. package/progress/progress-bar.directive.d.ts +0 -9
  1469. package/progress/progress-bar.directive.d.ts.map +0 -1
  1470. package/progress/progress-context.directive.d.ts +0 -16
  1471. package/progress/progress-context.directive.d.ts.map +0 -1
  1472. package/progress/progress-error-text.directive.d.ts +0 -16
  1473. package/progress/progress-error-text.directive.d.ts.map +0 -1
  1474. package/progress/progress-hint.directive.d.ts +0 -9
  1475. package/progress/progress-hint.directive.d.ts.map +0 -1
  1476. package/progress/progress-label.directive.d.ts +0 -9
  1477. package/progress/progress-label.directive.d.ts.map +0 -1
  1478. package/progress/progress-root.directive.d.ts +0 -35
  1479. package/progress/progress-root.directive.d.ts.map +0 -1
  1480. package/progress/progress-track.directive.d.ts +0 -9
  1481. package/progress/progress-track.directive.d.ts.map +0 -1
  1482. package/progress/progress-value-text.directive.d.ts +0 -9
  1483. package/progress/progress-value-text.directive.d.ts.map +0 -1
  1484. package/progress/progress.directive.d.ts +0 -47
  1485. package/progress/progress.directive.d.ts.map +0 -1
  1486. package/progress/progress.module.d.ts +0 -17
  1487. package/progress/progress.module.d.ts.map +0 -1
  1488. package/progress/qds-progress-context.service.d.ts +0 -9
  1489. package/progress/qds-progress-context.service.d.ts.map +0 -1
  1490. package/progress/qualcomm-ui-angular-progress.d.ts +0 -6
  1491. package/progress/qualcomm-ui-angular-progress.d.ts.map +0 -1
  1492. package/progress-ring/progress-ring-bar.directive.d.ts +0 -9
  1493. package/progress-ring/progress-ring-bar.directive.d.ts.map +0 -1
  1494. package/progress-ring/progress-ring-circle-container.directive.d.ts +0 -13
  1495. package/progress-ring/progress-ring-circle-container.directive.d.ts.map +0 -1
  1496. package/progress-ring/progress-ring-circle.directive.d.ts +0 -9
  1497. package/progress-ring/progress-ring-circle.directive.d.ts.map +0 -1
  1498. package/progress-ring/progress-ring-context.directive.d.ts +0 -16
  1499. package/progress-ring/progress-ring-context.directive.d.ts.map +0 -1
  1500. package/progress-ring/progress-ring-error-text.directive.d.ts +0 -9
  1501. package/progress-ring/progress-ring-error-text.directive.d.ts.map +0 -1
  1502. package/progress-ring/progress-ring-label.directive.d.ts +0 -9
  1503. package/progress-ring/progress-ring-label.directive.d.ts.map +0 -1
  1504. package/progress-ring/progress-ring-root.directive.d.ts +0 -31
  1505. package/progress-ring/progress-ring-root.directive.d.ts.map +0 -1
  1506. package/progress-ring/progress-ring-track.directive.d.ts +0 -9
  1507. package/progress-ring/progress-ring-track.directive.d.ts.map +0 -1
  1508. package/progress-ring/progress-ring-value-text.directive.d.ts +0 -9
  1509. package/progress-ring/progress-ring-value-text.directive.d.ts.map +0 -1
  1510. package/progress-ring/progress-ring.directive.d.ts +0 -27
  1511. package/progress-ring/progress-ring.directive.d.ts.map +0 -1
  1512. package/progress-ring/progress-ring.module.d.ts +0 -17
  1513. package/progress-ring/progress-ring.module.d.ts.map +0 -1
  1514. package/progress-ring/qds-progress-ring-context.service.d.ts +0 -9
  1515. package/progress-ring/qds-progress-ring-context.service.d.ts.map +0 -1
  1516. package/progress-ring/qualcomm-ui-angular-progress-ring.d.ts +0 -6
  1517. package/progress-ring/qualcomm-ui-angular-progress-ring.d.ts.map +0 -1
  1518. package/qualcomm-ui-angular.d.ts +0 -6
  1519. package/qualcomm-ui-angular.d.ts.map +0 -1
  1520. package/radio/qds-radio-context.service.d.ts +0 -9
  1521. package/radio/qds-radio-context.service.d.ts.map +0 -1
  1522. package/radio/qualcomm-ui-angular-radio.d.ts +0 -6
  1523. package/radio/qualcomm-ui-angular-radio.d.ts.map +0 -1
  1524. package/radio/radio-control.directive.d.ts +0 -9
  1525. package/radio/radio-control.directive.d.ts.map +0 -1
  1526. package/radio/radio-group/index.d.ts +0 -5
  1527. package/radio/radio-group/index.d.ts.map +0 -1
  1528. package/radio/radio-group/radio-group-error-text.component.d.ts +0 -16
  1529. package/radio/radio-group/radio-group-error-text.component.d.ts.map +0 -1
  1530. package/radio/radio-group/radio-group-items.directive.d.ts +0 -9
  1531. package/radio/radio-group/radio-group-items.directive.d.ts.map +0 -1
  1532. package/radio/radio-group/radio-group-label.directive.d.ts +0 -9
  1533. package/radio/radio-group/radio-group-label.directive.d.ts.map +0 -1
  1534. package/radio/radio-group/radio-group-root.directive.d.ts +0 -18
  1535. package/radio/radio-group/radio-group-root.directive.d.ts.map +0 -1
  1536. package/radio/radio-hidden-input.directive.d.ts +0 -9
  1537. package/radio/radio-hidden-input.directive.d.ts.map +0 -1
  1538. package/radio/radio-label.directive.d.ts +0 -9
  1539. package/radio/radio-label.directive.d.ts.map +0 -1
  1540. package/radio/radio-root.directive.d.ts +0 -19
  1541. package/radio/radio-root.directive.d.ts.map +0 -1
  1542. package/radio/radio.component.d.ts +0 -12
  1543. package/radio/radio.component.d.ts.map +0 -1
  1544. package/radio/radio.module.d.ts +0 -18
  1545. package/radio/radio.module.d.ts.map +0 -1
  1546. package/segmented-control/qds-segmented-control-context.service.d.ts +0 -9
  1547. package/segmented-control/qds-segmented-control-context.service.d.ts.map +0 -1
  1548. package/segmented-control/qualcomm-ui-angular-segmented-control.d.ts +0 -6
  1549. package/segmented-control/qualcomm-ui-angular-segmented-control.d.ts.map +0 -1
  1550. package/segmented-control/segmented-control-hidden-input.directive.d.ts +0 -12
  1551. package/segmented-control/segmented-control-hidden-input.directive.d.ts.map +0 -1
  1552. package/segmented-control/segmented-control-item-root.directive.d.ts +0 -9
  1553. package/segmented-control/segmented-control-item-root.directive.d.ts.map +0 -1
  1554. package/segmented-control/segmented-control-item-text.directive.d.ts +0 -12
  1555. package/segmented-control/segmented-control-item-text.directive.d.ts.map +0 -1
  1556. package/segmented-control/segmented-control-item.component.d.ts +0 -11
  1557. package/segmented-control/segmented-control-item.component.d.ts.map +0 -1
  1558. package/segmented-control/segmented-control.directive.d.ts +0 -26
  1559. package/segmented-control/segmented-control.directive.d.ts.map +0 -1
  1560. package/segmented-control/segmented-control.module.d.ts +0 -13
  1561. package/segmented-control/segmented-control.module.d.ts.map +0 -1
  1562. package/select/qds-select-context.service.d.ts +0 -9
  1563. package/select/qds-select-context.service.d.ts.map +0 -1
  1564. package/select/qualcomm-ui-angular-select.d.ts +0 -6
  1565. package/select/qualcomm-ui-angular-select.d.ts.map +0 -1
  1566. package/select/select-clear-trigger.directive.d.ts +0 -10
  1567. package/select/select-clear-trigger.directive.d.ts.map +0 -1
  1568. package/select/select-content.directive.d.ts +0 -9
  1569. package/select/select-content.directive.d.ts.map +0 -1
  1570. package/select/select-context.directive.d.ts +0 -16
  1571. package/select/select-context.directive.d.ts.map +0 -1
  1572. package/select/select-control.directive.d.ts +0 -10
  1573. package/select/select-control.directive.d.ts.map +0 -1
  1574. package/select/select-error-indicator.directive.d.ts +0 -16
  1575. package/select/select-error-indicator.directive.d.ts.map +0 -1
  1576. package/select/select-error-text.directive.d.ts +0 -15
  1577. package/select/select-error-text.directive.d.ts.map +0 -1
  1578. package/select/select-hidden-select.directive.d.ts +0 -9
  1579. package/select/select-hidden-select.directive.d.ts.map +0 -1
  1580. package/select/select-hint.directive.d.ts +0 -9
  1581. package/select/select-hint.directive.d.ts.map +0 -1
  1582. package/select/select-indicator.directive.d.ts +0 -22
  1583. package/select/select-indicator.directive.d.ts.map +0 -1
  1584. package/select/select-item-indicator.directive.d.ts +0 -9
  1585. package/select/select-item-indicator.directive.d.ts.map +0 -1
  1586. package/select/select-item-text.directive.d.ts +0 -9
  1587. package/select/select-item-text.directive.d.ts.map +0 -1
  1588. package/select/select-item.directive.d.ts +0 -9
  1589. package/select/select-item.directive.d.ts.map +0 -1
  1590. package/select/select-items.component.d.ts +0 -7
  1591. package/select/select-items.component.d.ts.map +0 -1
  1592. package/select/select-label.directive.d.ts +0 -10
  1593. package/select/select-label.directive.d.ts.map +0 -1
  1594. package/select/select-positioner.directive.d.ts +0 -9
  1595. package/select/select-positioner.directive.d.ts.map +0 -1
  1596. package/select/select-root.directive.d.ts +0 -26
  1597. package/select/select-root.directive.d.ts.map +0 -1
  1598. package/select/select-value-text.directive.d.ts +0 -9
  1599. package/select/select-value-text.directive.d.ts.map +0 -1
  1600. package/select/select.component.d.ts +0 -60
  1601. package/select/select.component.d.ts.map +0 -1
  1602. package/select/select.module.d.ts +0 -29
  1603. package/select/select.module.d.ts.map +0 -1
  1604. package/switch/qds-switch-context.service.d.ts +0 -9
  1605. package/switch/qds-switch-context.service.d.ts.map +0 -1
  1606. package/switch/qualcomm-ui-angular-switch.d.ts +0 -6
  1607. package/switch/qualcomm-ui-angular-switch.d.ts.map +0 -1
  1608. package/switch/switch-control.component.d.ts +0 -9
  1609. package/switch/switch-control.component.d.ts.map +0 -1
  1610. package/switch/switch-error-text.component.d.ts +0 -16
  1611. package/switch/switch-error-text.component.d.ts.map +0 -1
  1612. package/switch/switch-hidden-input.directive.d.ts +0 -9
  1613. package/switch/switch-hidden-input.directive.d.ts.map +0 -1
  1614. package/switch/switch-label.directive.d.ts +0 -9
  1615. package/switch/switch-label.directive.d.ts.map +0 -1
  1616. package/switch/switch-root.directive.d.ts +0 -18
  1617. package/switch/switch-root.directive.d.ts.map +0 -1
  1618. package/switch/switch-thumb.directive.d.ts +0 -9
  1619. package/switch/switch-thumb.directive.d.ts.map +0 -1
  1620. package/switch/switch.component.d.ts +0 -35
  1621. package/switch/switch.component.d.ts.map +0 -1
  1622. package/switch/switch.module.d.ts +0 -16
  1623. package/switch/switch.module.d.ts.map +0 -1
  1624. package/table/components/custom/cell-component-context.directive.d.ts +0 -9
  1625. package/table/components/custom/cell-component-context.directive.d.ts.map +0 -1
  1626. package/table/components/custom/index.d.ts +0 -2
  1627. package/table/components/custom/index.d.ts.map +0 -1
  1628. package/table/components/index.d.ts +0 -29
  1629. package/table/components/index.d.ts.map +0 -1
  1630. package/table/components/qds-table-api.d.ts +0 -2
  1631. package/table/components/qds-table-api.d.ts.map +0 -1
  1632. package/table/components/renderers/index.d.ts +0 -4
  1633. package/table/components/renderers/index.d.ts.map +0 -1
  1634. package/table/components/renderers/render-cell.directive.d.ts +0 -28
  1635. package/table/components/renderers/render-cell.directive.d.ts.map +0 -1
  1636. package/table/components/renderers/render-footer.directive.d.ts +0 -17
  1637. package/table/components/renderers/render-footer.directive.d.ts.map +0 -1
  1638. package/table/components/renderers/render-header.directive.d.ts +0 -17
  1639. package/table/components/renderers/render-header.directive.d.ts.map +0 -1
  1640. package/table/components/table-action-bar.directive.d.ts +0 -12
  1641. package/table/components/table-action-bar.directive.d.ts.map +0 -1
  1642. package/table/components/table-body.directive.d.ts +0 -12
  1643. package/table/components/table-body.directive.d.ts.map +0 -1
  1644. package/table/components/table-cell-action.directive.d.ts +0 -18
  1645. package/table/components/table-cell-action.directive.d.ts.map +0 -1
  1646. package/table/components/table-cell.directive.d.ts +0 -19
  1647. package/table/components/table-cell.directive.d.ts.map +0 -1
  1648. package/table/components/table-column-drag-handle.directive.d.ts +0 -20
  1649. package/table/components/table-column-drag-handle.directive.d.ts.map +0 -1
  1650. package/table/components/table-column-drag-preview.directive.d.ts +0 -13
  1651. package/table/components/table-column-drag-preview.directive.d.ts.map +0 -1
  1652. package/table/components/table-column-drop-indicator.directive.d.ts +0 -26
  1653. package/table/components/table-column-drop-indicator.directive.d.ts.map +0 -1
  1654. package/table/components/table-column-filter-action.directive.d.ts +0 -28
  1655. package/table/components/table-column-filter-action.directive.d.ts.map +0 -1
  1656. package/table/components/table-column-header-action.directive.d.ts +0 -18
  1657. package/table/components/table-column-header-action.directive.d.ts.map +0 -1
  1658. package/table/components/table-column-resize-handle.directive.d.ts +0 -27
  1659. package/table/components/table-column-resize-handle.directive.d.ts.map +0 -1
  1660. package/table/components/table-column-sort-action.directive.d.ts +0 -23
  1661. package/table/components/table-column-sort-action.directive.d.ts.map +0 -1
  1662. package/table/components/table-footer.directive.d.ts +0 -12
  1663. package/table/components/table-footer.directive.d.ts.map +0 -1
  1664. package/table/components/table-header-cell.directive.d.ts +0 -31
  1665. package/table/components/table-header-cell.directive.d.ts.map +0 -1
  1666. package/table/components/table-header.directive.d.ts +0 -12
  1667. package/table/components/table-header.directive.d.ts.map +0 -1
  1668. package/table/components/table-pagination.directive.d.ts +0 -8
  1669. package/table/components/table-pagination.directive.d.ts.map +0 -1
  1670. package/table/components/table-root.directive.d.ts +0 -25
  1671. package/table/components/table-root.directive.d.ts.map +0 -1
  1672. package/table/components/table-row-drag-handle.directive.d.ts +0 -20
  1673. package/table/components/table-row-drag-handle.directive.d.ts.map +0 -1
  1674. package/table/components/table-row-drag-preview.directive.d.ts +0 -12
  1675. package/table/components/table-row-drag-preview.directive.d.ts.map +0 -1
  1676. package/table/components/table-row-drop-indicator.directive.d.ts +0 -26
  1677. package/table/components/table-row-drop-indicator.directive.d.ts.map +0 -1
  1678. package/table/components/table-row-expand-button.directive.d.ts +0 -27
  1679. package/table/components/table-row-expand-button.directive.d.ts.map +0 -1
  1680. package/table/components/table-row.directive.d.ts +0 -27
  1681. package/table/components/table-row.directive.d.ts.map +0 -1
  1682. package/table/components/table-scroll-container.directive.d.ts +0 -12
  1683. package/table/components/table-scroll-container.directive.d.ts.map +0 -1
  1684. package/table/components/table-table.directive.d.ts +0 -12
  1685. package/table/components/table-table.directive.d.ts.map +0 -1
  1686. package/table/components/table-title-bar.directive.d.ts +0 -12
  1687. package/table/components/table-title-bar.directive.d.ts.map +0 -1
  1688. package/table/components/table.module.d.ts +0 -36
  1689. package/table/components/table.module.d.ts.map +0 -1
  1690. package/table/model/create-angular-table.d.ts +0 -6
  1691. package/table/model/create-angular-table.d.ts.map +0 -1
  1692. package/table/model/create-pagination-helper.d.ts +0 -23
  1693. package/table/model/create-pagination-helper.d.ts.map +0 -1
  1694. package/table/model/index.d.ts +0 -3
  1695. package/table/model/index.d.ts.map +0 -1
  1696. package/table/model/lazy-signal-initializer.d.ts +0 -6
  1697. package/table/model/lazy-signal-initializer.d.ts.map +0 -1
  1698. package/table/model/proxify-table.d.ts +0 -4
  1699. package/table/model/proxify-table.d.ts.map +0 -1
  1700. package/table/qualcomm-ui-angular-table.d.ts +0 -6
  1701. package/table/qualcomm-ui-angular-table.d.ts.map +0 -1
  1702. package/table/types/context.d.ts +0 -9
  1703. package/table/types/context.d.ts.map +0 -1
  1704. package/table/types/index.d.ts +0 -2
  1705. package/table/types/index.d.ts.map +0 -1
  1706. package/tabs/qds-tabs-context.service.d.ts +0 -9
  1707. package/tabs/qds-tabs-context.service.d.ts.map +0 -1
  1708. package/tabs/qualcomm-ui-angular-tabs.d.ts +0 -6
  1709. package/tabs/qualcomm-ui-angular-tabs.d.ts.map +0 -1
  1710. package/tabs/tab-button.directive.d.ts +0 -34
  1711. package/tabs/tab-button.directive.d.ts.map +0 -1
  1712. package/tabs/tab-dismiss-button.directive.d.ts +0 -10
  1713. package/tabs/tab-dismiss-button.directive.d.ts.map +0 -1
  1714. package/tabs/tab-root.directive.d.ts +0 -9
  1715. package/tabs/tab-root.directive.d.ts.map +0 -1
  1716. package/tabs/tabs-context.directive.d.ts +0 -27
  1717. package/tabs/tabs-context.directive.d.ts.map +0 -1
  1718. package/tabs/tabs-indicator.directive.d.ts +0 -9
  1719. package/tabs/tabs-indicator.directive.d.ts.map +0 -1
  1720. package/tabs/tabs-list.directive.d.ts +0 -9
  1721. package/tabs/tabs-list.directive.d.ts.map +0 -1
  1722. package/tabs/tabs-panel.directive.d.ts +0 -9
  1723. package/tabs/tabs-panel.directive.d.ts.map +0 -1
  1724. package/tabs/tabs-root.directive.d.ts +0 -41
  1725. package/tabs/tabs-root.directive.d.ts.map +0 -1
  1726. package/tabs/tabs.module.d.ts +0 -17
  1727. package/tabs/tabs.module.d.ts.map +0 -1
  1728. package/tag/qds-tag-context.service.d.ts +0 -9
  1729. package/tag/qds-tag-context.service.d.ts.map +0 -1
  1730. package/tag/qualcomm-ui-angular-tag.d.ts +0 -6
  1731. package/tag/qualcomm-ui-angular-tag.d.ts.map +0 -1
  1732. package/tag/tag.directive.d.ts +0 -66
  1733. package/tag/tag.directive.d.ts.map +0 -1
  1734. package/text-area/qualcomm-ui-angular-text-area.d.ts +0 -6
  1735. package/text-area/qualcomm-ui-angular-text-area.d.ts.map +0 -1
  1736. package/text-input/qualcomm-ui-angular-text-input.d.ts +0 -6
  1737. package/text-input/qualcomm-ui-angular-text-input.d.ts.map +0 -1
  1738. package/text-input/text-input-clear-trigger.directive.d.ts +0 -12
  1739. package/text-input/text-input-clear-trigger.directive.d.ts.map +0 -1
  1740. package/text-input/text-input-error-indicator.directive.d.ts +0 -19
  1741. package/text-input/text-input-error-indicator.directive.d.ts.map +0 -1
  1742. package/text-input/text-input-error-text.directive.d.ts +0 -18
  1743. package/text-input/text-input-error-text.directive.d.ts.map +0 -1
  1744. package/text-input/text-input-hint.directive.d.ts +0 -12
  1745. package/text-input/text-input-hint.directive.d.ts.map +0 -1
  1746. package/text-input/text-input-input-group.directive.d.ts +0 -12
  1747. package/text-input/text-input-input-group.directive.d.ts.map +0 -1
  1748. package/text-input/text-input-input.directive.d.ts +0 -13
  1749. package/text-input/text-input-input.directive.d.ts.map +0 -1
  1750. package/text-input/text-input-label.directive.d.ts +0 -12
  1751. package/text-input/text-input-label.directive.d.ts.map +0 -1
  1752. package/text-input/text-input-root.directive.d.ts +0 -59
  1753. package/text-input/text-input-root.directive.d.ts.map +0 -1
  1754. package/text-input/text-input.component.d.ts +0 -56
  1755. package/text-input/text-input.component.d.ts.map +0 -1
  1756. package/text-input/text-input.module.d.ts +0 -19
  1757. package/text-input/text-input.module.d.ts.map +0 -1
  1758. package/theme/qds-theme-providers.d.ts +0 -23
  1759. package/theme/qds-theme-providers.d.ts.map +0 -1
  1760. package/theme/qds-theme.service.d.ts +0 -23
  1761. package/theme/qds-theme.service.d.ts.map +0 -1
  1762. package/theme/qds-theme.types.d.ts +0 -37
  1763. package/theme/qds-theme.types.d.ts.map +0 -1
  1764. package/theme/qualcomm-ui-angular-theme.d.ts +0 -6
  1765. package/theme/qualcomm-ui-angular-theme.d.ts.map +0 -1
  1766. package/toast/create-toaster.d.ts +0 -7
  1767. package/toast/create-toaster.d.ts.map +0 -1
  1768. package/toast/qds-toast-context.service.d.ts +0 -9
  1769. package/toast/qds-toast-context.service.d.ts.map +0 -1
  1770. package/toast/qualcomm-ui-angular-toast.d.ts +0 -6
  1771. package/toast/qualcomm-ui-angular-toast.d.ts.map +0 -1
  1772. package/toast/toast-action.directive.d.ts +0 -9
  1773. package/toast/toast-action.directive.d.ts.map +0 -1
  1774. package/toast/toast-close-button.directive.d.ts +0 -10
  1775. package/toast/toast-close-button.directive.d.ts.map +0 -1
  1776. package/toast/toast-context.directive.d.ts +0 -14
  1777. package/toast/toast-context.directive.d.ts.map +0 -1
  1778. package/toast/toast-description.directive.d.ts +0 -9
  1779. package/toast/toast-description.directive.d.ts.map +0 -1
  1780. package/toast/toast-icon.directive.d.ts +0 -18
  1781. package/toast/toast-icon.directive.d.ts.map +0 -1
  1782. package/toast/toast-label.directive.d.ts +0 -9
  1783. package/toast/toast-label.directive.d.ts.map +0 -1
  1784. package/toast/toast-provider.directive.d.ts +0 -16
  1785. package/toast/toast-provider.directive.d.ts.map +0 -1
  1786. package/toast/toast-root.directive.d.ts +0 -12
  1787. package/toast/toast-root.directive.d.ts.map +0 -1
  1788. package/toast/toast.module.d.ts +0 -21
  1789. package/toast/toast.module.d.ts.map +0 -1
  1790. package/toast/toaster.directive.d.ts +0 -9
  1791. package/toast/toaster.directive.d.ts.map +0 -1
  1792. package/toast/toaster.service.d.ts +0 -12
  1793. package/toast/toaster.service.d.ts.map +0 -1
  1794. package/tooltip/qualcomm-ui-angular-tooltip.d.ts +0 -6
  1795. package/tooltip/qualcomm-ui-angular-tooltip.d.ts.map +0 -1
  1796. package/tooltip/tooltip-arrow-tip.directive.d.ts +0 -13
  1797. package/tooltip/tooltip-arrow-tip.directive.d.ts.map +0 -1
  1798. package/tooltip/tooltip-arrow.directive.d.ts +0 -13
  1799. package/tooltip/tooltip-arrow.directive.d.ts.map +0 -1
  1800. package/tooltip/tooltip-content.directive.d.ts +0 -13
  1801. package/tooltip/tooltip-content.directive.d.ts.map +0 -1
  1802. package/tooltip/tooltip-context.directive.d.ts +0 -15
  1803. package/tooltip/tooltip-context.directive.d.ts.map +0 -1
  1804. package/tooltip/tooltip-floating-portal.component.d.ts +0 -26
  1805. package/tooltip/tooltip-floating-portal.component.d.ts.map +0 -1
  1806. package/tooltip/tooltip-positioner.directive.d.ts +0 -13
  1807. package/tooltip/tooltip-positioner.directive.d.ts.map +0 -1
  1808. package/tooltip/tooltip-root.directive.d.ts +0 -7
  1809. package/tooltip/tooltip-root.directive.d.ts.map +0 -1
  1810. package/tooltip/tooltip-trigger.directive.d.ts +0 -7
  1811. package/tooltip/tooltip-trigger.directive.d.ts.map +0 -1
  1812. package/tooltip/tooltip.directive.d.ts +0 -16
  1813. package/tooltip/tooltip.directive.d.ts.map +0 -1
  1814. package/tooltip/tooltip.module.d.ts +0 -19
  1815. package/tooltip/tooltip.module.d.ts.map +0 -1
  1816. package/tree/qualcomm-ui-angular-tree.d.ts +0 -6
  1817. package/tree/qualcomm-ui-angular-tree.d.ts.map +0 -1
@@ -0,0 +1,523 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Injectable, Directive, input, booleanAttribute, computed, Component, inject, NgModule } from '@angular/core';
3
+ import { CoreDialogBackdropDirective, CoreDialogBodyDirective, CoreDialogCloseTriggerDirective, CoreDialogContentDirective, DialogContextService, CoreDialogDescriptionDirective, CoreDialogPositionerDirective, CoreDialogFooterDirective, CoreDialogHeadingDirective, CoreDialogRootDirective, provideDialogContext, CoreDialogTriggerDirective } from '@qualcomm-ui/angular-core/dialog';
4
+ import * as i1$1 from '@qualcomm-ui/angular-core/machine';
5
+ import { BaseApiContextService, createApiContext, useTrackBindings, ApiContextDirective, normalizeProps, QBindDirective } from '@qualcomm-ui/angular-core/machine';
6
+ import { providePresenceContext } from '@qualcomm-ui/angular-core/presence';
7
+ import { mergeProps } from '@qualcomm-ui/utils/merge-props';
8
+ import { CircleAlert, TriangleAlert, CircleCheck, X } from 'lucide-angular';
9
+ import * as i1 from '@qualcomm-ui/angular/icon';
10
+ import { IconDirective } from '@qualcomm-ui/angular/icon';
11
+ import { useInlineIconButtonApi } from '@qualcomm-ui/angular/inline-icon-button';
12
+ import { provideIcons } from '@qualcomm-ui/angular-core/lucide';
13
+ import * as i1$2 from '@qualcomm-ui/angular-core/portal';
14
+ import { PortalDirective } from '@qualcomm-ui/angular-core/portal';
15
+ import { createQdsDialogApi } from '@qualcomm-ui/qds-core/dialog';
16
+ import { NgTemplateOutlet } from '@angular/common';
17
+
18
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
19
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
20
+ class QdsDialogContextService extends BaseApiContextService {
21
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsDialogContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
22
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsDialogContextService });
23
+ }
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsDialogContextService, decorators: [{
25
+ type: Injectable
26
+ }] });
27
+ const [QDS_DIALOG_CONTEXT, useQdsDialogContext, provideQdsDialogContext,] = createApiContext("QdsDialogContext", QdsDialogContextService);
28
+
29
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
30
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
31
+ /**
32
+ * The backdrop that overlays the content behind the dialog.
33
+ */
34
+ class DialogBackdropDirective extends CoreDialogBackdropDirective {
35
+ qdsContext = useQdsDialogContext();
36
+ trackBindings = useTrackBindings(() => mergeProps(this.dialogBackdropProps(), this.qdsContext().getBackdropBindings()));
37
+ ngOnInit() {
38
+ super.ngOnInit();
39
+ this.trackBindings();
40
+ }
41
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogBackdropDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
42
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: DialogBackdropDirective, isStandalone: false, selector: "[q-dialog-backdrop]", providers: [providePresenceContext()], usesInheritance: true, ngImport: i0 });
43
+ }
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogBackdropDirective, decorators: [{
45
+ type: Directive,
46
+ args: [{
47
+ providers: [providePresenceContext()],
48
+ selector: "[q-dialog-backdrop]",
49
+ standalone: false,
50
+ }]
51
+ }] });
52
+
53
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
54
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
55
+ /**
56
+ * An icon that indicates the dialog's status.
57
+ */
58
+ class DialogIndicatorIconDirective {
59
+ qdsContext = useQdsDialogContext();
60
+ trackBindings = useTrackBindings(() => this.qdsContext().getIndicatorIconBindings());
61
+ ngOnInit() {
62
+ this.trackBindings();
63
+ }
64
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogIndicatorIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
65
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: DialogIndicatorIconDirective, isStandalone: false, selector: "[q-dialog-indicator-icon]", ngImport: i0 });
66
+ }
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogIndicatorIconDirective, decorators: [{
68
+ type: Directive,
69
+ args: [{
70
+ selector: "[q-dialog-indicator-icon]",
71
+ standalone: false,
72
+ }]
73
+ }] });
74
+
75
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
76
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
77
+ /**
78
+ * The main content of the dialog. Container for the heading, description,
79
+ * indicator, and primary content of the dialog.
80
+ */
81
+ class DialogBodyComponent extends CoreDialogBodyDirective {
82
+ qdsContext = useQdsDialogContext();
83
+ /**
84
+ * Hides the indicator icon.
85
+ */
86
+ hideIndicatorIcon = input(undefined, ...(ngDevMode ? [{ debugName: "hideIndicatorIcon", transform: booleanAttribute }] : [{
87
+ transform: booleanAttribute,
88
+ }]));
89
+ indicatorIcon = computed(() => {
90
+ switch (this.qdsContext().emphasis) {
91
+ case "neutral":
92
+ return CircleAlert;
93
+ case "info":
94
+ return CircleAlert;
95
+ case "success":
96
+ return CircleCheck;
97
+ case "warning":
98
+ return TriangleAlert;
99
+ case "danger":
100
+ return CircleAlert;
101
+ }
102
+ }, ...(ngDevMode ? [{ debugName: "indicatorIcon" }] : []));
103
+ constructor() {
104
+ super();
105
+ this.trackBindings.extendWith(computed(() => this.qdsContext().getBodyBindings()));
106
+ }
107
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
108
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: DialogBodyComponent, isStandalone: false, selector: "[q-dialog-body]", inputs: { hideIndicatorIcon: { classPropertyName: "hideIndicatorIcon", publicName: "hideIndicatorIcon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
109
+ @if (!hideIndicatorIcon()) {
110
+ <ng-content select="[q-dialog-indicator-icon]">
111
+ <svg q-dialog-indicator-icon [qIcon]="indicatorIcon()"></svg>
112
+ </ng-content>
113
+ }
114
+ <ng-content />
115
+ `, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }, { kind: "directive", type: DialogIndicatorIconDirective, selector: "[q-dialog-indicator-icon]" }] });
116
+ }
117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogBodyComponent, decorators: [{
118
+ type: Component,
119
+ args: [{
120
+ selector: "[q-dialog-body]",
121
+ standalone: false,
122
+ template: `
123
+ @if (!hideIndicatorIcon()) {
124
+ <ng-content select="[q-dialog-indicator-icon]">
125
+ <svg q-dialog-indicator-icon [qIcon]="indicatorIcon()"></svg>
126
+ </ng-content>
127
+ }
128
+ <ng-content />
129
+ `,
130
+ }]
131
+ }], ctorParameters: () => [], propDecorators: { hideIndicatorIcon: [{ type: i0.Input, args: [{ isSignal: true, alias: "hideIndicatorIcon", required: false }] }] } });
132
+
133
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
134
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
135
+ /**
136
+ * A button that closes the dialog.
137
+ */
138
+ class DialogCloseButtonComponent extends CoreDialogCloseTriggerDirective {
139
+ qdsContext = useQdsDialogContext();
140
+ buttonApi = useInlineIconButtonApi({
141
+ emphasis: "neutral",
142
+ size: "md",
143
+ variant: "fixed",
144
+ });
145
+ constructor() {
146
+ super();
147
+ this.trackBindings.extendWith(computed(() => mergeProps(this.buttonApi().getRootBindings(), this.qdsContext().getCloseButtonBindings())));
148
+ }
149
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogCloseButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
150
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.12", type: DialogCloseButtonComponent, isStandalone: false, selector: "[q-dialog-close-button]", providers: [provideIcons({ X })], usesInheritance: true, ngImport: i0, template: `
151
+ <svg qIcon="X" [q-bind]="buttonApi().getIconBindings()"></svg>
152
+ `, isInline: true, dependencies: [{ kind: "directive", type: i1$1.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
153
+ }
154
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogCloseButtonComponent, decorators: [{
155
+ type: Component,
156
+ args: [{
157
+ providers: [provideIcons({ X })],
158
+ selector: "[q-dialog-close-button]",
159
+ standalone: false,
160
+ template: `
161
+ <svg qIcon="X" [q-bind]="buttonApi().getIconBindings()"></svg>
162
+ `,
163
+ }]
164
+ }], ctorParameters: () => [] });
165
+
166
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
167
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
168
+ /**
169
+ * A trigger element that closes the dialog when activated.
170
+ */
171
+ class DialogCloseTriggerDirective extends CoreDialogCloseTriggerDirective {
172
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogCloseTriggerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
173
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: DialogCloseTriggerDirective, isStandalone: false, selector: "[q-dialog-close-trigger]", usesInheritance: true, ngImport: i0 });
174
+ }
175
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogCloseTriggerDirective, decorators: [{
176
+ type: Directive,
177
+ args: [{
178
+ selector: "[q-dialog-close-trigger]",
179
+ standalone: false,
180
+ }]
181
+ }] });
182
+
183
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
184
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
185
+ /**
186
+ * A container for the dialog contents.
187
+ */
188
+ class DialogContentDirective extends CoreDialogContentDirective {
189
+ qdsContext = useQdsDialogContext();
190
+ constructor() {
191
+ super();
192
+ this.trackBindings.extendWith(computed(() => this.qdsContext().getContentBindings()));
193
+ }
194
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
195
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: DialogContentDirective, isStandalone: false, selector: "[q-dialog-content]", usesInheritance: true, ngImport: i0 });
196
+ }
197
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogContentDirective, decorators: [{
198
+ type: Directive,
199
+ args: [{
200
+ selector: "[q-dialog-content]",
201
+ standalone: false,
202
+ }]
203
+ }], ctorParameters: () => [] });
204
+
205
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
206
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
207
+ class DialogContextDirective extends ApiContextDirective {
208
+ constructor() {
209
+ const contextService = inject(DialogContextService);
210
+ super(contextService, "dialogContext");
211
+ }
212
+ /**
213
+ * Provides intellisense for the context in the template.
214
+ */
215
+ static ngTemplateContextGuard(dir, ctx) {
216
+ return true;
217
+ }
218
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
219
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: DialogContextDirective, isStandalone: false, selector: "[dialogContext]", usesInheritance: true, ngImport: i0 });
220
+ }
221
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogContextDirective, decorators: [{
222
+ type: Directive,
223
+ args: [{
224
+ selector: "[dialogContext]",
225
+ standalone: false,
226
+ }]
227
+ }], ctorParameters: () => [] });
228
+
229
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
230
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
231
+ /**
232
+ * A description that provides additional context about the dialog.
233
+ */
234
+ class DialogDescriptionDirective extends CoreDialogDescriptionDirective {
235
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogDescriptionDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
236
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: DialogDescriptionDirective, isStandalone: false, selector: "[q-dialog-description]", usesInheritance: true, ngImport: i0 });
237
+ }
238
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogDescriptionDirective, decorators: [{
239
+ type: Directive,
240
+ args: [{
241
+ selector: "[q-dialog-description]",
242
+ standalone: false,
243
+ }]
244
+ }] });
245
+
246
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
247
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
248
+ /**
249
+ * A container for the dialog content that handles positioning.
250
+ */
251
+ class DialogPositionerComponent extends CoreDialogPositionerDirective {
252
+ qdsContext = useQdsDialogContext();
253
+ constructor() {
254
+ super();
255
+ this.trackBindings.extendWith(computed(() => this.qdsContext().getPositionerBindings()));
256
+ }
257
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogPositionerComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive });
258
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: DialogPositionerComponent, isStandalone: false, selector: "[q-dialog-positioner]", usesInheritance: true, ngImport: i0 });
259
+ }
260
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogPositionerComponent, decorators: [{
261
+ type: Directive,
262
+ args: [{
263
+ selector: "[q-dialog-positioner]",
264
+ standalone: false,
265
+ }]
266
+ }], ctorParameters: () => [] });
267
+
268
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
269
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
270
+ /**
271
+ * A helper component that combines the portal, positioner, and content
272
+ * components.
273
+ */
274
+ class DialogFloatingPortalComponent {
275
+ /**
276
+ * Set this to true to disable portalling behavior, causing the children to be
277
+ * rendered as-is.
278
+ */
279
+ disabled = input(undefined, ...(ngDevMode ? [{ debugName: "disabled", transform: booleanAttribute }] : [{
280
+ transform: booleanAttribute,
281
+ }]));
282
+ /**
283
+ * Override the element that the portal is attached to.
284
+ */
285
+ container = input(null, ...(ngDevMode ? [{ debugName: "container" }] : []));
286
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogFloatingPortalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
287
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.12", type: DialogFloatingPortalComponent, isStandalone: false, selector: "q-dialog-floating-portal", inputs: { disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, container: { classPropertyName: "container", publicName: "container", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
288
+ <ng-template qPortal [container]="container()" [disabled]="disabled()">
289
+ <div q-dialog-backdrop></div>
290
+ <div q-dialog-positioner>
291
+ <section q-dialog-content>
292
+ <ng-content />
293
+ </section>
294
+ </div>
295
+ </ng-template>
296
+ `, isInline: true, dependencies: [{ kind: "directive", type: i1$2.PortalDirective, selector: "[qPortal]", inputs: ["disabled", "container"] }, { kind: "directive", type: DialogBackdropDirective, selector: "[q-dialog-backdrop]" }, { kind: "directive", type: DialogContentDirective, selector: "[q-dialog-content]" }, { kind: "directive", type: DialogPositionerComponent, selector: "[q-dialog-positioner]" }] });
297
+ }
298
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogFloatingPortalComponent, decorators: [{
299
+ type: Component,
300
+ args: [{
301
+ selector: "q-dialog-floating-portal",
302
+ standalone: false,
303
+ template: `
304
+ <ng-template qPortal [container]="container()" [disabled]="disabled()">
305
+ <div q-dialog-backdrop></div>
306
+ <div q-dialog-positioner>
307
+ <section q-dialog-content>
308
+ <ng-content />
309
+ </section>
310
+ </div>
311
+ </ng-template>
312
+ `,
313
+ }]
314
+ }], propDecorators: { disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], container: [{ type: i0.Input, args: [{ isSignal: true, alias: "container", required: false }] }] } });
315
+
316
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
317
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
318
+ /**
319
+ * The footer section of the dialog. Typically contains action buttons.
320
+ */
321
+ class DialogFooterDirective extends CoreDialogFooterDirective {
322
+ qdsContext = useQdsDialogContext();
323
+ constructor() {
324
+ super();
325
+ this.trackBindings.extendWith(computed(() => this.qdsContext().getFooterBindings()));
326
+ }
327
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
328
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: DialogFooterDirective, isStandalone: false, selector: "[q-dialog-footer]", usesInheritance: true, ngImport: i0 });
329
+ }
330
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogFooterDirective, decorators: [{
331
+ type: Directive,
332
+ args: [{
333
+ selector: "[q-dialog-footer]",
334
+ standalone: false,
335
+ }]
336
+ }], ctorParameters: () => [] });
337
+
338
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
339
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
340
+ /**
341
+ * A heading that labels the dialog.
342
+ */
343
+ class DialogHeadingDirective extends CoreDialogHeadingDirective {
344
+ qdsContext = useQdsDialogContext();
345
+ constructor() {
346
+ super();
347
+ this.trackBindings.extendWith(computed(() => this.qdsContext().getHeadingBindings()));
348
+ }
349
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogHeadingDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
350
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: DialogHeadingDirective, isStandalone: false, selector: "[q-dialog-heading]", usesInheritance: true, ngImport: i0 });
351
+ }
352
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogHeadingDirective, decorators: [{
353
+ type: Directive,
354
+ args: [{
355
+ selector: "[q-dialog-heading]",
356
+ standalone: false,
357
+ }]
358
+ }], ctorParameters: () => [] });
359
+
360
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
361
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
362
+ /**
363
+ * The root component that provides context for the dialog and its parts.
364
+ */
365
+ class DialogRootDirective extends CoreDialogRootDirective {
366
+ /**
367
+ * The style variant of the dialog's indicator.
368
+ *
369
+ * @default 'neutral'
370
+ */
371
+ emphasis = input(...(ngDevMode ? [undefined, { debugName: "emphasis" }] : []));
372
+ /**
373
+ * The vertical placement of the dialog within the viewport.
374
+ *
375
+ * @option `'top'`: The dialog is positioned at the top of the viewport.
376
+ * @option `'center'`: The dialog is positioned at the center of the viewport.
377
+ * @option `'bottom'`: The dialog is positioned at the bottom of the viewport.
378
+ *
379
+ * @default 'top'
380
+ */
381
+ placement = input(...(ngDevMode ? [undefined, { debugName: "placement" }] : []));
382
+ /**
383
+ * Defines the scroll behavior of the dialog content when modal content exceeds
384
+ * viewport height.
385
+ *
386
+ * @option `'inside'`: The modal and backdrop create an internal scroll area within the modal.
387
+ * @option `'outside'`: The modal and backdrop move with the page scroll instead of creating an internal scroll area within the modal.
388
+ *
389
+ * @default 'outside'
390
+ */
391
+ scrollBehavior = input(...(ngDevMode ? [undefined, { debugName: "scrollBehavior" }] : []));
392
+ /**
393
+ * The size of the dialog's content area and fonts. A smaller size uses less
394
+ * horizontal space.
395
+ *
396
+ * @default 'sm'
397
+ */
398
+ size = input(...(ngDevMode ? [undefined, { debugName: "size" }] : []));
399
+ qdsDialogService = inject(QdsDialogContextService);
400
+ ngOnInit() {
401
+ super.ngOnInit();
402
+ this.qdsDialogService.init(computed(() => createQdsDialogApi({
403
+ emphasis: this.emphasis(),
404
+ placement: this.placement(),
405
+ scrollBehavior: this.scrollBehavior(),
406
+ size: this.size(),
407
+ }, normalizeProps)));
408
+ }
409
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
410
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: DialogRootDirective, isStandalone: false, selector: "[q-dialog-root]", inputs: { emphasis: { classPropertyName: "emphasis", publicName: "emphasis", isSignal: true, isRequired: false, transformFunction: null }, placement: { classPropertyName: "placement", publicName: "placement", isSignal: true, isRequired: false, transformFunction: null }, scrollBehavior: { classPropertyName: "scrollBehavior", publicName: "scrollBehavior", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
411
+ provideDialogContext(),
412
+ provideQdsDialogContext(),
413
+ providePresenceContext(),
414
+ ], usesInheritance: true, ngImport: i0 });
415
+ }
416
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogRootDirective, decorators: [{
417
+ type: Directive,
418
+ args: [{
419
+ providers: [
420
+ provideDialogContext(),
421
+ provideQdsDialogContext(),
422
+ providePresenceContext(),
423
+ ],
424
+ selector: "[q-dialog-root]",
425
+ standalone: false,
426
+ }]
427
+ }], propDecorators: { emphasis: [{ type: i0.Input, args: [{ isSignal: true, alias: "emphasis", required: false }] }], placement: [{ type: i0.Input, args: [{ isSignal: true, alias: "placement", required: false }] }], scrollBehavior: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollBehavior", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }] } });
428
+
429
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
430
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
431
+ /**
432
+ * A trigger element that opens the dialog when activated.
433
+ */
434
+ class DialogTriggerDirective extends CoreDialogTriggerDirective {
435
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogTriggerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
436
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: DialogTriggerDirective, isStandalone: false, selector: "[q-dialog-trigger]", usesInheritance: true, ngImport: i0 });
437
+ }
438
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogTriggerDirective, decorators: [{
439
+ type: Directive,
440
+ args: [{
441
+ selector: "[q-dialog-trigger]",
442
+ standalone: false,
443
+ }]
444
+ }] });
445
+
446
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
447
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
448
+ class DialogModule {
449
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
450
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.12", ngImport: i0, type: DialogModule, declarations: [DialogRootDirective,
451
+ DialogBackdropDirective,
452
+ DialogCloseTriggerDirective,
453
+ DialogContentDirective,
454
+ DialogDescriptionDirective,
455
+ DialogHeadingDirective,
456
+ DialogPositionerComponent,
457
+ DialogTriggerDirective,
458
+ DialogFooterDirective,
459
+ DialogCloseButtonComponent,
460
+ DialogFloatingPortalComponent,
461
+ DialogBodyComponent,
462
+ DialogContextDirective,
463
+ DialogIndicatorIconDirective], imports: [QBindDirective, IconDirective, NgTemplateOutlet, PortalDirective], exports: [DialogRootDirective,
464
+ DialogBackdropDirective,
465
+ DialogCloseTriggerDirective,
466
+ DialogContentDirective,
467
+ DialogDescriptionDirective,
468
+ DialogHeadingDirective,
469
+ DialogPositionerComponent,
470
+ DialogTriggerDirective,
471
+ DialogFooterDirective,
472
+ DialogCloseButtonComponent,
473
+ DialogFloatingPortalComponent,
474
+ DialogBodyComponent,
475
+ DialogContextDirective,
476
+ DialogIndicatorIconDirective] });
477
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogModule });
478
+ }
479
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DialogModule, decorators: [{
480
+ type: NgModule,
481
+ args: [{
482
+ declarations: [
483
+ DialogRootDirective,
484
+ DialogBackdropDirective,
485
+ DialogCloseTriggerDirective,
486
+ DialogContentDirective,
487
+ DialogDescriptionDirective,
488
+ DialogHeadingDirective,
489
+ DialogPositionerComponent,
490
+ DialogTriggerDirective,
491
+ DialogFooterDirective,
492
+ DialogCloseButtonComponent,
493
+ DialogFloatingPortalComponent,
494
+ DialogBodyComponent,
495
+ DialogContextDirective,
496
+ DialogIndicatorIconDirective,
497
+ ],
498
+ exports: [
499
+ DialogRootDirective,
500
+ DialogBackdropDirective,
501
+ DialogCloseTriggerDirective,
502
+ DialogContentDirective,
503
+ DialogDescriptionDirective,
504
+ DialogHeadingDirective,
505
+ DialogPositionerComponent,
506
+ DialogTriggerDirective,
507
+ DialogFooterDirective,
508
+ DialogCloseButtonComponent,
509
+ DialogFloatingPortalComponent,
510
+ DialogBodyComponent,
511
+ DialogContextDirective,
512
+ DialogIndicatorIconDirective,
513
+ ],
514
+ imports: [QBindDirective, IconDirective, NgTemplateOutlet, PortalDirective],
515
+ }]
516
+ }] });
517
+
518
+ /**
519
+ * Generated bundle index. Do not edit.
520
+ */
521
+
522
+ export { DialogBackdropDirective, DialogBodyComponent, DialogCloseButtonComponent, DialogCloseTriggerDirective, DialogContentDirective, DialogContextDirective, DialogDescriptionDirective, DialogFloatingPortalComponent, DialogFooterDirective, DialogHeadingDirective, DialogIndicatorIconDirective, DialogModule, DialogPositionerComponent, DialogRootDirective, DialogTriggerDirective, QDS_DIALOG_CONTEXT, QdsDialogContextService, provideQdsDialogContext, useQdsDialogContext };
523
+ //# sourceMappingURL=qualcomm-ui-angular-dialog.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"qualcomm-ui-angular-dialog.mjs","sources":["../../src/dialog/qds-dialog-context.service.ts","../../src/dialog/dialog-backdrop.directive.ts","../../src/dialog/dialog-indicator-icon.directive.ts","../../src/dialog/dialog-body.component.ts","../../src/dialog/dialog-close-button.component.ts","../../src/dialog/dialog-close-trigger.directive.ts","../../src/dialog/dialog-content.directive.ts","../../src/dialog/dialog-context.directive.ts","../../src/dialog/dialog-description.directive.ts","../../src/dialog/dialog-positioner.component.ts","../../src/dialog/dialog-floating-portal.component.ts","../../src/dialog/dialog-footer.directive.ts","../../src/dialog/dialog-heading.directive.ts","../../src/dialog/dialog-root.directive.ts","../../src/dialog/dialog-trigger.directive.ts","../../src/dialog/dialog.module.ts","../../src/dialog/qualcomm-ui-angular-dialog.ts"],"sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Injectable} from \"@angular/core\"\n\nimport {\n type ApiContext,\n BaseApiContextService,\n createApiContext,\n} from \"@qualcomm-ui/angular-core/machine\"\nimport type {QdsDialogApi} from \"@qualcomm-ui/qds-core/dialog\"\n\n@Injectable()\nexport class QdsDialogContextService extends BaseApiContextService<QdsDialogApi> {}\n\nexport const [\n QDS_DIALOG_CONTEXT,\n useQdsDialogContext,\n provideQdsDialogContext,\n]: ApiContext<QdsDialogApi> = createApiContext<QdsDialogApi>(\n \"QdsDialogContext\",\n QdsDialogContextService,\n)\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive} from \"@angular/core\"\n\nimport {CoreDialogBackdropDirective} from \"@qualcomm-ui/angular-core/dialog\"\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\nimport {providePresenceContext} from \"@qualcomm-ui/angular-core/presence\"\nimport {mergeProps} from \"@qualcomm-ui/utils/merge-props\"\n\nimport {useQdsDialogContext} from \"./qds-dialog-context.service\"\n\n/**\n * The backdrop that overlays the content behind the dialog.\n */\n@Directive({\n providers: [providePresenceContext()],\n selector: \"[q-dialog-backdrop]\",\n standalone: false,\n})\nexport class DialogBackdropDirective extends CoreDialogBackdropDirective {\n protected readonly qdsContext = useQdsDialogContext()\n\n protected readonly trackBindings = useTrackBindings(() =>\n mergeProps(\n this.dialogBackdropProps(),\n this.qdsContext().getBackdropBindings(),\n ),\n )\n\n override ngOnInit() {\n super.ngOnInit()\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive, type OnInit} from \"@angular/core\"\n\nimport {useTrackBindings} from \"@qualcomm-ui/angular-core/machine\"\n\nimport {useQdsDialogContext} from \"./qds-dialog-context.service\"\n\n/**\n * An icon that indicates the dialog's status.\n */\n@Directive({\n selector: \"[q-dialog-indicator-icon]\",\n standalone: false,\n})\nexport class DialogIndicatorIconDirective implements OnInit {\n protected readonly qdsContext = useQdsDialogContext()\n\n protected trackBindings = useTrackBindings(() =>\n this.qdsContext().getIndicatorIconBindings(),\n )\n\n ngOnInit() {\n this.trackBindings()\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {booleanAttribute, Component, computed, input} from \"@angular/core\"\nimport {CircleAlert, CircleCheck, TriangleAlert} from \"lucide-angular\"\n\nimport {CoreDialogBodyDirective} from \"@qualcomm-ui/angular-core/dialog\"\nimport type {Booleanish} from \"@qualcomm-ui/utils/coercion\"\n\nimport {useQdsDialogContext} from \"./qds-dialog-context.service\"\n\n/**\n * The main content of the dialog. Container for the heading, description,\n * indicator, and primary content of the dialog.\n */\n@Component({\n selector: \"[q-dialog-body]\",\n standalone: false,\n template: `\n @if (!hideIndicatorIcon()) {\n <ng-content select=\"[q-dialog-indicator-icon]\">\n <svg q-dialog-indicator-icon [qIcon]=\"indicatorIcon()\"></svg>\n </ng-content>\n }\n <ng-content />\n `,\n})\nexport class DialogBodyComponent extends CoreDialogBodyDirective {\n protected readonly qdsContext = useQdsDialogContext()\n\n /**\n * Hides the indicator icon.\n */\n readonly hideIndicatorIcon = input<boolean | undefined, Booleanish>(\n undefined,\n {\n transform: booleanAttribute,\n },\n )\n\n readonly indicatorIcon = computed(() => {\n switch (this.qdsContext().emphasis) {\n case \"neutral\":\n return CircleAlert\n case \"info\":\n return CircleAlert\n case \"success\":\n return CircleCheck\n case \"warning\":\n return TriangleAlert\n case \"danger\":\n return CircleAlert\n }\n })\n\n constructor() {\n super()\n this.trackBindings.extendWith(\n computed(() => this.qdsContext().getBodyBindings()),\n )\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Component, computed} from \"@angular/core\"\nimport {X} from \"lucide-angular\"\n\nimport {useInlineIconButtonApi} from \"@qualcomm-ui/angular/inline-icon-button\"\nimport {CoreDialogCloseTriggerDirective} from \"@qualcomm-ui/angular-core/dialog\"\nimport {provideIcons} from \"@qualcomm-ui/angular-core/lucide\"\nimport {mergeProps} from \"@qualcomm-ui/utils/merge-props\"\n\nimport {useQdsDialogContext} from \"./qds-dialog-context.service\"\n\n/**\n * A button that closes the dialog.\n */\n@Component({\n providers: [provideIcons({X})],\n selector: \"[q-dialog-close-button]\",\n standalone: false,\n template: `\n <svg qIcon=\"X\" [q-bind]=\"buttonApi().getIconBindings()\"></svg>\n `,\n})\nexport class DialogCloseButtonComponent extends CoreDialogCloseTriggerDirective {\n protected readonly qdsContext = useQdsDialogContext()\n protected readonly buttonApi = useInlineIconButtonApi({\n emphasis: \"neutral\",\n size: \"md\",\n variant: \"fixed\",\n })\n\n constructor() {\n super()\n this.trackBindings.extendWith(\n computed(() =>\n mergeProps(\n this.buttonApi().getRootBindings(),\n this.qdsContext().getCloseButtonBindings(),\n ),\n ),\n )\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive} from \"@angular/core\"\n\nimport {CoreDialogCloseTriggerDirective} from \"@qualcomm-ui/angular-core/dialog\"\n\n/**\n * A trigger element that closes the dialog when activated.\n */\n@Directive({\n selector: \"[q-dialog-close-trigger]\",\n standalone: false,\n})\nexport class DialogCloseTriggerDirective extends CoreDialogCloseTriggerDirective {}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {computed, Directive} from \"@angular/core\"\n\nimport {CoreDialogContentDirective} from \"@qualcomm-ui/angular-core/dialog\"\n\nimport {useQdsDialogContext} from \"./qds-dialog-context.service\"\n\n/**\n * A container for the dialog contents.\n */\n@Directive({\n selector: \"[q-dialog-content]\",\n standalone: false,\n})\nexport class DialogContentDirective extends CoreDialogContentDirective {\n protected readonly qdsContext = useQdsDialogContext()\n\n constructor() {\n super()\n this.trackBindings.extendWith(\n computed(() => this.qdsContext().getContentBindings()),\n )\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive, inject} from \"@angular/core\"\n\nimport {DialogContextService} from \"@qualcomm-ui/angular-core/dialog\"\nimport {ApiContextDirective} from \"@qualcomm-ui/angular-core/machine\"\nimport type {DialogApi} from \"@qualcomm-ui/core/dialog\"\n\n@Directive({\n selector: \"[dialogContext]\",\n standalone: false,\n})\nexport class DialogContextDirective extends ApiContextDirective<DialogApi> {\n constructor() {\n const contextService = inject(DialogContextService)\n super(contextService, \"dialogContext\")\n }\n\n /**\n * Provides intellisense for the context in the template.\n */\n static ngTemplateContextGuard(\n dir: DialogContextDirective,\n ctx: unknown,\n ): ctx is {$implicit: DialogApi} {\n return true\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive} from \"@angular/core\"\n\nimport {CoreDialogDescriptionDirective} from \"@qualcomm-ui/angular-core/dialog\"\n\n/**\n * A description that provides additional context about the dialog.\n */\n@Directive({\n selector: \"[q-dialog-description]\",\n standalone: false,\n})\nexport class DialogDescriptionDirective extends CoreDialogDescriptionDirective {}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {computed, Directive} from \"@angular/core\"\n\nimport {CoreDialogPositionerDirective} from \"@qualcomm-ui/angular-core/dialog\"\n\nimport {useQdsDialogContext} from \"./qds-dialog-context.service\"\n\n/**\n * A container for the dialog content that handles positioning.\n */\n@Directive({\n selector: \"[q-dialog-positioner]\",\n standalone: false,\n})\nexport class DialogPositionerComponent extends CoreDialogPositionerDirective {\n protected readonly qdsContext = useQdsDialogContext()\n\n constructor() {\n super()\n this.trackBindings.extendWith(\n computed(() => this.qdsContext().getPositionerBindings()),\n )\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {\n booleanAttribute,\n Component,\n type ElementRef,\n input,\n} from \"@angular/core\"\n\nimport type {Booleanish} from \"@qualcomm-ui/utils/coercion\"\n\n/**\n * A helper component that combines the portal, positioner, and content\n * components.\n */\n@Component({\n selector: \"q-dialog-floating-portal\",\n standalone: false,\n template: `\n <ng-template qPortal [container]=\"container()\" [disabled]=\"disabled()\">\n <div q-dialog-backdrop></div>\n <div q-dialog-positioner>\n <section q-dialog-content>\n <ng-content />\n </section>\n </div>\n </ng-template>\n `,\n})\nexport class DialogFloatingPortalComponent {\n /**\n * Set this to true to disable portalling behavior, causing the children to be\n * rendered as-is.\n */\n readonly disabled = input<boolean | undefined, Booleanish>(undefined, {\n transform: booleanAttribute,\n })\n\n /**\n * Override the element that the portal is attached to.\n */\n readonly container = input<ElementRef<HTMLElement> | HTMLElement | null>(null)\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {computed, Directive} from \"@angular/core\"\n\nimport {CoreDialogFooterDirective} from \"@qualcomm-ui/angular-core/dialog\"\n\nimport {useQdsDialogContext} from \"./qds-dialog-context.service\"\n\n/**\n * The footer section of the dialog. Typically contains action buttons.\n */\n@Directive({\n selector: \"[q-dialog-footer]\",\n standalone: false,\n})\nexport class DialogFooterDirective extends CoreDialogFooterDirective {\n protected readonly qdsContext = useQdsDialogContext()\n\n constructor() {\n super()\n this.trackBindings.extendWith(\n computed(() => this.qdsContext().getFooterBindings()),\n )\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {computed, Directive} from \"@angular/core\"\n\nimport {CoreDialogHeadingDirective} from \"@qualcomm-ui/angular-core/dialog\"\n\nimport {useQdsDialogContext} from \"./qds-dialog-context.service\"\n\n/**\n * A heading that labels the dialog.\n */\n@Directive({\n selector: \"[q-dialog-heading]\",\n standalone: false,\n})\nexport class DialogHeadingDirective extends CoreDialogHeadingDirective {\n protected readonly qdsContext = useQdsDialogContext()\n\n constructor() {\n super()\n this.trackBindings.extendWith(\n computed(() => this.qdsContext().getHeadingBindings()),\n )\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {computed, Directive, inject, input, type OnInit} from \"@angular/core\"\n\nimport {\n CoreDialogRootDirective,\n provideDialogContext,\n} from \"@qualcomm-ui/angular-core/dialog\"\nimport {normalizeProps} from \"@qualcomm-ui/angular-core/machine\"\nimport {providePresenceContext} from \"@qualcomm-ui/angular-core/presence\"\nimport type {SignalifyInput} from \"@qualcomm-ui/angular-core/signals\"\nimport {\n createQdsDialogApi,\n type QdsDialogApiProps,\n type QdsDialogEmphasis,\n type QdsDialogPlacement,\n type QdsDialogScrollBehavior,\n type QdsDialogSize,\n} from \"@qualcomm-ui/qds-core/dialog\"\n\nimport {\n provideQdsDialogContext,\n QdsDialogContextService,\n} from \"./qds-dialog-context.service\"\n\n/**\n * The root component that provides context for the dialog and its parts.\n */\n@Directive({\n providers: [\n provideDialogContext(),\n provideQdsDialogContext(),\n providePresenceContext(),\n ],\n selector: \"[q-dialog-root]\",\n standalone: false,\n})\nexport class DialogRootDirective\n extends CoreDialogRootDirective\n implements SignalifyInput<QdsDialogApiProps>, OnInit\n{\n /**\n * The style variant of the dialog's indicator.\n *\n * @default 'neutral'\n */\n readonly emphasis = input<QdsDialogEmphasis>()\n\n /**\n * The vertical placement of the dialog within the viewport.\n *\n * @option `'top'`: The dialog is positioned at the top of the viewport.\n * @option `'center'`: The dialog is positioned at the center of the viewport.\n * @option `'bottom'`: The dialog is positioned at the bottom of the viewport.\n *\n * @default 'top'\n */\n readonly placement = input<QdsDialogPlacement>()\n\n /**\n * Defines the scroll behavior of the dialog content when modal content exceeds\n * viewport height.\n *\n * @option `'inside'`: The modal and backdrop create an internal scroll area within the modal.\n * @option `'outside'`: The modal and backdrop move with the page scroll instead of creating an internal scroll area within the modal.\n *\n * @default 'outside'\n */\n readonly scrollBehavior = input<QdsDialogScrollBehavior>()\n\n /**\n * The size of the dialog's content area and fonts. A smaller size uses less\n * horizontal space.\n *\n * @default 'sm'\n */\n readonly size = input<QdsDialogSize>()\n\n protected readonly qdsDialogService = inject(QdsDialogContextService)\n\n override ngOnInit() {\n super.ngOnInit()\n\n this.qdsDialogService.init(\n computed(() =>\n createQdsDialogApi(\n {\n emphasis: this.emphasis(),\n placement: this.placement(),\n scrollBehavior: this.scrollBehavior(),\n size: this.size(),\n },\n normalizeProps,\n ),\n ),\n )\n }\n}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Directive} from \"@angular/core\"\n\nimport {CoreDialogTriggerDirective} from \"@qualcomm-ui/angular-core/dialog\"\n\n/**\n * A trigger element that opens the dialog when activated.\n */\n@Directive({\n selector: \"[q-dialog-trigger]\",\n standalone: false,\n})\nexport class DialogTriggerDirective extends CoreDialogTriggerDirective {}\n","// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {NgTemplateOutlet} from \"@angular/common\"\nimport {NgModule} from \"@angular/core\"\n\nimport {IconDirective} from \"@qualcomm-ui/angular/icon\"\nimport {QBindDirective} from \"@qualcomm-ui/angular-core/machine\"\nimport {PortalDirective} from \"@qualcomm-ui/angular-core/portal\"\n\nimport {DialogBackdropDirective} from \"./dialog-backdrop.directive\"\nimport {DialogBodyComponent} from \"./dialog-body.component\"\nimport {DialogCloseButtonComponent} from \"./dialog-close-button.component\"\nimport {DialogCloseTriggerDirective} from \"./dialog-close-trigger.directive\"\nimport {DialogContentDirective} from \"./dialog-content.directive\"\nimport {DialogContextDirective} from \"./dialog-context.directive\"\nimport {DialogDescriptionDirective} from \"./dialog-description.directive\"\nimport {DialogFloatingPortalComponent} from \"./dialog-floating-portal.component\"\nimport {DialogFooterDirective} from \"./dialog-footer.directive\"\nimport {DialogHeadingDirective} from \"./dialog-heading.directive\"\nimport {DialogIndicatorIconDirective} from \"./dialog-indicator-icon.directive\"\nimport {DialogPositionerComponent} from \"./dialog-positioner.component\"\nimport {DialogRootDirective} from \"./dialog-root.directive\"\nimport {DialogTriggerDirective} from \"./dialog-trigger.directive\"\n\n@NgModule({\n declarations: [\n DialogRootDirective,\n DialogBackdropDirective,\n DialogCloseTriggerDirective,\n DialogContentDirective,\n DialogDescriptionDirective,\n DialogHeadingDirective,\n DialogPositionerComponent,\n DialogTriggerDirective,\n DialogFooterDirective,\n DialogCloseButtonComponent,\n DialogFloatingPortalComponent,\n DialogBodyComponent,\n DialogContextDirective,\n DialogIndicatorIconDirective,\n ],\n exports: [\n DialogRootDirective,\n DialogBackdropDirective,\n DialogCloseTriggerDirective,\n DialogContentDirective,\n DialogDescriptionDirective,\n DialogHeadingDirective,\n DialogPositionerComponent,\n DialogTriggerDirective,\n DialogFooterDirective,\n DialogCloseButtonComponent,\n DialogFloatingPortalComponent,\n DialogBodyComponent,\n DialogContextDirective,\n DialogIndicatorIconDirective,\n ],\n imports: [QBindDirective, IconDirective, NgTemplateOutlet, PortalDirective],\n})\nexport class DialogModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i2.DialogIndicatorIconDirective","i1","i2","i2.DialogBackdropDirective","i3.DialogContentDirective","i4.DialogPositionerComponent"],"mappings":"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"}
@@ -1,10 +1,11 @@
1
+ import * as i0 from '@angular/core';
2
+ import { input, computed, Directive } from '@angular/core';
3
+ import { normalizeProps, useTrackBindings } from '@qualcomm-ui/angular-core/machine';
4
+ import { dividerClasses, createQdsDividerApi } from '@qualcomm-ui/qds-core/divider';
5
+
1
6
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
7
  // SPDX-License-Identifier: BSD-3-Clause-Clear
3
- import { computed, Directive, input } from "@angular/core";
4
- import { normalizeProps, useTrackBindings, } from "@qualcomm-ui/angular-core/machine";
5
- import { createQdsDividerApi, dividerClasses, } from "@qualcomm-ui/qds-core/divider";
6
- import * as i0 from "@angular/core";
7
- export class DividerDirective {
8
+ class DividerDirective {
8
9
  /**
9
10
  * Controls whether the divider renders horizontally or vertically.
10
11
  *
@@ -32,10 +33,10 @@ export class DividerDirective {
32
33
  ngOnInit() {
33
34
  this.trackBindings();
34
35
  }
35
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: DividerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
36
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.10", type: DividerDirective, isStandalone: true, selector: "[q-divider]", inputs: { orientation: { classPropertyName: "orientation", publicName: "orientation", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class": "dividerClasses.root" } }, ngImport: i0 });
36
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DividerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
37
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: DividerDirective, isStandalone: true, selector: "[q-divider]", inputs: { orientation: { classPropertyName: "orientation", publicName: "orientation", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class": "dividerClasses.root" } }, ngImport: i0 });
37
38
  }
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: DividerDirective, decorators: [{
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: DividerDirective, decorators: [{
39
40
  type: Directive,
40
41
  args: [{
41
42
  host: {
@@ -44,4 +45,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImpo
44
45
  selector: "[q-divider]",
45
46
  }]
46
47
  }], propDecorators: { orientation: [{ type: i0.Input, args: [{ isSignal: true, alias: "orientation", required: false }] }], variant: [{ type: i0.Input, args: [{ isSignal: true, alias: "variant", required: false }] }] } });
47
- //# sourceMappingURL=divider.directive.js.map
48
+
49
+ /**
50
+ * Generated bundle index. Do not edit.
51
+ */
52
+
53
+ export { DividerDirective };
54
+ //# sourceMappingURL=qualcomm-ui-angular-divider.mjs.map