New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

gridjs-vue

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gridjs-vue - npm Package Compare versions

Comparing version

to
3.2.1

@@ -1,2 +0,2 @@

import"core-js/modules/es.object.assign";import{Grid as e,createRef as t,h as i,html as n}from"gridjs";import r from"element-ready";import{nanoid as o}from"nanoid";import"core-js/modules/es.array.concat";import"core-js/modules/es.object.to-string";import"core-js/modules/es.promise";import"core-js/modules/es.regexp.exec";import"core-js/modules/es.string.search";import s from"gridjs/dist/theme/mermaid.css";import a from"vue-runtime-helpers/dist/normalize-component.mjs";import d from"vue-runtime-helpers/dist/inject-style/browser.mjs";function u(){}function c(e,t,i){return i?t?t(e):e:(e&&e.then||(e=Promise.resolve(e)),t?e.then(t):e)}var l=a({render:function(){var e=this.$createElement;return(this._self._c||e)("article",{class:"gridjs__wrapper",attrs:{id:"gridjs__"+this.uuid,"data-uuid":this.uuid}})},staticRenderFns:[]},(function(e){e&&e("data-v-678acceb_0",{source:".gridjs__wrapper[data-v-678acceb]{align-items:center;display:flex;height:fit-content;justify-content:center;width:100%}",map:void 0,media:void 0})}),{name:"Grid",props:{autoWidth:{type:Boolean,default:!0},classNames:{type:Object,default:void 0},cols:{type:[Array,Function],default:void 0},from:{type:[String,Function],default:void 0},language:{type:Object,default:void 0},pagination:{type:[Object,Boolean],default:!1},rows:{type:[Array,Function],default:void 0},search:{type:Boolean,default:!1},server:{type:[Object,Function],default:void 0},sort:{type:[Object,Boolean],default:!1},styles:{type:Object,default:void 0},theme:{type:String,default:"mermaid"},width:{type:String,default:"100%"}},data:function(){return{dict:{error:{columnsUndefined:"Column headers are undefined",rowsUndefined:"No data to display"}},grid:null,uuid:null,wrapper:null,themes:{mermaid:s}}},computed:{options:function(){var e={autoWidth:this.autoWidth,columns:this.cols?this.cols:[this.dict.error.columnsUndefined],data:this.rows?this.rows:this.from||this.server?void 0:[[this.dict.error.rowsUndefined]],pagination:this.pagination,sort:this.sort,width:this.width};return this.classNames&&(e.className=this.classNames),this.from&&(e.from="string"==typeof this.from?document.querySelector(this.from):document.createRange().createContextualFragment(this.from())),this.language&&(e.language=this.language),this.search&&(e.search=this.search),this.server&&(e.server=this.server),this.styles&&(e.style=this.styles),e}},watch:{autoWidth:function(){this.update()},classNames:function(){this.update()},cols:function(){this.update()},from:function(){this.update()},language:function(){this.update()},pagination:function(){this.update()},rows:function(){this.update()},search:function(){this.update()},server:function(){this.update()},sort:function(){this.update()},styles:function(){this.update()},width:function(){this.update()}},mounted:function(){try{var t=this;return t.uuid=o(),c(r('[data-uuid="'.concat(t.uuid,'"]'),{stopOnDomReady:!1}),(function(i){return t.wrapper=i,n=function(){t.wrapper&&(t.options.data||t.options.from||t.options.server)&&(t.grid=new e(t.options).render(t.wrapper))},(r=function(){if("none"!==t.theme)return function(e,t){if(!t)return e&&e.then?e.then(u):Promise.resolve()}(t.assignTheme())}())&&r.then?r.then(n):n(r);var n,r}))}catch(e){return Promise.reject(e)}},destroyed:function(){this.grid=void 0,this.wrapper=void 0},methods:{assignTheme:function(){try{var e=document.getElementsByTagName("head")[0],t="gridjs__".concat(this.uuid),i=document.createRange().createContextualFragment('\n <style title="'.concat(t,'_theme" type="text/css">\n ').concat(this.themes[this.theme],"\n </style>\n "));for(var n in e.appendChild(i),document.styleSheets)document.styleSheets[n].title==="".concat(t,"_theme")&&(i=document.styleSheets[n]);if(i instanceof CSSStyleSheet)for(var r in i.cssRules){var o=i.cssRules[r].cssText;if(o&&!/@/g.test(o)){var s="#".concat(t," ").concat(o);i.deleteRule(r),i.insertRule(s,r)}}return c()}catch(e){return Promise.reject(e)}},update:function(){this.grid&&this.grid.updateConfig(this.options).forceRender()}}},"data-v-678acceb",!1,void 0,!1,d,void 0,void 0);function h(e){if(!h.installed){h.installed=!0;e.prototype.$gridjs||(e.prototype.$gridjs={createRef:t,h:i,html:n,render:function(t,i,n,o){return t&&t.current&&(t=t.current),"string"==typeof t&&i?r(t,{stopOnDomReady:!1}).then((function(){new e({render:function(e){return e(i,Object.assign({props:n},o),this.$slots.default)},components:{usrComponent:i}}).$mount(t)})).catch((function(e){console.error(e)})):void console.error("$gridjs.render() requires a target element and a component")},uuid:o}),e.component("Grid",l)}}var m={install:h},p=null;"undefined"!=typeof window?p=window.Vue:"undefined"!=typeof global&&(p=global.Vue),p&&p.use(m);export default l;export{l as Grid,m as GridGlobal,h as install};
import"core-js/modules/es.object.assign.js";import{Grid as e,createRef as t,h as i,html as n}from"gridjs";import r from"element-ready";import{nanoid as s}from"nanoid";import"core-js/modules/es.array.concat.js";import"core-js/modules/es.object.to-string.js";import"core-js/modules/es.promise.js";import"core-js/modules/es.regexp.exec.js";import"core-js/modules/es.string.search.js";import o from"gridjs/dist/theme/mermaid.css";import a from"vue-runtime-helpers/dist/normalize-component.mjs";import d from"vue-runtime-helpers/dist/inject-style/browser.mjs";function u(){}function c(e,t,i){return i?t?t(e):e:(e&&e.then||(e=Promise.resolve(e)),t?e.then(t):e)}var l=a({render:function(){var e=this.$createElement;return(this._self._c||e)("article",{class:"gridjs__wrapper",attrs:{id:"gridjs__"+this.uuid,"data-uuid":this.uuid}})},staticRenderFns:[]},(function(e){e&&e("data-v-678acceb_0",{source:".gridjs__wrapper[data-v-678acceb]{align-items:center;display:flex;height:fit-content;justify-content:center;width:100%}",map:void 0,media:void 0})}),{name:"Grid",props:{autoWidth:{type:Boolean,default:!0},classNames:{type:Object,default:void 0},cols:{type:[Array,Function],default:void 0},from:{type:[String,Function],default:void 0},language:{type:Object,default:void 0},pagination:{type:[Object,Boolean],default:!1},rows:{type:[Array,Function],default:void 0},search:{type:Boolean,default:!1},server:{type:[Object,Function],default:void 0},sort:{type:[Object,Boolean],default:!1},styles:{type:Object,default:void 0},theme:{type:String,default:"mermaid"},width:{type:String,default:"100%"}},data:function(){return{dict:{error:{columnsUndefined:"Column headers are undefined",rowsUndefined:"No data to display"}},grid:null,uuid:null,wrapper:null,themes:{mermaid:o}}},computed:{options:function(){var e={autoWidth:this.autoWidth,columns:this.cols?this.cols:[this.dict.error.columnsUndefined],data:this.rows?this.rows:this.from||this.server?void 0:[[this.dict.error.rowsUndefined]],pagination:this.pagination,sort:this.sort,width:this.width};return this.classNames&&(e.className=this.classNames),this.from&&(e.from="string"==typeof this.from?document.querySelector(this.from):document.createRange().createContextualFragment(this.from())),this.language&&(e.language=this.language),this.search&&(e.search=this.search),this.server&&(e.server=this.server),this.styles&&(e.style=this.styles),e}},watch:{autoWidth:function(){this.update()},classNames:function(){this.update()},cols:function(){this.update()},from:function(){this.update()},language:function(){this.update()},pagination:function(){this.update()},rows:function(){this.update()},search:function(){this.update()},server:function(){this.update()},sort:function(){this.update()},styles:function(){this.update()},width:function(){this.update()}},mounted:function(){try{var t=this;return t.uuid=s(),c(r('[data-uuid="'.concat(t.uuid,'"]'),{stopOnDomReady:!1}),(function(i){return t.wrapper=i,n=function(){t.wrapper&&(t.options.data||t.options.from||t.options.server)&&(t.grid=new e(t.options).render(t.wrapper))},(r=function(){if("none"!==t.theme)return function(e,t){if(!t)return e&&e.then?e.then(u):Promise.resolve()}(t.assignTheme())}())&&r.then?r.then(n):n(r);var n,r}))}catch(e){return Promise.reject(e)}},destroyed:function(){this.grid=void 0,this.wrapper=void 0},methods:{assignTheme:function(){try{var e=document.getElementsByTagName("head")[0],t="gridjs__".concat(this.uuid),i=document.createRange().createContextualFragment('\n <style title="'.concat(t,'_theme" type="text/css">\n ').concat(this.themes[this.theme],"\n </style>\n "));for(var n in e.appendChild(i),document.styleSheets)document.styleSheets[n].title==="".concat(t,"_theme")&&(i=document.styleSheets[n]);if(i instanceof CSSStyleSheet)for(var r in i.cssRules){var s=i.cssRules[r].cssText;if(s&&!/@/g.test(s)){var o="#".concat(t," ").concat(s);i.deleteRule(r),i.insertRule(o,r)}}return c()}catch(e){return Promise.reject(e)}},update:function(){this.grid&&this.grid.updateConfig(this.options).forceRender()}}},"data-v-678acceb",!1,void 0,!1,d,void 0,void 0);function h(e){if(!h.installed){h.installed=!0;e.prototype.$gridjs||(e.prototype.$gridjs={createRef:t,h:i,html:n,render:function(t,i,n,s){return t&&t.current&&(t=t.current),"string"==typeof t&&i?r(t,{stopOnDomReady:!1}).then((function(){new e({render:function(e){return e(i,Object.assign({props:n},s),this.$slots.default)},components:{usrComponent:i}}).$mount(t)})).catch((function(e){console.error(e)})):void console.error("$gridjs.render() requires a target element and a component")},uuid:s}),e.component("Grid",l)}}var m={install:h},p=null;"undefined"!=typeof window?p=window.Vue:"undefined"!=typeof global&&(p=global.Vue),p&&p.use(m);export default l;export{l as Grid,m as GridGlobal,h as install};
//# sourceMappingURL=index.esm.js.map

@@ -1,2 +0,2 @@

"use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(exports,"__esModule",{value:!0}),require("core-js/modules/es.object.assign");var t=require("gridjs"),r=e(require("element-ready")),n=require("nanoid");require("core-js/modules/es.array.concat"),require("core-js/modules/es.object.to-string"),require("core-js/modules/es.promise"),require("core-js/modules/es.regexp.exec"),require("core-js/modules/es.string.search");var i=e(require("gridjs/dist/theme/mermaid.css")),s=e(require("vue-runtime-helpers/dist/normalize-component.mjs")),o=e(require("vue-runtime-helpers/dist/inject-style/browser.mjs"));function a(){}function u(e,t,r){return r?t?t(e):e:(e&&e.then||(e=Promise.resolve(e)),t?e.then(t):e)}var d=s({render:function(){var e=this.$createElement;return(this._self._c||e)("article",{class:"gridjs__wrapper",attrs:{id:"gridjs__"+this.uuid,"data-uuid":this.uuid}})},staticRenderFns:[]},(function(e){e&&e("data-v-678acceb_0",{source:".gridjs__wrapper[data-v-678acceb]{align-items:center;display:flex;height:fit-content;justify-content:center;width:100%}",map:void 0,media:void 0})}),{name:"Grid",props:{autoWidth:{type:Boolean,default:!0},classNames:{type:Object,default:void 0},cols:{type:[Array,Function],default:void 0},from:{type:[String,Function],default:void 0},language:{type:Object,default:void 0},pagination:{type:[Object,Boolean],default:!1},rows:{type:[Array,Function],default:void 0},search:{type:Boolean,default:!1},server:{type:[Object,Function],default:void 0},sort:{type:[Object,Boolean],default:!1},styles:{type:Object,default:void 0},theme:{type:String,default:"mermaid"},width:{type:String,default:"100%"}},data:function(){return{dict:{error:{columnsUndefined:"Column headers are undefined",rowsUndefined:"No data to display"}},grid:null,uuid:null,wrapper:null,themes:{mermaid:i}}},computed:{options:function(){var e={autoWidth:this.autoWidth,columns:this.cols?this.cols:[this.dict.error.columnsUndefined],data:this.rows?this.rows:this.from||this.server?void 0:[[this.dict.error.rowsUndefined]],pagination:this.pagination,sort:this.sort,width:this.width};return this.classNames&&(e.className=this.classNames),this.from&&(e.from="string"==typeof this.from?document.querySelector(this.from):document.createRange().createContextualFragment(this.from())),this.language&&(e.language=this.language),this.search&&(e.search=this.search),this.server&&(e.server=this.server),this.styles&&(e.style=this.styles),e}},watch:{autoWidth:function(){this.update()},classNames:function(){this.update()},cols:function(){this.update()},from:function(){this.update()},language:function(){this.update()},pagination:function(){this.update()},rows:function(){this.update()},search:function(){this.update()},server:function(){this.update()},sort:function(){this.update()},styles:function(){this.update()},width:function(){this.update()}},mounted:function(){try{var e=this;return e.uuid=n.nanoid(),u(r('[data-uuid="'.concat(e.uuid,'"]'),{stopOnDomReady:!1}),(function(r){return e.wrapper=r,n=function(){e.wrapper&&(e.options.data||e.options.from||e.options.server)&&(e.grid=new t.Grid(e.options).render(e.wrapper))},(i=function(){if("none"!==e.theme)return function(e,t){if(!t)return e&&e.then?e.then(a):Promise.resolve()}(e.assignTheme())}())&&i.then?i.then(n):n(i);var n,i}))}catch(e){return Promise.reject(e)}},destroyed:function(){this.grid=void 0,this.wrapper=void 0},methods:{assignTheme:function(){try{var e=document.getElementsByTagName("head")[0],t="gridjs__".concat(this.uuid),r=document.createRange().createContextualFragment('\n <style title="'.concat(t,'_theme" type="text/css">\n ').concat(this.themes[this.theme],"\n </style>\n "));for(var n in e.appendChild(r),document.styleSheets)document.styleSheets[n].title==="".concat(t,"_theme")&&(r=document.styleSheets[n]);if(r instanceof CSSStyleSheet)for(var i in r.cssRules){var s=r.cssRules[i].cssText;if(s&&!/@/g.test(s)){var o="#".concat(t," ").concat(s);r.deleteRule(i),r.insertRule(o,i)}}return u()}catch(e){return Promise.reject(e)}},update:function(){this.grid&&this.grid.updateConfig(this.options).forceRender()}}},"data-v-678acceb",!1,void 0,!1,o,void 0,void 0);function c(e){if(!c.installed){c.installed=!0;e.prototype.$gridjs||(e.prototype.$gridjs={createRef:t.createRef,h:t.h,html:t.html,render:function(t,n,i,s){return t&&t.current&&(t=t.current),"string"==typeof t&&n?r(t,{stopOnDomReady:!1}).then((function(){new e({render:function(e){return e(n,Object.assign({props:i},s),this.$slots.default)},components:{usrComponent:n}}).$mount(t)})).catch((function(e){console.error(e)})):void console.error("$gridjs.render() requires a target element and a component")},uuid:n.nanoid}),e.component("Grid",d)}}var l={install:c},h=null;"undefined"!=typeof window?h=window.Vue:"undefined"!=typeof global&&(h=global.Vue),h&&h.use(l),exports.Grid=d,exports.GridGlobal=l,exports.default=d,exports.install=c;
"use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(exports,"__esModule",{value:!0}),require("core-js/modules/es.object.assign.js");var t=require("gridjs"),r=e(require("element-ready")),n=require("nanoid");require("core-js/modules/es.array.concat.js"),require("core-js/modules/es.object.to-string.js"),require("core-js/modules/es.promise.js"),require("core-js/modules/es.regexp.exec.js"),require("core-js/modules/es.string.search.js");var i=e(require("gridjs/dist/theme/mermaid.css")),s=e(require("vue-runtime-helpers/dist/normalize-component.mjs")),o=e(require("vue-runtime-helpers/dist/inject-style/browser.mjs"));function a(){}function u(e,t,r){return r?t?t(e):e:(e&&e.then||(e=Promise.resolve(e)),t?e.then(t):e)}var d=s({render:function(){var e=this.$createElement;return(this._self._c||e)("article",{class:"gridjs__wrapper",attrs:{id:"gridjs__"+this.uuid,"data-uuid":this.uuid}})},staticRenderFns:[]},(function(e){e&&e("data-v-678acceb_0",{source:".gridjs__wrapper[data-v-678acceb]{align-items:center;display:flex;height:fit-content;justify-content:center;width:100%}",map:void 0,media:void 0})}),{name:"Grid",props:{autoWidth:{type:Boolean,default:!0},classNames:{type:Object,default:void 0},cols:{type:[Array,Function],default:void 0},from:{type:[String,Function],default:void 0},language:{type:Object,default:void 0},pagination:{type:[Object,Boolean],default:!1},rows:{type:[Array,Function],default:void 0},search:{type:Boolean,default:!1},server:{type:[Object,Function],default:void 0},sort:{type:[Object,Boolean],default:!1},styles:{type:Object,default:void 0},theme:{type:String,default:"mermaid"},width:{type:String,default:"100%"}},data:function(){return{dict:{error:{columnsUndefined:"Column headers are undefined",rowsUndefined:"No data to display"}},grid:null,uuid:null,wrapper:null,themes:{mermaid:i}}},computed:{options:function(){var e={autoWidth:this.autoWidth,columns:this.cols?this.cols:[this.dict.error.columnsUndefined],data:this.rows?this.rows:this.from||this.server?void 0:[[this.dict.error.rowsUndefined]],pagination:this.pagination,sort:this.sort,width:this.width};return this.classNames&&(e.className=this.classNames),this.from&&(e.from="string"==typeof this.from?document.querySelector(this.from):document.createRange().createContextualFragment(this.from())),this.language&&(e.language=this.language),this.search&&(e.search=this.search),this.server&&(e.server=this.server),this.styles&&(e.style=this.styles),e}},watch:{autoWidth:function(){this.update()},classNames:function(){this.update()},cols:function(){this.update()},from:function(){this.update()},language:function(){this.update()},pagination:function(){this.update()},rows:function(){this.update()},search:function(){this.update()},server:function(){this.update()},sort:function(){this.update()},styles:function(){this.update()},width:function(){this.update()}},mounted:function(){try{var e=this;return e.uuid=n.nanoid(),u(r('[data-uuid="'.concat(e.uuid,'"]'),{stopOnDomReady:!1}),(function(r){return e.wrapper=r,n=function(){e.wrapper&&(e.options.data||e.options.from||e.options.server)&&(e.grid=new t.Grid(e.options).render(e.wrapper))},(i=function(){if("none"!==e.theme)return function(e,t){if(!t)return e&&e.then?e.then(a):Promise.resolve()}(e.assignTheme())}())&&i.then?i.then(n):n(i);var n,i}))}catch(e){return Promise.reject(e)}},destroyed:function(){this.grid=void 0,this.wrapper=void 0},methods:{assignTheme:function(){try{var e=document.getElementsByTagName("head")[0],t="gridjs__".concat(this.uuid),r=document.createRange().createContextualFragment('\n <style title="'.concat(t,'_theme" type="text/css">\n ').concat(this.themes[this.theme],"\n </style>\n "));for(var n in e.appendChild(r),document.styleSheets)document.styleSheets[n].title==="".concat(t,"_theme")&&(r=document.styleSheets[n]);if(r instanceof CSSStyleSheet)for(var i in r.cssRules){var s=r.cssRules[i].cssText;if(s&&!/@/g.test(s)){var o="#".concat(t," ").concat(s);r.deleteRule(i),r.insertRule(o,i)}}return u()}catch(e){return Promise.reject(e)}},update:function(){this.grid&&this.grid.updateConfig(this.options).forceRender()}}},"data-v-678acceb",!1,void 0,!1,o,void 0,void 0);function c(e){if(!c.installed){c.installed=!0;e.prototype.$gridjs||(e.prototype.$gridjs={createRef:t.createRef,h:t.h,html:t.html,render:function(t,n,i,s){return t&&t.current&&(t=t.current),"string"==typeof t&&n?r(t,{stopOnDomReady:!1}).then((function(){new e({render:function(e){return e(n,Object.assign({props:i},s),this.$slots.default)},components:{usrComponent:n}}).$mount(t)})).catch((function(e){console.error(e)})):void console.error("$gridjs.render() requires a target element and a component")},uuid:n.nanoid}),e.component("Grid",d)}}var l={install:c},h=null;"undefined"!=typeof window?h=window.Vue:"undefined"!=typeof global&&(h=global.Vue),h&&h.use(l),exports.Grid=d,exports.GridGlobal=l,exports.default=d,exports.install=c;
//# sourceMappingURL=index.js.map
{
"name": "gridjs-vue",
"description": "A Vue.js wrapper component for Grid.js",
"version": "3.0.2",
"version": "3.2.1",
"license": "MIT",

@@ -38,3 +38,3 @@ "private": false,

"element-ready": "^4.1.1",
"gridjs": "^3.0.2",
"gridjs": "^3.2.1",
"nanoid": "^3.1.10",

@@ -61,3 +61,3 @@ "vue-runtime-helpers": "1.1.2"

"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"eslint-plugin-vue": "^7.4.0",
"leasot": "^11.1.0",

@@ -64,0 +64,0 @@ "prettier": "^2.0.5",

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 too big to display

Sorry, the diff of this file is not supported yet