Socket
Socket
Sign inDemoInstall

mdbvue

Package Overview
Dependencies
115
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.2.0 to 5.3.0

src/components/Masonry.vue

0

.eslintrc.js

@@ -0,0 +0,0 @@ // https://eslint.org/docs/user-guide/configuring

@@ -0,0 +0,0 @@ // https://github.com/michael-ciniawsky/postcss-load-config

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ /* eslint-disable */

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@

@@ -0,0 +0,0 @@ 'use strict'

5

package.json
{
"name": "mdbvue",
"version": "5.2.0",
"version": "5.3.0",
"description": "Vue Bootstrap with Material Design",

@@ -31,4 +31,5 @@ "author": "MDBootstrap <support@mdbootstrap.com>",

"vue-numeric": "^2.3.0",
"vue-perfect-scrollbar": "^0.1.0",
"vue-plugin-load-script": "^1.2.0",
"vue-router": "^3.0.3",
"vue2-perfect-scrollbar": "^1.2.0",
"vue2-touch-events": "^2.0.0"

@@ -35,0 +36,0 @@ },

@@ -61,3 +61,3 @@

- MDBVue 5.2.0
- MDBVue 5.3.0
- Vue 2.6.10

@@ -64,0 +64,0 @@

@@ -0,0 +0,0 @@ import { Bar } from 'vue-chartjs';

@@ -0,0 +0,0 @@ import { Bubble } from 'vue-chartjs';

@@ -0,0 +0,0 @@ import { Doughnut } from 'vue-chartjs';

@@ -0,0 +0,0 @@ import { HorizontalBar } from 'vue-chartjs';

@@ -0,0 +0,0 @@ import { Line } from 'vue-chartjs';

@@ -0,0 +0,0 @@ import { Pie } from 'vue-chartjs';

@@ -0,0 +0,0 @@ import { PolarArea } from 'vue-chartjs';

@@ -0,0 +0,0 @@ import { Radar } from 'vue-chartjs';

@@ -0,0 +0,0 @@ import { Scatter } from 'vue-chartjs';

@@ -0,0 +0,0 @@ export default {

@@ -44,2 +44,4 @@ // FREE

let mdbDropdown = require('./components/Dropdown').default;
let Input = require('./components/Input').default;
let mdbInput = require('./components/Input').default;
import DropdownItem, { mdbDropdownItem } from './components/DropdownItem';

@@ -53,3 +55,2 @@ import DropdownMenu, { mdbDropdownMenu } from './components/DropdownMenu';

import GoogleMap, { mdbGoogleMap } from './components/GoogleMap';
import Input, { mdbInput } from './components/Input';
import Jumbotron, { mdbJumbotron } from './components/Jumbotron';

@@ -91,4 +92,9 @@ import ListGroup, { mdbListGroup } from './components/ListGroup';

import waves from './mixins/waves';
import mdbClassMixin from './mixins/mdbClassMixin';
import animateOnScroll from './directives/AnimateOnScroll';
import Scrollbar, { mdbScrollbar } from './components/Scrollbar';
import StretchedLink, { mdbStretchedLink } from './components/StretchedLink';
import ToastNotification, { mdbToastNotification } from './components/ToastNotification';
import Masonry, { mdbMasonry } from './components/Masonry';
import MasonryItem, { mdbMasonryItem } from './components/MasonryItem';

@@ -182,4 +188,10 @@ export {

waves,
mdbClassMixin,
animateOnScroll,
Scrollbar,
StretchedLink,
ToastNotification,
Masonry,
MasonryItem,
// MDB FREE

@@ -270,3 +282,7 @@ mdbAccordion,

mdbView,
mdbScrollbar
mdbScrollbar,
mdbStretchedLink,
mdbToastNotification,
mdbMasonry,
mdbMasonryItem,
};

@@ -9,4 +9,6 @@ // The Vue build version to load with the `import` command

import Vue2TouchEvents from 'vue2-touch-events';
import LoadScript from 'vue-plugin-load-script';
Vue.use(Vue2TouchEvents);
Vue.use(LoadScript);

@@ -13,0 +15,0 @@ Vue.config.productionTip = false;

@@ -0,0 +0,0 @@ export default {

@@ -0,0 +0,0 @@ import './Waves.css';

@@ -78,2 +78,6 @@ import Vue from 'vue';

import WavesPage from '../docs/WavesPage';
import StretchedLinkPage from '../docs/StretchedLinkPage';
import NotificationsFreePage from '../docs/NotificationsPage';
import MasonryPage from '../docs/MasonryPage';
import SwitchPage from '../docs/SwitchPage';

@@ -380,4 +384,20 @@ Vue.use(Router);

component: AnimationsPage
}
}, {
path: '/components/stretched-link',
name: 'StretchedLinkPage',
component: StretchedLinkPage
}, {
path: '/advanced/notifications',
name: 'NotificationsFreePage',
component: NotificationsFreePage
},{
path: '/css/masonry',
name: 'MasonryPage',
component: MasonryPage
}, {
path: '/forms/switch',
name: 'SwitchPage',
component: SwitchPage
},
]
});

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc