@colijnit/sharedcomponents 1.0.44 → 1.0.46

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.
Files changed (93) hide show
  1. package/3rdpartylicenses.txt +1112 -0
  2. package/bundles/colijnit-sharedcomponents.umd.js +382 -353
  3. package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
  4. package/colijnit-sharedcomponents.d.ts +57 -54
  5. package/colijnit-sharedcomponents.metadata.json +1 -1
  6. package/esm2015/colijnit-sharedcomponents.js +58 -55
  7. package/esm2015/lib/components/date-planning/date-planning.component.js +1 -1
  8. package/esm2015/lib/components/docsign/docsign.component.js +19 -2
  9. package/esm2015/lib/components/send-method-dialog/components/printer-selection/printer-selection.component.js +8 -8
  10. package/esm2015/lib/components/send-method-dialog/components/send-method-email/send-method-email.component.js +10 -5
  11. package/esm2015/lib/components/send-method-dialog/components/send-method-email/send-method-email.module.js +6 -3
  12. package/esm2015/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.js +16 -11
  13. package/esm2015/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.module.js +4 -2
  14. package/esm2015/lib/components/send-method-dialog/components/signature-button/signature-button.component.js +38 -0
  15. package/esm2015/lib/components/send-method-dialog/components/signature-button/signature-button.module.js +21 -0
  16. package/esm2015/lib/components/send-method-dialog/send-method-dialog.component.js +4 -4
  17. package/esm2015/lib/components/send-method-dialog/service/send-method.service.js +21 -21
  18. package/esm2015/lib/components/statusbar/statusbar-popup.component.js +72 -4
  19. package/esm2015/lib/components/statusbar/statusbar.component.js +3 -2
  20. package/esm2015/lib/components/statusbar/statusbar.module.js +1 -3
  21. package/esm2015/lib/components/stock/components/stock-location/stock-location.component.js +4 -2
  22. package/esm2015/lib/components/stock/components/stock-tab/stock-tab.component.js +3 -2
  23. package/esm2015/lib/components/stock/localization/translation.js +9 -1
  24. package/esm2015/lib/components/stock/stock-information-grid/stock-information-grid.component.js +7 -2
  25. package/esm2015/lib/components/stock/stock-tabs/stock-tabs.component.js +2 -2
  26. package/esm2015/lib/components/stock/stock-transfer/stock-change-amount.component.js +3 -1
  27. package/esm2015/lib/components/stock/stock-transfer/stock-transfer.component.js +15 -14
  28. package/esm2015/lib/components/stock/stock.component.js +3 -3
  29. package/esm2015/lib/components/stock/stock.module.js +30 -33
  30. package/esm2015/lib/components/tab-bar/tab-bar.module.js +2 -3
  31. package/esm2015/lib/enum/icon.enum.js +5 -1
  32. package/esm2015/lib/localization/localization.module.js +19 -0
  33. package/esm2015/lib/localization/localize.pipe.js +26 -0
  34. package/esm2015/lib/localization/localize.service.js +30 -0
  35. package/esm2015/lib/localization/translation.js +3 -0
  36. package/esm2015/lib/model/icon-svg.js +5 -1
  37. package/esm2015/lib/service/shared-connector.service.js +2 -2
  38. package/esm2015/public-api.js +1 -3
  39. package/favicon.ico +0 -0
  40. package/fesm2015/colijnit-sharedcomponents.js +333 -285
  41. package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
  42. package/index.html +12 -0
  43. package/lib/components/date-planning/date-planning.component.d.ts +1 -1
  44. package/lib/components/docsign/docsign.component.d.ts +2 -0
  45. package/lib/components/login/style/_layout.scss +57 -0
  46. package/lib/components/login/style/_material-definition.scss +23 -0
  47. package/lib/components/login/style/_theme.scss +7 -0
  48. package/lib/components/login/style/material.scss +4 -0
  49. package/lib/components/screen-config-generator/style/_layout.scss +0 -1
  50. package/lib/components/send-method-dialog/components/send-method-email/style/_layout.scss +8 -0
  51. package/lib/components/send-method-dialog/components/send-method-printer/style/_layout.scss +8 -0
  52. package/lib/components/send-method-dialog/components/signature-button/signature-button.component.d.ts +12 -0
  53. package/lib/components/send-method-dialog/components/signature-button/signature-button.module.d.ts +2 -0
  54. package/lib/components/send-method-dialog/components/signature-button/style/_layout.scss +28 -0
  55. package/lib/components/send-method-dialog/components/signature-button/style/_material-definition.scss +8 -0
  56. package/lib/components/send-method-dialog/components/signature-button/style/_theme.scss +4 -0
  57. package/lib/components/send-method-dialog/components/signature-button/style/material.scss +4 -0
  58. package/lib/components/send-method-dialog/send-method-dialog.component.d.ts +6 -6
  59. package/lib/components/send-method-dialog/service/send-method.service.d.ts +10 -10
  60. package/lib/components/send-method-dialog/style/material.scss +1 -0
  61. package/lib/components/statusbar/statusbar-popup.component.d.ts +16 -2
  62. package/lib/components/statusbar/statusbar.component.d.ts +1 -0
  63. package/lib/components/statusbar/style/_layout.scss +17 -1
  64. package/lib/components/statusbar/style/material.scss +0 -2
  65. package/lib/components/stock/components/stock-tab/stock-tab.component.d.ts +3 -1
  66. package/lib/components/stock/localization/translation.d.ts +8 -0
  67. package/lib/components/stock/stock-information-grid/stock-information-grid.component.d.ts +2 -0
  68. package/lib/components/stock/stock-tabs/stock-tabs.component.d.ts +3 -3
  69. package/lib/components/stock/stock.component.d.ts +1 -1
  70. package/lib/components/stock/style/_layout.scss +6 -2
  71. package/lib/enum/icon.enum.d.ts +4 -0
  72. package/lib/localization/localization.module.d.ts +2 -0
  73. package/lib/localization/translation.d.ts +2 -0
  74. package/lib/style/_variables.scss +4 -2
  75. package/lib/style/sharedcomponents-globals.scss +0 -2
  76. package/main.9d48e64dce1f453fb5e6.js +1 -0
  77. package/package.json +10 -9
  78. package/polyfills.4a44032b137d291298c3.js +1 -0
  79. package/public-api.d.ts +0 -2
  80. package/runtime.8aac21847ed3d3829cca.js +1 -0
  81. package/styles.ba023a0306f438960465.css +1 -0
  82. package/esm2015/lib/components/circular-gauge/co-circular-gauge.component.js +0 -128
  83. package/esm2015/lib/components/circular-gauge/co-circular-gauge.module.js +0 -21
  84. package/esm2015/lib/components/stock/localization/localize.pipe.js +0 -26
  85. package/esm2015/lib/components/stock/localization/localize.service.js +0 -30
  86. package/lib/components/circular-gauge/co-circular-gauge.component.d.ts +0 -20
  87. package/lib/components/circular-gauge/co-circular-gauge.module.d.ts +0 -2
  88. package/lib/components/circular-gauge/style/_layout.scss +0 -25
  89. package/lib/components/circular-gauge/style/_material-definition.scss +0 -8
  90. package/lib/components/circular-gauge/style/_theme.scss +0 -7
  91. package/lib/components/circular-gauge/style/material.scss +0 -6
  92. /package/lib/{components/stock/localization → localization}/localize.pipe.d.ts +0 -0
  93. /package/lib/{components/stock/localization → localization}/localize.service.d.ts +0 -0
package/index.html ADDED
@@ -0,0 +1,12 @@
1
+ <!DOCTYPE html><html lang="en"><head>
2
+ <meta charset="utf-8">
3
+ <title>Sharedcomponents</title>
4
+ <base href="/">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <link rel="icon" type="image/x-icon" href="favicon.ico">
7
+ <style>@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Public+Sans:wght@100;200;300;400;500;600;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Public+Sans&display=swap);body,html{margin:0;overflow:hidden}body,html{width:100%;height:100%}</style><link rel="stylesheet" href="styles.ba023a0306f438960465.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.ba023a0306f438960465.css"></noscript></head>
8
+ <body>
9
+ <app-root></app-root>
10
+ <script src="runtime.8aac21847ed3d3829cca.js" defer></script><script src="polyfills.4a44032b137d291298c3.js" defer></script><script src="main.9d48e64dce1f453fb5e6.js" defer></script>
11
+
12
+ </body></html>
@@ -1,5 +1,5 @@
1
1
  import { ChangeDetectorRef, ElementRef, EventEmitter, Renderer2 } from '@angular/core';
2
- import { CalendarView } from "@syncfusion/ej2-angular-calendars";
2
+ import { CalendarView } from '../../enum/calendar-view.enum';
3
3
  export declare class DatePlanningComponent {
4
4
  private _changeDetector;
5
5
  private renderer;
@@ -89,4 +89,6 @@ export declare class DocsignComponent {
89
89
  private _checkSignatures;
90
90
  private _getPositionSignature;
91
91
  private _saveSignature;
92
+ private _handlePdfData;
93
+ private _preparePDF;
92
94
  }
@@ -0,0 +1,57 @@
1
+ @include export-module('co-login-layout') {
2
+ .co-login {
3
+ font-family: $sc-login-font-family;
4
+ font-size: $sc-login-font-size;
5
+
6
+ .field-wrapper {
7
+ display: flex;
8
+ flex-direction: column;
9
+ row-gap: $sc-login-fields-row-gap;
10
+ }
11
+ .login-submit-button {
12
+ cursor: pointer;
13
+ padding: 0;
14
+ place-content: center;
15
+ font-family: $sc-login-login-submit-button-font-family;
16
+ font-size: $sc-login-login-submit-button-font-size;
17
+ font-style: $sc-login-login-submit-button-font-style;
18
+ margin: $sc-login-login-submit-button-margin;
19
+ .label {
20
+ text-transform: $sc-login-login-submit-button-text-transform;
21
+ }
22
+ }
23
+ .login-extended-wrapper {
24
+ display: flex;
25
+ flex-direction: column;
26
+ margin: $sc-login-login-extended-margin;
27
+ .login-password-forget-text {
28
+ cursor: pointer;
29
+ font-family: $sc-login-password-forgotten-text-font-family;
30
+ font-size: $sc-login-password-forgotten-text-font-size;
31
+ font-style: $sc-login-password-forgotten-text-font-style;
32
+ &.undefined-username {
33
+ cursor: default;
34
+ pointer-events: none;
35
+ }
36
+ }
37
+ .login-no-username-text {
38
+ font-family: $sc-login-no-username-text-font-family;
39
+ font-size: $sc-login-no-username-text-font-size;
40
+ font-style: $sc-login-no-username-text-font-style;
41
+ }
42
+ }
43
+ .login-recaptcha {
44
+ display: flex;
45
+ align-items: center;
46
+ justify-content: center;
47
+ margin: $sc-login-recaptcha-margin;
48
+ &.hidden {
49
+ display: none;
50
+ }
51
+ }
52
+ .login-validation-error-message {
53
+ font-size: $sc-login-login-incorrect-font-size;
54
+ font-style: $sc-login-login-incorrect-font-style;
55
+ }
56
+ }
57
+ }
@@ -0,0 +1,23 @@
1
+ $sc-login-font-family: $sc-font-family !default;
2
+ $sc-login-font-size: $sc-font-size !default;
3
+ $sc-login-fields-row-gap: 5px !default;
4
+ $sc-login-login-submit-button-margin: 20px 0 0 0 !default;
5
+ $sc-login-login-extended-margin: 10px 0 0 0 !default;
6
+
7
+ $sc-login-login-submit-button-font-family: $sc-font-family !default;
8
+ $sc-login-login-submit-button-font-size: $sc-font-size !default;
9
+ $sc-login-login-submit-button-font-style: normal !default;
10
+ $sc-login-login-submit-button-text-transform: uppercase !default;
11
+
12
+ $sc-login-password-forgotten-text-font-family: $sc-font-family !default;
13
+ $sc-login-password-forgotten-text-font-size: $sc-font-size !default;
14
+ $sc-login-password-forgotten-text-font-style: normal !default;
15
+ $sc-login-no-username-text-font-family: $sc-font-family !default;
16
+ $sc-login-no-username-text-font-size: $sc-font-size-small !default;
17
+ $sc-login-no-username-text-font-style: italic !default;
18
+
19
+ $sc-login-recaptcha-margin: 20px 0 0 0 !default;
20
+
21
+ $sc-login-login-incorrect-font-color: red !default;
22
+ $sc-login-login-incorrect-font-size: $sc-font-size !default;
23
+ $sc-login-login-incorrect-font-style: italic !default;
@@ -0,0 +1,7 @@
1
+ @include export-module('co-login-theme') {
2
+ .co-login {
3
+ .login-validation-error-message {
4
+ color: $sc-login-login-incorrect-font-color;
5
+ }
6
+ }
7
+ }
@@ -0,0 +1,4 @@
1
+ @import "../../../style/mixin";
2
+ @import "./_material-definition";
3
+ @import "./_layout";
4
+ @import "./_theme";
@@ -1,6 +1,5 @@
1
1
  @include export-module('cc-screen-config-generator-layout') {
2
2
  .co-screen-config-generator {
3
- padding: 20px;
4
3
  display: flex;
5
4
  overflow: auto;
6
5
  height: 93vh;
@@ -17,5 +17,13 @@
17
17
  user-select: none;
18
18
  cursor: pointer;
19
19
  }
20
+ .layout-signature-wrapper {
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ .co-layout-selection {
25
+ width: 80%;
26
+ }
27
+ }
20
28
  }
21
29
  }
@@ -13,5 +13,13 @@
13
13
  flex-direction: column;
14
14
  overflow: auto;
15
15
  }
16
+ .layout-signature-wrapper {
17
+ display: flex;
18
+ align-items: center;
19
+ justify-content: space-between;
20
+ .co-layout-selection {
21
+ width: 80%;
22
+ }
23
+ }
16
24
  }
17
25
  }
@@ -0,0 +1,12 @@
1
+ import { Icon } from "../../../../enum/icon.enum";
2
+ import { IconCacheService } from "../../../../service/icon-cache.service";
3
+ import { ReportingDocumentEmailSignDocBaseRequest } from "@colijnit/mainapi/build/model/reporting-document-email-sign-doc-base-request";
4
+ import { ReportingDocumentPrintSignDocBaseRequest } from "@colijnit/mainapi/build/model/reporting-document-print-sign-doc-base-request";
5
+ export declare class SignatureButtonComponent {
6
+ iconCacheService: IconCacheService;
7
+ readonly icons: typeof Icon;
8
+ request: ReportingDocumentEmailSignDocBaseRequest | ReportingDocumentPrintSignDocBaseRequest;
9
+ showClass(): boolean;
10
+ constructor(iconCacheService: IconCacheService);
11
+ handleToggleSignature(): void;
12
+ }
@@ -0,0 +1,2 @@
1
+ export declare class SignatureButtonModule {
2
+ }
@@ -0,0 +1,28 @@
1
+ @include export-module('cc-signature-button-layout') {
2
+ .co-signature-button {
3
+ .signature-button-wrapper {
4
+ height: $sc-co-signature-button-height;
5
+ width: $sc-co-signature-button-width;
6
+ display: flex;
7
+ align-items: center;
8
+ justify-content: center;
9
+ background-color: $sc-co-signature-button-background-color;
10
+ border-radius: $sc-co-signature-button-border-radius;
11
+ .co-icon {
12
+ width: $sc-co-signature-button-icon-width;
13
+ height: $sc-co-signature-button-icon-height;
14
+ }
15
+ &.selected {
16
+ background-color: $sc-co-signature-button-selected-background-color;
17
+ .co-icon {
18
+ svg { // for fontawesome icons
19
+ fill: $sc-co-signature-button-icon-selected-color;
20
+ }
21
+ & [fill] { // for own icons
22
+ fill: $sc-co-signature-button-icon-selected-color;
23
+ }
24
+ }
25
+ }
26
+ }
27
+ }
28
+ }
@@ -0,0 +1,8 @@
1
+ $sc-co-signature-button-height: 50px !default;
2
+ $sc-co-signature-button-width: 50px !default;
3
+ $sc-co-signature-button-background-color: #f5f5fc !default;
4
+ $sc-co-signature-button-selected-background-color: #1A73E8 !default;
5
+ $sc-co-signature-button-border-radius: 10px !default;
6
+ $sc-co-signature-button-icon-height: 40px !default;
7
+ $sc-co-signature-button-icon-width: 40px !default;
8
+ $sc-co-signature-button-icon-selected-color: white !default;
@@ -0,0 +1,4 @@
1
+ @include export-module('cc-signature-button-theme') {
2
+ .co-signature-button {
3
+ }
4
+ }
@@ -0,0 +1,4 @@
1
+ @import "../../../../../style/mixin";
2
+ @import "./_material-definition";
3
+ @import "./_layout";
4
+ @import "./_theme";
@@ -4,13 +4,13 @@ import { IconCacheService } from '../../service/icon-cache.service';
4
4
  import { SharedService } from '../../service/shared.service';
5
5
  import { ReportLayoutSelectionEmail } from '@colijnit/mainapi/build/model/report-layout-selection-email.bo';
6
6
  import { ReportLayoutSelectionPrint } from '@colijnit/mainapi/build/model/report-layout-selection-print.bo';
7
- import { ReportingDocumentPrintBaseRequest } from '@colijnit/mainapi/build/model/reporting-document-print-base-request';
8
- import { ReportingDocumentEmailBaseRequest } from '@colijnit/mainapi/build/model/reporting-document-email-base-request';
9
7
  import { ReportingDocumentPdfBaseRequest } from '@colijnit/mainapi/build/model/reporting-document-pdf-base-request';
10
8
  import { SendMethodService } from './service/send-method.service';
11
9
  import { SendMethod } from '../../model/send-method';
12
10
  import { SendMethodType } from '@colijnit/mainapi/build/enum/send-method-type.enum';
13
11
  import { Printer } from '@colijnit/mainapi/build/model/printer.bo';
12
+ import { ReportingDocumentEmailSignDocBaseRequest } from '@colijnit/mainapi/build/model/reporting-document-email-sign-doc-base-request';
13
+ import { ReportingDocumentPrintSignDocBaseRequest } from "@colijnit/mainapi/build/model/reporting-document-print-sign-doc-base-request";
14
14
  export declare const sendMethodsWithIcon: SendMethod[];
15
15
  export declare class SendMethodDialogComponent implements OnInit, OnDestroy {
16
16
  iconCacheService: IconCacheService;
@@ -27,8 +27,8 @@ export declare class SendMethodDialogComponent implements OnInit, OnDestroy {
27
27
  smsItems: ElementRef;
28
28
  webServiceItems: ElementRef;
29
29
  printerList: Printer[];
30
- reportingDocumentPrintRequest: ReportingDocumentPrintBaseRequest;
31
- reportingDocumentEmailRequest: ReportingDocumentEmailBaseRequest;
30
+ reportingDocumentPrintRequest: ReportingDocumentPrintSignDocBaseRequest;
31
+ reportingDocumentEmailRequest: ReportingDocumentEmailSignDocBaseRequest;
32
32
  reportingDocumentPdfRequest: ReportingDocumentPdfBaseRequest;
33
33
  emailLayouts: ReportLayoutSelectionEmail[];
34
34
  printLayouts: ReportLayoutSelectionPrint[];
@@ -38,8 +38,8 @@ export declare class SendMethodDialogComponent implements OnInit, OnDestroy {
38
38
  visibleMethods: SendMethodType[] | string[];
39
39
  isDocSignEnabled: boolean;
40
40
  docSign: boolean;
41
- reportingDocumentPrintRequestChange: EventEmitter<ReportingDocumentPrintBaseRequest>;
42
- reportingDocumentEmailRequestChange: EventEmitter<ReportingDocumentEmailBaseRequest>;
41
+ reportingDocumentPrintRequestChange: EventEmitter<ReportingDocumentPrintSignDocBaseRequest>;
42
+ reportingDocumentEmailRequestChange: EventEmitter<ReportingDocumentEmailSignDocBaseRequest>;
43
43
  reportingDocumentPdfRequestChange: EventEmitter<ReportingDocumentPdfBaseRequest>;
44
44
  startSignatureClicked: EventEmitter<any>;
45
45
  closeClick: EventEmitter<MouseEvent>;
@@ -1,21 +1,21 @@
1
- import { ReportingDocumentPrintBaseRequest } from '@colijnit/mainapi/build/model/reporting-document-print-base-request';
2
- import { ReportingDocumentEmailBaseRequest } from '@colijnit/mainapi/build/model/reporting-document-email-base-request';
1
+ import { ReportingDocumentEmailSignDocBaseRequest } from '@colijnit/mainapi/build/model/reporting-document-email-sign-doc-base-request';
3
2
  import { ReportingDocumentPdfBaseRequest } from '@colijnit/mainapi/build/model/reporting-document-pdf-base-request';
3
+ import { ReportingDocumentPrintSignDocBaseRequest } from '@colijnit/mainapi/build/model/reporting-document-print-sign-doc-base-request';
4
4
  import { Subject } from 'rxjs';
5
5
  export declare class SendMethodService {
6
- reportingDocumentPrintBaseRequestChanged: Subject<ReportingDocumentPrintBaseRequest>;
7
- reportingDocumentEmailBaseRequestChanged: Subject<ReportingDocumentEmailBaseRequest>;
6
+ reportingDocumentPrintSignDocBaseRequestChanged: Subject<ReportingDocumentPrintSignDocBaseRequest>;
7
+ reportingDocumentEmailSignDocBaseRequestChanged: Subject<ReportingDocumentEmailSignDocBaseRequest>;
8
8
  reportingDocumentPdfBaseRequestChanged: Subject<ReportingDocumentPdfBaseRequest>;
9
- set reportingDocumentPrintBaseRequest(value: ReportingDocumentPrintBaseRequest);
10
- get reportingDocumentPrintBaseRequest(): ReportingDocumentPrintBaseRequest;
11
- set reportingDocumentEmailBaseRequest(value: ReportingDocumentEmailBaseRequest);
12
- get reportingDocumentEmailBaseRequest(): ReportingDocumentEmailBaseRequest;
9
+ set reportingDocumentPrintSignDocBaseRequest(value: ReportingDocumentPrintSignDocBaseRequest);
10
+ get reportingDocumentPrintSignDocBaseRequest(): ReportingDocumentPrintSignDocBaseRequest;
11
+ set reportingDocumentEmailSignDocBaseRequest(value: ReportingDocumentEmailSignDocBaseRequest);
12
+ get reportingDocumentEmailSignDocBaseRequest(): ReportingDocumentEmailSignDocBaseRequest;
13
13
  set reportingDocumentPdfBaseRequest(value: ReportingDocumentPdfBaseRequest);
14
14
  get reportingDocumentPdfBaseRequest(): ReportingDocumentPdfBaseRequest;
15
15
  selectedEmailAddresses: string[];
16
16
  activePrinter: string;
17
- private _reportingDocumentPrintBaseRequest;
18
- private _reportingDocumentEmailBaseRequest;
17
+ private _reportingDocumentPrintSignDocBaseRequest;
18
+ private _reportingDocumentEmailSignDocBaseRequest;
19
19
  private _reportingDocumentPdfBaseRequest;
20
20
  removeEmailAddress(address: string): void;
21
21
  addEmailAddress(address: string): void;
@@ -6,3 +6,4 @@
6
6
  @import "../components/send-method-email/style/material";
7
7
  @import "../components/layout-selection/style/material";
8
8
  @import "../components/printer-selection/style/material";
9
+ @import "../components/signature-button/style/material";
@@ -1,7 +1,21 @@
1
- import { ElementRef } from '@angular/core';
1
+ import { ElementRef, OnInit } from '@angular/core';
2
2
  import { StatusbarData } from './statusbar.component';
3
- export declare class StatusbarPopupComponent {
3
+ export declare enum GaugeColor {
4
+ Lowest = "#E0E0E0",
5
+ Low = "#fff7b8",
6
+ MediumLow = "#ffe367",
7
+ MediumHigh = "#ffc15b",
8
+ High = "#F88952",
9
+ Highest = "#5FDCB3"
10
+ }
11
+ export declare class StatusbarPopupComponent implements OnInit {
12
+ set content(content: any);
13
+ defaultColor: '#e0e0e0';
4
14
  statusbarData: StatusbarData[];
5
15
  parentForOverlay: ElementRef;
6
16
  showClass: boolean;
17
+ doughnutCharts: ElementRef[];
18
+ ngOnInit(): void;
19
+ private _prepareChartData;
20
+ private _getColor;
7
21
  }
@@ -11,6 +11,7 @@ export declare class StatusbarComponent {
11
11
  private _overlayService;
12
12
  set statusbarData(value: StatusbarData[]);
13
13
  get statusbarData(): StatusbarData[];
14
+ defaultColor: '#e0e0e0';
14
15
  focusedStatusIndex: number;
15
16
  statusbarClick: EventEmitter<void>;
16
17
  showClass(): boolean;
@@ -36,11 +36,27 @@
36
36
  display: flex;
37
37
  flex-direction: row;
38
38
  align-items: center;
39
- span {
39
+ .statusbar-canvas-wrapper {
40
+ position: relative;
41
+ }
42
+ .statusbar-inner-canvas-label {
43
+ position: absolute;
44
+ top: 50%;
45
+ left: 50%;
46
+ transform: translate(-50%, -50%) scale(0.7);
47
+ &:after {
48
+ content: '%';
49
+ }
50
+ }
51
+ .statusbar-description {
40
52
  padding-left: $statusbar-status-description-padding-left;
41
53
  }
42
54
  }
43
55
  }
56
+ .chart-canvas {
57
+ width: 30px !important;
58
+ height: 30px !important;
59
+ }
44
60
  co-linear-gauge {
45
61
  &.focused-status {
46
62
  div {
@@ -2,6 +2,4 @@
2
2
  @import "./material-definition";
3
3
  @import "./layout";
4
4
  @import "./theme";
5
-
6
- @import "../../circular-gauge/style/material";
7
5
  @import "../../linear-gauge/style/material";
@@ -1,7 +1,9 @@
1
1
  import { EventEmitter } from "@angular/core";
2
2
  import { ArticleStock as ArticleStockBo } from "@colijnit/articleapi/build/model/article-stock.bo";
3
+ import { StockManagementWarehouses } from "@colijnit/articleapi/build/model/stock-management-warehouses.bo";
3
4
  export declare class StockTabComponent {
4
5
  articleStockInformation: ArticleStockBo[];
5
- locationClicked: EventEmitter<ArticleStockBo>;
6
+ locationClicked: EventEmitter<StockManagementWarehouses>;
7
+ warehouseToShow: StockManagementWarehouses;
6
8
  onLocationClick(data: ArticleStockBo): void;
7
9
  }
@@ -6,6 +6,7 @@ export declare class Translation {
6
6
  AMOUNT_AVAILABLE?: string;
7
7
  AMOUNT_IN_STOCK?: string;
8
8
  AMOUNT_LATER_AVAILABLE?: string;
9
+ AVAILABILITY?: string;
9
10
  AVAILABLE_STOCK?: string;
10
11
  BACK_TO_STOCK_LINES?: string;
11
12
  BATCH?: string;
@@ -13,11 +14,14 @@ export declare class Translation {
13
14
  CHOICES?: string;
14
15
  CUSTOMER?: string;
15
16
  DATE?: string;
17
+ DATE_DELIVERED?: string;
16
18
  DELIVERY_DATE?: string;
19
+ DELIVERY_DATE_CONFIRMED?: string;
17
20
  DESCRIPTION?: string;
18
21
  DOCUMENT_NUMBER?: string;
19
22
  ECONOMICAL_STOCK?: string;
20
23
  FREE_STOCK?: string;
24
+ FUTURE_FREE_STOCK?: string;
21
25
  HISTORY?: string;
22
26
  IN_ORDER?: string;
23
27
  LINE?: string;
@@ -31,8 +35,11 @@ export declare class Translation {
31
35
  ORDER_COMMISSION?: string;
32
36
  ORDER_STOCK?: string;
33
37
  OVERVIEW?: string;
38
+ PURCHASE_ORDER?: string;
39
+ PURCHASE_ORDER_DATE?: string;
34
40
  PURCHASE_ORDER_NR?: string;
35
41
  PURCHASE_PRICE?: string;
42
+ REFERENCE?: string;
36
43
  RELATION_ID?: string;
37
44
  RELATION_NR?: string;
38
45
  RESERVED?: string;
@@ -41,6 +48,7 @@ export declare class Translation {
41
48
  STICKER?: string;
42
49
  STOCK?: string;
43
50
  STOCK_DETAILS?: string;
51
+ STOCK_FORECAST?: string;
44
52
  STOCK_REMARK?: string;
45
53
  STOCK_STATE?: string;
46
54
  STOCK_STATUS?: string;
@@ -12,6 +12,7 @@ import { CoDropDownListFields } from "../stock-transfer/co-drop-down-list-fields
12
12
  import { ArticleTransaction as ArticleTransactionBo } from "@colijnit/articleapi/build/model/article-transaction.bo";
13
13
  import { StockLocation } from "@colijnit/articleapi/build/model/stock-location.bo";
14
14
  import { ArticleExtended } from "@colijnit/articleapi/build/model/article-extended.bo";
15
+ import { SendMethodType } from "@colijnit/mainapi/build/enum/send-method-type.enum";
15
16
  export declare class StockInformationGridComponent {
16
17
  iconCacheService: IconCacheService;
17
18
  private _stockService;
@@ -44,6 +45,7 @@ export declare class StockInformationGridComponent {
44
45
  selectedArticleDetailsData: ArticleDetailsBo;
45
46
  showChangeStockDetails: boolean;
46
47
  articleDetailsInformation: ArticleStockManagement;
48
+ sendMethod: SendMethodType[];
47
49
  tabs: string[];
48
50
  activeTab: string;
49
51
  get activeTabText(): string;
@@ -7,10 +7,10 @@ import { Tab } from "../../tab-bar/tab.interface";
7
7
  import { ArticleTransaction as ArticleTransactionBo } from "@colijnit/articleapi/build/model/article-transaction.bo";
8
8
  import { StockManagementWarehouses } from "@colijnit/articleapi/build/model/stock-management-warehouses.bo";
9
9
  import { PrintPriceStickers } from "@colijnit/sharedapi/build/model/print-price-stickers.bo";
10
- import { LocalizeService } from '../localization/localize.service';
11
10
  import { StockForecast } from "@colijnit/articleapi/build/model/stock-forecast.bo";
12
11
  import { ArticleStockManagement } from "@colijnit/articleapi/build/model/article-stock-management";
13
12
  import { ArticleDetailsBo } from "@colijnit/articleapi/build/model/article-details.bo";
13
+ import { LocalizeService } from '../../../localization/localize.service';
14
14
  export declare class StockTabsComponent implements OnInit {
15
15
  private _stockService;
16
16
  private _localizeService;
@@ -20,7 +20,7 @@ export declare class StockTabsComponent implements OnInit {
20
20
  warehouses: StockManagementWarehouses[];
21
21
  readonly transferIconClicked: EventEmitter<ArticleStockBo>;
22
22
  readonly sendMethodDialogClicked: EventEmitter<PrintPriceStickers>;
23
- selectedLocation: string;
23
+ selectedLocation: number;
24
24
  stockHistory: StockHistoryBo[];
25
25
  orderSupplyStockHistory: StockHistoryBo[];
26
26
  orderCommissionStockHistory: StockHistoryBo[];
@@ -37,7 +37,7 @@ export declare class StockTabsComponent implements OnInit {
37
37
  historyTabs: Tab[];
38
38
  constructor(_stockService: StockService, _localizeService: LocalizeService);
39
39
  ngOnInit(): void;
40
- handleLocationClicked(data: ArticleStockBo): void;
40
+ handleLocationClicked(data: StockManagementWarehouses): void;
41
41
  getStockHistory(): Promise<void>;
42
42
  getOrderSupplyStockHistory(): Promise<void>;
43
43
  getOrderCommissionStockHistory(): Promise<void>;
@@ -8,8 +8,8 @@ import { ArticleDetailsBo } from "@colijnit/articleapi/build/model/article-detai
8
8
  import { OptionsService } from "../../service/options.service";
9
9
  import { DictionaryService } from "../../service/dictionary.service";
10
10
  import { StockManagementWarehouses } from "@colijnit/articleapi/build/model/stock-management-warehouses.bo";
11
- import { LocalizeService } from './localization/localize.service';
12
11
  import { Translation } from './localization/translation';
12
+ import { LocalizeService } from '../../localization/localize.service';
13
13
  export declare class StockComponent implements OnDestroy, OnInit {
14
14
  stockService: StockService;
15
15
  private _optionsService;
@@ -142,8 +142,12 @@
142
142
  .ok-cancel-buttons {
143
143
  display: flex;
144
144
  justify-content: center;
145
- padding: 25px;
146
- cursor: pointer;
145
+ padding-top: 25px;
146
+ }
147
+
148
+ .ok-cancel-buttons co-button {
149
+ margin-right: 10px;
150
+ width: 100px;
147
151
  }
148
152
 
149
153
  .stock-transfer-columns {
@@ -1,5 +1,6 @@
1
1
  /** AUTO GENERATED FILE. DO NOT CHANGE.. OR YOU WILL SUFFER THE CONSEQUENCES OF YOUR ACTIONS **/
2
2
  export declare enum Icon {
3
+ Account = "account",
3
4
  AngleLeftSolid = "angle_left_solid",
4
5
  AngleRightSolid = "angle_right_solid",
5
6
  ArrowFatRight = "arrow_fat_right",
@@ -12,10 +13,13 @@ export declare enum Icon {
12
13
  DeliveryTruck = "delivery_truck",
13
14
  Email = "email",
14
15
  EnvelopeRegular = "envelope_regular",
16
+ EyeRegular = "eye_regular",
15
17
  FileExportRegular = "file_export_regular",
16
18
  FileExportSolid = "file_export_solid",
17
19
  FilePdfRegular = "file_pdf_regular",
18
20
  FilePdfSolid = "file_pdf_solid",
21
+ FileSignatureRegular = "file_signature_regular",
22
+ Lock = "lock",
19
23
  MessageSmsRegular = "message_sms_regular",
20
24
  MessageSmsSolid = "message_sms_solid",
21
25
  Pdf = "pdf",
@@ -0,0 +1,2 @@
1
+ export declare class LocalizationModule {
2
+ }
@@ -0,0 +1,2 @@
1
+ export declare class Translation {
2
+ }
@@ -1,8 +1,10 @@
1
1
 
2
- $sc-font-family: 'Inter' !default;
2
+ $sc-font-family: 'Public sans', sans-serif !default;
3
3
  $sc-font-family-digital: 'digital-7regular' !default;
4
4
 
5
- $sc-font-size: 10px !default;
5
+ //$sc-font-size: 10px !default;
6
+ $sc-font-size: 12px !default;
7
+ $sc-font-size-small: 10px !default;
6
8
 
7
9
  $sc-color-font: #171721;
8
10
  $sc-color-border: #DCE4EA !default;
@@ -1,5 +1,3 @@
1
- @import url('https://fonts.googleapis.com/css2?family=Public+Sans&display=swap');
2
-
3
1
  @font-face {
4
2
  font-family: 'digital-7regular';
5
3
  src: url(data:application/font-woff2;charset=utf-8;base64,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) format('woff2'),