smart-webcomponents-react 23.0.0 → 23.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (221) hide show
  1. package/editor/editor.d.ts +5 -5
  2. package/editor/editor.esm.js +1 -1
  3. package/editor/editor.umd.js +1 -1
  4. package/grid/grid.d.ts +5 -5
  5. package/grid/grid.esm.js +1 -1
  6. package/grid/grid.umd.js +1 -1
  7. package/index.d.ts +4 -4
  8. package/package.json +1 -1
  9. package/source/modules/smart.3dchart.js +2 -2
  10. package/source/modules/smart.accordion.js +2 -2
  11. package/source/modules/smart.array.js +2 -2
  12. package/source/modules/smart.barcode.js +2 -2
  13. package/source/modules/smart.breadcrumb.js +2 -2
  14. package/source/modules/smart.button.js +2 -2
  15. package/source/modules/smart.buttongroup.js +2 -2
  16. package/source/modules/smart.calendar.js +2 -2
  17. package/source/modules/smart.card.js +2 -2
  18. package/source/modules/smart.cardview.js +2 -2
  19. package/source/modules/smart.carousel.js +2 -2
  20. package/source/modules/smart.chart.js +2 -2
  21. package/source/modules/smart.checkbox.js +2 -2
  22. package/source/modules/smart.checkinput.js +2 -2
  23. package/source/modules/smart.chip.js +2 -2
  24. package/source/modules/smart.colorinput.js +2 -2
  25. package/source/modules/smart.colorpanel.js +2 -2
  26. package/source/modules/smart.colorpicker.js +2 -2
  27. package/source/modules/smart.combobox.js +2 -2
  28. package/source/modules/smart.common.js +2 -2
  29. package/source/modules/smart.countryinput.js +2 -2
  30. package/source/modules/smart.dateinput.js +2 -2
  31. package/source/modules/smart.daterangeinput.js +2 -2
  32. package/source/modules/smart.datetimepicker.js +2 -2
  33. package/source/modules/smart.dockinglayout.js +2 -2
  34. package/source/modules/smart.dropdownbutton.js +2 -2
  35. package/source/modules/smart.dropdownlist.js +2 -2
  36. package/source/modules/smart.editor.js +3 -3
  37. package/source/modules/smart.element.js +2 -2
  38. package/source/modules/smart.fileupload.js +2 -2
  39. package/source/modules/smart.form.js +2 -2
  40. package/source/modules/smart.formulaparser.js +2 -2
  41. package/source/modules/smart.ganttchart.js +4 -4
  42. package/source/modules/smart.gauge.js +2 -2
  43. package/source/modules/smart.grid.js +4 -4
  44. package/source/modules/smart.gridpanel.js +3 -3
  45. package/source/modules/smart.gridview.js +5 -5
  46. package/source/modules/smart.input.js +2 -2
  47. package/source/modules/smart.kanban.js +3 -3
  48. package/source/modules/smart.layout.js +2 -2
  49. package/source/modules/smart.led.js +2 -2
  50. package/source/modules/smart.listbox.js +2 -2
  51. package/source/modules/smart.listmenu.js +2 -2
  52. package/source/modules/smart.map.js +2 -2
  53. package/source/modules/smart.maskedtextbox.js +2 -2
  54. package/source/modules/smart.menu.js +2 -2
  55. package/source/modules/smart.multicomboinput.js +2 -2
  56. package/source/modules/smart.multiinput.js +2 -2
  57. package/source/modules/smart.multilinetextbox.js +2 -2
  58. package/source/modules/smart.multisplitbutton.js +2 -2
  59. package/source/modules/smart.numberinput.js +2 -2
  60. package/source/modules/smart.numerictextbox.js +2 -2
  61. package/source/modules/smart.pager.js +2 -2
  62. package/source/modules/smart.passwordinput.js +2 -2
  63. package/source/modules/smart.passwordtextbox.js +2 -2
  64. package/source/modules/smart.path.js +2 -2
  65. package/source/modules/smart.phoneinput.js +2 -2
  66. package/source/modules/smart.pivottable.js +3 -3
  67. package/source/modules/smart.progressbar.js +2 -2
  68. package/source/modules/smart.qrcode.js +2 -2
  69. package/source/modules/smart.querybuilder.js +2 -2
  70. package/source/modules/smart.radiobutton.js +2 -2
  71. package/source/modules/smart.rating.js +2 -2
  72. package/source/modules/smart.ribbon.js +2 -2
  73. package/source/modules/smart.router.js +2 -2
  74. package/source/modules/smart.scheduler.js +2 -2
  75. package/source/modules/smart.scrollbar.js +2 -2
  76. package/source/modules/smart.slider.js +2 -2
  77. package/source/modules/smart.sortable.js +2 -2
  78. package/source/modules/smart.splitter.js +2 -2
  79. package/source/modules/smart.switchbutton.js +2 -2
  80. package/source/modules/smart.table.js +3 -3
  81. package/source/modules/smart.tabs.js +2 -2
  82. package/source/modules/smart.tank.js +2 -2
  83. package/source/modules/smart.textarea.js +2 -2
  84. package/source/modules/smart.textbox.js +2 -2
  85. package/source/modules/smart.timeinput.js +2 -2
  86. package/source/modules/smart.timeline.js +2 -2
  87. package/source/modules/smart.timepicker.js +2 -2
  88. package/source/modules/smart.toast.js +2 -2
  89. package/source/modules/smart.tooltip.js +2 -2
  90. package/source/modules/smart.tree.js +2 -2
  91. package/source/modules/smart.validator.js +2 -2
  92. package/source/modules/smart.window.js +2 -2
  93. package/source/smart.3dchart.js +1 -1
  94. package/source/smart.accordion.js +1 -1
  95. package/source/smart.ajax.js +1 -1
  96. package/source/smart.array.js +1 -1
  97. package/source/smart.barcode.js +1 -1
  98. package/source/smart.bootstrap.js +1 -1
  99. package/source/smart.breadcrumb.js +1 -1
  100. package/source/smart.button.js +1 -1
  101. package/source/smart.buttongroup.js +1 -1
  102. package/source/smart.calendar.js +1 -1
  103. package/source/smart.card.js +1 -1
  104. package/source/smart.cardview.js +1 -1
  105. package/source/smart.carousel.js +1 -1
  106. package/source/smart.chart.annotations.js +1 -1
  107. package/source/smart.chart.api.js +1 -1
  108. package/source/smart.chart.core.js +1 -1
  109. package/source/smart.chart.js +1 -1
  110. package/source/smart.chart.rangeselector.js +1 -1
  111. package/source/smart.chart.waterfall.js +1 -1
  112. package/source/smart.checkbox.js +1 -1
  113. package/source/smart.checkinput.js +1 -1
  114. package/source/smart.chip.js +1 -1
  115. package/source/smart.colorinput.js +1 -1
  116. package/source/smart.colorpanel.js +1 -1
  117. package/source/smart.colorpicker.js +1 -1
  118. package/source/smart.combobox.js +1 -1
  119. package/source/smart.complex.js +1 -1
  120. package/source/smart.core.js +1 -1
  121. package/source/smart.countryinput.js +1 -1
  122. package/source/smart.data.js +1 -1
  123. package/source/smart.date.js +1 -1
  124. package/source/smart.dateformatpanel.js +1 -1
  125. package/source/smart.dateinput.js +1 -1
  126. package/source/smart.daterangeinput.js +1 -1
  127. package/source/smart.datetimepicker.js +1 -1
  128. package/source/smart.dockinglayout.js +1 -1
  129. package/source/smart.draw.js +1 -1
  130. package/source/smart.dropdownbutton.js +1 -1
  131. package/source/smart.dropdownlist.js +1 -1
  132. package/source/smart.editor.js +2 -2
  133. package/source/smart.element.js +1 -1
  134. package/source/smart.elements.js +7 -7
  135. package/source/smart.export.js +1 -1
  136. package/source/smart.fileupload.js +1 -1
  137. package/source/smart.filter.js +1 -1
  138. package/source/smart.filterbuilder.js +1 -1
  139. package/source/smart.filterpanel.js +1 -1
  140. package/source/smart.form.js +1 -1
  141. package/source/smart.format.js +1 -1
  142. package/source/smart.formulaparser.js +1 -1
  143. package/source/smart.ganttchart.js +2 -2
  144. package/source/smart.gauge.js +1 -1
  145. package/source/smart.grid.cell.js +1 -1
  146. package/source/smart.grid.chart.js +1 -1
  147. package/source/smart.grid.column.js +1 -1
  148. package/source/smart.grid.core.js +2 -2
  149. package/source/smart.grid.dialog.js +1 -1
  150. package/source/smart.grid.edit.js +1 -1
  151. package/source/smart.grid.export.js +2 -2
  152. package/source/smart.grid.filter.js +1 -1
  153. package/source/smart.grid.group.js +1 -1
  154. package/source/smart.grid.js +1 -1
  155. package/source/smart.grid.menu.js +1 -1
  156. package/source/smart.grid.pager.js +1 -1
  157. package/source/smart.grid.reorder.js +1 -1
  158. package/source/smart.grid.resize.js +1 -1
  159. package/source/smart.grid.row.js +1 -1
  160. package/source/smart.grid.select.js +1 -1
  161. package/source/smart.grid.sort.js +1 -1
  162. package/source/smart.grid.toolbar.js +1 -1
  163. package/source/smart.grid.tree.js +1 -1
  164. package/source/smart.grid.view.js +1 -1
  165. package/source/smart.gridpanel.js +1 -1
  166. package/source/smart.input.js +1 -1
  167. package/source/smart.kanban.js +2 -2
  168. package/source/smart.layout.js +1 -1
  169. package/source/smart.led.js +1 -1
  170. package/source/smart.listbox.js +1 -1
  171. package/source/smart.listmenu.js +1 -1
  172. package/source/smart.map.js +1 -1
  173. package/source/smart.maskedtextbox.js +1 -1
  174. package/source/smart.math.js +1 -1
  175. package/source/smart.menu.js +1 -1
  176. package/source/smart.multicomboinput.js +1 -1
  177. package/source/smart.multiinput.js +1 -1
  178. package/source/smart.multilinetextbox.js +1 -1
  179. package/source/smart.multisplitbutton.js +1 -1
  180. package/source/smart.numberformatpanel.js +1 -1
  181. package/source/smart.numberinput.js +1 -1
  182. package/source/smart.numeric.js +1 -1
  183. package/source/smart.numerictextbox.js +1 -1
  184. package/source/smart.pager.js +1 -1
  185. package/source/smart.passwordinput.js +1 -1
  186. package/source/smart.passwordtextbox.js +1 -1
  187. package/source/smart.path.js +1 -1
  188. package/source/smart.phoneinput.js +1 -1
  189. package/source/smart.pivottable.js +1 -1
  190. package/source/smart.powerbutton.js +1 -1
  191. package/source/smart.progressbar.js +1 -1
  192. package/source/smart.qrcode.js +1 -1
  193. package/source/smart.radiobutton.js +1 -1
  194. package/source/smart.rating.js +1 -1
  195. package/source/smart.ribbon.js +1 -1
  196. package/source/smart.router.js +1 -1
  197. package/source/smart.scheduler.js +1 -1
  198. package/source/smart.scrollbar.js +1 -1
  199. package/source/smart.slider.js +1 -1
  200. package/source/smart.sortable.js +1 -1
  201. package/source/smart.sparkline.js +1 -1
  202. package/source/smart.splitter.js +1 -1
  203. package/source/smart.switchbutton.js +1 -1
  204. package/source/smart.table.js +2 -2
  205. package/source/smart.tabs.js +1 -1
  206. package/source/smart.tank.js +1 -1
  207. package/source/smart.textarea.js +1 -1
  208. package/source/smart.textbox.js +1 -1
  209. package/source/smart.tickintervalhandler.js +1 -1
  210. package/source/smart.timeinput.js +1 -1
  211. package/source/smart.timeline.js +1 -1
  212. package/source/smart.timepicker.js +1 -1
  213. package/source/smart.toast.js +1 -1
  214. package/source/smart.tooltip.js +1 -1
  215. package/source/smart.tree.js +1 -1
  216. package/source/smart.validationpanel.js +1 -1
  217. package/source/smart.validator.js +1 -1
  218. package/source/smart.window.js +1 -1
  219. package/source/typescript/smart.editor.d.ts +2 -2
  220. package/source/typescript/smart.elements.d.ts +4 -4
  221. package/source/typescript/smart.grid.d.ts +2 -2
@@ -1,8 +1,8 @@
1
1
  import React from "react";
2
2
  import { EditorProperties } from "./../index";
3
- import { Animation, EditorContextMenu, EditMode, EditorImageFormat, PasteFormat, ToolbarMode, ToolbarViewMode, AI, EditorContentFiltering, EditorDataExport, EditorIframeSettings, ToolbarItem } from './../index';
3
+ import { Animation, EditorContextMenu, EditMode, EditorImageFormat, PasteFormat, ToolbarMode, ToolbarViewMode, EditorAi, EditorContentFiltering, EditorDataExport, EditorIframeSettings, ToolbarItem } from './../index';
4
4
  export { EditorProperties } from "./../index";
5
- export { Animation, EditorContentFilteringAttributeFilterMode, EditorContentFilteringTagFilterMode, EditorContentFilteringStyleAttributeFilterMode, EditorContextMenu, EditMode, EditorImageFormat, PasteFormat, ToolbarMode, ToolbarViewMode, AI, EditorContentFiltering, EditorDataExport, EditorIframeSettings, ToolbarItem, ToolbarItemEditor } from './../index';
5
+ export { Animation, EditorContentFilteringAttributeFilterMode, EditorContentFilteringTagFilterMode, EditorContentFilteringStyleAttributeFilterMode, EditorContextMenu, EditMode, EditorImageFormat, PasteFormat, ToolbarMode, ToolbarViewMode, EditorAi, EditorContentFiltering, EditorDataExport, EditorIframeSettings, ToolbarItem, ToolbarItemEditor } from './../index';
6
6
  declare let Smart: any;
7
7
  export { Smart };
8
8
  export interface EditorProps extends EditorProperties {
@@ -48,10 +48,10 @@ export declare class Editor extends React.Component<React.HTMLAttributes<Element
48
48
  private componentRef;
49
49
  get id(): string;
50
50
  /** An object containing settings related to the grid's AI integration.
51
- * Property type: AI
51
+ * Property type: EditorAi
52
52
  */
53
- get ai(): AI;
54
- set ai(value: AI);
53
+ get ai(): EditorAi;
54
+ set ai(value: EditorAi);
55
55
  /** Sets or gets the animation mode. Animation is disabled when the property is set to 'none'
56
56
  * Property type: Animation | string
57
57
  */
@@ -31,7 +31,7 @@ class Editor extends React.Component {
31
31
  return this._id;
32
32
  }
33
33
  /** An object containing settings related to the grid's AI integration.
34
- * Property type: AI
34
+ * Property type: EditorAi
35
35
  */
36
36
  get ai() {
37
37
  return this.nativeElement ? this.nativeElement.ai : undefined;
@@ -23,7 +23,7 @@ require('../source/modules/smart.editor');
23
23
  return this._id;
24
24
  }
25
25
  /** An object containing settings related to the grid's AI integration.
26
- * Property type: AI
26
+ * Property type: EditorAi
27
27
  */
28
28
  get ai() {
29
29
  return this.nativeElement ? this.nativeElement.ai : undefined;
package/grid/grid.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import React from "react";
2
2
  import { GridProperties } from "./../index";
3
- import { Scrolling, GridAppearance, AI, GridBehavior, GridColumnHeader, GridClipboard, GridColumn, GridContextMenu, GridColumnMenu, GridColumnGroup, GridConditionalFormatting, GridCharting, GridCheckBoxes, GridDataExport, GridDataSourceSettings, GridEditing, GridFiltering, GridFooter, GridGrouping, GridGroupHeader, GridHeader, GridLayout, GridPaging, GridPager, GridRowDetail, GridRow, GridCell, GridSummaryRow, GridStateSettings, GridSelection, GridSorting, GridUploadSettings } from './../index';
3
+ import { Scrolling, GridAppearance, GridAi, GridBehavior, GridColumnHeader, GridClipboard, GridColumn, GridContextMenu, GridColumnMenu, GridColumnGroup, GridConditionalFormatting, GridCharting, GridCheckBoxes, GridDataExport, GridDataSourceSettings, GridEditing, GridFiltering, GridFooter, GridGrouping, GridGroupHeader, GridHeader, GridLayout, GridPaging, GridPager, GridRowDetail, GridRow, GridCell, GridSummaryRow, GridStateSettings, GridSelection, GridSorting, GridUploadSettings } from './../index';
4
4
  export { GridProperties } from "./../index";
5
- export { GridAppearanceAutoGenerateRowLabelMode, GridAppearanceAutoGenerateColumnLabelMode, GridResizeMode, GridClipboardAutoFillMode, HorizontalAlignment, VerticalAlignment, Position, GridColumnFilterMenuMode, GridColumnSortOrder, GridConditionalFormattingCondition, GridDataExportPageOrientation, GridDataSourceSettingsSanitizeHTML, GridDataSourceSettingsDataFieldDataType, GridDataSourceSettingsDataSourceType, GridEditingAction, LayoutPosition, GridCommandDisplayMode, GridEditingMode, GridEditingAddNewRowDisplayMode, GridFilteringFilterRowApplyMode, GridFilteringFilterMenuMode, GridGroupingExpandMode, GridGroupingRenderMode, GridHeaderSearchCommand, GridPagerAutoEllipsis, Scrolling, GridSelectionMode, GridSelectionAction, GridSelectionCheckBoxesSelectAllMode, GridSortingMode, GridSortingCommandKey, GridAppearance, AI, GridBehavior, GridColumnHeader, GridClipboard, GridColumn, GridContextMenu, GridContextMenuDataSource, GridCommand, GridColumnMenu, GridColumnMenuDataSource, GridColumnGroup, GridConditionalFormatting, GridCharting, Dialog, GridCheckBoxes, GridDataExport, GridDataSourceSettings, GridDataSourceSettingsDataField, GridEditing, GridEditingCommandKeys, GridCommandKey, GridEditingCommandBar, GridEditingCommandBarDataSource, GridEditingCommandColumn, GridEditingCommandColumnDataSource, GridEditingAddNewRow, GridEditingAddNewColumn, GridFiltering, GridFilteringFilterRow, GridFilteringFilterMenu, GridFilteringFilterBuilder, GridFooter, GridGrouping, GridGroupingGroupBar, GridGroupingSummaryRow, GridGroupHeader, GridHeader, GridLayout, GridPaging, GridPagingSpinner, GridPager, GridPagerPageSizeSelector, GridPagerSummary, GridPagerNavigationButtons, GridPagerNavigationButtonsPrevNextButtons, GridPagerNavigationButtonsFirstLastButtons, GridPagerNavigationButtonsLabels, GridPagerNavigationInput, GridPagerPageIndexSelectors, GridRowDetail, GridRow, GridCell, GridSummaryRow, GridStateSettings, GridSelection, GridSelectionCheckBoxes, GridSorting, GridUploadSettings } from './../index';
5
+ export { GridAppearanceAutoGenerateRowLabelMode, GridAppearanceAutoGenerateColumnLabelMode, GridResizeMode, GridClipboardAutoFillMode, HorizontalAlignment, VerticalAlignment, Position, GridColumnFilterMenuMode, GridColumnSortOrder, GridConditionalFormattingCondition, GridDataExportPageOrientation, GridDataSourceSettingsSanitizeHTML, GridDataSourceSettingsDataFieldDataType, GridDataSourceSettingsDataSourceType, GridEditingAction, LayoutPosition, GridCommandDisplayMode, GridEditingMode, GridEditingAddNewRowDisplayMode, GridFilteringFilterRowApplyMode, GridFilteringFilterMenuMode, GridGroupingExpandMode, GridGroupingRenderMode, GridHeaderSearchCommand, GridPagerAutoEllipsis, Scrolling, GridSelectionMode, GridSelectionAction, GridSelectionCheckBoxesSelectAllMode, GridSortingMode, GridSortingCommandKey, GridAppearance, GridAi, GridBehavior, GridColumnHeader, GridClipboard, GridColumn, GridContextMenu, GridContextMenuDataSource, GridCommand, GridColumnMenu, GridColumnMenuDataSource, GridColumnGroup, GridConditionalFormatting, GridCharting, Dialog, GridCheckBoxes, GridDataExport, GridDataSourceSettings, GridDataSourceSettingsDataField, GridEditing, GridEditingCommandKeys, GridCommandKey, GridEditingCommandBar, GridEditingCommandBarDataSource, GridEditingCommandColumn, GridEditingCommandColumnDataSource, GridEditingAddNewRow, GridEditingAddNewColumn, GridFiltering, GridFilteringFilterRow, GridFilteringFilterMenu, GridFilteringFilterBuilder, GridFooter, GridGrouping, GridGroupingGroupBar, GridGroupingSummaryRow, GridGroupHeader, GridHeader, GridLayout, GridPaging, GridPagingSpinner, GridPager, GridPagerPageSizeSelector, GridPagerSummary, GridPagerNavigationButtons, GridPagerNavigationButtonsPrevNextButtons, GridPagerNavigationButtonsFirstLastButtons, GridPagerNavigationButtonsLabels, GridPagerNavigationInput, GridPagerPageIndexSelectors, GridRowDetail, GridRow, GridCell, GridSummaryRow, GridStateSettings, GridSelection, GridSelectionCheckBoxes, GridSorting, GridUploadSettings } from './../index';
6
6
  export { DataAdapter, Chart } from './../index';
7
7
  declare let Smart: any;
8
8
  export { Smart };
@@ -65,10 +65,10 @@ export declare class Grid extends React.Component<React.HTMLAttributes<Element>
65
65
  get appearance(): GridAppearance;
66
66
  set appearance(value: GridAppearance);
67
67
  /** An object containing settings related to the grid's AI integration.
68
- * Property type: AI
68
+ * Property type: GridAi
69
69
  */
70
- get ai(): AI;
71
- set ai(value: AI);
70
+ get ai(): GridAi;
71
+ set ai(value: GridAi);
72
72
  /** An object containing settings related to the grid's behavior.
73
73
  * Property type: GridBehavior
74
74
  */
package/grid/grid.esm.js CHANGED
@@ -42,7 +42,7 @@ class Grid extends React.Component {
42
42
  }
43
43
  }
44
44
  /** An object containing settings related to the grid's AI integration.
45
- * Property type: AI
45
+ * Property type: GridAi
46
46
  */
47
47
  get ai() {
48
48
  return this.nativeElement ? this.nativeElement.ai : undefined;
package/grid/grid.umd.js CHANGED
@@ -34,7 +34,7 @@ require('../source/modules/smart.grid');
34
34
  }
35
35
  }
36
36
  /** An object containing settings related to the grid's AI integration.
37
- * Property type: AI
37
+ * Property type: GridAi
38
38
  */
39
39
  get ai() {
40
40
  return this.nativeElement ? this.nativeElement.ai : undefined;
package/index.d.ts CHANGED
@@ -9981,7 +9981,7 @@ export interface EditorProperties {
9981
9981
  * An object containing settings related to the grid's AI integration.
9982
9982
  * Default value: [object Object]
9983
9983
  */
9984
- ai?: AI;
9984
+ ai?: EditorAi;
9985
9985
  /**
9986
9986
  * Sets or gets the animation mode. Animation is disabled when the property is set to 'none'
9987
9987
  * Default value: advanced
@@ -10788,7 +10788,7 @@ export interface Editor extends BaseElement, EditorProperties {
10788
10788
  }
10789
10789
 
10790
10790
  /**An object containing settings related to the grid's AI integration. */
10791
- export interface AI {
10791
+ export interface EditorAi {
10792
10792
  /**
10793
10793
  * The AI model used for text generation or other AI-powered features.
10794
10794
  * Default value: "gpt-3.5-turbo"
@@ -15349,7 +15349,7 @@ export interface GridProperties {
15349
15349
  * An object containing settings related to the grid's AI integration.
15350
15350
  * Default value: [object Object]
15351
15351
  */
15352
- ai?: AI;
15352
+ ai?: GridAi;
15353
15353
  /**
15354
15354
  * An object containing settings related to the grid's behavior.
15355
15355
  * Default value: [object Object]
@@ -16972,7 +16972,7 @@ export interface GridAppearance {
16972
16972
  }
16973
16973
 
16974
16974
  /**An object containing settings related to the grid's AI integration. */
16975
- export interface AI {
16975
+ export interface GridAi {
16976
16976
  /**
16977
16977
  * The AI model used for text generation or other AI-powered features.
16978
16978
  * Default value: "gpt-3.5-turbo"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smart-webcomponents-react",
3
- "version": "23.0.0",
3
+ "version": "23.1.1",
4
4
  "preferGlobal": true,
5
5
  "keywords": [
6
6
  "ReactJS",
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -160,7 +160,7 @@ var __webpack_exports__ = {};
160
160
  /* harmony import */ var _smart_3dchart_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(9574);
161
161
  /* harmony import */ var _smart_3dchart_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_smart_3dchart_js__WEBPACK_IMPORTED_MODULE_7__);
162
162
 
163
- /* Smart UI v23.0.8 (2025-05-13)
163
+ /* Smart UI v23.1.1 (2025-05-29)
164
164
  Copyright (c) 2011-2025 jQWidgets.
165
165
  License: https://htmlelements.com/license/ */ //
166
166
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -113,7 +113,7 @@ var __webpack_exports__ = {};
113
113
  /* harmony import */ var _smart_accordion_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(1471);
114
114
  /* harmony import */ var _smart_accordion_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_smart_accordion_js__WEBPACK_IMPORTED_MODULE_3__);
115
115
 
116
- /* Smart UI v23.0.8 (2025-05-13)
116
+ /* Smart UI v23.1.1 (2025-05-29)
117
117
  Copyright (c) 2011-2025 jQWidgets.
118
118
  License: https://htmlelements.com/license/ */ //
119
119
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -194,7 +194,7 @@ var __webpack_exports__ = {};
194
194
  /* harmony import */ var _smart_array_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(2973);
195
195
  /* harmony import */ var _smart_array_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_smart_array_js__WEBPACK_IMPORTED_MODULE_12__);
196
196
 
197
- /* Smart UI v23.0.8 (2025-05-13)
197
+ /* Smart UI v23.1.1 (2025-05-29)
198
198
  Copyright (c) 2011-2025 jQWidgets.
199
199
  License: https://htmlelements.com/license/ */ //
200
200
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -95,7 +95,7 @@ var __webpack_exports__ = {};
95
95
  /* harmony import */ var _smart_barcode_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2895);
96
96
  /* harmony import */ var _smart_barcode_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_smart_barcode_js__WEBPACK_IMPORTED_MODULE_1__);
97
97
 
98
- /* Smart UI v23.0.8 (2025-05-13)
98
+ /* Smart UI v23.1.1 (2025-05-29)
99
99
  Copyright (c) 2011-2025 jQWidgets.
100
100
  License: https://htmlelements.com/license/ */ //
101
101
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -113,7 +113,7 @@ var __webpack_exports__ = {};
113
113
  /* harmony import */ var _smart_breadcrumb_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(1731);
114
114
  /* harmony import */ var _smart_breadcrumb_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_smart_breadcrumb_js__WEBPACK_IMPORTED_MODULE_3__);
115
115
 
116
- /* Smart UI v23.0.8 (2025-05-13)
116
+ /* Smart UI v23.1.1 (2025-05-29)
117
117
  Copyright (c) 2011-2025 jQWidgets.
118
118
  License: https://htmlelements.com/license/ */ //
119
119
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -149,7 +149,7 @@ var __webpack_exports__ = {};
149
149
  /* harmony import */ var _smart_led_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(9894);
150
150
  /* harmony import */ var _smart_led_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_smart_led_js__WEBPACK_IMPORTED_MODULE_7__);
151
151
 
152
- /* Smart UI v23.0.8 (2025-05-13)
152
+ /* Smart UI v23.1.1 (2025-05-29)
153
153
  Copyright (c) 2011-2025 jQWidgets.
154
154
  License: https://htmlelements.com/license/ */ //
155
155
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -95,7 +95,7 @@ var __webpack_exports__ = {};
95
95
  /* harmony import */ var _smart_buttongroup_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6867);
96
96
  /* harmony import */ var _smart_buttongroup_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_smart_buttongroup_js__WEBPACK_IMPORTED_MODULE_1__);
97
97
 
98
- /* Smart UI v23.0.8 (2025-05-13)
98
+ /* Smart UI v23.1.1 (2025-05-29)
99
99
  Copyright (c) 2011-2025 jQWidgets.
100
100
  License: https://htmlelements.com/license/ */ //
101
101
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -140,7 +140,7 @@ var __webpack_exports__ = {};
140
140
  /* harmony import */ var _smart_calendar_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(5810);
141
141
  /* harmony import */ var _smart_calendar_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_smart_calendar_js__WEBPACK_IMPORTED_MODULE_6__);
142
142
 
143
- /* Smart UI v23.0.8 (2025-05-13)
143
+ /* Smart UI v23.1.1 (2025-05-29)
144
144
  Copyright (c) 2011-2025 jQWidgets.
145
145
  License: https://htmlelements.com/license/ */ //
146
146
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -95,7 +95,7 @@ var __webpack_exports__ = {};
95
95
  /* harmony import */ var _smart_card_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2618);
96
96
  /* harmony import */ var _smart_card_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_smart_card_js__WEBPACK_IMPORTED_MODULE_1__);
97
97
 
98
- /* Smart UI v23.0.8 (2025-05-13)
98
+ /* Smart UI v23.1.1 (2025-05-29)
99
99
  Copyright (c) 2011-2025 jQWidgets.
100
100
  License: https://htmlelements.com/license/ */ //
101
101
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1073,7 +1073,7 @@ var __webpack_exports__ = {};
1073
1073
  /* harmony import */ var _smart_cardview_js__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(1091);
1074
1074
  /* harmony import */ var _smart_cardview_js__WEBPACK_IMPORTED_MODULE_26___default = /*#__PURE__*/__webpack_require__.n(_smart_cardview_js__WEBPACK_IMPORTED_MODULE_26__);
1075
1075
 
1076
- /* Smart UI v23.0.8 (2025-05-13)
1076
+ /* Smart UI v23.1.1 (2025-05-29)
1077
1077
  Copyright (c) 2011-2025 jQWidgets.
1078
1078
  License: https://htmlelements.com/license/ */ //
1079
1079
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -113,7 +113,7 @@ var __webpack_exports__ = {};
113
113
  /* harmony import */ var _smart_carousel_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(8585);
114
114
  /* harmony import */ var _smart_carousel_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_smart_carousel_js__WEBPACK_IMPORTED_MODULE_3__);
115
115
 
116
- /* Smart UI v23.0.8 (2025-05-13)
116
+ /* Smart UI v23.1.1 (2025-05-29)
117
117
  Copyright (c) 2011-2025 jQWidgets.
118
118
  License: https://htmlelements.com/license/ */ //
119
119
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -176,7 +176,7 @@ var __webpack_exports__ = {};
176
176
  /* harmony import */ var _smart_export_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(6802);
177
177
  /* harmony import */ var _smart_export_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_smart_export_js__WEBPACK_IMPORTED_MODULE_10__);
178
178
 
179
- /* Smart UI v23.0.8 (2025-05-13)
179
+ /* Smart UI v23.1.1 (2025-05-29)
180
180
  Copyright (c) 2011-2025 jQWidgets.
181
181
  License: https://htmlelements.com/license/ */ //
182
182
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -140,7 +140,7 @@ var __webpack_exports__ = {};
140
140
  /* harmony import */ var _smart_switchbutton_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(2616);
141
141
  /* harmony import */ var _smart_switchbutton_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_smart_switchbutton_js__WEBPACK_IMPORTED_MODULE_6__);
142
142
 
143
- /* Smart UI v23.0.8 (2025-05-13)
143
+ /* Smart UI v23.1.1 (2025-05-29)
144
144
  Copyright (c) 2011-2025 jQWidgets.
145
145
  License: https://htmlelements.com/license/ */ //
146
146
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -131,7 +131,7 @@ var __webpack_exports__ = {};
131
131
  /* harmony import */ var _smart_checkinput_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(2864);
132
132
  /* harmony import */ var _smart_checkinput_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_smart_checkinput_js__WEBPACK_IMPORTED_MODULE_5__);
133
133
 
134
- /* Smart UI v23.0.8 (2025-05-13)
134
+ /* Smart UI v23.1.1 (2025-05-29)
135
135
  Copyright (c) 2011-2025 jQWidgets.
136
136
  License: https://htmlelements.com/license/ */ //
137
137
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -104,7 +104,7 @@ var __webpack_exports__ = {};
104
104
  /* harmony import */ var _smart_chip_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(1059);
105
105
  /* harmony import */ var _smart_chip_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_smart_chip_js__WEBPACK_IMPORTED_MODULE_2__);
106
106
 
107
- /* Smart UI v23.0.8 (2025-05-13)
107
+ /* Smart UI v23.1.1 (2025-05-29)
108
108
  Copyright (c) 2011-2025 jQWidgets.
109
109
  License: https://htmlelements.com/license/ */ //
110
110
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -122,7 +122,7 @@ var __webpack_exports__ = {};
122
122
  /* harmony import */ var _smart_colorinput_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(4896);
123
123
  /* harmony import */ var _smart_colorinput_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_smart_colorinput_js__WEBPACK_IMPORTED_MODULE_4__);
124
124
 
125
- /* Smart UI v23.0.8 (2025-05-13)
125
+ /* Smart UI v23.1.1 (2025-05-29)
126
126
  Copyright (c) 2011-2025 jQWidgets.
127
127
  License: https://htmlelements.com/license/ */ //
128
128
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -167,7 +167,7 @@ var __webpack_exports__ = {};
167
167
  /* harmony import */ var _smart_colorpanel_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(9884);
168
168
  /* harmony import */ var _smart_colorpanel_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_smart_colorpanel_js__WEBPACK_IMPORTED_MODULE_9__);
169
169
 
170
- /* Smart UI v23.0.8 (2025-05-13)
170
+ /* Smart UI v23.1.1 (2025-05-29)
171
171
  Copyright (c) 2011-2025 jQWidgets.
172
172
  License: https://htmlelements.com/license/ */ //
173
173
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -185,7 +185,7 @@ var __webpack_exports__ = {};
185
185
  /* harmony import */ var _smart_colorpicker_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(4181);
186
186
  /* harmony import */ var _smart_colorpicker_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_smart_colorpicker_js__WEBPACK_IMPORTED_MODULE_11__);
187
187
 
188
- /* Smart UI v23.0.8 (2025-05-13)
188
+ /* Smart UI v23.1.1 (2025-05-29)
189
189
  Copyright (c) 2011-2025 jQWidgets.
190
190
  License: https://htmlelements.com/license/ */ //
191
191
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -149,7 +149,7 @@ var __webpack_exports__ = {};
149
149
  /* harmony import */ var _smart_combobox_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1139);
150
150
  /* harmony import */ var _smart_combobox_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_smart_combobox_js__WEBPACK_IMPORTED_MODULE_7__);
151
151
 
152
- /* Smart UI v23.0.8 (2025-05-13)
152
+ /* Smart UI v23.1.1 (2025-05-29)
153
153
  Copyright (c) 2011-2025 jQWidgets.
154
154
  License: https://htmlelements.com/license/ */ //
155
155
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -158,7 +158,7 @@ var __webpack_exports__ = {};
158
158
  /* harmony import */ var _smart_data_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(6057);
159
159
  /* harmony import */ var _smart_data_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_smart_data_js__WEBPACK_IMPORTED_MODULE_8__);
160
160
 
161
- /* Smart UI v23.0.8 (2025-05-13)
161
+ /* Smart UI v23.1.1 (2025-05-29)
162
162
  Copyright (c) 2011-2025 jQWidgets.
163
163
  License: https://htmlelements.com/license/ */ //
164
164
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -122,7 +122,7 @@ var __webpack_exports__ = {};
122
122
  /* harmony import */ var _smart_countryinput_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(3738);
123
123
  /* harmony import */ var _smart_countryinput_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_smart_countryinput_js__WEBPACK_IMPORTED_MODULE_4__);
124
124
 
125
- /* Smart UI v23.0.8 (2025-05-13)
125
+ /* Smart UI v23.1.1 (2025-05-29)
126
126
  Copyright (c) 2011-2025 jQWidgets.
127
127
  License: https://htmlelements.com/license/ */ //
128
128
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -140,7 +140,7 @@ var __webpack_exports__ = {};
140
140
  /* harmony import */ var _smart_dateinput_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(501);
141
141
  /* harmony import */ var _smart_dateinput_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_smart_dateinput_js__WEBPACK_IMPORTED_MODULE_6__);
142
142
 
143
- /* Smart UI v23.0.8 (2025-05-13)
143
+ /* Smart UI v23.1.1 (2025-05-29)
144
144
  Copyright (c) 2011-2025 jQWidgets.
145
145
  License: https://htmlelements.com/license/ */ //
146
146
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -185,7 +185,7 @@ var __webpack_exports__ = {};
185
185
  /* harmony import */ var _smart_dateinput_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(501);
186
186
  /* harmony import */ var _smart_dateinput_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_smart_dateinput_js__WEBPACK_IMPORTED_MODULE_11__);
187
187
 
188
- /* Smart UI v23.0.8 (2025-05-13)
188
+ /* Smart UI v23.1.1 (2025-05-29)
189
189
  Copyright (c) 2011-2025 jQWidgets.
190
190
  License: https://htmlelements.com/license/ */ //
191
191
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -203,7 +203,7 @@ var __webpack_exports__ = {};
203
203
  /* harmony import */ var _smart_datetimepicker_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(7054);
204
204
  /* harmony import */ var _smart_datetimepicker_js__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_smart_datetimepicker_js__WEBPACK_IMPORTED_MODULE_13__);
205
205
 
206
- /* Smart UI v23.0.8 (2025-05-13)
206
+ /* Smart UI v23.1.1 (2025-05-29)
207
207
  Copyright (c) 2011-2025 jQWidgets.
208
208
  License: https://htmlelements.com/license/ */ //
209
209
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -140,7 +140,7 @@ var __webpack_exports__ = {};
140
140
  /* harmony import */ var _smart_dockinglayout_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(6621);
141
141
  /* harmony import */ var _smart_dockinglayout_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_smart_dockinglayout_js__WEBPACK_IMPORTED_MODULE_6__);
142
142
 
143
- /* Smart UI v23.0.8 (2025-05-13)
143
+ /* Smart UI v23.1.1 (2025-05-29)
144
144
  Copyright (c) 2011-2025 jQWidgets.
145
145
  License: https://htmlelements.com/license/ */ //
146
146
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -149,7 +149,7 @@ var __webpack_exports__ = {};
149
149
  /* harmony import */ var _smart_switchbutton_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(2616);
150
150
  /* harmony import */ var _smart_switchbutton_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_smart_switchbutton_js__WEBPACK_IMPORTED_MODULE_7__);
151
151
 
152
- /* Smart UI v23.0.8 (2025-05-13)
152
+ /* Smart UI v23.1.1 (2025-05-29)
153
153
  Copyright (c) 2011-2025 jQWidgets.
154
154
  License: https://htmlelements.com/license/ */ //
155
155
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v23.0.8 (2025-05-13)
2
+ /* Smart UI v23.1.1 (2025-05-29)
3
3
  Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -122,7 +122,7 @@ var __webpack_exports__ = {};
122
122
  /* harmony import */ var _smart_dropdownlist_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7650);
123
123
  /* harmony import */ var _smart_dropdownlist_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_smart_dropdownlist_js__WEBPACK_IMPORTED_MODULE_4__);
124
124
 
125
- /* Smart UI v23.0.8 (2025-05-13)
125
+ /* Smart UI v23.1.1 (2025-05-29)
126
126
  Copyright (c) 2011-2025 jQWidgets.
127
127
  License: https://htmlelements.com/license/ */ //
128
128