igniteui-angular 16.0.24 → 16.0.25
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/esm2022/lib/list/public_api.mjs +2 -2
- package/esm2022/lib/slider/slider.component.mjs +19 -19
- package/fesm2022/igniteui-angular.mjs +19 -19
- package/fesm2022/igniteui-angular.mjs.map +1 -1
- package/lib/list/public_api.d.ts +1 -1
- package/lib/slider/slider.component.d.ts +0 -1
- package/package.json +8 -2
package/lib/list/public_api.d.ts
CHANGED
|
@@ -2,6 +2,6 @@ import { IgxListItemComponent } from './list-item.component';
|
|
|
2
2
|
import { IgxDataLoadingTemplateDirective, IgxEmptyListTemplateDirective, IgxListItemLeftPanningTemplateDirective, IgxListItemRightPanningTemplateDirective } from './list.common';
|
|
3
3
|
import { IgxListActionDirective, IgxListComponent, IgxListLineDirective, IgxListLineSubTitleDirective, IgxListLineTitleDirective, IgxListThumbnailDirective } from './list.component';
|
|
4
4
|
export * from './list.component';
|
|
5
|
-
export { IgxListPanState, IgxEmptyListTemplateDirective, IgxDataLoadingTemplateDirective, IgxListItemLeftPanningTemplateDirective, IgxListItemRightPanningTemplateDirective } from './list.common';
|
|
5
|
+
export { IgxListBaseDirective, IgxListPanState, IgxEmptyListTemplateDirective, IgxDataLoadingTemplateDirective, IgxListItemLeftPanningTemplateDirective, IgxListItemRightPanningTemplateDirective } from './list.common';
|
|
6
6
|
export * from './list-item.component';
|
|
7
7
|
export declare const IGX_LIST_DIRECTIVES: readonly [typeof IgxListComponent, typeof IgxListItemComponent, typeof IgxListThumbnailDirective, typeof IgxListActionDirective, typeof IgxListLineDirective, typeof IgxListLineTitleDirective, typeof IgxListLineSubTitleDirective, typeof IgxDataLoadingTemplateDirective, typeof IgxEmptyListTemplateDirective, typeof IgxListItemLeftPanningTemplateDirective, typeof IgxListItemRightPanningTemplateDirective];
|
|
@@ -629,7 +629,6 @@ export declare class IgxSliderComponent implements ControlValueAccessor, EditorP
|
|
|
629
629
|
private updateLowerBoundAndMinTravelZone;
|
|
630
630
|
private updateUpperBoundAndMaxTravelZone;
|
|
631
631
|
private calculateStepDistance;
|
|
632
|
-
private toggleThumb;
|
|
633
632
|
private valueInRange;
|
|
634
633
|
private positionHandler;
|
|
635
634
|
private positionHandlersAndUpdateTrack;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular",
|
|
3
|
-
"version": "16.0.
|
|
3
|
+
"version": "16.0.25",
|
|
4
4
|
"description": "Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps",
|
|
5
5
|
"author": "Infragistics",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -89,7 +89,13 @@
|
|
|
89
89
|
"@igniteui/angular-schematics": "~16.0.1200"
|
|
90
90
|
},
|
|
91
91
|
"ng-update": {
|
|
92
|
-
"migrations": "./migrations/migration-collection.json"
|
|
92
|
+
"migrations": "./migrations/migration-collection.json",
|
|
93
|
+
"packageGroup": [
|
|
94
|
+
"igniteui-angular",
|
|
95
|
+
"@infragistics/igniteui-angular",
|
|
96
|
+
"igniteui-angular-i18n",
|
|
97
|
+
"@igniteui/angular-schematics"
|
|
98
|
+
]
|
|
93
99
|
},
|
|
94
100
|
"schematics": "./schematics/collection.json",
|
|
95
101
|
"exports": {
|