@pnp/spfx-controls-react 3.11.0 → 3.12.0
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 +36 -0
- package/CHANGELOG.md +33 -1
- package/lib/MonacoEditor.d.ts +2 -0
- package/lib/MonacoEditor.d.ts.map +1 -0
- package/lib/MonacoEditor.js +2 -0
- package/lib/MonacoEditor.js.map +1 -0
- package/lib/common/Interfaces.d.ts +20 -0
- package/lib/common/Interfaces.d.ts.map +1 -1
- package/lib/common/telemetry/version.js +1 -1
- package/lib/controls/contentTypePicker/ContentTypePicker.d.ts +1 -1
- package/lib/controls/contentTypePicker/ContentTypePicker.d.ts.map +1 -1
- package/lib/controls/contentTypePicker/ContentTypePicker.js +1 -1
- package/lib/controls/contentTypePicker/ContentTypePicker.js.map +1 -1
- package/lib/controls/dynamicForm/DynamicForm.d.ts +4 -0
- package/lib/controls/dynamicForm/DynamicForm.d.ts.map +1 -1
- package/lib/controls/dynamicForm/DynamicForm.js +86 -28
- package/lib/controls/dynamicForm/DynamicForm.js.map +1 -1
- package/lib/controls/dynamicForm/dynamicField/DynamicField.d.ts.map +1 -1
- package/lib/controls/dynamicForm/dynamicField/DynamicField.js +4 -4
- package/lib/controls/dynamicForm/dynamicField/DynamicField.js.map +1 -1
- package/lib/controls/dynamicForm/dynamicField/IDynamicFieldProps.d.ts +1 -0
- package/lib/controls/dynamicForm/dynamicField/IDynamicFieldProps.d.ts.map +1 -1
- package/lib/controls/fields/fieldTitleRenderer/FieldTitleRenderer.d.ts +1 -1
- package/lib/controls/filePicker/FilePicker.d.ts.map +1 -1
- package/lib/controls/filePicker/FilePicker.js +1 -1
- package/lib/controls/filePicker/FilePicker.js.map +1 -1
- package/lib/controls/filePicker/controls/FileBrowser/FileBrowser.js +2 -2
- package/lib/controls/filePicker/controls/FileBrowser/FileBrowser.js.map +1 -1
- package/lib/controls/filePicker/controls/FileBrowser/IFileBrowserState.d.ts +3 -3
- package/lib/controls/filePicker/controls/FileBrowser/IFileBrowserState.d.ts.map +1 -1
- package/lib/controls/filePicker/controls/FileBrowser/IFileBrowserState.js +3 -3
- package/lib/controls/filePicker/controls/FileBrowser/IFileBrowserState.js.map +1 -1
- package/lib/controls/filePicker/controls/TilesList/TilesList.d.ts.map +1 -1
- package/lib/controls/filePicker/controls/TilesList/TilesList.js +2 -1
- package/lib/controls/filePicker/controls/TilesList/TilesList.js.map +1 -1
- package/lib/controls/folderPicker/FolderPicker.d.ts.map +1 -1
- package/lib/controls/folderPicker/FolderPicker.js +1 -1
- package/lib/controls/folderPicker/FolderPicker.js.map +1 -1
- package/lib/controls/folderPicker/IFolderPickerProps.d.ts +4 -0
- package/lib/controls/folderPicker/IFolderPickerProps.d.ts.map +1 -1
- package/lib/controls/modernTaxonomyPicker/ModernTaxonomyPicker.d.ts.map +1 -1
- package/lib/controls/modernTaxonomyPicker/ModernTaxonomyPicker.js +45 -31
- package/lib/controls/modernTaxonomyPicker/ModernTaxonomyPicker.js.map +1 -1
- package/lib/controls/modernTaxonomyPicker/termItem/TermItem.d.ts.map +1 -1
- package/lib/controls/modernTaxonomyPicker/termItem/TermItem.js +2 -6
- package/lib/controls/modernTaxonomyPicker/termItem/TermItem.js.map +1 -1
- package/lib/controls/sitePicker/ISitePicker.d.ts +9 -24
- package/lib/controls/sitePicker/ISitePicker.d.ts.map +1 -1
- package/lib/controls/sitePicker/SitePicker.d.ts.map +1 -1
- package/lib/controls/sitePicker/SitePicker.js +12 -7
- package/lib/controls/sitePicker/SitePicker.js.map +1 -1
- package/lib/controls/sitePicker/index.d.ts +1 -0
- package/lib/controls/sitePicker/index.d.ts.map +1 -1
- package/lib/controls/taxonomyPicker/TermPicker.d.ts.map +1 -1
- package/lib/controls/taxonomyPicker/TermPicker.js +1 -1
- package/lib/controls/taxonomyPicker/TermPicker.js.map +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/loc/de-de.js +1 -1
- package/lib/loc/de-de.js.map +1 -1
- package/lib/services/FilesSearchService.d.ts +2 -1
- package/lib/services/FilesSearchService.d.ts.map +1 -1
- package/lib/services/FilesSearchService.js +18 -8
- package/lib/services/FilesSearchService.js.map +1 -1
- package/lib/services/SPSitesService.d.ts +29 -1
- package/lib/services/SPSitesService.d.ts.map +1 -1
- package/lib/services/SPSitesService.js +66 -9
- package/lib/services/SPSitesService.js.map +1 -1
- package/lib/services/SPTermStorePickerService.js +3 -3
- package/package.json +19 -19
- package/release/component-dependency-audit/sp-dev-fx-controls-react.json +68 -44
- package/release/manifests/45165954-80f9-44c1-9967-cd38ae92a33b.manifest.json +10 -10
- package/release/manifests/57ebd944-98ed-43f9-b722-e959d6dac6ad.manifest.json +7 -7
|
@@ -36,13 +36,15 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
36
36
|
};
|
|
37
37
|
import { SPHttpClient } from '@microsoft/sp-http';
|
|
38
38
|
var getAllSitesInternal = function (ctx, queryText, trimDuplicates) { return __awaiter(void 0, void 0, void 0, function () {
|
|
39
|
-
var startRow, rowLimit, totalRows, values, searchRequest, requestUrl, searchResponse, sitesResponse, relevantResults, res;
|
|
40
|
-
|
|
41
|
-
|
|
39
|
+
var startRow, rowLimit, totalRows, currentRows, values, searchRequest, requestUrl, searchResponse, sitesResponse, relevantResults, res;
|
|
40
|
+
var _a;
|
|
41
|
+
return __generator(this, function (_b) {
|
|
42
|
+
switch (_b.label) {
|
|
42
43
|
case 0:
|
|
43
44
|
startRow = 0;
|
|
44
45
|
rowLimit = 500;
|
|
45
46
|
totalRows = 0;
|
|
47
|
+
currentRows = 0;
|
|
46
48
|
values = [];
|
|
47
49
|
searchRequest = {
|
|
48
50
|
QueryTemplate: queryText,
|
|
@@ -52,7 +54,7 @@ var getAllSitesInternal = function (ctx, queryText, trimDuplicates) { return __a
|
|
|
52
54
|
StartRow: 0
|
|
53
55
|
};
|
|
54
56
|
requestUrl = "".concat(ctx.pageContext.web.absoluteUrl, "/_api/search/postquery");
|
|
55
|
-
|
|
57
|
+
_b.label = 1;
|
|
56
58
|
case 1:
|
|
57
59
|
searchRequest.StartRow = startRow;
|
|
58
60
|
return [4 /*yield*/, ctx.spHttpClient.post(requestUrl, SPHttpClient.configurations.v1, {
|
|
@@ -64,18 +66,19 @@ var getAllSitesInternal = function (ctx, queryText, trimDuplicates) { return __a
|
|
|
64
66
|
}
|
|
65
67
|
})];
|
|
66
68
|
case 2:
|
|
67
|
-
searchResponse =
|
|
69
|
+
searchResponse = _b.sent();
|
|
68
70
|
return [4 /*yield*/, searchResponse.json()];
|
|
69
71
|
case 3:
|
|
70
|
-
sitesResponse =
|
|
72
|
+
sitesResponse = _b.sent();
|
|
71
73
|
relevantResults = sitesResponse.PrimaryQueryResult.RelevantResults;
|
|
72
74
|
values.push.apply(values, relevantResults.Table.Rows);
|
|
73
75
|
totalRows = relevantResults.TotalRows;
|
|
74
76
|
startRow += rowLimit;
|
|
75
|
-
_a
|
|
77
|
+
currentRows = (_a = relevantResults.Table.Rows) === null || _a === void 0 ? void 0 : _a.length;
|
|
78
|
+
_b.label = 4;
|
|
76
79
|
case 4:
|
|
77
|
-
if (values.length < totalRows) return [3 /*break*/, 1];
|
|
78
|
-
|
|
80
|
+
if (values.length < totalRows && currentRows !== 0) return [3 /*break*/, 1];
|
|
81
|
+
_b.label = 5;
|
|
79
82
|
case 5:
|
|
80
83
|
res = [];
|
|
81
84
|
res = values.map(function (element) {
|
|
@@ -152,4 +155,58 @@ export var getHubSites = function (ctx) { return __awaiter(void 0, void 0, void
|
|
|
152
155
|
}
|
|
153
156
|
});
|
|
154
157
|
}); };
|
|
158
|
+
export var getSiteWebInfo = function (ctx, webUrl) { return __awaiter(void 0, void 0, void 0, function () {
|
|
159
|
+
var webInfo, siteInfo, webInfoResult, siteInfoResult;
|
|
160
|
+
return __generator(this, function (_a) {
|
|
161
|
+
switch (_a.label) {
|
|
162
|
+
case 0: return [4 /*yield*/, ctx.spHttpClient.get("".concat(webUrl, "/_api/web?$select=id,Title"), SPHttpClient.configurations.v1)];
|
|
163
|
+
case 1:
|
|
164
|
+
webInfo = _a.sent();
|
|
165
|
+
if (!webInfo || !webInfo.ok) {
|
|
166
|
+
throw new Error("[FileBrowser.getWebInfo]: Something went wrong when executing request. Status='".concat(webInfo.statusText, "'"));
|
|
167
|
+
}
|
|
168
|
+
return [4 /*yield*/, ctx.spHttpClient.get("".concat(webUrl, "/_api/site?$select=id"), SPHttpClient.configurations.v1)];
|
|
169
|
+
case 2:
|
|
170
|
+
siteInfo = _a.sent();
|
|
171
|
+
if (!siteInfo || !siteInfo.ok) {
|
|
172
|
+
throw new Error("[FileBrowser.getWebInfo]: Something went wrong when executing request. Status='".concat(webInfo.statusText, "'"));
|
|
173
|
+
}
|
|
174
|
+
return [4 /*yield*/, webInfo.json()];
|
|
175
|
+
case 3:
|
|
176
|
+
webInfoResult = _a.sent();
|
|
177
|
+
return [4 /*yield*/, siteInfo.json()];
|
|
178
|
+
case 4:
|
|
179
|
+
siteInfoResult = _a.sent();
|
|
180
|
+
return [2 /*return*/, {
|
|
181
|
+
title: webInfoResult.Title,
|
|
182
|
+
webId: webInfoResult.Id,
|
|
183
|
+
siteId: siteInfoResult.Id
|
|
184
|
+
}];
|
|
185
|
+
}
|
|
186
|
+
});
|
|
187
|
+
}); };
|
|
188
|
+
export var getAssociatedSites = function (ctx, trimDuplicates, hubSiteId) { return __awaiter(void 0, void 0, void 0, function () {
|
|
189
|
+
var requestUrl, response, json, hubsiteData, queryText;
|
|
190
|
+
return __generator(this, function (_a) {
|
|
191
|
+
switch (_a.label) {
|
|
192
|
+
case 0:
|
|
193
|
+
if (!!hubSiteId) return [3 /*break*/, 3];
|
|
194
|
+
requestUrl = "".concat(ctx.pageContext.site.absoluteUrl, "/_api/web/HubsiteData");
|
|
195
|
+
return [4 /*yield*/, ctx.spHttpClient.get(requestUrl, SPHttpClient.configurations.v1)];
|
|
196
|
+
case 1:
|
|
197
|
+
response = _a.sent();
|
|
198
|
+
return [4 /*yield*/, response.json()];
|
|
199
|
+
case 2:
|
|
200
|
+
json = _a.sent();
|
|
201
|
+
hubsiteData = JSON.parse(json.value);
|
|
202
|
+
if (hubsiteData === null)
|
|
203
|
+
return [2 /*return*/, []];
|
|
204
|
+
hubSiteId = hubsiteData.relatedHubSiteIds[0];
|
|
205
|
+
_a.label = 3;
|
|
206
|
+
case 3:
|
|
207
|
+
queryText = "(contentclass:STS_Site DepartmentId:".concat(hubSiteId, ")");
|
|
208
|
+
return [2 /*return*/, getAllSitesInternal(ctx, queryText, trimDuplicates)];
|
|
209
|
+
}
|
|
210
|
+
});
|
|
211
|
+
}); };
|
|
155
212
|
//# sourceMappingURL=SPSitesService.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SPSitesService.js","sourceRoot":"","sources":["../../src/services/SPSitesService.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"SPSitesService.js","sourceRoot":"","sources":["../../src/services/SPSitesService.ts"],"names":[],"mappings":"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"}
|
|
@@ -55,7 +55,7 @@ var SPTermStorePickerService = /** @class */ (function () {
|
|
|
55
55
|
this.props = props;
|
|
56
56
|
this.context = context;
|
|
57
57
|
this.clientServiceUrl = this.context.pageContext.web.absoluteUrl + '/_vti_bin/client.svc/ProcessQuery';
|
|
58
|
-
this.suggestionServiceUrl = this.context.pageContext.web.absoluteUrl +
|
|
58
|
+
this.suggestionServiceUrl = this.context.pageContext.web.absoluteUrl + '/_vti_bin/TaxonomyInternalService.json/GetSuggestions';
|
|
59
59
|
}
|
|
60
60
|
SPTermStorePickerService.prototype.getTermLabels = function (termId) {
|
|
61
61
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -427,8 +427,8 @@ var SPTermStorePickerService = /** @class */ (function () {
|
|
|
427
427
|
anchorId: _this.props.anchorId ? _this.props.anchorId : EmptyGuid,
|
|
428
428
|
isSpanTermStores: false,
|
|
429
429
|
isSpanTermSets: false,
|
|
430
|
-
isIncludeUnavailable: _this.props.hideTagsNotAvailableForTagging
|
|
431
|
-
isIncludeDeprecated: _this.props.hideDeprecatedTags
|
|
430
|
+
isIncludeUnavailable: _this.props.hideTagsNotAvailableForTagging !== true,
|
|
431
|
+
isIncludeDeprecated: _this.props.hideDeprecatedTags !== true,
|
|
432
432
|
isAddTerms: false,
|
|
433
433
|
isIncludePathData: false,
|
|
434
434
|
excludeKeyword: false,
|
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.
|
|
4
|
+
"version": "3.12.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "gulp build",
|
|
7
7
|
"clean": "gulp clean",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"@fluentui/theme": "^2.6.6",
|
|
28
28
|
"@microsoft/mgt-react": "2.6.1",
|
|
29
29
|
"@microsoft/mgt-spfx": "2.6.1",
|
|
30
|
-
"@microsoft/sp-core-library": "1.
|
|
31
|
-
"@microsoft/sp-listview-extensibility": "1.
|
|
32
|
-
"@microsoft/sp-loader": "1.
|
|
33
|
-
"@microsoft/sp-lodash-subset": "1.
|
|
34
|
-
"@microsoft/sp-office-ui-fabric-core": "1.
|
|
35
|
-
"@microsoft/sp-property-pane": "1.
|
|
36
|
-
"@microsoft/sp-webpart-base": "1.
|
|
30
|
+
"@microsoft/sp-core-library": "1.16.0",
|
|
31
|
+
"@microsoft/sp-listview-extensibility": "1.16.0",
|
|
32
|
+
"@microsoft/sp-loader": "1.16.0",
|
|
33
|
+
"@microsoft/sp-lodash-subset": "1.16.0",
|
|
34
|
+
"@microsoft/sp-office-ui-fabric-core": "1.16.0",
|
|
35
|
+
"@microsoft/sp-property-pane": "1.16.0",
|
|
36
|
+
"@microsoft/sp-webpart-base": "1.16.0",
|
|
37
37
|
"@monaco-editor/loader": "^1.3.1",
|
|
38
38
|
"@pnp/sp": "2.5.0",
|
|
39
39
|
"@pnp/telemetry-js": "2.0.0",
|
|
@@ -53,22 +53,22 @@
|
|
|
53
53
|
"moment": "2.29.4",
|
|
54
54
|
"monaco-editor": "^0.32.1",
|
|
55
55
|
"nano-css": "^5.3.4",
|
|
56
|
-
"office-ui-fabric-react": "7.
|
|
57
|
-
"react": "
|
|
56
|
+
"office-ui-fabric-react": "^7.199.1",
|
|
57
|
+
"react": "17.0.1",
|
|
58
58
|
"react-accessible-accordion": "^3.3.3",
|
|
59
|
-
"react-dom": "
|
|
59
|
+
"react-dom": "17.0.1",
|
|
60
60
|
"react-mentions": "^4.3.0",
|
|
61
61
|
"react-quill": "1.3.5",
|
|
62
62
|
"regexify-string": "^1.0.16",
|
|
63
63
|
"spfx-uifabric-themes": "^0.9.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@microsoft/eslint-config-spfx": "1.
|
|
67
|
-
"@microsoft/eslint-plugin-spfx": "1.
|
|
66
|
+
"@microsoft/eslint-config-spfx": "1.16.0",
|
|
67
|
+
"@microsoft/eslint-plugin-spfx": "1.16.0",
|
|
68
68
|
"@microsoft/microsoft-graph-types": "^2.1.0",
|
|
69
69
|
"@microsoft/rush-stack-compiler-4.5": "0.2.2",
|
|
70
|
-
"@microsoft/sp-build-web": "1.
|
|
71
|
-
"@microsoft/sp-module-interfaces": "1.
|
|
70
|
+
"@microsoft/sp-build-web": "1.16.0",
|
|
71
|
+
"@microsoft/sp-module-interfaces": "1.16.0",
|
|
72
72
|
"@rushstack/eslint-config": "2.5.1",
|
|
73
73
|
"@types/chart.js": "2.7.40",
|
|
74
74
|
"@types/enzyme": "^2.8.12",
|
|
@@ -76,14 +76,14 @@
|
|
|
76
76
|
"@types/he": "^1.1.2",
|
|
77
77
|
"@types/jest": "25.2.3",
|
|
78
78
|
"@types/lodash": "4.14.149",
|
|
79
|
-
"@types/react": "
|
|
79
|
+
"@types/react": "17.0.45",
|
|
80
|
+
"@types/react-dom": "17.0.17",
|
|
80
81
|
"@types/react-addons-shallow-compare": "0.14.17",
|
|
81
82
|
"@types/react-addons-test-utils": "0.14.15",
|
|
82
83
|
"@types/react-addons-update": "0.14.14",
|
|
83
|
-
"@types/react-dom": "16.9.8",
|
|
84
84
|
"@types/react-mentions": "^4.1.3",
|
|
85
85
|
"@types/sinon": "2.3.4",
|
|
86
|
-
"@types/webpack-env": "1.15.2",
|
|
86
|
+
"@types/webpack-env": "~1.15.2",
|
|
87
87
|
"ajv": "6.12.5",
|
|
88
88
|
"amd-loader": "0.0.8",
|
|
89
89
|
"chai": "^4.3.4",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"karma-remap-coverage": "^0.1.4",
|
|
101
101
|
"react-addons-test-utils": "15.6.0",
|
|
102
102
|
"request-promise": "4.2.5",
|
|
103
|
-
"sonarqube-scanner": "2.
|
|
103
|
+
"sonarqube-scanner": "2.8.2",
|
|
104
104
|
"spfx-fast-serve-helpers": "~1.15.3",
|
|
105
105
|
"ts-jest": "^25.5.1",
|
|
106
106
|
"tslib": "2.3.1",
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{
|
|
6
6
|
"componentId": "f9e737b7-f0df-4597-ba8c-3060f82380db",
|
|
7
7
|
"componentName": "@microsoft/sp-property-pane",
|
|
8
|
-
"componentVersion": "1.
|
|
8
|
+
"componentVersion": "1.16.0",
|
|
9
9
|
"isDirectDependency": true
|
|
10
10
|
},
|
|
11
11
|
{
|
|
@@ -17,81 +17,93 @@
|
|
|
17
17
|
{
|
|
18
18
|
"componentId": "1c6c9123-7aac-41f3-a376-3caea41ed83f",
|
|
19
19
|
"componentName": "@microsoft/sp-loader",
|
|
20
|
-
"componentVersion": "1.
|
|
20
|
+
"componentVersion": "1.16.0",
|
|
21
21
|
"isDirectDependency": false
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
"componentId": "
|
|
25
|
-
"componentName": "@
|
|
26
|
-
"componentVersion": "
|
|
24
|
+
"componentId": "8496636c-2300-4915-abef-20de64c98d8b",
|
|
25
|
+
"componentName": "@microsoft/sp-http-base",
|
|
26
|
+
"componentVersion": "1.16.0",
|
|
27
27
|
"isDirectDependency": false
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
-
"componentId": "
|
|
31
|
-
"componentName": "@
|
|
32
|
-
"componentVersion": "
|
|
33
|
-
"isDirectDependency": false
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"componentId": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
|
|
37
|
-
"componentName": "@microsoft/sp-lodash-subset",
|
|
38
|
-
"componentVersion": "1.15.2",
|
|
30
|
+
"componentId": "8217e442-8ed3-41fd-957d-b112e841286a",
|
|
31
|
+
"componentName": "@ms/sp-telemetry",
|
|
32
|
+
"componentVersion": "0.26.27",
|
|
39
33
|
"isDirectDependency": false
|
|
40
34
|
},
|
|
41
35
|
{
|
|
42
36
|
"componentId": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
|
|
43
37
|
"componentName": "@microsoft/sp-core-library",
|
|
44
|
-
"componentVersion": "1.
|
|
38
|
+
"componentVersion": "1.16.0",
|
|
45
39
|
"isDirectDependency": false
|
|
46
40
|
},
|
|
47
41
|
{
|
|
48
42
|
"componentId": "2e09fb9b-13bb-48f2-859f-97d6fff71176",
|
|
49
43
|
"componentName": "@ms/odsp-core-bundle",
|
|
50
|
-
"componentVersion": "1.
|
|
44
|
+
"componentVersion": "1.3.26",
|
|
51
45
|
"isDirectDependency": false
|
|
52
46
|
},
|
|
53
47
|
{
|
|
54
|
-
"componentId": "
|
|
55
|
-
"componentName": "@microsoft/sp-
|
|
56
|
-
"componentVersion": "1.
|
|
48
|
+
"componentId": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
|
|
49
|
+
"componentName": "@microsoft/sp-lodash-subset",
|
|
50
|
+
"componentVersion": "1.16.0",
|
|
57
51
|
"isDirectDependency": false
|
|
58
52
|
},
|
|
59
53
|
{
|
|
60
54
|
"componentId": "1c4541f7-5c31-41aa-9fa8-fbc9dc14c0a8",
|
|
61
55
|
"componentName": "@microsoft/sp-page-context",
|
|
62
|
-
"componentVersion": "1.
|
|
56
|
+
"componentVersion": "1.16.0",
|
|
63
57
|
"isDirectDependency": false
|
|
64
58
|
},
|
|
65
59
|
{
|
|
66
|
-
"componentId": "
|
|
67
|
-
"componentName": "@microsoft/
|
|
68
|
-
"componentVersion": "
|
|
60
|
+
"componentId": "e40f8203-b39d-425a-a957-714852e33b79",
|
|
61
|
+
"componentName": "@microsoft/sp-dynamic-data",
|
|
62
|
+
"componentVersion": "1.16.0",
|
|
69
63
|
"isDirectDependency": false
|
|
70
64
|
},
|
|
71
65
|
{
|
|
72
|
-
"componentId": "
|
|
73
|
-
"componentName": "@microsoft/sp-
|
|
74
|
-
"componentVersion": "1.
|
|
66
|
+
"componentId": "78359e4b-07c2-43c6-8d0b-d060b4d577e8",
|
|
67
|
+
"componentName": "@microsoft/sp-diagnostics",
|
|
68
|
+
"componentVersion": "1.16.0",
|
|
69
|
+
"isDirectDependency": false
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"componentId": "229b8d08-79f3-438b-8c21-4613fc877abd",
|
|
73
|
+
"componentName": "@microsoft/load-themed-styles",
|
|
74
|
+
"componentVersion": "0.1.2",
|
|
75
75
|
"isDirectDependency": false
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
"componentId": "0d910c1c-13b9-4e1c-9aa4-b008c5e42d7d",
|
|
79
79
|
"componentName": "react",
|
|
80
|
-
"componentVersion": "
|
|
80
|
+
"componentVersion": "17.0.1",
|
|
81
81
|
"isDirectDependency": false
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
84
|
"componentId": "aa0a46ec-1505-43cd-a44a-93f3a5aa460a",
|
|
85
85
|
"componentName": "react-dom",
|
|
86
|
-
"componentVersion": "
|
|
86
|
+
"componentVersion": "17.0.1",
|
|
87
87
|
"isDirectDependency": false
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
90
|
"componentId": "467dc675-7cc5-4709-8aac-78e3b71bd2f6",
|
|
91
91
|
"componentName": "@microsoft/sp-component-base",
|
|
92
|
-
"componentVersion": "1.
|
|
92
|
+
"componentVersion": "1.16.0",
|
|
93
93
|
"isDirectDependency": true
|
|
94
94
|
},
|
|
95
|
+
{
|
|
96
|
+
"componentId": "c07208f0-ea3b-4c1a-9965-ac1b825211a6",
|
|
97
|
+
"componentName": "@microsoft/sp-http",
|
|
98
|
+
"componentVersion": "1.16.0",
|
|
99
|
+
"isDirectDependency": false
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"componentId": "aec2bbfd-a968-4d5b-a279-12e570f378e6",
|
|
103
|
+
"componentName": "@microsoft/sp-http-msgraph",
|
|
104
|
+
"componentVersion": "1.16.0",
|
|
105
|
+
"isDirectDependency": false
|
|
106
|
+
},
|
|
95
107
|
{
|
|
96
108
|
"componentId": "78b11c7d-7ca8-47cb-a93c-d3beabb519a1",
|
|
97
109
|
"componentName": "@microsoft/mgt-spfx",
|
|
@@ -101,7 +113,7 @@
|
|
|
101
113
|
{
|
|
102
114
|
"componentId": "974a7777-0990-4136-8fa6-95d80114c2e0",
|
|
103
115
|
"componentName": "@microsoft/sp-webpart-base",
|
|
104
|
-
"componentVersion": "1.
|
|
116
|
+
"componentVersion": "1.16.0",
|
|
105
117
|
"isDirectDependency": true
|
|
106
118
|
},
|
|
107
119
|
{
|
|
@@ -117,7 +129,7 @@
|
|
|
117
129
|
{
|
|
118
130
|
"componentId": "d37b65ee-c7d8-4570-bc74-2b294ff3b380",
|
|
119
131
|
"componentName": "@microsoft/sp-listview-extensibility",
|
|
120
|
-
"componentVersion": "1.
|
|
132
|
+
"componentVersion": "1.16.0",
|
|
121
133
|
"isDirectDependency": true
|
|
122
134
|
},
|
|
123
135
|
{
|
|
@@ -129,55 +141,55 @@
|
|
|
129
141
|
{
|
|
130
142
|
"componentId": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
|
|
131
143
|
"componentName": "@microsoft/sp-core-library",
|
|
132
|
-
"componentVersion": "1.
|
|
144
|
+
"componentVersion": "1.16.0",
|
|
133
145
|
"isDirectDependency": false
|
|
134
146
|
},
|
|
135
147
|
{
|
|
136
148
|
"componentId": "2e09fb9b-13bb-48f2-859f-97d6fff71176",
|
|
137
149
|
"componentName": "@ms/odsp-core-bundle",
|
|
138
|
-
"componentVersion": "1.
|
|
150
|
+
"componentVersion": "1.3.26",
|
|
139
151
|
"isDirectDependency": false
|
|
140
152
|
},
|
|
141
153
|
{
|
|
142
154
|
"componentId": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
|
|
143
155
|
"componentName": "@microsoft/sp-lodash-subset",
|
|
144
|
-
"componentVersion": "1.
|
|
156
|
+
"componentVersion": "1.16.0",
|
|
145
157
|
"isDirectDependency": false
|
|
146
158
|
},
|
|
147
159
|
{
|
|
148
160
|
"componentId": "1c4541f7-5c31-41aa-9fa8-fbc9dc14c0a8",
|
|
149
161
|
"componentName": "@microsoft/sp-page-context",
|
|
150
|
-
"componentVersion": "1.
|
|
162
|
+
"componentVersion": "1.16.0",
|
|
151
163
|
"isDirectDependency": false
|
|
152
164
|
},
|
|
153
165
|
{
|
|
154
166
|
"componentId": "e40f8203-b39d-425a-a957-714852e33b79",
|
|
155
167
|
"componentName": "@microsoft/sp-dynamic-data",
|
|
156
|
-
"componentVersion": "1.
|
|
168
|
+
"componentVersion": "1.16.0",
|
|
157
169
|
"isDirectDependency": false
|
|
158
170
|
},
|
|
159
171
|
{
|
|
160
172
|
"componentId": "78359e4b-07c2-43c6-8d0b-d060b4d577e8",
|
|
161
173
|
"componentName": "@microsoft/sp-diagnostics",
|
|
162
|
-
"componentVersion": "1.
|
|
174
|
+
"componentVersion": "1.16.0",
|
|
163
175
|
"isDirectDependency": false
|
|
164
176
|
},
|
|
165
177
|
{
|
|
166
178
|
"componentId": "0773bd53-a69e-4293-87e6-ba80ea4d614b",
|
|
167
179
|
"componentName": "@microsoft/sp-extension-base",
|
|
168
|
-
"componentVersion": "1.
|
|
180
|
+
"componentVersion": "1.16.0",
|
|
169
181
|
"isDirectDependency": false
|
|
170
182
|
},
|
|
171
183
|
{
|
|
172
184
|
"componentId": "8217e442-8ed3-41fd-957d-b112e841286a",
|
|
173
185
|
"componentName": "@ms/sp-telemetry",
|
|
174
|
-
"componentVersion": "0.
|
|
186
|
+
"componentVersion": "0.26.27",
|
|
175
187
|
"isDirectDependency": false
|
|
176
188
|
},
|
|
177
189
|
{
|
|
178
190
|
"componentId": "467dc675-7cc5-4709-8aac-78e3b71bd2f6",
|
|
179
191
|
"componentName": "@microsoft/sp-component-base",
|
|
180
|
-
"componentVersion": "1.
|
|
192
|
+
"componentVersion": "1.16.0",
|
|
181
193
|
"isDirectDependency": false
|
|
182
194
|
},
|
|
183
195
|
{
|
|
@@ -189,25 +201,37 @@
|
|
|
189
201
|
{
|
|
190
202
|
"componentId": "c07208f0-ea3b-4c1a-9965-ac1b825211a6",
|
|
191
203
|
"componentName": "@microsoft/sp-http",
|
|
192
|
-
"componentVersion": "1.
|
|
204
|
+
"componentVersion": "1.16.0",
|
|
205
|
+
"isDirectDependency": false
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"componentId": "8496636c-2300-4915-abef-20de64c98d8b",
|
|
209
|
+
"componentName": "@microsoft/sp-http-base",
|
|
210
|
+
"componentVersion": "1.16.0",
|
|
211
|
+
"isDirectDependency": false
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"componentId": "aec2bbfd-a968-4d5b-a279-12e570f378e6",
|
|
215
|
+
"componentName": "@microsoft/sp-http-msgraph",
|
|
216
|
+
"componentVersion": "1.16.0",
|
|
193
217
|
"isDirectDependency": false
|
|
194
218
|
},
|
|
195
219
|
{
|
|
196
220
|
"componentId": "1c6c9123-7aac-41f3-a376-3caea41ed83f",
|
|
197
221
|
"componentName": "@microsoft/sp-loader",
|
|
198
|
-
"componentVersion": "1.
|
|
222
|
+
"componentVersion": "1.16.0",
|
|
199
223
|
"isDirectDependency": false
|
|
200
224
|
},
|
|
201
225
|
{
|
|
202
226
|
"componentId": "0d910c1c-13b9-4e1c-9aa4-b008c5e42d7d",
|
|
203
227
|
"componentName": "react",
|
|
204
|
-
"componentVersion": "
|
|
228
|
+
"componentVersion": "17.0.1",
|
|
205
229
|
"isDirectDependency": true
|
|
206
230
|
},
|
|
207
231
|
{
|
|
208
232
|
"componentId": "aa0a46ec-1505-43cd-a44a-93f3a5aa460a",
|
|
209
233
|
"componentName": "react-dom",
|
|
210
|
-
"componentVersion": "
|
|
234
|
+
"componentVersion": "17.0.1",
|
|
211
235
|
"isDirectDependency": true
|
|
212
236
|
}
|
|
213
237
|
]
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "45165954-80f9-44c1-9967-cd38ae92a33b",
|
|
3
3
|
"alias": "ControlsTestWebPart",
|
|
4
4
|
"componentType": "WebPart",
|
|
5
|
-
"version": "3.
|
|
5
|
+
"version": "3.12.0",
|
|
6
6
|
"manifestVersion": 2,
|
|
7
7
|
"requiresCustomScript": false,
|
|
8
8
|
"supportsThemeVariants": true,
|
|
@@ -40,17 +40,17 @@
|
|
|
40
40
|
"@microsoft/sp-property-pane": {
|
|
41
41
|
"type": "component",
|
|
42
42
|
"id": "f9e737b7-f0df-4597-ba8c-3060f82380db",
|
|
43
|
-
"version": "1.
|
|
43
|
+
"version": "1.16.0"
|
|
44
44
|
},
|
|
45
45
|
"@microsoft/sp-component-base": {
|
|
46
46
|
"type": "component",
|
|
47
47
|
"id": "467dc675-7cc5-4709-8aac-78e3b71bd2f6",
|
|
48
|
-
"version": "1.
|
|
48
|
+
"version": "1.16.0"
|
|
49
49
|
},
|
|
50
50
|
"@microsoft/sp-lodash-subset": {
|
|
51
51
|
"type": "component",
|
|
52
52
|
"id": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
|
|
53
|
-
"version": "1.
|
|
53
|
+
"version": "1.16.0"
|
|
54
54
|
},
|
|
55
55
|
"ControlStrings": {
|
|
56
56
|
"type": "localizedPath",
|
|
@@ -96,22 +96,22 @@
|
|
|
96
96
|
"@microsoft/sp-core-library": {
|
|
97
97
|
"type": "component",
|
|
98
98
|
"id": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
|
|
99
|
-
"version": "1.
|
|
99
|
+
"version": "1.16.0"
|
|
100
100
|
},
|
|
101
101
|
"@microsoft/sp-page-context": {
|
|
102
102
|
"type": "component",
|
|
103
103
|
"id": "1c4541f7-5c31-41aa-9fa8-fbc9dc14c0a8",
|
|
104
|
-
"version": "1.
|
|
104
|
+
"version": "1.16.0"
|
|
105
105
|
},
|
|
106
106
|
"@microsoft/sp-webpart-base": {
|
|
107
107
|
"type": "component",
|
|
108
108
|
"id": "974a7777-0990-4136-8fa6-95d80114c2e0",
|
|
109
|
-
"version": "1.
|
|
109
|
+
"version": "1.16.0"
|
|
110
110
|
},
|
|
111
111
|
"react": {
|
|
112
112
|
"type": "component",
|
|
113
113
|
"id": "0d910c1c-13b9-4e1c-9aa4-b008c5e42d7d",
|
|
114
|
-
"version": "
|
|
114
|
+
"version": "17.0.1"
|
|
115
115
|
},
|
|
116
116
|
"ControlsTestWebPartStrings": {
|
|
117
117
|
"type": "localizedPath",
|
|
@@ -124,12 +124,12 @@
|
|
|
124
124
|
"react-dom": {
|
|
125
125
|
"type": "component",
|
|
126
126
|
"id": "aa0a46ec-1505-43cd-a44a-93f3a5aa460a",
|
|
127
|
-
"version": "
|
|
127
|
+
"version": "17.0.1"
|
|
128
128
|
},
|
|
129
129
|
"@microsoft/sp-http": {
|
|
130
130
|
"type": "component",
|
|
131
131
|
"id": "c07208f0-ea3b-4c1a-9965-ac1b825211a6",
|
|
132
|
-
"version": "1.
|
|
132
|
+
"version": "1.16.0"
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"alias": "OotbFieldsFieldCustomizer",
|
|
4
4
|
"componentType": "Extension",
|
|
5
5
|
"extensionType": "FieldCustomizer",
|
|
6
|
-
"version": "3.
|
|
6
|
+
"version": "3.12.0",
|
|
7
7
|
"manifestVersion": 2,
|
|
8
8
|
"requiresCustomScript": false,
|
|
9
9
|
"loaderConfig": {
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"@microsoft/sp-listview-extensibility": {
|
|
20
20
|
"type": "component",
|
|
21
21
|
"id": "d37b65ee-c7d8-4570-bc74-2b294ff3b380",
|
|
22
|
-
"version": "1.
|
|
22
|
+
"version": "1.16.0"
|
|
23
23
|
},
|
|
24
24
|
"@microsoft/sp-lodash-subset": {
|
|
25
25
|
"type": "component",
|
|
26
26
|
"id": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
|
|
27
|
-
"version": "1.
|
|
27
|
+
"version": "1.16.0"
|
|
28
28
|
},
|
|
29
29
|
"ControlStrings": {
|
|
30
30
|
"type": "localizedPath",
|
|
@@ -65,22 +65,22 @@
|
|
|
65
65
|
"@microsoft/sp-core-library": {
|
|
66
66
|
"type": "component",
|
|
67
67
|
"id": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
|
|
68
|
-
"version": "1.
|
|
68
|
+
"version": "1.16.0"
|
|
69
69
|
},
|
|
70
70
|
"react": {
|
|
71
71
|
"type": "component",
|
|
72
72
|
"id": "0d910c1c-13b9-4e1c-9aa4-b008c5e42d7d",
|
|
73
|
-
"version": "
|
|
73
|
+
"version": "17.0.1"
|
|
74
74
|
},
|
|
75
75
|
"react-dom": {
|
|
76
76
|
"type": "component",
|
|
77
77
|
"id": "aa0a46ec-1505-43cd-a44a-93f3a5aa460a",
|
|
78
|
-
"version": "
|
|
78
|
+
"version": "17.0.1"
|
|
79
79
|
},
|
|
80
80
|
"@microsoft/sp-http": {
|
|
81
81
|
"type": "component",
|
|
82
82
|
"id": "c07208f0-ea3b-4c1a-9965-ac1b825211a6",
|
|
83
|
-
"version": "1.
|
|
83
|
+
"version": "1.16.0"
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
}
|