igniteui-webcomponents-inputs 4.0.3 → 4.2.2

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 (51) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +2781 -2143
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonGroupView_combined.js +17 -17
  4. package/esm2015/lib/ButtonView_combined.js +945 -939
  5. package/esm2015/lib/CalendarView_combined.js +80 -80
  6. package/esm2015/lib/DatePickerView_combined.js +82 -64
  7. package/esm2015/lib/IconView_combined.js +250 -238
  8. package/esm2015/lib/InputGroupView_combined.js +368 -357
  9. package/esm2015/lib/NativeUIXInputsFactory.js +143 -0
  10. package/esm2015/lib/XButtonBridge.js +101 -0
  11. package/esm2015/lib/XCheckboxBridge.js +69 -0
  12. package/esm2015/lib/XComponentBridge.js +34 -0
  13. package/esm2015/lib/XIconButtonBridge.js +65 -0
  14. package/esm2015/lib/XInputBridge.js +162 -0
  15. package/esm2015/lib/igc-x-button-component.js +366 -366
  16. package/esm2015/lib/igc-x-icon-component.js +74 -63
  17. package/esm2015/lib/igc-x-input-component.js +65 -54
  18. package/esm2015/public_api.js +6 -0
  19. package/esm5/lib/ButtonGroupView_combined.js +17 -17
  20. package/esm5/lib/ButtonView_combined.js +941 -935
  21. package/esm5/lib/CalendarView_combined.js +80 -80
  22. package/esm5/lib/DatePickerView_combined.js +82 -64
  23. package/esm5/lib/IconView_combined.js +240 -224
  24. package/esm5/lib/InputGroupView_combined.js +353 -338
  25. package/esm5/lib/NativeUIXInputsFactory.js +153 -0
  26. package/esm5/lib/XButtonBridge.js +103 -0
  27. package/esm5/lib/XCheckboxBridge.js +71 -0
  28. package/esm5/lib/XComponentBridge.js +36 -0
  29. package/esm5/lib/XIconButtonBridge.js +67 -0
  30. package/esm5/lib/XInputBridge.js +164 -0
  31. package/esm5/lib/igc-x-button-component.js +366 -366
  32. package/esm5/lib/igc-x-icon-component.js +79 -64
  33. package/esm5/lib/igc-x-input-component.js +70 -55
  34. package/esm5/public_api.js +6 -0
  35. package/fesm2015/igniteui-webcomponents-inputs.js +2785 -2178
  36. package/fesm5/igniteui-webcomponents-inputs.js +2772 -2141
  37. package/lib/ButtonView_combined.d.ts +262 -260
  38. package/lib/DatePickerView_combined.d.ts +22 -21
  39. package/lib/DatePickerVisualModelExport.d.ts +1 -1
  40. package/lib/IconView_combined.d.ts +59 -56
  41. package/lib/InputGroupView_combined.d.ts +91 -89
  42. package/lib/NativeUIXInputsFactory.d.ts +22 -0
  43. package/lib/XButtonBridge.d.ts +21 -0
  44. package/lib/XCheckboxBridge.d.ts +19 -0
  45. package/lib/XComponentBridge.d.ts +17 -0
  46. package/lib/XIconButtonBridge.d.ts +16 -0
  47. package/lib/XInputBridge.d.ts +24 -0
  48. package/lib/igc-x-icon-component.d.ts +6 -1
  49. package/lib/igc-x-input-component.d.ts +6 -1
  50. package/package.json +2 -2
  51. package/public_api.d.ts +6 -0
@@ -16,26 +16,26 @@ export declare class ButtonView extends Base {
16
16
  static $t: Type;
17
17
  constructor();
18
18
  b: XButton;
19
- aj(): void;
19
+ ak(): void;
20
20
  g(): boolean;
21
21
  k: DomRenderer;
22
22
  private d;
23
23
  private h;
24
24
  readonly q: any;
25
25
  readonly r: any;
26
- ad(a: DomRenderer): void;
27
- af(): void;
28
- as(): void;
29
- ao(a: number): void;
30
- an(a: number): void;
31
- al(): void;
26
+ ae(a: DomRenderer): void;
32
27
  ag(): void;
33
- ab(): void;
28
+ at(): void;
29
+ ap(a: number): void;
30
+ ao(a: number): void;
31
+ am(): void;
34
32
  ah(): void;
33
+ ac(): void;
35
34
  ai(): void;
35
+ aj(): void;
36
36
  private s;
37
- ap(): void;
38
- ak(): void;
37
+ aq(): void;
38
+ al(): void;
39
39
  private t;
40
40
  private u;
41
41
  private v;
@@ -43,7 +43,7 @@ export declare class ButtonView extends Base {
43
43
  private x;
44
44
  private f;
45
45
  private w;
46
- aa(): void;
46
+ ab(): void;
47
47
  private e;
48
48
  private n;
49
49
  private j;
@@ -53,13 +53,14 @@ export declare class ButtonView extends Base {
53
53
  private m;
54
54
  private p;
55
55
  private o;
56
- ac(): void;
57
- ae(): void;
58
- am(): void;
59
- aq(a: Brush, b: Brush): void;
60
- ar(a: number, b: ElevationMode): void;
61
- at(a: FontInfo): void;
56
+ ad(): void;
57
+ af(): void;
58
+ an(): void;
59
+ ar(a: Brush, b: Brush): void;
60
+ as(a: number, b: ElevationMode): void;
61
+ au(a: FontInfo): void;
62
62
  z(a: any): void;
63
+ aa(): void;
63
64
  a(): number[];
64
65
  }
65
66
  /**
@@ -72,285 +73,285 @@ export declare class XButton extends Base implements INotifyPropertyChanged {
72
73
  view: ButtonView;
73
74
  ez: any;
74
75
  destroy(): void;
75
- protected jy(a: string, b: any, c: any): void;
76
- protected j0(a: string, b: any, c: any): void;
77
- private kd;
78
- private j3;
76
+ protected jz(a: string, b: any, c: any): void;
77
+ protected j1(a: string, b: any, c: any): void;
78
+ private ke;
79
+ private j4;
80
+ ju(): void;
79
81
  jt(): void;
80
- js(): void;
81
- jv(): void;
82
- jx(): void;
83
82
  jw(): void;
84
- private j2;
85
- static rs: Brush;
86
- static rg: Brush;
87
- static p7: Brush;
83
+ jy(): void;
84
+ jx(): void;
85
+ private j3;
86
+ static rt: Brush;
87
+ static rh: Brush;
88
+ static p8: Brush;
88
89
  static s: ElevationMode;
89
- static rj: Brush;
90
90
  static rk: Brush;
91
91
  static rl: Brush;
92
+ static rm: Brush;
92
93
  static du: number;
93
94
  static dx: number;
94
95
  static dw: number;
95
96
  static dv: number;
97
+ static rj: Brush;
98
+ static rr: Brush;
99
+ static ks: CornerRadius;
100
+ static ba: number;
96
101
  static ri: Brush;
102
+ static rs: Brush;
97
103
  static rq: Brush;
98
- static kr: CornerRadius;
99
- static ba: number;
100
- static rh: Brush;
101
- static rr: Brush;
102
104
  static rp: Brush;
103
- static ro: Brush;
104
- static rm: Brush;
105
105
  static rn: Brush;
106
- static ql: Brush;
106
+ static ro: Brush;
107
107
  static qm: Brush;
108
108
  static qn: Brush;
109
+ static qo: Brush;
109
110
  static dh: number;
110
111
  static dk: number;
111
112
  static dj: number;
112
113
  static di: number;
114
+ static ql: Brush;
115
+ static qt: Brush;
116
+ static kp: CornerRadius;
117
+ static a7: number;
113
118
  static qk: Brush;
119
+ static qu: Brush;
114
120
  static qs: Brush;
115
- static ko: CornerRadius;
116
- static a7: number;
117
- static qj: Brush;
118
- static qt: Brush;
119
121
  static qr: Brush;
120
- static qq: Brush;
121
- static qo: Brush;
122
122
  static qp: Brush;
123
- static q7: Brush;
123
+ static qq: Brush;
124
124
  static q8: Brush;
125
125
  static q9: Brush;
126
+ static ra: Brush;
126
127
  static dq: number;
127
128
  static dt: number;
128
129
  static ds: number;
129
130
  static dr: number;
131
+ static q7: Brush;
132
+ static rf: Brush;
133
+ static kr: CornerRadius;
134
+ static a9: number;
130
135
  static q6: Brush;
136
+ static rg: Brush;
131
137
  static re: Brush;
132
- static kq: CornerRadius;
133
- static a9: number;
134
- static q5: Brush;
135
- static rf: Brush;
136
138
  static rd: Brush;
137
- static rc: Brush;
138
- static ra: Brush;
139
139
  static rb: Brush;
140
- static qw: Brush;
140
+ static rc: Brush;
141
141
  static qx: Brush;
142
142
  static qy: Brush;
143
+ static qz: Brush;
143
144
  static dl: number;
144
145
  static dp: number;
145
146
  static dn: number;
146
147
  static dm: number;
148
+ static qw: Brush;
149
+ static q4: Brush;
150
+ static kq: CornerRadius;
151
+ static a8: number;
147
152
  static qv: Brush;
153
+ static q5: Brush;
148
154
  static q3: Brush;
149
- static kp: CornerRadius;
150
- static a8: number;
151
- static qu: Brush;
152
- static q4: Brush;
153
155
  static q2: Brush;
154
- static q1: Brush;
155
- static qz: Brush;
156
156
  static q0: Brush;
157
- static qa: Brush;
157
+ static q1: Brush;
158
158
  static qb: Brush;
159
159
  static qc: Brush;
160
+ static qd: Brush;
160
161
  static dd: number;
161
162
  static dg: number;
162
163
  static df: number;
163
164
  static de: number;
165
+ static qa: Brush;
166
+ static qi: Brush;
167
+ static ko: CornerRadius;
168
+ static a6: number;
164
169
  static p9: Brush;
170
+ static qj: Brush;
165
171
  static qh: Brush;
166
- static kn: CornerRadius;
167
- static a6: number;
168
- static p8: Brush;
169
- static qi: Brush;
170
172
  static qg: Brush;
171
- static qf: Brush;
172
- static qd: Brush;
173
173
  static qe: Brush;
174
- static o9: Brush;
175
- static ox: Brush;
176
- static no: Brush;
174
+ static qf: Brush;
175
+ static pa: Brush;
176
+ static oy: Brush;
177
+ static np: Brush;
177
178
  static q: ElevationMode;
178
- static o0: Brush;
179
179
  static o1: Brush;
180
180
  static o2: Brush;
181
+ static o3: Brush;
181
182
  static cx: number;
182
183
  static c0: number;
183
184
  static cz: number;
184
185
  static cy: number;
186
+ static o0: Brush;
187
+ static o8: Brush;
188
+ static kk: CornerRadius;
189
+ static a2: number;
185
190
  static oz: Brush;
191
+ static o9: Brush;
186
192
  static o7: Brush;
187
- static kj: CornerRadius;
188
- static a2: number;
189
- static oy: Brush;
190
- static o8: Brush;
191
193
  static o6: Brush;
192
- static o5: Brush;
193
- static o3: Brush;
194
194
  static o4: Brush;
195
- static n2: Brush;
195
+ static o5: Brush;
196
196
  static n3: Brush;
197
197
  static n4: Brush;
198
+ static n5: Brush;
198
199
  static cl: number;
199
200
  static co: number;
200
201
  static cn: number;
201
202
  static cm: number;
203
+ static n2: Brush;
204
+ static oa: Brush;
205
+ static kh: CornerRadius;
206
+ static az: number;
202
207
  static n1: Brush;
208
+ static ob: Brush;
203
209
  static n9: Brush;
204
- static kg: CornerRadius;
205
- static az: number;
206
- static n0: Brush;
207
- static oa: Brush;
208
210
  static n8: Brush;
209
- static n7: Brush;
210
- static n5: Brush;
211
211
  static n6: Brush;
212
- static oo: Brush;
212
+ static n7: Brush;
213
213
  static op: Brush;
214
214
  static oq: Brush;
215
+ static or: Brush;
215
216
  static ct: number;
216
217
  static cw: number;
217
218
  static cv: number;
218
219
  static cu: number;
220
+ static oo: Brush;
221
+ static ow: Brush;
222
+ static kj: CornerRadius;
223
+ static a1: number;
219
224
  static on: Brush;
225
+ static ox: Brush;
220
226
  static ov: Brush;
221
- static ki: CornerRadius;
222
- static a1: number;
223
- static om: Brush;
224
- static ow: Brush;
225
227
  static ou: Brush;
226
- static ot: Brush;
227
- static or: Brush;
228
228
  static os: Brush;
229
- static od: Brush;
229
+ static ot: Brush;
230
230
  static oe: Brush;
231
231
  static of: Brush;
232
+ static og: Brush;
232
233
  static cp: number;
233
234
  static cs: number;
234
235
  static cr: number;
235
236
  static cq: number;
237
+ static od: Brush;
238
+ static ol: Brush;
239
+ static ki: CornerRadius;
240
+ static a0: number;
236
241
  static oc: Brush;
242
+ static om: Brush;
237
243
  static ok: Brush;
238
- static kh: CornerRadius;
239
- static a0: number;
240
- static ob: Brush;
241
- static ol: Brush;
242
244
  static oj: Brush;
243
- static oi: Brush;
244
- static og: Brush;
245
245
  static oh: Brush;
246
- static nr: Brush;
246
+ static oi: Brush;
247
247
  static ns: Brush;
248
248
  static nt: Brush;
249
+ static nu: Brush;
249
250
  static ch: number;
250
251
  static ck: number;
251
252
  static cj: number;
252
253
  static ci: number;
254
+ static nr: Brush;
255
+ static nz: Brush;
256
+ static kg: CornerRadius;
257
+ static ay: number;
253
258
  static nq: Brush;
259
+ static n0: Brush;
254
260
  static ny: Brush;
255
- static kf: CornerRadius;
256
- static ay: number;
257
- static np: Brush;
258
- static nz: Brush;
259
261
  static nx: Brush;
260
- static nw: Brush;
261
- static nu: Brush;
262
262
  static nv: Brush;
263
+ static nw: Brush;
263
264
  static h: BaseControlTheme;
264
- sg: Brush;
265
- r4: Brush;
266
- nn: Brush;
265
+ sh: Brush;
266
+ r5: Brush;
267
+ no: Brush;
267
268
  r: ElevationMode;
268
- r7: Brush;
269
269
  r8: Brush;
270
270
  r9: Brush;
271
+ sa: Brush;
271
272
  d2: number;
272
273
  d5: number;
273
274
  d4: number;
274
275
  d3: number;
276
+ r7: Brush;
277
+ sf: Brush;
278
+ ku: CornerRadius;
279
+ bc: number;
275
280
  r6: Brush;
281
+ sg: Brush;
276
282
  se: Brush;
277
- kt: CornerRadius;
278
- bc: number;
279
- r5: Brush;
280
- sf: Brush;
281
283
  sd: Brush;
282
- sc: Brush;
283
- sa: Brush;
284
284
  sb: Brush;
285
- pn: Brush;
285
+ sc: Brush;
286
286
  po: Brush;
287
287
  pp: Brush;
288
+ pq: Brush;
288
289
  c5: number;
289
290
  c8: number;
290
291
  c7: number;
291
292
  c6: number;
293
+ pn: Brush;
294
+ pv: Brush;
295
+ km: CornerRadius;
296
+ a4: number;
292
297
  pm: Brush;
298
+ pw: Brush;
293
299
  pu: Brush;
294
- kl: CornerRadius;
295
- a4: number;
296
- pl: Brush;
297
- pv: Brush;
298
300
  pt: Brush;
299
- ps: Brush;
300
- pq: Brush;
301
301
  pr: Brush;
302
- rv: Brush;
302
+ ps: Brush;
303
303
  rw: Brush;
304
304
  rx: Brush;
305
+ ry: Brush;
305
306
  dy: number;
306
307
  d1: number;
307
308
  d0: number;
308
309
  dz: number;
310
+ rv: Brush;
311
+ r3: Brush;
312
+ kt: CornerRadius;
313
+ bb: number;
309
314
  ru: Brush;
315
+ r4: Brush;
310
316
  r2: Brush;
311
- ks: CornerRadius;
312
- bb: number;
313
- rt: Brush;
314
- r3: Brush;
315
317
  r1: Brush;
316
- r0: Brush;
317
- ry: Brush;
318
318
  rz: Brush;
319
- py: Brush;
319
+ r0: Brush;
320
320
  pz: Brush;
321
321
  p0: Brush;
322
+ p1: Brush;
322
323
  c9: number;
323
324
  dc: number;
324
325
  db: number;
325
326
  da: number;
327
+ py: Brush;
328
+ p6: Brush;
329
+ kn: CornerRadius;
330
+ a5: number;
326
331
  px: Brush;
332
+ p7: Brush;
327
333
  p5: Brush;
328
- km: CornerRadius;
329
- a5: number;
330
- pw: Brush;
331
- p6: Brush;
332
334
  p4: Brush;
333
- p3: Brush;
334
- p1: Brush;
335
335
  p2: Brush;
336
- pc: Brush;
336
+ p3: Brush;
337
337
  pd: Brush;
338
338
  pe: Brush;
339
+ pf: Brush;
339
340
  c1: number;
340
341
  c4: number;
341
342
  c3: number;
342
343
  c2: number;
344
+ pc: Brush;
345
+ pk: Brush;
346
+ kl: CornerRadius;
347
+ a3: number;
343
348
  pb: Brush;
349
+ pl: Brush;
344
350
  pj: Brush;
345
- kk: CornerRadius;
346
- a3: number;
347
- pa: Brush;
348
- pk: Brush;
349
351
  pi: Brush;
350
- ph: Brush;
351
- pf: Brush;
352
352
  pg: Brush;
353
- private j4;
353
+ ph: Brush;
354
+ private j5;
354
355
  private at;
355
356
  bh: number;
356
357
  private as;
@@ -363,62 +364,62 @@ export declare class XButton extends Base implements INotifyPropertyChanged {
363
364
  i: BaseControlTheme;
364
365
  private j;
365
366
  l: ControlDisplayDensity;
366
- private k1;
367
- m9: Brush;
368
- private lc;
369
- nk: Brush;
370
- private k9;
371
- nh: Brush;
372
- private kz;
373
- m7: Brush;
367
+ private k2;
368
+ na: Brush;
369
+ private ld;
370
+ nl: Brush;
371
+ private la;
372
+ ni: Brush;
373
+ private k0;
374
+ m8: Brush;
374
375
  private bn;
375
376
  cg: number;
376
377
  private bl;
377
378
  ce: number;
378
379
  private bm;
379
380
  cf: number;
380
- private la;
381
- ni: Brush;
382
- private j5;
383
- kc: CornerRadius;
384
- private k0;
385
- m8: Brush;
386
- private k2;
387
- na: Brush;
381
+ private lb;
382
+ nj: Brush;
383
+ private j6;
384
+ kd: CornerRadius;
385
+ private k1;
386
+ m9: Brush;
388
387
  private k3;
389
388
  nb: Brush;
390
389
  private k4;
391
390
  nc: Brush;
391
+ private k5;
392
+ nd: Brush;
392
393
  private bk;
393
394
  cd: number;
394
395
  private n;
395
396
  p: ElevationMode;
396
- private lb;
397
- nj: Brush;
398
- private k8;
399
- ng: Brush;
400
- private k5;
401
- nd: Brush;
397
+ private lc;
398
+ nk: Brush;
399
+ private k9;
400
+ nh: Brush;
402
401
  private k6;
403
402
  ne: Brush;
404
403
  private k7;
405
404
  nf: Brush;
405
+ private k8;
406
+ ng: Brush;
406
407
  private an;
407
408
  aw: number;
408
- private mu;
409
- tw: Brush;
410
- private mw;
411
- ty: Brush;
409
+ private mv;
410
+ tx: Brush;
412
411
  private mx;
413
412
  tz: Brush;
414
413
  private my;
415
414
  t0: Brush;
415
+ private mz;
416
+ t1: Brush;
416
417
  private b7;
417
418
  ep: number;
418
- private m1;
419
- t3: Brush;
420
- private mv;
421
- tx: Brush;
419
+ private m2;
420
+ t4: Brush;
421
+ private mw;
422
+ ty: Brush;
422
423
  private ca;
423
424
  es: number;
424
425
  private b9;
@@ -427,60 +428,60 @@ export declare class XButton extends Base implements INotifyPropertyChanged {
427
428
  eq: number;
428
429
  private av;
429
430
  bj: number;
430
- private kb;
431
- ky: CornerRadius;
432
- private m3;
433
- t5: Brush;
434
- private ls;
435
- sv: Brush;
436
- private lu;
437
- sx: Brush;
431
+ private kc;
432
+ kz: CornerRadius;
433
+ private m4;
434
+ t6: Brush;
435
+ private lt;
436
+ sw: Brush;
438
437
  private lv;
439
438
  sy: Brush;
440
439
  private lw;
441
440
  sz: Brush;
441
+ private lx;
442
+ s0: Brush;
442
443
  private bt;
443
444
  eb: number;
444
- private lz;
445
- s2: Brush;
446
- private lt;
447
- sw: Brush;
445
+ private l0;
446
+ s3: Brush;
447
+ private lu;
448
+ sx: Brush;
448
449
  private bw;
449
450
  ee: number;
450
451
  private bv;
451
452
  ed: number;
452
453
  private bu;
453
454
  ec: number;
454
- private l1;
455
- s4: Brush;
456
455
  private l2;
457
456
  s5: Brush;
458
- private l0;
459
- s3: Brush;
460
- private lx;
461
- s0: Brush;
457
+ private l3;
458
+ s6: Brush;
459
+ private l1;
460
+ s4: Brush;
462
461
  private ly;
463
462
  s1: Brush;
463
+ private lz;
464
+ s2: Brush;
464
465
  private aq;
465
466
  be: number;
466
- private j8;
467
- kv: CornerRadius;
468
- private ld;
469
- nl: Brush;
470
- private lf;
471
- sh: Brush;
467
+ private j9;
468
+ kw: CornerRadius;
469
+ private le;
470
+ nm: Brush;
472
471
  private lg;
473
472
  si: Brush;
474
473
  private lh;
475
474
  sj: Brush;
475
+ private li;
476
+ sk: Brush;
476
477
  private bo;
477
478
  d6: number;
478
479
  private o;
479
480
  t: ElevationMode;
480
- private l5;
481
- s8: Brush;
482
- private le;
483
- nm: Brush;
481
+ private l6;
482
+ s9: Brush;
483
+ private lf;
484
+ nn: Brush;
484
485
  private cb;
485
486
  et: number;
486
487
  private by;
@@ -489,42 +490,42 @@ export declare class XButton extends Base implements INotifyPropertyChanged {
489
490
  ef: number;
490
491
  private u;
491
492
  v: FontInfo;
493
+ private m7;
494
+ t9: Brush;
495
+ private l8;
496
+ ta: Brush;
492
497
  private m6;
493
498
  t8: Brush;
494
- private l7;
495
- s9: Brush;
496
499
  private m5;
497
500
  t7: Brush;
498
- private m4;
499
- t6: Brush;
500
- private m2;
501
- t4: Brush;
502
- private mz;
503
- t1: Brush;
501
+ private m3;
502
+ t5: Brush;
504
503
  private m0;
505
504
  t2: Brush;
506
- private l3;
507
- s6: Brush;
505
+ private m1;
506
+ t3: Brush;
508
507
  private l4;
509
508
  s7: Brush;
509
+ private l5;
510
+ s8: Brush;
510
511
  private ao;
511
512
  ax: number;
512
- private j6;
513
- ke: CornerRadius;
514
- private mj;
515
- tl: Brush;
516
- private ml;
517
- tn: Brush;
513
+ private j7;
514
+ kf: CornerRadius;
515
+ private mk;
516
+ tm: Brush;
518
517
  private mm;
519
518
  to: Brush;
520
519
  private mn;
521
520
  tp: Brush;
521
+ private mo;
522
+ tq: Brush;
522
523
  private b3;
523
524
  el: number;
524
- private mq;
525
- ts: Brush;
526
- private mk;
527
- tm: Brush;
525
+ private mr;
526
+ tt: Brush;
527
+ private ml;
528
+ tn: Brush;
528
529
  private b6;
529
530
  eo: number;
530
531
  private b5;
@@ -533,32 +534,32 @@ export declare class XButton extends Base implements INotifyPropertyChanged {
533
534
  em: number;
534
535
  private au;
535
536
  bi: number;
536
- private ka;
537
- kx: CornerRadius;
538
- private ms;
539
- tu: Brush;
537
+ private kb;
538
+ ky: CornerRadius;
540
539
  private mt;
541
540
  tv: Brush;
542
- private mr;
543
- tt: Brush;
544
- private mo;
545
- tq: Brush;
541
+ private mu;
542
+ tw: Brush;
543
+ private ms;
544
+ tu: Brush;
546
545
  private mp;
547
546
  tr: Brush;
548
- private li;
549
- sk: Brush;
550
- private lk;
551
- sm: Brush;
547
+ private mq;
548
+ ts: Brush;
549
+ private lj;
550
+ sl: Brush;
552
551
  private ll;
553
552
  sn: Brush;
554
553
  private lm;
555
554
  so: Brush;
555
+ private ln;
556
+ sp: Brush;
556
557
  private bp;
557
558
  d7: number;
558
- private l6;
559
- sr: Brush;
560
- private lj;
561
- sl: Brush;
559
+ private l7;
560
+ ss: Brush;
561
+ private lk;
562
+ sm: Brush;
562
563
  private bs;
563
564
  ea: number;
564
565
  private br;
@@ -567,32 +568,32 @@ export declare class XButton extends Base implements INotifyPropertyChanged {
567
568
  d8: number;
568
569
  private ap;
569
570
  bd: number;
570
- private j7;
571
- ku: CornerRadius;
572
- private lq;
573
- st: Brush;
571
+ private j8;
572
+ kv: CornerRadius;
574
573
  private lr;
575
574
  su: Brush;
576
- private lp;
577
- ss: Brush;
578
- private ln;
579
- sp: Brush;
575
+ private ls;
576
+ sv: Brush;
577
+ private lq;
578
+ st: Brush;
580
579
  private lo;
581
580
  sq: Brush;
582
- private l8;
583
- ta: Brush;
584
- private ma;
585
- tc: Brush;
581
+ private lp;
582
+ sr: Brush;
583
+ private l9;
584
+ tb: Brush;
586
585
  private mb;
587
586
  td: Brush;
588
587
  private mc;
589
588
  te: Brush;
589
+ private md;
590
+ tf: Brush;
590
591
  private bz;
591
592
  eh: number;
592
- private mf;
593
- th: Brush;
594
- private l9;
595
- tb: Brush;
593
+ private mg;
594
+ ti: Brush;
595
+ private ma;
596
+ tc: Brush;
596
597
  private b2;
597
598
  ek: number;
598
599
  private b1;
@@ -601,18 +602,18 @@ export declare class XButton extends Base implements INotifyPropertyChanged {
601
602
  ei: number;
602
603
  private ar;
603
604
  bf: number;
604
- private j9;
605
- kw: CornerRadius;
606
- private mh;
607
- tj: Brush;
605
+ private ka;
606
+ kx: CornerRadius;
608
607
  private mi;
609
608
  tk: Brush;
610
- private mg;
611
- ti: Brush;
612
- private md;
613
- tf: Brush;
609
+ private mj;
610
+ tl: Brush;
611
+ private mh;
612
+ tj: Brush;
614
613
  private me;
615
614
  tg: Brush;
615
+ private mf;
616
+ th: Brush;
616
617
  private static ew;
617
618
  private e7;
618
619
  h8: string;
@@ -651,13 +652,14 @@ export declare class XButton extends Base implements INotifyPropertyChanged {
651
652
  disabled: boolean;
652
653
  private y;
653
654
  ag: boolean;
654
- jz(): void;
655
+ j0(): void;
655
656
  private readonly a;
656
- private jq;
657
+ private jr;
657
658
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
658
659
  onDetachedFromUI(): void;
659
660
  onAttachedToUI(): void;
660
661
  appendButtonContent(a: any): void;
662
+ clearButtonContent(): void;
661
663
  protected am(): boolean;
662
664
  ey(): any;
663
665
  gg(): string;