@microsoft/sp-module-interfaces 1.17.4 → 1.18.0-beta.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.
Files changed (61) hide show
  1. package/dist/index-internal-beta.d.ts +0 -3
  2. package/dist/index-internal-public.d.ts +0 -3
  3. package/dist/index-internal.d.ts +706 -17
  4. package/dist/tsdoc-metadata.json +1 -1
  5. package/lib-commonjs/manifestSchemaValidator.d.ts +8 -8
  6. package/lib-commonjs/manifestSchemaValidator.d.ts.map +1 -1
  7. package/lib-commonjs/manifestSchemaValidator.js +7 -5
  8. package/lib-commonjs/manifestSchemas/IAdaptiveCardExtensionManifest.d.ts +2 -2
  9. package/lib-commonjs/manifestSchemas/IAdaptiveCardExtensionManifest.d.ts.map +1 -1
  10. package/lib-commonjs/manifestSchemas/IClientSideApplicationManifest.d.ts +1 -1
  11. package/lib-commonjs/manifestSchemas/IClientSideApplicationManifest.d.ts.map +1 -1
  12. package/lib-commonjs/manifestSchemas/IClientSideAssemblyManifest.d.ts +1 -6
  13. package/lib-commonjs/manifestSchemas/IClientSideAssemblyManifest.d.ts.map +1 -1
  14. package/lib-commonjs/manifestSchemas/IClientSideAssemblyManifest.js +0 -5
  15. package/lib-commonjs/manifestSchemas/IClientSideComponentManifest.d.ts +2 -2
  16. package/lib-commonjs/manifestSchemas/IClientSideComponentManifest.d.ts.map +1 -1
  17. package/lib-commonjs/manifestSchemas/IClientSideExtensionManifest.d.ts +1 -1
  18. package/lib-commonjs/manifestSchemas/IClientSideExtensionManifest.d.ts.map +1 -1
  19. package/lib-commonjs/manifestSchemas/IClientSideLibraryManifest.d.ts +1 -6
  20. package/lib-commonjs/manifestSchemas/IClientSideLibraryManifest.d.ts.map +1 -1
  21. package/lib-commonjs/manifestSchemas/IClientSideLibraryManifest.js +0 -5
  22. package/lib-commonjs/manifestSchemas/IClientSideManifestBase.d.ts +0 -3
  23. package/lib-commonjs/manifestSchemas/IClientSideManifestBase.d.ts.map +1 -1
  24. package/lib-commonjs/manifestSchemas/IClientSideManifestBase.js +0 -3
  25. package/lib-commonjs/manifestSchemas/IClientSideMultiVersionManifest.d.ts +2 -5
  26. package/lib-commonjs/manifestSchemas/IClientSideMultiVersionManifest.d.ts.map +1 -1
  27. package/lib-commonjs/manifestSchemas/IClientSideMultiVersionManifest.js +0 -3
  28. package/lib-commonjs/manifestSchemas/IClientSideWebPartManifest.d.ts +1 -6
  29. package/lib-commonjs/manifestSchemas/IClientSideWebPartManifest.d.ts.map +1 -1
  30. package/lib-commonjs/manifestSchemas/IClientSideWebPartManifest.js +0 -5
  31. package/lib-commonjs/manifestSchemas/ICommandSetExtensionManifest.d.ts +2 -2
  32. package/lib-commonjs/manifestSchemas/ICommandSetExtensionManifest.d.ts.map +1 -1
  33. package/lib-commonjs/manifestSchemas/examples/application_1.manifest.d.ts +1 -1
  34. package/lib-commonjs/manifestSchemas/examples/application_1.manifest.d.ts.map +1 -1
  35. package/lib-commonjs/manifestSchemas/examples/application_2.manifest.d.ts +1 -1
  36. package/lib-commonjs/manifestSchemas/examples/application_2.manifest.d.ts.map +1 -1
  37. package/lib-commonjs/manifestSchemas/examples/application_3.manifest.d.ts +1 -1
  38. package/lib-commonjs/manifestSchemas/examples/application_3.manifest.d.ts.map +1 -1
  39. package/lib-commonjs/manifestSchemas/examples/assembly_1.manifest.d.ts +1 -1
  40. package/lib-commonjs/manifestSchemas/examples/assembly_1.manifest.d.ts.map +1 -1
  41. package/lib-commonjs/manifestSchemas/examples/commandSet_1.manifest.d.ts +1 -1
  42. package/lib-commonjs/manifestSchemas/examples/commandSet_1.manifest.d.ts.map +1 -1
  43. package/lib-commonjs/manifestSchemas/examples/extension_1.manifest.d.ts +1 -1
  44. package/lib-commonjs/manifestSchemas/examples/extension_1.manifest.d.ts.map +1 -1
  45. package/lib-commonjs/manifestSchemas/examples/extension_2.manifest.d.ts +1 -1
  46. package/lib-commonjs/manifestSchemas/examples/extension_2.manifest.d.ts.map +1 -1
  47. package/lib-commonjs/manifestSchemas/examples/extension_3.manifest.d.ts +1 -1
  48. package/lib-commonjs/manifestSchemas/examples/extension_3.manifest.d.ts.map +1 -1
  49. package/lib-commonjs/manifestSchemas/examples/extension_4.manifest.d.ts +1 -1
  50. package/lib-commonjs/manifestSchemas/examples/extension_4.manifest.d.ts.map +1 -1
  51. package/lib-commonjs/manifestSchemas/examples/library_1.manifest.d.ts +1 -1
  52. package/lib-commonjs/manifestSchemas/examples/library_1.manifest.d.ts.map +1 -1
  53. package/lib-commonjs/manifestSchemas/examples/multi-version_1.manifest.d.ts +2 -2
  54. package/lib-commonjs/manifestSchemas/examples/multi-version_1.manifest.d.ts.map +1 -1
  55. package/lib-commonjs/manifestSchemas/examples/webpart_1.manifest.d.ts +1 -1
  56. package/lib-commonjs/manifestSchemas/examples/webpart_1.manifest.d.ts.map +1 -1
  57. package/lib-commonjs/manifestSchemas/examples/webpart_1.manifest.js +1 -2
  58. package/lib-commonjs/manifestSchemas/examples/webpart_2.manifest.d.ts +1 -1
  59. package/lib-commonjs/manifestSchemas/examples/webpart_2.manifest.d.ts.map +1 -1
  60. package/lib-commonjs/manifestSchemas/examples/webpart_2.manifest.js +1 -2
  61. package/package.json +4 -3
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.34.4"
8
+ "packageVersion": "7.36.0"
9
9
  }
10
10
  ]
11
11
  }
@@ -1,12 +1,12 @@
1
1
  export import ZSchema = require('z-schema');
2
- import { IClientSideApplicationManifest } from './manifestSchemas/IClientSideApplicationManifest';
3
- import { IClientSideAssemblyManifest } from './manifestSchemas/IClientSideAssemblyManifest';
4
- import { IClientSideComponentManifest } from './manifestSchemas/IClientSideComponentManifest';
5
- import { IClientSideExtensionManifest } from './manifestSchemas/IClientSideExtensionManifest';
6
- import { IClientSideLibraryManifest } from './manifestSchemas/IClientSideLibraryManifest';
7
- import { IClientSideMultiVersionManifest } from './manifestSchemas/IClientSideMultiVersionManifest';
8
- import { IClientSideWebPartManifest } from './manifestSchemas/IClientSideWebPartManifest';
9
- import { ICommandSetExtensionManifest } from './manifestSchemas/ICommandSetExtensionManifest';
2
+ import type { IClientSideApplicationManifest } from './manifestSchemas/IClientSideApplicationManifest';
3
+ import type { IClientSideAssemblyManifest } from './manifestSchemas/IClientSideAssemblyManifest';
4
+ import type { IClientSideComponentManifest } from './manifestSchemas/IClientSideComponentManifest';
5
+ import type { IClientSideExtensionManifest } from './manifestSchemas/IClientSideExtensionManifest';
6
+ import type { IClientSideLibraryManifest } from './manifestSchemas/IClientSideLibraryManifest';
7
+ import type { IClientSideMultiVersionManifest } from './manifestSchemas/IClientSideMultiVersionManifest';
8
+ import type { IClientSideWebPartManifest } from './manifestSchemas/IClientSideWebPartManifest';
9
+ import type { ICommandSetExtensionManifest } from './manifestSchemas/ICommandSetExtensionManifest';
10
10
  export declare const zSchemaOptions: ZSchema.Options;
11
11
  export interface IManifestValidatorResult {
12
12
  result: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"manifestSchemaValidator.d.ts","sourceRoot":"","sources":["../src/manifestSchemaValidator.ts"],"names":[],"mappings":"AAAA,MAAM,QAAQ,OAAO,GAAG,QAAQ,UAAU,CAAC,CAAC;AAO5C,OAAO,EAAE,8BAA8B,EAAE,MAAM,kDAAkD,CAAC;AAClG,OAAO,EAAE,2BAA2B,EAAE,MAAM,+CAA+C,CAAC;AAC5F,OAAO,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AAC9F,OAAO,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AAC9F,OAAO,EAAE,0BAA0B,EAAE,MAAM,8CAA8C,CAAC;AAC1F,OAAO,EAAE,+BAA+B,EAAE,MAAM,mDAAmD,CAAC;AACpG,OAAO,EAAE,0BAA0B,EAAE,MAAM,8CAA8C,CAAC;AAC1F,OAAO,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AAmB9F,eAAO,MAAM,cAAc,EAAE,OAAO,CAAC,OAUpC,CAAC;AAMF,MAAM,WAAW,wBAAwB;IACvC,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC,iBAAiB,EAAE,CAAC;CACrC;AAED,MAAM,CAAC,OAAO,OAAO,iBAAiB;WACtB,2BAA2B,CACvC,QAAQ,EAAE,MAAM,GAAG,8BAA8B,GAChD,wBAAwB;WAIb,0BAA0B,CACtC,QAAQ,EAAE,MAAM,GAAG,4BAA4B,GAC9C,wBAAwB;WAIb,yBAAyB,CACrC,QAAQ,EAAE,MAAM,GAAG,4BAA4B,GAC9C,wBAAwB;WAIb,uBAAuB,CACnC,QAAQ,EAAE,MAAM,GAAG,0BAA0B,CAAC,GAAG,CAAC,GACjD,wBAAwB;WAIb,uBAAuB,CACnC,QAAQ,EAAE,MAAM,GAAG,0BAA0B,GAC5C,wBAAwB;WAIb,wBAAwB,CACpC,QAAQ,EAAE,MAAM,GAAG,2BAA2B,GAC7C,wBAAwB;WAIb,4BAA4B,CACxC,QAAQ,EAAE,MAAM,GAAG,+BAA+B,CAAC,GAAG,CAAC,GACtD,wBAAwB;WAIb,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,4BAA4B,GAAG,wBAAwB;WAI3F,yBAAyB,CAAC,MAAM,EAAE,OAAO,CAAC,iBAAiB,EAAE,GAAG,MAAM,EAAE;WAmBxE,wBAAwB,CAAC,MAAM,EAAE,OAAO,CAAC,iBAAiB,EAAE,GAAG,MAAM;IAInF,OAAO,CAAC,MAAM,CAAC,iBAAiB;CAoBjC"}
1
+ {"version":3,"file":"manifestSchemaValidator.d.ts","sourceRoot":"","sources":["../src/manifestSchemaValidator.ts"],"names":[],"mappings":"AAAA,MAAM,QAAQ,OAAO,GAAG,QAAQ,UAAU,CAAC,CAAC;AAO5C,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kDAAkD,CAAC;AACvG,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+CAA+C,CAAC;AACjG,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AACnG,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AACnG,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8CAA8C,CAAC;AAC/F,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,mDAAmD,CAAC;AACzG,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8CAA8C,CAAC;AAC/F,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AAmBnG,eAAO,MAAM,cAAc,EAAE,OAAO,CAAC,OAUpC,CAAC;AAMF,MAAM,WAAW,wBAAwB;IACvC,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC,iBAAiB,EAAE,CAAC;CACrC;AAED,MAAM,CAAC,OAAO,OAAO,iBAAiB;WACtB,2BAA2B,CACvC,QAAQ,EAAE,MAAM,GAAG,8BAA8B,GAChD,wBAAwB;WAIb,0BAA0B,CACtC,QAAQ,EAAE,MAAM,GAAG,4BAA4B,GAC9C,wBAAwB;WAIb,yBAAyB,CACrC,QAAQ,EAAE,MAAM,GAAG,4BAA4B,GAC9C,wBAAwB;WAIb,uBAAuB,CAEnC,QAAQ,EAAE,MAAM,GAAG,0BAA0B,CAAC,GAAG,CAAC,GACjD,wBAAwB;WAIb,uBAAuB,CACnC,QAAQ,EAAE,MAAM,GAAG,0BAA0B,GAC5C,wBAAwB;WAIb,wBAAwB,CACpC,QAAQ,EAAE,MAAM,GAAG,2BAA2B,GAC7C,wBAAwB;WAIb,4BAA4B,CAExC,QAAQ,EAAE,MAAM,GAAG,+BAA+B,CAAC,GAAG,CAAC,GACtD,wBAAwB;WAIb,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,4BAA4B,GAAG,wBAAwB;WAI3F,yBAAyB,CAAC,MAAM,EAAE,OAAO,CAAC,iBAAiB,EAAE,GAAG,MAAM,EAAE;WAmBxE,wBAAwB,CAAC,MAAM,EAAE,OAAO,CAAC,iBAAiB,EAAE,GAAG,MAAM;IAInF,OAAO,CAAC,MAAM,CAAC,iBAAiB;CAoBjC"}
@@ -63,8 +63,9 @@ class ManifestValidator {
63
63
  static validateExtensionManifest(manifest) {
64
64
  return ManifestValidator._validateManifest(manifest, extensionSchema);
65
65
  }
66
- static validateWebPartManifest(manifest // tslint:disable-line:no-any
67
- ) {
66
+ static validateWebPartManifest(
67
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
68
+ manifest) {
68
69
  return ManifestValidator._validateManifest(manifest, webPartSchema);
69
70
  }
70
71
  static validateLibraryManifest(manifest) {
@@ -73,8 +74,9 @@ class ManifestValidator {
73
74
  static validateAssemblyManifest(manifest) {
74
75
  return ManifestValidator._validateManifest(manifest, assemblySchema);
75
76
  }
76
- static validateMultiVersionManifest(manifest // tslint:disable-line:no-any
77
- ) {
77
+ static validateMultiVersionManifest(
78
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
79
+ manifest) {
78
80
  return ManifestValidator._validateManifest(manifest, multiVersionSchema);
79
81
  }
80
82
  static validateManifest(manifest) {
@@ -98,7 +100,7 @@ class ManifestValidator {
98
100
  return this.extractInnerErrorMessages(errors).join(os_1.EOL);
99
101
  }
100
102
  static _validateManifest(
101
- // tslint:disable-next-line:no-any
103
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
102
104
  manifest, schema) {
103
105
  if (!schema) {
104
106
  throw new Error('Unable to find the manifest schema.');
@@ -1,5 +1,5 @@
1
- import { IClientSideComponentManifest, ILocalizedString } from './IClientSideComponentManifest';
2
- import { PredefinedGroup } from './IClientSideWebPartManifest';
1
+ import type { IClientSideComponentManifest, ILocalizedString } from './IClientSideComponentManifest';
2
+ import type { PredefinedGroup } from './IClientSideWebPartManifest';
3
3
  /**
4
4
  * @beta
5
5
  */
@@ -1 +1 @@
1
- {"version":3,"file":"IAdaptiveCardExtensionManifest.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/IAdaptiveCardExtensionManifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAChG,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAE/D;;GAEG;AACH,MAAM,WAAW,8BAA8B,CAAC,WAAW,CAAE,SAAQ,4BAA4B;IAC/F;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;;;;;;OAOG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,WAAW,CAAC,CAAC;IAE5C;;;;;;;;;OASG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAEhC;;;OAGG;IACH,gBAAgB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAkC;IAE3E;;;;;;;OAOG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B;;;;;;;;;;OAUG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,cAAc,GAAG,iBAAiB,CAAC;IAE7D;;;;;;;;;;;OAWG;IACH,0CAA0C,CAAC,EAAE,OAAO,CAAC;IAErD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAkCG;IACH,oBAAoB,EAAE,mCAAmC,CAAC,WAAW,CAAC,EAAE,CAAC;CAC1E;AAED;;;;;;GAMG;AACH,MAAM,WAAW,mCAAmC,CAAC,WAAW;IAC9D;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;;;;;;;;;;;;;;;;;;;;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,IAAI,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAE1B;;;;;;;;;;;;;;;;OAgBG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;;;;;;;;;;;OAcG;IACH,UAAU,EAAE,WAAW,CAAC;CACzB"}
1
+ {"version":3,"file":"IAdaptiveCardExtensionManifest.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/IAdaptiveCardExtensionManifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AACrG,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAEpE;;GAEG;AACH,MAAM,WAAW,8BAA8B,CAAC,WAAW,CAAE,SAAQ,4BAA4B;IAC/F;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;;;;;;OAOG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,WAAW,CAAC,CAAC;IAE5C;;;;;;;;;OASG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAEhC;;;OAGG;IAEH,gBAAgB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;IAE1C;;;;;;;OAOG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B;;;;;;;;;;OAUG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,cAAc,GAAG,iBAAiB,CAAC;IAE7D;;;;;;;;;;;OAWG;IACH,0CAA0C,CAAC,EAAE,OAAO,CAAC;IAErD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAkCG;IACH,oBAAoB,EAAE,mCAAmC,CAAC,WAAW,CAAC,EAAE,CAAC;CAC1E;AAED;;;;;;GAMG;AACH,MAAM,WAAW,mCAAmC,CAAC,WAAW;IAC9D;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;;;;;;;;;;;;;;;;;;;;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,IAAI,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAE1B;;;;;;;;;;;;;;;;OAgBG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;;;;;;;;;;;OAcG;IACH,UAAU,EAAE,WAAW,CAAC;CACzB"}
@@ -1,4 +1,4 @@
1
- import { IClientSideComponentManifest, ILocalizedString } from './IClientSideComponentManifest';
1
+ import type { IClientSideComponentManifest, ILocalizedString } from './IClientSideComponentManifest';
2
2
  /**
3
3
  * This is the manifest for a client-side application.
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"IClientSideApplicationManifest.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/IClientSideApplicationManifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAEhG;;;;GAIG;AAEH,MAAM,WAAW,8BAA+B,SAAQ,4BAA4B;IAClF;;OAEG;IACH,cAAc,EAAE,eAAe,CAAC;IAEhC;;;;;;;;;;;;;;;;;;OAkBG;IACH,KAAK,EAAE,gBAAgB,CAAC;IAExB;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,WAAW,EAAE,gBAAgB,CAAC;IAE9B;;;;;;;;;;;OAWG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;;OAOG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;;;;;;OAOG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B;;;;;;;OAOG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B;;;;;;;OAOG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B;;;;;;;OAOG;IACH,wBAAwB,CAAC,EAAE,OAAO,CAAC;IAEnC;;;;;;;;;;;;;;;OAeG;IACH,0BAA0B,CAAC,EAAE,MAAM,CAAC;IAEpC;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,kCAAkC,CAAC,EAAE,MAAM,CAAC;IAE5C;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,yBAAyB,CAAC,EAAE,MAAM,EAAE,CAAC;CACtC"}
1
+ {"version":3,"file":"IClientSideApplicationManifest.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/IClientSideApplicationManifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAErG;;;;GAIG;AAEH,MAAM,WAAW,8BAA+B,SAAQ,4BAA4B;IAClF;;OAEG;IACH,cAAc,EAAE,eAAe,CAAC;IAEhC;;;;;;;;;;;;;;;;;;OAkBG;IACH,KAAK,EAAE,gBAAgB,CAAC;IAExB;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,WAAW,EAAE,gBAAgB,CAAC;IAE9B;;;;;;;;;;;OAWG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;;OAOG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;;;;;;OAOG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B;;;;;;;OAOG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B;;;;;;;OAOG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B;;;;;;;OAOG;IACH,wBAAwB,CAAC,EAAE,OAAO,CAAC;IAEnC;;;;;;;;;;;;;;;OAeG;IACH,0BAA0B,CAAC,EAAE,MAAM,CAAC;IAEpC;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,kCAAkC,CAAC,EAAE,MAAM,CAAC;IAE5C;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,yBAAyB,CAAC,EAAE,MAAM,EAAE,CAAC;CACtC"}
@@ -1,9 +1,4 @@
1
- /**
2
- * @Copyright (c) Microsoft Corporation. All rights reserved.
3
- *
4
- * @file IClientSideAssemblyManifest.ts
5
- */
6
- import { IClientSideComponentManifest } from './IClientSideComponentManifest';
1
+ import type { IClientSideComponentManifest } from './IClientSideComponentManifest';
7
2
  /**
8
3
  * A library is defined by this manifest. Libraries currently do not have any additional properties.
9
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"IClientSideAssemblyManifest.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/IClientSideAssemblyManifest.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAE9E;;;;GAIG;AACH,MAAM,WAAW,2BAA4B,SAAQ,4BAA4B;IAC/E;;;;;;;;OAQG;IACH,eAAe,EAAE,MAAM,CAAC;CACzB"}
1
+ {"version":3,"file":"IClientSideAssemblyManifest.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/IClientSideAssemblyManifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAEnF;;;;GAIG;AACH,MAAM,WAAW,2BAA4B,SAAQ,4BAA4B;IAC/E;;;;;;;;OAQG;IACH,eAAe,EAAE,MAAM,CAAC;CACzB"}
@@ -1,8 +1,3 @@
1
1
  "use strict";
2
- /**
3
- * @Copyright (c) Microsoft Corporation. All rights reserved.
4
- *
5
- * @file IClientSideAssemblyManifest.ts
6
- */
7
2
  Object.defineProperty(exports, "__esModule", { value: true });
8
3
  //# sourceMappingURL=IClientSideAssemblyManifest.js.map
@@ -1,5 +1,5 @@
1
- import { IClientSideComponentLoaderConfiguration } from './IClientSideComponentLoaderConfiguration';
2
- import { IClientSideManifestBase } from './IClientSideManifestBase';
1
+ import type { IClientSideComponentLoaderConfiguration } from './IClientSideComponentLoaderConfiguration';
2
+ import type { IClientSideManifestBase } from './IClientSideManifestBase';
3
3
  /**
4
4
  * A set of localized strings.
5
5
  *
@@ -1 +1 @@
1
- {"version":3,"file":"IClientSideComponentManifest.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/IClientSideComponentManifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AACpG,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAEpE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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,oBAAY,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;IACH,UAAU,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;IAEpC;;;;;;;;;;OAUG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAE/B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAkC;CAC5E"}
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,oBAAY,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"}
@@ -1,4 +1,4 @@
1
- import { IClientSideComponentManifest } from './IClientSideComponentManifest';
1
+ import type { IClientSideComponentManifest } from './IClientSideComponentManifest';
2
2
  /**
3
3
  * The type of client-side extension. Used by IClientSideExtensionManifest.extensionType.
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"IClientSideExtensionManifest.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/IClientSideExtensionManifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAE9E;;;;GAIG;AACH,oBAAY,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"}
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,oBAAY,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"}
@@ -1,9 +1,4 @@
1
- /**
2
- * @Copyright (c) Microsoft Corporation. All rights reserved.
3
- *
4
- * @file IClientSideLibraryManifest.ts
5
- */
6
- import { IClientSideComponentManifest } from './IClientSideComponentManifest';
1
+ import type { IClientSideComponentManifest } from './IClientSideComponentManifest';
7
2
  /**
8
3
  * A library is defined by this manifest. Libraries currently do not have any additional properties.
9
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"IClientSideLibraryManifest.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/IClientSideLibraryManifest.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAE9E;;;;GAIG;AACH,MAAM,WAAW,0BAA2B,SAAQ,4BAA4B;CAAG"}
1
+ {"version":3,"file":"IClientSideLibraryManifest.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/IClientSideLibraryManifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAEnF;;;;GAIG;AACH,MAAM,WAAW,0BAA2B,SAAQ,4BAA4B;CAAG"}
@@ -1,8 +1,3 @@
1
1
  "use strict";
2
- /**
3
- * @Copyright (c) Microsoft Corporation. All rights reserved.
4
- *
5
- * @file IClientSideLibraryManifest.ts
6
- */
7
2
  Object.defineProperty(exports, "__esModule", { value: true });
8
3
  //# sourceMappingURL=IClientSideLibraryManifest.js.map
@@ -1,6 +1,3 @@
1
- /**
2
- * @Copyright (c) Microsoft Corporation. All rights reserved.
3
- */
4
1
  /**
5
2
  * This interface defines members that are common between all deployable manifests.
6
3
  *
@@ -1 +1 @@
1
- {"version":3,"file":"IClientSideManifestBase.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/IClientSideManifestBase.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACtC;;;;;;;;;;;;;;;;OAgBG;IACH,eAAe,EAAE,MAAM,CAAC;IAExB;;;;;;;;;;;OAWG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ"}
1
+ {"version":3,"file":"IClientSideManifestBase.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/IClientSideManifestBase.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACtC;;;;;;;;;;;;;;;;OAgBG;IACH,eAAe,EAAE,MAAM,CAAC;IAExB;;;;;;;;;;;OAWG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ"}
@@ -1,6 +1,3 @@
1
1
  "use strict";
2
- /**
3
- * @Copyright (c) Microsoft Corporation. All rights reserved.
4
- */
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
3
  //# sourceMappingURL=IClientSideManifestBase.js.map
@@ -1,8 +1,5 @@
1
- /**
2
- * @Copyright (c) Microsoft Corporation. All rights reserved.
3
- */
4
- import { IClientSideManifestBase } from './IClientSideManifestBase';
5
- import { IClientSideComponentManifest } from './IClientSideComponentManifest';
1
+ import type { IClientSideManifestBase } from './IClientSideManifestBase';
2
+ import type { IClientSideComponentManifest } from './IClientSideComponentManifest';
6
3
  /**
7
4
  * Multi-version manifests are defined by this interface.
8
5
  *
@@ -1 +1 @@
1
- {"version":3,"file":"IClientSideMultiVersionManifest.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/IClientSideMultiVersionManifest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAE9E;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAM,WAAW,+BAA+B,CAAC,SAAS,SAAS,4BAA4B,CAC7F,SAAQ,uBAAuB;IAC/B;;;;;;;;;;;;;;;OAeG;IACH,QAAQ,EAAE;QAAE,CAAC,aAAa,EAAE,MAAM,GAAG,SAAS,CAAA;KAAE,CAAC;CAClD"}
1
+ {"version":3,"file":"IClientSideMultiVersionManifest.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/IClientSideMultiVersionManifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAEnF;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAM,WAAW,+BAA+B,CAAC,SAAS,SAAS,4BAA4B,CAC7F,SAAQ,uBAAuB;IAC/B;;;;;;;;;;;;;;;OAeG;IACH,QAAQ,EAAE;QAAE,CAAC,aAAa,EAAE,MAAM,GAAG,SAAS,CAAA;KAAE,CAAC;CAClD"}
@@ -1,6 +1,3 @@
1
1
  "use strict";
2
- /**
3
- * @Copyright (c) Microsoft Corporation. All rights reserved.
4
- */
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
3
  //# sourceMappingURL=IClientSideMultiVersionManifest.js.map
@@ -1,9 +1,4 @@
1
- /**
2
- * @Copyright (c) Microsoft Corporation. All rights reserved.
3
- *
4
- * @file Client-side Web Part manifest definition.
5
- */
6
- import { IClientSideComponentManifest, ILocalizedString } from './IClientSideComponentManifest';
1
+ import type { IClientSideComponentManifest, ILocalizedString } from './IClientSideComponentManifest';
7
2
  /**
8
3
  * The client-side SharePoint framework identifies a Web Part by its manifest. All Web Parts are expected to have a
9
4
  * manifest.
@@ -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;IAEzB;;OAEG;IACH,kBAAkB,CAAC,EAAE;QAEnB,OAAO,EAAE,GAAG,CAAC;KACd,CAAC;IAEF;;;;;;;OAOG;IACH,0BAA0B,CAAC,EAAE,OAAO,CAAC;CACtC;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,0BAA0B,yCAAyC;IAEnE;;;;;;OAMG;IACH,KAAK,yCAAyC;IAE9C;;;;;;OAMG;IACH,mBAAmB,yCAAyC;IAE5D;;;;;;OAMG;IACH,YAAY,yCAAyC;IAErD;;;;;;OAMG;IACH,mBAAmB,yCAAyC;IAE5D;;;;;;OAMG;IACH,QAAQ,yCAAyC;IAEjD;;;;;;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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"}
@@ -1,9 +1,4 @@
1
1
  "use strict";
2
- /**
3
- * @Copyright (c) Microsoft Corporation. All rights reserved.
4
- *
5
- * @file Client-side Web Part manifest definition.
6
- */
7
2
  Object.defineProperty(exports, "__esModule", { value: true });
8
3
  exports.PredefinedGroup = void 0;
9
4
  /**
@@ -1,5 +1,5 @@
1
- import { ILocalizedString } from './IClientSideComponentManifest';
2
- import { IClientSideExtensionManifest } from './IClientSideExtensionManifest';
1
+ import type { ILocalizedString } from './IClientSideComponentManifest';
2
+ import type { IClientSideExtensionManifest } from './IClientSideExtensionManifest';
3
3
  /**
4
4
  * This is the manifest for a client-side extension that defines a set of custom commands
5
5
  * that can be shown in a menu, tool bar, etc.
@@ -1 +1 @@
1
- {"version":3,"file":"ICommandSetExtensionManifest.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/ICommandSetExtensionManifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAClE,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAE9E;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,WAAW,4BAA6B,SAAQ,4BAA4B;IAChF;;OAEG;IACH,aAAa,EAAE,oBAAoB,CAAC;IAEpC;;;;;;;;OAQG;IACH,KAAK,EAAE;QAAE,CAAC,MAAM,EAAE,MAAM,GAAG,kBAAkB,CAAA;KAAE,CAAC;CACjD;AAED;;;;;GAKG;AACH,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,KAAK,EAAE,gBAAgB,CAAC;IAExB;;;OAGG;IACH,IAAI,EAAE,SAAS,CAAC;IAEhB;;;;OAIG;IACH,SAAS,CAAC,EAAE,gBAAgB,CAAC;IAE7B;;;;;;;;;;OAUG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
1
+ {"version":3,"file":"ICommandSetExtensionManifest.d.ts","sourceRoot":"","sources":["../../src/manifestSchemas/ICommandSetExtensionManifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAEnF;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,WAAW,4BAA6B,SAAQ,4BAA4B;IAChF;;OAEG;IACH,aAAa,EAAE,oBAAoB,CAAC;IAEpC;;;;;;;;OAQG;IACH,KAAK,EAAE;QAAE,CAAC,MAAM,EAAE,MAAM,GAAG,kBAAkB,CAAA;KAAE,CAAC;CACjD;AAED;;;;;GAKG;AACH,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,KAAK,EAAE,gBAAgB,CAAC;IAExB;;;OAGG;IACH,IAAI,EAAE,SAAS,CAAC;IAEhB;;;;OAIG;IACH,SAAS,CAAC,EAAE,gBAAgB,CAAC;IAE7B;;;;;;;;;;OAUG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -1,4 +1,4 @@
1
- import { IClientSideApplicationManifest } from './../IClientSideApplicationManifest';
1
+ import type { IClientSideApplicationManifest } from '../IClientSideApplicationManifest';
2
2
  declare const appManifest: IClientSideApplicationManifest;
3
3
  export = appManifest;
4
4
  //# sourceMappingURL=application_1.manifest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"application_1.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/application_1.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAQrF,QAAA,MAAM,WAAW,EAAE,8BAuXlB,CAAC;AAEF,SAAS,WAAW,CAAC"}
1
+ {"version":3,"file":"application_1.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/application_1.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,mCAAmC,CAAC;AAQxF,QAAA,MAAM,WAAW,EAAE,8BAuXlB,CAAC;AAEF,SAAS,WAAW,CAAC"}
@@ -1,4 +1,4 @@
1
- import { IClientSideApplicationManifest } from './../IClientSideApplicationManifest';
1
+ import type { IClientSideApplicationManifest } from '../IClientSideApplicationManifest';
2
2
  declare const appManifest: IClientSideApplicationManifest;
3
3
  export = appManifest;
4
4
  //# sourceMappingURL=application_2.manifest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"application_2.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/application_2.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAIrF,QAAA,MAAM,WAAW,EAAE,8BAkClB,CAAC;AAEF,SAAS,WAAW,CAAC"}
1
+ {"version":3,"file":"application_2.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/application_2.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,mCAAmC,CAAC;AAIxF,QAAA,MAAM,WAAW,EAAE,8BAkClB,CAAC;AAEF,SAAS,WAAW,CAAC"}
@@ -1,4 +1,4 @@
1
- import { IClientSideApplicationManifest } from './../IClientSideApplicationManifest';
1
+ import type { IClientSideApplicationManifest } from '../IClientSideApplicationManifest';
2
2
  declare const appManifest: IClientSideApplicationManifest;
3
3
  export = appManifest;
4
4
  //# sourceMappingURL=application_3.manifest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"application_3.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/application_3.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAIrF,QAAA,MAAM,WAAW,EAAE,8BAiClB,CAAC;AAEF,SAAS,WAAW,CAAC"}
1
+ {"version":3,"file":"application_3.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/application_3.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,mCAAmC,CAAC;AAIxF,QAAA,MAAM,WAAW,EAAE,8BAiClB,CAAC;AAEF,SAAS,WAAW,CAAC"}
@@ -1,4 +1,4 @@
1
- import { IClientSideAssemblyManifest } from './../IClientSideAssemblyManifest';
1
+ import type { IClientSideAssemblyManifest } from '../IClientSideAssemblyManifest';
2
2
  declare const assemblyManifest: IClientSideAssemblyManifest;
3
3
  export = assemblyManifest;
4
4
  //# sourceMappingURL=assembly_1.manifest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"assembly_1.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/assembly_1.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAQ/E,QAAA,MAAM,gBAAgB,EAAE,2BAiXvB,CAAC;AAEF,SAAS,gBAAgB,CAAC"}
1
+ {"version":3,"file":"assembly_1.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/assembly_1.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAQlF,QAAA,MAAM,gBAAgB,EAAE,2BAiXvB,CAAC;AAEF,SAAS,gBAAgB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { ICommandSetExtensionManifest } from './../ICommandSetExtensionManifest';
1
+ import type { ICommandSetExtensionManifest } from '../ICommandSetExtensionManifest';
2
2
  declare const extensionManifest: ICommandSetExtensionManifest;
3
3
  export = extensionManifest;
4
4
  //# sourceMappingURL=commandSet_1.manifest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"commandSet_1.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/commandSet_1.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAIjF,QAAA,MAAM,iBAAiB,EAAE,4BAoCxB,CAAC;AAEF,SAAS,iBAAiB,CAAC"}
1
+ {"version":3,"file":"commandSet_1.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/commandSet_1.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,iCAAiC,CAAC;AAIpF,QAAA,MAAM,iBAAiB,EAAE,4BAoCxB,CAAC;AAEF,SAAS,iBAAiB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { IClientSideExtensionManifest } from './../IClientSideExtensionManifest';
1
+ import type { IClientSideExtensionManifest } from '../IClientSideExtensionManifest';
2
2
  declare const extensionManifest: IClientSideExtensionManifest;
3
3
  export = extensionManifest;
4
4
  //# sourceMappingURL=extension_1.manifest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"extension_1.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/extension_1.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAIjF,QAAA,MAAM,iBAAiB,EAAE,4BAmBxB,CAAC;AAEF,SAAS,iBAAiB,CAAC"}
1
+ {"version":3,"file":"extension_1.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/extension_1.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,iCAAiC,CAAC;AAIpF,QAAA,MAAM,iBAAiB,EAAE,4BAmBxB,CAAC;AAEF,SAAS,iBAAiB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { IClientSideExtensionManifest } from './../IClientSideExtensionManifest';
1
+ import type { IClientSideExtensionManifest } from '../IClientSideExtensionManifest';
2
2
  declare const extensionManifest: IClientSideExtensionManifest;
3
3
  export = extensionManifest;
4
4
  //# sourceMappingURL=extension_2.manifest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"extension_2.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/extension_2.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAIjF,QAAA,MAAM,iBAAiB,EAAE,4BAkBxB,CAAC;AAEF,SAAS,iBAAiB,CAAC"}
1
+ {"version":3,"file":"extension_2.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/extension_2.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,iCAAiC,CAAC;AAIpF,QAAA,MAAM,iBAAiB,EAAE,4BAkBxB,CAAC;AAEF,SAAS,iBAAiB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { IClientSideExtensionManifest } from './../IClientSideExtensionManifest';
1
+ import type { IClientSideExtensionManifest } from '../IClientSideExtensionManifest';
2
2
  declare const extensionManifest: IClientSideExtensionManifest;
3
3
  export = extensionManifest;
4
4
  //# sourceMappingURL=extension_3.manifest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"extension_3.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/extension_3.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAIjF,QAAA,MAAM,iBAAiB,EAAE,4BAiBxB,CAAC;AAEF,SAAS,iBAAiB,CAAC"}
1
+ {"version":3,"file":"extension_3.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/extension_3.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,iCAAiC,CAAC;AAIpF,QAAA,MAAM,iBAAiB,EAAE,4BAiBxB,CAAC;AAEF,SAAS,iBAAiB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { IClientSideExtensionManifest } from './../IClientSideExtensionManifest';
1
+ import type { IClientSideExtensionManifest } from '../IClientSideExtensionManifest';
2
2
  declare const extensionManifest: IClientSideExtensionManifest;
3
3
  export = extensionManifest;
4
4
  //# sourceMappingURL=extension_4.manifest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"extension_4.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/extension_4.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAIjF,QAAA,MAAM,iBAAiB,EAAE,4BAiBxB,CAAC;AAEF,SAAS,iBAAiB,CAAC"}
1
+ {"version":3,"file":"extension_4.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/extension_4.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,iCAAiC,CAAC;AAIpF,QAAA,MAAM,iBAAiB,EAAE,4BAiBxB,CAAC;AAEF,SAAS,iBAAiB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { IClientSideLibraryManifest } from './../IClientSideLibraryManifest';
1
+ import type { IClientSideLibraryManifest } from '../IClientSideLibraryManifest';
2
2
  declare const libraryManifest: IClientSideLibraryManifest;
3
3
  export = libraryManifest;
4
4
  //# sourceMappingURL=library_1.manifest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"library_1.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/library_1.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAQ7E,QAAA,MAAM,eAAe,EAAE,0BAgXtB,CAAC;AAEF,SAAS,eAAe,CAAC"}
1
+ {"version":3,"file":"library_1.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/library_1.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAQhF,QAAA,MAAM,eAAe,EAAE,0BAgXtB,CAAC;AAEF,SAAS,eAAe,CAAC"}
@@ -1,5 +1,5 @@
1
- import { IClientSideMultiVersionManifest } from '../IClientSideMultiVersionManifest';
2
- import { IClientSideLibraryManifest } from './../IClientSideLibraryManifest';
1
+ import type { IClientSideMultiVersionManifest } from '../IClientSideMultiVersionManifest';
2
+ import type { IClientSideLibraryManifest } from '../IClientSideLibraryManifest';
3
3
  declare const multiVersionManifest: IClientSideMultiVersionManifest<IClientSideLibraryManifest>;
4
4
  export = multiVersionManifest;
5
5
  //# sourceMappingURL=multi-version_1.manifest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"multi-version_1.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/multi-version_1.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,MAAM,oCAAoC,CAAC;AACrF,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAO7E,QAAA,MAAM,oBAAoB,EAAE,+BAA+B,CAAC,0BAA0B,CAuuBrF,CAAC;AAEF,SAAS,oBAAoB,CAAC"}
1
+ {"version":3,"file":"multi-version_1.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/multi-version_1.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,oCAAoC,CAAC;AAC1F,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAOhF,QAAA,MAAM,oBAAoB,EAAE,+BAA+B,CAAC,0BAA0B,CAuuBrF,CAAC;AAEF,SAAS,oBAAoB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { IClientSideWebPartManifest } from './../IClientSideWebPartManifest';
1
+ import type { IClientSideWebPartManifest } from '../IClientSideWebPartManifest';
2
2
  declare const webpartManifest: IClientSideWebPartManifest<any>;
3
3
  export = webpartManifest;
4
4
  //# sourceMappingURL=webpart_1.manifest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"webpart_1.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/webpart_1.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAS7E,QAAA,MAAM,eAAe,EAAE,0BAA0B,CAAC,GAAG,CA4XpD,CAAC;AAEF,SAAS,eAAe,CAAC"}
1
+ {"version":3,"file":"webpart_1.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/webpart_1.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAShF,QAAA,MAAM,eAAe,EAAE,0BAA0B,CAAC,GAAG,CA2XpD,CAAC;AAEF,SAAS,eAAe,CAAC"}
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
- /* tslint:disable:no-any */
2
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
3
3
  const webpartManifest = {
4
- /* tslint:enable:no-any */
5
4
  manifestVersion: 2,
6
5
  componentType: 'WebPart',
7
6
  id: '00000000-0000-0000-0000-000000000000',
@@ -1,4 +1,4 @@
1
- import { IClientSideWebPartManifest } from './../IClientSideWebPartManifest';
1
+ import type { IClientSideWebPartManifest } from '../IClientSideWebPartManifest';
2
2
  declare const webpartManifest: IClientSideWebPartManifest<any>;
3
3
  export = webpartManifest;
4
4
  //# sourceMappingURL=webpart_2.manifest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"webpart_2.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/webpart_2.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAS7E,QAAA,MAAM,eAAe,EAAE,0BAA0B,CAAC,GAAG,CAiZpD,CAAC;AAEF,SAAS,eAAe,CAAC"}
1
+ {"version":3,"file":"webpart_2.manifest.d.ts","sourceRoot":"","sources":["../../../src/manifestSchemas/examples/webpart_2.manifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAShF,QAAA,MAAM,eAAe,EAAE,0BAA0B,CAAC,GAAG,CAgZpD,CAAC;AAEF,SAAS,eAAe,CAAC"}
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
- /* tslint:disable:no-any */
2
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
3
3
  const webpartManifest = {
4
- /* tslint:enable:no-any */
5
4
  manifestVersion: 2,
6
5
  componentType: 'WebPart',
7
6
  id: '00000000-0000-0000-0000-000000000000',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/sp-module-interfaces",
3
- "version": "1.17.4",
3
+ "version": "1.18.0-beta.2",
4
4
  "description": "SharePoint Framework module interfaces",
5
5
  "license": "https://aka.ms/spfx/license",
6
6
  "homepage": "http://aka.ms/spfx",
@@ -14,11 +14,12 @@
14
14
  "tsdocFlavor": "AEDoc"
15
15
  },
16
16
  "dependencies": {
17
- "@rushstack/node-core-library": "3.55.2",
17
+ "@rushstack/node-core-library": "3.59.4",
18
18
  "z-schema": "4.2.4"
19
19
  },
20
20
  "devDependencies": {
21
- "@rushstack/heft": "0.49.7",
21
+ "@rushstack/heft": "0.50.6",
22
+ "eslint": "8.7.0",
22
23
  "@odsp-web-tools/internal-node-rig": "0.1.0"
23
24
  },
24
25
  "scripts": {