Commit graph

16 commits

Author SHA1 Message Date
Eric Liu
2200b29b92 chore: lift components folder 2020-07-19 09:06:08 -07:00
Eric Liu
e886d772c7 refactor: use $$restProps API
- add ref prop for applicable components (#196)
- add slot to Content Switcher `Switch` component (#183)
- remove fillArray, css utilities
2020-07-19 05:49:40 -07:00
Matthew Bentley
eaeb303c72 Ensure that Page Size and Page are always integers 2020-05-29 17:00:44 -07:00
Matthew Bentley
8ab2b2c1e3 altered white space 2020-05-29 10:11:25 -07:00
Matthew Bentley
ba9462dc73 Removed white space 2020-05-29 10:10:33 -07:00
Matthew Bentley
001f22216e Restored onChange handling for pageSize change 2020-05-29 10:10:00 -07:00
Matthew Bentley
577d39f735 removed event modifiers 2020-05-29 10:07:08 -07:00
Matthew Bentley
c296ef271c Removed white space 2020-05-29 10:05:56 -07:00
Matthew Bentley
8f27c983a5 Made use of after update 2020-05-29 10:04:09 -07:00
Matthew Bentley
eb3f8268fa Added Event Forwarding To Pagination 2020-05-28 12:23:46 -07:00
Erico Lendzian
d4549bf8f1 fix(pagination): Bound correct values
Both `Select` components in pagination were bound to the wrong value.
2020-05-08 18:33:33 -03:00
Erico Lendzian
31f8e500b3 fix(pagination): Remove on:change closure as the page variable is bound to the component 2020-05-08 18:14:12 -03:00
Eric Liu
b1fe3de8ad refactor(components): alphabetize exported props for scannability 2019-12-31 16:36:10 -08:00
Eric Liu
c446fc74f4 refactor(components): convert const to reactive where appropriate
- Inline class assignments to avoid script-level clutter
- Ignore a11y-missing-attribute instead of redundant href
2019-12-24 09:41:12 -08:00
Eric Liu
f3c702947c refactor(lib): extract fillArray utility 2019-12-23 09:47:34 -08:00
Eric Liu
4dad89e12d feat(component): add Pagination
Closes #23
2019-12-23 09:32:20 -08:00