@microsoft/sp-module-interfaces 1.15.0 → 1.15.2

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.
@@ -94,7 +94,7 @@ export declare interface IAdaptiveCardExtensionManifest<TProperties> extends ICl
94
94
  * ```
95
95
  * [{
96
96
  * "groupId": "5c03119e-3074-46fd-976b-c60198311f70",
97
- * "group": { "default": "Other" },
97
+ * "group": { "default": "Advanced" },
98
98
  * "title": { "id": "$./ManifestStrings.resx:PrimaryTextL1Template;" },
99
99
  * "description": { "id": "$./ManifestStrings.resx:PrimaryTextL1TemplateDescription;" },
100
100
  * "officeFabricIconFontName": "Balloons",
@@ -1267,7 +1267,7 @@ export declare const enum PredefinedGroup {
1267
1267
  *
1268
1268
  * @beta
1269
1269
  */
1270
- Discovery = "1edbd9a8-0bfb-4aa2-9afd-14b8c45dd489",
1270
+ DocumentsListsAndLibraries = "1edbd9a8-0bfb-4aa2-9afd-14b8c45dd489",
1271
1271
  /**
1272
1272
  * Communication and collaboration.
1273
1273
  *
@@ -1275,7 +1275,7 @@ export declare const enum PredefinedGroup {
1275
1275
  *
1276
1276
  * @beta
1277
1277
  */
1278
- CommunicationAndCollaboration = "75e22ed5-fa14-4829-850a-c890608aca2d",
1278
+ Feeds = "75e22ed5-fa14-4829-850a-c890608aca2d",
1279
1279
  /**
1280
1280
  * Planning and process.
1281
1281
  *
@@ -1283,7 +1283,7 @@ export declare const enum PredefinedGroup {
1283
1283
  *
1284
1284
  * @beta
1285
1285
  */
1286
- PlanningAndProcess = "1bc7927e-4a5e-4520-b540-71305c79c20a",
1286
+ NewsPeopleAndEvents = "1bc7927e-4a5e-4520-b540-71305c79c20a",
1287
1287
  /**
1288
1288
  * Business and intelligence.
1289
1289
  *
@@ -1291,15 +1291,15 @@ export declare const enum PredefinedGroup {
1291
1291
  *
1292
1292
  * @beta
1293
1293
  */
1294
- BusinessAndIntelligence = "4aca9e90-eff5-4fa1-bac7-728f5f157b66",
1294
+ DataAnalysis = "4aca9e90-eff5-4fa1-bac7-728f5f157b66",
1295
1295
  /**
1296
- * Site tools.
1296
+ * Regional information
1297
1297
  *
1298
- * This group includes web parts for site information and management.
1298
+ * This group includes web parts that display information based on current region and geographical location
1299
1299
  *
1300
1300
  * @beta
1301
1301
  */
1302
- SiteTools = "070951d7-94da-4db8-b06e-9d581f1f55b1",
1302
+ RegionalInformation = "cfc8bda5-cb9b-49e3-8526-2ee6e52b256a",
1303
1303
  /**
1304
1304
  * Other.
1305
1305
  *
@@ -1307,7 +1307,7 @@ export declare const enum PredefinedGroup {
1307
1307
  *
1308
1308
  * @beta
1309
1309
  */
1310
- Other = "5c03119e-3074-46fd-976b-c60198311f70",
1310
+ Advanced = "5c03119e-3074-46fd-976b-c60198311f70",
1311
1311
  /**
1312
1312
  * Other.
1313
1313
  *
@@ -94,7 +94,7 @@ export interface IAdaptiveCardExtensionManifest<TProperties> extends IClientSide
94
94
  * ```
95
95
  * [{
96
96
  * "groupId": "5c03119e-3074-46fd-976b-c60198311f70",
97
- * "group": { "default": "Other" },
97
+ * "group": { "default": "Advanced" },
98
98
  * "title": { "id": "$./ManifestStrings.resx:PrimaryTextL1Template;" },
99
99
  * "description": { "id": "$./ManifestStrings.resx:PrimaryTextL1TemplateDescription;" },
100
100
  * "officeFabricIconFontName": "Balloons",
@@ -371,7 +371,7 @@ export declare const enum PredefinedGroup {
371
371
  *
372
372
  * @beta
373
373
  */
374
- Discovery = "1edbd9a8-0bfb-4aa2-9afd-14b8c45dd489",
374
+ DocumentsListsAndLibraries = "1edbd9a8-0bfb-4aa2-9afd-14b8c45dd489",
375
375
  /**
376
376
  * Communication and collaboration.
377
377
  *
@@ -379,7 +379,7 @@ export declare const enum PredefinedGroup {
379
379
  *
380
380
  * @beta
381
381
  */
382
- CommunicationAndCollaboration = "75e22ed5-fa14-4829-850a-c890608aca2d",
382
+ Feeds = "75e22ed5-fa14-4829-850a-c890608aca2d",
383
383
  /**
384
384
  * Planning and process.
385
385
  *
@@ -387,7 +387,7 @@ export declare const enum PredefinedGroup {
387
387
  *
388
388
  * @beta
389
389
  */
390
- PlanningAndProcess = "1bc7927e-4a5e-4520-b540-71305c79c20a",
390
+ NewsPeopleAndEvents = "1bc7927e-4a5e-4520-b540-71305c79c20a",
391
391
  /**
392
392
  * Business and intelligence.
393
393
  *
@@ -395,15 +395,15 @@ export declare const enum PredefinedGroup {
395
395
  *
396
396
  * @beta
397
397
  */
398
- BusinessAndIntelligence = "4aca9e90-eff5-4fa1-bac7-728f5f157b66",
398
+ DataAnalysis = "4aca9e90-eff5-4fa1-bac7-728f5f157b66",
399
399
  /**
400
- * Site tools.
400
+ * Regional information
401
401
  *
402
- * This group includes web parts for site information and management.
402
+ * This group includes web parts that display information based on current region and geographical location
403
403
  *
404
404
  * @beta
405
405
  */
406
- SiteTools = "070951d7-94da-4db8-b06e-9d581f1f55b1",
406
+ RegionalInformation = "cfc8bda5-cb9b-49e3-8526-2ee6e52b256a",
407
407
  /**
408
408
  * Other.
409
409
  *
@@ -411,7 +411,7 @@ export declare const enum PredefinedGroup {
411
411
  *
412
412
  * @beta
413
413
  */
414
- Other = "5c03119e-3074-46fd-976b-c60198311f70",
414
+ Advanced = "5c03119e-3074-46fd-976b-c60198311f70",
415
415
  /**
416
416
  * Other.
417
417
  *
@@ -1 +1 @@
1
- {"version":3,"file":"IClientSideWebPartManifest.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/IClientSideWebPartManifest.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAEhG;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,0BAA0B,CAAC,WAAW,CAAE,SAAQ,4BAA4B;IAC3F;;;;;;OAMG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IAEjC;;;;;;;OAOG;IACH,2BAA2B,CAAC,EAAE,OAAO,CAAC;IAEtC;;;;OAIG;IACH,gBAAgB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAkC;IAE3E;;;;;;;OAOG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B;;;;;;;OAOG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B;;;;;;;;;;;;;OAaG;IACH,oBAAoB,CAAC,EAAE,qBAAqB,CAAC;IAE7C;;;;;;;;;;OAUG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,cAAc,GAAG,iBAAiB,CAAC;IAE7D;;;;;;;;;OASG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAEhC;;;;;;;;;;;;OAYG;IACH,0CAA0C,CAAC,EAAE,OAAO,CAAC;IAErD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8BG;IACH,oBAAoB,EAAE,+BAA+B,CAAC,WAAW,CAAC,EAAE,CAAC;IAErE;;;;;;;;;;;OAWG;IACH,cAAc,CAAC,EAAE,KAAK,CACpB,oBAAoB,GAAG,mBAAmB,GAAG,UAAU,GAAG,kBAAkB,GAAG,iBAAiB,CACjG,CAAC;IAEF;;;;;;;;OAQG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED;;;;GAIG;AAEH,MAAM,WAAW,kCAAkC,CAAC,WAAW,CAAE,SAAQ,4BAA4B;CAAG;AAExG;;;;;;GAMG;AACH,MAAM,WAAW,+BAA+B,CAAC,WAAW;IAC1D;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,KAAK,EAAE,gBAAgB,CAAC;IAExB;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,WAAW,EAAE,gBAAgB,CAAC;IAE9B;;;;;;;;;;;OAWG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAElC;;;;;;;;;;;;;;;OAeG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;;;;;;;;;;OAYG;IACH,OAAO,EAAE,eAAe,GAAG,MAAM,CAAC;IAElC;;;;;;;;;OASG;IACH,KAAK,CAAC,EAAE,gBAAgB,CAAC;IAEzB;;;;;;;;;OASG;IACH,IAAI,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAE1B;;;;;;;;;;;;;;;;OAgBG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;;;;;;;;;;;OAcG;IACH,UAAU,EAAE,WAAW,CAAC;IAExB;;;;;;;;;;;;OAYG;IACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;CAClC;AAED;;;;GAIG;AACH,0BAAkB,eAAe;IAC/B;;;;;;;OAOG;IACH,mBAAmB,yCAAyC;IAE5D;;;;;;OAMG;IACH,SAAS,yCAAyC;IAElD;;;;;;OAMG;IACH,6BAA6B,yCAAyC;IAEtE;;;;;;OAMG;IACH,kBAAkB,yCAAyC;IAE3D;;;;;;OAMG;IACH,uBAAuB,yCAAyC;IAEhE;;;;;;OAMG;IACH,SAAS,yCAAyC;IAElD;;;;;;OAMG;IACH,KAAK,yCAAyC;IAE9C;;;;;;OAMG;IACH,KAAK,yCAAyC;CAC/C;AAED;;;;;;;;;GASG;AACH,MAAM,WAAW,qBAAqB;IACpC;;;;;OAKG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;;;;OAKG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,eAAe,GAAG,WAAW,CAAC,CAAC;CAC5D"}
1
+ {"version":3,"file":"IClientSideWebPartManifest.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/IClientSideWebPartManifest.ts"],"names":[],"mappings":"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"}
@@ -12,37 +12,37 @@
12
12
  "pattern": "^cf066440-0614-43d6-98ae-0b31cf14c7c3$"
13
13
  },
14
14
  {
15
- "title": "Discovery",
15
+ "title": "Documents, lists, and libraries",
16
16
  "description": "This group includes AdaptiveCardExtensions that organize, group, and filter content to help users discover information.",
17
17
  "type": "string",
18
18
  "pattern": "^1edbd9a8-0bfb-4aa2-9afd-14b8c45dd489$"
19
19
  },
20
20
  {
21
- "title": "Communication and collaboration",
21
+ "title": "Feeds",
22
22
  "description": "This group includes AdaptiveCardExtensions that facilitate information sharing, team work, and social interactions.",
23
23
  "type": "string",
24
24
  "pattern": "^75e22ed5-fa14-4829-850a-c890608aca2d$"
25
25
  },
26
26
  {
27
- "title": "Planning and process",
27
+ "title": "News, people and events",
28
28
  "description": "This group includes AdaptiveCardExtensions that empower team productivity with the use of planning and process tools.",
29
29
  "type": "string",
30
30
  "pattern": "^1bc7927e-4a5e-4520-b540-71305c79c20a$"
31
31
  },
32
32
  {
33
- "title": "Business and intelligence",
33
+ "title": "Data Analysis",
34
34
  "description": "This group includes AdaptiveCardExtensions for tracking and analyzing data, and for integrating business flow with pages.",
35
35
  "type": "string",
36
36
  "pattern": "^4aca9e90-eff5-4fa1-bac7-728f5f157b66$"
37
37
  },
38
38
  {
39
- "title": "Site tools",
40
- "description": "This group includes AdaptiveCardExtensions for site information and management.",
39
+ "title": "Regional information",
40
+ "description": "This group includes AdaptiveCardExtensions that display information based on current region and geographical location",
41
41
  "type": "string",
42
- "pattern": "^070951d7-94da-4db8-b06e-9d581f1f55b1$"
42
+ "pattern": "^cfc8bda5-cb9b-49e3-8526-2ee6e52b256a$"
43
43
  },
44
44
  {
45
- "title": "Other",
45
+ "title": "Advanced",
46
46
  "description": "This group includes AdaptiveCardExtensions not in other categories.",
47
47
  "type": "string",
48
48
  "pattern": "^5c03119e-3074-46fd-976b-c60198311f70$"
@@ -22,37 +22,37 @@
22
22
  "pattern": "^cf066440-0614-43d6-98ae-0b31cf14c7c3$"
23
23
  },
24
24
  {
25
- "title": "Discovery",
25
+ "title": "Documents, lists, and libraries",
26
26
  "description": "This group includes web parts that organize, group, and filter content to help users discover information.",
27
27
  "type": "string",
28
28
  "pattern": "^1edbd9a8-0bfb-4aa2-9afd-14b8c45dd489$"
29
29
  },
30
30
  {
31
- "title": "Communication and collaboration",
31
+ "title": "Feeds",
32
32
  "description": "This group includes web parts that facilitate information sharing, team work, and social interactions.",
33
33
  "type": "string",
34
34
  "pattern": "^75e22ed5-fa14-4829-850a-c890608aca2d$"
35
35
  },
36
36
  {
37
- "title": "Planning and process",
37
+ "title": "News, people and events",
38
38
  "description": "This group includes web parts that empower team productivity with the use of planning and process tools.",
39
39
  "type": "string",
40
40
  "pattern": "^1bc7927e-4a5e-4520-b540-71305c79c20a$"
41
41
  },
42
42
  {
43
- "title": "Business and intelligence",
43
+ "title": "Data Analysis",
44
44
  "description": "This group includes web parts for tracking and analyzing data, and for integrating business flow with pages.",
45
45
  "type": "string",
46
46
  "pattern": "^4aca9e90-eff5-4fa1-bac7-728f5f157b66$"
47
47
  },
48
48
  {
49
- "title": "Site tools",
50
- "description": "This group includes web parts for site information and management.",
49
+ "title": "Regional information",
50
+ "description": "This group includes web parts that display information based on current region and geographical location",
51
51
  "type": "string",
52
- "pattern": "^070951d7-94da-4db8-b06e-9d581f1f55b1$"
52
+ "pattern": "^cfc8bda5-cb9b-49e3-8526-2ee6e52b256a$"
53
53
  },
54
54
  {
55
- "title": "Other",
55
+ "title": "Advanced",
56
56
  "description": "This group includes web parts not in other categories.",
57
57
  "type": "string",
58
58
  "pattern": "^5c03119e-3074-46fd-976b-c60198311f70$"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/sp-module-interfaces",
3
- "version": "1.15.0",
3
+ "version": "1.15.2",
4
4
  "description": "SharePoint Framework module interfaces",
5
5
  "license": "SEE LICENSE IN \"EULA\" FOLDER",
6
6
  "homepage": "http://aka.ms/spfx",