devextreme-vue 25.2.2-beta → 25.2.4
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 +5 -5
- package/cjs/accordion.js +3 -3
- package/cjs/action-sheet.d.ts +3 -3
- package/cjs/action-sheet.js +3 -3
- package/cjs/autocomplete.d.ts +4 -4
- package/cjs/autocomplete.js +3 -3
- package/cjs/bar-gauge.d.ts +3 -3
- package/cjs/bar-gauge.js +3 -3
- package/cjs/box.d.ts +3 -3
- package/cjs/box.js +3 -3
- package/cjs/bullet.d.ts +3 -3
- package/cjs/bullet.js +3 -3
- package/cjs/button-group.d.ts +3 -3
- package/cjs/button-group.js +3 -3
- package/cjs/button.d.ts +3 -3
- package/cjs/button.js +3 -3
- package/cjs/calendar.d.ts +3 -3
- package/cjs/calendar.js +3 -3
- package/cjs/card-view.d.ts +49 -66
- package/cjs/card-view.js +7 -7
- package/cjs/chart.d.ts +3 -3
- package/cjs/chart.js +3 -3
- package/cjs/chat.d.ts +3 -3
- package/cjs/chat.js +3 -3
- package/cjs/check-box.d.ts +3 -3
- package/cjs/check-box.js +3 -3
- package/cjs/circular-gauge.d.ts +3 -3
- package/cjs/circular-gauge.js +3 -3
- package/cjs/color-box.d.ts +3 -3
- package/cjs/color-box.js +3 -3
- package/cjs/common/ai-integration.d.ts +3 -3
- package/cjs/common/ai-integration.js +3 -3
- package/cjs/common/charts.d.ts +3 -3
- package/cjs/common/charts.js +3 -3
- package/cjs/common/core/animation.d.ts +3 -3
- package/cjs/common/core/animation.js +3 -3
- package/cjs/common/core/environment.d.ts +3 -3
- package/cjs/common/core/environment.js +3 -3
- package/cjs/common/core/events.d.ts +3 -3
- package/cjs/common/core/events.js +3 -3
- package/cjs/common/core/index.d.ts +3 -3
- package/cjs/common/core/index.js +3 -3
- package/cjs/common/core/localization.d.ts +3 -3
- package/cjs/common/core/localization.js +3 -3
- package/cjs/common/data/custom-store.d.ts +3 -3
- package/cjs/common/data/custom-store.js +3 -3
- package/cjs/common/data.d.ts +3 -3
- package/cjs/common/data.js +3 -3
- package/cjs/common/export/excel.d.ts +3 -3
- package/cjs/common/export/excel.js +3 -3
- package/cjs/common/export/index.d.ts +3 -3
- package/cjs/common/export/index.js +3 -3
- package/cjs/common/export/pdf.d.ts +3 -3
- package/cjs/common/export/pdf.js +3 -3
- package/cjs/common/grids.d.ts +3 -3
- package/cjs/common/grids.js +3 -3
- package/cjs/common/index.d.ts +3 -3
- package/cjs/common/index.js +3 -3
- package/cjs/context-menu.d.ts +4 -4
- package/cjs/context-menu.js +3 -3
- package/cjs/core/children-processing.d.ts +3 -3
- package/cjs/core/children-processing.js +3 -3
- package/cjs/core/component.d.ts +3 -3
- package/cjs/core/component.js +3 -3
- package/cjs/core/config.d.ts +3 -3
- package/cjs/core/config.js +3 -3
- package/cjs/core/configuration-component.d.ts +3 -3
- package/cjs/core/configuration-component.js +3 -3
- package/cjs/core/configuration.d.ts +3 -3
- package/cjs/core/configuration.js +3 -3
- package/cjs/core/constants.d.ts +3 -3
- package/cjs/core/constants.js +3 -3
- package/cjs/core/extension-component.d.ts +3 -3
- package/cjs/core/extension-component.js +3 -3
- package/cjs/core/helpers.d.ts +3 -3
- package/cjs/core/helpers.js +3 -3
- package/cjs/core/index.d.ts +3 -3
- package/cjs/core/index.js +3 -3
- package/cjs/core/templates-discovering.d.ts +3 -3
- package/cjs/core/templates-discovering.js +3 -3
- package/cjs/core/templates-manager.d.ts +3 -3
- package/cjs/core/templates-manager.js +3 -3
- package/cjs/core/version.d.ts +3 -3
- package/cjs/core/version.js +3 -3
- package/cjs/core/vue-helper.d.ts +3 -3
- package/cjs/core/vue-helper.js +3 -3
- package/cjs/data-grid.d.ts +867 -18
- package/cjs/data-grid.js +562 -6
- package/cjs/date-box.d.ts +3 -3
- package/cjs/date-box.js +3 -3
- package/cjs/date-range-box.d.ts +3 -3
- package/cjs/date-range-box.js +3 -3
- package/cjs/diagram.d.ts +3 -3
- package/cjs/diagram.js +3 -3
- package/cjs/draggable.d.ts +3 -3
- package/cjs/draggable.js +3 -3
- package/cjs/drawer.d.ts +3 -3
- package/cjs/drawer.js +3 -3
- package/cjs/drop-down-box.d.ts +3 -3
- package/cjs/drop-down-box.js +3 -3
- package/cjs/drop-down-button.d.ts +4 -4
- package/cjs/drop-down-button.js +3 -3
- package/cjs/file-manager.d.ts +4 -4
- package/cjs/file-manager.js +3 -3
- package/cjs/file-uploader.d.ts +3 -3
- package/cjs/file-uploader.js +3 -3
- package/cjs/filter-builder.d.ts +3 -3
- package/cjs/filter-builder.js +3 -3
- package/cjs/form.d.ts +29 -29
- package/cjs/form.js +3 -3
- package/cjs/funnel.d.ts +3 -3
- package/cjs/funnel.js +3 -3
- package/cjs/gallery.d.ts +5 -5
- package/cjs/gallery.js +3 -3
- package/cjs/gantt.d.ts +4 -4
- package/cjs/gantt.js +3 -3
- package/cjs/html-editor.d.ts +3 -3
- package/cjs/html-editor.js +3 -3
- package/cjs/index.d.ts +3 -3
- package/cjs/index.js +3 -3
- package/cjs/linear-gauge.d.ts +3 -3
- package/cjs/linear-gauge.js +3 -3
- package/cjs/list.d.ts +4 -4
- package/cjs/list.js +3 -3
- package/cjs/load-indicator.d.ts +3 -3
- package/cjs/load-indicator.js +3 -3
- package/cjs/load-panel.d.ts +3 -3
- package/cjs/load-panel.js +3 -3
- package/cjs/lookup.d.ts +4 -4
- package/cjs/lookup.js +3 -3
- package/cjs/map.d.ts +3 -3
- package/cjs/map.js +3 -3
- package/cjs/menu.d.ts +3 -3
- package/cjs/menu.js +3 -3
- package/cjs/multi-view.d.ts +4 -4
- package/cjs/multi-view.js +3 -3
- package/cjs/number-box.d.ts +3 -3
- package/cjs/number-box.js +3 -3
- package/cjs/pagination.d.ts +3 -3
- package/cjs/pagination.js +3 -3
- package/cjs/pie-chart.d.ts +3 -3
- package/cjs/pie-chart.js +3 -3
- package/cjs/pivot-grid-field-chooser.d.ts +3 -3
- package/cjs/pivot-grid-field-chooser.js +3 -3
- package/cjs/pivot-grid.d.ts +3 -3
- package/cjs/pivot-grid.js +3 -3
- package/cjs/polar-chart.d.ts +3 -3
- package/cjs/polar-chart.js +3 -3
- package/cjs/popover.d.ts +3 -3
- package/cjs/popover.js +3 -3
- package/cjs/popup.d.ts +3 -3
- package/cjs/popup.js +3 -3
- package/cjs/progress-bar.d.ts +3 -3
- package/cjs/progress-bar.js +3 -3
- package/cjs/radio-group.d.ts +3 -3
- package/cjs/radio-group.js +3 -3
- package/cjs/range-selector.d.ts +3 -3
- package/cjs/range-selector.js +3 -3
- package/cjs/range-slider.d.ts +3 -3
- package/cjs/range-slider.js +3 -3
- package/cjs/recurrence-editor.d.ts +3 -3
- package/cjs/recurrence-editor.js +3 -3
- package/cjs/resizable.d.ts +3 -3
- package/cjs/resizable.js +3 -3
- package/cjs/responsive-box.d.ts +3 -3
- package/cjs/responsive-box.js +3 -3
- package/cjs/sankey.d.ts +3 -3
- package/cjs/sankey.js +3 -3
- package/cjs/scheduler.d.ts +31 -39
- package/cjs/scheduler.js +3 -7
- package/cjs/scroll-view.d.ts +3 -3
- package/cjs/scroll-view.js +3 -3
- package/cjs/select-box.d.ts +4 -4
- package/cjs/select-box.js +3 -3
- package/cjs/slider.d.ts +3 -3
- package/cjs/slider.js +3 -3
- package/cjs/sortable.d.ts +3 -3
- package/cjs/sortable.js +3 -3
- package/cjs/sparkline.d.ts +3 -3
- package/cjs/sparkline.js +3 -3
- package/cjs/speech-to-text.d.ts +3 -3
- package/cjs/speech-to-text.js +3 -3
- package/cjs/speed-dial-action.d.ts +3 -3
- package/cjs/speed-dial-action.js +3 -3
- package/cjs/splitter.d.ts +3 -3
- package/cjs/splitter.js +3 -3
- package/cjs/stepper.d.ts +3 -3
- package/cjs/stepper.js +3 -3
- package/cjs/switch.d.ts +3 -3
- package/cjs/switch.js +3 -3
- package/cjs/tab-panel.d.ts +8 -8
- package/cjs/tab-panel.js +3 -3
- package/cjs/tabs.d.ts +5 -5
- package/cjs/tabs.js +3 -3
- package/cjs/tag-box.d.ts +3 -3
- package/cjs/tag-box.js +3 -3
- package/cjs/text-area.d.ts +3 -3
- package/cjs/text-area.js +3 -3
- package/cjs/text-box.d.ts +3 -3
- package/cjs/text-box.js +3 -3
- package/cjs/tile-view.d.ts +3 -3
- package/cjs/tile-view.js +3 -3
- package/cjs/toast.d.ts +3 -3
- package/cjs/toast.js +3 -3
- package/cjs/toolbar.d.ts +3 -3
- package/cjs/toolbar.js +3 -3
- package/cjs/tooltip.d.ts +3 -3
- package/cjs/tooltip.js +3 -3
- package/cjs/tree-list.d.ts +864 -15
- package/cjs/tree-list.js +562 -7
- package/cjs/tree-map.d.ts +3 -3
- package/cjs/tree-map.js +3 -3
- package/cjs/tree-view.d.ts +3 -3
- package/cjs/tree-view.js +3 -3
- package/cjs/validation-group.d.ts +3 -3
- package/cjs/validation-group.js +3 -3
- package/cjs/validation-summary.d.ts +3 -3
- package/cjs/validation-summary.js +3 -3
- package/cjs/validator.d.ts +9 -9
- package/cjs/validator.js +3 -3
- package/cjs/vector-map.d.ts +3 -3
- package/cjs/vector-map.js +3 -3
- package/esm/accordion.js +3 -3
- package/esm/action-sheet.js +3 -3
- package/esm/autocomplete.js +3 -3
- package/esm/bar-gauge.js +3 -3
- package/esm/box.js +3 -3
- package/esm/bullet.js +3 -3
- package/esm/button-group.js +3 -3
- package/esm/button.js +3 -3
- package/esm/calendar.js +3 -3
- package/esm/card-view.js +7 -7
- package/esm/chart.js +3 -3
- package/esm/chat.js +3 -3
- package/esm/check-box.js +3 -3
- package/esm/circular-gauge.js +3 -3
- package/esm/color-box.js +3 -3
- 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 +3 -3
- 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 +3 -3
- package/esm/common/export/pdf.js +3 -3
- package/esm/common/grids.js +3 -3
- package/esm/common/index.js +3 -3
- package/esm/context-menu.js +3 -3
- package/esm/core/children-processing.js +3 -3
- package/esm/core/component.js +3 -3
- package/esm/core/config.js +3 -3
- package/esm/core/configuration-component.js +3 -3
- package/esm/core/configuration.js +3 -3
- package/esm/core/constants.js +3 -3
- package/esm/core/extension-component.js +3 -3
- package/esm/core/helpers.js +3 -3
- package/esm/core/index.js +3 -3
- package/esm/core/templates-discovering.js +3 -3
- package/esm/core/templates-manager.js +3 -3
- package/esm/core/version.js +3 -3
- package/esm/core/vue-helper.js +3 -3
- package/esm/data-grid.js +550 -5
- package/esm/date-box.js +3 -3
- package/esm/date-range-box.js +3 -3
- package/esm/diagram.js +3 -3
- package/esm/draggable.js +3 -3
- package/esm/drawer.js +3 -3
- package/esm/drop-down-box.js +3 -3
- package/esm/drop-down-button.js +3 -3
- package/esm/file-manager.js +3 -3
- package/esm/file-uploader.js +3 -3
- package/esm/filter-builder.js +3 -3
- package/esm/form.js +3 -3
- package/esm/funnel.js +3 -3
- package/esm/gallery.js +3 -3
- package/esm/gantt.js +3 -3
- package/esm/html-editor.js +3 -3
- package/esm/index.js +3 -3
- package/esm/linear-gauge.js +3 -3
- package/esm/list.js +3 -3
- package/esm/load-indicator.js +3 -3
- package/esm/load-panel.js +3 -3
- package/esm/lookup.js +3 -3
- package/esm/map.js +3 -3
- package/esm/menu.js +3 -3
- package/esm/multi-view.js +3 -3
- package/esm/number-box.js +3 -3
- package/esm/pagination.js +3 -3
- package/esm/pie-chart.js +3 -3
- package/esm/pivot-grid-field-chooser.js +3 -3
- package/esm/pivot-grid.js +3 -3
- package/esm/polar-chart.js +3 -3
- package/esm/popover.js +3 -3
- package/esm/popup.js +3 -3
- package/esm/progress-bar.js +3 -3
- package/esm/radio-group.js +3 -3
- package/esm/range-selector.js +3 -3
- package/esm/range-slider.js +3 -3
- package/esm/recurrence-editor.js +3 -3
- package/esm/resizable.js +3 -3
- package/esm/responsive-box.js +3 -3
- package/esm/sankey.js +3 -3
- package/esm/scheduler.js +3 -7
- package/esm/scroll-view.js +3 -3
- package/esm/select-box.js +3 -3
- package/esm/slider.js +3 -3
- package/esm/sortable.js +3 -3
- package/esm/sparkline.js +3 -3
- package/esm/speech-to-text.js +3 -3
- package/esm/speed-dial-action.js +3 -3
- package/esm/splitter.js +3 -3
- package/esm/stepper.js +3 -3
- package/esm/switch.js +3 -3
- package/esm/tab-panel.js +3 -3
- package/esm/tabs.js +3 -3
- package/esm/tag-box.js +3 -3
- package/esm/text-area.js +3 -3
- package/esm/text-box.js +3 -3
- package/esm/tile-view.js +3 -3
- package/esm/toast.js +3 -3
- package/esm/toolbar.js +3 -3
- package/esm/tooltip.js +3 -3
- package/esm/tree-list.js +551 -6
- package/esm/tree-map.js +3 -3
- package/esm/tree-view.js +3 -3
- package/esm/validation-group.js +3 -3
- package/esm/validation-summary.js +3 -3
- package/esm/validator.js +3 -3
- package/esm/vector-map.js +3 -3
- package/package.json +4 -3
package/cjs/accordion.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version: 25.2.
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 25.2.4
|
|
4
|
+
* Build date: Mon Jan 26 2026
|
|
5
5
|
*
|
|
6
|
-
* Copyright (c) 2012 -
|
|
6
|
+
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
8
8
|
* This software may be modified and distributed under the terms
|
|
9
9
|
* of the MIT license. See the LICENSE file in the root of the project for details.
|
|
@@ -175,11 +175,11 @@ declare const DxAccordion: import("vue").DefineComponent<{
|
|
|
175
175
|
"onUpdate:tabIndex"?: ((...args: any[]) => any) | undefined;
|
|
176
176
|
"onUpdate:repaintChangesOnly"?: ((...args: any[]) => any) | undefined;
|
|
177
177
|
"onUpdate:deferRendering"?: ((...args: any[]) => any) | undefined;
|
|
178
|
-
"onUpdate:
|
|
178
|
+
"onUpdate:itemTitleTemplate"?: ((...args: any[]) => any) | undefined;
|
|
179
179
|
"onUpdate:selectedIndex"?: ((...args: any[]) => any) | undefined;
|
|
180
180
|
"onUpdate:selectedItem"?: ((...args: any[]) => any) | undefined;
|
|
181
|
+
"onUpdate:selectedItems"?: ((...args: any[]) => any) | undefined;
|
|
181
182
|
"onUpdate:selectedItemKeys"?: ((...args: any[]) => any) | undefined;
|
|
182
|
-
"onUpdate:itemTitleTemplate"?: ((...args: any[]) => any) | undefined;
|
|
183
183
|
"onUpdate:collapsible"?: ((...args: any[]) => any) | undefined;
|
|
184
184
|
"onUpdate:animationDuration"?: ((...args: any[]) => any) | undefined;
|
|
185
185
|
"onUpdate:multiple"?: ((...args: any[]) => any) | undefined;
|
package/cjs/accordion.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version: 25.2.
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 25.2.4
|
|
4
|
+
* Build date: Mon Jan 26 2026
|
|
5
5
|
*
|
|
6
|
-
* Copyright (c) 2012 -
|
|
6
|
+
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
8
8
|
* This software may be modified and distributed under the terms
|
|
9
9
|
* of the MIT license. See the LICENSE file in the root of the project for details.
|
package/cjs/action-sheet.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version: 25.2.
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 25.2.4
|
|
4
|
+
* Build date: Mon Jan 26 2026
|
|
5
5
|
*
|
|
6
|
-
* Copyright (c) 2012 -
|
|
6
|
+
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
8
8
|
* This software may be modified and distributed under the terms
|
|
9
9
|
* of the MIT license. See the LICENSE file in the root of the project for details.
|
package/cjs/action-sheet.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version: 25.2.
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 25.2.4
|
|
4
|
+
* Build date: Mon Jan 26 2026
|
|
5
5
|
*
|
|
6
|
-
* Copyright (c) 2012 -
|
|
6
|
+
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
8
8
|
* This software may be modified and distributed under the terms
|
|
9
9
|
* of the MIT license. See the LICENSE file in the root of the project for details.
|
package/cjs/autocomplete.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version: 25.2.
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 25.2.4
|
|
4
|
+
* Build date: Mon Jan 26 2026
|
|
5
5
|
*
|
|
6
|
-
* Copyright (c) 2012 -
|
|
6
|
+
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
8
8
|
* This software may be modified and distributed under the terms
|
|
9
9
|
* of the MIT license. See the LICENSE file in the root of the project for details.
|
|
@@ -320,6 +320,7 @@ declare const DxAutocomplete: import("vue").DefineComponent<{
|
|
|
320
320
|
"onUpdate:valueChangeEvent"?: ((...args: any[]) => any) | undefined;
|
|
321
321
|
"onUpdate:valueExpr"?: ((...args: any[]) => any) | undefined;
|
|
322
322
|
"onUpdate:deferRendering"?: ((...args: any[]) => any) | undefined;
|
|
323
|
+
"onUpdate:selectedItem"?: ((...args: any[]) => any) | undefined;
|
|
323
324
|
"onUpdate:dropDownButtonTemplate"?: ((...args: any[]) => any) | undefined;
|
|
324
325
|
"onUpdate:dropDownOptions"?: ((...args: any[]) => any) | undefined;
|
|
325
326
|
"onUpdate:grouped"?: ((...args: any[]) => any) | undefined;
|
|
@@ -332,7 +333,6 @@ declare const DxAutocomplete: import("vue").DefineComponent<{
|
|
|
332
333
|
"onUpdate:showDropDownButton"?: ((...args: any[]) => any) | undefined;
|
|
333
334
|
"onUpdate:useItemTextAsTitle"?: ((...args: any[]) => any) | undefined;
|
|
334
335
|
"onUpdate:wrapItemText"?: ((...args: any[]) => any) | undefined;
|
|
335
|
-
"onUpdate:selectedItem"?: ((...args: any[]) => any) | undefined;
|
|
336
336
|
"onUpdate:displayValue"?: ((...args: any[]) => any) | undefined;
|
|
337
337
|
"onUpdate:maxItemCount"?: ((...args: any[]) => any) | undefined;
|
|
338
338
|
}, {
|
package/cjs/autocomplete.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version: 25.2.
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 25.2.4
|
|
4
|
+
* Build date: Mon Jan 26 2026
|
|
5
5
|
*
|
|
6
|
-
* Copyright (c) 2012 -
|
|
6
|
+
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
8
8
|
* This software may be modified and distributed under the terms
|
|
9
9
|
* of the MIT license. See the LICENSE file in the root of the project for details.
|
package/cjs/bar-gauge.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version: 25.2.
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 25.2.4
|
|
4
|
+
* Build date: Mon Jan 26 2026
|
|
5
5
|
*
|
|
6
|
-
* Copyright (c) 2012 -
|
|
6
|
+
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
8
8
|
* This software may be modified and distributed under the terms
|
|
9
9
|
* of the MIT license. See the LICENSE file in the root of the project for details.
|
package/cjs/bar-gauge.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version: 25.2.
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 25.2.4
|
|
4
|
+
* Build date: Mon Jan 26 2026
|
|
5
5
|
*
|
|
6
|
-
* Copyright (c) 2012 -
|
|
6
|
+
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
8
8
|
* This software may be modified and distributed under the terms
|
|
9
9
|
* of the MIT license. See the LICENSE file in the root of the project for details.
|
package/cjs/box.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version: 25.2.
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 25.2.4
|
|
4
|
+
* Build date: Mon Jan 26 2026
|
|
5
5
|
*
|
|
6
|
-
* Copyright (c) 2012 -
|
|
6
|
+
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
8
8
|
* This software may be modified and distributed under the terms
|
|
9
9
|
* of the MIT license. See the LICENSE file in the root of the project for details.
|
package/cjs/box.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version: 25.2.
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 25.2.4
|
|
4
|
+
* Build date: Mon Jan 26 2026
|
|
5
5
|
*
|
|
6
|
-
* Copyright (c) 2012 -
|
|
6
|
+
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
8
8
|
* This software may be modified and distributed under the terms
|
|
9
9
|
* of the MIT license. See the LICENSE file in the root of the project for details.
|
package/cjs/bullet.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version: 25.2.
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 25.2.4
|
|
4
|
+
* Build date: Mon Jan 26 2026
|
|
5
5
|
*
|
|
6
|
-
* Copyright (c) 2012 -
|
|
6
|
+
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
8
8
|
* This software may be modified and distributed under the terms
|
|
9
9
|
* of the MIT license. See the LICENSE file in the root of the project for details.
|
package/cjs/bullet.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version: 25.2.
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 25.2.4
|
|
4
|
+
* Build date: Mon Jan 26 2026
|
|
5
5
|
*
|
|
6
|
-
* Copyright (c) 2012 -
|
|
6
|
+
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
8
8
|
* This software may be modified and distributed under the terms
|
|
9
9
|
* of the MIT license. See the LICENSE file in the root of the project for details.
|
package/cjs/button-group.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version: 25.2.
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 25.2.4
|
|
4
|
+
* Build date: Mon Jan 26 2026
|
|
5
5
|
*
|
|
6
|
-
* Copyright (c) 2012 -
|
|
6
|
+
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
8
8
|
* This software may be modified and distributed under the terms
|
|
9
9
|
* of the MIT license. See the LICENSE file in the root of the project for details.
|
package/cjs/button-group.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version: 25.2.
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 25.2.4
|
|
4
|
+
* Build date: Mon Jan 26 2026
|
|
5
5
|
*
|
|
6
|
-
* Copyright (c) 2012 -
|
|
6
|
+
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
8
8
|
* This software may be modified and distributed under the terms
|
|
9
9
|
* of the MIT license. See the LICENSE file in the root of the project for details.
|
package/cjs/button.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version: 25.2.
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 25.2.4
|
|
4
|
+
* Build date: Mon Jan 26 2026
|
|
5
5
|
*
|
|
6
|
-
* Copyright (c) 2012 -
|
|
6
|
+
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
8
8
|
* This software may be modified and distributed under the terms
|
|
9
9
|
* of the MIT license. See the LICENSE file in the root of the project for details.
|
package/cjs/button.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version: 25.2.
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 25.2.4
|
|
4
|
+
* Build date: Mon Jan 26 2026
|
|
5
5
|
*
|
|
6
|
-
* Copyright (c) 2012 -
|
|
6
|
+
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
8
8
|
* This software may be modified and distributed under the terms
|
|
9
9
|
* of the MIT license. See the LICENSE file in the root of the project for details.
|
package/cjs/calendar.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version: 25.2.
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 25.2.4
|
|
4
|
+
* Build date: Mon Jan 26 2026
|
|
5
5
|
*
|
|
6
|
-
* Copyright (c) 2012 -
|
|
6
|
+
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
8
8
|
* This software may be modified and distributed under the terms
|
|
9
9
|
* of the MIT license. See the LICENSE file in the root of the project for details.
|
package/cjs/calendar.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* devextreme-vue
|
|
3
|
-
* Version: 25.2.
|
|
4
|
-
* Build date:
|
|
3
|
+
* Version: 25.2.4
|
|
4
|
+
* Build date: Mon Jan 26 2026
|
|
5
5
|
*
|
|
6
|
-
* Copyright (c) 2012 -
|
|
6
|
+
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
7
7
|
*
|
|
8
8
|
* This software may be modified and distributed under the terms
|
|
9
9
|
* of the MIT license. See the LICENSE file in the root of the project for details.
|