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