vuetable-2
Advanced tools
Comparing version 2.0.0-alpha.21 to 2.0.0-alpha.22
{ | ||
"name": "vuetable-2", | ||
"version": "2.0.0-alpha.21", | ||
"version": "2.0.0-alpha.22", | ||
"description": "Datatable component for Vue 2.x", | ||
@@ -5,0 +5,0 @@ "main": "dist/vuetable-2.js", |
@@ -5,3 +5,3 @@ export default { | ||
tableHeaderClass: 'fixed', | ||
tableBodyClass: 'vuetable-semantic-no-top fixed', | ||
tableBodyClass: 'fixed', | ||
tableClass: 'ui blue selectable unstackable celled table', | ||
@@ -8,0 +8,0 @@ loadingClass: 'loading', |
import Vuetable from './components/Vuetable.vue' | ||
import VuetableFieldMixin from './components/VuetableFieldMixin.vue' | ||
import VuetableFieldCheckboxMixin from './components/VuetableFieldCheckboxMixin.vue' | ||
import VuetablePaginationMixin from './components/VuetablePaginationMixin.vue' | ||
import VuetablePaginationInfoMixin from './components/VuetablePaginationInfoMixin.vue' | ||
import VuetablePagination from './components/VuetablePagination.vue' | ||
import VuetablePaginationDropDown from './components/VuetablePaginationDropdown.vue' | ||
import VuetablePaginationInfo from './components/VuetablePaginationInfo.vue' | ||
import VuetablePaginationMixin from './components/VuetablePaginationMixin.vue' | ||
import VuetablePaginationInfoMixin from './components/VuetablePaginationInfoMixin.vue' | ||
import VuetableFieldCheckbox from './components/VuetableFieldCheckbox.vue' | ||
@@ -11,2 +15,3 @@ import VuetableFieldHandle from './components/VuetableFieldHandle.vue' | ||
import VuetableRowHeader from './components/VuetableRowHeader.vue' | ||
import VuetableColGutter from './components/VuetableColGutter.vue' | ||
import Promise from 'promise-polyfill' | ||
@@ -20,8 +25,9 @@ | ||
Vue.component("vuetable", Vuetable); | ||
Vue.component("vuetable-col-gutter", VuetableColGutter) | ||
Vue.component("vuetable-field-checkbox", VuetableFieldCheckbox) | ||
Vue.component("vuetable-field-handle", VuetableFieldHandle) | ||
Vue.component("vuetable-field-sequence", VuetableFieldSequence) | ||
Vue.component("vuetable-pagination", VuetablePagination); | ||
Vue.component("vuetable-pagination-dropdown", VuetablePaginationDropDown); | ||
Vue.component("vuetable-pagination-info", VuetablePaginationInfo); | ||
Vue.component("vuetable-field-checkbox", VuetableFieldCheckbox) | ||
Vue.component("vuetable-field-handle", VuetableFieldHandle) | ||
Vue.component("vuetable-field-sequence", VuetableFieldSequence) | ||
Vue.component("vuetable-row-header", VuetableRowHeader) | ||
@@ -31,11 +37,17 @@ } | ||
Vuetable, | ||
VuetablePagination, | ||
VuetablePaginationDropDown, | ||
VuetablePaginationInfo, | ||
// Mixins | ||
VuetableFieldMixin, | ||
VuetableFieldCheckboxMixin, | ||
VuetablePaginationInfoMixin, | ||
VuetablePaginationMixin, | ||
VuetablePaginationInfoMixin, | ||
// UI components | ||
VuetableColGutter, | ||
VuetableFieldCheckbox, | ||
VuetableFieldHandle, | ||
VuetableFieldSequence, | ||
VuetablePagination, | ||
VuetablePaginationDropDown, | ||
VuetablePaginationInfo, | ||
VuetableRowHeader, | ||
install | ||
@@ -42,0 +54,0 @@ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
3043368
9466
18