@bitblit/ngx-acute-common 5.0.584-alpha → 5.0.587-alpha
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,20 +1,29 @@
|
|
|
1
1
|
import { Router } from '@angular/router';
|
|
2
2
|
import { BehaviorSubject } from "rxjs";
|
|
3
3
|
import { LogMessage } from "@bitblit/ratchet-common/logger/log-message";
|
|
4
|
+
import { LoggerLevelName } from "@bitblit/ratchet-common/logger/logger-level-name";
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class LogDisplayComponent {
|
|
6
7
|
router: Router;
|
|
7
8
|
buttonIcon: string;
|
|
8
9
|
displayShowIcon: boolean;
|
|
10
|
+
hotkeyEnabled: boolean;
|
|
9
11
|
visible: boolean;
|
|
10
12
|
snap: BehaviorSubject<LogMessage[]>;
|
|
11
13
|
updatedEpoch: number;
|
|
14
|
+
levelFilterIdx: number;
|
|
15
|
+
levelFilterOptions: any[];
|
|
12
16
|
constructor(router: Router);
|
|
17
|
+
filterLevelChange(delta: number): void;
|
|
18
|
+
levelLoggedIdx(): number;
|
|
19
|
+
levelLogged(): LoggerLevelName;
|
|
20
|
+
levelFilter(): LoggerLevelName;
|
|
13
21
|
fetchMessagesCopy(): LogMessage[];
|
|
14
22
|
refresh(): void;
|
|
15
23
|
formatTime(tm: number): string;
|
|
16
24
|
format(lm: LogMessage): string;
|
|
17
25
|
open(): void;
|
|
26
|
+
systemKeypress(evt: KeyboardEvent): void;
|
|
18
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<LogDisplayComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LogDisplayComponent, "ngx-acute-common-log-display", never, { "buttonIcon": { "alias": "buttonIcon"; "required": false; }; "displayShowIcon": { "alias": "displayShowIcon"; "required": false; }; }, {}, never, never, true, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LogDisplayComponent, "ngx-acute-common-log-display", never, { "buttonIcon": { "alias": "buttonIcon"; "required": false; }; "displayShowIcon": { "alias": "displayShowIcon"; "required": false; }; "hotkeyEnabled": { "alias": "hotkeyEnabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
20
29
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, Input } from
|
|
1
|
+
import { Component, HostListener, Input } from "@angular/core";
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
3
|
import { CardModule } from "primeng/card";
|
|
4
4
|
import { ButtonModule } from "primeng/button";
|
|
@@ -11,15 +11,21 @@ import { BehaviorSubject } from "rxjs";
|
|
|
11
11
|
import { AsyncPipe } from "@angular/common";
|
|
12
12
|
import { Logger } from "@bitblit/ratchet-common/logger/logger";
|
|
13
13
|
import { DurationRatchet } from "@bitblit/ratchet-common/lang/duration-ratchet";
|
|
14
|
+
import { LoggerUtil } from "@bitblit/ratchet-common/logger/logger-util";
|
|
15
|
+
import { SelectButton } from "primeng/selectbutton";
|
|
16
|
+
import { FormsModule } from "@angular/forms";
|
|
17
|
+
import { LoggerLevelName } from "@bitblit/ratchet-common/logger/logger-level-name";
|
|
14
18
|
import * as i0 from "@angular/core";
|
|
15
19
|
import * as i1 from "@angular/router";
|
|
16
20
|
import * as i2 from "primeng/api";
|
|
17
21
|
import * as i3 from "primeng/button";
|
|
18
|
-
import * as i4 from "primeng/
|
|
19
|
-
|
|
20
|
-
|
|
22
|
+
import * as i4 from "primeng/tooltip";
|
|
23
|
+
import * as i5 from "primeng/table";
|
|
24
|
+
import * as i6 from "@angular/forms";
|
|
25
|
+
function LogDisplayComponent_ng_template_6_Template(rf, ctx) { if (rf & 1) {
|
|
26
|
+
i0.ɵɵelementStart(0, "tr")(1, "th", 8);
|
|
21
27
|
i0.ɵɵtext(2, "Timestamp ");
|
|
22
|
-
i0.ɵɵelement(3, "p-sortIcon",
|
|
28
|
+
i0.ɵɵelement(3, "p-sortIcon", 9);
|
|
23
29
|
i0.ɵɵelementEnd();
|
|
24
30
|
i0.ɵɵelementStart(4, "th");
|
|
25
31
|
i0.ɵɵtext(5, "Level");
|
|
@@ -28,7 +34,7 @@ function LogDisplayComponent_ng_template_7_Template(rf, ctx) { if (rf & 1) {
|
|
|
28
34
|
i0.ɵɵtext(7, "Message");
|
|
29
35
|
i0.ɵɵelementEnd()();
|
|
30
36
|
} }
|
|
31
|
-
function
|
|
37
|
+
function LogDisplayComponent_ng_template_7_Template(rf, ctx) { if (rf & 1) {
|
|
32
38
|
i0.ɵɵelementStart(0, "tr")(1, "td");
|
|
33
39
|
i0.ɵɵtext(2);
|
|
34
40
|
i0.ɵɵelementEnd();
|
|
@@ -52,14 +58,45 @@ export class LogDisplayComponent {
|
|
|
52
58
|
router;
|
|
53
59
|
buttonIcon = 'pi pi-arrow-up';
|
|
54
60
|
displayShowIcon = true;
|
|
61
|
+
hotkeyEnabled = true;
|
|
55
62
|
visible = false;
|
|
56
63
|
snap = new BehaviorSubject(this.fetchMessagesCopy());
|
|
57
64
|
updatedEpoch;
|
|
65
|
+
levelFilterIdx = LoggerUtil.loggerLevelIndex(LoggerLevelName.info);
|
|
66
|
+
levelFilterOptions;
|
|
58
67
|
constructor(router) {
|
|
59
68
|
this.router = router;
|
|
69
|
+
const loggerLevel = LoggerUtil.loggerLevelIndex(Logger.getLevel());
|
|
70
|
+
this.levelFilterOptions = [];
|
|
71
|
+
for (let i = 0; i <= loggerLevel; i++) {
|
|
72
|
+
this.levelFilterOptions.push({ label: LoggerUtil.indexToLevel(i), value: i });
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
filterLevelChange(delta) {
|
|
76
|
+
const loggerLevel = LoggerUtil.loggerLevelIndex(Logger.getLevel());
|
|
77
|
+
const newLevelIdx = this.levelFilterIdx + delta;
|
|
78
|
+
if (newLevelIdx <= loggerLevel) {
|
|
79
|
+
if (LoggerUtil.indexToLevel(newLevelIdx)) {
|
|
80
|
+
this.levelFilterIdx = newLevelIdx;
|
|
81
|
+
this.refresh();
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
else {
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
levelLoggedIdx() {
|
|
88
|
+
return LoggerUtil.loggerLevelIndex(Logger.getLevel());
|
|
89
|
+
}
|
|
90
|
+
levelLogged() {
|
|
91
|
+
return Logger.getLevel();
|
|
92
|
+
}
|
|
93
|
+
levelFilter() {
|
|
94
|
+
const rval = LoggerUtil.indexToLevel(this.levelFilterIdx);
|
|
95
|
+
return rval;
|
|
60
96
|
}
|
|
61
97
|
fetchMessagesCopy() {
|
|
62
|
-
|
|
98
|
+
let rval = Object.assign([], Logger.getRingBuffer().getMessages().reverse());
|
|
99
|
+
rval = rval.filter(r => { return LoggerUtil.levelIsEnabled(r.lvl, this.levelFilter()); });
|
|
63
100
|
return rval;
|
|
64
101
|
}
|
|
65
102
|
refresh() {
|
|
@@ -78,40 +115,60 @@ export class LogDisplayComponent {
|
|
|
78
115
|
this.refresh();
|
|
79
116
|
this.visible = true;
|
|
80
117
|
}
|
|
118
|
+
systemKeypress(evt) {
|
|
119
|
+
if (this.hotkeyEnabled && evt.code === 'KeyL' && evt.ctrlKey && evt.shiftKey) {
|
|
120
|
+
if (this.visible) {
|
|
121
|
+
this.visible = false;
|
|
122
|
+
}
|
|
123
|
+
else {
|
|
124
|
+
this.open();
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
81
128
|
static ɵfac = function LogDisplayComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LogDisplayComponent)(i0.ɵɵdirectiveInject(i1.Router)); };
|
|
82
|
-
static ɵcmp = i0.ɵɵdefineComponent({ type: LogDisplayComponent, selectors: [["ngx-acute-common-log-display"]],
|
|
129
|
+
static ɵcmp = i0.ɵɵdefineComponent({ type: LogDisplayComponent, selectors: [["ngx-acute-common-log-display"]], hostBindings: function LogDisplayComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
130
|
+
i0.ɵɵlistener("keypress", function LogDisplayComponent_keypress_HostBindingHandler($event) { return ctx.systemKeypress($event); }, false, i0.ɵɵresolveDocument);
|
|
131
|
+
} }, inputs: { buttonIcon: "buttonIcon", displayShowIcon: "displayShowIcon", hotkeyEnabled: "hotkeyEnabled" }, decls: 9, vars: 11, consts: [["position", "full", 3, "visibleChange", "visible", "header"], [2, "display", "flex", "flex-direction", "row", "justify-content", "start", "gap", "5vw"], ["pTooltip", "Refresh", "icon", "pi pi-refresh", 3, "click"], [3, "ngModelChange", "onChange", "options", "ngModel"], [3, "value"], ["pTemplate", "header"], ["pTemplate", "body"], [3, "click", "icon", "hidden"], ["pSortableColumn", "timestamp"], ["field", "timestamp"]], template: function LogDisplayComponent_Template(rf, ctx) { if (rf & 1) {
|
|
83
132
|
i0.ɵɵelementStart(0, "p-drawer", 0);
|
|
84
133
|
i0.ɵɵtwoWayListener("visibleChange", function LogDisplayComponent_Template_p_drawer_visibleChange_0_listener($event) { i0.ɵɵtwoWayBindingSet(ctx.visible, $event) || (ctx.visible = $event); return $event; });
|
|
85
134
|
i0.ɵɵelementStart(1, "div", 1)(2, "p-button", 2);
|
|
86
135
|
i0.ɵɵlistener("click", function LogDisplayComponent_Template_p_button_click_2_listener() { return ctx.refresh(); });
|
|
87
136
|
i0.ɵɵelementEnd();
|
|
88
|
-
i0.ɵɵelementStart(3, "
|
|
89
|
-
i0.ɵɵ
|
|
137
|
+
i0.ɵɵelementStart(3, "p-select-button", 3);
|
|
138
|
+
i0.ɵɵtwoWayListener("ngModelChange", function LogDisplayComponent_Template_p_select_button_ngModelChange_3_listener($event) { i0.ɵɵtwoWayBindingSet(ctx.levelFilterIdx, $event) || (ctx.levelFilterIdx = $event); return $event; });
|
|
139
|
+
i0.ɵɵlistener("onChange", function LogDisplayComponent_Template_p_select_button_onChange_3_listener() { return ctx.refresh(); });
|
|
90
140
|
i0.ɵɵelementEnd()();
|
|
91
|
-
i0.ɵɵelementStart(
|
|
92
|
-
i0.ɵɵpipe(
|
|
93
|
-
i0.ɵɵtemplate(
|
|
141
|
+
i0.ɵɵelementStart(4, "p-table", 4);
|
|
142
|
+
i0.ɵɵpipe(5, "async");
|
|
143
|
+
i0.ɵɵtemplate(6, LogDisplayComponent_ng_template_6_Template, 8, 0, "ng-template", 5)(7, LogDisplayComponent_ng_template_7_Template, 7, 3, "ng-template", 6);
|
|
94
144
|
i0.ɵɵelementEnd()();
|
|
95
|
-
i0.ɵɵelementStart(
|
|
96
|
-
i0.ɵɵlistener("click", function
|
|
145
|
+
i0.ɵɵelementStart(8, "p-button", 7);
|
|
146
|
+
i0.ɵɵlistener("click", function LogDisplayComponent_Template_p_button_click_8_listener() { return ctx.open(); });
|
|
97
147
|
i0.ɵɵelementEnd();
|
|
98
148
|
} if (rf & 2) {
|
|
149
|
+
i0.ɵɵpropertyInterpolate2("header", "Logs (Updated ", ctx.formatTime(ctx.updatedEpoch), ", Recording down to ", ctx.levelLogged(), ")");
|
|
99
150
|
i0.ɵɵtwoWayProperty("visible", ctx.visible);
|
|
100
|
-
i0.ɵɵadvance(
|
|
101
|
-
i0.ɵɵ
|
|
151
|
+
i0.ɵɵadvance(3);
|
|
152
|
+
i0.ɵɵproperty("options", ctx.levelFilterOptions);
|
|
153
|
+
i0.ɵɵtwoWayProperty("ngModel", ctx.levelFilterIdx);
|
|
102
154
|
i0.ɵɵadvance();
|
|
103
|
-
i0.ɵɵproperty("value", i0.ɵɵpipeBind1(
|
|
155
|
+
i0.ɵɵproperty("value", i0.ɵɵpipeBind1(5, 9, ctx.snap));
|
|
104
156
|
i0.ɵɵadvance(4);
|
|
105
157
|
i0.ɵɵproperty("icon", ctx.buttonIcon)("hidden", !ctx.displayShowIcon);
|
|
106
|
-
} }, dependencies: [CardModule, i2.PrimeTemplate, ButtonModule, i3.Button, TooltipModule, DividerModule, InputTextModule, Drawer, TableModule,
|
|
158
|
+
} }, dependencies: [CardModule, i2.PrimeTemplate, ButtonModule, i3.Button, TooltipModule, i4.Tooltip, DividerModule, InputTextModule, Drawer, TableModule, i5.Table, i5.SortableColumn, i5.SortIcon, AsyncPipe, SelectButton, FormsModule, i6.NgControlStatus, i6.NgModel], encapsulation: 2 });
|
|
107
159
|
}
|
|
108
160
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LogDisplayComponent, [{
|
|
109
161
|
type: Component,
|
|
110
|
-
args: [{ selector: 'ngx-acute-common-log-display', standalone: true, imports: [CardModule, ButtonModule, TooltipModule, DividerModule, InputTextModule, Drawer, TableModule, AsyncPipe], template: "<p-drawer [(visible)]=\"visible\" header=\"Logs\" position=\"full\">\n <div style=\"display:flex; flex-direction: row\">\n <p-button (click)=\"refresh()\"
|
|
162
|
+
args: [{ selector: 'ngx-acute-common-log-display', standalone: true, imports: [CardModule, ButtonModule, TooltipModule, DividerModule, InputTextModule, Drawer, TableModule, AsyncPipe, SelectButton, FormsModule], template: "<p-drawer [(visible)]=\"visible\" header=\"Logs (Updated {{formatTime(updatedEpoch)}}, Recording down to {{levelLogged()}})\" position=\"full\">\n <div style=\"display:flex; flex-direction: row; justify-content: start; gap: 5vw\">\n <p-button (click)=\"refresh()\" pTooltip=\"Refresh\" icon=\"pi pi-refresh\"></p-button>\n <p-select-button [options]=\"levelFilterOptions\" [(ngModel)]=\"levelFilterIdx\" (onChange)=\"refresh()\"></p-select-button>\n </div>\n <p-table [value]=\"snap | async\">\n <ng-template pTemplate=\"header\">\n <tr>\n <th pSortableColumn=\"timestamp\">Timestamp <p-sortIcon field=\"timestamp\" /></th>\n <th>Level</th>\n <th>Message</th>\n </tr>\n </ng-template>\n <ng-template pTemplate=\"body\" let-element>\n <tr>\n <td>{{formatTime(element.timestamp)}}</td>\n <td>{{element.lvl}}</td>\n <td>{{format(element)}}</td>\n </tr>\n </ng-template>\n </p-table>\n</p-drawer>\n<p-button (click)=\"open()\" [icon]=\"buttonIcon\" [hidden]=\"!displayShowIcon\"/>\n" }]
|
|
111
163
|
}], () => [{ type: i1.Router }], { buttonIcon: [{
|
|
112
164
|
type: Input
|
|
113
165
|
}], displayShowIcon: [{
|
|
114
166
|
type: Input
|
|
167
|
+
}], hotkeyEnabled: [{
|
|
168
|
+
type: Input
|
|
169
|
+
}], systemKeypress: [{
|
|
170
|
+
type: HostListener,
|
|
171
|
+
args: ['document:keypress', ['$event']]
|
|
115
172
|
}] }); })();
|
|
116
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LogDisplayComponent, { className: "LogDisplayComponent", filePath: "components/log-display/log-display.component.ts", lineNumber:
|
|
173
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LogDisplayComponent, { className: "LogDisplayComponent", filePath: "components/log-display/log-display.component.ts", lineNumber: 28 }); })();
|
|
117
174
|
//# sourceMappingURL=log-display.component.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"log-display.component.js","sourceRoot":"","sources":["../../../src/components/log-display/log-display.component.ts","../../../src/components/log-display/log-display.component.html"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"log-display.component.js","sourceRoot":"","sources":["../../../src/components/log-display/log-display.component.ts","../../../src/components/log-display/log-display.component.html"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitblit/ngx-acute-common",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.587-alpha",
|
|
4
4
|
"description": "Library for using angular",
|
|
5
5
|
"module": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"@angular/platform-browser": "19.1.3",
|
|
45
45
|
"@angular/platform-browser-dynamic": "19.1.3",
|
|
46
46
|
"@angular/router": "19.1.3",
|
|
47
|
-
"@bitblit/ratchet-common": "5.0.
|
|
48
|
-
"@bitblit/ratchet-graphql": "5.0.
|
|
47
|
+
"@bitblit/ratchet-common": "5.0.587-alpha",
|
|
48
|
+
"@bitblit/ratchet-graphql": "5.0.587-alpha",
|
|
49
49
|
"primeflex": "3.3.1",
|
|
50
50
|
"primeicons": "7.0.0",
|
|
51
51
|
"primeng": "19.0.5",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"@angular/platform-browser": "^19.1.3",
|
|
63
63
|
"@angular/platform-browser-dynamic": "^19.1.3",
|
|
64
64
|
"@angular/router": "^19.1.3",
|
|
65
|
-
"@bitblit/ratchet-common": "5.0.
|
|
66
|
-
"@bitblit/ratchet-graphql": "5.0.
|
|
65
|
+
"@bitblit/ratchet-common": "5.0.587-alpha",
|
|
66
|
+
"@bitblit/ratchet-graphql": "5.0.587-alpha",
|
|
67
67
|
"primeflex": "3.3.1",
|
|
68
68
|
"primeicons": "7.0.0",
|
|
69
69
|
"primeng": "19.0.5",
|
|
@@ -72,6 +72,6 @@
|
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@angular/compiler-cli": "19.1.3",
|
|
75
|
-
"@bitblit/ratchet-node-only": "5.0.
|
|
75
|
+
"@bitblit/ratchet-node-only": "5.0.587-alpha"
|
|
76
76
|
}
|
|
77
77
|
}
|