igniteui-angular-inputs 19.0.0 → 19.1.0-beta.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 +3805 -3574
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +74 -74
- package/esm2015/lib/ButtonView_combined.js +1890 -1834
- package/esm2015/lib/CalendarView_combined.js +322 -308
- package/esm2015/lib/CheckboxView_combined.js +25 -25
- package/esm2015/lib/DatePickerView_combined.js +6 -6
- package/esm2015/lib/IconViewType.js +11 -0
- package/esm2015/lib/IconView_combined.js +529 -451
- package/esm2015/lib/InputGroupView_combined.js +433 -404
- package/esm2015/lib/MultiSliderBridge.js +14 -14
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +43 -43
- package/esm2015/lib/RippleView_combined.js +2 -2
- package/esm2015/lib/XButtonBridge.js +39 -35
- package/esm2015/lib/XButtonGroupBridge.js +2 -2
- package/esm2015/lib/XCheckboxBridge.js +8 -8
- package/esm2015/lib/XComponentBridge.js +1 -1
- package/esm2015/lib/XIconBridge.js +25 -23
- package/esm2015/lib/XInputBridge.js +22 -22
- package/esm2015/lib/XPopupBridge.js +15 -5
- package/esm2015/lib/igx-x-button-component.js +396 -385
- package/esm2015/lib/igx-x-icon-component.js +63 -63
- package/esm2015/lib/igx-x-label-component.js +40 -40
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/ButtonGroupView_combined.js +74 -74
- package/esm5/lib/ButtonView_combined.js +1756 -1696
- package/esm5/lib/CalendarView_combined.js +322 -308
- package/esm5/lib/CheckboxView_combined.js +25 -25
- package/esm5/lib/DatePickerView_combined.js +6 -6
- package/esm5/lib/IconViewType.js +11 -0
- package/esm5/lib/IconView_combined.js +515 -429
- package/esm5/lib/InputGroupView_combined.js +426 -397
- package/esm5/lib/MultiSliderBridge.js +14 -14
- package/esm5/lib/NativeUIXInputsFactory_combined.js +43 -43
- package/esm5/lib/RippleView_combined.js +2 -2
- package/esm5/lib/XButtonBridge.js +39 -35
- package/esm5/lib/XButtonGroupBridge.js +2 -2
- package/esm5/lib/XCheckboxBridge.js +8 -8
- package/esm5/lib/XComponentBridge.js +1 -1
- package/esm5/lib/XIconBridge.js +25 -23
- package/esm5/lib/XInputBridge.js +22 -22
- package/esm5/lib/XPopupBridge.js +15 -5
- package/esm5/lib/igx-x-button-component.js +400 -385
- package/esm5/lib/igx-x-icon-component.js +63 -63
- package/esm5/lib/igx-x-label-component.js +40 -40
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-angular-inputs.js +3962 -3748
- package/fesm5/igniteui-angular-inputs.js +3806 -3576
- package/lib/ButtonView_combined.d.ts +513 -504
- package/lib/CalendarView_combined.d.ts +38 -35
- package/lib/IconViewType.d.ts +16 -0
- package/lib/IconView_combined.d.ts +139 -125
- package/lib/InputGroupView_combined.d.ts +103 -100
- package/lib/XPopupBridge.d.ts +1 -0
- package/lib/igx-x-button-component.d.ts +7 -1
- package/package.json +2 -2
- package/public_api.d.ts +1 -0
|
@@ -31,61 +31,64 @@ export declare class CalendarView extends Base {
|
|
|
31
31
|
private i;
|
|
32
32
|
private e;
|
|
33
33
|
private p;
|
|
34
|
+
private x;
|
|
34
35
|
private w;
|
|
35
36
|
constructor();
|
|
36
37
|
c: XCalendar;
|
|
37
38
|
k(): List$1<DomWrapper>;
|
|
38
39
|
l(): List$1<DomWrapper>;
|
|
39
|
-
|
|
40
|
+
ap(): void;
|
|
40
41
|
m: DomRenderer;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
private aa;
|
|
44
|
-
private ad;
|
|
45
|
-
private a4;
|
|
46
|
-
a8(): void;
|
|
42
|
+
ao(a: DomRenderer): void;
|
|
43
|
+
y(): string;
|
|
47
44
|
private ab;
|
|
45
|
+
private ae;
|
|
46
|
+
private a5;
|
|
47
|
+
a9(): void;
|
|
48
48
|
private ac;
|
|
49
|
+
private ad;
|
|
50
|
+
bd(): void;
|
|
51
|
+
private af;
|
|
52
|
+
a8(): void;
|
|
53
|
+
private a3;
|
|
49
54
|
bc(): void;
|
|
50
|
-
private
|
|
51
|
-
|
|
52
|
-
private a2;
|
|
53
|
-
bb(): void;
|
|
54
|
-
private av;
|
|
55
|
-
a3(): void;
|
|
56
|
-
private a0;
|
|
55
|
+
private aw;
|
|
56
|
+
a4(): void;
|
|
57
57
|
private a1;
|
|
58
|
-
private
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
58
|
+
private a2;
|
|
59
|
+
private ag;
|
|
60
|
+
at(a: any, b: XButton): void;
|
|
61
|
+
a0(a: string): void;
|
|
62
|
+
ax(a: any, b: XIcon): void;
|
|
63
|
+
az(): void;
|
|
64
|
+
au(a?: boolean, b?: boolean): void;
|
|
62
65
|
ay(): void;
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
ar(a?: boolean): void;
|
|
68
|
-
au(a?: boolean): void;
|
|
66
|
+
a7(): void;
|
|
67
|
+
a6(a: number, b?: boolean): void;
|
|
68
|
+
as(a?: boolean): void;
|
|
69
|
+
av(a?: boolean): void;
|
|
69
70
|
d(a: DomWrapper): boolean;
|
|
70
|
-
|
|
71
|
-
private
|
|
72
|
-
private
|
|
73
|
-
private a9;
|
|
71
|
+
ai(): void;
|
|
72
|
+
private ar;
|
|
73
|
+
private am;
|
|
74
74
|
private ba;
|
|
75
|
-
private
|
|
75
|
+
private bb;
|
|
76
76
|
private z;
|
|
77
|
+
private aa;
|
|
77
78
|
private v;
|
|
78
|
-
private
|
|
79
|
+
private aq;
|
|
80
|
+
private al;
|
|
79
81
|
private ak;
|
|
82
|
+
private bi;
|
|
83
|
+
private ah;
|
|
80
84
|
private aj;
|
|
81
|
-
private bf;
|
|
82
|
-
private ag;
|
|
83
|
-
private ai;
|
|
84
|
-
private bd;
|
|
85
85
|
private be;
|
|
86
|
+
private bh;
|
|
87
|
+
private bg;
|
|
88
|
+
private bf;
|
|
86
89
|
a(): number[];
|
|
87
90
|
b(a: DomWrapper): number[];
|
|
88
|
-
|
|
91
|
+
an(): void;
|
|
89
92
|
}
|
|
90
93
|
/**
|
|
91
94
|
* @hidden
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Type } from "igniteui-angular-core";
|
|
2
|
+
/**
|
|
3
|
+
* @hidden
|
|
4
|
+
*/
|
|
5
|
+
export declare const enum IconViewType {
|
|
6
|
+
SVG = 0,
|
|
7
|
+
SVGPath = 1,
|
|
8
|
+
SVGPaths = 2,
|
|
9
|
+
DataURL = 3,
|
|
10
|
+
Source = 4,
|
|
11
|
+
None = 5
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @hidden
|
|
15
|
+
*/
|
|
16
|
+
export declare let IconViewType_$type: Type;
|
|
@@ -7,6 +7,8 @@ import { FastIterationDictionary$2 } from "igniteui-angular-core";
|
|
|
7
7
|
import { Brush } from "igniteui-angular-core";
|
|
8
8
|
import { FontInfo } from "igniteui-angular-core";
|
|
9
9
|
import { PrimitiveVisualData } from "igniteui-angular-core";
|
|
10
|
+
import { DataTemplate } from "igniteui-angular-core";
|
|
11
|
+
import { IconViewType } from "./IconViewType";
|
|
10
12
|
import { IIcon } from "igniteui-angular-core";
|
|
11
13
|
import { BaseControlTheme } from "igniteui-angular-core";
|
|
12
14
|
import { BrushCollection } from "igniteui-angular-core";
|
|
@@ -19,7 +21,7 @@ export declare class IconView extends Base {
|
|
|
19
21
|
static $t: Type;
|
|
20
22
|
constructor();
|
|
21
23
|
d: XIcon;
|
|
22
|
-
|
|
24
|
+
am(): void;
|
|
23
25
|
l(): boolean;
|
|
24
26
|
v: DomRenderer;
|
|
25
27
|
private g;
|
|
@@ -35,22 +37,23 @@ export declare class IconView extends Base {
|
|
|
35
37
|
u: List$1<Tuple$2<SVGNode, any>>;
|
|
36
38
|
e: FastIterationDictionary$2<string, List$1<Tuple$2<SVGNode, any>>>;
|
|
37
39
|
f: FastIterationDictionary$2<string, List$1<Tuple$2<SVGNode, any>>>;
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
ak(a: DomRenderer): void;
|
|
41
|
+
ax(a: string): void;
|
|
42
|
+
ay(a: string[]): void;
|
|
43
|
+
aw(a: string): void;
|
|
42
44
|
private ab;
|
|
43
|
-
|
|
44
|
-
|
|
45
|
+
as(a: string): void;
|
|
46
|
+
av(a: any): void;
|
|
47
|
+
ah(): void;
|
|
45
48
|
private k;
|
|
46
|
-
|
|
47
|
-
|
|
49
|
+
au(): void;
|
|
50
|
+
a0(): void;
|
|
48
51
|
private n;
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
+
ao(a: Brush, b: string): void;
|
|
53
|
+
ap(a: any, b: Brush): void;
|
|
54
|
+
aq(a: any, b: Brush): void;
|
|
52
55
|
private ac;
|
|
53
|
-
|
|
56
|
+
an(): void;
|
|
54
57
|
private ad;
|
|
55
58
|
private ae;
|
|
56
59
|
private j;
|
|
@@ -58,16 +61,18 @@ export declare class IconView extends Base {
|
|
|
58
61
|
private x;
|
|
59
62
|
private w;
|
|
60
63
|
private p;
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
+
ai(): void;
|
|
65
|
+
al(): void;
|
|
66
|
+
az(a: FontInfo): void;
|
|
64
67
|
b(): number[];
|
|
65
|
-
private
|
|
68
|
+
private aj;
|
|
66
69
|
a(): PrimitiveVisualData[];
|
|
67
|
-
private
|
|
70
|
+
private ag;
|
|
68
71
|
private h;
|
|
69
|
-
private
|
|
72
|
+
private at;
|
|
70
73
|
private i;
|
|
74
|
+
ar(a: DataTemplate, b: any): void;
|
|
75
|
+
af(): void;
|
|
71
76
|
}
|
|
72
77
|
/**
|
|
73
78
|
* @hidden
|
|
@@ -79,146 +84,155 @@ export declare class XIcon extends Base implements INotifyPropertyChanged, IIcon
|
|
|
79
84
|
get view(): IconView;
|
|
80
85
|
set view(a: IconView);
|
|
81
86
|
destroy(): void;
|
|
82
|
-
protected
|
|
83
|
-
protected
|
|
84
|
-
private
|
|
85
|
-
protected get
|
|
86
|
-
private
|
|
87
|
-
private
|
|
88
|
-
private cg;
|
|
89
|
-
static c2: Brush;
|
|
90
|
-
static c7: Brush;
|
|
91
|
-
static c6: Brush;
|
|
92
|
-
static c3: Brush;
|
|
93
|
-
static c4: Brush;
|
|
94
|
-
static c5: Brush;
|
|
95
|
-
static ai: number;
|
|
96
|
-
static ah: number;
|
|
97
|
-
private j;
|
|
98
|
-
get k(): BaseControlTheme;
|
|
99
|
-
set k(a: BaseControlTheme);
|
|
100
|
-
private cm;
|
|
101
|
-
get cz(): Brush;
|
|
102
|
-
set cz(a: Brush);
|
|
103
|
-
private cn;
|
|
104
|
-
get c0(): Brush;
|
|
105
|
-
set c0(a: Brush);
|
|
106
|
-
private co;
|
|
107
|
-
get c1(): Brush;
|
|
108
|
-
set c1(a: Brush);
|
|
109
|
-
private w;
|
|
110
|
-
get ag(): number;
|
|
111
|
-
set ag(a: number);
|
|
112
|
-
private cp;
|
|
113
|
-
get fill(): Brush;
|
|
114
|
-
set fill(a: Brush);
|
|
115
|
-
private cx;
|
|
116
|
-
get df(): Brush;
|
|
117
|
-
set df(a: Brush);
|
|
118
|
-
private aa;
|
|
119
|
-
get am(): number;
|
|
120
|
-
set am(a: number);
|
|
121
|
-
private cy;
|
|
122
|
-
get dg(): Brush;
|
|
123
|
-
set dg(a: Brush);
|
|
87
|
+
protected cl(a: string, b: any, c: any): void;
|
|
88
|
+
protected co(a: string, b: any, c: any): void;
|
|
89
|
+
private cs;
|
|
90
|
+
protected get t(): boolean;
|
|
91
|
+
private cr;
|
|
92
|
+
private cf;
|
|
124
93
|
private cq;
|
|
94
|
+
private cn;
|
|
95
|
+
k: IconViewType;
|
|
96
|
+
private j;
|
|
97
|
+
static db: Brush;
|
|
98
|
+
static dg: Brush;
|
|
99
|
+
static df: Brush;
|
|
100
|
+
static dc: Brush;
|
|
101
|
+
static dd: Brush;
|
|
102
|
+
static de: Brush;
|
|
103
|
+
static ak: number;
|
|
104
|
+
static aj: number;
|
|
105
|
+
private l;
|
|
106
|
+
get m(): BaseControlTheme;
|
|
107
|
+
set m(a: BaseControlTheme);
|
|
108
|
+
private cv;
|
|
125
109
|
get c8(): Brush;
|
|
126
110
|
set c8(a: Brush);
|
|
127
|
-
private
|
|
111
|
+
private cw;
|
|
128
112
|
get c9(): Brush;
|
|
129
113
|
set c9(a: Brush);
|
|
130
|
-
private
|
|
131
|
-
get ak(): number;
|
|
132
|
-
set ak(a: number);
|
|
133
|
-
private cs;
|
|
114
|
+
private cx;
|
|
134
115
|
get da(): Brush;
|
|
135
116
|
set da(a: Brush);
|
|
117
|
+
private y;
|
|
118
|
+
get ai(): number;
|
|
119
|
+
set ai(a: number);
|
|
120
|
+
private cy;
|
|
121
|
+
get fill(): Brush;
|
|
122
|
+
set fill(a: Brush);
|
|
123
|
+
private c6;
|
|
124
|
+
get dp(): Brush;
|
|
125
|
+
set dp(a: Brush);
|
|
126
|
+
private ac;
|
|
127
|
+
get ao(): number;
|
|
128
|
+
set ao(a: number);
|
|
129
|
+
private c7;
|
|
130
|
+
get dq(): Brush;
|
|
131
|
+
set dq(a: Brush);
|
|
132
|
+
private cz;
|
|
133
|
+
get dh(): Brush;
|
|
134
|
+
set dh(a: Brush);
|
|
135
|
+
private c0;
|
|
136
|
+
get di(): Brush;
|
|
137
|
+
set di(a: Brush);
|
|
138
|
+
private aa;
|
|
139
|
+
get am(): number;
|
|
140
|
+
set am(a: number);
|
|
141
|
+
private c1;
|
|
142
|
+
get dj(): Brush;
|
|
143
|
+
set dj(a: Brush);
|
|
136
144
|
private c;
|
|
137
145
|
get e(): BrushCollection;
|
|
138
146
|
set e(a: BrushCollection);
|
|
139
147
|
private d;
|
|
140
148
|
get f(): BrushCollection;
|
|
141
149
|
set f(a: BrushCollection);
|
|
142
|
-
private
|
|
143
|
-
get
|
|
144
|
-
set
|
|
145
|
-
private
|
|
146
|
-
get
|
|
147
|
-
set
|
|
148
|
-
private
|
|
149
|
-
get
|
|
150
|
-
set
|
|
151
|
-
private
|
|
152
|
-
get
|
|
153
|
-
set
|
|
154
|
-
private
|
|
155
|
-
get
|
|
156
|
-
set
|
|
157
|
-
private
|
|
158
|
-
get
|
|
159
|
-
set
|
|
160
|
-
private
|
|
150
|
+
private c2;
|
|
151
|
+
get dk(): Brush;
|
|
152
|
+
set dk(a: Brush);
|
|
153
|
+
private c3;
|
|
154
|
+
get dl(): Brush;
|
|
155
|
+
set dl(a: Brush);
|
|
156
|
+
private c4;
|
|
157
|
+
get dm(): Brush;
|
|
158
|
+
set dm(a: Brush);
|
|
159
|
+
private c5;
|
|
160
|
+
get dn(): Brush;
|
|
161
|
+
set dn(a: Brush);
|
|
162
|
+
private ay;
|
|
163
|
+
get a1(): any;
|
|
164
|
+
set a1(a: any);
|
|
165
|
+
private a3;
|
|
166
|
+
get bg(): string;
|
|
167
|
+
set bg(a: string);
|
|
168
|
+
private a6;
|
|
161
169
|
get svgPath(): string;
|
|
162
170
|
set svgPath(a: string);
|
|
163
|
-
private
|
|
171
|
+
private a5;
|
|
164
172
|
get svg(): string;
|
|
165
173
|
set svg(a: string);
|
|
166
174
|
private a;
|
|
167
175
|
get b(): string[];
|
|
168
176
|
set b(a: string[]);
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
set bk(a: string);
|
|
178
|
-
private as;
|
|
177
|
+
private ct;
|
|
178
|
+
get cu(): DataTemplate;
|
|
179
|
+
set cu(a: DataTemplate);
|
|
180
|
+
private ax;
|
|
181
|
+
get az(): any;
|
|
182
|
+
set az(a: any);
|
|
183
|
+
cj(): void;
|
|
184
|
+
ck(): void;
|
|
179
185
|
private n;
|
|
180
|
-
get
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
private
|
|
184
|
-
get
|
|
185
|
-
set
|
|
186
|
+
get o(): FontInfo;
|
|
187
|
+
set o(a: FontInfo);
|
|
188
|
+
private static aw;
|
|
189
|
+
private a4;
|
|
190
|
+
get bq(): string;
|
|
191
|
+
set bq(a: string);
|
|
192
|
+
private au;
|
|
186
193
|
private p;
|
|
187
|
-
get
|
|
188
|
-
|
|
189
|
-
|
|
194
|
+
get s(): boolean;
|
|
195
|
+
get av(): number;
|
|
196
|
+
set av(a: number);
|
|
197
|
+
private a2;
|
|
198
|
+
get bb(): string;
|
|
199
|
+
set bb(a: string);
|
|
200
|
+
private r;
|
|
201
|
+
get v(): boolean;
|
|
202
|
+
set v(a: boolean);
|
|
203
|
+
private q;
|
|
190
204
|
get disabled(): boolean;
|
|
191
205
|
set disabled(a: boolean);
|
|
192
|
-
private z;
|
|
193
|
-
get al(): number;
|
|
194
|
-
set al(a: number);
|
|
195
|
-
private ac;
|
|
196
|
-
get ao(): number;
|
|
197
|
-
set ao(a: number);
|
|
198
|
-
private ad;
|
|
199
|
-
get ap(): number;
|
|
200
|
-
set ap(a: number);
|
|
201
|
-
private ae;
|
|
202
|
-
get aq(): number;
|
|
203
|
-
set aq(a: number);
|
|
204
206
|
private ab;
|
|
205
207
|
get an(): number;
|
|
206
208
|
set an(a: number);
|
|
209
|
+
private ae;
|
|
210
|
+
get aq(): number;
|
|
211
|
+
set aq(a: number);
|
|
207
212
|
private af;
|
|
208
213
|
get ar(): number;
|
|
209
214
|
set ar(a: number);
|
|
210
|
-
private
|
|
211
|
-
get
|
|
212
|
-
set
|
|
213
|
-
|
|
215
|
+
private ag;
|
|
216
|
+
get as(): number;
|
|
217
|
+
set as(a: number);
|
|
218
|
+
private ad;
|
|
219
|
+
get ap(): number;
|
|
220
|
+
set ap(a: number);
|
|
221
|
+
private ah;
|
|
222
|
+
get at(): number;
|
|
223
|
+
set at(a: number);
|
|
224
|
+
private z;
|
|
225
|
+
get al(): number;
|
|
226
|
+
set al(a: number);
|
|
227
|
+
cm(): void;
|
|
214
228
|
clicked: (sender: any, args: IconClickedEventArgs) => void;
|
|
215
229
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
216
230
|
onDetachedFromUI(): void;
|
|
217
231
|
onAttachedToUI(): void;
|
|
218
|
-
|
|
219
|
-
protected
|
|
220
|
-
|
|
221
|
-
|
|
232
|
+
x(): boolean;
|
|
233
|
+
protected w(): boolean;
|
|
234
|
+
a0(): any;
|
|
235
|
+
bi(): string;
|
|
222
236
|
g(): IconVisualModelExport;
|
|
223
237
|
provideContainer(a: DomRenderer): void;
|
|
224
238
|
}
|