@leanix/components 0.4.260 → 0.4.262

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,7 +3,7 @@ import { ControlValueAccessor, UntypedFormControl, Validator } from '@angular/fo
3
3
  import { Observable, Subject } from 'rxjs';
4
4
  import { DateFormatsProvider } from '../../../core-ui/core-ui.constants';
5
5
  import * as i0 from "@angular/core";
6
- export type DateInputRenderingStyle = 'INPUT' | 'LINK';
6
+ export type DateInputRenderingStyle = 'INPUT' | 'LINK' | 'BUTTON';
7
7
  export declare class DateInputComponent implements OnChanges, OnInit, OnDestroy, ControlValueAccessor, Validator {
8
8
  private cd;
9
9
  private dateFormatsProvider;
@@ -8,6 +8,8 @@ import { ModalFooterComponent } from '../modal-footer/modal-footer.component';
8
8
  import { ModalHeaderComponent } from '../modal-header/modal-header.component';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
+ * GLOBAL PROVIDERS required for this component:
12
+ * - provideAnimations()
11
13
  *
12
14
  * ATTENTION - SCROLLABLE DIALOG:
13
15
  * The <lx-modal> component when used as "dialog" is not designed to work with a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.260",
3
+ "version": "0.4.262",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {