igniteui-angular 22.0.0-rc.1 → 22.0.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 (100) hide show
  1. package/fesm2022/igniteui-angular-accordion.mjs +1 -1
  2. package/fesm2022/igniteui-angular-accordion.mjs.map +1 -1
  3. package/fesm2022/igniteui-angular-action-strip.mjs +1 -1
  4. package/fesm2022/igniteui-angular-action-strip.mjs.map +1 -1
  5. package/fesm2022/igniteui-angular-button-group.mjs +1 -1
  6. package/fesm2022/igniteui-angular-button-group.mjs.map +1 -1
  7. package/fesm2022/igniteui-angular-calendar.mjs +1 -1
  8. package/fesm2022/igniteui-angular-calendar.mjs.map +1 -1
  9. package/fesm2022/igniteui-angular-card.mjs +6 -6
  10. package/fesm2022/igniteui-angular-card.mjs.map +1 -1
  11. package/fesm2022/igniteui-angular-carousel.mjs +6 -6
  12. package/fesm2022/igniteui-angular-carousel.mjs.map +1 -1
  13. package/fesm2022/igniteui-angular-chips.mjs +34 -34
  14. package/fesm2022/igniteui-angular-chips.mjs.map +1 -1
  15. package/fesm2022/igniteui-angular-core.mjs +6 -6
  16. package/fesm2022/igniteui-angular-core.mjs.map +1 -1
  17. package/fesm2022/igniteui-angular-date-picker.mjs +2 -2
  18. package/fesm2022/igniteui-angular-date-picker.mjs.map +1 -1
  19. package/fesm2022/igniteui-angular-directives.mjs +12 -12
  20. package/fesm2022/igniteui-angular-directives.mjs.map +1 -1
  21. package/fesm2022/igniteui-angular-drop-down.mjs +5 -5
  22. package/fesm2022/igniteui-angular-drop-down.mjs.map +1 -1
  23. package/fesm2022/igniteui-angular-grids-core.mjs +35 -23
  24. package/fesm2022/igniteui-angular-grids-core.mjs.map +1 -1
  25. package/fesm2022/igniteui-angular-grids-grid.mjs +51 -51
  26. package/fesm2022/igniteui-angular-grids-grid.mjs.map +1 -1
  27. package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs +7 -7
  28. package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs.map +1 -1
  29. package/fesm2022/igniteui-angular-grids-tree-grid.mjs +5 -5
  30. package/fesm2022/igniteui-angular-grids-tree-grid.mjs.map +1 -1
  31. package/fesm2022/igniteui-angular-icon.mjs +4 -4
  32. package/fesm2022/igniteui-angular-icon.mjs.map +1 -1
  33. package/fesm2022/igniteui-angular-input-group.mjs +18 -18
  34. package/fesm2022/igniteui-angular-input-group.mjs.map +1 -1
  35. package/fesm2022/igniteui-angular-list.mjs +5 -5
  36. package/fesm2022/igniteui-angular-list.mjs.map +1 -1
  37. package/fesm2022/igniteui-angular-navbar.mjs +5 -5
  38. package/fesm2022/igniteui-angular-navbar.mjs.map +1 -1
  39. package/fesm2022/igniteui-angular-paginator.mjs +2 -2
  40. package/fesm2022/igniteui-angular-paginator.mjs.map +1 -1
  41. package/fesm2022/igniteui-angular-progressbar.mjs +7 -7
  42. package/fesm2022/igniteui-angular-progressbar.mjs.map +1 -1
  43. package/fesm2022/igniteui-angular-query-builder.mjs +2 -2
  44. package/fesm2022/igniteui-angular-query-builder.mjs.map +1 -1
  45. package/fesm2022/igniteui-angular-radio.mjs +5 -5
  46. package/fesm2022/igniteui-angular-radio.mjs.map +1 -1
  47. package/fesm2022/igniteui-angular-select.mjs +217 -209
  48. package/fesm2022/igniteui-angular-select.mjs.map +1 -1
  49. package/fesm2022/igniteui-angular-slider.mjs +17 -17
  50. package/fesm2022/igniteui-angular-slider.mjs.map +1 -1
  51. package/fesm2022/igniteui-angular-snackbar.mjs +1 -1
  52. package/fesm2022/igniteui-angular-snackbar.mjs.map +1 -1
  53. package/fesm2022/igniteui-angular-splitter.mjs +2 -2
  54. package/fesm2022/igniteui-angular-splitter.mjs.map +1 -1
  55. package/fesm2022/igniteui-angular-stepper.mjs +2 -2
  56. package/fesm2022/igniteui-angular-stepper.mjs.map +1 -1
  57. package/fesm2022/igniteui-angular-time-picker.mjs +1 -1
  58. package/fesm2022/igniteui-angular-time-picker.mjs.map +1 -1
  59. package/fesm2022/igniteui-angular-tree.mjs +1 -1
  60. package/fesm2022/igniteui-angular-tree.mjs.map +1 -1
  61. package/input-group/README.md +1 -1
  62. package/migrations/migration-collection.json +5 -0
  63. package/migrations/update-22_0_0/index.d.ts +3 -0
  64. package/migrations/update-22_0_0/index.js +86 -0
  65. package/migrations/update-22_0_0/index.spec.d.ts +1 -0
  66. package/migrations/update-22_0_0/index.spec.js +116 -0
  67. package/package.json +2 -2
  68. package/skills/igniteui-angular-grids/references/sizing.md +1 -0
  69. package/skills/igniteui-angular-grids/references/structure.md +1 -0
  70. package/skills/igniteui-angular-grids/references/types.md +2 -1
  71. package/types/igniteui-angular-accordion.d.ts +3 -3
  72. package/types/igniteui-angular-action-strip.d.ts +1 -1
  73. package/types/igniteui-angular-button-group.d.ts +1 -1
  74. package/types/igniteui-angular-calendar.d.ts +1 -1
  75. package/types/igniteui-angular-card.d.ts +6 -6
  76. package/types/igniteui-angular-carousel.d.ts +6 -6
  77. package/types/igniteui-angular-chips.d.ts +38 -38
  78. package/types/igniteui-angular-core.d.ts +9 -9
  79. package/types/igniteui-angular-date-picker.d.ts +4 -4
  80. package/types/igniteui-angular-directives.d.ts +15 -15
  81. package/types/igniteui-angular-drop-down.d.ts +6 -6
  82. package/types/igniteui-angular-grids-core.d.ts +31 -29
  83. package/types/igniteui-angular-grids-grid.d.ts +51 -51
  84. package/types/igniteui-angular-grids-hierarchical-grid.d.ts +7 -7
  85. package/types/igniteui-angular-grids-tree-grid.d.ts +7 -7
  86. package/types/igniteui-angular-icon.d.ts +4 -4
  87. package/types/igniteui-angular-input-group.d.ts +17 -17
  88. package/types/igniteui-angular-list.d.ts +7 -7
  89. package/types/igniteui-angular-navbar.d.ts +7 -7
  90. package/types/igniteui-angular-paginator.d.ts +2 -2
  91. package/types/igniteui-angular-progressbar.d.ts +7 -7
  92. package/types/igniteui-angular-query-builder.d.ts +3 -3
  93. package/types/igniteui-angular-radio.d.ts +5 -5
  94. package/types/igniteui-angular-select.d.ts +91 -7
  95. package/types/igniteui-angular-slider.d.ts +17 -17
  96. package/types/igniteui-angular-snackbar.d.ts +1 -1
  97. package/types/igniteui-angular-splitter.d.ts +3 -3
  98. package/types/igniteui-angular-stepper.d.ts +2 -2
  99. package/types/igniteui-angular-time-picker.d.ts +1 -1
  100. 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 IgxButtonGroup component and it will have no effect if set separately.
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 `IgxCheckboxComponent` and the `checked` property as event arguments.
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 `IgxDrag` element is released inside
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
- * - IgxDefaultDropStrategy - This is the default base strategy and it doesn't perform any actions.
2261
- * - IgxAppendDropStrategy - Appends the dropped element to last position as a direct child to the `igxDrop`.
2262
- * - IgxPrependDropStrategy - Prepends the dropped element to first position as a direct child to the `igxDrop`.
2263
- * - IgxInsertDropStrategy - If the dropped element is released above a child element of the `igxDrop`, it will be inserted
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
- * `IgxForOf` structural directive renders its template with a specific context type.
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 `IgxGridForOfDirective` will render.
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
- * `IgxGridForOfDirective` structural directive renders its template with a specific context type.
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 IgxIconButtonDirective provides a way to use an icon as a fully functional button.
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 IgxTooltipCloseButtonComponent,
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) {