@rxap/schematic-angular 19.0.4-dev.2 → 19.1.0-dev.1
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/CHANGELOG.md +10 -0
- package/package.json +6 -6
- package/src/lib/backend/nest-js-backend-options.d.ts +5 -0
- package/src/lib/backend/nest-js-backend-options.js +2 -2
- package/src/lib/backend/nest-js-backend-options.js.map +1 -1
- package/src/schema.json +6 -0
- package/src/schematics/accordion/accordion-component/schema.json +6 -0
- package/src/schematics/accordion/accordion-item-component/schema.json +6 -0
- package/src/schematics/accordion/item/accordion-item-data-grid-component/schema.json +6 -0
- package/src/schematics/accordion/item/accordion-item-nested-component/schema.json +6 -0
- package/src/schematics/accordion/item/accordion-item-switch-component/schema.json +6 -0
- package/src/schematics/accordion/item/accordion-item-table-component/schema.json +6 -0
- package/src/schematics/accordion/item/accordion-item-tree-table-component/schema.json +6 -0
- package/src/schematics/backend.schema.json +3 -0
- package/src/schematics/data-grid-component/schema.json +6 -0
- package/src/schematics/dialog-component/schema.json +6 -0
- package/src/schematics/form/control/autocomplete-form-control/schema.json +6 -0
- package/src/schematics/form/control/autocomplete-table-select-form-control/schema.json +6 -0
- package/src/schematics/form/control/date-form-control/schema.json +6 -0
- package/src/schematics/form/control/input-form-control/schema.json +6 -0
- package/src/schematics/form/control/select-form-control/schema.json +6 -0
- package/src/schematics/form/control/table-select-form-control/schema.json +6 -0
- package/src/schematics/form/form-array/schema.json +6 -0
- package/src/schematics/form/form-component/schema.json +6 -0
- package/src/schematics/form/form-control/schema.json +6 -0
- package/src/schematics/form/form-definition/schema.json +6 -0
- package/src/schematics/form/form-group/schema.json +6 -0
- package/src/schematics/route-component/schema.json +6 -0
- package/src/schematics/table/action/dialog-table-action/schema.json +6 -0
- package/src/schematics/table/action/form-table-action/schema.json +6 -0
- package/src/schematics/table/action/navigation-table-action/schema.json +6 -0
- package/src/schematics/table/action/open-api-table-action/schema.json +6 -0
- package/src/schematics/table/action/operation-table-action/schema.json +6 -0
- package/src/schematics/table/header-button/form-table-header-button/schema.json +6 -0
- package/src/schematics/table/header-button/method-table-header-button/schema.json +6 -0
- package/src/schematics/table/header-button/navigation-table-header-button/schema.json +6 -0
- package/src/schematics/table/table-action/schema.json +6 -0
- package/src/schematics/table/table-component/schema.json +6 -0
- package/src/schematics/table/table-header-button/schema.json +6 -0
- package/src/schematics/table/tree-table-component/schema.json +6 -0
- package/src/schematics/tree-component/schema.json +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [19.1.0-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/schematic-angular@19.1.0-dev.0...@rxap/schematic-angular@19.1.0-dev.1) (2025-04-02)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/schematic-angular
|
|
9
|
+
|
|
10
|
+
# [19.1.0-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/schematic-angular@19.0.4-dev.2...@rxap/schematic-angular@19.1.0-dev.0) (2025-03-26)
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- **backend:** add serverId option for OpenAPI client SDK ([f0142a8](https://gitlab.com/rxap/packages/commit/f0142a8e2bf7f64e90daa896219405263ff85407))
|
|
15
|
+
|
|
6
16
|
## [19.0.4-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/schematic-angular@19.0.4-dev.1...@rxap/schematic-angular@19.0.4-dev.2) (2025-03-26)
|
|
7
17
|
|
|
8
18
|
**Note:** Version bump only for package @rxap/schematic-angular
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "19.0
|
|
2
|
+
"version": "19.1.0-dev.1",
|
|
3
3
|
"name": "@rxap/schematic-angular",
|
|
4
4
|
"description": "Provides schematics for generating Angular components, services, and related files, particularly focused on creating tables, forms, data grids, and accordions with NestJS integration. It offers tools for generating UI elements with backend connectivity, including data sources, methods, and form handling. This package aims to streamline the development of data-driven Angular applications with a focus on material design and backend integration.\n",
|
|
5
5
|
"license": "GPL-3.0-or-later",
|
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
"@angular-devkit/core": "19.2.1",
|
|
8
8
|
"@angular-devkit/schematics": "19.2.1",
|
|
9
9
|
"@nx/devkit": "20.5.0",
|
|
10
|
-
"@rxap/schematics-ts-morph": "^19.0
|
|
11
|
-
"@rxap/schematics-utilities": "^19.0.4-dev.
|
|
10
|
+
"@rxap/schematics-ts-morph": "^19.1.0-dev.1",
|
|
11
|
+
"@rxap/schematics-utilities": "^19.0.4-dev.3",
|
|
12
12
|
"@rxap/ts-morph": "^1.5.5-dev.0",
|
|
13
13
|
"@rxap/utilities": "^16.4.4-dev.0",
|
|
14
|
-
"@rxap/workspace-ts-morph": "^19.1.12-dev.
|
|
15
|
-
"@rxap/workspace-utilities": "^19.8.0-dev.
|
|
14
|
+
"@rxap/workspace-ts-morph": "^19.1.12-dev.3",
|
|
15
|
+
"@rxap/workspace-utilities": "^19.8.0-dev.3",
|
|
16
16
|
"colors": "1.4.0",
|
|
17
17
|
"handlebars": "^4.7.8",
|
|
18
18
|
"ts-morph": "18.0.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"schematics": "./collection.json",
|
|
47
47
|
"type": "commonjs",
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "b32f110144dafee760d535d217a2855e77f154a5",
|
|
49
49
|
"types": "./src/index.d.ts",
|
|
50
50
|
"main": "./src/index.js"
|
|
51
51
|
}
|
|
@@ -7,9 +7,14 @@ export interface NestJsBackendOptions extends BaseBackendOptions {
|
|
|
7
7
|
* The nx workspace project name where the backend will be created
|
|
8
8
|
*/
|
|
9
9
|
project?: string;
|
|
10
|
+
/**
|
|
11
|
+
* The OpenAPI client sdk serverId used to build operationIds and import paths for operations
|
|
12
|
+
*/
|
|
13
|
+
serverId?: string;
|
|
10
14
|
}
|
|
11
15
|
export interface NormalizedNestJsBackendOptions extends Readonly<Normalized<Omit<NestJsBackendOptions, keyof BaseBackendOptions>> & NormalizedBaseBackendOptions> {
|
|
12
16
|
kind: BackendTypes.NESTJS;
|
|
13
17
|
project: string | null;
|
|
18
|
+
serverId: string | null;
|
|
14
19
|
}
|
|
15
20
|
export declare function NormalizeNestJsBackendOptions(options: NestJsBackendOptions, backendContext?: BackendContext): NormalizedNestJsBackendOptions;
|
|
@@ -4,7 +4,7 @@ exports.NormalizeNestJsBackendOptions = NormalizeNestJsBackendOptions;
|
|
|
4
4
|
const backend_types_1 = require("./backend-types");
|
|
5
5
|
const base_backend_options_1 = require("./base-backend-options");
|
|
6
6
|
function NormalizeNestJsBackendOptions(options, backendContext) {
|
|
7
|
-
var _a;
|
|
8
|
-
return Object.assign(Object.assign({}, (0, base_backend_options_1.NormalizeBaseBackendOptions)(options, backendContext)), { kind: backend_types_1.BackendTypes.NESTJS, project: (_a = options.project) !== null && _a !== void 0 ? _a : null });
|
|
7
|
+
var _a, _b;
|
|
8
|
+
return Object.assign(Object.assign({}, (0, base_backend_options_1.NormalizeBaseBackendOptions)(options, backendContext)), { kind: backend_types_1.BackendTypes.NESTJS, project: (_a = options.project) !== null && _a !== void 0 ? _a : null, serverId: (_b = options.serverId) !== null && _b !== void 0 ? _b : null });
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=nest-js-backend-options.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nest-js-backend-options.js","sourceRoot":"","sources":["../../../../../../../packages/schematic/angular/src/lib/backend/nest-js-backend-options.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"nest-js-backend-options.js","sourceRoot":"","sources":["../../../../../../../packages/schematic/angular/src/lib/backend/nest-js-backend-options.ts"],"names":[],"mappings":";;AA2BA,sEAOC;AAjCD,mDAA+C;AAE/C,iEAIgC;AAoBhC,SAAgB,6BAA6B,CAAC,OAA6B,EAAE,cAA+B;;IAC1G,uCACK,IAAA,kDAA2B,EAAC,OAAO,EAAE,cAAc,CAAC,KACvD,IAAI,EAAE,4BAAY,CAAC,MAAM,EACzB,OAAO,EAAE,MAAA,OAAO,CAAC,OAAO,mCAAI,IAAI,EAChC,QAAQ,EAAE,MAAA,OAAO,CAAC,QAAQ,mCAAI,IAAI,IAClC;AACJ,CAAC"}
|
package/src/schema.json
CHANGED