@provoly/hypervisor 2.3.2 → 2.3.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/hypervisor",
3
- "version": "2.3.2",
3
+ "version": "2.3.4",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "17.x || 18.x",
6
6
  "@angular/common": "17.x || 18.x",
@@ -3,6 +3,7 @@ import { Store } from '@ngrx/store';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class DateFilterComponent extends HvyUnitFilterComponent {
5
5
  private store;
6
+ max?: string;
6
7
  value: string;
7
8
  constructor(store: Store);
8
9
  getParams(): {
@@ -10,5 +11,5 @@ export declare class DateFilterComponent extends HvyUnitFilterComponent {
10
11
  };
11
12
  triggerChange($event: Event): void;
12
13
  static ɵfac: i0.ɵɵFactoryDeclaration<DateFilterComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterComponent, "hvy-date-filter", never, {}, {}, never, never, false, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterComponent, "hvy-date-filter", never, { "max": { "alias": "max"; "required": false; }; }, {}, never, never, false, never>;
14
15
  }
@@ -386,16 +386,28 @@ div.mat-mdc-autocomplete-panel {
386
386
  display: flex;
387
387
  flex-direction: column;
388
388
  align-items: center;
389
+ width: 28.25em;
390
+ max-width: 28.25em;
391
+ padding-bottom: 0.75em;
392
+ margin-top: -0.375em;
393
+
394
+ h3 {
395
+ font-size: 1.0625em;
396
+ font-weight: bold;
397
+ text-align: center;
398
+ }
399
+
400
+ p {
401
+ font-size: 0.875em;
402
+ font-weight: normal;
403
+ text-align: center;
404
+ }
389
405
 
390
406
  &__container {
391
407
  display: flex;
392
408
  width: max-content;
393
409
  flex-direction: column;
394
410
  align-items: center;
395
-
396
- p:first-child {
397
- //font-weight: bold;
398
- }
399
411
  }
400
412
  }
401
413
 
@@ -9,6 +9,9 @@
9
9
  > div:first-child {
10
10
  display: flex;
11
11
  justify-content: space-between;
12
+ align-items: baseline;
13
+ padding-left: 0.625rem;
14
+ padding-right: 0.625rem;
12
15
  }
13
16
 
14
17
  &__container {