Commit graph

226 commits

Author SHA1 Message Date
Eric Liu
1e5333dd64 refactor(ui-shell): use $$restProps, remove cx 2020-07-19 06:33:06 -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
Eric Liu
4e2959080b refactor: Tag, TagSkeleton
- use $$restProps API
- add button to filterable variant
2020-07-19 05:49:40 -07:00
Eric Liu
2b42ebf013
Merge pull request #201 from danielboven/add-text-to-header-action
Option to set text for HeaderAction component
2020-07-19 05:42:49 -07:00
Daniel Boven
b1e0228421 Removed 'optional' import & changed slot name 2020-07-19 10:46:23 +02:00
Daniel Boven
f7714c721b Updated HeaderAction component with slot & scoped styling 2020-07-18 13:54:58 +02:00
Eric Liu
790e948fc9 chore(ui-shell): forward click event in Header 2020-07-17 12:25:32 -07:00
Eric Liu
40dc2bf61e feat(ui-shell): add Content, SkipToContent components 2020-07-17 12:25:10 -07:00
Daniel Boven
7f1a769889 Added option to set text for HeaderAction(Link) component 2020-07-16 11:51:43 +02:00
Sebastián Canio Barriga
4ab0842866 change default name prop value for undefined 2020-07-10 11:07:50 -04:00
Sebastián Canio Barriga
6fdb8d10ed add name to form components 2020-07-09 20:59:42 -04:00
Eric Liu
5b753fc64b fix(overflow-menu): set didOpen after menu opened
#191
2020-06-17 16:45:47 -07:00
Eric Liu
4dcd88d03e fix(overflow-menu): focus button after initial opening
#191
2020-06-16 12:32:41 -07:00
Eric Liu
44c861a002
Merge pull request #188 from mabentley85/include-sort-direction-in-datatable-click-header-dispatch
Added the Sort Direction to the header click dispatch
2020-06-04 17:34:54 -07:00
Matthew Bentley
ed5295641c Remove the disable table sorting 2020-06-04 17:26:58 -07:00
Matthew Bentley
51e4982070 Added the Sort Direction to Header Click dispatch
Added `sortCurrentData` to control whether or not the curent table data is sorted or not
2020-06-04 15:47:07 -07:00
Eric Liu
b8275f50b1 chore: add missing RadioTile export 2020-06-03 12:44:44 -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
Eric Liu
ba7cb10aa3 fix(ui-shell): replace javascript:void(0) in HeaderNavMenu
Resolves an a11y "X is not a valid attribute" warning.

#184
2020-05-26 19:14:03 -07:00
Eric Liu
05b77afaa2 chore(time-picker-select): ignore a11y-no-onchange
TODO: revisit API. Currently, using "on:blur" instead of "on:change" is a breaking functionality.
2020-05-26 19:11:30 -07:00
Eric Liu
662c7b7fde fix(tile): set max height using aboveRef only if value is 0
Fixes #180
2020-05-09 07:23:06 -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
89ec5fbf41 fix(button): export hasIconOnly prop
Closes #174
2020-05-07 18:37:52 -07:00
Marcus Feitoza
023447e9a8 fix(composedmodal): focus and event 2020-05-03 17:58:27 -03:00
Marcus Feitoza
f355f52071 fix(modal): fix focus and events 2020-05-03 02:38:40 -03:00
Marcus Feitoza
1340815417 fix(modal): focus 2020-05-03 01:03:23 -03:00
Eric Liu
77a243a44d chore: export composed DataTable components
Closes #171
2020-04-29 08:38:27 -07:00
Omkar Yadav
8e21f120f2
added on:blur 2020-04-20 18:41:55 +04:00
Marcus Feitoza
a3f9281498
Merge branch 'master' into master 2020-04-18 16:08:58 -03:00
Marcus Feitoza
ee9f3e295c docs(uishell): add side nav story 2020-04-18 15:18:46 -03:00
Marcus Feitoza
9fd3b82dd6 docs(uishell): bind variable 2020-04-18 15:16:05 -03:00
Marcus Feitoza
ba459dc25d fix(uishell): remove navbar footer 2020-04-18 15:15:07 -03:00
Marcus Feitoza
2424b32c87 docs(uishell): better descriptions 2020-04-18 13:02:02 -03:00
Marcus Feitoza
d941f887a3 refactor(uishell): organize exports 2020-04-18 12:53:19 -03:00
Marcus Feitoza
57e1dc6581 refactor(uishell): remove unused element id 2020-04-18 12:47:05 -03:00
Marcus Feitoza
b79567f932 docs(uishell): replace with header 2020-04-18 12:44:24 -03:00
Marcus Feitoza
972bd338b1 refactor(uishell): add header component 2020-04-18 12:43:58 -03:00
Eric Liu
69ee5bc90e chore(changelog): add v0.4.0 release notes 2020-04-18 08:13:31 -07:00
Marcus Feitoza
624df2db24 refactor(uishell): renaming variable 2020-04-18 12:10:35 -03:00
Marcus Feitoza
0fe1a1645c docs(uishell): add switcher panel items 2020-04-16 15:57:33 -03:00
Marcus Feitoza
44189c8819 feat(uishell): add right panel links 2020-04-16 15:56:52 -03:00
Marcus Feitoza
7146c69549 fix(uishell): import 2020-04-05 14:21:25 -03:00