We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837fadb commit 3d7b276Copy full SHA for 3d7b276
projects/igniteui-angular/src/lib/carousel/enums.ts
@@ -9,11 +9,11 @@ export type CarouselAnimationType = (typeof CarouselAnimationType)[keyof typeof
9
10
export const CarouselIndicatorsOrientation = /*@__PURE__*/mkenum({
11
/**
12
- * @deprecated in version 19.0.0. Use `end` instead.
+ * @deprecated in version 19.1.0. Use `end` instead.
13
*/
14
bottom: 'bottom',
15
16
- * @deprecated in version 19.0.0. Use `start` instead.
+ * @deprecated in version 19.1.0. Use `start` instead.
17
18
top: 'top',
19
start: 'start',
0 commit comments