Skip to content

Commit

Permalink
Merge pull request #1350 from IgniteUI/rivanova/carousel-topic-wc
Browse files Browse the repository at this point in the history
Add Carousel topic
  • Loading branch information
kacheshmarova authored Nov 5, 2024
2 parents 350d14b + 8a02fd3 commit a838974
Show file tree
Hide file tree
Showing 4 changed files with 402 additions and 0 deletions.
41 changes: 41 additions & 0 deletions apiMap/WebComponents/webInputs.JS.wc.apiMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"igc-card-header-module.ts",
"igc-card-media-module.ts",
"igc-card-module.ts",
"igc-carousel-module.ts",
"igc-carousel-indicator-module.ts",
"igc-carousel-slide-module.ts",
"igc-checkbox-base-module.ts",
"igc-checkbox-module.ts",
"igc-chip-module.ts",
Expand Down Expand Up @@ -1778,6 +1781,44 @@
{"names":[{"platform": "WebComponents", "mappedType": "boolean", "mappedName": "elevated"}], "originalName": "Elevated"},
{"names":[{"platform": "WebComponents", "mappedType": "method", "mappedName": "setNativeElement"}], "originalName": "SetNativeElement"} ]
},
{
"originalName": "Carousel",
"originalNamespace": "Infragistics.Controls",
"originalBaseTypeNamespace": "Infragistics.Controls",
"originalBaseTypeName": "BaseElement",
"packageName": "igniteui-webinputs",
"names":[{"platform": "WebComponents","fileName": "igc-carousel-component.ts","mappedName": "IgcCarouselComponent"}],
"members":[
{"names":[{"platform": "WebComponents", "mappedType": "boolean","mappedName": "disableLoop"}], "originalName": "DisableLoop"},
{"names":[{"platform": "WebComponents", "mappedType": "boolean","mappedName": "hideIndicators"}], "originalName": "HideIndicators"},
{"names":[{"platform": "WebComponents", "mappedType": "boolean","mappedName": "hideNavigation"}], "originalName": "HideNavigation"},
{"names":[{"platform": "WebComponents", "mappedType": "boolean","mappedName": "disablePauseOnInteraction"}], "originalName": "DisablePauseOnInteraction"},
{"names":[{"platform": "WebComponents", "mappedType": "boolean","mappedName": "vertical"}], "originalName": "Vertical"},
{"names":[{"platform": "WebComponents", "mappedType": "number","mappedName": "interval"}], "originalName": "Interval"},
{"names":[{"platform": "WebComponents", "mappedType": "number","mappedName": "maximumIndicatorsCount"}], "originalName": "MaximumIndicatorsCount"},
{"names":[{"platform": "WebComponents", "mappedType": "CarouselIndicatorsOrientation","mappedName": "indicatorsOrientation"}], "originalName": "IndicatorsOrientation"},
{"names":[{"platform": "WebComponents", "mappedType": "CarouselAnimationType","mappedName": "animationType"}], "originalName": "AnimationType"} ]
},
{
"originalName": "Slide",
"originalNamespace": "Infragistics.Controls",
"originalBaseTypeNamespace": "Infragistics.Controls",
"originalBaseTypeName": "BaseElement",
"packageName": "igniteui-webinputs",
"names":[{"platform": "WebComponents","fileName": "igc-carousel-slide-component.ts","mappedName": "IgcCarouselSlideComponent"}],
"members":[
{"names":[{"platform": "WebComponents", "mappedType": "boolean", "mappedName": "active"}], "originalName": "Active"} ]
},
{
"originalName": "Indicator",
"originalNamespace": "Infragistics.Controls",
"originalBaseTypeNamespace": "Infragistics.Controls",
"originalBaseTypeName": "BaseElement",
"packageName": "igniteui-webinputs",
"names":[{"platform": "WebComponents","fileName": "igc-carousel-indicator-component.ts","mappedName": "IgcCarouselIndicatorComponent"}],
"members":[
{"names":[{"platform": "WebComponents", "mappedType": "method", "mappedName": "setNativeElement"}], "originalName": "SetNativeElement"} ]
},
{
"originalName": "Checkbox",
"originalNamespace": "Infragistics.Controls",
Expand Down
Loading

0 comments on commit a838974

Please sign in to comment.