taon-ui 19.0.3 → 19.0.5

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 (36) hide show
  1. package/assets/shared/logo-header-admin-mode.png +0 -0
  2. package/browser/fesm2022/taon-ui.mjs +54 -54
  3. package/browser/fesm2022/taon-ui.mjs.map +1 -1
  4. package/browser/package.json +1 -1
  5. package/client/fesm2022/taon-ui.mjs +54 -54
  6. package/client/fesm2022/taon-ui.mjs.map +1 -1
  7. package/client/package.json +1 -1
  8. package/lib/build-info._auto-generated_.d.ts +1 -1
  9. package/lib/build-info._auto-generated_.js +1 -1
  10. package/lib/directives/index.d.ts +3 -0
  11. package/lib/directives/index.js +5 -0
  12. package/lib/directives/index.js.map +1 -0
  13. package/lib/directives/safe.pipe.d.ts +7 -0
  14. package/lib/directives/taon-inject-html.directive.d.ts +6 -0
  15. package/lib/directives/taon-long-press.directive.d.ts +22 -0
  16. package/lib/directives/view-mode.d.ts +5 -0
  17. package/lib/directives/view-mode.js +10 -0
  18. package/lib/directives/view-mode.js.map +1 -0
  19. package/lib/index.js +2 -2
  20. package/lib/layouts/taon-bootstrap-navbar/index.js +2 -2
  21. package/lib/ui/directives/index.js +2 -2
  22. package/lib/ui/index.js +2 -2
  23. package/lib/ui/taon-admin-mode-configuration/taon-admin.service.d.ts +21 -0
  24. package/lib/ui/taon-github-fork-me-corner/index.js +2 -2
  25. package/lib/ui/taon-github-fork-me-ribbon/index.js +2 -2
  26. package/lib/ui/taon-notifications/taon-notifications.models.js +2 -2
  27. package/lib/ui/taon-progress-bar/index.js +2 -2
  28. package/lib/ui/taon-session-passcode/index.js +2 -2
  29. package/lib/ui/taon-table/index.js +2 -2
  30. package/package.json +1 -1
  31. package/scss/lib/ui/taon-admin-mode-configuration/taon-admin-mode-configuration.component.scss +1 -1
  32. package/scss/vars.scss +7 -0
  33. package/tmp-environment.json +4 -8
  34. package/websql/fesm2022/taon-ui.mjs +54 -54
  35. package/websql/fesm2022/taon-ui.mjs.map +1 -1
  36. package/websql/package.json +1 -1
package/lib/ui/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1748398989746 = dummy1748398989746;
4
- function dummy1748398989746() { }
3
+ exports.dummy1748551408990 = dummy1748551408990;
4
+ function dummy1748551408990() { }
5
5
  //# sourceMappingURL=index.js.map
@@ -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
+ }
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1748398989815 = dummy1748398989815;
4
- function dummy1748398989815() { }
3
+ exports.dummy1748551409065 = dummy1748551409065;
4
+ function dummy1748551409065() { }
5
5
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1748398989834 = dummy1748398989834;
4
- function dummy1748398989834() { }
3
+ exports.dummy1748551409075 = dummy1748551409075;
4
+ function dummy1748551409075() { }
5
5
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1748398989860 = dummy1748398989860;
4
- function dummy1748398989860() { }
3
+ exports.dummy1748551409091 = dummy1748551409091;
4
+ function dummy1748551409091() { }
5
5
  //# sourceMappingURL=taon-notifications.models.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1748398989870 = dummy1748398989870;
4
- function dummy1748398989870() { }
3
+ exports.dummy1748551409100 = dummy1748551409100;
4
+ function dummy1748551409100() { }
5
5
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1748398989887 = dummy1748398989887;
4
- function dummy1748398989887() { }
3
+ exports.dummy1748551409113 = dummy1748551409113;
4
+ function dummy1748551409113() { }
5
5
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1748398989905 = dummy1748398989905;
4
- function dummy1748398989905() { }
3
+ exports.dummy1748551409124 = dummy1748551409124;
4
+ function dummy1748551409124() { }
5
5
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon-ui",
3
- "version": "19.0.3",
3
+ "version": "19.0.5",
4
4
  "scripts": {
5
5
  "taon init": "taon init",
6
6
  "taon start": "taon start",
@@ -1,4 +1,4 @@
1
- @use '../taon.scss' as taon;
1
+ @use 'taon/scss' as taon;
2
2
 
3
3
  @include taon.section;
4
4
 
package/scss/vars.scss ADDED
@@ -0,0 +1,7 @@
1
+ // THIS FILE IS GENERATED - DO NOT MODIFY
2
+ // CORE ASSETS BASENAME - use it only for asset from core container
3
+ $basename: '/';
4
+ $website_title: 'Taon Ui';
5
+ $website_domain: 'taon-ui.example.domain.com';
6
+ $project_npm_name: 'taon-ui';
7
+ // THIS FILE IS GENERATED - DO NOT MODIFY
@@ -8,11 +8,7 @@
8
8
  "container": {
9
9
  "only": []
10
10
  },
11
- "ports": {
12
- "ngNormalAppPort": 4263,
13
- "ngWebsqlAppPort": 4264,
14
- "nodeBeAppPort": 4104
15
- },
11
+ "ports": {},
16
12
  "init": {},
17
13
  "build": {
18
14
  "pwa": {},
@@ -30,12 +26,12 @@
30
26
  "releaseType": "manual",
31
27
  "targetArtifact": "npm-lib-and-cli-tool",
32
28
  "envName": "__",
33
- "resolvedNewVersion": "19.0.3"
29
+ "resolvedNewVersion": "19.0.5"
34
30
  },
35
31
  "copyToManager": {},
36
32
  "buildInfo": {
37
- "date": "2025-05-28T01:42:51.000Z",
38
- "hash": "7096aeacb73ca98d319b57f31478497c65d613ed"
33
+ "date": "2025-05-29T20:31:46.000Z",
34
+ "hash": "b61fc23fc471434c4bcf6776f38d71d2438e83d8"
39
35
  },
40
36
  "currentProjectName": "taon-ui",
41
37
  "currentProjectType": "isomorphic-lib",