@microsoft/sp-module-interfaces 1.20.1 → 1.20.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.
- package/dist/tsdoc-metadata.json +1 -1
- package/lib-commonjs/manifestSchemas/IClientSideComponentLoaderConfiguration.d.ts +1 -1
- package/lib-commonjs/manifestSchemas/IClientSideComponentLoaderConfiguration.d.ts.map +1 -1
- package/lib-commonjs/manifestSchemas/IClientSideComponentManifest.d.ts +1 -1
- package/lib-commonjs/manifestSchemas/IClientSideComponentManifest.d.ts.map +1 -1
- package/lib-commonjs/manifestSchemas/IClientSideExtensionManifest.d.ts +1 -1
- package/lib-commonjs/manifestSchemas/IClientSideExtensionManifest.d.ts.map +1 -1
- package/lib-commonjs/manifestSchemas/IClientSideWebPartManifest.js +1 -1
- package/lib-commonjs/manifestSchemas/ManifestType.js +1 -1
- package/lib-commonjs/manifestSchemas/jsonSchemas/localized-string.schema.json +6 -10
- package/package.json +4 -4
package/dist/tsdoc-metadata.json
CHANGED
|
@@ -115,7 +115,7 @@ export interface IClientSideComponentLoaderConfiguration {
|
|
|
115
115
|
/**
|
|
116
116
|
* @beta
|
|
117
117
|
*/
|
|
118
|
-
export
|
|
118
|
+
export type IModuleConfiguration = IComponentModuleConfiguration | IPathModuleConfiguration | ILocalizedPathModuleConfiguration;
|
|
119
119
|
/**
|
|
120
120
|
* A path with the subresource integrity hash of the resource.
|
|
121
121
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IClientSideComponentLoaderConfiguration.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/IClientSideComponentLoaderConfiguration.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,WAAW,uCAAuC;IACtD;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,sBAAsB,EAAE,MAAM,EAAE,CAAC;IAEjC;;;;;;;;;;;;OAYG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;;;;;;;;;;;;;;;;;OAkBG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2CG;IACH,eAAe,EAAE;QACf,CAAC,IAAI,EAAE,MAAM,GAAG,oBAAoB,CAAC;KACtC,CAAC;CACH;AAED;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"IClientSideComponentLoaderConfiguration.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/IClientSideComponentLoaderConfiguration.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,WAAW,uCAAuC;IACtD;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,sBAAsB,EAAE,MAAM,EAAE,CAAC;IAEjC;;;;;;;;;;;;OAYG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;;;;;;;;;;;;;;;;;OAkBG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2CG;IACH,eAAe,EAAE;QACf,CAAC,IAAI,EAAE,MAAM,GAAG,oBAAoB,CAAC;KACtC,CAAC;CACH;AAED;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAC5B,6BAA6B,GAC7B,wBAAwB,GACxB,iCAAiC,CAAC;AAEtC;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACvC;;;;;;;;;;;;;;;OAeG;IACH,IAAI,EAAE,WAAW,GAAG,MAAM,GAAG,eAAe,CAAC;IAE7C;;;;;;;;;;OAUG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED;;;;;GAKG;AACH,MAAM,WAAW,6BAA8B,SAAQ,wBAAwB;IAC7E,IAAI,EAAE,WAAW,CAAC;IAElB;;;;;;;;;;OAUG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;;;;;OAQG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;;;;;;;;;OAYG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,cAAc,CAAC;CACxC;AAED;;;;;GAKG;AACH,MAAM,WAAW,wBAAyB,SAAQ,wBAAwB;IACxE,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;;;;;;;;;;;;;;;OAmBG;IACH,IAAI,EAAE,MAAM,GAAG,cAAc,CAAC;IAE9B;;;;;;;;;;;;;;;;OAgBG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;;;;;;OAcG;IACH,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;CAC/B;AAED;;;;;;;;;GASG;AACH,MAAM,WAAW,iCAAkC,SAAQ,wBAAwB;IACjF,IAAI,EAAE,eAAe,CAAC;IAEtB;;;;;;;;;;;;;OAaG;IACH,WAAW,EAAE,MAAM,GAAG,cAAc,CAAC;IAErC;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,KAAK,CAAC,EAAE;QAAE,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,cAAc,CAAA;KAAE,CAAC;CACvD"}
|
|
@@ -49,7 +49,7 @@ export interface ILocalizedString {
|
|
|
49
49
|
* Type of client-side component.
|
|
50
50
|
* @public
|
|
51
51
|
*/
|
|
52
|
-
export
|
|
52
|
+
export type ComponentType = 'Application' | 'WebPart' | 'Library' | 'Extension' | 'AdaptiveCardExtension';
|
|
53
53
|
/**
|
|
54
54
|
* All client-side components built on the SharePoint framework need a valid component manifest. This interface
|
|
55
55
|
* represents properties that are required by all types of client-side components like Applications and Web Parts.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IClientSideComponentManifest.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/IClientSideComponentManifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AACzG,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAEzE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,MAAM,WAAW,gBAAgB;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;CACtC;AAED;;;GAGG;AACH,
|
|
1
|
+
{"version":3,"file":"IClientSideComponentManifest.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/IClientSideComponentManifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AACzG,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAEzE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,MAAM,WAAW,gBAAgB;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;CACtC;AAED;;;GAGG;AACH,MAAM,MAAM,aAAa,GAAG,aAAa,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,uBAAuB,CAAC;AAE1G;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAM,WAAW,4BAA6B,SAAQ,uBAAuB;IAC3E;;;;;;;;;;;;OAYG;IACH,aAAa,EAAE,aAAa,CAAC;IAE7B;;;;;;;;;;;;;;;;OAgBG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;;;;;;;;;;;OAcG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;;;;;;;;;;OAWG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;;;;;;;;;OAYG;IACH,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAE7B;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B;;;;OAIG;IACH,4BAA4B,CAAC,EAAE,OAAO,CAAC;IAEvC;;;;;;;;;;OAUG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAE/B;;;;;;;;;;;OAWG;IACH,YAAY,EAAE,uCAAuC,CAAC;IAEtD;;;;;;;;OAQG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAEhC;;;;;;;;;;OAUG;IAEH,UAAU,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;IAEpC;;;;;;;;;;OAUG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAE/B;;;;OAIG;IAEH,gBAAgB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;CAC3C"}
|
|
@@ -4,7 +4,7 @@ import type { IClientSideComponentManifest } from './IClientSideComponentManifes
|
|
|
4
4
|
*
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export
|
|
7
|
+
export type ExtensionType = 'Unknown' | 'ApplicationCustomizer' | 'FieldCustomizer' | 'ListViewCommandSet' | 'SearchQueryModifier';
|
|
8
8
|
/**
|
|
9
9
|
* This is the manifest for a client-side extension.
|
|
10
10
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IClientSideExtensionManifest.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/IClientSideExtensionManifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAEnF;;;;GAIG;AACH,
|
|
1
|
+
{"version":3,"file":"IClientSideExtensionManifest.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/IClientSideExtensionManifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAEnF;;;;GAIG;AACH,MAAM,MAAM,aAAa,GACrB,SAAS,GAET,uBAAuB,GACvB,iBAAiB,GACjB,oBAAoB,GACpB,qBAAqB,CAAC;AAE1B;;;;GAIG;AACH,MAAM,WAAW,4BAA6B,SAAQ,4BAA4B;IAChF;;;OAGG;IACH,aAAa,EAAE,aAAa,CAAC;CAC9B"}
|
|
@@ -73,5 +73,5 @@ var PredefinedGroup;
|
|
|
73
73
|
* @beta
|
|
74
74
|
*/
|
|
75
75
|
PredefinedGroup["Local"] = "8b7bf6f1-a56a-4aa3-8657-7eb6e7e6af61";
|
|
76
|
-
})(PredefinedGroup
|
|
76
|
+
})(PredefinedGroup || (exports.PredefinedGroup = PredefinedGroup = {}));
|
|
77
77
|
//# sourceMappingURL=IClientSideWebPartManifest.js.map
|
|
@@ -16,5 +16,5 @@ var ManifestType;
|
|
|
16
16
|
* The container manifest type. This is used for manifests that contain other manifests, like multiversion manifests.
|
|
17
17
|
*/
|
|
18
18
|
ManifestType["container"] = "Container";
|
|
19
|
-
})(ManifestType
|
|
19
|
+
})(ManifestType || (exports.ManifestType = ManifestType = {}));
|
|
20
20
|
//# sourceMappingURL=ManifestType.js.map
|
|
@@ -22,16 +22,12 @@
|
|
|
22
22
|
"description": "Id for the localized string in the form '$<moduleName>:<expression>;'",
|
|
23
23
|
"type": "string",
|
|
24
24
|
"minLength": 1,
|
|
25
|
-
"pattern": "^\\$[^:]
|
|
25
|
+
"pattern": "^\\$[^:]+:.+;$"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
|
|
36
|
-
"additionalProperties": false
|
|
28
|
+
"additionalProperties": {
|
|
29
|
+
"title": "Localized string",
|
|
30
|
+
"type": "string",
|
|
31
|
+
"minLength": 1
|
|
32
|
+
}
|
|
37
33
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/sp-module-interfaces",
|
|
3
|
-
"version": "1.20.
|
|
3
|
+
"version": "1.20.2",
|
|
4
4
|
"description": "SharePoint Framework module interfaces",
|
|
5
5
|
"license": "https://aka.ms/spfx/license",
|
|
6
6
|
"homepage": "http://aka.ms/spfx",
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"tsdocFlavor": "AEDoc"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@rushstack/node-core-library": "
|
|
17
|
+
"@rushstack/node-core-library": "5.9.0",
|
|
18
18
|
"z-schema": "4.2.4"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@rushstack/heft": "0.
|
|
22
|
-
"eslint": "8.
|
|
21
|
+
"@rushstack/heft": "0.67.2",
|
|
22
|
+
"eslint": "8.57.1",
|
|
23
23
|
"@odsp-web-tools/internal-node-rig": "0.1.0"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|