@o3r/third-party 12.1.0-prerelease.4 → 12.1.0-prerelease.40
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/third-party",
|
|
3
|
-
"version": "12.1.0-prerelease.
|
|
3
|
+
"version": "12.1.0-prerelease.40",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"@angular-devkit/schematics": "^19.0.0",
|
|
20
|
-
"@o3r/core": "^12.1.0-prerelease.
|
|
21
|
-
"@o3r/schematics": "^12.1.0-prerelease.
|
|
20
|
+
"@o3r/core": "^12.1.0-prerelease.40",
|
|
21
|
+
"@o3r/schematics": "^12.1.0-prerelease.40",
|
|
22
22
|
"@schematics/angular": "^19.0.0",
|
|
23
23
|
"rxjs": "^7.8.1",
|
|
24
24
|
"typescript": "^5.5.4"
|
|
@@ -9,5 +9,5 @@ export declare function ngAddIframeFn(options: NgAddIframeSchematicsSchema): Rul
|
|
|
9
9
|
* Add iframe to an existing component
|
|
10
10
|
* @param options
|
|
11
11
|
*/
|
|
12
|
-
export declare const ngAddIframe: (options:
|
|
12
|
+
export declare const ngAddIframe: (options: any) => Rule;
|
|
13
13
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/iframe-to-component/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAIL,IAAI,EAGL,MAAM,4BAA4B,CAAC;AAmBpC,OAAO,KAAK,EACV,2BAA2B,EAC5B,MAAM,UAAU,CAAC;AA0BlB;;;GAGG;AACH,wBAAgB,aAAa,CAAC,OAAO,EAAE,2BAA2B,GAAG,IAAI,CAwKxE;AAED;;;GAGG;AACH,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/iframe-to-component/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAIL,IAAI,EAGL,MAAM,4BAA4B,CAAC;AAmBpC,OAAO,KAAK,EACV,2BAA2B,EAC5B,MAAM,UAAU,CAAC;AA0BlB;;;GAGG;AACH,wBAAgB,aAAa,CAAC,OAAO,EAAE,2BAA2B,GAAG,IAAI,CAwKxE;AAED;;;GAGG;AACH,eAAO,MAAM,WAAW,wBAAsC,CAAC"}
|
|
@@ -158,5 +158,5 @@ function ngAddIframeFn(options) {
|
|
|
158
158
|
* Add iframe to an existing component
|
|
159
159
|
* @param options
|
|
160
160
|
*/
|
|
161
|
-
exports.ngAddIframe = (0, schematics_2.
|
|
161
|
+
exports.ngAddIframe = (0, schematics_2.createOtterSchematic)(ngAddIframeFn);
|
|
162
162
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAEL,KAAK,IAAI,EACV,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EACV,qBAAqB,EACtB,MAAM,UAAU,CAAC;AA4BlB;;;GAGG;AACH,eAAO,MAAM,KAAK,YAAa,qBAAqB,KAAG,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAEL,KAAK,IAAI,EACV,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EACV,qBAAqB,EACtB,MAAM,UAAU,CAAC;AA4BlB;;;GAGG;AACH,eAAO,MAAM,KAAK,YAAa,qBAAqB,KAAG,IAKtD,CAAC"}
|
|
@@ -33,8 +33,8 @@ function ngAddFn(options) {
|
|
|
33
33
|
* @param options
|
|
34
34
|
*/
|
|
35
35
|
const ngAdd = (options) => async (_, { logger }) => {
|
|
36
|
-
const {
|
|
37
|
-
return
|
|
36
|
+
const { createOtterSchematic } = await Promise.resolve().then(() => require('@o3r/schematics')).catch(reportMissingSchematicsDep(logger));
|
|
37
|
+
return createOtterSchematic(ngAddFn)(options);
|
|
38
38
|
};
|
|
39
39
|
exports.ngAdd = ngAdd;
|
|
40
40
|
//# sourceMappingURL=index.js.map
|