Skip to content

Commit

Permalink
rerun regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
Zedwag committed Sep 25, 2024
1 parent d68c6a6 commit a7a09da
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/devextreme-vue/src/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,25 @@ const DxMarker = defineComponent(DxMarkerConfig);
tooltip: { isCollectionItem: false, optionName: "tooltip" }
};

const DxProviderConfigConfig = {
emits: {
"update:isActive": null,
"update:hoveredElement": null,
"update:mapId": null,
"update:useAdvancedMarkers": null,
},
props: {
mapId: String,
useAdvancedMarkers: Boolean
}
};

prepareConfigurationComponentConfig(DxProviderConfigConfig);

const DxProviderConfig = defineComponent(DxProviderConfigConfig);

(DxProviderConfig as any).$_optionName = "providerConfig";

const DxRouteConfig = {
emits: {
"update:isActive": null,
Expand Down

0 comments on commit a7a09da

Please sign in to comment.