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