igniteui-angular-inputs 17.3.0-beta.0 → 17.3.1-alpha.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.
Files changed (34) hide show
  1. package/bundles/igniteui-angular-inputs.umd.js +1095 -789
  2. package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonView_combined.js +22 -22
  4. package/esm2015/lib/CalendarView_combined.js +14 -14
  5. package/esm2015/lib/CheckboxView_combined.js +73 -67
  6. package/esm2015/lib/DatePickerView_combined.js +14 -14
  7. package/esm2015/lib/IconView_combined.js +659 -472
  8. package/esm2015/lib/IconVisualModelExport.js +13 -11
  9. package/esm2015/lib/InputGroupView_combined.js +29 -29
  10. package/esm2015/lib/NativeUIXInputsFactory.js +1 -1
  11. package/esm2015/lib/XButtonBridge.js +7 -0
  12. package/esm2015/lib/XIconBridge.js +55 -31
  13. package/esm2015/lib/XIconButtonBridge.js +1 -1
  14. package/esm2015/lib/igx-x-icon-component.js +90 -64
  15. package/esm5/lib/ButtonView_combined.js +22 -22
  16. package/esm5/lib/CalendarView_combined.js +14 -14
  17. package/esm5/lib/CheckboxView_combined.js +77 -67
  18. package/esm5/lib/DatePickerView_combined.js +14 -14
  19. package/esm5/lib/IconView_combined.js +678 -446
  20. package/esm5/lib/IconVisualModelExport.js +13 -11
  21. package/esm5/lib/InputGroupView_combined.js +29 -29
  22. package/esm5/lib/NativeUIXInputsFactory.js +1 -1
  23. package/esm5/lib/XButtonBridge.js +7 -0
  24. package/esm5/lib/XIconBridge.js +55 -31
  25. package/esm5/lib/XIconButtonBridge.js +1 -1
  26. package/esm5/lib/igx-x-icon-component.js +98 -64
  27. package/fesm2015/igniteui-angular-inputs.js +971 -722
  28. package/fesm5/igniteui-angular-inputs.js +1096 -790
  29. package/lib/CheckboxView_combined.d.ts +17 -16
  30. package/lib/IconView_combined.d.ts +155 -136
  31. package/lib/IconVisualModelExport.d.ts +4 -3
  32. package/lib/XIconBridge.d.ts +3 -0
  33. package/lib/igx-x-icon-component.d.ts +12 -1
  34. package/package.json +2 -2
@@ -18,41 +18,42 @@ export declare class CheckboxView extends Base {
18
18
  static $t: Type;
19
19
  constructor();
20
20
  c: XCheckbox;
21
- ae(): void;
21
+ af(): void;
22
22
  i(): boolean;
23
23
  private l;
24
24
  private f;
25
25
  private j;
26
- ac(a: DomRenderer): void;
27
- private u;
28
- ai(): void;
29
- ak(): Size;
30
- ah(): void;
31
- af(): void;
26
+ ad(a: DomRenderer): void;
32
27
  private v;
28
+ aj(): void;
29
+ al(): Size;
30
+ ai(): void;
31
+ ag(): void;
32
+ private w;
33
+ private z;
33
34
  private y;
34
- private x;
35
35
  private h;
36
- private w;
37
- z(): void;
36
+ private x;
37
+ aa(): void;
38
38
  a(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
39
39
  b(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
40
- private aa;
40
+ private ab;
41
41
  private g;
42
42
  private r;
43
43
  private m;
44
44
  private q;
45
+ get t(): any;
45
46
  get s(): any;
46
47
  get e(): XRipple;
47
48
  private n;
48
49
  private o;
49
- get t(): any;
50
+ get u(): any;
50
51
  private d;
51
52
  private p;
52
- ab(): void;
53
- ad(): void;
54
- ag(): void;
55
- aj(a: Brush, b: Brush): void;
53
+ ac(): void;
54
+ ae(): void;
55
+ ah(): void;
56
+ ak(a: Brush, b: Brush): void;
56
57
  k(): number;
57
58
  }
58
59
  /**
@@ -4,10 +4,10 @@ import { List$1 } from "igniteui-angular-core";
4
4
  import { Tuple$2 } from "igniteui-angular-core";
5
5
  import { SVGNode } from "igniteui-angular-core";
6
6
  import { FastIterationDictionary$2 } from "igniteui-angular-core";
7
+ import { Brush } from "igniteui-angular-core";
7
8
  import { FontInfo } from "igniteui-angular-core";
8
9
  import { IIcon } from "igniteui-angular-core";
9
10
  import { BaseControlTheme } from "igniteui-angular-core";
10
- import { Brush } from "igniteui-angular-core";
11
11
  import { BrushCollection } from "igniteui-angular-core";
12
12
  import { IconClickedEventArgs } from "./IconClickedEventArgs";
13
13
  import { IconVisualModelExport } from "./IconVisualModelExport";
@@ -17,41 +17,53 @@ import { IconVisualModelExport } from "./IconVisualModelExport";
17
17
  export declare class IconView extends Base {
18
18
  static $t: Type;
19
19
  constructor();
20
- b: XIcon;
21
- ac(): void;
22
- g(): boolean;
23
- o: DomRenderer;
24
- private e;
20
+ d: XIcon;
21
+ aj(): void;
22
+ j(): boolean;
23
+ t: DomRenderer;
24
+ private g;
25
+ private m;
26
+ get x(): any;
27
+ get y(): any;
28
+ get c(): any[];
29
+ get k(): boolean;
30
+ o: List$1<Tuple$2<SVGNode, any>>;
31
+ p: List$1<Tuple$2<SVGNode, any>>;
32
+ q: List$1<Tuple$2<SVGNode, any>>;
33
+ r: List$1<Tuple$2<SVGNode, any>>;
34
+ s: List$1<Tuple$2<SVGNode, any>>;
35
+ e: FastIterationDictionary$2<string, List$1<Tuple$2<SVGNode, any>>>;
36
+ f: FastIterationDictionary$2<string, List$1<Tuple$2<SVGNode, any>>>;
37
+ ah(a: DomRenderer): void;
38
+ private ab;
39
+ ar(a: string): void;
40
+ private a;
41
+ as(a: string[]): void;
42
+ private aa;
43
+ aq(a: string): void;
44
+ private z;
45
+ ao(a: string): void;
25
46
  private i;
26
- get r(): any;
27
- get s(): any;
28
- get h(): boolean;
29
- j: List$1<Tuple$2<SVGNode, any>>;
30
- k: List$1<Tuple$2<SVGNode, any>>;
31
- l: List$1<Tuple$2<SVGNode, any>>;
32
- m: List$1<Tuple$2<SVGNode, any>>;
33
- n: List$1<Tuple$2<SVGNode, any>>;
34
- c: FastIterationDictionary$2<string, List$1<Tuple$2<SVGNode, any>>>;
35
- d: FastIterationDictionary$2<string, List$1<Tuple$2<SVGNode, any>>>;
36
- aa(a: DomRenderer): void;
47
+ ap(): void;
48
+ au(): void;
49
+ private l;
50
+ al(a: Brush, b: string): void;
51
+ am(a: any, b: Brush): void;
52
+ an(a: any, b: Brush): void;
53
+ private ac;
54
+ ak(): void;
55
+ private ad;
56
+ private ae;
57
+ private h;
58
+ private w;
59
+ private v;
37
60
  private u;
38
- ag(a: string): void;
39
- private t;
40
- af(a: string): void;
41
- ae(): void;
61
+ private n;
62
+ af(): void;
42
63
  ai(): void;
43
- private v;
44
- ad(): void;
45
- private w;
46
- private x;
47
- private f;
48
- private p;
49
- private q;
50
- y(): void;
51
- ab(): void;
52
- ah(a: FontInfo): void;
53
- a(): number[];
54
- private z;
64
+ at(a: FontInfo): void;
65
+ b(): number[];
66
+ private ag;
55
67
  }
56
68
  /**
57
69
  * @hidden
@@ -63,136 +75,143 @@ export declare class XIcon extends Base implements INotifyPropertyChanged, IIcon
63
75
  get view(): IconView;
64
76
  set view(a: IconView);
65
77
  destroy(): void;
66
- protected b5(a: string, b: any, c: any): void;
67
- protected b7(a: string, b: any, c: any): void;
68
- private cb;
69
- protected get p(): boolean;
70
- private ca;
71
- private b9;
72
- static cs: Brush;
73
- static cx: Brush;
74
- static cw: Brush;
75
- static ct: Brush;
76
- static cu: Brush;
77
- static cv: Brush;
78
- static af: number;
79
- static ae: number;
80
- private h;
81
- get i(): BaseControlTheme;
82
- set i(a: BaseControlTheme);
83
- private cc;
84
- get cp(): Brush;
85
- set cp(a: Brush);
78
+ protected cb(a: string, b: any, c: any): void;
79
+ protected ce(a: string, b: any, c: any): void;
80
+ private ci;
81
+ protected get r(): boolean;
82
+ private ch;
83
+ private cg;
86
84
  private cd;
87
- get cq(): Brush;
88
- set cq(a: Brush);
89
- private ce;
90
- get cr(): Brush;
91
- set cr(a: Brush);
92
- private t;
93
- get ad(): number;
94
- set ad(a: number);
95
- private cf;
85
+ static cz: Brush;
86
+ static c4: Brush;
87
+ static c3: Brush;
88
+ static c0: Brush;
89
+ static c1: Brush;
90
+ static c2: Brush;
91
+ static ah: number;
92
+ static ag: number;
93
+ private j;
94
+ get k(): BaseControlTheme;
95
+ set k(a: BaseControlTheme);
96
+ private cj;
97
+ get cw(): Brush;
98
+ set cw(a: Brush);
99
+ private ck;
100
+ get cx(): Brush;
101
+ set cx(a: Brush);
102
+ private cl;
103
+ get cy(): Brush;
104
+ set cy(a: Brush);
105
+ private v;
106
+ get af(): number;
107
+ set af(a: number);
108
+ private cm;
96
109
  get fill(): Brush;
97
110
  set fill(a: Brush);
111
+ private cu;
112
+ get dc(): Brush;
113
+ set dc(a: Brush);
114
+ private z;
115
+ get al(): number;
116
+ set al(a: number);
117
+ private cv;
118
+ get dd(): Brush;
119
+ set dd(a: Brush);
98
120
  private cn;
99
121
  get c5(): Brush;
100
122
  set c5(a: Brush);
101
- private x;
102
- get aj(): number;
103
- set aj(a: number);
104
123
  private co;
105
124
  get c6(): Brush;
106
125
  set c6(a: Brush);
107
- private cg;
108
- get cy(): Brush;
109
- set cy(a: Brush);
110
- private ch;
111
- get cz(): Brush;
112
- set cz(a: Brush);
113
- private v;
114
- get ah(): number;
115
- set ah(a: number);
116
- private ci;
117
- get c0(): Brush;
118
- set c0(a: Brush);
119
- private a;
120
- get c(): BrushCollection;
121
- set c(a: BrushCollection);
122
- private b;
123
- get d(): BrushCollection;
124
- set d(a: BrushCollection);
125
- private cj;
126
- get c1(): Brush;
127
- set c1(a: Brush);
128
- private ck;
129
- get c2(): Brush;
130
- set c2(a: Brush);
131
- private cl;
132
- get c3(): Brush;
133
- set c3(a: Brush);
134
- private cm;
135
- get c4(): Brush;
136
- set c4(a: Brush);
126
+ private x;
127
+ get aj(): number;
128
+ set aj(a: number);
129
+ private cp;
130
+ get c7(): Brush;
131
+ set c7(a: Brush);
132
+ private c;
133
+ get e(): BrushCollection;
134
+ set e(a: BrushCollection);
135
+ private d;
136
+ get f(): BrushCollection;
137
+ set f(a: BrushCollection);
138
+ private cq;
139
+ get c8(): Brush;
140
+ set c8(a: Brush);
141
+ private cr;
142
+ get c9(): Brush;
143
+ set c9(a: Brush);
144
+ private cs;
145
+ get da(): Brush;
146
+ set da(a: Brush);
147
+ private ct;
148
+ get db(): Brush;
149
+ set db(a: Brush);
137
150
  private aw;
151
+ get a7(): string;
152
+ set a7(a: string);
153
+ private az;
138
154
  get svgPath(): string;
139
155
  set svgPath(a: string);
140
- private av;
156
+ private ay;
141
157
  get svg(): string;
142
158
  set svg(a: string);
143
- b3(): void;
144
- b4(): void;
145
- private j;
146
- get k(): FontInfo;
147
- set k(a: FontInfo);
148
- private static ar;
149
- private au;
150
- get bc(): string;
151
- set bc(a: string);
152
- private ap;
159
+ private a;
160
+ get b(): string[];
161
+ set b(a: string[]);
162
+ b9(): void;
163
+ ca(): void;
153
164
  private l;
154
- get o(): boolean;
155
- get aq(): number;
156
- set aq(a: number);
157
- private at;
158
- get a1(): string;
159
- set a1(a: string);
165
+ get m(): FontInfo;
166
+ set m(a: FontInfo);
167
+ private static at;
168
+ private ax;
169
+ get bh(): string;
170
+ set bh(a: string);
171
+ private ar;
160
172
  private n;
161
- get r(): boolean;
162
- set r(a: boolean);
163
- private m;
173
+ get q(): boolean;
174
+ get as(): number;
175
+ set as(a: number);
176
+ private av;
177
+ get a4(): string;
178
+ set a4(a: string);
179
+ private p;
180
+ get t(): boolean;
181
+ set t(a: boolean);
182
+ private o;
164
183
  get disabled(): boolean;
165
184
  set disabled(a: boolean);
166
- private w;
167
- get ai(): number;
168
- set ai(a: number);
169
- private z;
170
- get al(): number;
171
- set al(a: number);
172
- private aa;
173
- get am(): number;
174
- set am(a: number);
175
- private ab;
176
- get an(): number;
177
- set an(a: number);
178
185
  private y;
179
186
  get ak(): number;
180
187
  set ak(a: number);
188
+ private ab;
189
+ get an(): number;
190
+ set an(a: number);
181
191
  private ac;
182
192
  get ao(): number;
183
193
  set ao(a: number);
184
- private u;
185
- get ag(): number;
186
- set ag(a: number);
187
- b6(): void;
194
+ private ad;
195
+ get ap(): number;
196
+ set ap(a: number);
197
+ private aa;
198
+ get am(): number;
199
+ set am(a: number);
200
+ private ae;
201
+ get aq(): number;
202
+ set aq(a: number);
203
+ private w;
204
+ get ai(): number;
205
+ set ai(a: number);
206
+ cc(): void;
188
207
  clicked: (sender: any, args: IconClickedEventArgs) => void;
189
208
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
190
209
  onDetachedFromUI(): void;
191
210
  onAttachedToUI(): void;
192
- b1(): void;
193
- protected s(): boolean;
194
- as(): any;
195
- a4(): string;
196
- e(): IconVisualModelExport;
211
+ b7(): void;
212
+ protected u(): boolean;
213
+ au(): any;
214
+ a9(): string;
215
+ g(): IconVisualModelExport;
197
216
  provideContainer(a: DomRenderer): void;
198
217
  }
@@ -16,11 +16,12 @@ export declare class IconVisualModelExport extends Base {
16
16
  private _svgPath;
17
17
  get svgPath(): string;
18
18
  set svgPath(a: string);
19
- n: string;
19
+ j: string;
20
20
  o: string;
21
21
  p: string;
22
+ q: string;
22
23
  g: number;
23
- l: string;
24
24
  m: string;
25
- j(): string;
25
+ n: string;
26
+ k(): string;
26
27
  }
@@ -1,6 +1,7 @@
1
1
  import { XComponentBridge } from "./XComponentBridge";
2
2
  import { Type } from "igniteui-angular-core";
3
3
  import { NativeUIBuiltInProperties } from "igniteui-angular-core";
4
+ import { UIElementPropertyId } from "igniteui-angular-core";
4
5
  /**
5
6
  * @hidden
6
7
  */
@@ -11,4 +12,6 @@ export declare class XIconBridge extends XComponentBridge {
11
12
  constructor(a: any);
12
13
  getValue(a: any, b: NativeUIBuiltInProperties): any;
13
14
  setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
15
+ getTargetForProperty(a: UIElementPropertyId, b: any): any;
16
+ private w;
14
17
  }
@@ -145,6 +145,11 @@ export declare class IgxXIconComponent implements AfterViewInit {
145
145
  */
146
146
  get secondaryStrokeColor(): string;
147
147
  set secondaryStrokeColor(v: string);
148
+ /**
149
+ * Gets or sets data url for the icon to use.
150
+ */
151
+ get dataURL(): string;
152
+ set dataURL(v: string);
148
153
  /**
149
154
  * Gets or sets path data for the icon to use.
150
155
  */
@@ -155,6 +160,12 @@ export declare class IgxXIconComponent implements AfterViewInit {
155
160
  */
156
161
  get svg(): string;
157
162
  set svg(v: string);
163
+ /**
164
+ * Gets or sets an array of path data for the icon to use.
165
+ */
166
+ get sVGPaths(): string[];
167
+ set sVGPaths(v: string[]);
168
+ static ngAcceptInputType_sVGPaths: string[] | string;
158
169
  /**
159
170
  * Gets or sets the use for the button.
160
171
  */
@@ -251,5 +262,5 @@ export declare class IgxXIconComponent implements AfterViewInit {
251
262
  protected _zoneRunner: (act: () => void) => void;
252
263
  protected _runInZone(act: () => void): void;
253
264
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxXIconComponent, never>;
254
- 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"; "svgPath": "svgPath"; "svg": "svg"; "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, ["*"]>;
265
+ 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"; "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, ["*"]>;
255
266
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular-inputs",
3
- "version": "17.3.0-beta.0",
3
+ "version": "17.3.1-alpha.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": "^17.0.0",
18
18
  "@angular/compiler": "^17.0.0",
19
19
  "@angular/core": "^17.0.0",
20
- "igniteui-angular-core": "17.3.0-beta.0"
20
+ "igniteui-angular-core": "17.3.1-alpha.0"
21
21
  },
22
22
  "sideEffects": false,
23
23
  "typings": "igniteui-angular-inputs.d.ts",