v1.0.10
This commit is contained in:
+15
-15
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "@coreui/vue",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"description": "Open Source Bootstrap Admin Template",
|
||||
"author": "Łukasz Holeczek",
|
||||
"homepage": "http://coreui.io",
|
||||
"copyright": "Copyright 2017 creativeLabs Łukasz Holeczek",
|
||||
"copyright": "Copyright 2018 creativeLabs Łukasz Holeczek",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@@ -18,7 +18,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "4.0.0",
|
||||
"bootstrap-vue": "1.4.1",
|
||||
"bootstrap-vue": "2.0.0-rc.1",
|
||||
"chart.js": "2.7.1",
|
||||
"flag-icon-css": "2.9.0",
|
||||
"font-awesome": "^4.7.0",
|
||||
@@ -40,13 +40,13 @@
|
||||
"connect-history-api-fallback": "1.5.0",
|
||||
"copy-webpack-plugin": "4.3.1",
|
||||
"css-loader": "0.28.9",
|
||||
"eslint": "4.15.0",
|
||||
"eslint": "4.16.0",
|
||||
"eslint-friendly-formatter": "3.0.0",
|
||||
"eslint-loader": "1.9.0",
|
||||
"eslint-plugin-html": "4.0.1",
|
||||
"eslint-plugin-html": "4.0.2",
|
||||
"eslint-plugin-import": "2.8.0",
|
||||
"eslint-plugin-node": "5.2.1",
|
||||
"eslint-config-standard": "10.2.1",
|
||||
"eslint-config-standard": "11.0.0-beta.0",
|
||||
"eslint-plugin-promise": "3.6.0",
|
||||
"eslint-plugin-standard": "3.0.1",
|
||||
"eventsource-polyfill": "0.9.6",
|
||||
@@ -66,32 +66,32 @@
|
||||
"karma-sourcemap-loader": "0.3.7",
|
||||
"karma-spec-reporter": "0.0.32",
|
||||
"karma-webpack": "2.0.9",
|
||||
"lolex": "2.3.1",
|
||||
"lolex": "2.3.2",
|
||||
"mocha": "5.0.0",
|
||||
"chai": "4.1.2",
|
||||
"sinon": "4.1.6",
|
||||
"sinon": "4.2.2",
|
||||
"sinon-chai": "2.14.0",
|
||||
"inject-loader": "3.0.1",
|
||||
"babel-plugin-istanbul": "4.1.5",
|
||||
"phantomjs-prebuilt": "^2.1.16",
|
||||
"chromedriver": "2.34.1",
|
||||
"cross-spawn": "5.1.0",
|
||||
"chromedriver": "2.35.0",
|
||||
"cross-spawn": "6.0.4",
|
||||
"nightwatch": "0.9.19",
|
||||
"node-sass": "4.7.2",
|
||||
"sass-loader": "6.0.6",
|
||||
"selenium-server": "3.8.1",
|
||||
"semver": "5.5.0",
|
||||
"shelljs": "0.8.0",
|
||||
"shelljs": "0.8.1",
|
||||
"opn": "5.2.0",
|
||||
"optimize-css-assets-webpack-plugin": "3.2.0",
|
||||
"ora": "1.3.0",
|
||||
"ora": "1.4.0",
|
||||
"rimraf": "2.6.2",
|
||||
"url-loader": "0.6.2",
|
||||
"vue-loader": "13.7.0",
|
||||
"vue-style-loader": "3.0.3",
|
||||
"vue-loader": "14.1.1",
|
||||
"vue-style-loader": "3.1.2",
|
||||
"vue-template-compiler": "2.5.13",
|
||||
"webpack": "3.10.0",
|
||||
"webpack-bundle-analyzer": "2.9.2",
|
||||
"webpack-bundle-analyzer": "2.10.0",
|
||||
"webpack-dev-middleware": "2.0.4",
|
||||
"webpack-hot-middleware": "2.21.0",
|
||||
"webpack-merge": "4.1.1"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
.card-header {
|
||||
|
||||
.icon-bg {
|
||||
display: inline-body;
|
||||
display: inline-block;
|
||||
padding: $card-spacer-y $card-spacer-x !important;
|
||||
margin-top: -$card-spacer-y;
|
||||
margin-right: $card-spacer-x;
|
||||
@@ -135,12 +135,12 @@
|
||||
}
|
||||
|
||||
[class^="icon-"], [class*=" icon-"] {
|
||||
display: inline-body;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
i {
|
||||
display: inline-body;
|
||||
display: inline-block;
|
||||
transition: .4s;
|
||||
}
|
||||
|
||||
@@ -153,7 +153,7 @@
|
||||
width: 230px;
|
||||
margin: 6px;
|
||||
|
||||
.input-group-addon {
|
||||
.input-group-prepend, .input-group-append {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
.input-group-addon,
|
||||
.input-group-btn {
|
||||
min-width: 40px;
|
||||
.input-group-prepend,
|
||||
.input-group-append {
|
||||
white-space: nowrap;
|
||||
vertical-align: middle; // Match the inputs
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* CoreUI - Open Source Bootstrap Admin Template
|
||||
* @version v1.0.9
|
||||
* @version v1.0.10
|
||||
* @link http://coreui.io
|
||||
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
|
||||
* @license MIT
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
import Vue from 'vue'
|
||||
import Dashboard from '@/views/Dashboard'
|
||||
|
||||
describe('Dashboard.vue', () => {
|
||||
describe('Dashboard', () => {
|
||||
it('should render correct contents', () => {
|
||||
const Constructor = Vue.extend(Dashboard)
|
||||
const vm = new Constructor().$mount()
|
||||
Reference in New Issue
Block a user