taon 21.0.3 → 21.0.9
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/browser/fesm2022/{taon.mjs → taon-browser.mjs} +1954 -1239
- package/browser/fesm2022/taon-browser.mjs.map +1 -0
- package/browser/package.json +1 -1
- package/browser/types/taon-browser.d.ts +2152 -0
- package/icon-menu-taon.svg +15 -15
- package/lib/base-classes/base-abstract-entity.d.ts +1 -1
- package/lib/base-classes/base-abstract-entity.js +12 -12
- package/lib/base-classes/base-abstract-entity.js.map +1 -1
- package/lib/base-classes/base-angular-service.d.ts +1 -1
- package/lib/base-classes/base-angular-service.js +6 -3
- package/lib/base-classes/base-angular-service.js.map +1 -1
- package/lib/base-classes/base-context.d.ts +2 -2
- package/lib/base-classes/base-controller.js +7 -1
- package/lib/base-classes/base-controller.js.map +1 -1
- package/lib/base-classes/base-crud-controller.js +52 -12
- package/lib/base-classes/base-crud-controller.js.map +1 -1
- package/lib/base-classes/base-entity.js +2 -6
- package/lib/base-classes/base-entity.js.map +1 -1
- package/lib/base-classes/base-repository.d.ts +3 -3
- package/lib/base-classes/base-repository.js +15 -10
- package/lib/base-classes/base-repository.js.map +1 -1
- package/lib/base-classes/base.d.ts +1 -46
- package/lib/base-classes/base.js +17 -30
- package/lib/base-classes/base.js.map +1 -1
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/context-db-migrations.d.ts +2 -1
- package/lib/create-context.d.ts +4 -4
- package/lib/decorators/classes/entity-decorator.js +1 -1
- package/lib/decorators/classes/entity-decorator.js.map +1 -1
- package/lib/decorators/http/http-decorators.d.ts +1 -19
- package/lib/decorators/http/http-decorators.js +20 -22
- package/lib/decorators/http/http-decorators.js.map +1 -1
- package/lib/endpoint-context.d.ts +3 -2
- package/lib/express-types.d.ts +1 -0
- package/lib/express-types.js +3 -0
- package/lib/express-types.js.map +1 -0
- package/lib/formly/{formly-group-wrapper-component.d.ts → formly-group-wrapper.component.d.ts} +1 -1
- package/lib/formly/{formly-repeat-component.d.ts → formly-repeat.component.d.ts} +1 -1
- package/lib/formly/fromly.js +24 -24
- package/lib/formly/fromly.js.map +1 -1
- package/lib/get-response-value.d.ts +3 -3
- package/lib/get-response-value.js.map +1 -1
- package/lib/index.d.ts +148 -47
- package/lib/index.js +166 -55
- package/lib/index.js.map +1 -1
- package/lib/models.d.ts +3 -3
- package/lib/models.js.map +1 -1
- package/lib/orm/columns.d.ts +28 -0
- package/lib/orm/columns.js +102 -0
- package/lib/orm/columns.js.map +1 -0
- package/lib/orm/index.d.ts +1 -0
- package/lib/orm/index.js +73 -0
- package/lib/orm/index.js.map +1 -0
- package/lib/realtime/realtime-core.d.ts +1 -1
- package/lib/realtime/realtime-strategy/realtime-strategy-socket-io.d.ts +1 -2
- package/lib/realtime/realtime-strategy/realtime-strategy-socket-io.js.map +1 -1
- package/lib/realtime/realtime-strategy/realtime-strategy.d.ts +1 -1
- package/lib/realtime/realtime-subs-manager.d.ts +1 -1
- package/lib/symbols.d.ts +31 -31
- package/lib/symbols.js +59 -59
- package/lib/symbols.js.map +1 -1
- package/lib/ui/index.js +2 -2
- package/lib/ui/taon-admin-mode-configuration/index.js +2 -2
- package/package.json +1 -1
- package/websql/fesm2022/{taon.mjs → taon-websql.mjs} +1317 -649
- package/websql/fesm2022/taon-websql.mjs.map +1 -0
- package/websql/package.json +1 -1
- package/websql/types/taon-websql.d.ts +2161 -0
- package/browser/fesm2022/taon.mjs.map +0 -1
- package/browser/index.d.ts +0 -6
- package/browser/lib/base-classes/base-abstract-entity.d.ts +0 -8
- package/browser/lib/base-classes/base-angular-service.d.ts +0 -34
- package/browser/lib/base-classes/base-class.d.ts +0 -16
- package/browser/lib/base-classes/base-context.d.ts +0 -21
- package/browser/lib/base-classes/base-controller.d.ts +0 -83
- package/browser/lib/base-classes/base-crud-controller.d.ts +0 -29
- package/browser/lib/base-classes/base-custom-repository.d.ts +0 -4
- package/browser/lib/base-classes/base-entity.d.ts +0 -17
- package/browser/lib/base-classes/base-file-upload.middleware.d.ts +0 -15
- package/browser/lib/base-classes/base-injector.d.ts +0 -68
- package/browser/lib/base-classes/base-middleware.d.ts +0 -39
- package/browser/lib/base-classes/base-migration.d.ts +0 -12
- package/browser/lib/base-classes/base-provider.d.ts +0 -9
- package/browser/lib/base-classes/base-repository.d.ts +0 -267
- package/browser/lib/base-classes/base-subscriber-for-entity.d.ts +0 -82
- package/browser/lib/base-classes/base.d.ts +0 -47
- package/browser/lib/config/controller-config.d.ts +0 -22
- package/browser/lib/config/controller-options.d.ts +0 -17
- package/browser/lib/config/method-config.d.ts +0 -40
- package/browser/lib/config/param-config.d.ts +0 -9
- package/browser/lib/constants.d.ts +0 -10
- package/browser/lib/context-db-migrations.d.ts +0 -18
- package/browser/lib/create-context.d.ts +0 -79
- package/browser/lib/decorators/classes/controller-decorator.d.ts +0 -6
- package/browser/lib/decorators/classes/entity-decorator.d.ts +0 -20
- package/browser/lib/decorators/classes/middleware-decorator.d.ts +0 -8
- package/browser/lib/decorators/classes/migration-decorator.d.ts +0 -8
- package/browser/lib/decorators/classes/provider-decorator.d.ts +0 -8
- package/browser/lib/decorators/classes/repository-decorator.d.ts +0 -8
- package/browser/lib/decorators/classes/subscriber-decorator.d.ts +0 -9
- package/browser/lib/decorators/decorator-abstract-opt.d.ts +0 -4
- package/browser/lib/decorators/http/http-decorators.d.ts +0 -21
- package/browser/lib/decorators/http/http-methods-decorators.d.ts +0 -71
- package/browser/lib/decorators/http/http-params-decorators.d.ts +0 -9
- package/browser/lib/dependency-injection/di-container.d.ts +0 -6
- package/browser/lib/endpoint-context-storage.d.ts +0 -12
- package/browser/lib/endpoint-context.d.ts +0 -198
- package/browser/lib/entity-process.d.ts +0 -40
- package/browser/lib/get-response-value.d.ts +0 -7
- package/browser/lib/helpers/class-helpers.d.ts +0 -25
- package/browser/lib/helpers/clone-obj.d.ts +0 -2
- package/browser/lib/helpers/taon-helpers.d.ts +0 -19
- package/browser/lib/index.d.ts +0 -129
- package/browser/lib/inject.d.ts +0 -5
- package/browser/lib/models.d.ts +0 -257
- package/browser/lib/orm.d.ts +0 -3
- package/browser/lib/realtime/realtime-client.d.ts +0 -42
- package/browser/lib/realtime/realtime-core.d.ts +0 -41
- package/browser/lib/realtime/realtime-server.d.ts +0 -44
- package/browser/lib/realtime/realtime-strategy/index.d.ts +0 -5
- package/browser/lib/realtime/realtime-strategy/realtime-strategy-ipc.d.ts +0 -82
- package/browser/lib/realtime/realtime-strategy/realtime-strategy-mock.d.ts +0 -15
- package/browser/lib/realtime/realtime-strategy/realtime-strategy-socket-io.d.ts +0 -16
- package/browser/lib/realtime/realtime-strategy/realtime-strategy.d.ts +0 -12
- package/browser/lib/realtime/realtime-subs-manager.d.ts +0 -15
- package/browser/lib/realtime/realtime.models.d.ts +0 -28
- package/browser/lib/symbols.d.ts +0 -66
- package/browser/lib/ui/index.d.ts +0 -2
- package/browser/lib/ui/taon-admin-mode-configuration/index.d.ts +0 -2
- package/browser/lib/ui/taon-admin-mode-configuration/taon-admin.service.d.ts +0 -22
- package/browser/lib/validators.d.ts +0 -8
- package/browser/public-api.d.ts +0 -2
- package/lib/decorators/classes/controller-config.d.ts +0 -20
- package/lib/decorators/classes/controller-config.js +0 -21
- package/lib/decorators/classes/controller-config.js.map +0 -1
- package/lib/decorators/classes/controller-options.d.ts +0 -16
- package/lib/decorators/classes/controller-options.js +0 -20
- package/lib/decorators/classes/controller-options.js.map +0 -1
- package/lib/formly/formly-group-wrapper-component.js +0 -51
- package/lib/formly/formly-group-wrapper-component.js.map +0 -1
- package/lib/formly/formly-repeat-component.js +0 -95
- package/lib/formly/formly-repeat-component.js.map +0 -1
- package/lib/orm.d.ts +0 -68
- package/lib/orm.js +0 -112
- package/lib/orm.js.map +0 -1
- package/websql/fesm2022/taon.mjs.map +0 -1
- package/websql/index.d.ts +0 -6
- package/websql/lib/base-classes/base-abstract-entity.d.ts +0 -8
- package/websql/lib/base-classes/base-angular-service.d.ts +0 -34
- package/websql/lib/base-classes/base-class.d.ts +0 -16
- package/websql/lib/base-classes/base-context.d.ts +0 -21
- package/websql/lib/base-classes/base-controller.d.ts +0 -83
- package/websql/lib/base-classes/base-crud-controller.d.ts +0 -29
- package/websql/lib/base-classes/base-custom-repository.d.ts +0 -4
- package/websql/lib/base-classes/base-entity.d.ts +0 -17
- package/websql/lib/base-classes/base-file-upload.middleware.d.ts +0 -15
- package/websql/lib/base-classes/base-injector.d.ts +0 -68
- package/websql/lib/base-classes/base-middleware.d.ts +0 -39
- package/websql/lib/base-classes/base-migration.d.ts +0 -12
- package/websql/lib/base-classes/base-provider.d.ts +0 -9
- package/websql/lib/base-classes/base-repository.d.ts +0 -272
- package/websql/lib/base-classes/base-subscriber-for-entity.d.ts +0 -82
- package/websql/lib/base-classes/base.d.ts +0 -47
- package/websql/lib/config/controller-config.d.ts +0 -22
- package/websql/lib/config/controller-options.d.ts +0 -17
- package/websql/lib/config/method-config.d.ts +0 -40
- package/websql/lib/config/param-config.d.ts +0 -9
- package/websql/lib/constants.d.ts +0 -10
- package/websql/lib/context-db-migrations.d.ts +0 -18
- package/websql/lib/create-context.d.ts +0 -79
- package/websql/lib/decorators/classes/controller-decorator.d.ts +0 -6
- package/websql/lib/decorators/classes/entity-decorator.d.ts +0 -20
- package/websql/lib/decorators/classes/middleware-decorator.d.ts +0 -8
- package/websql/lib/decorators/classes/migration-decorator.d.ts +0 -8
- package/websql/lib/decorators/classes/provider-decorator.d.ts +0 -8
- package/websql/lib/decorators/classes/repository-decorator.d.ts +0 -8
- package/websql/lib/decorators/classes/subscriber-decorator.d.ts +0 -9
- package/websql/lib/decorators/decorator-abstract-opt.d.ts +0 -4
- package/websql/lib/decorators/http/http-decorators.d.ts +0 -21
- package/websql/lib/decorators/http/http-methods-decorators.d.ts +0 -71
- package/websql/lib/decorators/http/http-params-decorators.d.ts +0 -9
- package/websql/lib/dependency-injection/di-container.d.ts +0 -6
- package/websql/lib/endpoint-context-storage.d.ts +0 -12
- package/websql/lib/endpoint-context.d.ts +0 -200
- package/websql/lib/entity-process.d.ts +0 -40
- package/websql/lib/get-response-value.d.ts +0 -7
- package/websql/lib/helpers/class-helpers.d.ts +0 -25
- package/websql/lib/helpers/clone-obj.d.ts +0 -2
- package/websql/lib/helpers/taon-helpers.d.ts +0 -19
- package/websql/lib/index.d.ts +0 -129
- package/websql/lib/inject.d.ts +0 -5
- package/websql/lib/models.d.ts +0 -261
- package/websql/lib/orm.d.ts +0 -69
- package/websql/lib/realtime/realtime-client.d.ts +0 -42
- package/websql/lib/realtime/realtime-core.d.ts +0 -41
- package/websql/lib/realtime/realtime-server.d.ts +0 -44
- package/websql/lib/realtime/realtime-strategy/index.d.ts +0 -5
- package/websql/lib/realtime/realtime-strategy/realtime-strategy-ipc.d.ts +0 -82
- package/websql/lib/realtime/realtime-strategy/realtime-strategy-mock.d.ts +0 -15
- package/websql/lib/realtime/realtime-strategy/realtime-strategy-socket-io.d.ts +0 -16
- package/websql/lib/realtime/realtime-strategy/realtime-strategy.d.ts +0 -12
- package/websql/lib/realtime/realtime-subs-manager.d.ts +0 -15
- package/websql/lib/realtime/realtime.models.d.ts +0 -28
- package/websql/lib/symbols.d.ts +0 -66
- package/websql/lib/ui/index.d.ts +0 -2
- package/websql/lib/ui/taon-admin-mode-configuration/index.d.ts +0 -2
- package/websql/lib/ui/taon-admin-mode-configuration/taon-admin.service.d.ts +0 -22
- package/websql/lib/validators.d.ts +0 -8
- package/websql/public-api.d.ts +0 -2
package/browser/public-api.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { Models } from '../../models';
|
|
2
|
-
import { TaonMiddlewareInheritanceObj } from '../http/http-methods-decorators';
|
|
3
|
-
import { TaonControllerOptions } from './controller-options';
|
|
4
|
-
export declare class ControllerConfig extends TaonControllerOptions {
|
|
5
|
-
methods: {
|
|
6
|
-
[methodName: string]: Models.MethodConfig;
|
|
7
|
-
};
|
|
8
|
-
/**
|
|
9
|
-
* Calculated path from parents controllers
|
|
10
|
-
*/
|
|
11
|
-
calculatedPath?: string;
|
|
12
|
-
/**
|
|
13
|
-
* a way to transform entity before sending to browser
|
|
14
|
-
*/
|
|
15
|
-
browserTransformFn?: (entity: any) => any;
|
|
16
|
-
/**
|
|
17
|
-
* Calculated middlewares object from parents controllers
|
|
18
|
-
*/
|
|
19
|
-
calculatedMiddlewaresControllerObj?: TaonMiddlewareInheritanceObj;
|
|
20
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ControllerConfig = void 0;
|
|
4
|
-
const controller_options_1 = require("./controller-options");
|
|
5
|
-
class ControllerConfig extends controller_options_1.TaonControllerOptions {
|
|
6
|
-
methods = {};
|
|
7
|
-
/**
|
|
8
|
-
* Calculated path from parents controllers
|
|
9
|
-
*/
|
|
10
|
-
calculatedPath;
|
|
11
|
-
/**
|
|
12
|
-
* a way to transform entity before sending to browser
|
|
13
|
-
*/
|
|
14
|
-
browserTransformFn;
|
|
15
|
-
/**
|
|
16
|
-
* Calculated middlewares object from parents controllers
|
|
17
|
-
*/
|
|
18
|
-
calculatedMiddlewaresControllerObj;
|
|
19
|
-
}
|
|
20
|
-
exports.ControllerConfig = ControllerConfig;
|
|
21
|
-
//# sourceMappingURL=controller-config.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"controller-config.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAIA,6DAA6D;AAE7D,MAAa,gBAAiB,SAAQ,0CAAqB;IACzD,OAAO,GAAkD,EAAE,CAAC;IAC5D;;OAEG;IACH,cAAc,CAAU;IACxB;;OAEG;IACH,kBAAkB,CAAwB;IAC1C;;OAEG;IACH,kCAAkC,CAAgC;CACnE;AAdD,4CAcC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { DecoratorAbstractOpt } from '../decorator-abstract-opt';
|
|
2
|
-
import type { TaonMiddlewareFunction } from '../http/http-methods-decorators';
|
|
3
|
-
export declare class TaonControllerOptions<ControllerClass = any> extends DecoratorAbstractOpt {
|
|
4
|
-
/**
|
|
5
|
-
* typeorm realtime subscribtion // TODO disabled for now, does not make sense ?s
|
|
6
|
-
*/
|
|
7
|
-
realtime?: boolean;
|
|
8
|
-
/**
|
|
9
|
-
* override default path for controller api
|
|
10
|
-
*/
|
|
11
|
-
path?: string;
|
|
12
|
-
/**
|
|
13
|
-
* Middlewares to be applied to all methods in the controller
|
|
14
|
-
*/
|
|
15
|
-
middlewares?: TaonMiddlewareFunction;
|
|
16
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TaonControllerOptions = void 0;
|
|
4
|
-
const decorator_abstract_opt_1 = require("../decorator-abstract-opt");
|
|
5
|
-
class TaonControllerOptions extends decorator_abstract_opt_1.DecoratorAbstractOpt {
|
|
6
|
-
/**
|
|
7
|
-
* typeorm realtime subscribtion // TODO disabled for now, does not make sense ?s
|
|
8
|
-
*/
|
|
9
|
-
realtime;
|
|
10
|
-
/**
|
|
11
|
-
* override default path for controller api
|
|
12
|
-
*/
|
|
13
|
-
path;
|
|
14
|
-
/**
|
|
15
|
-
* Middlewares to be applied to all methods in the controller
|
|
16
|
-
*/
|
|
17
|
-
middlewares;
|
|
18
|
-
}
|
|
19
|
-
exports.TaonControllerOptions = TaonControllerOptions;
|
|
20
|
-
//# sourceMappingURL=controller-options.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"controller-options.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,sEAAiE;AAGjE,MAAa,qBAEX,SAAQ,6CAAoB;IAC5B;;OAEG;IACH,QAAQ,CAAW;IACnB;;OAEG;IACH,IAAI,CAAU;IACd;;OAEG;IACH,WAAW,CAA0B;CACtC;AAfD,sDAeC"}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
-
exports.FormlyHorizontalWrapper = void 0;
|
|
10
|
-
const core_1 = require("@angular/core");
|
|
11
|
-
const core_2 = require("@ngx-formly/core");
|
|
12
|
-
let FormlyHorizontalWrapper = class FormlyHorizontalWrapper extends core_2.FieldWrapper {
|
|
13
|
-
fieldComponent;
|
|
14
|
-
};
|
|
15
|
-
exports.FormlyHorizontalWrapper = FormlyHorizontalWrapper;
|
|
16
|
-
__decorate([
|
|
17
|
-
(0, core_1.ViewChild)('fieldComponent', { read: core_1.ViewContainerRef }) // @ts-ignore
|
|
18
|
-
], FormlyHorizontalWrapper.prototype, "fieldComponent", void 0);
|
|
19
|
-
exports.FormlyHorizontalWrapper = FormlyHorizontalWrapper = __decorate([
|
|
20
|
-
(0, core_1.Component)({
|
|
21
|
-
selector: 'formly-horizontal-wrapper',
|
|
22
|
-
standalone: false,
|
|
23
|
-
template: `
|
|
24
|
-
<div class="form-group row">
|
|
25
|
-
<label
|
|
26
|
-
[attr.for]="id"
|
|
27
|
-
class="col-sm-2 col-form-label"
|
|
28
|
-
*ngIf="to.label">
|
|
29
|
-
{{ to.label }}
|
|
30
|
-
<ng-container *ngIf="to.required && to.hideRequiredMarker !== true"
|
|
31
|
-
>*</ng-container
|
|
32
|
-
>
|
|
33
|
-
</label>
|
|
34
|
-
<div class="col-sm-10">
|
|
35
|
-
<ng-template #fieldComponent></ng-template>
|
|
36
|
-
</div>
|
|
37
|
-
</div>
|
|
38
|
-
`,
|
|
39
|
-
styles: [
|
|
40
|
-
`
|
|
41
|
-
:host {
|
|
42
|
-
display: block;
|
|
43
|
-
padding: 5px;
|
|
44
|
-
margin-bottom: 5px;
|
|
45
|
-
border: 1px dotted gray;
|
|
46
|
-
}
|
|
47
|
-
`,
|
|
48
|
-
],
|
|
49
|
-
})
|
|
50
|
-
], FormlyHorizontalWrapper);
|
|
51
|
-
//# sourceMappingURL=formly-group-wrapper-component.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"formly-group-wrapper-component.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;;;;;;;AAAA,wCAAuE;AACvE,2CAAgD;AAgCzC,IAAM,uBAAuB,GAA7B,MAAM,uBAAwB,SAAQ,mBAAY;IAEvD,cAAc,CAAmB;CAClC,CAAA;AAHY,0DAAuB;AAElC;IADC,IAAA,gBAAS,EAAC,gBAAgB,EAAE,EAAE,IAAI,EAAE,uBAAgB,EAAE,CAAC,CAAC,aAAa;+DACrC;kCAFtB,uBAAuB;IA9BnC,IAAA,gBAAS,EAAC;QACT,QAAQ,EAAE,2BAA2B;QACrC,UAAU,EAAE,KAAK;QACjB,QAAQ,EAAE;;;;;;;;;;;;;;;GAeT;QACD,MAAM,EAAE;YACN;;;;;;;KAOC;SACF;KACF,CAAC;GACW,uBAAuB,CAGnC"}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
-
exports.RepeatTypeComponent = void 0;
|
|
10
|
-
const core_1 = require("@angular/core");
|
|
11
|
-
const core_2 = require("@ngx-formly/core");
|
|
12
|
-
/*
|
|
13
|
-
|
|
14
|
-
DON'T FORGET
|
|
15
|
-
...
|
|
16
|
-
FormlyModule.forRoot({
|
|
17
|
-
types: [
|
|
18
|
-
{ name: 'repeat', component: RepeatTypeComponent },
|
|
19
|
-
],
|
|
20
|
-
}),
|
|
21
|
-
...
|
|
22
|
-
|
|
23
|
-
*/
|
|
24
|
-
let RepeatTypeComponent = class RepeatTypeComponent extends core_2.FieldArrayType {
|
|
25
|
-
get labelTemplate() {
|
|
26
|
-
// @ts-ignore
|
|
27
|
-
return this.field.fieldArray.templateOptions.label; // TODO QUICK_FIX
|
|
28
|
-
}
|
|
29
|
-
constructor(builder) {
|
|
30
|
-
// TODO QUICK_FIX
|
|
31
|
-
// @ts-ignore
|
|
32
|
-
super(builder);
|
|
33
|
-
}
|
|
34
|
-
};
|
|
35
|
-
exports.RepeatTypeComponent = RepeatTypeComponent;
|
|
36
|
-
exports.RepeatTypeComponent = RepeatTypeComponent = __decorate([
|
|
37
|
-
(0, core_1.Component)({
|
|
38
|
-
selector: 'formly-repeat-section',
|
|
39
|
-
standalone: false,
|
|
40
|
-
template: `
|
|
41
|
-
<div *ngIf="field.fieldGroup && field.fieldGroup.length === 0">
|
|
42
|
-
Press button to add new element...
|
|
43
|
-
</div>
|
|
44
|
-
<div
|
|
45
|
-
*ngFor="let field of field.fieldGroup; let i = index"
|
|
46
|
-
class="taon-formly-array">
|
|
47
|
-
<formly-group
|
|
48
|
-
[model]="model[i]"
|
|
49
|
-
[field]="field"
|
|
50
|
-
[options]="options"
|
|
51
|
-
[form]="formControl">
|
|
52
|
-
<div>
|
|
53
|
-
<button
|
|
54
|
-
class="btn btn-danger"
|
|
55
|
-
type="button"
|
|
56
|
-
(click)="remove(i)">
|
|
57
|
-
Remove
|
|
58
|
-
</button>
|
|
59
|
-
</div>
|
|
60
|
-
</formly-group>
|
|
61
|
-
</div>
|
|
62
|
-
<div>
|
|
63
|
-
<button
|
|
64
|
-
class="btn btn-primary"
|
|
65
|
-
type="button"
|
|
66
|
-
(click)="add()">
|
|
67
|
-
{{ labelTemplate }}
|
|
68
|
-
</button>
|
|
69
|
-
</div>
|
|
70
|
-
`,
|
|
71
|
-
styles: [
|
|
72
|
-
`
|
|
73
|
-
:host {
|
|
74
|
-
display: block;
|
|
75
|
-
padding: 5px;
|
|
76
|
-
margin-bottom: 5px;
|
|
77
|
-
border: 1px solid gray;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
formly-group {
|
|
81
|
-
display: block;
|
|
82
|
-
border: 1px dashed gray;
|
|
83
|
-
margin-bottom: 5px;
|
|
84
|
-
padding: 5px;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.taon-formly-array {
|
|
88
|
-
padding: 5px;
|
|
89
|
-
background: white;
|
|
90
|
-
}
|
|
91
|
-
`,
|
|
92
|
-
],
|
|
93
|
-
})
|
|
94
|
-
], RepeatTypeComponent);
|
|
95
|
-
//# sourceMappingURL=formly-repeat-component.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"formly-repeat-component.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;;;;;;;AAAA,wCAA0C;AAC1C,2CAAqE;AAErE;;;;;;;;;;;EAWE;AA2DK,IAAM,mBAAmB,GAAzB,MAAM,mBAAoB,SAAQ,qBAAc;IACrD,IAAI,aAAa;QACf,aAAa;QACb,OAAO,IAAI,CAAC,KAAK,CAAC,UAAU,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC,iBAAiB;IACvE,CAAC;IACD,YAAY,OAA0B;QACpC,iBAAiB;QACjB,aAAa;QACb,KAAK,CAAC,OAAO,CAAC,CAAC;IACjB,CAAC;CACF,CAAA;AAVY,kDAAmB;8BAAnB,mBAAmB;IAzD/B,IAAA,gBAAS,EAAC;QACT,QAAQ,EAAE,uBAAuB;QACjC,UAAU,EAAE,KAAK;QACjB,QAAQ,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BT;QACD,MAAM,EAAE;YACN;;;;;;;;;;;;;;;;;;;KAmBC;SACF;KACF,CAAC;GACW,mBAAmB,CAU/B"}
|
package/lib/orm.d.ts
DELETED
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import * as tsorm from 'taon-typeorm';
|
|
2
|
-
export declare namespace Orm {
|
|
3
|
-
const Repository: any;
|
|
4
|
-
export import Connection = tsorm.Connection;
|
|
5
|
-
namespace ListenEvent {
|
|
6
|
-
export import AfterInsert = tsorm.AfterInsert;
|
|
7
|
-
export import AfterLoad = tsorm.AfterLoad;
|
|
8
|
-
export import AfterRecover = tsorm.AfterRecover;
|
|
9
|
-
export import AfterRemove = tsorm.AfterRemove;
|
|
10
|
-
export import AfterSoftRemove = tsorm.AfterSoftRemove;
|
|
11
|
-
export import AfterUpdate = tsorm.AfterUpdate;
|
|
12
|
-
export import BeforeInsert = tsorm.BeforeInsert;
|
|
13
|
-
export import BeforeRecover = tsorm.BeforeRecover;
|
|
14
|
-
export import BeforeRemove = tsorm.BeforeRemove;
|
|
15
|
-
export import BeforeSoftRemove = tsorm.BeforeSoftRemove;
|
|
16
|
-
export import BeforeUpdate = tsorm.BeforeUpdate;
|
|
17
|
-
}
|
|
18
|
-
namespace Tree {
|
|
19
|
-
export import Children = tsorm.TreeChildren;
|
|
20
|
-
export import Parent = tsorm.TreeParent;
|
|
21
|
-
}
|
|
22
|
-
namespace Column {
|
|
23
|
-
export import Generated = tsorm.PrimaryGeneratedColumn;
|
|
24
|
-
export import Primary = tsorm.PrimaryColumn;
|
|
25
|
-
export import Index = tsorm.Index;
|
|
26
|
-
export import CreateDate = tsorm.CreateDateColumn;
|
|
27
|
-
export import UpdateDate = tsorm.UpdateDateColumn;
|
|
28
|
-
export import DeleteDate = tsorm.DeleteDateColumn;
|
|
29
|
-
export import Custom = tsorm.Column;
|
|
30
|
-
/**
|
|
31
|
-
* 100 default characters varchar
|
|
32
|
-
*/
|
|
33
|
-
const String: <T = string>(defaultValue?: T, length?: number) => any;
|
|
34
|
-
/**
|
|
35
|
-
* 100 characters varchar
|
|
36
|
-
*/
|
|
37
|
-
const String100: <T = string>(defaultValue?: T) => any;
|
|
38
|
-
/**
|
|
39
|
-
* 100 characters varchar
|
|
40
|
-
*/
|
|
41
|
-
const String45: <T = string>(defaultValue?: T) => any;
|
|
42
|
-
/**
|
|
43
|
-
* 500 characters varchar
|
|
44
|
-
*/
|
|
45
|
-
const String500: <T = string>(defaultValue?: T) => any;
|
|
46
|
-
/**
|
|
47
|
-
* 200 characters varchar
|
|
48
|
-
*/
|
|
49
|
-
const String200: <T = string>(defaultValue?: T) => any;
|
|
50
|
-
const Number: () => any;
|
|
51
|
-
const DecimalNumber: () => any;
|
|
52
|
-
const SimpleJson: () => any;
|
|
53
|
-
const Boolean: (defaultValue: boolean | null) => any;
|
|
54
|
-
const DateTIme: (defaultValue?: boolean | null) => any;
|
|
55
|
-
export import Version = tsorm.VersionColumn;
|
|
56
|
-
export import Virtual = tsorm.VirtualColumn;
|
|
57
|
-
}
|
|
58
|
-
namespace Join {
|
|
59
|
-
export import Table = tsorm.JoinTable;
|
|
60
|
-
export import Column = tsorm.JoinColumn;
|
|
61
|
-
}
|
|
62
|
-
namespace Relation {
|
|
63
|
-
export import OneToMany = tsorm.OneToMany;
|
|
64
|
-
export import OneToOne = tsorm.OneToOne;
|
|
65
|
-
export import ManyToMany = tsorm.ManyToMany;
|
|
66
|
-
export import ManyToOne = tsorm.ManyToOne;
|
|
67
|
-
}
|
|
68
|
-
}
|
package/lib/orm.js
DELETED
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Orm = void 0;
|
|
4
|
-
//#region @websql
|
|
5
|
-
const tsorm = require("taon-typeorm/lib");
|
|
6
|
-
//#endregion
|
|
7
|
-
const lib_1 = require("tnp-core/lib");
|
|
8
|
-
//#region orm
|
|
9
|
-
var Orm;
|
|
10
|
-
(function (Orm) {
|
|
11
|
-
//#region @websql
|
|
12
|
-
Orm.Repository = tsorm.Repository;
|
|
13
|
-
Orm.Connection = tsorm.Connection;
|
|
14
|
-
let ListenEvent;
|
|
15
|
-
(function (ListenEvent) {
|
|
16
|
-
ListenEvent.AfterInsert = tsorm.AfterInsert;
|
|
17
|
-
ListenEvent.AfterLoad = tsorm.AfterLoad;
|
|
18
|
-
ListenEvent.AfterRecover = tsorm.AfterRecover;
|
|
19
|
-
ListenEvent.AfterRemove = tsorm.AfterRemove;
|
|
20
|
-
ListenEvent.AfterSoftRemove = tsorm.AfterSoftRemove;
|
|
21
|
-
ListenEvent.AfterUpdate = tsorm.AfterUpdate;
|
|
22
|
-
ListenEvent.BeforeInsert = tsorm.BeforeInsert;
|
|
23
|
-
ListenEvent.BeforeRecover = tsorm.BeforeRecover;
|
|
24
|
-
ListenEvent.BeforeRemove = tsorm.BeforeRemove;
|
|
25
|
-
ListenEvent.BeforeSoftRemove = tsorm.BeforeSoftRemove;
|
|
26
|
-
ListenEvent.BeforeUpdate = tsorm.BeforeUpdate;
|
|
27
|
-
})(ListenEvent = Orm.ListenEvent || (Orm.ListenEvent = {}));
|
|
28
|
-
let Tree;
|
|
29
|
-
(function (Tree) {
|
|
30
|
-
Tree.Children = tsorm.TreeChildren;
|
|
31
|
-
Tree.Parent = tsorm.TreeParent;
|
|
32
|
-
})(Tree = Orm.Tree || (Orm.Tree = {}));
|
|
33
|
-
let Column;
|
|
34
|
-
(function (Column) {
|
|
35
|
-
Column.Generated = tsorm.PrimaryGeneratedColumn;
|
|
36
|
-
Column.Primary = tsorm.PrimaryColumn;
|
|
37
|
-
Column.Index = tsorm.Index;
|
|
38
|
-
Column.CreateDate = tsorm.CreateDateColumn;
|
|
39
|
-
Column.UpdateDate = tsorm.UpdateDateColumn;
|
|
40
|
-
Column.DeleteDate = tsorm.DeleteDateColumn;
|
|
41
|
-
Column.Custom = tsorm.Column;
|
|
42
|
-
/**
|
|
43
|
-
* 100 default characters varchar
|
|
44
|
-
*/
|
|
45
|
-
Column.String = (defaultValue = null, length = 100) => tsorm.Column({
|
|
46
|
-
type: 'varchar',
|
|
47
|
-
length,
|
|
48
|
-
nullable: lib_1._.isNil(defaultValue),
|
|
49
|
-
default: defaultValue,
|
|
50
|
-
});
|
|
51
|
-
/**
|
|
52
|
-
* 100 characters varchar
|
|
53
|
-
*/
|
|
54
|
-
Column.String100 = (defaultValue = null) => tsorm.Column({
|
|
55
|
-
type: 'varchar',
|
|
56
|
-
length: 100,
|
|
57
|
-
nullable: lib_1._.isNil(defaultValue),
|
|
58
|
-
default: defaultValue,
|
|
59
|
-
});
|
|
60
|
-
/**
|
|
61
|
-
* 100 characters varchar
|
|
62
|
-
*/
|
|
63
|
-
Column.String45 = (defaultValue = null) => tsorm.Column({
|
|
64
|
-
type: 'varchar',
|
|
65
|
-
length: 45,
|
|
66
|
-
nullable: lib_1._.isNil(defaultValue),
|
|
67
|
-
default: defaultValue,
|
|
68
|
-
});
|
|
69
|
-
/**
|
|
70
|
-
* 500 characters varchar
|
|
71
|
-
*/
|
|
72
|
-
Column.String500 = (defaultValue = null) => tsorm.Column({
|
|
73
|
-
type: 'varchar',
|
|
74
|
-
length: 500,
|
|
75
|
-
nullable: lib_1._.isNil(defaultValue),
|
|
76
|
-
default: defaultValue,
|
|
77
|
-
});
|
|
78
|
-
/**
|
|
79
|
-
* 200 characters varchar
|
|
80
|
-
*/
|
|
81
|
-
Column.String200 = (defaultValue = null) => tsorm.Column({
|
|
82
|
-
type: 'varchar',
|
|
83
|
-
length: 200,
|
|
84
|
-
nullable: lib_1._.isNil(defaultValue),
|
|
85
|
-
default: defaultValue,
|
|
86
|
-
});
|
|
87
|
-
Column.Number = () => tsorm.Column({ type: 'int', nullable: true });
|
|
88
|
-
Column.DecimalNumber = () => tsorm.Column({ type: 'float', nullable: true });
|
|
89
|
-
Column.SimpleJson = () => tsorm.Column({ type: 'simple-json', nullable: true });
|
|
90
|
-
Column.Boolean = (defaultValue) => tsorm.Column({ type: 'boolean', nullable: true, default: defaultValue });
|
|
91
|
-
Column.DateTIme = (defaultValue = null) => tsorm.Column({ type: 'datetime', nullable: true, default: defaultValue });
|
|
92
|
-
// TODO has limitation => comma in name
|
|
93
|
-
// export const SimpleArray = () => tsorm.Column({ type: 'simple-array', nullable: true });
|
|
94
|
-
Column.Version = tsorm.VersionColumn;
|
|
95
|
-
Column.Virtual = tsorm.VirtualColumn;
|
|
96
|
-
})(Column = Orm.Column || (Orm.Column = {}));
|
|
97
|
-
let Join;
|
|
98
|
-
(function (Join) {
|
|
99
|
-
Join.Table = tsorm.JoinTable;
|
|
100
|
-
Join.Column = tsorm.JoinColumn;
|
|
101
|
-
})(Join = Orm.Join || (Orm.Join = {}));
|
|
102
|
-
let Relation;
|
|
103
|
-
(function (Relation) {
|
|
104
|
-
Relation.OneToMany = tsorm.OneToMany;
|
|
105
|
-
Relation.OneToOne = tsorm.OneToOne;
|
|
106
|
-
Relation.ManyToMany = tsorm.ManyToMany;
|
|
107
|
-
Relation.ManyToOne = tsorm.ManyToOne;
|
|
108
|
-
})(Relation = Orm.Relation || (Orm.Relation = {}));
|
|
109
|
-
//#endregion
|
|
110
|
-
})(Orm || (exports.Orm = Orm = {}));
|
|
111
|
-
//#endregion
|
|
112
|
-
//# sourceMappingURL=orm.js.map
|
package/lib/orm.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"orm.js","sourceRoot":"","sources":[""],"names":[],"mappings":"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"}
|