igniteui-webcomponents-grids 4.7.0 → 4.7.2-beta.0

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 (150) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +498 -373
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasGridCellBase.js +10 -10
  4. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  5. package/esm2015/lib/ColumnFilterCondition_combined.js +246 -210
  6. package/esm2015/lib/ColumnGroupingView_combined.js +17 -17
  7. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +3 -3
  8. package/esm2015/lib/EditorCell.js +2 -2
  9. package/esm2015/lib/FilterCell.js +12 -12
  10. package/esm2015/lib/GridCellBase.js +2 -2
  11. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  12. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +4 -4
  13. package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
  14. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +5 -5
  15. package/esm2015/lib/GridFilterDialogView_combined.js +16 -16
  16. package/esm2015/lib/GridStyleRepository.js +12 -12
  17. package/esm2015/lib/MultiColumnComboBoxView_combined.js +51 -51
  18. package/esm2015/lib/PropertyEditorView_combined.js +4 -4
  19. package/esm2015/lib/igc-column-exchangers-collection.js +6 -1
  20. package/esm2015/lib/igc-column-property-setters-collection.js +6 -1
  21. package/esm2015/lib/igc-grid-column-collection.js +6 -1
  22. package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping-level-collection.js +6 -1
  23. package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping-level.js +6 -1
  24. package/esm2015/lib/igc-grid-filter-dialog-view-model-row-collection.js +6 -1
  25. package/esm2015/lib/igc-grid-filter-operands-collection.js +6 -1
  26. package/esm2015/lib/igc-grid-selected-cell-ranges-collection.js +6 -1
  27. package/esm2015/lib/igc-grid-selected-cells-collection.js +6 -1
  28. package/esm2015/lib/igc-grid-selected-keys-collection.js +6 -1
  29. package/esm2015/lib/igc-horizontal-property-editor-data-source.js +6 -1
  30. package/esm2015/lib/igc-responsive-phases-collection.js +6 -1
  31. package/esm2015/lib/igc-responsive-states-collection.js +6 -1
  32. package/esm5/lib/CanvasGridCellBase.js +10 -10
  33. package/esm5/lib/CanvasSummaryCell.js +2 -2
  34. package/esm5/lib/ColumnFilterCondition_combined.js +270 -210
  35. package/esm5/lib/ColumnGroupingView_combined.js +17 -17
  36. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +3 -3
  37. package/esm5/lib/EditorCell.js +2 -2
  38. package/esm5/lib/FilterCell.js +12 -12
  39. package/esm5/lib/GridCellBase.js +2 -2
  40. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  41. package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
  42. package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
  43. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +5 -5
  44. package/esm5/lib/GridFilterDialogView_combined.js +16 -16
  45. package/esm5/lib/GridStyleRepository.js +12 -12
  46. package/esm5/lib/MultiColumnComboBoxView_combined.js +51 -51
  47. package/esm5/lib/PropertyEditorView_combined.js +4 -4
  48. package/esm5/lib/igc-column-exchangers-collection.js +6 -1
  49. package/esm5/lib/igc-column-property-setters-collection.js +6 -1
  50. package/esm5/lib/igc-grid-column-collection.js +6 -1
  51. package/esm5/lib/igc-grid-filter-dialog-view-model-grouping-level-collection.js +6 -1
  52. package/esm5/lib/igc-grid-filter-dialog-view-model-grouping-level.js +6 -1
  53. package/esm5/lib/igc-grid-filter-dialog-view-model-row-collection.js +6 -1
  54. package/esm5/lib/igc-grid-filter-operands-collection.js +6 -1
  55. package/esm5/lib/igc-grid-selected-cell-ranges-collection.js +6 -1
  56. package/esm5/lib/igc-grid-selected-cells-collection.js +6 -1
  57. package/esm5/lib/igc-grid-selected-keys-collection.js +6 -1
  58. package/esm5/lib/igc-horizontal-property-editor-data-source.js +6 -1
  59. package/esm5/lib/igc-responsive-phases-collection.js +6 -1
  60. package/esm5/lib/igc-responsive-states-collection.js +6 -1
  61. package/fesm2015/igniteui-webcomponents-grids.js +474 -373
  62. package/fesm5/igniteui-webcomponents-grids.js +498 -373
  63. package/grids/3rdpartylicenses.txt +101 -26
  64. package/grids/combined.js +27166 -27890
  65. package/grids/index.d.ts +9 -1
  66. package/grids/lib/igc-action-strip-component.d.ts +4 -15
  67. package/grids/lib/igc-active-node-change-event-args.d.ts +3 -6
  68. package/grids/lib/igc-cancelable-event-args.d.ts +1 -2
  69. package/grids/lib/igc-child-grid-row-component.d.ts +58 -0
  70. package/grids/lib/igc-clipboard-options.d.ts +45 -0
  71. package/grids/lib/igc-column-component.d.ts +15 -1
  72. package/grids/lib/igc-column-exporting-event-args.d.ts +5 -10
  73. package/grids/lib/igc-column-group-component.d.ts +1 -0
  74. package/grids/lib/igc-column-layout-component.d.ts +1 -0
  75. package/grids/lib/igc-column-moving-end-event-args.d.ts +3 -6
  76. package/grids/lib/igc-column-moving-event-args.d.ts +2 -4
  77. package/grids/lib/igc-column-moving-start-event-args.d.ts +1 -2
  78. package/grids/lib/igc-column-resize-event-args.d.ts +3 -6
  79. package/grids/lib/igc-column-selection-event-args.d.ts +5 -10
  80. package/grids/lib/igc-column-state.d.ts +1 -0
  81. package/grids/lib/igc-column-toggled-event-args.d.ts +2 -4
  82. package/grids/lib/igc-column-visibility-changed-event-args.d.ts +2 -4
  83. package/grids/lib/igc-column-visibility-changing-event-args.d.ts +3 -6
  84. package/grids/lib/igc-density-changed-event-args.d.ts +2 -4
  85. package/grids/lib/{igc-exporter-event.d.ts → igc-exporter-event-args.d.ts} +2 -1
  86. package/grids/lib/igc-expression-tree.d.ts +4 -3
  87. package/grids/lib/igc-filtering-event-args.d.ts +2 -4
  88. package/grids/lib/igc-filtering-expressions-tree.d.ts +3 -3
  89. package/grids/lib/igc-for-of-data-changing-event-args.d.ts +1 -2
  90. package/grids/lib/igc-grid-base-directive.d.ts +17 -7
  91. package/grids/lib/igc-grid-cell-event-args.d.ts +2 -4
  92. package/grids/lib/igc-grid-created-event-args.d.ts +26 -0
  93. package/grids/lib/igc-grid-edit-done-event-args.d.ts +4 -8
  94. package/grids/lib/igc-grid-edit-event-args.d.ts +5 -10
  95. package/grids/lib/igc-grid-editing-actions-component.d.ts +1 -0
  96. package/grids/lib/igc-grid-form-group-created-event-args.d.ts +1 -2
  97. package/grids/lib/igc-grid-keydown-event-args.d.ts +4 -8
  98. package/grids/lib/igc-grid-pinning-actions-component.d.ts +1 -0
  99. package/grids/lib/igc-grid-scroll-event-args.d.ts +3 -6
  100. package/grids/lib/igc-grid-state-base-directive.d.ts +2 -16
  101. package/grids/lib/igc-grid-state-collection.d.ts +1 -0
  102. package/grids/lib/igc-grid-state-component.d.ts +11 -3
  103. package/grids/lib/igc-grid-toolbar-actions-component.d.ts +1 -0
  104. package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +1 -0
  105. package/grids/lib/igc-grid-toolbar-component.d.ts +2 -0
  106. package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +4 -8
  107. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +3 -2
  108. package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +1 -0
  109. package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +1 -0
  110. package/grids/lib/igc-grid-toolbar-template-context.d.ts +19 -0
  111. package/grids/lib/igc-grid-toolbar-title-component.d.ts +1 -0
  112. package/grids/lib/igc-grid-validation-status-event-args.d.ts +2 -4
  113. package/grids/lib/igc-grouping-done-event-args.d.ts +3 -6
  114. package/grids/lib/igc-grouping-state.d.ts +1 -0
  115. package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +68 -0
  116. package/grids/lib/igc-hierarchical-grid-component.d.ts +218 -0
  117. package/grids/lib/igc-noop-pivot-dimensions-strategy.d.ts +24 -0
  118. package/grids/lib/igc-page-cancellable-event-args.d.ts +2 -4
  119. package/grids/lib/igc-page-event-args.d.ts +2 -4
  120. package/grids/lib/igc-paginator-component.d.ts +3 -0
  121. package/grids/lib/igc-paging-state.d.ts +1 -0
  122. package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +4 -8
  123. package/grids/lib/igc-pin-column-event-args.d.ts +3 -6
  124. package/grids/lib/igc-pin-row-event-args.d.ts +3 -6
  125. package/grids/lib/igc-pinning-config.d.ts +1 -0
  126. package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +1 -2
  127. package/grids/lib/igc-row-data-event-args.d.ts +2 -4
  128. package/grids/lib/igc-row-drag-end-event-args.d.ts +3 -6
  129. package/grids/lib/igc-row-drag-start-event-args.d.ts +3 -6
  130. package/grids/lib/igc-row-exporting-event-args.d.ts +3 -6
  131. package/grids/lib/igc-row-island-component.d.ts +2635 -0
  132. package/grids/lib/igc-row-selection-event-args.d.ts +5 -10
  133. package/grids/lib/igc-row-toggle-event-args.d.ts +3 -6
  134. package/grids/lib/igc-sorting-event-args.d.ts +1 -2
  135. package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +1 -2
  136. package/grids/lib/igc-toggle-view-event-args.d.ts +1 -2
  137. package/grids/styles.css +1 -1
  138. package/grids/themes/dark/bootstrap.css +1 -1
  139. package/grids/themes/dark/fluent.css +1 -1
  140. package/grids/themes/dark/indigo.css +1 -1
  141. package/grids/themes/dark/material.css +1 -1
  142. package/grids/themes/light/bootstrap.css +1 -1
  143. package/grids/themes/light/fluent.css +1 -1
  144. package/grids/themes/light/indigo.css +1 -1
  145. package/grids/themes/light/material.css +1 -1
  146. package/lib/ColumnFilterCondition_combined.d.ts +33 -21
  147. package/lib/DateEditorView.d.ts +1 -1
  148. package/lib/GridFilterDialogView_combined.d.ts +1 -1
  149. package/lib/TextEditorView.d.ts +1 -1
  150. package/package.json +4 -4
@@ -0,0 +1,218 @@
1
+
2
+ import { IgcHierarchicalGridBaseDirective } from './igc-hierarchical-grid-base-directive';
3
+ import { IgcColumnComponent } from './igc-column-component';
4
+ import { IgcColumnGroupComponent } from './igc-column-group-component';
5
+ import { IgcColumnLayoutComponent } from './igc-column-layout-component';
6
+ import { IgcGridToolbarComponent } from './igc-grid-toolbar-component';
7
+ import { IgcGridToolbarActionsComponent } from './igc-grid-toolbar-actions-component';
8
+ import { IgcGridToolbarTitleComponent } from './igc-grid-toolbar-title-component';
9
+ import { IgcGridToolbarAdvancedFilteringComponent } from './igc-grid-toolbar-advanced-filtering-component';
10
+ import { IgcGridToolbarExporterComponent } from './igc-grid-toolbar-exporter-component';
11
+ import { IgcGridToolbarHidingComponent } from './igc-grid-toolbar-hiding-component';
12
+ import { IgcGridToolbarPinningComponent } from './igc-grid-toolbar-pinning-component';
13
+ import { IgcActionStripComponent } from './igc-action-strip-component';
14
+ import { IgcGridEditingActionsComponent } from './igc-grid-editing-actions-component';
15
+ import { IgcGridPinningActionsComponent } from './igc-grid-pinning-actions-component';
16
+ import { IgcRowIslandComponent } from './igc-row-island-component';
17
+ import { IgcCellType } from './igc-cell-type';
18
+ import { IgcRowType } from './igc-row-type';
19
+
20
+
21
+
22
+
23
+
24
+ /* blazorAdditionalDependency: Column */
25
+ /* blazorAdditionalDependency: ColumnGroup */
26
+ /* blazorAdditionalDependency: ColumnLayout */
27
+ /* blazorAdditionalDependency: GridToolbar */
28
+ /* blazorAdditionalDependency: GridToolbarActions */
29
+ /* blazorAdditionalDependency: GridToolbarTitle */
30
+ /* blazorAdditionalDependency: GridToolbarAdvancedFiltering */
31
+ /* blazorAdditionalDependency: GridToolbarExporter */
32
+ /* blazorAdditionalDependency: GridToolbarHiding */
33
+ /* blazorAdditionalDependency: GridToolbarPinning */
34
+ /* blazorAdditionalDependency: ActionStrip */
35
+ /* blazorAdditionalDependency: GridActionsBaseDirective */
36
+ /* blazorAdditionalDependency: GridEditingActions */
37
+ /* blazorAdditionalDependency: GridPinningActions */
38
+ /* blazorAdditionalDependency: RowIsland */
39
+ /* blazorIndirectRender */
40
+ /**
41
+ * Hierarchical grid
42
+ *
43
+ * @igxModule IgxHierarchicalGridModule
44
+ *
45
+ */
46
+
47
+ export declare class IgcHierarchicalGridComponent extends IgcHierarchicalGridBaseDirective
48
+ {
49
+
50
+
51
+
52
+ /* contentChildren */
53
+ /* blazorInclude */
54
+ /* blazorTreatAsCollection */
55
+ /* blazorCollectionName: RowIslandCollection */
56
+ /* ngQueryListName: childLayoutList */
57
+ /**
58
+ * @hidden
59
+ */
60
+ public set childLayoutList(value: IgcRowIslandComponent[]);
61
+ public get childLayoutList(): IgcRowIslandComponent[];
62
+
63
+
64
+
65
+ /**
66
+ * Gets/Sets the value of the `id` attribute.
67
+ *
68
+ * @remarks
69
+ * If not provided it will be automatically generated.
70
+ * @example
71
+ * ```html
72
+ * <igx-hierarchical-grid [id]="'igx-hgrid-1'" [data]="Data" [autoGenerate]="true"></igx-hierarchical-grid>
73
+ * ```
74
+ */
75
+ public set id(value: string);
76
+ public get id(): string;
77
+
78
+
79
+
80
+ /* treatAsRef */
81
+ /**
82
+ * An @Input property that lets you fill the `IgxHierarchicalGridComponent` with an array of data.
83
+ * ```html
84
+ * <igx-hierarchical-grid [data]="Data" [autoGenerate]="true"></igx-hierarchical-grid>
85
+ * ```
86
+ *
87
+ * @memberof IgxHierarchicalGridComponent
88
+ */
89
+ public set data(value: any[]);
90
+ public get data(): any[];
91
+
92
+
93
+
94
+ /**
95
+ * Gets/Sets the total number of records in the data source.
96
+ *
97
+ * @remarks
98
+ * This property is required for remote grid virtualization to function when it is bound to remote data.
99
+ * @example
100
+ * ```typescript
101
+ * const itemCount = this.grid1.totalItemCount;
102
+ * this.grid1.totalItemCount = 55;
103
+ * ```
104
+ */
105
+ public set totalItemCount(value: number);
106
+ public get totalItemCount(): number;
107
+
108
+
109
+
110
+ /**
111
+ * Sets if all immediate children of the `IgxHierarchicalGridComponent` should be expanded/collapsed.
112
+ * Defult value is false.
113
+ * ```html
114
+ * <igx-hierarchical-grid [id]="'igx-grid-1'" [data]="Data" [autoGenerate]="true" [expandChildren]="true"></igx-hierarchical-grid>
115
+ * ```
116
+ *
117
+ * @memberof IgxHierarchicalGridComponent
118
+ */
119
+ public set expandChildren(value: boolean);
120
+ public get expandChildren(): boolean;
121
+
122
+
123
+
124
+ /**
125
+ * Gets the unique identifier of the parent row. It may be a `string` or `number` if `primaryKey` of the
126
+ * parent grid is set or an object reference of the parent record otherwise.
127
+ * ```typescript
128
+ * const foreignKey = this.grid.foreignKey;
129
+ * ```
130
+ *
131
+ * @memberof IgxHierarchicalGridComponent
132
+ */
133
+ public get foreignKey(): any;
134
+
135
+
136
+
137
+ /**
138
+ * Returns an array of the selected `IgxGridCell`s.
139
+ *
140
+ * @example
141
+ * ```typescript
142
+ * const selectedCells = this.grid.selectedCells;
143
+ * ```
144
+ */
145
+ public get selectedCells(): IgcCellType[];
146
+
147
+
148
+
149
+ /**
150
+ * Returns the `RowType` by index.
151
+ *
152
+ * @example
153
+ * ```typescript
154
+ * const myRow = this.grid1.getRowByIndex(1);
155
+ * ```
156
+ * @param index
157
+ */
158
+ public getRowByIndex(index: number): IgcRowType;
159
+
160
+
161
+
162
+ /**
163
+ * Returns the `RowType` by key.
164
+ *
165
+ * @example
166
+ * ```typescript
167
+ * const myRow = this.grid1.getRowByKey(1);
168
+ * ```
169
+ * @param key
170
+ */
171
+ public getRowByKey(key: any): IgcRowType;
172
+
173
+
174
+
175
+ /**
176
+ * Returns a `CellType` object that matches the conditions.
177
+ *
178
+ * @example
179
+ * ```typescript
180
+ * const myCell = this.grid1.getCellByColumn(2, "UnitPrice");
181
+ * ```
182
+ * @param rowIndex
183
+ * @param columnField
184
+ */
185
+ public getCellByColumn(rowIndex: number, columnField: string): IgcCellType;
186
+
187
+
188
+
189
+ /**
190
+ * Returns a `CellType` object that matches the conditions.
191
+ *
192
+ * @remarks
193
+ * Requires that the primaryKey property is set.
194
+ * @example
195
+ * ```typescript
196
+ * grid.getCellByKey(1, 'index');
197
+ * ```
198
+ * @param rowSelector match any rowID
199
+ * @param columnField
200
+ */
201
+ public getCellByKey(rowSelector: any, columnField: string): IgcCellType;
202
+
203
+
204
+
205
+ public pinRow(rowID: any, index?: number): boolean;
206
+
207
+
208
+
209
+ public unpinRow(rowID: any): boolean;
210
+
211
+
212
+
213
+ public getDefaultExpandState(record: any): void;
214
+
215
+ }
216
+
217
+
218
+
@@ -0,0 +1,24 @@
1
+
2
+ import { IgcPivotDimension } from './igc-pivot-dimension';
3
+ import { IgcPivotValue } from './igc-pivot-value';
4
+
5
+
6
+
7
+
8
+ /* csSuppress */
9
+
10
+ export declare class IgcNoopPivotDimensionsStrategy
11
+ {
12
+
13
+
14
+
15
+ public static instance(): IgcNoopPivotDimensionsStrategy;
16
+
17
+
18
+
19
+ public process(collection: any[], _: IgcPivotDimension[], __: IgcPivotValue[]): any[];
20
+
21
+ }
22
+
23
+
24
+
@@ -9,12 +9,10 @@ import { IgcCancelableEventArgs } from './igc-cancelable-event-args';
9
9
  {
10
10
 
11
11
 
12
- public set current(value: number);
13
- public get current(): number;
12
+ public current: number;
14
13
 
15
14
 
16
- public set next(value: number);
17
- public get next(): number;
15
+ public next: number;
18
16
 
19
17
  }
20
18
 
@@ -9,12 +9,10 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
9
9
  {
10
10
 
11
11
 
12
- public set previous(value: number);
13
- public get previous(): number;
12
+ public previous: number;
14
13
 
15
14
 
16
- public set current(value: number);
17
- public get current(): number;
15
+ public current: number;
18
16
 
19
17
  }
20
18
 
@@ -14,6 +14,8 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
14
14
  /* wcElementTag: igc-paginator */
15
15
  /* blazorIndirectRender */
16
16
  /* contentParent: GridBaseDirective */
17
+ /* contentParent: RowIsland */
18
+ /* contentParent: HierarchicalGrid */
17
19
  /* jsonAPIManageCollectionInMarkup */
18
20
  /**
19
21
  * Paginator component description
@@ -99,6 +101,7 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
99
101
 
100
102
 
101
103
 
104
+ /* mustSetInCodePlatforms: WebComponents;Blazor;React */
102
105
  /**
103
106
  * An accessor that sets the resource strings.
104
107
  * By default it uses EN resources.
@@ -4,6 +4,7 @@
4
4
  /* jsonAPIPlainObject */
5
5
 
6
6
 
7
+ /* marshalByValue */
7
8
 
8
9
  export declare class IgcPagingState
9
10
  {
@@ -16,31 +16,27 @@ import { IgcColumnComponent } from './igc-column-component';
16
16
  {
17
17
 
18
18
 
19
- public set column(value: IgcColumnComponent);
20
- public get column(): IgcColumnComponent;
19
+ public column: IgcColumnComponent;
21
20
 
22
21
 
23
22
  /**
24
23
  * If pinned, specifies at which index in the pinned area the column is inserted.
25
24
  * If unpinned, specifies at which index in the unpinned area the column is inserted.
26
25
  */
27
- public set insertAtIndex(value: number);
28
- public get insertAtIndex(): number;
26
+ public insertAtIndex: number;
29
27
 
30
28
 
31
29
  /**
32
30
  * Returns the actual pin state of the column.
33
31
  * If pinning/unpinning is succesfull, value of `isPinned` will change accordingly when read in the "-ing" and "-ed" event.
34
32
  */
35
- public set isPinned(value: boolean);
36
- public get isPinned(): boolean;
33
+ public isPinned: boolean;
37
34
 
38
35
 
39
36
  /**
40
37
  * Provides the ability to cancel the event.
41
38
  */
42
- public set cancel(value: boolean);
43
- public get cancel(): boolean;
39
+ public cancel: boolean;
44
40
 
45
41
  }
46
42
 
@@ -15,24 +15,21 @@ import { IgcColumnComponent } from './igc-column-component';
15
15
  {
16
16
 
17
17
 
18
- public set column(value: IgcColumnComponent);
19
- public get column(): IgcColumnComponent;
18
+ public column: IgcColumnComponent;
20
19
 
21
20
 
22
21
  /**
23
22
  * If pinned, specifies at which index in the pinned area the column is inserted.
24
23
  * If unpinned, specifies at which index in the unpinned area the column is inserted.
25
24
  */
26
- public set insertAtIndex(value: number);
27
- public get insertAtIndex(): number;
25
+ public insertAtIndex: number;
28
26
 
29
27
 
30
28
  /**
31
29
  * Returns the actual pin state of the column.
32
30
  * If pinning/unpinning is succesfull, value of `isPinned` will change accordingly when read in the "-ing" and "-ed" event.
33
31
  */
34
- public set isPinned(value: boolean);
35
- public get isPinned(): boolean;
32
+ public isPinned: boolean;
36
33
 
37
34
  }
38
35
 
@@ -16,8 +16,7 @@ import { IgcRowType } from './igc-row-type';
16
16
  * The ID of the row, that was pinned/unpinned.
17
17
  * ID is either the primaryKey value or the data record instance.
18
18
  */
19
- public set rowID(value: any);
20
- public get rowID(): any;
19
+ public rowID: any;
21
20
 
22
21
 
23
22
  public row?: IgcRowType;
@@ -28,8 +27,7 @@ import { IgcRowType } from './igc-row-type';
28
27
 
29
28
 
30
29
  /** Whether or not the row is pinned or unpinned. */
31
- public set isPinned(value: boolean);
32
- public get isPinned(): boolean;
30
+ public isPinned: boolean;
33
31
 
34
32
 
35
33
  /**
@@ -41,8 +39,7 @@ import { IgcRowType } from './igc-row-type';
41
39
  /**
42
40
  * Provides the ability to cancel the event.
43
41
  */
44
- public set cancel(value: boolean);
45
- public get cancel(): boolean;
42
+ public cancel: boolean;
46
43
 
47
44
  }
48
45
 
@@ -6,6 +6,7 @@ import { RowPinningPosition } from './row-pinning-position';
6
6
  /* jsonAPIPlainObject */
7
7
 
8
8
 
9
+ /* marshalByValue */
9
10
  /**
10
11
  * An interface describing settings for row/column pinning position.
11
12
  */
@@ -13,8 +13,7 @@ import { IgcPivotConfiguration } from './igc-pivot-configuration';
13
13
 
14
14
 
15
15
  /** The new configuration. */
16
- public set pivotConfiguration(value: IgcPivotConfiguration);
17
- public get pivotConfiguration(): IgcPivotConfiguration;
16
+ public pivotConfiguration: IgcPivotConfiguration;
18
17
 
19
18
  }
20
19
 
@@ -8,12 +8,10 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
8
8
  {
9
9
 
10
10
 
11
- public set data(value: any);
12
- public get data(): any;
11
+ public data: any;
13
12
 
14
13
 
15
- public set primaryKey(value: any);
16
- public get primaryKey(): any;
14
+ public primaryKey: any;
17
15
 
18
16
  }
19
17
 
@@ -10,16 +10,13 @@ import { IgcRowType } from './igc-row-type';
10
10
  {
11
11
 
12
12
 
13
- public set dragDirective(value: any);
14
- public get dragDirective(): any;
13
+ public dragDirective: any;
15
14
 
16
15
 
17
- public set dragData(value: IgcRowType);
18
- public get dragData(): IgcRowType;
16
+ public dragData: IgcRowType;
19
17
 
20
18
 
21
- public set animation(value: boolean);
22
- public get animation(): boolean;
19
+ public animation: boolean;
23
20
 
24
21
  }
25
22
 
@@ -9,19 +9,16 @@ import { IgcRowType } from './igc-row-type';
9
9
  {
10
10
 
11
11
 
12
- public set dragDirective(value: any);
13
- public get dragDirective(): any;
12
+ public dragDirective: any;
14
13
 
15
14
 
16
- public set dragData(value: IgcRowType);
17
- public get dragData(): IgcRowType;
15
+ public dragData: IgcRowType;
18
16
 
19
17
 
20
18
  /**
21
19
  * Provides the ability to cancel the event.
22
20
  */
23
- public set cancel(value: boolean);
24
- public get cancel(): boolean;
21
+ public cancel: boolean;
25
22
 
26
23
 
27
24
  /**
@@ -17,24 +17,21 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
17
17
  /**
18
18
  * Contains the exporting row data
19
19
  */
20
- public set rowData(value: any);
21
- public get rowData(): any;
20
+ public rowData: any;
22
21
 
23
22
 
24
23
 
25
24
  /**
26
25
  * Contains the exporting row index
27
26
  */
28
- public set rowIndex(value: number);
29
- public get rowIndex(): number;
27
+ public rowIndex: number;
30
28
 
31
29
 
32
30
 
33
31
  /**
34
32
  * Skip the exporting row when set to true
35
33
  */
36
- public set cancel(value: boolean);
37
- public get cancel(): boolean;
34
+ public cancel: boolean;
38
35
 
39
36
  }
40
37