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.
Files changed (172) hide show
  1. package/bundles/igniteui-angular-core.umd.js +2258 -2739
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/ButtonDescription.js +502 -494
  4. package/esm2015/lib/ButtonDescriptionMetadata.js +1 -0
  5. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +19 -8
  6. package/esm2015/lib/ComboBoxColumnDescription.js +12 -11
  7. package/esm2015/lib/DataGridColumnDescription.js +80 -79
  8. package/esm2015/lib/DateTimeColumnDescription.js +30 -29
  9. package/esm2015/lib/EditRowDefinitionDescription.js +1 -0
  10. package/esm2015/lib/EditorDefinitionDescription.js +1 -0
  11. package/esm2015/lib/FilterRowDefinitionDescription.js +1 -0
  12. package/esm2015/lib/HeaderDescription.js +11 -10
  13. package/esm2015/lib/INativeUIElementBridge_combined.js +28 -20
  14. package/esm2015/lib/ImageColumnDescription.js +16 -15
  15. package/esm2015/lib/LocalDataSource_combined.js +53 -52
  16. package/esm2015/lib/NativeUIButton.js +7 -5
  17. package/esm2015/lib/NativeUICheckbox.js +7 -5
  18. package/esm2015/lib/NativeUIDropDown.js +7 -5
  19. package/esm2015/lib/NativeUIGrid.js +7 -5
  20. package/esm2015/lib/NativeUIInput.js +7 -5
  21. package/esm2015/lib/NativeUIPopup.js +14 -10
  22. package/esm2015/lib/NativeUISlider.js +14 -10
  23. package/esm2015/lib/NumericColumnDescription.js +42 -41
  24. package/esm2015/lib/PropertyEditorPropertyDescriptionDescriptionMetadata.js +1 -1
  25. package/esm2015/lib/RearrangedListView.js +304 -303
  26. package/esm2015/lib/TemplateColumnDescription.js +7 -6
  27. package/esm2015/lib/TemplateHeaderDescription.js +4 -3
  28. package/esm2015/lib/TextColumnDescription.js +14 -13
  29. package/esm2015/lib/TextHeaderDescription.js +1 -0
  30. package/esm2015/lib/WebActionStripDescription.js +57 -1
  31. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
  32. package/esm2015/lib/WebColumnDescription.js +129 -177
  33. package/esm2015/lib/WebColumnDescriptionMetadata.js +0 -6
  34. package/esm2015/lib/WebColumnGroupDescription.js +6 -6
  35. package/esm2015/lib/WebColumnLayoutDescription.js +0 -8
  36. package/esm2015/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
  37. package/esm2015/lib/WebComboDescription.js +90 -82
  38. package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
  39. package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
  40. package/esm2015/lib/WebGridActionsBaseDirectiveDescription.js +36 -1
  41. package/esm2015/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
  42. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +286 -406
  43. package/esm2015/lib/WebGridDescription.js +48 -72
  44. package/esm2015/lib/WebGridDescriptionMetadata.js +0 -5
  45. package/esm2015/lib/WebGridEditingActionsDescription.js +12 -12
  46. package/esm2015/lib/{WebPivotConfigurationChangeEventArgsDescription.js → WebPivotConfigurationChangedEventArgsDescription.js} +7 -7
  47. package/esm2015/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +42 -0
  48. package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +36 -0
  49. package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +46 -0
  50. package/esm2015/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
  51. package/esm2015/lib/WebPivotGridDescription.js +42 -58
  52. package/esm2015/lib/WebPivotGridDescriptionMetadata.js +3 -5
  53. package/esm2015/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
  54. package/esm2015/lib/WebRowDirectiveDescription.js +6 -14
  55. package/esm2015/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
  56. package/esm2015/lib/WebTreeGridDescription.js +30 -38
  57. package/esm2015/lib/WebTreeGridDescriptionMetadata.js +0 -1
  58. package/esm2015/public_api.js +4 -8
  59. package/esm5/lib/ButtonDescription.js +506 -494
  60. package/esm5/lib/ButtonDescriptionMetadata.js +1 -0
  61. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +19 -8
  62. package/esm5/lib/ComboBoxColumnDescription.js +12 -11
  63. package/esm5/lib/DataGridColumnDescription.js +80 -79
  64. package/esm5/lib/DateTimeColumnDescription.js +30 -29
  65. package/esm5/lib/EditRowDefinitionDescription.js +1 -0
  66. package/esm5/lib/EditorDefinitionDescription.js +1 -0
  67. package/esm5/lib/FilterRowDefinitionDescription.js +1 -0
  68. package/esm5/lib/HeaderDescription.js +11 -10
  69. package/esm5/lib/INativeUIElementBridge_combined.js +28 -20
  70. package/esm5/lib/ImageColumnDescription.js +16 -15
  71. package/esm5/lib/LocalDataSource_combined.js +53 -52
  72. package/esm5/lib/NativeUIButton.js +7 -5
  73. package/esm5/lib/NativeUICheckbox.js +7 -5
  74. package/esm5/lib/NativeUIDropDown.js +7 -5
  75. package/esm5/lib/NativeUIGrid.js +7 -5
  76. package/esm5/lib/NativeUIInput.js +7 -5
  77. package/esm5/lib/NativeUIPopup.js +14 -10
  78. package/esm5/lib/NativeUISlider.js +14 -10
  79. package/esm5/lib/NumericColumnDescription.js +42 -41
  80. package/esm5/lib/PropertyEditorPropertyDescriptionDescriptionMetadata.js +1 -1
  81. package/esm5/lib/RearrangedListView.js +304 -303
  82. package/esm5/lib/TemplateColumnDescription.js +7 -6
  83. package/esm5/lib/TemplateHeaderDescription.js +4 -3
  84. package/esm5/lib/TextColumnDescription.js +14 -13
  85. package/esm5/lib/TextHeaderDescription.js +1 -0
  86. package/esm5/lib/WebActionStripDescription.js +79 -1
  87. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
  88. package/esm5/lib/WebColumnDescription.js +129 -201
  89. package/esm5/lib/WebColumnDescriptionMetadata.js +0 -6
  90. package/esm5/lib/WebColumnGroupDescription.js +6 -6
  91. package/esm5/lib/WebColumnLayoutDescription.js +1 -14
  92. package/esm5/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
  93. package/esm5/lib/WebComboDescription.js +94 -82
  94. package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
  95. package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
  96. package/esm5/lib/WebGridActionsBaseDirectiveDescription.js +50 -1
  97. package/esm5/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
  98. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +284 -464
  99. package/esm5/lib/WebGridDescription.js +48 -84
  100. package/esm5/lib/WebGridDescriptionMetadata.js +0 -5
  101. package/esm5/lib/WebGridEditingActionsDescription.js +12 -12
  102. package/esm5/lib/WebPivotConfigurationChangedEventArgsDescription.js +46 -0
  103. package/esm5/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +46 -0
  104. package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +46 -0
  105. package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +50 -0
  106. package/esm5/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
  107. package/esm5/lib/WebPivotGridDescription.js +41 -65
  108. package/esm5/lib/WebPivotGridDescriptionMetadata.js +3 -5
  109. package/esm5/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
  110. package/esm5/lib/WebRowDirectiveDescription.js +6 -18
  111. package/esm5/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
  112. package/esm5/lib/WebTreeGridDescription.js +30 -42
  113. package/esm5/lib/WebTreeGridDescriptionMetadata.js +0 -1
  114. package/esm5/public_api.js +4 -8
  115. package/fesm2015/igniteui-angular-core.js +2191 -2541
  116. package/fesm5/igniteui-angular-core.js +2255 -2732
  117. package/lib/ButtonDescription.d.ts +186 -183
  118. package/lib/ComboBoxColumnDescription.d.ts +5 -4
  119. package/lib/DataGridColumnDescription.d.ts +29 -28
  120. package/lib/DateTimeColumnDescription.d.ts +12 -11
  121. package/lib/EditRowDefinitionDescription.d.ts +1 -0
  122. package/lib/EditorDefinitionDescription.d.ts +1 -0
  123. package/lib/FilterRowDefinitionDescription.d.ts +1 -0
  124. package/lib/HeaderDescription.d.ts +5 -4
  125. package/lib/ImageColumnDescription.d.ts +7 -6
  126. package/lib/NumericColumnDescription.d.ts +17 -16
  127. package/lib/RearrangedListView.d.ts +50 -49
  128. package/lib/TemplateColumnDescription.d.ts +3 -2
  129. package/lib/TemplateHeaderDescription.d.ts +2 -1
  130. package/lib/TextColumnDescription.d.ts +6 -5
  131. package/lib/TextHeaderDescription.d.ts +1 -0
  132. package/lib/WebActionStripDescription.d.ts +27 -1
  133. package/lib/WebColumnDescription.d.ts +46 -64
  134. package/lib/WebColumnGroupDescription.d.ts +2 -2
  135. package/lib/WebColumnLayoutDescription.d.ts +0 -3
  136. package/lib/WebComboDescription.d.ts +33 -30
  137. package/lib/WebGridActionsBaseDirectiveDescription.d.ts +17 -1
  138. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +105 -150
  139. package/lib/WebGridDescription.d.ts +17 -27
  140. package/lib/WebGridEditingActionsDescription.d.ts +4 -4
  141. package/lib/WebPivotConfigurationChangedEventArgsDescription.d.ts +17 -0
  142. package/lib/{WebPivotConfigurationChangeDetailDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDescriptionMetadata.d.ts} +1 -1
  143. package/lib/{WebPivotConfigurationChangeDetailDescription.d.ts → WebPivotConfigurationChangedEventArgsDetailDescription.d.ts} +3 -3
  144. package/lib/{WebMRLColumnSizeInfoDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.d.ts} +1 -1
  145. package/lib/WebPivotGridDescription.d.ts +15 -21
  146. package/lib/WebRowDirectiveDescription.d.ts +2 -5
  147. package/lib/WebTreeGridDescription.d.ts +10 -13
  148. package/package.json +1 -1
  149. package/public_api.d.ts +4 -8
  150. package/esm2015/lib/WebActionStripDescription_combined.js +0 -114
  151. package/esm2015/lib/WebMRLColumnSizeInfoDescription.js +0 -26
  152. package/esm2015/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -43
  153. package/esm2015/lib/WebMRLResizeColumnInfoDescription.js +0 -26
  154. package/esm2015/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -43
  155. package/esm2015/lib/WebPivotConfigurationChangeDetailDescription.js +0 -36
  156. package/esm2015/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -46
  157. package/esm2015/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -40
  158. package/esm5/lib/WebActionStripDescription_combined.js +0 -157
  159. package/esm5/lib/WebMRLColumnSizeInfoDescription.js +0 -31
  160. package/esm5/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -47
  161. package/esm5/lib/WebMRLResizeColumnInfoDescription.js +0 -31
  162. package/esm5/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -47
  163. package/esm5/lib/WebPivotConfigurationChangeDetailDescription.js +0 -46
  164. package/esm5/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -50
  165. package/esm5/lib/WebPivotConfigurationChangeEventArgsDescription.js +0 -46
  166. package/esm5/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -44
  167. package/lib/WebActionStripDescription_combined.d.ts +0 -49
  168. package/lib/WebMRLColumnSizeInfoDescription.d.ts +0 -11
  169. package/lib/WebMRLResizeColumnInfoDescription.d.ts +0 -11
  170. package/lib/WebMRLResizeColumnInfoDescriptionMetadata.d.ts +0 -13
  171. package/lib/WebPivotConfigurationChangeEventArgsDescription.d.ts +0 -17
  172. package/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.d.ts +0 -13
@@ -14,190 +14,191 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(ButtonDescription, _super);
15
15
  function ButtonDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.a6 = 0;
18
- _this.a5 = 0;
19
- _this.e1 = null;
20
- _this.ew = null;
21
- _this.et = null;
22
- _this.ed = null;
17
+ _this.a8 = 0;
18
+ _this.a7 = 0;
19
+ _this.e3 = null;
20
+ _this.ey = null;
21
+ _this.ev = null;
22
+ _this.ef = null;
23
+ _this.ee = null;
24
+ _this.er = null;
25
+ _this.eo = null;
23
26
  _this.ec = null;
24
- _this.ep = null;
25
- _this.em = null;
26
- _this.ea = null;
27
+ _this.cs = 0;
27
28
  _this.cq = 0;
28
- _this.co = 0;
29
- _this.cp = 0;
30
- _this.en = null;
31
- _this.ad = 0;
32
- _this.ac = 0;
33
- _this.ae = 0;
29
+ _this.cr = 0;
30
+ _this.ep = null;
34
31
  _this.af = 0;
35
- _this.eb = null;
36
- _this.ee = null;
37
- _this.ef = null;
32
+ _this.ae = 0;
33
+ _this.ag = 0;
34
+ _this.ah = 0;
35
+ _this.ed = null;
38
36
  _this.eg = null;
39
- _this.cn = 0;
40
37
  _this.eh = null;
41
- _this.eo = null;
42
- _this.el = null;
43
38
  _this.ei = null;
39
+ _this.cp = 0;
44
40
  _this.ej = null;
41
+ _this.eq = null;
42
+ _this.en = null;
45
43
  _this.ek = null;
46
- _this.ab = 0;
47
- _this.gq = null;
44
+ _this.el = null;
45
+ _this.em = null;
46
+ _this.ad = 0;
48
47
  _this.gs = null;
49
- _this.gt = null;
50
48
  _this.gu = null;
51
- _this.da = 0;
52
- _this.gx = null;
53
- _this.gr = null;
54
- _this.dd = 0;
49
+ _this.gv = null;
50
+ _this.gw = null;
55
51
  _this.dc = 0;
56
- _this.db = 0;
57
- _this.bc = 0;
52
+ _this.gz = null;
53
+ _this.gt = null;
54
+ _this.df = 0;
55
+ _this.de = 0;
56
+ _this.dd = 0;
58
57
  _this.be = 0;
59
- _this.bd = 0;
60
- _this.bf = 0;
61
58
  _this.bg = 0;
62
- _this.gz = null;
63
- _this.fe = null;
59
+ _this.bf = 0;
60
+ _this.bh = 0;
61
+ _this.bi = 0;
62
+ _this.g1 = null;
64
63
  _this.fg = null;
65
- _this.fh = null;
66
64
  _this.fi = null;
67
- _this.cw = 0;
68
- _this.fl = null;
69
- _this.ff = null;
70
- _this.cz = 0;
65
+ _this.fj = null;
66
+ _this.fk = null;
71
67
  _this.cy = 0;
72
- _this.cx = 0;
73
68
  _this.fn = null;
69
+ _this.fh = null;
70
+ _this.c1 = 0;
71
+ _this.c0 = 0;
72
+ _this.cz = 0;
73
+ _this.fp = null;
74
+ _this.fq = null;
74
75
  _this.fo = null;
76
+ _this.fl = null;
75
77
  _this.fm = null;
76
- _this.fj = null;
77
- _this.fk = null;
78
- _this.au = 0;
79
78
  _this.aw = 0;
80
- _this.av = 0;
81
- _this.ax = 0;
82
79
  _this.ay = 0;
83
- _this.es = null;
84
- _this.ex = null;
85
- _this.ey = null;
86
- _this.ez = null;
87
- _this.cr = 0;
88
- _this.e2 = null;
89
- _this.fy = null;
90
- _this.eu = null;
91
- _this.de = 0;
92
- _this.c1 = 0;
93
- _this.c0 = 0;
94
- _this.ft = null;
80
+ _this.ax = 0;
95
81
  _this.az = 0;
96
- _this.fu = null;
82
+ _this.a0 = 0;
83
+ _this.eu = null;
84
+ _this.ez = null;
85
+ _this.e0 = null;
86
+ _this.e1 = null;
87
+ _this.ct = 0;
88
+ _this.e4 = null;
89
+ _this.f0 = null;
90
+ _this.ew = null;
91
+ _this.dg = 0;
92
+ _this.c3 = 0;
93
+ _this.c2 = 0;
97
94
  _this.fv = null;
95
+ _this.a1 = 0;
96
+ _this.fw = null;
97
+ _this.fx = null;
98
+ _this.g4 = null;
99
+ _this.f1 = null;
100
+ _this.g3 = null;
98
101
  _this.g2 = null;
99
- _this.fz = null;
100
- _this.g1 = null;
101
102
  _this.g0 = null;
103
+ _this.gx = null;
102
104
  _this.gy = null;
103
- _this.gv = null;
104
- _this.gw = null;
105
- _this.fr = null;
106
- _this.fs = null;
107
- _this.ag = 0;
108
- _this.am = 0;
109
- _this.al = 0;
110
- _this.an = 0;
105
+ _this.ft = null;
106
+ _this.fu = null;
107
+ _this.ai = 0;
111
108
  _this.ao = 0;
112
- _this.gf = null;
109
+ _this.an = 0;
110
+ _this.ap = 0;
111
+ _this.aq = 0;
113
112
  _this.gh = null;
114
- _this.gi = null;
115
113
  _this.gj = null;
116
- _this.c6 = 0;
117
- _this.gm = null;
118
- _this.gg = null;
119
- _this.c9 = 0;
114
+ _this.gk = null;
115
+ _this.gl = null;
120
116
  _this.c8 = 0;
121
- _this.c7 = 0;
122
- _this.a7 = 0;
117
+ _this.go = null;
118
+ _this.gi = null;
119
+ _this.db = 0;
120
+ _this.da = 0;
121
+ _this.c9 = 0;
123
122
  _this.a9 = 0;
124
- _this.a8 = 0;
125
- _this.ba = 0;
126
123
  _this.bb = 0;
127
- _this.go = null;
124
+ _this.ba = 0;
125
+ _this.bc = 0;
126
+ _this.bd = 0;
127
+ _this.gq = null;
128
+ _this.gr = null;
128
129
  _this.gp = null;
130
+ _this.gm = null;
129
131
  _this.gn = null;
130
- _this.gk = null;
131
- _this.gl = null;
132
- _this.e3 = null;
133
132
  _this.e5 = null;
134
- _this.e6 = null;
135
133
  _this.e7 = null;
136
- _this.cs = 0;
137
- _this.fa = null;
138
- _this.e4 = null;
139
- _this.cv = 0;
134
+ _this.e8 = null;
135
+ _this.e9 = null;
140
136
  _this.cu = 0;
141
- _this.ct = 0;
142
- _this.ap = 0;
137
+ _this.fc = null;
138
+ _this.e6 = null;
139
+ _this.cx = 0;
140
+ _this.cw = 0;
141
+ _this.cv = 0;
143
142
  _this.ar = 0;
144
- _this.aq = 0;
145
- _this.as = 0;
146
143
  _this.at = 0;
147
- _this.fc = null;
144
+ _this.as = 0;
145
+ _this.au = 0;
146
+ _this.av = 0;
147
+ _this.fe = null;
148
+ _this.ff = null;
148
149
  _this.fd = null;
150
+ _this.fa = null;
149
151
  _this.fb = null;
150
- _this.e8 = null;
151
- _this.e9 = null;
152
- _this.f0 = null;
153
152
  _this.f2 = null;
154
- _this.f3 = null;
155
153
  _this.f4 = null;
156
- _this.c2 = 0;
157
- _this.f7 = null;
158
- _this.f1 = null;
159
- _this.c5 = 0;
154
+ _this.f5 = null;
155
+ _this.f6 = null;
160
156
  _this.c4 = 0;
161
- _this.c3 = 0;
162
- _this.a0 = 0;
157
+ _this.f9 = null;
158
+ _this.f3 = null;
159
+ _this.c7 = 0;
160
+ _this.c6 = 0;
161
+ _this.c5 = 0;
163
162
  _this.a2 = 0;
164
- _this.a1 = 0;
165
- _this.a3 = 0;
166
163
  _this.a4 = 0;
167
- _this.f9 = null;
164
+ _this.a3 = 0;
165
+ _this.a5 = 0;
166
+ _this.a6 = 0;
167
+ _this.gb = null;
168
+ _this.gc = null;
168
169
  _this.ga = null;
170
+ _this.f7 = null;
169
171
  _this.f8 = null;
170
- _this.f5 = null;
171
- _this.f6 = null;
172
- _this.gc = null;
173
- _this.gb = null;
174
- _this.e0 = null;
175
- _this.fp = null;
176
- _this.fq = null;
177
- _this.eq = null;
178
- _this.g3 = null;
179
172
  _this.ge = null;
180
- _this.df = 0;
181
- _this.er = null;
182
- _this.n = false;
173
+ _this.gd = null;
174
+ _this.e2 = null;
175
+ _this.fr = null;
176
+ _this.fs = null;
177
+ _this.es = null;
178
+ _this.g5 = null;
179
+ _this.gg = null;
180
+ _this.dh = 0;
181
+ _this.et = null;
183
182
  _this.o = false;
184
183
  _this.p = false;
185
- _this.l = false;
186
- _this.h = false;
187
- _this.j = false;
188
184
  _this.q = false;
189
- _this.i = false;
190
185
  _this.m = false;
186
+ _this.h = false;
191
187
  _this.k = false;
192
- _this.ai = 0;
188
+ _this.r = false;
189
+ _this.j = false;
190
+ _this.n = false;
191
+ _this.l = false;
193
192
  _this.ak = 0;
193
+ _this.am = 0;
194
+ _this.al = 0;
194
195
  _this.aj = 0;
195
- _this.ah = 0;
196
- _this.fx = null;
197
- _this.g4 = null;
198
- _this.ev = null;
199
- _this.fw = null;
200
- _this.gd = null;
196
+ _this.fz = null;
197
+ _this.g6 = null;
198
+ _this.i = false;
199
+ _this.ex = null;
200
+ _this.fy = null;
201
+ _this.gf = null;
201
202
  return _this;
202
203
  }
203
204
  ButtonDescription.prototype.get_type = function () {
@@ -212,10 +213,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
212
213
  });
213
214
  Object.defineProperty(ButtonDescription.prototype, "minWidth", {
214
215
  get: function () {
215
- return this.a6;
216
+ return this.a8;
216
217
  },
217
218
  set: function (a) {
218
- this.a6 = a;
219
+ this.a8 = a;
219
220
  this.g("MinWidth");
220
221
  },
221
222
  enumerable: false,
@@ -223,10 +224,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
223
224
  });
224
225
  Object.defineProperty(ButtonDescription.prototype, "minHeight", {
225
226
  get: function () {
226
- return this.a5;
227
+ return this.a7;
227
228
  },
228
229
  set: function (a) {
229
- this.a5 = a;
230
+ this.a7 = a;
230
231
  this.g("MinHeight");
231
232
  },
232
233
  enumerable: false,
@@ -234,10 +235,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
234
235
  });
235
236
  Object.defineProperty(ButtonDescription.prototype, "displayType", {
236
237
  get: function () {
237
- return this.e1;
238
+ return this.e3;
238
239
  },
239
240
  set: function (a) {
240
- this.e1 = a;
241
+ this.e3 = a;
241
242
  this.g("DisplayType");
242
243
  },
243
244
  enumerable: false,
@@ -245,10 +246,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
245
246
  });
246
247
  Object.defineProperty(ButtonDescription.prototype, "density", {
247
248
  get: function () {
248
- return this.ew;
249
+ return this.ey;
249
250
  },
250
251
  set: function (a) {
251
- this.ew = a;
252
+ this.ey = a;
252
253
  this.g("Density");
253
254
  },
254
255
  enumerable: false,
@@ -256,10 +257,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
256
257
  });
257
258
  Object.defineProperty(ButtonDescription.prototype, "baseTheme", {
258
259
  get: function () {
259
- return this.et;
260
+ return this.ev;
260
261
  },
261
262
  set: function (a) {
262
- this.et = a;
263
+ this.ev = a;
263
264
  this.g("BaseTheme");
264
265
  },
265
266
  enumerable: false,
@@ -267,10 +268,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
267
268
  });
268
269
  Object.defineProperty(ButtonDescription.prototype, "actualDensity", {
269
270
  get: function () {
270
- return this.ed;
271
+ return this.ef;
271
272
  },
272
273
  set: function (a) {
273
- this.ed = a;
274
+ this.ef = a;
274
275
  this.g("ActualDensity");
275
276
  },
276
277
  enumerable: false,
@@ -278,10 +279,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
278
279
  });
279
280
  Object.defineProperty(ButtonDescription.prototype, "actualBorderColor", {
280
281
  get: function () {
281
- return this.ec;
282
+ return this.ee;
282
283
  },
283
284
  set: function (a) {
284
- this.ec = a;
285
+ this.ee = a;
285
286
  this.g("ActualBorderColor");
286
287
  },
287
288
  enumerable: false,
@@ -289,10 +290,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
289
290
  });
290
291
  Object.defineProperty(ButtonDescription.prototype, "actualUmbraShadowColor", {
291
292
  get: function () {
292
- return this.ep;
293
+ return this.er;
293
294
  },
294
295
  set: function (a) {
295
- this.ep = a;
296
+ this.er = a;
296
297
  this.g("ActualUmbraShadowColor");
297
298
  },
298
299
  enumerable: false,
@@ -300,10 +301,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
300
301
  });
301
302
  Object.defineProperty(ButtonDescription.prototype, "actualPenumbraShadowColor", {
302
303
  get: function () {
303
- return this.em;
304
+ return this.eo;
304
305
  },
305
306
  set: function (a) {
306
- this.em = a;
307
+ this.eo = a;
307
308
  this.g("ActualPenumbraShadowColor");
308
309
  },
309
310
  enumerable: false,
@@ -311,10 +312,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
311
312
  });
312
313
  Object.defineProperty(ButtonDescription.prototype, "actualAmbientShadowColor", {
313
314
  get: function () {
314
- return this.ea;
315
+ return this.ec;
315
316
  },
316
317
  set: function (a) {
317
- this.ea = a;
318
+ this.ec = a;
318
319
  this.g("ActualAmbientShadowColor");
319
320
  },
320
321
  enumerable: false,
@@ -322,10 +323,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
322
323
  });
323
324
  Object.defineProperty(ButtonDescription.prototype, "actualRestingElevation", {
324
325
  get: function () {
325
- return this.cq;
326
+ return this.cs;
326
327
  },
327
328
  set: function (a) {
328
- this.cq = a;
329
+ this.cs = a;
329
330
  this.g("ActualRestingElevation");
330
331
  },
331
332
  enumerable: false,
@@ -333,10 +334,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
333
334
  });
334
335
  Object.defineProperty(ButtonDescription.prototype, "actualFocusElevation", {
335
336
  get: function () {
336
- return this.co;
337
+ return this.cq;
337
338
  },
338
339
  set: function (a) {
339
- this.co = a;
340
+ this.cq = a;
340
341
  this.g("ActualFocusElevation");
341
342
  },
342
343
  enumerable: false,
@@ -344,10 +345,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
344
345
  });
345
346
  Object.defineProperty(ButtonDescription.prototype, "actualHoverElevation", {
346
347
  get: function () {
347
- return this.cp;
348
+ return this.cr;
348
349
  },
349
350
  set: function (a) {
350
- this.cp = a;
351
+ this.cr = a;
351
352
  this.g("ActualHoverElevation");
352
353
  },
353
354
  enumerable: false,
@@ -355,10 +356,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
355
356
  });
356
357
  Object.defineProperty(ButtonDescription.prototype, "actualRippleColor", {
357
358
  get: function () {
358
- return this.en;
359
+ return this.ep;
359
360
  },
360
361
  set: function (a) {
361
- this.en = a;
362
+ this.ep = a;
362
363
  this.g("ActualRippleColor");
363
364
  },
364
365
  enumerable: false,
@@ -366,10 +367,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
366
367
  });
367
368
  Object.defineProperty(ButtonDescription.prototype, "actualCornerRadiusBottomRight", {
368
369
  get: function () {
369
- return this.ad;
370
+ return this.af;
370
371
  },
371
372
  set: function (a) {
372
- this.ad = a;
373
+ this.af = a;
373
374
  this.g("ActualCornerRadiusBottomRight");
374
375
  },
375
376
  enumerable: false,
@@ -377,10 +378,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
377
378
  });
378
379
  Object.defineProperty(ButtonDescription.prototype, "actualCornerRadiusBottomLeft", {
379
380
  get: function () {
380
- return this.ac;
381
+ return this.ae;
381
382
  },
382
383
  set: function (a) {
383
- this.ac = a;
384
+ this.ae = a;
384
385
  this.g("ActualCornerRadiusBottomLeft");
385
386
  },
386
387
  enumerable: false,
@@ -388,10 +389,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
388
389
  });
389
390
  Object.defineProperty(ButtonDescription.prototype, "actualCornerRadiusTopLeft", {
390
391
  get: function () {
391
- return this.ae;
392
+ return this.ag;
392
393
  },
393
394
  set: function (a) {
394
- this.ae = a;
395
+ this.ag = a;
395
396
  this.g("ActualCornerRadiusTopLeft");
396
397
  },
397
398
  enumerable: false,
@@ -399,10 +400,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
399
400
  });
400
401
  Object.defineProperty(ButtonDescription.prototype, "actualCornerRadiusTopRight", {
401
402
  get: function () {
402
- return this.af;
403
+ return this.ah;
403
404
  },
404
405
  set: function (a) {
405
- this.af = a;
406
+ this.ah = a;
406
407
  this.g("ActualCornerRadiusTopRight");
407
408
  },
408
409
  enumerable: false,
@@ -410,10 +411,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
410
411
  });
411
412
  Object.defineProperty(ButtonDescription.prototype, "actualBackgroundColor", {
412
413
  get: function () {
413
- return this.eb;
414
+ return this.ed;
414
415
  },
415
416
  set: function (a) {
416
- this.eb = a;
417
+ this.ed = a;
417
418
  this.g("ActualBackgroundColor");
418
419
  },
419
420
  enumerable: false,
@@ -421,10 +422,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
421
422
  });
422
423
  Object.defineProperty(ButtonDescription.prototype, "actualDisabledBackgroundColor", {
423
424
  get: function () {
424
- return this.ee;
425
+ return this.eg;
425
426
  },
426
427
  set: function (a) {
427
- this.ee = a;
428
+ this.eg = a;
428
429
  this.g("ActualDisabledBackgroundColor");
429
430
  },
430
431
  enumerable: false,
@@ -432,10 +433,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
432
433
  });
433
434
  Object.defineProperty(ButtonDescription.prototype, "actualDisabledBorderColor", {
434
435
  get: function () {
435
- return this.ef;
436
+ return this.eh;
436
437
  },
437
438
  set: function (a) {
438
- this.ef = a;
439
+ this.eh = a;
439
440
  this.g("ActualDisabledBorderColor");
440
441
  },
441
442
  enumerable: false,
@@ -443,10 +444,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
443
444
  });
444
445
  Object.defineProperty(ButtonDescription.prototype, "actualDisabledTextColor", {
445
446
  get: function () {
446
- return this.eg;
447
+ return this.ei;
447
448
  },
448
449
  set: function (a) {
449
- this.eg = a;
450
+ this.ei = a;
450
451
  this.g("ActualDisabledTextColor");
451
452
  },
452
453
  enumerable: false,
@@ -454,10 +455,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
454
455
  });
455
456
  Object.defineProperty(ButtonDescription.prototype, "actualDisabledElevation", {
456
457
  get: function () {
457
- return this.cn;
458
+ return this.cp;
458
459
  },
459
460
  set: function (a) {
460
- this.cn = a;
461
+ this.cp = a;
461
462
  this.g("ActualDisabledElevation");
462
463
  },
463
464
  enumerable: false,
@@ -465,10 +466,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
465
466
  });
466
467
  Object.defineProperty(ButtonDescription.prototype, "actualElevationMode", {
467
468
  get: function () {
468
- return this.eh;
469
+ return this.ej;
469
470
  },
470
471
  set: function (a) {
471
- this.eh = a;
472
+ this.ej = a;
472
473
  this.g("ActualElevationMode");
473
474
  },
474
475
  enumerable: false,
@@ -476,10 +477,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
476
477
  });
477
478
  Object.defineProperty(ButtonDescription.prototype, "actualTextColor", {
478
479
  get: function () {
479
- return this.eo;
480
+ return this.eq;
480
481
  },
481
482
  set: function (a) {
482
- this.eo = a;
483
+ this.eq = a;
483
484
  this.g("ActualTextColor");
484
485
  },
485
486
  enumerable: false,
@@ -487,10 +488,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
487
488
  });
488
489
  Object.defineProperty(ButtonDescription.prototype, "actualHoverTextColor", {
489
490
  get: function () {
490
- return this.el;
491
+ return this.en;
491
492
  },
492
493
  set: function (a) {
493
- this.el = a;
494
+ this.en = a;
494
495
  this.g("ActualHoverTextColor");
495
496
  },
496
497
  enumerable: false,
@@ -498,10 +499,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
498
499
  });
499
500
  Object.defineProperty(ButtonDescription.prototype, "actualFocusBackgroundColor", {
500
501
  get: function () {
501
- return this.ei;
502
+ return this.ek;
502
503
  },
503
504
  set: function (a) {
504
- this.ei = a;
505
+ this.ek = a;
505
506
  this.g("ActualFocusBackgroundColor");
506
507
  },
507
508
  enumerable: false,
@@ -509,10 +510,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
509
510
  });
510
511
  Object.defineProperty(ButtonDescription.prototype, "actualFocusTextColor", {
511
512
  get: function () {
512
- return this.ej;
513
+ return this.el;
513
514
  },
514
515
  set: function (a) {
515
- this.ej = a;
516
+ this.el = a;
516
517
  this.g("ActualFocusTextColor");
517
518
  },
518
519
  enumerable: false,
@@ -520,10 +521,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
520
521
  });
521
522
  Object.defineProperty(ButtonDescription.prototype, "actualHoverBackgroundColor", {
522
523
  get: function () {
523
- return this.ek;
524
+ return this.em;
524
525
  },
525
526
  set: function (a) {
526
- this.ek = a;
527
+ this.em = a;
527
528
  this.g("ActualHoverBackgroundColor");
528
529
  },
529
530
  enumerable: false,
@@ -531,10 +532,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
531
532
  });
532
533
  Object.defineProperty(ButtonDescription.prototype, "actualBorderWidth", {
533
534
  get: function () {
534
- return this.ab;
535
+ return this.ad;
535
536
  },
536
537
  set: function (a) {
537
- this.ab = a;
538
+ this.ad = a;
538
539
  this.g("ActualBorderWidth");
539
540
  },
540
541
  enumerable: false,
@@ -542,10 +543,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
542
543
  });
543
544
  Object.defineProperty(ButtonDescription.prototype, "raisedBackgroundColor", {
544
545
  get: function () {
545
- return this.gq;
546
+ return this.gs;
546
547
  },
547
548
  set: function (a) {
548
- this.gq = a;
549
+ this.gs = a;
549
550
  this.g("RaisedBackgroundColor");
550
551
  },
551
552
  enumerable: false,
@@ -553,10 +554,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
553
554
  });
554
555
  Object.defineProperty(ButtonDescription.prototype, "raisedDisabledBackgroundColor", {
555
556
  get: function () {
556
- return this.gs;
557
+ return this.gu;
557
558
  },
558
559
  set: function (a) {
559
- this.gs = a;
560
+ this.gu = a;
560
561
  this.g("RaisedDisabledBackgroundColor");
561
562
  },
562
563
  enumerable: false,
@@ -564,10 +565,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
564
565
  });
565
566
  Object.defineProperty(ButtonDescription.prototype, "raisedDisabledBorderColor", {
566
567
  get: function () {
567
- return this.gt;
568
+ return this.gv;
568
569
  },
569
570
  set: function (a) {
570
- this.gt = a;
571
+ this.gv = a;
571
572
  this.g("RaisedDisabledBorderColor");
572
573
  },
573
574
  enumerable: false,
@@ -575,10 +576,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
575
576
  });
576
577
  Object.defineProperty(ButtonDescription.prototype, "raisedDisabledTextColor", {
577
578
  get: function () {
578
- return this.gu;
579
+ return this.gw;
579
580
  },
580
581
  set: function (a) {
581
- this.gu = a;
582
+ this.gw = a;
582
583
  this.g("RaisedDisabledTextColor");
583
584
  },
584
585
  enumerable: false,
@@ -586,10 +587,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
586
587
  });
587
588
  Object.defineProperty(ButtonDescription.prototype, "raisedDisabledElevation", {
588
589
  get: function () {
589
- return this.da;
590
+ return this.dc;
590
591
  },
591
592
  set: function (a) {
592
- this.da = a;
593
+ this.dc = a;
593
594
  this.g("RaisedDisabledElevation");
594
595
  },
595
596
  enumerable: false,
@@ -597,10 +598,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
597
598
  });
598
599
  Object.defineProperty(ButtonDescription.prototype, "raisedHoverBackgroundColor", {
599
600
  get: function () {
600
- return this.gx;
601
+ return this.gz;
601
602
  },
602
603
  set: function (a) {
603
- this.gx = a;
604
+ this.gz = a;
604
605
  this.g("RaisedHoverBackgroundColor");
605
606
  },
606
607
  enumerable: false,
@@ -608,10 +609,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
608
609
  });
609
610
  Object.defineProperty(ButtonDescription.prototype, "raisedBorderColor", {
610
611
  get: function () {
611
- return this.gr;
612
+ return this.gt;
612
613
  },
613
614
  set: function (a) {
614
- this.gr = a;
615
+ this.gt = a;
615
616
  this.g("RaisedBorderColor");
616
617
  },
617
618
  enumerable: false,
@@ -619,10 +620,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
619
620
  });
620
621
  Object.defineProperty(ButtonDescription.prototype, "raisedRestingElevation", {
621
622
  get: function () {
622
- return this.dd;
623
+ return this.df;
623
624
  },
624
625
  set: function (a) {
625
- this.dd = a;
626
+ this.df = a;
626
627
  this.g("RaisedRestingElevation");
627
628
  },
628
629
  enumerable: false,
@@ -630,10 +631,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
630
631
  });
631
632
  Object.defineProperty(ButtonDescription.prototype, "raisedHoverElevation", {
632
633
  get: function () {
633
- return this.dc;
634
+ return this.de;
634
635
  },
635
636
  set: function (a) {
636
- this.dc = a;
637
+ this.de = a;
637
638
  this.g("RaisedHoverElevation");
638
639
  },
639
640
  enumerable: false,
@@ -641,10 +642,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
641
642
  });
642
643
  Object.defineProperty(ButtonDescription.prototype, "raisedFocusElevation", {
643
644
  get: function () {
644
- return this.db;
645
+ return this.dd;
645
646
  },
646
647
  set: function (a) {
647
- this.db = a;
648
+ this.dd = a;
648
649
  this.g("RaisedFocusElevation");
649
650
  },
650
651
  enumerable: false,
@@ -652,10 +653,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
652
653
  });
653
654
  Object.defineProperty(ButtonDescription.prototype, "raisedBorderWidth", {
654
655
  get: function () {
655
- return this.bc;
656
+ return this.be;
656
657
  },
657
658
  set: function (a) {
658
- this.bc = a;
659
+ this.be = a;
659
660
  this.g("RaisedBorderWidth");
660
661
  },
661
662
  enumerable: false,
@@ -663,10 +664,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
663
664
  });
664
665
  Object.defineProperty(ButtonDescription.prototype, "raisedCornerRadiusBottomRight", {
665
666
  get: function () {
666
- return this.be;
667
+ return this.bg;
667
668
  },
668
669
  set: function (a) {
669
- this.be = a;
670
+ this.bg = a;
670
671
  this.g("RaisedCornerRadiusBottomRight");
671
672
  },
672
673
  enumerable: false,
@@ -674,10 +675,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
674
675
  });
675
676
  Object.defineProperty(ButtonDescription.prototype, "raisedCornerRadiusBottomLeft", {
676
677
  get: function () {
677
- return this.bd;
678
+ return this.bf;
678
679
  },
679
680
  set: function (a) {
680
- this.bd = a;
681
+ this.bf = a;
681
682
  this.g("RaisedCornerRadiusBottomLeft");
682
683
  },
683
684
  enumerable: false,
@@ -685,10 +686,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
685
686
  });
686
687
  Object.defineProperty(ButtonDescription.prototype, "raisedCornerRadiusTopLeft", {
687
688
  get: function () {
688
- return this.bf;
689
+ return this.bh;
689
690
  },
690
691
  set: function (a) {
691
- this.bf = a;
692
+ this.bh = a;
692
693
  this.g("RaisedCornerRadiusTopLeft");
693
694
  },
694
695
  enumerable: false,
@@ -696,10 +697,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
696
697
  });
697
698
  Object.defineProperty(ButtonDescription.prototype, "raisedCornerRadiusTopRight", {
698
699
  get: function () {
699
- return this.bg;
700
+ return this.bi;
700
701
  },
701
702
  set: function (a) {
702
- this.bg = a;
703
+ this.bi = a;
703
704
  this.g("RaisedCornerRadiusTopRight");
704
705
  },
705
706
  enumerable: false,
@@ -707,10 +708,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
707
708
  });
708
709
  Object.defineProperty(ButtonDescription.prototype, "raisedRippleColor", {
709
710
  get: function () {
710
- return this.gz;
711
+ return this.g1;
711
712
  },
712
713
  set: function (a) {
713
- this.gz = a;
714
+ this.g1 = a;
714
715
  this.g("RaisedRippleColor");
715
716
  },
716
717
  enumerable: false,
@@ -718,10 +719,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
718
719
  });
719
720
  Object.defineProperty(ButtonDescription.prototype, "flatBackgroundColor", {
720
721
  get: function () {
721
- return this.fe;
722
+ return this.fg;
722
723
  },
723
724
  set: function (a) {
724
- this.fe = a;
725
+ this.fg = a;
725
726
  this.g("FlatBackgroundColor");
726
727
  },
727
728
  enumerable: false,
@@ -729,10 +730,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
729
730
  });
730
731
  Object.defineProperty(ButtonDescription.prototype, "flatDisabledBackgroundColor", {
731
732
  get: function () {
732
- return this.fg;
733
+ return this.fi;
733
734
  },
734
735
  set: function (a) {
735
- this.fg = a;
736
+ this.fi = a;
736
737
  this.g("FlatDisabledBackgroundColor");
737
738
  },
738
739
  enumerable: false,
@@ -740,10 +741,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
740
741
  });
741
742
  Object.defineProperty(ButtonDescription.prototype, "flatDisabledBorderColor", {
742
743
  get: function () {
743
- return this.fh;
744
+ return this.fj;
744
745
  },
745
746
  set: function (a) {
746
- this.fh = a;
747
+ this.fj = a;
747
748
  this.g("FlatDisabledBorderColor");
748
749
  },
749
750
  enumerable: false,
@@ -751,10 +752,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
751
752
  });
752
753
  Object.defineProperty(ButtonDescription.prototype, "flatDisabledTextColor", {
753
754
  get: function () {
754
- return this.fi;
755
+ return this.fk;
755
756
  },
756
757
  set: function (a) {
757
- this.fi = a;
758
+ this.fk = a;
758
759
  this.g("FlatDisabledTextColor");
759
760
  },
760
761
  enumerable: false,
@@ -762,10 +763,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
762
763
  });
763
764
  Object.defineProperty(ButtonDescription.prototype, "flatDisabledElevation", {
764
765
  get: function () {
765
- return this.cw;
766
+ return this.cy;
766
767
  },
767
768
  set: function (a) {
768
- this.cw = a;
769
+ this.cy = a;
769
770
  this.g("FlatDisabledElevation");
770
771
  },
771
772
  enumerable: false,
@@ -773,10 +774,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
773
774
  });
774
775
  Object.defineProperty(ButtonDescription.prototype, "flatHoverBackgroundColor", {
775
776
  get: function () {
776
- return this.fl;
777
+ return this.fn;
777
778
  },
778
779
  set: function (a) {
779
- this.fl = a;
780
+ this.fn = a;
780
781
  this.g("FlatHoverBackgroundColor");
781
782
  },
782
783
  enumerable: false,
@@ -784,10 +785,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
784
785
  });
785
786
  Object.defineProperty(ButtonDescription.prototype, "flatBorderColor", {
786
787
  get: function () {
787
- return this.ff;
788
+ return this.fh;
788
789
  },
789
790
  set: function (a) {
790
- this.ff = a;
791
+ this.fh = a;
791
792
  this.g("FlatBorderColor");
792
793
  },
793
794
  enumerable: false,
@@ -795,10 +796,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
795
796
  });
796
797
  Object.defineProperty(ButtonDescription.prototype, "flatRestingElevation", {
797
798
  get: function () {
798
- return this.cz;
799
+ return this.c1;
799
800
  },
800
801
  set: function (a) {
801
- this.cz = a;
802
+ this.c1 = a;
802
803
  this.g("FlatRestingElevation");
803
804
  },
804
805
  enumerable: false,
@@ -806,10 +807,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
806
807
  });
807
808
  Object.defineProperty(ButtonDescription.prototype, "flatHoverElevation", {
808
809
  get: function () {
809
- return this.cy;
810
+ return this.c0;
810
811
  },
811
812
  set: function (a) {
812
- this.cy = a;
813
+ this.c0 = a;
813
814
  this.g("FlatHoverElevation");
814
815
  },
815
816
  enumerable: false,
@@ -817,10 +818,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
817
818
  });
818
819
  Object.defineProperty(ButtonDescription.prototype, "flatFocusElevation", {
819
820
  get: function () {
820
- return this.cx;
821
+ return this.cz;
821
822
  },
822
823
  set: function (a) {
823
- this.cx = a;
824
+ this.cz = a;
824
825
  this.g("FlatFocusElevation");
825
826
  },
826
827
  enumerable: false,
@@ -828,10 +829,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
828
829
  });
829
830
  Object.defineProperty(ButtonDescription.prototype, "flatRippleColor", {
830
831
  get: function () {
831
- return this.fn;
832
+ return this.fp;
832
833
  },
833
834
  set: function (a) {
834
- this.fn = a;
835
+ this.fp = a;
835
836
  this.g("FlatRippleColor");
836
837
  },
837
838
  enumerable: false,
@@ -839,10 +840,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
839
840
  });
840
841
  Object.defineProperty(ButtonDescription.prototype, "flatTextColor", {
841
842
  get: function () {
842
- return this.fo;
843
+ return this.fq;
843
844
  },
844
845
  set: function (a) {
845
- this.fo = a;
846
+ this.fq = a;
846
847
  this.g("FlatTextColor");
847
848
  },
848
849
  enumerable: false,
@@ -850,10 +851,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
850
851
  });
851
852
  Object.defineProperty(ButtonDescription.prototype, "flatHoverTextColor", {
852
853
  get: function () {
853
- return this.fm;
854
+ return this.fo;
854
855
  },
855
856
  set: function (a) {
856
- this.fm = a;
857
+ this.fo = a;
857
858
  this.g("FlatHoverTextColor");
858
859
  },
859
860
  enumerable: false,
@@ -861,10 +862,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
861
862
  });
862
863
  Object.defineProperty(ButtonDescription.prototype, "flatFocusBackgroundColor", {
863
864
  get: function () {
864
- return this.fj;
865
+ return this.fl;
865
866
  },
866
867
  set: function (a) {
867
- this.fj = a;
868
+ this.fl = a;
868
869
  this.g("FlatFocusBackgroundColor");
869
870
  },
870
871
  enumerable: false,
@@ -872,10 +873,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
872
873
  });
873
874
  Object.defineProperty(ButtonDescription.prototype, "flatFocusTextColor", {
874
875
  get: function () {
875
- return this.fk;
876
+ return this.fm;
876
877
  },
877
878
  set: function (a) {
878
- this.fk = a;
879
+ this.fm = a;
879
880
  this.g("FlatFocusTextColor");
880
881
  },
881
882
  enumerable: false,
@@ -883,10 +884,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
883
884
  });
884
885
  Object.defineProperty(ButtonDescription.prototype, "flatBorderWidth", {
885
886
  get: function () {
886
- return this.au;
887
+ return this.aw;
887
888
  },
888
889
  set: function (a) {
889
- this.au = a;
890
+ this.aw = a;
890
891
  this.g("FlatBorderWidth");
891
892
  },
892
893
  enumerable: false,
@@ -894,10 +895,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
894
895
  });
895
896
  Object.defineProperty(ButtonDescription.prototype, "flatCornerRadiusBottomRight", {
896
897
  get: function () {
897
- return this.aw;
898
+ return this.ay;
898
899
  },
899
900
  set: function (a) {
900
- this.aw = a;
901
+ this.ay = a;
901
902
  this.g("FlatCornerRadiusBottomRight");
902
903
  },
903
904
  enumerable: false,
@@ -905,10 +906,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
905
906
  });
906
907
  Object.defineProperty(ButtonDescription.prototype, "flatCornerRadiusBottomLeft", {
907
908
  get: function () {
908
- return this.av;
909
+ return this.ax;
909
910
  },
910
911
  set: function (a) {
911
- this.av = a;
912
+ this.ax = a;
912
913
  this.g("FlatCornerRadiusBottomLeft");
913
914
  },
914
915
  enumerable: false,
@@ -916,10 +917,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
916
917
  });
917
918
  Object.defineProperty(ButtonDescription.prototype, "flatCornerRadiusTopLeft", {
918
919
  get: function () {
919
- return this.ax;
920
+ return this.az;
920
921
  },
921
922
  set: function (a) {
922
- this.ax = a;
923
+ this.az = a;
923
924
  this.g("FlatCornerRadiusTopLeft");
924
925
  },
925
926
  enumerable: false,
@@ -927,10 +928,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
927
928
  });
928
929
  Object.defineProperty(ButtonDescription.prototype, "flatCornerRadiusTopRight", {
929
930
  get: function () {
930
- return this.ay;
931
+ return this.a0;
931
932
  },
932
933
  set: function (a) {
933
- this.ay = a;
934
+ this.a0 = a;
934
935
  this.g("FlatCornerRadiusTopRight");
935
936
  },
936
937
  enumerable: false,
@@ -938,10 +939,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
938
939
  });
939
940
  Object.defineProperty(ButtonDescription.prototype, "backgroundColor", {
940
941
  get: function () {
941
- return this.es;
942
+ return this.eu;
942
943
  },
943
944
  set: function (a) {
944
- this.es = a;
945
+ this.eu = a;
945
946
  this.g("BackgroundColor");
946
947
  },
947
948
  enumerable: false,
@@ -949,10 +950,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
949
950
  });
950
951
  Object.defineProperty(ButtonDescription.prototype, "disabledBackgroundColor", {
951
952
  get: function () {
952
- return this.ex;
953
+ return this.ez;
953
954
  },
954
955
  set: function (a) {
955
- this.ex = a;
956
+ this.ez = a;
956
957
  this.g("DisabledBackgroundColor");
957
958
  },
958
959
  enumerable: false,
@@ -960,10 +961,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
960
961
  });
961
962
  Object.defineProperty(ButtonDescription.prototype, "disabledBorderColor", {
962
963
  get: function () {
963
- return this.ey;
964
+ return this.e0;
964
965
  },
965
966
  set: function (a) {
966
- this.ey = a;
967
+ this.e0 = a;
967
968
  this.g("DisabledBorderColor");
968
969
  },
969
970
  enumerable: false,
@@ -971,10 +972,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
971
972
  });
972
973
  Object.defineProperty(ButtonDescription.prototype, "disabledTextColor", {
973
974
  get: function () {
974
- return this.ez;
975
+ return this.e1;
975
976
  },
976
977
  set: function (a) {
977
- this.ez = a;
978
+ this.e1 = a;
978
979
  this.g("DisabledTextColor");
979
980
  },
980
981
  enumerable: false,
@@ -982,10 +983,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
982
983
  });
983
984
  Object.defineProperty(ButtonDescription.prototype, "disabledElevation", {
984
985
  get: function () {
985
- return this.cr;
986
+ return this.ct;
986
987
  },
987
988
  set: function (a) {
988
- this.cr = a;
989
+ this.ct = a;
989
990
  this.g("DisabledElevation");
990
991
  },
991
992
  enumerable: false,
@@ -993,10 +994,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
993
994
  });
994
995
  Object.defineProperty(ButtonDescription.prototype, "elevationMode", {
995
996
  get: function () {
996
- return this.e2;
997
+ return this.e4;
997
998
  },
998
999
  set: function (a) {
999
- this.e2 = a;
1000
+ this.e4 = a;
1000
1001
  this.g("ElevationMode");
1001
1002
  },
1002
1003
  enumerable: false,
@@ -1004,10 +1005,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1004
1005
  });
1005
1006
  Object.defineProperty(ButtonDescription.prototype, "hoverBackgroundColor", {
1006
1007
  get: function () {
1007
- return this.fy;
1008
+ return this.f0;
1008
1009
  },
1009
1010
  set: function (a) {
1010
- this.fy = a;
1011
+ this.f0 = a;
1011
1012
  this.g("HoverBackgroundColor");
1012
1013
  },
1013
1014
  enumerable: false,
@@ -1015,10 +1016,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1015
1016
  });
1016
1017
  Object.defineProperty(ButtonDescription.prototype, "borderColor", {
1017
1018
  get: function () {
1018
- return this.eu;
1019
+ return this.ew;
1019
1020
  },
1020
1021
  set: function (a) {
1021
- this.eu = a;
1022
+ this.ew = a;
1022
1023
  this.g("BorderColor");
1023
1024
  },
1024
1025
  enumerable: false,
@@ -1026,10 +1027,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1026
1027
  });
1027
1028
  Object.defineProperty(ButtonDescription.prototype, "restingElevation", {
1028
1029
  get: function () {
1029
- return this.de;
1030
+ return this.dg;
1030
1031
  },
1031
1032
  set: function (a) {
1032
- this.de = a;
1033
+ this.dg = a;
1033
1034
  this.g("RestingElevation");
1034
1035
  },
1035
1036
  enumerable: false,
@@ -1037,10 +1038,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1037
1038
  });
1038
1039
  Object.defineProperty(ButtonDescription.prototype, "hoverElevation", {
1039
1040
  get: function () {
1040
- return this.c1;
1041
+ return this.c3;
1041
1042
  },
1042
1043
  set: function (a) {
1043
- this.c1 = a;
1044
+ this.c3 = a;
1044
1045
  this.g("HoverElevation");
1045
1046
  },
1046
1047
  enumerable: false,
@@ -1048,10 +1049,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1048
1049
  });
1049
1050
  Object.defineProperty(ButtonDescription.prototype, "focusElevation", {
1050
1051
  get: function () {
1051
- return this.c0;
1052
+ return this.c2;
1052
1053
  },
1053
1054
  set: function (a) {
1054
- this.c0 = a;
1055
+ this.c2 = a;
1055
1056
  this.g("FocusElevation");
1056
1057
  },
1057
1058
  enumerable: false,
@@ -1059,10 +1060,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1059
1060
  });
1060
1061
  Object.defineProperty(ButtonDescription.prototype, "fontFamily", {
1061
1062
  get: function () {
1062
- return this.ft;
1063
+ return this.fv;
1063
1064
  },
1064
1065
  set: function (a) {
1065
- this.ft = a;
1066
+ this.fv = a;
1066
1067
  this.g("FontFamily");
1067
1068
  },
1068
1069
  enumerable: false,
@@ -1070,10 +1071,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1070
1071
  });
1071
1072
  Object.defineProperty(ButtonDescription.prototype, "fontSize", {
1072
1073
  get: function () {
1073
- return this.az;
1074
+ return this.a1;
1074
1075
  },
1075
1076
  set: function (a) {
1076
- this.az = a;
1077
+ this.a1 = a;
1077
1078
  this.g("FontSize");
1078
1079
  },
1079
1080
  enumerable: false,
@@ -1081,10 +1082,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1081
1082
  });
1082
1083
  Object.defineProperty(ButtonDescription.prototype, "fontStyle", {
1083
1084
  get: function () {
1084
- return this.fu;
1085
+ return this.fw;
1085
1086
  },
1086
1087
  set: function (a) {
1087
- this.fu = a;
1088
+ this.fw = a;
1088
1089
  this.g("FontStyle");
1089
1090
  },
1090
1091
  enumerable: false,
@@ -1092,10 +1093,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1092
1093
  });
1093
1094
  Object.defineProperty(ButtonDescription.prototype, "fontWeight", {
1094
1095
  get: function () {
1095
- return this.fv;
1096
+ return this.fx;
1096
1097
  },
1097
1098
  set: function (a) {
1098
- this.fv = a;
1099
+ this.fx = a;
1099
1100
  this.g("FontWeight");
1100
1101
  },
1101
1102
  enumerable: false,
@@ -1103,10 +1104,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1103
1104
  });
1104
1105
  Object.defineProperty(ButtonDescription.prototype, "textColor", {
1105
1106
  get: function () {
1106
- return this.g2;
1107
+ return this.g4;
1107
1108
  },
1108
1109
  set: function (a) {
1109
- this.g2 = a;
1110
+ this.g4 = a;
1110
1111
  this.g("TextColor");
1111
1112
  },
1112
1113
  enumerable: false,
@@ -1114,10 +1115,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1114
1115
  });
1115
1116
  Object.defineProperty(ButtonDescription.prototype, "hoverTextColor", {
1116
1117
  get: function () {
1117
- return this.fz;
1118
+ return this.f1;
1118
1119
  },
1119
1120
  set: function (a) {
1120
- this.fz = a;
1121
+ this.f1 = a;
1121
1122
  this.g("HoverTextColor");
1122
1123
  },
1123
1124
  enumerable: false,
@@ -1125,10 +1126,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1125
1126
  });
1126
1127
  Object.defineProperty(ButtonDescription.prototype, "rippleColor", {
1127
1128
  get: function () {
1128
- return this.g1;
1129
+ return this.g3;
1129
1130
  },
1130
1131
  set: function (a) {
1131
- this.g1 = a;
1132
+ this.g3 = a;
1132
1133
  this.g("RippleColor");
1133
1134
  },
1134
1135
  enumerable: false,
@@ -1136,10 +1137,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1136
1137
  });
1137
1138
  Object.defineProperty(ButtonDescription.prototype, "raisedTextColor", {
1138
1139
  get: function () {
1139
- return this.g0;
1140
+ return this.g2;
1140
1141
  },
1141
1142
  set: function (a) {
1142
- this.g0 = a;
1143
+ this.g2 = a;
1143
1144
  this.g("RaisedTextColor");
1144
1145
  },
1145
1146
  enumerable: false,
@@ -1147,10 +1148,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1147
1148
  });
1148
1149
  Object.defineProperty(ButtonDescription.prototype, "raisedHoverTextColor", {
1149
1150
  get: function () {
1150
- return this.gy;
1151
+ return this.g0;
1151
1152
  },
1152
1153
  set: function (a) {
1153
- this.gy = a;
1154
+ this.g0 = a;
1154
1155
  this.g("RaisedHoverTextColor");
1155
1156
  },
1156
1157
  enumerable: false,
@@ -1158,10 +1159,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1158
1159
  });
1159
1160
  Object.defineProperty(ButtonDescription.prototype, "raisedFocusBackgroundColor", {
1160
1161
  get: function () {
1161
- return this.gv;
1162
+ return this.gx;
1162
1163
  },
1163
1164
  set: function (a) {
1164
- this.gv = a;
1165
+ this.gx = a;
1165
1166
  this.g("RaisedFocusBackgroundColor");
1166
1167
  },
1167
1168
  enumerable: false,
@@ -1169,10 +1170,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1169
1170
  });
1170
1171
  Object.defineProperty(ButtonDescription.prototype, "raisedFocusTextColor", {
1171
1172
  get: function () {
1172
- return this.gw;
1173
+ return this.gy;
1173
1174
  },
1174
1175
  set: function (a) {
1175
- this.gw = a;
1176
+ this.gy = a;
1176
1177
  this.g("RaisedFocusTextColor");
1177
1178
  },
1178
1179
  enumerable: false,
@@ -1180,10 +1181,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1180
1181
  });
1181
1182
  Object.defineProperty(ButtonDescription.prototype, "focusBackgroundColor", {
1182
1183
  get: function () {
1183
- return this.fr;
1184
+ return this.ft;
1184
1185
  },
1185
1186
  set: function (a) {
1186
- this.fr = a;
1187
+ this.ft = a;
1187
1188
  this.g("FocusBackgroundColor");
1188
1189
  },
1189
1190
  enumerable: false,
@@ -1191,10 +1192,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1191
1192
  });
1192
1193
  Object.defineProperty(ButtonDescription.prototype, "focusTextColor", {
1193
1194
  get: function () {
1194
- return this.fs;
1195
+ return this.fu;
1195
1196
  },
1196
1197
  set: function (a) {
1197
- this.fs = a;
1198
+ this.fu = a;
1198
1199
  this.g("FocusTextColor");
1199
1200
  },
1200
1201
  enumerable: false,
@@ -1202,10 +1203,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1202
1203
  });
1203
1204
  Object.defineProperty(ButtonDescription.prototype, "borderWidth", {
1204
1205
  get: function () {
1205
- return this.ag;
1206
+ return this.ai;
1206
1207
  },
1207
1208
  set: function (a) {
1208
- this.ag = a;
1209
+ this.ai = a;
1209
1210
  this.g("BorderWidth");
1210
1211
  },
1211
1212
  enumerable: false,
@@ -1213,10 +1214,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1213
1214
  });
1214
1215
  Object.defineProperty(ButtonDescription.prototype, "cornerRadiusBottomRight", {
1215
1216
  get: function () {
1216
- return this.am;
1217
+ return this.ao;
1217
1218
  },
1218
1219
  set: function (a) {
1219
- this.am = a;
1220
+ this.ao = a;
1220
1221
  this.g("CornerRadiusBottomRight");
1221
1222
  },
1222
1223
  enumerable: false,
@@ -1224,10 +1225,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1224
1225
  });
1225
1226
  Object.defineProperty(ButtonDescription.prototype, "cornerRadiusBottomLeft", {
1226
1227
  get: function () {
1227
- return this.al;
1228
+ return this.an;
1228
1229
  },
1229
1230
  set: function (a) {
1230
- this.al = a;
1231
+ this.an = a;
1231
1232
  this.g("CornerRadiusBottomLeft");
1232
1233
  },
1233
1234
  enumerable: false,
@@ -1235,10 +1236,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1235
1236
  });
1236
1237
  Object.defineProperty(ButtonDescription.prototype, "cornerRadiusTopLeft", {
1237
1238
  get: function () {
1238
- return this.an;
1239
+ return this.ap;
1239
1240
  },
1240
1241
  set: function (a) {
1241
- this.an = a;
1242
+ this.ap = a;
1242
1243
  this.g("CornerRadiusTopLeft");
1243
1244
  },
1244
1245
  enumerable: false,
@@ -1246,10 +1247,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1246
1247
  });
1247
1248
  Object.defineProperty(ButtonDescription.prototype, "cornerRadiusTopRight", {
1248
1249
  get: function () {
1249
- return this.ao;
1250
+ return this.aq;
1250
1251
  },
1251
1252
  set: function (a) {
1252
- this.ao = a;
1253
+ this.aq = a;
1253
1254
  this.g("CornerRadiusTopRight");
1254
1255
  },
1255
1256
  enumerable: false,
@@ -1257,10 +1258,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1257
1258
  });
1258
1259
  Object.defineProperty(ButtonDescription.prototype, "outlinedBackgroundColor", {
1259
1260
  get: function () {
1260
- return this.gf;
1261
+ return this.gh;
1261
1262
  },
1262
1263
  set: function (a) {
1263
- this.gf = a;
1264
+ this.gh = a;
1264
1265
  this.g("OutlinedBackgroundColor");
1265
1266
  },
1266
1267
  enumerable: false,
@@ -1268,10 +1269,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1268
1269
  });
1269
1270
  Object.defineProperty(ButtonDescription.prototype, "outlinedDisabledBackgroundColor", {
1270
1271
  get: function () {
1271
- return this.gh;
1272
+ return this.gj;
1272
1273
  },
1273
1274
  set: function (a) {
1274
- this.gh = a;
1275
+ this.gj = a;
1275
1276
  this.g("OutlinedDisabledBackgroundColor");
1276
1277
  },
1277
1278
  enumerable: false,
@@ -1279,10 +1280,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1279
1280
  });
1280
1281
  Object.defineProperty(ButtonDescription.prototype, "outlinedDisabledBorderColor", {
1281
1282
  get: function () {
1282
- return this.gi;
1283
+ return this.gk;
1283
1284
  },
1284
1285
  set: function (a) {
1285
- this.gi = a;
1286
+ this.gk = a;
1286
1287
  this.g("OutlinedDisabledBorderColor");
1287
1288
  },
1288
1289
  enumerable: false,
@@ -1290,10 +1291,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1290
1291
  });
1291
1292
  Object.defineProperty(ButtonDescription.prototype, "outlinedDisabledTextColor", {
1292
1293
  get: function () {
1293
- return this.gj;
1294
+ return this.gl;
1294
1295
  },
1295
1296
  set: function (a) {
1296
- this.gj = a;
1297
+ this.gl = a;
1297
1298
  this.g("OutlinedDisabledTextColor");
1298
1299
  },
1299
1300
  enumerable: false,
@@ -1301,10 +1302,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1301
1302
  });
1302
1303
  Object.defineProperty(ButtonDescription.prototype, "outlinedDisabledElevation", {
1303
1304
  get: function () {
1304
- return this.c6;
1305
+ return this.c8;
1305
1306
  },
1306
1307
  set: function (a) {
1307
- this.c6 = a;
1308
+ this.c8 = a;
1308
1309
  this.g("OutlinedDisabledElevation");
1309
1310
  },
1310
1311
  enumerable: false,
@@ -1312,10 +1313,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1312
1313
  });
1313
1314
  Object.defineProperty(ButtonDescription.prototype, "outlinedHoverBackgroundColor", {
1314
1315
  get: function () {
1315
- return this.gm;
1316
+ return this.go;
1316
1317
  },
1317
1318
  set: function (a) {
1318
- this.gm = a;
1319
+ this.go = a;
1319
1320
  this.g("OutlinedHoverBackgroundColor");
1320
1321
  },
1321
1322
  enumerable: false,
@@ -1323,10 +1324,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1323
1324
  });
1324
1325
  Object.defineProperty(ButtonDescription.prototype, "outlinedBorderColor", {
1325
1326
  get: function () {
1326
- return this.gg;
1327
+ return this.gi;
1327
1328
  },
1328
1329
  set: function (a) {
1329
- this.gg = a;
1330
+ this.gi = a;
1330
1331
  this.g("OutlinedBorderColor");
1331
1332
  },
1332
1333
  enumerable: false,
@@ -1334,10 +1335,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1334
1335
  });
1335
1336
  Object.defineProperty(ButtonDescription.prototype, "outlinedRestingElevation", {
1336
1337
  get: function () {
1337
- return this.c9;
1338
+ return this.db;
1338
1339
  },
1339
1340
  set: function (a) {
1340
- this.c9 = a;
1341
+ this.db = a;
1341
1342
  this.g("OutlinedRestingElevation");
1342
1343
  },
1343
1344
  enumerable: false,
@@ -1345,10 +1346,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1345
1346
  });
1346
1347
  Object.defineProperty(ButtonDescription.prototype, "outlinedHoverElevation", {
1347
1348
  get: function () {
1348
- return this.c8;
1349
+ return this.da;
1349
1350
  },
1350
1351
  set: function (a) {
1351
- this.c8 = a;
1352
+ this.da = a;
1352
1353
  this.g("OutlinedHoverElevation");
1353
1354
  },
1354
1355
  enumerable: false,
@@ -1356,10 +1357,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1356
1357
  });
1357
1358
  Object.defineProperty(ButtonDescription.prototype, "outlinedFocusElevation", {
1358
1359
  get: function () {
1359
- return this.c7;
1360
+ return this.c9;
1360
1361
  },
1361
1362
  set: function (a) {
1362
- this.c7 = a;
1363
+ this.c9 = a;
1363
1364
  this.g("OutlinedFocusElevation");
1364
1365
  },
1365
1366
  enumerable: false,
@@ -1367,10 +1368,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1367
1368
  });
1368
1369
  Object.defineProperty(ButtonDescription.prototype, "outlinedBorderWidth", {
1369
1370
  get: function () {
1370
- return this.a7;
1371
+ return this.a9;
1371
1372
  },
1372
1373
  set: function (a) {
1373
- this.a7 = a;
1374
+ this.a9 = a;
1374
1375
  this.g("OutlinedBorderWidth");
1375
1376
  },
1376
1377
  enumerable: false,
@@ -1378,10 +1379,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1378
1379
  });
1379
1380
  Object.defineProperty(ButtonDescription.prototype, "outlinedCornerRadiusBottomRight", {
1380
1381
  get: function () {
1381
- return this.a9;
1382
+ return this.bb;
1382
1383
  },
1383
1384
  set: function (a) {
1384
- this.a9 = a;
1385
+ this.bb = a;
1385
1386
  this.g("OutlinedCornerRadiusBottomRight");
1386
1387
  },
1387
1388
  enumerable: false,
@@ -1389,10 +1390,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1389
1390
  });
1390
1391
  Object.defineProperty(ButtonDescription.prototype, "outlinedCornerRadiusBottomLeft", {
1391
1392
  get: function () {
1392
- return this.a8;
1393
+ return this.ba;
1393
1394
  },
1394
1395
  set: function (a) {
1395
- this.a8 = a;
1396
+ this.ba = a;
1396
1397
  this.g("OutlinedCornerRadiusBottomLeft");
1397
1398
  },
1398
1399
  enumerable: false,
@@ -1400,10 +1401,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1400
1401
  });
1401
1402
  Object.defineProperty(ButtonDescription.prototype, "outlinedCornerRadiusTopLeft", {
1402
1403
  get: function () {
1403
- return this.ba;
1404
+ return this.bc;
1404
1405
  },
1405
1406
  set: function (a) {
1406
- this.ba = a;
1407
+ this.bc = a;
1407
1408
  this.g("OutlinedCornerRadiusTopLeft");
1408
1409
  },
1409
1410
  enumerable: false,
@@ -1411,10 +1412,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1411
1412
  });
1412
1413
  Object.defineProperty(ButtonDescription.prototype, "outlinedCornerRadiusTopRight", {
1413
1414
  get: function () {
1414
- return this.bb;
1415
+ return this.bd;
1415
1416
  },
1416
1417
  set: function (a) {
1417
- this.bb = a;
1418
+ this.bd = a;
1418
1419
  this.g("OutlinedCornerRadiusTopRight");
1419
1420
  },
1420
1421
  enumerable: false,
@@ -1422,10 +1423,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1422
1423
  });
1423
1424
  Object.defineProperty(ButtonDescription.prototype, "outlinedRippleColor", {
1424
1425
  get: function () {
1425
- return this.go;
1426
+ return this.gq;
1426
1427
  },
1427
1428
  set: function (a) {
1428
- this.go = a;
1429
+ this.gq = a;
1429
1430
  this.g("OutlinedRippleColor");
1430
1431
  },
1431
1432
  enumerable: false,
@@ -1433,10 +1434,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1433
1434
  });
1434
1435
  Object.defineProperty(ButtonDescription.prototype, "outlinedTextColor", {
1435
1436
  get: function () {
1436
- return this.gp;
1437
+ return this.gr;
1437
1438
  },
1438
1439
  set: function (a) {
1439
- this.gp = a;
1440
+ this.gr = a;
1440
1441
  this.g("OutlinedTextColor");
1441
1442
  },
1442
1443
  enumerable: false,
@@ -1444,10 +1445,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1444
1445
  });
1445
1446
  Object.defineProperty(ButtonDescription.prototype, "outlinedHoverTextColor", {
1446
1447
  get: function () {
1447
- return this.gn;
1448
+ return this.gp;
1448
1449
  },
1449
1450
  set: function (a) {
1450
- this.gn = a;
1451
+ this.gp = a;
1451
1452
  this.g("OutlinedHoverTextColor");
1452
1453
  },
1453
1454
  enumerable: false,
@@ -1455,10 +1456,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1455
1456
  });
1456
1457
  Object.defineProperty(ButtonDescription.prototype, "outlinedFocusBackgroundColor", {
1457
1458
  get: function () {
1458
- return this.gk;
1459
+ return this.gm;
1459
1460
  },
1460
1461
  set: function (a) {
1461
- this.gk = a;
1462
+ this.gm = a;
1462
1463
  this.g("OutlinedFocusBackgroundColor");
1463
1464
  },
1464
1465
  enumerable: false,
@@ -1466,10 +1467,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1466
1467
  });
1467
1468
  Object.defineProperty(ButtonDescription.prototype, "outlinedFocusTextColor", {
1468
1469
  get: function () {
1469
- return this.gl;
1470
+ return this.gn;
1470
1471
  },
1471
1472
  set: function (a) {
1472
- this.gl = a;
1473
+ this.gn = a;
1473
1474
  this.g("OutlinedFocusTextColor");
1474
1475
  },
1475
1476
  enumerable: false,
@@ -1477,10 +1478,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1477
1478
  });
1478
1479
  Object.defineProperty(ButtonDescription.prototype, "fabBackgroundColor", {
1479
1480
  get: function () {
1480
- return this.e3;
1481
+ return this.e5;
1481
1482
  },
1482
1483
  set: function (a) {
1483
- this.e3 = a;
1484
+ this.e5 = a;
1484
1485
  this.g("FabBackgroundColor");
1485
1486
  },
1486
1487
  enumerable: false,
@@ -1488,10 +1489,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1488
1489
  });
1489
1490
  Object.defineProperty(ButtonDescription.prototype, "fabDisabledBackgroundColor", {
1490
1491
  get: function () {
1491
- return this.e5;
1492
+ return this.e7;
1492
1493
  },
1493
1494
  set: function (a) {
1494
- this.e5 = a;
1495
+ this.e7 = a;
1495
1496
  this.g("FabDisabledBackgroundColor");
1496
1497
  },
1497
1498
  enumerable: false,
@@ -1499,10 +1500,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1499
1500
  });
1500
1501
  Object.defineProperty(ButtonDescription.prototype, "fabDisabledBorderColor", {
1501
1502
  get: function () {
1502
- return this.e6;
1503
+ return this.e8;
1503
1504
  },
1504
1505
  set: function (a) {
1505
- this.e6 = a;
1506
+ this.e8 = a;
1506
1507
  this.g("FabDisabledBorderColor");
1507
1508
  },
1508
1509
  enumerable: false,
@@ -1510,10 +1511,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1510
1511
  });
1511
1512
  Object.defineProperty(ButtonDescription.prototype, "fabDisabledTextColor", {
1512
1513
  get: function () {
1513
- return this.e7;
1514
+ return this.e9;
1514
1515
  },
1515
1516
  set: function (a) {
1516
- this.e7 = a;
1517
+ this.e9 = a;
1517
1518
  this.g("FabDisabledTextColor");
1518
1519
  },
1519
1520
  enumerable: false,
@@ -1521,10 +1522,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1521
1522
  });
1522
1523
  Object.defineProperty(ButtonDescription.prototype, "fabDisabledElevation", {
1523
1524
  get: function () {
1524
- return this.cs;
1525
+ return this.cu;
1525
1526
  },
1526
1527
  set: function (a) {
1527
- this.cs = a;
1528
+ this.cu = a;
1528
1529
  this.g("FabDisabledElevation");
1529
1530
  },
1530
1531
  enumerable: false,
@@ -1532,10 +1533,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1532
1533
  });
1533
1534
  Object.defineProperty(ButtonDescription.prototype, "fabHoverBackgroundColor", {
1534
1535
  get: function () {
1535
- return this.fa;
1536
+ return this.fc;
1536
1537
  },
1537
1538
  set: function (a) {
1538
- this.fa = a;
1539
+ this.fc = a;
1539
1540
  this.g("FabHoverBackgroundColor");
1540
1541
  },
1541
1542
  enumerable: false,
@@ -1543,10 +1544,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1543
1544
  });
1544
1545
  Object.defineProperty(ButtonDescription.prototype, "fabBorderColor", {
1545
1546
  get: function () {
1546
- return this.e4;
1547
+ return this.e6;
1547
1548
  },
1548
1549
  set: function (a) {
1549
- this.e4 = a;
1550
+ this.e6 = a;
1550
1551
  this.g("FabBorderColor");
1551
1552
  },
1552
1553
  enumerable: false,
@@ -1554,10 +1555,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1554
1555
  });
1555
1556
  Object.defineProperty(ButtonDescription.prototype, "fabRestingElevation", {
1556
1557
  get: function () {
1557
- return this.cv;
1558
+ return this.cx;
1558
1559
  },
1559
1560
  set: function (a) {
1560
- this.cv = a;
1561
+ this.cx = a;
1561
1562
  this.g("FabRestingElevation");
1562
1563
  },
1563
1564
  enumerable: false,
@@ -1565,10 +1566,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1565
1566
  });
1566
1567
  Object.defineProperty(ButtonDescription.prototype, "fabHoverElevation", {
1567
1568
  get: function () {
1568
- return this.cu;
1569
+ return this.cw;
1569
1570
  },
1570
1571
  set: function (a) {
1571
- this.cu = a;
1572
+ this.cw = a;
1572
1573
  this.g("FabHoverElevation");
1573
1574
  },
1574
1575
  enumerable: false,
@@ -1576,10 +1577,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1576
1577
  });
1577
1578
  Object.defineProperty(ButtonDescription.prototype, "fabFocusElevation", {
1578
1579
  get: function () {
1579
- return this.ct;
1580
+ return this.cv;
1580
1581
  },
1581
1582
  set: function (a) {
1582
- this.ct = a;
1583
+ this.cv = a;
1583
1584
  this.g("FabFocusElevation");
1584
1585
  },
1585
1586
  enumerable: false,
@@ -1587,10 +1588,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1587
1588
  });
1588
1589
  Object.defineProperty(ButtonDescription.prototype, "fabBorderWidth", {
1589
1590
  get: function () {
1590
- return this.ap;
1591
+ return this.ar;
1591
1592
  },
1592
1593
  set: function (a) {
1593
- this.ap = a;
1594
+ this.ar = a;
1594
1595
  this.g("FabBorderWidth");
1595
1596
  },
1596
1597
  enumerable: false,
@@ -1598,10 +1599,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1598
1599
  });
1599
1600
  Object.defineProperty(ButtonDescription.prototype, "fabCornerRadiusBottomRight", {
1600
1601
  get: function () {
1601
- return this.ar;
1602
+ return this.at;
1602
1603
  },
1603
1604
  set: function (a) {
1604
- this.ar = a;
1605
+ this.at = a;
1605
1606
  this.g("FabCornerRadiusBottomRight");
1606
1607
  },
1607
1608
  enumerable: false,
@@ -1609,10 +1610,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1609
1610
  });
1610
1611
  Object.defineProperty(ButtonDescription.prototype, "fabCornerRadiusBottomLeft", {
1611
1612
  get: function () {
1612
- return this.aq;
1613
+ return this.as;
1613
1614
  },
1614
1615
  set: function (a) {
1615
- this.aq = a;
1616
+ this.as = a;
1616
1617
  this.g("FabCornerRadiusBottomLeft");
1617
1618
  },
1618
1619
  enumerable: false,
@@ -1620,10 +1621,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1620
1621
  });
1621
1622
  Object.defineProperty(ButtonDescription.prototype, "fabCornerRadiusTopLeft", {
1622
1623
  get: function () {
1623
- return this.as;
1624
+ return this.au;
1624
1625
  },
1625
1626
  set: function (a) {
1626
- this.as = a;
1627
+ this.au = a;
1627
1628
  this.g("FabCornerRadiusTopLeft");
1628
1629
  },
1629
1630
  enumerable: false,
@@ -1631,10 +1632,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1631
1632
  });
1632
1633
  Object.defineProperty(ButtonDescription.prototype, "fabCornerRadiusTopRight", {
1633
1634
  get: function () {
1634
- return this.at;
1635
+ return this.av;
1635
1636
  },
1636
1637
  set: function (a) {
1637
- this.at = a;
1638
+ this.av = a;
1638
1639
  this.g("FabCornerRadiusTopRight");
1639
1640
  },
1640
1641
  enumerable: false,
@@ -1642,10 +1643,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1642
1643
  });
1643
1644
  Object.defineProperty(ButtonDescription.prototype, "fabRippleColor", {
1644
1645
  get: function () {
1645
- return this.fc;
1646
+ return this.fe;
1646
1647
  },
1647
1648
  set: function (a) {
1648
- this.fc = a;
1649
+ this.fe = a;
1649
1650
  this.g("FabRippleColor");
1650
1651
  },
1651
1652
  enumerable: false,
@@ -1653,10 +1654,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1653
1654
  });
1654
1655
  Object.defineProperty(ButtonDescription.prototype, "fabTextColor", {
1655
1656
  get: function () {
1656
- return this.fd;
1657
+ return this.ff;
1657
1658
  },
1658
1659
  set: function (a) {
1659
- this.fd = a;
1660
+ this.ff = a;
1660
1661
  this.g("FabTextColor");
1661
1662
  },
1662
1663
  enumerable: false,
@@ -1664,10 +1665,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1664
1665
  });
1665
1666
  Object.defineProperty(ButtonDescription.prototype, "fabHoverTextColor", {
1666
1667
  get: function () {
1667
- return this.fb;
1668
+ return this.fd;
1668
1669
  },
1669
1670
  set: function (a) {
1670
- this.fb = a;
1671
+ this.fd = a;
1671
1672
  this.g("FabHoverTextColor");
1672
1673
  },
1673
1674
  enumerable: false,
@@ -1675,10 +1676,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1675
1676
  });
1676
1677
  Object.defineProperty(ButtonDescription.prototype, "fabFocusBackgroundColor", {
1677
1678
  get: function () {
1678
- return this.e8;
1679
+ return this.fa;
1679
1680
  },
1680
1681
  set: function (a) {
1681
- this.e8 = a;
1682
+ this.fa = a;
1682
1683
  this.g("FabFocusBackgroundColor");
1683
1684
  },
1684
1685
  enumerable: false,
@@ -1686,10 +1687,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1686
1687
  });
1687
1688
  Object.defineProperty(ButtonDescription.prototype, "fabFocusTextColor", {
1688
1689
  get: function () {
1689
- return this.e9;
1690
+ return this.fb;
1690
1691
  },
1691
1692
  set: function (a) {
1692
- this.e9 = a;
1693
+ this.fb = a;
1693
1694
  this.g("FabFocusTextColor");
1694
1695
  },
1695
1696
  enumerable: false,
@@ -1697,10 +1698,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1697
1698
  });
1698
1699
  Object.defineProperty(ButtonDescription.prototype, "iconBackgroundColor", {
1699
1700
  get: function () {
1700
- return this.f0;
1701
+ return this.f2;
1701
1702
  },
1702
1703
  set: function (a) {
1703
- this.f0 = a;
1704
+ this.f2 = a;
1704
1705
  this.g("IconBackgroundColor");
1705
1706
  },
1706
1707
  enumerable: false,
@@ -1708,10 +1709,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1708
1709
  });
1709
1710
  Object.defineProperty(ButtonDescription.prototype, "iconDisabledBackgroundColor", {
1710
1711
  get: function () {
1711
- return this.f2;
1712
+ return this.f4;
1712
1713
  },
1713
1714
  set: function (a) {
1714
- this.f2 = a;
1715
+ this.f4 = a;
1715
1716
  this.g("IconDisabledBackgroundColor");
1716
1717
  },
1717
1718
  enumerable: false,
@@ -1719,10 +1720,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1719
1720
  });
1720
1721
  Object.defineProperty(ButtonDescription.prototype, "iconDisabledBorderColor", {
1721
1722
  get: function () {
1722
- return this.f3;
1723
+ return this.f5;
1723
1724
  },
1724
1725
  set: function (a) {
1725
- this.f3 = a;
1726
+ this.f5 = a;
1726
1727
  this.g("IconDisabledBorderColor");
1727
1728
  },
1728
1729
  enumerable: false,
@@ -1730,10 +1731,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1730
1731
  });
1731
1732
  Object.defineProperty(ButtonDescription.prototype, "iconDisabledTextColor", {
1732
1733
  get: function () {
1733
- return this.f4;
1734
+ return this.f6;
1734
1735
  },
1735
1736
  set: function (a) {
1736
- this.f4 = a;
1737
+ this.f6 = a;
1737
1738
  this.g("IconDisabledTextColor");
1738
1739
  },
1739
1740
  enumerable: false,
@@ -1741,10 +1742,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1741
1742
  });
1742
1743
  Object.defineProperty(ButtonDescription.prototype, "iconDisabledElevation", {
1743
1744
  get: function () {
1744
- return this.c2;
1745
+ return this.c4;
1745
1746
  },
1746
1747
  set: function (a) {
1747
- this.c2 = a;
1748
+ this.c4 = a;
1748
1749
  this.g("IconDisabledElevation");
1749
1750
  },
1750
1751
  enumerable: false,
@@ -1752,10 +1753,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1752
1753
  });
1753
1754
  Object.defineProperty(ButtonDescription.prototype, "iconHoverBackgroundColor", {
1754
1755
  get: function () {
1755
- return this.f7;
1756
+ return this.f9;
1756
1757
  },
1757
1758
  set: function (a) {
1758
- this.f7 = a;
1759
+ this.f9 = a;
1759
1760
  this.g("IconHoverBackgroundColor");
1760
1761
  },
1761
1762
  enumerable: false,
@@ -1763,10 +1764,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1763
1764
  });
1764
1765
  Object.defineProperty(ButtonDescription.prototype, "iconBorderColor", {
1765
1766
  get: function () {
1766
- return this.f1;
1767
+ return this.f3;
1767
1768
  },
1768
1769
  set: function (a) {
1769
- this.f1 = a;
1770
+ this.f3 = a;
1770
1771
  this.g("IconBorderColor");
1771
1772
  },
1772
1773
  enumerable: false,
@@ -1774,10 +1775,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1774
1775
  });
1775
1776
  Object.defineProperty(ButtonDescription.prototype, "iconRestingElevation", {
1776
1777
  get: function () {
1777
- return this.c5;
1778
+ return this.c7;
1778
1779
  },
1779
1780
  set: function (a) {
1780
- this.c5 = a;
1781
+ this.c7 = a;
1781
1782
  this.g("IconRestingElevation");
1782
1783
  },
1783
1784
  enumerable: false,
@@ -1785,10 +1786,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1785
1786
  });
1786
1787
  Object.defineProperty(ButtonDescription.prototype, "iconHoverElevation", {
1787
1788
  get: function () {
1788
- return this.c4;
1789
+ return this.c6;
1789
1790
  },
1790
1791
  set: function (a) {
1791
- this.c4 = a;
1792
+ this.c6 = a;
1792
1793
  this.g("IconHoverElevation");
1793
1794
  },
1794
1795
  enumerable: false,
@@ -1796,10 +1797,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1796
1797
  });
1797
1798
  Object.defineProperty(ButtonDescription.prototype, "iconFocusElevation", {
1798
1799
  get: function () {
1799
- return this.c3;
1800
+ return this.c5;
1800
1801
  },
1801
1802
  set: function (a) {
1802
- this.c3 = a;
1803
+ this.c5 = a;
1803
1804
  this.g("IconFocusElevation");
1804
1805
  },
1805
1806
  enumerable: false,
@@ -1807,10 +1808,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1807
1808
  });
1808
1809
  Object.defineProperty(ButtonDescription.prototype, "iconBorderWidth", {
1809
1810
  get: function () {
1810
- return this.a0;
1811
+ return this.a2;
1811
1812
  },
1812
1813
  set: function (a) {
1813
- this.a0 = a;
1814
+ this.a2 = a;
1814
1815
  this.g("IconBorderWidth");
1815
1816
  },
1816
1817
  enumerable: false,
@@ -1818,10 +1819,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1818
1819
  });
1819
1820
  Object.defineProperty(ButtonDescription.prototype, "iconCornerRadiusBottomRight", {
1820
1821
  get: function () {
1821
- return this.a2;
1822
+ return this.a4;
1822
1823
  },
1823
1824
  set: function (a) {
1824
- this.a2 = a;
1825
+ this.a4 = a;
1825
1826
  this.g("IconCornerRadiusBottomRight");
1826
1827
  },
1827
1828
  enumerable: false,
@@ -1829,10 +1830,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1829
1830
  });
1830
1831
  Object.defineProperty(ButtonDescription.prototype, "iconCornerRadiusBottomLeft", {
1831
1832
  get: function () {
1832
- return this.a1;
1833
+ return this.a3;
1833
1834
  },
1834
1835
  set: function (a) {
1835
- this.a1 = a;
1836
+ this.a3 = a;
1836
1837
  this.g("IconCornerRadiusBottomLeft");
1837
1838
  },
1838
1839
  enumerable: false,
@@ -1840,10 +1841,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1840
1841
  });
1841
1842
  Object.defineProperty(ButtonDescription.prototype, "iconCornerRadiusTopLeft", {
1842
1843
  get: function () {
1843
- return this.a3;
1844
+ return this.a5;
1844
1845
  },
1845
1846
  set: function (a) {
1846
- this.a3 = a;
1847
+ this.a5 = a;
1847
1848
  this.g("IconCornerRadiusTopLeft");
1848
1849
  },
1849
1850
  enumerable: false,
@@ -1851,10 +1852,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1851
1852
  });
1852
1853
  Object.defineProperty(ButtonDescription.prototype, "iconCornerRadiusTopRight", {
1853
1854
  get: function () {
1854
- return this.a4;
1855
+ return this.a6;
1855
1856
  },
1856
1857
  set: function (a) {
1857
- this.a4 = a;
1858
+ this.a6 = a;
1858
1859
  this.g("IconCornerRadiusTopRight");
1859
1860
  },
1860
1861
  enumerable: false,
@@ -1862,10 +1863,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1862
1863
  });
1863
1864
  Object.defineProperty(ButtonDescription.prototype, "iconRippleColor", {
1864
1865
  get: function () {
1865
- return this.f9;
1866
+ return this.gb;
1866
1867
  },
1867
1868
  set: function (a) {
1868
- this.f9 = a;
1869
+ this.gb = a;
1869
1870
  this.g("IconRippleColor");
1870
1871
  },
1871
1872
  enumerable: false,
@@ -1873,10 +1874,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1873
1874
  });
1874
1875
  Object.defineProperty(ButtonDescription.prototype, "iconTextColor", {
1875
1876
  get: function () {
1876
- return this.ga;
1877
+ return this.gc;
1877
1878
  },
1878
1879
  set: function (a) {
1879
- this.ga = a;
1880
+ this.gc = a;
1880
1881
  this.g("IconTextColor");
1881
1882
  },
1882
1883
  enumerable: false,
@@ -1884,10 +1885,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1884
1885
  });
1885
1886
  Object.defineProperty(ButtonDescription.prototype, "iconHoverTextColor", {
1886
1887
  get: function () {
1887
- return this.f8;
1888
+ return this.ga;
1888
1889
  },
1889
1890
  set: function (a) {
1890
- this.f8 = a;
1891
+ this.ga = a;
1891
1892
  this.g("IconHoverTextColor");
1892
1893
  },
1893
1894
  enumerable: false,
@@ -1895,10 +1896,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1895
1896
  });
1896
1897
  Object.defineProperty(ButtonDescription.prototype, "iconFocusBackgroundColor", {
1897
1898
  get: function () {
1898
- return this.f5;
1899
+ return this.f7;
1899
1900
  },
1900
1901
  set: function (a) {
1901
- this.f5 = a;
1902
+ this.f7 = a;
1902
1903
  this.g("IconFocusBackgroundColor");
1903
1904
  },
1904
1905
  enumerable: false,
@@ -1906,10 +1907,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1906
1907
  });
1907
1908
  Object.defineProperty(ButtonDescription.prototype, "iconFocusTextColor", {
1908
1909
  get: function () {
1909
- return this.f6;
1910
+ return this.f8;
1910
1911
  },
1911
1912
  set: function (a) {
1912
- this.f6 = a;
1913
+ this.f8 = a;
1913
1914
  this.g("IconFocusTextColor");
1914
1915
  },
1915
1916
  enumerable: false,
@@ -1917,10 +1918,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1917
1918
  });
1918
1919
  Object.defineProperty(ButtonDescription.prototype, "inputId", {
1919
1920
  get: function () {
1920
- return this.gc;
1921
+ return this.ge;
1921
1922
  },
1922
1923
  set: function (a) {
1923
- this.gc = a;
1924
+ this.ge = a;
1924
1925
  this.g("InputId");
1925
1926
  },
1926
1927
  enumerable: false,
@@ -1928,10 +1929,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1928
1929
  });
1929
1930
  Object.defineProperty(ButtonDescription.prototype, "id", {
1930
1931
  get: function () {
1931
- return this.gb;
1932
+ return this.gd;
1932
1933
  },
1933
1934
  set: function (a) {
1934
- this.gb = a;
1935
+ this.gd = a;
1935
1936
  this.g("Id");
1936
1937
  },
1937
1938
  enumerable: false,
@@ -1939,10 +1940,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1939
1940
  });
1940
1941
  Object.defineProperty(ButtonDescription.prototype, "display", {
1941
1942
  get: function () {
1942
- return this.e0;
1943
+ return this.e2;
1943
1944
  },
1944
1945
  set: function (a) {
1945
- this.e0 = a;
1946
+ this.e2 = a;
1946
1947
  this.g("Display");
1947
1948
  },
1948
1949
  enumerable: false,
@@ -1950,10 +1951,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1950
1951
  });
1951
1952
  Object.defineProperty(ButtonDescription.prototype, "flexDirection", {
1952
1953
  get: function () {
1953
- return this.fp;
1954
+ return this.fr;
1954
1955
  },
1955
1956
  set: function (a) {
1956
- this.fp = a;
1957
+ this.fr = a;
1957
1958
  this.g("FlexDirection");
1958
1959
  },
1959
1960
  enumerable: false,
@@ -1961,10 +1962,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1961
1962
  });
1962
1963
  Object.defineProperty(ButtonDescription.prototype, "flexGrow", {
1963
1964
  get: function () {
1964
- return this.fq;
1965
+ return this.fs;
1965
1966
  },
1966
1967
  set: function (a) {
1967
- this.fq = a;
1968
+ this.fs = a;
1968
1969
  this.g("FlexGrow");
1969
1970
  },
1970
1971
  enumerable: false,
@@ -1972,10 +1973,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1972
1973
  });
1973
1974
  Object.defineProperty(ButtonDescription.prototype, "alignItems", {
1974
1975
  get: function () {
1975
- return this.eq;
1976
+ return this.es;
1976
1977
  },
1977
1978
  set: function (a) {
1978
- this.eq = a;
1979
+ this.es = a;
1979
1980
  this.g("AlignItems");
1980
1981
  },
1981
1982
  enumerable: false,
@@ -1983,10 +1984,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1983
1984
  });
1984
1985
  Object.defineProperty(ButtonDescription.prototype, "valueRef", {
1985
1986
  get: function () {
1986
- return this.g3;
1987
+ return this.g5;
1987
1988
  },
1988
1989
  set: function (a) {
1989
- this.g3 = a;
1990
+ this.g5 = a;
1990
1991
  this.g("ValueRef");
1991
1992
  },
1992
1993
  enumerable: false,
@@ -1994,10 +1995,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1994
1995
  });
1995
1996
  Object.defineProperty(ButtonDescription.prototype, "name", {
1996
1997
  get: function () {
1997
- return this.ge;
1998
+ return this.gg;
1998
1999
  },
1999
2000
  set: function (a) {
2000
- this.ge = a;
2001
+ this.gg = a;
2001
2002
  this.g("Name");
2002
2003
  },
2003
2004
  enumerable: false,
@@ -2005,10 +2006,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2005
2006
  });
2006
2007
  Object.defineProperty(ButtonDescription.prototype, "tabIndex", {
2007
2008
  get: function () {
2008
- return this.df;
2009
+ return this.dh;
2009
2010
  },
2010
2011
  set: function (a) {
2011
- this.df = a;
2012
+ this.dh = a;
2012
2013
  this.g("TabIndex");
2013
2014
  },
2014
2015
  enumerable: false,
@@ -2016,10 +2017,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2016
2017
  });
2017
2018
  Object.defineProperty(ButtonDescription.prototype, "ariaLabel", {
2018
2019
  get: function () {
2019
- return this.er;
2020
+ return this.et;
2020
2021
  },
2021
2022
  set: function (a) {
2022
- this.er = a;
2023
+ this.et = a;
2023
2024
  this.g("AriaLabel");
2024
2025
  },
2025
2026
  enumerable: false,
@@ -2027,10 +2028,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2027
2028
  });
2028
2029
  Object.defineProperty(ButtonDescription.prototype, "fillAvailableSpace", {
2029
2030
  get: function () {
2030
- return this.n;
2031
+ return this.o;
2031
2032
  },
2032
2033
  set: function (a) {
2033
- this.n = a;
2034
+ this.o = a;
2034
2035
  this.g("FillAvailableSpace");
2035
2036
  },
2036
2037
  enumerable: false,
@@ -2038,10 +2039,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2038
2039
  });
2039
2040
  Object.defineProperty(ButtonDescription.prototype, "focused", {
2040
2041
  get: function () {
2041
- return this.o;
2042
+ return this.p;
2042
2043
  },
2043
2044
  set: function (a) {
2044
- this.o = a;
2045
+ this.p = a;
2045
2046
  this.g("Focused");
2046
2047
  },
2047
2048
  enumerable: false,
@@ -2049,10 +2050,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2049
2050
  });
2050
2051
  Object.defineProperty(ButtonDescription.prototype, "isFocusStyleEnabled", {
2051
2052
  get: function () {
2052
- return this.p;
2053
+ return this.q;
2053
2054
  },
2054
2055
  set: function (a) {
2055
- this.p = a;
2056
+ this.q = a;
2056
2057
  this.g("IsFocusStyleEnabled");
2057
2058
  },
2058
2059
  enumerable: false,
@@ -2060,10 +2061,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2060
2061
  });
2061
2062
  Object.defineProperty(ButtonDescription.prototype, "disableRipple", {
2062
2063
  get: function () {
2063
- return this.l;
2064
+ return this.m;
2064
2065
  },
2065
2066
  set: function (a) {
2066
- this.l = a;
2067
+ this.m = a;
2067
2068
  this.g("DisableRipple");
2068
2069
  },
2069
2070
  enumerable: false,
@@ -2082,10 +2083,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2082
2083
  });
2083
2084
  Object.defineProperty(ButtonDescription.prototype, "disableHover", {
2084
2085
  get: function () {
2085
- return this.j;
2086
+ return this.k;
2086
2087
  },
2087
2088
  set: function (a) {
2088
- this.j = a;
2089
+ this.k = a;
2089
2090
  this.g("DisableHover");
2090
2091
  },
2091
2092
  enumerable: false,
@@ -2093,10 +2094,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2093
2094
  });
2094
2095
  Object.defineProperty(ButtonDescription.prototype, "isHover", {
2095
2096
  get: function () {
2096
- return this.q;
2097
+ return this.r;
2097
2098
  },
2098
2099
  set: function (a) {
2099
- this.q = a;
2100
+ this.r = a;
2100
2101
  this.g("IsHover");
2101
2102
  },
2102
2103
  enumerable: false,
@@ -2104,10 +2105,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2104
2105
  });
2105
2106
  Object.defineProperty(ButtonDescription.prototype, "disabled", {
2106
2107
  get: function () {
2107
- return this.i;
2108
+ return this.j;
2108
2109
  },
2109
2110
  set: function (a) {
2110
- this.i = a;
2111
+ this.j = a;
2111
2112
  this.g("Disabled");
2112
2113
  },
2113
2114
  enumerable: false,
@@ -2115,10 +2116,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2115
2116
  });
2116
2117
  Object.defineProperty(ButtonDescription.prototype, "disableTransitions", {
2117
2118
  get: function () {
2118
- return this.m;
2119
+ return this.n;
2119
2120
  },
2120
2121
  set: function (a) {
2121
- this.m = a;
2122
+ this.n = a;
2122
2123
  this.g("DisableTransitions");
2123
2124
  },
2124
2125
  enumerable: false,
@@ -2126,10 +2127,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2126
2127
  });
2127
2128
  Object.defineProperty(ButtonDescription.prototype, "disablePointer", {
2128
2129
  get: function () {
2129
- return this.k;
2130
+ return this.l;
2130
2131
  },
2131
2132
  set: function (a) {
2132
- this.k = a;
2133
+ this.l = a;
2133
2134
  this.g("DisablePointer");
2134
2135
  },
2135
2136
  enumerable: false,
@@ -2137,10 +2138,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2137
2138
  });
2138
2139
  Object.defineProperty(ButtonDescription.prototype, "contentPaddingLeft", {
2139
2140
  get: function () {
2140
- return this.ai;
2141
+ return this.ak;
2141
2142
  },
2142
2143
  set: function (a) {
2143
- this.ai = a;
2144
+ this.ak = a;
2144
2145
  this.g("ContentPaddingLeft");
2145
2146
  },
2146
2147
  enumerable: false,
@@ -2148,10 +2149,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2148
2149
  });
2149
2150
  Object.defineProperty(ButtonDescription.prototype, "contentPaddingTop", {
2150
2151
  get: function () {
2151
- return this.ak;
2152
+ return this.am;
2152
2153
  },
2153
2154
  set: function (a) {
2154
- this.ak = a;
2155
+ this.am = a;
2155
2156
  this.g("ContentPaddingTop");
2156
2157
  },
2157
2158
  enumerable: false,
@@ -2159,10 +2160,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2159
2160
  });
2160
2161
  Object.defineProperty(ButtonDescription.prototype, "contentPaddingRight", {
2161
2162
  get: function () {
2162
- return this.aj;
2163
+ return this.al;
2163
2164
  },
2164
2165
  set: function (a) {
2165
- this.aj = a;
2166
+ this.al = a;
2166
2167
  this.g("ContentPaddingRight");
2167
2168
  },
2168
2169
  enumerable: false,
@@ -2170,10 +2171,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2170
2171
  });
2171
2172
  Object.defineProperty(ButtonDescription.prototype, "contentPaddingBottom", {
2172
2173
  get: function () {
2173
- return this.ah;
2174
+ return this.aj;
2174
2175
  },
2175
2176
  set: function (a) {
2176
- this.ah = a;
2177
+ this.aj = a;
2177
2178
  this.g("ContentPaddingBottom");
2178
2179
  },
2179
2180
  enumerable: false,
@@ -2181,10 +2182,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2181
2182
  });
2182
2183
  Object.defineProperty(ButtonDescription.prototype, "horizontalContentAlignment", {
2183
2184
  get: function () {
2184
- return this.fx;
2185
+ return this.fz;
2185
2186
  },
2186
2187
  set: function (a) {
2187
- this.fx = a;
2188
+ this.fz = a;
2188
2189
  this.g("HorizontalContentAlignment");
2189
2190
  },
2190
2191
  enumerable: false,
@@ -2192,21 +2193,32 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2192
2193
  });
2193
2194
  Object.defineProperty(ButtonDescription.prototype, "verticalContentAlignment", {
2194
2195
  get: function () {
2195
- return this.g4;
2196
+ return this.g6;
2196
2197
  },
2197
2198
  set: function (a) {
2198
- this.g4 = a;
2199
+ this.g6 = a;
2199
2200
  this.g("VerticalContentAlignment");
2200
2201
  },
2201
2202
  enumerable: false,
2202
2203
  configurable: true
2203
2204
  });
2205
+ Object.defineProperty(ButtonDescription.prototype, "clickTunneling", {
2206
+ get: function () {
2207
+ return this.i;
2208
+ },
2209
+ set: function (a) {
2210
+ this.i = a;
2211
+ this.g("ClickTunneling");
2212
+ },
2213
+ enumerable: false,
2214
+ configurable: true
2215
+ });
2204
2216
  Object.defineProperty(ButtonDescription.prototype, "clickedRef", {
2205
2217
  get: function () {
2206
- return this.ev;
2218
+ return this.ex;
2207
2219
  },
2208
2220
  set: function (a) {
2209
- this.ev = a;
2221
+ this.ex = a;
2210
2222
  this.g("ClickedRef");
2211
2223
  },
2212
2224
  enumerable: false,
@@ -2214,10 +2226,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2214
2226
  });
2215
2227
  Object.defineProperty(ButtonDescription.prototype, "gotFocusRef", {
2216
2228
  get: function () {
2217
- return this.fw;
2229
+ return this.fy;
2218
2230
  },
2219
2231
  set: function (a) {
2220
- this.fw = a;
2232
+ this.fy = a;
2221
2233
  this.g("GotFocusRef");
2222
2234
  },
2223
2235
  enumerable: false,
@@ -2225,10 +2237,10 @@ var ButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2225
2237
  });
2226
2238
  Object.defineProperty(ButtonDescription.prototype, "lostFocusRef", {
2227
2239
  get: function () {
2228
- return this.gd;
2240
+ return this.gf;
2229
2241
  },
2230
2242
  set: function (a) {
2231
- this.gd = a;
2243
+ this.gf = a;
2232
2244
  this.g("LostFocusRef");
2233
2245
  },
2234
2246
  enumerable: false,