igniteui-webcomponents-inputs 5.4.0-beta.0 → 5.4.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-webcomponents-inputs.umd.js +688 -626
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/DatePickerView_combined.js +2 -2
- package/esm2015/lib/IconView_combined.js +336 -288
- package/esm2015/lib/InputGroupView_combined.js +216 -209
- package/esm2015/lib/MultiSliderBridge.js +14 -14
- package/esm2015/lib/XButtonBridge.js +2 -2
- package/esm2015/lib/XButtonGroupBridge.js +2 -2
- package/esm2015/lib/XComponentBridge.js +1 -1
- package/esm2015/lib/XIconBridge.js +5 -5
- package/esm2015/lib/XInputBridge.js +22 -22
- package/esm2015/lib/XPopupBridge.js +5 -5
- package/esm2015/lib/igc-x-icon-component.js +46 -46
- package/esm2015/lib/igc-x-label-component.js +51 -51
- package/esm5/lib/DatePickerView_combined.js +2 -2
- package/esm5/lib/IconView_combined.js +328 -272
- package/esm5/lib/InputGroupView_combined.js +209 -202
- package/esm5/lib/MultiSliderBridge.js +14 -14
- package/esm5/lib/XButtonBridge.js +2 -2
- package/esm5/lib/XButtonGroupBridge.js +2 -2
- package/esm5/lib/XComponentBridge.js +1 -1
- package/esm5/lib/XIconBridge.js +5 -5
- package/esm5/lib/XInputBridge.js +22 -22
- package/esm5/lib/XPopupBridge.js +5 -5
- package/esm5/lib/igc-x-icon-component.js +46 -46
- package/esm5/lib/igc-x-label-component.js +51 -51
- package/fesm2015/igniteui-webcomponents-inputs.js +703 -649
- package/fesm5/igniteui-webcomponents-inputs.js +687 -625
- package/lib/IconView_combined.d.ts +94 -84
- package/lib/InputGroupView_combined.d.ts +75 -74
- package/package.json +2 -2
|
@@ -7,6 +7,7 @@ import { FastIterationDictionary$2 } from "igniteui-webcomponents-core";
|
|
|
7
7
|
import { Brush } from "igniteui-webcomponents-core";
|
|
8
8
|
import { FontInfo } from "igniteui-webcomponents-core";
|
|
9
9
|
import { PrimitiveVisualData } from "igniteui-webcomponents-core";
|
|
10
|
+
import { DataTemplate } from "igniteui-webcomponents-core";
|
|
10
11
|
import { IconViewType } from "./IconViewType";
|
|
11
12
|
import { IIcon } from "igniteui-webcomponents-core";
|
|
12
13
|
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
@@ -20,7 +21,7 @@ export declare class IconView extends Base {
|
|
|
20
21
|
static $t: Type;
|
|
21
22
|
constructor();
|
|
22
23
|
d: XIcon;
|
|
23
|
-
|
|
24
|
+
am(): void;
|
|
24
25
|
l(): boolean;
|
|
25
26
|
v: DomRenderer;
|
|
26
27
|
private g;
|
|
@@ -36,23 +37,23 @@ export declare class IconView extends Base {
|
|
|
36
37
|
u: List$1<Tuple$2<SVGNode, any>>;
|
|
37
38
|
e: FastIterationDictionary$2<string, List$1<Tuple$2<SVGNode, any>>>;
|
|
38
39
|
f: FastIterationDictionary$2<string, List$1<Tuple$2<SVGNode, any>>>;
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
40
|
+
ak(a: DomRenderer): void;
|
|
41
|
+
ax(a: string): void;
|
|
42
|
+
ay(a: string[]): void;
|
|
43
|
+
aw(a: string): void;
|
|
43
44
|
private ab;
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
as(a: string): void;
|
|
46
|
+
av(a: any): void;
|
|
47
|
+
ah(): void;
|
|
47
48
|
private k;
|
|
48
|
-
|
|
49
|
-
|
|
49
|
+
au(): void;
|
|
50
|
+
a0(): void;
|
|
50
51
|
private n;
|
|
51
|
-
|
|
52
|
-
ao(a: any, b: Brush): void;
|
|
52
|
+
ao(a: Brush, b: string): void;
|
|
53
53
|
ap(a: any, b: Brush): void;
|
|
54
|
+
aq(a: any, b: Brush): void;
|
|
54
55
|
private ac;
|
|
55
|
-
|
|
56
|
+
an(): void;
|
|
56
57
|
private ad;
|
|
57
58
|
private ae;
|
|
58
59
|
private j;
|
|
@@ -60,16 +61,18 @@ export declare class IconView extends Base {
|
|
|
60
61
|
private x;
|
|
61
62
|
private w;
|
|
62
63
|
private p;
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
64
|
+
ai(): void;
|
|
65
|
+
al(): void;
|
|
66
|
+
az(a: FontInfo): void;
|
|
66
67
|
b(): number[];
|
|
67
|
-
private
|
|
68
|
+
private aj;
|
|
68
69
|
a(): PrimitiveVisualData[];
|
|
69
|
-
private
|
|
70
|
+
private ag;
|
|
70
71
|
private h;
|
|
71
|
-
private
|
|
72
|
+
private at;
|
|
72
73
|
private i;
|
|
74
|
+
ar(a: DataTemplate, b: any): void;
|
|
75
|
+
af(): void;
|
|
73
76
|
}
|
|
74
77
|
/**
|
|
75
78
|
* @hidden
|
|
@@ -81,112 +84,119 @@ export declare class XIcon extends Base implements INotifyPropertyChanged, IIcon
|
|
|
81
84
|
get view(): IconView;
|
|
82
85
|
set view(a: IconView);
|
|
83
86
|
destroy(): void;
|
|
84
|
-
protected
|
|
85
|
-
protected
|
|
86
|
-
private
|
|
87
|
+
protected cl(a: string, b: any, c: any): void;
|
|
88
|
+
protected co(a: string, b: any, c: any): void;
|
|
89
|
+
private cs;
|
|
87
90
|
protected get t(): boolean;
|
|
88
|
-
private
|
|
89
|
-
private
|
|
90
|
-
private
|
|
91
|
+
private cr;
|
|
92
|
+
private cf;
|
|
93
|
+
private cq;
|
|
94
|
+
private cn;
|
|
91
95
|
k: IconViewType;
|
|
92
96
|
private j;
|
|
93
|
-
static
|
|
94
|
-
static
|
|
95
|
-
static
|
|
96
|
-
static
|
|
97
|
-
static
|
|
98
|
-
static
|
|
97
|
+
static db: Brush;
|
|
98
|
+
static dg: Brush;
|
|
99
|
+
static df: Brush;
|
|
100
|
+
static dc: Brush;
|
|
101
|
+
static dd: Brush;
|
|
102
|
+
static de: Brush;
|
|
99
103
|
static ak: number;
|
|
100
104
|
static aj: number;
|
|
101
105
|
private l;
|
|
102
106
|
get m(): BaseControlTheme;
|
|
103
107
|
set m(a: BaseControlTheme);
|
|
104
|
-
private
|
|
105
|
-
get
|
|
106
|
-
set
|
|
107
|
-
private
|
|
108
|
-
get
|
|
109
|
-
set
|
|
110
|
-
private
|
|
111
|
-
get
|
|
112
|
-
set
|
|
108
|
+
private cv;
|
|
109
|
+
get c8(): Brush;
|
|
110
|
+
set c8(a: Brush);
|
|
111
|
+
private cw;
|
|
112
|
+
get c9(): Brush;
|
|
113
|
+
set c9(a: Brush);
|
|
114
|
+
private cx;
|
|
115
|
+
get da(): Brush;
|
|
116
|
+
set da(a: Brush);
|
|
113
117
|
private y;
|
|
114
118
|
get ai(): number;
|
|
115
119
|
set ai(a: number);
|
|
116
|
-
private
|
|
120
|
+
private cy;
|
|
117
121
|
get fill(): Brush;
|
|
118
122
|
set fill(a: Brush);
|
|
119
|
-
private
|
|
120
|
-
get
|
|
121
|
-
set
|
|
123
|
+
private c6;
|
|
124
|
+
get dp(): Brush;
|
|
125
|
+
set dp(a: Brush);
|
|
122
126
|
private ac;
|
|
123
127
|
get ao(): number;
|
|
124
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);
|
|
125
135
|
private c0;
|
|
126
136
|
get di(): Brush;
|
|
127
137
|
set di(a: Brush);
|
|
128
|
-
private cs;
|
|
129
|
-
get da(): Brush;
|
|
130
|
-
set da(a: Brush);
|
|
131
|
-
private ct;
|
|
132
|
-
get db(): Brush;
|
|
133
|
-
set db(a: Brush);
|
|
134
138
|
private aa;
|
|
135
139
|
get am(): number;
|
|
136
140
|
set am(a: number);
|
|
137
|
-
private
|
|
138
|
-
get
|
|
139
|
-
set
|
|
141
|
+
private c1;
|
|
142
|
+
get dj(): Brush;
|
|
143
|
+
set dj(a: Brush);
|
|
140
144
|
private c;
|
|
141
145
|
get e(): BrushCollection;
|
|
142
146
|
set e(a: BrushCollection);
|
|
143
147
|
private d;
|
|
144
148
|
get f(): BrushCollection;
|
|
145
149
|
set f(a: BrushCollection);
|
|
146
|
-
private
|
|
147
|
-
get
|
|
148
|
-
set
|
|
149
|
-
private
|
|
150
|
-
get
|
|
151
|
-
set
|
|
152
|
-
private
|
|
153
|
-
get
|
|
154
|
-
set
|
|
155
|
-
private
|
|
156
|
-
get
|
|
157
|
-
set
|
|
158
|
-
private
|
|
159
|
-
get
|
|
160
|
-
set
|
|
161
|
-
private
|
|
162
|
-
get
|
|
163
|
-
set
|
|
164
|
-
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;
|
|
165
169
|
get svgPath(): string;
|
|
166
170
|
set svgPath(a: string);
|
|
167
|
-
private
|
|
171
|
+
private a5;
|
|
168
172
|
get svg(): string;
|
|
169
173
|
set svg(a: string);
|
|
170
174
|
private a;
|
|
171
175
|
get b(): string[];
|
|
172
176
|
set b(a: string[]);
|
|
173
|
-
|
|
174
|
-
|
|
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;
|
|
175
185
|
private n;
|
|
176
186
|
get o(): FontInfo;
|
|
177
187
|
set o(a: FontInfo);
|
|
178
188
|
private static aw;
|
|
179
|
-
private
|
|
180
|
-
get
|
|
181
|
-
set
|
|
189
|
+
private a4;
|
|
190
|
+
get bq(): string;
|
|
191
|
+
set bq(a: string);
|
|
182
192
|
private au;
|
|
183
193
|
private p;
|
|
184
194
|
get s(): boolean;
|
|
185
195
|
get av(): number;
|
|
186
196
|
set av(a: number);
|
|
187
|
-
private
|
|
188
|
-
get
|
|
189
|
-
set
|
|
197
|
+
private a2;
|
|
198
|
+
get bb(): string;
|
|
199
|
+
set bb(a: string);
|
|
190
200
|
private r;
|
|
191
201
|
get v(): boolean;
|
|
192
202
|
set v(a: boolean);
|
|
@@ -214,15 +224,15 @@ export declare class XIcon extends Base implements INotifyPropertyChanged, IIcon
|
|
|
214
224
|
private z;
|
|
215
225
|
get al(): number;
|
|
216
226
|
set al(a: number);
|
|
217
|
-
|
|
227
|
+
cm(): void;
|
|
218
228
|
clicked: (sender: any, args: IconClickedEventArgs) => void;
|
|
219
229
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
220
230
|
onDetachedFromUI(): void;
|
|
221
231
|
onAttachedToUI(): void;
|
|
222
232
|
x(): boolean;
|
|
223
233
|
protected w(): boolean;
|
|
224
|
-
|
|
225
|
-
|
|
234
|
+
a0(): any;
|
|
235
|
+
bi(): string;
|
|
226
236
|
g(): IconVisualModelExport;
|
|
227
237
|
provideContainer(a: DomRenderer): void;
|
|
228
238
|
}
|
|
@@ -906,34 +906,35 @@ export declare class XLabel extends XInputGroupItem {
|
|
|
906
906
|
set view(a: LabelView);
|
|
907
907
|
destroy(): void;
|
|
908
908
|
private get i();
|
|
909
|
+
ak: boolean;
|
|
909
910
|
private aa;
|
|
910
911
|
private z;
|
|
911
|
-
private ca;
|
|
912
|
-
private cl;
|
|
913
|
-
private ab;
|
|
914
912
|
private cb;
|
|
913
|
+
private cm;
|
|
914
|
+
private ab;
|
|
915
|
+
private cc;
|
|
915
916
|
protected h(a: string, b: any, c: any): void;
|
|
916
|
-
private
|
|
917
|
-
|
|
918
|
-
private
|
|
917
|
+
private cj;
|
|
918
|
+
cg(): void;
|
|
919
|
+
private cf;
|
|
919
920
|
onSizeReady(): void;
|
|
920
|
-
|
|
921
|
-
private
|
|
922
|
-
|
|
921
|
+
ca(): void;
|
|
922
|
+
private cr;
|
|
923
|
+
cq(): void;
|
|
924
|
+
static de: Brush;
|
|
925
|
+
static db: Brush;
|
|
923
926
|
static dd: Brush;
|
|
924
|
-
static da: Brush;
|
|
925
927
|
static dc: Brush;
|
|
926
|
-
static
|
|
928
|
+
static c7: Brush;
|
|
929
|
+
static c4: Brush;
|
|
927
930
|
static c6: Brush;
|
|
928
|
-
static c3: Brush;
|
|
929
931
|
static c5: Brush;
|
|
930
|
-
static c4: Brush;
|
|
931
932
|
static o: BaseControlTheme;
|
|
932
|
-
static
|
|
933
|
-
static c7: Brush;
|
|
934
|
-
static c9: Brush;
|
|
933
|
+
static df: Brush;
|
|
935
934
|
static c8: Brush;
|
|
936
|
-
|
|
935
|
+
static da: Brush;
|
|
936
|
+
static c9: Brush;
|
|
937
|
+
private cp;
|
|
937
938
|
private static x;
|
|
938
939
|
private r;
|
|
939
940
|
get t(): ControlDisplayDensity;
|
|
@@ -941,99 +942,99 @@ export declare class XLabel extends XInputGroupItem {
|
|
|
941
942
|
private q;
|
|
942
943
|
get s(): ControlDisplayDensity;
|
|
943
944
|
set s(a: ControlDisplayDensity);
|
|
944
|
-
private
|
|
945
|
-
get
|
|
946
|
-
set
|
|
947
|
-
private cr;
|
|
948
|
-
get cz(): Brush;
|
|
949
|
-
set cz(a: Brush);
|
|
945
|
+
private cv;
|
|
946
|
+
get c3(): Brush;
|
|
947
|
+
set c3(a: Brush);
|
|
950
948
|
private cs;
|
|
951
949
|
get c0(): Brush;
|
|
952
950
|
set c0(a: Brush);
|
|
953
951
|
private ct;
|
|
954
952
|
get c1(): Brush;
|
|
955
953
|
set c1(a: Brush);
|
|
954
|
+
private cu;
|
|
955
|
+
get c2(): Brush;
|
|
956
|
+
set c2(a: Brush);
|
|
956
957
|
private u;
|
|
957
958
|
get w(): FontInfo;
|
|
958
959
|
set w(a: FontInfo);
|
|
959
|
-
private
|
|
960
|
-
get
|
|
961
|
-
set
|
|
962
|
-
private cv;
|
|
963
|
-
get df(): Brush;
|
|
964
|
-
set df(a: Brush);
|
|
960
|
+
private cz;
|
|
961
|
+
get dj(): Brush;
|
|
962
|
+
set dj(a: Brush);
|
|
965
963
|
private cw;
|
|
966
964
|
get dg(): Brush;
|
|
967
965
|
set dg(a: Brush);
|
|
966
|
+
private cx;
|
|
967
|
+
get dh(): Brush;
|
|
968
|
+
set dh(a: Brush);
|
|
968
969
|
private k;
|
|
969
970
|
get l(): LabelShiftType;
|
|
970
971
|
set l(a: LabelShiftType);
|
|
971
972
|
private ag;
|
|
972
|
-
get
|
|
973
|
-
set
|
|
974
|
-
|
|
973
|
+
get ap(): boolean;
|
|
974
|
+
set ap(a: boolean);
|
|
975
|
+
co(a: boolean, b?: boolean): void;
|
|
975
976
|
private ae;
|
|
976
|
-
get
|
|
977
|
-
set
|
|
978
|
-
cg(): void;
|
|
977
|
+
get an(): boolean;
|
|
978
|
+
set an(a: boolean);
|
|
979
979
|
ch(): void;
|
|
980
|
+
ci(): void;
|
|
980
981
|
private v;
|
|
981
982
|
get y(): FontInfo;
|
|
982
983
|
set y(a: FontInfo);
|
|
983
|
-
private
|
|
984
|
-
get
|
|
985
|
-
set
|
|
986
|
-
private static
|
|
987
|
-
private
|
|
988
|
-
get
|
|
989
|
-
set
|
|
990
|
-
private az;
|
|
991
|
-
get bj(): string;
|
|
992
|
-
set bj(a: string);
|
|
984
|
+
private cy;
|
|
985
|
+
get di(): Brush;
|
|
986
|
+
set di(a: Brush);
|
|
987
|
+
private static av;
|
|
988
|
+
private a4;
|
|
989
|
+
get bw(): string;
|
|
990
|
+
set bw(a: string);
|
|
993
991
|
private a0;
|
|
994
|
-
get
|
|
995
|
-
set
|
|
992
|
+
get bk(): string;
|
|
993
|
+
set bk(a: string);
|
|
996
994
|
private a1;
|
|
997
|
-
get
|
|
998
|
-
set
|
|
999
|
-
private aw;
|
|
1000
|
-
get bb(): string;
|
|
1001
|
-
set bb(a: string);
|
|
1002
|
-
private ax;
|
|
1003
|
-
get bd(): string;
|
|
1004
|
-
set bd(a: string);
|
|
1005
|
-
private as;
|
|
1006
|
-
private ac;
|
|
1007
|
-
get ak(): boolean;
|
|
1008
|
-
get at(): number;
|
|
1009
|
-
set at(a: number);
|
|
995
|
+
get bn(): string;
|
|
996
|
+
set bn(a: string);
|
|
1010
997
|
private a2;
|
|
1011
|
-
get
|
|
1012
|
-
set
|
|
998
|
+
get bp(): string;
|
|
999
|
+
set bp(a: string);
|
|
1000
|
+
private ax;
|
|
1001
|
+
get bc(): string;
|
|
1002
|
+
set bc(a: string);
|
|
1013
1003
|
private ay;
|
|
1014
|
-
get
|
|
1015
|
-
set
|
|
1016
|
-
private
|
|
1004
|
+
get be(): string;
|
|
1005
|
+
set be(a: string);
|
|
1006
|
+
private at;
|
|
1007
|
+
private ac;
|
|
1008
|
+
get al(): boolean;
|
|
1009
|
+
get au(): number;
|
|
1010
|
+
set au(a: number);
|
|
1011
|
+
private a3;
|
|
1012
|
+
get br(): string;
|
|
1013
|
+
set br(a: string);
|
|
1014
|
+
private az;
|
|
1015
|
+
get bg(): string;
|
|
1016
|
+
set bg(a: string);
|
|
1017
|
+
private a5;
|
|
1017
1018
|
get text(): string;
|
|
1018
1019
|
set text(a: string);
|
|
1019
1020
|
private af;
|
|
1020
|
-
get
|
|
1021
|
-
set
|
|
1021
|
+
get ao(): boolean;
|
|
1022
|
+
set ao(a: boolean);
|
|
1022
1023
|
private aj;
|
|
1023
|
-
get
|
|
1024
|
-
set
|
|
1024
|
+
get as(): boolean;
|
|
1025
|
+
set as(a: boolean);
|
|
1025
1026
|
private ad;
|
|
1026
1027
|
private ai;
|
|
1027
1028
|
private ah;
|
|
1028
|
-
|
|
1029
|
+
ar: boolean;
|
|
1029
1030
|
get disabled(): boolean;
|
|
1030
1031
|
set disabled(a: boolean);
|
|
1031
|
-
|
|
1032
|
+
cl(): void;
|
|
1032
1033
|
onDetachedFromUI(): void;
|
|
1033
1034
|
onAttachedToUI(): void;
|
|
1034
|
-
protected
|
|
1035
|
-
|
|
1036
|
-
|
|
1035
|
+
protected aq(): boolean;
|
|
1036
|
+
aw(): any;
|
|
1037
|
+
bm(): string;
|
|
1037
1038
|
j(): LabelVisualModelExport;
|
|
1038
1039
|
provideContainer(a: DomRenderer): void;
|
|
1039
1040
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-inputs",
|
|
3
|
-
"version": "5.4.0
|
|
3
|
+
"version": "5.4.0",
|
|
4
4
|
"description": "Ignite UI Web Components inputs components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-inputs",
|
|
6
6
|
"keywords": [
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"tslib": "^2.3.1"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"igniteui-webcomponents-core": "5.4.0
|
|
17
|
+
"igniteui-webcomponents-core": "5.4.0"
|
|
18
18
|
},
|
|
19
19
|
"sideEffects": false,
|
|
20
20
|
"typings": "igniteui-webcomponents-inputs.d.ts",
|