tnp-helpers 21.0.2 → 21.0.3
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/fesm2022/tnp-helpers.mjs +1 -1
- package/browser/fesm2022/tnp-helpers.mjs.map +1 -1
- package/browser/lib/build-info._auto-generated_.d.ts +1 -1
- package/browser/package.json +1 -1
- package/lib/base/tcp-udp-ports/not-assignable-port.entity.js +2 -2
- package/lib/base/tcp-udp-ports/ports.entity.d.ts +1 -1
- package/lib/base/tcp-udp-ports/tcp-udp-ports.context.d.ts +19 -1
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/helpers/for-browser/angular.helper.js +2 -2
- package/lib/old/base-component.js +2 -2
- package/lib/old/base-formly-component.js +2 -2
- package/lib/old/dual-component-ctrl.js +2 -2
- package/package.json +1 -2
- package/websql/fesm2022/tnp-helpers.mjs +1 -1
- package/websql/fesm2022/tnp-helpers.mjs.map +1 -1
- package/websql/lib/build-info._auto-generated_.d.ts +1 -1
- package/websql/package.json +1 -1
package/browser/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1766327569467 = dummy1766327569467;
|
|
4
|
+
function dummy1766327569467() { }
|
|
5
5
|
//# sourceMappingURL=not-assignable-port.entity.js.map
|
|
@@ -2,7 +2,7 @@ import { Taon } from 'taon';
|
|
|
2
2
|
export type PortStatus = 'unassigned' | 'assigned' | 'assigned-not-registered' | 'assigned-taken-by-os';
|
|
3
3
|
export declare const PortStatusArr: PortStatus[];
|
|
4
4
|
export declare class Port extends Taon.Base.Entity {
|
|
5
|
-
static from(opt: Omit<Port, 'version' | '_' | 'clone' | 'titleOnList' | 'relation' | 'relations'>): Port & Omit<Port, "_" | "version" | "
|
|
5
|
+
static from(opt: Omit<Port, 'version' | '_' | 'clone' | 'titleOnList' | 'relation' | 'relations'>): Port & Omit<Port, "_" | "version" | "relation" | "relations" | "clone" | "titleOnList">;
|
|
6
6
|
static getTitleForFreePort(port: Number): string;
|
|
7
7
|
get titleOnList(): string;
|
|
8
8
|
port: number;
|
|
@@ -1 +1,19 @@
|
|
|
1
|
-
export declare const TaonPortsContextTemplate:
|
|
1
|
+
export declare const TaonPortsContextTemplate: () => {
|
|
2
|
+
readonly contextName: string;
|
|
3
|
+
readonly appId: string;
|
|
4
|
+
cloneAsRemote: (cloneOpt?: {
|
|
5
|
+
overrideRemoteHost?: string;
|
|
6
|
+
}) => /*elided*/ any;
|
|
7
|
+
cloneAsNormal: (cloneOpt?: {
|
|
8
|
+
overrideHost?: string;
|
|
9
|
+
}) => /*elided*/ any;
|
|
10
|
+
__ref(): Promise<import("taon").EndpointContext>;
|
|
11
|
+
readonly __refSync: import("taon").EndpointContext;
|
|
12
|
+
getClassInstance<T>(ctor: new (...args: any[]) => T): T;
|
|
13
|
+
getClass<T>(ctor: new (...args: any[]) => T): new (...args: any[]) => T;
|
|
14
|
+
initialize: (overrideOptions?: import("taon").Models.TaonInitializeParams) => Promise<import("taon").EndpointContext>;
|
|
15
|
+
readonly realtime: {
|
|
16
|
+
readonly client: import("taon/source/realtime/realtime-client").RealtimeClient;
|
|
17
|
+
readonly server: import("taon/source/realtime/realtime-server").RealtimeServer;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -21,6 +21,6 @@ exports.PROJECT_NPM_NAME = 'tnp-helpers';
|
|
|
21
21
|
/**
|
|
22
22
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
23
23
|
*/
|
|
24
|
-
exports.CURRENT_PACKAGE_VERSION = '21.0.
|
|
24
|
+
exports.CURRENT_PACKAGE_VERSION = '21.0.3';
|
|
25
25
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
26
26
|
//# sourceMappingURL=build-info._auto-generated_.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1766327569659 = dummy1766327569659;
|
|
4
|
+
function dummy1766327569659() { }
|
|
5
5
|
//# sourceMappingURL=angular.helper.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1766327568401 = dummy1766327568401;
|
|
4
|
+
function dummy1766327568401() { }
|
|
5
5
|
//# sourceMappingURL=base-component.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1766327568405 = dummy1766327568405;
|
|
4
|
+
function dummy1766327568405() { }
|
|
5
5
|
//# sourceMappingURL=base-formly-component.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1766327568415 = dummy1766327568415;
|
|
4
|
+
function dummy1766327568415() { }
|
|
5
5
|
//# sourceMappingURL=dual-component-ctrl.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tnp-helpers",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.3",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"docs": "python3 -m mkdocs",
|
|
6
6
|
"mkdocs": "python3 -m mkdocs",
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
"private": false,
|
|
28
28
|
"homepage": "https://github.com/darekf77/tnp-helpers#readme",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"tnp-models": "~21.0.0",
|
|
31
30
|
"task.js": "^0.1.5",
|
|
32
31
|
"json10-writer": "~21.0.0",
|
|
33
32
|
"lowdb": "7.0.1",
|
|
@@ -7594,7 +7594,7 @@ const PROJECT_NPM_NAME = 'tnp-helpers';
|
|
|
7594
7594
|
/**
|
|
7595
7595
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
7596
7596
|
*/
|
|
7597
|
-
const CURRENT_PACKAGE_VERSION = '21.0.
|
|
7597
|
+
const CURRENT_PACKAGE_VERSION = '21.0.3';
|
|
7598
7598
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
7599
7599
|
|
|
7600
7600
|
//#endregion
|