vue-laravel-crud 1.6.5 → 1.6.6
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-6dad4180]:last-child,\ntr td[data-v-6dad4180]:first-child {\n width: 1%;\n white-space: nowrap; }\n\n.crud-pagination[data-v-6dad4180] {\n display: flex;\n align-items: center;\n width: 100%;\n justify-content: center;\n margin-top: 1rem; }\n\n.crud-header[data-v-6dad4180] {\n display: flex;\n justify-content: space-between;\n max-height: 3rem; }\n .crud-header[data-v-6dad4180] .crud-title[data-v-6dad4180] {\n margin: 0; }\n .crud-header[data-v-6dad4180] .crud-search[data-v-6dad4180] {\n max-width: 15rem; }\n .crud-header[data-v-6dad4180] .crud-search[data-v-6dad4180] .btn[data-v-6dad4180] {\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-6dad4180] .crud-search[data-v-6dad4180] .btn[data-v-6dad4180].open[data-v-6dad4180] {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0; }\n .crud-header[data-v-6dad4180] .table-options[data-v-6dad4180] {\n margin-bottom: 1rem;\n display: flex;\n align-items: center;\n justify-content: flex-end; }\n\n.custom-control[data-v-6dad4180] {\n position: relative;\n top: -15px; }\n\n@media (min-width: 992px) {\n .table[data-v-6dad4180] {\n table-layout: auto; }\n .table[data-v-6dad4180] tbody[data-v-6dad4180] td[data-v-6dad4180] {\n overflow: scroll;\n -ms-overflow-style: none;\n /* IE and Edge */\n scrollbar-width: none;\n /* Firefox */ }\n .table[data-v-6dad4180] tbody[data-v-6dad4180] td[data-v-6dad4180]::-webkit-scrollbar {\n display: none; } }\n";
|
|
12119
12119
|
n(css, {});
|
|
12120
12120
|
|
|
12121
12121
|
function normalizeComponent (
|
|
@@ -12252,7 +12252,8 @@ const _sfc_main = {
|
|
|
12252
12252
|
optionsLoaded: false,
|
|
12253
12253
|
isMobile: false,
|
|
12254
12254
|
refreshing: false,
|
|
12255
|
-
fetchError: false
|
|
12255
|
+
fetchError: false,
|
|
12256
|
+
principalSort: false
|
|
12256
12257
|
};
|
|
12257
12258
|
},
|
|
12258
12259
|
watch: {
|
|
@@ -13575,7 +13576,7 @@ var _sfc_render = function render() {
|
|
|
13575
13576
|
"loading": _vm.loading
|
|
13576
13577
|
}), _vm.showPrincipalSortBtn ? _c('b-button', {
|
|
13577
13578
|
attrs: {
|
|
13578
|
-
"variant": "
|
|
13579
|
+
"variant": "info",
|
|
13579
13580
|
"disabled": _vm.loading
|
|
13580
13581
|
},
|
|
13581
13582
|
on: {
|
|
@@ -13594,12 +13595,18 @@ var _sfc_render = function render() {
|
|
|
13594
13595
|
}
|
|
13595
13596
|
}
|
|
13596
13597
|
}, [_c('b-icon-plus'), _vm._v(_vm._s(_vm.messageNew) + " ")], 1) : _vm._e(), _vm.enableFilters ? _c('b-button', {
|
|
13598
|
+
attrs: {
|
|
13599
|
+
"variant": "info"
|
|
13600
|
+
},
|
|
13597
13601
|
on: {
|
|
13598
13602
|
"click": function ($event) {
|
|
13599
13603
|
return _vm.toggleFilters();
|
|
13600
13604
|
}
|
|
13601
13605
|
}
|
|
13602
13606
|
}, [_vm._v("Filtros")]) : _vm._e(), _c('b-button', {
|
|
13607
|
+
attrs: {
|
|
13608
|
+
"variant": "info"
|
|
13609
|
+
},
|
|
13603
13610
|
on: {
|
|
13604
13611
|
"click": function ($event) {
|
|
13605
13612
|
return _vm.refresh();
|
|
@@ -14288,7 +14295,7 @@ var _sfc_render = function render() {
|
|
|
14288
14295
|
}) : _vm._e()], 2)], 1);
|
|
14289
14296
|
};
|
|
14290
14297
|
var _sfc_staticRenderFns = [];
|
|
14291
|
-
var __component__ = /*#__PURE__*/normalizeComponent(_sfc_main, _sfc_render, _sfc_staticRenderFns, false, null, "
|
|
14298
|
+
var __component__ = /*#__PURE__*/normalizeComponent(_sfc_main, _sfc_render, _sfc_staticRenderFns, false, null, "6dad4180", null, null);
|
|
14292
14299
|
var component = __component__.exports;
|
|
14293
14300
|
|
|
14294
14301
|
// Import vue component
|