taon-ui 19.0.17 → 19.0.18
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/browser/package.json +1 -1
- package/lib/build-info._auto-generated_.d.ts +16 -1
- package/lib/build-info._auto-generated_.js +16 -1
- package/lib/build-info._auto-generated_.js.map +1 -1
- 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-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/tmp-environment.json +8 -4
- package/websql/package.json +1 -1
- package/lib/directives/index.d.ts +0 -3
- package/lib/directives/index.js +0 -5
- package/lib/directives/index.js.map +0 -1
- package/lib/directives/safe.pipe.d.ts +0 -7
- package/lib/directives/taon-inject-html.directive.d.ts +0 -6
- package/lib/directives/taon-long-press.directive.d.ts +0 -22
- package/lib/directives/view-mode.d.ts +0 -5
- package/lib/directives/view-mode.js +0 -10
- package/lib/directives/view-mode.js.map +0 -1
- package/lib/ui/taon-admin-mode-configuration/taon-admin.service.d.ts +0 -21
package/browser/package.json
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Autogenerated by current cli tool
|
|
3
|
+
*/
|
|
1
4
|
export declare const BUILD_FRAMEWORK_CLI_NAME = "tnp";
|
|
5
|
+
/**
|
|
6
|
+
* This value can be change in taon.jsonc (appId)
|
|
7
|
+
*/
|
|
2
8
|
export declare const APP_ID = "com.domain.example.taon-ui";
|
|
9
|
+
/**
|
|
10
|
+
* Autogenerated by current cli tool
|
|
11
|
+
*/
|
|
3
12
|
export declare const BUILD_BASE_HREF = "";
|
|
13
|
+
/**
|
|
14
|
+
* This value can be change in taon.jsonc (overrideNpmName)
|
|
15
|
+
*/
|
|
4
16
|
export declare const PROJECT_NPM_NAME = "taon-ui";
|
|
5
|
-
|
|
17
|
+
/**
|
|
18
|
+
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
19
|
+
*/
|
|
20
|
+
export declare const CURRENT_PACKAGE_VERSION = "19.0.18";
|
|
@@ -2,10 +2,25 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.BUILD_BASE_HREF = exports.APP_ID = exports.BUILD_FRAMEWORK_CLI_NAME = void 0;
|
|
4
4
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
5
|
+
/**
|
|
6
|
+
* Autogenerated by current cli tool
|
|
7
|
+
*/
|
|
5
8
|
exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
|
|
9
|
+
/**
|
|
10
|
+
* This value can be change in taon.jsonc (appId)
|
|
11
|
+
*/
|
|
6
12
|
exports.APP_ID = 'com.domain.example.taon-ui';
|
|
13
|
+
/**
|
|
14
|
+
* Autogenerated by current cli tool
|
|
15
|
+
*/
|
|
7
16
|
exports.BUILD_BASE_HREF = '';
|
|
17
|
+
/**
|
|
18
|
+
* This value can be change in taon.jsonc (overrideNpmName)
|
|
19
|
+
*/
|
|
8
20
|
exports.PROJECT_NPM_NAME = 'taon-ui';
|
|
9
|
-
|
|
21
|
+
/**
|
|
22
|
+
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
23
|
+
*/
|
|
24
|
+
exports.CURRENT_PACKAGE_VERSION = '19.0.18';
|
|
10
25
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
11
26
|
//# sourceMappingURL=build-info._auto-generated_.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"build-info._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,yCAAyC;
|
|
1
|
+
{"version":3,"file":"build-info._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,yCAAyC;AACzC;;GAEG;AACU,QAAA,wBAAwB,GAAG,KAAK,CAAC;AAC9C;;GAEG;AACU,QAAA,MAAM,GAAG,4BAA4B,CAAC;AACnD;;GAEG;AACU,QAAA,eAAe,GAAG,EAAE,CAAC;AAClC;;GAEG;AACU,QAAA,gBAAgB,GAAG,SAAS,CAAC;AAC1C;;GAEG;AACU,QAAA,uBAAuB,GAAG,SAAS,CAAC;AACjD,yCAAyC"}
|
package/lib/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1754862062419 = dummy1754862062419;
|
|
4
|
+
function dummy1754862062419() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1754862063540 = dummy1754862063540;
|
|
4
|
+
function dummy1754862063540() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1754862063550 = dummy1754862063550;
|
|
4
|
+
function dummy1754862063550() { }
|
|
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.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1754862062493 = dummy1754862062493;
|
|
4
|
+
function dummy1754862062493() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1754862063587 = dummy1754862063587;
|
|
4
|
+
function dummy1754862063587() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1754862063598 = dummy1754862063598;
|
|
4
|
+
function dummy1754862063598() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1754862063615 = dummy1754862063615;
|
|
4
|
+
function dummy1754862063615() { }
|
|
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.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1754862063622 = dummy1754862063622;
|
|
4
|
+
function dummy1754862063622() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1754862063634 = dummy1754862063634;
|
|
4
|
+
function dummy1754862063634() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1754862063645 = dummy1754862063645;
|
|
4
|
+
function dummy1754862063645() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
package/tmp-environment.json
CHANGED
|
@@ -8,7 +8,11 @@
|
|
|
8
8
|
"container": {
|
|
9
9
|
"only": []
|
|
10
10
|
},
|
|
11
|
-
"ports": {
|
|
11
|
+
"ports": {
|
|
12
|
+
"ngNormalAppPort": 4263,
|
|
13
|
+
"ngWebsqlAppPort": 4264,
|
|
14
|
+
"nodeBeAppPort": 4104
|
|
15
|
+
},
|
|
12
16
|
"init": {},
|
|
13
17
|
"build": {
|
|
14
18
|
"pwa": {},
|
|
@@ -26,12 +30,12 @@
|
|
|
26
30
|
"releaseType": "manual",
|
|
27
31
|
"targetArtifact": "npm-lib-and-cli-tool",
|
|
28
32
|
"envName": "__",
|
|
29
|
-
"resolvedNewVersion": "19.0.
|
|
33
|
+
"resolvedNewVersion": "19.0.3"
|
|
30
34
|
},
|
|
31
35
|
"copyToManager": {},
|
|
32
36
|
"buildInfo": {
|
|
33
|
-
"date": "2025-05-
|
|
34
|
-
"hash": "
|
|
37
|
+
"date": "2025-05-28T01:42:51.000Z",
|
|
38
|
+
"hash": "7096aeacb73ca98d319b57f31478497c65d613ed"
|
|
35
39
|
},
|
|
36
40
|
"currentProjectName": "taon-ui",
|
|
37
41
|
"currentProjectType": "isomorphic-lib",
|
package/websql/package.json
CHANGED
package/lib/directives/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;AAAA,gDAAwC;AAAxC,SAAgB,kBAAkB,KAAK,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,21 +0,0 @@
|
|
|
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
|
-
}
|