igniteui-webcomponents-grids 1.4.2 → 3.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (217) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +16049 -15259
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/BrowserExecutionContext.js +3 -1
  4. package/esm2015/lib/CanvasGridCellBase.js +6 -6
  5. package/esm2015/lib/CanvasSummaryCell.js +4 -4
  6. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  7. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +1 -1
  8. package/esm2015/lib/CellPresenterBase.js +1 -1
  9. package/esm2015/lib/CheckboxListView_combined.js +31 -31
  10. package/esm2015/lib/ColumnChooserView_combined.js +10 -10
  11. package/esm2015/lib/ColumnFilterCondition_combined.js +5546 -4404
  12. package/esm2015/lib/ColumnGroupingView_combined.js +186 -168
  13. package/esm2015/lib/ColumnPinningView_combined.js +6 -6
  14. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +13 -13
  15. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  16. package/esm2015/lib/DataGridCellLayoutPanel.js +25 -25
  17. package/esm2015/lib/DataGridLocaleEn.js +1 -0
  18. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  19. package/esm2015/lib/DataGridToolbarView_combined.js +294 -223
  20. package/esm2015/lib/DraggerView.js +8 -8
  21. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +45 -26
  22. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  23. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  24. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +5 -5
  25. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  26. package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
  27. package/esm2015/lib/GridColumnPinOptionsView_combined.js +2 -2
  28. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +8 -11
  29. package/esm2015/lib/GridExternalWrapper.js +6 -6
  30. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  31. package/esm2015/lib/GridStyleRepository.js +5 -5
  32. package/esm2015/lib/HorizontalPropertyEditorDataSource.js +2 -2
  33. package/esm2015/lib/{PropertyEditorDescriptionObjectCollection.js → IDataGridComponent.js} +5 -1
  34. package/esm2015/lib/IToolbarVisualModelExport.js +11 -0
  35. package/esm2015/lib/MultiColumnComboBoxView_combined.js +314 -302
  36. package/esm2015/lib/MultiColumnComboVisualModelExport.js +2 -2
  37. package/esm2015/lib/PageChangedEventArgs.js +33 -0
  38. package/esm2015/lib/{PropertyEditorDataSource.js → PagedDataProvider.js} +1 -1
  39. package/{esm5/lib/PropertyEditorDataSource.js → esm2015/lib/Pager.js} +1 -1
  40. package/esm2015/lib/{PropertyEditorDescriptionObject.js → PagerDataSourceNotificationBridge.js} +1 -1
  41. package/{esm5/lib/PropertyEditorDescriptionObject.js → esm2015/lib/PagerGridDataSourceNotificationBridge.js} +1 -1
  42. package/esm2015/lib/PagerView.js +7 -0
  43. package/esm2015/lib/PagerVisualModelExport.js +82 -0
  44. package/esm2015/lib/PropertyEditorView_combined.js +145 -145
  45. package/esm2015/lib/TemplateCell.js +1 -1
  46. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  47. package/esm2015/lib/TemplateHeader.js +2 -2
  48. package/esm2015/lib/{PropertyEditorPropertyDescriptionChangedEventArgs.js → ToolbarVisualModelExport.js} +9 -5
  49. package/esm2015/lib/VisualModelExport.js +77 -69
  50. package/esm2015/lib/igc-column-component.js +133 -113
  51. package/esm2015/lib/igc-column-grouping-component.js +33 -23
  52. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  53. package/esm2015/lib/igc-data-grid-component.js +588 -413
  54. package/esm2015/lib/igc-data-grid-module.js +4 -0
  55. package/esm2015/lib/igc-data-grid-pager-component.js +368 -0
  56. package/esm2015/lib/{igc-property-editor-property-description-module.js → igc-data-grid-pager-module.js} +6 -6
  57. package/esm2015/lib/igc-data-grid-toolbar-component.js +94 -35
  58. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  59. package/esm2015/lib/igc-horizontal-property-editor-data-source.js +2 -2
  60. package/esm2015/lib/igc-image-column-component.js +12 -12
  61. package/esm2015/lib/igc-multi-column-combo-box-component.js +146 -140
  62. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  63. package/esm2015/lib/igc-page-changed-event-args.js +46 -0
  64. package/esm2015/lib/igc-property-editor-component.js +7 -7
  65. package/esm2015/lib/igc-property-editor-module.js +1 -1
  66. package/esm2015/lib/igc-text-column-component.js +9 -9
  67. package/esm2015/public_api.js +14 -20
  68. package/esm5/lib/BrowserExecutionContext.js +3 -1
  69. package/esm5/lib/CanvasGridCellBase.js +6 -6
  70. package/esm5/lib/CanvasSummaryCell.js +4 -4
  71. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  72. package/esm5/lib/CanvasTextHeaderCellPresenter.js +1 -1
  73. package/esm5/lib/CellPresenterBase.js +1 -1
  74. package/esm5/lib/CheckboxListView_combined.js +31 -31
  75. package/esm5/lib/ColumnChooserView_combined.js +10 -10
  76. package/esm5/lib/ColumnFilterCondition_combined.js +5514 -4226
  77. package/esm5/lib/ColumnGroupingView_combined.js +188 -162
  78. package/esm5/lib/ColumnPinningView_combined.js +6 -6
  79. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +13 -13
  80. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  81. package/esm5/lib/DataGridCellLayoutPanel.js +25 -25
  82. package/esm5/lib/DataGridLocaleEn.js +1 -0
  83. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  84. package/esm5/lib/DataGridToolbarView_combined.js +295 -220
  85. package/esm5/lib/DraggerView.js +8 -8
  86. package/esm5/lib/GridColumnFilterOptionsView_combined.js +45 -26
  87. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  88. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  89. package/esm5/lib/GridColumnMoveOptionsView_combined.js +5 -5
  90. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  91. package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
  92. package/esm5/lib/GridColumnPinOptionsView_combined.js +2 -2
  93. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +8 -11
  94. package/esm5/lib/GridExternalWrapper.js +6 -6
  95. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  96. package/esm5/lib/GridStyleRepository.js +5 -5
  97. package/esm5/lib/HorizontalPropertyEditorDataSource.js +2 -2
  98. package/{esm2015/lib/PropertyEditorPropertyDescription.js → esm5/lib/IDataGridComponent.js} +5 -1
  99. package/esm5/lib/IToolbarVisualModelExport.js +11 -0
  100. package/esm5/lib/MultiColumnComboBoxView_combined.js +297 -285
  101. package/esm5/lib/MultiColumnComboVisualModelExport.js +2 -2
  102. package/esm5/lib/PageChangedEventArgs.js +43 -0
  103. package/esm5/lib/PagedDataProvider.js +7 -0
  104. package/esm5/lib/Pager.js +7 -0
  105. package/esm5/lib/PagerDataSourceNotificationBridge.js +7 -0
  106. package/esm5/lib/PagerGridDataSourceNotificationBridge.js +7 -0
  107. package/esm5/lib/PagerView.js +7 -0
  108. package/esm5/lib/PagerVisualModelExport.js +84 -0
  109. package/esm5/lib/PropertyEditorView_combined.js +144 -144
  110. package/esm5/lib/TemplateCell.js +1 -1
  111. package/esm5/lib/TemplateCellPresenter.js +1 -1
  112. package/esm5/lib/TemplateHeader.js +2 -2
  113. package/esm5/lib/ToolbarVisualModelExport.js +24 -0
  114. package/esm5/lib/VisualModelExport.js +77 -69
  115. package/esm5/lib/igc-column-component.js +141 -113
  116. package/esm5/lib/igc-column-grouping-component.js +35 -21
  117. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  118. package/esm5/lib/igc-data-grid-component.js +636 -413
  119. package/esm5/lib/igc-data-grid-module.js +4 -0
  120. package/esm5/lib/igc-data-grid-pager-component.js +435 -0
  121. package/esm5/lib/igc-data-grid-pager-module.js +20 -0
  122. package/esm5/lib/igc-data-grid-toolbar-component.js +110 -35
  123. package/esm5/lib/igc-date-time-column-component.js +23 -23
  124. package/esm5/lib/igc-horizontal-property-editor-data-source.js +2 -2
  125. package/esm5/lib/igc-image-column-component.js +12 -12
  126. package/esm5/lib/igc-multi-column-combo-box-component.js +147 -141
  127. package/esm5/lib/igc-numeric-column-component.js +35 -35
  128. package/esm5/lib/igc-page-changed-event-args.js +60 -0
  129. package/esm5/lib/igc-property-editor-component.js +7 -7
  130. package/esm5/lib/igc-property-editor-module.js +1 -1
  131. package/esm5/lib/igc-text-column-component.js +9 -9
  132. package/esm5/public_api.js +14 -20
  133. package/fesm2015/igniteui-webcomponents-grids.js +17478 -16796
  134. package/fesm5/igniteui-webcomponents-grids.js +16939 -16142
  135. package/lib/ColumnFilterCondition_combined.d.ts +1025 -824
  136. package/lib/ColumnGroupingView_combined.d.ts +44 -41
  137. package/lib/DataGridLocaleEn.d.ts +1 -0
  138. package/lib/DataGridToolbarView_combined.d.ts +50 -41
  139. package/lib/GridColumnGroupOptionsView_combined.d.ts +1 -1
  140. package/lib/HorizontalPropertyEditorDataSource.d.ts +1 -1
  141. package/lib/IDataGridComponent.d.ts +12 -0
  142. package/lib/IToolbarVisualModelExport.d.ts +11 -0
  143. package/lib/MultiColumnComboBoxView_combined.d.ts +78 -76
  144. package/lib/PageChangedEventArgs.d.ts +11 -0
  145. package/lib/PagedDataProvider.d.ts +1 -0
  146. package/lib/Pager.d.ts +1 -0
  147. package/lib/PagerDataSourceNotificationBridge.d.ts +1 -0
  148. package/lib/PagerGridDataSourceNotificationBridge.d.ts +1 -0
  149. package/lib/PagerView.d.ts +1 -0
  150. package/lib/PagerVisualModelExport.d.ts +25 -0
  151. package/lib/PropertyEditorView_combined.d.ts +10 -10
  152. package/lib/ToolbarVisualModelExport.d.ts +9 -0
  153. package/lib/VisualModelExport.d.ts +21 -17
  154. package/lib/igc-column-component.d.ts +9 -1
  155. package/lib/igc-column-grouping-component.d.ts +8 -4
  156. package/lib/igc-data-grid-component.d.ts +56 -0
  157. package/lib/igc-data-grid-pager-component.d.ts +101 -0
  158. package/lib/igc-data-grid-pager-module.d.ts +3 -0
  159. package/lib/igc-data-grid-toolbar-component.d.ts +15 -0
  160. package/lib/igc-horizontal-property-editor-data-source.d.ts +2 -2
  161. package/lib/igc-multi-column-combo-box-component.d.ts +1 -0
  162. package/lib/igc-page-changed-event-args.d.ts +20 -0
  163. package/lib/igc-property-editor-component.d.ts +2 -2
  164. package/package.json +5 -5
  165. package/public_api.d.ts +14 -20
  166. package/esm2015/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -16
  167. package/esm2015/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
  168. package/esm2015/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -40
  169. package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +0 -463
  170. package/esm2015/lib/PropertyEditorTreeTransformer.js +0 -207
  171. package/esm2015/lib/PropertyEditorValueType.js +0 -35
  172. package/esm2015/lib/igc-property-editor-data-source.js +0 -39
  173. package/esm2015/lib/igc-property-editor-description-object-collection.js +0 -48
  174. package/esm2015/lib/igc-property-editor-description-object.js +0 -70
  175. package/esm2015/lib/igc-property-editor-property-description-button-click-event-args.js +0 -24
  176. package/esm2015/lib/igc-property-editor-property-description-changed-event-args.js +0 -24
  177. package/esm2015/lib/igc-property-editor-property-description-collection.js +0 -48
  178. package/esm2015/lib/igc-property-editor-property-description-component.js +0 -372
  179. package/esm2015/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -42
  180. package/esm5/lib/PropertyEditorDescriptionObjectCollection.js +0 -7
  181. package/esm5/lib/PropertyEditorPropertyDescription.js +0 -7
  182. package/esm5/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -20
  183. package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +0 -20
  184. package/esm5/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
  185. package/esm5/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -54
  186. package/esm5/lib/PropertyEditorPropertyDescription_combined.js +0 -525
  187. package/esm5/lib/PropertyEditorTreeTransformer.js +0 -209
  188. package/esm5/lib/PropertyEditorValueType.js +0 -35
  189. package/esm5/lib/igc-property-editor-data-source.js +0 -53
  190. package/esm5/lib/igc-property-editor-description-object-collection.js +0 -53
  191. package/esm5/lib/igc-property-editor-description-object.js +0 -84
  192. package/esm5/lib/igc-property-editor-property-description-button-click-event-args.js +0 -30
  193. package/esm5/lib/igc-property-editor-property-description-changed-event-args.js +0 -30
  194. package/esm5/lib/igc-property-editor-property-description-collection.js +0 -53
  195. package/esm5/lib/igc-property-editor-property-description-component.js +0 -445
  196. package/esm5/lib/igc-property-editor-property-description-module.js +0 -20
  197. package/esm5/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -60
  198. package/lib/PropertyEditorDataSource.d.ts +0 -1
  199. package/lib/PropertyEditorDescriptionObject.d.ts +0 -1
  200. package/lib/PropertyEditorDescriptionObjectCollection.d.ts +0 -1
  201. package/lib/PropertyEditorPropertyDescription.d.ts +0 -1
  202. package/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +0 -7
  203. package/lib/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +0 -7
  204. package/lib/PropertyEditorPropertyDescriptionCollection.d.ts +0 -1
  205. package/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +0 -13
  206. package/lib/PropertyEditorPropertyDescription_combined.d.ts +0 -88
  207. package/lib/PropertyEditorTreeTransformer.d.ts +0 -17
  208. package/lib/PropertyEditorValueType.d.ts +0 -28
  209. package/lib/igc-property-editor-data-source.d.ts +0 -16
  210. package/lib/igc-property-editor-description-object-collection.d.ts +0 -8
  211. package/lib/igc-property-editor-description-object.d.ts +0 -17
  212. package/lib/igc-property-editor-property-description-button-click-event-args.d.ts +0 -12
  213. package/lib/igc-property-editor-property-description-changed-event-args.d.ts +0 -12
  214. package/lib/igc-property-editor-property-description-collection.d.ts +0 -8
  215. package/lib/igc-property-editor-property-description-component.d.ts +0 -65
  216. package/lib/igc-property-editor-property-description-module.d.ts +0 -3
  217. package/lib/igc-property-editor-property-description-target-property-updating-event-args.d.ts +0 -15
@@ -59,10 +59,10 @@ var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
59
59
  * Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
60
60
  */
61
61
  get: function () {
62
- return this.i.l6;
62
+ return this.i.md;
63
63
  },
64
64
  set: function (v) {
65
- this.i.l6 = v;
65
+ this.i.md = v;
66
66
  },
67
67
  enumerable: true,
68
68
  configurable: true
@@ -72,10 +72,10 @@ var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72
72
  * Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
73
73
  */
74
74
  get: function () {
75
- return this.i.ma;
75
+ return this.i.mh;
76
76
  },
77
77
  set: function (v) {
78
- this.i.ma = v;
78
+ this.i.mh = v;
79
79
  },
80
80
  enumerable: true,
81
81
  configurable: true
@@ -85,10 +85,10 @@ var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
85
85
  * Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
86
86
  */
87
87
  get: function () {
88
- return this.i.l8;
88
+ return this.i.mf;
89
89
  },
90
90
  set: function (v) {
91
- this.i.l8 = v;
91
+ this.i.mf = v;
92
92
  },
93
93
  enumerable: true,
94
94
  configurable: true
@@ -98,10 +98,10 @@ var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
98
98
  * Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
99
99
  */
100
100
  get: function () {
101
- return this.i.mc;
101
+ return this.i.mj;
102
102
  },
103
103
  set: function (v) {
104
- this.i.mc = v;
104
+ this.i.mj = v;
105
105
  },
106
106
  enumerable: true,
107
107
  configurable: true
@@ -111,11 +111,11 @@ var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
111
111
  * Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
112
112
  */
113
113
  get: function () {
114
- return this.i.lm;
114
+ return this.i.lt;
115
115
  },
116
116
  set: function (v) {
117
- this.i.lm = +v;
118
- this._a("maxFractionDigits", this.i.lm);
117
+ this.i.lt = +v;
118
+ this._a("maxFractionDigits", this.i.lt);
119
119
  },
120
120
  enumerable: true,
121
121
  configurable: true
@@ -125,11 +125,11 @@ var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
125
125
  * Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
126
126
  */
127
127
  get: function () {
128
- return this.i.ln;
128
+ return this.i.lu;
129
129
  },
130
130
  set: function (v) {
131
- this.i.ln = +v;
132
- this._a("minFractionDigits", this.i.ln);
131
+ this.i.lu = +v;
132
+ this._a("minFractionDigits", this.i.lu);
133
133
  },
134
134
  enumerable: true,
135
135
  configurable: true
@@ -139,11 +139,11 @@ var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
139
139
  * Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
140
140
  */
141
141
  get: function () {
142
- return this.i.lo;
142
+ return this.i.lv;
143
143
  },
144
144
  set: function (v) {
145
- this.i.lo = +v;
146
- this._a("minIntegerDigits", this.i.lo);
145
+ this.i.lv = +v;
146
+ this._a("minIntegerDigits", this.i.lv);
147
147
  },
148
148
  enumerable: true,
149
149
  configurable: true
@@ -153,11 +153,11 @@ var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
153
153
  * Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
154
154
  */
155
155
  get: function () {
156
- return this.i.lh;
156
+ return this.i.lo;
157
157
  },
158
158
  set: function (v) {
159
- this.i.lh = ensureBool(v);
160
- this._a("showGroupingSeparator", this.i.lh);
159
+ this.i.lo = ensureBool(v);
160
+ this._a("showGroupingSeparator", this.i.lo);
161
161
  },
162
162
  enumerable: true,
163
163
  configurable: true
@@ -167,24 +167,24 @@ var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
167
167
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
168
168
  */
169
169
  get: function () {
170
- return this.i.l1;
170
+ return this.i.l8;
171
171
  },
172
172
  set: function (v) {
173
- this.i.l1 = v;
173
+ this.i.l8 = v;
174
174
  },
175
175
  enumerable: true,
176
176
  configurable: true
177
177
  });
178
178
  Object.defineProperty(IgcNumericColumnComponent.prototype, "formatSpecifiers", {
179
179
  get: function () {
180
- return this.i.le;
180
+ return this.i.ll;
181
181
  },
182
182
  set: function (v) {
183
183
  if (v && !Array.isArray(v) && typeof (v) == "string") {
184
184
  var re = /\s*(?:,|\s|$)\s*/gm;
185
185
  v = v.split(re);
186
186
  }
187
- this.i.le = v;
187
+ this.i.ll = v;
188
188
  },
189
189
  enumerable: true,
190
190
  configurable: true
@@ -194,10 +194,10 @@ var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
194
194
  * Gets or sets the INTL NumericFormat object to use for formatting the date values.
195
195
  */
196
196
  get: function () {
197
- return this.i.lr;
197
+ return this.i.ly;
198
198
  },
199
199
  set: function (v) {
200
- this.i.lr = v;
200
+ this.i.ly = v;
201
201
  },
202
202
  enumerable: true,
203
203
  configurable: true
@@ -207,11 +207,11 @@ var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
207
207
  * Gets or sets the editor type used for editing cells in this column.
208
208
  */
209
209
  get: function () {
210
- return this.i.lf;
210
+ return this.i.lm;
211
211
  },
212
212
  set: function (v) {
213
- this.i.lf = ensureEnum(EditorType_$type, v);
214
- this._a("editorType", enumToString(EditorType_$type, this.i.lf));
213
+ this.i.lm = ensureEnum(EditorType_$type, v);
214
+ this._a("editorType", enumToString(EditorType_$type, this.i.lm));
215
215
  },
216
216
  enumerable: true,
217
217
  configurable: true
@@ -221,10 +221,10 @@ var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
221
221
  * Gets or sets the ComboBox data source.
222
222
  */
223
223
  get: function () {
224
- return this.i.lq;
224
+ return this.i.lx;
225
225
  },
226
226
  set: function (v) {
227
- this.i.lq = v;
227
+ this.i.lx = v;
228
228
  },
229
229
  enumerable: true,
230
230
  configurable: true
@@ -234,10 +234,10 @@ var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
234
234
  * Gets or sets the ComboBox text field.
235
235
  */
236
236
  get: function () {
237
- return this.i.lx;
237
+ return this.i.l4;
238
238
  },
239
239
  set: function (v) {
240
- this.i.lx = v;
240
+ this.i.l4 = v;
241
241
  },
242
242
  enumerable: true,
243
243
  configurable: true
@@ -247,10 +247,10 @@ var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
247
247
  * Gets or sets the ComboBox value field.
248
248
  */
249
249
  get: function () {
250
- return this.i.ly;
250
+ return this.i.l5;
251
251
  },
252
252
  set: function (v) {
253
- this.i.ly = v;
253
+ this.i.l5 = v;
254
254
  },
255
255
  enumerable: true,
256
256
  configurable: true
@@ -0,0 +1,60 @@
1
+ import { PageChangedEventArgs as PageChangedEventArgs_internal } from "./PageChangedEventArgs";
2
+ var IgcPageChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
3
+ function IgcPageChangedEventArgs() {
4
+ this._implementation = this.createImplementation();
5
+ this._implementation.externalObject = this;
6
+ this.onImplementationCreated();
7
+ }
8
+ IgcPageChangedEventArgs.prototype.createImplementation = function () {
9
+ return new PageChangedEventArgs_internal();
10
+ };
11
+ Object.defineProperty(IgcPageChangedEventArgs.prototype, "i", {
12
+ /**
13
+ * @hidden
14
+ */
15
+ get: function () {
16
+ return this._implementation;
17
+ },
18
+ enumerable: true,
19
+ configurable: true
20
+ });
21
+ IgcPageChangedEventArgs.prototype.onImplementationCreated = function () {
22
+ };
23
+ IgcPageChangedEventArgs.prototype._provideImplementation = function (i) {
24
+ this._implementation = i;
25
+ this._implementation.externalObject = this;
26
+ this.onImplementationCreated();
27
+ };
28
+ Object.defineProperty(IgcPageChangedEventArgs.prototype, "page", {
29
+ /**
30
+ * Gets the index for the page that just changed.
31
+ */
32
+ get: function () {
33
+ return this.i.page;
34
+ },
35
+ set: function (v) {
36
+ this.i.page = +v;
37
+ },
38
+ enumerable: true,
39
+ configurable: true
40
+ });
41
+ Object.defineProperty(IgcPageChangedEventArgs.prototype, "data", {
42
+ /**
43
+ * Gets the data for the page that just changed.
44
+ */
45
+ get: function () {
46
+ return this.i.data;
47
+ },
48
+ set: function (v) {
49
+ if (v && !Array.isArray(v) && typeof (v) == "string") {
50
+ var re = /\s*(?:,|\s|$)\s*/gm;
51
+ v = v.split(re);
52
+ }
53
+ this.i.data = v;
54
+ },
55
+ enumerable: true,
56
+ configurable: true
57
+ });
58
+ return IgcPageChangedEventArgs;
59
+ }());
60
+ export { IgcPageChangedEventArgs };
@@ -9,11 +9,11 @@ import { PropertyEditor } from "./PropertyEditor";
9
9
  import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
10
10
  import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
11
11
  import { IgcHTMLElement } from "igniteui-webcomponents-core";
12
- import { IgcPropertyEditorPropertyDescriptionCollection } from './igc-property-editor-property-description-collection';
13
- import { PropertyEditorPropertyDescriptionCollection as PropertyEditorPropertyDescriptionCollection_internal } from './PropertyEditorPropertyDescriptionCollection';
12
+ import { IgcPropertyEditorPropertyDescriptionCollection } from "igniteui-webcomponents-layouts";
13
+ import { PropertyEditorPropertyDescriptionCollection as PropertyEditorPropertyDescriptionCollection_internal } from "igniteui-webcomponents-layouts";
14
14
  import { SyncableObservableCollection$1 } from "igniteui-webcomponents-core";
15
- import { PropertyEditorPropertyDescription } from './PropertyEditorPropertyDescription';
16
- import { IgcPropertyEditorPropertyDescriptionComponent } from './igc-property-editor-property-description-component';
15
+ import { PropertyEditorPropertyDescription } from "igniteui-webcomponents-layouts";
16
+ import { IgcPropertyEditorPropertyDescriptionComponent } from "igniteui-webcomponents-layouts";
17
17
  import { InputGroupDisplayType_$type } from "igniteui-webcomponents-inputs";
18
18
  var IgcPropertyEditorComponent = /** @class */ /*@__PURE__*/ (function (_super) {
19
19
  tslib_1.__extends(IgcPropertyEditorComponent, _super);
@@ -317,11 +317,11 @@ var IgcPropertyEditorComponent = /** @class */ /*@__PURE__*/ (function (_super)
317
317
  * Gets or Sets the property name that contains the values.
318
318
  */
319
319
  get: function () {
320
- return this.i.w;
320
+ return this.i.q;
321
321
  },
322
322
  set: function (v) {
323
- this.i.w = ensureEnum(InputGroupDisplayType_$type, v);
324
- this._a("searchInputType", enumToString(InputGroupDisplayType_$type, this.i.w));
323
+ this.i.q = ensureEnum(InputGroupDisplayType_$type, v);
324
+ this._a("searchInputType", enumToString(InputGroupDisplayType_$type, this.i.q));
325
325
  },
326
326
  enumerable: true,
327
327
  configurable: true
@@ -14,7 +14,7 @@ import { IgcDateTimeColumnModule } from './igc-date-time-column-module';
14
14
  import { IgcImageColumnModule } from './igc-image-column-module';
15
15
  import { IgcTextColumnModule } from './igc-text-column-module';
16
16
  import { IgcTemplateColumnModule } from './igc-template-column-module';
17
- import { IgcPropertyEditorPropertyDescriptionModule } from './igc-property-editor-property-description-module';
17
+ import { IgcPropertyEditorPropertyDescriptionModule } from "igniteui-webcomponents-layouts";
18
18
  import { IgcPropertyEditorComponent } from './igc-property-editor-component';
19
19
  import { PropertyEditor } from './PropertyEditor';
20
20
  import { TypeRegistrar } from "igniteui-webcomponents-core";
@@ -59,11 +59,11 @@ var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
59
59
  * Gets or sets the editor type used for editing cells in this column.
60
60
  */
61
61
  get: function () {
62
- return this.i.ld;
62
+ return this.i.lk;
63
63
  },
64
64
  set: function (v) {
65
- this.i.ld = ensureEnum(EditorType_$type, v);
66
- this._a("editorType", enumToString(EditorType_$type, this.i.ld));
65
+ this.i.lk = ensureEnum(EditorType_$type, v);
66
+ this._a("editorType", enumToString(EditorType_$type, this.i.lk));
67
67
  },
68
68
  enumerable: true,
69
69
  configurable: true
@@ -73,10 +73,10 @@ var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
73
73
  * Gets or sets the ComboBox data source.
74
74
  */
75
75
  get: function () {
76
- return this.i.le;
76
+ return this.i.ll;
77
77
  },
78
78
  set: function (v) {
79
- this.i.le = v;
79
+ this.i.ll = v;
80
80
  },
81
81
  enumerable: true,
82
82
  configurable: true
@@ -86,10 +86,10 @@ var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
86
86
  * Gets or sets the ComboBox text field.
87
87
  */
88
88
  get: function () {
89
- return this.i.lg;
89
+ return this.i.ln;
90
90
  },
91
91
  set: function (v) {
92
- this.i.lg = v;
92
+ this.i.ln = v;
93
93
  },
94
94
  enumerable: true,
95
95
  configurable: true
@@ -99,10 +99,10 @@ var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
99
99
  * Gets or sets the ComboBox value field.
100
100
  */
101
101
  get: function () {
102
- return this.i.lh;
102
+ return this.i.lo;
103
103
  },
104
104
  set: function (v) {
105
- this.i.lh = v;
105
+ this.i.lo = v;
106
106
  },
107
107
  enumerable: true,
108
108
  configurable: true
@@ -43,6 +43,8 @@ export * from './lib/igc-definition-base-component';
43
43
  export * from './lib/igc-grid-cell-value-changing-event-args';
44
44
  export * from './lib/igc-data-grid-all-columns-module';
45
45
  export * from './lib/igc-column-summary-description-collection';
46
+ export * from './lib/igc-data-grid-pager-module';
47
+ export * from './lib/igc-data-grid-pager-component';
46
48
  export * from './lib/igc-data-grid-locale-en-module';
47
49
  export * from './lib/DefaultPlatformPixelConverter';
48
50
  export * from './lib/IPlatformPixelConverter';
@@ -152,6 +154,7 @@ export * from './lib/GridExpansionIndicatorView';
152
154
  export * from './lib/GridFilterDialogView';
153
155
  export * from './lib/GridFilterDialogPanel';
154
156
  export * from './lib/GridSortIndicatorView';
157
+ export * from './lib/PagerView';
155
158
  export * from './lib/GridAnimationPhaseSettings';
156
159
  export * from './lib/igc-grid-animation-phase-settings';
157
160
  export * from './lib/GridEasingFunctionType';
@@ -244,6 +247,12 @@ export * from './lib/GridSortIndicator';
244
247
  export * from './lib/igc-data-grid-sort-indicator-component';
245
248
  export * from './lib/SortIndicatorRenderCompletedEventArgs';
246
249
  export * from './lib/igc-sort-indicator-render-completed-event-args';
250
+ export * from './lib/Pager';
251
+ export * from './lib/PagerDataSourceNotificationBridge';
252
+ export * from './lib/PagerGridDataSourceNotificationBridge';
253
+ export * from './lib/PagedDataProvider';
254
+ export * from './lib/PageChangedEventArgs';
255
+ export * from './lib/igc-page-changed-event-args';
247
256
  export * from './lib/DataSourceNotificationBridge';
248
257
  export * from './lib/CellType';
249
258
  export * from './lib/CellPath';
@@ -331,12 +340,14 @@ export * from './lib/GridEffectGroup';
331
340
  export * from './lib/GridStyleRepository';
332
341
  export * from './lib/HoverManager';
333
342
  export * from './lib/IColumnGrouping';
343
+ export * from './lib/IDataGridComponent';
334
344
  export * from './lib/IDelayedExecutionManager';
335
345
  export * from './lib/INativeCell';
336
346
  export * from './lib/IPropertySetter';
337
347
  export * from './lib/IDragger';
338
348
  export * from './lib/DragType';
339
349
  export * from './lib/IDraggerView';
350
+ export * from './lib/MultipleDataSourceNotifier';
340
351
  export * from './lib/RecyclingManager';
341
352
  export * from './lib/RowPath';
342
353
  export * from './lib/ActivationManager';
@@ -532,6 +543,7 @@ export * from './lib/ResponsiveStatesCollection';
532
543
  export * from './lib/GridLayer';
533
544
  export * from './lib/ColumnInfo';
534
545
  export * from './lib/IColumnGroupingVisualModelExport';
546
+ export * from './lib/IToolbarVisualModelExport';
535
547
  export * from './lib/SectionInfo';
536
548
  export * from './lib/VisualModel';
537
549
  export * from './lib/CellModelExport';
@@ -550,6 +562,7 @@ export * from './lib/TextCellModelExport';
550
562
  export * from './lib/TextHeaderCellModelExport';
551
563
  export * from './lib/GridLayerExport';
552
564
  export * from './lib/MultiColumnComboVisualModelExport';
565
+ export * from './lib/PagerVisualModelExport';
553
566
  export * from './lib/VisualModelExport';
554
567
  export * from './lib/DataGridLocaleEn';
555
568
  export * from './lib/igc-grid-column-options-module';
@@ -616,30 +629,10 @@ export * from './lib/igc-multi-column-combo-box-value-changed-event-args';
616
629
  export * from './lib/MultiColumnComboBox';
617
630
  export * from './lib/MultiColumnComboBoxDataSourceNotificationHandler';
618
631
  export * from './lib/MultiColumnComboBoxSelectedItemChangeType';
619
- export * from './lib/MultipleDataSourceNotifier';
620
632
  export * from './lib/SortMode';
621
633
  export * from './lib/igc-property-editor-module';
622
634
  export * from './lib/igc-property-editor-component';
623
635
  export * from './lib/PropertyEditorView';
624
- export * from './lib/PropertyEditorTreeTransformer';
625
- export * from './lib/PropertyEditorPropertyDescription';
626
- export * from './lib/igc-property-editor-property-description-component';
627
- export * from './lib/igc-property-editor-property-description-module';
628
- export * from './lib/PropertyEditorPropertyDescriptionButtonClickEventArgs';
629
- export * from './lib/igc-property-editor-property-description-button-click-event-args';
630
- export * from './lib/PropertyEditorPropertyDescriptionChangedEventArgs';
631
- export * from './lib/igc-property-editor-property-description-changed-event-args';
632
- export * from './lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs';
633
- export * from './lib/igc-property-editor-property-description-target-property-updating-event-args';
634
- export * from './lib/PropertyEditorDescriptionObject';
635
- export * from './lib/igc-property-editor-description-object';
636
- export * from './lib/igc-property-editor-description-object-collection';
637
- export * from './lib/PropertyEditorDescriptionObjectCollection';
638
- export * from './lib/igc-property-editor-property-description-collection';
639
- export * from './lib/PropertyEditorPropertyDescriptionCollection';
640
- export * from './lib/PropertyEditorValueType';
641
- export * from './lib/PropertyEditorDataSource';
642
- export * from './lib/igc-property-editor-data-source';
643
636
  export * from './lib/PropertyEditor';
644
637
  export * from './lib/igc-horizontal-property-editor-data-source';
645
638
  export * from './lib/HorizontalPropertyEditorDataSource';
@@ -655,3 +648,4 @@ export * from './lib/igc-data-grid-toolbar-module';
655
648
  export * from './lib/igc-data-grid-toolbar-component';
656
649
  export * from './lib/DataGridToolbarView';
657
650
  export * from './lib/DataGridToolbar';
651
+ export * from './lib/ToolbarVisualModelExport';