jqwidgets-ng 14.0.0 → 14.1.2

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