@pnp/spfx-property-controls 3.14.0 → 3.15.0-beta.6161311
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 +11 -0
- package/lib/common/telemetry/version.d.ts.map +1 -1
- package/lib/common/telemetry/version.js +1 -1
- package/lib/common/telemetry/version.js.map +1 -1
- package/lib/loc/en-gb.js +11 -11
- package/package.json +2 -2
- package/release/manifests/bd19c378-ab07-4eaa-9bb6-0e329932d8bf.manifest.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../src/common/telemetry/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../src/common/telemetry/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,EAAE,MAA8B,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.
|
|
1
|
+
export var version = "3.15.0-beta.6161311";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../../src/common/telemetry/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,OAAO,GAAW,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../../src/common/telemetry/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,OAAO,GAAW,qBAAqB,CAAC"}
|
package/lib/loc/en-gb.js
CHANGED
|
@@ -55,7 +55,7 @@ define([], () => {
|
|
|
55
55
|
"DatepickerGoToToday": "Today",
|
|
56
56
|
"DateTimePickerDate": "Date",
|
|
57
57
|
"DateTimePickerTime": "Time",
|
|
58
|
-
"ColorPickerButtonTitle": "Pick a
|
|
58
|
+
"ColorPickerButtonTitle": "Pick a Colour",
|
|
59
59
|
"NotNumberValidationMessage": "The value should be a number, actual is:",
|
|
60
60
|
"MinimumNumberValidationMessage": "The value should be greater than or equal to:",
|
|
61
61
|
"MaximumNumberValidationMessage": "The value should be lower than or equal to:",
|
|
@@ -143,7 +143,7 @@ define([], () => {
|
|
|
143
143
|
"NameField": "Name",
|
|
144
144
|
"No": "No",
|
|
145
145
|
"ProvidedValueIsInvalid": "Provided value is invalid",
|
|
146
|
-
"NoExternalLinksValidationMessage": "We only support linking to files in your own
|
|
146
|
+
"NoExternalLinksValidationMessage": "We only support linking to files in your own organisation.",
|
|
147
147
|
"NoImageValidationMessage": "This isn't a link to a file type we support. You can only link to an image.",
|
|
148
148
|
"NoRecentFiles": "No recent files",
|
|
149
149
|
"NoRecentFilesDescription": "Try selecting a file from your site, or upload one from your device.",
|
|
@@ -239,22 +239,22 @@ define([], () => {
|
|
|
239
239
|
"MonacoEditorSaveButtonLabel": "Save",
|
|
240
240
|
"MonacoEditorPanelTitle": "Edit Template",
|
|
241
241
|
"ColorPickerStrings": {
|
|
242
|
-
"rootAriaLabelFormat": "{0}
|
|
243
|
-
"hex": "
|
|
244
|
-
"red": "
|
|
245
|
-
"green": "
|
|
246
|
-
"blue": "
|
|
242
|
+
"rootAriaLabelFormat": "Colour picker, {0} selected.",
|
|
243
|
+
"hex": "Hex",
|
|
244
|
+
"red": "Red",
|
|
245
|
+
"green": "Green",
|
|
246
|
+
"blue": "Blue",
|
|
247
247
|
"alpha": "Alpha",
|
|
248
248
|
"transparency": "Transparency",
|
|
249
249
|
"alphaAriaLabel": "Alpha",
|
|
250
250
|
"transparencyAriaLabel": "Transparency",
|
|
251
|
-
"hueAriaLabel": "
|
|
251
|
+
"hueAriaLabel": "Hue",
|
|
252
252
|
"svAriaLabel": "Saturation and brightness",
|
|
253
|
-
"svAriaValueFormat": "Saturation {0} brightness
|
|
253
|
+
"svAriaValueFormat": "Saturation {0} brightness {1}",
|
|
254
254
|
"svAriaDescription": "Use the left and right arrow buttons to adjust saturation. Use the up and down arrows to adjust the brightness.",
|
|
255
|
-
"hexError": "
|
|
255
|
+
"hexError": "Hex values must be between 3 and 6 characters long",
|
|
256
256
|
"alphaError": "Alpha must be between 0 and 100",
|
|
257
|
-
"transparencyError": "
|
|
257
|
+
"transparencyError": "Transparency must be between 0 and 100",
|
|
258
258
|
"redError": "Red should be between 0 and 255",
|
|
259
259
|
"greenError": "Green should be between 0 and 255",
|
|
260
260
|
"blueError": "Blue should be between 0 and 255"
|
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.
|
|
4
|
+
"version": "3.15.0-beta.6161311",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16.13.0 <17.0.0"
|
|
7
7
|
},
|
|
@@ -102,4 +102,4 @@
|
|
|
102
102
|
"Struyf, Elio <elio@struyfconsulting.be>",
|
|
103
103
|
"Terentiev, Alex <>"
|
|
104
104
|
]
|
|
105
|
-
}
|
|
105
|
+
}
|