taon-ui 0.0.2
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/assets/shared/shared_folder_info.txt +7 -0
- package/browser/README.md +24 -0
- package/browser/fesm2022/taon-ui.mjs +1232 -0
- package/browser/fesm2022/taon-ui.mjs.map +1 -0
- package/browser/index.d.ts +6 -0
- package/browser/lib/index.d.ts +4 -0
- package/browser/lib/layouts/index.d.ts +2 -0
- package/browser/lib/layouts/taon-bootstrap-navbar/index.d.ts +2 -0
- package/browser/lib/layouts/taon-bootstrap-navbar/taon-bootstrap-navbar.component.d.ts +10 -0
- package/browser/lib/taon.models.d.ts +12 -0
- package/browser/lib/ui/directives/index.d.ts +4 -0
- package/browser/lib/ui/directives/safe.pipe.d.ts +11 -0
- package/browser/lib/ui/directives/taon-inject-html.directive.d.ts +10 -0
- package/browser/lib/ui/directives/taon-long-press.directive.d.ts +26 -0
- package/browser/lib/ui/index.d.ts +10 -0
- package/browser/lib/ui/taon-admin-mode-configuration/index.d.ts +3 -0
- package/browser/lib/ui/taon-admin-mode-configuration/taon-admin-mode-configuration.component.d.ts +47 -0
- package/browser/lib/ui/taon-admin-mode-configuration/taon-admin.models.d.ts +6 -0
- package/browser/lib/ui/taon-full-material.module.d.ts +50 -0
- package/browser/lib/ui/taon-github-fork-me-corner/index.d.ts +3 -0
- package/browser/lib/ui/taon-github-fork-me-corner/taon-github-fork-me-corner.component.d.ts +7 -0
- package/browser/lib/ui/taon-github-fork-me-corner/taon-github-fork-me-corner.module.d.ts +9 -0
- package/browser/lib/ui/taon-notifications/index.d.ts +5 -0
- package/browser/lib/ui/taon-notifications/taon-notifications.component.d.ts +13 -0
- package/browser/lib/ui/taon-notifications/taon-notifications.models.d.ts +7 -0
- package/browser/lib/ui/taon-notifications/taon-notifications.module.d.ts +8 -0
- package/browser/lib/ui/taon-notifications/taon-notifications.service.d.ts +15 -0
- package/browser/lib/ui/taon-progress-bar/index.d.ts +3 -0
- package/browser/lib/ui/taon-progress-bar/taon-progress-bar.component.d.ts +17 -0
- package/browser/lib/ui/taon-progress-bar/taon-progress-bar.module.d.ts +9 -0
- package/browser/lib/ui/taon-session-passcode/index.d.ts +2 -0
- package/browser/lib/ui/taon-session-passcode/taon-session-passcode.component.d.ts +39 -0
- package/browser/lib/ui/taon-table/index.d.ts +3 -0
- package/browser/lib/ui/taon-table/taon-table.component.d.ts +38 -0
- package/browser/lib/ui/taon-table/taon-table.module.d.ts +17 -0
- package/browser/package.json +13 -0
- package/browser/public-api.d.ts +2 -0
- package/cli.d.ts +1 -0
- package/cli.js +8 -0
- package/cli.js.map +1 -0
- package/client/README.md +24 -0
- package/client/fesm2022/taon-ui.mjs +1232 -0
- package/client/fesm2022/taon-ui.mjs.map +1 -0
- package/client/index.d.ts +6 -0
- package/client/lib/index.d.ts +4 -0
- package/client/lib/layouts/index.d.ts +2 -0
- package/client/lib/layouts/taon-bootstrap-navbar/index.d.ts +2 -0
- package/client/lib/layouts/taon-bootstrap-navbar/taon-bootstrap-navbar.component.d.ts +10 -0
- package/client/lib/taon.models.d.ts +12 -0
- package/client/lib/ui/directives/index.d.ts +4 -0
- package/client/lib/ui/directives/safe.pipe.d.ts +11 -0
- package/client/lib/ui/directives/taon-inject-html.directive.d.ts +10 -0
- package/client/lib/ui/directives/taon-long-press.directive.d.ts +26 -0
- package/client/lib/ui/index.d.ts +10 -0
- package/client/lib/ui/taon-admin-mode-configuration/index.d.ts +3 -0
- package/client/lib/ui/taon-admin-mode-configuration/taon-admin-mode-configuration.component.d.ts +47 -0
- package/client/lib/ui/taon-admin-mode-configuration/taon-admin.models.d.ts +6 -0
- package/client/lib/ui/taon-full-material.module.d.ts +50 -0
- package/client/lib/ui/taon-github-fork-me-corner/index.d.ts +3 -0
- package/client/lib/ui/taon-github-fork-me-corner/taon-github-fork-me-corner.component.d.ts +7 -0
- package/client/lib/ui/taon-github-fork-me-corner/taon-github-fork-me-corner.module.d.ts +9 -0
- package/client/lib/ui/taon-notifications/index.d.ts +5 -0
- package/client/lib/ui/taon-notifications/taon-notifications.component.d.ts +13 -0
- package/client/lib/ui/taon-notifications/taon-notifications.models.d.ts +7 -0
- package/client/lib/ui/taon-notifications/taon-notifications.module.d.ts +8 -0
- package/client/lib/ui/taon-notifications/taon-notifications.service.d.ts +15 -0
- package/client/lib/ui/taon-progress-bar/index.d.ts +3 -0
- package/client/lib/ui/taon-progress-bar/taon-progress-bar.component.d.ts +17 -0
- package/client/lib/ui/taon-progress-bar/taon-progress-bar.module.d.ts +9 -0
- package/client/lib/ui/taon-session-passcode/index.d.ts +2 -0
- package/client/lib/ui/taon-session-passcode/taon-session-passcode.component.d.ts +39 -0
- package/client/lib/ui/taon-table/index.d.ts +3 -0
- package/client/lib/ui/taon-table/taon-table.component.d.ts +38 -0
- package/client/lib/ui/taon-table/taon-table.module.d.ts +17 -0
- package/client/package.json +13 -0
- package/client/public-api.d.ts +2 -0
- package/index.d.ts +3 -0
- package/index.js +26 -0
- package/index.js.map +1 -0
- package/lib/build-info._auto-generated_.d.ts +3 -0
- package/lib/build-info._auto-generated_.js +9 -0
- package/lib/build-info._auto-generated_.js.map +1 -0
- package/lib/index._auto-generated_.d.ts +0 -0
- package/lib/index._auto-generated_.js +6 -0
- package/lib/index._auto-generated_.js.map +1 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +5 -0
- package/lib/index.js.map +1 -0
- package/lib/layouts/index.d.ts +1 -0
- package/lib/layouts/index.js +18 -0
- package/lib/layouts/index.js.map +1 -0
- package/lib/layouts/taon-bootstrap-navbar/index.d.ts +1 -0
- package/lib/layouts/taon-bootstrap-navbar/index.js +5 -0
- package/lib/layouts/taon-bootstrap-navbar/index.js.map +1 -0
- package/lib/layouts/taon-bootstrap-navbar/taon-bootstrap-navbar.component.d.ts +6 -0
- package/lib/my-organization-proj.d.ts +1 -0
- package/lib/my-organization-proj.js +6 -0
- package/lib/my-organization-proj.js.map +1 -0
- package/lib/taon-admin-mode-configuration/index.d.ts +1 -0
- package/lib/taon-admin-mode-configuration/index.js +5 -0
- package/lib/taon-admin-mode-configuration/index.js.map +1 -0
- package/lib/taon-admin-mode-configuration/taon-admin-mode-configuration.component.d.ts +43 -0
- package/lib/taon-admin-mode-configuration/taon-admin.models.d.ts +5 -0
- package/lib/taon-admin-mode-configuration/taon-admin.models.js +3 -0
- package/lib/taon-admin-mode-configuration/taon-admin.models.js.map +1 -0
- package/lib/taon-admin-mode-configuration/taon-admin.service.d.ts +21 -0
- package/lib/taon.models.d.ts +11 -0
- package/lib/taon.models.js +3 -0
- package/lib/taon.models.js.map +1 -0
- package/lib/ui/directives/index.d.ts +3 -0
- package/lib/ui/directives/index.js +5 -0
- package/lib/ui/directives/index.js.map +1 -0
- package/lib/ui/directives/safe.pipe.d.ts +7 -0
- package/lib/ui/directives/taon-inject-html.directive.d.ts +6 -0
- package/lib/ui/directives/taon-long-press.directive.d.ts +22 -0
- package/lib/ui/directives/view-mode.d.ts +5 -0
- package/lib/ui/directives/view-mode.js +10 -0
- package/lib/ui/directives/view-mode.js.map +1 -0
- package/lib/ui/index.d.ts +9 -0
- package/lib/ui/index.js +5 -0
- package/lib/ui/index.js.map +1 -0
- package/lib/ui/taon-admin-mode-configuration/index.d.ts +2 -0
- package/lib/ui/taon-admin-mode-configuration/index.js +19 -0
- package/lib/ui/taon-admin-mode-configuration/index.js.map +1 -0
- package/lib/ui/taon-admin-mode-configuration/taon-admin-mode-configuration.component.d.ts +43 -0
- package/lib/ui/taon-admin-mode-configuration/taon-admin.models.d.ts +5 -0
- package/lib/ui/taon-admin-mode-configuration/taon-admin.models.js +3 -0
- package/lib/ui/taon-admin-mode-configuration/taon-admin.models.js.map +1 -0
- package/lib/ui/taon-admin-mode-configuration/taon-admin.service.d.ts +21 -0
- package/lib/ui/taon-full-material.module.d.ts +5 -0
- package/lib/ui/taon-github-fork-me-corner/index.d.ts +2 -0
- package/lib/ui/taon-github-fork-me-corner/index.js +5 -0
- package/lib/ui/taon-github-fork-me-corner/index.js.map +1 -0
- package/lib/ui/taon-github-fork-me-corner/taon-github-fork-me-corner.component.d.ts +3 -0
- package/lib/ui/taon-github-fork-me-corner/taon-github-fork-me-corner.module.d.ts +2 -0
- package/lib/ui/taon-github-fork-me-ribbon/index.d.ts +2 -0
- package/lib/ui/taon-github-fork-me-ribbon/index.js +5 -0
- package/lib/ui/taon-github-fork-me-ribbon/index.js.map +1 -0
- package/lib/ui/taon-github-fork-me-ribbon/taon-github-fork-me-ribbon.component.d.ts +3 -0
- package/lib/ui/taon-github-fork-me-ribbon/taon-github-fork-me-ribbon.module.d.ts +2 -0
- package/lib/ui/taon-notifications/index.d.ts +4 -0
- package/lib/ui/taon-notifications/index.js +24 -0
- package/lib/ui/taon-notifications/index.js.map +1 -0
- package/lib/ui/taon-notifications/taon-notifications.component.d.ts +9 -0
- package/lib/ui/taon-notifications/taon-notifications.models.d.ts +6 -0
- package/lib/ui/taon-notifications/taon-notifications.models.js +5 -0
- package/lib/ui/taon-notifications/taon-notifications.models.js.map +1 -0
- package/lib/ui/taon-notifications/taon-notifications.module.d.ts +2 -0
- package/lib/ui/taon-notifications/taon-notifications.service.d.ts +11 -0
- package/lib/ui/taon-progress-bar/index.d.ts +2 -0
- package/lib/ui/taon-progress-bar/index.js +5 -0
- package/lib/ui/taon-progress-bar/index.js.map +1 -0
- package/lib/ui/taon-progress-bar/taon-progress-bar.component.d.ts +13 -0
- package/lib/ui/taon-progress-bar/taon-progress-bar.module.d.ts +2 -0
- package/lib/ui/taon-session-passcode/index.d.ts +1 -0
- package/lib/ui/taon-session-passcode/index.js +5 -0
- package/lib/ui/taon-session-passcode/index.js.map +1 -0
- package/lib/ui/taon-session-passcode/taon-session-passcode.component.d.ts +35 -0
- package/lib/ui/taon-table/index.d.ts +2 -0
- package/lib/ui/taon-table/index.js +5 -0
- package/lib/ui/taon-table/index.js.map +1 -0
- package/lib/ui/taon-table/taon-table.component.d.ts +34 -0
- package/lib/ui/taon-table/taon-table.module.d.ts +2 -0
- package/lib/ui/taon.models.d.ts +11 -0
- package/lib/ui/taon.models.js +3 -0
- package/lib/ui/taon.models.js.map +1 -0
- package/migrations/index.d.ts +1 -0
- package/migrations/index.js +19 -0
- package/migrations/index.js.map +1 -0
- package/migrations/migrations_index._auto-generated_.d.ts +0 -0
- package/migrations/migrations_index._auto-generated_.js +4 -0
- package/migrations/migrations_index._auto-generated_.js.map +1 -0
- package/package.json +29 -0
- package/src.d.ts +6 -0
- package/tmp-environment.json +43 -0
- package/websql/README.md +24 -0
- package/websql/fesm2022/taon-ui.mjs +1227 -0
- package/websql/fesm2022/taon-ui.mjs.map +1 -0
- package/websql/index.d.ts +6 -0
- package/websql/lib/index.d.ts +4 -0
- package/websql/lib/layouts/index.d.ts +2 -0
- package/websql/lib/layouts/taon-bootstrap-navbar/index.d.ts +2 -0
- package/websql/lib/layouts/taon-bootstrap-navbar/taon-bootstrap-navbar.component.d.ts +10 -0
- package/websql/lib/taon.models.d.ts +12 -0
- package/websql/lib/ui/directives/index.d.ts +4 -0
- package/websql/lib/ui/directives/safe.pipe.d.ts +11 -0
- package/websql/lib/ui/directives/taon-inject-html.directive.d.ts +10 -0
- package/websql/lib/ui/directives/taon-long-press.directive.d.ts +26 -0
- package/websql/lib/ui/index.d.ts +10 -0
- package/websql/lib/ui/taon-admin-mode-configuration/index.d.ts +3 -0
- package/websql/lib/ui/taon-admin-mode-configuration/taon-admin-mode-configuration.component.d.ts +47 -0
- package/websql/lib/ui/taon-admin-mode-configuration/taon-admin.models.d.ts +6 -0
- package/websql/lib/ui/taon-full-material.module.d.ts +50 -0
- package/websql/lib/ui/taon-github-fork-me-corner/index.d.ts +3 -0
- package/websql/lib/ui/taon-github-fork-me-corner/taon-github-fork-me-corner.component.d.ts +7 -0
- package/websql/lib/ui/taon-github-fork-me-corner/taon-github-fork-me-corner.module.d.ts +9 -0
- package/websql/lib/ui/taon-notifications/index.d.ts +5 -0
- package/websql/lib/ui/taon-notifications/taon-notifications.component.d.ts +13 -0
- package/websql/lib/ui/taon-notifications/taon-notifications.models.d.ts +7 -0
- package/websql/lib/ui/taon-notifications/taon-notifications.module.d.ts +8 -0
- package/websql/lib/ui/taon-notifications/taon-notifications.service.d.ts +15 -0
- package/websql/lib/ui/taon-progress-bar/index.d.ts +3 -0
- package/websql/lib/ui/taon-progress-bar/taon-progress-bar.component.d.ts +17 -0
- package/websql/lib/ui/taon-progress-bar/taon-progress-bar.module.d.ts +9 -0
- package/websql/lib/ui/taon-session-passcode/index.d.ts +2 -0
- package/websql/lib/ui/taon-session-passcode/taon-session-passcode.component.d.ts +39 -0
- package/websql/lib/ui/taon-table/index.d.ts +3 -0
- package/websql/lib/ui/taon-table/taon-table.component.d.ts +38 -0
- package/websql/lib/ui/taon-table/taon-table.module.d.ts +17 -0
- package/websql/package.json +13 -0
- package/websql/public-api.d.ts +2 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-ui/src/lib/ui/taon-github-fork-me-ribbon/index.ts"],"names":[],"mappings":";;AAAA,gDAAwC;AAAxC,SAAgB,kBAAkB,KAAK,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* */
|
|
3
|
+
/* */
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
+
};
|
|
18
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
+
__exportStar(require("./taon-notifications.models"), exports);
|
|
20
|
+
/* */
|
|
21
|
+
/* */
|
|
22
|
+
/* */
|
|
23
|
+
/* */
|
|
24
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-ui/src/lib/ui/taon-notifications/index.ts"],"names":[],"mappings":";AAAA,KAAK;AACL,KAAK;;;;;;;;;;;;;;;;AAEL,8DAA4C;AAC5C,KAAK;AACL,KAAK;AAEL,KAAK;AACL,KAAK"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
|
+
import { Subscription } from 'rxjs';
|
|
3
|
+
import { TaonNotificationsService } from './taon-notifications.service';
|
|
4
|
+
export declare class TaonNotificationsComponent implements OnInit {
|
|
5
|
+
private notification;
|
|
6
|
+
constructor(notification: TaonNotificationsService);
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
init(subscribtionsArray: Subscription[], template: TemplateRef<any>, callback: (dataToTempalte: any) => any): void;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"taon-notifications.models.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-ui/src/lib/ui/taon-notifications/taon-notifications.models.ts"],"names":[],"mappings":";;AAAA,gDAAwC;AAAxC,SAAgB,kBAAkB,KAAK,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { HotToastService } from '@ngneat/hot-toast';
|
|
2
|
+
import { TaonNotificationOptions } from './taon-notifications.models';
|
|
3
|
+
export declare class TaonNotificationsService {
|
|
4
|
+
private toast;
|
|
5
|
+
constructor(toast: HotToastService);
|
|
6
|
+
private options;
|
|
7
|
+
success(options: TaonNotificationOptions | string): import("@ngneat/hot-toast").CreateHotToastRef<unknown>;
|
|
8
|
+
error(options: TaonNotificationOptions | string): import("@ngneat/hot-toast").CreateHotToastRef<unknown>;
|
|
9
|
+
warn(options: TaonNotificationOptions | string): import("@ngneat/hot-toast").CreateHotToastRef<unknown>;
|
|
10
|
+
info(options: TaonNotificationOptions | string): import("@ngneat/hot-toast").CreateHotToastRef<unknown>;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-ui/src/lib/ui/taon-progress-bar/index.ts"],"names":[],"mappings":";;AAAA,gDAAwC;AAAxC,SAAgB,kBAAkB,KAAK,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Subscription } from 'rxjs';
|
|
3
|
+
export declare class TaonProgressBarComponent implements OnInit {
|
|
4
|
+
labProgress: any;
|
|
5
|
+
isDesktop: boolean;
|
|
6
|
+
admin: any;
|
|
7
|
+
handlers: Subscription[];
|
|
8
|
+
constructor();
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
ngOnDestroy(): void;
|
|
11
|
+
ngAfterViewInit(): void;
|
|
12
|
+
loadProgressBar(config: any, instance?: import("axios").AxiosStatic): void;
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './taon-session-passcode.component';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-ui/src/lib/ui/taon-session-passcode/index.ts"],"names":[],"mappings":";;AAAA,gDAAwC;AAAxC,SAAgB,kBAAkB,KAAK,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { ChangeDetectorRef, DestroyRef, ElementRef, OnInit } from '@angular/core';
|
|
2
|
+
import { FormControl, FormGroup } from '@angular/forms';
|
|
3
|
+
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
4
|
+
export interface TaonSessionPasscodeModel {
|
|
5
|
+
passcode: string;
|
|
6
|
+
}
|
|
7
|
+
export type TaonSessionPasscodeForm = {
|
|
8
|
+
[prop in keyof TaonSessionPasscodeModel]: FormControl<TaonSessionPasscodeModel[prop]>;
|
|
9
|
+
};
|
|
10
|
+
export declare class TaonSessionPasscodeComponent implements OnInit {
|
|
11
|
+
private element;
|
|
12
|
+
private domSanitizer;
|
|
13
|
+
private cdr;
|
|
14
|
+
destroyRef: DestroyRef;
|
|
15
|
+
passcode: string;
|
|
16
|
+
message: string;
|
|
17
|
+
safeMessage: SafeHtml;
|
|
18
|
+
private lastPasscode;
|
|
19
|
+
display: string;
|
|
20
|
+
form: FormGroup<TaonSessionPasscodeForm>;
|
|
21
|
+
constructor(element: ElementRef<HTMLElement>, domSanitizer: DomSanitizer, cdr: ChangeDetectorRef);
|
|
22
|
+
ngOnInit(): void;
|
|
23
|
+
submit({ passcode }: Partial<TaonSessionPasscodeModel>): void;
|
|
24
|
+
private isPasscodeOK;
|
|
25
|
+
ngAfterViewInit(): void;
|
|
26
|
+
focus(): void;
|
|
27
|
+
hide(): void;
|
|
28
|
+
show(): void;
|
|
29
|
+
clear(): void;
|
|
30
|
+
onKeyup(event: KeyboardEvent & {
|
|
31
|
+
target: {
|
|
32
|
+
value: string;
|
|
33
|
+
};
|
|
34
|
+
}): void;
|
|
35
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-ui/src/lib/ui/taon-table/index.ts"],"names":[],"mappings":";;AAAA,gDAAwC;AAAxC,SAAgB,kBAAkB,KAAK,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { OnInit, TemplateRef, EventEmitter, ElementRef, OnDestroy } from '@angular/core';
|
|
2
|
+
import { PageEvent } from '@angular/material/paginator';
|
|
3
|
+
import { MtxGridColumn } from '@ng-matero/extensions/grid';
|
|
4
|
+
import { Taon } from 'taon';
|
|
5
|
+
export declare class TaonTableComponent implements OnDestroy, OnInit {
|
|
6
|
+
pageNumber: number;
|
|
7
|
+
pageSize: number;
|
|
8
|
+
allowedColumns: string[];
|
|
9
|
+
expansionTemplate: TemplateRef<any>;
|
|
10
|
+
rows: {
|
|
11
|
+
id: number;
|
|
12
|
+
name: string;
|
|
13
|
+
}[];
|
|
14
|
+
entityCrudController: Taon.Base.CrudController<any>;
|
|
15
|
+
columns: MtxGridColumn[];
|
|
16
|
+
pageSizeOptions: number[];
|
|
17
|
+
hideSearch: boolean;
|
|
18
|
+
expansionChange: EventEmitter<any>;
|
|
19
|
+
addingItem: EventEmitter<void>;
|
|
20
|
+
search?: ElementRef<HTMLElement>;
|
|
21
|
+
private searchInputChange$;
|
|
22
|
+
expandable: boolean;
|
|
23
|
+
showPaginator: boolean;
|
|
24
|
+
isLoading: boolean;
|
|
25
|
+
totalElements: number;
|
|
26
|
+
private sub;
|
|
27
|
+
get entity(): typeof Taon.Base.Entity;
|
|
28
|
+
ngOnInit(): Promise<void>;
|
|
29
|
+
ngOnDestroy(): void;
|
|
30
|
+
getNextPage(e: PageEvent): Promise<void>;
|
|
31
|
+
getData(): Promise<void>;
|
|
32
|
+
expansionRow(e: any): void;
|
|
33
|
+
onTableContextMenu(e: any): void;
|
|
34
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { CoreModels } from 'tnp-core';
|
|
2
|
+
export type TaonDisplayMode = 'view' | 'edit';
|
|
3
|
+
export interface TaonUploadedFile {
|
|
4
|
+
data: Buffer;
|
|
5
|
+
encoding: string;
|
|
6
|
+
md5: string;
|
|
7
|
+
mimetype: CoreModels.ContentType;
|
|
8
|
+
mv: (path: any, callback: any) => any;
|
|
9
|
+
name: string;
|
|
10
|
+
truncated: boolean;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"taon.models.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-ui/src/lib/ui/taon.models.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './migrations_index._auto-generated_';
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
//@ts-nocheck
|
|
18
|
+
__exportStar(require("./migrations_index._auto-generated_"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-ui/src/migrations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,aAAa;AACb,sEAAoD"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"migrations_index._auto-generated_.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-ui/src/migrations/migrations_index._auto-generated_.ts"],"names":[],"mappings":"AAAA,yCAAyC;AAEzC,yCAAyC;AAEzC,yCAAyC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "taon-ui",
|
|
3
|
+
"version": "0.0.2",
|
|
4
|
+
"scripts": {
|
|
5
|
+
"taon init": "taon init",
|
|
6
|
+
"taon start": "taon start",
|
|
7
|
+
"taon build:lib": "taon build:lib",
|
|
8
|
+
"taon build:watch:lib": "taon build:watch:lib",
|
|
9
|
+
"taon build:watch:app": "taon build:watch:app",
|
|
10
|
+
"taon build:watch:electron": "taon build:watch:electron",
|
|
11
|
+
"taon docs": "taon docs",
|
|
12
|
+
"taon docs:watch": "taon docs:watch",
|
|
13
|
+
"taon clear": "taon clear",
|
|
14
|
+
"taon release": "taon release",
|
|
15
|
+
"taon release:auto": "taon release:auto",
|
|
16
|
+
"taon release:install:locally": "taon release:install:locally",
|
|
17
|
+
"taon migration:create": "taon migration:create",
|
|
18
|
+
"taon migration:run": "taon migration:run",
|
|
19
|
+
"taon migration:revert": "taon migration:revert",
|
|
20
|
+
"taon vscode:temp:show": "taon vscode:temp:show",
|
|
21
|
+
"taon vscode:temp:hide": "taon vscode:temp:hide"
|
|
22
|
+
},
|
|
23
|
+
"author": "Dariusz Filipiak",
|
|
24
|
+
"private": false,
|
|
25
|
+
"dependencies": {},
|
|
26
|
+
"main": "dist/app.electron.js",
|
|
27
|
+
"bin": {},
|
|
28
|
+
"peerDependencies": {}
|
|
29
|
+
}
|
package/src.d.ts
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"website": {
|
|
3
|
+
"domain": "taon-ui.example.domain.com",
|
|
4
|
+
"title": "Taon Ui"
|
|
5
|
+
},
|
|
6
|
+
"paths": {},
|
|
7
|
+
"config": {},
|
|
8
|
+
"container": {
|
|
9
|
+
"only": []
|
|
10
|
+
},
|
|
11
|
+
"ports": {
|
|
12
|
+
"ngNormalAppPort": 4221,
|
|
13
|
+
"ngWebsqlAppPort": 4222,
|
|
14
|
+
"nodeBeAppPort": 4107
|
|
15
|
+
},
|
|
16
|
+
"init": {},
|
|
17
|
+
"build": {
|
|
18
|
+
"pwa": {},
|
|
19
|
+
"watch": false
|
|
20
|
+
},
|
|
21
|
+
"loading": {
|
|
22
|
+
"preAngularBootstrap": {},
|
|
23
|
+
"afterAngularBootstrap": {}
|
|
24
|
+
},
|
|
25
|
+
"release": {
|
|
26
|
+
"cli": {},
|
|
27
|
+
"lib": {},
|
|
28
|
+
"autoReleaseUsingConfig": true,
|
|
29
|
+
"releaseVersionBumpType": "patch",
|
|
30
|
+
"releaseType": "manual",
|
|
31
|
+
"targetArtifact": "npm-lib-and-cli-tool",
|
|
32
|
+
"envName": "__",
|
|
33
|
+
"resolvedNewVersion": "0.0.2"
|
|
34
|
+
},
|
|
35
|
+
"copyToManager": {},
|
|
36
|
+
"buildInfo": {
|
|
37
|
+
"date": "2025-05-24T12:20:37.000Z",
|
|
38
|
+
"hash": "81b1b9546c4f9db0c1dd978397ab4dd3eb742dab"
|
|
39
|
+
},
|
|
40
|
+
"currentProjectName": "taon-ui",
|
|
41
|
+
"currentProjectType": "isomorphic-lib",
|
|
42
|
+
"pathsTsconfig": "\"paths\": {\"@lib\":[\"./src/lib\"],\"@lib/*\":[\"./src/lib/*\"],\"taon-ui/src\":[\"./src/lib\"],\"taon-ui/src/*\":[\"./src/lib/*\"]},"
|
|
43
|
+
}
|
package/websql/README.md
ADDED
|
@@ -0,0 +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.
|