@annalib/anna-core 11.0.0 → 11.1.0

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.
@@ -52,7 +52,7 @@ export interface IGtGeneralConfig extends ISpotTableConfig {
52
52
  bufferSize: number;
53
53
  page: string;
54
54
  }
55
- declare type COMPONENTNAME = "SPOTDETAILS" | "EXCLUDEINVENTORYPOPUP" | "EXCLUDEINVENTORY" | "DRRLISTING" | "DRR" | "" | "RATING" | "ORDER_LISTING_INFLIGHT" | "ORDER_LISTING_COMPLETED" | "ORDER_LISTING_BLANK" | "LUR_VIOLATIONS" | "ACTIVITYLOG";
55
+ declare type COMPONENTNAME = "SPOTDETAILS" | "EXCLUDEINVENTORYPOPUP" | "EXCLUDEINVENTORY" | "DRRLISTING" | "DRR" | "" | "RATING" | "ORDER_LISTING_INFLIGHT" | "ORDER_LISTING_COMPLETED" | "ORDER_LISTING_BLANK" | "LUR_VIOLATIONS" | "ACTIVITYLOG" | "NOTIFICATIONS";
56
56
  interface ISpotTableConfig {
57
57
  isGrouped: boolean;
58
58
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "11.0.0",
3
+ "version": "11.1.0",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.3",
6
6
  "@angular/common": "^14.3.0",
@@ -1,5 +1,6 @@
1
1
  @import "./colors", "./fonts";
2
2
 
3
+ //Common styling
3
4
  #dropdown-trigger {
4
5
  height: 1.875rem;
5
6
  background: white;
@@ -28,7 +29,6 @@
28
29
  .icon {
29
30
  font-size: 1.125rem;
30
31
  float: right;
31
- margin-left: auto;
32
32
  }
33
33
 
34
34
  .search-bar {
@@ -61,6 +61,7 @@ ul {
61
61
  padding-bottom: 0;
62
62
  margin-bottom: 0;
63
63
  max-height: calc(50vh - 80px) !important;
64
+ // min-heightw: 70px;
64
65
  }
65
66
 
66
67
  li {
@@ -125,8 +126,4 @@ span.selected-item{
125
126
  min-height: 30px !important;
126
127
  overflow-y: hidden;
127
128
  max-height: 50vh;
128
- .mat-menu-content:not(:empty) {
129
- padding-top: 0;
130
- padding-bottom: 0;
131
- }
132
- }
129
+ }
@@ -364,17 +364,23 @@ section.min-maxContainer {
364
364
  div.arrow-container {
365
365
  flex-direction: column;
366
366
  display: flex;
367
- padding-top: $fs-6;
368
- padding-left: 1px;
367
+ margin-top: $fs-6;
368
+ width: 9px;
369
+ height: 18px;
369
370
  margin-right: $fs-19;
371
+ position: relative;
372
+ left: -9px;
373
+ top: -11px;
370
374
  i {
371
375
  color: black;
372
376
  cursor: pointer;
373
- font-size: $fs-9;
374
- }
375
- i.downward {
376
- transform: rotate(180deg);
377
+ max-height: 9px;
378
+ font-size: 25px;
379
+ width: 10px;
377
380
  }
381
+ // i.downward {
382
+ // transform: rotate(180deg);
383
+ // }
378
384
  }
379
385
  }
380
386
 
@@ -606,7 +612,8 @@ input.error-border{
606
612
 
607
613
  ::ng-deep .show-max.ngx-slider span.ngx-slider-model-high{
608
614
  background: white;
609
- box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
615
+ box-shadow: none;
616
+ // left: auto !important;
610
617
  }
611
618
 
612
619
  ::ng-deep .ngx-slider span.ngx-slider-combined{
@@ -614,6 +621,14 @@ input.error-border{
614
621
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
615
622
  }
616
623
 
624
+ ::ng-deep .ngx-slider{
625
+ top: 10px !important;
626
+ }
627
+
628
+ ::ng-deep .ngx-slider-animate{
629
+ top: 0 !important;
630
+ }
631
+
617
632
  .sidebar-slider{
618
633
  margin-bottom: 6px;
619
634
  }