igniteui-webcomponents-grids 3.2.3 → 3.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (188) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +10236 -9350
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/BaseEditorView.js +5 -0
  4. package/esm2015/lib/CanvasCellPresenterBase.js +10 -10
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +11 -11
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +2 -2
  7. package/esm2015/lib/CanvasGridCellBase.js +305 -289
  8. package/esm2015/lib/CanvasImageCell.js +29 -29
  9. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  10. package/esm2015/lib/CanvasNumericCell.js +2 -2
  11. package/esm2015/lib/CanvasNumericCellPresenter.js +3 -3
  12. package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
  13. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasSummaryCell.js +51 -51
  15. package/esm2015/lib/CanvasSummaryCellPresenter.js +5 -5
  16. package/esm2015/lib/CanvasTemplateCell.js +7 -7
  17. package/esm2015/lib/CanvasTemplateCellPresenter.js +3 -3
  18. package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
  19. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  20. package/esm2015/lib/CanvasTextCell.js +3 -3
  21. package/esm2015/lib/CanvasTextCellPresenter.js +2 -2
  22. package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
  23. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  24. package/esm2015/lib/CellPresenterBase.js +1 -1
  25. package/esm2015/lib/CheckboxListView_combined.js +341 -306
  26. package/esm2015/lib/ColumnChooserView_combined.js +22 -22
  27. package/esm2015/lib/ColumnFilterCondition_combined.js +7498 -7180
  28. package/esm2015/lib/ColumnGroupDescription.js +22 -0
  29. package/esm2015/lib/ColumnGroupDescriptionCollection.js +14 -8
  30. package/esm2015/lib/ColumnGroupingView_combined.js +25 -25
  31. package/esm2015/lib/ColumnPinningView_combined.js +22 -22
  32. package/esm2015/lib/ColumnSortDescriptionCollection.js +12 -6
  33. package/esm2015/lib/ColumnSummaryDescriptionCollection.js +12 -6
  34. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +23 -18
  35. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  36. package/esm2015/lib/DataGridCellLayoutPanel.js +27 -25
  37. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  38. package/esm2015/lib/DataGridToolbarView_combined.js +17 -17
  39. package/esm2015/lib/DateTimeColumnValueFormatter.js +90 -1
  40. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +25 -25
  41. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +10 -10
  42. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  43. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +6 -6
  44. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  45. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  46. package/esm2015/lib/GridColumnPinOptionsView_combined.js +5 -5
  47. package/esm2015/lib/GridColumnSortOptionsView_combined.js +5 -5
  48. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +15 -15
  49. package/esm2015/lib/GridExternalWrapper.js +18 -6
  50. package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
  51. package/esm2015/lib/ISummaryChooserView_combined.js +13 -13
  52. package/esm2015/lib/MultiColumnComboBoxView_combined.js +47 -47
  53. package/esm2015/lib/MultiColumnComboVisualModelExport.js +1 -1
  54. package/esm2015/lib/NumericCellPresenter.js +1 -1
  55. package/esm2015/lib/PropertyEditorView_combined.js +40 -40
  56. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  57. package/esm2015/lib/TemplateHeader.js +8 -8
  58. package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
  59. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  60. package/esm2015/lib/TextEditorView.js +28 -10
  61. package/esm2015/lib/VerticalSeparatorCell.js +46 -8
  62. package/esm2015/lib/VisualModelExport.js +120 -100
  63. package/esm2015/lib/igc-checkbox-list-component.js +74 -54
  64. package/esm2015/lib/igc-column-component.js +164 -164
  65. package/esm2015/lib/igc-column-group-description-collection.js +13 -3
  66. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  67. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  68. package/esm2015/lib/igc-column-sort-description-collection.js +13 -3
  69. package/esm2015/lib/igc-column-summary-description-collection.js +13 -3
  70. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  71. package/esm2015/lib/igc-data-grid-component.js +699 -593
  72. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  73. package/esm2015/lib/igc-definition-base-component.js +50 -50
  74. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  75. package/esm2015/lib/igc-header-component.js +24 -24
  76. package/esm2015/lib/igc-image-column-component.js +12 -12
  77. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  78. package/esm2015/lib/igc-section-header-component.js +24 -24
  79. package/esm2015/lib/igc-summary-row-component.js +24 -24
  80. package/esm2015/lib/igc-text-column-component.js +9 -9
  81. package/esm5/lib/BaseEditorView.js +5 -0
  82. package/esm5/lib/CanvasCellPresenterBase.js +10 -10
  83. package/esm5/lib/CanvasContentCellModelHelper.js +11 -11
  84. package/esm5/lib/CanvasDateTimeCellPresenter.js +2 -2
  85. package/esm5/lib/CanvasGridCellBase.js +304 -288
  86. package/esm5/lib/CanvasImageCell.js +28 -28
  87. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  88. package/esm5/lib/CanvasNumericCell.js +2 -2
  89. package/esm5/lib/CanvasNumericCellPresenter.js +3 -3
  90. package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
  91. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +2 -2
  92. package/esm5/lib/CanvasSummaryCell.js +51 -51
  93. package/esm5/lib/CanvasSummaryCellPresenter.js +5 -5
  94. package/esm5/lib/CanvasTemplateCell.js +7 -7
  95. package/esm5/lib/CanvasTemplateCellPresenter.js +3 -3
  96. package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
  97. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  98. package/esm5/lib/CanvasTextCell.js +3 -3
  99. package/esm5/lib/CanvasTextCellPresenter.js +2 -2
  100. package/esm5/lib/CanvasTextHeaderCell.js +24 -24
  101. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  102. package/esm5/lib/CellPresenterBase.js +1 -1
  103. package/esm5/lib/CheckboxListView_combined.js +339 -296
  104. package/esm5/lib/ColumnChooserView_combined.js +22 -22
  105. package/esm5/lib/ColumnFilterCondition_combined.js +7319 -6934
  106. package/esm5/lib/ColumnGroupDescription.js +22 -0
  107. package/esm5/lib/ColumnGroupDescriptionCollection.js +18 -8
  108. package/esm5/lib/ColumnGroupingView_combined.js +25 -25
  109. package/esm5/lib/ColumnPinningView_combined.js +22 -22
  110. package/esm5/lib/ColumnSortDescriptionCollection.js +16 -6
  111. package/esm5/lib/ColumnSummaryDescriptionCollection.js +16 -6
  112. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +23 -18
  113. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  114. package/esm5/lib/DataGridCellLayoutPanel.js +27 -25
  115. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  116. package/esm5/lib/DataGridToolbarView_combined.js +17 -17
  117. package/esm5/lib/DateTimeColumnValueFormatter.js +92 -1
  118. package/esm5/lib/GridColumnFilterOptionsView_combined.js +25 -25
  119. package/esm5/lib/GridColumnGroupOptionsView_combined.js +10 -10
  120. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  121. package/esm5/lib/GridColumnMoveOptionsView_combined.js +6 -6
  122. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  123. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  124. package/esm5/lib/GridColumnPinOptionsView_combined.js +5 -5
  125. package/esm5/lib/GridColumnSortOptionsView_combined.js +5 -5
  126. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +15 -15
  127. package/esm5/lib/GridExternalWrapper.js +18 -6
  128. package/esm5/lib/GridFilterDialogView_combined.js +1 -1
  129. package/esm5/lib/ISummaryChooserView_combined.js +13 -13
  130. package/esm5/lib/MultiColumnComboBoxView_combined.js +47 -47
  131. package/esm5/lib/MultiColumnComboVisualModelExport.js +1 -1
  132. package/esm5/lib/NumericCellPresenter.js +1 -1
  133. package/esm5/lib/PropertyEditorView_combined.js +40 -40
  134. package/esm5/lib/TemplateCellPresenter.js +1 -1
  135. package/esm5/lib/TemplateHeader.js +8 -8
  136. package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
  137. package/esm5/lib/TemplateSectionHeader.js +2 -2
  138. package/esm5/lib/TextEditorView.js +28 -10
  139. package/esm5/lib/VerticalSeparatorCell.js +46 -8
  140. package/esm5/lib/VisualModelExport.js +120 -100
  141. package/esm5/lib/igc-checkbox-list-component.js +82 -54
  142. package/esm5/lib/igc-column-component.js +164 -164
  143. package/esm5/lib/igc-column-group-description-collection.js +17 -3
  144. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  145. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  146. package/esm5/lib/igc-column-sort-description-collection.js +17 -3
  147. package/esm5/lib/igc-column-summary-description-collection.js +17 -3
  148. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  149. package/esm5/lib/igc-data-grid-component.js +743 -601
  150. package/esm5/lib/igc-date-time-column-component.js +23 -23
  151. package/esm5/lib/igc-definition-base-component.js +50 -50
  152. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  153. package/esm5/lib/igc-header-component.js +24 -24
  154. package/esm5/lib/igc-image-column-component.js +12 -12
  155. package/esm5/lib/igc-numeric-column-component.js +35 -35
  156. package/esm5/lib/igc-section-header-component.js +24 -24
  157. package/esm5/lib/igc-summary-row-component.js +24 -24
  158. package/esm5/lib/igc-text-column-component.js +9 -9
  159. package/fesm2015/igniteui-webcomponents-grids.js +10276 -9534
  160. package/fesm5/igniteui-webcomponents-grids.js +10237 -9351
  161. package/lib/CanvasGridCellBase.d.ts +95 -93
  162. package/lib/CanvasImageCell.d.ts +11 -11
  163. package/lib/CanvasSectionHeaderCell.d.ts +1 -1
  164. package/lib/CanvasSummaryCell.d.ts +15 -15
  165. package/lib/CanvasTemplateCell.d.ts +4 -4
  166. package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
  167. package/lib/CanvasTextCell.d.ts +1 -1
  168. package/lib/CanvasTextHeaderCell.d.ts +6 -6
  169. package/lib/CheckboxListView_combined.d.ts +74 -69
  170. package/lib/ColumnFilterCondition_combined.d.ts +1299 -1258
  171. package/lib/ColumnGroupDescription.d.ts +1 -0
  172. package/lib/ColumnGroupDescriptionCollection.d.ts +8 -7
  173. package/lib/ColumnSortDescriptionCollection.d.ts +8 -7
  174. package/lib/ColumnSummaryDescriptionCollection.d.ts +8 -7
  175. package/lib/DataGridCellLayoutPanel.d.ts +1 -0
  176. package/lib/DateTimeColumnValueFormatter.d.ts +19 -1
  177. package/lib/GridExternalWrapper.d.ts +4 -0
  178. package/lib/TemplateHeader.d.ts +3 -3
  179. package/lib/TemplateSectionHeader.d.ts +2 -2
  180. package/lib/TextEditorView.d.ts +5 -3
  181. package/lib/VerticalSeparatorCell.d.ts +9 -0
  182. package/lib/VisualModelExport.d.ts +31 -26
  183. package/lib/igc-checkbox-list-component.d.ts +9 -0
  184. package/lib/igc-column-group-description-collection.d.ts +4 -0
  185. package/lib/igc-column-sort-description-collection.d.ts +4 -0
  186. package/lib/igc-column-summary-description-collection.d.ts +4 -0
  187. package/lib/igc-data-grid-component.d.ts +30 -2
  188. package/package.json +4 -4
@@ -12,6 +12,7 @@ export declare class ColumnGroupDescription extends ColumnSortDescription {
12
12
  constructor(a: number);
13
13
  constructor(a: number, b: string);
14
14
  constructor(a: number, b: string, c: ListSortDirection);
15
+ constructor(a: number, b: string, c: ListSortDirection, d: string);
15
16
  constructor(a: number, ..._rest: any[]);
16
17
  private t;
17
18
  x: string;
@@ -1,6 +1,6 @@
1
1
  import { Base, IList$1, Type } from "igniteui-webcomponents-core";
2
- import { SortDescriptionCollection } from "igniteui-webcomponents-core";
3
2
  import { ColumnGroupDescription } from "./ColumnGroupDescription";
3
+ import { SortDescriptionCollection } from "igniteui-webcomponents-core";
4
4
  import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
5
5
  /**
6
6
  * @hidden
@@ -8,19 +8,20 @@ import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
8
8
  export declare class ColumnGroupDescriptionCollection extends Base {
9
9
  static $t: Type;
10
10
  private f;
11
+ i: boolean;
11
12
  constructor();
12
13
  private a;
13
14
  b: SortDescriptionCollection;
14
15
  g(a: ColumnGroupDescription): boolean;
15
- n(a: number, b: ColumnGroupDescription): void;
16
- m(): void;
16
+ o(a: number, b: ColumnGroupDescription): void;
17
+ n(): void;
17
18
  get(a: number): ColumnGroupDescription;
18
- j(a: ColumnGroupDescription): number;
19
+ k(a: ColumnGroupDescription): number;
19
20
  h(a: ColumnGroupDescription): boolean;
20
21
  d(a: number): ColumnGroupDescription;
21
22
  set(a: number, b: ColumnGroupDescription): ColumnGroupDescription;
22
23
  size(): number;
23
- l(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
24
- o(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
25
- readonly i: IList$1<ColumnGroupDescription>;
24
+ m(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
25
+ p(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
26
+ readonly j: IList$1<ColumnGroupDescription>;
26
27
  }
@@ -1,6 +1,6 @@
1
1
  import { Base, IList$1, Type } from "igniteui-webcomponents-core";
2
- import { SortDescriptionCollection } from "igniteui-webcomponents-core";
3
2
  import { ColumnSortDescription } from "./ColumnSortDescription";
3
+ import { SortDescriptionCollection } from "igniteui-webcomponents-core";
4
4
  import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
5
5
  /**
6
6
  * @hidden
@@ -8,19 +8,20 @@ import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
8
8
  export declare class ColumnSortDescriptionCollection extends Base {
9
9
  static $t: Type;
10
10
  private f;
11
+ i: boolean;
11
12
  constructor();
12
13
  private a;
13
14
  b: SortDescriptionCollection;
14
15
  g(a: ColumnSortDescription): boolean;
15
- n(a: number, b: ColumnSortDescription): void;
16
- m(): void;
16
+ o(a: number, b: ColumnSortDescription): void;
17
+ n(): void;
17
18
  get(a: number): ColumnSortDescription;
18
- j(a: ColumnSortDescription): number;
19
+ k(a: ColumnSortDescription): number;
19
20
  h(a: ColumnSortDescription): boolean;
20
21
  d(a: number): ColumnSortDescription;
21
22
  set(a: number, b: ColumnSortDescription): ColumnSortDescription;
22
23
  size(): number;
23
- l(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
24
- o(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
25
- readonly i: IList$1<ColumnSortDescription>;
24
+ m(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
25
+ p(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
26
+ readonly j: IList$1<ColumnSortDescription>;
26
27
  }
@@ -1,6 +1,6 @@
1
1
  import { Base, IList$1, Type } from "igniteui-webcomponents-core";
2
- import { SummaryDescriptionCollection } from "igniteui-webcomponents-core";
3
2
  import { ColumnSummaryDescription } from "./ColumnSummaryDescription";
3
+ import { SummaryDescriptionCollection } from "igniteui-webcomponents-core";
4
4
  import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
5
5
  /**
6
6
  * @hidden
@@ -8,19 +8,20 @@ import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
8
8
  export declare class ColumnSummaryDescriptionCollection extends Base {
9
9
  static $t: Type;
10
10
  private f;
11
+ i: boolean;
11
12
  constructor();
12
13
  private a;
13
14
  b: SummaryDescriptionCollection;
14
15
  g(a: ColumnSummaryDescription): boolean;
15
- n(a: number, b: ColumnSummaryDescription): void;
16
- m(): void;
16
+ o(a: number, b: ColumnSummaryDescription): void;
17
+ n(): void;
17
18
  get(a: number): ColumnSummaryDescription;
18
- j(a: ColumnSummaryDescription): number;
19
+ k(a: ColumnSummaryDescription): number;
19
20
  h(a: ColumnSummaryDescription): boolean;
20
21
  d(a: number): ColumnSummaryDescription;
21
22
  set(a: number, b: ColumnSummaryDescription): ColumnSummaryDescription;
22
23
  size(): number;
23
- l(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
24
- o(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
25
- readonly i: IList$1<ColumnSummaryDescription>;
24
+ m(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
25
+ p(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
26
+ readonly j: IList$1<ColumnSummaryDescription>;
26
27
  }
@@ -68,4 +68,5 @@ export declare class DataGridCellLayoutPanel extends Base implements ICellRender
68
68
  protected aj(a: CellModel, b: DomWrapper): void;
69
69
  protected ai(a: CellModel, b: DomWrapper): void;
70
70
  detach(): void;
71
+ attach(): void;
71
72
  }
@@ -1 +1,19 @@
1
- export { DateTimeColumnValueFormatter } from "./ColumnFilterCondition_combined";
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { DateTimeFormats } from "./DateTimeFormats";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class DateTimeColumnValueFormatter extends Base {
7
+ static $t: Type;
8
+ private a;
9
+ private b;
10
+ k(): void;
11
+ j(a: DateTimeFormats): void;
12
+ private f;
13
+ private e;
14
+ private c;
15
+ private d;
16
+ private g;
17
+ private h;
18
+ i(a: Date): string;
19
+ }
@@ -9,6 +9,7 @@ import { ImageColumn } from "./ImageColumn";
9
9
  import { TemplateColumn } from "./TemplateColumn";
10
10
  import { ComboBoxColumn } from "./ComboBoxColumn";
11
11
  import { Brush } from "igniteui-webcomponents-core";
12
+ import { ScrollbarStyle } from "igniteui-webcomponents-core";
12
13
  /**
13
14
  * @hidden
14
15
  */
@@ -33,5 +34,8 @@ export declare class GridExternalWrapper extends Base implements IExternalGrid {
33
34
  setHandCursor(): void;
34
35
  setBorder(a: Brush, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number): void;
35
36
  setScrollerVerticalTrackInset(a: number): void;
37
+ setScrollbarStyle(a: ScrollbarStyle): void;
38
+ setScrollbarColor(a: Brush): void;
39
+ setClipboardText(a: string): void;
36
40
  ensureColumnsAreManual(): void;
37
41
  }
@@ -12,8 +12,8 @@ export declare class TemplateHeader extends Header {
12
12
  static $t: Type;
13
13
  constructor();
14
14
  protected l(a: CellPath): CellModel;
15
- protected cm(a: CellPath, b: Grid, c: any): string;
16
- cy(a: CellModel, b: Grid, c: any, d: any): void;
17
- fd(a: TemplateHeaderCellModel, b: any): void;
15
+ protected cn(a: CellPath, b: Grid, c: any): string;
16
+ cz(a: CellModel, b: Grid, c: any, d: any): void;
17
+ fe(a: TemplateHeaderCellModel, b: any): void;
18
18
  cellUpdating: (sender: any, args: TemplateHeaderCellUpdatingEventArgs) => void;
19
19
  }
@@ -10,8 +10,8 @@ import { TemplateSectionHeaderCellUpdatingEventArgs } from "./TemplateSectionHea
10
10
  */
11
11
  export declare class TemplateSectionHeader extends SectionHeader {
12
12
  static $t: Type;
13
- protected cm(a: CellPath, b: Grid, c: any): string;
13
+ protected cn(a: CellPath, b: Grid, c: any): string;
14
14
  protected l(a: CellPath): CellModel;
15
- fg(a: TemplateSectionHeaderCellModel, b: any): void;
15
+ fh(a: TemplateSectionHeaderCellModel, b: any): void;
16
16
  cellUpdating: (sender: any, args: TemplateSectionHeaderCellUpdatingEventArgs) => void;
17
17
  }
@@ -12,6 +12,7 @@ import { InputChangeEventArgs } from "igniteui-webcomponents-inputs";
12
12
  */
13
13
  export declare class TextEditorView extends BaseEditorView {
14
14
  static $t: Type;
15
+ private x;
15
16
  protected w: XInputGroup;
16
17
  protected v: XInput;
17
18
  constructor(a: DomRenderer, b: BaseControlTheme, c: ICellActionManager);
@@ -24,9 +25,10 @@ export declare class TextEditorView extends BaseEditorView {
24
25
  protected r(): void;
25
26
  protected u(): void;
26
27
  protected q(): void;
27
- protected x(a: any, b: InputChangeEventArgs): void;
28
- private z;
29
- private y;
28
+ protected z(a: any, b: InputChangeEventArgs): void;
29
+ protected y(a: any, b: InputChangeEventArgs): void;
30
+ private ab;
31
+ private aa;
30
32
  getEditorValue(): any;
31
33
  setEditorValue(a: any): void;
32
34
  }
@@ -1,12 +1,21 @@
1
1
  import { GridCellBase } from "./GridCellBase";
2
2
  import { DomRenderer } from "igniteui-webcomponents-core";
3
3
  import { Brush } from "igniteui-webcomponents-core";
4
+ import { Color } from "igniteui-webcomponents-core";
4
5
  import { Type } from "igniteui-webcomponents-core";
5
6
  /**
6
7
  * @hidden
7
8
  */
8
9
  export declare class VerticalSeparatorCell extends GridCellBase {
9
10
  static $t: Type;
11
+ private ci;
12
+ private ch;
13
+ private cj;
14
+ private ck;
10
15
  constructor(a: DomRenderer);
11
16
  by(a: Brush, b: number, c: number, d: number, e: number): void;
17
+ b6(a: number, b: number): void;
18
+ bx(a: Color): void;
19
+ private cm;
20
+ private cl;
12
21
  }
@@ -10,23 +10,23 @@ import { List$1 } from "igniteui-webcomponents-core";
10
10
  */
11
11
  export declare class VisualModelExport extends Base {
12
12
  static $t: Type;
13
- aj: RectData;
14
- am: number;
15
- al: number;
16
- as: number;
13
+ ao: RectData;
17
14
  ar: number;
18
- ap: number;
19
15
  aq: number;
20
- an: number;
21
- av: number;
22
- aw: number;
23
16
  ax: number;
17
+ aw: number;
24
18
  au: number;
25
- at: number;
19
+ av: number;
20
+ as: number;
21
+ a0: number;
22
+ a1: number;
23
+ a2: number;
24
+ az: number;
26
25
  ay: number;
27
- z: GridLayerExport;
26
+ a3: number;
27
+ ae: GridLayerExport;
28
28
  a: GridLayerExport;
29
- ac: GridLayerExport;
29
+ ah: GridLayerExport;
30
30
  b: GridLayerExport;
31
31
  t: GridLayerExport;
32
32
  r: GridLayerExport;
@@ -36,34 +36,39 @@ export declare class VisualModelExport extends Base {
36
36
  l: GridLayerExport;
37
37
  g: GridLayerExport;
38
38
  h: GridLayerExport;
39
- y: GridLayerExport;
39
+ ad: GridLayerExport;
40
40
  w: GridLayerExport;
41
41
  v: GridLayerExport;
42
42
  x: GridLayerExport;
43
- ab: GridLayerExport;
44
- aa: GridLayerExport;
43
+ ag: GridLayerExport;
44
+ af: GridLayerExport;
45
45
  p: GridLayerExport;
46
46
  o: GridLayerExport;
47
- ae: GridLayerExport;
48
- ad: GridLayerExport;
47
+ aj: GridLayerExport;
48
+ ai: GridLayerExport;
49
49
  k: GridLayerExport;
50
50
  j: GridLayerExport;
51
51
  e: GridLayerExport;
52
52
  d: GridLayerExport;
53
53
  n: GridLayerExport;
54
54
  m: GridLayerExport;
55
- af: GridLayerExport;
55
+ ak: GridLayerExport;
56
56
  q: GridLayerExport;
57
57
  f: GridLayerExport;
58
58
  s: GridLayerExport;
59
- ah: IColumnGroupingVisualModelExport;
60
- ag: PagerVisualModelExport;
61
- ai: IToolbarVisualModelExport;
62
- ao: number;
59
+ y: GridLayerExport;
60
+ aa: GridLayerExport;
61
+ ab: GridLayerExport;
62
+ ac: GridLayerExport;
63
+ z: GridLayerExport;
64
+ am: IColumnGroupingVisualModelExport;
65
+ al: PagerVisualModelExport;
66
+ an: IToolbarVisualModelExport;
67
+ at: number;
63
68
  constructor();
64
- a2(): void;
65
- ak: List$1<GridLayerExport>;
66
- az: number;
67
- a1(): void;
68
- a0(): string;
69
+ a7(): void;
70
+ ap: List$1<GridLayerExport>;
71
+ a4: number;
72
+ a6(): void;
73
+ a5(): string;
69
74
  }
@@ -6,6 +6,7 @@ import { CheckboxListIndexType } from "./CheckboxListIndexType";
6
6
  import { InputGroupDisplayType } from "igniteui-webcomponents-inputs";
7
7
  import { BaseControlTheme } from "igniteui-webcomponents-core";
8
8
  import { ControlDisplayDensity } from "igniteui-webcomponents-core";
9
+ import { ScrollbarStyle } from "igniteui-webcomponents-core";
9
10
  import { IgcHTMLElement } from "igniteui-webcomponents-core";
10
11
  export declare class IgcCheckboxListComponent extends IgcHTMLElement {
11
12
  private _height;
@@ -96,6 +97,14 @@ export declare class IgcCheckboxListComponent extends IgcHTMLElement {
96
97
  * Gets or Sets the property name that contains the values.
97
98
  */
98
99
  density: ControlDisplayDensity;
100
+ /**
101
+ * Gets or sets the style of scrollbar.
102
+ */
103
+ scrollbarStyle: ScrollbarStyle;
104
+ /**
105
+ * Gets or sets the scrollbar background color.
106
+ */
107
+ scrollbarBackground: string;
99
108
  /**
100
109
  * Gets / sets the caption of the "Select All" checkbox.
101
110
  */
@@ -14,6 +14,10 @@ export declare class IgcColumnGroupDescriptionCollection {
14
14
  readonly count: number;
15
15
  toArray(): IgcColumnGroupDescription[];
16
16
  [Symbol.iterator](): IterableIterator<any>;
17
+ /**
18
+ * Gets or sets whether this collection should detach the sync when the target collection changes.
19
+ */
20
+ shouldDetachOnTargetChange: boolean;
17
21
  findByName(name: string): any;
18
22
  add(item: IgcColumnGroupDescription): boolean;
19
23
  insert(index: number, item: IgcColumnGroupDescription): void;
@@ -14,6 +14,10 @@ export declare class IgcColumnSortDescriptionCollection {
14
14
  readonly count: number;
15
15
  toArray(): IgcColumnSortDescription[];
16
16
  [Symbol.iterator](): IterableIterator<any>;
17
+ /**
18
+ * Gets or sets whether this collection should detach the sync when the target collection changes.
19
+ */
20
+ shouldDetachOnTargetChange: boolean;
17
21
  findByName(name: string): any;
18
22
  add(item: IgcColumnSortDescription): boolean;
19
23
  insert(index: number, item: IgcColumnSortDescription): void;
@@ -11,6 +11,10 @@ export declare class IgcColumnSummaryDescriptionCollection {
11
11
  readonly count: number;
12
12
  toArray(): IgcColumnSummaryDescription[];
13
13
  [Symbol.iterator](): IterableIterator<any>;
14
+ /**
15
+ * Gets or sets whether this collection should detach the sync when the target collection changes.
16
+ */
17
+ shouldDetachOnTargetChange: boolean;
14
18
  findByName(name: string): any;
15
19
  add(item: IgcColumnSummaryDescription): boolean;
16
20
  insert(index: number, item: IgcColumnSummaryDescription): void;
@@ -115,8 +115,8 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
115
115
  useCanvas: boolean;
116
116
  private _useAccessibility;
117
117
  useAccessibility: boolean;
118
- private _scrollerStyle;
119
- scrollbarStyle: ScrollbarStyle;
118
+ private _setScrollbarStyle;
119
+ private _setScrollbarColor;
120
120
  private _columnsAdapter;
121
121
  protected createImplementation(): Grid;
122
122
  protected _implementation: any;
@@ -696,6 +696,21 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
696
696
  /**
697
697
  * Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.
698
698
  */
699
+ readonly initialSortDescriptions: IgcColumnSortDescriptionCollection;
700
+ /**
701
+ * Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.
702
+ */
703
+ readonly initialGroupDescriptions: IgcColumnGroupDescriptionCollection;
704
+ /**
705
+ * Gets the current summaries that are applied to the grid.
706
+ */
707
+ readonly initialSummaryDescriptions: IgcColumnSummaryDescriptionCollection;
708
+ initialSorts: string;
709
+ initialGroups: string;
710
+ initialSummaries: string;
711
+ /**
712
+ * Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.
713
+ */
699
714
  readonly sortDescriptions: IgcColumnSortDescriptionCollection;
700
715
  /**
701
716
  * Gets the current grouping that is applied to the grid. Collection can be updated to modify the grouping for the grid. Once grouping descriptions are in this collection, the grid will no longer listen for changes on their properties.
@@ -855,6 +870,19 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
855
870
  * Gets or sets the column pinning title text to use in the toolbar.
856
871
  */
857
872
  toolbarColumnPinningTitle: string;
873
+ /**
874
+ * Gets or sets the style of scrollbar.
875
+ */
876
+ scrollbarStyle: ScrollbarStyle;
877
+ /**
878
+ * Gets or sets the scrollbar background color.
879
+ */
880
+ scrollbarBackground: string;
881
+ allowCopyOperation: boolean;
882
+ /**
883
+ * Gets or sets whether to defer the SelectedItemsChanged and SelectedKeysChanged events till after the drag selection has completed.
884
+ */
885
+ deferEventForRowDragSelection: boolean;
858
886
  findByName(name: string): any;
859
887
  protected __p: string;
860
888
  protected _hasUserValues: Set<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-grids",
3
- "version": "3.2.3",
3
+ "version": "3.2.4",
4
4
  "description": "Ignite UI WebComponents grid components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-webcomponents-grids",
6
6
  "keywords": [
@@ -18,9 +18,9 @@
18
18
  "tslib": "^2.3.1"
19
19
  },
20
20
  "peerDependencies": {
21
- "igniteui-webcomponents-core": "3.2.3",
22
- "igniteui-webcomponents-layouts": "3.2.3",
23
- "igniteui-webcomponents-inputs": "3.2.3"
21
+ "igniteui-webcomponents-core": "3.2.4",
22
+ "igniteui-webcomponents-layouts": "3.2.4",
23
+ "igniteui-webcomponents-inputs": "3.2.4"
24
24
  },
25
25
  "sideEffects": false,
26
26
  "typings": "igniteui-webcomponents-grids.d.ts",