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.
Files changed (211) hide show
  1. package/assets/shared/shared_folder_info.txt +7 -0
  2. package/browser/README.md +24 -0
  3. package/browser/fesm2022/taon-ui.mjs +1232 -0
  4. package/browser/fesm2022/taon-ui.mjs.map +1 -0
  5. package/browser/index.d.ts +6 -0
  6. package/browser/lib/index.d.ts +4 -0
  7. package/browser/lib/layouts/index.d.ts +2 -0
  8. package/browser/lib/layouts/taon-bootstrap-navbar/index.d.ts +2 -0
  9. package/browser/lib/layouts/taon-bootstrap-navbar/taon-bootstrap-navbar.component.d.ts +10 -0
  10. package/browser/lib/taon.models.d.ts +12 -0
  11. package/browser/lib/ui/directives/index.d.ts +4 -0
  12. package/browser/lib/ui/directives/safe.pipe.d.ts +11 -0
  13. package/browser/lib/ui/directives/taon-inject-html.directive.d.ts +10 -0
  14. package/browser/lib/ui/directives/taon-long-press.directive.d.ts +26 -0
  15. package/browser/lib/ui/index.d.ts +10 -0
  16. package/browser/lib/ui/taon-admin-mode-configuration/index.d.ts +3 -0
  17. package/browser/lib/ui/taon-admin-mode-configuration/taon-admin-mode-configuration.component.d.ts +47 -0
  18. package/browser/lib/ui/taon-admin-mode-configuration/taon-admin.models.d.ts +6 -0
  19. package/browser/lib/ui/taon-full-material.module.d.ts +50 -0
  20. package/browser/lib/ui/taon-github-fork-me-corner/index.d.ts +3 -0
  21. package/browser/lib/ui/taon-github-fork-me-corner/taon-github-fork-me-corner.component.d.ts +7 -0
  22. package/browser/lib/ui/taon-github-fork-me-corner/taon-github-fork-me-corner.module.d.ts +9 -0
  23. package/browser/lib/ui/taon-notifications/index.d.ts +5 -0
  24. package/browser/lib/ui/taon-notifications/taon-notifications.component.d.ts +13 -0
  25. package/browser/lib/ui/taon-notifications/taon-notifications.models.d.ts +7 -0
  26. package/browser/lib/ui/taon-notifications/taon-notifications.module.d.ts +8 -0
  27. package/browser/lib/ui/taon-notifications/taon-notifications.service.d.ts +15 -0
  28. package/browser/lib/ui/taon-progress-bar/index.d.ts +3 -0
  29. package/browser/lib/ui/taon-progress-bar/taon-progress-bar.component.d.ts +17 -0
  30. package/browser/lib/ui/taon-progress-bar/taon-progress-bar.module.d.ts +9 -0
  31. package/browser/lib/ui/taon-session-passcode/index.d.ts +2 -0
  32. package/browser/lib/ui/taon-session-passcode/taon-session-passcode.component.d.ts +39 -0
  33. package/browser/lib/ui/taon-table/index.d.ts +3 -0
  34. package/browser/lib/ui/taon-table/taon-table.component.d.ts +38 -0
  35. package/browser/lib/ui/taon-table/taon-table.module.d.ts +17 -0
  36. package/browser/package.json +13 -0
  37. package/browser/public-api.d.ts +2 -0
  38. package/cli.d.ts +1 -0
  39. package/cli.js +8 -0
  40. package/cli.js.map +1 -0
  41. package/client/README.md +24 -0
  42. package/client/fesm2022/taon-ui.mjs +1232 -0
  43. package/client/fesm2022/taon-ui.mjs.map +1 -0
  44. package/client/index.d.ts +6 -0
  45. package/client/lib/index.d.ts +4 -0
  46. package/client/lib/layouts/index.d.ts +2 -0
  47. package/client/lib/layouts/taon-bootstrap-navbar/index.d.ts +2 -0
  48. package/client/lib/layouts/taon-bootstrap-navbar/taon-bootstrap-navbar.component.d.ts +10 -0
  49. package/client/lib/taon.models.d.ts +12 -0
  50. package/client/lib/ui/directives/index.d.ts +4 -0
  51. package/client/lib/ui/directives/safe.pipe.d.ts +11 -0
  52. package/client/lib/ui/directives/taon-inject-html.directive.d.ts +10 -0
  53. package/client/lib/ui/directives/taon-long-press.directive.d.ts +26 -0
  54. package/client/lib/ui/index.d.ts +10 -0
  55. package/client/lib/ui/taon-admin-mode-configuration/index.d.ts +3 -0
  56. package/client/lib/ui/taon-admin-mode-configuration/taon-admin-mode-configuration.component.d.ts +47 -0
  57. package/client/lib/ui/taon-admin-mode-configuration/taon-admin.models.d.ts +6 -0
  58. package/client/lib/ui/taon-full-material.module.d.ts +50 -0
  59. package/client/lib/ui/taon-github-fork-me-corner/index.d.ts +3 -0
  60. package/client/lib/ui/taon-github-fork-me-corner/taon-github-fork-me-corner.component.d.ts +7 -0
  61. package/client/lib/ui/taon-github-fork-me-corner/taon-github-fork-me-corner.module.d.ts +9 -0
  62. package/client/lib/ui/taon-notifications/index.d.ts +5 -0
  63. package/client/lib/ui/taon-notifications/taon-notifications.component.d.ts +13 -0
  64. package/client/lib/ui/taon-notifications/taon-notifications.models.d.ts +7 -0
  65. package/client/lib/ui/taon-notifications/taon-notifications.module.d.ts +8 -0
  66. package/client/lib/ui/taon-notifications/taon-notifications.service.d.ts +15 -0
  67. package/client/lib/ui/taon-progress-bar/index.d.ts +3 -0
  68. package/client/lib/ui/taon-progress-bar/taon-progress-bar.component.d.ts +17 -0
  69. package/client/lib/ui/taon-progress-bar/taon-progress-bar.module.d.ts +9 -0
  70. package/client/lib/ui/taon-session-passcode/index.d.ts +2 -0
  71. package/client/lib/ui/taon-session-passcode/taon-session-passcode.component.d.ts +39 -0
  72. package/client/lib/ui/taon-table/index.d.ts +3 -0
  73. package/client/lib/ui/taon-table/taon-table.component.d.ts +38 -0
  74. package/client/lib/ui/taon-table/taon-table.module.d.ts +17 -0
  75. package/client/package.json +13 -0
  76. package/client/public-api.d.ts +2 -0
  77. package/index.d.ts +3 -0
  78. package/index.js +26 -0
  79. package/index.js.map +1 -0
  80. package/lib/build-info._auto-generated_.d.ts +3 -0
  81. package/lib/build-info._auto-generated_.js +9 -0
  82. package/lib/build-info._auto-generated_.js.map +1 -0
  83. package/lib/index._auto-generated_.d.ts +0 -0
  84. package/lib/index._auto-generated_.js +6 -0
  85. package/lib/index._auto-generated_.js.map +1 -0
  86. package/lib/index.d.ts +3 -0
  87. package/lib/index.js +5 -0
  88. package/lib/index.js.map +1 -0
  89. package/lib/layouts/index.d.ts +1 -0
  90. package/lib/layouts/index.js +18 -0
  91. package/lib/layouts/index.js.map +1 -0
  92. package/lib/layouts/taon-bootstrap-navbar/index.d.ts +1 -0
  93. package/lib/layouts/taon-bootstrap-navbar/index.js +5 -0
  94. package/lib/layouts/taon-bootstrap-navbar/index.js.map +1 -0
  95. package/lib/layouts/taon-bootstrap-navbar/taon-bootstrap-navbar.component.d.ts +6 -0
  96. package/lib/my-organization-proj.d.ts +1 -0
  97. package/lib/my-organization-proj.js +6 -0
  98. package/lib/my-organization-proj.js.map +1 -0
  99. package/lib/taon-admin-mode-configuration/index.d.ts +1 -0
  100. package/lib/taon-admin-mode-configuration/index.js +5 -0
  101. package/lib/taon-admin-mode-configuration/index.js.map +1 -0
  102. package/lib/taon-admin-mode-configuration/taon-admin-mode-configuration.component.d.ts +43 -0
  103. package/lib/taon-admin-mode-configuration/taon-admin.models.d.ts +5 -0
  104. package/lib/taon-admin-mode-configuration/taon-admin.models.js +3 -0
  105. package/lib/taon-admin-mode-configuration/taon-admin.models.js.map +1 -0
  106. package/lib/taon-admin-mode-configuration/taon-admin.service.d.ts +21 -0
  107. package/lib/taon.models.d.ts +11 -0
  108. package/lib/taon.models.js +3 -0
  109. package/lib/taon.models.js.map +1 -0
  110. package/lib/ui/directives/index.d.ts +3 -0
  111. package/lib/ui/directives/index.js +5 -0
  112. package/lib/ui/directives/index.js.map +1 -0
  113. package/lib/ui/directives/safe.pipe.d.ts +7 -0
  114. package/lib/ui/directives/taon-inject-html.directive.d.ts +6 -0
  115. package/lib/ui/directives/taon-long-press.directive.d.ts +22 -0
  116. package/lib/ui/directives/view-mode.d.ts +5 -0
  117. package/lib/ui/directives/view-mode.js +10 -0
  118. package/lib/ui/directives/view-mode.js.map +1 -0
  119. package/lib/ui/index.d.ts +9 -0
  120. package/lib/ui/index.js +5 -0
  121. package/lib/ui/index.js.map +1 -0
  122. package/lib/ui/taon-admin-mode-configuration/index.d.ts +2 -0
  123. package/lib/ui/taon-admin-mode-configuration/index.js +19 -0
  124. package/lib/ui/taon-admin-mode-configuration/index.js.map +1 -0
  125. package/lib/ui/taon-admin-mode-configuration/taon-admin-mode-configuration.component.d.ts +43 -0
  126. package/lib/ui/taon-admin-mode-configuration/taon-admin.models.d.ts +5 -0
  127. package/lib/ui/taon-admin-mode-configuration/taon-admin.models.js +3 -0
  128. package/lib/ui/taon-admin-mode-configuration/taon-admin.models.js.map +1 -0
  129. package/lib/ui/taon-admin-mode-configuration/taon-admin.service.d.ts +21 -0
  130. package/lib/ui/taon-full-material.module.d.ts +5 -0
  131. package/lib/ui/taon-github-fork-me-corner/index.d.ts +2 -0
  132. package/lib/ui/taon-github-fork-me-corner/index.js +5 -0
  133. package/lib/ui/taon-github-fork-me-corner/index.js.map +1 -0
  134. package/lib/ui/taon-github-fork-me-corner/taon-github-fork-me-corner.component.d.ts +3 -0
  135. package/lib/ui/taon-github-fork-me-corner/taon-github-fork-me-corner.module.d.ts +2 -0
  136. package/lib/ui/taon-github-fork-me-ribbon/index.d.ts +2 -0
  137. package/lib/ui/taon-github-fork-me-ribbon/index.js +5 -0
  138. package/lib/ui/taon-github-fork-me-ribbon/index.js.map +1 -0
  139. package/lib/ui/taon-github-fork-me-ribbon/taon-github-fork-me-ribbon.component.d.ts +3 -0
  140. package/lib/ui/taon-github-fork-me-ribbon/taon-github-fork-me-ribbon.module.d.ts +2 -0
  141. package/lib/ui/taon-notifications/index.d.ts +4 -0
  142. package/lib/ui/taon-notifications/index.js +24 -0
  143. package/lib/ui/taon-notifications/index.js.map +1 -0
  144. package/lib/ui/taon-notifications/taon-notifications.component.d.ts +9 -0
  145. package/lib/ui/taon-notifications/taon-notifications.models.d.ts +6 -0
  146. package/lib/ui/taon-notifications/taon-notifications.models.js +5 -0
  147. package/lib/ui/taon-notifications/taon-notifications.models.js.map +1 -0
  148. package/lib/ui/taon-notifications/taon-notifications.module.d.ts +2 -0
  149. package/lib/ui/taon-notifications/taon-notifications.service.d.ts +11 -0
  150. package/lib/ui/taon-progress-bar/index.d.ts +2 -0
  151. package/lib/ui/taon-progress-bar/index.js +5 -0
  152. package/lib/ui/taon-progress-bar/index.js.map +1 -0
  153. package/lib/ui/taon-progress-bar/taon-progress-bar.component.d.ts +13 -0
  154. package/lib/ui/taon-progress-bar/taon-progress-bar.module.d.ts +2 -0
  155. package/lib/ui/taon-session-passcode/index.d.ts +1 -0
  156. package/lib/ui/taon-session-passcode/index.js +5 -0
  157. package/lib/ui/taon-session-passcode/index.js.map +1 -0
  158. package/lib/ui/taon-session-passcode/taon-session-passcode.component.d.ts +35 -0
  159. package/lib/ui/taon-table/index.d.ts +2 -0
  160. package/lib/ui/taon-table/index.js +5 -0
  161. package/lib/ui/taon-table/index.js.map +1 -0
  162. package/lib/ui/taon-table/taon-table.component.d.ts +34 -0
  163. package/lib/ui/taon-table/taon-table.module.d.ts +2 -0
  164. package/lib/ui/taon.models.d.ts +11 -0
  165. package/lib/ui/taon.models.js +3 -0
  166. package/lib/ui/taon.models.js.map +1 -0
  167. package/migrations/index.d.ts +1 -0
  168. package/migrations/index.js +19 -0
  169. package/migrations/index.js.map +1 -0
  170. package/migrations/migrations_index._auto-generated_.d.ts +0 -0
  171. package/migrations/migrations_index._auto-generated_.js +4 -0
  172. package/migrations/migrations_index._auto-generated_.js.map +1 -0
  173. package/package.json +29 -0
  174. package/src.d.ts +6 -0
  175. package/tmp-environment.json +43 -0
  176. package/websql/README.md +24 -0
  177. package/websql/fesm2022/taon-ui.mjs +1227 -0
  178. package/websql/fesm2022/taon-ui.mjs.map +1 -0
  179. package/websql/index.d.ts +6 -0
  180. package/websql/lib/index.d.ts +4 -0
  181. package/websql/lib/layouts/index.d.ts +2 -0
  182. package/websql/lib/layouts/taon-bootstrap-navbar/index.d.ts +2 -0
  183. package/websql/lib/layouts/taon-bootstrap-navbar/taon-bootstrap-navbar.component.d.ts +10 -0
  184. package/websql/lib/taon.models.d.ts +12 -0
  185. package/websql/lib/ui/directives/index.d.ts +4 -0
  186. package/websql/lib/ui/directives/safe.pipe.d.ts +11 -0
  187. package/websql/lib/ui/directives/taon-inject-html.directive.d.ts +10 -0
  188. package/websql/lib/ui/directives/taon-long-press.directive.d.ts +26 -0
  189. package/websql/lib/ui/index.d.ts +10 -0
  190. package/websql/lib/ui/taon-admin-mode-configuration/index.d.ts +3 -0
  191. package/websql/lib/ui/taon-admin-mode-configuration/taon-admin-mode-configuration.component.d.ts +47 -0
  192. package/websql/lib/ui/taon-admin-mode-configuration/taon-admin.models.d.ts +6 -0
  193. package/websql/lib/ui/taon-full-material.module.d.ts +50 -0
  194. package/websql/lib/ui/taon-github-fork-me-corner/index.d.ts +3 -0
  195. package/websql/lib/ui/taon-github-fork-me-corner/taon-github-fork-me-corner.component.d.ts +7 -0
  196. package/websql/lib/ui/taon-github-fork-me-corner/taon-github-fork-me-corner.module.d.ts +9 -0
  197. package/websql/lib/ui/taon-notifications/index.d.ts +5 -0
  198. package/websql/lib/ui/taon-notifications/taon-notifications.component.d.ts +13 -0
  199. package/websql/lib/ui/taon-notifications/taon-notifications.models.d.ts +7 -0
  200. package/websql/lib/ui/taon-notifications/taon-notifications.module.d.ts +8 -0
  201. package/websql/lib/ui/taon-notifications/taon-notifications.service.d.ts +15 -0
  202. package/websql/lib/ui/taon-progress-bar/index.d.ts +3 -0
  203. package/websql/lib/ui/taon-progress-bar/taon-progress-bar.component.d.ts +17 -0
  204. package/websql/lib/ui/taon-progress-bar/taon-progress-bar.module.d.ts +9 -0
  205. package/websql/lib/ui/taon-session-passcode/index.d.ts +2 -0
  206. package/websql/lib/ui/taon-session-passcode/taon-session-passcode.component.d.ts +39 -0
  207. package/websql/lib/ui/taon-table/index.d.ts +3 -0
  208. package/websql/lib/ui/taon-table/taon-table.component.d.ts +38 -0
  209. package/websql/lib/ui/taon-table/taon-table.module.d.ts +17 -0
  210. package/websql/package.json +13 -0
  211. 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,3 @@
1
+ // @ts-nocheck
2
+ export * from './taon-table.component';
3
+ export * from './taon-table.module';
@@ -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
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "taon-ui/client",
3
+ "version": "0.0.2",
4
+ "module": "fesm2022/taon-ui.mjs",
5
+ "typings": "index.d.ts",
6
+ "exports": {
7
+ ".": {
8
+ "types": "./index.d.ts",
9
+ "default": "./fesm2022/taon-ui.mjs"
10
+ }
11
+ },
12
+ "sideEffects": false
13
+ }
@@ -0,0 +1,2 @@
1
+ // @ts-nocheck
2
+ export * from './lib';
package/index.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ export * from './lib';
2
+ export declare function run(args: string[]): Promise<void>;
3
+ export default run;
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,3 @@
1
+ export declare const BUILD_FRAMEWORK_CLI_NAME = "tnp";
2
+ export declare const PROJECT_NPM_NAME = "taon-ui";
3
+ export declare const CURRENT_PACKAGE_VERSION = "0.0.2";
@@ -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,6 @@
1
+ // @ts-nocheck
2
+ // This file is auto-generated. Do not modify.
3
+ // This is only placeholder.
4
+ // Use property "shouldGenerateAutogenIndexFile: true"
5
+ // in taon.jsonc to enable ts exports auto generation.
6
+ //# sourceMappingURL=index._auto-generated_.js.map
@@ -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
@@ -0,0 +1,3 @@
1
+ export * from './ui';
2
+ export * from './layouts';
3
+ export * from './taon.models';
package/lib/index.js ADDED
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dummy1748089242901 = dummy1748089242901;
4
+ function dummy1748089242901() { }
5
+ //# 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/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,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dummy1748089242957 = dummy1748089242957;
4
+ function dummy1748089242957() { }
5
+ //# 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/taon-bootstrap-navbar/index.ts"],"names":[],"mappings":";;AAAA,gDAAwC;AAAxC,SAAgB,kBAAkB,KAAK,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { OnInit } from '@angular/core';
2
+ export declare class TaonBootstrapNavbarComponent implements OnInit {
3
+ isLoggedIn: boolean;
4
+ isCollapsed: boolean;
5
+ ngOnInit(): void;
6
+ }
@@ -0,0 +1 @@
1
+ export declare function myOrgProj(): void;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.myOrgProj = myOrgProj;
4
+ function myOrgProj() {
5
+ }
6
+ //# sourceMappingURL=my-organization-proj.js.map
@@ -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,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dummy1748088905671 = dummy1748088905671;
4
+ function dummy1748088905671() { }
5
+ //# 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/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,5 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ export interface TaonAdminModeTab {
3
+ name: string;
4
+ template: TemplateRef<any>;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=taon-admin.models.js.map
@@ -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,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=taon.models.js.map
@@ -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,3 @@
1
+ export * from './taon-long-press.directive';
2
+ export * from './taon-inject-html.directive';
3
+ export * from './safe.pipe';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dummy1748089242979 = dummy1748089242979;
4
+ function dummy1748089242979() { }
5
+ //# 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/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,6 @@
1
+ import { ElementRef } from '@angular/core';
2
+ export declare class TaonInjectHTMLDirective {
3
+ private host;
4
+ set taonInjectHTML(content: string);
5
+ constructor(host: ElementRef);
6
+ }
@@ -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,5 @@
1
+ export declare enum ViewMode {
2
+ Add = "Add",
3
+ Edit = "Edit",
4
+ Preview = "Preview"
5
+ }
@@ -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';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dummy1748089242937 = dummy1748089242937;
4
+ function dummy1748089242937() { }
5
+ //# 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/index.ts"],"names":[],"mappings":";;AAAA,gDAAwC;AAAxC,SAAgB,kBAAkB,KAAK,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './taon-admin-mode-configuration.component';
2
+ export * from './taon-admin.models';
@@ -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,5 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ export interface TaonAdminModeTab {
3
+ name: string;
4
+ template: TemplateRef<any>;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=taon-admin.models.js.map
@@ -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,5 @@
1
+ /**
2
+ * @deprecated too heavy!
3
+ */
4
+ export declare class TaonFullMaterialModule {
5
+ }
@@ -0,0 +1,2 @@
1
+ export * from './taon-github-fork-me-corner.component';
2
+ export * from './taon-github-fork-me-corner.module';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dummy1748089243051 = dummy1748089243051;
4
+ function dummy1748089243051() { }
5
+ //# 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-github-fork-me-corner/index.ts"],"names":[],"mappings":";;AAAA,gDAAwC;AAAxC,SAAgB,kBAAkB,KAAK,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare class TaonGithubForkMeCornerComponent {
2
+ url: string;
3
+ }