@o3r/components 11.6.0-prerelease.2 → 11.6.0-prerelease.21
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/builders/component-extractor/helpers/component/component-class.extractor.d.ts +3 -9
- package/builders/component-extractor/helpers/component/component-class.extractor.d.ts.map +1 -1
- package/builders/component-extractor/helpers/component/component-class.extractor.js +34 -37
- package/builders/component-extractor/helpers/component/component-config.extractor.d.ts +2 -15
- package/builders/component-extractor/helpers/component/component-config.extractor.d.ts.map +1 -1
- package/builders/component-extractor/helpers/component/component-config.extractor.js +41 -48
- package/builders/component-extractor/helpers/component/component.extractor.d.ts +2 -10
- package/builders/component-extractor/helpers/component/component.extractor.d.ts.map +1 -1
- package/builders/component-extractor/helpers/component/component.extractor.js +20 -25
- package/builders/component-extractor/helpers/component/component.parser.d.ts +2 -3
- package/builders/component-extractor/helpers/component/component.parser.d.ts.map +1 -1
- package/builders/component-extractor/helpers/component/component.parser.js +11 -14
- package/builders/component-extractor/index.d.ts.map +1 -1
- package/builders/component-extractor/index.js +25 -27
- package/builders/component-extractor/schema.d.ts.map +1 -1
- package/builders/metadata-check/helpers/config-metadata-comparison.helper.d.ts +2 -2
- package/builders/metadata-check/helpers/config-metadata-comparison.helper.d.ts.map +1 -1
- package/builders/metadata-check/helpers/config-metadata-comparison.helper.js +1 -1
- package/builders/metadata-check/index.d.ts.map +1 -1
- package/builders/metadata-check/schema.d.ts.map +1 -1
- package/core/component.output.d.ts.map +1 -1
- package/core/rendering/helpers.d.ts +0 -1
- package/core/rendering/helpers.d.ts.map +1 -1
- package/devkit/components-devkit.interface.d.ts.map +1 -1
- package/devkit/components-devtools.message.service.d.ts +2 -3
- package/devkit/components-devtools.message.service.d.ts.map +1 -1
- package/devkit/components-devtools.module.d.ts.map +1 -1
- package/devkit/components-devtools.token.d.ts +1 -1
- package/devkit/components-devtools.token.d.ts.map +1 -1
- package/devkit/inspector/ng/ng.d.ts +3 -1
- package/devkit/inspector/ng/ng.d.ts.map +1 -1
- package/devkit/inspector/otter-inspector.helpers.d.ts.map +1 -1
- package/devkit/inspector/otter-inspector.service.d.ts.map +1 -1
- package/esm2022/core/component.output.mjs +1 -1
- package/esm2022/core/rendering/helpers.mjs +3 -4
- package/esm2022/devkit/components-devkit.interface.mjs +7 -7
- package/esm2022/devkit/components-devtools.message.service.mjs +15 -16
- package/esm2022/devkit/components-devtools.module.mjs +10 -10
- package/esm2022/devkit/components-devtools.token.mjs +2 -2
- package/esm2022/devkit/index.mjs +1 -1
- package/esm2022/devkit/inspector/index.mjs +1 -1
- package/esm2022/devkit/inspector/ng/ng.mjs +1 -1
- package/esm2022/devkit/inspector/otter-inspector.helpers.mjs +8 -8
- package/esm2022/devkit/inspector/otter-inspector.service.mjs +8 -8
- package/esm2022/rules-engine/placeholder.action-handler.mjs +23 -21
- package/esm2022/rules-engine/placeholder.interfaces.mjs +1 -1
- package/esm2022/rules-engine/placeholder.rules-engine.effect.mjs +28 -25
- package/esm2022/rules-engine/placeholder.rules-engine.module.mjs +10 -10
- package/esm2022/rules-engine/public_api.mjs +2 -2
- package/esm2022/stores/index.mjs +2 -2
- package/esm2022/stores/placeholder-request/index.mjs +1 -1
- package/esm2022/stores/placeholder-request/placeholder-request.actions.mjs +3 -3
- package/esm2022/stores/placeholder-request/placeholder-request.module.mjs +9 -9
- package/esm2022/stores/placeholder-request/placeholder-request.reducer.mjs +4 -4
- package/esm2022/stores/placeholder-request/placeholder-request.selectors.mjs +4 -4
- package/esm2022/stores/placeholder-request/placeholder-request.state.mjs +1 -1
- package/esm2022/stores/placeholder-request/placeholder-request.sync.mjs +3 -3
- package/esm2022/stores/placeholder-template/index.mjs +1 -1
- package/esm2022/stores/placeholder-template/placeholder-template.actions.mjs +2 -2
- package/esm2022/stores/placeholder-template/placeholder-template.module.mjs +9 -9
- package/esm2022/stores/placeholder-template/placeholder-template.reducer.mjs +3 -3
- package/esm2022/stores/placeholder-template/placeholder-template.selectors.mjs +8 -8
- package/esm2022/stores/placeholder-template/placeholder-template.state.mjs +1 -1
- package/esm2022/stores/placeholder-template/placeholder-template.sync.mjs +2 -2
- package/esm2022/tools/component-replacement/c11n.directive.mjs +9 -8
- package/esm2022/tools/component-replacement/c11n.helpers.mjs +1 -1
- package/esm2022/tools/component-replacement/c11n.mock.module.mjs +15 -15
- package/esm2022/tools/component-replacement/c11n.module.mjs +10 -9
- package/esm2022/tools/component-replacement/c11n.service.mjs +7 -7
- package/esm2022/tools/component-replacement/c11n.token.mjs +2 -2
- package/esm2022/tools/component-replacement/index.mjs +3 -3
- package/esm2022/tools/pipes/capitalize/capitalize.module.mjs +7 -7
- package/esm2022/tools/pipes/capitalize/capitalize.pipe.mjs +8 -8
- package/esm2022/tools/pipes/duration/duration.module.mjs +7 -7
- package/esm2022/tools/pipes/duration/duration.pipe.mjs +10 -9
- package/esm2022/tools/pipes/keep-white-space/keep-white-space.module.mjs +7 -7
- package/esm2022/tools/pipes/keep-white-space/keep-white-space.pipe.mjs +8 -8
- package/esm2022/tools/pipes/replace-with-bold/replace-with-bold.module.mjs +7 -7
- package/esm2022/tools/pipes/replace-with-bold/replace-with-bold.pipe.mjs +9 -9
- package/esm2022/tools/placeholder/placeholder.component.mjs +18 -22
- package/esm2022/tools/placeholder/placeholder.interface.mjs +1 -1
- package/esm2022/tools/placeholder/placeholder.module.mjs +11 -11
- package/fesm2022/o3r-components-rules-engine.mjs +41 -36
- package/fesm2022/o3r-components-rules-engine.mjs.map +1 -1
- package/fesm2022/o3r-components.mjs +241 -244
- package/fesm2022/o3r-components.mjs.map +1 -1
- package/package.json +11 -11
- package/rules-engine/placeholder.action-handler.d.ts +1 -1
- package/rules-engine/placeholder.action-handler.d.ts.map +1 -1
- package/rules-engine/placeholder.interfaces.d.ts.map +1 -1
- package/rules-engine/placeholder.rules-engine.effect.d.ts +2 -2
- package/rules-engine/placeholder.rules-engine.effect.d.ts.map +1 -1
- package/rules-engine/placeholder.rules-engine.module.d.ts.map +1 -1
- package/rules-engine/public_api.d.ts +1 -1
- package/rules-engine/public_api.d.ts.map +1 -1
- package/schematics/cms-adapter/index.d.ts.map +1 -1
- package/schematics/cms-adapter/index.js +1 -1
- package/schematics/ng-add/helpers/devtools-registration.d.ts +0 -2
- package/schematics/ng-add/helpers/devtools-registration.d.ts.map +1 -1
- package/schematics/ng-add/helpers/devtools-registration.js +1 -3
- package/schematics/ng-add/index.d.ts.map +1 -1
- package/schematics/ng-add/index.js +3 -4
- package/schematics/ng-add/schema.d.ts.map +1 -1
- package/schematics/ng-update/v10-0/index.d.ts.map +1 -1
- package/schematics/ng-update/v10-0/index.js +2 -1
- package/stores/index.d.ts +1 -1
- package/stores/index.d.ts.map +1 -1
- package/stores/placeholder-request/placeholder-request.actions.d.ts.map +1 -1
- package/stores/placeholder-request/placeholder-request.module.d.ts.map +1 -1
- package/stores/placeholder-request/placeholder-request.reducer.d.ts.map +1 -1
- package/stores/placeholder-request/placeholder-request.selectors.d.ts.map +1 -1
- package/stores/placeholder-request/placeholder-request.state.d.ts.map +1 -1
- package/stores/placeholder-request/placeholder-request.sync.d.ts +1 -1
- package/stores/placeholder-request/placeholder-request.sync.d.ts.map +1 -1
- package/stores/placeholder-template/placeholder-template.actions.d.ts.map +1 -1
- package/stores/placeholder-template/placeholder-template.module.d.ts.map +1 -1
- package/stores/placeholder-template/placeholder-template.reducer.d.ts.map +1 -1
- package/stores/placeholder-template/placeholder-template.selectors.d.ts.map +1 -1
- package/stores/placeholder-template/placeholder-template.state.d.ts.map +1 -1
- package/stores/placeholder-template/placeholder-template.sync.d.ts +2 -2
- package/stores/placeholder-template/placeholder-template.sync.d.ts.map +1 -1
- package/tools/component-replacement/c11n.directive.d.ts.map +1 -1
- package/tools/component-replacement/c11n.helpers.d.ts.map +1 -1
- package/tools/component-replacement/c11n.mock.module.d.ts.map +1 -1
- package/tools/component-replacement/c11n.module.d.ts +1 -0
- package/tools/component-replacement/c11n.module.d.ts.map +1 -1
- package/tools/component-replacement/c11n.service.d.ts.map +1 -1
- package/tools/component-replacement/c11n.token.d.ts.map +1 -1
- package/tools/component-replacement/index.d.ts +2 -2
- package/tools/component-replacement/index.d.ts.map +1 -1
- package/tools/pipes/capitalize/capitalize.module.d.ts.map +1 -1
- package/tools/pipes/capitalize/capitalize.pipe.d.ts.map +1 -1
- package/tools/pipes/duration/duration.module.d.ts.map +1 -1
- package/tools/pipes/duration/duration.pipe.d.ts +1 -0
- package/tools/pipes/duration/duration.pipe.d.ts.map +1 -1
- package/tools/pipes/keep-white-space/keep-white-space.module.d.ts.map +1 -1
- package/tools/pipes/keep-white-space/keep-white-space.pipe.d.ts.map +1 -1
- package/tools/pipes/replace-with-bold/replace-with-bold.module.d.ts.map +1 -1
- package/tools/pipes/replace-with-bold/replace-with-bold.pipe.d.ts.map +1 -1
- package/tools/placeholder/placeholder.component.d.ts.map +1 -1
- package/tools/placeholder/placeholder.interface.d.ts.map +1 -1
- package/tools/placeholder/placeholder.module.d.ts.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"placeholder.interfaces.d.ts","sourceRoot":"","sources":["../../src/rules-engine/placeholder.interfaces.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"placeholder.interfaces.d.ts","sourceRoot":"","sources":["../../src/rules-engine/placeholder.interfaces.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iBAAiB,EAClB,MAAM,WAAW,CAAC;AAEnB,oCAAoC;AACpC,eAAO,MAAM,2CAA2C,uBAAuB,CAAC;AAEhF;;GAEG;AACH,MAAM,WAAW,4BAA6B,SAAQ,iBAAiB;IACrE,UAAU,EAAE,OAAO,2CAA2C,CAAC;IAC/D,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Actions } from '@ngrx/effects';
|
|
2
|
-
import {
|
|
2
|
+
import { Store } from '@ngrx/store';
|
|
3
3
|
import { DynamicContentService } from '@o3r/dynamic-content';
|
|
4
4
|
import { LocalizationService } from '@o3r/localization';
|
|
5
5
|
import { RulesEngineRunnerService } from '@o3r/rules-engine';
|
|
6
6
|
import { Observable } from 'rxjs';
|
|
7
|
-
import {
|
|
7
|
+
import { type PlaceholderRequestStore } from '@o3r/components';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* Service to handle async PlaceholderTemplate actions
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"placeholder.rules-engine.effect.d.ts","sourceRoot":"","sources":["../../src/rules-engine/placeholder.rules-engine.effect.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"placeholder.rules-engine.effect.d.ts","sourceRoot":"","sources":["../../src/rules-engine/placeholder.rules-engine.effect.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,OAAO,EAGR,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,KAAK,EACN,MAAM,aAAa,CAAC;AAIrB,OAAO,EACL,qBAAqB,EACtB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,mBAAmB,EACpB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,wBAAwB,EACzB,MAAM,mBAAmB,CAAC;AAI3B,OAAO,EAGL,UAAU,EAEX,MAAM,MAAM,CAAC;AAOd,OAAO,EAGL,KAAK,uBAAuB,EAK7B,MAAM,iBAAiB,CAAC;;AAEzB;;GAEG;AACH,qBACa,iCAAiC;IAuD1C,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,KAAK;IACV,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IA1DjD;;;;OAIG;IACI,mCAAmC;;6HA8CxC;gBAGiB,QAAQ,EAAE,OAAO,EACjB,KAAK,EAAE,KAAK,CAAC,uBAAuB,CAAC,EACzB,kBAAkB,EAAE,wBAAwB,GAAG,IAAI,EACnD,qBAAqB,EAAE,qBAAqB,GAAG,IAAI,EACnD,kBAAkB,EAAE,mBAAmB,GAAG,IAAI;IAE7E;;;;;OAKG;IACH,OAAO,CAAC,gBAAgB;yCAnEb,iCAAiC;6CAAjC,iCAAiC;CA4I7C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"placeholder.rules-engine.module.d.ts","sourceRoot":"","sources":["../../src/rules-engine/placeholder.rules-engine.module.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"placeholder.rules-engine.module.d.ts","sourceRoot":"","sources":["../../src/rules-engine/placeholder.rules-engine.module.ts"],"names":[],"mappings":";;;AAiBA,qBAUa,kCAAkC;yCAAlC,kCAAkC;0CAAlC,kCAAkC;0CAAlC,kCAAkC;CAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../src/rules-engine/public_api.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../src/rules-engine/public_api.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,mCAAmC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/cms-adapter/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/cms-adapter/index.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,IAAI,EAGL,MAAM,4BAA4B,CAAC;AAwFpC;;;;GAIG;AACH,eAAO,MAAM,gBAAgB;kBAhFwB,MAAM,GAAG,SAAS;UAgFkB,CAAC"}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.updateCmsAdapter = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
+
const path = tslib_1.__importStar(require("node:path"));
|
|
5
6
|
const schematics_1 = require("@angular-devkit/schematics");
|
|
6
7
|
const schematics_2 = require("@o3r/schematics");
|
|
7
|
-
const path = tslib_1.__importStar(require("node:path"));
|
|
8
8
|
/**
|
|
9
9
|
* Update CMS adapter tools
|
|
10
10
|
* @param options @see RuleFactory.options
|
|
@@ -2,8 +2,6 @@ import { Rule } from '@angular-devkit/schematics';
|
|
|
2
2
|
import type { NgAddSchematicsSchema } from '../schema';
|
|
3
3
|
/**
|
|
4
4
|
* Register Devtools to the application
|
|
5
|
-
* @param tree
|
|
6
|
-
* @param context
|
|
7
5
|
* @param options
|
|
8
6
|
*/
|
|
9
7
|
export declare const registerDevtools: (options: NgAddSchematicsSchema) => Promise<Rule>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"devtools-registration.d.ts","sourceRoot":"","sources":["../../../../schematics/ng-add/helpers/devtools-registration.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"devtools-registration.d.ts","sourceRoot":"","sources":["../../../../schematics/ng-add/helpers/devtools-registration.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,IAAI,EACL,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EACV,qBAAqB,EACtB,MAAM,WAAW,CAAC;AAMnB;;;GAGG;AACH,eAAO,MAAM,gBAAgB,YAAmB,qBAAqB,KAAG,OAAO,CAAC,IAAI,CAQnF,CAAC"}
|
|
@@ -2,15 +2,13 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.registerDevtools = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const path = tslib_1.__importStar(require("node:path"));
|
|
6
5
|
const node_fs_1 = require("node:fs");
|
|
6
|
+
const path = tslib_1.__importStar(require("node:path"));
|
|
7
7
|
const DEVTOOL_MODULE_NAME = 'ComponentsDevtoolsModule';
|
|
8
8
|
const DEVTOOL_SERVICE_NAME = 'ComponentsDevtoolsMessageService';
|
|
9
9
|
const PACKAGE_NAME = JSON.parse((0, node_fs_1.readFileSync)(path.resolve(__dirname, '..', '..', '..', 'package.json'), { encoding: 'utf8' })).name;
|
|
10
10
|
/**
|
|
11
11
|
* Register Devtools to the application
|
|
12
|
-
* @param tree
|
|
13
|
-
* @param context
|
|
14
12
|
* @param options
|
|
15
13
|
*/
|
|
16
14
|
const registerDevtools = async (options) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAEL,IAAI,EAGL,MAAM,4BAA4B,CAAC;AAapC,OAAO,KAAK,EACV,qBAAqB,EACtB,MAAM,UAAU,CAAC;AA4ElB;;;GAGG;AACH,eAAO,MAAM,KAAK,YAAa,qBAAqB,KAAG,IAGtD,CAAC"}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ngAdd = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const schematics_1 = require("@angular-devkit/schematics");
|
|
6
|
-
const path = tslib_1.__importStar(require("node:path"));
|
|
7
5
|
const fs = tslib_1.__importStar(require("node:fs"));
|
|
6
|
+
const path = tslib_1.__importStar(require("node:path"));
|
|
7
|
+
const schematics_1 = require("@angular-devkit/schematics");
|
|
8
8
|
const cms_adapter_1 = require("../cms-adapter");
|
|
9
9
|
const devtools_registration_1 = require("./helpers/devtools-registration");
|
|
10
10
|
const reportMissingSchematicsDep = (logger) => (reason) => {
|
|
@@ -21,8 +21,7 @@ function ngAddFn(options) {
|
|
|
21
21
|
/* ng add rules */
|
|
22
22
|
return async (tree, context) => {
|
|
23
23
|
const { getDefaultOptionsForSchematic, getO3rPeerDeps, getProjectNewDependenciesTypes, getWorkspaceConfig, setupDependencies, removePackages, registerPackageCollectionSchematics, getPackageInstallConfig } = await Promise.resolve().then(() => tslib_1.__importStar(require('@o3r/schematics')));
|
|
24
|
-
|
|
25
|
-
const { NodeDependencyType } = await Promise.resolve().then(() => tslib_1.__importStar(require('@schematics/angular/utility/dependencies')));
|
|
24
|
+
const { NodeDependencyType } = await Promise.resolve().then(() => tslib_1.__importStar(require('@schematics/angular/utility/dependencies'))).catch(() => ({ NodeDependencyType: { Dev: 'devDependencies' } }));
|
|
26
25
|
options = { ...getDefaultOptionsForSchematic(getWorkspaceConfig(tree), '@o3r/components', 'ng-add', options), ...options };
|
|
27
26
|
const packageJsonPath = path.resolve(__dirname, '..', '..', 'package.json');
|
|
28
27
|
const packageJson = JSON.parse(fs.readFileSync(packageJsonPath, { encoding: 'utf8' }));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,qBAAqB,EACtB,MAAM,iBAAiB,CAAC;AAEzB,MAAM,WAAW,qBAAsB,SAAQ,qBAAqB;IAClE,mBAAmB;IACnB,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAEjC,mCAAmC;IACnC,qBAAqB,EAAE,OAAO,CAAC;IAE/B,8CAA8C;IAC9C,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../schematics/ng-update/v10-0/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../schematics/ng-update/v10-0/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,IAAI,EAGL,MAAM,4BAA4B,CAAC;AAsEpC;;GAEG;AAEH,eAAO,MAAM,WAAW,4BAAuD,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.updateV10_0 = void 0;
|
|
4
|
-
/* eslint-disable camelcase, @typescript-eslint/naming-convention */
|
|
5
4
|
const schematics_1 = require("@angular-devkit/schematics");
|
|
6
5
|
const schematics_2 = require("@o3r/schematics");
|
|
7
6
|
const pipeReplacementInfo = {
|
|
@@ -47,6 +46,7 @@ const updateC11nPresenterDeclaration = (tree) => {
|
|
|
47
46
|
/**
|
|
48
47
|
* Update of Otter library V10.0
|
|
49
48
|
*/
|
|
49
|
+
// eslint-disable-next-line @typescript-eslint/naming-convention -- version contained in the function name
|
|
50
50
|
function updateV10_0Fn() {
|
|
51
51
|
return (tree, context) => {
|
|
52
52
|
const updateRules = [
|
|
@@ -59,5 +59,6 @@ function updateV10_0Fn() {
|
|
|
59
59
|
/**
|
|
60
60
|
* Update of Otter library V10.0
|
|
61
61
|
*/
|
|
62
|
+
// eslint-disable-next-line @typescript-eslint/naming-convention -- version contained in the function name
|
|
62
63
|
exports.updateV10_0 = (0, schematics_2.createSchematicWithMetricsIfInstalled)(updateV10_0Fn);
|
|
63
64
|
//# sourceMappingURL=index.js.map
|
package/stores/index.d.ts
CHANGED
package/stores/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/stores/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/stores/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"placeholder-request.actions.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-request/placeholder-request.actions.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"placeholder-request.actions.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-request/placeholder-request.actions.ts"],"names":[],"mappings":"AAIA,OAAO,EAEL,YAAY,EACZ,uCAAuC,EACvC,oBAAoB,EACpB,6CAA6C,EAC7C,+BAA+B,EAChC,MAAM,WAAW,CAAC;AACnB,OAAO,EACL,uBAAuB,EACvB,uBAAuB,EACxB,MAAM,6BAA6B,CAAC;AAQrC,sHAAsH;AACtH,eAAO,MAAM,wBAAwB;QAAkE,MAAM;;QAAN,MAAM;wEAAM,CAAC;AAEpH,kEAAkE;AAClE,eAAO,MAAM,4BAA4B,uPAA4F,CAAC;AAEtI,iCAAiC;AACjC,eAAO,MAAM,8BAA8B,2SAAsH,CAAC;AAElK,8DAA8D;AAC9D,eAAO,MAAM,kCAAkC,yRAA6G,CAAC;AAE7J,2IAA2I;AAC3I,eAAO,MAAM,kCAAkC;iBAAsH,MAAM;QAAM,MAAM;;iBAAlB,MAAM;QAAM,MAAM;uKAAM,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"placeholder-request.module.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-request/placeholder-request.module.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"placeholder-request.module.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-request/placeholder-request.module.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,mBAAmB,EAEpB,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,MAAM,EACN,aAAa,EAEd,MAAM,aAAa,CAAC;AAIrB,OAAO,EAEL,uBAAuB,EACxB,MAAM,6BAA6B,CAAC;;;AAErC,8CAA8C;AAC9C,eAAO,MAAM,iCAAiC,wEAA2G,CAAC;AAE1J,2DAA2D;AAC3D,wBAAgB,mCAAmC,2DAElD;AAED,qBAQa,6BAA6B;WAC1B,OAAO,CAAC,CAAC,SAAS,uBAAuB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC,CAAC,EAAE,MAAM,CAAC,GAAG,mBAAmB,CAAC,6BAA6B,CAAC;yCADjJ,6BAA6B;0CAA7B,6BAA6B;0CAA7B,6BAA6B;CASzC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"placeholder-request.reducer.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-request/placeholder-request.reducer.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"placeholder-request.reducer.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-request/placeholder-request.reducer.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,aAAa,EAGb,YAAY,EACb,MAAM,aAAa,CAAC;AAMrB,OAAO,EACL,uBAAuB,EACvB,uBAAuB,EAExB,MAAM,6BAA6B,CAAC;AAErC;;GAEG;AACH,eAAO,MAAM,yBAAyB,wEAEnC,CAAC;AAEJ;;GAEG;AACH,eAAO,MAAM,8BAA8B,EAAE,uBAE3C,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,iCAAiC,EAAE,YAAY,CAAC,uBAAuB,EAAE,aAAa,EAAE,CAAC,EAmDrG,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,yBAAyB,oGAGrC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"placeholder-request.selectors.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-request/placeholder-request.selectors.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"placeholder-request.selectors.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-request/placeholder-request.selectors.ts"],"names":[],"mappings":"AAOA,OAAO,EAEL,uBAAuB,EACxB,MAAM,6BAA6B,CAAC;AAErC,eAAO,MAAM,6BAA6B,4IAAiF,CAAC;AAI5H,2DAA2D;AAC3D,eAAO,MAAM,gCAAgC,qRAA2F,CAAC;AAEzI;;;GAGG;AACH,eAAO,MAAM,mCAAmC,WAAY,MAAM,8HAI9D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"placeholder-request.state.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-request/placeholder-request.state.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"placeholder-request.state.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-request/placeholder-request.state.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACZ,MAAM,cAAc,CAAC;AACtB,OAAO,EACL,cAAc,EACf,MAAM,WAAW,CAAC;AAEnB;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,aAAa,GAAG,cAAc,CAAC;IAC1D,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACpC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,mBAAmB,CAAC,CAAC;CAC5C;AAED;;GAEG;AACH,MAAM,WAAW,uBAAwB,SAAQ,cAAc,EAAE,uBAAuB;IACtF,+EAA+E;IAC/E,EAAE,EAAE,MAAM,CAAC;IACX,4EAA4E;IAC5E,WAAW,EAAE,MAAM,CAAC;IACpB,uEAAuE;IACvE,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,sCAAsC;IACtC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B,8IAA8I;IAC9I,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,8BAA+B,SAAQ,cAAc;CAAG;AAEzE;;GAEG;AACH,MAAM,WAAW,uBAAwB,SAAQ,WAAW,CAAC,uBAAuB,CAAC,EAAE,8BAA8B;CACpH;AAED;;GAEG;AACH,eAAO,MAAM,8BAA8B,uBAAuB,CAAC;AAEnE;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC,+BAA+B;IAC/B,CAAC,8BAA8B,CAAC,EAAE,uBAAuB,CAAC;CAC3D"}
|
|
@@ -2,5 +2,5 @@ import { asyncEntitySerializer, Serializer } from '@o3r/core';
|
|
|
2
2
|
import { PlaceholderRequestState } from './placeholder-request.state';
|
|
3
3
|
export declare const placeholderRequestStorageSerializer: typeof asyncEntitySerializer;
|
|
4
4
|
export declare const placeholderRequestStorageDeserializer: (rawObject: any) => any;
|
|
5
|
-
export declare const placeholderRequestStorageSync: Serializer<PlaceholderRequestState
|
|
5
|
+
export declare const placeholderRequestStorageSync: Readonly<Serializer<PlaceholderRequestState>>;
|
|
6
6
|
//# sourceMappingURL=placeholder-request.sync.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"placeholder-request.sync.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-request/placeholder-request.sync.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"placeholder-request.sync.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-request/placeholder-request.sync.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,qBAAqB,EACrB,UAAU,EACX,MAAM,WAAW,CAAC;AAKnB,OAAO,EAEL,uBAAuB,EACxB,MAAM,6BAA6B,CAAC;AAErC,eAAO,MAAM,mCAAmC,8BAAwB,CAAC;AAEzE,eAAO,MAAM,qCAAqC,cAAe,GAAG,QASnE,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,QAAQ,CAAC,UAAU,CAAC,uBAAuB,CAAC,CAG9E,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"placeholder-template.actions.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-template/placeholder-template.actions.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"placeholder-template.actions.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-template/placeholder-template.actions.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,sBAAsB,EACvB,MAAM,WAAW,CAAC;AACnB,OAAO,EACL,KAAK,eAAe,EACpB,wBAAwB,EACzB,MAAM,8BAA8B,CAAC;AAMtC,yCAAyC;AACzC,eAAO,MAAM,+BAA+B;QAAkD,MAAM;;QAAN,MAAM;wEAAM,CAAC;AAE3G,kFAAkF;AAClF,eAAO,MAAM,4BAA4B,2PAA6F,CAAC;AAEvI,eAAO,MAAM,6BAA6B;UAAkD,eAAe;;UAAf,eAAe;sEAAM,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"placeholder-template.module.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-template/placeholder-template.module.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"placeholder-template.module.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-template/placeholder-template.module.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,mBAAmB,EAEpB,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,MAAM,EACN,aAAa,EAEd,MAAM,aAAa,CAAC;AAIrB,OAAO,EAEL,wBAAwB,EACzB,MAAM,8BAA8B,CAAC;;;AAEtC,+CAA+C;AAC/C,eAAO,MAAM,kCAAkC,yEAA6G,CAAC;AAE7J,4DAA4D;AAC5D,wBAAgB,oCAAoC,4DAEnD;AAED,qBAQa,8BAA8B;WAC3B,OAAO,CAAC,CAAC,SAAS,wBAAwB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC,CAAC,EAAE,MAAM,CAAC,GAAG,mBAAmB,CAAC,8BAA8B,CAAC;yCADnJ,8BAA8B;0CAA9B,8BAA8B;0CAA9B,8BAA8B;CAS1C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"placeholder-template.reducer.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-template/placeholder-template.reducer.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"placeholder-template.reducer.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-template/placeholder-template.reducer.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,aAAa,EAGb,YAAY,EACb,MAAM,aAAa,CAAC;AAErB,OAAO,EACL,wBAAwB,EACxB,wBAAwB,EACzB,MAAM,8BAA8B,CAAC;AAEtC;;GAEG;AACH,eAAO,MAAM,0BAA0B,gEAErC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,+BAA+B,EAAE,wBAE5C,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,kCAAkC,EAAE,YAAY,CAAC,wBAAwB,EAAE,aAAa,EAAE,CAAC,EAgBvG,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,0BAA0B,qGAGtC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"placeholder-template.selectors.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-template/placeholder-template.selectors.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"placeholder-template.selectors.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-template/placeholder-template.selectors.ts"],"names":[],"mappings":"AAUA,OAAO,EAEL,wBAAwB,EACzB,MAAM,8BAA8B,CAAC;AAItC,eAAO,MAAM,8BAA8B,8IAAmF,CAAC;AAE/H,4DAA4D;AAC5D,eAAO,MAAM,iCAAiC,0RAA4F,CAAC;AAE3I;;;GAGG;AACH,eAAO,MAAM,+BAA+B,kBAAmB,MAAM,+OACsB,CAAC;AAE5F;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB,kBAAmB,MAAM;;;;;gBAS5B,MAAM;kBAAY,MAAM;2BAAqB,MAAM;qBAAe,MAAM;;;;;;;;gBAAxE,MAAM;kBAAY,MAAM;2BAAqB,MAAM;qBAAe,MAAM;;;cA2BnG,CAAC;AAEL;;;;;;GAMG;AACH,eAAO,MAAM,kCAAkC,kBAAmB,MAAM;;;;;;;;gBApCzC,MAAM;kBAAY,MAAM;2BAAqB,MAAM;qBAAe,MAAM;;;;;;cA8CnG,CAAC;AAEL,eAAO,MAAM,6BAA6B,kMAAwE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"placeholder-template.state.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-template/placeholder-template.state.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"placeholder-template.state.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-template/placeholder-template.state.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACZ,MAAM,cAAc,CAAC;AAEtB;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC,mCAAmC;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,4EAA4E;IAC5E,gBAAgB,EAAE;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CAC1D;AAED,gCAAgC;AAChC,MAAM,MAAM,eAAe,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAC;AAE7D;;GAEG;AACH,MAAM,WAAW,wBAAyB,SAAQ,WAAW,CAAC,wBAAwB,CAAC;IACrF,IAAI,EAAE,eAAe,CAAC;CACvB;AAED;;GAEG;AACH,eAAO,MAAM,+BAA+B,wBAAwB,CAAC;AAErE;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC,gCAAgC;IAChC,CAAC,+BAA+B,CAAC,EAAE,wBAAwB,CAAC;CAC7D"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PlaceholderTemplateState } from './placeholder-template.state';
|
|
2
1
|
import { Serializer } from '@o3r/core';
|
|
2
|
+
import { PlaceholderTemplateState } from './placeholder-template.state';
|
|
3
3
|
export declare const placeholderTemplateStorageDeserializer: (rawObject: any) => any;
|
|
4
|
-
export declare const placeholderTemplateStorageSync: Serializer<PlaceholderTemplateState
|
|
4
|
+
export declare const placeholderTemplateStorageSync: Readonly<Serializer<PlaceholderTemplateState>>;
|
|
5
5
|
//# sourceMappingURL=placeholder-template.sync.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"placeholder-template.sync.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-template/placeholder-template.sync.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"placeholder-template.sync.d.ts","sourceRoot":"","sources":["../../../src/stores/placeholder-template/placeholder-template.sync.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EACX,MAAM,WAAW,CAAC;AAKnB,OAAO,EAEL,wBAAwB,EACzB,MAAM,8BAA8B,CAAC;AAEtC,eAAO,MAAM,sCAAsC,cAAe,GAAG,QASpE,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,QAAQ,CAAC,UAAU,CAAC,wBAAwB,CAAC,CAEhF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"c11n.directive.d.ts","sourceRoot":"","sources":["../../../src/tools/component-replacement/c11n.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,
|
|
1
|
+
{"version":3,"file":"c11n.directive.d.ts","sourceRoot":"","sources":["../../../src/tools/component-replacement/c11n.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EAGZ,QAAQ,EAIR,eAAe,EACf,SAAS,EACT,SAAS,EAET,aAAa,EACb,IAAI,EACJ,gBAAgB,EACjB,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,eAAe,EAEf,WAAW,EAIZ,MAAM,gBAAgB,CAAC;AACxB,OAAO,KAAK,EACV,iBAAiB,EACjB,aAAa,EACb,OAAO,EACP,YAAY,EACZ,WAAW,EACZ,MAAM,WAAW,CAAC;;AAKnB,qBAea,aAAa,CACxB,CAAC,SAAS,aAAa,GAAG,aAAa,EACvC,CAAC,SAAS,YAAY,GAAG,YAAY,EACrC,CAAC,SAAS,iBAAiB,GAAG,iBAAiB,EAC/C,CAAC,SAAS,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC,CAAE,YAAW,SAAS,EAAE,SAAS;IAuCrD,gBAAgB,EAAE,gBAAgB;IACnD,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAxC3B,wDAAwD;IACxC,SAAS,EAAG,IAAI,CAAC,CAAC,CAAC,CAAC;IAEpC,+CAA+C;IAC/B,MAAM,CAAC,EAAE,CAAC,CAAC;IAE3B,kBAAkB;IACF,WAAW,CAAC,EAAE,WAAW,CAAC;IAE1C,uBAAuB;IACvB,IAAoB,MAAM,CAAC,KAAK,EAAE;SAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;KAAE,EAMzD;IAED,uBAAuB;IACvB,IAAW,MAAM,IAAI;SAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;KAAE,CAE5C;IAED,wCAAwC;IACxB,OAAO,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC;IAEzC,8BAA8B;IACvB,YAAY,EAAG,YAAY,CAAC,CAAC,CAAC,CAAC;IAEtC,OAAO,CAAC,sBAAsB,CAAsB;IAEpD,OAAO,CAAC,OAAO,CAA4B;IAE3C,OAAO,CAAC,YAAY,CAA+B;IAEnD,oDAAoD;IACpD,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAAqB;gBAEtC,gBAAgB,EAAE,gBAAgB,EAClC,cAAc,EAAE,eAAe,EAC/B,QAAQ,EAAE,QAAQ;IAErC;;;OAGG;IACH,OAAO,CAAC,sBAAsB;IAI9B,OAAO,CAAC,YAAY;IAOpB;;;OAGG;IACI,WAAW,CAAC,OAAO,EAAE,aAAa;IAkEzC;;;OAGG;IACI,QAAQ,CAAC,OAAO,EAAE,eAAe;IAOxC;;OAEG;IACI,WAAW;yCAlJP,aAAa;2CAAb,aAAa;CAwJzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"c11n.helpers.d.ts","sourceRoot":"","sources":["../../../src/tools/component-replacement/c11n.helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"c11n.helpers.d.ts","sourceRoot":"","sources":["../../../src/tools/component-replacement/c11n.helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,IAAI,EACL,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,EACV,OAAO,EACR,MAAM,WAAW,CAAC;AAEnB,iFAAiF;AACjF,MAAM,WAAW,qBAAqB;IAEpC,iCAAiC;IACjC,gBAAgB,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;IAE9B,wCAAwC;IACxC,uBAAuB,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;CACtC;AAED;;;;;GAKG;AACH,wBAAgB,uBAAuB,CAAC,CAAC,SAAS,OAAO,EACrD,mBAAmB,EAAE,GAAG,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,kBAAkB,EAAE,MAAM,EAAE,eAAe,EAAE,IAAI,CAAC,CAAC,CAAC,wBAGlG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"c11n.mock.module.d.ts","sourceRoot":"","sources":["../../../src/tools/component-replacement/c11n.mock.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"c11n.mock.module.d.ts","sourceRoot":"","sources":["../../../src/tools/component-replacement/c11n.mock.module.ts"],"names":[],"mappings":"AAKA,OAAO,EACL,UAAU,EACX,MAAM,MAAM,CAAC;;AAQd,0BAA0B;AAC1B,qBAKa,iBAAiB;yCAAjB,iBAAiB;2CAAjB,iBAAiB;CAAG;AAEjC,wBAAwB;AACxB,qBACa,eAAe;IACnB,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,GAAG;IAC7C,YAAY,CAAC,YAAY,EAAE,GAAG,EAAE,QAAQ,EAAE,MAAM,YACrC,UAAU,CAAC,GAAG,CAAC;yCAHtB,eAAe;6CAAf,eAAe;CAK3B;AAED;;GAEG;AACH,qBAKa,cAAc;yCAAd,cAAc;0CAAd,cAAc,UAnBd,iBAAiB,kBAAjB,iBAAiB;0CAmBjB,cAAc;CAAG"}
|
|
@@ -12,6 +12,7 @@ export declare function createC11nService(config: {
|
|
|
12
12
|
}): C11nService;
|
|
13
13
|
export declare class C11nModule {
|
|
14
14
|
/**
|
|
15
|
+
* Get the module with providers for the root component
|
|
15
16
|
* @param config -> registerCompFunc - a function which returns the map of custom components which will be injected in c11n service
|
|
16
17
|
* @param config.registerCompFunc
|
|
17
18
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"c11n.module.d.ts","sourceRoot":"","sources":["../../../src/tools/component-replacement/c11n.module.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"c11n.module.d.ts","sourceRoot":"","sources":["../../../src/tools/component-replacement/c11n.module.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EAEpB,MAAM,eAAe,CAAC;AAIvB,OAAO,EACL,WAAW,EACZ,MAAM,gBAAgB,CAAC;;;AAKxB;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE;IAAE,gBAAgB,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAAE,eAMrF;AAED,qBAIa,UAAU;IACrB;;;;OAIG;WACW,OAAO,CAAC,MAAM,EAAE;QAAE,gBAAgB,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;KAAE,GAAG,mBAAmB,CAAC,UAAU,CAAC;yCANjG,UAAU;0CAAV,UAAU;0CAAV,UAAU;CAkBtB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"c11n.service.d.ts","sourceRoot":"","sources":["../../../src/tools/component-replacement/c11n.service.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"c11n.service.d.ts","sourceRoot":"","sources":["../../../src/tools/component-replacement/c11n.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,IAAI,EACL,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,EACV,aAAa,EACb,OAAO,EACR,MAAM,WAAW,CAAC;AACnB,OAAO,EACL,UAAU,EACX,MAAM,MAAM,CAAC;;AASd,qBACa,WAAW;IACtB,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAmB;gBAEF,aAAa,EAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC;IAI9E;;;;OAIG;IACI,YAAY,CAAC,CAAC,SAAS,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,IAAI,CAAC,CAAC,CAAC;IAI1E;;;;OAIG;IACI,YAAY,CAAC,CAAC,SAAS,OAAO,EAAE,WAAW,EAAE,IAAI,CAAC,CAAC,CAAC,EAAE,OAAO,SAAkB,YACpE,UAAU,CAAC,aAAa,CAAC,KAAG,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;yCAtBtD,WAAW;6CAAX,WAAW;CA+BvB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"c11n.token.d.ts","sourceRoot":"","sources":["../../../src/tools/component-replacement/c11n.token.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"c11n.token.d.ts","sourceRoot":"","sources":["../../../src/tools/component-replacement/c11n.token.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACf,MAAM,eAAe,CAAC;AAEvB,+BAA+B;AAC/B,eAAO,MAAM,yBAAyB,EAAE,cAAc,CAAC,MAAM,CAA8C,CAAC;AAE5G,kDAAkD;AAClD,eAAO,MAAM,wBAAwB,EAAE,cAAc,CAAC,MAAM,CAAwD,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export * from './c11n.directive';
|
|
2
|
-
export * from './c11n.module';
|
|
3
2
|
export * from './c11n.helpers';
|
|
4
|
-
export * from './c11n.service';
|
|
5
3
|
export * from './c11n.mock.module';
|
|
4
|
+
export * from './c11n.module';
|
|
5
|
+
export * from './c11n.service';
|
|
6
6
|
export * from './c11n.token';
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/tools/component-replacement/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/tools/component-replacement/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capitalize.module.d.ts","sourceRoot":"","sources":["../../../../src/tools/pipes/capitalize/capitalize.module.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"capitalize.module.d.ts","sourceRoot":"","sources":["../../../../src/tools/pipes/capitalize/capitalize.module.ts"],"names":[],"mappings":";;AAOA;;GAEG;AACH,qBAIa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capitalize.pipe.d.ts","sourceRoot":"","sources":["../../../../src/tools/pipes/capitalize/capitalize.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"capitalize.pipe.d.ts","sourceRoot":"","sources":["../../../../src/tools/pipes/capitalize/capitalize.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,aAAa,EACd,MAAM,eAAe,CAAC;;AAEvB,qBACa,iBAAkB,YAAW,aAAa;IAC9C,SAAS,CAAC,KAAK,CAAC,EAAE,GAAG;yCADjB,iBAAiB;uCAAjB,iBAAiB;CAM7B;AAED;;GAEG;AACH,qBACa,cAAe,SAAQ,iBAAkB,YAAW,aAAa;yCAAjE,cAAc;uCAAd,cAAc;CAAsD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"duration.module.d.ts","sourceRoot":"","sources":["../../../../src/tools/pipes/duration/duration.module.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"duration.module.d.ts","sourceRoot":"","sources":["../../../../src/tools/pipes/duration/duration.module.ts"],"names":[],"mappings":";;AAOA;;GAEG;AACH,qBAIa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAG"}
|
|
@@ -6,6 +6,7 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare class O3rDurationPipe implements PipeTransform {
|
|
8
8
|
/**
|
|
9
|
+
* Converts a duration in seconds into the HH:mm format
|
|
9
10
|
* @param value the value in seconds
|
|
10
11
|
* @param pattern the desired output format.
|
|
11
12
|
* The pattern takes into account static format characters surrounded by braces
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"duration.pipe.d.ts","sourceRoot":"","sources":["../../../../src/tools/pipes/duration/duration.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"duration.pipe.d.ts","sourceRoot":"","sources":["../../../../src/tools/pipes/duration/duration.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,aAAa,EACd,MAAM,eAAe,CAAC;AACvB,OAAO,EAEL,QAAQ,EACT,MAAM,kBAAkB,CAAC;;AAe1B;;GAEG;AACH,qBACa,eAAgB,YAAW,aAAa;IACnD;;;;;;;;;;;;;;OAcG;IACI,SAAS,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,OAAO,SAAa,EAAE,SAAS,GAAE,QAAQ,EAAqB;yCAhBpF,eAAe;uCAAf,eAAe;CA6C3B;AAED;;;GAGG;AACH,qBACa,YAAa,SAAQ,eAAgB,YAAW,aAAa;yCAA7D,YAAY;uCAAZ,YAAY;CAAoD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"keep-white-space.module.d.ts","sourceRoot":"","sources":["../../../../src/tools/pipes/keep-white-space/keep-white-space.module.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"keep-white-space.module.d.ts","sourceRoot":"","sources":["../../../../src/tools/pipes/keep-white-space/keep-white-space.module.ts"],"names":[],"mappings":";;AAOA;;GAEG;AACH,qBAIa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"keep-white-space.pipe.d.ts","sourceRoot":"","sources":["../../../../src/tools/pipes/keep-white-space/keep-white-space.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"keep-white-space.pipe.d.ts","sourceRoot":"","sources":["../../../../src/tools/pipes/keep-white-space/keep-white-space.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,aAAa,EACd,MAAM,eAAe,CAAC;;AAEvB,qBAGa,qBAAsB,YAAW,aAAa;IAClD,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;yCAD5B,qBAAqB;uCAArB,qBAAqB;CAIjC;AAED;;GAEG;AACH,qBAGa,kBAAmB,SAAQ,qBAAsB,YAAW,aAAa;yCAAzE,kBAAkB;uCAAlB,kBAAkB;CAA0D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"replace-with-bold.module.d.ts","sourceRoot":"","sources":["../../../../src/tools/pipes/replace-with-bold/replace-with-bold.module.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"replace-with-bold.module.d.ts","sourceRoot":"","sources":["../../../../src/tools/pipes/replace-with-bold/replace-with-bold.module.ts"],"names":[],"mappings":";;AAOA;;GAEG;AACH,qBAIa,yBAAyB;yCAAzB,yBAAyB;0CAAzB,yBAAyB;0CAAzB,yBAAyB;CAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"replace-with-bold.pipe.d.ts","sourceRoot":"","sources":["../../../../src/tools/pipes/replace-with-bold/replace-with-bold.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"replace-with-bold.pipe.d.ts","sourceRoot":"","sources":["../../../../src/tools/pipes/replace-with-bold/replace-with-bold.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,aAAa,EACd,MAAM,eAAe,CAAC;;AAIvB,qBAIa,sBAAuB,YAAW,aAAa;IACnD,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM;yCAD/C,sBAAsB;uCAAtB,sBAAsB;CASlC;AAED;;GAEG;AACH,qBAGa,mBAAoB,SAAQ,sBAAuB,YAAW,aAAa;IAC/E,YAAY,CAAC,GAAG,EAAE,MAAM;yCADpB,mBAAmB;uCAAnB,mBAAmB;CAI/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"placeholder.component.d.ts","sourceRoot":"","sources":["../../../src/tools/placeholder/placeholder.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAEhB,iBAAiB,EAGjB,SAAS,EACT,MAAM,EACN,KAAK,MAAM,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,
|
|
1
|
+
{"version":3,"file":"placeholder.component.d.ts","sourceRoot":"","sources":["../../../src/tools/placeholder/placeholder.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAEhB,iBAAiB,EAGjB,SAAS,EACT,MAAM,EACN,KAAK,MAAM,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,KAAK,EACN,MAAM,aAAa,CAAC;AAIrB,OAAO,EACL,eAAe,EAKhB,MAAM,MAAM,CAAC;AAOd,OAAO,EACL,KAAK,eAAe,EACpB,wBAAwB,EAGzB,MAAM,mCAAmC,CAAC;;AAM3C;;;;;GAKG;AACH,qBAUa,oBAAqB,YAAW,MAAM,EAAE,SAAS,EAAE,gBAAgB;IAuBlE,OAAO,CAAC,QAAQ,CAAC,KAAK;IAAmC,OAAO,CAAC,QAAQ,CAAC,EAAE;IAtBxF,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAsB;IAEnD,SAAgB,GAAG,sCAAsD;IAEzE,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAuB;IAEtD,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAkD;IAE5E,sDAAsD;IAC/C,SAAS,CAAC,EAAE,OAAO,CAAC;IAE3B,8BAA8B;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,IAAI,EAAE,MAAM,CAAC,eAAe,CAAC,CAAC;IAErC,wBAAwB;IACxB,IACW,EAAE,CAAC,KAAK,EAAE,MAAM,EAE1B;gBAE4B,KAAK,EAAE,KAAK,CAAC,wBAAwB,CAAC,EAAmB,EAAE,EAAE,iBAAiB;IAI3G,kBAAkB;IACX,QAAQ;IAiDR,kBAAkB;IAKzB,kBAAkB;IACX,WAAW;yCAnFP,oBAAoB;2CAApB,oBAAoB;CAwFhC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"placeholder.interface.d.ts","sourceRoot":"","sources":["../../../src/tools/placeholder/placeholder.interface.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"placeholder.interface.d.ts","sourceRoot":"","sources":["../../../src/tools/placeholder/placeholder.interface.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,mBAAmB,EACpB,MAAM,WAAW,CAAC;AAEnB;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,+BAAgC,SAAQ,wBAAwB,EAC/E,mBAAmB,CAAC,4BAA4B,CAAC;CAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"placeholder.module.d.ts","sourceRoot":"","sources":["../../../src/tools/placeholder/placeholder.module.ts"],"names":[],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"placeholder.module.d.ts","sourceRoot":"","sources":["../../../src/tools/placeholder/placeholder.module.ts"],"names":[],"mappings":";;;;;;AAmBA,qBAUa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAAG"}
|