vue-laravel-crud 1.6.19 → 1.6.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12115,7 +12115,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
12115
12115
|
|
|
12116
12116
|
var e=[],t=[];function n(n,r){if(n&&"undefined"!=typeof document){var a,s=!0===r.prepend?"prepend":"append",d=!0===r.singleTag,i="string"==typeof r.container?document.querySelector(r.container):document.getElementsByTagName("head")[0];if(d){var u=e.indexOf(i);-1===u&&(u=e.push(i)-1,t[u]={}),a=t[u]&&t[u][s]?t[u][s]:t[u][s]=c();}else a=c();65279===n.charCodeAt(0)&&(n=n.substring(1)),a.styleSheet?a.styleSheet.cssText+=n:a.appendChild(document.createTextNode(n));}function c(){var e=document.createElement("style");if(e.setAttribute("type","text/css"),r.attributes)for(var t=Object.keys(r.attributes),n=0;n<t.length;n++)e.setAttribute(t[n],r.attributes[t[n]]);var a="prepend"===s?"afterbegin":"beforeend";return i.insertAdjacentElement(a,e),e}}
|
|
12117
12117
|
|
|
12118
|
-
var css = "tr td[data-v-
|
|
12118
|
+
var css = "tr td[data-v-f43a8553]:last-child,\ntr td[data-v-f43a8553]:first-child {\n width: 1%;\n white-space: nowrap; }\n\n.crud-pagination[data-v-f43a8553] {\n display: flex;\n align-items: center;\n width: 100%;\n justify-content: center;\n margin-top: 1rem; }\n\n.crud-header[data-v-f43a8553] {\n display: flex;\n justify-content: space-between;\n max-height: 3rem; }\n .crud-header[data-v-f43a8553] .crud-title[data-v-f43a8553] {\n margin: 0; }\n .crud-header[data-v-f43a8553] .crud-search[data-v-f43a8553] {\n max-width: 15rem; }\n .crud-header[data-v-f43a8553] .crud-search[data-v-f43a8553] .btn[data-v-f43a8553] {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n border-top-right-radius: 0.375rem;\n border-bottom-right-radius: 0.375rem; }\n .crud-header[data-v-f43a8553] .crud-search[data-v-f43a8553] .btn[data-v-f43a8553].open[data-v-f43a8553] {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0; }\n .crud-header[data-v-f43a8553] .table-options[data-v-f43a8553] {\n margin-bottom: 1rem;\n display: flex;\n align-items: center;\n justify-content: flex-end; }\n\n.custom-control[data-v-f43a8553] {\n position: relative; }\n\n@media (min-width: 992px) {\n .table[data-v-f43a8553] {\n table-layout: auto; }\n .table[data-v-f43a8553] tbody[data-v-f43a8553] td[data-v-f43a8553] {\n overflow: scroll;\n -ms-overflow-style: none;\n /* IE and Edge */\n scrollbar-width: none;\n /* Firefox */ }\n .table[data-v-f43a8553] tbody[data-v-f43a8553] td[data-v-f43a8553]::-webkit-scrollbar {\n display: none; } }\n";
|
|
12119
12119
|
n(css, {});
|
|
12120
12120
|
|
|
12121
12121
|
function normalizeComponent (
|
|
@@ -14284,6 +14284,8 @@ var _sfc_render = function render() {
|
|
|
14284
14284
|
}, [!_vm.loading ? _c('div', {
|
|
14285
14285
|
staticClass: "text-center"
|
|
14286
14286
|
}, [_vm._v(_vm._s(_vm.items.length == 0 ? _vm.messageEmptyResults : _vm.messageNoMore))]) : _vm._e()])]) : _vm._e(), !_vm.infiniteScroll ? _c('div', {
|
|
14287
|
+
staticClass: "paginator-data"
|
|
14288
|
+
}, [_vm._v(" Filas: " + _vm._s(_vm.pagination.total) + " |xPág: " + _vm._s(_vm.pagination.per_page) + " |Pág: " + _vm._s(_vm.pagination.current_page) + " |Seleccionados: " + _vm._s(_vm.selectedItems.length) + " ")]) : _vm._e(), !_vm.infiniteScroll ? _c('div', {
|
|
14287
14289
|
staticClass: "crud-paginator"
|
|
14288
14290
|
}, [_vm.showPaginator ? _c('b-pagination', {
|
|
14289
14291
|
attrs: {
|
|
@@ -14421,7 +14423,7 @@ var _sfc_render = function render() {
|
|
|
14421
14423
|
}) : _vm._e()], 2)], 1);
|
|
14422
14424
|
};
|
|
14423
14425
|
var _sfc_staticRenderFns = [];
|
|
14424
|
-
var __component__ = /*#__PURE__*/normalizeComponent(_sfc_main, _sfc_render, _sfc_staticRenderFns, false, null, "
|
|
14426
|
+
var __component__ = /*#__PURE__*/normalizeComponent(_sfc_main, _sfc_render, _sfc_staticRenderFns, false, null, "f43a8553", null, null);
|
|
14425
14427
|
var component = __component__.exports;
|
|
14426
14428
|
|
|
14427
14429
|
// Import vue component
|