jqwidgets-ng 13.2.0 → 14.1.1

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