@o3r/application 10.2.0-prerelease.14 → 10.2.0-prerelease.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/application",
3
- "version": "10.2.0-prerelease.14",
3
+ "version": "10.2.0-prerelease.16",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -28,11 +28,11 @@
28
28
  "@angular-devkit/schematics": "~17.2.0",
29
29
  "@angular/common": "~17.2.0",
30
30
  "@angular/core": "~17.2.0",
31
- "@o3r/core": "^10.2.0-prerelease.14",
32
- "@o3r/logger": "^10.2.0-prerelease.14",
33
- "@o3r/routing": "^10.2.0-prerelease.14",
34
- "@o3r/schematics": "^10.2.0-prerelease.14",
35
- "@o3r/testing": "^10.2.0-prerelease.14",
31
+ "@o3r/core": "^10.2.0-prerelease.16",
32
+ "@o3r/logger": "^10.2.0-prerelease.16",
33
+ "@o3r/routing": "^10.2.0-prerelease.16",
34
+ "@o3r/schematics": "^10.2.0-prerelease.16",
35
+ "@o3r/testing": "^10.2.0-prerelease.16",
36
36
  "@schematics/angular": "~17.2.0",
37
37
  "rxjs": "^7.8.1",
38
38
  "typescript": "~5.3.3"
@@ -1 +1 @@
1
- {"version":3,"file":"cms-registration.d.ts","sourceRoot":"","sources":["../../../../schematics/ng-add/helpers/cms-registration.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8D,IAAI,EAAiB,MAAM,4BAA4B,CAAC;AAC7H,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;AAGvD;;;GAGG;AACH,eAAO,MAAM,qBAAqB,YAAa,qBAAqB,KAAG,IAatE,CAAC"}
1
+ {"version":3,"file":"cms-registration.d.ts","sourceRoot":"","sources":["../../../../schematics/ng-add/helpers/cms-registration.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8D,IAAI,EAAiB,MAAM,4BAA4B,CAAC;AAC7H,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;AAEvD;;;GAGG;AACH,eAAO,MAAM,qBAAqB,YAAa,qBAAqB,KAAG,IActE,CAAC"}
@@ -2,20 +2,20 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.generateCmsConfigFile = void 0;
4
4
  const schematics_1 = require("@angular-devkit/schematics");
5
- const schematics_2 = require("@o3r/schematics");
6
5
  /**
7
6
  * Register Otter Application module to the application
8
7
  * @param options
9
8
  */
10
9
  const generateCmsConfigFile = (options) => {
11
- return (tree, context) => {
12
- const workingDirectory = options?.projectName && (0, schematics_2.getWorkspaceConfig)(tree)?.projects[options.projectName]?.root || '.';
10
+ return async (tree) => {
11
+ const { getWorkspaceConfig } = await Promise.resolve().then(() => require('@o3r/schematics'));
12
+ const workingDirectory = options?.projectName && getWorkspaceConfig(tree)?.projects[options.projectName]?.root || '.';
13
13
  const templateSource = (0, schematics_1.apply)((0, schematics_1.url)('./templates'), [
14
14
  (0, schematics_1.template)({}),
15
15
  (0, schematics_1.renameTemplateFiles)(),
16
16
  (0, schematics_1.move)(workingDirectory)
17
17
  ]);
18
- return (0, schematics_1.mergeWith)(templateSource, schematics_1.MergeStrategy.Default)(tree, context);
18
+ return (0, schematics_1.mergeWith)(templateSource, schematics_1.MergeStrategy.Default);
19
19
  };
20
20
  };
21
21
  exports.generateCmsConfigFile = generateCmsConfigFile;
@@ -1 +1 @@
1
- {"version":3,"file":"cms-registration.js","sourceRoot":"","sources":["../../../../schematics/ng-add/helpers/cms-registration.ts"],"names":[],"mappings":";;;AAAA,2DAA6H;AAE7H,gDAAqD;AAErD;;;GAGG;AACI,MAAM,qBAAqB,GAAG,CAAC,OAA8B,EAAQ,EAAE;IAC5E,OAAO,CAAC,IAAI,EAAE,OAAO,EAAE,EAAE;QACvB,MAAM,gBAAgB,GAAG,OAAO,EAAE,WAAW,IAAI,IAAA,+BAAkB,EAAC,IAAI,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,WAAW,CAAC,EAAE,IAAI,IAAI,GAAG,CAAC;QACtH,MAAM,cAAc,GAAG,IAAA,kBAAK,EAAC,IAAA,gBAAG,EAAC,aAAa,CAAC,EAC7C;YACE,IAAA,qBAAQ,EAAC,EAAE,CAAC;YACZ,IAAA,gCAAmB,GAAE;YACrB,IAAA,iBAAI,EAAC,gBAAgB,CAAC;SACvB,CACF,CAAC;QAEF,OAAO,IAAA,sBAAS,EAAC,cAAc,EAAE,0BAAa,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC,CAAC;AACJ,CAAC,CAAC;AAbW,QAAA,qBAAqB,yBAahC"}
1
+ {"version":3,"file":"cms-registration.js","sourceRoot":"","sources":["../../../../schematics/ng-add/helpers/cms-registration.ts"],"names":[],"mappings":";;;AAAA,2DAA6H;AAG7H;;;GAGG;AACI,MAAM,qBAAqB,GAAG,CAAC,OAA8B,EAAQ,EAAE;IAC5E,OAAO,KAAK,EAAE,IAAI,EAAE,EAAE;QACpB,MAAM,EAAE,kBAAkB,EAAE,GAAG,2CAAa,iBAAiB,EAAC,CAAC;QAC/D,MAAM,gBAAgB,GAAG,OAAO,EAAE,WAAW,IAAI,kBAAkB,CAAC,IAAI,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,WAAW,CAAC,EAAE,IAAI,IAAI,GAAG,CAAC;QACtH,MAAM,cAAc,GAAG,IAAA,kBAAK,EAAC,IAAA,gBAAG,EAAC,aAAa,CAAC,EAC7C;YACE,IAAA,qBAAQ,EAAC,EAAE,CAAC;YACZ,IAAA,gCAAmB,GAAE;YACrB,IAAA,iBAAI,EAAC,gBAAgB,CAAC;SACvB,CACF,CAAC;QAEF,OAAO,IAAA,sBAAS,EAAC,cAAc,EAAE,0BAAa,CAAC,OAAO,CAAC,CAAC;IAC1D,CAAC,CAAC;AACJ,CAAC,CAAC;AAdW,QAAA,qBAAqB,yBAchC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAA0B,MAAM,4BAA4B,CAAC;AAI/E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAmGtD;;;GAGG;AACH,eAAO,MAAM,KAAK,0CAAiD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAA0B,MAAM,4BAA4B,CAAC;AAG/E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AA0GtD;;;GAGG;AACH,eAAO,MAAM,KAAK,YAAa,qBAAqB,KAAG,IAGtD,CAAC"}
@@ -2,10 +2,15 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ngAdd = void 0;
4
4
  const schematics_1 = require("@angular-devkit/schematics");
5
- const schematics_2 = require("@o3r/schematics");
6
5
  const path = require("node:path");
7
6
  const devtools_registration_1 = require("./helpers/devtools-registration");
8
7
  const cms_registration_1 = require("./helpers/cms-registration");
8
+ const reportMissingSchematicsDep = (logger) => (reason) => {
9
+ logger.error(`[ERROR]: Adding @o3r/application has failed.
10
+ If the error is related to missing @o3r dependencies you need to install '@o3r/core' to be able to use the o3r application package. Please run 'ng add @o3r/core' .
11
+ Otherwise, use the error message as guidance.`);
12
+ throw reason;
13
+ };
9
14
  /**
10
15
  * Add Otter application to an Angular Project
11
16
  * @param options The options to pass to ng-add execution
@@ -13,65 +18,60 @@ const cms_registration_1 = require("./helpers/cms-registration");
13
18
  function ngAddFn(options) {
14
19
  /* ng add rules */
15
20
  return async (tree, context) => {
16
- try {
17
- const { addImportToModuleFile, getAppModuleFilePath, getModuleIndex, getWorkspaceConfig, insertImportToModuleFile, setupDependencies, getO3rPeerDeps, getProjectNewDependenciesTypes } = await Promise.resolve().then(() => require('@o3r/schematics'));
18
- const { isImported } = await Promise.resolve().then(() => require('@schematics/angular/utility/ast-utils'));
19
- const ts = await Promise.resolve().then(() => require('typescript'));
20
- const packageJsonPath = path.resolve(__dirname, '..', '..', 'package.json');
21
- const depsInfo = getO3rPeerDeps(packageJsonPath);
22
- const workspaceProject = options.projectName ? getWorkspaceConfig(tree)?.projects[options.projectName] : undefined;
23
- const addAngularAnimationPreferences = () => {
24
- const moduleFilePath = getAppModuleFilePath(tree, context, options.projectName);
25
- if (!moduleFilePath) {
26
- return tree;
27
- }
28
- const sourceFileContent = tree.readText(moduleFilePath);
29
- const sourceFile = ts.createSourceFile(moduleFilePath, sourceFileContent, ts.ScriptTarget.ES2015, true);
30
- if (isImported(sourceFile, 'prefersReducedMotion', '@o3r/application')) {
31
- context.logger.info('[LOG]: prefersReducedMotion from @o3r/application is already imported.');
32
- return tree;
33
- }
34
- const recorder = tree.beginUpdate(moduleFilePath);
35
- const { moduleIndex } = getModuleIndex(sourceFile, sourceFileContent);
36
- insertImportToModuleFile('prefersReducedMotion', '@o3r/application', sourceFile, recorder, moduleFilePath);
37
- addImportToModuleFile('BrowserAnimationsModule', '@angular/platform-browser/animations', sourceFile, sourceFileContent, context, recorder, moduleFilePath, moduleIndex, '.withConfig({disableAnimations: prefersReducedMotion()})', true);
38
- tree.commitUpdate(recorder);
21
+ const { addImportToModuleFile, getAppModuleFilePath, getModuleIndex, getWorkspaceConfig, insertImportToModuleFile, setupDependencies, getO3rPeerDeps, getProjectNewDependenciesTypes, getPackageInstallConfig } = await Promise.resolve().then(() => require('@o3r/schematics'));
22
+ const { isImported } = await Promise.resolve().then(() => require('@schematics/angular/utility/ast-utils'));
23
+ const ts = await Promise.resolve().then(() => require('typescript'));
24
+ const packageJsonPath = path.resolve(__dirname, '..', '..', 'package.json');
25
+ const depsInfo = getO3rPeerDeps(packageJsonPath);
26
+ const workspaceProject = options.projectName ? getWorkspaceConfig(tree)?.projects[options.projectName] : undefined;
27
+ const addAngularAnimationPreferences = () => {
28
+ const moduleFilePath = getAppModuleFilePath(tree, context, options.projectName);
29
+ if (!moduleFilePath) {
39
30
  return tree;
31
+ }
32
+ const sourceFileContent = tree.readText(moduleFilePath);
33
+ const sourceFile = ts.createSourceFile(moduleFilePath, sourceFileContent, ts.ScriptTarget.ES2015, true);
34
+ if (isImported(sourceFile, 'prefersReducedMotion', '@o3r/application')) {
35
+ context.logger.info('[LOG]: prefersReducedMotion from @o3r/application is already imported.');
36
+ return tree;
37
+ }
38
+ const recorder = tree.beginUpdate(moduleFilePath);
39
+ const { moduleIndex } = getModuleIndex(sourceFile, sourceFileContent);
40
+ insertImportToModuleFile('prefersReducedMotion', '@o3r/application', sourceFile, recorder, moduleFilePath);
41
+ addImportToModuleFile('BrowserAnimationsModule', '@angular/platform-browser/animations', sourceFile, sourceFileContent, context, recorder, moduleFilePath, moduleIndex, '.withConfig({disableAnimations: prefersReducedMotion()})', true);
42
+ tree.commitUpdate(recorder);
43
+ return tree;
44
+ };
45
+ const dependencies = depsInfo.o3rPeerDeps.reduce((acc, dep) => {
46
+ acc[dep] = {
47
+ inManifest: [{
48
+ range: `${options.exactO3rVersion ? '' : '~'}${depsInfo.packageVersion}`,
49
+ types: getProjectNewDependenciesTypes(workspaceProject)
50
+ }],
51
+ ngAddOptions: { exactO3rVersion: options.exactO3rVersion }
40
52
  };
41
- const dependencies = depsInfo.o3rPeerDeps.reduce((acc, dep) => {
42
- acc[dep] = {
43
- inManifest: [{
44
- range: `${options.exactO3rVersion ? '' : '~'}${depsInfo.packageVersion}`,
45
- types: getProjectNewDependenciesTypes(workspaceProject)
46
- }],
47
- ngAddOptions: { exactO3rVersion: options.exactO3rVersion }
48
- };
49
- return acc;
50
- }, (0, schematics_2.getPackageInstallConfig)(packageJsonPath, tree, options.projectName, false, !!options.exactO3rVersion));
51
- const registerDevtoolRule = await (0, devtools_registration_1.registerDevtools)(options);
52
- return () => (0, schematics_1.chain)([
53
- setupDependencies({
54
- projectName: options.projectName,
55
- dependencies,
56
- ngAddToRun: depsInfo.o3rPeerDeps
57
- }),
58
- addAngularAnimationPreferences,
59
- registerDevtoolRule,
60
- (0, cms_registration_1.generateCmsConfigFile)(options)
61
- ])(tree, context);
62
- }
63
- catch (e) {
64
- // o3r application needs o3r/core as peer dep. o3r/core will install o3r/schematics
65
- context.logger.error(`[ERROR]: Adding @o3r/application has failed.
66
- If the error is related to missing @o3r dependencies you need to install '@o3r/core' to be able to use the o3r application package. Please run 'ng add @o3r/core' .
67
- Otherwise, use the error message as guidance.`);
68
- throw (e);
69
- }
53
+ return acc;
54
+ }, getPackageInstallConfig(packageJsonPath, tree, options.projectName, false, !!options.exactO3rVersion));
55
+ const registerDevtoolRule = await (0, devtools_registration_1.registerDevtools)(options);
56
+ return () => (0, schematics_1.chain)([
57
+ setupDependencies({
58
+ projectName: options.projectName,
59
+ dependencies,
60
+ ngAddToRun: depsInfo.o3rPeerDeps
61
+ }),
62
+ addAngularAnimationPreferences,
63
+ registerDevtoolRule,
64
+ (0, cms_registration_1.generateCmsConfigFile)(options)
65
+ ])(tree, context);
70
66
  };
71
67
  }
72
68
  /**
73
69
  * Add Otter application to an Angular Project
74
70
  * @param options The options to pass to ng-add execution
75
71
  */
76
- exports.ngAdd = (0, schematics_2.createSchematicWithMetricsIfInstalled)(ngAddFn);
72
+ const ngAdd = (options) => async (_, { logger }) => {
73
+ const { createSchematicWithMetricsIfInstalled } = await Promise.resolve().then(() => require('@o3r/schematics')).catch(reportMissingSchematicsDep(logger));
74
+ return createSchematicWithMetricsIfInstalled(ngAddFn)(options);
75
+ };
76
+ exports.ngAdd = ngAdd;
77
77
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"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"}