@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,1420 @@
1
+ export * from '@anguless/angulux/types/dialog';
2
+ import * as i2 from '@angular/common';
3
+ import { isPlatformBrowser, CommonModule } from '@angular/common';
4
+ import * as i0 from '@angular/core';
5
+ import { Injectable, InjectionToken, inject, input, computed, EventEmitter, signal, NgZone, booleanAttribute, numberAttribute, ContentChildren, ContentChild, Input, ViewChild, Output, ViewEncapsulation, ChangeDetectionStrategy, Component, NgModule } from '@angular/core';
6
+ import { uuid, setAttribute, addStyle, getOuterWidth, getOuterHeight, getViewport, appendChild, removeClass, hasClass } from '@anguless/angulux-utils';
7
+ import { TranslationKeys, OverlayService, SharedModule, AglTemplate } from '@anguless/angulux/api';
8
+ import { BaseComponent, PARENT_INSTANCE } from '@anguless/angulux/basecomponent';
9
+ import * as i1 from '@anguless/angulux/bind';
10
+ import { Bind } from '@anguless/angulux/bind';
11
+ import { Button } from '@anguless/angulux/button';
12
+ import { DomHandler, blockBodyScroll, unblockBodyScroll } from '@anguless/angulux/dom';
13
+ import { FocusTrap } from '@anguless/angulux/focustrap';
14
+ import { TimesIcon, WindowMaximizeIcon, WindowMinimizeIcon } from '@anguless/angulux/icons';
15
+ import * as i3 from '@anguless/angulux/motion';
16
+ import { MotionModule } from '@anguless/angulux/motion';
17
+ import { ZIndexUtils } from '@anguless/angulux/utils';
18
+ import { style } from '@anguless/angulux-styles/dialog';
19
+ import { BaseStyle } from '@anguless/angulux/base';
20
+
21
+ /* Position */
22
+ const inlineStyles = {
23
+ mask: ({ instance }) => ({
24
+ position: 'fixed',
25
+ height: '100%',
26
+ width: '100%',
27
+ left: 0,
28
+ top: 0,
29
+ display: 'flex',
30
+ justifyContent: instance.position === 'left' || instance.position === 'topleft' || instance.position === 'bottomleft'
31
+ ? 'flex-start'
32
+ : instance.position === 'right' || instance.position === 'topright' || instance.position === 'bottomright'
33
+ ? 'flex-end'
34
+ : 'center',
35
+ alignItems: instance.position === 'top' || instance.position === 'topleft' || instance.position === 'topright'
36
+ ? 'flex-start'
37
+ : instance.position === 'bottom' || instance.position === 'bottomleft' || instance.position === 'bottomright'
38
+ ? 'flex-end'
39
+ : 'center',
40
+ pointerEvents: instance.modal ? 'auto' : 'none'
41
+ }),
42
+ root: {
43
+ display: 'flex',
44
+ flexDirection: 'column',
45
+ pointerEvents: 'auto'
46
+ }
47
+ };
48
+ const classes = {
49
+ mask: ({ instance }) => {
50
+ const positions = ['left', 'right', 'top', 'topleft', 'topright', 'bottom', 'bottomleft', 'bottomright'];
51
+ const pos = positions.find((item) => item === instance.position);
52
+ return ['p-dialog-mask', { 'p-overlay-mask': instance.modal }, pos ? `p-dialog-${pos}` : ''];
53
+ },
54
+ root: ({ instance }) => [
55
+ 'p-dialog p-component',
56
+ {
57
+ 'p-dialog-maximized': instance.maximizable && instance.maximized
58
+ }
59
+ ],
60
+ header: 'p-dialog-header',
61
+ title: 'p-dialog-title',
62
+ resizeHandle: 'p-resizable-handle',
63
+ headerActions: 'p-dialog-header-actions',
64
+ pcMaximizeButton: 'p-dialog-maximize-button',
65
+ pcCloseButton: 'p-dialog-close-button',
66
+ content: () => ['p-dialog-content'],
67
+ footer: 'p-dialog-footer'
68
+ };
69
+ class DialogStyle extends BaseStyle {
70
+ name = 'dialog';
71
+ style = style;
72
+ classes = classes;
73
+ inlineStyles = inlineStyles;
74
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DialogStyle, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
75
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DialogStyle });
76
+ }
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DialogStyle, decorators: [{
78
+ type: Injectable
79
+ }] });
80
+ /**
81
+ *
82
+ * Dialog is a container to display content in an overlay window.
83
+ *
84
+ * @module dialogstyle
85
+ *
86
+ */
87
+ var DialogClasses;
88
+ (function (DialogClasses) {
89
+ /**
90
+ * Class name of the mask element
91
+ */
92
+ DialogClasses["mask"] = "p-dialog-mask";
93
+ /**
94
+ * Class name of the root element
95
+ */
96
+ DialogClasses["root"] = "p-dialog";
97
+ /**
98
+ * Class name of the header element
99
+ */
100
+ DialogClasses["header"] = "p-dialog-header";
101
+ /**
102
+ * Class name of the title element
103
+ */
104
+ DialogClasses["title"] = "p-dialog-title";
105
+ /**
106
+ * Class name of the header actions element
107
+ */
108
+ DialogClasses["headerActions"] = "p-dialog-header-actions";
109
+ /**
110
+ * Class name of the maximize button element
111
+ */
112
+ DialogClasses["pcMaximizeButton"] = "p-dialog-maximize-button";
113
+ /**
114
+ * Class name of the close button element
115
+ */
116
+ DialogClasses["pcCloseButton"] = "p-dialog-close-button";
117
+ /**
118
+ * Class name of the content element
119
+ */
120
+ DialogClasses["content"] = "p-dialog-content";
121
+ /**
122
+ * Class name of the footer element
123
+ */
124
+ DialogClasses["footer"] = "p-dialog-footer";
125
+ })(DialogClasses || (DialogClasses = {}));
126
+
127
+ const DIALOG_INSTANCE = new InjectionToken('DIALOG_INSTANCE');
128
+ /**
129
+ * Dialog is a container to display content in an overlay window.
130
+ * @group Components
131
+ */
132
+ class Dialog extends BaseComponent {
133
+ componentName = 'Dialog';
134
+ hostName = '';
135
+ $pcDialog = inject(DIALOG_INSTANCE, { optional: true, skipSelf: true }) ?? undefined;
136
+ bindDirectiveInstance = inject(Bind, { self: true });
137
+ onAfterViewChecked() {
138
+ this.bindDirectiveInstance.setAttrs(this.ptm('host'));
139
+ }
140
+ /**
141
+ * Title text of the dialog.
142
+ * @group Props
143
+ */
144
+ header;
145
+ /**
146
+ * Enables dragging to change the position using header.
147
+ * @group Props
148
+ */
149
+ draggable = true;
150
+ /**
151
+ * Enables resizing of the content.
152
+ * @group Props
153
+ */
154
+ resizable = true;
155
+ /**
156
+ * Style of the content section.
157
+ * @group Props
158
+ */
159
+ contentStyle;
160
+ /**
161
+ * Style class of the content.
162
+ * @group Props
163
+ */
164
+ contentStyleClass;
165
+ /**
166
+ * Defines if background should be blocked when dialog is displayed.
167
+ * @group Props
168
+ */
169
+ modal = false;
170
+ /**
171
+ * Specifies if pressing escape key should hide the dialog.
172
+ * @group Props
173
+ */
174
+ closeOnEscape = true;
175
+ /**
176
+ * Specifies if clicking the modal background should hide the dialog.
177
+ * @group Props
178
+ */
179
+ dismissableMask = false;
180
+ /**
181
+ * When enabled dialog is displayed in RTL direction.
182
+ * @group Props
183
+ */
184
+ rtl = false;
185
+ /**
186
+ * Adds a close icon to the header to hide the dialog.
187
+ * @group Props
188
+ */
189
+ closable = true;
190
+ /**
191
+ * Object literal to define widths per screen size.
192
+ * @group Props
193
+ */
194
+ breakpoints;
195
+ /**
196
+ * Style class of the component.
197
+ * @group Props
198
+ */
199
+ styleClass;
200
+ /**
201
+ * Style class of the mask.
202
+ * @group Props
203
+ */
204
+ maskStyleClass;
205
+ /**
206
+ * Style of the mask.
207
+ * @group Props
208
+ */
209
+ maskStyle;
210
+ /**
211
+ * Whether to show the header or not.
212
+ * @group Props
213
+ */
214
+ showHeader = true;
215
+ /**
216
+ * Whether background scroll should be blocked when dialog is visible.
217
+ * @group Props
218
+ */
219
+ blockScroll = false;
220
+ /**
221
+ * Whether to automatically manage layering.
222
+ * @group Props
223
+ */
224
+ autoZIndex = true;
225
+ /**
226
+ * Base zIndex value to use in layering.
227
+ * @group Props
228
+ */
229
+ baseZIndex = 0;
230
+ /**
231
+ * Minimum value for the left coordinate of dialog in dragging.
232
+ * @group Props
233
+ */
234
+ minX = 0;
235
+ /**
236
+ * Minimum value for the top coordinate of dialog in dragging.
237
+ * @group Props
238
+ */
239
+ minY = 0;
240
+ /**
241
+ * When enabled, first focusable element receives focus on show.
242
+ * @group Props
243
+ */
244
+ focusOnShow = true;
245
+ /**
246
+ * Whether the dialog can be displayed full screen.
247
+ * @group Props
248
+ */
249
+ maximizable = false;
250
+ /**
251
+ * Keeps dialog in the viewport.
252
+ * @group Props
253
+ */
254
+ keepInViewport = true;
255
+ /**
256
+ * When enabled, can only focus on elements inside the dialog.
257
+ * @group Props
258
+ */
259
+ focusTrap = true;
260
+ /**
261
+ * Transition options of the animation.
262
+ * @deprecated since v21.0.0. Use `motionOptions` instead.
263
+ * @group Props
264
+ */
265
+ transitionOptions = '150ms cubic-bezier(0, 0, 0.2, 1)';
266
+ /**
267
+ * The motion options for the mask.
268
+ * @group Props
269
+ */
270
+ maskMotionOptions = input(undefined, /* @ts-ignore */
271
+ ...(ngDevMode ? [{ debugName: "maskMotionOptions" }] : /* istanbul ignore next */ []));
272
+ computedMaskMotionOptions = computed(() => {
273
+ return {
274
+ ...this.ptm('maskMotion'),
275
+ ...this.maskMotionOptions()
276
+ };
277
+ }, /* @ts-ignore */
278
+ ...(ngDevMode ? [{ debugName: "computedMaskMotionOptions" }] : /* istanbul ignore next */ []));
279
+ /**
280
+ * The motion options.
281
+ * @group Props
282
+ */
283
+ motionOptions = input(undefined, /* @ts-ignore */
284
+ ...(ngDevMode ? [{ debugName: "motionOptions" }] : /* istanbul ignore next */ []));
285
+ computedMotionOptions = computed(() => {
286
+ return {
287
+ ...this.ptm('motion'),
288
+ ...this.motionOptions()
289
+ };
290
+ }, /* @ts-ignore */
291
+ ...(ngDevMode ? [{ debugName: "computedMotionOptions" }] : /* istanbul ignore next */ []));
292
+ /**
293
+ * Name of the close icon.
294
+ * @group Props
295
+ */
296
+ closeIcon;
297
+ /**
298
+ * Defines a string that labels the close button for accessibility.
299
+ * @group Props
300
+ */
301
+ closeAriaLabel;
302
+ /**
303
+ * Index of the close button in tabbing order.
304
+ * @group Props
305
+ */
306
+ closeTabindex = '0';
307
+ /**
308
+ * Name of the minimize icon.
309
+ * @group Props
310
+ */
311
+ minimizeIcon;
312
+ /**
313
+ * Name of the maximize icon.
314
+ * @group Props
315
+ */
316
+ maximizeIcon;
317
+ /**
318
+ * Used to pass all properties of the ButtonProps to the Button component.
319
+ * @group Props
320
+ */
321
+ closeButtonProps = {
322
+ severity: 'secondary',
323
+ variant: 'text',
324
+ rounded: true
325
+ };
326
+ /**
327
+ * Used to pass all properties of the ButtonProps to the Button component.
328
+ * @group Props
329
+ */
330
+ maximizeButtonProps = {
331
+ severity: 'secondary',
332
+ variant: 'text',
333
+ rounded: true
334
+ };
335
+ /**
336
+ * Specifies the visibility of the dialog.
337
+ * @group Props
338
+ */
339
+ get visible() {
340
+ return this._visible;
341
+ }
342
+ set visible(value) {
343
+ this._visible = value;
344
+ if (this._visible && !this.maskVisible) {
345
+ this.maskVisible = true;
346
+ this.renderMask.set(true);
347
+ this.renderDialog.set(true);
348
+ }
349
+ }
350
+ /**
351
+ * Inline style of the component.
352
+ * @group Props
353
+ */
354
+ get style() {
355
+ return this._style;
356
+ }
357
+ set style(value) {
358
+ if (value) {
359
+ this._style = { ...value };
360
+ this.originalStyle = value;
361
+ }
362
+ }
363
+ /**
364
+ * Position of the dialog.
365
+ * @group Props
366
+ */
367
+ position;
368
+ /**
369
+ * Role attribute of html element.
370
+ * @group Emits
371
+ */
372
+ role = 'dialog';
373
+ /**
374
+ * 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).
375
+ * @defaultValue 'self'
376
+ * @group Props
377
+ */
378
+ appendTo = input(undefined, /* @ts-ignore */
379
+ ...(ngDevMode ? [{ debugName: "appendTo" }] : /* istanbul ignore next */ []));
380
+ /**
381
+ * Callback to invoke when dialog is shown.
382
+ * @group Emits
383
+ */
384
+ onShow = new EventEmitter();
385
+ /**
386
+ * Callback to invoke when dialog is hidden.
387
+ * @group Emits
388
+ */
389
+ onHide = new EventEmitter();
390
+ /**
391
+ * This EventEmitter is used to notify changes in the visibility state of a component.
392
+ * @param {boolean} value - New value.
393
+ * @group Emits
394
+ */
395
+ visibleChange = new EventEmitter();
396
+ /**
397
+ * Callback to invoke when dialog resizing is initiated.
398
+ * @param {MouseEvent} event - Mouse event.
399
+ * @group Emits
400
+ */
401
+ onResizeInit = new EventEmitter();
402
+ /**
403
+ * Callback to invoke when dialog resizing is completed.
404
+ * @param {MouseEvent} event - Mouse event.
405
+ * @group Emits
406
+ */
407
+ onResizeEnd = new EventEmitter();
408
+ /**
409
+ * Callback to invoke when dialog dragging is completed.
410
+ * @param {DragEvent} event - Drag event.
411
+ * @group Emits
412
+ */
413
+ onDragEnd = new EventEmitter();
414
+ /**
415
+ * Callback to invoke when dialog maximized or unmaximized.
416
+ * @group Emits
417
+ */
418
+ onMaximize = new EventEmitter();
419
+ headerViewChild;
420
+ contentViewChild;
421
+ footerViewChild;
422
+ /**
423
+ * Header template.
424
+ * @group Templates
425
+ */
426
+ headerTemplate;
427
+ /**
428
+ * Content template.
429
+ * @group Templates
430
+ */
431
+ contentTemplate;
432
+ /**
433
+ * Footer template.
434
+ * @group Templates
435
+ */
436
+ footerTemplate;
437
+ /**
438
+ * Close icon template.
439
+ * @group Templates
440
+ */
441
+ closeIconTemplate;
442
+ /**
443
+ * Maximize icon template.
444
+ * @group Templates
445
+ */
446
+ maximizeIconTemplate;
447
+ /**
448
+ * Minimize icon template.
449
+ * @group Templates
450
+ */
451
+ minimizeIconTemplate;
452
+ /**
453
+ * Headless template.
454
+ * @group Templates
455
+ */
456
+ headlessTemplate;
457
+ /**
458
+ * Custom header template.
459
+ * @group Templates
460
+ */
461
+ _headerTemplate;
462
+ /**
463
+ * Custom content template.
464
+ * @group Templates
465
+ */
466
+ _contentTemplate;
467
+ /**
468
+ * Custom footer template.
469
+ * @group Templates
470
+ */
471
+ _footerTemplate;
472
+ /**
473
+ * Custom close icon template.
474
+ * @group Templates
475
+ */
476
+ _closeiconTemplate;
477
+ /**
478
+ * Custom maximize icon template.
479
+ * @group Templates
480
+ */
481
+ _maximizeiconTemplate;
482
+ /**
483
+ * Custom minimize icon template.
484
+ * @group Templates
485
+ */
486
+ _minimizeiconTemplate;
487
+ /**
488
+ * Custom headless template.
489
+ * @group Templates
490
+ */
491
+ _headlessTemplate;
492
+ $appendTo = computed(() => this.appendTo() || this.config.overlayAppendTo(), /* @ts-ignore */
493
+ ...(ngDevMode ? [{ debugName: "$appendTo" }] : /* istanbul ignore next */ []));
494
+ renderMask = signal(false, /* @ts-ignore */
495
+ ...(ngDevMode ? [{ debugName: "renderMask" }] : /* istanbul ignore next */ []));
496
+ renderDialog = signal(false, /* @ts-ignore */
497
+ ...(ngDevMode ? [{ debugName: "renderDialog" }] : /* istanbul ignore next */ []));
498
+ _visible = false;
499
+ maskVisible;
500
+ container = signal(null, /* @ts-ignore */
501
+ ...(ngDevMode ? [{ debugName: "container" }] : /* istanbul ignore next */ []));
502
+ wrapper;
503
+ dragging;
504
+ ariaLabelledBy = this.getAriaLabelledBy();
505
+ documentDragListener;
506
+ documentDragEndListener;
507
+ resizing;
508
+ documentResizeListener;
509
+ documentResizeEndListener;
510
+ documentEscapeListener;
511
+ maskClickListener;
512
+ lastPageX;
513
+ lastPageY;
514
+ preventVisibleChangePropagation;
515
+ maximized;
516
+ preMaximizeContentHeight;
517
+ preMaximizeContainerWidth;
518
+ preMaximizeContainerHeight;
519
+ preMaximizePageX;
520
+ preMaximizePageY;
521
+ id = uuid('pn_id_');
522
+ _style = {};
523
+ originalStyle;
524
+ transformOptions = 'scale(0.7)';
525
+ styleElement;
526
+ window;
527
+ _componentStyle = inject(DialogStyle);
528
+ headerT;
529
+ contentT;
530
+ footerT;
531
+ closeIconT;
532
+ maximizeIconT;
533
+ minimizeIconT;
534
+ headlessT;
535
+ zIndexForLayering;
536
+ get maximizeLabel() {
537
+ return this.config.getTranslation(TranslationKeys.ARIA)['maximizeLabel'];
538
+ }
539
+ get minimizeLabel() {
540
+ return this.config.getTranslation(TranslationKeys.ARIA)['minimizeLabel'];
541
+ }
542
+ zone = inject(NgZone);
543
+ overlayService = inject(OverlayService);
544
+ get maskClass() {
545
+ const positions = ['left', 'right', 'top', 'topleft', 'topright', 'bottom', 'bottomleft', 'bottomright'];
546
+ const pos = positions.find((item) => item === this.position);
547
+ return {
548
+ 'p-dialog-mask': true,
549
+ 'p-overlay-mask': this.modal || this.dismissableMask,
550
+ [`p-dialog-${pos}`]: pos
551
+ };
552
+ }
553
+ onInit() {
554
+ if (this.breakpoints) {
555
+ this.createStyle();
556
+ }
557
+ }
558
+ templates;
559
+ onAfterContentInit() {
560
+ this.templates?.forEach((item) => {
561
+ switch (item.getType()) {
562
+ case 'header':
563
+ this.headerT = item.template;
564
+ break;
565
+ case 'content':
566
+ this.contentT = item.template;
567
+ break;
568
+ case 'footer':
569
+ this.footerT = item.template;
570
+ break;
571
+ case 'closeicon':
572
+ this.closeIconT = item.template;
573
+ break;
574
+ case 'maximizeicon':
575
+ this.maximizeIconT = item.template;
576
+ break;
577
+ case 'minimizeicon':
578
+ this.minimizeIconT = item.template;
579
+ break;
580
+ case 'headless':
581
+ this.headlessT = item.template;
582
+ break;
583
+ default:
584
+ this.contentT = item.template;
585
+ break;
586
+ }
587
+ });
588
+ }
589
+ getAriaLabelledBy() {
590
+ return this.header !== null ? uuid('pn_id_') + '_header' : null;
591
+ }
592
+ parseDurationToMilliseconds(durationString) {
593
+ const transitionTimeRegex = /([\d\.]+)(ms|s)\b/g;
594
+ let totalMilliseconds = 0;
595
+ let match;
596
+ while ((match = transitionTimeRegex.exec(durationString)) !== null) {
597
+ const value = parseFloat(match[1]);
598
+ const unit = match[2];
599
+ if (unit === 'ms') {
600
+ totalMilliseconds += value;
601
+ }
602
+ else if (unit === 's') {
603
+ totalMilliseconds += value * 1000;
604
+ }
605
+ }
606
+ if (totalMilliseconds === 0) {
607
+ return undefined;
608
+ }
609
+ return totalMilliseconds;
610
+ }
611
+ _focus(focusParentElement) {
612
+ if (focusParentElement) {
613
+ const timeoutDuration = this.parseDurationToMilliseconds(this.transitionOptions);
614
+ let _focusableElements = DomHandler.getFocusableElements(focusParentElement);
615
+ if (_focusableElements && _focusableElements.length > 0) {
616
+ this.zone.runOutsideAngular(() => {
617
+ setTimeout(() => _focusableElements[0].focus(), timeoutDuration || 5);
618
+ });
619
+ return true;
620
+ }
621
+ }
622
+ return false;
623
+ }
624
+ focus(focusParentElement = this.contentViewChild?.nativeElement) {
625
+ let focused = this._focus(focusParentElement);
626
+ if (!focused) {
627
+ focused = this._focus(this.footerViewChild?.nativeElement);
628
+ if (!focused) {
629
+ focused = this._focus(this.headerViewChild?.nativeElement);
630
+ if (!focused) {
631
+ this._focus(this.contentViewChild?.nativeElement);
632
+ }
633
+ }
634
+ }
635
+ }
636
+ close(event) {
637
+ this.visible = false;
638
+ this.visibleChange.emit(this.visible);
639
+ event.preventDefault();
640
+ }
641
+ enableModality() {
642
+ if (this.closable && this.dismissableMask) {
643
+ this.maskClickListener = this.renderer.listen(this.wrapper, 'mousedown', (event) => {
644
+ if (this.wrapper && this.wrapper.isSameNode(event.target)) {
645
+ this.close(event);
646
+ }
647
+ });
648
+ }
649
+ if (this.modal) {
650
+ blockBodyScroll();
651
+ }
652
+ }
653
+ disableModality() {
654
+ if (this.wrapper) {
655
+ if (this.dismissableMask) {
656
+ this.unbindMaskClickListener();
657
+ }
658
+ // for nested dialogs w/modal
659
+ const scrollBlockers = document.querySelectorAll('[data-p-scrollblocker-active="true"]');
660
+ if (this.modal && scrollBlockers && scrollBlockers.length == 1) {
661
+ unblockBodyScroll();
662
+ }
663
+ if (!this.cd.destroyed) {
664
+ this.cd.detectChanges();
665
+ }
666
+ }
667
+ }
668
+ maximize() {
669
+ this.maximized = !this.maximized;
670
+ if (!this.modal && !this.blockScroll) {
671
+ if (this.maximized) {
672
+ blockBodyScroll();
673
+ }
674
+ else {
675
+ unblockBodyScroll();
676
+ }
677
+ }
678
+ this.onMaximize.emit({ maximized: this.maximized });
679
+ }
680
+ unbindMaskClickListener() {
681
+ if (this.maskClickListener) {
682
+ this.maskClickListener();
683
+ this.maskClickListener = null;
684
+ }
685
+ }
686
+ moveOnTop() {
687
+ if (this.autoZIndex) {
688
+ ZIndexUtils.set('modal', this.container(), this.baseZIndex + this.config.zIndex.modal);
689
+ this.wrapper.style.zIndex = String(parseInt(this.container().style.zIndex, 10) - 1);
690
+ }
691
+ else {
692
+ this.zIndexForLayering = ZIndexUtils.generateZIndex('modal', (this.baseZIndex ?? 0) + this.config.zIndex.modal);
693
+ }
694
+ }
695
+ createStyle() {
696
+ if (isPlatformBrowser(this.platformId)) {
697
+ if (!this.styleElement && !this.$unstyled()) {
698
+ this.styleElement = this.renderer.createElement('style');
699
+ this.styleElement.type = 'text/css';
700
+ setAttribute(this.styleElement, 'nonce', this.config?.csp()?.nonce);
701
+ this.renderer.appendChild(this.document.head, this.styleElement);
702
+ let innerHTML = '';
703
+ for (let breakpoint in this.breakpoints) {
704
+ innerHTML += `
705
+ @media screen and (max-width: ${breakpoint}) {
706
+ .p-dialog[${this.id}]:not(.p-dialog-maximized) {
707
+ width: ${this.breakpoints[breakpoint]} !important;
708
+ }
709
+ }
710
+ `;
711
+ }
712
+ this.renderer.setProperty(this.styleElement, 'innerHTML', innerHTML);
713
+ setAttribute(this.styleElement, 'nonce', this.config?.csp()?.nonce);
714
+ }
715
+ }
716
+ }
717
+ initDrag(event) {
718
+ const target = event.target;
719
+ const closestDiv = target.closest('div');
720
+ if (closestDiv?.getAttribute('data-pc-section') === 'headeractions') {
721
+ return;
722
+ }
723
+ if (this.draggable) {
724
+ this.dragging = true;
725
+ this.lastPageX = event.pageX;
726
+ this.lastPageY = event.pageY;
727
+ this.container().style.margin = '0';
728
+ this.document.body.setAttribute('data-p-unselectable-text', 'true');
729
+ !this.$unstyled() && addStyle(this.document.body, { 'user-select': 'none' });
730
+ }
731
+ }
732
+ onDrag(event) {
733
+ if (this.dragging && this.container()) {
734
+ const containerWidth = getOuterWidth(this.container());
735
+ const containerHeight = getOuterHeight(this.container());
736
+ const deltaX = event.pageX - this.lastPageX;
737
+ const deltaY = event.pageY - this.lastPageY;
738
+ const offset = this.container().getBoundingClientRect();
739
+ const containerComputedStyle = getComputedStyle(this.container());
740
+ const leftMargin = parseFloat(containerComputedStyle.marginLeft);
741
+ const topMargin = parseFloat(containerComputedStyle.marginTop);
742
+ const leftPos = offset.left + deltaX - leftMargin;
743
+ const topPos = offset.top + deltaY - topMargin;
744
+ const viewport = getViewport();
745
+ this.container().style.position = 'fixed';
746
+ if (this.keepInViewport) {
747
+ if (leftPos >= this.minX && leftPos + containerWidth < viewport.width) {
748
+ this._style.left = `${leftPos}px`;
749
+ this.lastPageX = event.pageX;
750
+ this.container().style.left = `${leftPos}px`;
751
+ }
752
+ if (topPos >= this.minY && topPos + containerHeight < viewport.height) {
753
+ this._style.top = `${topPos}px`;
754
+ this.lastPageY = event.pageY;
755
+ this.container().style.top = `${topPos}px`;
756
+ }
757
+ }
758
+ else {
759
+ this.lastPageX = event.pageX;
760
+ this.container().style.left = `${leftPos}px`;
761
+ this.lastPageY = event.pageY;
762
+ this.container().style.top = `${topPos}px`;
763
+ }
764
+ this.overlayService.emitParentDrag(this.container());
765
+ }
766
+ }
767
+ endDrag(event) {
768
+ if (this.dragging) {
769
+ this.dragging = false;
770
+ this.document.body.removeAttribute('data-p-unselectable-text');
771
+ !this.$unstyled() && (this.document.body.style['user-select'] = '');
772
+ this.cd.detectChanges();
773
+ this.onDragEnd.emit(event);
774
+ }
775
+ }
776
+ resetPosition() {
777
+ this.container().style.position = '';
778
+ this.container().style.left = '';
779
+ this.container().style.top = '';
780
+ this.container().style.margin = '';
781
+ }
782
+ //backward compatibility
783
+ center() {
784
+ this.resetPosition();
785
+ }
786
+ initResize(event) {
787
+ if (this.resizable) {
788
+ this.resizing = true;
789
+ this.lastPageX = event.pageX;
790
+ this.lastPageY = event.pageY;
791
+ this.document.body.setAttribute('data-p-unselectable-text', 'true');
792
+ !this.$unstyled() && addStyle(this.document.body, { 'user-select': 'none' });
793
+ this.onResizeInit.emit(event);
794
+ }
795
+ }
796
+ onResize(event) {
797
+ if (this.resizing) {
798
+ let deltaX = event.pageX - this.lastPageX;
799
+ let deltaY = event.pageY - this.lastPageY;
800
+ let containerWidth = getOuterWidth(this.container());
801
+ let containerHeight = getOuterHeight(this.container());
802
+ let contentHeight = getOuterHeight(this.contentViewChild?.nativeElement);
803
+ let newWidth = containerWidth + deltaX;
804
+ let newHeight = containerHeight + deltaY;
805
+ let minWidth = this.container().style.minWidth;
806
+ let minHeight = this.container().style.minHeight;
807
+ let offset = this.container().getBoundingClientRect();
808
+ let viewport = getViewport();
809
+ let hasBeenDragged = !parseInt(this.container().style.top) || !parseInt(this.container().style.left);
810
+ if (hasBeenDragged) {
811
+ newWidth += deltaX;
812
+ newHeight += deltaY;
813
+ }
814
+ if ((!minWidth || newWidth > parseInt(minWidth)) && offset.left + newWidth < viewport.width) {
815
+ this._style.width = newWidth + 'px';
816
+ this.container().style.width = this._style.width;
817
+ }
818
+ if ((!minHeight || newHeight > parseInt(minHeight)) && offset.top + newHeight < viewport.height) {
819
+ this.contentViewChild.nativeElement.style.height = contentHeight + newHeight - containerHeight + 'px';
820
+ if (this._style.height) {
821
+ this._style.height = newHeight + 'px';
822
+ this.container().style.height = this._style.height;
823
+ }
824
+ }
825
+ this.lastPageX = event.pageX;
826
+ this.lastPageY = event.pageY;
827
+ }
828
+ }
829
+ resizeEnd(event) {
830
+ if (this.resizing) {
831
+ this.resizing = false;
832
+ this.document.body.removeAttribute('data-p-unselectable-text');
833
+ !this.$unstyled() && (this.document.body.style['user-select'] = '');
834
+ this.onResizeEnd.emit(event);
835
+ }
836
+ }
837
+ bindGlobalListeners() {
838
+ if (this.draggable) {
839
+ this.bindDocumentDragListener();
840
+ this.bindDocumentDragEndListener();
841
+ }
842
+ if (this.resizable) {
843
+ this.bindDocumentResizeListeners();
844
+ }
845
+ if (this.closeOnEscape && this.closable) {
846
+ this.bindDocumentEscapeListener();
847
+ }
848
+ }
849
+ unbindGlobalListeners() {
850
+ this.unbindDocumentDragListener();
851
+ this.unbindDocumentDragEndListener();
852
+ this.unbindDocumentResizeListeners();
853
+ this.unbindDocumentEscapeListener();
854
+ }
855
+ bindDocumentDragListener() {
856
+ if (!this.documentDragListener) {
857
+ this.zone.runOutsideAngular(() => {
858
+ this.documentDragListener = this.renderer.listen(this.document.defaultView, 'mousemove', this.onDrag.bind(this));
859
+ });
860
+ }
861
+ }
862
+ unbindDocumentDragListener() {
863
+ if (this.documentDragListener) {
864
+ this.documentDragListener();
865
+ this.documentDragListener = null;
866
+ }
867
+ }
868
+ bindDocumentDragEndListener() {
869
+ if (!this.documentDragEndListener) {
870
+ this.zone.runOutsideAngular(() => {
871
+ this.documentDragEndListener = this.renderer.listen(this.document.defaultView, 'mouseup', this.endDrag.bind(this));
872
+ });
873
+ }
874
+ }
875
+ unbindDocumentDragEndListener() {
876
+ if (this.documentDragEndListener) {
877
+ this.documentDragEndListener();
878
+ this.documentDragEndListener = null;
879
+ }
880
+ }
881
+ bindDocumentResizeListeners() {
882
+ if (!this.documentResizeListener && !this.documentResizeEndListener) {
883
+ this.zone.runOutsideAngular(() => {
884
+ this.documentResizeListener = this.renderer.listen(this.document.defaultView, 'mousemove', this.onResize.bind(this));
885
+ this.documentResizeEndListener = this.renderer.listen(this.document.defaultView, 'mouseup', this.resizeEnd.bind(this));
886
+ });
887
+ }
888
+ }
889
+ unbindDocumentResizeListeners() {
890
+ if (this.documentResizeListener && this.documentResizeEndListener) {
891
+ this.documentResizeListener();
892
+ this.documentResizeEndListener();
893
+ this.documentResizeListener = null;
894
+ this.documentResizeEndListener = null;
895
+ }
896
+ }
897
+ bindDocumentEscapeListener() {
898
+ const documentTarget = this.el ? this.el.nativeElement.ownerDocument : 'document';
899
+ this.documentEscapeListener = this.renderer.listen(documentTarget, 'keydown', (event) => {
900
+ if (event.key == 'Escape') {
901
+ const container = this.container();
902
+ if (!container) {
903
+ return;
904
+ }
905
+ const currentZIndex = ZIndexUtils.getCurrent();
906
+ if (parseInt(container.style.zIndex) == currentZIndex || this.zIndexForLayering == currentZIndex) {
907
+ this.close(event);
908
+ }
909
+ }
910
+ });
911
+ }
912
+ unbindDocumentEscapeListener() {
913
+ if (this.documentEscapeListener) {
914
+ this.documentEscapeListener();
915
+ this.documentEscapeListener = null;
916
+ }
917
+ }
918
+ appendContainer() {
919
+ if (this.$appendTo() !== 'self') {
920
+ appendChild(this.document.body, this.wrapper);
921
+ }
922
+ }
923
+ restoreAppend() {
924
+ if (this.container() && this.$appendTo() !== 'self') {
925
+ this.renderer.appendChild(this.el.nativeElement, this.wrapper);
926
+ }
927
+ }
928
+ onBeforeEnter(event) {
929
+ this.container.set(event.element);
930
+ this.wrapper = this.container()?.parentElement;
931
+ this.$attrSelector && this.container()?.setAttribute(this.$attrSelector, '');
932
+ this.appendContainer();
933
+ this.moveOnTop();
934
+ this.bindGlobalListeners();
935
+ this.container()?.setAttribute(this.id, '');
936
+ if (this.modal) {
937
+ this.enableModality();
938
+ }
939
+ }
940
+ onAfterEnter() {
941
+ if (this.focusOnShow) {
942
+ this.focus();
943
+ }
944
+ this.onShow.emit({});
945
+ }
946
+ onBeforeLeave() {
947
+ if (this.modal) {
948
+ this.maskVisible = false;
949
+ }
950
+ }
951
+ onAfterLeave() {
952
+ this.onContainerDestroy();
953
+ this.renderDialog.set(false);
954
+ if (this.modal) {
955
+ this.renderMask.set(false);
956
+ }
957
+ else {
958
+ this.maskVisible = false;
959
+ }
960
+ this.onHide.emit({});
961
+ this.cd.markForCheck();
962
+ }
963
+ onMaskAfterLeave() {
964
+ if (!this.renderDialog()) {
965
+ this.renderMask.set(false);
966
+ }
967
+ }
968
+ onContainerDestroy() {
969
+ this.unbindGlobalListeners();
970
+ this.dragging = false;
971
+ if (this.maximized) {
972
+ removeClass(this.document.body, 'p-overflow-hidden');
973
+ this.document.body.style.removeProperty('--scrollbar-width');
974
+ this.maximized = false;
975
+ }
976
+ if (this.modal) {
977
+ this.disableModality();
978
+ }
979
+ if (hasClass(this.document.body, 'p-overflow-hidden')) {
980
+ removeClass(this.document.body, 'p-overflow-hidden');
981
+ }
982
+ if (this.container() && this.autoZIndex) {
983
+ ZIndexUtils.clear(this.container());
984
+ }
985
+ if (this.zIndexForLayering) {
986
+ ZIndexUtils.revertZIndex(this.zIndexForLayering);
987
+ }
988
+ this.container.set(null);
989
+ this.wrapper = null;
990
+ this._style = this.originalStyle ? { ...this.originalStyle } : {};
991
+ }
992
+ destroyStyle() {
993
+ if (this.styleElement) {
994
+ this.renderer.removeChild(this.document.head, this.styleElement);
995
+ this.styleElement = null;
996
+ }
997
+ }
998
+ onDestroy() {
999
+ if (this.container()) {
1000
+ this.restoreAppend();
1001
+ this.onContainerDestroy();
1002
+ }
1003
+ this.destroyStyle();
1004
+ }
1005
+ get dataP() {
1006
+ return this.cn({
1007
+ maximized: this.maximized,
1008
+ modal: this.modal
1009
+ });
1010
+ }
1011
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: Dialog, deps: null, target: i0.ɵɵFactoryTarget.Component });
1012
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.0.8", type: Dialog, isStandalone: true, selector: "agl-dialog", inputs: { hostName: { classPropertyName: "hostName", publicName: "hostName", isSignal: false, isRequired: false, transformFunction: null }, header: { classPropertyName: "header", publicName: "header", isSignal: false, isRequired: false, transformFunction: null }, draggable: { classPropertyName: "draggable", publicName: "draggable", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, resizable: { classPropertyName: "resizable", publicName: "resizable", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, contentStyle: { classPropertyName: "contentStyle", publicName: "contentStyle", isSignal: false, isRequired: false, transformFunction: null }, contentStyleClass: { classPropertyName: "contentStyleClass", publicName: "contentStyleClass", isSignal: false, isRequired: false, transformFunction: null }, modal: { classPropertyName: "modal", publicName: "modal", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, closeOnEscape: { classPropertyName: "closeOnEscape", publicName: "closeOnEscape", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, dismissableMask: { classPropertyName: "dismissableMask", publicName: "dismissableMask", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, rtl: { classPropertyName: "rtl", publicName: "rtl", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, closable: { classPropertyName: "closable", publicName: "closable", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, breakpoints: { classPropertyName: "breakpoints", publicName: "breakpoints", isSignal: false, isRequired: false, transformFunction: null }, styleClass: { classPropertyName: "styleClass", publicName: "styleClass", isSignal: false, isRequired: false, transformFunction: null }, maskStyleClass: { classPropertyName: "maskStyleClass", publicName: "maskStyleClass", isSignal: false, isRequired: false, transformFunction: null }, maskStyle: { classPropertyName: "maskStyle", publicName: "maskStyle", isSignal: false, isRequired: false, transformFunction: null }, showHeader: { classPropertyName: "showHeader", publicName: "showHeader", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, blockScroll: { classPropertyName: "blockScroll", publicName: "blockScroll", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, autoZIndex: { classPropertyName: "autoZIndex", publicName: "autoZIndex", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, baseZIndex: { classPropertyName: "baseZIndex", publicName: "baseZIndex", isSignal: false, isRequired: false, transformFunction: numberAttribute }, minX: { classPropertyName: "minX", publicName: "minX", isSignal: false, isRequired: false, transformFunction: numberAttribute }, minY: { classPropertyName: "minY", publicName: "minY", isSignal: false, isRequired: false, transformFunction: numberAttribute }, focusOnShow: { classPropertyName: "focusOnShow", publicName: "focusOnShow", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, maximizable: { classPropertyName: "maximizable", publicName: "maximizable", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, keepInViewport: { classPropertyName: "keepInViewport", publicName: "keepInViewport", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, focusTrap: { classPropertyName: "focusTrap", publicName: "focusTrap", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, transitionOptions: { classPropertyName: "transitionOptions", publicName: "transitionOptions", isSignal: false, isRequired: false, transformFunction: null }, maskMotionOptions: { classPropertyName: "maskMotionOptions", publicName: "maskMotionOptions", isSignal: true, isRequired: false, transformFunction: null }, motionOptions: { classPropertyName: "motionOptions", publicName: "motionOptions", isSignal: true, isRequired: false, transformFunction: null }, closeIcon: { classPropertyName: "closeIcon", publicName: "closeIcon", isSignal: false, isRequired: false, transformFunction: null }, closeAriaLabel: { classPropertyName: "closeAriaLabel", publicName: "closeAriaLabel", isSignal: false, isRequired: false, transformFunction: null }, closeTabindex: { classPropertyName: "closeTabindex", publicName: "closeTabindex", isSignal: false, isRequired: false, transformFunction: null }, minimizeIcon: { classPropertyName: "minimizeIcon", publicName: "minimizeIcon", isSignal: false, isRequired: false, transformFunction: null }, maximizeIcon: { classPropertyName: "maximizeIcon", publicName: "maximizeIcon", isSignal: false, isRequired: false, transformFunction: null }, closeButtonProps: { classPropertyName: "closeButtonProps", publicName: "closeButtonProps", isSignal: false, isRequired: false, transformFunction: null }, maximizeButtonProps: { classPropertyName: "maximizeButtonProps", publicName: "maximizeButtonProps", isSignal: false, isRequired: false, transformFunction: null }, visible: { classPropertyName: "visible", publicName: "visible", isSignal: false, isRequired: false, transformFunction: null }, style: { classPropertyName: "style", publicName: "style", isSignal: false, isRequired: false, transformFunction: null }, position: { classPropertyName: "position", publicName: "position", isSignal: false, isRequired: false, transformFunction: null }, role: { classPropertyName: "role", publicName: "role", isSignal: false, isRequired: false, transformFunction: null }, appendTo: { classPropertyName: "appendTo", publicName: "appendTo", isSignal: true, isRequired: false, transformFunction: null }, headerTemplate: { classPropertyName: "headerTemplate", publicName: "content", isSignal: false, isRequired: false, transformFunction: null }, contentTemplate: { classPropertyName: "contentTemplate", publicName: "contentTemplate", isSignal: false, isRequired: false, transformFunction: null }, footerTemplate: { classPropertyName: "footerTemplate", publicName: "footerTemplate", isSignal: false, isRequired: false, transformFunction: null }, closeIconTemplate: { classPropertyName: "closeIconTemplate", publicName: "closeIconTemplate", isSignal: false, isRequired: false, transformFunction: null }, maximizeIconTemplate: { classPropertyName: "maximizeIconTemplate", publicName: "maximizeIconTemplate", isSignal: false, isRequired: false, transformFunction: null }, minimizeIconTemplate: { classPropertyName: "minimizeIconTemplate", publicName: "minimizeIconTemplate", isSignal: false, isRequired: false, transformFunction: null }, headlessTemplate: { classPropertyName: "headlessTemplate", publicName: "headlessTemplate", isSignal: false, isRequired: false, transformFunction: null } }, outputs: { onShow: "onShow", onHide: "onHide", visibleChange: "visibleChange", onResizeInit: "onResizeInit", onResizeEnd: "onResizeEnd", onDragEnd: "onDragEnd", onMaximize: "onMaximize" }, providers: [DialogStyle, { provide: DIALOG_INSTANCE, useExisting: Dialog }, { provide: PARENT_INSTANCE, useExisting: Dialog }], queries: [{ propertyName: "_headerTemplate", first: true, predicate: ["header"] }, { propertyName: "_contentTemplate", first: true, predicate: ["content"] }, { propertyName: "_footerTemplate", first: true, predicate: ["footer"] }, { propertyName: "_closeiconTemplate", first: true, predicate: ["closeicon"] }, { propertyName: "_maximizeiconTemplate", first: true, predicate: ["maximizeicon"] }, { propertyName: "_minimizeiconTemplate", first: true, predicate: ["minimizeicon"] }, { propertyName: "_headlessTemplate", first: true, predicate: ["headless"] }, { propertyName: "templates", predicate: AglTemplate }], viewQueries: [{ propertyName: "headerViewChild", first: true, predicate: ["titlebar"], descendants: true }, { propertyName: "contentViewChild", first: true, predicate: ["content"], descendants: true }, { propertyName: "footerViewChild", first: true, predicate: ["footer"], descendants: true }], usesInheritance: true, hostDirectives: [{ directive: i1.Bind }], ngImport: i0, template: `
1013
+ @if (renderMask()) {
1014
+ <div
1015
+ [class]="cn(cx('mask'), maskStyleClass)"
1016
+ [style]="sx('mask')"
1017
+ [ngStyle]="maskStyle"
1018
+ [aglBind]="ptm('mask')"
1019
+ [aglMotion]="maskVisible"
1020
+ [aglMotionAppear]="true"
1021
+ [aglMotionEnterActiveClass]="modal ? 'p-overlay-mask-enter-active' : ''"
1022
+ [aglMotionLeaveActiveClass]="modal ? 'p-overlay-mask-leave-active' : ''"
1023
+ [aglMotionOptions]="computedMaskMotionOptions()"
1024
+ (aglMotionOnAfterLeave)="onMaskAfterLeave()"
1025
+ [attr.data-p-scrollblocker-active]="modal || blockScroll"
1026
+ [attr.data-p]="dataP"
1027
+ >
1028
+ @if (renderDialog()) {
1029
+ <div
1030
+ #container
1031
+ [class]="cn(cx('root'), styleClass)"
1032
+ [style]="sx('root')"
1033
+ [ngStyle]="style"
1034
+ [aglBind]="ptm('root')"
1035
+ aglFocusTrap
1036
+ [aglFocusTrapDisabled]="focusTrap === false"
1037
+ [aglMotion]="visible"
1038
+ [aglMotionAppear]="true"
1039
+ [aglMotionName]="'p-dialog'"
1040
+ [aglMotionOptions]="computedMotionOptions()"
1041
+ (aglMotionOnBeforeEnter)="onBeforeEnter($event)"
1042
+ (aglMotionOnAfterEnter)="onAfterEnter($event)"
1043
+ (aglMotionOnBeforeLeave)="onBeforeLeave($event)"
1044
+ (aglMotionOnAfterLeave)="onAfterLeave($event)"
1045
+ [attr.role]="role"
1046
+ [attr.aria-labelledby]="ariaLabelledBy"
1047
+ [attr.aria-modal]="true"
1048
+ [attr.data-p]="dataP"
1049
+ >
1050
+ <ng-container *ngIf="_headlessTemplate || headlessTemplate || headlessT; else notHeadless">
1051
+ <ng-container *ngTemplateOutlet="_headlessTemplate || headlessTemplate || headlessT"></ng-container>
1052
+ </ng-container>
1053
+
1054
+ <ng-template #notHeadless>
1055
+ <div *ngIf="resizable" [class]="cx('resizeHandle')" [aglBind]="ptm('resizeHandle')" [style.z-index]="90" (mousedown)="initResize($event)"></div>
1056
+ <div #titlebar [class]="cx('header')" [aglBind]="ptm('header')" (mousedown)="initDrag($event)" *ngIf="showHeader">
1057
+ <span [id]="ariaLabelledBy" [class]="cx('title')" [aglBind]="ptm('title')" *ngIf="!_headerTemplate && !headerTemplate && !headerT">{{ header }}</span>
1058
+ <ng-container *ngTemplateOutlet="_headerTemplate || headerTemplate || headerT; context: { ariaLabelledBy: ariaLabelledBy }"></ng-container>
1059
+ <div [class]="cx('headerActions')" [aglBind]="ptm('headerActions')">
1060
+ <agl-button
1061
+ [pt]="ptm('pcMaximizeButton')"
1062
+ *ngIf="maximizable"
1063
+ [styleClass]="cx('pcMaximizeButton')"
1064
+ [ariaLabel]="maximized ? minimizeLabel : maximizeLabel"
1065
+ (onClick)="maximize()"
1066
+ (keydown.enter)="maximize()"
1067
+ [tabindex]="maximizable ? '0' : '-1'"
1068
+ [buttonProps]="maximizeButtonProps"
1069
+ [unstyled]="unstyled()"
1070
+ [attr.data-pc-group-section]="'headericon'"
1071
+ >
1072
+ <ng-template #icon>
1073
+ <span *ngIf="maximizeIcon && !_maximizeiconTemplate && !_minimizeiconTemplate" [ngClass]="maximized ? minimizeIcon : maximizeIcon"></span>
1074
+ <ng-container *ngIf="!maximizeIcon && !maximizeButtonProps?.icon">
1075
+ <svg data-p-icon="window-maximize" *ngIf="!maximized && !_maximizeiconTemplate && !maximizeIconTemplate && !maximizeIconT" />
1076
+ <svg data-p-icon="window-minimize" *ngIf="maximized && !_minimizeiconTemplate && !minimizeIconTemplate && !minimizeIconT" />
1077
+ </ng-container>
1078
+ <ng-container *ngIf="!maximized">
1079
+ <ng-template *ngTemplateOutlet="_maximizeiconTemplate || maximizeIconTemplate || maximizeIconT"></ng-template>
1080
+ </ng-container>
1081
+ <ng-container *ngIf="maximized">
1082
+ <ng-template *ngTemplateOutlet="_minimizeiconTemplate || minimizeIconTemplate || minimizeIconT"></ng-template>
1083
+ </ng-container>
1084
+ </ng-template>
1085
+ </agl-button>
1086
+ <agl-button
1087
+ [pt]="ptm('pcCloseButton')"
1088
+ *ngIf="closable"
1089
+ [styleClass]="cx('pcCloseButton')"
1090
+ [ariaLabel]="closeAriaLabel"
1091
+ (onClick)="close($event)"
1092
+ (keydown.enter)="close($event)"
1093
+ [tabindex]="closeTabindex"
1094
+ [buttonProps]="closeButtonProps"
1095
+ [unstyled]="unstyled()"
1096
+ [attr.data-pc-group-section]="'headericon'"
1097
+ >
1098
+ <ng-template #icon>
1099
+ <ng-container *ngIf="!_closeiconTemplate && !closeIconTemplate && !closeIconT && !closeButtonProps?.icon">
1100
+ <span *ngIf="closeIcon" [class]="closeIcon"></span>
1101
+ <svg data-p-icon="times" *ngIf="!closeIcon" />
1102
+ </ng-container>
1103
+ <span *ngIf="_closeiconTemplate || closeIconTemplate || closeIconT">
1104
+ <ng-template *ngTemplateOutlet="_closeiconTemplate || closeIconTemplate || closeIconT"></ng-template>
1105
+ </span>
1106
+ </ng-template>
1107
+ </agl-button>
1108
+ </div>
1109
+ </div>
1110
+ <div #content [class]="cn(cx('content'), contentStyleClass)" [ngStyle]="contentStyle" [aglBind]="ptm('content')">
1111
+ <ng-content></ng-content>
1112
+ <ng-container *ngTemplateOutlet="_contentTemplate || contentTemplate || contentT"></ng-container>
1113
+ </div>
1114
+ <div #footer [class]="cx('footer')" [aglBind]="ptm('footer')" *ngIf="_footerTemplate || footerTemplate || footerT">
1115
+ <ng-content select="agl-footer"></ng-content>
1116
+ <ng-container *ngTemplateOutlet="_footerTemplate || footerTemplate || footerT"></ng-container>
1117
+ </div>
1118
+ </ng-template>
1119
+ </div>
1120
+ }
1121
+ </div>
1122
+ }
1123
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: Button, selector: "agl-button", inputs: ["hostName", "type", "badge", "disabled", "raised", "rounded", "text", "plain", "outlined", "link", "tabindex", "size", "variant", "style", "styleClass", "badgeClass", "badgeSeverity", "ariaLabel", "autofocus", "iconPos", "icon", "label", "loading", "loadingIcon", "severity", "buttonProps", "fluid"], outputs: ["onClick", "onFocus", "onBlur"] }, { kind: "directive", type: FocusTrap, selector: "[aglFocusTrap]", inputs: ["aglFocusTrapDisabled"] }, { kind: "component", type: TimesIcon, selector: "[data-p-icon=\"times\"]" }, { kind: "component", type: WindowMaximizeIcon, selector: "[data-p-icon=\"window-maximize\"]" }, { kind: "component", type: WindowMinimizeIcon, selector: "[data-p-icon=\"window-minimize\"]" }, { kind: "ngmodule", type: SharedModule }, { kind: "directive", type: Bind, selector: "[aglBind]", inputs: ["aglBind"] }, { kind: "ngmodule", type: MotionModule }, { kind: "directive", type: i3.MotionDirective, selector: "[aglMotion]", inputs: ["aglMotion", "aglMotionName", "aglMotionType", "aglMotionSafe", "aglMotionDisabled", "aglMotionAppear", "aglMotionEnter", "aglMotionLeave", "aglMotionDuration", "aglMotionHideStrategy", "aglMotionEnterFromClass", "aglMotionEnterToClass", "aglMotionEnterActiveClass", "aglMotionLeaveFromClass", "aglMotionLeaveToClass", "aglMotionLeaveActiveClass", "aglMotionOptions"], outputs: ["aglMotionOnBeforeEnter", "aglMotionOnEnter", "aglMotionOnAfterEnter", "aglMotionOnEnterCancelled", "aglMotionOnBeforeLeave", "aglMotionOnLeave", "aglMotionOnAfterLeave", "aglMotionOnLeaveCancelled"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1124
+ }
1125
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: Dialog, decorators: [{
1126
+ type: Component,
1127
+ args: [{
1128
+ selector: 'agl-dialog',
1129
+ standalone: true,
1130
+ imports: [CommonModule, Button, FocusTrap, TimesIcon, WindowMaximizeIcon, WindowMinimizeIcon, SharedModule, Bind, MotionModule],
1131
+ template: `
1132
+ @if (renderMask()) {
1133
+ <div
1134
+ [class]="cn(cx('mask'), maskStyleClass)"
1135
+ [style]="sx('mask')"
1136
+ [ngStyle]="maskStyle"
1137
+ [aglBind]="ptm('mask')"
1138
+ [aglMotion]="maskVisible"
1139
+ [aglMotionAppear]="true"
1140
+ [aglMotionEnterActiveClass]="modal ? 'p-overlay-mask-enter-active' : ''"
1141
+ [aglMotionLeaveActiveClass]="modal ? 'p-overlay-mask-leave-active' : ''"
1142
+ [aglMotionOptions]="computedMaskMotionOptions()"
1143
+ (aglMotionOnAfterLeave)="onMaskAfterLeave()"
1144
+ [attr.data-p-scrollblocker-active]="modal || blockScroll"
1145
+ [attr.data-p]="dataP"
1146
+ >
1147
+ @if (renderDialog()) {
1148
+ <div
1149
+ #container
1150
+ [class]="cn(cx('root'), styleClass)"
1151
+ [style]="sx('root')"
1152
+ [ngStyle]="style"
1153
+ [aglBind]="ptm('root')"
1154
+ aglFocusTrap
1155
+ [aglFocusTrapDisabled]="focusTrap === false"
1156
+ [aglMotion]="visible"
1157
+ [aglMotionAppear]="true"
1158
+ [aglMotionName]="'p-dialog'"
1159
+ [aglMotionOptions]="computedMotionOptions()"
1160
+ (aglMotionOnBeforeEnter)="onBeforeEnter($event)"
1161
+ (aglMotionOnAfterEnter)="onAfterEnter($event)"
1162
+ (aglMotionOnBeforeLeave)="onBeforeLeave($event)"
1163
+ (aglMotionOnAfterLeave)="onAfterLeave($event)"
1164
+ [attr.role]="role"
1165
+ [attr.aria-labelledby]="ariaLabelledBy"
1166
+ [attr.aria-modal]="true"
1167
+ [attr.data-p]="dataP"
1168
+ >
1169
+ <ng-container *ngIf="_headlessTemplate || headlessTemplate || headlessT; else notHeadless">
1170
+ <ng-container *ngTemplateOutlet="_headlessTemplate || headlessTemplate || headlessT"></ng-container>
1171
+ </ng-container>
1172
+
1173
+ <ng-template #notHeadless>
1174
+ <div *ngIf="resizable" [class]="cx('resizeHandle')" [aglBind]="ptm('resizeHandle')" [style.z-index]="90" (mousedown)="initResize($event)"></div>
1175
+ <div #titlebar [class]="cx('header')" [aglBind]="ptm('header')" (mousedown)="initDrag($event)" *ngIf="showHeader">
1176
+ <span [id]="ariaLabelledBy" [class]="cx('title')" [aglBind]="ptm('title')" *ngIf="!_headerTemplate && !headerTemplate && !headerT">{{ header }}</span>
1177
+ <ng-container *ngTemplateOutlet="_headerTemplate || headerTemplate || headerT; context: { ariaLabelledBy: ariaLabelledBy }"></ng-container>
1178
+ <div [class]="cx('headerActions')" [aglBind]="ptm('headerActions')">
1179
+ <agl-button
1180
+ [pt]="ptm('pcMaximizeButton')"
1181
+ *ngIf="maximizable"
1182
+ [styleClass]="cx('pcMaximizeButton')"
1183
+ [ariaLabel]="maximized ? minimizeLabel : maximizeLabel"
1184
+ (onClick)="maximize()"
1185
+ (keydown.enter)="maximize()"
1186
+ [tabindex]="maximizable ? '0' : '-1'"
1187
+ [buttonProps]="maximizeButtonProps"
1188
+ [unstyled]="unstyled()"
1189
+ [attr.data-pc-group-section]="'headericon'"
1190
+ >
1191
+ <ng-template #icon>
1192
+ <span *ngIf="maximizeIcon && !_maximizeiconTemplate && !_minimizeiconTemplate" [ngClass]="maximized ? minimizeIcon : maximizeIcon"></span>
1193
+ <ng-container *ngIf="!maximizeIcon && !maximizeButtonProps?.icon">
1194
+ <svg data-p-icon="window-maximize" *ngIf="!maximized && !_maximizeiconTemplate && !maximizeIconTemplate && !maximizeIconT" />
1195
+ <svg data-p-icon="window-minimize" *ngIf="maximized && !_minimizeiconTemplate && !minimizeIconTemplate && !minimizeIconT" />
1196
+ </ng-container>
1197
+ <ng-container *ngIf="!maximized">
1198
+ <ng-template *ngTemplateOutlet="_maximizeiconTemplate || maximizeIconTemplate || maximizeIconT"></ng-template>
1199
+ </ng-container>
1200
+ <ng-container *ngIf="maximized">
1201
+ <ng-template *ngTemplateOutlet="_minimizeiconTemplate || minimizeIconTemplate || minimizeIconT"></ng-template>
1202
+ </ng-container>
1203
+ </ng-template>
1204
+ </agl-button>
1205
+ <agl-button
1206
+ [pt]="ptm('pcCloseButton')"
1207
+ *ngIf="closable"
1208
+ [styleClass]="cx('pcCloseButton')"
1209
+ [ariaLabel]="closeAriaLabel"
1210
+ (onClick)="close($event)"
1211
+ (keydown.enter)="close($event)"
1212
+ [tabindex]="closeTabindex"
1213
+ [buttonProps]="closeButtonProps"
1214
+ [unstyled]="unstyled()"
1215
+ [attr.data-pc-group-section]="'headericon'"
1216
+ >
1217
+ <ng-template #icon>
1218
+ <ng-container *ngIf="!_closeiconTemplate && !closeIconTemplate && !closeIconT && !closeButtonProps?.icon">
1219
+ <span *ngIf="closeIcon" [class]="closeIcon"></span>
1220
+ <svg data-p-icon="times" *ngIf="!closeIcon" />
1221
+ </ng-container>
1222
+ <span *ngIf="_closeiconTemplate || closeIconTemplate || closeIconT">
1223
+ <ng-template *ngTemplateOutlet="_closeiconTemplate || closeIconTemplate || closeIconT"></ng-template>
1224
+ </span>
1225
+ </ng-template>
1226
+ </agl-button>
1227
+ </div>
1228
+ </div>
1229
+ <div #content [class]="cn(cx('content'), contentStyleClass)" [ngStyle]="contentStyle" [aglBind]="ptm('content')">
1230
+ <ng-content></ng-content>
1231
+ <ng-container *ngTemplateOutlet="_contentTemplate || contentTemplate || contentT"></ng-container>
1232
+ </div>
1233
+ <div #footer [class]="cx('footer')" [aglBind]="ptm('footer')" *ngIf="_footerTemplate || footerTemplate || footerT">
1234
+ <ng-content select="agl-footer"></ng-content>
1235
+ <ng-container *ngTemplateOutlet="_footerTemplate || footerTemplate || footerT"></ng-container>
1236
+ </div>
1237
+ </ng-template>
1238
+ </div>
1239
+ }
1240
+ </div>
1241
+ }
1242
+ `,
1243
+ changeDetection: ChangeDetectionStrategy.OnPush,
1244
+ encapsulation: ViewEncapsulation.None,
1245
+ providers: [DialogStyle, { provide: DIALOG_INSTANCE, useExisting: Dialog }, { provide: PARENT_INSTANCE, useExisting: Dialog }],
1246
+ hostDirectives: [Bind]
1247
+ }]
1248
+ }], propDecorators: { hostName: [{
1249
+ type: Input
1250
+ }], header: [{
1251
+ type: Input
1252
+ }], draggable: [{
1253
+ type: Input,
1254
+ args: [{ transform: booleanAttribute }]
1255
+ }], resizable: [{
1256
+ type: Input,
1257
+ args: [{ transform: booleanAttribute }]
1258
+ }], contentStyle: [{
1259
+ type: Input
1260
+ }], contentStyleClass: [{
1261
+ type: Input
1262
+ }], modal: [{
1263
+ type: Input,
1264
+ args: [{ transform: booleanAttribute }]
1265
+ }], closeOnEscape: [{
1266
+ type: Input,
1267
+ args: [{ transform: booleanAttribute }]
1268
+ }], dismissableMask: [{
1269
+ type: Input,
1270
+ args: [{ transform: booleanAttribute }]
1271
+ }], rtl: [{
1272
+ type: Input,
1273
+ args: [{ transform: booleanAttribute }]
1274
+ }], closable: [{
1275
+ type: Input,
1276
+ args: [{ transform: booleanAttribute }]
1277
+ }], breakpoints: [{
1278
+ type: Input
1279
+ }], styleClass: [{
1280
+ type: Input
1281
+ }], maskStyleClass: [{
1282
+ type: Input
1283
+ }], maskStyle: [{
1284
+ type: Input
1285
+ }], showHeader: [{
1286
+ type: Input,
1287
+ args: [{ transform: booleanAttribute }]
1288
+ }], blockScroll: [{
1289
+ type: Input,
1290
+ args: [{ transform: booleanAttribute }]
1291
+ }], autoZIndex: [{
1292
+ type: Input,
1293
+ args: [{ transform: booleanAttribute }]
1294
+ }], baseZIndex: [{
1295
+ type: Input,
1296
+ args: [{ transform: numberAttribute }]
1297
+ }], minX: [{
1298
+ type: Input,
1299
+ args: [{ transform: numberAttribute }]
1300
+ }], minY: [{
1301
+ type: Input,
1302
+ args: [{ transform: numberAttribute }]
1303
+ }], focusOnShow: [{
1304
+ type: Input,
1305
+ args: [{ transform: booleanAttribute }]
1306
+ }], maximizable: [{
1307
+ type: Input,
1308
+ args: [{ transform: booleanAttribute }]
1309
+ }], keepInViewport: [{
1310
+ type: Input,
1311
+ args: [{ transform: booleanAttribute }]
1312
+ }], focusTrap: [{
1313
+ type: Input,
1314
+ args: [{ transform: booleanAttribute }]
1315
+ }], transitionOptions: [{
1316
+ type: Input
1317
+ }], maskMotionOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "maskMotionOptions", required: false }] }], motionOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "motionOptions", required: false }] }], closeIcon: [{
1318
+ type: Input
1319
+ }], closeAriaLabel: [{
1320
+ type: Input
1321
+ }], closeTabindex: [{
1322
+ type: Input
1323
+ }], minimizeIcon: [{
1324
+ type: Input
1325
+ }], maximizeIcon: [{
1326
+ type: Input
1327
+ }], closeButtonProps: [{
1328
+ type: Input
1329
+ }], maximizeButtonProps: [{
1330
+ type: Input
1331
+ }], visible: [{
1332
+ type: Input
1333
+ }], style: [{
1334
+ type: Input
1335
+ }], position: [{
1336
+ type: Input
1337
+ }], role: [{
1338
+ type: Input
1339
+ }], appendTo: [{ type: i0.Input, args: [{ isSignal: true, alias: "appendTo", required: false }] }], onShow: [{
1340
+ type: Output
1341
+ }], onHide: [{
1342
+ type: Output
1343
+ }], visibleChange: [{
1344
+ type: Output
1345
+ }], onResizeInit: [{
1346
+ type: Output
1347
+ }], onResizeEnd: [{
1348
+ type: Output
1349
+ }], onDragEnd: [{
1350
+ type: Output
1351
+ }], onMaximize: [{
1352
+ type: Output
1353
+ }], headerViewChild: [{
1354
+ type: ViewChild,
1355
+ args: ['titlebar']
1356
+ }], contentViewChild: [{
1357
+ type: ViewChild,
1358
+ args: ['content']
1359
+ }], footerViewChild: [{
1360
+ type: ViewChild,
1361
+ args: ['footer']
1362
+ }], headerTemplate: [{
1363
+ type: Input,
1364
+ args: ['content']
1365
+ }], contentTemplate: [{
1366
+ type: Input
1367
+ }], footerTemplate: [{
1368
+ type: Input
1369
+ }], closeIconTemplate: [{
1370
+ type: Input
1371
+ }], maximizeIconTemplate: [{
1372
+ type: Input
1373
+ }], minimizeIconTemplate: [{
1374
+ type: Input
1375
+ }], headlessTemplate: [{
1376
+ type: Input
1377
+ }], _headerTemplate: [{
1378
+ type: ContentChild,
1379
+ args: ['header', { descendants: false }]
1380
+ }], _contentTemplate: [{
1381
+ type: ContentChild,
1382
+ args: ['content', { descendants: false }]
1383
+ }], _footerTemplate: [{
1384
+ type: ContentChild,
1385
+ args: ['footer', { descendants: false }]
1386
+ }], _closeiconTemplate: [{
1387
+ type: ContentChild,
1388
+ args: ['closeicon', { descendants: false }]
1389
+ }], _maximizeiconTemplate: [{
1390
+ type: ContentChild,
1391
+ args: ['maximizeicon', { descendants: false }]
1392
+ }], _minimizeiconTemplate: [{
1393
+ type: ContentChild,
1394
+ args: ['minimizeicon', { descendants: false }]
1395
+ }], _headlessTemplate: [{
1396
+ type: ContentChild,
1397
+ args: ['headless', { descendants: false }]
1398
+ }], templates: [{
1399
+ type: ContentChildren,
1400
+ args: [AglTemplate]
1401
+ }] } });
1402
+ class DialogModule {
1403
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1404
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: DialogModule, imports: [Dialog, SharedModule], exports: [Dialog, SharedModule] });
1405
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DialogModule, imports: [Dialog, SharedModule, SharedModule] });
1406
+ }
1407
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DialogModule, decorators: [{
1408
+ type: NgModule,
1409
+ args: [{
1410
+ imports: [Dialog, SharedModule],
1411
+ exports: [Dialog, SharedModule]
1412
+ }]
1413
+ }] });
1414
+
1415
+ /**
1416
+ * Generated bundle index. Do not edit.
1417
+ */
1418
+
1419
+ export { Dialog, DialogClasses, DialogModule, DialogStyle };
1420
+ //# sourceMappingURL=anguless-angulux-dialog.mjs.map