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
package/grid/grid.esm.js CHANGED
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.grid'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.grid');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1188,14 +1187,16 @@ class Grid extends React.Component {
1188
1187
  }
1189
1188
  /** Exports the Grid data to .XLSX, .PDF, .JSON, .XML, .CSV, .TSV, .HTML, .JPEG or .PNG. The method uses the options of the dataExport property.
1190
1189
  * @param {string} Dataformat. 'xlsx', 'pdf', 'json', 'xml', 'csv', 'tsv', 'html', 'png', 'jpeg'.
1190
+ * @param {any} callback?. A callback that allows to format the exported data based on a condition. For additional details, refer to the Smart Export Documentation.
1191
+ * @param {any} dataCallback?. A callback that allows to change the exported data.
1191
1192
  */
1192
- exportData(Dataformat) {
1193
+ exportData(Dataformat, callback, dataCallback) {
1193
1194
  if (this.nativeElement.isRendered) {
1194
- this.nativeElement.exportData(Dataformat);
1195
+ this.nativeElement.exportData(Dataformat, callback, dataCallback);
1195
1196
  }
1196
1197
  else {
1197
1198
  this.nativeElement.whenRendered(() => {
1198
- this.nativeElement.exportData(Dataformat);
1199
+ this.nativeElement.exportData(Dataformat, callback, dataCallback);
1199
1200
  });
1200
1201
  }
1201
1202
  }
package/grid/grid.umd.js CHANGED
@@ -1182,14 +1182,16 @@ require('../source/modules/smart.grid');
1182
1182
  }
1183
1183
  /** Exports the Grid data to .XLSX, .PDF, .JSON, .XML, .CSV, .TSV, .HTML, .JPEG or .PNG. The method uses the options of the dataExport property.
1184
1184
  * @param {string} Dataformat. 'xlsx', 'pdf', 'json', 'xml', 'csv', 'tsv', 'html', 'png', 'jpeg'.
1185
+ * @param {any} callback?. A callback that allows to format the exported data based on a condition. For additional details, refer to the Smart Export Documentation.
1186
+ * @param {any} dataCallback?. A callback that allows to change the exported data.
1185
1187
  */
1186
- exportData(Dataformat) {
1188
+ exportData(Dataformat, callback, dataCallback) {
1187
1189
  if (this.nativeElement.isRendered) {
1188
- this.nativeElement.exportData(Dataformat);
1190
+ this.nativeElement.exportData(Dataformat, callback, dataCallback);
1189
1191
  }
1190
1192
  else {
1191
1193
  this.nativeElement.whenRendered(() => {
1192
- this.nativeElement.exportData(Dataformat);
1194
+ this.nativeElement.exportData(Dataformat, callback, dataCallback);
1193
1195
  });
1194
1196
  }
1195
1197
  }
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.gridpanel'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.gridpanel');
14
13
  }
15
14
  import React from 'react';
16
15
 
package/index.d.ts CHANGED
@@ -15966,8 +15966,10 @@ export interface Grid extends BaseElement, GridProperties {
15966
15966
  /**
15967
15967
  * Exports the Grid data to .XLSX, .PDF, .JSON, .XML, .CSV, .TSV, .HTML, .JPEG or .PNG. The method uses the options of the <em>dataExport</em> property.
15968
15968
  * @param {string} Dataformat. 'xlsx', 'pdf', 'json', 'xml', 'csv', 'tsv', 'html', 'png', 'jpeg'.
15969
+ * @param {any} callback?. A callback that allows to format the exported data based on a condition. For additional details, refer to the Smart Export Documentation.
15970
+ * @param {any} dataCallback?. A callback that allows to change the exported data.
15969
15971
  */
15970
- exportData(Dataformat: string): void;
15972
+ exportData(Dataformat: string, callback?: any, dataCallback?: any): void;
15971
15973
  /**
15972
15974
  * Finds entries by using a query and returns an array of row ids. Example: const rows = grid.find('nancy'); returns all rows that have 'nancy' value. Example 2: const rows = grid.find('nancy, davolio'); returns all rows that have 'nancy' and 'davolio' values in the same row. Example 3: const rows = grid.find(5, 'quantity', '>'); returns all rows where the value of the 'quantity' field is > 5.
15973
15975
  * @param {string} query. Search query
@@ -18134,7 +18136,7 @@ export interface GridHeader {
18134
18136
  */
18135
18137
  onInit?: {(element: HTMLElement): void};
18136
18138
  /**
18137
- * Determines the buttons displayed in the Grid header. 'columns' displays a button opening the columns chooser panel. 'filter' displays a button opening the filtering panel. 'group' displays a button opening the grouping panel. 'sort' displays a button opening the sorting panel. 'format' displays a button opening the conditional formatting panel. 'search' displays a button opening the search panel.
18139
+ * Determines the buttons displayed in the Grid header. 'columns' displays a button opening the columns chooser panel. 'filter' displays a button opening the filtering panel. 'group' displays a button opening the grouping panel. 'sort' displays a button opening the sorting panel. 'format' displays a button opening the conditional formatting panel. 'search' displays a button opening the search panel. 'colors' displays a button with colors options for formatting.
18138
18140
  * Default value: [ "columns", "filter", "group", "sort", "format", "search" ]
18139
18141
  */
18140
18142
  buttons?: string[];
@@ -27745,9 +27747,10 @@ export interface Scheduler extends BaseElement, SchedulerProperties {
27745
27747
  /**
27746
27748
  * Exports the events from the Scheduler.
27747
27749
  * @param {string} dataFormat. Determines the format of the exported file. The following values are available: <ul><li><b>pdf</b></li><li><b>xlsx</b></li><li><b>html</b></li><li><b>iCal</b></li></ul>
27748
- * @param {any} callback?. A callback that allows to format the exported data based on a condition. For additional details, refer ro the Smart Export Documentation.
27750
+ * @param {any} callback?. A callback that allows to format the exported data based on a condition. For additional details, refer to the Smart Export Documentation.
27751
+ * @param {any} dataCallback?. A callback that allows to change the exported data.
27749
27752
  */
27750
- exportData(dataFormat: string, callback?: any): void;
27753
+ exportData(dataFormat: string, callback?: any, dataCallback?: any): void;
27751
27754
  /**
27752
27755
  * Returns a JSON representation of the events inside the Scheduler.
27753
27756
  * @returns {any}
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.input'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.input');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.kanban'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.kanban');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.layout'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.layout');
14
13
  }
15
14
  import React from 'react';
16
15
 
package/led/led.esm.js CHANGED
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.led'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.led');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.listbox'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.listbox');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.listmenu'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.listmenu');
14
13
  }
15
14
  import React from 'react';
16
15
 
package/map/map.esm.js CHANGED
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.map'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.map');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.textbox'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.textbox');
14
13
  }
15
14
  import React from 'react';
16
15
 
package/menu/menu.esm.js CHANGED
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.menu'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.menu');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.gridpanel'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.gridpanel');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.multicomboinput'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.multicomboinput');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.multiinput'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.multiinput');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.textbox'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.textbox');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.window'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.window');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.multisplitbutton'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.multisplitbutton');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.numberinput'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.numberinput');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.textbox'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.textbox');
14
13
  }
15
14
  import React from 'react';
16
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smart-webcomponents-react",
3
- "version": "18.9.9999",
3
+ "version": "19.0.0",
4
4
  "preferGlobal": true,
5
5
  "keywords": [
6
6
  "ReactJS",
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.pager'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.pager');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.passwordinput'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.passwordinput');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.textbox'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.textbox');
14
13
  }
15
14
  import React from 'react';
16
15
 
package/path/path.esm.js CHANGED
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.path'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.path');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.phoneinput'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.phoneinput');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.pivottable'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.pivottable');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.progressbar'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.progressbar');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.window'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.window');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.window'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.window');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.qrcode'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.qrcode');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.querybuilder'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.querybuilder');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.button'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.button');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.rating'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.rating');
14
13
  }
15
14
  import React from 'react';
16
15
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  "use client";
3
3
 
4
- import '../source/modules/smart.ribbon'
5
4
 
6
5
  if(typeof window !== 'undefined') {
7
6
  if (!window['Smart']) {
@@ -10,7 +9,7 @@ if(typeof window !== 'undefined') {
10
9
  else {
11
10
  window['Smart'].RenderMode = 'manual';
12
11
  }
13
-
12
+ require('../source/modules/smart.ribbon');
14
13
  }
15
14
  import React from 'react';
16
15