Commit Graph

116 Commits

Author SHA1 Message Date
dependabot-preview[bot]
90abbbe5bf Bump @storybook/addons from 5.3.15 to 5.3.17 (#188) 2020-03-14 07:53:45 +00:00
dependabot-preview[bot]
7672abacf5 Bump @storybook/addon-links from 5.3.14 to 5.3.15 (#180) 2020-03-14 04:05:40 +00:00
dependabot-preview[bot]
a4e05c6d96 Bump @storybook/addon-viewport from 5.3.14 to 5.3.15 (#182) 2020-03-14 04:00:16 +00:00
dependabot-preview[bot]
046e679c50 Bump @storybook/addon-actions from 5.3.14 to 5.3.15 (#183) 2020-03-14 04:00:11 +00:00
dependabot-preview[bot]
1fcac2d1db Bump @storybook/addon-knobs from 5.3.14 to 5.3.15 (#184) 2020-03-14 03:59:57 +00:00
dependabot-preview[bot]
198038d177 Bump @storybook/addon-notes from 5.3.14 to 5.3.15 (#181) 2020-03-14 03:54:21 +00:00
dependabot-preview[bot]
d0f39604ba Bump @storybook/addon-centered from 5.3.14 to 5.3.15 (#179) 2020-03-14 03:50:12 +00:00
dependabot-preview[bot]
e9fd9b6015 Bump @storybook/vue from 5.3.14 to 5.3.15 (#186) 2020-03-14 03:49:20 +00:00
dependabot-preview[bot]
73e2062e88 Bump @storybook/addons from 5.3.14 to 5.3.15 (#178) 2020-03-14 03:44:16 +00:00
dependabot-preview[bot]
59dadc6497 [Security] Bump acorn from 5.7.3 to 5.7.4 (#177) 2020-03-13 22:10:07 +00:00
dependabot-preview[bot]
3c1a877ad7 Bump date-fns from 2.10.0 to 2.11.0 (#176) 2020-03-13 21:11:00 +00:00
Jacob Rienstra
197e09abb5 List continued (#174)
* working on  story with reactive subtitle

* styling of icons seems consistent with default sizing

* checkbox in list story

* colors

* lines and tests

* merge conflict

* basically im a genius styling is cool now

* Update src/components/v-button/readme.md

* Fix scoping of nav mode

* Tweak spacing of icons

* Register list item subcomponents globally

* Render icons in sidebar nav of collections module

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2020-03-13 16:34:06 -04:00
Rijk van Zanten
c8e9e02af0 Add v-dialog component (#175)
* Start work on dialog component

* Add tests for dialog

* Add readme

* Add activator slot
2020-03-13 14:59:43 -04:00
dependabot-preview[bot]
527fe72de0 Bump regenerator-runtime from 0.13.3 to 0.13.5 (#172)
Bumps [regenerator-runtime](https://github.com/facebook/regenerator) from 0.13.3 to 0.13.5.
- [Release notes](https://github.com/facebook/regenerator/releases)
- [Commits](https://github.com/facebook/regenerator/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-12 19:04:38 -04:00
Rijk van Zanten
ef1c0dddeb Rename readme's to work with github (#171)
Fixes #110
2020-03-12 16:26:29 -04:00
Rijk van Zanten
68fe8099c1 v-form (#170)
* Add v-form with grid

* Sort the fields

* Add auto dense mode to header

* Tweak auto dense threshold

* Add readme / story / test placeholder
2020-03-12 16:22:08 -04:00
Rijk van Zanten
101abb9634 Use element size (#169)
* Install resize observer

* Add use-element-size composition

* Rename function to match filename

* Remove false statement from readme
2020-03-12 13:58:41 -04:00
Rijk van Zanten
68c625ec79 Document and structure utils / compositions (#168)
* Document and structure utils / compositions

* Fix tests

* Ignore tests in sonar cloud?

* Please sonar don't use my test files
2020-03-12 12:31:36 -04:00
dependabot-preview[bot]
7c732579c8 Bump sass from 1.26.2 to 1.26.3 (#167) 2020-03-11 23:03:53 +00:00
Rijk van Zanten
649957caa1 Sonar fixes (#166)
* Fix scope declaration in lang

* Rename event listener composition

* Rename compositions

* Don't export app from main

* Fix naming smell

* Add roles to asides

* Add rel to a tag in logo

* exclude storybook files from sonar cloud

* Fix a11y issues
2020-03-11 17:46:13 -04:00
Rijk van Zanten
e5b4b5931b BADGES (#165) 2020-03-11 17:03:27 -04:00
Rijk van Zanten
35cdf08130 Improve v-focus (#164) 2020-03-11 17:02:45 -04:00
Rijk van Zanten
8bdccf222a Run tests on master too 2020-03-11 16:36:04 -04:00
Rijk van Zanten
97b7bb01b6 Collections module (#158)
* Update folder structure of module

* Add barebones form structure

* Add basic tabular layout implementation

* Add test placeholders for collections module
2020-03-11 13:36:54 -04:00
WoLfulus
ceead2f93d Adds sonar to app (#163)
* adds sonar to app-next

* fix yaml tab

* adds test inclusions
2020-03-11 13:36:33 -04:00
Rijk van Zanten
2c5a56acfc Create define (#156)
* Delete unused styles from linear progress

* Allow vuei18n result as name in table haeder

* Rename createX to defineX

* Fix styling glitch in private view
2020-03-11 11:33:57 -04:00
Rijk van Zanten
971876d018 Interfaces registration (#155)
* Add interface registration logic

* Register interfaces in main

* Add basic text input example

* Add storybook knob for placeholder

* Add test for text-input

* Fix tests
2020-03-11 11:25:33 -04:00
Rijk van Zanten
a2ba2c8783 Add fields store (#144)
* Add fields store

* Add test coverage for fields store

* Remove hydration tests

It doesn't do anything itself, but just calls init / reset methods of stores

* Rename store methods to hydrate / dehydrate

* DRY that sucker

* Move hydration logic into a store

* Fix tests for new store

* Rename hydrate store to app store, fix tests in auth

* Fix tests of router

* Fix tests in module-bar-logo

* bunch of things

* Fix tests in hydrate

* Fix router tests

* Clean up auth tests

* Update tests for collections / fields stores

* Use stores instead of mocks in tests

* Add test for store getter in collections
2020-03-11 10:36:39 -04:00
dependabot-preview[bot]
74c99a55b6 Bump vue-i18n from 8.15.4 to 8.15.5 (#154) 2020-03-10 04:10:10 +00:00
dependabot-preview[bot]
6eaf81896c Bump @vue/test-utils from 1.0.0-beta.31 to 1.0.0-beta.32 (#149)
* Bump @vue/test-utils from 1.0.0-beta.31 to 1.0.0-beta.32

Bumps [@vue/test-utils](https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils) from 1.0.0-beta.31 to 1.0.0-beta.32.
- [Release notes](https://github.com/vuejs/vue-test-utils/releases)
- [Changelog](https://github.com/vuejs/vue-test-utils/blob/dev/packages/test-utils/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-test-utils/commits/v1.0.0-beta.32/packages/test-utils)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix tests to match test-utils change

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2020-03-09 14:45:31 -04:00
dependabot-preview[bot]
22c554b5ce Bump @typescript-eslint/parser from 2.22.0 to 2.23.0 (#153) 2020-03-09 17:20:05 +00:00
dependabot-preview[bot]
b8facdcba5 Bump @typescript-eslint/eslint-plugin from 2.22.0 to 2.23.0 (#152) 2020-03-09 17:15:06 +00:00
dependabot-preview[bot]
3c1a559525 Bump @typescript-eslint/typescript-estree from 2.22.0 to 2.23.0 (#151) 2020-03-09 17:09:45 +00:00
dependabot-preview[bot]
eaef01b709 Bump stylelint from 13.2.0 to 13.2.1 (#150) 2020-03-09 14:15:08 +00:00
dependabot-preview[bot]
c07432aaa5 Bump eslint-plugin-vue from 6.2.1 to 6.2.2 (#148) 2020-03-08 10:26:47 +00:00
dependabot-preview[bot]
1acd7e48e6 Bump @types/jest from 25.1.3 to 25.1.4 (#147) 2020-03-07 01:59:21 +00:00
dependabot-preview[bot]
aade1a6d75 Bump storybook-addon-themes from 5.3.0 to 5.4.0 (#146) 2020-03-05 16:00:57 +00:00
dependabot-preview[bot]
726b39adff Bump @babel/core from 7.8.6 to 7.8.7 (#145) 2020-03-05 02:05:35 +00:00
Rijk van Zanten
ff5e843357 Bump eslint from 5.16.0 to 6.8.0 (#143)
* Bump eslint from 5.16.0 to 6.8.0

Bumps [eslint](https://github.com/eslint/eslint) from 5.16.0 to 6.8.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v5.16.0...v6.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix eslint setup for new major version

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2020-03-04 13:55:17 -05:00
Rijk van Zanten
5509d79756 Add header bar to private view (#142)
* Add header bar basic

* Fix alignment of breadcrumb

* Fix icon size in breadcrumb

* Add slots / stories for header bar

* Fix typo

* Add disabled color overrides to button

* Fix box icon

* Add header actions section for collapsable buttons

* Tweak css of drawer responsively

* Cover viewport (for notched use)

* Hide gray boxes on iOS taps

* Only show hover effect for devices that support hover

* Finish collapsable header buttons

* Remove wrong reference

* Tweak spacing of nav toggle

* Update storybook entry

* Add storybook entry for header actions

* Update structure of private-view and subcomponents

* Add provide support to storybook

* Update storybook / readme's for private view components

* Use defineComponent instead of createComponetn

* Fix broken import

* Fix tests, update readmes, etc

* Add storybook entries for header actions and module bar

* Remove unused utils

* Use defineComponent instead of createComponent

* Update structure of stories

* Fix story of private view
2020-03-04 13:37:41 -05:00
dependabot-preview[bot]
dba5329d31 Bump @vue/eslint-config-typescript from 4.0.0 to 5.0.2 (#141)
* Bump @vue/eslint-config-typescript from 4.0.0 to 5.0.2

Bumps [@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript) from 4.0.0 to 5.0.2.
- [Release notes](https://github.com/vuejs/eslint-config-typescript/releases)
- [Commits](https://github.com/vuejs/eslint-config-typescript/commits/v5.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update eslintrc to match major upgrade of typescript-eslint

* Fix linter warnings and tests

* Fix tests for real this time

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2020-03-03 16:06:46 -05:00
dependabot-preview[bot]
be1d2cf4f8 Bump lint-staged from 9.5.0 to 10.0.8 (#138)
* Bump lint-staged from 9.5.0 to 10.0.8

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 9.5.0 to 10.0.8.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v9.5.0...v10.0.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Remove git add from lint-staged

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2020-03-03 13:28:04 -05:00
dependabot-preview[bot]
2bd12f3c2d Bump @types/jest from 24.9.1 to 25.1.3 (#140)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.9.1 to 25.1.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-03 13:23:26 -05:00
dependabot-preview[bot]
30e2ed4772 Bump @vue/eslint-config-prettier from 5.1.0 to 6.0.0 (#139)
* Bump @vue/eslint-config-prettier from 5.1.0 to 6.0.0

Bumps [@vue/eslint-config-prettier](https://github.com/vuejs/eslint-config-prettier) from 5.1.0 to 6.0.0.
- [Release notes](https://github.com/vuejs/eslint-config-prettier/releases)
- [Changelog](https://github.com/vuejs/eslint-config-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/eslint-config-prettier/compare/v5.1.0...v6.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update eslintrc to reflect @vue/eslint-config-prettier changes

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2020-03-03 13:22:49 -05:00
dependabot-preview[bot]
2fe5fa0500 Bump @vue/composition-api from 0.3.4 to 0.4.0 (#137)
* Bump @vue/composition-api from 0.3.4 to 0.4.0

Bumps [@vue/composition-api](https://github.com/vuejs/composition-api) from 0.3.4 to 0.4.0.
- [Release notes](https://github.com/vuejs/composition-api/releases)
- [Changelog](https://github.com/vuejs/composition-api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/composition-api/compare/v0.3.4...v0.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Replace createComponent with defineComponent

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2020-03-03 13:16:05 -05:00
dependabot-preview[bot]
60b9990051 Bump @typescript-eslint/eslint-plugin from 2.21.0 to 2.22.0 (#134) 2020-03-02 18:20:46 +00:00
dependabot-preview[bot]
52d38f1721 Bump @typescript-eslint/parser from 2.21.0 to 2.22.0 (#135) 2020-03-02 18:16:02 +00:00
dependabot-preview[bot]
cb505a0260 Bump @typescript-eslint/typescript-estree from 2.21.0 to 2.22.0 (#133) 2020-03-02 18:11:19 +00:00
dependabot-preview[bot]
4ff6d2daf7 Bump eslint-plugin-vue from 5.2.3 to 6.2.1 (#129)
* Bump eslint-plugin-vue from 5.2.3 to 6.2.1

Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 5.2.3 to 6.2.1.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v5.2.3...v6.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Upgrade eslint major version

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2020-03-02 11:13:56 -05:00
dependabot-preview[bot]
3d0dce82a0 Bump @babel/core from 7.8.4 to 7.8.6 (#131) 2020-03-02 15:52:32 +00:00