@esfaenza/dashboard-feature 20.3.1 → 20.3.2
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/fesm2022/esfaenza-dashboard-feature.mjs +34 -34
- package/package.json +11 -11
|
@@ -102,10 +102,10 @@ class JaceChartWidgetComponent {
|
|
|
102
102
|
}
|
|
103
103
|
this.configuration = !this.configuration;
|
|
104
104
|
}
|
|
105
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
106
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
105
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: JaceChartWidgetComponent, deps: [{ token: DSH_DATA_SERVICE }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
106
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: JaceChartWidgetComponent, isStandalone: false, selector: "jace-dsh-chart", inputs: { DashboardDate: "DashboardDate" }, outputs: { OnRemove: "OnRemove" }, viewQueries: [{ propertyName: "containerEl", first: true, predicate: ["container"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div style=\"display: flex; flex-direction: column; height: 100%;\">\n <div class=\"jace-dsh-widget-header {{model?.name}}-header\" style=\"height: 33px;\">\n @if (model.title) {\n <div class=\"jace-dsh-widget-title\">\n {{model.title}}\n </div>\n }\n @if (dataReady) {\n <div class=\"jace-dsh-widget-controls\">\n @if (model.dragEnabled) {\n <span class=\"transition drag-handler jace-dsh-widget-drag\">\n <i class=\"fa fa-arrows-alt\"></i>\n </span>\n }\n <span class=\"transition jace-dsh-widget-opts\" (click)=\"configure()\">\n <i class=\"fa fa-cog\"></i>\n </span>\n <span (click)=\"removeWidget()\" class=\"transition remove-button jace-dsh-widget-close\">\n <i class=\"fa fa-times\"></i>\n </span>\n </div>\n }\n </div>\n <div class=\"jace-dsh-widget-body gridster-item-content {{model?.name}}-body\" #container style=\"flex-grow: 1;\">\n @if (!dataReady) {\n <div class=\"jace-dsh-widget-loading\">\n <i class=\"fa fa-spinner fa-spin\"></i>\n </div>\n }\n @if (dataReady) {\n <div class=\"jace-dsh-chart-container jace-dsh-widget-slide\" [ngClass]=\"{'jace-dsh-widget-content-hide':configuration,'jace-dsh-widget-content-show':!configuration}\">\n <!-- [Type]=\"Widget.chartType\" -->\n @if (model?.queryerror) {\n <h6 class=\"fg-disabled\" style=\"margin-top: 0.5rem;\"><span class=\"fa fa-times-circle-o\"></span> Error retrieving data</h6>\n }\n @if (!model?.queryerror && sizeCalculated) {\n <div [style.height.px]=\"(size/100)*95\">\n <es-chart [Legend]=\"model.legend\" [Theme]=\"'dataviz'\" [Type]=\"model.chartType\" [Data]=\"model.chartData\" [Settings]=\"model.chartSettings\" [name]=\"chartName\"></es-chart>\n </div>\n }\n </div>\n }\n\n <div class=\"jace-dsh-widget-settings jace-dsh-widget-slide\" [ngClass]=\"{'jace-dsh-widget-settings-hide':!configuration,'jace-dsh-widget-settings-show':configuration}\">\n <p>Configuration</p>\n </div>\n </div>\n</div>", styles: [""], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i2.EsChartComponent, selector: "es-chart", inputs: ["Type", "Data", "DataArray"] }] }); }
|
|
107
107
|
}
|
|
108
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
108
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: JaceChartWidgetComponent, decorators: [{
|
|
109
109
|
type: Component,
|
|
110
110
|
args: [{ selector: 'jace-dsh-chart', standalone: false, template: "<div style=\"display: flex; flex-direction: column; height: 100%;\">\n <div class=\"jace-dsh-widget-header {{model?.name}}-header\" style=\"height: 33px;\">\n @if (model.title) {\n <div class=\"jace-dsh-widget-title\">\n {{model.title}}\n </div>\n }\n @if (dataReady) {\n <div class=\"jace-dsh-widget-controls\">\n @if (model.dragEnabled) {\n <span class=\"transition drag-handler jace-dsh-widget-drag\">\n <i class=\"fa fa-arrows-alt\"></i>\n </span>\n }\n <span class=\"transition jace-dsh-widget-opts\" (click)=\"configure()\">\n <i class=\"fa fa-cog\"></i>\n </span>\n <span (click)=\"removeWidget()\" class=\"transition remove-button jace-dsh-widget-close\">\n <i class=\"fa fa-times\"></i>\n </span>\n </div>\n }\n </div>\n <div class=\"jace-dsh-widget-body gridster-item-content {{model?.name}}-body\" #container style=\"flex-grow: 1;\">\n @if (!dataReady) {\n <div class=\"jace-dsh-widget-loading\">\n <i class=\"fa fa-spinner fa-spin\"></i>\n </div>\n }\n @if (dataReady) {\n <div class=\"jace-dsh-chart-container jace-dsh-widget-slide\" [ngClass]=\"{'jace-dsh-widget-content-hide':configuration,'jace-dsh-widget-content-show':!configuration}\">\n <!-- [Type]=\"Widget.chartType\" -->\n @if (model?.queryerror) {\n <h6 class=\"fg-disabled\" style=\"margin-top: 0.5rem;\"><span class=\"fa fa-times-circle-o\"></span> Error retrieving data</h6>\n }\n @if (!model?.queryerror && sizeCalculated) {\n <div [style.height.px]=\"(size/100)*95\">\n <es-chart [Legend]=\"model.legend\" [Theme]=\"'dataviz'\" [Type]=\"model.chartType\" [Data]=\"model.chartData\" [Settings]=\"model.chartSettings\" [name]=\"chartName\"></es-chart>\n </div>\n }\n </div>\n }\n\n <div class=\"jace-dsh-widget-settings jace-dsh-widget-slide\" [ngClass]=\"{'jace-dsh-widget-settings-hide':!configuration,'jace-dsh-widget-settings-show':configuration}\">\n <p>Configuration</p>\n </div>\n </div>\n</div>" }]
|
|
111
111
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -181,10 +181,10 @@ class JaceCounterWidgetComponent {
|
|
|
181
181
|
}
|
|
182
182
|
this.configuration = !this.configuration;
|
|
183
183
|
}
|
|
184
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
185
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
184
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: JaceCounterWidgetComponent, deps: [{ token: DSH_DATA_SERVICE }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
185
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: JaceCounterWidgetComponent, isStandalone: false, selector: "jace-dsh-counter", inputs: { DashboardDate: "DashboardDate" }, outputs: { OnRemove: "OnRemove" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"jace-dsh-widget-header {{model?.name}}-header\">\n @if (model.title) {\n <div class=\"jace-dsh-widget-title\">\n {{model.title}}\n </div>\n }\n @if (dataReady) {\n <div class=\"jace-dsh-widget-controls\">\n @if (model.dragEnabled) {\n <span class=\"transition drag-handler jace-dsh-widget-drag\">\n <i class=\"fa fa-arrows-alt\"></i>\n </span>\n }\n <span class=\"transition jace-dsh-widget-opts\" (click)=\"configure()\">\n <i class=\"fa fa-cog\"></i>\n </span>\n <span (click)=\"removeWidget()\" class=\"transition remove-button jace-dsh-widget-close\">\n <i class=\"fa fa-times\"></i>\n </span>\n </div>\n }\n</div>\n<div class=\"jace-dsh-widget-body gridster-item-content {{model?.name}}-body\">\n @if (!dataReady) {\n <div class=\"jace-dsh-widget-loading\">\n <i class=\"fa fa-spinner fa-spin\"></i>\n </div>\n }\n @if (dataReady) {\n <div class=\"jace-dsh-counter-body jace-dsh-widget-slide\"\n [ngClass]=\"{'jace-dsh-widget-content-hide':configuration,'jace-dsh-widget-content-show':!configuration}\"\n >\n @if (model.icon) {\n <i class=\"jace-dsh-counter-icon fa fa-2x\" [ngClass]=\"[ model.icon ? model.icon : '']\"></i>\n }\n <div class=\"jace-dsh-counter-super\">{{model.superText}}</div>\n <div class=\"jace-dsh-counter-value\"><span>{{model.value}}</span> <span\n class=\"jace-dsh-counter-unit\">{{model.unit}}</span> </div>\n <div class=\"jace-dsh-counter-sub\">{{model.subText}}</div>\n </div>\n}\n\n<div class=\"jace-dsh-widget-settings jace-dsh-widget-slide \"\n [ngClass]=\"{'jace-dsh-widget-settings-hide':!configuration,'jace-dsh-widget-settings-show':configuration}\">\n <p>Configuration</p>\n</div>\n</div>", styles: [".jace-dsh-counter-body{padding:1em .5em}.jace-dsh-counter-value{font-size:2em;font-weight:700;text-align:center}.jace-dsh-counter-unit{margin-left:.08em;font-size:.5em;text-align:center}.jace-dsh-counter-super{font-size:1em;text-align:center}.jace-dsh-counter-sub{font-size:.8em;text-align:center}.jace-dsh-counter-icon{position:absolute;font-size:2.6em;color:#b0c4de}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
186
186
|
}
|
|
187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
187
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: JaceCounterWidgetComponent, decorators: [{
|
|
188
188
|
type: Component,
|
|
189
189
|
args: [{ selector: 'jace-dsh-counter', standalone: false, template: "<div class=\"jace-dsh-widget-header {{model?.name}}-header\">\n @if (model.title) {\n <div class=\"jace-dsh-widget-title\">\n {{model.title}}\n </div>\n }\n @if (dataReady) {\n <div class=\"jace-dsh-widget-controls\">\n @if (model.dragEnabled) {\n <span class=\"transition drag-handler jace-dsh-widget-drag\">\n <i class=\"fa fa-arrows-alt\"></i>\n </span>\n }\n <span class=\"transition jace-dsh-widget-opts\" (click)=\"configure()\">\n <i class=\"fa fa-cog\"></i>\n </span>\n <span (click)=\"removeWidget()\" class=\"transition remove-button jace-dsh-widget-close\">\n <i class=\"fa fa-times\"></i>\n </span>\n </div>\n }\n</div>\n<div class=\"jace-dsh-widget-body gridster-item-content {{model?.name}}-body\">\n @if (!dataReady) {\n <div class=\"jace-dsh-widget-loading\">\n <i class=\"fa fa-spinner fa-spin\"></i>\n </div>\n }\n @if (dataReady) {\n <div class=\"jace-dsh-counter-body jace-dsh-widget-slide\"\n [ngClass]=\"{'jace-dsh-widget-content-hide':configuration,'jace-dsh-widget-content-show':!configuration}\"\n >\n @if (model.icon) {\n <i class=\"jace-dsh-counter-icon fa fa-2x\" [ngClass]=\"[ model.icon ? model.icon : '']\"></i>\n }\n <div class=\"jace-dsh-counter-super\">{{model.superText}}</div>\n <div class=\"jace-dsh-counter-value\"><span>{{model.value}}</span> <span\n class=\"jace-dsh-counter-unit\">{{model.unit}}</span> </div>\n <div class=\"jace-dsh-counter-sub\">{{model.subText}}</div>\n </div>\n}\n\n<div class=\"jace-dsh-widget-settings jace-dsh-widget-slide \"\n [ngClass]=\"{'jace-dsh-widget-settings-hide':!configuration,'jace-dsh-widget-settings-show':configuration}\">\n <p>Configuration</p>\n</div>\n</div>", styles: [".jace-dsh-counter-body{padding:1em .5em}.jace-dsh-counter-value{font-size:2em;font-weight:700;text-align:center}.jace-dsh-counter-unit{margin-left:.08em;font-size:.5em;text-align:center}.jace-dsh-counter-super{font-size:1em;text-align:center}.jace-dsh-counter-sub{font-size:.8em;text-align:center}.jace-dsh-counter-icon{position:absolute;font-size:2.6em;color:#b0c4de}\n"] }]
|
|
190
190
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -267,10 +267,10 @@ class JaceListWidgetComponent {
|
|
|
267
267
|
}
|
|
268
268
|
this.configuration = !this.configuration;
|
|
269
269
|
}
|
|
270
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
271
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
270
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: JaceListWidgetComponent, deps: [{ token: DSH_DATA_SERVICE }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
271
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: JaceListWidgetComponent, isStandalone: false, selector: "jace-dsh-list", inputs: { DashboardDate: "DashboardDate" }, outputs: { OnRemove: "OnRemove" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"jace-dsh-widget-header {{model?.name}}-header\">\n @if (model.title) {\n <div class=\"jace-dsh-widget-title\">\n {{model.title}}\n </div>\n }\n @if (dataReady) {\n <div class=\"jace-dsh-widget-controls\">\n @if (model.dragEnabled) {\n <span class=\"transition drag-handler jace-dsh-widget-drag\">\n <i class=\"fa fa-arrows-alt\"></i>\n </span>\n }\n <span class=\"transition jace-dsh-widget-opts\" (click)=\"configure()\">\n <i class=\"fa fa-cog\"></i>\n </span>\n <span (click)=\"removeWidget()\" class=\"transition remove-button jace-dsh-widget-close\">\n <i class=\"fa fa-times\"></i>\n </span>\n </div>\n }\n</div>\n<div class=\"jace-dsh-widget-body gridster-item-content {{model?.name}}-body\">\n @if (!dataReady) {\n <div class=\"jace-dsh-widget-loading\">\n <i class=\"fa fa-spinner fa-spin\"></i>\n </div>\n }\n @if (dataReady) {\n <div class=\"jace-dsh-list-body jace-dsh-widget-slide\"\n [ngClass]=\"{'jace-dsh-widget-content-hide':configuration,'jace-dsh-widget-content-show':!configuration}\"\n >\n @if (model.superText) {\n <div class=\"jace-dsh-list-super-text\">{{model.superText}}</div>\n }\n @for (item of model.items; track item) {\n <div class=\"jace-dsh-list-item\" (click)=\"itemClicked(item)\" [class.jace-dsh-list-link]=\"item.link\"\n >\n <div>\n @if (item.id && item.showId) {\n <span class=\"jace-dsh-list-item-id\">{{item.id}}</span>\n }\n <span>{{item.description}}</span>\n </div>\n @if (item.subline) {\n <div>\n <span class=\"jace-dsh-list-item-subline\">{{item.subline}}</span>\n </div>\n }\n </div>\n }\n </div>\n }\n <div class=\"jace-dsh-widget-settings jace-dsh-widget-slide \"\n [ngClass]=\"{'jace-dsh-widget-settings-hide':!configuration,'jace-dsh-widget-settings-show':configuration}\">\n <p>Configuration</p>\n </div>\n</div>", styles: [".jace-dsh-list-body{height:100%;overflow-y:auto}.jace-dsh-list-super-text{font-weight:500}.jace-dsh-list-item{display:flow;flex-direction:row;justify-content:flex-start;padding:.4em;border:1px solid #eee;margin-top:2px}.jace-dsh-list-item-id{margin-right:1em;color:#fff;background:#637ca0;font-size:.8em;padding:.2em .5em;border-radius:.2em}.jace-dsh-list-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.jace-dsh-list-link:hover{cursor:pointer;color:#fff;background-color:#b0c4de;text-decoration:underline}.jace-dsh-list-item-subline{font-size:.5em}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
272
272
|
}
|
|
273
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
273
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: JaceListWidgetComponent, decorators: [{
|
|
274
274
|
type: Component,
|
|
275
275
|
args: [{ selector: 'jace-dsh-list', standalone: false, template: "<div class=\"jace-dsh-widget-header {{model?.name}}-header\">\n @if (model.title) {\n <div class=\"jace-dsh-widget-title\">\n {{model.title}}\n </div>\n }\n @if (dataReady) {\n <div class=\"jace-dsh-widget-controls\">\n @if (model.dragEnabled) {\n <span class=\"transition drag-handler jace-dsh-widget-drag\">\n <i class=\"fa fa-arrows-alt\"></i>\n </span>\n }\n <span class=\"transition jace-dsh-widget-opts\" (click)=\"configure()\">\n <i class=\"fa fa-cog\"></i>\n </span>\n <span (click)=\"removeWidget()\" class=\"transition remove-button jace-dsh-widget-close\">\n <i class=\"fa fa-times\"></i>\n </span>\n </div>\n }\n</div>\n<div class=\"jace-dsh-widget-body gridster-item-content {{model?.name}}-body\">\n @if (!dataReady) {\n <div class=\"jace-dsh-widget-loading\">\n <i class=\"fa fa-spinner fa-spin\"></i>\n </div>\n }\n @if (dataReady) {\n <div class=\"jace-dsh-list-body jace-dsh-widget-slide\"\n [ngClass]=\"{'jace-dsh-widget-content-hide':configuration,'jace-dsh-widget-content-show':!configuration}\"\n >\n @if (model.superText) {\n <div class=\"jace-dsh-list-super-text\">{{model.superText}}</div>\n }\n @for (item of model.items; track item) {\n <div class=\"jace-dsh-list-item\" (click)=\"itemClicked(item)\" [class.jace-dsh-list-link]=\"item.link\"\n >\n <div>\n @if (item.id && item.showId) {\n <span class=\"jace-dsh-list-item-id\">{{item.id}}</span>\n }\n <span>{{item.description}}</span>\n </div>\n @if (item.subline) {\n <div>\n <span class=\"jace-dsh-list-item-subline\">{{item.subline}}</span>\n </div>\n }\n </div>\n }\n </div>\n }\n <div class=\"jace-dsh-widget-settings jace-dsh-widget-slide \"\n [ngClass]=\"{'jace-dsh-widget-settings-hide':!configuration,'jace-dsh-widget-settings-show':configuration}\">\n <p>Configuration</p>\n </div>\n</div>", styles: [".jace-dsh-list-body{height:100%;overflow-y:auto}.jace-dsh-list-super-text{font-weight:500}.jace-dsh-list-item{display:flow;flex-direction:row;justify-content:flex-start;padding:.4em;border:1px solid #eee;margin-top:2px}.jace-dsh-list-item-id{margin-right:1em;color:#fff;background:#637ca0;font-size:.8em;padding:.2em .5em;border-radius:.2em}.jace-dsh-list-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.jace-dsh-list-link:hover{cursor:pointer;color:#fff;background-color:#b0c4de;text-decoration:underline}.jace-dsh-list-item-subline{font-size:.5em}\n"] }]
|
|
276
276
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -802,8 +802,8 @@ class CircleProgressComponent {
|
|
|
802
802
|
Object.assign(this.options, defaultOptions);
|
|
803
803
|
Object.assign(this.defaultOptions, defaultOptions);
|
|
804
804
|
}
|
|
805
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
806
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
805
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: CircleProgressComponent, deps: [{ token: CircleProgressOptions }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
806
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: CircleProgressComponent, isStandalone: false, selector: "circle-progress", inputs: { name: "name", class: "class", backgroundGradient: "backgroundGradient", backgroundColor: "backgroundColor", backgroundGradientStopColor: "backgroundGradientStopColor", backgroundOpacity: "backgroundOpacity", backgroundStroke: "backgroundStroke", backgroundStrokeWidth: "backgroundStrokeWidth", backgroundPadding: "backgroundPadding", radius: "radius", space: "space", percent: "percent", toFixed: "toFixed", maxPercent: "maxPercent", renderOnClick: "renderOnClick", units: "units", unitsFontSize: "unitsFontSize", unitsFontWeight: "unitsFontWeight", unitsColor: "unitsColor", outerStrokeGradient: "outerStrokeGradient", outerStrokeWidth: "outerStrokeWidth", outerStrokeColor: "outerStrokeColor", outerStrokeGradientStopColor: "outerStrokeGradientStopColor", outerStrokeLinecap: "outerStrokeLinecap", innerStrokeColor: "innerStrokeColor", innerStrokeWidth: "innerStrokeWidth", titleFormat: "titleFormat", title: "title", titleColor: "titleColor", titleFontSize: "titleFontSize", titleFontWeight: "titleFontWeight", subtitleFormat: "subtitleFormat", subtitle: "subtitle", subtitleColor: "subtitleColor", subtitleFontSize: "subtitleFontSize", subtitleFontWeight: "subtitleFontWeight", imageSrc: "imageSrc", imageHeight: "imageHeight", imageWidth: "imageWidth", animation: "animation", animateTitle: "animateTitle", animateSubtitle: "animateSubtitle", animationDuration: "animationDuration", showTitle: "showTitle", showSubtitle: "showSubtitle", showUnits: "showUnits", showImage: "showImage", showBackground: "showBackground", showInnerStroke: "showInnerStroke", clockwise: "clockwise", responsive: "responsive", startFromZero: "startFromZero", showZeroOuterStroke: "showZeroOuterStroke", lazy: "lazy", templateOptions: ["options", "templateOptions"] }, outputs: { onClick: "onClick" }, usesOnChanges: true, ngImport: i0, template: `
|
|
807
807
|
@if (svg) {
|
|
808
808
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
809
809
|
[attr.viewBox]="svg.viewBox" preserveAspectRatio="xMidYMid meet"
|
|
@@ -928,7 +928,7 @@ class CircleProgressComponent {
|
|
|
928
928
|
}
|
|
929
929
|
`, isInline: true }); }
|
|
930
930
|
}
|
|
931
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
931
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: CircleProgressComponent, decorators: [{
|
|
932
932
|
type: Component,
|
|
933
933
|
args: [{
|
|
934
934
|
selector: 'circle-progress',
|
|
@@ -1174,15 +1174,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.24", ngImpo
|
|
|
1174
1174
|
}] } });
|
|
1175
1175
|
|
|
1176
1176
|
class ProgressBarComponent {
|
|
1177
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1178
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
1177
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ProgressBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1178
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: ProgressBarComponent, isStandalone: false, selector: "progress-bar", inputs: { value: "value" }, ngImport: i0, template: `
|
|
1179
1179
|
<div class="progress-bar-container">
|
|
1180
1180
|
<div class="progress-bar" [style.width.%]="value">
|
|
1181
1181
|
<!-- {{ value }} % -->
|
|
1182
1182
|
</div>
|
|
1183
1183
|
</div>`, isInline: true, styles: [".progress-bar-container{width:100%;background-color:#f1f1f1;border-radius:5px;overflow:hidden}.progress-bar{height:20px;background-color:#6200ee;text-align:center;line-height:20px;color:#fff;transition:width .4s ease}\n"] }); }
|
|
1184
1184
|
}
|
|
1185
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1185
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ProgressBarComponent, decorators: [{
|
|
1186
1186
|
type: Component,
|
|
1187
1187
|
args: [{ selector: 'progress-bar', standalone: false, template: `
|
|
1188
1188
|
<div class="progress-bar-container">
|
|
@@ -1254,10 +1254,10 @@ class JaceMultiprogWidgetComponent {
|
|
|
1254
1254
|
}
|
|
1255
1255
|
this.configuration = !this.configuration;
|
|
1256
1256
|
}
|
|
1257
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1258
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
1257
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: JaceMultiprogWidgetComponent, deps: [{ token: DSH_DATA_SERVICE }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1258
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: JaceMultiprogWidgetComponent, isStandalone: false, selector: "jace-dsh-multiprog", inputs: { DashboardDate: "DashboardDate" }, outputs: { OnRemove: "OnRemove" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"jace-dsh-widget-header {{model?.name}}-header\">\n @if (model.title) {\n <div class=\"jace-dsh-widget-title\">\n {{model.title}}\n </div>\n }\n @if (dataReady) {\n <div class=\"jace-dsh-widget-controls\">\n @if (model.dragEnabled) {\n <span class=\"transition drag-handler jace-dsh-widget-drag\">\n <i class=\"fa fa-arrows-alt\"></i>\n </span>\n }\n <span class=\"transition jace-dsh-widget-opts\" (click)=\"configure()\">\n <i class=\"fa fa-cog\"></i>\n </span>\n <span (click)=\"removeWidget()\" class=\"transition remove-button jace-dsh-widget-close\">\n <i class=\"fa fa-times\"></i>\n </span>\n </div>\n }\n</div>\n<div class=\"jace-dsh-widget-body gridster-item-content {{model?.name}}-body\">\n @if (!dataReady) {\n <div class=\"jace-dsh-widget-loading\">\n <i class=\"fa fa-spinner\"></i>\n </div>\n }\n @if (dataReady) {\n <div class=\"jace-dsh-multiprog-container jace-dsh-widget-slide\"\n [ngClass]=\"{'jace-dsh-widget-content-hide':configuration,'jace-dsh-widget-content-show':!configuration}\"\n >\n @for (item of model.progressTitles; track item; let i = $index) {\n <div class=\"jace-dsh-multiprog-progress\">\n <div class=\"jace-dsh-multiprog-title\">{{item}}</div>\n @if (model.circleProgress) {\n <circle-progress [percent]=\"model.progressValues[i]\" [showSubtitle]=false [radius]=\"36\" [outerStrokeWidth]=\"4\" [innerStrokeWidth]=\"2\" [outerStrokeColor]=\"'#7489AA'\" [innerStrokeColor]=\"'#EFECCA'\" [animation]=\"true\"\n [animationDuration]=\"300\" [showTitle]=\"true\"></circle-progress>\n }\n @if (!model.circleProgress) {\n <progress-bar [value]=\"model.progressValues[i]\"></progress-bar>\n }\n </div>\n }\n </div>\n }\n <div class=\"jace-dsh-widget-settings jace-dsh-widget-slide \"\n [ngClass]=\"{'jace-dsh-widget-settings-hide':!configuration,'jace-dsh-widget-settings-show':configuration}\">\n <p>Configuration</p>\n </div>\n</div>", styles: [".jace-dsh-multiprog-title{text-align:center;font-weight:600;font-size:.8em}.jace-dsh-multiprog-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;padding:.5rem}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: CircleProgressComponent, selector: "circle-progress", inputs: ["name", "class", "backgroundGradient", "backgroundColor", "backgroundGradientStopColor", "backgroundOpacity", "backgroundStroke", "backgroundStrokeWidth", "backgroundPadding", "radius", "space", "percent", "toFixed", "maxPercent", "renderOnClick", "units", "unitsFontSize", "unitsFontWeight", "unitsColor", "outerStrokeGradient", "outerStrokeWidth", "outerStrokeColor", "outerStrokeGradientStopColor", "outerStrokeLinecap", "innerStrokeColor", "innerStrokeWidth", "titleFormat", "title", "titleColor", "titleFontSize", "titleFontWeight", "subtitleFormat", "subtitle", "subtitleColor", "subtitleFontSize", "subtitleFontWeight", "imageSrc", "imageHeight", "imageWidth", "animation", "animateTitle", "animateSubtitle", "animationDuration", "showTitle", "showSubtitle", "showUnits", "showImage", "showBackground", "showInnerStroke", "clockwise", "responsive", "startFromZero", "showZeroOuterStroke", "lazy", "options"], outputs: ["onClick"] }, { kind: "component", type: ProgressBarComponent, selector: "progress-bar", inputs: ["value"] }] }); }
|
|
1259
1259
|
}
|
|
1260
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1260
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: JaceMultiprogWidgetComponent, decorators: [{
|
|
1261
1261
|
type: Component,
|
|
1262
1262
|
args: [{ selector: 'jace-dsh-multiprog', standalone: false, template: "<div class=\"jace-dsh-widget-header {{model?.name}}-header\">\n @if (model.title) {\n <div class=\"jace-dsh-widget-title\">\n {{model.title}}\n </div>\n }\n @if (dataReady) {\n <div class=\"jace-dsh-widget-controls\">\n @if (model.dragEnabled) {\n <span class=\"transition drag-handler jace-dsh-widget-drag\">\n <i class=\"fa fa-arrows-alt\"></i>\n </span>\n }\n <span class=\"transition jace-dsh-widget-opts\" (click)=\"configure()\">\n <i class=\"fa fa-cog\"></i>\n </span>\n <span (click)=\"removeWidget()\" class=\"transition remove-button jace-dsh-widget-close\">\n <i class=\"fa fa-times\"></i>\n </span>\n </div>\n }\n</div>\n<div class=\"jace-dsh-widget-body gridster-item-content {{model?.name}}-body\">\n @if (!dataReady) {\n <div class=\"jace-dsh-widget-loading\">\n <i class=\"fa fa-spinner\"></i>\n </div>\n }\n @if (dataReady) {\n <div class=\"jace-dsh-multiprog-container jace-dsh-widget-slide\"\n [ngClass]=\"{'jace-dsh-widget-content-hide':configuration,'jace-dsh-widget-content-show':!configuration}\"\n >\n @for (item of model.progressTitles; track item; let i = $index) {\n <div class=\"jace-dsh-multiprog-progress\">\n <div class=\"jace-dsh-multiprog-title\">{{item}}</div>\n @if (model.circleProgress) {\n <circle-progress [percent]=\"model.progressValues[i]\" [showSubtitle]=false [radius]=\"36\" [outerStrokeWidth]=\"4\" [innerStrokeWidth]=\"2\" [outerStrokeColor]=\"'#7489AA'\" [innerStrokeColor]=\"'#EFECCA'\" [animation]=\"true\"\n [animationDuration]=\"300\" [showTitle]=\"true\"></circle-progress>\n }\n @if (!model.circleProgress) {\n <progress-bar [value]=\"model.progressValues[i]\"></progress-bar>\n }\n </div>\n }\n </div>\n }\n <div class=\"jace-dsh-widget-settings jace-dsh-widget-slide \"\n [ngClass]=\"{'jace-dsh-widget-settings-hide':!configuration,'jace-dsh-widget-settings-show':configuration}\">\n <p>Configuration</p>\n </div>\n</div>", styles: [".jace-dsh-multiprog-title{text-align:center;font-weight:600;font-size:.8em}.jace-dsh-multiprog-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;padding:.5rem}\n"] }]
|
|
1263
1263
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -1484,10 +1484,10 @@ class DashboardWidgetFactory {
|
|
|
1484
1484
|
createInstance(type) {
|
|
1485
1485
|
return new type();
|
|
1486
1486
|
}
|
|
1487
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1488
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
1487
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DashboardWidgetFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1488
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DashboardWidgetFactory, providedIn: "root" }); }
|
|
1489
1489
|
}
|
|
1490
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1490
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DashboardWidgetFactory, decorators: [{
|
|
1491
1491
|
type: Injectable,
|
|
1492
1492
|
args: [{ providedIn: "root" }]
|
|
1493
1493
|
}], ctorParameters: () => [] });
|
|
@@ -1637,10 +1637,10 @@ class DashboardComponent {
|
|
|
1637
1637
|
addItem() {
|
|
1638
1638
|
//this.dashboard.push({});
|
|
1639
1639
|
}
|
|
1640
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1641
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
1640
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DashboardComponent, deps: [{ token: DSH_DATA_SERVICE }, { token: i1$2.InterComService }, { token: i1$1.ActivatedRoute }, { token: DashboardWidgetFactory }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1641
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: DashboardComponent, isStandalone: false, selector: "es-dashboard", inputs: { Configuration: "Configuration" }, viewQueries: [{ propertyName: "gridItemRefs", predicate: ["grid_item"], descendants: true, read: ViewContainerRef }], usesOnChanges: true, ngImport: i0, template: "@if (Configuration) {\n @if (Configuration.showToolbar) {\n <form role=\"form\" class=\"jace-dsh-toolbar\">\n @if (Configuration.dashboardTitle) {\n <div class=\"jace-dsh-toolbar-title\">\n {{Configuration.dashboardTitle}}\n </div>\n }\n @if (Configuration?.showDateInput) {\n <div class=\"jace-dsh-toolbar-dtp\">\n <form-date InOutFormat=\"date\" [FormLayout]=\"false\" id=\"txt_dashboarddate\" [Validation]=\"false\"\n autocomplete=\"off\" [(ngModel)]=\"dashboardDate\" name=\"dashboarddate\" [Placeholder]=\"'Dashboard Date'\">\n </form-date>\n </div>\n }\n <div class=\"jace-dsh-save-button\" (click)=\"saveDashboard()\">\n <span class=\"transition\">\n <i class=\"fa fa-save\"></i>\n </span>\n </div>\n </form>\n }\n <gridster [options]=\"Configuration.gridsterConfig\" class=\"jace-dsh-widget-area\">\n @for (item of widgetDefinitions; track item) {\n <gridster-item [item]=\"item\" class=\"jace-dsh-widget {{item?.name}}\">\n <ng-template #grid_item></ng-template>\n </gridster-item>\n }\n </gridster>\n}", styles: [".jace-dsh-toolbar{font-size:smaller;display:flex;flex-flow:row;justify-content:flex-end;align-items:center;padding:0 1em .5em}.jace-dsh-toolbar-title{flex:2 1 auto;font-size:2em;color:#777;font-variant:small-caps}.jace-dsh-toolbar-dtp{flex:1 1 auto}.jace-dsh-save-button{font-size:larger;padding:.5em 1em;border-radius:4px;border:1px solid #ddd;color:#777;margin-left:.5em;cursor:pointer;flex:0 0 auto}.jace-dsh-save-button:hover{color:#000;border-color:#000}.jace-dsh-widget-area{background:#e9ebee;scroll-behavior:auto}.jace-dsh-widget{border:solid 1px #ddd;border-radius:5px;min-width:204px}.jace-dsh-widget-header{margin:0rem .5rem;display:flex;flex-flow:row;justify-content:left;align-items:center}.jace-dsh-widget-title{padding:.5rem .2rem .3rem;border-bottom:solid 1px #ddd;text-transform:uppercase;font-size:.8rem}.jace-dsh-widget-body{margin:0rem .5rem;display:flex;flex-wrap:nowrap;overflow-x:clip}.jace-dsh-widget-loading{padding:.5rem;width:100%;flex:0 0 auto;font-size:4rem;font-weight:700;text-align:center}.jace-dsh-widget-slide{transition-property:transform;transition-duration:.75s;transition-timing-function:ease;width:100%;flex:0 0 auto}.jace-dsh-widget-content-show{transform:translate(0) translateZ(0)}.jace-dsh-widget-content-hide,.jace-dsh-widget-settings-show{transform:translate(-100%) translateZ(0)}.jace-dsh-widget-settings-hide{transform:translate(0) translateZ(0)}.jace-dsh-widget-settings{padding:.5rem;width:100%;flex:0 0 auto}.jace-dsh-widget-controls{margin-left:auto;order:2;z-index:1;top:0rem;right:0rem;padding:.2rem .1rem;font-size:1rem;color:#bbb;align-items:center;cursor:pointer}.jace-dsh-widget-drag{font-size:.78em}.jace-dsh-widget-opts{font-size:.92em}.jace-dsh-widget-close{font-size:1.1em}.jace-dsh-widget-controls span{margin-right:.1rem;margin-left:.1rem}.jace-dsh-widget-controls span:hover{color:#637ca0}\n"], dependencies: [{ kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i4.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "component", type: i5.GridsterComponent, selector: "gridster", inputs: ["options"] }, { kind: "component", type: i5.GridsterItemComponent, selector: "gridster-item", inputs: ["item"], outputs: ["itemInit", "itemChange", "itemResize"] }, { kind: "component", type: i6.EsFormDateComponent, selector: "form-date", inputs: ["InOutFormat", "FloatingLabel", "DateFormat"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
1642
1642
|
}
|
|
1643
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1643
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DashboardComponent, decorators: [{
|
|
1644
1644
|
type: Component,
|
|
1645
1645
|
args: [{ selector: 'es-dashboard', encapsulation: ViewEncapsulation.None, standalone: false, template: "@if (Configuration) {\n @if (Configuration.showToolbar) {\n <form role=\"form\" class=\"jace-dsh-toolbar\">\n @if (Configuration.dashboardTitle) {\n <div class=\"jace-dsh-toolbar-title\">\n {{Configuration.dashboardTitle}}\n </div>\n }\n @if (Configuration?.showDateInput) {\n <div class=\"jace-dsh-toolbar-dtp\">\n <form-date InOutFormat=\"date\" [FormLayout]=\"false\" id=\"txt_dashboarddate\" [Validation]=\"false\"\n autocomplete=\"off\" [(ngModel)]=\"dashboardDate\" name=\"dashboarddate\" [Placeholder]=\"'Dashboard Date'\">\n </form-date>\n </div>\n }\n <div class=\"jace-dsh-save-button\" (click)=\"saveDashboard()\">\n <span class=\"transition\">\n <i class=\"fa fa-save\"></i>\n </span>\n </div>\n </form>\n }\n <gridster [options]=\"Configuration.gridsterConfig\" class=\"jace-dsh-widget-area\">\n @for (item of widgetDefinitions; track item) {\n <gridster-item [item]=\"item\" class=\"jace-dsh-widget {{item?.name}}\">\n <ng-template #grid_item></ng-template>\n </gridster-item>\n }\n </gridster>\n}", styles: [".jace-dsh-toolbar{font-size:smaller;display:flex;flex-flow:row;justify-content:flex-end;align-items:center;padding:0 1em .5em}.jace-dsh-toolbar-title{flex:2 1 auto;font-size:2em;color:#777;font-variant:small-caps}.jace-dsh-toolbar-dtp{flex:1 1 auto}.jace-dsh-save-button{font-size:larger;padding:.5em 1em;border-radius:4px;border:1px solid #ddd;color:#777;margin-left:.5em;cursor:pointer;flex:0 0 auto}.jace-dsh-save-button:hover{color:#000;border-color:#000}.jace-dsh-widget-area{background:#e9ebee;scroll-behavior:auto}.jace-dsh-widget{border:solid 1px #ddd;border-radius:5px;min-width:204px}.jace-dsh-widget-header{margin:0rem .5rem;display:flex;flex-flow:row;justify-content:left;align-items:center}.jace-dsh-widget-title{padding:.5rem .2rem .3rem;border-bottom:solid 1px #ddd;text-transform:uppercase;font-size:.8rem}.jace-dsh-widget-body{margin:0rem .5rem;display:flex;flex-wrap:nowrap;overflow-x:clip}.jace-dsh-widget-loading{padding:.5rem;width:100%;flex:0 0 auto;font-size:4rem;font-weight:700;text-align:center}.jace-dsh-widget-slide{transition-property:transform;transition-duration:.75s;transition-timing-function:ease;width:100%;flex:0 0 auto}.jace-dsh-widget-content-show{transform:translate(0) translateZ(0)}.jace-dsh-widget-content-hide,.jace-dsh-widget-settings-show{transform:translate(-100%) translateZ(0)}.jace-dsh-widget-settings-hide{transform:translate(0) translateZ(0)}.jace-dsh-widget-settings{padding:.5rem;width:100%;flex:0 0 auto}.jace-dsh-widget-controls{margin-left:auto;order:2;z-index:1;top:0rem;right:0rem;padding:.2rem .1rem;font-size:1rem;color:#bbb;align-items:center;cursor:pointer}.jace-dsh-widget-drag{font-size:.78em}.jace-dsh-widget-opts{font-size:.92em}.jace-dsh-widget-close{font-size:1.1em}.jace-dsh-widget-controls span{margin-right:.1rem;margin-left:.1rem}.jace-dsh-widget-controls span:hover{color:#637ca0}\n"] }]
|
|
1646
1646
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -1685,10 +1685,10 @@ class DashboardFeatureAPIDataService {
|
|
|
1685
1685
|
}
|
|
1686
1686
|
return this.http.get(Repository["GET_Dashboard_GetWidgetData"], params);
|
|
1687
1687
|
}
|
|
1688
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1689
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
1688
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DashboardFeatureAPIDataService, deps: [{ token: i1$3.HTTPService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1689
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DashboardFeatureAPIDataService }); }
|
|
1690
1690
|
}
|
|
1691
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1691
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DashboardFeatureAPIDataService, decorators: [{
|
|
1692
1692
|
type: Injectable
|
|
1693
1693
|
}], ctorParameters: () => [{ type: i1$3.HTTPService }] });
|
|
1694
1694
|
|
|
@@ -1728,8 +1728,8 @@ class DashboardFeatureModule {
|
|
|
1728
1728
|
return;
|
|
1729
1729
|
options.map((o) => componentFactory.addOption(o));
|
|
1730
1730
|
}
|
|
1731
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1732
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
1731
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DashboardFeatureModule, deps: [{ token: DashboardWidgetFactory }, { token: DSH_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1732
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: DashboardFeatureModule, declarations: [DashboardComponent,
|
|
1733
1733
|
JaceListWidgetComponent,
|
|
1734
1734
|
JaceCounterWidgetComponent,
|
|
1735
1735
|
JaceChartWidgetComponent,
|
|
@@ -1749,9 +1749,9 @@ class DashboardFeatureModule {
|
|
|
1749
1749
|
JaceMultiprogWidgetComponent,
|
|
1750
1750
|
CircleProgressComponent,
|
|
1751
1751
|
ProgressBarComponent] }); }
|
|
1752
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
1752
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DashboardFeatureModule, imports: [MODULES] }); }
|
|
1753
1753
|
}
|
|
1754
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1754
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DashboardFeatureModule, decorators: [{
|
|
1755
1755
|
type: NgModule,
|
|
1756
1756
|
args: [{
|
|
1757
1757
|
declarations: [...COMPONENTS],
|
|
@@ -1905,10 +1905,10 @@ class BaseWidgetComponent {
|
|
|
1905
1905
|
}
|
|
1906
1906
|
this.configuration = !this.configuration;
|
|
1907
1907
|
}
|
|
1908
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1909
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
1908
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: BaseWidgetComponent, deps: [{ token: DSH_DATA_SERVICE }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1909
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: BaseWidgetComponent }); }
|
|
1910
1910
|
}
|
|
1911
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1911
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: BaseWidgetComponent, decorators: [{
|
|
1912
1912
|
type: Injectable
|
|
1913
1913
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
1914
1914
|
type: Inject,
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esfaenza/dashboard-feature",
|
|
3
|
-
"version": "20.3.
|
|
3
|
+
"version": "20.3.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/animations": "^20.3.
|
|
5
|
+
"@angular/animations": "^20.3.25",
|
|
6
6
|
"@angular/cdk": "^20.2.14",
|
|
7
|
-
"@angular/common": "^20.3.
|
|
8
|
-
"@angular/compiler": "^20.3.
|
|
9
|
-
"@angular/core": "^20.3.
|
|
10
|
-
"@angular/forms": "^20.3.
|
|
11
|
-
"@angular/platform-browser": "^20.3.
|
|
12
|
-
"@angular/platform-browser-dynamic": "^20.3.
|
|
13
|
-
"@angular/router": "^20.3.
|
|
14
|
-
"@angular/service-worker": "^20.3.
|
|
7
|
+
"@angular/common": "^20.3.25",
|
|
8
|
+
"@angular/compiler": "^20.3.25",
|
|
9
|
+
"@angular/core": "^20.3.25",
|
|
10
|
+
"@angular/forms": "^20.3.25",
|
|
11
|
+
"@angular/platform-browser": "^20.3.25",
|
|
12
|
+
"@angular/platform-browser-dynamic": "^20.3.25",
|
|
13
|
+
"@angular/router": "^20.3.25",
|
|
14
|
+
"@angular/service-worker": "^20.3.25",
|
|
15
15
|
"angular-gridster2": "20.2.4",
|
|
16
|
-
"@esfaenza/core": "^20.3.
|
|
16
|
+
"@esfaenza/core": "^20.3.16"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"tslib": "^2.0.0",
|