devextreme-vue 25.2.7 → 26.1.2-beta

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 (335) hide show
  1. package/cjs/accordion.d.ts +4 -4
  2. package/cjs/accordion.js +2 -2
  3. package/cjs/action-sheet.d.ts +2 -2
  4. package/cjs/action-sheet.js +2 -2
  5. package/cjs/autocomplete.d.ts +7 -2
  6. package/cjs/autocomplete.js +4 -2
  7. package/cjs/bar-gauge.d.ts +2 -2
  8. package/cjs/bar-gauge.js +2 -2
  9. package/cjs/box.d.ts +2 -2
  10. package/cjs/box.js +2 -2
  11. package/cjs/bullet.d.ts +2 -2
  12. package/cjs/bullet.js +2 -2
  13. package/cjs/button-group.d.ts +4 -4
  14. package/cjs/button-group.js +2 -2
  15. package/cjs/button.d.ts +2 -2
  16. package/cjs/button.js +2 -2
  17. package/cjs/calendar.d.ts +5 -5
  18. package/cjs/calendar.js +2 -2
  19. package/cjs/card-view.d.ts +4 -4
  20. package/cjs/card-view.js +2 -2
  21. package/cjs/chart.d.ts +2 -2
  22. package/cjs/chart.js +2 -2
  23. package/cjs/chat.d.ts +478 -8
  24. package/cjs/chat.js +294 -4
  25. package/cjs/check-box.d.ts +2 -2
  26. package/cjs/check-box.js +2 -2
  27. package/cjs/circular-gauge.d.ts +2 -2
  28. package/cjs/circular-gauge.js +2 -2
  29. package/cjs/color-box.d.ts +9 -4
  30. package/cjs/color-box.js +4 -2
  31. package/cjs/common/ai-integration.d.ts +4 -3
  32. package/cjs/common/ai-integration.js +2 -2
  33. package/cjs/common/charts.d.ts +4 -3
  34. package/cjs/common/charts.js +2 -2
  35. package/cjs/common/core/animation.d.ts +4 -3
  36. package/cjs/common/core/animation.js +2 -2
  37. package/cjs/common/core/environment.d.ts +4 -3
  38. package/cjs/common/core/environment.js +2 -2
  39. package/cjs/common/core/events.d.ts +4 -3
  40. package/cjs/common/core/events.js +2 -2
  41. package/cjs/common/core/index.d.ts +2 -2
  42. package/cjs/common/core/index.js +2 -2
  43. package/cjs/common/core/localization.d.ts +4 -3
  44. package/cjs/common/core/localization.js +2 -2
  45. package/cjs/common/data/custom-store.d.ts +2 -2
  46. package/cjs/common/data/custom-store.js +2 -2
  47. package/cjs/common/data.d.ts +4 -3
  48. package/cjs/common/data.js +2 -2
  49. package/cjs/common/export/excel.d.ts +4 -3
  50. package/cjs/common/export/excel.js +2 -2
  51. package/cjs/common/export/index.d.ts +2 -2
  52. package/cjs/common/export/index.js +2 -2
  53. package/cjs/common/export/pdf.d.ts +4 -3
  54. package/cjs/common/export/pdf.js +2 -2
  55. package/cjs/common/grids.d.ts +3 -3
  56. package/cjs/common/grids.js +2 -2
  57. package/cjs/common/index.d.ts +289 -9
  58. package/cjs/common/index.js +91 -8
  59. package/cjs/context-menu.d.ts +8 -8
  60. package/cjs/context-menu.js +2 -2
  61. package/cjs/core/children-processing.d.ts +2 -2
  62. package/cjs/core/children-processing.js +2 -2
  63. package/cjs/core/component.d.ts +2 -2
  64. package/cjs/core/component.js +3 -3
  65. package/cjs/core/config.d.ts +2 -2
  66. package/cjs/core/config.js +2 -2
  67. package/cjs/core/configuration-component.d.ts +2 -2
  68. package/cjs/core/configuration-component.js +2 -2
  69. package/cjs/core/configuration.d.ts +2 -2
  70. package/cjs/core/configuration.js +2 -2
  71. package/cjs/core/constants.d.ts +2 -2
  72. package/cjs/core/constants.js +2 -2
  73. package/cjs/core/extension-component.d.ts +2 -2
  74. package/cjs/core/extension-component.js +2 -2
  75. package/cjs/core/helpers.d.ts +2 -2
  76. package/cjs/core/helpers.js +2 -2
  77. package/cjs/core/index.d.ts +2 -2
  78. package/cjs/core/index.js +2 -2
  79. package/cjs/core/templates-discovering.d.ts +2 -2
  80. package/cjs/core/templates-discovering.js +2 -2
  81. package/cjs/core/templates-manager.d.ts +2 -2
  82. package/cjs/core/templates-manager.js +2 -2
  83. package/cjs/core/version.d.ts +2 -2
  84. package/cjs/core/version.js +2 -2
  85. package/cjs/core/vue-helper.d.ts +2 -2
  86. package/cjs/core/vue-helper.js +2 -2
  87. package/cjs/data-grid.d.ts +57 -8
  88. package/cjs/data-grid.js +39 -5
  89. package/cjs/date-box.d.ts +10 -5
  90. package/cjs/date-box.js +4 -2
  91. package/cjs/date-range-box.d.ts +10 -5
  92. package/cjs/date-range-box.js +4 -2
  93. package/cjs/diagram.d.ts +9 -9
  94. package/cjs/diagram.js +2 -2
  95. package/cjs/draggable.d.ts +2 -2
  96. package/cjs/draggable.js +2 -2
  97. package/cjs/drawer.d.ts +2 -2
  98. package/cjs/drawer.js +2 -2
  99. package/cjs/drop-down-box.d.ts +9 -4
  100. package/cjs/drop-down-box.js +4 -2
  101. package/cjs/drop-down-button.d.ts +7 -2
  102. package/cjs/drop-down-button.js +4 -2
  103. package/cjs/file-manager.d.ts +2 -2
  104. package/cjs/file-manager.js +2 -2
  105. package/cjs/file-uploader.d.ts +2 -2
  106. package/cjs/file-uploader.js +2 -2
  107. package/cjs/filter-builder.d.ts +2 -2
  108. package/cjs/filter-builder.js +2 -2
  109. package/cjs/form.d.ts +4 -4
  110. package/cjs/form.js +2 -2
  111. package/cjs/funnel.d.ts +2 -2
  112. package/cjs/funnel.js +2 -2
  113. package/cjs/gallery.d.ts +2 -2
  114. package/cjs/gallery.js +2 -2
  115. package/cjs/gantt.d.ts +39 -39
  116. package/cjs/gantt.js +2 -2
  117. package/cjs/html-editor.d.ts +2 -2
  118. package/cjs/html-editor.js +2 -2
  119. package/cjs/index.d.ts +2 -3
  120. package/cjs/index.js +3 -5
  121. package/cjs/linear-gauge.d.ts +2 -2
  122. package/cjs/linear-gauge.js +2 -2
  123. package/cjs/list.d.ts +4 -4
  124. package/cjs/list.js +2 -2
  125. package/cjs/load-indicator.d.ts +2 -2
  126. package/cjs/load-indicator.js +2 -2
  127. package/cjs/load-panel.d.ts +2 -2
  128. package/cjs/load-panel.js +2 -2
  129. package/cjs/lookup.d.ts +7 -2
  130. package/cjs/lookup.js +4 -2
  131. package/cjs/map.d.ts +2 -2
  132. package/cjs/map.js +2 -2
  133. package/cjs/menu.d.ts +8 -8
  134. package/cjs/menu.js +2 -2
  135. package/cjs/multi-view.d.ts +2 -2
  136. package/cjs/multi-view.js +2 -2
  137. package/cjs/number-box.d.ts +2 -2
  138. package/cjs/number-box.js +2 -2
  139. package/cjs/pagination.d.ts +2 -2
  140. package/cjs/pagination.js +2 -2
  141. package/cjs/pie-chart.d.ts +2 -2
  142. package/cjs/pie-chart.js +2 -2
  143. package/cjs/pivot-grid-field-chooser.d.ts +2 -2
  144. package/cjs/pivot-grid-field-chooser.js +2 -2
  145. package/cjs/pivot-grid.d.ts +2 -2
  146. package/cjs/pivot-grid.js +2 -2
  147. package/cjs/polar-chart.d.ts +2 -2
  148. package/cjs/polar-chart.js +2 -2
  149. package/cjs/popover.d.ts +8 -3
  150. package/cjs/popover.js +4 -2
  151. package/cjs/popup.d.ts +8 -3
  152. package/cjs/popup.js +4 -2
  153. package/cjs/progress-bar.d.ts +2 -2
  154. package/cjs/progress-bar.js +2 -2
  155. package/cjs/radio-group.d.ts +2 -2
  156. package/cjs/radio-group.js +2 -2
  157. package/cjs/range-selector.d.ts +2 -2
  158. package/cjs/range-selector.js +2 -2
  159. package/cjs/range-slider.d.ts +2 -2
  160. package/cjs/range-slider.js +2 -2
  161. package/cjs/resizable.d.ts +2 -2
  162. package/cjs/resizable.js +2 -2
  163. package/cjs/responsive-box.d.ts +2 -2
  164. package/cjs/responsive-box.js +2 -2
  165. package/cjs/sankey.d.ts +2 -2
  166. package/cjs/sankey.js +2 -2
  167. package/cjs/scheduler.d.ts +33 -13
  168. package/cjs/scheduler.js +12 -2
  169. package/cjs/scroll-view.d.ts +4 -4
  170. package/cjs/scroll-view.js +2 -2
  171. package/cjs/select-box.d.ts +9 -4
  172. package/cjs/select-box.js +4 -2
  173. package/cjs/slider.d.ts +2 -2
  174. package/cjs/slider.js +2 -2
  175. package/cjs/sortable.d.ts +2 -2
  176. package/cjs/sortable.js +2 -2
  177. package/cjs/sparkline.d.ts +2 -2
  178. package/cjs/sparkline.js +2 -2
  179. package/cjs/speech-to-text.d.ts +2 -2
  180. package/cjs/speech-to-text.js +2 -2
  181. package/cjs/speed-dial-action.d.ts +2 -2
  182. package/cjs/speed-dial-action.js +2 -2
  183. package/cjs/splitter.d.ts +2 -2
  184. package/cjs/splitter.js +2 -2
  185. package/cjs/stepper.d.ts +2 -2
  186. package/cjs/stepper.js +2 -2
  187. package/cjs/switch.d.ts +2 -2
  188. package/cjs/switch.js +2 -2
  189. package/cjs/tab-panel.d.ts +4 -4
  190. package/cjs/tab-panel.js +2 -2
  191. package/cjs/tabs.d.ts +4 -4
  192. package/cjs/tabs.js +2 -2
  193. package/cjs/tag-box.d.ts +9 -4
  194. package/cjs/tag-box.js +4 -2
  195. package/cjs/text-area.d.ts +2 -2
  196. package/cjs/text-area.js +2 -2
  197. package/cjs/text-box.d.ts +2 -2
  198. package/cjs/text-box.js +2 -2
  199. package/cjs/tile-view.d.ts +2 -2
  200. package/cjs/tile-view.js +2 -2
  201. package/cjs/toast.d.ts +2 -2
  202. package/cjs/toast.js +2 -2
  203. package/cjs/toolbar.d.ts +2 -2
  204. package/cjs/toolbar.js +2 -2
  205. package/cjs/tooltip.d.ts +8 -3
  206. package/cjs/tooltip.js +4 -2
  207. package/cjs/tree-list.d.ts +65 -16
  208. package/cjs/tree-list.js +38 -4
  209. package/cjs/tree-map.d.ts +2 -2
  210. package/cjs/tree-map.js +2 -2
  211. package/cjs/tree-view.d.ts +22 -18
  212. package/cjs/tree-view.js +4 -2
  213. package/cjs/validation-group.d.ts +2 -2
  214. package/cjs/validation-group.js +2 -2
  215. package/cjs/validation-summary.d.ts +2 -2
  216. package/cjs/validation-summary.js +2 -2
  217. package/cjs/validator.d.ts +2 -2
  218. package/cjs/validator.js +2 -2
  219. package/cjs/vector-map.d.ts +2 -2
  220. package/cjs/vector-map.js +2 -2
  221. package/esm/accordion.js +2 -2
  222. package/esm/action-sheet.js +2 -2
  223. package/esm/autocomplete.js +4 -2
  224. package/esm/bar-gauge.js +2 -2
  225. package/esm/box.js +2 -2
  226. package/esm/bullet.js +2 -2
  227. package/esm/button-group.js +2 -2
  228. package/esm/button.js +2 -2
  229. package/esm/calendar.js +2 -2
  230. package/esm/card-view.js +2 -2
  231. package/esm/chart.js +2 -2
  232. package/esm/chat.js +287 -4
  233. package/esm/check-box.js +2 -2
  234. package/esm/circular-gauge.js +2 -2
  235. package/esm/color-box.js +4 -2
  236. package/esm/common/ai-integration.js +2 -2
  237. package/esm/common/charts.js +2 -2
  238. package/esm/common/core/animation.js +2 -2
  239. package/esm/common/core/environment.js +2 -2
  240. package/esm/common/core/events.js +2 -2
  241. package/esm/common/core/index.js +2 -2
  242. package/esm/common/core/localization.js +2 -2
  243. package/esm/common/data/custom-store.js +2 -2
  244. package/esm/common/data.js +2 -2
  245. package/esm/common/export/excel.js +2 -2
  246. package/esm/common/export/index.js +2 -2
  247. package/esm/common/export/pdf.js +2 -2
  248. package/esm/common/grids.js +2 -2
  249. package/esm/common/index.js +90 -8
  250. package/esm/context-menu.js +2 -2
  251. package/esm/core/children-processing.js +2 -2
  252. package/esm/core/component.js +3 -3
  253. package/esm/core/config.js +2 -2
  254. package/esm/core/configuration-component.js +2 -2
  255. package/esm/core/configuration.js +2 -2
  256. package/esm/core/constants.js +2 -2
  257. package/esm/core/extension-component.js +2 -2
  258. package/esm/core/helpers.js +2 -2
  259. package/esm/core/index.js +2 -2
  260. package/esm/core/templates-discovering.js +2 -2
  261. package/esm/core/templates-manager.js +2 -2
  262. package/esm/core/version.js +2 -2
  263. package/esm/core/vue-helper.js +2 -2
  264. package/esm/data-grid.js +36 -3
  265. package/esm/date-box.js +4 -2
  266. package/esm/date-range-box.js +4 -2
  267. package/esm/diagram.js +2 -2
  268. package/esm/draggable.js +2 -2
  269. package/esm/drawer.js +2 -2
  270. package/esm/drop-down-box.js +4 -2
  271. package/esm/drop-down-button.js +4 -2
  272. package/esm/file-manager.js +2 -2
  273. package/esm/file-uploader.js +2 -2
  274. package/esm/filter-builder.js +2 -2
  275. package/esm/form.js +2 -2
  276. package/esm/funnel.js +2 -2
  277. package/esm/gallery.js +2 -2
  278. package/esm/gantt.js +2 -2
  279. package/esm/html-editor.js +2 -2
  280. package/esm/index.js +2 -3
  281. package/esm/linear-gauge.js +2 -2
  282. package/esm/list.js +2 -2
  283. package/esm/load-indicator.js +2 -2
  284. package/esm/load-panel.js +2 -2
  285. package/esm/lookup.js +4 -2
  286. package/esm/map.js +2 -2
  287. package/esm/menu.js +2 -2
  288. package/esm/multi-view.js +2 -2
  289. package/esm/number-box.js +2 -2
  290. package/esm/pagination.js +2 -2
  291. package/esm/pie-chart.js +2 -2
  292. package/esm/pivot-grid-field-chooser.js +2 -2
  293. package/esm/pivot-grid.js +2 -2
  294. package/esm/polar-chart.js +2 -2
  295. package/esm/popover.js +4 -2
  296. package/esm/popup.js +4 -2
  297. package/esm/progress-bar.js +2 -2
  298. package/esm/radio-group.js +2 -2
  299. package/esm/range-selector.js +2 -2
  300. package/esm/range-slider.js +2 -2
  301. package/esm/resizable.js +2 -2
  302. package/esm/responsive-box.js +2 -2
  303. package/esm/sankey.js +2 -2
  304. package/esm/scheduler.js +12 -2
  305. package/esm/scroll-view.js +2 -2
  306. package/esm/select-box.js +4 -2
  307. package/esm/slider.js +2 -2
  308. package/esm/sortable.js +2 -2
  309. package/esm/sparkline.js +2 -2
  310. package/esm/speech-to-text.js +2 -2
  311. package/esm/speed-dial-action.js +2 -2
  312. package/esm/splitter.js +2 -2
  313. package/esm/stepper.js +2 -2
  314. package/esm/switch.js +2 -2
  315. package/esm/tab-panel.js +2 -2
  316. package/esm/tabs.js +2 -2
  317. package/esm/tag-box.js +4 -2
  318. package/esm/text-area.js +2 -2
  319. package/esm/text-box.js +2 -2
  320. package/esm/tile-view.js +2 -2
  321. package/esm/toast.js +2 -2
  322. package/esm/toolbar.js +2 -2
  323. package/esm/tooltip.js +4 -2
  324. package/esm/tree-list.js +36 -3
  325. package/esm/tree-map.js +2 -2
  326. package/esm/tree-view.js +4 -2
  327. package/esm/validation-group.js +2 -2
  328. package/esm/validation-summary.js +2 -2
  329. package/esm/validator.js +2 -2
  330. package/esm/vector-map.js +2 -2
  331. package/package.json +4 -4
  332. package/cjs/recurrence-editor.d.ts +0 -150
  333. package/cjs/recurrence-editor.js +0 -96
  334. package/esm/recurrence-editor.js +0 -90
  335. package/recurrence-editor/package.json +0 -6
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * devextreme-vue
3
- * Version: 25.2.7
4
- * Build date: Tue May 05 2026
3
+ * Version: 26.1.2-beta
4
+ * Build date: Fri May 08 2026
5
5
  *
6
6
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  *
@@ -39,7 +39,7 @@ declare const DxAccordion: import("vue").DefineComponent<{
39
39
  items: PropType<any[]>;
40
40
  itemTemplate: {};
41
41
  itemTitleTemplate: {};
42
- keyExpr: PropType<string | (() => void)>;
42
+ keyExpr: PropType<string | ((item: any) => any)>;
43
43
  multiple: BooleanConstructor;
44
44
  noDataText: StringConstructor;
45
45
  onContentReady: PropType<(e: ContentReadyEvent) => void>;
@@ -121,7 +121,7 @@ declare const DxAccordion: import("vue").DefineComponent<{
121
121
  items: PropType<any[]>;
122
122
  itemTemplate: {};
123
123
  itemTitleTemplate: {};
124
- keyExpr: PropType<string | (() => void)>;
124
+ keyExpr: PropType<string | ((item: any) => any)>;
125
125
  multiple: BooleanConstructor;
126
126
  noDataText: StringConstructor;
127
127
  onContentReady: PropType<(e: ContentReadyEvent) => void>;
package/cjs/accordion.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * devextreme-vue
3
- * Version: 25.2.7
4
- * Build date: Tue May 05 2026
3
+ * Version: 26.1.2-beta
4
+ * Build date: Fri May 08 2026
5
5
  *
6
6
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * devextreme-vue
3
- * Version: 25.2.7
4
- * Build date: Tue May 05 2026
3
+ * Version: 26.1.2-beta
4
+ * Build date: Fri May 08 2026
5
5
  *
6
6
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * devextreme-vue
3
- * Version: 25.2.7
4
- * Build date: Tue May 05 2026
3
+ * Version: 26.1.2-beta
4
+ * Build date: Fri May 08 2026
5
5
  *
6
6
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * devextreme-vue
3
- * Version: 25.2.7
4
- * Build date: Tue May 05 2026
3
+ * Version: 26.1.2-beta
4
+ * Build date: Fri May 08 2026
5
5
  *
6
6
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  *
@@ -533,6 +533,7 @@ declare const DxDropDownOptions: import("vue").DefineComponent<{
533
533
  shadingColor: StringConstructor;
534
534
  showCloseButton: BooleanConstructor;
535
535
  showTitle: BooleanConstructor;
536
+ tabFocusLoopEnabled: BooleanConstructor;
536
537
  tabIndex: NumberConstructor;
537
538
  title: StringConstructor;
538
539
  titleTemplate: {};
@@ -584,6 +585,7 @@ declare const DxDropDownOptions: import("vue").DefineComponent<{
584
585
  "update:shadingColor": null;
585
586
  "update:showCloseButton": null;
586
587
  "update:showTitle": null;
588
+ "update:tabFocusLoopEnabled": null;
587
589
  "update:tabIndex": null;
588
590
  "update:title": null;
589
591
  "update:titleTemplate": null;
@@ -680,6 +682,7 @@ declare const DxDropDownOptions: import("vue").DefineComponent<{
680
682
  shadingColor: StringConstructor;
681
683
  showCloseButton: BooleanConstructor;
682
684
  showTitle: BooleanConstructor;
685
+ tabFocusLoopEnabled: BooleanConstructor;
683
686
  tabIndex: NumberConstructor;
684
687
  title: StringConstructor;
685
688
  titleTemplate: {};
@@ -735,6 +738,7 @@ declare const DxDropDownOptions: import("vue").DefineComponent<{
735
738
  "onUpdate:shadingColor"?: ((...args: any[]) => any) | undefined;
736
739
  "onUpdate:showCloseButton"?: ((...args: any[]) => any) | undefined;
737
740
  "onUpdate:showTitle"?: ((...args: any[]) => any) | undefined;
741
+ "onUpdate:tabFocusLoopEnabled"?: ((...args: any[]) => any) | undefined;
738
742
  "onUpdate:titleTemplate"?: ((...args: any[]) => any) | undefined;
739
743
  "onUpdate:toolbarItems"?: ((...args: any[]) => any) | undefined;
740
744
  "onUpdate:wrapperAttr"?: ((...args: any[]) => any) | undefined;
@@ -755,6 +759,7 @@ declare const DxDropDownOptions: import("vue").DefineComponent<{
755
759
  shading: boolean;
756
760
  showCloseButton: boolean;
757
761
  showTitle: boolean;
762
+ tabFocusLoopEnabled: boolean;
758
763
  }>;
759
764
  declare const DxFrom: import("vue").DefineComponent<{
760
765
  left: NumberConstructor;
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * devextreme-vue
3
- * Version: 25.2.7
4
- * Build date: Tue May 05 2026
3
+ * Version: 26.1.2-beta
4
+ * Build date: Fri May 08 2026
5
5
  *
6
6
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  *
@@ -328,6 +328,7 @@ const DxDropDownOptionsConfig = {
328
328
  "update:shadingColor": null,
329
329
  "update:showCloseButton": null,
330
330
  "update:showTitle": null,
331
+ "update:tabFocusLoopEnabled": null,
331
332
  "update:tabIndex": null,
332
333
  "update:title": null,
333
334
  "update:titleTemplate": null,
@@ -378,6 +379,7 @@ const DxDropDownOptionsConfig = {
378
379
  shadingColor: String,
379
380
  showCloseButton: Boolean,
380
381
  showTitle: Boolean,
382
+ tabFocusLoopEnabled: Boolean,
381
383
  tabIndex: Number,
382
384
  title: String,
383
385
  titleTemplate: {},
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * devextreme-vue
3
- * Version: 25.2.7
4
- * Build date: Tue May 05 2026
3
+ * Version: 26.1.2-beta
4
+ * Build date: Fri May 08 2026
5
5
  *
6
6
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  *
package/cjs/bar-gauge.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * devextreme-vue
3
- * Version: 25.2.7
4
- * Build date: Tue May 05 2026
3
+ * Version: 26.1.2-beta
4
+ * Build date: Fri May 08 2026
5
5
  *
6
6
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  *
package/cjs/box.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * devextreme-vue
3
- * Version: 25.2.7
4
- * Build date: Tue May 05 2026
3
+ * Version: 26.1.2-beta
4
+ * Build date: Fri May 08 2026
5
5
  *
6
6
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  *
package/cjs/box.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * devextreme-vue
3
- * Version: 25.2.7
4
- * Build date: Tue May 05 2026
3
+ * Version: 26.1.2-beta
4
+ * Build date: Fri May 08 2026
5
5
  *
6
6
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  *
package/cjs/bullet.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * devextreme-vue
3
- * Version: 25.2.7
4
- * Build date: Tue May 05 2026
3
+ * Version: 26.1.2-beta
4
+ * Build date: Fri May 08 2026
5
5
  *
6
6
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  *
package/cjs/bullet.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * devextreme-vue
3
- * Version: 25.2.7
4
- * Build date: Tue May 05 2026
3
+ * Version: 26.1.2-beta
4
+ * Build date: Fri May 08 2026
5
5
  *
6
6
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * devextreme-vue
3
- * Version: 25.2.7
4
- * Build date: Tue May 05 2026
3
+ * Version: 26.1.2-beta
4
+ * Build date: Fri May 08 2026
5
5
  *
6
6
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  *
@@ -30,7 +30,7 @@ declare const DxButtonGroup: import("vue").DefineComponent<{
30
30
  hint: StringConstructor;
31
31
  hoverStateEnabled: BooleanConstructor;
32
32
  items: PropType<dxButtonGroupItem[]>;
33
- keyExpr: PropType<string | (() => void)>;
33
+ keyExpr: PropType<string | ((item: any) => any)>;
34
34
  onContentReady: PropType<(e: ContentReadyEvent) => void>;
35
35
  onDisposing: PropType<(e: DisposingEvent) => void>;
36
36
  onInitialized: PropType<(e: InitializedEvent) => void>;
@@ -86,7 +86,7 @@ declare const DxButtonGroup: import("vue").DefineComponent<{
86
86
  hint: StringConstructor;
87
87
  hoverStateEnabled: BooleanConstructor;
88
88
  items: PropType<dxButtonGroupItem[]>;
89
- keyExpr: PropType<string | (() => void)>;
89
+ keyExpr: PropType<string | ((item: any) => any)>;
90
90
  onContentReady: PropType<(e: ContentReadyEvent) => void>;
91
91
  onDisposing: PropType<(e: DisposingEvent) => void>;
92
92
  onInitialized: PropType<(e: InitializedEvent) => void>;
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * devextreme-vue
3
- * Version: 25.2.7
4
- * Build date: Tue May 05 2026
3
+ * Version: 26.1.2-beta
4
+ * Build date: Fri May 08 2026
5
5
  *
6
6
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  *
package/cjs/button.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * devextreme-vue
3
- * Version: 25.2.7
4
- * Build date: Tue May 05 2026
3
+ * Version: 26.1.2-beta
4
+ * Build date: Fri May 08 2026
5
5
  *
6
6
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  *
package/cjs/button.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * devextreme-vue
3
- * Version: 25.2.7
4
- * Build date: Tue May 05 2026
3
+ * Version: 26.1.2-beta
4
+ * Build date: Fri May 08 2026
5
5
  *
6
6
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  *
package/cjs/calendar.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * devextreme-vue
3
- * Version: 25.2.7
4
- * Build date: Tue May 05 2026
3
+ * Version: 26.1.2-beta
4
+ * Build date: Fri May 08 2026
5
5
  *
6
6
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  *
@@ -14,7 +14,7 @@
14
14
  import { PropType } from "vue";
15
15
  import Calendar, { Properties } from "devextreme/ui/calendar";
16
16
  import { DisabledDate, CalendarZoomLevel, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent, CalendarSelectionMode, WeekNumberRule } from "devextreme/ui/calendar";
17
- import { FirstDayOfWeek, ValidationMessageMode, Position, ValidationStatus } from "devextreme/common";
17
+ import { DayOfWeek, ValidationMessageMode, Position, ValidationStatus } from "devextreme/common";
18
18
  type AccessibleOptions = Pick<Properties, "accessKey" | "activeStateEnabled" | "cellTemplate" | "dateSerializationFormat" | "disabled" | "disabledDates" | "elementAttr" | "firstDayOfWeek" | "focusStateEnabled" | "height" | "hint" | "hoverStateEnabled" | "isDirty" | "isValid" | "max" | "maxZoomLevel" | "min" | "minZoomLevel" | "name" | "onDisposing" | "onInitialized" | "onOptionChanged" | "onValueChanged" | "readOnly" | "rtlEnabled" | "selectionMode" | "selectWeekOnClick" | "showTodayButton" | "showWeekNumbers" | "tabIndex" | "todayButtonText" | "validationError" | "validationErrors" | "validationMessageMode" | "validationMessagePosition" | "validationStatus" | "value" | "visible" | "weekNumberRule" | "width" | "zoomLevel">;
19
19
  interface DxCalendar extends AccessibleOptions {
20
20
  readonly instance?: Calendar;
@@ -27,7 +27,7 @@ declare const DxCalendar: import("vue").DefineComponent<{
27
27
  disabled: BooleanConstructor;
28
28
  disabledDates: PropType<Date[] | ((data: DisabledDate) => boolean)>;
29
29
  elementAttr: PropType<Record<string, any>>;
30
- firstDayOfWeek: PropType<FirstDayOfWeek>;
30
+ firstDayOfWeek: PropType<DayOfWeek>;
31
31
  focusStateEnabled: BooleanConstructor;
32
32
  height: (NumberConstructor | StringConstructor)[];
33
33
  hint: StringConstructor;
@@ -115,7 +115,7 @@ declare const DxCalendar: import("vue").DefineComponent<{
115
115
  disabled: BooleanConstructor;
116
116
  disabledDates: PropType<Date[] | ((data: DisabledDate) => boolean)>;
117
117
  elementAttr: PropType<Record<string, any>>;
118
- firstDayOfWeek: PropType<FirstDayOfWeek>;
118
+ firstDayOfWeek: PropType<DayOfWeek>;
119
119
  focusStateEnabled: BooleanConstructor;
120
120
  height: (NumberConstructor | StringConstructor)[];
121
121
  hint: StringConstructor;
package/cjs/calendar.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * devextreme-vue
3
- * Version: 25.2.7
4
- * Build date: Tue May 05 2026
3
+ * Version: 26.1.2-beta
4
+ * Build date: Fri May 08 2026
5
5
  *
6
6
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * devextreme-vue
3
- * Version: 25.2.7
4
- * Build date: Tue May 05 2026
3
+ * Version: 26.1.2-beta
4
+ * Build date: Fri May 08 2026
5
5
  *
6
6
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  *
@@ -3640,7 +3640,7 @@ declare const DxTabPanelOptions: import("vue").DefineComponent<{
3640
3640
  items: PropType<any[]>;
3641
3641
  itemTemplate: {};
3642
3642
  itemTitleTemplate: {};
3643
- keyExpr: PropType<string | (() => void)>;
3643
+ keyExpr: PropType<string | ((item: any) => any)>;
3644
3644
  loop: BooleanConstructor;
3645
3645
  noDataText: StringConstructor;
3646
3646
  onContentReady: PropType<(e: TabPanelContentReadyEvent) => void>;
@@ -3734,7 +3734,7 @@ declare const DxTabPanelOptions: import("vue").DefineComponent<{
3734
3734
  items: PropType<any[]>;
3735
3735
  itemTemplate: {};
3736
3736
  itemTitleTemplate: {};
3737
- keyExpr: PropType<string | (() => void)>;
3737
+ keyExpr: PropType<string | ((item: any) => any)>;
3738
3738
  loop: BooleanConstructor;
3739
3739
  noDataText: StringConstructor;
3740
3740
  onContentReady: PropType<(e: TabPanelContentReadyEvent) => void>;
package/cjs/card-view.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * devextreme-vue
3
- * Version: 25.2.7
4
- * Build date: Tue May 05 2026
3
+ * Version: 26.1.2-beta
4
+ * Build date: Fri May 08 2026
5
5
  *
6
6
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  *
package/cjs/chart.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * devextreme-vue
3
- * Version: 25.2.7
4
- * Build date: Tue May 05 2026
3
+ * Version: 26.1.2-beta
4
+ * Build date: Fri May 08 2026
5
5
  *
6
6
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  *
package/cjs/chart.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * devextreme-vue
3
- * Version: 25.2.7
4
- * Build date: Tue May 05 2026
3
+ * Version: 26.1.2-beta
4
+ * Build date: Fri May 08 2026
5
5
  *
6
6
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  *