devextreme-vue 25.2.8 → 26.1.3

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 (337) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +27 -27
  3. package/cjs/accordion.d.ts +235 -235
  4. package/cjs/accordion.js +141 -141
  5. package/cjs/action-sheet.d.ts +185 -185
  6. package/cjs/action-sheet.js +117 -117
  7. package/cjs/autocomplete.d.ts +1192 -1187
  8. package/cjs/autocomplete.js +699 -697
  9. package/cjs/bar-gauge.d.ts +1007 -1007
  10. package/cjs/bar-gauge.js +724 -724
  11. package/cjs/box.d.ts +169 -169
  12. package/cjs/box.js +111 -111
  13. package/cjs/bullet.d.ts +381 -381
  14. package/cjs/bullet.js +268 -268
  15. package/cjs/button-group.d.ts +176 -176
  16. package/cjs/button-group.js +115 -115
  17. package/cjs/button.d.ts +129 -129
  18. package/cjs/button.js +80 -80
  19. package/cjs/calendar.d.ts +202 -202
  20. package/cjs/calendar.js +115 -115
  21. package/cjs/card-view.d.ts +4120 -4120
  22. package/cjs/card-view.js +2761 -2761
  23. package/cjs/chart.d.ts +4516 -4516
  24. package/cjs/chart.js +3208 -3208
  25. package/cjs/chat.d.ts +1211 -741
  26. package/cjs/chat.js +749 -459
  27. package/cjs/check-box.d.ts +156 -156
  28. package/cjs/check-box.js +93 -93
  29. package/cjs/circular-gauge.d.ts +1053 -1053
  30. package/cjs/circular-gauge.js +763 -763
  31. package/cjs/color-box.d.ts +1120 -1115
  32. package/cjs/color-box.js +666 -664
  33. package/cjs/common/ai-integration.d.ts +4 -3
  34. package/cjs/common/ai-integration.js +7 -7
  35. package/cjs/common/charts.d.ts +4 -3
  36. package/cjs/common/charts.js +8 -8
  37. package/cjs/common/core/animation.d.ts +4 -3
  38. package/cjs/common/core/animation.js +11 -11
  39. package/cjs/common/core/environment.d.ts +4 -3
  40. package/cjs/common/core/environment.js +9 -9
  41. package/cjs/common/core/events.d.ts +4 -3
  42. package/cjs/common/core/events.js +10 -10
  43. package/cjs/common/core/index.d.ts +6 -6
  44. package/cjs/common/core/index.js +32 -32
  45. package/cjs/common/core/localization.d.ts +4 -3
  46. package/cjs/common/core/localization.js +13 -13
  47. package/cjs/common/data/custom-store.d.ts +3 -3
  48. package/cjs/common/data/custom-store.js +9 -9
  49. package/cjs/common/data.d.ts +4 -3
  50. package/cjs/common/data.js +25 -25
  51. package/cjs/common/export/excel.d.ts +4 -3
  52. package/cjs/common/export/excel.js +8 -8
  53. package/cjs/common/export/index.d.ts +4 -4
  54. package/cjs/common/export/index.js +30 -30
  55. package/cjs/common/export/pdf.d.ts +4 -3
  56. package/cjs/common/export/pdf.js +8 -8
  57. package/cjs/common/grids.d.ts +3 -3
  58. package/cjs/common/grids.js +4 -4
  59. package/cjs/common/index.d.ts +301 -9
  60. package/cjs/common/index.js +121 -38
  61. package/cjs/context-menu.d.ts +613 -613
  62. package/cjs/context-menu.js +468 -468
  63. package/cjs/core/children-processing.d.ts +8 -8
  64. package/cjs/core/children-processing.js +51 -51
  65. package/cjs/core/component.d.ts +62 -62
  66. package/cjs/core/component.js +309 -309
  67. package/cjs/core/config.d.ts +9 -9
  68. package/cjs/core/config.js +16 -16
  69. package/cjs/core/configuration-component.d.ts +26 -26
  70. package/cjs/core/configuration-component.js +71 -71
  71. package/cjs/core/configuration.d.ts +61 -61
  72. package/cjs/core/configuration.js +207 -207
  73. package/cjs/core/constants.d.ts +5 -5
  74. package/cjs/core/constants.js +9 -9
  75. package/cjs/core/extension-component.d.ts +30 -30
  76. package/cjs/core/extension-component.js +29 -29
  77. package/cjs/core/helpers.d.ts +24 -24
  78. package/cjs/core/helpers.js +87 -87
  79. package/cjs/core/index.d.ts +5 -5
  80. package/cjs/core/index.js +24 -24
  81. package/cjs/core/templates-discovering.d.ts +13 -13
  82. package/cjs/core/templates-discovering.js +88 -88
  83. package/cjs/core/templates-manager.d.ts +17 -17
  84. package/cjs/core/templates-manager.js +84 -84
  85. package/cjs/core/version.d.ts +4 -4
  86. package/cjs/core/version.js +38 -38
  87. package/cjs/core/vue-helper.d.ts +23 -23
  88. package/cjs/core/vue-helper.js +155 -155
  89. package/cjs/data-grid.d.ts +6652 -6595
  90. package/cjs/data-grid.js +4032 -3994
  91. package/cjs/date-box.d.ts +1397 -1392
  92. package/cjs/date-box.js +799 -797
  93. package/cjs/date-range-box.d.ts +1404 -1399
  94. package/cjs/date-range-box.js +807 -805
  95. package/cjs/diagram.d.ts +1134 -1134
  96. package/cjs/diagram.js +830 -830
  97. package/cjs/draggable.d.ts +134 -134
  98. package/cjs/draggable.js +96 -96
  99. package/cjs/drawer.d.ts +126 -126
  100. package/cjs/drawer.js +78 -78
  101. package/cjs/drop-down-box.d.ts +1134 -1129
  102. package/cjs/drop-down-box.js +672 -670
  103. package/cjs/drop-down-button.d.ts +935 -930
  104. package/cjs/drop-down-button.js +557 -555
  105. package/cjs/file-manager.d.ts +702 -702
  106. package/cjs/file-manager.js +473 -473
  107. package/cjs/file-uploader.d.ts +295 -295
  108. package/cjs/file-uploader.js +160 -160
  109. package/cjs/filter-builder.d.ts +395 -395
  110. package/cjs/filter-builder.js +267 -267
  111. package/cjs/form.d.ts +1486 -1486
  112. package/cjs/form.js +986 -986
  113. package/cjs/funnel.d.ts +1169 -1169
  114. package/cjs/funnel.js +850 -850
  115. package/cjs/gallery.d.ts +229 -229
  116. package/cjs/gallery.js +137 -137
  117. package/cjs/gantt.d.ts +1460 -1460
  118. package/cjs/gantt.js +952 -952
  119. package/cjs/html-editor.d.ts +951 -951
  120. package/cjs/html-editor.js +612 -612
  121. package/cjs/index.d.ts +85 -86
  122. package/cjs/index.js +194 -196
  123. package/cjs/linear-gauge.d.ts +1066 -1066
  124. package/cjs/linear-gauge.js +778 -778
  125. package/cjs/list.d.ts +943 -943
  126. package/cjs/list.js +533 -533
  127. package/cjs/load-indicator.d.ts +75 -75
  128. package/cjs/load-indicator.js +56 -56
  129. package/cjs/load-panel.d.ts +494 -494
  130. package/cjs/load-panel.js +381 -381
  131. package/cjs/lookup.d.ts +986 -981
  132. package/cjs/lookup.js +648 -646
  133. package/cjs/map.d.ts +312 -312
  134. package/cjs/map.js +239 -239
  135. package/cjs/menu.d.ts +618 -618
  136. package/cjs/menu.js +472 -472
  137. package/cjs/multi-view.d.ts +199 -199
  138. package/cjs/multi-view.js +123 -123
  139. package/cjs/number-box.d.ts +424 -424
  140. package/cjs/number-box.js +252 -252
  141. package/cjs/pagination.d.ts +162 -162
  142. package/cjs/pagination.js +84 -84
  143. package/cjs/pie-chart.d.ts +1723 -1723
  144. package/cjs/pie-chart.js +1228 -1228
  145. package/cjs/pivot-grid-field-chooser.d.ts +303 -303
  146. package/cjs/pivot-grid-field-chooser.js +211 -211
  147. package/cjs/pivot-grid.d.ts +714 -714
  148. package/cjs/pivot-grid.js +477 -477
  149. package/cjs/polar-chart.d.ts +3335 -3335
  150. package/cjs/polar-chart.js +2380 -2380
  151. package/cjs/popover.d.ts +594 -589
  152. package/cjs/popover.js +446 -444
  153. package/cjs/popup.d.ts +700 -695
  154. package/cjs/popup.js +430 -428
  155. package/cjs/progress-bar.d.ts +142 -142
  156. package/cjs/progress-bar.js +86 -86
  157. package/cjs/radio-group.d.ts +202 -202
  158. package/cjs/radio-group.js +126 -126
  159. package/cjs/range-selector.d.ts +2555 -2555
  160. package/cjs/range-selector.js +1863 -1863
  161. package/cjs/range-slider.d.ts +273 -273
  162. package/cjs/range-slider.js +182 -182
  163. package/cjs/resizable.d.ts +95 -95
  164. package/cjs/resizable.js +66 -66
  165. package/cjs/responsive-box.d.ts +240 -240
  166. package/cjs/responsive-box.js +177 -177
  167. package/cjs/sankey.d.ts +829 -829
  168. package/cjs/sankey.js +604 -604
  169. package/cjs/scheduler.d.ts +2501 -2481
  170. package/cjs/scheduler.js +1524 -1514
  171. package/cjs/scroll-view.d.ts +120 -120
  172. package/cjs/scroll-view.js +76 -76
  173. package/cjs/select-box.d.ts +1249 -1244
  174. package/cjs/select-box.js +734 -732
  175. package/cjs/slider.d.ts +261 -261
  176. package/cjs/slider.js +176 -176
  177. package/cjs/sortable.d.ts +172 -172
  178. package/cjs/sortable.js +114 -114
  179. package/cjs/sparkline.d.ts +437 -437
  180. package/cjs/sparkline.js +294 -294
  181. package/cjs/speech-to-text.d.ts +200 -200
  182. package/cjs/speech-to-text.js +133 -133
  183. package/cjs/speed-dial-action.d.ts +98 -98
  184. package/cjs/speed-dial-action.js +66 -66
  185. package/cjs/splitter.d.ts +193 -193
  186. package/cjs/splitter.js +121 -121
  187. package/cjs/stepper.d.ts +195 -195
  188. package/cjs/stepper.js +121 -121
  189. package/cjs/switch.d.ts +152 -152
  190. package/cjs/switch.js +91 -91
  191. package/cjs/tab-panel.d.ts +272 -272
  192. package/cjs/tab-panel.js +157 -157
  193. package/cjs/tabs.d.ts +235 -235
  194. package/cjs/tabs.js +141 -141
  195. package/cjs/tag-box.d.ts +1275 -1270
  196. package/cjs/tag-box.js +746 -744
  197. package/cjs/text-area.d.ts +233 -233
  198. package/cjs/text-area.js +131 -131
  199. package/cjs/text-box.d.ts +393 -393
  200. package/cjs/text-box.js +229 -229
  201. package/cjs/tile-view.d.ts +196 -196
  202. package/cjs/tile-view.js +123 -123
  203. package/cjs/toast.d.ts +472 -472
  204. package/cjs/toast.js +362 -362
  205. package/cjs/toolbar.d.ts +183 -183
  206. package/cjs/toolbar.js +117 -117
  207. package/cjs/tooltip.d.ts +497 -492
  208. package/cjs/tooltip.js +392 -390
  209. package/cjs/tree-list.d.ts +6094 -6037
  210. package/cjs/tree-list.js +3658 -3620
  211. package/cjs/tree-map.d.ts +865 -865
  212. package/cjs/tree-map.js +646 -646
  213. package/cjs/tree-view.d.ts +733 -729
  214. package/cjs/tree-view.js +408 -406
  215. package/cjs/validation-group.d.ts +48 -48
  216. package/cjs/validation-group.js +44 -44
  217. package/cjs/validation-summary.d.ts +99 -99
  218. package/cjs/validation-summary.js +79 -79
  219. package/cjs/validator.d.ts +465 -465
  220. package/cjs/validator.js +354 -354
  221. package/cjs/vector-map.d.ts +1411 -1411
  222. package/cjs/vector-map.js +970 -970
  223. package/esm/accordion.js +134 -134
  224. package/esm/action-sheet.js +110 -110
  225. package/esm/autocomplete.js +677 -675
  226. package/esm/bar-gauge.js +696 -696
  227. package/esm/box.js +104 -104
  228. package/esm/bullet.js +255 -255
  229. package/esm/button-group.js +108 -108
  230. package/esm/button.js +74 -74
  231. package/esm/calendar.js +109 -109
  232. package/esm/card-view.js +2677 -2677
  233. package/esm/chart.js +3109 -3109
  234. package/esm/chat.js +726 -443
  235. package/esm/check-box.js +87 -87
  236. package/esm/circular-gauge.js +733 -733
  237. package/esm/color-box.js +644 -642
  238. package/esm/common/ai-integration.js +3 -3
  239. package/esm/common/charts.js +3 -3
  240. package/esm/common/core/animation.js +3 -3
  241. package/esm/common/core/environment.js +3 -3
  242. package/esm/common/core/events.js +3 -3
  243. package/esm/common/core/index.js +6 -6
  244. package/esm/common/core/localization.js +3 -3
  245. package/esm/common/data/custom-store.js +3 -3
  246. package/esm/common/data.js +3 -3
  247. package/esm/common/export/excel.js +3 -3
  248. package/esm/common/export/index.js +4 -4
  249. package/esm/common/export/pdf.js +3 -3
  250. package/esm/common/grids.js +3 -3
  251. package/esm/common/index.js +91 -9
  252. package/esm/context-menu.js +447 -447
  253. package/esm/core/children-processing.js +46 -46
  254. package/esm/core/component.js +279 -279
  255. package/esm/core/config.js +13 -13
  256. package/esm/core/configuration-component.js +65 -65
  257. package/esm/core/configuration.js +203 -203
  258. package/esm/core/constants.js +5 -5
  259. package/esm/core/extension-component.js +26 -26
  260. package/esm/core/helpers.js +74 -74
  261. package/esm/core/index.js +18 -18
  262. package/esm/core/templates-discovering.js +84 -84
  263. package/esm/core/templates-manager.js +78 -78
  264. package/esm/core/version.js +10 -10
  265. package/esm/core/vue-helper.js +137 -137
  266. package/esm/data-grid.js +3919 -3882
  267. package/esm/date-box.js +776 -774
  268. package/esm/date-range-box.js +784 -782
  269. package/esm/diagram.js +798 -798
  270. package/esm/draggable.js +89 -89
  271. package/esm/drawer.js +72 -72
  272. package/esm/drop-down-box.js +650 -648
  273. package/esm/drop-down-button.js +537 -535
  274. package/esm/file-manager.js +455 -455
  275. package/esm/file-uploader.js +154 -154
  276. package/esm/filter-builder.js +255 -255
  277. package/esm/form.js +957 -957
  278. package/esm/funnel.js +817 -817
  279. package/esm/gallery.js +130 -130
  280. package/esm/gantt.js +920 -920
  281. package/esm/html-editor.js +592 -592
  282. package/esm/index.js +85 -86
  283. package/esm/linear-gauge.js +747 -747
  284. package/esm/list.js +520 -520
  285. package/esm/load-indicator.js +50 -50
  286. package/esm/load-panel.js +363 -363
  287. package/esm/lookup.js +626 -624
  288. package/esm/map.js +226 -226
  289. package/esm/menu.js +451 -451
  290. package/esm/multi-view.js +116 -116
  291. package/esm/number-box.js +243 -243
  292. package/esm/pagination.js +78 -78
  293. package/esm/pie-chart.js +1187 -1187
  294. package/esm/pivot-grid-field-chooser.js +200 -200
  295. package/esm/pivot-grid.js +458 -458
  296. package/esm/polar-chart.js +2303 -2303
  297. package/esm/popover.js +426 -424
  298. package/esm/popup.js +412 -410
  299. package/esm/progress-bar.js +80 -80
  300. package/esm/radio-group.js +119 -119
  301. package/esm/range-selector.js +1796 -1796
  302. package/esm/range-slider.js +173 -173
  303. package/esm/resizable.js +60 -60
  304. package/esm/responsive-box.js +167 -167
  305. package/esm/sankey.js +579 -579
  306. package/esm/scheduler.js +1485 -1475
  307. package/esm/scroll-view.js +70 -70
  308. package/esm/select-box.js +711 -709
  309. package/esm/slider.js +167 -167
  310. package/esm/sortable.js +107 -107
  311. package/esm/sparkline.js +281 -281
  312. package/esm/speech-to-text.js +125 -125
  313. package/esm/speed-dial-action.js +60 -60
  314. package/esm/splitter.js +114 -114
  315. package/esm/stepper.js +114 -114
  316. package/esm/switch.js +85 -85
  317. package/esm/tab-panel.js +150 -150
  318. package/esm/tabs.js +134 -134
  319. package/esm/tag-box.js +723 -721
  320. package/esm/text-area.js +125 -125
  321. package/esm/text-box.js +221 -221
  322. package/esm/tile-view.js +116 -116
  323. package/esm/toast.js +345 -345
  324. package/esm/toolbar.js +110 -110
  325. package/esm/tooltip.js +373 -371
  326. package/esm/tree-list.js +3558 -3521
  327. package/esm/tree-map.js +619 -619
  328. package/esm/tree-view.js +398 -396
  329. package/esm/validation-group.js +38 -38
  330. package/esm/validation-summary.js +72 -72
  331. package/esm/validator.js +337 -337
  332. package/esm/vector-map.js +938 -938
  333. package/package.json +9 -6
  334. package/cjs/recurrence-editor.d.ts +0 -150
  335. package/cjs/recurrence-editor.js +0 -96
  336. package/esm/recurrence-editor.js +0 -90
  337. package/recurrence-editor/package.json +0 -6
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2018 Developer Express Inc.
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.
1
+ MIT License
2
+
3
+ Copyright (c) 2018 Developer Express Inc.
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.
package/README.md CHANGED
@@ -1,28 +1,28 @@
1
- # DevExtreme for Vue
2
-
3
- [![NPM version](https://img.shields.io/npm/v/devextreme-vue.svg?maxAge=43200)](https://www.npmjs.com/package/devextreme-vue)
4
-
5
- The `devextreme-vue` package contains the [DevExtreme component suite](http://js.devexpress.com/Demos/WidgetsGallery/) for the [Vue](https://vuejs.org) framework.
6
-
7
- * [Documentation](https://js.devexpress.com/Vue/Documentation/Guide/Vue_Components/DevExtreme_Vue_Components/)
8
- * [Demo Gallery](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/Overview/Vue/Light/)
9
- * [Responsive UI Templates](https://js.devexpress.com/Vue/Templates/UITemplates/)
10
- * [Application Template](https://js.devexpress.com/Vue/Documentation/Guide/Vue_Components/Application_Template/)
11
-
12
- ## License
13
-
14
- DevExpress distributes the `devextreme-vue` package under the free and open-source **MIT** license.
15
-
16
- For more information on licensing requirements, read the following articles:
17
-
18
- * [Licensing Guide](https://js.devexpress.com/Angular/Documentation/Guide/Common/Licensing/)
19
- * [Licensing FAQ](https://js.devexpress.com/Licensing/)
20
- * [EULA](https://js.devexpress.com/EULAs/DevExtremeComplete/)
21
-
22
- DevExpress offers a [free trial](https://js.devexpress.com/Download/) of the product.
23
-
24
- ## Support & Feedback
25
-
26
- For more information on the Vue framework and how to use it, see [official documentation](https://vuejs.org/guide/introduction.html).
27
-
1
+ # DevExtreme for Vue
2
+
3
+ [![NPM version](https://img.shields.io/npm/v/devextreme-vue.svg?maxAge=43200)](https://www.npmjs.com/package/devextreme-vue)
4
+
5
+ The `devextreme-vue` package contains the [DevExtreme component suite](http://js.devexpress.com/Demos/WidgetsGallery/) for the [Vue](https://vuejs.org) framework.
6
+
7
+ * [Documentation](https://js.devexpress.com/Vue/Documentation/Guide/Vue_Components/DevExtreme_Vue_Components/)
8
+ * [Demo Gallery](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/Overview/Vue/Light/)
9
+ * [Responsive UI Templates](https://js.devexpress.com/Vue/Templates/UITemplates/)
10
+ * [Application Template](https://js.devexpress.com/Vue/Documentation/Guide/Vue_Components/Application_Template/)
11
+
12
+ ## License
13
+
14
+ DevExpress distributes the `devextreme-vue` package under the free and open-source **MIT** license.
15
+
16
+ For more information on licensing requirements, read the following articles:
17
+
18
+ * [Licensing Guide](https://js.devexpress.com/Angular/Documentation/Guide/Common/Licensing/)
19
+ * [Licensing FAQ](https://js.devexpress.com/Licensing/)
20
+ * [EULA](https://js.devexpress.com/EULAs/DevExtremeComplete/)
21
+
22
+ DevExpress offers a [free trial](https://js.devexpress.com/Download/) of the product.
23
+
24
+ ## Support & Feedback
25
+
26
+ For more information on the Vue framework and how to use it, see [official documentation](https://vuejs.org/guide/introduction.html).
27
+
28
28
  If you own an [active DevExtreme license](https://js.devexpress.com/Licensing/#Commercial), submit your questions, suggestions, and bug reports to the [DevExpress Support Center](https://www.devexpress.com/sc).
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * devextreme-vue
3
- * Version: 25.2.8
4
- * Build date: Mon Jun 08 2026
3
+ * Version: 26.1.3
4
+ * Build date: Wed Jun 10 2026
5
5
  *
6
6
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  *
@@ -11,236 +11,236 @@
11
11
  * https://github.com/DevExpress/DevExtreme
12
12
  */
13
13
 
14
- export { ExplicitTypes } from "devextreme/ui/accordion";
15
- import { PropType } from "vue";
16
- import Accordion, { Properties } from "devextreme/ui/accordion";
17
- import DataSource from "devextreme/data/data_source";
18
- import { ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, ItemTitleClickEvent, OptionChangedEvent, SelectionChangedEvent } from "devextreme/ui/accordion";
19
- import { DataSourceOptions } from "devextreme/common/data";
20
- import { Store } from "devextreme/data/store";
21
- type AccessibleOptions = Pick<Properties, "accessKey" | "activeStateEnabled" | "animationDuration" | "collapsible" | "dataSource" | "deferRendering" | "disabled" | "elementAttr" | "focusStateEnabled" | "height" | "hint" | "hoverStateEnabled" | "itemHoldTimeout" | "items" | "itemTemplate" | "itemTitleTemplate" | "keyExpr" | "multiple" | "noDataText" | "onContentReady" | "onDisposing" | "onInitialized" | "onItemClick" | "onItemContextMenu" | "onItemHold" | "onItemRendered" | "onItemTitleClick" | "onOptionChanged" | "onSelectionChanged" | "repaintChangesOnly" | "rtlEnabled" | "selectedIndex" | "selectedItem" | "selectedItemKeys" | "selectedItems" | "tabIndex" | "visible" | "width">;
22
- interface DxAccordion extends AccessibleOptions {
23
- readonly instance?: Accordion;
24
- }
25
- declare const DxAccordion: import("vue").DefineComponent<{
26
- accessKey: StringConstructor;
27
- activeStateEnabled: BooleanConstructor;
28
- animationDuration: NumberConstructor;
29
- collapsible: BooleanConstructor;
30
- dataSource: PropType<string | any[] | Record<string, any> | DataSource<any, any> | DataSourceOptions<any, any, any, any> | Store<any, any> | null>;
31
- deferRendering: BooleanConstructor;
32
- disabled: BooleanConstructor;
33
- elementAttr: PropType<Record<string, any>>;
34
- focusStateEnabled: BooleanConstructor;
35
- height: (NumberConstructor | StringConstructor)[];
36
- hint: StringConstructor;
37
- hoverStateEnabled: BooleanConstructor;
38
- itemHoldTimeout: NumberConstructor;
39
- items: PropType<any[]>;
40
- itemTemplate: {};
41
- itemTitleTemplate: {};
42
- keyExpr: PropType<string | (() => void)>;
43
- multiple: BooleanConstructor;
44
- noDataText: StringConstructor;
45
- onContentReady: PropType<(e: ContentReadyEvent) => void>;
46
- onDisposing: PropType<(e: DisposingEvent) => void>;
47
- onInitialized: PropType<(e: InitializedEvent) => void>;
48
- onItemClick: PropType<(e: ItemClickEvent) => void>;
49
- onItemContextMenu: PropType<(e: ItemContextMenuEvent) => void>;
50
- onItemHold: PropType<(e: ItemHoldEvent) => void>;
51
- onItemRendered: PropType<(e: ItemRenderedEvent) => void>;
52
- onItemTitleClick: PropType<(e: ItemTitleClickEvent) => void>;
53
- onOptionChanged: PropType<(e: OptionChangedEvent) => void>;
54
- onSelectionChanged: PropType<(e: SelectionChangedEvent) => void>;
55
- repaintChangesOnly: BooleanConstructor;
56
- rtlEnabled: BooleanConstructor;
57
- selectedIndex: NumberConstructor;
58
- selectedItem: {};
59
- selectedItemKeys: PropType<any[]>;
60
- selectedItems: PropType<any[]>;
61
- tabIndex: NumberConstructor;
62
- visible: BooleanConstructor;
63
- width: (NumberConstructor | StringConstructor)[];
64
- }, unknown, unknown, {
65
- instance(): Accordion;
66
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
67
- "update:isActive": null;
68
- "update:hoveredElement": null;
69
- "update:accessKey": null;
70
- "update:activeStateEnabled": null;
71
- "update:animationDuration": null;
72
- "update:collapsible": null;
73
- "update:dataSource": null;
74
- "update:deferRendering": null;
75
- "update:disabled": null;
76
- "update:elementAttr": null;
77
- "update:focusStateEnabled": null;
78
- "update:height": null;
79
- "update:hint": null;
80
- "update:hoverStateEnabled": null;
81
- "update:itemHoldTimeout": null;
82
- "update:items": null;
83
- "update:itemTemplate": null;
84
- "update:itemTitleTemplate": null;
85
- "update:keyExpr": null;
86
- "update:multiple": null;
87
- "update:noDataText": null;
88
- "update:onContentReady": null;
89
- "update:onDisposing": null;
90
- "update:onInitialized": null;
91
- "update:onItemClick": null;
92
- "update:onItemContextMenu": null;
93
- "update:onItemHold": null;
94
- "update:onItemRendered": null;
95
- "update:onItemTitleClick": null;
96
- "update:onOptionChanged": null;
97
- "update:onSelectionChanged": null;
98
- "update:repaintChangesOnly": null;
99
- "update:rtlEnabled": null;
100
- "update:selectedIndex": null;
101
- "update:selectedItem": null;
102
- "update:selectedItemKeys": null;
103
- "update:selectedItems": null;
104
- "update:tabIndex": null;
105
- "update:visible": null;
106
- "update:width": null;
107
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
108
- accessKey: StringConstructor;
109
- activeStateEnabled: BooleanConstructor;
110
- animationDuration: NumberConstructor;
111
- collapsible: BooleanConstructor;
112
- dataSource: PropType<string | any[] | Record<string, any> | DataSource<any, any> | DataSourceOptions<any, any, any, any> | Store<any, any> | null>;
113
- deferRendering: BooleanConstructor;
114
- disabled: BooleanConstructor;
115
- elementAttr: PropType<Record<string, any>>;
116
- focusStateEnabled: BooleanConstructor;
117
- height: (NumberConstructor | StringConstructor)[];
118
- hint: StringConstructor;
119
- hoverStateEnabled: BooleanConstructor;
120
- itemHoldTimeout: NumberConstructor;
121
- items: PropType<any[]>;
122
- itemTemplate: {};
123
- itemTitleTemplate: {};
124
- keyExpr: PropType<string | (() => void)>;
125
- multiple: BooleanConstructor;
126
- noDataText: StringConstructor;
127
- onContentReady: PropType<(e: ContentReadyEvent) => void>;
128
- onDisposing: PropType<(e: DisposingEvent) => void>;
129
- onInitialized: PropType<(e: InitializedEvent) => void>;
130
- onItemClick: PropType<(e: ItemClickEvent) => void>;
131
- onItemContextMenu: PropType<(e: ItemContextMenuEvent) => void>;
132
- onItemHold: PropType<(e: ItemHoldEvent) => void>;
133
- onItemRendered: PropType<(e: ItemRenderedEvent) => void>;
134
- onItemTitleClick: PropType<(e: ItemTitleClickEvent) => void>;
135
- onOptionChanged: PropType<(e: OptionChangedEvent) => void>;
136
- onSelectionChanged: PropType<(e: SelectionChangedEvent) => void>;
137
- repaintChangesOnly: BooleanConstructor;
138
- rtlEnabled: BooleanConstructor;
139
- selectedIndex: NumberConstructor;
140
- selectedItem: {};
141
- selectedItemKeys: PropType<any[]>;
142
- selectedItems: PropType<any[]>;
143
- tabIndex: NumberConstructor;
144
- visible: BooleanConstructor;
145
- width: (NumberConstructor | StringConstructor)[];
146
- }>> & {
147
- "onUpdate:isActive"?: ((...args: any[]) => any) | undefined;
148
- "onUpdate:hoveredElement"?: ((...args: any[]) => any) | undefined;
149
- "onUpdate:disabled"?: ((...args: any[]) => any) | undefined;
150
- "onUpdate:elementAttr"?: ((...args: any[]) => any) | undefined;
151
- "onUpdate:onDisposing"?: ((...args: any[]) => any) | undefined;
152
- "onUpdate:onInitialized"?: ((...args: any[]) => any) | undefined;
153
- "onUpdate:onOptionChanged"?: ((...args: any[]) => any) | undefined;
154
- "onUpdate:onSelectionChanged"?: ((...args: any[]) => any) | undefined;
155
- "onUpdate:rtlEnabled"?: ((...args: any[]) => any) | undefined;
156
- "onUpdate:height"?: ((...args: any[]) => any) | undefined;
157
- "onUpdate:width"?: ((...args: any[]) => any) | undefined;
158
- "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
159
- "onUpdate:dataSource"?: ((...args: any[]) => any) | undefined;
160
- "onUpdate:hoverStateEnabled"?: ((...args: any[]) => any) | undefined;
161
- "onUpdate:items"?: ((...args: any[]) => any) | undefined;
162
- "onUpdate:itemTemplate"?: ((...args: any[]) => any) | undefined;
163
- "onUpdate:onContentReady"?: ((...args: any[]) => any) | undefined;
164
- "onUpdate:onItemClick"?: ((...args: any[]) => any) | undefined;
165
- "onUpdate:accessKey"?: ((...args: any[]) => any) | undefined;
166
- "onUpdate:activeStateEnabled"?: ((...args: any[]) => any) | undefined;
167
- "onUpdate:focusStateEnabled"?: ((...args: any[]) => any) | undefined;
168
- "onUpdate:hint"?: ((...args: any[]) => any) | undefined;
169
- "onUpdate:itemHoldTimeout"?: ((...args: any[]) => any) | undefined;
170
- "onUpdate:keyExpr"?: ((...args: any[]) => any) | undefined;
171
- "onUpdate:noDataText"?: ((...args: any[]) => any) | undefined;
172
- "onUpdate:onItemContextMenu"?: ((...args: any[]) => any) | undefined;
173
- "onUpdate:onItemHold"?: ((...args: any[]) => any) | undefined;
174
- "onUpdate:onItemRendered"?: ((...args: any[]) => any) | undefined;
175
- "onUpdate:tabIndex"?: ((...args: any[]) => any) | undefined;
176
- "onUpdate:repaintChangesOnly"?: ((...args: any[]) => any) | undefined;
177
- "onUpdate:deferRendering"?: ((...args: any[]) => any) | undefined;
178
- "onUpdate:itemTitleTemplate"?: ((...args: any[]) => any) | undefined;
179
- "onUpdate:selectedIndex"?: ((...args: any[]) => any) | undefined;
180
- "onUpdate:selectedItem"?: ((...args: any[]) => any) | undefined;
181
- "onUpdate:selectedItems"?: ((...args: any[]) => any) | undefined;
182
- "onUpdate:selectedItemKeys"?: ((...args: any[]) => any) | undefined;
183
- "onUpdate:collapsible"?: ((...args: any[]) => any) | undefined;
184
- "onUpdate:animationDuration"?: ((...args: any[]) => any) | undefined;
185
- "onUpdate:multiple"?: ((...args: any[]) => any) | undefined;
186
- "onUpdate:onItemTitleClick"?: ((...args: any[]) => any) | undefined;
187
- }, {
188
- disabled: boolean;
189
- rtlEnabled: boolean;
190
- visible: boolean;
191
- multiple: boolean;
192
- hoverStateEnabled: boolean;
193
- activeStateEnabled: boolean;
194
- focusStateEnabled: boolean;
195
- repaintChangesOnly: boolean;
196
- deferRendering: boolean;
197
- collapsible: boolean;
198
- }>;
199
- declare const DxItem: import("vue").DefineComponent<{
200
- disabled: BooleanConstructor;
201
- html: StringConstructor;
202
- icon: StringConstructor;
203
- template: {};
204
- text: StringConstructor;
205
- title: StringConstructor;
206
- titleTemplate: {};
207
- visible: BooleanConstructor;
208
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
209
- "update:isActive": null;
210
- "update:hoveredElement": null;
211
- "update:disabled": null;
212
- "update:html": null;
213
- "update:icon": null;
214
- "update:template": null;
215
- "update:text": null;
216
- "update:title": null;
217
- "update:titleTemplate": null;
218
- "update:visible": null;
219
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
220
- disabled: BooleanConstructor;
221
- html: StringConstructor;
222
- icon: StringConstructor;
223
- template: {};
224
- text: StringConstructor;
225
- title: StringConstructor;
226
- titleTemplate: {};
227
- visible: BooleanConstructor;
228
- }>> & {
229
- "onUpdate:isActive"?: ((...args: any[]) => any) | undefined;
230
- "onUpdate:hoveredElement"?: ((...args: any[]) => any) | undefined;
231
- "onUpdate:disabled"?: ((...args: any[]) => any) | undefined;
232
- "onUpdate:title"?: ((...args: any[]) => any) | undefined;
233
- "onUpdate:template"?: ((...args: any[]) => any) | undefined;
234
- "onUpdate:text"?: ((...args: any[]) => any) | undefined;
235
- "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
236
- "onUpdate:html"?: ((...args: any[]) => any) | undefined;
237
- "onUpdate:icon"?: ((...args: any[]) => any) | undefined;
238
- "onUpdate:titleTemplate"?: ((...args: any[]) => any) | undefined;
239
- }, {
240
- disabled: boolean;
241
- visible: boolean;
242
- }>;
243
- export default DxAccordion;
244
- export { DxAccordion, DxItem };
245
- import type * as DxAccordionTypes from "devextreme/ui/accordion_types";
246
- export { DxAccordionTypes };
14
+ export { ExplicitTypes } from "devextreme/ui/accordion";
15
+ import { PropType } from "vue";
16
+ import Accordion, { Properties } from "devextreme/ui/accordion";
17
+ import DataSource from "devextreme/data/data_source";
18
+ import { ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, ItemTitleClickEvent, OptionChangedEvent, SelectionChangedEvent } from "devextreme/ui/accordion";
19
+ import { DataSourceOptions } from "devextreme/common/data";
20
+ import { Store } from "devextreme/data/store";
21
+ type AccessibleOptions = Pick<Properties, "accessKey" | "activeStateEnabled" | "animationDuration" | "collapsible" | "dataSource" | "deferRendering" | "disabled" | "elementAttr" | "focusStateEnabled" | "height" | "hint" | "hoverStateEnabled" | "itemHoldTimeout" | "items" | "itemTemplate" | "itemTitleTemplate" | "keyExpr" | "multiple" | "noDataText" | "onContentReady" | "onDisposing" | "onInitialized" | "onItemClick" | "onItemContextMenu" | "onItemHold" | "onItemRendered" | "onItemTitleClick" | "onOptionChanged" | "onSelectionChanged" | "repaintChangesOnly" | "rtlEnabled" | "selectedIndex" | "selectedItem" | "selectedItemKeys" | "selectedItems" | "tabIndex" | "visible" | "width">;
22
+ interface DxAccordion extends AccessibleOptions {
23
+ readonly instance?: Accordion;
24
+ }
25
+ declare const DxAccordion: import("vue").DefineComponent<{
26
+ accessKey: StringConstructor;
27
+ activeStateEnabled: BooleanConstructor;
28
+ animationDuration: NumberConstructor;
29
+ collapsible: BooleanConstructor;
30
+ dataSource: PropType<string | any[] | Record<string, any> | DataSource<any, any> | DataSourceOptions<any, any, any, any> | Store<any, any> | null>;
31
+ deferRendering: BooleanConstructor;
32
+ disabled: BooleanConstructor;
33
+ elementAttr: PropType<Record<string, any>>;
34
+ focusStateEnabled: BooleanConstructor;
35
+ height: (NumberConstructor | StringConstructor)[];
36
+ hint: StringConstructor;
37
+ hoverStateEnabled: BooleanConstructor;
38
+ itemHoldTimeout: NumberConstructor;
39
+ items: PropType<any[]>;
40
+ itemTemplate: {};
41
+ itemTitleTemplate: {};
42
+ keyExpr: PropType<string | ((item: any) => any)>;
43
+ multiple: BooleanConstructor;
44
+ noDataText: StringConstructor;
45
+ onContentReady: PropType<(e: ContentReadyEvent) => void>;
46
+ onDisposing: PropType<(e: DisposingEvent) => void>;
47
+ onInitialized: PropType<(e: InitializedEvent) => void>;
48
+ onItemClick: PropType<(e: ItemClickEvent) => void>;
49
+ onItemContextMenu: PropType<(e: ItemContextMenuEvent) => void>;
50
+ onItemHold: PropType<(e: ItemHoldEvent) => void>;
51
+ onItemRendered: PropType<(e: ItemRenderedEvent) => void>;
52
+ onItemTitleClick: PropType<(e: ItemTitleClickEvent) => void>;
53
+ onOptionChanged: PropType<(e: OptionChangedEvent) => void>;
54
+ onSelectionChanged: PropType<(e: SelectionChangedEvent) => void>;
55
+ repaintChangesOnly: BooleanConstructor;
56
+ rtlEnabled: BooleanConstructor;
57
+ selectedIndex: NumberConstructor;
58
+ selectedItem: {};
59
+ selectedItemKeys: PropType<any[]>;
60
+ selectedItems: PropType<any[]>;
61
+ tabIndex: NumberConstructor;
62
+ visible: BooleanConstructor;
63
+ width: (NumberConstructor | StringConstructor)[];
64
+ }, unknown, unknown, {
65
+ instance(): Accordion;
66
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
67
+ "update:isActive": null;
68
+ "update:hoveredElement": null;
69
+ "update:accessKey": null;
70
+ "update:activeStateEnabled": null;
71
+ "update:animationDuration": null;
72
+ "update:collapsible": null;
73
+ "update:dataSource": null;
74
+ "update:deferRendering": null;
75
+ "update:disabled": null;
76
+ "update:elementAttr": null;
77
+ "update:focusStateEnabled": null;
78
+ "update:height": null;
79
+ "update:hint": null;
80
+ "update:hoverStateEnabled": null;
81
+ "update:itemHoldTimeout": null;
82
+ "update:items": null;
83
+ "update:itemTemplate": null;
84
+ "update:itemTitleTemplate": null;
85
+ "update:keyExpr": null;
86
+ "update:multiple": null;
87
+ "update:noDataText": null;
88
+ "update:onContentReady": null;
89
+ "update:onDisposing": null;
90
+ "update:onInitialized": null;
91
+ "update:onItemClick": null;
92
+ "update:onItemContextMenu": null;
93
+ "update:onItemHold": null;
94
+ "update:onItemRendered": null;
95
+ "update:onItemTitleClick": null;
96
+ "update:onOptionChanged": null;
97
+ "update:onSelectionChanged": null;
98
+ "update:repaintChangesOnly": null;
99
+ "update:rtlEnabled": null;
100
+ "update:selectedIndex": null;
101
+ "update:selectedItem": null;
102
+ "update:selectedItemKeys": null;
103
+ "update:selectedItems": null;
104
+ "update:tabIndex": null;
105
+ "update:visible": null;
106
+ "update:width": null;
107
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
108
+ accessKey: StringConstructor;
109
+ activeStateEnabled: BooleanConstructor;
110
+ animationDuration: NumberConstructor;
111
+ collapsible: BooleanConstructor;
112
+ dataSource: PropType<string | any[] | Record<string, any> | DataSource<any, any> | DataSourceOptions<any, any, any, any> | Store<any, any> | null>;
113
+ deferRendering: BooleanConstructor;
114
+ disabled: BooleanConstructor;
115
+ elementAttr: PropType<Record<string, any>>;
116
+ focusStateEnabled: BooleanConstructor;
117
+ height: (NumberConstructor | StringConstructor)[];
118
+ hint: StringConstructor;
119
+ hoverStateEnabled: BooleanConstructor;
120
+ itemHoldTimeout: NumberConstructor;
121
+ items: PropType<any[]>;
122
+ itemTemplate: {};
123
+ itemTitleTemplate: {};
124
+ keyExpr: PropType<string | ((item: any) => any)>;
125
+ multiple: BooleanConstructor;
126
+ noDataText: StringConstructor;
127
+ onContentReady: PropType<(e: ContentReadyEvent) => void>;
128
+ onDisposing: PropType<(e: DisposingEvent) => void>;
129
+ onInitialized: PropType<(e: InitializedEvent) => void>;
130
+ onItemClick: PropType<(e: ItemClickEvent) => void>;
131
+ onItemContextMenu: PropType<(e: ItemContextMenuEvent) => void>;
132
+ onItemHold: PropType<(e: ItemHoldEvent) => void>;
133
+ onItemRendered: PropType<(e: ItemRenderedEvent) => void>;
134
+ onItemTitleClick: PropType<(e: ItemTitleClickEvent) => void>;
135
+ onOptionChanged: PropType<(e: OptionChangedEvent) => void>;
136
+ onSelectionChanged: PropType<(e: SelectionChangedEvent) => void>;
137
+ repaintChangesOnly: BooleanConstructor;
138
+ rtlEnabled: BooleanConstructor;
139
+ selectedIndex: NumberConstructor;
140
+ selectedItem: {};
141
+ selectedItemKeys: PropType<any[]>;
142
+ selectedItems: PropType<any[]>;
143
+ tabIndex: NumberConstructor;
144
+ visible: BooleanConstructor;
145
+ width: (NumberConstructor | StringConstructor)[];
146
+ }>> & {
147
+ "onUpdate:isActive"?: ((...args: any[]) => any) | undefined;
148
+ "onUpdate:hoveredElement"?: ((...args: any[]) => any) | undefined;
149
+ "onUpdate:disabled"?: ((...args: any[]) => any) | undefined;
150
+ "onUpdate:elementAttr"?: ((...args: any[]) => any) | undefined;
151
+ "onUpdate:onDisposing"?: ((...args: any[]) => any) | undefined;
152
+ "onUpdate:onInitialized"?: ((...args: any[]) => any) | undefined;
153
+ "onUpdate:onOptionChanged"?: ((...args: any[]) => any) | undefined;
154
+ "onUpdate:onSelectionChanged"?: ((...args: any[]) => any) | undefined;
155
+ "onUpdate:rtlEnabled"?: ((...args: any[]) => any) | undefined;
156
+ "onUpdate:height"?: ((...args: any[]) => any) | undefined;
157
+ "onUpdate:width"?: ((...args: any[]) => any) | undefined;
158
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
159
+ "onUpdate:dataSource"?: ((...args: any[]) => any) | undefined;
160
+ "onUpdate:hoverStateEnabled"?: ((...args: any[]) => any) | undefined;
161
+ "onUpdate:items"?: ((...args: any[]) => any) | undefined;
162
+ "onUpdate:itemTemplate"?: ((...args: any[]) => any) | undefined;
163
+ "onUpdate:onContentReady"?: ((...args: any[]) => any) | undefined;
164
+ "onUpdate:onItemClick"?: ((...args: any[]) => any) | undefined;
165
+ "onUpdate:accessKey"?: ((...args: any[]) => any) | undefined;
166
+ "onUpdate:activeStateEnabled"?: ((...args: any[]) => any) | undefined;
167
+ "onUpdate:focusStateEnabled"?: ((...args: any[]) => any) | undefined;
168
+ "onUpdate:hint"?: ((...args: any[]) => any) | undefined;
169
+ "onUpdate:itemHoldTimeout"?: ((...args: any[]) => any) | undefined;
170
+ "onUpdate:keyExpr"?: ((...args: any[]) => any) | undefined;
171
+ "onUpdate:noDataText"?: ((...args: any[]) => any) | undefined;
172
+ "onUpdate:onItemContextMenu"?: ((...args: any[]) => any) | undefined;
173
+ "onUpdate:onItemHold"?: ((...args: any[]) => any) | undefined;
174
+ "onUpdate:onItemRendered"?: ((...args: any[]) => any) | undefined;
175
+ "onUpdate:tabIndex"?: ((...args: any[]) => any) | undefined;
176
+ "onUpdate:repaintChangesOnly"?: ((...args: any[]) => any) | undefined;
177
+ "onUpdate:deferRendering"?: ((...args: any[]) => any) | undefined;
178
+ "onUpdate:itemTitleTemplate"?: ((...args: any[]) => any) | undefined;
179
+ "onUpdate:selectedIndex"?: ((...args: any[]) => any) | undefined;
180
+ "onUpdate:selectedItem"?: ((...args: any[]) => any) | undefined;
181
+ "onUpdate:selectedItems"?: ((...args: any[]) => any) | undefined;
182
+ "onUpdate:selectedItemKeys"?: ((...args: any[]) => any) | undefined;
183
+ "onUpdate:collapsible"?: ((...args: any[]) => any) | undefined;
184
+ "onUpdate:animationDuration"?: ((...args: any[]) => any) | undefined;
185
+ "onUpdate:multiple"?: ((...args: any[]) => any) | undefined;
186
+ "onUpdate:onItemTitleClick"?: ((...args: any[]) => any) | undefined;
187
+ }, {
188
+ disabled: boolean;
189
+ rtlEnabled: boolean;
190
+ visible: boolean;
191
+ multiple: boolean;
192
+ hoverStateEnabled: boolean;
193
+ activeStateEnabled: boolean;
194
+ focusStateEnabled: boolean;
195
+ repaintChangesOnly: boolean;
196
+ deferRendering: boolean;
197
+ collapsible: boolean;
198
+ }>;
199
+ declare const DxItem: import("vue").DefineComponent<{
200
+ disabled: BooleanConstructor;
201
+ html: StringConstructor;
202
+ icon: StringConstructor;
203
+ template: {};
204
+ text: StringConstructor;
205
+ title: StringConstructor;
206
+ titleTemplate: {};
207
+ visible: BooleanConstructor;
208
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
209
+ "update:isActive": null;
210
+ "update:hoveredElement": null;
211
+ "update:disabled": null;
212
+ "update:html": null;
213
+ "update:icon": null;
214
+ "update:template": null;
215
+ "update:text": null;
216
+ "update:title": null;
217
+ "update:titleTemplate": null;
218
+ "update:visible": null;
219
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
220
+ disabled: BooleanConstructor;
221
+ html: StringConstructor;
222
+ icon: StringConstructor;
223
+ template: {};
224
+ text: StringConstructor;
225
+ title: StringConstructor;
226
+ titleTemplate: {};
227
+ visible: BooleanConstructor;
228
+ }>> & {
229
+ "onUpdate:isActive"?: ((...args: any[]) => any) | undefined;
230
+ "onUpdate:hoveredElement"?: ((...args: any[]) => any) | undefined;
231
+ "onUpdate:disabled"?: ((...args: any[]) => any) | undefined;
232
+ "onUpdate:title"?: ((...args: any[]) => any) | undefined;
233
+ "onUpdate:template"?: ((...args: any[]) => any) | undefined;
234
+ "onUpdate:text"?: ((...args: any[]) => any) | undefined;
235
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
236
+ "onUpdate:html"?: ((...args: any[]) => any) | undefined;
237
+ "onUpdate:icon"?: ((...args: any[]) => any) | undefined;
238
+ "onUpdate:titleTemplate"?: ((...args: any[]) => any) | undefined;
239
+ }, {
240
+ disabled: boolean;
241
+ visible: boolean;
242
+ }>;
243
+ export default DxAccordion;
244
+ export { DxAccordion, DxItem };
245
+ import type * as DxAccordionTypes from "devextreme/ui/accordion_types";
246
+ export { DxAccordionTypes };