igniteui-angular-core 16.1.0-beta.0 → 16.1.0-beta.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-angular-core.umd.js +747 -710
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/ButtonDescription.js +502 -494
- package/esm2015/lib/ButtonDescriptionMetadata.js +1 -0
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +19 -8
- package/esm2015/lib/ComboBoxColumnDescription.js +12 -11
- package/esm2015/lib/DataGridColumnDescription.js +80 -79
- package/esm2015/lib/DateTimeColumnDescription.js +30 -29
- package/esm2015/lib/EditRowDefinitionDescription.js +1 -0
- package/esm2015/lib/EditorDefinitionDescription.js +1 -0
- package/esm2015/lib/FilterRowDefinitionDescription.js +1 -0
- package/esm2015/lib/HeaderDescription.js +11 -10
- package/esm2015/lib/ImageColumnDescription.js +16 -15
- package/esm2015/lib/NumericColumnDescription.js +42 -41
- package/esm2015/lib/PropertyEditorPropertyDescriptionDescriptionMetadata.js +1 -1
- package/esm2015/lib/TemplateColumnDescription.js +7 -6
- package/esm2015/lib/TemplateHeaderDescription.js +4 -3
- package/esm2015/lib/TextColumnDescription.js +14 -13
- package/esm2015/lib/TextHeaderDescription.js +1 -0
- package/esm5/lib/ButtonDescription.js +506 -494
- package/esm5/lib/ButtonDescriptionMetadata.js +1 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +19 -8
- package/esm5/lib/ComboBoxColumnDescription.js +12 -11
- package/esm5/lib/DataGridColumnDescription.js +80 -79
- package/esm5/lib/DateTimeColumnDescription.js +30 -29
- package/esm5/lib/EditRowDefinitionDescription.js +1 -0
- package/esm5/lib/EditorDefinitionDescription.js +1 -0
- package/esm5/lib/FilterRowDefinitionDescription.js +1 -0
- package/esm5/lib/HeaderDescription.js +11 -10
- package/esm5/lib/ImageColumnDescription.js +16 -15
- package/esm5/lib/NumericColumnDescription.js +42 -41
- package/esm5/lib/PropertyEditorPropertyDescriptionDescriptionMetadata.js +1 -1
- package/esm5/lib/TemplateColumnDescription.js +7 -6
- package/esm5/lib/TemplateHeaderDescription.js +4 -3
- package/esm5/lib/TextColumnDescription.js +14 -13
- package/esm5/lib/TextHeaderDescription.js +1 -0
- package/fesm2015/igniteui-angular-core.js +743 -710
- package/fesm5/igniteui-angular-core.js +747 -710
- package/lib/ButtonDescription.d.ts +186 -183
- package/lib/ComboBoxColumnDescription.d.ts +5 -4
- package/lib/DataGridColumnDescription.d.ts +29 -28
- package/lib/DateTimeColumnDescription.d.ts +12 -11
- package/lib/EditRowDefinitionDescription.d.ts +1 -0
- package/lib/EditorDefinitionDescription.d.ts +1 -0
- package/lib/FilterRowDefinitionDescription.d.ts +1 -0
- package/lib/HeaderDescription.d.ts +5 -4
- package/lib/ImageColumnDescription.d.ts +7 -6
- package/lib/NumericColumnDescription.d.ts +17 -16
- package/lib/TemplateColumnDescription.d.ts +3 -2
- package/lib/TemplateHeaderDescription.d.ts +2 -1
- package/lib/TextColumnDescription.d.ts +6 -5
- package/lib/TextHeaderDescription.d.ts +1 -0
- package/package.json +1 -1
|
@@ -8,556 +8,559 @@ export declare class ButtonDescription extends Description {
|
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
get type(): string;
|
|
10
10
|
constructor();
|
|
11
|
-
private
|
|
11
|
+
private a8;
|
|
12
12
|
get minWidth(): number;
|
|
13
13
|
set minWidth(a: number);
|
|
14
|
-
private
|
|
14
|
+
private a7;
|
|
15
15
|
get minHeight(): number;
|
|
16
16
|
set minHeight(a: number);
|
|
17
|
-
private
|
|
17
|
+
private e3;
|
|
18
18
|
get displayType(): string;
|
|
19
19
|
set displayType(a: string);
|
|
20
|
-
private
|
|
20
|
+
private ey;
|
|
21
21
|
get density(): string;
|
|
22
22
|
set density(a: string);
|
|
23
|
-
private
|
|
23
|
+
private ev;
|
|
24
24
|
get baseTheme(): string;
|
|
25
25
|
set baseTheme(a: string);
|
|
26
|
-
private
|
|
26
|
+
private ef;
|
|
27
27
|
get actualDensity(): string;
|
|
28
28
|
set actualDensity(a: string);
|
|
29
|
-
private
|
|
29
|
+
private ee;
|
|
30
30
|
get actualBorderColor(): string;
|
|
31
31
|
set actualBorderColor(a: string);
|
|
32
|
-
private
|
|
32
|
+
private er;
|
|
33
33
|
get actualUmbraShadowColor(): string;
|
|
34
34
|
set actualUmbraShadowColor(a: string);
|
|
35
|
-
private
|
|
35
|
+
private eo;
|
|
36
36
|
get actualPenumbraShadowColor(): string;
|
|
37
37
|
set actualPenumbraShadowColor(a: string);
|
|
38
|
-
private
|
|
38
|
+
private ec;
|
|
39
39
|
get actualAmbientShadowColor(): string;
|
|
40
40
|
set actualAmbientShadowColor(a: string);
|
|
41
|
-
private
|
|
41
|
+
private cs;
|
|
42
42
|
get actualRestingElevation(): number;
|
|
43
43
|
set actualRestingElevation(a: number);
|
|
44
|
-
private
|
|
44
|
+
private cq;
|
|
45
45
|
get actualFocusElevation(): number;
|
|
46
46
|
set actualFocusElevation(a: number);
|
|
47
|
-
private
|
|
47
|
+
private cr;
|
|
48
48
|
get actualHoverElevation(): number;
|
|
49
49
|
set actualHoverElevation(a: number);
|
|
50
|
-
private
|
|
50
|
+
private ep;
|
|
51
51
|
get actualRippleColor(): string;
|
|
52
52
|
set actualRippleColor(a: string);
|
|
53
|
-
private
|
|
53
|
+
private af;
|
|
54
54
|
get actualCornerRadiusBottomRight(): number;
|
|
55
55
|
set actualCornerRadiusBottomRight(a: number);
|
|
56
|
-
private
|
|
56
|
+
private ae;
|
|
57
57
|
get actualCornerRadiusBottomLeft(): number;
|
|
58
58
|
set actualCornerRadiusBottomLeft(a: number);
|
|
59
|
-
private
|
|
59
|
+
private ag;
|
|
60
60
|
get actualCornerRadiusTopLeft(): number;
|
|
61
61
|
set actualCornerRadiusTopLeft(a: number);
|
|
62
|
-
private
|
|
62
|
+
private ah;
|
|
63
63
|
get actualCornerRadiusTopRight(): number;
|
|
64
64
|
set actualCornerRadiusTopRight(a: number);
|
|
65
|
-
private
|
|
65
|
+
private ed;
|
|
66
66
|
get actualBackgroundColor(): string;
|
|
67
67
|
set actualBackgroundColor(a: string);
|
|
68
|
-
private
|
|
68
|
+
private eg;
|
|
69
69
|
get actualDisabledBackgroundColor(): string;
|
|
70
70
|
set actualDisabledBackgroundColor(a: string);
|
|
71
|
-
private
|
|
71
|
+
private eh;
|
|
72
72
|
get actualDisabledBorderColor(): string;
|
|
73
73
|
set actualDisabledBorderColor(a: string);
|
|
74
|
-
private
|
|
74
|
+
private ei;
|
|
75
75
|
get actualDisabledTextColor(): string;
|
|
76
76
|
set actualDisabledTextColor(a: string);
|
|
77
|
-
private
|
|
77
|
+
private cp;
|
|
78
78
|
get actualDisabledElevation(): number;
|
|
79
79
|
set actualDisabledElevation(a: number);
|
|
80
|
-
private
|
|
80
|
+
private ej;
|
|
81
81
|
get actualElevationMode(): string;
|
|
82
82
|
set actualElevationMode(a: string);
|
|
83
|
-
private
|
|
83
|
+
private eq;
|
|
84
84
|
get actualTextColor(): string;
|
|
85
85
|
set actualTextColor(a: string);
|
|
86
|
-
private
|
|
86
|
+
private en;
|
|
87
87
|
get actualHoverTextColor(): string;
|
|
88
88
|
set actualHoverTextColor(a: string);
|
|
89
|
-
private
|
|
89
|
+
private ek;
|
|
90
90
|
get actualFocusBackgroundColor(): string;
|
|
91
91
|
set actualFocusBackgroundColor(a: string);
|
|
92
|
-
private
|
|
92
|
+
private el;
|
|
93
93
|
get actualFocusTextColor(): string;
|
|
94
94
|
set actualFocusTextColor(a: string);
|
|
95
|
-
private
|
|
95
|
+
private em;
|
|
96
96
|
get actualHoverBackgroundColor(): string;
|
|
97
97
|
set actualHoverBackgroundColor(a: string);
|
|
98
|
-
private
|
|
98
|
+
private ad;
|
|
99
99
|
get actualBorderWidth(): number;
|
|
100
100
|
set actualBorderWidth(a: number);
|
|
101
|
-
private
|
|
101
|
+
private gs;
|
|
102
102
|
get raisedBackgroundColor(): string;
|
|
103
103
|
set raisedBackgroundColor(a: string);
|
|
104
|
-
private
|
|
104
|
+
private gu;
|
|
105
105
|
get raisedDisabledBackgroundColor(): string;
|
|
106
106
|
set raisedDisabledBackgroundColor(a: string);
|
|
107
|
-
private
|
|
107
|
+
private gv;
|
|
108
108
|
get raisedDisabledBorderColor(): string;
|
|
109
109
|
set raisedDisabledBorderColor(a: string);
|
|
110
|
-
private
|
|
110
|
+
private gw;
|
|
111
111
|
get raisedDisabledTextColor(): string;
|
|
112
112
|
set raisedDisabledTextColor(a: string);
|
|
113
|
-
private
|
|
113
|
+
private dc;
|
|
114
114
|
get raisedDisabledElevation(): number;
|
|
115
115
|
set raisedDisabledElevation(a: number);
|
|
116
|
-
private
|
|
116
|
+
private gz;
|
|
117
117
|
get raisedHoverBackgroundColor(): string;
|
|
118
118
|
set raisedHoverBackgroundColor(a: string);
|
|
119
|
-
private
|
|
119
|
+
private gt;
|
|
120
120
|
get raisedBorderColor(): string;
|
|
121
121
|
set raisedBorderColor(a: string);
|
|
122
|
-
private
|
|
122
|
+
private df;
|
|
123
123
|
get raisedRestingElevation(): number;
|
|
124
124
|
set raisedRestingElevation(a: number);
|
|
125
|
-
private
|
|
125
|
+
private de;
|
|
126
126
|
get raisedHoverElevation(): number;
|
|
127
127
|
set raisedHoverElevation(a: number);
|
|
128
|
-
private
|
|
128
|
+
private dd;
|
|
129
129
|
get raisedFocusElevation(): number;
|
|
130
130
|
set raisedFocusElevation(a: number);
|
|
131
|
-
private
|
|
131
|
+
private be;
|
|
132
132
|
get raisedBorderWidth(): number;
|
|
133
133
|
set raisedBorderWidth(a: number);
|
|
134
|
-
private
|
|
134
|
+
private bg;
|
|
135
135
|
get raisedCornerRadiusBottomRight(): number;
|
|
136
136
|
set raisedCornerRadiusBottomRight(a: number);
|
|
137
|
-
private
|
|
137
|
+
private bf;
|
|
138
138
|
get raisedCornerRadiusBottomLeft(): number;
|
|
139
139
|
set raisedCornerRadiusBottomLeft(a: number);
|
|
140
|
-
private
|
|
140
|
+
private bh;
|
|
141
141
|
get raisedCornerRadiusTopLeft(): number;
|
|
142
142
|
set raisedCornerRadiusTopLeft(a: number);
|
|
143
|
-
private
|
|
143
|
+
private bi;
|
|
144
144
|
get raisedCornerRadiusTopRight(): number;
|
|
145
145
|
set raisedCornerRadiusTopRight(a: number);
|
|
146
|
-
private
|
|
146
|
+
private g1;
|
|
147
147
|
get raisedRippleColor(): string;
|
|
148
148
|
set raisedRippleColor(a: string);
|
|
149
|
-
private
|
|
149
|
+
private fg;
|
|
150
150
|
get flatBackgroundColor(): string;
|
|
151
151
|
set flatBackgroundColor(a: string);
|
|
152
|
-
private
|
|
152
|
+
private fi;
|
|
153
153
|
get flatDisabledBackgroundColor(): string;
|
|
154
154
|
set flatDisabledBackgroundColor(a: string);
|
|
155
|
-
private
|
|
155
|
+
private fj;
|
|
156
156
|
get flatDisabledBorderColor(): string;
|
|
157
157
|
set flatDisabledBorderColor(a: string);
|
|
158
|
-
private
|
|
158
|
+
private fk;
|
|
159
159
|
get flatDisabledTextColor(): string;
|
|
160
160
|
set flatDisabledTextColor(a: string);
|
|
161
|
-
private
|
|
161
|
+
private cy;
|
|
162
162
|
get flatDisabledElevation(): number;
|
|
163
163
|
set flatDisabledElevation(a: number);
|
|
164
|
-
private
|
|
164
|
+
private fn;
|
|
165
165
|
get flatHoverBackgroundColor(): string;
|
|
166
166
|
set flatHoverBackgroundColor(a: string);
|
|
167
|
-
private
|
|
167
|
+
private fh;
|
|
168
168
|
get flatBorderColor(): string;
|
|
169
169
|
set flatBorderColor(a: string);
|
|
170
|
-
private
|
|
170
|
+
private c1;
|
|
171
171
|
get flatRestingElevation(): number;
|
|
172
172
|
set flatRestingElevation(a: number);
|
|
173
|
-
private
|
|
173
|
+
private c0;
|
|
174
174
|
get flatHoverElevation(): number;
|
|
175
175
|
set flatHoverElevation(a: number);
|
|
176
|
-
private
|
|
176
|
+
private cz;
|
|
177
177
|
get flatFocusElevation(): number;
|
|
178
178
|
set flatFocusElevation(a: number);
|
|
179
|
-
private
|
|
179
|
+
private fp;
|
|
180
180
|
get flatRippleColor(): string;
|
|
181
181
|
set flatRippleColor(a: string);
|
|
182
|
-
private
|
|
182
|
+
private fq;
|
|
183
183
|
get flatTextColor(): string;
|
|
184
184
|
set flatTextColor(a: string);
|
|
185
|
-
private
|
|
185
|
+
private fo;
|
|
186
186
|
get flatHoverTextColor(): string;
|
|
187
187
|
set flatHoverTextColor(a: string);
|
|
188
|
-
private
|
|
188
|
+
private fl;
|
|
189
189
|
get flatFocusBackgroundColor(): string;
|
|
190
190
|
set flatFocusBackgroundColor(a: string);
|
|
191
|
-
private
|
|
191
|
+
private fm;
|
|
192
192
|
get flatFocusTextColor(): string;
|
|
193
193
|
set flatFocusTextColor(a: string);
|
|
194
|
-
private
|
|
194
|
+
private aw;
|
|
195
195
|
get flatBorderWidth(): number;
|
|
196
196
|
set flatBorderWidth(a: number);
|
|
197
|
-
private
|
|
197
|
+
private ay;
|
|
198
198
|
get flatCornerRadiusBottomRight(): number;
|
|
199
199
|
set flatCornerRadiusBottomRight(a: number);
|
|
200
|
-
private
|
|
200
|
+
private ax;
|
|
201
201
|
get flatCornerRadiusBottomLeft(): number;
|
|
202
202
|
set flatCornerRadiusBottomLeft(a: number);
|
|
203
|
-
private
|
|
203
|
+
private az;
|
|
204
204
|
get flatCornerRadiusTopLeft(): number;
|
|
205
205
|
set flatCornerRadiusTopLeft(a: number);
|
|
206
|
-
private
|
|
206
|
+
private a0;
|
|
207
207
|
get flatCornerRadiusTopRight(): number;
|
|
208
208
|
set flatCornerRadiusTopRight(a: number);
|
|
209
|
-
private
|
|
209
|
+
private eu;
|
|
210
210
|
get backgroundColor(): string;
|
|
211
211
|
set backgroundColor(a: string);
|
|
212
|
-
private
|
|
212
|
+
private ez;
|
|
213
213
|
get disabledBackgroundColor(): string;
|
|
214
214
|
set disabledBackgroundColor(a: string);
|
|
215
|
-
private
|
|
215
|
+
private e0;
|
|
216
216
|
get disabledBorderColor(): string;
|
|
217
217
|
set disabledBorderColor(a: string);
|
|
218
|
-
private
|
|
218
|
+
private e1;
|
|
219
219
|
get disabledTextColor(): string;
|
|
220
220
|
set disabledTextColor(a: string);
|
|
221
|
-
private
|
|
221
|
+
private ct;
|
|
222
222
|
get disabledElevation(): number;
|
|
223
223
|
set disabledElevation(a: number);
|
|
224
|
-
private
|
|
224
|
+
private e4;
|
|
225
225
|
get elevationMode(): string;
|
|
226
226
|
set elevationMode(a: string);
|
|
227
|
-
private
|
|
227
|
+
private f0;
|
|
228
228
|
get hoverBackgroundColor(): string;
|
|
229
229
|
set hoverBackgroundColor(a: string);
|
|
230
|
-
private
|
|
230
|
+
private ew;
|
|
231
231
|
get borderColor(): string;
|
|
232
232
|
set borderColor(a: string);
|
|
233
|
-
private
|
|
233
|
+
private dg;
|
|
234
234
|
get restingElevation(): number;
|
|
235
235
|
set restingElevation(a: number);
|
|
236
|
-
private
|
|
236
|
+
private c3;
|
|
237
237
|
get hoverElevation(): number;
|
|
238
238
|
set hoverElevation(a: number);
|
|
239
|
-
private
|
|
239
|
+
private c2;
|
|
240
240
|
get focusElevation(): number;
|
|
241
241
|
set focusElevation(a: number);
|
|
242
|
-
private
|
|
242
|
+
private fv;
|
|
243
243
|
get fontFamily(): string;
|
|
244
244
|
set fontFamily(a: string);
|
|
245
|
-
private
|
|
245
|
+
private a1;
|
|
246
246
|
get fontSize(): number;
|
|
247
247
|
set fontSize(a: number);
|
|
248
|
-
private
|
|
248
|
+
private fw;
|
|
249
249
|
get fontStyle(): string;
|
|
250
250
|
set fontStyle(a: string);
|
|
251
|
-
private
|
|
251
|
+
private fx;
|
|
252
252
|
get fontWeight(): string;
|
|
253
253
|
set fontWeight(a: string);
|
|
254
|
-
private
|
|
254
|
+
private g4;
|
|
255
255
|
get textColor(): string;
|
|
256
256
|
set textColor(a: string);
|
|
257
|
-
private
|
|
257
|
+
private f1;
|
|
258
258
|
get hoverTextColor(): string;
|
|
259
259
|
set hoverTextColor(a: string);
|
|
260
|
-
private
|
|
260
|
+
private g3;
|
|
261
261
|
get rippleColor(): string;
|
|
262
262
|
set rippleColor(a: string);
|
|
263
|
-
private
|
|
263
|
+
private g2;
|
|
264
264
|
get raisedTextColor(): string;
|
|
265
265
|
set raisedTextColor(a: string);
|
|
266
|
-
private
|
|
266
|
+
private g0;
|
|
267
267
|
get raisedHoverTextColor(): string;
|
|
268
268
|
set raisedHoverTextColor(a: string);
|
|
269
|
-
private
|
|
269
|
+
private gx;
|
|
270
270
|
get raisedFocusBackgroundColor(): string;
|
|
271
271
|
set raisedFocusBackgroundColor(a: string);
|
|
272
|
-
private
|
|
272
|
+
private gy;
|
|
273
273
|
get raisedFocusTextColor(): string;
|
|
274
274
|
set raisedFocusTextColor(a: string);
|
|
275
|
-
private
|
|
275
|
+
private ft;
|
|
276
276
|
get focusBackgroundColor(): string;
|
|
277
277
|
set focusBackgroundColor(a: string);
|
|
278
|
-
private
|
|
278
|
+
private fu;
|
|
279
279
|
get focusTextColor(): string;
|
|
280
280
|
set focusTextColor(a: string);
|
|
281
|
-
private
|
|
281
|
+
private ai;
|
|
282
282
|
get borderWidth(): number;
|
|
283
283
|
set borderWidth(a: number);
|
|
284
|
-
private
|
|
284
|
+
private ao;
|
|
285
285
|
get cornerRadiusBottomRight(): number;
|
|
286
286
|
set cornerRadiusBottomRight(a: number);
|
|
287
|
-
private
|
|
287
|
+
private an;
|
|
288
288
|
get cornerRadiusBottomLeft(): number;
|
|
289
289
|
set cornerRadiusBottomLeft(a: number);
|
|
290
|
-
private
|
|
290
|
+
private ap;
|
|
291
291
|
get cornerRadiusTopLeft(): number;
|
|
292
292
|
set cornerRadiusTopLeft(a: number);
|
|
293
|
-
private
|
|
293
|
+
private aq;
|
|
294
294
|
get cornerRadiusTopRight(): number;
|
|
295
295
|
set cornerRadiusTopRight(a: number);
|
|
296
|
-
private
|
|
296
|
+
private gh;
|
|
297
297
|
get outlinedBackgroundColor(): string;
|
|
298
298
|
set outlinedBackgroundColor(a: string);
|
|
299
|
-
private
|
|
299
|
+
private gj;
|
|
300
300
|
get outlinedDisabledBackgroundColor(): string;
|
|
301
301
|
set outlinedDisabledBackgroundColor(a: string);
|
|
302
|
-
private
|
|
302
|
+
private gk;
|
|
303
303
|
get outlinedDisabledBorderColor(): string;
|
|
304
304
|
set outlinedDisabledBorderColor(a: string);
|
|
305
|
-
private
|
|
305
|
+
private gl;
|
|
306
306
|
get outlinedDisabledTextColor(): string;
|
|
307
307
|
set outlinedDisabledTextColor(a: string);
|
|
308
|
-
private
|
|
308
|
+
private c8;
|
|
309
309
|
get outlinedDisabledElevation(): number;
|
|
310
310
|
set outlinedDisabledElevation(a: number);
|
|
311
|
-
private
|
|
311
|
+
private go;
|
|
312
312
|
get outlinedHoverBackgroundColor(): string;
|
|
313
313
|
set outlinedHoverBackgroundColor(a: string);
|
|
314
|
-
private
|
|
314
|
+
private gi;
|
|
315
315
|
get outlinedBorderColor(): string;
|
|
316
316
|
set outlinedBorderColor(a: string);
|
|
317
|
-
private
|
|
317
|
+
private db;
|
|
318
318
|
get outlinedRestingElevation(): number;
|
|
319
319
|
set outlinedRestingElevation(a: number);
|
|
320
|
-
private
|
|
320
|
+
private da;
|
|
321
321
|
get outlinedHoverElevation(): number;
|
|
322
322
|
set outlinedHoverElevation(a: number);
|
|
323
|
-
private
|
|
323
|
+
private c9;
|
|
324
324
|
get outlinedFocusElevation(): number;
|
|
325
325
|
set outlinedFocusElevation(a: number);
|
|
326
|
-
private
|
|
326
|
+
private a9;
|
|
327
327
|
get outlinedBorderWidth(): number;
|
|
328
328
|
set outlinedBorderWidth(a: number);
|
|
329
|
-
private
|
|
329
|
+
private bb;
|
|
330
330
|
get outlinedCornerRadiusBottomRight(): number;
|
|
331
331
|
set outlinedCornerRadiusBottomRight(a: number);
|
|
332
|
-
private
|
|
332
|
+
private ba;
|
|
333
333
|
get outlinedCornerRadiusBottomLeft(): number;
|
|
334
334
|
set outlinedCornerRadiusBottomLeft(a: number);
|
|
335
|
-
private
|
|
335
|
+
private bc;
|
|
336
336
|
get outlinedCornerRadiusTopLeft(): number;
|
|
337
337
|
set outlinedCornerRadiusTopLeft(a: number);
|
|
338
|
-
private
|
|
338
|
+
private bd;
|
|
339
339
|
get outlinedCornerRadiusTopRight(): number;
|
|
340
340
|
set outlinedCornerRadiusTopRight(a: number);
|
|
341
|
-
private
|
|
341
|
+
private gq;
|
|
342
342
|
get outlinedRippleColor(): string;
|
|
343
343
|
set outlinedRippleColor(a: string);
|
|
344
|
-
private
|
|
344
|
+
private gr;
|
|
345
345
|
get outlinedTextColor(): string;
|
|
346
346
|
set outlinedTextColor(a: string);
|
|
347
|
-
private
|
|
347
|
+
private gp;
|
|
348
348
|
get outlinedHoverTextColor(): string;
|
|
349
349
|
set outlinedHoverTextColor(a: string);
|
|
350
|
-
private
|
|
350
|
+
private gm;
|
|
351
351
|
get outlinedFocusBackgroundColor(): string;
|
|
352
352
|
set outlinedFocusBackgroundColor(a: string);
|
|
353
|
-
private
|
|
353
|
+
private gn;
|
|
354
354
|
get outlinedFocusTextColor(): string;
|
|
355
355
|
set outlinedFocusTextColor(a: string);
|
|
356
|
-
private
|
|
356
|
+
private e5;
|
|
357
357
|
get fabBackgroundColor(): string;
|
|
358
358
|
set fabBackgroundColor(a: string);
|
|
359
|
-
private
|
|
359
|
+
private e7;
|
|
360
360
|
get fabDisabledBackgroundColor(): string;
|
|
361
361
|
set fabDisabledBackgroundColor(a: string);
|
|
362
|
-
private
|
|
362
|
+
private e8;
|
|
363
363
|
get fabDisabledBorderColor(): string;
|
|
364
364
|
set fabDisabledBorderColor(a: string);
|
|
365
|
-
private
|
|
365
|
+
private e9;
|
|
366
366
|
get fabDisabledTextColor(): string;
|
|
367
367
|
set fabDisabledTextColor(a: string);
|
|
368
|
-
private
|
|
368
|
+
private cu;
|
|
369
369
|
get fabDisabledElevation(): number;
|
|
370
370
|
set fabDisabledElevation(a: number);
|
|
371
|
-
private
|
|
371
|
+
private fc;
|
|
372
372
|
get fabHoverBackgroundColor(): string;
|
|
373
373
|
set fabHoverBackgroundColor(a: string);
|
|
374
|
-
private
|
|
374
|
+
private e6;
|
|
375
375
|
get fabBorderColor(): string;
|
|
376
376
|
set fabBorderColor(a: string);
|
|
377
|
-
private
|
|
377
|
+
private cx;
|
|
378
378
|
get fabRestingElevation(): number;
|
|
379
379
|
set fabRestingElevation(a: number);
|
|
380
|
-
private
|
|
380
|
+
private cw;
|
|
381
381
|
get fabHoverElevation(): number;
|
|
382
382
|
set fabHoverElevation(a: number);
|
|
383
|
-
private
|
|
383
|
+
private cv;
|
|
384
384
|
get fabFocusElevation(): number;
|
|
385
385
|
set fabFocusElevation(a: number);
|
|
386
|
-
private
|
|
386
|
+
private ar;
|
|
387
387
|
get fabBorderWidth(): number;
|
|
388
388
|
set fabBorderWidth(a: number);
|
|
389
|
-
private
|
|
389
|
+
private at;
|
|
390
390
|
get fabCornerRadiusBottomRight(): number;
|
|
391
391
|
set fabCornerRadiusBottomRight(a: number);
|
|
392
|
-
private
|
|
392
|
+
private as;
|
|
393
393
|
get fabCornerRadiusBottomLeft(): number;
|
|
394
394
|
set fabCornerRadiusBottomLeft(a: number);
|
|
395
|
-
private
|
|
395
|
+
private au;
|
|
396
396
|
get fabCornerRadiusTopLeft(): number;
|
|
397
397
|
set fabCornerRadiusTopLeft(a: number);
|
|
398
|
-
private
|
|
398
|
+
private av;
|
|
399
399
|
get fabCornerRadiusTopRight(): number;
|
|
400
400
|
set fabCornerRadiusTopRight(a: number);
|
|
401
|
-
private
|
|
401
|
+
private fe;
|
|
402
402
|
get fabRippleColor(): string;
|
|
403
403
|
set fabRippleColor(a: string);
|
|
404
|
-
private
|
|
404
|
+
private ff;
|
|
405
405
|
get fabTextColor(): string;
|
|
406
406
|
set fabTextColor(a: string);
|
|
407
|
-
private
|
|
407
|
+
private fd;
|
|
408
408
|
get fabHoverTextColor(): string;
|
|
409
409
|
set fabHoverTextColor(a: string);
|
|
410
|
-
private
|
|
410
|
+
private fa;
|
|
411
411
|
get fabFocusBackgroundColor(): string;
|
|
412
412
|
set fabFocusBackgroundColor(a: string);
|
|
413
|
-
private
|
|
413
|
+
private fb;
|
|
414
414
|
get fabFocusTextColor(): string;
|
|
415
415
|
set fabFocusTextColor(a: string);
|
|
416
|
-
private
|
|
416
|
+
private f2;
|
|
417
417
|
get iconBackgroundColor(): string;
|
|
418
418
|
set iconBackgroundColor(a: string);
|
|
419
|
-
private
|
|
419
|
+
private f4;
|
|
420
420
|
get iconDisabledBackgroundColor(): string;
|
|
421
421
|
set iconDisabledBackgroundColor(a: string);
|
|
422
|
-
private
|
|
422
|
+
private f5;
|
|
423
423
|
get iconDisabledBorderColor(): string;
|
|
424
424
|
set iconDisabledBorderColor(a: string);
|
|
425
|
-
private
|
|
425
|
+
private f6;
|
|
426
426
|
get iconDisabledTextColor(): string;
|
|
427
427
|
set iconDisabledTextColor(a: string);
|
|
428
|
-
private
|
|
428
|
+
private c4;
|
|
429
429
|
get iconDisabledElevation(): number;
|
|
430
430
|
set iconDisabledElevation(a: number);
|
|
431
|
-
private
|
|
431
|
+
private f9;
|
|
432
432
|
get iconHoverBackgroundColor(): string;
|
|
433
433
|
set iconHoverBackgroundColor(a: string);
|
|
434
|
-
private
|
|
434
|
+
private f3;
|
|
435
435
|
get iconBorderColor(): string;
|
|
436
436
|
set iconBorderColor(a: string);
|
|
437
|
-
private
|
|
437
|
+
private c7;
|
|
438
438
|
get iconRestingElevation(): number;
|
|
439
439
|
set iconRestingElevation(a: number);
|
|
440
|
-
private
|
|
440
|
+
private c6;
|
|
441
441
|
get iconHoverElevation(): number;
|
|
442
442
|
set iconHoverElevation(a: number);
|
|
443
|
-
private
|
|
443
|
+
private c5;
|
|
444
444
|
get iconFocusElevation(): number;
|
|
445
445
|
set iconFocusElevation(a: number);
|
|
446
|
-
private
|
|
446
|
+
private a2;
|
|
447
447
|
get iconBorderWidth(): number;
|
|
448
448
|
set iconBorderWidth(a: number);
|
|
449
|
-
private
|
|
449
|
+
private a4;
|
|
450
450
|
get iconCornerRadiusBottomRight(): number;
|
|
451
451
|
set iconCornerRadiusBottomRight(a: number);
|
|
452
|
-
private
|
|
452
|
+
private a3;
|
|
453
453
|
get iconCornerRadiusBottomLeft(): number;
|
|
454
454
|
set iconCornerRadiusBottomLeft(a: number);
|
|
455
|
-
private
|
|
455
|
+
private a5;
|
|
456
456
|
get iconCornerRadiusTopLeft(): number;
|
|
457
457
|
set iconCornerRadiusTopLeft(a: number);
|
|
458
|
-
private
|
|
458
|
+
private a6;
|
|
459
459
|
get iconCornerRadiusTopRight(): number;
|
|
460
460
|
set iconCornerRadiusTopRight(a: number);
|
|
461
|
-
private
|
|
461
|
+
private gb;
|
|
462
462
|
get iconRippleColor(): string;
|
|
463
463
|
set iconRippleColor(a: string);
|
|
464
|
-
private
|
|
464
|
+
private gc;
|
|
465
465
|
get iconTextColor(): string;
|
|
466
466
|
set iconTextColor(a: string);
|
|
467
|
-
private
|
|
467
|
+
private ga;
|
|
468
468
|
get iconHoverTextColor(): string;
|
|
469
469
|
set iconHoverTextColor(a: string);
|
|
470
|
-
private
|
|
470
|
+
private f7;
|
|
471
471
|
get iconFocusBackgroundColor(): string;
|
|
472
472
|
set iconFocusBackgroundColor(a: string);
|
|
473
|
-
private
|
|
473
|
+
private f8;
|
|
474
474
|
get iconFocusTextColor(): string;
|
|
475
475
|
set iconFocusTextColor(a: string);
|
|
476
|
-
private
|
|
476
|
+
private ge;
|
|
477
477
|
get inputId(): string;
|
|
478
478
|
set inputId(a: string);
|
|
479
|
-
private
|
|
479
|
+
private gd;
|
|
480
480
|
get id(): string;
|
|
481
481
|
set id(a: string);
|
|
482
|
-
private
|
|
482
|
+
private e2;
|
|
483
483
|
get display(): string;
|
|
484
484
|
set display(a: string);
|
|
485
|
-
private
|
|
485
|
+
private fr;
|
|
486
486
|
get flexDirection(): string;
|
|
487
487
|
set flexDirection(a: string);
|
|
488
|
-
private
|
|
488
|
+
private fs;
|
|
489
489
|
get flexGrow(): string;
|
|
490
490
|
set flexGrow(a: string);
|
|
491
|
-
private
|
|
491
|
+
private es;
|
|
492
492
|
get alignItems(): string;
|
|
493
493
|
set alignItems(a: string);
|
|
494
|
-
private
|
|
494
|
+
private g5;
|
|
495
495
|
get valueRef(): string;
|
|
496
496
|
set valueRef(a: string);
|
|
497
|
-
private
|
|
497
|
+
private gg;
|
|
498
498
|
get name(): string;
|
|
499
499
|
set name(a: string);
|
|
500
|
-
private
|
|
500
|
+
private dh;
|
|
501
501
|
get tabIndex(): number;
|
|
502
502
|
set tabIndex(a: number);
|
|
503
|
-
private
|
|
503
|
+
private et;
|
|
504
504
|
get ariaLabel(): string;
|
|
505
505
|
set ariaLabel(a: string);
|
|
506
|
-
private
|
|
506
|
+
private o;
|
|
507
507
|
get fillAvailableSpace(): boolean;
|
|
508
508
|
set fillAvailableSpace(a: boolean);
|
|
509
|
-
private
|
|
509
|
+
private p;
|
|
510
510
|
get focused(): boolean;
|
|
511
511
|
set focused(a: boolean);
|
|
512
|
-
private
|
|
512
|
+
private q;
|
|
513
513
|
get isFocusStyleEnabled(): boolean;
|
|
514
514
|
set isFocusStyleEnabled(a: boolean);
|
|
515
|
-
private
|
|
515
|
+
private m;
|
|
516
516
|
get disableRipple(): boolean;
|
|
517
517
|
set disableRipple(a: boolean);
|
|
518
518
|
private h;
|
|
519
519
|
get actualDisableRipple(): boolean;
|
|
520
520
|
set actualDisableRipple(a: boolean);
|
|
521
|
-
private
|
|
521
|
+
private k;
|
|
522
522
|
get disableHover(): boolean;
|
|
523
523
|
set disableHover(a: boolean);
|
|
524
|
-
private
|
|
524
|
+
private r;
|
|
525
525
|
get isHover(): boolean;
|
|
526
526
|
set isHover(a: boolean);
|
|
527
|
-
private
|
|
527
|
+
private j;
|
|
528
528
|
get disabled(): boolean;
|
|
529
529
|
set disabled(a: boolean);
|
|
530
|
-
private
|
|
530
|
+
private n;
|
|
531
531
|
get disableTransitions(): boolean;
|
|
532
532
|
set disableTransitions(a: boolean);
|
|
533
|
-
private
|
|
533
|
+
private l;
|
|
534
534
|
get disablePointer(): boolean;
|
|
535
535
|
set disablePointer(a: boolean);
|
|
536
|
-
private
|
|
536
|
+
private ak;
|
|
537
537
|
get contentPaddingLeft(): number;
|
|
538
538
|
set contentPaddingLeft(a: number);
|
|
539
|
-
private
|
|
539
|
+
private am;
|
|
540
540
|
get contentPaddingTop(): number;
|
|
541
541
|
set contentPaddingTop(a: number);
|
|
542
|
-
private
|
|
542
|
+
private al;
|
|
543
543
|
get contentPaddingRight(): number;
|
|
544
544
|
set contentPaddingRight(a: number);
|
|
545
|
-
private
|
|
545
|
+
private aj;
|
|
546
546
|
get contentPaddingBottom(): number;
|
|
547
547
|
set contentPaddingBottom(a: number);
|
|
548
|
-
private
|
|
548
|
+
private fz;
|
|
549
549
|
get horizontalContentAlignment(): string;
|
|
550
550
|
set horizontalContentAlignment(a: string);
|
|
551
|
-
private
|
|
551
|
+
private g6;
|
|
552
552
|
get verticalContentAlignment(): string;
|
|
553
553
|
set verticalContentAlignment(a: string);
|
|
554
|
-
private
|
|
554
|
+
private i;
|
|
555
|
+
get clickTunneling(): boolean;
|
|
556
|
+
set clickTunneling(a: boolean);
|
|
557
|
+
private ex;
|
|
555
558
|
get clickedRef(): string;
|
|
556
559
|
set clickedRef(a: string);
|
|
557
|
-
private
|
|
560
|
+
private fy;
|
|
558
561
|
get gotFocusRef(): string;
|
|
559
562
|
set gotFocusRef(a: string);
|
|
560
|
-
private
|
|
563
|
+
private gf;
|
|
561
564
|
get lostFocusRef(): string;
|
|
562
565
|
set lostFocusRef(a: string);
|
|
563
566
|
}
|