taon 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.
- package/assets/shared/shared_folder_info.txt +1 -1
- package/browser/fesm2022/taon.mjs +50 -50
- package/browser/package.json +13 -0
- package/client/fesm2022/taon.mjs +50 -50
- package/client/package.json +13 -0
- package/lib/base-classes/base-subscriber.d.ts +4 -0
- package/lib/base-classes/base-subscriber.js +25 -0
- package/lib/base-classes/base-subscriber.js.map +1 -0
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/index.d.ts +0 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/index.js +5 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/index.js.map +1 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-main-namespace.d.ts +22 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-main-namespace.js +139 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-main-namespace.js.map +1 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-main-wrapper.d.ts +16 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-main-wrapper.js +68 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-main-wrapper.js.map +1 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-renderer-namespace.d.ts +10 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-renderer-namespace.js +56 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-renderer-namespace.js.map +1 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-renderer-wrapper.d.ts +10 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-renderer-wrapper.js +50 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc-renderer-wrapper.js.map +1 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc.models.d.ts +13 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc.models.js +3 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/realtime-strategy-ipc.models.js.map +1 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/index.d.ts +2 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/index.js +6 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/index.js.map +1 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-client.d.ts +16 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-client.js +54 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-client.js.map +1 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-namespaces.d.ts +17 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-namespaces.js +52 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-namespaces.js.map +1 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-server.d.ts +11 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-server.js +39 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-server.js.map +1 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-socket.d.ts +13 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-socket.js +46 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-socket.js.map +1 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock.models.d.ts +11 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock.models.js +3 -0
- package/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock.models.js.map +1 -0
- package/lib/ui/directives/firedev-inject-html.directive.d.ts +6 -0
- package/lib/ui/directives/firedev-long-press.directive.d.ts +22 -0
- package/lib/ui/directives/index.js +2 -2
- package/lib/ui/index.js +2 -2
- package/lib/ui/taon-admin-mode-configuration/components/taon-admin-edit-mode/index.d.ts +2 -0
- package/lib/ui/taon-admin-mode-configuration/components/taon-admin-edit-mode/index.js +5 -0
- package/lib/ui/taon-admin-mode-configuration/components/taon-admin-edit-mode/index.js.map +1 -0
- package/lib/ui/taon-admin-mode-configuration/components/taon-admin-edit-mode/taon-admin-edit-mode.component.d.ts +29 -0
- package/lib/ui/taon-admin-mode-configuration/components/taon-admin-edit-mode/taon-admin-edit-mode.module.d.ts +2 -0
- package/lib/ui/taon-admin-mode-configuration/components/taon-db-admin/index.d.ts +1 -0
- package/lib/ui/taon-admin-mode-configuration/components/taon-db-admin/index.js +5 -0
- package/lib/ui/taon-admin-mode-configuration/components/taon-db-admin/index.js.map +1 -0
- package/lib/ui/taon-admin-mode-configuration/components/taon-db-admin/taon-db-admin.component.d.ts +8 -0
- package/lib/ui/taon-admin-mode-configuration/components/taon-file-general-opt/index.d.ts +2 -0
- package/lib/ui/taon-admin-mode-configuration/components/taon-file-general-opt/index.js +5 -0
- package/lib/ui/taon-admin-mode-configuration/components/taon-file-general-opt/index.js.map +1 -0
- package/lib/ui/taon-admin-mode-configuration/components/taon-file-general-opt/taon-file-general-opt.component.d.ts +13 -0
- package/lib/ui/taon-admin-mode-configuration/components/taon-file-general-opt/taon-file-general-opt.module.d.ts +2 -0
- package/lib/ui/taon-admin-mode-configuration/index.js +2 -2
- package/lib/ui/taon-admin-mode-configuration/models/taon-admin-mode-tabs.d.ts +5 -0
- package/lib/ui/taon-admin-mode-configuration/models/taon-admin-mode-tabs.js +3 -0
- package/lib/ui/taon-admin-mode-configuration/models/taon-admin-mode-tabs.js.map +1 -0
- package/lib/ui/taon-admin-mode-configuration/taon-admin-control.service.d.ts +14 -0
- package/lib/ui/taon-admin-mode-configuration/taon-admin-mode-configuration.module.d.ts +2 -0
- 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/lib/ui/toan-full-material.module.d.ts +2 -0
- package/package.json +1 -1
- package/tmp-environment.json +4 -3
- package/websql/fesm2022/taon.mjs +50 -50
- package/websql/package.json +13 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { MockNamespace } from "./realtime-strategy-mock-namespaces";
|
|
2
|
+
export declare class MockSocket {
|
|
3
|
+
id: string;
|
|
4
|
+
private namespace;
|
|
5
|
+
private listeners;
|
|
6
|
+
constructor(id: string, namespace: MockNamespace);
|
|
7
|
+
on(event: string, callback: (data?: any) => void): void;
|
|
8
|
+
off(event: string, callback?: (data?: any) => void): void;
|
|
9
|
+
emit(event: string, data?: any): void;
|
|
10
|
+
join(room: string): void;
|
|
11
|
+
leave(room: string): void;
|
|
12
|
+
disconnect(): void;
|
|
13
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MockSocket = void 0;
|
|
4
|
+
var MockSocket = /** @class */ (function () {
|
|
5
|
+
function MockSocket(id, namespace) {
|
|
6
|
+
this.id = id;
|
|
7
|
+
this.namespace = namespace;
|
|
8
|
+
this.listeners = {};
|
|
9
|
+
this.namespace.addSocket(this);
|
|
10
|
+
}
|
|
11
|
+
MockSocket.prototype.on = function (event, callback) {
|
|
12
|
+
if (!this.listeners[event]) {
|
|
13
|
+
this.listeners[event] = [];
|
|
14
|
+
}
|
|
15
|
+
this.listeners[event].push(callback);
|
|
16
|
+
};
|
|
17
|
+
MockSocket.prototype.off = function (event, callback) {
|
|
18
|
+
if (!this.listeners[event])
|
|
19
|
+
return;
|
|
20
|
+
if (callback) {
|
|
21
|
+
this.listeners[event] = this.listeners[event].filter(function (listener) { return listener !== callback; });
|
|
22
|
+
}
|
|
23
|
+
else {
|
|
24
|
+
delete this.listeners[event];
|
|
25
|
+
}
|
|
26
|
+
};
|
|
27
|
+
MockSocket.prototype.emit = function (event, data) {
|
|
28
|
+
if (this.listeners[event]) {
|
|
29
|
+
this.listeners[event].forEach(function (listener) { return listener(data); });
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
MockSocket.prototype.join = function (room) {
|
|
33
|
+
this.namespace.joinRoom(this, room);
|
|
34
|
+
};
|
|
35
|
+
MockSocket.prototype.leave = function (room) {
|
|
36
|
+
this.namespace.leaveRoom(this, room);
|
|
37
|
+
};
|
|
38
|
+
MockSocket.prototype.disconnect = function () {
|
|
39
|
+
this.emit('disconnect');
|
|
40
|
+
this.namespace.removeSocket(this);
|
|
41
|
+
this.listeners = {};
|
|
42
|
+
};
|
|
43
|
+
return MockSocket;
|
|
44
|
+
}());
|
|
45
|
+
exports.MockSocket = MockSocket;
|
|
46
|
+
//# sourceMappingURL=realtime-strategy-mock-socket.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"realtime-strategy-mock-socket.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon/src/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock-socket.ts"],"names":[],"mappings":";;;AAIA;IAGE,oBAAmB,EAAU,EAAU,SAAwB;QAA5C,OAAE,GAAF,EAAE,CAAQ;QAAU,cAAS,GAAT,SAAS,CAAe;QAFvD,cAAS,GAAmB,EAAE,CAAC;QAGrC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;IACjC,CAAC;IAED,uBAAE,GAAF,UAAG,KAAa,EAAE,QAA8B;QAC9C,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,EAAE,CAAC;YAC3B,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC;QAC7B,CAAC;QACD,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACvC,CAAC;IAED,wBAAG,GAAH,UAAI,KAAa,EAAE,QAA+B;QAChD,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC;YAAE,OAAO;QAEnC,IAAI,QAAQ,EAAE,CAAC;YACb,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,UAAA,QAAQ,IAAI,OAAA,QAAQ,KAAK,QAAQ,EAArB,CAAqB,CAAC,CAAC;QAC1F,CAAC;aAAM,CAAC;YACN,OAAO,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;QAC/B,CAAC;IACH,CAAC;IAED,yBAAI,GAAJ,UAAK,KAAa,EAAE,IAAU;QAC5B,IAAI,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,EAAE,CAAC;YAC1B,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,UAAA,QAAQ,IAAI,OAAA,QAAQ,CAAC,IAAI,CAAC,EAAd,CAAc,CAAC,CAAC;QAC5D,CAAC;IACH,CAAC;IAED,yBAAI,GAAJ,UAAK,IAAY;QACf,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;IACtC,CAAC;IAED,0BAAK,GAAL,UAAM,IAAY;QAChB,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;IACvC,CAAC;IAED,+BAAU,GAAV;QACE,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACxB,IAAI,CAAC,SAAS,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;QAClC,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;IACtB,CAAC;IACH,iBAAC;AAAD,CAAC,AA3CD,IA2CC;AA3CY,gCAAU"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { MockNamespace } from "./realtime-strategy-mock-namespaces";
|
|
2
|
+
import { MockSocket } from "./realtime-strategy-mock-socket";
|
|
3
|
+
export interface EventListeners {
|
|
4
|
+
[event: string]: Array<(data?: any) => void>;
|
|
5
|
+
}
|
|
6
|
+
export interface Rooms {
|
|
7
|
+
[room: string]: Set<MockSocket>;
|
|
8
|
+
}
|
|
9
|
+
export interface Namespaces {
|
|
10
|
+
[namespace: string]: MockNamespace;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"realtime-strategy-mock.models.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon/src/lib/realtime/realtime-strategy/realtime-strategy-mock-models/realtime-strategy-mock.models.ts"],"names":[],"mappings":""}
|
|
@@ -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
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1745789545314 = dummy1745789545314;
|
|
4
|
+
function dummy1745789545314() { }
|
|
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.dummy1745789544539 = dummy1745789544539;
|
|
4
|
+
function dummy1745789544539() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon/src/lib/ui/taon-admin-mode-configuration/components/taon-admin-edit-mode/index.ts"],"names":[],"mappings":";;AAAA,gDAAwC;AAAxC,SAAgB,kBAAkB,KAAK,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { Subscription } from 'rxjs';
|
|
3
|
+
import { Router } from '@angular/router';
|
|
4
|
+
import 'brace';
|
|
5
|
+
import 'brace/mode/css';
|
|
6
|
+
import 'brace/mode/typescript';
|
|
7
|
+
import 'brace/theme/github';
|
|
8
|
+
import { MtxGridColumn } from '@ng-matero/extensions/grid';
|
|
9
|
+
export declare class TaonAdminEditModeComponent implements OnInit {
|
|
10
|
+
private router;
|
|
11
|
+
inited$: import("rxjs").Observable<boolean>;
|
|
12
|
+
private destroyed$;
|
|
13
|
+
admin: any;
|
|
14
|
+
handlers: Subscription[];
|
|
15
|
+
entity: any;
|
|
16
|
+
files: any;
|
|
17
|
+
selectedTabIndex: number;
|
|
18
|
+
fileToSearch: string;
|
|
19
|
+
columns: MtxGridColumn[];
|
|
20
|
+
taonAdminEditModeDataChanged: EventEmitter<any>;
|
|
21
|
+
taonAdminEditModeData: any;
|
|
22
|
+
constructor(router: Router);
|
|
23
|
+
ngOnInit(): void;
|
|
24
|
+
ngOnDestroy(): void;
|
|
25
|
+
ngAfterViewInit(): void;
|
|
26
|
+
expansionRow(e: any): void;
|
|
27
|
+
refresFilesList(): void;
|
|
28
|
+
searchFind(file: any): any;
|
|
29
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './taon-db-admin.component';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon/src/lib/ui/taon-admin-mode-configuration/components/taon-db-admin/index.ts"],"names":[],"mappings":";;AAAA,gDAAwC;AAAxC,SAAgB,kBAAkB,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon/src/lib/ui/taon-admin-mode-configuration/components/taon-file-general-opt/index.ts"],"names":[],"mappings":";;AAAA,gDAAwC;AAAxC,SAAgB,kBAAkB,KAAK,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { FormlyFieldConfig } from '@ngx-formly/core';
|
|
3
|
+
import { Subscription } from 'rxjs';
|
|
4
|
+
export declare class TaonFileGeneralOptComponent implements OnInit {
|
|
5
|
+
height: number;
|
|
6
|
+
handlers: Subscription[];
|
|
7
|
+
fieldsOrder: any[];
|
|
8
|
+
fields: FormlyFieldConfig[];
|
|
9
|
+
file: any;
|
|
10
|
+
constructor();
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
ngOnDestroy(): void;
|
|
13
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1745789545331 = dummy1745789545331;
|
|
4
|
+
function dummy1745789545331() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"taon-admin-mode-tabs.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/taon/src/lib/ui/taon-admin-mode-configuration/models/taon-admin-mode-tabs.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ApplicationRef, TemplateRef } from '@angular/core';
|
|
2
|
+
import type { TaonAdminModeConfigurationComponent } from './taon-admin-mode-configuration.component';
|
|
3
|
+
export declare class TaonAdminService {
|
|
4
|
+
private cdr;
|
|
5
|
+
taonAdminModeConfigurationComponent: TaonAdminModeConfigurationComponent;
|
|
6
|
+
private readonly admin;
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated
|
|
9
|
+
*/
|
|
10
|
+
disableScroll(): void;
|
|
11
|
+
constructor(cdr: ApplicationRef);
|
|
12
|
+
addTab(name: string, template: TemplateRef<any>): void;
|
|
13
|
+
init(taonAdminModeConfigurationComponent: TaonAdminModeConfigurationComponent): void;
|
|
14
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1745789545353 = dummy1745789545353;
|
|
4
|
+
function dummy1745789545353() { }
|
|
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.dummy1745789545370 = dummy1745789545370;
|
|
4
|
+
function dummy1745789545370() { }
|
|
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.dummy1745789545398 = dummy1745789545398;
|
|
4
|
+
function dummy1745789545398() { }
|
|
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.dummy1745789545409 = dummy1745789545409;
|
|
4
|
+
function dummy1745789545409() { }
|
|
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.dummy1745789545432 = dummy1745789545432;
|
|
4
|
+
function dummy1745789545432() { }
|
|
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.dummy1745789545446 = dummy1745789545446;
|
|
4
|
+
function dummy1745789545446() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
package/tmp-environment.json
CHANGED
|
@@ -23,12 +23,13 @@
|
|
|
23
23
|
"releaseVersionBumpType": "patch",
|
|
24
24
|
"releaseType": "manual",
|
|
25
25
|
"targetArtifact": "npm-lib-and-cli-tool",
|
|
26
|
-
"envName": "__"
|
|
26
|
+
"envName": "__",
|
|
27
|
+
"resolvedNewVersion": "19.0.5"
|
|
27
28
|
},
|
|
28
29
|
"copyToManager": {},
|
|
29
30
|
"buildInfo": {
|
|
30
|
-
"date": "2025-04-
|
|
31
|
-
"hash": "
|
|
31
|
+
"date": "2025-04-26T21:38:04.000Z",
|
|
32
|
+
"hash": "92945fa4a80cda49d24a21963b0b29fc72c8e892"
|
|
32
33
|
},
|
|
33
34
|
"currentProjectName": "taon",
|
|
34
35
|
"currentProjectType": "isomorphic-lib",
|