@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,1015 @@
1
+ import { DatePickerPassThrough, DatePickerResponsiveOptions, DatePickerTypeView, DatePickerMonthChangeEvent, DatePickerYearChangeEvent, Month, DatePickerDateTemplateContext, DatePickerDisabledDateTemplateContext, DatePickerDecadeTemplateContext, DatePickerInputIconTemplateContext, DatePickerButtonBarTemplateContext, NavigationState, LocaleSettings } from '@anguless/angulux/types/datepicker';
2
+ export * from '@anguless/angulux/types/datepicker';
3
+ import * as i0 from '@angular/core';
4
+ import { EventEmitter, ElementRef, TemplateRef, NgZone, QueryList } from '@angular/core';
5
+ import { MotionOptions, MotionEvent } from '@anguless/angulux-motion';
6
+ import * as i2 from '@anguless/angulux/api';
7
+ import { OverlayService, AglTemplate } from '@anguless/angulux/api';
8
+ import { BaseInput } from '@anguless/angulux/baseinput';
9
+ import * as i1 from '@anguless/angulux/bind';
10
+ import { Bind } from '@anguless/angulux/bind';
11
+ import { ConnectedOverlayScrollHandler } from '@anguless/angulux/dom';
12
+ import { Nullable, VoidListener } from '@anguless/angulux/ts-helpers';
13
+ import { Subscription } from 'rxjs';
14
+ import { BaseStyle } from '@anguless/angulux/base';
15
+
16
+ /**
17
+ *
18
+ * DatePicker is a form component to work with dates.
19
+ *
20
+ * @module datepickerstyle
21
+ *
22
+ */
23
+ declare enum DatePickerClasses {
24
+ /**
25
+ * Class name of the root element
26
+ */
27
+ root = "p-datepicker",
28
+ /**
29
+ * Class name of the input element
30
+ */
31
+ pcInputText = "p-datepicker-input",
32
+ /**
33
+ * Class name of the dropdown element
34
+ */
35
+ dropdown = "p-datepicker-dropdown",
36
+ /**
37
+ * Class name of the input icon container element
38
+ */
39
+ inputIconContainer = "p-datepicker-input-icon-container",
40
+ /**
41
+ * Class name of the input icon element
42
+ */
43
+ inputIcon = "p-datepicker-input-icon",
44
+ /**
45
+ * Class name of the panel element
46
+ */
47
+ panel = "p-datepicker-panel",
48
+ /**
49
+ * Class name of the calendar container element
50
+ */
51
+ calendarContainer = "p-datepicker-calendar-container",
52
+ /**
53
+ * Class name of the calendar element
54
+ */
55
+ calendar = "p-datepicker-calendar",
56
+ /**
57
+ * Class name of the header element
58
+ */
59
+ header = "p-datepicker-header",
60
+ /**
61
+ * Class name of the previous button element
62
+ */
63
+ pcPrevButton = "p-datepicker-prev-button",
64
+ /**
65
+ * Class name of the title element
66
+ */
67
+ title = "p-datepicker-title",
68
+ /**
69
+ * Class name of the select month element
70
+ */
71
+ selectMonth = "p-datepicker-select-month",
72
+ /**
73
+ * Class name of the select year element
74
+ */
75
+ selectYear = "p-datepicker-select-year",
76
+ /**
77
+ * Class name of the decade element
78
+ */
79
+ decade = "p-datepicker-decade",
80
+ /**
81
+ * Class name of the next button element
82
+ */
83
+ pcNextButton = "p-datepicker-next-button",
84
+ /**
85
+ * Class name of the day view element
86
+ */
87
+ dayView = "p-datepicker-day-view",
88
+ /**
89
+ * Class name of the week header element
90
+ */
91
+ weekHeader = "p-datepicker-weekheader",
92
+ /**
93
+ * Class name of the week number element
94
+ */
95
+ weekNumber = "p-datepicker-weeknumber",
96
+ /**
97
+ * Class name of the week label container element
98
+ */
99
+ weekLabelContainer = "p-datepicker-weeklabel-container",
100
+ /**
101
+ * Class name of the week day cell element
102
+ */
103
+ weekDayCell = "p-datepicker-weekday-cell",
104
+ /**
105
+ * Class name of the week day element
106
+ */
107
+ weekDay = "p-datepicker-weekday",
108
+ /**
109
+ * Class name of the day cell element
110
+ */
111
+ dayCell = "p-datepicker-day-cell",
112
+ /**
113
+ * Class name of the day element
114
+ */
115
+ day = "p-datepicker-day",
116
+ /**
117
+ * Class name of the month view element
118
+ */
119
+ monthView = "p-datepicker-month-view",
120
+ /**
121
+ * Class name of the month element
122
+ */
123
+ month = "p-datepicker-month",
124
+ /**
125
+ * Class name of the year view element
126
+ */
127
+ yearView = "p-datepicker-year-view",
128
+ /**
129
+ * Class name of the year element
130
+ */
131
+ year = "p-datepicker-year",
132
+ /**
133
+ * Class name of the time picker element
134
+ */
135
+ timePicker = "p-datepicker-time-picker",
136
+ /**
137
+ * Class name of the hour picker element
138
+ */
139
+ hourPicker = "p-datepicker-hour-picker",
140
+ /**
141
+ * Class name of the increment button element
142
+ */
143
+ pcIncrementButton = "p-datepicker-increment-button",
144
+ /**
145
+ * Class name of the decrement button element
146
+ */
147
+ pcDecrementButton = "p-datepicker-decrement-button",
148
+ /**
149
+ * Class name of the separator element
150
+ */
151
+ separator = "p-datepicker-separator",
152
+ /**
153
+ * Class name of the minute picker element
154
+ */
155
+ minutePicker = "p-datepicker-minute-picker",
156
+ /**
157
+ * Class name of the second picker element
158
+ */
159
+ secondPicker = "p-datepicker-second-picker",
160
+ /**
161
+ * Class name of the ampm picker element
162
+ */
163
+ ampmPicker = "p-datepicker-ampm-picker",
164
+ /**
165
+ * Class name of the buttonbar element
166
+ */
167
+ buttonbar = "p-datepicker-buttonbar",
168
+ /**
169
+ * Class name of the today button element
170
+ */
171
+ pcTodayButton = "p-datepicker-today-button",
172
+ /**
173
+ * Class name of the clear button element
174
+ */
175
+ pcClearButton = "p-datepicker-clear-button",
176
+ /**
177
+ * Class name of the clear icon
178
+ */
179
+ clearIcon = "p-datepicker-clear-icon"
180
+ }
181
+ declare class DatePickerStyle extends BaseStyle {
182
+ name: string;
183
+ style: string;
184
+ classes: {
185
+ root: ({ instance }: {
186
+ instance: any;
187
+ }) => (string | {
188
+ 'p-invalid': any;
189
+ 'p-datepicker-fluid': any;
190
+ 'p-inputwrapper-filled': any;
191
+ 'p-variant-filled': boolean;
192
+ 'p-inputwrapper-focus': any;
193
+ 'p-focus': any;
194
+ })[];
195
+ pcInputText: string;
196
+ dropdown: string;
197
+ inputIconContainer: string;
198
+ inputIcon: string;
199
+ panel: ({ instance }: {
200
+ instance: any;
201
+ }) => (string | {
202
+ 'p-datepicker-panel p-component': boolean;
203
+ 'p-datepicker-panel-inline': any;
204
+ 'p-disabled': any;
205
+ 'p-datepicker-timeonly': any;
206
+ })[];
207
+ calendarContainer: string;
208
+ calendar: string;
209
+ header: string;
210
+ pcPrevButton: string;
211
+ title: string;
212
+ selectMonth: string;
213
+ selectYear: string;
214
+ decade: string;
215
+ pcNextButton: string;
216
+ dayView: string;
217
+ weekHeader: string;
218
+ weekNumber: string;
219
+ weekLabelContainer: string;
220
+ weekDayCell: string;
221
+ weekDay: string;
222
+ dayCell: ({ date }: {
223
+ date: any;
224
+ }) => (string | {
225
+ 'p-datepicker-other-month': any;
226
+ 'p-datepicker-today': any;
227
+ })[];
228
+ day: ({ instance, date }: {
229
+ instance: any;
230
+ date: any;
231
+ }) => {
232
+ [x: string]: any;
233
+ 'p-datepicker-day': boolean;
234
+ 'p-datepicker-day-selected': any;
235
+ 'p-disabled': any;
236
+ };
237
+ monthView: string;
238
+ month: ({ instance, index }: {
239
+ instance: any;
240
+ index: any;
241
+ }) => (string | {
242
+ 'p-datepicker-month-selected': any;
243
+ 'p-disabled': any;
244
+ })[];
245
+ yearView: string;
246
+ year: ({ instance, year }: {
247
+ instance: any;
248
+ year: any;
249
+ }) => (string | {
250
+ 'p-datepicker-year-selected': any;
251
+ 'p-disabled': any;
252
+ })[];
253
+ timePicker: string;
254
+ hourPicker: string;
255
+ pcIncrementButton: string;
256
+ pcDecrementButton: string;
257
+ separator: string;
258
+ minutePicker: string;
259
+ secondPicker: string;
260
+ ampmPicker: string;
261
+ buttonbar: string;
262
+ pcTodayButton: string;
263
+ pcClearButton: string;
264
+ clearIcon: string;
265
+ };
266
+ inlineStyles: {
267
+ root: () => {
268
+ position: string;
269
+ };
270
+ };
271
+ static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerStyle, never>;
272
+ static ɵprov: i0.ɵɵInjectableDeclaration<DatePickerStyle>;
273
+ }
274
+ interface DatePickerStyle extends BaseStyle {
275
+ }
276
+
277
+ declare const DATEPICKER_VALUE_ACCESSOR: any;
278
+ /**
279
+ * DatePicker is a form component to work with dates.
280
+ * @group Components
281
+ */
282
+ declare class DatePicker extends BaseInput<DatePickerPassThrough> {
283
+ private zone;
284
+ overlayService: OverlayService;
285
+ componentName: string;
286
+ bindDirectiveInstance: Bind;
287
+ $pcDatePicker: DatePicker | undefined;
288
+ iconDisplay: 'input' | 'button';
289
+ /**
290
+ * Style class of the component.
291
+ * @deprecated since v20.0.0, use `class` instead.
292
+ * @group Props
293
+ */
294
+ styleClass: string | undefined;
295
+ /**
296
+ * Inline style of the input field.
297
+ * @group Props
298
+ */
299
+ inputStyle: {
300
+ [klass: string]: any;
301
+ } | null | undefined;
302
+ /**
303
+ * Identifier of the focus input to match a label defined for the component.
304
+ * @group Props
305
+ */
306
+ inputId: string | undefined;
307
+ /**
308
+ * Style class of the input field.
309
+ * @group Props
310
+ */
311
+ inputStyleClass: string | undefined;
312
+ /**
313
+ * Placeholder text for the input.
314
+ * @group Props
315
+ */
316
+ placeholder: string | undefined;
317
+ /**
318
+ * Establishes relationships between the component and label(s) where its value should be one or more element IDs.
319
+ * @group Props
320
+ */
321
+ ariaLabelledBy: string | undefined;
322
+ /**
323
+ * Defines a string that labels the input for accessibility.
324
+ * @group Props
325
+ */
326
+ ariaLabel: string | undefined;
327
+ /**
328
+ * Defines a string that labels the icon button for accessibility.
329
+ * @group Props
330
+ */
331
+ iconAriaLabel: string | undefined;
332
+ /**
333
+ * Format of the date which can also be defined at locale settings.
334
+ * @group Props
335
+ */
336
+ get dateFormat(): string | undefined;
337
+ set dateFormat(value: string | undefined);
338
+ /**
339
+ * Separator for multiple selection mode.
340
+ * @group Props
341
+ */
342
+ multipleSeparator: string;
343
+ /**
344
+ * Separator for joining start and end dates on range selection mode.
345
+ * @group Props
346
+ */
347
+ rangeSeparator: string;
348
+ /**
349
+ * When enabled, displays the datepicker as inline. Default is false for popup mode.
350
+ * @group Props
351
+ */
352
+ inline: boolean;
353
+ /**
354
+ * Whether to display dates in other months (non-selectable) at the start or end of the current month. To make these days selectable use the selectOtherMonths option.
355
+ * @group Props
356
+ */
357
+ showOtherMonths: boolean;
358
+ /**
359
+ * Whether days in other months shown before or after the current month are selectable. This only applies if the showOtherMonths option is set to true.
360
+ * @group Props
361
+ */
362
+ selectOtherMonths: boolean | undefined;
363
+ /**
364
+ * When enabled, displays a button with icon next to input.
365
+ * @group Props
366
+ */
367
+ showIcon: boolean | undefined;
368
+ /**
369
+ * Icon of the datepicker button.
370
+ * @group Props
371
+ */
372
+ icon: string | undefined;
373
+ /**
374
+ * When specified, prevents entering the date manually with keyboard.
375
+ * @group Props
376
+ */
377
+ readonlyInput: boolean | undefined;
378
+ /**
379
+ * The cutoff year for determining the century for a date.
380
+ * @group Props
381
+ */
382
+ shortYearCutoff: any;
383
+ /**
384
+ * Specifies 12 or 24 hour format.
385
+ * @group Props
386
+ */
387
+ get hourFormat(): string;
388
+ set hourFormat(value: string);
389
+ /**
390
+ * Whether to display timepicker only.
391
+ * @group Props
392
+ */
393
+ timeOnly: boolean | undefined;
394
+ /**
395
+ * Hours to change per step.
396
+ * @group Props
397
+ */
398
+ stepHour: number;
399
+ /**
400
+ * Minutes to change per step.
401
+ * @group Props
402
+ */
403
+ stepMinute: number;
404
+ /**
405
+ * Seconds to change per step.
406
+ * @group Props
407
+ */
408
+ stepSecond: number;
409
+ /**
410
+ * Whether to show the seconds in time picker.
411
+ * @group Props
412
+ */
413
+ showSeconds: boolean;
414
+ /**
415
+ * When disabled, datepicker will not be visible with input focus.
416
+ * @group Props
417
+ */
418
+ showOnFocus: boolean;
419
+ /**
420
+ * When enabled, datepicker will show week numbers.
421
+ * @group Props
422
+ */
423
+ showWeek: boolean;
424
+ /**
425
+ * When enabled, datepicker will start week numbers from first day of the year.
426
+ * @group Props
427
+ */
428
+ startWeekFromFirstDayOfYear: boolean;
429
+ /**
430
+ * When enabled, a clear icon is displayed to clear the value.
431
+ * @group Props
432
+ */
433
+ showClear: boolean;
434
+ /**
435
+ * Type of the value to write back to ngModel, default is date and alternative is string.
436
+ * @group Props
437
+ */
438
+ dataType: string;
439
+ /**
440
+ * Defines the quantity of the selection, valid values are "single", "multiple" and "range".
441
+ * @group Props
442
+ */
443
+ selectionMode: 'single' | 'multiple' | 'range' | undefined;
444
+ /**
445
+ * Maximum number of selectable dates in multiple mode.
446
+ * @group Props
447
+ */
448
+ maxDateCount: number | undefined;
449
+ /**
450
+ * Whether to display today and clear buttons at the footer
451
+ * @group Props
452
+ */
453
+ showButtonBar: boolean | undefined;
454
+ /**
455
+ * Style class of the today button.
456
+ * @group Props
457
+ */
458
+ todayButtonStyleClass: string | undefined;
459
+ /**
460
+ * Style class of the clear button.
461
+ * @group Props
462
+ */
463
+ clearButtonStyleClass: string | undefined;
464
+ /**
465
+ * When present, it specifies that the component should automatically get focus on load.
466
+ * @group Props
467
+ */
468
+ autofocus: boolean | undefined;
469
+ /**
470
+ * Whether to automatically manage layering.
471
+ * @group Props
472
+ */
473
+ autoZIndex: boolean;
474
+ /**
475
+ * Base zIndex value to use in layering.
476
+ * @group Props
477
+ */
478
+ baseZIndex: number;
479
+ /**
480
+ * Style class of the datetimepicker container element.
481
+ * @group Props
482
+ */
483
+ panelStyleClass: string | undefined;
484
+ /**
485
+ * Inline style of the datetimepicker container element.
486
+ * @group Props
487
+ */
488
+ panelStyle: any;
489
+ /**
490
+ * Keep invalid value when input blur.
491
+ * @group Props
492
+ */
493
+ keepInvalid: boolean;
494
+ /**
495
+ * Whether to hide the overlay on date selection.
496
+ * @group Props
497
+ */
498
+ hideOnDateTimeSelect: boolean;
499
+ /**
500
+ * When enabled, datepicker overlay is displayed as optimized for touch devices.
501
+ * @group Props
502
+ */
503
+ touchUI: boolean | undefined;
504
+ /**
505
+ * Separator of time selector.
506
+ * @group Props
507
+ */
508
+ timeSeparator: string;
509
+ /**
510
+ * When enabled, can only focus on elements inside the datepicker.
511
+ * @group Props
512
+ */
513
+ focusTrap: boolean;
514
+ /**
515
+ * Transition options of the show animation.
516
+ * @group Props
517
+ * @deprecated since v21.0.0, use `motionOptions` instead.
518
+ */
519
+ showTransitionOptions: string;
520
+ /**
521
+ * Transition options of the hide animation.
522
+ * @group Props
523
+ * @deprecated since v21.0.0, use `motionOptions` instead.
524
+ */
525
+ hideTransitionOptions: string;
526
+ /**
527
+ * Index of the element in tabbing order.
528
+ * @group Props
529
+ */
530
+ tabindex: number | undefined;
531
+ /**
532
+ * The minimum selectable date.
533
+ * @group Props
534
+ */
535
+ get minDate(): Date | undefined | null;
536
+ set minDate(date: Date | undefined | null);
537
+ /**
538
+ * The maximum selectable date.
539
+ * @group Props
540
+ */
541
+ get maxDate(): Date | undefined | null;
542
+ set maxDate(date: Date | undefined | null);
543
+ /**
544
+ * Array with dates that should be disabled (not selectable).
545
+ * @group Props
546
+ */
547
+ get disabledDates(): Date[];
548
+ set disabledDates(disabledDates: Date[]);
549
+ /**
550
+ * Array with weekday numbers that should be disabled (not selectable).
551
+ * @group Props
552
+ */
553
+ get disabledDays(): number[];
554
+ set disabledDays(disabledDays: number[]);
555
+ /**
556
+ * Whether to display timepicker.
557
+ * @group Props
558
+ */
559
+ get showTime(): boolean;
560
+ set showTime(showTime: boolean);
561
+ /**
562
+ * An array of options for responsive design.
563
+ * @group Props
564
+ */
565
+ get responsiveOptions(): DatePickerResponsiveOptions[];
566
+ set responsiveOptions(responsiveOptions: DatePickerResponsiveOptions[]);
567
+ /**
568
+ * Number of months to display.
569
+ * @group Props
570
+ */
571
+ get numberOfMonths(): number;
572
+ set numberOfMonths(numberOfMonths: number);
573
+ /**
574
+ * Defines the first of the week for various date calculations.
575
+ * @group Props
576
+ */
577
+ get firstDayOfWeek(): number;
578
+ set firstDayOfWeek(firstDayOfWeek: number);
579
+ /**
580
+ * Type of view to display, valid values are "date" for datepicker and "month" for month picker.
581
+ * @group Props
582
+ */
583
+ get view(): DatePickerTypeView;
584
+ set view(view: DatePickerTypeView);
585
+ /**
586
+ * Set the date to highlight on first opening if the field is blank.
587
+ * @group Props
588
+ */
589
+ get defaultDate(): Date | null;
590
+ set defaultDate(defaultDate: Date | null);
591
+ /**
592
+ * 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).
593
+ * @defaultValue 'self'
594
+ * @group Props
595
+ */
596
+ appendTo: i0.InputSignal<any>;
597
+ /**
598
+ * The motion options.
599
+ * @group Props
600
+ */
601
+ motionOptions: i0.InputSignal<MotionOptions | undefined>;
602
+ computedMotionOptions: i0.Signal<MotionOptions>;
603
+ /**
604
+ * Callback to invoke on focus of input field.
605
+ * @param {Event} event - browser event.
606
+ * @group Emits
607
+ */
608
+ onFocus: EventEmitter<Event>;
609
+ /**
610
+ * Callback to invoke on blur of input field.
611
+ * @param {Event} event - browser event.
612
+ * @group Emits
613
+ */
614
+ onBlur: EventEmitter<Event>;
615
+ /**
616
+ * Callback to invoke when date panel closed.
617
+ * @param {HTMLDivElement} element - The element being transitioned/animated.
618
+ * @group Emits
619
+ */
620
+ onClose: EventEmitter<HTMLElement>;
621
+ /**
622
+ * Callback to invoke on date select.
623
+ * @param {Date} date - date value.
624
+ * @group Emits
625
+ */
626
+ onSelect: EventEmitter<Date>;
627
+ /**
628
+ * Callback to invoke when input field cleared.
629
+ * @group Emits
630
+ */
631
+ onClear: EventEmitter<any>;
632
+ /**
633
+ * Callback to invoke when input field is being typed.
634
+ * @param {Event} event - browser event
635
+ * @group Emits
636
+ */
637
+ onInput: EventEmitter<any>;
638
+ /**
639
+ * Callback to invoke when today button is clicked.
640
+ * @param {Date} date - today as a date instance.
641
+ * @group Emits
642
+ */
643
+ onTodayClick: EventEmitter<Date>;
644
+ /**
645
+ * Callback to invoke when clear button is clicked.
646
+ * @param {Event} event - browser event.
647
+ * @group Emits
648
+ */
649
+ onClearClick: EventEmitter<any>;
650
+ /**
651
+ * Callback to invoke when a month is changed using the navigators.
652
+ * @param {DatePickerMonthChangeEvent} event - custom month change event.
653
+ * @group Emits
654
+ */
655
+ onMonthChange: EventEmitter<DatePickerMonthChangeEvent>;
656
+ /**
657
+ * Callback to invoke when a year is changed using the navigators.
658
+ * @param {DatePickerYearChangeEvent} event - custom year change event.
659
+ * @group Emits
660
+ */
661
+ onYearChange: EventEmitter<DatePickerYearChangeEvent>;
662
+ /**
663
+ * Callback to invoke when clicked outside of the date panel.
664
+ * @group Emits
665
+ */
666
+ onClickOutside: EventEmitter<any>;
667
+ /**
668
+ * Callback to invoke when datepicker panel is shown.
669
+ * @param {HTMLDivElement} element - The element being transitioned/animated.
670
+ * @group Emits
671
+ */
672
+ onShow: EventEmitter<HTMLElement>;
673
+ inputfieldViewChild: Nullable<ElementRef>;
674
+ set content(content: ElementRef);
675
+ _componentStyle: DatePickerStyle;
676
+ contentViewChild: ElementRef;
677
+ value: any;
678
+ dates: Nullable<Date[]>;
679
+ months: Month[];
680
+ weekDays: Nullable<string[]>;
681
+ currentMonth: number;
682
+ currentYear: number;
683
+ currentHour: Nullable<number>;
684
+ currentMinute: Nullable<number>;
685
+ currentSecond: Nullable<number>;
686
+ p: any;
687
+ pm: Nullable<boolean>;
688
+ mask: Nullable<HTMLDivElement>;
689
+ maskClickListener: VoidListener;
690
+ overlay: Nullable<HTMLElement>;
691
+ responsiveStyleElement: HTMLStyleElement | undefined | null;
692
+ overlayVisible: Nullable<boolean>;
693
+ overlayMinWidth: Nullable<number>;
694
+ $appendTo: i0.Signal<any>;
695
+ calendarElement: Nullable<HTMLElement | ElementRef>;
696
+ timePickerTimer: any;
697
+ documentClickListener: VoidListener;
698
+ animationEndListener: VoidListener;
699
+ ticksTo1970: Nullable<number>;
700
+ yearOptions: Nullable<number[]>;
701
+ focus: Nullable<boolean>;
702
+ isKeydown: Nullable<boolean>;
703
+ _minDate?: Date | null;
704
+ _maxDate?: Date | null;
705
+ _dateFormat: string | undefined;
706
+ _hourFormat: string;
707
+ _showTime: boolean;
708
+ _yearRange: string;
709
+ preventDocumentListener: Nullable<boolean>;
710
+ dayClass(date: any): {
711
+ [x: string]: any;
712
+ 'p-datepicker-day': boolean;
713
+ 'p-datepicker-day-selected': any;
714
+ 'p-disabled': any;
715
+ };
716
+ /**
717
+ * Custom template for date cells.
718
+ * @param {DatePickerDateTemplateContext} context - date template context.
719
+ * @group Templates
720
+ */
721
+ dateTemplate: Nullable<TemplateRef<DatePickerDateTemplateContext>>;
722
+ /**
723
+ * Custom template for header section.
724
+ * @group Templates
725
+ */
726
+ headerTemplate: Nullable<TemplateRef<void>>;
727
+ /**
728
+ * Custom template for footer section.
729
+ * @group Templates
730
+ */
731
+ footerTemplate: Nullable<TemplateRef<void>>;
732
+ /**
733
+ * Custom template for disabled date cells.
734
+ * @param {DatePickerDisabledDateTemplateContext} context - disabled date template context.
735
+ * @group Templates
736
+ */
737
+ disabledDateTemplate: Nullable<TemplateRef<DatePickerDisabledDateTemplateContext>>;
738
+ /**
739
+ * Custom template for decade view.
740
+ * @param {DatePickerDecadeTemplateContext} context - decade template context.
741
+ * @group Templates
742
+ */
743
+ decadeTemplate: Nullable<TemplateRef<DatePickerDecadeTemplateContext>>;
744
+ /**
745
+ * Custom template for previous month icon.
746
+ * @group Templates
747
+ */
748
+ previousIconTemplate: Nullable<TemplateRef<void>>;
749
+ /**
750
+ * Custom template for next month icon.
751
+ * @group Templates
752
+ */
753
+ nextIconTemplate: Nullable<TemplateRef<void>>;
754
+ /**
755
+ * Custom template for trigger icon.
756
+ * @group Templates
757
+ */
758
+ triggerIconTemplate: Nullable<TemplateRef<void>>;
759
+ /**
760
+ * Custom template for clear icon.
761
+ * @group Templates
762
+ */
763
+ clearIconTemplate: Nullable<TemplateRef<void>>;
764
+ /**
765
+ * Custom template for decrement icon.
766
+ * @group Templates
767
+ */
768
+ decrementIconTemplate: Nullable<TemplateRef<void>>;
769
+ /**
770
+ * Custom template for increment icon.
771
+ * @group Templates
772
+ */
773
+ incrementIconTemplate: Nullable<TemplateRef<void>>;
774
+ /**
775
+ * Custom template for input icon.
776
+ * @param {DatePickerInputIconTemplateContext} context - input icon template context.
777
+ * @group Templates
778
+ */
779
+ inputIconTemplate: Nullable<TemplateRef<DatePickerInputIconTemplateContext>>;
780
+ /**
781
+ * Custom template for button bar.
782
+ * @param {DatePickerButtonBarTemplateContext} context - button bar template context.
783
+ * @group Templates
784
+ */
785
+ buttonBarTemplate: Nullable<TemplateRef<DatePickerButtonBarTemplateContext>>;
786
+ _dateTemplate: TemplateRef<DatePickerDateTemplateContext> | undefined;
787
+ _headerTemplate: TemplateRef<void> | undefined;
788
+ _footerTemplate: TemplateRef<void> | undefined;
789
+ _disabledDateTemplate: TemplateRef<DatePickerDisabledDateTemplateContext> | undefined;
790
+ _decadeTemplate: TemplateRef<DatePickerDecadeTemplateContext> | undefined;
791
+ _previousIconTemplate: TemplateRef<void> | undefined;
792
+ _nextIconTemplate: TemplateRef<void> | undefined;
793
+ _triggerIconTemplate: TemplateRef<void> | undefined;
794
+ _clearIconTemplate: TemplateRef<void> | undefined;
795
+ _decrementIconTemplate: TemplateRef<void> | undefined;
796
+ _incrementIconTemplate: TemplateRef<void> | undefined;
797
+ _inputIconTemplate: TemplateRef<DatePickerInputIconTemplateContext> | undefined;
798
+ _buttonBarTemplate: TemplateRef<DatePickerButtonBarTemplateContext> | undefined;
799
+ _disabledDates: Array<Date>;
800
+ _disabledDays: Array<number>;
801
+ selectElement: Nullable;
802
+ todayElement: Nullable;
803
+ focusElement: Nullable;
804
+ scrollHandler: Nullable<ConnectedOverlayScrollHandler>;
805
+ documentResizeListener: VoidListener;
806
+ navigationState: Nullable<NavigationState>;
807
+ isMonthNavigate: Nullable<boolean>;
808
+ initialized: Nullable<boolean>;
809
+ translationSubscription: Nullable<Subscription>;
810
+ _locale: LocaleSettings;
811
+ _responsiveOptions: DatePickerResponsiveOptions[];
812
+ currentView: Nullable<string>;
813
+ attributeSelector: Nullable<string>;
814
+ panelId: Nullable<string>;
815
+ _numberOfMonths: number;
816
+ _firstDayOfWeek: number;
817
+ _view: DatePickerTypeView;
818
+ preventFocus: Nullable<boolean>;
819
+ _defaultDate: Date;
820
+ _focusKey: Nullable<string>;
821
+ private window;
822
+ get locale(): LocaleSettings;
823
+ get iconButtonAriaLabel(): any;
824
+ get prevIconAriaLabel(): any;
825
+ get nextIconAriaLabel(): any;
826
+ constructor(zone: NgZone, overlayService: OverlayService);
827
+ onInit(): void;
828
+ onAfterViewInit(): void;
829
+ onAfterViewChecked(): void;
830
+ templates: QueryList<AglTemplate>;
831
+ onAfterContentInit(): void;
832
+ getTranslation(option: string): any;
833
+ populateYearOptions(start: number, end: number): void;
834
+ createWeekDays(): void;
835
+ monthPickerValues(): any[];
836
+ yearPickerValues(): any[];
837
+ createMonths(month: number, year: number): void;
838
+ getWeekNumber(date: Date): number;
839
+ createMonth(month: number, year: number): Month;
840
+ initTime(date: Date): void;
841
+ navBackward(event: any): void;
842
+ navForward(event: any): void;
843
+ decrementYear(): void;
844
+ decrementDecade(): void;
845
+ incrementDecade(): void;
846
+ incrementYear(): void;
847
+ switchToMonthView(event: Event): void;
848
+ switchToYearView(event: Event): void;
849
+ onDateSelect(event: Event, dateMeta: any): void;
850
+ shouldSelectDate(dateMeta: any): boolean;
851
+ onMonthSelect(event: Event, index: number): void;
852
+ onYearSelect(event: Event, year: number): void;
853
+ updateInputfield(): void;
854
+ inputFieldValue: Nullable<string>;
855
+ formatDateTime(date: any): any;
856
+ formatDateMetaToDate(dateMeta: any): Date;
857
+ formatDateKey(date: Date): string;
858
+ setCurrentHourPM(hours: number): void;
859
+ setCurrentView(currentView: DatePickerTypeView): void;
860
+ selectDate(dateMeta: any): void;
861
+ updateModel(value: any): void;
862
+ getFirstDayOfMonthIndex(month: number, year: number): number;
863
+ getDaysCountInMonth(month: number, year: number): number;
864
+ getDaysCountInPrevMonth(month: number, year: number): number;
865
+ getPreviousMonthAndYear(month: number, year: number): {
866
+ month: any;
867
+ year: any;
868
+ };
869
+ getNextMonthAndYear(month: number, year: number): {
870
+ month: any;
871
+ year: any;
872
+ };
873
+ getSundayIndex(): number;
874
+ isSelected(dateMeta: any): boolean | undefined;
875
+ isComparable(): boolean;
876
+ isMonthSelected(month: any): any;
877
+ isMonthDisabled(month: number, year?: number): boolean;
878
+ isYearDisabled(year: number): boolean;
879
+ isYearSelected(year: number): boolean;
880
+ isDateEquals(value: any, dateMeta: any): boolean;
881
+ isDateBetween(start: Date, end: Date, dateMeta: any): boolean;
882
+ isSingleSelection(): boolean;
883
+ isRangeSelection(): boolean;
884
+ isMultipleSelection(): boolean;
885
+ isToday(today: Date, day: number, month: number, year: number): boolean;
886
+ isSelectable(day: any, month: any, year: any, otherMonth: any): boolean;
887
+ isDateDisabled(day: number, month: number, year: number): boolean;
888
+ isDayDisabled(day: number, month: number, year: number): boolean;
889
+ onInputFocus(event: Event): void;
890
+ onInputClick(): void;
891
+ onInputBlur(event: Event): void;
892
+ onButtonClick(event: Event, inputfield?: any): void;
893
+ clear(): void;
894
+ onOverlayClick(event: Event): void;
895
+ getMonthName(index: number): any;
896
+ getYear(month: any): any;
897
+ switchViewButtonDisabled(): boolean;
898
+ onPrevButtonClick(event: Event): void;
899
+ onNextButtonClick(event: Event): void;
900
+ onContainerButtonKeydown(event: KeyboardEvent): void;
901
+ onInputKeydown(event: any): void;
902
+ onDateCellKeydown(event: any, dateMeta: any, groupIndex: number): void;
903
+ onMonthCellKeydown(event: any, index: number): void;
904
+ onYearCellKeydown(event: any, index: number): void;
905
+ navigateToMonth(prev: boolean, groupIndex: number, focusKey?: string): void;
906
+ updateFocus(): void;
907
+ initFocusableCell(): void;
908
+ trapFocus(event: any): void;
909
+ onMonthDropdownChange(m: string): void;
910
+ onYearDropdownChange(y: string): void;
911
+ convertTo24Hour(hours: number, pm: boolean): number;
912
+ constrainTime(hour: number, minute: number, second: number, pm: boolean): number[];
913
+ incrementHour(event: any): void;
914
+ toggleAMPMIfNotMinDate(newPM: boolean): void;
915
+ onTimePickerElementMouseDown(event: Event, type: number, direction: number): void;
916
+ onTimePickerElementMouseUp(event: Event): void;
917
+ onTimePickerElementMouseLeave(): void;
918
+ repeat(event: Event | null, interval: number | null, type: number | null, direction: number | null): void;
919
+ clearTimePickerTimer(): void;
920
+ decrementHour(event: any): void;
921
+ incrementMinute(event: any): void;
922
+ decrementMinute(event: any): void;
923
+ incrementSecond(event: any): void;
924
+ decrementSecond(event: any): void;
925
+ updateTime(): void;
926
+ toggleAMPM(event: any): void;
927
+ onUserInput(event: KeyboardEvent | any): void;
928
+ isValidSelection(value: any): boolean;
929
+ parseValueFromString(text: string): Date | Date[] | null;
930
+ parseDateTime(text: any): Date;
931
+ populateTime(value: any, timeString: any, ampm: any): void;
932
+ isValidDate(date: any): boolean;
933
+ updateUI(): void;
934
+ showOverlay(): void;
935
+ hideOverlay(): void;
936
+ toggle(): void;
937
+ onOverlayBeforeEnter(event: MotionEvent): void;
938
+ onOverlayAfterLeave(event: MotionEvent): void;
939
+ appendOverlay(): void;
940
+ restoreOverlayAppend(): void;
941
+ alignOverlay(): void;
942
+ bindListeners(): void;
943
+ setZIndex(): void;
944
+ enableModality(element: any): void;
945
+ disableModality(): void;
946
+ destroyMask(): void;
947
+ unbindMaskClickListener(): void;
948
+ unbindAnimationEndListener(): void;
949
+ getDateFormat(): any;
950
+ getFirstDateOfWeek(): any;
951
+ formatDate(date: any, format: any): string;
952
+ formatTime(date: any): string;
953
+ parseTime(value: any): {
954
+ hour: number;
955
+ minute: number;
956
+ second: number | null;
957
+ };
958
+ parseDate(value: any, format: any): any;
959
+ daylightSavingAdjust(date: any): any;
960
+ isValidDateForTimeConstraints(selectedDate: Date): boolean;
961
+ onTodayButtonClick(event: any): void;
962
+ onClearButtonClick(event: any): void;
963
+ createResponsiveStyle(): void;
964
+ destroyResponsiveStyleElement(): void;
965
+ bindDocumentClickListener(): void;
966
+ unbindDocumentClickListener(): void;
967
+ bindDocumentResizeListener(): void;
968
+ unbindDocumentResizeListener(): void;
969
+ bindScrollListener(): void;
970
+ unbindScrollListener(): void;
971
+ isOutsideClicked(event: Event): boolean;
972
+ isNavIconClicked(event: any): boolean;
973
+ onWindowResize(): void;
974
+ onOverlayHide(): void;
975
+ /**
976
+ * @override
977
+ *
978
+ * @see {@link BaseEditableHolder.writeControlValue}
979
+ * Writes the value to the control.
980
+ */
981
+ writeControlValue(value: any): void;
982
+ onDestroy(): void;
983
+ static ɵfac: i0.ɵɵFactoryDeclaration<DatePicker, never>;
984
+ static ɵcmp: i0.ɵɵComponentDeclaration<DatePicker, "agl-datePicker, agl-datepicker, agl-date-picker", never, { "iconDisplay": { "alias": "iconDisplay"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "inputStyle": { "alias": "inputStyle"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "inputStyleClass": { "alias": "inputStyleClass"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "iconAriaLabel": { "alias": "iconAriaLabel"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "multipleSeparator": { "alias": "multipleSeparator"; "required": false; }; "rangeSeparator": { "alias": "rangeSeparator"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "showOtherMonths": { "alias": "showOtherMonths"; "required": false; }; "selectOtherMonths": { "alias": "selectOtherMonths"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "readonlyInput": { "alias": "readonlyInput"; "required": false; }; "shortYearCutoff": { "alias": "shortYearCutoff"; "required": false; }; "hourFormat": { "alias": "hourFormat"; "required": false; }; "timeOnly": { "alias": "timeOnly"; "required": false; }; "stepHour": { "alias": "stepHour"; "required": false; }; "stepMinute": { "alias": "stepMinute"; "required": false; }; "stepSecond": { "alias": "stepSecond"; "required": false; }; "showSeconds": { "alias": "showSeconds"; "required": false; }; "showOnFocus": { "alias": "showOnFocus"; "required": false; }; "showWeek": { "alias": "showWeek"; "required": false; }; "startWeekFromFirstDayOfYear": { "alias": "startWeekFromFirstDayOfYear"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "dataType": { "alias": "dataType"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "maxDateCount": { "alias": "maxDateCount"; "required": false; }; "showButtonBar": { "alias": "showButtonBar"; "required": false; }; "todayButtonStyleClass": { "alias": "todayButtonStyleClass"; "required": false; }; "clearButtonStyleClass": { "alias": "clearButtonStyleClass"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "autoZIndex": { "alias": "autoZIndex"; "required": false; }; "baseZIndex": { "alias": "baseZIndex"; "required": false; }; "panelStyleClass": { "alias": "panelStyleClass"; "required": false; }; "panelStyle": { "alias": "panelStyle"; "required": false; }; "keepInvalid": { "alias": "keepInvalid"; "required": false; }; "hideOnDateTimeSelect": { "alias": "hideOnDateTimeSelect"; "required": false; }; "touchUI": { "alias": "touchUI"; "required": false; }; "timeSeparator": { "alias": "timeSeparator"; "required": false; }; "focusTrap": { "alias": "focusTrap"; "required": false; }; "showTransitionOptions": { "alias": "showTransitionOptions"; "required": false; }; "hideTransitionOptions": { "alias": "hideTransitionOptions"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "disabledDays": { "alias": "disabledDays"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; "responsiveOptions": { "alias": "responsiveOptions"; "required": false; }; "numberOfMonths": { "alias": "numberOfMonths"; "required": false; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; "view": { "alias": "view"; "required": false; }; "defaultDate": { "alias": "defaultDate"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; "isSignal": true; }; "motionOptions": { "alias": "motionOptions"; "required": false; "isSignal": true; }; }, { "onFocus": "onFocus"; "onBlur": "onBlur"; "onClose": "onClose"; "onSelect": "onSelect"; "onClear": "onClear"; "onInput": "onInput"; "onTodayClick": "onTodayClick"; "onClearClick": "onClearClick"; "onMonthChange": "onMonthChange"; "onYearChange": "onYearChange"; "onClickOutside": "onClickOutside"; "onShow": "onShow"; }, ["dateTemplate", "headerTemplate", "footerTemplate", "disabledDateTemplate", "decadeTemplate", "previousIconTemplate", "nextIconTemplate", "triggerIconTemplate", "clearIconTemplate", "decrementIconTemplate", "incrementIconTemplate", "inputIconTemplate", "buttonBarTemplate", "templates"], ["agl-header", "agl-footer"], true, [{ directive: typeof i1.Bind; inputs: {}; outputs: {}; }]>;
985
+ static ngAcceptInputType_inline: unknown;
986
+ static ngAcceptInputType_showOtherMonths: unknown;
987
+ static ngAcceptInputType_selectOtherMonths: unknown;
988
+ static ngAcceptInputType_showIcon: unknown;
989
+ static ngAcceptInputType_readonlyInput: unknown;
990
+ static ngAcceptInputType_timeOnly: unknown;
991
+ static ngAcceptInputType_stepHour: unknown;
992
+ static ngAcceptInputType_stepMinute: unknown;
993
+ static ngAcceptInputType_stepSecond: unknown;
994
+ static ngAcceptInputType_showSeconds: unknown;
995
+ static ngAcceptInputType_showOnFocus: unknown;
996
+ static ngAcceptInputType_showWeek: unknown;
997
+ static ngAcceptInputType_showClear: unknown;
998
+ static ngAcceptInputType_maxDateCount: unknown;
999
+ static ngAcceptInputType_showButtonBar: unknown;
1000
+ static ngAcceptInputType_autofocus: unknown;
1001
+ static ngAcceptInputType_autoZIndex: unknown;
1002
+ static ngAcceptInputType_baseZIndex: unknown;
1003
+ static ngAcceptInputType_keepInvalid: unknown;
1004
+ static ngAcceptInputType_hideOnDateTimeSelect: unknown;
1005
+ static ngAcceptInputType_touchUI: unknown;
1006
+ static ngAcceptInputType_focusTrap: unknown;
1007
+ static ngAcceptInputType_tabindex: unknown;
1008
+ }
1009
+ declare class DatePickerModule {
1010
+ static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerModule, never>;
1011
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DatePickerModule, never, [typeof DatePicker, typeof i2.SharedModule], [typeof DatePicker, typeof i2.SharedModule]>;
1012
+ static ɵinj: i0.ɵɵInjectorDeclaration<DatePickerModule>;
1013
+ }
1014
+
1015
+ export { DATEPICKER_VALUE_ACCESSOR, DatePicker, DatePickerClasses, DatePickerModule, DatePickerStyle };