devextreme-vue
devextreme-vue copied to clipboard
Vue UI and data visualization components
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
 **Package versions:** devexteme version:21.2.5 devextreme-vue version:21.2.5
# Feature request **Package versions you currently use:** devexteme version: 21.2.5 devextreme-vue version: 21.2.5 **Description:** The `DxList` component provides a `noDataText` prop but no slot. It would be nice to...
# Bug Report **Package versions:** devexteme version: 21.2.5 devextreme-vue version: 21.2.5 **Steps to reproduce:** Based on https://js.devexpress.com/Documentation/Guide/Vue_Components/Add_DevExtreme_to_a_Vue_Application/#Install_DevExtreme - Create a new app  - Install the dependencies `npm install devextreme...
Package versions: devexteme version: 21.2 devextreme-vue version: 21.2 Hello. I've been facing a weird issue where the "title-template" property does not work on a DxPopup inside a DxEditing. If you...
# Bug Report **Package versions:** devexteme version: 21.2 devextreme-vue version: 21.2 Right now is not possible to call the default behavior when using calculateFilterExpression on a DxDataGrid. Documentation says you...
Add reexports packages/devextreme-vue/vue2-strategy/src/vector-map.ts ```diff +export { + CenterChangedEvent, + ClickEvent, + DisposingEvent, + DrawnEvent, + ExportedEvent, + ExportingEvent, + FileSavingEvent, + IncidentOccurredEvent, + InitializedEvent, + OptionChangedEvent, + SelectionChangedEvent, + TooltipHiddenEvent,...