@colijnit/sharedcomponents 259.1.9 → 259.1.10

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.
@@ -3,41 +3,45 @@
3
3
  display: flex;
4
4
  flex-direction: column;
5
5
  justify-content: space-between;
6
- width: 200px;
7
- height: 120px;
6
+ width: 160px;
7
+ height: 100px;
8
8
  border-radius: 5px;
9
-
10
-
9
+ background: #f8f8fa;
10
+ box-shadow: 1px 1px 3px 1px #9d9d9d6e;
11
+ cursor: pointer;
11
12
  .top {
12
13
  display: flex;
13
14
  flex-direction: column;
14
- padding: 10px;
15
-
15
+ padding: 10px 10px 0 10px;
16
16
  .tile-row {
17
17
  display: flex;
18
18
  flex-direction: row;
19
19
  justify-content: space-between;
20
20
  align-items: center;
21
-
22
- .status-text {
23
- color: #B6BFBF;
24
- }
25
-
26
21
  .corner-icon {
27
- width: 20px;
28
- height: 20px;
22
+ width: 16px;
23
+ height: 16px;
29
24
  }
30
25
  }
31
26
  }
32
-
33
27
  .bottom {
34
- padding: 10px;
28
+ padding: 0 10px 10px 10px;
29
+ .name-text {
30
+ font-size: 12px;
31
+ }
35
32
  }
36
-
37
33
  .name-text {
38
- font-weight: bold;
39
- font-size: large;
34
+ font-weight: 600;
35
+ font-size: 14px;
40
36
  color: #000000;
37
+ display: -webkit-box;
38
+ -webkit-line-clamp: 2;
39
+ -webkit-box-orient: vertical;
40
+ overflow: hidden;
41
+ text-overflow: ellipsis;
42
+ }
43
+ &.active {
44
+ box-shadow: 0 0 3px 1px #1a73e8;
41
45
  }
42
46
  }
43
47
  }
@@ -8,7 +8,9 @@ export declare class WorkflowInfoTileComponent implements OnInit {
8
8
  colorService: ColorSequenceService;
9
9
  readonly Icon: typeof Icon;
10
10
  workflowProcessInfoPerStatus: WorkflowProcessInfoPerStatus;
11
+ isActive: boolean;
11
12
  showClass(): boolean;
13
+ get activeClass(): boolean;
12
14
  backgroundColor: string;
13
15
  constructor(iconCacheService: IconCacheService, colorService: ColorSequenceService);
14
16
  ngOnInit(): void;
@@ -1,7 +1,8 @@
1
1
  @include export-module('co-workflow-info-tiles-layout') {
2
2
  .co-workflow-info-tiles {
3
- padding: 10px;
3
+ padding: 0 20px 10px 20px;
4
4
  width: 100%;
5
+ display: block;
5
6
  .tile-row {
6
7
  display: flex;
7
8
  flex-direction: row;
@@ -12,6 +12,7 @@ export declare class WorkflowInfoTilesComponent implements OnInit {
12
12
  set workflowCategory(value: WorkflowCategoryType);
13
13
  workflowProcessInfoPerStatusClicked: EventEmitter<string>;
14
14
  WorkflowProcessInfoPerStatusCollection: WorkflowProcessInfoPerStatus[];
15
+ activeStatus: string | null;
15
16
  private _workflowCategory;
16
17
  showClass(): boolean;
17
18
  constructor(iconCacheService: IconCacheService, sharedService: SharedService);
@@ -24703,6 +24703,7 @@ export declare class Dictionaries {
24703
24703
  AMOUNT_TO_ACCEPT_MORE_THEN_AMOUNT_IN_ORDER: string;
24704
24704
  AMOUNT_TO_BE_ALLOCATED_SOURCE: string;
24705
24705
  AMOUNT_TO_BE_ORDERED: string;
24706
+ AMOUNT_TO_CONFIRM: string;
24706
24707
  AMOUNT_TO_PRINT: string;
24707
24708
  AMOUNT_USED_COUPONS: string;
24708
24709
  AMOUT_TO_SETTLE_CANNOT_BE_GREATER_THAN_TOTAL_PAID_DOWN: string;
@@ -26322,6 +26323,7 @@ export declare class Dictionaries {
26322
26323
  DIRECT_SELL: string;
26323
26324
  DISABLED: string;
26324
26325
  DISABLE_TOUCH_MODE: string;
26326
+ DISCONNECT_STORAGE_UNIT_FROM_STOCK: string;
26325
26327
  DISCOUNT: string;
26326
26328
  DISCOUNTS: string;
26327
26329
  DISCOUNTS_ON_NETTO_ARTICLE: string;
@@ -27052,6 +27054,7 @@ export declare class Dictionaries {
27052
27054
  GAK_REGISTRATION_NUMBER: string;
27053
27055
  GENDER: string;
27054
27056
  GENERAL: string;
27057
+ GERNERAL_CONDITIONS_TEMPLATE: string;
27055
27058
  GENERAL_CONFIRMATION_QUESTION: string;
27056
27059
  GENERAL_DISCOUNT: string;
27057
27060
  GENERAL_EMAIL: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/sharedcomponents",
3
- "version": "259.1.9",
3
+ "version": "259.1.10",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "chart.js": "4.3.0",