igniteui-angular-data-grids 20.0.2-beta.2 → 20.0.2-beta.3
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/bundles/igniteui-angular-data-grids.umd.js +3847 -3535
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +75 -67
- package/esm2015/lib/ColumnFilterCondition_combined.js +3119 -3094
- package/esm2015/lib/ContentCellModelHelper.js +1 -1
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +1 -1
- package/esm2015/lib/GridConditionalStyleProperty.js +315 -197
- package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +3 -3
- package/esm2015/lib/TemplateHeader.js +1 -1
- package/esm2015/lib/TextIconSetConditionalStyle.js +14 -9
- package/esm2015/lib/igx-data-grid-component.js +28 -0
- package/esm2015/lib/igx-grid-conditional-style-property-component.js +109 -33
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +75 -67
- package/esm5/lib/ColumnFilterCondition_combined.js +3096 -3071
- package/esm5/lib/ContentCellModelHelper.js +1 -1
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +1 -1
- package/esm5/lib/GridConditionalStyleProperty.js +332 -186
- package/esm5/lib/GridFilterDialogView_combined.js +1 -1
- package/esm5/lib/MultiColumnComboBoxView_combined.js +3 -3
- package/esm5/lib/TemplateHeader.js +1 -1
- package/esm5/lib/TextIconSetConditionalStyle.js +14 -9
- package/esm5/lib/igx-data-grid-component.js +28 -0
- package/esm5/lib/igx-grid-conditional-style-property-component.js +136 -32
- package/fesm2015/igniteui-angular-data-grids.js +3817 -3561
- package/fesm5/igniteui-angular-data-grids.js +3849 -3537
- package/lib/CheckboxListView_combined.d.ts +25 -24
- package/lib/ColumnFilterCondition_combined.d.ts +533 -525
- package/lib/GridConditionalStyleProperty.d.ts +84 -61
- package/lib/igx-data-grid-component.d.ts +8 -0
- package/lib/igx-grid-conditional-style-property-component.d.ts +21 -3
- package/package.json +4 -4
|
@@ -2,6 +2,7 @@ import { Base, INotifyPropertyChanged, PropertyChangedEventArgs, Type } from "ig
|
|
|
2
2
|
import { GridConditionalStylePropertyStylingType } from "./GridConditionalStylePropertyStylingType";
|
|
3
3
|
import { GridConditionalStyleBoundType } from "./GridConditionalStyleBoundType";
|
|
4
4
|
import { IFilterExpression } from "igniteui-angular-core";
|
|
5
|
+
import { GridConditionalStyleFontInfo } from "./GridConditionalStyleFontInfo";
|
|
5
6
|
import { Brush } from "igniteui-angular-core";
|
|
6
7
|
import { BrushCollection } from "igniteui-angular-core";
|
|
7
8
|
import { GridConditionFilterStringErrorsParsingEventArgs } from "./GridConditionFilterStringErrorsParsingEventArgs";
|
|
@@ -10,93 +11,114 @@ import { GridConditionFilterStringErrorsParsingEventArgs } from "./GridCondition
|
|
|
10
11
|
*/
|
|
11
12
|
export declare class GridConditionalStyleProperty extends Base implements INotifyPropertyChanged {
|
|
12
13
|
static $t: Type;
|
|
13
|
-
private
|
|
14
|
-
get
|
|
15
|
-
set
|
|
14
|
+
private ak;
|
|
15
|
+
get al(): GridConditionalStylePropertyStylingType;
|
|
16
|
+
set al(a: GridConditionalStylePropertyStylingType);
|
|
16
17
|
private af;
|
|
17
18
|
get ah(): GridConditionalStyleBoundType;
|
|
18
19
|
set ah(a: GridConditionalStyleBoundType);
|
|
19
20
|
private ae;
|
|
20
21
|
get ag(): GridConditionalStyleBoundType;
|
|
21
22
|
set ag(a: GridConditionalStyleBoundType);
|
|
22
|
-
private
|
|
23
|
-
get
|
|
24
|
-
set
|
|
23
|
+
private br;
|
|
24
|
+
get cs(): string;
|
|
25
|
+
set cs(a: string);
|
|
25
26
|
private k;
|
|
26
27
|
get w(): IFilterExpression;
|
|
27
28
|
set w(a: IFilterExpression);
|
|
28
|
-
private
|
|
29
|
-
get
|
|
30
|
-
set
|
|
29
|
+
private bo;
|
|
30
|
+
get b5(): string;
|
|
31
|
+
set b5(a: string);
|
|
31
32
|
private g;
|
|
32
33
|
get s(): IFilterExpression;
|
|
33
34
|
set s(a: IFilterExpression);
|
|
34
35
|
private m;
|
|
35
36
|
get y(): IFilterExpression;
|
|
36
37
|
set y(a: IFilterExpression);
|
|
37
|
-
private
|
|
38
|
-
get
|
|
39
|
-
set
|
|
38
|
+
private bq;
|
|
39
|
+
get cn(): string;
|
|
40
|
+
set cn(a: string);
|
|
40
41
|
private i;
|
|
41
42
|
get u(): IFilterExpression;
|
|
42
43
|
set u(a: IFilterExpression);
|
|
43
44
|
private l;
|
|
44
45
|
get x(): IFilterExpression;
|
|
45
46
|
set x(a: IFilterExpression);
|
|
46
|
-
private
|
|
47
|
-
get
|
|
48
|
-
set
|
|
47
|
+
private bp;
|
|
48
|
+
get ch(): string;
|
|
49
|
+
set ch(a: string);
|
|
49
50
|
private h;
|
|
50
51
|
get t(): IFilterExpression;
|
|
51
52
|
set t(a: IFilterExpression);
|
|
52
53
|
private r;
|
|
53
54
|
get ad(): IFilterExpression;
|
|
54
55
|
set ad(a: IFilterExpression);
|
|
55
|
-
private
|
|
56
|
-
get
|
|
57
|
-
set
|
|
56
|
+
private bt;
|
|
57
|
+
get cz(): string;
|
|
58
|
+
set cz(a: string);
|
|
58
59
|
private j;
|
|
59
60
|
get v(): IFilterExpression;
|
|
60
61
|
set v(a: IFilterExpression);
|
|
61
|
-
private a7;
|
|
62
|
-
get bc(): any;
|
|
63
|
-
set bc(a: any);
|
|
64
|
-
private al;
|
|
65
|
-
get as(): boolean;
|
|
66
|
-
set as(a: boolean);
|
|
67
62
|
private a3;
|
|
68
|
-
get
|
|
69
|
-
set
|
|
70
|
-
private
|
|
71
|
-
get
|
|
72
|
-
set
|
|
73
|
-
private
|
|
74
|
-
get
|
|
75
|
-
set
|
|
76
|
-
private
|
|
77
|
-
get
|
|
78
|
-
set
|
|
63
|
+
get a7(): number;
|
|
64
|
+
set a7(a: number);
|
|
65
|
+
private bb;
|
|
66
|
+
get bc(): number;
|
|
67
|
+
set bc(a: number);
|
|
68
|
+
private an;
|
|
69
|
+
get ap(): boolean;
|
|
70
|
+
set ap(a: boolean);
|
|
71
|
+
private ax;
|
|
72
|
+
get a0(): Date;
|
|
73
|
+
set a0(a: Date);
|
|
74
|
+
private ai;
|
|
75
|
+
get aj(): GridConditionalStyleFontInfo;
|
|
76
|
+
set aj(a: GridConditionalStyleFontInfo);
|
|
77
|
+
private bg;
|
|
78
|
+
get bm(): any;
|
|
79
|
+
set bm(a: any);
|
|
80
|
+
private bs;
|
|
81
|
+
get cv(): string;
|
|
82
|
+
set cv(a: string);
|
|
83
|
+
private c5;
|
|
84
|
+
get c8(): Brush;
|
|
85
|
+
set c8(a: Brush);
|
|
86
|
+
private ao;
|
|
87
|
+
get aw(): boolean;
|
|
88
|
+
set aw(a: boolean);
|
|
89
|
+
private bd;
|
|
90
|
+
get bj(): any;
|
|
91
|
+
set bj(a: any);
|
|
92
|
+
private c7;
|
|
93
|
+
get da(): Brush;
|
|
94
|
+
set da(a: Brush);
|
|
95
|
+
private c6;
|
|
96
|
+
get c9(): Brush;
|
|
97
|
+
set c9(a: Brush);
|
|
98
|
+
private bf;
|
|
99
|
+
get bl(): any;
|
|
100
|
+
set bl(a: any);
|
|
101
|
+
private be;
|
|
102
|
+
get bk(): any;
|
|
103
|
+
set bk(a: any);
|
|
104
|
+
private bh;
|
|
105
|
+
get bn(): any;
|
|
106
|
+
set bn(a: any);
|
|
79
107
|
private a4;
|
|
80
|
-
get
|
|
81
|
-
set
|
|
108
|
+
get a8(): number;
|
|
109
|
+
set a8(a: number);
|
|
82
110
|
private a6;
|
|
83
|
-
get
|
|
84
|
-
set
|
|
85
|
-
private
|
|
86
|
-
get
|
|
87
|
-
set
|
|
88
|
-
private az;
|
|
89
|
-
get a2(): number;
|
|
90
|
-
set a2(a: number);
|
|
111
|
+
get ba(): number;
|
|
112
|
+
set ba(a: number);
|
|
113
|
+
private a5;
|
|
114
|
+
get a9(): number;
|
|
115
|
+
set a9(a: number);
|
|
91
116
|
private ay;
|
|
92
|
-
get a1():
|
|
93
|
-
set a1(a:
|
|
94
|
-
private
|
|
95
|
-
get
|
|
96
|
-
set
|
|
97
|
-
private au;
|
|
98
|
-
get aw(): Date;
|
|
99
|
-
set aw(a: Date);
|
|
117
|
+
get a1(): Date;
|
|
118
|
+
set a1(a: Date);
|
|
119
|
+
private az;
|
|
120
|
+
get a2(): Date;
|
|
121
|
+
set a2(a: Date);
|
|
100
122
|
private e;
|
|
101
123
|
get f(): BrushCollection;
|
|
102
124
|
set f(a: BrushCollection);
|
|
@@ -106,14 +128,14 @@ export declare class GridConditionalStyleProperty extends Base implements INotif
|
|
|
106
128
|
private a;
|
|
107
129
|
get c(): any[];
|
|
108
130
|
set c(a: any[]);
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
get
|
|
112
|
-
get
|
|
113
|
-
get
|
|
114
|
-
get
|
|
115
|
-
protected
|
|
116
|
-
protected
|
|
131
|
+
ar: boolean;
|
|
132
|
+
aq: boolean;
|
|
133
|
+
get av(): boolean;
|
|
134
|
+
get at(): boolean;
|
|
135
|
+
get as(): boolean;
|
|
136
|
+
get au(): boolean;
|
|
137
|
+
protected c3(a: string, b: any, c: any): void;
|
|
138
|
+
protected c4(a: string, b: any, c: any): void;
|
|
117
139
|
filterStringErrorsParsing: (sender: any, args: GridConditionFilterStringErrorsParsingEventArgs) => void;
|
|
118
140
|
private n;
|
|
119
141
|
private z;
|
|
@@ -124,4 +146,5 @@ export declare class GridConditionalStyleProperty extends Base implements INotif
|
|
|
124
146
|
private q;
|
|
125
147
|
private ac;
|
|
126
148
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
149
|
+
bi(a: Type): any;
|
|
127
150
|
}
|
|
@@ -1359,6 +1359,14 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
|
|
|
1359
1359
|
|
|
1360
1360
|
*/
|
|
1361
1361
|
loadLayout(json: string): void;
|
|
1362
|
+
registerIconFromText(iconCollection: string, iconName: string, iconText: string): void;
|
|
1363
|
+
getIconFromCache(iconCollection: string, iconName: string): string;
|
|
1364
|
+
registerMultiPathSVG(iconCollection: string, iconName: string, multiPathSVG: string[]): void;
|
|
1365
|
+
getMultiPathSVGFromCache(iconCollection: string, iconName: string): string[];
|
|
1366
|
+
registerIconFromDataURL(iconCollection: string, iconName: string, dataURL: string): void;
|
|
1367
|
+
getDataURLFromCache(iconCollection: string, iconName: string): string;
|
|
1368
|
+
registerIconSource(iconCollection: string, iconName: string, source: any): void;
|
|
1369
|
+
getIconSource(iconCollection: string, iconName: string): any;
|
|
1362
1370
|
private _filterExpressionsChanging;
|
|
1363
1371
|
get filterExpressionsChanging(): EventEmitter<{
|
|
1364
1372
|
sender: any;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { GridConditionalStylePropertyStylingType } from "./GridConditionalStylePropertyStylingType";
|
|
3
3
|
import { GridConditionalStyleBoundType } from "./GridConditionalStyleBoundType";
|
|
4
|
+
import { IgxGridConditionalStyleFontInfoComponent } from "./igx-grid-conditional-style-font-info-component";
|
|
4
5
|
import { IgxGridConditionFilterStringErrorsParsingEventArgs } from "./igx-grid-condition-filter-string-errors-parsing-event-args";
|
|
5
6
|
import { GridConditionalStyleProperty } from "./GridConditionalStyleProperty";
|
|
6
7
|
import { IFilterExpression } from "igniteui-angular-core";
|
|
@@ -53,8 +54,25 @@ export declare class IgxGridConditionalStylePropertyComponent implements OnInit
|
|
|
53
54
|
set sumInputValueExpressionString(v: string);
|
|
54
55
|
get actualSumInputValueExpression(): IFilterExpression;
|
|
55
56
|
set actualSumInputValueExpression(v: IFilterExpression);
|
|
56
|
-
get
|
|
57
|
-
set
|
|
57
|
+
get doubleValue(): number;
|
|
58
|
+
set doubleValue(v: number);
|
|
59
|
+
static ngAcceptInputType_doubleValue: number | string;
|
|
60
|
+
get intValue(): number;
|
|
61
|
+
set intValue(v: number);
|
|
62
|
+
static ngAcceptInputType_intValue: number | string;
|
|
63
|
+
get boolValue(): boolean;
|
|
64
|
+
set boolValue(v: boolean);
|
|
65
|
+
static ngAcceptInputType_boolValue: boolean | string;
|
|
66
|
+
get dateValue(): Date;
|
|
67
|
+
set dateValue(v: Date);
|
|
68
|
+
get fontValue(): IgxGridConditionalStyleFontInfoComponent;
|
|
69
|
+
set fontValue(v: IgxGridConditionalStyleFontInfoComponent);
|
|
70
|
+
get objectValue(): any;
|
|
71
|
+
set objectValue(v: any);
|
|
72
|
+
get stringValue(): string;
|
|
73
|
+
set stringValue(v: string);
|
|
74
|
+
get brushValue(): string;
|
|
75
|
+
set brushValue(v: string);
|
|
58
76
|
get shouldSetValue(): boolean;
|
|
59
77
|
set shouldSetValue(v: boolean);
|
|
60
78
|
static ngAcceptInputType_shouldSetValue: boolean | string;
|
|
@@ -99,5 +117,5 @@ export declare class IgxGridConditionalStylePropertyComponent implements OnInit
|
|
|
99
117
|
protected _zoneRunner: (act: () => void) => void;
|
|
100
118
|
protected _runInZone(act: () => void): void;
|
|
101
119
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxGridConditionalStylePropertyComponent, never>;
|
|
102
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgxGridConditionalStylePropertyComponent, "igx-grid-conditional-style-property", never, { "stylingType": "stylingType"; "minimumType": "minimumType"; "maximumType": "maximumType"; "propertyName": "propertyName"; "inputValueExpression": "inputValueExpression"; "inputValueExpressionString": "inputValueExpressionString"; "actualInputValueExpression": "actualInputValueExpression"; "minimumInputValueExpression": "minimumInputValueExpression"; "minimumInputValueExpressionString": "minimumInputValueExpressionString"; "actualMinimumInputValueExpression": "actualMinimumInputValueExpression"; "maximumInputValueExpression": "maximumInputValueExpression"; "maximumInputValueExpressionString": "maximumInputValueExpressionString"; "actualMaximumInputValueExpression": "actualMaximumInputValueExpression"; "sumInputValueExpression": "sumInputValueExpression"; "sumInputValueExpressionString": "sumInputValueExpressionString"; "actualSumInputValueExpression": "actualSumInputValueExpression"; "
|
|
120
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxGridConditionalStylePropertyComponent, "igx-grid-conditional-style-property", never, { "stylingType": "stylingType"; "minimumType": "minimumType"; "maximumType": "maximumType"; "propertyName": "propertyName"; "inputValueExpression": "inputValueExpression"; "inputValueExpressionString": "inputValueExpressionString"; "actualInputValueExpression": "actualInputValueExpression"; "minimumInputValueExpression": "minimumInputValueExpression"; "minimumInputValueExpressionString": "minimumInputValueExpressionString"; "actualMinimumInputValueExpression": "actualMinimumInputValueExpression"; "maximumInputValueExpression": "maximumInputValueExpression"; "maximumInputValueExpressionString": "maximumInputValueExpressionString"; "actualMaximumInputValueExpression": "actualMaximumInputValueExpression"; "sumInputValueExpression": "sumInputValueExpression"; "sumInputValueExpressionString": "sumInputValueExpressionString"; "actualSumInputValueExpression": "actualSumInputValueExpression"; "doubleValue": "doubleValue"; "intValue": "intValue"; "boolValue": "boolValue"; "dateValue": "dateValue"; "fontValue": "fontValue"; "objectValue": "objectValue"; "stringValue": "stringValue"; "brushValue": "brushValue"; "shouldSetValue": "shouldSetValue"; "minimumColor": "minimumColor"; "maximumColor": "maximumColor"; "minimumInputValue": "minimumInputValue"; "maximumInputValue": "maximumInputValue"; "sumInputValue": "sumInputValue"; "colorCollection": "colorCollection"; "valueCollection": "valueCollection"; }, { "filterStringErrorsParsing": "filterStringErrorsParsing"; }, never, never>;
|
|
103
121
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular-data-grids",
|
|
3
|
-
"version": "20.0.2-beta.
|
|
3
|
+
"version": "20.0.2-beta.3",
|
|
4
4
|
"description": "Ignite UI Angular data grid components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-angular-grids",
|
|
6
6
|
"keywords": [
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"@angular/common": "^20.0.0",
|
|
22
22
|
"@angular/compiler": "^20.0.0",
|
|
23
23
|
"@angular/core": "^20.0.0",
|
|
24
|
-
"igniteui-angular-core": "20.0.2-beta.
|
|
25
|
-
"igniteui-angular-layouts": "20.0.2-beta.
|
|
26
|
-
"igniteui-angular-inputs": "20.0.2-beta.
|
|
24
|
+
"igniteui-angular-core": "20.0.2-beta.3",
|
|
25
|
+
"igniteui-angular-layouts": "20.0.2-beta.3",
|
|
26
|
+
"igniteui-angular-inputs": "20.0.2-beta.3"
|
|
27
27
|
},
|
|
28
28
|
"sideEffects": false,
|
|
29
29
|
"typings": "igniteui-angular-data-grids.d.ts",
|