@bitblit/ngx-acute-common 5.1.652-alpha → 5.1.653-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.
- package/lib/components/process-monitor-simple-display/process-monitor-simple-display.component.d.ts +1 -2
- package/lib/components/process-monitor-simple-display/process-monitor-simple-display.component.js +2 -5
- package/lib/components/process-monitor-simple-display/process-monitor-simple-display.component.js.map +1 -1
- package/package.json +6 -6
package/lib/components/process-monitor-simple-display/process-monitor-simple-display.component.d.ts
CHANGED
|
@@ -2,9 +2,8 @@ import { ProcessMonitorService } from "../../services/process-monitor/process-mo
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class ProcessMonitorSimpleDisplayComponent {
|
|
4
4
|
processMonitorService: ProcessMonitorService;
|
|
5
|
-
modalHeader: string;
|
|
6
5
|
normalHeader: string;
|
|
7
6
|
constructor(processMonitorService: ProcessMonitorService);
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProcessMonitorSimpleDisplayComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProcessMonitorSimpleDisplayComponent, "ngx-acute-common-process-monitor-simple-display", never, { "
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProcessMonitorSimpleDisplayComponent, "ngx-acute-common-process-monitor-simple-display", never, { "normalHeader": { "alias": "normalHeader"; "required": false; }; }, {}, never, never, true, never>;
|
|
10
9
|
}
|
package/lib/components/process-monitor-simple-display/process-monitor-simple-display.component.js
CHANGED
|
@@ -45,13 +45,12 @@ function ProcessMonitorSimpleDisplayComponent_div_1_Template(rf, ctx) { if (rf &
|
|
|
45
45
|
} }
|
|
46
46
|
export class ProcessMonitorSimpleDisplayComponent {
|
|
47
47
|
processMonitorService;
|
|
48
|
-
modalHeader = null;
|
|
49
48
|
normalHeader = null;
|
|
50
49
|
constructor(processMonitorService) {
|
|
51
50
|
this.processMonitorService = processMonitorService;
|
|
52
51
|
}
|
|
53
52
|
static ɵfac = function ProcessMonitorSimpleDisplayComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProcessMonitorSimpleDisplayComponent)(i0.ɵɵdirectiveInject(i1.ProcessMonitorService)); };
|
|
54
|
-
static ɵcmp = i0.ɵɵdefineComponent({ type: ProcessMonitorSimpleDisplayComponent, selectors: [["ngx-acute-common-process-monitor-simple-display"]], inputs: {
|
|
53
|
+
static ɵcmp = i0.ɵɵdefineComponent({ type: ProcessMonitorSimpleDisplayComponent, selectors: [["ngx-acute-common-process-monitor-simple-display"]], inputs: { normalHeader: "normalHeader" }, decls: 2, vars: 8, consts: [["position", "bottom", 3, "header", "closable", "modal", "visible"], ["style", "display: flex; flex-direction: row; width: 100%", 4, "ngFor", "ngForOf"], [2, "display", "flex", "flex-direction", "row", "width", "100%"], [2, "display", "flex", "flex-direction", "column", "width", "50%", "gap", "2px"], [2, "font-weight", "bolder"], [2, "font-style", "italic", "margin-left", "15px"], ["style", "min-width: 50vw", 4, "ngIf"], [2, "min-width", "50vw"], [3, "value"]], template: function ProcessMonitorSimpleDisplayComponent_Template(rf, ctx) { if (rf & 1) {
|
|
55
54
|
i0.ɵɵelementStart(0, "p-dialog", 0);
|
|
56
55
|
i0.ɵɵtemplate(1, ProcessMonitorSimpleDisplayComponent_div_1_Template, 7, 3, "div", 1);
|
|
57
56
|
i0.ɵɵelementEnd();
|
|
@@ -95,9 +94,7 @@ export class ProcessMonitorSimpleDisplayComponent {
|
|
|
95
94
|
NgIf,
|
|
96
95
|
Dialog
|
|
97
96
|
], standalone: true, template: "\n<p-dialog [header]=\"normalHeader\" [closable]=\"false\"\n [modal]=\"false\" [visible]=\"processMonitorService.hasStandardProcesses()()\" position=\"bottom\" [style]=\"{ width: '90rem' }\">\n\n <div style=\"display: flex; flex-direction: row; width: 100%\" *ngFor=\"let pm of processMonitorService.standardProcesses()().processes\">\n <div style=\"display: flex; flex-direction: column; width: 50%; gap: 2px\">\n <div style=\"font-weight: bolder\">{{pm.input().label}}</div>\n <div style=\"font-style: italic; margin-left: 15px\">{{pm.input().detail}}</div>\n </div>\n <div *ngIf=\"pm.input().percentComplete\" style=\"min-width: 50vw\">\n <p-progress-bar [value]=\"pm.input().percentComplete\" />\n </div>\n </div>\n\n</p-dialog>\n" }]
|
|
98
|
-
}], () => [{ type: i1.ProcessMonitorService }], {
|
|
99
|
-
type: Input
|
|
100
|
-
}], normalHeader: [{
|
|
97
|
+
}], () => [{ type: i1.ProcessMonitorService }], { normalHeader: [{
|
|
101
98
|
type: Input
|
|
102
99
|
}] }); })();
|
|
103
100
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProcessMonitorSimpleDisplayComponent, { className: "ProcessMonitorSimpleDisplayComponent", filePath: "components/process-monitor-simple-display/process-monitor-simple-display.component.ts", lineNumber: 40 }); })();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"process-monitor-simple-display.component.js","sourceRoot":"","sources":["../../../src/components/process-monitor-simple-display/process-monitor-simple-display.component.ts","../../../src/components/process-monitor-simple-display/process-monitor-simple-display.component.html"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAE,qBAAqB,EAAE,MAAM,wDAAwD,CAAC;;;;;ICLzF,8BAAgE;IAC9D,oCAAuD;IACzD,iBAAM;;;IADY,cAAoC;IAApC,qDAAoC;;;IAJpD,AADF,AADJ,8BAAsI,aACzD,aACtC;IAAA,YAAoB;IAAA,iBAAM;IAC3D,8BAAmD;IAAA,YAAqB;IAC1E,AAD0E,iBAAM,EAC1E;IACN,2FAAgE;IAGpE,iBAAM;;;IANiC,eAAoB;IAApB,yCAAoB;IACF,eAAqB;IAArB,0CAAqB;IAEpE,cAAgC;IAAhC,oDAAgC;;AD8B5C,MAAM,OAAO,oCAAoC;
|
|
1
|
+
{"version":3,"file":"process-monitor-simple-display.component.js","sourceRoot":"","sources":["../../../src/components/process-monitor-simple-display/process-monitor-simple-display.component.ts","../../../src/components/process-monitor-simple-display/process-monitor-simple-display.component.html"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAE,qBAAqB,EAAE,MAAM,wDAAwD,CAAC;;;;;ICLzF,8BAAgE;IAC9D,oCAAuD;IACzD,iBAAM;;;IADY,cAAoC;IAApC,qDAAoC;;;IAJpD,AADF,AADJ,8BAAsI,aACzD,aACtC;IAAA,YAAoB;IAAA,iBAAM;IAC3D,8BAAmD;IAAA,YAAqB;IAC1E,AAD0E,iBAAM,EAC1E;IACN,2FAAgE;IAGpE,iBAAM;;;IANiC,eAAoB;IAApB,yCAAoB;IACF,eAAqB;IAArB,0CAAqB;IAEpE,cAAgC;IAAhC,oDAAgC;;AD8B5C,MAAM,OAAO,oCAAoC;IAItC;IAHO,YAAY,GAAS,IAAI,CAAC;IAE1C,YACS,qBAA4C;QAA5C,0BAAqB,GAArB,qBAAqB,CAAuB;IAErD,CAAC;8HANU,oCAAoC;+CAApC,oCAAoC;YCtCjD,mCACoI;YAElI,qFAAsI;YAUxI,iBAAW;;YAZ4F,yCAA4B;YAAzG,AAAhB,AADwB,AAAxB,yCAAuB,mBAAmB,gBAC3B,+DAA2D;YAEN,cAAwD;YAAxD,mFAAwD;4BDiBlI,UAAU;YACV,iBAAiB;YACjB,iBAAiB;YACjB,WAAW;YACX,mBAAmB;YACnB,WAAW;YACX,aAAa;YACb,qBAAqB;YACrB,gBAAgB;YAChB,iBAAiB;YACjB,WAAW;YACX,OAAO;YACP,WAAW;YACX,IAAI;YACJ,MAAM;;iFAIG,oCAAoC;cAtBhD,SAAS;2BACE,iDAAiD,WAElD;oBACP,UAAU;oBACV,iBAAiB;oBACjB,iBAAiB;oBACjB,WAAW;oBACX,mBAAmB;oBACnB,WAAW;oBACX,aAAa;oBACb,qBAAqB;oBACrB,gBAAgB;oBAChB,iBAAiB;oBACjB,WAAW;oBACX,OAAO;oBACP,WAAW;oBACX,IAAI;oBACJ,MAAM;iBACP,cACW,IAAI;sDAGA,YAAY;kBAA3B,KAAK;;kFADK,oCAAoC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitblit/ngx-acute-common",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.653-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.2.9",
|
|
45
45
|
"@angular/platform-browser-dynamic": "19.2.9",
|
|
46
46
|
"@angular/router": "19.2.9",
|
|
47
|
-
"@bitblit/ratchet-common": "5.1.
|
|
48
|
-
"@bitblit/ratchet-graphql": "5.1.
|
|
47
|
+
"@bitblit/ratchet-common": "5.1.653-alpha",
|
|
48
|
+
"@bitblit/ratchet-graphql": "5.1.653-alpha",
|
|
49
49
|
"primeflex": "4.0.0",
|
|
50
50
|
"primeicons": "7.0.0",
|
|
51
51
|
"primeng": "19.1.2",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"@angular/platform-browser": "^19.2.9",
|
|
63
63
|
"@angular/platform-browser-dynamic": "^19.2.9",
|
|
64
64
|
"@angular/router": "^19.2.9",
|
|
65
|
-
"@bitblit/ratchet-common": "5.1.
|
|
66
|
-
"@bitblit/ratchet-graphql": "5.1.
|
|
65
|
+
"@bitblit/ratchet-common": "5.1.653-alpha",
|
|
66
|
+
"@bitblit/ratchet-graphql": "5.1.653-alpha",
|
|
67
67
|
"primeflex": "4.0.0",
|
|
68
68
|
"primeicons": "7.0.0",
|
|
69
69
|
"primeng": "19.1.2",
|
|
@@ -72,6 +72,6 @@
|
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@angular/compiler-cli": "19.2.9",
|
|
75
|
-
"@bitblit/ratchet-node-only": "5.1.
|
|
75
|
+
"@bitblit/ratchet-node-only": "5.1.653-alpha"
|
|
76
76
|
}
|
|
77
77
|
}
|