taon-ui 19.0.20 → 19.0.21

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon-ui/browser",
3
- "version": "19.0.20",
3
+ "version": "19.0.21",
4
4
  "module": "fesm2022/taon-ui.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -17,4 +17,4 @@ export declare const PROJECT_NPM_NAME = "taon-ui";
17
17
  /**
18
18
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
19
19
  */
20
- export declare const CURRENT_PACKAGE_VERSION = "19.0.20";
20
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.21";
@@ -21,6 +21,6 @@ exports.PROJECT_NPM_NAME = 'taon-ui';
21
21
  /**
22
22
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
23
23
  */
24
- exports.CURRENT_PACKAGE_VERSION = '19.0.20';
24
+ exports.CURRENT_PACKAGE_VERSION = '19.0.21';
25
25
  // THIS FILE IS GENERATED - DO NOT MODIFY
26
26
  //# sourceMappingURL=build-info._auto-generated_.js.map
@@ -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.dummy1747949418806 = dummy1747949418806;
4
+ function dummy1747949418806() { }
5
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":[""],"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":[""],"names":[],"mappings":";;;AAAA,IAAY,QAIX;AAJD,WAAY,QAAQ;IAClB,uBAAW,CAAA;IACX,yBAAa,CAAA;IACb,+BAAmB,CAAA;AACrB,CAAC,EAJW,QAAQ,wBAAR,QAAQ,QAInB"}
package/lib/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1755815476352 = dummy1755815476352;
4
- function dummy1755815476352() { }
3
+ exports.dummy1756667609451 = dummy1756667609451;
4
+ function dummy1756667609451() { }
5
5
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1755815476723 = dummy1755815476723;
4
- function dummy1755815476723() { }
3
+ exports.dummy1756667610180 = dummy1756667610180;
4
+ function dummy1756667610180() { }
5
5
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1755815476732 = dummy1755815476732;
4
- function dummy1755815476732() { }
3
+ exports.dummy1756667610202 = dummy1756667610202;
4
+ function dummy1756667610202() { }
5
5
  //# sourceMappingURL=index.js.map
package/lib/ui/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1755815476398 = dummy1755815476398;
4
- function dummy1755815476398() { }
3
+ exports.dummy1756667609539 = dummy1756667609539;
4
+ function dummy1756667609539() { }
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.dummy1755815476768 = dummy1755815476768;
4
- function dummy1755815476768() { }
3
+ exports.dummy1756667610270 = dummy1756667610270;
4
+ function dummy1756667610270() { }
5
5
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1755815476777 = dummy1755815476777;
4
- function dummy1755815476777() { }
3
+ exports.dummy1756667610294 = dummy1756667610294;
4
+ function dummy1756667610294() { }
5
5
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1755815476792 = dummy1755815476792;
4
- function dummy1755815476792() { }
3
+ exports.dummy1756667610336 = dummy1756667610336;
4
+ function dummy1756667610336() { }
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.dummy1755815476799 = dummy1755815476799;
4
- function dummy1755815476799() { }
3
+ exports.dummy1756667610349 = dummy1756667610349;
4
+ function dummy1756667610349() { }
5
5
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1755815476812 = dummy1755815476812;
4
- function dummy1755815476812() { }
3
+ exports.dummy1756667610374 = dummy1756667610374;
4
+ function dummy1756667610374() { }
5
5
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1755815476824 = dummy1755815476824;
4
- function dummy1755815476824() { }
3
+ exports.dummy1756667610394 = dummy1756667610394;
4
+ function dummy1756667610394() { }
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.20",
3
+ "version": "19.0.21",
4
4
  "scripts": {
5
5
  "taon init": "taon init",
6
6
  "taon start": "taon start",
@@ -25,8 +25,9 @@
25
25
  "dependencies": {},
26
26
  "description": "Description for taon-ui. Hello world!",
27
27
  "main": "dist/app.electron.js",
28
- "bin": {},
29
- "peerDependencies": {
28
+ "optionalDependencies": {
30
29
  "taon": "~19.0.0"
31
- }
30
+ },
31
+ "bin": {},
32
+ "peerDependencies": {}
32
33
  }
package/scss/vars.scss CHANGED
@@ -1,7 +1,7 @@
1
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
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
@@ -0,0 +1,39 @@
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
+ "init": {},
13
+ "build": {
14
+ "pwa": {},
15
+ "watch": false
16
+ },
17
+ "loading": {
18
+ "preAngularBootstrap": {},
19
+ "afterAngularBootstrap": {}
20
+ },
21
+ "release": {
22
+ "cli": {},
23
+ "lib": {},
24
+ "autoReleaseUsingConfig": true,
25
+ "releaseVersionBumpType": "patch",
26
+ "releaseType": "manual",
27
+ "targetArtifact": "npm-lib-and-cli-tool",
28
+ "envName": "__",
29
+ "resolvedNewVersion": "19.0.5"
30
+ },
31
+ "copyToManager": {},
32
+ "buildInfo": {
33
+ "date": "2025-05-29T20:31:46.000Z",
34
+ "hash": "b61fc23fc471434c4bcf6776f38d71d2438e83d8"
35
+ },
36
+ "currentProjectName": "taon-ui",
37
+ "currentProjectType": "isomorphic-lib",
38
+ "pathsTsconfig": "\"paths\": {\"@lib\":[\"./src/lib\"],\"@lib/*\":[\"./src/lib/*\"],\"taon-ui/src\":[\"./src/lib\"],\"taon-ui/src/*\":[\"./src/lib/*\"]},"
39
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon-ui/websql",
3
- "version": "19.0.20",
3
+ "version": "19.0.21",
4
4
  "module": "fesm2022/taon-ui.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {