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,39 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import { ChangeDetectorRef, DestroyRef, ElementRef, OnInit } from '@angular/core';
|
|
3
|
+
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
|
+
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export interface TaonSessionPasscodeModel {
|
|
7
|
+
passcode: string;
|
|
8
|
+
}
|
|
9
|
+
export type TaonSessionPasscodeForm = {
|
|
10
|
+
[prop in keyof TaonSessionPasscodeModel]: FormControl<TaonSessionPasscodeModel[prop]>;
|
|
11
|
+
};
|
|
12
|
+
export declare class TaonSessionPasscodeComponent implements OnInit {
|
|
13
|
+
private element;
|
|
14
|
+
private domSanitizer;
|
|
15
|
+
private cdr;
|
|
16
|
+
destroyRef: DestroyRef;
|
|
17
|
+
passcode: string;
|
|
18
|
+
message: string;
|
|
19
|
+
safeMessage: SafeHtml;
|
|
20
|
+
private lastPasscode;
|
|
21
|
+
display: string;
|
|
22
|
+
form: FormGroup<TaonSessionPasscodeForm>;
|
|
23
|
+
constructor(element: ElementRef<HTMLElement>, domSanitizer: DomSanitizer, cdr: ChangeDetectorRef);
|
|
24
|
+
ngOnInit(): void;
|
|
25
|
+
submit({ passcode }: Partial<TaonSessionPasscodeModel>): void;
|
|
26
|
+
private isPasscodeOK;
|
|
27
|
+
ngAfterViewInit(): void;
|
|
28
|
+
focus(): void;
|
|
29
|
+
hide(): void;
|
|
30
|
+
show(): void;
|
|
31
|
+
clear(): void;
|
|
32
|
+
onKeyup(event: KeyboardEvent & {
|
|
33
|
+
target: {
|
|
34
|
+
value: string;
|
|
35
|
+
};
|
|
36
|
+
}): void;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TaonSessionPasscodeComponent, [{ self: true; }, null, null]>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TaonSessionPasscodeComponent, "taon-session-passcode", never, { "passcode": { "alias": "passcode"; "required": false; }; "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
|
|
39
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import { OnInit, TemplateRef, EventEmitter, ElementRef, OnDestroy } from '@angular/core';
|
|
3
|
+
import { PageEvent } from '@angular/material/paginator';
|
|
4
|
+
import { MtxGridColumn } from '@ng-matero/extensions/grid';
|
|
5
|
+
import { Taon } from 'taon/browser';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class TaonTableComponent implements OnDestroy, OnInit {
|
|
8
|
+
pageNumber: number;
|
|
9
|
+
pageSize: number;
|
|
10
|
+
allowedColumns: string[];
|
|
11
|
+
expansionTemplate: TemplateRef<any>;
|
|
12
|
+
rows: {
|
|
13
|
+
id: number;
|
|
14
|
+
name: string;
|
|
15
|
+
}[];
|
|
16
|
+
entityCrudController: Taon.Base.CrudController<any>;
|
|
17
|
+
columns: MtxGridColumn[];
|
|
18
|
+
pageSizeOptions: number[];
|
|
19
|
+
hideSearch: boolean;
|
|
20
|
+
expansionChange: EventEmitter<any>;
|
|
21
|
+
addingItem: EventEmitter<void>;
|
|
22
|
+
search?: ElementRef<HTMLElement>;
|
|
23
|
+
private searchInputChange$;
|
|
24
|
+
expandable: boolean;
|
|
25
|
+
showPaginator: boolean;
|
|
26
|
+
isLoading: boolean;
|
|
27
|
+
totalElements: number;
|
|
28
|
+
private sub;
|
|
29
|
+
get entity(): typeof Taon.Base.Entity;
|
|
30
|
+
ngOnInit(): Promise<void>;
|
|
31
|
+
ngOnDestroy(): void;
|
|
32
|
+
getNextPage(e: PageEvent): Promise<void>;
|
|
33
|
+
getData(): Promise<void>;
|
|
34
|
+
expansionRow(e: any): void;
|
|
35
|
+
onTableContextMenu(e: any): void;
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TaonTableComponent, never>;
|
|
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>;
|
|
38
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./taon-table.component";
|
|
4
|
+
import * as i2 from "@angular/common";
|
|
5
|
+
import * as i3 from "@angular/material/select";
|
|
6
|
+
import * as i4 from "@ng-matero/extensions/grid";
|
|
7
|
+
import * as i5 from "@angular/material/form-field";
|
|
8
|
+
import * as i6 from "@angular/material/input";
|
|
9
|
+
import * as i7 from "static-columns/browser";
|
|
10
|
+
import * as i8 from "@angular/material/icon";
|
|
11
|
+
import * as i9 from "@angular/material/button";
|
|
12
|
+
import * as i10 from "@angular/forms";
|
|
13
|
+
export declare class TaonTableModule {
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TaonTableModule, never>;
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TaonTableModule, [typeof i1.TaonTableComponent], [typeof i2.CommonModule, typeof i3.MatSelectModule, typeof i4.MtxGridModule, typeof i5.MatFormFieldModule, typeof i6.MatInputModule, typeof i7.StaticColumnsModule, typeof i8.MatIconModule, typeof i9.MatButtonModule, typeof i10.FormsModule, typeof i10.ReactiveFormsModule], [typeof i1.TaonTableComponent]>;
|
|
16
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TaonTableModule>;
|
|
17
|
+
}
|
package/index.d.ts
ADDED
package/index.js
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
exports.run = run;
|
|
18
|
+
__exportStar(require("./lib"), exports);
|
|
19
|
+
//#region @backend
|
|
20
|
+
async function run(args) {
|
|
21
|
+
console.log('Hello world from CLI!');
|
|
22
|
+
process.exit(0);
|
|
23
|
+
}
|
|
24
|
+
exports.default = run;
|
|
25
|
+
//#endregion
|
|
26
|
+
//# sourceMappingURL=index.js.map
|
package/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-ui/src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAGA,kBAGC;AAND,wCAAsB;AAEtB,kBAAkB;AACX,KAAK,UAAU,GAAG,CAAC,IAAc;IACtC,OAAO,CAAC,GAAG,CAAC,uBAAuB,CAAC,CAAC;IACrC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC;AACD,kBAAe,GAAG,CAAC;AACnB,YAAY"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.BUILD_FRAMEWORK_CLI_NAME = void 0;
|
|
4
|
+
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
5
|
+
exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
|
|
6
|
+
exports.PROJECT_NPM_NAME = 'taon-ui';
|
|
7
|
+
exports.CURRENT_PACKAGE_VERSION = '0.0.2';
|
|
8
|
+
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
9
|
+
//# sourceMappingURL=build-info._auto-generated_.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build-info._auto-generated_.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-ui/src/lib/build-info._auto-generated_.ts"],"names":[],"mappings":";;;AAAA,yCAAyC;AAC5B,QAAA,wBAAwB,GAAG,KAAK,CAAC;AACjC,QAAA,gBAAgB,GAAG,SAAS,CAAC;AAC7B,QAAA,uBAAuB,GAAG,OAAO,CAAC;AAC/C,yCAAyC"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index._auto-generated_.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-ui/src/lib/index._auto-generated_.ts"],"names":[],"mappings":"AAAA,cAAc;AACd,8CAA8C;AAC9C,4BAA4B;AAC5B,uDAAuD;AACvD,uDAAuD"}
|
package/lib/index.d.ts
ADDED
package/lib/index.js
ADDED
package/lib/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-ui/src/lib/index.ts"],"names":[],"mappings":";;AAAA,gDAAwC;AAAxC,SAAgB,kBAAkB,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './taon-bootstrap-navbar';
|
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
__exportStar(require("./taon-bootstrap-navbar"), exports);
|
|
18
|
+
//# 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/layouts/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './taon-bootstrap-navbar.component';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-ui/src/lib/layouts/taon-bootstrap-navbar/index.ts"],"names":[],"mappings":";;AAAA,gDAAwC;AAAxC,SAAgB,kBAAkB,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function myOrgProj(): void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"my-organization-proj.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-ui/src/lib/my-organization-proj.ts"],"names":[],"mappings":";;AAAA,8BAEC;AAFD,SAAgB,SAAS;AAEzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './taon-admin-mode-configuration.component';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-ui/src/lib/taon-admin-mode-configuration/index.ts"],"names":[],"mappings":";;AAAA,gDAAwC;AAAxC,SAAgB,kBAAkB,KAAK,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { CdkDragEnd, Point } from '@angular/cdk/drag-drop';
|
|
2
|
+
import { ChangeDetectorRef, EventEmitter, OnInit, AfterViewInit, OnDestroy } from '@angular/core';
|
|
3
|
+
import { Subject } from 'rxjs';
|
|
4
|
+
import { BreakpointsService } from 'static-columns';
|
|
5
|
+
import { TaonAdminService } from 'taon';
|
|
6
|
+
export declare class TaonAdminModeConfigurationComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
7
|
+
private breakpointsService;
|
|
8
|
+
$destroy: Subject<unknown>;
|
|
9
|
+
readonly cdr: ChangeDetectorRef;
|
|
10
|
+
readonly taonAdminService: TaonAdminService;
|
|
11
|
+
readonly isDesktop: boolean;
|
|
12
|
+
isWebSQLMode: boolean;
|
|
13
|
+
hideTaonToolsInProduction: boolean;
|
|
14
|
+
isIframe: boolean;
|
|
15
|
+
height: number;
|
|
16
|
+
openedOnce: boolean;
|
|
17
|
+
reloading: boolean;
|
|
18
|
+
showPasscode: boolean;
|
|
19
|
+
passcode: string;
|
|
20
|
+
message: string;
|
|
21
|
+
dragPositionX: number;
|
|
22
|
+
dragPositionY: number;
|
|
23
|
+
dragPositionZero: Point;
|
|
24
|
+
dragPosition: Point;
|
|
25
|
+
selectedIndex: number;
|
|
26
|
+
tabGroup: any;
|
|
27
|
+
wasOpenDraggablePopup: boolean;
|
|
28
|
+
taonAdminModeConfigurationDataChanged: EventEmitter<any>;
|
|
29
|
+
taonAdminModeConfigurationData: any;
|
|
30
|
+
get opened(): boolean;
|
|
31
|
+
set opened(v: boolean);
|
|
32
|
+
constructor(breakpointsService: BreakpointsService);
|
|
33
|
+
ngOnInit(): Promise<void>;
|
|
34
|
+
ngAfterViewInit(): void;
|
|
35
|
+
ngOnDestroy(): void;
|
|
36
|
+
onResize(event: Event): void;
|
|
37
|
+
reloadTabs(): Promise<void>;
|
|
38
|
+
toogle(): Promise<void>;
|
|
39
|
+
toogleFullScreen(): Promise<void>;
|
|
40
|
+
resetDrag(): void;
|
|
41
|
+
moved(c: CdkDragEnd): void;
|
|
42
|
+
scrollTabs(event: any): void;
|
|
43
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"taon-admin.models.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-ui/src/lib/taon-admin-mode-configuration/taon-admin.models.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare class TaonAdminService {
|
|
2
|
+
private static _instance;
|
|
3
|
+
static get Instance(): TaonAdminService;
|
|
4
|
+
scrollableEnabled: boolean;
|
|
5
|
+
private onEditMode;
|
|
6
|
+
onEditMode$: import("rxjs").Observable<unknown>;
|
|
7
|
+
adminPanelIsOpen: boolean;
|
|
8
|
+
draggablePopupMode: boolean;
|
|
9
|
+
draggablePopupModeFullScreen: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* Property used in taon
|
|
12
|
+
*/
|
|
13
|
+
keepWebsqlDbDataAfterReload: boolean;
|
|
14
|
+
constructor();
|
|
15
|
+
setEditMode(value: boolean): void;
|
|
16
|
+
setKeepWebsqlDbDataAfterReload(value: boolean): void;
|
|
17
|
+
enabledTabs: any[];
|
|
18
|
+
hide(): void;
|
|
19
|
+
show(): void;
|
|
20
|
+
logout(): void;
|
|
21
|
+
}
|
|
@@ -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/taon.models.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-ui/src/lib/ui/directives/index.ts"],"names":[],"mappings":";;AAAA,gDAAwC;AAAxC,SAAgB,kBAAkB,KAAK,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { DomSanitizer, SafeHtml, SafeStyle, SafeScript, SafeUrl, SafeResourceUrl } from '@angular/platform-browser';
|
|
3
|
+
export declare class SafePipe implements PipeTransform {
|
|
4
|
+
protected sanitizer: DomSanitizer;
|
|
5
|
+
constructor(sanitizer: DomSanitizer);
|
|
6
|
+
transform(value: any, type: string): SafeHtml | SafeStyle | SafeScript | SafeUrl | SafeResourceUrl;
|
|
7
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { _ } from 'tnp-core';
|
|
3
|
+
export declare class TaonLongPress {
|
|
4
|
+
pressDuration: number;
|
|
5
|
+
onLongPress: EventEmitter<any>;
|
|
6
|
+
onLongPressing: EventEmitter<any>;
|
|
7
|
+
onLongPressEnd: EventEmitter<any>;
|
|
8
|
+
private pressing;
|
|
9
|
+
private longPressing;
|
|
10
|
+
private timeout;
|
|
11
|
+
private mouseX;
|
|
12
|
+
private mouseY;
|
|
13
|
+
get press(): boolean;
|
|
14
|
+
get longPress(): boolean;
|
|
15
|
+
allowTrigger: boolean;
|
|
16
|
+
triggerEnd: (() => void) & _.Cancelable;
|
|
17
|
+
onMouseDown(event: any): void;
|
|
18
|
+
onMouseMove(event: any): void;
|
|
19
|
+
loop(event: any): void;
|
|
20
|
+
endPress(emit?: boolean): void;
|
|
21
|
+
onMouseUp(): void;
|
|
22
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ViewMode = void 0;
|
|
4
|
+
var ViewMode;
|
|
5
|
+
(function (ViewMode) {
|
|
6
|
+
ViewMode["Add"] = "Add";
|
|
7
|
+
ViewMode["Edit"] = "Edit";
|
|
8
|
+
ViewMode["Preview"] = "Preview";
|
|
9
|
+
})(ViewMode || (exports.ViewMode = ViewMode = {}));
|
|
10
|
+
//# sourceMappingURL=view-mode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"view-mode.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-ui/src/lib/ui/directives/view-mode.ts"],"names":[],"mappings":";;;AAAA,IAAY,QAIX;AAJD,WAAY,QAAQ;IAClB,uBAAW,CAAA;IACX,yBAAa,CAAA;IACb,+BAAmB,CAAA;AACrB,CAAC,EAJW,QAAQ,wBAAR,QAAQ,QAInB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from './directives';
|
|
2
|
+
export * from './taon-full-material.module';
|
|
3
|
+
export * from './taon-github-fork-me-corner';
|
|
4
|
+
export * from './taon-github-fork-me-corner';
|
|
5
|
+
export * from './taon-notifications';
|
|
6
|
+
export * from './taon-session-passcode';
|
|
7
|
+
export * from './taon-progress-bar';
|
|
8
|
+
export * from './taon-table';
|
|
9
|
+
export * from './taon-admin-mode-configuration';
|
package/lib/ui/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-ui/src/lib/ui/index.ts"],"names":[],"mappings":";;AAAA,gDAAwC;AAAxC,SAAgB,kBAAkB,KAAK,CAAC"}
|
|
@@ -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
|
+
/* */
|
|
18
|
+
__exportStar(require("./taon-admin.models"), 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/lib/ui/taon-admin-mode-configuration/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,KAAK;AACL,sDAAoC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { CdkDragEnd, Point } from '@angular/cdk/drag-drop';
|
|
2
|
+
import { ChangeDetectorRef, EventEmitter, OnInit, AfterViewInit, OnDestroy } from '@angular/core';
|
|
3
|
+
import { Subject } from 'rxjs';
|
|
4
|
+
import { BreakpointsService } from 'static-columns';
|
|
5
|
+
import { TaonAdminService } from 'taon';
|
|
6
|
+
export declare class TaonAdminModeConfigurationComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
7
|
+
private breakpointsService;
|
|
8
|
+
$destroy: Subject<unknown>;
|
|
9
|
+
readonly cdr: ChangeDetectorRef;
|
|
10
|
+
readonly taonAdminService: TaonAdminService;
|
|
11
|
+
readonly isDesktop: boolean;
|
|
12
|
+
isWebSQLMode: boolean;
|
|
13
|
+
hideTaonToolsInProduction: boolean;
|
|
14
|
+
isIframe: boolean;
|
|
15
|
+
height: number;
|
|
16
|
+
openedOnce: boolean;
|
|
17
|
+
reloading: boolean;
|
|
18
|
+
showPasscode: boolean;
|
|
19
|
+
passcode: string;
|
|
20
|
+
message: string;
|
|
21
|
+
dragPositionX: number;
|
|
22
|
+
dragPositionY: number;
|
|
23
|
+
dragPositionZero: Point;
|
|
24
|
+
dragPosition: Point;
|
|
25
|
+
selectedIndex: number;
|
|
26
|
+
tabGroup: any;
|
|
27
|
+
wasOpenDraggablePopup: boolean;
|
|
28
|
+
taonAdminModeConfigurationDataChanged: EventEmitter<any>;
|
|
29
|
+
taonAdminModeConfigurationData: any;
|
|
30
|
+
get opened(): boolean;
|
|
31
|
+
set opened(v: boolean);
|
|
32
|
+
constructor(breakpointsService: BreakpointsService);
|
|
33
|
+
ngOnInit(): Promise<void>;
|
|
34
|
+
ngAfterViewInit(): void;
|
|
35
|
+
ngOnDestroy(): void;
|
|
36
|
+
onResize(event: Event): void;
|
|
37
|
+
reloadTabs(): Promise<void>;
|
|
38
|
+
toogle(): Promise<void>;
|
|
39
|
+
toogleFullScreen(): Promise<void>;
|
|
40
|
+
resetDrag(): void;
|
|
41
|
+
moved(c: CdkDragEnd): void;
|
|
42
|
+
scrollTabs(event: any): void;
|
|
43
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"taon-admin.models.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon-ui/src/lib/ui/taon-admin-mode-configuration/taon-admin.models.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare class TaonAdminService {
|
|
2
|
+
private static _instance;
|
|
3
|
+
static get Instance(): TaonAdminService;
|
|
4
|
+
scrollableEnabled: boolean;
|
|
5
|
+
private onEditMode;
|
|
6
|
+
onEditMode$: import("rxjs").Observable<unknown>;
|
|
7
|
+
adminPanelIsOpen: boolean;
|
|
8
|
+
draggablePopupMode: boolean;
|
|
9
|
+
draggablePopupModeFullScreen: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* Property used in taon
|
|
12
|
+
*/
|
|
13
|
+
keepWebsqlDbDataAfterReload: boolean;
|
|
14
|
+
constructor();
|
|
15
|
+
setEditMode(value: boolean): void;
|
|
16
|
+
setKeepWebsqlDbDataAfterReload(value: boolean): void;
|
|
17
|
+
enabledTabs: any[];
|
|
18
|
+
hide(): void;
|
|
19
|
+
show(): void;
|
|
20
|
+
logout(): void;
|
|
21
|
+
}
|
|
@@ -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-corner/index.ts"],"names":[],"mappings":";;AAAA,gDAAwC;AAAxC,SAAgB,kBAAkB,KAAK,CAAC"}
|