2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-03 05:04:04 +03:00
Commit Graph

47 Commits

Author SHA1 Message Date
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 f369fde5ad Fix #28 Error to activate tab in destroyed hook 2017-08-06 22:21:55 +03: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
cristijora 3a535eeade #6 Get rid of bootstrap css
Nest styles under vue-form-wizard class to not affect global styles
Reduce css bundle size
2017-05-03 22:58:43 +03:00
cristijora 49ab0f4548 #4 Add support for error messages when doing async before change
Add color styles when before-change fails
2017-04-26 21:56:25 +03:00
cristijora 6cc79f9766 Rename assets folder 2017-04-26 20:53:12 +03:00
cristi 4a9655edd3 Add vue-router to dev deps
Revert router integration due to wrong merge
2017-04-24 22:57:57 +03:00
cristi e893461956 Final touches for async validations 2017-04-24 22:38:26 +03:00
cristi f2b6af4eee Move example to dev-example folder
Remove watcher from FormWizard component to avoid double beforeChange trigger
Code cleanup
2017-04-23 22:45:19 +03:00
cristi 1a9e86c9c1 #1 Handle promise based before-change functions. 2017-04-23 17:02:01 +03:00
cristi a16c4051fe #1 Modify beforeTabChange to support promises (wip) 2017-04-22 11:59:54 +03:00
cristi ee55310579 Rename to form-wizard 2017-04-18 01:57:33 +03:00
cristi cf2184063d Progress percentage calculation fix 2017-04-18 01:09:41 +03:00
cristijora d0c3d63f24 Adjust button styling to match overall wizard style 2017-04-17 22:42:09 +03:00
cristijora 6b93aa433c Add custom bootstrap build with buttons, progress bar and nav 2017-04-17 15:15:00 +03:00
cristijora 1088e57362 Support shape types (circle, square and simple tabs)
Support any kind of icons and display numbers if icons are not provided
Getting rid of many bootstrap dependencies: progress-bar, navs (WIP for buttons)
2017-04-17 13:49:26 +03:00
cristijora a15e952532 Add docs to props which need additional details 2017-04-16 18:52:42 +03:00
cristijora 57c0c7fbb6 Full color customization
Css cleanup (reduce css size in half)
2017-04-16 18:18:15 +03:00
cristijora 25b2c548a6 Remove tab content padding
Build files
2017-04-16 13:31:16 +03:00
cristijora 3410412fec Support tab icons 2017-04-16 13:22:04 +03:00
cristijora e0184b3cb1 Added assets inspired by creative-tim bs wizard 2017-04-16 12:58:51 +03:00
cristijora 80bdc83a0e Add component files 2017-04-15 23:06:11 +03:00