@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,886 @@
1
+ import * as i3 from '@angular/common';
2
+ import { isPlatformBrowser, CommonModule } from '@angular/common';
3
+ import * as i0 from '@angular/core';
4
+ import { Injectable, InjectionToken, inject, input, computed, EventEmitter, signal, ContentChildren, ContentChild, ViewChild, Output, Input, ViewEncapsulation, ChangeDetectionStrategy, Component, NgModule } from '@angular/core';
5
+ import { getTargetElement, focus, addClass, removeClass, appendChild, getOuterWidth, relativePosition, absolutePosition, isTouchDevice } from '@anguless/angulux-utils';
6
+ import * as i1 from '@anguless/angulux/api';
7
+ import { SharedModule, AglTemplate } from '@anguless/angulux/api';
8
+ import { BaseComponent, PARENT_INSTANCE } from '@anguless/angulux/basecomponent';
9
+ import * as i2 from '@anguless/angulux/bind';
10
+ import { Bind } from '@anguless/angulux/bind';
11
+ import { ConnectedOverlayScrollHandler } from '@anguless/angulux/dom';
12
+ import * as i4 from '@anguless/angulux/motion';
13
+ import { MotionModule } from '@anguless/angulux/motion';
14
+ import { ObjectUtils, ZIndexUtils } from '@anguless/angulux/utils';
15
+ import { BaseStyle } from '@anguless/angulux/base';
16
+
17
+ const inlineStyles = {
18
+ root: () => ({ position: 'absolute', top: '0' })
19
+ };
20
+ const style = /*css*/ `
21
+ .p-overlay-modal {
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: center;
25
+ position: fixed;
26
+ top: 0;
27
+ left: 0;
28
+ width: 100%;
29
+ height: 100%;
30
+ }
31
+
32
+ .p-overlay-content {
33
+ transform-origin: inherit;
34
+ will-change: transform;
35
+ }
36
+
37
+ /* Github Issue #18560 */
38
+ .p-component-overlay.p-component {
39
+ position: relative;
40
+ }
41
+
42
+ .p-overlay-modal > .p-overlay-content {
43
+ z-index: 1;
44
+ width: 90%;
45
+ }
46
+
47
+ /* Position */
48
+ /* top */
49
+ .p-overlay-top {
50
+ align-items: flex-start;
51
+ }
52
+ .p-overlay-top-start {
53
+ align-items: flex-start;
54
+ justify-content: flex-start;
55
+ }
56
+ .p-overlay-top-end {
57
+ align-items: flex-start;
58
+ justify-content: flex-end;
59
+ }
60
+
61
+ /* bottom */
62
+ .p-overlay-bottom {
63
+ align-items: flex-end;
64
+ }
65
+ .p-overlay-bottom-start {
66
+ align-items: flex-end;
67
+ justify-content: flex-start;
68
+ }
69
+ .p-overlay-bottom-end {
70
+ align-items: flex-end;
71
+ justify-content: flex-end;
72
+ }
73
+
74
+ /* left */
75
+ .p-overlay-left {
76
+ justify-content: flex-start;
77
+ }
78
+ .p-overlay-left-start {
79
+ justify-content: flex-start;
80
+ align-items: flex-start;
81
+ }
82
+ .p-overlay-left-end {
83
+ justify-content: flex-start;
84
+ align-items: flex-end;
85
+ }
86
+
87
+ /* right */
88
+ .p-overlay-right {
89
+ justify-content: flex-end;
90
+ }
91
+ .p-overlay-right-start {
92
+ justify-content: flex-end;
93
+ align-items: flex-start;
94
+ }
95
+ .p-overlay-right-end {
96
+ justify-content: flex-end;
97
+ align-items: flex-end;
98
+ }
99
+
100
+ .p-overlay-content ~ .p-overlay-content {
101
+ display: none;
102
+ }
103
+ `;
104
+ const classes = {
105
+ host: 'p-overlay-host',
106
+ root: ({ instance }) => [
107
+ 'p-overlay p-component',
108
+ {
109
+ 'p-overlay-modal p-overlay-mask p-overlay-mask-enter-active': instance.modal,
110
+ 'p-overlay-center': instance.modal && instance.overlayResponsiveDirection === 'center',
111
+ 'p-overlay-top': instance.modal && instance.overlayResponsiveDirection === 'top',
112
+ 'p-overlay-top-start': instance.modal && instance.overlayResponsiveDirection === 'top-start',
113
+ 'p-overlay-top-end': instance.modal && instance.overlayResponsiveDirection === 'top-end',
114
+ 'p-overlay-bottom': instance.modal && instance.overlayResponsiveDirection === 'bottom',
115
+ 'p-overlay-bottom-start': instance.modal && instance.overlayResponsiveDirection === 'bottom-start',
116
+ 'p-overlay-bottom-end': instance.modal && instance.overlayResponsiveDirection === 'bottom-end',
117
+ 'p-overlay-left': instance.modal && instance.overlayResponsiveDirection === 'left',
118
+ 'p-overlay-left-start': instance.modal && instance.overlayResponsiveDirection === 'left-start',
119
+ 'p-overlay-left-end': instance.modal && instance.overlayResponsiveDirection === 'left-end',
120
+ 'p-overlay-right': instance.modal && instance.overlayResponsiveDirection === 'right',
121
+ 'p-overlay-right-start': instance.modal && instance.overlayResponsiveDirection === 'right-start',
122
+ 'p-overlay-right-end': instance.modal && instance.overlayResponsiveDirection === 'right-end'
123
+ }
124
+ ],
125
+ content: 'p-overlay-content'
126
+ };
127
+ class OverlayStyle extends BaseStyle {
128
+ name = 'overlay';
129
+ style = style;
130
+ classes = classes;
131
+ inlineStyles = inlineStyles;
132
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: OverlayStyle, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
133
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: OverlayStyle });
134
+ }
135
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: OverlayStyle, decorators: [{
136
+ type: Injectable
137
+ }] });
138
+
139
+ const OVERLAY_INSTANCE = new InjectionToken('OVERLAY_INSTANCE');
140
+ /**
141
+ * This API allows overlay components to be controlled from the AnguluxConfig. In this way, all overlay components in the application can have the same behavior.
142
+ * @group Components
143
+ */
144
+ class Overlay extends BaseComponent {
145
+ overlayService;
146
+ zone;
147
+ componentName = 'Overlay';
148
+ $pcOverlay = inject(OVERLAY_INSTANCE, { optional: true, skipSelf: true }) ?? undefined;
149
+ hostName = '';
150
+ /**
151
+ * The visible property is an input that determines the visibility of the component.
152
+ * @defaultValue false
153
+ * @group Props
154
+ */
155
+ get visible() {
156
+ return this._visible;
157
+ }
158
+ set visible(value) {
159
+ this._visible = value;
160
+ if (this._visible && !this.modalVisible) {
161
+ this.modalVisible = true;
162
+ }
163
+ }
164
+ /**
165
+ * The mode property is an input that determines the overlay mode type or string.
166
+ * @defaultValue null
167
+ * @group Props
168
+ */
169
+ get mode() {
170
+ return this._mode || this.overlayOptions?.mode;
171
+ }
172
+ set mode(value) {
173
+ this._mode = value;
174
+ }
175
+ /**
176
+ * The style property is an input that determines the style object for the component.
177
+ * @defaultValue null
178
+ * @group Props
179
+ */
180
+ get style() {
181
+ return ObjectUtils.merge(this._style, this.modal ? this.overlayResponsiveOptions?.style : this.overlayOptions?.style);
182
+ }
183
+ set style(value) {
184
+ this._style = value;
185
+ }
186
+ /**
187
+ * The styleClass property is an input that determines the CSS class(es) for the component.
188
+ * @defaultValue null
189
+ * @group Props
190
+ */
191
+ get styleClass() {
192
+ return ObjectUtils.merge(this._styleClass, this.modal ? this.overlayResponsiveOptions?.styleClass : this.overlayOptions?.styleClass);
193
+ }
194
+ set styleClass(value) {
195
+ this._styleClass = value;
196
+ }
197
+ /**
198
+ * The contentStyle property is an input that determines the style object for the content of the component.
199
+ * @defaultValue null
200
+ * @group Props
201
+ */
202
+ get contentStyle() {
203
+ return ObjectUtils.merge(this._contentStyle, this.modal ? this.overlayResponsiveOptions?.contentStyle : this.overlayOptions?.contentStyle);
204
+ }
205
+ set contentStyle(value) {
206
+ this._contentStyle = value;
207
+ }
208
+ /**
209
+ * The contentStyleClass property is an input that determines the CSS class(es) for the content of the component.
210
+ * @defaultValue null
211
+ * @group Props
212
+ */
213
+ get contentStyleClass() {
214
+ return ObjectUtils.merge(this._contentStyleClass, this.modal ? this.overlayResponsiveOptions?.contentStyleClass : this.overlayOptions?.contentStyleClass);
215
+ }
216
+ set contentStyleClass(value) {
217
+ this._contentStyleClass = value;
218
+ }
219
+ /**
220
+ * The target property is an input that specifies the target element or selector for the component.
221
+ * @defaultValue null
222
+ * @group Props
223
+ */
224
+ get target() {
225
+ const value = this._target || this.overlayOptions?.target;
226
+ return value === undefined ? '@prev' : value;
227
+ }
228
+ set target(value) {
229
+ this._target = value;
230
+ }
231
+ /**
232
+ * The autoZIndex determines whether to automatically manage layering. Its default value is 'false'.
233
+ * @defaultValue false
234
+ * @group Props
235
+ */
236
+ get autoZIndex() {
237
+ const value = this._autoZIndex || this.overlayOptions?.autoZIndex;
238
+ return value === undefined ? true : value;
239
+ }
240
+ set autoZIndex(value) {
241
+ this._autoZIndex = value;
242
+ }
243
+ /**
244
+ * The baseZIndex is base zIndex value to use in layering.
245
+ * @defaultValue null
246
+ * @group Props
247
+ */
248
+ get baseZIndex() {
249
+ const value = this._baseZIndex || this.overlayOptions?.baseZIndex;
250
+ return value === undefined ? 0 : value;
251
+ }
252
+ set baseZIndex(value) {
253
+ this._baseZIndex = value;
254
+ }
255
+ /**
256
+ * Transition options of the show or hide animation.
257
+ * @defaultValue .12s cubic-bezier(0, 0, 0.2, 1)
258
+ * @group Props
259
+ * @deprecated since v21.0.0. Use `motionOptions` instead.
260
+ */
261
+ get showTransitionOptions() {
262
+ const value = this._showTransitionOptions || this.overlayOptions?.showTransitionOptions;
263
+ return value === undefined ? '.12s cubic-bezier(0, 0, 0.2, 1)' : value;
264
+ }
265
+ set showTransitionOptions(value) {
266
+ this._showTransitionOptions = value;
267
+ }
268
+ /**
269
+ * The hideTransitionOptions property is an input that determines the CSS transition options for hiding the component.
270
+ * @defaultValue .1s linear
271
+ * @group Props
272
+ * @deprecated since v21.0.0. Use `motionOptions` instead.
273
+ */
274
+ get hideTransitionOptions() {
275
+ const value = this._hideTransitionOptions || this.overlayOptions?.hideTransitionOptions;
276
+ return value === undefined ? '.1s linear' : value;
277
+ }
278
+ set hideTransitionOptions(value) {
279
+ this._hideTransitionOptions = value;
280
+ }
281
+ /**
282
+ * The listener property is an input that specifies the listener object for the component.
283
+ * @defaultValue null
284
+ * @group Props
285
+ */
286
+ get listener() {
287
+ return this._listener || this.overlayOptions?.listener;
288
+ }
289
+ set listener(value) {
290
+ this._listener = value;
291
+ }
292
+ /**
293
+ * It is the option used to determine in which mode it should appear according to the given media or breakpoint.
294
+ * @defaultValue null
295
+ * @group Props
296
+ */
297
+ get responsive() {
298
+ return this._responsive || this.overlayOptions?.responsive;
299
+ }
300
+ set responsive(val) {
301
+ this._responsive = val;
302
+ }
303
+ /**
304
+ * The options property is an input that specifies the overlay options for the component.
305
+ * @defaultValue null
306
+ * @group Props
307
+ */
308
+ get options() {
309
+ return this._options;
310
+ }
311
+ set options(val) {
312
+ this._options = val;
313
+ }
314
+ /**
315
+ * 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).
316
+ * @defaultValue 'self'
317
+ * @group Props
318
+ */
319
+ appendTo = input(undefined, /* @ts-ignore */
320
+ ...(ngDevMode ? [{ debugName: "appendTo" }] : /* istanbul ignore next */ []));
321
+ /**
322
+ * Specifies whether the overlay should be rendered inline within the current component's template.
323
+ * @defaultValue false
324
+ * @group Props
325
+ */
326
+ inline = input(false, /* @ts-ignore */
327
+ ...(ngDevMode ? [{ debugName: "inline" }] : /* istanbul ignore next */ []));
328
+ /**
329
+ * The motion options.
330
+ * @group Props
331
+ */
332
+ motionOptions = input(undefined, /* @ts-ignore */
333
+ ...(ngDevMode ? [{ debugName: "motionOptions" }] : /* istanbul ignore next */ []));
334
+ computedMotionOptions = computed(() => {
335
+ return {
336
+ ...this.ptm('motion'),
337
+ ...(this.motionOptions() || this.overlayOptions?.motionOptions)
338
+ };
339
+ }, /* @ts-ignore */
340
+ ...(ngDevMode ? [{ debugName: "computedMotionOptions" }] : /* istanbul ignore next */ []));
341
+ /**
342
+ * This EventEmitter is used to notify changes in the visibility state of a component.
343
+ * @param {Boolean} boolean - Value of visibility as boolean.
344
+ * @group Emits
345
+ */
346
+ visibleChange = new EventEmitter();
347
+ /**
348
+ * Callback to invoke before the overlay is shown.
349
+ * @param {OverlayOnBeforeShowEvent} event - Custom overlay before show event.
350
+ * @group Emits
351
+ */
352
+ onBeforeShow = new EventEmitter();
353
+ /**
354
+ * Callback to invoke when the overlay is shown.
355
+ * @param {OverlayOnShowEvent} event - Custom overlay show event.
356
+ * @group Emits
357
+ */
358
+ onShow = new EventEmitter();
359
+ /**
360
+ * Callback to invoke before the overlay is hidden.
361
+ * @param {OverlayOnBeforeHideEvent} event - Custom overlay before hide event.
362
+ * @group Emits
363
+ */
364
+ onBeforeHide = new EventEmitter();
365
+ /**
366
+ * Callback to invoke when the overlay is hidden
367
+ * @param {OverlayOnHideEvent} event - Custom hide event.
368
+ * @group Emits
369
+ */
370
+ onHide = new EventEmitter();
371
+ /**
372
+ * Callback to invoke when the animation is started.
373
+ * @param {AnimationEvent} event - Animation event.
374
+ * @group Emits
375
+ * @deprecated since v21.0.0. Use onOverlayBeforeEnter and onOverlayBeforeLeave instead.
376
+ */
377
+ onAnimationStart = new EventEmitter();
378
+ /**
379
+ * Callback to invoke when the animation is done.
380
+ * @param {AnimationEvent} event - Animation event.
381
+ * @group Emits
382
+ * @deprecated since v21.0.0. Use onOverlayAfterEnter and onOverlayAfterLeave instead.
383
+ */
384
+ onAnimationDone = new EventEmitter();
385
+ /**
386
+ * Callback to invoke before the overlay enters.
387
+ * @param {MotionEvent} event - Event before enter.
388
+ * @group Emits
389
+ */
390
+ onBeforeEnter = new EventEmitter();
391
+ /**
392
+ * Callback to invoke when the overlay enters.
393
+ * @param {MotionEvent} event - Event on enter.
394
+ * @group Emits
395
+ */
396
+ onEnter = new EventEmitter();
397
+ /**
398
+ * Callback to invoke after the overlay has entered.
399
+ * @param {MotionEvent} event - Event after enter.
400
+ * @group Emits
401
+ */
402
+ onAfterEnter = new EventEmitter();
403
+ /**
404
+ * Callback to invoke before the overlay leaves.
405
+ * @param {MotionEvent} event - Event before leave.
406
+ * @group Emits
407
+ */
408
+ onBeforeLeave = new EventEmitter();
409
+ /**
410
+ * Callback to invoke when the overlay leaves.
411
+ * @param {MotionEvent} event - Event on leave.
412
+ * @group Emits
413
+ */
414
+ onLeave = new EventEmitter();
415
+ /**
416
+ * Callback to invoke after the overlay has left.
417
+ * @param {MotionEvent} event - Event after leave.
418
+ * @group Emits
419
+ */
420
+ onAfterLeave = new EventEmitter();
421
+ overlayViewChild;
422
+ contentViewChild;
423
+ /**
424
+ * Content template of the component.
425
+ * @param {OverlayContentTemplateContext} context - content context.
426
+ * @see {@link OverlayContentTemplateContext}
427
+ * @group Templates
428
+ */
429
+ contentTemplate;
430
+ templates;
431
+ hostAttrSelector = input(/* @ts-ignore */
432
+ ...(ngDevMode ? [undefined, { debugName: "hostAttrSelector" }] : /* istanbul ignore next */ []));
433
+ $appendTo = computed(() => this.appendTo() || this.config.overlayAppendTo(), /* @ts-ignore */
434
+ ...(ngDevMode ? [{ debugName: "$appendTo" }] : /* istanbul ignore next */ []));
435
+ _contentTemplate;
436
+ _visible = false;
437
+ _mode;
438
+ _style;
439
+ _styleClass;
440
+ _contentStyle;
441
+ _contentStyleClass;
442
+ _target;
443
+ _autoZIndex;
444
+ _baseZIndex;
445
+ _showTransitionOptions;
446
+ _hideTransitionOptions;
447
+ _listener;
448
+ _responsive;
449
+ _options;
450
+ modalVisible = false;
451
+ isOverlayClicked = false;
452
+ isOverlayContentClicked = false;
453
+ scrollHandler;
454
+ documentClickListener;
455
+ documentResizeListener;
456
+ _componentStyle = inject(OverlayStyle);
457
+ bindDirectiveInstance = inject(Bind, { self: true });
458
+ documentKeyboardListener;
459
+ parentDragSubscription = null;
460
+ window;
461
+ transformOptions = {
462
+ default: 'scaleY(0.8)',
463
+ center: 'scale(0.7)',
464
+ top: 'translate3d(0px, -100%, 0px)',
465
+ 'top-start': 'translate3d(0px, -100%, 0px)',
466
+ 'top-end': 'translate3d(0px, -100%, 0px)',
467
+ bottom: 'translate3d(0px, 100%, 0px)',
468
+ 'bottom-start': 'translate3d(0px, 100%, 0px)',
469
+ 'bottom-end': 'translate3d(0px, 100%, 0px)',
470
+ left: 'translate3d(-100%, 0px, 0px)',
471
+ 'left-start': 'translate3d(-100%, 0px, 0px)',
472
+ 'left-end': 'translate3d(-100%, 0px, 0px)',
473
+ right: 'translate3d(100%, 0px, 0px)',
474
+ 'right-start': 'translate3d(100%, 0px, 0px)',
475
+ 'right-end': 'translate3d(100%, 0px, 0px)'
476
+ };
477
+ get modal() {
478
+ if (isPlatformBrowser(this.platformId)) {
479
+ return this.mode === 'modal' || (this.overlayResponsiveOptions && this.document.defaultView?.matchMedia(this.overlayResponsiveOptions.media?.replace('@media', '') || `(max-width: ${this.overlayResponsiveOptions.breakpoint})`).matches);
480
+ }
481
+ }
482
+ get overlayMode() {
483
+ return this.mode || (this.modal ? 'modal' : 'overlay');
484
+ }
485
+ get overlayOptions() {
486
+ return { ...this.config?.overlayOptions, ...this.options }; // TODO: Improve performance
487
+ }
488
+ get overlayResponsiveOptions() {
489
+ return { ...this.overlayOptions?.responsive, ...this.responsive }; // TODO: Improve performance
490
+ }
491
+ get overlayResponsiveDirection() {
492
+ return this.overlayResponsiveOptions?.direction || 'center';
493
+ }
494
+ get overlayEl() {
495
+ return this.overlayViewChild?.nativeElement;
496
+ }
497
+ get contentEl() {
498
+ return this.contentViewChild?.nativeElement;
499
+ }
500
+ get targetEl() {
501
+ return getTargetElement(this.target, this.el?.nativeElement);
502
+ }
503
+ constructor(overlayService, zone) {
504
+ super();
505
+ this.overlayService = overlayService;
506
+ this.zone = zone;
507
+ }
508
+ onAfterContentInit() {
509
+ this.templates?.forEach((item) => {
510
+ switch (item.getType()) {
511
+ case 'content':
512
+ this._contentTemplate = item.template;
513
+ break;
514
+ // TODO: new template types may be added.
515
+ default:
516
+ this._contentTemplate = item.template;
517
+ break;
518
+ }
519
+ });
520
+ }
521
+ onAfterViewChecked() {
522
+ this.bindDirectiveInstance.setAttrs(this.ptm('host'));
523
+ }
524
+ show(overlay, isFocus = false) {
525
+ this.onVisibleChange(true);
526
+ this.handleEvents('onShow', { overlay: overlay || this.overlayEl, target: this.targetEl, mode: this.overlayMode });
527
+ isFocus && focus(this.targetEl);
528
+ this.modal && addClass(this.document?.body, 'p-overflow-hidden');
529
+ }
530
+ hide(overlay, isFocus = false) {
531
+ if (!this.visible) {
532
+ return;
533
+ }
534
+ else {
535
+ this.onVisibleChange(false);
536
+ this.handleEvents('onHide', { overlay: overlay || this.overlayEl, target: this.targetEl, mode: this.overlayMode });
537
+ isFocus && focus(this.targetEl);
538
+ this.modal && removeClass(this.document?.body, 'p-overflow-hidden');
539
+ }
540
+ }
541
+ onVisibleChange(visible) {
542
+ this._visible = visible;
543
+ this.visibleChange.emit(visible);
544
+ }
545
+ onOverlayClick() {
546
+ this.isOverlayClicked = true;
547
+ }
548
+ onOverlayContentClick(event) {
549
+ this.overlayService.add({
550
+ originalEvent: event,
551
+ target: this.targetEl
552
+ });
553
+ this.isOverlayContentClicked = true;
554
+ }
555
+ container = signal(undefined, /* @ts-ignore */
556
+ ...(ngDevMode ? [{ debugName: "container" }] : /* istanbul ignore next */ []));
557
+ onOverlayBeforeEnter(event) {
558
+ this.handleEvents('onBeforeShow', { overlay: this.overlayEl, target: this.targetEl, mode: this.overlayMode });
559
+ this.container.set(this.overlayEl || event.element);
560
+ this.show(this.overlayEl, true);
561
+ this.hostAttrSelector() && this.overlayEl && this.overlayEl.setAttribute(this.hostAttrSelector(), '');
562
+ this.appendOverlay();
563
+ this.alignOverlay();
564
+ this.bindParentDragListener();
565
+ this.setZIndex();
566
+ this.handleEvents('onBeforeEnter', event);
567
+ }
568
+ onOverlayEnter(event) {
569
+ this.handleEvents('onEnter', event);
570
+ }
571
+ onOverlayAfterEnter(event) {
572
+ this.bindListeners();
573
+ this.handleEvents('onAfterEnter', event);
574
+ }
575
+ onOverlayBeforeLeave(event) {
576
+ this.handleEvents('onBeforeHide', { overlay: this.overlayEl, target: this.targetEl, mode: this.overlayMode });
577
+ this.handleEvents('onBeforeLeave', event);
578
+ }
579
+ onOverlayLeave(event) {
580
+ this.handleEvents('onLeave', event);
581
+ }
582
+ onOverlayAfterLeave(event) {
583
+ this.hide(this.overlayEl, true);
584
+ this.container.set(null);
585
+ this.unbindListeners();
586
+ this.appendOverlay();
587
+ ZIndexUtils.clear(this.overlayEl);
588
+ this.modalVisible = false;
589
+ this.cd.markForCheck();
590
+ this.handleEvents('onAfterLeave', event);
591
+ }
592
+ handleEvents(name, params) {
593
+ this[name].emit(params);
594
+ this.options && this.options[name] && this.options[name](params);
595
+ this.config?.overlayOptions && (this.config?.overlayOptions)[name] && (this.config?.overlayOptions)[name](params);
596
+ }
597
+ setZIndex() {
598
+ if (this.autoZIndex) {
599
+ ZIndexUtils.set(this.overlayMode, this.overlayEl, this.baseZIndex + this.config?.zIndex[this.overlayMode]);
600
+ }
601
+ }
602
+ appendOverlay() {
603
+ if (this.$appendTo() && this.$appendTo() !== 'self') {
604
+ if (this.$appendTo() === 'body') {
605
+ appendChild(this.document.body, this.overlayEl);
606
+ }
607
+ else {
608
+ appendChild(this.$appendTo(), this.overlayEl);
609
+ }
610
+ }
611
+ }
612
+ alignOverlay() {
613
+ if (!this.modal) {
614
+ if (this.overlayEl && this.targetEl) {
615
+ this.overlayEl.style.minWidth = getOuterWidth(this.targetEl) + 'px';
616
+ if (this.$appendTo() === 'self') {
617
+ relativePosition(this.overlayEl, this.targetEl);
618
+ }
619
+ else {
620
+ absolutePosition(this.overlayEl, this.targetEl);
621
+ }
622
+ }
623
+ }
624
+ }
625
+ bindListeners() {
626
+ this.bindScrollListener();
627
+ this.bindDocumentClickListener();
628
+ this.bindDocumentResizeListener();
629
+ this.bindDocumentKeyboardListener();
630
+ }
631
+ unbindListeners() {
632
+ this.unbindScrollListener();
633
+ this.unbindDocumentClickListener();
634
+ this.unbindDocumentResizeListener();
635
+ this.unbindDocumentKeyboardListener();
636
+ this.unbindParentDragListener();
637
+ }
638
+ bindParentDragListener() {
639
+ if (!this.parentDragSubscription && this.$appendTo() !== 'self' && this.targetEl) {
640
+ this.parentDragSubscription = this.overlayService.parentDragObservable.subscribe((container) => {
641
+ if (container.contains(this.targetEl)) {
642
+ this.hide(this.overlayEl, true);
643
+ }
644
+ });
645
+ }
646
+ }
647
+ unbindParentDragListener() {
648
+ if (this.parentDragSubscription) {
649
+ this.parentDragSubscription.unsubscribe();
650
+ this.parentDragSubscription = null;
651
+ }
652
+ }
653
+ bindScrollListener() {
654
+ if (!this.scrollHandler) {
655
+ this.scrollHandler = new ConnectedOverlayScrollHandler(this.targetEl, (event) => {
656
+ const valid = this.listener ? this.listener(event, { type: 'scroll', mode: this.overlayMode, valid: true }) : true;
657
+ valid && this.hide(event, true);
658
+ });
659
+ }
660
+ this.scrollHandler.bindScrollListener();
661
+ }
662
+ unbindScrollListener() {
663
+ if (this.scrollHandler) {
664
+ this.scrollHandler.unbindScrollListener();
665
+ }
666
+ }
667
+ bindDocumentClickListener() {
668
+ if (!this.documentClickListener) {
669
+ this.documentClickListener = this.renderer.listen(this.document, 'click', (event) => {
670
+ const isTargetClicked = this.targetEl && (this.targetEl.isSameNode(event.target) || (!this.isOverlayClicked && this.targetEl.contains(event.target)));
671
+ const isOutsideClicked = !isTargetClicked && !this.isOverlayContentClicked;
672
+ const valid = this.listener ? this.listener(event, { type: 'outside', mode: this.overlayMode, valid: event.which !== 3 && isOutsideClicked }) : isOutsideClicked;
673
+ valid && this.hide(event);
674
+ this.isOverlayClicked = this.isOverlayContentClicked = false;
675
+ });
676
+ }
677
+ }
678
+ unbindDocumentClickListener() {
679
+ if (this.documentClickListener) {
680
+ this.documentClickListener();
681
+ this.documentClickListener = null;
682
+ }
683
+ }
684
+ bindDocumentResizeListener() {
685
+ if (!this.documentResizeListener) {
686
+ this.documentResizeListener = this.renderer.listen(this.document.defaultView, 'resize', (event) => {
687
+ const valid = this.listener ? this.listener(event, { type: 'resize', mode: this.overlayMode, valid: !isTouchDevice() }) : !isTouchDevice();
688
+ valid && this.hide(event, true);
689
+ });
690
+ }
691
+ }
692
+ unbindDocumentResizeListener() {
693
+ if (this.documentResizeListener) {
694
+ this.documentResizeListener();
695
+ this.documentResizeListener = null;
696
+ }
697
+ }
698
+ bindDocumentKeyboardListener() {
699
+ if (this.documentKeyboardListener) {
700
+ return;
701
+ }
702
+ this.zone.runOutsideAngular(() => {
703
+ this.documentKeyboardListener = this.renderer.listen(this.document.defaultView, 'keydown', (event) => {
704
+ if (this.overlayOptions.hideOnEscape === false || event.code !== 'Escape') {
705
+ return;
706
+ }
707
+ const valid = this.listener ? this.listener(event, { type: 'keydown', mode: this.overlayMode, valid: !isTouchDevice() }) : !isTouchDevice();
708
+ if (valid) {
709
+ this.zone.run(() => {
710
+ this.hide(event, true);
711
+ });
712
+ }
713
+ });
714
+ });
715
+ }
716
+ unbindDocumentKeyboardListener() {
717
+ if (this.documentKeyboardListener) {
718
+ this.documentKeyboardListener();
719
+ this.documentKeyboardListener = null;
720
+ }
721
+ }
722
+ onDestroy() {
723
+ this.hide(this.overlayEl, true);
724
+ if (this.overlayEl && this.$appendTo() !== 'self') {
725
+ this.renderer.appendChild(this.el.nativeElement, this.overlayEl);
726
+ ZIndexUtils.clear(this.overlayEl);
727
+ }
728
+ if (this.scrollHandler) {
729
+ this.scrollHandler.destroy();
730
+ this.scrollHandler = null;
731
+ }
732
+ this.unbindListeners();
733
+ }
734
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: Overlay, deps: [{ token: i1.OverlayService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
735
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.0.8", type: Overlay, isStandalone: true, selector: "agl-overlay", inputs: { hostName: { classPropertyName: "hostName", publicName: "hostName", isSignal: false, isRequired: false, transformFunction: null }, visible: { classPropertyName: "visible", publicName: "visible", isSignal: false, isRequired: false, transformFunction: null }, mode: { classPropertyName: "mode", publicName: "mode", isSignal: false, isRequired: false, transformFunction: null }, style: { classPropertyName: "style", publicName: "style", isSignal: false, isRequired: false, transformFunction: null }, styleClass: { classPropertyName: "styleClass", publicName: "styleClass", isSignal: false, isRequired: false, transformFunction: null }, contentStyle: { classPropertyName: "contentStyle", publicName: "contentStyle", isSignal: false, isRequired: false, transformFunction: null }, contentStyleClass: { classPropertyName: "contentStyleClass", publicName: "contentStyleClass", isSignal: false, isRequired: false, transformFunction: null }, target: { classPropertyName: "target", publicName: "target", isSignal: false, isRequired: false, transformFunction: null }, autoZIndex: { classPropertyName: "autoZIndex", publicName: "autoZIndex", isSignal: false, isRequired: false, transformFunction: null }, baseZIndex: { classPropertyName: "baseZIndex", publicName: "baseZIndex", isSignal: false, isRequired: false, transformFunction: null }, showTransitionOptions: { classPropertyName: "showTransitionOptions", publicName: "showTransitionOptions", isSignal: false, isRequired: false, transformFunction: null }, hideTransitionOptions: { classPropertyName: "hideTransitionOptions", publicName: "hideTransitionOptions", isSignal: false, isRequired: false, transformFunction: null }, listener: { classPropertyName: "listener", publicName: "listener", isSignal: false, isRequired: false, transformFunction: null }, responsive: { classPropertyName: "responsive", publicName: "responsive", isSignal: false, isRequired: false, transformFunction: null }, options: { classPropertyName: "options", publicName: "options", isSignal: false, isRequired: false, transformFunction: null }, appendTo: { classPropertyName: "appendTo", publicName: "appendTo", isSignal: true, isRequired: false, transformFunction: null }, inline: { classPropertyName: "inline", publicName: "inline", isSignal: true, isRequired: false, transformFunction: null }, motionOptions: { classPropertyName: "motionOptions", publicName: "motionOptions", isSignal: true, isRequired: false, transformFunction: null }, hostAttrSelector: { classPropertyName: "hostAttrSelector", publicName: "hostAttrSelector", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { visibleChange: "visibleChange", onBeforeShow: "onBeforeShow", onShow: "onShow", onBeforeHide: "onBeforeHide", onHide: "onHide", onAnimationStart: "onAnimationStart", onAnimationDone: "onAnimationDone", onBeforeEnter: "onBeforeEnter", onEnter: "onEnter", onAfterEnter: "onAfterEnter", onBeforeLeave: "onBeforeLeave", onLeave: "onLeave", onAfterLeave: "onAfterLeave" }, providers: [OverlayStyle, { provide: OVERLAY_INSTANCE, useExisting: Overlay }, { provide: PARENT_INSTANCE, useExisting: Overlay }], queries: [{ propertyName: "contentTemplate", first: true, predicate: ["content"] }, { propertyName: "templates", predicate: AglTemplate }], viewQueries: [{ propertyName: "overlayViewChild", first: true, predicate: ["overlay"], descendants: true }, { propertyName: "contentViewChild", first: true, predicate: ["content"], descendants: true }], usesInheritance: true, hostDirectives: [{ directive: i2.Bind }], ngImport: i0, template: `
736
+ @if (inline()) {
737
+ <ng-content></ng-content>
738
+ <ng-container *ngTemplateOutlet="contentTemplate || _contentTemplate; context: { $implicit: { mode: null } }"></ng-container>
739
+ } @else {
740
+ <div *ngIf="modalVisible" #overlay [class]="cn(cx('root'), styleClass)" [style]="sx('root')" [aglBind]="ptm('root')" (click)="onOverlayClick()">
741
+ <agl-motion
742
+ [visible]="visible"
743
+ name="p-anchored-overlay"
744
+ [appear]="true"
745
+ [options]="computedMotionOptions()"
746
+ (onBeforeEnter)="onOverlayBeforeEnter($event)"
747
+ (onEnter)="onOverlayEnter($event)"
748
+ (onAfterEnter)="onOverlayAfterEnter($event)"
749
+ (onBeforeLeave)="onOverlayBeforeLeave($event)"
750
+ (onLeave)="onOverlayLeave($event)"
751
+ (onAfterLeave)="onOverlayAfterLeave($event)"
752
+ >
753
+ <div #content [class]="cn(cx('content'), contentStyleClass)" [aglBind]="ptm('content')" (click)="onOverlayContentClick($event)">
754
+ <ng-content></ng-content>
755
+ <ng-container *ngTemplateOutlet="contentTemplate || _contentTemplate; context: { $implicit: { mode: overlayMode } }"></ng-container>
756
+ </div>
757
+ </agl-motion>
758
+ </div>
759
+ }
760
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: SharedModule }, { kind: "directive", type: Bind, selector: "[aglBind]", inputs: ["aglBind"] }, { kind: "ngmodule", type: MotionModule }, { kind: "component", type: i4.Motion, selector: "agl-motion", inputs: ["visible", "mountOnEnter", "unmountOnLeave", "name", "type", "safe", "disabled", "appear", "enter", "leave", "duration", "hideStrategy", "enterFromClass", "enterToClass", "enterActiveClass", "leaveFromClass", "leaveToClass", "leaveActiveClass", "options"], outputs: ["onBeforeEnter", "onEnter", "onAfterEnter", "onEnterCancelled", "onBeforeLeave", "onLeave", "onAfterLeave", "onLeaveCancelled"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
761
+ }
762
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: Overlay, decorators: [{
763
+ type: Component,
764
+ args: [{
765
+ selector: 'agl-overlay',
766
+ standalone: true,
767
+ imports: [CommonModule, SharedModule, Bind, MotionModule],
768
+ hostDirectives: [Bind],
769
+ template: `
770
+ @if (inline()) {
771
+ <ng-content></ng-content>
772
+ <ng-container *ngTemplateOutlet="contentTemplate || _contentTemplate; context: { $implicit: { mode: null } }"></ng-container>
773
+ } @else {
774
+ <div *ngIf="modalVisible" #overlay [class]="cn(cx('root'), styleClass)" [style]="sx('root')" [aglBind]="ptm('root')" (click)="onOverlayClick()">
775
+ <agl-motion
776
+ [visible]="visible"
777
+ name="p-anchored-overlay"
778
+ [appear]="true"
779
+ [options]="computedMotionOptions()"
780
+ (onBeforeEnter)="onOverlayBeforeEnter($event)"
781
+ (onEnter)="onOverlayEnter($event)"
782
+ (onAfterEnter)="onOverlayAfterEnter($event)"
783
+ (onBeforeLeave)="onOverlayBeforeLeave($event)"
784
+ (onLeave)="onOverlayLeave($event)"
785
+ (onAfterLeave)="onOverlayAfterLeave($event)"
786
+ >
787
+ <div #content [class]="cn(cx('content'), contentStyleClass)" [aglBind]="ptm('content')" (click)="onOverlayContentClick($event)">
788
+ <ng-content></ng-content>
789
+ <ng-container *ngTemplateOutlet="contentTemplate || _contentTemplate; context: { $implicit: { mode: overlayMode } }"></ng-container>
790
+ </div>
791
+ </agl-motion>
792
+ </div>
793
+ }
794
+ `,
795
+ changeDetection: ChangeDetectionStrategy.OnPush,
796
+ encapsulation: ViewEncapsulation.None,
797
+ providers: [OverlayStyle, { provide: OVERLAY_INSTANCE, useExisting: Overlay }, { provide: PARENT_INSTANCE, useExisting: Overlay }]
798
+ }]
799
+ }], ctorParameters: () => [{ type: i1.OverlayService }, { type: i0.NgZone }], propDecorators: { hostName: [{
800
+ type: Input
801
+ }], visible: [{
802
+ type: Input
803
+ }], mode: [{
804
+ type: Input
805
+ }], style: [{
806
+ type: Input
807
+ }], styleClass: [{
808
+ type: Input
809
+ }], contentStyle: [{
810
+ type: Input
811
+ }], contentStyleClass: [{
812
+ type: Input
813
+ }], target: [{
814
+ type: Input
815
+ }], autoZIndex: [{
816
+ type: Input
817
+ }], baseZIndex: [{
818
+ type: Input
819
+ }], showTransitionOptions: [{
820
+ type: Input
821
+ }], hideTransitionOptions: [{
822
+ type: Input
823
+ }], listener: [{
824
+ type: Input
825
+ }], responsive: [{
826
+ type: Input
827
+ }], options: [{
828
+ type: Input
829
+ }], appendTo: [{ type: i0.Input, args: [{ isSignal: true, alias: "appendTo", required: false }] }], inline: [{ type: i0.Input, args: [{ isSignal: true, alias: "inline", required: false }] }], motionOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "motionOptions", required: false }] }], visibleChange: [{
830
+ type: Output
831
+ }], onBeforeShow: [{
832
+ type: Output
833
+ }], onShow: [{
834
+ type: Output
835
+ }], onBeforeHide: [{
836
+ type: Output
837
+ }], onHide: [{
838
+ type: Output
839
+ }], onAnimationStart: [{
840
+ type: Output
841
+ }], onAnimationDone: [{
842
+ type: Output
843
+ }], onBeforeEnter: [{
844
+ type: Output
845
+ }], onEnter: [{
846
+ type: Output
847
+ }], onAfterEnter: [{
848
+ type: Output
849
+ }], onBeforeLeave: [{
850
+ type: Output
851
+ }], onLeave: [{
852
+ type: Output
853
+ }], onAfterLeave: [{
854
+ type: Output
855
+ }], overlayViewChild: [{
856
+ type: ViewChild,
857
+ args: ['overlay']
858
+ }], contentViewChild: [{
859
+ type: ViewChild,
860
+ args: ['content']
861
+ }], contentTemplate: [{
862
+ type: ContentChild,
863
+ args: ['content', { descendants: false }]
864
+ }], templates: [{
865
+ type: ContentChildren,
866
+ args: [AglTemplate]
867
+ }], hostAttrSelector: [{ type: i0.Input, args: [{ isSignal: true, alias: "hostAttrSelector", required: false }] }] } });
868
+ class OverlayModule {
869
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: OverlayModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
870
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: OverlayModule, imports: [Overlay, SharedModule], exports: [Overlay, SharedModule] });
871
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: OverlayModule, imports: [Overlay, SharedModule, SharedModule] });
872
+ }
873
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: OverlayModule, decorators: [{
874
+ type: NgModule,
875
+ args: [{
876
+ imports: [Overlay, SharedModule],
877
+ exports: [Overlay, SharedModule]
878
+ }]
879
+ }] });
880
+
881
+ /**
882
+ * Generated bundle index. Do not edit.
883
+ */
884
+
885
+ export { Overlay, OverlayModule, OverlayStyle };
886
+ //# sourceMappingURL=anguless-angulux-overlay.mjs.map