devextreme-vue 25.1.7 → 25.2.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.
- 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 +1187 -1187
- package/cjs/autocomplete.js +697 -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 -198
- package/cjs/calendar.js +115 -113
- package/cjs/card-view.d.ts +4137 -4063
- package/cjs/card-view.js +2761 -2707
- package/cjs/chart.d.ts +4516 -4516
- package/cjs/chart.js +3208 -3208
- package/cjs/chat.d.ts +741 -427
- package/cjs/chat.js +459 -292
- 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 +1115 -1094
- package/cjs/color-box.js +664 -645
- package/cjs/common/ai-integration.d.ts +3 -3
- package/cjs/common/ai-integration.js +7 -7
- package/cjs/common/charts.d.ts +3 -3
- package/cjs/common/charts.js +8 -8
- package/cjs/common/core/animation.d.ts +3 -3
- package/cjs/common/core/animation.js +11 -11
- package/cjs/common/core/environment.d.ts +3 -3
- package/cjs/common/core/environment.js +9 -9
- package/cjs/common/core/events.d.ts +3 -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 +3 -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 +3 -3
- package/cjs/common/data.js +25 -25
- package/cjs/common/export/excel.d.ts +3 -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 +3 -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 +9 -9
- package/cjs/common/index.js +38 -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 +5746 -5177
- package/cjs/data-grid.js +3438 -3103
- package/cjs/date-box.d.ts +1392 -1388
- package/cjs/date-box.js +797 -795
- package/cjs/date-range-box.d.ts +1399 -1395
- package/cjs/date-range-box.js +805 -803
- 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 +1129 -1108
- package/cjs/drop-down-box.js +670 -651
- package/cjs/drop-down-button.d.ts +930 -930
- package/cjs/drop-down-button.js +555 -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 -1446
- package/cjs/form.js +986 -958
- 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 +1886 -1460
- package/cjs/gantt.js +1193 -952
- package/cjs/html-editor.d.ts +951 -951
- package/cjs/html-editor.js +612 -612
- package/cjs/index.d.ts +86 -86
- package/cjs/index.js +196 -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 -71
- package/cjs/load-indicator.js +56 -54
- package/cjs/load-panel.d.ts +494 -464
- package/cjs/load-panel.js +381 -358
- package/cjs/lookup.d.ts +981 -981
- package/cjs/lookup.js +646 -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 +589 -589
- package/cjs/popover.js +444 -444
- package/cjs/popup.d.ts +695 -695
- package/cjs/popup.js +428 -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/recurrence-editor.d.ts +139 -139
- package/cjs/recurrence-editor.js +85 -85
- 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 +2489 -1049
- package/cjs/scheduler.js +1518 -573
- package/cjs/scroll-view.d.ts +120 -120
- package/cjs/scroll-view.js +76 -76
- package/cjs/select-box.d.ts +1244 -1223
- package/cjs/select-box.js +732 -713
- 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 +211 -0
- package/cjs/speech-to-text.js +144 -0
- 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 +1270 -1249
- package/cjs/tag-box.js +744 -725
- 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 +492 -492
- package/cjs/tooltip.js +390 -390
- package/cjs/tree-list.d.ts +5216 -4633
- package/cjs/tree-list.js +3065 -2730
- package/cjs/tree-map.d.ts +865 -865
- package/cjs/tree-map.js +646 -646
- package/cjs/tree-view.d.ts +729 -729
- package/cjs/tree-view.js +406 -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 +675 -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 -107
- package/esm/card-view.js +2677 -2625
- package/esm/chart.js +3109 -3109
- package/esm/chat.js +443 -278
- package/esm/check-box.js +87 -87
- package/esm/circular-gauge.js +733 -733
- package/esm/color-box.js +642 -624
- 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 +9 -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 +3337 -3009
- package/esm/date-box.js +774 -772
- package/esm/date-range-box.js +782 -780
- package/esm/diagram.js +798 -798
- package/esm/draggable.js +89 -89
- package/esm/drawer.js +72 -72
- package/esm/drop-down-box.js +648 -630
- package/esm/drop-down-button.js +535 -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 -930
- package/esm/funnel.js +817 -817
- package/esm/gallery.js +130 -130
- package/esm/gantt.js +1157 -920
- package/esm/html-editor.js +592 -592
- package/esm/index.js +86 -86
- package/esm/linear-gauge.js +747 -747
- package/esm/list.js +520 -520
- package/esm/load-indicator.js +50 -48
- package/esm/load-panel.js +363 -341
- package/esm/lookup.js +624 -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 +424 -424
- package/esm/popup.js +410 -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/recurrence-editor.js +79 -79
- package/esm/resizable.js +60 -60
- package/esm/responsive-box.js +167 -167
- package/esm/sankey.js +579 -579
- package/esm/scheduler.js +1479 -557
- package/esm/scroll-view.js +70 -70
- package/esm/select-box.js +709 -691
- package/esm/slider.js +167 -167
- package/esm/sortable.js +107 -107
- package/esm/sparkline.js +281 -281
- package/esm/speech-to-text.js +136 -0
- 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 +721 -703
- 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 +371 -371
- package/esm/tree-list.js +2976 -2648
- package/esm/tree-map.js +619 -619
- package/esm/tree-view.js +396 -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 +6 -11
- package/speech-to-text/package.json +6 -0
- package/cjs/core/__mocks__/templates-discovering.d.ts +0 -15
- package/cjs/core/__mocks__/templates-discovering.js +0 -17
- package/cjs/core/__tests__/button.test.d.ts +0 -14
- package/cjs/core/__tests__/button.test.js +0 -105
- package/cjs/core/__tests__/component.test.d.ts +0 -14
- package/cjs/core/__tests__/component.test.js +0 -1722
- package/cjs/core/__tests__/configuration.test.d.ts +0 -14
- package/cjs/core/__tests__/configuration.test.js +0 -559
- package/cjs/core/__tests__/data-grid.test.d.ts +0 -14
- package/cjs/core/__tests__/data-grid.test.js +0 -72
- package/cjs/core/__tests__/form.test.d.ts +0 -14
- package/cjs/core/__tests__/form.test.js +0 -66
- package/cjs/core/__tests__/helpers.test.d.ts +0 -14
- package/cjs/core/__tests__/helpers.test.js +0 -144
- package/cjs/core/__tests__/selectbox.test.d.ts +0 -14
- package/cjs/core/__tests__/selectbox.test.js +0 -48
- package/cjs/core/__tests__/templates-discovering.test.d.ts +0 -14
- package/cjs/core/__tests__/templates-discovering.test.js +0 -64
- package/cjs/core/__tests__/templates-manager.test.d.ts +0 -14
- package/cjs/core/__tests__/templates-manager.test.js +0 -102
- package/cjs/core/__tests__/textbox.test.d.ts +0 -14
- package/cjs/core/__tests__/textbox.test.js +0 -115
- package/cjs/core/__tests__/toolbar.test.d.ts +0 -14
- package/cjs/core/__tests__/toolbar.test.js +0 -70
- package/cjs/defer-rendering.d.ts +0 -362
- package/cjs/defer-rendering.js +0 -290
- package/defer-rendering/package.json +0 -6
- package/esm/core/__mocks__/templates-discovering.js +0 -14
- package/esm/core/__tests__/button.test.js +0 -100
- package/esm/core/__tests__/component.test.js +0 -1694
- package/esm/core/__tests__/configuration.test.js +0 -534
- package/esm/core/__tests__/data-grid.test.js +0 -70
- package/esm/core/__tests__/form.test.js +0 -64
- package/esm/core/__tests__/helpers.test.js +0 -142
- package/esm/core/__tests__/selectbox.test.js +0 -43
- package/esm/core/__tests__/templates-discovering.test.js +0 -62
- package/esm/core/__tests__/templates-manager.test.js +0 -100
- package/esm/core/__tests__/textbox.test.js +0 -110
- package/esm/core/__tests__/toolbar.test.js +0 -42
- package/esm/defer-rendering.js +0 -275
package/cjs/accordion.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version: 25.
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 25.2.2-beta
|
|
4
|
+
* Build date: Thu Nov 20 2025
|
|
5
5
|
*
|
|
6
6
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
@@ -11,236 +11,236 @@
|
|
|
11
11
|
* https://github.com/DevExpress/devextreme-vue
|
|
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("
|
|
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("
|
|
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("
|
|
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:
|
|
150
|
-
"onUpdate:
|
|
151
|
-
"onUpdate:
|
|
152
|
-
"onUpdate:
|
|
153
|
-
"onUpdate:
|
|
154
|
-
"onUpdate:
|
|
155
|
-
"onUpdate:
|
|
156
|
-
"onUpdate:
|
|
157
|
-
"onUpdate:
|
|
158
|
-
"onUpdate:
|
|
159
|
-
"onUpdate:
|
|
160
|
-
"onUpdate:hoverStateEnabled"?: ((...args: any[]) => any) | undefined;
|
|
161
|
-
"onUpdate:
|
|
162
|
-
"onUpdate:
|
|
163
|
-
"onUpdate:
|
|
164
|
-
"onUpdate:
|
|
165
|
-
"onUpdate:
|
|
166
|
-
"onUpdate:
|
|
167
|
-
"onUpdate:
|
|
168
|
-
"onUpdate:
|
|
169
|
-
"onUpdate:
|
|
170
|
-
"onUpdate:
|
|
171
|
-
"onUpdate:
|
|
172
|
-
"onUpdate:onItemContextMenu"?: ((...args: any[]) => any) | undefined;
|
|
173
|
-
"onUpdate:onItemHold"?: ((...args: any[]) => any) | undefined;
|
|
174
|
-
"onUpdate:onItemRendered"?: ((...args: any[]) => any) | undefined;
|
|
175
|
-
"onUpdate:
|
|
176
|
-
"onUpdate:
|
|
177
|
-
"onUpdate:
|
|
178
|
-
"onUpdate:
|
|
179
|
-
"onUpdate:
|
|
180
|
-
"onUpdate:
|
|
181
|
-
"onUpdate:
|
|
182
|
-
"onUpdate:
|
|
183
|
-
"onUpdate:
|
|
184
|
-
"onUpdate:
|
|
185
|
-
"onUpdate:
|
|
186
|
-
"onUpdate:
|
|
187
|
-
}, {
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
repaintChangesOnly: boolean;
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
}>;
|
|
199
|
-
declare const DxItem: import("
|
|
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("
|
|
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("
|
|
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:
|
|
233
|
-
"onUpdate:
|
|
234
|
-
"onUpdate:
|
|
235
|
-
"onUpdate:
|
|
236
|
-
"onUpdate:
|
|
237
|
-
"onUpdate:
|
|
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 | (() => 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:selectedItems"?: ((...args: any[]) => any) | undefined;
|
|
179
|
+
"onUpdate:selectedIndex"?: ((...args: any[]) => any) | undefined;
|
|
180
|
+
"onUpdate:selectedItem"?: ((...args: any[]) => any) | undefined;
|
|
181
|
+
"onUpdate:selectedItemKeys"?: ((...args: any[]) => any) | undefined;
|
|
182
|
+
"onUpdate:itemTitleTemplate"?: ((...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 };
|