mapa-library-ui 0.72.1 → 0.73.0
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/esm2020/src/lib/components/benchmarking/benchmarking.mjs +5 -0
- package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/public-api.mjs +9 -0
- package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-chart.component.mjs +33 -0
- package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-chart.module.mjs +19 -0
- package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-indicator/benchmark-indicator.component.mjs +14 -0
- package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-indicator/benchmark-indicator.module.mjs +18 -0
- package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmarking.interface.mjs +2 -0
- package/esm2020/src/lib/components/benchmarking/mapa-library-ui-src-lib-components-benchmarking.mjs +5 -0
- package/esm2020/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.mjs +3 -3
- package/esm2020/src/lib/components/chart/lib/components/dropdown/src/dropdown.component.mjs +3 -3
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.component.mjs +3 -3
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown/src/dropdown.component.mjs +3 -3
- package/esm2020/src/lib/components/form/lib/components/input/src/input.component.mjs +3 -3
- package/esm2020/src/lib/components/group-report/lib/components/dropdown/src/dropdown.component.mjs +3 -3
- package/esm2020/src/lib/components/input/src/input.component.mjs +3 -3
- package/esm2020/src/lib/components/scale/lib/components/dropdown/src/dropdown.component.mjs +3 -3
- package/esm2020/src/lib/components/scale-parameterization/lib/components/dropdown/src/dropdown.component.mjs +3 -3
- package/fesm2015/mapa-library-ui-src-lib-components-benchmarking.mjs +82 -0
- package/fesm2015/mapa-library-ui-src-lib-components-benchmarking.mjs.map +1 -0
- package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs +2 -2
- package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs +2 -2
- package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown-tree.mjs +2 -2
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs +2 -2
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-form.mjs +2 -2
- package/fesm2015/mapa-library-ui-src-lib-components-form.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-input.mjs +2 -2
- package/fesm2015/mapa-library-ui-src-lib-components-input.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-scale-parameterization.mjs +2 -2
- package/fesm2015/mapa-library-ui-src-lib-components-scale-parameterization.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-benchmarking.mjs +87 -0
- package/fesm2020/mapa-library-ui-src-lib-components-benchmarking.mjs.map +1 -0
- package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs +2 -2
- package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs +2 -2
- package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown-tree.mjs +2 -2
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs +2 -2
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-form.mjs +2 -2
- package/fesm2020/mapa-library-ui-src-lib-components-form.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-input.mjs +2 -2
- package/fesm2020/mapa-library-ui-src-lib-components-input.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-scale-parameterization.mjs +2 -2
- package/fesm2020/mapa-library-ui-src-lib-components-scale-parameterization.mjs.map +1 -1
- package/mapa-library-ui-0.73.0.tgz +0 -0
- package/package.json +9 -1
- package/src/lib/components/benchmarking/benchmarking.d.ts +1 -0
- package/src/lib/components/benchmarking/index.d.ts +5 -0
- package/src/lib/components/benchmarking/lib/components/benchmarking/public-api.d.ts +5 -0
- package/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-chart.component.d.ts +11 -0
- package/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-chart.module.d.ts +9 -0
- package/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-indicator/benchmark-indicator.component.d.ts +7 -0
- package/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-indicator/benchmark-indicator.module.d.ts +8 -0
- package/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmarking.interface.d.ts +37 -0
- package/mapa-library-ui-0.72.1.tgz +0 -0
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mapa-library-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.73.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^15.2.0",
|
|
6
6
|
"@angular/core": "^15.2.0"
|
|
@@ -27,6 +27,14 @@
|
|
|
27
27
|
"node": "./fesm2015/mapa-library-ui.mjs",
|
|
28
28
|
"default": "./fesm2020/mapa-library-ui.mjs"
|
|
29
29
|
},
|
|
30
|
+
"./src/lib/components/benchmarking": {
|
|
31
|
+
"types": "./src/lib/components/benchmarking/index.d.ts",
|
|
32
|
+
"esm2020": "./esm2020/src/lib/components/benchmarking/mapa-library-ui-src-lib-components-benchmarking.mjs",
|
|
33
|
+
"es2020": "./fesm2020/mapa-library-ui-src-lib-components-benchmarking.mjs",
|
|
34
|
+
"es2015": "./fesm2015/mapa-library-ui-src-lib-components-benchmarking.mjs",
|
|
35
|
+
"node": "./fesm2015/mapa-library-ui-src-lib-components-benchmarking.mjs",
|
|
36
|
+
"default": "./fesm2020/mapa-library-ui-src-lib-components-benchmarking.mjs"
|
|
37
|
+
},
|
|
30
38
|
"./src/lib/components/breadcrumb": {
|
|
31
39
|
"types": "./src/lib/components/breadcrumb/index.d.ts",
|
|
32
40
|
"esm2020": "./esm2020/src/lib/components/breadcrumb/mapa-library-ui-src-lib-components-breadcrumb.mjs",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './lib/components/benchmarking/public-api';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * from './src/benchmarking.interface';
|
|
2
|
+
export * from './src/benchmark-chart.component';
|
|
3
|
+
export * from './src/benchmark-chart.module';
|
|
4
|
+
export * from './src/benchmark-indicator/benchmark-indicator.component';
|
|
5
|
+
export * from './src/benchmark-indicator/benchmark-indicator.module';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BenchmarkingChart } from "./benchmarking.interface";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MapaBenchmarkChartComponent {
|
|
4
|
+
data: BenchmarkingChart[];
|
|
5
|
+
scaleLabels: number[];
|
|
6
|
+
constructor();
|
|
7
|
+
setUnlabeledItem(item: BenchmarkingChart): BenchmarkingChart;
|
|
8
|
+
getWidth(item: BenchmarkingChart): string;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaBenchmarkChartComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaBenchmarkChartComponent, "mapa-benchmark-chart", never, { "data": "data"; }, {}, never, never, false, never>;
|
|
11
|
+
}
|
package/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-chart.module.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./benchmark-chart.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "./benchmark-indicator/benchmark-indicator.module";
|
|
5
|
+
export declare class MapaBenchmarkChartModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaBenchmarkChartModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaBenchmarkChartModule, [typeof i1.MapaBenchmarkChartComponent], [typeof i2.CommonModule, typeof i3.MapaBenchmarkIndicatorModule], [typeof i1.MapaBenchmarkChartComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MapaBenchmarkChartModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { BenchmarkingChart } from "../benchmarking.interface";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MapaBenchmarkIndicatorComponent {
|
|
4
|
+
item: BenchmarkingChart;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaBenchmarkIndicatorComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaBenchmarkIndicatorComponent, "mapa-benchmark-indicator", never, { "item": "item"; }, {}, never, never, false, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./benchmark-indicator.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class MapaBenchmarkIndicatorModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaBenchmarkIndicatorModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaBenchmarkIndicatorModule, [typeof i1.MapaBenchmarkIndicatorComponent], [typeof i2.CommonModule], [typeof i1.MapaBenchmarkIndicatorComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MapaBenchmarkIndicatorModule>;
|
|
8
|
+
}
|
package/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmarking.interface.d.ts
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export type BenchmarkingChart = {
|
|
2
|
+
name: string;
|
|
3
|
+
interval: number;
|
|
4
|
+
direction: 'Positiva' | 'Negativa' | string;
|
|
5
|
+
classificationColor: string;
|
|
6
|
+
classificationId: number;
|
|
7
|
+
marks?: {
|
|
8
|
+
name: string;
|
|
9
|
+
value: number;
|
|
10
|
+
color: string;
|
|
11
|
+
}[];
|
|
12
|
+
};
|
|
13
|
+
export interface BenchmarkMark {
|
|
14
|
+
name: string;
|
|
15
|
+
percentage: number;
|
|
16
|
+
color: string;
|
|
17
|
+
}
|
|
18
|
+
export interface Benchmark {
|
|
19
|
+
id: number;
|
|
20
|
+
name: string;
|
|
21
|
+
marks: BenchmarkMark[];
|
|
22
|
+
}
|
|
23
|
+
export interface Classification {
|
|
24
|
+
classificationId: number;
|
|
25
|
+
classificationName: string;
|
|
26
|
+
classificationColor: string;
|
|
27
|
+
}
|
|
28
|
+
export interface EvaluationBenchmarkResult {
|
|
29
|
+
id: number;
|
|
30
|
+
name: string;
|
|
31
|
+
interval: number;
|
|
32
|
+
average: number;
|
|
33
|
+
percentage: number;
|
|
34
|
+
direction: 'Positiva' | 'Negativa' | string;
|
|
35
|
+
benchmarks: Benchmark[];
|
|
36
|
+
classification: Classification;
|
|
37
|
+
}
|
|
Binary file
|