@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.
@@ -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: number;
5
+ percentage?: number;
6
6
  count?: number;
7
7
  totalCount?: number;
8
8
  category?: string;
@@ -1,4 +1,5 @@
1
1
  export declare enum GaugeColor {
2
+ Disabled = "#e7e7e7",
2
3
  Lowest = "#E0E0E0",
3
4
  Low = "#fff7b8",
4
5
  MediumLow = "#ffe367",
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/sharedcomponents",
3
- "version": "259.1.15",
3
+ "version": "259.1.16",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "chart.js": "4.3.0",