smart-webcomponents-react 18.9.9999 → 19.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (311) hide show
  1. package/accordion/accordion.esm.js +1 -2
  2. package/alertwindow/alertwindow.esm.js +1 -2
  3. package/array/array.esm.js +1 -2
  4. package/barcode/barcode.esm.js +1 -2
  5. package/breadcrumb/breadcrumb.esm.js +1 -2
  6. package/button/button.esm.js +1 -2
  7. package/buttongroup/buttongroup.esm.js +1 -2
  8. package/calendar/calendar.esm.js +1 -2
  9. package/card/card.esm.js +1 -2
  10. package/cardview/cardview.esm.js +1 -2
  11. package/carousel/carousel.esm.js +1 -2
  12. package/chart/chart.esm.js +1 -2
  13. package/checkbox/checkbox.esm.js +1 -2
  14. package/checkinput/checkinput.esm.js +1 -2
  15. package/chip/chip.esm.js +1 -2
  16. package/colorinput/colorinput.esm.js +1 -2
  17. package/colorpanel/colorpanel.esm.js +1 -2
  18. package/colorpicker/colorpicker.esm.js +1 -2
  19. package/columnpanel/columnpanel.esm.js +1 -2
  20. package/combobox/combobox.esm.js +1 -2
  21. package/countryinput/countryinput.esm.js +1 -2
  22. package/customizationdialog/customizationdialog.esm.js +1 -2
  23. package/dateinput/dateinput.esm.js +1 -2
  24. package/daterangeinput/daterangeinput.esm.js +1 -2
  25. package/datetimepicker/datetimepicker.esm.js +1 -2
  26. package/dialogwindow/dialogwindow.esm.js +1 -2
  27. package/dockinglayout/dockinglayout.esm.js +1 -2
  28. package/dropdownbutton/dropdownbutton.esm.js +1 -2
  29. package/dropdownlist/dropdownlist.esm.js +1 -2
  30. package/editor/editor.esm.js +1 -2
  31. package/element/element.esm.js +1 -2
  32. package/fileupload/fileupload.esm.js +1 -2
  33. package/filterbuilder/filterbuilder.esm.js +1 -2
  34. package/filterpanel/filterpanel.esm.js +1 -2
  35. package/form/form.esm.js +1 -2
  36. package/ganttchart/ganttchart.esm.js +1 -2
  37. package/gauge/gauge.esm.js +1 -2
  38. package/grid/grid.d.ts +3 -1
  39. package/grid/grid.esm.js +6 -5
  40. package/grid/grid.umd.js +5 -3
  41. package/grouppanel/grouppanel.esm.js +1 -2
  42. package/index.d.ts +7 -4
  43. package/input/input.esm.js +1 -2
  44. package/kanban/kanban.esm.js +1 -2
  45. package/layout/layout.esm.js +1 -2
  46. package/led/led.esm.js +1 -2
  47. package/listbox/listbox.esm.js +1 -2
  48. package/listmenu/listmenu.esm.js +1 -2
  49. package/map/map.esm.js +1 -2
  50. package/maskedtextbox/maskedtextbox.esm.js +1 -2
  51. package/menu/menu.esm.js +1 -2
  52. package/multicolumnfilterpanel/multicolumnfilterpanel.esm.js +1 -2
  53. package/multicomboinput/multicomboinput.esm.js +1 -2
  54. package/multiinput/multiinput.esm.js +1 -2
  55. package/multilinetextbox/multilinetextbox.esm.js +1 -2
  56. package/multilinewindow/multilinewindow.esm.js +1 -2
  57. package/multisplitbutton/multisplitbutton.esm.js +1 -2
  58. package/numberinput/numberinput.esm.js +1 -2
  59. package/numerictextbox/numerictextbox.esm.js +1 -2
  60. package/package.json +1 -1
  61. package/pager/pager.esm.js +1 -2
  62. package/passwordinput/passwordinput.esm.js +1 -2
  63. package/passwordtextbox/passwordtextbox.esm.js +1 -2
  64. package/path/path.esm.js +1 -2
  65. package/phoneinput/phoneinput.esm.js +1 -2
  66. package/pivottable/pivottable.esm.js +1 -2
  67. package/progressbar/progressbar.esm.js +1 -2
  68. package/progresswindow/progresswindow.esm.js +1 -2
  69. package/promptwindow/promptwindow.esm.js +1 -2
  70. package/qrcode/qrcode.esm.js +1 -2
  71. package/querybuilder/querybuilder.esm.js +1 -2
  72. package/radiobutton/radiobutton.esm.js +1 -2
  73. package/rating/rating.esm.js +1 -2
  74. package/ribbon/ribbon.esm.js +1 -2
  75. package/scheduler/scheduler.d.ts +3 -2
  76. package/scheduler/scheduler.esm.js +6 -6
  77. package/scheduler/scheduler.umd.js +5 -4
  78. package/scrollbar/scrollbar.esm.js +1 -2
  79. package/slider/slider.esm.js +1 -2
  80. package/sortable/sortable.esm.js +1 -2
  81. package/sortpanel/sortpanel.esm.js +1 -2
  82. package/source/modules/smart.3dchart.js +2 -2
  83. package/source/modules/smart.accordion.js +2 -2
  84. package/source/modules/smart.array.js +2 -2
  85. package/source/modules/smart.barcode.js +2 -2
  86. package/source/modules/smart.breadcrumb.js +2 -2
  87. package/source/modules/smart.button.js +2 -2
  88. package/source/modules/smart.buttongroup.js +2 -2
  89. package/source/modules/smart.calendar.js +3 -3
  90. package/source/modules/smart.card.js +2 -2
  91. package/source/modules/smart.cardview.js +3 -3
  92. package/source/modules/smart.carousel.js +2 -2
  93. package/source/modules/smart.chart.js +2 -2
  94. package/source/modules/smart.checkbox.js +2 -2
  95. package/source/modules/smart.checkinput.js +2 -2
  96. package/source/modules/smart.chip.js +2 -2
  97. package/source/modules/smart.colorinput.js +2 -2
  98. package/source/modules/smart.colorpanel.js +2 -2
  99. package/source/modules/smart.colorpicker.js +2 -2
  100. package/source/modules/smart.combobox.js +2 -2
  101. package/source/modules/smart.common.js +2 -2
  102. package/source/modules/smart.countryinput.js +2 -2
  103. package/source/modules/smart.dateinput.js +3 -3
  104. package/source/modules/smart.daterangeinput.js +3 -3
  105. package/source/modules/smart.datetimepicker.js +3 -3
  106. package/source/modules/smart.dockinglayout.js +2 -2
  107. package/source/modules/smart.dropdownbutton.js +2 -2
  108. package/source/modules/smart.dropdownlist.js +2 -2
  109. package/source/modules/smart.editor.js +2 -2
  110. package/source/modules/smart.element.js +2 -2
  111. package/source/modules/smart.fileupload.js +2 -2
  112. package/source/modules/smart.form.js +2 -2
  113. package/source/modules/smart.formulaparser.js +2 -2
  114. package/source/modules/smart.ganttchart.js +3 -3
  115. package/source/modules/smart.gauge.js +2 -2
  116. package/source/modules/smart.grid.js +4 -4
  117. package/source/modules/smart.gridpanel.js +3 -3
  118. package/source/modules/smart.input.js +2 -2
  119. package/source/modules/smart.kanban.js +3 -3
  120. package/source/modules/smart.layout.js +2 -2
  121. package/source/modules/smart.led.js +2 -2
  122. package/source/modules/smart.listbox.js +2 -2
  123. package/source/modules/smart.listmenu.js +2 -2
  124. package/source/modules/smart.map.js +2 -2
  125. package/source/modules/smart.maskedtextbox.js +2 -2
  126. package/source/modules/smart.menu.js +2 -2
  127. package/source/modules/smart.multicomboinput.js +2 -2
  128. package/source/modules/smart.multiinput.js +2 -2
  129. package/source/modules/smart.multilinetextbox.js +2 -2
  130. package/source/modules/smart.multisplitbutton.js +2 -2
  131. package/source/modules/smart.numberinput.js +2 -2
  132. package/source/modules/smart.numerictextbox.js +2 -2
  133. package/source/modules/smart.pager.js +2 -2
  134. package/source/modules/smart.passwordinput.js +2 -2
  135. package/source/modules/smart.passwordtextbox.js +2 -2
  136. package/source/modules/smart.path.js +2 -2
  137. package/source/modules/smart.phoneinput.js +2 -2
  138. package/source/modules/smart.pivottable.js +2 -2
  139. package/source/modules/smart.progressbar.js +2 -2
  140. package/source/modules/smart.qrcode.js +2 -2
  141. package/source/modules/smart.querybuilder.js +3 -3
  142. package/source/modules/smart.radiobutton.js +2 -2
  143. package/source/modules/smart.rating.js +2 -2
  144. package/source/modules/smart.ribbon.js +2 -2
  145. package/source/modules/smart.router.js +2 -2
  146. package/source/modules/smart.scheduler.js +4 -4
  147. package/source/modules/smart.scrollbar.js +2 -2
  148. package/source/modules/smart.slider.js +2 -2
  149. package/source/modules/smart.sortable.js +2 -2
  150. package/source/modules/smart.splitter.js +2 -2
  151. package/source/modules/smart.switchbutton.js +2 -2
  152. package/source/modules/smart.table.js +2 -2
  153. package/source/modules/smart.tabs.js +2 -2
  154. package/source/modules/smart.tank.js +2 -2
  155. package/source/modules/smart.textarea.js +2 -2
  156. package/source/modules/smart.textbox.js +2 -2
  157. package/source/modules/smart.timeinput.js +2 -2
  158. package/source/modules/smart.timepicker.js +2 -2
  159. package/source/modules/smart.toast.js +2 -2
  160. package/source/modules/smart.tooltip.js +2 -2
  161. package/source/modules/smart.tree.js +2 -2
  162. package/source/modules/smart.validator.js +2 -2
  163. package/source/modules/smart.window.js +2 -2
  164. package/source/smart.3dchart.js +1 -1
  165. package/source/smart.accordion.js +1 -1
  166. package/source/smart.ajax.js +1 -1
  167. package/source/smart.array.js +1 -1
  168. package/source/smart.barcode.js +1 -1
  169. package/source/smart.bootstrap.js +1 -1
  170. package/source/smart.breadcrumb.js +1 -1
  171. package/source/smart.button.js +1 -1
  172. package/source/smart.buttongroup.js +1 -1
  173. package/source/smart.calendar.js +2 -2
  174. package/source/smart.card.js +1 -1
  175. package/source/smart.cardview.js +1 -1
  176. package/source/smart.carousel.js +1 -1
  177. package/source/smart.chart.annotations.js +1 -1
  178. package/source/smart.chart.api.js +1 -1
  179. package/source/smart.chart.core.js +1 -1
  180. package/source/smart.chart.js +1 -1
  181. package/source/smart.chart.rangeselector.js +1 -1
  182. package/source/smart.chart.waterfall.js +1 -1
  183. package/source/smart.checkbox.js +1 -1
  184. package/source/smart.checkinput.js +1 -1
  185. package/source/smart.chip.js +1 -1
  186. package/source/smart.colorinput.js +1 -1
  187. package/source/smart.colorpanel.js +1 -1
  188. package/source/smart.colorpicker.js +1 -1
  189. package/source/smart.combobox.js +1 -1
  190. package/source/smart.complex.js +1 -1
  191. package/source/smart.core.js +1 -1
  192. package/source/smart.countryinput.js +1 -1
  193. package/source/smart.data.js +1 -1
  194. package/source/smart.date.js +1 -1
  195. package/source/smart.dateformatpanel.js +1 -1
  196. package/source/smart.dateinput.js +1 -1
  197. package/source/smart.daterangeinput.js +1 -1
  198. package/source/smart.datetimepicker.js +1 -1
  199. package/source/smart.dockinglayout.js +1 -1
  200. package/source/smart.draw.js +1 -1
  201. package/source/smart.dropdownbutton.js +1 -1
  202. package/source/smart.dropdownlist.js +1 -1
  203. package/source/smart.editor.js +1 -1
  204. package/source/smart.element.js +1 -1
  205. package/source/smart.elements.js +4 -4
  206. package/source/smart.export.js +1 -1
  207. package/source/smart.fileupload.js +1 -1
  208. package/source/smart.filter.js +1 -1
  209. package/source/smart.filterbuilder.js +1 -1
  210. package/source/smart.filterpanel.js +1 -1
  211. package/source/smart.form.js +1 -1
  212. package/source/smart.format.js +1 -1
  213. package/source/smart.formulaparser.js +1 -1
  214. package/source/smart.ganttchart.js +1 -1
  215. package/source/smart.gauge.js +1 -1
  216. package/source/smart.grid.cell.js +1 -1
  217. package/source/smart.grid.chart.js +1 -1
  218. package/source/smart.grid.column.js +1 -1
  219. package/source/smart.grid.core.js +1 -1
  220. package/source/smart.grid.dialog.js +1 -1
  221. package/source/smart.grid.edit.js +1 -1
  222. package/source/smart.grid.export.js +2 -2
  223. package/source/smart.grid.filter.js +1 -1
  224. package/source/smart.grid.group.js +1 -1
  225. package/source/smart.grid.js +1 -1
  226. package/source/smart.grid.menu.js +1 -1
  227. package/source/smart.grid.pager.js +1 -1
  228. package/source/smart.grid.reorder.js +1 -1
  229. package/source/smart.grid.resize.js +1 -1
  230. package/source/smart.grid.row.js +1 -1
  231. package/source/smart.grid.select.js +1 -1
  232. package/source/smart.grid.sort.js +1 -1
  233. package/source/smart.grid.toolbar.js +1 -1
  234. package/source/smart.grid.tree.js +1 -1
  235. package/source/smart.grid.view.js +1 -1
  236. package/source/smart.gridpanel.js +1 -1
  237. package/source/smart.input.js +1 -1
  238. package/source/smart.kanban.js +1 -1
  239. package/source/smart.layout.js +1 -1
  240. package/source/smart.led.js +1 -1
  241. package/source/smart.listbox.js +1 -1
  242. package/source/smart.listmenu.js +1 -1
  243. package/source/smart.map.js +1 -1
  244. package/source/smart.maskedtextbox.js +1 -1
  245. package/source/smart.math.js +1 -1
  246. package/source/smart.menu.js +1 -1
  247. package/source/smart.multicomboinput.js +1 -1
  248. package/source/smart.multiinput.js +1 -1
  249. package/source/smart.multilinetextbox.js +1 -1
  250. package/source/smart.multisplitbutton.js +1 -1
  251. package/source/smart.numberformatpanel.js +1 -1
  252. package/source/smart.numberinput.js +1 -1
  253. package/source/smart.numeric.js +1 -1
  254. package/source/smart.numerictextbox.js +1 -1
  255. package/source/smart.pager.js +1 -1
  256. package/source/smart.passwordinput.js +1 -1
  257. package/source/smart.passwordtextbox.js +1 -1
  258. package/source/smart.path.js +1 -1
  259. package/source/smart.phoneinput.js +1 -1
  260. package/source/smart.pivottable.js +1 -1
  261. package/source/smart.powerbutton.js +1 -1
  262. package/source/smart.progressbar.js +1 -1
  263. package/source/smart.qrcode.js +1 -1
  264. package/source/smart.radiobutton.js +1 -1
  265. package/source/smart.rating.js +1 -1
  266. package/source/smart.ribbon.js +1 -1
  267. package/source/smart.router.js +1 -1
  268. package/source/smart.scheduler.js +2 -2
  269. package/source/smart.scrollbar.js +1 -1
  270. package/source/smart.slider.js +1 -1
  271. package/source/smart.sortable.js +1 -1
  272. package/source/smart.sparkline.js +1 -1
  273. package/source/smart.splitter.js +1 -1
  274. package/source/smart.switchbutton.js +1 -1
  275. package/source/smart.table.js +1 -1
  276. package/source/smart.tabs.js +1 -1
  277. package/source/smart.tank.js +1 -1
  278. package/source/smart.textarea.js +1 -1
  279. package/source/smart.textbox.js +1 -1
  280. package/source/smart.tickintervalhandler.js +1 -1
  281. package/source/smart.timeinput.js +1 -1
  282. package/source/smart.timepicker.js +1 -1
  283. package/source/smart.toast.js +1 -1
  284. package/source/smart.tooltip.js +1 -1
  285. package/source/smart.tree.js +1 -1
  286. package/source/smart.validationpanel.js +1 -1
  287. package/source/smart.validator.js +1 -1
  288. package/source/smart.window.js +1 -1
  289. package/source/styles/components/smart.base.css +1 -1
  290. package/source/styles/default/smart.variables.css +1 -1
  291. package/source/styles/smart.default.css +1 -1
  292. package/source/typescript/smart.elements.d.ts +7 -4
  293. package/source/typescript/smart.grid.d.ts +4 -2
  294. package/source/typescript/smart.scheduler.d.ts +3 -2
  295. package/splitter/splitter.esm.js +1 -2
  296. package/switchbutton/switchbutton.esm.js +1 -2
  297. package/table/table.esm.js +1 -2
  298. package/tabs/tabs.esm.js +1 -2
  299. package/tabswindow/tabswindow.esm.js +1 -2
  300. package/tank/tank.esm.js +1 -2
  301. package/textarea/textarea.esm.js +1 -2
  302. package/textbox/textbox.esm.js +1 -2
  303. package/threedchart/threedchart.esm.js +1 -2
  304. package/timeinput/timeinput.esm.js +1 -2
  305. package/timepicker/timepicker.esm.js +1 -2
  306. package/toast/toast.esm.js +1 -2
  307. package/tooltip/tooltip.esm.js +1 -2
  308. package/tree/tree.esm.js +1 -2
  309. package/validator/validator.esm.js +1 -2
  310. package/waitwindow/waitwindow.esm.js +1 -2
  311. package/window/window.esm.js +1 -2
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,6 +1,6 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
6
- Smart.Utilities.Assign("Grid.Export",class{exportData(t,e){const o=this,a=new Smart.Utilities.DataExporter({exportHeader:o.dataExport.header}),r=[];a.expandChar=o.dataExport.expandChar,a.collapseChar=o.dataExport.collapseChar,a.pageOrientation=o.dataExport.pageOrientation,a.style=o.dataExport.style,a.filterBy=o.dataExport.filterBy,a.groupBy=o.dataExport.groupBy;const n=o.columns.toArray().slice(0).filter((t=>!1!==t.allowExport));if(a.header={columns:n,columngroups:o.columnGroups.slice(0)},!o.dataExport.style){const e=window.getComputedStyle(o),n=window.getComputedStyle(o.columns.length>0&&o.columns[0].element?o.columns[0].element:o.$.columnHeader),l=window.getComputedStyle(o.$.columnHeader);if(0!==o.offsetWidth&&0!==o.offsetHeight){const i=t=>{const e=t.fontSize,o=t.borderRightColor,a=t.backgroundColor,r=t.color,n=new Array("0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f");function l(t){return(t=t.match(/^rgb\((\d+),\s*(\d+),\s*(\d+)\)$/))?"#"+i(t[1])+i(t[2])+i(t[3]).toUpperCase():"#ffffff"}function i(t){return isNaN(t)?"00":n[(t-t%16)/16]+n[t%16]}return{borderColor:l(o),fontSize:e,fontFamily:"Helvetica",color:l(r),backgroundColor:l(a)}},d=i(e),c=i(n),s=i(l),p={height:o.$.columnHeader.offsetHeight+"px",border:"1px solid "+d.borderColor,fontFamily:s.fontFamily,fontSize:s.fontSize,color:s.color,backgroundColor:c.backgroundColor,fontWeight:"400"},f={border:"1px solid "+d.borderColor,fontFamily:d.fontFamily,fontSize:d.fontSize},u={height:o.rowMinHeight+"px"};for(let e=0;e<o.columns.length;e++){const a=o.columns[e];if(!a.allowExport)continue;if(!a.visible)continue;p[a.dataField]={textAlign:a.align,width:a.computedWidth+"px",format:a.cellsFormat||""};let n=a.cellsFormat||"";n||("date"===a.dataType?n="d":"dateTime"===a.dataType?n="D":"time"===a.dataType&&(n="t")),o.locale&&n&&n.indexOf("c")>=0&&"xlsx"===t&&""!==o.locale&&"en"!==o.locale&&(n=o._getCurrencyByLocale(o.locale)+"x"+n);const l={textAlign:a.cellsAlign,format:n};if(f[a.dataField]=l,o.dataExport.view&&-1!==["html","jpeg","pdf","png"].indexOf(t)&&(a.template||a.formatFunction))for(let t=0;t<o.rows.length;t++){const e=o.rows[t];let n=o.rows[t]["column_"+a.dataField];if(o.dataExport.viewStart&&t<o.dataExport.viewStart||o.dataExport.viewEnd&&t>o.dataExport.viewEnd)continue;if(!n||e&&e.element&&e.element.classList.contains("smart-hidden")){const t=o._rowElements[0];if(!t)continue;if(e.element=t,e.grid=o,e.render(),n=e["column_"+a.dataField],!n)continue}const i={};i.border=n.borderColor,i.background=n.background,i.color=n.color;const d=void 0!==o.dataExport.viewStart?t-o.dataExport.viewStart:t;r[t]=Object.assign({},e.data),r[t][a.dataField]=n.element.textContent,l[d]=i}}o.appearance.alternationCount>0&&(u.alternationCount=o.appearance.alternationCount,u.alternationStart=o.appearance.alternationStart,u.alternationEnd=o.appearance.alternationEnd,u.alternationIndex0Color=d.color,u.alternationIndex0BackgroundColor=d.backgroundColor,u.alternationIndex1Color=d.color,u.alternationIndex1BackgroundColor="#F5F5F5"),a.style={border:"1px solid "+d.borderColor,borderCollapse:"collapse",header:p,columns:f,rows:u}}}const l=!o.rowHierarchy||o.grouping.enabled?o.rows.toArray():o.rowHierarchy,i=o.dataExport.rowIds,d=null!==i;let c=[];if(o.dataExport.view)o._recyclingRows.forEach(((t,e)=>{if(o.dataExport.viewStart&&e<o.dataExport.viewStart||o.dataExport.viewEnd&&e>o.dataExport.viewEnd)return!0;r[e]?c.push(r[e]):c.push(t.data)}));else{for(let e=0;e<l.length;e++){const a=l[e];if(a.visible&&(!1!==a.filtered||void 0===a.filtered)){if(d&&-1===i.indexOf(a.id))continue;const e={};for(let r=0;r<o.columns.length;r++){const n=o.columns[r];if(!n.allowExport)continue;const l=n.dataField;let i=a.data[l];if("taskChecklist"===l)if(i){const t=i.map((t=>{let e=t.text;return t.completed?e="✓ "+e:e+="X "+e,e}));i=t.toString()}else i="";if("taskUserId"===l){const t=o.users.find((t=>t.id===parseInt(i)||parseInt(t.id)===parseInt(i)));t&&(i=t.name)}if(void 0===i)if("createdBy"===n.template){const t=o.users.find((t=>t.id===a.createdBy));if(t){const o=t,a="string"==typeof o?o:o.name;e[l]=a}else e[l]=""}else if("createdTime"===n.template){const t=a.getCell(l).getFormattedValue(a.createdTime,"d")+" "+a.getCell(l).getFormattedValue(a.createdTime,"t");e[l]=t}else if("modifiedBy"===n.template){const t=o.users.find((t=>t.id===a.modifiedBy));if(t){const o=t,a="string"==typeof o?o:o.name;e[l]=a}else e[l]=""}else if("modifiedTime"===n.template){const t=a.getCell(l).getFormattedValue(a.modifiedTime,"d")+" "+a.getCell(l).getFormattedValue(a.modifiedTime,"t");e[l]=t}else e[l]="";else if(i&&i.indexOf&&(i.indexOf("{")>=0||"[]"===i)){const t=i.indexOf("{")>=0||"[]"===i?JSON.parse(i):i.split(", "),o=[];for(let e=0;e<t.length;e++)"string"==typeof t[e]?o.push(t[e]):o.push(t[e].label);e[l]=o.join(",")}else if("csv"===t||"tsv"===t)if(n.cellsFormat){const t=a.getCell(l).getFormattedValue(i,n.cellsFormat);e[l]=t}else e[l]=i;else e[l]=i}c.push(e)}}l!==o.rowHierarchy||d||(c=o.dataSource.boundHierarchy,a.hierarchical=!0)}!o.dataExport.groupBy&&o.grouping.enabled&&o.dataSource&&o.dataSource.groupBy&&(a.groupBy=o.dataSource.groupBy&&o.dataSource.groupBy.toArray?o.dataSource.groupBy.toArray():null),o.checkLicense(!0);const s=a.exportData(c,t,o.dataExport.fileName,e);return o.dataExport.view&&o._recycle(!1),s}print(){const t=this,e=t.dataExport.fileName;t.dataExport.fileName=null;const o=t.exportData("html"),a=window.open("","","width=800,height=500"),r=a.document.open(),n='<!DOCTYPE html><html><head><meta charset="utf-8" /><title>'+e+"</title></head><body>"+o+"</body></html>";try{r.write(n),r.close(),setTimeout((function(){a.print(),a.close()}),100)}catch(t){}t.dataExport.fileName=e}});
6
+ Smart.Utilities.Assign("Grid.Export",class{exportData(t,e,o){const a=this,r=new Smart.Utilities.DataExporter({exportHeader:a.dataExport.header}),n=[];r.expandChar=a.dataExport.expandChar,r.collapseChar=a.dataExport.collapseChar,r.pageOrientation=a.dataExport.pageOrientation,r.style=a.dataExport.style,r.filterBy=a.dataExport.filterBy,r.groupBy=a.dataExport.groupBy;const l=a.columns.toArray().slice(0).filter((t=>!1!==t.allowExport));if(r.header={columns:l,columngroups:a.columnGroups.slice(0)},!a.dataExport.style){const e=window.getComputedStyle(a),o=window.getComputedStyle(a.columns.length>0&&a.columns[0].element?a.columns[0].element:a.$.columnHeader),l=window.getComputedStyle(a.$.columnHeader);if(0!==a.offsetWidth&&0!==a.offsetHeight){const i=t=>{const e=t.fontSize,o=t.borderRightColor,a=t.backgroundColor,r=t.color,n=new Array("0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f");function l(t){return(t=t.match(/^rgb\((\d+),\s*(\d+),\s*(\d+)\)$/))?"#"+i(t[1])+i(t[2])+i(t[3]).toUpperCase():"#ffffff"}function i(t){return isNaN(t)?"00":n[(t-t%16)/16]+n[t%16]}return{borderColor:l(o),fontSize:e,fontFamily:"Helvetica",color:l(r),backgroundColor:l(a)}},d=i(e),c=i(o),s=i(l),p={height:a.$.columnHeader.offsetHeight+"px",border:"1px solid "+d.borderColor,fontFamily:s.fontFamily,fontSize:s.fontSize,color:s.color,backgroundColor:c.backgroundColor,fontWeight:"400"},f={border:"1px solid "+d.borderColor,fontFamily:d.fontFamily,fontSize:d.fontSize},u={height:a.rowMinHeight+"px"};for(let e=0;e<a.columns.length;e++){const o=a.columns[e];if(!o.allowExport)continue;if(!o.visible)continue;p[o.dataField]={textAlign:o.align,width:o.computedWidth+"px",format:o.cellsFormat||""};let r=o.cellsFormat||"";r||("date"===o.dataType?r="d":"dateTime"===o.dataType?r="D":"time"===o.dataType&&(r="t")),a.locale&&r&&r.indexOf("c")>=0&&"xlsx"===t&&""!==a.locale&&"en"!==a.locale&&(r=a._getCurrencyByLocale(a.locale)+"x"+r);const l={textAlign:o.cellsAlign,format:r};if(f[o.dataField]=l,a.dataExport.view&&-1!==["html","jpeg","pdf","png"].indexOf(t)&&(o.template||o.formatFunction))for(let t=0;t<a.rows.length;t++){const e=a.rows[t];let r=a.rows[t]["column_"+o.dataField];if(a.dataExport.viewStart&&t<a.dataExport.viewStart||a.dataExport.viewEnd&&t>a.dataExport.viewEnd)continue;if(!r||e&&e.element&&e.element.classList.contains("smart-hidden")){const t=a._rowElements[0];if(!t)continue;if(e.element=t,e.grid=a,e.render(),r=e["column_"+o.dataField],!r)continue}const i={};i.border=r.borderColor,i.background=r.background,i.color=r.color;const d=void 0!==a.dataExport.viewStart?t-a.dataExport.viewStart:t;n[t]=Object.assign({},e.data),n[t][o.dataField]=r.element.textContent,l[d]=i}}a.appearance.alternationCount>0&&(u.alternationCount=a.appearance.alternationCount,u.alternationStart=a.appearance.alternationStart,u.alternationEnd=a.appearance.alternationEnd,u.alternationIndex0Color=d.color,u.alternationIndex0BackgroundColor=d.backgroundColor,u.alternationIndex1Color=d.color,u.alternationIndex1BackgroundColor="#F5F5F5"),r.style={border:"1px solid "+d.borderColor,borderCollapse:"collapse",header:p,columns:f,rows:u}}}const i=!a.rowHierarchy||a.grouping.enabled?a.rows.toArray():a.rowHierarchy,d=a.dataExport.rowIds,c=null!==d;let s=[];if(a.dataExport.view)a._recyclingRows.forEach(((t,e)=>{if(a.dataExport.viewStart&&e<a.dataExport.viewStart||a.dataExport.viewEnd&&e>a.dataExport.viewEnd)return!0;n[e]?s.push(n[e]):s.push(t.data)}));else{for(let e=0;e<i.length;e++){const o=i[e];if(o.visible&&(!1!==o.filtered||void 0===o.filtered)){if(c&&-1===d.indexOf(o.id))continue;const e={};for(let r=0;r<a.columns.length;r++){const n=a.columns[r];if(!n.allowExport)continue;const l=n.dataField;let i=o.data[l];if("taskChecklist"===l)if(i){const t=i.map((t=>{let e=t.text;return t.completed?e="✓ "+e:e+="X "+e,e}));i=t.toString()}else i="";if("taskUserId"===l){const t=a.users.find((t=>t.id===parseInt(i)||parseInt(t.id)===parseInt(i)));t&&(i=t.name)}if(void 0===i)if("createdBy"===n.template){const t=a.users.find((t=>t.id===o.createdBy));if(t){const o=t,a="string"==typeof o?o:o.name;e[l]=a}else e[l]=""}else if("createdTime"===n.template){const t=o.getCell(l).getFormattedValue(o.createdTime,"d")+" "+o.getCell(l).getFormattedValue(o.createdTime,"t");e[l]=t}else if("modifiedBy"===n.template){const t=a.users.find((t=>t.id===o.modifiedBy));if(t){const o=t,a="string"==typeof o?o:o.name;e[l]=a}else e[l]=""}else if("modifiedTime"===n.template){const t=o.getCell(l).getFormattedValue(o.modifiedTime,"d")+" "+o.getCell(l).getFormattedValue(o.modifiedTime,"t");e[l]=t}else e[l]="";else if(i&&i.indexOf&&(i.indexOf("{")>=0||"[]"===i)){const t=i.indexOf("{")>=0||"[]"===i?JSON.parse(i):i.split(", "),o=[];for(let e=0;e<t.length;e++)"string"==typeof t[e]?o.push(t[e]):o.push(t[e].label);e[l]=o.join(",")}else if("csv"===t||"tsv"===t)if(n.cellsFormat){const t=o.getCell(l).getFormattedValue(i,n.cellsFormat);e[l]=t}else e[l]=i;else e[l]=i}s.push(e)}}i!==a.rowHierarchy||c||(s=a.dataSource.boundHierarchy,r.hierarchical=!0)}if(!a.dataExport.groupBy&&a.grouping.enabled&&a.dataSource&&a.dataSource.groupBy&&(r.groupBy=a.dataSource.groupBy&&a.dataSource.groupBy.toArray?a.dataSource.groupBy.toArray():null),a.checkLicense(!0),o){const e=o(s,r,t);e&&(s=e)}const p=r.exportData(s,t,a.dataExport.fileName,e);return a.dataExport.view&&a._recycle(!1),p}print(){const t=this,e=t.dataExport.fileName;t.dataExport.fileName=null;const o=t.exportData("html"),a=window.open("","","width=800,height=500"),r=a.document.open(),n='<!DOCTYPE html><html><head><meta charset="utf-8" /><title>'+e+"</title></head><body>"+o+"</body></html>";try{r.write(n),r.close(),setTimeout((function(){a.print(),a.close()}),100)}catch(t){}t.dataExport.fileName=e}});
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v19.0.1 (2024-04-19)
2
+ /* Smart UI v19.0.2 (2024-04-22)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5