fundamental-vue
fundamental-vue copied to clipboard
Vue.js components implementation of Fundamental Library Styles guidelines. The library is aiming to provide a Vue.js implementation of the components designed in Fundamental Library Styles.
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service) from 4.5.6 to 4.5.15. Release notes Sourced from @vue/cli-service's releases. v4.5.15 Bug Fixes fix: set .mjs file type to javascript/auto [15b1e1b] This change allows an .mjs file to...
this.$fdNotifications.show({ content: "something", type: "error", permanent: false, timeout: 10000 }) even after passing 10000 ms timeout its taking the default timeout of 2000 ms
Hello, I found your UI Framework very interesting! I know that it is still under development and documentation maybe not so detailed, but I need your support to understand how...
Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 1.11.3 to 1.14.0. Release notes Sourced from start-server-and-test's releases. v1.14.0 1.14.0 (2021-09-02) v1.13.1 1.13.1 (2021-07-26) Bug Fixes deps: update dependency wait-on to v6 (#307) (eeaaf92) v1.13.0 1.13.0...
I follow the start in the [Fundamental Vue guide](https://sap.github.io/fundamental-vue/#/), however it has below error, refer the screenshot. My vue version is "vue": "^3.0.0" 
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [tar](https://github.com/npm/node-tar) from 6.0.5 to 6.1.11. Commits e573aee 6.1.11 edb8e9a fix: perf regression on hot string munging path a9d9b05 chore(test): Avoid spurious failures packing node_modules/.cache 24b8bda fix(test): use posix path...
**Tile grid control**  - How to change the value of v-bind, col binds a number, I try to bind a number type variable, it doesn't work. **Hope your help....