Emiel Beinema
ee0fc95e19
Add lazy-load property to TabContent
2019-09-18 00:15:10 +02:00
kik4
e910df37d7
fixed border gap of WizardStep in Chrome zoomed it in
2018-11-18 02:56:31 +09:00
Kolado Sidibe
b77ff8796a
Allow user to define the DOM id of the wizard.
2018-05-12 05:21:22 -04:00
Emil Moe
908c69beb4
Hide header if no title
...
I don't use the title bar so I wish I could remove it and hide the empty space at the top
2018-03-13 13:33:17 +01:00
JVB
7276fcdc52
I had mistakenly missed a function call.
2018-01-12 11:25:09 -08:00
JVB
0fd7bc158d
removed errant console.log
2018-01-12 10:34:40 -08:00
JVB
606138a55b
added afterTabChange functionality
2018-01-12 10:31:07 -08:00
cristijora
220745ad06
Add method to activate all steps
...
Add unit tests for router exampples
Closes #113
2017-11-28 17:57:49 +02:00
cristijora
d11b5ed9cf
#114 Provide unique ids for steps and tabs without spaces
2017-11-28 17:11:10 +02:00
cristijora
8fe072fda8
Add method to reset wizard
...
Closes #101
2017-11-27 16:55:49 +02:00
cristijora
a8d1f6150f
Use provide/inject to register tabs for layout flexibility
2017-11-22 18:59:05 +02:00
cristijora
9cf6ade15b
Add additionalInfo prop to TabContent
...
Closes #100
2017-11-22 18:47:51 +02:00
Jordan Maslyn
013dee79f9
Add explicit button type to button component
...
Without an explicit type, the button defaults to a submit button if found within a form which can be problematic. Adding type="button" avoids that issue.
2017-11-07 13:18:46 -05:00
cristijora
72dc9f74d8
#46 Fix pointer cursor showing on not visited steps
2017-10-01 10:58:37 +03:00
cristijora
0cdc0485d8
#22 Initial support for vertical tabs
2017-09-27 22:53:50 +03:00
cristijora
74f04a52b2
#46 Remove tabindex for unchecked steps
2017-09-27 19:24:58 +03:00
cristijora
1e6aa85bd9
#46 Handle keyboard navigation the same way as clicking on steps
2017-09-27 19:19:32 +03:00
cristijora
7c64ff4bd9
Minor refactorings
...
Simplify some code and extract some methods to a helpers file
2017-09-18 19:31:31 +03:00
cristijora
e38b12502b
#46 WAI-ARIA Add keyboard support for steps/buttons
2017-09-18 00:11:48 +03:00
cristijora
8e37cfa15d
#45 Add scoped slot support for tab-content
2017-09-11 18:01:31 +03:00
cristijora
343daf187f
Add name for WizardStep
2017-09-05 22:09:07 +03:00
cristijora
dda2165400
#40 Support sync modifier for start-index
2017-09-04 20:42:16 +03:00
cristijora
1545883ac4
#40 Change on-change event so it triggers only when tabs are actually changed
2017-09-04 20:20:12 +03:00
cristijora
d7b39624d3
#39 Support sizing step indicators
2017-09-04 19:45:56 +03:00
cristijora
d9c9b1ee84
#27 Add slots for custom-buttons
2017-08-28 20:21:19 +03:00
cristijora
3c75843c7b
#27 Emit on-complete on nextTab method upon last step
2017-08-28 19:45:39 +03:00
cristijora
899b8abb1a
#37 Validate all steps when going more than one step
2017-08-28 19:27:45 +03:00
cristijora
9aa5f6939c
Merge remote-tracking branch 'origin/master'
2017-08-06 22:22:04 +03:00
cristijora
f369fde5ad
Fix #28 Error to activate tab in destroyed hook
2017-08-06 22:21:55 +03:00
Jamie Nuttall
69eaf18a06
Remove z-index parameters from default styles
2017-08-03 09:41:59 +01:00
cristijora
77a16bb350
Add slots to WizardStep
2017-07-31 21:57:23 +03:00
cristijora
79be005226
#29 Extract wizard step into separate component and expose via scoped slot
2017-07-31 21:02:31 +03:00
cristijora
4dae5493ca
#27 Expose footer content as a scoped slot
2017-07-31 20:18:27 +03:00
cristijora
062a69a03d
Fix start-index issue
2017-07-13 00:17:22 +03:00
cristijora
56eead6729
#18 Fully support dynamic tabs
2017-07-12 23:56:39 +03:00
cristijora
8eee3e3035
Filter based on slot content rather than children (assures component insertion order)
2017-07-03 19:11:53 +03:00
cristijora
66f3d542a9
#24 Add on-change event before any tab change
2017-07-02 10:43:30 +03:00
cristijora
45306e301d
#12 Do not validate an previous step
2017-06-07 23:02:57 +03:00
cristijora
a67fc7bc93
#12 Remove validations when going to a previous tab
...
Clear validation error upon tab navigation
2017-06-07 22:45:47 +03:00
cristijora
2f8dc613a5
#18 Handle dynamic tab updates
2017-06-07 22:30:14 +03:00
David Mamane
e2cd7bd6bf
fix on mounted hook in FormWizard
...
doing a checkStep() if user passed a startIndex prop > 0.
Fix when user want to start on final step => final button wasn't shown
2017-06-06 12:02:46 +02:00
cristijora
17cbb17b5d
#15 Trigger back only on back button
...
Add media query for mobile < 350px
2017-06-04 11:54:58 +03:00
cristijora
a065f91d53
#12 Remove active tab error on back button
2017-06-04 11:31:09 +03:00
Wanderson Alves
8c712ac9cd
hideButtons prop added
2017-05-30 21:17:24 -03:00
cristijora
cee7caa4a7
Remove scoped styles
2017-05-27 12:37:09 +03:00
cristijora
2b0167ff29
#10 , #12 Do not validate on back button
...
Watch route changes (browser back and forward)
2017-05-27 12:12:36 +03:00
cristijora
184e36abf7
#9 Rename icon class
2017-05-25 20:53:58 +03:00
cristijora
66c38f7900
#9 , #11 Change css to contain more specific class names
2017-05-25 09:13:25 +03:00
cristijora
91b985377e
Scoped styling for wizard
2017-05-21 17:54:04 +03:00
cristijora
1aed1da7ab
Add startIndex prop validation
2017-05-04 21:53:22 +03:00