@pnp/spfx-property-controls 3.3.0-beta.1484917 → 3.3.0-beta.1596452

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/CHANGELOG.json CHANGED
@@ -11,7 +11,8 @@
11
11
  "Include `mystrings.d.ts` in definition output [#393](https://github.com/pnp/sp-dev-fx-property-controls/pull/393)",
12
12
  "`PropertyFieldCollectionData`: `onGetErrorMessage` support for boolean, custom and color fields. [#395](https://github.com/pnp/sp-dev-fx-property-controls/pull/395)",
13
13
  "`PropertyFieldCodeEditor`: Added `panelWidth` property [#404](https://github.com/pnp/sp-dev-fx-property-controls/issues/404)",
14
- "`PropertyFieldCollectionData`: Allow falsey keys as dropdown options [#397](https://github.com/pnp/sp-dev-fx-property-controls/pull/397)"
14
+ "`PropertyFieldCollectionData`: Allow falsey keys as dropdown options [#397](https://github.com/pnp/sp-dev-fx-property-controls/pull/397)",
15
+ "`PropertyFieldFilePicker`: Add a handler to close a filepicker [#401](https://github.com/pnp/sp-dev-fx-property-controls/issues/401)"
15
16
  ],
16
17
  "fixes": [
17
18
  "`PropertyPanePropertyEditor`: Minor fix to allow PropertyEditor control to update properties when their current value is blank [#384](https://github.com/pnp/sp-dev-fx-property-controls/pull/384)",
package/CHANGELOG.md CHANGED
@@ -11,6 +11,7 @@
11
11
  - `PropertyFieldCollectionData`: `onGetErrorMessage` support for boolean, custom and color fields. [#395](https://github.com/pnp/sp-dev-fx-property-controls/pull/395)
12
12
  - `PropertyFieldCodeEditor`: Added `panelWidth` property [#404](https://github.com/pnp/sp-dev-fx-property-controls/issues/404)
13
13
  - `PropertyFieldCollectionData`: Allow falsey keys as dropdown options [#397](https://github.com/pnp/sp-dev-fx-property-controls/pull/397)
14
+ - `PropertyFieldFilePicker`: Add a handler to close a filepicker [#401](https://github.com/pnp/sp-dev-fx-property-controls/issues/401)
14
15
 
15
16
  ### Fixes
16
17
 
@@ -1,2 +1,2 @@
1
- export var version = "3.3.0-beta.1484917";
1
+ export var version = "3.3.0-beta.1596452";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnp/spfx-property-controls",
3
3
  "description": "Reusable property pane controls for SharePoint Framework solutions",
4
- "version": "3.3.0-beta.1484917",
4
+ "version": "3.3.0-beta.1596452",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",
@@ -17,11 +17,11 @@
17
17
  "prepare": "husky install"
18
18
  },
19
19
  "dependencies": {
20
- "@microsoft/sp-core-library": "1.13.0",
21
- "@microsoft/sp-lodash-subset": "1.13.0",
22
- "@microsoft/sp-office-ui-fabric-core": "1.13.0",
23
- "@microsoft/sp-property-pane": "1.13.0",
24
- "@microsoft/sp-webpart-base": "1.13.0",
20
+ "@microsoft/sp-core-library": "1.13.1",
21
+ "@microsoft/sp-lodash-subset": "1.13.1",
22
+ "@microsoft/sp-office-ui-fabric-core": "1.13.1",
23
+ "@microsoft/sp-property-pane": "1.13.1",
24
+ "@microsoft/sp-webpart-base": "1.13.1",
25
25
  "@pnp/common": "1.3.11",
26
26
  "@pnp/logging": "1.3.11",
27
27
  "@pnp/odata": "1.3.11",
@@ -40,9 +40,9 @@
40
40
  "devDependencies": {
41
41
  "@microsoft/rush-stack-compiler-3.7": "0.2.3",
42
42
  "@microsoft/rush-stack-compiler-3.9": "0.4.47",
43
- "@microsoft/sp-build-web": "1.13.0",
44
- "@microsoft/sp-module-interfaces": "1.13.0",
45
- "@microsoft/sp-tslint-rules": "1.13.0",
43
+ "@microsoft/sp-build-web": "1.13.1",
44
+ "@microsoft/sp-module-interfaces": "1.13.1",
45
+ "@microsoft/sp-tslint-rules": "1.13.1",
46
46
  "@types/chai": "4.2.15",
47
47
  "@types/lodash": "4.14.149",
48
48
  "@types/mocha": "8.2.2",
@@ -5,13 +5,13 @@
5
5
  {
6
6
  "componentId": "f9e737b7-f0df-4597-ba8c-3060f82380db",
7
7
  "componentName": "@microsoft/sp-property-pane",
8
- "componentVersion": "1.13.0",
8
+ "componentVersion": "1.13.1",
9
9
  "isDirectDependency": true
10
10
  },
11
11
  {
12
12
  "componentId": "1c6c9123-7aac-41f3-a376-3caea41ed83f",
13
13
  "componentName": "@microsoft/sp-loader",
14
- "componentVersion": "1.13.0",
14
+ "componentVersion": "1.13.1",
15
15
  "isDirectDependency": false
16
16
  },
17
17
  {
@@ -23,19 +23,19 @@
23
23
  {
24
24
  "componentId": "e40f8203-b39d-425a-a957-714852e33b79",
25
25
  "componentName": "@microsoft/sp-dynamic-data",
26
- "componentVersion": "1.13.0",
26
+ "componentVersion": "1.13.1",
27
27
  "isDirectDependency": false
28
28
  },
29
29
  {
30
30
  "componentId": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
31
31
  "componentName": "@microsoft/sp-lodash-subset",
32
- "componentVersion": "1.13.0",
32
+ "componentVersion": "1.13.1",
33
33
  "isDirectDependency": false
34
34
  },
35
35
  {
36
36
  "componentId": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
37
37
  "componentName": "@microsoft/sp-core-library",
38
- "componentVersion": "1.13.0",
38
+ "componentVersion": "1.13.1",
39
39
  "isDirectDependency": false
40
40
  },
41
41
  {
@@ -53,13 +53,13 @@
53
53
  {
54
54
  "componentId": "78359e4b-07c2-43c6-8d0b-d060b4d577e8",
55
55
  "componentName": "@microsoft/sp-diagnostics",
56
- "componentVersion": "1.13.0",
56
+ "componentVersion": "1.13.1",
57
57
  "isDirectDependency": false
58
58
  },
59
59
  {
60
60
  "componentId": "1c4541f7-5c31-41aa-9fa8-fbc9dc14c0a8",
61
61
  "componentName": "@microsoft/sp-page-context",
62
- "componentVersion": "1.13.0",
62
+ "componentVersion": "1.13.1",
63
63
  "isDirectDependency": false
64
64
  },
65
65
  {
@@ -71,7 +71,7 @@
71
71
  {
72
72
  "componentId": "c07208f0-ea3b-4c1a-9965-ac1b825211a6",
73
73
  "componentName": "@microsoft/sp-http",
74
- "componentVersion": "1.13.0",
74
+ "componentVersion": "1.13.1",
75
75
  "isDirectDependency": false
76
76
  },
77
77
  {
@@ -89,13 +89,13 @@
89
89
  {
90
90
  "componentId": "974a7777-0990-4136-8fa6-95d80114c2e0",
91
91
  "componentName": "@microsoft/sp-webpart-base",
92
- "componentVersion": "1.13.0",
92
+ "componentVersion": "1.13.1",
93
93
  "isDirectDependency": true
94
94
  },
95
95
  {
96
96
  "componentId": "467dc675-7cc5-4709-8aac-78e3b71bd2f6",
97
97
  "componentName": "@microsoft/sp-component-base",
98
- "componentVersion": "1.13.0",
98
+ "componentVersion": "1.13.1",
99
99
  "isDirectDependency": false
100
100
  }
101
101
  ]