taon-ui 19.0.3 → 19.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/shared/logo-header-admin-mode.png +0 -0
- package/browser/fesm2022/taon-ui.mjs +54 -54
- package/browser/fesm2022/taon-ui.mjs.map +1 -1
- package/browser/package.json +1 -1
- package/client/package.json +1 -1
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/{client/lib/ui → lib}/directives/index.d.ts +0 -1
- package/lib/directives/index.js +5 -0
- package/lib/directives/index.js.map +1 -0
- package/{client/lib/ui → lib}/directives/safe.pipe.d.ts +0 -4
- package/lib/directives/taon-inject-html.directive.d.ts +6 -0
- package/{client/lib/ui → lib}/directives/taon-long-press.directive.d.ts +1 -5
- package/lib/directives/view-mode.d.ts +5 -0
- package/lib/directives/view-mode.js +10 -0
- package/lib/directives/view-mode.js.map +1 -0
- package/lib/env/env.angular-node-app.d.ts +13 -0
- package/lib/env/env.angular-node-app.js +19 -0
- package/lib/env/env.angular-node-app.js.map +1 -0
- package/lib/env/env.electron-app.d.ts +13 -0
- package/lib/env/env.electron-app.js +19 -0
- package/lib/env/env.electron-app.js.map +1 -0
- package/lib/env/env.mobile-app.d.ts +13 -0
- package/lib/env/env.mobile-app.js +19 -0
- package/lib/env/env.mobile-app.js.map +1 -0
- package/lib/env/env.npm-lib-and-cli-tool.d.ts +13 -0
- package/lib/env/env.npm-lib-and-cli-tool.js +19 -0
- package/lib/env/env.npm-lib-and-cli-tool.js.map +1 -0
- package/lib/env/env.vscode-plugin.d.ts +13 -0
- package/lib/env/env.vscode-plugin.js +19 -0
- package/lib/env/env.vscode-plugin.js.map +1 -0
- package/lib/env/index.d.ts +5 -0
- package/lib/env/index.js +22 -0
- package/lib/env/index.js.map +1 -0
- package/lib/index.js +2 -2
- package/lib/layouts/taon-bootstrap-navbar/index.js +2 -2
- package/lib/ui/directives/index.js +2 -2
- package/lib/ui/index.js +2 -2
- package/lib/ui/taon-admin-mode-configuration/taon-admin.service.d.ts +21 -0
- package/lib/ui/taon-github-fork-me-corner/index.js +2 -2
- package/lib/ui/taon-github-fork-me-ribbon/index.js +2 -2
- package/lib/ui/taon-notifications/taon-notifications.models.js +2 -2
- package/lib/ui/taon-progress-bar/index.js +2 -2
- package/lib/ui/taon-session-passcode/index.js +2 -2
- package/lib/ui/taon-table/index.js +2 -2
- package/package.json +1 -1
- package/scss/lib/ui/taon-admin-mode-configuration/taon-admin-mode-configuration.component.scss +1 -1
- package/scss/vars.scss +7 -0
- package/tmp-environment.json +4 -8
- package/websql/fesm2022/taon-ui.mjs +54 -54
- package/websql/fesm2022/taon-ui.mjs.map +1 -1
- package/websql/package.json +1 -1
- package/client/README.md +0 -24
- package/client/fesm2022/taon-ui.mjs +0 -1232
- package/client/fesm2022/taon-ui.mjs.map +0 -1
- package/client/index.d.ts +0 -6
- package/client/lib/index.d.ts +0 -4
- package/client/lib/layouts/index.d.ts +0 -2
- package/client/lib/layouts/taon-bootstrap-navbar/index.d.ts +0 -2
- package/client/lib/layouts/taon-bootstrap-navbar/taon-bootstrap-navbar.component.d.ts +0 -10
- package/client/lib/taon.models.d.ts +0 -12
- package/client/lib/ui/directives/taon-inject-html.directive.d.ts +0 -10
- package/client/lib/ui/index.d.ts +0 -10
- package/client/lib/ui/taon-admin-mode-configuration/index.d.ts +0 -3
- package/client/lib/ui/taon-admin-mode-configuration/taon-admin-mode-configuration.component.d.ts +0 -47
- package/client/lib/ui/taon-admin-mode-configuration/taon-admin.models.d.ts +0 -6
- package/client/lib/ui/taon-full-material.module.d.ts +0 -50
- package/client/lib/ui/taon-github-fork-me-corner/index.d.ts +0 -3
- package/client/lib/ui/taon-github-fork-me-corner/taon-github-fork-me-corner.component.d.ts +0 -7
- package/client/lib/ui/taon-github-fork-me-corner/taon-github-fork-me-corner.module.d.ts +0 -9
- package/client/lib/ui/taon-notifications/index.d.ts +0 -5
- package/client/lib/ui/taon-notifications/taon-notifications.component.d.ts +0 -13
- package/client/lib/ui/taon-notifications/taon-notifications.models.d.ts +0 -7
- package/client/lib/ui/taon-notifications/taon-notifications.module.d.ts +0 -8
- package/client/lib/ui/taon-notifications/taon-notifications.service.d.ts +0 -15
- package/client/lib/ui/taon-progress-bar/index.d.ts +0 -3
- package/client/lib/ui/taon-progress-bar/taon-progress-bar.component.d.ts +0 -17
- package/client/lib/ui/taon-progress-bar/taon-progress-bar.module.d.ts +0 -9
- package/client/lib/ui/taon-session-passcode/index.d.ts +0 -2
- package/client/lib/ui/taon-session-passcode/taon-session-passcode.component.d.ts +0 -39
- package/client/lib/ui/taon-table/index.d.ts +0 -3
- package/client/lib/ui/taon-table/taon-table.component.d.ts +0 -38
- package/client/lib/ui/taon-table/taon-table.module.d.ts +0 -17
- package/client/public-api.d.ts +0 -2
|
@@ -1,38 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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/client/public-api.d.ts
DELETED