igniteui-webcomponents-grids 5.0.0 → 5.0.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 (85) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +1393 -1404
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasGridCellBase.js +52 -52
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +7 -7
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +6 -6
  6. package/esm2015/lib/CanvasTextHeaderCell.js +1 -1
  7. package/esm2015/lib/CheckboxListBridge.js +1 -4
  8. package/esm2015/lib/CheckboxListView_combined.js +188 -188
  9. package/esm2015/lib/ColumnChooserView_combined.js +42 -42
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +659 -659
  11. package/esm2015/lib/ColumnGroupingView_combined.js +40 -40
  12. package/esm2015/lib/ColumnPinningView_combined.js +42 -42
  13. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +2 -2
  14. package/esm2015/lib/DataGridCellLayoutPanel.js +48 -48
  15. package/esm2015/lib/DataGridToolbarView_combined.js +87 -87
  16. package/esm2015/lib/EditorCell.js +86 -86
  17. package/esm2015/lib/EditorCellPresenter.js +1 -1
  18. package/esm2015/lib/FilterCell.js +90 -90
  19. package/esm2015/lib/FilterCellPresenter.js +1 -1
  20. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
  21. package/esm2015/lib/ISummaryChooserView_combined.js +6 -6
  22. package/esm2015/lib/TemplateHeader.js +1 -1
  23. package/esm2015/lib/igc-checkbox-list-component.js +31 -27
  24. package/esm2015/lib/igc-column-chooser-component.js +2 -2
  25. package/esm2015/lib/igc-column-pinning-component.js +2 -2
  26. package/esm2015/lib/igc-data-grid-toolbar-component.js +2 -2
  27. package/esm2015/public_api.js +20 -21
  28. package/esm5/lib/CanvasGridCellBase.js +52 -52
  29. package/esm5/lib/CanvasTemplateCellPresenter.js +7 -7
  30. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +6 -6
  31. package/esm5/lib/CanvasTextHeaderCell.js +1 -1
  32. package/esm5/lib/CheckboxListBridge.js +1 -4
  33. package/esm5/lib/CheckboxListView_combined.js +179 -179
  34. package/esm5/lib/ColumnChooserView_combined.js +41 -41
  35. package/esm5/lib/ColumnFilterCondition_combined.js +654 -654
  36. package/esm5/lib/ColumnGroupingView_combined.js +40 -40
  37. package/esm5/lib/ColumnPinningView_combined.js +41 -41
  38. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +2 -2
  39. package/esm5/lib/DataGridCellLayoutPanel.js +48 -48
  40. package/esm5/lib/DataGridToolbarView_combined.js +86 -86
  41. package/esm5/lib/EditorCell.js +85 -85
  42. package/esm5/lib/EditorCellPresenter.js +1 -1
  43. package/esm5/lib/FilterCell.js +88 -88
  44. package/esm5/lib/FilterCellPresenter.js +1 -1
  45. package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
  46. package/esm5/lib/ISummaryChooserView_combined.js +6 -6
  47. package/esm5/lib/TemplateHeader.js +1 -1
  48. package/esm5/lib/igc-checkbox-list-component.js +31 -27
  49. package/esm5/lib/igc-column-chooser-component.js +2 -2
  50. package/esm5/lib/igc-column-pinning-component.js +2 -2
  51. package/esm5/lib/igc-data-grid-toolbar-component.js +2 -2
  52. package/esm5/public_api.js +20 -21
  53. package/fesm2015/igniteui-webcomponents-grids.js +1415 -1425
  54. package/fesm5/igniteui-webcomponents-grids.js +1395 -1405
  55. package/grids/combined.js +16296 -15683
  56. package/grids/lib/igc-grid-base-directive.d.ts +1 -0
  57. package/grids/lib/igc-row-island-component.d.ts +1 -0
  58. package/grids/styles.css +1 -1
  59. package/grids/themes/dark/bootstrap.css +1 -1
  60. package/grids/themes/dark/fluent.css +1 -1
  61. package/grids/themes/dark/indigo.css +1 -1
  62. package/grids/themes/dark/material.css +1 -1
  63. package/grids/themes/light/bootstrap.css +1 -1
  64. package/grids/themes/light/fluent.css +1 -1
  65. package/grids/themes/light/indigo.css +1 -1
  66. package/grids/themes/light/material.css +1 -1
  67. package/lib/CanvasGridCellBase.d.ts +7 -7
  68. package/lib/CanvasTemplateCellPresenter.d.ts +2 -2
  69. package/lib/CanvasTemplateHeaderCellPresenter.d.ts +2 -2
  70. package/lib/CheckboxListExternal.d.ts +6 -4
  71. package/lib/CheckboxListView_combined.d.ts +26 -26
  72. package/lib/ColumnChooserView_combined.d.ts +4 -4
  73. package/lib/ColumnFilterCondition_combined.d.ts +113 -113
  74. package/lib/ColumnGroupingView_combined.d.ts +2 -2
  75. package/lib/ColumnPinningView_combined.d.ts +4 -4
  76. package/lib/DataGridCellLayoutPanel.d.ts +3 -3
  77. package/lib/DataGridToolbarView_combined.d.ts +5 -5
  78. package/lib/EditorCell.d.ts +8 -8
  79. package/lib/FilterCell.d.ts +12 -12
  80. package/lib/igc-checkbox-list-component.d.ts +2 -0
  81. package/package.json +4 -4
  82. package/public_api.d.ts +20 -21
  83. package/esm2015/lib/CheckboxListViewExternal.js +0 -11
  84. package/esm5/lib/CheckboxListViewExternal.js +0 -11
  85. package/lib/CheckboxListViewExternal.d.ts +0 -16
@@ -1,3 +1,4 @@
1
+ import { IgSize } from "igniteui-webcomponents-core";
1
2
  import { CheckboxList } from './CheckboxList';
2
3
  import { IgcCheckedChangedEventArgs } from "./igc-checked-changed-event-args";
3
4
  import { IgcSelectAllCheckboxChangedEventArgs } from "./igc-select-all-checkbox-changed-event-args";
@@ -246,6 +247,7 @@ export declare class IgcCheckboxListComponent extends IgcHTMLElement {
246
247
  notifyRemoveItem(index: number, oldItem: any): void;
247
248
  addKeyValue(value: any[]): void;
248
249
  removeKeyValue(value: any[]): void;
250
+ getDesiredSize(): IgSize;
249
251
  /**
250
252
  * Returns true if no items are selected / checked; otherwise false.
251
253
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-grids",
3
- "version": "5.0.0",
3
+ "version": "5.0.2-beta.0",
4
4
  "description": "Ignite UI Web Components 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": "5.0.0",
22
- "igniteui-webcomponents-layouts": "5.0.0",
23
- "igniteui-webcomponents-inputs": "5.0.0"
21
+ "igniteui-webcomponents-core": "5.0.2-beta.0",
22
+ "igniteui-webcomponents-layouts": "5.0.2-beta.0",
23
+ "igniteui-webcomponents-inputs": "5.0.2-beta.0"
24
24
  },
25
25
  "sideEffects": [
26
26
  "./grids/combined.js"
package/public_api.d.ts CHANGED
@@ -125,34 +125,13 @@ export * from './lib/TemplateHeaderCellPresenter';
125
125
  export * from './lib/TextCellPresenter';
126
126
  export * from './lib/TextHeaderCellPresenter';
127
127
  export * from './lib/VerticalSeparatorCellPresenter';
128
- export * from './lib/DataGridPropertySetter';
129
- export * from './lib/DataGridViewportManager';
130
- export * from './lib/DataGridScrollerKeyboardListener';
131
- export * from './lib/DataGridDelayedExecutionManager';
132
- export * from './lib/BrowserPixelConverter';
133
- export * from './lib/GridExternalWrapper';
134
- export * from './lib/BrowserTickProvider';
135
- export * from './lib/BrowserExecutionContext';
136
- export * from './lib/NativeUIGridFactory';
137
- export * from './lib/CheckboxListBridge';
138
- export * from './lib/CheckboxListExternal';
139
- export * from './lib/CheckedChangedEventArgs';
140
- export * from './lib/CheckboxListViewExternal';
141
128
  export * from './lib/DraggerView';
142
- export * from './lib/igc-grid-selected-keys-collection';
143
- export * from './lib/GridSelectedKeysCollection';
144
- export * from './lib/PrimaryKeyValue';
145
- export * from './lib/igc-primary-key-value-module';
146
- export * from './lib/igc-grid-selected-items-collection';
147
- export * from './lib/GridSelectedItemsCollection';
148
129
  export * from './lib/ICellActionManager';
149
130
  export * from './lib/DefaultCellActionManager';
150
131
  export * from './lib/IGridInfoRequestor';
151
132
  export * from './lib/DefaultGridInfoRequestor';
152
133
  export * from './lib/ICellModelExportUpdater';
153
134
  export * from './lib/DefaultCellModelExportUpdater';
154
- export * from './lib/Dragger';
155
- export * from './lib/DragSelectEventArgs';
156
135
  export * from './lib/DateTimeColumnValueFormatter';
157
136
  export * from './lib/ComparisonOperatorSelectorView';
158
137
  export * from './lib/GridExpansionIndicatorView';
@@ -337,6 +316,12 @@ export * from './lib/igc-grid-selected-cells-collection';
337
316
  export * from './lib/GridSelectedCellsCollection';
338
317
  export * from './lib/CellKey';
339
318
  export * from './lib/igc-cell-key-module';
319
+ export * from './lib/igc-grid-selected-keys-collection';
320
+ export * from './lib/GridSelectedKeysCollection';
321
+ export * from './lib/PrimaryKeyValue';
322
+ export * from './lib/igc-primary-key-value-module';
323
+ export * from './lib/igc-grid-selected-items-collection';
324
+ export * from './lib/GridSelectedItemsCollection';
340
325
  export * from './lib/igc-grid-column-collection';
341
326
  export * from './lib/GridColumnCollection';
342
327
  export * from './lib/GridColumnSpacer';
@@ -353,6 +338,8 @@ export * from './lib/IDragger';
353
338
  export * from './lib/DragType';
354
339
  export * from './lib/IDraggerView';
355
340
  export * from './lib/MultipleDataSourceNotifier';
341
+ export * from './lib/Dragger';
342
+ export * from './lib/DragSelectEventArgs';
356
343
  export * from './lib/RecyclingManager';
357
344
  export * from './lib/RowPath';
358
345
  export * from './lib/ActivationManager';
@@ -569,6 +556,18 @@ export * from './lib/GridLayerExport';
569
556
  export * from './lib/MultiColumnComboVisualModelExport';
570
557
  export * from './lib/PagerVisualModelExport';
571
558
  export * from './lib/VisualModelExport';
559
+ export * from './lib/DataGridPropertySetter';
560
+ export * from './lib/DataGridViewportManager';
561
+ export * from './lib/DataGridScrollerKeyboardListener';
562
+ export * from './lib/DataGridDelayedExecutionManager';
563
+ export * from './lib/BrowserPixelConverter';
564
+ export * from './lib/GridExternalWrapper';
565
+ export * from './lib/BrowserTickProvider';
566
+ export * from './lib/BrowserExecutionContext';
567
+ export * from './lib/NativeUIGridFactory';
568
+ export * from './lib/CheckboxListBridge';
569
+ export * from './lib/CheckboxListExternal';
570
+ export * from './lib/CheckedChangedEventArgs';
572
571
  export * from './lib/DataGridLocaleEn';
573
572
  export * from './lib/igc-grid-column-options-module';
574
573
  export * from './lib/igc-grid-column-options-component';
@@ -1,11 +0,0 @@
1
- /*
2
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
- https://www.infragistics.com/legal/license/igultimate-la
4
- https://www.infragistics.com/legal/license/igultimate-eula
5
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
- */
7
- import { Type } from "igniteui-webcomponents-core";
8
- /**
9
- * @hidden
10
- */
11
- export let CheckboxListViewExternal_$type = /*@__PURE__*/ new Type(null, 'CheckboxListViewExternal');
@@ -1,11 +0,0 @@
1
- /*
2
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
- https://www.infragistics.com/legal/license/igultimate-la
4
- https://www.infragistics.com/legal/license/igultimate-eula
5
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
- */
7
- import { Type } from "igniteui-webcomponents-core";
8
- /**
9
- * @hidden
10
- */
11
- export var CheckboxListViewExternal_$type = /*@__PURE__*/ new Type(null, 'CheckboxListViewExternal');
@@ -1,16 +0,0 @@
1
- import { Type } from "igniteui-webcomponents-core";
2
- import { CheckedChangedEventArgs } from "./CheckedChangedEventArgs";
3
- import { Size } from "igniteui-webcomponents-core";
4
- /**
5
- * @hidden
6
- */
7
- export interface CheckboxListViewExternal {
8
- checkedChanged: (sender: any, args: CheckedChangedEventArgs) => void;
9
- selectedKeyAdded: (sender: any, args: CheckedChangedEventArgs) => void;
10
- selectedKeyRemoved: (sender: any, args: CheckedChangedEventArgs) => void;
11
- getDesiredSize(): Size;
12
- }
13
- /**
14
- * @hidden
15
- */
16
- export declare let CheckboxListViewExternal_$type: Type;