igniteui-angular-data-grids 21.0.0-beta.0 → 21.0.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +9371 -8077
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  6. package/esm2015/lib/CellPresenterBase.js +10 -10
  7. package/esm2015/lib/CheckboxListBridge.js +28 -0
  8. package/esm2015/lib/CheckboxListView_combined.js +730 -705
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
  11. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +3 -3
  19. package/esm2015/lib/EditorCell.js +266 -266
  20. package/esm2015/lib/EditorCellPresenter.js +15 -15
  21. package/esm2015/lib/FilterCell.js +261 -261
  22. package/esm2015/lib/FilterCellPresenter.js +8 -8
  23. package/esm2015/lib/GridCellBase.js +65 -63
  24. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  25. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  26. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  27. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  28. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  29. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
  30. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  31. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  32. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  33. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  34. package/esm2015/lib/GridExternalWrapper.js +9 -6
  35. package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +271 -433
  38. package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
  39. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  40. package/esm2015/lib/ImageCell.js +55 -55
  41. package/esm2015/lib/ImageCellPresenter.js +8 -8
  42. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  44. package/esm2015/lib/NumericCell.js +4 -4
  45. package/esm2015/lib/NumericCellPresenter.js +2 -2
  46. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  47. package/esm2015/lib/SectionHeaderCell.js +8 -8
  48. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  49. package/esm2015/lib/SummaryCell.js +25 -25
  50. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  51. package/esm2015/lib/TemplateCell.js +11 -11
  52. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  53. package/esm2015/lib/TemplateHeader.js +7 -7
  54. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  55. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  56. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  57. package/esm2015/lib/TextCell.js +22 -22
  58. package/esm2015/lib/TextCellPresenter.js +2 -2
  59. package/esm2015/lib/TextHeaderCell.js +140 -134
  60. package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
  61. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  62. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  63. package/esm2015/lib/igx-checkbox-list-component.js +69 -69
  64. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  65. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  66. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igx-data-grid-column-component.js +265 -139
  68. package/esm2015/lib/igx-data-grid-component.js +110 -2
  69. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
  70. package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
  71. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  72. package/esm2015/lib/igx-definition-base-component.js +89 -89
  73. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  74. package/esm2015/lib/igx-header-component.js +16 -16
  75. package/esm2015/lib/igx-image-column-component.js +10 -10
  76. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  77. package/esm2015/lib/igx-section-header-component.js +16 -16
  78. package/esm2015/lib/igx-summary-row-component.js +16 -16
  79. package/esm2015/lib/igx-text-column-component.js +8 -8
  80. package/esm2015/lib/igx-text-header-cell-info.js +65 -4
  81. package/esm2015/public_api.js +1 -0
  82. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  83. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  84. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  85. package/esm5/lib/CellPresenterBase.js +10 -10
  86. package/esm5/lib/CheckboxListBridge.js +28 -0
  87. package/esm5/lib/CheckboxListView_combined.js +709 -684
  88. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  89. package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
  90. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  91. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  92. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  93. package/esm5/lib/ContentCellModelHelper.js +3 -3
  94. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  95. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  96. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  97. package/esm5/lib/DraggerView.js +3 -3
  98. package/esm5/lib/EditorCell.js +256 -256
  99. package/esm5/lib/EditorCellPresenter.js +15 -15
  100. package/esm5/lib/FilterCell.js +252 -252
  101. package/esm5/lib/FilterCellPresenter.js +8 -8
  102. package/esm5/lib/GridCellBase.js +64 -62
  103. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  104. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  105. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  106. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  107. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  108. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  109. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  110. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  111. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  112. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  113. package/esm5/lib/GridExternalWrapper.js +9 -6
  114. package/esm5/lib/GridFilterDialogView_combined.js +331 -164
  115. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  116. package/esm5/lib/GridStyleRepository.js +275 -585
  117. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  118. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  119. package/esm5/lib/ImageCell.js +54 -54
  120. package/esm5/lib/ImageCellPresenter.js +8 -8
  121. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  122. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  123. package/esm5/lib/NumericCell.js +4 -4
  124. package/esm5/lib/NumericCellPresenter.js +2 -2
  125. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  126. package/esm5/lib/SectionHeaderCell.js +8 -8
  127. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  128. package/esm5/lib/SummaryCell.js +26 -26
  129. package/esm5/lib/SummaryCellPresenter.js +5 -5
  130. package/esm5/lib/TemplateCell.js +11 -11
  131. package/esm5/lib/TemplateCellPresenter.js +2 -2
  132. package/esm5/lib/TemplateHeader.js +7 -7
  133. package/esm5/lib/TemplateHeaderCell.js +5 -5
  134. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  135. package/esm5/lib/TemplateSectionHeader.js +2 -2
  136. package/esm5/lib/TextCell.js +22 -22
  137. package/esm5/lib/TextCellPresenter.js +2 -2
  138. package/esm5/lib/TextHeaderCell.js +138 -132
  139. package/esm5/lib/TextHeaderCellPresenter.js +43 -21
  140. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  141. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  142. package/esm5/lib/igx-checkbox-list-component.js +69 -69
  143. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  144. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  145. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  146. package/esm5/lib/igx-data-grid-column-component.js +313 -139
  147. package/esm5/lib/igx-data-grid-component.js +151 -3
  148. package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
  149. package/esm5/lib/igx-data-grid-pager-component.js +40 -10
  150. package/esm5/lib/igx-date-time-column-component.js +20 -20
  151. package/esm5/lib/igx-definition-base-component.js +89 -89
  152. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  153. package/esm5/lib/igx-header-component.js +16 -16
  154. package/esm5/lib/igx-image-column-component.js +10 -10
  155. package/esm5/lib/igx-numeric-column-component.js +30 -30
  156. package/esm5/lib/igx-section-header-component.js +16 -16
  157. package/esm5/lib/igx-summary-row-component.js +16 -16
  158. package/esm5/lib/igx-text-column-component.js +8 -8
  159. package/esm5/lib/igx-text-header-cell-info.js +93 -4
  160. package/esm5/public_api.js +1 -0
  161. package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
  162. package/fesm5/igniteui-angular-data-grids.js +9373 -8080
  163. package/lib/CheckboxListBridge.d.ts +1 -0
  164. package/lib/CheckboxListExternal.d.ts +6 -0
  165. package/lib/CheckboxListView_combined.d.ts +153 -148
  166. package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
  167. package/lib/EditorCell.d.ts +51 -51
  168. package/lib/FilterCell.d.ts +53 -53
  169. package/lib/GridCellBase.d.ts +21 -19
  170. package/lib/GridExternalWrapper.d.ts +1 -0
  171. package/lib/GridFilterDialogView_combined.d.ts +81 -58
  172. package/lib/GridStyleRepository.d.ts +23 -84
  173. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  174. package/lib/ImageCell.d.ts +14 -14
  175. package/lib/SectionHeaderCell.d.ts +2 -2
  176. package/lib/SummaryCell.d.ts +4 -4
  177. package/lib/TemplateCell.d.ts +3 -3
  178. package/lib/TemplateHeader.d.ts +3 -3
  179. package/lib/TemplateHeaderCell.d.ts +2 -2
  180. package/lib/TemplateSectionHeader.d.ts +2 -2
  181. package/lib/TextCell.d.ts +4 -4
  182. package/lib/TextHeaderCell.d.ts +26 -24
  183. package/lib/VerticalSeparatorCell.d.ts +4 -4
  184. package/lib/igx-data-grid-column-component.d.ts +55 -1
  185. package/lib/igx-data-grid-component.d.ts +51 -2
  186. package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
  187. package/lib/igx-data-grid-pager-component.d.ts +11 -1
  188. package/lib/igx-text-header-cell-info.d.ts +34 -0
  189. package/package.json +4 -4
  190. package/public_api.d.ts +1 -0
@@ -5,463 +5,301 @@ https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
7
  import { Base, markType } from "igniteui-angular-core";
8
- import { Brush } from "igniteui-angular-core";
9
- import { Color } from "igniteui-angular-core";
10
- import { FontInfo } from "igniteui-angular-core";
11
8
  import { DeviceUtils } from "igniteui-angular-core";
12
9
  import { Thickness } from "igniteui-angular-core";
13
10
  import { CornerRadius } from "igniteui-angular-core";
11
+ import { Dictionary$2 } from "igniteui-angular-core";
12
+ import { GridStyleRepositoryKeys_$type } from "./GridStyleRepositoryKeys";
13
+ import { BrushUtil } from "igniteui-angular-core";
14
+ import { FontInfo } from "igniteui-angular-core";
15
+ import { CSSColorUtil } from "igniteui-angular-core";
14
16
  import { truncate } from "igniteui-angular-core";
15
17
  /**
16
18
  * @hidden
17
19
  */
18
20
  export let GridStyleRepository = /*@__PURE__*/ (() => {
19
21
  class GridStyleRepository extends Base {
20
- static get bo() {
21
- if (GridStyleRepository.at == null) {
22
- let a = "#babfc7";
23
- GridStyleRepository.at = ((() => {
24
- let $ret = new Brush();
25
- $ret.fill = a;
26
- return $ret;
27
- })());
28
- }
29
- return GridStyleRepository.at;
30
- }
31
- static get bq() {
32
- if (GridStyleRepository.av == null) {
33
- let a = "#dde2eb";
34
- GridStyleRepository.av = ((() => {
35
- let $ret = new Brush();
36
- $ret.fill = a;
37
- return $ret;
38
- })());
39
- }
40
- return GridStyleRepository.av;
41
- }
42
- static get bi() {
43
- if (GridStyleRepository.an == null) {
44
- GridStyleRepository.an = ((() => {
45
- let $ret = new Brush();
46
- $ret.color = Color.u(255, 224, 224, 224);
47
- return $ret;
48
- })());
49
- }
50
- return GridStyleRepository.an;
51
- }
52
- static get a8() {
53
- if (GridStyleRepository.ad == null) {
54
- let a = "#babfc7";
55
- GridStyleRepository.ad = ((() => {
56
- let $ret = new Brush();
57
- $ret.fill = a;
58
- return $ret;
59
- })());
60
- }
61
- return GridStyleRepository.ad;
62
- }
63
- static get a6() {
64
- if (GridStyleRepository.ab == null) {
65
- let a = "#babfc7";
66
- GridStyleRepository.ab = ((() => {
67
- let $ret = new Brush();
68
- $ret.fill = a;
69
- return $ret;
70
- })());
71
- }
72
- return GridStyleRepository.ab;
73
- }
74
- static get bs() {
75
- if (GridStyleRepository.ax == null) {
76
- let a = "#ff80ab";
77
- GridStyleRepository.ax = ((() => {
78
- let $ret = new Brush();
79
- $ret.fill = a;
80
- return $ret;
81
- })());
82
- }
83
- return GridStyleRepository.ax;
84
- }
85
- static get bt() {
86
- if (GridStyleRepository.ay == null) {
87
- let a = "#181d1f";
88
- GridStyleRepository.ay = ((() => {
89
- let $ret = new Brush();
90
- $ret.fill = a;
91
- return $ret;
92
- })());
93
- }
94
- return GridStyleRepository.ay;
95
- }
96
- static get a0() {
97
- if (GridStyleRepository.v == null) {
98
- let a = "#3c90bd";
99
- GridStyleRepository.v = ((() => {
100
- let $ret = new Brush();
101
- $ret.fill = a;
102
- return $ret;
103
- })());
104
- }
105
- return GridStyleRepository.v;
106
- }
107
- static get a1() {
108
- if (GridStyleRepository.w == null) {
109
- let a = "#204f69";
110
- GridStyleRepository.w = ((() => {
111
- let $ret = new Brush();
112
- $ret.fill = a;
113
- return $ret;
114
- })());
115
- }
116
- return GridStyleRepository.w;
117
- }
118
- static get az() {
119
- if (GridStyleRepository.u == null) {
120
- let a = "#2196f3";
121
- GridStyleRepository.u = ((() => {
122
- let $ret = new Brush();
123
- $ret.fill = a;
124
- return $ret;
125
- })());
126
- }
127
- return GridStyleRepository.u;
128
- }
129
- static get n() {
130
- if (GridStyleRepository.h == null) {
131
- GridStyleRepository.h = new FontInfo();
132
- GridStyleRepository.h.f = DeviceUtils.f(13);
133
- GridStyleRepository.h.q = "Verdana";
134
- }
135
- return GridStyleRepository.h;
136
- }
137
- static get i() {
138
- if (GridStyleRepository.c == null) {
139
- GridStyleRepository.c = new FontInfo();
140
- GridStyleRepository.c.f = DeviceUtils.f(13);
141
- GridStyleRepository.c.q = "Segoe UI Emoji";
142
- }
143
- return GridStyleRepository.c;
144
- }
145
- static get m() {
146
- if (GridStyleRepository.g == null) {
147
- GridStyleRepository.g = new FontInfo();
148
- GridStyleRepository.g.f = DeviceUtils.f(13);
149
- GridStyleRepository.g.t = "italic";
150
- GridStyleRepository.g.q = "Verdana";
151
- }
152
- return GridStyleRepository.g;
153
- }
154
- static get j() {
155
- if (GridStyleRepository.d == null) {
156
- GridStyleRepository.d = new FontInfo();
157
- GridStyleRepository.d.f = DeviceUtils.f(14);
158
- GridStyleRepository.d.q = "Verdana";
159
- }
160
- return GridStyleRepository.d;
161
- }
162
- static get l() {
163
- if (GridStyleRepository.e == null) {
164
- GridStyleRepository.e = new FontInfo();
165
- GridStyleRepository.e.f = DeviceUtils.f(12);
166
- GridStyleRepository.e.v = "600";
167
- GridStyleRepository.e.q = "Verdana";
168
- }
169
- return GridStyleRepository.e;
170
- }
171
- static get k() {
172
- if (GridStyleRepository.f == null) {
173
- GridStyleRepository.f = new FontInfo();
174
- GridStyleRepository.f.f = DeviceUtils.f(12);
175
- GridStyleRepository.f.q = "Verdana";
176
- }
177
- return GridStyleRepository.f;
178
- }
179
- static get bg() {
180
- if (GridStyleRepository.al == null) {
181
- GridStyleRepository.al = new Brush();
182
- GridStyleRepository.al.color = Color.u(255, 210, 234, 253);
183
- }
184
- return GridStyleRepository.al;
185
- }
186
- static get a2() {
187
- if (GridStyleRepository.x == null) {
188
- GridStyleRepository.x = ((() => {
189
- let $ret = new Brush();
190
- $ret.fill = "White";
191
- return $ret;
192
- })());
193
- }
194
- return GridStyleRepository.x;
195
- }
196
- static get a7() {
197
- if (GridStyleRepository.ac == null) {
198
- let a = "#e8f4fe";
199
- GridStyleRepository.ac = ((() => {
200
- let $ret = new Brush();
201
- $ret.color = Color.u(255, 232, 244, 254);
202
- return $ret;
203
- })());
204
- }
205
- return GridStyleRepository.ac;
206
- }
207
- static get bn() {
208
- if (GridStyleRepository.as == null) {
209
- let a = "#F8F8F8";
210
- GridStyleRepository.as = ((() => {
211
- let $ret = new Brush();
212
- $ret.fill = a;
213
- return $ret;
214
- })());
215
- }
216
- return GridStyleRepository.as;
217
- }
218
- static get br() {
219
- if (GridStyleRepository.aw == null) {
220
- let a = "#181d1f";
221
- GridStyleRepository.aw = ((() => {
222
- let $ret = new Brush();
223
- $ret.fill = a;
224
- return $ret;
225
- })());
226
- }
227
- return GridStyleRepository.aw;
228
- }
229
- static get bp() {
230
- if (GridStyleRepository.au == null) {
231
- let a = "#181d1f";
232
- GridStyleRepository.au = ((() => {
233
- let $ret = new Brush();
234
- $ret.fill = a;
235
- return $ret;
236
- })());
237
- }
238
- return GridStyleRepository.au;
239
- }
240
- static get be() {
241
- if (GridStyleRepository.aj == null) {
242
- let a = "#fafafa";
243
- GridStyleRepository.aj = ((() => {
244
- let $ret = new Brush();
245
- $ret.fill = a;
246
- return $ret;
247
- })());
248
- }
249
- return GridStyleRepository.aj;
250
- }
251
- static get bd() {
252
- if (GridStyleRepository.ai == null) {
253
- GridStyleRepository.ai = ((() => {
254
- let $ret = new Brush();
255
- $ret.fill = "#f5f5dc";
256
- return $ret;
257
- })());
258
- }
259
- return GridStyleRepository.ai;
260
- }
261
- static get bh() {
262
- if (GridStyleRepository.am == null) {
263
- let a = "#ffffff";
264
- GridStyleRepository.am = ((() => {
265
- let $ret = new Brush();
266
- $ret.fill = a;
267
- return $ret;
268
- })());
269
- }
270
- return GridStyleRepository.am;
271
- }
272
- static get ba() {
273
- if (GridStyleRepository.af == null) {
274
- let a = "#ffffff";
275
- GridStyleRepository.af = ((() => {
276
- let $ret = new Brush();
277
- $ret.fill = a;
278
- return $ret;
279
- })());
280
- }
281
- return GridStyleRepository.af;
282
- }
283
- static get bc() {
284
- if (GridStyleRepository.ah == null) {
285
- let a = "#f8f8f8";
286
- GridStyleRepository.ah = ((() => {
287
- let $ret = new Brush();
288
- $ret.fill = a;
289
- return $ret;
290
- })());
291
- }
292
- return GridStyleRepository.ah;
293
- }
294
- static get bf() {
295
- if (GridStyleRepository.ak == null) {
296
- let a = "#fafafa";
297
- GridStyleRepository.ak = ((() => {
298
- let $ret = new Brush();
299
- $ret.fill = a;
300
- return $ret;
301
- })());
302
- }
303
- return GridStyleRepository.ak;
304
- }
305
- static get bj() {
306
- if (GridStyleRepository.ao == null) {
307
- let a = "#0099FF";
308
- GridStyleRepository.ao = ((() => {
309
- let $ret = new Brush();
310
- $ret.fill = a;
311
- return $ret;
312
- })());
313
- }
314
- return GridStyleRepository.ao;
315
- }
316
- static get bk() {
317
- if (GridStyleRepository.ap == null) {
318
- let a = "#181d1f";
319
- GridStyleRepository.ap = ((() => {
320
- let $ret = new Brush();
321
- $ret.fill = a;
322
- return $ret;
323
- })());
324
- }
325
- return GridStyleRepository.ap;
326
- }
327
- static get a4() {
328
- if (GridStyleRepository.z == null) {
329
- let a = "#2196f3";
330
- GridStyleRepository.z = ((() => {
331
- let $ret = new Brush();
332
- $ret.fill = a;
333
- return $ret;
334
- })());
335
- }
336
- return GridStyleRepository.z;
337
- }
338
- static get bb() {
339
- if (GridStyleRepository.ag == null) {
340
- let a = "#2196f3";
341
- GridStyleRepository.ag = ((() => {
342
- let $ret = new Brush();
343
- $ret.fill = a;
344
- return $ret;
345
- })());
346
- }
347
- return GridStyleRepository.ag;
348
- }
349
- static get a9() {
350
- if (GridStyleRepository.ae == null) {
351
- let a = "#babfc7";
352
- GridStyleRepository.ae = ((() => {
353
- let $ret = new Brush();
354
- $ret.fill = a;
355
- return $ret;
356
- })());
357
- }
358
- return GridStyleRepository.ae;
359
- }
360
- static get a5() {
361
- if (GridStyleRepository.aa == null) {
362
- let a = "#181d1f";
363
- GridStyleRepository.aa = ((() => {
364
- let $ret = new Brush();
365
- $ret.fill = a;
366
- return $ret;
367
- })());
368
- }
369
- return GridStyleRepository.aa;
370
- }
371
22
  static get a() {
372
23
  return 2;
373
24
  }
374
25
  static get b() {
375
26
  return 3;
376
27
  }
377
- static get q() {
28
+ static get l() {
378
29
  return truncate(DeviceUtils.g(30));
379
30
  }
380
- static get r() {
31
+ static get m() {
381
32
  return truncate(DeviceUtils.g(36));
382
33
  }
383
- static get p() {
34
+ static get k() {
384
35
  return truncate(DeviceUtils.g(40));
385
36
  }
386
- static get a3() {
387
- if (GridStyleRepository.y == null) {
388
- let a = "#babfc7";
389
- GridStyleRepository.y = ((() => {
390
- let $ret = new Brush();
391
- $ret.fill = a;
392
- return $ret;
393
- })());
394
- }
395
- return GridStyleRepository.y;
396
- }
397
- static get bv() {
398
- return GridStyleRepository.bu;
37
+ static get u() {
38
+ return GridStyleRepository.t;
399
39
  }
400
- static get t() {
401
- return GridStyleRepository.s;
402
- }
403
- static get bm() {
404
- if (GridStyleRepository.ar == null) {
405
- let a = "#ff0000";
406
- GridStyleRepository.ar = ((() => {
407
- let $ret = new Brush();
408
- $ret.fill = a;
409
- return $ret;
410
- })());
411
- }
412
- return GridStyleRepository.ar;
413
- }
414
- static get bl() {
415
- if (GridStyleRepository.aq == null) {
416
- GridStyleRepository.aq = ((() => {
417
- let $ret = new Brush();
418
- $ret.color = Color.u(0, 0, 0, 0);
419
- return $ret;
420
- })());
421
- }
422
- return GridStyleRepository.aq;
40
+ static get p() {
41
+ return GridStyleRepository.o;
42
+ }
43
+ static n() {
44
+ if (GridStyleRepository.e.count == 0) {
45
+ GridStyleRepository.e.addItem(15, GridStyleRepository.q("#181d1f"));
46
+ GridStyleRepository.e.addItem(13, GridStyleRepository.q("#f8f8f8"));
47
+ GridStyleRepository.e.addItem(0, GridStyleRepository.q("#babfc7"));
48
+ GridStyleRepository.e.addItem(4, GridStyleRepository.q("#babfc7"));
49
+ GridStyleRepository.e.addItem(14, GridStyleRepository.q("#181d1f"));
50
+ GridStyleRepository.e.addItem(27, GridStyleRepository.q("#181d1f"));
51
+ GridStyleRepository.e.addItem(6, GridStyleRepository.q("#181d1f"));
52
+ GridStyleRepository.e.addItem(11, GridStyleRepository.q("#ffffff"));
53
+ GridStyleRepository.e.addItem(10, GridStyleRepository.q("rgb(210,234,253)"));
54
+ GridStyleRepository.e.addItem(12, GridStyleRepository.q("#e8f4fe"));
55
+ GridStyleRepository.e.addItem(5, GridStyleRepository.q("#ff80ab"));
56
+ GridStyleRepository.e.addItem(30, GridStyleRepository.q("#ff0000"));
57
+ GridStyleRepository.e.addItem(9, GridStyleRepository.q("#2196f3"));
58
+ GridStyleRepository.e.addItem(7, GridStyleRepository.q("#3c90bd"));
59
+ GridStyleRepository.e.addItem(8, GridStyleRepository.q("#204f69"));
60
+ GridStyleRepository.e.addItem(16, GridStyleRepository.q("#fafafa"));
61
+ GridStyleRepository.e.addItem(17, GridStyleRepository.q("#f5f5dc"));
62
+ GridStyleRepository.e.addItem(18, GridStyleRepository.q("#ffffff"));
63
+ GridStyleRepository.e.addItem(19, GridStyleRepository.q("#ffffff"));
64
+ GridStyleRepository.e.addItem(20, GridStyleRepository.q("#f8f8f8"));
65
+ GridStyleRepository.e.addItem(21, GridStyleRepository.q("#fafafa"));
66
+ GridStyleRepository.e.addItem(22, GridStyleRepository.q("#0099ff"));
67
+ GridStyleRepository.e.addItem(23, GridStyleRepository.q("#181d1f"));
68
+ GridStyleRepository.e.addItem(31, GridStyleRepository.q("transparent"));
69
+ GridStyleRepository.e.addItem(1, GridStyleRepository.q("#dde2eb"));
70
+ GridStyleRepository.e.addItem(2, GridStyleRepository.q("#e0e0e0"));
71
+ GridStyleRepository.e.addItem(3, GridStyleRepository.q("#babfc7"));
72
+ GridStyleRepository.e.addItem(24, GridStyleRepository.q("#2196f3"));
73
+ GridStyleRepository.e.addItem(25, GridStyleRepository.q("#2196f3"));
74
+ GridStyleRepository.e.addItem(26, GridStyleRepository.q("#babfc7"));
75
+ GridStyleRepository.e.addItem(28, GridStyleRepository.q("#babfc7"));
76
+ GridStyleRepository.e.addItem(29, GridStyleRepository.q("#ffffff"));
77
+ GridStyleRepository.e.addItem(32, GridStyleRepository.c("Verdana", 13, "normal", "normal"));
78
+ GridStyleRepository.e.addItem(33, GridStyleRepository.c("Segoe UI Emoji", 13, "normal", "normal"));
79
+ GridStyleRepository.e.addItem(34, GridStyleRepository.c("Verdana", 13, "normal", "italic"));
80
+ GridStyleRepository.e.addItem(35, GridStyleRepository.c("Verdana", 14, "normal", "normal"));
81
+ GridStyleRepository.e.addItem(36, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
82
+ GridStyleRepository.e.addItem(37, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
83
+ }
84
+ if (GridStyleRepository.f.count == 0) {
85
+ GridStyleRepository.f.addItem(15, GridStyleRepository.q("#181d1f"));
86
+ GridStyleRepository.f.addItem(13, GridStyleRepository.q("#f8f8f8"));
87
+ GridStyleRepository.f.addItem(0, GridStyleRepository.q("#babfc7"));
88
+ GridStyleRepository.f.addItem(4, GridStyleRepository.q("#babfc7"));
89
+ GridStyleRepository.f.addItem(14, GridStyleRepository.q("#181d1f"));
90
+ GridStyleRepository.f.addItem(27, GridStyleRepository.q("#181d1f"));
91
+ GridStyleRepository.f.addItem(6, GridStyleRepository.q("#181d1f"));
92
+ GridStyleRepository.f.addItem(11, GridStyleRepository.q("#ffffff"));
93
+ GridStyleRepository.f.addItem(10, GridStyleRepository.q("rgb(210,234,253)"));
94
+ GridStyleRepository.f.addItem(12, GridStyleRepository.q("#e8f4fe"));
95
+ GridStyleRepository.f.addItem(5, GridStyleRepository.q("#ff80ab"));
96
+ GridStyleRepository.f.addItem(30, GridStyleRepository.q("#ff0000"));
97
+ GridStyleRepository.f.addItem(9, GridStyleRepository.q("#2196f3"));
98
+ GridStyleRepository.f.addItem(7, GridStyleRepository.q("#3c90bd"));
99
+ GridStyleRepository.f.addItem(8, GridStyleRepository.q("#204f69"));
100
+ GridStyleRepository.f.addItem(16, GridStyleRepository.q("#fafafa"));
101
+ GridStyleRepository.f.addItem(17, GridStyleRepository.q("#f5f5dc"));
102
+ GridStyleRepository.f.addItem(18, GridStyleRepository.q("#ffffff"));
103
+ GridStyleRepository.f.addItem(19, GridStyleRepository.q("#ffffff"));
104
+ GridStyleRepository.f.addItem(20, GridStyleRepository.q("#f8f8f8"));
105
+ GridStyleRepository.f.addItem(21, GridStyleRepository.q("#fafafa"));
106
+ GridStyleRepository.f.addItem(22, GridStyleRepository.q("#0099ff"));
107
+ GridStyleRepository.f.addItem(23, GridStyleRepository.q("#181d1f"));
108
+ GridStyleRepository.f.addItem(31, GridStyleRepository.q("transparent"));
109
+ GridStyleRepository.f.addItem(1, GridStyleRepository.q("#dde2eb"));
110
+ GridStyleRepository.f.addItem(2, GridStyleRepository.q("#e0e0e0"));
111
+ GridStyleRepository.f.addItem(3, GridStyleRepository.q("#babfc7"));
112
+ GridStyleRepository.f.addItem(24, GridStyleRepository.q("#2196f3"));
113
+ GridStyleRepository.f.addItem(25, GridStyleRepository.q("#2196f3"));
114
+ GridStyleRepository.f.addItem(26, GridStyleRepository.q("#babfc7"));
115
+ GridStyleRepository.f.addItem(28, GridStyleRepository.q("#babfc7"));
116
+ GridStyleRepository.f.addItem(29, GridStyleRepository.q("#ffffff"));
117
+ GridStyleRepository.f.addItem(32, GridStyleRepository.c("Verdana", 13, "normal", "normal"));
118
+ GridStyleRepository.f.addItem(33, GridStyleRepository.c("Segoe UI Emoji", 13, "normal", "normal"));
119
+ GridStyleRepository.f.addItem(34, GridStyleRepository.c("Verdana", 13, "normal", "italic"));
120
+ GridStyleRepository.f.addItem(35, GridStyleRepository.c("Verdana", 14, "normal", "normal"));
121
+ GridStyleRepository.f.addItem(36, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
122
+ GridStyleRepository.f.addItem(37, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
123
+ }
124
+ if (GridStyleRepository.g.count == 0) {
125
+ GridStyleRepository.g.addItem(15, GridStyleRepository.q("#181d1f"));
126
+ GridStyleRepository.g.addItem(13, GridStyleRepository.q("#f8f8f8"));
127
+ GridStyleRepository.g.addItem(0, GridStyleRepository.q("#babfc7"));
128
+ GridStyleRepository.g.addItem(4, GridStyleRepository.q("#babfc7"));
129
+ GridStyleRepository.g.addItem(14, GridStyleRepository.q("#181d1f"));
130
+ GridStyleRepository.g.addItem(27, GridStyleRepository.q("#181d1f"));
131
+ GridStyleRepository.g.addItem(6, GridStyleRepository.q("#181d1f"));
132
+ GridStyleRepository.g.addItem(11, GridStyleRepository.q("#ffffff"));
133
+ GridStyleRepository.g.addItem(10, GridStyleRepository.q("rgb(210,234,253)"));
134
+ GridStyleRepository.g.addItem(12, GridStyleRepository.q("#e8f4fe"));
135
+ GridStyleRepository.g.addItem(5, GridStyleRepository.q("#ff80ab"));
136
+ GridStyleRepository.g.addItem(30, GridStyleRepository.q("#ff0000"));
137
+ GridStyleRepository.g.addItem(9, GridStyleRepository.q("#2196f3"));
138
+ GridStyleRepository.g.addItem(7, GridStyleRepository.q("#3c90bd"));
139
+ GridStyleRepository.g.addItem(8, GridStyleRepository.q("#204f69"));
140
+ GridStyleRepository.g.addItem(16, GridStyleRepository.q("#fafafa"));
141
+ GridStyleRepository.g.addItem(17, GridStyleRepository.q("#f5f5dc"));
142
+ GridStyleRepository.g.addItem(18, GridStyleRepository.q("#ffffff"));
143
+ GridStyleRepository.g.addItem(19, GridStyleRepository.q("#ffffff"));
144
+ GridStyleRepository.g.addItem(20, GridStyleRepository.q("#f8f8f8"));
145
+ GridStyleRepository.g.addItem(21, GridStyleRepository.q("#fafafa"));
146
+ GridStyleRepository.g.addItem(22, GridStyleRepository.q("#0099ff"));
147
+ GridStyleRepository.g.addItem(23, GridStyleRepository.q("#181d1f"));
148
+ GridStyleRepository.g.addItem(31, GridStyleRepository.q("transparent"));
149
+ GridStyleRepository.g.addItem(1, GridStyleRepository.q("#dde2eb"));
150
+ GridStyleRepository.g.addItem(2, GridStyleRepository.q("#e0e0e0"));
151
+ GridStyleRepository.g.addItem(3, GridStyleRepository.q("#babfc7"));
152
+ GridStyleRepository.g.addItem(24, GridStyleRepository.q("#2196f3"));
153
+ GridStyleRepository.g.addItem(25, GridStyleRepository.q("#2196f3"));
154
+ GridStyleRepository.g.addItem(26, GridStyleRepository.q("#babfc7"));
155
+ GridStyleRepository.g.addItem(28, GridStyleRepository.q("#babfc7"));
156
+ GridStyleRepository.g.addItem(29, GridStyleRepository.q("#ffffff"));
157
+ GridStyleRepository.g.addItem(32, GridStyleRepository.c("Verdana", 13, "normal", "normal"));
158
+ GridStyleRepository.g.addItem(33, GridStyleRepository.c("Segoe UI Emoji", 13, "normal", "normal"));
159
+ GridStyleRepository.g.addItem(34, GridStyleRepository.c("Verdana", 13, "normal", "italic"));
160
+ GridStyleRepository.g.addItem(35, GridStyleRepository.c("Verdana", 14, "normal", "normal"));
161
+ GridStyleRepository.g.addItem(36, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
162
+ GridStyleRepository.g.addItem(37, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
163
+ }
164
+ if (GridStyleRepository.i.count == 0) {
165
+ let a = GridStyleRepository.q("#ffffff");
166
+ let b = GridStyleRepository.q("#6E89F7");
167
+ let c = GridStyleRepository.q("#000000");
168
+ GridStyleRepository.i.addItem(15, BrushUtil.j(c, 0.8));
169
+ GridStyleRepository.i.addItem(14, BrushUtil.j(c, 0.8));
170
+ GridStyleRepository.i.addItem(27, BrushUtil.j(c, 0.8));
171
+ GridStyleRepository.i.addItem(0, BrushUtil.j(c, 0.2));
172
+ GridStyleRepository.i.addItem(13, a);
173
+ GridStyleRepository.i.addItem(4, BrushUtil.k(a, BrushUtil.j(c, 0.6)));
174
+ GridStyleRepository.i.addItem(6, c);
175
+ GridStyleRepository.i.addItem(11, a);
176
+ GridStyleRepository.i.addItem(10, BrushUtil.q(a, -0.1));
177
+ GridStyleRepository.i.addItem(12, BrushUtil.q(a, -0.05));
178
+ GridStyleRepository.i.addItem(5, GridStyleRepository.q("#ff80ab"));
179
+ GridStyleRepository.i.addItem(30, GridStyleRepository.q("#ff0000"));
180
+ GridStyleRepository.i.addItem(9, b);
181
+ GridStyleRepository.i.addItem(7, GridStyleRepository.q("#3c90bd"));
182
+ GridStyleRepository.i.addItem(8, GridStyleRepository.q("#204f69"));
183
+ GridStyleRepository.i.addItem(16, a);
184
+ GridStyleRepository.i.addItem(17, a);
185
+ GridStyleRepository.i.addItem(18, a);
186
+ GridStyleRepository.i.addItem(19, a);
187
+ GridStyleRepository.i.addItem(20, a);
188
+ GridStyleRepository.i.addItem(21, a);
189
+ GridStyleRepository.i.addItem(22, b);
190
+ GridStyleRepository.i.addItem(23, c);
191
+ GridStyleRepository.i.addItem(31, GridStyleRepository.q("transparent"));
192
+ GridStyleRepository.i.addItem(1, BrushUtil.k(a, BrushUtil.j(c, 0.2)));
193
+ GridStyleRepository.i.addItem(2, BrushUtil.k(a, BrushUtil.j(c, 0.2)));
194
+ GridStyleRepository.i.addItem(3, BrushUtil.k(a, BrushUtil.j(c, 0.6)));
195
+ GridStyleRepository.i.addItem(24, b);
196
+ GridStyleRepository.i.addItem(25, b);
197
+ GridStyleRepository.i.addItem(26, BrushUtil.k(a, BrushUtil.j(c, 0.6)));
198
+ GridStyleRepository.i.addItem(28, BrushUtil.k(a, BrushUtil.j(c, 0.2)));
199
+ GridStyleRepository.i.addItem(29, a);
200
+ GridStyleRepository.i.addItem(35, GridStyleRepository.c("Verdana", 12, "bold", "normal"));
201
+ GridStyleRepository.i.addItem(32, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
202
+ GridStyleRepository.i.addItem(33, GridStyleRepository.c("Segoe UI Emoji", 12, "normal", "normal"));
203
+ GridStyleRepository.i.addItem(34, GridStyleRepository.c("Verdana", 12, "normal", "italic"));
204
+ GridStyleRepository.i.addItem(36, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
205
+ GridStyleRepository.i.addItem(37, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
206
+ }
207
+ if (GridStyleRepository.h.count == 0) {
208
+ let d = GridStyleRepository.q("#373F56");
209
+ let e = GridStyleRepository.q("#87A2FF");
210
+ let f = GridStyleRepository.q("#ffffff");
211
+ GridStyleRepository.h.addItem(15, BrushUtil.j(f, 0.8));
212
+ GridStyleRepository.h.addItem(14, BrushUtil.j(f, 0.8));
213
+ GridStyleRepository.h.addItem(27, BrushUtil.j(f, 0.8));
214
+ GridStyleRepository.h.addItem(0, BrushUtil.j(f, 0.2));
215
+ GridStyleRepository.h.addItem(13, d);
216
+ GridStyleRepository.h.addItem(4, BrushUtil.k(d, BrushUtil.j(f, 0.6)));
217
+ GridStyleRepository.h.addItem(6, f);
218
+ GridStyleRepository.h.addItem(11, d);
219
+ GridStyleRepository.h.addItem(10, BrushUtil.q(d, -0.2));
220
+ GridStyleRepository.h.addItem(12, BrushUtil.q(d, -0.1));
221
+ GridStyleRepository.h.addItem(5, GridStyleRepository.q("#ff80ab"));
222
+ GridStyleRepository.h.addItem(30, GridStyleRepository.q("#ff0000"));
223
+ GridStyleRepository.h.addItem(9, e);
224
+ GridStyleRepository.h.addItem(7, GridStyleRepository.q("#3c90bd"));
225
+ GridStyleRepository.h.addItem(8, GridStyleRepository.q("#204f69"));
226
+ GridStyleRepository.h.addItem(16, d);
227
+ GridStyleRepository.h.addItem(17, d);
228
+ GridStyleRepository.h.addItem(18, d);
229
+ GridStyleRepository.h.addItem(19, d);
230
+ GridStyleRepository.h.addItem(20, d);
231
+ GridStyleRepository.h.addItem(21, d);
232
+ GridStyleRepository.h.addItem(22, e);
233
+ GridStyleRepository.h.addItem(23, f);
234
+ GridStyleRepository.h.addItem(31, GridStyleRepository.q("transparent"));
235
+ GridStyleRepository.h.addItem(1, BrushUtil.k(d, BrushUtil.j(f, 0.2)));
236
+ GridStyleRepository.h.addItem(2, BrushUtil.k(d, BrushUtil.j(f, 0.2)));
237
+ GridStyleRepository.h.addItem(3, BrushUtil.k(d, BrushUtil.j(f, 0.6)));
238
+ GridStyleRepository.h.addItem(24, e);
239
+ GridStyleRepository.h.addItem(25, e);
240
+ GridStyleRepository.h.addItem(26, BrushUtil.k(d, BrushUtil.j(f, 0.6)));
241
+ GridStyleRepository.h.addItem(28, BrushUtil.k(d, BrushUtil.j(f, 0.2)));
242
+ GridStyleRepository.h.addItem(29, d);
243
+ GridStyleRepository.h.addItem(35, GridStyleRepository.c("Verdana", 12, "bold", "normal"));
244
+ GridStyleRepository.h.addItem(32, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
245
+ GridStyleRepository.h.addItem(33, GridStyleRepository.c("Segoe UI Emoji", 13, "normal", "normal"));
246
+ GridStyleRepository.h.addItem(34, GridStyleRepository.c("Verdana", 13, "normal", "italic"));
247
+ GridStyleRepository.h.addItem(36, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
248
+ GridStyleRepository.h.addItem(37, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
249
+ }
250
+ }
251
+ static c(a, b, c, d) {
252
+ let e = new FontInfo();
253
+ e.f = DeviceUtils.f(b);
254
+ e.q = a;
255
+ e.v = c;
256
+ e.t = d;
257
+ return e;
258
+ }
259
+ static q(a) {
260
+ let b = CSSColorUtil.g(a);
261
+ return b;
262
+ }
263
+ static r(a, b) {
264
+ let c = CSSColorUtil.g(a);
265
+ c = BrushUtil.q(c, b);
266
+ return c;
267
+ }
268
+ static s(a, b) {
269
+ GridStyleRepository.n();
270
+ switch (a) {
271
+ case 0:
272
+ case 1: return GridStyleRepository.f.item(b);
273
+ case 2: return GridStyleRepository.g.item(b);
274
+ case 5:
275
+ case 3: return GridStyleRepository.i.item(b);
276
+ case 6:
277
+ case 4: return GridStyleRepository.h.item(b);
278
+ }
279
+ return null;
280
+ }
281
+ static d(a, b) {
282
+ GridStyleRepository.n();
283
+ switch (a) {
284
+ case 0:
285
+ case 1: return GridStyleRepository.f.item(b);
286
+ case 2: return GridStyleRepository.g.item(b);
287
+ case 5:
288
+ case 3: return GridStyleRepository.i.item(b);
289
+ case 6:
290
+ case 4: return GridStyleRepository.h.item(b);
291
+ }
292
+ return null;
423
293
  }
424
294
  }
425
295
  GridStyleRepository.$t = markType(GridStyleRepository, 'GridStyleRepository');
426
- GridStyleRepository.at = null;
427
- GridStyleRepository.av = null;
428
- GridStyleRepository.an = null;
429
- GridStyleRepository.ad = null;
430
- GridStyleRepository.ab = null;
431
- GridStyleRepository.ax = null;
432
- GridStyleRepository.ay = null;
433
- GridStyleRepository.v = null;
434
- GridStyleRepository.w = null;
435
- GridStyleRepository.u = null;
436
- GridStyleRepository.h = null;
437
- GridStyleRepository.c = null;
438
- GridStyleRepository.g = null;
439
- GridStyleRepository.o = 0.54;
440
- GridStyleRepository.d = null;
441
- GridStyleRepository.e = null;
442
- GridStyleRepository.f = null;
443
- GridStyleRepository.al = null;
444
- GridStyleRepository.x = null;
445
- GridStyleRepository.ac = null;
446
- GridStyleRepository.as = null;
447
- GridStyleRepository.aw = null;
448
- GridStyleRepository.au = null;
449
- GridStyleRepository.aj = null;
450
- GridStyleRepository.ai = null;
451
- GridStyleRepository.am = null;
452
- GridStyleRepository.af = null;
453
- GridStyleRepository.ah = null;
454
- GridStyleRepository.ak = null;
455
- GridStyleRepository.ao = null;
456
- GridStyleRepository.ap = null;
457
- GridStyleRepository.z = null;
458
- GridStyleRepository.ag = null;
459
- GridStyleRepository.ae = null;
460
- GridStyleRepository.aa = null;
461
- GridStyleRepository.y = null;
462
- GridStyleRepository.bu = new Thickness(0, 1);
463
- GridStyleRepository.s = new CornerRadius(0, 3);
464
- GridStyleRepository.ar = null;
465
- GridStyleRepository.aq = null;
296
+ GridStyleRepository.j = 0.54;
297
+ GridStyleRepository.t = new Thickness(0, 1);
298
+ GridStyleRepository.o = new CornerRadius(0, 3);
299
+ GridStyleRepository.e = new Dictionary$2(GridStyleRepositoryKeys_$type, Base.$, 0);
300
+ GridStyleRepository.f = new Dictionary$2(GridStyleRepositoryKeys_$type, Base.$, 0);
301
+ GridStyleRepository.g = new Dictionary$2(GridStyleRepositoryKeys_$type, Base.$, 0);
302
+ GridStyleRepository.i = new Dictionary$2(GridStyleRepositoryKeys_$type, Base.$, 0);
303
+ GridStyleRepository.h = new Dictionary$2(GridStyleRepositoryKeys_$type, Base.$, 0);
466
304
  return GridStyleRepository;
467
305
  })();