igniteui-angular-inputs 20.0.1-beta.0 → 20.0.2-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 +640 -467
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/IconView_combined.js +510 -413
- package/esm2015/lib/MultiSliderView_combined.js +2 -2
- package/esm2015/lib/XIconBridge.js +19 -19
- package/esm2015/lib/XInputBridge.js +2 -2
- package/esm2015/lib/XPopupBridge.js +1 -1
- package/esm2015/lib/igx-x-icon-component.js +101 -57
- package/esm5/lib/IconView_combined.js +499 -386
- package/esm5/lib/MultiSliderView_combined.js +2 -2
- package/esm5/lib/XIconBridge.js +19 -19
- package/esm5/lib/XInputBridge.js +2 -2
- package/esm5/lib/XPopupBridge.js +1 -1
- package/esm5/lib/igx-x-icon-component.js +117 -57
- package/fesm2015/igniteui-angular-inputs.js +635 -494
- package/fesm5/igniteui-angular-inputs.js +640 -467
- package/lib/IconView_combined.d.ts +145 -127
- package/lib/igx-x-icon-component.d.ts +25 -1
- package/package.json +2 -2
|
@@ -21,13 +21,13 @@ export declare class IconView extends Base {
|
|
|
21
21
|
static $t: Type;
|
|
22
22
|
constructor();
|
|
23
23
|
d: XIcon;
|
|
24
|
-
|
|
24
|
+
an(): void;
|
|
25
25
|
l(): boolean;
|
|
26
26
|
v: DomRenderer;
|
|
27
27
|
private g;
|
|
28
28
|
private o;
|
|
29
|
-
get z(): any;
|
|
30
29
|
get aa(): any;
|
|
30
|
+
get ab(): any;
|
|
31
31
|
get c(): any[];
|
|
32
32
|
get m(): boolean;
|
|
33
33
|
q: List$1<Tuple$2<SVGNode, any>>;
|
|
@@ -37,42 +37,43 @@ export declare class IconView extends Base {
|
|
|
37
37
|
u: List$1<Tuple$2<SVGNode, any>>;
|
|
38
38
|
e: FastIterationDictionary$2<string, List$1<Tuple$2<SVGNode, any>>>;
|
|
39
39
|
f: FastIterationDictionary$2<string, List$1<Tuple$2<SVGNode, any>>>;
|
|
40
|
-
|
|
40
|
+
al(a: DomRenderer): void;
|
|
41
|
+
ay(a: string): void;
|
|
42
|
+
az(a: string[]): void;
|
|
41
43
|
ax(a: string): void;
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
av(a: any): void;
|
|
47
|
-
ah(): void;
|
|
44
|
+
private ac;
|
|
45
|
+
at(a: string): void;
|
|
46
|
+
aw(a: any): void;
|
|
47
|
+
ai(): void;
|
|
48
48
|
private k;
|
|
49
|
-
|
|
50
|
-
|
|
49
|
+
av(): void;
|
|
50
|
+
a1(): void;
|
|
51
51
|
private n;
|
|
52
|
-
|
|
53
|
-
ap(a: any, b: Brush): void;
|
|
52
|
+
ap(a: Brush, b: string): void;
|
|
54
53
|
aq(a: any, b: Brush): void;
|
|
55
|
-
|
|
56
|
-
an(): void;
|
|
54
|
+
ar(a: any, b: Brush): void;
|
|
57
55
|
private ad;
|
|
56
|
+
ao(): void;
|
|
58
57
|
private ae;
|
|
58
|
+
private af;
|
|
59
59
|
private j;
|
|
60
60
|
private y;
|
|
61
61
|
private x;
|
|
62
|
+
private z;
|
|
62
63
|
private w;
|
|
63
64
|
private p;
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
65
|
+
aj(): void;
|
|
66
|
+
am(): void;
|
|
67
|
+
a0(a: FontInfo): void;
|
|
67
68
|
b(): number[];
|
|
68
|
-
private
|
|
69
|
+
private ak;
|
|
69
70
|
a(): PrimitiveVisualData[];
|
|
70
|
-
private
|
|
71
|
+
private ah;
|
|
71
72
|
private h;
|
|
72
|
-
private
|
|
73
|
+
private au;
|
|
73
74
|
private i;
|
|
74
|
-
|
|
75
|
-
|
|
75
|
+
as(a: DataTemplate, b: any): void;
|
|
76
|
+
ag(): void;
|
|
76
77
|
}
|
|
77
78
|
/**
|
|
78
79
|
* @hidden
|
|
@@ -84,155 +85,172 @@ export declare class XIcon extends Base implements INotifyPropertyChanged, IIcon
|
|
|
84
85
|
get view(): IconView;
|
|
85
86
|
set view(a: IconView);
|
|
86
87
|
destroy(): void;
|
|
87
|
-
protected
|
|
88
|
-
protected
|
|
89
|
-
private
|
|
88
|
+
protected c5(a: string, b: any, c: any): void;
|
|
89
|
+
protected c8(a: string, b: any, c: any): void;
|
|
90
|
+
private dc;
|
|
90
91
|
protected get t(): boolean;
|
|
91
|
-
private
|
|
92
|
-
private
|
|
93
|
-
private
|
|
94
|
-
private
|
|
92
|
+
private db;
|
|
93
|
+
private cz;
|
|
94
|
+
private da;
|
|
95
|
+
private c7;
|
|
95
96
|
k: IconViewType;
|
|
96
97
|
private j;
|
|
97
|
-
static
|
|
98
|
-
static
|
|
99
|
-
static
|
|
100
|
-
static
|
|
101
|
-
static
|
|
102
|
-
static
|
|
103
|
-
static
|
|
104
|
-
static
|
|
98
|
+
static dx: Brush;
|
|
99
|
+
static d2: Brush;
|
|
100
|
+
static d1: Brush;
|
|
101
|
+
static dy: Brush;
|
|
102
|
+
static dz: Brush;
|
|
103
|
+
static d0: Brush;
|
|
104
|
+
static aw: number;
|
|
105
|
+
static av: number;
|
|
105
106
|
private l;
|
|
106
107
|
get m(): BaseControlTheme;
|
|
107
108
|
set m(a: BaseControlTheme);
|
|
108
|
-
private
|
|
109
|
-
get
|
|
110
|
-
set
|
|
111
|
-
private
|
|
112
|
-
get
|
|
113
|
-
set
|
|
114
|
-
private
|
|
115
|
-
get
|
|
116
|
-
set
|
|
109
|
+
private dg;
|
|
110
|
+
get du(): Brush;
|
|
111
|
+
set du(a: Brush);
|
|
112
|
+
private dh;
|
|
113
|
+
get dv(): Brush;
|
|
114
|
+
set dv(a: Brush);
|
|
115
|
+
private di;
|
|
116
|
+
get dw(): Brush;
|
|
117
|
+
set dw(a: Brush);
|
|
117
118
|
private y;
|
|
118
|
-
get
|
|
119
|
-
set
|
|
120
|
-
private
|
|
119
|
+
get aq(): number;
|
|
120
|
+
set aq(a: number);
|
|
121
|
+
private dj;
|
|
121
122
|
get fill(): Brush;
|
|
122
123
|
set fill(a: Brush);
|
|
123
|
-
private
|
|
124
|
-
get
|
|
125
|
-
set
|
|
126
|
-
private
|
|
127
|
-
get
|
|
128
|
-
set
|
|
129
|
-
private
|
|
130
|
-
get
|
|
131
|
-
set
|
|
132
|
-
private
|
|
133
|
-
get
|
|
134
|
-
set
|
|
135
|
-
private
|
|
136
|
-
get
|
|
137
|
-
set
|
|
138
|
-
private
|
|
139
|
-
get
|
|
140
|
-
set
|
|
141
|
-
private
|
|
142
|
-
get
|
|
143
|
-
set
|
|
124
|
+
private ds;
|
|
125
|
+
get ea(): Brush;
|
|
126
|
+
set ea(a: Brush);
|
|
127
|
+
private ak;
|
|
128
|
+
get a4(): number;
|
|
129
|
+
set a4(a: number);
|
|
130
|
+
private dt;
|
|
131
|
+
get eb(): Brush;
|
|
132
|
+
set eb(a: Brush);
|
|
133
|
+
private dk;
|
|
134
|
+
get d3(): Brush;
|
|
135
|
+
set d3(a: Brush);
|
|
136
|
+
private dl;
|
|
137
|
+
get d4(): Brush;
|
|
138
|
+
set d4(a: Brush);
|
|
139
|
+
private ae;
|
|
140
|
+
get a2(): number;
|
|
141
|
+
set a2(a: number);
|
|
142
|
+
private dm;
|
|
143
|
+
get d5(): Brush;
|
|
144
|
+
set d5(a: Brush);
|
|
144
145
|
private c;
|
|
145
146
|
get e(): BrushCollection;
|
|
146
147
|
set e(a: BrushCollection);
|
|
147
148
|
private d;
|
|
148
149
|
get f(): BrushCollection;
|
|
149
150
|
set f(a: BrushCollection);
|
|
150
|
-
private
|
|
151
|
-
get
|
|
152
|
-
set
|
|
153
|
-
private
|
|
154
|
-
get
|
|
155
|
-
set
|
|
156
|
-
private
|
|
157
|
-
get
|
|
158
|
-
set
|
|
159
|
-
private
|
|
160
|
-
get
|
|
161
|
-
set
|
|
162
|
-
private
|
|
163
|
-
get
|
|
164
|
-
set
|
|
165
|
-
private
|
|
166
|
-
get
|
|
167
|
-
set
|
|
168
|
-
private
|
|
151
|
+
private dn;
|
|
152
|
+
get d6(): Brush;
|
|
153
|
+
set d6(a: Brush);
|
|
154
|
+
private dp;
|
|
155
|
+
get d7(): Brush;
|
|
156
|
+
set d7(a: Brush);
|
|
157
|
+
private dq;
|
|
158
|
+
get d8(): Brush;
|
|
159
|
+
set d8(a: Brush);
|
|
160
|
+
private dr;
|
|
161
|
+
get d9(): Brush;
|
|
162
|
+
set d9(a: Brush);
|
|
163
|
+
private be;
|
|
164
|
+
get bh(): any;
|
|
165
|
+
set bh(a: any);
|
|
166
|
+
private bj;
|
|
167
|
+
get b0(): string;
|
|
168
|
+
set b0(a: string);
|
|
169
|
+
private bm;
|
|
169
170
|
get svgPath(): string;
|
|
170
171
|
set svgPath(a: string);
|
|
171
|
-
private
|
|
172
|
+
private bl;
|
|
172
173
|
get svg(): string;
|
|
173
174
|
set svg(a: string);
|
|
174
175
|
private a;
|
|
175
176
|
get b(): string[];
|
|
176
177
|
set b(a: string[]);
|
|
177
|
-
private
|
|
178
|
-
get
|
|
179
|
-
set
|
|
180
|
-
private
|
|
181
|
-
get
|
|
182
|
-
set
|
|
183
|
-
|
|
184
|
-
|
|
178
|
+
private de;
|
|
179
|
+
get df(): DataTemplate;
|
|
180
|
+
set df(a: DataTemplate);
|
|
181
|
+
private bd;
|
|
182
|
+
get bf(): any;
|
|
183
|
+
set bf(a: any);
|
|
184
|
+
c3(): void;
|
|
185
|
+
c4(): void;
|
|
185
186
|
private n;
|
|
186
187
|
get o(): FontInfo;
|
|
187
188
|
set o(a: FontInfo);
|
|
188
|
-
private static
|
|
189
|
-
private
|
|
190
|
-
get
|
|
191
|
-
set
|
|
192
|
-
private
|
|
189
|
+
private static bc;
|
|
190
|
+
private bk;
|
|
191
|
+
get ca(): string;
|
|
192
|
+
set ca(a: string);
|
|
193
|
+
private ba;
|
|
193
194
|
private p;
|
|
194
195
|
get s(): boolean;
|
|
195
|
-
get
|
|
196
|
-
set
|
|
197
|
-
private
|
|
198
|
-
get
|
|
199
|
-
set
|
|
196
|
+
get bb(): number;
|
|
197
|
+
set bb(a: number);
|
|
198
|
+
private bi;
|
|
199
|
+
get bv(): string;
|
|
200
|
+
set bv(a: string);
|
|
200
201
|
private r;
|
|
201
202
|
get v(): boolean;
|
|
202
203
|
set v(a: boolean);
|
|
203
204
|
private q;
|
|
204
205
|
get disabled(): boolean;
|
|
205
206
|
set disabled(a: boolean);
|
|
206
|
-
private ab;
|
|
207
|
-
get an(): number;
|
|
208
|
-
set an(a: number);
|
|
209
|
-
private ae;
|
|
210
|
-
get aq(): number;
|
|
211
|
-
set aq(a: number);
|
|
212
207
|
private af;
|
|
213
|
-
get
|
|
214
|
-
set
|
|
215
|
-
private
|
|
208
|
+
get a3(): number;
|
|
209
|
+
set a3(a: number);
|
|
210
|
+
private aa;
|
|
216
211
|
get as(): number;
|
|
217
212
|
set as(a: number);
|
|
218
|
-
private
|
|
219
|
-
get
|
|
220
|
-
set
|
|
221
|
-
private
|
|
213
|
+
private am;
|
|
214
|
+
get a6(): number;
|
|
215
|
+
set a6(a: number);
|
|
216
|
+
private ab;
|
|
222
217
|
get at(): number;
|
|
223
218
|
set at(a: number);
|
|
219
|
+
private an;
|
|
220
|
+
get a7(): number;
|
|
221
|
+
set a7(a: number);
|
|
222
|
+
private ac;
|
|
223
|
+
get au(): number;
|
|
224
|
+
set au(a: number);
|
|
225
|
+
private ao;
|
|
226
|
+
get a8(): number;
|
|
227
|
+
set a8(a: number);
|
|
224
228
|
private z;
|
|
225
|
-
get
|
|
226
|
-
set
|
|
227
|
-
|
|
229
|
+
get ar(): number;
|
|
230
|
+
set ar(a: number);
|
|
231
|
+
private al;
|
|
232
|
+
get a5(): number;
|
|
233
|
+
set a5(a: number);
|
|
234
|
+
private ap;
|
|
235
|
+
get a9(): number;
|
|
236
|
+
set a9(a: number);
|
|
237
|
+
private ad;
|
|
238
|
+
get a1(): number;
|
|
239
|
+
set a1(a: number);
|
|
240
|
+
c6(): void;
|
|
228
241
|
clicked: (sender: any, args: IconClickedEventArgs) => void;
|
|
229
242
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
230
243
|
onDetachedFromUI(): void;
|
|
231
244
|
onAttachedToUI(): void;
|
|
232
245
|
x(): boolean;
|
|
233
246
|
protected w(): boolean;
|
|
234
|
-
|
|
235
|
-
|
|
247
|
+
bg(): any;
|
|
248
|
+
b2(): string;
|
|
236
249
|
g(): IconVisualModelExport;
|
|
237
250
|
provideContainer(a: DomRenderer): void;
|
|
251
|
+
private ah;
|
|
252
|
+
private ai;
|
|
253
|
+
private aj;
|
|
254
|
+
private ag;
|
|
255
|
+
dd(a: number, b: number, c: number, d: number): void;
|
|
238
256
|
}
|
|
@@ -207,24 +207,48 @@ export declare class IgxXIconComponent implements AfterViewInit {
|
|
|
207
207
|
get opacity(): number;
|
|
208
208
|
set opacity(v: number);
|
|
209
209
|
static ngAcceptInputType_opacity: number | string;
|
|
210
|
+
/**
|
|
211
|
+
* Gets the actual viewbox left for the svg icon.
|
|
212
|
+
*/
|
|
213
|
+
get actualViewBoxLeft(): number;
|
|
214
|
+
set actualViewBoxLeft(v: number);
|
|
215
|
+
static ngAcceptInputType_actualViewBoxLeft: number | string;
|
|
210
216
|
/**
|
|
211
217
|
* Gets or sets the viewbox left for the svg icon.
|
|
212
218
|
*/
|
|
213
219
|
get viewBoxLeft(): number;
|
|
214
220
|
set viewBoxLeft(v: number);
|
|
215
221
|
static ngAcceptInputType_viewBoxLeft: number | string;
|
|
222
|
+
/**
|
|
223
|
+
* Gets the actual viewbox top for the svg icon.
|
|
224
|
+
*/
|
|
225
|
+
get actualViewBoxTop(): number;
|
|
226
|
+
set actualViewBoxTop(v: number);
|
|
227
|
+
static ngAcceptInputType_actualViewBoxTop: number | string;
|
|
216
228
|
/**
|
|
217
229
|
* Gets or sets the viewbox top for the svg icon.
|
|
218
230
|
*/
|
|
219
231
|
get viewBoxTop(): number;
|
|
220
232
|
set viewBoxTop(v: number);
|
|
221
233
|
static ngAcceptInputType_viewBoxTop: number | string;
|
|
234
|
+
/**
|
|
235
|
+
* Gets the actual viewbox width for the svg icon.
|
|
236
|
+
*/
|
|
237
|
+
get actualViewBoxWidth(): number;
|
|
238
|
+
set actualViewBoxWidth(v: number);
|
|
239
|
+
static ngAcceptInputType_actualViewBoxWidth: number | string;
|
|
222
240
|
/**
|
|
223
241
|
* Gets or sets the viewbox width for the svg icon.
|
|
224
242
|
*/
|
|
225
243
|
get viewBoxWidth(): number;
|
|
226
244
|
set viewBoxWidth(v: number);
|
|
227
245
|
static ngAcceptInputType_viewBoxWidth: number | string;
|
|
246
|
+
/**
|
|
247
|
+
* Gets the actual viewbox height for the svg icon.
|
|
248
|
+
*/
|
|
249
|
+
get actualViewBoxHeight(): number;
|
|
250
|
+
set actualViewBoxHeight(v: number);
|
|
251
|
+
static ngAcceptInputType_actualViewBoxHeight: number | string;
|
|
228
252
|
/**
|
|
229
253
|
* Gets or sets the viewbox height for the svg icon.
|
|
230
254
|
*/
|
|
@@ -267,5 +291,5 @@ export declare class IgxXIconComponent implements AfterViewInit {
|
|
|
267
291
|
protected _zoneRunner: (act: () => void) => void;
|
|
268
292
|
protected _runInZone(act: () => void): void;
|
|
269
293
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxXIconComponent, never>;
|
|
270
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgxXIconComponent, "igx-x-icon", never, { "baseTheme": "baseTheme"; "actualFill": "actualFill"; "actualStroke": "actualStroke"; "actualTextColor": "actualTextColor"; "actualStrokeWidth": "actualStrokeWidth"; "fill": "fill"; "stroke": "stroke"; "strokeWidth": "strokeWidth"; "textColor": "textColor"; "hoverFill": "hoverFill"; "hoverStroke": "hoverStroke"; "hoverStrokeThickness": "hoverStrokeThickness"; "hoverTextColor": "hoverTextColor"; "fillColors": "fillColors"; "strokeColors": "strokeColors"; "primaryFillColor": "primaryFillColor"; "primaryStrokeColor": "primaryStrokeColor"; "secondaryFillColor": "secondaryFillColor"; "secondaryStrokeColor": "secondaryStrokeColor"; "source": "source"; "dataURL": "dataURL"; "svgPath": "svgPath"; "svg": "svg"; "sVGPaths": "sVGPaths"; "textStyle": "textStyle"; "id": "id"; "tabIndex": "tabindex"; "ariaLabel": "aria-label"; "isHover": "isHover"; "disabled": "disabled"; "opacity": "opacity"; "viewBoxLeft": "viewBoxLeft"; "viewBoxTop": "viewBoxTop"; "viewBoxWidth": "viewBoxWidth"; "viewBoxHeight": "viewBoxHeight"; "width": "width"; "height": "height"; }, {}, never, ["*"]>;
|
|
294
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxXIconComponent, "igx-x-icon", never, { "baseTheme": "baseTheme"; "actualFill": "actualFill"; "actualStroke": "actualStroke"; "actualTextColor": "actualTextColor"; "actualStrokeWidth": "actualStrokeWidth"; "fill": "fill"; "stroke": "stroke"; "strokeWidth": "strokeWidth"; "textColor": "textColor"; "hoverFill": "hoverFill"; "hoverStroke": "hoverStroke"; "hoverStrokeThickness": "hoverStrokeThickness"; "hoverTextColor": "hoverTextColor"; "fillColors": "fillColors"; "strokeColors": "strokeColors"; "primaryFillColor": "primaryFillColor"; "primaryStrokeColor": "primaryStrokeColor"; "secondaryFillColor": "secondaryFillColor"; "secondaryStrokeColor": "secondaryStrokeColor"; "source": "source"; "dataURL": "dataURL"; "svgPath": "svgPath"; "svg": "svg"; "sVGPaths": "sVGPaths"; "textStyle": "textStyle"; "id": "id"; "tabIndex": "tabindex"; "ariaLabel": "aria-label"; "isHover": "isHover"; "disabled": "disabled"; "opacity": "opacity"; "actualViewBoxLeft": "actualViewBoxLeft"; "viewBoxLeft": "viewBoxLeft"; "actualViewBoxTop": "actualViewBoxTop"; "viewBoxTop": "viewBoxTop"; "actualViewBoxWidth": "actualViewBoxWidth"; "viewBoxWidth": "viewBoxWidth"; "actualViewBoxHeight": "actualViewBoxHeight"; "viewBoxHeight": "viewBoxHeight"; "width": "width"; "height": "height"; }, {}, never, ["*"]>;
|
|
271
295
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular-inputs",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.2-beta.0",
|
|
4
4
|
"description": "Ignite UI Angular input components for building rich data visualizations for modern web apps.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-angular-inputs",
|
|
6
6
|
"keywords": [
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@angular/common": "^20.0.0",
|
|
18
18
|
"@angular/compiler": "^20.0.0",
|
|
19
19
|
"@angular/core": "^20.0.0",
|
|
20
|
-
"igniteui-angular-core": "25.1.0.
|
|
20
|
+
"igniteui-angular-core": "25.1.0.66"
|
|
21
21
|
},
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"typings": "igniteui-angular-inputs.d.ts",
|