@leanix/components 0.4.14 → 0.4.16
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.
|
@@ -3543,6 +3543,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.1", ngImpor
|
|
|
3543
3543
|
const isBs3 = () => true;
|
|
3544
3544
|
|
|
3545
3545
|
// @deprecated
|
|
3546
|
+
// tslint:disable
|
|
3546
3547
|
class DayPickerComponent {
|
|
3547
3548
|
constructor(datePicker) {
|
|
3548
3549
|
this.labels = [];
|
|
@@ -3842,6 +3843,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.1", ngImpor
|
|
|
3842
3843
|
}], ctorParameters: function () { return [{ type: DatePickerInnerComponent }]; } });
|
|
3843
3844
|
|
|
3844
3845
|
// @deprecated
|
|
3846
|
+
// tslint:disable
|
|
3845
3847
|
class MonthPickerComponent {
|
|
3846
3848
|
constructor(datePicker) {
|
|
3847
3849
|
this.rows = [];
|
|
@@ -3985,6 +3987,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.1", ngImpor
|
|
|
3985
3987
|
}], ctorParameters: function () { return [{ type: DatePickerInnerComponent }]; } });
|
|
3986
3988
|
|
|
3987
3989
|
// @deprecated
|
|
3990
|
+
// tslint:disable
|
|
3988
3991
|
class YearPickerComponent {
|
|
3989
3992
|
constructor(datePicker) {
|
|
3990
3993
|
this.rows = [];
|