@colijnit/sharedcomponents 259.1.15 → 259.1.16
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/bundles/colijnit-sharedcomponents.umd.js +26 -5
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/lib/components/linear-gauge/co-linear-gauge.component.js +11 -3
- package/esm2015/lib/components/statusbar/statusbar-popup.component.js +15 -3
- package/esm2015/lib/components/statusbar/statusbar.component.js +1 -1
- package/esm2015/lib/enum/gauge-color.enum.js +2 -1
- package/esm2015/lib/res/dictionary/dictionaries.js +2 -2
- package/fesm2015/colijnit-sharedcomponents.js +26 -5
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/statusbar/statusbar-popup.component.d.ts +2 -0
- package/lib/components/statusbar/statusbar.component.d.ts +1 -1
- package/lib/enum/gauge-color.enum.d.ts +1 -0
- package/lib/res/dictionary/dictionaries.d.ts +5 -5
- package/package.json +1 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { StatusbarData } from './statusbar.component';
|
|
3
3
|
export declare enum GaugeColor {
|
|
4
|
+
Disabled = "#e7e7e7",
|
|
4
5
|
Lowest = "#E0E0E0",
|
|
5
6
|
Low = "#fff7b8",
|
|
6
7
|
MediumLow = "#ffe367",
|
|
@@ -19,5 +20,6 @@ export declare class StatusbarPopupComponent implements OnInit {
|
|
|
19
20
|
ngOnInit(): void;
|
|
20
21
|
private _prepareChartData;
|
|
21
22
|
private _getColor;
|
|
23
|
+
private _getDataForChart;
|
|
22
24
|
handleStatusClicked(label: string): void;
|
|
23
25
|
}
|
|
@@ -2,7 +2,7 @@ import { ElementRef, EventEmitter } from '@angular/core';
|
|
|
2
2
|
import { OverlayService } from '@colijnit/corecomponents_v12';
|
|
3
3
|
export interface StatusbarData {
|
|
4
4
|
label: string;
|
|
5
|
-
percentage
|
|
5
|
+
percentage?: number;
|
|
6
6
|
count?: number;
|
|
7
7
|
totalCount?: number;
|
|
8
8
|
category?: string;
|
|
@@ -27109,10 +27109,6 @@ export declare class Dictionaries {
|
|
|
27109
27109
|
GOODTYPE: string;
|
|
27110
27110
|
GOOD_DESCRIPTION: string;
|
|
27111
27111
|
GOOD_ID: string;
|
|
27112
|
-
GOODS_RECEIPT: string;
|
|
27113
|
-
GOODS_RECEIPT_MENU: string;
|
|
27114
|
-
GOODS_RECEIPT_PRESELECTION: string;
|
|
27115
|
-
GOODS_RECEIPT_TYPE: string;
|
|
27116
27112
|
GOOGLE_AUTHENTICATION: string;
|
|
27117
27113
|
GOOGLE_AUTHENTICATION_SET: string;
|
|
27118
27114
|
GOOGLE_AUTO_COMPLETE: string;
|
|
@@ -29991,9 +29987,13 @@ export declare class Dictionaries {
|
|
|
29991
29987
|
REPORTS_TO_ATTACH_TO: string;
|
|
29992
29988
|
REPORT_ABSENT: string;
|
|
29993
29989
|
REPORT_FOR_EMAIL_MESSAGE: string;
|
|
29990
|
+
REPORT_IN: string;
|
|
29994
29991
|
REPORT_INTERNAL_DELIVERY: string;
|
|
29995
29992
|
REPORT_IN_DATE: string;
|
|
29993
|
+
REPORT_IN_MENU: string;
|
|
29996
29994
|
REPORT_IN_OPTION: string;
|
|
29995
|
+
REPORT_IN_PRESELECTION: string;
|
|
29996
|
+
REPORT_IN_TYPE: string;
|
|
29997
29997
|
REPORT_KIND: string;
|
|
29998
29998
|
REPORT_KIND_CUSTOM: string;
|
|
29999
29999
|
REPORT_KIND_DATASET: string;
|
|
@@ -30959,11 +30959,11 @@ export declare class Dictionaries {
|
|
|
30959
30959
|
STORAGE_NOT_USED: string;
|
|
30960
30960
|
STORAGE_ON_LOCATION: string;
|
|
30961
30961
|
STORAGE_OVERVIEW: string;
|
|
30962
|
+
STORAGE_REPORT_IN: string;
|
|
30962
30963
|
STORAGE_TO: string;
|
|
30963
30964
|
STORAGE_TRANSFER: string;
|
|
30964
30965
|
STORAGE_TRANSFER_PRESELECTION: string;
|
|
30965
30966
|
STORAGE_TYPE: string;
|
|
30966
|
-
STORAGE_UNIT_GOODS_RECEIPT: string;
|
|
30967
30967
|
STORAGE_WIZARD: string;
|
|
30968
30968
|
STOREROOM: string;
|
|
30969
30969
|
STOREROOMS: string;
|