@pnp/spfx-controls-react 3.12.0-beta.4143733 → 3.12.0-beta.4144054

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
@@ -15,7 +15,8 @@
15
15
  "`MonacoEditor`: Fixed minor typos and misleading instructions [#1415](https://github.com/pnp/sp-dev-fx-controls-react/pull/1415)",
16
16
  "SharePoint Framework v1.16.1 support [#1427](https://github.com/pnp/sp-dev-fx-controls-react/issues/1427)",
17
17
  "`RichText`: `label` property is missing [#1375](https://github.com/pnp/sp-dev-fx-controls-react/issues/1375)",
18
- "`PeoplePicker`: PeopleSearch service should also find people by userPrincipalName when group transitive membership check is used. [#1446](https://github.com/pnp/sp-dev-fx-controls-react/pull/1446)"
18
+ "`PeoplePicker`: PeopleSearch service should also find people by userPrincipalName when group transitive membership check is used. [#1446](https://github.com/pnp/sp-dev-fx-controls-react/pull/1446)",
19
+ "Update the SPFx source project to add an extension + form customizer [#1410](https://github.com/pnp/sp-dev-fx-controls-react/issues/1410)"
19
20
  ],
20
21
  "fixes": [
21
22
  "`DateTimePicker`: broken link for `getErrorMessage` property fixed [#1277](https://github.com/pnp/sp-dev-fx-controls-react/pull/1381)",
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## 3.13.0
4
4
 
5
+ ### New control(s)
6
+
7
+ - `UploadFiles`: New Upload Files control [#1388](https://github.com/pnp/sp-dev-fx-controls-react/pull/1388)
8
+
5
9
  ### Enhancements
6
10
 
7
11
  - `ListItemPicker`: use list name as well as GUID to point to list [#1355](https://github.com/pnp/sp-dev-fx-controls-react/issues/1355)
@@ -12,6 +16,8 @@
12
16
  - `MonacoEditor`: Fixed minor typos and misleading instructions [#1415](https://github.com/pnp/sp-dev-fx-controls-react/pull/1415)
13
17
  - SharePoint Framework v1.16.1 support [#1427](https://github.com/pnp/sp-dev-fx-controls-react/issues/1427)
14
18
  - `RichText`: `label` property is missing [#1375](https://github.com/pnp/sp-dev-fx-controls-react/issues/1375)
19
+ - `PeoplePicker`: PeopleSearch service should also find people by userPrincipalName when group transitive membership check is used. [#1446](https://github.com/pnp/sp-dev-fx-controls-react/pull/1446)
20
+ - Update the SPFx source project to add an extension + form customizer [#1410](https://github.com/pnp/sp-dev-fx-controls-react/issues/1410)
15
21
 
16
22
  ### Fixes
17
23
 
@@ -24,7 +30,7 @@
24
30
 
25
31
  ### Contributors
26
32
 
27
- Special thanks to our contributors (in alphabetical order): [Brian Krainer Jacobsen](https://github.com/krainer), [Edin Kapic](https://github.com/ekapic), [Harminder Singh](https://github.com/HarminderSethi), [Hugo Bernier](https://github.com/hugoabernier), [João Mendes](https://github.com/joaojmendes), [mgitta](https://github.com/mgitta), [Michaël Maillot](https://github.com/michaelmaillot), [mikezimm](https://github.com/mikezimm).
33
+ Special thanks to our contributors (in alphabetical order): [Brian Krainer Jacobsen](https://github.com/krainer), [Edin Kapic](https://github.com/ekapic), [Eduard Paul](https://github.com/eduardpaul), [Harminder Singh](https://github.com/HarminderSethi), [Hugo Bernier](https://github.com/hugoabernier), [João Mendes](https://github.com/joaojmendes), [mgitta](https://github.com/mgitta), [Michaël Maillot](https://github.com/michaelmaillot), [mikezimm](https://github.com/mikezimm).
28
34
 
29
35
  ## 3.12.0
30
36
 
@@ -1,2 +1,2 @@
1
- export var version = "3.12.0-beta.4143733";
1
+ export var version = "3.12.0-beta.4144054";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnp/spfx-controls-react",
3
3
  "description": "Reusable React controls for SharePoint Framework solutions",
4
- "version": "3.12.0-beta.4143733",
4
+ "version": "3.12.0-beta.4144054",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",
@@ -26,9 +26,12 @@
26
26
  "@fluentui/react-theme-provider": "^0.18.5",
27
27
  "@fluentui/scheme-utilities": "^8.2.12",
28
28
  "@fluentui/theme": "^2.6.6",
29
+ "@microsoft/decorators": "1.16.1",
29
30
  "@microsoft/mgt-react": "2.6.1",
30
31
  "@microsoft/mgt-spfx": "2.6.1",
32
+ "@microsoft/sp-application-base": "1.16.1",
31
33
  "@microsoft/sp-core-library": "1.16.1",
34
+ "@microsoft/sp-dialog": "1.16.1",
32
35
  "@microsoft/sp-listview-extensibility": "1.16.1",
33
36
  "@microsoft/sp-loader": "1.16.1",
34
37
  "@microsoft/sp-lodash-subset": "1.16.1",
@@ -79,10 +82,10 @@
79
82
  "@types/jest": "25.2.3",
80
83
  "@types/lodash": "4.14.149",
81
84
  "@types/react": "17.0.45",
82
- "@types/react-dom": "17.0.17",
83
85
  "@types/react-addons-shallow-compare": "0.14.17",
84
86
  "@types/react-addons-test-utils": "0.14.15",
85
87
  "@types/react-addons-update": "0.14.21",
88
+ "@types/react-dom": "17.0.17",
86
89
  "@types/react-mentions": "^4.1.3",
87
90
  "@types/sinon": "2.3.4",
88
91
  "@types/webpack-env": "~1.15.2",
@@ -103,7 +106,7 @@
103
106
  "react-addons-test-utils": "15.6.0",
104
107
  "request-promise": "4.2.5",
105
108
  "sonarqube-scanner": "2.8.2",
106
- "spfx-fast-serve-helpers": "~1.15.3",
109
+ "spfx-fast-serve-helpers": "1.16.1",
107
110
  "ts-jest": "^25.5.1",
108
111
  "tslib": "2.3.1",
109
112
  "tslint-microsoft-contrib": "6.2.0",
@@ -235,6 +235,242 @@
235
235
  "isDirectDependency": true
236
236
  }
237
237
  ]
238
+ },
239
+ "controls-test-form-customizer": {
240
+ "dependencies": [
241
+ {
242
+ "componentId": "d37b65ee-c7d8-4570-bc74-2b294ff3b380",
243
+ "componentName": "@microsoft/sp-listview-extensibility",
244
+ "componentVersion": "1.16.1",
245
+ "isDirectDependency": true
246
+ },
247
+ {
248
+ "componentId": "01c4df03-e775-48cb-aa14-171ee5199a15",
249
+ "componentName": "tslib",
250
+ "componentVersion": "2.3.1",
251
+ "isDirectDependency": false
252
+ },
253
+ {
254
+ "componentId": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
255
+ "componentName": "@microsoft/sp-core-library",
256
+ "componentVersion": "1.16.1",
257
+ "isDirectDependency": false
258
+ },
259
+ {
260
+ "componentId": "2e09fb9b-13bb-48f2-859f-97d6fff71176",
261
+ "componentName": "@ms/odsp-core-bundle",
262
+ "componentVersion": "1.3.26",
263
+ "isDirectDependency": false
264
+ },
265
+ {
266
+ "componentId": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
267
+ "componentName": "@microsoft/sp-lodash-subset",
268
+ "componentVersion": "1.16.1",
269
+ "isDirectDependency": false
270
+ },
271
+ {
272
+ "componentId": "1c4541f7-5c31-41aa-9fa8-fbc9dc14c0a8",
273
+ "componentName": "@microsoft/sp-page-context",
274
+ "componentVersion": "1.16.1",
275
+ "isDirectDependency": false
276
+ },
277
+ {
278
+ "componentId": "e40f8203-b39d-425a-a957-714852e33b79",
279
+ "componentName": "@microsoft/sp-dynamic-data",
280
+ "componentVersion": "1.16.1",
281
+ "isDirectDependency": false
282
+ },
283
+ {
284
+ "componentId": "78359e4b-07c2-43c6-8d0b-d060b4d577e8",
285
+ "componentName": "@microsoft/sp-diagnostics",
286
+ "componentVersion": "1.16.1",
287
+ "isDirectDependency": false
288
+ },
289
+ {
290
+ "componentId": "0773bd53-a69e-4293-87e6-ba80ea4d614b",
291
+ "componentName": "@microsoft/sp-extension-base",
292
+ "componentVersion": "1.16.1",
293
+ "isDirectDependency": false
294
+ },
295
+ {
296
+ "componentId": "8217e442-8ed3-41fd-957d-b112e841286a",
297
+ "componentName": "@ms/sp-telemetry",
298
+ "componentVersion": "0.26.27",
299
+ "isDirectDependency": false
300
+ },
301
+ {
302
+ "componentId": "467dc675-7cc5-4709-8aac-78e3b71bd2f6",
303
+ "componentName": "@microsoft/sp-component-base",
304
+ "componentVersion": "1.16.1",
305
+ "isDirectDependency": false
306
+ },
307
+ {
308
+ "componentId": "229b8d08-79f3-438b-8c21-4613fc877abd",
309
+ "componentName": "@microsoft/load-themed-styles",
310
+ "componentVersion": "0.1.2",
311
+ "isDirectDependency": false
312
+ },
313
+ {
314
+ "componentId": "c07208f0-ea3b-4c1a-9965-ac1b825211a6",
315
+ "componentName": "@microsoft/sp-http",
316
+ "componentVersion": "1.16.1",
317
+ "isDirectDependency": false
318
+ },
319
+ {
320
+ "componentId": "8496636c-2300-4915-abef-20de64c98d8b",
321
+ "componentName": "@microsoft/sp-http-base",
322
+ "componentVersion": "1.16.1",
323
+ "isDirectDependency": false
324
+ },
325
+ {
326
+ "componentId": "aec2bbfd-a968-4d5b-a279-12e570f378e6",
327
+ "componentName": "@microsoft/sp-http-msgraph",
328
+ "componentVersion": "1.16.1",
329
+ "isDirectDependency": false
330
+ },
331
+ {
332
+ "componentId": "1c6c9123-7aac-41f3-a376-3caea41ed83f",
333
+ "componentName": "@microsoft/sp-loader",
334
+ "componentVersion": "1.16.1",
335
+ "isDirectDependency": false
336
+ },
337
+ {
338
+ "componentId": "974a7777-0990-4136-8fa6-95d80114c2e0",
339
+ "componentName": "@microsoft/sp-webpart-base",
340
+ "componentVersion": "1.16.1",
341
+ "isDirectDependency": true
342
+ },
343
+ {
344
+ "componentId": "42647dee-1f75-4b9f-b521-5c844a6c35cc",
345
+ "componentName": "@ms/sp-edit-customer-promise",
346
+ "componentVersion": "0.1.0",
347
+ "isDirectDependency": false
348
+ },
349
+ {
350
+ "componentId": "0d910c1c-13b9-4e1c-9aa4-b008c5e42d7d",
351
+ "componentName": "react",
352
+ "componentVersion": "17.0.1",
353
+ "isDirectDependency": true
354
+ },
355
+ {
356
+ "componentId": "aa0a46ec-1505-43cd-a44a-93f3a5aa460a",
357
+ "componentName": "react-dom",
358
+ "componentVersion": "17.0.1",
359
+ "isDirectDependency": true
360
+ }
361
+ ]
362
+ },
363
+ "app-controls-test-application-customizer": {
364
+ "dependencies": [
365
+ {
366
+ "componentId": "4df9bb86-ab0a-4aab-ab5f-48bf167048fb",
367
+ "componentName": "@microsoft/sp-application-base",
368
+ "componentVersion": "1.16.1",
369
+ "isDirectDependency": true
370
+ },
371
+ {
372
+ "componentId": "01c4df03-e775-48cb-aa14-171ee5199a15",
373
+ "componentName": "tslib",
374
+ "componentVersion": "2.3.1",
375
+ "isDirectDependency": false
376
+ },
377
+ {
378
+ "componentId": "8496636c-2300-4915-abef-20de64c98d8b",
379
+ "componentName": "@microsoft/sp-http-base",
380
+ "componentVersion": "1.16.1",
381
+ "isDirectDependency": false
382
+ },
383
+ {
384
+ "componentId": "8217e442-8ed3-41fd-957d-b112e841286a",
385
+ "componentName": "@ms/sp-telemetry",
386
+ "componentVersion": "0.26.27",
387
+ "isDirectDependency": false
388
+ },
389
+ {
390
+ "componentId": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
391
+ "componentName": "@microsoft/sp-core-library",
392
+ "componentVersion": "1.16.1",
393
+ "isDirectDependency": false
394
+ },
395
+ {
396
+ "componentId": "2e09fb9b-13bb-48f2-859f-97d6fff71176",
397
+ "componentName": "@ms/odsp-core-bundle",
398
+ "componentVersion": "1.3.26",
399
+ "isDirectDependency": false
400
+ },
401
+ {
402
+ "componentId": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
403
+ "componentName": "@microsoft/sp-lodash-subset",
404
+ "componentVersion": "1.16.1",
405
+ "isDirectDependency": false
406
+ },
407
+ {
408
+ "componentId": "1c4541f7-5c31-41aa-9fa8-fbc9dc14c0a8",
409
+ "componentName": "@microsoft/sp-page-context",
410
+ "componentVersion": "1.16.1",
411
+ "isDirectDependency": false
412
+ },
413
+ {
414
+ "componentId": "e40f8203-b39d-425a-a957-714852e33b79",
415
+ "componentName": "@microsoft/sp-dynamic-data",
416
+ "componentVersion": "1.16.1",
417
+ "isDirectDependency": false
418
+ },
419
+ {
420
+ "componentId": "78359e4b-07c2-43c6-8d0b-d060b4d577e8",
421
+ "componentName": "@microsoft/sp-diagnostics",
422
+ "componentVersion": "1.16.1",
423
+ "isDirectDependency": false
424
+ },
425
+ {
426
+ "componentId": "467dc675-7cc5-4709-8aac-78e3b71bd2f6",
427
+ "componentName": "@microsoft/sp-component-base",
428
+ "componentVersion": "1.16.1",
429
+ "isDirectDependency": false
430
+ },
431
+ {
432
+ "componentId": "229b8d08-79f3-438b-8c21-4613fc877abd",
433
+ "componentName": "@microsoft/load-themed-styles",
434
+ "componentVersion": "0.1.2",
435
+ "isDirectDependency": false
436
+ },
437
+ {
438
+ "componentId": "c07208f0-ea3b-4c1a-9965-ac1b825211a6",
439
+ "componentName": "@microsoft/sp-http",
440
+ "componentVersion": "1.16.1",
441
+ "isDirectDependency": false
442
+ },
443
+ {
444
+ "componentId": "aec2bbfd-a968-4d5b-a279-12e570f378e6",
445
+ "componentName": "@microsoft/sp-http-msgraph",
446
+ "componentVersion": "1.16.1",
447
+ "isDirectDependency": false
448
+ },
449
+ {
450
+ "componentId": "1c6c9123-7aac-41f3-a376-3caea41ed83f",
451
+ "componentName": "@microsoft/sp-loader",
452
+ "componentVersion": "1.16.1",
453
+ "isDirectDependency": false
454
+ },
455
+ {
456
+ "componentId": "0773bd53-a69e-4293-87e6-ba80ea4d614b",
457
+ "componentName": "@microsoft/sp-extension-base",
458
+ "componentVersion": "1.16.1",
459
+ "isDirectDependency": false
460
+ },
461
+ {
462
+ "componentId": "0d910c1c-13b9-4e1c-9aa4-b008c5e42d7d",
463
+ "componentName": "react",
464
+ "componentVersion": "17.0.1",
465
+ "isDirectDependency": true
466
+ },
467
+ {
468
+ "componentId": "aa0a46ec-1505-43cd-a44a-93f3a5aa460a",
469
+ "componentName": "react-dom",
470
+ "componentVersion": "17.0.1",
471
+ "isDirectDependency": true
472
+ }
473
+ ]
238
474
  }
239
475
  }
240
476
  }
@@ -7,7 +7,8 @@
7
7
  "requiresCustomScript": false,
8
8
  "supportsThemeVariants": true,
9
9
  "supportedHosts": [
10
- "SharePointWebPart"
10
+ "SharePointWebPart",
11
+ "TeamsTab"
11
12
  ],
12
13
  "preconfiguredEntries": [
13
14
  {
@@ -0,0 +1,45 @@
1
+ {
2
+ "id": "ca9eac70-7343-4972-88d6-672d50e9cf38",
3
+ "alias": "TestApplicationCustomizer",
4
+ "componentType": "Extension",
5
+ "extensionType": "ApplicationCustomizer",
6
+ "version": "3.12.0",
7
+ "manifestVersion": 2,
8
+ "requiresCustomScript": false,
9
+ "loaderConfig": {
10
+ "internalModuleBaseUrls": [
11
+ "<!-- PATH TO CDN -->"
12
+ ],
13
+ "entryModuleId": "app-controls-test-application-customizer",
14
+ "scriptResources": {
15
+ "app-controls-test-application-customizer": {
16
+ "type": "path",
17
+ "path": "app-controls-test-application-customizer.js"
18
+ },
19
+ "@microsoft/sp-application-base": {
20
+ "type": "component",
21
+ "id": "4df9bb86-ab0a-4aab-ab5f-48bf167048fb",
22
+ "version": "1.16.1"
23
+ },
24
+ "@microsoft/sp-core-library": {
25
+ "type": "component",
26
+ "id": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
27
+ "version": "1.16.1"
28
+ },
29
+ "TestApplicationCustomizerStrings": {
30
+ "type": "path",
31
+ "path": "TestApplicationCustomizerStrings_en-us.js"
32
+ },
33
+ "react": {
34
+ "type": "component",
35
+ "id": "0d910c1c-13b9-4e1c-9aa4-b008c5e42d7d",
36
+ "version": "17.0.1"
37
+ },
38
+ "react-dom": {
39
+ "type": "component",
40
+ "id": "aa0a46ec-1505-43cd-a44a-93f3a5aa460a",
41
+ "version": "17.0.1"
42
+ }
43
+ }
44
+ }
45
+ }
@@ -0,0 +1,92 @@
1
+ {
2
+ "id": "f9c6b930-8d5d-4550-bfd9-ed5f6ca443a8",
3
+ "alias": "TestFormCustomizer",
4
+ "componentType": "Extension",
5
+ "extensionType": "FormCustomizer",
6
+ "version": "3.12.0",
7
+ "manifestVersion": 2,
8
+ "requiresCustomScript": false,
9
+ "loaderConfig": {
10
+ "internalModuleBaseUrls": [
11
+ "<!-- PATH TO CDN -->"
12
+ ],
13
+ "entryModuleId": "controls-test-form-customizer",
14
+ "scriptResources": {
15
+ "controls-test-form-customizer": {
16
+ "type": "path",
17
+ "path": "controls-test-form-customizer.js"
18
+ },
19
+ "@microsoft/sp-listview-extensibility": {
20
+ "type": "component",
21
+ "id": "d37b65ee-c7d8-4570-bc74-2b294ff3b380",
22
+ "version": "1.16.1"
23
+ },
24
+ "@microsoft/sp-lodash-subset": {
25
+ "type": "component",
26
+ "id": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
27
+ "version": "1.16.1"
28
+ },
29
+ "ControlStrings": {
30
+ "type": "localizedPath",
31
+ "paths": {
32
+ "bg-BG": "ControlStrings_bg-bg.js",
33
+ "ca-ES": "ControlStrings_ca-es.js",
34
+ "da-DK": "ControlStrings_da-dk.js",
35
+ "de-DE": "ControlStrings_de-de.js",
36
+ "el-GR": "ControlStrings_el-gr.js",
37
+ "en-US": "ControlStrings_en-us.js",
38
+ "es-ES": "ControlStrings_es-es.js",
39
+ "et-EE": "ControlStrings_et-ee.js",
40
+ "eu-ES": "ControlStrings_eu-es.js",
41
+ "fi-FI": "ControlStrings_fi-fi.js",
42
+ "fr-CA": "ControlStrings_fr-ca.js",
43
+ "fr-FR": "ControlStrings_fr-fr.js",
44
+ "it-IT": "ControlStrings_it-it.js",
45
+ "ja-JP": "ControlStrings_ja-jp.js",
46
+ "lt-LT": "ControlStrings_lt-lt.js",
47
+ "lv-LV": "ControlStrings_lv-lv.js",
48
+ "nb-NO": "ControlStrings_nb-no.js",
49
+ "nl-NL": "ControlStrings_nl-nl.js",
50
+ "pl-PL": "ControlStrings_pl-pl.js",
51
+ "pt-BR": "ControlStrings_pt-br.js",
52
+ "pt-PT": "ControlStrings_pt-pt.js",
53
+ "ro-RO": "ControlStrings_ro-ro.js",
54
+ "ru-RU": "ControlStrings_ru-ru.js",
55
+ "sk-SK": "ControlStrings_sk-sk.js",
56
+ "sr-Latn-RS": "ControlStrings_sr-latn-rs.js",
57
+ "sv-SE": "ControlStrings_sv-se.js",
58
+ "tr-TR": "ControlStrings_tr-tr.js",
59
+ "vi-VN": "ControlStrings_vi-vn.js",
60
+ "zh-CN": "ControlStrings_zh-cn.js",
61
+ "zh-TW": "ControlStrings_zh-tw.js"
62
+ },
63
+ "defaultPath": "ControlStrings_en-us.js"
64
+ },
65
+ "@microsoft/sp-core-library": {
66
+ "type": "component",
67
+ "id": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
68
+ "version": "1.16.1"
69
+ },
70
+ "@microsoft/sp-webpart-base": {
71
+ "type": "component",
72
+ "id": "974a7777-0990-4136-8fa6-95d80114c2e0",
73
+ "version": "1.16.1"
74
+ },
75
+ "react": {
76
+ "type": "component",
77
+ "id": "0d910c1c-13b9-4e1c-9aa4-b008c5e42d7d",
78
+ "version": "17.0.1"
79
+ },
80
+ "react-dom": {
81
+ "type": "component",
82
+ "id": "aa0a46ec-1505-43cd-a44a-93f3a5aa460a",
83
+ "version": "17.0.1"
84
+ },
85
+ "@microsoft/sp-http": {
86
+ "type": "component",
87
+ "id": "c07208f0-ea3b-4c1a-9965-ac1b825211a6",
88
+ "version": "1.16.1"
89
+ }
90
+ }
91
+ }
92
+ }