Commit fa50164
merge collect 3.0 changes (#2679)
* feat(tabs): implement tabs controller
feat(tabs): implement tabs controller
* fix(tabs): remove BaseTab from test
* fix(tabs): correct disabled test to check child button
* fix(tabs): dispatch event when active property changes on tab
* fix(tabs): dispatch event only when changing from false to true
* fix(tabs): add dynamic tab demo
* fix(tabs): update RTI if tab is disabled
* refactor(tabs): mutation observer
* fix(tabs): demo js link
* fix(tabs): add TabsController to exports remove Base classes
* fix(tabs): update active tab onTabExpand
* fix(core): update overflow when childList updates
* fix(tabs): reduce mutation observer scope
* fix(tabs): add missing activeIndex getter
* fix(tabs): fix bug with tab button before styles on box variant
* chore(tabs): remove whitespace
* fix(core): undo uneeded change to RTI controller
* chore(tabs): add changeset
* chore(core): add changeset
* fix(tabs): remove base styles files
* docs(tabs): add additional documentation
* chore(tabs): update changeset
* docs(tabs): add set activeIndex jsDoc
* fix(tabs): refactor mutations callback
* fix(tabs): add override keyword
* fix(tabs): add override keyword to panel
* test(tabs): improve disabled tab testing
* refactor(tabs): check event instanceof type in static method
* docs(tabs): add active state to nested demo
* refactor(tabs): making validation methods required
* fix(tabs): additional public api
* test(tabs): refactor tab tests using nested describes
* feat(core): add tabs-controller
* fix(tabs): relink tabs controller from core
* fix(tabs): remove TabsController
* chore(tabs): update changeset
* chore(core): update changeset
* fix(tabs): remove TabsController from element package exports
* fix(core): add tabs-controller to package exports
* chore(tabs): update changeset
* fix(tabs): revert removal of base classes
* fix(tabs): re-add isExpandEvent
* chore(tabs): add changeset
* docs: update changesets
* feat(core): loosen logger host type
* docs: changeset
* docs(tabs): split up demos
* fix(tabs): loosen type of host for tabscontroller
* refactor(tabs): docs and ordering
* chore(tabs): remove commented out code
* test(tabs): remove unused aTimeout
* docs(tabs): fix inset demo
* fix(tabs): linting no aria- on slots
* docs(tabs): unify demo styles, fixing overflow
---------
Co-authored-by: Benny Powers <web@bennypowers.com>1 parent 52076cb commit fa50164
File tree
29 files changed
+1233
-237
lines changed- .changeset
- core/pfe-core
- controllers
- elements/pf-tabs
- demo
- test
29 files changed
+1233
-237
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
7 | 14 | | |
8 | 15 | | |
9 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
10 | 29 | | |
11 | 30 | | |
12 | 31 | | |
13 | 32 | | |
14 | 33 | | |
15 | | - | |
| 34 | + | |
16 | 35 | | |
17 | 36 | | |
18 | 37 | | |
19 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
20 | 42 | | |
21 | 43 | | |
22 | 44 | | |
| |||
29 | 51 | | |
30 | 52 | | |
31 | 53 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
36 | 70 | | |
37 | 71 | | |
38 | 72 | | |
39 | 73 | | |
40 | 74 | | |
41 | 75 | | |
42 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
43 | 80 | | |
44 | 81 | | |
45 | 82 | | |
| |||
48 | 85 | | |
49 | 86 | | |
50 | 87 | | |
51 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
52 | 93 | | |
53 | 94 | | |
54 | 95 | | |
| |||
0 commit comments