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

projection-grid-vue

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

projection-grid-vue - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

716

dist/projection-grid-vue.js

@@ -10,3 +10,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

root["ProjectionGridVue"] = factory(root["projection-grid-core"]);
})(this, function(__WEBPACK_EXTERNAL_MODULE_6__) {
})(typeof self !== 'undefined' ? self : this, function(__WEBPACK_EXTERNAL_MODULE_16__) {
return /******/ (function(modules) { // webpackBootstrap

@@ -74,3 +74,3 @@ /******/ // The module cache

/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = 3);
/******/ return __webpack_require__(__webpack_require__.s = 14);
/******/ })

@@ -224,4 +224,5 @@ /************************************************************************/

"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_eslint_loader_node_modules_vue_loader_lib_selector_type_script_index_0_bustCache_grid_content_vue__ = __webpack_require__(13);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4c6791b5_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_bustCache_grid_content_vue__ = __webpack_require__(14);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_eslint_loader_node_modules_vue_loader_lib_selector_type_script_index_0_bustCache_grid_content_vue__ = __webpack_require__(7);
/* unused harmony namespace reexport */
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4c6791b5_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_bustCache_grid_content_vue__ = __webpack_require__(20);
var disposed = false

@@ -231,2 +232,3 @@ var normalizeComponent = __webpack_require__(0)

/* template */

@@ -251,3 +253,2 @@

Component.options.__file = "src/renderer/grid-content.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) { return key !== "default" && key.substr(0, 2) !== "__"})) { console.error("named exports are not supported in *.vue files.")}

@@ -264,3 +265,3 @@ /* hot reload */

hotAPI.reload("data-v-4c6791b5", Component.options)
' + ' }
}
module.hot.dispose(function (data) {

@@ -279,4 +280,267 @@ disposed = true

"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_projection_grid_core__ = __webpack_require__(16);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_projection_grid_core___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_projection_grid_core__);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__renderer_index_vue__ = __webpack_require__(17);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__projections_default_content__ = __webpack_require__(34);
//
//
//
/* harmony default export */ __webpack_exports__["a"] = ({
created: function created() {
var core = __WEBPACK_IMPORTED_MODULE_0_projection_grid_core___default.a.createDefault();
var index = core.projections.indexOf(__WEBPACK_IMPORTED_MODULE_0_projection_grid_core__["projections"].defaultContent);
core.projections.splice(index, 0, __WEBPACK_IMPORTED_MODULE_2__projections_default_content__["a" /* default */]);
this.core = core;
},
components: { Renderer: __WEBPACK_IMPORTED_MODULE_1__renderer_index_vue__["a" /* default */] },
props: ['config', 'projections', 'renderer'],
computed: {
renderModel: function renderModel() {
var model = this.core.compose({
config: this.config || {},
projections: this.projections || []
});
return model;
},
table: function table() {
return this.renderModel.table;
}
}
});
/***/ }),
/* 4 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__grid_table_vue__ = __webpack_require__(18);
//
//
//
//
/* harmony default export */ __webpack_exports__["a"] = ({
props: ['table', 'options', 'context'],
components: { GridTable: __WEBPACK_IMPORTED_MODULE_0__grid_table_vue__["a" /* default */] }
});
/***/ }),
/* 5 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__grid_caption_vue__ = __webpack_require__(19);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__grid_colgroup_vue__ = __webpack_require__(22);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__grid_section_vue__ = __webpack_require__(26);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__attributes__ = __webpack_require__(1);
//
//
//
//
//
//
//
//
//
/* harmony default export */ __webpack_exports__["a"] = ({
props: ['tag', 'props', 'styles', 'classes', 'events', 'caption', 'colgroups', 'thead', 'tbodies', 'tfoot'],
computed: { attributes: __WEBPACK_IMPORTED_MODULE_3__attributes__["a" /* attributes */] },
components: {
GridCaption: __WEBPACK_IMPORTED_MODULE_0__grid_caption_vue__["a" /* default */],
GridColgroup: __WEBPACK_IMPORTED_MODULE_1__grid_colgroup_vue__["a" /* default */],
GridSection: __WEBPACK_IMPORTED_MODULE_2__grid_section_vue__["a" /* default */]
}
});
/***/ }),
/* 6 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__grid_content_vue__ = __webpack_require__(2);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(1);
//
//
//
//
//
/* harmony default export */ __webpack_exports__["a"] = ({
props: ['tag', 'props', 'styles', 'classes', 'events', 'content'],
computed: { attributes: __WEBPACK_IMPORTED_MODULE_1__attributes__["a" /* attributes */] },
components: { GridContent: __WEBPACK_IMPORTED_MODULE_0__grid_content_vue__["a" /* default */] }
});
/***/ }),
/* 7 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
//
//
//
/* harmony default export */ __webpack_exports__["a"] = ({
props: ['Component', 'props', 'events']
});
/***/ }),
/* 8 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__grid_col_vue__ = __webpack_require__(23);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(1);
//
//
//
//
//
/* harmony default export */ __webpack_exports__["a"] = ({
props: ['tag', 'props', 'styles', 'classes', 'events', 'cols'],
computed: { attributes: __WEBPACK_IMPORTED_MODULE_1__attributes__["a" /* attributes */] },
components: { GridCol: __WEBPACK_IMPORTED_MODULE_0__grid_col_vue__["a" /* default */] }
});
/***/ }),
/* 9 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__attributes__ = __webpack_require__(1);
//
//
//
/* harmony default export */ __webpack_exports__["a"] = ({
props: ['tag', 'props', 'styles', 'classes', 'events'],
computed: { attributes: __WEBPACK_IMPORTED_MODULE_0__attributes__["a" /* attributes */] }
});
/***/ }),
/* 10 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__grid_tr_vue__ = __webpack_require__(27);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(1);
//
//
//
//
//
/* harmony default export */ __webpack_exports__["a"] = ({
props: ['tag', 'props', 'styles', 'classes', 'events', 'trs'],
computed: {
attributes: __WEBPACK_IMPORTED_MODULE_1__attributes__["a" /* attributes */],
tagName: function tagName() {
return {
THEAD: 'thead',
TBODY: 'tbody',
TFOOT: 'tfoot'
}[this.tag] || 'tbody';
}
},
components: { GridTr: __WEBPACK_IMPORTED_MODULE_0__grid_tr_vue__["a" /* default */] }
});
/***/ }),
/* 11 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__grid_td_vue__ = __webpack_require__(28);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(1);
//
//
//
//
//
/* harmony default export */ __webpack_exports__["a"] = ({
props: ['tag', 'props', 'styles', 'classes', 'events', 'tds', 'ths'],
computed: { attributes: __WEBPACK_IMPORTED_MODULE_1__attributes__["a" /* attributes */] },
components: { GridTd: __WEBPACK_IMPORTED_MODULE_0__grid_td_vue__["a" /* default */] }
});
/***/ }),
/* 12 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__grid_content_vue__ = __webpack_require__(2);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(1);
//
//
//
//
//
/* harmony default export */ __webpack_exports__["a"] = ({
props: ['tag', 'props', 'styles', 'classes', 'events', 'content'],
computed: {
attributes: __WEBPACK_IMPORTED_MODULE_1__attributes__["a" /* attributes */],
tagName: function tagName() {
return {
TD: 'td',
TH: 'th'
}[this.tag] || 'td';
}
},
components: { GridContent: __WEBPACK_IMPORTED_MODULE_0__grid_content_vue__["a" /* default */] }
});
/***/ }),
/* 13 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
//
//
//
/* harmony default export */ __webpack_exports__["a"] = ({ props: ['text'] });
/***/ }),
/* 14 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__projection_grid_vue__ = __webpack_require__(4);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__projection_grid_vue__ = __webpack_require__(15);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__renderer_grid_content_vue__ = __webpack_require__(2);

@@ -291,7 +555,8 @@ /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "GridContent", function() { return __WEBPACK_IMPORTED_MODULE_1__renderer_grid_content_vue__["a"]; });

/***/ }),
/* 4 */
/* 15 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_eslint_loader_node_modules_vue_loader_lib_selector_type_script_index_0_bustCache_projection_grid_vue__ = __webpack_require__(5);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_eslint_loader_node_modules_vue_loader_lib_selector_type_script_index_0_bustCache_projection_grid_vue__ = __webpack_require__(3);
/* unused harmony namespace reexport */
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_7bbaa98a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_bustCache_projection_grid_vue__ = __webpack_require__(37);

@@ -302,2 +567,3 @@ var disposed = false

/* template */

@@ -322,3 +588,2 @@

Component.options.__file = "src/projection-grid.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) { return key !== "default" && key.substr(0, 2) !== "__"})) { console.error("named exports are not supported in *.vue files.")}

@@ -335,3 +600,3 @@ /* hot reload */

hotAPI.reload("data-v-7bbaa98a", Component.options)
' + ' }
}
module.hot.dispose(function (data) {

@@ -346,55 +611,15 @@ disposed = true

/***/ }),
/* 5 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_projection_grid_core__ = __webpack_require__(6);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_projection_grid_core___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_projection_grid_core__);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__renderer_index_vue__ = __webpack_require__(7);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__builtin_projections_defaults__ = __webpack_require__(33);
function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }
//
//
//
/* harmony default export */ __webpack_exports__["a"] = ({
created: function created() {
this.core = __WEBPACK_IMPORTED_MODULE_0_projection_grid_core___default.a.createDefault();
},
components: { Renderer: __WEBPACK_IMPORTED_MODULE_1__renderer_index_vue__["a" /* default */] },
props: ['config', 'projections', 'renderer'],
computed: {
renderModel: function renderModel() {
var model = this.core.compose({
config: this.config || {},
projections: [__WEBPACK_IMPORTED_MODULE_2__builtin_projections_defaults__["a" /* default */]].concat(_toConsumableArray(this.projections || []))
});
return model;
},
table: function table() {
return this.renderModel.table;
}
}
});
/***/ }),
/* 6 */
/* 16 */
/***/ (function(module, exports) {
module.exports = __WEBPACK_EXTERNAL_MODULE_6__;
module.exports = __WEBPACK_EXTERNAL_MODULE_16__;
/***/ }),
/* 7 */
/* 17 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_eslint_loader_node_modules_vue_loader_lib_selector_type_script_index_0_bustCache_index_vue__ = __webpack_require__(8);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2a81e19f_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_bustCache_index_vue__ = __webpack_require__(32);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_eslint_loader_node_modules_vue_loader_lib_selector_type_script_index_0_bustCache_index_vue__ = __webpack_require__(4);
/* unused harmony namespace reexport */
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2a81e19f_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_bustCache_index_vue__ = __webpack_require__(33);
var disposed = false

@@ -404,2 +629,3 @@ var normalizeComponent = __webpack_require__(0)

/* template */

@@ -424,3 +650,2 @@

Component.options.__file = "src/renderer/index.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) { return key !== "default" && key.substr(0, 2) !== "__"})) { console.error("named exports are not supported in *.vue files.")}

@@ -437,3 +662,3 @@ /* hot reload */

hotAPI.reload("data-v-2a81e19f", Component.options)
' + ' }
}
module.hot.dispose(function (data) {

@@ -448,26 +673,9 @@ disposed = true

/***/ }),
/* 8 */
/* 18 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__grid_table_vue__ = __webpack_require__(9);
//
//
//
//
/* harmony default export */ __webpack_exports__["a"] = ({
props: ['table', 'options', 'context'],
components: { GridTable: __WEBPACK_IMPORTED_MODULE_0__grid_table_vue__["a" /* default */] }
});
/***/ }),
/* 9 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_eslint_loader_node_modules_vue_loader_lib_selector_type_script_index_0_bustCache_grid_table_vue__ = __webpack_require__(10);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5ff45f8a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_bustCache_grid_table_vue__ = __webpack_require__(31);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_eslint_loader_node_modules_vue_loader_lib_selector_type_script_index_0_bustCache_grid_table_vue__ = __webpack_require__(5);
/* unused harmony namespace reexport */
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5ff45f8a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_bustCache_grid_table_vue__ = __webpack_require__(32);
var disposed = false

@@ -477,2 +685,3 @@ var normalizeComponent = __webpack_require__(0)

/* template */

@@ -497,3 +706,2 @@

Component.options.__file = "src/renderer/grid-table.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) { return key !== "default" && key.substr(0, 2) !== "__"})) { console.error("named exports are not supported in *.vue files.")}

@@ -510,3 +718,3 @@ /* hot reload */

hotAPI.reload("data-v-5ff45f8a", Component.options)
' + ' }
}
module.hot.dispose(function (data) {

@@ -521,42 +729,9 @@ disposed = true

/***/ }),
/* 10 */
/* 19 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__grid_caption_vue__ = __webpack_require__(11);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__grid_colgroup_vue__ = __webpack_require__(16);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__grid_section_vue__ = __webpack_require__(22);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__attributes__ = __webpack_require__(1);
//
//
//
//
//
//
//
//
//
/* harmony default export */ __webpack_exports__["a"] = ({
props: ['tag', 'props', 'styles', 'classes', 'events', 'caption', 'colgroups', 'thead', 'tbodies', 'tfoot'],
computed: { attributes: __WEBPACK_IMPORTED_MODULE_3__attributes__["a" /* attributes */] },
components: {
GridCaption: __WEBPACK_IMPORTED_MODULE_0__grid_caption_vue__["a" /* default */],
GridColgroup: __WEBPACK_IMPORTED_MODULE_1__grid_colgroup_vue__["a" /* default */],
GridSection: __WEBPACK_IMPORTED_MODULE_2__grid_section_vue__["a" /* default */]
}
});
/***/ }),
/* 11 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_eslint_loader_node_modules_vue_loader_lib_selector_type_script_index_0_bustCache_grid_caption_vue__ = __webpack_require__(12);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_24350ebc_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_bustCache_grid_caption_vue__ = __webpack_require__(15);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_eslint_loader_node_modules_vue_loader_lib_selector_type_script_index_0_bustCache_grid_caption_vue__ = __webpack_require__(6);
/* unused harmony namespace reexport */
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_24350ebc_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_bustCache_grid_caption_vue__ = __webpack_require__(21);
var disposed = false

@@ -566,2 +741,3 @@ var normalizeComponent = __webpack_require__(0)

/* template */

@@ -586,3 +762,2 @@

Component.options.__file = "src/renderer/grid-caption.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) { return key !== "default" && key.substr(0, 2) !== "__"})) { console.error("named exports are not supported in *.vue files.")}

@@ -599,3 +774,3 @@ /* hot reload */

hotAPI.reload("data-v-24350ebc", Component.options)
' + ' }
}
module.hot.dispose(function (data) {

@@ -610,41 +785,6 @@ disposed = true

/***/ }),
/* 12 */
/* 20 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__grid_content_vue__ = __webpack_require__(2);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(1);
//
//
//
//
//
/* harmony default export */ __webpack_exports__["a"] = ({
props: ['tag', 'props', 'styles', 'classes', 'events', 'content'],
computed: { attributes: __WEBPACK_IMPORTED_MODULE_1__attributes__["a" /* attributes */] },
components: { GridContent: __WEBPACK_IMPORTED_MODULE_0__grid_content_vue__["a" /* default */] }
});
/***/ }),
/* 13 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
//
//
//
/* harmony default export */ __webpack_exports__["a"] = ({
props: ['Component', 'props', 'events']
});
/***/ }),
/* 14 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
var render = function() {

@@ -674,3 +814,3 @@ var _vm = this

/***/ }),
/* 15 */
/* 21 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {

@@ -702,8 +842,9 @@

/***/ }),
/* 16 */
/* 22 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_eslint_loader_node_modules_vue_loader_lib_selector_type_script_index_0_bustCache_grid_colgroup_vue__ = __webpack_require__(17);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5109d573_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_bustCache_grid_colgroup_vue__ = __webpack_require__(21);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_eslint_loader_node_modules_vue_loader_lib_selector_type_script_index_0_bustCache_grid_colgroup_vue__ = __webpack_require__(8);
/* unused harmony namespace reexport */
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5109d573_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_bustCache_grid_colgroup_vue__ = __webpack_require__(25);
var disposed = false

@@ -713,2 +854,3 @@ var normalizeComponent = __webpack_require__(0)

/* template */

@@ -733,3 +875,2 @@

Component.options.__file = "src/renderer/grid-colgroup.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) { return key !== "default" && key.substr(0, 2) !== "__"})) { console.error("named exports are not supported in *.vue files.")}

@@ -746,3 +887,3 @@ /* hot reload */

hotAPI.reload("data-v-5109d573", Component.options)
' + ' }
}
module.hot.dispose(function (data) {

@@ -757,30 +898,9 @@ disposed = true

/***/ }),
/* 17 */
/* 23 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__grid_col_vue__ = __webpack_require__(18);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(1);
//
//
//
//
//
/* harmony default export */ __webpack_exports__["a"] = ({
props: ['tag', 'props', 'styles', 'classes', 'events', 'cols'],
computed: { attributes: __WEBPACK_IMPORTED_MODULE_1__attributes__["a" /* attributes */] },
components: { GridCol: __WEBPACK_IMPORTED_MODULE_0__grid_col_vue__["a" /* default */] }
});
/***/ }),
/* 18 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_eslint_loader_node_modules_vue_loader_lib_selector_type_script_index_0_bustCache_grid_col_vue__ = __webpack_require__(19);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_e4199588_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_bustCache_grid_col_vue__ = __webpack_require__(20);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_eslint_loader_node_modules_vue_loader_lib_selector_type_script_index_0_bustCache_grid_col_vue__ = __webpack_require__(9);
/* unused harmony namespace reexport */
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_e4199588_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_bustCache_grid_col_vue__ = __webpack_require__(24);
var disposed = false

@@ -790,2 +910,3 @@ var normalizeComponent = __webpack_require__(0)

/* template */

@@ -810,3 +931,2 @@

Component.options.__file = "src/renderer/grid-col.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) { return key !== "default" && key.substr(0, 2) !== "__"})) { console.error("named exports are not supported in *.vue files.")}

@@ -823,3 +943,3 @@ /* hot reload */

hotAPI.reload("data-v-e4199588", Component.options)
' + ' }
}
module.hot.dispose(function (data) {

@@ -834,23 +954,6 @@ disposed = true

/***/ }),
/* 19 */
/* 24 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__attributes__ = __webpack_require__(1);
//
//
//
/* harmony default export */ __webpack_exports__["a"] = ({
props: ['tag', 'props', 'styles', 'classes', 'events'],
computed: { attributes: __WEBPACK_IMPORTED_MODULE_0__attributes__["a" /* attributes */] }
});
/***/ }),
/* 20 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
var render = function() {

@@ -874,3 +977,3 @@ var _vm = this

/***/ }),
/* 21 */
/* 25 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {

@@ -903,8 +1006,9 @@

/***/ }),
/* 22 */
/* 26 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_eslint_loader_node_modules_vue_loader_lib_selector_type_script_index_0_bustCache_grid_section_vue__ = __webpack_require__(23);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_f44673be_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_bustCache_grid_section_vue__ = __webpack_require__(30);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_eslint_loader_node_modules_vue_loader_lib_selector_type_script_index_0_bustCache_grid_section_vue__ = __webpack_require__(10);
/* unused harmony namespace reexport */
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_f44673be_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_bustCache_grid_section_vue__ = __webpack_require__(31);
var disposed = false

@@ -914,2 +1018,3 @@ var normalizeComponent = __webpack_require__(0)

/* template */

@@ -934,3 +1039,2 @@

Component.options.__file = "src/renderer/grid-section.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) { return key !== "default" && key.substr(0, 2) !== "__"})) { console.error("named exports are not supported in *.vue files.")}

@@ -947,3 +1051,3 @@ /* hot reload */

hotAPI.reload("data-v-f44673be", Component.options)
' + ' }
}
module.hot.dispose(function (data) {

@@ -958,39 +1062,9 @@ disposed = true

/***/ }),
/* 23 */
/* 27 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__grid_tr_vue__ = __webpack_require__(24);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(1);
//
//
//
//
//
/* harmony default export */ __webpack_exports__["a"] = ({
props: ['tag', 'props', 'styles', 'classes', 'events', 'trs'],
computed: {
attributes: __WEBPACK_IMPORTED_MODULE_1__attributes__["a" /* attributes */],
tagName: function tagName() {
return {
THEAD: 'thead',
TBODY: 'tbody',
TFOOT: 'tfoot'
}[this.tag] || 'tbody';
}
},
components: { GridTr: __WEBPACK_IMPORTED_MODULE_0__grid_tr_vue__["a" /* default */] }
});
/***/ }),
/* 24 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_eslint_loader_node_modules_vue_loader_lib_selector_type_script_index_0_bustCache_grid_tr_vue__ = __webpack_require__(25);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_a3ee471c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_bustCache_grid_tr_vue__ = __webpack_require__(29);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_eslint_loader_node_modules_vue_loader_lib_selector_type_script_index_0_bustCache_grid_tr_vue__ = __webpack_require__(11);
/* unused harmony namespace reexport */
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_a3ee471c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_bustCache_grid_tr_vue__ = __webpack_require__(30);
var disposed = false

@@ -1000,2 +1074,3 @@ var normalizeComponent = __webpack_require__(0)

/* template */

@@ -1020,3 +1095,2 @@

Component.options.__file = "src/renderer/grid-tr.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) { return key !== "default" && key.substr(0, 2) !== "__"})) { console.error("named exports are not supported in *.vue files.")}

@@ -1033,3 +1107,3 @@ /* hot reload */

hotAPI.reload("data-v-a3ee471c", Component.options)
' + ' }
}
module.hot.dispose(function (data) {

@@ -1044,30 +1118,9 @@ disposed = true

/***/ }),
/* 25 */
/* 28 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__grid_td_vue__ = __webpack_require__(26);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(1);
//
//
//
//
//
/* harmony default export */ __webpack_exports__["a"] = ({
props: ['tag', 'props', 'styles', 'classes', 'events', 'tds', 'ths'],
computed: { attributes: __WEBPACK_IMPORTED_MODULE_1__attributes__["a" /* attributes */] },
components: { GridTd: __WEBPACK_IMPORTED_MODULE_0__grid_td_vue__["a" /* default */] }
});
/***/ }),
/* 26 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_eslint_loader_node_modules_vue_loader_lib_selector_type_script_index_0_bustCache_grid_td_vue__ = __webpack_require__(27);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_a578d938_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_bustCache_grid_td_vue__ = __webpack_require__(28);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_eslint_loader_node_modules_vue_loader_lib_selector_type_script_index_0_bustCache_grid_td_vue__ = __webpack_require__(12);
/* unused harmony namespace reexport */
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_a578d938_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_bustCache_grid_td_vue__ = __webpack_require__(29);
var disposed = false

@@ -1077,2 +1130,3 @@ var normalizeComponent = __webpack_require__(0)

/* template */

@@ -1097,3 +1151,2 @@

Component.options.__file = "src/renderer/grid-td.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) { return key !== "default" && key.substr(0, 2) !== "__"})) { console.error("named exports are not supported in *.vue files.")}

@@ -1110,3 +1163,3 @@ /* hot reload */

hotAPI.reload("data-v-a578d938", Component.options)
' + ' }
}
module.hot.dispose(function (data) {

@@ -1121,36 +1174,6 @@ disposed = true

/***/ }),
/* 27 */
/* 29 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__grid_content_vue__ = __webpack_require__(2);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(1);
//
//
//
//
//
/* harmony default export */ __webpack_exports__["a"] = ({
props: ['tag', 'props', 'styles', 'classes', 'events', 'content'],
computed: {
attributes: __WEBPACK_IMPORTED_MODULE_1__attributes__["a" /* attributes */],
tagName: function tagName() {
return {
TD: 'td',
TH: 'th'
}[this.tag] || 'td';
}
},
components: { GridContent: __WEBPACK_IMPORTED_MODULE_0__grid_content_vue__["a" /* default */] }
});
/***/ }),
/* 28 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
var render = function() {

@@ -1182,3 +1205,3 @@ var _vm = this

/***/ }),
/* 29 */
/* 30 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {

@@ -1211,3 +1234,3 @@

/***/ }),
/* 30 */
/* 31 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {

@@ -1243,3 +1266,3 @@

/***/ }),
/* 31 */
/* 32 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {

@@ -1297,3 +1320,3 @@

/***/ }),
/* 32 */
/* 33 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {

@@ -1320,3 +1343,3 @@

/***/ }),
/* 33 */
/* 34 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {

@@ -1326,22 +1349,31 @@

/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _default; });
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__default_content_vue__ = __webpack_require__(34);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__default_content_vue__ = __webpack_require__(35);
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
function wrap(model) {
var content = model.content;
return content && content.Component ? model : _extends({}, model, {
content: {
Component: __WEBPACK_IMPORTED_MODULE_0__default_content_vue__["a" /* default */],
props: { text: content }
}
});
}
function _default(_ref) {
var _composeTds = _ref.composeTds;
var _composeCaption = _ref.composeCaption,
_composeTds = _ref.composeTds;
return {
composeCaption: function composeCaption(caption) {
return wrap(_composeCaption(caption));
},
composeTds: function composeTds(td) {
return _composeTds(td).map(function (model) {
var content = model.content;
return content.Component ? model : Object.assign({}, model, {
content: {
Component: __WEBPACK_IMPORTED_MODULE_0__default_content_vue__["a" /* default */],
props: { text: content }
}
});
});
return _composeTds(td).map(wrap);
}

@@ -1352,8 +1384,9 @@ };

/***/ }),
/* 34 */
/* 35 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_eslint_loader_node_modules_vue_loader_lib_selector_type_script_index_0_bustCache_default_content_vue__ = __webpack_require__(35);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_470f75ef_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_bustCache_default_content_vue__ = __webpack_require__(36);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_eslint_loader_node_modules_vue_loader_lib_selector_type_script_index_0_bustCache_default_content_vue__ = __webpack_require__(13);
/* unused harmony namespace reexport */
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_14dfea99_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_bustCache_default_content_vue__ = __webpack_require__(36);
var disposed = false

@@ -1363,2 +1396,3 @@ var normalizeComponent = __webpack_require__(0)

/* template */

@@ -1376,3 +1410,3 @@

__WEBPACK_IMPORTED_MODULE_0__babel_loader_eslint_loader_node_modules_vue_loader_lib_selector_type_script_index_0_bustCache_default_content_vue__["a" /* default */],
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_470f75ef_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_bustCache_default_content_vue__["a" /* default */],
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_14dfea99_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_bustCache_default_content_vue__["a" /* default */],
__vue_template_functional__,

@@ -1383,4 +1417,3 @@ __vue_styles__,

)
Component.options.__file = "src/builtin-projections/default-content.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) { return key !== "default" && key.substr(0, 2) !== "__"})) { console.error("named exports are not supported in *.vue files.")}
Component.options.__file = "src/projections/default-content.vue"

@@ -1394,6 +1427,6 @@ /* hot reload */

if (!module.hot.data) {
hotAPI.createRecord("data-v-470f75ef", Component.options)
hotAPI.createRecord("data-v-14dfea99", Component.options)
} else {
hotAPI.reload("data-v-470f75ef", Component.options)
' + ' }
hotAPI.reload("data-v-14dfea99", Component.options)
}
module.hot.dispose(function (data) {

@@ -1408,13 +1441,2 @@ disposed = true

/***/ }),
/* 35 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
//
//
//
/* harmony default export */ __webpack_exports__["a"] = ({ props: ['text'] });
/***/ }),
/* 36 */

@@ -1437,3 +1459,3 @@ /***/ (function(module, __webpack_exports__, __webpack_require__) {

if (module.hot.data) {
require("vue-hot-reload-api") .rerender("data-v-470f75ef", esExports)
require("vue-hot-reload-api") .rerender("data-v-14dfea99", esExports)
}

@@ -1440,0 +1462,0 @@ }

{
"name": "projection-grid-vue",
"version": "0.2.1",
"version": "0.2.2",
"description": "```vue\r <template lang=\"pug\">\r .grid-example\r .filter-container\r .grid-container\r grid(config=\"gridConfig\", grid-dataSource=\"gridDataSource\")\r scroll(view-port={{window}} virtualized header.sticky={{ {offset => () => {\r // calculating offset\r }} }})\r filter(v-bind:conditions=\"filters\")\r .pagination-control-container\r </template>",

@@ -11,3 +11,4 @@ "main": "dist/projection-grid-vue",

"dev": "cd demo && webpack-dev-server --hot",
"jsdoc": "jsdoc -c ./jsdoc.config.json -d ./jsdoc"
"jsdoc": "jsdoc -c ./jsdoc.config.json -d ./jsdoc",
"prepublish": "npm run build"
},

@@ -14,0 +15,0 @@ "repository": {

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