igniteui-webcomponents-data-grids 7.1.0-beta.2 → 7.1.0-beta.4

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 (233) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +11002 -9831
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +290 -290
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igc-cell-info.js +195 -186
  71. package/esm2015/lib/igc-checkbox-list-component.js +42 -22
  72. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  73. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  74. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  75. package/esm2015/lib/igc-data-binding-event-args.js +3 -0
  76. package/esm2015/lib/igc-data-grid-column-component.js +336 -276
  77. package/esm2015/lib/igc-data-grid-component.js +220 -32
  78. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +67 -37
  79. package/esm2015/lib/igc-data-grid-toolbar-component.js +40 -8
  80. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  81. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  82. package/esm2015/lib/igc-definition-base-component.js +64 -64
  83. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  84. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  85. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  86. package/esm2015/lib/igc-header-component.js +24 -24
  87. package/esm2015/lib/igc-image-cell-info.js +6 -6
  88. package/esm2015/lib/igc-image-column-component.js +12 -12
  89. package/esm2015/lib/igc-multi-column-combo-box-component.js +160 -32
  90. package/esm2015/lib/igc-numeric-cell-info.js +28 -28
  91. package/esm2015/lib/igc-numeric-column-component.js +38 -38
  92. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  93. package/esm2015/lib/igc-section-header-component.js +36 -36
  94. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  95. package/esm2015/lib/igc-summary-row-component.js +30 -30
  96. package/esm2015/lib/igc-summary-row-root-module.js +2 -0
  97. package/esm2015/lib/igc-summary-row-section-module.js +2 -0
  98. package/esm2015/lib/igc-template-cell-info.js +2 -2
  99. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  100. package/esm2015/lib/igc-text-cell-info.js +2 -2
  101. package/esm2015/lib/igc-text-column-component.js +9 -9
  102. package/esm2015/lib/igc-text-header-cell-info.js +67 -40
  103. package/esm5/lib/AccessibilityRow.js +10 -10
  104. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  105. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  106. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  107. package/esm5/lib/CanvasGridCellBase.js +2 -2
  108. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  109. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  111. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  112. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  113. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  114. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  115. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  116. package/esm5/lib/CellPath.js +79 -65
  117. package/esm5/lib/CellPresenterBase.js +46 -46
  118. package/esm5/lib/CheckboxListBridge.js +12 -0
  119. package/esm5/lib/CheckboxListView_combined.js +332 -278
  120. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  121. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  122. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  123. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  124. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  125. package/esm5/lib/ContentCellModelHelper.js +16 -16
  126. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  127. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  128. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  129. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  130. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  131. package/esm5/lib/DraggerView.js +1 -7
  132. package/esm5/lib/EditorCell.js +276 -276
  133. package/esm5/lib/EditorCellPresenter.js +27 -27
  134. package/esm5/lib/FilterCell.js +257 -257
  135. package/esm5/lib/FilterCellPresenter.js +17 -17
  136. package/esm5/lib/GridCellBase.js +205 -193
  137. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  138. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  139. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  140. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  141. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  142. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  143. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  144. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  145. package/esm5/lib/GridExternalWrapper.js +12 -6
  146. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  147. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  148. package/esm5/lib/ImageCell.js +57 -57
  149. package/esm5/lib/ImageCellPresenter.js +17 -17
  150. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  151. package/esm5/lib/NumericCell.js +8 -8
  152. package/esm5/lib/NumericCellPresenter.js +9 -9
  153. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  154. package/esm5/lib/SectionHeaderCell.js +30 -20
  155. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  156. package/esm5/lib/SummaryCell.js +44 -44
  157. package/esm5/lib/SummaryCellPresenter.js +9 -9
  158. package/esm5/lib/TemplateCell.js +15 -15
  159. package/esm5/lib/TemplateCellPresenter.js +6 -6
  160. package/esm5/lib/TemplateHeader.js +8 -8
  161. package/esm5/lib/TemplateHeaderCell.js +5 -5
  162. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  163. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  164. package/esm5/lib/TemplateSectionHeader.js +2 -2
  165. package/esm5/lib/TextCell.js +31 -30
  166. package/esm5/lib/TextCellPresenter.js +10 -10
  167. package/esm5/lib/TextHeaderCell.js +185 -179
  168. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  169. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  170. package/esm5/lib/igc-cell-info.js +207 -186
  171. package/esm5/lib/igc-checkbox-list-component.js +50 -22
  172. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  173. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  174. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  175. package/esm5/lib/igc-data-binding-event-args.js +3 -0
  176. package/esm5/lib/igc-data-grid-column-component.js +360 -276
  177. package/esm5/lib/igc-data-grid-component.js +240 -32
  178. package/esm5/lib/igc-data-grid-filter-dialog-component.js +79 -37
  179. package/esm5/lib/igc-data-grid-toolbar-component.js +40 -8
  180. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  181. package/esm5/lib/igc-date-time-column-component.js +23 -23
  182. package/esm5/lib/igc-definition-base-component.js +64 -64
  183. package/esm5/lib/igc-editor-cell-info.js +23 -23
  184. package/esm5/lib/igc-filter-cell-info.js +26 -26
  185. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  186. package/esm5/lib/igc-header-component.js +24 -24
  187. package/esm5/lib/igc-image-cell-info.js +6 -6
  188. package/esm5/lib/igc-image-column-component.js +12 -12
  189. package/esm5/lib/igc-multi-column-combo-box-component.js +160 -32
  190. package/esm5/lib/igc-numeric-cell-info.js +28 -28
  191. package/esm5/lib/igc-numeric-column-component.js +38 -38
  192. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  193. package/esm5/lib/igc-section-header-component.js +36 -36
  194. package/esm5/lib/igc-summary-cell-info.js +9 -9
  195. package/esm5/lib/igc-summary-row-component.js +29 -29
  196. package/esm5/lib/igc-summary-row-root-module.js +2 -0
  197. package/esm5/lib/igc-summary-row-section-module.js +2 -0
  198. package/esm5/lib/igc-template-cell-info.js +2 -2
  199. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  200. package/esm5/lib/igc-text-cell-info.js +2 -2
  201. package/esm5/lib/igc-text-column-component.js +9 -9
  202. package/esm5/lib/igc-text-header-cell-info.js +79 -40
  203. package/fesm2015/igniteui-webcomponents-data-grids.js +10931 -9949
  204. package/fesm5/igniteui-webcomponents-data-grids.js +11002 -9831
  205. package/lib/CellPath.d.ts +21 -20
  206. package/lib/CheckboxListExternal.d.ts +3 -0
  207. package/lib/CheckboxListView_combined.d.ts +77 -71
  208. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  209. package/lib/EditorCell.d.ts +63 -63
  210. package/lib/FilterCell.d.ts +55 -55
  211. package/lib/GridCellBase.d.ts +82 -80
  212. package/lib/GridExternalWrapper.d.ts +2 -0
  213. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  214. package/lib/ImageCell.d.ts +15 -15
  215. package/lib/NumericCell.d.ts +2 -2
  216. package/lib/SectionHeaderCell.d.ts +6 -4
  217. package/lib/SummaryCell.d.ts +10 -10
  218. package/lib/TemplateCell.d.ts +5 -5
  219. package/lib/TemplateHeader.d.ts +3 -3
  220. package/lib/TemplateHeaderCell.d.ts +2 -2
  221. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  222. package/lib/TemplateSectionHeader.d.ts +2 -2
  223. package/lib/TextCell.d.ts +7 -7
  224. package/lib/TextHeaderCell.d.ts +30 -30
  225. package/lib/VerticalSeparatorCell.d.ts +8 -8
  226. package/lib/igc-cell-info.d.ts +3 -0
  227. package/lib/igc-checkbox-list-component.d.ts +10 -0
  228. package/lib/igc-data-grid-column-component.d.ts +30 -0
  229. package/lib/igc-data-grid-component.d.ts +27 -0
  230. package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
  231. package/lib/igc-summary-row-component.d.ts +2 -2
  232. package/lib/igc-text-header-cell-info.d.ts +15 -0
  233. package/package.json +4 -4
@@ -17,446 +17,446 @@ import { Rect } from "igniteui-webcomponents-core";
17
17
  import { stringIsNullOrWhiteSpace } from "igniteui-webcomponents-core";
18
18
  let EditorCell = /*@__PURE__*/ (() => {
19
19
  class EditorCell extends GridCellBase {
20
- get d2() {
21
- return this.d1;
20
+ get d4() {
21
+ return this.d3;
22
22
  }
23
- set d2(a) {
24
- let b = this.d1;
25
- this.d1 = a;
26
- if (b != this.d1) {
27
- this.cl("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.d1));
23
+ set d4(a) {
24
+ let b = this.d3;
25
+ this.d3 = a;
26
+ if (b != this.d3) {
27
+ this.cn("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.d3));
28
28
  }
29
29
  }
30
- get e0() {
31
- return this.ey;
30
+ get e2() {
31
+ return this.e0;
32
32
  }
33
- set e0(a) {
34
- let b = this.ey;
35
- this.ey = a;
36
- this.cl("Value", b, this.ey);
33
+ set e2(a) {
34
+ let b = this.e0;
35
+ this.e0 = a;
36
+ this.cn("Value", b, this.e0);
37
37
  }
38
- get eh() {
39
- return this.eg;
38
+ get ej() {
39
+ return this.ei;
40
40
  }
41
- set eh(a) {
42
- let b = this.eg;
43
- this.eg = a;
44
- if (b != this.eg) {
45
- this.cl("FontInfo", b, this.eg);
41
+ set ej(a) {
42
+ let b = this.ei;
43
+ this.ei = a;
44
+ if (b != this.ei) {
45
+ this.cn("FontInfo", b, this.ei);
46
46
  }
47
47
  }
48
- get d6() {
49
- return this.d5;
48
+ get d8() {
49
+ return this.d7;
50
50
  }
51
- set d6(a) {
52
- let b = this.d5;
53
- this.d5 = a;
54
- if (b != this.d5) {
55
- this.cl("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.d5));
51
+ set d8(a) {
52
+ let b = this.d7;
53
+ this.d7 = a;
54
+ if (b != this.d7) {
55
+ this.cn("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.d7));
56
56
  }
57
57
  }
58
- get ez() {
59
- return this.ex;
58
+ get e1() {
59
+ return this.ez;
60
60
  }
61
- set ez(a) {
62
- let b = this.ex;
63
- this.ex = a;
64
- if (b != this.ex) {
65
- this.cl("ComboItemsSource", b, this.ex);
61
+ set e1(a) {
62
+ let b = this.ez;
63
+ this.ez = a;
64
+ if (b != this.ez) {
65
+ this.cn("ComboItemsSource", b, this.ez);
66
66
  }
67
67
  }
68
- get e4() {
69
- return this.e1;
68
+ get e6() {
69
+ return this.e3;
70
70
  }
71
- set e4(a) {
72
- let b = this.e1;
73
- this.e1 = a;
74
- if (b != this.e1) {
75
- this.cl("ComboTextField", b, this.e1);
71
+ set e6(a) {
72
+ let b = this.e3;
73
+ this.e3 = a;
74
+ if (b != this.e3) {
75
+ this.cn("ComboTextField", b, this.e3);
76
76
  }
77
77
  }
78
- get d0() {
79
- return this.dz;
78
+ get d2() {
79
+ return this.d1;
80
80
  }
81
- set d0(a) {
82
- let b = this.dz;
83
- this.dz = a;
84
- if (b != this.dz) {
85
- this.cl("ComboValueField", b, this.dz);
81
+ set d2(a) {
82
+ let b = this.d1;
83
+ this.d1 = a;
84
+ if (b != this.d1) {
85
+ this.cn("ComboValueField", b, this.d1);
86
86
  }
87
87
  }
88
- get es() {
89
- return this.ek;
88
+ get eu() {
89
+ return this.em;
90
90
  }
91
- set es(a) {
92
- let b = this.ek;
93
- this.ek = a;
94
- if (b != this.ek) {
95
- this.cl("IsHidden", b, this.ek);
91
+ set eu(a) {
92
+ let b = this.em;
93
+ this.em = a;
94
+ if (b != this.em) {
95
+ this.cn("IsHidden", b, this.em);
96
96
  }
97
97
  }
98
- get e8() {
99
- return this.e2;
98
+ get fa() {
99
+ return this.e4;
100
100
  }
101
- set e8(a) {
102
- let b = this.e2;
103
- this.e2 = a;
104
- if (b != this.e2) {
105
- this.cl("DateFormatString", b, this.e2);
101
+ set fa(a) {
102
+ let b = this.e4;
103
+ this.e4 = a;
104
+ if (b != this.e4) {
105
+ this.cn("DateFormatString", b, this.e4);
106
106
  }
107
107
  }
108
- get et() {
109
- return this.el;
108
+ get ev() {
109
+ return this.en;
110
110
  }
111
- set et(a) {
112
- let b = this.el;
113
- this.el = a;
114
- if (b != this.el) {
115
- this.cl("ShowTodayButton", b, this.el);
111
+ set ev(a) {
112
+ let b = this.en;
113
+ this.en = a;
114
+ if (b != this.en) {
115
+ this.cn("ShowTodayButton", b, this.en);
116
116
  }
117
117
  }
118
118
  constructor(a) {
119
119
  super(a);
120
- this.d7 = null;
121
- this.ee = null;
122
- this.ed = null;
123
- this.d4 = null;
124
- this.d3 = null;
125
- this.eu = null;
126
- this.ev = null;
127
- this.ew = null;
128
- this.ef = null;
129
- this.ei = false;
130
- this.em = false;
131
- this.ej = false;
132
- this.d1 = 0;
133
- this.ey = null;
120
+ this.d9 = null;
134
121
  this.eg = null;
135
- this.d5 = 1;
122
+ this.ef = null;
123
+ this.d6 = null;
124
+ this.d5 = null;
125
+ this.ew = null;
136
126
  this.ex = null;
137
- this.e1 = null;
138
- this.dz = null;
139
- this.ek = true;
140
- this.e2 = null;
141
- this.el = false;
127
+ this.ey = null;
128
+ this.eh = null;
129
+ this.ek = false;
142
130
  this.eo = false;
143
- this.ep = false;
131
+ this.el = false;
132
+ this.d3 = 0;
133
+ this.e0 = null;
134
+ this.ei = null;
135
+ this.d7 = 1;
136
+ this.ez = null;
137
+ this.e3 = null;
138
+ this.d1 = null;
139
+ this.em = true;
140
+ this.e4 = null;
144
141
  this.en = false;
142
+ this.eq = false;
143
+ this.er = false;
144
+ this.ep = false;
145
145
  this.ar.setAttribute("tabindex", "-1");
146
146
  this.ar.setStyleProperty("outline", "none");
147
147
  this.ar.setStyleProperty("display", "flex");
148
148
  this.ar.setStyleProperty("align-items", "center");
149
- this.ar.listen("focusout", runOn(this, this.fs));
150
- this.ar.listen("focusin", runOn(this, this.fq));
151
- }
152
- ec(a) {
153
- if (this.eu == null) {
154
- this.eu = this.am.createElement("div");
155
- let b = this.am.getSubRenderer(this.eu);
156
- this.ef = new Popup();
157
- this.ef.provideRenderer(b);
149
+ this.ar.listen("focusout", runOn(this, this.fu));
150
+ this.ar.listen("focusin", runOn(this, this.fs));
151
+ }
152
+ ee(a) {
153
+ if (this.ew == null) {
158
154
  this.ew = this.am.createElement("div");
159
- this.ew.setStyleProperty("background-color", "rgba(0,0,0,0.7)");
160
- this.ew.setStyleProperty("color", "#fff");
161
- this.ew.setStyleProperty("padding", "5px");
162
- this.ew.setStyleProperty("outline", "none");
163
- this.ew.setAttribute("tabindex", "-1");
164
- this.ev = this.am.createElement("div");
165
- this.ev.setStyleProperty("white-space", "pre");
166
- if (this.eh != null) {
167
- this.ev.setStyleProperty("font", this.eh.fontString);
155
+ let b = this.am.getSubRenderer(this.ew);
156
+ this.eh = new Popup();
157
+ this.eh.provideRenderer(b);
158
+ this.ey = this.am.createElement("div");
159
+ this.ey.setStyleProperty("background-color", "rgba(0,0,0,0.7)");
160
+ this.ey.setStyleProperty("color", "#fff");
161
+ this.ey.setStyleProperty("padding", "5px");
162
+ this.ey.setStyleProperty("outline", "none");
163
+ this.ey.setAttribute("tabindex", "-1");
164
+ this.ex = this.am.createElement("div");
165
+ this.ex.setStyleProperty("white-space", "pre");
166
+ if (this.ej != null) {
167
+ this.ex.setStyleProperty("font", this.ej.fontString);
168
168
  }
169
- this.ew.append(this.ev);
170
- this.ef.appendPopupContent(this.ew);
169
+ this.ey.append(this.ex);
170
+ this.eh.appendPopupContent(this.ey);
171
171
  }
172
172
  let c = null;
173
173
  switch (a) {
174
174
  case 1:
175
- c = this.eb();
175
+ c = this.ed();
176
176
  break;
177
177
  case 2:
178
- c = this.ea();
178
+ c = this.ec();
179
179
  break;
180
180
  case 3:
181
- c = this.d9();
181
+ c = this.eb();
182
182
  break;
183
183
  case 4:
184
- c = this.d8();
184
+ c = this.ea();
185
185
  break;
186
186
  }
187
187
  return c;
188
188
  }
189
+ ed() {
190
+ if (this.eg != null) {
191
+ this.fm();
192
+ this.fr();
193
+ return this.eg;
194
+ }
195
+ this.eg = new TextEditorView(this.am, this.f.getTheme(), this.b);
196
+ this.eg.setFont(this.ej);
197
+ return this.eg;
198
+ }
199
+ ec() {
200
+ if (this.ef != null) {
201
+ this.fm();
202
+ this.fr();
203
+ return this.ef;
204
+ }
205
+ this.ef = new NumericEditorView(this.am, this.f.getTheme(), this.b);
206
+ this.ef.setFont(this.ej);
207
+ return this.ef;
208
+ }
189
209
  eb() {
190
- if (this.ee != null) {
191
- this.fk();
192
- this.fp();
193
- return this.ee;
210
+ if (this.d6 != null) {
211
+ this.fm();
212
+ this.fr();
213
+ return this.d6;
194
214
  }
195
- this.ee = new TextEditorView(this.am, this.f.getTheme(), this.b);
196
- this.ee.setFont(this.eh);
197
- return this.ee;
215
+ this.d6 = new DateEditorView(this.am, this.f.getTheme(), this.b);
216
+ this.d6.setFont(this.ej);
217
+ return this.d6;
198
218
  }
199
219
  ea() {
200
- if (this.ed != null) {
201
- this.fk();
202
- this.fp();
203
- return this.ed;
204
- }
205
- this.ed = new NumericEditorView(this.am, this.f.getTheme(), this.b);
206
- this.ed.setFont(this.eh);
207
- return this.ed;
208
- }
209
- d9() {
210
- if (this.d4 != null) {
211
- this.fk();
212
- this.fp();
213
- return this.d4;
214
- }
215
- this.d4 = new DateEditorView(this.am, this.f.getTheme(), this.b);
216
- this.d4.setFont(this.eh);
217
- return this.d4;
218
- }
219
- d8() {
220
- if (this.d3 != null) {
221
- this.fj();
222
- this.fk();
223
- this.fp();
224
- return this.d3;
225
- }
226
- this.d3 = new ComboEditorView(this.am, this.f.getTheme(), this.b);
227
- this.d3.setFont(this.eh);
228
- this.d3.ah = this.ez;
229
- this.d3.ak = this.e4;
230
- this.d3.aa = this.d0;
231
- return this.d3;
220
+ if (this.d5 != null) {
221
+ this.fl();
222
+ this.fm();
223
+ this.fr();
224
+ return this.d5;
225
+ }
226
+ this.d5 = new ComboEditorView(this.am, this.f.getTheme(), this.b);
227
+ this.d5.setFont(this.ej);
228
+ this.d5.ah = this.e1;
229
+ this.d5.ak = this.e6;
230
+ this.d5.aa = this.d2;
231
+ return this.d5;
232
232
  }
233
- fr(a, b) {
233
+ ft(a, b) {
234
234
  if (b.g != b.d || b.h != b.e) {
235
- if (this.d3 != null) {
236
- this.d3.an();
235
+ if (this.d5 != null) {
236
+ this.d5.an();
237
237
  }
238
- if (this.d4 != null) {
239
- this.d4.ah();
238
+ if (this.d6 != null) {
239
+ this.d6.ah();
240
240
  }
241
- this.fh();
242
- }
243
- }
244
- ff() {
245
- if (!this.ej) {
246
- if (this.d7 != null) {
247
- this.d7.attachEvents();
248
- let a = this.d7;
249
- a.valueProvided = delegateCombine(a.valueProvided, runOn(this, this.fx));
250
- let b = this.d7;
251
- b.lostFocus = delegateCombine(b.lostFocus, runOn(this, this.fn));
252
- let c = this.d7;
253
- c.gotFocus = delegateCombine(c.gotFocus, runOn(this, this.fm));
254
- let d = this.d7;
255
- d.userTyping = delegateCombine(d.userTyping, runOn(this, this.fv));
256
- this.ej = true;
241
+ this.fj();
242
+ }
243
+ }
244
+ fh() {
245
+ if (!this.el) {
246
+ if (this.d9 != null) {
247
+ this.d9.attachEvents();
248
+ let a = this.d9;
249
+ a.valueProvided = delegateCombine(a.valueProvided, runOn(this, this.fz));
250
+ let b = this.d9;
251
+ b.lostFocus = delegateCombine(b.lostFocus, runOn(this, this.fp));
252
+ let c = this.d9;
253
+ c.gotFocus = delegateCombine(c.gotFocus, runOn(this, this.fo));
254
+ let d = this.d9;
255
+ d.userTyping = delegateCombine(d.userTyping, runOn(this, this.fx));
256
+ this.el = true;
257
257
  }
258
258
  }
259
259
  }
260
- fg() {
261
- if (this.ej) {
262
- if (this.d7 != null) {
263
- this.d7.detachEvents();
264
- let a = this.d7;
265
- a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.fx));
266
- let b = this.d7;
267
- b.lostFocus = delegateRemove(b.lostFocus, runOn(this, this.fn));
268
- let c = this.d7;
269
- c.gotFocus = delegateRemove(c.gotFocus, runOn(this, this.fm));
270
- let d = this.d7;
271
- d.userTyping = delegateRemove(d.userTyping, runOn(this, this.fv));
272
- this.ej = false;
260
+ fi() {
261
+ if (this.el) {
262
+ if (this.d9 != null) {
263
+ this.d9.detachEvents();
264
+ let a = this.d9;
265
+ a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.fz));
266
+ let b = this.d9;
267
+ b.lostFocus = delegateRemove(b.lostFocus, runOn(this, this.fp));
268
+ let c = this.d9;
269
+ c.gotFocus = delegateRemove(c.gotFocus, runOn(this, this.fo));
270
+ let d = this.d9;
271
+ d.userTyping = delegateRemove(d.userTyping, runOn(this, this.fx));
272
+ this.el = false;
273
273
  }
274
274
  }
275
275
  }
276
- fu(a) {
277
- this.eo = false;
276
+ fw(a) {
277
+ this.eq = false;
278
+ this.er = false;
278
279
  this.ep = false;
279
- this.en = false;
280
280
  if (!a) {
281
- this.ep = true;
282
- this.d7.onTargetChanged();
281
+ this.er = true;
282
+ this.d9.onTargetChanged();
283
283
  }
284
284
  }
285
- fw() {
286
- if (this.d7 != null) {
287
- this.d7.value = this.e0;
285
+ fy() {
286
+ if (this.d9 != null) {
287
+ this.d9.value = this.e2;
288
288
  }
289
289
  }
290
- fk() {
290
+ fm() {
291
291
  }
292
- fo() {
293
- this.ei = true;
294
- this.fg();
292
+ fq() {
293
+ this.ek = true;
294
+ this.fi();
295
295
  this.ar.removeChildren();
296
- if (this.d7 != null) {
297
- this.d7.cleanUp();
298
- }
299
- this.d7 = this.ec(this.d6);
300
- this.ar.append(this.d7.container);
301
- this.ff();
302
- if (this.d7 != null) {
303
- this.d7.isEnabled = !this.isRemoved;
304
- if (!this.es) {
305
- this.d7.onEditStarted();
296
+ if (this.d9 != null) {
297
+ this.d9.cleanUp();
298
+ }
299
+ this.d9 = this.ee(this.d8);
300
+ this.ar.append(this.d9.container);
301
+ this.fh();
302
+ if (this.d9 != null) {
303
+ this.d9.isEnabled = !this.isRemoved;
304
+ if (!this.eu) {
305
+ this.d9.onEditStarted();
306
306
  }
307
307
  }
308
- this.ei = false;
308
+ this.ek = false;
309
309
  }
310
- fj() {
311
- if (this.d3 != null) {
312
- this.d3.ah = this.ez;
313
- this.d3.ak = this.e4;
314
- this.d3.aa = this.d0;
310
+ fl() {
311
+ if (this.d5 != null) {
312
+ this.d5.ah = this.e1;
313
+ this.d5.ak = this.e6;
314
+ this.d5.aa = this.d2;
315
315
  }
316
316
  }
317
- fp() {
318
- if (this.eh != null) {
319
- if (this.ee != null) {
320
- this.ee.setFont(this.eh);
317
+ fr() {
318
+ if (this.ej != null) {
319
+ if (this.eg != null) {
320
+ this.eg.setFont(this.ej);
321
321
  }
322
- if (this.ed != null) {
323
- this.ed.setFont(this.eh);
322
+ if (this.ef != null) {
323
+ this.ef.setFont(this.ej);
324
324
  }
325
- if (this.d4 != null) {
326
- this.d4.setFont(this.eh);
325
+ if (this.d6 != null) {
326
+ this.d6.setFont(this.ej);
327
327
  }
328
- if (this.d3 != null) {
329
- this.d3.setFont(this.eh);
328
+ if (this.d5 != null) {
329
+ this.d5.setFont(this.ej);
330
330
  }
331
- this.ev.setStyleProperty("font", this.eh.fontString);
331
+ this.ex.setStyleProperty("font", this.ej.fontString);
332
332
  }
333
333
  }
334
- fi() {
335
- this.em = false;
336
- if (this.d7 != null) {
337
- if (!this.es) {
338
- this.d7.onEditStarted();
334
+ fk() {
335
+ this.eo = false;
336
+ if (this.d9 != null) {
337
+ if (!this.eu) {
338
+ this.d9.onEditStarted();
339
339
  }
340
340
  else {
341
- this.d7.onEditEnded();
342
- this.d7.value = null;
343
- this.d7.value = this.e0;
341
+ this.d9.onEditEnded();
342
+ this.d9.value = null;
343
+ this.d9.value = this.e2;
344
344
  }
345
345
  }
346
346
  }
347
- fl() {
348
- if (this.d7 != null && this.d4 == this.d7) {
349
- this.d4.af = this.e8;
347
+ fn() {
348
+ if (this.d9 != null && this.d6 == this.d9) {
349
+ this.d6.af = this.fa;
350
350
  }
351
351
  }
352
- ft() {
353
- if (this.d7 != null && this.d4 == this.d7) {
354
- this.d4.ad = this.et;
352
+ fv() {
353
+ if (this.d9 != null && this.d6 == this.d9) {
354
+ this.d6.ad = this.ev;
355
355
  }
356
356
  }
357
- fy(a, b, c, d, e) {
357
+ f0(a, b, c, d, e) {
358
358
  if (!stringIsNullOrWhiteSpace(a)) {
359
- this.ev.setRawText(a);
360
- this.ef.b9();
361
- this.fz();
359
+ this.ex.setRawText(a);
360
+ this.eh.b9();
361
+ this.f1();
362
362
  }
363
363
  }
364
- fz() {
364
+ f1() {
365
365
  let rect_ = this.ar.getNativeElement().getBoundingClientRect();
366
366
  let a = new Rect(4);
367
367
  a.left = (rect_.left + window.pageXOffset);
368
368
  a.top = (rect_.top + window.pageYOffset);
369
369
  a.right = (rect_.right + window.pageXOffset);
370
370
  a.bottom = (rect_.bottom + window.pageYOffset);
371
- this.ef.showRelativeToExclusionRect(a, 1, 0);
371
+ this.eh.showRelativeToExclusionRect(a, 1, 0);
372
372
  }
373
- fh() {
374
- if (this.ef.ax) {
375
- this.ef.b6();
373
+ fj() {
374
+ if (this.eh.ax) {
375
+ this.eh.b6();
376
376
  }
377
377
  }
378
- ck() {
379
- if (this.d7 == null) {
380
- this.fo();
381
- this.f.setViewportChangedHandler(runOn(this, this.fr));
378
+ cm() {
379
+ if (this.d9 == null) {
380
+ this.fq();
381
+ this.f.setViewportChangedHandler(runOn(this, this.ft));
382
382
  }
383
383
  }
384
- ca() {
385
- if (this.d7 != null) {
386
- this.d7.focus();
384
+ cc() {
385
+ if (this.d9 != null) {
386
+ this.d9.focus();
387
387
  }
388
388
  }
389
- cl(a, b, c) {
390
- super.cl(a, b, c);
389
+ cn(a, b, c) {
390
+ super.cn(a, b, c);
391
391
  switch (a) {
392
392
  case "EditorType":
393
- this.fo();
393
+ this.fq();
394
394
  break;
395
395
  case "ComboItemsSource":
396
396
  case "ComboTextField":
397
397
  case "ComboValueField":
398
- this.fj();
398
+ this.fl();
399
399
  break;
400
400
  case "DataType":
401
- this.fk();
401
+ this.fm();
402
402
  break;
403
403
  case "Value":
404
- this.fw();
404
+ this.fy();
405
405
  break;
406
406
  case "FontInfo":
407
- this.fp();
407
+ this.fr();
408
408
  break;
409
409
  case "IsHidden":
410
- this.fi();
410
+ this.fk();
411
411
  break;
412
412
  case "DateFormatString":
413
- this.fl();
413
+ this.fn();
414
414
  break;
415
415
  case "ShowTodayButton":
416
- this.ft();
416
+ this.fv();
417
417
  break;
418
418
  case "IsRemoved":
419
- if (this.d7 != null) {
420
- this.d7.isEnabled = !this.isRemoved;
419
+ if (this.d9 != null) {
420
+ this.d9.isEnabled = !this.isRemoved;
421
421
  if (!this.isRemoved) {
422
- this.d7.onTargetChanged();
422
+ this.d9.onTargetChanged();
423
423
  }
424
424
  }
425
425
  break;
426
426
  }
427
427
  }
428
- fx(a, b, c) {
429
- if (a == this.d7) {
428
+ fz(a, b, c) {
429
+ if (a == this.d9) {
430
430
  if (!c) {
431
431
  this.b.updateCellEditValue(b);
432
432
  }
433
433
  }
434
434
  }
435
- fv(a) {
436
- if (a == this.d7) {
435
+ fx(a) {
436
+ if (a == this.d9) {
437
437
  this.b.startEditMode();
438
438
  }
439
439
  }
440
- er(a) {
441
- if (a != null && this.ef != null && this.ef.ax) {
442
- let b = this.ew.getNativeElement();
440
+ et(a) {
441
+ if (a != null && this.eh != null && this.eh.ax) {
442
+ let b = this.ey.getNativeElement();
443
443
  return b.contains(a);
444
444
  }
445
445
  return false;
446
446
  }
447
- eq(a) {
447
+ es(a) {
448
448
  if (a != null) {
449
449
  let b = this.ar.getNativeElement();
450
450
  return b.contains(a);
451
451
  }
452
452
  return false;
453
453
  }
454
- fs(a) {
455
- if (!this.ei) {
454
+ fu(a) {
455
+ if (!this.ek) {
456
456
  let b = (a.originalEvent.relatedTarget);
457
- if (this.en && !this.eq(b) && !this.er(b)) {
457
+ if (this.ep && !this.es(b) && !this.et(b)) {
458
458
  this.b.editorCellLostFocus();
459
- this.fh();
459
+ this.fj();
460
460
  }
461
461
  let c = this.am.rootWrapper.getNativeElement();
462
462
  if (c.contains(b)) {
@@ -465,23 +465,23 @@ let EditorCell = /*@__PURE__*/ (() => {
465
465
  if (d == "INPUT" || d == "SELECT" || d == "TEXTAREA" || d == "BUTTON" || d == "OPTION") {
466
466
  return;
467
467
  }
468
- if (this.b.isEditRefocusDesired && this.d7 != null) {
469
- this.d7.focus();
468
+ if (this.b.isEditRefocusDesired && this.d9 != null) {
469
+ this.d9.focus();
470
470
  }
471
471
  }, 0);
472
472
  }
473
473
  }
474
474
  }
475
- fq(a) {
476
- if (this.eo && !this.ef.ax) {
477
- this.fz();
475
+ fs(a) {
476
+ if (this.eq && !this.eh.ax) {
477
+ this.f1();
478
478
  }
479
479
  }
480
- fn(a) {
481
- this.en = true;
480
+ fp(a) {
481
+ this.ep = true;
482
482
  }
483
- fm(a) {
484
- this.en = false;
483
+ fo(a) {
484
+ this.ep = false;
485
485
  }
486
486
  onContactStarted(a, b) {
487
487
  a.stopPropagation();