igniteui-angular-core 16.1.0-beta.0 → 16.1.0-beta.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.
- package/bundles/igniteui-angular-core.umd.js +2258 -2739
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- 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/INativeUIElementBridge_combined.js +28 -20
- package/esm2015/lib/ImageColumnDescription.js +16 -15
- package/esm2015/lib/LocalDataSource_combined.js +53 -52
- package/esm2015/lib/NativeUIButton.js +7 -5
- package/esm2015/lib/NativeUICheckbox.js +7 -5
- package/esm2015/lib/NativeUIDropDown.js +7 -5
- package/esm2015/lib/NativeUIGrid.js +7 -5
- package/esm2015/lib/NativeUIInput.js +7 -5
- package/esm2015/lib/NativeUIPopup.js +14 -10
- package/esm2015/lib/NativeUISlider.js +14 -10
- package/esm2015/lib/NumericColumnDescription.js +42 -41
- package/esm2015/lib/PropertyEditorPropertyDescriptionDescriptionMetadata.js +1 -1
- package/esm2015/lib/RearrangedListView.js +304 -303
- 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/esm2015/lib/WebActionStripDescription.js +57 -1
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
- package/esm2015/lib/WebColumnDescription.js +129 -177
- package/esm2015/lib/WebColumnDescriptionMetadata.js +0 -6
- package/esm2015/lib/WebColumnGroupDescription.js +6 -6
- package/esm2015/lib/WebColumnLayoutDescription.js +0 -8
- package/esm2015/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebComboDescription.js +90 -82
- package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebGridActionsBaseDirectiveDescription.js +36 -1
- package/esm2015/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +286 -406
- package/esm2015/lib/WebGridDescription.js +48 -72
- package/esm2015/lib/WebGridDescriptionMetadata.js +0 -5
- package/esm2015/lib/WebGridEditingActionsDescription.js +12 -12
- package/esm2015/lib/{WebPivotConfigurationChangeEventArgsDescription.js → WebPivotConfigurationChangedEventArgsDescription.js} +7 -7
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +42 -0
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +36 -0
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +46 -0
- package/esm2015/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPivotGridDescription.js +42 -58
- package/esm2015/lib/WebPivotGridDescriptionMetadata.js +3 -5
- package/esm2015/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebRowDirectiveDescription.js +6 -14
- package/esm2015/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebTreeGridDescription.js +30 -38
- package/esm2015/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm2015/public_api.js +4 -8
- 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/INativeUIElementBridge_combined.js +28 -20
- package/esm5/lib/ImageColumnDescription.js +16 -15
- package/esm5/lib/LocalDataSource_combined.js +53 -52
- package/esm5/lib/NativeUIButton.js +7 -5
- package/esm5/lib/NativeUICheckbox.js +7 -5
- package/esm5/lib/NativeUIDropDown.js +7 -5
- package/esm5/lib/NativeUIGrid.js +7 -5
- package/esm5/lib/NativeUIInput.js +7 -5
- package/esm5/lib/NativeUIPopup.js +14 -10
- package/esm5/lib/NativeUISlider.js +14 -10
- package/esm5/lib/NumericColumnDescription.js +42 -41
- package/esm5/lib/PropertyEditorPropertyDescriptionDescriptionMetadata.js +1 -1
- package/esm5/lib/RearrangedListView.js +304 -303
- 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/esm5/lib/WebActionStripDescription.js +79 -1
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
- package/esm5/lib/WebColumnDescription.js +129 -201
- package/esm5/lib/WebColumnDescriptionMetadata.js +0 -6
- package/esm5/lib/WebColumnGroupDescription.js +6 -6
- package/esm5/lib/WebColumnLayoutDescription.js +1 -14
- package/esm5/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
- package/esm5/lib/WebComboDescription.js +94 -82
- package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
- package/esm5/lib/WebGridActionsBaseDirectiveDescription.js +50 -1
- package/esm5/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +284 -464
- package/esm5/lib/WebGridDescription.js +48 -84
- package/esm5/lib/WebGridDescriptionMetadata.js +0 -5
- package/esm5/lib/WebGridEditingActionsDescription.js +12 -12
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDescription.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +50 -0
- package/esm5/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPivotGridDescription.js +41 -65
- package/esm5/lib/WebPivotGridDescriptionMetadata.js +3 -5
- package/esm5/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
- package/esm5/lib/WebRowDirectiveDescription.js +6 -18
- package/esm5/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
- package/esm5/lib/WebTreeGridDescription.js +30 -42
- package/esm5/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm5/public_api.js +4 -8
- package/fesm2015/igniteui-angular-core.js +2191 -2541
- package/fesm5/igniteui-angular-core.js +2255 -2732
- 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/RearrangedListView.d.ts +50 -49
- 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/lib/WebActionStripDescription.d.ts +27 -1
- package/lib/WebColumnDescription.d.ts +46 -64
- package/lib/WebColumnGroupDescription.d.ts +2 -2
- package/lib/WebColumnLayoutDescription.d.ts +0 -3
- package/lib/WebComboDescription.d.ts +33 -30
- package/lib/WebGridActionsBaseDirectiveDescription.d.ts +17 -1
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +105 -150
- package/lib/WebGridDescription.d.ts +17 -27
- package/lib/WebGridEditingActionsDescription.d.ts +4 -4
- package/lib/WebPivotConfigurationChangedEventArgsDescription.d.ts +17 -0
- package/lib/{WebPivotConfigurationChangeDetailDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDescriptionMetadata.d.ts} +1 -1
- package/lib/{WebPivotConfigurationChangeDetailDescription.d.ts → WebPivotConfigurationChangedEventArgsDetailDescription.d.ts} +3 -3
- package/lib/{WebMRLColumnSizeInfoDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.d.ts} +1 -1
- package/lib/WebPivotGridDescription.d.ts +15 -21
- package/lib/WebRowDirectiveDescription.d.ts +2 -5
- package/lib/WebTreeGridDescription.d.ts +10 -13
- package/package.json +1 -1
- package/public_api.d.ts +4 -8
- package/esm2015/lib/WebActionStripDescription_combined.js +0 -114
- package/esm2015/lib/WebMRLColumnSizeInfoDescription.js +0 -26
- package/esm2015/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -43
- package/esm2015/lib/WebMRLResizeColumnInfoDescription.js +0 -26
- package/esm2015/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -43
- package/esm2015/lib/WebPivotConfigurationChangeDetailDescription.js +0 -36
- package/esm2015/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -46
- package/esm2015/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -40
- package/esm5/lib/WebActionStripDescription_combined.js +0 -157
- package/esm5/lib/WebMRLColumnSizeInfoDescription.js +0 -31
- package/esm5/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -47
- package/esm5/lib/WebMRLResizeColumnInfoDescription.js +0 -31
- package/esm5/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -47
- package/esm5/lib/WebPivotConfigurationChangeDetailDescription.js +0 -46
- package/esm5/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -50
- package/esm5/lib/WebPivotConfigurationChangeEventArgsDescription.js +0 -46
- package/esm5/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -44
- package/lib/WebActionStripDescription_combined.d.ts +0 -49
- package/lib/WebMRLColumnSizeInfoDescription.d.ts +0 -11
- package/lib/WebMRLResizeColumnInfoDescription.d.ts +0 -11
- package/lib/WebMRLResizeColumnInfoDescriptionMetadata.d.ts +0 -13
- package/lib/WebPivotConfigurationChangeEventArgsDescription.d.ts +0 -17
- package/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.d.ts +0 -13
|
@@ -13,190 +13,191 @@ export let ButtonDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class ButtonDescription extends Description {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
16
|
+
this.a8 = 0;
|
|
17
|
+
this.a7 = 0;
|
|
18
|
+
this.e3 = null;
|
|
19
|
+
this.ey = null;
|
|
20
|
+
this.ev = null;
|
|
21
|
+
this.ef = null;
|
|
22
|
+
this.ee = null;
|
|
23
|
+
this.er = null;
|
|
24
|
+
this.eo = null;
|
|
22
25
|
this.ec = null;
|
|
23
|
-
this.
|
|
24
|
-
this.em = null;
|
|
25
|
-
this.ea = null;
|
|
26
|
+
this.cs = 0;
|
|
26
27
|
this.cq = 0;
|
|
27
|
-
this.
|
|
28
|
-
this.
|
|
29
|
-
this.en = null;
|
|
30
|
-
this.ad = 0;
|
|
31
|
-
this.ac = 0;
|
|
32
|
-
this.ae = 0;
|
|
28
|
+
this.cr = 0;
|
|
29
|
+
this.ep = null;
|
|
33
30
|
this.af = 0;
|
|
34
|
-
this.
|
|
35
|
-
this.
|
|
36
|
-
this.
|
|
31
|
+
this.ae = 0;
|
|
32
|
+
this.ag = 0;
|
|
33
|
+
this.ah = 0;
|
|
34
|
+
this.ed = null;
|
|
37
35
|
this.eg = null;
|
|
38
|
-
this.cn = 0;
|
|
39
36
|
this.eh = null;
|
|
40
|
-
this.eo = null;
|
|
41
|
-
this.el = null;
|
|
42
37
|
this.ei = null;
|
|
38
|
+
this.cp = 0;
|
|
43
39
|
this.ej = null;
|
|
40
|
+
this.eq = null;
|
|
41
|
+
this.en = null;
|
|
44
42
|
this.ek = null;
|
|
45
|
-
this.
|
|
46
|
-
this.
|
|
43
|
+
this.el = null;
|
|
44
|
+
this.em = null;
|
|
45
|
+
this.ad = 0;
|
|
47
46
|
this.gs = null;
|
|
48
|
-
this.gt = null;
|
|
49
47
|
this.gu = null;
|
|
50
|
-
this.
|
|
51
|
-
this.
|
|
52
|
-
this.gr = null;
|
|
53
|
-
this.dd = 0;
|
|
48
|
+
this.gv = null;
|
|
49
|
+
this.gw = null;
|
|
54
50
|
this.dc = 0;
|
|
55
|
-
this.
|
|
56
|
-
this.
|
|
51
|
+
this.gz = null;
|
|
52
|
+
this.gt = null;
|
|
53
|
+
this.df = 0;
|
|
54
|
+
this.de = 0;
|
|
55
|
+
this.dd = 0;
|
|
57
56
|
this.be = 0;
|
|
58
|
-
this.bd = 0;
|
|
59
|
-
this.bf = 0;
|
|
60
57
|
this.bg = 0;
|
|
61
|
-
this.
|
|
62
|
-
this.
|
|
58
|
+
this.bf = 0;
|
|
59
|
+
this.bh = 0;
|
|
60
|
+
this.bi = 0;
|
|
61
|
+
this.g1 = null;
|
|
63
62
|
this.fg = null;
|
|
64
|
-
this.fh = null;
|
|
65
63
|
this.fi = null;
|
|
66
|
-
this.
|
|
67
|
-
this.
|
|
68
|
-
this.ff = null;
|
|
69
|
-
this.cz = 0;
|
|
64
|
+
this.fj = null;
|
|
65
|
+
this.fk = null;
|
|
70
66
|
this.cy = 0;
|
|
71
|
-
this.cx = 0;
|
|
72
67
|
this.fn = null;
|
|
68
|
+
this.fh = null;
|
|
69
|
+
this.c1 = 0;
|
|
70
|
+
this.c0 = 0;
|
|
71
|
+
this.cz = 0;
|
|
72
|
+
this.fp = null;
|
|
73
|
+
this.fq = null;
|
|
73
74
|
this.fo = null;
|
|
75
|
+
this.fl = null;
|
|
74
76
|
this.fm = null;
|
|
75
|
-
this.fj = null;
|
|
76
|
-
this.fk = null;
|
|
77
|
-
this.au = 0;
|
|
78
77
|
this.aw = 0;
|
|
79
|
-
this.av = 0;
|
|
80
|
-
this.ax = 0;
|
|
81
78
|
this.ay = 0;
|
|
82
|
-
this.
|
|
83
|
-
this.ex = null;
|
|
84
|
-
this.ey = null;
|
|
85
|
-
this.ez = null;
|
|
86
|
-
this.cr = 0;
|
|
87
|
-
this.e2 = null;
|
|
88
|
-
this.fy = null;
|
|
89
|
-
this.eu = null;
|
|
90
|
-
this.de = 0;
|
|
91
|
-
this.c1 = 0;
|
|
92
|
-
this.c0 = 0;
|
|
93
|
-
this.ft = null;
|
|
79
|
+
this.ax = 0;
|
|
94
80
|
this.az = 0;
|
|
95
|
-
this.
|
|
81
|
+
this.a0 = 0;
|
|
82
|
+
this.eu = null;
|
|
83
|
+
this.ez = null;
|
|
84
|
+
this.e0 = null;
|
|
85
|
+
this.e1 = null;
|
|
86
|
+
this.ct = 0;
|
|
87
|
+
this.e4 = null;
|
|
88
|
+
this.f0 = null;
|
|
89
|
+
this.ew = null;
|
|
90
|
+
this.dg = 0;
|
|
91
|
+
this.c3 = 0;
|
|
92
|
+
this.c2 = 0;
|
|
96
93
|
this.fv = null;
|
|
94
|
+
this.a1 = 0;
|
|
95
|
+
this.fw = null;
|
|
96
|
+
this.fx = null;
|
|
97
|
+
this.g4 = null;
|
|
98
|
+
this.f1 = null;
|
|
99
|
+
this.g3 = null;
|
|
97
100
|
this.g2 = null;
|
|
98
|
-
this.fz = null;
|
|
99
|
-
this.g1 = null;
|
|
100
101
|
this.g0 = null;
|
|
102
|
+
this.gx = null;
|
|
101
103
|
this.gy = null;
|
|
102
|
-
this.
|
|
103
|
-
this.
|
|
104
|
-
this.
|
|
105
|
-
this.fs = null;
|
|
106
|
-
this.ag = 0;
|
|
107
|
-
this.am = 0;
|
|
108
|
-
this.al = 0;
|
|
109
|
-
this.an = 0;
|
|
104
|
+
this.ft = null;
|
|
105
|
+
this.fu = null;
|
|
106
|
+
this.ai = 0;
|
|
110
107
|
this.ao = 0;
|
|
111
|
-
this.
|
|
108
|
+
this.an = 0;
|
|
109
|
+
this.ap = 0;
|
|
110
|
+
this.aq = 0;
|
|
112
111
|
this.gh = null;
|
|
113
|
-
this.gi = null;
|
|
114
112
|
this.gj = null;
|
|
115
|
-
this.
|
|
116
|
-
this.
|
|
117
|
-
this.gg = null;
|
|
118
|
-
this.c9 = 0;
|
|
113
|
+
this.gk = null;
|
|
114
|
+
this.gl = null;
|
|
119
115
|
this.c8 = 0;
|
|
120
|
-
this.
|
|
121
|
-
this.
|
|
116
|
+
this.go = null;
|
|
117
|
+
this.gi = null;
|
|
118
|
+
this.db = 0;
|
|
119
|
+
this.da = 0;
|
|
120
|
+
this.c9 = 0;
|
|
122
121
|
this.a9 = 0;
|
|
123
|
-
this.a8 = 0;
|
|
124
|
-
this.ba = 0;
|
|
125
122
|
this.bb = 0;
|
|
126
|
-
this.
|
|
123
|
+
this.ba = 0;
|
|
124
|
+
this.bc = 0;
|
|
125
|
+
this.bd = 0;
|
|
126
|
+
this.gq = null;
|
|
127
|
+
this.gr = null;
|
|
127
128
|
this.gp = null;
|
|
129
|
+
this.gm = null;
|
|
128
130
|
this.gn = null;
|
|
129
|
-
this.gk = null;
|
|
130
|
-
this.gl = null;
|
|
131
|
-
this.e3 = null;
|
|
132
131
|
this.e5 = null;
|
|
133
|
-
this.e6 = null;
|
|
134
132
|
this.e7 = null;
|
|
135
|
-
this.
|
|
136
|
-
this.
|
|
137
|
-
this.e4 = null;
|
|
138
|
-
this.cv = 0;
|
|
133
|
+
this.e8 = null;
|
|
134
|
+
this.e9 = null;
|
|
139
135
|
this.cu = 0;
|
|
140
|
-
this.
|
|
141
|
-
this.
|
|
136
|
+
this.fc = null;
|
|
137
|
+
this.e6 = null;
|
|
138
|
+
this.cx = 0;
|
|
139
|
+
this.cw = 0;
|
|
140
|
+
this.cv = 0;
|
|
142
141
|
this.ar = 0;
|
|
143
|
-
this.aq = 0;
|
|
144
|
-
this.as = 0;
|
|
145
142
|
this.at = 0;
|
|
146
|
-
this.
|
|
143
|
+
this.as = 0;
|
|
144
|
+
this.au = 0;
|
|
145
|
+
this.av = 0;
|
|
146
|
+
this.fe = null;
|
|
147
|
+
this.ff = null;
|
|
147
148
|
this.fd = null;
|
|
149
|
+
this.fa = null;
|
|
148
150
|
this.fb = null;
|
|
149
|
-
this.e8 = null;
|
|
150
|
-
this.e9 = null;
|
|
151
|
-
this.f0 = null;
|
|
152
151
|
this.f2 = null;
|
|
153
|
-
this.f3 = null;
|
|
154
152
|
this.f4 = null;
|
|
155
|
-
this.
|
|
156
|
-
this.
|
|
157
|
-
this.f1 = null;
|
|
158
|
-
this.c5 = 0;
|
|
153
|
+
this.f5 = null;
|
|
154
|
+
this.f6 = null;
|
|
159
155
|
this.c4 = 0;
|
|
160
|
-
this.
|
|
161
|
-
this.
|
|
156
|
+
this.f9 = null;
|
|
157
|
+
this.f3 = null;
|
|
158
|
+
this.c7 = 0;
|
|
159
|
+
this.c6 = 0;
|
|
160
|
+
this.c5 = 0;
|
|
162
161
|
this.a2 = 0;
|
|
163
|
-
this.a1 = 0;
|
|
164
|
-
this.a3 = 0;
|
|
165
162
|
this.a4 = 0;
|
|
166
|
-
this.
|
|
163
|
+
this.a3 = 0;
|
|
164
|
+
this.a5 = 0;
|
|
165
|
+
this.a6 = 0;
|
|
166
|
+
this.gb = null;
|
|
167
|
+
this.gc = null;
|
|
167
168
|
this.ga = null;
|
|
169
|
+
this.f7 = null;
|
|
168
170
|
this.f8 = null;
|
|
169
|
-
this.f5 = null;
|
|
170
|
-
this.f6 = null;
|
|
171
|
-
this.gc = null;
|
|
172
|
-
this.gb = null;
|
|
173
|
-
this.e0 = null;
|
|
174
|
-
this.fp = null;
|
|
175
|
-
this.fq = null;
|
|
176
|
-
this.eq = null;
|
|
177
|
-
this.g3 = null;
|
|
178
171
|
this.ge = null;
|
|
179
|
-
this.
|
|
180
|
-
this.
|
|
181
|
-
this.
|
|
172
|
+
this.gd = null;
|
|
173
|
+
this.e2 = null;
|
|
174
|
+
this.fr = null;
|
|
175
|
+
this.fs = null;
|
|
176
|
+
this.es = null;
|
|
177
|
+
this.g5 = null;
|
|
178
|
+
this.gg = null;
|
|
179
|
+
this.dh = 0;
|
|
180
|
+
this.et = null;
|
|
182
181
|
this.o = false;
|
|
183
182
|
this.p = false;
|
|
184
|
-
this.l = false;
|
|
185
|
-
this.h = false;
|
|
186
|
-
this.j = false;
|
|
187
183
|
this.q = false;
|
|
188
|
-
this.i = false;
|
|
189
184
|
this.m = false;
|
|
185
|
+
this.h = false;
|
|
190
186
|
this.k = false;
|
|
191
|
-
this.
|
|
187
|
+
this.r = false;
|
|
188
|
+
this.j = false;
|
|
189
|
+
this.n = false;
|
|
190
|
+
this.l = false;
|
|
192
191
|
this.ak = 0;
|
|
192
|
+
this.am = 0;
|
|
193
|
+
this.al = 0;
|
|
193
194
|
this.aj = 0;
|
|
194
|
-
this.
|
|
195
|
-
this.
|
|
196
|
-
this.
|
|
197
|
-
this.
|
|
198
|
-
this.
|
|
199
|
-
this.
|
|
195
|
+
this.fz = null;
|
|
196
|
+
this.g6 = null;
|
|
197
|
+
this.i = false;
|
|
198
|
+
this.ex = null;
|
|
199
|
+
this.fy = null;
|
|
200
|
+
this.gf = null;
|
|
200
201
|
}
|
|
201
202
|
get_type() {
|
|
202
203
|
return "Button";
|
|
@@ -205,1186 +206,1186 @@ export let ButtonDescription = /*@__PURE__*/ (() => {
|
|
|
205
206
|
return this.get_type();
|
|
206
207
|
}
|
|
207
208
|
get minWidth() {
|
|
208
|
-
return this.
|
|
209
|
+
return this.a8;
|
|
209
210
|
}
|
|
210
211
|
set minWidth(a) {
|
|
211
|
-
this.
|
|
212
|
+
this.a8 = a;
|
|
212
213
|
this.g("MinWidth");
|
|
213
214
|
}
|
|
214
215
|
get minHeight() {
|
|
215
|
-
return this.
|
|
216
|
+
return this.a7;
|
|
216
217
|
}
|
|
217
218
|
set minHeight(a) {
|
|
218
|
-
this.
|
|
219
|
+
this.a7 = a;
|
|
219
220
|
this.g("MinHeight");
|
|
220
221
|
}
|
|
221
222
|
get displayType() {
|
|
222
|
-
return this.
|
|
223
|
+
return this.e3;
|
|
223
224
|
}
|
|
224
225
|
set displayType(a) {
|
|
225
|
-
this.
|
|
226
|
+
this.e3 = a;
|
|
226
227
|
this.g("DisplayType");
|
|
227
228
|
}
|
|
228
229
|
get density() {
|
|
229
|
-
return this.
|
|
230
|
+
return this.ey;
|
|
230
231
|
}
|
|
231
232
|
set density(a) {
|
|
232
|
-
this.
|
|
233
|
+
this.ey = a;
|
|
233
234
|
this.g("Density");
|
|
234
235
|
}
|
|
235
236
|
get baseTheme() {
|
|
236
|
-
return this.
|
|
237
|
+
return this.ev;
|
|
237
238
|
}
|
|
238
239
|
set baseTheme(a) {
|
|
239
|
-
this.
|
|
240
|
+
this.ev = a;
|
|
240
241
|
this.g("BaseTheme");
|
|
241
242
|
}
|
|
242
243
|
get actualDensity() {
|
|
243
|
-
return this.
|
|
244
|
+
return this.ef;
|
|
244
245
|
}
|
|
245
246
|
set actualDensity(a) {
|
|
246
|
-
this.
|
|
247
|
+
this.ef = a;
|
|
247
248
|
this.g("ActualDensity");
|
|
248
249
|
}
|
|
249
250
|
get actualBorderColor() {
|
|
250
|
-
return this.
|
|
251
|
+
return this.ee;
|
|
251
252
|
}
|
|
252
253
|
set actualBorderColor(a) {
|
|
253
|
-
this.
|
|
254
|
+
this.ee = a;
|
|
254
255
|
this.g("ActualBorderColor");
|
|
255
256
|
}
|
|
256
257
|
get actualUmbraShadowColor() {
|
|
257
|
-
return this.
|
|
258
|
+
return this.er;
|
|
258
259
|
}
|
|
259
260
|
set actualUmbraShadowColor(a) {
|
|
260
|
-
this.
|
|
261
|
+
this.er = a;
|
|
261
262
|
this.g("ActualUmbraShadowColor");
|
|
262
263
|
}
|
|
263
264
|
get actualPenumbraShadowColor() {
|
|
264
|
-
return this.
|
|
265
|
+
return this.eo;
|
|
265
266
|
}
|
|
266
267
|
set actualPenumbraShadowColor(a) {
|
|
267
|
-
this.
|
|
268
|
+
this.eo = a;
|
|
268
269
|
this.g("ActualPenumbraShadowColor");
|
|
269
270
|
}
|
|
270
271
|
get actualAmbientShadowColor() {
|
|
271
|
-
return this.
|
|
272
|
+
return this.ec;
|
|
272
273
|
}
|
|
273
274
|
set actualAmbientShadowColor(a) {
|
|
274
|
-
this.
|
|
275
|
+
this.ec = a;
|
|
275
276
|
this.g("ActualAmbientShadowColor");
|
|
276
277
|
}
|
|
277
278
|
get actualRestingElevation() {
|
|
278
|
-
return this.
|
|
279
|
+
return this.cs;
|
|
279
280
|
}
|
|
280
281
|
set actualRestingElevation(a) {
|
|
281
|
-
this.
|
|
282
|
+
this.cs = a;
|
|
282
283
|
this.g("ActualRestingElevation");
|
|
283
284
|
}
|
|
284
285
|
get actualFocusElevation() {
|
|
285
|
-
return this.
|
|
286
|
+
return this.cq;
|
|
286
287
|
}
|
|
287
288
|
set actualFocusElevation(a) {
|
|
288
|
-
this.
|
|
289
|
+
this.cq = a;
|
|
289
290
|
this.g("ActualFocusElevation");
|
|
290
291
|
}
|
|
291
292
|
get actualHoverElevation() {
|
|
292
|
-
return this.
|
|
293
|
+
return this.cr;
|
|
293
294
|
}
|
|
294
295
|
set actualHoverElevation(a) {
|
|
295
|
-
this.
|
|
296
|
+
this.cr = a;
|
|
296
297
|
this.g("ActualHoverElevation");
|
|
297
298
|
}
|
|
298
299
|
get actualRippleColor() {
|
|
299
|
-
return this.
|
|
300
|
+
return this.ep;
|
|
300
301
|
}
|
|
301
302
|
set actualRippleColor(a) {
|
|
302
|
-
this.
|
|
303
|
+
this.ep = a;
|
|
303
304
|
this.g("ActualRippleColor");
|
|
304
305
|
}
|
|
305
306
|
get actualCornerRadiusBottomRight() {
|
|
306
|
-
return this.
|
|
307
|
+
return this.af;
|
|
307
308
|
}
|
|
308
309
|
set actualCornerRadiusBottomRight(a) {
|
|
309
|
-
this.
|
|
310
|
+
this.af = a;
|
|
310
311
|
this.g("ActualCornerRadiusBottomRight");
|
|
311
312
|
}
|
|
312
313
|
get actualCornerRadiusBottomLeft() {
|
|
313
|
-
return this.
|
|
314
|
+
return this.ae;
|
|
314
315
|
}
|
|
315
316
|
set actualCornerRadiusBottomLeft(a) {
|
|
316
|
-
this.
|
|
317
|
+
this.ae = a;
|
|
317
318
|
this.g("ActualCornerRadiusBottomLeft");
|
|
318
319
|
}
|
|
319
320
|
get actualCornerRadiusTopLeft() {
|
|
320
|
-
return this.
|
|
321
|
+
return this.ag;
|
|
321
322
|
}
|
|
322
323
|
set actualCornerRadiusTopLeft(a) {
|
|
323
|
-
this.
|
|
324
|
+
this.ag = a;
|
|
324
325
|
this.g("ActualCornerRadiusTopLeft");
|
|
325
326
|
}
|
|
326
327
|
get actualCornerRadiusTopRight() {
|
|
327
|
-
return this.
|
|
328
|
+
return this.ah;
|
|
328
329
|
}
|
|
329
330
|
set actualCornerRadiusTopRight(a) {
|
|
330
|
-
this.
|
|
331
|
+
this.ah = a;
|
|
331
332
|
this.g("ActualCornerRadiusTopRight");
|
|
332
333
|
}
|
|
333
334
|
get actualBackgroundColor() {
|
|
334
|
-
return this.
|
|
335
|
+
return this.ed;
|
|
335
336
|
}
|
|
336
337
|
set actualBackgroundColor(a) {
|
|
337
|
-
this.
|
|
338
|
+
this.ed = a;
|
|
338
339
|
this.g("ActualBackgroundColor");
|
|
339
340
|
}
|
|
340
341
|
get actualDisabledBackgroundColor() {
|
|
341
|
-
return this.
|
|
342
|
+
return this.eg;
|
|
342
343
|
}
|
|
343
344
|
set actualDisabledBackgroundColor(a) {
|
|
344
|
-
this.
|
|
345
|
+
this.eg = a;
|
|
345
346
|
this.g("ActualDisabledBackgroundColor");
|
|
346
347
|
}
|
|
347
348
|
get actualDisabledBorderColor() {
|
|
348
|
-
return this.
|
|
349
|
+
return this.eh;
|
|
349
350
|
}
|
|
350
351
|
set actualDisabledBorderColor(a) {
|
|
351
|
-
this.
|
|
352
|
+
this.eh = a;
|
|
352
353
|
this.g("ActualDisabledBorderColor");
|
|
353
354
|
}
|
|
354
355
|
get actualDisabledTextColor() {
|
|
355
|
-
return this.
|
|
356
|
+
return this.ei;
|
|
356
357
|
}
|
|
357
358
|
set actualDisabledTextColor(a) {
|
|
358
|
-
this.
|
|
359
|
+
this.ei = a;
|
|
359
360
|
this.g("ActualDisabledTextColor");
|
|
360
361
|
}
|
|
361
362
|
get actualDisabledElevation() {
|
|
362
|
-
return this.
|
|
363
|
+
return this.cp;
|
|
363
364
|
}
|
|
364
365
|
set actualDisabledElevation(a) {
|
|
365
|
-
this.
|
|
366
|
+
this.cp = a;
|
|
366
367
|
this.g("ActualDisabledElevation");
|
|
367
368
|
}
|
|
368
369
|
get actualElevationMode() {
|
|
369
|
-
return this.
|
|
370
|
+
return this.ej;
|
|
370
371
|
}
|
|
371
372
|
set actualElevationMode(a) {
|
|
372
|
-
this.
|
|
373
|
+
this.ej = a;
|
|
373
374
|
this.g("ActualElevationMode");
|
|
374
375
|
}
|
|
375
376
|
get actualTextColor() {
|
|
376
|
-
return this.
|
|
377
|
+
return this.eq;
|
|
377
378
|
}
|
|
378
379
|
set actualTextColor(a) {
|
|
379
|
-
this.
|
|
380
|
+
this.eq = a;
|
|
380
381
|
this.g("ActualTextColor");
|
|
381
382
|
}
|
|
382
383
|
get actualHoverTextColor() {
|
|
383
|
-
return this.
|
|
384
|
+
return this.en;
|
|
384
385
|
}
|
|
385
386
|
set actualHoverTextColor(a) {
|
|
386
|
-
this.
|
|
387
|
+
this.en = a;
|
|
387
388
|
this.g("ActualHoverTextColor");
|
|
388
389
|
}
|
|
389
390
|
get actualFocusBackgroundColor() {
|
|
390
|
-
return this.
|
|
391
|
+
return this.ek;
|
|
391
392
|
}
|
|
392
393
|
set actualFocusBackgroundColor(a) {
|
|
393
|
-
this.
|
|
394
|
+
this.ek = a;
|
|
394
395
|
this.g("ActualFocusBackgroundColor");
|
|
395
396
|
}
|
|
396
397
|
get actualFocusTextColor() {
|
|
397
|
-
return this.
|
|
398
|
+
return this.el;
|
|
398
399
|
}
|
|
399
400
|
set actualFocusTextColor(a) {
|
|
400
|
-
this.
|
|
401
|
+
this.el = a;
|
|
401
402
|
this.g("ActualFocusTextColor");
|
|
402
403
|
}
|
|
403
404
|
get actualHoverBackgroundColor() {
|
|
404
|
-
return this.
|
|
405
|
+
return this.em;
|
|
405
406
|
}
|
|
406
407
|
set actualHoverBackgroundColor(a) {
|
|
407
|
-
this.
|
|
408
|
+
this.em = a;
|
|
408
409
|
this.g("ActualHoverBackgroundColor");
|
|
409
410
|
}
|
|
410
411
|
get actualBorderWidth() {
|
|
411
|
-
return this.
|
|
412
|
+
return this.ad;
|
|
412
413
|
}
|
|
413
414
|
set actualBorderWidth(a) {
|
|
414
|
-
this.
|
|
415
|
+
this.ad = a;
|
|
415
416
|
this.g("ActualBorderWidth");
|
|
416
417
|
}
|
|
417
418
|
get raisedBackgroundColor() {
|
|
418
|
-
return this.
|
|
419
|
+
return this.gs;
|
|
419
420
|
}
|
|
420
421
|
set raisedBackgroundColor(a) {
|
|
421
|
-
this.
|
|
422
|
+
this.gs = a;
|
|
422
423
|
this.g("RaisedBackgroundColor");
|
|
423
424
|
}
|
|
424
425
|
get raisedDisabledBackgroundColor() {
|
|
425
|
-
return this.
|
|
426
|
+
return this.gu;
|
|
426
427
|
}
|
|
427
428
|
set raisedDisabledBackgroundColor(a) {
|
|
428
|
-
this.
|
|
429
|
+
this.gu = a;
|
|
429
430
|
this.g("RaisedDisabledBackgroundColor");
|
|
430
431
|
}
|
|
431
432
|
get raisedDisabledBorderColor() {
|
|
432
|
-
return this.
|
|
433
|
+
return this.gv;
|
|
433
434
|
}
|
|
434
435
|
set raisedDisabledBorderColor(a) {
|
|
435
|
-
this.
|
|
436
|
+
this.gv = a;
|
|
436
437
|
this.g("RaisedDisabledBorderColor");
|
|
437
438
|
}
|
|
438
439
|
get raisedDisabledTextColor() {
|
|
439
|
-
return this.
|
|
440
|
+
return this.gw;
|
|
440
441
|
}
|
|
441
442
|
set raisedDisabledTextColor(a) {
|
|
442
|
-
this.
|
|
443
|
+
this.gw = a;
|
|
443
444
|
this.g("RaisedDisabledTextColor");
|
|
444
445
|
}
|
|
445
446
|
get raisedDisabledElevation() {
|
|
446
|
-
return this.
|
|
447
|
+
return this.dc;
|
|
447
448
|
}
|
|
448
449
|
set raisedDisabledElevation(a) {
|
|
449
|
-
this.
|
|
450
|
+
this.dc = a;
|
|
450
451
|
this.g("RaisedDisabledElevation");
|
|
451
452
|
}
|
|
452
453
|
get raisedHoverBackgroundColor() {
|
|
453
|
-
return this.
|
|
454
|
+
return this.gz;
|
|
454
455
|
}
|
|
455
456
|
set raisedHoverBackgroundColor(a) {
|
|
456
|
-
this.
|
|
457
|
+
this.gz = a;
|
|
457
458
|
this.g("RaisedHoverBackgroundColor");
|
|
458
459
|
}
|
|
459
460
|
get raisedBorderColor() {
|
|
460
|
-
return this.
|
|
461
|
+
return this.gt;
|
|
461
462
|
}
|
|
462
463
|
set raisedBorderColor(a) {
|
|
463
|
-
this.
|
|
464
|
+
this.gt = a;
|
|
464
465
|
this.g("RaisedBorderColor");
|
|
465
466
|
}
|
|
466
467
|
get raisedRestingElevation() {
|
|
467
|
-
return this.
|
|
468
|
+
return this.df;
|
|
468
469
|
}
|
|
469
470
|
set raisedRestingElevation(a) {
|
|
470
|
-
this.
|
|
471
|
+
this.df = a;
|
|
471
472
|
this.g("RaisedRestingElevation");
|
|
472
473
|
}
|
|
473
474
|
get raisedHoverElevation() {
|
|
474
|
-
return this.
|
|
475
|
+
return this.de;
|
|
475
476
|
}
|
|
476
477
|
set raisedHoverElevation(a) {
|
|
477
|
-
this.
|
|
478
|
+
this.de = a;
|
|
478
479
|
this.g("RaisedHoverElevation");
|
|
479
480
|
}
|
|
480
481
|
get raisedFocusElevation() {
|
|
481
|
-
return this.
|
|
482
|
+
return this.dd;
|
|
482
483
|
}
|
|
483
484
|
set raisedFocusElevation(a) {
|
|
484
|
-
this.
|
|
485
|
+
this.dd = a;
|
|
485
486
|
this.g("RaisedFocusElevation");
|
|
486
487
|
}
|
|
487
488
|
get raisedBorderWidth() {
|
|
488
|
-
return this.
|
|
489
|
+
return this.be;
|
|
489
490
|
}
|
|
490
491
|
set raisedBorderWidth(a) {
|
|
491
|
-
this.
|
|
492
|
+
this.be = a;
|
|
492
493
|
this.g("RaisedBorderWidth");
|
|
493
494
|
}
|
|
494
495
|
get raisedCornerRadiusBottomRight() {
|
|
495
|
-
return this.
|
|
496
|
+
return this.bg;
|
|
496
497
|
}
|
|
497
498
|
set raisedCornerRadiusBottomRight(a) {
|
|
498
|
-
this.
|
|
499
|
+
this.bg = a;
|
|
499
500
|
this.g("RaisedCornerRadiusBottomRight");
|
|
500
501
|
}
|
|
501
502
|
get raisedCornerRadiusBottomLeft() {
|
|
502
|
-
return this.
|
|
503
|
+
return this.bf;
|
|
503
504
|
}
|
|
504
505
|
set raisedCornerRadiusBottomLeft(a) {
|
|
505
|
-
this.
|
|
506
|
+
this.bf = a;
|
|
506
507
|
this.g("RaisedCornerRadiusBottomLeft");
|
|
507
508
|
}
|
|
508
509
|
get raisedCornerRadiusTopLeft() {
|
|
509
|
-
return this.
|
|
510
|
+
return this.bh;
|
|
510
511
|
}
|
|
511
512
|
set raisedCornerRadiusTopLeft(a) {
|
|
512
|
-
this.
|
|
513
|
+
this.bh = a;
|
|
513
514
|
this.g("RaisedCornerRadiusTopLeft");
|
|
514
515
|
}
|
|
515
516
|
get raisedCornerRadiusTopRight() {
|
|
516
|
-
return this.
|
|
517
|
+
return this.bi;
|
|
517
518
|
}
|
|
518
519
|
set raisedCornerRadiusTopRight(a) {
|
|
519
|
-
this.
|
|
520
|
+
this.bi = a;
|
|
520
521
|
this.g("RaisedCornerRadiusTopRight");
|
|
521
522
|
}
|
|
522
523
|
get raisedRippleColor() {
|
|
523
|
-
return this.
|
|
524
|
+
return this.g1;
|
|
524
525
|
}
|
|
525
526
|
set raisedRippleColor(a) {
|
|
526
|
-
this.
|
|
527
|
+
this.g1 = a;
|
|
527
528
|
this.g("RaisedRippleColor");
|
|
528
529
|
}
|
|
529
530
|
get flatBackgroundColor() {
|
|
530
|
-
return this.
|
|
531
|
+
return this.fg;
|
|
531
532
|
}
|
|
532
533
|
set flatBackgroundColor(a) {
|
|
533
|
-
this.
|
|
534
|
+
this.fg = a;
|
|
534
535
|
this.g("FlatBackgroundColor");
|
|
535
536
|
}
|
|
536
537
|
get flatDisabledBackgroundColor() {
|
|
537
|
-
return this.
|
|
538
|
+
return this.fi;
|
|
538
539
|
}
|
|
539
540
|
set flatDisabledBackgroundColor(a) {
|
|
540
|
-
this.
|
|
541
|
+
this.fi = a;
|
|
541
542
|
this.g("FlatDisabledBackgroundColor");
|
|
542
543
|
}
|
|
543
544
|
get flatDisabledBorderColor() {
|
|
544
|
-
return this.
|
|
545
|
+
return this.fj;
|
|
545
546
|
}
|
|
546
547
|
set flatDisabledBorderColor(a) {
|
|
547
|
-
this.
|
|
548
|
+
this.fj = a;
|
|
548
549
|
this.g("FlatDisabledBorderColor");
|
|
549
550
|
}
|
|
550
551
|
get flatDisabledTextColor() {
|
|
551
|
-
return this.
|
|
552
|
+
return this.fk;
|
|
552
553
|
}
|
|
553
554
|
set flatDisabledTextColor(a) {
|
|
554
|
-
this.
|
|
555
|
+
this.fk = a;
|
|
555
556
|
this.g("FlatDisabledTextColor");
|
|
556
557
|
}
|
|
557
558
|
get flatDisabledElevation() {
|
|
558
|
-
return this.
|
|
559
|
+
return this.cy;
|
|
559
560
|
}
|
|
560
561
|
set flatDisabledElevation(a) {
|
|
561
|
-
this.
|
|
562
|
+
this.cy = a;
|
|
562
563
|
this.g("FlatDisabledElevation");
|
|
563
564
|
}
|
|
564
565
|
get flatHoverBackgroundColor() {
|
|
565
|
-
return this.
|
|
566
|
+
return this.fn;
|
|
566
567
|
}
|
|
567
568
|
set flatHoverBackgroundColor(a) {
|
|
568
|
-
this.
|
|
569
|
+
this.fn = a;
|
|
569
570
|
this.g("FlatHoverBackgroundColor");
|
|
570
571
|
}
|
|
571
572
|
get flatBorderColor() {
|
|
572
|
-
return this.
|
|
573
|
+
return this.fh;
|
|
573
574
|
}
|
|
574
575
|
set flatBorderColor(a) {
|
|
575
|
-
this.
|
|
576
|
+
this.fh = a;
|
|
576
577
|
this.g("FlatBorderColor");
|
|
577
578
|
}
|
|
578
579
|
get flatRestingElevation() {
|
|
579
|
-
return this.
|
|
580
|
+
return this.c1;
|
|
580
581
|
}
|
|
581
582
|
set flatRestingElevation(a) {
|
|
582
|
-
this.
|
|
583
|
+
this.c1 = a;
|
|
583
584
|
this.g("FlatRestingElevation");
|
|
584
585
|
}
|
|
585
586
|
get flatHoverElevation() {
|
|
586
|
-
return this.
|
|
587
|
+
return this.c0;
|
|
587
588
|
}
|
|
588
589
|
set flatHoverElevation(a) {
|
|
589
|
-
this.
|
|
590
|
+
this.c0 = a;
|
|
590
591
|
this.g("FlatHoverElevation");
|
|
591
592
|
}
|
|
592
593
|
get flatFocusElevation() {
|
|
593
|
-
return this.
|
|
594
|
+
return this.cz;
|
|
594
595
|
}
|
|
595
596
|
set flatFocusElevation(a) {
|
|
596
|
-
this.
|
|
597
|
+
this.cz = a;
|
|
597
598
|
this.g("FlatFocusElevation");
|
|
598
599
|
}
|
|
599
600
|
get flatRippleColor() {
|
|
600
|
-
return this.
|
|
601
|
+
return this.fp;
|
|
601
602
|
}
|
|
602
603
|
set flatRippleColor(a) {
|
|
603
|
-
this.
|
|
604
|
+
this.fp = a;
|
|
604
605
|
this.g("FlatRippleColor");
|
|
605
606
|
}
|
|
606
607
|
get flatTextColor() {
|
|
607
|
-
return this.
|
|
608
|
+
return this.fq;
|
|
608
609
|
}
|
|
609
610
|
set flatTextColor(a) {
|
|
610
|
-
this.
|
|
611
|
+
this.fq = a;
|
|
611
612
|
this.g("FlatTextColor");
|
|
612
613
|
}
|
|
613
614
|
get flatHoverTextColor() {
|
|
614
|
-
return this.
|
|
615
|
+
return this.fo;
|
|
615
616
|
}
|
|
616
617
|
set flatHoverTextColor(a) {
|
|
617
|
-
this.
|
|
618
|
+
this.fo = a;
|
|
618
619
|
this.g("FlatHoverTextColor");
|
|
619
620
|
}
|
|
620
621
|
get flatFocusBackgroundColor() {
|
|
621
|
-
return this.
|
|
622
|
+
return this.fl;
|
|
622
623
|
}
|
|
623
624
|
set flatFocusBackgroundColor(a) {
|
|
624
|
-
this.
|
|
625
|
+
this.fl = a;
|
|
625
626
|
this.g("FlatFocusBackgroundColor");
|
|
626
627
|
}
|
|
627
628
|
get flatFocusTextColor() {
|
|
628
|
-
return this.
|
|
629
|
+
return this.fm;
|
|
629
630
|
}
|
|
630
631
|
set flatFocusTextColor(a) {
|
|
631
|
-
this.
|
|
632
|
+
this.fm = a;
|
|
632
633
|
this.g("FlatFocusTextColor");
|
|
633
634
|
}
|
|
634
635
|
get flatBorderWidth() {
|
|
635
|
-
return this.
|
|
636
|
+
return this.aw;
|
|
636
637
|
}
|
|
637
638
|
set flatBorderWidth(a) {
|
|
638
|
-
this.
|
|
639
|
+
this.aw = a;
|
|
639
640
|
this.g("FlatBorderWidth");
|
|
640
641
|
}
|
|
641
642
|
get flatCornerRadiusBottomRight() {
|
|
642
|
-
return this.
|
|
643
|
+
return this.ay;
|
|
643
644
|
}
|
|
644
645
|
set flatCornerRadiusBottomRight(a) {
|
|
645
|
-
this.
|
|
646
|
+
this.ay = a;
|
|
646
647
|
this.g("FlatCornerRadiusBottomRight");
|
|
647
648
|
}
|
|
648
649
|
get flatCornerRadiusBottomLeft() {
|
|
649
|
-
return this.
|
|
650
|
+
return this.ax;
|
|
650
651
|
}
|
|
651
652
|
set flatCornerRadiusBottomLeft(a) {
|
|
652
|
-
this.
|
|
653
|
+
this.ax = a;
|
|
653
654
|
this.g("FlatCornerRadiusBottomLeft");
|
|
654
655
|
}
|
|
655
656
|
get flatCornerRadiusTopLeft() {
|
|
656
|
-
return this.
|
|
657
|
+
return this.az;
|
|
657
658
|
}
|
|
658
659
|
set flatCornerRadiusTopLeft(a) {
|
|
659
|
-
this.
|
|
660
|
+
this.az = a;
|
|
660
661
|
this.g("FlatCornerRadiusTopLeft");
|
|
661
662
|
}
|
|
662
663
|
get flatCornerRadiusTopRight() {
|
|
663
|
-
return this.
|
|
664
|
+
return this.a0;
|
|
664
665
|
}
|
|
665
666
|
set flatCornerRadiusTopRight(a) {
|
|
666
|
-
this.
|
|
667
|
+
this.a0 = a;
|
|
667
668
|
this.g("FlatCornerRadiusTopRight");
|
|
668
669
|
}
|
|
669
670
|
get backgroundColor() {
|
|
670
|
-
return this.
|
|
671
|
+
return this.eu;
|
|
671
672
|
}
|
|
672
673
|
set backgroundColor(a) {
|
|
673
|
-
this.
|
|
674
|
+
this.eu = a;
|
|
674
675
|
this.g("BackgroundColor");
|
|
675
676
|
}
|
|
676
677
|
get disabledBackgroundColor() {
|
|
677
|
-
return this.
|
|
678
|
+
return this.ez;
|
|
678
679
|
}
|
|
679
680
|
set disabledBackgroundColor(a) {
|
|
680
|
-
this.
|
|
681
|
+
this.ez = a;
|
|
681
682
|
this.g("DisabledBackgroundColor");
|
|
682
683
|
}
|
|
683
684
|
get disabledBorderColor() {
|
|
684
|
-
return this.
|
|
685
|
+
return this.e0;
|
|
685
686
|
}
|
|
686
687
|
set disabledBorderColor(a) {
|
|
687
|
-
this.
|
|
688
|
+
this.e0 = a;
|
|
688
689
|
this.g("DisabledBorderColor");
|
|
689
690
|
}
|
|
690
691
|
get disabledTextColor() {
|
|
691
|
-
return this.
|
|
692
|
+
return this.e1;
|
|
692
693
|
}
|
|
693
694
|
set disabledTextColor(a) {
|
|
694
|
-
this.
|
|
695
|
+
this.e1 = a;
|
|
695
696
|
this.g("DisabledTextColor");
|
|
696
697
|
}
|
|
697
698
|
get disabledElevation() {
|
|
698
|
-
return this.
|
|
699
|
+
return this.ct;
|
|
699
700
|
}
|
|
700
701
|
set disabledElevation(a) {
|
|
701
|
-
this.
|
|
702
|
+
this.ct = a;
|
|
702
703
|
this.g("DisabledElevation");
|
|
703
704
|
}
|
|
704
705
|
get elevationMode() {
|
|
705
|
-
return this.
|
|
706
|
+
return this.e4;
|
|
706
707
|
}
|
|
707
708
|
set elevationMode(a) {
|
|
708
|
-
this.
|
|
709
|
+
this.e4 = a;
|
|
709
710
|
this.g("ElevationMode");
|
|
710
711
|
}
|
|
711
712
|
get hoverBackgroundColor() {
|
|
712
|
-
return this.
|
|
713
|
+
return this.f0;
|
|
713
714
|
}
|
|
714
715
|
set hoverBackgroundColor(a) {
|
|
715
|
-
this.
|
|
716
|
+
this.f0 = a;
|
|
716
717
|
this.g("HoverBackgroundColor");
|
|
717
718
|
}
|
|
718
719
|
get borderColor() {
|
|
719
|
-
return this.
|
|
720
|
+
return this.ew;
|
|
720
721
|
}
|
|
721
722
|
set borderColor(a) {
|
|
722
|
-
this.
|
|
723
|
+
this.ew = a;
|
|
723
724
|
this.g("BorderColor");
|
|
724
725
|
}
|
|
725
726
|
get restingElevation() {
|
|
726
|
-
return this.
|
|
727
|
+
return this.dg;
|
|
727
728
|
}
|
|
728
729
|
set restingElevation(a) {
|
|
729
|
-
this.
|
|
730
|
+
this.dg = a;
|
|
730
731
|
this.g("RestingElevation");
|
|
731
732
|
}
|
|
732
733
|
get hoverElevation() {
|
|
733
|
-
return this.
|
|
734
|
+
return this.c3;
|
|
734
735
|
}
|
|
735
736
|
set hoverElevation(a) {
|
|
736
|
-
this.
|
|
737
|
+
this.c3 = a;
|
|
737
738
|
this.g("HoverElevation");
|
|
738
739
|
}
|
|
739
740
|
get focusElevation() {
|
|
740
|
-
return this.
|
|
741
|
+
return this.c2;
|
|
741
742
|
}
|
|
742
743
|
set focusElevation(a) {
|
|
743
|
-
this.
|
|
744
|
+
this.c2 = a;
|
|
744
745
|
this.g("FocusElevation");
|
|
745
746
|
}
|
|
746
747
|
get fontFamily() {
|
|
747
|
-
return this.
|
|
748
|
+
return this.fv;
|
|
748
749
|
}
|
|
749
750
|
set fontFamily(a) {
|
|
750
|
-
this.
|
|
751
|
+
this.fv = a;
|
|
751
752
|
this.g("FontFamily");
|
|
752
753
|
}
|
|
753
754
|
get fontSize() {
|
|
754
|
-
return this.
|
|
755
|
+
return this.a1;
|
|
755
756
|
}
|
|
756
757
|
set fontSize(a) {
|
|
757
|
-
this.
|
|
758
|
+
this.a1 = a;
|
|
758
759
|
this.g("FontSize");
|
|
759
760
|
}
|
|
760
761
|
get fontStyle() {
|
|
761
|
-
return this.
|
|
762
|
+
return this.fw;
|
|
762
763
|
}
|
|
763
764
|
set fontStyle(a) {
|
|
764
|
-
this.
|
|
765
|
+
this.fw = a;
|
|
765
766
|
this.g("FontStyle");
|
|
766
767
|
}
|
|
767
768
|
get fontWeight() {
|
|
768
|
-
return this.
|
|
769
|
+
return this.fx;
|
|
769
770
|
}
|
|
770
771
|
set fontWeight(a) {
|
|
771
|
-
this.
|
|
772
|
+
this.fx = a;
|
|
772
773
|
this.g("FontWeight");
|
|
773
774
|
}
|
|
774
775
|
get textColor() {
|
|
775
|
-
return this.
|
|
776
|
+
return this.g4;
|
|
776
777
|
}
|
|
777
778
|
set textColor(a) {
|
|
778
|
-
this.
|
|
779
|
+
this.g4 = a;
|
|
779
780
|
this.g("TextColor");
|
|
780
781
|
}
|
|
781
782
|
get hoverTextColor() {
|
|
782
|
-
return this.
|
|
783
|
+
return this.f1;
|
|
783
784
|
}
|
|
784
785
|
set hoverTextColor(a) {
|
|
785
|
-
this.
|
|
786
|
+
this.f1 = a;
|
|
786
787
|
this.g("HoverTextColor");
|
|
787
788
|
}
|
|
788
789
|
get rippleColor() {
|
|
789
|
-
return this.
|
|
790
|
+
return this.g3;
|
|
790
791
|
}
|
|
791
792
|
set rippleColor(a) {
|
|
792
|
-
this.
|
|
793
|
+
this.g3 = a;
|
|
793
794
|
this.g("RippleColor");
|
|
794
795
|
}
|
|
795
796
|
get raisedTextColor() {
|
|
796
|
-
return this.
|
|
797
|
+
return this.g2;
|
|
797
798
|
}
|
|
798
799
|
set raisedTextColor(a) {
|
|
799
|
-
this.
|
|
800
|
+
this.g2 = a;
|
|
800
801
|
this.g("RaisedTextColor");
|
|
801
802
|
}
|
|
802
803
|
get raisedHoverTextColor() {
|
|
803
|
-
return this.
|
|
804
|
+
return this.g0;
|
|
804
805
|
}
|
|
805
806
|
set raisedHoverTextColor(a) {
|
|
806
|
-
this.
|
|
807
|
+
this.g0 = a;
|
|
807
808
|
this.g("RaisedHoverTextColor");
|
|
808
809
|
}
|
|
809
810
|
get raisedFocusBackgroundColor() {
|
|
810
|
-
return this.
|
|
811
|
+
return this.gx;
|
|
811
812
|
}
|
|
812
813
|
set raisedFocusBackgroundColor(a) {
|
|
813
|
-
this.
|
|
814
|
+
this.gx = a;
|
|
814
815
|
this.g("RaisedFocusBackgroundColor");
|
|
815
816
|
}
|
|
816
817
|
get raisedFocusTextColor() {
|
|
817
|
-
return this.
|
|
818
|
+
return this.gy;
|
|
818
819
|
}
|
|
819
820
|
set raisedFocusTextColor(a) {
|
|
820
|
-
this.
|
|
821
|
+
this.gy = a;
|
|
821
822
|
this.g("RaisedFocusTextColor");
|
|
822
823
|
}
|
|
823
824
|
get focusBackgroundColor() {
|
|
824
|
-
return this.
|
|
825
|
+
return this.ft;
|
|
825
826
|
}
|
|
826
827
|
set focusBackgroundColor(a) {
|
|
827
|
-
this.
|
|
828
|
+
this.ft = a;
|
|
828
829
|
this.g("FocusBackgroundColor");
|
|
829
830
|
}
|
|
830
831
|
get focusTextColor() {
|
|
831
|
-
return this.
|
|
832
|
+
return this.fu;
|
|
832
833
|
}
|
|
833
834
|
set focusTextColor(a) {
|
|
834
|
-
this.
|
|
835
|
+
this.fu = a;
|
|
835
836
|
this.g("FocusTextColor");
|
|
836
837
|
}
|
|
837
838
|
get borderWidth() {
|
|
838
|
-
return this.
|
|
839
|
+
return this.ai;
|
|
839
840
|
}
|
|
840
841
|
set borderWidth(a) {
|
|
841
|
-
this.
|
|
842
|
+
this.ai = a;
|
|
842
843
|
this.g("BorderWidth");
|
|
843
844
|
}
|
|
844
845
|
get cornerRadiusBottomRight() {
|
|
845
|
-
return this.
|
|
846
|
+
return this.ao;
|
|
846
847
|
}
|
|
847
848
|
set cornerRadiusBottomRight(a) {
|
|
848
|
-
this.
|
|
849
|
+
this.ao = a;
|
|
849
850
|
this.g("CornerRadiusBottomRight");
|
|
850
851
|
}
|
|
851
852
|
get cornerRadiusBottomLeft() {
|
|
852
|
-
return this.
|
|
853
|
+
return this.an;
|
|
853
854
|
}
|
|
854
855
|
set cornerRadiusBottomLeft(a) {
|
|
855
|
-
this.
|
|
856
|
+
this.an = a;
|
|
856
857
|
this.g("CornerRadiusBottomLeft");
|
|
857
858
|
}
|
|
858
859
|
get cornerRadiusTopLeft() {
|
|
859
|
-
return this.
|
|
860
|
+
return this.ap;
|
|
860
861
|
}
|
|
861
862
|
set cornerRadiusTopLeft(a) {
|
|
862
|
-
this.
|
|
863
|
+
this.ap = a;
|
|
863
864
|
this.g("CornerRadiusTopLeft");
|
|
864
865
|
}
|
|
865
866
|
get cornerRadiusTopRight() {
|
|
866
|
-
return this.
|
|
867
|
+
return this.aq;
|
|
867
868
|
}
|
|
868
869
|
set cornerRadiusTopRight(a) {
|
|
869
|
-
this.
|
|
870
|
+
this.aq = a;
|
|
870
871
|
this.g("CornerRadiusTopRight");
|
|
871
872
|
}
|
|
872
873
|
get outlinedBackgroundColor() {
|
|
873
|
-
return this.
|
|
874
|
+
return this.gh;
|
|
874
875
|
}
|
|
875
876
|
set outlinedBackgroundColor(a) {
|
|
876
|
-
this.
|
|
877
|
+
this.gh = a;
|
|
877
878
|
this.g("OutlinedBackgroundColor");
|
|
878
879
|
}
|
|
879
880
|
get outlinedDisabledBackgroundColor() {
|
|
880
|
-
return this.
|
|
881
|
+
return this.gj;
|
|
881
882
|
}
|
|
882
883
|
set outlinedDisabledBackgroundColor(a) {
|
|
883
|
-
this.
|
|
884
|
+
this.gj = a;
|
|
884
885
|
this.g("OutlinedDisabledBackgroundColor");
|
|
885
886
|
}
|
|
886
887
|
get outlinedDisabledBorderColor() {
|
|
887
|
-
return this.
|
|
888
|
+
return this.gk;
|
|
888
889
|
}
|
|
889
890
|
set outlinedDisabledBorderColor(a) {
|
|
890
|
-
this.
|
|
891
|
+
this.gk = a;
|
|
891
892
|
this.g("OutlinedDisabledBorderColor");
|
|
892
893
|
}
|
|
893
894
|
get outlinedDisabledTextColor() {
|
|
894
|
-
return this.
|
|
895
|
+
return this.gl;
|
|
895
896
|
}
|
|
896
897
|
set outlinedDisabledTextColor(a) {
|
|
897
|
-
this.
|
|
898
|
+
this.gl = a;
|
|
898
899
|
this.g("OutlinedDisabledTextColor");
|
|
899
900
|
}
|
|
900
901
|
get outlinedDisabledElevation() {
|
|
901
|
-
return this.
|
|
902
|
+
return this.c8;
|
|
902
903
|
}
|
|
903
904
|
set outlinedDisabledElevation(a) {
|
|
904
|
-
this.
|
|
905
|
+
this.c8 = a;
|
|
905
906
|
this.g("OutlinedDisabledElevation");
|
|
906
907
|
}
|
|
907
908
|
get outlinedHoverBackgroundColor() {
|
|
908
|
-
return this.
|
|
909
|
+
return this.go;
|
|
909
910
|
}
|
|
910
911
|
set outlinedHoverBackgroundColor(a) {
|
|
911
|
-
this.
|
|
912
|
+
this.go = a;
|
|
912
913
|
this.g("OutlinedHoverBackgroundColor");
|
|
913
914
|
}
|
|
914
915
|
get outlinedBorderColor() {
|
|
915
|
-
return this.
|
|
916
|
+
return this.gi;
|
|
916
917
|
}
|
|
917
918
|
set outlinedBorderColor(a) {
|
|
918
|
-
this.
|
|
919
|
+
this.gi = a;
|
|
919
920
|
this.g("OutlinedBorderColor");
|
|
920
921
|
}
|
|
921
922
|
get outlinedRestingElevation() {
|
|
922
|
-
return this.
|
|
923
|
+
return this.db;
|
|
923
924
|
}
|
|
924
925
|
set outlinedRestingElevation(a) {
|
|
925
|
-
this.
|
|
926
|
+
this.db = a;
|
|
926
927
|
this.g("OutlinedRestingElevation");
|
|
927
928
|
}
|
|
928
929
|
get outlinedHoverElevation() {
|
|
929
|
-
return this.
|
|
930
|
+
return this.da;
|
|
930
931
|
}
|
|
931
932
|
set outlinedHoverElevation(a) {
|
|
932
|
-
this.
|
|
933
|
+
this.da = a;
|
|
933
934
|
this.g("OutlinedHoverElevation");
|
|
934
935
|
}
|
|
935
936
|
get outlinedFocusElevation() {
|
|
936
|
-
return this.
|
|
937
|
+
return this.c9;
|
|
937
938
|
}
|
|
938
939
|
set outlinedFocusElevation(a) {
|
|
939
|
-
this.
|
|
940
|
+
this.c9 = a;
|
|
940
941
|
this.g("OutlinedFocusElevation");
|
|
941
942
|
}
|
|
942
943
|
get outlinedBorderWidth() {
|
|
943
|
-
return this.
|
|
944
|
+
return this.a9;
|
|
944
945
|
}
|
|
945
946
|
set outlinedBorderWidth(a) {
|
|
946
|
-
this.
|
|
947
|
+
this.a9 = a;
|
|
947
948
|
this.g("OutlinedBorderWidth");
|
|
948
949
|
}
|
|
949
950
|
get outlinedCornerRadiusBottomRight() {
|
|
950
|
-
return this.
|
|
951
|
+
return this.bb;
|
|
951
952
|
}
|
|
952
953
|
set outlinedCornerRadiusBottomRight(a) {
|
|
953
|
-
this.
|
|
954
|
+
this.bb = a;
|
|
954
955
|
this.g("OutlinedCornerRadiusBottomRight");
|
|
955
956
|
}
|
|
956
957
|
get outlinedCornerRadiusBottomLeft() {
|
|
957
|
-
return this.
|
|
958
|
+
return this.ba;
|
|
958
959
|
}
|
|
959
960
|
set outlinedCornerRadiusBottomLeft(a) {
|
|
960
|
-
this.
|
|
961
|
+
this.ba = a;
|
|
961
962
|
this.g("OutlinedCornerRadiusBottomLeft");
|
|
962
963
|
}
|
|
963
964
|
get outlinedCornerRadiusTopLeft() {
|
|
964
|
-
return this.
|
|
965
|
+
return this.bc;
|
|
965
966
|
}
|
|
966
967
|
set outlinedCornerRadiusTopLeft(a) {
|
|
967
|
-
this.
|
|
968
|
+
this.bc = a;
|
|
968
969
|
this.g("OutlinedCornerRadiusTopLeft");
|
|
969
970
|
}
|
|
970
971
|
get outlinedCornerRadiusTopRight() {
|
|
971
|
-
return this.
|
|
972
|
+
return this.bd;
|
|
972
973
|
}
|
|
973
974
|
set outlinedCornerRadiusTopRight(a) {
|
|
974
|
-
this.
|
|
975
|
+
this.bd = a;
|
|
975
976
|
this.g("OutlinedCornerRadiusTopRight");
|
|
976
977
|
}
|
|
977
978
|
get outlinedRippleColor() {
|
|
978
|
-
return this.
|
|
979
|
+
return this.gq;
|
|
979
980
|
}
|
|
980
981
|
set outlinedRippleColor(a) {
|
|
981
|
-
this.
|
|
982
|
+
this.gq = a;
|
|
982
983
|
this.g("OutlinedRippleColor");
|
|
983
984
|
}
|
|
984
985
|
get outlinedTextColor() {
|
|
985
|
-
return this.
|
|
986
|
+
return this.gr;
|
|
986
987
|
}
|
|
987
988
|
set outlinedTextColor(a) {
|
|
988
|
-
this.
|
|
989
|
+
this.gr = a;
|
|
989
990
|
this.g("OutlinedTextColor");
|
|
990
991
|
}
|
|
991
992
|
get outlinedHoverTextColor() {
|
|
992
|
-
return this.
|
|
993
|
+
return this.gp;
|
|
993
994
|
}
|
|
994
995
|
set outlinedHoverTextColor(a) {
|
|
995
|
-
this.
|
|
996
|
+
this.gp = a;
|
|
996
997
|
this.g("OutlinedHoverTextColor");
|
|
997
998
|
}
|
|
998
999
|
get outlinedFocusBackgroundColor() {
|
|
999
|
-
return this.
|
|
1000
|
+
return this.gm;
|
|
1000
1001
|
}
|
|
1001
1002
|
set outlinedFocusBackgroundColor(a) {
|
|
1002
|
-
this.
|
|
1003
|
+
this.gm = a;
|
|
1003
1004
|
this.g("OutlinedFocusBackgroundColor");
|
|
1004
1005
|
}
|
|
1005
1006
|
get outlinedFocusTextColor() {
|
|
1006
|
-
return this.
|
|
1007
|
+
return this.gn;
|
|
1007
1008
|
}
|
|
1008
1009
|
set outlinedFocusTextColor(a) {
|
|
1009
|
-
this.
|
|
1010
|
+
this.gn = a;
|
|
1010
1011
|
this.g("OutlinedFocusTextColor");
|
|
1011
1012
|
}
|
|
1012
1013
|
get fabBackgroundColor() {
|
|
1013
|
-
return this.
|
|
1014
|
+
return this.e5;
|
|
1014
1015
|
}
|
|
1015
1016
|
set fabBackgroundColor(a) {
|
|
1016
|
-
this.
|
|
1017
|
+
this.e5 = a;
|
|
1017
1018
|
this.g("FabBackgroundColor");
|
|
1018
1019
|
}
|
|
1019
1020
|
get fabDisabledBackgroundColor() {
|
|
1020
|
-
return this.
|
|
1021
|
+
return this.e7;
|
|
1021
1022
|
}
|
|
1022
1023
|
set fabDisabledBackgroundColor(a) {
|
|
1023
|
-
this.
|
|
1024
|
+
this.e7 = a;
|
|
1024
1025
|
this.g("FabDisabledBackgroundColor");
|
|
1025
1026
|
}
|
|
1026
1027
|
get fabDisabledBorderColor() {
|
|
1027
|
-
return this.
|
|
1028
|
+
return this.e8;
|
|
1028
1029
|
}
|
|
1029
1030
|
set fabDisabledBorderColor(a) {
|
|
1030
|
-
this.
|
|
1031
|
+
this.e8 = a;
|
|
1031
1032
|
this.g("FabDisabledBorderColor");
|
|
1032
1033
|
}
|
|
1033
1034
|
get fabDisabledTextColor() {
|
|
1034
|
-
return this.
|
|
1035
|
+
return this.e9;
|
|
1035
1036
|
}
|
|
1036
1037
|
set fabDisabledTextColor(a) {
|
|
1037
|
-
this.
|
|
1038
|
+
this.e9 = a;
|
|
1038
1039
|
this.g("FabDisabledTextColor");
|
|
1039
1040
|
}
|
|
1040
1041
|
get fabDisabledElevation() {
|
|
1041
|
-
return this.
|
|
1042
|
+
return this.cu;
|
|
1042
1043
|
}
|
|
1043
1044
|
set fabDisabledElevation(a) {
|
|
1044
|
-
this.
|
|
1045
|
+
this.cu = a;
|
|
1045
1046
|
this.g("FabDisabledElevation");
|
|
1046
1047
|
}
|
|
1047
1048
|
get fabHoverBackgroundColor() {
|
|
1048
|
-
return this.
|
|
1049
|
+
return this.fc;
|
|
1049
1050
|
}
|
|
1050
1051
|
set fabHoverBackgroundColor(a) {
|
|
1051
|
-
this.
|
|
1052
|
+
this.fc = a;
|
|
1052
1053
|
this.g("FabHoverBackgroundColor");
|
|
1053
1054
|
}
|
|
1054
1055
|
get fabBorderColor() {
|
|
1055
|
-
return this.
|
|
1056
|
+
return this.e6;
|
|
1056
1057
|
}
|
|
1057
1058
|
set fabBorderColor(a) {
|
|
1058
|
-
this.
|
|
1059
|
+
this.e6 = a;
|
|
1059
1060
|
this.g("FabBorderColor");
|
|
1060
1061
|
}
|
|
1061
1062
|
get fabRestingElevation() {
|
|
1062
|
-
return this.
|
|
1063
|
+
return this.cx;
|
|
1063
1064
|
}
|
|
1064
1065
|
set fabRestingElevation(a) {
|
|
1065
|
-
this.
|
|
1066
|
+
this.cx = a;
|
|
1066
1067
|
this.g("FabRestingElevation");
|
|
1067
1068
|
}
|
|
1068
1069
|
get fabHoverElevation() {
|
|
1069
|
-
return this.
|
|
1070
|
+
return this.cw;
|
|
1070
1071
|
}
|
|
1071
1072
|
set fabHoverElevation(a) {
|
|
1072
|
-
this.
|
|
1073
|
+
this.cw = a;
|
|
1073
1074
|
this.g("FabHoverElevation");
|
|
1074
1075
|
}
|
|
1075
1076
|
get fabFocusElevation() {
|
|
1076
|
-
return this.
|
|
1077
|
+
return this.cv;
|
|
1077
1078
|
}
|
|
1078
1079
|
set fabFocusElevation(a) {
|
|
1079
|
-
this.
|
|
1080
|
+
this.cv = a;
|
|
1080
1081
|
this.g("FabFocusElevation");
|
|
1081
1082
|
}
|
|
1082
1083
|
get fabBorderWidth() {
|
|
1083
|
-
return this.
|
|
1084
|
+
return this.ar;
|
|
1084
1085
|
}
|
|
1085
1086
|
set fabBorderWidth(a) {
|
|
1086
|
-
this.
|
|
1087
|
+
this.ar = a;
|
|
1087
1088
|
this.g("FabBorderWidth");
|
|
1088
1089
|
}
|
|
1089
1090
|
get fabCornerRadiusBottomRight() {
|
|
1090
|
-
return this.
|
|
1091
|
+
return this.at;
|
|
1091
1092
|
}
|
|
1092
1093
|
set fabCornerRadiusBottomRight(a) {
|
|
1093
|
-
this.
|
|
1094
|
+
this.at = a;
|
|
1094
1095
|
this.g("FabCornerRadiusBottomRight");
|
|
1095
1096
|
}
|
|
1096
1097
|
get fabCornerRadiusBottomLeft() {
|
|
1097
|
-
return this.
|
|
1098
|
+
return this.as;
|
|
1098
1099
|
}
|
|
1099
1100
|
set fabCornerRadiusBottomLeft(a) {
|
|
1100
|
-
this.
|
|
1101
|
+
this.as = a;
|
|
1101
1102
|
this.g("FabCornerRadiusBottomLeft");
|
|
1102
1103
|
}
|
|
1103
1104
|
get fabCornerRadiusTopLeft() {
|
|
1104
|
-
return this.
|
|
1105
|
+
return this.au;
|
|
1105
1106
|
}
|
|
1106
1107
|
set fabCornerRadiusTopLeft(a) {
|
|
1107
|
-
this.
|
|
1108
|
+
this.au = a;
|
|
1108
1109
|
this.g("FabCornerRadiusTopLeft");
|
|
1109
1110
|
}
|
|
1110
1111
|
get fabCornerRadiusTopRight() {
|
|
1111
|
-
return this.
|
|
1112
|
+
return this.av;
|
|
1112
1113
|
}
|
|
1113
1114
|
set fabCornerRadiusTopRight(a) {
|
|
1114
|
-
this.
|
|
1115
|
+
this.av = a;
|
|
1115
1116
|
this.g("FabCornerRadiusTopRight");
|
|
1116
1117
|
}
|
|
1117
1118
|
get fabRippleColor() {
|
|
1118
|
-
return this.
|
|
1119
|
+
return this.fe;
|
|
1119
1120
|
}
|
|
1120
1121
|
set fabRippleColor(a) {
|
|
1121
|
-
this.
|
|
1122
|
+
this.fe = a;
|
|
1122
1123
|
this.g("FabRippleColor");
|
|
1123
1124
|
}
|
|
1124
1125
|
get fabTextColor() {
|
|
1125
|
-
return this.
|
|
1126
|
+
return this.ff;
|
|
1126
1127
|
}
|
|
1127
1128
|
set fabTextColor(a) {
|
|
1128
|
-
this.
|
|
1129
|
+
this.ff = a;
|
|
1129
1130
|
this.g("FabTextColor");
|
|
1130
1131
|
}
|
|
1131
1132
|
get fabHoverTextColor() {
|
|
1132
|
-
return this.
|
|
1133
|
+
return this.fd;
|
|
1133
1134
|
}
|
|
1134
1135
|
set fabHoverTextColor(a) {
|
|
1135
|
-
this.
|
|
1136
|
+
this.fd = a;
|
|
1136
1137
|
this.g("FabHoverTextColor");
|
|
1137
1138
|
}
|
|
1138
1139
|
get fabFocusBackgroundColor() {
|
|
1139
|
-
return this.
|
|
1140
|
+
return this.fa;
|
|
1140
1141
|
}
|
|
1141
1142
|
set fabFocusBackgroundColor(a) {
|
|
1142
|
-
this.
|
|
1143
|
+
this.fa = a;
|
|
1143
1144
|
this.g("FabFocusBackgroundColor");
|
|
1144
1145
|
}
|
|
1145
1146
|
get fabFocusTextColor() {
|
|
1146
|
-
return this.
|
|
1147
|
+
return this.fb;
|
|
1147
1148
|
}
|
|
1148
1149
|
set fabFocusTextColor(a) {
|
|
1149
|
-
this.
|
|
1150
|
+
this.fb = a;
|
|
1150
1151
|
this.g("FabFocusTextColor");
|
|
1151
1152
|
}
|
|
1152
1153
|
get iconBackgroundColor() {
|
|
1153
|
-
return this.
|
|
1154
|
+
return this.f2;
|
|
1154
1155
|
}
|
|
1155
1156
|
set iconBackgroundColor(a) {
|
|
1156
|
-
this.
|
|
1157
|
+
this.f2 = a;
|
|
1157
1158
|
this.g("IconBackgroundColor");
|
|
1158
1159
|
}
|
|
1159
1160
|
get iconDisabledBackgroundColor() {
|
|
1160
|
-
return this.
|
|
1161
|
+
return this.f4;
|
|
1161
1162
|
}
|
|
1162
1163
|
set iconDisabledBackgroundColor(a) {
|
|
1163
|
-
this.
|
|
1164
|
+
this.f4 = a;
|
|
1164
1165
|
this.g("IconDisabledBackgroundColor");
|
|
1165
1166
|
}
|
|
1166
1167
|
get iconDisabledBorderColor() {
|
|
1167
|
-
return this.
|
|
1168
|
+
return this.f5;
|
|
1168
1169
|
}
|
|
1169
1170
|
set iconDisabledBorderColor(a) {
|
|
1170
|
-
this.
|
|
1171
|
+
this.f5 = a;
|
|
1171
1172
|
this.g("IconDisabledBorderColor");
|
|
1172
1173
|
}
|
|
1173
1174
|
get iconDisabledTextColor() {
|
|
1174
|
-
return this.
|
|
1175
|
+
return this.f6;
|
|
1175
1176
|
}
|
|
1176
1177
|
set iconDisabledTextColor(a) {
|
|
1177
|
-
this.
|
|
1178
|
+
this.f6 = a;
|
|
1178
1179
|
this.g("IconDisabledTextColor");
|
|
1179
1180
|
}
|
|
1180
1181
|
get iconDisabledElevation() {
|
|
1181
|
-
return this.
|
|
1182
|
+
return this.c4;
|
|
1182
1183
|
}
|
|
1183
1184
|
set iconDisabledElevation(a) {
|
|
1184
|
-
this.
|
|
1185
|
+
this.c4 = a;
|
|
1185
1186
|
this.g("IconDisabledElevation");
|
|
1186
1187
|
}
|
|
1187
1188
|
get iconHoverBackgroundColor() {
|
|
1188
|
-
return this.
|
|
1189
|
+
return this.f9;
|
|
1189
1190
|
}
|
|
1190
1191
|
set iconHoverBackgroundColor(a) {
|
|
1191
|
-
this.
|
|
1192
|
+
this.f9 = a;
|
|
1192
1193
|
this.g("IconHoverBackgroundColor");
|
|
1193
1194
|
}
|
|
1194
1195
|
get iconBorderColor() {
|
|
1195
|
-
return this.
|
|
1196
|
+
return this.f3;
|
|
1196
1197
|
}
|
|
1197
1198
|
set iconBorderColor(a) {
|
|
1198
|
-
this.
|
|
1199
|
+
this.f3 = a;
|
|
1199
1200
|
this.g("IconBorderColor");
|
|
1200
1201
|
}
|
|
1201
1202
|
get iconRestingElevation() {
|
|
1202
|
-
return this.
|
|
1203
|
+
return this.c7;
|
|
1203
1204
|
}
|
|
1204
1205
|
set iconRestingElevation(a) {
|
|
1205
|
-
this.
|
|
1206
|
+
this.c7 = a;
|
|
1206
1207
|
this.g("IconRestingElevation");
|
|
1207
1208
|
}
|
|
1208
1209
|
get iconHoverElevation() {
|
|
1209
|
-
return this.
|
|
1210
|
+
return this.c6;
|
|
1210
1211
|
}
|
|
1211
1212
|
set iconHoverElevation(a) {
|
|
1212
|
-
this.
|
|
1213
|
+
this.c6 = a;
|
|
1213
1214
|
this.g("IconHoverElevation");
|
|
1214
1215
|
}
|
|
1215
1216
|
get iconFocusElevation() {
|
|
1216
|
-
return this.
|
|
1217
|
+
return this.c5;
|
|
1217
1218
|
}
|
|
1218
1219
|
set iconFocusElevation(a) {
|
|
1219
|
-
this.
|
|
1220
|
+
this.c5 = a;
|
|
1220
1221
|
this.g("IconFocusElevation");
|
|
1221
1222
|
}
|
|
1222
1223
|
get iconBorderWidth() {
|
|
1223
|
-
return this.
|
|
1224
|
+
return this.a2;
|
|
1224
1225
|
}
|
|
1225
1226
|
set iconBorderWidth(a) {
|
|
1226
|
-
this.
|
|
1227
|
+
this.a2 = a;
|
|
1227
1228
|
this.g("IconBorderWidth");
|
|
1228
1229
|
}
|
|
1229
1230
|
get iconCornerRadiusBottomRight() {
|
|
1230
|
-
return this.
|
|
1231
|
+
return this.a4;
|
|
1231
1232
|
}
|
|
1232
1233
|
set iconCornerRadiusBottomRight(a) {
|
|
1233
|
-
this.
|
|
1234
|
+
this.a4 = a;
|
|
1234
1235
|
this.g("IconCornerRadiusBottomRight");
|
|
1235
1236
|
}
|
|
1236
1237
|
get iconCornerRadiusBottomLeft() {
|
|
1237
|
-
return this.
|
|
1238
|
+
return this.a3;
|
|
1238
1239
|
}
|
|
1239
1240
|
set iconCornerRadiusBottomLeft(a) {
|
|
1240
|
-
this.
|
|
1241
|
+
this.a3 = a;
|
|
1241
1242
|
this.g("IconCornerRadiusBottomLeft");
|
|
1242
1243
|
}
|
|
1243
1244
|
get iconCornerRadiusTopLeft() {
|
|
1244
|
-
return this.
|
|
1245
|
+
return this.a5;
|
|
1245
1246
|
}
|
|
1246
1247
|
set iconCornerRadiusTopLeft(a) {
|
|
1247
|
-
this.
|
|
1248
|
+
this.a5 = a;
|
|
1248
1249
|
this.g("IconCornerRadiusTopLeft");
|
|
1249
1250
|
}
|
|
1250
1251
|
get iconCornerRadiusTopRight() {
|
|
1251
|
-
return this.
|
|
1252
|
+
return this.a6;
|
|
1252
1253
|
}
|
|
1253
1254
|
set iconCornerRadiusTopRight(a) {
|
|
1254
|
-
this.
|
|
1255
|
+
this.a6 = a;
|
|
1255
1256
|
this.g("IconCornerRadiusTopRight");
|
|
1256
1257
|
}
|
|
1257
1258
|
get iconRippleColor() {
|
|
1258
|
-
return this.
|
|
1259
|
+
return this.gb;
|
|
1259
1260
|
}
|
|
1260
1261
|
set iconRippleColor(a) {
|
|
1261
|
-
this.
|
|
1262
|
+
this.gb = a;
|
|
1262
1263
|
this.g("IconRippleColor");
|
|
1263
1264
|
}
|
|
1264
1265
|
get iconTextColor() {
|
|
1265
|
-
return this.
|
|
1266
|
+
return this.gc;
|
|
1266
1267
|
}
|
|
1267
1268
|
set iconTextColor(a) {
|
|
1268
|
-
this.
|
|
1269
|
+
this.gc = a;
|
|
1269
1270
|
this.g("IconTextColor");
|
|
1270
1271
|
}
|
|
1271
1272
|
get iconHoverTextColor() {
|
|
1272
|
-
return this.
|
|
1273
|
+
return this.ga;
|
|
1273
1274
|
}
|
|
1274
1275
|
set iconHoverTextColor(a) {
|
|
1275
|
-
this.
|
|
1276
|
+
this.ga = a;
|
|
1276
1277
|
this.g("IconHoverTextColor");
|
|
1277
1278
|
}
|
|
1278
1279
|
get iconFocusBackgroundColor() {
|
|
1279
|
-
return this.
|
|
1280
|
+
return this.f7;
|
|
1280
1281
|
}
|
|
1281
1282
|
set iconFocusBackgroundColor(a) {
|
|
1282
|
-
this.
|
|
1283
|
+
this.f7 = a;
|
|
1283
1284
|
this.g("IconFocusBackgroundColor");
|
|
1284
1285
|
}
|
|
1285
1286
|
get iconFocusTextColor() {
|
|
1286
|
-
return this.
|
|
1287
|
+
return this.f8;
|
|
1287
1288
|
}
|
|
1288
1289
|
set iconFocusTextColor(a) {
|
|
1289
|
-
this.
|
|
1290
|
+
this.f8 = a;
|
|
1290
1291
|
this.g("IconFocusTextColor");
|
|
1291
1292
|
}
|
|
1292
1293
|
get inputId() {
|
|
1293
|
-
return this.
|
|
1294
|
+
return this.ge;
|
|
1294
1295
|
}
|
|
1295
1296
|
set inputId(a) {
|
|
1296
|
-
this.
|
|
1297
|
+
this.ge = a;
|
|
1297
1298
|
this.g("InputId");
|
|
1298
1299
|
}
|
|
1299
1300
|
get id() {
|
|
1300
|
-
return this.
|
|
1301
|
+
return this.gd;
|
|
1301
1302
|
}
|
|
1302
1303
|
set id(a) {
|
|
1303
|
-
this.
|
|
1304
|
+
this.gd = a;
|
|
1304
1305
|
this.g("Id");
|
|
1305
1306
|
}
|
|
1306
1307
|
get display() {
|
|
1307
|
-
return this.
|
|
1308
|
+
return this.e2;
|
|
1308
1309
|
}
|
|
1309
1310
|
set display(a) {
|
|
1310
|
-
this.
|
|
1311
|
+
this.e2 = a;
|
|
1311
1312
|
this.g("Display");
|
|
1312
1313
|
}
|
|
1313
1314
|
get flexDirection() {
|
|
1314
|
-
return this.
|
|
1315
|
+
return this.fr;
|
|
1315
1316
|
}
|
|
1316
1317
|
set flexDirection(a) {
|
|
1317
|
-
this.
|
|
1318
|
+
this.fr = a;
|
|
1318
1319
|
this.g("FlexDirection");
|
|
1319
1320
|
}
|
|
1320
1321
|
get flexGrow() {
|
|
1321
|
-
return this.
|
|
1322
|
+
return this.fs;
|
|
1322
1323
|
}
|
|
1323
1324
|
set flexGrow(a) {
|
|
1324
|
-
this.
|
|
1325
|
+
this.fs = a;
|
|
1325
1326
|
this.g("FlexGrow");
|
|
1326
1327
|
}
|
|
1327
1328
|
get alignItems() {
|
|
1328
|
-
return this.
|
|
1329
|
+
return this.es;
|
|
1329
1330
|
}
|
|
1330
1331
|
set alignItems(a) {
|
|
1331
|
-
this.
|
|
1332
|
+
this.es = a;
|
|
1332
1333
|
this.g("AlignItems");
|
|
1333
1334
|
}
|
|
1334
1335
|
get valueRef() {
|
|
1335
|
-
return this.
|
|
1336
|
+
return this.g5;
|
|
1336
1337
|
}
|
|
1337
1338
|
set valueRef(a) {
|
|
1338
|
-
this.
|
|
1339
|
+
this.g5 = a;
|
|
1339
1340
|
this.g("ValueRef");
|
|
1340
1341
|
}
|
|
1341
1342
|
get name() {
|
|
1342
|
-
return this.
|
|
1343
|
+
return this.gg;
|
|
1343
1344
|
}
|
|
1344
1345
|
set name(a) {
|
|
1345
|
-
this.
|
|
1346
|
+
this.gg = a;
|
|
1346
1347
|
this.g("Name");
|
|
1347
1348
|
}
|
|
1348
1349
|
get tabIndex() {
|
|
1349
|
-
return this.
|
|
1350
|
+
return this.dh;
|
|
1350
1351
|
}
|
|
1351
1352
|
set tabIndex(a) {
|
|
1352
|
-
this.
|
|
1353
|
+
this.dh = a;
|
|
1353
1354
|
this.g("TabIndex");
|
|
1354
1355
|
}
|
|
1355
1356
|
get ariaLabel() {
|
|
1356
|
-
return this.
|
|
1357
|
+
return this.et;
|
|
1357
1358
|
}
|
|
1358
1359
|
set ariaLabel(a) {
|
|
1359
|
-
this.
|
|
1360
|
+
this.et = a;
|
|
1360
1361
|
this.g("AriaLabel");
|
|
1361
1362
|
}
|
|
1362
1363
|
get fillAvailableSpace() {
|
|
1363
|
-
return this.
|
|
1364
|
+
return this.o;
|
|
1364
1365
|
}
|
|
1365
1366
|
set fillAvailableSpace(a) {
|
|
1366
|
-
this.
|
|
1367
|
+
this.o = a;
|
|
1367
1368
|
this.g("FillAvailableSpace");
|
|
1368
1369
|
}
|
|
1369
1370
|
get focused() {
|
|
1370
|
-
return this.
|
|
1371
|
+
return this.p;
|
|
1371
1372
|
}
|
|
1372
1373
|
set focused(a) {
|
|
1373
|
-
this.
|
|
1374
|
+
this.p = a;
|
|
1374
1375
|
this.g("Focused");
|
|
1375
1376
|
}
|
|
1376
1377
|
get isFocusStyleEnabled() {
|
|
1377
|
-
return this.
|
|
1378
|
+
return this.q;
|
|
1378
1379
|
}
|
|
1379
1380
|
set isFocusStyleEnabled(a) {
|
|
1380
|
-
this.
|
|
1381
|
+
this.q = a;
|
|
1381
1382
|
this.g("IsFocusStyleEnabled");
|
|
1382
1383
|
}
|
|
1383
1384
|
get disableRipple() {
|
|
1384
|
-
return this.
|
|
1385
|
+
return this.m;
|
|
1385
1386
|
}
|
|
1386
1387
|
set disableRipple(a) {
|
|
1387
|
-
this.
|
|
1388
|
+
this.m = a;
|
|
1388
1389
|
this.g("DisableRipple");
|
|
1389
1390
|
}
|
|
1390
1391
|
get actualDisableRipple() {
|
|
@@ -1395,101 +1396,108 @@ export let ButtonDescription = /*@__PURE__*/ (() => {
|
|
|
1395
1396
|
this.g("ActualDisableRipple");
|
|
1396
1397
|
}
|
|
1397
1398
|
get disableHover() {
|
|
1398
|
-
return this.
|
|
1399
|
+
return this.k;
|
|
1399
1400
|
}
|
|
1400
1401
|
set disableHover(a) {
|
|
1401
|
-
this.
|
|
1402
|
+
this.k = a;
|
|
1402
1403
|
this.g("DisableHover");
|
|
1403
1404
|
}
|
|
1404
1405
|
get isHover() {
|
|
1405
|
-
return this.
|
|
1406
|
+
return this.r;
|
|
1406
1407
|
}
|
|
1407
1408
|
set isHover(a) {
|
|
1408
|
-
this.
|
|
1409
|
+
this.r = a;
|
|
1409
1410
|
this.g("IsHover");
|
|
1410
1411
|
}
|
|
1411
1412
|
get disabled() {
|
|
1412
|
-
return this.
|
|
1413
|
+
return this.j;
|
|
1413
1414
|
}
|
|
1414
1415
|
set disabled(a) {
|
|
1415
|
-
this.
|
|
1416
|
+
this.j = a;
|
|
1416
1417
|
this.g("Disabled");
|
|
1417
1418
|
}
|
|
1418
1419
|
get disableTransitions() {
|
|
1419
|
-
return this.
|
|
1420
|
+
return this.n;
|
|
1420
1421
|
}
|
|
1421
1422
|
set disableTransitions(a) {
|
|
1422
|
-
this.
|
|
1423
|
+
this.n = a;
|
|
1423
1424
|
this.g("DisableTransitions");
|
|
1424
1425
|
}
|
|
1425
1426
|
get disablePointer() {
|
|
1426
|
-
return this.
|
|
1427
|
+
return this.l;
|
|
1427
1428
|
}
|
|
1428
1429
|
set disablePointer(a) {
|
|
1429
|
-
this.
|
|
1430
|
+
this.l = a;
|
|
1430
1431
|
this.g("DisablePointer");
|
|
1431
1432
|
}
|
|
1432
1433
|
get contentPaddingLeft() {
|
|
1433
|
-
return this.
|
|
1434
|
+
return this.ak;
|
|
1434
1435
|
}
|
|
1435
1436
|
set contentPaddingLeft(a) {
|
|
1436
|
-
this.
|
|
1437
|
+
this.ak = a;
|
|
1437
1438
|
this.g("ContentPaddingLeft");
|
|
1438
1439
|
}
|
|
1439
1440
|
get contentPaddingTop() {
|
|
1440
|
-
return this.
|
|
1441
|
+
return this.am;
|
|
1441
1442
|
}
|
|
1442
1443
|
set contentPaddingTop(a) {
|
|
1443
|
-
this.
|
|
1444
|
+
this.am = a;
|
|
1444
1445
|
this.g("ContentPaddingTop");
|
|
1445
1446
|
}
|
|
1446
1447
|
get contentPaddingRight() {
|
|
1447
|
-
return this.
|
|
1448
|
+
return this.al;
|
|
1448
1449
|
}
|
|
1449
1450
|
set contentPaddingRight(a) {
|
|
1450
|
-
this.
|
|
1451
|
+
this.al = a;
|
|
1451
1452
|
this.g("ContentPaddingRight");
|
|
1452
1453
|
}
|
|
1453
1454
|
get contentPaddingBottom() {
|
|
1454
|
-
return this.
|
|
1455
|
+
return this.aj;
|
|
1455
1456
|
}
|
|
1456
1457
|
set contentPaddingBottom(a) {
|
|
1457
|
-
this.
|
|
1458
|
+
this.aj = a;
|
|
1458
1459
|
this.g("ContentPaddingBottom");
|
|
1459
1460
|
}
|
|
1460
1461
|
get horizontalContentAlignment() {
|
|
1461
|
-
return this.
|
|
1462
|
+
return this.fz;
|
|
1462
1463
|
}
|
|
1463
1464
|
set horizontalContentAlignment(a) {
|
|
1464
|
-
this.
|
|
1465
|
+
this.fz = a;
|
|
1465
1466
|
this.g("HorizontalContentAlignment");
|
|
1466
1467
|
}
|
|
1467
1468
|
get verticalContentAlignment() {
|
|
1468
|
-
return this.
|
|
1469
|
+
return this.g6;
|
|
1469
1470
|
}
|
|
1470
1471
|
set verticalContentAlignment(a) {
|
|
1471
|
-
this.
|
|
1472
|
+
this.g6 = a;
|
|
1472
1473
|
this.g("VerticalContentAlignment");
|
|
1473
1474
|
}
|
|
1475
|
+
get clickTunneling() {
|
|
1476
|
+
return this.i;
|
|
1477
|
+
}
|
|
1478
|
+
set clickTunneling(a) {
|
|
1479
|
+
this.i = a;
|
|
1480
|
+
this.g("ClickTunneling");
|
|
1481
|
+
}
|
|
1474
1482
|
get clickedRef() {
|
|
1475
|
-
return this.
|
|
1483
|
+
return this.ex;
|
|
1476
1484
|
}
|
|
1477
1485
|
set clickedRef(a) {
|
|
1478
|
-
this.
|
|
1486
|
+
this.ex = a;
|
|
1479
1487
|
this.g("ClickedRef");
|
|
1480
1488
|
}
|
|
1481
1489
|
get gotFocusRef() {
|
|
1482
|
-
return this.
|
|
1490
|
+
return this.fy;
|
|
1483
1491
|
}
|
|
1484
1492
|
set gotFocusRef(a) {
|
|
1485
|
-
this.
|
|
1493
|
+
this.fy = a;
|
|
1486
1494
|
this.g("GotFocusRef");
|
|
1487
1495
|
}
|
|
1488
1496
|
get lostFocusRef() {
|
|
1489
|
-
return this.
|
|
1497
|
+
return this.gf;
|
|
1490
1498
|
}
|
|
1491
1499
|
set lostFocusRef(a) {
|
|
1492
|
-
this.
|
|
1500
|
+
this.gf = a;
|
|
1493
1501
|
this.g("LostFocusRef");
|
|
1494
1502
|
}
|
|
1495
1503
|
}
|