@pnp/spfx-property-controls 3.8.0-beta.2293033 → 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
  {
@@ -0,0 +1,2 @@
1
+ export * from './propertyFields/monacoEditor/index';
2
+ //# sourceMappingURL=PropertyFieldMonacoEditor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PropertyFieldMonacoEditor.d.ts","sourceRoot":"","sources":["../src/PropertyFieldMonacoEditor.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './propertyFields/monacoEditor/index';
2
+ //# sourceMappingURL=PropertyFieldMonacoEditor.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PropertyFieldMonacoEditor.js","sourceRoot":"","sources":["../src/PropertyFieldMonacoEditor.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAC"}
@@ -1,2 +1,2 @@
1
- export var version = "3.8.0-beta.2293033";
1
+ export var version = "3.8.0-beta.2308000";
2
2
  //# sourceMappingURL=version.js.map
package/lib/index.d.ts CHANGED
@@ -24,4 +24,5 @@ export * from './PropertyFieldFilePicker';
24
24
  export * from './PropertyFieldRoleDefinitionPicker';
25
25
  export * from './PropertyFieldFolderPicker';
26
26
  export * from './PropertyFieldColumnPicker';
27
+ export * from './PropertyFieldMonacoEditor';
27
28
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qCAAqC,CAAC;AACpD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,uCAAuC,CAAC;AACtD,cAAc,oCAAoC,CAAC;AACnD,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qCAAqC,CAAC;AACpD,cAAc,6BAA6B,CAAC;AAE5C,cAAc,6BAA6B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qCAAqC,CAAC;AACpD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,uCAAuC,CAAC;AACtD,cAAc,oCAAoC,CAAC;AACnD,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qCAAqC,CAAC;AACpD,cAAc,6BAA6B,CAAC;AAE5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC"}
package/lib/index.js CHANGED
@@ -24,4 +24,5 @@ export * from './PropertyFieldFilePicker';
24
24
  export * from './PropertyFieldRoleDefinitionPicker';
25
25
  export * from './PropertyFieldFolderPicker';
26
26
  export * from './PropertyFieldColumnPicker';
27
+ export * from './PropertyFieldMonacoEditor';
27
28
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qCAAqC,CAAC;AACpD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,uCAAuC,CAAC;AACtD,cAAc,oCAAoC,CAAC;AACnD,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qCAAqC,CAAC;AACpD,cAAc,6BAA6B,CAAC;AAE5C,cAAc,6BAA6B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qCAAqC,CAAC;AACpD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,uCAAuC,CAAC;AACtD,cAAc,oCAAoC,CAAC;AACnD,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qCAAqC,CAAC;AACpD,cAAc,6BAA6B,CAAC;AAE5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC"}
@@ -0,0 +1,247 @@
1
+ define([], function ()
2
+ {
3
+ return {
4
+ ApplyButtonLabel: "Apply",
5
+ ImportButtonLabel: "Import",
6
+ ExportButtonLabel: "Export",
7
+ FormatCodeButtonLabel: "Format Code",
8
+ JsonFileRequiredMessage: "Please upload a json file",
9
+ EditPropertiesButtonLabel: "Edit properties",
10
+ EditPropertiesPanelHeaderText: "Edit raw properties",
11
+ SaveButtonLabel: "Save",
12
+ CancelButtonLabel: "Cancel",
13
+ PeoplePickerSuggestedContacts: "Suggested people",
14
+ PeoplePickerSuggestedGroups: "Suggested groups",
15
+ PeoplePickerSuggestedCombined: "Suggested people and groups",
16
+ PeoplePickerNoResults: "No result found",
17
+ PeoplePickerLoading: "Loading results ...",
18
+ DatePickerMonthLongJanuary: "January",
19
+ DatePickerMonthShortJanuary: "Jan",
20
+ DatePickerMonthLongFebruary: "February",
21
+ DatePickerMonthShortFebruary: "Feb",
22
+ DatePickerMonthLongMarch: "March",
23
+ DatePickerMonthShortMarch: "Mar",
24
+ DatePickerMonthLongApril: "April",
25
+ DatePickerMonthShortApril: "Apr",
26
+ DatePickerMonthLongMay: "May",
27
+ DatePickerMonthShortMay: "May",
28
+ DatePickerMonthLongJune: "June",
29
+ DatePickerMonthShortJune: "Jun",
30
+ DatePickerMonthLongJuly: "July",
31
+ DatePickerMonthShortJuly: "Jul",
32
+ DatePickerMonthLongAugust: "August",
33
+ DatePickerMonthShortAugust: "Aug",
34
+ DatePickerMonthLongSeptember: "September",
35
+ DatePickerMonthShortSeptember: "Sept",
36
+ DatePickerMonthLongOctober: "October",
37
+ DatePickerMonthShortOctober: "Oct",
38
+ DatePickerMonthLongNovember: "November",
39
+ DatePickerMonthShortNovember: "Nov",
40
+ DatePickerMonthLongDecember: "December",
41
+ DatePickerMonthShortDecember: "Dec",
42
+ DatePickerDayLongSunday: "Sunday",
43
+ DatePickerDayShortSunday: "Sun",
44
+ DatePickerDayLongMonday: "Monday",
45
+ DatePickerDayShortMonday: "Mon",
46
+ DatePickerDayLongTuesday: "Tuesday",
47
+ DatePickerDayShortTuesday: "Tue",
48
+ DatePickerDayLongWednesday: "Wednesday",
49
+ DatePickerDayShortWednesday: "Wed",
50
+ DatePickerDayLongThursday: "Thursday",
51
+ DatePickerDayShortThursday: "Thu",
52
+ DatePickerDayLongFriday: "Friday",
53
+ DatePickerDayShortFriday: "Fri",
54
+ DatePickerDayLongSaturday: "Saturday",
55
+ DatePickerDayShortSaturday: "Sat",
56
+ DatepickerGoToToday: "Today",
57
+ DateTimePickerDate: "Date",
58
+ DateTimePickerTime: "Time",
59
+ ColorPickerButtonTitle: "Pick a Color",
60
+ NotNumberValidationMessage: "The value should be a number, actual is:",
61
+ MinimumNumberValidationMessage: "The value should be greater than or equal to:",
62
+ MaximumNumberValidationMessage: "The value should be lower than or equal to:",
63
+ TermPickerNoTerms: "Term set does not contain any terms",
64
+ TermPickerExpandTitle: "Expand this Term Set",
65
+ TermPickerExpandNode: "Expand this Node",
66
+ TermPickerMenuTermSet: "Menu for Term Set",
67
+ TermPickerMenuTerm: "Menu for Term",
68
+ TermPickerMenuGroup: "Menu for Term Group",
69
+ TermPickerInLabel: "in",
70
+ TermPickerTermSetLabel: "Term Set",
71
+ propertyFieldMultiSelectNoOptions: "No options to select",
72
+ CollectionDataEmptyFields: "No fields were provided for the collection data.",
73
+ CollectionDataEmptyValue: "No data in your collection.",
74
+ CollectionAddRowButtonLabel: "Add data to the collection",
75
+ CollectionDeleteRowButtonLabel: "Delete the current row",
76
+ CollectionSaveAndAddButtonLabel: "Add and save",
77
+ CollectionDataItemShowErrorsLabel: "Show row errors",
78
+ CollectionDataItemFieldRequiredLabel: "Field is required.",
79
+ InvalidUrlError: "The provided URL is not valid",
80
+ DescriptionLabel: "Description",
81
+ MoreInfoLabel: "More info",
82
+ AboutGroupLabel: "About",
83
+ SitePickerSearchBoxPlaceholder: "Search...",
84
+ SitePickerNoResults: "No search results",
85
+ SitePickerSitesChosen: "Website(s) selected",
86
+ TeamPickerSearchBoxPlaceholder: "Search...",
87
+ TeamPickerNoResults: "No search results",
88
+ TeamPickerSitesChosen: "Teams(s) selected",
89
+
90
+ AddFileButtonLabel: "Add file",
91
+ AddImageButtonLabel: "Add image",
92
+ AriaCellValue: "{0} column, {1}",
93
+ FilePickerCancelButtonLabel: "Cancel",
94
+ CantValidateValidationMessage: "We couldn't verify this link. Please check the link and try again.",
95
+ ChangeFileLinkLabel: "Change file",
96
+ ChangeImageLinkLabel: "Change image",
97
+ ChooseFileLinkLabel: "Choose file",
98
+ ChooseImageLinkLabel: "Choose image",
99
+ CopyrightUrl: "https://www.microsoft.com/en-US/legal/copyright/default.aspx",
100
+ CopyrightWarning: "You are responsible for respecting others' rights, including copyright.",
101
+ CreativeCommonsMessage: "These results are tagged with Creative Commons licenses. Review the licenses to ensure you comply.",
102
+ DateFormat: "DD/MM/YYYY hh:mm A",
103
+ DocumentLabelTemplate: "{0}, Document, Modified {1}, edited by {2}, Private",
104
+ DocumentLibraries: "Document libraries",
105
+ EditedByNamePlate: "edited by ",
106
+ EmptyFileSize: "0 bytes",
107
+ FilePickerHeader: "File Picker",
108
+ FileSizeField: "File Size",
109
+ FolderAltText: "Folder",
110
+ FolderBackPlate: "https://static2.sharepointonline.com/files/fabric/office-ui-fabric-react-assets/foldericons/folder-large_backplate.svg",
111
+ FolderFrontPlate: "https://static2.sharepointonline.com/files/fabric/office-ui-fabric-react-assets/foldericons/folder-large_frontplate_nopreview.svg",
112
+ FolderIconUrl: "https://spoprod-a.akamaihd.net/files/odsp-next-prod_2019-01-11_20190116.001/odsp-media/images/itemtypes/20/folder.svg",
113
+ FolderLabelTemplate: "{0}, Folder, Modified {1}, edited by {2}, {3} items, Private",
114
+ FromLinkLinkLabel: "From a link",
115
+ ImageAltText: ".{0} Image",
116
+ ImageAriaLabelTemplate: ".{0} Image",
117
+ ImageLayoutPlaceholderText: "Layout",
118
+ ImageSizePlaceholderText: "Image size",
119
+ ItemChildCountField: "Item Child Count",
120
+ LayoutOptionAll: "All",
121
+ LayoutOptionSquare: "Square",
122
+ LayoutOptionTall: "Tall",
123
+ LayoutOptionWide: "Wide",
124
+ LearnMoreLink: "Learn more.",
125
+ LicenseOptionAll: "All",
126
+ LicenseOptionAny: "Creative Commons only",
127
+ LicensePlaceholderText: "License",
128
+ LinkFileInstructions: "Paste a link to a file in OneDrive for Business or SharePoint Online",
129
+ ExternalLinkFileInstructions: "Paste a link to a site, page, document, list, library (https:// or http://)",
130
+ LinkHeader: "From a link",
131
+ LinkImageInstructions: "Paste a link to an image in OneDrive for Business or SharePoint Online",
132
+ ListLayoutAriaLabel: "View options. {0} {1} .",
133
+ ListLayoutCompact: "Compact view",
134
+ ListLayoutCompactDescription: "View items and details in a compact list",
135
+ ListLayoutList: "List view",
136
+ ListLayoutListDescrition: "View items and details in a list",
137
+ ListLayoutTile: "Tile view",
138
+ ListLayoutTileDescription: "View items with tile previews",
139
+ ListOptionsAlt: "View options. {0} selected .",
140
+ ListOptionsTitle: "Open the view options menu",
141
+ Loading: "Loading...",
142
+ ModifiedByField: "Modified By",
143
+ ModifiedField: "Date Modified",
144
+ NameField: "Name",
145
+ No: "No",
146
+ ProvidedValueIsInvalid: "Provided value is invalid",
147
+ NoExternalLinksValidationMessage: "We only support linking to files in your own organization.",
148
+ NoImageValidationMessage: "This isn't a link to a file type we support. You can only link to an image.",
149
+ NoRecentFiles: "No recent files",
150
+ NoRecentFilesDescription: "Try selecting a file from your site, or upload one from your device.",
151
+ NoResultsBadEnglish: "***There is no result found. Try to change the filter options",
152
+ ODModifiedField: "Modified",
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
+ 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 access it?",
156
+ OneDriveConfirmDialogTitle: "Just checking...",
157
+ OneDriveEmptyFolderAlt: "Empty folder",
158
+ OneDriveEmptyFolderDescription: "To add files, go to your OneDrive. You can also add files to this folder using the OneDrive app for your computer.",
159
+ OneDriveEmptyFolderIconUrl: "https://spoprod-a.akamaihd.net/files/odsp-next-prod_2019-01-18_20190124.001/odsp-media/images/emptyfolder/empty_folder.svg",
160
+ OneDriveEmptyFolderTitle: "This folder is empty",
161
+ OneDriveRootFolderName: "Files",
162
+ OpenButtonLabel: "Open",
163
+ PhotoIconUrl: "https://spoprod-a.akamaihd.net/files/odsp-next-prod_2019-01-11_20190116.001/odsp-media/images/itemtypes/20_2x/photo.png",
164
+ OrgAssetsTabLabel: "Images and files provided by your organisation",
165
+ PoweredByBing: "Powered by Bing",
166
+ RecentDocumentsHeader: "Recent documents",
167
+ RecentImagesHeader: "Recent images",
168
+ RecentLinkLabel: "Recent",
169
+ SearchBoxPlaceholder: "Web search",
170
+ SearchResultAlt: "Image result for {0}.",
171
+ SearchResultAriaLabel: "Press enter to open the image source in a new tab.",
172
+ Selected: "selected",
173
+ SharingField: "Sharing",
174
+ SharingPrivate: "Private",
175
+ SharingShared: "Shared",
176
+ SiteLinkLabel: "Site",
177
+ SizeOptionAll: "All",
178
+ SizeOptionExtraLarge: "Extra Large",
179
+ SizeOptionLarge: "Large",
180
+ SizeOptionMedium: "Medium",
181
+ SizeOptionSmall: "Small",
182
+ SizeUnit: [
183
+ "bytes",
184
+ "KB",
185
+ "MB",
186
+ "GB",
187
+ "TB",
188
+ "PB",
189
+ "EB",
190
+ "ZB",
191
+ "YB"
192
+ ],
193
+ SorryWebSearch: "Sorry, this function isn't implemented in this sample, because it would require a Bing API key.",
194
+ SortedAscending: "Sorted A to Z",
195
+ SortedDescending: "Sorted Z to A",
196
+ TypeAriaLabel: "Column operations for File type, Press to sort on File type",
197
+ UploadFileHeader: "Upload file",
198
+ UploadImageHeader: "Upload image",
199
+ UploadLinkLabel: "Upload",
200
+ WebSearchLinkLabel: "Web search",
201
+ Yes: "Yes",
202
+ StockImagesLinkLabel: "Stock images",
203
+ StockImagesHeader: "Stock Images",
204
+
205
+ DateTime: {
206
+ "L_RelativeDateTime_AFewSecondsFuture": "In a few seconds",
207
+ "L_RelativeDateTime_AFewSeconds": "A few seconds ago",
208
+ "L_RelativeDateTime_AboutAMinuteFuture": "In about a minute",
209
+ "L_RelativeDateTime_AboutAMinute": "About a minute ago",
210
+ "L_RelativeDateTime_XMinutesFuture": "In {0} minute||In {0} minutes",
211
+ "L_RelativeDateTime_XMinutes": "{0} minute ago||{0} minutes ago",
212
+ "L_RelativeDateTime_XMinutesFutureIntervals": "1||2-",
213
+ "L_RelativeDateTime_XMinutesIntervals": "1||2-",
214
+ "L_RelativeDateTime_AboutAnHourFuture": "In about an hour",
215
+ "L_RelativeDateTime_AboutAnHour": "About an hour ago",
216
+ "L_RelativeDateTime_Tomorrow": "Tomorrow",
217
+ "L_RelativeDateTime_Yesterday": "Yesterday",
218
+ "L_RelativeDateTime_TomorrowAndTime": "Tomorrow at {0}",
219
+ "L_RelativeDateTime_YesterdayAndTime": "Yesterday at {0}",
220
+ "L_RelativeDateTime_XHoursFuture": "In {0} hour||In {0} hours",
221
+ "L_RelativeDateTime_XHours": "{0} hour ago||{0} hours ago",
222
+ "L_RelativeDateTime_XHoursFutureIntervals": "1||2-",
223
+ "L_RelativeDateTime_XHoursIntervals": "1||2-",
224
+ "L_RelativeDateTime_DayAndTime": "{0} at {1}",
225
+ "L_RelativeDateTime_XDaysFuture": "{0} day from now||{0} days from now",
226
+ "L_RelativeDateTime_XDays": "{0} day ago||{0} days ago",
227
+ "L_RelativeDateTime_XDaysFutureIntervals": "1||2-",
228
+ "L_RelativeDateTime_XDaysIntervals": "1||2-",
229
+ "L_RelativeDateTime_Today": "Today"
230
+ },
231
+
232
+ NewFolderNamePlaceholder: "Enter your folder name",
233
+ FolderFilterBoxPlaceholder: "Filter folders by name",
234
+ FolderExplorerLoading: "Loading folders...",
235
+ FolderExplorerNoItems: "This folder doesn't have any subfolders.",
236
+
237
+ IncorrectGuidValidationMessage: "Please enter a valid GUID",
238
+
239
+ SelectedLabel: "Selected",
240
+ SelectIcon: "Select icon",
241
+ CloseButton: "Close",
242
+ "MonacoEditorOpenButtonLabel": "Open editor",
243
+ "MonacoEditorCancelButtonLabel": "Cancel",
244
+ "MonacoEditorSaveButtonLabel": "Save",
245
+ "MonacoEditorPanelTitle": "Edit Template",
246
+ }
247
+ });
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.2293033",
4
+ "version": "3.8.0-beta.2308000",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",
@@ -2,9 +2,9 @@
2
2
  "errors": [],
3
3
  "warnings": [],
4
4
  "version": "4.44.2",
5
- "hash": "851d678e0496a0a24ea2",
6
- "time": 10053,
7
- "builtAt": 1652086075941,
5
+ "hash": "174f027f4298531cad30",
6
+ "time": 9487,
7
+ "builtAt": 1652282224384,
8
8
  "publicPath": "",
9
9
  "outputPath": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/dist",
10
10
  "assetsByChunkName": {
@@ -54,9 +54,17 @@
54
54
  "info": {},
55
55
  "emitted": true
56
56
  },
57
+ {
58
+ "name": "PropertyControlStrings_en-gb.js",
59
+ "size": 12010,
60
+ "chunks": [],
61
+ "chunkNames": [],
62
+ "info": {},
63
+ "emitted": true
64
+ },
57
65
  {
58
66
  "name": "PropertyControlStrings_en-us.js",
59
- "size": 12000,
67
+ "size": 12001,
60
68
  "chunks": [],
61
69
  "chunkNames": [],
62
70
  "info": {},
@@ -256,7 +264,7 @@
256
264
  },
257
265
  {
258
266
  "name": "bd19c378-ab07-4eaa-9bb6-0e329932d8bf.manifest.json",
259
- "size": 4778,
267
+ "size": 4832,
260
268
  "chunks": [],
261
269
  "chunkNames": [],
262
270
  "info": {},
@@ -333,7 +341,7 @@
333
341
  "property-controls-test-web-part.js",
334
342
  "property-controls-test-web-part.js.map"
335
343
  ],
336
- "hash": "862d05a44ce804bd0e2f",
344
+ "hash": "ff79f52540d38c8025cd",
337
345
  "siblings": [],
338
346
  "parents": [],
339
347
  "children": [],
@@ -153254,7 +153262,7 @@
153254
153262
  ],
153255
153263
  "optimizationBailout": [],
153256
153264
  "depth": 4,
153257
- "source": "export var version = \"3.8.0-beta.2293033\";\n"
153265
+ "source": "export var version = \"3.8.0-beta.2308000\";\n"
153258
153266
  },
153259
153267
  {
153260
153268
  "id": "cLrF",
@@ -388068,7 +388076,7 @@
388068
388076
  ],
388069
388077
  "optimizationBailout": [],
388070
388078
  "depth": 4,
388071
- "source": "export var version = \"3.8.0-beta.2293033\";\n"
388079
+ "source": "export var version = \"3.8.0-beta.2308000\";\n"
388072
388080
  },
388073
388081
  {
388074
388082
  "id": "cLrF",