@microsoft/sp-module-interfaces 1.14.0-beta.5 → 1.15.0-beta.1

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.
@@ -167,7 +167,7 @@ export declare interface IAdaptiveCardExtensionManifestEntry<TProperties> {
167
167
  * {
168
168
  * "default": "A tool for displaying neat information.",
169
169
  * "en-us": "A tool for displaying neat information.",
170
- * "fr-fr": "Un outil daffichage des informations soignées.",
170
+ * "fr-fr": "Un outil d'affichage des informations soignées.",
171
171
  * "zh": "用於顯示整潔資訊的工具。"
172
172
  * }
173
173
  * ```
@@ -195,7 +195,7 @@ export declare interface IAdaptiveCardExtensionManifestEntry<TProperties> {
195
195
  * this field must have a value. This value can be an absolute URL (e.g. `"http://example.com/icons/my-icon.png"`) or
196
196
  * a relative file path (e.g. `"./icons/my-icon.png"`). In the latter case, the path will be resolved relative to
197
197
  * the folder containing the input manifest. The icon file will be copied to the deployment folder like an asset,
198
- * and the output manifests iconImageUrl will be replaced with a URL relative to the URL used to load all other
198
+ * and the output manifest's iconImageUrl will be replaced with a URL relative to the URL used to load all other
199
199
  * assets (the loaderConfig.internalModuleBaseUrls property).
200
200
  *
201
201
  * Supported values: Any absolute URL.
@@ -766,7 +766,7 @@ export declare interface IClientSideWebPartManifestEntry<TProperties> {
766
766
  * {
767
767
  * "default": "A tool for displaying neat information.",
768
768
  * "en-us": "A tool for displaying neat information.",
769
- * "fr-fr": "Un outil daffichage des informations soignées.",
769
+ * "fr-fr": "Un outil d'affichage des informations soignées.",
770
770
  * "zh": "用於顯示整潔資訊的工具。"
771
771
  * }
772
772
  * ```
@@ -794,7 +794,7 @@ export declare interface IClientSideWebPartManifestEntry<TProperties> {
794
794
  * this field must have a value. This value can be an absolute URL (e.g. `"http://example.com/icons/my-icon.png"`) or
795
795
  * a relative file path (e.g. `"./icons/my-icon.png"`). In the latter case, the path will be resolved relative to
796
796
  * the folder containing the input manifest. The icon file will be copied to the deployment folder like an asset,
797
- * and the output manifests iconImageUrl will be replaced with a URL relative to the URL used to load all other
797
+ * and the output manifest's iconImageUrl will be replaced with a URL relative to the URL used to load all other
798
798
  * assets (the loaderConfig.internalModuleBaseUrls property).
799
799
  *
800
800
  * Supported values: Any absolute URL.
@@ -927,7 +927,7 @@ export declare interface ICommandDefinition {
927
927
  * This value can be an absolute URL (e.g. "http://example.com/icons/my-icon.png") or
928
928
  * a relative file path (e.g. "./icons/my-icon.png"). In the latter case, the path will be resolved relative to
929
929
  * the folder containing the input manifest. The icon file will be copied to the deployment folder like an asset,
930
- * and the output manifests iconImageUrl will be replaced with a URL relative to the URL used to load all other
930
+ * and the output manifest's iconImageUrl will be replaced with a URL relative to the URL used to load all other
931
931
  * assets (the loaderConfig.internalModuleBaseUrls property).
932
932
  */
933
933
  iconImageUrl?: string;
@@ -392,7 +392,7 @@ export declare interface IClientSideWebPartManifestEntry<TProperties> {
392
392
  * {
393
393
  * "default": "A tool for displaying neat information.",
394
394
  * "en-us": "A tool for displaying neat information.",
395
- * "fr-fr": "Un outil daffichage des informations soignées.",
395
+ * "fr-fr": "Un outil d'affichage des informations soignées.",
396
396
  * "zh": "用於顯示整潔資訊的工具。"
397
397
  * }
398
398
  * ```
@@ -420,7 +420,7 @@ export declare interface IClientSideWebPartManifestEntry<TProperties> {
420
420
  * this field must have a value. This value can be an absolute URL (e.g. `"http://example.com/icons/my-icon.png"`) or
421
421
  * a relative file path (e.g. `"./icons/my-icon.png"`). In the latter case, the path will be resolved relative to
422
422
  * the folder containing the input manifest. The icon file will be copied to the deployment folder like an asset,
423
- * and the output manifests iconImageUrl will be replaced with a URL relative to the URL used to load all other
423
+ * and the output manifest's iconImageUrl will be replaced with a URL relative to the URL used to load all other
424
424
  * assets (the loaderConfig.internalModuleBaseUrls property).
425
425
  *
426
426
  * Supported values: Any absolute URL.
@@ -520,7 +520,7 @@ export declare interface ICommandDefinition {
520
520
  * This value can be an absolute URL (e.g. "http://example.com/icons/my-icon.png") or
521
521
  * a relative file path (e.g. "./icons/my-icon.png"). In the latter case, the path will be resolved relative to
522
522
  * the folder containing the input manifest. The icon file will be copied to the deployment folder like an asset,
523
- * and the output manifests iconImageUrl will be replaced with a URL relative to the URL used to load all other
523
+ * and the output manifest's iconImageUrl will be replaced with a URL relative to the URL used to load all other
524
524
  * assets (the loaderConfig.internalModuleBaseUrls property).
525
525
  */
526
526
  iconImageUrl?: string;
@@ -167,7 +167,7 @@ export declare interface IAdaptiveCardExtensionManifestEntry<TProperties> {
167
167
  * {
168
168
  * "default": "A tool for displaying neat information.",
169
169
  * "en-us": "A tool for displaying neat information.",
170
- * "fr-fr": "Un outil daffichage des informations soignées.",
170
+ * "fr-fr": "Un outil d'affichage des informations soignées.",
171
171
  * "zh": "用於顯示整潔資訊的工具。"
172
172
  * }
173
173
  * ```
@@ -195,7 +195,7 @@ export declare interface IAdaptiveCardExtensionManifestEntry<TProperties> {
195
195
  * this field must have a value. This value can be an absolute URL (e.g. `"http://example.com/icons/my-icon.png"`) or
196
196
  * a relative file path (e.g. `"./icons/my-icon.png"`). In the latter case, the path will be resolved relative to
197
197
  * the folder containing the input manifest. The icon file will be copied to the deployment folder like an asset,
198
- * and the output manifests iconImageUrl will be replaced with a URL relative to the URL used to load all other
198
+ * and the output manifest's iconImageUrl will be replaced with a URL relative to the URL used to load all other
199
199
  * assets (the loaderConfig.internalModuleBaseUrls property).
200
200
  *
201
201
  * Supported values: Any absolute URL.
@@ -766,7 +766,7 @@ export declare interface IClientSideWebPartManifestEntry<TProperties> {
766
766
  * {
767
767
  * "default": "A tool for displaying neat information.",
768
768
  * "en-us": "A tool for displaying neat information.",
769
- * "fr-fr": "Un outil daffichage des informations soignées.",
769
+ * "fr-fr": "Un outil d'affichage des informations soignées.",
770
770
  * "zh": "用於顯示整潔資訊的工具。"
771
771
  * }
772
772
  * ```
@@ -794,7 +794,7 @@ export declare interface IClientSideWebPartManifestEntry<TProperties> {
794
794
  * this field must have a value. This value can be an absolute URL (e.g. `"http://example.com/icons/my-icon.png"`) or
795
795
  * a relative file path (e.g. `"./icons/my-icon.png"`). In the latter case, the path will be resolved relative to
796
796
  * the folder containing the input manifest. The icon file will be copied to the deployment folder like an asset,
797
- * and the output manifests iconImageUrl will be replaced with a URL relative to the URL used to load all other
797
+ * and the output manifest's iconImageUrl will be replaced with a URL relative to the URL used to load all other
798
798
  * assets (the loaderConfig.internalModuleBaseUrls property).
799
799
  *
800
800
  * Supported values: Any absolute URL.
@@ -927,7 +927,7 @@ export declare interface ICommandDefinition {
927
927
  * This value can be an absolute URL (e.g. "http://example.com/icons/my-icon.png") or
928
928
  * a relative file path (e.g. "./icons/my-icon.png"). In the latter case, the path will be resolved relative to
929
929
  * the folder containing the input manifest. The icon file will be copied to the deployment folder like an asset,
930
- * and the output manifests iconImageUrl will be replaced with a URL relative to the URL used to load all other
930
+ * and the output manifest's iconImageUrl will be replaced with a URL relative to the URL used to load all other
931
931
  * assets (the loaderConfig.internalModuleBaseUrls property).
932
932
  */
933
933
  iconImageUrl?: string;
@@ -7,7 +7,7 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
7
7
  o[k2] = m[k];
8
8
  }));
9
9
  var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
- for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
11
  };
12
12
  Object.defineProperty(exports, "__esModule", { value: true });
13
13
  __exportStar(require("./manifestSchemas/IClientSideApplicationManifest"), exports);
@@ -14,7 +14,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
14
14
  var __importStar = (this && this.__importStar) || function (mod) {
15
15
  if (mod && mod.__esModule) return mod;
16
16
  var result = {};
17
- if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
17
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
18
18
  __setModuleDefault(result, mod);
19
19
  return result;
20
20
  };
@@ -166,7 +166,7 @@ export interface IAdaptiveCardExtensionManifestEntry<TProperties> {
166
166
  * {
167
167
  * "default": "A tool for displaying neat information.",
168
168
  * "en-us": "A tool for displaying neat information.",
169
- * "fr-fr": "Un outil daffichage des informations soignées.",
169
+ * "fr-fr": "Un outil d'affichage des informations soignées.",
170
170
  * "zh": "用於顯示整潔資訊的工具。"
171
171
  * }
172
172
  * ```
@@ -194,7 +194,7 @@ export interface IAdaptiveCardExtensionManifestEntry<TProperties> {
194
194
  * this field must have a value. This value can be an absolute URL (e.g. `"http://example.com/icons/my-icon.png"`) or
195
195
  * a relative file path (e.g. `"./icons/my-icon.png"`). In the latter case, the path will be resolved relative to
196
196
  * the folder containing the input manifest. The icon file will be copied to the deployment folder like an asset,
197
- * and the output manifests iconImageUrl will be replaced with a URL relative to the URL used to load all other
197
+ * and the output manifest's iconImageUrl will be replaced with a URL relative to the URL used to load all other
198
198
  * assets (the loaderConfig.internalModuleBaseUrls property).
199
199
  *
200
200
  * Supported values: Any absolute URL.
@@ -228,7 +228,7 @@ export interface IClientSideWebPartManifestEntry<TProperties> {
228
228
  * {
229
229
  * "default": "A tool for displaying neat information.",
230
230
  * "en-us": "A tool for displaying neat information.",
231
- * "fr-fr": "Un outil daffichage des informations soignées.",
231
+ * "fr-fr": "Un outil d'affichage des informations soignées.",
232
232
  * "zh": "用於顯示整潔資訊的工具。"
233
233
  * }
234
234
  * ```
@@ -256,7 +256,7 @@ export interface IClientSideWebPartManifestEntry<TProperties> {
256
256
  * this field must have a value. This value can be an absolute URL (e.g. `"http://example.com/icons/my-icon.png"`) or
257
257
  * a relative file path (e.g. `"./icons/my-icon.png"`). In the latter case, the path will be resolved relative to
258
258
  * the folder containing the input manifest. The icon file will be copied to the deployment folder like an asset,
259
- * and the output manifests iconImageUrl will be replaced with a URL relative to the URL used to load all other
259
+ * and the output manifest's iconImageUrl will be replaced with a URL relative to the URL used to load all other
260
260
  * assets (the loaderConfig.internalModuleBaseUrls property).
261
261
  *
262
262
  * Supported values: Any absolute URL.
@@ -66,7 +66,7 @@ export interface ICommandDefinition {
66
66
  * This value can be an absolute URL (e.g. "http://example.com/icons/my-icon.png") or
67
67
  * a relative file path (e.g. "./icons/my-icon.png"). In the latter case, the path will be resolved relative to
68
68
  * the folder containing the input manifest. The icon file will be copied to the deployment folder like an asset,
69
- * and the output manifests iconImageUrl will be replaced with a URL relative to the URL used to load all other
69
+ * and the output manifest's iconImageUrl will be replaced with a URL relative to the URL used to load all other
70
70
  * assets (the loaderConfig.internalModuleBaseUrls property).
71
71
  */
72
72
  iconImageUrl?: string;
@@ -21,7 +21,8 @@
21
21
  "ApplicationCustomizer",
22
22
  "FieldCustomizer",
23
23
  "ListViewCommandSet",
24
- "SearchQueryModifier"
24
+ "SearchQueryModifier",
25
+ "FormCustomizer"
25
26
  ]
26
27
  }
27
28
  },
package/package.json CHANGED
@@ -1,17 +1,21 @@
1
1
  {
2
2
  "name": "@microsoft/sp-module-interfaces",
3
- "version": "1.14.0-beta.5",
3
+ "version": "1.15.0-beta.1",
4
4
  "description": "SharePoint Framework module interfaces",
5
5
  "license": "SEE LICENSE IN \"EULA\" FOLDER",
6
6
  "homepage": "http://aka.ms/spfx",
7
7
  "scripts": {},
8
8
  "engines": {
9
- "node": ">=12.13.0 <13.0.0 || >=14.15.0 <15.0.0"
9
+ "node": ">=12.13.0 <13.0.0 || >=14.15.0 <15.0.0 || >=16.13.0 <17.0.0"
10
10
  },
11
11
  "main": "lib-commonjs/index.js",
12
12
  "module": "lib/index.js",
13
13
  "typings": "dist/index-internal.d.ts",
14
14
  "tsdoc": {
15
15
  "tsdocFlavor": "AEDoc"
16
+ },
17
+ "dependencies": {
18
+ "@rushstack/node-core-library": "3.45.0",
19
+ "z-schema": "4.2.4"
16
20
  }
17
21
  }