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
|
@@ -177,7 +177,7 @@ class IgxButtonDirective extends IgxButtonBaseDirective {
|
|
|
177
177
|
}
|
|
178
178
|
/**
|
|
179
179
|
* Gets or sets whether the button is selected.
|
|
180
|
-
* Mainly used in the
|
|
180
|
+
* Mainly used in the button group component and it will have no effect if set separately.
|
|
181
181
|
*
|
|
182
182
|
* @example
|
|
183
183
|
* ```html
|
|
@@ -352,7 +352,7 @@ class CheckboxBaseDirective {
|
|
|
352
352
|
this.ngControl = inject(NgControl, { optional: true, self: true });
|
|
353
353
|
/**
|
|
354
354
|
* An event that is emitted after the checkbox state is changed.
|
|
355
|
-
* Provides references to the
|
|
355
|
+
* Provides references to the checkbox and the `checked` property as event arguments.
|
|
356
356
|
*/
|
|
357
357
|
// eslint-disable-next-line @angular-eslint/no-output-native
|
|
358
358
|
this.change = new EventEmitter();
|
|
@@ -2255,12 +2255,12 @@ class IgxDropDirective {
|
|
|
2255
2255
|
return this._data;
|
|
2256
2256
|
}
|
|
2257
2257
|
/**
|
|
2258
|
-
* Sets a drop strategy type that will be executed when an
|
|
2258
|
+
* Sets a drop strategy type that will be executed when an drag element is released inside
|
|
2259
2259
|
* the current drop area. The provided strategies are:
|
|
2260
|
-
* -
|
|
2261
|
-
* -
|
|
2262
|
-
* -
|
|
2263
|
-
* -
|
|
2260
|
+
* - default drop strategy - This is the default base strategy and it doesn't perform any actions.
|
|
2261
|
+
* - append drop strategy - Appends the dropped element to last position as a direct child to the `igxDrop`.
|
|
2262
|
+
* - prepend drop strategy - Prepends the dropped element to first position as a direct child to the `igxDrop`.
|
|
2263
|
+
* - insert drop strategy - If the dropped element is released above a child element of the `igxDrop`, it will be inserted
|
|
2264
2264
|
* at that position. Otherwise the dropped element will be appended if released outside any child of the `igxDrop`.
|
|
2265
2265
|
* ```html
|
|
2266
2266
|
* <div igxDrag>
|
|
@@ -4094,7 +4094,7 @@ class IgxForOfDirective extends IgxForOfToken {
|
|
|
4094
4094
|
* Asserts the correct type of the context for the template that `igxForOf` will render.
|
|
4095
4095
|
*
|
|
4096
4096
|
* The presence of this method is a signal to the Ivy template type-check compiler that the
|
|
4097
|
-
*
|
|
4097
|
+
* ForOf structural directive renders its template with a specific context type.
|
|
4098
4098
|
*/
|
|
4099
4099
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
4100
4100
|
static ngTemplateContextGuard(_dir, ctx) {
|
|
@@ -5151,10 +5151,10 @@ class IgxGridForOfDirective extends IgxForOfDirective {
|
|
|
5151
5151
|
}
|
|
5152
5152
|
/**
|
|
5153
5153
|
* @hidden @internal
|
|
5154
|
-
* Asserts the correct type of the context for the template that
|
|
5154
|
+
* Asserts the correct type of the context for the template that Grid ForOf will render.
|
|
5155
5155
|
*
|
|
5156
5156
|
* The presence of this method is a signal to the Ivy template type-check compiler that the
|
|
5157
|
-
*
|
|
5157
|
+
* Grid ForOf structural directive renders its template with a specific context type.
|
|
5158
5158
|
*/
|
|
5159
5159
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
5160
5160
|
static ngTemplateContextGuard(_dir, ctx) {
|
|
@@ -5465,7 +5465,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
5465
5465
|
}] } });
|
|
5466
5466
|
|
|
5467
5467
|
/**
|
|
5468
|
-
* The
|
|
5468
|
+
* The icon button provides a way to use an icon as a fully functional button.
|
|
5469
5469
|
*
|
|
5470
5470
|
* @example
|
|
5471
5471
|
* ```html
|
|
@@ -8647,7 +8647,7 @@ class IgxTooltipTargetDirective extends IgxToggleActionDirective {
|
|
|
8647
8647
|
}
|
|
8648
8648
|
}
|
|
8649
8649
|
/**
|
|
8650
|
-
* Creates (if not already created) an instance of the
|
|
8650
|
+
* Creates (if not already created) an instance of the tooltip close button,
|
|
8651
8651
|
* and assigns it the provided custom template.
|
|
8652
8652
|
*/
|
|
8653
8653
|
_createCloseTemplate(template) {
|