@breadstone/mosaik-elements-angular 0.0.64 → 0.0.66
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.
|
@@ -7887,7 +7887,7 @@ CarouselComponent = __decorate$2U([
|
|
|
7887
7887
|
ProxyCmp({
|
|
7888
7888
|
defineCustomElementFn: () => customElements.define('mosaik-carousel', CarouselElement),
|
|
7889
7889
|
inputs: ['hasPrevious', 'hasNext', 'showNavigation', 'showIndicator', 'loop', 'themeName', 'disabled', 'appearance', 'variant', 'selectedItem', 'dir', 'lang'],
|
|
7890
|
-
methods: ['selectNext', 'selectPrevious', 'selectFirst', 'selectLast', '
|
|
7890
|
+
methods: ['select', 'selectNext', 'selectPrevious', 'selectFirst', 'selectLast', 'unselect', 'resetSelection', 'adoptStyle', 'on', 'off', 'emit', 'requestUpdate']
|
|
7891
7891
|
}),
|
|
7892
7892
|
__metadata$2U("design:paramtypes", [])
|
|
7893
7893
|
], CarouselComponent);
|