taon 19.0.4 → 19.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/README.md +175 -175
- package/assets/shared/shared_folder_info.txt +1 -1
- package/bin/start.js +279 -279
- package/bin/taon +6 -6
- package/bin/taon-debug +5 -5
- package/bin/taon-debug-brk +5 -5
- package/browser/README.md +24 -24
- package/browser/fesm2022/taon.mjs +1313 -259
- package/browser/fesm2022/taon.mjs.map +1 -1
- package/browser/lib/base-classes/base-class.d.ts +1 -1
- package/browser/lib/base-classes/base-context.d.ts +6 -6
- package/browser/lib/base-classes/base-repository.d.ts +3 -2
- package/browser/lib/base-classes/base.d.ts +6 -6
- package/browser/lib/create-context.d.ts +12 -12
- package/browser/lib/index.d.ts +18 -18
- package/browser/lib/inject.d.ts +4 -1
- package/browser/lib/ui/taon-table/taon-table.component.d.ts +8 -7
- package/browser/package.json +1 -1
- package/cli.js.map +1 -1
- package/client/README.md +24 -24
- package/client/fesm2022/taon.mjs +1313 -259
- package/client/fesm2022/taon.mjs.map +1 -1
- package/client/lib/base-classes/base-class.d.ts +1 -1
- package/client/lib/base-classes/base-context.d.ts +6 -6
- package/client/lib/base-classes/base-repository.d.ts +3 -2
- package/client/lib/base-classes/base.d.ts +6 -6
- package/client/lib/create-context.d.ts +12 -12
- package/client/lib/index.d.ts +18 -18
- package/client/lib/inject.d.ts +4 -1
- package/client/lib/ui/taon-table/taon-table.component.d.ts +8 -7
- package/client/package.json +1 -1
- package/index.js.map +1 -1
- package/lib/base-classes/base-abstract-entity.js +2 -2
- package/lib/base-classes/base-abstract-entity.js.map +1 -1
- package/lib/base-classes/base-class.d.ts +1 -1
- package/lib/base-classes/base-class.js +13 -4
- package/lib/base-classes/base-class.js.map +1 -1
- package/lib/base-classes/base-context.d.ts +6 -6
- package/lib/base-classes/base-context.js.map +1 -1
- package/lib/base-classes/base-controller.js.map +1 -1
- package/lib/base-classes/base-crud-controller.js +6 -6
- package/lib/base-classes/base-crud-controller.js.map +1 -1
- package/lib/base-classes/base-entity.js +2 -2
- package/lib/base-classes/base-entity.js.map +1 -1
- package/lib/base-classes/base-injector.js +2 -2
- package/lib/base-classes/base-injector.js.map +1 -1
- package/lib/base-classes/base-migration.d.ts +1 -1
- package/lib/base-classes/base-migration.js +2 -2
- package/lib/base-classes/base-migration.js.map +1 -1
- package/lib/base-classes/base-provider.js.map +1 -1
- package/lib/base-classes/base-repository.d.ts +3 -2
- package/lib/base-classes/base-repository.js +14 -11
- package/lib/base-classes/base-repository.js.map +1 -1
- package/lib/base-classes/base-subscriber-for-entity.d.ts +1 -1
- package/lib/base-classes/base-subscriber-for-entity.js.map +1 -1
- package/lib/base-classes/base.d.ts +6 -6
- package/lib/base-classes/base.js.map +1 -1
- package/lib/build-info._auto-generated_.d.ts +2 -1
- package/lib/build-info._auto-generated_.js +3 -2
- package/lib/build-info._auto-generated_.js.map +1 -1
- package/lib/constants.js.map +1 -1
- package/lib/context-db-migrations.d.ts +1 -1
- package/lib/context-db-migrations.js +7 -7
- package/lib/context-db-migrations.js.map +1 -1
- package/lib/create-context.d.ts +12 -12
- package/lib/create-context.js +13 -13
- package/lib/create-context.js.map +1 -1
- package/lib/decorators/classes/controller-decorator.js.map +1 -1
- package/lib/decorators/classes/entity-decorator.d.ts +1 -1
- package/lib/decorators/classes/entity-decorator.js +8 -8
- package/lib/decorators/classes/entity-decorator.js.map +1 -1
- package/lib/decorators/classes/migration-decorator.js.map +1 -1
- package/lib/decorators/classes/provider-decorator.js.map +1 -1
- package/lib/decorators/classes/repository-decorator.js.map +1 -1
- package/lib/decorators/classes/subscriber-decorator.js.map +1 -1
- package/lib/decorators/http/http-decorators.d.ts +1 -1
- package/lib/decorators/http/http-decorators.js +2 -2
- package/lib/decorators/http/http-decorators.js.map +1 -1
- package/lib/decorators/http/http-methods-decorators.d.ts +1 -1
- package/lib/decorators/http/http-methods-decorators.js +2 -2
- package/lib/decorators/http/http-methods-decorators.js.map +1 -1
- package/lib/decorators/http/http-params-decorators.js.map +1 -1
- package/lib/dependency-injection/di-container.js.map +1 -1
- package/lib/endpoint-context.js +112 -112
- package/lib/endpoint-context.js.map +1 -1
- package/lib/entity-process.js +35 -35
- package/lib/entity-process.js.map +1 -1
- package/lib/env.js +2 -2
- package/lib/env.js.map +1 -1
- package/lib/formly/formly-group-wrapper-component.js.map +1 -1
- package/lib/formly/formly-repeat-component.js.map +1 -1
- package/lib/formly/formly.models.js.map +1 -1
- package/lib/formly/fromly.d.ts +1 -1
- package/lib/formly/fromly.js +26 -26
- package/lib/formly/fromly.js.map +1 -1
- package/lib/formly/type-from-entity.js +6 -6
- package/lib/formly/type-from-entity.js.map +1 -1
- package/lib/get-response-value.js +2 -2
- package/lib/get-response-value.js.map +1 -1
- package/lib/helpers/class-helpers.js +21 -21
- package/lib/helpers/class-helpers.js.map +1 -1
- package/lib/helpers/taon-helpers.js +4 -4
- package/lib/helpers/taon-helpers.js.map +1 -1
- package/lib/index._auto-generated_.js.map +1 -1
- package/lib/index.d.ts +18 -18
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/inject.js +0 -5
- package/lib/inject.js.map +1 -1
- package/lib/models.d.ts +1 -1
- package/lib/models.js +5 -5
- package/lib/models.js.map +1 -1
- package/lib/orm.d.ts +1 -1
- package/lib/orm.js +4 -4
- package/lib/orm.js.map +1 -1
- package/lib/realtime/realtime-client.js +3 -3
- package/lib/realtime/realtime-client.js.map +1 -1
- package/lib/realtime/realtime-core.js +3 -3
- package/lib/realtime/realtime-core.js.map +1 -1
- package/lib/realtime/realtime-server.js +7 -7
- package/lib/realtime/realtime-server.js.map +1 -1
- package/lib/realtime/realtime-strategy/index.js.map +1 -1
- package/lib/realtime/realtime-strategy/realtime-strategy-ipc.js.map +1 -1
- package/lib/realtime/realtime-strategy/realtime-strategy-mock.js.map +1 -1
- package/lib/realtime/realtime-strategy/realtime-strategy-socket-io.js.map +1 -1
- package/lib/realtime/realtime-strategy/realtime-strategy.js.map +1 -1
- package/lib/realtime/realtime-subs-manager.js +3 -3
- package/lib/realtime/realtime-subs-manager.js.map +1 -1
- package/lib/realtime/realtime.models.js.map +1 -1
- package/lib/storage.js +2 -2
- package/lib/storage.js.map +1 -1
- package/lib/symbols.js +7 -7
- package/lib/symbols.js.map +1 -1
- package/lib/ui/directives/index.js +2 -2
- package/lib/ui/directives/index.js.map +1 -1
- package/lib/ui/directives/view-mode.js.map +1 -1
- package/lib/ui/index.js +2 -2
- package/lib/ui/index.js.map +1 -1
- package/lib/ui/taon-admin-mode-configuration/index.js +2 -2
- package/lib/ui/taon-admin-mode-configuration/index.js.map +1 -1
- package/lib/ui/taon-admin-mode-configuration/taon-admin.models.js.map +1 -1
- package/lib/ui/taon-github-fork-me-corner/index.js +2 -2
- package/lib/ui/taon-github-fork-me-corner/index.js.map +1 -1
- package/lib/ui/taon-github-fork-me-ribbon/index.js +2 -2
- package/lib/ui/taon-github-fork-me-ribbon/index.js.map +1 -1
- package/lib/ui/taon-notifications/index.js.map +1 -1
- package/lib/ui/taon-notifications/taon-notifications.models.js +2 -2
- package/lib/ui/taon-notifications/taon-notifications.models.js.map +1 -1
- package/lib/ui/taon-progress-bar/index.js +2 -2
- package/lib/ui/taon-progress-bar/index.js.map +1 -1
- package/lib/ui/taon-session-passcode/index.js +2 -2
- package/lib/ui/taon-session-passcode/index.js.map +1 -1
- package/lib/ui/taon-table/index.js +2 -2
- package/lib/ui/taon-table/index.js.map +1 -1
- package/lib/ui/taon-table/taon-table.component.d.ts +7 -6
- package/lib/ui/taon.models.d.ts +1 -1
- package/lib/ui/taon.models.js.map +1 -1
- package/lib/validators.js +8 -8
- package/lib/validators.js.map +1 -1
- package/migrations/index.js.map +1 -1
- package/migrations/migrations_index._auto-generated_.js.map +1 -1
- package/old-app .js +1 -1
- package/old-app .js.map +1 -1
- package/package.json +1 -1
- package/playground.js.map +1 -1
- package/tmp-environment.json +5 -4
- package/websql/README.md +24 -24
- package/websql/fesm2022/taon.mjs +1609 -282
- package/websql/fesm2022/taon.mjs.map +1 -1
- package/websql/lib/base-classes/base-class.d.ts +1 -1
- package/websql/lib/base-classes/base-context.d.ts +6 -6
- package/websql/lib/base-classes/base-repository.d.ts +3 -2
- package/websql/lib/base-classes/base.d.ts +6 -6
- package/websql/lib/create-context.d.ts +12 -12
- package/websql/lib/index.d.ts +18 -18
- package/websql/lib/inject.d.ts +4 -1
- package/websql/lib/ui/taon-table/taon-table.component.d.ts +8 -7
- package/websql/package.json +1 -1
- package/browser/lib/storage.d.ts +0 -2
- package/client/lib/storage.d.ts +0 -2
- package/websql/lib/storage.d.ts +0 -2
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
2
|
declare const BaseContext: {
|
|
3
3
|
types: {
|
|
4
|
-
readonly controllers:
|
|
5
|
-
readonly repositories:
|
|
6
|
-
readonly providers:
|
|
7
|
-
readonly subscribers:
|
|
8
|
-
readonly migrations:
|
|
4
|
+
readonly controllers: any;
|
|
5
|
+
readonly repositories: any;
|
|
6
|
+
readonly providers: any;
|
|
7
|
+
readonly subscribers: any;
|
|
8
|
+
readonly migrations: any;
|
|
9
9
|
};
|
|
10
|
-
readonly contexts:
|
|
10
|
+
readonly contexts: any;
|
|
11
11
|
readonly contextName: string;
|
|
12
12
|
__ref(): Promise<import("taon/browser").EndpointContext>;
|
|
13
13
|
readonly __refSync: import("taon/browser").EndpointContext;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
|
-
import type { FindManyOptions, FindOneOptions, FindOptionsWhere, InsertResult, SaveOptions, UpdateResult } from 'taon-typeorm';
|
|
2
|
+
import type { FindManyOptions, FindOneOptions, FindOptionsWhere, InsertResult, SaveOptions, UpdateResult } from 'taon-typeorm/browser';
|
|
3
3
|
import type { QueryDeepPartialEntity } from 'taon-typeorm/lib/typeorm/query-builder/QueryPartialEntity';
|
|
4
4
|
import type { UpsertOptions } from 'taon-typeorm/lib/typeorm/repository/UpsertOptions';
|
|
5
5
|
import type { DataSource as DataSourceType } from 'taon-typeorm/browser';
|
|
@@ -127,7 +127,8 @@ export declare abstract class BaseRepository<Entity extends {
|
|
|
127
127
|
*/
|
|
128
128
|
insert(entity: QueryDeepPartialEntity<Entity> | QueryDeepPartialEntity<Entity>[]): Promise<InsertResult>;
|
|
129
129
|
update(item: Entity): Promise<any>;
|
|
130
|
-
|
|
130
|
+
private allowedTypesToUpdate;
|
|
131
|
+
updateById<ENTITY = Entity>(id: number | string, item: Entity): Promise<ENTITY>;
|
|
131
132
|
bulkUpdate(items: Entity[]): Promise<any>;
|
|
132
133
|
/**
|
|
133
134
|
* Inserts a given entity into the database, unless a unique constraint conflicts then updates the entity
|
|
@@ -21,13 +21,13 @@ export declare namespace Base {
|
|
|
21
21
|
export import Migration = baseMigration.BaseMigration;
|
|
22
22
|
const Context: {
|
|
23
23
|
types: {
|
|
24
|
-
readonly controllers:
|
|
25
|
-
readonly repositories:
|
|
26
|
-
readonly providers:
|
|
27
|
-
readonly subscribers:
|
|
28
|
-
readonly migrations:
|
|
24
|
+
readonly controllers: any;
|
|
25
|
+
readonly repositories: any;
|
|
26
|
+
readonly providers: any;
|
|
27
|
+
readonly subscribers: any;
|
|
28
|
+
readonly migrations: any;
|
|
29
29
|
};
|
|
30
|
-
readonly contexts:
|
|
30
|
+
readonly contexts: any;
|
|
31
31
|
readonly contextName: string;
|
|
32
32
|
__ref(): Promise<import("taon/browser").EndpointContext>;
|
|
33
33
|
readonly __refSync: import("taon/browser").EndpointContext;
|
|
@@ -3,13 +3,13 @@ import { EndpointContext } from './endpoint-context';
|
|
|
3
3
|
import { Models } from './models';
|
|
4
4
|
export declare const createContextTemplate: <CTX extends Record<string, object>, CTRL extends Record<string, new (...args: any[]) => any>, ENTITY extends Record<string, new (...args: any[]) => any>, REPO extends Record<string, new (...args: any[]) => any>, PROVIDER extends Record<string, new (...args: any[]) => any>, SUBSCRIBER extends Record<string, new (...args: any[]) => any>, MIGRATION extends Record<string, new (...args: any[]) => any>>(configFn: (env: any) => Models.ContextOptions<CTX, CTRL, ENTITY, REPO, PROVIDER, SUBSCRIBER, MIGRATION>) => () => {
|
|
5
5
|
types: {
|
|
6
|
-
readonly controllers:
|
|
7
|
-
readonly repositories:
|
|
8
|
-
readonly providers:
|
|
9
|
-
readonly subscribers:
|
|
10
|
-
readonly migrations:
|
|
6
|
+
readonly controllers: any;
|
|
7
|
+
readonly repositories: any;
|
|
8
|
+
readonly providers: any;
|
|
9
|
+
readonly subscribers: any;
|
|
10
|
+
readonly migrations: any;
|
|
11
11
|
};
|
|
12
|
-
readonly contexts:
|
|
12
|
+
readonly contexts: any;
|
|
13
13
|
readonly contextName: string;
|
|
14
14
|
/**
|
|
15
15
|
* @deprecated
|
|
@@ -44,13 +44,13 @@ export declare const createContextTemplate: <CTX extends Record<string, object>,
|
|
|
44
44
|
};
|
|
45
45
|
export declare const createContext: <CTX extends Record<string, object>, CTRL extends Record<string, new (...args: any[]) => any>, ENTITY extends Record<string, new (...args: any[]) => any>, REPO extends Record<string, new (...args: any[]) => any>, PROVIDER extends Record<string, new (...args: any[]) => any>, SUBSCRIBER extends Record<string, new (...args: any[]) => any>, MIGRATION extends Record<string, new (...args: any[]) => any>>(configFn: (env: any) => Models.ContextOptions<CTX, CTRL, ENTITY, REPO, PROVIDER, SUBSCRIBER, MIGRATION>) => {
|
|
46
46
|
types: {
|
|
47
|
-
readonly controllers:
|
|
48
|
-
readonly repositories:
|
|
49
|
-
readonly providers:
|
|
50
|
-
readonly subscribers:
|
|
51
|
-
readonly migrations:
|
|
47
|
+
readonly controllers: any;
|
|
48
|
+
readonly repositories: any;
|
|
49
|
+
readonly providers: any;
|
|
50
|
+
readonly subscribers: any;
|
|
51
|
+
readonly migrations: any;
|
|
52
52
|
};
|
|
53
|
-
readonly contexts:
|
|
53
|
+
readonly contexts: any;
|
|
54
54
|
readonly contextName: string;
|
|
55
55
|
/**
|
|
56
56
|
* @deprecated
|
package/browser/lib/index.d.ts
CHANGED
|
@@ -48,13 +48,13 @@ export declare namespace Taon {
|
|
|
48
48
|
const isElectron: boolean;
|
|
49
49
|
const createContext: <CTX extends Record<string, object>, CTRL extends Record<string, new (...args: any[]) => any>, ENTITY extends Record<string, new (...args: any[]) => any>, REPO extends Record<string, new (...args: any[]) => any>, PROVIDER extends Record<string, new (...args: any[]) => any>, SUBSCRIBER extends Record<string, new (...args: any[]) => any>, MIGRATION extends Record<string, new (...args: any[]) => any>>(configFn: (env: any) => models.Models.ContextOptions<CTX, CTRL, ENTITY, REPO, PROVIDER, SUBSCRIBER, MIGRATION>) => {
|
|
50
50
|
types: {
|
|
51
|
-
readonly controllers:
|
|
52
|
-
readonly repositories:
|
|
53
|
-
readonly providers:
|
|
54
|
-
readonly subscribers:
|
|
55
|
-
readonly migrations:
|
|
51
|
+
readonly controllers: any;
|
|
52
|
+
readonly repositories: any;
|
|
53
|
+
readonly providers: any;
|
|
54
|
+
readonly subscribers: any;
|
|
55
|
+
readonly migrations: any;
|
|
56
56
|
};
|
|
57
|
-
readonly contexts:
|
|
57
|
+
readonly contexts: any;
|
|
58
58
|
readonly contextName: string;
|
|
59
59
|
__ref(): Promise<endpointContext.EndpointContext>;
|
|
60
60
|
readonly __refSync: endpointContext.EndpointContext;
|
|
@@ -73,13 +73,13 @@ export declare namespace Taon {
|
|
|
73
73
|
};
|
|
74
74
|
const createContextTemplate: <CTX extends Record<string, object>, CTRL extends Record<string, new (...args: any[]) => any>, ENTITY extends Record<string, new (...args: any[]) => any>, REPO extends Record<string, new (...args: any[]) => any>, PROVIDER extends Record<string, new (...args: any[]) => any>, SUBSCRIBER extends Record<string, new (...args: any[]) => any>, MIGRATION extends Record<string, new (...args: any[]) => any>>(configFn: (env: any) => models.Models.ContextOptions<CTX, CTRL, ENTITY, REPO, PROVIDER, SUBSCRIBER, MIGRATION>) => () => {
|
|
75
75
|
types: {
|
|
76
|
-
readonly controllers:
|
|
77
|
-
readonly repositories:
|
|
78
|
-
readonly providers:
|
|
79
|
-
readonly subscribers:
|
|
80
|
-
readonly migrations:
|
|
76
|
+
readonly controllers: any;
|
|
77
|
+
readonly repositories: any;
|
|
78
|
+
readonly providers: any;
|
|
79
|
+
readonly subscribers: any;
|
|
80
|
+
readonly migrations: any;
|
|
81
81
|
};
|
|
82
|
-
readonly contexts:
|
|
82
|
+
readonly contexts: any;
|
|
83
83
|
readonly contextName: string;
|
|
84
84
|
__ref(): Promise<endpointContext.EndpointContext>;
|
|
85
85
|
readonly __refSync: endpointContext.EndpointContext;
|
|
@@ -109,13 +109,13 @@ export declare namespace Taon {
|
|
|
109
109
|
controllers: Function[];
|
|
110
110
|
}) => Promise<{
|
|
111
111
|
types: {
|
|
112
|
-
readonly controllers:
|
|
113
|
-
readonly repositories:
|
|
114
|
-
readonly providers:
|
|
115
|
-
readonly subscribers:
|
|
116
|
-
readonly migrations:
|
|
112
|
+
readonly controllers: any;
|
|
113
|
+
readonly repositories: any;
|
|
114
|
+
readonly providers: any;
|
|
115
|
+
readonly subscribers: any;
|
|
116
|
+
readonly migrations: any;
|
|
117
117
|
};
|
|
118
|
-
readonly contexts:
|
|
118
|
+
readonly contexts: any;
|
|
119
119
|
readonly contextName: string;
|
|
120
120
|
__ref(): Promise<endpointContext.EndpointContext>;
|
|
121
121
|
readonly __refSync: endpointContext.EndpointContext;
|
package/browser/lib/inject.d.ts
CHANGED
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
|
-
import { TemplateRef, EventEmitter, ElementRef } from '@angular/core';
|
|
3
|
-
import { Taon } from '../../../lib';
|
|
2
|
+
import { OnInit, TemplateRef, EventEmitter, ElementRef, OnDestroy } from '@angular/core';
|
|
4
3
|
import { PageEvent } from '@angular/material/paginator';
|
|
5
4
|
import { MtxGridColumn } from '@ng-matero/extensions/grid';
|
|
5
|
+
import { Taon } from '../../../lib';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class TaonTableComponent {
|
|
7
|
+
export declare class TaonTableComponent implements OnDestroy, OnInit {
|
|
8
8
|
pageNumber: number;
|
|
9
9
|
pageSize: number;
|
|
10
10
|
allowedColumns: string[];
|
|
11
|
-
entity: typeof Taon.Base.Entity | string;
|
|
12
11
|
expansionTemplate: TemplateRef<any>;
|
|
13
12
|
rows: {
|
|
14
13
|
id: number;
|
|
15
14
|
name: string;
|
|
16
15
|
}[];
|
|
16
|
+
entityCrudController: Taon.Base.CrudController<any>;
|
|
17
17
|
columns: MtxGridColumn[];
|
|
18
18
|
pageSizeOptions: number[];
|
|
19
|
+
hideSearch: boolean;
|
|
19
20
|
expansionChange: EventEmitter<any>;
|
|
20
21
|
addingItem: EventEmitter<void>;
|
|
21
22
|
search?: ElementRef<HTMLElement>;
|
|
@@ -25,13 +26,13 @@ export declare class TaonTableComponent {
|
|
|
25
26
|
isLoading: boolean;
|
|
26
27
|
totalElements: number;
|
|
27
28
|
private sub;
|
|
28
|
-
|
|
29
|
+
get entity(): typeof Taon.Base.Entity;
|
|
29
30
|
ngOnInit(): Promise<void>;
|
|
30
31
|
ngOnDestroy(): void;
|
|
31
32
|
getNextPage(e: PageEvent): Promise<void>;
|
|
32
|
-
|
|
33
|
+
getData(): Promise<void>;
|
|
33
34
|
expansionRow(e: any): void;
|
|
34
35
|
onTableContextMenu(e: any): void;
|
|
35
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<TaonTableComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TaonTableComponent, "taon-table", never, { "pageNumber": { "alias": "pageNumber"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "allowedColumns": { "alias": "allowedColumns"; "required": false; }; "
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TaonTableComponent, "taon-table", never, { "pageNumber": { "alias": "pageNumber"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "allowedColumns": { "alias": "allowedColumns"; "required": false; }; "expansionTemplate": { "alias": "expansionTemplate"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "entityCrudController": { "alias": "entityCrudController"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "hideSearch": { "alias": "hideSearch"; "required": false; }; }, { "expansionChange": "expansionChange"; "addingItem": "addingItem"; }, never, never, false, never>;
|
|
37
38
|
}
|
package/browser/package.json
CHANGED
package/cli.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli.js","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"cli.js","sourceRoot":"","sources":["/Users/dfilipiak/projects/npm/taon-dev/taon/src/cli.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,IAAI,QAAQ,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC;AACxC,KAAK;AACL,KAAK;AAGL,IAAI,OAAO,GAAG,QAAQ,CAAC;AACvB,KAAK;AACL,KAAK;AAGE,MAAM,KAAK,GAAG,KAAK,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,EAAE;IACvD,MAAO,OAAe,CAAC,IAAI,EAAE,aAAa,EAAE,IAAI,CAAC,CAAC;AACpD,CAAC,CAAC;AAFW,QAAA,KAAK,SAEhB;AACF,yBAAyB"}
|
package/client/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# MyLib
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# MyLib
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|