@pnp/spfx-property-controls 3.3.0-beta.1474450 → 3.3.0-beta.1474462

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
@@ -5,9 +5,11 @@
5
5
  "changes": {
6
6
  "new": [],
7
7
  "enhancements": [
8
- "SharePoint Framework v1.13 support",
8
+ "SharePoint Framework v1.13.* support",
9
9
  "`PropertyPanePropertyEditor`: Add translations for property editor control button and header [#399](https://github.com/pnp/sp-dev-fx-property-controls/pull/399)",
10
- "`PropertyFieldCollectionData`: Adds conditional column visibility [#394](https://github.com/pnp/sp-dev-fx-property-controls/pull/394)"
10
+ "`PropertyFieldCollectionData`: Adds conditional column visibility [#394](https://github.com/pnp/sp-dev-fx-property-controls/pull/394)",
11
+ "Include `mystrings.d.ts` in definition output [#393](https://github.com/pnp/sp-dev-fx-property-controls/pull/393)",
12
+ "`PropertyFieldCollectionData`: `onGetErrorMessage` support for boolean, custom and color fields. [#395](https://github.com/pnp/sp-dev-fx-property-controls/pull/395)"
11
13
  ],
12
14
  "fixes": [
13
15
  "`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
@@ -4,9 +4,11 @@
4
4
 
5
5
  ### Enhancements
6
6
 
7
- - SharePoint Framework v1.13 support
7
+ - SharePoint Framework v1.13.* support
8
8
  - `PropertyPanePropertyEditor`: Add translations for property editor control button and header [#399](https://github.com/pnp/sp-dev-fx-property-controls/pull/399)
9
9
  - `PropertyFieldCollectionData`: Adds conditional column visibility [#394](https://github.com/pnp/sp-dev-fx-property-controls/pull/394)
10
+ - Include `mystrings.d.ts` in definition output [#393](https://github.com/pnp/sp-dev-fx-property-controls/pull/393)
11
+ - `PropertyFieldCollectionData`: `onGetErrorMessage` support for boolean, custom and color fields. [#395](https://github.com/pnp/sp-dev-fx-property-controls/pull/395)
10
12
 
11
13
  ### Fixes
12
14
 
@@ -1,2 +1,2 @@
1
- export var version = "3.3.0-beta.1474450";
1
+ export var version = "3.3.0-beta.1474462";
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.1474450",
4
+ "version": "3.3.0-beta.1474462",
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": "0b5cb23a8cd580d31ee9",
6
- "time": 12472,
7
- "builtAt": 1637199231478,
5
+ "hash": "22ff1d9176e81f8a7278",
6
+ "time": 11078,
7
+ "builtAt": 1637199548551,
8
8
  "publicPath": "",
9
9
  "outputPath": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/dist",
10
10
  "assetsByChunkName": {
@@ -333,7 +333,7 @@
333
333
  "property-controls-test-web-part.js",
334
334
  "property-controls-test-web-part.js.map"
335
335
  ],
336
- "hash": "d04d22fe120c544e0d60",
336
+ "hash": "c3a04823c2cf6a72f424",
337
337
  "siblings": [],
338
338
  "parents": [],
339
339
  "children": [],
@@ -6187,14 +6187,9 @@
6187
6187
  "name": "./node_modules/lodash/omit.js"
6188
6188
  },
6189
6189
  {
6190
- "id": "OBhP",
6191
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_baseClone.js",
6192
- "name": "./node_modules/lodash/_baseClone.js"
6193
- },
6194
- {
6195
- "id": "EEGq",
6196
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_copySymbolsIn.js",
6197
- "name": "./node_modules/lodash/_copySymbolsIn.js"
6190
+ "id": "G6z8",
6191
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_getAllKeysIn.js",
6192
+ "name": "./node_modules/lodash/_getAllKeysIn.js"
6198
6193
  },
6199
6194
  {
6200
6195
  "id": "oCl/",
@@ -34946,9 +34941,9 @@
34946
34941
  "chunks": [
34947
34942
  "property-controls-test-web-part"
34948
34943
  ],
34949
- "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/@pnp/sp/dist/sp.es5.js",
34950
- "issuerId": "5UI3",
34951
- "issuerName": "./node_modules/@pnp/sp/dist/sp.es5.js",
34944
+ "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/@pnp/sp-clientsvc/dist/sp-clientsvc.es5.js",
34945
+ "issuerId": "1EVP",
34946
+ "issuerName": "./node_modules/@pnp/sp-clientsvc/dist/sp-clientsvc.es5.js",
34952
34947
  "issuerPath": [
34953
34948
  {
34954
34949
  "id": "fd0V",
@@ -34971,9 +34966,9 @@
34971
34966
  "name": "./node_modules/@pnp/sp-taxonomy/dist/sp-taxonomy.es5.js"
34972
34967
  },
34973
34968
  {
34974
- "id": "5UI3",
34975
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/@pnp/sp/dist/sp.es5.js",
34976
- "name": "./node_modules/@pnp/sp/dist/sp.es5.js"
34969
+ "id": "1EVP",
34970
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/@pnp/sp-clientsvc/dist/sp-clientsvc.es5.js",
34971
+ "name": "./node_modules/@pnp/sp-clientsvc/dist/sp-clientsvc.es5.js"
34977
34972
  }
34978
34973
  ],
34979
34974
  "failed": false,
@@ -80355,9 +80350,9 @@
80355
80350
  "chunks": [
80356
80351
  "property-controls-test-web-part"
80357
80352
  ],
80358
- "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/isPlainObject.js",
80359
- "issuerId": "YO3V",
80360
- "issuerName": "./node_modules/lodash/isPlainObject.js",
80353
+ "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_initCloneObject.js",
80354
+ "issuerId": "+iFO",
80355
+ "issuerName": "./node_modules/lodash/_initCloneObject.js",
80361
80356
  "issuerPath": [
80362
80357
  {
80363
80358
  "id": "fd0V",
@@ -80385,14 +80380,14 @@
80385
80380
  "name": "./node_modules/lodash/omit.js"
80386
80381
  },
80387
80382
  {
80388
- "id": "4Oe1",
80389
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_customOmitClone.js",
80390
- "name": "./node_modules/lodash/_customOmitClone.js"
80383
+ "id": "OBhP",
80384
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_baseClone.js",
80385
+ "name": "./node_modules/lodash/_baseClone.js"
80391
80386
  },
80392
80387
  {
80393
- "id": "YO3V",
80394
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/isPlainObject.js",
80395
- "name": "./node_modules/lodash/isPlainObject.js"
80388
+ "id": "+iFO",
80389
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_initCloneObject.js",
80390
+ "name": "./node_modules/lodash/_initCloneObject.js"
80396
80391
  }
80397
80392
  ],
80398
80393
  "failed": false,
@@ -81466,9 +81461,9 @@
81466
81461
  "chunks": [
81467
81462
  "property-controls-test-web-part"
81468
81463
  ],
81469
- "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
81470
- "issuerId": "jGuG",
81471
- "issuerName": "./node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
81464
+ "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
81465
+ "issuerId": "dIfe",
81466
+ "issuerName": "./node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
81472
81467
  "issuerPath": [
81473
81468
  {
81474
81469
  "id": "fd0V",
@@ -81516,9 +81511,9 @@
81516
81511
  "name": "./node_modules/office-ui-fabric-react/lib/components/Layer/index.js"
81517
81512
  },
81518
81513
  {
81519
- "id": "jGuG",
81520
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
81521
- "name": "./node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js"
81514
+ "id": "dIfe",
81515
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
81516
+ "name": "./node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js"
81522
81517
  }
81523
81518
  ],
81524
81519
  "failed": false,
@@ -81938,9 +81933,9 @@
81938
81933
  "chunks": [
81939
81934
  "property-controls-test-web-part"
81940
81935
  ],
81941
- "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/keysIn.js",
81942
- "issuerId": "mTTR",
81943
- "issuerName": "./node_modules/lodash/keysIn.js",
81936
+ "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/keys.js",
81937
+ "issuerId": "7GkX",
81938
+ "issuerName": "./node_modules/lodash/keys.js",
81944
81939
  "issuerPath": [
81945
81940
  {
81946
81941
  "id": "fd0V",
@@ -81968,14 +81963,14 @@
81968
81963
  "name": "./node_modules/lodash/omit.js"
81969
81964
  },
81970
81965
  {
81971
- "id": "G6z8",
81972
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_getAllKeysIn.js",
81973
- "name": "./node_modules/lodash/_getAllKeysIn.js"
81966
+ "id": "OBhP",
81967
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_baseClone.js",
81968
+ "name": "./node_modules/lodash/_baseClone.js"
81974
81969
  },
81975
81970
  {
81976
- "id": "mTTR",
81977
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/keysIn.js",
81978
- "name": "./node_modules/lodash/keysIn.js"
81971
+ "id": "7GkX",
81972
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/keys.js",
81973
+ "name": "./node_modules/lodash/keys.js"
81979
81974
  }
81980
81975
  ],
81981
81976
  "failed": false,
@@ -150107,7 +150102,7 @@
150107
150102
  ],
150108
150103
  "optimizationBailout": [],
150109
150104
  "depth": 4,
150110
- "source": "export var version = \"3.3.0-beta.1474450\";\n"
150105
+ "source": "export var version = \"3.3.0-beta.1474462\";\n"
150111
150106
  },
150112
150107
  {
150113
150108
  "id": "cLrF",
@@ -170475,9 +170470,9 @@
170475
170470
  "chunks": [
170476
170471
  "property-controls-test-web-part"
170477
170472
  ],
170478
- "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getFullColorString.js",
170479
- "issuerId": "EhTF",
170480
- "issuerName": "./node_modules/office-ui-fabric-react/lib/utilities/color/getFullColorString.js",
170473
+ "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
170474
+ "issuerId": "S6XE",
170475
+ "issuerName": "./node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
170481
170476
  "issuerPath": [
170482
170477
  {
170483
170478
  "id": "fd0V",
@@ -170503,11 +170498,6 @@
170503
170498
  "id": "S6XE",
170504
170499
  "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
170505
170500
  "name": "./node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
170506
- },
170507
- {
170508
- "id": "EhTF",
170509
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getFullColorString.js",
170510
- "name": "./node_modules/office-ui-fabric-react/lib/utilities/color/getFullColorString.js"
170511
170501
  }
170512
170502
  ],
170513
170503
  "failed": false,
@@ -171481,14 +171471,14 @@
171481
171471
  "name": "./node_modules/lodash/omit.js"
171482
171472
  },
171483
171473
  {
171484
- "id": "4Oe1",
171485
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_customOmitClone.js",
171486
- "name": "./node_modules/lodash/_customOmitClone.js"
171474
+ "id": "OBhP",
171475
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_baseClone.js",
171476
+ "name": "./node_modules/lodash/_baseClone.js"
171487
171477
  },
171488
171478
  {
171489
- "id": "YO3V",
171490
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/isPlainObject.js",
171491
- "name": "./node_modules/lodash/isPlainObject.js"
171479
+ "id": "+iFO",
171480
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_initCloneObject.js",
171481
+ "name": "./node_modules/lodash/_initCloneObject.js"
171492
171482
  },
171493
171483
  {
171494
171484
  "id": "LcsW",
@@ -172831,14 +172821,14 @@
172831
172821
  "name": "./node_modules/lodash/omit.js"
172832
172822
  },
172833
172823
  {
172834
- "id": "G6z8",
172835
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_getAllKeysIn.js",
172836
- "name": "./node_modules/lodash/_getAllKeysIn.js"
172824
+ "id": "OBhP",
172825
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_baseClone.js",
172826
+ "name": "./node_modules/lodash/_baseClone.js"
172837
172827
  },
172838
172828
  {
172839
- "id": "mTTR",
172840
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/keysIn.js",
172841
- "name": "./node_modules/lodash/keysIn.js"
172829
+ "id": "7GkX",
172830
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/keys.js",
172831
+ "name": "./node_modules/lodash/keys.js"
172842
172832
  },
172843
172833
  {
172844
172834
  "id": "MMmD",
@@ -189769,9 +189759,9 @@
189769
189759
  "chunks": [
189770
189760
  "property-controls-test-web-part"
189771
189761
  ],
189772
- "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_copySymbolsIn.js",
189773
- "issuerId": "EEGq",
189774
- "issuerName": "./node_modules/lodash/_copySymbolsIn.js",
189762
+ "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_getAllKeysIn.js",
189763
+ "issuerId": "G6z8",
189764
+ "issuerName": "./node_modules/lodash/_getAllKeysIn.js",
189775
189765
  "issuerPath": [
189776
189766
  {
189777
189767
  "id": "fd0V",
@@ -189799,14 +189789,9 @@
189799
189789
  "name": "./node_modules/lodash/omit.js"
189800
189790
  },
189801
189791
  {
189802
- "id": "OBhP",
189803
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_baseClone.js",
189804
- "name": "./node_modules/lodash/_baseClone.js"
189805
- },
189806
- {
189807
- "id": "EEGq",
189808
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_copySymbolsIn.js",
189809
- "name": "./node_modules/lodash/_copySymbolsIn.js"
189792
+ "id": "G6z8",
189793
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_getAllKeysIn.js",
189794
+ "name": "./node_modules/lodash/_getAllKeysIn.js"
189810
189795
  }
189811
189796
  ],
189812
189797
  "failed": false,
@@ -200291,9 +200276,9 @@
200291
200276
  "chunks": [
200292
200277
  "property-controls-test-web-part"
200293
200278
  ],
200294
- "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/isSet.js",
200295
- "issuerId": "1+5i",
200296
- "issuerName": "./node_modules/lodash/isSet.js",
200279
+ "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/isMap.js",
200280
+ "issuerId": "zEVN",
200281
+ "issuerName": "./node_modules/lodash/isMap.js",
200297
200282
  "issuerPath": [
200298
200283
  {
200299
200284
  "id": "fd0V",
@@ -200326,9 +200311,9 @@
200326
200311
  "name": "./node_modules/lodash/_baseClone.js"
200327
200312
  },
200328
200313
  {
200329
- "id": "1+5i",
200330
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/isSet.js",
200331
- "name": "./node_modules/lodash/isSet.js"
200314
+ "id": "zEVN",
200315
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/isMap.js",
200316
+ "name": "./node_modules/lodash/isMap.js"
200332
200317
  }
200333
200318
  ],
200334
200319
  "failed": false,
@@ -202324,14 +202309,14 @@
202324
202309
  "name": "./node_modules/lodash/omit.js"
202325
202310
  },
202326
202311
  {
202327
- "id": "G6z8",
202328
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_getAllKeysIn.js",
202329
- "name": "./node_modules/lodash/_getAllKeysIn.js"
202312
+ "id": "OBhP",
202313
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_baseClone.js",
202314
+ "name": "./node_modules/lodash/_baseClone.js"
202330
202315
  },
202331
202316
  {
202332
- "id": "mTTR",
202333
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/keysIn.js",
202334
- "name": "./node_modules/lodash/keysIn.js"
202317
+ "id": "7GkX",
202318
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/keys.js",
202319
+ "name": "./node_modules/lodash/keys.js"
202335
202320
  },
202336
202321
  {
202337
202322
  "id": "MMmD",
@@ -208705,9 +208690,9 @@
208705
208690
  "chunks": [
208706
208691
  "property-controls-test-web-part"
208707
208692
  ],
208708
- "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/@pnp/sp/dist/sp.es5.js",
208709
- "issuerId": "5UI3",
208710
- "issuerName": "./node_modules/@pnp/sp/dist/sp.es5.js",
208693
+ "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/@pnp/sp-clientsvc/dist/sp-clientsvc.es5.js",
208694
+ "issuerId": "1EVP",
208695
+ "issuerName": "./node_modules/@pnp/sp-clientsvc/dist/sp-clientsvc.es5.js",
208711
208696
  "issuerPath": [
208712
208697
  {
208713
208698
  "id": "fd0V",
@@ -208730,9 +208715,9 @@
208730
208715
  "name": "./node_modules/@pnp/sp-taxonomy/dist/sp-taxonomy.es5.js"
208731
208716
  },
208732
208717
  {
208733
- "id": "5UI3",
208734
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/@pnp/sp/dist/sp.es5.js",
208735
- "name": "./node_modules/@pnp/sp/dist/sp.es5.js"
208718
+ "id": "1EVP",
208719
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/@pnp/sp-clientsvc/dist/sp-clientsvc.es5.js",
208720
+ "name": "./node_modules/@pnp/sp-clientsvc/dist/sp-clientsvc.es5.js"
208736
208721
  }
208737
208722
  ],
208738
208723
  "failed": false,
@@ -236405,14 +236390,9 @@
236405
236390
  "name": "./node_modules/lodash/omit.js"
236406
236391
  },
236407
236392
  {
236408
- "id": "OBhP",
236409
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_baseClone.js",
236410
- "name": "./node_modules/lodash/_baseClone.js"
236411
- },
236412
- {
236413
- "id": "EEGq",
236414
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_copySymbolsIn.js",
236415
- "name": "./node_modules/lodash/_copySymbolsIn.js"
236393
+ "id": "G6z8",
236394
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_getAllKeysIn.js",
236395
+ "name": "./node_modules/lodash/_getAllKeysIn.js"
236416
236396
  },
236417
236397
  {
236418
236398
  "id": "oCl/",
@@ -265164,9 +265144,9 @@
265164
265144
  "chunks": [
265165
265145
  "property-controls-test-web-part"
265166
265146
  ],
265167
- "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/@pnp/sp/dist/sp.es5.js",
265168
- "issuerId": "5UI3",
265169
- "issuerName": "./node_modules/@pnp/sp/dist/sp.es5.js",
265147
+ "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/@pnp/sp-clientsvc/dist/sp-clientsvc.es5.js",
265148
+ "issuerId": "1EVP",
265149
+ "issuerName": "./node_modules/@pnp/sp-clientsvc/dist/sp-clientsvc.es5.js",
265170
265150
  "issuerPath": [
265171
265151
  {
265172
265152
  "id": "fd0V",
@@ -265189,9 +265169,9 @@
265189
265169
  "name": "./node_modules/@pnp/sp-taxonomy/dist/sp-taxonomy.es5.js"
265190
265170
  },
265191
265171
  {
265192
- "id": "5UI3",
265193
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/@pnp/sp/dist/sp.es5.js",
265194
- "name": "./node_modules/@pnp/sp/dist/sp.es5.js"
265172
+ "id": "1EVP",
265173
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/@pnp/sp-clientsvc/dist/sp-clientsvc.es5.js",
265174
+ "name": "./node_modules/@pnp/sp-clientsvc/dist/sp-clientsvc.es5.js"
265195
265175
  }
265196
265176
  ],
265197
265177
  "failed": false,
@@ -310597,9 +310577,9 @@
310597
310577
  "chunks": [
310598
310578
  "property-controls-test-web-part"
310599
310579
  ],
310600
- "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/isPlainObject.js",
310601
- "issuerId": "YO3V",
310602
- "issuerName": "./node_modules/lodash/isPlainObject.js",
310580
+ "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_initCloneObject.js",
310581
+ "issuerId": "+iFO",
310582
+ "issuerName": "./node_modules/lodash/_initCloneObject.js",
310603
310583
  "issuerPath": [
310604
310584
  {
310605
310585
  "id": "fd0V",
@@ -310627,14 +310607,14 @@
310627
310607
  "name": "./node_modules/lodash/omit.js"
310628
310608
  },
310629
310609
  {
310630
- "id": "4Oe1",
310631
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_customOmitClone.js",
310632
- "name": "./node_modules/lodash/_customOmitClone.js"
310610
+ "id": "OBhP",
310611
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_baseClone.js",
310612
+ "name": "./node_modules/lodash/_baseClone.js"
310633
310613
  },
310634
310614
  {
310635
- "id": "YO3V",
310636
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/isPlainObject.js",
310637
- "name": "./node_modules/lodash/isPlainObject.js"
310615
+ "id": "+iFO",
310616
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_initCloneObject.js",
310617
+ "name": "./node_modules/lodash/_initCloneObject.js"
310638
310618
  }
310639
310619
  ],
310640
310620
  "failed": false,
@@ -311708,9 +311688,9 @@
311708
311688
  "chunks": [
311709
311689
  "property-controls-test-web-part"
311710
311690
  ],
311711
- "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
311712
- "issuerId": "jGuG",
311713
- "issuerName": "./node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
311691
+ "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
311692
+ "issuerId": "dIfe",
311693
+ "issuerName": "./node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
311714
311694
  "issuerPath": [
311715
311695
  {
311716
311696
  "id": "fd0V",
@@ -311758,9 +311738,9 @@
311758
311738
  "name": "./node_modules/office-ui-fabric-react/lib/components/Layer/index.js"
311759
311739
  },
311760
311740
  {
311761
- "id": "jGuG",
311762
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js",
311763
- "name": "./node_modules/office-ui-fabric-react/lib/components/Layer/LayerHost.js"
311741
+ "id": "dIfe",
311742
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js",
311743
+ "name": "./node_modules/office-ui-fabric-react/lib/components/Layer/Layer.base.js"
311764
311744
  }
311765
311745
  ],
311766
311746
  "failed": false,
@@ -312180,9 +312160,9 @@
312180
312160
  "chunks": [
312181
312161
  "property-controls-test-web-part"
312182
312162
  ],
312183
- "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/keysIn.js",
312184
- "issuerId": "mTTR",
312185
- "issuerName": "./node_modules/lodash/keysIn.js",
312163
+ "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/keys.js",
312164
+ "issuerId": "7GkX",
312165
+ "issuerName": "./node_modules/lodash/keys.js",
312186
312166
  "issuerPath": [
312187
312167
  {
312188
312168
  "id": "fd0V",
@@ -312210,14 +312190,14 @@
312210
312190
  "name": "./node_modules/lodash/omit.js"
312211
312191
  },
312212
312192
  {
312213
- "id": "G6z8",
312214
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_getAllKeysIn.js",
312215
- "name": "./node_modules/lodash/_getAllKeysIn.js"
312193
+ "id": "OBhP",
312194
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_baseClone.js",
312195
+ "name": "./node_modules/lodash/_baseClone.js"
312216
312196
  },
312217
312197
  {
312218
- "id": "mTTR",
312219
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/keysIn.js",
312220
- "name": "./node_modules/lodash/keysIn.js"
312198
+ "id": "7GkX",
312199
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/keys.js",
312200
+ "name": "./node_modules/lodash/keys.js"
312221
312201
  }
312222
312202
  ],
312223
312203
  "failed": false,
@@ -380349,7 +380329,7 @@
380349
380329
  ],
380350
380330
  "optimizationBailout": [],
380351
380331
  "depth": 4,
380352
- "source": "export var version = \"3.3.0-beta.1474450\";\n"
380332
+ "source": "export var version = \"3.3.0-beta.1474462\";\n"
380353
380333
  },
380354
380334
  {
380355
380335
  "id": "cLrF",
@@ -400717,9 +400697,9 @@
400717
400697
  "chunks": [
400718
400698
  "property-controls-test-web-part"
400719
400699
  ],
400720
- "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getFullColorString.js",
400721
- "issuerId": "EhTF",
400722
- "issuerName": "./node_modules/office-ui-fabric-react/lib/utilities/color/getFullColorString.js",
400700
+ "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
400701
+ "issuerId": "S6XE",
400702
+ "issuerName": "./node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
400723
400703
  "issuerPath": [
400724
400704
  {
400725
400705
  "id": "fd0V",
@@ -400745,11 +400725,6 @@
400745
400725
  "id": "S6XE",
400746
400726
  "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/index.js",
400747
400727
  "name": "./node_modules/office-ui-fabric-react/lib/utilities/color/index.js"
400748
- },
400749
- {
400750
- "id": "EhTF",
400751
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/office-ui-fabric-react/lib/utilities/color/getFullColorString.js",
400752
- "name": "./node_modules/office-ui-fabric-react/lib/utilities/color/getFullColorString.js"
400753
400728
  }
400754
400729
  ],
400755
400730
  "failed": false,
@@ -401723,14 +401698,14 @@
401723
401698
  "name": "./node_modules/lodash/omit.js"
401724
401699
  },
401725
401700
  {
401726
- "id": "4Oe1",
401727
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_customOmitClone.js",
401728
- "name": "./node_modules/lodash/_customOmitClone.js"
401701
+ "id": "OBhP",
401702
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_baseClone.js",
401703
+ "name": "./node_modules/lodash/_baseClone.js"
401729
401704
  },
401730
401705
  {
401731
- "id": "YO3V",
401732
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/isPlainObject.js",
401733
- "name": "./node_modules/lodash/isPlainObject.js"
401706
+ "id": "+iFO",
401707
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_initCloneObject.js",
401708
+ "name": "./node_modules/lodash/_initCloneObject.js"
401734
401709
  },
401735
401710
  {
401736
401711
  "id": "LcsW",
@@ -403073,14 +403048,14 @@
403073
403048
  "name": "./node_modules/lodash/omit.js"
403074
403049
  },
403075
403050
  {
403076
- "id": "G6z8",
403077
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_getAllKeysIn.js",
403078
- "name": "./node_modules/lodash/_getAllKeysIn.js"
403051
+ "id": "OBhP",
403052
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_baseClone.js",
403053
+ "name": "./node_modules/lodash/_baseClone.js"
403079
403054
  },
403080
403055
  {
403081
- "id": "mTTR",
403082
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/keysIn.js",
403083
- "name": "./node_modules/lodash/keysIn.js"
403056
+ "id": "7GkX",
403057
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/keys.js",
403058
+ "name": "./node_modules/lodash/keys.js"
403084
403059
  },
403085
403060
  {
403086
403061
  "id": "MMmD",
@@ -420011,9 +419986,9 @@
420011
419986
  "chunks": [
420012
419987
  "property-controls-test-web-part"
420013
419988
  ],
420014
- "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_copySymbolsIn.js",
420015
- "issuerId": "EEGq",
420016
- "issuerName": "./node_modules/lodash/_copySymbolsIn.js",
419989
+ "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_getAllKeysIn.js",
419990
+ "issuerId": "G6z8",
419991
+ "issuerName": "./node_modules/lodash/_getAllKeysIn.js",
420017
419992
  "issuerPath": [
420018
419993
  {
420019
419994
  "id": "fd0V",
@@ -420041,14 +420016,9 @@
420041
420016
  "name": "./node_modules/lodash/omit.js"
420042
420017
  },
420043
420018
  {
420044
- "id": "OBhP",
420045
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_baseClone.js",
420046
- "name": "./node_modules/lodash/_baseClone.js"
420047
- },
420048
- {
420049
- "id": "EEGq",
420050
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_copySymbolsIn.js",
420051
- "name": "./node_modules/lodash/_copySymbolsIn.js"
420019
+ "id": "G6z8",
420020
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_getAllKeysIn.js",
420021
+ "name": "./node_modules/lodash/_getAllKeysIn.js"
420052
420022
  }
420053
420023
  ],
420054
420024
  "failed": false,
@@ -430533,9 +430503,9 @@
430533
430503
  "chunks": [
430534
430504
  "property-controls-test-web-part"
430535
430505
  ],
430536
- "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/isSet.js",
430537
- "issuerId": "1+5i",
430538
- "issuerName": "./node_modules/lodash/isSet.js",
430506
+ "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/isMap.js",
430507
+ "issuerId": "zEVN",
430508
+ "issuerName": "./node_modules/lodash/isMap.js",
430539
430509
  "issuerPath": [
430540
430510
  {
430541
430511
  "id": "fd0V",
@@ -430568,9 +430538,9 @@
430568
430538
  "name": "./node_modules/lodash/_baseClone.js"
430569
430539
  },
430570
430540
  {
430571
- "id": "1+5i",
430572
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/isSet.js",
430573
- "name": "./node_modules/lodash/isSet.js"
430541
+ "id": "zEVN",
430542
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/isMap.js",
430543
+ "name": "./node_modules/lodash/isMap.js"
430574
430544
  }
430575
430545
  ],
430576
430546
  "failed": false,
@@ -432566,14 +432536,14 @@
432566
432536
  "name": "./node_modules/lodash/omit.js"
432567
432537
  },
432568
432538
  {
432569
- "id": "G6z8",
432570
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_getAllKeysIn.js",
432571
- "name": "./node_modules/lodash/_getAllKeysIn.js"
432539
+ "id": "OBhP",
432540
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/_baseClone.js",
432541
+ "name": "./node_modules/lodash/_baseClone.js"
432572
432542
  },
432573
432543
  {
432574
- "id": "mTTR",
432575
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/keysIn.js",
432576
- "name": "./node_modules/lodash/keysIn.js"
432544
+ "id": "7GkX",
432545
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/lodash/keys.js",
432546
+ "name": "./node_modules/lodash/keys.js"
432577
432547
  },
432578
432548
  {
432579
432549
  "id": "MMmD",
@@ -438947,9 +438917,9 @@
438947
438917
  "chunks": [
438948
438918
  "property-controls-test-web-part"
438949
438919
  ],
438950
- "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/@pnp/sp/dist/sp.es5.js",
438951
- "issuerId": "5UI3",
438952
- "issuerName": "./node_modules/@pnp/sp/dist/sp.es5.js",
438920
+ "issuer": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/@pnp/sp-clientsvc/dist/sp-clientsvc.es5.js",
438921
+ "issuerId": "1EVP",
438922
+ "issuerName": "./node_modules/@pnp/sp-clientsvc/dist/sp-clientsvc.es5.js",
438953
438923
  "issuerPath": [
438954
438924
  {
438955
438925
  "id": "fd0V",
@@ -438972,9 +438942,9 @@
438972
438942
  "name": "./node_modules/@pnp/sp-taxonomy/dist/sp-taxonomy.es5.js"
438973
438943
  },
438974
438944
  {
438975
- "id": "5UI3",
438976
- "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/@pnp/sp/dist/sp.es5.js",
438977
- "name": "./node_modules/@pnp/sp/dist/sp.es5.js"
438945
+ "id": "1EVP",
438946
+ "identifier": "/home/runner/work/sp-dev-fx-property-controls/sp-dev-fx-property-controls/node_modules/@pnp/sp-clientsvc/dist/sp-clientsvc.es5.js",
438947
+ "name": "./node_modules/@pnp/sp-clientsvc/dist/sp-clientsvc.es5.js"
438978
438948
  }
438979
438949
  ],
438980
438950
  "failed": false,