@blackbp/vue-components
Advanced tools
Comparing version
@@ -17,3 +17,3 @@ { | ||
], | ||
"version": "0.8.4", | ||
"version": "0.8.5", | ||
"scripts": { | ||
@@ -47,2 +47,3 @@ "serve": "vue-cli-service serve src/dashboard/app.js", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-terser": "^5.1.1", | ||
"rollup-plugin-uglify": "^6.0.2", | ||
@@ -49,0 +50,0 @@ "rollup-plugin-vue": "^5.0.0", |
@@ -5,3 +5,3 @@ import PluginVue from 'rollup-plugin-vue' | ||
import PluginCommonjs from 'rollup-plugin-commonjs' | ||
import { uglify as PluginUglifyJS } from "rollup-plugin-uglify" | ||
import {terser as PluginTerser} from "rollup-plugin-terser" | ||
@@ -19,4 +19,4 @@ export default { | ||
PluginVue(), | ||
// PluginUglifyJS(), | ||
PluginTerser(), | ||
] | ||
}; |
@@ -6,2 +6,3 @@ import Btn from './components/Button.vue' | ||
import Chip from './components/Chip.vue' | ||
import Collapse from './components/Collapse.vue' | ||
import Divider from './components/Divider.vue' | ||
@@ -31,29 +32,61 @@ import FormField from './components/FormField.vue' | ||
export { | ||
Btn, | ||
Card, | ||
CardSection, | ||
Checkbox, | ||
Chip, | ||
Divider, | ||
FormField, | ||
FormRow, | ||
GridCol, | ||
GridContainer, | ||
GridRow, | ||
Icon, | ||
IconBtn, | ||
List, | ||
ListItem, | ||
Loading, | ||
LoadingOverlay, | ||
Modal, | ||
Pagination, | ||
Radio, | ||
Select, | ||
ServiceFormValidate, | ||
StackGroup, | ||
StackItem, | ||
Switch, | ||
TextArea, | ||
TextInput | ||
Btn as CBtn, | ||
Card as CCard, | ||
CardSection as CCardSection, | ||
Checkbox as CCheckbox, | ||
Chip as CChip, | ||
Collapse as CCollapse, | ||
Divider as CDivider, | ||
FormField as CFormField, | ||
FormRow as CFormRow, | ||
GridCol as CGridCol, | ||
GridContainer as CGridContainer, | ||
GridRow as CGridRow, | ||
Icon as CIcon, | ||
IconBtn as CIconBtn, | ||
List as CList, | ||
ListItem as CListItem, | ||
Loading as CLoading, | ||
LoadingOverlay as CLoadingOverlay, | ||
Modal as CModal, | ||
Pagination as CPagination, | ||
Radio as CRadio, | ||
Select as CSelect, | ||
ServiceFormValidate as CServiceFormValidate, | ||
StackGroup as CStackGroup, | ||
StackItem as CStackItem, | ||
Switch as CSwitch, | ||
TextArea as CTextArea, | ||
TextInput as CTextInput, | ||
} | ||
export default { | ||
CBtn: Btn, | ||
CCard: Card, | ||
CCardSection: CardSection, | ||
CCheckbox: Checkbox, | ||
CChip: Chip, | ||
CCollapse: Collapse, | ||
CDivider: Divider, | ||
CFormField: FormField, | ||
CFormRow: FormRow, | ||
CGridCol: GridCol, | ||
CGridContainer: GridContainer, | ||
CGridRow: GridRow, | ||
CIcon: Icon, | ||
CIconBtn: IconBtn, | ||
CList: List, | ||
CListItem: ListItem, | ||
CLoading: Loading, | ||
CLoadingOverlay: LoadingOverlay, | ||
CModal: Modal, | ||
CPagination: Pagination, | ||
CRadio: Radio, | ||
CSelect: Select, | ||
CServiceFormValidate: ServiceFormValidate, | ||
CStackGroup: StackGroup, | ||
CStackItem: StackItem, | ||
CSwitch: Switch, | ||
CTextArea: TextArea, | ||
CTextInput: TextInput, | ||
} |
import _ from 'lodash' | ||
import {Btn} from '../dist/components' | ||
import Com from '../dist/components' | ||
@@ -4,0 +4,0 @@ export default function (value) { |
152560
0.79%249
14.75%11
10%