shoelace/src/internal
Alessandro c6a6a77bbd
feat: add carousel component
feat: add nav indicators

wip

wip

wip

fix: minor fixes

fix: minor fixes

fix: some refactor

chore: update docs

chore: update docs

fix: remove slide component

feat: create sl-carousel-item

feat: code refactoring and improvements

chore: update docs with more examples

chore: fix docs

feat: add autoplay

feat: implement accessibility

fix: change icons for rtl

chore: minor change

feat: improve accessibility

fix: minor regression

fix: minor regression

chore: fix docs

fix: improve accessibility and minor fixes

fix: remove heading and refactor component

chore: add custom style exmaple

fix: address review commnets

* Removed header from carousel
* Added `ArrowUp` and `ArrowDown` in keyboard navigation
* Added `--scroll-hint-margin` css property
* Added an example with customized carousel layout
* Fixed thumbnails navigation in demo
* Renamed show-controls to show-arrows and updated the corresponding parts/css accordingly
* Changed `activeSlideElement` getter to a private method
* Changed pagination colors
* Added `--slide-width` and `--slide-height` css properties

chore: update docs

fix: integrate latest repo changes

fix: add aspect ratio and rebase

chore: remove ignore path

feat: multiple slides per page

feat: multiple slide per page

fix: various improvements

chore: minor changes

chore: minor changes

chore: add bit of documentation

chore: improve documentation

fix: add unit tests and fix minor issues

chore: update documentation and unit tests

chore: update tests
2023-01-08 12:24:24 +01:00
..
animate.ts jsdoc exported functions 2022-12-06 11:48:57 -05:00
debounce.ts feat: add carousel component 2023-01-08 12:24:24 +01:00
default-value.ts add validation states to all form controls; closes #1011 2022-11-18 09:56:05 -05:00
drag.ts fixes #917 2022-12-07 17:40:46 -05:00
event.ts refactor emit into ShoelaceElement 2022-09-16 16:21:40 -04:00
form.ts Revert "Remove the need to bind member methods in the connectedCallback (#1081)" 2023-01-03 10:19:25 -05:00
math.ts jsdoc exported functions 2022-12-06 11:48:57 -05:00
modal.ts fixes #925 2022-11-09 11:34:50 -05:00
offset.ts jsdoc exported functions 2022-12-06 11:48:57 -05:00
scroll.ts improve scroll on open 2022-12-20 10:31:55 -05:00
shoelace-element.ts add validation states to all form controls; closes #1011 2022-11-18 09:56:05 -05:00
slot.ts ignore visually hidden when detecting slots 2022-03-16 17:37:42 -04:00
string.ts jsdoc exported functions 2022-12-06 11:48:57 -05:00
tabbable.ts Algorithm fix: fill "allElements" with only unique elements to improve performance. 2022-06-24 15:37:38 +03:00
test.ts loosen up that type 2022-12-20 13:00:13 -05:00
watch.ts remove void 2023-01-03 13:36:12 -05:00