ecabs-components 1.0.42 → 1.0.43

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 (36) hide show
  1. package/esm2022/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.mjs +2 -2
  2. package/esm2022/lib/ecabs-date-picker/ecabs-date-picker.component.mjs +5 -5
  3. package/esm2022/lib/ecabs-date-picker/ecabs-date-picker.module.mjs +8 -4
  4. package/esm2022/lib/ecabs-date-picker-actions/ecabs-date-picker-actions.component.mjs +22 -0
  5. package/esm2022/lib/ecabs-date-picker-actions/ecabs-date-picker-actions.module.mjs +32 -0
  6. package/esm2022/lib/ecabs-date-range-picker/components/ecabs-date-range-picker-header/ecabs-date-range-picker-header.component.mjs +15 -0
  7. package/esm2022/lib/ecabs-date-range-picker/ecabs-date-range-picker.component.mjs +124 -0
  8. package/esm2022/lib/ecabs-date-range-picker/ecabs-date-range-picker.module.mjs +83 -0
  9. package/esm2022/lib/ecabs-date-time-picker/ecabs-date-time-picker.component.mjs +4 -3
  10. package/esm2022/lib/ecabs-date-time-picker/ecabs-date-time-picker.module.mjs +8 -4
  11. package/esm2022/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.component.mjs +7 -7
  12. package/esm2022/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.module.mjs +8 -4
  13. package/esm2022/lib/ecabs-increment/ecabs-increment.component.mjs +2 -2
  14. package/esm2022/lib/ecabs-picker-header/ecabs-picker-header.component.mjs +2 -2
  15. package/esm2022/lib/ecabs-timepicker/componets/ecabs-time-list-panel/ecabs-time-list-panel.component.mjs +30 -17
  16. package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.component.mjs +32 -34
  17. package/esm2022/public-api.mjs +4 -1
  18. package/fesm2022/ecabs-components.mjs +356 -101
  19. package/fesm2022/ecabs-components.mjs.map +1 -1
  20. package/lib/ecabs-date-picker/ecabs-date-picker.module.d.ts +2 -1
  21. package/lib/ecabs-date-picker-actions/ecabs-date-picker-actions.component.d.ts +9 -0
  22. package/lib/ecabs-date-picker-actions/ecabs-date-picker-actions.module.d.ts +10 -0
  23. package/lib/ecabs-date-range-picker/components/ecabs-date-range-picker-header/ecabs-date-range-picker-header.component.d.ts +6 -0
  24. package/lib/ecabs-date-range-picker/ecabs-date-range-picker.component.d.ts +47 -0
  25. package/lib/ecabs-date-range-picker/ecabs-date-range-picker.module.d.ts +32 -0
  26. package/lib/ecabs-date-time-picker/ecabs-date-time-picker.module.d.ts +2 -1
  27. package/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.module.d.ts +2 -1
  28. package/lib/ecabs-timepicker/componets/ecabs-time-list-panel/ecabs-time-list-panel.component.d.ts +4 -2
  29. package/lib/ecabs-timepicker/ecabs-timepicker.component.d.ts +10 -7
  30. package/package.json +2 -2
  31. package/public-api.d.ts +3 -0
  32. package/src/assets/styles/material/overrides/_datepicker.scss +8 -0
  33. package/src/assets/styles/material/overrides/_form.scss +13 -103
  34. package/src/assets/styles/scss/modules/_phone.scss +1 -1
  35. package/src/assets/styles/scss/modules/_timepicker.scss +8 -10
  36. package/src/assets/styles/tailwind/index.scss +1 -1
@@ -9,8 +9,9 @@ import * as i7 from "@angular/forms";
9
9
  import * as i8 from "../ecabs-picker-header/ecabs-picker-header.module";
10
10
  import * as i9 from "@angular/material/legacy-button";
11
11
  import * as i10 from "@angular/material/legacy-input";
12
+ import * as i11 from "../ecabs-date-picker-actions/ecabs-date-picker-actions.module";
12
13
  export declare class EcabsDatePickerModule {
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDatePickerModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDatePickerModule, [typeof i1.EcabsDatePickerComponent, typeof i2.EcabsDatePickerHeaderComponent], [typeof i3.CommonModule, typeof i4.ElementWrapperModule, typeof i5.MatIconModule, typeof i6.MatDatepickerModule, typeof i7.FormsModule, typeof i7.ReactiveFormsModule, typeof i8.EcabsPickerHeaderModule, typeof i9.MatLegacyButtonModule, typeof i10.MatLegacyInputModule], [typeof i1.EcabsDatePickerComponent, typeof i2.EcabsDatePickerHeaderComponent]>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDatePickerModule, [typeof i1.EcabsDatePickerComponent, typeof i2.EcabsDatePickerHeaderComponent], [typeof i3.CommonModule, typeof i4.ElementWrapperModule, typeof i5.MatIconModule, typeof i6.MatDatepickerModule, typeof i7.FormsModule, typeof i7.ReactiveFormsModule, typeof i8.EcabsPickerHeaderModule, typeof i9.MatLegacyButtonModule, typeof i10.MatLegacyInputModule, typeof i11.EcabsDatePickerActionsModule], [typeof i1.EcabsDatePickerComponent, typeof i2.EcabsDatePickerHeaderComponent]>;
15
16
  static ɵinj: i0.ɵɵInjectorDeclaration<EcabsDatePickerModule>;
16
17
  }
@@ -0,0 +1,9 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class EcabsDatePickerActionsComponent {
4
+ cancelLabel: string;
5
+ applyLabel: string;
6
+ readonly apply: EventEmitter<void>;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDatePickerActionsComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDatePickerActionsComponent, "ecabs-date-picker-actions", never, { "cancelLabel": { "alias": "cancelLabel"; "required": false; }; "applyLabel": { "alias": "applyLabel"; "required": false; }; }, { "apply": "apply"; }, never, never, false, never>;
9
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ecabs-date-picker-actions.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../ecabs-buttons/ecabs-buttons.module";
5
+ import * as i4 from "@angular/material/datepicker";
6
+ export declare class EcabsDatePickerActionsModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDatePickerActionsModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDatePickerActionsModule, [typeof i1.EcabsDatePickerActionsComponent], [typeof i2.CommonModule, typeof i3.EcabsButtonsModule, typeof i4.MatDatepickerModule], [typeof i1.EcabsDatePickerActionsComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<EcabsDatePickerActionsModule>;
10
+ }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class EcabsDateRangePickerHeaderComponent {
3
+ selectDateLabel: string;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDateRangePickerHeaderComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDateRangePickerHeaderComponent, "ecabs-date-range-picker-header", never, { "selectDateLabel": { "alias": "selectDateLabel"; "required": false; }; }, {}, never, never, false, never>;
6
+ }
@@ -0,0 +1,47 @@
1
+ import { AfterViewInit, EventEmitter, Injector } from '@angular/core';
2
+ import { ControlValueAccessor } from '@angular/forms';
3
+ import ElementBaseComponent from '../base/element-base';
4
+ import { EcabsDateRangePickerHeaderComponent } from './components/ecabs-date-range-picker-header/ecabs-date-range-picker-header.component';
5
+ import * as i0 from "@angular/core";
6
+ export declare class EcabsDateRangePickerComponent extends ElementBaseComponent implements ControlValueAccessor, AfterViewInit {
7
+ private injector;
8
+ minDate: Date;
9
+ maxDate: Date;
10
+ touchUi: boolean;
11
+ cancelLabel: string;
12
+ applyLabel: string;
13
+ selectDateLabel: string;
14
+ startDatePlaceholder: string;
15
+ endDatePlaceholder: string;
16
+ onblur: EventEmitter<any>;
17
+ val: {
18
+ dateFrom: string;
19
+ dateTo: string;
20
+ };
21
+ header: typeof EcabsDateRangePickerHeaderComponent;
22
+ _dateFrom: string;
23
+ _dateTo: string;
24
+ get value(): {
25
+ dateFrom: string;
26
+ dateTo: string;
27
+ };
28
+ get dateFrom(): string;
29
+ get dateTo(): string;
30
+ set value(val: {
31
+ dateFrom: string;
32
+ dateTo: string;
33
+ });
34
+ set dateFrom(val: string);
35
+ set dateTo(val: string);
36
+ constructor(injector: Injector);
37
+ ngAfterViewInit(): void;
38
+ onChange: any;
39
+ onTouch: any;
40
+ writeValue(value: any): void;
41
+ registerOnChange(fn: any): void;
42
+ registerOnTouched(fn: any): void;
43
+ blurChange(e: any): void;
44
+ onApply(): void;
45
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDateRangePickerComponent, never>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDateRangePickerComponent, "ecabs-date-range-picker", never, { "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "touchUi": { "alias": "touchUi"; "required": false; }; "cancelLabel": { "alias": "cancelLabel"; "required": false; }; "applyLabel": { "alias": "applyLabel"; "required": false; }; "selectDateLabel": { "alias": "selectDateLabel"; "required": false; }; "startDatePlaceholder": { "alias": "startDatePlaceholder"; "required": false; }; "endDatePlaceholder": { "alias": "endDatePlaceholder"; "required": false; }; }, { "onblur": "onblur"; }, never, never, false, never>;
47
+ }
@@ -0,0 +1,32 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ecabs-date-range-picker.component";
3
+ import * as i2 from "./components/ecabs-date-range-picker-header/ecabs-date-range-picker-header.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "../base/element-wrapper/element-wrapper.module";
6
+ import * as i5 from "@angular/material/icon";
7
+ import * as i6 from "@angular/material/datepicker";
8
+ import * as i7 from "@angular/material/legacy-button";
9
+ import * as i8 from "@angular/forms";
10
+ import * as i9 from "../ecabs-picker-header/ecabs-picker-header.module";
11
+ import * as i10 from "../ecabs-buttons/ecabs-buttons.module";
12
+ import * as i11 from "../base/directives/digits-only.directive.module";
13
+ import * as i12 from "../base/directives/number-border.directive.module";
14
+ import * as i13 from "../base/directives/date-mask.directive.module";
15
+ import * as i14 from "@angular/material/legacy-input";
16
+ import * as i15 from "../ecabs-date-picker-actions/ecabs-date-picker-actions.module";
17
+ export declare const MATERIAL_DATETIMEPICKER_FORMATS: {
18
+ parse: {
19
+ dateInput: string;
20
+ };
21
+ display: {
22
+ dateInput: string;
23
+ monthYearLabel: string;
24
+ dateA11yLabel: string;
25
+ monthYearA11yLabel: string;
26
+ };
27
+ };
28
+ export declare class EcabsDateRangeModule {
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDateRangeModule, never>;
30
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDateRangeModule, [typeof i1.EcabsDateRangePickerComponent, typeof i2.EcabsDateRangePickerHeaderComponent], [typeof i3.CommonModule, typeof i4.ElementWrapperModule, typeof i5.MatIconModule, typeof i6.MatDatepickerModule, typeof i7.MatLegacyButtonModule, typeof i8.FormsModule, typeof i8.ReactiveFormsModule, typeof i9.EcabsPickerHeaderModule, typeof i10.EcabsButtonsModule, typeof i11.DigitsOnlyDirectivesModule, typeof i12.NumberBorderDirectiveModule, typeof i13.MaskDateDirectiveModule, typeof i14.MatLegacyInputModule, typeof i15.EcabsDatePickerActionsModule], [typeof i1.EcabsDateRangePickerComponent, typeof i2.EcabsDateRangePickerHeaderComponent]>;
31
+ static ɵinj: i0.ɵɵInjectorDeclaration<EcabsDateRangeModule>;
32
+ }
@@ -12,8 +12,9 @@ import * as i10 from "../ecabs-buttons/ecabs-buttons.module";
12
12
  import * as i11 from "../base/directives/digits-only.directive.module";
13
13
  import * as i12 from "../base/directives/number-border.directive.module";
14
14
  import * as i13 from "../base/directives/date-mask.directive.module";
15
+ import * as i14 from "../ecabs-date-picker-actions/ecabs-date-picker-actions.module";
15
16
  export declare class EcabsDatetimePickerModule {
16
17
  static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDatetimePickerModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDatetimePickerModule, [typeof i1.EcabsDateTimePickerComponent, typeof i2.EcabsDateTimePickerHeaderComponent], [typeof i3.CommonModule, typeof i4.ElementWrapperModule, typeof i5.MatIconModule, typeof i6.MatDatepickerModule, typeof i7.MatLegacyButtonModule, typeof i8.FormsModule, typeof i8.ReactiveFormsModule, typeof i9.EcabsPickerHeaderModule, typeof i10.EcabsButtonsModule, typeof i11.DigitsOnlyDirectivesModule, typeof i12.NumberBorderDirectiveModule, typeof i13.MaskDateDirectiveModule], [typeof i1.EcabsDateTimePickerComponent, typeof i2.EcabsDateTimePickerHeaderComponent]>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDatetimePickerModule, [typeof i1.EcabsDateTimePickerComponent, typeof i2.EcabsDateTimePickerHeaderComponent], [typeof i3.CommonModule, typeof i4.ElementWrapperModule, typeof i5.MatIconModule, typeof i6.MatDatepickerModule, typeof i7.MatLegacyButtonModule, typeof i8.FormsModule, typeof i8.ReactiveFormsModule, typeof i9.EcabsPickerHeaderModule, typeof i10.EcabsButtonsModule, typeof i11.DigitsOnlyDirectivesModule, typeof i12.NumberBorderDirectiveModule, typeof i13.MaskDateDirectiveModule, typeof i14.EcabsDatePickerActionsModule], [typeof i1.EcabsDateTimePickerComponent, typeof i2.EcabsDateTimePickerHeaderComponent]>;
18
19
  static ɵinj: i0.ɵɵInjectorDeclaration<EcabsDatetimePickerModule>;
19
20
  }
@@ -13,8 +13,9 @@ import * as i11 from "../ecabs-buttons/ecabs-buttons.module";
13
13
  import * as i12 from "../base/directives/digits-only.directive.module";
14
14
  import * as i13 from "../base/directives/number-border.directive.module";
15
15
  import * as i14 from "../base/directives/date-mask.directive.module";
16
+ import * as i15 from "../ecabs-date-picker-actions/ecabs-date-picker-actions.module";
16
17
  export declare class EcabsDatetimeRangePickerModule {
17
18
  static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDatetimeRangePickerModule, never>;
18
- static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDatetimeRangePickerModule, [typeof i1.EcabsDateTimeRangePickerComponent, typeof i2.EcabsDateTimeRangePickerHeaderComponent, typeof i3.TimeRangeDirective], [typeof i4.CommonModule, typeof i5.ElementWrapperModule, typeof i6.MatIconModule, typeof i7.MatDatepickerModule, typeof i8.MatLegacyButtonModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.EcabsPickerHeaderModule, typeof i11.EcabsButtonsModule, typeof i12.DigitsOnlyDirectivesModule, typeof i13.NumberBorderDirectiveModule, typeof i14.MaskDateDirectiveModule], [typeof i1.EcabsDateTimeRangePickerComponent, typeof i2.EcabsDateTimeRangePickerHeaderComponent, typeof i3.TimeRangeDirective]>;
19
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcabsDatetimeRangePickerModule, [typeof i1.EcabsDateTimeRangePickerComponent, typeof i2.EcabsDateTimeRangePickerHeaderComponent, typeof i3.TimeRangeDirective], [typeof i4.CommonModule, typeof i5.ElementWrapperModule, typeof i6.MatIconModule, typeof i7.MatDatepickerModule, typeof i8.MatLegacyButtonModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.EcabsPickerHeaderModule, typeof i11.EcabsButtonsModule, typeof i12.DigitsOnlyDirectivesModule, typeof i13.NumberBorderDirectiveModule, typeof i14.MaskDateDirectiveModule, typeof i15.EcabsDatePickerActionsModule], [typeof i1.EcabsDateTimeRangePickerComponent, typeof i2.EcabsDateTimeRangePickerHeaderComponent, typeof i3.TimeRangeDirective]>;
19
20
  static ɵinj: i0.ɵɵInjectorDeclaration<EcabsDatetimeRangePickerModule>;
20
21
  }
@@ -1,4 +1,4 @@
1
- import { OnInit, EventEmitter, ElementRef, OnChanges } from '@angular/core';
1
+ import { ElementRef, EventEmitter, OnChanges, OnInit } from '@angular/core';
2
2
  import { ListPlacement, ListPosition } from '../../../models/timepicker.models';
3
3
  import { FormTimePickerService } from '../../ecabs-timepicker.service';
4
4
  import * as i0 from "@angular/core";
@@ -8,6 +8,8 @@ export declare class EcabsTimeListPanelComponent implements OnInit, OnChanges {
8
8
  typedValue: any;
9
9
  listPlacement: ListPlacement;
10
10
  listPosition: ListPosition;
11
+ dayStartLabel: string;
12
+ dayEndLabel: string;
11
13
  appendTo: string;
12
14
  min: string;
13
15
  max: string;
@@ -36,5 +38,5 @@ export declare class EcabsTimeListPanelComponent implements OnInit, OnChanges {
36
38
  close(): void;
37
39
  setTime(value: any): void;
38
40
  static ɵfac: i0.ɵɵFactoryDeclaration<EcabsTimeListPanelComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<EcabsTimeListPanelComponent, "ecabs-time-list-panel", never, { "typedValue": { "alias": "typedValue"; "required": false; }; "listPlacement": { "alias": "listPlacement"; "required": false; }; "listPosition": { "alias": "listPosition"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "showDayStart": { "alias": "showDayStart"; "required": false; }; "showDayEnd": { "alias": "showDayEnd"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, { "onscroll": "onscroll"; "closeMe": "closeMe"; }, never, never, false, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsTimeListPanelComponent, "ecabs-time-list-panel", never, { "typedValue": { "alias": "typedValue"; "required": false; }; "listPlacement": { "alias": "listPlacement"; "required": false; }; "listPosition": { "alias": "listPosition"; "required": false; }; "dayStartLabel": { "alias": "dayStartLabel"; "required": false; }; "dayEndLabel": { "alias": "dayEndLabel"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "showDayStart": { "alias": "showDayStart"; "required": false; }; "showDayEnd": { "alias": "showDayEnd"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, { "onscroll": "onscroll"; "closeMe": "closeMe"; }, never, never, false, never>;
40
42
  }
@@ -1,4 +1,4 @@
1
- import { ElementRef, Injector, AfterViewInit } from '@angular/core';
1
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
3
  import { FormTimePickerService } from './ecabs-timepicker.service';
4
4
  import ElementBaseComponent from '../base/element-base';
@@ -17,13 +17,17 @@ export declare class EcabsTimepickerComponent extends ElementBaseComponent imple
17
17
  showDayStart: boolean;
18
18
  showDayEnd: boolean;
19
19
  addSecond: boolean;
20
+ dayStartLabel: string;
21
+ dayEndLabel: string;
20
22
  position: ListPosition;
21
23
  _data: string;
22
- _timePicker: any;
23
- _input: any;
24
+ _timePicker: {
25
+ querySelector: (arg0: string) => HTMLElement;
26
+ };
27
+ _input: HTMLElement;
24
28
  listPosition: ListPosition;
25
- caretPositionStart: any;
26
- caretPositionEnd: any;
29
+ caretPositionStart: number;
30
+ caretPositionEnd: number;
27
31
  get data(): any;
28
32
  set data(value: any);
29
33
  constructor(elementRef: ElementRef, timepickerService: FormTimePickerService, injector: Injector);
@@ -45,9 +49,8 @@ export declare class EcabsTimepickerComponent extends ElementBaseComponent imple
45
49
  registerOnTouched(fn: any): void;
46
50
  setDisabledState(isDisabled: boolean): void;
47
51
  writeValue(obj: any): void;
48
- onChange(): void;
49
52
  show(): void;
50
53
  close(val?: any): void;
51
54
  static ɵfac: i0.ɵɵFactoryDeclaration<EcabsTimepickerComponent, never>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<EcabsTimepickerComponent, "ecabs-timepicker", never, { "showCloseIcon": { "alias": "showCloseIcon"; "required": false; }; "focusedFlag": { "alias": "focusedFlag"; "required": false; }; "listPlacement": { "alias": "listPlacement"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "showDayStart": { "alias": "showDayStart"; "required": false; }; "showDayEnd": { "alias": "showDayEnd"; "required": false; }; "addSecond": { "alias": "addSecond"; "required": false; }; }, {}, never, ["mat-icon"], false, never>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsTimepickerComponent, "ecabs-timepicker", never, { "showCloseIcon": { "alias": "showCloseIcon"; "required": false; }; "focusedFlag": { "alias": "focusedFlag"; "required": false; }; "listPlacement": { "alias": "listPlacement"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "showDayStart": { "alias": "showDayStart"; "required": false; }; "showDayEnd": { "alias": "showDayEnd"; "required": false; }; "addSecond": { "alias": "addSecond"; "required": false; }; "dayStartLabel": { "alias": "dayStartLabel"; "required": false; }; "dayEndLabel": { "alias": "dayEndLabel"; "required": false; }; }, {}, never, ["mat-icon"], false, never>;
53
56
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecabs-components",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^16.2.12",
6
6
  "@angular/common": "^16.2.12",
@@ -14,7 +14,7 @@
14
14
  "ngx-mat-select-search": "^6.0.0",
15
15
  "postcss": "^8.4.35",
16
16
  "rxjs": "~7.5.0",
17
- "tailwindcss": "^3.4.1",
17
+ "tailwindcss": "^3.4.3",
18
18
  "vanilla-text-mask": "^5.1.1"
19
19
  },
20
20
  "dependencies": {
package/public-api.d.ts CHANGED
@@ -19,6 +19,9 @@ export * from './lib/ecabs-date-picker/components/ecabs-date-picker-header/ecabs
19
19
  export * from './lib/ecabs-date-time-picker/ecabs-date-time-picker.component';
20
20
  export * from './lib/ecabs-date-time-picker/components/ecabs-date-time-picker-header/ecabs-date-time-picker-header.component';
21
21
  export * from './lib/ecabs-date-time-picker/ecabs-date-time-picker.module';
22
+ export * from './lib/ecabs-date-range-picker/ecabs-date-range-picker.module';
23
+ export * from './lib/ecabs-date-range-picker/components/ecabs-date-range-picker-header/ecabs-date-range-picker-header.component';
24
+ export * from './lib/ecabs-date-range-picker/ecabs-date-range-picker.component';
22
25
  export * from './lib/ecabs-date-picker/ecabs-date-picker.module';
23
26
  export * from './lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.component';
24
27
  export * from './lib/ecabs-date-time-range-picker/components/ecabs-date-time-range-picker-header/ecabs-date-time-range-picker-header.component';
@@ -135,6 +135,14 @@
135
135
  .mat-datepicker-actions {
136
136
  margin-top: 1rem;
137
137
  padding: 0 1.6rem 1.6rem 1.6rem;
138
+
139
+ .mat-button-base + .mat-button-base {
140
+ margin-left: unset;
141
+ }
142
+
143
+ button.mat-button-base {
144
+ min-width: 100%;
145
+ }
138
146
  }
139
147
 
140
148
  .mat-calendar-body-disabled {
@@ -1,21 +1,20 @@
1
1
  @import "../../../styles/scss/utilities/helpers";
2
2
 
3
- .mat-mdc-form-field {
3
+ .mat-form-field {
4
4
  display: block !important;
5
5
 
6
- .mat-mdc-form-field-wrapper {
6
+ .mat-form-field-wrapper {
7
7
  padding: 0;
8
8
 
9
- .mat-mdc-form-field-flex {
9
+ .mat-form-field-flex {
10
10
  padding: 0;
11
11
  }
12
12
 
13
- .mat-mdc-form-field-infix {
13
+ .mat-form-field-infix {
14
14
  padding: 0;
15
15
  border: 0;
16
16
  }
17
17
  }
18
-
19
18
  &-underline {
20
19
  display: none;
21
20
  }
@@ -26,7 +25,7 @@
26
25
  }
27
26
  }
28
27
 
29
- &-label, label:not([class*=mat-slide-toggle-label], [class*=mat-radio-label]) {
28
+ &-label {
30
29
  @extend .form-field__label;
31
30
  }
32
31
 
@@ -47,110 +46,21 @@
47
46
  @extend .form-field__input;
48
47
  }
49
48
 
50
- .mat-mdc-form-field-subscript-wrapper {
49
+ .mat-form-field-subscript-wrapper {
51
50
  margin-top: 0;
52
51
  }
53
52
  }
54
53
 
55
- .mat-mdc-form-field {
56
- display: block !important;
57
-
58
- .mat-mdc-form-field-wrapper {
59
- padding: 0;
60
-
61
- .mat-mdc-form-field-flex {
62
- padding: 0;
63
- }
64
-
65
- .mat-mdc-form-field-infix {
66
- padding: 0;
67
- border: 0;
68
- }
69
- }
70
-
71
- &-underline {
72
- display: none;
73
- }
74
-
75
- &-disabled {
76
- .mat-mdc-input-element {
77
- @extend .form-field__input--disabled;
78
- }
79
- }
80
-
81
- &-label, label:not([class*=mat-slide-toggle-label], [class*=mat-radio-label]) {
82
- @extend .form-field__label;
83
- }
84
-
85
- &-invalid {
86
- .mat-mdc-input-element,
87
- mat-error,
88
- mat-date-range-input {
89
- @extend .form-field__input--invalid;
90
- }
91
- }
92
-
93
- &-suffix,
94
- [matsuffix] {
95
- @extend .form-field__input--suffix;
96
- }
97
-
98
- .mat-mdc-input-element {
99
- @extend .form-field__input;
100
- }
101
-
102
- .mat-mdc-form-field-subscript-wrapper {
103
- margin-top: 0;
104
- }
105
-
106
- .mat-mdc-text-field-wrapper {
107
- background-color: inherit !important;
108
- padding-bottom: 0;
109
- }
110
-
111
- .mdc-text-field--outlined .mdc-text-field__input,
112
- .mat-mdc-form-field-input-control.mat-mdc-form-field-input-control {
113
- // border: 1px solid $color-mono-light !important;
114
- line-height: inherit;
115
- }
116
-
117
- .mat-mdc-form-field-subscript-wrapper {
118
- display: none;
119
- }
120
-
121
- div[class*="mdc-notched-outline__"] {
122
- border: unset;
123
- }
124
-
125
- .mat-mdc-text-field-wrapper {
126
- padding-left: 0;
127
- padding-right: 0;
128
-
129
- .mat-mdc-form-field-flex .mat-mdc-floating-label {
130
- top: 1.24rem;
131
- line-height: $base-line-height;
132
- }
133
-
134
- &.mdc-text-field--outlined {
135
- .mat-mdc-form-field-infix {
136
- border-top: 0.9375em solid transparent;
137
- padding-top: 0.5rem;
138
- padding-bottom: 0.5rem;
139
- }
140
- }
141
- }
142
-
143
- .mdc-line-ripple {
144
- display: none;
145
- }
54
+ label {
55
+ @extend .form-field__label;
146
56
  }
147
57
 
148
- .mdc-text-field {
149
- padding: 0 !important;
150
- }
58
+ .newline-validation .form-field {
59
+ flex-wrap: wrap;
151
60
 
152
- .mat-mdc-form-field-focus-overlay {
153
- background-color: inherit !important;
61
+ app-validations-messages {
62
+ flex-basis: 100%;
63
+ }
154
64
  }
155
65
 
156
66
  .form-field--required {
@@ -5,7 +5,7 @@
5
5
  border: 1px solid var(--color-gray-500);
6
6
 
7
7
  .ngx-mat-tel-input-input {
8
- padding: calc-rem(8) 6px calc-rem(8) 105px !important;
8
+ padding: calc-rem(8) calc-rem(8) calc-rem(8) calc-rem(105px) !important;
9
9
  }
10
10
 
11
11
  .country-selector {
@@ -1,4 +1,4 @@
1
- app-timepicker {
1
+ ecabs-timepicker {
2
2
  .timeInputWrapper {
3
3
  z-index: 1;
4
4
 
@@ -7,7 +7,6 @@ app-timepicker {
7
7
  width: 100%;
8
8
  display: block;
9
9
  box-sizing: border-box;
10
- font-size: 0.875rem;
11
10
  padding: calc-rem(8) calc-rem(16);
12
11
  border-radius: $border-radius-base;
13
12
  border: 1px solid var(--color-gray-500);
@@ -47,10 +46,9 @@ app-timepicker {
47
46
  position: absolute;
48
47
  width: 100%;
49
48
  box-sizing: border-box;
50
- box-shadow: 0 4px 6px rgba(22, 42, 76, 0.08), 0 2px 16px rgba(22, 42, 76, 0.06),
51
- 0 8px 12px rgba(22, 42, 76, 0.04);
49
+ box-shadow: $box-shadow-default;
52
50
  border-radius: 0 0 4px 4px;
53
- height: 224px;
51
+ height: calc-rem(224px);
54
52
  overflow: hidden;
55
53
 
56
54
  .inner-scroll {
@@ -68,10 +66,10 @@ app-timepicker {
68
66
  li {
69
67
  display: block;
70
68
  padding: 8px 12px;
71
- font-size: 13px;
72
- line-height: 20px;
69
+ font-size: $font-size-sm;
70
+ line-height: $base-line-height;
73
71
  font-weight: normal;
74
- color: rgba(22, 42, 76, 0.9);
72
+ color: var(--color-black);
75
73
  cursor: pointer;
76
74
 
77
75
  &:last-child {
@@ -79,11 +77,11 @@ app-timepicker {
79
77
  }
80
78
 
81
79
  &.active {
82
- color: #376bfb;
80
+ color: var(--color-brand-light);
83
81
  }
84
82
 
85
83
  &.hovered {
86
- background: rgba(22, 42, 76, 0.075);
84
+ background: var(--color-gray-200);
87
85
  }
88
86
  }
89
87
  }
@@ -1 +1 @@
1
- /*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--color-gray-200)}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:var(--color-gray-400)}input::placeholder,textarea::placeholder{opacity:1;color:var(--color-gray-400)}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.top-0{top:0}.isolate{isolation:isolate}.z-50{z-index:50}.float-right{float:right}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.-mt-1{margin-top:-.25rem}.mb-2{margin-bottom:.5rem}.mb-5{margin-bottom:1.25rem}.ml-0{margin-left:0}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-4{margin-top:1rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.list-item{display:list-item}.hidden{display:none}.size-px{width:1px;height:1px}.w-60{width:15rem}.w-full{width:100%}.flex-shrink,.shrink{flex-shrink:1}.flex-grow,.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-items-center{justify-items:center}.gap-2{gap:.5rem}.gap-y-4{row-gap:1rem}.truncate{overflow:hidden;white-space:nowrap}.overflow-ellipsis,.truncate{text-overflow:ellipsis}.\!rounded-full{border-radius:9999px!important}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-2{border-width:2px}.border-current{border-color:currentColor}.px-2{padding-left:.5rem;padding-right:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-1{padding-bottom:.25rem}.pb-6{padding-bottom:1.5rem}.text-center{text-align:center}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.\!text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.underline{text-decoration-line:underline}.overline{text-decoration-line:overline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.blur{--tw-blur:blur(8px)}.blur,.grayscale{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale:grayscale(100%)}.invert{--tw-invert:invert(100%)}.invert,.sepia{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.sepia{--tw-sepia:sepia(100%)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[k\:string\]{k:string}
1
+ /*! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--color-gray-200)}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:var(--color-gray-400)}input::placeholder,textarea::placeholder{opacity:1;color:var(--color-gray-400)}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.top-0{top:0}.isolate{isolation:isolate}.z-50{z-index:50}.float-right{float:right}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.-mt-1{margin-top:-.25rem}.mb-2{margin-bottom:.5rem}.mb-5{margin-bottom:1.25rem}.ml-0{margin-left:0}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-4{margin-top:1rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.list-item{display:list-item}.hidden{display:none}.size-px{width:1px;height:1px}.w-60{width:15rem}.w-full{width:100%}.flex-shrink,.shrink{flex-shrink:1}.flex-grow,.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-items-center{justify-items:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-y-4{row-gap:1rem}.truncate{overflow:hidden;white-space:nowrap}.overflow-ellipsis,.truncate{text-overflow:ellipsis}.\!rounded-full{border-radius:9999px!important}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-2{border-width:2px}.border-current{border-color:currentColor}.px-2{padding-left:.5rem;padding-right:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-1{padding-bottom:.25rem}.pb-6{padding-bottom:1.5rem}.text-center{text-align:center}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.\!text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.underline{text-decoration-line:underline}.overline{text-decoration-line:overline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.blur{--tw-blur:blur(8px)}.blur,.grayscale{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale:grayscale(100%)}.invert{--tw-invert:invert(100%)}.invert,.sepia{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.sepia{--tw-sepia:sepia(100%)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[k\:string\]{k:string}