@qualcomm-ui/angular 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1741) hide show
  1. package/accordion/accordion-item-content-animator.component.d.ts +16 -0
  2. package/accordion/accordion-item-content-animator.component.d.ts.map +1 -0
  3. package/accordion/accordion-item-content-body.component.d.ts +17 -0
  4. package/accordion/accordion-item-content-body.component.d.ts.map +1 -0
  5. package/accordion/accordion-item-content.component.d.ts +7 -0
  6. package/accordion/accordion-item-content.component.d.ts.map +1 -0
  7. package/accordion/accordion-item-icon.component.d.ts +17 -0
  8. package/accordion/accordion-item-icon.component.d.ts.map +1 -0
  9. package/accordion/accordion-item-indicator.component.d.ts +24 -0
  10. package/accordion/accordion-item-indicator.component.d.ts.map +1 -0
  11. package/accordion/accordion-item-root.component.d.ts +39 -0
  12. package/accordion/accordion-item-root.component.d.ts.map +1 -0
  13. package/accordion/accordion-item-secondary-text.component.d.ts +18 -0
  14. package/accordion/accordion-item-secondary-text.component.d.ts.map +1 -0
  15. package/accordion/accordion-item-text.component.d.ts +18 -0
  16. package/accordion/accordion-item-text.component.d.ts.map +1 -0
  17. package/accordion/accordion-item-trigger.component.d.ts +31 -0
  18. package/accordion/accordion-item-trigger.component.d.ts.map +1 -0
  19. package/accordion/accordion-item.component.d.ts +48 -0
  20. package/accordion/accordion-item.component.d.ts.map +1 -0
  21. package/accordion/accordion.component.d.ts +19 -0
  22. package/accordion/accordion.component.d.ts.map +1 -0
  23. package/accordion/accordion.module.d.ts +22 -0
  24. package/accordion/accordion.module.d.ts.map +1 -0
  25. package/accordion/index.d.ts +13 -0
  26. package/accordion/index.d.ts.map +1 -0
  27. package/accordion/qualcomm-ui-angular-accordion.d.ts +6 -0
  28. package/accordion/qualcomm-ui-angular-accordion.d.ts.map +1 -0
  29. package/action-group/action-group.directive.d.ts +12 -0
  30. package/action-group/action-group.directive.d.ts.map +1 -0
  31. package/action-group/index.d.ts +2 -0
  32. package/action-group/index.d.ts.map +1 -0
  33. package/action-group/qualcomm-ui-angular-action-group.d.ts +6 -0
  34. package/action-group/qualcomm-ui-angular-action-group.d.ts.map +1 -0
  35. package/avatar/avatar-content.directive.d.ts +14 -0
  36. package/avatar/avatar-content.directive.d.ts.map +1 -0
  37. package/avatar/avatar-image.directive.d.ts +9 -0
  38. package/avatar/avatar-image.directive.d.ts.map +1 -0
  39. package/avatar/avatar-status.directive.d.ts +9 -0
  40. package/avatar/avatar-status.directive.d.ts.map +1 -0
  41. package/avatar/avatar.directive.d.ts +26 -0
  42. package/avatar/avatar.directive.d.ts.map +1 -0
  43. package/avatar/avatar.module.d.ts +11 -0
  44. package/avatar/avatar.module.d.ts.map +1 -0
  45. package/avatar/index.d.ts +6 -0
  46. package/avatar/index.d.ts.map +1 -0
  47. package/avatar/qds-avatar-context.service.d.ts +9 -0
  48. package/avatar/qds-avatar-context.service.d.ts.map +1 -0
  49. package/avatar/qualcomm-ui-angular-avatar.d.ts +6 -0
  50. package/avatar/qualcomm-ui-angular-avatar.d.ts.map +1 -0
  51. package/breadcrumbs/breadcrumb-item-icon.directive.d.ts +13 -0
  52. package/breadcrumbs/breadcrumb-item-icon.directive.d.ts.map +1 -0
  53. package/breadcrumbs/breadcrumb-item-separator.directive.d.ts +13 -0
  54. package/breadcrumbs/breadcrumb-item-separator.directive.d.ts.map +1 -0
  55. package/breadcrumbs/breadcrumb-item-trigger.directive.d.ts +13 -0
  56. package/breadcrumbs/breadcrumb-item-trigger.directive.d.ts.map +1 -0
  57. package/breadcrumbs/breadcrumb-item.directive.d.ts +26 -0
  58. package/breadcrumbs/breadcrumb-item.directive.d.ts.map +1 -0
  59. package/breadcrumbs/breadcrumbs-list.directive.d.ts +13 -0
  60. package/breadcrumbs/breadcrumbs-list.directive.d.ts.map +1 -0
  61. package/breadcrumbs/breadcrumbs-root.directive.d.ts +26 -0
  62. package/breadcrumbs/breadcrumbs-root.directive.d.ts.map +1 -0
  63. package/breadcrumbs/breadcrumbs.module.d.ts +14 -0
  64. package/breadcrumbs/breadcrumbs.module.d.ts.map +1 -0
  65. package/breadcrumbs/index.d.ts +9 -0
  66. package/breadcrumbs/index.d.ts.map +1 -0
  67. package/breadcrumbs/qds-breadcrumbs-context.service.d.ts +9 -0
  68. package/breadcrumbs/qds-breadcrumbs-context.service.d.ts.map +1 -0
  69. package/breadcrumbs/qualcomm-ui-angular-breadcrumbs.d.ts +6 -0
  70. package/breadcrumbs/qualcomm-ui-angular-breadcrumbs.d.ts.map +1 -0
  71. package/button/base-button.directive.d.ts +60 -0
  72. package/button/base-button.directive.d.ts.map +1 -0
  73. package/button/button-group.directive.d.ts +55 -0
  74. package/button/button-group.directive.d.ts.map +1 -0
  75. package/button/button.directive.d.ts +19 -0
  76. package/button/button.directive.d.ts.map +1 -0
  77. package/button/button.module.d.ts +12 -0
  78. package/button/button.module.d.ts.map +1 -0
  79. package/button/icon-button.directive.d.ts +60 -0
  80. package/button/icon-button.directive.d.ts.map +1 -0
  81. package/button/index.d.ts +9 -0
  82. package/button/index.d.ts.map +1 -0
  83. package/button/qds-button-context.service.d.ts +9 -0
  84. package/button/qds-button-context.service.d.ts.map +1 -0
  85. package/button/qds-button-group-context.service.d.ts +11 -0
  86. package/button/qds-button-group-context.service.d.ts.map +1 -0
  87. package/button/qds-icon-button-context.service.d.ts +9 -0
  88. package/button/qds-icon-button-context.service.d.ts.map +1 -0
  89. package/button/qualcomm-ui-angular-button.d.ts +6 -0
  90. package/button/qualcomm-ui-angular-button.d.ts.map +1 -0
  91. package/checkbox/checkbox-control.component.d.ts +12 -0
  92. package/checkbox/checkbox-control.component.d.ts.map +1 -0
  93. package/checkbox/checkbox-error-text.component.d.ts +19 -0
  94. package/checkbox/checkbox-error-text.component.d.ts.map +1 -0
  95. package/checkbox/checkbox-hidden-input.directive.d.ts +14 -0
  96. package/checkbox/checkbox-hidden-input.directive.d.ts.map +1 -0
  97. package/checkbox/checkbox-indicator.component.d.ts +13 -0
  98. package/checkbox/checkbox-indicator.component.d.ts.map +1 -0
  99. package/checkbox/checkbox-label.directive.d.ts +12 -0
  100. package/checkbox/checkbox-label.directive.d.ts.map +1 -0
  101. package/checkbox/checkbox-root.directive.d.ts +21 -0
  102. package/checkbox/checkbox-root.directive.d.ts.map +1 -0
  103. package/checkbox/checkbox.component.d.ts +37 -0
  104. package/checkbox/checkbox.component.d.ts.map +1 -0
  105. package/checkbox/checkbox.module.d.ts +17 -0
  106. package/checkbox/checkbox.module.d.ts.map +1 -0
  107. package/checkbox/index.d.ts +10 -0
  108. package/checkbox/index.d.ts.map +1 -0
  109. package/checkbox/qds-checkbox-context.service.d.ts +9 -0
  110. package/checkbox/qds-checkbox-context.service.d.ts.map +1 -0
  111. package/checkbox/qualcomm-ui-angular-checkbox.d.ts +6 -0
  112. package/checkbox/qualcomm-ui-angular-checkbox.d.ts.map +1 -0
  113. package/checkmark/checkmark-icon.component.d.ts +10 -0
  114. package/checkmark/checkmark-icon.component.d.ts.map +1 -0
  115. package/checkmark/index.d.ts +2 -0
  116. package/checkmark/index.d.ts.map +1 -0
  117. package/checkmark/qualcomm-ui-angular-checkmark.d.ts +6 -0
  118. package/checkmark/qualcomm-ui-angular-checkmark.d.ts.map +1 -0
  119. package/collapsible/collapsible-content.component.d.ts +10 -0
  120. package/collapsible/collapsible-content.component.d.ts.map +1 -0
  121. package/collapsible/collapsible-root.component.d.ts +7 -0
  122. package/collapsible/collapsible-root.component.d.ts.map +1 -0
  123. package/collapsible/collapsible-trigger.component.d.ts +7 -0
  124. package/collapsible/collapsible-trigger.component.d.ts.map +1 -0
  125. package/collapsible/collapsible.module.d.ts +10 -0
  126. package/collapsible/collapsible.module.d.ts.map +1 -0
  127. package/collapsible/index.d.ts +5 -0
  128. package/collapsible/index.d.ts.map +1 -0
  129. package/collapsible/qualcomm-ui-angular-collapsible.d.ts +6 -0
  130. package/collapsible/qualcomm-ui-angular-collapsible.d.ts.map +1 -0
  131. package/combobox/combobox-clear-trigger.directive.d.ts +10 -0
  132. package/combobox/combobox-clear-trigger.directive.d.ts.map +1 -0
  133. package/combobox/combobox-content.directive.d.ts +9 -0
  134. package/combobox/combobox-content.directive.d.ts.map +1 -0
  135. package/combobox/combobox-context.directive.d.ts +17 -0
  136. package/combobox/combobox-context.directive.d.ts.map +1 -0
  137. package/combobox/combobox-control.directive.d.ts +10 -0
  138. package/combobox/combobox-control.directive.d.ts.map +1 -0
  139. package/combobox/combobox-empty.directive.d.ts +9 -0
  140. package/combobox/combobox-empty.directive.d.ts.map +1 -0
  141. package/combobox/combobox-error-indicator.directive.d.ts +16 -0
  142. package/combobox/combobox-error-indicator.directive.d.ts.map +1 -0
  143. package/combobox/combobox-error-text.directive.d.ts +15 -0
  144. package/combobox/combobox-error-text.directive.d.ts.map +1 -0
  145. package/combobox/combobox-hint.directive.d.ts +9 -0
  146. package/combobox/combobox-hint.directive.d.ts.map +1 -0
  147. package/combobox/combobox-icon.directive.d.ts +13 -0
  148. package/combobox/combobox-icon.directive.d.ts.map +1 -0
  149. package/combobox/combobox-input.directive.d.ts +9 -0
  150. package/combobox/combobox-input.directive.d.ts.map +1 -0
  151. package/combobox/combobox-item-indicator.directive.d.ts +9 -0
  152. package/combobox/combobox-item-indicator.directive.d.ts.map +1 -0
  153. package/combobox/combobox-item-text.directive.d.ts +9 -0
  154. package/combobox/combobox-item-text.directive.d.ts.map +1 -0
  155. package/combobox/combobox-item.directive.d.ts +9 -0
  156. package/combobox/combobox-item.directive.d.ts.map +1 -0
  157. package/combobox/combobox-items.component.d.ts +7 -0
  158. package/combobox/combobox-items.component.d.ts.map +1 -0
  159. package/combobox/combobox-label.directive.d.ts +10 -0
  160. package/combobox/combobox-label.directive.d.ts.map +1 -0
  161. package/combobox/combobox-positioner.directive.d.ts +9 -0
  162. package/combobox/combobox-positioner.directive.d.ts.map +1 -0
  163. package/combobox/combobox-root.directive.d.ts +26 -0
  164. package/combobox/combobox-root.directive.d.ts.map +1 -0
  165. package/combobox/combobox-trigger.directive.d.ts +9 -0
  166. package/combobox/combobox-trigger.directive.d.ts.map +1 -0
  167. package/combobox/combobox-virtual-content.directive.d.ts +28 -0
  168. package/combobox/combobox-virtual-content.directive.d.ts.map +1 -0
  169. package/combobox/combobox-virtual-item.directive.d.ts +31 -0
  170. package/combobox/combobox-virtual-item.directive.d.ts.map +1 -0
  171. package/combobox/combobox-virtualizer.directive.d.ts +16 -0
  172. package/combobox/combobox-virtualizer.directive.d.ts.map +1 -0
  173. package/combobox/combobox.component.d.ts +80 -0
  174. package/combobox/combobox.component.d.ts.map +1 -0
  175. package/combobox/combobox.module.d.ts +34 -0
  176. package/combobox/combobox.module.d.ts.map +1 -0
  177. package/combobox/index.d.ts +25 -0
  178. package/combobox/index.d.ts.map +1 -0
  179. package/combobox/qds-combobox-context.service.d.ts +9 -0
  180. package/combobox/qds-combobox-context.service.d.ts.map +1 -0
  181. package/combobox/qualcomm-ui-angular-combobox.d.ts +6 -0
  182. package/combobox/qualcomm-ui-angular-combobox.d.ts.map +1 -0
  183. package/dialog/dialog-backdrop.directive.d.ts +16 -0
  184. package/dialog/dialog-backdrop.directive.d.ts.map +1 -0
  185. package/dialog/dialog-body.component.d.ts +19 -0
  186. package/dialog/dialog-body.component.d.ts.map +1 -0
  187. package/dialog/dialog-close-button.component.d.ts +13 -0
  188. package/dialog/dialog-close-button.component.d.ts.map +1 -0
  189. package/dialog/dialog-close-trigger.directive.d.ts +10 -0
  190. package/dialog/dialog-close-trigger.directive.d.ts.map +1 -0
  191. package/dialog/dialog-content.directive.d.ts +12 -0
  192. package/dialog/dialog-content.directive.d.ts.map +1 -0
  193. package/dialog/dialog-context.directive.d.ts +15 -0
  194. package/dialog/dialog-context.directive.d.ts.map +1 -0
  195. package/dialog/dialog-description.directive.d.ts +10 -0
  196. package/dialog/dialog-description.directive.d.ts.map +1 -0
  197. package/dialog/dialog-floating-portal.component.d.ts +21 -0
  198. package/dialog/dialog-floating-portal.component.d.ts.map +1 -0
  199. package/dialog/dialog-footer.directive.d.ts +12 -0
  200. package/dialog/dialog-footer.directive.d.ts.map +1 -0
  201. package/dialog/dialog-heading.directive.d.ts +12 -0
  202. package/dialog/dialog-heading.directive.d.ts.map +1 -0
  203. package/dialog/dialog-indicator-icon.directive.d.ts +16 -0
  204. package/dialog/dialog-indicator-icon.directive.d.ts.map +1 -0
  205. package/dialog/dialog-positioner.component.d.ts +12 -0
  206. package/dialog/dialog-positioner.component.d.ts.map +1 -0
  207. package/dialog/dialog-root.directive.d.ts +49 -0
  208. package/dialog/dialog-root.directive.d.ts.map +1 -0
  209. package/dialog/dialog-trigger.directive.d.ts +10 -0
  210. package/dialog/dialog-trigger.directive.d.ts.map +1 -0
  211. package/dialog/dialog.module.d.ts +25 -0
  212. package/dialog/dialog.module.d.ts.map +1 -0
  213. package/dialog/index.d.ts +17 -0
  214. package/dialog/index.d.ts.map +1 -0
  215. package/dialog/qds-dialog-context.service.d.ts +9 -0
  216. package/dialog/qds-dialog-context.service.d.ts.map +1 -0
  217. package/dialog/qualcomm-ui-angular-dialog.d.ts +6 -0
  218. package/dialog/qualcomm-ui-angular-dialog.d.ts.map +1 -0
  219. package/divider/divider.directive.d.ts +33 -0
  220. package/divider/divider.directive.d.ts.map +1 -0
  221. package/divider/index.d.ts +2 -0
  222. package/divider/index.d.ts.map +1 -0
  223. package/divider/qualcomm-ui-angular-divider.d.ts +6 -0
  224. package/divider/qualcomm-ui-angular-divider.d.ts.map +1 -0
  225. package/drawer/drawer-backdrop.directive.d.ts +10 -0
  226. package/drawer/drawer-backdrop.directive.d.ts.map +1 -0
  227. package/drawer/drawer-body.component.d.ts +11 -0
  228. package/drawer/drawer-body.component.d.ts.map +1 -0
  229. package/drawer/drawer-close-button.component.d.ts +10 -0
  230. package/drawer/drawer-close-button.component.d.ts.map +1 -0
  231. package/drawer/drawer-close-trigger.directive.d.ts +10 -0
  232. package/drawer/drawer-close-trigger.directive.d.ts.map +1 -0
  233. package/drawer/drawer-content.directive.d.ts +12 -0
  234. package/drawer/drawer-content.directive.d.ts.map +1 -0
  235. package/drawer/drawer-context.directive.d.ts +16 -0
  236. package/drawer/drawer-context.directive.d.ts.map +1 -0
  237. package/drawer/drawer-description.directive.d.ts +10 -0
  238. package/drawer/drawer-description.directive.d.ts.map +1 -0
  239. package/drawer/drawer-floating-portal.component.d.ts +11 -0
  240. package/drawer/drawer-floating-portal.component.d.ts.map +1 -0
  241. package/drawer/drawer-footer.directive.d.ts +10 -0
  242. package/drawer/drawer-footer.directive.d.ts.map +1 -0
  243. package/drawer/drawer-heading.directive.d.ts +10 -0
  244. package/drawer/drawer-heading.directive.d.ts.map +1 -0
  245. package/drawer/drawer-indicator-icon.directive.d.ts +10 -0
  246. package/drawer/drawer-indicator-icon.directive.d.ts.map +1 -0
  247. package/drawer/drawer-positioner.component.d.ts +12 -0
  248. package/drawer/drawer-positioner.component.d.ts.map +1 -0
  249. package/drawer/drawer-root.component.d.ts +48 -0
  250. package/drawer/drawer-root.component.d.ts.map +1 -0
  251. package/drawer/drawer-trigger.directive.d.ts +7 -0
  252. package/drawer/drawer-trigger.directive.d.ts.map +1 -0
  253. package/drawer/drawer.module.d.ts +25 -0
  254. package/drawer/drawer.module.d.ts.map +1 -0
  255. package/drawer/index.d.ts +17 -0
  256. package/drawer/index.d.ts.map +1 -0
  257. package/drawer/qds-drawer-context.service.d.ts +9 -0
  258. package/drawer/qds-drawer-context.service.d.ts.map +1 -0
  259. package/drawer/qualcomm-ui-angular-drawer.d.ts +6 -0
  260. package/drawer/qualcomm-ui-angular-drawer.d.ts.map +1 -0
  261. package/esm2022/accordion/accordion-item-content-animator.component.js +48 -0
  262. package/esm2022/accordion/accordion-item-content-animator.component.js.map +1 -0
  263. package/esm2022/accordion/accordion-item-content-body.component.js +21 -0
  264. package/esm2022/accordion/accordion-item-content-body.component.js.map +1 -0
  265. package/esm2022/accordion/accordion-item-content.component.js +27 -0
  266. package/esm2022/accordion/accordion-item-content.component.js.map +1 -0
  267. package/esm2022/accordion/accordion-item-icon.component.js +21 -0
  268. package/esm2022/accordion/accordion-item-icon.component.js.map +1 -0
  269. package/esm2022/accordion/accordion-item-indicator.component.js +34 -0
  270. package/esm2022/accordion/accordion-item-indicator.component.js.map +1 -0
  271. package/esm2022/accordion/accordion-item-root.component.js +45 -0
  272. package/esm2022/accordion/accordion-item-root.component.js.map +1 -0
  273. package/esm2022/accordion/accordion-item-secondary-text.component.js +22 -0
  274. package/esm2022/accordion/accordion-item-secondary-text.component.js.map +1 -0
  275. package/esm2022/accordion/accordion-item-text.component.js +22 -0
  276. package/esm2022/accordion/accordion-item-text.component.js.map +1 -0
  277. package/esm2022/accordion/accordion-item-trigger.component.js +61 -0
  278. package/esm2022/accordion/accordion-item-trigger.component.js.map +1 -0
  279. package/esm2022/accordion/accordion-item.component.js +111 -0
  280. package/esm2022/accordion/accordion-item.component.js.map +1 -0
  281. package/esm2022/accordion/accordion.component.js +35 -0
  282. package/esm2022/accordion/accordion.component.js.map +1 -0
  283. package/esm2022/accordion/accordion.module.js +77 -0
  284. package/esm2022/accordion/accordion.module.js.map +1 -0
  285. package/esm2022/accordion/index.js +13 -0
  286. package/esm2022/accordion/index.js.map +1 -0
  287. package/esm2022/accordion/qualcomm-ui-angular-accordion.js +5 -0
  288. package/esm2022/accordion/qualcomm-ui-angular-accordion.js.map +1 -0
  289. package/esm2022/action-group/action-group.directive.js +26 -0
  290. package/esm2022/action-group/action-group.directive.js.map +1 -0
  291. package/esm2022/action-group/index.js +2 -0
  292. package/esm2022/action-group/index.js.map +1 -0
  293. package/esm2022/action-group/qualcomm-ui-angular-action-group.js +5 -0
  294. package/esm2022/action-group/qualcomm-ui-angular-action-group.js.map +1 -0
  295. package/esm2022/avatar/avatar-content.directive.js +28 -0
  296. package/esm2022/avatar/avatar-content.directive.js.map +1 -0
  297. package/esm2022/avatar/avatar-image.directive.js +23 -0
  298. package/esm2022/avatar/avatar-image.directive.js.map +1 -0
  299. package/esm2022/avatar/avatar-status.directive.js +23 -0
  300. package/esm2022/avatar/avatar-status.directive.js.map +1 -0
  301. package/esm2022/avatar/avatar.directive.js +48 -0
  302. package/esm2022/avatar/avatar.directive.js.map +1 -0
  303. package/esm2022/avatar/avatar.module.js +37 -0
  304. package/esm2022/avatar/avatar.module.js.map +1 -0
  305. package/esm2022/avatar/index.js +6 -0
  306. package/esm2022/avatar/index.js.map +1 -0
  307. package/esm2022/avatar/qds-avatar-context.service.js +14 -0
  308. package/esm2022/avatar/qds-avatar-context.service.js.map +1 -0
  309. package/esm2022/avatar/qualcomm-ui-angular-avatar.js +5 -0
  310. package/esm2022/avatar/qualcomm-ui-angular-avatar.js.map +1 -0
  311. package/esm2022/breadcrumbs/breadcrumb-item-icon.directive.js +23 -0
  312. package/esm2022/breadcrumbs/breadcrumb-item-icon.directive.js.map +1 -0
  313. package/esm2022/breadcrumbs/breadcrumb-item-separator.directive.js +23 -0
  314. package/esm2022/breadcrumbs/breadcrumb-item-separator.directive.js.map +1 -0
  315. package/esm2022/breadcrumbs/breadcrumb-item-trigger.directive.js +23 -0
  316. package/esm2022/breadcrumbs/breadcrumb-item-trigger.directive.js.map +1 -0
  317. package/esm2022/breadcrumbs/breadcrumb-item.directive.js +63 -0
  318. package/esm2022/breadcrumbs/breadcrumb-item.directive.js.map +1 -0
  319. package/esm2022/breadcrumbs/breadcrumbs-list.directive.js +23 -0
  320. package/esm2022/breadcrumbs/breadcrumbs-list.directive.js.map +1 -0
  321. package/esm2022/breadcrumbs/breadcrumbs-root.directive.js +41 -0
  322. package/esm2022/breadcrumbs/breadcrumbs-root.directive.js.map +1 -0
  323. package/esm2022/breadcrumbs/breadcrumbs.module.js +49 -0
  324. package/esm2022/breadcrumbs/breadcrumbs.module.js.map +1 -0
  325. package/esm2022/breadcrumbs/index.js +9 -0
  326. package/esm2022/breadcrumbs/index.js.map +1 -0
  327. package/esm2022/breadcrumbs/qds-breadcrumbs-context.service.js +14 -0
  328. package/esm2022/breadcrumbs/qds-breadcrumbs-context.service.js.map +1 -0
  329. package/esm2022/breadcrumbs/qualcomm-ui-angular-breadcrumbs.js +5 -0
  330. package/esm2022/breadcrumbs/qualcomm-ui-angular-breadcrumbs.js.map +1 -0
  331. package/esm2022/button/base-button.directive.js +82 -0
  332. package/esm2022/button/base-button.directive.js.map +1 -0
  333. package/esm2022/button/button-group.directive.js +84 -0
  334. package/esm2022/button/button-group.directive.js.map +1 -0
  335. package/esm2022/button/button.directive.js +100 -0
  336. package/esm2022/button/button.directive.js.map +1 -0
  337. package/esm2022/button/button.module.js +31 -0
  338. package/esm2022/button/button.module.js.map +1 -0
  339. package/esm2022/button/icon-button.directive.js +93 -0
  340. package/esm2022/button/icon-button.directive.js.map +1 -0
  341. package/esm2022/button/index.js +9 -0
  342. package/esm2022/button/index.js.map +1 -0
  343. package/esm2022/button/qds-button-context.service.js +14 -0
  344. package/esm2022/button/qds-button-context.service.js.map +1 -0
  345. package/esm2022/button/qds-button-group-context.service.js +14 -0
  346. package/esm2022/button/qds-button-group-context.service.js.map +1 -0
  347. package/esm2022/button/qds-icon-button-context.service.js +14 -0
  348. package/esm2022/button/qds-icon-button-context.service.js.map +1 -0
  349. package/esm2022/button/qualcomm-ui-angular-button.js +5 -0
  350. package/esm2022/button/qualcomm-ui-angular-button.js.map +1 -0
  351. package/esm2022/checkbox/checkbox-control.component.js +36 -0
  352. package/esm2022/checkbox/checkbox-control.component.js.map +1 -0
  353. package/esm2022/checkbox/checkbox-error-text.component.js +41 -0
  354. package/esm2022/checkbox/checkbox-error-text.component.js.map +1 -0
  355. package/esm2022/checkbox/checkbox-hidden-input.directive.js +32 -0
  356. package/esm2022/checkbox/checkbox-hidden-input.directive.js.map +1 -0
  357. package/esm2022/checkbox/checkbox-indicator.component.js +43 -0
  358. package/esm2022/checkbox/checkbox-indicator.component.js.map +1 -0
  359. package/esm2022/checkbox/checkbox-label.directive.js +26 -0
  360. package/esm2022/checkbox/checkbox-label.directive.js.map +1 -0
  361. package/esm2022/checkbox/checkbox-root.directive.js +36 -0
  362. package/esm2022/checkbox/checkbox-root.directive.js.map +1 -0
  363. package/esm2022/checkbox/checkbox.component.js +104 -0
  364. package/esm2022/checkbox/checkbox.component.js.map +1 -0
  365. package/esm2022/checkbox/checkbox.module.js +56 -0
  366. package/esm2022/checkbox/checkbox.module.js.map +1 -0
  367. package/esm2022/checkbox/index.js +10 -0
  368. package/esm2022/checkbox/index.js.map +1 -0
  369. package/esm2022/checkbox/qds-checkbox-context.service.js +14 -0
  370. package/esm2022/checkbox/qds-checkbox-context.service.js.map +1 -0
  371. package/esm2022/checkbox/qualcomm-ui-angular-checkbox.js +5 -0
  372. package/esm2022/checkbox/qualcomm-ui-angular-checkbox.js.map +1 -0
  373. package/esm2022/checkmark/checkmark-icon.component.js +167 -0
  374. package/esm2022/checkmark/checkmark-icon.component.js.map +1 -0
  375. package/esm2022/checkmark/index.js +2 -0
  376. package/esm2022/checkmark/index.js.map +1 -0
  377. package/esm2022/checkmark/qualcomm-ui-angular-checkmark.js +5 -0
  378. package/esm2022/checkmark/qualcomm-ui-angular-checkmark.js.map +1 -0
  379. package/esm2022/collapsible/collapsible-content.component.js +22 -0
  380. package/esm2022/collapsible/collapsible-content.component.js.map +1 -0
  381. package/esm2022/collapsible/collapsible-root.component.js +18 -0
  382. package/esm2022/collapsible/collapsible-root.component.js.map +1 -0
  383. package/esm2022/collapsible/collapsible-trigger.component.js +17 -0
  384. package/esm2022/collapsible/collapsible-trigger.component.js.map +1 -0
  385. package/esm2022/collapsible/collapsible.module.js +32 -0
  386. package/esm2022/collapsible/collapsible.module.js.map +1 -0
  387. package/esm2022/collapsible/index.js +5 -0
  388. package/esm2022/collapsible/index.js.map +1 -0
  389. package/esm2022/collapsible/qualcomm-ui-angular-collapsible.js +5 -0
  390. package/esm2022/collapsible/qualcomm-ui-angular-collapsible.js.map +1 -0
  391. package/esm2022/combobox/combobox-clear-trigger.directive.js +40 -0
  392. package/esm2022/combobox/combobox-clear-trigger.directive.js.map +1 -0
  393. package/esm2022/combobox/combobox-content.directive.js +23 -0
  394. package/esm2022/combobox/combobox-content.directive.js.map +1 -0
  395. package/esm2022/combobox/combobox-context.directive.js +29 -0
  396. package/esm2022/combobox/combobox-context.directive.js.map +1 -0
  397. package/esm2022/combobox/combobox-control.directive.js +48 -0
  398. package/esm2022/combobox/combobox-control.directive.js.map +1 -0
  399. package/esm2022/combobox/combobox-empty.directive.js +23 -0
  400. package/esm2022/combobox/combobox-empty.directive.js.map +1 -0
  401. package/esm2022/combobox/combobox-error-indicator.directive.js +40 -0
  402. package/esm2022/combobox/combobox-error-indicator.directive.js.map +1 -0
  403. package/esm2022/combobox/combobox-error-text.directive.js +39 -0
  404. package/esm2022/combobox/combobox-error-text.directive.js.map +1 -0
  405. package/esm2022/combobox/combobox-hint.directive.js +23 -0
  406. package/esm2022/combobox/combobox-hint.directive.js.map +1 -0
  407. package/esm2022/combobox/combobox-icon.directive.js +23 -0
  408. package/esm2022/combobox/combobox-icon.directive.js.map +1 -0
  409. package/esm2022/combobox/combobox-input.directive.js +23 -0
  410. package/esm2022/combobox/combobox-input.directive.js.map +1 -0
  411. package/esm2022/combobox/combobox-item-indicator.directive.js +36 -0
  412. package/esm2022/combobox/combobox-item-indicator.directive.js.map +1 -0
  413. package/esm2022/combobox/combobox-item-text.directive.js +23 -0
  414. package/esm2022/combobox/combobox-item-text.directive.js.map +1 -0
  415. package/esm2022/combobox/combobox-item.directive.js +24 -0
  416. package/esm2022/combobox/combobox-item.directive.js.map +1 -0
  417. package/esm2022/combobox/combobox-items.component.js +42 -0
  418. package/esm2022/combobox/combobox-items.component.js.map +1 -0
  419. package/esm2022/combobox/combobox-label.directive.js +49 -0
  420. package/esm2022/combobox/combobox-label.directive.js.map +1 -0
  421. package/esm2022/combobox/combobox-positioner.directive.js +23 -0
  422. package/esm2022/combobox/combobox-positioner.directive.js.map +1 -0
  423. package/esm2022/combobox/combobox-root.directive.js +58 -0
  424. package/esm2022/combobox/combobox-root.directive.js.map +1 -0
  425. package/esm2022/combobox/combobox-trigger.directive.js +36 -0
  426. package/esm2022/combobox/combobox-trigger.directive.js.map +1 -0
  427. package/esm2022/combobox/combobox-virtual-content.directive.js +114 -0
  428. package/esm2022/combobox/combobox-virtual-content.directive.js.map +1 -0
  429. package/esm2022/combobox/combobox-virtual-item.directive.js +53 -0
  430. package/esm2022/combobox/combobox-virtual-item.directive.js.map +1 -0
  431. package/esm2022/combobox/combobox-virtualizer.directive.js +29 -0
  432. package/esm2022/combobox/combobox-virtualizer.directive.js.map +1 -0
  433. package/esm2022/combobox/combobox.component.js +355 -0
  434. package/esm2022/combobox/combobox.component.js.map +1 -0
  435. package/esm2022/combobox/combobox.module.js +144 -0
  436. package/esm2022/combobox/combobox.module.js.map +1 -0
  437. package/esm2022/combobox/index.js +25 -0
  438. package/esm2022/combobox/index.js.map +1 -0
  439. package/esm2022/combobox/qds-combobox-context.service.js +14 -0
  440. package/esm2022/combobox/qds-combobox-context.service.js.map +1 -0
  441. package/esm2022/combobox/qualcomm-ui-angular-combobox.js +5 -0
  442. package/esm2022/combobox/qualcomm-ui-angular-combobox.js.map +1 -0
  443. package/esm2022/dialog/dialog-backdrop.directive.js +31 -0
  444. package/esm2022/dialog/dialog-backdrop.directive.js.map +1 -0
  445. package/esm2022/dialog/dialog-body.component.js +65 -0
  446. package/esm2022/dialog/dialog-body.component.js.map +1 -0
  447. package/esm2022/dialog/dialog-close-button.component.js +43 -0
  448. package/esm2022/dialog/dialog-close-button.component.js.map +1 -0
  449. package/esm2022/dialog/dialog-close-trigger.directive.js +20 -0
  450. package/esm2022/dialog/dialog-close-trigger.directive.js.map +1 -0
  451. package/esm2022/dialog/dialog-content.directive.js +26 -0
  452. package/esm2022/dialog/dialog-content.directive.js.map +1 -0
  453. package/esm2022/dialog/dialog-context.directive.js +28 -0
  454. package/esm2022/dialog/dialog-context.directive.js.map +1 -0
  455. package/esm2022/dialog/dialog-description.directive.js +20 -0
  456. package/esm2022/dialog/dialog-description.directive.js.map +1 -0
  457. package/esm2022/dialog/dialog-floating-portal.component.js +54 -0
  458. package/esm2022/dialog/dialog-floating-portal.component.js.map +1 -0
  459. package/esm2022/dialog/dialog-footer.directive.js +26 -0
  460. package/esm2022/dialog/dialog-footer.directive.js.map +1 -0
  461. package/esm2022/dialog/dialog-heading.directive.js +26 -0
  462. package/esm2022/dialog/dialog-heading.directive.js.map +1 -0
  463. package/esm2022/dialog/dialog-indicator-icon.directive.js +26 -0
  464. package/esm2022/dialog/dialog-indicator-icon.directive.js.map +1 -0
  465. package/esm2022/dialog/dialog-positioner.component.js +26 -0
  466. package/esm2022/dialog/dialog-positioner.component.js.map +1 -0
  467. package/esm2022/dialog/dialog-root.directive.js +76 -0
  468. package/esm2022/dialog/dialog-root.directive.js.map +1 -0
  469. package/esm2022/dialog/dialog-trigger.directive.js +20 -0
  470. package/esm2022/dialog/dialog-trigger.directive.js.map +1 -0
  471. package/esm2022/dialog/dialog.module.js +92 -0
  472. package/esm2022/dialog/dialog.module.js.map +1 -0
  473. package/esm2022/dialog/index.js +17 -0
  474. package/esm2022/dialog/index.js.map +1 -0
  475. package/esm2022/dialog/qds-dialog-context.service.js +14 -0
  476. package/esm2022/dialog/qds-dialog-context.service.js.map +1 -0
  477. package/esm2022/dialog/qualcomm-ui-angular-dialog.js +5 -0
  478. package/esm2022/dialog/qualcomm-ui-angular-dialog.js.map +1 -0
  479. package/esm2022/divider/divider.directive.js +47 -0
  480. package/esm2022/divider/divider.directive.js.map +1 -0
  481. package/esm2022/divider/index.js +2 -0
  482. package/esm2022/divider/index.js.map +1 -0
  483. package/esm2022/divider/qualcomm-ui-angular-divider.js +5 -0
  484. package/esm2022/divider/qualcomm-ui-angular-divider.js.map +1 -0
  485. package/esm2022/drawer/drawer-backdrop.directive.js +22 -0
  486. package/esm2022/drawer/drawer-backdrop.directive.js.map +1 -0
  487. package/esm2022/drawer/drawer-body.component.js +38 -0
  488. package/esm2022/drawer/drawer-body.component.js.map +1 -0
  489. package/esm2022/drawer/drawer-close-button.component.js +30 -0
  490. package/esm2022/drawer/drawer-close-button.component.js.map +1 -0
  491. package/esm2022/drawer/drawer-close-trigger.directive.js +20 -0
  492. package/esm2022/drawer/drawer-close-trigger.directive.js.map +1 -0
  493. package/esm2022/drawer/drawer-content.directive.js +26 -0
  494. package/esm2022/drawer/drawer-content.directive.js.map +1 -0
  495. package/esm2022/drawer/drawer-context.directive.js +28 -0
  496. package/esm2022/drawer/drawer-context.directive.js.map +1 -0
  497. package/esm2022/drawer/drawer-description.directive.js +20 -0
  498. package/esm2022/drawer/drawer-description.directive.js.map +1 -0
  499. package/esm2022/drawer/drawer-floating-portal.component.js +61 -0
  500. package/esm2022/drawer/drawer-floating-portal.component.js.map +1 -0
  501. package/esm2022/drawer/drawer-footer.directive.js +20 -0
  502. package/esm2022/drawer/drawer-footer.directive.js.map +1 -0
  503. package/esm2022/drawer/drawer-heading.directive.js +20 -0
  504. package/esm2022/drawer/drawer-heading.directive.js.map +1 -0
  505. package/esm2022/drawer/drawer-indicator-icon.directive.js +20 -0
  506. package/esm2022/drawer/drawer-indicator-icon.directive.js.map +1 -0
  507. package/esm2022/drawer/drawer-positioner.component.js +26 -0
  508. package/esm2022/drawer/drawer-positioner.component.js.map +1 -0
  509. package/esm2022/drawer/drawer-root.component.js +83 -0
  510. package/esm2022/drawer/drawer-root.component.js.map +1 -0
  511. package/esm2022/drawer/drawer-trigger.directive.js +17 -0
  512. package/esm2022/drawer/drawer-trigger.directive.js.map +1 -0
  513. package/esm2022/drawer/drawer.module.js +92 -0
  514. package/esm2022/drawer/drawer.module.js.map +1 -0
  515. package/esm2022/drawer/index.js +17 -0
  516. package/esm2022/drawer/index.js.map +1 -0
  517. package/esm2022/drawer/qds-drawer-context.service.js +14 -0
  518. package/esm2022/drawer/qds-drawer-context.service.js.map +1 -0
  519. package/esm2022/drawer/qualcomm-ui-angular-drawer.js +5 -0
  520. package/esm2022/drawer/qualcomm-ui-angular-drawer.js.map +1 -0
  521. package/esm2022/footer/index.js +2 -0
  522. package/esm2022/footer/index.js.map +1 -0
  523. package/esm2022/footer/qualcomm-ui-angular-footer.js +5 -0
  524. package/esm2022/footer/qualcomm-ui-angular-footer.js.map +1 -0
  525. package/esm2022/header/index.js +2 -0
  526. package/esm2022/header/index.js.map +1 -0
  527. package/esm2022/header/qualcomm-ui-angular-header.js +5 -0
  528. package/esm2022/header/qualcomm-ui-angular-header.js.map +1 -0
  529. package/esm2022/icon/end-icon.directive.js +40 -0
  530. package/esm2022/icon/end-icon.directive.js.map +1 -0
  531. package/esm2022/icon/icon.directive.js +71 -0
  532. package/esm2022/icon/icon.directive.js.map +1 -0
  533. package/esm2022/icon/icon.tokens.js +6 -0
  534. package/esm2022/icon/icon.tokens.js.map +1 -0
  535. package/esm2022/icon/index.js +6 -0
  536. package/esm2022/icon/index.js.map +1 -0
  537. package/esm2022/icon/qualcomm-ui-angular-icon.js +5 -0
  538. package/esm2022/icon/qualcomm-ui-angular-icon.js.map +1 -0
  539. package/esm2022/icon/start-icon.directive.js +40 -0
  540. package/esm2022/icon/start-icon.directive.js.map +1 -0
  541. package/esm2022/icon/use-lucide-icon.js +94 -0
  542. package/esm2022/icon/use-lucide-icon.js.map +1 -0
  543. package/esm2022/index.js +4 -0
  544. package/esm2022/index.js.map +1 -0
  545. package/esm2022/inline-icon-button/index.js +3 -0
  546. package/esm2022/inline-icon-button/index.js.map +1 -0
  547. package/esm2022/inline-icon-button/inline-icon-button.component.js +60 -0
  548. package/esm2022/inline-icon-button/inline-icon-button.component.js.map +1 -0
  549. package/esm2022/inline-icon-button/qualcomm-ui-angular-inline-icon-button.js +5 -0
  550. package/esm2022/inline-icon-button/qualcomm-ui-angular-inline-icon-button.js.map +1 -0
  551. package/esm2022/inline-icon-button/use-inline-icon-button-api.js +13 -0
  552. package/esm2022/inline-icon-button/use-inline-icon-button-api.js.map +1 -0
  553. package/esm2022/inline-notification/index.js +10 -0
  554. package/esm2022/inline-notification/index.js.map +1 -0
  555. package/esm2022/inline-notification/inline-notification-action.directive.js +23 -0
  556. package/esm2022/inline-notification/inline-notification-action.directive.js.map +1 -0
  557. package/esm2022/inline-notification/inline-notification-close-button.directive.js +44 -0
  558. package/esm2022/inline-notification/inline-notification-close-button.directive.js.map +1 -0
  559. package/esm2022/inline-notification/inline-notification-description.directive.js +23 -0
  560. package/esm2022/inline-notification/inline-notification-description.directive.js.map +1 -0
  561. package/esm2022/inline-notification/inline-notification-icon.directive.js +53 -0
  562. package/esm2022/inline-notification/inline-notification-icon.directive.js.map +1 -0
  563. package/esm2022/inline-notification/inline-notification-label.directive.js +23 -0
  564. package/esm2022/inline-notification/inline-notification-label.directive.js.map +1 -0
  565. package/esm2022/inline-notification/inline-notification-root.directive.js +50 -0
  566. package/esm2022/inline-notification/inline-notification-root.directive.js.map +1 -0
  567. package/esm2022/inline-notification/inline-notification.directive.js +113 -0
  568. package/esm2022/inline-notification/inline-notification.directive.js.map +1 -0
  569. package/esm2022/inline-notification/inline-notification.module.js +56 -0
  570. package/esm2022/inline-notification/inline-notification.module.js.map +1 -0
  571. package/esm2022/inline-notification/qds-inline-notification-context.service.js +14 -0
  572. package/esm2022/inline-notification/qds-inline-notification-context.service.js.map +1 -0
  573. package/esm2022/inline-notification/qualcomm-ui-angular-inline-notification.js +5 -0
  574. package/esm2022/inline-notification/qualcomm-ui-angular-inline-notification.js.map +1 -0
  575. package/esm2022/input/error-text.component.js +54 -0
  576. package/esm2022/input/error-text.component.js.map +1 -0
  577. package/esm2022/input/hint.directive.js +35 -0
  578. package/esm2022/input/hint.directive.js.map +1 -0
  579. package/esm2022/input/index.js +7 -0
  580. package/esm2022/input/index.js.map +1 -0
  581. package/esm2022/input/input-end-icon.component.js +41 -0
  582. package/esm2022/input/input-end-icon.component.js.map +1 -0
  583. package/esm2022/input/input-start-icon.component.js +43 -0
  584. package/esm2022/input/input-start-icon.component.js.map +1 -0
  585. package/esm2022/input/qds-input-context.service.js +14 -0
  586. package/esm2022/input/qds-input-context.service.js.map +1 -0
  587. package/esm2022/input/qualcomm-ui-angular-input.js +5 -0
  588. package/esm2022/input/qualcomm-ui-angular-input.js.map +1 -0
  589. package/esm2022/input/use-input-bindings.js +81 -0
  590. package/esm2022/input/use-input-bindings.js.map +1 -0
  591. package/esm2022/link/index.js +2 -0
  592. package/esm2022/link/index.js.map +1 -0
  593. package/esm2022/link/link.directive.js +143 -0
  594. package/esm2022/link/link.directive.js.map +1 -0
  595. package/esm2022/link/qualcomm-ui-angular-link.js +5 -0
  596. package/esm2022/link/qualcomm-ui-angular-link.js.map +1 -0
  597. package/esm2022/menu/index.js +21 -0
  598. package/esm2022/menu/index.js.map +1 -0
  599. package/esm2022/menu/menu-button.component.js +94 -0
  600. package/esm2022/menu/menu-button.component.js.map +1 -0
  601. package/esm2022/menu/menu-checkbox-item.directive.js +24 -0
  602. package/esm2022/menu/menu-checkbox-item.directive.js.map +1 -0
  603. package/esm2022/menu/menu-content.directive.js +23 -0
  604. package/esm2022/menu/menu-content.directive.js.map +1 -0
  605. package/esm2022/menu/menu-context-trigger.directive.js +17 -0
  606. package/esm2022/menu/menu-context-trigger.directive.js.map +1 -0
  607. package/esm2022/menu/menu-item-command.directive.js +23 -0
  608. package/esm2022/menu/menu-item-command.directive.js.map +1 -0
  609. package/esm2022/menu/menu-item-group-label.directive.js +23 -0
  610. package/esm2022/menu/menu-item-group-label.directive.js.map +1 -0
  611. package/esm2022/menu/menu-item-group.directive.js +24 -0
  612. package/esm2022/menu/menu-item-group.directive.js.map +1 -0
  613. package/esm2022/menu/menu-item-indicator.component.js +34 -0
  614. package/esm2022/menu/menu-item-indicator.component.js.map +1 -0
  615. package/esm2022/menu/menu-item-start-icon.component.js +36 -0
  616. package/esm2022/menu/menu-item-start-icon.component.js.map +1 -0
  617. package/esm2022/menu/menu-item.directive.js +25 -0
  618. package/esm2022/menu/menu-item.directive.js.map +1 -0
  619. package/esm2022/menu/menu-positioner.component.js +26 -0
  620. package/esm2022/menu/menu-positioner.component.js.map +1 -0
  621. package/esm2022/menu/menu-radio-item-group.directive.js +24 -0
  622. package/esm2022/menu/menu-radio-item-group.directive.js.map +1 -0
  623. package/esm2022/menu/menu-radio-item.directive.js +24 -0
  624. package/esm2022/menu/menu-radio-item.directive.js.map +1 -0
  625. package/esm2022/menu/menu-separator.directive.js +24 -0
  626. package/esm2022/menu/menu-separator.directive.js.map +1 -0
  627. package/esm2022/menu/menu-trigger-item-indicator.component.js +36 -0
  628. package/esm2022/menu/menu-trigger-item-indicator.component.js.map +1 -0
  629. package/esm2022/menu/menu-trigger-item.component.js +37 -0
  630. package/esm2022/menu/menu-trigger-item.component.js.map +1 -0
  631. package/esm2022/menu/menu-trigger.directive.js +30 -0
  632. package/esm2022/menu/menu-trigger.directive.js.map +1 -0
  633. package/esm2022/menu/menu.component.js +41 -0
  634. package/esm2022/menu/menu.component.js.map +1 -0
  635. package/esm2022/menu/menu.module.js +121 -0
  636. package/esm2022/menu/menu.module.js.map +1 -0
  637. package/esm2022/menu/qds-menu-context.service.js +14 -0
  638. package/esm2022/menu/qds-menu-context.service.js.map +1 -0
  639. package/esm2022/menu/qualcomm-ui-angular-menu.js +5 -0
  640. package/esm2022/menu/qualcomm-ui-angular-menu.js.map +1 -0
  641. package/esm2022/number-input/index.js +14 -0
  642. package/esm2022/number-input/index.js.map +1 -0
  643. package/esm2022/number-input/number-input-control.directive.js +54 -0
  644. package/esm2022/number-input/number-input-control.directive.js.map +1 -0
  645. package/esm2022/number-input/number-input-decrement-trigger.directive.js +50 -0
  646. package/esm2022/number-input/number-input-decrement-trigger.directive.js.map +1 -0
  647. package/esm2022/number-input/number-input-error-indicator.directive.js +45 -0
  648. package/esm2022/number-input/number-input-error-indicator.directive.js.map +1 -0
  649. package/esm2022/number-input/number-input-error-text.directive.js +23 -0
  650. package/esm2022/number-input/number-input-error-text.directive.js.map +1 -0
  651. package/esm2022/number-input/number-input-hint.directive.js +23 -0
  652. package/esm2022/number-input/number-input-hint.directive.js.map +1 -0
  653. package/esm2022/number-input/number-input-increment-trigger.directive.js +50 -0
  654. package/esm2022/number-input/number-input-increment-trigger.directive.js.map +1 -0
  655. package/esm2022/number-input/number-input-input-group.directive.js +51 -0
  656. package/esm2022/number-input/number-input-input-group.directive.js.map +1 -0
  657. package/esm2022/number-input/number-input-input.directive.js +23 -0
  658. package/esm2022/number-input/number-input-input.directive.js.map +1 -0
  659. package/esm2022/number-input/number-input-label.directive.js +47 -0
  660. package/esm2022/number-input/number-input-label.directive.js.map +1 -0
  661. package/esm2022/number-input/number-input-root.directive.js +81 -0
  662. package/esm2022/number-input/number-input-root.directive.js.map +1 -0
  663. package/esm2022/number-input/number-input.component.js +145 -0
  664. package/esm2022/number-input/number-input.component.js.map +1 -0
  665. package/esm2022/number-input/number-input.module.js +85 -0
  666. package/esm2022/number-input/number-input.module.js.map +1 -0
  667. package/esm2022/number-input/qds-number-input-context.service.js +14 -0
  668. package/esm2022/number-input/qds-number-input-context.service.js.map +1 -0
  669. package/esm2022/number-input/qualcomm-ui-angular-number-input.js +5 -0
  670. package/esm2022/number-input/qualcomm-ui-angular-number-input.js.map +1 -0
  671. package/esm2022/pagination/index.js +11 -0
  672. package/esm2022/pagination/index.js.map +1 -0
  673. package/esm2022/pagination/pagination-context.directive.js +28 -0
  674. package/esm2022/pagination/pagination-context.directive.js.map +1 -0
  675. package/esm2022/pagination/pagination-next-trigger.component.js +35 -0
  676. package/esm2022/pagination/pagination-next-trigger.component.js.map +1 -0
  677. package/esm2022/pagination/pagination-page-item.component.js +44 -0
  678. package/esm2022/pagination/pagination-page-item.component.js.map +1 -0
  679. package/esm2022/pagination/pagination-page-items.component.js +33 -0
  680. package/esm2022/pagination/pagination-page-items.component.js.map +1 -0
  681. package/esm2022/pagination/pagination-page-metadata.directive.js +22 -0
  682. package/esm2022/pagination/pagination-page-metadata.directive.js.map +1 -0
  683. package/esm2022/pagination/pagination-page-size-label.directive.js +22 -0
  684. package/esm2022/pagination/pagination-page-size-label.directive.js.map +1 -0
  685. package/esm2022/pagination/pagination-page-size.component.js +69 -0
  686. package/esm2022/pagination/pagination-page-size.component.js.map +1 -0
  687. package/esm2022/pagination/pagination-prev-trigger.component.js +35 -0
  688. package/esm2022/pagination/pagination-prev-trigger.component.js.map +1 -0
  689. package/esm2022/pagination/pagination-root.directive.js +23 -0
  690. package/esm2022/pagination/pagination-root.directive.js.map +1 -0
  691. package/esm2022/pagination/pagination.module.js +67 -0
  692. package/esm2022/pagination/pagination.module.js.map +1 -0
  693. package/esm2022/pagination/qualcomm-ui-angular-pagination.js +5 -0
  694. package/esm2022/pagination/qualcomm-ui-angular-pagination.js.map +1 -0
  695. package/esm2022/password-input/index.js +12 -0
  696. package/esm2022/password-input/index.js.map +1 -0
  697. package/esm2022/password-input/password-input-clear-trigger.directive.js +33 -0
  698. package/esm2022/password-input/password-input-clear-trigger.directive.js.map +1 -0
  699. package/esm2022/password-input/password-input-error-indicator.directive.js +40 -0
  700. package/esm2022/password-input/password-input-error-indicator.directive.js.map +1 -0
  701. package/esm2022/password-input/password-input-error-text.directive.js +49 -0
  702. package/esm2022/password-input/password-input-error-text.directive.js.map +1 -0
  703. package/esm2022/password-input/password-input-hint.directive.js +23 -0
  704. package/esm2022/password-input/password-input-hint.directive.js.map +1 -0
  705. package/esm2022/password-input/password-input-input-group.directive.js +41 -0
  706. package/esm2022/password-input/password-input-input-group.directive.js.map +1 -0
  707. package/esm2022/password-input/password-input-input.directive.js +23 -0
  708. package/esm2022/password-input/password-input-input.directive.js.map +1 -0
  709. package/esm2022/password-input/password-input-label.directive.js +47 -0
  710. package/esm2022/password-input/password-input-label.directive.js.map +1 -0
  711. package/esm2022/password-input/password-input-root.directive.js +76 -0
  712. package/esm2022/password-input/password-input-root.directive.js.map +1 -0
  713. package/esm2022/password-input/password-input-visibility-trigger.directive.js +56 -0
  714. package/esm2022/password-input/password-input-visibility-trigger.directive.js.map +1 -0
  715. package/esm2022/password-input/password-input.component.js +199 -0
  716. package/esm2022/password-input/password-input.component.js.map +1 -0
  717. package/esm2022/password-input/password-input.module.js +71 -0
  718. package/esm2022/password-input/password-input.module.js.map +1 -0
  719. package/esm2022/password-input/qualcomm-ui-angular-password-input.js +5 -0
  720. package/esm2022/password-input/qualcomm-ui-angular-password-input.js.map +1 -0
  721. package/esm2022/popover/index.js +14 -0
  722. package/esm2022/popover/index.js.map +1 -0
  723. package/esm2022/popover/popover-anchor.directive.js +17 -0
  724. package/esm2022/popover/popover-anchor.directive.js.map +1 -0
  725. package/esm2022/popover/popover-arrow-tip.directive.js +22 -0
  726. package/esm2022/popover/popover-arrow-tip.directive.js.map +1 -0
  727. package/esm2022/popover/popover-arrow.directive.js +32 -0
  728. package/esm2022/popover/popover-arrow.directive.js.map +1 -0
  729. package/esm2022/popover/popover-close-trigger.directive.js +22 -0
  730. package/esm2022/popover/popover-close-trigger.directive.js.map +1 -0
  731. package/esm2022/popover/popover-content.directive.js +22 -0
  732. package/esm2022/popover/popover-content.directive.js.map +1 -0
  733. package/esm2022/popover/popover-context.directive.js +28 -0
  734. package/esm2022/popover/popover-context.directive.js.map +1 -0
  735. package/esm2022/popover/popover-description.directive.js +22 -0
  736. package/esm2022/popover/popover-description.directive.js.map +1 -0
  737. package/esm2022/popover/popover-label.directive.js +22 -0
  738. package/esm2022/popover/popover-label.directive.js.map +1 -0
  739. package/esm2022/popover/popover-positioner.directive.js +17 -0
  740. package/esm2022/popover/popover-positioner.directive.js.map +1 -0
  741. package/esm2022/popover/popover-root.directive.js +18 -0
  742. package/esm2022/popover/popover-root.directive.js.map +1 -0
  743. package/esm2022/popover/popover-trigger.directive.js +22 -0
  744. package/esm2022/popover/popover-trigger.directive.js.map +1 -0
  745. package/esm2022/popover/popover.directive.js +98 -0
  746. package/esm2022/popover/popover.directive.js.map +1 -0
  747. package/esm2022/popover/popover.module.js +79 -0
  748. package/esm2022/popover/popover.module.js.map +1 -0
  749. package/esm2022/popover/qualcomm-ui-angular-popover.js +5 -0
  750. package/esm2022/popover/qualcomm-ui-angular-popover.js.map +1 -0
  751. package/esm2022/progress/index.js +12 -0
  752. package/esm2022/progress/index.js.map +1 -0
  753. package/esm2022/progress/progress-bar.directive.js +23 -0
  754. package/esm2022/progress/progress-bar.directive.js.map +1 -0
  755. package/esm2022/progress/progress-context.directive.js +29 -0
  756. package/esm2022/progress/progress-context.directive.js.map +1 -0
  757. package/esm2022/progress/progress-error-text.directive.js +46 -0
  758. package/esm2022/progress/progress-error-text.directive.js.map +1 -0
  759. package/esm2022/progress/progress-hint.directive.js +23 -0
  760. package/esm2022/progress/progress-hint.directive.js.map +1 -0
  761. package/esm2022/progress/progress-label.directive.js +23 -0
  762. package/esm2022/progress/progress-label.directive.js.map +1 -0
  763. package/esm2022/progress/progress-root.directive.js +53 -0
  764. package/esm2022/progress/progress-root.directive.js.map +1 -0
  765. package/esm2022/progress/progress-track.directive.js +33 -0
  766. package/esm2022/progress/progress-track.directive.js.map +1 -0
  767. package/esm2022/progress/progress-value-text.directive.js +23 -0
  768. package/esm2022/progress/progress-value-text.directive.js.map +1 -0
  769. package/esm2022/progress/progress.directive.js +122 -0
  770. package/esm2022/progress/progress.directive.js.map +1 -0
  771. package/esm2022/progress/progress.module.js +64 -0
  772. package/esm2022/progress/progress.module.js.map +1 -0
  773. package/esm2022/progress/qds-progress-context.service.js +14 -0
  774. package/esm2022/progress/qds-progress-context.service.js.map +1 -0
  775. package/esm2022/progress/qualcomm-ui-angular-progress.js +5 -0
  776. package/esm2022/progress/qualcomm-ui-angular-progress.js.map +1 -0
  777. package/esm2022/progress-ring/index.js +13 -0
  778. package/esm2022/progress-ring/index.js.map +1 -0
  779. package/esm2022/progress-ring/progress-ring-bar.directive.js +23 -0
  780. package/esm2022/progress-ring/progress-ring-bar.directive.js.map +1 -0
  781. package/esm2022/progress-ring/progress-ring-circle-container.directive.js +23 -0
  782. package/esm2022/progress-ring/progress-ring-circle-container.directive.js.map +1 -0
  783. package/esm2022/progress-ring/progress-ring-circle.directive.js +36 -0
  784. package/esm2022/progress-ring/progress-ring-circle.directive.js.map +1 -0
  785. package/esm2022/progress-ring/progress-ring-context.directive.js +29 -0
  786. package/esm2022/progress-ring/progress-ring-context.directive.js.map +1 -0
  787. package/esm2022/progress-ring/progress-ring-error-text.directive.js +23 -0
  788. package/esm2022/progress-ring/progress-ring-error-text.directive.js.map +1 -0
  789. package/esm2022/progress-ring/progress-ring-label.directive.js +23 -0
  790. package/esm2022/progress-ring/progress-ring-label.directive.js.map +1 -0
  791. package/esm2022/progress-ring/progress-ring-root.directive.js +50 -0
  792. package/esm2022/progress-ring/progress-ring-root.directive.js.map +1 -0
  793. package/esm2022/progress-ring/progress-ring-track.directive.js +23 -0
  794. package/esm2022/progress-ring/progress-ring-track.directive.js.map +1 -0
  795. package/esm2022/progress-ring/progress-ring-value-text.directive.js +23 -0
  796. package/esm2022/progress-ring/progress-ring-value-text.directive.js.map +1 -0
  797. package/esm2022/progress-ring/progress-ring.directive.js +79 -0
  798. package/esm2022/progress-ring/progress-ring.directive.js.map +1 -0
  799. package/esm2022/progress-ring/progress-ring.module.js +67 -0
  800. package/esm2022/progress-ring/progress-ring.module.js.map +1 -0
  801. package/esm2022/progress-ring/qds-progress-ring-context.service.js +14 -0
  802. package/esm2022/progress-ring/qds-progress-ring-context.service.js.map +1 -0
  803. package/esm2022/progress-ring/qualcomm-ui-angular-progress-ring.js +5 -0
  804. package/esm2022/progress-ring/qualcomm-ui-angular-progress-ring.js.map +1 -0
  805. package/esm2022/qualcomm-ui-angular.js +5 -0
  806. package/esm2022/qualcomm-ui-angular.js.map +1 -0
  807. package/esm2022/radio/index.js +9 -0
  808. package/esm2022/radio/index.js.map +1 -0
  809. package/esm2022/radio/qds-radio-context.service.js +14 -0
  810. package/esm2022/radio/qds-radio-context.service.js.map +1 -0
  811. package/esm2022/radio/qualcomm-ui-angular-radio.js +5 -0
  812. package/esm2022/radio/qualcomm-ui-angular-radio.js.map +1 -0
  813. package/esm2022/radio/radio-control.directive.js +23 -0
  814. package/esm2022/radio/radio-control.directive.js.map +1 -0
  815. package/esm2022/radio/radio-group/index.js +5 -0
  816. package/esm2022/radio/radio-group/index.js.map +1 -0
  817. package/esm2022/radio/radio-group/radio-group-error-text.component.js +38 -0
  818. package/esm2022/radio/radio-group/radio-group-error-text.component.js.map +1 -0
  819. package/esm2022/radio/radio-group/radio-group-items.directive.js +23 -0
  820. package/esm2022/radio/radio-group/radio-group-items.directive.js.map +1 -0
  821. package/esm2022/radio/radio-group/radio-group-label.directive.js +23 -0
  822. package/esm2022/radio/radio-group/radio-group-label.directive.js.map +1 -0
  823. package/esm2022/radio/radio-group/radio-group-root.directive.js +33 -0
  824. package/esm2022/radio/radio-group/radio-group-root.directive.js.map +1 -0
  825. package/esm2022/radio/radio-hidden-input.directive.js +23 -0
  826. package/esm2022/radio/radio-hidden-input.directive.js.map +1 -0
  827. package/esm2022/radio/radio-label.directive.js +23 -0
  828. package/esm2022/radio/radio-label.directive.js.map +1 -0
  829. package/esm2022/radio/radio-root.directive.js +37 -0
  830. package/esm2022/radio/radio-root.directive.js.map +1 -0
  831. package/esm2022/radio/radio.component.js +57 -0
  832. package/esm2022/radio/radio.component.js.map +1 -0
  833. package/esm2022/radio/radio.module.js +62 -0
  834. package/esm2022/radio/radio.module.js.map +1 -0
  835. package/esm2022/segmented-control/index.js +8 -0
  836. package/esm2022/segmented-control/index.js.map +1 -0
  837. package/esm2022/segmented-control/qds-segmented-control-context.service.js +14 -0
  838. package/esm2022/segmented-control/qds-segmented-control-context.service.js.map +1 -0
  839. package/esm2022/segmented-control/qualcomm-ui-angular-segmented-control.js +5 -0
  840. package/esm2022/segmented-control/qualcomm-ui-angular-segmented-control.js.map +1 -0
  841. package/esm2022/segmented-control/segmented-control-hidden-input.directive.js +26 -0
  842. package/esm2022/segmented-control/segmented-control-hidden-input.directive.js.map +1 -0
  843. package/esm2022/segmented-control/segmented-control-item-root.directive.js +25 -0
  844. package/esm2022/segmented-control/segmented-control-item-root.directive.js.map +1 -0
  845. package/esm2022/segmented-control/segmented-control-item-text.directive.js +26 -0
  846. package/esm2022/segmented-control/segmented-control-item-text.directive.js.map +1 -0
  847. package/esm2022/segmented-control/segmented-control-item.component.js +53 -0
  848. package/esm2022/segmented-control/segmented-control-item.component.js.map +1 -0
  849. package/esm2022/segmented-control/segmented-control.directive.js +54 -0
  850. package/esm2022/segmented-control/segmented-control.directive.js.map +1 -0
  851. package/esm2022/segmented-control/segmented-control.module.js +44 -0
  852. package/esm2022/segmented-control/segmented-control.module.js.map +1 -0
  853. package/esm2022/select/index.js +21 -0
  854. package/esm2022/select/index.js.map +1 -0
  855. package/esm2022/select/qds-select-context.service.js +14 -0
  856. package/esm2022/select/qds-select-context.service.js.map +1 -0
  857. package/esm2022/select/qualcomm-ui-angular-select.js +5 -0
  858. package/esm2022/select/qualcomm-ui-angular-select.js.map +1 -0
  859. package/esm2022/select/select-clear-trigger.directive.js +36 -0
  860. package/esm2022/select/select-clear-trigger.directive.js.map +1 -0
  861. package/esm2022/select/select-content.directive.js +23 -0
  862. package/esm2022/select/select-content.directive.js.map +1 -0
  863. package/esm2022/select/select-context.directive.js +29 -0
  864. package/esm2022/select/select-context.directive.js.map +1 -0
  865. package/esm2022/select/select-control.directive.js +44 -0
  866. package/esm2022/select/select-control.directive.js.map +1 -0
  867. package/esm2022/select/select-error-indicator.directive.js +40 -0
  868. package/esm2022/select/select-error-indicator.directive.js.map +1 -0
  869. package/esm2022/select/select-error-text.directive.js +39 -0
  870. package/esm2022/select/select-error-text.directive.js.map +1 -0
  871. package/esm2022/select/select-hidden-select.directive.js +42 -0
  872. package/esm2022/select/select-hidden-select.directive.js.map +1 -0
  873. package/esm2022/select/select-hint.directive.js +23 -0
  874. package/esm2022/select/select-hint.directive.js.map +1 -0
  875. package/esm2022/select/select-indicator.directive.js +36 -0
  876. package/esm2022/select/select-indicator.directive.js.map +1 -0
  877. package/esm2022/select/select-item-indicator.directive.js +36 -0
  878. package/esm2022/select/select-item-indicator.directive.js.map +1 -0
  879. package/esm2022/select/select-item-text.directive.js +23 -0
  880. package/esm2022/select/select-item-text.directive.js.map +1 -0
  881. package/esm2022/select/select-item.directive.js +24 -0
  882. package/esm2022/select/select-item.directive.js.map +1 -0
  883. package/esm2022/select/select-items.component.js +42 -0
  884. package/esm2022/select/select-items.component.js.map +1 -0
  885. package/esm2022/select/select-label.directive.js +49 -0
  886. package/esm2022/select/select-label.directive.js.map +1 -0
  887. package/esm2022/select/select-positioner.directive.js +23 -0
  888. package/esm2022/select/select-positioner.directive.js.map +1 -0
  889. package/esm2022/select/select-root.directive.js +55 -0
  890. package/esm2022/select/select-root.directive.js.map +1 -0
  891. package/esm2022/select/select-value-text.directive.js +59 -0
  892. package/esm2022/select/select-value-text.directive.js.map +1 -0
  893. package/esm2022/select/select.component.js +226 -0
  894. package/esm2022/select/select.component.js.map +1 -0
  895. package/esm2022/select/select.module.js +112 -0
  896. package/esm2022/select/select.module.js.map +1 -0
  897. package/esm2022/switch/index.js +10 -0
  898. package/esm2022/switch/index.js.map +1 -0
  899. package/esm2022/switch/qds-switch-context.service.js +14 -0
  900. package/esm2022/switch/qds-switch-context.service.js.map +1 -0
  901. package/esm2022/switch/qualcomm-ui-angular-switch.js +5 -0
  902. package/esm2022/switch/qualcomm-ui-angular-switch.js.map +1 -0
  903. package/esm2022/switch/switch-control.component.js +33 -0
  904. package/esm2022/switch/switch-control.component.js.map +1 -0
  905. package/esm2022/switch/switch-error-text.component.js +38 -0
  906. package/esm2022/switch/switch-error-text.component.js.map +1 -0
  907. package/esm2022/switch/switch-hidden-input.directive.js +28 -0
  908. package/esm2022/switch/switch-hidden-input.directive.js.map +1 -0
  909. package/esm2022/switch/switch-label.directive.js +23 -0
  910. package/esm2022/switch/switch-label.directive.js.map +1 -0
  911. package/esm2022/switch/switch-root.directive.js +33 -0
  912. package/esm2022/switch/switch-root.directive.js.map +1 -0
  913. package/esm2022/switch/switch-thumb.directive.js +23 -0
  914. package/esm2022/switch/switch-thumb.directive.js.map +1 -0
  915. package/esm2022/switch/switch.component.js +100 -0
  916. package/esm2022/switch/switch.component.js.map +1 -0
  917. package/esm2022/switch/switch.module.js +55 -0
  918. package/esm2022/switch/switch.module.js.map +1 -0
  919. package/esm2022/table/components/custom/cell-component-context.directive.js +13 -0
  920. package/esm2022/table/components/custom/cell-component-context.directive.js.map +1 -0
  921. package/esm2022/table/components/custom/index.js +2 -0
  922. package/esm2022/table/components/custom/index.js.map +1 -0
  923. package/esm2022/table/components/index.js +29 -0
  924. package/esm2022/table/components/index.js.map +1 -0
  925. package/esm2022/table/components/qds-table-api.js +6 -0
  926. package/esm2022/table/components/qds-table-api.js.map +1 -0
  927. package/esm2022/table/components/renderers/index.js +4 -0
  928. package/esm2022/table/components/renderers/index.js.map +1 -0
  929. package/esm2022/table/components/renderers/render-cell.directive.js +78 -0
  930. package/esm2022/table/components/renderers/render-cell.directive.js.map +1 -0
  931. package/esm2022/table/components/renderers/render-footer.directive.js +53 -0
  932. package/esm2022/table/components/renderers/render-footer.directive.js.map +1 -0
  933. package/esm2022/table/components/renderers/render-header.directive.js +53 -0
  934. package/esm2022/table/components/renderers/render-header.directive.js.map +1 -0
  935. package/esm2022/table/components/table-action-bar.directive.js +24 -0
  936. package/esm2022/table/components/table-action-bar.directive.js.map +1 -0
  937. package/esm2022/table/components/table-body.directive.js +24 -0
  938. package/esm2022/table/components/table-body.directive.js.map +1 -0
  939. package/esm2022/table/components/table-cell-action.directive.js +46 -0
  940. package/esm2022/table/components/table-cell-action.directive.js.map +1 -0
  941. package/esm2022/table/components/table-cell.directive.js +28 -0
  942. package/esm2022/table/components/table-cell.directive.js.map +1 -0
  943. package/esm2022/table/components/table-column-drag-handle.directive.js +51 -0
  944. package/esm2022/table/components/table-column-drag-handle.directive.js.map +1 -0
  945. package/esm2022/table/components/table-column-drag-preview.directive.js +25 -0
  946. package/esm2022/table/components/table-column-drag-preview.directive.js.map +1 -0
  947. package/esm2022/table/components/table-column-drop-indicator.directive.js +42 -0
  948. package/esm2022/table/components/table-column-drop-indicator.directive.js.map +1 -0
  949. package/esm2022/table/components/table-column-filter-action.directive.js +62 -0
  950. package/esm2022/table/components/table-column-filter-action.directive.js.map +1 -0
  951. package/esm2022/table/components/table-column-header-action.directive.js +46 -0
  952. package/esm2022/table/components/table-column-header-action.directive.js.map +1 -0
  953. package/esm2022/table/components/table-column-resize-handle.directive.js +57 -0
  954. package/esm2022/table/components/table-column-resize-handle.directive.js.map +1 -0
  955. package/esm2022/table/components/table-column-sort-action.directive.js +60 -0
  956. package/esm2022/table/components/table-column-sort-action.directive.js.map +1 -0
  957. package/esm2022/table/components/table-footer.directive.js +24 -0
  958. package/esm2022/table/components/table-footer.directive.js.map +1 -0
  959. package/esm2022/table/components/table-header-cell.directive.js +51 -0
  960. package/esm2022/table/components/table-header-cell.directive.js.map +1 -0
  961. package/esm2022/table/components/table-header.directive.js +24 -0
  962. package/esm2022/table/components/table-header.directive.js.map +1 -0
  963. package/esm2022/table/components/table-pagination.directive.js +22 -0
  964. package/esm2022/table/components/table-pagination.directive.js.map +1 -0
  965. package/esm2022/table/components/table-root.directive.js +38 -0
  966. package/esm2022/table/components/table-root.directive.js.map +1 -0
  967. package/esm2022/table/components/table-row-drag-handle.directive.js +51 -0
  968. package/esm2022/table/components/table-row-drag-handle.directive.js.map +1 -0
  969. package/esm2022/table/components/table-row-drag-preview.directive.js +24 -0
  970. package/esm2022/table/components/table-row-drag-preview.directive.js.map +1 -0
  971. package/esm2022/table/components/table-row-drop-indicator.directive.js +42 -0
  972. package/esm2022/table/components/table-row-drop-indicator.directive.js.map +1 -0
  973. package/esm2022/table/components/table-row-expand-button.directive.js +57 -0
  974. package/esm2022/table/components/table-row-expand-button.directive.js.map +1 -0
  975. package/esm2022/table/components/table-row.directive.js +44 -0
  976. package/esm2022/table/components/table-row.directive.js.map +1 -0
  977. package/esm2022/table/components/table-scroll-container.directive.js +24 -0
  978. package/esm2022/table/components/table-scroll-container.directive.js.map +1 -0
  979. package/esm2022/table/components/table-table.directive.js +24 -0
  980. package/esm2022/table/components/table-table.directive.js.map +1 -0
  981. package/esm2022/table/components/table-title-bar.directive.js +24 -0
  982. package/esm2022/table/components/table-title-bar.directive.js.map +1 -0
  983. package/esm2022/table/components/table.module.js +153 -0
  984. package/esm2022/table/components/table.module.js.map +1 -0
  985. package/esm2022/table/index.js +4 -0
  986. package/esm2022/table/index.js.map +1 -0
  987. package/esm2022/table/model/create-angular-table.js +52 -0
  988. package/esm2022/table/model/create-angular-table.js.map +1 -0
  989. package/esm2022/table/model/create-pagination-helper.js +26 -0
  990. package/esm2022/table/model/create-pagination-helper.js.map +1 -0
  991. package/esm2022/table/model/index.js +3 -0
  992. package/esm2022/table/model/index.js.map +1 -0
  993. package/esm2022/table/model/lazy-signal-initializer.js +45 -0
  994. package/esm2022/table/model/lazy-signal-initializer.js.map +1 -0
  995. package/esm2022/table/model/proxify-table.js +83 -0
  996. package/esm2022/table/model/proxify-table.js.map +1 -0
  997. package/esm2022/table/qualcomm-ui-angular-table.js +5 -0
  998. package/esm2022/table/qualcomm-ui-angular-table.js.map +1 -0
  999. package/esm2022/table/types/context.js +4 -0
  1000. package/esm2022/table/types/context.js.map +1 -0
  1001. package/esm2022/table/types/index.js +2 -0
  1002. package/esm2022/table/types/index.js.map +1 -0
  1003. package/esm2022/tabs/index.js +11 -0
  1004. package/esm2022/tabs/index.js.map +1 -0
  1005. package/esm2022/tabs/qds-tabs-context.service.js +14 -0
  1006. package/esm2022/tabs/qds-tabs-context.service.js.map +1 -0
  1007. package/esm2022/tabs/qualcomm-ui-angular-tabs.js +5 -0
  1008. package/esm2022/tabs/qualcomm-ui-angular-tabs.js.map +1 -0
  1009. package/esm2022/tabs/tab-button.directive.js +130 -0
  1010. package/esm2022/tabs/tab-button.directive.js.map +1 -0
  1011. package/esm2022/tabs/tab-dismiss-button.directive.js +40 -0
  1012. package/esm2022/tabs/tab-dismiss-button.directive.js.map +1 -0
  1013. package/esm2022/tabs/tab-root.directive.js +24 -0
  1014. package/esm2022/tabs/tab-root.directive.js.map +1 -0
  1015. package/esm2022/tabs/tabs-context.directive.js +40 -0
  1016. package/esm2022/tabs/tabs-context.directive.js.map +1 -0
  1017. package/esm2022/tabs/tabs-indicator.directive.js +23 -0
  1018. package/esm2022/tabs/tabs-indicator.directive.js.map +1 -0
  1019. package/esm2022/tabs/tabs-list.directive.js +35 -0
  1020. package/esm2022/tabs/tabs-list.directive.js.map +1 -0
  1021. package/esm2022/tabs/tabs-panel.directive.js +25 -0
  1022. package/esm2022/tabs/tabs-panel.directive.js.map +1 -0
  1023. package/esm2022/tabs/tabs-root.directive.js +73 -0
  1024. package/esm2022/tabs/tabs-root.directive.js.map +1 -0
  1025. package/esm2022/tabs/tabs.module.js +60 -0
  1026. package/esm2022/tabs/tabs.module.js.map +1 -0
  1027. package/esm2022/tag/index.js +3 -0
  1028. package/esm2022/tag/index.js.map +1 -0
  1029. package/esm2022/tag/qds-tag-context.service.js +14 -0
  1030. package/esm2022/tag/qds-tag-context.service.js.map +1 -0
  1031. package/esm2022/tag/qualcomm-ui-angular-tag.js +5 -0
  1032. package/esm2022/tag/qualcomm-ui-angular-tag.js.map +1 -0
  1033. package/esm2022/tag/tag.directive.js +183 -0
  1034. package/esm2022/tag/tag.directive.js.map +1 -0
  1035. package/esm2022/text-area/index.js +2 -0
  1036. package/esm2022/text-area/index.js.map +1 -0
  1037. package/esm2022/text-area/qualcomm-ui-angular-text-area.js +5 -0
  1038. package/esm2022/text-area/qualcomm-ui-angular-text-area.js.map +1 -0
  1039. package/esm2022/text-input/index.js +11 -0
  1040. package/esm2022/text-input/index.js.map +1 -0
  1041. package/esm2022/text-input/qualcomm-ui-angular-text-input.js +5 -0
  1042. package/esm2022/text-input/qualcomm-ui-angular-text-input.js.map +1 -0
  1043. package/esm2022/text-input/text-input-clear-trigger.directive.js +36 -0
  1044. package/esm2022/text-input/text-input-clear-trigger.directive.js.map +1 -0
  1045. package/esm2022/text-input/text-input-error-indicator.directive.js +43 -0
  1046. package/esm2022/text-input/text-input-error-indicator.directive.js.map +1 -0
  1047. package/esm2022/text-input/text-input-error-text.directive.js +42 -0
  1048. package/esm2022/text-input/text-input-error-text.directive.js.map +1 -0
  1049. package/esm2022/text-input/text-input-hint.directive.js +26 -0
  1050. package/esm2022/text-input/text-input-hint.directive.js.map +1 -0
  1051. package/esm2022/text-input/text-input-input-group.directive.js +52 -0
  1052. package/esm2022/text-input/text-input-input-group.directive.js.map +1 -0
  1053. package/esm2022/text-input/text-input-input.directive.js +32 -0
  1054. package/esm2022/text-input/text-input-input.directive.js.map +1 -0
  1055. package/esm2022/text-input/text-input-label.directive.js +50 -0
  1056. package/esm2022/text-input/text-input-label.directive.js.map +1 -0
  1057. package/esm2022/text-input/text-input-root.directive.js +71 -0
  1058. package/esm2022/text-input/text-input-root.directive.js.map +1 -0
  1059. package/esm2022/text-input/text-input.component.js +156 -0
  1060. package/esm2022/text-input/text-input.component.js.map +1 -0
  1061. package/esm2022/text-input/text-input.module.js +75 -0
  1062. package/esm2022/text-input/text-input.module.js.map +1 -0
  1063. package/esm2022/theme/index.js +3 -0
  1064. package/esm2022/theme/index.js.map +1 -0
  1065. package/esm2022/theme/qds-theme-providers.js +73 -0
  1066. package/esm2022/theme/qds-theme-providers.js.map +1 -0
  1067. package/esm2022/theme/qds-theme.service.js +89 -0
  1068. package/esm2022/theme/qds-theme.service.js.map +1 -0
  1069. package/esm2022/theme/qds-theme.types.js +4 -0
  1070. package/esm2022/theme/qds-theme.types.js.map +1 -0
  1071. package/esm2022/theme/qualcomm-ui-angular-theme.js +5 -0
  1072. package/esm2022/theme/qualcomm-ui-angular-theme.js.map +1 -0
  1073. package/esm2022/toast/create-toaster.js +7 -0
  1074. package/esm2022/toast/create-toaster.js.map +1 -0
  1075. package/esm2022/toast/index.js +14 -0
  1076. package/esm2022/toast/index.js.map +1 -0
  1077. package/esm2022/toast/qds-toast-context.service.js +14 -0
  1078. package/esm2022/toast/qds-toast-context.service.js.map +1 -0
  1079. package/esm2022/toast/qualcomm-ui-angular-toast.js +5 -0
  1080. package/esm2022/toast/qualcomm-ui-angular-toast.js.map +1 -0
  1081. package/esm2022/toast/toast-action.directive.js +23 -0
  1082. package/esm2022/toast/toast-action.directive.js.map +1 -0
  1083. package/esm2022/toast/toast-close-button.directive.js +44 -0
  1084. package/esm2022/toast/toast-close-button.directive.js.map +1 -0
  1085. package/esm2022/toast/toast-context.directive.js +23 -0
  1086. package/esm2022/toast/toast-context.directive.js.map +1 -0
  1087. package/esm2022/toast/toast-description.directive.js +23 -0
  1088. package/esm2022/toast/toast-description.directive.js.map +1 -0
  1089. package/esm2022/toast/toast-icon.directive.js +60 -0
  1090. package/esm2022/toast/toast-icon.directive.js.map +1 -0
  1091. package/esm2022/toast/toast-label.directive.js +23 -0
  1092. package/esm2022/toast/toast-label.directive.js.map +1 -0
  1093. package/esm2022/toast/toast-provider.directive.js +34 -0
  1094. package/esm2022/toast/toast-provider.directive.js.map +1 -0
  1095. package/esm2022/toast/toast-root.directive.js +46 -0
  1096. package/esm2022/toast/toast-root.directive.js.map +1 -0
  1097. package/esm2022/toast/toast.module.js +77 -0
  1098. package/esm2022/toast/toast.module.js.map +1 -0
  1099. package/esm2022/toast/toaster.directive.js +124 -0
  1100. package/esm2022/toast/toaster.directive.js.map +1 -0
  1101. package/esm2022/toast/toaster.service.js +24 -0
  1102. package/esm2022/toast/toaster.service.js.map +1 -0
  1103. package/esm2022/tooltip/index.js +11 -0
  1104. package/esm2022/tooltip/index.js.map +1 -0
  1105. package/esm2022/tooltip/qualcomm-ui-angular-tooltip.js +5 -0
  1106. package/esm2022/tooltip/qualcomm-ui-angular-tooltip.js.map +1 -0
  1107. package/esm2022/tooltip/tooltip-arrow-tip.directive.js +22 -0
  1108. package/esm2022/tooltip/tooltip-arrow-tip.directive.js.map +1 -0
  1109. package/esm2022/tooltip/tooltip-arrow.directive.js +32 -0
  1110. package/esm2022/tooltip/tooltip-arrow.directive.js.map +1 -0
  1111. package/esm2022/tooltip/tooltip-content.directive.js +22 -0
  1112. package/esm2022/tooltip/tooltip-content.directive.js.map +1 -0
  1113. package/esm2022/tooltip/tooltip-context.directive.js +28 -0
  1114. package/esm2022/tooltip/tooltip-context.directive.js.map +1 -0
  1115. package/esm2022/tooltip/tooltip-floating-portal.component.js +81 -0
  1116. package/esm2022/tooltip/tooltip-floating-portal.component.js.map +1 -0
  1117. package/esm2022/tooltip/tooltip-positioner.directive.js +22 -0
  1118. package/esm2022/tooltip/tooltip-positioner.directive.js.map +1 -0
  1119. package/esm2022/tooltip/tooltip-root.directive.js +18 -0
  1120. package/esm2022/tooltip/tooltip-root.directive.js.map +1 -0
  1121. package/esm2022/tooltip/tooltip-trigger.directive.js +17 -0
  1122. package/esm2022/tooltip/tooltip-trigger.directive.js.map +1 -0
  1123. package/esm2022/tooltip/tooltip.directive.js +67 -0
  1124. package/esm2022/tooltip/tooltip.directive.js.map +1 -0
  1125. package/esm2022/tooltip/tooltip.module.js +66 -0
  1126. package/esm2022/tooltip/tooltip.module.js.map +1 -0
  1127. package/esm2022/tree/index.js +2 -0
  1128. package/esm2022/tree/index.js.map +1 -0
  1129. package/esm2022/tree/qualcomm-ui-angular-tree.js +5 -0
  1130. package/esm2022/tree/qualcomm-ui-angular-tree.js.map +1 -0
  1131. package/footer/index.d.ts +2 -0
  1132. package/footer/index.d.ts.map +1 -0
  1133. package/footer/qualcomm-ui-angular-footer.d.ts +6 -0
  1134. package/footer/qualcomm-ui-angular-footer.d.ts.map +1 -0
  1135. package/header/index.d.ts +2 -0
  1136. package/header/index.d.ts.map +1 -0
  1137. package/header/qualcomm-ui-angular-header.d.ts +6 -0
  1138. package/header/qualcomm-ui-angular-header.d.ts.map +1 -0
  1139. package/icon/end-icon.directive.d.ts +27 -0
  1140. package/icon/end-icon.directive.d.ts.map +1 -0
  1141. package/icon/icon.directive.d.ts +47 -0
  1142. package/icon/icon.directive.d.ts.map +1 -0
  1143. package/icon/icon.tokens.d.ts +8 -0
  1144. package/icon/icon.tokens.d.ts.map +1 -0
  1145. package/icon/index.d.ts +6 -0
  1146. package/icon/index.d.ts.map +1 -0
  1147. package/icon/qualcomm-ui-angular-icon.d.ts +6 -0
  1148. package/icon/qualcomm-ui-angular-icon.d.ts.map +1 -0
  1149. package/icon/start-icon.directive.d.ts +27 -0
  1150. package/icon/start-icon.directive.d.ts.map +1 -0
  1151. package/icon/use-lucide-icon.d.ts +36 -0
  1152. package/icon/use-lucide-icon.d.ts.map +1 -0
  1153. package/index.d.ts +2 -0
  1154. package/index.d.ts.map +1 -0
  1155. package/inline-icon-button/index.d.ts +3 -0
  1156. package/inline-icon-button/index.d.ts.map +1 -0
  1157. package/inline-icon-button/inline-icon-button.component.d.ts +42 -0
  1158. package/inline-icon-button/inline-icon-button.component.d.ts.map +1 -0
  1159. package/inline-icon-button/qualcomm-ui-angular-inline-icon-button.d.ts +6 -0
  1160. package/inline-icon-button/qualcomm-ui-angular-inline-icon-button.d.ts.map +1 -0
  1161. package/inline-icon-button/use-inline-icon-button-api.d.ts +5 -0
  1162. package/inline-icon-button/use-inline-icon-button-api.d.ts.map +1 -0
  1163. package/inline-notification/index.d.ts +10 -0
  1164. package/inline-notification/index.d.ts.map +1 -0
  1165. package/inline-notification/inline-notification-action.directive.d.ts +9 -0
  1166. package/inline-notification/inline-notification-action.directive.d.ts.map +1 -0
  1167. package/inline-notification/inline-notification-close-button.directive.d.ts +10 -0
  1168. package/inline-notification/inline-notification-close-button.directive.d.ts.map +1 -0
  1169. package/inline-notification/inline-notification-description.directive.d.ts +9 -0
  1170. package/inline-notification/inline-notification-description.directive.d.ts.map +1 -0
  1171. package/inline-notification/inline-notification-icon.directive.d.ts +12 -0
  1172. package/inline-notification/inline-notification-icon.directive.d.ts.map +1 -0
  1173. package/inline-notification/inline-notification-label.directive.d.ts +9 -0
  1174. package/inline-notification/inline-notification-label.directive.d.ts.map +1 -0
  1175. package/inline-notification/inline-notification-root.directive.d.ts +28 -0
  1176. package/inline-notification/inline-notification-root.directive.d.ts.map +1 -0
  1177. package/inline-notification/inline-notification.directive.d.ts +40 -0
  1178. package/inline-notification/inline-notification.directive.d.ts.map +1 -0
  1179. package/inline-notification/inline-notification.module.d.ts +17 -0
  1180. package/inline-notification/inline-notification.module.d.ts.map +1 -0
  1181. package/inline-notification/qds-inline-notification-context.service.d.ts +9 -0
  1182. package/inline-notification/qds-inline-notification-context.service.d.ts.map +1 -0
  1183. package/inline-notification/qualcomm-ui-angular-inline-notification.d.ts +6 -0
  1184. package/inline-notification/qualcomm-ui-angular-inline-notification.d.ts.map +1 -0
  1185. package/input/error-text.component.d.ts +37 -0
  1186. package/input/error-text.component.d.ts.map +1 -0
  1187. package/input/hint.directive.d.ts +30 -0
  1188. package/input/hint.directive.d.ts.map +1 -0
  1189. package/input/index.d.ts +7 -0
  1190. package/input/index.d.ts.map +1 -0
  1191. package/input/input-end-icon.component.d.ts +16 -0
  1192. package/input/input-end-icon.component.d.ts.map +1 -0
  1193. package/input/input-start-icon.component.d.ts +28 -0
  1194. package/input/input-start-icon.component.d.ts.map +1 -0
  1195. package/input/qds-input-context.service.d.ts +14 -0
  1196. package/input/qds-input-context.service.d.ts.map +1 -0
  1197. package/input/qualcomm-ui-angular-input.d.ts +6 -0
  1198. package/input/qualcomm-ui-angular-input.d.ts.map +1 -0
  1199. package/input/use-input-bindings.d.ts +63 -0
  1200. package/input/use-input-bindings.d.ts.map +1 -0
  1201. package/link/index.d.ts +2 -0
  1202. package/link/index.d.ts.map +1 -0
  1203. package/link/link.directive.d.ts +62 -0
  1204. package/link/link.directive.d.ts.map +1 -0
  1205. package/link/qualcomm-ui-angular-link.d.ts +6 -0
  1206. package/link/qualcomm-ui-angular-link.d.ts.map +1 -0
  1207. package/menu/index.d.ts +21 -0
  1208. package/menu/index.d.ts.map +1 -0
  1209. package/menu/menu-button.component.d.ts +10 -0
  1210. package/menu/menu-button.component.d.ts.map +1 -0
  1211. package/menu/menu-checkbox-item.directive.d.ts +9 -0
  1212. package/menu/menu-checkbox-item.directive.d.ts.map +1 -0
  1213. package/menu/menu-content.directive.d.ts +9 -0
  1214. package/menu/menu-content.directive.d.ts.map +1 -0
  1215. package/menu/menu-context-trigger.directive.d.ts +7 -0
  1216. package/menu/menu-context-trigger.directive.d.ts.map +1 -0
  1217. package/menu/menu-item-command.directive.d.ts +13 -0
  1218. package/menu/menu-item-command.directive.d.ts.map +1 -0
  1219. package/menu/menu-item-group-label.directive.d.ts +9 -0
  1220. package/menu/menu-item-group-label.directive.d.ts.map +1 -0
  1221. package/menu/menu-item-group.directive.d.ts +9 -0
  1222. package/menu/menu-item-group.directive.d.ts.map +1 -0
  1223. package/menu/menu-item-indicator.component.d.ts +9 -0
  1224. package/menu/menu-item-indicator.component.d.ts.map +1 -0
  1225. package/menu/menu-item-start-icon.component.d.ts +15 -0
  1226. package/menu/menu-item-start-icon.component.d.ts.map +1 -0
  1227. package/menu/menu-item.directive.d.ts +10 -0
  1228. package/menu/menu-item.directive.d.ts.map +1 -0
  1229. package/menu/menu-positioner.component.d.ts +7 -0
  1230. package/menu/menu-positioner.component.d.ts.map +1 -0
  1231. package/menu/menu-radio-item-group.directive.d.ts +9 -0
  1232. package/menu/menu-radio-item-group.directive.d.ts.map +1 -0
  1233. package/menu/menu-radio-item.directive.d.ts +9 -0
  1234. package/menu/menu-radio-item.directive.d.ts.map +1 -0
  1235. package/menu/menu-separator.directive.d.ts +10 -0
  1236. package/menu/menu-separator.directive.d.ts.map +1 -0
  1237. package/menu/menu-trigger-item-indicator.component.d.ts +13 -0
  1238. package/menu/menu-trigger-item-indicator.component.d.ts.map +1 -0
  1239. package/menu/menu-trigger-item.component.d.ts +10 -0
  1240. package/menu/menu-trigger-item.component.d.ts.map +1 -0
  1241. package/menu/menu-trigger.directive.d.ts +11 -0
  1242. package/menu/menu-trigger.directive.d.ts.map +1 -0
  1243. package/menu/menu.component.d.ts +14 -0
  1244. package/menu/menu.component.d.ts.map +1 -0
  1245. package/menu/menu.module.d.ts +28 -0
  1246. package/menu/menu.module.d.ts.map +1 -0
  1247. package/menu/qds-menu-context.service.d.ts +9 -0
  1248. package/menu/qds-menu-context.service.d.ts.map +1 -0
  1249. package/menu/qualcomm-ui-angular-menu.d.ts +6 -0
  1250. package/menu/qualcomm-ui-angular-menu.d.ts.map +1 -0
  1251. package/number-input/index.d.ts +14 -0
  1252. package/number-input/index.d.ts.map +1 -0
  1253. package/number-input/number-input-control.directive.d.ts +21 -0
  1254. package/number-input/number-input-control.directive.d.ts.map +1 -0
  1255. package/number-input/number-input-decrement-trigger.directive.d.ts +10 -0
  1256. package/number-input/number-input-decrement-trigger.directive.d.ts.map +1 -0
  1257. package/number-input/number-input-error-indicator.directive.d.ts +17 -0
  1258. package/number-input/number-input-error-indicator.directive.d.ts.map +1 -0
  1259. package/number-input/number-input-error-text.directive.d.ts +9 -0
  1260. package/number-input/number-input-error-text.directive.d.ts.map +1 -0
  1261. package/number-input/number-input-hint.directive.d.ts +9 -0
  1262. package/number-input/number-input-hint.directive.d.ts.map +1 -0
  1263. package/number-input/number-input-increment-trigger.directive.d.ts +10 -0
  1264. package/number-input/number-input-increment-trigger.directive.d.ts.map +1 -0
  1265. package/number-input/number-input-input-group.directive.d.ts +10 -0
  1266. package/number-input/number-input-input-group.directive.d.ts.map +1 -0
  1267. package/number-input/number-input-input.directive.d.ts +9 -0
  1268. package/number-input/number-input-input.directive.d.ts.map +1 -0
  1269. package/number-input/number-input-label.directive.d.ts +9 -0
  1270. package/number-input/number-input-label.directive.d.ts.map +1 -0
  1271. package/number-input/number-input-root.directive.d.ts +56 -0
  1272. package/number-input/number-input-root.directive.d.ts.map +1 -0
  1273. package/number-input/number-input.component.d.ts +51 -0
  1274. package/number-input/number-input.component.d.ts.map +1 -0
  1275. package/number-input/number-input.module.d.ts +21 -0
  1276. package/number-input/number-input.module.d.ts.map +1 -0
  1277. package/number-input/qds-number-input-context.service.d.ts +9 -0
  1278. package/number-input/qds-number-input-context.service.d.ts.map +1 -0
  1279. package/number-input/qualcomm-ui-angular-number-input.d.ts +6 -0
  1280. package/number-input/qualcomm-ui-angular-number-input.d.ts.map +1 -0
  1281. package/package.json +201 -0
  1282. package/pagination/index.d.ts +11 -0
  1283. package/pagination/index.d.ts.map +1 -0
  1284. package/pagination/pagination-context.directive.d.ts +15 -0
  1285. package/pagination/pagination-context.directive.d.ts.map +1 -0
  1286. package/pagination/pagination-next-trigger.component.d.ts +21 -0
  1287. package/pagination/pagination-next-trigger.component.d.ts.map +1 -0
  1288. package/pagination/pagination-page-item.component.d.ts +16 -0
  1289. package/pagination/pagination-page-item.component.d.ts.map +1 -0
  1290. package/pagination/pagination-page-items.component.d.ts +7 -0
  1291. package/pagination/pagination-page-items.component.d.ts.map +1 -0
  1292. package/pagination/pagination-page-metadata.directive.d.ts +14 -0
  1293. package/pagination/pagination-page-metadata.directive.d.ts.map +1 -0
  1294. package/pagination/pagination-page-size-label.directive.d.ts +14 -0
  1295. package/pagination/pagination-page-size-label.directive.d.ts.map +1 -0
  1296. package/pagination/pagination-page-size.component.d.ts +14 -0
  1297. package/pagination/pagination-page-size.component.d.ts.map +1 -0
  1298. package/pagination/pagination-prev-trigger.component.d.ts +21 -0
  1299. package/pagination/pagination-prev-trigger.component.d.ts.map +1 -0
  1300. package/pagination/pagination-root.directive.d.ts +14 -0
  1301. package/pagination/pagination-root.directive.d.ts.map +1 -0
  1302. package/pagination/pagination.module.d.ts +20 -0
  1303. package/pagination/pagination.module.d.ts.map +1 -0
  1304. package/pagination/qualcomm-ui-angular-pagination.d.ts +6 -0
  1305. package/pagination/qualcomm-ui-angular-pagination.d.ts.map +1 -0
  1306. package/password-input/index.d.ts +12 -0
  1307. package/password-input/index.d.ts.map +1 -0
  1308. package/password-input/password-input-clear-trigger.directive.d.ts +9 -0
  1309. package/password-input/password-input-clear-trigger.directive.d.ts.map +1 -0
  1310. package/password-input/password-input-error-indicator.directive.d.ts +16 -0
  1311. package/password-input/password-input-error-indicator.directive.d.ts.map +1 -0
  1312. package/password-input/password-input-error-text.directive.d.ts +16 -0
  1313. package/password-input/password-input-error-text.directive.d.ts.map +1 -0
  1314. package/password-input/password-input-hint.directive.d.ts +9 -0
  1315. package/password-input/password-input-hint.directive.d.ts.map +1 -0
  1316. package/password-input/password-input-input-group.directive.d.ts +9 -0
  1317. package/password-input/password-input-input-group.directive.d.ts.map +1 -0
  1318. package/password-input/password-input-input.directive.d.ts +9 -0
  1319. package/password-input/password-input-input.directive.d.ts.map +1 -0
  1320. package/password-input/password-input-label.directive.d.ts +9 -0
  1321. package/password-input/password-input-label.directive.d.ts.map +1 -0
  1322. package/password-input/password-input-root.directive.d.ts +37 -0
  1323. package/password-input/password-input-root.directive.d.ts.map +1 -0
  1324. package/password-input/password-input-visibility-trigger.directive.d.ts +24 -0
  1325. package/password-input/password-input-visibility-trigger.directive.d.ts.map +1 -0
  1326. package/password-input/password-input.component.d.ts +72 -0
  1327. package/password-input/password-input.component.d.ts.map +1 -0
  1328. package/password-input/password-input.module.d.ts +20 -0
  1329. package/password-input/password-input.module.d.ts.map +1 -0
  1330. package/password-input/qualcomm-ui-angular-password-input.d.ts +6 -0
  1331. package/password-input/qualcomm-ui-angular-password-input.d.ts.map +1 -0
  1332. package/popover/index.d.ts +14 -0
  1333. package/popover/index.d.ts.map +1 -0
  1334. package/popover/popover-anchor.directive.d.ts +7 -0
  1335. package/popover/popover-anchor.directive.d.ts.map +1 -0
  1336. package/popover/popover-arrow-tip.directive.d.ts +17 -0
  1337. package/popover/popover-arrow-tip.directive.d.ts.map +1 -0
  1338. package/popover/popover-arrow.directive.d.ts +17 -0
  1339. package/popover/popover-arrow.directive.d.ts.map +1 -0
  1340. package/popover/popover-close-trigger.directive.d.ts +17 -0
  1341. package/popover/popover-close-trigger.directive.d.ts.map +1 -0
  1342. package/popover/popover-content.directive.d.ts +17 -0
  1343. package/popover/popover-content.directive.d.ts.map +1 -0
  1344. package/popover/popover-context.directive.d.ts +15 -0
  1345. package/popover/popover-context.directive.d.ts.map +1 -0
  1346. package/popover/popover-description.directive.d.ts +17 -0
  1347. package/popover/popover-description.directive.d.ts.map +1 -0
  1348. package/popover/popover-label.directive.d.ts +17 -0
  1349. package/popover/popover-label.directive.d.ts.map +1 -0
  1350. package/popover/popover-positioner.directive.d.ts +7 -0
  1351. package/popover/popover-positioner.directive.d.ts.map +1 -0
  1352. package/popover/popover-root.directive.d.ts +7 -0
  1353. package/popover/popover-root.directive.d.ts.map +1 -0
  1354. package/popover/popover-trigger.directive.d.ts +17 -0
  1355. package/popover/popover-trigger.directive.d.ts.map +1 -0
  1356. package/popover/popover.directive.d.ts +24 -0
  1357. package/popover/popover.directive.d.ts.map +1 -0
  1358. package/popover/popover.module.d.ts +20 -0
  1359. package/popover/popover.module.d.ts.map +1 -0
  1360. package/popover/qualcomm-ui-angular-popover.d.ts +6 -0
  1361. package/popover/qualcomm-ui-angular-popover.d.ts.map +1 -0
  1362. package/progress/index.d.ts +12 -0
  1363. package/progress/index.d.ts.map +1 -0
  1364. package/progress/progress-bar.directive.d.ts +9 -0
  1365. package/progress/progress-bar.directive.d.ts.map +1 -0
  1366. package/progress/progress-context.directive.d.ts +16 -0
  1367. package/progress/progress-context.directive.d.ts.map +1 -0
  1368. package/progress/progress-error-text.directive.d.ts +16 -0
  1369. package/progress/progress-error-text.directive.d.ts.map +1 -0
  1370. package/progress/progress-hint.directive.d.ts +9 -0
  1371. package/progress/progress-hint.directive.d.ts.map +1 -0
  1372. package/progress/progress-label.directive.d.ts +9 -0
  1373. package/progress/progress-label.directive.d.ts.map +1 -0
  1374. package/progress/progress-root.directive.d.ts +35 -0
  1375. package/progress/progress-root.directive.d.ts.map +1 -0
  1376. package/progress/progress-track.directive.d.ts +9 -0
  1377. package/progress/progress-track.directive.d.ts.map +1 -0
  1378. package/progress/progress-value-text.directive.d.ts +9 -0
  1379. package/progress/progress-value-text.directive.d.ts.map +1 -0
  1380. package/progress/progress.directive.d.ts +47 -0
  1381. package/progress/progress.directive.d.ts.map +1 -0
  1382. package/progress/progress.module.d.ts +17 -0
  1383. package/progress/progress.module.d.ts.map +1 -0
  1384. package/progress/qds-progress-context.service.d.ts +9 -0
  1385. package/progress/qds-progress-context.service.d.ts.map +1 -0
  1386. package/progress/qualcomm-ui-angular-progress.d.ts +6 -0
  1387. package/progress/qualcomm-ui-angular-progress.d.ts.map +1 -0
  1388. package/progress-ring/index.d.ts +13 -0
  1389. package/progress-ring/index.d.ts.map +1 -0
  1390. package/progress-ring/progress-ring-bar.directive.d.ts +9 -0
  1391. package/progress-ring/progress-ring-bar.directive.d.ts.map +1 -0
  1392. package/progress-ring/progress-ring-circle-container.directive.d.ts +13 -0
  1393. package/progress-ring/progress-ring-circle-container.directive.d.ts.map +1 -0
  1394. package/progress-ring/progress-ring-circle.directive.d.ts +9 -0
  1395. package/progress-ring/progress-ring-circle.directive.d.ts.map +1 -0
  1396. package/progress-ring/progress-ring-context.directive.d.ts +16 -0
  1397. package/progress-ring/progress-ring-context.directive.d.ts.map +1 -0
  1398. package/progress-ring/progress-ring-error-text.directive.d.ts +9 -0
  1399. package/progress-ring/progress-ring-error-text.directive.d.ts.map +1 -0
  1400. package/progress-ring/progress-ring-label.directive.d.ts +9 -0
  1401. package/progress-ring/progress-ring-label.directive.d.ts.map +1 -0
  1402. package/progress-ring/progress-ring-root.directive.d.ts +31 -0
  1403. package/progress-ring/progress-ring-root.directive.d.ts.map +1 -0
  1404. package/progress-ring/progress-ring-track.directive.d.ts +9 -0
  1405. package/progress-ring/progress-ring-track.directive.d.ts.map +1 -0
  1406. package/progress-ring/progress-ring-value-text.directive.d.ts +9 -0
  1407. package/progress-ring/progress-ring-value-text.directive.d.ts.map +1 -0
  1408. package/progress-ring/progress-ring.directive.d.ts +27 -0
  1409. package/progress-ring/progress-ring.directive.d.ts.map +1 -0
  1410. package/progress-ring/progress-ring.module.d.ts +17 -0
  1411. package/progress-ring/progress-ring.module.d.ts.map +1 -0
  1412. package/progress-ring/qds-progress-ring-context.service.d.ts +9 -0
  1413. package/progress-ring/qds-progress-ring-context.service.d.ts.map +1 -0
  1414. package/progress-ring/qualcomm-ui-angular-progress-ring.d.ts +6 -0
  1415. package/progress-ring/qualcomm-ui-angular-progress-ring.d.ts.map +1 -0
  1416. package/qualcomm-ui-angular.d.ts +6 -0
  1417. package/qualcomm-ui-angular.d.ts.map +1 -0
  1418. package/radio/index.d.ts +9 -0
  1419. package/radio/index.d.ts.map +1 -0
  1420. package/radio/qds-radio-context.service.d.ts +9 -0
  1421. package/radio/qds-radio-context.service.d.ts.map +1 -0
  1422. package/radio/qualcomm-ui-angular-radio.d.ts +6 -0
  1423. package/radio/qualcomm-ui-angular-radio.d.ts.map +1 -0
  1424. package/radio/radio-control.directive.d.ts +9 -0
  1425. package/radio/radio-control.directive.d.ts.map +1 -0
  1426. package/radio/radio-group/index.d.ts +5 -0
  1427. package/radio/radio-group/index.d.ts.map +1 -0
  1428. package/radio/radio-group/radio-group-error-text.component.d.ts +16 -0
  1429. package/radio/radio-group/radio-group-error-text.component.d.ts.map +1 -0
  1430. package/radio/radio-group/radio-group-items.directive.d.ts +9 -0
  1431. package/radio/radio-group/radio-group-items.directive.d.ts.map +1 -0
  1432. package/radio/radio-group/radio-group-label.directive.d.ts +9 -0
  1433. package/radio/radio-group/radio-group-label.directive.d.ts.map +1 -0
  1434. package/radio/radio-group/radio-group-root.directive.d.ts +18 -0
  1435. package/radio/radio-group/radio-group-root.directive.d.ts.map +1 -0
  1436. package/radio/radio-hidden-input.directive.d.ts +9 -0
  1437. package/radio/radio-hidden-input.directive.d.ts.map +1 -0
  1438. package/radio/radio-label.directive.d.ts +9 -0
  1439. package/radio/radio-label.directive.d.ts.map +1 -0
  1440. package/radio/radio-root.directive.d.ts +19 -0
  1441. package/radio/radio-root.directive.d.ts.map +1 -0
  1442. package/radio/radio.component.d.ts +12 -0
  1443. package/radio/radio.component.d.ts.map +1 -0
  1444. package/radio/radio.module.d.ts +18 -0
  1445. package/radio/radio.module.d.ts.map +1 -0
  1446. package/segmented-control/index.d.ts +8 -0
  1447. package/segmented-control/index.d.ts.map +1 -0
  1448. package/segmented-control/qds-segmented-control-context.service.d.ts +9 -0
  1449. package/segmented-control/qds-segmented-control-context.service.d.ts.map +1 -0
  1450. package/segmented-control/qualcomm-ui-angular-segmented-control.d.ts +6 -0
  1451. package/segmented-control/qualcomm-ui-angular-segmented-control.d.ts.map +1 -0
  1452. package/segmented-control/segmented-control-hidden-input.directive.d.ts +12 -0
  1453. package/segmented-control/segmented-control-hidden-input.directive.d.ts.map +1 -0
  1454. package/segmented-control/segmented-control-item-root.directive.d.ts +9 -0
  1455. package/segmented-control/segmented-control-item-root.directive.d.ts.map +1 -0
  1456. package/segmented-control/segmented-control-item-text.directive.d.ts +12 -0
  1457. package/segmented-control/segmented-control-item-text.directive.d.ts.map +1 -0
  1458. package/segmented-control/segmented-control-item.component.d.ts +11 -0
  1459. package/segmented-control/segmented-control-item.component.d.ts.map +1 -0
  1460. package/segmented-control/segmented-control.directive.d.ts +26 -0
  1461. package/segmented-control/segmented-control.directive.d.ts.map +1 -0
  1462. package/segmented-control/segmented-control.module.d.ts +13 -0
  1463. package/segmented-control/segmented-control.module.d.ts.map +1 -0
  1464. package/select/index.d.ts +21 -0
  1465. package/select/index.d.ts.map +1 -0
  1466. package/select/qds-select-context.service.d.ts +9 -0
  1467. package/select/qds-select-context.service.d.ts.map +1 -0
  1468. package/select/qualcomm-ui-angular-select.d.ts +6 -0
  1469. package/select/qualcomm-ui-angular-select.d.ts.map +1 -0
  1470. package/select/select-clear-trigger.directive.d.ts +10 -0
  1471. package/select/select-clear-trigger.directive.d.ts.map +1 -0
  1472. package/select/select-content.directive.d.ts +9 -0
  1473. package/select/select-content.directive.d.ts.map +1 -0
  1474. package/select/select-context.directive.d.ts +16 -0
  1475. package/select/select-context.directive.d.ts.map +1 -0
  1476. package/select/select-control.directive.d.ts +10 -0
  1477. package/select/select-control.directive.d.ts.map +1 -0
  1478. package/select/select-error-indicator.directive.d.ts +16 -0
  1479. package/select/select-error-indicator.directive.d.ts.map +1 -0
  1480. package/select/select-error-text.directive.d.ts +15 -0
  1481. package/select/select-error-text.directive.d.ts.map +1 -0
  1482. package/select/select-hidden-select.directive.d.ts +9 -0
  1483. package/select/select-hidden-select.directive.d.ts.map +1 -0
  1484. package/select/select-hint.directive.d.ts +9 -0
  1485. package/select/select-hint.directive.d.ts.map +1 -0
  1486. package/select/select-indicator.directive.d.ts +16 -0
  1487. package/select/select-indicator.directive.d.ts.map +1 -0
  1488. package/select/select-item-indicator.directive.d.ts +9 -0
  1489. package/select/select-item-indicator.directive.d.ts.map +1 -0
  1490. package/select/select-item-text.directive.d.ts +9 -0
  1491. package/select/select-item-text.directive.d.ts.map +1 -0
  1492. package/select/select-item.directive.d.ts +9 -0
  1493. package/select/select-item.directive.d.ts.map +1 -0
  1494. package/select/select-items.component.d.ts +7 -0
  1495. package/select/select-items.component.d.ts.map +1 -0
  1496. package/select/select-label.directive.d.ts +10 -0
  1497. package/select/select-label.directive.d.ts.map +1 -0
  1498. package/select/select-positioner.directive.d.ts +9 -0
  1499. package/select/select-positioner.directive.d.ts.map +1 -0
  1500. package/select/select-root.directive.d.ts +26 -0
  1501. package/select/select-root.directive.d.ts.map +1 -0
  1502. package/select/select-value-text.directive.d.ts +9 -0
  1503. package/select/select-value-text.directive.d.ts.map +1 -0
  1504. package/select/select.component.d.ts +60 -0
  1505. package/select/select.component.d.ts.map +1 -0
  1506. package/select/select.module.d.ts +29 -0
  1507. package/select/select.module.d.ts.map +1 -0
  1508. package/switch/index.d.ts +10 -0
  1509. package/switch/index.d.ts.map +1 -0
  1510. package/switch/qds-switch-context.service.d.ts +9 -0
  1511. package/switch/qds-switch-context.service.d.ts.map +1 -0
  1512. package/switch/qualcomm-ui-angular-switch.d.ts +6 -0
  1513. package/switch/qualcomm-ui-angular-switch.d.ts.map +1 -0
  1514. package/switch/switch-control.component.d.ts +9 -0
  1515. package/switch/switch-control.component.d.ts.map +1 -0
  1516. package/switch/switch-error-text.component.d.ts +16 -0
  1517. package/switch/switch-error-text.component.d.ts.map +1 -0
  1518. package/switch/switch-hidden-input.directive.d.ts +9 -0
  1519. package/switch/switch-hidden-input.directive.d.ts.map +1 -0
  1520. package/switch/switch-label.directive.d.ts +9 -0
  1521. package/switch/switch-label.directive.d.ts.map +1 -0
  1522. package/switch/switch-root.directive.d.ts +18 -0
  1523. package/switch/switch-root.directive.d.ts.map +1 -0
  1524. package/switch/switch-thumb.directive.d.ts +9 -0
  1525. package/switch/switch-thumb.directive.d.ts.map +1 -0
  1526. package/switch/switch.component.d.ts +35 -0
  1527. package/switch/switch.component.d.ts.map +1 -0
  1528. package/switch/switch.module.d.ts +16 -0
  1529. package/switch/switch.module.d.ts.map +1 -0
  1530. package/table/components/custom/cell-component-context.directive.d.ts +9 -0
  1531. package/table/components/custom/cell-component-context.directive.d.ts.map +1 -0
  1532. package/table/components/custom/index.d.ts +2 -0
  1533. package/table/components/custom/index.d.ts.map +1 -0
  1534. package/table/components/index.d.ts +29 -0
  1535. package/table/components/index.d.ts.map +1 -0
  1536. package/table/components/qds-table-api.d.ts +2 -0
  1537. package/table/components/qds-table-api.d.ts.map +1 -0
  1538. package/table/components/renderers/index.d.ts +4 -0
  1539. package/table/components/renderers/index.d.ts.map +1 -0
  1540. package/table/components/renderers/render-cell.directive.d.ts +28 -0
  1541. package/table/components/renderers/render-cell.directive.d.ts.map +1 -0
  1542. package/table/components/renderers/render-footer.directive.d.ts +17 -0
  1543. package/table/components/renderers/render-footer.directive.d.ts.map +1 -0
  1544. package/table/components/renderers/render-header.directive.d.ts +17 -0
  1545. package/table/components/renderers/render-header.directive.d.ts.map +1 -0
  1546. package/table/components/table-action-bar.directive.d.ts +12 -0
  1547. package/table/components/table-action-bar.directive.d.ts.map +1 -0
  1548. package/table/components/table-body.directive.d.ts +12 -0
  1549. package/table/components/table-body.directive.d.ts.map +1 -0
  1550. package/table/components/table-cell-action.directive.d.ts +18 -0
  1551. package/table/components/table-cell-action.directive.d.ts.map +1 -0
  1552. package/table/components/table-cell.directive.d.ts +19 -0
  1553. package/table/components/table-cell.directive.d.ts.map +1 -0
  1554. package/table/components/table-column-drag-handle.directive.d.ts +20 -0
  1555. package/table/components/table-column-drag-handle.directive.d.ts.map +1 -0
  1556. package/table/components/table-column-drag-preview.directive.d.ts +13 -0
  1557. package/table/components/table-column-drag-preview.directive.d.ts.map +1 -0
  1558. package/table/components/table-column-drop-indicator.directive.d.ts +26 -0
  1559. package/table/components/table-column-drop-indicator.directive.d.ts.map +1 -0
  1560. package/table/components/table-column-filter-action.directive.d.ts +28 -0
  1561. package/table/components/table-column-filter-action.directive.d.ts.map +1 -0
  1562. package/table/components/table-column-header-action.directive.d.ts +18 -0
  1563. package/table/components/table-column-header-action.directive.d.ts.map +1 -0
  1564. package/table/components/table-column-resize-handle.directive.d.ts +27 -0
  1565. package/table/components/table-column-resize-handle.directive.d.ts.map +1 -0
  1566. package/table/components/table-column-sort-action.directive.d.ts +23 -0
  1567. package/table/components/table-column-sort-action.directive.d.ts.map +1 -0
  1568. package/table/components/table-footer.directive.d.ts +12 -0
  1569. package/table/components/table-footer.directive.d.ts.map +1 -0
  1570. package/table/components/table-header-cell.directive.d.ts +31 -0
  1571. package/table/components/table-header-cell.directive.d.ts.map +1 -0
  1572. package/table/components/table-header.directive.d.ts +12 -0
  1573. package/table/components/table-header.directive.d.ts.map +1 -0
  1574. package/table/components/table-pagination.directive.d.ts +8 -0
  1575. package/table/components/table-pagination.directive.d.ts.map +1 -0
  1576. package/table/components/table-root.directive.d.ts +25 -0
  1577. package/table/components/table-root.directive.d.ts.map +1 -0
  1578. package/table/components/table-row-drag-handle.directive.d.ts +20 -0
  1579. package/table/components/table-row-drag-handle.directive.d.ts.map +1 -0
  1580. package/table/components/table-row-drag-preview.directive.d.ts +12 -0
  1581. package/table/components/table-row-drag-preview.directive.d.ts.map +1 -0
  1582. package/table/components/table-row-drop-indicator.directive.d.ts +26 -0
  1583. package/table/components/table-row-drop-indicator.directive.d.ts.map +1 -0
  1584. package/table/components/table-row-expand-button.directive.d.ts +27 -0
  1585. package/table/components/table-row-expand-button.directive.d.ts.map +1 -0
  1586. package/table/components/table-row.directive.d.ts +27 -0
  1587. package/table/components/table-row.directive.d.ts.map +1 -0
  1588. package/table/components/table-scroll-container.directive.d.ts +12 -0
  1589. package/table/components/table-scroll-container.directive.d.ts.map +1 -0
  1590. package/table/components/table-table.directive.d.ts +12 -0
  1591. package/table/components/table-table.directive.d.ts.map +1 -0
  1592. package/table/components/table-title-bar.directive.d.ts +12 -0
  1593. package/table/components/table-title-bar.directive.d.ts.map +1 -0
  1594. package/table/components/table.module.d.ts +36 -0
  1595. package/table/components/table.module.d.ts.map +1 -0
  1596. package/table/index.d.ts +4 -0
  1597. package/table/index.d.ts.map +1 -0
  1598. package/table/model/create-angular-table.d.ts +6 -0
  1599. package/table/model/create-angular-table.d.ts.map +1 -0
  1600. package/table/model/create-pagination-helper.d.ts +23 -0
  1601. package/table/model/create-pagination-helper.d.ts.map +1 -0
  1602. package/table/model/index.d.ts +3 -0
  1603. package/table/model/index.d.ts.map +1 -0
  1604. package/table/model/lazy-signal-initializer.d.ts +6 -0
  1605. package/table/model/lazy-signal-initializer.d.ts.map +1 -0
  1606. package/table/model/proxify-table.d.ts +4 -0
  1607. package/table/model/proxify-table.d.ts.map +1 -0
  1608. package/table/qualcomm-ui-angular-table.d.ts +6 -0
  1609. package/table/qualcomm-ui-angular-table.d.ts.map +1 -0
  1610. package/table/types/context.d.ts +9 -0
  1611. package/table/types/context.d.ts.map +1 -0
  1612. package/table/types/index.d.ts +2 -0
  1613. package/table/types/index.d.ts.map +1 -0
  1614. package/tabs/index.d.ts +11 -0
  1615. package/tabs/index.d.ts.map +1 -0
  1616. package/tabs/qds-tabs-context.service.d.ts +9 -0
  1617. package/tabs/qds-tabs-context.service.d.ts.map +1 -0
  1618. package/tabs/qualcomm-ui-angular-tabs.d.ts +6 -0
  1619. package/tabs/qualcomm-ui-angular-tabs.d.ts.map +1 -0
  1620. package/tabs/tab-button.directive.d.ts +34 -0
  1621. package/tabs/tab-button.directive.d.ts.map +1 -0
  1622. package/tabs/tab-dismiss-button.directive.d.ts +10 -0
  1623. package/tabs/tab-dismiss-button.directive.d.ts.map +1 -0
  1624. package/tabs/tab-root.directive.d.ts +9 -0
  1625. package/tabs/tab-root.directive.d.ts.map +1 -0
  1626. package/tabs/tabs-context.directive.d.ts +27 -0
  1627. package/tabs/tabs-context.directive.d.ts.map +1 -0
  1628. package/tabs/tabs-indicator.directive.d.ts +9 -0
  1629. package/tabs/tabs-indicator.directive.d.ts.map +1 -0
  1630. package/tabs/tabs-list.directive.d.ts +9 -0
  1631. package/tabs/tabs-list.directive.d.ts.map +1 -0
  1632. package/tabs/tabs-panel.directive.d.ts +9 -0
  1633. package/tabs/tabs-panel.directive.d.ts.map +1 -0
  1634. package/tabs/tabs-root.directive.d.ts +41 -0
  1635. package/tabs/tabs-root.directive.d.ts.map +1 -0
  1636. package/tabs/tabs.module.d.ts +17 -0
  1637. package/tabs/tabs.module.d.ts.map +1 -0
  1638. package/tag/index.d.ts +3 -0
  1639. package/tag/index.d.ts.map +1 -0
  1640. package/tag/qds-tag-context.service.d.ts +9 -0
  1641. package/tag/qds-tag-context.service.d.ts.map +1 -0
  1642. package/tag/qualcomm-ui-angular-tag.d.ts +6 -0
  1643. package/tag/qualcomm-ui-angular-tag.d.ts.map +1 -0
  1644. package/tag/tag.directive.d.ts +66 -0
  1645. package/tag/tag.directive.d.ts.map +1 -0
  1646. package/text-area/index.d.ts +2 -0
  1647. package/text-area/index.d.ts.map +1 -0
  1648. package/text-area/qualcomm-ui-angular-text-area.d.ts +6 -0
  1649. package/text-area/qualcomm-ui-angular-text-area.d.ts.map +1 -0
  1650. package/text-input/index.d.ts +11 -0
  1651. package/text-input/index.d.ts.map +1 -0
  1652. package/text-input/qualcomm-ui-angular-text-input.d.ts +6 -0
  1653. package/text-input/qualcomm-ui-angular-text-input.d.ts.map +1 -0
  1654. package/text-input/text-input-clear-trigger.directive.d.ts +12 -0
  1655. package/text-input/text-input-clear-trigger.directive.d.ts.map +1 -0
  1656. package/text-input/text-input-error-indicator.directive.d.ts +19 -0
  1657. package/text-input/text-input-error-indicator.directive.d.ts.map +1 -0
  1658. package/text-input/text-input-error-text.directive.d.ts +18 -0
  1659. package/text-input/text-input-error-text.directive.d.ts.map +1 -0
  1660. package/text-input/text-input-hint.directive.d.ts +12 -0
  1661. package/text-input/text-input-hint.directive.d.ts.map +1 -0
  1662. package/text-input/text-input-input-group.directive.d.ts +12 -0
  1663. package/text-input/text-input-input-group.directive.d.ts.map +1 -0
  1664. package/text-input/text-input-input.directive.d.ts +13 -0
  1665. package/text-input/text-input-input.directive.d.ts.map +1 -0
  1666. package/text-input/text-input-label.directive.d.ts +12 -0
  1667. package/text-input/text-input-label.directive.d.ts.map +1 -0
  1668. package/text-input/text-input-root.directive.d.ts +59 -0
  1669. package/text-input/text-input-root.directive.d.ts.map +1 -0
  1670. package/text-input/text-input.component.d.ts +56 -0
  1671. package/text-input/text-input.component.d.ts.map +1 -0
  1672. package/text-input/text-input.module.d.ts +19 -0
  1673. package/text-input/text-input.module.d.ts.map +1 -0
  1674. package/theme/index.d.ts +4 -0
  1675. package/theme/index.d.ts.map +1 -0
  1676. package/theme/qds-theme-providers.d.ts +23 -0
  1677. package/theme/qds-theme-providers.d.ts.map +1 -0
  1678. package/theme/qds-theme.service.d.ts +23 -0
  1679. package/theme/qds-theme.service.d.ts.map +1 -0
  1680. package/theme/qds-theme.types.d.ts +37 -0
  1681. package/theme/qds-theme.types.d.ts.map +1 -0
  1682. package/theme/qualcomm-ui-angular-theme.d.ts +6 -0
  1683. package/theme/qualcomm-ui-angular-theme.d.ts.map +1 -0
  1684. package/toast/create-toaster.d.ts +7 -0
  1685. package/toast/create-toaster.d.ts.map +1 -0
  1686. package/toast/index.d.ts +14 -0
  1687. package/toast/index.d.ts.map +1 -0
  1688. package/toast/qds-toast-context.service.d.ts +9 -0
  1689. package/toast/qds-toast-context.service.d.ts.map +1 -0
  1690. package/toast/qualcomm-ui-angular-toast.d.ts +6 -0
  1691. package/toast/qualcomm-ui-angular-toast.d.ts.map +1 -0
  1692. package/toast/toast-action.directive.d.ts +9 -0
  1693. package/toast/toast-action.directive.d.ts.map +1 -0
  1694. package/toast/toast-close-button.directive.d.ts +10 -0
  1695. package/toast/toast-close-button.directive.d.ts.map +1 -0
  1696. package/toast/toast-context.directive.d.ts +14 -0
  1697. package/toast/toast-context.directive.d.ts.map +1 -0
  1698. package/toast/toast-description.directive.d.ts +9 -0
  1699. package/toast/toast-description.directive.d.ts.map +1 -0
  1700. package/toast/toast-icon.directive.d.ts +18 -0
  1701. package/toast/toast-icon.directive.d.ts.map +1 -0
  1702. package/toast/toast-label.directive.d.ts +9 -0
  1703. package/toast/toast-label.directive.d.ts.map +1 -0
  1704. package/toast/toast-provider.directive.d.ts +16 -0
  1705. package/toast/toast-provider.directive.d.ts.map +1 -0
  1706. package/toast/toast-root.directive.d.ts +12 -0
  1707. package/toast/toast-root.directive.d.ts.map +1 -0
  1708. package/toast/toast.module.d.ts +21 -0
  1709. package/toast/toast.module.d.ts.map +1 -0
  1710. package/toast/toaster.directive.d.ts +9 -0
  1711. package/toast/toaster.directive.d.ts.map +1 -0
  1712. package/toast/toaster.service.d.ts +12 -0
  1713. package/toast/toaster.service.d.ts.map +1 -0
  1714. package/tooltip/index.d.ts +11 -0
  1715. package/tooltip/index.d.ts.map +1 -0
  1716. package/tooltip/qualcomm-ui-angular-tooltip.d.ts +6 -0
  1717. package/tooltip/qualcomm-ui-angular-tooltip.d.ts.map +1 -0
  1718. package/tooltip/tooltip-arrow-tip.directive.d.ts +13 -0
  1719. package/tooltip/tooltip-arrow-tip.directive.d.ts.map +1 -0
  1720. package/tooltip/tooltip-arrow.directive.d.ts +13 -0
  1721. package/tooltip/tooltip-arrow.directive.d.ts.map +1 -0
  1722. package/tooltip/tooltip-content.directive.d.ts +13 -0
  1723. package/tooltip/tooltip-content.directive.d.ts.map +1 -0
  1724. package/tooltip/tooltip-context.directive.d.ts +15 -0
  1725. package/tooltip/tooltip-context.directive.d.ts.map +1 -0
  1726. package/tooltip/tooltip-floating-portal.component.d.ts +26 -0
  1727. package/tooltip/tooltip-floating-portal.component.d.ts.map +1 -0
  1728. package/tooltip/tooltip-positioner.directive.d.ts +13 -0
  1729. package/tooltip/tooltip-positioner.directive.d.ts.map +1 -0
  1730. package/tooltip/tooltip-root.directive.d.ts +7 -0
  1731. package/tooltip/tooltip-root.directive.d.ts.map +1 -0
  1732. package/tooltip/tooltip-trigger.directive.d.ts +7 -0
  1733. package/tooltip/tooltip-trigger.directive.d.ts.map +1 -0
  1734. package/tooltip/tooltip.directive.d.ts +16 -0
  1735. package/tooltip/tooltip.directive.d.ts.map +1 -0
  1736. package/tooltip/tooltip.module.d.ts +19 -0
  1737. package/tooltip/tooltip.module.d.ts.map +1 -0
  1738. package/tree/index.d.ts +2 -0
  1739. package/tree/index.d.ts.map +1 -0
  1740. package/tree/qualcomm-ui-angular-tree.d.ts +6 -0
  1741. package/tree/qualcomm-ui-angular-tree.d.ts.map +1 -0
@@ -0,0 +1,85 @@
1
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
3
+ import { NgModule } from "@angular/core";
4
+ import { IconDirective } from "@qualcomm-ui/angular/icon";
5
+ import { InputEndIconComponent, InputStartIconComponent, } from "@qualcomm-ui/angular/input";
6
+ import { QBindDirective } from "@qualcomm-ui/angular-core/machine";
7
+ import { NumberInputControlDirective } from "./number-input-control.directive";
8
+ import { NumberInputDecrementTriggerDirective } from "./number-input-decrement-trigger.directive";
9
+ import { NumberInputErrorIndicatorDirective } from "./number-input-error-indicator.directive";
10
+ import { NumberInputErrorTextDirective } from "./number-input-error-text.directive";
11
+ import { NumberInputHintDirective } from "./number-input-hint.directive";
12
+ import { NumberInputIncrementTriggerDirective } from "./number-input-increment-trigger.directive";
13
+ import { NumberInputInputGroupDirective } from "./number-input-input-group.directive";
14
+ import { NumberInputInputDirective } from "./number-input-input.directive";
15
+ import { NumberInputLabelDirective } from "./number-input-label.directive";
16
+ import { NumberInputRootDirective } from "./number-input-root.directive";
17
+ import { NumberInputComponent } from "./number-input.component";
18
+ import * as i0 from "@angular/core";
19
+ export class NumberInputModule {
20
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: NumberInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
21
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.10", ngImport: i0, type: NumberInputModule, declarations: [NumberInputControlDirective,
22
+ NumberInputErrorTextDirective,
23
+ NumberInputHintDirective,
24
+ NumberInputInputDirective,
25
+ NumberInputInputGroupDirective,
26
+ NumberInputLabelDirective,
27
+ NumberInputErrorIndicatorDirective,
28
+ NumberInputRootDirective,
29
+ NumberInputDecrementTriggerDirective,
30
+ NumberInputIncrementTriggerDirective,
31
+ NumberInputComponent], imports: [QBindDirective,
32
+ IconDirective,
33
+ InputStartIconComponent,
34
+ InputEndIconComponent], exports: [NumberInputControlDirective,
35
+ NumberInputErrorTextDirective,
36
+ NumberInputHintDirective,
37
+ NumberInputInputDirective,
38
+ NumberInputInputGroupDirective,
39
+ NumberInputLabelDirective,
40
+ NumberInputErrorIndicatorDirective,
41
+ NumberInputRootDirective,
42
+ NumberInputDecrementTriggerDirective,
43
+ NumberInputIncrementTriggerDirective,
44
+ NumberInputComponent] });
45
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: NumberInputModule, imports: [InputStartIconComponent,
46
+ InputEndIconComponent] });
47
+ }
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: NumberInputModule, decorators: [{
49
+ type: NgModule,
50
+ args: [{
51
+ declarations: [
52
+ NumberInputControlDirective,
53
+ NumberInputErrorTextDirective,
54
+ NumberInputHintDirective,
55
+ NumberInputInputDirective,
56
+ NumberInputInputGroupDirective,
57
+ NumberInputLabelDirective,
58
+ NumberInputErrorIndicatorDirective,
59
+ NumberInputRootDirective,
60
+ NumberInputDecrementTriggerDirective,
61
+ NumberInputIncrementTriggerDirective,
62
+ NumberInputComponent,
63
+ ],
64
+ exports: [
65
+ NumberInputControlDirective,
66
+ NumberInputErrorTextDirective,
67
+ NumberInputHintDirective,
68
+ NumberInputInputDirective,
69
+ NumberInputInputGroupDirective,
70
+ NumberInputLabelDirective,
71
+ NumberInputErrorIndicatorDirective,
72
+ NumberInputRootDirective,
73
+ NumberInputDecrementTriggerDirective,
74
+ NumberInputIncrementTriggerDirective,
75
+ NumberInputComponent,
76
+ ],
77
+ imports: [
78
+ QBindDirective,
79
+ IconDirective,
80
+ InputStartIconComponent,
81
+ InputEndIconComponent,
82
+ ],
83
+ }]
84
+ }] });
85
+ //# sourceMappingURL=number-input.module.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"number-input.module.js","sourceRoot":"","sources":["../../../src/number-input/number-input.module.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAA;AAEtC,OAAO,EAAC,aAAa,EAAC,MAAM,2BAA2B,CAAA;AACvD,OAAO,EACL,qBAAqB,EACrB,uBAAuB,GACxB,MAAM,4BAA4B,CAAA;AACnC,OAAO,EAAC,cAAc,EAAC,MAAM,mCAAmC,CAAA;AAEhE,OAAO,EAAC,2BAA2B,EAAC,MAAM,kCAAkC,CAAA;AAC5E,OAAO,EAAC,oCAAoC,EAAC,MAAM,4CAA4C,CAAA;AAC/F,OAAO,EAAC,kCAAkC,EAAC,MAAM,0CAA0C,CAAA;AAC3F,OAAO,EAAC,6BAA6B,EAAC,MAAM,qCAAqC,CAAA;AACjF,OAAO,EAAC,wBAAwB,EAAC,MAAM,+BAA+B,CAAA;AACtE,OAAO,EAAC,oCAAoC,EAAC,MAAM,4CAA4C,CAAA;AAC/F,OAAO,EAAC,8BAA8B,EAAC,MAAM,sCAAsC,CAAA;AACnF,OAAO,EAAC,yBAAyB,EAAC,MAAM,gCAAgC,CAAA;AACxE,OAAO,EAAC,yBAAyB,EAAC,MAAM,gCAAgC,CAAA;AACxE,OAAO,EAAC,wBAAwB,EAAC,MAAM,+BAA+B,CAAA;AACtE,OAAO,EAAC,oBAAoB,EAAC,MAAM,0BAA0B,CAAA;;AAoC7D,MAAM,OAAO,iBAAiB;wGAAjB,iBAAiB;yGAAjB,iBAAiB,iBAhC1B,2BAA2B;YAC3B,6BAA6B;YAC7B,wBAAwB;YACxB,yBAAyB;YACzB,8BAA8B;YAC9B,yBAAyB;YACzB,kCAAkC;YAClC,wBAAwB;YACxB,oCAAoC;YACpC,oCAAoC;YACpC,oBAAoB,aAgBpB,cAAc;YACd,aAAa;YACb,uBAAuB;YACvB,qBAAqB,aAhBrB,2BAA2B;YAC3B,6BAA6B;YAC7B,wBAAwB;YACxB,yBAAyB;YACzB,8BAA8B;YAC9B,yBAAyB;YACzB,kCAAkC;YAClC,wBAAwB;YACxB,oCAAoC;YACpC,oCAAoC;YACpC,oBAAoB;yGASX,iBAAiB,YAJ1B,uBAAuB;YACvB,qBAAqB;;4FAGZ,iBAAiB;kBAlC7B,QAAQ;mBAAC;oBACR,YAAY,EAAE;wBACZ,2BAA2B;wBAC3B,6BAA6B;wBAC7B,wBAAwB;wBACxB,yBAAyB;wBACzB,8BAA8B;wBAC9B,yBAAyB;wBACzB,kCAAkC;wBAClC,wBAAwB;wBACxB,oCAAoC;wBACpC,oCAAoC;wBACpC,oBAAoB;qBACrB;oBACD,OAAO,EAAE;wBACP,2BAA2B;wBAC3B,6BAA6B;wBAC7B,wBAAwB;wBACxB,yBAAyB;wBACzB,8BAA8B;wBAC9B,yBAAyB;wBACzB,kCAAkC;wBAClC,wBAAwB;wBACxB,oCAAoC;wBACpC,oCAAoC;wBACpC,oBAAoB;qBACrB;oBACD,OAAO,EAAE;wBACP,cAAc;wBACd,aAAa;wBACb,uBAAuB;wBACvB,qBAAqB;qBACtB;iBACF","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {NgModule} from \"@angular/core\"\n\nimport {IconDirective} from \"@qualcomm-ui/angular/icon\"\nimport {\n InputEndIconComponent,\n InputStartIconComponent,\n} from \"@qualcomm-ui/angular/input\"\nimport {QBindDirective} from \"@qualcomm-ui/angular-core/machine\"\n\nimport {NumberInputControlDirective} from \"./number-input-control.directive\"\nimport {NumberInputDecrementTriggerDirective} from \"./number-input-decrement-trigger.directive\"\nimport {NumberInputErrorIndicatorDirective} from \"./number-input-error-indicator.directive\"\nimport {NumberInputErrorTextDirective} from \"./number-input-error-text.directive\"\nimport {NumberInputHintDirective} from \"./number-input-hint.directive\"\nimport {NumberInputIncrementTriggerDirective} from \"./number-input-increment-trigger.directive\"\nimport {NumberInputInputGroupDirective} from \"./number-input-input-group.directive\"\nimport {NumberInputInputDirective} from \"./number-input-input.directive\"\nimport {NumberInputLabelDirective} from \"./number-input-label.directive\"\nimport {NumberInputRootDirective} from \"./number-input-root.directive\"\nimport {NumberInputComponent} from \"./number-input.component\"\n\n@NgModule({\n declarations: [\n NumberInputControlDirective,\n NumberInputErrorTextDirective,\n NumberInputHintDirective,\n NumberInputInputDirective,\n NumberInputInputGroupDirective,\n NumberInputLabelDirective,\n NumberInputErrorIndicatorDirective,\n NumberInputRootDirective,\n NumberInputDecrementTriggerDirective,\n NumberInputIncrementTriggerDirective,\n NumberInputComponent,\n ],\n exports: [\n NumberInputControlDirective,\n NumberInputErrorTextDirective,\n NumberInputHintDirective,\n NumberInputInputDirective,\n NumberInputInputGroupDirective,\n NumberInputLabelDirective,\n NumberInputErrorIndicatorDirective,\n NumberInputRootDirective,\n NumberInputDecrementTriggerDirective,\n NumberInputIncrementTriggerDirective,\n NumberInputComponent,\n ],\n imports: [\n QBindDirective,\n IconDirective,\n InputStartIconComponent,\n InputEndIconComponent,\n ],\n})\nexport class NumberInputModule {}\n"]}
@@ -0,0 +1,14 @@
1
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
3
+ import { Injectable } from "@angular/core";
4
+ import { BaseApiContextService, createApiContext, } from "@qualcomm-ui/angular-core/machine";
5
+ import * as i0 from "@angular/core";
6
+ export class QdsNumberInputContextService extends BaseApiContextService {
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: QdsNumberInputContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
8
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: QdsNumberInputContextService });
9
+ }
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: QdsNumberInputContextService, decorators: [{
11
+ type: Injectable
12
+ }] });
13
+ export const [QDS_NUMBER_INPUT_CONTEXT, useQdsNumberInputContext, provideQdsNumberInputContext,] = createApiContext("QdsNumberInputContext", QdsNumberInputContextService);
14
+ //# sourceMappingURL=qds-number-input-context.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"qds-number-input-context.service.js","sourceRoot":"","sources":["../../../src/number-input/qds-number-input-context.service.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,UAAU,EAAC,MAAM,eAAe,CAAA;AAExC,OAAO,EAEL,qBAAqB,EACrB,gBAAgB,GACjB,MAAM,mCAAmC,CAAA;;AAI1C,MAAM,OAAO,4BAA6B,SAAQ,qBAAwC;wGAA7E,4BAA4B;4GAA5B,4BAA4B;;4FAA5B,4BAA4B;kBADxC,UAAU;;AAGX,MAAM,CAAC,MAAM,CACX,wBAAwB,EACxB,wBAAwB,EACxB,4BAA4B,EAC7B,GAAkC,gBAAgB,CACjD,uBAAuB,EACvB,4BAA4B,CAC7B,CAAA","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Injectable} from \"@angular/core\"\n\nimport {\n type ApiContext,\n BaseApiContextService,\n createApiContext,\n} from \"@qualcomm-ui/angular-core/machine\"\nimport type {QdsNumberInputApi} from \"@qualcomm-ui/qds-core/number-input\"\n\n@Injectable()\nexport class QdsNumberInputContextService extends BaseApiContextService<QdsNumberInputApi> {}\n\nexport const [\n QDS_NUMBER_INPUT_CONTEXT,\n useQdsNumberInputContext,\n provideQdsNumberInputContext,\n]: ApiContext<QdsNumberInputApi> = createApiContext<QdsNumberInputApi>(\n \"QdsNumberInputContext\",\n QdsNumberInputContextService,\n)\n"]}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './index';
5
+ //# sourceMappingURL=qualcomm-ui-angular-number-input.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"qualcomm-ui-angular-number-input.js","sourceRoot":"","sources":["../../../src/number-input/qualcomm-ui-angular-number-input.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,SAAS,CAAC","sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"]}
@@ -0,0 +1,11 @@
1
+ export * from "./pagination-context.directive";
2
+ export * from "./pagination-next-trigger.component";
3
+ export * from "./pagination-page-item.component";
4
+ export * from "./pagination-page-items.component";
5
+ export * from "./pagination-page-metadata.directive";
6
+ export * from "./pagination-page-size-label.directive";
7
+ export * from "./pagination-page-size.component";
8
+ export * from "./pagination-prev-trigger.component";
9
+ export * from "./pagination-root.directive";
10
+ export * from "./pagination.module";
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/pagination/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAA;AAC9C,cAAc,qCAAqC,CAAA;AACnD,cAAc,kCAAkC,CAAA;AAChD,cAAc,mCAAmC,CAAA;AACjD,cAAc,sCAAsC,CAAA;AACpD,cAAc,wCAAwC,CAAA;AACtD,cAAc,kCAAkC,CAAA;AAChD,cAAc,qCAAqC,CAAA;AACnD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,qBAAqB,CAAA","sourcesContent":["export * from \"./pagination-context.directive\"\nexport * from \"./pagination-next-trigger.component\"\nexport * from \"./pagination-page-item.component\"\nexport * from \"./pagination-page-items.component\"\nexport * from \"./pagination-page-metadata.directive\"\nexport * from \"./pagination-page-size-label.directive\"\nexport * from \"./pagination-page-size.component\"\nexport * from \"./pagination-prev-trigger.component\"\nexport * from \"./pagination-root.directive\"\nexport * from \"./pagination.module\"\n"]}
@@ -0,0 +1,28 @@
1
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
3
+ import { Directive, inject } from "@angular/core";
4
+ import { ApiContextDirective } from "@qualcomm-ui/angular-core/machine";
5
+ import { PaginationContextService } from "@qualcomm-ui/angular-core/pagination";
6
+ import * as i0 from "@angular/core";
7
+ export class PaginationContextDirective extends ApiContextDirective {
8
+ constructor() {
9
+ const contextService = inject(PaginationContextService);
10
+ super(contextService, "paginationContext");
11
+ }
12
+ /**
13
+ * Provides intellisense for the context in the template.
14
+ */
15
+ static ngTemplateContextGuard(dir, ctx) {
16
+ return true;
17
+ }
18
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: PaginationContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
19
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.10", type: PaginationContextDirective, isStandalone: false, selector: "[paginationContext]", usesInheritance: true, ngImport: i0 });
20
+ }
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: PaginationContextDirective, decorators: [{
22
+ type: Directive,
23
+ args: [{
24
+ selector: "[paginationContext]",
25
+ standalone: false,
26
+ }]
27
+ }], ctorParameters: () => [] });
28
+ //# sourceMappingURL=pagination-context.directive.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagination-context.directive.js","sourceRoot":"","sources":["../../../src/pagination/pagination-context.directive.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,SAAS,EAAE,MAAM,EAAC,MAAM,eAAe,CAAA;AAE/C,OAAO,EAAC,mBAAmB,EAAC,MAAM,mCAAmC,CAAA;AACrE,OAAO,EAAC,wBAAwB,EAAC,MAAM,sCAAsC,CAAA;;AAO7E,MAAM,OAAO,0BAA2B,SAAQ,mBAAkC;IAChF;QACE,MAAM,cAAc,GAAG,MAAM,CAAC,wBAAwB,CAAC,CAAA;QACvD,KAAK,CAAC,cAAc,EAAE,mBAAmB,CAAC,CAAA;IAC5C,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,sBAAsB,CAC3B,GAA+B,EAC/B,GAAY;QAEZ,OAAO,IAAI,CAAA;IACb,CAAC;wGAdU,0BAA0B;4FAA1B,0BAA0B;;4FAA1B,0BAA0B;kBAJtC,SAAS;mBAAC;oBACT,QAAQ,EAAE,qBAAqB;oBAC/B,UAAU,EAAE,KAAK;iBAClB","sourcesContent":["// 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 {ApiContextDirective} from \"@qualcomm-ui/angular-core/machine\"\nimport {PaginationContextService} from \"@qualcomm-ui/angular-core/pagination\"\nimport type {PaginationApi} from \"@qualcomm-ui/core/pagination\"\n\n@Directive({\n selector: \"[paginationContext]\",\n standalone: false,\n})\nexport class PaginationContextDirective extends ApiContextDirective<PaginationApi> {\n constructor() {\n const contextService = inject(PaginationContextService)\n super(contextService, \"paginationContext\")\n }\n\n /**\n * Provides intellisense for the context in the template.\n */\n static ngTemplateContextGuard(\n dir: PaginationContextDirective,\n ctx: unknown,\n ): ctx is {$implicit: PaginationApi} {\n return true\n }\n}\n"]}
@@ -0,0 +1,35 @@
1
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
3
+ import { Component, input } from "@angular/core";
4
+ import { ChevronRight } from "lucide-angular";
5
+ import { CorePaginationNextTriggerDirective } from "@qualcomm-ui/angular-core/pagination";
6
+ import { paginationClasses } from "@qualcomm-ui/qds-core/pagination";
7
+ import * as i0 from "@angular/core";
8
+ import * as i1 from "@qualcomm-ui/angular/icon";
9
+ export class PaginationNextTriggerComponent extends CorePaginationNextTriggerDirective {
10
+ /**
11
+ * lucide-angular icon.
12
+ *
13
+ * @default ChevronRight
14
+ */
15
+ icon = input(ChevronRight, ...(ngDevMode ? [{ debugName: "icon" }] : []));
16
+ paginationClasses = paginationClasses;
17
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: PaginationNextTriggerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
18
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.10", type: PaginationNextTriggerComponent, isStandalone: false, selector: "[q-pagination-next-trigger]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class": "paginationClasses.pageItem" } }, usesInheritance: true, ngImport: i0, template: `
19
+ <svg [qIcon]="icon()" />
20
+ `, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
21
+ }
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: PaginationNextTriggerComponent, decorators: [{
23
+ type: Component,
24
+ args: [{
25
+ host: {
26
+ "[class]": "paginationClasses.pageItem",
27
+ },
28
+ selector: "[q-pagination-next-trigger]",
29
+ standalone: false,
30
+ template: `
31
+ <svg [qIcon]="icon()" />
32
+ `,
33
+ }]
34
+ }], propDecorators: { icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }] } });
35
+ //# sourceMappingURL=pagination-next-trigger.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagination-next-trigger.component.js","sourceRoot":"","sources":["../../../src/pagination/pagination-next-trigger.component.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,SAAS,EAAE,KAAK,EAAC,MAAM,eAAe,CAAA;AAC9C,OAAO,EAAC,YAAY,EAAC,MAAM,gBAAgB,CAAA;AAG3C,OAAO,EAAC,kCAAkC,EAAC,MAAM,sCAAsC,CAAA;AACvF,OAAO,EAAC,iBAAiB,EAAC,MAAM,kCAAkC,CAAA;;;AAYlE,MAAM,OAAO,8BAA+B,SAAQ,kCAAkC;IACpF;;;;OAIG;IACM,IAAI,GAAG,KAAK,CAAqB,YAAY,gDAAC,CAAA;IAEpC,iBAAiB,GAAG,iBAAiB,CAAA;wGAR7C,8BAA8B;4FAA9B,8BAA8B,iTAJ/B;;GAET;;4FAEU,8BAA8B;kBAV1C,SAAS;mBAAC;oBACT,IAAI,EAAE;wBACJ,SAAS,EAAE,4BAA4B;qBACxC;oBACD,QAAQ,EAAE,6BAA6B;oBACvC,UAAU,EAAE,KAAK;oBACjB,QAAQ,EAAE;;GAET;iBACF","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Component, input} from \"@angular/core\"\nimport {ChevronRight} from \"lucide-angular\"\n\nimport type {LucideIconOrString} from \"@qualcomm-ui/angular-core/lucide\"\nimport {CorePaginationNextTriggerDirective} from \"@qualcomm-ui/angular-core/pagination\"\nimport {paginationClasses} from \"@qualcomm-ui/qds-core/pagination\"\n\n@Component({\n host: {\n \"[class]\": \"paginationClasses.pageItem\",\n },\n selector: \"[q-pagination-next-trigger]\",\n standalone: false,\n template: `\n <svg [qIcon]=\"icon()\" />\n `,\n})\nexport class PaginationNextTriggerComponent extends CorePaginationNextTriggerDirective {\n /**\n * lucide-angular icon.\n *\n * @default ChevronRight\n */\n readonly icon = input<LucideIconOrString>(ChevronRight)\n\n protected readonly paginationClasses = paginationClasses\n}\n"]}
@@ -0,0 +1,44 @@
1
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
3
+ import { Component, computed } from "@angular/core";
4
+ import { Ellipsis } from "lucide-angular";
5
+ import { provideIcons } from "@qualcomm-ui/angular-core/lucide";
6
+ import { CorePaginationPageItemDirective } from "@qualcomm-ui/angular-core/pagination";
7
+ import { paginationClasses } from "@qualcomm-ui/qds-core/pagination";
8
+ import * as i0 from "@angular/core";
9
+ import * as i1 from "@qualcomm-ui/angular/icon";
10
+ export class PaginationPageItemComponent extends CorePaginationPageItemDirective {
11
+ pageItemType = computed(() => this.itemProps()["data-type"], ...(ngDevMode ? [{ debugName: "pageItemType" }] : []));
12
+ page = computed(() => {
13
+ const props = this.itemProps();
14
+ return props["data-type"] === "page" ? props["data-page"] : undefined;
15
+ }, ...(ngDevMode ? [{ debugName: "page" }] : []));
16
+ paginationClasses = paginationClasses;
17
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: PaginationPageItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
18
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.10", type: PaginationPageItemComponent, isStandalone: false, selector: "[q-pagination-page-item]", host: { properties: { "class": "paginationClasses.pageItem" } }, providers: [provideIcons({ Ellipsis })], usesInheritance: true, ngImport: i0, template: `
19
+ @if (pageItemType() === "page") {
20
+ <ng-container>{{ page() }}</ng-container>
21
+ } @else {
22
+ <svg qIcon="Ellipsis" />
23
+ }
24
+ `, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
25
+ }
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: PaginationPageItemComponent, decorators: [{
27
+ type: Component,
28
+ args: [{
29
+ host: {
30
+ "[class]": "paginationClasses.pageItem",
31
+ },
32
+ providers: [provideIcons({ Ellipsis })],
33
+ selector: "[q-pagination-page-item]",
34
+ standalone: false,
35
+ template: `
36
+ @if (pageItemType() === "page") {
37
+ <ng-container>{{ page() }}</ng-container>
38
+ } @else {
39
+ <svg qIcon="Ellipsis" />
40
+ }
41
+ `,
42
+ }]
43
+ }] });
44
+ //# sourceMappingURL=pagination-page-item.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagination-page-item.component.js","sourceRoot":"","sources":["../../../src/pagination/pagination-page-item.component.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,SAAS,EAAE,QAAQ,EAAC,MAAM,eAAe,CAAA;AACjD,OAAO,EAAC,QAAQ,EAAC,MAAM,gBAAgB,CAAA;AAEvC,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAA;AAC7D,OAAO,EAAC,+BAA+B,EAAC,MAAM,sCAAsC,CAAA;AACpF,OAAO,EAAC,iBAAiB,EAAC,MAAM,kCAAkC,CAAA;;;AAiBlE,MAAM,OAAO,2BAA4B,SAAQ,+BAA+B;IACrE,YAAY,GAAG,QAAQ,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,WAAW,CAAC,wDAAC,CAAA;IAE5D,IAAI,GAAG,QAAQ,CAAC,GAAG,EAAE;QAC5B,MAAM,KAAK,GAAG,IAAI,CAAC,SAAS,EAAE,CAAA;QAC9B,OAAO,KAAK,CAAC,WAAW,CAAC,KAAK,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS,CAAA;IACvE,CAAC,gDAAC,CAAA;IAEiB,iBAAiB,GAAG,iBAAiB,CAAA;wGAR7C,2BAA2B;4FAA3B,2BAA2B,yIAX3B,CAAC,YAAY,CAAC,EAAC,QAAQ,EAAC,CAAC,CAAC,iDAG3B;;;;;;GAMT;;4FAEU,2BAA2B;kBAfvC,SAAS;mBAAC;oBACT,IAAI,EAAE;wBACJ,SAAS,EAAE,4BAA4B;qBACxC;oBACD,SAAS,EAAE,CAAC,YAAY,CAAC,EAAC,QAAQ,EAAC,CAAC,CAAC;oBACrC,QAAQ,EAAE,0BAA0B;oBACpC,UAAU,EAAE,KAAK;oBACjB,QAAQ,EAAE;;;;;;GAMT;iBACF","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Component, computed} from \"@angular/core\"\nimport {Ellipsis} from \"lucide-angular\"\n\nimport {provideIcons} from \"@qualcomm-ui/angular-core/lucide\"\nimport {CorePaginationPageItemDirective} from \"@qualcomm-ui/angular-core/pagination\"\nimport {paginationClasses} from \"@qualcomm-ui/qds-core/pagination\"\n\n@Component({\n host: {\n \"[class]\": \"paginationClasses.pageItem\",\n },\n providers: [provideIcons({Ellipsis})],\n selector: \"[q-pagination-page-item]\",\n standalone: false,\n template: `\n @if (pageItemType() === \"page\") {\n <ng-container>{{ page() }}</ng-container>\n } @else {\n <svg qIcon=\"Ellipsis\" />\n }\n `,\n})\nexport class PaginationPageItemComponent extends CorePaginationPageItemDirective {\n readonly pageItemType = computed(() => this.itemProps()[\"data-type\"])\n\n readonly page = computed(() => {\n const props = this.itemProps()\n return props[\"data-type\"] === \"page\" ? props[\"data-page\"] : undefined\n })\n\n protected readonly paginationClasses = paginationClasses\n}\n"]}
@@ -0,0 +1,33 @@
1
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
3
+ import { Component } from "@angular/core";
4
+ import { CorePaginationPageItemsDirective } from "@qualcomm-ui/angular-core/pagination";
5
+ import * as i0 from "@angular/core";
6
+ import * as i1 from "./pagination-page-item.component";
7
+ export class PaginationPageItemsComponent extends CorePaginationPageItemsDirective {
8
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: PaginationPageItemsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
9
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.10", type: PaginationPageItemsComponent, isStandalone: false, selector: "q-pagination-page-items", usesInheritance: true, ngImport: i0, template: `
10
+ @for (
11
+ item of paginationContext().pageItems;
12
+ track trackPageItem(item, idx);
13
+ let idx = $index
14
+ ) {
15
+ <button q-pagination-page-item [item]="item"></button>
16
+ }
17
+ <ng-content />
18
+ `, isInline: true, styles: [":host{display:contents}\n"], dependencies: [{ kind: "component", type: i1.PaginationPageItemComponent, selector: "[q-pagination-page-item]" }] });
19
+ }
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: PaginationPageItemsComponent, decorators: [{
21
+ type: Component,
22
+ args: [{ selector: "q-pagination-page-items", standalone: false, template: `
23
+ @for (
24
+ item of paginationContext().pageItems;
25
+ track trackPageItem(item, idx);
26
+ let idx = $index
27
+ ) {
28
+ <button q-pagination-page-item [item]="item"></button>
29
+ }
30
+ <ng-content />
31
+ `, styles: [":host{display:contents}\n"] }]
32
+ }] });
33
+ //# sourceMappingURL=pagination-page-items.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagination-page-items.component.js","sourceRoot":"","sources":["../../../src/pagination/pagination-page-items.component.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAEvC,OAAO,EAAC,gCAAgC,EAAC,MAAM,sCAAsC,CAAA;;;AAuBrF,MAAM,OAAO,4BAA6B,SAAQ,gCAAgC;wGAArE,4BAA4B;4FAA5B,4BAA4B,2GAX7B;;;;;;;;;GAST;;4FAEU,4BAA4B;kBArBxC,SAAS;+BACE,yBAAyB,cACvB,KAAK,YAQP;;;;;;;;;GAST","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Component} from \"@angular/core\"\n\nimport {CorePaginationPageItemsDirective} from \"@qualcomm-ui/angular-core/pagination\"\n\n@Component({\n selector: \"q-pagination-page-items\",\n standalone: false,\n styles: [\n `\n :host {\n display: contents;\n }\n `,\n ],\n template: `\n @for (\n item of paginationContext().pageItems;\n track trackPageItem(item, idx);\n let idx = $index\n ) {\n <button q-pagination-page-item [item]=\"item\"></button>\n }\n <ng-content />\n `,\n})\nexport class PaginationPageItemsComponent extends CorePaginationPageItemsDirective {}\n"]}
@@ -0,0 +1,22 @@
1
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
3
+ import { Directive } from "@angular/core";
4
+ import { CorePaginationPageMetadataDirective } from "@qualcomm-ui/angular-core/pagination";
5
+ import { paginationClasses } from "@qualcomm-ui/qds-core/pagination";
6
+ import * as i0 from "@angular/core";
7
+ export class PaginationPageMetadataDirective extends CorePaginationPageMetadataDirective {
8
+ paginationClasses = paginationClasses;
9
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: PaginationPageMetadataDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
10
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.10", type: PaginationPageMetadataDirective, isStandalone: false, selector: "[q-pagination-page-metadata]", host: { properties: { "class": "paginationClasses.pageMetadata" } }, usesInheritance: true, ngImport: i0 });
11
+ }
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: PaginationPageMetadataDirective, decorators: [{
13
+ type: Directive,
14
+ args: [{
15
+ host: {
16
+ "[class]": "paginationClasses.pageMetadata",
17
+ },
18
+ selector: "[q-pagination-page-metadata]",
19
+ standalone: false,
20
+ }]
21
+ }] });
22
+ //# sourceMappingURL=pagination-page-metadata.directive.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagination-page-metadata.directive.js","sourceRoot":"","sources":["../../../src/pagination/pagination-page-metadata.directive.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAEvC,OAAO,EAAC,mCAAmC,EAAC,MAAM,sCAAsC,CAAA;AACxF,OAAO,EAAC,iBAAiB,EAAC,MAAM,kCAAkC,CAAA;;AASlE,MAAM,OAAO,+BAAgC,SAAQ,mCAAmC;IACnE,iBAAiB,GAAG,iBAAiB,CAAA;wGAD7C,+BAA+B;4FAA/B,+BAA+B;;4FAA/B,+BAA+B;kBAP3C,SAAS;mBAAC;oBACT,IAAI,EAAE;wBACJ,SAAS,EAAE,gCAAgC;qBAC5C;oBACD,QAAQ,EAAE,8BAA8B;oBACxC,UAAU,EAAE,KAAK;iBAClB","sourcesContent":["// 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 {CorePaginationPageMetadataDirective} from \"@qualcomm-ui/angular-core/pagination\"\nimport {paginationClasses} from \"@qualcomm-ui/qds-core/pagination\"\n\n@Directive({\n host: {\n \"[class]\": \"paginationClasses.pageMetadata\",\n },\n selector: \"[q-pagination-page-metadata]\",\n standalone: false,\n})\nexport class PaginationPageMetadataDirective extends CorePaginationPageMetadataDirective {\n protected readonly paginationClasses = paginationClasses\n}\n"]}
@@ -0,0 +1,22 @@
1
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
3
+ import { Directive } from "@angular/core";
4
+ import { CorePaginationPageSizeLabelDirective } from "@qualcomm-ui/angular-core/pagination";
5
+ import { paginationClasses } from "@qualcomm-ui/qds-core/pagination";
6
+ import * as i0 from "@angular/core";
7
+ export class PaginationPageSizeLabelDirective extends CorePaginationPageSizeLabelDirective {
8
+ paginationClasses = paginationClasses;
9
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: PaginationPageSizeLabelDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
10
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.10", type: PaginationPageSizeLabelDirective, isStandalone: false, selector: "[q-pagination-page-size-label]", host: { properties: { "class": "paginationClasses.pageSizeLabel" } }, usesInheritance: true, ngImport: i0 });
11
+ }
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: PaginationPageSizeLabelDirective, decorators: [{
13
+ type: Directive,
14
+ args: [{
15
+ host: {
16
+ "[class]": "paginationClasses.pageSizeLabel",
17
+ },
18
+ selector: "[q-pagination-page-size-label]",
19
+ standalone: false,
20
+ }]
21
+ }] });
22
+ //# sourceMappingURL=pagination-page-size-label.directive.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagination-page-size-label.directive.js","sourceRoot":"","sources":["../../../src/pagination/pagination-page-size-label.directive.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAEvC,OAAO,EAAC,oCAAoC,EAAC,MAAM,sCAAsC,CAAA;AACzF,OAAO,EAAC,iBAAiB,EAAC,MAAM,kCAAkC,CAAA;;AASlE,MAAM,OAAO,gCAAiC,SAAQ,oCAAoC;IACrE,iBAAiB,GAAG,iBAAiB,CAAA;wGAD7C,gCAAgC;4FAAhC,gCAAgC;;4FAAhC,gCAAgC;kBAP5C,SAAS;mBAAC;oBACT,IAAI,EAAE;wBACJ,SAAS,EAAE,iCAAiC;qBAC7C;oBACD,QAAQ,EAAE,gCAAgC;oBAC1C,UAAU,EAAE,KAAK;iBAClB","sourcesContent":["// 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 {CorePaginationPageSizeLabelDirective} from \"@qualcomm-ui/angular-core/pagination\"\nimport {paginationClasses} from \"@qualcomm-ui/qds-core/pagination\"\n\n@Directive({\n host: {\n \"[class]\": \"paginationClasses.pageSizeLabel\",\n },\n selector: \"[q-pagination-page-size-label]\",\n standalone: false,\n})\nexport class PaginationPageSizeLabelDirective extends CorePaginationPageSizeLabelDirective {\n protected readonly paginationClasses = paginationClasses\n}\n"]}
@@ -0,0 +1,69 @@
1
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
3
+ import { Component } from "@angular/core";
4
+ import { CorePaginationPageSizeDirective } from "@qualcomm-ui/angular-core/pagination";
5
+ import { paginationClasses } from "@qualcomm-ui/qds-core/pagination";
6
+ import * as i0 from "@angular/core";
7
+ import * as i1 from "@qualcomm-ui/angular/menu";
8
+ import * as i2 from "@qualcomm-ui/angular-core/portal";
9
+ export class PaginationPageSizeComponent extends CorePaginationPageSizeDirective {
10
+ paginationClasses = paginationClasses;
11
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: PaginationPageSizeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
12
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.10", type: PaginationPageSizeComponent, isStandalone: false, selector: "[q-pagination-page-size]", host: { properties: { "class": "paginationClasses.pageSize" } }, usesInheritance: true, ngImport: i0, template: `
13
+ <ng-content />
14
+ <q-menu (selected)="inputOptionChanged($event)">
15
+ <button
16
+ emphasis="neutral"
17
+ q-menu-button
18
+ variant="outline"
19
+ [attr.aria-label]="inputAriaLabel()"
20
+ [attr.aria-labelledby]="inputAriaLabelledBy()"
21
+ >
22
+ {{ currentValue() }}
23
+ </button>
24
+ <q-portal>
25
+ <div q-menu-positioner>
26
+ <div q-menu-content>
27
+ @for (option of menuOptions(); track option) {
28
+ <button q-menu-item [value]="option">{{ option }}</button>
29
+ }
30
+ </div>
31
+ </div>
32
+ </q-portal>
33
+ </q-menu>
34
+ `, isInline: true, dependencies: [{ kind: "component", type: i1.MenuComponent, selector: "q-menu", inputs: ["size"] }, { kind: "directive", type: i1.MenuContentDirective, selector: "[q-menu-content]" }, { kind: "component", type: i1.MenuPositionerComponent, selector: "[q-menu-positioner]" }, { kind: "directive", type: i1.MenuItemDirective, selector: "[q-menu-item]" }, { kind: "component", type: i1.MenuButtonComponent, selector: "[q-menu-button]" }, { kind: "component", type: i2.PortalComponent, selector: "q-portal", inputs: ["disabled", "container"] }] });
35
+ }
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: PaginationPageSizeComponent, decorators: [{
37
+ type: Component,
38
+ args: [{
39
+ host: {
40
+ "[class]": "paginationClasses.pageSize",
41
+ },
42
+ selector: "[q-pagination-page-size]",
43
+ standalone: false,
44
+ template: `
45
+ <ng-content />
46
+ <q-menu (selected)="inputOptionChanged($event)">
47
+ <button
48
+ emphasis="neutral"
49
+ q-menu-button
50
+ variant="outline"
51
+ [attr.aria-label]="inputAriaLabel()"
52
+ [attr.aria-labelledby]="inputAriaLabelledBy()"
53
+ >
54
+ {{ currentValue() }}
55
+ </button>
56
+ <q-portal>
57
+ <div q-menu-positioner>
58
+ <div q-menu-content>
59
+ @for (option of menuOptions(); track option) {
60
+ <button q-menu-item [value]="option">{{ option }}</button>
61
+ }
62
+ </div>
63
+ </div>
64
+ </q-portal>
65
+ </q-menu>
66
+ `,
67
+ }]
68
+ }] });
69
+ //# sourceMappingURL=pagination-page-size.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagination-page-size.component.js","sourceRoot":"","sources":["../../../src/pagination/pagination-page-size.component.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAEvC,OAAO,EAAC,+BAA+B,EAAC,MAAM,sCAAsC,CAAA;AACpF,OAAO,EAAC,iBAAiB,EAAC,MAAM,kCAAkC,CAAA;;;;AAgClE,MAAM,OAAO,2BAA4B,SAAQ,+BAA+B;IAC3D,iBAAiB,GAAG,iBAAiB,CAAA;wGAD7C,2BAA2B;4FAA3B,2BAA2B,6KAxB5B;;;;;;;;;;;;;;;;;;;;;;GAsBT;;4FAEU,2BAA2B;kBA9BvC,SAAS;mBAAC;oBACT,IAAI,EAAE;wBACJ,SAAS,EAAE,4BAA4B;qBACxC;oBACD,QAAQ,EAAE,0BAA0B;oBACpC,UAAU,EAAE,KAAK;oBACjB,QAAQ,EAAE;;;;;;;;;;;;;;;;;;;;;;GAsBT;iBACF","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Component} from \"@angular/core\"\n\nimport {CorePaginationPageSizeDirective} from \"@qualcomm-ui/angular-core/pagination\"\nimport {paginationClasses} from \"@qualcomm-ui/qds-core/pagination\"\n\n@Component({\n host: {\n \"[class]\": \"paginationClasses.pageSize\",\n },\n selector: \"[q-pagination-page-size]\",\n standalone: false,\n template: `\n <ng-content />\n <q-menu (selected)=\"inputOptionChanged($event)\">\n <button\n emphasis=\"neutral\"\n q-menu-button\n variant=\"outline\"\n [attr.aria-label]=\"inputAriaLabel()\"\n [attr.aria-labelledby]=\"inputAriaLabelledBy()\"\n >\n {{ currentValue() }}\n </button>\n <q-portal>\n <div q-menu-positioner>\n <div q-menu-content>\n @for (option of menuOptions(); track option) {\n <button q-menu-item [value]=\"option\">{{ option }}</button>\n }\n </div>\n </div>\n </q-portal>\n </q-menu>\n `,\n})\nexport class PaginationPageSizeComponent extends CorePaginationPageSizeDirective {\n protected readonly paginationClasses = paginationClasses\n}\n"]}
@@ -0,0 +1,35 @@
1
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
3
+ import { Component, input } from "@angular/core";
4
+ import { ChevronLeft } from "lucide-angular";
5
+ import { CorePaginationPrevTriggerDirective } from "@qualcomm-ui/angular-core/pagination";
6
+ import { paginationClasses } from "@qualcomm-ui/qds-core/pagination";
7
+ import * as i0 from "@angular/core";
8
+ import * as i1 from "@qualcomm-ui/angular/icon";
9
+ export class PaginationPrevTriggerComponent extends CorePaginationPrevTriggerDirective {
10
+ /**
11
+ * lucide-angular icon.
12
+ *
13
+ * @default ChevronLeft
14
+ */
15
+ icon = input(ChevronLeft, ...(ngDevMode ? [{ debugName: "icon" }] : []));
16
+ paginationClasses = paginationClasses;
17
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: PaginationPrevTriggerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
18
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.10", type: PaginationPrevTriggerComponent, isStandalone: false, selector: "[q-pagination-prev-trigger]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class": "paginationClasses.pageItem" } }, usesInheritance: true, ngImport: i0, template: `
19
+ <svg [qIcon]="icon()" />
20
+ `, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
21
+ }
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: PaginationPrevTriggerComponent, decorators: [{
23
+ type: Component,
24
+ args: [{
25
+ host: {
26
+ "[class]": "paginationClasses.pageItem",
27
+ },
28
+ selector: "[q-pagination-prev-trigger]",
29
+ standalone: false,
30
+ template: `
31
+ <svg [qIcon]="icon()" />
32
+ `,
33
+ }]
34
+ }], propDecorators: { icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }] } });
35
+ //# sourceMappingURL=pagination-prev-trigger.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagination-prev-trigger.component.js","sourceRoot":"","sources":["../../../src/pagination/pagination-prev-trigger.component.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,SAAS,EAAE,KAAK,EAAC,MAAM,eAAe,CAAA;AAC9C,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAA;AAG1C,OAAO,EAAC,kCAAkC,EAAC,MAAM,sCAAsC,CAAA;AACvF,OAAO,EAAC,iBAAiB,EAAC,MAAM,kCAAkC,CAAA;;;AAYlE,MAAM,OAAO,8BAA+B,SAAQ,kCAAkC;IACpF;;;;OAIG;IACM,IAAI,GAAG,KAAK,CAAqB,WAAW,gDAAC,CAAA;IAEnC,iBAAiB,GAAG,iBAAiB,CAAA;wGAR7C,8BAA8B;4FAA9B,8BAA8B,iTAJ/B;;GAET;;4FAEU,8BAA8B;kBAV1C,SAAS;mBAAC;oBACT,IAAI,EAAE;wBACJ,SAAS,EAAE,4BAA4B;qBACxC;oBACD,QAAQ,EAAE,6BAA6B;oBACvC,UAAU,EAAE,KAAK;oBACjB,QAAQ,EAAE;;GAET;iBACF","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {Component, input} from \"@angular/core\"\nimport {ChevronLeft} from \"lucide-angular\"\n\nimport type {LucideIconOrString} from \"@qualcomm-ui/angular-core/lucide\"\nimport {CorePaginationPrevTriggerDirective} from \"@qualcomm-ui/angular-core/pagination\"\nimport {paginationClasses} from \"@qualcomm-ui/qds-core/pagination\"\n\n@Component({\n host: {\n \"[class]\": \"paginationClasses.pageItem\",\n },\n selector: \"[q-pagination-prev-trigger]\",\n standalone: false,\n template: `\n <svg [qIcon]=\"icon()\" />\n `,\n})\nexport class PaginationPrevTriggerComponent extends CorePaginationPrevTriggerDirective {\n /**\n * lucide-angular icon.\n *\n * @default ChevronLeft\n */\n readonly icon = input<LucideIconOrString>(ChevronLeft)\n\n protected readonly paginationClasses = paginationClasses\n}\n"]}
@@ -0,0 +1,23 @@
1
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
3
+ import { Directive } from "@angular/core";
4
+ import { CorePaginationRootDirective, providePaginationContext, } from "@qualcomm-ui/angular-core/pagination";
5
+ import { paginationClasses } from "@qualcomm-ui/qds-core/pagination";
6
+ import * as i0 from "@angular/core";
7
+ export class PaginationRootDirective extends CorePaginationRootDirective {
8
+ paginationClasses = paginationClasses;
9
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: PaginationRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
10
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.10", type: PaginationRootDirective, isStandalone: false, selector: "[q-pagination-root]", host: { properties: { "class": "paginationClasses.root" } }, providers: [providePaginationContext()], usesInheritance: true, ngImport: i0 });
11
+ }
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: PaginationRootDirective, decorators: [{
13
+ type: Directive,
14
+ args: [{
15
+ host: {
16
+ "[class]": "paginationClasses.root",
17
+ },
18
+ providers: [providePaginationContext()],
19
+ selector: "[q-pagination-root]",
20
+ standalone: false,
21
+ }]
22
+ }] });
23
+ //# sourceMappingURL=pagination-root.directive.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagination-root.directive.js","sourceRoot":"","sources":["../../../src/pagination/pagination-root.directive.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAEvC,OAAO,EACL,2BAA2B,EAC3B,wBAAwB,GACzB,MAAM,sCAAsC,CAAA;AAC7C,OAAO,EAAC,iBAAiB,EAAC,MAAM,kCAAkC,CAAA;;AAUlE,MAAM,OAAO,uBAAwB,SAAQ,2BAA2B;IACnD,iBAAiB,GAAG,iBAAiB,CAAA;wGAD7C,uBAAuB;4FAAvB,uBAAuB,gIAJvB,CAAC,wBAAwB,EAAE,CAAC;;4FAI5B,uBAAuB;kBARnC,SAAS;mBAAC;oBACT,IAAI,EAAE;wBACJ,SAAS,EAAE,wBAAwB;qBACpC;oBACD,SAAS,EAAE,CAAC,wBAAwB,EAAE,CAAC;oBACvC,QAAQ,EAAE,qBAAqB;oBAC/B,UAAU,EAAE,KAAK;iBAClB","sourcesContent":["// 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 {\n CorePaginationRootDirective,\n providePaginationContext,\n} from \"@qualcomm-ui/angular-core/pagination\"\nimport {paginationClasses} from \"@qualcomm-ui/qds-core/pagination\"\n\n@Directive({\n host: {\n \"[class]\": \"paginationClasses.root\",\n },\n providers: [providePaginationContext()],\n selector: \"[q-pagination-root]\",\n standalone: false,\n})\nexport class PaginationRootDirective extends CorePaginationRootDirective {\n protected readonly paginationClasses = paginationClasses\n}\n"]}
@@ -0,0 +1,67 @@
1
+ // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2
+ // SPDX-License-Identifier: BSD-3-Clause-Clear
3
+ import { NgModule } from "@angular/core";
4
+ import { FormsModule } from "@angular/forms";
5
+ import { IconDirective } from "@qualcomm-ui/angular/icon";
6
+ import { MenuModule } from "@qualcomm-ui/angular/menu";
7
+ import { PortalComponent } from "@qualcomm-ui/angular-core/portal";
8
+ import { PaginationContextDirective } from "./pagination-context.directive";
9
+ import { PaginationNextTriggerComponent } from "./pagination-next-trigger.component";
10
+ import { PaginationPageItemComponent } from "./pagination-page-item.component";
11
+ import { PaginationPageItemsComponent } from "./pagination-page-items.component";
12
+ import { PaginationPageMetadataDirective } from "./pagination-page-metadata.directive";
13
+ import { PaginationPageSizeLabelDirective } from "./pagination-page-size-label.directive";
14
+ import { PaginationPageSizeComponent } from "./pagination-page-size.component";
15
+ import { PaginationPrevTriggerComponent } from "./pagination-prev-trigger.component";
16
+ import { PaginationRootDirective } from "./pagination-root.directive";
17
+ import * as i0 from "@angular/core";
18
+ export class PaginationModule {
19
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: PaginationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.10", ngImport: i0, type: PaginationModule, declarations: [PaginationRootDirective,
21
+ PaginationContextDirective,
22
+ PaginationPageSizeComponent,
23
+ PaginationNextTriggerComponent,
24
+ PaginationPageItemsComponent,
25
+ PaginationPrevTriggerComponent,
26
+ PaginationPageMetadataDirective,
27
+ PaginationPageItemComponent,
28
+ PaginationPageSizeLabelDirective], imports: [FormsModule, IconDirective, MenuModule, PortalComponent], exports: [PaginationRootDirective,
29
+ PaginationPageSizeComponent,
30
+ PaginationNextTriggerComponent,
31
+ PaginationContextDirective,
32
+ PaginationPageItemsComponent,
33
+ PaginationPrevTriggerComponent,
34
+ PaginationPageMetadataDirective,
35
+ PaginationPageItemComponent,
36
+ PaginationPageSizeLabelDirective] });
37
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: PaginationModule, imports: [FormsModule, MenuModule, PortalComponent] });
38
+ }
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: PaginationModule, decorators: [{
40
+ type: NgModule,
41
+ args: [{
42
+ declarations: [
43
+ PaginationRootDirective,
44
+ PaginationContextDirective,
45
+ PaginationPageSizeComponent,
46
+ PaginationNextTriggerComponent,
47
+ PaginationPageItemsComponent,
48
+ PaginationPrevTriggerComponent,
49
+ PaginationPageMetadataDirective,
50
+ PaginationPageItemComponent,
51
+ PaginationPageSizeLabelDirective,
52
+ ],
53
+ exports: [
54
+ PaginationRootDirective,
55
+ PaginationPageSizeComponent,
56
+ PaginationNextTriggerComponent,
57
+ PaginationContextDirective,
58
+ PaginationPageItemsComponent,
59
+ PaginationPrevTriggerComponent,
60
+ PaginationPageMetadataDirective,
61
+ PaginationPageItemComponent,
62
+ PaginationPageSizeLabelDirective,
63
+ ],
64
+ imports: [FormsModule, IconDirective, MenuModule, PortalComponent],
65
+ }]
66
+ }] });
67
+ //# sourceMappingURL=pagination.module.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagination.module.js","sourceRoot":"","sources":["../../../src/pagination/pagination.module.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,8CAA8C;AAE9C,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAA;AACtC,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAA;AAE1C,OAAO,EAAC,aAAa,EAAC,MAAM,2BAA2B,CAAA;AACvD,OAAO,EAAC,UAAU,EAAC,MAAM,2BAA2B,CAAA;AACpD,OAAO,EAAC,eAAe,EAAC,MAAM,kCAAkC,CAAA;AAEhE,OAAO,EAAC,0BAA0B,EAAC,MAAM,gCAAgC,CAAA;AACzE,OAAO,EAAC,8BAA8B,EAAC,MAAM,qCAAqC,CAAA;AAClF,OAAO,EAAC,2BAA2B,EAAC,MAAM,kCAAkC,CAAA;AAC5E,OAAO,EAAC,4BAA4B,EAAC,MAAM,mCAAmC,CAAA;AAC9E,OAAO,EAAC,+BAA+B,EAAC,MAAM,sCAAsC,CAAA;AACpF,OAAO,EAAC,gCAAgC,EAAC,MAAM,wCAAwC,CAAA;AACvF,OAAO,EAAC,2BAA2B,EAAC,MAAM,kCAAkC,CAAA;AAC5E,OAAO,EAAC,8BAA8B,EAAC,MAAM,qCAAqC,CAAA;AAClF,OAAO,EAAC,uBAAuB,EAAC,MAAM,6BAA6B,CAAA;;AA2BnE,MAAM,OAAO,gBAAgB;wGAAhB,gBAAgB;yGAAhB,gBAAgB,iBAvBzB,uBAAuB;YACvB,0BAA0B;YAC1B,2BAA2B;YAC3B,8BAA8B;YAC9B,4BAA4B;YAC5B,8BAA8B;YAC9B,+BAA+B;YAC/B,2BAA2B;YAC3B,gCAAgC,aAaxB,WAAW,EAAE,aAAa,EAAE,UAAU,EAAE,eAAe,aAV/D,uBAAuB;YACvB,2BAA2B;YAC3B,8BAA8B;YAC9B,0BAA0B;YAC1B,4BAA4B;YAC5B,8BAA8B;YAC9B,+BAA+B;YAC/B,2BAA2B;YAC3B,gCAAgC;yGAIvB,gBAAgB,YAFjB,WAAW,EAAiB,UAAU,EAAE,eAAe;;4FAEtD,gBAAgB;kBAzB5B,QAAQ;mBAAC;oBACR,YAAY,EAAE;wBACZ,uBAAuB;wBACvB,0BAA0B;wBAC1B,2BAA2B;wBAC3B,8BAA8B;wBAC9B,4BAA4B;wBAC5B,8BAA8B;wBAC9B,+BAA+B;wBAC/B,2BAA2B;wBAC3B,gCAAgC;qBACjC;oBACD,OAAO,EAAE;wBACP,uBAAuB;wBACvB,2BAA2B;wBAC3B,8BAA8B;wBAC9B,0BAA0B;wBAC1B,4BAA4B;wBAC5B,8BAA8B;wBAC9B,+BAA+B;wBAC/B,2BAA2B;wBAC3B,gCAAgC;qBACjC;oBACD,OAAO,EAAE,CAAC,WAAW,EAAE,aAAa,EAAE,UAAU,EAAE,eAAe,CAAC;iBACnE","sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport {NgModule} from \"@angular/core\"\nimport {FormsModule} from \"@angular/forms\"\n\nimport {IconDirective} from \"@qualcomm-ui/angular/icon\"\nimport {MenuModule} from \"@qualcomm-ui/angular/menu\"\nimport {PortalComponent} from \"@qualcomm-ui/angular-core/portal\"\n\nimport {PaginationContextDirective} from \"./pagination-context.directive\"\nimport {PaginationNextTriggerComponent} from \"./pagination-next-trigger.component\"\nimport {PaginationPageItemComponent} from \"./pagination-page-item.component\"\nimport {PaginationPageItemsComponent} from \"./pagination-page-items.component\"\nimport {PaginationPageMetadataDirective} from \"./pagination-page-metadata.directive\"\nimport {PaginationPageSizeLabelDirective} from \"./pagination-page-size-label.directive\"\nimport {PaginationPageSizeComponent} from \"./pagination-page-size.component\"\nimport {PaginationPrevTriggerComponent} from \"./pagination-prev-trigger.component\"\nimport {PaginationRootDirective} from \"./pagination-root.directive\"\n\n@NgModule({\n declarations: [\n PaginationRootDirective,\n PaginationContextDirective,\n PaginationPageSizeComponent,\n PaginationNextTriggerComponent,\n PaginationPageItemsComponent,\n PaginationPrevTriggerComponent,\n PaginationPageMetadataDirective,\n PaginationPageItemComponent,\n PaginationPageSizeLabelDirective,\n ],\n exports: [\n PaginationRootDirective,\n PaginationPageSizeComponent,\n PaginationNextTriggerComponent,\n PaginationContextDirective,\n PaginationPageItemsComponent,\n PaginationPrevTriggerComponent,\n PaginationPageMetadataDirective,\n PaginationPageItemComponent,\n PaginationPageSizeLabelDirective,\n ],\n imports: [FormsModule, IconDirective, MenuModule, PortalComponent],\n})\nexport class PaginationModule {}\n"]}