igniteui-webcomponents-inputs 7.0.0 → 7.0.1
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 +3868 -3539
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +642 -628
- package/esm2015/lib/ButtonView_combined.js +2036 -1743
- package/esm2015/lib/CalendarView_combined.js +157 -157
- package/esm2015/lib/CheckboxView_combined.js +39 -39
- package/esm2015/lib/DatePickerView_combined.js +4 -4
- package/esm2015/lib/InputGroupView_combined.js +209 -209
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +35 -35
- package/esm2015/lib/RippleView_combined.js +2 -2
- package/esm2015/lib/ThemeResolver.js +38 -22
- package/esm2015/lib/XButtonBridge.js +53 -45
- package/esm2015/lib/XButtonGroupBridge.js +13 -9
- package/esm2015/lib/XIconButtonBridge.js +2 -2
- package/esm2015/lib/igc-x-button-component.js +567 -567
- package/esm2015/lib/igc-x-button-group-component.js +184 -184
- package/esm5/lib/ButtonGroupView_combined.js +620 -606
- package/esm5/lib/ButtonView_combined.js +1950 -1657
- package/esm5/lib/CalendarView_combined.js +157 -157
- package/esm5/lib/CheckboxView_combined.js +39 -39
- package/esm5/lib/DatePickerView_combined.js +4 -4
- package/esm5/lib/InputGroupView_combined.js +209 -209
- package/esm5/lib/NativeUIXInputsFactory_combined.js +35 -35
- package/esm5/lib/RippleView_combined.js +2 -2
- package/esm5/lib/ThemeResolver.js +38 -22
- package/esm5/lib/XButtonBridge.js +53 -45
- package/esm5/lib/XButtonGroupBridge.js +13 -9
- package/esm5/lib/XIconButtonBridge.js +2 -2
- package/esm5/lib/igc-x-button-component.js +567 -567
- package/esm5/lib/igc-x-button-group-component.js +184 -184
- package/fesm2015/igniteui-webcomponents-inputs.js +3971 -3642
- package/fesm5/igniteui-webcomponents-inputs.js +3869 -3540
- package/lib/ButtonGroupView_combined.d.ts +181 -179
- package/lib/ButtonView_combined.d.ts +479 -478
- package/lib/ThemeResolver.d.ts +18 -15
- package/package.json +2 -2
|
@@ -9,6 +9,7 @@ import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
|
9
9
|
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
10
10
|
import { Brush } from "igniteui-webcomponents-core";
|
|
11
11
|
import { XButtonGroupButtonCollection } from "./XButtonGroupButtonCollection";
|
|
12
|
+
import { ThemeResolver } from "./ThemeResolver";
|
|
12
13
|
import { ButtonGroupSelectionChangedEventArgs } from "./ButtonGroupSelectionChangedEventArgs";
|
|
13
14
|
import { ButtonGroupVisualModelExport } from "./ButtonGroupVisualModelExport";
|
|
14
15
|
/**
|
|
@@ -55,318 +56,319 @@ export declare class XButtonGroup extends Base implements INotifyPropertyChanged
|
|
|
55
56
|
private h;
|
|
56
57
|
get i(): ButtonGroupDisplayStyle;
|
|
57
58
|
set i(a: ButtonGroupDisplayStyle);
|
|
58
|
-
private
|
|
59
|
-
get
|
|
60
|
-
set
|
|
61
|
-
private
|
|
59
|
+
private o;
|
|
60
|
+
get q(): BaseControlTheme;
|
|
61
|
+
set q(a: BaseControlTheme);
|
|
62
|
+
private c5;
|
|
62
63
|
appendContentChild(a: any): void;
|
|
63
|
-
private
|
|
64
|
-
private
|
|
64
|
+
private c4;
|
|
65
|
+
private c7;
|
|
66
|
+
private s;
|
|
67
|
+
get u(): ControlDisplayDensity;
|
|
68
|
+
set u(a: ControlDisplayDensity);
|
|
65
69
|
private r;
|
|
66
70
|
get t(): ControlDisplayDensity;
|
|
67
71
|
set t(a: ControlDisplayDensity);
|
|
68
|
-
private q;
|
|
69
|
-
get s(): ControlDisplayDensity;
|
|
70
|
-
set s(a: ControlDisplayDensity);
|
|
71
72
|
private a;
|
|
72
73
|
get d(): number[];
|
|
73
74
|
set d(a: number[]);
|
|
74
|
-
private
|
|
75
|
-
private
|
|
75
|
+
private v;
|
|
76
|
+
private df;
|
|
76
77
|
private c;
|
|
77
78
|
private b;
|
|
78
79
|
private _view;
|
|
79
80
|
get view(): ButtonGroupView;
|
|
80
81
|
set view(a: ButtonGroupView);
|
|
81
82
|
destroy(): void;
|
|
82
|
-
protected
|
|
83
|
-
protected
|
|
84
|
-
private
|
|
83
|
+
protected db(a: string, b: any, c: any): void;
|
|
84
|
+
protected dd(a: string, b: any, c: any): void;
|
|
85
|
+
private dm;
|
|
86
|
+
private dh;
|
|
85
87
|
private dg;
|
|
86
|
-
private
|
|
87
|
-
private
|
|
88
|
+
private ab;
|
|
89
|
+
private dl;
|
|
88
90
|
private dk;
|
|
89
91
|
private dj;
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
ax: number;
|
|
93
|
-
gz: Brush;
|
|
94
|
-
g1: Brush;
|
|
92
|
+
static p: BaseControlTheme;
|
|
93
|
+
ay: number;
|
|
95
94
|
g0: Brush;
|
|
96
95
|
g2: Brush;
|
|
97
|
-
|
|
98
|
-
g6: Brush;
|
|
96
|
+
g1: Brush;
|
|
99
97
|
g3: Brush;
|
|
98
|
+
ax: number;
|
|
100
99
|
g7: Brush;
|
|
101
|
-
ha: Brush;
|
|
102
100
|
g4: Brush;
|
|
103
|
-
g5: Brush;
|
|
104
101
|
g8: Brush;
|
|
102
|
+
hb: Brush;
|
|
103
|
+
g5: Brush;
|
|
104
|
+
g6: Brush;
|
|
105
105
|
g9: Brush;
|
|
106
|
-
|
|
107
|
-
static
|
|
108
|
-
static gp: Brush;
|
|
106
|
+
ha: Brush;
|
|
107
|
+
static aw: number;
|
|
109
108
|
static go: Brush;
|
|
110
109
|
static gq: Brush;
|
|
111
|
-
static
|
|
112
|
-
static gu: Brush;
|
|
110
|
+
static gp: Brush;
|
|
113
111
|
static gr: Brush;
|
|
112
|
+
static av: number;
|
|
114
113
|
static gv: Brush;
|
|
115
|
-
static gy: Brush;
|
|
116
114
|
static gs: Brush;
|
|
117
|
-
static gt: Brush;
|
|
118
115
|
static gw: Brush;
|
|
116
|
+
static gz: Brush;
|
|
117
|
+
static gt: Brush;
|
|
118
|
+
static gu: Brush;
|
|
119
119
|
static gx: Brush;
|
|
120
|
-
static
|
|
121
|
-
static
|
|
122
|
-
static fp: Brush;
|
|
120
|
+
static gy: Brush;
|
|
121
|
+
static aq: number;
|
|
123
122
|
static fo: Brush;
|
|
124
123
|
static fq: Brush;
|
|
125
|
-
static
|
|
126
|
-
static fu: Brush;
|
|
124
|
+
static fp: Brush;
|
|
127
125
|
static fr: Brush;
|
|
126
|
+
static ap: number;
|
|
128
127
|
static fv: Brush;
|
|
129
|
-
static fy: Brush;
|
|
130
128
|
static fs: Brush;
|
|
131
|
-
static ft: Brush;
|
|
132
129
|
static fw: Brush;
|
|
130
|
+
static fz: Brush;
|
|
131
|
+
static ft: Brush;
|
|
132
|
+
static fu: Brush;
|
|
133
133
|
static fx: Brush;
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
f1: Brush;
|
|
134
|
+
static fy: Brush;
|
|
135
|
+
as: number;
|
|
137
136
|
f0: Brush;
|
|
138
137
|
f2: Brush;
|
|
139
|
-
|
|
140
|
-
f6: Brush;
|
|
138
|
+
f1: Brush;
|
|
141
139
|
f3: Brush;
|
|
140
|
+
ar: number;
|
|
142
141
|
f7: Brush;
|
|
143
|
-
ga: Brush;
|
|
144
142
|
f4: Brush;
|
|
145
|
-
f5: Brush;
|
|
146
143
|
f8: Brush;
|
|
144
|
+
gb: Brush;
|
|
145
|
+
f5: Brush;
|
|
146
|
+
f6: Brush;
|
|
147
147
|
f9: Brush;
|
|
148
|
-
|
|
149
|
-
static
|
|
150
|
-
static gd: Brush;
|
|
148
|
+
ga: Brush;
|
|
149
|
+
static au: number;
|
|
151
150
|
static gc: Brush;
|
|
152
151
|
static ge: Brush;
|
|
153
|
-
static
|
|
154
|
-
static gi: Brush;
|
|
152
|
+
static gd: Brush;
|
|
155
153
|
static gf: Brush;
|
|
154
|
+
static at: number;
|
|
156
155
|
static gj: Brush;
|
|
157
|
-
static gm: Brush;
|
|
158
156
|
static gg: Brush;
|
|
159
|
-
static gh: Brush;
|
|
160
157
|
static gk: Brush;
|
|
158
|
+
static gn: Brush;
|
|
159
|
+
static gh: Brush;
|
|
160
|
+
static gi: Brush;
|
|
161
161
|
static gl: Brush;
|
|
162
|
-
static
|
|
163
|
-
static
|
|
164
|
-
static fd: Brush;
|
|
162
|
+
static gm: Brush;
|
|
163
|
+
static ao: number;
|
|
165
164
|
static fc: Brush;
|
|
166
165
|
static fe: Brush;
|
|
167
|
-
static
|
|
168
|
-
static fi: Brush;
|
|
166
|
+
static fd: Brush;
|
|
169
167
|
static ff: Brush;
|
|
168
|
+
static an: number;
|
|
170
169
|
static fj: Brush;
|
|
171
|
-
static fm: Brush;
|
|
172
170
|
static fg: Brush;
|
|
173
|
-
static fh: Brush;
|
|
174
171
|
static fk: Brush;
|
|
172
|
+
static fn: Brush;
|
|
173
|
+
static fh: Brush;
|
|
174
|
+
static fi: Brush;
|
|
175
175
|
static fl: Brush;
|
|
176
|
-
|
|
177
|
-
private
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
get ez(): Brush;
|
|
182
|
-
set ez(a: Brush);
|
|
183
|
-
private dp;
|
|
184
|
-
get e1(): Brush;
|
|
185
|
-
set e1(a: Brush);
|
|
186
|
-
private du;
|
|
187
|
-
get e6(): Brush;
|
|
188
|
-
set e6(a: Brush);
|
|
189
|
-
private dr;
|
|
190
|
-
get e3(): Brush;
|
|
191
|
-
set e3(a: Brush);
|
|
176
|
+
static fm: Brush;
|
|
177
|
+
private di;
|
|
178
|
+
private ae;
|
|
179
|
+
get am(): number;
|
|
180
|
+
set am(a: number);
|
|
192
181
|
private dn;
|
|
193
182
|
get e0(): Brush;
|
|
194
183
|
set e0(a: Brush);
|
|
195
184
|
private dq;
|
|
196
185
|
get e2(): Brush;
|
|
197
186
|
set e2(a: Brush);
|
|
198
|
-
private ac;
|
|
199
|
-
get ak(): number;
|
|
200
|
-
set ak(a: number);
|
|
201
187
|
private dv;
|
|
202
188
|
get e7(): Brush;
|
|
203
189
|
set e7(a: Brush);
|
|
204
|
-
private dy;
|
|
205
|
-
get fa(): Brush;
|
|
206
|
-
set fa(a: Brush);
|
|
207
190
|
private ds;
|
|
208
191
|
get e4(): Brush;
|
|
209
192
|
set e4(a: Brush);
|
|
210
|
-
private
|
|
211
|
-
get
|
|
212
|
-
set
|
|
193
|
+
private dp;
|
|
194
|
+
get e1(): Brush;
|
|
195
|
+
set e1(a: Brush);
|
|
196
|
+
private dr;
|
|
197
|
+
get e3(): Brush;
|
|
198
|
+
set e3(a: Brush);
|
|
199
|
+
private ad;
|
|
200
|
+
get al(): number;
|
|
201
|
+
set al(a: number);
|
|
213
202
|
private dw;
|
|
214
203
|
get e8(): Brush;
|
|
215
204
|
set e8(a: Brush);
|
|
205
|
+
private dz;
|
|
206
|
+
get fb(): Brush;
|
|
207
|
+
set fb(a: Brush);
|
|
208
|
+
private dt;
|
|
209
|
+
get e5(): Brush;
|
|
210
|
+
set e5(a: Brush);
|
|
211
|
+
private du;
|
|
212
|
+
get e6(): Brush;
|
|
213
|
+
set e6(a: Brush);
|
|
216
214
|
private dx;
|
|
217
215
|
get e9(): Brush;
|
|
218
216
|
set e9(a: Brush);
|
|
219
|
-
private
|
|
220
|
-
get
|
|
221
|
-
set
|
|
222
|
-
private
|
|
223
|
-
get
|
|
224
|
-
set
|
|
225
|
-
private d9;
|
|
226
|
-
get hp(): Brush;
|
|
227
|
-
set hp(a: Brush);
|
|
228
|
-
private ee;
|
|
229
|
-
get hu(): Brush;
|
|
230
|
-
set hu(a: Brush);
|
|
231
|
-
private eb;
|
|
232
|
-
get hr(): Brush;
|
|
233
|
-
set hr(a: Brush);
|
|
234
|
-
private ec;
|
|
235
|
-
get hs(): Brush;
|
|
236
|
-
set hs(a: Brush);
|
|
217
|
+
private dy;
|
|
218
|
+
get fa(): Brush;
|
|
219
|
+
set fa(a: Brush);
|
|
220
|
+
private ai;
|
|
221
|
+
get a2(): number;
|
|
222
|
+
set a2(a: number);
|
|
237
223
|
private d8;
|
|
238
224
|
get ho(): Brush;
|
|
239
225
|
set ho(a: Brush);
|
|
240
226
|
private ea;
|
|
241
227
|
get hq(): Brush;
|
|
242
228
|
set hq(a: Brush);
|
|
243
|
-
private
|
|
244
|
-
get
|
|
245
|
-
set
|
|
229
|
+
private ef;
|
|
230
|
+
get hv(): Brush;
|
|
231
|
+
set hv(a: Brush);
|
|
232
|
+
private ec;
|
|
233
|
+
get hs(): Brush;
|
|
234
|
+
set hs(a: Brush);
|
|
246
235
|
private ed;
|
|
247
236
|
get ht(): Brush;
|
|
248
237
|
set ht(a: Brush);
|
|
249
|
-
private
|
|
250
|
-
get
|
|
251
|
-
set
|
|
252
|
-
private
|
|
253
|
-
get
|
|
254
|
-
set
|
|
238
|
+
private d9;
|
|
239
|
+
get hp(): Brush;
|
|
240
|
+
set hp(a: Brush);
|
|
241
|
+
private eb;
|
|
242
|
+
get hr(): Brush;
|
|
243
|
+
set hr(a: Brush);
|
|
244
|
+
private ah;
|
|
245
|
+
get a1(): number;
|
|
246
|
+
set a1(a: number);
|
|
247
|
+
private ee;
|
|
248
|
+
get hu(): Brush;
|
|
249
|
+
set hu(a: Brush);
|
|
255
250
|
private ew;
|
|
256
251
|
get h8(): Brush;
|
|
257
252
|
set h8(a: Brush);
|
|
253
|
+
private ez;
|
|
254
|
+
get ib(): Brush;
|
|
255
|
+
set ib(a: Brush);
|
|
258
256
|
private ex;
|
|
259
257
|
get h9(): Brush;
|
|
260
258
|
set h9(a: Brush);
|
|
261
|
-
private
|
|
262
|
-
get
|
|
263
|
-
set
|
|
264
|
-
private
|
|
265
|
-
get
|
|
266
|
-
set
|
|
267
|
-
private eh;
|
|
268
|
-
get hx(): Brush;
|
|
269
|
-
set hx(a: Brush);
|
|
270
|
-
private em;
|
|
271
|
-
get h2(): Brush;
|
|
272
|
-
set h2(a: Brush);
|
|
273
|
-
private ej;
|
|
274
|
-
get hz(): Brush;
|
|
275
|
-
set hz(a: Brush);
|
|
276
|
-
private ek;
|
|
277
|
-
get h0(): Brush;
|
|
278
|
-
set h0(a: Brush);
|
|
259
|
+
private ey;
|
|
260
|
+
get ia(): Brush;
|
|
261
|
+
set ia(a: Brush);
|
|
262
|
+
private ak;
|
|
263
|
+
get a4(): number;
|
|
264
|
+
set a4(a: number);
|
|
279
265
|
private eg;
|
|
280
266
|
get hw(): Brush;
|
|
281
267
|
set hw(a: Brush);
|
|
282
268
|
private ei;
|
|
283
269
|
get hy(): Brush;
|
|
284
270
|
set hy(a: Brush);
|
|
285
|
-
private
|
|
286
|
-
get
|
|
287
|
-
set
|
|
271
|
+
private en;
|
|
272
|
+
get h3(): Brush;
|
|
273
|
+
set h3(a: Brush);
|
|
274
|
+
private ek;
|
|
275
|
+
get h0(): Brush;
|
|
276
|
+
set h0(a: Brush);
|
|
288
277
|
private el;
|
|
289
278
|
get h1(): Brush;
|
|
290
279
|
set h1(a: Brush);
|
|
291
|
-
private
|
|
292
|
-
get
|
|
293
|
-
set
|
|
294
|
-
private
|
|
295
|
-
get
|
|
296
|
-
set
|
|
297
|
-
|
|
280
|
+
private eh;
|
|
281
|
+
get hx(): Brush;
|
|
282
|
+
set hx(a: Brush);
|
|
283
|
+
private ej;
|
|
284
|
+
get hz(): Brush;
|
|
285
|
+
set hz(a: Brush);
|
|
286
|
+
private aj;
|
|
287
|
+
get a3(): number;
|
|
288
|
+
set a3(a: number);
|
|
289
|
+
private em;
|
|
290
|
+
get h2(): Brush;
|
|
291
|
+
set h2(a: Brush);
|
|
298
292
|
private es;
|
|
299
293
|
get h4(): Brush;
|
|
300
294
|
set h4(a: Brush);
|
|
295
|
+
private ev;
|
|
296
|
+
get h7(): Brush;
|
|
297
|
+
set h7(a: Brush);
|
|
298
|
+
static readonly cw: string;
|
|
301
299
|
private et;
|
|
302
300
|
get h5(): Brush;
|
|
303
301
|
set h5(a: Brush);
|
|
304
|
-
private
|
|
305
|
-
get
|
|
306
|
-
set
|
|
307
|
-
private
|
|
308
|
-
get
|
|
309
|
-
set
|
|
310
|
-
private d1;
|
|
311
|
-
get hd(): Brush;
|
|
312
|
-
set hd(a: Brush);
|
|
313
|
-
private d6;
|
|
314
|
-
get hi(): Brush;
|
|
315
|
-
set hi(a: Brush);
|
|
316
|
-
private d3;
|
|
317
|
-
get hf(): Brush;
|
|
318
|
-
set hf(a: Brush);
|
|
319
|
-
private d4;
|
|
320
|
-
get hg(): Brush;
|
|
321
|
-
set hg(a: Brush);
|
|
302
|
+
private eu;
|
|
303
|
+
get h6(): Brush;
|
|
304
|
+
set h6(a: Brush);
|
|
305
|
+
private ag;
|
|
306
|
+
get a0(): number;
|
|
307
|
+
set a0(a: number);
|
|
322
308
|
private d0;
|
|
323
309
|
get hc(): Brush;
|
|
324
310
|
set hc(a: Brush);
|
|
325
311
|
private d2;
|
|
326
312
|
get he(): Brush;
|
|
327
313
|
set he(a: Brush);
|
|
328
|
-
private
|
|
329
|
-
get
|
|
330
|
-
set
|
|
314
|
+
private d7;
|
|
315
|
+
get hj(): Brush;
|
|
316
|
+
set hj(a: Brush);
|
|
317
|
+
private d4;
|
|
318
|
+
get hg(): Brush;
|
|
319
|
+
set hg(a: Brush);
|
|
331
320
|
private d5;
|
|
332
321
|
get hh(): Brush;
|
|
333
322
|
set hh(a: Brush);
|
|
334
|
-
private
|
|
335
|
-
get
|
|
336
|
-
set
|
|
337
|
-
private
|
|
338
|
-
get
|
|
339
|
-
set
|
|
323
|
+
private d1;
|
|
324
|
+
get hd(): Brush;
|
|
325
|
+
set hd(a: Brush);
|
|
326
|
+
private d3;
|
|
327
|
+
get hf(): Brush;
|
|
328
|
+
set hf(a: Brush);
|
|
329
|
+
private af;
|
|
330
|
+
get az(): number;
|
|
331
|
+
set az(a: number);
|
|
332
|
+
private d6;
|
|
333
|
+
get hi(): Brush;
|
|
334
|
+
set hi(a: Brush);
|
|
340
335
|
private eo;
|
|
341
336
|
get hk(): Brush;
|
|
342
337
|
set hk(a: Brush);
|
|
338
|
+
private er;
|
|
339
|
+
get hn(): Brush;
|
|
340
|
+
set hn(a: Brush);
|
|
343
341
|
private ep;
|
|
344
342
|
get hl(): Brush;
|
|
345
343
|
set hl(a: Brush);
|
|
344
|
+
private eq;
|
|
345
|
+
get hm(): Brush;
|
|
346
|
+
set hm(a: Brush);
|
|
346
347
|
private j;
|
|
347
348
|
get k(): ButtonGroupOrientation;
|
|
348
349
|
set k(a: ButtonGroupOrientation);
|
|
349
|
-
private static
|
|
350
|
-
private
|
|
351
|
-
get
|
|
352
|
-
set
|
|
350
|
+
private static a5;
|
|
351
|
+
private a7;
|
|
352
|
+
get b6(): string;
|
|
353
|
+
set b6(a: string);
|
|
354
|
+
private x;
|
|
353
355
|
private w;
|
|
354
|
-
private v;
|
|
355
356
|
get disabled(): boolean;
|
|
356
357
|
set disabled(a: boolean);
|
|
357
|
-
private
|
|
358
|
-
get
|
|
359
|
-
set
|
|
360
|
-
|
|
358
|
+
private y;
|
|
359
|
+
get aa(): boolean;
|
|
360
|
+
set aa(a: boolean);
|
|
361
|
+
dc(): void;
|
|
361
362
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
362
363
|
onDetachedFromUI(): void;
|
|
363
364
|
onAttachedToUI(): void;
|
|
364
|
-
protected
|
|
365
|
-
|
|
366
|
-
|
|
365
|
+
protected ac(): boolean;
|
|
366
|
+
a6(): any;
|
|
367
|
+
br(): string;
|
|
367
368
|
e(): ButtonGroupVisualModelExport;
|
|
368
369
|
provideContainer(a: DomRenderer): void;
|
|
369
370
|
private f;
|
|
370
371
|
get buttons(): XButtonGroupButtonCollection;
|
|
371
372
|
selectionChanged: (sender: any, args: ButtonGroupSelectionChangedEventArgs) => void;
|
|
373
|
+
static n: ThemeResolver;
|
|
372
374
|
}
|