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
@@ -49,142 +49,142 @@ export let IgcNumericColumnComponent = /*@__PURE__*/ (() => {
49
49
  * Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
50
50
  */
51
51
  get negativePrefix() {
52
- return this.i.l6;
52
+ return this.i.md;
53
53
  }
54
54
  set negativePrefix(v) {
55
- this.i.l6 = v;
55
+ this.i.md = v;
56
56
  }
57
57
  /**
58
58
  * Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
59
59
  */
60
60
  get positivePrefix() {
61
- return this.i.ma;
61
+ return this.i.mh;
62
62
  }
63
63
  set positivePrefix(v) {
64
- this.i.ma = v;
64
+ this.i.mh = v;
65
65
  }
66
66
  /**
67
67
  * Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
68
68
  */
69
69
  get negativeSuffix() {
70
- return this.i.l8;
70
+ return this.i.mf;
71
71
  }
72
72
  set negativeSuffix(v) {
73
- this.i.l8 = v;
73
+ this.i.mf = v;
74
74
  }
75
75
  /**
76
76
  * Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
77
77
  */
78
78
  get positiveSuffix() {
79
- return this.i.mc;
79
+ return this.i.mj;
80
80
  }
81
81
  set positiveSuffix(v) {
82
- this.i.mc = v;
82
+ this.i.mj = v;
83
83
  }
84
84
  /**
85
85
  * Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
86
86
  */
87
87
  get maxFractionDigits() {
88
- return this.i.lm;
88
+ return this.i.lt;
89
89
  }
90
90
  set maxFractionDigits(v) {
91
- this.i.lm = +v;
92
- this._a("maxFractionDigits", this.i.lm);
91
+ this.i.lt = +v;
92
+ this._a("maxFractionDigits", this.i.lt);
93
93
  }
94
94
  /**
95
95
  * Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
96
96
  */
97
97
  get minFractionDigits() {
98
- return this.i.ln;
98
+ return this.i.lu;
99
99
  }
100
100
  set minFractionDigits(v) {
101
- this.i.ln = +v;
102
- this._a("minFractionDigits", this.i.ln);
101
+ this.i.lu = +v;
102
+ this._a("minFractionDigits", this.i.lu);
103
103
  }
104
104
  /**
105
105
  * Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
106
106
  */
107
107
  get minIntegerDigits() {
108
- return this.i.lo;
108
+ return this.i.lv;
109
109
  }
110
110
  set minIntegerDigits(v) {
111
- this.i.lo = +v;
112
- this._a("minIntegerDigits", this.i.lo);
111
+ this.i.lv = +v;
112
+ this._a("minIntegerDigits", this.i.lv);
113
113
  }
114
114
  /**
115
115
  * Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
116
116
  */
117
117
  get showGroupingSeparator() {
118
- return this.i.lh;
118
+ return this.i.lo;
119
119
  }
120
120
  set showGroupingSeparator(v) {
121
- this.i.lh = ensureBool(v);
122
- this._a("showGroupingSeparator", this.i.lh);
121
+ this.i.lo = ensureBool(v);
122
+ this._a("showGroupingSeparator", this.i.lo);
123
123
  }
124
124
  /**
125
125
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
126
126
  */
127
127
  get formatString() {
128
- return this.i.l1;
128
+ return this.i.l8;
129
129
  }
130
130
  set formatString(v) {
131
- this.i.l1 = v;
131
+ this.i.l8 = v;
132
132
  }
133
133
  get formatSpecifiers() {
134
- return this.i.le;
134
+ return this.i.ll;
135
135
  }
136
136
  set formatSpecifiers(v) {
137
137
  if (v && !Array.isArray(v) && typeof (v) == "string") {
138
138
  const re = /\s*(?:,|\s|$)\s*/gm;
139
139
  v = v.split(re);
140
140
  }
141
- this.i.le = v;
141
+ this.i.ll = v;
142
142
  }
143
143
  /**
144
144
  * Gets or sets the INTL NumericFormat object to use for formatting the date values.
145
145
  */
146
146
  get formatOverride() {
147
- return this.i.lr;
147
+ return this.i.ly;
148
148
  }
149
149
  set formatOverride(v) {
150
- this.i.lr = v;
150
+ this.i.ly = v;
151
151
  }
152
152
  /**
153
153
  * Gets or sets the editor type used for editing cells in this column.
154
154
  */
155
155
  get editorType() {
156
- return this.i.lf;
156
+ return this.i.lm;
157
157
  }
158
158
  set editorType(v) {
159
- this.i.lf = ensureEnum(EditorType_$type, v);
160
- this._a("editorType", enumToString(EditorType_$type, this.i.lf));
159
+ this.i.lm = ensureEnum(EditorType_$type, v);
160
+ this._a("editorType", enumToString(EditorType_$type, this.i.lm));
161
161
  }
162
162
  /**
163
163
  * Gets or sets the ComboBox data source.
164
164
  */
165
165
  get editorDataSource() {
166
- return this.i.lq;
166
+ return this.i.lx;
167
167
  }
168
168
  set editorDataSource(v) {
169
- this.i.lq = v;
169
+ this.i.lx = v;
170
170
  }
171
171
  /**
172
172
  * Gets or sets the ComboBox text field.
173
173
  */
174
174
  get editorTextField() {
175
- return this.i.lx;
175
+ return this.i.l4;
176
176
  }
177
177
  set editorTextField(v) {
178
- this.i.lx = v;
178
+ this.i.l4 = v;
179
179
  }
180
180
  /**
181
181
  * Gets or sets the ComboBox value field.
182
182
  */
183
183
  get editorValueField() {
184
- return this.i.ly;
184
+ return this.i.l5;
185
185
  }
186
186
  set editorValueField(v) {
187
- this.i.ly = v;
187
+ this.i.l5 = v;
188
188
  }
189
189
  findByName(name) {
190
190
  var baseResult = super.findByName(name);
@@ -0,0 +1,46 @@
1
+ import { PageChangedEventArgs as PageChangedEventArgs_internal } from "./PageChangedEventArgs";
2
+ export class IgcPageChangedEventArgs {
3
+ createImplementation() {
4
+ return new PageChangedEventArgs_internal();
5
+ }
6
+ /**
7
+ * @hidden
8
+ */
9
+ get i() {
10
+ return this._implementation;
11
+ }
12
+ onImplementationCreated() {
13
+ }
14
+ constructor() {
15
+ this._implementation = this.createImplementation();
16
+ this._implementation.externalObject = this;
17
+ this.onImplementationCreated();
18
+ }
19
+ _provideImplementation(i) {
20
+ this._implementation = i;
21
+ this._implementation.externalObject = this;
22
+ this.onImplementationCreated();
23
+ }
24
+ /**
25
+ * Gets the index for the page that just changed.
26
+ */
27
+ get page() {
28
+ return this.i.page;
29
+ }
30
+ set page(v) {
31
+ this.i.page = +v;
32
+ }
33
+ /**
34
+ * Gets the data for the page that just changed.
35
+ */
36
+ get data() {
37
+ return this.i.data;
38
+ }
39
+ set data(v) {
40
+ if (v && !Array.isArray(v) && typeof (v) == "string") {
41
+ const re = /\s*(?:,|\s|$)\s*/gm;
42
+ v = v.split(re);
43
+ }
44
+ this.i.data = v;
45
+ }
46
+ }
@@ -8,11 +8,11 @@ import { PropertyEditor } from "./PropertyEditor";
8
8
  import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
9
9
  import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
10
10
  import { IgcHTMLElement } from "igniteui-webcomponents-core";
11
- import { IgcPropertyEditorPropertyDescriptionCollection } from './igc-property-editor-property-description-collection';
12
- import { PropertyEditorPropertyDescriptionCollection as PropertyEditorPropertyDescriptionCollection_internal } from './PropertyEditorPropertyDescriptionCollection';
11
+ import { IgcPropertyEditorPropertyDescriptionCollection } from "igniteui-webcomponents-layouts";
12
+ import { PropertyEditorPropertyDescriptionCollection as PropertyEditorPropertyDescriptionCollection_internal } from "igniteui-webcomponents-layouts";
13
13
  import { SyncableObservableCollection$1 } from "igniteui-webcomponents-core";
14
- import { PropertyEditorPropertyDescription } from './PropertyEditorPropertyDescription';
15
- import { IgcPropertyEditorPropertyDescriptionComponent } from './igc-property-editor-property-description-component';
14
+ import { PropertyEditorPropertyDescription } from "igniteui-webcomponents-layouts";
15
+ import { IgcPropertyEditorPropertyDescriptionComponent } from "igniteui-webcomponents-layouts";
16
16
  import { InputGroupDisplayType_$type } from "igniteui-webcomponents-inputs";
17
17
  export let IgcPropertyEditorComponent = /*@__PURE__*/ (() => {
18
18
  class IgcPropertyEditorComponent extends IgcHTMLElement {
@@ -268,11 +268,11 @@ export let IgcPropertyEditorComponent = /*@__PURE__*/ (() => {
268
268
  * Gets or Sets the property name that contains the values.
269
269
  */
270
270
  get searchInputType() {
271
- return this.i.w;
271
+ return this.i.q;
272
272
  }
273
273
  set searchInputType(v) {
274
- this.i.w = ensureEnum(InputGroupDisplayType_$type, v);
275
- this._a("searchInputType", enumToString(InputGroupDisplayType_$type, this.i.w));
274
+ this.i.q = ensureEnum(InputGroupDisplayType_$type, v);
275
+ this._a("searchInputType", enumToString(InputGroupDisplayType_$type, this.i.q));
276
276
  }
277
277
  /**
278
278
  * Gets or Sets the property name that contains the values.
@@ -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";
@@ -49,38 +49,38 @@ export let IgcTextColumnComponent = /*@__PURE__*/ (() => {
49
49
  * Gets or sets the editor type used for editing cells in this column.
50
50
  */
51
51
  get editorType() {
52
- return this.i.ld;
52
+ return this.i.lk;
53
53
  }
54
54
  set editorType(v) {
55
- this.i.ld = ensureEnum(EditorType_$type, v);
56
- this._a("editorType", enumToString(EditorType_$type, this.i.ld));
55
+ this.i.lk = ensureEnum(EditorType_$type, v);
56
+ this._a("editorType", enumToString(EditorType_$type, this.i.lk));
57
57
  }
58
58
  /**
59
59
  * Gets or sets the ComboBox data source.
60
60
  */
61
61
  get editorDataSource() {
62
- return this.i.le;
62
+ return this.i.ll;
63
63
  }
64
64
  set editorDataSource(v) {
65
- this.i.le = v;
65
+ this.i.ll = v;
66
66
  }
67
67
  /**
68
68
  * Gets or sets the ComboBox text field.
69
69
  */
70
70
  get editorTextField() {
71
- return this.i.lg;
71
+ return this.i.ln;
72
72
  }
73
73
  set editorTextField(v) {
74
- this.i.lg = v;
74
+ this.i.ln = v;
75
75
  }
76
76
  /**
77
77
  * Gets or sets the ComboBox value field.
78
78
  */
79
79
  get editorValueField() {
80
- return this.i.lh;
80
+ return this.i.lo;
81
81
  }
82
82
  set editorValueField(v) {
83
- this.i.lh = v;
83
+ this.i.lo = v;
84
84
  }
85
85
  }
86
86
  IgcTextColumnComponent._observedAttributesIgcTextColumnComponent = null;
@@ -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';
@@ -19,7 +19,9 @@ var BrowserExecutionContext = /** @class */ /*@__PURE__*/ (function (_super) {
19
19
  var _this = _super.call(this) || this;
20
20
  _this.b = new Date();
21
21
  _this._requestAnimationFrame = null;
22
- _this.requestAnimationFrame = a.getRequestAnimationFrame();
22
+ if (a != null) {
23
+ _this.requestAnimationFrame = a.getRequestAnimationFrame();
24
+ }
23
25
  _this.b = dateNow();
24
26
  return _this;
25
27
  }
@@ -407,7 +407,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
407
407
  this.cu();
408
408
  this.s = false;
409
409
  }
410
- if (this.cv.ak != null) {
410
+ if (this.cv.al != null) {
411
411
  this.cv.n = this.az;
412
412
  this.cv.o = this.a2;
413
413
  this.j.w(this.cv);
@@ -417,7 +417,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
417
417
  this.c2.am = this.a3 - 2;
418
418
  this.c2.al = this.az + (this.a1 - this.az);
419
419
  this.c2.an = this.a3 - 2;
420
- this.c2._stroke = this.cv.am;
420
+ this.c2._stroke = this.cv.ao;
421
421
  this.j.r(this.c2);
422
422
  }
423
423
  }
@@ -478,7 +478,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
478
478
  var _this = this;
479
479
  this.o = true;
480
480
  this.cy = a;
481
- this.cv.am = ((function () {
481
+ this.cv.ao = ((function () {
482
482
  var $ret = new Brush();
483
483
  $ret.color = _this.cy;
484
484
  return $ret;
@@ -712,12 +712,12 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
712
712
  this.ao = d.f(g);
713
713
  }
714
714
  if (c <= this.ao) {
715
- a.ak = g;
715
+ a.al = g;
716
716
  return this.ao;
717
717
  }
718
718
  var h = d.f(e);
719
719
  if (h <= c) {
720
- a.ak = b;
720
+ a.al = b;
721
721
  return h;
722
722
  }
723
723
  var i = c / h;
@@ -740,7 +740,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
740
740
  e = e.substr(0, f) + g;
741
741
  h = d.f(e);
742
742
  }
743
- a.ak = e;
743
+ a.al = e;
744
744
  return h;
745
745
  };
746
746
  CanvasGridCellBase.prototype.co = function (a) {
@@ -44,20 +44,20 @@ var CanvasSummaryCell = /** @class */ /*@__PURE__*/ (function (_super) {
44
44
  };
45
45
  CanvasSummaryCell.prototype.de = function (a) {
46
46
  this.dd = a;
47
- this.di.ak = this.dd;
47
+ this.di.al = this.dd;
48
48
  this.z = true;
49
49
  this.c7 = true;
50
50
  };
51
51
  CanvasSummaryCell.prototype.df = function (a) {
52
52
  this.z = true;
53
- this.di.am = ((function () {
53
+ this.di.ao = ((function () {
54
54
  var $ret = new Brush();
55
55
  $ret.color = a;
56
56
  return $ret;
57
57
  })());
58
58
  };
59
59
  CanvasSummaryCell.prototype.dh = function (a) {
60
- if (this.di.ak == null) {
60
+ if (this.di.al == null) {
61
61
  return;
62
62
  }
63
63
  if (a == null) {
@@ -80,7 +80,7 @@ var CanvasSummaryCell = /** @class */ /*@__PURE__*/ (function (_super) {
80
80
  this.da = this.bd + this.a8 + ((c / 2) - (this.c8 / 2));
81
81
  };
82
82
  CanvasSummaryCell.prototype.b7 = function (a) {
83
- if (this.di.ak != null) {
83
+ if (this.di.al != null) {
84
84
  if (this.c7) {
85
85
  this.dh(a);
86
86
  this.c7 = false;
@@ -36,7 +36,7 @@ var CanvasTemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
36
36
  this.e.c6.opacity = e;
37
37
  }
38
38
  this.e.c7();
39
- c.le(a, this.e);
39
+ c.ll(a, this.e);
40
40
  };
41
41
  CanvasTemplateCellPresenter.$t = markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
42
42
  return CanvasTemplateCellPresenter;
@@ -46,7 +46,7 @@ var CanvasTextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_supe
46
46
  }
47
47
  if (this.e == null) {
48
48
  var c_1 = a.p;
49
- this.e = function () { return c_1.vd(); };
49
+ this.e = function () { return c_1.wf(); };
50
50
  }
51
51
  this.d.c9(a.n);
52
52
  this.d.ck(runOn(this, this.f));
@@ -37,7 +37,7 @@ var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
37
37
  if (a.aw) {
38
38
  this.a.by(a.k1, a.dy, a.d3, a.d1, a.dw);
39
39
  if (a.a3(CellModel.du)) {
40
- if (!a.ba && a.p.h4 && a.a7 && a.b7 == 1) {
40
+ if (!a.ba && a.p.ic && a.a7 && a.b7 == 1) {
41
41
  this.a.be();
42
42
  }
43
43
  }