From 84155e5b5dd283ce17aa6bd15b5c482be442f79a Mon Sep 17 00:00:00 2001 From: Ryan James Date: Mon, 14 Oct 2019 15:10:43 +1300 Subject: [PATCH] Added support for widget options (#1) * Added support for widget options. * Incremented version --- .../ControlManifest.Input.xml | 37 ++++----------- src/AddressFinderWidget/index.ts | 46 +++++++++++++++++-- src/solution/Other/Solution.xml | 4 +- 3 files changed, 53 insertions(+), 34 deletions(-) diff --git a/src/AddressFinderWidget/ControlManifest.Input.xml b/src/AddressFinderWidget/ControlManifest.Input.xml index 18e1a34..308b22d 100644 --- a/src/AddressFinderWidget/ControlManifest.Input.xml +++ b/src/AddressFinderWidget/ControlManifest.Input.xml @@ -1,7 +1,6 @@ - - + @@ -9,36 +8,16 @@ - + + + + + + + - - \ No newline at end of file diff --git a/src/AddressFinderWidget/index.ts b/src/AddressFinderWidget/index.ts index 732d78f..dbeecdf 100644 --- a/src/AddressFinderWidget/index.ts +++ b/src/AddressFinderWidget/index.ts @@ -27,7 +27,7 @@ export class AddressFinderWidget implements ComponentFramework.StandardControl { @@ -116,4 +117,43 @@ export class AddressFinderWidget implements ComponentFramework.StandardControlAddressFinderWidget - + - 1.0.0 + 1.1.15 2