Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vuetable-2

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuetable-2 - npm Package Compare versions

Comparing version 2.0.0-alpha.21 to 2.0.0-alpha.22

dist/static/css/app.b37f8ca465bd00292017f950d4dbf8d5.css

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc