igniteui-angular 22.0.0-beta.4 → 22.0.0-rc.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.
- package/fesm2022/igniteui-angular-accordion.mjs +1 -1
- package/fesm2022/igniteui-angular-accordion.mjs.map +1 -1
- package/fesm2022/igniteui-angular-action-strip.mjs +2 -2
- package/fesm2022/igniteui-angular-action-strip.mjs.map +1 -1
- package/fesm2022/igniteui-angular-button-group.mjs +1 -1
- package/fesm2022/igniteui-angular-button-group.mjs.map +1 -1
- package/fesm2022/igniteui-angular-calendar.mjs +1 -1
- package/fesm2022/igniteui-angular-calendar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-card.mjs +6 -6
- package/fesm2022/igniteui-angular-card.mjs.map +1 -1
- package/fesm2022/igniteui-angular-carousel.mjs +6 -6
- package/fesm2022/igniteui-angular-carousel.mjs.map +1 -1
- package/fesm2022/igniteui-angular-chips.mjs +34 -34
- package/fesm2022/igniteui-angular-chips.mjs.map +1 -1
- package/fesm2022/igniteui-angular-core.mjs +6 -6
- package/fesm2022/igniteui-angular-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-date-picker.mjs +2 -2
- package/fesm2022/igniteui-angular-date-picker.mjs.map +1 -1
- package/fesm2022/igniteui-angular-directives.mjs +12 -12
- package/fesm2022/igniteui-angular-directives.mjs.map +1 -1
- package/fesm2022/igniteui-angular-drop-down.mjs +5 -5
- package/fesm2022/igniteui-angular-drop-down.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-core.mjs +29 -26
- package/fesm2022/igniteui-angular-grids-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-grid.mjs +60 -89
- package/fesm2022/igniteui-angular-grids-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs +23 -69
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-tree-grid.mjs +10 -20
- package/fesm2022/igniteui-angular-grids-tree-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-icon.mjs +4 -4
- package/fesm2022/igniteui-angular-icon.mjs.map +1 -1
- package/fesm2022/igniteui-angular-input-group.mjs +18 -18
- package/fesm2022/igniteui-angular-input-group.mjs.map +1 -1
- package/fesm2022/igniteui-angular-list.mjs +5 -5
- package/fesm2022/igniteui-angular-list.mjs.map +1 -1
- package/fesm2022/igniteui-angular-navbar.mjs +5 -5
- package/fesm2022/igniteui-angular-navbar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-paginator.mjs +2 -2
- package/fesm2022/igniteui-angular-paginator.mjs.map +1 -1
- package/fesm2022/igniteui-angular-progressbar.mjs +7 -7
- package/fesm2022/igniteui-angular-progressbar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-query-builder.mjs +2 -2
- package/fesm2022/igniteui-angular-query-builder.mjs.map +1 -1
- package/fesm2022/igniteui-angular-radio.mjs +5 -5
- package/fesm2022/igniteui-angular-radio.mjs.map +1 -1
- package/fesm2022/igniteui-angular-select.mjs +217 -209
- package/fesm2022/igniteui-angular-select.mjs.map +1 -1
- package/fesm2022/igniteui-angular-slider.mjs +17 -17
- package/fesm2022/igniteui-angular-slider.mjs.map +1 -1
- package/fesm2022/igniteui-angular-snackbar.mjs +1 -1
- package/fesm2022/igniteui-angular-snackbar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-splitter.mjs +2 -2
- package/fesm2022/igniteui-angular-splitter.mjs.map +1 -1
- package/fesm2022/igniteui-angular-stepper.mjs +2 -2
- package/fesm2022/igniteui-angular-stepper.mjs.map +1 -1
- package/fesm2022/igniteui-angular-time-picker.mjs +1 -1
- package/fesm2022/igniteui-angular-time-picker.mjs.map +1 -1
- package/fesm2022/igniteui-angular-tree.mjs +1 -1
- package/fesm2022/igniteui-angular-tree.mjs.map +1 -1
- package/input-group/README.md +1 -1
- package/migrations/migration-collection.json +5 -0
- package/migrations/update-22_0_0/index.d.ts +3 -0
- package/migrations/update-22_0_0/index.js +86 -0
- package/migrations/update-22_0_0/index.spec.d.ts +1 -0
- package/migrations/update-22_0_0/index.spec.js +116 -0
- package/package.json +2 -2
- package/types/igniteui-angular-accordion.d.ts +3 -3
- package/types/igniteui-angular-action-strip.d.ts +2 -2
- package/types/igniteui-angular-button-group.d.ts +1 -1
- package/types/igniteui-angular-calendar.d.ts +1 -1
- package/types/igniteui-angular-card.d.ts +6 -6
- package/types/igniteui-angular-carousel.d.ts +6 -6
- package/types/igniteui-angular-chips.d.ts +38 -38
- package/types/igniteui-angular-core.d.ts +9 -9
- package/types/igniteui-angular-date-picker.d.ts +4 -4
- package/types/igniteui-angular-directives.d.ts +15 -15
- package/types/igniteui-angular-drop-down.d.ts +6 -6
- package/types/igniteui-angular-grids-core.d.ts +34 -37
- package/types/igniteui-angular-grids-grid.d.ts +55 -64
- package/types/igniteui-angular-grids-hierarchical-grid.d.ts +15 -23
- package/types/igniteui-angular-grids-tree-grid.d.ts +7 -7
- package/types/igniteui-angular-icon.d.ts +4 -4
- package/types/igniteui-angular-input-group.d.ts +17 -17
- package/types/igniteui-angular-list.d.ts +7 -7
- package/types/igniteui-angular-navbar.d.ts +7 -7
- package/types/igniteui-angular-paginator.d.ts +2 -2
- package/types/igniteui-angular-progressbar.d.ts +7 -7
- package/types/igniteui-angular-query-builder.d.ts +3 -3
- package/types/igniteui-angular-radio.d.ts +5 -5
- package/types/igniteui-angular-select.d.ts +91 -7
- package/types/igniteui-angular-slider.d.ts +17 -17
- package/types/igniteui-angular-snackbar.d.ts +1 -1
- package/types/igniteui-angular-splitter.d.ts +3 -3
- package/types/igniteui-angular-stepper.d.ts +2 -2
- package/types/igniteui-angular-time-picker.d.ts +1 -1
- package/types/igniteui-angular-tree.d.ts +2 -2
|
@@ -1366,21 +1366,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1366
1366
|
}] } });
|
|
1367
1367
|
|
|
1368
1368
|
let NEXT_ID = 0;
|
|
1369
|
-
/*
|
|
1370
|
-
/*
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
/* blazorAdditionalDependency: GridToolbarTitle */
|
|
1375
|
-
/* blazorAdditionalDependency: GridToolbarAdvancedFiltering */
|
|
1376
|
-
/* blazorAdditionalDependency: GridToolbarExporter */
|
|
1377
|
-
/* blazorAdditionalDependency: GridToolbarHiding */
|
|
1378
|
-
/* blazorAdditionalDependency: GridToolbarPinning */
|
|
1379
|
-
/* blazorAdditionalDependency: ActionStrip */
|
|
1380
|
-
/* blazorAdditionalDependency: GridActionsBaseDirective */
|
|
1381
|
-
/* blazorAdditionalDependency: GridEditingActions */
|
|
1382
|
-
/* blazorAdditionalDependency: GridPinningActions */
|
|
1383
|
-
/* blazorIndirectRender */
|
|
1369
|
+
/* wcAlternateName: TreeGridBase */
|
|
1370
|
+
/* blazorIndirectRender
|
|
1371
|
+
blazorComponent
|
|
1372
|
+
omitModule
|
|
1373
|
+
wcSkipComponentSuffix */
|
|
1384
1374
|
/**
|
|
1385
1375
|
* **Ignite UI for Angular Tree Grid** -
|
|
1386
1376
|
* [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/grid)
|
|
@@ -1498,7 +1488,7 @@ class IgxTreeGridComponent extends IgxGridBaseDirective {
|
|
|
1498
1488
|
return this._transactions;
|
|
1499
1489
|
}
|
|
1500
1490
|
/**
|
|
1501
|
-
* Sets the count of levels to be expanded in the
|
|
1491
|
+
* Sets the count of levels to be expanded in the tree grid. By default it is
|
|
1502
1492
|
* set to `Infinity` which means all levels would be expanded.
|
|
1503
1493
|
* ```html
|
|
1504
1494
|
* <igx-tree-grid #grid [data]="employeeData" [childDataKey]="'employees'" expansionDepth="1" [autoGenerate]="true"></igx-tree-grid>
|
|
@@ -1668,7 +1658,7 @@ class IgxTreeGridComponent extends IgxGridBaseDirective {
|
|
|
1668
1658
|
}
|
|
1669
1659
|
/* blazorCSSuppress */
|
|
1670
1660
|
/**
|
|
1671
|
-
* Creates a new
|
|
1661
|
+
* Creates a new tree grid row with the given data. If a parentRowID is not specified, the newly created
|
|
1672
1662
|
* row would be added at the root level. Otherwise, it would be added as a child of the row whose primaryKey matches
|
|
1673
1663
|
* the specified parentRowID. If the parentRowID does not exist, an error would be thrown.
|
|
1674
1664
|
* ```typescript
|
|
@@ -1834,7 +1824,7 @@ class IgxTreeGridComponent extends IgxGridBaseDirective {
|
|
|
1834
1824
|
return record;
|
|
1835
1825
|
}
|
|
1836
1826
|
/**
|
|
1837
|
-
* Returns the
|
|
1827
|
+
* Returns the tree grid row by index.
|
|
1838
1828
|
*
|
|
1839
1829
|
* @example
|
|
1840
1830
|
* ```typescript
|
|
@@ -1875,7 +1865,7 @@ class IgxTreeGridComponent extends IgxGridBaseDirective {
|
|
|
1875
1865
|
return this.dataView.map((_rec, index) => this.createRow(index));
|
|
1876
1866
|
}
|
|
1877
1867
|
/**
|
|
1878
|
-
* Returns the collection of
|
|
1868
|
+
* Returns the collection of tree grid rows for current page.
|
|
1879
1869
|
*
|
|
1880
1870
|
* @hidden @internal
|
|
1881
1871
|
*/
|
|
@@ -1883,7 +1873,7 @@ class IgxTreeGridComponent extends IgxGridBaseDirective {
|
|
|
1883
1873
|
return this.allRows().filter(row => row instanceof IgxTreeGridRow);
|
|
1884
1874
|
}
|
|
1885
1875
|
/**
|
|
1886
|
-
* Returns an array of the selected
|
|
1876
|
+
* Returns an array of the selected grid cells.
|
|
1887
1877
|
*
|
|
1888
1878
|
* @example
|
|
1889
1879
|
* ```typescript
|