igniteui-angular-inputs 20.1.0 → 20.2.0
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-inputs.umd.js +1322 -1128
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +1 -1
- package/esm2015/lib/ButtonGroupVisualModelExport.js +9 -1
- package/esm2015/lib/ButtonView_combined.js +315 -308
- package/esm2015/lib/CheckboxListVisualModelExport.js +43 -0
- package/esm2015/lib/CheckboxView_combined.js +179 -164
- package/esm2015/lib/CheckboxVisualModelExport.js +14 -6
- package/esm2015/lib/ColorEditorVisualModelExport.js +40 -0
- package/esm2015/lib/IconView_combined.js +27 -22
- package/esm2015/lib/InputGroupView_combined.js +274 -262
- package/esm2015/lib/InputGroupVisualModelExport.js +2 -2
- package/esm2015/lib/InputVisualModelExport.js +34 -32
- package/esm2015/lib/MultiSliderView_combined.js +2 -2
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +324 -299
- package/esm2015/lib/XButtonBridge.js +1 -1
- package/esm2015/lib/XButtonGroupBridge.js +7 -1
- package/esm2015/lib/XCheckboxBridge.js +2 -1
- package/esm2015/lib/XIconBridge.js +2 -1
- package/esm2015/lib/XInputBridge.js +11 -1
- package/esm2015/lib/igx-color-editor-component.js +49 -33
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/ButtonGroupView_combined.js +1 -1
- package/esm5/lib/ButtonGroupVisualModelExport.js +9 -1
- package/esm5/lib/ButtonView_combined.js +315 -308
- package/esm5/lib/CheckboxListVisualModelExport.js +45 -0
- package/esm5/lib/CheckboxView_combined.js +177 -162
- package/esm5/lib/CheckboxVisualModelExport.js +14 -6
- package/esm5/lib/ColorEditorVisualModelExport.js +42 -0
- package/esm5/lib/IconView_combined.js +32 -27
- package/esm5/lib/InputGroupView_combined.js +275 -263
- package/esm5/lib/InputGroupVisualModelExport.js +2 -2
- package/esm5/lib/InputVisualModelExport.js +34 -32
- package/esm5/lib/MultiSliderView_combined.js +2 -2
- package/esm5/lib/NativeUIXInputsFactory_combined.js +315 -290
- package/esm5/lib/XButtonBridge.js +1 -1
- package/esm5/lib/XButtonGroupBridge.js +7 -1
- package/esm5/lib/XCheckboxBridge.js +2 -1
- package/esm5/lib/XIconBridge.js +2 -1
- package/esm5/lib/XInputBridge.js +11 -1
- package/esm5/lib/igx-color-editor-component.js +49 -33
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-inputs.js +1328 -1136
- package/fesm5/igniteui-angular-inputs.js +1322 -1130
- package/lib/ButtonGroupVisualModelExport.d.ts +5 -1
- package/lib/ButtonView_combined.d.ts +42 -41
- package/lib/CheckboxListVisualModelExport.d.ts +18 -0
- package/lib/CheckboxView_combined.d.ts +30 -29
- package/lib/CheckboxVisualModelExport.d.ts +7 -3
- package/lib/ColorEditorVisualModelExport.d.ts +17 -0
- package/lib/IconView_combined.d.ts +2 -0
- package/lib/InputGroupView_combined.d.ts +57 -56
- package/lib/InputVisualModelExport.d.ts +14 -12
- package/lib/NativeUIXInputsFactory_combined.d.ts +90 -85
- package/lib/igx-color-editor-component.d.ts +10 -0
- package/package.json +2 -2
- package/public_api.d.ts +2 -0
|
@@ -9,6 +9,10 @@ import { ButtonVisualModelExport } from "./ButtonVisualModelExport";
|
|
|
9
9
|
*/
|
|
10
10
|
export declare class ButtonGroupVisualModelExport extends Base {
|
|
11
11
|
static $t: Type;
|
|
12
|
+
m: number;
|
|
13
|
+
n: number;
|
|
14
|
+
o: number;
|
|
15
|
+
l: number;
|
|
12
16
|
e: BaseControlTheme;
|
|
13
17
|
f: ControlDisplayDensity;
|
|
14
18
|
a: number[];
|
|
@@ -20,5 +24,5 @@ export declare class ButtonGroupVisualModelExport extends Base {
|
|
|
20
24
|
g: boolean;
|
|
21
25
|
h: boolean;
|
|
22
26
|
i: List$1<ButtonVisualModelExport>;
|
|
23
|
-
|
|
27
|
+
p(): string;
|
|
24
28
|
}
|
|
@@ -21,59 +21,60 @@ import { Theme } from "./Theme";
|
|
|
21
21
|
export declare class ButtonView extends Base {
|
|
22
22
|
static $t: Type;
|
|
23
23
|
constructor();
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
private
|
|
29
|
-
private
|
|
30
|
-
get
|
|
31
|
-
get
|
|
32
|
-
|
|
33
|
-
am(): void;
|
|
34
|
-
a0(): void;
|
|
35
|
-
au(): void;
|
|
36
|
-
aw(a: number): void;
|
|
37
|
-
av(a: number): void;
|
|
38
|
-
as(): void;
|
|
24
|
+
c: XButton;
|
|
25
|
+
ar(): void;
|
|
26
|
+
h(): boolean;
|
|
27
|
+
l: DomRenderer;
|
|
28
|
+
private e;
|
|
29
|
+
private i;
|
|
30
|
+
get r(): any;
|
|
31
|
+
get t(): any;
|
|
32
|
+
al(a: DomRenderer): void;
|
|
39
33
|
an(): void;
|
|
40
|
-
|
|
41
|
-
|
|
34
|
+
a1(): void;
|
|
35
|
+
av(): void;
|
|
36
|
+
ax(a: number): void;
|
|
37
|
+
aw(a: number): void;
|
|
38
|
+
at(): void;
|
|
42
39
|
ao(): void;
|
|
40
|
+
ak(): void;
|
|
41
|
+
ai(): void;
|
|
43
42
|
ap(): void;
|
|
44
|
-
|
|
45
|
-
ax(): void;
|
|
46
|
-
ar(): void;
|
|
47
|
-
private v;
|
|
48
|
-
private w;
|
|
43
|
+
aq(): void;
|
|
49
44
|
private u;
|
|
45
|
+
ay(): void;
|
|
46
|
+
as(): void;
|
|
47
|
+
private w;
|
|
50
48
|
private x;
|
|
49
|
+
private v;
|
|
51
50
|
private y;
|
|
52
|
-
private
|
|
53
|
-
private aa;
|
|
51
|
+
private z;
|
|
54
52
|
private ac;
|
|
53
|
+
private ab;
|
|
55
54
|
private ad;
|
|
55
|
+
private ae;
|
|
56
|
+
private g;
|
|
57
|
+
private aa;
|
|
58
|
+
ah(): void;
|
|
56
59
|
private f;
|
|
57
|
-
private
|
|
58
|
-
|
|
59
|
-
private e;
|
|
60
|
-
private n;
|
|
60
|
+
private o;
|
|
61
|
+
private k;
|
|
61
62
|
private j;
|
|
62
|
-
private i;
|
|
63
|
-
private l;
|
|
64
|
-
private c;
|
|
65
63
|
private m;
|
|
64
|
+
private d;
|
|
65
|
+
private n;
|
|
66
|
+
private q;
|
|
66
67
|
private p;
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
68
|
+
aj(): void;
|
|
69
|
+
am(): void;
|
|
70
|
+
au(): void;
|
|
71
|
+
az(a: Brush, b: Brush): void;
|
|
72
|
+
a0(a: number, b: ElevationMode): void;
|
|
73
|
+
a2(a: FontInfo): void;
|
|
74
|
+
af(a: any): void;
|
|
75
|
+
ag(): void;
|
|
76
|
+
s(): any;
|
|
77
|
+
b(): number[];
|
|
77
78
|
a(): number[];
|
|
78
79
|
}
|
|
79
80
|
/**
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-angular-core";
|
|
2
|
+
import { BaseControlTheme } from "igniteui-angular-core";
|
|
3
|
+
import { BrushAppearanceData } from "igniteui-angular-core";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class CheckboxListVisualModelExport extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
f: number;
|
|
10
|
+
g: number;
|
|
11
|
+
h: number;
|
|
12
|
+
e: number;
|
|
13
|
+
c: BaseControlTheme;
|
|
14
|
+
b: BrushAppearanceData;
|
|
15
|
+
a: BrushAppearanceData;
|
|
16
|
+
d: number;
|
|
17
|
+
i(): string;
|
|
18
|
+
}
|
|
@@ -17,44 +17,45 @@ import { Theme } from "./Theme";
|
|
|
17
17
|
export declare class CheckboxView extends Base {
|
|
18
18
|
static $t: Type;
|
|
19
19
|
constructor();
|
|
20
|
-
|
|
21
|
-
af(): void;
|
|
22
|
-
i(): boolean;
|
|
23
|
-
private l;
|
|
24
|
-
private f;
|
|
25
|
-
private j;
|
|
26
|
-
ad(a: DomRenderer): void;
|
|
27
|
-
private v;
|
|
28
|
-
aj(): void;
|
|
29
|
-
al(): Size;
|
|
30
|
-
ai(): void;
|
|
20
|
+
d: XCheckbox;
|
|
31
21
|
ag(): void;
|
|
22
|
+
j(): boolean;
|
|
23
|
+
private m;
|
|
24
|
+
private g;
|
|
25
|
+
private k;
|
|
26
|
+
ae(a: DomRenderer): void;
|
|
32
27
|
private w;
|
|
28
|
+
ak(): void;
|
|
29
|
+
am(): Size;
|
|
30
|
+
a(): number[];
|
|
31
|
+
aj(): void;
|
|
32
|
+
ah(): void;
|
|
33
|
+
private x;
|
|
34
|
+
private aa;
|
|
33
35
|
private z;
|
|
36
|
+
private i;
|
|
34
37
|
private y;
|
|
35
|
-
|
|
36
|
-
private x;
|
|
37
|
-
aa(): void;
|
|
38
|
-
a(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
|
|
38
|
+
ab(): void;
|
|
39
39
|
b(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
|
|
40
|
-
|
|
41
|
-
private
|
|
40
|
+
c(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
|
|
41
|
+
private ac;
|
|
42
|
+
private h;
|
|
43
|
+
private s;
|
|
44
|
+
private n;
|
|
42
45
|
private r;
|
|
43
|
-
|
|
44
|
-
private q;
|
|
46
|
+
get u(): any;
|
|
45
47
|
get t(): any;
|
|
46
|
-
get
|
|
47
|
-
get e(): XRipple;
|
|
48
|
-
private n;
|
|
48
|
+
get f(): XRipple;
|
|
49
49
|
private o;
|
|
50
|
-
get u(): any;
|
|
51
|
-
private d;
|
|
52
50
|
private p;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
51
|
+
get v(): any;
|
|
52
|
+
private e;
|
|
53
|
+
private q;
|
|
54
|
+
ad(): void;
|
|
55
|
+
af(): void;
|
|
56
|
+
ai(): void;
|
|
57
|
+
al(a: Brush, b: Brush): void;
|
|
58
|
+
l(): number;
|
|
58
59
|
}
|
|
59
60
|
/**
|
|
60
61
|
* @hidden
|
|
@@ -6,6 +6,10 @@ import { BrushAppearanceData } from "igniteui-angular-core";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare class CheckboxVisualModelExport extends Base {
|
|
8
8
|
static $t: Type;
|
|
9
|
+
r: number;
|
|
10
|
+
t: number;
|
|
11
|
+
u: number;
|
|
12
|
+
q: number;
|
|
9
13
|
f: BaseControlTheme;
|
|
10
14
|
d: BrushAppearanceData;
|
|
11
15
|
c: BrushAppearanceData;
|
|
@@ -14,15 +18,15 @@ export declare class CheckboxVisualModelExport extends Base {
|
|
|
14
18
|
o: number;
|
|
15
19
|
l: number;
|
|
16
20
|
p: number;
|
|
17
|
-
|
|
21
|
+
s: number;
|
|
18
22
|
n: number;
|
|
19
23
|
m: number;
|
|
20
24
|
a: BrushAppearanceData;
|
|
21
|
-
|
|
25
|
+
v: any;
|
|
22
26
|
j: boolean;
|
|
23
27
|
g: boolean;
|
|
24
28
|
h: boolean;
|
|
25
29
|
k: boolean;
|
|
26
30
|
i: boolean;
|
|
27
|
-
|
|
31
|
+
w(): string;
|
|
28
32
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-angular-core";
|
|
2
|
+
import { BaseControlTheme } from "igniteui-angular-core";
|
|
3
|
+
import { BrushAppearanceData } from "igniteui-angular-core";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class ColorEditorVisualModelExport extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
e: number;
|
|
10
|
+
f: number;
|
|
11
|
+
g: number;
|
|
12
|
+
d: number;
|
|
13
|
+
b: BaseControlTheme;
|
|
14
|
+
a: BrushAppearanceData;
|
|
15
|
+
c: boolean;
|
|
16
|
+
h(): string;
|
|
17
|
+
}
|
|
@@ -6,6 +6,7 @@ import { SVGNode } from "igniteui-angular-core";
|
|
|
6
6
|
import { FastIterationDictionary$2 } from "igniteui-angular-core";
|
|
7
7
|
import { Brush } from "igniteui-angular-core";
|
|
8
8
|
import { FontInfo } from "igniteui-angular-core";
|
|
9
|
+
import { Size } from "igniteui-angular-core";
|
|
9
10
|
import { PrimitiveVisualData } from "igniteui-angular-core";
|
|
10
11
|
import { DataTemplate } from "igniteui-angular-core";
|
|
11
12
|
import { IconViewType } from "./IconViewType";
|
|
@@ -65,6 +66,7 @@ export declare class IconView extends Base {
|
|
|
65
66
|
aj(): void;
|
|
66
67
|
am(): void;
|
|
67
68
|
a0(a: FontInfo): void;
|
|
69
|
+
a2(): Size;
|
|
68
70
|
b(): number[];
|
|
69
71
|
private ak;
|
|
70
72
|
a(): PrimitiveVisualData[];
|
|
@@ -183,72 +183,73 @@ export declare class LabelView extends Base {
|
|
|
183
183
|
export declare class InputView extends Base {
|
|
184
184
|
static $t: Type;
|
|
185
185
|
constructor();
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
private
|
|
191
|
-
private
|
|
192
|
-
get
|
|
193
|
-
get
|
|
194
|
-
get
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
186
|
+
c: XInput;
|
|
187
|
+
at(): void;
|
|
188
|
+
i(): boolean;
|
|
189
|
+
m: DomRenderer;
|
|
190
|
+
private d;
|
|
191
|
+
private k;
|
|
192
|
+
get r(): any;
|
|
193
|
+
get be(): Path;
|
|
194
|
+
get j(): boolean;
|
|
195
|
+
aq(a: DomRenderer): void;
|
|
196
|
+
a1(a: boolean): void;
|
|
197
|
+
az(a: boolean): void;
|
|
198
|
+
a6(a: HorizontalAlignment): void;
|
|
199
|
+
a5(a: boolean): void;
|
|
200
|
+
h: boolean;
|
|
201
|
+
private ac;
|
|
201
202
|
private ab;
|
|
202
|
-
private
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
203
|
+
private u;
|
|
204
|
+
ax(): void;
|
|
205
|
+
av(): void;
|
|
206
|
+
ba(): void;
|
|
207
|
+
private g;
|
|
206
208
|
a9(): void;
|
|
207
|
-
private
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
ax(a: string): void;
|
|
211
|
-
az(a: string): void;
|
|
212
|
-
private x;
|
|
213
|
-
private ae;
|
|
214
|
-
private ai;
|
|
215
|
-
private aj;
|
|
216
|
-
private bc;
|
|
209
|
+
private l;
|
|
210
|
+
ay(a: string): void;
|
|
211
|
+
a0(a: string): void;
|
|
217
212
|
private y;
|
|
218
|
-
private z;
|
|
219
213
|
private af;
|
|
220
|
-
private
|
|
221
|
-
private ag;
|
|
214
|
+
private aj;
|
|
222
215
|
private ak;
|
|
223
|
-
private
|
|
216
|
+
private bd;
|
|
217
|
+
private z;
|
|
218
|
+
private aa;
|
|
219
|
+
private ag;
|
|
220
|
+
private ai;
|
|
221
|
+
private ah;
|
|
222
|
+
private al;
|
|
224
223
|
private ad;
|
|
225
|
-
private
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
a7(): void;
|
|
230
|
-
p(): number;
|
|
231
|
-
o(): number;
|
|
232
|
-
a3(a: number): void;
|
|
233
|
-
a1(a: number): void;
|
|
234
|
-
at(): void;
|
|
224
|
+
private ae;
|
|
225
|
+
private s;
|
|
226
|
+
bb(a: string): void;
|
|
227
|
+
t(): string;
|
|
235
228
|
private v;
|
|
229
|
+
a8(): void;
|
|
230
|
+
q(): number;
|
|
231
|
+
p(): number;
|
|
232
|
+
a4(a: number): void;
|
|
233
|
+
a2(a: number): void;
|
|
234
|
+
au(): void;
|
|
236
235
|
private w;
|
|
237
|
-
private
|
|
238
|
-
private
|
|
236
|
+
private x;
|
|
237
|
+
private e;
|
|
239
238
|
private n;
|
|
240
|
-
|
|
241
|
-
aq(): void;
|
|
242
|
-
bb(a: FontInfo): void;
|
|
243
|
-
a6(): void;
|
|
239
|
+
private o;
|
|
244
240
|
ao(): void;
|
|
245
|
-
ar(
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
241
|
+
ar(): void;
|
|
242
|
+
bc(a: FontInfo): void;
|
|
243
|
+
a7(): void;
|
|
244
|
+
ap(): void;
|
|
245
|
+
as(a: boolean): void;
|
|
246
|
+
aw(): void;
|
|
247
|
+
a3(a: number, b: number): void;
|
|
248
|
+
am(): void;
|
|
249
|
+
b(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
|
|
250
|
+
private static f;
|
|
251
|
+
private an;
|
|
252
|
+
a(): number[];
|
|
252
253
|
}
|
|
253
254
|
/**
|
|
254
255
|
* @hidden
|
|
@@ -7,24 +7,26 @@ import { BrushAppearanceData } from "igniteui-angular-core";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class InputVisualModelExport extends Base {
|
|
9
9
|
static $t: Type;
|
|
10
|
-
|
|
10
|
+
i: number;
|
|
11
|
+
g: number;
|
|
12
|
+
j: number;
|
|
11
13
|
f: number;
|
|
12
14
|
b: InputShiftType;
|
|
13
15
|
c: ControlDisplayDensity;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
+
l: string;
|
|
17
|
+
o: string;
|
|
16
18
|
d: boolean;
|
|
17
19
|
a: BrushAppearanceData;
|
|
18
|
-
q: string;
|
|
19
|
-
r: string;
|
|
20
20
|
s: string;
|
|
21
|
-
g: number;
|
|
22
|
-
o: string;
|
|
23
|
-
p: string;
|
|
24
|
-
i: string;
|
|
25
|
-
l: string;
|
|
26
|
-
e: boolean;
|
|
27
21
|
t: string;
|
|
22
|
+
u: string;
|
|
23
|
+
h: number;
|
|
24
|
+
q: string;
|
|
25
|
+
r: string;
|
|
28
26
|
k: string;
|
|
29
|
-
n
|
|
27
|
+
n: string;
|
|
28
|
+
e: boolean;
|
|
29
|
+
v: string;
|
|
30
|
+
m: string;
|
|
31
|
+
p(): string;
|
|
30
32
|
}
|
|
@@ -9,11 +9,12 @@ import { NativeUIBuiltInEvents } from "igniteui-angular-core";
|
|
|
9
9
|
import { ColorEditorPanelSelectedValueChangedEventArgs } from "./ColorEditorPanelSelectedValueChangedEventArgs";
|
|
10
10
|
import { NativeUIBuiltInProperties } from "igniteui-angular-core";
|
|
11
11
|
import { Brush } from "igniteui-angular-core";
|
|
12
|
+
import { ColorEditorVisualModelExport } from "./ColorEditorVisualModelExport";
|
|
13
|
+
import { Rect } from "igniteui-angular-core";
|
|
12
14
|
import { Size } from "igniteui-angular-core";
|
|
13
15
|
import { NativeUIGrid } from "igniteui-angular-core";
|
|
14
16
|
import { NativeUIContent } from "igniteui-angular-core";
|
|
15
17
|
import { FontInfo } from "igniteui-angular-core";
|
|
16
|
-
import { Rect } from "igniteui-angular-core";
|
|
17
18
|
import { IExecutionContext } from "igniteui-angular-core";
|
|
18
19
|
import { ControlDisplayDensity } from "igniteui-angular-core";
|
|
19
20
|
import { BaseControlTheme } from "igniteui-angular-core";
|
|
@@ -60,6 +61,7 @@ export declare class ColorEditorBridge extends XComponentBridge {
|
|
|
60
61
|
getValue(a: any, b: NativeUIBuiltInProperties): any;
|
|
61
62
|
removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
62
63
|
setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
|
|
64
|
+
exportVisualData(a: any): any;
|
|
63
65
|
}
|
|
64
66
|
/**
|
|
65
67
|
* @hidden
|
|
@@ -176,120 +178,123 @@ export declare class ColorEditorView extends Base {
|
|
|
176
178
|
*/
|
|
177
179
|
export declare class ColorEditor extends Base implements INotifyPropertyChanged {
|
|
178
180
|
static $t: Type;
|
|
179
|
-
|
|
180
|
-
private static readonly
|
|
181
|
+
h: ColorEditorView;
|
|
182
|
+
private static readonly a8;
|
|
183
|
+
private s;
|
|
181
184
|
private r;
|
|
182
|
-
private
|
|
183
|
-
private d;
|
|
184
|
-
private v;
|
|
185
|
-
private af;
|
|
186
|
-
private ad;
|
|
187
|
-
private cj;
|
|
185
|
+
private e;
|
|
188
186
|
private w;
|
|
187
|
+
private ag;
|
|
188
|
+
private ae;
|
|
189
|
+
private cm;
|
|
190
|
+
private x;
|
|
189
191
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
190
192
|
constructor();
|
|
191
193
|
onAttachedToUI(): void;
|
|
192
194
|
onDetachedFromUI(): void;
|
|
193
195
|
valueChanged: (sender: any, args: ColorEditorPanelSelectedValueChangedEventArgs) => void;
|
|
194
196
|
valueChanging: (sender: any, args: ColorEditorPanelSelectedValueChangedEventArgs) => void;
|
|
195
|
-
|
|
197
|
+
b4(a: Brush, b: Brush): void;
|
|
196
198
|
notifySizeChanged(): void;
|
|
197
199
|
destroy(): void;
|
|
198
200
|
provideContainer(a: DomRenderer): void;
|
|
199
|
-
private
|
|
200
|
-
private get
|
|
201
|
+
private t;
|
|
202
|
+
private get u();
|
|
201
203
|
a: IExecutionContext;
|
|
202
|
-
private
|
|
204
|
+
private co;
|
|
203
205
|
get value(): Brush;
|
|
204
206
|
set value(a: Brush);
|
|
205
|
-
private
|
|
206
|
-
get
|
|
207
|
-
set
|
|
208
|
-
private
|
|
209
|
-
get
|
|
210
|
-
set
|
|
211
|
-
private static
|
|
212
|
-
private l;
|
|
213
|
-
get o(): FontInfo;
|
|
214
|
-
set o(a: FontInfo);
|
|
215
|
-
private j;
|
|
216
|
-
get k(): ControlDisplayDensity;
|
|
217
|
-
set k(a: ControlDisplayDensity);
|
|
218
|
-
private h;
|
|
219
|
-
get i(): BaseControlTheme;
|
|
220
|
-
set i(a: BaseControlTheme);
|
|
207
|
+
private at;
|
|
208
|
+
get a2(): string;
|
|
209
|
+
set a2(a: string);
|
|
210
|
+
private cl;
|
|
211
|
+
get cq(): Brush;
|
|
212
|
+
set cq(a: Brush);
|
|
213
|
+
private static o;
|
|
221
214
|
private m;
|
|
222
215
|
get p(): FontInfo;
|
|
223
216
|
set p(a: FontInfo);
|
|
217
|
+
private k;
|
|
218
|
+
get l(): ControlDisplayDensity;
|
|
219
|
+
set l(a: ControlDisplayDensity);
|
|
220
|
+
private i;
|
|
221
|
+
get j(): BaseControlTheme;
|
|
222
|
+
set j(a: BaseControlTheme);
|
|
223
|
+
private n;
|
|
224
|
+
get q(): FontInfo;
|
|
225
|
+
set q(a: FontInfo);
|
|
226
|
+
private cn;
|
|
227
|
+
get cr(): Brush;
|
|
228
|
+
set cr(a: Brush);
|
|
224
229
|
private ck;
|
|
225
|
-
get
|
|
226
|
-
set
|
|
227
|
-
private
|
|
228
|
-
get
|
|
229
|
-
set
|
|
230
|
-
private
|
|
231
|
-
get am(): boolean;
|
|
232
|
-
set am(a: boolean);
|
|
233
|
-
private u;
|
|
234
|
-
get ag(): boolean;
|
|
235
|
-
set ag(a: boolean);
|
|
236
|
-
private ab;
|
|
237
|
-
get ak(): boolean;
|
|
238
|
-
set ak(a: boolean);
|
|
239
|
-
private x;
|
|
230
|
+
get cp(): Brush;
|
|
231
|
+
set cp(a: Brush);
|
|
232
|
+
private ad;
|
|
233
|
+
get an(): boolean;
|
|
234
|
+
set an(a: boolean);
|
|
235
|
+
private v;
|
|
240
236
|
get ah(): boolean;
|
|
241
237
|
set ah(a: boolean);
|
|
242
|
-
private
|
|
243
|
-
get
|
|
244
|
-
set
|
|
238
|
+
private ac;
|
|
239
|
+
get al(): boolean;
|
|
240
|
+
set al(a: boolean);
|
|
245
241
|
private y;
|
|
246
242
|
get ai(): boolean;
|
|
247
243
|
set ai(a: boolean);
|
|
248
|
-
private
|
|
244
|
+
private aq;
|
|
245
|
+
get ar(): number;
|
|
246
|
+
set ar(a: number);
|
|
247
|
+
private z;
|
|
249
248
|
get aj(): boolean;
|
|
250
249
|
set aj(a: boolean);
|
|
251
|
-
private
|
|
252
|
-
get
|
|
253
|
-
set
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
250
|
+
private ab;
|
|
251
|
+
get ak(): boolean;
|
|
252
|
+
set ak(a: boolean);
|
|
253
|
+
private af;
|
|
254
|
+
get ao(): boolean;
|
|
255
|
+
set ao(a: boolean);
|
|
256
|
+
protected b3(a: string, b: any, c: any): void;
|
|
257
|
+
protected b9(a: string, b: any, c: any): void;
|
|
258
|
+
private am;
|
|
259
|
+
private cj;
|
|
260
|
+
private ch;
|
|
261
|
+
private ci;
|
|
262
|
+
bh(): void;
|
|
263
|
+
private aa;
|
|
264
|
+
b1(): void;
|
|
265
|
+
b2(): void;
|
|
266
|
+
br(): void;
|
|
267
|
+
bv(): void;
|
|
268
|
+
private b6;
|
|
269
|
+
private b7;
|
|
270
|
+
bj(): void;
|
|
271
|
+
private bg;
|
|
272
|
+
private bf;
|
|
273
|
+
private b0;
|
|
274
|
+
private by;
|
|
259
275
|
private cf;
|
|
260
|
-
|
|
261
|
-
private
|
|
262
|
-
|
|
263
|
-
|
|
276
|
+
private bm;
|
|
277
|
+
private b5;
|
|
278
|
+
private bl;
|
|
279
|
+
cg(): void;
|
|
280
|
+
b8(): void;
|
|
281
|
+
private ce;
|
|
282
|
+
bi(): void;
|
|
283
|
+
focus(a?: boolean): void;
|
|
284
|
+
bp(): void;
|
|
285
|
+
cb(): void;
|
|
264
286
|
bo(): void;
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
private
|
|
268
|
-
bg(): void;
|
|
269
|
-
private bd;
|
|
270
|
-
private bc;
|
|
271
|
-
private bx;
|
|
272
|
-
private bv;
|
|
287
|
+
bt(): void;
|
|
288
|
+
bu(): void;
|
|
289
|
+
private cd;
|
|
273
290
|
private cc;
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
cd(): void;
|
|
278
|
-
b5(): void;
|
|
279
|
-
private cb;
|
|
280
|
-
bf(): void;
|
|
281
|
-
focus(a?: boolean): void;
|
|
282
|
-
bm(): void;
|
|
283
|
-
b8(): void;
|
|
284
|
-
bl(): void;
|
|
285
|
-
bq(): void;
|
|
286
|
-
br(): void;
|
|
287
|
-
private ca;
|
|
288
|
-
private b9;
|
|
291
|
+
as(): any;
|
|
292
|
+
ay(): string;
|
|
293
|
+
b(): ColorEditorVisualModelExport;
|
|
289
294
|
gotFocus: (sender: any, args: ColorEditorGotFocusEventArgs) => void;
|
|
290
295
|
lostFocus: (sender: any, args: ColorEditorLostFocusEventArgs) => void;
|
|
291
|
-
|
|
292
|
-
|
|
296
|
+
bx(a: ColorEditorGotFocusEventArgs): void;
|
|
297
|
+
bz(a: ColorEditorLostFocusEventArgs): void;
|
|
293
298
|
}
|
|
294
299
|
/**
|
|
295
300
|
* @hidden
|
|
@@ -128,6 +128,16 @@ export declare class IgxColorEditorComponent implements AfterViewInit {
|
|
|
128
128
|
protected _inStyling: boolean;
|
|
129
129
|
protected _styling(container: any, component: any, parent?: any): void;
|
|
130
130
|
select(): void;
|
|
131
|
+
/**
|
|
132
|
+
* Exports visual information about the current state of the color editor.
|
|
133
|
+
|
|
134
|
+
*/
|
|
135
|
+
exportVisualModel(): any;
|
|
136
|
+
/**
|
|
137
|
+
* Returns a serialized copy of the exported visual model
|
|
138
|
+
|
|
139
|
+
*/
|
|
140
|
+
exportSerializedVisualModel(): string;
|
|
131
141
|
private _valueChanged;
|
|
132
142
|
/**
|
|
133
143
|
* Called when color is selected.
|