@anguless/angulux 22.0.0-rc.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 (633) hide show
  1. package/LICENSE +22 -0
  2. package/NOTICE +40 -0
  3. package/fesm2022/anguless-angulux-api.mjs +843 -0
  4. package/fesm2022/anguless-angulux-api.mjs.map +1 -0
  5. package/fesm2022/anguless-angulux-autofocus.mjs +83 -0
  6. package/fesm2022/anguless-angulux-autofocus.mjs.map +1 -0
  7. package/fesm2022/anguless-angulux-avatar.mjs +212 -0
  8. package/fesm2022/anguless-angulux-avatar.mjs.map +1 -0
  9. package/fesm2022/anguless-angulux-avatargroup.mjs +104 -0
  10. package/fesm2022/anguless-angulux-avatargroup.mjs.map +1 -0
  11. package/fesm2022/anguless-angulux-badge.mjs +423 -0
  12. package/fesm2022/anguless-angulux-badge.mjs.map +1 -0
  13. package/fesm2022/anguless-angulux-base.mjs +124 -0
  14. package/fesm2022/anguless-angulux-base.mjs.map +1 -0
  15. package/fesm2022/anguless-angulux-basecomponent.mjs +443 -0
  16. package/fesm2022/anguless-angulux-basecomponent.mjs.map +1 -0
  17. package/fesm2022/anguless-angulux-baseeditableholder.mjs +70 -0
  18. package/fesm2022/anguless-angulux-baseeditableholder.mjs.map +1 -0
  19. package/fesm2022/anguless-angulux-baseinput.mjs +95 -0
  20. package/fesm2022/anguless-angulux-baseinput.mjs.map +1 -0
  21. package/fesm2022/anguless-angulux-basemodelholder.mjs +27 -0
  22. package/fesm2022/anguless-angulux-basemodelholder.mjs.map +1 -0
  23. package/fesm2022/anguless-angulux-bind.mjs +99 -0
  24. package/fesm2022/anguless-angulux-bind.mjs.map +1 -0
  25. package/fesm2022/anguless-angulux-button.mjs +1039 -0
  26. package/fesm2022/anguless-angulux-button.mjs.map +1 -0
  27. package/fesm2022/anguless-angulux-card.mjs +311 -0
  28. package/fesm2022/anguless-angulux-card.mjs.map +1 -0
  29. package/fesm2022/anguless-angulux-chart.mjs +268 -0
  30. package/fesm2022/anguless-angulux-chart.mjs.map +1 -0
  31. package/fesm2022/anguless-angulux-checkbox.mjs +469 -0
  32. package/fesm2022/anguless-angulux-checkbox.mjs.map +1 -0
  33. package/fesm2022/anguless-angulux-chip.mjs +376 -0
  34. package/fesm2022/anguless-angulux-chip.mjs.map +1 -0
  35. package/fesm2022/anguless-angulux-colorpicker.mjs +807 -0
  36. package/fesm2022/anguless-angulux-colorpicker.mjs.map +1 -0
  37. package/fesm2022/anguless-angulux-config.mjs +309 -0
  38. package/fesm2022/anguless-angulux-config.mjs.map +1 -0
  39. package/fesm2022/anguless-angulux-confirmdialog.mjs +858 -0
  40. package/fesm2022/anguless-angulux-confirmdialog.mjs.map +1 -0
  41. package/fesm2022/anguless-angulux-datepicker.mjs +4441 -0
  42. package/fesm2022/anguless-angulux-datepicker.mjs.map +1 -0
  43. package/fesm2022/anguless-angulux-dialog.mjs +1420 -0
  44. package/fesm2022/anguless-angulux-dialog.mjs.map +1 -0
  45. package/fesm2022/anguless-angulux-divider.mjs +160 -0
  46. package/fesm2022/anguless-angulux-divider.mjs.map +1 -0
  47. package/fesm2022/anguless-angulux-dom.mjs +778 -0
  48. package/fesm2022/anguless-angulux-dom.mjs.map +1 -0
  49. package/fesm2022/anguless-angulux-drawer.mjs +782 -0
  50. package/fesm2022/anguless-angulux-drawer.mjs.map +1 -0
  51. package/fesm2022/anguless-angulux-fileupload.mjs +1580 -0
  52. package/fesm2022/anguless-angulux-fileupload.mjs.map +1 -0
  53. package/fesm2022/anguless-angulux-fluid.mjs +87 -0
  54. package/fesm2022/anguless-angulux-fluid.mjs.map +1 -0
  55. package/fesm2022/anguless-angulux-focustrap.mjs +108 -0
  56. package/fesm2022/anguless-angulux-focustrap.mjs.map +1 -0
  57. package/fesm2022/anguless-angulux-iconfield.mjs +112 -0
  58. package/fesm2022/anguless-angulux-iconfield.mjs.map +1 -0
  59. package/fesm2022/anguless-angulux-icons-angledoubledown.mjs +38 -0
  60. package/fesm2022/anguless-angulux-icons-angledoubledown.mjs.map +1 -0
  61. package/fesm2022/anguless-angulux-icons-angledoubleleft.mjs +38 -0
  62. package/fesm2022/anguless-angulux-icons-angledoubleleft.mjs.map +1 -0
  63. package/fesm2022/anguless-angulux-icons-angledoubleright.mjs +38 -0
  64. package/fesm2022/anguless-angulux-icons-angledoubleright.mjs.map +1 -0
  65. package/fesm2022/anguless-angulux-icons-angledoubleup.mjs +38 -0
  66. package/fesm2022/anguless-angulux-icons-angledoubleup.mjs.map +1 -0
  67. package/fesm2022/anguless-angulux-icons-angledown.mjs +34 -0
  68. package/fesm2022/anguless-angulux-icons-angledown.mjs.map +1 -0
  69. package/fesm2022/anguless-angulux-icons-angleleft.mjs +34 -0
  70. package/fesm2022/anguless-angulux-icons-angleleft.mjs.map +1 -0
  71. package/fesm2022/anguless-angulux-icons-angleright.mjs +34 -0
  72. package/fesm2022/anguless-angulux-icons-angleright.mjs.map +1 -0
  73. package/fesm2022/anguless-angulux-icons-angleup.mjs +34 -0
  74. package/fesm2022/anguless-angulux-icons-angleup.mjs.map +1 -0
  75. package/fesm2022/anguless-angulux-icons-arrowdown.mjs +57 -0
  76. package/fesm2022/anguless-angulux-icons-arrowdown.mjs.map +1 -0
  77. package/fesm2022/anguless-angulux-icons-arrowdownleft.mjs +34 -0
  78. package/fesm2022/anguless-angulux-icons-arrowdownleft.mjs.map +1 -0
  79. package/fesm2022/anguless-angulux-icons-arrowdownright.mjs +34 -0
  80. package/fesm2022/anguless-angulux-icons-arrowdownright.mjs.map +1 -0
  81. package/fesm2022/anguless-angulux-icons-arrowleft.mjs +57 -0
  82. package/fesm2022/anguless-angulux-icons-arrowleft.mjs.map +1 -0
  83. package/fesm2022/anguless-angulux-icons-arrowright.mjs +38 -0
  84. package/fesm2022/anguless-angulux-icons-arrowright.mjs.map +1 -0
  85. package/fesm2022/anguless-angulux-icons-arrowup.mjs +57 -0
  86. package/fesm2022/anguless-angulux-icons-arrowup.mjs.map +1 -0
  87. package/fesm2022/anguless-angulux-icons-ban.mjs +53 -0
  88. package/fesm2022/anguless-angulux-icons-ban.mjs.map +1 -0
  89. package/fesm2022/anguless-angulux-icons-bars.mjs +38 -0
  90. package/fesm2022/anguless-angulux-icons-bars.mjs.map +1 -0
  91. package/fesm2022/anguless-angulux-icons-baseicon.mjs +101 -0
  92. package/fesm2022/anguless-angulux-icons-baseicon.mjs.map +1 -0
  93. package/fesm2022/anguless-angulux-icons-blank.mjs +24 -0
  94. package/fesm2022/anguless-angulux-icons-blank.mjs.map +1 -0
  95. package/fesm2022/anguless-angulux-icons-calendar.mjs +34 -0
  96. package/fesm2022/anguless-angulux-icons-calendar.mjs.map +1 -0
  97. package/fesm2022/anguless-angulux-icons-caretleft.mjs +34 -0
  98. package/fesm2022/anguless-angulux-icons-caretleft.mjs.map +1 -0
  99. package/fesm2022/anguless-angulux-icons-caretright.mjs +34 -0
  100. package/fesm2022/anguless-angulux-icons-caretright.mjs.map +1 -0
  101. package/fesm2022/anguless-angulux-icons-check.mjs +34 -0
  102. package/fesm2022/anguless-angulux-icons-check.mjs.map +1 -0
  103. package/fesm2022/anguless-angulux-icons-chevrondown.mjs +34 -0
  104. package/fesm2022/anguless-angulux-icons-chevrondown.mjs.map +1 -0
  105. package/fesm2022/anguless-angulux-icons-chevronleft.mjs +34 -0
  106. package/fesm2022/anguless-angulux-icons-chevronleft.mjs.map +1 -0
  107. package/fesm2022/anguless-angulux-icons-chevronright.mjs +34 -0
  108. package/fesm2022/anguless-angulux-icons-chevronright.mjs.map +1 -0
  109. package/fesm2022/anguless-angulux-icons-chevronup.mjs +34 -0
  110. package/fesm2022/anguless-angulux-icons-chevronup.mjs.map +1 -0
  111. package/fesm2022/anguless-angulux-icons-exclamationtriangle.mjs +69 -0
  112. package/fesm2022/anguless-angulux-icons-exclamationtriangle.mjs.map +1 -0
  113. package/fesm2022/anguless-angulux-icons-eye.mjs +38 -0
  114. package/fesm2022/anguless-angulux-icons-eye.mjs.map +1 -0
  115. package/fesm2022/anguless-angulux-icons-eyeslash.mjs +57 -0
  116. package/fesm2022/anguless-angulux-icons-eyeslash.mjs.map +1 -0
  117. package/fesm2022/anguless-angulux-icons-filter.mjs +53 -0
  118. package/fesm2022/anguless-angulux-icons-filter.mjs.map +1 -0
  119. package/fesm2022/anguless-angulux-icons-filterfill.mjs +34 -0
  120. package/fesm2022/anguless-angulux-icons-filterfill.mjs.map +1 -0
  121. package/fesm2022/anguless-angulux-icons-filterslash.mjs +57 -0
  122. package/fesm2022/anguless-angulux-icons-filterslash.mjs.map +1 -0
  123. package/fesm2022/anguless-angulux-icons-home.mjs +57 -0
  124. package/fesm2022/anguless-angulux-icons-home.mjs.map +1 -0
  125. package/fesm2022/anguless-angulux-icons-infocircle.mjs +57 -0
  126. package/fesm2022/anguless-angulux-icons-infocircle.mjs.map +1 -0
  127. package/fesm2022/anguless-angulux-icons-minus.mjs +34 -0
  128. package/fesm2022/anguless-angulux-icons-minus.mjs.map +1 -0
  129. package/fesm2022/anguless-angulux-icons-pencil.mjs +53 -0
  130. package/fesm2022/anguless-angulux-icons-pencil.mjs.map +1 -0
  131. package/fesm2022/anguless-angulux-icons-plus.mjs +53 -0
  132. package/fesm2022/anguless-angulux-icons-plus.mjs.map +1 -0
  133. package/fesm2022/anguless-angulux-icons-refresh.mjs +57 -0
  134. package/fesm2022/anguless-angulux-icons-refresh.mjs.map +1 -0
  135. package/fesm2022/anguless-angulux-icons-search.mjs +57 -0
  136. package/fesm2022/anguless-angulux-icons-search.mjs.map +1 -0
  137. package/fesm2022/anguless-angulux-icons-searchminus.mjs +57 -0
  138. package/fesm2022/anguless-angulux-icons-searchminus.mjs.map +1 -0
  139. package/fesm2022/anguless-angulux-icons-searchplus.mjs +57 -0
  140. package/fesm2022/anguless-angulux-icons-searchplus.mjs.map +1 -0
  141. package/fesm2022/anguless-angulux-icons-sortalt.mjs +65 -0
  142. package/fesm2022/anguless-angulux-icons-sortalt.mjs.map +1 -0
  143. package/fesm2022/anguless-angulux-icons-sortamountdown.mjs +53 -0
  144. package/fesm2022/anguless-angulux-icons-sortamountdown.mjs.map +1 -0
  145. package/fesm2022/anguless-angulux-icons-sortamountupalt.mjs +53 -0
  146. package/fesm2022/anguless-angulux-icons-sortamountupalt.mjs.map +1 -0
  147. package/fesm2022/anguless-angulux-icons-spinner.mjs +53 -0
  148. package/fesm2022/anguless-angulux-icons-spinner.mjs.map +1 -0
  149. package/fesm2022/anguless-angulux-icons-star.mjs +53 -0
  150. package/fesm2022/anguless-angulux-icons-star.mjs.map +1 -0
  151. package/fesm2022/anguless-angulux-icons-starfill.mjs +53 -0
  152. package/fesm2022/anguless-angulux-icons-starfill.mjs.map +1 -0
  153. package/fesm2022/anguless-angulux-icons-thlarge.mjs +57 -0
  154. package/fesm2022/anguless-angulux-icons-thlarge.mjs.map +1 -0
  155. package/fesm2022/anguless-angulux-icons-times.mjs +34 -0
  156. package/fesm2022/anguless-angulux-icons-times.mjs.map +1 -0
  157. package/fesm2022/anguless-angulux-icons-timescircle.mjs +57 -0
  158. package/fesm2022/anguless-angulux-icons-timescircle.mjs.map +1 -0
  159. package/fesm2022/anguless-angulux-icons-trash.mjs +57 -0
  160. package/fesm2022/anguless-angulux-icons-trash.mjs.map +1 -0
  161. package/fesm2022/anguless-angulux-icons-undo.mjs +57 -0
  162. package/fesm2022/anguless-angulux-icons-undo.mjs.map +1 -0
  163. package/fesm2022/anguless-angulux-icons-upload.mjs +57 -0
  164. package/fesm2022/anguless-angulux-icons-upload.mjs.map +1 -0
  165. package/fesm2022/anguless-angulux-icons-windowmaximize.mjs +57 -0
  166. package/fesm2022/anguless-angulux-icons-windowmaximize.mjs.map +1 -0
  167. package/fesm2022/anguless-angulux-icons-windowminimize.mjs +57 -0
  168. package/fesm2022/anguless-angulux-icons-windowminimize.mjs.map +1 -0
  169. package/fesm2022/anguless-angulux-icons.mjs +63 -0
  170. package/fesm2022/anguless-angulux-icons.mjs.map +1 -0
  171. package/fesm2022/anguless-angulux-inputicon.mjs +84 -0
  172. package/fesm2022/anguless-angulux-inputicon.mjs.map +1 -0
  173. package/fesm2022/anguless-angulux-inputnumber.mjs +1673 -0
  174. package/fesm2022/anguless-angulux-inputnumber.mjs.map +1 -0
  175. package/fesm2022/anguless-angulux-inputtext.mjs +199 -0
  176. package/fesm2022/anguless-angulux-inputtext.mjs.map +1 -0
  177. package/fesm2022/anguless-angulux-menu.mjs +1160 -0
  178. package/fesm2022/anguless-angulux-menu.mjs.map +1 -0
  179. package/fesm2022/anguless-angulux-message.mjs +409 -0
  180. package/fesm2022/anguless-angulux-message.mjs.map +1 -0
  181. package/fesm2022/anguless-angulux-motion.mjs +721 -0
  182. package/fesm2022/anguless-angulux-motion.mjs.map +1 -0
  183. package/fesm2022/anguless-angulux-multiselect.mjs +2712 -0
  184. package/fesm2022/anguless-angulux-multiselect.mjs.map +1 -0
  185. package/fesm2022/anguless-angulux-overlay.mjs +886 -0
  186. package/fesm2022/anguless-angulux-overlay.mjs.map +1 -0
  187. package/fesm2022/anguless-angulux-paginator.mjs +823 -0
  188. package/fesm2022/anguless-angulux-paginator.mjs.map +1 -0
  189. package/fesm2022/anguless-angulux-password.mjs +1181 -0
  190. package/fesm2022/anguless-angulux-password.mjs.map +1 -0
  191. package/fesm2022/anguless-angulux-popover.mjs +532 -0
  192. package/fesm2022/anguless-angulux-popover.mjs.map +1 -0
  193. package/fesm2022/anguless-angulux-progressbar.mjs +214 -0
  194. package/fesm2022/anguless-angulux-progressbar.mjs.map +1 -0
  195. package/fesm2022/anguless-angulux-progressspinner.mjs +146 -0
  196. package/fesm2022/anguless-angulux-progressspinner.mjs.map +1 -0
  197. package/fesm2022/anguless-angulux-radiobutton.mjs +381 -0
  198. package/fesm2022/anguless-angulux-radiobutton.mjs.map +1 -0
  199. package/fesm2022/anguless-angulux-ripple.mjs +194 -0
  200. package/fesm2022/anguless-angulux-ripple.mjs.map +1 -0
  201. package/fesm2022/anguless-angulux-scroller.mjs +1325 -0
  202. package/fesm2022/anguless-angulux-scroller.mjs.map +1 -0
  203. package/fesm2022/anguless-angulux-select.mjs +2408 -0
  204. package/fesm2022/anguless-angulux-select.mjs.map +1 -0
  205. package/fesm2022/anguless-angulux-selectbutton.mjs +434 -0
  206. package/fesm2022/anguless-angulux-selectbutton.mjs.map +1 -0
  207. package/fesm2022/anguless-angulux-skeleton.mjs +168 -0
  208. package/fesm2022/anguless-angulux-skeleton.mjs.map +1 -0
  209. package/fesm2022/anguless-angulux-splitbutton.mjs +643 -0
  210. package/fesm2022/anguless-angulux-splitbutton.mjs.map +1 -0
  211. package/fesm2022/anguless-angulux-table.mjs +7815 -0
  212. package/fesm2022/anguless-angulux-table.mjs.map +1 -0
  213. package/fesm2022/anguless-angulux-tabs.mjs +921 -0
  214. package/fesm2022/anguless-angulux-tabs.mjs.map +1 -0
  215. package/fesm2022/anguless-angulux-tag.mjs +196 -0
  216. package/fesm2022/anguless-angulux-tag.mjs.map +1 -0
  217. package/fesm2022/anguless-angulux-textarea.mjs +227 -0
  218. package/fesm2022/anguless-angulux-textarea.mjs.map +1 -0
  219. package/fesm2022/anguless-angulux-tieredmenu.mjs +1635 -0
  220. package/fesm2022/anguless-angulux-tieredmenu.mjs.map +1 -0
  221. package/fesm2022/anguless-angulux-timeline.mjs +248 -0
  222. package/fesm2022/anguless-angulux-timeline.mjs.map +1 -0
  223. package/fesm2022/anguless-angulux-toast.mjs +788 -0
  224. package/fesm2022/anguless-angulux-toast.mjs.map +1 -0
  225. package/fesm2022/anguless-angulux-togglebutton.mjs +391 -0
  226. package/fesm2022/anguless-angulux-togglebutton.mjs.map +1 -0
  227. package/fesm2022/anguless-angulux-toggleswitch.mjs +345 -0
  228. package/fesm2022/anguless-angulux-toggleswitch.mjs.map +1 -0
  229. package/fesm2022/anguless-angulux-tooltip.mjs +845 -0
  230. package/fesm2022/anguless-angulux-tooltip.mjs.map +1 -0
  231. package/fesm2022/anguless-angulux-treetable.mjs +5167 -0
  232. package/fesm2022/anguless-angulux-treetable.mjs.map +1 -0
  233. package/fesm2022/anguless-angulux-ts-helpers.mjs +4 -0
  234. package/fesm2022/anguless-angulux-ts-helpers.mjs.map +1 -0
  235. package/fesm2022/anguless-angulux-types-accordion.mjs +4 -0
  236. package/fesm2022/anguless-angulux-types-accordion.mjs.map +1 -0
  237. package/fesm2022/anguless-angulux-types-autocomplete.mjs +4 -0
  238. package/fesm2022/anguless-angulux-types-autocomplete.mjs.map +1 -0
  239. package/fesm2022/anguless-angulux-types-avatar.mjs +4 -0
  240. package/fesm2022/anguless-angulux-types-avatar.mjs.map +1 -0
  241. package/fesm2022/anguless-angulux-types-avatargroup.mjs +4 -0
  242. package/fesm2022/anguless-angulux-types-avatargroup.mjs.map +1 -0
  243. package/fesm2022/anguless-angulux-types-badge.mjs +4 -0
  244. package/fesm2022/anguless-angulux-types-badge.mjs.map +1 -0
  245. package/fesm2022/anguless-angulux-types-blockui.mjs +4 -0
  246. package/fesm2022/anguless-angulux-types-blockui.mjs.map +1 -0
  247. package/fesm2022/anguless-angulux-types-breadcrumb.mjs +4 -0
  248. package/fesm2022/anguless-angulux-types-breadcrumb.mjs.map +1 -0
  249. package/fesm2022/anguless-angulux-types-button.mjs +4 -0
  250. package/fesm2022/anguless-angulux-types-button.mjs.map +1 -0
  251. package/fesm2022/anguless-angulux-types-card.mjs +4 -0
  252. package/fesm2022/anguless-angulux-types-card.mjs.map +1 -0
  253. package/fesm2022/anguless-angulux-types-carousel.mjs +4 -0
  254. package/fesm2022/anguless-angulux-types-carousel.mjs.map +1 -0
  255. package/fesm2022/anguless-angulux-types-cascadeselect.mjs +4 -0
  256. package/fesm2022/anguless-angulux-types-cascadeselect.mjs.map +1 -0
  257. package/fesm2022/anguless-angulux-types-chart.mjs +4 -0
  258. package/fesm2022/anguless-angulux-types-chart.mjs.map +1 -0
  259. package/fesm2022/anguless-angulux-types-checkbox.mjs +4 -0
  260. package/fesm2022/anguless-angulux-types-checkbox.mjs.map +1 -0
  261. package/fesm2022/anguless-angulux-types-chip.mjs +4 -0
  262. package/fesm2022/anguless-angulux-types-chip.mjs.map +1 -0
  263. package/fesm2022/anguless-angulux-types-colorpicker.mjs +4 -0
  264. package/fesm2022/anguless-angulux-types-colorpicker.mjs.map +1 -0
  265. package/fesm2022/anguless-angulux-types-confirmdialog.mjs +4 -0
  266. package/fesm2022/anguless-angulux-types-confirmdialog.mjs.map +1 -0
  267. package/fesm2022/anguless-angulux-types-confirmpopup.mjs +4 -0
  268. package/fesm2022/anguless-angulux-types-confirmpopup.mjs.map +1 -0
  269. package/fesm2022/anguless-angulux-types-contextmenu.mjs +4 -0
  270. package/fesm2022/anguless-angulux-types-contextmenu.mjs.map +1 -0
  271. package/fesm2022/anguless-angulux-types-dataview.mjs +4 -0
  272. package/fesm2022/anguless-angulux-types-dataview.mjs.map +1 -0
  273. package/fesm2022/anguless-angulux-types-datepicker.mjs +4 -0
  274. package/fesm2022/anguless-angulux-types-datepicker.mjs.map +1 -0
  275. package/fesm2022/anguless-angulux-types-dialog.mjs +4 -0
  276. package/fesm2022/anguless-angulux-types-dialog.mjs.map +1 -0
  277. package/fesm2022/anguless-angulux-types-divider.mjs +4 -0
  278. package/fesm2022/anguless-angulux-types-divider.mjs.map +1 -0
  279. package/fesm2022/anguless-angulux-types-dock.mjs +4 -0
  280. package/fesm2022/anguless-angulux-types-dock.mjs.map +1 -0
  281. package/fesm2022/anguless-angulux-types-drawer.mjs +4 -0
  282. package/fesm2022/anguless-angulux-types-drawer.mjs.map +1 -0
  283. package/fesm2022/anguless-angulux-types-editor.mjs +4 -0
  284. package/fesm2022/anguless-angulux-types-editor.mjs.map +1 -0
  285. package/fesm2022/anguless-angulux-types-fieldset.mjs +4 -0
  286. package/fesm2022/anguless-angulux-types-fieldset.mjs.map +1 -0
  287. package/fesm2022/anguless-angulux-types-fileupload.mjs +4 -0
  288. package/fesm2022/anguless-angulux-types-fileupload.mjs.map +1 -0
  289. package/fesm2022/anguless-angulux-types-floatlabel.mjs +4 -0
  290. package/fesm2022/anguless-angulux-types-floatlabel.mjs.map +1 -0
  291. package/fesm2022/anguless-angulux-types-fluid.mjs +4 -0
  292. package/fesm2022/anguless-angulux-types-fluid.mjs.map +1 -0
  293. package/fesm2022/anguless-angulux-types-galleria.mjs +4 -0
  294. package/fesm2022/anguless-angulux-types-galleria.mjs.map +1 -0
  295. package/fesm2022/anguless-angulux-types-iconfield.mjs +4 -0
  296. package/fesm2022/anguless-angulux-types-iconfield.mjs.map +1 -0
  297. package/fesm2022/anguless-angulux-types-iftalabel.mjs +4 -0
  298. package/fesm2022/anguless-angulux-types-iftalabel.mjs.map +1 -0
  299. package/fesm2022/anguless-angulux-types-image.mjs +4 -0
  300. package/fesm2022/anguless-angulux-types-image.mjs.map +1 -0
  301. package/fesm2022/anguless-angulux-types-imagecompare.mjs +4 -0
  302. package/fesm2022/anguless-angulux-types-imagecompare.mjs.map +1 -0
  303. package/fesm2022/anguless-angulux-types-inplace.mjs +4 -0
  304. package/fesm2022/anguless-angulux-types-inplace.mjs.map +1 -0
  305. package/fesm2022/anguless-angulux-types-inputgroup.mjs +4 -0
  306. package/fesm2022/anguless-angulux-types-inputgroup.mjs.map +1 -0
  307. package/fesm2022/anguless-angulux-types-inputgroupaddon.mjs +4 -0
  308. package/fesm2022/anguless-angulux-types-inputgroupaddon.mjs.map +1 -0
  309. package/fesm2022/anguless-angulux-types-inputicon.mjs +4 -0
  310. package/fesm2022/anguless-angulux-types-inputicon.mjs.map +1 -0
  311. package/fesm2022/anguless-angulux-types-inputmask.mjs +4 -0
  312. package/fesm2022/anguless-angulux-types-inputmask.mjs.map +1 -0
  313. package/fesm2022/anguless-angulux-types-inputnumber.mjs +4 -0
  314. package/fesm2022/anguless-angulux-types-inputnumber.mjs.map +1 -0
  315. package/fesm2022/anguless-angulux-types-inputotp.mjs +4 -0
  316. package/fesm2022/anguless-angulux-types-inputotp.mjs.map +1 -0
  317. package/fesm2022/anguless-angulux-types-inputtext.mjs +4 -0
  318. package/fesm2022/anguless-angulux-types-inputtext.mjs.map +1 -0
  319. package/fesm2022/anguless-angulux-types-knob.mjs +4 -0
  320. package/fesm2022/anguless-angulux-types-knob.mjs.map +1 -0
  321. package/fesm2022/anguless-angulux-types-listbox.mjs +4 -0
  322. package/fesm2022/anguless-angulux-types-listbox.mjs.map +1 -0
  323. package/fesm2022/anguless-angulux-types-megamenu.mjs +4 -0
  324. package/fesm2022/anguless-angulux-types-megamenu.mjs.map +1 -0
  325. package/fesm2022/anguless-angulux-types-menu.mjs +4 -0
  326. package/fesm2022/anguless-angulux-types-menu.mjs.map +1 -0
  327. package/fesm2022/anguless-angulux-types-menubar.mjs +4 -0
  328. package/fesm2022/anguless-angulux-types-menubar.mjs.map +1 -0
  329. package/fesm2022/anguless-angulux-types-message.mjs +4 -0
  330. package/fesm2022/anguless-angulux-types-message.mjs.map +1 -0
  331. package/fesm2022/anguless-angulux-types-metergroup.mjs +4 -0
  332. package/fesm2022/anguless-angulux-types-metergroup.mjs.map +1 -0
  333. package/fesm2022/anguless-angulux-types-motion.mjs +4 -0
  334. package/fesm2022/anguless-angulux-types-motion.mjs.map +1 -0
  335. package/fesm2022/anguless-angulux-types-multiselect.mjs +4 -0
  336. package/fesm2022/anguless-angulux-types-multiselect.mjs.map +1 -0
  337. package/fesm2022/anguless-angulux-types-orderlist.mjs +4 -0
  338. package/fesm2022/anguless-angulux-types-orderlist.mjs.map +1 -0
  339. package/fesm2022/anguless-angulux-types-organizationchart.mjs +4 -0
  340. package/fesm2022/anguless-angulux-types-organizationchart.mjs.map +1 -0
  341. package/fesm2022/anguless-angulux-types-overlay.mjs +4 -0
  342. package/fesm2022/anguless-angulux-types-overlay.mjs.map +1 -0
  343. package/fesm2022/anguless-angulux-types-overlaybadge.mjs +4 -0
  344. package/fesm2022/anguless-angulux-types-overlaybadge.mjs.map +1 -0
  345. package/fesm2022/anguless-angulux-types-paginator.mjs +4 -0
  346. package/fesm2022/anguless-angulux-types-paginator.mjs.map +1 -0
  347. package/fesm2022/anguless-angulux-types-panel.mjs +4 -0
  348. package/fesm2022/anguless-angulux-types-panel.mjs.map +1 -0
  349. package/fesm2022/anguless-angulux-types-panelmenu.mjs +4 -0
  350. package/fesm2022/anguless-angulux-types-panelmenu.mjs.map +1 -0
  351. package/fesm2022/anguless-angulux-types-password.mjs +4 -0
  352. package/fesm2022/anguless-angulux-types-password.mjs.map +1 -0
  353. package/fesm2022/anguless-angulux-types-picklist.mjs +4 -0
  354. package/fesm2022/anguless-angulux-types-picklist.mjs.map +1 -0
  355. package/fesm2022/anguless-angulux-types-popover.mjs +4 -0
  356. package/fesm2022/anguless-angulux-types-popover.mjs.map +1 -0
  357. package/fesm2022/anguless-angulux-types-progressbar.mjs +4 -0
  358. package/fesm2022/anguless-angulux-types-progressbar.mjs.map +1 -0
  359. package/fesm2022/anguless-angulux-types-progressspinner.mjs +4 -0
  360. package/fesm2022/anguless-angulux-types-progressspinner.mjs.map +1 -0
  361. package/fesm2022/anguless-angulux-types-radiobutton.mjs +4 -0
  362. package/fesm2022/anguless-angulux-types-radiobutton.mjs.map +1 -0
  363. package/fesm2022/anguless-angulux-types-rating.mjs +4 -0
  364. package/fesm2022/anguless-angulux-types-rating.mjs.map +1 -0
  365. package/fesm2022/anguless-angulux-types-scroller.mjs +4 -0
  366. package/fesm2022/anguless-angulux-types-scroller.mjs.map +1 -0
  367. package/fesm2022/anguless-angulux-types-scrollpanel.mjs +4 -0
  368. package/fesm2022/anguless-angulux-types-scrollpanel.mjs.map +1 -0
  369. package/fesm2022/anguless-angulux-types-scrolltop.mjs +4 -0
  370. package/fesm2022/anguless-angulux-types-scrolltop.mjs.map +1 -0
  371. package/fesm2022/anguless-angulux-types-select.mjs +4 -0
  372. package/fesm2022/anguless-angulux-types-select.mjs.map +1 -0
  373. package/fesm2022/anguless-angulux-types-selectbutton.mjs +4 -0
  374. package/fesm2022/anguless-angulux-types-selectbutton.mjs.map +1 -0
  375. package/fesm2022/anguless-angulux-types-skeleton.mjs +4 -0
  376. package/fesm2022/anguless-angulux-types-skeleton.mjs.map +1 -0
  377. package/fesm2022/anguless-angulux-types-slider.mjs +4 -0
  378. package/fesm2022/anguless-angulux-types-slider.mjs.map +1 -0
  379. package/fesm2022/anguless-angulux-types-speeddial.mjs +4 -0
  380. package/fesm2022/anguless-angulux-types-speeddial.mjs.map +1 -0
  381. package/fesm2022/anguless-angulux-types-splitbutton.mjs +4 -0
  382. package/fesm2022/anguless-angulux-types-splitbutton.mjs.map +1 -0
  383. package/fesm2022/anguless-angulux-types-splitter.mjs +4 -0
  384. package/fesm2022/anguless-angulux-types-splitter.mjs.map +1 -0
  385. package/fesm2022/anguless-angulux-types-stepper.mjs +4 -0
  386. package/fesm2022/anguless-angulux-types-stepper.mjs.map +1 -0
  387. package/fesm2022/anguless-angulux-types-table.mjs +4 -0
  388. package/fesm2022/anguless-angulux-types-table.mjs.map +1 -0
  389. package/fesm2022/anguless-angulux-types-tabs.mjs +4 -0
  390. package/fesm2022/anguless-angulux-types-tabs.mjs.map +1 -0
  391. package/fesm2022/anguless-angulux-types-tag.mjs +4 -0
  392. package/fesm2022/anguless-angulux-types-tag.mjs.map +1 -0
  393. package/fesm2022/anguless-angulux-types-terminal.mjs +4 -0
  394. package/fesm2022/anguless-angulux-types-terminal.mjs.map +1 -0
  395. package/fesm2022/anguless-angulux-types-textarea.mjs +4 -0
  396. package/fesm2022/anguless-angulux-types-textarea.mjs.map +1 -0
  397. package/fesm2022/anguless-angulux-types-tieredmenu.mjs +4 -0
  398. package/fesm2022/anguless-angulux-types-tieredmenu.mjs.map +1 -0
  399. package/fesm2022/anguless-angulux-types-timeline.mjs +4 -0
  400. package/fesm2022/anguless-angulux-types-timeline.mjs.map +1 -0
  401. package/fesm2022/anguless-angulux-types-toast.mjs +4 -0
  402. package/fesm2022/anguless-angulux-types-toast.mjs.map +1 -0
  403. package/fesm2022/anguless-angulux-types-togglebutton.mjs +4 -0
  404. package/fesm2022/anguless-angulux-types-togglebutton.mjs.map +1 -0
  405. package/fesm2022/anguless-angulux-types-toggleswitch.mjs +4 -0
  406. package/fesm2022/anguless-angulux-types-toggleswitch.mjs.map +1 -0
  407. package/fesm2022/anguless-angulux-types-toolbar.mjs +4 -0
  408. package/fesm2022/anguless-angulux-types-toolbar.mjs.map +1 -0
  409. package/fesm2022/anguless-angulux-types-tooltip.mjs +4 -0
  410. package/fesm2022/anguless-angulux-types-tooltip.mjs.map +1 -0
  411. package/fesm2022/anguless-angulux-types-tree.mjs +4 -0
  412. package/fesm2022/anguless-angulux-types-tree.mjs.map +1 -0
  413. package/fesm2022/anguless-angulux-types-treeselect.mjs +4 -0
  414. package/fesm2022/anguless-angulux-types-treeselect.mjs.map +1 -0
  415. package/fesm2022/anguless-angulux-types-treetable.mjs +4 -0
  416. package/fesm2022/anguless-angulux-types-treetable.mjs.map +1 -0
  417. package/fesm2022/anguless-angulux-usestyle.mjs +54 -0
  418. package/fesm2022/anguless-angulux-usestyle.mjs.map +1 -0
  419. package/fesm2022/anguless-angulux-utils.mjs +332 -0
  420. package/fesm2022/anguless-angulux-utils.mjs.map +1 -0
  421. package/fesm2022/anguless-angulux.mjs +6 -0
  422. package/fesm2022/anguless-angulux.mjs.map +1 -0
  423. package/package.json +904 -0
  424. package/types/anguless-angulux-api.d.ts +1976 -0
  425. package/types/anguless-angulux-autofocus.d.ts +31 -0
  426. package/types/anguless-angulux-avatar.d.ts +138 -0
  427. package/types/anguless-angulux-avatargroup.d.ts +64 -0
  428. package/types/anguless-angulux-badge.d.ts +182 -0
  429. package/types/anguless-angulux-base.d.ts +58 -0
  430. package/types/anguless-angulux-basecomponent.d.ts +175 -0
  431. package/types/anguless-angulux-baseeditableholder.d.ts +45 -0
  432. package/types/anguless-angulux-baseinput.d.ts +73 -0
  433. package/types/anguless-angulux-basemodelholder.d.ts +12 -0
  434. package/types/anguless-angulux-bind.d.ts +38 -0
  435. package/types/anguless-angulux-button.d.ts +489 -0
  436. package/types/anguless-angulux-card.d.ts +155 -0
  437. package/types/anguless-angulux-chart.d.ts +133 -0
  438. package/types/anguless-angulux-checkbox.d.ts +229 -0
  439. package/types/anguless-angulux-chip.d.ts +165 -0
  440. package/types/anguless-angulux-colorpicker.d.ts +315 -0
  441. package/types/anguless-angulux-config.d.ts +268 -0
  442. package/types/anguless-angulux-confirmdialog.d.ts +358 -0
  443. package/types/anguless-angulux-datepicker.d.ts +1015 -0
  444. package/types/anguless-angulux-dialog.d.ts +553 -0
  445. package/types/anguless-angulux-divider.d.ts +120 -0
  446. package/types/anguless-angulux-dom.d.ts +109 -0
  447. package/types/anguless-angulux-drawer.d.ts +301 -0
  448. package/types/anguless-angulux-fileupload.d.ts +560 -0
  449. package/types/anguless-angulux-fluid.d.ts +52 -0
  450. package/types/anguless-angulux-focustrap.d.ts +36 -0
  451. package/types/anguless-angulux-iconfield.d.ts +71 -0
  452. package/types/anguless-angulux-icons-angledoubledown.d.ts +9 -0
  453. package/types/anguless-angulux-icons-angledoubleleft.d.ts +9 -0
  454. package/types/anguless-angulux-icons-angledoubleright.d.ts +9 -0
  455. package/types/anguless-angulux-icons-angledoubleup.d.ts +9 -0
  456. package/types/anguless-angulux-icons-angledown.d.ts +9 -0
  457. package/types/anguless-angulux-icons-angleleft.d.ts +9 -0
  458. package/types/anguless-angulux-icons-angleright.d.ts +9 -0
  459. package/types/anguless-angulux-icons-angleup.d.ts +9 -0
  460. package/types/anguless-angulux-icons-arrowdown.d.ts +11 -0
  461. package/types/anguless-angulux-icons-arrowdownleft.d.ts +9 -0
  462. package/types/anguless-angulux-icons-arrowdownright.d.ts +9 -0
  463. package/types/anguless-angulux-icons-arrowleft.d.ts +11 -0
  464. package/types/anguless-angulux-icons-arrowright.d.ts +9 -0
  465. package/types/anguless-angulux-icons-arrowup.d.ts +11 -0
  466. package/types/anguless-angulux-icons-ban.d.ts +11 -0
  467. package/types/anguless-angulux-icons-bars.d.ts +9 -0
  468. package/types/anguless-angulux-icons-baseicon.d.ts +31 -0
  469. package/types/anguless-angulux-icons-blank.d.ts +9 -0
  470. package/types/anguless-angulux-icons-calendar.d.ts +9 -0
  471. package/types/anguless-angulux-icons-caretleft.d.ts +9 -0
  472. package/types/anguless-angulux-icons-caretright.d.ts +9 -0
  473. package/types/anguless-angulux-icons-check.d.ts +9 -0
  474. package/types/anguless-angulux-icons-chevrondown.d.ts +9 -0
  475. package/types/anguless-angulux-icons-chevronleft.d.ts +9 -0
  476. package/types/anguless-angulux-icons-chevronright.d.ts +9 -0
  477. package/types/anguless-angulux-icons-chevronup.d.ts +9 -0
  478. package/types/anguless-angulux-icons-exclamationtriangle.d.ts +11 -0
  479. package/types/anguless-angulux-icons-eye.d.ts +9 -0
  480. package/types/anguless-angulux-icons-eyeslash.d.ts +11 -0
  481. package/types/anguless-angulux-icons-filter.d.ts +11 -0
  482. package/types/anguless-angulux-icons-filterfill.d.ts +9 -0
  483. package/types/anguless-angulux-icons-filterslash.d.ts +11 -0
  484. package/types/anguless-angulux-icons-home.d.ts +11 -0
  485. package/types/anguless-angulux-icons-infocircle.d.ts +11 -0
  486. package/types/anguless-angulux-icons-minus.d.ts +9 -0
  487. package/types/anguless-angulux-icons-pencil.d.ts +11 -0
  488. package/types/anguless-angulux-icons-plus.d.ts +11 -0
  489. package/types/anguless-angulux-icons-refresh.d.ts +11 -0
  490. package/types/anguless-angulux-icons-search.d.ts +11 -0
  491. package/types/anguless-angulux-icons-searchminus.d.ts +11 -0
  492. package/types/anguless-angulux-icons-searchplus.d.ts +11 -0
  493. package/types/anguless-angulux-icons-sortalt.d.ts +11 -0
  494. package/types/anguless-angulux-icons-sortamountdown.d.ts +11 -0
  495. package/types/anguless-angulux-icons-sortamountupalt.d.ts +11 -0
  496. package/types/anguless-angulux-icons-spinner.d.ts +11 -0
  497. package/types/anguless-angulux-icons-star.d.ts +11 -0
  498. package/types/anguless-angulux-icons-starfill.d.ts +11 -0
  499. package/types/anguless-angulux-icons-thlarge.d.ts +11 -0
  500. package/types/anguless-angulux-icons-times.d.ts +9 -0
  501. package/types/anguless-angulux-icons-timescircle.d.ts +11 -0
  502. package/types/anguless-angulux-icons-trash.d.ts +11 -0
  503. package/types/anguless-angulux-icons-undo.d.ts +11 -0
  504. package/types/anguless-angulux-icons-upload.d.ts +11 -0
  505. package/types/anguless-angulux-icons-windowmaximize.d.ts +11 -0
  506. package/types/anguless-angulux-icons-windowminimize.d.ts +11 -0
  507. package/types/anguless-angulux-icons.d.ts +53 -0
  508. package/types/anguless-angulux-inputicon.d.ts +44 -0
  509. package/types/anguless-angulux-inputnumber.d.ts +434 -0
  510. package/types/anguless-angulux-inputtext.d.ts +115 -0
  511. package/types/anguless-angulux-menu.d.ts +362 -0
  512. package/types/anguless-angulux-message.d.ts +211 -0
  513. package/types/anguless-angulux-motion.d.ts +398 -0
  514. package/types/anguless-angulux-multiselect.d.ts +902 -0
  515. package/types/anguless-angulux-overlay.d.ts +355 -0
  516. package/types/anguless-angulux-paginator.d.ts +361 -0
  517. package/types/anguless-angulux-password.d.ts +492 -0
  518. package/types/anguless-angulux-popover.d.ts +202 -0
  519. package/types/anguless-angulux-progressbar.d.ts +122 -0
  520. package/types/anguless-angulux-progressspinner.d.ts +90 -0
  521. package/types/anguless-angulux-radiobutton.d.ts +191 -0
  522. package/types/anguless-angulux-ripple.d.ts +61 -0
  523. package/types/anguless-angulux-scroller.d.ts +450 -0
  524. package/types/anguless-angulux-select.d.ts +790 -0
  525. package/types/anguless-angulux-selectbutton.d.ts +184 -0
  526. package/types/anguless-angulux-skeleton.d.ts +102 -0
  527. package/types/anguless-angulux-splitbutton.d.ts +292 -0
  528. package/types/anguless-angulux-table.d.ts +2087 -0
  529. package/types/anguless-angulux-tabs.d.ts +358 -0
  530. package/types/anguless-angulux-tag.d.ts +113 -0
  531. package/types/anguless-angulux-textarea.d.ts +125 -0
  532. package/types/anguless-angulux-tieredmenu.d.ts +430 -0
  533. package/types/anguless-angulux-timeline.d.ts +139 -0
  534. package/types/anguless-angulux-toast.d.ts +301 -0
  535. package/types/anguless-angulux-togglebutton.d.ts +203 -0
  536. package/types/anguless-angulux-toggleswitch.d.ts +166 -0
  537. package/types/anguless-angulux-tooltip.d.ts +284 -0
  538. package/types/anguless-angulux-treetable.d.ts +1276 -0
  539. package/types/anguless-angulux-ts-helpers.d.ts +6 -0
  540. package/types/anguless-angulux-types-accordion.d.ts +97 -0
  541. package/types/anguless-angulux-types-autocomplete.d.ts +312 -0
  542. package/types/anguless-angulux-types-avatar.d.ts +40 -0
  543. package/types/anguless-angulux-types-avatargroup.d.ts +28 -0
  544. package/types/anguless-angulux-types-badge.d.ts +26 -0
  545. package/types/anguless-angulux-types-blockui.d.ts +39 -0
  546. package/types/anguless-angulux-types-breadcrumb.d.ts +96 -0
  547. package/types/anguless-angulux-types-button.d.ts +124 -0
  548. package/types/anguless-angulux-types-card.d.ts +75 -0
  549. package/types/anguless-angulux-types-carousel.d.ts +143 -0
  550. package/types/anguless-angulux-types-cascadeselect.d.ts +215 -0
  551. package/types/anguless-angulux-types-chart.d.ts +32 -0
  552. package/types/anguless-angulux-types-checkbox.d.ts +81 -0
  553. package/types/anguless-angulux-types-chip.d.ts +71 -0
  554. package/types/anguless-angulux-types-colorpicker.d.ts +78 -0
  555. package/types/anguless-angulux-types-confirmdialog.d.ts +147 -0
  556. package/types/anguless-angulux-types-confirmpopup.d.ts +105 -0
  557. package/types/anguless-angulux-types-contextmenu.d.ts +102 -0
  558. package/types/anguless-angulux-types-dataview.d.ts +253 -0
  559. package/types/anguless-angulux-types-datepicker.d.ts +521 -0
  560. package/types/anguless-angulux-types-dialog.d.ts +107 -0
  561. package/types/anguless-angulux-types-divider.d.ts +28 -0
  562. package/types/anguless-angulux-types-dock.d.ts +70 -0
  563. package/types/anguless-angulux-types-drawer.d.ts +82 -0
  564. package/types/anguless-angulux-types-editor.d.ts +210 -0
  565. package/types/anguless-angulux-types-fieldset.d.ts +101 -0
  566. package/types/anguless-angulux-types-fileupload.d.ts +360 -0
  567. package/types/anguless-angulux-types-floatlabel.d.ts +26 -0
  568. package/types/anguless-angulux-types-fluid.d.ts +28 -0
  569. package/types/anguless-angulux-types-galleria.d.ts +250 -0
  570. package/types/anguless-angulux-types-iconfield.d.ts +26 -0
  571. package/types/anguless-angulux-types-iftalabel.d.ts +26 -0
  572. package/types/anguless-angulux-types-image.d.ts +144 -0
  573. package/types/anguless-angulux-types-imagecompare.d.ts +43 -0
  574. package/types/anguless-angulux-types-inplace.d.ts +72 -0
  575. package/types/anguless-angulux-types-inputgroup.d.ts +28 -0
  576. package/types/anguless-angulux-types-inputgroupaddon.d.ts +28 -0
  577. package/types/anguless-angulux-types-inputicon.d.ts +26 -0
  578. package/types/anguless-angulux-types-inputmask.d.ts +56 -0
  579. package/types/anguless-angulux-types-inputnumber.d.ts +95 -0
  580. package/types/anguless-angulux-types-inputotp.d.ts +101 -0
  581. package/types/anguless-angulux-types-inputtext.d.ts +24 -0
  582. package/types/anguless-angulux-types-knob.d.ts +40 -0
  583. package/types/anguless-angulux-types-listbox.d.ts +359 -0
  584. package/types/anguless-angulux-types-megamenu.d.ts +138 -0
  585. package/types/anguless-angulux-types-menu.d.ts +114 -0
  586. package/types/anguless-angulux-types-menubar.d.ts +124 -0
  587. package/types/anguless-angulux-types-message.d.ts +87 -0
  588. package/types/anguless-angulux-types-metergroup.d.ts +176 -0
  589. package/types/anguless-angulux-types-motion.d.ts +26 -0
  590. package/types/anguless-angulux-types-multiselect.d.ts +414 -0
  591. package/types/anguless-angulux-types-orderlist.d.ts +173 -0
  592. package/types/anguless-angulux-types-organizationchart.d.ts +138 -0
  593. package/types/anguless-angulux-types-overlay.d.ts +60 -0
  594. package/types/anguless-angulux-types-overlaybadge.d.ts +34 -0
  595. package/types/anguless-angulux-types-paginator.d.ts +167 -0
  596. package/types/anguless-angulux-types-panel.d.ts +129 -0
  597. package/types/anguless-angulux-types-panelmenu.d.ts +131 -0
  598. package/types/anguless-angulux-types-password.d.ts +120 -0
  599. package/types/anguless-angulux-types-picklist.d.ts +348 -0
  600. package/types/anguless-angulux-types-popover.d.ts +59 -0
  601. package/types/anguless-angulux-types-progressbar.d.ts +58 -0
  602. package/types/anguless-angulux-types-progressspinner.d.ts +36 -0
  603. package/types/anguless-angulux-types-radiobutton.d.ts +51 -0
  604. package/types/anguless-angulux-types-rating.d.ts +94 -0
  605. package/types/anguless-angulux-types-scroller.d.ts +231 -0
  606. package/types/anguless-angulux-types-scrollpanel.d.ts +51 -0
  607. package/types/anguless-angulux-types-scrolltop.d.ts +61 -0
  608. package/types/anguless-angulux-types-select.d.ts +319 -0
  609. package/types/anguless-angulux-types-selectbutton.d.ts +92 -0
  610. package/types/anguless-angulux-types-skeleton.d.ts +28 -0
  611. package/types/anguless-angulux-types-slider.d.ts +78 -0
  612. package/types/anguless-angulux-types-speeddial.d.ts +100 -0
  613. package/types/anguless-angulux-types-splitbutton.d.ts +70 -0
  614. package/types/anguless-angulux-types-splitter.d.ts +70 -0
  615. package/types/anguless-angulux-types-stepper.d.ts +162 -0
  616. package/types/anguless-angulux-types-table.d.ts +893 -0
  617. package/types/anguless-angulux-types-tabs.d.ts +119 -0
  618. package/types/anguless-angulux-types-tag.d.ts +47 -0
  619. package/types/anguless-angulux-types-terminal.d.ts +60 -0
  620. package/types/anguless-angulux-types-textarea.d.ts +28 -0
  621. package/types/anguless-angulux-types-tieredmenu.d.ts +95 -0
  622. package/types/anguless-angulux-types-timeline.d.ts +85 -0
  623. package/types/anguless-angulux-types-toast.d.ts +131 -0
  624. package/types/anguless-angulux-types-togglebutton.d.ts +86 -0
  625. package/types/anguless-angulux-types-toggleswitch.d.ts +73 -0
  626. package/types/anguless-angulux-types-toolbar.d.ts +55 -0
  627. package/types/anguless-angulux-types-tooltip.d.ts +32 -0
  628. package/types/anguless-angulux-types-tree.d.ts +342 -0
  629. package/types/anguless-angulux-types-treeselect.d.ts +251 -0
  630. package/types/anguless-angulux-types-treetable.d.ts +629 -0
  631. package/types/anguless-angulux-usestyle.d.ts +15 -0
  632. package/types/anguless-angulux-utils.d.ts +43 -0
  633. package/types/anguless-angulux.d.ts +2 -0
@@ -0,0 +1,845 @@
1
+ import { isPlatformBrowser } from '@angular/common';
2
+ import * as i0 from '@angular/core';
3
+ import { Injectable, InjectionToken, inject, input, computed, effect, booleanAttribute, numberAttribute, Input, Directive, NgModule } from '@angular/core';
4
+ import { uuid, hasClass, createElement, appendChild, fadeIn, getWindowScrollLeft, getWindowScrollTop, findSingle, getOuterWidth, getOuterHeight, getViewport, removeChild } from '@anguless/angulux-utils';
5
+ import { BaseComponent, PARENT_INSTANCE } from '@anguless/angulux/basecomponent';
6
+ import { BindModule } from '@anguless/angulux/bind';
7
+ import { ConnectedOverlayScrollHandler } from '@anguless/angulux/dom';
8
+ import { ZIndexUtils } from '@anguless/angulux/utils';
9
+ import { style } from '@anguless/angulux-styles/tooltip';
10
+ import { BaseStyle } from '@anguless/angulux/base';
11
+
12
+ const classes = {
13
+ root: 'p-tooltip p-component',
14
+ arrow: 'p-tooltip-arrow',
15
+ text: 'p-tooltip-text'
16
+ };
17
+ class TooltipStyle extends BaseStyle {
18
+ name = 'tooltip';
19
+ style = style;
20
+ classes = classes;
21
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TooltipStyle, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
22
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TooltipStyle });
23
+ }
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TooltipStyle, decorators: [{
25
+ type: Injectable
26
+ }] });
27
+ /**
28
+ *
29
+ * Tooltip directive provides advisory information for a component.
30
+ *
31
+ * @module tooltipstyle
32
+ *
33
+ */
34
+ var TooltipClasses;
35
+ (function (TooltipClasses) {
36
+ /**
37
+ * Class name of the root element
38
+ */
39
+ TooltipClasses["root"] = "p-tooltip";
40
+ /**
41
+ * Class name of the arrow element
42
+ */
43
+ TooltipClasses["arrow"] = "p-tooltip-arrow";
44
+ /**
45
+ * Class name of the text element
46
+ */
47
+ TooltipClasses["text"] = "p-tooltip-text";
48
+ })(TooltipClasses || (TooltipClasses = {}));
49
+
50
+ const TOOLTIP_INSTANCE = new InjectionToken('TOOLTIP_INSTANCE');
51
+ /**
52
+ * Tooltip directive provides advisory information for a component.
53
+ * @group Components
54
+ */
55
+ class Tooltip extends BaseComponent {
56
+ zone;
57
+ viewContainer;
58
+ componentName = 'Tooltip';
59
+ $pcTooltip = inject(TOOLTIP_INSTANCE, { optional: true, skipSelf: true }) ?? undefined;
60
+ /**
61
+ * Position of the tooltip.
62
+ * @group Props
63
+ */
64
+ tooltipPosition;
65
+ /**
66
+ * Event to show the tooltip.
67
+ * @group Props
68
+ */
69
+ tooltipEvent = 'hover';
70
+ /**
71
+ * Type of CSS position.
72
+ * @group Props
73
+ */
74
+ positionStyle;
75
+ /**
76
+ * Style class of the tooltip.
77
+ * @group Props
78
+ */
79
+ tooltipStyleClass;
80
+ /**
81
+ * Whether the z-index should be managed automatically to always go on top or have a fixed value.
82
+ * @group Props
83
+ */
84
+ tooltipZIndex;
85
+ /**
86
+ * By default the tooltip contents are rendered as text. Set to false to support html tags in the content.
87
+ * @group Props
88
+ */
89
+ escape = true;
90
+ /**
91
+ * Delay to show the tooltip in milliseconds.
92
+ * @group Props
93
+ */
94
+ showDelay;
95
+ /**
96
+ * Delay to hide the tooltip in milliseconds.
97
+ * @group Props
98
+ */
99
+ hideDelay;
100
+ /**
101
+ * Time to wait in milliseconds to hide the tooltip even it is active.
102
+ * @group Props
103
+ */
104
+ life;
105
+ /**
106
+ * Specifies the additional vertical offset of the tooltip from its default position.
107
+ * @group Props
108
+ */
109
+ positionTop;
110
+ /**
111
+ * Specifies the additional horizontal offset of the tooltip from its default position.
112
+ * @group Props
113
+ */
114
+ positionLeft;
115
+ /**
116
+ * Whether to hide tooltip when hovering over tooltip content.
117
+ * @group Props
118
+ */
119
+ autoHide = true;
120
+ /**
121
+ * Automatically adjusts the element position when there is not enough space on the selected position.
122
+ * @group Props
123
+ */
124
+ fitContent = true;
125
+ /**
126
+ * Whether to hide tooltip on escape key press.
127
+ * @group Props
128
+ */
129
+ hideOnEscape = true;
130
+ /**
131
+ * Whether to show the tooltip only when the target text overflows (e.g., ellipsis is active).
132
+ * @group Props
133
+ */
134
+ showOnEllipsis = false;
135
+ /**
136
+ * Content of the tooltip.
137
+ * @group Props
138
+ */
139
+ content;
140
+ /**
141
+ * When present, it specifies that the component should be disabled.
142
+ * @defaultValue false
143
+ * @group Props
144
+ */
145
+ get disabled() {
146
+ return this._disabled;
147
+ }
148
+ set disabled(val) {
149
+ this._disabled = val;
150
+ this.deactivate();
151
+ }
152
+ /**
153
+ * Specifies the tooltip configuration options for the component.
154
+ * @group Props
155
+ */
156
+ tooltipOptions;
157
+ /**
158
+ * Target element to attach the overlay, valid values are "body" or a local ng-template variable of another element (note: use binding with brackets for template variables, e.g. [appendTo]="mydiv" for a div element having #mydiv as variable name).
159
+ * @defaultValue 'self'
160
+ * @group Props
161
+ */
162
+ appendTo = input(undefined, /* @ts-ignore */
163
+ ...(ngDevMode ? [{ debugName: "appendTo" }] : /* istanbul ignore next */ []));
164
+ $appendTo = computed(() => this.appendTo() || this.config.overlayAppendTo(), /* @ts-ignore */
165
+ ...(ngDevMode ? [{ debugName: "$appendTo" }] : /* istanbul ignore next */ []));
166
+ _tooltipOptions = {
167
+ tooltipLabel: null,
168
+ tooltipPosition: 'right',
169
+ tooltipEvent: 'hover',
170
+ appendTo: 'body',
171
+ positionStyle: null,
172
+ tooltipStyleClass: null,
173
+ tooltipZIndex: 'auto',
174
+ escape: true,
175
+ disabled: null,
176
+ showDelay: null,
177
+ hideDelay: null,
178
+ positionTop: null,
179
+ positionLeft: null,
180
+ life: null,
181
+ autoHide: true,
182
+ hideOnEscape: true,
183
+ showOnEllipsis: false,
184
+ id: uuid('pn_id_') + '_tooltip'
185
+ };
186
+ _disabled;
187
+ container;
188
+ styleClass;
189
+ tooltipText;
190
+ rootPTClasses = '';
191
+ showTimeout;
192
+ hideTimeout;
193
+ active;
194
+ mouseEnterListener;
195
+ mouseLeaveListener;
196
+ containerMouseleaveListener;
197
+ clickListener;
198
+ focusListener;
199
+ blurListener;
200
+ touchStartListener;
201
+ touchEndListener;
202
+ documentTouchListener;
203
+ documentEscapeListener;
204
+ scrollHandler;
205
+ resizeListener;
206
+ _componentStyle = inject(TooltipStyle);
207
+ interactionInProgress = false;
208
+ /**
209
+ * Used to pass attributes to DOM elements inside the Tooltip component.
210
+ * @defaultValue undefined
211
+ * @deprecated use pTooltipPT instead.
212
+ * @group Props
213
+ */
214
+ ptTooltip = input(/* @ts-ignore */
215
+ ...(ngDevMode ? [undefined, { debugName: "ptTooltip" }] : /* istanbul ignore next */ []));
216
+ /**
217
+ * Used to pass attributes to DOM elements inside the Tooltip component.
218
+ * @defaultValue undefined
219
+ * @group Props
220
+ */
221
+ pTooltipPT = input(/* @ts-ignore */
222
+ ...(ngDevMode ? [undefined, { debugName: "pTooltipPT" }] : /* istanbul ignore next */ []));
223
+ /**
224
+ * Indicates whether the component should be rendered without styles.
225
+ * @defaultValue undefined
226
+ * @group Props
227
+ */
228
+ pTooltipUnstyled = input(/* @ts-ignore */
229
+ ...(ngDevMode ? [undefined, { debugName: "pTooltipUnstyled" }] : /* istanbul ignore next */ []));
230
+ constructor(zone, viewContainer) {
231
+ super();
232
+ this.zone = zone;
233
+ this.viewContainer = viewContainer;
234
+ effect(() => {
235
+ const pt = this.ptTooltip() || this.pTooltipPT();
236
+ pt && this.directivePT.set(pt);
237
+ });
238
+ effect(() => {
239
+ this.pTooltipUnstyled() && this.directiveUnstyled.set(this.pTooltipUnstyled());
240
+ });
241
+ }
242
+ onAfterViewInit() {
243
+ if (isPlatformBrowser(this.platformId)) {
244
+ this.zone.runOutsideAngular(() => {
245
+ const tooltipEvent = this.getOption('tooltipEvent');
246
+ if (tooltipEvent === 'hover' || tooltipEvent === 'both') {
247
+ this.mouseEnterListener = this.onMouseEnter.bind(this);
248
+ this.mouseLeaveListener = this.onMouseLeave.bind(this);
249
+ this.clickListener = this.onInputClick.bind(this);
250
+ this.el.nativeElement.addEventListener('mouseenter', this.mouseEnterListener);
251
+ this.el.nativeElement.addEventListener('click', this.clickListener);
252
+ this.el.nativeElement.addEventListener('mouseleave', this.mouseLeaveListener);
253
+ // Touch support
254
+ this.touchStartListener = this.onTouchStart.bind(this);
255
+ this.touchEndListener = this.onTouchEnd.bind(this);
256
+ this.el.nativeElement.addEventListener('touchstart', this.touchStartListener, { passive: true });
257
+ this.el.nativeElement.addEventListener('touchend', this.touchEndListener, { passive: true });
258
+ }
259
+ if (tooltipEvent === 'focus' || tooltipEvent === 'both') {
260
+ this.focusListener = this.onFocus.bind(this);
261
+ this.blurListener = this.onBlur.bind(this);
262
+ let target = this.el.nativeElement.querySelector('.p-component');
263
+ if (!target) {
264
+ target = this.getTarget(this.el.nativeElement);
265
+ }
266
+ target.addEventListener('focus', this.focusListener);
267
+ target.addEventListener('blur', this.blurListener);
268
+ }
269
+ });
270
+ }
271
+ }
272
+ onChanges(simpleChange) {
273
+ if (simpleChange.tooltipPosition) {
274
+ this.setOption({ tooltipPosition: simpleChange.tooltipPosition.currentValue });
275
+ }
276
+ if (simpleChange.tooltipEvent) {
277
+ this.setOption({ tooltipEvent: simpleChange.tooltipEvent.currentValue });
278
+ }
279
+ if (simpleChange.appendTo) {
280
+ this.setOption({ appendTo: simpleChange.appendTo.currentValue });
281
+ }
282
+ if (simpleChange.positionStyle) {
283
+ this.setOption({ positionStyle: simpleChange.positionStyle.currentValue });
284
+ }
285
+ if (simpleChange.tooltipStyleClass) {
286
+ this.setOption({ tooltipStyleClass: simpleChange.tooltipStyleClass.currentValue });
287
+ }
288
+ if (simpleChange.tooltipZIndex) {
289
+ this.setOption({ tooltipZIndex: simpleChange.tooltipZIndex.currentValue });
290
+ }
291
+ if (simpleChange.escape) {
292
+ this.setOption({ escape: simpleChange.escape.currentValue });
293
+ }
294
+ if (simpleChange.showDelay) {
295
+ this.setOption({ showDelay: simpleChange.showDelay.currentValue });
296
+ }
297
+ if (simpleChange.hideDelay) {
298
+ this.setOption({ hideDelay: simpleChange.hideDelay.currentValue });
299
+ }
300
+ if (simpleChange.life) {
301
+ this.setOption({ life: simpleChange.life.currentValue });
302
+ }
303
+ if (simpleChange.positionTop) {
304
+ this.setOption({ positionTop: simpleChange.positionTop.currentValue });
305
+ }
306
+ if (simpleChange.positionLeft) {
307
+ this.setOption({ positionLeft: simpleChange.positionLeft.currentValue });
308
+ }
309
+ if (simpleChange.disabled) {
310
+ this.setOption({ disabled: simpleChange.disabled.currentValue });
311
+ }
312
+ if (simpleChange.content) {
313
+ this.setOption({ tooltipLabel: simpleChange.content.currentValue });
314
+ if (this.active) {
315
+ if (simpleChange.content.currentValue) {
316
+ if (this.container && this.container.offsetParent) {
317
+ this.updateText();
318
+ this.align();
319
+ }
320
+ else {
321
+ this.show();
322
+ }
323
+ }
324
+ else {
325
+ this.hide();
326
+ }
327
+ }
328
+ }
329
+ if (simpleChange.autoHide) {
330
+ this.setOption({ autoHide: simpleChange.autoHide.currentValue });
331
+ }
332
+ if (simpleChange.showOnEllipsis) {
333
+ this.setOption({ showOnEllipsis: simpleChange.showOnEllipsis.currentValue });
334
+ }
335
+ if (simpleChange.id) {
336
+ this.setOption({ id: simpleChange.id.currentValue });
337
+ }
338
+ if (simpleChange.tooltipOptions) {
339
+ this._tooltipOptions = { ...this._tooltipOptions, ...simpleChange.tooltipOptions.currentValue };
340
+ this.deactivate();
341
+ if (this.active) {
342
+ if (this.getOption('tooltipLabel')) {
343
+ if (this.container && this.container.offsetParent) {
344
+ this.updateText();
345
+ this.align();
346
+ }
347
+ else {
348
+ this.show();
349
+ }
350
+ }
351
+ else {
352
+ this.hide();
353
+ }
354
+ }
355
+ }
356
+ }
357
+ isAutoHide() {
358
+ return this.getOption('autoHide');
359
+ }
360
+ onMouseEnter(e) {
361
+ if (!this.container && !this.showTimeout) {
362
+ this.activate();
363
+ }
364
+ }
365
+ onMouseLeave(e) {
366
+ if (!this.isAutoHide()) {
367
+ const valid = hasClass(e.relatedTarget, 'p-tooltip') || hasClass(e.relatedTarget, 'p-tooltip-text') || hasClass(e.relatedTarget, 'p-tooltip-arrow');
368
+ !valid && this.deactivate();
369
+ }
370
+ else {
371
+ this.deactivate();
372
+ }
373
+ }
374
+ onTouchStart(e) {
375
+ if (!this.container && !this.showTimeout) {
376
+ this.activate();
377
+ if (!this.isAutoHide()) {
378
+ this.bindDocumentTouchListener();
379
+ }
380
+ }
381
+ }
382
+ onTouchEnd(e) {
383
+ if (this.isAutoHide()) {
384
+ this.deactivate();
385
+ }
386
+ }
387
+ bindDocumentTouchListener() {
388
+ if (!this.documentTouchListener) {
389
+ this.documentTouchListener = this.renderer.listen('document', 'touchstart', (e) => {
390
+ if (this.container && !this.container.contains(e.target) && !this.el.nativeElement.contains(e.target)) {
391
+ this.deactivate();
392
+ this.unbindDocumentTouchListener();
393
+ }
394
+ });
395
+ }
396
+ }
397
+ unbindDocumentTouchListener() {
398
+ if (this.documentTouchListener) {
399
+ this.documentTouchListener();
400
+ this.documentTouchListener = null;
401
+ }
402
+ }
403
+ onFocus(e) {
404
+ this.activate();
405
+ }
406
+ onBlur(e) {
407
+ this.deactivate();
408
+ }
409
+ onInputClick(e) {
410
+ this.deactivate();
411
+ }
412
+ hasEllipsis() {
413
+ const el = this.el.nativeElement;
414
+ return el.offsetWidth < el.scrollWidth || el.offsetHeight < el.scrollHeight;
415
+ }
416
+ activate() {
417
+ if (!this.interactionInProgress) {
418
+ if (this.getOption('showOnEllipsis') && !this.hasEllipsis()) {
419
+ return;
420
+ }
421
+ this.active = true;
422
+ this.clearHideTimeout();
423
+ if (this.getOption('showDelay'))
424
+ this.showTimeout = setTimeout(() => {
425
+ this.show();
426
+ }, this.getOption('showDelay'));
427
+ else
428
+ this.show();
429
+ if (this.getOption('life')) {
430
+ let duration = this.getOption('showDelay') ? this.getOption('life') + this.getOption('showDelay') : this.getOption('life');
431
+ this.hideTimeout = setTimeout(() => {
432
+ this.hide();
433
+ }, duration);
434
+ }
435
+ if (this.getOption('hideOnEscape')) {
436
+ this.documentEscapeListener = this.renderer.listen('document', 'keydown.escape', () => {
437
+ this.deactivate();
438
+ this.documentEscapeListener?.();
439
+ });
440
+ }
441
+ this.interactionInProgress = true;
442
+ }
443
+ }
444
+ deactivate() {
445
+ this.interactionInProgress = false;
446
+ this.active = false;
447
+ this.clearShowTimeout();
448
+ if (this.getOption('hideDelay')) {
449
+ this.clearHideTimeout(); //life timeout
450
+ this.hideTimeout = setTimeout(() => {
451
+ this.hide();
452
+ }, this.getOption('hideDelay'));
453
+ }
454
+ else {
455
+ this.hide();
456
+ }
457
+ if (this.documentEscapeListener) {
458
+ this.documentEscapeListener();
459
+ }
460
+ }
461
+ create() {
462
+ if (this.container) {
463
+ this.clearHideTimeout();
464
+ this.remove();
465
+ }
466
+ this.container = createElement('div', { class: this.cx('root'), 'p-bind': this.ptm('root'), 'data-pc-section': 'root' });
467
+ this.container.setAttribute('role', 'tooltip');
468
+ let tooltipArrow = createElement('div', { class: this.cx('arrow'), 'p-bind': this.ptm('arrow'), 'data-pc-section': 'arrow' });
469
+ this.container.appendChild(tooltipArrow);
470
+ this.tooltipText = createElement('div', { class: this.cx('text'), 'p-bind': this.ptm('text'), 'data-pc-section': 'text' });
471
+ this.updateText();
472
+ if (this.getOption('positionStyle')) {
473
+ this.container.style.position = this.getOption('positionStyle');
474
+ }
475
+ this.container.appendChild(this.tooltipText);
476
+ if (this.getOption('appendTo') === 'body')
477
+ document.body.appendChild(this.container);
478
+ else if (this.getOption('appendTo') === 'target')
479
+ appendChild(this.container, this.el.nativeElement);
480
+ else
481
+ appendChild(this.getOption('appendTo'), this.container);
482
+ this.container.style.display = 'none';
483
+ if (this.fitContent) {
484
+ this.container.style.width = 'fit-content';
485
+ }
486
+ if (this.isAutoHide()) {
487
+ this.container.style.pointerEvents = 'none';
488
+ }
489
+ else {
490
+ this.container.style.pointerEvents = 'unset';
491
+ this.bindContainerMouseleaveListener();
492
+ }
493
+ }
494
+ bindContainerMouseleaveListener() {
495
+ if (!this.containerMouseleaveListener) {
496
+ const targetEl = this.container ?? this.container.nativeElement;
497
+ this.containerMouseleaveListener = this.renderer.listen(targetEl, 'mouseleave', (e) => {
498
+ this.deactivate();
499
+ });
500
+ }
501
+ }
502
+ unbindContainerMouseleaveListener() {
503
+ if (this.containerMouseleaveListener) {
504
+ this.bindContainerMouseleaveListener();
505
+ this.containerMouseleaveListener = null;
506
+ }
507
+ }
508
+ show() {
509
+ if (!this.getOption('tooltipLabel') || this.getOption('disabled')) {
510
+ return;
511
+ }
512
+ this.create();
513
+ const nativeElement = this.el.nativeElement;
514
+ const pDialogWrapper = nativeElement.closest('agl-dialog');
515
+ if (pDialogWrapper) {
516
+ setTimeout(() => {
517
+ this.container && (this.container.style.display = 'inline-block');
518
+ this.container && this.align();
519
+ }, 100);
520
+ }
521
+ else {
522
+ this.container.style.display = 'inline-block';
523
+ this.align();
524
+ }
525
+ fadeIn(this.container, 250);
526
+ if (this.getOption('tooltipZIndex') === 'auto')
527
+ ZIndexUtils.set('tooltip', this.container, this.config.zIndex.tooltip);
528
+ else
529
+ this.container.style.zIndex = this.getOption('tooltipZIndex');
530
+ this.bindDocumentResizeListener();
531
+ this.bindScrollListener();
532
+ }
533
+ hide() {
534
+ if (this.getOption('tooltipZIndex') === 'auto') {
535
+ ZIndexUtils.clear(this.container);
536
+ }
537
+ this.remove();
538
+ }
539
+ updateText() {
540
+ const content = this.getOption('tooltipLabel');
541
+ if (content && typeof content.createEmbeddedView === 'function') {
542
+ const embeddedViewRef = this.viewContainer.createEmbeddedView(content);
543
+ embeddedViewRef.detectChanges();
544
+ embeddedViewRef.rootNodes.forEach((node) => this.tooltipText.appendChild(node));
545
+ }
546
+ else if (this.getOption('escape')) {
547
+ this.tooltipText.innerHTML = '';
548
+ this.tooltipText.appendChild(document.createTextNode(content));
549
+ }
550
+ else {
551
+ this.tooltipText.innerHTML = content;
552
+ }
553
+ }
554
+ align() {
555
+ const position = this.getOption('tooltipPosition');
556
+ const positionPriority = {
557
+ top: [this.alignTop, this.alignBottom, this.alignRight, this.alignLeft],
558
+ bottom: [this.alignBottom, this.alignTop, this.alignRight, this.alignLeft],
559
+ left: [this.alignLeft, this.alignRight, this.alignTop, this.alignBottom],
560
+ right: [this.alignRight, this.alignLeft, this.alignTop, this.alignBottom]
561
+ };
562
+ const alignFns = positionPriority[position] || [];
563
+ for (let [index, alignmentFn] of alignFns.entries()) {
564
+ if (index === 0)
565
+ alignmentFn.call(this);
566
+ else if (this.isOutOfBounds())
567
+ alignmentFn.call(this);
568
+ else
569
+ break;
570
+ }
571
+ }
572
+ getHostOffset() {
573
+ if (this.getOption('appendTo') === 'body' || this.getOption('appendTo') === 'target') {
574
+ let offset = this.el.nativeElement.getBoundingClientRect();
575
+ let targetLeft = offset.left + getWindowScrollLeft();
576
+ let targetTop = offset.top + getWindowScrollTop();
577
+ return { left: targetLeft, top: targetTop };
578
+ }
579
+ else {
580
+ return { left: 0, top: 0 };
581
+ }
582
+ }
583
+ get activeElement() {
584
+ return this.el.nativeElement.nodeName.startsWith('P-') ? findSingle(this.el.nativeElement, '.p-component') : this.el.nativeElement;
585
+ }
586
+ alignRight() {
587
+ this.preAlign('right');
588
+ const el = this.activeElement;
589
+ const offsetLeft = getOuterWidth(el);
590
+ const offsetTop = (getOuterHeight(el) - getOuterHeight(this.container)) / 2;
591
+ this.alignTooltip(offsetLeft, offsetTop);
592
+ let arrowElement = this.getArrowElement();
593
+ arrowElement.style.top = '50%';
594
+ arrowElement.style.right = null;
595
+ arrowElement.style.bottom = null;
596
+ arrowElement.style.left = '0';
597
+ }
598
+ alignLeft() {
599
+ this.preAlign('left');
600
+ let arrowElement = this.getArrowElement();
601
+ let offsetLeft = getOuterWidth(this.container);
602
+ let offsetTop = (getOuterHeight(this.el.nativeElement) - getOuterHeight(this.container)) / 2;
603
+ this.alignTooltip(-offsetLeft, offsetTop);
604
+ arrowElement.style.top = '50%';
605
+ arrowElement.style.right = '0';
606
+ arrowElement.style.bottom = null;
607
+ arrowElement.style.left = null;
608
+ }
609
+ alignTop() {
610
+ this.preAlign('top');
611
+ let arrowElement = this.getArrowElement();
612
+ let hostOffset = this.getHostOffset();
613
+ let elementWidth = getOuterWidth(this.container);
614
+ let offsetLeft = (getOuterWidth(this.el.nativeElement) - getOuterWidth(this.container)) / 2;
615
+ let offsetTop = getOuterHeight(this.container);
616
+ this.alignTooltip(offsetLeft, -offsetTop);
617
+ let elementRelativeCenter = hostOffset.left - this.getHostOffset().left + elementWidth / 2;
618
+ arrowElement.style.top = null;
619
+ arrowElement.style.right = null;
620
+ arrowElement.style.bottom = '0';
621
+ arrowElement.style.left = elementRelativeCenter + 'px';
622
+ }
623
+ getArrowElement() {
624
+ return findSingle(this.container, '[data-pc-section="arrow"]');
625
+ }
626
+ alignBottom() {
627
+ this.preAlign('bottom');
628
+ let arrowElement = this.getArrowElement();
629
+ let elementWidth = getOuterWidth(this.container);
630
+ let hostOffset = this.getHostOffset();
631
+ let offsetLeft = (getOuterWidth(this.el.nativeElement) - getOuterWidth(this.container)) / 2;
632
+ let offsetTop = getOuterHeight(this.el.nativeElement);
633
+ this.alignTooltip(offsetLeft, offsetTop);
634
+ let elementRelativeCenter = hostOffset.left - this.getHostOffset().left + elementWidth / 2;
635
+ arrowElement.style.top = '0';
636
+ arrowElement.style.right = null;
637
+ arrowElement.style.bottom = null;
638
+ arrowElement.style.left = elementRelativeCenter + 'px';
639
+ }
640
+ alignTooltip(offsetLeft, offsetTop) {
641
+ let hostOffset = this.getHostOffset();
642
+ let left = hostOffset.left + offsetLeft;
643
+ let top = hostOffset.top + offsetTop;
644
+ this.container.style.left = left + this.getOption('positionLeft') + 'px';
645
+ this.container.style.top = top + this.getOption('positionTop') + 'px';
646
+ }
647
+ setOption(option) {
648
+ this._tooltipOptions = { ...this._tooltipOptions, ...option };
649
+ }
650
+ getOption(option) {
651
+ return this._tooltipOptions[option];
652
+ }
653
+ getTarget(el) {
654
+ return hasClass(el, 'p-inputwrapper') ? findSingle(el, 'input') : el;
655
+ }
656
+ preAlign(position) {
657
+ this.container.style.left = -999 + 'px';
658
+ this.container.style.top = -999 + 'px';
659
+ this.container.className = this.cn(this.cx('root'), this.ptm('root')?.class, 'p-tooltip-' + position, this.getOption('tooltipStyleClass'));
660
+ }
661
+ isOutOfBounds() {
662
+ let offset = this.container.getBoundingClientRect();
663
+ let targetTop = offset.top;
664
+ let targetLeft = offset.left;
665
+ let width = getOuterWidth(this.container);
666
+ let height = getOuterHeight(this.container);
667
+ let viewport = getViewport();
668
+ return targetLeft + width > viewport.width || targetLeft < 0 || targetTop < 0 || targetTop + height > viewport.height;
669
+ }
670
+ onWindowResize(e) {
671
+ this.hide();
672
+ }
673
+ bindDocumentResizeListener() {
674
+ this.zone.runOutsideAngular(() => {
675
+ this.resizeListener = this.onWindowResize.bind(this);
676
+ window.addEventListener('resize', this.resizeListener);
677
+ });
678
+ }
679
+ unbindDocumentResizeListener() {
680
+ if (this.resizeListener) {
681
+ window.removeEventListener('resize', this.resizeListener);
682
+ this.resizeListener = null;
683
+ }
684
+ }
685
+ bindScrollListener() {
686
+ if (!this.scrollHandler) {
687
+ this.scrollHandler = new ConnectedOverlayScrollHandler(this.el.nativeElement, () => {
688
+ if (this.container) {
689
+ this.hide();
690
+ }
691
+ });
692
+ }
693
+ this.scrollHandler.bindScrollListener();
694
+ }
695
+ unbindScrollListener() {
696
+ if (this.scrollHandler) {
697
+ this.scrollHandler.unbindScrollListener();
698
+ }
699
+ }
700
+ unbindEvents() {
701
+ const tooltipEvent = this.getOption('tooltipEvent');
702
+ if (tooltipEvent === 'hover' || tooltipEvent === 'both') {
703
+ this.el.nativeElement.removeEventListener('mouseenter', this.mouseEnterListener);
704
+ this.el.nativeElement.removeEventListener('mouseleave', this.mouseLeaveListener);
705
+ this.el.nativeElement.removeEventListener('click', this.clickListener);
706
+ // Touch support
707
+ this.el.nativeElement.removeEventListener('touchstart', this.touchStartListener);
708
+ this.el.nativeElement.removeEventListener('touchend', this.touchEndListener);
709
+ this.unbindDocumentTouchListener();
710
+ }
711
+ if (tooltipEvent === 'focus' || tooltipEvent === 'both') {
712
+ let target = this.el.nativeElement.querySelector('.p-component');
713
+ if (!target) {
714
+ target = this.getTarget(this.el.nativeElement);
715
+ }
716
+ target.removeEventListener('focus', this.focusListener);
717
+ target.removeEventListener('blur', this.blurListener);
718
+ }
719
+ this.unbindDocumentResizeListener();
720
+ }
721
+ remove() {
722
+ if (this.container && this.container.parentElement) {
723
+ if (this.getOption('appendTo') === 'body')
724
+ document.body.removeChild(this.container);
725
+ else if (this.getOption('appendTo') === 'target')
726
+ this.el.nativeElement.removeChild(this.container);
727
+ else
728
+ removeChild(this.getOption('appendTo'), this.container);
729
+ }
730
+ this.unbindDocumentResizeListener();
731
+ this.unbindScrollListener();
732
+ this.unbindContainerMouseleaveListener();
733
+ this.unbindDocumentTouchListener();
734
+ this.clearTimeouts();
735
+ this.container = null;
736
+ this.scrollHandler = null;
737
+ }
738
+ clearShowTimeout() {
739
+ if (this.showTimeout) {
740
+ clearTimeout(this.showTimeout);
741
+ this.showTimeout = null;
742
+ }
743
+ }
744
+ clearHideTimeout() {
745
+ if (this.hideTimeout) {
746
+ clearTimeout(this.hideTimeout);
747
+ this.hideTimeout = null;
748
+ }
749
+ }
750
+ clearTimeouts() {
751
+ this.clearShowTimeout();
752
+ this.clearHideTimeout();
753
+ }
754
+ onDestroy() {
755
+ this.unbindEvents();
756
+ if (this.container) {
757
+ ZIndexUtils.clear(this.container);
758
+ }
759
+ this.remove();
760
+ if (this.scrollHandler) {
761
+ this.scrollHandler.destroy();
762
+ this.scrollHandler = null;
763
+ }
764
+ if (this.documentEscapeListener) {
765
+ this.documentEscapeListener();
766
+ }
767
+ }
768
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: Tooltip, deps: [{ token: i0.NgZone }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
769
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.8", type: Tooltip, isStandalone: true, selector: "[aglTooltip]", inputs: { tooltipPosition: { classPropertyName: "tooltipPosition", publicName: "tooltipPosition", isSignal: false, isRequired: false, transformFunction: null }, tooltipEvent: { classPropertyName: "tooltipEvent", publicName: "tooltipEvent", isSignal: false, isRequired: false, transformFunction: null }, positionStyle: { classPropertyName: "positionStyle", publicName: "positionStyle", isSignal: false, isRequired: false, transformFunction: null }, tooltipStyleClass: { classPropertyName: "tooltipStyleClass", publicName: "tooltipStyleClass", isSignal: false, isRequired: false, transformFunction: null }, tooltipZIndex: { classPropertyName: "tooltipZIndex", publicName: "tooltipZIndex", isSignal: false, isRequired: false, transformFunction: null }, escape: { classPropertyName: "escape", publicName: "escape", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, showDelay: { classPropertyName: "showDelay", publicName: "showDelay", isSignal: false, isRequired: false, transformFunction: numberAttribute }, hideDelay: { classPropertyName: "hideDelay", publicName: "hideDelay", isSignal: false, isRequired: false, transformFunction: numberAttribute }, life: { classPropertyName: "life", publicName: "life", isSignal: false, isRequired: false, transformFunction: numberAttribute }, positionTop: { classPropertyName: "positionTop", publicName: "positionTop", isSignal: false, isRequired: false, transformFunction: numberAttribute }, positionLeft: { classPropertyName: "positionLeft", publicName: "positionLeft", isSignal: false, isRequired: false, transformFunction: numberAttribute }, autoHide: { classPropertyName: "autoHide", publicName: "autoHide", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, fitContent: { classPropertyName: "fitContent", publicName: "fitContent", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, hideOnEscape: { classPropertyName: "hideOnEscape", publicName: "hideOnEscape", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, showOnEllipsis: { classPropertyName: "showOnEllipsis", publicName: "showOnEllipsis", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, content: { classPropertyName: "content", publicName: "aglTooltip", isSignal: false, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "tooltipDisabled", isSignal: false, isRequired: false, transformFunction: null }, tooltipOptions: { classPropertyName: "tooltipOptions", publicName: "tooltipOptions", isSignal: false, isRequired: false, transformFunction: null }, appendTo: { classPropertyName: "appendTo", publicName: "appendTo", isSignal: true, isRequired: false, transformFunction: null }, ptTooltip: { classPropertyName: "ptTooltip", publicName: "ptTooltip", isSignal: true, isRequired: false, transformFunction: null }, pTooltipPT: { classPropertyName: "pTooltipPT", publicName: "pTooltipPT", isSignal: true, isRequired: false, transformFunction: null }, pTooltipUnstyled: { classPropertyName: "pTooltipUnstyled", publicName: "pTooltipUnstyled", isSignal: true, isRequired: false, transformFunction: null } }, providers: [TooltipStyle, { provide: TOOLTIP_INSTANCE, useExisting: Tooltip }, { provide: PARENT_INSTANCE, useExisting: Tooltip }], usesInheritance: true, ngImport: i0 });
770
+ }
771
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: Tooltip, decorators: [{
772
+ type: Directive,
773
+ args: [{
774
+ selector: '[aglTooltip]',
775
+ standalone: true,
776
+ providers: [TooltipStyle, { provide: TOOLTIP_INSTANCE, useExisting: Tooltip }, { provide: PARENT_INSTANCE, useExisting: Tooltip }]
777
+ }]
778
+ }], ctorParameters: () => [{ type: i0.NgZone }, { type: i0.ViewContainerRef }], propDecorators: { tooltipPosition: [{
779
+ type: Input
780
+ }], tooltipEvent: [{
781
+ type: Input
782
+ }], positionStyle: [{
783
+ type: Input
784
+ }], tooltipStyleClass: [{
785
+ type: Input
786
+ }], tooltipZIndex: [{
787
+ type: Input
788
+ }], escape: [{
789
+ type: Input,
790
+ args: [{ transform: booleanAttribute }]
791
+ }], showDelay: [{
792
+ type: Input,
793
+ args: [{ transform: numberAttribute }]
794
+ }], hideDelay: [{
795
+ type: Input,
796
+ args: [{ transform: numberAttribute }]
797
+ }], life: [{
798
+ type: Input,
799
+ args: [{ transform: numberAttribute }]
800
+ }], positionTop: [{
801
+ type: Input,
802
+ args: [{ transform: numberAttribute }]
803
+ }], positionLeft: [{
804
+ type: Input,
805
+ args: [{ transform: numberAttribute }]
806
+ }], autoHide: [{
807
+ type: Input,
808
+ args: [{ transform: booleanAttribute }]
809
+ }], fitContent: [{
810
+ type: Input,
811
+ args: [{ transform: booleanAttribute }]
812
+ }], hideOnEscape: [{
813
+ type: Input,
814
+ args: [{ transform: booleanAttribute }]
815
+ }], showOnEllipsis: [{
816
+ type: Input,
817
+ args: [{ transform: booleanAttribute }]
818
+ }], content: [{
819
+ type: Input,
820
+ args: ['aglTooltip']
821
+ }], disabled: [{
822
+ type: Input,
823
+ args: ['tooltipDisabled']
824
+ }], tooltipOptions: [{
825
+ type: Input
826
+ }], appendTo: [{ type: i0.Input, args: [{ isSignal: true, alias: "appendTo", required: false }] }], ptTooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "ptTooltip", required: false }] }], pTooltipPT: [{ type: i0.Input, args: [{ isSignal: true, alias: "pTooltipPT", required: false }] }], pTooltipUnstyled: [{ type: i0.Input, args: [{ isSignal: true, alias: "pTooltipUnstyled", required: false }] }] } });
827
+ class TooltipModule {
828
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
829
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: TooltipModule, imports: [Tooltip, BindModule], exports: [Tooltip, BindModule] });
830
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TooltipModule, imports: [BindModule, BindModule] });
831
+ }
832
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TooltipModule, decorators: [{
833
+ type: NgModule,
834
+ args: [{
835
+ imports: [Tooltip, BindModule],
836
+ exports: [Tooltip, BindModule]
837
+ }]
838
+ }] });
839
+
840
+ /**
841
+ * Generated bundle index. Do not edit.
842
+ */
843
+
844
+ export { Tooltip, TooltipClasses, TooltipModule, TooltipStyle };
845
+ //# sourceMappingURL=anguless-angulux-tooltip.mjs.map