Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<LocalizedName description="AzureMapsGridControl" languagecode="1033" />
</LocalizedNames>
<Descriptions />
<Version>1.0.198</Version>
<Version>1.0.199</Version>
<Managed>2</Managed>
<Publisher>
<UniqueName>RAW</UniqueName>
Expand Down Expand Up @@ -134,4 +134,4 @@
</RootComponents>
<MissingDependencies />
</SolutionManifest>
</ImportExportXml>
</ImportExportXml>
4 changes: 2 additions & 2 deletions AzureMapsGrid/AzureMapsGrid/ControlManifest.Input.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest>
<control namespace="RAW.AzureMapsGrid" constructor="AzureMapsGrid" version="0.0.256" display-name-key="Azure Maps Grid" description-key="AzureMapsGrid description" control-type="standard">
<control namespace="RAW.AzureMapsGrid" constructor="AzureMapsGrid" version="0.0.257" display-name-key="Azure Maps Grid" description-key="AzureMapsGrid description" control-type="standard">
<!-- dataset node represents a set of entity records on CDS; allow more than one datasets -->
<data-set name="mapDataSet" display-name-key="Map Data Set">
</data-set>
Expand Down Expand Up @@ -29,4 +29,4 @@
<uses-feature name="WebAPI" required="true" />
</feature-usage>
</control>
</manifest>
</manifest>
3 changes: 2 additions & 1 deletion AzureMapsGrid/AzureMapsGrid/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as ReactDOM from 'react-dom';
import 'azure-maps-control/dist/atlas.min.css';
import { IInputs, IOutputs } from "./generated/ManifestTypes";
import DataSetInterfaces = ComponentFramework.PropertyHelper.DataSetApi;
import { AzureMapsGridControl } from "./AzureMapsGridControl"
Expand Down Expand Up @@ -100,4 +101,4 @@ export class AzureMapsGrid implements ComponentFramework.StandardControl<IInputs
ReactDOM.unmountComponentAtNode(this._container);
}

}
}
5 changes: 5 additions & 0 deletions AzureMapsGrid/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
ignore: [
/node_modules[\\/]azure-maps-control[\\/]dist[\\/]atlas\.min\.js$/
]
};
3 changes: 2 additions & 1 deletion AzureMapsGrid/featureconfig.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
}
"pcfAllowCustomWebpack": "on"
}
Loading