@colijnit/corecomponents_v12 259.1.20 → 259.1.21

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.
@@ -2,7 +2,6 @@ import { EventEmitter, OnInit } from "@angular/core";
2
2
  import { IconCacheService } from "../icon/icon-cache.service";
3
3
  import { IconListItem } from "../../model/icon-list-item";
4
4
  export declare class ListOfIconsComponent implements OnInit {
5
- iconCacheService: IconCacheService;
6
5
  icons: IconCacheService;
7
6
  set collection(value: IconListItem[]);
8
7
  get collection(): IconListItem[];
@@ -14,8 +13,7 @@ export declare class ListOfIconsComponent implements OnInit {
14
13
  showMenu: boolean;
15
14
  showSubCategories: boolean;
16
15
  private _collection;
17
- subCategories: IconListItem[];
18
- constructor(iconCacheService: IconCacheService, icons: IconCacheService);
16
+ constructor(icons: IconCacheService);
19
17
  ngOnInit(): void;
20
18
  toggleMenu(): void;
21
19
  selectItem(item: IconListItem): void;
@@ -55,6 +55,7 @@
55
55
  background: #FFF;
56
56
 
57
57
  .icon-item {
58
+ position: relative;
58
59
  margin-bottom: 12px;
59
60
 
60
61
  &.active {
@@ -74,8 +75,8 @@
74
75
 
75
76
  .picking-type-wrapper {
76
77
  position: absolute;
77
- top: 106px;
78
- left: 100%;
78
+ top: -10px;
79
+ left: 106%;
79
80
  z-index: 1;
80
81
  padding: 8px 6px 0;
81
82
  border-radius: 3px;
@@ -3,4 +3,5 @@ export interface IconListItem {
3
3
  id?: number;
4
4
  icon: SafeHtml;
5
5
  label: string;
6
+ children?: IconListItem[];
6
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/corecomponents_v12",
3
- "version": "259.1.20",
3
+ "version": "259.1.21",
4
4
  "description": "Colijn IT core components for Angular 12",
5
5
  "private": false,
6
6
  "peerDependencies": {
@@ -1,13 +0,0 @@
1
- // Values are corresponding dictionary keys in text_nl.
2
- export var BatchDeliveryCategory;
3
- (function (BatchDeliveryCategory) {
4
- BatchDeliveryCategory["Overview"] = "OVERVIEW";
5
- BatchDeliveryCategory["Purchase"] = "COST_OF_SALES";
6
- BatchDeliveryCategory["Allocate"] = "ALLOCATION";
7
- BatchDeliveryCategory["Logistics"] = "LOGISTICS";
8
- BatchDeliveryCategory["DeliveryOrder"] = "DELIVERY_ORDER";
9
- BatchDeliveryCategory["Invoice"] = "INVOICE";
10
- BatchDeliveryCategory["ToPick"] = "TO_PICK";
11
- BatchDeliveryCategory["Picked"] = "PICKED";
12
- })(BatchDeliveryCategory || (BatchDeliveryCategory = {}));
13
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmF0Y2gtZGVsaXZlcnktY2F0ZWdvcnkuZW51bS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmVjb21wb25lbnRzL3NyYy9saWIvY29yZS9lbnVtL2JhdGNoLWRlbGl2ZXJ5LWNhdGVnb3J5LmVudW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsdURBQXVEO0FBQ3ZELE1BQU0sQ0FBTixJQUFZLHFCQVNYO0FBVEQsV0FBWSxxQkFBcUI7SUFDL0IsOENBQXFCLENBQUE7SUFDckIsbURBQTBCLENBQUE7SUFDMUIsZ0RBQXVCLENBQUE7SUFDdkIsZ0RBQXVCLENBQUE7SUFDdkIseURBQWdDLENBQUE7SUFDaEMsNENBQW1CLENBQUE7SUFDbkIsMkNBQWtCLENBQUE7SUFDbEIsMENBQWlCLENBQUE7QUFDbkIsQ0FBQyxFQVRXLHFCQUFxQixLQUFyQixxQkFBcUIsUUFTaEMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBWYWx1ZXMgYXJlIGNvcnJlc3BvbmRpbmcgZGljdGlvbmFyeSBrZXlzIGluIHRleHRfbmwuXHJcbmV4cG9ydCBlbnVtIEJhdGNoRGVsaXZlcnlDYXRlZ29yeSB7XHJcbiAgT3ZlcnZpZXcgPSBcIk9WRVJWSUVXXCIsXHJcbiAgUHVyY2hhc2UgPSBcIkNPU1RfT0ZfU0FMRVNcIixcclxuICBBbGxvY2F0ZSA9IFwiQUxMT0NBVElPTlwiLFxyXG4gIExvZ2lzdGljcyA9IFwiTE9HSVNUSUNTXCIsXHJcbiAgRGVsaXZlcnlPcmRlciA9IFwiREVMSVZFUllfT1JERVJcIixcclxuICBJbnZvaWNlID0gXCJJTlZPSUNFXCIsXHJcbiAgVG9QaWNrID0gXCJUT19QSUNLXCIsXHJcbiAgUGlja2VkID0gXCJQSUNLRURcIlxyXG59XHJcbiJdfQ==
@@ -1,10 +0,0 @@
1
- export declare enum BatchDeliveryCategory {
2
- Overview = "OVERVIEW",
3
- Purchase = "COST_OF_SALES",
4
- Allocate = "ALLOCATION",
5
- Logistics = "LOGISTICS",
6
- DeliveryOrder = "DELIVERY_ORDER",
7
- Invoice = "INVOICE",
8
- ToPick = "TO_PICK",
9
- Picked = "PICKED"
10
- }