@pnp/spfx-property-controls 3.8.0-beta.2307985 → 3.8.0-beta.2308000

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
@@ -3,14 +3,17 @@
3
3
  {
4
4
  "version": "3.8.0",
5
5
  "changes": {
6
- "new": [],
6
+ "new": [
7
+ "Localizations for en-gb [#454](https://github.com/pnp/sp-dev-fx-property-controls/pull/454)"
8
+ ],
7
9
  "enhancements": [
8
10
  "`PropertyFieldSitePicker`: Site Picker search for any input string [#386](https://github.com/pnp/sp-dev-fx-property-controls/pull/386)"
9
11
  ],
10
12
  "fixes": []
11
13
  },
12
14
  "contributions": [
13
- "[Milan Holemans](https://github.com/milanholemans)"
15
+ "[Milan Holemans](https://github.com/milanholemans)",
16
+ "[Peter Cox](https://github.com/PeterWCox)"
14
17
  ]
15
18
  },
16
19
  {
@@ -1,2 +1,2 @@
1
- export var version = "3.8.0-beta.2307985";
1
+ export var version = "3.8.0-beta.2308000";
2
2
  //# sourceMappingURL=version.js.map
package/lib/loc/en-gb.js CHANGED
@@ -152,7 +152,7 @@ define([], function ()
152
152
  ODModifiedField: "Modified",
153
153
  ODPhotoIconUrl: "https://spoprod-a.akamaihd.net/files/odsp-next-prod_2019-01-18_20190124.001/odsp-media/images/itemtypes/16_2x/photo.png",
154
154
  ODRowArialLabelTemplate: "{0}, {1}, Modified {2}, edited by {3}, {4}, {5}",
155
- OneDriveConfirmDialogBody: "This item is from your OneDrive site. Files and folders in OneDrive are private unless you share them. Have you shared this file with your site members so they can ccess it?",
155
+ OneDriveConfirmDialogBody: "This item is from your OneDrive site. Files and folders in OneDrive are private unless you share them. Have you shared this file with your site members so they can access it?",
156
156
  OneDriveConfirmDialogTitle: "Just checking...",
157
157
  OneDriveEmptyFolderAlt: "Empty folder",
158
158
  OneDriveEmptyFolderDescription: "To add files, go to your OneDrive. You can also add files to this folder using the OneDrive app for your computer.",
package/lib/loc/en-us.js CHANGED
@@ -151,7 +151,7 @@ define([], function () {
151
151
  ODModifiedField: "Modified",
152
152
  ODPhotoIconUrl: "https://spoprod-a.akamaihd.net/files/odsp-next-prod_2019-01-18_20190124.001/odsp-media/images/itemtypes/16_2x/photo.png",
153
153
  ODRowArialLabelTemplate: "{0}, {1}, Modified {2}, edited by {3}, {4}, {5}",
154
- OneDriveConfirmDialogBody: "This item is from your OneDrive site. Files and folders in OneDrive are private unless you share them. Have you shared this file with your site members so they can ccess it?",
154
+ OneDriveConfirmDialogBody: "This item is from your OneDrive site. Files and folders in OneDrive are private unless you share them. Have you shared this file with your site members so they can access it?",
155
155
  OneDriveConfirmDialogTitle: "Just checking...",
156
156
  OneDriveEmptyFolderAlt: "Empty folder",
157
157
  OneDriveEmptyFolderDescription: "To add files, go to your OneDrive. You can also add files to this folder using the OneDrive app for your computer.",
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.8.0-beta.2307985",
4
+ "version": "3.8.0-beta.2308000",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",