igniteui-angular-extras 15.1.1 → 15.1.2
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/esm2020/lib/directives/conditional-formatting/conditional-formatting.directive.mjs +4 -8
- package/fesm2015/igniteui-angular-extras.mjs +4 -9
- package/fesm2015/igniteui-angular-extras.mjs.map +1 -1
- package/fesm2020/igniteui-angular-extras.mjs +4 -7
- package/fesm2020/igniteui-angular-extras.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Pipe, EventEmitter, ViewContainerRef, Component, ViewEncapsulation, ViewChild, Output, HostBinding, Directive,
|
|
2
|
+
import { Pipe, EventEmitter, ViewContainerRef, Component, ViewEncapsulation, ViewChild, Output, HostBinding, Directive, Input, Optional, NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
|
3
3
|
import * as i1$1 from 'igniteui-angular';
|
|
4
|
-
import { CloseScrollStrategy, AutoPositionStrategy, HorizontalAlignment, VerticalAlignment, IgxToggleDirective, IgxTabsComponent,
|
|
4
|
+
import { CloseScrollStrategy, AutoPositionStrategy, HorizontalAlignment, VerticalAlignment, IgxToggleDirective, IgxTabsComponent, AbsoluteScrollStrategy, IgxButtonModule, IgxDividerModule, IgxGridModule, IgxTabsModule, IgxToggleModule, IgxIconModule } from 'igniteui-angular';
|
|
5
5
|
import { IgxCategoryXAxisComponent, IgxNumericYAxisComponent, IgxScatterLineSeriesComponent, IgxNumericXAxisComponent, IgxBubbleSeriesComponent, IgxScatterSeriesComponent, IgxBarSeriesComponent, IgxCategoryYAxisComponent, IgxStackedBarSeriesComponent, IgxStacked100BarSeriesComponent, IgxStackedFragmentSeriesComponent, IgxSizeScaleComponent, IgxColumnSeriesComponent, IgxAreaSeriesComponent, IgxLineSeriesComponent, IgxStackedColumnSeriesComponent, IgxStackedAreaSeriesComponent, IgxStackedLineSeriesComponent, IgxStacked100ColumnSeriesComponent, IgxStacked100AreaSeriesComponent, IgxStacked100LineSeriesComponent, IgxPieChartComponent, IgxDataChartComponent, IgxItemLegendComponent, IgxLegendComponent, IgxDataChartCategoryModule, IgxDataChartCoreModule, IgxLegendModule, IgxDataChartInteractivityModule, IgxNumericXAxisModule, IgxNumericYAxisModule, IgxCategoryXAxisModule, IgxItemLegendModule, IgxPieChartModule, IgxDataChartStackedModule, IgxDataChartScatterModule, IgxBarSeriesModule, IgxCategoryChartModule } from 'igniteui-angular-charts';
|
|
6
6
|
import { Subject } from 'rxjs';
|
|
7
7
|
import { ResizeObserver } from '@juggle/resize-observer';
|
|
@@ -1102,17 +1102,14 @@ class IgxConditionalFormattingDirective {
|
|
|
1102
1102
|
return result;
|
|
1103
1103
|
}
|
|
1104
1104
|
}
|
|
1105
|
-
IgxConditionalFormattingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: IgxConditionalFormattingDirective, deps: [{ token: IgxGridComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1105
|
+
IgxConditionalFormattingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: IgxConditionalFormattingDirective, deps: [{ token: i1$1.IgxGridComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1106
1106
|
IgxConditionalFormattingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.3", type: IgxConditionalFormattingDirective, selector: "[igxConditionalFormatting]", inputs: { formatter: "formatter", formatColors: "formatColors" }, outputs: { onFormattersReady: "onFormattersReady" }, ngImport: i0 });
|
|
1107
1107
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: IgxConditionalFormattingDirective, decorators: [{
|
|
1108
1108
|
type: Directive,
|
|
1109
1109
|
args: [{
|
|
1110
1110
|
selector: '[igxConditionalFormatting]'
|
|
1111
1111
|
}]
|
|
1112
|
-
}], ctorParameters: function () { return [{ type: i1$1.IgxGridComponent,
|
|
1113
|
-
type: Inject,
|
|
1114
|
-
args: [IgxGridComponent]
|
|
1115
|
-
}] }]; }, propDecorators: { formatter: [{
|
|
1112
|
+
}], ctorParameters: function () { return [{ type: i1$1.IgxGridComponent }]; }, propDecorators: { formatter: [{
|
|
1116
1113
|
type: Input
|
|
1117
1114
|
}], formatColors: [{
|
|
1118
1115
|
type: Input
|