@leanix/components 0.4.15 → 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.
|
@@ -3564,6 +3564,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.1", ngImpor
|
|
|
3564
3564
|
const isBs3 = () => true;
|
|
3565
3565
|
|
|
3566
3566
|
// @deprecated
|
|
3567
|
+
// tslint:disable
|
|
3567
3568
|
class DayPickerComponent {
|
|
3568
3569
|
constructor(datePicker) {
|
|
3569
3570
|
this.labels = [];
|
|
@@ -3864,6 +3865,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.1", ngImpor
|
|
|
3864
3865
|
}], ctorParameters: function () { return [{ type: DatePickerInnerComponent }]; } });
|
|
3865
3866
|
|
|
3866
3867
|
// @deprecated
|
|
3868
|
+
// tslint:disable
|
|
3867
3869
|
class MonthPickerComponent {
|
|
3868
3870
|
constructor(datePicker) {
|
|
3869
3871
|
this.rows = [];
|
|
@@ -4007,6 +4009,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.1", ngImpor
|
|
|
4007
4009
|
}], ctorParameters: function () { return [{ type: DatePickerInnerComponent }]; } });
|
|
4008
4010
|
|
|
4009
4011
|
// @deprecated
|
|
4012
|
+
// tslint:disable
|
|
4010
4013
|
class YearPickerComponent {
|
|
4011
4014
|
constructor(datePicker) {
|
|
4012
4015
|
this.rows = [];
|