jqwidgets-ng 14.0.0 → 14.1.2

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 (1448) hide show
  1. package/{esm2015/jqxbarcode/jqwidgets-ng-jqxbarcode.js → esm2020/jqwidgets-ng.mjs} +0 -0
  2. package/esm2020/jqxbarcode/angular_jqxbarcode.mjs +295 -0
  3. package/esm2020/jqxbarcode/angular_jqxbarcode.module.mjs +16 -0
  4. package/esm2020/jqxbarcode/index.mjs +1 -0
  5. package/esm2020/jqxbarcode/jqwidgets-ng-jqxbarcode.mjs +4 -0
  6. package/{esm2015/jqxbarcode/public_api.js → esm2020/jqxbarcode/public_api.mjs} +0 -0
  7. package/esm2020/jqxbargauge/angular_jqxbargauge.mjs +395 -0
  8. package/esm2020/jqxbargauge/angular_jqxbargauge.module.mjs +16 -0
  9. package/esm2020/jqxbargauge/index.mjs +1 -0
  10. package/esm2020/jqxbargauge/jqwidgets-ng-jqxbargauge.mjs +4 -0
  11. package/{esm2015/jqxbargauge/public_api.js → esm2020/jqxbargauge/public_api.mjs} +0 -0
  12. package/esm2020/jqxbulletchart/angular_jqxbulletchart.mjs +328 -0
  13. package/esm2020/jqxbulletchart/angular_jqxbulletchart.module.mjs +16 -0
  14. package/esm2020/jqxbulletchart/index.mjs +1 -0
  15. package/esm2020/jqxbulletchart/jqwidgets-ng-jqxbulletchart.mjs +4 -0
  16. package/{esm2015/jqxbulletchart/public_api.js → esm2020/jqxbulletchart/public_api.mjs} +0 -0
  17. package/esm2020/jqxbuttongroup/angular_jqxbuttongroup.mjs +228 -0
  18. package/esm2020/jqxbuttongroup/angular_jqxbuttongroup.module.mjs +16 -0
  19. package/esm2020/jqxbuttongroup/index.mjs +1 -0
  20. package/esm2020/jqxbuttongroup/jqwidgets-ng-jqxbuttongroup.mjs +4 -0
  21. package/{esm2015/jqxbuttongroup/public_api.js → esm2020/jqxbuttongroup/public_api.mjs} +0 -0
  22. package/esm2020/jqxbuttons/angular_jqxbuttons.mjs +318 -0
  23. package/esm2020/jqxbuttons/angular_jqxbuttons.module.mjs +16 -0
  24. package/esm2020/jqxbuttons/index.mjs +1 -0
  25. package/esm2020/jqxbuttons/jqwidgets-ng-jqxbuttons.mjs +4 -0
  26. package/{esm2015/jqxbuttons/public_api.js → esm2020/jqxbuttons/public_api.mjs} +0 -0
  27. package/esm2020/jqxcalendar/angular_jqxcalendar.mjs +616 -0
  28. package/esm2020/jqxcalendar/angular_jqxcalendar.module.mjs +21 -0
  29. package/esm2020/jqxcalendar/index.mjs +1 -0
  30. package/esm2020/jqxcalendar/jqwidgets-ng-jqxcalendar.mjs +4 -0
  31. package/{esm2015/jqxcalendar/public_api.js → esm2020/jqxcalendar/public_api.mjs} +0 -0
  32. package/esm2020/jqxchart/angular_jqxchart.mjs +608 -0
  33. package/esm2020/jqxchart/angular_jqxchart.module.mjs +16 -0
  34. package/esm2020/jqxchart/index.mjs +1 -0
  35. package/esm2020/jqxchart/jqwidgets-ng-jqxchart.mjs +4 -0
  36. package/{esm2015/jqxchart/public_api.js → esm2020/jqxchart/public_api.mjs} +0 -0
  37. package/esm2020/jqxcheckbox/angular_jqxcheckbox.mjs +340 -0
  38. package/esm2020/jqxcheckbox/angular_jqxcheckbox.module.mjs +21 -0
  39. package/esm2020/jqxcheckbox/index.mjs +1 -0
  40. package/esm2020/jqxcheckbox/jqwidgets-ng-jqxcheckbox.mjs +4 -0
  41. package/{esm2015/jqxcheckbox/public_api.js → esm2020/jqxcheckbox/public_api.mjs} +0 -0
  42. package/esm2020/jqxcolorpicker/angular_jqxcolorpicker.mjs +195 -0
  43. package/esm2020/jqxcolorpicker/angular_jqxcolorpicker.module.mjs +16 -0
  44. package/esm2020/jqxcolorpicker/index.mjs +1 -0
  45. package/esm2020/jqxcolorpicker/jqwidgets-ng-jqxcolorpicker.mjs +4 -0
  46. package/{esm2015/jqxcolorpicker/public_api.js → esm2020/jqxcolorpicker/public_api.mjs} +0 -0
  47. package/esm2020/jqxcombobox/angular_jqxcombobox.mjs +1012 -0
  48. package/esm2020/jqxcombobox/angular_jqxcombobox.module.mjs +21 -0
  49. package/esm2020/jqxcombobox/index.mjs +1 -0
  50. package/esm2020/jqxcombobox/jqwidgets-ng-jqxcombobox.mjs +4 -0
  51. package/{esm2015/jqxcombobox/public_api.js → esm2020/jqxcombobox/public_api.mjs} +0 -0
  52. package/esm2020/jqxcomplexinput/angular_jqxcomplexinput.mjs +326 -0
  53. package/esm2020/jqxcomplexinput/angular_jqxcomplexinput.module.mjs +21 -0
  54. package/esm2020/jqxcomplexinput/index.mjs +1 -0
  55. package/esm2020/jqxcomplexinput/jqwidgets-ng-jqxcomplexinput.mjs +4 -0
  56. package/{esm2015/jqxcomplexinput/public_api.js → esm2020/jqxcomplexinput/public_api.mjs} +0 -0
  57. package/esm2020/jqxdatatable/angular_jqxdatatable.mjs +1235 -0
  58. package/esm2020/jqxdatatable/angular_jqxdatatable.module.mjs +16 -0
  59. package/esm2020/jqxdatatable/index.mjs +1 -0
  60. package/esm2020/jqxdatatable/jqwidgets-ng-jqxdatatable.mjs +4 -0
  61. package/{esm2015/jqxdatatable/public_api.js → esm2020/jqxdatatable/public_api.mjs} +0 -0
  62. package/esm2020/jqxdatetimeinput/angular_jqxdatetimeinput.mjs +623 -0
  63. package/esm2020/jqxdatetimeinput/angular_jqxdatetimeinput.module.mjs +21 -0
  64. package/esm2020/jqxdatetimeinput/index.mjs +1 -0
  65. package/esm2020/jqxdatetimeinput/jqwidgets-ng-jqxdatetimeinput.mjs +4 -0
  66. package/{esm2015/jqxdatetimeinput/public_api.js → esm2020/jqxdatetimeinput/public_api.mjs} +0 -0
  67. package/esm2020/jqxdocking/angular_jqxdocking.mjs +345 -0
  68. package/esm2020/jqxdocking/angular_jqxdocking.module.mjs +16 -0
  69. package/esm2020/jqxdocking/index.mjs +1 -0
  70. package/esm2020/jqxdocking/jqwidgets-ng-jqxdocking.mjs +4 -0
  71. package/{esm2015/jqxdocking/public_api.js → esm2020/jqxdocking/public_api.mjs} +0 -0
  72. package/esm2020/jqxdockinglayout/angular_jqxdockinglayout.mjs +260 -0
  73. package/esm2020/jqxdockinglayout/angular_jqxdockinglayout.module.mjs +16 -0
  74. package/esm2020/jqxdockinglayout/index.mjs +1 -0
  75. package/esm2020/jqxdockinglayout/jqwidgets-ng-jqxdockinglayout.mjs +4 -0
  76. package/{esm2015/jqxdockinglayout/public_api.js → esm2020/jqxdockinglayout/public_api.mjs} +0 -0
  77. package/esm2020/jqxdockpanel/angular_jqxdockpanel.mjs +170 -0
  78. package/esm2020/jqxdockpanel/angular_jqxdockpanel.module.mjs +16 -0
  79. package/esm2020/jqxdockpanel/index.mjs +1 -0
  80. package/esm2020/jqxdockpanel/jqwidgets-ng-jqxdockpanel.mjs +4 -0
  81. package/{esm2015/jqxdockpanel/public_api.js → esm2020/jqxdockpanel/public_api.mjs} +0 -0
  82. package/esm2020/jqxdragdrop/angular_jqxdragdrop.mjs +365 -0
  83. package/esm2020/jqxdragdrop/angular_jqxdragdrop.module.mjs +16 -0
  84. package/esm2020/jqxdragdrop/index.mjs +1 -0
  85. package/esm2020/jqxdragdrop/jqwidgets-ng-jqxdragdrop.mjs +4 -0
  86. package/{esm2015/jqxdragdrop/public_api.js → esm2020/jqxdragdrop/public_api.mjs} +0 -0
  87. package/esm2020/jqxdraw/angular_jqxdraw.mjs +186 -0
  88. package/esm2020/jqxdraw/angular_jqxdraw.module.mjs +16 -0
  89. package/esm2020/jqxdraw/index.mjs +1 -0
  90. package/esm2020/jqxdraw/jqwidgets-ng-jqxdraw.mjs +4 -0
  91. package/{esm2015/jqxdraw/public_api.js → esm2020/jqxdraw/public_api.mjs} +0 -0
  92. package/esm2020/jqxdropdownbutton/angular_jqxdropdownbutton.mjs +335 -0
  93. package/esm2020/jqxdropdownbutton/angular_jqxdropdownbutton.module.mjs +16 -0
  94. package/esm2020/jqxdropdownbutton/index.mjs +1 -0
  95. package/esm2020/jqxdropdownbutton/jqwidgets-ng-jqxdropdownbutton.mjs +4 -0
  96. package/{esm2015/jqxdropdownbutton/public_api.js → esm2020/jqxdropdownbutton/public_api.mjs} +0 -0
  97. package/esm2020/jqxdropdownlist/angular_jqxdropdownlist.mjs +935 -0
  98. package/esm2020/jqxdropdownlist/angular_jqxdropdownlist.module.mjs +21 -0
  99. package/esm2020/jqxdropdownlist/index.mjs +1 -0
  100. package/esm2020/jqxdropdownlist/jqwidgets-ng-jqxdropdownlist.mjs +4 -0
  101. package/{esm2015/jqxdropdownlist/public_api.js → esm2020/jqxdropdownlist/public_api.mjs} +0 -0
  102. package/esm2020/jqxeditor/angular_jqxeditor.mjs +313 -0
  103. package/esm2020/jqxeditor/angular_jqxeditor.module.mjs +21 -0
  104. package/esm2020/jqxeditor/index.mjs +1 -0
  105. package/esm2020/jqxeditor/jqwidgets-ng-jqxeditor.mjs +4 -0
  106. package/{esm2015/jqxeditor/public_api.js → esm2020/jqxeditor/public_api.mjs} +0 -0
  107. package/esm2020/jqxexpander/angular_jqxexpander.mjs +328 -0
  108. package/esm2020/jqxexpander/angular_jqxexpander.module.mjs +16 -0
  109. package/esm2020/jqxexpander/index.mjs +1 -0
  110. package/esm2020/jqxexpander/jqwidgets-ng-jqxexpander.mjs +4 -0
  111. package/{esm2015/jqxexpander/public_api.js → esm2020/jqxexpander/public_api.mjs} +0 -0
  112. package/esm2020/jqxfileupload/angular_jqxfileupload.mjs +324 -0
  113. package/esm2020/jqxfileupload/angular_jqxfileupload.module.mjs +16 -0
  114. package/esm2020/jqxfileupload/index.mjs +1 -0
  115. package/esm2020/jqxfileupload/jqwidgets-ng-jqxfileupload.mjs +4 -0
  116. package/{esm2015/jqxfileupload/public_api.js → esm2020/jqxfileupload/public_api.mjs} +0 -0
  117. package/esm2020/jqxform/angular_jqxform.mjs +223 -0
  118. package/esm2020/jqxform/angular_jqxform.module.mjs +16 -0
  119. package/esm2020/jqxform/index.mjs +1 -0
  120. package/esm2020/jqxform/jqwidgets-ng-jqxform.mjs +4 -0
  121. package/{esm2015/jqxform/public_api.js → esm2020/jqxform/public_api.mjs} +0 -0
  122. package/esm2020/jqxformattedinput/angular_jqxformattedinput.mjs +438 -0
  123. package/esm2020/jqxformattedinput/angular_jqxformattedinput.module.mjs +21 -0
  124. package/esm2020/jqxformattedinput/index.mjs +1 -0
  125. package/esm2020/jqxformattedinput/jqwidgets-ng-jqxformattedinput.mjs +4 -0
  126. package/{esm2015/jqxformattedinput/public_api.js → esm2020/jqxformattedinput/public_api.mjs} +0 -0
  127. package/esm2020/jqxgauge/angular_jqxgauge.mjs +406 -0
  128. package/esm2020/jqxgauge/angular_jqxgauge.module.mjs +16 -0
  129. package/esm2020/jqxgauge/index.mjs +1 -0
  130. package/esm2020/jqxgauge/jqwidgets-ng-jqxgauge.mjs +4 -0
  131. package/{esm2015/jqxgauge/public_api.js → esm2020/jqxgauge/public_api.mjs} +0 -0
  132. package/esm2020/jqxgrid/angular_jqxgrid.mjs +2653 -0
  133. package/esm2020/jqxgrid/angular_jqxgrid.module.mjs +16 -0
  134. package/esm2020/jqxgrid/index.mjs +1 -0
  135. package/esm2020/jqxgrid/jqwidgets-ng-jqxgrid.mjs +4 -0
  136. package/{esm2015/jqxgrid/public_api.js → esm2020/jqxgrid/public_api.mjs} +0 -0
  137. package/esm2020/jqxheatmap/angular_jqxheatmap.mjs +231 -0
  138. package/esm2020/jqxheatmap/angular_jqxheatmap.module.mjs +16 -0
  139. package/esm2020/jqxheatmap/index.mjs +1 -0
  140. package/esm2020/jqxheatmap/jqwidgets-ng-jqxheatmap.mjs +4 -0
  141. package/{esm2015/jqxheatmap/public_api.js → esm2020/jqxheatmap/public_api.mjs} +0 -0
  142. package/esm2020/jqxinput/angular_jqxinput.mjs +408 -0
  143. package/esm2020/jqxinput/angular_jqxinput.module.mjs +21 -0
  144. package/esm2020/jqxinput/index.mjs +1 -0
  145. package/esm2020/jqxinput/jqwidgets-ng-jqxinput.mjs +4 -0
  146. package/{esm2015/jqxinput/public_api.js → esm2020/jqxinput/public_api.mjs} +0 -0
  147. package/esm2020/jqxkanban/angular_jqxkanban.mjs +325 -0
  148. package/esm2020/jqxkanban/angular_jqxkanban.module.mjs +16 -0
  149. package/esm2020/jqxkanban/index.mjs +1 -0
  150. package/esm2020/jqxkanban/jqwidgets-ng-jqxkanban.mjs +4 -0
  151. package/{esm2015/jqxkanban/public_api.js → esm2020/jqxkanban/public_api.mjs} +0 -0
  152. package/esm2020/jqxknob/angular_jqxknob.mjs +414 -0
  153. package/esm2020/jqxknob/angular_jqxknob.module.mjs +16 -0
  154. package/esm2020/jqxknob/index.mjs +1 -0
  155. package/esm2020/jqxknob/jqwidgets-ng-jqxknob.mjs +4 -0
  156. package/{esm2015/jqxknob/public_api.js → esm2020/jqxknob/public_api.mjs} +0 -0
  157. package/esm2020/jqxlayout/angular_jqxlayout.mjs +245 -0
  158. package/esm2020/jqxlayout/angular_jqxlayout.module.mjs +16 -0
  159. package/esm2020/jqxlayout/index.mjs +1 -0
  160. package/esm2020/jqxlayout/jqwidgets-ng-jqxlayout.mjs +4 -0
  161. package/{esm2015/jqxlayout/public_api.js → esm2020/jqxlayout/public_api.mjs} +0 -0
  162. package/esm2020/jqxlineargauge/angular_jqxlineargauge.mjs +406 -0
  163. package/esm2020/jqxlineargauge/angular_jqxlineargauge.module.mjs +16 -0
  164. package/esm2020/jqxlineargauge/index.mjs +1 -0
  165. package/esm2020/jqxlineargauge/jqwidgets-ng-jqxlineargauge.mjs +4 -0
  166. package/{esm2015/jqxlineargauge/public_api.js → esm2020/jqxlineargauge/public_api.mjs} +0 -0
  167. package/esm2020/jqxlinkbutton/angular_jqxlinkbutton.mjs +172 -0
  168. package/esm2020/jqxlinkbutton/angular_jqxlinkbutton.module.mjs +16 -0
  169. package/esm2020/jqxlinkbutton/index.mjs +1 -0
  170. package/esm2020/jqxlinkbutton/jqwidgets-ng-jqxlinkbutton.mjs +4 -0
  171. package/{esm2015/jqxlinkbutton/public_api.js → esm2020/jqxlinkbutton/public_api.mjs} +0 -0
  172. package/esm2020/jqxlistbox/angular_jqxlistbox.mjs +933 -0
  173. package/esm2020/jqxlistbox/angular_jqxlistbox.module.mjs +21 -0
  174. package/esm2020/jqxlistbox/index.mjs +1 -0
  175. package/esm2020/jqxlistbox/jqwidgets-ng-jqxlistbox.mjs +4 -0
  176. package/{esm2015/jqxlistbox/public_api.js → esm2020/jqxlistbox/public_api.mjs} +0 -0
  177. package/esm2020/jqxlistmenu/angular_jqxlistmenu.mjs +347 -0
  178. package/esm2020/jqxlistmenu/angular_jqxlistmenu.module.mjs +16 -0
  179. package/esm2020/jqxlistmenu/index.mjs +1 -0
  180. package/esm2020/jqxlistmenu/jqwidgets-ng-jqxlistmenu.mjs +4 -0
  181. package/{esm2015/jqxlistmenu/public_api.js → esm2020/jqxlistmenu/public_api.mjs} +0 -0
  182. package/esm2020/jqxloader/angular_jqxloader.mjs +234 -0
  183. package/esm2020/jqxloader/angular_jqxloader.module.mjs +16 -0
  184. package/esm2020/jqxloader/index.mjs +1 -0
  185. package/esm2020/jqxloader/jqwidgets-ng-jqxloader.mjs +4 -0
  186. package/{esm2015/jqxloader/public_api.js → esm2020/jqxloader/public_api.mjs} +0 -0
  187. package/esm2020/jqxmaskedinput/angular_jqxmaskedinput.mjs +280 -0
  188. package/esm2020/jqxmaskedinput/angular_jqxmaskedinput.module.mjs +21 -0
  189. package/esm2020/jqxmaskedinput/index.mjs +1 -0
  190. package/esm2020/jqxmaskedinput/jqwidgets-ng-jqxmaskedinput.mjs +4 -0
  191. package/{esm2015/jqxmaskedinput/public_api.js → esm2020/jqxmaskedinput/public_api.mjs} +0 -0
  192. package/esm2020/jqxmenu/angular_jqxmenu.mjs +425 -0
  193. package/esm2020/jqxmenu/angular_jqxmenu.module.mjs +16 -0
  194. package/esm2020/jqxmenu/index.mjs +1 -0
  195. package/esm2020/jqxmenu/jqwidgets-ng-jqxmenu.mjs +4 -0
  196. package/{esm2015/jqxmenu/public_api.js → esm2020/jqxmenu/public_api.mjs} +0 -0
  197. package/esm2020/jqxnavbar/angular_jqxnavbar.mjs +292 -0
  198. package/esm2020/jqxnavbar/angular_jqxnavbar.module.mjs +16 -0
  199. package/esm2020/jqxnavbar/index.mjs +1 -0
  200. package/esm2020/jqxnavbar/jqwidgets-ng-jqxnavbar.mjs +4 -0
  201. package/{esm2015/jqxnavbar/public_api.js → esm2020/jqxnavbar/public_api.mjs} +0 -0
  202. package/esm2020/jqxnavigationbar/angular_jqxnavigationbar.mjs +361 -0
  203. package/esm2020/jqxnavigationbar/angular_jqxnavigationbar.module.mjs +16 -0
  204. package/esm2020/jqxnavigationbar/index.mjs +1 -0
  205. package/esm2020/jqxnavigationbar/jqwidgets-ng-jqxnavigationbar.mjs +4 -0
  206. package/{esm2015/jqxnavigationbar/public_api.js → esm2020/jqxnavigationbar/public_api.mjs} +0 -0
  207. package/esm2020/jqxnotification/angular_jqxnotification.mjs +380 -0
  208. package/esm2020/jqxnotification/angular_jqxnotification.module.mjs +16 -0
  209. package/esm2020/jqxnotification/index.mjs +1 -0
  210. package/esm2020/jqxnotification/jqwidgets-ng-jqxnotification.mjs +4 -0
  211. package/{esm2015/jqxnotification/public_api.js → esm2020/jqxnotification/public_api.mjs} +0 -0
  212. package/esm2020/jqxnumberinput/angular_jqxnumberinput.mjs +492 -0
  213. package/esm2020/jqxnumberinput/angular_jqxnumberinput.module.mjs +21 -0
  214. package/esm2020/jqxnumberinput/index.mjs +1 -0
  215. package/esm2020/jqxnumberinput/jqwidgets-ng-jqxnumberinput.mjs +4 -0
  216. package/{esm2015/jqxnumberinput/public_api.js → esm2020/jqxnumberinput/public_api.mjs} +0 -0
  217. package/esm2020/jqxpanel/angular_jqxpanel.mjs +240 -0
  218. package/esm2020/jqxpanel/angular_jqxpanel.module.mjs +16 -0
  219. package/esm2020/jqxpanel/index.mjs +1 -0
  220. package/esm2020/jqxpanel/jqwidgets-ng-jqxpanel.mjs +4 -0
  221. package/{esm2015/jqxpanel/public_api.js → esm2020/jqxpanel/public_api.mjs} +0 -0
  222. package/esm2020/jqxpasswordinput/angular_jqxpasswordinput.mjs +330 -0
  223. package/esm2020/jqxpasswordinput/angular_jqxpasswordinput.module.mjs +21 -0
  224. package/esm2020/jqxpasswordinput/index.mjs +1 -0
  225. package/esm2020/jqxpasswordinput/jqwidgets-ng-jqxpasswordinput.mjs +4 -0
  226. package/{esm2015/jqxpasswordinput/public_api.js → esm2020/jqxpasswordinput/public_api.mjs} +0 -0
  227. package/esm2020/jqxpivotdesigner/angular_jqxpivotdesigner.mjs +154 -0
  228. package/esm2020/jqxpivotdesigner/angular_jqxpivotdesigner.module.mjs +16 -0
  229. package/esm2020/jqxpivotdesigner/index.mjs +1 -0
  230. package/esm2020/jqxpivotdesigner/jqwidgets-ng-jqxpivotdesigner.mjs +4 -0
  231. package/{esm2015/jqxpivotdesigner/public_api.js → esm2020/jqxpivotdesigner/public_api.mjs} +0 -0
  232. package/esm2020/jqxpivotgrid/angular_jqxpivotgrid.mjs +312 -0
  233. package/esm2020/jqxpivotgrid/angular_jqxpivotgrid.module.mjs +16 -0
  234. package/esm2020/jqxpivotgrid/index.mjs +1 -0
  235. package/esm2020/jqxpivotgrid/jqwidgets-ng-jqxpivotgrid.mjs +4 -0
  236. package/{esm2015/jqxpivotgrid/public_api.js → esm2020/jqxpivotgrid/public_api.mjs} +0 -0
  237. package/esm2020/jqxpopover/angular_jqxpopover.mjs +326 -0
  238. package/esm2020/jqxpopover/angular_jqxpopover.module.mjs +16 -0
  239. package/esm2020/jqxpopover/index.mjs +1 -0
  240. package/esm2020/jqxpopover/jqwidgets-ng-jqxpopover.mjs +4 -0
  241. package/{esm2015/jqxpopover/public_api.js → esm2020/jqxpopover/public_api.mjs} +0 -0
  242. package/esm2020/jqxprogressbar/angular_jqxprogressbar.mjs +311 -0
  243. package/esm2020/jqxprogressbar/angular_jqxprogressbar.module.mjs +16 -0
  244. package/esm2020/jqxprogressbar/index.mjs +1 -0
  245. package/esm2020/jqxprogressbar/jqwidgets-ng-jqxprogressbar.mjs +4 -0
  246. package/{esm2015/jqxprogressbar/public_api.js → esm2020/jqxprogressbar/public_api.mjs} +0 -0
  247. package/esm2020/jqxqrcode/angular_jqxqrcode.mjs +317 -0
  248. package/esm2020/jqxqrcode/angular_jqxqrcode.module.mjs +16 -0
  249. package/esm2020/jqxqrcode/index.mjs +1 -0
  250. package/esm2020/jqxqrcode/jqwidgets-ng-jqxqrcode.mjs +4 -0
  251. package/{esm2015/jqxqrcode/public_api.js → esm2020/jqxqrcode/public_api.mjs} +0 -0
  252. package/esm2020/jqxradiobutton/angular_jqxradiobutton.mjs +320 -0
  253. package/esm2020/jqxradiobutton/angular_jqxradiobutton.module.mjs +21 -0
  254. package/esm2020/jqxradiobutton/index.mjs +1 -0
  255. package/esm2020/jqxradiobutton/jqwidgets-ng-jqxradiobutton.mjs +4 -0
  256. package/{esm2015/jqxradiobutton/public_api.js → esm2020/jqxradiobutton/public_api.mjs} +0 -0
  257. package/esm2020/jqxrangeselector/angular_jqxrangeselector.mjs +402 -0
  258. package/esm2020/jqxrangeselector/angular_jqxrangeselector.module.mjs +16 -0
  259. package/esm2020/jqxrangeselector/index.mjs +1 -0
  260. package/esm2020/jqxrangeselector/jqwidgets-ng-jqxrangeselector.mjs +4 -0
  261. package/{esm2015/jqxrangeselector/public_api.js → esm2020/jqxrangeselector/public_api.mjs} +0 -0
  262. package/esm2020/jqxrating/angular_jqxrating.mjs +268 -0
  263. package/esm2020/jqxrating/angular_jqxrating.module.mjs +21 -0
  264. package/esm2020/jqxrating/index.mjs +1 -0
  265. package/esm2020/jqxrating/jqwidgets-ng-jqxrating.mjs +4 -0
  266. package/{esm2015/jqxrating/public_api.js → esm2020/jqxrating/public_api.mjs} +0 -0
  267. package/esm2020/jqxrepeatbutton/angular_jqxrepeatbutton.mjs +317 -0
  268. package/esm2020/jqxrepeatbutton/angular_jqxrepeatbutton.module.mjs +16 -0
  269. package/esm2020/jqxrepeatbutton/index.mjs +1 -0
  270. package/esm2020/jqxrepeatbutton/jqwidgets-ng-jqxrepeatbutton.mjs +4 -0
  271. package/{esm2015/jqxrepeatbutton/public_api.js → esm2020/jqxrepeatbutton/public_api.mjs} +0 -0
  272. package/esm2020/jqxresponsivepanel/angular_jqxresponsivepanel.mjs +299 -0
  273. package/esm2020/jqxresponsivepanel/angular_jqxresponsivepanel.module.mjs +16 -0
  274. package/esm2020/jqxresponsivepanel/index.mjs +1 -0
  275. package/esm2020/jqxresponsivepanel/jqwidgets-ng-jqxresponsivepanel.mjs +4 -0
  276. package/{esm2015/jqxresponsivepanel/public_api.js → esm2020/jqxresponsivepanel/public_api.mjs} +0 -0
  277. package/esm2020/jqxribbon/angular_jqxribbon.mjs +370 -0
  278. package/esm2020/jqxribbon/angular_jqxribbon.module.mjs +16 -0
  279. package/esm2020/jqxribbon/index.mjs +1 -0
  280. package/esm2020/jqxribbon/jqwidgets-ng-jqxribbon.mjs +4 -0
  281. package/{esm2015/jqxribbon/public_api.js → esm2020/jqxribbon/public_api.mjs} +0 -0
  282. package/esm2020/jqxscheduler/angular_jqxscheduler.mjs +862 -0
  283. package/esm2020/jqxscheduler/angular_jqxscheduler.module.mjs +16 -0
  284. package/esm2020/jqxscheduler/index.mjs +1 -0
  285. package/esm2020/jqxscheduler/jqwidgets-ng-jqxscheduler.mjs +4 -0
  286. package/{esm2015/jqxscheduler/public_api.js → esm2020/jqxscheduler/public_api.mjs} +0 -0
  287. package/esm2020/jqxscrollbar/angular_jqxscrollbar.mjs +275 -0
  288. package/esm2020/jqxscrollbar/angular_jqxscrollbar.module.mjs +16 -0
  289. package/esm2020/jqxscrollbar/index.mjs +1 -0
  290. package/esm2020/jqxscrollbar/jqwidgets-ng-jqxscrollbar.mjs +4 -0
  291. package/{esm2015/jqxscrollbar/public_api.js → esm2020/jqxscrollbar/public_api.mjs} +0 -0
  292. package/esm2020/jqxscrollview/angular_jqxscrollview.mjs +267 -0
  293. package/esm2020/jqxscrollview/angular_jqxscrollview.module.mjs +16 -0
  294. package/esm2020/jqxscrollview/index.mjs +1 -0
  295. package/esm2020/jqxscrollview/jqwidgets-ng-jqxscrollview.mjs +4 -0
  296. package/{esm2015/jqxscrollview/public_api.js → esm2020/jqxscrollview/public_api.mjs} +0 -0
  297. package/esm2020/jqxslider/angular_jqxslider.mjs +546 -0
  298. package/esm2020/jqxslider/angular_jqxslider.module.mjs +21 -0
  299. package/esm2020/jqxslider/index.mjs +1 -0
  300. package/esm2020/jqxslider/jqwidgets-ng-jqxslider.mjs +4 -0
  301. package/{esm2015/jqxslider/public_api.js → esm2020/jqxslider/public_api.mjs} +0 -0
  302. package/esm2020/jqxsortable/angular_jqxsortable.mjs +472 -0
  303. package/esm2020/jqxsortable/angular_jqxsortable.module.mjs +16 -0
  304. package/esm2020/jqxsortable/index.mjs +1 -0
  305. package/esm2020/jqxsortable/jqwidgets-ng-jqxsortable.mjs +4 -0
  306. package/{esm2015/jqxsortable/public_api.js → esm2020/jqxsortable/public_api.mjs} +0 -0
  307. package/esm2020/jqxsplitlayout/angular_jqxsplitlayout.mjs +185 -0
  308. package/esm2020/jqxsplitlayout/angular_jqxsplitlayout.module.mjs +16 -0
  309. package/esm2020/jqxsplitlayout/index.mjs +1 -0
  310. package/esm2020/jqxsplitlayout/jqwidgets-ng-jqxsplitlayout.mjs +4 -0
  311. package/{esm2015/jqxsplitlayout/public_api.js → esm2020/jqxsplitlayout/public_api.mjs} +0 -0
  312. package/esm2020/jqxsplitter/angular_jqxsplitter.mjs +255 -0
  313. package/esm2020/jqxsplitter/angular_jqxsplitter.module.mjs +16 -0
  314. package/esm2020/jqxsplitter/index.mjs +1 -0
  315. package/esm2020/jqxsplitter/jqwidgets-ng-jqxsplitter.mjs +4 -0
  316. package/{esm2015/jqxsplitter/public_api.js → esm2020/jqxsplitter/public_api.mjs} +0 -0
  317. package/esm2020/jqxswitchbutton/angular_jqxswitchbutton.mjs +279 -0
  318. package/esm2020/jqxswitchbutton/angular_jqxswitchbutton.module.mjs +21 -0
  319. package/esm2020/jqxswitchbutton/index.mjs +1 -0
  320. package/esm2020/jqxswitchbutton/jqwidgets-ng-jqxswitchbutton.mjs +4 -0
  321. package/{esm2015/jqxswitchbutton/public_api.js → esm2020/jqxswitchbutton/public_api.mjs} +0 -0
  322. package/esm2020/jqxtabs/angular_jqxtabs.mjs +547 -0
  323. package/esm2020/jqxtabs/angular_jqxtabs.module.mjs +16 -0
  324. package/esm2020/jqxtabs/index.mjs +1 -0
  325. package/esm2020/jqxtabs/jqwidgets-ng-jqxtabs.mjs +4 -0
  326. package/{esm2015/jqxtabs/public_api.js → esm2020/jqxtabs/public_api.mjs} +0 -0
  327. package/esm2020/jqxtagcloud/angular_jqxtagcloud.mjs +421 -0
  328. package/esm2020/jqxtagcloud/angular_jqxtagcloud.module.mjs +16 -0
  329. package/esm2020/jqxtagcloud/index.mjs +1 -0
  330. package/esm2020/jqxtagcloud/jqwidgets-ng-jqxtagcloud.mjs +4 -0
  331. package/{esm2015/jqxtagcloud/public_api.js → esm2020/jqxtagcloud/public_api.mjs} +0 -0
  332. package/esm2020/jqxtextarea/angular_jqxtextarea.mjs +406 -0
  333. package/esm2020/jqxtextarea/angular_jqxtextarea.module.mjs +21 -0
  334. package/esm2020/jqxtextarea/index.mjs +1 -0
  335. package/esm2020/jqxtextarea/jqwidgets-ng-jqxtextarea.mjs +4 -0
  336. package/{esm2015/jqxtextarea/public_api.js → esm2020/jqxtextarea/public_api.mjs} +0 -0
  337. package/esm2020/jqxtimepicker/angular_jqxtimepicker.mjs +294 -0
  338. package/esm2020/jqxtimepicker/angular_jqxtimepicker.module.mjs +16 -0
  339. package/esm2020/jqxtimepicker/index.mjs +1 -0
  340. package/esm2020/jqxtimepicker/jqwidgets-ng-jqxtimepicker.mjs +4 -0
  341. package/{esm2015/jqxtimepicker/public_api.js → esm2020/jqxtimepicker/public_api.mjs} +0 -0
  342. package/esm2020/jqxtogglebutton/angular_jqxtogglebutton.mjs +315 -0
  343. package/esm2020/jqxtogglebutton/angular_jqxtogglebutton.module.mjs +16 -0
  344. package/esm2020/jqxtogglebutton/index.mjs +1 -0
  345. package/esm2020/jqxtogglebutton/jqwidgets-ng-jqxtogglebutton.mjs +4 -0
  346. package/{esm2015/jqxtogglebutton/public_api.js → esm2020/jqxtogglebutton/public_api.mjs} +0 -0
  347. package/esm2020/jqxtoolbar/angular_jqxtoolbar.mjs +258 -0
  348. package/esm2020/jqxtoolbar/angular_jqxtoolbar.module.mjs +16 -0
  349. package/esm2020/jqxtoolbar/index.mjs +1 -0
  350. package/esm2020/jqxtoolbar/jqwidgets-ng-jqxtoolbar.mjs +4 -0
  351. package/{esm2015/jqxtoolbar/public_api.js → esm2020/jqxtoolbar/public_api.mjs} +0 -0
  352. package/esm2020/jqxtooltip/angular_jqxtooltip.mjs +389 -0
  353. package/esm2020/jqxtooltip/angular_jqxtooltip.module.mjs +16 -0
  354. package/esm2020/jqxtooltip/index.mjs +1 -0
  355. package/esm2020/jqxtooltip/jqwidgets-ng-jqxtooltip.mjs +4 -0
  356. package/{esm2015/jqxtooltip/public_api.js → esm2020/jqxtooltip/public_api.mjs} +0 -0
  357. package/esm2020/jqxtree/angular_jqxtree.mjs +477 -0
  358. package/esm2020/jqxtree/angular_jqxtree.module.mjs +16 -0
  359. package/esm2020/jqxtree/index.mjs +1 -0
  360. package/esm2020/jqxtree/jqwidgets-ng-jqxtree.mjs +4 -0
  361. package/{esm2015/jqxtree/public_api.js → esm2020/jqxtree/public_api.mjs} +0 -0
  362. package/esm2020/jqxtreegrid/angular_jqxtreegrid.mjs +1330 -0
  363. package/esm2020/jqxtreegrid/angular_jqxtreegrid.module.mjs +16 -0
  364. package/esm2020/jqxtreegrid/index.mjs +1 -0
  365. package/esm2020/jqxtreegrid/jqwidgets-ng-jqxtreegrid.mjs +4 -0
  366. package/{esm2015/jqxtreegrid/public_api.js → esm2020/jqxtreegrid/public_api.mjs} +0 -0
  367. package/esm2020/jqxtreemap/angular_jqxtreemap.mjs +328 -0
  368. package/esm2020/jqxtreemap/angular_jqxtreemap.module.mjs +16 -0
  369. package/esm2020/jqxtreemap/index.mjs +1 -0
  370. package/esm2020/jqxtreemap/jqwidgets-ng-jqxtreemap.mjs +4 -0
  371. package/{esm2015/jqxtreemap/public_api.js → esm2020/jqxtreemap/public_api.mjs} +0 -0
  372. package/esm2020/jqxvalidator/angular_jqxvalidator.mjs +269 -0
  373. package/esm2020/jqxvalidator/angular_jqxvalidator.module.mjs +16 -0
  374. package/esm2020/jqxvalidator/index.mjs +1 -0
  375. package/esm2020/jqxvalidator/jqwidgets-ng-jqxvalidator.mjs +4 -0
  376. package/{esm2015/jqxvalidator/public_api.js → esm2020/jqxvalidator/public_api.mjs} +0 -0
  377. package/esm2020/jqxwindow/angular_jqxwindow.mjs +584 -0
  378. package/esm2020/jqxwindow/angular_jqxwindow.module.mjs +16 -0
  379. package/esm2020/jqxwindow/index.mjs +1 -0
  380. package/esm2020/jqxwindow/jqwidgets-ng-jqxwindow.mjs +4 -0
  381. package/{esm2015/jqxwindow/public_api.js → esm2020/jqxwindow/public_api.mjs} +0 -0
  382. package/esm2020/public_api.mjs +2 -0
  383. package/fesm2015/jqwidgets-ng-jqxbarcode.mjs +317 -0
  384. package/fesm2015/jqwidgets-ng-jqxbargauge.mjs +418 -0
  385. package/fesm2015/jqwidgets-ng-jqxbulletchart.mjs +352 -0
  386. package/fesm2015/jqwidgets-ng-jqxbuttongroup.mjs +251 -0
  387. package/fesm2015/jqwidgets-ng-jqxbuttons.mjs +340 -0
  388. package/fesm2015/jqwidgets-ng-jqxcalendar.mjs +646 -0
  389. package/fesm2015/jqwidgets-ng-jqxchart.mjs +637 -0
  390. package/fesm2015/jqwidgets-ng-jqxcheckbox.mjs +369 -0
  391. package/fesm2015/jqwidgets-ng-jqxcolorpicker.mjs +220 -0
  392. package/fesm2015/jqwidgets-ng-jqxcombobox.mjs +1045 -0
  393. package/fesm2015/jqwidgets-ng-jqxcomplexinput.mjs +356 -0
  394. package/fesm2015/jqwidgets-ng-jqxdatatable.mjs +1267 -0
  395. package/fesm2015/jqwidgets-ng-jqxdatetimeinput.mjs +653 -0
  396. package/fesm2015/jqwidgets-ng-jqxdocking.mjs +369 -0
  397. package/fesm2015/jqwidgets-ng-jqxdockinglayout.mjs +288 -0
  398. package/fesm2015/jqwidgets-ng-jqxdockpanel.mjs +192 -0
  399. package/fesm2015/jqwidgets-ng-jqxdragdrop.mjs +387 -0
  400. package/fesm2015/jqwidgets-ng-jqxdraw.mjs +208 -0
  401. package/fesm2015/jqwidgets-ng-jqxdropdownbutton.mjs +358 -0
  402. package/fesm2015/jqwidgets-ng-jqxdropdownlist.mjs +968 -0
  403. package/fesm2015/jqwidgets-ng-jqxeditor.mjs +349 -0
  404. package/fesm2015/jqwidgets-ng-jqxexpander.mjs +350 -0
  405. package/fesm2015/jqwidgets-ng-jqxfileupload.mjs +347 -0
  406. package/fesm2015/jqwidgets-ng-jqxform.mjs +260 -0
  407. package/fesm2015/jqwidgets-ng-jqxformattedinput.mjs +470 -0
  408. package/fesm2015/jqwidgets-ng-jqxgauge.mjs +429 -0
  409. package/fesm2015/jqwidgets-ng-jqxgrid.mjs +2702 -0
  410. package/fesm2015/jqwidgets-ng-jqxheatmap.mjs +253 -0
  411. package/fesm2015/jqwidgets-ng-jqxinput.mjs +438 -0
  412. package/fesm2015/jqwidgets-ng-jqxkanban.mjs +350 -0
  413. package/fesm2015/jqwidgets-ng-jqxknob.mjs +437 -0
  414. package/fesm2015/jqwidgets-ng-jqxlayout.mjs +270 -0
  415. package/fesm2015/jqwidgets-ng-jqxlineargauge.mjs +429 -0
  416. package/fesm2015/jqwidgets-ng-jqxlinkbutton.mjs +194 -0
  417. package/fesm2015/jqwidgets-ng-jqxlistbox.mjs +966 -0
  418. package/fesm2015/jqwidgets-ng-jqxlistmenu.mjs +372 -0
  419. package/fesm2015/jqwidgets-ng-jqxloader.mjs +256 -0
  420. package/fesm2015/jqwidgets-ng-jqxmaskedinput.mjs +306 -0
  421. package/fesm2015/jqwidgets-ng-jqxmenu.mjs +448 -0
  422. package/fesm2015/jqwidgets-ng-jqxnavbar.mjs +314 -0
  423. package/fesm2015/jqwidgets-ng-jqxnavigationbar.mjs +383 -0
  424. package/fesm2015/jqwidgets-ng-jqxnotification.mjs +403 -0
  425. package/fesm2015/jqwidgets-ng-jqxnumberinput.mjs +528 -0
  426. package/fesm2015/jqwidgets-ng-jqxpanel.mjs +264 -0
  427. package/fesm2015/jqwidgets-ng-jqxpasswordinput.mjs +357 -0
  428. package/fesm2015/jqwidgets-ng-jqxpivotdesigner.mjs +175 -0
  429. package/fesm2015/jqwidgets-ng-jqxpivotgrid.mjs +346 -0
  430. package/fesm2015/jqwidgets-ng-jqxpopover.mjs +348 -0
  431. package/fesm2015/jqwidgets-ng-jqxprogressbar.mjs +333 -0
  432. package/fesm2015/jqwidgets-ng-jqxqrcode.mjs +340 -0
  433. package/fesm2015/jqwidgets-ng-jqxradiobutton.mjs +346 -0
  434. package/fesm2015/jqwidgets-ng-jqxrangeselector.mjs +426 -0
  435. package/fesm2015/jqwidgets-ng-jqxrating.mjs +294 -0
  436. package/fesm2015/jqwidgets-ng-jqxrepeatbutton.mjs +339 -0
  437. package/fesm2015/jqwidgets-ng-jqxresponsivepanel.mjs +321 -0
  438. package/fesm2015/jqwidgets-ng-jqxribbon.mjs +394 -0
  439. package/fesm2015/jqwidgets-ng-jqxscheduler.mjs +904 -0
  440. package/fesm2015/jqwidgets-ng-jqxscrollbar.mjs +298 -0
  441. package/fesm2015/jqwidgets-ng-jqxscrollview.mjs +290 -0
  442. package/fesm2015/jqwidgets-ng-jqxslider.mjs +573 -0
  443. package/fesm2015/jqwidgets-ng-jqxsortable.mjs +495 -0
  444. package/fesm2015/jqwidgets-ng-jqxsplitlayout.mjs +207 -0
  445. package/fesm2015/jqwidgets-ng-jqxsplitter.mjs +278 -0
  446. package/fesm2015/jqwidgets-ng-jqxswitchbutton.mjs +305 -0
  447. package/fesm2015/jqwidgets-ng-jqxtabs.mjs +570 -0
  448. package/fesm2015/jqwidgets-ng-jqxtagcloud.mjs +445 -0
  449. package/fesm2015/jqwidgets-ng-jqxtextarea.mjs +435 -0
  450. package/fesm2015/jqwidgets-ng-jqxtimepicker.mjs +317 -0
  451. package/fesm2015/jqwidgets-ng-jqxtogglebutton.mjs +337 -0
  452. package/fesm2015/jqwidgets-ng-jqxtoolbar.mjs +286 -0
  453. package/fesm2015/jqwidgets-ng-jqxtooltip.mjs +411 -0
  454. package/fesm2015/jqwidgets-ng-jqxtree.mjs +505 -0
  455. package/fesm2015/jqwidgets-ng-jqxtreegrid.mjs +1363 -0
  456. package/fesm2015/jqwidgets-ng-jqxtreemap.mjs +352 -0
  457. package/fesm2015/jqwidgets-ng-jqxvalidator.mjs +291 -0
  458. package/fesm2015/jqwidgets-ng-jqxwindow.mjs +607 -0
  459. package/fesm2015/jqwidgets-ng.mjs +33 -0
  460. package/fesm2020/jqwidgets-ng-jqxbarcode.mjs +317 -0
  461. package/fesm2020/jqwidgets-ng-jqxbargauge.mjs +418 -0
  462. package/fesm2020/jqwidgets-ng-jqxbulletchart.mjs +352 -0
  463. package/fesm2020/jqwidgets-ng-jqxbuttongroup.mjs +251 -0
  464. package/fesm2020/jqwidgets-ng-jqxbuttons.mjs +340 -0
  465. package/fesm2020/jqwidgets-ng-jqxcalendar.mjs +646 -0
  466. package/fesm2020/jqwidgets-ng-jqxchart.mjs +637 -0
  467. package/fesm2020/jqwidgets-ng-jqxcheckbox.mjs +366 -0
  468. package/fesm2020/jqwidgets-ng-jqxcolorpicker.mjs +220 -0
  469. package/fesm2020/jqwidgets-ng-jqxcombobox.mjs +1042 -0
  470. package/fesm2020/jqwidgets-ng-jqxcomplexinput.mjs +353 -0
  471. package/fesm2020/jqwidgets-ng-jqxdatatable.mjs +1267 -0
  472. package/fesm2020/jqwidgets-ng-jqxdatetimeinput.mjs +653 -0
  473. package/fesm2020/jqwidgets-ng-jqxdocking.mjs +369 -0
  474. package/fesm2020/jqwidgets-ng-jqxdockinglayout.mjs +288 -0
  475. package/fesm2020/jqwidgets-ng-jqxdockpanel.mjs +192 -0
  476. package/fesm2020/jqwidgets-ng-jqxdragdrop.mjs +387 -0
  477. package/fesm2020/jqwidgets-ng-jqxdraw.mjs +208 -0
  478. package/fesm2020/jqwidgets-ng-jqxdropdownbutton.mjs +358 -0
  479. package/fesm2020/jqwidgets-ng-jqxdropdownlist.mjs +965 -0
  480. package/fesm2020/jqwidgets-ng-jqxeditor.mjs +349 -0
  481. package/fesm2020/jqwidgets-ng-jqxexpander.mjs +350 -0
  482. package/fesm2020/jqwidgets-ng-jqxfileupload.mjs +347 -0
  483. package/fesm2020/jqwidgets-ng-jqxform.mjs +260 -0
  484. package/fesm2020/jqwidgets-ng-jqxformattedinput.mjs +464 -0
  485. package/fesm2020/jqwidgets-ng-jqxgauge.mjs +429 -0
  486. package/fesm2020/jqwidgets-ng-jqxgrid.mjs +2702 -0
  487. package/fesm2020/jqwidgets-ng-jqxheatmap.mjs +253 -0
  488. package/fesm2020/jqwidgets-ng-jqxinput.mjs +435 -0
  489. package/fesm2020/jqwidgets-ng-jqxkanban.mjs +350 -0
  490. package/fesm2020/jqwidgets-ng-jqxknob.mjs +437 -0
  491. package/fesm2020/jqwidgets-ng-jqxlayout.mjs +270 -0
  492. package/fesm2020/jqwidgets-ng-jqxlineargauge.mjs +429 -0
  493. package/fesm2020/jqwidgets-ng-jqxlinkbutton.mjs +194 -0
  494. package/fesm2020/jqwidgets-ng-jqxlistbox.mjs +963 -0
  495. package/fesm2020/jqwidgets-ng-jqxlistmenu.mjs +372 -0
  496. package/fesm2020/jqwidgets-ng-jqxloader.mjs +256 -0
  497. package/fesm2020/jqwidgets-ng-jqxmaskedinput.mjs +306 -0
  498. package/fesm2020/jqwidgets-ng-jqxmenu.mjs +448 -0
  499. package/fesm2020/jqwidgets-ng-jqxnavbar.mjs +314 -0
  500. package/fesm2020/jqwidgets-ng-jqxnavigationbar.mjs +383 -0
  501. package/fesm2020/jqwidgets-ng-jqxnotification.mjs +403 -0
  502. package/fesm2020/jqwidgets-ng-jqxnumberinput.mjs +519 -0
  503. package/fesm2020/jqwidgets-ng-jqxpanel.mjs +264 -0
  504. package/fesm2020/jqwidgets-ng-jqxpasswordinput.mjs +357 -0
  505. package/fesm2020/jqwidgets-ng-jqxpivotdesigner.mjs +175 -0
  506. package/fesm2020/jqwidgets-ng-jqxpivotgrid.mjs +346 -0
  507. package/fesm2020/jqwidgets-ng-jqxpopover.mjs +348 -0
  508. package/fesm2020/jqwidgets-ng-jqxprogressbar.mjs +333 -0
  509. package/fesm2020/jqwidgets-ng-jqxqrcode.mjs +340 -0
  510. package/fesm2020/jqwidgets-ng-jqxradiobutton.mjs +346 -0
  511. package/fesm2020/jqwidgets-ng-jqxrangeselector.mjs +426 -0
  512. package/fesm2020/jqwidgets-ng-jqxrating.mjs +294 -0
  513. package/fesm2020/jqwidgets-ng-jqxrepeatbutton.mjs +339 -0
  514. package/fesm2020/jqwidgets-ng-jqxresponsivepanel.mjs +321 -0
  515. package/fesm2020/jqwidgets-ng-jqxribbon.mjs +394 -0
  516. package/fesm2020/jqwidgets-ng-jqxscheduler.mjs +904 -0
  517. package/fesm2020/jqwidgets-ng-jqxscrollbar.mjs +298 -0
  518. package/fesm2020/jqwidgets-ng-jqxscrollview.mjs +290 -0
  519. package/fesm2020/jqwidgets-ng-jqxslider.mjs +573 -0
  520. package/fesm2020/jqwidgets-ng-jqxsortable.mjs +495 -0
  521. package/fesm2020/jqwidgets-ng-jqxsplitlayout.mjs +207 -0
  522. package/fesm2020/jqwidgets-ng-jqxsplitter.mjs +278 -0
  523. package/fesm2020/jqwidgets-ng-jqxswitchbutton.mjs +305 -0
  524. package/fesm2020/jqwidgets-ng-jqxtabs.mjs +570 -0
  525. package/fesm2020/jqwidgets-ng-jqxtagcloud.mjs +445 -0
  526. package/fesm2020/jqwidgets-ng-jqxtextarea.mjs +435 -0
  527. package/fesm2020/jqwidgets-ng-jqxtimepicker.mjs +317 -0
  528. package/fesm2020/jqwidgets-ng-jqxtogglebutton.mjs +337 -0
  529. package/fesm2020/jqwidgets-ng-jqxtoolbar.mjs +286 -0
  530. package/fesm2020/jqwidgets-ng-jqxtooltip.mjs +411 -0
  531. package/fesm2020/jqwidgets-ng-jqxtree.mjs +505 -0
  532. package/fesm2020/jqwidgets-ng-jqxtreegrid.mjs +1363 -0
  533. package/fesm2020/jqwidgets-ng-jqxtreemap.mjs +352 -0
  534. package/fesm2020/jqwidgets-ng-jqxvalidator.mjs +291 -0
  535. package/fesm2020/jqwidgets-ng-jqxwindow.mjs +607 -0
  536. package/fesm2020/jqwidgets-ng.mjs +33 -0
  537. package/jqxbarcode/angular_jqxbarcode.d.ts +3 -0
  538. package/jqxbarcode/angular_jqxbarcode.module.d.ts +5 -0
  539. package/jqxbarcode/index.d.ts +1 -0
  540. package/jqxbarcode/jqwidgets-ng-jqxbarcode.d.ts +2 -1
  541. package/jqxbarcode/package.json +5 -6
  542. package/jqxbargauge/angular_jqxbargauge.d.ts +3 -0
  543. package/jqxbargauge/angular_jqxbargauge.module.d.ts +5 -0
  544. package/jqxbargauge/index.d.ts +1 -0
  545. package/jqxbargauge/jqwidgets-ng-jqxbargauge.d.ts +2 -1
  546. package/jqxbargauge/package.json +5 -6
  547. package/jqxbulletchart/angular_jqxbulletchart.d.ts +3 -0
  548. package/jqxbulletchart/angular_jqxbulletchart.module.d.ts +5 -0
  549. package/jqxbulletchart/index.d.ts +1 -0
  550. package/jqxbulletchart/jqwidgets-ng-jqxbulletchart.d.ts +2 -1
  551. package/jqxbulletchart/package.json +5 -6
  552. package/jqxbuttongroup/angular_jqxbuttongroup.d.ts +3 -0
  553. package/jqxbuttongroup/angular_jqxbuttongroup.module.d.ts +5 -0
  554. package/jqxbuttongroup/index.d.ts +1 -0
  555. package/jqxbuttongroup/jqwidgets-ng-jqxbuttongroup.d.ts +2 -1
  556. package/jqxbuttongroup/package.json +5 -6
  557. package/jqxbuttons/angular_jqxbuttons.d.ts +3 -0
  558. package/jqxbuttons/angular_jqxbuttons.module.d.ts +5 -0
  559. package/jqxbuttons/index.d.ts +1 -0
  560. package/jqxbuttons/jqwidgets-ng-jqxbuttons.d.ts +2 -1
  561. package/jqxbuttons/package.json +8 -6
  562. package/jqxcalendar/angular_jqxcalendar.d.ts +3 -0
  563. package/jqxcalendar/angular_jqxcalendar.module.d.ts +6 -0
  564. package/jqxcalendar/index.d.ts +1 -0
  565. package/jqxcalendar/jqwidgets-ng-jqxcalendar.d.ts +2 -1
  566. package/jqxcalendar/package.json +8 -6
  567. package/jqxchart/angular_jqxchart.d.ts +3 -0
  568. package/jqxchart/angular_jqxchart.module.d.ts +5 -0
  569. package/jqxchart/index.d.ts +1 -0
  570. package/jqxchart/jqwidgets-ng-jqxchart.d.ts +2 -1
  571. package/jqxchart/package.json +8 -6
  572. package/jqxcheckbox/angular_jqxcheckbox.d.ts +3 -0
  573. package/jqxcheckbox/angular_jqxcheckbox.module.d.ts +6 -0
  574. package/jqxcheckbox/index.d.ts +1 -0
  575. package/jqxcheckbox/jqwidgets-ng-jqxcheckbox.d.ts +2 -1
  576. package/jqxcheckbox/package.json +8 -6
  577. package/jqxcolorpicker/angular_jqxcolorpicker.d.ts +3 -0
  578. package/jqxcolorpicker/angular_jqxcolorpicker.module.d.ts +5 -0
  579. package/jqxcolorpicker/index.d.ts +1 -0
  580. package/jqxcolorpicker/jqwidgets-ng-jqxcolorpicker.d.ts +2 -1
  581. package/jqxcolorpicker/package.json +8 -6
  582. package/jqxcombobox/angular_jqxcombobox.d.ts +3 -0
  583. package/jqxcombobox/angular_jqxcombobox.module.d.ts +6 -0
  584. package/jqxcombobox/index.d.ts +1 -0
  585. package/jqxcombobox/jqwidgets-ng-jqxcombobox.d.ts +2 -1
  586. package/jqxcombobox/package.json +8 -6
  587. package/jqxcomplexinput/angular_jqxcomplexinput.d.ts +3 -0
  588. package/jqxcomplexinput/angular_jqxcomplexinput.module.d.ts +6 -0
  589. package/jqxcomplexinput/index.d.ts +1 -0
  590. package/jqxcomplexinput/jqwidgets-ng-jqxcomplexinput.d.ts +2 -1
  591. package/jqxcomplexinput/package.json +8 -6
  592. package/jqxdatatable/angular_jqxdatatable.d.ts +3 -0
  593. package/jqxdatatable/angular_jqxdatatable.module.d.ts +5 -0
  594. package/jqxdatatable/index.d.ts +1 -0
  595. package/jqxdatatable/jqwidgets-ng-jqxdatatable.d.ts +2 -1
  596. package/jqxdatatable/package.json +8 -6
  597. package/jqxdatetimeinput/angular_jqxdatetimeinput.d.ts +3 -0
  598. package/jqxdatetimeinput/angular_jqxdatetimeinput.module.d.ts +6 -0
  599. package/jqxdatetimeinput/index.d.ts +1 -0
  600. package/jqxdatetimeinput/jqwidgets-ng-jqxdatetimeinput.d.ts +2 -1
  601. package/jqxdatetimeinput/package.json +8 -6
  602. package/jqxdocking/angular_jqxdocking.d.ts +3 -0
  603. package/jqxdocking/angular_jqxdocking.module.d.ts +5 -0
  604. package/jqxdocking/index.d.ts +1 -0
  605. package/jqxdocking/jqwidgets-ng-jqxdocking.d.ts +2 -1
  606. package/jqxdocking/package.json +8 -6
  607. package/jqxdockinglayout/angular_jqxdockinglayout.d.ts +3 -0
  608. package/jqxdockinglayout/angular_jqxdockinglayout.module.d.ts +5 -0
  609. package/jqxdockinglayout/index.d.ts +1 -0
  610. package/jqxdockinglayout/jqwidgets-ng-jqxdockinglayout.d.ts +2 -1
  611. package/jqxdockinglayout/package.json +8 -6
  612. package/jqxdockpanel/angular_jqxdockpanel.d.ts +3 -0
  613. package/jqxdockpanel/angular_jqxdockpanel.module.d.ts +5 -0
  614. package/jqxdockpanel/index.d.ts +1 -0
  615. package/jqxdockpanel/jqwidgets-ng-jqxdockpanel.d.ts +2 -1
  616. package/jqxdockpanel/package.json +8 -6
  617. package/jqxdragdrop/angular_jqxdragdrop.d.ts +3 -0
  618. package/jqxdragdrop/angular_jqxdragdrop.module.d.ts +5 -0
  619. package/jqxdragdrop/index.d.ts +1 -0
  620. package/jqxdragdrop/jqwidgets-ng-jqxdragdrop.d.ts +2 -1
  621. package/jqxdragdrop/package.json +8 -6
  622. package/jqxdraw/angular_jqxdraw.d.ts +3 -0
  623. package/jqxdraw/angular_jqxdraw.module.d.ts +5 -0
  624. package/jqxdraw/index.d.ts +1 -0
  625. package/jqxdraw/jqwidgets-ng-jqxdraw.d.ts +2 -1
  626. package/jqxdraw/package.json +8 -6
  627. package/jqxdropdownbutton/angular_jqxdropdownbutton.d.ts +3 -0
  628. package/jqxdropdownbutton/angular_jqxdropdownbutton.module.d.ts +5 -0
  629. package/jqxdropdownbutton/index.d.ts +1 -0
  630. package/jqxdropdownbutton/jqwidgets-ng-jqxdropdownbutton.d.ts +2 -1
  631. package/jqxdropdownbutton/package.json +8 -6
  632. package/jqxdropdownlist/angular_jqxdropdownlist.d.ts +3 -0
  633. package/jqxdropdownlist/angular_jqxdropdownlist.module.d.ts +6 -0
  634. package/jqxdropdownlist/index.d.ts +1 -0
  635. package/jqxdropdownlist/jqwidgets-ng-jqxdropdownlist.d.ts +2 -1
  636. package/jqxdropdownlist/package.json +8 -6
  637. package/jqxeditor/angular_jqxeditor.d.ts +3 -0
  638. package/jqxeditor/angular_jqxeditor.module.d.ts +6 -0
  639. package/jqxeditor/index.d.ts +1 -0
  640. package/jqxeditor/jqwidgets-ng-jqxeditor.d.ts +2 -1
  641. package/jqxeditor/package.json +8 -6
  642. package/jqxexpander/angular_jqxexpander.d.ts +3 -0
  643. package/jqxexpander/angular_jqxexpander.module.d.ts +5 -0
  644. package/jqxexpander/index.d.ts +1 -0
  645. package/jqxexpander/jqwidgets-ng-jqxexpander.d.ts +2 -1
  646. package/jqxexpander/package.json +8 -6
  647. package/jqxfileupload/angular_jqxfileupload.d.ts +3 -0
  648. package/jqxfileupload/angular_jqxfileupload.module.d.ts +5 -0
  649. package/jqxfileupload/index.d.ts +1 -0
  650. package/jqxfileupload/jqwidgets-ng-jqxfileupload.d.ts +2 -1
  651. package/jqxfileupload/package.json +8 -6
  652. package/jqxform/angular_jqxform.d.ts +3 -0
  653. package/jqxform/angular_jqxform.module.d.ts +5 -0
  654. package/jqxform/index.d.ts +1 -0
  655. package/jqxform/jqwidgets-ng-jqxform.d.ts +2 -1
  656. package/jqxform/package.json +8 -6
  657. package/jqxformattedinput/angular_jqxformattedinput.d.ts +3 -0
  658. package/jqxformattedinput/angular_jqxformattedinput.module.d.ts +6 -0
  659. package/jqxformattedinput/index.d.ts +1 -0
  660. package/jqxformattedinput/jqwidgets-ng-jqxformattedinput.d.ts +2 -1
  661. package/jqxformattedinput/package.json +8 -6
  662. package/jqxgauge/angular_jqxgauge.d.ts +3 -0
  663. package/jqxgauge/angular_jqxgauge.module.d.ts +5 -0
  664. package/jqxgauge/index.d.ts +1 -0
  665. package/jqxgauge/jqwidgets-ng-jqxgauge.d.ts +2 -1
  666. package/jqxgauge/package.json +8 -6
  667. package/jqxgrid/angular_jqxgrid.d.ts +3 -0
  668. package/jqxgrid/angular_jqxgrid.module.d.ts +5 -0
  669. package/jqxgrid/index.d.ts +1 -0
  670. package/jqxgrid/jqwidgets-ng-jqxgrid.d.ts +2 -1
  671. package/jqxgrid/package.json +8 -6
  672. package/jqxheatmap/angular_jqxheatmap.d.ts +3 -0
  673. package/jqxheatmap/angular_jqxheatmap.module.d.ts +5 -0
  674. package/jqxheatmap/index.d.ts +1 -0
  675. package/jqxheatmap/jqwidgets-ng-jqxheatmap.d.ts +2 -1
  676. package/jqxheatmap/package.json +8 -6
  677. package/jqxinput/angular_jqxinput.d.ts +3 -0
  678. package/jqxinput/angular_jqxinput.module.d.ts +6 -0
  679. package/jqxinput/index.d.ts +1 -0
  680. package/jqxinput/jqwidgets-ng-jqxinput.d.ts +2 -1
  681. package/jqxinput/package.json +8 -6
  682. package/jqxkanban/angular_jqxkanban.d.ts +3 -0
  683. package/jqxkanban/angular_jqxkanban.module.d.ts +5 -0
  684. package/jqxkanban/index.d.ts +1 -0
  685. package/jqxkanban/jqwidgets-ng-jqxkanban.d.ts +2 -1
  686. package/jqxkanban/package.json +8 -6
  687. package/jqxknob/angular_jqxknob.d.ts +3 -0
  688. package/jqxknob/angular_jqxknob.module.d.ts +5 -0
  689. package/jqxknob/index.d.ts +1 -0
  690. package/jqxknob/jqwidgets-ng-jqxknob.d.ts +2 -1
  691. package/jqxknob/package.json +8 -6
  692. package/jqxlayout/angular_jqxlayout.d.ts +3 -0
  693. package/jqxlayout/angular_jqxlayout.module.d.ts +5 -0
  694. package/jqxlayout/index.d.ts +1 -0
  695. package/jqxlayout/jqwidgets-ng-jqxlayout.d.ts +2 -1
  696. package/jqxlayout/package.json +8 -6
  697. package/jqxlineargauge/angular_jqxlineargauge.d.ts +3 -0
  698. package/jqxlineargauge/angular_jqxlineargauge.module.d.ts +5 -0
  699. package/jqxlineargauge/index.d.ts +1 -0
  700. package/jqxlineargauge/jqwidgets-ng-jqxlineargauge.d.ts +2 -1
  701. package/jqxlineargauge/package.json +8 -6
  702. package/jqxlinkbutton/angular_jqxlinkbutton.d.ts +3 -0
  703. package/jqxlinkbutton/angular_jqxlinkbutton.module.d.ts +5 -0
  704. package/jqxlinkbutton/index.d.ts +1 -0
  705. package/jqxlinkbutton/jqwidgets-ng-jqxlinkbutton.d.ts +2 -1
  706. package/jqxlinkbutton/package.json +8 -6
  707. package/jqxlistbox/angular_jqxlistbox.d.ts +3 -0
  708. package/jqxlistbox/angular_jqxlistbox.module.d.ts +6 -0
  709. package/jqxlistbox/index.d.ts +1 -0
  710. package/jqxlistbox/jqwidgets-ng-jqxlistbox.d.ts +2 -1
  711. package/jqxlistbox/package.json +8 -6
  712. package/jqxlistmenu/angular_jqxlistmenu.d.ts +3 -0
  713. package/jqxlistmenu/angular_jqxlistmenu.module.d.ts +5 -0
  714. package/jqxlistmenu/index.d.ts +1 -0
  715. package/jqxlistmenu/jqwidgets-ng-jqxlistmenu.d.ts +2 -1
  716. package/jqxlistmenu/package.json +8 -6
  717. package/jqxloader/angular_jqxloader.d.ts +3 -0
  718. package/jqxloader/angular_jqxloader.module.d.ts +5 -0
  719. package/jqxloader/index.d.ts +1 -0
  720. package/jqxloader/jqwidgets-ng-jqxloader.d.ts +2 -1
  721. package/jqxloader/package.json +8 -6
  722. package/jqxmaskedinput/angular_jqxmaskedinput.d.ts +3 -0
  723. package/jqxmaskedinput/angular_jqxmaskedinput.module.d.ts +6 -0
  724. package/jqxmaskedinput/index.d.ts +1 -0
  725. package/jqxmaskedinput/jqwidgets-ng-jqxmaskedinput.d.ts +2 -1
  726. package/jqxmaskedinput/package.json +8 -6
  727. package/jqxmenu/angular_jqxmenu.d.ts +3 -0
  728. package/jqxmenu/angular_jqxmenu.module.d.ts +5 -0
  729. package/jqxmenu/index.d.ts +1 -0
  730. package/jqxmenu/jqwidgets-ng-jqxmenu.d.ts +2 -1
  731. package/jqxmenu/package.json +8 -6
  732. package/jqxnavbar/angular_jqxnavbar.d.ts +3 -0
  733. package/jqxnavbar/angular_jqxnavbar.module.d.ts +5 -0
  734. package/jqxnavbar/index.d.ts +1 -0
  735. package/jqxnavbar/jqwidgets-ng-jqxnavbar.d.ts +2 -1
  736. package/jqxnavbar/package.json +8 -6
  737. package/jqxnavigationbar/angular_jqxnavigationbar.d.ts +3 -0
  738. package/jqxnavigationbar/angular_jqxnavigationbar.module.d.ts +5 -0
  739. package/jqxnavigationbar/index.d.ts +1 -0
  740. package/jqxnavigationbar/jqwidgets-ng-jqxnavigationbar.d.ts +2 -1
  741. package/jqxnavigationbar/package.json +8 -6
  742. package/jqxnotification/angular_jqxnotification.d.ts +3 -0
  743. package/jqxnotification/angular_jqxnotification.module.d.ts +5 -0
  744. package/jqxnotification/index.d.ts +1 -0
  745. package/jqxnotification/jqwidgets-ng-jqxnotification.d.ts +2 -1
  746. package/jqxnotification/package.json +8 -6
  747. package/jqxnumberinput/angular_jqxnumberinput.d.ts +3 -0
  748. package/jqxnumberinput/angular_jqxnumberinput.module.d.ts +6 -0
  749. package/jqxnumberinput/index.d.ts +1 -0
  750. package/jqxnumberinput/jqwidgets-ng-jqxnumberinput.d.ts +2 -1
  751. package/jqxnumberinput/package.json +8 -6
  752. package/jqxpanel/angular_jqxpanel.d.ts +3 -0
  753. package/jqxpanel/angular_jqxpanel.module.d.ts +5 -0
  754. package/jqxpanel/index.d.ts +1 -0
  755. package/jqxpanel/jqwidgets-ng-jqxpanel.d.ts +2 -1
  756. package/jqxpanel/package.json +8 -6
  757. package/jqxpasswordinput/angular_jqxpasswordinput.d.ts +3 -0
  758. package/jqxpasswordinput/angular_jqxpasswordinput.module.d.ts +6 -0
  759. package/jqxpasswordinput/index.d.ts +1 -0
  760. package/jqxpasswordinput/jqwidgets-ng-jqxpasswordinput.d.ts +2 -1
  761. package/jqxpasswordinput/package.json +8 -6
  762. package/jqxpivotdesigner/angular_jqxpivotdesigner.d.ts +3 -0
  763. package/jqxpivotdesigner/angular_jqxpivotdesigner.module.d.ts +5 -0
  764. package/jqxpivotdesigner/index.d.ts +1 -0
  765. package/jqxpivotdesigner/jqwidgets-ng-jqxpivotdesigner.d.ts +2 -1
  766. package/jqxpivotdesigner/package.json +8 -6
  767. package/jqxpivotgrid/angular_jqxpivotgrid.d.ts +3 -0
  768. package/jqxpivotgrid/angular_jqxpivotgrid.module.d.ts +5 -0
  769. package/jqxpivotgrid/index.d.ts +1 -0
  770. package/jqxpivotgrid/jqwidgets-ng-jqxpivotgrid.d.ts +2 -1
  771. package/jqxpivotgrid/package.json +8 -6
  772. package/jqxpopover/angular_jqxpopover.d.ts +3 -0
  773. package/jqxpopover/angular_jqxpopover.module.d.ts +5 -0
  774. package/jqxpopover/index.d.ts +1 -0
  775. package/jqxpopover/jqwidgets-ng-jqxpopover.d.ts +2 -1
  776. package/jqxpopover/package.json +8 -6
  777. package/jqxprogressbar/angular_jqxprogressbar.d.ts +3 -0
  778. package/jqxprogressbar/angular_jqxprogressbar.module.d.ts +5 -0
  779. package/jqxprogressbar/index.d.ts +1 -0
  780. package/jqxprogressbar/jqwidgets-ng-jqxprogressbar.d.ts +2 -1
  781. package/jqxprogressbar/package.json +8 -6
  782. package/jqxqrcode/angular_jqxqrcode.d.ts +3 -0
  783. package/jqxqrcode/angular_jqxqrcode.module.d.ts +5 -0
  784. package/jqxqrcode/index.d.ts +1 -0
  785. package/jqxqrcode/jqwidgets-ng-jqxqrcode.d.ts +2 -1
  786. package/jqxqrcode/package.json +8 -6
  787. package/jqxradiobutton/angular_jqxradiobutton.d.ts +3 -0
  788. package/jqxradiobutton/angular_jqxradiobutton.module.d.ts +6 -0
  789. package/jqxradiobutton/index.d.ts +1 -0
  790. package/jqxradiobutton/jqwidgets-ng-jqxradiobutton.d.ts +2 -1
  791. package/jqxradiobutton/package.json +8 -6
  792. package/jqxrangeselector/angular_jqxrangeselector.d.ts +3 -0
  793. package/jqxrangeselector/angular_jqxrangeselector.module.d.ts +5 -0
  794. package/jqxrangeselector/index.d.ts +1 -0
  795. package/jqxrangeselector/jqwidgets-ng-jqxrangeselector.d.ts +2 -1
  796. package/jqxrangeselector/package.json +8 -6
  797. package/jqxrating/angular_jqxrating.d.ts +3 -0
  798. package/jqxrating/angular_jqxrating.module.d.ts +6 -0
  799. package/jqxrating/index.d.ts +1 -0
  800. package/jqxrating/jqwidgets-ng-jqxrating.d.ts +2 -1
  801. package/jqxrating/package.json +8 -6
  802. package/jqxrepeatbutton/angular_jqxrepeatbutton.d.ts +3 -0
  803. package/jqxrepeatbutton/angular_jqxrepeatbutton.module.d.ts +5 -0
  804. package/jqxrepeatbutton/index.d.ts +1 -0
  805. package/jqxrepeatbutton/jqwidgets-ng-jqxrepeatbutton.d.ts +2 -1
  806. package/jqxrepeatbutton/package.json +8 -6
  807. package/jqxresponsivepanel/angular_jqxresponsivepanel.d.ts +3 -0
  808. package/jqxresponsivepanel/angular_jqxresponsivepanel.module.d.ts +5 -0
  809. package/jqxresponsivepanel/index.d.ts +1 -0
  810. package/jqxresponsivepanel/jqwidgets-ng-jqxresponsivepanel.d.ts +2 -1
  811. package/jqxresponsivepanel/package.json +8 -6
  812. package/jqxribbon/angular_jqxribbon.d.ts +3 -0
  813. package/jqxribbon/angular_jqxribbon.module.d.ts +5 -0
  814. package/jqxribbon/index.d.ts +1 -0
  815. package/jqxribbon/jqwidgets-ng-jqxribbon.d.ts +2 -1
  816. package/jqxribbon/package.json +8 -6
  817. package/jqxscheduler/angular_jqxscheduler.d.ts +3 -0
  818. package/jqxscheduler/angular_jqxscheduler.module.d.ts +5 -0
  819. package/jqxscheduler/index.d.ts +1 -0
  820. package/jqxscheduler/jqwidgets-ng-jqxscheduler.d.ts +2 -1
  821. package/jqxscheduler/package.json +8 -6
  822. package/jqxscrollbar/angular_jqxscrollbar.d.ts +3 -0
  823. package/jqxscrollbar/angular_jqxscrollbar.module.d.ts +5 -0
  824. package/jqxscrollbar/index.d.ts +1 -0
  825. package/jqxscrollbar/jqwidgets-ng-jqxscrollbar.d.ts +2 -1
  826. package/jqxscrollbar/package.json +8 -6
  827. package/jqxscrollview/angular_jqxscrollview.d.ts +3 -0
  828. package/jqxscrollview/angular_jqxscrollview.module.d.ts +5 -0
  829. package/jqxscrollview/index.d.ts +1 -0
  830. package/jqxscrollview/jqwidgets-ng-jqxscrollview.d.ts +2 -1
  831. package/jqxscrollview/package.json +8 -6
  832. package/jqxslider/angular_jqxslider.d.ts +3 -0
  833. package/jqxslider/angular_jqxslider.module.d.ts +6 -0
  834. package/jqxslider/index.d.ts +1 -0
  835. package/jqxslider/jqwidgets-ng-jqxslider.d.ts +2 -1
  836. package/jqxslider/package.json +8 -6
  837. package/jqxsortable/angular_jqxsortable.d.ts +3 -0
  838. package/jqxsortable/angular_jqxsortable.module.d.ts +5 -0
  839. package/jqxsortable/index.d.ts +1 -0
  840. package/jqxsortable/jqwidgets-ng-jqxsortable.d.ts +2 -1
  841. package/jqxsortable/package.json +8 -6
  842. package/jqxsplitlayout/angular_jqxsplitlayout.d.ts +3 -0
  843. package/jqxsplitlayout/angular_jqxsplitlayout.module.d.ts +5 -0
  844. package/jqxsplitlayout/index.d.ts +1 -0
  845. package/jqxsplitlayout/jqwidgets-ng-jqxsplitlayout.d.ts +2 -1
  846. package/jqxsplitlayout/package.json +8 -6
  847. package/jqxsplitter/angular_jqxsplitter.d.ts +3 -0
  848. package/jqxsplitter/angular_jqxsplitter.module.d.ts +5 -0
  849. package/jqxsplitter/index.d.ts +1 -0
  850. package/jqxsplitter/jqwidgets-ng-jqxsplitter.d.ts +2 -1
  851. package/jqxsplitter/package.json +8 -6
  852. package/jqxswitchbutton/angular_jqxswitchbutton.d.ts +3 -0
  853. package/jqxswitchbutton/angular_jqxswitchbutton.module.d.ts +6 -0
  854. package/jqxswitchbutton/index.d.ts +1 -0
  855. package/jqxswitchbutton/jqwidgets-ng-jqxswitchbutton.d.ts +2 -1
  856. package/jqxswitchbutton/package.json +8 -6
  857. package/jqxtabs/angular_jqxtabs.d.ts +3 -0
  858. package/jqxtabs/angular_jqxtabs.module.d.ts +5 -0
  859. package/jqxtabs/index.d.ts +1 -0
  860. package/jqxtabs/jqwidgets-ng-jqxtabs.d.ts +2 -1
  861. package/jqxtabs/package.json +8 -6
  862. package/jqxtagcloud/angular_jqxtagcloud.d.ts +3 -0
  863. package/jqxtagcloud/angular_jqxtagcloud.module.d.ts +5 -0
  864. package/jqxtagcloud/index.d.ts +1 -0
  865. package/jqxtagcloud/jqwidgets-ng-jqxtagcloud.d.ts +2 -1
  866. package/jqxtagcloud/package.json +8 -6
  867. package/jqxtextarea/angular_jqxtextarea.d.ts +3 -0
  868. package/jqxtextarea/angular_jqxtextarea.module.d.ts +6 -0
  869. package/jqxtextarea/index.d.ts +1 -0
  870. package/jqxtextarea/jqwidgets-ng-jqxtextarea.d.ts +2 -1
  871. package/jqxtextarea/package.json +8 -6
  872. package/jqxtimepicker/angular_jqxtimepicker.d.ts +3 -0
  873. package/jqxtimepicker/angular_jqxtimepicker.module.d.ts +5 -0
  874. package/jqxtimepicker/index.d.ts +1 -0
  875. package/jqxtimepicker/jqwidgets-ng-jqxtimepicker.d.ts +2 -1
  876. package/jqxtimepicker/package.json +8 -6
  877. package/jqxtogglebutton/angular_jqxtogglebutton.d.ts +3 -0
  878. package/jqxtogglebutton/angular_jqxtogglebutton.module.d.ts +5 -0
  879. package/jqxtogglebutton/index.d.ts +1 -0
  880. package/jqxtogglebutton/jqwidgets-ng-jqxtogglebutton.d.ts +2 -1
  881. package/jqxtogglebutton/package.json +8 -6
  882. package/jqxtoolbar/angular_jqxtoolbar.d.ts +3 -0
  883. package/jqxtoolbar/angular_jqxtoolbar.module.d.ts +5 -0
  884. package/jqxtoolbar/index.d.ts +1 -0
  885. package/jqxtoolbar/jqwidgets-ng-jqxtoolbar.d.ts +2 -1
  886. package/jqxtoolbar/package.json +8 -6
  887. package/jqxtooltip/angular_jqxtooltip.d.ts +3 -0
  888. package/jqxtooltip/angular_jqxtooltip.module.d.ts +5 -0
  889. package/jqxtooltip/index.d.ts +1 -0
  890. package/jqxtooltip/jqwidgets-ng-jqxtooltip.d.ts +2 -1
  891. package/jqxtooltip/package.json +8 -6
  892. package/jqxtree/angular_jqxtree.d.ts +3 -0
  893. package/jqxtree/angular_jqxtree.module.d.ts +5 -0
  894. package/jqxtree/index.d.ts +1 -0
  895. package/jqxtree/jqwidgets-ng-jqxtree.d.ts +2 -1
  896. package/jqxtree/package.json +8 -6
  897. package/jqxtreegrid/angular_jqxtreegrid.d.ts +3 -0
  898. package/jqxtreegrid/angular_jqxtreegrid.module.d.ts +5 -0
  899. package/jqxtreegrid/index.d.ts +1 -0
  900. package/jqxtreegrid/jqwidgets-ng-jqxtreegrid.d.ts +2 -1
  901. package/jqxtreegrid/package.json +8 -6
  902. package/jqxtreemap/angular_jqxtreemap.d.ts +3 -0
  903. package/jqxtreemap/angular_jqxtreemap.module.d.ts +5 -0
  904. package/jqxtreemap/index.d.ts +1 -0
  905. package/jqxtreemap/jqwidgets-ng-jqxtreemap.d.ts +2 -1
  906. package/jqxtreemap/package.json +8 -6
  907. package/jqxvalidator/angular_jqxvalidator.d.ts +3 -0
  908. package/jqxvalidator/angular_jqxvalidator.module.d.ts +5 -0
  909. package/jqxvalidator/index.d.ts +1 -0
  910. package/jqxvalidator/jqwidgets-ng-jqxvalidator.d.ts +2 -1
  911. package/jqxvalidator/package.json +8 -6
  912. package/jqxwindow/angular_jqxwindow.d.ts +3 -0
  913. package/jqxwindow/angular_jqxwindow.module.d.ts +5 -0
  914. package/jqxwindow/index.d.ts +1 -0
  915. package/jqxwindow/jqwidgets-ng-jqxwindow.d.ts +2 -1
  916. package/jqxwindow/package.json +8 -6
  917. package/package.json +3 -4
  918. package/bundles/jqwidgets-ng-jqxbarcode.umd.js +0 -604
  919. package/bundles/jqwidgets-ng-jqxbarcode.umd.min.js +0 -16
  920. package/bundles/jqwidgets-ng-jqxbargauge.umd.js +0 -691
  921. package/bundles/jqwidgets-ng-jqxbargauge.umd.min.js +0 -18
  922. package/bundles/jqwidgets-ng-jqxbulletchart.umd.js +0 -638
  923. package/bundles/jqwidgets-ng-jqxbulletchart.umd.min.js +0 -19
  924. package/bundles/jqwidgets-ng-jqxbuttongroup.umd.js +0 -553
  925. package/bundles/jqwidgets-ng-jqxbuttongroup.umd.min.js +0 -18
  926. package/bundles/jqwidgets-ng-jqxbuttons.umd.js +0 -628
  927. package/bundles/jqwidgets-ng-jqxbuttons.umd.min.js +0 -17
  928. package/bundles/jqwidgets-ng-jqxcalendar.umd.js +0 -890
  929. package/bundles/jqwidgets-ng-jqxcalendar.umd.min.js +0 -21
  930. package/bundles/jqwidgets-ng-jqxchart.umd.js +0 -879
  931. package/bundles/jqwidgets-ng-jqxchart.umd.min.js +0 -24
  932. package/bundles/jqwidgets-ng-jqxcheckbox.umd.js +0 -659
  933. package/bundles/jqwidgets-ng-jqxcheckbox.umd.min.js +0 -17
  934. package/bundles/jqwidgets-ng-jqxcolorpicker.umd.js +0 -528
  935. package/bundles/jqwidgets-ng-jqxcolorpicker.umd.min.js +0 -20
  936. package/bundles/jqwidgets-ng-jqxcombobox.umd.js +0 -1278
  937. package/bundles/jqwidgets-ng-jqxcombobox.umd.min.js +0 -21
  938. package/bundles/jqwidgets-ng-jqxcomplexinput.umd.js +0 -655
  939. package/bundles/jqwidgets-ng-jqxcomplexinput.umd.min.js +0 -18
  940. package/bundles/jqwidgets-ng-jqxdatatable.umd.js +0 -1464
  941. package/bundles/jqwidgets-ng-jqxdatatable.umd.min.js +0 -27
  942. package/bundles/jqwidgets-ng-jqxdatetimeinput.umd.js +0 -899
  943. package/bundles/jqwidgets-ng-jqxdatetimeinput.umd.min.js +0 -21
  944. package/bundles/jqwidgets-ng-jqxdocking.umd.js +0 -662
  945. package/bundles/jqwidgets-ng-jqxdocking.umd.min.js +0 -19
  946. package/bundles/jqwidgets-ng-jqxdockinglayout.umd.js +0 -585
  947. package/bundles/jqwidgets-ng-jqxdockinglayout.umd.min.js +0 -23
  948. package/bundles/jqwidgets-ng-jqxdockpanel.umd.js +0 -504
  949. package/bundles/jqwidgets-ng-jqxdockpanel.umd.min.js +0 -17
  950. package/bundles/jqwidgets-ng-jqxdragdrop.umd.js +0 -659
  951. package/bundles/jqwidgets-ng-jqxdragdrop.umd.min.js +0 -17
  952. package/bundles/jqwidgets-ng-jqxdraw.umd.js +0 -522
  953. package/bundles/jqwidgets-ng-jqxdraw.umd.min.js +0 -17
  954. package/bundles/jqwidgets-ng-jqxdropdownbutton.umd.js +0 -643
  955. package/bundles/jqwidgets-ng-jqxdropdownbutton.umd.min.js +0 -18
  956. package/bundles/jqwidgets-ng-jqxdropdownlist.umd.js +0 -1211
  957. package/bundles/jqwidgets-ng-jqxdropdownlist.umd.min.js +0 -21
  958. package/bundles/jqwidgets-ng-jqxeditor.umd.js +0 -642
  959. package/bundles/jqwidgets-ng-jqxeditor.umd.min.js +0 -27
  960. package/bundles/jqwidgets-ng-jqxexpander.umd.js +0 -639
  961. package/bundles/jqwidgets-ng-jqxexpander.umd.min.js +0 -17
  962. package/bundles/jqwidgets-ng-jqxfileupload.umd.js +0 -634
  963. package/bundles/jqwidgets-ng-jqxfileupload.umd.min.js +0 -18
  964. package/bundles/jqwidgets-ng-jqxform.umd.js +0 -566
  965. package/bundles/jqwidgets-ng-jqxform.umd.min.js +0 -32
  966. package/bundles/jqwidgets-ng-jqxformattedinput.umd.js +0 -751
  967. package/bundles/jqwidgets-ng-jqxformattedinput.umd.min.js +0 -17
  968. package/bundles/jqwidgets-ng-jqxgauge.umd.js +0 -700
  969. package/bundles/jqwidgets-ng-jqxgauge.umd.min.js +0 -18
  970. package/bundles/jqwidgets-ng-jqxgrid.umd.js +0 -2746
  971. package/bundles/jqwidgets-ng-jqxgrid.umd.min.js +0 -43
  972. package/bundles/jqwidgets-ng-jqxheatmap.umd.js +0 -555
  973. package/bundles/jqwidgets-ng-jqxheatmap.umd.min.js +0 -17
  974. package/bundles/jqwidgets-ng-jqxinput.umd.js +0 -720
  975. package/bundles/jqwidgets-ng-jqxinput.umd.min.js +0 -18
  976. package/bundles/jqwidgets-ng-jqxkanban.umd.js +0 -636
  977. package/bundles/jqwidgets-ng-jqxkanban.umd.min.js +0 -20
  978. package/bundles/jqwidgets-ng-jqxknob.umd.js +0 -708
  979. package/bundles/jqwidgets-ng-jqxknob.umd.min.js +0 -18
  980. package/bundles/jqwidgets-ng-jqxlayout.umd.js +0 -570
  981. package/bundles/jqwidgets-ng-jqxlayout.umd.min.js +0 -20
  982. package/bundles/jqwidgets-ng-jqxlineargauge.umd.js +0 -700
  983. package/bundles/jqwidgets-ng-jqxlineargauge.umd.min.js +0 -18
  984. package/bundles/jqwidgets-ng-jqxlinkbutton.umd.js +0 -504
  985. package/bundles/jqwidgets-ng-jqxlinkbutton.umd.min.js +0 -17
  986. package/bundles/jqwidgets-ng-jqxlistbox.umd.js +0 -1211
  987. package/bundles/jqwidgets-ng-jqxlistbox.umd.min.js +0 -21
  988. package/bundles/jqwidgets-ng-jqxlistmenu.umd.js +0 -652
  989. package/bundles/jqwidgets-ng-jqxlistmenu.umd.min.js +0 -20
  990. package/bundles/jqwidgets-ng-jqxloader.umd.js +0 -556
  991. package/bundles/jqwidgets-ng-jqxloader.umd.min.js +0 -17
  992. package/bundles/jqwidgets-ng-jqxmaskedinput.umd.js +0 -604
  993. package/bundles/jqwidgets-ng-jqxmaskedinput.umd.min.js +0 -17
  994. package/bundles/jqwidgets-ng-jqxmenu.umd.js +0 -718
  995. package/bundles/jqwidgets-ng-jqxmenu.umd.min.js +0 -18
  996. package/bundles/jqwidgets-ng-jqxnavbar.umd.js +0 -606
  997. package/bundles/jqwidgets-ng-jqxnavbar.umd.min.js +0 -17
  998. package/bundles/jqwidgets-ng-jqxnavigationbar.umd.js +0 -672
  999. package/bundles/jqwidgets-ng-jqxnavigationbar.umd.min.js +0 -17
  1000. package/bundles/jqwidgets-ng-jqxnotification.umd.js +0 -679
  1001. package/bundles/jqwidgets-ng-jqxnotification.umd.min.js +0 -18
  1002. package/bundles/jqwidgets-ng-jqxnumberinput.umd.js +0 -789
  1003. package/bundles/jqwidgets-ng-jqxnumberinput.umd.min.js +0 -18
  1004. package/bundles/jqwidgets-ng-jqxpanel.umd.js +0 -568
  1005. package/bundles/jqwidgets-ng-jqxpanel.umd.min.js +0 -19
  1006. package/bundles/jqwidgets-ng-jqxpasswordinput.umd.js +0 -651
  1007. package/bundles/jqwidgets-ng-jqxpasswordinput.umd.min.js +0 -18
  1008. package/bundles/jqwidgets-ng-jqxpivotdesigner.umd.js +0 -488
  1009. package/bundles/jqwidgets-ng-jqxpivotdesigner.umd.min.js +0 -16
  1010. package/bundles/jqwidgets-ng-jqxpivotgrid.umd.js +0 -629
  1011. package/bundles/jqwidgets-ng-jqxpivotgrid.umd.min.js +0 -29
  1012. package/bundles/jqwidgets-ng-jqxpopover.umd.js +0 -633
  1013. package/bundles/jqwidgets-ng-jqxpopover.umd.min.js +0 -17
  1014. package/bundles/jqwidgets-ng-jqxprogressbar.umd.js +0 -621
  1015. package/bundles/jqwidgets-ng-jqxprogressbar.umd.min.js +0 -17
  1016. package/bundles/jqwidgets-ng-jqxqrcode.umd.js +0 -622
  1017. package/bundles/jqwidgets-ng-jqxqrcode.umd.min.js +0 -16
  1018. package/bundles/jqwidgets-ng-jqxradiobutton.umd.js +0 -639
  1019. package/bundles/jqwidgets-ng-jqxradiobutton.umd.min.js +0 -17
  1020. package/bundles/jqwidgets-ng-jqxrangeselector.umd.js +0 -698
  1021. package/bundles/jqwidgets-ng-jqxrangeselector.umd.min.js +0 -19
  1022. package/bundles/jqwidgets-ng-jqxrating.umd.js +0 -595
  1023. package/bundles/jqwidgets-ng-jqxrating.umd.min.js +0 -17
  1024. package/bundles/jqwidgets-ng-jqxrepeatbutton.umd.js +0 -627
  1025. package/bundles/jqwidgets-ng-jqxrepeatbutton.umd.min.js +0 -17
  1026. package/bundles/jqwidgets-ng-jqxresponsivepanel.umd.js +0 -612
  1027. package/bundles/jqwidgets-ng-jqxresponsivepanel.umd.min.js +0 -17
  1028. package/bundles/jqwidgets-ng-jqxribbon.umd.js +0 -677
  1029. package/bundles/jqwidgets-ng-jqxribbon.umd.min.js +0 -19
  1030. package/bundles/jqwidgets-ng-jqxscheduler.umd.js +0 -1100
  1031. package/bundles/jqwidgets-ng-jqxscheduler.umd.min.js +0 -37
  1032. package/bundles/jqwidgets-ng-jqxscrollbar.umd.js +0 -592
  1033. package/bundles/jqwidgets-ng-jqxscrollbar.umd.min.js +0 -18
  1034. package/bundles/jqwidgets-ng-jqxscrollview.umd.js +0 -586
  1035. package/bundles/jqwidgets-ng-jqxscrollview.umd.min.js +0 -18
  1036. package/bundles/jqwidgets-ng-jqxslider.umd.js +0 -831
  1037. package/bundles/jqwidgets-ng-jqxslider.umd.min.js +0 -18
  1038. package/bundles/jqwidgets-ng-jqxsortable.umd.js +0 -750
  1039. package/bundles/jqwidgets-ng-jqxsortable.umd.min.js +0 -18
  1040. package/bundles/jqwidgets-ng-jqxsplitlayout.umd.js +0 -516
  1041. package/bundles/jqwidgets-ng-jqxsplitlayout.umd.min.js +0 -17
  1042. package/bundles/jqwidgets-ng-jqxsplitter.umd.js +0 -577
  1043. package/bundles/jqwidgets-ng-jqxsplitter.umd.min.js +0 -18
  1044. package/bundles/jqwidgets-ng-jqxswitchbutton.umd.js +0 -604
  1045. package/bundles/jqwidgets-ng-jqxswitchbutton.umd.min.js +0 -17
  1046. package/bundles/jqwidgets-ng-jqxtabs.umd.js +0 -826
  1047. package/bundles/jqwidgets-ng-jqxtabs.umd.min.js +0 -18
  1048. package/bundles/jqwidgets-ng-jqxtagcloud.umd.js +0 -716
  1049. package/bundles/jqwidgets-ng-jqxtagcloud.umd.min.js +0 -19
  1050. package/bundles/jqwidgets-ng-jqxtextarea.umd.js +0 -711
  1051. package/bundles/jqwidgets-ng-jqxtextarea.umd.min.js +0 -20
  1052. package/bundles/jqwidgets-ng-jqxtimepicker.umd.js +0 -607
  1053. package/bundles/jqwidgets-ng-jqxtimepicker.umd.min.js +0 -18
  1054. package/bundles/jqwidgets-ng-jqxtogglebutton.umd.js +0 -627
  1055. package/bundles/jqwidgets-ng-jqxtogglebutton.umd.min.js +0 -17
  1056. package/bundles/jqwidgets-ng-jqxtoolbar.umd.js +0 -585
  1057. package/bundles/jqwidgets-ng-jqxtoolbar.umd.min.js +0 -23
  1058. package/bundles/jqwidgets-ng-jqxtooltip.umd.js +0 -684
  1059. package/bundles/jqwidgets-ng-jqxtooltip.umd.min.js +0 -17
  1060. package/bundles/jqwidgets-ng-jqxtree.umd.js +0 -777
  1061. package/bundles/jqwidgets-ng-jqxtree.umd.min.js +0 -23
  1062. package/bundles/jqwidgets-ng-jqxtreegrid.umd.js +0 -1552
  1063. package/bundles/jqwidgets-ng-jqxtreegrid.umd.min.js +0 -28
  1064. package/bundles/jqwidgets-ng-jqxtreemap.umd.js +0 -636
  1065. package/bundles/jqwidgets-ng-jqxtreemap.umd.min.js +0 -19
  1066. package/bundles/jqwidgets-ng-jqxvalidator.umd.js +0 -584
  1067. package/bundles/jqwidgets-ng-jqxvalidator.umd.min.js +0 -17
  1068. package/bundles/jqwidgets-ng-jqxwindow.umd.js +0 -850
  1069. package/bundles/jqwidgets-ng-jqxwindow.umd.min.js +0 -18
  1070. package/esm2015/jqxbarcode/angular_jqxbarcode.js +0 -262
  1071. package/esm2015/jqxbarcode/angular_jqxbarcode.module.js +0 -13
  1072. package/esm2015/jqxbargauge/angular_jqxbargauge.js +0 -348
  1073. package/esm2015/jqxbargauge/angular_jqxbargauge.module.js +0 -14
  1074. package/esm2015/jqxbargauge/jqwidgets-ng-jqxbargauge.js +0 -4
  1075. package/esm2015/jqxbulletchart/angular_jqxbulletchart.js +0 -295
  1076. package/esm2015/jqxbulletchart/angular_jqxbulletchart.module.js +0 -15
  1077. package/esm2015/jqxbulletchart/jqwidgets-ng-jqxbulletchart.js +0 -4
  1078. package/esm2015/jqxbuttongroup/angular_jqxbuttongroup.js +0 -210
  1079. package/esm2015/jqxbuttongroup/angular_jqxbuttongroup.module.js +0 -14
  1080. package/esm2015/jqxbuttongroup/jqwidgets-ng-jqxbuttongroup.js +0 -4
  1081. package/esm2015/jqxbuttons/angular_jqxbuttons.js +0 -283
  1082. package/esm2015/jqxbuttons/angular_jqxbuttons.module.js +0 -11
  1083. package/esm2015/jqxbuttons/jqwidgets-ng-jqxbuttons.js +0 -4
  1084. package/esm2015/jqxcalendar/angular_jqxcalendar.js +0 -546
  1085. package/esm2015/jqxcalendar/angular_jqxcalendar.module.js +0 -20
  1086. package/esm2015/jqxcalendar/jqwidgets-ng-jqxcalendar.js +0 -4
  1087. package/esm2015/jqxchart/angular_jqxchart.js +0 -535
  1088. package/esm2015/jqxchart/angular_jqxchart.module.js +0 -20
  1089. package/esm2015/jqxchart/jqwidgets-ng-jqxchart.js +0 -4
  1090. package/esm2015/jqxcheckbox/angular_jqxcheckbox.js +0 -312
  1091. package/esm2015/jqxcheckbox/angular_jqxcheckbox.module.js +0 -16
  1092. package/esm2015/jqxcheckbox/jqwidgets-ng-jqxcheckbox.js +0 -4
  1093. package/esm2015/jqxcolorpicker/angular_jqxcolorpicker.js +0 -185
  1094. package/esm2015/jqxcolorpicker/angular_jqxcolorpicker.module.js +0 -16
  1095. package/esm2015/jqxcolorpicker/jqwidgets-ng-jqxcolorpicker.js +0 -4
  1096. package/esm2015/jqxcombobox/angular_jqxcombobox.js +0 -931
  1097. package/esm2015/jqxcombobox/angular_jqxcombobox.module.js +0 -20
  1098. package/esm2015/jqxcombobox/jqwidgets-ng-jqxcombobox.js +0 -4
  1099. package/esm2015/jqxcomplexinput/angular_jqxcomplexinput.js +0 -303
  1100. package/esm2015/jqxcomplexinput/angular_jqxcomplexinput.module.js +0 -17
  1101. package/esm2015/jqxcomplexinput/jqwidgets-ng-jqxcomplexinput.js +0 -4
  1102. package/esm2015/jqxdatatable/angular_jqxdatatable.js +0 -1121
  1103. package/esm2015/jqxdatatable/angular_jqxdatatable.module.js +0 -23
  1104. package/esm2015/jqxdatatable/jqwidgets-ng-jqxdatatable.js +0 -4
  1105. package/esm2015/jqxdatetimeinput/angular_jqxdatetimeinput.js +0 -551
  1106. package/esm2015/jqxdatetimeinput/angular_jqxdatetimeinput.module.js +0 -20
  1107. package/esm2015/jqxdatetimeinput/jqwidgets-ng-jqxdatetimeinput.js +0 -4
  1108. package/esm2015/jqxdocking/angular_jqxdocking.js +0 -319
  1109. package/esm2015/jqxdocking/angular_jqxdocking.module.js +0 -15
  1110. package/esm2015/jqxdocking/jqwidgets-ng-jqxdocking.js +0 -4
  1111. package/esm2015/jqxdockinglayout/angular_jqxdockinglayout.js +0 -242
  1112. package/esm2015/jqxdockinglayout/angular_jqxdockinglayout.module.js +0 -19
  1113. package/esm2015/jqxdockinglayout/jqwidgets-ng-jqxdockinglayout.js +0 -4
  1114. package/esm2015/jqxdockpanel/angular_jqxdockpanel.js +0 -161
  1115. package/esm2015/jqxdockpanel/angular_jqxdockpanel.module.js +0 -13
  1116. package/esm2015/jqxdockpanel/jqwidgets-ng-jqxdockpanel.js +0 -4
  1117. package/esm2015/jqxdragdrop/angular_jqxdragdrop.js +0 -316
  1118. package/esm2015/jqxdragdrop/angular_jqxdragdrop.module.js +0 -13
  1119. package/esm2015/jqxdragdrop/jqwidgets-ng-jqxdragdrop.js +0 -4
  1120. package/esm2015/jqxdraw/angular_jqxdraw.js +0 -180
  1121. package/esm2015/jqxdraw/angular_jqxdraw.module.js +0 -13
  1122. package/esm2015/jqxdraw/jqwidgets-ng-jqxdraw.js +0 -4
  1123. package/esm2015/jqxdropdownbutton/angular_jqxdropdownbutton.js +0 -300
  1124. package/esm2015/jqxdropdownbutton/angular_jqxdropdownbutton.module.js +0 -14
  1125. package/esm2015/jqxdropdownbutton/jqwidgets-ng-jqxdropdownbutton.js +0 -4
  1126. package/esm2015/jqxdropdownlist/angular_jqxdropdownlist.js +0 -864
  1127. package/esm2015/jqxdropdownlist/angular_jqxdropdownlist.module.js +0 -20
  1128. package/esm2015/jqxdropdownlist/jqwidgets-ng-jqxdropdownlist.js +0 -4
  1129. package/esm2015/jqxeditor/angular_jqxeditor.js +0 -298
  1130. package/esm2015/jqxeditor/angular_jqxeditor.module.js +0 -26
  1131. package/esm2015/jqxeditor/jqwidgets-ng-jqxeditor.js +0 -4
  1132. package/esm2015/jqxexpander/angular_jqxexpander.js +0 -296
  1133. package/esm2015/jqxexpander/angular_jqxexpander.module.js +0 -13
  1134. package/esm2015/jqxexpander/jqwidgets-ng-jqxexpander.js +0 -4
  1135. package/esm2015/jqxfileupload/angular_jqxfileupload.js +0 -291
  1136. package/esm2015/jqxfileupload/angular_jqxfileupload.module.js +0 -14
  1137. package/esm2015/jqxfileupload/jqwidgets-ng-jqxfileupload.js +0 -4
  1138. package/esm2015/jqxform/angular_jqxform.js +0 -222
  1139. package/esm2015/jqxform/angular_jqxform.module.js +0 -28
  1140. package/esm2015/jqxform/jqwidgets-ng-jqxform.js +0 -4
  1141. package/esm2015/jqxformattedinput/angular_jqxformattedinput.js +0 -397
  1142. package/esm2015/jqxformattedinput/angular_jqxformattedinput.module.js +0 -16
  1143. package/esm2015/jqxformattedinput/jqwidgets-ng-jqxformattedinput.js +0 -4
  1144. package/esm2015/jqxgauge/angular_jqxgauge.js +0 -357
  1145. package/esm2015/jqxgauge/angular_jqxgauge.module.js +0 -14
  1146. package/esm2015/jqxgauge/jqwidgets-ng-jqxgauge.js +0 -4
  1147. package/esm2015/jqxgrid/angular_jqxgrid.js +0 -2404
  1148. package/esm2015/jqxgrid/angular_jqxgrid.module.js +0 -40
  1149. package/esm2015/jqxgrid/jqwidgets-ng-jqxgrid.js +0 -4
  1150. package/esm2015/jqxheatmap/angular_jqxheatmap.js +0 -213
  1151. package/esm2015/jqxheatmap/angular_jqxheatmap.module.js +0 -13
  1152. package/esm2015/jqxheatmap/jqwidgets-ng-jqxheatmap.js +0 -4
  1153. package/esm2015/jqxinput/angular_jqxinput.js +0 -368
  1154. package/esm2015/jqxinput/angular_jqxinput.module.js +0 -17
  1155. package/esm2015/jqxinput/jqwidgets-ng-jqxinput.js +0 -4
  1156. package/esm2015/jqxkanban/angular_jqxkanban.js +0 -293
  1157. package/esm2015/jqxkanban/angular_jqxkanban.module.js +0 -16
  1158. package/esm2015/jqxkanban/jqwidgets-ng-jqxkanban.js +0 -4
  1159. package/esm2015/jqxknob/angular_jqxknob.js +0 -364
  1160. package/esm2015/jqxknob/angular_jqxknob.module.js +0 -14
  1161. package/esm2015/jqxknob/jqwidgets-ng-jqxknob.js +0 -4
  1162. package/esm2015/jqxlayout/angular_jqxlayout.js +0 -227
  1163. package/esm2015/jqxlayout/angular_jqxlayout.module.js +0 -16
  1164. package/esm2015/jqxlayout/jqwidgets-ng-jqxlayout.js +0 -4
  1165. package/esm2015/jqxlineargauge/angular_jqxlineargauge.js +0 -357
  1166. package/esm2015/jqxlineargauge/angular_jqxlineargauge.module.js +0 -14
  1167. package/esm2015/jqxlineargauge/jqwidgets-ng-jqxlineargauge.js +0 -4
  1168. package/esm2015/jqxlinkbutton/angular_jqxlinkbutton.js +0 -162
  1169. package/esm2015/jqxlinkbutton/angular_jqxlinkbutton.module.js +0 -13
  1170. package/esm2015/jqxlinkbutton/jqwidgets-ng-jqxlinkbutton.js +0 -4
  1171. package/esm2015/jqxlistbox/angular_jqxlistbox.js +0 -864
  1172. package/esm2015/jqxlistbox/angular_jqxlistbox.module.js +0 -20
  1173. package/esm2015/jqxlistbox/jqwidgets-ng-jqxlistbox.js +0 -4
  1174. package/esm2015/jqxlistmenu/angular_jqxlistmenu.js +0 -310
  1175. package/esm2015/jqxlistmenu/angular_jqxlistmenu.module.js +0 -16
  1176. package/esm2015/jqxlistmenu/jqwidgets-ng-jqxlistmenu.js +0 -4
  1177. package/esm2015/jqxloader/angular_jqxloader.js +0 -214
  1178. package/esm2015/jqxloader/angular_jqxloader.module.js +0 -13
  1179. package/esm2015/jqxloader/jqwidgets-ng-jqxloader.js +0 -4
  1180. package/esm2015/jqxmaskedinput/angular_jqxmaskedinput.js +0 -260
  1181. package/esm2015/jqxmaskedinput/angular_jqxmaskedinput.module.js +0 -16
  1182. package/esm2015/jqxmaskedinput/jqwidgets-ng-jqxmaskedinput.js +0 -4
  1183. package/esm2015/jqxmenu/angular_jqxmenu.js +0 -375
  1184. package/esm2015/jqxmenu/angular_jqxmenu.module.js +0 -14
  1185. package/esm2015/jqxmenu/jqwidgets-ng-jqxmenu.js +0 -4
  1186. package/esm2015/jqxnavbar/angular_jqxnavbar.js +0 -263
  1187. package/esm2015/jqxnavbar/angular_jqxnavbar.module.js +0 -13
  1188. package/esm2015/jqxnavbar/jqwidgets-ng-jqxnavbar.js +0 -4
  1189. package/esm2015/jqxnavigationbar/angular_jqxnavigationbar.js +0 -329
  1190. package/esm2015/jqxnavigationbar/angular_jqxnavigationbar.module.js +0 -13
  1191. package/esm2015/jqxnavigationbar/jqwidgets-ng-jqxnavigationbar.js +0 -4
  1192. package/esm2015/jqxnotification/angular_jqxnotification.js +0 -336
  1193. package/esm2015/jqxnotification/angular_jqxnotification.module.js +0 -14
  1194. package/esm2015/jqxnotification/jqwidgets-ng-jqxnotification.js +0 -4
  1195. package/esm2015/jqxnumberinput/angular_jqxnumberinput.js +0 -436
  1196. package/esm2015/jqxnumberinput/angular_jqxnumberinput.module.js +0 -17
  1197. package/esm2015/jqxnumberinput/jqwidgets-ng-jqxnumberinput.js +0 -4
  1198. package/esm2015/jqxpanel/angular_jqxpanel.js +0 -226
  1199. package/esm2015/jqxpanel/angular_jqxpanel.module.js +0 -15
  1200. package/esm2015/jqxpanel/jqwidgets-ng-jqxpanel.js +0 -4
  1201. package/esm2015/jqxpasswordinput/angular_jqxpasswordinput.js +0 -303
  1202. package/esm2015/jqxpasswordinput/angular_jqxpasswordinput.module.js +0 -17
  1203. package/esm2015/jqxpasswordinput/jqwidgets-ng-jqxpasswordinput.js +0 -4
  1204. package/esm2015/jqxpivotdesigner/angular_jqxpivotdesigner.js +0 -145
  1205. package/esm2015/jqxpivotdesigner/angular_jqxpivotdesigner.module.js +0 -12
  1206. package/esm2015/jqxpivotdesigner/jqwidgets-ng-jqxpivotdesigner.js +0 -4
  1207. package/esm2015/jqxpivotgrid/angular_jqxpivotgrid.js +0 -285
  1208. package/esm2015/jqxpivotgrid/angular_jqxpivotgrid.module.js +0 -25
  1209. package/esm2015/jqxpivotgrid/jqwidgets-ng-jqxpivotgrid.js +0 -4
  1210. package/esm2015/jqxpopover/angular_jqxpopover.js +0 -290
  1211. package/esm2015/jqxpopover/angular_jqxpopover.module.js +0 -13
  1212. package/esm2015/jqxpopover/jqwidgets-ng-jqxpopover.js +0 -4
  1213. package/esm2015/jqxprogressbar/angular_jqxprogressbar.js +0 -278
  1214. package/esm2015/jqxprogressbar/angular_jqxprogressbar.module.js +0 -13
  1215. package/esm2015/jqxprogressbar/jqwidgets-ng-jqxprogressbar.js +0 -4
  1216. package/esm2015/jqxqrcode/angular_jqxqrcode.js +0 -281
  1217. package/esm2015/jqxqrcode/angular_jqxqrcode.module.js +0 -14
  1218. package/esm2015/jqxqrcode/jqwidgets-ng-jqxqrcode.js +0 -4
  1219. package/esm2015/jqxradiobutton/angular_jqxradiobutton.js +0 -295
  1220. package/esm2015/jqxradiobutton/angular_jqxradiobutton.module.js +0 -16
  1221. package/esm2015/jqxradiobutton/jqwidgets-ng-jqxradiobutton.js +0 -4
  1222. package/esm2015/jqxrangeselector/angular_jqxrangeselector.js +0 -355
  1223. package/esm2015/jqxrangeselector/angular_jqxrangeselector.module.js +0 -15
  1224. package/esm2015/jqxrangeselector/jqwidgets-ng-jqxrangeselector.js +0 -4
  1225. package/esm2015/jqxrating/angular_jqxrating.js +0 -251
  1226. package/esm2015/jqxrating/angular_jqxrating.module.js +0 -16
  1227. package/esm2015/jqxrating/jqwidgets-ng-jqxrating.js +0 -4
  1228. package/esm2015/jqxrepeatbutton/angular_jqxrepeatbutton.js +0 -284
  1229. package/esm2015/jqxrepeatbutton/angular_jqxrepeatbutton.module.js +0 -13
  1230. package/esm2015/jqxrepeatbutton/jqwidgets-ng-jqxrepeatbutton.js +0 -4
  1231. package/esm2015/jqxresponsivepanel/angular_jqxresponsivepanel.js +0 -269
  1232. package/esm2015/jqxresponsivepanel/angular_jqxresponsivepanel.module.js +0 -13
  1233. package/esm2015/jqxresponsivepanel/jqwidgets-ng-jqxresponsivepanel.js +0 -4
  1234. package/esm2015/jqxribbon/angular_jqxribbon.js +0 -334
  1235. package/esm2015/jqxribbon/angular_jqxribbon.module.js +0 -15
  1236. package/esm2015/jqxribbon/jqwidgets-ng-jqxribbon.js +0 -4
  1237. package/esm2015/jqxscheduler/angular_jqxscheduler.js +0 -757
  1238. package/esm2015/jqxscheduler/angular_jqxscheduler.module.js +0 -33
  1239. package/esm2015/jqxscheduler/jqwidgets-ng-jqxscheduler.js +0 -4
  1240. package/esm2015/jqxscrollbar/angular_jqxscrollbar.js +0 -249
  1241. package/esm2015/jqxscrollbar/angular_jqxscrollbar.module.js +0 -14
  1242. package/esm2015/jqxscrollbar/jqwidgets-ng-jqxscrollbar.js +0 -4
  1243. package/esm2015/jqxscrollview/angular_jqxscrollview.js +0 -243
  1244. package/esm2015/jqxscrollview/angular_jqxscrollview.module.js +0 -14
  1245. package/esm2015/jqxscrollview/jqwidgets-ng-jqxscrollview.js +0 -4
  1246. package/esm2015/jqxslider/angular_jqxslider.js +0 -483
  1247. package/esm2015/jqxslider/angular_jqxslider.module.js +0 -17
  1248. package/esm2015/jqxslider/jqwidgets-ng-jqxslider.js +0 -4
  1249. package/esm2015/jqxsortable/angular_jqxsortable.js +0 -407
  1250. package/esm2015/jqxsortable/angular_jqxsortable.module.js +0 -14
  1251. package/esm2015/jqxsortable/jqwidgets-ng-jqxsortable.js +0 -4
  1252. package/esm2015/jqxsplitlayout/angular_jqxsplitlayout.js +0 -173
  1253. package/esm2015/jqxsplitlayout/angular_jqxsplitlayout.module.js +0 -13
  1254. package/esm2015/jqxsplitlayout/jqwidgets-ng-jqxsplitlayout.js +0 -4
  1255. package/esm2015/jqxsplitter/angular_jqxsplitter.js +0 -234
  1256. package/esm2015/jqxsplitter/angular_jqxsplitter.module.js +0 -14
  1257. package/esm2015/jqxsplitter/jqwidgets-ng-jqxsplitter.js +0 -4
  1258. package/esm2015/jqxswitchbutton/angular_jqxswitchbutton.js +0 -260
  1259. package/esm2015/jqxswitchbutton/angular_jqxswitchbutton.module.js +0 -16
  1260. package/esm2015/jqxswitchbutton/jqwidgets-ng-jqxswitchbutton.js +0 -4
  1261. package/esm2015/jqxtabs/angular_jqxtabs.js +0 -483
  1262. package/esm2015/jqxtabs/angular_jqxtabs.module.js +0 -14
  1263. package/esm2015/jqxtabs/jqwidgets-ng-jqxtabs.js +0 -4
  1264. package/esm2015/jqxtagcloud/angular_jqxtagcloud.js +0 -373
  1265. package/esm2015/jqxtagcloud/angular_jqxtagcloud.module.js +0 -15
  1266. package/esm2015/jqxtagcloud/jqwidgets-ng-jqxtagcloud.js +0 -4
  1267. package/esm2015/jqxtextarea/angular_jqxtextarea.js +0 -367
  1268. package/esm2015/jqxtextarea/angular_jqxtextarea.module.js +0 -19
  1269. package/esm2015/jqxtextarea/jqwidgets-ng-jqxtextarea.js +0 -4
  1270. package/esm2015/jqxtimepicker/angular_jqxtimepicker.js +0 -264
  1271. package/esm2015/jqxtimepicker/angular_jqxtimepicker.module.js +0 -14
  1272. package/esm2015/jqxtimepicker/jqwidgets-ng-jqxtimepicker.js +0 -4
  1273. package/esm2015/jqxtogglebutton/angular_jqxtogglebutton.js +0 -284
  1274. package/esm2015/jqxtogglebutton/angular_jqxtogglebutton.module.js +0 -13
  1275. package/esm2015/jqxtogglebutton/jqwidgets-ng-jqxtogglebutton.js +0 -4
  1276. package/esm2015/jqxtoolbar/angular_jqxtoolbar.js +0 -242
  1277. package/esm2015/jqxtoolbar/angular_jqxtoolbar.module.js +0 -19
  1278. package/esm2015/jqxtoolbar/jqwidgets-ng-jqxtoolbar.js +0 -4
  1279. package/esm2015/jqxtooltip/angular_jqxtooltip.js +0 -341
  1280. package/esm2015/jqxtooltip/angular_jqxtooltip.module.js +0 -13
  1281. package/esm2015/jqxtooltip/jqwidgets-ng-jqxtooltip.js +0 -4
  1282. package/esm2015/jqxtree/angular_jqxtree.js +0 -434
  1283. package/esm2015/jqxtree/angular_jqxtree.module.js +0 -19
  1284. package/esm2015/jqxtree/jqwidgets-ng-jqxtree.js +0 -4
  1285. package/esm2015/jqxtreegrid/angular_jqxtreegrid.js +0 -1209
  1286. package/esm2015/jqxtreegrid/angular_jqxtreegrid.module.js +0 -24
  1287. package/esm2015/jqxtreegrid/jqwidgets-ng-jqxtreegrid.js +0 -4
  1288. package/esm2015/jqxtreemap/angular_jqxtreemap.js +0 -293
  1289. package/esm2015/jqxtreemap/angular_jqxtreemap.module.js +0 -15
  1290. package/esm2015/jqxtreemap/jqwidgets-ng-jqxtreemap.js +0 -4
  1291. package/esm2015/jqxvalidator/angular_jqxvalidator.js +0 -241
  1292. package/esm2015/jqxvalidator/angular_jqxvalidator.module.js +0 -13
  1293. package/esm2015/jqxvalidator/jqwidgets-ng-jqxvalidator.js +0 -4
  1294. package/esm2015/jqxwindow/angular_jqxwindow.js +0 -507
  1295. package/esm2015/jqxwindow/angular_jqxwindow.module.js +0 -14
  1296. package/esm2015/jqxwindow/jqwidgets-ng-jqxwindow.js +0 -4
  1297. package/fesm2015/jqwidgets-ng-jqxbarcode.js +0 -279
  1298. package/fesm2015/jqwidgets-ng-jqxbargauge.js +0 -365
  1299. package/fesm2015/jqwidgets-ng-jqxbulletchart.js +0 -312
  1300. package/fesm2015/jqwidgets-ng-jqxbuttongroup.js +0 -227
  1301. package/fesm2015/jqwidgets-ng-jqxbuttons.js +0 -302
  1302. package/fesm2015/jqwidgets-ng-jqxcalendar.js +0 -564
  1303. package/fesm2015/jqwidgets-ng-jqxchart.js +0 -552
  1304. package/fesm2015/jqwidgets-ng-jqxcheckbox.js +0 -330
  1305. package/fesm2015/jqwidgets-ng-jqxcolorpicker.js +0 -202
  1306. package/fesm2015/jqwidgets-ng-jqxcombobox.js +0 -949
  1307. package/fesm2015/jqwidgets-ng-jqxcomplexinput.js +0 -321
  1308. package/fesm2015/jqwidgets-ng-jqxdatatable.js +0 -1138
  1309. package/fesm2015/jqwidgets-ng-jqxdatetimeinput.js +0 -569
  1310. package/fesm2015/jqwidgets-ng-jqxdocking.js +0 -336
  1311. package/fesm2015/jqwidgets-ng-jqxdockinglayout.js +0 -259
  1312. package/fesm2015/jqwidgets-ng-jqxdockpanel.js +0 -178
  1313. package/fesm2015/jqwidgets-ng-jqxdragdrop.js +0 -333
  1314. package/fesm2015/jqwidgets-ng-jqxdraw.js +0 -197
  1315. package/fesm2015/jqwidgets-ng-jqxdropdownbutton.js +0 -317
  1316. package/fesm2015/jqwidgets-ng-jqxdropdownlist.js +0 -882
  1317. package/fesm2015/jqwidgets-ng-jqxeditor.js +0 -316
  1318. package/fesm2015/jqwidgets-ng-jqxexpander.js +0 -313
  1319. package/fesm2015/jqwidgets-ng-jqxfileupload.js +0 -308
  1320. package/fesm2015/jqwidgets-ng-jqxform.js +0 -239
  1321. package/fesm2015/jqwidgets-ng-jqxformattedinput.js +0 -415
  1322. package/fesm2015/jqwidgets-ng-jqxgauge.js +0 -374
  1323. package/fesm2015/jqwidgets-ng-jqxgrid.js +0 -2421
  1324. package/fesm2015/jqwidgets-ng-jqxheatmap.js +0 -230
  1325. package/fesm2015/jqwidgets-ng-jqxinput.js +0 -386
  1326. package/fesm2015/jqwidgets-ng-jqxkanban.js +0 -310
  1327. package/fesm2015/jqwidgets-ng-jqxknob.js +0 -381
  1328. package/fesm2015/jqwidgets-ng-jqxlayout.js +0 -244
  1329. package/fesm2015/jqwidgets-ng-jqxlineargauge.js +0 -374
  1330. package/fesm2015/jqwidgets-ng-jqxlinkbutton.js +0 -179
  1331. package/fesm2015/jqwidgets-ng-jqxlistbox.js +0 -882
  1332. package/fesm2015/jqwidgets-ng-jqxlistmenu.js +0 -327
  1333. package/fesm2015/jqwidgets-ng-jqxloader.js +0 -231
  1334. package/fesm2015/jqwidgets-ng-jqxmaskedinput.js +0 -278
  1335. package/fesm2015/jqwidgets-ng-jqxmenu.js +0 -392
  1336. package/fesm2015/jqwidgets-ng-jqxnavbar.js +0 -280
  1337. package/fesm2015/jqwidgets-ng-jqxnavigationbar.js +0 -346
  1338. package/fesm2015/jqwidgets-ng-jqxnotification.js +0 -353
  1339. package/fesm2015/jqwidgets-ng-jqxnumberinput.js +0 -454
  1340. package/fesm2015/jqwidgets-ng-jqxpanel.js +0 -243
  1341. package/fesm2015/jqwidgets-ng-jqxpasswordinput.js +0 -321
  1342. package/fesm2015/jqwidgets-ng-jqxpivotdesigner.js +0 -162
  1343. package/fesm2015/jqwidgets-ng-jqxpivotgrid.js +0 -302
  1344. package/fesm2015/jqwidgets-ng-jqxpopover.js +0 -307
  1345. package/fesm2015/jqwidgets-ng-jqxprogressbar.js +0 -295
  1346. package/fesm2015/jqwidgets-ng-jqxqrcode.js +0 -298
  1347. package/fesm2015/jqwidgets-ng-jqxradiobutton.js +0 -313
  1348. package/fesm2015/jqwidgets-ng-jqxrangeselector.js +0 -372
  1349. package/fesm2015/jqwidgets-ng-jqxrating.js +0 -269
  1350. package/fesm2015/jqwidgets-ng-jqxrepeatbutton.js +0 -301
  1351. package/fesm2015/jqwidgets-ng-jqxresponsivepanel.js +0 -286
  1352. package/fesm2015/jqwidgets-ng-jqxribbon.js +0 -351
  1353. package/fesm2015/jqwidgets-ng-jqxscheduler.js +0 -774
  1354. package/fesm2015/jqwidgets-ng-jqxscrollbar.js +0 -266
  1355. package/fesm2015/jqwidgets-ng-jqxscrollview.js +0 -260
  1356. package/fesm2015/jqwidgets-ng-jqxslider.js +0 -501
  1357. package/fesm2015/jqwidgets-ng-jqxsortable.js +0 -424
  1358. package/fesm2015/jqwidgets-ng-jqxsplitlayout.js +0 -190
  1359. package/fesm2015/jqwidgets-ng-jqxsplitter.js +0 -251
  1360. package/fesm2015/jqwidgets-ng-jqxswitchbutton.js +0 -278
  1361. package/fesm2015/jqwidgets-ng-jqxtabs.js +0 -500
  1362. package/fesm2015/jqwidgets-ng-jqxtagcloud.js +0 -390
  1363. package/fesm2015/jqwidgets-ng-jqxtextarea.js +0 -385
  1364. package/fesm2015/jqwidgets-ng-jqxtimepicker.js +0 -281
  1365. package/fesm2015/jqwidgets-ng-jqxtogglebutton.js +0 -301
  1366. package/fesm2015/jqwidgets-ng-jqxtoolbar.js +0 -259
  1367. package/fesm2015/jqwidgets-ng-jqxtooltip.js +0 -358
  1368. package/fesm2015/jqwidgets-ng-jqxtree.js +0 -451
  1369. package/fesm2015/jqwidgets-ng-jqxtreegrid.js +0 -1226
  1370. package/fesm2015/jqwidgets-ng-jqxtreemap.js +0 -310
  1371. package/fesm2015/jqwidgets-ng-jqxvalidator.js +0 -258
  1372. package/fesm2015/jqwidgets-ng-jqxwindow.js +0 -524
  1373. package/jqxbarcode/jqwidgets-ng-jqxbarcode.metadata.json +0 -1
  1374. package/jqxbargauge/jqwidgets-ng-jqxbargauge.metadata.json +0 -1
  1375. package/jqxbulletchart/jqwidgets-ng-jqxbulletchart.metadata.json +0 -1
  1376. package/jqxbuttongroup/jqwidgets-ng-jqxbuttongroup.metadata.json +0 -1
  1377. package/jqxbuttons/jqwidgets-ng-jqxbuttons.metadata.json +0 -1
  1378. package/jqxcalendar/jqwidgets-ng-jqxcalendar.metadata.json +0 -1
  1379. package/jqxchart/jqwidgets-ng-jqxchart.metadata.json +0 -1
  1380. package/jqxcheckbox/jqwidgets-ng-jqxcheckbox.metadata.json +0 -1
  1381. package/jqxcolorpicker/jqwidgets-ng-jqxcolorpicker.metadata.json +0 -1
  1382. package/jqxcombobox/jqwidgets-ng-jqxcombobox.metadata.json +0 -1
  1383. package/jqxcomplexinput/jqwidgets-ng-jqxcomplexinput.metadata.json +0 -1
  1384. package/jqxdatatable/jqwidgets-ng-jqxdatatable.metadata.json +0 -1
  1385. package/jqxdatetimeinput/jqwidgets-ng-jqxdatetimeinput.metadata.json +0 -1
  1386. package/jqxdocking/jqwidgets-ng-jqxdocking.metadata.json +0 -1
  1387. package/jqxdockinglayout/jqwidgets-ng-jqxdockinglayout.metadata.json +0 -1
  1388. package/jqxdockpanel/jqwidgets-ng-jqxdockpanel.metadata.json +0 -1
  1389. package/jqxdragdrop/jqwidgets-ng-jqxdragdrop.metadata.json +0 -1
  1390. package/jqxdraw/jqwidgets-ng-jqxdraw.metadata.json +0 -1
  1391. package/jqxdropdownbutton/jqwidgets-ng-jqxdropdownbutton.metadata.json +0 -1
  1392. package/jqxdropdownlist/jqwidgets-ng-jqxdropdownlist.metadata.json +0 -1
  1393. package/jqxeditor/jqwidgets-ng-jqxeditor.metadata.json +0 -1
  1394. package/jqxexpander/jqwidgets-ng-jqxexpander.metadata.json +0 -1
  1395. package/jqxfileupload/jqwidgets-ng-jqxfileupload.metadata.json +0 -1
  1396. package/jqxform/jqwidgets-ng-jqxform.metadata.json +0 -1
  1397. package/jqxformattedinput/jqwidgets-ng-jqxformattedinput.metadata.json +0 -1
  1398. package/jqxgauge/jqwidgets-ng-jqxgauge.metadata.json +0 -1
  1399. package/jqxgrid/jqwidgets-ng-jqxgrid.metadata.json +0 -1
  1400. package/jqxheatmap/jqwidgets-ng-jqxheatmap.metadata.json +0 -1
  1401. package/jqxinput/jqwidgets-ng-jqxinput.metadata.json +0 -1
  1402. package/jqxkanban/jqwidgets-ng-jqxkanban.metadata.json +0 -1
  1403. package/jqxknob/jqwidgets-ng-jqxknob.metadata.json +0 -1
  1404. package/jqxlayout/jqwidgets-ng-jqxlayout.metadata.json +0 -1
  1405. package/jqxlineargauge/jqwidgets-ng-jqxlineargauge.metadata.json +0 -1
  1406. package/jqxlinkbutton/jqwidgets-ng-jqxlinkbutton.metadata.json +0 -1
  1407. package/jqxlistbox/jqwidgets-ng-jqxlistbox.metadata.json +0 -1
  1408. package/jqxlistmenu/jqwidgets-ng-jqxlistmenu.metadata.json +0 -1
  1409. package/jqxloader/jqwidgets-ng-jqxloader.metadata.json +0 -1
  1410. package/jqxmaskedinput/jqwidgets-ng-jqxmaskedinput.metadata.json +0 -1
  1411. package/jqxmenu/jqwidgets-ng-jqxmenu.metadata.json +0 -1
  1412. package/jqxnavbar/jqwidgets-ng-jqxnavbar.metadata.json +0 -1
  1413. package/jqxnavigationbar/jqwidgets-ng-jqxnavigationbar.metadata.json +0 -1
  1414. package/jqxnotification/jqwidgets-ng-jqxnotification.metadata.json +0 -1
  1415. package/jqxnumberinput/jqwidgets-ng-jqxnumberinput.metadata.json +0 -1
  1416. package/jqxpanel/jqwidgets-ng-jqxpanel.metadata.json +0 -1
  1417. package/jqxpasswordinput/jqwidgets-ng-jqxpasswordinput.metadata.json +0 -1
  1418. package/jqxpivotdesigner/jqwidgets-ng-jqxpivotdesigner.metadata.json +0 -1
  1419. package/jqxpivotgrid/jqwidgets-ng-jqxpivotgrid.metadata.json +0 -1
  1420. package/jqxpopover/jqwidgets-ng-jqxpopover.metadata.json +0 -1
  1421. package/jqxprogressbar/jqwidgets-ng-jqxprogressbar.metadata.json +0 -1
  1422. package/jqxqrcode/jqwidgets-ng-jqxqrcode.metadata.json +0 -1
  1423. package/jqxradiobutton/jqwidgets-ng-jqxradiobutton.metadata.json +0 -1
  1424. package/jqxrangeselector/jqwidgets-ng-jqxrangeselector.metadata.json +0 -1
  1425. package/jqxrating/jqwidgets-ng-jqxrating.metadata.json +0 -1
  1426. package/jqxrepeatbutton/jqwidgets-ng-jqxrepeatbutton.metadata.json +0 -1
  1427. package/jqxresponsivepanel/jqwidgets-ng-jqxresponsivepanel.metadata.json +0 -1
  1428. package/jqxribbon/jqwidgets-ng-jqxribbon.metadata.json +0 -1
  1429. package/jqxscheduler/jqwidgets-ng-jqxscheduler.metadata.json +0 -1
  1430. package/jqxscrollbar/jqwidgets-ng-jqxscrollbar.metadata.json +0 -1
  1431. package/jqxscrollview/jqwidgets-ng-jqxscrollview.metadata.json +0 -1
  1432. package/jqxslider/jqwidgets-ng-jqxslider.metadata.json +0 -1
  1433. package/jqxsortable/jqwidgets-ng-jqxsortable.metadata.json +0 -1
  1434. package/jqxsplitlayout/jqwidgets-ng-jqxsplitlayout.metadata.json +0 -1
  1435. package/jqxsplitter/jqwidgets-ng-jqxsplitter.metadata.json +0 -1
  1436. package/jqxswitchbutton/jqwidgets-ng-jqxswitchbutton.metadata.json +0 -1
  1437. package/jqxtabs/jqwidgets-ng-jqxtabs.metadata.json +0 -1
  1438. package/jqxtagcloud/jqwidgets-ng-jqxtagcloud.metadata.json +0 -1
  1439. package/jqxtextarea/jqwidgets-ng-jqxtextarea.metadata.json +0 -1
  1440. package/jqxtimepicker/jqwidgets-ng-jqxtimepicker.metadata.json +0 -1
  1441. package/jqxtogglebutton/jqwidgets-ng-jqxtogglebutton.metadata.json +0 -1
  1442. package/jqxtoolbar/jqwidgets-ng-jqxtoolbar.metadata.json +0 -1
  1443. package/jqxtooltip/jqwidgets-ng-jqxtooltip.metadata.json +0 -1
  1444. package/jqxtree/jqwidgets-ng-jqxtree.metadata.json +0 -1
  1445. package/jqxtreegrid/jqwidgets-ng-jqxtreegrid.metadata.json +0 -1
  1446. package/jqxtreemap/jqwidgets-ng-jqxtreemap.metadata.json +0 -1
  1447. package/jqxvalidator/jqwidgets-ng-jqxvalidator.metadata.json +0 -1
  1448. package/jqxwindow/jqwidgets-ng-jqxwindow.metadata.json +0 -1
@@ -0,0 +1,2702 @@
1
+ import '../jqwidgets/jqxcore';
2
+ import '../jqwidgets/jqxdata';
3
+ import '../jqwidgets/jqxdata.export';
4
+ import '../jqwidgets/jqxexport';
5
+ import '../jqwidgets/jqxbuttons';
6
+ import '../jqwidgets/jqxbuttongroup';
7
+ import '../jqwidgets/jqxscrollbar';
8
+ import '../jqwidgets/jqxmenu';
9
+ import '../jqwidgets/jqxlistbox';
10
+ import '../jqwidgets/jqxdropdownlist';
11
+ import '../jqwidgets/jqxcombobox';
12
+ import '../jqwidgets/jqxnumberinput';
13
+ import '../jqwidgets/jqxcheckbox';
14
+ import '../jqwidgets/globalization/globalize';
15
+ import '../jqwidgets/jqxcalendar';
16
+ import '../jqwidgets/jqxdatetimeinput';
17
+ import '../jqwidgets/jqxgrid';
18
+ import '../jqwidgets/jqxgrid.edit';
19
+ import '../jqwidgets/jqxgrid.pager';
20
+ import '../jqwidgets/jqxgrid.selection';
21
+ import '../jqwidgets/jqxgrid.filter';
22
+ import '../jqwidgets/jqxgrid.sort';
23
+ import '../jqwidgets/jqxgrid.storage';
24
+ import '../jqwidgets/jqxgrid.grouping';
25
+ import '../jqwidgets/jqxgrid.export';
26
+ import '../jqwidgets/jqxgrid.columnsresize';
27
+ import '../jqwidgets/jqxgrid.columnsreorder';
28
+ import '../jqwidgets/jqxgrid.aggregates';
29
+ import '../jqwidgets/jqxgrid.chart';
30
+ import * as i0 from '@angular/core';
31
+ import { EventEmitter, Component, Input, Output, NgModule } from '@angular/core';
32
+
33
+ /// <reference path="../../jqwidgets.d.ts" />
34
+ class jqxGridComponent {
35
+ constructor(containerElement) {
36
+ this.autoCreate = true;
37
+ this.properties = ['altrows', 'altstart', 'altstep', 'autoshowloadelement', 'autoshowfiltericon', 'autoshowcolumnsmenubutton', 'showcolumnlines', 'showrowlines', 'showcolumnheaderlines', 'adaptive', 'adaptivewidth', 'commandcolumn', 'commandcolumnrenderer', 'clipboard', 'closeablegroups', 'columnsmenuwidth', 'columnmenuopening', 'columnmenuclosing', 'cellhover', 'enablekeyboarddelete', 'enableellipsis', 'enablemousewheel', 'enableanimations', 'enabletooltips', 'enablehover', 'enablebrowserselection', 'everpresentrowposition', 'everpresentrowheight', 'everpresentrowactions', 'everpresentrowactionsmode', 'filterrowheight', 'filtermode', 'groupsrenderer', 'groupcolumnrenderer', 'groupsexpandedbydefault', 'handlekeyboardnavigation', 'pagerrenderer', 'rtl', 'showdefaultloadelement', 'showfiltercolumnbackground', 'showfiltermenuitems', 'showpinnedcolumnbackground', 'showsortcolumnbackground', 'showsortmenuitems', 'showgroupmenuitems', 'showrowdetailscolumn', 'showheader', 'showgroupsheader', 'showaggregates', 'showgroupaggregates', 'showeverpresentrow', 'showfilterrow', 'showemptyrow', 'showstatusbar', 'statusbarheight', 'showtoolbar', 'showfilterbar', 'filterbarmode', 'selectionmode', 'updatefilterconditions', 'updatefilterpanel', 'theme', 'toolbarheight', 'autoheight', 'autorowheight', 'columnsheight', 'deferreddatafields', 'groupsheaderheight', 'groupindentwidth', 'height', 'pagerheight', 'rowsheight', 'scrollbarsize', 'scrollmode', 'scrollfeedback', 'width', 'autosavestate', 'autoloadstate', 'columns', 'enableSanitize', 'cardview', 'cardviewcolumns', 'cardheight', 'cardsize', 'columngroups', 'columnsmenu', 'columnsresize', 'columnsautoresize', 'columnsreorder', 'charting', 'disabled', 'editable', 'batcheditable', 'editmode', 'filter', 'filterable', 'groupable', 'groups', 'horizontalscrollbarstep', 'horizontalscrollbarlargestep', 'initrowdetails', 'keyboardnavigation', 'localization', 'pagesize', 'pagesizeoptions', 'pagermode', 'pagerbuttonscount', 'pageable', 'autofill', 'rowdetails', 'rowdetailstemplate', 'ready', 'rendered', 'renderstatusbar', 'rendertoolbar', 'rendergridrows', 'sortable', 'sortmode', 'selectedrowindex', 'selectedrowindexes', 'source', 'sorttogglestates', 'updatedelay', 'virtualmode', 'verticalscrollbarstep', 'verticalscrollbarlargestep'];
38
+ // jqxGridComponent events
39
+ this.onBindingcomplete = new EventEmitter();
40
+ this.onColumnresized = new EventEmitter();
41
+ this.onColumnreordered = new EventEmitter();
42
+ this.onColumnclick = new EventEmitter();
43
+ this.onCellclick = new EventEmitter();
44
+ this.onCelldoubleclick = new EventEmitter();
45
+ this.onCellselect = new EventEmitter();
46
+ this.onCellunselect = new EventEmitter();
47
+ this.onCellvaluechanged = new EventEmitter();
48
+ this.onCellbeginedit = new EventEmitter();
49
+ this.onCellendedit = new EventEmitter();
50
+ this.onFilter = new EventEmitter();
51
+ this.onGroupschanged = new EventEmitter();
52
+ this.onGroupexpand = new EventEmitter();
53
+ this.onGroupcollapse = new EventEmitter();
54
+ this.onPagechanged = new EventEmitter();
55
+ this.onPagesizechanged = new EventEmitter();
56
+ this.onRowclick = new EventEmitter();
57
+ this.onRowdoubleclick = new EventEmitter();
58
+ this.onRowselect = new EventEmitter();
59
+ this.onRowunselect = new EventEmitter();
60
+ this.onRowexpand = new EventEmitter();
61
+ this.onRowcollapse = new EventEmitter();
62
+ this.onSort = new EventEmitter();
63
+ this.elementRef = containerElement;
64
+ }
65
+ ngOnInit() {
66
+ }
67
+ ;
68
+ ngAfterViewInit() {
69
+ let children = JQXLite(this.elementRef.nativeElement.children).find('tr');
70
+ let html = '';
71
+ let options = {};
72
+ if (children.length > 0) {
73
+ this.container = document.createElement('div');
74
+ html = this.elementRef.nativeElement.innerHTML;
75
+ this.container.appendChild(this.elementRef.nativeElement.firstChild);
76
+ this.elementRef.nativeElement.innerHTML = html;
77
+ this.content = html;
78
+ let result = JQXLite.jqx.parseSourceTag(this.container);
79
+ if (this['attrColumns'] !== undefined) {
80
+ ;
81
+ options['source'] = result.source;
82
+ }
83
+ else {
84
+ options['source'] = result.source;
85
+ options['columns'] = result.columns;
86
+ }
87
+ }
88
+ if (this.autoCreate) {
89
+ this.createComponent(options);
90
+ }
91
+ }
92
+ ;
93
+ ngAfterViewChecked() {
94
+ if (this.container) {
95
+ if (this.content !== this.container.innerHTML) {
96
+ this.content = this.container.innerHTML;
97
+ let result = JQXLite.jqx.parseSourceTag(this.container);
98
+ let columns = this.host.jqxGrid('columns');
99
+ if (columns.length === 0) {
100
+ this.host.jqxGrid({ source: result.source, columns: result.columns });
101
+ }
102
+ else {
103
+ this.host.jqxGrid({ source: result.source });
104
+ }
105
+ }
106
+ }
107
+ }
108
+ ;
109
+ ngOnChanges(changes) {
110
+ if (this.host) {
111
+ for (let i = 0; i < this.properties.length; i++) {
112
+ let attrName = 'attr' + this.properties[i].substring(0, 1).toUpperCase() + this.properties[i].substring(1);
113
+ let areEqual = false;
114
+ if (this[attrName] !== undefined) {
115
+ if (typeof this[attrName] === 'object') {
116
+ if (this[attrName] instanceof Array) {
117
+ areEqual = this.arraysEqual(this[attrName], this.host.jqxGrid(this.properties[i]));
118
+ }
119
+ if (areEqual) {
120
+ return false;
121
+ }
122
+ this.host.jqxGrid(this.properties[i], this[attrName]);
123
+ continue;
124
+ }
125
+ if (this[attrName] !== this.host.jqxGrid(this.properties[i])) {
126
+ this.host.jqxGrid(this.properties[i], this[attrName]);
127
+ }
128
+ }
129
+ }
130
+ }
131
+ }
132
+ arraysEqual(attrValue, hostValue) {
133
+ if ((attrValue && !hostValue) || (!attrValue && hostValue)) {
134
+ return false;
135
+ }
136
+ if (attrValue.length != hostValue.length) {
137
+ return false;
138
+ }
139
+ for (let i = 0; i < attrValue.length; i++) {
140
+ if (attrValue[i] !== hostValue[i]) {
141
+ return false;
142
+ }
143
+ }
144
+ return true;
145
+ }
146
+ manageAttributes() {
147
+ let options = {};
148
+ for (let i = 0; i < this.properties.length; i++) {
149
+ let attrName = 'attr' + this.properties[i].substring(0, 1).toUpperCase() + this.properties[i].substring(1);
150
+ if (this[attrName] !== undefined) {
151
+ options[this.properties[i]] = this[attrName];
152
+ }
153
+ }
154
+ return options;
155
+ }
156
+ moveClasses(parentEl, childEl) {
157
+ let classes = parentEl.classList;
158
+ if (classes.length > 0) {
159
+ childEl.classList.add(...classes);
160
+ }
161
+ parentEl.className = '';
162
+ }
163
+ moveStyles(parentEl, childEl) {
164
+ let style = parentEl.style.cssText;
165
+ childEl.style.cssText = style;
166
+ parentEl.style.cssText = '';
167
+ }
168
+ createComponent(options) {
169
+ if (this.host) {
170
+ return;
171
+ }
172
+ if (options) {
173
+ JQXLite.extend(options, this.manageAttributes());
174
+ }
175
+ else {
176
+ options = this.manageAttributes();
177
+ }
178
+ this.host = JQXLite(this.elementRef.nativeElement.firstChild);
179
+ this.moveClasses(this.elementRef.nativeElement, this.host[0]);
180
+ this.moveStyles(this.elementRef.nativeElement, this.host[0]);
181
+ this.__wireEvents__();
182
+ this.widgetObject = jqwidgets.createInstance(this.host, 'jqxGrid', options);
183
+ }
184
+ createWidget(options) {
185
+ this.createComponent(options);
186
+ }
187
+ __updateRect__() {
188
+ if (this.host)
189
+ this.host.css({ width: this.attrWidth, height: this.attrHeight });
190
+ }
191
+ setOptions(options) {
192
+ this.host.jqxGrid('setOptions', options);
193
+ }
194
+ // jqxGridComponent properties
195
+ altrows(arg) {
196
+ if (this.autoCreate && !this.host) {
197
+ this.createComponent();
198
+ }
199
+ if (arg !== undefined) {
200
+ this.host.jqxGrid('altrows', arg);
201
+ }
202
+ else {
203
+ return this.host.jqxGrid('altrows');
204
+ }
205
+ }
206
+ altstart(arg) {
207
+ if (this.autoCreate && !this.host) {
208
+ this.createComponent();
209
+ }
210
+ if (arg !== undefined) {
211
+ this.host.jqxGrid('altstart', arg);
212
+ }
213
+ else {
214
+ return this.host.jqxGrid('altstart');
215
+ }
216
+ }
217
+ altstep(arg) {
218
+ if (this.autoCreate && !this.host) {
219
+ this.createComponent();
220
+ }
221
+ if (arg !== undefined) {
222
+ this.host.jqxGrid('altstep', arg);
223
+ }
224
+ else {
225
+ return this.host.jqxGrid('altstep');
226
+ }
227
+ }
228
+ autoshowloadelement(arg) {
229
+ if (this.autoCreate && !this.host) {
230
+ this.createComponent();
231
+ }
232
+ if (arg !== undefined) {
233
+ this.host.jqxGrid('autoshowloadelement', arg);
234
+ }
235
+ else {
236
+ return this.host.jqxGrid('autoshowloadelement');
237
+ }
238
+ }
239
+ autoshowfiltericon(arg) {
240
+ if (this.autoCreate && !this.host) {
241
+ this.createComponent();
242
+ }
243
+ if (arg !== undefined) {
244
+ this.host.jqxGrid('autoshowfiltericon', arg);
245
+ }
246
+ else {
247
+ return this.host.jqxGrid('autoshowfiltericon');
248
+ }
249
+ }
250
+ autoshowcolumnsmenubutton(arg) {
251
+ if (this.autoCreate && !this.host) {
252
+ this.createComponent();
253
+ }
254
+ if (arg !== undefined) {
255
+ this.host.jqxGrid('autoshowcolumnsmenubutton', arg);
256
+ }
257
+ else {
258
+ return this.host.jqxGrid('autoshowcolumnsmenubutton');
259
+ }
260
+ }
261
+ showcolumnlines(arg) {
262
+ if (this.autoCreate && !this.host) {
263
+ this.createComponent();
264
+ }
265
+ if (arg !== undefined) {
266
+ this.host.jqxGrid('showcolumnlines', arg);
267
+ }
268
+ else {
269
+ return this.host.jqxGrid('showcolumnlines');
270
+ }
271
+ }
272
+ showrowlines(arg) {
273
+ if (this.autoCreate && !this.host) {
274
+ this.createComponent();
275
+ }
276
+ if (arg !== undefined) {
277
+ this.host.jqxGrid('showrowlines', arg);
278
+ }
279
+ else {
280
+ return this.host.jqxGrid('showrowlines');
281
+ }
282
+ }
283
+ showcolumnheaderlines(arg) {
284
+ if (this.autoCreate && !this.host) {
285
+ this.createComponent();
286
+ }
287
+ if (arg !== undefined) {
288
+ this.host.jqxGrid('showcolumnheaderlines', arg);
289
+ }
290
+ else {
291
+ return this.host.jqxGrid('showcolumnheaderlines');
292
+ }
293
+ }
294
+ adaptive(arg) {
295
+ if (this.autoCreate && !this.host) {
296
+ this.createComponent();
297
+ }
298
+ if (arg !== undefined) {
299
+ this.host.jqxGrid('adaptive', arg);
300
+ }
301
+ else {
302
+ return this.host.jqxGrid('adaptive');
303
+ }
304
+ }
305
+ adaptivewidth(arg) {
306
+ if (this.autoCreate && !this.host) {
307
+ this.createComponent();
308
+ }
309
+ if (arg !== undefined) {
310
+ this.host.jqxGrid('adaptivewidth', arg);
311
+ }
312
+ else {
313
+ return this.host.jqxGrid('adaptivewidth');
314
+ }
315
+ }
316
+ commandcolumn(arg) {
317
+ if (this.autoCreate && !this.host) {
318
+ this.createComponent();
319
+ }
320
+ if (arg !== undefined) {
321
+ this.host.jqxGrid('commandcolumn', arg);
322
+ }
323
+ else {
324
+ return this.host.jqxGrid('commandcolumn');
325
+ }
326
+ }
327
+ commandcolumnrenderer(arg) {
328
+ if (this.autoCreate && !this.host) {
329
+ this.createComponent();
330
+ }
331
+ if (arg !== undefined) {
332
+ this.host.jqxGrid('commandcolumnrenderer', arg);
333
+ }
334
+ else {
335
+ return this.host.jqxGrid('commandcolumnrenderer');
336
+ }
337
+ }
338
+ clipboard(arg) {
339
+ if (this.autoCreate && !this.host) {
340
+ this.createComponent();
341
+ }
342
+ if (arg !== undefined) {
343
+ this.host.jqxGrid('clipboard', arg);
344
+ }
345
+ else {
346
+ return this.host.jqxGrid('clipboard');
347
+ }
348
+ }
349
+ closeablegroups(arg) {
350
+ if (this.autoCreate && !this.host) {
351
+ this.createComponent();
352
+ }
353
+ if (arg !== undefined) {
354
+ this.host.jqxGrid('closeablegroups', arg);
355
+ }
356
+ else {
357
+ return this.host.jqxGrid('closeablegroups');
358
+ }
359
+ }
360
+ columnsmenuwidth(arg) {
361
+ if (this.autoCreate && !this.host) {
362
+ this.createComponent();
363
+ }
364
+ if (arg !== undefined) {
365
+ this.host.jqxGrid('columnsmenuwidth', arg);
366
+ }
367
+ else {
368
+ return this.host.jqxGrid('columnsmenuwidth');
369
+ }
370
+ }
371
+ columnmenuopening(arg) {
372
+ if (this.autoCreate && !this.host) {
373
+ this.createComponent();
374
+ }
375
+ if (arg !== undefined) {
376
+ this.host.jqxGrid('columnmenuopening', arg);
377
+ }
378
+ else {
379
+ return this.host.jqxGrid('columnmenuopening');
380
+ }
381
+ }
382
+ columnmenuclosing(arg) {
383
+ if (this.autoCreate && !this.host) {
384
+ this.createComponent();
385
+ }
386
+ if (arg !== undefined) {
387
+ this.host.jqxGrid('columnmenuclosing', arg);
388
+ }
389
+ else {
390
+ return this.host.jqxGrid('columnmenuclosing');
391
+ }
392
+ }
393
+ cellhover(arg) {
394
+ if (this.autoCreate && !this.host) {
395
+ this.createComponent();
396
+ }
397
+ if (arg !== undefined) {
398
+ this.host.jqxGrid('cellhover', arg);
399
+ }
400
+ else {
401
+ return this.host.jqxGrid('cellhover');
402
+ }
403
+ }
404
+ enablekeyboarddelete(arg) {
405
+ if (this.autoCreate && !this.host) {
406
+ this.createComponent();
407
+ }
408
+ if (arg !== undefined) {
409
+ this.host.jqxGrid('enablekeyboarddelete', arg);
410
+ }
411
+ else {
412
+ return this.host.jqxGrid('enablekeyboarddelete');
413
+ }
414
+ }
415
+ enableellipsis(arg) {
416
+ if (this.autoCreate && !this.host) {
417
+ this.createComponent();
418
+ }
419
+ if (arg !== undefined) {
420
+ this.host.jqxGrid('enableellipsis', arg);
421
+ }
422
+ else {
423
+ return this.host.jqxGrid('enableellipsis');
424
+ }
425
+ }
426
+ enablemousewheel(arg) {
427
+ if (this.autoCreate && !this.host) {
428
+ this.createComponent();
429
+ }
430
+ if (arg !== undefined) {
431
+ this.host.jqxGrid('enablemousewheel', arg);
432
+ }
433
+ else {
434
+ return this.host.jqxGrid('enablemousewheel');
435
+ }
436
+ }
437
+ enableanimations(arg) {
438
+ if (this.autoCreate && !this.host) {
439
+ this.createComponent();
440
+ }
441
+ if (arg !== undefined) {
442
+ this.host.jqxGrid('enableanimations', arg);
443
+ }
444
+ else {
445
+ return this.host.jqxGrid('enableanimations');
446
+ }
447
+ }
448
+ enabletooltips(arg) {
449
+ if (this.autoCreate && !this.host) {
450
+ this.createComponent();
451
+ }
452
+ if (arg !== undefined) {
453
+ this.host.jqxGrid('enabletooltips', arg);
454
+ }
455
+ else {
456
+ return this.host.jqxGrid('enabletooltips');
457
+ }
458
+ }
459
+ enablehover(arg) {
460
+ if (this.autoCreate && !this.host) {
461
+ this.createComponent();
462
+ }
463
+ if (arg !== undefined) {
464
+ this.host.jqxGrid('enablehover', arg);
465
+ }
466
+ else {
467
+ return this.host.jqxGrid('enablehover');
468
+ }
469
+ }
470
+ enablebrowserselection(arg) {
471
+ if (this.autoCreate && !this.host) {
472
+ this.createComponent();
473
+ }
474
+ if (arg !== undefined) {
475
+ this.host.jqxGrid('enablebrowserselection', arg);
476
+ }
477
+ else {
478
+ return this.host.jqxGrid('enablebrowserselection');
479
+ }
480
+ }
481
+ everpresentrowposition(arg) {
482
+ if (this.autoCreate && !this.host) {
483
+ this.createComponent();
484
+ }
485
+ if (arg !== undefined) {
486
+ this.host.jqxGrid('everpresentrowposition', arg);
487
+ }
488
+ else {
489
+ return this.host.jqxGrid('everpresentrowposition');
490
+ }
491
+ }
492
+ everpresentrowheight(arg) {
493
+ if (this.autoCreate && !this.host) {
494
+ this.createComponent();
495
+ }
496
+ if (arg !== undefined) {
497
+ this.host.jqxGrid('everpresentrowheight', arg);
498
+ }
499
+ else {
500
+ return this.host.jqxGrid('everpresentrowheight');
501
+ }
502
+ }
503
+ everpresentrowactions(arg) {
504
+ if (this.autoCreate && !this.host) {
505
+ this.createComponent();
506
+ }
507
+ if (arg !== undefined) {
508
+ this.host.jqxGrid('everpresentrowactions', arg);
509
+ }
510
+ else {
511
+ return this.host.jqxGrid('everpresentrowactions');
512
+ }
513
+ }
514
+ everpresentrowactionsmode(arg) {
515
+ if (this.autoCreate && !this.host) {
516
+ this.createComponent();
517
+ }
518
+ if (arg !== undefined) {
519
+ this.host.jqxGrid('everpresentrowactionsmode', arg);
520
+ }
521
+ else {
522
+ return this.host.jqxGrid('everpresentrowactionsmode');
523
+ }
524
+ }
525
+ filterrowheight(arg) {
526
+ if (this.autoCreate && !this.host) {
527
+ this.createComponent();
528
+ }
529
+ if (arg !== undefined) {
530
+ this.host.jqxGrid('filterrowheight', arg);
531
+ }
532
+ else {
533
+ return this.host.jqxGrid('filterrowheight');
534
+ }
535
+ }
536
+ filtermode(arg) {
537
+ if (this.autoCreate && !this.host) {
538
+ this.createComponent();
539
+ }
540
+ if (arg !== undefined) {
541
+ this.host.jqxGrid('filtermode', arg);
542
+ }
543
+ else {
544
+ return this.host.jqxGrid('filtermode');
545
+ }
546
+ }
547
+ groupsrenderer(arg) {
548
+ if (this.autoCreate && !this.host) {
549
+ this.createComponent();
550
+ }
551
+ if (arg !== undefined) {
552
+ this.host.jqxGrid('groupsrenderer', arg);
553
+ }
554
+ else {
555
+ return this.host.jqxGrid('groupsrenderer');
556
+ }
557
+ }
558
+ groupcolumnrenderer(arg) {
559
+ if (this.autoCreate && !this.host) {
560
+ this.createComponent();
561
+ }
562
+ if (arg !== undefined) {
563
+ this.host.jqxGrid('groupcolumnrenderer', arg);
564
+ }
565
+ else {
566
+ return this.host.jqxGrid('groupcolumnrenderer');
567
+ }
568
+ }
569
+ groupsexpandedbydefault(arg) {
570
+ if (this.autoCreate && !this.host) {
571
+ this.createComponent();
572
+ }
573
+ if (arg !== undefined) {
574
+ this.host.jqxGrid('groupsexpandedbydefault', arg);
575
+ }
576
+ else {
577
+ return this.host.jqxGrid('groupsexpandedbydefault');
578
+ }
579
+ }
580
+ handlekeyboardnavigation(arg) {
581
+ if (this.autoCreate && !this.host) {
582
+ this.createComponent();
583
+ }
584
+ if (arg !== undefined) {
585
+ this.host.jqxGrid('handlekeyboardnavigation', arg);
586
+ }
587
+ else {
588
+ return this.host.jqxGrid('handlekeyboardnavigation');
589
+ }
590
+ }
591
+ pagerrenderer(arg) {
592
+ if (this.autoCreate && !this.host) {
593
+ this.createComponent();
594
+ }
595
+ if (arg !== undefined) {
596
+ this.host.jqxGrid('pagerrenderer', arg);
597
+ }
598
+ else {
599
+ return this.host.jqxGrid('pagerrenderer');
600
+ }
601
+ }
602
+ rtl(arg) {
603
+ if (this.autoCreate && !this.host) {
604
+ this.createComponent();
605
+ }
606
+ if (arg !== undefined) {
607
+ this.host.jqxGrid('rtl', arg);
608
+ }
609
+ else {
610
+ return this.host.jqxGrid('rtl');
611
+ }
612
+ }
613
+ showdefaultloadelement(arg) {
614
+ if (this.autoCreate && !this.host) {
615
+ this.createComponent();
616
+ }
617
+ if (arg !== undefined) {
618
+ this.host.jqxGrid('showdefaultloadelement', arg);
619
+ }
620
+ else {
621
+ return this.host.jqxGrid('showdefaultloadelement');
622
+ }
623
+ }
624
+ showfiltercolumnbackground(arg) {
625
+ if (this.autoCreate && !this.host) {
626
+ this.createComponent();
627
+ }
628
+ if (arg !== undefined) {
629
+ this.host.jqxGrid('showfiltercolumnbackground', arg);
630
+ }
631
+ else {
632
+ return this.host.jqxGrid('showfiltercolumnbackground');
633
+ }
634
+ }
635
+ showfiltermenuitems(arg) {
636
+ if (this.autoCreate && !this.host) {
637
+ this.createComponent();
638
+ }
639
+ if (arg !== undefined) {
640
+ this.host.jqxGrid('showfiltermenuitems', arg);
641
+ }
642
+ else {
643
+ return this.host.jqxGrid('showfiltermenuitems');
644
+ }
645
+ }
646
+ showpinnedcolumnbackground(arg) {
647
+ if (this.autoCreate && !this.host) {
648
+ this.createComponent();
649
+ }
650
+ if (arg !== undefined) {
651
+ this.host.jqxGrid('showpinnedcolumnbackground', arg);
652
+ }
653
+ else {
654
+ return this.host.jqxGrid('showpinnedcolumnbackground');
655
+ }
656
+ }
657
+ showsortcolumnbackground(arg) {
658
+ if (this.autoCreate && !this.host) {
659
+ this.createComponent();
660
+ }
661
+ if (arg !== undefined) {
662
+ this.host.jqxGrid('showsortcolumnbackground', arg);
663
+ }
664
+ else {
665
+ return this.host.jqxGrid('showsortcolumnbackground');
666
+ }
667
+ }
668
+ showsortmenuitems(arg) {
669
+ if (this.autoCreate && !this.host) {
670
+ this.createComponent();
671
+ }
672
+ if (arg !== undefined) {
673
+ this.host.jqxGrid('showsortmenuitems', arg);
674
+ }
675
+ else {
676
+ return this.host.jqxGrid('showsortmenuitems');
677
+ }
678
+ }
679
+ showgroupmenuitems(arg) {
680
+ if (this.autoCreate && !this.host) {
681
+ this.createComponent();
682
+ }
683
+ if (arg !== undefined) {
684
+ this.host.jqxGrid('showgroupmenuitems', arg);
685
+ }
686
+ else {
687
+ return this.host.jqxGrid('showgroupmenuitems');
688
+ }
689
+ }
690
+ showrowdetailscolumn(arg) {
691
+ if (this.autoCreate && !this.host) {
692
+ this.createComponent();
693
+ }
694
+ if (arg !== undefined) {
695
+ this.host.jqxGrid('showrowdetailscolumn', arg);
696
+ }
697
+ else {
698
+ return this.host.jqxGrid('showrowdetailscolumn');
699
+ }
700
+ }
701
+ showheader(arg) {
702
+ if (this.autoCreate && !this.host) {
703
+ this.createComponent();
704
+ }
705
+ if (arg !== undefined) {
706
+ this.host.jqxGrid('showheader', arg);
707
+ }
708
+ else {
709
+ return this.host.jqxGrid('showheader');
710
+ }
711
+ }
712
+ showgroupsheader(arg) {
713
+ if (this.autoCreate && !this.host) {
714
+ this.createComponent();
715
+ }
716
+ if (arg !== undefined) {
717
+ this.host.jqxGrid('showgroupsheader', arg);
718
+ }
719
+ else {
720
+ return this.host.jqxGrid('showgroupsheader');
721
+ }
722
+ }
723
+ showaggregates(arg) {
724
+ if (this.autoCreate && !this.host) {
725
+ this.createComponent();
726
+ }
727
+ if (arg !== undefined) {
728
+ this.host.jqxGrid('showaggregates', arg);
729
+ }
730
+ else {
731
+ return this.host.jqxGrid('showaggregates');
732
+ }
733
+ }
734
+ showgroupaggregates(arg) {
735
+ if (this.autoCreate && !this.host) {
736
+ this.createComponent();
737
+ }
738
+ if (arg !== undefined) {
739
+ this.host.jqxGrid('showgroupaggregates', arg);
740
+ }
741
+ else {
742
+ return this.host.jqxGrid('showgroupaggregates');
743
+ }
744
+ }
745
+ showeverpresentrow(arg) {
746
+ if (this.autoCreate && !this.host) {
747
+ this.createComponent();
748
+ }
749
+ if (arg !== undefined) {
750
+ this.host.jqxGrid('showeverpresentrow', arg);
751
+ }
752
+ else {
753
+ return this.host.jqxGrid('showeverpresentrow');
754
+ }
755
+ }
756
+ showfilterrow(arg) {
757
+ if (this.autoCreate && !this.host) {
758
+ this.createComponent();
759
+ }
760
+ if (arg !== undefined) {
761
+ this.host.jqxGrid('showfilterrow', arg);
762
+ }
763
+ else {
764
+ return this.host.jqxGrid('showfilterrow');
765
+ }
766
+ }
767
+ showemptyrow(arg) {
768
+ if (this.autoCreate && !this.host) {
769
+ this.createComponent();
770
+ }
771
+ if (arg !== undefined) {
772
+ this.host.jqxGrid('showemptyrow', arg);
773
+ }
774
+ else {
775
+ return this.host.jqxGrid('showemptyrow');
776
+ }
777
+ }
778
+ showstatusbar(arg) {
779
+ if (this.autoCreate && !this.host) {
780
+ this.createComponent();
781
+ }
782
+ if (arg !== undefined) {
783
+ this.host.jqxGrid('showstatusbar', arg);
784
+ }
785
+ else {
786
+ return this.host.jqxGrid('showstatusbar');
787
+ }
788
+ }
789
+ statusbarheight(arg) {
790
+ if (this.autoCreate && !this.host) {
791
+ this.createComponent();
792
+ }
793
+ if (arg !== undefined) {
794
+ this.host.jqxGrid('statusbarheight', arg);
795
+ }
796
+ else {
797
+ return this.host.jqxGrid('statusbarheight');
798
+ }
799
+ }
800
+ showtoolbar(arg) {
801
+ if (this.autoCreate && !this.host) {
802
+ this.createComponent();
803
+ }
804
+ if (arg !== undefined) {
805
+ this.host.jqxGrid('showtoolbar', arg);
806
+ }
807
+ else {
808
+ return this.host.jqxGrid('showtoolbar');
809
+ }
810
+ }
811
+ showfilterbar(arg) {
812
+ if (this.autoCreate && !this.host) {
813
+ this.createComponent();
814
+ }
815
+ if (arg !== undefined) {
816
+ this.host.jqxGrid('showfilterbar', arg);
817
+ }
818
+ else {
819
+ return this.host.jqxGrid('showfilterbar');
820
+ }
821
+ }
822
+ filterbarmode(arg) {
823
+ if (this.autoCreate && !this.host) {
824
+ this.createComponent();
825
+ }
826
+ if (arg !== undefined) {
827
+ this.host.jqxGrid('filterbarmode', arg);
828
+ }
829
+ else {
830
+ return this.host.jqxGrid('filterbarmode');
831
+ }
832
+ }
833
+ selectionmode(arg) {
834
+ if (this.autoCreate && !this.host) {
835
+ this.createComponent();
836
+ }
837
+ if (arg !== undefined) {
838
+ this.host.jqxGrid('selectionmode', arg);
839
+ }
840
+ else {
841
+ return this.host.jqxGrid('selectionmode');
842
+ }
843
+ }
844
+ updatefilterconditions(arg) {
845
+ if (this.autoCreate && !this.host) {
846
+ this.createComponent();
847
+ }
848
+ if (arg !== undefined) {
849
+ this.host.jqxGrid('updatefilterconditions', arg);
850
+ }
851
+ else {
852
+ return this.host.jqxGrid('updatefilterconditions');
853
+ }
854
+ }
855
+ updatefilterpanel(arg) {
856
+ if (this.autoCreate && !this.host) {
857
+ this.createComponent();
858
+ }
859
+ if (arg !== undefined) {
860
+ this.host.jqxGrid('updatefilterpanel', arg);
861
+ }
862
+ else {
863
+ return this.host.jqxGrid('updatefilterpanel');
864
+ }
865
+ }
866
+ theme(arg) {
867
+ if (this.autoCreate && !this.host) {
868
+ this.createComponent();
869
+ }
870
+ if (arg !== undefined) {
871
+ this.host.jqxGrid('theme', arg);
872
+ }
873
+ else {
874
+ return this.host.jqxGrid('theme');
875
+ }
876
+ }
877
+ toolbarheight(arg) {
878
+ if (this.autoCreate && !this.host) {
879
+ this.createComponent();
880
+ }
881
+ if (arg !== undefined) {
882
+ this.host.jqxGrid('toolbarheight', arg);
883
+ }
884
+ else {
885
+ return this.host.jqxGrid('toolbarheight');
886
+ }
887
+ }
888
+ autoheight(arg) {
889
+ if (this.autoCreate && !this.host) {
890
+ this.createComponent();
891
+ }
892
+ if (arg !== undefined) {
893
+ this.host.jqxGrid('autoheight', arg);
894
+ }
895
+ else {
896
+ return this.host.jqxGrid('autoheight');
897
+ }
898
+ }
899
+ autorowheight(arg) {
900
+ if (this.autoCreate && !this.host) {
901
+ this.createComponent();
902
+ }
903
+ if (arg !== undefined) {
904
+ this.host.jqxGrid('autorowheight', arg);
905
+ }
906
+ else {
907
+ return this.host.jqxGrid('autorowheight');
908
+ }
909
+ }
910
+ columnsheight(arg) {
911
+ if (this.autoCreate && !this.host) {
912
+ this.createComponent();
913
+ }
914
+ if (arg !== undefined) {
915
+ this.host.jqxGrid('columnsheight', arg);
916
+ }
917
+ else {
918
+ return this.host.jqxGrid('columnsheight');
919
+ }
920
+ }
921
+ deferreddatafields(arg) {
922
+ if (this.autoCreate && !this.host) {
923
+ this.createComponent();
924
+ }
925
+ if (arg !== undefined) {
926
+ this.host.jqxGrid('deferreddatafields', arg);
927
+ }
928
+ else {
929
+ return this.host.jqxGrid('deferreddatafields');
930
+ }
931
+ }
932
+ groupsheaderheight(arg) {
933
+ if (this.autoCreate && !this.host) {
934
+ this.createComponent();
935
+ }
936
+ if (arg !== undefined) {
937
+ this.host.jqxGrid('groupsheaderheight', arg);
938
+ }
939
+ else {
940
+ return this.host.jqxGrid('groupsheaderheight');
941
+ }
942
+ }
943
+ groupindentwidth(arg) {
944
+ if (this.autoCreate && !this.host) {
945
+ this.createComponent();
946
+ }
947
+ if (arg !== undefined) {
948
+ this.host.jqxGrid('groupindentwidth', arg);
949
+ }
950
+ else {
951
+ return this.host.jqxGrid('groupindentwidth');
952
+ }
953
+ }
954
+ height(arg) {
955
+ if (this.autoCreate && !this.host) {
956
+ this.createComponent();
957
+ }
958
+ if (arg !== undefined) {
959
+ this.host.jqxGrid('height', arg);
960
+ }
961
+ else {
962
+ return this.host.jqxGrid('height');
963
+ }
964
+ }
965
+ pagerheight(arg) {
966
+ if (this.autoCreate && !this.host) {
967
+ this.createComponent();
968
+ }
969
+ if (arg !== undefined) {
970
+ this.host.jqxGrid('pagerheight', arg);
971
+ }
972
+ else {
973
+ return this.host.jqxGrid('pagerheight');
974
+ }
975
+ }
976
+ rowsheight(arg) {
977
+ if (this.autoCreate && !this.host) {
978
+ this.createComponent();
979
+ }
980
+ if (arg !== undefined) {
981
+ this.host.jqxGrid('rowsheight', arg);
982
+ }
983
+ else {
984
+ return this.host.jqxGrid('rowsheight');
985
+ }
986
+ }
987
+ scrollbarsize(arg) {
988
+ if (this.autoCreate && !this.host) {
989
+ this.createComponent();
990
+ }
991
+ if (arg !== undefined) {
992
+ this.host.jqxGrid('scrollbarsize', arg);
993
+ }
994
+ else {
995
+ return this.host.jqxGrid('scrollbarsize');
996
+ }
997
+ }
998
+ scrollmode(arg) {
999
+ if (this.autoCreate && !this.host) {
1000
+ this.createComponent();
1001
+ }
1002
+ if (arg !== undefined) {
1003
+ this.host.jqxGrid('scrollmode', arg);
1004
+ }
1005
+ else {
1006
+ return this.host.jqxGrid('scrollmode');
1007
+ }
1008
+ }
1009
+ scrollfeedback(arg) {
1010
+ if (this.autoCreate && !this.host) {
1011
+ this.createComponent();
1012
+ }
1013
+ if (arg !== undefined) {
1014
+ this.host.jqxGrid('scrollfeedback', arg);
1015
+ }
1016
+ else {
1017
+ return this.host.jqxGrid('scrollfeedback');
1018
+ }
1019
+ }
1020
+ width(arg) {
1021
+ if (this.autoCreate && !this.host) {
1022
+ this.createComponent();
1023
+ }
1024
+ if (arg !== undefined) {
1025
+ this.host.jqxGrid('width', arg);
1026
+ }
1027
+ else {
1028
+ return this.host.jqxGrid('width');
1029
+ }
1030
+ }
1031
+ autosavestate(arg) {
1032
+ if (this.autoCreate && !this.host) {
1033
+ this.createComponent();
1034
+ }
1035
+ if (arg !== undefined) {
1036
+ this.host.jqxGrid('autosavestate', arg);
1037
+ }
1038
+ else {
1039
+ return this.host.jqxGrid('autosavestate');
1040
+ }
1041
+ }
1042
+ autoloadstate(arg) {
1043
+ if (this.autoCreate && !this.host) {
1044
+ this.createComponent();
1045
+ }
1046
+ if (arg !== undefined) {
1047
+ this.host.jqxGrid('autoloadstate', arg);
1048
+ }
1049
+ else {
1050
+ return this.host.jqxGrid('autoloadstate');
1051
+ }
1052
+ }
1053
+ columns(arg) {
1054
+ if (this.autoCreate && !this.host) {
1055
+ this.createComponent();
1056
+ }
1057
+ if (arg !== undefined) {
1058
+ this.host.jqxGrid('columns', arg);
1059
+ }
1060
+ else {
1061
+ return this.host.jqxGrid('columns');
1062
+ }
1063
+ }
1064
+ enableSanitize(arg) {
1065
+ if (this.autoCreate && !this.host) {
1066
+ this.createComponent();
1067
+ }
1068
+ if (arg !== undefined) {
1069
+ this.host.jqxGrid('enableSanitize', arg);
1070
+ }
1071
+ else {
1072
+ return this.host.jqxGrid('enableSanitize');
1073
+ }
1074
+ }
1075
+ cardview(arg) {
1076
+ if (this.autoCreate && !this.host) {
1077
+ this.createComponent();
1078
+ }
1079
+ if (arg !== undefined) {
1080
+ this.host.jqxGrid('cardview', arg);
1081
+ }
1082
+ else {
1083
+ return this.host.jqxGrid('cardview');
1084
+ }
1085
+ }
1086
+ cardviewcolumns(arg) {
1087
+ if (this.autoCreate && !this.host) {
1088
+ this.createComponent();
1089
+ }
1090
+ if (arg !== undefined) {
1091
+ this.host.jqxGrid('cardviewcolumns', arg);
1092
+ }
1093
+ else {
1094
+ return this.host.jqxGrid('cardviewcolumns');
1095
+ }
1096
+ }
1097
+ cardheight(arg) {
1098
+ if (this.autoCreate && !this.host) {
1099
+ this.createComponent();
1100
+ }
1101
+ if (arg !== undefined) {
1102
+ this.host.jqxGrid('cardheight', arg);
1103
+ }
1104
+ else {
1105
+ return this.host.jqxGrid('cardheight');
1106
+ }
1107
+ }
1108
+ cardsize(arg) {
1109
+ if (this.autoCreate && !this.host) {
1110
+ this.createComponent();
1111
+ }
1112
+ if (arg !== undefined) {
1113
+ this.host.jqxGrid('cardsize', arg);
1114
+ }
1115
+ else {
1116
+ return this.host.jqxGrid('cardsize');
1117
+ }
1118
+ }
1119
+ columngroups(arg) {
1120
+ if (this.autoCreate && !this.host) {
1121
+ this.createComponent();
1122
+ }
1123
+ if (arg !== undefined) {
1124
+ this.host.jqxGrid('columngroups', arg);
1125
+ }
1126
+ else {
1127
+ return this.host.jqxGrid('columngroups');
1128
+ }
1129
+ }
1130
+ columnsmenu(arg) {
1131
+ if (this.autoCreate && !this.host) {
1132
+ this.createComponent();
1133
+ }
1134
+ if (arg !== undefined) {
1135
+ this.host.jqxGrid('columnsmenu', arg);
1136
+ }
1137
+ else {
1138
+ return this.host.jqxGrid('columnsmenu');
1139
+ }
1140
+ }
1141
+ columnsresize(arg) {
1142
+ if (this.autoCreate && !this.host) {
1143
+ this.createComponent();
1144
+ }
1145
+ if (arg !== undefined) {
1146
+ this.host.jqxGrid('columnsresize', arg);
1147
+ }
1148
+ else {
1149
+ return this.host.jqxGrid('columnsresize');
1150
+ }
1151
+ }
1152
+ columnsautoresize(arg) {
1153
+ if (this.autoCreate && !this.host) {
1154
+ this.createComponent();
1155
+ }
1156
+ if (arg !== undefined) {
1157
+ this.host.jqxGrid('columnsautoresize', arg);
1158
+ }
1159
+ else {
1160
+ return this.host.jqxGrid('columnsautoresize');
1161
+ }
1162
+ }
1163
+ columnsreorder(arg) {
1164
+ if (this.autoCreate && !this.host) {
1165
+ this.createComponent();
1166
+ }
1167
+ if (arg !== undefined) {
1168
+ this.host.jqxGrid('columnsreorder', arg);
1169
+ }
1170
+ else {
1171
+ return this.host.jqxGrid('columnsreorder');
1172
+ }
1173
+ }
1174
+ charting(arg) {
1175
+ if (this.autoCreate && !this.host) {
1176
+ this.createComponent();
1177
+ }
1178
+ if (arg !== undefined) {
1179
+ this.host.jqxGrid('charting', arg);
1180
+ }
1181
+ else {
1182
+ return this.host.jqxGrid('charting');
1183
+ }
1184
+ }
1185
+ disabled(arg) {
1186
+ if (this.autoCreate && !this.host) {
1187
+ this.createComponent();
1188
+ }
1189
+ if (arg !== undefined) {
1190
+ this.host.jqxGrid('disabled', arg);
1191
+ }
1192
+ else {
1193
+ return this.host.jqxGrid('disabled');
1194
+ }
1195
+ }
1196
+ editable(arg) {
1197
+ if (this.autoCreate && !this.host) {
1198
+ this.createComponent();
1199
+ }
1200
+ if (arg !== undefined) {
1201
+ this.host.jqxGrid('editable', arg);
1202
+ }
1203
+ else {
1204
+ return this.host.jqxGrid('editable');
1205
+ }
1206
+ }
1207
+ batcheditable(arg) {
1208
+ if (this.autoCreate && !this.host) {
1209
+ this.createComponent();
1210
+ }
1211
+ if (arg !== undefined) {
1212
+ this.host.jqxGrid('batcheditable', arg);
1213
+ }
1214
+ else {
1215
+ return this.host.jqxGrid('batcheditable');
1216
+ }
1217
+ }
1218
+ editmode(arg) {
1219
+ if (this.autoCreate && !this.host) {
1220
+ this.createComponent();
1221
+ }
1222
+ if (arg !== undefined) {
1223
+ this.host.jqxGrid('editmode', arg);
1224
+ }
1225
+ else {
1226
+ return this.host.jqxGrid('editmode');
1227
+ }
1228
+ }
1229
+ filter(arg) {
1230
+ if (this.autoCreate && !this.host) {
1231
+ this.createComponent();
1232
+ }
1233
+ if (arg !== undefined) {
1234
+ this.host.jqxGrid('filter', arg);
1235
+ }
1236
+ else {
1237
+ return this.host.jqxGrid('filter');
1238
+ }
1239
+ }
1240
+ filterable(arg) {
1241
+ if (this.autoCreate && !this.host) {
1242
+ this.createComponent();
1243
+ }
1244
+ if (arg !== undefined) {
1245
+ this.host.jqxGrid('filterable', arg);
1246
+ }
1247
+ else {
1248
+ return this.host.jqxGrid('filterable');
1249
+ }
1250
+ }
1251
+ groupable(arg) {
1252
+ if (this.autoCreate && !this.host) {
1253
+ this.createComponent();
1254
+ }
1255
+ if (arg !== undefined) {
1256
+ this.host.jqxGrid('groupable', arg);
1257
+ }
1258
+ else {
1259
+ return this.host.jqxGrid('groupable');
1260
+ }
1261
+ }
1262
+ groups(arg) {
1263
+ if (this.autoCreate && !this.host) {
1264
+ this.createComponent();
1265
+ }
1266
+ if (arg !== undefined) {
1267
+ this.host.jqxGrid('groups', arg);
1268
+ }
1269
+ else {
1270
+ return this.host.jqxGrid('groups');
1271
+ }
1272
+ }
1273
+ horizontalscrollbarstep(arg) {
1274
+ if (this.autoCreate && !this.host) {
1275
+ this.createComponent();
1276
+ }
1277
+ if (arg !== undefined) {
1278
+ this.host.jqxGrid('horizontalscrollbarstep', arg);
1279
+ }
1280
+ else {
1281
+ return this.host.jqxGrid('horizontalscrollbarstep');
1282
+ }
1283
+ }
1284
+ horizontalscrollbarlargestep(arg) {
1285
+ if (this.autoCreate && !this.host) {
1286
+ this.createComponent();
1287
+ }
1288
+ if (arg !== undefined) {
1289
+ this.host.jqxGrid('horizontalscrollbarlargestep', arg);
1290
+ }
1291
+ else {
1292
+ return this.host.jqxGrid('horizontalscrollbarlargestep');
1293
+ }
1294
+ }
1295
+ initrowdetails(arg) {
1296
+ if (this.autoCreate && !this.host) {
1297
+ this.createComponent();
1298
+ }
1299
+ if (arg !== undefined) {
1300
+ this.host.jqxGrid('initrowdetails', arg);
1301
+ }
1302
+ else {
1303
+ return this.host.jqxGrid('initrowdetails');
1304
+ }
1305
+ }
1306
+ keyboardnavigation(arg) {
1307
+ if (this.autoCreate && !this.host) {
1308
+ this.createComponent();
1309
+ }
1310
+ if (arg !== undefined) {
1311
+ this.host.jqxGrid('keyboardnavigation', arg);
1312
+ }
1313
+ else {
1314
+ return this.host.jqxGrid('keyboardnavigation');
1315
+ }
1316
+ }
1317
+ localization(arg) {
1318
+ if (this.autoCreate && !this.host) {
1319
+ this.createComponent();
1320
+ }
1321
+ if (arg !== undefined) {
1322
+ this.host.jqxGrid('localization', arg);
1323
+ }
1324
+ else {
1325
+ return this.host.jqxGrid('localization');
1326
+ }
1327
+ }
1328
+ pagesize(arg) {
1329
+ if (this.autoCreate && !this.host) {
1330
+ this.createComponent();
1331
+ }
1332
+ if (arg !== undefined) {
1333
+ this.host.jqxGrid('pagesize', arg);
1334
+ }
1335
+ else {
1336
+ return this.host.jqxGrid('pagesize');
1337
+ }
1338
+ }
1339
+ pagesizeoptions(arg) {
1340
+ if (this.autoCreate && !this.host) {
1341
+ this.createComponent();
1342
+ }
1343
+ if (arg !== undefined) {
1344
+ this.host.jqxGrid('pagesizeoptions', arg);
1345
+ }
1346
+ else {
1347
+ return this.host.jqxGrid('pagesizeoptions');
1348
+ }
1349
+ }
1350
+ pagermode(arg) {
1351
+ if (this.autoCreate && !this.host) {
1352
+ this.createComponent();
1353
+ }
1354
+ if (arg !== undefined) {
1355
+ this.host.jqxGrid('pagermode', arg);
1356
+ }
1357
+ else {
1358
+ return this.host.jqxGrid('pagermode');
1359
+ }
1360
+ }
1361
+ pagerbuttonscount(arg) {
1362
+ if (this.autoCreate && !this.host) {
1363
+ this.createComponent();
1364
+ }
1365
+ if (arg !== undefined) {
1366
+ this.host.jqxGrid('pagerbuttonscount', arg);
1367
+ }
1368
+ else {
1369
+ return this.host.jqxGrid('pagerbuttonscount');
1370
+ }
1371
+ }
1372
+ pageable(arg) {
1373
+ if (this.autoCreate && !this.host) {
1374
+ this.createComponent();
1375
+ }
1376
+ if (arg !== undefined) {
1377
+ this.host.jqxGrid('pageable', arg);
1378
+ }
1379
+ else {
1380
+ return this.host.jqxGrid('pageable');
1381
+ }
1382
+ }
1383
+ autofill(arg) {
1384
+ if (this.autoCreate && !this.host) {
1385
+ this.createComponent();
1386
+ }
1387
+ if (arg !== undefined) {
1388
+ this.host.jqxGrid('autofill', arg);
1389
+ }
1390
+ else {
1391
+ return this.host.jqxGrid('autofill');
1392
+ }
1393
+ }
1394
+ rowdetails(arg) {
1395
+ if (this.autoCreate && !this.host) {
1396
+ this.createComponent();
1397
+ }
1398
+ if (arg !== undefined) {
1399
+ this.host.jqxGrid('rowdetails', arg);
1400
+ }
1401
+ else {
1402
+ return this.host.jqxGrid('rowdetails');
1403
+ }
1404
+ }
1405
+ rowdetailstemplate(arg) {
1406
+ if (this.autoCreate && !this.host) {
1407
+ this.createComponent();
1408
+ }
1409
+ if (arg !== undefined) {
1410
+ this.host.jqxGrid('rowdetailstemplate', arg);
1411
+ }
1412
+ else {
1413
+ return this.host.jqxGrid('rowdetailstemplate');
1414
+ }
1415
+ }
1416
+ ready(arg) {
1417
+ if (this.autoCreate && !this.host) {
1418
+ this.createComponent();
1419
+ }
1420
+ if (arg !== undefined) {
1421
+ this.host.jqxGrid('ready', arg);
1422
+ }
1423
+ else {
1424
+ return this.host.jqxGrid('ready');
1425
+ }
1426
+ }
1427
+ rendered(arg) {
1428
+ if (this.autoCreate && !this.host) {
1429
+ this.createComponent();
1430
+ }
1431
+ if (arg !== undefined) {
1432
+ this.host.jqxGrid('rendered', arg);
1433
+ }
1434
+ else {
1435
+ return this.host.jqxGrid('rendered');
1436
+ }
1437
+ }
1438
+ renderstatusbar(arg) {
1439
+ if (this.autoCreate && !this.host) {
1440
+ this.createComponent();
1441
+ }
1442
+ if (arg !== undefined) {
1443
+ this.host.jqxGrid('renderstatusbar', arg);
1444
+ }
1445
+ else {
1446
+ return this.host.jqxGrid('renderstatusbar');
1447
+ }
1448
+ }
1449
+ rendertoolbar(arg) {
1450
+ if (this.autoCreate && !this.host) {
1451
+ this.createComponent();
1452
+ }
1453
+ if (arg !== undefined) {
1454
+ this.host.jqxGrid('rendertoolbar', arg);
1455
+ }
1456
+ else {
1457
+ return this.host.jqxGrid('rendertoolbar');
1458
+ }
1459
+ }
1460
+ rendergridrows(arg) {
1461
+ if (this.autoCreate && !this.host) {
1462
+ this.createComponent();
1463
+ }
1464
+ if (arg !== undefined) {
1465
+ this.host.jqxGrid('rendergridrows', arg);
1466
+ }
1467
+ else {
1468
+ return this.host.jqxGrid('rendergridrows');
1469
+ }
1470
+ }
1471
+ sortable(arg) {
1472
+ if (this.autoCreate && !this.host) {
1473
+ this.createComponent();
1474
+ }
1475
+ if (arg !== undefined) {
1476
+ this.host.jqxGrid('sortable', arg);
1477
+ }
1478
+ else {
1479
+ return this.host.jqxGrid('sortable');
1480
+ }
1481
+ }
1482
+ sortmode(arg) {
1483
+ if (this.autoCreate && !this.host) {
1484
+ this.createComponent();
1485
+ }
1486
+ if (arg !== undefined) {
1487
+ this.host.jqxGrid('sortmode', arg);
1488
+ }
1489
+ else {
1490
+ return this.host.jqxGrid('sortmode');
1491
+ }
1492
+ }
1493
+ selectedrowindex(arg) {
1494
+ if (this.autoCreate && !this.host) {
1495
+ this.createComponent();
1496
+ }
1497
+ if (arg !== undefined) {
1498
+ this.host.jqxGrid('selectedrowindex', arg);
1499
+ }
1500
+ else {
1501
+ return this.host.jqxGrid('selectedrowindex');
1502
+ }
1503
+ }
1504
+ selectedrowindexes(arg) {
1505
+ if (this.autoCreate && !this.host) {
1506
+ this.createComponent();
1507
+ }
1508
+ if (arg !== undefined) {
1509
+ this.host.jqxGrid('selectedrowindexes', arg);
1510
+ }
1511
+ else {
1512
+ return this.host.jqxGrid('selectedrowindexes');
1513
+ }
1514
+ }
1515
+ source(arg) {
1516
+ if (this.autoCreate && !this.host) {
1517
+ this.createComponent();
1518
+ }
1519
+ if (arg !== undefined) {
1520
+ this.host.jqxGrid('source', arg);
1521
+ }
1522
+ else {
1523
+ return this.host.jqxGrid('source');
1524
+ }
1525
+ }
1526
+ sorttogglestates(arg) {
1527
+ if (this.autoCreate && !this.host) {
1528
+ this.createComponent();
1529
+ }
1530
+ if (arg !== undefined) {
1531
+ this.host.jqxGrid('sorttogglestates', arg);
1532
+ }
1533
+ else {
1534
+ return this.host.jqxGrid('sorttogglestates');
1535
+ }
1536
+ }
1537
+ updatedelay(arg) {
1538
+ if (this.autoCreate && !this.host) {
1539
+ this.createComponent();
1540
+ }
1541
+ if (arg !== undefined) {
1542
+ this.host.jqxGrid('updatedelay', arg);
1543
+ }
1544
+ else {
1545
+ return this.host.jqxGrid('updatedelay');
1546
+ }
1547
+ }
1548
+ virtualmode(arg) {
1549
+ if (this.autoCreate && !this.host) {
1550
+ this.createComponent();
1551
+ }
1552
+ if (arg !== undefined) {
1553
+ this.host.jqxGrid('virtualmode', arg);
1554
+ }
1555
+ else {
1556
+ return this.host.jqxGrid('virtualmode');
1557
+ }
1558
+ }
1559
+ verticalscrollbarstep(arg) {
1560
+ if (this.autoCreate && !this.host) {
1561
+ this.createComponent();
1562
+ }
1563
+ if (arg !== undefined) {
1564
+ this.host.jqxGrid('verticalscrollbarstep', arg);
1565
+ }
1566
+ else {
1567
+ return this.host.jqxGrid('verticalscrollbarstep');
1568
+ }
1569
+ }
1570
+ verticalscrollbarlargestep(arg) {
1571
+ if (this.autoCreate && !this.host) {
1572
+ this.createComponent();
1573
+ }
1574
+ if (arg !== undefined) {
1575
+ this.host.jqxGrid('verticalscrollbarlargestep', arg);
1576
+ }
1577
+ else {
1578
+ return this.host.jqxGrid('verticalscrollbarlargestep');
1579
+ }
1580
+ }
1581
+ // jqxGridComponent functions
1582
+ autoresizecolumns(type) {
1583
+ if (this.autoCreate && !this.host) {
1584
+ this.createComponent();
1585
+ }
1586
+ this.host.jqxGrid('autoresizecolumns', type);
1587
+ }
1588
+ autoresizecolumn(dataField, type) {
1589
+ if (this.autoCreate && !this.host) {
1590
+ this.createComponent();
1591
+ }
1592
+ this.host.jqxGrid('autoresizecolumn', dataField, type);
1593
+ }
1594
+ beginupdate() {
1595
+ if (this.autoCreate && !this.host) {
1596
+ this.createComponent();
1597
+ }
1598
+ this.host.jqxGrid('beginupdate');
1599
+ }
1600
+ clear() {
1601
+ if (this.autoCreate && !this.host) {
1602
+ this.createComponent();
1603
+ }
1604
+ this.host.jqxGrid('clear');
1605
+ }
1606
+ createChart(type, dataSource) {
1607
+ if (this.autoCreate && !this.host) {
1608
+ this.createComponent();
1609
+ }
1610
+ this.host.jqxGrid('createChart', type, dataSource);
1611
+ }
1612
+ destroy() {
1613
+ if (this.autoCreate && !this.host) {
1614
+ this.createComponent();
1615
+ }
1616
+ this.host.jqxGrid('destroy');
1617
+ }
1618
+ endupdate() {
1619
+ if (this.autoCreate && !this.host) {
1620
+ this.createComponent();
1621
+ }
1622
+ this.host.jqxGrid('endupdate');
1623
+ }
1624
+ ensurerowvisible(rowBoundIndex) {
1625
+ if (this.autoCreate && !this.host) {
1626
+ this.createComponent();
1627
+ }
1628
+ this.host.jqxGrid('ensurerowvisible', rowBoundIndex);
1629
+ }
1630
+ focus() {
1631
+ if (this.autoCreate && !this.host) {
1632
+ this.createComponent();
1633
+ }
1634
+ this.host.jqxGrid('focus');
1635
+ }
1636
+ getcolumnindex(dataField) {
1637
+ if (this.autoCreate && !this.host) {
1638
+ this.createComponent();
1639
+ }
1640
+ return this.host.jqxGrid('getcolumnindex', dataField);
1641
+ }
1642
+ getcolumn(dataField) {
1643
+ if (this.autoCreate && !this.host) {
1644
+ this.createComponent();
1645
+ }
1646
+ return this.host.jqxGrid('getcolumn', dataField);
1647
+ }
1648
+ getcolumnproperty(dataField, propertyName) {
1649
+ if (this.autoCreate && !this.host) {
1650
+ this.createComponent();
1651
+ }
1652
+ return this.host.jqxGrid('getcolumnproperty', dataField, propertyName);
1653
+ }
1654
+ getrowid(rowBoundIndex) {
1655
+ if (this.autoCreate && !this.host) {
1656
+ this.createComponent();
1657
+ }
1658
+ return this.host.jqxGrid('getrowid', rowBoundIndex);
1659
+ }
1660
+ getrowdata(rowBoundIndex) {
1661
+ if (this.autoCreate && !this.host) {
1662
+ this.createComponent();
1663
+ }
1664
+ return this.host.jqxGrid('getrowdata', rowBoundIndex);
1665
+ }
1666
+ getrowdatabyid(rowID) {
1667
+ if (this.autoCreate && !this.host) {
1668
+ this.createComponent();
1669
+ }
1670
+ return this.host.jqxGrid('getrowdatabyid', rowID);
1671
+ }
1672
+ getrowboundindexbyid(rowID) {
1673
+ if (this.autoCreate && !this.host) {
1674
+ this.createComponent();
1675
+ }
1676
+ return this.host.jqxGrid('getrowboundindexbyid', rowID);
1677
+ }
1678
+ getrowboundindex(rowDisplayIndex) {
1679
+ if (this.autoCreate && !this.host) {
1680
+ this.createComponent();
1681
+ }
1682
+ return this.host.jqxGrid('getrowboundindex', rowDisplayIndex);
1683
+ }
1684
+ getrows() {
1685
+ if (this.autoCreate && !this.host) {
1686
+ this.createComponent();
1687
+ }
1688
+ return this.host.jqxGrid('getrows');
1689
+ }
1690
+ getboundrows() {
1691
+ if (this.autoCreate && !this.host) {
1692
+ this.createComponent();
1693
+ }
1694
+ return this.host.jqxGrid('getboundrows');
1695
+ }
1696
+ getdisplayrows() {
1697
+ if (this.autoCreate && !this.host) {
1698
+ this.createComponent();
1699
+ }
1700
+ return this.host.jqxGrid('getdisplayrows');
1701
+ }
1702
+ getdatainformation() {
1703
+ if (this.autoCreate && !this.host) {
1704
+ this.createComponent();
1705
+ }
1706
+ return this.host.jqxGrid('getdatainformation');
1707
+ }
1708
+ getsortinformation() {
1709
+ if (this.autoCreate && !this.host) {
1710
+ this.createComponent();
1711
+ }
1712
+ return this.host.jqxGrid('getsortinformation');
1713
+ }
1714
+ getpaginginformation() {
1715
+ if (this.autoCreate && !this.host) {
1716
+ this.createComponent();
1717
+ }
1718
+ return this.host.jqxGrid('getpaginginformation');
1719
+ }
1720
+ hidecolumn(dataField) {
1721
+ if (this.autoCreate && !this.host) {
1722
+ this.createComponent();
1723
+ }
1724
+ this.host.jqxGrid('hidecolumn', dataField);
1725
+ }
1726
+ hideloadelement() {
1727
+ if (this.autoCreate && !this.host) {
1728
+ this.createComponent();
1729
+ }
1730
+ this.host.jqxGrid('hideloadelement');
1731
+ }
1732
+ hiderowdetails(rowBoundIndex) {
1733
+ if (this.autoCreate && !this.host) {
1734
+ this.createComponent();
1735
+ }
1736
+ this.host.jqxGrid('hiderowdetails', rowBoundIndex);
1737
+ }
1738
+ iscolumnvisible(dataField) {
1739
+ if (this.autoCreate && !this.host) {
1740
+ this.createComponent();
1741
+ }
1742
+ return this.host.jqxGrid('iscolumnvisible', dataField);
1743
+ }
1744
+ iscolumnpinned(dataField) {
1745
+ if (this.autoCreate && !this.host) {
1746
+ this.createComponent();
1747
+ }
1748
+ return this.host.jqxGrid('iscolumnpinned', dataField);
1749
+ }
1750
+ localizestrings(localizationobject) {
1751
+ if (this.autoCreate && !this.host) {
1752
+ this.createComponent();
1753
+ }
1754
+ this.host.jqxGrid('localizestrings', localizationobject);
1755
+ }
1756
+ pincolumn(dataField) {
1757
+ if (this.autoCreate && !this.host) {
1758
+ this.createComponent();
1759
+ }
1760
+ this.host.jqxGrid('pincolumn', dataField);
1761
+ }
1762
+ refreshdata() {
1763
+ if (this.autoCreate && !this.host) {
1764
+ this.createComponent();
1765
+ }
1766
+ this.host.jqxGrid('refreshdata');
1767
+ }
1768
+ refresh() {
1769
+ if (this.autoCreate && !this.host) {
1770
+ this.createComponent();
1771
+ }
1772
+ this.host.jqxGrid('refresh');
1773
+ }
1774
+ render() {
1775
+ if (this.autoCreate && !this.host) {
1776
+ this.createComponent();
1777
+ }
1778
+ this.host.jqxGrid('render');
1779
+ }
1780
+ scrolloffset(top, left) {
1781
+ if (this.autoCreate && !this.host) {
1782
+ this.createComponent();
1783
+ }
1784
+ this.host.jqxGrid('scrolloffset', top, left);
1785
+ }
1786
+ scrollposition() {
1787
+ if (this.autoCreate && !this.host) {
1788
+ this.createComponent();
1789
+ }
1790
+ return this.host.jqxGrid('scrollposition');
1791
+ }
1792
+ showloadelement() {
1793
+ if (this.autoCreate && !this.host) {
1794
+ this.createComponent();
1795
+ }
1796
+ this.host.jqxGrid('showloadelement');
1797
+ }
1798
+ showrowdetails(rowBoundIndex) {
1799
+ if (this.autoCreate && !this.host) {
1800
+ this.createComponent();
1801
+ }
1802
+ this.host.jqxGrid('showrowdetails', rowBoundIndex);
1803
+ }
1804
+ setcolumnindex(dataField, index) {
1805
+ if (this.autoCreate && !this.host) {
1806
+ this.createComponent();
1807
+ }
1808
+ this.host.jqxGrid('setcolumnindex', dataField, index);
1809
+ }
1810
+ setcolumnproperty(dataField, propertyName, propertyValue) {
1811
+ if (this.autoCreate && !this.host) {
1812
+ this.createComponent();
1813
+ }
1814
+ this.host.jqxGrid('setcolumnproperty', dataField, propertyName, propertyValue);
1815
+ }
1816
+ showcolumn(dataField) {
1817
+ if (this.autoCreate && !this.host) {
1818
+ this.createComponent();
1819
+ }
1820
+ this.host.jqxGrid('showcolumn', dataField);
1821
+ }
1822
+ unpincolumn(dataField) {
1823
+ if (this.autoCreate && !this.host) {
1824
+ this.createComponent();
1825
+ }
1826
+ this.host.jqxGrid('unpincolumn', dataField);
1827
+ }
1828
+ updatebounddata(type) {
1829
+ if (this.autoCreate && !this.host) {
1830
+ this.createComponent();
1831
+ }
1832
+ this.host.jqxGrid('updatebounddata', type);
1833
+ }
1834
+ updating() {
1835
+ if (this.autoCreate && !this.host) {
1836
+ this.createComponent();
1837
+ }
1838
+ return this.host.jqxGrid('updating');
1839
+ }
1840
+ getsortcolumn() {
1841
+ if (this.autoCreate && !this.host) {
1842
+ this.createComponent();
1843
+ }
1844
+ return this.host.jqxGrid('getsortcolumn');
1845
+ }
1846
+ removesort() {
1847
+ if (this.autoCreate && !this.host) {
1848
+ this.createComponent();
1849
+ }
1850
+ this.host.jqxGrid('removesort');
1851
+ }
1852
+ sortby(dataField, sortOrder) {
1853
+ if (this.autoCreate && !this.host) {
1854
+ this.createComponent();
1855
+ }
1856
+ this.host.jqxGrid('sortby', dataField, sortOrder);
1857
+ }
1858
+ addgroup(dataField) {
1859
+ if (this.autoCreate && !this.host) {
1860
+ this.createComponent();
1861
+ }
1862
+ this.host.jqxGrid('addgroup', dataField);
1863
+ }
1864
+ cleargroups() {
1865
+ if (this.autoCreate && !this.host) {
1866
+ this.createComponent();
1867
+ }
1868
+ this.host.jqxGrid('cleargroups');
1869
+ }
1870
+ collapsegroup(group) {
1871
+ if (this.autoCreate && !this.host) {
1872
+ this.createComponent();
1873
+ }
1874
+ this.host.jqxGrid('collapsegroup', group);
1875
+ }
1876
+ collapseallgroups() {
1877
+ if (this.autoCreate && !this.host) {
1878
+ this.createComponent();
1879
+ }
1880
+ this.host.jqxGrid('collapseallgroups');
1881
+ }
1882
+ expandallgroups() {
1883
+ if (this.autoCreate && !this.host) {
1884
+ this.createComponent();
1885
+ }
1886
+ this.host.jqxGrid('expandallgroups');
1887
+ }
1888
+ expandgroup(group) {
1889
+ if (this.autoCreate && !this.host) {
1890
+ this.createComponent();
1891
+ }
1892
+ this.host.jqxGrid('expandgroup', group);
1893
+ }
1894
+ getrootgroupscount() {
1895
+ if (this.autoCreate && !this.host) {
1896
+ this.createComponent();
1897
+ }
1898
+ return this.host.jqxGrid('getrootgroupscount');
1899
+ }
1900
+ getgroup(groupIndex) {
1901
+ if (this.autoCreate && !this.host) {
1902
+ this.createComponent();
1903
+ }
1904
+ return this.host.jqxGrid('getgroup', groupIndex);
1905
+ }
1906
+ insertgroup(groupIndex, dataField) {
1907
+ if (this.autoCreate && !this.host) {
1908
+ this.createComponent();
1909
+ }
1910
+ this.host.jqxGrid('insertgroup', groupIndex, dataField);
1911
+ }
1912
+ iscolumngroupable() {
1913
+ if (this.autoCreate && !this.host) {
1914
+ this.createComponent();
1915
+ }
1916
+ return this.host.jqxGrid('iscolumngroupable');
1917
+ }
1918
+ removegroupat(groupIndex) {
1919
+ if (this.autoCreate && !this.host) {
1920
+ this.createComponent();
1921
+ }
1922
+ this.host.jqxGrid('removegroupat', groupIndex);
1923
+ }
1924
+ removegroup(dataField) {
1925
+ if (this.autoCreate && !this.host) {
1926
+ this.createComponent();
1927
+ }
1928
+ this.host.jqxGrid('removegroup', dataField);
1929
+ }
1930
+ addfilter(dataField, filterGroup, refreshGrid) {
1931
+ if (this.autoCreate && !this.host) {
1932
+ this.createComponent();
1933
+ }
1934
+ this.host.jqxGrid('addfilter', dataField, filterGroup, refreshGrid);
1935
+ }
1936
+ applyfilters() {
1937
+ if (this.autoCreate && !this.host) {
1938
+ this.createComponent();
1939
+ }
1940
+ this.host.jqxGrid('applyfilters');
1941
+ }
1942
+ clearfilters() {
1943
+ if (this.autoCreate && !this.host) {
1944
+ this.createComponent();
1945
+ }
1946
+ this.host.jqxGrid('clearfilters');
1947
+ }
1948
+ getfilterinformation() {
1949
+ if (this.autoCreate && !this.host) {
1950
+ this.createComponent();
1951
+ }
1952
+ return this.host.jqxGrid('getfilterinformation');
1953
+ }
1954
+ getcolumnat(index) {
1955
+ if (this.autoCreate && !this.host) {
1956
+ this.createComponent();
1957
+ }
1958
+ return this.host.jqxGrid('getcolumnat', index);
1959
+ }
1960
+ removefilter(dataField, refreshGrid) {
1961
+ if (this.autoCreate && !this.host) {
1962
+ this.createComponent();
1963
+ }
1964
+ this.host.jqxGrid('removefilter', dataField, refreshGrid);
1965
+ }
1966
+ refreshfilterrow() {
1967
+ if (this.autoCreate && !this.host) {
1968
+ this.createComponent();
1969
+ }
1970
+ this.host.jqxGrid('refreshfilterrow');
1971
+ }
1972
+ gotopage(pagenumber) {
1973
+ if (this.autoCreate && !this.host) {
1974
+ this.createComponent();
1975
+ }
1976
+ this.host.jqxGrid('gotopage', pagenumber);
1977
+ }
1978
+ gotoprevpage() {
1979
+ if (this.autoCreate && !this.host) {
1980
+ this.createComponent();
1981
+ }
1982
+ this.host.jqxGrid('gotoprevpage');
1983
+ }
1984
+ gotonextpage() {
1985
+ if (this.autoCreate && !this.host) {
1986
+ this.createComponent();
1987
+ }
1988
+ this.host.jqxGrid('gotonextpage');
1989
+ }
1990
+ addrow(rowIds, data, rowPosition) {
1991
+ if (this.autoCreate && !this.host) {
1992
+ this.createComponent();
1993
+ }
1994
+ this.host.jqxGrid('addrow', rowIds, data, rowPosition);
1995
+ }
1996
+ begincelledit(rowBoundIndex, dataField) {
1997
+ if (this.autoCreate && !this.host) {
1998
+ this.createComponent();
1999
+ }
2000
+ this.host.jqxGrid('begincelledit', rowBoundIndex, dataField);
2001
+ }
2002
+ beginrowedit(rowBoundIndex) {
2003
+ if (this.autoCreate && !this.host) {
2004
+ this.createComponent();
2005
+ }
2006
+ this.host.jqxGrid('beginrowedit', rowBoundIndex);
2007
+ }
2008
+ closemenu() {
2009
+ if (this.autoCreate && !this.host) {
2010
+ this.createComponent();
2011
+ }
2012
+ this.host.jqxGrid('closemenu');
2013
+ }
2014
+ deleterow(rowIds) {
2015
+ if (this.autoCreate && !this.host) {
2016
+ this.createComponent();
2017
+ }
2018
+ this.host.jqxGrid('deleterow', rowIds);
2019
+ }
2020
+ endcelledit(rowBoundIndex, dataField, confirmChanges) {
2021
+ if (this.autoCreate && !this.host) {
2022
+ this.createComponent();
2023
+ }
2024
+ this.host.jqxGrid('endcelledit', rowBoundIndex, dataField, confirmChanges);
2025
+ }
2026
+ endrowedit(rowBoundIndex, confirmChanges) {
2027
+ if (this.autoCreate && !this.host) {
2028
+ this.createComponent();
2029
+ }
2030
+ this.host.jqxGrid('endrowedit', rowBoundIndex, confirmChanges);
2031
+ }
2032
+ getcell(rowBoundIndex, datafield) {
2033
+ if (this.autoCreate && !this.host) {
2034
+ this.createComponent();
2035
+ }
2036
+ return this.host.jqxGrid('getcell', rowBoundIndex, datafield);
2037
+ }
2038
+ getcellatposition(left, top) {
2039
+ if (this.autoCreate && !this.host) {
2040
+ this.createComponent();
2041
+ }
2042
+ return this.host.jqxGrid('getcellatposition', left, top);
2043
+ }
2044
+ getcelltext(rowBoundIndex, dataField) {
2045
+ if (this.autoCreate && !this.host) {
2046
+ this.createComponent();
2047
+ }
2048
+ return this.host.jqxGrid('getcelltext', rowBoundIndex, dataField);
2049
+ }
2050
+ getcelltextbyid(rowID, dataField) {
2051
+ if (this.autoCreate && !this.host) {
2052
+ this.createComponent();
2053
+ }
2054
+ return this.host.jqxGrid('getcelltextbyid', rowID, dataField);
2055
+ }
2056
+ getcellvaluebyid(rowID, dataField) {
2057
+ if (this.autoCreate && !this.host) {
2058
+ this.createComponent();
2059
+ }
2060
+ return this.host.jqxGrid('getcellvaluebyid', rowID, dataField);
2061
+ }
2062
+ getcellvalue(rowBoundIndex, dataField) {
2063
+ if (this.autoCreate && !this.host) {
2064
+ this.createComponent();
2065
+ }
2066
+ return this.host.jqxGrid('getcellvalue', rowBoundIndex, dataField);
2067
+ }
2068
+ isBindingCompleted() {
2069
+ if (this.autoCreate && !this.host) {
2070
+ this.createComponent();
2071
+ }
2072
+ return this.host.jqxGrid('isBindingCompleted');
2073
+ }
2074
+ openmenu(dataField) {
2075
+ if (this.autoCreate && !this.host) {
2076
+ this.createComponent();
2077
+ }
2078
+ this.host.jqxGrid('openmenu', dataField);
2079
+ }
2080
+ setcellvalue(rowBoundIndex, dataField, value) {
2081
+ if (this.autoCreate && !this.host) {
2082
+ this.createComponent();
2083
+ }
2084
+ this.host.jqxGrid('setcellvalue', rowBoundIndex, dataField, value);
2085
+ }
2086
+ setcellvaluebyid(rowID, dataField, value) {
2087
+ if (this.autoCreate && !this.host) {
2088
+ this.createComponent();
2089
+ }
2090
+ this.host.jqxGrid('setcellvaluebyid', rowID, dataField, value);
2091
+ }
2092
+ showvalidationpopup(rowBoundIndex, dataField, validationMessage) {
2093
+ if (this.autoCreate && !this.host) {
2094
+ this.createComponent();
2095
+ }
2096
+ this.host.jqxGrid('showvalidationpopup', rowBoundIndex, dataField, validationMessage);
2097
+ }
2098
+ updaterow(rowIds, data) {
2099
+ if (this.autoCreate && !this.host) {
2100
+ this.createComponent();
2101
+ }
2102
+ this.host.jqxGrid('updaterow', rowIds, data);
2103
+ }
2104
+ clearselection() {
2105
+ if (this.autoCreate && !this.host) {
2106
+ this.createComponent();
2107
+ }
2108
+ this.host.jqxGrid('clearselection');
2109
+ }
2110
+ getselectedrowindex() {
2111
+ if (this.autoCreate && !this.host) {
2112
+ this.createComponent();
2113
+ }
2114
+ return this.host.jqxGrid('getselectedrowindex');
2115
+ }
2116
+ getselectedrowindexes() {
2117
+ if (this.autoCreate && !this.host) {
2118
+ this.createComponent();
2119
+ }
2120
+ return this.host.jqxGrid('getselectedrowindexes');
2121
+ }
2122
+ getselectedcell() {
2123
+ if (this.autoCreate && !this.host) {
2124
+ this.createComponent();
2125
+ }
2126
+ return this.host.jqxGrid('getselectedcell');
2127
+ }
2128
+ getselectedcells() {
2129
+ if (this.autoCreate && !this.host) {
2130
+ this.createComponent();
2131
+ }
2132
+ return this.host.jqxGrid('getselectedcells');
2133
+ }
2134
+ selectcell(rowBoundIndex, dataField) {
2135
+ if (this.autoCreate && !this.host) {
2136
+ this.createComponent();
2137
+ }
2138
+ this.host.jqxGrid('selectcell', rowBoundIndex, dataField);
2139
+ }
2140
+ selectallrows() {
2141
+ if (this.autoCreate && !this.host) {
2142
+ this.createComponent();
2143
+ }
2144
+ this.host.jqxGrid('selectallrows');
2145
+ }
2146
+ selectrow(rowBoundIndex) {
2147
+ if (this.autoCreate && !this.host) {
2148
+ this.createComponent();
2149
+ }
2150
+ this.host.jqxGrid('selectrow', rowBoundIndex);
2151
+ }
2152
+ unselectrow(rowBoundIndex) {
2153
+ if (this.autoCreate && !this.host) {
2154
+ this.createComponent();
2155
+ }
2156
+ this.host.jqxGrid('unselectrow', rowBoundIndex);
2157
+ }
2158
+ unselectcell(rowBoundIndex, dataField) {
2159
+ if (this.autoCreate && !this.host) {
2160
+ this.createComponent();
2161
+ }
2162
+ this.host.jqxGrid('unselectcell', rowBoundIndex, dataField);
2163
+ }
2164
+ getcolumnaggregateddata(dataField, aggregates) {
2165
+ if (this.autoCreate && !this.host) {
2166
+ this.createComponent();
2167
+ }
2168
+ return this.host.jqxGrid('getcolumnaggregateddata', dataField, aggregates);
2169
+ }
2170
+ refreshaggregates() {
2171
+ if (this.autoCreate && !this.host) {
2172
+ this.createComponent();
2173
+ }
2174
+ this.host.jqxGrid('refreshaggregates');
2175
+ }
2176
+ renderaggregates() {
2177
+ if (this.autoCreate && !this.host) {
2178
+ this.createComponent();
2179
+ }
2180
+ this.host.jqxGrid('renderaggregates');
2181
+ }
2182
+ exportdata(dataType, fileName, exportHeader, rows, exportHiddenColumns, serverURL, charSet) {
2183
+ if (this.autoCreate && !this.host) {
2184
+ this.createComponent();
2185
+ }
2186
+ return this.host.jqxGrid('exportdata', dataType, fileName, exportHeader, rows, exportHiddenColumns, serverURL, charSet);
2187
+ }
2188
+ exportview(dataType, fileName) {
2189
+ if (this.autoCreate && !this.host) {
2190
+ this.createComponent();
2191
+ }
2192
+ return this.host.jqxGrid('exportview', dataType, fileName);
2193
+ }
2194
+ openColumnChooser(columns, header) {
2195
+ if (this.autoCreate && !this.host) {
2196
+ this.createComponent();
2197
+ }
2198
+ this.host.jqxGrid('openColumnChooser', columns, header);
2199
+ }
2200
+ getstate() {
2201
+ if (this.autoCreate && !this.host) {
2202
+ this.createComponent();
2203
+ }
2204
+ return this.host.jqxGrid('getstate');
2205
+ }
2206
+ loadstate(stateobject) {
2207
+ if (this.autoCreate && !this.host) {
2208
+ this.createComponent();
2209
+ }
2210
+ this.host.jqxGrid('loadstate', stateobject);
2211
+ }
2212
+ savestate() {
2213
+ if (this.autoCreate && !this.host) {
2214
+ this.createComponent();
2215
+ }
2216
+ return this.host.jqxGrid('savestate');
2217
+ }
2218
+ __wireEvents__() {
2219
+ this.host.on('bindingcomplete', (eventData) => { this.onBindingcomplete.emit(eventData); });
2220
+ this.host.on('columnresized', (eventData) => { this.onColumnresized.emit(eventData); });
2221
+ this.host.on('columnreordered', (eventData) => { this.onColumnreordered.emit(eventData); });
2222
+ this.host.on('columnclick', (eventData) => { this.onColumnclick.emit(eventData); });
2223
+ this.host.on('cellclick', (eventData) => { this.onCellclick.emit(eventData); });
2224
+ this.host.on('celldoubleclick', (eventData) => { this.onCelldoubleclick.emit(eventData); });
2225
+ this.host.on('cellselect', (eventData) => { this.onCellselect.emit(eventData); });
2226
+ this.host.on('cellunselect', (eventData) => { this.onCellunselect.emit(eventData); });
2227
+ this.host.on('cellvaluechanged', (eventData) => { this.onCellvaluechanged.emit(eventData); });
2228
+ this.host.on('cellbeginedit', (eventData) => { this.onCellbeginedit.emit(eventData); });
2229
+ this.host.on('cellendedit', (eventData) => { this.onCellendedit.emit(eventData); });
2230
+ this.host.on('filter', (eventData) => { this.onFilter.emit(eventData); });
2231
+ this.host.on('groupschanged', (eventData) => { this.onGroupschanged.emit(eventData); });
2232
+ this.host.on('groupexpand', (eventData) => { this.onGroupexpand.emit(eventData); });
2233
+ this.host.on('groupcollapse', (eventData) => { this.onGroupcollapse.emit(eventData); });
2234
+ this.host.on('pagechanged', (eventData) => { this.onPagechanged.emit(eventData); });
2235
+ this.host.on('pagesizechanged', (eventData) => { this.onPagesizechanged.emit(eventData); });
2236
+ this.host.on('rowclick', (eventData) => { this.onRowclick.emit(eventData); });
2237
+ this.host.on('rowdoubleclick', (eventData) => { this.onRowdoubleclick.emit(eventData); });
2238
+ this.host.on('rowselect', (eventData) => { this.onRowselect.emit(eventData); });
2239
+ this.host.on('rowunselect', (eventData) => { this.onRowunselect.emit(eventData); });
2240
+ this.host.on('rowexpand', (eventData) => { this.onRowexpand.emit(eventData); });
2241
+ this.host.on('rowcollapse', (eventData) => { this.onRowcollapse.emit(eventData); });
2242
+ this.host.on('sort', (eventData) => { this.onSort.emit(eventData); });
2243
+ }
2244
+ } //jqxGridComponent
2245
+ jqxGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: jqxGridComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
2246
+ jqxGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: jqxGridComponent, selector: "jqxGrid", inputs: { attrAltrows: ["altrows", "attrAltrows"], attrAltstart: ["altstart", "attrAltstart"], attrAltstep: ["altstep", "attrAltstep"], attrAutoshowloadelement: ["autoshowloadelement", "attrAutoshowloadelement"], attrAutoshowfiltericon: ["autoshowfiltericon", "attrAutoshowfiltericon"], attrAutoshowcolumnsmenubutton: ["autoshowcolumnsmenubutton", "attrAutoshowcolumnsmenubutton"], attrShowcolumnlines: ["showcolumnlines", "attrShowcolumnlines"], attrShowrowlines: ["showrowlines", "attrShowrowlines"], attrShowcolumnheaderlines: ["showcolumnheaderlines", "attrShowcolumnheaderlines"], attrAdaptive: ["adaptive", "attrAdaptive"], attrAdaptivewidth: ["adaptivewidth", "attrAdaptivewidth"], attrCommandcolumn: ["commandcolumn", "attrCommandcolumn"], attrCommandcolumnrenderer: ["commandcolumnrenderer", "attrCommandcolumnrenderer"], attrClipboard: ["clipboard", "attrClipboard"], attrCloseablegroups: ["closeablegroups", "attrCloseablegroups"], attrColumnsmenuwidth: ["columnsmenuwidth", "attrColumnsmenuwidth"], attrColumnmenuopening: ["columnmenuopening", "attrColumnmenuopening"], attrColumnmenuclosing: ["columnmenuclosing", "attrColumnmenuclosing"], attrCellhover: ["cellhover", "attrCellhover"], attrEnablekeyboarddelete: ["enablekeyboarddelete", "attrEnablekeyboarddelete"], attrEnableellipsis: ["enableellipsis", "attrEnableellipsis"], attrEnablemousewheel: ["enablemousewheel", "attrEnablemousewheel"], attrEnableanimations: ["enableanimations", "attrEnableanimations"], attrEnabletooltips: ["enabletooltips", "attrEnabletooltips"], attrEnablehover: ["enablehover", "attrEnablehover"], attrEnablebrowserselection: ["enablebrowserselection", "attrEnablebrowserselection"], attrEverpresentrowposition: ["everpresentrowposition", "attrEverpresentrowposition"], attrEverpresentrowheight: ["everpresentrowheight", "attrEverpresentrowheight"], attrEverpresentrowactions: ["everpresentrowactions", "attrEverpresentrowactions"], attrEverpresentrowactionsmode: ["everpresentrowactionsmode", "attrEverpresentrowactionsmode"], attrFilterrowheight: ["filterrowheight", "attrFilterrowheight"], attrFiltermode: ["filtermode", "attrFiltermode"], attrGroupsrenderer: ["groupsrenderer", "attrGroupsrenderer"], attrGroupcolumnrenderer: ["groupcolumnrenderer", "attrGroupcolumnrenderer"], attrGroupsexpandedbydefault: ["groupsexpandedbydefault", "attrGroupsexpandedbydefault"], attrHandlekeyboardnavigation: ["handlekeyboardnavigation", "attrHandlekeyboardnavigation"], attrPagerrenderer: ["pagerrenderer", "attrPagerrenderer"], attrRtl: ["rtl", "attrRtl"], attrShowdefaultloadelement: ["showdefaultloadelement", "attrShowdefaultloadelement"], attrShowfiltercolumnbackground: ["showfiltercolumnbackground", "attrShowfiltercolumnbackground"], attrShowfiltermenuitems: ["showfiltermenuitems", "attrShowfiltermenuitems"], attrShowpinnedcolumnbackground: ["showpinnedcolumnbackground", "attrShowpinnedcolumnbackground"], attrShowsortcolumnbackground: ["showsortcolumnbackground", "attrShowsortcolumnbackground"], attrShowsortmenuitems: ["showsortmenuitems", "attrShowsortmenuitems"], attrShowgroupmenuitems: ["showgroupmenuitems", "attrShowgroupmenuitems"], attrShowrowdetailscolumn: ["showrowdetailscolumn", "attrShowrowdetailscolumn"], attrShowheader: ["showheader", "attrShowheader"], attrShowgroupsheader: ["showgroupsheader", "attrShowgroupsheader"], attrShowaggregates: ["showaggregates", "attrShowaggregates"], attrShowgroupaggregates: ["showgroupaggregates", "attrShowgroupaggregates"], attrShoweverpresentrow: ["showeverpresentrow", "attrShoweverpresentrow"], attrShowfilterrow: ["showfilterrow", "attrShowfilterrow"], attrShowemptyrow: ["showemptyrow", "attrShowemptyrow"], attrShowstatusbar: ["showstatusbar", "attrShowstatusbar"], attrStatusbarheight: ["statusbarheight", "attrStatusbarheight"], attrShowtoolbar: ["showtoolbar", "attrShowtoolbar"], attrShowfilterbar: ["showfilterbar", "attrShowfilterbar"], attrFilterbarmode: ["filterbarmode", "attrFilterbarmode"], attrSelectionmode: ["selectionmode", "attrSelectionmode"], attrUpdatefilterconditions: ["updatefilterconditions", "attrUpdatefilterconditions"], attrUpdatefilterpanel: ["updatefilterpanel", "attrUpdatefilterpanel"], attrTheme: ["theme", "attrTheme"], attrToolbarheight: ["toolbarheight", "attrToolbarheight"], attrAutoheight: ["autoheight", "attrAutoheight"], attrAutorowheight: ["autorowheight", "attrAutorowheight"], attrColumnsheight: ["columnsheight", "attrColumnsheight"], attrDeferreddatafields: ["deferreddatafields", "attrDeferreddatafields"], attrGroupsheaderheight: ["groupsheaderheight", "attrGroupsheaderheight"], attrGroupindentwidth: ["groupindentwidth", "attrGroupindentwidth"], attrPagerheight: ["pagerheight", "attrPagerheight"], attrRowsheight: ["rowsheight", "attrRowsheight"], attrScrollbarsize: ["scrollbarsize", "attrScrollbarsize"], attrScrollmode: ["scrollmode", "attrScrollmode"], attrScrollfeedback: ["scrollfeedback", "attrScrollfeedback"], attrAutosavestate: ["autosavestate", "attrAutosavestate"], attrAutoloadstate: ["autoloadstate", "attrAutoloadstate"], attrColumns: ["columns", "attrColumns"], attrEnableSanitize: ["enableSanitize", "attrEnableSanitize"], attrCardview: ["cardview", "attrCardview"], attrCardviewcolumns: ["cardviewcolumns", "attrCardviewcolumns"], attrCardheight: ["cardheight", "attrCardheight"], attrCardsize: ["cardsize", "attrCardsize"], attrColumngroups: ["columngroups", "attrColumngroups"], attrColumnsmenu: ["columnsmenu", "attrColumnsmenu"], attrColumnsresize: ["columnsresize", "attrColumnsresize"], attrColumnsautoresize: ["columnsautoresize", "attrColumnsautoresize"], attrColumnsreorder: ["columnsreorder", "attrColumnsreorder"], attrCharting: ["charting", "attrCharting"], attrDisabled: ["disabled", "attrDisabled"], attrEditable: ["editable", "attrEditable"], attrBatcheditable: ["batcheditable", "attrBatcheditable"], attrEditmode: ["editmode", "attrEditmode"], attrFilter: ["filter", "attrFilter"], attrFilterable: ["filterable", "attrFilterable"], attrGroupable: ["groupable", "attrGroupable"], attrGroups: ["groups", "attrGroups"], attrHorizontalscrollbarstep: ["horizontalscrollbarstep", "attrHorizontalscrollbarstep"], attrHorizontalscrollbarlargestep: ["horizontalscrollbarlargestep", "attrHorizontalscrollbarlargestep"], attrInitrowdetails: ["initrowdetails", "attrInitrowdetails"], attrKeyboardnavigation: ["keyboardnavigation", "attrKeyboardnavigation"], attrLocalization: ["localization", "attrLocalization"], attrPagesize: ["pagesize", "attrPagesize"], attrPagesizeoptions: ["pagesizeoptions", "attrPagesizeoptions"], attrPagermode: ["pagermode", "attrPagermode"], attrPagerbuttonscount: ["pagerbuttonscount", "attrPagerbuttonscount"], attrPageable: ["pageable", "attrPageable"], attrAutofill: ["autofill", "attrAutofill"], attrRowdetails: ["rowdetails", "attrRowdetails"], attrRowdetailstemplate: ["rowdetailstemplate", "attrRowdetailstemplate"], attrReady: ["ready", "attrReady"], attrRendered: ["rendered", "attrRendered"], attrRenderstatusbar: ["renderstatusbar", "attrRenderstatusbar"], attrRendertoolbar: ["rendertoolbar", "attrRendertoolbar"], attrRendergridrows: ["rendergridrows", "attrRendergridrows"], attrSortable: ["sortable", "attrSortable"], attrSortmode: ["sortmode", "attrSortmode"], attrSelectedrowindex: ["selectedrowindex", "attrSelectedrowindex"], attrSelectedrowindexes: ["selectedrowindexes", "attrSelectedrowindexes"], attrSource: ["source", "attrSource"], attrSorttogglestates: ["sorttogglestates", "attrSorttogglestates"], attrUpdatedelay: ["updatedelay", "attrUpdatedelay"], attrVirtualmode: ["virtualmode", "attrVirtualmode"], attrVerticalscrollbarstep: ["verticalscrollbarstep", "attrVerticalscrollbarstep"], attrVerticalscrollbarlargestep: ["verticalscrollbarlargestep", "attrVerticalscrollbarlargestep"], attrWidth: ["width", "attrWidth"], attrHeight: ["height", "attrHeight"], autoCreate: ["auto-create", "autoCreate"] }, outputs: { onBindingcomplete: "onBindingcomplete", onColumnresized: "onColumnresized", onColumnreordered: "onColumnreordered", onColumnclick: "onColumnclick", onCellclick: "onCellclick", onCelldoubleclick: "onCelldoubleclick", onCellselect: "onCellselect", onCellunselect: "onCellunselect", onCellvaluechanged: "onCellvaluechanged", onCellbeginedit: "onCellbeginedit", onCellendedit: "onCellendedit", onFilter: "onFilter", onGroupschanged: "onGroupschanged", onGroupexpand: "onGroupexpand", onGroupcollapse: "onGroupcollapse", onPagechanged: "onPagechanged", onPagesizechanged: "onPagesizechanged", onRowclick: "onRowclick", onRowdoubleclick: "onRowdoubleclick", onRowselect: "onRowselect", onRowunselect: "onRowunselect", onRowexpand: "onRowexpand", onRowcollapse: "onRowcollapse", onSort: "onSort" }, usesOnChanges: true, ngImport: i0, template: '<div><ng-content></ng-content></div>', isInline: true });
2247
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: jqxGridComponent, decorators: [{
2248
+ type: Component,
2249
+ args: [{
2250
+ selector: 'jqxGrid',
2251
+ template: '<div><ng-content></ng-content></div>'
2252
+ }]
2253
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { attrAltrows: [{
2254
+ type: Input,
2255
+ args: ['altrows']
2256
+ }], attrAltstart: [{
2257
+ type: Input,
2258
+ args: ['altstart']
2259
+ }], attrAltstep: [{
2260
+ type: Input,
2261
+ args: ['altstep']
2262
+ }], attrAutoshowloadelement: [{
2263
+ type: Input,
2264
+ args: ['autoshowloadelement']
2265
+ }], attrAutoshowfiltericon: [{
2266
+ type: Input,
2267
+ args: ['autoshowfiltericon']
2268
+ }], attrAutoshowcolumnsmenubutton: [{
2269
+ type: Input,
2270
+ args: ['autoshowcolumnsmenubutton']
2271
+ }], attrShowcolumnlines: [{
2272
+ type: Input,
2273
+ args: ['showcolumnlines']
2274
+ }], attrShowrowlines: [{
2275
+ type: Input,
2276
+ args: ['showrowlines']
2277
+ }], attrShowcolumnheaderlines: [{
2278
+ type: Input,
2279
+ args: ['showcolumnheaderlines']
2280
+ }], attrAdaptive: [{
2281
+ type: Input,
2282
+ args: ['adaptive']
2283
+ }], attrAdaptivewidth: [{
2284
+ type: Input,
2285
+ args: ['adaptivewidth']
2286
+ }], attrCommandcolumn: [{
2287
+ type: Input,
2288
+ args: ['commandcolumn']
2289
+ }], attrCommandcolumnrenderer: [{
2290
+ type: Input,
2291
+ args: ['commandcolumnrenderer']
2292
+ }], attrClipboard: [{
2293
+ type: Input,
2294
+ args: ['clipboard']
2295
+ }], attrCloseablegroups: [{
2296
+ type: Input,
2297
+ args: ['closeablegroups']
2298
+ }], attrColumnsmenuwidth: [{
2299
+ type: Input,
2300
+ args: ['columnsmenuwidth']
2301
+ }], attrColumnmenuopening: [{
2302
+ type: Input,
2303
+ args: ['columnmenuopening']
2304
+ }], attrColumnmenuclosing: [{
2305
+ type: Input,
2306
+ args: ['columnmenuclosing']
2307
+ }], attrCellhover: [{
2308
+ type: Input,
2309
+ args: ['cellhover']
2310
+ }], attrEnablekeyboarddelete: [{
2311
+ type: Input,
2312
+ args: ['enablekeyboarddelete']
2313
+ }], attrEnableellipsis: [{
2314
+ type: Input,
2315
+ args: ['enableellipsis']
2316
+ }], attrEnablemousewheel: [{
2317
+ type: Input,
2318
+ args: ['enablemousewheel']
2319
+ }], attrEnableanimations: [{
2320
+ type: Input,
2321
+ args: ['enableanimations']
2322
+ }], attrEnabletooltips: [{
2323
+ type: Input,
2324
+ args: ['enabletooltips']
2325
+ }], attrEnablehover: [{
2326
+ type: Input,
2327
+ args: ['enablehover']
2328
+ }], attrEnablebrowserselection: [{
2329
+ type: Input,
2330
+ args: ['enablebrowserselection']
2331
+ }], attrEverpresentrowposition: [{
2332
+ type: Input,
2333
+ args: ['everpresentrowposition']
2334
+ }], attrEverpresentrowheight: [{
2335
+ type: Input,
2336
+ args: ['everpresentrowheight']
2337
+ }], attrEverpresentrowactions: [{
2338
+ type: Input,
2339
+ args: ['everpresentrowactions']
2340
+ }], attrEverpresentrowactionsmode: [{
2341
+ type: Input,
2342
+ args: ['everpresentrowactionsmode']
2343
+ }], attrFilterrowheight: [{
2344
+ type: Input,
2345
+ args: ['filterrowheight']
2346
+ }], attrFiltermode: [{
2347
+ type: Input,
2348
+ args: ['filtermode']
2349
+ }], attrGroupsrenderer: [{
2350
+ type: Input,
2351
+ args: ['groupsrenderer']
2352
+ }], attrGroupcolumnrenderer: [{
2353
+ type: Input,
2354
+ args: ['groupcolumnrenderer']
2355
+ }], attrGroupsexpandedbydefault: [{
2356
+ type: Input,
2357
+ args: ['groupsexpandedbydefault']
2358
+ }], attrHandlekeyboardnavigation: [{
2359
+ type: Input,
2360
+ args: ['handlekeyboardnavigation']
2361
+ }], attrPagerrenderer: [{
2362
+ type: Input,
2363
+ args: ['pagerrenderer']
2364
+ }], attrRtl: [{
2365
+ type: Input,
2366
+ args: ['rtl']
2367
+ }], attrShowdefaultloadelement: [{
2368
+ type: Input,
2369
+ args: ['showdefaultloadelement']
2370
+ }], attrShowfiltercolumnbackground: [{
2371
+ type: Input,
2372
+ args: ['showfiltercolumnbackground']
2373
+ }], attrShowfiltermenuitems: [{
2374
+ type: Input,
2375
+ args: ['showfiltermenuitems']
2376
+ }], attrShowpinnedcolumnbackground: [{
2377
+ type: Input,
2378
+ args: ['showpinnedcolumnbackground']
2379
+ }], attrShowsortcolumnbackground: [{
2380
+ type: Input,
2381
+ args: ['showsortcolumnbackground']
2382
+ }], attrShowsortmenuitems: [{
2383
+ type: Input,
2384
+ args: ['showsortmenuitems']
2385
+ }], attrShowgroupmenuitems: [{
2386
+ type: Input,
2387
+ args: ['showgroupmenuitems']
2388
+ }], attrShowrowdetailscolumn: [{
2389
+ type: Input,
2390
+ args: ['showrowdetailscolumn']
2391
+ }], attrShowheader: [{
2392
+ type: Input,
2393
+ args: ['showheader']
2394
+ }], attrShowgroupsheader: [{
2395
+ type: Input,
2396
+ args: ['showgroupsheader']
2397
+ }], attrShowaggregates: [{
2398
+ type: Input,
2399
+ args: ['showaggregates']
2400
+ }], attrShowgroupaggregates: [{
2401
+ type: Input,
2402
+ args: ['showgroupaggregates']
2403
+ }], attrShoweverpresentrow: [{
2404
+ type: Input,
2405
+ args: ['showeverpresentrow']
2406
+ }], attrShowfilterrow: [{
2407
+ type: Input,
2408
+ args: ['showfilterrow']
2409
+ }], attrShowemptyrow: [{
2410
+ type: Input,
2411
+ args: ['showemptyrow']
2412
+ }], attrShowstatusbar: [{
2413
+ type: Input,
2414
+ args: ['showstatusbar']
2415
+ }], attrStatusbarheight: [{
2416
+ type: Input,
2417
+ args: ['statusbarheight']
2418
+ }], attrShowtoolbar: [{
2419
+ type: Input,
2420
+ args: ['showtoolbar']
2421
+ }], attrShowfilterbar: [{
2422
+ type: Input,
2423
+ args: ['showfilterbar']
2424
+ }], attrFilterbarmode: [{
2425
+ type: Input,
2426
+ args: ['filterbarmode']
2427
+ }], attrSelectionmode: [{
2428
+ type: Input,
2429
+ args: ['selectionmode']
2430
+ }], attrUpdatefilterconditions: [{
2431
+ type: Input,
2432
+ args: ['updatefilterconditions']
2433
+ }], attrUpdatefilterpanel: [{
2434
+ type: Input,
2435
+ args: ['updatefilterpanel']
2436
+ }], attrTheme: [{
2437
+ type: Input,
2438
+ args: ['theme']
2439
+ }], attrToolbarheight: [{
2440
+ type: Input,
2441
+ args: ['toolbarheight']
2442
+ }], attrAutoheight: [{
2443
+ type: Input,
2444
+ args: ['autoheight']
2445
+ }], attrAutorowheight: [{
2446
+ type: Input,
2447
+ args: ['autorowheight']
2448
+ }], attrColumnsheight: [{
2449
+ type: Input,
2450
+ args: ['columnsheight']
2451
+ }], attrDeferreddatafields: [{
2452
+ type: Input,
2453
+ args: ['deferreddatafields']
2454
+ }], attrGroupsheaderheight: [{
2455
+ type: Input,
2456
+ args: ['groupsheaderheight']
2457
+ }], attrGroupindentwidth: [{
2458
+ type: Input,
2459
+ args: ['groupindentwidth']
2460
+ }], attrPagerheight: [{
2461
+ type: Input,
2462
+ args: ['pagerheight']
2463
+ }], attrRowsheight: [{
2464
+ type: Input,
2465
+ args: ['rowsheight']
2466
+ }], attrScrollbarsize: [{
2467
+ type: Input,
2468
+ args: ['scrollbarsize']
2469
+ }], attrScrollmode: [{
2470
+ type: Input,
2471
+ args: ['scrollmode']
2472
+ }], attrScrollfeedback: [{
2473
+ type: Input,
2474
+ args: ['scrollfeedback']
2475
+ }], attrAutosavestate: [{
2476
+ type: Input,
2477
+ args: ['autosavestate']
2478
+ }], attrAutoloadstate: [{
2479
+ type: Input,
2480
+ args: ['autoloadstate']
2481
+ }], attrColumns: [{
2482
+ type: Input,
2483
+ args: ['columns']
2484
+ }], attrEnableSanitize: [{
2485
+ type: Input,
2486
+ args: ['enableSanitize']
2487
+ }], attrCardview: [{
2488
+ type: Input,
2489
+ args: ['cardview']
2490
+ }], attrCardviewcolumns: [{
2491
+ type: Input,
2492
+ args: ['cardviewcolumns']
2493
+ }], attrCardheight: [{
2494
+ type: Input,
2495
+ args: ['cardheight']
2496
+ }], attrCardsize: [{
2497
+ type: Input,
2498
+ args: ['cardsize']
2499
+ }], attrColumngroups: [{
2500
+ type: Input,
2501
+ args: ['columngroups']
2502
+ }], attrColumnsmenu: [{
2503
+ type: Input,
2504
+ args: ['columnsmenu']
2505
+ }], attrColumnsresize: [{
2506
+ type: Input,
2507
+ args: ['columnsresize']
2508
+ }], attrColumnsautoresize: [{
2509
+ type: Input,
2510
+ args: ['columnsautoresize']
2511
+ }], attrColumnsreorder: [{
2512
+ type: Input,
2513
+ args: ['columnsreorder']
2514
+ }], attrCharting: [{
2515
+ type: Input,
2516
+ args: ['charting']
2517
+ }], attrDisabled: [{
2518
+ type: Input,
2519
+ args: ['disabled']
2520
+ }], attrEditable: [{
2521
+ type: Input,
2522
+ args: ['editable']
2523
+ }], attrBatcheditable: [{
2524
+ type: Input,
2525
+ args: ['batcheditable']
2526
+ }], attrEditmode: [{
2527
+ type: Input,
2528
+ args: ['editmode']
2529
+ }], attrFilter: [{
2530
+ type: Input,
2531
+ args: ['filter']
2532
+ }], attrFilterable: [{
2533
+ type: Input,
2534
+ args: ['filterable']
2535
+ }], attrGroupable: [{
2536
+ type: Input,
2537
+ args: ['groupable']
2538
+ }], attrGroups: [{
2539
+ type: Input,
2540
+ args: ['groups']
2541
+ }], attrHorizontalscrollbarstep: [{
2542
+ type: Input,
2543
+ args: ['horizontalscrollbarstep']
2544
+ }], attrHorizontalscrollbarlargestep: [{
2545
+ type: Input,
2546
+ args: ['horizontalscrollbarlargestep']
2547
+ }], attrInitrowdetails: [{
2548
+ type: Input,
2549
+ args: ['initrowdetails']
2550
+ }], attrKeyboardnavigation: [{
2551
+ type: Input,
2552
+ args: ['keyboardnavigation']
2553
+ }], attrLocalization: [{
2554
+ type: Input,
2555
+ args: ['localization']
2556
+ }], attrPagesize: [{
2557
+ type: Input,
2558
+ args: ['pagesize']
2559
+ }], attrPagesizeoptions: [{
2560
+ type: Input,
2561
+ args: ['pagesizeoptions']
2562
+ }], attrPagermode: [{
2563
+ type: Input,
2564
+ args: ['pagermode']
2565
+ }], attrPagerbuttonscount: [{
2566
+ type: Input,
2567
+ args: ['pagerbuttonscount']
2568
+ }], attrPageable: [{
2569
+ type: Input,
2570
+ args: ['pageable']
2571
+ }], attrAutofill: [{
2572
+ type: Input,
2573
+ args: ['autofill']
2574
+ }], attrRowdetails: [{
2575
+ type: Input,
2576
+ args: ['rowdetails']
2577
+ }], attrRowdetailstemplate: [{
2578
+ type: Input,
2579
+ args: ['rowdetailstemplate']
2580
+ }], attrReady: [{
2581
+ type: Input,
2582
+ args: ['ready']
2583
+ }], attrRendered: [{
2584
+ type: Input,
2585
+ args: ['rendered']
2586
+ }], attrRenderstatusbar: [{
2587
+ type: Input,
2588
+ args: ['renderstatusbar']
2589
+ }], attrRendertoolbar: [{
2590
+ type: Input,
2591
+ args: ['rendertoolbar']
2592
+ }], attrRendergridrows: [{
2593
+ type: Input,
2594
+ args: ['rendergridrows']
2595
+ }], attrSortable: [{
2596
+ type: Input,
2597
+ args: ['sortable']
2598
+ }], attrSortmode: [{
2599
+ type: Input,
2600
+ args: ['sortmode']
2601
+ }], attrSelectedrowindex: [{
2602
+ type: Input,
2603
+ args: ['selectedrowindex']
2604
+ }], attrSelectedrowindexes: [{
2605
+ type: Input,
2606
+ args: ['selectedrowindexes']
2607
+ }], attrSource: [{
2608
+ type: Input,
2609
+ args: ['source']
2610
+ }], attrSorttogglestates: [{
2611
+ type: Input,
2612
+ args: ['sorttogglestates']
2613
+ }], attrUpdatedelay: [{
2614
+ type: Input,
2615
+ args: ['updatedelay']
2616
+ }], attrVirtualmode: [{
2617
+ type: Input,
2618
+ args: ['virtualmode']
2619
+ }], attrVerticalscrollbarstep: [{
2620
+ type: Input,
2621
+ args: ['verticalscrollbarstep']
2622
+ }], attrVerticalscrollbarlargestep: [{
2623
+ type: Input,
2624
+ args: ['verticalscrollbarlargestep']
2625
+ }], attrWidth: [{
2626
+ type: Input,
2627
+ args: ['width']
2628
+ }], attrHeight: [{
2629
+ type: Input,
2630
+ args: ['height']
2631
+ }], autoCreate: [{
2632
+ type: Input,
2633
+ args: ['auto-create']
2634
+ }], onBindingcomplete: [{
2635
+ type: Output
2636
+ }], onColumnresized: [{
2637
+ type: Output
2638
+ }], onColumnreordered: [{
2639
+ type: Output
2640
+ }], onColumnclick: [{
2641
+ type: Output
2642
+ }], onCellclick: [{
2643
+ type: Output
2644
+ }], onCelldoubleclick: [{
2645
+ type: Output
2646
+ }], onCellselect: [{
2647
+ type: Output
2648
+ }], onCellunselect: [{
2649
+ type: Output
2650
+ }], onCellvaluechanged: [{
2651
+ type: Output
2652
+ }], onCellbeginedit: [{
2653
+ type: Output
2654
+ }], onCellendedit: [{
2655
+ type: Output
2656
+ }], onFilter: [{
2657
+ type: Output
2658
+ }], onGroupschanged: [{
2659
+ type: Output
2660
+ }], onGroupexpand: [{
2661
+ type: Output
2662
+ }], onGroupcollapse: [{
2663
+ type: Output
2664
+ }], onPagechanged: [{
2665
+ type: Output
2666
+ }], onPagesizechanged: [{
2667
+ type: Output
2668
+ }], onRowclick: [{
2669
+ type: Output
2670
+ }], onRowdoubleclick: [{
2671
+ type: Output
2672
+ }], onRowselect: [{
2673
+ type: Output
2674
+ }], onRowunselect: [{
2675
+ type: Output
2676
+ }], onRowexpand: [{
2677
+ type: Output
2678
+ }], onRowcollapse: [{
2679
+ type: Output
2680
+ }], onSort: [{
2681
+ type: Output
2682
+ }] } });
2683
+
2684
+ class jqxGridModule {
2685
+ }
2686
+ jqxGridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: jqxGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2687
+ jqxGridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: jqxGridModule, declarations: [jqxGridComponent], exports: [jqxGridComponent] });
2688
+ jqxGridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: jqxGridModule, imports: [[]] });
2689
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: jqxGridModule, decorators: [{
2690
+ type: NgModule,
2691
+ args: [{
2692
+ imports: [],
2693
+ declarations: [jqxGridComponent],
2694
+ exports: [jqxGridComponent]
2695
+ }]
2696
+ }] });
2697
+
2698
+ /**
2699
+ * Generated bundle index. Do not edit.
2700
+ */
2701
+
2702
+ export { jqxGridComponent, jqxGridModule };