igniteui-angular-data-grids 21.0.1 → 21.1.0-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 (279) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +15844 -13294
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +39 -36
  17. package/esm2015/lib/CheckboxListBridge.js +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +417 -412
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8357 -7096
  21. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  25. package/esm2015/lib/ContentCellModelHelper.js +10 -10
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/DraggerView.js +8 -8
  33. package/esm2015/lib/EditorCell.js +291 -291
  34. package/esm2015/lib/EditorCellPresenter.js +26 -26
  35. package/esm2015/lib/FilterCell.js +269 -269
  36. package/esm2015/lib/FilterCellPresenter.js +15 -15
  37. package/esm2015/lib/GridCellBase.js +171 -154
  38. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
  39. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  40. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  41. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  43. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  44. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  45. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  46. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  47. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  48. package/esm2015/lib/GridExternalWrapper.js +12 -6
  49. package/esm2015/lib/GridFilterDialogView_combined.js +367 -261
  50. package/esm2015/lib/GridIconRepository.js +94 -0
  51. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  52. package/esm2015/lib/GridStyleRepository.js +123 -115
  53. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  54. package/esm2015/lib/ICheckboxListView.js +11 -0
  55. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  56. package/esm2015/lib/ImageCell.js +57 -57
  57. package/esm2015/lib/ImageCellPresenter.js +15 -15
  58. package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
  59. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  60. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  61. package/esm2015/lib/NumericCell.js +8 -8
  62. package/esm2015/lib/NumericCellPresenter.js +9 -9
  63. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  64. package/esm2015/lib/SectionHeaderCell.js +22 -10
  65. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  66. package/esm2015/lib/SummaryCell.js +47 -38
  67. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  68. package/esm2015/lib/TemplateCell.js +16 -16
  69. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  70. package/esm2015/lib/TemplateHeader.js +5 -5
  71. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  72. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  73. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  74. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  75. package/esm2015/lib/TextCell.js +29 -29
  76. package/esm2015/lib/TextCellPresenter.js +10 -10
  77. package/esm2015/lib/TextHeaderCell.js +188 -153
  78. package/esm2015/lib/TextHeaderCellPresenter.js +58 -39
  79. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  80. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  81. package/esm2015/lib/igx-cell-info.js +115 -91
  82. package/esm2015/lib/igx-checkbox-list-component.js +46 -47
  83. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  84. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  85. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  86. package/esm2015/lib/igx-data-binding-event-args.js +27 -22
  87. package/esm2015/lib/igx-data-grid-column-component.js +289 -163
  88. package/esm2015/lib/igx-data-grid-component.js +163 -2
  89. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -28
  90. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  91. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  92. package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
  93. package/esm2015/lib/igx-definition-base-component.js +8 -8
  94. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  95. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  96. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  97. package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  98. package/esm2015/lib/igx-header-component.js +16 -16
  99. package/esm2015/lib/igx-image-cell-info.js +6 -6
  100. package/esm2015/lib/igx-image-column-component.js +10 -10
  101. package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
  102. package/esm2015/lib/igx-numeric-cell-info.js +35 -26
  103. package/esm2015/lib/igx-numeric-column-component.js +43 -31
  104. package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
  105. package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
  106. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  107. package/esm2015/lib/igx-section-header-component.js +55 -17
  108. package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
  109. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  110. package/esm2015/lib/igx-summary-row-component.js +16 -16
  111. package/esm2015/lib/igx-template-cell-info.js +2 -2
  112. package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
  113. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  114. package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
  115. package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
  116. package/esm2015/lib/igx-text-cell-info.js +2 -2
  117. package/esm2015/lib/igx-text-column-component.js +8 -8
  118. package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
  119. package/esm2015/lib/igx-text-header-cell-info.js +74 -24
  120. package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
  121. package/esm2015/public_api.js +2 -0
  122. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  123. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  124. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  125. package/esm5/lib/CanvasGridCellBase.js +13 -13
  126. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  127. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  129. package/esm5/lib/CanvasSummaryCell.js +2 -2
  130. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  131. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  132. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  133. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  134. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  135. package/esm5/lib/CellPresenterBase.js +39 -36
  136. package/esm5/lib/CheckboxListBridge.js +36 -36
  137. package/esm5/lib/CheckboxListView_combined.js +400 -395
  138. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  139. package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
  140. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  141. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  142. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  143. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  144. package/esm5/lib/ContentCellModelHelper.js +10 -10
  145. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  146. package/esm5/lib/DataGridLocaleEn.js +3 -0
  147. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  148. package/esm5/lib/DataGridToolbarView_combined.js +3 -3
  149. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  150. package/esm5/lib/Dragger.js +4 -4
  151. package/esm5/lib/DraggerView.js +8 -8
  152. package/esm5/lib/EditorCell.js +277 -277
  153. package/esm5/lib/EditorCellPresenter.js +26 -26
  154. package/esm5/lib/FilterCell.js +259 -259
  155. package/esm5/lib/FilterCellPresenter.js +15 -15
  156. package/esm5/lib/GridCellBase.js +168 -147
  157. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  158. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  159. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  160. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  161. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  162. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  163. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  164. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  165. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  166. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  167. package/esm5/lib/GridExternalWrapper.js +12 -6
  168. package/esm5/lib/GridFilterDialogView_combined.js +381 -247
  169. package/esm5/lib/GridIconRepository.js +98 -0
  170. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  171. package/esm5/lib/GridStyleRepository.js +127 -115
  172. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  173. package/esm5/lib/ICheckboxListView.js +11 -0
  174. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  175. package/esm5/lib/ImageCell.js +57 -57
  176. package/esm5/lib/ImageCellPresenter.js +15 -15
  177. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  178. package/esm5/lib/NativeUIComboFactory.js +1 -1
  179. package/esm5/lib/NativeUIGridFactory.js +2 -2
  180. package/esm5/lib/NumericCell.js +8 -8
  181. package/esm5/lib/NumericCellPresenter.js +9 -9
  182. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  183. package/esm5/lib/SectionHeaderCell.js +22 -10
  184. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  185. package/esm5/lib/SummaryCell.js +47 -38
  186. package/esm5/lib/SummaryCellPresenter.js +10 -10
  187. package/esm5/lib/TemplateCell.js +16 -16
  188. package/esm5/lib/TemplateCellPresenter.js +3 -3
  189. package/esm5/lib/TemplateHeader.js +5 -5
  190. package/esm5/lib/TemplateHeaderCell.js +5 -5
  191. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  192. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  193. package/esm5/lib/TemplateSectionHeader.js +1 -1
  194. package/esm5/lib/TextCell.js +29 -29
  195. package/esm5/lib/TextCellPresenter.js +10 -10
  196. package/esm5/lib/TextHeaderCell.js +186 -151
  197. package/esm5/lib/TextHeaderCellPresenter.js +58 -39
  198. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  199. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  200. package/esm5/lib/igx-cell-info.js +127 -91
  201. package/esm5/lib/igx-checkbox-list-component.js +46 -47
  202. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  203. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  204. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  205. package/esm5/lib/igx-data-binding-event-args.js +27 -22
  206. package/esm5/lib/igx-data-grid-column-component.js +341 -163
  207. package/esm5/lib/igx-data-grid-component.js +213 -2
  208. package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -28
  209. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  210. package/esm5/lib/igx-date-time-column-component.js +20 -20
  211. package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
  212. package/esm5/lib/igx-definition-base-component.js +8 -8
  213. package/esm5/lib/igx-editor-cell-info.js +23 -23
  214. package/esm5/lib/igx-filter-cell-info.js +26 -26
  215. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  216. package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  217. package/esm5/lib/igx-header-component.js +16 -16
  218. package/esm5/lib/igx-image-cell-info.js +6 -6
  219. package/esm5/lib/igx-image-column-component.js +10 -10
  220. package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
  221. package/esm5/lib/igx-numeric-cell-info.js +39 -26
  222. package/esm5/lib/igx-numeric-column-component.js +47 -31
  223. package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
  224. package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
  225. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  226. package/esm5/lib/igx-section-header-component.js +71 -17
  227. package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
  228. package/esm5/lib/igx-summary-cell-info.js +9 -9
  229. package/esm5/lib/igx-summary-row-component.js +16 -16
  230. package/esm5/lib/igx-template-cell-info.js +2 -2
  231. package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
  232. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  233. package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
  234. package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
  235. package/esm5/lib/igx-text-cell-info.js +2 -2
  236. package/esm5/lib/igx-text-column-component.js +8 -8
  237. package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
  238. package/esm5/lib/igx-text-header-cell-info.js +98 -24
  239. package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
  240. package/esm5/public_api.js +2 -0
  241. package/fesm2015/igniteui-angular-data-grids.js +15287 -13172
  242. package/fesm5/igniteui-angular-data-grids.js +15844 -13296
  243. package/lib/CheckboxListView_combined.d.ts +104 -104
  244. package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
  245. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  246. package/lib/DataGridLocaleEn.d.ts +3 -0
  247. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  248. package/lib/EditorCell.d.ts +67 -67
  249. package/lib/FilterCell.d.ts +55 -55
  250. package/lib/GridCellBase.d.ts +64 -61
  251. package/lib/GridExternalWrapper.d.ts +2 -0
  252. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  253. package/lib/GridIconRepository.d.ts +44 -0
  254. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  255. package/lib/GridStyleRepository.d.ts +3 -2
  256. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  257. package/lib/ICheckboxListView.d.ts +38 -0
  258. package/lib/ImageCell.d.ts +17 -17
  259. package/lib/NumericCell.d.ts +2 -2
  260. package/lib/SectionHeaderCell.d.ts +5 -3
  261. package/lib/SummaryCell.d.ts +11 -9
  262. package/lib/TemplateCell.d.ts +5 -5
  263. package/lib/TemplateHeader.d.ts +1 -1
  264. package/lib/TemplateHeaderCell.d.ts +2 -2
  265. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  266. package/lib/TemplateSectionHeader.d.ts +1 -1
  267. package/lib/TextCell.d.ts +7 -7
  268. package/lib/TextHeaderCell.d.ts +30 -30
  269. package/lib/VerticalSeparatorCell.d.ts +8 -8
  270. package/lib/igx-cell-info.d.ts +15 -0
  271. package/lib/igx-data-grid-column-component.d.ts +42 -1
  272. package/lib/igx-data-grid-component.d.ts +61 -1
  273. package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -1
  274. package/lib/igx-numeric-cell-info.d.ts +6 -0
  275. package/lib/igx-numeric-column-component.d.ts +8 -1
  276. package/lib/igx-section-header-component.d.ts +15 -1
  277. package/lib/igx-text-header-cell-info.d.ts +16 -0
  278. package/package.json +4 -4
  279. package/public_api.d.ts +2 -0
@@ -40,18 +40,19 @@ export let GridCellBase = /*@__PURE__*/ (() => {
40
40
  this.a0 = 0;
41
41
  this.a5 = 0;
42
42
  this.t = false;
43
+ this.dp = null;
43
44
  this.u = false;
44
45
  this.v = true;
45
46
  this.aq = null;
46
47
  this.bp = null;
47
- this.dq = null;
48
+ this.ds = null;
48
49
  this.m = null;
49
50
  this.x = false;
50
51
  this.bo = null;
51
52
  this.bn = null;
52
- this.dp = null;
53
- this.dn = null;
54
- this.du = Rect.empty;
53
+ this.dr = null;
54
+ this.dq = null;
55
+ this.dx = Rect.empty;
55
56
  this.al = null;
56
57
  this.ap = null;
57
58
  this.l = null;
@@ -65,7 +66,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
65
66
  this.aw = 0;
66
67
  this.av = 0;
67
68
  this.at = 0;
68
- this.dm = null;
69
+ this.dn = null;
69
70
  this.a3 = 0;
70
71
  this.bc = 0;
71
72
  this.a4 = 0;
@@ -93,20 +94,20 @@ export let GridCellBase = /*@__PURE__*/ (() => {
93
94
  let c = (window.PointerEvent !== undefined);
94
95
  let d = (window.TouchEvent);
95
96
  if ((b || c)) {
96
- this.an.listen("pointerdown", runOn(this, this.cp));
97
- this.an.listen("pointerup", runOn(this, this.ct));
98
- this.an.listen("pointermove", runOn(this, this.cs));
99
- this.an.listen("pointerleave", runOn(this, this.cr));
100
- this.an.listen("pointerenter", runOn(this, this.cq));
97
+ this.an.listen("pointerdown", runOn(this, this.cq));
98
+ this.an.listen("pointerup", runOn(this, this.cu));
99
+ this.an.listen("pointermove", runOn(this, this.ct));
100
+ this.an.listen("pointerleave", runOn(this, this.cs));
101
+ this.an.listen("pointerenter", runOn(this, this.cr));
101
102
  }
102
103
  else {
103
- this.an.listen("mousedown", runOn(this, this.cb));
104
- this.an.listen("mouseup", runOn(this, this.cf));
105
- this.an.listen("mousemove", runOn(this, this.ce));
106
- this.an.listen("mouseleave", runOn(this, this.cd));
107
- this.an.listen("touchstart", runOn(this, this.de));
108
- this.an.listen("touchend", runOn(this, this.dg));
109
- this.an.listen("touchmove", runOn(this, this.df));
104
+ this.an.listen("mousedown", runOn(this, this.cc));
105
+ this.an.listen("mouseup", runOn(this, this.cg));
106
+ this.an.listen("mousemove", runOn(this, this.cf));
107
+ this.an.listen("mouseleave", runOn(this, this.ce));
108
+ this.an.listen("touchstart", runOn(this, this.df));
109
+ this.an.listen("touchend", runOn(this, this.dh));
110
+ this.an.listen("touchmove", runOn(this, this.dg));
110
111
  }
111
112
  }
112
113
  get b() {
@@ -131,7 +132,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
131
132
  let b = this.w;
132
133
  this.w = a;
133
134
  if (b != this.w) {
134
- this.ck("IsRemoved", b, this.w);
135
+ this.cl("IsRemoved", b, this.w);
135
136
  }
136
137
  }
137
138
  get bf() {
@@ -150,7 +151,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
150
151
  let b = this.a5;
151
152
  this.a5 = a;
152
153
  if (b != this.a5) {
153
- this.ck("Indent", b, this.a5);
154
+ this.cl("Indent", b, this.a5);
154
155
  }
155
156
  }
156
157
  get aa() {
@@ -160,7 +161,17 @@ export let GridCellBase = /*@__PURE__*/ (() => {
160
161
  let b = this.t;
161
162
  this.t = a;
162
163
  if (b != this.t) {
163
- this.ck("IsCollapsable", b, this.t);
164
+ this.cl("IsCollapsable", b, this.t);
165
+ }
166
+ }
167
+ get dt() {
168
+ return this.dp;
169
+ }
170
+ set dt(a) {
171
+ let b = this.dp;
172
+ this.dp = a;
173
+ if (b != this.dp) {
174
+ this.cl("ExpansionIndicatorIconColor", b, this.dp);
164
175
  }
165
176
  }
166
177
  get ab() {
@@ -170,7 +181,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
170
181
  let b = this.u;
171
182
  this.u = a;
172
183
  if (b != this.u) {
173
- this.ck("IsExpanded", b, this.u);
184
+ this.cl("IsExpanded", b, this.u);
174
185
  }
175
186
  }
176
187
  get ad() {
@@ -180,27 +191,27 @@ export let GridCellBase = /*@__PURE__*/ (() => {
180
191
  let b = this.v;
181
192
  this.v = a;
182
193
  if (b != this.v) {
183
- this.ck("IsHitTestVisible", b, this.v);
194
+ this.cl("IsHitTestVisible", b, this.v);
184
195
  }
185
196
  }
186
- get b3() {
197
+ get b4() {
187
198
  return this.bp;
188
199
  }
189
- set b3(a) {
200
+ set b4(a) {
190
201
  let b = this.bp;
191
202
  this.bp = a;
192
203
  if (b != this.bp) {
193
- this.ck("SuffixText", b, this.bp);
204
+ this.cl("SuffixText", b, this.bp);
194
205
  }
195
206
  }
196
- get dt() {
197
- return this.dq;
207
+ get dw() {
208
+ return this.ds;
198
209
  }
199
- set dt(a) {
200
- let b = this.dq;
201
- this.dq = a;
202
- if (b != this.dq) {
203
- this.ck("SuffixTextColor", b, this.dq);
210
+ set dw(a) {
211
+ let b = this.ds;
212
+ this.ds = a;
213
+ if (b != this.ds) {
214
+ this.cl("SuffixTextColor", b, this.ds);
204
215
  }
205
216
  }
206
217
  get n() {
@@ -210,10 +221,10 @@ export let GridCellBase = /*@__PURE__*/ (() => {
210
221
  let b = this.m;
211
222
  this.m = a;
212
223
  if (b != this.m) {
213
- this.ck("SuffixTextFont", b, this.m);
224
+ this.cl("SuffixTextFont", b, this.m);
214
225
  }
215
226
  }
216
- cl() {
227
+ cm() {
217
228
  if (this.bp != null) {
218
229
  if (this.aq == null) {
219
230
  this.aq = this.ak.createElement("span");
@@ -222,7 +233,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
222
233
  this.aq.setRawStyleProperty("white-space", "nowrap");
223
234
  this.aq.setRawStyleProperty("margin-left", this.aj + "px");
224
235
  }
225
- this.cn();
236
+ this.co();
226
237
  if (!this.x) {
227
238
  this.ar.setRawStyleProperty("display", "grid");
228
239
  this.ar.setRawStyleProperty("grid-template-columns", "1fr min-content");
@@ -239,57 +250,57 @@ export let GridCellBase = /*@__PURE__*/ (() => {
239
250
  }
240
251
  }
241
252
  }
242
- get by() {
253
+ get bz() {
243
254
  return this.bo;
244
255
  }
245
- set by(a) {
256
+ set bz(a) {
246
257
  let b = this.bo;
247
258
  this.bo = a;
248
259
  if (b != this.bo) {
249
- this.ck("SuffixIconName", b, this.bo);
260
+ this.cl("SuffixIconName", b, this.bo);
250
261
  }
251
262
  }
252
- get bv() {
263
+ get bw() {
253
264
  return this.bn;
254
265
  }
255
- set bv(a) {
266
+ set bw(a) {
256
267
  let b = this.bn;
257
268
  this.bn = a;
258
269
  if (b != this.bn) {
259
- this.ck("SuffixIconCollectionName", b, this.bn);
270
+ this.cl("SuffixIconCollectionName", b, this.bn);
260
271
  }
261
272
  }
262
- get ds() {
263
- return this.dp;
273
+ get dv() {
274
+ return this.dr;
264
275
  }
265
- set ds(a) {
266
- let b = this.dp;
267
- this.dp = a;
268
- if (b != this.dp) {
269
- this.ck("SuffixIconStroke", b, this.dp);
276
+ set dv(a) {
277
+ let b = this.dr;
278
+ this.dr = a;
279
+ if (b != this.dr) {
280
+ this.cl("SuffixIconStroke", b, this.dr);
270
281
  }
271
282
  }
272
- get dr() {
273
- return this.dn;
283
+ get du() {
284
+ return this.dq;
274
285
  }
275
- set dr(a) {
276
- let b = this.dn;
277
- this.dn = a;
278
- if (b != this.dn) {
279
- this.ck("SuffixIconFill", b, this.dn);
286
+ set du(a) {
287
+ let b = this.dq;
288
+ this.dq = a;
289
+ if (b != this.dq) {
290
+ this.cl("SuffixIconFill", b, this.dq);
280
291
  }
281
292
  }
282
- get dv() {
283
- return this.du;
293
+ get dy() {
294
+ return this.dx;
284
295
  }
285
- set dv(a) {
286
- let b = this.du;
287
- this.du = a;
288
- if (Rect.l_op_Inequality(b, this.du)) {
289
- this.ck("SuffixIconViewBox", b, this.du);
296
+ set dy(a) {
297
+ let b = this.dx;
298
+ this.dx = a;
299
+ if (Rect.l_op_Inequality(b, this.dx)) {
300
+ this.cl("SuffixIconViewBox", b, this.dx);
290
301
  }
291
302
  }
292
- cm() {
303
+ cn() {
293
304
  if (this.bo != null && this.bn != null) {
294
305
  if (this.l == null) {
295
306
  this.ap = this.ak.createElement("div");
@@ -300,7 +311,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
300
311
  this.ap.setRawStyleProperty("overflow", "hidden");
301
312
  this.ap.setRawStyleProperty("margin-left", this.aj + "px");
302
313
  }
303
- this.cn();
314
+ this.co();
304
315
  if (!this.x) {
305
316
  this.ar.setRawStyleProperty("display", "grid");
306
317
  this.ar.setRawStyleProperty("grid-template-columns", "1fr min-content");
@@ -317,34 +328,34 @@ export let GridCellBase = /*@__PURE__*/ (() => {
317
328
  }
318
329
  }
319
330
  }
320
- cn() {
331
+ co() {
321
332
  if (this.aq != null) {
322
- this.c8(this.aq, this.bp);
323
- this.c9(this.aq, this.dt);
324
- this.c0(this.aq, this.n);
325
- this.db(this.aq, this.h);
333
+ this.c9(this.aq, this.bp);
334
+ this.da(this.aq, this.dw);
335
+ this.c1(this.aq, this.n);
336
+ this.dc(this.aq, this.h);
326
337
  }
327
338
  if (this.l != null) {
328
- this.l.ea = this.ds;
329
- this.l.fill = this.dr;
330
- if (!this.dv.isEmpty && !isNaN_(this.dv.left) && !isNaN_(this.dv.top) && !isNaN_(this.dv.width) && !isNaN_(this.dv.height)) {
331
- this.l.a6 = this.dv.left;
332
- this.l.a7 = this.dv.top;
333
- this.l.a8 = this.dv.width;
334
- this.l.a5 = this.dv.height;
339
+ this.l.ea = this.dv;
340
+ this.l.fill = this.du;
341
+ if (!this.dy.isEmpty && !isNaN_(this.dy.left) && !isNaN_(this.dy.top) && !isNaN_(this.dy.width) && !isNaN_(this.dy.height)) {
342
+ this.l.a6 = this.dy.left;
343
+ this.l.a7 = this.dy.top;
344
+ this.l.a8 = this.dy.width;
345
+ this.l.a5 = this.dy.height;
335
346
  }
336
- this.c7(this.ap, this.ds);
337
- this.cz(this.ap, this.dr);
338
- this.db(this.ap, this.h);
339
- this.c3(this.l, this.bv, this.by);
347
+ this.c8(this.ap, this.dv);
348
+ this.c0(this.ap, this.du);
349
+ this.dc(this.ap, this.h);
350
+ this.c4(this.l, this.bw, this.bz);
340
351
  }
341
352
  }
342
- c3(a, b, c) {
353
+ c4(a, b, c) {
343
354
  a.svg = null;
344
355
  a.svgPath = null;
345
356
  a.b = null;
346
- a.b0 = null;
347
- a.bh = null;
357
+ a.b2 = null;
358
+ a.bj = null;
348
359
  let d = SvgIconRegistry.instance.getSvgPathString(this.bn, this.bo);
349
360
  if (d != null) {
350
361
  if (stringStartsWith(d, "<svg")) {
@@ -362,12 +373,12 @@ export let GridCellBase = /*@__PURE__*/ (() => {
362
373
  }
363
374
  let f = SvgIconRegistry.instance.getDataURLString(this.bn, this.bo);
364
375
  if (f != null) {
365
- a.b0 = f;
376
+ a.b2 = f;
366
377
  return;
367
378
  }
368
379
  let g = SvgIconRegistry.instance.getIconSource(this.bn, this.bo);
369
380
  if (g != null) {
370
- a.bh = g;
381
+ a.bj = g;
371
382
  }
372
383
  }
373
384
  get aj() {
@@ -377,10 +388,10 @@ export let GridCellBase = /*@__PURE__*/ (() => {
377
388
  let b = this.ai;
378
389
  this.ai = a;
379
390
  if (b != this.ai) {
380
- this.ck("SuffixMargin", b, this.ai);
391
+ this.cl("SuffixMargin", b, this.ai);
381
392
  }
382
393
  }
383
- ca() {
394
+ cb() {
384
395
  this.a1 = 10;
385
396
  this.a0 = this.bi * 24;
386
397
  this.a2 = 24;
@@ -400,12 +411,13 @@ export let GridCellBase = /*@__PURE__*/ (() => {
400
411
  this.j = new GridExpansionIndicator();
401
412
  this.j.ab(a);
402
413
  this.j.y(24, 24);
414
+ this.j.ae = this.dp;
403
415
  }
404
416
  if (this.ao.parent() == null) {
405
417
  this.an.append(this.ao);
406
418
  }
407
419
  }
408
- cu() {
420
+ cv() {
409
421
  this.a2 = 0;
410
422
  this.a1 = 0;
411
423
  if (this.ao != null) {
@@ -426,7 +438,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
426
438
  get ae() {
427
439
  return this.get_ae();
428
440
  }
429
- c6(a, b, c, d) {
441
+ c7(a, b, c, d) {
430
442
  this.a7 = a;
431
443
  this.a9 = b;
432
444
  this.a8 = c;
@@ -436,12 +448,12 @@ export let GridCellBase = /*@__PURE__*/ (() => {
436
448
  this.an.setRawStyleProperty("padding-right", c.toString() + "px");
437
449
  this.an.setRawStyleProperty("padding-bottom", d.toString() + "px");
438
450
  }
439
- cx(a, b, c, d, e) {
451
+ cy(a, b, c, d, e) {
440
452
  this.au = b;
441
453
  this.aw = c;
442
454
  this.av = d;
443
455
  this.at = e;
444
- this.dm = a;
456
+ this.dn = a;
445
457
  if (a == null) {
446
458
  this.an.setRawStyleProperty("border", "");
447
459
  }
@@ -469,7 +481,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
469
481
  get bh() {
470
482
  return this.a4;
471
483
  }
472
- c1(a, b) {
484
+ c2(a, b) {
473
485
  if (this.a3 != a || this.a4 != b) {
474
486
  let c = this.a3;
475
487
  this.a3 = a;
@@ -479,20 +491,20 @@ export let GridCellBase = /*@__PURE__*/ (() => {
479
491
  if (this.ao != null) {
480
492
  this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.a2, 2));
481
493
  }
482
- this.dd(this.bc, this.a3, this.bc, c);
494
+ this.de(this.bc, this.a3, this.bc, c);
483
495
  }
484
496
  }
485
- dc(a, b) {
497
+ dd(a, b) {
486
498
  if (this.bc != a) {
487
499
  let c = this.bc;
488
500
  this.bc = a;
489
501
  this.an.setRawStyleProperty("width", a.toString() + "px");
490
- this.dd(this.bc, this.a3, c, this.a3);
502
+ this.de(this.bc, this.a3, c, this.a3);
491
503
  }
492
504
  }
493
- dd(a, b, c, d) {
505
+ de(a, b, c, d) {
494
506
  }
495
- b8() {
507
+ b9() {
496
508
  if (!this.ae) {
497
509
  return;
498
510
  }
@@ -504,40 +516,40 @@ export let GridCellBase = /*@__PURE__*/ (() => {
504
516
  this.k.i = 0;
505
517
  this.an.append(this.k.g);
506
518
  }
507
- cw(a) {
519
+ cx(a) {
508
520
  this.an.setRawStyleProperty("background-color", a.colorString);
509
521
  }
510
- c5(a) {
522
+ c6(a) {
511
523
  this.an.setRawStyleProperty("opacity", a.toString());
512
524
  }
513
- c0(a, b) {
525
+ c1(a, b) {
514
526
  if (b == null) {
515
527
  b = FontUtil.getDefaultFont(this.am);
516
528
  }
517
529
  a.setRawStyleProperty("font", b.fontString);
518
530
  }
519
- c9(a, b) {
531
+ da(a, b) {
520
532
  let c = Color.u(0, 0, 0, 0);
521
533
  if (b != null) {
522
534
  c = b.color;
523
535
  }
524
536
  a.setRawStyleProperty("color", c.colorString);
525
537
  }
526
- c7(a, b) {
538
+ c8(a, b) {
527
539
  let c = Color.u(0, 0, 0, 0);
528
540
  if (b != null) {
529
541
  c = b.color;
530
542
  }
531
543
  a.setRawStyleProperty("stroke", c.colorString);
532
544
  }
533
- cz(a, b) {
545
+ c0(a, b) {
534
546
  let c = Color.u(0, 0, 0, 0);
535
547
  if (b != null) {
536
548
  c = b.color;
537
549
  }
538
550
  a.setRawStyleProperty("fill", c.colorString);
539
551
  }
540
- c8(a, b) {
552
+ c9(a, b) {
541
553
  if (a != null) {
542
554
  a.setRawText(b);
543
555
  }
@@ -552,13 +564,13 @@ export let GridCellBase = /*@__PURE__*/ (() => {
552
564
  let a = this.q();
553
565
  return a.getGenerator("PlaceholderWidths");
554
566
  }
555
- dl(a) {
567
+ dm(a) {
556
568
  if (!this.ae) {
557
569
  return;
558
570
  }
559
571
  this.k.i = (a * 0.20000000298023224);
560
572
  }
561
- dj(a, b, c, d) {
573
+ dk(a, b, c, d) {
562
574
  if (this.k != null) {
563
575
  let e = this.ah;
564
576
  let f = this.ag;
@@ -578,15 +590,15 @@ export let GridCellBase = /*@__PURE__*/ (() => {
578
590
  this.k.g.setRawYPosition(b);
579
591
  }
580
592
  }
581
- ci(a, b, c) {
593
+ cj(a, b, c) {
582
594
  }
583
- co(a) {
595
+ cp(a) {
584
596
  this.h = a;
585
597
  if (this.aq != null) {
586
- this.db(this.aq, a);
598
+ this.dc(this.aq, a);
587
599
  }
588
600
  }
589
- dk(a) {
601
+ dl(a) {
590
602
  if (!this.ae) {
591
603
  return;
592
604
  }
@@ -598,8 +610,8 @@ export let GridCellBase = /*@__PURE__*/ (() => {
598
610
  this.ag = b;
599
611
  this.k.d = (b);
600
612
  }
601
- let c = a.h5 * 0.2;
602
- let d = a.f8 * 0.6;
613
+ let c = a.h8 * 0.2;
614
+ let d = a.ga * 0.6;
603
615
  if (this.ah >= c && this.ah <= d && !this.y) {
604
616
  return;
605
617
  }
@@ -612,9 +624,9 @@ export let GridCellBase = /*@__PURE__*/ (() => {
612
624
  this.ah = e;
613
625
  this.k.e = e;
614
626
  }
615
- this.dj(this.a7 + this.a0 + this.a2, this.a9, this.bc - (this.a7 + this.a8), this.a3 - (this.a9 + this.a6));
627
+ this.dk(this.a7 + this.a0 + this.a2, this.a9, this.bc - (this.a7 + this.a8), this.a3 - (this.a9 + this.a6));
616
628
  }
617
- dh(a, b) {
629
+ di(a, b) {
618
630
  if (!this.ae) {
619
631
  return;
620
632
  }
@@ -622,7 +634,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
622
634
  this.i = b;
623
635
  this.y = true;
624
636
  }
625
- di(a) {
637
+ dj(a) {
626
638
  if (!this.ae) {
627
639
  return;
628
640
  }
@@ -630,16 +642,16 @@ export let GridCellBase = /*@__PURE__*/ (() => {
630
642
  this.k.l = a.color;
631
643
  }
632
644
  }
633
- cv(a) {
645
+ cw(a) {
634
646
  this.a = a;
635
647
  }
636
- c4(a) {
648
+ c5(a) {
637
649
  this.e = a;
638
650
  }
639
- cy(a) {
651
+ cz(a) {
640
652
  this.c = a;
641
653
  }
642
- c2(a, b) {
654
+ c3(a, b) {
643
655
  switch (b) {
644
656
  case 0:
645
657
  this.ar.setRawStyleProperty("text-align", "left");
@@ -655,7 +667,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
655
667
  break;
656
668
  }
657
669
  }
658
- db(a, b) {
670
+ dc(a, b) {
659
671
  switch (b) {
660
672
  case 0:
661
673
  a.setRawStyleProperty("vertical-align", "top");
@@ -678,67 +690,67 @@ export let GridCellBase = /*@__PURE__*/ (() => {
678
690
  af(a) {
679
691
  return a.isClickActionDesired;
680
692
  }
681
- cb(a) {
693
+ cc(a) {
682
694
  this.onContactStarted(a, false);
683
695
  }
684
- cf(a) {
696
+ cg(a) {
685
697
  this.onContactCompleted(a, false);
686
698
  }
687
- ce(a) {
699
+ cf(a) {
688
700
  this.onContactMoved(a, false);
689
701
  }
702
+ ce(a) {
703
+ this.ci(a, false);
704
+ }
690
705
  cd(a) {
691
706
  this.ch(a, false);
692
707
  }
693
- cc(a) {
694
- this.cg(a, false);
695
- }
696
- cp(e_) {
708
+ cq(e_) {
697
709
  let a = (e_.originalEvent.pointerType);
698
710
  if (a == "touch") {
699
- this.de(e_);
711
+ this.df(e_);
700
712
  }
701
713
  else {
702
- this.cb(e_);
714
+ this.cc(e_);
703
715
  }
704
716
  }
705
- cs(e_) {
717
+ ct(e_) {
706
718
  let a = (e_.originalEvent.pointerType);
707
719
  if (a == "touch") {
708
- this.df(e_);
720
+ this.dg(e_);
709
721
  }
710
722
  else {
711
- this.ce(e_);
723
+ this.cf(e_);
712
724
  }
713
725
  }
714
- ct(e_) {
726
+ cu(e_) {
715
727
  let a = (e_.originalEvent.pointerType);
716
728
  if (a == "touch") {
717
- this.dg(e_);
729
+ this.dh(e_);
718
730
  }
719
731
  else {
720
- this.cf(e_);
732
+ this.cg(e_);
721
733
  }
722
734
  }
723
- cr(e_) {
735
+ cs(e_) {
724
736
  let a = (e_.originalEvent.pointerType);
725
737
  if (a != "touch") {
726
- this.cd(e_);
738
+ this.ce(e_);
727
739
  }
728
740
  }
729
- cq(e_) {
741
+ cr(e_) {
730
742
  let a = (e_.originalEvent.pointerType);
731
743
  if (a != "touch") {
732
- this.cc(e_);
744
+ this.cd(e_);
733
745
  }
734
746
  }
735
- de(a) {
747
+ df(a) {
736
748
  this.onContactStarted(a, true);
737
749
  }
738
- df(a) {
750
+ dg(a) {
739
751
  this.onContactMoved(a, true);
740
752
  }
741
- dg(a) {
753
+ dh(a) {
742
754
  this.onContactCompleted(a, true);
743
755
  }
744
756
  onContactStarted(e_, a) {
@@ -854,7 +866,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
854
866
  }
855
867
  this.s = false;
856
868
  }
857
- ch(a, b) {
869
+ ci(a, b) {
858
870
  if (this.a != null) {
859
871
  if (this.af(this.a)) {
860
872
  if (this.a.isMouseDown) {
@@ -871,7 +883,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
871
883
  }
872
884
  }
873
885
  }
874
- cg(a, b) {
886
+ ch(a, b) {
875
887
  if (this.a != null && this.a.isEnterActionDesired) {
876
888
  let c = a.pageX;
877
889
  let d = a.pageY;
@@ -880,7 +892,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
880
892
  }
881
893
  onDoubleClick(a) {
882
894
  }
883
- ck(a, b, c) {
895
+ cl(a, b, c) {
884
896
  switch (a) {
885
897
  case "Indent":
886
898
  this.a0 = this.bi * 24;
@@ -892,10 +904,10 @@ export let GridCellBase = /*@__PURE__*/ (() => {
892
904
  break;
893
905
  case "IsCollapsable":
894
906
  if (this.aa) {
895
- this.ca();
907
+ this.cb();
896
908
  }
897
909
  else {
898
- this.cu();
910
+ this.cv();
899
911
  }
900
912
  break;
901
913
  case "IsExpanded":
@@ -903,22 +915,27 @@ export let GridCellBase = /*@__PURE__*/ (() => {
903
915
  this.j.g = this.ab;
904
916
  }
905
917
  break;
918
+ case "ExpansionIndicatorIconColor":
919
+ if (this.j != null) {
920
+ this.j.ae = this.dt;
921
+ }
922
+ break;
906
923
  case "IsHitTestVisible":
907
924
  this.ar.setRawStyleProperty("pointer-events", this.ad ? "auto" : "none");
908
925
  break;
909
926
  case "SuffixText":
910
- this.cl();
927
+ this.cm();
911
928
  break;
912
929
  case "SuffixIconName":
913
930
  case "SuffixIconCollectionName":
914
- this.cm();
931
+ this.cn();
915
932
  break;
916
933
  case "SuffixTextColor":
917
934
  case "SuffixTextFont":
918
935
  case "SuffixIconStroke":
919
936
  case "SuffixIconFill":
920
937
  case "SuffixIconViewBox":
921
- this.cn();
938
+ this.co();
922
939
  break;
923
940
  case "SuffixMargin":
924
941
  if (this.ap != null) {
@@ -930,12 +947,12 @@ export let GridCellBase = /*@__PURE__*/ (() => {
930
947
  break;
931
948
  }
932
949
  }
933
- cj() {
950
+ ck() {
934
951
  }
935
- b9() {
952
+ ca() {
936
953
  this.an.focus(true);
937
954
  }
938
- b7() {
955
+ b8() {
939
956
  if (this.a != null) {
940
957
  let a = this.an.clone();
941
958
  this.a.passCellClone(a);
@@ -943,7 +960,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
943
960
  }
944
961
  detach() {
945
962
  }
946
- da(a) {
963
+ db(a) {
947
964
  }
948
965
  }
949
966
  GridCellBase.$t = markType(GridCellBase, 'GridCellBase', Base.$, [INativeCell_$type]);