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
@@ -2,8 +2,8 @@ import { Base, Type, INotifyPropertyChanged, PropertyChangedEventArgs } from "ig
2
2
  import { DomRenderer, DomWrapper } from "igniteui-webcomponents-core";
3
3
  import { List$1 } from "igniteui-webcomponents-core";
4
4
  import { CanvasGestureDOMEventProxy } from "igniteui-webcomponents-core";
5
- import { ControlDisplayDensity } from "igniteui-webcomponents-core";
6
5
  import { Brush } from "igniteui-webcomponents-core";
6
+ import { ControlDisplayDensity } from "igniteui-webcomponents-core";
7
7
  import { FontInfo } from "igniteui-webcomponents-core";
8
8
  import { Rect } from "igniteui-webcomponents-core";
9
9
  import { GroupInfo } from "./GroupInfo";
@@ -19,7 +19,7 @@ export declare class ColumnGroupingView extends Base {
19
19
  static $t: Type;
20
20
  constructor();
21
21
  e: ColumnGrouping;
22
- ah(): void;
22
+ ai(): void;
23
23
  private t;
24
24
  private r;
25
25
  private i;
@@ -28,40 +28,41 @@ export declare class ColumnGroupingView extends Base {
28
28
  private n;
29
29
  readonly o: DomRenderer;
30
30
  readonly u: DomWrapper;
31
- s: DomWrapper;
32
31
  readonly v: DomWrapper;
32
+ s: DomWrapper;
33
+ readonly w: DomWrapper;
33
34
  p: DomWrapper;
34
35
  readonly l: List$1<DomWrapper>;
35
36
  readonly j: List$1<DomWrapper>;
36
37
  readonly k: List$1<DomWrapper>;
37
38
  d: CanvasGestureDOMEventProxy;
38
- ag(a: DomRenderer): void;
39
- am(): void;
39
+ ah(a: DomRenderer): void;
40
40
  an(): void;
41
- private x;
42
- aq(): void;
43
- ap(): void;
44
41
  ao(): void;
45
- ar(): Rect;
46
- ab(): void;
47
- al(a: XIcon, b: any): void;
48
- private w;
49
- private ae;
50
42
  private y;
43
+ ar(): void;
44
+ aq(): void;
45
+ ap(): void;
46
+ as(): Rect;
47
+ ac(): void;
48
+ am(a: XIcon, b: any): void;
49
+ private x;
50
+ private af;
51
51
  private z;
52
52
  private aa;
53
+ private ab;
53
54
  private f;
54
55
  private q;
55
56
  private m;
56
- private ai;
57
57
  private aj;
58
58
  private ak;
59
+ private al;
60
+ private ae;
59
61
  private ad;
60
- private ac;
61
62
  a(): number[];
62
63
  b(a: DomWrapper): number[];
63
64
  c(): number[];
64
- af(): void;
65
+ ag(): void;
65
66
  }
66
67
  /**
67
68
  * @hidden
@@ -73,7 +74,7 @@ export declare class ColumnGrouping extends Base implements IColumnGrouping, INo
73
74
  private static readonly x;
74
75
  private static readonly ac;
75
76
  private static readonly aa;
76
- private static readonly ag;
77
+ private static readonly ah;
77
78
  private static readonly ad;
78
79
  private q;
79
80
  private e;
@@ -95,42 +96,44 @@ export declare class ColumnGrouping extends Base implements IColumnGrouping, INo
95
96
  private h;
96
97
  i: ControlDisplayDensity;
97
98
  private w;
98
- ak: string;
99
- private be;
100
- bj: Brush;
99
+ al: string;
100
+ private bg;
101
+ bm: Brush;
101
102
  private j;
102
103
  k: FontInfo;
103
- private bd;
104
- bi: Brush;
104
+ private bf;
105
+ bl: Brush;
105
106
  private bc;
106
- bh: Brush;
107
- private ba;
108
- bf: Brush;
107
+ bi: Brush;
108
+ private bd;
109
+ bj: Brush;
110
+ private be;
111
+ bk: Brush;
109
112
  private bb;
110
- bg: Brush;
111
- protected ax(a: string, b: any, c: any): void;
113
+ bh: Brush;
112
114
  protected ay(a: string, b: any, c: any): void;
113
- private a3;
115
+ protected az(a: string, b: any, c: any): void;
116
+ private a4;
117
+ private ba;
114
118
  private a9;
115
119
  private a8;
116
- private a7;
117
- private a2;
118
- private a4;
120
+ private a3;
121
+ private a5;
119
122
  p(): List$1<GroupInfo>;
120
- private av;
123
+ private aw;
121
124
  private v;
122
125
  private n;
123
- private au;
124
- as(a: any, b: boolean): void;
125
- ap(a: any): void;
126
- ar(a: any): void;
126
+ private av;
127
+ at(a: any, b: boolean): void;
127
128
  aq(a: any): void;
128
- ao(): void;
129
- an(a: string): void;
130
- a0(a: string): void;
131
- a1(a: string, b: number): void;
129
+ as(a: any): void;
130
+ ar(a: any): void;
131
+ ap(): void;
132
+ ao(a: string): void;
133
+ a1(a: string): void;
134
+ a2(a: string, b: number): void;
135
+ private a7;
132
136
  private a6;
133
- private a5;
134
137
  exportVisualModel(): any;
135
138
  exportSerializedVisualModel(): string;
136
139
  a(): ColumnGroupingVisualModelExport;
@@ -54,6 +54,7 @@ export declare class DataGridLocaleEn {
54
54
  "ComparisonOperator_True": string;
55
55
  "ComparisonOperator_Yesterday": string;
56
56
  "Filter_Columns_List": string;
57
+ "Pager_Text": string;
57
58
  "Search": string;
58
59
  "Select_All": string;
59
60
  }
@@ -2,8 +2,10 @@ import { Base, Type, INotifyPropertyChanged, PropertyChangedEventArgs } from "ig
2
2
  import { DomRenderer, DomWrapper } from "igniteui-webcomponents-core";
3
3
  import { Brush } from "igniteui-webcomponents-core";
4
4
  import { ControlDisplayDensity } from "igniteui-webcomponents-core";
5
+ import { Thickness } from "igniteui-webcomponents-core";
5
6
  import { FontInfo } from "igniteui-webcomponents-core";
6
7
  import { XButton } from "igniteui-webcomponents-inputs";
8
+ import { IDataGridComponent } from "./IDataGridComponent";
7
9
  import { Grid } from "./Grid";
8
10
  import { BaseControlTheme } from "igniteui-webcomponents-core";
9
11
  import { ColumnChooser } from "./ColumnChooser";
@@ -26,21 +28,22 @@ export declare class DataGridToolbarView extends Base {
26
28
  s(): void;
27
29
  private c;
28
30
  p(a: DomRenderer): void;
29
- ac(): void;
31
+ ad(): void;
30
32
  z(): void;
33
+ aa(): void;
31
34
  y(): void;
32
- ag(): void;
33
35
  ah(): void;
36
+ ai(): void;
34
37
  v(): void;
35
- ad(): void;
36
- aa(): void;
38
+ ae(): void;
39
+ ab(): void;
37
40
  private n;
38
41
  x(): void;
39
- ae(): void;
40
42
  af(): void;
43
+ ag(): void;
41
44
  private u;
42
45
  private w;
43
- ab(): void;
46
+ ac(): void;
44
47
  private b;
45
48
  t(): void;
46
49
  l(): void;
@@ -52,17 +55,17 @@ export declare class DataGridToolbarView extends Base {
52
55
  /**
53
56
  * @hidden
54
57
  */
55
- export declare class DataGridToolbar extends Base implements INotifyPropertyChanged {
58
+ export declare class DataGridToolbar extends Base implements INotifyPropertyChanged, IDataGridComponent {
56
59
  static $t: Type;
57
60
  private e;
58
61
  private c;
59
62
  private d;
60
- r: number;
61
63
  s: number;
62
- f: XButton;
64
+ t: number;
63
65
  g: XButton;
64
- private static readonly am;
65
- private static readonly an;
66
+ h: XButton;
67
+ private static readonly ao;
68
+ private static readonly ap;
66
69
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
67
70
  constructor();
68
71
  notifySizeChanged(): void;
@@ -70,42 +73,48 @@ export declare class DataGridToolbar extends Base implements INotifyPropertyChan
70
73
  provideContainer(a: DomRenderer, b: ColumnChooser, c: ColumnPinning): void;
71
74
  private a;
72
75
  b: Grid;
73
- private x;
74
- ap: string;
75
- private l;
76
- m: FontInfo;
77
- private ba;
78
- bd: Brush;
79
- private a8;
80
- bb: Brush;
81
- private a9;
82
- bc: Brush;
83
- private n;
84
- p: boolean;
85
- private t;
86
- ab: string;
87
- private u;
88
- ad: string;
76
+ private y;
77
+ ar: string;
78
+ private m;
79
+ n: FontInfo;
80
+ private bd;
81
+ bg: Brush;
82
+ private bb;
83
+ be: Brush;
84
+ private bc;
85
+ bf: Brush;
89
86
  private o;
90
87
  q: boolean;
88
+ private u;
89
+ ad: string;
91
90
  private v;
92
- ag: string;
91
+ af: string;
92
+ private p;
93
+ r: boolean;
93
94
  private w;
94
95
  ai: string;
95
- private j;
96
- k: ControlDisplayDensity;
97
- private h;
98
- i: BaseControlTheme;
99
- protected ax(a: string, b: any, c: any): void;
100
- protected ay(a: string, b: any, c: any): void;
101
- private a1;
102
- private a0;
103
- a2(a: any, b: DomRenderer, c: DomWrapper, d: DomWrapper, e: string): void;
104
- at(): void;
105
- private a3;
96
+ private x;
97
+ ak: string;
98
+ private bh;
99
+ bi: Thickness;
100
+ private k;
101
+ l: ControlDisplayDensity;
102
+ private i;
103
+ j: BaseControlTheme;
104
+ protected a0(a: string, b: any, c: any): void;
105
+ protected a1(a: string, b: any, c: any): void;
106
+ private az;
106
107
  private a4;
107
- private a5;
108
- private av;
108
+ private a3;
109
+ a5(a: any, b: DomRenderer, c: DomWrapper, d: DomWrapper, e: string): void;
110
+ av(): void;
109
111
  private a6;
110
112
  private a7;
113
+ private a8;
114
+ private ax;
115
+ private a9;
116
+ private ba;
117
+ exportVisualModel(): any;
118
+ exportSerializedVisualModel(): string;
119
+ private f;
111
120
  }
@@ -1,9 +1,9 @@
1
1
  import { GridColumnOptionsViewBase } from "./GridColumnOptionsViewBase";
2
2
  import { Type } from "igniteui-webcomponents-core";
3
3
  import { GridColumnOptionsSimpleSectionBase } from "./GridColumnOptionsSimpleSectionBase";
4
+ import { Column } from "./Column";
4
5
  import { Grid } from "./Grid";
5
6
  import { ColumnGroupDescription } from "./ColumnGroupDescription";
6
- import { Column } from "./Column";
7
7
  /**
8
8
  * @hidden
9
9
  */
@@ -1,4 +1,4 @@
1
- import { PropertyEditorPropertyDescriptionCollection } from "./PropertyEditorPropertyDescriptionCollection";
1
+ import { PropertyEditorPropertyDescriptionCollection } from "igniteui-webcomponents-layouts";
2
2
  import { Type } from "igniteui-webcomponents-core";
3
3
  /**
4
4
  * @hidden
@@ -0,0 +1,12 @@
1
+ import { Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export interface IDataGridComponent {
6
+ exportVisualModel(): any;
7
+ exportSerializedVisualModel(): string;
8
+ }
9
+ /**
10
+ * @hidden
11
+ */
12
+ export declare let IDataGridComponent_$type: Type;
@@ -0,0 +1,11 @@
1
+ import { Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export interface IToolbarVisualModelExport {
6
+ serialize(): string;
7
+ }
8
+ /**
9
+ * @hidden
10
+ */
11
+ export declare let IToolbarVisualModelExport_$type: Type;
@@ -83,7 +83,7 @@ export declare class MultiColumnComboBoxView extends Base {
83
83
  b3(a: number, b: any): void;
84
84
  private o;
85
85
  a3(): void;
86
- private c0;
86
+ private c1;
87
87
  b(): IDataSource;
88
88
  private q;
89
89
  private a8;
@@ -98,7 +98,7 @@ export declare class MultiColumnComboBoxView extends Base {
98
98
  private b8;
99
99
  private b9;
100
100
  private ca;
101
- ci(): void;
101
+ cj(): void;
102
102
  a5(a: boolean): void;
103
103
  v: boolean;
104
104
  private cb;
@@ -107,30 +107,31 @@ export declare class MultiColumnComboBoxView extends Base {
107
107
  cf(a: number): void;
108
108
  private ao;
109
109
  private ch;
110
- ck(a: string): void;
111
- cj(a: any): void;
112
- cl(): void;
113
- cq(): void;
114
- private cn;
115
- private cp;
116
- private cr;
110
+ cl(a: string): void;
111
+ ck(a: any): void;
112
+ cm(): void;
113
+ cr(): void;
114
+ private co;
115
+ private cq;
117
116
  private cs;
118
117
  private ct;
119
- cm(a: ColumnWidth): void;
120
- co(): void;
121
118
  private cu;
122
- cv(): void;
123
- private av;
119
+ cn(a: ColumnWidth): void;
120
+ cp(): void;
121
+ private cv;
124
122
  cw(): void;
123
+ private av;
124
+ cx(): void;
125
125
  cg(a: boolean): void;
126
126
  private z;
127
- private cx;
127
+ private cy;
128
128
  a6(a: boolean): void;
129
129
  ce(): void;
130
+ ci(a: string): void;
130
131
  protected readonly al: DomWrapper;
131
132
  protected readonly g: MultiColumnComboBox;
132
133
  readonly ad: DomRenderer;
133
- cy(): void;
134
+ cz(): void;
134
135
  private a2;
135
136
  private ax;
136
137
  private a4;
@@ -149,7 +150,7 @@ export declare class MultiColumnComboBoxView extends Base {
149
150
  private bm;
150
151
  private bn;
151
152
  private bo;
152
- private cz;
153
+ private c0;
153
154
  }
154
155
  /**
155
156
  * @hidden
@@ -158,70 +159,71 @@ export declare class MultiColumnComboBox extends Base implements INotifyProperty
158
159
  static $t: Type;
159
160
  static af: BaseControlTheme;
160
161
  c4: any;
161
- hn: Brush;
162
162
  ho: Brush;
163
- cf: number;
164
- h8: Thickness;
165
- gk: CornerRadius;
166
163
  hp: Brush;
167
- cg: number;
164
+ cf: number;
165
+ h9: Thickness;
166
+ gl: CornerRadius;
168
167
  hq: Brush;
168
+ cg: number;
169
+ hr: Brush;
169
170
  ch: number;
170
171
  ci: number;
171
- hr: Brush;
172
+ hs: Brush;
172
173
  cj: number;
173
174
  ck: number;
174
- hs: Brush;
175
- cl: number;
176
175
  ht: Brush;
176
+ cl: number;
177
+ hu: Brush;
177
178
  cm: number;
178
179
  cn: number;
179
180
  co: number;
180
- static hk: Brush;
181
- static hm: Brush;
182
181
  static hl: Brush;
182
+ static hn: Brush;
183
+ static hm: Brush;
183
184
  constructor();
184
185
  private a4;
185
186
  private readonly a5;
186
187
  protected u(): MultiColumnComboBoxView;
187
188
  protected f9(a: string, b: any, c: any): void;
188
- private gf;
189
+ private gg;
189
190
  private az;
190
191
  private readonly a0;
191
192
  v: MultiColumnComboBoxView;
192
193
  focus(a: boolean): void;
194
+ setName(a: string): void;
193
195
  private a8;
194
196
  bi: boolean;
195
197
  private c;
196
198
  g: string[];
197
199
  private o;
198
200
  defaultColumnWidth: ColumnWidth;
199
- private gw;
200
- hi: Brush;
201
- private gl;
202
- g7: Brush;
203
- private ae;
204
- ah: BaseControlTheme;
205
- private ad;
206
- ag: BaseControlTheme;
207
201
  private gx;
208
202
  hj: Brush;
209
203
  private gm;
210
204
  g8: Brush;
205
+ private ae;
206
+ ah: BaseControlTheme;
207
+ private ad;
208
+ ag: BaseControlTheme;
209
+ private gy;
210
+ hk: Brush;
211
+ private gn;
212
+ g9: Brush;
211
213
  private bt;
212
214
  cd: number;
213
215
  private bj;
214
216
  b3: number;
215
217
  private bc;
216
218
  columnHeadersVisible: boolean;
219
+ private h6;
220
+ h8: Thickness;
217
221
  private h5;
218
222
  h7: Thickness;
219
- private h4;
220
- h6: Thickness;
223
+ private gi;
224
+ gk: CornerRadius;
221
225
  private gh;
222
226
  gj: CornerRadius;
223
- private gg;
224
- gi: CornerRadius;
225
227
  private b;
226
228
  f: string[];
227
229
  private ak;
@@ -230,18 +232,18 @@ export declare class MultiColumnComboBox extends Base implements INotifyProperty
230
232
  al: ControlDisplayDensity;
231
233
  private be;
232
234
  dropDownButtonVisible: boolean;
233
- private gy;
234
- hv: Brush;
235
- private gn;
236
- g9: Brush;
237
- private bu;
238
- cp: number;
239
- private bk;
240
- b4: number;
241
235
  private gz;
242
236
  hw: Brush;
243
237
  private go;
244
238
  ha: Brush;
239
+ private bu;
240
+ cp: number;
241
+ private bk;
242
+ b4: number;
243
+ private g0;
244
+ hx: Brush;
245
+ private gp;
246
+ hb: Brush;
245
247
  private bv;
246
248
  cq: number;
247
249
  private bl;
@@ -250,10 +252,10 @@ export declare class MultiColumnComboBox extends Base implements INotifyProperty
250
252
  cr: number;
251
253
  private bm;
252
254
  b6: number;
253
- private g0;
254
- hx: Brush;
255
- private gp;
256
- hb: Brush;
255
+ private g1;
256
+ hy: Brush;
257
+ private gq;
258
+ hc: Brush;
257
259
  private bx;
258
260
  cs: number;
259
261
  private bn;
@@ -267,10 +269,10 @@ export declare class MultiColumnComboBox extends Base implements INotifyProperty
267
269
  readonly actualDataSource: IDataSource;
268
270
  private e2;
269
271
  e0: string;
270
- private g1;
271
- hy: Brush;
272
- private gq;
273
- hc: Brush;
272
+ private g2;
273
+ hz: Brush;
274
+ private gr;
275
+ hd: Brush;
274
276
  static ax: FontInfo;
275
277
  private ar;
276
278
  a1: FontInfo;
@@ -282,15 +284,15 @@ export declare class MultiColumnComboBox extends Base implements INotifyProperty
282
284
  e6: string;
283
285
  private ds;
284
286
  actualNoMatchesFoundLabel: string;
285
- private g2;
286
- hz: Brush;
287
- static readonly du: string;
288
- private gr;
289
- hd: Brush;
290
287
  private g3;
291
288
  h0: Brush;
289
+ static readonly du: string;
292
290
  private gs;
293
291
  he: Brush;
292
+ private g4;
293
+ h1: Brush;
294
+ private gt;
295
+ hf: Brush;
294
296
  static ay: FontInfo;
295
297
  private as;
296
298
  a2: FontInfo;
@@ -300,27 +302,27 @@ export declare class MultiColumnComboBox extends Base implements INotifyProperty
300
302
  fb: string;
301
303
  private a7;
302
304
  rowSeparatorsVisible: boolean;
303
- static hu: Brush;
304
- private g4;
305
- h1: Brush;
306
- private gt;
307
- hf: Brush;
308
- private at;
309
- a3: FontInfo;
310
- private aq;
311
- aw: FontInfo;
305
+ static hv: Brush;
312
306
  private g5;
313
307
  h2: Brush;
314
308
  private gu;
315
309
  hg: Brush;
316
- private bz;
317
- cu: number;
318
- private bp;
319
- b9: number;
310
+ private at;
311
+ a3: FontInfo;
312
+ private aq;
313
+ aw: FontInfo;
320
314
  private g6;
321
315
  h3: Brush;
322
316
  private gv;
323
317
  hh: Brush;
318
+ private bz;
319
+ cu: number;
320
+ private bp;
321
+ b9: number;
322
+ private g7;
323
+ h4: Brush;
324
+ private gw;
325
+ hi: Brush;
324
326
  private b0;
325
327
  cv: number;
326
328
  private bq;
@@ -361,9 +363,9 @@ export declare class MultiColumnComboBox extends Base implements INotifyProperty
361
363
  f5(a: any): void;
362
364
  private bg;
363
365
  private f8;
364
- gc(a: string): void;
365
- ge(): void;
366
- private gd;
366
+ gd(a: string): void;
367
+ gf(): void;
368
+ private ge;
367
369
  closeUp(): void;
368
370
  destroy(): void;
369
371
  dropDown(): void;
@@ -0,0 +1,11 @@
1
+ import { EventArgs, Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare class PageChangedEventArgs extends EventArgs {
6
+ static $t: Type;
7
+ private _page;
8
+ page: number;
9
+ private _data;
10
+ data: any[];
11
+ }
@@ -0,0 +1 @@
1
+ export { PagedDataProvider } from "./ColumnFilterCondition_combined";
package/lib/Pager.d.ts ADDED
@@ -0,0 +1 @@
1
+ export { Pager } from "./ColumnFilterCondition_combined";
@@ -0,0 +1 @@
1
+ export { PagerDataSourceNotificationBridge } from "./ColumnFilterCondition_combined";
@@ -0,0 +1 @@
1
+ export { PagerGridDataSourceNotificationBridge } from "./ColumnFilterCondition_combined";
@@ -0,0 +1 @@
1
+ export { PagerView } from "./ColumnFilterCondition_combined";
@@ -0,0 +1,25 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { BrushAppearanceData } from "igniteui-webcomponents-core";
3
+ import { ButtonVisualModelExport } from "igniteui-webcomponents-inputs";
4
+ /**
5
+ * @hidden
6
+ */
7
+ export declare class PagerVisualModelExport extends Base {
8
+ static $t: Type;
9
+ a: BrushAppearanceData;
10
+ b: BrushAppearanceData;
11
+ n: string;
12
+ o: string;
13
+ p: string;
14
+ g: number;
15
+ l: string;
16
+ m: string;
17
+ h: number;
18
+ i: number;
19
+ k: string;
20
+ c: ButtonVisualModelExport;
21
+ f: ButtonVisualModelExport;
22
+ e: ButtonVisualModelExport;
23
+ d: ButtonVisualModelExport;
24
+ j(): string;
25
+ }