devextreme-vue 25.2.7 → 26.1.2-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/accordion.d.ts +4 -4
- package/cjs/accordion.js +2 -2
- package/cjs/action-sheet.d.ts +2 -2
- package/cjs/action-sheet.js +2 -2
- package/cjs/autocomplete.d.ts +7 -2
- package/cjs/autocomplete.js +4 -2
- package/cjs/bar-gauge.d.ts +2 -2
- package/cjs/bar-gauge.js +2 -2
- package/cjs/box.d.ts +2 -2
- package/cjs/box.js +2 -2
- package/cjs/bullet.d.ts +2 -2
- package/cjs/bullet.js +2 -2
- package/cjs/button-group.d.ts +4 -4
- package/cjs/button-group.js +2 -2
- package/cjs/button.d.ts +2 -2
- package/cjs/button.js +2 -2
- package/cjs/calendar.d.ts +5 -5
- package/cjs/calendar.js +2 -2
- package/cjs/card-view.d.ts +4 -4
- package/cjs/card-view.js +2 -2
- package/cjs/chart.d.ts +2 -2
- package/cjs/chart.js +2 -2
- package/cjs/chat.d.ts +478 -8
- package/cjs/chat.js +294 -4
- package/cjs/check-box.d.ts +2 -2
- package/cjs/check-box.js +2 -2
- package/cjs/circular-gauge.d.ts +2 -2
- package/cjs/circular-gauge.js +2 -2
- package/cjs/color-box.d.ts +9 -4
- package/cjs/color-box.js +4 -2
- package/cjs/common/ai-integration.d.ts +4 -3
- package/cjs/common/ai-integration.js +2 -2
- package/cjs/common/charts.d.ts +4 -3
- package/cjs/common/charts.js +2 -2
- package/cjs/common/core/animation.d.ts +4 -3
- package/cjs/common/core/animation.js +2 -2
- package/cjs/common/core/environment.d.ts +4 -3
- package/cjs/common/core/environment.js +2 -2
- package/cjs/common/core/events.d.ts +4 -3
- package/cjs/common/core/events.js +2 -2
- package/cjs/common/core/index.d.ts +2 -2
- package/cjs/common/core/index.js +2 -2
- package/cjs/common/core/localization.d.ts +4 -3
- package/cjs/common/core/localization.js +2 -2
- package/cjs/common/data/custom-store.d.ts +2 -2
- package/cjs/common/data/custom-store.js +2 -2
- package/cjs/common/data.d.ts +4 -3
- package/cjs/common/data.js +2 -2
- package/cjs/common/export/excel.d.ts +4 -3
- package/cjs/common/export/excel.js +2 -2
- package/cjs/common/export/index.d.ts +2 -2
- package/cjs/common/export/index.js +2 -2
- package/cjs/common/export/pdf.d.ts +4 -3
- package/cjs/common/export/pdf.js +2 -2
- package/cjs/common/grids.d.ts +3 -3
- package/cjs/common/grids.js +2 -2
- package/cjs/common/index.d.ts +289 -9
- package/cjs/common/index.js +91 -8
- package/cjs/context-menu.d.ts +8 -8
- package/cjs/context-menu.js +2 -2
- package/cjs/core/children-processing.d.ts +2 -2
- package/cjs/core/children-processing.js +2 -2
- package/cjs/core/component.d.ts +2 -2
- package/cjs/core/component.js +3 -3
- package/cjs/core/config.d.ts +2 -2
- package/cjs/core/config.js +2 -2
- package/cjs/core/configuration-component.d.ts +2 -2
- package/cjs/core/configuration-component.js +2 -2
- package/cjs/core/configuration.d.ts +2 -2
- package/cjs/core/configuration.js +2 -2
- package/cjs/core/constants.d.ts +2 -2
- package/cjs/core/constants.js +2 -2
- package/cjs/core/extension-component.d.ts +2 -2
- package/cjs/core/extension-component.js +2 -2
- package/cjs/core/helpers.d.ts +2 -2
- package/cjs/core/helpers.js +2 -2
- package/cjs/core/index.d.ts +2 -2
- package/cjs/core/index.js +2 -2
- package/cjs/core/templates-discovering.d.ts +2 -2
- package/cjs/core/templates-discovering.js +2 -2
- package/cjs/core/templates-manager.d.ts +2 -2
- package/cjs/core/templates-manager.js +2 -2
- package/cjs/core/version.d.ts +2 -2
- package/cjs/core/version.js +2 -2
- package/cjs/core/vue-helper.d.ts +2 -2
- package/cjs/core/vue-helper.js +2 -2
- package/cjs/data-grid.d.ts +57 -8
- package/cjs/data-grid.js +39 -5
- package/cjs/date-box.d.ts +10 -5
- package/cjs/date-box.js +4 -2
- package/cjs/date-range-box.d.ts +10 -5
- package/cjs/date-range-box.js +4 -2
- package/cjs/diagram.d.ts +9 -9
- package/cjs/diagram.js +2 -2
- package/cjs/draggable.d.ts +2 -2
- package/cjs/draggable.js +2 -2
- package/cjs/drawer.d.ts +2 -2
- package/cjs/drawer.js +2 -2
- package/cjs/drop-down-box.d.ts +9 -4
- package/cjs/drop-down-box.js +4 -2
- package/cjs/drop-down-button.d.ts +7 -2
- package/cjs/drop-down-button.js +4 -2
- package/cjs/file-manager.d.ts +2 -2
- package/cjs/file-manager.js +2 -2
- package/cjs/file-uploader.d.ts +2 -2
- package/cjs/file-uploader.js +2 -2
- package/cjs/filter-builder.d.ts +2 -2
- package/cjs/filter-builder.js +2 -2
- package/cjs/form.d.ts +4 -4
- package/cjs/form.js +2 -2
- package/cjs/funnel.d.ts +2 -2
- package/cjs/funnel.js +2 -2
- package/cjs/gallery.d.ts +2 -2
- package/cjs/gallery.js +2 -2
- package/cjs/gantt.d.ts +39 -39
- package/cjs/gantt.js +2 -2
- package/cjs/html-editor.d.ts +2 -2
- package/cjs/html-editor.js +2 -2
- package/cjs/index.d.ts +2 -3
- package/cjs/index.js +3 -5
- package/cjs/linear-gauge.d.ts +2 -2
- package/cjs/linear-gauge.js +2 -2
- package/cjs/list.d.ts +4 -4
- package/cjs/list.js +2 -2
- package/cjs/load-indicator.d.ts +2 -2
- package/cjs/load-indicator.js +2 -2
- package/cjs/load-panel.d.ts +2 -2
- package/cjs/load-panel.js +2 -2
- package/cjs/lookup.d.ts +7 -2
- package/cjs/lookup.js +4 -2
- package/cjs/map.d.ts +2 -2
- package/cjs/map.js +2 -2
- package/cjs/menu.d.ts +8 -8
- package/cjs/menu.js +2 -2
- package/cjs/multi-view.d.ts +2 -2
- package/cjs/multi-view.js +2 -2
- package/cjs/number-box.d.ts +2 -2
- package/cjs/number-box.js +2 -2
- package/cjs/pagination.d.ts +2 -2
- package/cjs/pagination.js +2 -2
- package/cjs/pie-chart.d.ts +2 -2
- package/cjs/pie-chart.js +2 -2
- package/cjs/pivot-grid-field-chooser.d.ts +2 -2
- package/cjs/pivot-grid-field-chooser.js +2 -2
- package/cjs/pivot-grid.d.ts +2 -2
- package/cjs/pivot-grid.js +2 -2
- package/cjs/polar-chart.d.ts +2 -2
- package/cjs/polar-chart.js +2 -2
- package/cjs/popover.d.ts +8 -3
- package/cjs/popover.js +4 -2
- package/cjs/popup.d.ts +8 -3
- package/cjs/popup.js +4 -2
- package/cjs/progress-bar.d.ts +2 -2
- package/cjs/progress-bar.js +2 -2
- package/cjs/radio-group.d.ts +2 -2
- package/cjs/radio-group.js +2 -2
- package/cjs/range-selector.d.ts +2 -2
- package/cjs/range-selector.js +2 -2
- package/cjs/range-slider.d.ts +2 -2
- package/cjs/range-slider.js +2 -2
- package/cjs/resizable.d.ts +2 -2
- package/cjs/resizable.js +2 -2
- package/cjs/responsive-box.d.ts +2 -2
- package/cjs/responsive-box.js +2 -2
- package/cjs/sankey.d.ts +2 -2
- package/cjs/sankey.js +2 -2
- package/cjs/scheduler.d.ts +33 -13
- package/cjs/scheduler.js +12 -2
- package/cjs/scroll-view.d.ts +4 -4
- package/cjs/scroll-view.js +2 -2
- package/cjs/select-box.d.ts +9 -4
- package/cjs/select-box.js +4 -2
- package/cjs/slider.d.ts +2 -2
- package/cjs/slider.js +2 -2
- package/cjs/sortable.d.ts +2 -2
- package/cjs/sortable.js +2 -2
- package/cjs/sparkline.d.ts +2 -2
- package/cjs/sparkline.js +2 -2
- package/cjs/speech-to-text.d.ts +2 -2
- package/cjs/speech-to-text.js +2 -2
- package/cjs/speed-dial-action.d.ts +2 -2
- package/cjs/speed-dial-action.js +2 -2
- package/cjs/splitter.d.ts +2 -2
- package/cjs/splitter.js +2 -2
- package/cjs/stepper.d.ts +2 -2
- package/cjs/stepper.js +2 -2
- package/cjs/switch.d.ts +2 -2
- package/cjs/switch.js +2 -2
- package/cjs/tab-panel.d.ts +4 -4
- package/cjs/tab-panel.js +2 -2
- package/cjs/tabs.d.ts +4 -4
- package/cjs/tabs.js +2 -2
- package/cjs/tag-box.d.ts +9 -4
- package/cjs/tag-box.js +4 -2
- package/cjs/text-area.d.ts +2 -2
- package/cjs/text-area.js +2 -2
- package/cjs/text-box.d.ts +2 -2
- package/cjs/text-box.js +2 -2
- package/cjs/tile-view.d.ts +2 -2
- package/cjs/tile-view.js +2 -2
- package/cjs/toast.d.ts +2 -2
- package/cjs/toast.js +2 -2
- package/cjs/toolbar.d.ts +2 -2
- package/cjs/toolbar.js +2 -2
- package/cjs/tooltip.d.ts +8 -3
- package/cjs/tooltip.js +4 -2
- package/cjs/tree-list.d.ts +65 -16
- package/cjs/tree-list.js +38 -4
- package/cjs/tree-map.d.ts +2 -2
- package/cjs/tree-map.js +2 -2
- package/cjs/tree-view.d.ts +22 -18
- package/cjs/tree-view.js +4 -2
- package/cjs/validation-group.d.ts +2 -2
- package/cjs/validation-group.js +2 -2
- package/cjs/validation-summary.d.ts +2 -2
- package/cjs/validation-summary.js +2 -2
- package/cjs/validator.d.ts +2 -2
- package/cjs/validator.js +2 -2
- package/cjs/vector-map.d.ts +2 -2
- package/cjs/vector-map.js +2 -2
- package/esm/accordion.js +2 -2
- package/esm/action-sheet.js +2 -2
- package/esm/autocomplete.js +4 -2
- package/esm/bar-gauge.js +2 -2
- package/esm/box.js +2 -2
- package/esm/bullet.js +2 -2
- package/esm/button-group.js +2 -2
- package/esm/button.js +2 -2
- package/esm/calendar.js +2 -2
- package/esm/card-view.js +2 -2
- package/esm/chart.js +2 -2
- package/esm/chat.js +287 -4
- package/esm/check-box.js +2 -2
- package/esm/circular-gauge.js +2 -2
- package/esm/color-box.js +4 -2
- package/esm/common/ai-integration.js +2 -2
- package/esm/common/charts.js +2 -2
- package/esm/common/core/animation.js +2 -2
- package/esm/common/core/environment.js +2 -2
- package/esm/common/core/events.js +2 -2
- package/esm/common/core/index.js +2 -2
- package/esm/common/core/localization.js +2 -2
- package/esm/common/data/custom-store.js +2 -2
- package/esm/common/data.js +2 -2
- package/esm/common/export/excel.js +2 -2
- package/esm/common/export/index.js +2 -2
- package/esm/common/export/pdf.js +2 -2
- package/esm/common/grids.js +2 -2
- package/esm/common/index.js +90 -8
- package/esm/context-menu.js +2 -2
- package/esm/core/children-processing.js +2 -2
- package/esm/core/component.js +3 -3
- package/esm/core/config.js +2 -2
- package/esm/core/configuration-component.js +2 -2
- package/esm/core/configuration.js +2 -2
- package/esm/core/constants.js +2 -2
- package/esm/core/extension-component.js +2 -2
- package/esm/core/helpers.js +2 -2
- package/esm/core/index.js +2 -2
- package/esm/core/templates-discovering.js +2 -2
- package/esm/core/templates-manager.js +2 -2
- package/esm/core/version.js +2 -2
- package/esm/core/vue-helper.js +2 -2
- package/esm/data-grid.js +36 -3
- package/esm/date-box.js +4 -2
- package/esm/date-range-box.js +4 -2
- package/esm/diagram.js +2 -2
- package/esm/draggable.js +2 -2
- package/esm/drawer.js +2 -2
- package/esm/drop-down-box.js +4 -2
- package/esm/drop-down-button.js +4 -2
- package/esm/file-manager.js +2 -2
- package/esm/file-uploader.js +2 -2
- package/esm/filter-builder.js +2 -2
- package/esm/form.js +2 -2
- package/esm/funnel.js +2 -2
- package/esm/gallery.js +2 -2
- package/esm/gantt.js +2 -2
- package/esm/html-editor.js +2 -2
- package/esm/index.js +2 -3
- package/esm/linear-gauge.js +2 -2
- package/esm/list.js +2 -2
- package/esm/load-indicator.js +2 -2
- package/esm/load-panel.js +2 -2
- package/esm/lookup.js +4 -2
- package/esm/map.js +2 -2
- package/esm/menu.js +2 -2
- package/esm/multi-view.js +2 -2
- package/esm/number-box.js +2 -2
- package/esm/pagination.js +2 -2
- package/esm/pie-chart.js +2 -2
- package/esm/pivot-grid-field-chooser.js +2 -2
- package/esm/pivot-grid.js +2 -2
- package/esm/polar-chart.js +2 -2
- package/esm/popover.js +4 -2
- package/esm/popup.js +4 -2
- package/esm/progress-bar.js +2 -2
- package/esm/radio-group.js +2 -2
- package/esm/range-selector.js +2 -2
- package/esm/range-slider.js +2 -2
- package/esm/resizable.js +2 -2
- package/esm/responsive-box.js +2 -2
- package/esm/sankey.js +2 -2
- package/esm/scheduler.js +12 -2
- package/esm/scroll-view.js +2 -2
- package/esm/select-box.js +4 -2
- package/esm/slider.js +2 -2
- package/esm/sortable.js +2 -2
- package/esm/sparkline.js +2 -2
- package/esm/speech-to-text.js +2 -2
- package/esm/speed-dial-action.js +2 -2
- package/esm/splitter.js +2 -2
- package/esm/stepper.js +2 -2
- package/esm/switch.js +2 -2
- package/esm/tab-panel.js +2 -2
- package/esm/tabs.js +2 -2
- package/esm/tag-box.js +4 -2
- package/esm/text-area.js +2 -2
- package/esm/text-box.js +2 -2
- package/esm/tile-view.js +2 -2
- package/esm/toast.js +2 -2
- package/esm/toolbar.js +2 -2
- package/esm/tooltip.js +4 -2
- package/esm/tree-list.js +36 -3
- package/esm/tree-map.js +2 -2
- package/esm/tree-view.js +4 -2
- package/esm/validation-group.js +2 -2
- package/esm/validation-summary.js +2 -2
- package/esm/validator.js +2 -2
- package/esm/vector-map.js +2 -2
- package/package.json +4 -4
- 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/cjs/accordion.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version:
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 26.1.2-beta
|
|
4
|
+
* Build date: Fri May 08 2026
|
|
5
5
|
*
|
|
6
6
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
@@ -39,7 +39,7 @@ declare const DxAccordion: import("vue").DefineComponent<{
|
|
|
39
39
|
items: PropType<any[]>;
|
|
40
40
|
itemTemplate: {};
|
|
41
41
|
itemTitleTemplate: {};
|
|
42
|
-
keyExpr: PropType<string | (() =>
|
|
42
|
+
keyExpr: PropType<string | ((item: any) => any)>;
|
|
43
43
|
multiple: BooleanConstructor;
|
|
44
44
|
noDataText: StringConstructor;
|
|
45
45
|
onContentReady: PropType<(e: ContentReadyEvent) => void>;
|
|
@@ -121,7 +121,7 @@ declare const DxAccordion: import("vue").DefineComponent<{
|
|
|
121
121
|
items: PropType<any[]>;
|
|
122
122
|
itemTemplate: {};
|
|
123
123
|
itemTitleTemplate: {};
|
|
124
|
-
keyExpr: PropType<string | (() =>
|
|
124
|
+
keyExpr: PropType<string | ((item: any) => any)>;
|
|
125
125
|
multiple: BooleanConstructor;
|
|
126
126
|
noDataText: StringConstructor;
|
|
127
127
|
onContentReady: PropType<(e: ContentReadyEvent) => void>;
|
package/cjs/accordion.js
CHANGED
package/cjs/action-sheet.d.ts
CHANGED
package/cjs/action-sheet.js
CHANGED
package/cjs/autocomplete.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version:
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 26.1.2-beta
|
|
4
|
+
* Build date: Fri May 08 2026
|
|
5
5
|
*
|
|
6
6
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
@@ -533,6 +533,7 @@ declare const DxDropDownOptions: import("vue").DefineComponent<{
|
|
|
533
533
|
shadingColor: StringConstructor;
|
|
534
534
|
showCloseButton: BooleanConstructor;
|
|
535
535
|
showTitle: BooleanConstructor;
|
|
536
|
+
tabFocusLoopEnabled: BooleanConstructor;
|
|
536
537
|
tabIndex: NumberConstructor;
|
|
537
538
|
title: StringConstructor;
|
|
538
539
|
titleTemplate: {};
|
|
@@ -584,6 +585,7 @@ declare const DxDropDownOptions: import("vue").DefineComponent<{
|
|
|
584
585
|
"update:shadingColor": null;
|
|
585
586
|
"update:showCloseButton": null;
|
|
586
587
|
"update:showTitle": null;
|
|
588
|
+
"update:tabFocusLoopEnabled": null;
|
|
587
589
|
"update:tabIndex": null;
|
|
588
590
|
"update:title": null;
|
|
589
591
|
"update:titleTemplate": null;
|
|
@@ -680,6 +682,7 @@ declare const DxDropDownOptions: import("vue").DefineComponent<{
|
|
|
680
682
|
shadingColor: StringConstructor;
|
|
681
683
|
showCloseButton: BooleanConstructor;
|
|
682
684
|
showTitle: BooleanConstructor;
|
|
685
|
+
tabFocusLoopEnabled: BooleanConstructor;
|
|
683
686
|
tabIndex: NumberConstructor;
|
|
684
687
|
title: StringConstructor;
|
|
685
688
|
titleTemplate: {};
|
|
@@ -735,6 +738,7 @@ declare const DxDropDownOptions: import("vue").DefineComponent<{
|
|
|
735
738
|
"onUpdate:shadingColor"?: ((...args: any[]) => any) | undefined;
|
|
736
739
|
"onUpdate:showCloseButton"?: ((...args: any[]) => any) | undefined;
|
|
737
740
|
"onUpdate:showTitle"?: ((...args: any[]) => any) | undefined;
|
|
741
|
+
"onUpdate:tabFocusLoopEnabled"?: ((...args: any[]) => any) | undefined;
|
|
738
742
|
"onUpdate:titleTemplate"?: ((...args: any[]) => any) | undefined;
|
|
739
743
|
"onUpdate:toolbarItems"?: ((...args: any[]) => any) | undefined;
|
|
740
744
|
"onUpdate:wrapperAttr"?: ((...args: any[]) => any) | undefined;
|
|
@@ -755,6 +759,7 @@ declare const DxDropDownOptions: import("vue").DefineComponent<{
|
|
|
755
759
|
shading: boolean;
|
|
756
760
|
showCloseButton: boolean;
|
|
757
761
|
showTitle: boolean;
|
|
762
|
+
tabFocusLoopEnabled: boolean;
|
|
758
763
|
}>;
|
|
759
764
|
declare const DxFrom: import("vue").DefineComponent<{
|
|
760
765
|
left: NumberConstructor;
|
package/cjs/autocomplete.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version:
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 26.1.2-beta
|
|
4
|
+
* Build date: Fri May 08 2026
|
|
5
5
|
*
|
|
6
6
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
@@ -328,6 +328,7 @@ const DxDropDownOptionsConfig = {
|
|
|
328
328
|
"update:shadingColor": null,
|
|
329
329
|
"update:showCloseButton": null,
|
|
330
330
|
"update:showTitle": null,
|
|
331
|
+
"update:tabFocusLoopEnabled": null,
|
|
331
332
|
"update:tabIndex": null,
|
|
332
333
|
"update:title": null,
|
|
333
334
|
"update:titleTemplate": null,
|
|
@@ -378,6 +379,7 @@ const DxDropDownOptionsConfig = {
|
|
|
378
379
|
shadingColor: String,
|
|
379
380
|
showCloseButton: Boolean,
|
|
380
381
|
showTitle: Boolean,
|
|
382
|
+
tabFocusLoopEnabled: Boolean,
|
|
381
383
|
tabIndex: Number,
|
|
382
384
|
title: String,
|
|
383
385
|
titleTemplate: {},
|
package/cjs/bar-gauge.d.ts
CHANGED
package/cjs/bar-gauge.js
CHANGED
package/cjs/box.d.ts
CHANGED
package/cjs/box.js
CHANGED
package/cjs/bullet.d.ts
CHANGED
package/cjs/bullet.js
CHANGED
package/cjs/button-group.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version:
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 26.1.2-beta
|
|
4
|
+
* Build date: Fri May 08 2026
|
|
5
5
|
*
|
|
6
6
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
@@ -30,7 +30,7 @@ declare const DxButtonGroup: import("vue").DefineComponent<{
|
|
|
30
30
|
hint: StringConstructor;
|
|
31
31
|
hoverStateEnabled: BooleanConstructor;
|
|
32
32
|
items: PropType<dxButtonGroupItem[]>;
|
|
33
|
-
keyExpr: PropType<string | (() =>
|
|
33
|
+
keyExpr: PropType<string | ((item: any) => any)>;
|
|
34
34
|
onContentReady: PropType<(e: ContentReadyEvent) => void>;
|
|
35
35
|
onDisposing: PropType<(e: DisposingEvent) => void>;
|
|
36
36
|
onInitialized: PropType<(e: InitializedEvent) => void>;
|
|
@@ -86,7 +86,7 @@ declare const DxButtonGroup: import("vue").DefineComponent<{
|
|
|
86
86
|
hint: StringConstructor;
|
|
87
87
|
hoverStateEnabled: BooleanConstructor;
|
|
88
88
|
items: PropType<dxButtonGroupItem[]>;
|
|
89
|
-
keyExpr: PropType<string | (() =>
|
|
89
|
+
keyExpr: PropType<string | ((item: any) => any)>;
|
|
90
90
|
onContentReady: PropType<(e: ContentReadyEvent) => void>;
|
|
91
91
|
onDisposing: PropType<(e: DisposingEvent) => void>;
|
|
92
92
|
onInitialized: PropType<(e: InitializedEvent) => void>;
|
package/cjs/button-group.js
CHANGED
package/cjs/button.d.ts
CHANGED
package/cjs/button.js
CHANGED
package/cjs/calendar.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version:
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 26.1.2-beta
|
|
4
|
+
* Build date: Fri May 08 2026
|
|
5
5
|
*
|
|
6
6
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
import { PropType } from "vue";
|
|
15
15
|
import Calendar, { Properties } from "devextreme/ui/calendar";
|
|
16
16
|
import { DisabledDate, CalendarZoomLevel, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent, CalendarSelectionMode, WeekNumberRule } from "devextreme/ui/calendar";
|
|
17
|
-
import {
|
|
17
|
+
import { DayOfWeek, ValidationMessageMode, Position, ValidationStatus } from "devextreme/common";
|
|
18
18
|
type AccessibleOptions = Pick<Properties, "accessKey" | "activeStateEnabled" | "cellTemplate" | "dateSerializationFormat" | "disabled" | "disabledDates" | "elementAttr" | "firstDayOfWeek" | "focusStateEnabled" | "height" | "hint" | "hoverStateEnabled" | "isDirty" | "isValid" | "max" | "maxZoomLevel" | "min" | "minZoomLevel" | "name" | "onDisposing" | "onInitialized" | "onOptionChanged" | "onValueChanged" | "readOnly" | "rtlEnabled" | "selectionMode" | "selectWeekOnClick" | "showTodayButton" | "showWeekNumbers" | "tabIndex" | "todayButtonText" | "validationError" | "validationErrors" | "validationMessageMode" | "validationMessagePosition" | "validationStatus" | "value" | "visible" | "weekNumberRule" | "width" | "zoomLevel">;
|
|
19
19
|
interface DxCalendar extends AccessibleOptions {
|
|
20
20
|
readonly instance?: Calendar;
|
|
@@ -27,7 +27,7 @@ declare const DxCalendar: import("vue").DefineComponent<{
|
|
|
27
27
|
disabled: BooleanConstructor;
|
|
28
28
|
disabledDates: PropType<Date[] | ((data: DisabledDate) => boolean)>;
|
|
29
29
|
elementAttr: PropType<Record<string, any>>;
|
|
30
|
-
firstDayOfWeek: PropType<
|
|
30
|
+
firstDayOfWeek: PropType<DayOfWeek>;
|
|
31
31
|
focusStateEnabled: BooleanConstructor;
|
|
32
32
|
height: (NumberConstructor | StringConstructor)[];
|
|
33
33
|
hint: StringConstructor;
|
|
@@ -115,7 +115,7 @@ declare const DxCalendar: import("vue").DefineComponent<{
|
|
|
115
115
|
disabled: BooleanConstructor;
|
|
116
116
|
disabledDates: PropType<Date[] | ((data: DisabledDate) => boolean)>;
|
|
117
117
|
elementAttr: PropType<Record<string, any>>;
|
|
118
|
-
firstDayOfWeek: PropType<
|
|
118
|
+
firstDayOfWeek: PropType<DayOfWeek>;
|
|
119
119
|
focusStateEnabled: BooleanConstructor;
|
|
120
120
|
height: (NumberConstructor | StringConstructor)[];
|
|
121
121
|
hint: StringConstructor;
|
package/cjs/calendar.js
CHANGED
package/cjs/card-view.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version:
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 26.1.2-beta
|
|
4
|
+
* Build date: Fri May 08 2026
|
|
5
5
|
*
|
|
6
6
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
@@ -3640,7 +3640,7 @@ declare const DxTabPanelOptions: import("vue").DefineComponent<{
|
|
|
3640
3640
|
items: PropType<any[]>;
|
|
3641
3641
|
itemTemplate: {};
|
|
3642
3642
|
itemTitleTemplate: {};
|
|
3643
|
-
keyExpr: PropType<string | (() =>
|
|
3643
|
+
keyExpr: PropType<string | ((item: any) => any)>;
|
|
3644
3644
|
loop: BooleanConstructor;
|
|
3645
3645
|
noDataText: StringConstructor;
|
|
3646
3646
|
onContentReady: PropType<(e: TabPanelContentReadyEvent) => void>;
|
|
@@ -3734,7 +3734,7 @@ declare const DxTabPanelOptions: import("vue").DefineComponent<{
|
|
|
3734
3734
|
items: PropType<any[]>;
|
|
3735
3735
|
itemTemplate: {};
|
|
3736
3736
|
itemTitleTemplate: {};
|
|
3737
|
-
keyExpr: PropType<string | (() =>
|
|
3737
|
+
keyExpr: PropType<string | ((item: any) => any)>;
|
|
3738
3738
|
loop: BooleanConstructor;
|
|
3739
3739
|
noDataText: StringConstructor;
|
|
3740
3740
|
onContentReady: PropType<(e: TabPanelContentReadyEvent) => void>;
|
package/cjs/card-view.js
CHANGED
package/cjs/chart.d.ts
CHANGED