@decaf-ts/for-angular 0.0.5 → 0.0.6
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/dist/lib/components/component-renderer/component-renderer.component.d.ts +3 -3
- package/dist/lib/components/crud-field/crud-field.component.d.ts +1 -3
- package/dist/lib/components/crud-form/crud-form.component.d.ts +1 -1
- package/dist/lib/components/model-renderer/model-renderer.component.d.ts +3 -4
- package/dist/lib/engine/NgxCrudFormField.d.ts +3 -7
- package/dist/lib/engine/NgxRenderingEngine.d.ts +2 -3
- package/dist/lib/engine/NgxRenderingEngine2.d.ts +5 -6
- package/dist/lib/engine/ValidatorFactory.d.ts +2 -2
- package/dist/lib/engine/types.d.ts +4 -3
- package/dist/lib/esm2022/components/component-renderer/component-renderer.component.mjs +6 -3
- package/dist/lib/esm2022/components/crud-field/crud-field.component.mjs +20 -11
- package/dist/lib/esm2022/components/crud-form/crud-form.component.mjs +1 -2
- package/dist/lib/esm2022/components/model-renderer/model-renderer.component.mjs +8 -7
- package/dist/lib/esm2022/engine/NgxCrudFormField.mjs +21 -15
- package/dist/lib/esm2022/engine/NgxFormService.mjs +1 -1
- package/dist/lib/esm2022/engine/NgxRenderingEngine.mjs +2 -4
- package/dist/lib/esm2022/engine/NgxRenderingEngine2.mjs +5 -6
- package/dist/lib/esm2022/engine/ValidatorFactory.mjs +4 -4
- package/dist/lib/esm2022/engine/types.mjs +1 -1
- package/dist/lib/esm2022/for-angular.module.mjs +1 -1
- package/dist/lib/fesm2022/decaf-ts-for-angular.mjs +59 -45
- package/dist/lib/fesm2022/decaf-ts-for-angular.mjs.map +1 -1
- package/dist/lib/for-angular.module.d.ts +2 -1
- package/package.json +3 -5
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import { Logger } from '@decaf-ts/logging';
|
|
3
|
+
import { FunctionLike } from './engine';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
import * as i1 from "@ionic/angular/standalone";
|
|
5
6
|
import * as i2 from "@angular/common";
|
|
6
7
|
import * as i3 from "@angular/forms";
|
|
7
8
|
import * as i4 from "@ngx-translate/core";
|
|
8
|
-
export declare function getLogger(instance:
|
|
9
|
+
export declare function getLogger(instance: string | FunctionLike | unknown): Logger;
|
|
9
10
|
/**
|
|
10
11
|
* @description Main Angular module for the Decaf framework
|
|
11
12
|
* @summary The ForAngularModule provides the core functionality for integrating Decaf with Angular applications.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@decaf-ts/for-angular",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"ng": "ng",
|
|
6
6
|
"decaf": "npx decaf angular generate",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"build:new": "rimraf ./.angular && npm run build",
|
|
17
17
|
"build:cli": "tsc --project tsconfig.cli.json --outDir dist/for-angular/cli",
|
|
18
18
|
"start": "ng run for-angular-app:serve --host=localhost --port=8110",
|
|
19
|
-
"server": "rimraf .angular &&
|
|
19
|
+
"server": "rimraf .angular && npm run lint && npm run start",
|
|
20
20
|
"server:pwa": "lite-server",
|
|
21
21
|
"watch": "ng build for-angular --watch --configuration development",
|
|
22
22
|
"test": "npm run test:all",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@decaf-ts/utils": "^0.2.6",
|
|
55
55
|
"@faker-js/faker": "^9.7.0",
|
|
56
56
|
"@ionic/angular-toolkit": "^12.1.1",
|
|
57
|
-
"@playwright/test": "^1.
|
|
57
|
+
"@playwright/test": "^1.54.1",
|
|
58
58
|
"@rollup/plugin-commonjs": "^28.0.3",
|
|
59
59
|
"@rollup/plugin-json": "^6.1.0",
|
|
60
60
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
@@ -67,7 +67,6 @@
|
|
|
67
67
|
"@storybook/blocks": "^8.6.14",
|
|
68
68
|
"@storybook/test": "^8.6.14",
|
|
69
69
|
"@types/ffmpeg-static": "^3.0.3",
|
|
70
|
-
"@types/fluent-ffmpeg": "^2.1.27",
|
|
71
70
|
"@types/jest": "^30.0.0",
|
|
72
71
|
"@types/node": "^22.15.24",
|
|
73
72
|
"angular-eslint": "20.1.1",
|
|
@@ -76,7 +75,6 @@
|
|
|
76
75
|
"eslint": "^9.29.0",
|
|
77
76
|
"eslint-plugin-storybook": "^0.12.0",
|
|
78
77
|
"ffmpeg-static": "^5.2.0",
|
|
79
|
-
"fluent-ffmpeg": "^2.1.3",
|
|
80
78
|
"jest": "^29.7.0",
|
|
81
79
|
"jest-html-reporters": "^3.1.7",
|
|
82
80
|
"jest-junit": "^16.0.0",
|