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.
- package/LICENSE +21 -21
- package/README.md +27 -27
- package/cjs/accordion.d.ts +235 -235
- package/cjs/accordion.js +141 -141
- package/cjs/action-sheet.d.ts +185 -185
- package/cjs/action-sheet.js +117 -117
- package/cjs/autocomplete.d.ts +1192 -1187
- package/cjs/autocomplete.js +699 -697
- package/cjs/bar-gauge.d.ts +1007 -1007
- package/cjs/bar-gauge.js +724 -724
- package/cjs/box.d.ts +169 -169
- package/cjs/box.js +111 -111
- package/cjs/bullet.d.ts +381 -381
- package/cjs/bullet.js +268 -268
- package/cjs/button-group.d.ts +176 -176
- package/cjs/button-group.js +115 -115
- package/cjs/button.d.ts +129 -129
- package/cjs/button.js +80 -80
- package/cjs/calendar.d.ts +202 -202
- package/cjs/calendar.js +115 -115
- package/cjs/card-view.d.ts +4120 -4120
- package/cjs/card-view.js +2761 -2761
- package/cjs/chart.d.ts +4516 -4516
- package/cjs/chart.js +3208 -3208
- package/cjs/chat.d.ts +1211 -741
- package/cjs/chat.js +749 -459
- package/cjs/check-box.d.ts +156 -156
- package/cjs/check-box.js +93 -93
- package/cjs/circular-gauge.d.ts +1053 -1053
- package/cjs/circular-gauge.js +763 -763
- package/cjs/color-box.d.ts +1120 -1115
- package/cjs/color-box.js +666 -664
- package/cjs/common/ai-integration.d.ts +4 -3
- package/cjs/common/ai-integration.js +7 -7
- package/cjs/common/charts.d.ts +4 -3
- package/cjs/common/charts.js +8 -8
- package/cjs/common/core/animation.d.ts +4 -3
- package/cjs/common/core/animation.js +11 -11
- package/cjs/common/core/environment.d.ts +4 -3
- package/cjs/common/core/environment.js +9 -9
- package/cjs/common/core/events.d.ts +4 -3
- package/cjs/common/core/events.js +10 -10
- package/cjs/common/core/index.d.ts +6 -6
- package/cjs/common/core/index.js +32 -32
- package/cjs/common/core/localization.d.ts +4 -3
- package/cjs/common/core/localization.js +13 -13
- package/cjs/common/data/custom-store.d.ts +3 -3
- package/cjs/common/data/custom-store.js +9 -9
- package/cjs/common/data.d.ts +4 -3
- package/cjs/common/data.js +25 -25
- package/cjs/common/export/excel.d.ts +4 -3
- package/cjs/common/export/excel.js +8 -8
- package/cjs/common/export/index.d.ts +4 -4
- package/cjs/common/export/index.js +30 -30
- package/cjs/common/export/pdf.d.ts +4 -3
- package/cjs/common/export/pdf.js +8 -8
- package/cjs/common/grids.d.ts +3 -3
- package/cjs/common/grids.js +4 -4
- package/cjs/common/index.d.ts +301 -9
- package/cjs/common/index.js +121 -38
- package/cjs/context-menu.d.ts +613 -613
- package/cjs/context-menu.js +468 -468
- package/cjs/core/children-processing.d.ts +8 -8
- package/cjs/core/children-processing.js +51 -51
- package/cjs/core/component.d.ts +62 -62
- package/cjs/core/component.js +309 -309
- package/cjs/core/config.d.ts +9 -9
- package/cjs/core/config.js +16 -16
- package/cjs/core/configuration-component.d.ts +26 -26
- package/cjs/core/configuration-component.js +71 -71
- package/cjs/core/configuration.d.ts +61 -61
- package/cjs/core/configuration.js +207 -207
- package/cjs/core/constants.d.ts +5 -5
- package/cjs/core/constants.js +9 -9
- package/cjs/core/extension-component.d.ts +30 -30
- package/cjs/core/extension-component.js +29 -29
- package/cjs/core/helpers.d.ts +24 -24
- package/cjs/core/helpers.js +87 -87
- package/cjs/core/index.d.ts +5 -5
- package/cjs/core/index.js +24 -24
- package/cjs/core/templates-discovering.d.ts +13 -13
- package/cjs/core/templates-discovering.js +88 -88
- package/cjs/core/templates-manager.d.ts +17 -17
- package/cjs/core/templates-manager.js +84 -84
- package/cjs/core/version.d.ts +4 -4
- package/cjs/core/version.js +38 -38
- package/cjs/core/vue-helper.d.ts +23 -23
- package/cjs/core/vue-helper.js +155 -155
- package/cjs/data-grid.d.ts +6652 -6595
- package/cjs/data-grid.js +4032 -3994
- package/cjs/date-box.d.ts +1397 -1392
- package/cjs/date-box.js +799 -797
- package/cjs/date-range-box.d.ts +1404 -1399
- package/cjs/date-range-box.js +807 -805
- package/cjs/diagram.d.ts +1134 -1134
- package/cjs/diagram.js +830 -830
- package/cjs/draggable.d.ts +134 -134
- package/cjs/draggable.js +96 -96
- package/cjs/drawer.d.ts +126 -126
- package/cjs/drawer.js +78 -78
- package/cjs/drop-down-box.d.ts +1134 -1129
- package/cjs/drop-down-box.js +672 -670
- package/cjs/drop-down-button.d.ts +935 -930
- package/cjs/drop-down-button.js +557 -555
- package/cjs/file-manager.d.ts +702 -702
- package/cjs/file-manager.js +473 -473
- package/cjs/file-uploader.d.ts +295 -295
- package/cjs/file-uploader.js +160 -160
- package/cjs/filter-builder.d.ts +395 -395
- package/cjs/filter-builder.js +267 -267
- package/cjs/form.d.ts +1486 -1486
- package/cjs/form.js +986 -986
- package/cjs/funnel.d.ts +1169 -1169
- package/cjs/funnel.js +850 -850
- package/cjs/gallery.d.ts +229 -229
- package/cjs/gallery.js +137 -137
- package/cjs/gantt.d.ts +1460 -1460
- package/cjs/gantt.js +952 -952
- package/cjs/html-editor.d.ts +951 -951
- package/cjs/html-editor.js +612 -612
- package/cjs/index.d.ts +85 -86
- package/cjs/index.js +194 -196
- package/cjs/linear-gauge.d.ts +1066 -1066
- package/cjs/linear-gauge.js +778 -778
- package/cjs/list.d.ts +943 -943
- package/cjs/list.js +533 -533
- package/cjs/load-indicator.d.ts +75 -75
- package/cjs/load-indicator.js +56 -56
- package/cjs/load-panel.d.ts +494 -494
- package/cjs/load-panel.js +381 -381
- package/cjs/lookup.d.ts +986 -981
- package/cjs/lookup.js +648 -646
- package/cjs/map.d.ts +312 -312
- package/cjs/map.js +239 -239
- package/cjs/menu.d.ts +618 -618
- package/cjs/menu.js +472 -472
- package/cjs/multi-view.d.ts +199 -199
- package/cjs/multi-view.js +123 -123
- package/cjs/number-box.d.ts +424 -424
- package/cjs/number-box.js +252 -252
- package/cjs/pagination.d.ts +162 -162
- package/cjs/pagination.js +84 -84
- package/cjs/pie-chart.d.ts +1723 -1723
- package/cjs/pie-chart.js +1228 -1228
- package/cjs/pivot-grid-field-chooser.d.ts +303 -303
- package/cjs/pivot-grid-field-chooser.js +211 -211
- package/cjs/pivot-grid.d.ts +714 -714
- package/cjs/pivot-grid.js +477 -477
- package/cjs/polar-chart.d.ts +3335 -3335
- package/cjs/polar-chart.js +2380 -2380
- package/cjs/popover.d.ts +594 -589
- package/cjs/popover.js +446 -444
- package/cjs/popup.d.ts +700 -695
- package/cjs/popup.js +430 -428
- package/cjs/progress-bar.d.ts +142 -142
- package/cjs/progress-bar.js +86 -86
- package/cjs/radio-group.d.ts +202 -202
- package/cjs/radio-group.js +126 -126
- package/cjs/range-selector.d.ts +2555 -2555
- package/cjs/range-selector.js +1863 -1863
- package/cjs/range-slider.d.ts +273 -273
- package/cjs/range-slider.js +182 -182
- package/cjs/resizable.d.ts +95 -95
- package/cjs/resizable.js +66 -66
- package/cjs/responsive-box.d.ts +240 -240
- package/cjs/responsive-box.js +177 -177
- package/cjs/sankey.d.ts +829 -829
- package/cjs/sankey.js +604 -604
- package/cjs/scheduler.d.ts +2501 -2481
- package/cjs/scheduler.js +1524 -1514
- package/cjs/scroll-view.d.ts +120 -120
- package/cjs/scroll-view.js +76 -76
- package/cjs/select-box.d.ts +1249 -1244
- package/cjs/select-box.js +734 -732
- package/cjs/slider.d.ts +261 -261
- package/cjs/slider.js +176 -176
- package/cjs/sortable.d.ts +172 -172
- package/cjs/sortable.js +114 -114
- package/cjs/sparkline.d.ts +437 -437
- package/cjs/sparkline.js +294 -294
- package/cjs/speech-to-text.d.ts +200 -200
- package/cjs/speech-to-text.js +133 -133
- package/cjs/speed-dial-action.d.ts +98 -98
- package/cjs/speed-dial-action.js +66 -66
- package/cjs/splitter.d.ts +193 -193
- package/cjs/splitter.js +121 -121
- package/cjs/stepper.d.ts +195 -195
- package/cjs/stepper.js +121 -121
- package/cjs/switch.d.ts +152 -152
- package/cjs/switch.js +91 -91
- package/cjs/tab-panel.d.ts +272 -272
- package/cjs/tab-panel.js +157 -157
- package/cjs/tabs.d.ts +235 -235
- package/cjs/tabs.js +141 -141
- package/cjs/tag-box.d.ts +1275 -1270
- package/cjs/tag-box.js +746 -744
- package/cjs/text-area.d.ts +233 -233
- package/cjs/text-area.js +131 -131
- package/cjs/text-box.d.ts +393 -393
- package/cjs/text-box.js +229 -229
- package/cjs/tile-view.d.ts +196 -196
- package/cjs/tile-view.js +123 -123
- package/cjs/toast.d.ts +472 -472
- package/cjs/toast.js +362 -362
- package/cjs/toolbar.d.ts +183 -183
- package/cjs/toolbar.js +117 -117
- package/cjs/tooltip.d.ts +497 -492
- package/cjs/tooltip.js +392 -390
- package/cjs/tree-list.d.ts +6094 -6037
- package/cjs/tree-list.js +3658 -3620
- package/cjs/tree-map.d.ts +865 -865
- package/cjs/tree-map.js +646 -646
- package/cjs/tree-view.d.ts +733 -729
- package/cjs/tree-view.js +408 -406
- package/cjs/validation-group.d.ts +48 -48
- package/cjs/validation-group.js +44 -44
- package/cjs/validation-summary.d.ts +99 -99
- package/cjs/validation-summary.js +79 -79
- package/cjs/validator.d.ts +465 -465
- package/cjs/validator.js +354 -354
- package/cjs/vector-map.d.ts +1411 -1411
- package/cjs/vector-map.js +970 -970
- package/esm/accordion.js +134 -134
- package/esm/action-sheet.js +110 -110
- package/esm/autocomplete.js +677 -675
- package/esm/bar-gauge.js +696 -696
- package/esm/box.js +104 -104
- package/esm/bullet.js +255 -255
- package/esm/button-group.js +108 -108
- package/esm/button.js +74 -74
- package/esm/calendar.js +109 -109
- package/esm/card-view.js +2677 -2677
- package/esm/chart.js +3109 -3109
- package/esm/chat.js +726 -443
- package/esm/check-box.js +87 -87
- package/esm/circular-gauge.js +733 -733
- package/esm/color-box.js +644 -642
- package/esm/common/ai-integration.js +3 -3
- package/esm/common/charts.js +3 -3
- package/esm/common/core/animation.js +3 -3
- package/esm/common/core/environment.js +3 -3
- package/esm/common/core/events.js +3 -3
- package/esm/common/core/index.js +6 -6
- package/esm/common/core/localization.js +3 -3
- package/esm/common/data/custom-store.js +3 -3
- package/esm/common/data.js +3 -3
- package/esm/common/export/excel.js +3 -3
- package/esm/common/export/index.js +4 -4
- package/esm/common/export/pdf.js +3 -3
- package/esm/common/grids.js +3 -3
- package/esm/common/index.js +91 -9
- package/esm/context-menu.js +447 -447
- package/esm/core/children-processing.js +46 -46
- package/esm/core/component.js +279 -279
- package/esm/core/config.js +13 -13
- package/esm/core/configuration-component.js +65 -65
- package/esm/core/configuration.js +203 -203
- package/esm/core/constants.js +5 -5
- package/esm/core/extension-component.js +26 -26
- package/esm/core/helpers.js +74 -74
- package/esm/core/index.js +18 -18
- package/esm/core/templates-discovering.js +84 -84
- package/esm/core/templates-manager.js +78 -78
- package/esm/core/version.js +10 -10
- package/esm/core/vue-helper.js +137 -137
- package/esm/data-grid.js +3919 -3882
- package/esm/date-box.js +776 -774
- package/esm/date-range-box.js +784 -782
- package/esm/diagram.js +798 -798
- package/esm/draggable.js +89 -89
- package/esm/drawer.js +72 -72
- package/esm/drop-down-box.js +650 -648
- package/esm/drop-down-button.js +537 -535
- package/esm/file-manager.js +455 -455
- package/esm/file-uploader.js +154 -154
- package/esm/filter-builder.js +255 -255
- package/esm/form.js +957 -957
- package/esm/funnel.js +817 -817
- package/esm/gallery.js +130 -130
- package/esm/gantt.js +920 -920
- package/esm/html-editor.js +592 -592
- package/esm/index.js +85 -86
- package/esm/linear-gauge.js +747 -747
- package/esm/list.js +520 -520
- package/esm/load-indicator.js +50 -50
- package/esm/load-panel.js +363 -363
- package/esm/lookup.js +626 -624
- package/esm/map.js +226 -226
- package/esm/menu.js +451 -451
- package/esm/multi-view.js +116 -116
- package/esm/number-box.js +243 -243
- package/esm/pagination.js +78 -78
- package/esm/pie-chart.js +1187 -1187
- package/esm/pivot-grid-field-chooser.js +200 -200
- package/esm/pivot-grid.js +458 -458
- package/esm/polar-chart.js +2303 -2303
- package/esm/popover.js +426 -424
- package/esm/popup.js +412 -410
- package/esm/progress-bar.js +80 -80
- package/esm/radio-group.js +119 -119
- package/esm/range-selector.js +1796 -1796
- package/esm/range-slider.js +173 -173
- package/esm/resizable.js +60 -60
- package/esm/responsive-box.js +167 -167
- package/esm/sankey.js +579 -579
- package/esm/scheduler.js +1485 -1475
- package/esm/scroll-view.js +70 -70
- package/esm/select-box.js +711 -709
- package/esm/slider.js +167 -167
- package/esm/sortable.js +107 -107
- package/esm/sparkline.js +281 -281
- package/esm/speech-to-text.js +125 -125
- package/esm/speed-dial-action.js +60 -60
- package/esm/splitter.js +114 -114
- package/esm/stepper.js +114 -114
- package/esm/switch.js +85 -85
- package/esm/tab-panel.js +150 -150
- package/esm/tabs.js +134 -134
- package/esm/tag-box.js +723 -721
- package/esm/text-area.js +125 -125
- package/esm/text-box.js +221 -221
- package/esm/tile-view.js +116 -116
- package/esm/toast.js +345 -345
- package/esm/toolbar.js +110 -110
- package/esm/tooltip.js +373 -371
- package/esm/tree-list.js +3558 -3521
- package/esm/tree-map.js +619 -619
- package/esm/tree-view.js +398 -396
- package/esm/validation-group.js +38 -38
- package/esm/validation-summary.js +72 -72
- package/esm/validator.js +337 -337
- package/esm/vector-map.js +938 -938
- package/package.json +9 -6
- package/cjs/recurrence-editor.d.ts +0 -150
- package/cjs/recurrence-editor.js +0 -96
- package/esm/recurrence-editor.js +0 -90
- 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
|
-
[](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
|
+
[](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).
|
package/cjs/accordion.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version:
|
|
4
|
-
* Build date:
|
|
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 | (() =>
|
|
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 | (() =>
|
|
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 };
|