x4js 1.5.1 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (301) hide show
  1. package/lib/README.md +19 -0
  2. package/lib/changelog.txt +5 -0
  3. package/lib/cjs/version.js +1 -1
  4. package/lib/esm/version.js +1 -1
  5. package/lib/license.md +21 -0
  6. package/lib/{ts_src → src}/MIT-license.md +0 -0
  7. package/lib/{ts_src → src}/action.ts +0 -0
  8. package/lib/{ts_src → src}/alpha.jpg +0 -0
  9. package/lib/{ts_src → src}/application.ts +0 -0
  10. package/lib/{ts_src → src}/autocomplete.ts +0 -0
  11. package/lib/{ts_src → src}/base64.ts +0 -0
  12. package/lib/{ts_src → src}/base_component.ts +0 -0
  13. package/lib/{ts_src → src}/button.ts +0 -0
  14. package/lib/{ts_src → src}/calendar.ts +0 -0
  15. package/lib/{ts_src → src}/canvas.ts +0 -0
  16. package/lib/{ts_src → src}/cardview.ts +0 -0
  17. package/lib/{ts_src → src}/checkbox.ts +0 -0
  18. package/lib/{ts_src → src}/color.ts +0 -0
  19. package/lib/{ts_src → src}/colorpicker.ts +0 -0
  20. package/lib/{ts_src → src}/combobox.ts +0 -0
  21. package/lib/{ts_src → src}/component.ts +0 -0
  22. package/lib/{ts_src → src}/datastore.ts +0 -0
  23. package/lib/{ts_src → src}/dialog.ts +0 -0
  24. package/lib/{ts_src → src}/dom_events.ts +0 -0
  25. package/lib/{ts_src → src}/drag_manager.ts +0 -0
  26. package/lib/{ts_src → src}/drawtext.ts +0 -0
  27. package/lib/{ts_src → src}/fileupload.ts +0 -0
  28. package/lib/{ts_src → src}/form.ts +0 -0
  29. package/lib/{ts_src → src}/formatters.ts +0 -0
  30. package/lib/{ts_src → src}/gridview.ts +0 -0
  31. package/lib/{ts_src → src}/i18n.ts +0 -0
  32. package/lib/{ts_src → src}/icon.ts +0 -0
  33. package/lib/{ts_src → src}/image.ts +0 -0
  34. package/lib/{ts_src → src}/index.ts +0 -0
  35. package/lib/{ts_src → src}/input.ts +0 -0
  36. package/lib/{ts_src → src}/label.ts +0 -0
  37. package/lib/{ts_src → src}/layout.ts +0 -0
  38. package/lib/{ts_src → src}/link.ts +0 -0
  39. package/lib/{ts_src → src}/listview.ts +0 -0
  40. package/lib/{ts_src → src}/md5.ts +0 -0
  41. package/lib/{ts_src → src}/menu.ts +0 -0
  42. package/lib/{ts_src → src}/messagebox.ts +0 -0
  43. package/lib/{ts_src → src}/panel.ts +0 -0
  44. package/lib/{ts_src → src}/popup.ts +0 -0
  45. package/lib/{ts_src → src}/property_editor.ts +0 -0
  46. package/lib/{ts_src → src}/radiobtn.ts +0 -0
  47. package/lib/{ts_src → src}/rating.ts +0 -0
  48. package/lib/{ts_src → src}/request.ts +0 -0
  49. package/lib/{ts_src → src}/router.ts +0 -0
  50. package/lib/{ts_src → src}/settings.ts +0 -0
  51. package/lib/{ts_src → src}/sidebarview.ts +0 -0
  52. package/lib/{ts_src → src}/spreadsheet.ts +0 -0
  53. package/lib/{ts_src → src}/styles.ts +0 -0
  54. package/lib/{ts_src → src}/svgcomponent.ts +0 -0
  55. package/lib/{ts_src → src}/tabbar.ts +0 -0
  56. package/lib/{ts_src → src}/tabview.ts +0 -0
  57. package/lib/{ts_src → src}/textarea.ts +0 -0
  58. package/lib/{ts_src → src}/textedit.ts +0 -0
  59. package/lib/{ts_src → src}/toaster.ts +0 -0
  60. package/lib/{ts_src → src}/tools.ts +0 -0
  61. package/lib/{ts_src → src}/tooltips.ts +0 -0
  62. package/lib/{ts_src → src}/treeview.ts +0 -0
  63. package/lib/{ts_src → src}/version.ts +1 -1
  64. package/lib/{ts_src → src}/x4.less +0 -0
  65. package/lib/{ts_src → src}/x4dom.ts +0 -0
  66. package/lib/{ts_src → src}/x4events.ts +0 -0
  67. package/lib/{ts_src → src}/x4react.ts +0 -0
  68. package/lib/{cjs → types}/action.d.ts +0 -0
  69. package/lib/{cjs → types}/application.d.ts +0 -0
  70. package/lib/{cjs → types}/autocomplete.d.ts +0 -0
  71. package/lib/{cjs → types}/base_component.d.ts +0 -0
  72. package/lib/{cjs → types}/button.d.ts +0 -0
  73. package/lib/{cjs → types}/calendar.d.ts +0 -0
  74. package/lib/{cjs → types}/canvas.d.ts +0 -0
  75. package/lib/{cjs → types}/cardview.d.ts +0 -0
  76. package/lib/{cjs → types}/checkbox.d.ts +0 -0
  77. package/lib/{cjs → types}/color.d.ts +0 -0
  78. package/lib/{cjs → types}/colorpicker.d.ts +0 -0
  79. package/lib/{cjs → types}/combobox.d.ts +0 -0
  80. package/lib/{cjs → types}/component.d.ts +0 -0
  81. package/lib/{cjs → types}/datastore.d.ts +0 -0
  82. package/lib/{cjs → types}/dialog.d.ts +0 -0
  83. package/lib/{cjs → types}/dom_events.d.ts +0 -0
  84. package/lib/{cjs → types}/drag_manager.d.ts +0 -0
  85. package/lib/{cjs → types}/drawtext.d.ts +0 -0
  86. package/lib/{cjs → types}/fileupload.d.ts +0 -0
  87. package/lib/{cjs → types}/form.d.ts +0 -0
  88. package/lib/{cjs → types}/formatters.d.ts +0 -0
  89. package/lib/{cjs → types}/gridview.d.ts +0 -0
  90. package/lib/{cjs → types}/i18n.d.ts +0 -0
  91. package/lib/{cjs → types}/icon.d.ts +0 -0
  92. package/lib/{cjs → types}/image.d.ts +0 -0
  93. package/lib/{cjs → types}/index.d.ts +0 -0
  94. package/lib/{cjs → types}/input.d.ts +0 -0
  95. package/lib/{cjs → types}/label.d.ts +0 -0
  96. package/lib/{cjs → types}/layout.d.ts +0 -0
  97. package/lib/{cjs → types}/link.d.ts +0 -0
  98. package/lib/{cjs → types}/listview.d.ts +0 -0
  99. package/lib/{cjs → types}/md5.d.ts +0 -0
  100. package/lib/{cjs → types}/menu.d.ts +0 -0
  101. package/lib/{cjs → types}/messagebox.d.ts +0 -0
  102. package/lib/{cjs → types}/panel.d.ts +0 -0
  103. package/lib/{cjs → types}/popup.d.ts +0 -0
  104. package/lib/{cjs → types}/property_editor.d.ts +0 -0
  105. package/lib/{cjs → types}/radiobtn.d.ts +0 -0
  106. package/lib/{cjs → types}/rating.d.ts +0 -0
  107. package/lib/{cjs → types}/request.d.ts +0 -0
  108. package/lib/{cjs → types}/router.d.ts +0 -0
  109. package/lib/{cjs → types}/settings.d.ts +0 -0
  110. package/lib/{cjs → types}/sidebarview.d.ts +0 -0
  111. package/lib/{cjs → types}/spreadsheet.d.ts +0 -0
  112. package/lib/{cjs → types}/styles.d.ts +0 -0
  113. package/lib/{cjs → types}/svgcomponent.d.ts +0 -0
  114. package/lib/{cjs → types}/tabbar.d.ts +0 -0
  115. package/lib/{cjs → types}/tabview.d.ts +0 -0
  116. package/lib/{cjs → types}/textarea.d.ts +0 -0
  117. package/lib/{cjs → types}/textedit.d.ts +0 -0
  118. package/lib/{cjs → types}/toaster.d.ts +0 -0
  119. package/lib/{cjs → types}/tools.d.ts +0 -0
  120. package/lib/{cjs → types}/tooltips.d.ts +0 -0
  121. package/lib/{cjs → types}/treeview.d.ts +0 -0
  122. package/lib/{esm/types → types}/version.d.ts +1 -1
  123. package/lib/{cjs/types → types}/x4dom.d.ts +0 -0
  124. package/lib/{cjs → types}/x4events.d.ts +0 -0
  125. package/lib/{cjs/types → types}/x4react.d.ts +0 -0
  126. package/lib/x4.css +1780 -0
  127. package/package.json +11 -12
  128. package/lib/cjs/types/action.d.ts +0 -57
  129. package/lib/cjs/types/application.d.ts +0 -104
  130. package/lib/cjs/types/autocomplete.d.ts +0 -58
  131. package/lib/cjs/types/base_component.d.ts +0 -88
  132. package/lib/cjs/types/button.d.ts +0 -151
  133. package/lib/cjs/types/calendar.d.ts +0 -81
  134. package/lib/cjs/types/canvas.d.ts +0 -92
  135. package/lib/cjs/types/cardview.d.ts +0 -87
  136. package/lib/cjs/types/checkbox.d.ts +0 -77
  137. package/lib/cjs/types/color.d.ts +0 -148
  138. package/lib/cjs/types/colorpicker.d.ts +0 -107
  139. package/lib/cjs/types/combobox.d.ts +0 -101
  140. package/lib/cjs/types/component.d.ts +0 -601
  141. package/lib/cjs/types/datastore.d.ts +0 -396
  142. package/lib/cjs/types/dialog.d.ts +0 -175
  143. package/lib/cjs/types/dom_events.d.ts +0 -302
  144. package/lib/cjs/types/drag_manager.d.ts +0 -54
  145. package/lib/cjs/types/drawtext.d.ts +0 -48
  146. package/lib/cjs/types/fileupload.d.ts +0 -64
  147. package/lib/cjs/types/form.d.ts +0 -126
  148. package/lib/cjs/types/formatters.d.ts +0 -35
  149. package/lib/cjs/types/gridview.d.ts +0 -175
  150. package/lib/cjs/types/i18n.d.ts +0 -73
  151. package/lib/cjs/types/icon.d.ts +0 -64
  152. package/lib/cjs/types/image.d.ts +0 -55
  153. package/lib/cjs/types/index.d.ts +0 -83
  154. package/lib/cjs/types/input.d.ts +0 -91
  155. package/lib/cjs/types/label.d.ts +0 -58
  156. package/lib/cjs/types/layout.d.ts +0 -87
  157. package/lib/cjs/types/link.d.ts +0 -50
  158. package/lib/cjs/types/listview.d.ts +0 -178
  159. package/lib/cjs/types/md5.d.ts +0 -61
  160. package/lib/cjs/types/menu.d.ts +0 -130
  161. package/lib/cjs/types/messagebox.d.ts +0 -68
  162. package/lib/cjs/types/panel.d.ts +0 -47
  163. package/lib/cjs/types/popup.d.ts +0 -75
  164. package/lib/cjs/types/property_editor.d.ts +0 -71
  165. package/lib/cjs/types/radiobtn.d.ts +0 -72
  166. package/lib/cjs/types/rating.d.ts +0 -53
  167. package/lib/cjs/types/request.d.ts +0 -52
  168. package/lib/cjs/types/router.d.ts +0 -42
  169. package/lib/cjs/types/settings.d.ts +0 -37
  170. package/lib/cjs/types/sidebarview.d.ts +0 -49
  171. package/lib/cjs/types/spreadsheet.d.ts +0 -218
  172. package/lib/cjs/types/styles.d.ts +0 -85
  173. package/lib/cjs/types/svgcomponent.d.ts +0 -191
  174. package/lib/cjs/types/tabbar.d.ts +0 -58
  175. package/lib/cjs/types/tabview.d.ts +0 -49
  176. package/lib/cjs/types/textarea.d.ts +0 -63
  177. package/lib/cjs/types/textedit.d.ts +0 -123
  178. package/lib/cjs/types/toaster.d.ts +0 -42
  179. package/lib/cjs/types/tools.d.ts +0 -394
  180. package/lib/cjs/types/tooltips.d.ts +0 -46
  181. package/lib/cjs/types/treeview.d.ts +0 -132
  182. package/lib/cjs/types/version.d.ts +0 -29
  183. package/lib/cjs/types/x4events.d.ts +0 -269
  184. package/lib/cjs/version.d.ts +0 -29
  185. package/lib/cjs/x4dom.d.ts +0 -49
  186. package/lib/cjs/x4react.d.ts +0 -41
  187. package/lib/esm/action.d.ts +0 -57
  188. package/lib/esm/application.d.ts +0 -104
  189. package/lib/esm/autocomplete.d.ts +0 -58
  190. package/lib/esm/base_component.d.ts +0 -88
  191. package/lib/esm/button.d.ts +0 -151
  192. package/lib/esm/calendar.d.ts +0 -81
  193. package/lib/esm/canvas.d.ts +0 -92
  194. package/lib/esm/cardview.d.ts +0 -87
  195. package/lib/esm/checkbox.d.ts +0 -77
  196. package/lib/esm/color.d.ts +0 -148
  197. package/lib/esm/colorpicker.d.ts +0 -107
  198. package/lib/esm/combobox.d.ts +0 -101
  199. package/lib/esm/component.d.ts +0 -601
  200. package/lib/esm/datastore.d.ts +0 -396
  201. package/lib/esm/dialog.d.ts +0 -175
  202. package/lib/esm/dom_events.d.ts +0 -302
  203. package/lib/esm/drag_manager.d.ts +0 -54
  204. package/lib/esm/drawtext.d.ts +0 -48
  205. package/lib/esm/fileupload.d.ts +0 -64
  206. package/lib/esm/form.d.ts +0 -126
  207. package/lib/esm/formatters.d.ts +0 -35
  208. package/lib/esm/gridview.d.ts +0 -175
  209. package/lib/esm/i18n.d.ts +0 -73
  210. package/lib/esm/icon.d.ts +0 -64
  211. package/lib/esm/image.d.ts +0 -55
  212. package/lib/esm/index.d.ts +0 -83
  213. package/lib/esm/input.d.ts +0 -91
  214. package/lib/esm/label.d.ts +0 -58
  215. package/lib/esm/layout.d.ts +0 -87
  216. package/lib/esm/link.d.ts +0 -50
  217. package/lib/esm/listview.d.ts +0 -178
  218. package/lib/esm/md5.d.ts +0 -61
  219. package/lib/esm/menu.d.ts +0 -130
  220. package/lib/esm/messagebox.d.ts +0 -68
  221. package/lib/esm/panel.d.ts +0 -47
  222. package/lib/esm/popup.d.ts +0 -75
  223. package/lib/esm/property_editor.d.ts +0 -71
  224. package/lib/esm/radiobtn.d.ts +0 -72
  225. package/lib/esm/rating.d.ts +0 -53
  226. package/lib/esm/request.d.ts +0 -52
  227. package/lib/esm/router.d.ts +0 -42
  228. package/lib/esm/settings.d.ts +0 -37
  229. package/lib/esm/sidebarview.d.ts +0 -49
  230. package/lib/esm/spreadsheet.d.ts +0 -218
  231. package/lib/esm/styles.d.ts +0 -85
  232. package/lib/esm/svgcomponent.d.ts +0 -191
  233. package/lib/esm/tabbar.d.ts +0 -58
  234. package/lib/esm/tabview.d.ts +0 -49
  235. package/lib/esm/textarea.d.ts +0 -63
  236. package/lib/esm/textedit.d.ts +0 -123
  237. package/lib/esm/toaster.d.ts +0 -42
  238. package/lib/esm/tools.d.ts +0 -394
  239. package/lib/esm/tooltips.d.ts +0 -46
  240. package/lib/esm/treeview.d.ts +0 -132
  241. package/lib/esm/types/action.d.ts +0 -57
  242. package/lib/esm/types/application.d.ts +0 -104
  243. package/lib/esm/types/autocomplete.d.ts +0 -58
  244. package/lib/esm/types/base_component.d.ts +0 -88
  245. package/lib/esm/types/button.d.ts +0 -151
  246. package/lib/esm/types/calendar.d.ts +0 -81
  247. package/lib/esm/types/canvas.d.ts +0 -92
  248. package/lib/esm/types/cardview.d.ts +0 -87
  249. package/lib/esm/types/checkbox.d.ts +0 -77
  250. package/lib/esm/types/color.d.ts +0 -148
  251. package/lib/esm/types/colorpicker.d.ts +0 -107
  252. package/lib/esm/types/combobox.d.ts +0 -101
  253. package/lib/esm/types/component.d.ts +0 -601
  254. package/lib/esm/types/datastore.d.ts +0 -396
  255. package/lib/esm/types/dialog.d.ts +0 -175
  256. package/lib/esm/types/dom_events.d.ts +0 -302
  257. package/lib/esm/types/drag_manager.d.ts +0 -54
  258. package/lib/esm/types/drawtext.d.ts +0 -48
  259. package/lib/esm/types/fileupload.d.ts +0 -64
  260. package/lib/esm/types/form.d.ts +0 -126
  261. package/lib/esm/types/formatters.d.ts +0 -35
  262. package/lib/esm/types/gridview.d.ts +0 -175
  263. package/lib/esm/types/i18n.d.ts +0 -73
  264. package/lib/esm/types/icon.d.ts +0 -64
  265. package/lib/esm/types/image.d.ts +0 -55
  266. package/lib/esm/types/index.d.ts +0 -83
  267. package/lib/esm/types/input.d.ts +0 -91
  268. package/lib/esm/types/label.d.ts +0 -58
  269. package/lib/esm/types/layout.d.ts +0 -87
  270. package/lib/esm/types/link.d.ts +0 -50
  271. package/lib/esm/types/listview.d.ts +0 -178
  272. package/lib/esm/types/md5.d.ts +0 -61
  273. package/lib/esm/types/menu.d.ts +0 -130
  274. package/lib/esm/types/messagebox.d.ts +0 -68
  275. package/lib/esm/types/panel.d.ts +0 -47
  276. package/lib/esm/types/popup.d.ts +0 -75
  277. package/lib/esm/types/property_editor.d.ts +0 -71
  278. package/lib/esm/types/radiobtn.d.ts +0 -72
  279. package/lib/esm/types/rating.d.ts +0 -53
  280. package/lib/esm/types/request.d.ts +0 -52
  281. package/lib/esm/types/router.d.ts +0 -42
  282. package/lib/esm/types/settings.d.ts +0 -37
  283. package/lib/esm/types/sidebarview.d.ts +0 -49
  284. package/lib/esm/types/spreadsheet.d.ts +0 -218
  285. package/lib/esm/types/styles.d.ts +0 -85
  286. package/lib/esm/types/svgcomponent.d.ts +0 -191
  287. package/lib/esm/types/tabbar.d.ts +0 -58
  288. package/lib/esm/types/tabview.d.ts +0 -49
  289. package/lib/esm/types/textarea.d.ts +0 -63
  290. package/lib/esm/types/textedit.d.ts +0 -123
  291. package/lib/esm/types/toaster.d.ts +0 -42
  292. package/lib/esm/types/tools.d.ts +0 -394
  293. package/lib/esm/types/tooltips.d.ts +0 -46
  294. package/lib/esm/types/treeview.d.ts +0 -132
  295. package/lib/esm/types/x4dom.d.ts +0 -49
  296. package/lib/esm/types/x4events.d.ts +0 -269
  297. package/lib/esm/types/x4react.d.ts +0 -41
  298. package/lib/esm/version.d.ts +0 -29
  299. package/lib/esm/x4dom.d.ts +0 -49
  300. package/lib/esm/x4events.d.ts +0 -269
  301. package/lib/esm/x4react.d.ts +0 -41
package/lib/README.md ADDED
@@ -0,0 +1,19 @@
1
+ # x4js framework
2
+
3
+ This is the x4 framework repository.
4
+
5
+ X4 is a full typescript framework to develop Web or Desktop applications.
6
+ Included more than 50 controls like grids, charts, etc. Everything needed to push the limits of your creativity.
7
+ If these components are not enough, you can create your in few lines.
8
+
9
+ ## Home page
10
+ see [home](https://x4js.org)
11
+
12
+
13
+ ## Documentation
14
+ see [documentation](https://x4js.org/doc/)
15
+
16
+ ## API
17
+ see [API](https://x4js.org/api/)
18
+
19
+
@@ -0,0 +1,5 @@
1
+ 2022/12/05 : 1.5.1 --------------------------------------------------------
2
+ icon.ts - now accepts direct <svg>..</svg> in argument (var or other)
3
+
4
+ 2022/11/24 : 1.5.0 --------------------------------------------------------
5
+ tools.js - crc32 optimization
@@ -29,4 +29,4 @@
29
29
  **/
30
30
  Object.defineProperty(exports, "__esModule", { value: true });
31
31
  exports.x4js_version = void 0;
32
- exports.x4js_version = "1.4";
32
+ exports.x4js_version = "1.5.2";
@@ -26,4 +26,4 @@
26
26
  * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
27
27
  * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28
28
  **/
29
- export const x4js_version = "1.4";
29
+ export const x4js_version = "1.5.2";
package/lib/license.md ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2022 R-Libre ingénierie
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -27,4 +27,4 @@
27
27
  * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28
28
  **/
29
29
 
30
- export const x4js_version = "1.4";
30
+ export const x4js_version = "1.5.2";
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -26,4 +26,4 @@
26
26
  * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
27
27
  * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28
28
  **/
29
- export declare const x4js_version = "1.4";
29
+ export declare const x4js_version = "1.5.2";
File without changes
File without changes
File without changes