igniteui-webcomponents-grids 7.2.0-beta.0 → 7.2.0-beta.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 (89) hide show
  1. package/custom-elements.json +13000 -12995
  2. package/grids/combined.js +29644 -28593
  3. package/grids/lib/igc-action-strip-component.d.ts +0 -39
  4. package/grids/lib/igc-base-exporter.d.ts +1 -25
  5. package/grids/lib/igc-base-toolbar-directive.d.ts +0 -1
  6. package/grids/lib/igc-boolean-filtering-operand.d.ts +0 -2
  7. package/grids/lib/igc-column-component.d.ts +0 -489
  8. package/grids/lib/igc-column-exporting-event-args.d.ts +0 -5
  9. package/grids/lib/igc-column-group-component.d.ts +0 -55
  10. package/grids/lib/igc-column-layout-component.d.ts +0 -12
  11. package/grids/lib/igc-column-toggled-event-args.d.ts +1 -1
  12. package/grids/lib/igc-columns-auto-generated-event-args.d.ts +0 -2
  13. package/grids/lib/igc-csv-exporter-options.d.ts +0 -10
  14. package/grids/lib/igc-csv-exporter-service.d.ts +1 -23
  15. package/grids/lib/igc-data-clone-strategy.d.ts +0 -1
  16. package/grids/lib/igc-date-filtering-operand.d.ts +0 -2
  17. package/grids/lib/igc-date-summary-operand.d.ts +1 -38
  18. package/grids/lib/igc-dimensions-change.d.ts +1 -0
  19. package/grids/lib/igc-excel-exporter-options.d.ts +0 -27
  20. package/grids/lib/igc-excel-exporter-service.d.ts +1 -22
  21. package/grids/lib/igc-exporter-event-args.d.ts +12 -16
  22. package/grids/lib/igc-exporter-options-base.d.ts +4 -63
  23. package/grids/lib/igc-expression-tree.d.ts +1 -0
  24. package/grids/lib/igc-field-type.d.ts +0 -2
  25. package/grids/lib/igc-filtering-expressions-tree.d.ts +2 -0
  26. package/grids/lib/igc-filtering-operand.d.ts +0 -4
  27. package/grids/lib/igc-filtering-operation.d.ts +0 -2
  28. package/grids/lib/igc-grid-actions-base-directive.d.ts +0 -6
  29. package/grids/lib/igc-grid-base-component.d.ts +300 -0
  30. package/grids/lib/igc-grid-base-directive.d.ts +28 -1131
  31. package/grids/lib/igc-grid-component.d.ts +18 -512
  32. package/grids/lib/igc-grid-created-event-args.d.ts +4 -4
  33. package/grids/lib/igc-grid-editing-actions-component.d.ts +0 -7
  34. package/grids/lib/igc-grid-pinning-actions-component.d.ts +0 -12
  35. package/grids/lib/igc-grid-resource-strings.d.ts +1 -0
  36. package/grids/lib/igc-grid-state-base-directive.d.ts +0 -6
  37. package/grids/lib/igc-grid-state-component.d.ts +0 -5
  38. package/grids/lib/igc-grid-toolbar-actions-component.d.ts +0 -10
  39. package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +0 -10
  40. package/grids/lib/igc-grid-toolbar-component.d.ts +0 -14
  41. package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +2 -2
  42. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +0 -8
  43. package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +0 -9
  44. package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +0 -9
  45. package/grids/lib/igc-grid-toolbar-title-component.d.ts +0 -8
  46. package/grids/lib/igc-hierarchical-grid-base-component.d.ts +151 -0
  47. package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +0 -20
  48. package/grids/lib/igc-hierarchical-grid-component.d.ts +28 -184
  49. package/grids/lib/igc-number-filtering-operand.d.ts +0 -2
  50. package/grids/lib/igc-number-summary-operand.d.ts +1 -53
  51. package/grids/lib/igc-overlay-outlet-directive.d.ts +0 -3
  52. package/grids/lib/igc-paginator-component.d.ts +2 -81
  53. package/grids/lib/igc-pinning-config.d.ts +2 -0
  54. package/grids/lib/igc-pivot-aggregation.d.ts +8 -0
  55. package/grids/lib/igc-pivot-aggregator.d.ts +1 -1
  56. package/grids/lib/igc-pivot-data-selector-component.d.ts +0 -87
  57. package/grids/lib/igc-pivot-date-dimension.d.ts +0 -3
  58. package/grids/lib/igc-pivot-grid-component.d.ts +0 -163
  59. package/grids/lib/igc-pivot-value.d.ts +1 -1
  60. package/grids/lib/igc-position-settings.d.ts +4 -0
  61. package/grids/lib/igc-position-strategy.d.ts +1 -4
  62. package/grids/lib/igc-query-builder-component.d.ts +1 -14
  63. package/grids/lib/igc-query-builder-header-component.d.ts +1 -13
  64. package/grids/lib/igc-row-data-cancelable-event-args.d.ts +28 -0
  65. package/grids/lib/igc-row-directive.d.ts +1 -55
  66. package/grids/lib/igc-row-island-base-component.d.ts +71 -0
  67. package/grids/lib/igc-row-island-component.d.ts +68 -1132
  68. package/grids/lib/igc-scroll-strategy.d.ts +1 -7
  69. package/grids/lib/igc-string-filtering-operand.d.ts +0 -4
  70. package/grids/lib/igc-summary-operand.d.ts +1 -33
  71. package/grids/lib/igc-summary-result.d.ts +0 -9
  72. package/grids/lib/igc-time-summary-operand.d.ts +0 -11
  73. package/grids/lib/igc-tree-grid-base-component.d.ts +221 -0
  74. package/grids/lib/igc-tree-grid-component.d.ts +23 -341
  75. package/grids/lib/igc-validation-errors.d.ts +4 -0
  76. package/grids/lib/index.d.ts +60 -56
  77. package/grids/lib/pivot-row-layout-type.d.ts +1 -1
  78. package/grids/lib/pivot-summary-position.d.ts +1 -1
  79. package/grids/themes/dark/bootstrap.css +1 -1
  80. package/grids/themes/dark/fluent.css +1 -1
  81. package/grids/themes/dark/indigo.css +1 -1
  82. package/grids/themes/dark/material.css +1 -1
  83. package/grids/themes/light/bootstrap.css +1 -1
  84. package/grids/themes/light/fluent.css +1 -1
  85. package/grids/themes/light/indigo.css +1 -1
  86. package/grids/themes/light/material.css +1 -1
  87. package/package.json +1 -1
  88. package/vscode.html-custom-data.json +1 -1
  89. package/web-types.json +1 -1
@@ -16,26 +16,6 @@ import { IgcActionStripResourceStrings } from './igc-action-strip-resource-strin
16
16
  /* contentParent: HierarchicalGrid */
17
17
  /**
18
18
  * Action Strip provides templatable area for one or more actions.
19
- *
20
- * @igxModule IgxActionStripModule
21
- *
22
- * @igxTheme igx-action-strip-theme
23
- *
24
- * @igxKeywords action, strip, actionStrip, pinning, editing
25
- *
26
- * @igxGroup Data Entry & Display
27
- *
28
- * @igxParent IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxRowIslandComponent, *
29
- *
30
- * @remarks
31
- * The Ignite UI Action Strip is a container, overlaying its parent container,
32
- * and displaying action buttons with action applicable to the parent component the strip is instantiated or shown for.
33
- *
34
- * @example
35
- * ```html
36
- * <igx-action-strip #actionStrip>
37
- * <igx-icon (click)="doSomeAction()"></igx-icon>
38
- * </igx-action-strip>
39
19
  */
40
20
 
41
21
  export declare class IgcActionStripComponent extends HTMLElement
@@ -55,7 +35,6 @@ import { IgcActionStripResourceStrings } from './igc-action-strip-resource-strin
55
35
  /* blazorCollectionName: GridActionsBaseDirectiveCollection */
56
36
  /**
57
37
  * ActionButton as ContentChildren inside the Action Strip
58
- *
59
38
  * @hidden
60
39
  * @internal
61
40
  */
@@ -67,11 +46,6 @@ import { IgcActionStripResourceStrings } from './igc-action-strip-resource-strin
67
46
  /**
68
47
  * Gets/Sets the visibility of the Action Strip.
69
48
  * Could be used to set if the Action Strip will be initially hidden.
70
- *
71
- * @example
72
- * ```html
73
- * <igx-action-strip [hidden]="false">
74
- * ```
75
49
  */
76
50
  public set hidden(value: boolean);
77
51
  public get hidden(): boolean;
@@ -81,9 +55,6 @@ import { IgcActionStripResourceStrings } from './igc-action-strip-resource-strin
81
55
 
82
56
  /**
83
57
  * Gets/Sets the resource strings.
84
- *
85
- * @remarks
86
- * By default it uses EN resources.
87
58
  */
88
59
  public set resourceStrings(value: IgcActionStripResourceStrings);
89
60
  public get resourceStrings(): IgcActionStripResourceStrings;
@@ -92,12 +63,7 @@ import { IgcActionStripResourceStrings } from './igc-action-strip-resource-strin
92
63
 
93
64
  /**
94
65
  * Showing the Action Strip and appending it the specified context element.
95
- *
96
66
  * @param context
97
- * @example
98
- * ```typescript
99
- * this.actionStrip.show(row);
100
- * ```
101
67
  */
102
68
  public show(context?: any): void;
103
69
 
@@ -105,11 +71,6 @@ import { IgcActionStripResourceStrings } from './igc-action-strip-resource-strin
105
71
 
106
72
  /**
107
73
  * Hiding the Action Strip and removing it from its current context element.
108
- *
109
- * @example
110
- * ```typescript
111
- * this.actionStrip.hide();
112
- * ```
113
74
  */
114
75
  public hide(): void;
115
76
 
@@ -18,12 +18,7 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
18
18
 
19
19
  /* alternateName: exportGrid */
20
20
  /**
21
- * Method for exporting IgxGrid component's data.
22
- * ```typescript
23
- * this.exporterService.export(this.igxGridForExport, this.exportOptions);
24
- * ```
25
- *
26
- * @memberof IgxBaseExporter
21
+ * Method for exporting grid component's data.
27
22
  */
28
23
  public export(grid: IgcGridBaseDirective, options: IgcExporterOptionsBase): void;
29
24
 
@@ -31,11 +26,6 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
31
26
 
32
27
  /**
33
28
  * Method for exporting any kind of array data.
34
- * ```typescript
35
- * this.exporterService.exportData(this.arrayForExport, this.exportOptions);
36
- * ```
37
- *
38
- * @memberof IgxBaseExporter
39
29
  */
40
30
  public exportData(data: any[], options: IgcExporterOptionsBase): void;
41
31
 
@@ -47,25 +37,11 @@ export declare interface IgcBaseExporterEventMap {
47
37
 
48
38
  /**
49
39
  * This event is emitted when a row is exported.
50
- * ```typescript
51
- * this.exporterService.rowExporting.subscribe((args: IRowExportingEventArgs) => {
52
- * // put event handler code here
53
- * });
54
- * ```
55
- *
56
- * @memberof IgxBaseExporter
57
40
  */
58
41
  rowExporting: CustomEvent<IgcRowExportingEventArgs>;
59
42
 
60
43
  /**
61
44
  * This event is emitted when a column is exported.
62
- * ```typescript
63
- * this.exporterService.columnExporting.subscribe((args: IColumnExportingEventArgs) => {
64
- * // put event handler code here
65
- * });
66
- * ```
67
- *
68
- * @memberof IgxBaseExporter
69
45
  */
70
46
  columnExporting: CustomEvent<IgcColumnExportingEventArgs>;
71
47
 
@@ -14,7 +14,6 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
14
14
  /* blazorAlternateBaseType: GridToolbarBaseAction */
15
15
  /**
16
16
  * Base class for the pinning/hiding column and exporter actions.
17
- *
18
17
  * @hidden @internal
19
18
  */
20
19
 
@@ -7,8 +7,6 @@ import { IgcFilteringOperand } from './igc-filtering-operand';
7
7
  /* blazorCSSuppress */
8
8
  /**
9
9
  * Provides filtering operations for booleans
10
- *
11
- * @export
12
10
  */
13
11
 
14
12
  export declare class IgcBooleanFilteringOperand extends IgcFilteringOperand