@znap/components-vue2 1.0.23 → 1.1.0
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.
- package/dist/index.common.js +2272 -662
- package/dist/index.common.js.map +1 -1
- package/dist/index.umd.js +2273 -663
- package/dist/index.umd.js.map +1 -1
- package/dist/index.umd.min.js +27 -27
- package/dist/index.umd.min.js.map +1 -1
- package/dist/types/components/drawers/BaseCrudSecondaryFiltersDrawer.vue.d.ts +16 -3
- package/dist/types/components/forms/BaseCrudForm.vue.d.ts +28 -4
- package/dist/types/components/views/BaseCrudView.vue.d.ts +219 -6
- package/dist/types/utils/views/generateCrudViewConfigs.d.ts +61 -86
- package/dist/types/utils/views/types.d.ts +117 -0
- package/package.json +3 -2
package/dist/index.common.js
CHANGED
|
@@ -1136,6 +1136,22 @@ $({ target: 'Iterator', proto: true, real: true, forced: IS_PURE || flatMapWitho
|
|
|
1136
1136
|
});
|
|
1137
1137
|
|
|
1138
1138
|
|
|
1139
|
+
/***/ }),
|
|
1140
|
+
|
|
1141
|
+
/***/ 589:
|
|
1142
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
1143
|
+
|
|
1144
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
1145
|
+
|
|
1146
|
+
// load the styles
|
|
1147
|
+
var content = __webpack_require__(7435);
|
|
1148
|
+
if(content.__esModule) content = content.default;
|
|
1149
|
+
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
1150
|
+
if(content.locals) module.exports = content.locals;
|
|
1151
|
+
// add the styles to the DOM
|
|
1152
|
+
var add = (__webpack_require__(9548)/* ["default"] */ .A)
|
|
1153
|
+
var update = add("3b3a370b", content, true, {"sourceMap":false,"shadowMode":false});
|
|
1154
|
+
|
|
1139
1155
|
/***/ }),
|
|
1140
1156
|
|
|
1141
1157
|
/***/ 609:
|
|
@@ -1336,6 +1352,27 @@ module.exports = function (it, Prototype) {
|
|
|
1336
1352
|
};
|
|
1337
1353
|
|
|
1338
1354
|
|
|
1355
|
+
/***/ }),
|
|
1356
|
+
|
|
1357
|
+
/***/ 692:
|
|
1358
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1359
|
+
|
|
1360
|
+
"use strict";
|
|
1361
|
+
__webpack_require__.r(__webpack_exports__);
|
|
1362
|
+
/* harmony import */ var _css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1601);
|
|
1363
|
+
/* harmony import */ var _css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
1364
|
+
/* harmony import */ var _css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6314);
|
|
1365
|
+
/* harmony import */ var _css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
1366
|
+
// Imports
|
|
1367
|
+
|
|
1368
|
+
|
|
1369
|
+
var ___CSS_LOADER_EXPORT___ = _css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
1370
|
+
// Module
|
|
1371
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".v-window{overflow:hidden}.v-window__container{display:flex;flex-direction:column;height:inherit;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-window__container--is-active{overflow:hidden}.v-window__next,.v-window__prev{background:rgba(0,0,0,.3);border-radius:50%;position:absolute;margin:0 16px;top:calc(50% - 20px);z-index:1}.v-window__next .v-btn:hover,.v-window__prev .v-btn:hover{background:none}.v-application--is-ltr .v-window__prev{left:0}.v-application--is-ltr .v-window__next,.v-application--is-rtl .v-window__prev{right:0}.v-application--is-rtl .v-window__next{left:0}.v-window--show-arrows-on-hover{overflow:hidden}.v-window--show-arrows-on-hover .v-window__next,.v-window--show-arrows-on-hover .v-window__prev{transition:transform .2s cubic-bezier(.25,.8,.5,1)}.v-application--is-ltr .v-window--show-arrows-on-hover .v-window__prev{transform:translateX(-200%)}.v-application--is-ltr .v-window--show-arrows-on-hover .v-window__next,.v-application--is-rtl .v-window--show-arrows-on-hover .v-window__prev{transform:translateX(200%)}.v-application--is-rtl .v-window--show-arrows-on-hover .v-window__next{transform:translateX(-200%)}.v-window--show-arrows-on-hover:hover .v-window__next,.v-window--show-arrows-on-hover:hover .v-window__prev{transform:translateX(0)}.v-window-x-reverse-transition-enter-active,.v-window-x-reverse-transition-leave-active,.v-window-x-transition-enter-active,.v-window-x-transition-leave-active,.v-window-y-reverse-transition-enter-active,.v-window-y-reverse-transition-leave-active,.v-window-y-transition-enter-active,.v-window-y-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.v-window-x-reverse-transition-leave,.v-window-x-reverse-transition-leave-to,.v-window-x-transition-leave,.v-window-x-transition-leave-to,.v-window-y-reverse-transition-leave,.v-window-y-reverse-transition-leave-to,.v-window-y-transition-leave,.v-window-y-transition-leave-to{position:absolute!important;top:0;width:100%}.v-window-x-transition-enter{transform:translateX(100%)}.v-window-x-reverse-transition-enter,.v-window-x-transition-leave-to{transform:translateX(-100%)}.v-window-x-reverse-transition-leave-to{transform:translateX(100%)}.v-window-y-transition-enter{transform:translateY(100%)}.v-window-y-reverse-transition-enter,.v-window-y-transition-leave-to{transform:translateY(-100%)}.v-window-y-reverse-transition-leave-to{transform:translateY(100%)}", ""]);
|
|
1372
|
+
// Exports
|
|
1373
|
+
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
1374
|
+
|
|
1375
|
+
|
|
1339
1376
|
/***/ }),
|
|
1340
1377
|
|
|
1341
1378
|
/***/ 708:
|
|
@@ -1461,6 +1498,27 @@ module.exports = Math.trunc || function trunc(x) {
|
|
|
1461
1498
|
};
|
|
1462
1499
|
|
|
1463
1500
|
|
|
1501
|
+
/***/ }),
|
|
1502
|
+
|
|
1503
|
+
/***/ 744:
|
|
1504
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1505
|
+
|
|
1506
|
+
"use strict";
|
|
1507
|
+
__webpack_require__.r(__webpack_exports__);
|
|
1508
|
+
/* harmony import */ var _css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1601);
|
|
1509
|
+
/* harmony import */ var _css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
1510
|
+
/* harmony import */ var _css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6314);
|
|
1511
|
+
/* harmony import */ var _css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
1512
|
+
// Imports
|
|
1513
|
+
|
|
1514
|
+
|
|
1515
|
+
var ___CSS_LOADER_EXPORT___ = _css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
1516
|
+
// Module
|
|
1517
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".v-slide-group{display:flex}.v-slide-group:not(.v-slide-group--has-affixes)>.v-slide-group__next,.v-slide-group:not(.v-slide-group--has-affixes)>.v-slide-group__prev{display:none}.v-slide-group.v-item-group>.v-slide-group__next,.v-slide-group.v-item-group>.v-slide-group__prev{cursor:pointer}.v-slide-item{display:inline-flex;flex:0 1 auto}.v-slide-group__next,.v-slide-group__prev{align-items:center;display:flex;flex:0 1 52px;justify-content:center;min-width:52px}.v-slide-group__content{display:flex;flex:1 0 auto;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1);white-space:nowrap}.v-slide-group__wrapper{contain:content;display:flex;flex:1 1 auto;overflow:hidden}.v-slide-group__next--disabled,.v-slide-group__prev--disabled{pointer-events:none}", ""]);
|
|
1518
|
+
// Exports
|
|
1519
|
+
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
1520
|
+
|
|
1521
|
+
|
|
1464
1522
|
/***/ }),
|
|
1465
1523
|
|
|
1466
1524
|
/***/ 748:
|
|
@@ -1570,6 +1628,27 @@ if(content.locals) module.exports = content.locals;
|
|
|
1570
1628
|
var add = (__webpack_require__(9548)/* ["default"] */ .A)
|
|
1571
1629
|
var update = add("421265eb", content, true, {"sourceMap":false,"shadowMode":false});
|
|
1572
1630
|
|
|
1631
|
+
/***/ }),
|
|
1632
|
+
|
|
1633
|
+
/***/ 837:
|
|
1634
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1635
|
+
|
|
1636
|
+
"use strict";
|
|
1637
|
+
__webpack_require__.r(__webpack_exports__);
|
|
1638
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1601);
|
|
1639
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
1640
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6314);
|
|
1641
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
1642
|
+
// Imports
|
|
1643
|
+
|
|
1644
|
+
|
|
1645
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
1646
|
+
// Module
|
|
1647
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".edited-row{background-color:hsla(44,94%,86%,.714)}.edited-row:hover{background-color:hsla(44,93%,72%,.714)!important}.sum-row{background-color:#ddd;font-weight:700}.sum-row:hover{background-color:#ddd!important}.selected-row{background-color:#eee!important}.selected-row:hover{background-color:#ddd!important}.v-data-table__wrapper{flex-grow:1}", ""]);
|
|
1648
|
+
// Exports
|
|
1649
|
+
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
1650
|
+
|
|
1651
|
+
|
|
1573
1652
|
/***/ }),
|
|
1574
1653
|
|
|
1575
1654
|
/***/ 838:
|
|
@@ -1716,27 +1795,6 @@ module.exports = function (it) {
|
|
|
1716
1795
|
};
|
|
1717
1796
|
|
|
1718
1797
|
|
|
1719
|
-
/***/ }),
|
|
1720
|
-
|
|
1721
|
-
/***/ 896:
|
|
1722
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1723
|
-
|
|
1724
|
-
"use strict";
|
|
1725
|
-
__webpack_require__.r(__webpack_exports__);
|
|
1726
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1601);
|
|
1727
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
1728
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6314);
|
|
1729
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
1730
|
-
// Imports
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
1734
|
-
// Module
|
|
1735
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".edited-row{background-color:hsla(44,94%,86%,.714)}.edited-row:hover{background-color:hsla(44,93%,72%,.714)!important}.sum-row{background-color:#ddd;font-weight:700}.sum-row:hover{background-color:#ddd!important}.selected-row{background-color:#eee!important}.selected-row:hover{background-color:#ddd!important}.v-data-table__wrapper{flex-grow:1}", ""]);
|
|
1736
|
-
// Exports
|
|
1737
|
-
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
1798
|
/***/ }),
|
|
1741
1799
|
|
|
1742
1800
|
/***/ 902:
|
|
@@ -3699,6 +3757,22 @@ $({ target: 'Set', proto: true, real: true, forced: !setMethodAcceptSetLike('uni
|
|
|
3699
3757
|
});
|
|
3700
3758
|
|
|
3701
3759
|
|
|
3760
|
+
/***/ }),
|
|
3761
|
+
|
|
3762
|
+
/***/ 1700:
|
|
3763
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3764
|
+
|
|
3765
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
3766
|
+
|
|
3767
|
+
// load the styles
|
|
3768
|
+
var content = __webpack_require__(7414);
|
|
3769
|
+
if(content.__esModule) content = content.default;
|
|
3770
|
+
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
3771
|
+
if(content.locals) module.exports = content.locals;
|
|
3772
|
+
// add the styles to the DOM
|
|
3773
|
+
var add = (__webpack_require__(9548)/* ["default"] */ .A)
|
|
3774
|
+
var update = add("1ec606ff", content, true, {"sourceMap":false,"shadowMode":false});
|
|
3775
|
+
|
|
3702
3776
|
/***/ }),
|
|
3703
3777
|
|
|
3704
3778
|
/***/ 1701:
|
|
@@ -5717,17 +5791,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5717
5791
|
|
|
5718
5792
|
|
|
5719
5793
|
|
|
5720
|
-
var ___CSS_LOADER_URL_IMPORT_0___ = new URL(/* asset import */ __webpack_require__(
|
|
5721
|
-
var ___CSS_LOADER_URL_IMPORT_1___ = new URL(/* asset import */ __webpack_require__(
|
|
5722
|
-
var ___CSS_LOADER_URL_IMPORT_2___ = new URL(/* asset import */ __webpack_require__(
|
|
5723
|
-
var ___CSS_LOADER_URL_IMPORT_3___ = new URL(/* asset import */ __webpack_require__(
|
|
5794
|
+
var ___CSS_LOADER_URL_IMPORT_0___ = new URL(/* asset import */ __webpack_require__(7026), __webpack_require__.b);
|
|
5795
|
+
var ___CSS_LOADER_URL_IMPORT_1___ = new URL(/* asset import */ __webpack_require__(2608), __webpack_require__.b);
|
|
5796
|
+
var ___CSS_LOADER_URL_IMPORT_2___ = new URL(/* asset import */ __webpack_require__(500), __webpack_require__.b);
|
|
5797
|
+
var ___CSS_LOADER_URL_IMPORT_3___ = new URL(/* asset import */ __webpack_require__(7698), __webpack_require__.b);
|
|
5724
5798
|
var ___CSS_LOADER_EXPORT___ = _css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
5725
5799
|
var ___CSS_LOADER_URL_REPLACEMENT_0___ = _css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_0___);
|
|
5726
5800
|
var ___CSS_LOADER_URL_REPLACEMENT_1___ = _css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_1___);
|
|
5727
5801
|
var ___CSS_LOADER_URL_REPLACEMENT_2___ = _css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_2___);
|
|
5728
5802
|
var ___CSS_LOADER_URL_REPLACEMENT_3___ = _css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_3___);
|
|
5729
5803
|
// Module
|
|
5730
|
-
___CSS_LOADER_EXPORT___.push([module.id, "/*!\n * Copyright (c) HANDSONCODE sp. z o. o.\n *\n * HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o., a Polish corporation based in\n * Gdynia, Poland, at Aleja Zwyciestwa 96-98, registered by the District Court in Gdansk under number\n * 538651, EU tax ID number: PL5862294002, share capital: PLN 62,800.00.\n *\n * This software is protected by applicable copyright laws, including international treaties, and dual-\n * licensed - depending on whether your use for commercial purposes, meaning intended for or\n * resulting in commercial advantage or monetary compensation, or not.\n *\n * If your use is strictly personal or solely for evaluation purposes, meaning for the purposes of testing\n * the suitability, performance, and usefulness of this software outside the production environment,\n * you agree to be bound by the terms included in the \"handsontable-non-commercial-license.pdf\" file.\n *\n * Your use of this software for commercial purposes is subject to the terms included in an applicable\n * license agreement.\n *\n * In any case, you must not make any such use of this software as to develop software which may be\n * considered competitive with this software.\n *\n * UNLESS EXPRESSLY AGREED OTHERWISE, HANDSONCODE PROVIDES THIS SOFTWARE ON AN \"AS IS\"\n * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, AND IN NO EVENT AND UNDER NO\n * LEGAL THEORY, SHALL HANDSONCODE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT,\n * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM\n * USE OR INABILITY TO USE THIS SOFTWARE.\n *\n * Version: 14.6.1\n * Release date: 17/10/2024 (built at 17/10/2024 09:16:26)\n */.handsontable .table td,.handsontable .table th{border-top:none}.handsontable tr{background:#fff}.handsontable td{background-color:inherit}.handsontable .table caption+thead tr:first-child td,.handsontable .table caption+thead tr:first-child th,.handsontable .table colgroup+thead tr:first-child td,.handsontable .table colgroup+thead tr:first-child th,.handsontable .table thead:first-child tr:first-child td,.handsontable .table thead:first-child tr:first-child th{border-top:1px solid #ccc}.handsontable .table-bordered{border:0;border-collapse:separate}.handsontable .table-bordered td,.handsontable .table-bordered th{border-left:none}.handsontable .table-bordered td:first-child,.handsontable .table-bordered th:first-child{border-left:1px solid #ccc}.handsontable .table>tbody>tr>td,.handsontable .table>tbody>tr>th,.handsontable .table>tfoot>tr>td,.handsontable .table>tfoot>tr>th,.handsontable .table>thead>tr>td,.handsontable .table>thead>tr>th{line-height:21px;padding:0}.col-lg-1.handsontable,.col-lg-10.handsontable,.col-lg-11.handsontable,.col-lg-12.handsontable,.col-lg-2.handsontable,.col-lg-3.handsontable,.col-lg-4.handsontable,.col-lg-5.handsontable,.col-lg-6.handsontable,.col-lg-7.handsontable,.col-lg-8.handsontable,.col-lg-9.handsontable,.col-md-1.handsontable,.col-md-10.handsontable,.col-md-11.handsontable,.col-md-12.handsontable,.col-md-2.handsontable,.col-md-3.handsontable,.col-md-4.handsontable,.col-md-5.handsontable,.col-md-6.handsontable,.col-md-7.handsontable,.col-md-8.handsontable,.col-md-9.handsontable .col-sm-1.handsontable,.col-sm-10.handsontable,.col-sm-11.handsontable,.col-sm-12.handsontable,.col-sm-2.handsontable,.col-sm-3.handsontable,.col-sm-4.handsontable,.col-sm-5.handsontable,.col-sm-6.handsontable,.col-sm-7.handsontable,.col-sm-8.handsontable,.col-sm-9.handsontable .col-xs-1.handsontable,.col-xs-10.handsontable,.col-xs-11.handsontable,.col-xs-12.handsontable,.col-xs-2.handsontable,.col-xs-3.handsontable,.col-xs-4.handsontable,.col-xs-5.handsontable,.col-xs-6.handsontable,.col-xs-7.handsontable,.col-xs-8.handsontable,.col-xs-9.handsontable{padding-left:0;padding-right:0}.handsontable .table-striped>tbody>tr:nth-of-type(2n){background-color:#fff}.handsontable{position:relative}.handsontable .hide{display:none}.handsontable .relative{position:relative}.handsontable .wtHider{width:0}.handsontable .wtSpreader{height:auto;position:relative;width:0}.handsontable div,.handsontable input,.handsontable table,.handsontable tbody,.handsontable td,.handsontable textarea,.handsontable th,.handsontable thead{box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box}.handsontable input,.handsontable textarea{min-height:auto}.handsontable table.htCore{border-collapse:separate;border-spacing:0;border-width:0;cursor:default;margin:0;max-height:none;max-width:none;outline-width:0;table-layout:fixed;width:0}.handsontable col,.handsontable col.rowHeader{width:50px}.handsontable td,.handsontable th{background-color:#fff;border-bottom:1px solid #ccc;border-left-width:0;border-right:1px solid #ccc;border-top-width:0;empty-cells:show;height:22px;line-height:21px;outline:none;outline-width:0;overflow:hidden;padding:0 4px;vertical-align:top;white-space:pre-wrap}[dir=rtl].handsontable td,[dir=rtl].handsontable th{border-left:1px solid #ccc;border-right-width:0}.handsontable th:last-child{border-bottom:1px solid #ccc;border-left:none;border-right:1px solid #ccc}[dir=rtl].handsontable th:last-child{border-left:1px solid #ccc;border-right:none}.handsontable td:first-of-type,.handsontable th:first-child{border-left:1px solid #ccc}[dir=rtl].handsontable td:first-of-type,[dir=rtl].handsontable th:first-child{border-right:1px solid #ccc}.handsontable .ht_clone_top th:nth-child(2){border-left-width:0;border-right:1px solid #ccc}[dir=rtl].handsontable .ht_clone_top th:nth-child(2){border-left:1px solid #ccc;border-right-width:0}.handsontable.htRowHeaders thead tr th:nth-child(2){border-left:1px solid #ccc}[dir=rtl].handsontable.htRowHeaders thead tr th:nth-child(2){border-right:1px solid #ccc}.handsontable tr:first-child td,.handsontable tr:first-child th{border-top:1px solid #ccc}.ht_master:not(.innerBorderInlineStart):not(.emptyColumns) tbody tr th,.ht_master:not(.innerBorderInlineStart):not(.emptyColumns) thead tr th:first-child,.ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.htGhostTable) tbody tr th,.ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.ht_clone_top):not(.htGhostTable) thead tr th:first-child{border-left:1px solid #ccc;border-right-width:0}[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) tbody tr th,[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) thead tr th:first-child,[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.htGhostTable) tbody tr th,[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.ht_clone_top):not(.htGhostTable) thead tr th:first-child{border-left-width:0;border-right:1px solid #ccc}.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr.lastChild th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr:last-child th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr.lastChild th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr:last-child th{border-bottom-width:0}.handsontable th{background-color:#f0f0f0;color:#222;font-weight:400;text-align:center;white-space:nowrap}.handsontable thead th{padding:0}.handsontable th.active{background-color:#ccc}.handsontable thead th .relative{padding:2px 4px}.handsontable span.colHeader{display:inline-block;line-height:1.1}.handsontable .wtBorder{font-size:0;position:absolute}.handsontable .wtBorder.hidden{display:none!important}.handsontable .wtBorder.current{z-index:10}.handsontable .wtBorder.area{z-index:8}.handsontable .wtBorder.fill{z-index:6}.handsontable .wtBorder.corner{cursor:crosshair;font-size:0}.ht_clone_master{z-index:100}.ht_clone_inline_start{z-index:120}.ht_clone_bottom{z-index:130}.ht_clone_bottom_inline_start_corner{z-index:150}.ht_clone_top{z-index:160}.ht_clone_top_inline_start_corner{z-index:180}.handsontable col.hidden{width:0!important}.handsontable tr.hidden,.handsontable tr.hidden td,.handsontable tr.hidden th{display:none}.ht_clone_bottom,.ht_clone_inline_start,.ht_clone_top,.ht_master{overflow:hidden}.ht_master .wtHolder{overflow:auto}.handsontable .ht_clone_inline_start table.htCore>thead,.handsontable .ht_master table.htCore>tbody>tr>th,.handsontable .ht_master table.htCore>thead{visibility:hidden}.ht_clone_bottom .wtHolder,.ht_clone_inline_start .wtHolder,.ht_clone_top .wtHolder{overflow:hidden}.handsontable{color:#373737;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:400;touch-action:manipulation}.handsontable a{color:#104acc}.handsontable.htAutoSize{left:-99000px;position:absolute;top:-99000px;visibility:hidden}.handsontable td.htInvalid{background-color:#ffbeba!important}.handsontable td.htNoWrap{white-space:nowrap}.handsontable td.invisibleSelection,.handsontable th.invisibleSelection{outline:none}.handsontable td.invisibleSelection::-moz-selection,.handsontable th.invisibleSelection::-moz-selection{background:hsla(0,0%,100%,0)}.handsontable td.invisibleSelection::selection,.handsontable th.invisibleSelection::selection{background:hsla(0,0%,100%,0)}.hot-display-license-info{color:#373737;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:10px;font-weight:400;padding:5px 0 3px;text-align:left}.hot-display-license-info a{color:#104acc;font-size:10px}.handsontable .htFocusCatcher{border:0;height:0;margin:0;opacity:0;padding:0;position:absolute;width:0;z-index:-1}.handsontable .manualColumnResizer{cursor:col-resize;height:25px;position:absolute;top:0;width:5px;z-index:210}.handsontable .manualRowResizer{cursor:row-resize;height:5px;left:0;position:absolute;width:50px;z-index:210}.handsontable .manualColumnResizer.active,.handsontable .manualColumnResizer:hover,.handsontable .manualRowResizer.active,.handsontable .manualRowResizer:hover{background-color:#34a9db}.handsontable .manualColumnResizerGuide{background-color:#34a9db;border-left:none;border-right:1px dashed #777;display:none;margin-left:5px;margin-right:unset;position:absolute;right:unset;top:0;width:0}[dir=rtl].handsontable .manualColumnResizerGuide{border-left:1px dashed #777;border-right:none;left:unset;margin-left:unset;margin-right:5px}.handsontable .manualRowResizerGuide{background-color:#34a9db;border-bottom:1px dashed #777;bottom:0;display:none;height:0;left:0;margin-top:5px;position:absolute}.handsontable .manualColumnResizerGuide.active,.handsontable .manualRowResizerGuide.active{display:block;z-index:209}.handsontable td.area,.handsontable td.area-1,.handsontable td.area-2,.handsontable td.area-3,.handsontable td.area-4,.handsontable td.area-5,.handsontable td.area-6,.handsontable td.area-7{position:relative}.handsontable td.area-1:before,.handsontable td.area-2:before,.handsontable td.area-3:before,.handsontable td.area-4:before,.handsontable td.area-5:before,.handsontable td.area-6:before,.handsontable td.area-7:before,.handsontable td.area:before{background:#005eff;bottom:0;content:\"\";left:0;position:absolute;right:0;top:0}.handsontable td.area:before{opacity:.1}.handsontable td.area-1:before{opacity:.2}.handsontable td.area-2:before{opacity:.27}.handsontable td.area-3:before{opacity:.35}.handsontable td.area-4:before{opacity:.41}.handsontable td.area-5:before{opacity:.47}.handsontable td.area-6:before{opacity:.54}.handsontable td.area-7:before{opacity:.58}.handsontable tbody th.current,.handsontable thead th.current{box-shadow:inset 0 0 0 2px #4b89ff}.handsontable tbody th.ht__highlight,.handsontable thead th.ht__highlight{background-color:#dcdcdc}.handsontable tbody th.ht__active_highlight,.handsontable thead th.ht__active_highlight{background-color:#8eb0e7;color:#000}.handsontableInput{background-color:#fff;border:none;border-radius:0;box-shadow:inset 0 0 0 2px #5292f7;color:#000;display:block;font-family:inherit;font-size:inherit;line-height:21px;margin:0;outline-width:0;padding:1px 5px 0;resize:none}.handsontableInput:focus{outline:none}.handsontableInputHolder{left:0;position:absolute;top:0}.htSelectEditor{-webkit-appearance:menulist-button!important;border:2px solid #4b89ff;position:absolute;width:auto}.htSelectEditor:focus{outline:none}.handsontable .htDimmed{color:#777}.handsontable .htSubmenu{position:relative}.handsontable .htSubmenu :after{color:#777;content:\"▶\";font-size:9px;position:absolute;right:5px}[dir=rtl].handsontable .htSubmenu :after{content:\"\"}[dir=rtl].handsontable .htSubmenu :before{color:#777;content:\"◀\";font-size:9px;left:5px;position:absolute}.handsontable .htLeft{text-align:left}.handsontable .htCenter{text-align:center}.handsontable .htRight{text-align:right}.handsontable .htJustify{text-align:justify}.handsontable .htTop{vertical-align:top}.handsontable .htMiddle{vertical-align:middle}.handsontable .htBottom{vertical-align:bottom}.handsontable .htPlaceholder{color:#999}.handsontable.listbox{margin:0}.handsontable.listbox .ht_master table{background:#fff;border:1px solid #ccc;border-collapse:separate}.handsontable.listbox td,.handsontable.listbox th,.handsontable.listbox tr:first-child td,.handsontable.listbox tr:first-child th,.handsontable.listbox tr:last-child th{border-color:transparent!important}.handsontable.listbox td,.handsontable.listbox th{text-overflow:ellipsis;white-space:nowrap}.handsontable.listbox td.htDimmed{color:inherit;cursor:default;font-style:inherit}.handsontable.listbox .wtBorder{visibility:hidden}.handsontable.listbox tr td.current,.handsontable.listbox tr:hover td{background:#eee}.ht_editor_hidden{z-index:-1}.ht_editor_visible{z-index:200}.handsontable td.htSearchResult{background:#fcedd9;color:#583707}.handsontable.mobile,.handsontable.mobile .wtHolder{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-overflow-scrolling:touch}.handsontable.mobile .handsontableInput:focus{-webkit-appearance:none;box-shadow:inset 0 0 0 2px #5292f7}.handsontable .bottomSelectionHandle,.handsontable .bottomSelectionHandle-HitArea,.handsontable .topSelectionHandle,.handsontable .topSelectionHandle-HitArea{left:-10000px;right:unset;top:-10000px;z-index:9999}[dir=rtl].handsontable .bottomSelectionHandle,[dir=rtl].handsontable .bottomSelectionHandle-HitArea,[dir=rtl].handsontable .topSelectionHandle,[dir=rtl].handsontable .topSelectionHandle-HitArea{left:unset;right:-10000px}.handsontable.hide-tween{animation:opacity-hide .3s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.handsontable.show-tween{animation:opacity-show .3s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}\n/*!\n * Pikaday\n * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/\n */.pika-single{background:#fff;border:1px solid;border-color:#ccc #ccc #bbb;color:#333;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;position:relative;z-index:9999}.pika-single:after,.pika-single:before{content:\" \";display:table}.pika-single:after{clear:both}.pika-single.is-hidden{display:none}.pika-single.is-bound{box-shadow:0 5px 15px -5px rgba(0,0,0,.5);position:absolute}.pika-lendar{float:left;margin:8px;width:240px}.pika-title{position:relative;text-align:center}.pika-label{background-color:#fff;display:inline-block;font-size:14px;font-weight:700;line-height:20px;margin:0;overflow:hidden;padding:5px 3px;position:relative;z-index:9999}.pika-title select{cursor:pointer;left:0;margin:0;opacity:0;position:absolute;top:5px;z-index:9998}.pika-next,.pika-prev{background-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:75% 75%;border:0;cursor:pointer;display:block;height:30px;opacity:.5;outline:none;overflow:hidden;padding:0;position:relative;text-indent:20px;white-space:nowrap;width:20px}.pika-next:hover,.pika-prev:hover{opacity:1}.is-rtl .pika-next,.pika-prev{background-image:url(" + ___CSS_LOADER_URL_REPLACEMENT_0___ + ");float:left}.is-rtl .pika-prev,.pika-next{background-image:url(" + ___CSS_LOADER_URL_REPLACEMENT_1___ + ");float:right}.pika-next.is-disabled,.pika-prev.is-disabled{cursor:default;opacity:.2}.pika-select{display:inline-block}.pika-table{border:0;border-collapse:collapse;border-spacing:0;width:100%}.pika-table td,.pika-table th{padding:0;width:14.2857142857%}.pika-table th{color:#999;font-weight:700;line-height:25px}.pika-button,.pika-table th{font-size:12px;text-align:center}.pika-button{background:#f5f5f5;border:0;box-sizing:border-box;-moz-box-sizing:border-box;color:#666;cursor:pointer;display:block;height:auto;line-height:15px;margin:0;outline:none;padding:5px;width:100%}.pika-week{color:#999;font-size:11px}.is-today .pika-button{color:#3af;font-weight:700}.has-event .pika-button,.is-selected .pika-button{background:#3af;border-radius:3px;box-shadow:inset 0 1px 3px #178fe5;color:#fff;font-weight:700}.has-event .pika-button{background:#005da9;box-shadow:inset 0 1px 3px #0076c9}.is-disabled .pika-button,.is-inrange .pika-button{background:#d5e9f7}.is-startrange .pika-button{background:#6cb31d;border-radius:3px;box-shadow:none;color:#fff}.is-endrange .pika-button{background:#3af;border-radius:3px;box-shadow:none;color:#fff}.is-disabled .pika-button{color:#999;cursor:default;opacity:.3;pointer-events:none}.is-outside-current-month .pika-button{color:#999;opacity:.3}.is-selection-disabled{cursor:default;pointer-events:none}.pika-button:hover,.pika-row.pick-whole-week:hover .pika-button{background:#ff8000;border-radius:3px;box-shadow:none;color:#fff}.pika-table abbr{border-bottom:none;cursor:help}.handsontable .htAutocompleteArrow{color:#bbb;cursor:default;float:right;font-size:10px;text-align:center;width:16px}[dir=rtl].handsontable .htAutocompleteArrow{float:left}.handsontable td.htInvalid .htAutocompleteArrow{color:#555}.handsontable td.htInvalid .htAutocompleteArrow:hover{color:#1a1a1a}.handsontable td .htAutocompleteArrow:hover{color:#777}.handsontable td.area .htAutocompleteArrow{color:#d3d3d3}.handsontable .htCheckboxRendererInput{display:inline-block}.handsontable .htCheckboxRendererInput.noValue{opacity:.5}.handsontable .htCheckboxRendererLabel{cursor:pointer;display:inline-block;font-size:inherit;vertical-align:middle}.handsontable .htCheckboxRendererLabel.fullWidth{width:100%}.handsontable .collapsibleIndicator{background:#eee;border:1px solid #a6a6a6;border-radius:10px;box-shadow:0 0 0 3px #eee;color:#222;cursor:pointer;font-size:10px;height:10px;left:unset;line-height:8px;position:absolute;right:5px;text-align:center;top:50%;transform:translateY(-50%);width:10px}[dir=rtl].handsontable .collapsibleIndicator{left:5px;right:unset}.handsontable[dir=ltr] thead th:has(.collapsibleIndicator) div.htRight span.colHeader{margin-right:20px}.handsontable[dir=rtl] thead th:has(.collapsibleIndicator) div.htLeft span.colHeader{margin-left:20px}.handsontable .columnSorting{position:relative}.handsontable[dir=ltr] div.htRight span[class*=ascending],.handsontable[dir=ltr] div.htRight span[class*=descending]{margin-left:-10px;margin-right:10px}.handsontable[dir=rtl] div.htLeft span[class*=ascending],.handsontable[dir=rtl] div.htLeft span[class*=descending]{margin-left:10px;margin-right:-10px}.handsontable[dir=ltr] div.htRight span[class*=ascending]:only-child,.handsontable[dir=ltr] div.htRight span[class*=descending]:only-child{margin-left:-15px;margin-right:15px}.handsontable[dir=rtl] div.htLeft span[class*=ascending]:only-child,.handsontable[dir=rtl] div.htLeft span[class*=descending]:only-child{margin-left:15px;margin-right:-15px}.handsontable .columnSorting.sortAction:hover{cursor:pointer;text-decoration:underline}.handsontable span.colHeader.columnSorting:before{background-position-x:right;background-repeat:no-repeat;background-size:contain;content:\"\";height:10px;left:unset;margin-top:-6px;padding-left:8px;padding-right:0;position:absolute;right:-9px;top:50%;width:5px}[dir=rtl].handsontable span.colHeader.columnSorting:before{background-position-x:left;left:-9px;padding-left:0;padding-right:8px;right:unset}.handsontable span.colHeader.columnSorting.ascending:before{background-image:url(" + ___CSS_LOADER_URL_REPLACEMENT_2___ + ")}.handsontable span.colHeader.columnSorting.descending:before{background-image:url(" + ___CSS_LOADER_URL_REPLACEMENT_3___ + ")}.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled):before{content:\"*\";display:inline-block;padding-right:20px;position:relative}.handsontable .htCommentCell{position:relative}.handsontable .htCommentCell:after{border-left:6px solid transparent;border-right:none;border-top:6px solid #000;content:\"\";left:unset;position:absolute;right:0;top:0}[dir=rtl].handsontable .htCommentCell:after{border-left:none;border-right:6px solid transparent;left:0;right:unset}.htCommentsContainer .htComments{display:none;position:absolute;z-index:1059}.htCommentsContainer .htCommentTextArea{-webkit-appearance:none;background-color:#fff;border:none;border-left:3px solid #ccc;box-shadow:0 1px 3px rgba(0,0,0,.118),0 1px 2px rgba(0,0,0,.239);box-sizing:border-box;font-size:12px;height:90px;outline:0!important;padding:5px;width:215px}[dir=rtl].htCommentsContainer .htCommentTextArea{border-left:none;border-right:3px solid #ccc}.htCommentsContainer .htCommentTextArea:focus{border-left:3px solid #5292f7;border-right:none;box-shadow:0 1px 3px rgba(0,0,0,.118),0 1px 2px rgba(0,0,0,.239),inset 0 0 0 1px #5292f7}[dir=rtl].htCommentsContainer .htCommentTextArea:focus{border-left:none;border-right:3px solid #5292f7}\n/*!\n * Handsontable ContextMenu\n */.htContextMenu:not(.htGhostTable){display:none;position:absolute;z-index:1060}.htContextMenu .ht_clone_bottom,.htContextMenu .ht_clone_bottom_inline_start_corner,.htContextMenu .ht_clone_inline_start,.htContextMenu .ht_clone_top,.htContextMenu .ht_clone_top_inline_start_corner{display:none}.htContextMenu .ht_master table.htCore{border-color:#ccc;border-style:solid;border-width:1px 2px 2px 1px}[dir=rtl].htContextMenu .ht_master table.htCore{border-left-width:2px;border-right-width:1px}.htContextMenu.handsontable:focus{outline:none}.htContextMenu .wtBorder{visibility:hidden}.htContextMenu table tbody tr td{background:#fff;border-width:0;cursor:pointer;overflow:hidden;padding:4px 6px 0;text-overflow:ellipsis;white-space:nowrap}.htContextMenu table tbody tr td:first-child{border-width:0}[dir=rtl].htContextMenu table tbody tr td:first-child{border-left-width:0;border-right-width:0}.htContextMenu table tbody tr td.htDimmed{color:#323232;font-style:normal}.htContextMenu table tbody tr td.current{background:#f3f3f3}.htContextMenu table tbody tr td.htSeparator{border-top:1px solid #e6e6e6;cursor:default;height:0;padding:0}.htContextMenu table tbody tr td.htDisabled{color:#999;cursor:default}.htContextMenu table tbody tr td.htDisabled:hover{background:#fff;color:#999;cursor:default}.htContextMenu table tbody tr.htHidden{display:none}.htContextMenu table tbody tr td .htItemWrapper{margin-left:10px;margin-right:6px}[dir=rtl].htContextMenu table tbody tr td .htItemWrapper{margin-left:6px;margin-right:10px}.htContextMenu table tbody tr td div span.selected{left:4px;margin-top:-2px;position:absolute;right:0}[dir=rtl].htContextMenu table tbody tr td div span.selected{left:0;right:4px}.htContextMenu .ht_master .wtHolder{overflow:hidden}textarea.HandsontableCopyPaste{opacity:0;outline:0 none!important;overflow:hidden;position:fixed!important;right:100%!important;top:0!important}\n/*!\n * Handsontable DropdownMenu\n */.handsontable .changeType{background:#eee;border:1px solid #bbb;border-radius:2px;color:#bbb;float:right;font-size:9px;line-height:9px;margin:3px 1px 0 5px;padding:2px}[dir=rtl].handsontable .changeType{float:left}.handsontable[dir=rtl] .changeType{margin:3px 5px 0 1px}.handsontable .changeType:before{content:\"▼ \"}.handsontable .changeType:hover{border:1px solid #777;color:#777;cursor:pointer}.htDropdownMenu:not(.htGhostTable){display:none;position:absolute;z-index:1060}.htDropdownMenu .ht_clone_bottom,.htDropdownMenu .ht_clone_bottom_inline_start_corner,.htDropdownMenu .ht_clone_inline_start,.htDropdownMenu .ht_clone_top,.htDropdownMenu .ht_clone_top_inline_start_corner{display:none}.htDropdownMenu table.htCore{border-color:#ccc;border-style:solid;border-width:1px 2px 2px 1px}[dir=rtl].htDropdownMenu table.htCore{border-left-width:2px;border-right-width:1px}.htDropdownMenu.handsontable:focus{outline:none}.htDropdownMenu .wtBorder{visibility:hidden}.htDropdownMenu table tbody tr td{background:#fff;border-width:0;cursor:pointer;overflow:hidden;padding:4px 6px 0;text-overflow:ellipsis;white-space:nowrap}.htDropdownMenu table tbody tr td:first-child{border-width:0}[dir=rtl].htDropdownMenu table tbody tr td:first-child{border-left-width:0;border-right-width:0}.htDropdownMenu table tbody tr td.htDimmed{color:#323232;font-style:normal}.htDropdownMenu table tbody tr td.current{background:#e9e9e9}.htDropdownMenu table tbody tr td.htSeparator{border-top:1px solid #e6e6e6;cursor:default;height:0;padding:0}.htDropdownMenu table tbody tr td.htDisabled{color:#999}.htDropdownMenu table tbody tr td.htDisabled:hover{background:#fff;color:#999;cursor:default}.htDropdownMenu:not(.htGhostTable) table tbody tr.htHidden{display:none}.htDropdownMenu table tbody tr td .htItemWrapper,[dir=rtl].htDropdownMenu table tbody tr td .htItemWrapper{margin-left:10px;margin-right:10px}.htDropdownMenu table tbody tr td div span.selected{left:4px;margin-top:-2px;position:absolute;right:0}[dir=rtl].htDropdownMenu table tbody tr td div span.selected{left:0;right:4px}.htDropdownMenu .ht_master .wtHolder{overflow:hidden}\n/*!\n * Handsontable Filters\n */.htFiltersConditionsMenu:not(.htGhostTable){display:none;position:absolute;z-index:1070}.htFiltersConditionsMenu .ht_clone_bottom,.htFiltersConditionsMenu .ht_clone_bottom_inline_start_corner,.htFiltersConditionsMenu .ht_clone_inline_start,.htFiltersConditionsMenu .ht_clone_top,.htFiltersConditionsMenu .ht_clone_top_inline_start_corner{display:none}.htFiltersConditionsMenu table.htCore{border-color:#bbb;border-style:solid;border-width:1px 2px 2px 1px}.htFiltersConditionsMenu .wtBorder{visibility:hidden}.htFiltersConditionsMenu table tbody tr td{background:#fff;border-width:0;cursor:pointer;overflow:hidden;padding:4px 6px 0;text-overflow:ellipsis;white-space:nowrap}.htFiltersConditionsMenu table tbody tr td:first-child{border-width:0}[dir=rtl].htFiltersConditionsMenu table tbody tr td:first-child{border-left-width:0;border-right-width:0}.htFiltersConditionsMenu table tbody tr td.htDimmed{color:#323232;font-style:normal}.htFiltersConditionsMenu table tbody tr td.current{background:#e9e9e9}.htFiltersConditionsMenu table tbody tr td.htSeparator{border-top:1px solid #e6e6e6;height:0;padding:0}.htFiltersConditionsMenu table tbody tr td.htDisabled{color:#999}.htFiltersConditionsMenu table tbody tr td.htDisabled:hover{background:#fff;color:#999;cursor:default}.htFiltersConditionsMenu table tbody tr td .htItemWrapper{margin-left:10px;margin-right:10px}.htFiltersConditionsMenu table tbody tr td div span.selected{left:4px;margin-top:-2px;position:absolute}.htFiltersConditionsMenu .ht_master .wtHolder{overflow:hidden}.handsontable .htMenuFiltering{border-bottom:1px dotted #ccc;height:135px;overflow:hidden}.handsontable .ht_master table td.htCustomMenuRenderer{background-color:#fff;cursor:auto}.handsontable .htFiltersMenuLabel{font-size:.75em}.handsontable .htFiltersMenuActionBar{padding-bottom:3px;padding-top:10px;text-align:center}.handsontable .htFiltersMenuCondition.border{border-bottom:1px dotted #ccc!important}.handsontable .htFiltersMenuCondition .htUIInput{padding:0 0 5px}.handsontable .htFiltersMenuValue{border-bottom:1px dotted #ccc!important}.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch{padding:0}.handsontable .htFiltersMenuCondition .htUIInput input,.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input{box-sizing:border-box;font-family:inherit;font-size:.75em;padding:4px;width:100%}.htUIMultipleSelect .ht_master .wtHolder{overflow-y:scroll}.handsontable .htFiltersActive .changeType{background-color:#d2e0d9;border:1px solid #509272;color:#18804e}.handsontable .htUISelectAll{margin-left:0;margin-right:10px}[dir=rtl].handsontable .htUISelectAll{margin-left:10px;margin-right:0}.handsontable .htUIClearAll,.handsontable .htUISelectAll{display:inline-block}.handsontable .htUIClearAll a,.handsontable .htUISelectAll a{font-size:.75em}.handsontable .htUISelectionControls{text-align:right}[dir=rtl].handsontable .htUISelectionControls{text-align:left}.handsontable .htCheckboxRendererInput{height:1em;margin:0 5px 0 0;vertical-align:middle}[dir=rtl].handsontable .htCheckboxRendererInput{margin-left:5px;margin-right:0}.handsontable .htUIInput{padding:3px 0 7px;position:relative;text-align:center}.handsontable .htUIInput input{border:1px solid #d2d1d1;border-radius:2px}.handsontable .htUIInputIcon{position:absolute}.handsontable .htUIInput.htUIButton{cursor:pointer;display:inline-block}.handsontable .htUIInput.htUIButton input{background-color:#eee;color:#000;cursor:pointer;font-family:inherit;font-size:.75em;font-weight:700;height:19px;min-width:64px}.handsontable .htUIInput.htUIButton input:hover{border-color:#b9b9b9}.handsontable .htUIInput.htUIButtonOK{margin-left:0;margin-right:10px}[dir=rtl].handsontable .htUIInput.htUIButtonOK{margin-left:10px;margin-right:0}.handsontable .htUIInput.htUIButtonOK input{background-color:#0f9d58;border-color:#18804e;color:#fff}.handsontable .htUIInput.htUIButtonOK input:focus-visible{background-color:#92dd8d;border-color:#7cb878;color:#000}.handsontable .htUIInput.htUIButtonOK input:hover{border-color:#1a6f46}.handsontable .htUISelect{cursor:pointer;margin-bottom:7px;position:relative}.handsontable .htUISelectCaption{background-color:#e8e8e8;border:1px solid #d2d1d1;border-radius:2px;font-family:inherit;font-size:.75em;font-weight:700;overflow:hidden;padding:3px 20px 3px 10px;text-overflow:ellipsis;white-space:nowrap}.handsontable .htUISelectCaption:hover{background-color:#e8e8e8;border:1px solid #b9b9b9}.handsontable .htUISelectDropdown:after{content:\"▲\";font-size:7px;position:absolute;right:10px;top:0}.handsontable .htUISelectDropdown:before{content:\"▼\";font-size:7px;position:absolute;right:10px;top:8px}.handsontable .htUIMultipleSelect .handsontable .htCore{border:none}.handsontable .htUIMultipleSelect .handsontable .htCore td:hover{background-color:#f5f5f5}.handsontable .htUIMultipleSelectSearch input{border:1px solid #d2d1d1;border-radius:2px;padding:3px}.handsontable .htUIRadio{display:inline-block;height:100%;margin-left:0;margin-right:5px}[dir=rtl].handsontable .htUIRadio{margin-left:5px;margin-right:0}.handsontable .htUIRadio:last-child{margin-right:0}.handsontable .htUIRadio>input[type=radio]{margin-left:0;margin-right:.5ex}[dir=rtl].handsontable .htUIRadio>input[type=radio]{margin-left:.5ex;margin-right:0}.handsontable .htUIRadio label{vertical-align:middle}.handsontable .htFiltersMenuOperators{padding-bottom:5px}.handsontable th.beforeHiddenColumn{position:relative}.handsontable th.afterHiddenColumn:before,.handsontable th.beforeHiddenColumn:after{color:#bbb;font-size:5pt;position:absolute;top:50%;transform:translateY(-50%)}.handsontable th.afterHiddenColumn{position:relative}.handsontable[dir=ltr] th.afterHiddenColumn div.htLeft{margin-left:10px}.handsontable[dir=ltr] th.beforeHiddenColumn div.htRight,.handsontable[dir=rtl] th.afterHiddenColumn div.htRight{margin-right:10px}.handsontable[dir=rtl] th.beforeHiddenColumn div.htLeft{margin-left:10px}.handsontable th.beforeHiddenColumn:after{content:\"◀\";right:1px}[dir=rtl].handsontable th.beforeHiddenColumn:after{content:\"▶\";left:1px;right:auto}.handsontable th.afterHiddenColumn:before{content:\"▶\";left:1px}[dir=rtl].handsontable th.afterHiddenColumn:before{content:\"◀\";left:auto;right:1px}\n/*!\n * Handsontable HiddenRows\n */.handsontable th.afterHiddenRow:after,.handsontable th.beforeHiddenRow:before{color:#bbb;font-size:6pt;left:2px;line-height:6pt;position:absolute}.handsontable th.afterHiddenRow,.handsontable th.beforeHiddenRow{position:relative}.handsontable th.beforeHiddenRow:before{bottom:2px;content:\"▲\"}.handsontable th.afterHiddenRow:after{content:\"▼\";top:2px}.handsontable.ht__selection--rows tbody th.afterHiddenRow.ht__highlight:after,.handsontable.ht__selection--rows tbody th.beforeHiddenRow.ht__highlight:before{color:#eee}.handsontable td.afterHiddenRow.firstVisibleRow,.handsontable th.afterHiddenRow.firstVisibleRow{border-top:1px solid #ccc}.htRowHeaders .ht_master.innerBorderInlineStart~.ht_clone_inline_start td:first-of-type,.htRowHeaders .ht_master.innerBorderInlineStart~.ht_clone_top_inline_start_corner th:nth-child(2){border-left:0}.handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight{cursor:move;cursor:grab}.handsontable.ht__manualColumnMove.on-moving--columns *,.handsontable.ht__manualColumnMove.on-moving--columns thead th.ht__highlight{cursor:move;cursor:grabbing}.handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer{display:none}.handsontable .ht__manualColumnMove--backlight,.handsontable .ht__manualColumnMove--guideline{display:none;height:100%;position:absolute}.handsontable .ht__manualColumnMove--guideline{background:#757575;margin-inline-end:0;margin-inline-start:-1px;top:0;width:2px;z-index:205}.handsontable .ht__manualColumnMove--backlight{background:#343434;background:rgba(52,52,52,.25);display:none;pointer-events:none;z-index:205}.handsontable.on-moving--columns .ht__manualColumnMove--backlight,.handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline{display:block}.handsontable .wtHider{position:relative}.handsontable.ht__manualRowMove.after-selection--rows tbody th.ht__highlight{cursor:move;cursor:grab}.handsontable.ht__manualRowMove.on-moving--rows *,.handsontable.ht__manualRowMove.on-moving--rows tbody th.ht__highlight{cursor:move;cursor:grabbing}.handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer{display:none}.handsontable .ht__manualRowMove--backlight,.handsontable .ht__manualRowMove--guideline{display:none;position:absolute;width:100%}.handsontable .ht__manualRowMove--guideline{background:#757575;height:2px;left:0;margin-top:-1px;z-index:205}.handsontable .ht__manualRowMove--backlight{background:#343434;background:rgba(52,52,52,.25);display:none;pointer-events:none;z-index:205}.handsontable.on-moving--rows .ht__manualRowMove--backlight,.handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline{display:block}.handsontable tbody td[rowspan][class*=area][class*=highlight]:not([class*=fullySelectedMergedCell]):before{opacity:0}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-0]:before,.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-multiple]:before{opacity:.1}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-1]:before{opacity:.2}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-2]:before{opacity:.27}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-3]:before{opacity:.35}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-4]:before{opacity:.41}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-5]:before{opacity:.47}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-6]:before{opacity:.54}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-7]:before{opacity:.58}.handsontable[dir=ltr] div.htRight span[class*=sort-]{margin-left:-15px;margin-right:15px}.handsontable[dir=rtl] div.htLeft span[class*=sort-]{margin-left:15px;margin-right:-15px}.handsontable[dir=ltr] div.htRight span[class*=sort-]:only-child{margin-left:-20px;margin-right:20px}.handsontable[dir=rtl] div.htLeft span[class*=sort-]:only-child{margin-left:20px;margin-right:-20px}.handsontable span.colHeader.columnSorting:after{font-size:8px;height:8px;left:unset;line-height:1.1;margin-top:-2px;padding-left:5px;padding-right:unset;position:absolute;right:-15px;text-decoration:underline;top:50%}[dir=rtl].handsontable span.colHeader.columnSorting:after{left:-15px;padding-left:unset;padding-right:5px;right:unset}.handsontable span.colHeader.columnSorting:after{text-decoration:none}.handsontable span.colHeader.columnSorting[class*=\" sort-\"]:after,.handsontable span.colHeader.columnSorting[class^=sort-]:after{content:\"+\"}.handsontable span.colHeader.columnSorting.sort-1:after{content:\"1\"}.handsontable span.colHeader.columnSorting.sort-2:after{content:\"2\"}.handsontable span.colHeader.columnSorting.sort-3:after{content:\"3\"}.handsontable span.colHeader.columnSorting.sort-4:after{content:\"4\"}.handsontable span.colHeader.columnSorting.sort-5:after{content:\"5\"}.handsontable span.colHeader.columnSorting.sort-6:after{content:\"6\"}.handsontable span.colHeader.columnSorting.sort-7:after{content:\"7\"}.htGhostTable th div button.changeType+span.colHeader.columnSorting:not(.indicatorDisabled){padding-right:5px}.handsontable thead th.hiddenHeader:not(:first-of-type){display:none}.handsontable th.ht_nestingLevels{padding-left:7px;text-align:left}[dir=rtl].handsontable th.ht_nestingLevels{padding-right:7px;text-align:right}.handsontable th div.ht_nestingLevels{display:inline-block;left:11px;position:absolute;right:unset}[dir=rtl].handsontable th div.ht_nestingLevels{left:unset;right:11px}.handsontable.innerBorderInlineStart th div.ht_nestingLevels,.handsontable.innerBorderInlineStart~.handsontable th div.ht_nestingLevels{left:unset;right:10px}[dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingLevels,[dir=rtl].handsontable.innerBorderInlineStart~.handsontable th div.ht_nestingLevels{left:10px;right:unset}.handsontable th span.ht_nestingLevel{display:inline-block}.handsontable th span.ht_nestingLevel_empty{display:inline-block;float:left;height:1px;width:10px}[dir=rtl].handsontable th span.ht_nestingLevel_empty{float:right}.handsontable th span.ht_nestingLevel:after{bottom:3px;content:\"┐\";display:inline-block;font-size:9px;position:relative}.handsontable th div.ht_nestingButton{cursor:pointer;display:inline-block;left:unset;position:absolute;right:-2px}[dir=rtl].handsontable th div.ht_nestingButton{left:-2px;right:unset}.handsontable th div.ht_nestingButton.ht_nestingExpand:after{content:\"+\"}.handsontable th div.ht_nestingButton.ht_nestingCollapse:after{content:\"-\"}.handsontable.innerBorderInlineStart th div.ht_nestingButton,.handsontable.innerBorderInlineStart~.handsontable th div.ht_nestingButton{left:unset;right:0}[dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingButton,[dir=rtl].handsontable.innerBorderInlineStart~.handsontable th div.ht_nestingButton{left:0;right:unset}", ""]);
|
|
5804
|
+
___CSS_LOADER_EXPORT___.push([module.id, "/*!\n * Copyright (c) HANDSONCODE sp. z o. o.\n *\n * HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o., a Polish corporation based in\n * Gdynia, Poland, at Aleja Zwyciestwa 96-98, registered by the District Court in Gdansk under number\n * 538651, EU tax ID number: PL5862294002, share capital: PLN 62,800.00.\n *\n * This software is protected by applicable copyright laws, including international treaties, and dual-\n * licensed - depending on whether your use for commercial purposes, meaning intended for or\n * resulting in commercial advantage or monetary compensation, or not.\n *\n * If your use is strictly personal or solely for evaluation purposes, meaning for the purposes of testing\n * the suitability, performance, and usefulness of this software outside the production environment,\n * you agree to be bound by the terms included in the \"handsontable-non-commercial-license.pdf\" file.\n *\n * Your use of this software for commercial purposes is subject to the terms included in an applicable\n * license agreement.\n *\n * In any case, you must not make any such use of this software as to develop software which may be\n * considered competitive with this software.\n *\n * UNLESS EXPRESSLY AGREED OTHERWISE, HANDSONCODE PROVIDES THIS SOFTWARE ON AN \"AS IS\"\n * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, AND IN NO EVENT AND UNDER NO\n * LEGAL THEORY, SHALL HANDSONCODE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT,\n * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM\n * USE OR INABILITY TO USE THIS SOFTWARE.\n *\n * Version: 13.1.0\n * Release date: 31/08/2023 (built at 31/08/2023 08:24:01)\n */.handsontable .table td,.handsontable .table th{border-top:none}.handsontable tr{background:#fff}.handsontable td{background-color:inherit}.handsontable .table caption+thead tr:first-child td,.handsontable .table caption+thead tr:first-child th,.handsontable .table colgroup+thead tr:first-child td,.handsontable .table colgroup+thead tr:first-child th,.handsontable .table thead:first-child tr:first-child td,.handsontable .table thead:first-child tr:first-child th{border-top:1px solid #ccc}.handsontable .table-bordered{border:0;border-collapse:separate}.handsontable .table-bordered td,.handsontable .table-bordered th{border-left:none}.handsontable .table-bordered td:first-child,.handsontable .table-bordered th:first-child{border-left:1px solid #ccc}.handsontable .table>tbody>tr>td,.handsontable .table>tbody>tr>th,.handsontable .table>tfoot>tr>td,.handsontable .table>tfoot>tr>th,.handsontable .table>thead>tr>td,.handsontable .table>thead>tr>th{line-height:21px;padding:0}.col-lg-1.handsontable,.col-lg-10.handsontable,.col-lg-11.handsontable,.col-lg-12.handsontable,.col-lg-2.handsontable,.col-lg-3.handsontable,.col-lg-4.handsontable,.col-lg-5.handsontable,.col-lg-6.handsontable,.col-lg-7.handsontable,.col-lg-8.handsontable,.col-lg-9.handsontable,.col-md-1.handsontable,.col-md-10.handsontable,.col-md-11.handsontable,.col-md-12.handsontable,.col-md-2.handsontable,.col-md-3.handsontable,.col-md-4.handsontable,.col-md-5.handsontable,.col-md-6.handsontable,.col-md-7.handsontable,.col-md-8.handsontable,.col-md-9.handsontable .col-sm-1.handsontable,.col-sm-10.handsontable,.col-sm-11.handsontable,.col-sm-12.handsontable,.col-sm-2.handsontable,.col-sm-3.handsontable,.col-sm-4.handsontable,.col-sm-5.handsontable,.col-sm-6.handsontable,.col-sm-7.handsontable,.col-sm-8.handsontable,.col-sm-9.handsontable .col-xs-1.handsontable,.col-xs-10.handsontable,.col-xs-11.handsontable,.col-xs-12.handsontable,.col-xs-2.handsontable,.col-xs-3.handsontable,.col-xs-4.handsontable,.col-xs-5.handsontable,.col-xs-6.handsontable,.col-xs-7.handsontable,.col-xs-8.handsontable,.col-xs-9.handsontable{padding-left:0;padding-right:0}.handsontable .table-striped>tbody>tr:nth-of-type(2n){background-color:#fff}.handsontable{position:relative}.handsontable .hide{display:none}.handsontable .relative{position:relative}.handsontable .wtHider{width:0}.handsontable .wtSpreader{height:auto;position:relative;width:0}.handsontable div,.handsontable input,.handsontable table,.handsontable tbody,.handsontable td,.handsontable textarea,.handsontable th,.handsontable thead{box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box}.handsontable input,.handsontable textarea{min-height:auto}.handsontable table.htCore{border-collapse:separate;border-spacing:0;border-width:0;cursor:default;margin:0;max-height:none;max-width:none;outline-width:0;table-layout:fixed;width:0}.handsontable col,.handsontable col.rowHeader{width:50px}.handsontable td,.handsontable th{background-color:#fff;border-bottom:1px solid #ccc;border-left-width:0;border-right:1px solid #ccc;border-top-width:0;empty-cells:show;height:22px;line-height:21px;outline-width:0;overflow:hidden;padding:0 4px;vertical-align:top;white-space:pre-wrap}[dir=rtl].handsontable td,[dir=rtl].handsontable th{border-left:1px solid #ccc;border-right-width:0}.handsontable th:last-child{border-bottom:1px solid #ccc;border-left:none;border-right:1px solid #ccc}[dir=rtl].handsontable th:last-child{border-left:1px solid #ccc;border-right:none}.handsontable td:first-of-type,.handsontable th:first-child,.handsontable th:nth-child(2){border-left:1px solid #ccc}[dir=rtl].handsontable td:first-of-type,[dir=rtl].handsontable th:first-child,[dir=rtl].handsontable th:nth-child(2){border-right:1px solid #ccc}.handsontable .ht_clone_top th:nth-child(2){border-left-width:0;border-right:1px solid #ccc}[dir=rtl].handsontable .ht_clone_top th:nth-child(2){border-left:1px solid #ccc;border-right-width:0}.handsontable.htRowHeaders thead tr th:nth-child(2){border-left:1px solid #ccc}[dir=rtl].handsontable.htRowHeaders thead tr th:nth-child(2){border-right:1px solid #ccc}.handsontable tr:first-child td,.handsontable tr:first-child th{border-top:1px solid #ccc}.ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable tbody tr th,.ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.ht_clone_top) thead tr th:first-child{border-left:1px solid #ccc;border-right-width:0}[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable tbody tr th,[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.ht_clone_top) thead tr th:first-child{border-left-width:0;border-right:1px solid #ccc}.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr.lastChild th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr:last-child th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr.lastChild th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr:last-child th{border-bottom-width:0}.handsontable th{background-color:#f0f0f0;color:#222;font-weight:400;text-align:center;white-space:nowrap}.handsontable thead th{padding:0}.handsontable th.active{background-color:#ccc}.handsontable thead th .relative{padding:2px 4px}.handsontable span.colHeader{display:inline-block;line-height:1.1}.handsontable .wtBorder{font-size:0;position:absolute}.handsontable .wtBorder.hidden{display:none!important}.handsontable .wtBorder.current{z-index:10}.handsontable .wtBorder.area{z-index:8}.handsontable .wtBorder.fill{z-index:6}.handsontable .wtBorder.corner{cursor:crosshair;font-size:0}.ht_clone_master{z-index:100}.ht_clone_inline_start{z-index:120}.ht_clone_bottom{z-index:130}.ht_clone_bottom_inline_start_corner{z-index:150}.ht_clone_top{z-index:160}.ht_clone_top_inline_start_corner{z-index:180}.handsontable col.hidden{width:0!important}.handsontable tr.hidden,.handsontable tr.hidden td,.handsontable tr.hidden th{display:none}.ht_clone_bottom,.ht_clone_inline_start,.ht_clone_top,.ht_master{overflow:hidden}.ht_master .wtHolder{overflow:auto}.handsontable .ht_clone_inline_start thead,.handsontable .ht_master thead,.handsontable .ht_master tr th{visibility:hidden}.ht_clone_bottom .wtHolder,.ht_clone_inline_start .wtHolder,.ht_clone_top .wtHolder{overflow:hidden}.handsontable{color:#373737;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:400;touch-action:manipulation}.handsontable a{color:#104acc}.handsontable.htAutoSize{left:-99000px;position:absolute;top:-99000px;visibility:hidden}.handsontable td.htInvalid{background-color:#ff4c42!important}.handsontable td.htNoWrap{white-space:nowrap}.hot-display-license-info{color:#373737;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:10px;font-weight:400;padding:5px 0 3px;text-align:left}.hot-display-license-info a{color:#104acc;font-size:10px}.handsontable .manualColumnResizer{cursor:col-resize;height:25px;position:absolute;top:0;width:5px;z-index:210}.handsontable .manualRowResizer{cursor:row-resize;height:5px;left:0;position:absolute;width:50px;z-index:210}.handsontable .manualColumnResizer.active,.handsontable .manualColumnResizer:hover,.handsontable .manualRowResizer.active,.handsontable .manualRowResizer:hover{background-color:#34a9db}.handsontable .manualColumnResizerGuide{background-color:#34a9db;border-left:none;border-right:1px dashed #777;display:none;margin-left:5px;margin-right:unset;position:absolute;right:unset;top:0;width:0}[dir=rtl].handsontable .manualColumnResizerGuide{border-left:1px dashed #777;border-right:none;left:unset;margin-left:unset;margin-right:5px}.handsontable .manualRowResizerGuide{background-color:#34a9db;border-bottom:1px dashed #777;bottom:0;display:none;height:0;left:0;margin-top:5px;position:absolute}.handsontable .manualColumnResizerGuide.active,.handsontable .manualRowResizerGuide.active{display:block;z-index:209}.handsontable .columnSorting{position:relative}.handsontable .columnSorting.sortAction:hover{cursor:pointer;text-decoration:underline}.handsontable span.colHeader.columnSorting:before{background-position-x:right;background-repeat:no-repeat;background-size:contain;content:\"\";height:10px;left:unset;margin-top:-6px;padding-left:8px;padding-right:0;position:absolute;right:-9px;top:50%;width:5px}[dir=rtl].handsontable span.colHeader.columnSorting:before{background-position-x:left;left:-9px;padding-left:0;padding-right:8px;right:unset}.handsontable span.colHeader.columnSorting.ascending:before{background-image:url(" + ___CSS_LOADER_URL_REPLACEMENT_0___ + ")}.handsontable span.colHeader.columnSorting.descending:before{background-image:url(" + ___CSS_LOADER_URL_REPLACEMENT_1___ + ")}.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled):after{content:\"*\";display:inline-block;padding-right:20px;position:relative}.handsontable td.area,.handsontable td.area-1,.handsontable td.area-2,.handsontable td.area-3,.handsontable td.area-4,.handsontable td.area-5,.handsontable td.area-6,.handsontable td.area-7{position:relative}.handsontable td.area-1:before,.handsontable td.area-2:before,.handsontable td.area-3:before,.handsontable td.area-4:before,.handsontable td.area-5:before,.handsontable td.area-6:before,.handsontable td.area-7:before,.handsontable td.area:before{background:#005eff;bottom:0;bottom:-100%\\9;content:\"\";left:0;position:absolute;right:0;top:0}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.handsontable td.area-1:before,.handsontable td.area-2:before,.handsontable td.area-3:before,.handsontable td.area-4:before,.handsontable td.area-5:before,.handsontable td.area-6:before,.handsontable td.area-7:before,.handsontable td.area:before{bottom:-100%}}.handsontable td.area:before{opacity:.1}.handsontable td.area-1:before{opacity:.2}.handsontable td.area-2:before{opacity:.27}.handsontable td.area-3:before{opacity:.35}.handsontable td.area-4:before{opacity:.41}.handsontable td.area-5:before{opacity:.47}.handsontable td.area-6:before{opacity:.54}.handsontable td.area-7:before{opacity:.58}.handsontable tbody th.ht__highlight,.handsontable thead th.ht__highlight{background-color:#dcdcdc}.handsontable tbody th.ht__active_highlight,.handsontable thead th.ht__active_highlight{background-color:#8eb0e7;color:#000}.handsontableInput{background-color:#fff;border:none;border-radius:0;box-shadow:inset 0 0 0 2px #5292f7;color:#000;display:block;font-family:inherit;font-size:inherit;line-height:21px;margin:0;outline-width:0;padding:1px 5px 0;resize:none}.handsontableInput:focus{outline:none}.handsontableInputHolder{left:0;position:absolute;top:0}.htSelectEditor{-webkit-appearance:menulist-button!important;position:absolute;width:auto}.htSelectEditor:focus{outline:none}.handsontable .htDimmed{color:#777}.handsontable .htSubmenu{position:relative}.handsontable .htSubmenu :after{color:#777;content:\"▶\";font-size:9px;position:absolute;right:5px}[dir=rtl].handsontable .htSubmenu :after{content:\"\"}[dir=rtl].handsontable .htSubmenu :before{color:#777;content:\"◀\";font-size:9px;left:5px;position:absolute}.handsontable .htLeft{text-align:left}.handsontable .htCenter{text-align:center}.handsontable .htRight{text-align:right}.handsontable .htJustify{text-align:justify}.handsontable .htTop{vertical-align:top}.handsontable .htMiddle{vertical-align:middle}.handsontable .htBottom{vertical-align:bottom}.handsontable .htPlaceholder{color:#999}.handsontable.listbox{margin:0}.handsontable.listbox .ht_master table{background:#fff;border:1px solid #ccc;border-collapse:separate}.handsontable.listbox td,.handsontable.listbox th,.handsontable.listbox tr:first-child td,.handsontable.listbox tr:first-child th,.handsontable.listbox tr:last-child th{border-color:transparent!important}.handsontable.listbox td,.handsontable.listbox th{text-overflow:ellipsis;white-space:nowrap}.handsontable.listbox td.htDimmed{color:inherit;cursor:default;font-style:inherit}.handsontable.listbox .wtBorder{visibility:hidden}.handsontable.listbox tr td.current,.handsontable.listbox tr:hover td{background:#eee}.ht_editor_hidden{z-index:-1}.ht_editor_visible{z-index:200}.handsontable td.htSearchResult{background:#fcedd9;color:#583707}.handsontable .collapsibleIndicator{background:#eee;border:1px solid #a6a6a6;border-radius:10px;box-shadow:0 0 0 6px #eee;color:#222;cursor:pointer;font-size:10px;height:10px;left:unset;line-height:8px;position:absolute;right:5px;text-align:center;top:50%;transform:translateY(-50%);width:10px}[dir=rtl].handsontable .collapsibleIndicator{left:5px;right:unset}.handsontable.mobile,.handsontable.mobile .wtHolder{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-overflow-scrolling:touch;-webkit-user-select:none;-moz-user-select:none;user-select:none}.handsontable.mobile .handsontableInput:focus{-webkit-appearance:none;box-shadow:inset 0 0 0 2px #5292f7}.handsontable .bottomSelectionHandle,.handsontable .bottomSelectionHandle-HitArea,.handsontable .topSelectionHandle,.handsontable .topSelectionHandle-HitArea{left:-10000px;right:unset;top:-10000px;z-index:9999}[dir=rtl].handsontable .bottomSelectionHandle,[dir=rtl].handsontable .bottomSelectionHandle-HitArea,[dir=rtl].handsontable .topSelectionHandle,[dir=rtl].handsontable .topSelectionHandle-HitArea{left:unset;right:-10000px}.handsontable.hide-tween{animation:opacity-hide .3s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.handsontable.show-tween{animation:opacity-show .3s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}\n/*!\n * Pikaday\n * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/\n */.pika-single{background:#fff;border:1px solid;border-color:#ccc #ccc #bbb;color:#333;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;position:relative;z-index:9999}.pika-single:after,.pika-single:before{content:\" \";display:table}.pika-single:after{clear:both}.pika-single.is-hidden{display:none}.pika-single.is-bound{box-shadow:0 5px 15px -5px rgba(0,0,0,.5);position:absolute}.pika-lendar{float:left;margin:8px;width:240px}.pika-title{position:relative;text-align:center}.pika-label{background-color:#fff;display:inline-block;font-size:14px;font-weight:700;line-height:20px;margin:0;overflow:hidden;padding:5px 3px;position:relative;z-index:9999}.pika-title select{cursor:pointer;left:0;margin:0;opacity:0;position:absolute;top:5px;z-index:9998}.pika-next,.pika-prev{background-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:75% 75%;border:0;cursor:pointer;display:block;height:30px;opacity:.5;outline:none;overflow:hidden;padding:0;position:relative;text-indent:20px;white-space:nowrap;width:20px}.pika-next:hover,.pika-prev:hover{opacity:1}.is-rtl .pika-next,.pika-prev{background-image:url(" + ___CSS_LOADER_URL_REPLACEMENT_2___ + ");float:left}.is-rtl .pika-prev,.pika-next{background-image:url(" + ___CSS_LOADER_URL_REPLACEMENT_3___ + ");float:right}.pika-next.is-disabled,.pika-prev.is-disabled{cursor:default;opacity:.2}.pika-select{display:inline-block}.pika-table{border:0;border-collapse:collapse;border-spacing:0;width:100%}.pika-table td,.pika-table th{padding:0;width:14.2857142857%}.pika-table th{color:#999;font-size:12px;font-weight:700;line-height:25px;text-align:center}.pika-button{background:#f5f5f5;border:0;box-sizing:border-box;-moz-box-sizing:border-box;color:#666;cursor:pointer;display:block;font-size:12px;height:auto;line-height:15px;margin:0;outline:none;padding:5px;text-align:right;width:100%}.pika-week{color:#999;font-size:11px}.is-today .pika-button{color:#3af;font-weight:700}.has-event .pika-button,.is-selected .pika-button{background:#3af;border-radius:3px;box-shadow:inset 0 1px 3px #178fe5;color:#fff;font-weight:700}.has-event .pika-button{background:#005da9;box-shadow:inset 0 1px 3px #0076c9}.is-disabled .pika-button,.is-inrange .pika-button{background:#d5e9f7}.is-startrange .pika-button{background:#6cb31d;border-radius:3px;box-shadow:none;color:#fff}.is-endrange .pika-button{background:#3af;border-radius:3px;box-shadow:none;color:#fff}.is-disabled .pika-button{color:#999;cursor:default;opacity:.3;pointer-events:none}.is-outside-current-month .pika-button{color:#999;opacity:.3}.is-selection-disabled{cursor:default;pointer-events:none}.pika-button:hover,.pika-row.pick-whole-week:hover .pika-button{background:#ff8000;border-radius:3px;box-shadow:none;color:#fff}.pika-table abbr{border-bottom:none;cursor:help}.handsontable .htAutocompleteArrow{color:#eee;cursor:default;float:right;font-size:10px;text-align:center;width:16px}[dir=rtl].handsontable .htAutocompleteArrow{float:left}.handsontable td .htAutocompleteArrow:hover{color:#777}.handsontable td.area .htAutocompleteArrow{color:#d3d3d3}.handsontable .htCheckboxRendererInput{display:inline-block}.handsontable .htCheckboxRendererInput.noValue{opacity:.5}.handsontable .htCheckboxRendererLabel{cursor:pointer;display:inline-block;font-size:inherit;vertical-align:middle}.handsontable .htCheckboxRendererLabel.fullWidth{width:100%}.handsontable .htCommentCell{position:relative}.handsontable .htCommentCell:after{border-left:6px solid transparent;border-right:none;border-top:6px solid #000;content:\"\";left:unset;position:absolute;right:0;top:0}[dir=rtl].handsontable .htCommentCell:after{border-left:none;border-right:6px solid transparent;left:0;right:unset}.htCommentsContainer .htComments{display:none;position:absolute;z-index:1059}.htCommentsContainer .htCommentTextArea{-webkit-appearance:none;background-color:#fff;border:none;border-left:3px solid #ccc;box-shadow:0 1px 3px rgba(0,0,0,.118),0 1px 2px rgba(0,0,0,.239);box-sizing:border-box;font-size:12px;height:90px;outline:0!important;padding:5px;width:215px}[dir=rtl].htCommentsContainer .htCommentTextArea{border-left:none;border-right:3px solid #ccc}.htCommentsContainer .htCommentTextArea:focus{border-left:3px solid #5292f7;border-right:none;box-shadow:0 1px 3px rgba(0,0,0,.118),0 1px 2px rgba(0,0,0,.239),inset 0 0 0 1px #5292f7}[dir=rtl].htCommentsContainer .htCommentTextArea:focus{border-left:none;border-right:3px solid #5292f7}\n/*!\n * Handsontable ContextMenu\n */.htContextMenu:not(.htGhostTable){display:none;position:absolute;z-index:1060}.htContextMenu .ht_clone_bottom,.htContextMenu .ht_clone_bottom_inline_start_corner,.htContextMenu .ht_clone_inline_start,.htContextMenu .ht_clone_top,.htContextMenu .ht_clone_top_inline_start_corner{display:none}.htContextMenu .ht_master table.htCore{border-color:#ccc;border-style:solid;border-width:1px 2px 2px 1px}[dir=rtl].htContextMenu .ht_master table.htCore{border-left-width:2px;border-right-width:1px}.htContextMenu .wtBorder{visibility:hidden}.htContextMenu table tbody tr td{background:#fff;border-width:0;cursor:pointer;overflow:hidden;padding:4px 6px 0;text-overflow:ellipsis;white-space:nowrap}.htContextMenu table tbody tr td:first-child{border-width:0}[dir=rtl].htContextMenu table tbody tr td:first-child{border-left-width:0;border-right-width:0}.htContextMenu table tbody tr td.htDimmed{color:#323232;font-style:normal}.htContextMenu table tbody tr td.current,.htContextMenu table tbody tr td.zeroclipboard-is-hover{background:#f3f3f3}.htContextMenu table tbody tr td.htSeparator{border-top:1px solid #e6e6e6;cursor:default;height:0;padding:0}.htContextMenu table tbody tr td.htDisabled{color:#999;cursor:default}.htContextMenu table tbody tr td.htDisabled:hover{background:#fff;color:#999;cursor:default}.htContextMenu table tbody tr.htHidden{display:none}.htContextMenu table tbody tr td .htItemWrapper{margin-left:10px;margin-right:6px}[dir=rtl].htContextMenu table tbody tr td .htItemWrapper{margin-left:6px;margin-right:10px}.htContextMenu table tbody tr td div span.selected{left:4px;margin-top:-2px;position:absolute;right:0}[dir=rtl].htContextMenu table tbody tr td div span.selected{left:0;right:4px}.htContextMenu .ht_master .wtHolder{overflow:hidden}textarea.HandsontableCopyPaste{opacity:0;outline:0 none!important;overflow:hidden;position:fixed!important;right:100%!important;top:0!important}\n/*!\n * Handsontable DropdownMenu\n */.handsontable .changeType{background:#eee;border:1px solid #bbb;border-radius:2px;color:#bbb;float:right;font-size:9px;line-height:9px;margin:3px 1px 0 5px;padding:2px}[dir=rtl].handsontable .changeType{float:left}.handsontable .changeType:before{content:\"▼ \"}.handsontable .changeType:hover{border:1px solid #777;color:#777;cursor:pointer}.htDropdownMenu:not(.htGhostTable){display:none;position:absolute;z-index:1060}.htDropdownMenu .ht_clone_bottom,.htDropdownMenu .ht_clone_bottom_inline_start_corner,.htDropdownMenu .ht_clone_inline_start,.htDropdownMenu .ht_clone_top,.htDropdownMenu .ht_clone_top_inline_start_corner{display:none}.htDropdownMenu table.htCore{border-color:#ccc;border-style:solid;border-width:1px 2px 2px 1px}[dir=rtl].htDropdownMenu table.htCore{border-left-width:2px;border-right-width:1px}.htDropdownMenu .wtBorder{visibility:hidden}.htDropdownMenu table tbody tr td{background:#fff;border-width:0;cursor:pointer;overflow:hidden;padding:4px 6px 0;text-overflow:ellipsis;white-space:nowrap}.htDropdownMenu table tbody tr td:first-child{border-width:0}[dir=rtl].htDropdownMenu table tbody tr td:first-child{border-left-width:0;border-right-width:0}.htDropdownMenu table tbody tr td.htDimmed{color:#323232;font-style:normal}.htDropdownMenu table tbody tr td.current,.htDropdownMenu table tbody tr td.zeroclipboard-is-hover{background:#e9e9e9}.htDropdownMenu table tbody tr td.htSeparator{border-top:1px solid #e6e6e6;cursor:default;height:0;padding:0}.htDropdownMenu table tbody tr td.htDisabled{color:#999}.htDropdownMenu table tbody tr td.htDisabled:hover{background:#fff;color:#999;cursor:default}.htDropdownMenu:not(.htGhostTable) table tbody tr.htHidden{display:none}.htDropdownMenu table tbody tr td .htItemWrapper,[dir=rtl].htDropdownMenu table tbody tr td .htItemWrapper{margin-left:10px;margin-right:10px}.htDropdownMenu table tbody tr td div span.selected{left:4px;margin-top:-2px;position:absolute;right:0}[dir=rtl].htDropdownMenu table tbody tr td div span.selected{left:0;right:4px}.htDropdownMenu .ht_master .wtHolder{overflow:hidden}\n/*!\n * Handsontable Filters\n */.htFiltersConditionsMenu:not(.htGhostTable){display:none;position:absolute;z-index:1070}.htFiltersConditionsMenu .ht_clone_bottom,.htFiltersConditionsMenu .ht_clone_bottom_inline_start_corner,.htFiltersConditionsMenu .ht_clone_inline_start,.htFiltersConditionsMenu .ht_clone_top,.htFiltersConditionsMenu .ht_clone_top_inline_start_corner{display:none}.htFiltersConditionsMenu table.htCore{border-color:#bbb;border-style:solid;border-width:1px 2px 2px 1px}.htFiltersConditionsMenu .wtBorder{visibility:hidden}.htFiltersConditionsMenu table tbody tr td{background:#fff;border-width:0;cursor:pointer;overflow:hidden;padding:4px 6px 0;text-overflow:ellipsis;white-space:nowrap}.htFiltersConditionsMenu table tbody tr td:first-child{border-width:0}[dir=rtl].htFiltersConditionsMenu table tbody tr td:first-child{border-left-width:0;border-right-width:0}.htFiltersConditionsMenu table tbody tr td.htDimmed{color:#323232;font-style:normal}.htFiltersConditionsMenu table tbody tr td.current,.htFiltersConditionsMenu table tbody tr td.zeroclipboard-is-hover{background:#e9e9e9}.htFiltersConditionsMenu table tbody tr td.htSeparator{border-top:1px solid #e6e6e6;height:0;padding:0}.htFiltersConditionsMenu table tbody tr td.htDisabled{color:#999}.htFiltersConditionsMenu table tbody tr td.htDisabled:hover{background:#fff;color:#999;cursor:default}.htFiltersConditionsMenu table tbody tr td .htItemWrapper{margin-left:10px;margin-right:10px}.htFiltersConditionsMenu table tbody tr td div span.selected{left:4px;margin-top:-2px;position:absolute}.htFiltersConditionsMenu .ht_master .wtHolder{overflow:hidden}.handsontable .htMenuFiltering{border-bottom:1px dotted #ccc;height:135px;overflow:hidden}.handsontable .ht_master table td.htCustomMenuRenderer{background-color:#fff;cursor:auto}.handsontable .htFiltersMenuLabel{font-size:.75em}.handsontable .htFiltersMenuActionBar{padding-bottom:3px;padding-top:10px;text-align:center}.handsontable .htFiltersMenuCondition.border{border-bottom:1px dotted #ccc!important}.handsontable .htFiltersMenuCondition .htUIInput{padding:0 0 5px}.handsontable .htFiltersMenuValue{border-bottom:1px dotted #ccc!important}.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch{padding:0}.handsontable .htFiltersMenuCondition .htUIInput input,.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input{box-sizing:border-box;font-family:inherit;font-size:.75em;padding:4px;width:100%}.htUIMultipleSelect .ht_master .wtHolder{overflow-y:scroll}.handsontable .htFiltersActive .changeType{background-color:#d2e0d9;border:1px solid #509272;color:#18804e}.handsontable .htUISelectAll{margin-left:0;margin-right:10px}[dir=rtl].handsontable .htUISelectAll{margin-left:10px;margin-right:0}.handsontable .htUIClearAll,.handsontable .htUISelectAll{display:inline-block}.handsontable .htUIClearAll a,.handsontable .htUISelectAll a{font-size:.75em}.handsontable .htUISelectionControls{text-align:right}[dir=rtl].handsontable .htUISelectionControls{text-align:left}.handsontable .htCheckboxRendererInput{height:1em;margin:0 5px 0 0;vertical-align:middle}[dir=rtl].handsontable .htCheckboxRendererInput{margin-left:5px;margin-right:0}.handsontable .htUIInput{padding:3px 0 7px;position:relative;text-align:center}.handsontable .htUIInput input{border:1px solid #d2d1d1;border-radius:2px}.handsontable .htUIInput input:focus{outline:0}.handsontable .htUIInputIcon{position:absolute}.handsontable .htUIInput.htUIButton{cursor:pointer;display:inline-block}.handsontable .htUIInput.htUIButton input{background-color:#eee;color:#000;cursor:pointer;font-family:inherit;font-size:.75em;font-weight:700;height:19px;min-width:64px}.handsontable .htUIInput.htUIButton input:hover{border-color:#b9b9b9}.handsontable .htUIInput.htUIButtonOK{margin-left:0;margin-right:10px}[dir=rtl].handsontable .htUIInput.htUIButtonOK{margin-left:10px;margin-right:0}.handsontable .htUIInput.htUIButtonOK input{background-color:#0f9d58;border-color:#18804e;color:#fff}.handsontable .htUIInput.htUIButtonOK input:hover{border-color:#1a6f46}.handsontable .htUISelect{cursor:pointer;margin-bottom:7px;position:relative}.handsontable .htUISelectCaption{background-color:#e8e8e8;border:1px solid #d2d1d1;border-radius:2px;font-family:inherit;font-size:.75em;font-weight:700;overflow:hidden;padding:3px 20px 3px 10px;text-overflow:ellipsis;white-space:nowrap}.handsontable .htUISelectCaption:hover{background-color:#e8e8e8;border:1px solid #b9b9b9}.handsontable .htUISelectDropdown:after{content:\"▲\";font-size:7px;position:absolute;right:10px;top:0}.handsontable .htUISelectDropdown:before{content:\"▼\";font-size:7px;position:absolute;right:10px;top:8px}.handsontable .htUIMultipleSelect .handsontable .htCore{border:none}.handsontable .htUIMultipleSelect .handsontable .htCore td:hover{background-color:#f5f5f5}.handsontable .htUIMultipleSelectSearch input{border:1px solid #d2d1d1;border-radius:2px;padding:3px}.handsontable .htUIRadio{display:inline-block;height:100%;margin-left:0;margin-right:5px}[dir=rtl].handsontable .htUIRadio{margin-left:5px;margin-right:0}.handsontable .htUIRadio:last-child{margin-right:0}.handsontable .htUIRadio>input[type=radio]{margin-left:0;margin-right:.5ex}[dir=rtl].handsontable .htUIRadio>input[type=radio]{margin-left:.5ex;margin-right:0}.handsontable .htUIRadio label{vertical-align:middle}.handsontable .htFiltersMenuOperators{padding-bottom:5px}.handsontable th.beforeHiddenColumn{position:relative}.handsontable th.afterHiddenColumn:before,.handsontable th.beforeHiddenColumn:after{color:#bbb;font-size:5pt;position:absolute;top:50%;transform:translateY(-50%)}.handsontable th.afterHiddenColumn{position:relative}.handsontable th.beforeHiddenColumn:after{content:\"◀\";right:1px}[dir=rtl].handsontable th.beforeHiddenColumn:after{content:\"▶\";left:1px;right:auto}.handsontable th.afterHiddenColumn:before{content:\"▶\";left:1px}[dir=rtl].handsontable th.afterHiddenColumn:before{content:\"◀\";left:auto;right:1px}\n/*!\n * Handsontable HiddenRows\n */.handsontable th.afterHiddenRow:after,.handsontable th.beforeHiddenRow:before{color:#bbb;font-size:6pt;left:2px;line-height:6pt;position:absolute}.handsontable th.afterHiddenRow,.handsontable th.beforeHiddenRow{position:relative}.handsontable th.beforeHiddenRow:before{bottom:2px;content:\"▲\"}.handsontable th.afterHiddenRow:after{content:\"▼\";top:2px}.handsontable.ht__selection--rows tbody th.afterHiddenRow.ht__highlight:after,.handsontable.ht__selection--rows tbody th.beforeHiddenRow.ht__highlight:before{color:#eee}.handsontable td.afterHiddenRow.firstVisibleRow,.handsontable th.afterHiddenRow.firstVisibleRow{border-top:1px solid #ccc}.htRowHeaders .ht_master.innerBorderInlineStart~.ht_clone_inline_start td:first-of-type,.htRowHeaders .ht_master.innerBorderInlineStart~.ht_clone_top_inline_start_corner th:nth-child(2){border-left:0}.handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight{cursor:move;cursor:grab}.handsontable.ht__manualColumnMove.on-moving--columns,.handsontable.ht__manualColumnMove.on-moving--columns thead th.ht__highlight{cursor:move;cursor:grabbing}.handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer{display:none}.handsontable .ht__manualColumnMove--backlight,.handsontable .ht__manualColumnMove--guideline{display:none;height:100%;position:absolute}.handsontable .ht__manualColumnMove--guideline{background:#757575;margin-inline-end:0;margin-inline-start:-1px;top:0;width:2px;z-index:205}.handsontable .ht__manualColumnMove--backlight{background:#343434;background:rgba(52,52,52,.25);display:none;pointer-events:none;z-index:205}.handsontable.on-moving--columns .ht__manualColumnMove--backlight,.handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline{display:block}.handsontable .wtHider{position:relative}.handsontable.ht__manualRowMove.after-selection--rows tbody th.ht__highlight{cursor:move;cursor:grab}.handsontable.ht__manualRowMove.on-moving--rows,.handsontable.ht__manualRowMove.on-moving--rows tbody th.ht__highlight{cursor:move;cursor:grabbing}.handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer{display:none}.handsontable .ht__manualRowMove--backlight,.handsontable .ht__manualRowMove--guideline{display:none;position:absolute;width:100%}.handsontable .ht__manualRowMove--guideline{background:#757575;height:2px;left:0;margin-top:-1px;z-index:205}.handsontable .ht__manualRowMove--backlight{background:#343434;background:rgba(52,52,52,.25);display:none;pointer-events:none;z-index:205}.handsontable.on-moving--rows .ht__manualRowMove--backlight,.handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline{display:block}.handsontable tbody td[rowspan][class*=area][class*=highlight]:not([class*=fullySelectedMergedCell]):before{opacity:0}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-0]:before,.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-multiple]:before{opacity:.1}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-1]:before{opacity:.2}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-2]:before{opacity:.27}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-3]:before{opacity:.35}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-4]:before{opacity:.41}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-5]:before{opacity:.47}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-6]:before{opacity:.54}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-7]:before{opacity:.58}.handsontable span.colHeader.columnSorting:after{font-size:8px;height:8px;left:unset;line-height:1.1;margin-top:-2px;padding-left:5px;padding-right:unset;position:absolute;right:-15px;text-decoration:underline;top:50%}[dir=rtl].handsontable span.colHeader.columnSorting:after{left:-15px;padding-left:unset;padding-right:5px;right:unset}.handsontable span.colHeader.columnSorting:after{text-decoration:none}.handsontable span.colHeader.columnSorting[class*=\" sort-\"]:after,.handsontable span.colHeader.columnSorting[class^=sort-]:after{content:\"+\"}.handsontable span.colHeader.columnSorting.sort-1:after{content:\"1\"}.handsontable span.colHeader.columnSorting.sort-2:after{content:\"2\"}.handsontable span.colHeader.columnSorting.sort-3:after{content:\"3\"}.handsontable span.colHeader.columnSorting.sort-4:after{content:\"4\"}.handsontable span.colHeader.columnSorting.sort-5:after{content:\"5\"}.handsontable span.colHeader.columnSorting.sort-6:after{content:\"6\"}.handsontable span.colHeader.columnSorting.sort-7:after{content:\"7\"}.htGhostTable th div button.changeType+span.colHeader.columnSorting:not(.indicatorDisabled){padding-right:5px}.handsontable thead th.hiddenHeader:not(:first-of-type){display:none}.handsontable th.ht_nestingLevels{padding-left:7px;text-align:left}[dir=rtl].handsontable th.ht_nestingLevels{padding-right:7px;text-align:right}.handsontable th div.ht_nestingLevels{display:inline-block;left:11px;position:absolute;right:unset}[dir=rtl].handsontable th div.ht_nestingLevels{left:unset;right:11px}.handsontable.innerBorderInlineStart th div.ht_nestingLevels,.handsontable.innerBorderInlineStart~.handsontable th div.ht_nestingLevels{left:unset;right:10px}[dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingLevels,[dir=rtl].handsontable.innerBorderInlineStart~.handsontable th div.ht_nestingLevels{left:10px;right:unset}.handsontable th span.ht_nestingLevel{display:inline-block}.handsontable th span.ht_nestingLevel_empty{display:inline-block;float:left;height:1px;width:10px}[dir=rtl].handsontable th span.ht_nestingLevel_empty{float:right}.handsontable th span.ht_nestingLevel:after{bottom:3px;content:\"┐\";display:inline-block;font-size:9px;position:relative}.handsontable th div.ht_nestingButton{cursor:pointer;display:inline-block;left:unset;position:absolute;right:-2px}[dir=rtl].handsontable th div.ht_nestingButton{left:-2px;right:unset}.handsontable th div.ht_nestingButton.ht_nestingExpand:after{content:\"+\"}.handsontable th div.ht_nestingButton.ht_nestingCollapse:after{content:\"-\"}.handsontable.innerBorderInlineStart th div.ht_nestingButton,.handsontable.innerBorderInlineStart~.handsontable th div.ht_nestingButton{left:unset;right:0}[dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingButton,[dir=rtl].handsontable.innerBorderInlineStart~.handsontable th div.ht_nestingButton{left:0;right:unset}", ""]);
|
|
5731
5805
|
// Exports
|
|
5732
5806
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
5733
5807
|
|
|
@@ -7028,22 +7102,6 @@ var update = add("1506a65e", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
7028
7102
|
|
|
7029
7103
|
/***/ }),
|
|
7030
7104
|
|
|
7031
|
-
/***/ 3302:
|
|
7032
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
7033
|
-
|
|
7034
|
-
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
7035
|
-
|
|
7036
|
-
// load the styles
|
|
7037
|
-
var content = __webpack_require__(896);
|
|
7038
|
-
if(content.__esModule) content = content.default;
|
|
7039
|
-
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
7040
|
-
if(content.locals) module.exports = content.locals;
|
|
7041
|
-
// add the styles to the DOM
|
|
7042
|
-
var add = (__webpack_require__(9548)/* ["default"] */ .A)
|
|
7043
|
-
var update = add("07456332", content, true, {"sourceMap":false,"shadowMode":false});
|
|
7044
|
-
|
|
7045
|
-
/***/ }),
|
|
7046
|
-
|
|
7047
7105
|
/***/ 3304:
|
|
7048
7106
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
7049
7107
|
|
|
@@ -10621,27 +10679,6 @@ module.exports = function (object, key, value) {
|
|
|
10621
10679
|
})));
|
|
10622
10680
|
|
|
10623
10681
|
|
|
10624
|
-
/***/ }),
|
|
10625
|
-
|
|
10626
|
-
/***/ 4698:
|
|
10627
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
10628
|
-
|
|
10629
|
-
"use strict";
|
|
10630
|
-
__webpack_require__.r(__webpack_exports__);
|
|
10631
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1601);
|
|
10632
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
10633
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6314);
|
|
10634
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
10635
|
-
// Imports
|
|
10636
|
-
|
|
10637
|
-
|
|
10638
|
-
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
10639
|
-
// Module
|
|
10640
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".h-100[data-v-5b313305]{height:100%}", ""]);
|
|
10641
|
-
// Exports
|
|
10642
|
-
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
10643
|
-
|
|
10644
|
-
|
|
10645
10682
|
/***/ }),
|
|
10646
10683
|
|
|
10647
10684
|
/***/ 4716:
|
|
@@ -11124,6 +11161,22 @@ module.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
|
|
|
11124
11161
|
})));
|
|
11125
11162
|
|
|
11126
11163
|
|
|
11164
|
+
/***/ }),
|
|
11165
|
+
|
|
11166
|
+
/***/ 5071:
|
|
11167
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
11168
|
+
|
|
11169
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
11170
|
+
|
|
11171
|
+
// load the styles
|
|
11172
|
+
var content = __webpack_require__(6732);
|
|
11173
|
+
if(content.__esModule) content = content.default;
|
|
11174
|
+
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
11175
|
+
if(content.locals) module.exports = content.locals;
|
|
11176
|
+
// add the styles to the DOM
|
|
11177
|
+
var add = (__webpack_require__(9548)/* ["default"] */ .A)
|
|
11178
|
+
var update = add("cc6c5ef6", content, true, {"sourceMap":false,"shadowMode":false});
|
|
11179
|
+
|
|
11127
11180
|
/***/ }),
|
|
11128
11181
|
|
|
11129
11182
|
/***/ 5093:
|
|
@@ -19684,6 +19737,22 @@ var update = add("c605e776", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
19684
19737
|
|
|
19685
19738
|
/***/ }),
|
|
19686
19739
|
|
|
19740
|
+
/***/ 6383:
|
|
19741
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
19742
|
+
|
|
19743
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
19744
|
+
|
|
19745
|
+
// load the styles
|
|
19746
|
+
var content = __webpack_require__(837);
|
|
19747
|
+
if(content.__esModule) content = content.default;
|
|
19748
|
+
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
19749
|
+
if(content.locals) module.exports = content.locals;
|
|
19750
|
+
// add the styles to the DOM
|
|
19751
|
+
var add = (__webpack_require__(9548)/* ["default"] */ .A)
|
|
19752
|
+
var update = add("64114d76", content, true, {"sourceMap":false,"shadowMode":false});
|
|
19753
|
+
|
|
19754
|
+
/***/ }),
|
|
19755
|
+
|
|
19687
19756
|
/***/ 6395:
|
|
19688
19757
|
/***/ (function(module) {
|
|
19689
19758
|
|
|
@@ -20846,6 +20915,27 @@ module.exports = function (object, key, method) {
|
|
|
20846
20915
|
};
|
|
20847
20916
|
|
|
20848
20917
|
|
|
20918
|
+
/***/ }),
|
|
20919
|
+
|
|
20920
|
+
/***/ 6732:
|
|
20921
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
20922
|
+
|
|
20923
|
+
"use strict";
|
|
20924
|
+
__webpack_require__.r(__webpack_exports__);
|
|
20925
|
+
/* harmony import */ var _css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1601);
|
|
20926
|
+
/* harmony import */ var _css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
20927
|
+
/* harmony import */ var _css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6314);
|
|
20928
|
+
/* harmony import */ var _css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
20929
|
+
// Imports
|
|
20930
|
+
|
|
20931
|
+
|
|
20932
|
+
var ___CSS_LOADER_EXPORT___ = _css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
20933
|
+
// Module
|
|
20934
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".theme--light.v-tabs>.v-tabs-bar{background-color:#fff}.theme--light.v-tabs>.v-tabs-bar .v-tab--disabled,.theme--light.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active),.theme--light.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-btn,.theme--light.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-icon{color:rgba(0,0,0,.54)}.theme--light.v-tabs .v-tab:hover:before{opacity:.04}.theme--light.v-tabs .v-tab--active:before,.theme--light.v-tabs .v-tab--active:hover:before,.theme--light.v-tabs .v-tab:focus:before{opacity:.12}.theme--light.v-tabs .v-tab--active:focus:before{opacity:.16}.theme--dark.v-tabs>.v-tabs-bar{background-color:#1e1e1e}.theme--dark.v-tabs>.v-tabs-bar .v-tab--disabled,.theme--dark.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active),.theme--dark.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-btn,.theme--dark.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-icon{color:hsla(0,0%,100%,.6)}.theme--dark.v-tabs .v-tab:hover:before{opacity:.08}.theme--dark.v-tabs .v-tab--active:before,.theme--dark.v-tabs .v-tab--active:hover:before,.theme--dark.v-tabs .v-tab:focus:before{opacity:.24}.theme--dark.v-tabs .v-tab--active:focus:before{opacity:.32}.theme--light.v-tabs-items{background-color:#fff}.theme--dark.v-tabs-items{background-color:#1e1e1e}.v-tabs-bar.accent .v-tab,.v-tabs-bar.accent .v-tabs-slider,.v-tabs-bar.error .v-tab,.v-tabs-bar.error .v-tabs-slider,.v-tabs-bar.info .v-tab,.v-tabs-bar.info .v-tabs-slider,.v-tabs-bar.primary .v-tab,.v-tabs-bar.primary .v-tabs-slider,.v-tabs-bar.secondary .v-tab,.v-tabs-bar.secondary .v-tabs-slider,.v-tabs-bar.success .v-tab,.v-tabs-bar.success .v-tabs-slider,.v-tabs-bar.warning .v-tab,.v-tabs-bar.warning .v-tabs-slider{color:#fff}.v-tabs{flex:1 1 auto;width:100%}.v-tabs .v-menu__activator{height:100%}.v-tabs.v.tabs--vertical.v-tabs--right{flex-direction:row-reverse}.v-tabs:not(.v-tabs--vertical) .v-tab{white-space:normal}.v-tabs:not(.v-tabs--vertical).v-tabs--right>.v-slide-group--is-overflowing.v-tabs-bar--is-mobile:not(.v-slide-group--has-affixes) .v-slide-group__next,.v-tabs:not(.v-tabs--vertical):not(.v-tabs--right)>.v-slide-group--is-overflowing.v-tabs-bar--is-mobile:not(.v-slide-group--has-affixes) .v-slide-group__prev{display:initial;visibility:hidden}.v-tabs-bar{border-radius:inherit;height:48px}.v-tabs-bar.v-item-group>*{cursor:auto}.v-tab{align-items:center;cursor:pointer;display:flex;flex:0 1 auto;font-size:.875rem;font-weight:500;justify-content:center;letter-spacing:.0892857143em;line-height:normal;min-width:90px;max-width:360px;outline:none;padding:0 16px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-tab.v-tab{color:inherit}.v-tab:before{bottom:0;content:\"\";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-tab:before,.v-tabs-slider{background-color:currentColor}.v-tabs-slider{height:100%;width:100%}.v-tabs-slider-wrapper{bottom:0;margin:0!important;position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1);z-index:1}.v-application--is-ltr .v-tabs--align-with-title>.v-tabs-bar:not(.v-tabs-bar--show-arrows):not(.v-slide-group--is-overflowing)>.v-slide-group__wrapper>.v-tabs-bar__content>.v-tab:first-child,.v-application--is-ltr .v-tabs--align-with-title>.v-tabs-bar:not(.v-tabs-bar--show-arrows):not(.v-slide-group--is-overflowing)>.v-slide-group__wrapper>.v-tabs-bar__content>.v-tabs-slider-wrapper+.v-tab{margin-left:42px}.v-application--is-rtl .v-tabs--align-with-title>.v-tabs-bar:not(.v-tabs-bar--show-arrows):not(.v-slide-group--is-overflowing)>.v-slide-group__wrapper>.v-tabs-bar__content>.v-tab:first-child,.v-application--is-rtl .v-tabs--align-with-title>.v-tabs-bar:not(.v-tabs-bar--show-arrows):not(.v-slide-group--is-overflowing)>.v-slide-group__wrapper>.v-tabs-bar__content>.v-tabs-slider-wrapper+.v-tab{margin-right:42px}.v-application--is-ltr .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>:last-child,.v-application--is-ltr .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>:last-child{margin-right:auto}.v-application--is-ltr .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>:first-child:not(.v-tabs-slider-wrapper),.v-application--is-ltr .v-tabs--centered>.v-tabs-bar .v-tabs-slider-wrapper+*,.v-application--is-ltr .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>:first-child:not(.v-tabs-slider-wrapper),.v-application--is-ltr .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-slider-wrapper+*,.v-application--is-rtl .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>:last-child,.v-application--is-rtl .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>:last-child{margin-left:auto}.v-application--is-rtl .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>:first-child:not(.v-tabs-slider-wrapper),.v-application--is-rtl .v-tabs--centered>.v-tabs-bar .v-tabs-slider-wrapper+*,.v-application--is-rtl .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>:first-child:not(.v-tabs-slider-wrapper),.v-application--is-rtl .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-slider-wrapper+*{margin-right:auto}.v-tabs--fixed-tabs>.v-tabs-bar .v-tab{flex:1 1 auto;width:100%}.v-tabs--grow>.v-tabs-bar .v-tab{flex:1 0 auto;max-width:none}.v-tabs--icons-and-text>.v-tabs-bar{height:72px}.v-tabs--icons-and-text>.v-tabs-bar .v-tab{flex-direction:column-reverse}.v-tabs--icons-and-text>.v-tabs-bar .v-tab>:first-child{margin-bottom:6px}.v-tabs--overflow>.v-tabs-bar .v-tab{flex:1 0 auto}.v-application--is-ltr .v-tabs--right>.v-tabs-bar .v-tab:first-child,.v-application--is-ltr .v-tabs--right>.v-tabs-bar .v-tabs-slider-wrapper+.v-tab{margin-left:auto}.v-application--is-rtl .v-tabs--right>.v-tabs-bar .v-tab:first-child,.v-application--is-rtl .v-tabs--right>.v-tabs-bar .v-tabs-slider-wrapper+.v-tab{margin-right:auto}.v-application--is-ltr .v-tabs--right>.v-tabs-bar .v-tab:last-child{margin-right:0}.v-application--is-rtl .v-tabs--right>.v-tabs-bar .v-tab:last-child{margin-left:0}.v-tabs--vertical{display:flex}.v-tabs--vertical>.v-tabs-bar{flex:1 0 auto;height:auto}.v-tabs--vertical>.v-tabs-bar .v-slide-group__next,.v-tabs--vertical>.v-tabs-bar .v-slide-group__prev{display:none}.v-tabs--vertical>.v-tabs-bar .v-tabs-bar__content{flex-direction:column}.v-tabs--vertical>.v-tabs-bar .v-tab{height:48px}.v-tabs--vertical>.v-tabs-bar .v-tabs-slider{height:100%}.v-tabs--vertical>.v-window{flex:0 1 100%}.v-tabs--vertical.v-tabs--icons-and-text>.v-tabs-bar .v-tab{height:72px}.v-tab--active{color:inherit}.v-tab--active.v-tab:not(:focus):before{opacity:0}.v-tab--active .v-btn.v-btn--flat,.v-tab--active .v-icon{color:inherit}.v-tab--disabled{opacity:.5}.v-tab--disabled,.v-tab--disabled *{pointer-events:none}", ""]);
|
|
20935
|
+
// Exports
|
|
20936
|
+
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
20937
|
+
|
|
20938
|
+
|
|
20849
20939
|
/***/ }),
|
|
20850
20940
|
|
|
20851
20941
|
/***/ 6760:
|
|
@@ -22295,6 +22385,27 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".theme--light.v-small-dialog__actions,
|
|
|
22295
22385
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
22296
22386
|
|
|
22297
22387
|
|
|
22388
|
+
/***/ }),
|
|
22389
|
+
|
|
22390
|
+
/***/ 7435:
|
|
22391
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
22392
|
+
|
|
22393
|
+
"use strict";
|
|
22394
|
+
__webpack_require__.r(__webpack_exports__);
|
|
22395
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1601);
|
|
22396
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
22397
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6314);
|
|
22398
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
22399
|
+
// Imports
|
|
22400
|
+
|
|
22401
|
+
|
|
22402
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
22403
|
+
// Module
|
|
22404
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".h-100[data-v-b1a1d5fc]{height:100%}", ""]);
|
|
22405
|
+
// Exports
|
|
22406
|
+
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
22407
|
+
|
|
22408
|
+
|
|
22298
22409
|
/***/ }),
|
|
22299
22410
|
|
|
22300
22411
|
/***/ 7447:
|
|
@@ -24724,22 +24835,6 @@ module.exports = DESCRIPTORS && fails(function () {
|
|
|
24724
24835
|
});
|
|
24725
24836
|
|
|
24726
24837
|
|
|
24727
|
-
/***/ }),
|
|
24728
|
-
|
|
24729
|
-
/***/ 8691:
|
|
24730
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
24731
|
-
|
|
24732
|
-
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
24733
|
-
|
|
24734
|
-
// load the styles
|
|
24735
|
-
var content = __webpack_require__(4698);
|
|
24736
|
-
if(content.__esModule) content = content.default;
|
|
24737
|
-
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
24738
|
-
if(content.locals) module.exports = content.locals;
|
|
24739
|
-
// add the styles to the DOM
|
|
24740
|
-
var add = (__webpack_require__(9548)/* ["default"] */ .A)
|
|
24741
|
-
var update = add("7ccaac30", content, true, {"sourceMap":false,"shadowMode":false});
|
|
24742
|
-
|
|
24743
24838
|
/***/ }),
|
|
24744
24839
|
|
|
24745
24840
|
/***/ 8727:
|
|
@@ -25352,6 +25447,22 @@ module.exports = function (exec) {
|
|
|
25352
25447
|
})));
|
|
25353
25448
|
|
|
25354
25449
|
|
|
25450
|
+
/***/ }),
|
|
25451
|
+
|
|
25452
|
+
/***/ 9091:
|
|
25453
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
25454
|
+
|
|
25455
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
25456
|
+
|
|
25457
|
+
// load the styles
|
|
25458
|
+
var content = __webpack_require__(744);
|
|
25459
|
+
if(content.__esModule) content = content.default;
|
|
25460
|
+
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
25461
|
+
if(content.locals) module.exports = content.locals;
|
|
25462
|
+
// add the styles to the DOM
|
|
25463
|
+
var add = (__webpack_require__(9548)/* ["default"] */ .A)
|
|
25464
|
+
var update = add("4372ae75", content, true, {"sourceMap":false,"shadowMode":false});
|
|
25465
|
+
|
|
25355
25466
|
/***/ }),
|
|
25356
25467
|
|
|
25357
25468
|
/***/ 9129:
|
|
@@ -25547,13 +25658,13 @@ module.exports = function (argument) {
|
|
|
25547
25658
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
25548
25659
|
|
|
25549
25660
|
// load the styles
|
|
25550
|
-
var content = __webpack_require__(
|
|
25661
|
+
var content = __webpack_require__(692);
|
|
25551
25662
|
if(content.__esModule) content = content.default;
|
|
25552
25663
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
25553
25664
|
if(content.locals) module.exports = content.locals;
|
|
25554
25665
|
// add the styles to the DOM
|
|
25555
25666
|
var add = (__webpack_require__(9548)/* ["default"] */ .A)
|
|
25556
|
-
var update = add("
|
|
25667
|
+
var update = add("81142a5a", content, true, {"sourceMap":false,"shadowMode":false});
|
|
25557
25668
|
|
|
25558
25669
|
/***/ }),
|
|
25559
25670
|
|
|
@@ -41481,7 +41592,7 @@ function searchTableItems(items, search, headersWithCustomFilters, headersWithou
|
|
|
41481
41592
|
}
|
|
41482
41593
|
}));
|
|
41483
41594
|
// EXTERNAL MODULE: ./node_modules/vuetify/src/components/VDataTable/VEditDialog.sass
|
|
41484
|
-
var VEditDialog = __webpack_require__(
|
|
41595
|
+
var VEditDialog = __webpack_require__(1700);
|
|
41485
41596
|
;// ./node_modules/vuetify/lib/components/VDataTable/VEditDialog.js
|
|
41486
41597
|
// Styles
|
|
41487
41598
|
// Mixins
|
|
@@ -42086,124 +42197,1539 @@ var VSkeletonLoader = __webpack_require__(403);
|
|
|
42086
42197
|
}, [this.genSkeleton()]);
|
|
42087
42198
|
}
|
|
42088
42199
|
}));
|
|
42089
|
-
;// ./node_modules/vuetify
|
|
42200
|
+
;// ./node_modules/vuetify/lib/components/VTabs/VTab.js
|
|
42201
|
+
// Mixins
|
|
42090
42202
|
|
|
42091
42203
|
|
|
42204
|
+
// Utilities
|
|
42092
42205
|
|
|
42093
42206
|
|
|
42094
42207
|
|
|
42208
|
+
const VTab_baseMixins = mixins(routable,
|
|
42209
|
+
// Must be after routable
|
|
42210
|
+
// to overwrite activeClass
|
|
42211
|
+
factory('tabsBar'), themeable);
|
|
42212
|
+
/* harmony default export */ var VTab = (VTab_baseMixins.extend().extend().extend({
|
|
42213
|
+
name: 'v-tab',
|
|
42214
|
+
props: {
|
|
42215
|
+
ripple: {
|
|
42216
|
+
type: [Boolean, Object],
|
|
42217
|
+
default: true
|
|
42218
|
+
}
|
|
42219
|
+
},
|
|
42220
|
+
data: () => ({
|
|
42221
|
+
proxyClass: 'v-tab--active'
|
|
42222
|
+
}),
|
|
42223
|
+
computed: {
|
|
42224
|
+
classes() {
|
|
42225
|
+
return {
|
|
42226
|
+
'v-tab': true,
|
|
42227
|
+
...routable.options.computed.classes.call(this),
|
|
42228
|
+
'v-tab--disabled': this.disabled,
|
|
42229
|
+
...this.groupClasses
|
|
42230
|
+
};
|
|
42231
|
+
},
|
|
42232
|
+
value() {
|
|
42233
|
+
let to = this.to || this.href;
|
|
42234
|
+
if (to == null) return to;
|
|
42235
|
+
if (this.$router && this.to === Object(this.to)) {
|
|
42236
|
+
const resolve = this.$router.resolve(this.to, this.$route, this.append);
|
|
42237
|
+
to = resolve.href;
|
|
42238
|
+
}
|
|
42239
|
+
return to.replace('#', '');
|
|
42240
|
+
}
|
|
42241
|
+
},
|
|
42242
|
+
methods: {
|
|
42243
|
+
click(e) {
|
|
42244
|
+
// Prevent keyboard actions
|
|
42245
|
+
// from children elements
|
|
42246
|
+
// within disabled tabs
|
|
42247
|
+
if (this.disabled) {
|
|
42248
|
+
e.preventDefault();
|
|
42249
|
+
return;
|
|
42250
|
+
} // If user provides an
|
|
42251
|
+
// actual link, do not
|
|
42252
|
+
// prevent default
|
|
42095
42253
|
|
|
42254
|
+
if (this.href && this.href.indexOf('#') > -1) e.preventDefault();
|
|
42255
|
+
if (e.detail) this.$el.blur();
|
|
42256
|
+
this.$emit('click', e);
|
|
42257
|
+
this.to || this.toggle();
|
|
42258
|
+
},
|
|
42259
|
+
toggle() {
|
|
42260
|
+
// VItemGroup treats a change event as a click
|
|
42261
|
+
if (!this.isActive || !this.tabsBar.mandatory && !this.to) {
|
|
42262
|
+
this.$emit('change');
|
|
42263
|
+
}
|
|
42264
|
+
}
|
|
42265
|
+
},
|
|
42266
|
+
render(h) {
|
|
42267
|
+
const {
|
|
42268
|
+
tag,
|
|
42269
|
+
data
|
|
42270
|
+
} = this.generateRouteLink();
|
|
42271
|
+
data.attrs = {
|
|
42272
|
+
...data.attrs,
|
|
42273
|
+
'aria-selected': String(this.isActive),
|
|
42274
|
+
role: 'tab',
|
|
42275
|
+
tabindex: this.disabled ? -1 : 0
|
|
42276
|
+
};
|
|
42277
|
+
data.on = {
|
|
42278
|
+
...data.on,
|
|
42279
|
+
keydown: e => {
|
|
42280
|
+
if (e.keyCode === keyCodes.enter) this.click(e);
|
|
42281
|
+
this.$emit('keydown', e);
|
|
42282
|
+
}
|
|
42283
|
+
};
|
|
42284
|
+
return h(tag, data, this.$slots.default);
|
|
42285
|
+
}
|
|
42286
|
+
}));
|
|
42287
|
+
;// ./node_modules/vuetify/lib/directives/touch/index.js
|
|
42096
42288
|
|
|
42097
42289
|
|
|
42098
42290
|
|
|
42291
|
+
const handleGesture = wrapper => {
|
|
42292
|
+
const {
|
|
42293
|
+
touchstartX,
|
|
42294
|
+
touchendX,
|
|
42295
|
+
touchstartY,
|
|
42296
|
+
touchendY
|
|
42297
|
+
} = wrapper;
|
|
42298
|
+
const dirRatio = 0.5;
|
|
42299
|
+
const minDistance = 16;
|
|
42300
|
+
wrapper.offsetX = touchendX - touchstartX;
|
|
42301
|
+
wrapper.offsetY = touchendY - touchstartY;
|
|
42302
|
+
if (Math.abs(wrapper.offsetY) < dirRatio * Math.abs(wrapper.offsetX)) {
|
|
42303
|
+
wrapper.left && touchendX < touchstartX - minDistance && wrapper.left(wrapper);
|
|
42304
|
+
wrapper.right && touchendX > touchstartX + minDistance && wrapper.right(wrapper);
|
|
42305
|
+
}
|
|
42306
|
+
if (Math.abs(wrapper.offsetX) < dirRatio * Math.abs(wrapper.offsetY)) {
|
|
42307
|
+
wrapper.up && touchendY < touchstartY - minDistance && wrapper.up(wrapper);
|
|
42308
|
+
wrapper.down && touchendY > touchstartY + minDistance && wrapper.down(wrapper);
|
|
42309
|
+
}
|
|
42310
|
+
};
|
|
42311
|
+
function touchstart(event, wrapper) {
|
|
42312
|
+
const touch = event.changedTouches[0];
|
|
42313
|
+
wrapper.touchstartX = touch.clientX;
|
|
42314
|
+
wrapper.touchstartY = touch.clientY;
|
|
42315
|
+
wrapper.start && wrapper.start(Object.assign(event, wrapper));
|
|
42316
|
+
}
|
|
42317
|
+
function touchend(event, wrapper) {
|
|
42318
|
+
const touch = event.changedTouches[0];
|
|
42319
|
+
wrapper.touchendX = touch.clientX;
|
|
42320
|
+
wrapper.touchendY = touch.clientY;
|
|
42321
|
+
wrapper.end && wrapper.end(Object.assign(event, wrapper));
|
|
42322
|
+
handleGesture(wrapper);
|
|
42323
|
+
}
|
|
42324
|
+
function touchmove(event, wrapper) {
|
|
42325
|
+
const touch = event.changedTouches[0];
|
|
42326
|
+
wrapper.touchmoveX = touch.clientX;
|
|
42327
|
+
wrapper.touchmoveY = touch.clientY;
|
|
42328
|
+
wrapper.move && wrapper.move(Object.assign(event, wrapper));
|
|
42329
|
+
}
|
|
42330
|
+
function createHandlers(value) {
|
|
42331
|
+
const wrapper = {
|
|
42332
|
+
touchstartX: 0,
|
|
42333
|
+
touchstartY: 0,
|
|
42334
|
+
touchendX: 0,
|
|
42335
|
+
touchendY: 0,
|
|
42336
|
+
touchmoveX: 0,
|
|
42337
|
+
touchmoveY: 0,
|
|
42338
|
+
offsetX: 0,
|
|
42339
|
+
offsetY: 0,
|
|
42340
|
+
left: value.left,
|
|
42341
|
+
right: value.right,
|
|
42342
|
+
up: value.up,
|
|
42343
|
+
down: value.down,
|
|
42344
|
+
start: value.start,
|
|
42345
|
+
move: value.move,
|
|
42346
|
+
end: value.end
|
|
42347
|
+
};
|
|
42348
|
+
return {
|
|
42349
|
+
touchstart: e => touchstart(e, wrapper),
|
|
42350
|
+
touchend: e => touchend(e, wrapper),
|
|
42351
|
+
touchmove: e => touchmove(e, wrapper)
|
|
42352
|
+
};
|
|
42353
|
+
}
|
|
42354
|
+
function touch_inserted(el, binding, vnode) {
|
|
42355
|
+
const value = binding.value;
|
|
42356
|
+
const target = value.parent ? el.parentElement : el;
|
|
42357
|
+
const options = value.options || {
|
|
42358
|
+
passive: true
|
|
42359
|
+
}; // Needed to pass unit tests
|
|
42099
42360
|
|
|
42361
|
+
if (!target) return;
|
|
42362
|
+
const handlers = createHandlers(binding.value);
|
|
42363
|
+
target._touchHandlers = Object(target._touchHandlers);
|
|
42364
|
+
target._touchHandlers[vnode.context._uid] = handlers;
|
|
42365
|
+
keys(handlers).forEach(eventName => {
|
|
42366
|
+
target.addEventListener(eventName, handlers[eventName], options);
|
|
42367
|
+
});
|
|
42368
|
+
}
|
|
42369
|
+
function touch_unbind(el, binding, vnode) {
|
|
42370
|
+
const target = binding.value.parent ? el.parentElement : el;
|
|
42371
|
+
if (!target || !target._touchHandlers) return;
|
|
42372
|
+
const handlers = target._touchHandlers[vnode.context._uid];
|
|
42373
|
+
keys(handlers).forEach(eventName => {
|
|
42374
|
+
target.removeEventListener(eventName, handlers[eventName]);
|
|
42375
|
+
});
|
|
42376
|
+
delete target._touchHandlers[vnode.context._uid];
|
|
42377
|
+
}
|
|
42378
|
+
const Touch = {
|
|
42379
|
+
inserted: touch_inserted,
|
|
42380
|
+
unbind: touch_unbind
|
|
42381
|
+
};
|
|
42382
|
+
/* harmony default export */ var touch = (Touch);
|
|
42383
|
+
;// ./node_modules/vuetify/lib/components/VWindow/VWindowItem.js
|
|
42384
|
+
// Mixins
|
|
42100
42385
|
|
|
42386
|
+
// Directives
|
|
42101
42387
|
|
|
42388
|
+
// Utilities
|
|
42102
42389
|
|
|
42103
42390
|
|
|
42104
42391
|
|
|
42392
|
+
const VWindowItem_baseMixins = mixins(bootable, factory('windowGroup', 'v-window-item', 'v-window'));
|
|
42393
|
+
/* harmony default export */ var VWindowItem = (VWindowItem_baseMixins.extend().extend().extend({
|
|
42394
|
+
name: 'v-window-item',
|
|
42395
|
+
directives: {
|
|
42396
|
+
Touch: touch
|
|
42397
|
+
},
|
|
42398
|
+
props: {
|
|
42399
|
+
disabled: Boolean,
|
|
42400
|
+
reverseTransition: {
|
|
42401
|
+
type: [Boolean, String],
|
|
42402
|
+
default: undefined
|
|
42403
|
+
},
|
|
42404
|
+
transition: {
|
|
42405
|
+
type: [Boolean, String],
|
|
42406
|
+
default: undefined
|
|
42407
|
+
},
|
|
42408
|
+
value: {
|
|
42409
|
+
required: false
|
|
42410
|
+
}
|
|
42411
|
+
},
|
|
42412
|
+
data() {
|
|
42413
|
+
return {
|
|
42414
|
+
isActive: false,
|
|
42415
|
+
inTransition: false
|
|
42416
|
+
};
|
|
42417
|
+
},
|
|
42418
|
+
computed: {
|
|
42419
|
+
classes() {
|
|
42420
|
+
return this.groupClasses;
|
|
42421
|
+
},
|
|
42422
|
+
computedTransition() {
|
|
42423
|
+
if (!this.windowGroup.internalReverse) {
|
|
42424
|
+
return typeof this.transition !== 'undefined' ? this.transition || '' : this.windowGroup.computedTransition;
|
|
42425
|
+
}
|
|
42426
|
+
return typeof this.reverseTransition !== 'undefined' ? this.reverseTransition || '' : this.windowGroup.computedTransition;
|
|
42427
|
+
}
|
|
42428
|
+
},
|
|
42429
|
+
methods: {
|
|
42430
|
+
genDefaultSlot() {
|
|
42431
|
+
return this.$slots.default;
|
|
42432
|
+
},
|
|
42433
|
+
genWindowItem() {
|
|
42434
|
+
return this.$createElement('div', {
|
|
42435
|
+
staticClass: 'v-window-item',
|
|
42436
|
+
class: this.classes,
|
|
42437
|
+
directives: [{
|
|
42438
|
+
name: 'show',
|
|
42439
|
+
value: this.isActive
|
|
42440
|
+
}],
|
|
42441
|
+
on: this.$listeners
|
|
42442
|
+
}, this.genDefaultSlot());
|
|
42443
|
+
},
|
|
42444
|
+
onAfterTransition() {
|
|
42445
|
+
if (!this.inTransition) {
|
|
42446
|
+
return;
|
|
42447
|
+
} // Finalize transition state.
|
|
42105
42448
|
|
|
42449
|
+
this.inTransition = false;
|
|
42450
|
+
if (this.windowGroup.transitionCount > 0) {
|
|
42451
|
+
this.windowGroup.transitionCount--; // Remove container height if we are out of transition.
|
|
42106
42452
|
|
|
42107
|
-
|
|
42108
|
-
|
|
42109
|
-
|
|
42110
|
-
|
|
42111
|
-
ref: "baseViewLayoutRef",
|
|
42112
|
-
attrs: {
|
|
42113
|
-
"table-icon": _vm.tableIcon,
|
|
42114
|
-
"table-name": _vm.tableName
|
|
42453
|
+
if (this.windowGroup.transitionCount === 0) {
|
|
42454
|
+
this.windowGroup.transitionHeight = undefined;
|
|
42455
|
+
}
|
|
42456
|
+
}
|
|
42115
42457
|
},
|
|
42116
|
-
|
|
42117
|
-
|
|
42458
|
+
onBeforeTransition() {
|
|
42459
|
+
if (this.inTransition) {
|
|
42460
|
+
return;
|
|
42461
|
+
} // Initialize transition state here.
|
|
42462
|
+
|
|
42463
|
+
this.inTransition = true;
|
|
42464
|
+
if (this.windowGroup.transitionCount === 0) {
|
|
42465
|
+
// Set initial height for height transition.
|
|
42466
|
+
this.windowGroup.transitionHeight = convertToUnit(this.windowGroup.$el.clientHeight);
|
|
42467
|
+
}
|
|
42468
|
+
this.windowGroup.transitionCount++;
|
|
42118
42469
|
},
|
|
42119
|
-
|
|
42120
|
-
|
|
42121
|
-
|
|
42122
|
-
|
|
42123
|
-
|
|
42124
|
-
|
|
42125
|
-
|
|
42126
|
-
|
|
42127
|
-
|
|
42128
|
-
|
|
42129
|
-
|
|
42130
|
-
|
|
42131
|
-
|
|
42132
|
-
|
|
42133
|
-
|
|
42134
|
-
|
|
42135
|
-
|
|
42136
|
-
|
|
42137
|
-
|
|
42138
|
-
|
|
42139
|
-
|
|
42140
|
-
|
|
42141
|
-
|
|
42142
|
-
|
|
42143
|
-
|
|
42144
|
-
|
|
42145
|
-
|
|
42146
|
-
|
|
42147
|
-
|
|
42148
|
-
|
|
42149
|
-
|
|
42150
|
-
|
|
42151
|
-
|
|
42152
|
-
|
|
42153
|
-
|
|
42154
|
-
|
|
42155
|
-
|
|
42156
|
-
|
|
42157
|
-
|
|
42158
|
-
|
|
42159
|
-
|
|
42160
|
-
|
|
42161
|
-
|
|
42162
|
-
|
|
42163
|
-
|
|
42164
|
-
|
|
42165
|
-
|
|
42166
|
-
|
|
42167
|
-
|
|
42168
|
-
|
|
42169
|
-
|
|
42170
|
-
|
|
42171
|
-
|
|
42172
|
-
|
|
42173
|
-
|
|
42174
|
-
|
|
42175
|
-
|
|
42176
|
-
|
|
42177
|
-
|
|
42178
|
-
|
|
42179
|
-
|
|
42180
|
-
|
|
42181
|
-
|
|
42182
|
-
|
|
42183
|
-
|
|
42184
|
-
|
|
42185
|
-
|
|
42186
|
-
|
|
42187
|
-
|
|
42188
|
-
|
|
42189
|
-
|
|
42190
|
-
|
|
42191
|
-
|
|
42192
|
-
|
|
42193
|
-
|
|
42194
|
-
|
|
42195
|
-
|
|
42196
|
-
|
|
42197
|
-
|
|
42198
|
-
|
|
42199
|
-
|
|
42200
|
-
|
|
42201
|
-
|
|
42202
|
-
|
|
42203
|
-
|
|
42204
|
-
|
|
42205
|
-
|
|
42206
|
-
|
|
42470
|
+
onTransitionCancelled() {
|
|
42471
|
+
this.onAfterTransition(); // This should have the same path as normal transition end.
|
|
42472
|
+
},
|
|
42473
|
+
onEnter(el) {
|
|
42474
|
+
if (!this.inTransition) {
|
|
42475
|
+
return;
|
|
42476
|
+
}
|
|
42477
|
+
this.$nextTick(() => {
|
|
42478
|
+
// Do not set height if no transition or cancelled.
|
|
42479
|
+
if (!this.computedTransition || !this.inTransition) {
|
|
42480
|
+
return;
|
|
42481
|
+
} // Set transition target height.
|
|
42482
|
+
|
|
42483
|
+
this.windowGroup.transitionHeight = convertToUnit(el.clientHeight);
|
|
42484
|
+
});
|
|
42485
|
+
}
|
|
42486
|
+
},
|
|
42487
|
+
render(h) {
|
|
42488
|
+
return h('transition', {
|
|
42489
|
+
props: {
|
|
42490
|
+
name: this.computedTransition
|
|
42491
|
+
},
|
|
42492
|
+
on: {
|
|
42493
|
+
// Handlers for enter windows.
|
|
42494
|
+
beforeEnter: this.onBeforeTransition,
|
|
42495
|
+
afterEnter: this.onAfterTransition,
|
|
42496
|
+
enterCancelled: this.onTransitionCancelled,
|
|
42497
|
+
// Handlers for leave windows.
|
|
42498
|
+
beforeLeave: this.onBeforeTransition,
|
|
42499
|
+
afterLeave: this.onAfterTransition,
|
|
42500
|
+
leaveCancelled: this.onTransitionCancelled,
|
|
42501
|
+
// Enter handler for height transition.
|
|
42502
|
+
enter: this.onEnter
|
|
42503
|
+
}
|
|
42504
|
+
}, this.showLazyContent(() => [this.genWindowItem()]));
|
|
42505
|
+
}
|
|
42506
|
+
}));
|
|
42507
|
+
;// ./node_modules/vuetify/lib/components/VTabs/VTabItem.js
|
|
42508
|
+
// Extensions
|
|
42509
|
+
|
|
42510
|
+
/* @vue/component */
|
|
42511
|
+
|
|
42512
|
+
/* harmony default export */ var VTabItem = (VWindowItem.extend({
|
|
42513
|
+
name: 'v-tab-item',
|
|
42514
|
+
props: {
|
|
42515
|
+
id: String
|
|
42516
|
+
},
|
|
42517
|
+
methods: {
|
|
42518
|
+
genWindowItem() {
|
|
42519
|
+
const item = VWindowItem.options.methods.genWindowItem.call(this);
|
|
42520
|
+
item.data.domProps = item.data.domProps || {};
|
|
42521
|
+
item.data.domProps.id = this.id || this.value;
|
|
42522
|
+
return item;
|
|
42523
|
+
}
|
|
42524
|
+
}
|
|
42525
|
+
}));
|
|
42526
|
+
// EXTERNAL MODULE: ./node_modules/vuetify/src/components/VTabs/VTabs.sass
|
|
42527
|
+
var VTabs = __webpack_require__(5071);
|
|
42528
|
+
// EXTERNAL MODULE: ./node_modules/vuetify/src/components/VSlideGroup/VSlideGroup.sass
|
|
42529
|
+
var VSlideGroup = __webpack_require__(9091);
|
|
42530
|
+
;// ./node_modules/vuetify/lib/components/VSlideGroup/VSlideGroup.js
|
|
42531
|
+
// Styles
|
|
42532
|
+
// Components
|
|
42533
|
+
|
|
42534
|
+
|
|
42535
|
+
// Extensions
|
|
42536
|
+
|
|
42537
|
+
// Mixins
|
|
42538
|
+
|
|
42539
|
+
// Directives
|
|
42540
|
+
|
|
42541
|
+
|
|
42542
|
+
// Utilities
|
|
42543
|
+
|
|
42544
|
+
|
|
42545
|
+
|
|
42546
|
+
function bias(val) {
|
|
42547
|
+
const c = 0.501;
|
|
42548
|
+
const x = Math.abs(val);
|
|
42549
|
+
return Math.sign(val) * (x / ((1 / c - 2) * (1 - x) + 1));
|
|
42550
|
+
}
|
|
42551
|
+
function calculateUpdatedOffset(selectedElement, widths, rtl, currentScrollOffset) {
|
|
42552
|
+
const clientWidth = selectedElement.clientWidth;
|
|
42553
|
+
const offsetLeft = rtl ? widths.content - selectedElement.offsetLeft - clientWidth : selectedElement.offsetLeft;
|
|
42554
|
+
if (rtl) {
|
|
42555
|
+
currentScrollOffset = -currentScrollOffset;
|
|
42556
|
+
}
|
|
42557
|
+
const totalWidth = widths.wrapper + currentScrollOffset;
|
|
42558
|
+
const itemOffset = clientWidth + offsetLeft;
|
|
42559
|
+
const additionalOffset = clientWidth * 0.4;
|
|
42560
|
+
if (offsetLeft <= currentScrollOffset) {
|
|
42561
|
+
currentScrollOffset = Math.max(offsetLeft - additionalOffset, 0);
|
|
42562
|
+
} else if (totalWidth <= itemOffset) {
|
|
42563
|
+
currentScrollOffset = Math.min(currentScrollOffset - (totalWidth - itemOffset - additionalOffset), widths.content - widths.wrapper);
|
|
42564
|
+
}
|
|
42565
|
+
return rtl ? -currentScrollOffset : currentScrollOffset;
|
|
42566
|
+
}
|
|
42567
|
+
function calculateCenteredOffset(selectedElement, widths, rtl) {
|
|
42568
|
+
const {
|
|
42569
|
+
offsetLeft,
|
|
42570
|
+
clientWidth
|
|
42571
|
+
} = selectedElement;
|
|
42572
|
+
if (rtl) {
|
|
42573
|
+
const offsetCentered = widths.content - offsetLeft - clientWidth / 2 - widths.wrapper / 2;
|
|
42574
|
+
return -Math.min(widths.content - widths.wrapper, Math.max(0, offsetCentered));
|
|
42575
|
+
} else {
|
|
42576
|
+
const offsetCentered = offsetLeft + clientWidth / 2 - widths.wrapper / 2;
|
|
42577
|
+
return Math.min(widths.content - widths.wrapper, Math.max(0, offsetCentered));
|
|
42578
|
+
}
|
|
42579
|
+
}
|
|
42580
|
+
const BaseSlideGroup = mixins(BaseItemGroup, mobile).extend({
|
|
42581
|
+
name: 'base-slide-group',
|
|
42582
|
+
directives: {
|
|
42583
|
+
Resize: resize,
|
|
42584
|
+
Touch: touch
|
|
42585
|
+
},
|
|
42586
|
+
props: {
|
|
42587
|
+
activeClass: {
|
|
42588
|
+
type: String,
|
|
42589
|
+
default: 'v-slide-item--active'
|
|
42590
|
+
},
|
|
42591
|
+
centerActive: Boolean,
|
|
42592
|
+
nextIcon: {
|
|
42593
|
+
type: String,
|
|
42594
|
+
default: '$next'
|
|
42595
|
+
},
|
|
42596
|
+
prevIcon: {
|
|
42597
|
+
type: String,
|
|
42598
|
+
default: '$prev'
|
|
42599
|
+
},
|
|
42600
|
+
showArrows: {
|
|
42601
|
+
type: [Boolean, String],
|
|
42602
|
+
validator: v => typeof v === 'boolean' || ['always', 'desktop', 'mobile'].includes(v)
|
|
42603
|
+
}
|
|
42604
|
+
},
|
|
42605
|
+
data: () => ({
|
|
42606
|
+
isOverflowing: false,
|
|
42607
|
+
resizeTimeout: 0,
|
|
42608
|
+
startX: 0,
|
|
42609
|
+
isSwipingHorizontal: false,
|
|
42610
|
+
isSwiping: false,
|
|
42611
|
+
scrollOffset: 0,
|
|
42612
|
+
widths: {
|
|
42613
|
+
content: 0,
|
|
42614
|
+
wrapper: 0
|
|
42615
|
+
}
|
|
42616
|
+
}),
|
|
42617
|
+
computed: {
|
|
42618
|
+
canTouch() {
|
|
42619
|
+
return typeof window !== 'undefined';
|
|
42620
|
+
},
|
|
42621
|
+
__cachedNext() {
|
|
42622
|
+
return this.genTransition('next');
|
|
42623
|
+
},
|
|
42624
|
+
__cachedPrev() {
|
|
42625
|
+
return this.genTransition('prev');
|
|
42626
|
+
},
|
|
42627
|
+
classes() {
|
|
42628
|
+
return {
|
|
42629
|
+
...BaseItemGroup.options.computed.classes.call(this),
|
|
42630
|
+
'v-slide-group': true,
|
|
42631
|
+
'v-slide-group--has-affixes': this.hasAffixes,
|
|
42632
|
+
'v-slide-group--is-overflowing': this.isOverflowing
|
|
42633
|
+
};
|
|
42634
|
+
},
|
|
42635
|
+
hasAffixes() {
|
|
42636
|
+
switch (this.showArrows) {
|
|
42637
|
+
// Always show arrows on desktop & mobile
|
|
42638
|
+
case 'always':
|
|
42639
|
+
return true;
|
|
42640
|
+
// Always show arrows on desktop
|
|
42641
|
+
|
|
42642
|
+
case 'desktop':
|
|
42643
|
+
return !this.isMobile;
|
|
42644
|
+
// Show arrows on mobile when overflowing.
|
|
42645
|
+
// This matches the default 2.2 behavior
|
|
42646
|
+
|
|
42647
|
+
case true:
|
|
42648
|
+
return this.isOverflowing || Math.abs(this.scrollOffset) > 0;
|
|
42649
|
+
// Always show on mobile
|
|
42650
|
+
|
|
42651
|
+
case 'mobile':
|
|
42652
|
+
return this.isMobile || this.isOverflowing || Math.abs(this.scrollOffset) > 0;
|
|
42653
|
+
// https://material.io/components/tabs#scrollable-tabs
|
|
42654
|
+
// Always show arrows when
|
|
42655
|
+
// overflowed on desktop
|
|
42656
|
+
|
|
42657
|
+
default:
|
|
42658
|
+
return !this.isMobile && (this.isOverflowing || Math.abs(this.scrollOffset) > 0);
|
|
42659
|
+
}
|
|
42660
|
+
},
|
|
42661
|
+
hasNext() {
|
|
42662
|
+
if (!this.hasAffixes) return false;
|
|
42663
|
+
const {
|
|
42664
|
+
content,
|
|
42665
|
+
wrapper
|
|
42666
|
+
} = this.widths; // Check one scroll ahead to know the width of right-most item
|
|
42667
|
+
|
|
42668
|
+
return content > Math.abs(this.scrollOffset) + wrapper;
|
|
42669
|
+
},
|
|
42670
|
+
hasPrev() {
|
|
42671
|
+
return this.hasAffixes && this.scrollOffset !== 0;
|
|
42672
|
+
}
|
|
42673
|
+
},
|
|
42674
|
+
watch: {
|
|
42675
|
+
internalValue: 'setWidths',
|
|
42676
|
+
// When overflow changes, the arrows alter
|
|
42677
|
+
// the widths of the content and wrapper
|
|
42678
|
+
// and need to be recalculated
|
|
42679
|
+
isOverflowing: 'setWidths',
|
|
42680
|
+
scrollOffset(val) {
|
|
42681
|
+
if (this.$vuetify.rtl) val = -val;
|
|
42682
|
+
let scroll = val <= 0 ? bias(-val) : val > this.widths.content - this.widths.wrapper ? -(this.widths.content - this.widths.wrapper) + bias(this.widths.content - this.widths.wrapper - val) : -val;
|
|
42683
|
+
if (this.$vuetify.rtl) scroll = -scroll;
|
|
42684
|
+
this.$refs.content.style.transform = `translateX(${scroll}px)`;
|
|
42685
|
+
}
|
|
42686
|
+
},
|
|
42687
|
+
mounted() {
|
|
42688
|
+
if (typeof ResizeObserver !== 'undefined') {
|
|
42689
|
+
const obs = new ResizeObserver(() => {
|
|
42690
|
+
this.onResize();
|
|
42691
|
+
});
|
|
42692
|
+
obs.observe(this.$el);
|
|
42693
|
+
obs.observe(this.$refs.content);
|
|
42694
|
+
this.$on('hook:destroyed', () => {
|
|
42695
|
+
obs.disconnect();
|
|
42696
|
+
});
|
|
42697
|
+
} else {
|
|
42698
|
+
let itemsLength = 0;
|
|
42699
|
+
this.$on('hook:beforeUpdate', () => {
|
|
42700
|
+
var _a;
|
|
42701
|
+
itemsLength = (((_a = this.$refs.content) === null || _a === void 0 ? void 0 : _a.children) || []).length;
|
|
42702
|
+
});
|
|
42703
|
+
this.$on('hook:updated', () => {
|
|
42704
|
+
var _a;
|
|
42705
|
+
if (itemsLength === (((_a = this.$refs.content) === null || _a === void 0 ? void 0 : _a.children) || []).length) return;
|
|
42706
|
+
this.setWidths();
|
|
42707
|
+
});
|
|
42708
|
+
}
|
|
42709
|
+
},
|
|
42710
|
+
methods: {
|
|
42711
|
+
onScroll() {
|
|
42712
|
+
this.$refs.wrapper.scrollLeft = 0;
|
|
42713
|
+
},
|
|
42714
|
+
onFocusin(e) {
|
|
42715
|
+
if (!this.isOverflowing) return; // Focused element is likely to be the root of an item, so a
|
|
42716
|
+
// breadth-first search will probably find it in the first iteration
|
|
42717
|
+
|
|
42718
|
+
for (const el of composedPath(e)) {
|
|
42719
|
+
for (const vm of this.items) {
|
|
42720
|
+
if (vm.$el === el) {
|
|
42721
|
+
this.scrollOffset = calculateUpdatedOffset(vm.$el, this.widths, this.$vuetify.rtl, this.scrollOffset);
|
|
42722
|
+
return;
|
|
42723
|
+
}
|
|
42724
|
+
}
|
|
42725
|
+
}
|
|
42726
|
+
},
|
|
42727
|
+
// Always generate next for scrollable hint
|
|
42728
|
+
genNext() {
|
|
42729
|
+
const slot = this.$scopedSlots.next ? this.$scopedSlots.next({}) : this.$slots.next || this.__cachedNext;
|
|
42730
|
+
return this.$createElement('div', {
|
|
42731
|
+
staticClass: 'v-slide-group__next',
|
|
42732
|
+
class: {
|
|
42733
|
+
'v-slide-group__next--disabled': !this.hasNext
|
|
42734
|
+
},
|
|
42735
|
+
on: {
|
|
42736
|
+
click: () => this.onAffixClick('next')
|
|
42737
|
+
},
|
|
42738
|
+
key: 'next'
|
|
42739
|
+
}, [slot]);
|
|
42740
|
+
},
|
|
42741
|
+
genContent() {
|
|
42742
|
+
return this.$createElement('div', {
|
|
42743
|
+
staticClass: 'v-slide-group__content',
|
|
42744
|
+
ref: 'content',
|
|
42745
|
+
on: {
|
|
42746
|
+
focusin: this.onFocusin
|
|
42747
|
+
}
|
|
42748
|
+
}, this.$slots.default);
|
|
42749
|
+
},
|
|
42750
|
+
genData() {
|
|
42751
|
+
return {
|
|
42752
|
+
class: this.classes,
|
|
42753
|
+
directives: [{
|
|
42754
|
+
name: 'resize',
|
|
42755
|
+
value: this.onResize
|
|
42756
|
+
}]
|
|
42757
|
+
};
|
|
42758
|
+
},
|
|
42759
|
+
genIcon(location) {
|
|
42760
|
+
let icon = location;
|
|
42761
|
+
if (this.$vuetify.rtl && location === 'prev') {
|
|
42762
|
+
icon = 'next';
|
|
42763
|
+
} else if (this.$vuetify.rtl && location === 'next') {
|
|
42764
|
+
icon = 'prev';
|
|
42765
|
+
}
|
|
42766
|
+
const upperLocation = `${location[0].toUpperCase()}${location.slice(1)}`;
|
|
42767
|
+
const hasAffix = this[`has${upperLocation}`];
|
|
42768
|
+
if (!this.showArrows && !hasAffix) return null;
|
|
42769
|
+
return this.$createElement(components_VIcon, {
|
|
42770
|
+
props: {
|
|
42771
|
+
disabled: !hasAffix
|
|
42772
|
+
}
|
|
42773
|
+
}, this[`${icon}Icon`]);
|
|
42774
|
+
},
|
|
42775
|
+
// Always generate prev for scrollable hint
|
|
42776
|
+
genPrev() {
|
|
42777
|
+
const slot = this.$scopedSlots.prev ? this.$scopedSlots.prev({}) : this.$slots.prev || this.__cachedPrev;
|
|
42778
|
+
return this.$createElement('div', {
|
|
42779
|
+
staticClass: 'v-slide-group__prev',
|
|
42780
|
+
class: {
|
|
42781
|
+
'v-slide-group__prev--disabled': !this.hasPrev
|
|
42782
|
+
},
|
|
42783
|
+
on: {
|
|
42784
|
+
click: () => this.onAffixClick('prev')
|
|
42785
|
+
},
|
|
42786
|
+
key: 'prev'
|
|
42787
|
+
}, [slot]);
|
|
42788
|
+
},
|
|
42789
|
+
genTransition(location) {
|
|
42790
|
+
return this.$createElement(VFadeTransition, [this.genIcon(location)]);
|
|
42791
|
+
},
|
|
42792
|
+
genWrapper() {
|
|
42793
|
+
return this.$createElement('div', {
|
|
42794
|
+
staticClass: 'v-slide-group__wrapper',
|
|
42795
|
+
directives: [{
|
|
42796
|
+
name: 'touch',
|
|
42797
|
+
value: {
|
|
42798
|
+
start: e => this.overflowCheck(e, this.onTouchStart),
|
|
42799
|
+
move: e => this.overflowCheck(e, this.onTouchMove),
|
|
42800
|
+
end: e => this.overflowCheck(e, this.onTouchEnd)
|
|
42801
|
+
}
|
|
42802
|
+
}],
|
|
42803
|
+
ref: 'wrapper',
|
|
42804
|
+
on: {
|
|
42805
|
+
scroll: this.onScroll
|
|
42806
|
+
}
|
|
42807
|
+
}, [this.genContent()]);
|
|
42808
|
+
},
|
|
42809
|
+
calculateNewOffset(direction, widths, rtl, currentScrollOffset) {
|
|
42810
|
+
const sign = rtl ? -1 : 1;
|
|
42811
|
+
const newAbosluteOffset = sign * currentScrollOffset + (direction === 'prev' ? -1 : 1) * widths.wrapper;
|
|
42812
|
+
return sign * Math.max(Math.min(newAbosluteOffset, widths.content - widths.wrapper), 0);
|
|
42813
|
+
},
|
|
42814
|
+
onAffixClick(location) {
|
|
42815
|
+
this.$emit(`click:${location}`);
|
|
42816
|
+
this.scrollTo(location);
|
|
42817
|
+
},
|
|
42818
|
+
onResize() {
|
|
42819
|
+
/* istanbul ignore next */
|
|
42820
|
+
if (this._isDestroyed) return;
|
|
42821
|
+
this.setWidths();
|
|
42822
|
+
},
|
|
42823
|
+
onTouchStart(e) {
|
|
42824
|
+
const {
|
|
42825
|
+
content
|
|
42826
|
+
} = this.$refs;
|
|
42827
|
+
this.startX = this.scrollOffset + e.touchstartX;
|
|
42828
|
+
content.style.setProperty('transition', 'none');
|
|
42829
|
+
content.style.setProperty('willChange', 'transform');
|
|
42830
|
+
},
|
|
42831
|
+
onTouchMove(e) {
|
|
42832
|
+
if (!this.canTouch) return;
|
|
42833
|
+
if (!this.isSwiping) {
|
|
42834
|
+
// only calculate disableSwipeHorizontal during the first onTouchMove invoke
|
|
42835
|
+
// in order to ensure disableSwipeHorizontal value is consistent between onTouchStart and onTouchEnd
|
|
42836
|
+
const diffX = e.touchmoveX - e.touchstartX;
|
|
42837
|
+
const diffY = e.touchmoveY - e.touchstartY;
|
|
42838
|
+
this.isSwipingHorizontal = Math.abs(diffX) > Math.abs(diffY);
|
|
42839
|
+
this.isSwiping = true;
|
|
42840
|
+
}
|
|
42841
|
+
if (this.isSwipingHorizontal) {
|
|
42842
|
+
// sliding horizontally
|
|
42843
|
+
this.scrollOffset = this.startX - e.touchmoveX; // temporarily disable window vertical scrolling
|
|
42844
|
+
|
|
42845
|
+
document.documentElement.style.overflowY = 'hidden';
|
|
42846
|
+
}
|
|
42847
|
+
},
|
|
42848
|
+
onTouchEnd() {
|
|
42849
|
+
if (!this.canTouch) return;
|
|
42850
|
+
const {
|
|
42851
|
+
content,
|
|
42852
|
+
wrapper
|
|
42853
|
+
} = this.$refs;
|
|
42854
|
+
const maxScrollOffset = content.clientWidth - wrapper.clientWidth;
|
|
42855
|
+
content.style.setProperty('transition', null);
|
|
42856
|
+
content.style.setProperty('willChange', null);
|
|
42857
|
+
if (this.$vuetify.rtl) {
|
|
42858
|
+
/* istanbul ignore else */
|
|
42859
|
+
if (this.scrollOffset > 0 || !this.isOverflowing) {
|
|
42860
|
+
this.scrollOffset = 0;
|
|
42861
|
+
} else if (this.scrollOffset <= -maxScrollOffset) {
|
|
42862
|
+
this.scrollOffset = -maxScrollOffset;
|
|
42863
|
+
}
|
|
42864
|
+
} else {
|
|
42865
|
+
/* istanbul ignore else */
|
|
42866
|
+
if (this.scrollOffset < 0 || !this.isOverflowing) {
|
|
42867
|
+
this.scrollOffset = 0;
|
|
42868
|
+
} else if (this.scrollOffset >= maxScrollOffset) {
|
|
42869
|
+
this.scrollOffset = maxScrollOffset;
|
|
42870
|
+
}
|
|
42871
|
+
}
|
|
42872
|
+
this.isSwiping = false; // rollback whole page scrolling to default
|
|
42873
|
+
|
|
42874
|
+
document.documentElement.style.removeProperty('overflow-y');
|
|
42875
|
+
},
|
|
42876
|
+
overflowCheck(e, fn) {
|
|
42877
|
+
e.stopPropagation();
|
|
42878
|
+
this.isOverflowing && fn(e);
|
|
42879
|
+
},
|
|
42880
|
+
scrollIntoView
|
|
42881
|
+
/* istanbul ignore next */() {
|
|
42882
|
+
if (!this.selectedItem && this.items.length) {
|
|
42883
|
+
const lastItemPosition = this.items[this.items.length - 1].$el.getBoundingClientRect();
|
|
42884
|
+
const wrapperPosition = this.$refs.wrapper.getBoundingClientRect();
|
|
42885
|
+
if (this.$vuetify.rtl && wrapperPosition.right < lastItemPosition.right || !this.$vuetify.rtl && wrapperPosition.left > lastItemPosition.left) {
|
|
42886
|
+
this.scrollTo('prev');
|
|
42887
|
+
}
|
|
42888
|
+
}
|
|
42889
|
+
if (!this.selectedItem) {
|
|
42890
|
+
return;
|
|
42891
|
+
}
|
|
42892
|
+
if (this.selectedIndex === 0 || !this.centerActive && !this.isOverflowing) {
|
|
42893
|
+
this.scrollOffset = 0;
|
|
42894
|
+
} else if (this.centerActive) {
|
|
42895
|
+
this.scrollOffset = calculateCenteredOffset(this.selectedItem.$el, this.widths, this.$vuetify.rtl);
|
|
42896
|
+
} else if (this.isOverflowing) {
|
|
42897
|
+
this.scrollOffset = calculateUpdatedOffset(this.selectedItem.$el, this.widths, this.$vuetify.rtl, this.scrollOffset);
|
|
42898
|
+
}
|
|
42899
|
+
},
|
|
42900
|
+
scrollTo
|
|
42901
|
+
/* istanbul ignore next */(location) {
|
|
42902
|
+
this.scrollOffset = this.calculateNewOffset(location, {
|
|
42903
|
+
// Force reflow
|
|
42904
|
+
content: this.$refs.content ? this.$refs.content.clientWidth : 0,
|
|
42905
|
+
wrapper: this.$refs.wrapper ? this.$refs.wrapper.clientWidth : 0
|
|
42906
|
+
}, this.$vuetify.rtl, this.scrollOffset);
|
|
42907
|
+
},
|
|
42908
|
+
setWidths() {
|
|
42909
|
+
window.requestAnimationFrame(() => {
|
|
42910
|
+
if (this._isDestroyed) return;
|
|
42911
|
+
const {
|
|
42912
|
+
content,
|
|
42913
|
+
wrapper
|
|
42914
|
+
} = this.$refs;
|
|
42915
|
+
this.widths = {
|
|
42916
|
+
content: content ? content.clientWidth : 0,
|
|
42917
|
+
wrapper: wrapper ? wrapper.clientWidth : 0
|
|
42918
|
+
}; // https://github.com/vuetifyjs/vuetify/issues/13212
|
|
42919
|
+
// We add +1 to the wrappers width to prevent an issue where the `clientWidth`
|
|
42920
|
+
// gets calculated wrongly by the browser if using a different zoom-level.
|
|
42921
|
+
|
|
42922
|
+
this.isOverflowing = this.widths.wrapper + 1 < this.widths.content;
|
|
42923
|
+
this.scrollIntoView();
|
|
42924
|
+
});
|
|
42925
|
+
}
|
|
42926
|
+
},
|
|
42927
|
+
render(h) {
|
|
42928
|
+
return h('div', this.genData(), [this.genPrev(), this.genWrapper(), this.genNext()]);
|
|
42929
|
+
}
|
|
42930
|
+
});
|
|
42931
|
+
/* harmony default export */ var VSlideGroup_VSlideGroup = (BaseSlideGroup.extend({
|
|
42932
|
+
name: 'v-slide-group',
|
|
42933
|
+
provide() {
|
|
42934
|
+
return {
|
|
42935
|
+
slideGroup: this
|
|
42936
|
+
};
|
|
42937
|
+
}
|
|
42938
|
+
}));
|
|
42939
|
+
;// ./node_modules/vuetify/lib/mixins/ssr-bootable/index.js
|
|
42940
|
+
|
|
42941
|
+
/**
|
|
42942
|
+
* SSRBootable
|
|
42943
|
+
*
|
|
42944
|
+
* @mixin
|
|
42945
|
+
*
|
|
42946
|
+
* Used in layout components (drawer, toolbar, content)
|
|
42947
|
+
* to avoid an entry animation when using SSR
|
|
42948
|
+
*/
|
|
42949
|
+
|
|
42950
|
+
/* harmony default export */ var ssr_bootable = (external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_default().extend({
|
|
42951
|
+
name: 'ssr-bootable',
|
|
42952
|
+
data: () => ({
|
|
42953
|
+
isBooted: false
|
|
42954
|
+
}),
|
|
42955
|
+
mounted() {
|
|
42956
|
+
// Use setAttribute instead of dataset
|
|
42957
|
+
// because dataset does not work well
|
|
42958
|
+
// with unit tests
|
|
42959
|
+
window.requestAnimationFrame(() => {
|
|
42960
|
+
this.$el.setAttribute('data-booted', 'true');
|
|
42961
|
+
this.isBooted = true;
|
|
42962
|
+
});
|
|
42963
|
+
}
|
|
42964
|
+
}));
|
|
42965
|
+
;// ./node_modules/vuetify/lib/components/VTabs/VTabsBar.js
|
|
42966
|
+
// Extensions
|
|
42967
|
+
// Mixins
|
|
42968
|
+
|
|
42969
|
+
|
|
42970
|
+
// Utilities
|
|
42971
|
+
|
|
42972
|
+
|
|
42973
|
+
/* harmony default export */ var VTabsBar = (mixins(BaseSlideGroup, ssr_bootable, themeable
|
|
42974
|
+
/* @vue/component */).extend({
|
|
42975
|
+
name: 'v-tabs-bar',
|
|
42976
|
+
provide() {
|
|
42977
|
+
return {
|
|
42978
|
+
tabsBar: this
|
|
42979
|
+
};
|
|
42980
|
+
},
|
|
42981
|
+
computed: {
|
|
42982
|
+
classes() {
|
|
42983
|
+
return {
|
|
42984
|
+
...BaseSlideGroup.options.computed.classes.call(this),
|
|
42985
|
+
'v-tabs-bar': true,
|
|
42986
|
+
'v-tabs-bar--is-mobile': this.isMobile,
|
|
42987
|
+
// TODO: Remove this and move to v-slide-group
|
|
42988
|
+
'v-tabs-bar--show-arrows': this.showArrows,
|
|
42989
|
+
...this.themeClasses
|
|
42990
|
+
};
|
|
42991
|
+
}
|
|
42992
|
+
},
|
|
42993
|
+
watch: {
|
|
42994
|
+
items: 'callSlider',
|
|
42995
|
+
internalValue: 'callSlider',
|
|
42996
|
+
$route: 'onRouteChange'
|
|
42997
|
+
},
|
|
42998
|
+
methods: {
|
|
42999
|
+
callSlider() {
|
|
43000
|
+
if (!this.isBooted) return;
|
|
43001
|
+
this.$emit('call:slider');
|
|
43002
|
+
},
|
|
43003
|
+
genContent() {
|
|
43004
|
+
const render = BaseSlideGroup.options.methods.genContent.call(this);
|
|
43005
|
+
render.data = render.data || {};
|
|
43006
|
+
render.data.staticClass += ' v-tabs-bar__content';
|
|
43007
|
+
return render;
|
|
43008
|
+
},
|
|
43009
|
+
onRouteChange(val, oldVal) {
|
|
43010
|
+
/* istanbul ignore next */
|
|
43011
|
+
if (this.mandatory) return;
|
|
43012
|
+
const items = this.items;
|
|
43013
|
+
const newPath = val.path;
|
|
43014
|
+
const oldPath = oldVal.path;
|
|
43015
|
+
let hasNew = false;
|
|
43016
|
+
let hasOld = false;
|
|
43017
|
+
for (const item of items) {
|
|
43018
|
+
if (item.to === oldPath) hasOld = true;else if (item.to === newPath) hasNew = true;
|
|
43019
|
+
if (hasNew && hasOld) break;
|
|
43020
|
+
} // If we have an old item and not a new one
|
|
43021
|
+
// it's assumed that the user navigated to
|
|
43022
|
+
// a path that is not present in the items
|
|
43023
|
+
|
|
43024
|
+
if (!hasNew && hasOld) this.internalValue = undefined;
|
|
43025
|
+
}
|
|
43026
|
+
},
|
|
43027
|
+
render(h) {
|
|
43028
|
+
const render = BaseSlideGroup.options.render.call(this, h);
|
|
43029
|
+
render.data.attrs = {
|
|
43030
|
+
role: 'tablist'
|
|
43031
|
+
};
|
|
43032
|
+
return render;
|
|
43033
|
+
}
|
|
43034
|
+
}));
|
|
43035
|
+
// EXTERNAL MODULE: ./node_modules/vuetify/src/components/VWindow/VWindow.sass
|
|
43036
|
+
var VWindow = __webpack_require__(9319);
|
|
43037
|
+
;// ./node_modules/vuetify/lib/components/VWindow/VWindow.js
|
|
43038
|
+
|
|
43039
|
+
|
|
43040
|
+
|
|
43041
|
+
// Styles
|
|
43042
|
+
// Directives
|
|
43043
|
+
|
|
43044
|
+
// Components
|
|
43045
|
+
|
|
43046
|
+
|
|
43047
|
+
|
|
43048
|
+
|
|
43049
|
+
/* @vue/component */
|
|
43050
|
+
|
|
43051
|
+
/* harmony default export */ var VWindow_VWindow = (BaseItemGroup.extend({
|
|
43052
|
+
name: 'v-window',
|
|
43053
|
+
directives: {
|
|
43054
|
+
Touch: touch
|
|
43055
|
+
},
|
|
43056
|
+
provide() {
|
|
43057
|
+
return {
|
|
43058
|
+
windowGroup: this
|
|
43059
|
+
};
|
|
43060
|
+
},
|
|
43061
|
+
props: {
|
|
43062
|
+
activeClass: {
|
|
43063
|
+
type: String,
|
|
43064
|
+
default: 'v-window-item--active'
|
|
43065
|
+
},
|
|
43066
|
+
continuous: Boolean,
|
|
43067
|
+
mandatory: {
|
|
43068
|
+
type: Boolean,
|
|
43069
|
+
default: true
|
|
43070
|
+
},
|
|
43071
|
+
nextIcon: {
|
|
43072
|
+
type: [Boolean, String],
|
|
43073
|
+
default: '$next'
|
|
43074
|
+
},
|
|
43075
|
+
prevIcon: {
|
|
43076
|
+
type: [Boolean, String],
|
|
43077
|
+
default: '$prev'
|
|
43078
|
+
},
|
|
43079
|
+
reverse: Boolean,
|
|
43080
|
+
showArrows: Boolean,
|
|
43081
|
+
showArrowsOnHover: Boolean,
|
|
43082
|
+
touch: Object,
|
|
43083
|
+
touchless: Boolean,
|
|
43084
|
+
value: {
|
|
43085
|
+
required: false
|
|
43086
|
+
},
|
|
43087
|
+
vertical: Boolean
|
|
43088
|
+
},
|
|
43089
|
+
data() {
|
|
43090
|
+
return {
|
|
43091
|
+
changedByDelimiters: false,
|
|
43092
|
+
internalHeight: undefined,
|
|
43093
|
+
transitionHeight: undefined,
|
|
43094
|
+
transitionCount: 0,
|
|
43095
|
+
isBooted: false,
|
|
43096
|
+
isReverse: false
|
|
43097
|
+
};
|
|
43098
|
+
},
|
|
43099
|
+
computed: {
|
|
43100
|
+
isActive() {
|
|
43101
|
+
return this.transitionCount > 0;
|
|
43102
|
+
},
|
|
43103
|
+
classes() {
|
|
43104
|
+
return {
|
|
43105
|
+
...BaseItemGroup.options.computed.classes.call(this),
|
|
43106
|
+
'v-window--show-arrows-on-hover': this.showArrowsOnHover
|
|
43107
|
+
};
|
|
43108
|
+
},
|
|
43109
|
+
computedTransition() {
|
|
43110
|
+
if (!this.isBooted) return '';
|
|
43111
|
+
const axis = this.vertical ? 'y' : 'x';
|
|
43112
|
+
const reverse = this.internalReverse ? !this.isReverse : this.isReverse;
|
|
43113
|
+
const direction = reverse ? '-reverse' : '';
|
|
43114
|
+
return `v-window-${axis}${direction}-transition`;
|
|
43115
|
+
},
|
|
43116
|
+
hasActiveItems() {
|
|
43117
|
+
return Boolean(this.items.find(item => !item.disabled));
|
|
43118
|
+
},
|
|
43119
|
+
hasNext() {
|
|
43120
|
+
return this.continuous || this.internalIndex < this.items.length - 1;
|
|
43121
|
+
},
|
|
43122
|
+
hasPrev() {
|
|
43123
|
+
return this.continuous || this.internalIndex > 0;
|
|
43124
|
+
},
|
|
43125
|
+
internalIndex() {
|
|
43126
|
+
return this.items.findIndex((item, i) => {
|
|
43127
|
+
return this.internalValue === this.getValue(item, i);
|
|
43128
|
+
});
|
|
43129
|
+
},
|
|
43130
|
+
internalReverse() {
|
|
43131
|
+
return this.$vuetify.rtl ? !this.reverse : this.reverse;
|
|
43132
|
+
}
|
|
43133
|
+
},
|
|
43134
|
+
watch: {
|
|
43135
|
+
internalIndex(val, oldVal) {
|
|
43136
|
+
this.isReverse = this.updateReverse(val, oldVal);
|
|
43137
|
+
}
|
|
43138
|
+
},
|
|
43139
|
+
mounted() {
|
|
43140
|
+
window.requestAnimationFrame(() => this.isBooted = true);
|
|
43141
|
+
},
|
|
43142
|
+
methods: {
|
|
43143
|
+
genDefaultSlot() {
|
|
43144
|
+
return this.$slots.default;
|
|
43145
|
+
},
|
|
43146
|
+
genContainer() {
|
|
43147
|
+
const children = [this.genDefaultSlot()];
|
|
43148
|
+
if (this.showArrows) {
|
|
43149
|
+
children.push(this.genControlIcons());
|
|
43150
|
+
}
|
|
43151
|
+
return this.$createElement('div', {
|
|
43152
|
+
staticClass: 'v-window__container',
|
|
43153
|
+
class: {
|
|
43154
|
+
'v-window__container--is-active': this.isActive
|
|
43155
|
+
},
|
|
43156
|
+
style: {
|
|
43157
|
+
height: this.internalHeight || this.transitionHeight
|
|
43158
|
+
}
|
|
43159
|
+
}, children);
|
|
43160
|
+
},
|
|
43161
|
+
genIcon(direction, icon, click) {
|
|
43162
|
+
var _a, _b, _c;
|
|
43163
|
+
const on = {
|
|
43164
|
+
click: e => {
|
|
43165
|
+
e.stopPropagation();
|
|
43166
|
+
this.changedByDelimiters = true;
|
|
43167
|
+
click();
|
|
43168
|
+
}
|
|
43169
|
+
};
|
|
43170
|
+
const attrs = {
|
|
43171
|
+
'aria-label': this.$vuetify.lang.t(`$vuetify.carousel.${direction}`)
|
|
43172
|
+
};
|
|
43173
|
+
const children = (_c = (_b = (_a = this.$scopedSlots)[direction]) === null || _b === void 0 ? void 0 : _b.call(_a, {
|
|
43174
|
+
on,
|
|
43175
|
+
attrs
|
|
43176
|
+
})) !== null && _c !== void 0 ? _c : [this.$createElement(components_VBtn, {
|
|
43177
|
+
props: {
|
|
43178
|
+
icon: true
|
|
43179
|
+
},
|
|
43180
|
+
attrs,
|
|
43181
|
+
on
|
|
43182
|
+
}, [this.$createElement(components_VIcon, {
|
|
43183
|
+
props: {
|
|
43184
|
+
large: true
|
|
43185
|
+
}
|
|
43186
|
+
}, icon)])];
|
|
43187
|
+
return this.$createElement('div', {
|
|
43188
|
+
staticClass: `v-window__${direction}`
|
|
43189
|
+
}, children);
|
|
43190
|
+
},
|
|
43191
|
+
genControlIcons() {
|
|
43192
|
+
const icons = [];
|
|
43193
|
+
const prevIcon = this.$vuetify.rtl ? this.nextIcon : this.prevIcon;
|
|
43194
|
+
/* istanbul ignore else */
|
|
43195
|
+
|
|
43196
|
+
if (this.hasPrev && prevIcon && typeof prevIcon === 'string') {
|
|
43197
|
+
const icon = this.genIcon('prev', prevIcon, this.prev);
|
|
43198
|
+
icon && icons.push(icon);
|
|
43199
|
+
}
|
|
43200
|
+
const nextIcon = this.$vuetify.rtl ? this.prevIcon : this.nextIcon;
|
|
43201
|
+
/* istanbul ignore else */
|
|
43202
|
+
|
|
43203
|
+
if (this.hasNext && nextIcon && typeof nextIcon === 'string') {
|
|
43204
|
+
const icon = this.genIcon('next', nextIcon, this.next);
|
|
43205
|
+
icon && icons.push(icon);
|
|
43206
|
+
}
|
|
43207
|
+
return icons;
|
|
43208
|
+
},
|
|
43209
|
+
getNextIndex(index) {
|
|
43210
|
+
const nextIndex = (index + 1) % this.items.length;
|
|
43211
|
+
const item = this.items[nextIndex];
|
|
43212
|
+
if (item.disabled) return this.getNextIndex(nextIndex);
|
|
43213
|
+
return nextIndex;
|
|
43214
|
+
},
|
|
43215
|
+
getPrevIndex(index) {
|
|
43216
|
+
const prevIndex = (index + this.items.length - 1) % this.items.length;
|
|
43217
|
+
const item = this.items[prevIndex];
|
|
43218
|
+
if (item.disabled) return this.getPrevIndex(prevIndex);
|
|
43219
|
+
return prevIndex;
|
|
43220
|
+
},
|
|
43221
|
+
next() {
|
|
43222
|
+
/* istanbul ignore if */
|
|
43223
|
+
if (!this.hasActiveItems || !this.hasNext) return;
|
|
43224
|
+
const nextIndex = this.getNextIndex(this.internalIndex);
|
|
43225
|
+
const item = this.items[nextIndex];
|
|
43226
|
+
this.internalValue = this.getValue(item, nextIndex);
|
|
43227
|
+
},
|
|
43228
|
+
prev() {
|
|
43229
|
+
/* istanbul ignore if */
|
|
43230
|
+
if (!this.hasActiveItems || !this.hasPrev) return;
|
|
43231
|
+
const lastIndex = this.getPrevIndex(this.internalIndex);
|
|
43232
|
+
const item = this.items[lastIndex];
|
|
43233
|
+
this.internalValue = this.getValue(item, lastIndex);
|
|
43234
|
+
},
|
|
43235
|
+
updateReverse(val, oldVal) {
|
|
43236
|
+
const itemsLength = this.items.length;
|
|
43237
|
+
const lastIndex = itemsLength - 1;
|
|
43238
|
+
if (itemsLength <= 2) return val < oldVal;
|
|
43239
|
+
if (val === lastIndex && oldVal === 0) {
|
|
43240
|
+
return true;
|
|
43241
|
+
} else if (val === 0 && oldVal === lastIndex) {
|
|
43242
|
+
return false;
|
|
43243
|
+
} else {
|
|
43244
|
+
return val < oldVal;
|
|
43245
|
+
}
|
|
43246
|
+
}
|
|
43247
|
+
},
|
|
43248
|
+
render(h) {
|
|
43249
|
+
const data = {
|
|
43250
|
+
staticClass: 'v-window',
|
|
43251
|
+
class: this.classes,
|
|
43252
|
+
directives: []
|
|
43253
|
+
};
|
|
43254
|
+
if (!this.touchless) {
|
|
43255
|
+
const value = this.touch || {
|
|
43256
|
+
left: () => {
|
|
43257
|
+
this.$vuetify.rtl ? this.prev() : this.next();
|
|
43258
|
+
},
|
|
43259
|
+
right: () => {
|
|
43260
|
+
this.$vuetify.rtl ? this.next() : this.prev();
|
|
43261
|
+
},
|
|
43262
|
+
end: e => {
|
|
43263
|
+
e.stopPropagation();
|
|
43264
|
+
},
|
|
43265
|
+
start: e => {
|
|
43266
|
+
e.stopPropagation();
|
|
43267
|
+
}
|
|
43268
|
+
};
|
|
43269
|
+
data.directives.push({
|
|
43270
|
+
name: 'touch',
|
|
43271
|
+
value
|
|
43272
|
+
});
|
|
43273
|
+
}
|
|
43274
|
+
return h('div', data, [this.genContainer()]);
|
|
43275
|
+
}
|
|
43276
|
+
}));
|
|
43277
|
+
;// ./node_modules/vuetify/lib/components/VTabs/VTabsItems.js
|
|
43278
|
+
// Extensions
|
|
43279
|
+
// Types & Components
|
|
43280
|
+
|
|
43281
|
+
|
|
43282
|
+
/* @vue/component */
|
|
43283
|
+
|
|
43284
|
+
/* harmony default export */ var VTabsItems = (VWindow_VWindow.extend({
|
|
43285
|
+
name: 'v-tabs-items',
|
|
43286
|
+
props: {
|
|
43287
|
+
mandatory: {
|
|
43288
|
+
type: Boolean,
|
|
43289
|
+
default: false
|
|
43290
|
+
}
|
|
43291
|
+
},
|
|
43292
|
+
computed: {
|
|
43293
|
+
classes() {
|
|
43294
|
+
return {
|
|
43295
|
+
...VWindow_VWindow.options.computed.classes.call(this),
|
|
43296
|
+
'v-tabs-items': true
|
|
43297
|
+
};
|
|
43298
|
+
},
|
|
43299
|
+
isDark() {
|
|
43300
|
+
return this.rootIsDark;
|
|
43301
|
+
}
|
|
43302
|
+
},
|
|
43303
|
+
methods: {
|
|
43304
|
+
getValue(item, i) {
|
|
43305
|
+
return item.id || BaseItemGroup.options.methods.getValue.call(this, item, i);
|
|
43306
|
+
}
|
|
43307
|
+
}
|
|
43308
|
+
}));
|
|
43309
|
+
;// ./node_modules/vuetify/lib/components/VTabs/VTabsSlider.js
|
|
43310
|
+
// Mixins
|
|
43311
|
+
// Utilities
|
|
43312
|
+
|
|
43313
|
+
|
|
43314
|
+
/* @vue/component */
|
|
43315
|
+
|
|
43316
|
+
/* harmony default export */ var VTabsSlider = (mixins(colorable).extend({
|
|
43317
|
+
name: 'v-tabs-slider',
|
|
43318
|
+
render(h) {
|
|
43319
|
+
return h('div', this.setBackgroundColor(this.color, {
|
|
43320
|
+
staticClass: 'v-tabs-slider'
|
|
43321
|
+
}));
|
|
43322
|
+
}
|
|
43323
|
+
}));
|
|
43324
|
+
;// ./node_modules/vuetify/lib/components/VTabs/VTabs.js
|
|
43325
|
+
|
|
43326
|
+
// Styles
|
|
43327
|
+
// Components
|
|
43328
|
+
|
|
43329
|
+
|
|
43330
|
+
|
|
43331
|
+
// Mixins
|
|
43332
|
+
|
|
43333
|
+
|
|
43334
|
+
|
|
43335
|
+
// Directives
|
|
43336
|
+
|
|
43337
|
+
// Utilities
|
|
43338
|
+
|
|
43339
|
+
|
|
43340
|
+
|
|
43341
|
+
const VTabs_baseMixins = mixins(colorable, proxyable, themeable);
|
|
43342
|
+
/* harmony default export */ var VTabs_VTabs = (VTabs_baseMixins.extend().extend({
|
|
43343
|
+
name: 'v-tabs',
|
|
43344
|
+
directives: {
|
|
43345
|
+
Resize: resize
|
|
43346
|
+
},
|
|
43347
|
+
props: {
|
|
43348
|
+
activeClass: {
|
|
43349
|
+
type: String,
|
|
43350
|
+
default: ''
|
|
43351
|
+
},
|
|
43352
|
+
alignWithTitle: Boolean,
|
|
43353
|
+
backgroundColor: String,
|
|
43354
|
+
centerActive: Boolean,
|
|
43355
|
+
centered: Boolean,
|
|
43356
|
+
fixedTabs: Boolean,
|
|
43357
|
+
grow: Boolean,
|
|
43358
|
+
height: {
|
|
43359
|
+
type: [Number, String],
|
|
43360
|
+
default: undefined
|
|
43361
|
+
},
|
|
43362
|
+
hideSlider: Boolean,
|
|
43363
|
+
iconsAndText: Boolean,
|
|
43364
|
+
mobileBreakpoint: [String, Number],
|
|
43365
|
+
nextIcon: {
|
|
43366
|
+
type: String,
|
|
43367
|
+
default: '$next'
|
|
43368
|
+
},
|
|
43369
|
+
optional: Boolean,
|
|
43370
|
+
prevIcon: {
|
|
43371
|
+
type: String,
|
|
43372
|
+
default: '$prev'
|
|
43373
|
+
},
|
|
43374
|
+
right: Boolean,
|
|
43375
|
+
showArrows: [Boolean, String],
|
|
43376
|
+
sliderColor: String,
|
|
43377
|
+
sliderSize: {
|
|
43378
|
+
type: [Number, String],
|
|
43379
|
+
default: 2
|
|
43380
|
+
},
|
|
43381
|
+
vertical: Boolean
|
|
43382
|
+
},
|
|
43383
|
+
data() {
|
|
43384
|
+
return {
|
|
43385
|
+
resizeTimeout: 0,
|
|
43386
|
+
slider: {
|
|
43387
|
+
height: null,
|
|
43388
|
+
left: null,
|
|
43389
|
+
right: null,
|
|
43390
|
+
top: null,
|
|
43391
|
+
width: null
|
|
43392
|
+
},
|
|
43393
|
+
transitionTime: 300
|
|
43394
|
+
};
|
|
43395
|
+
},
|
|
43396
|
+
computed: {
|
|
43397
|
+
classes() {
|
|
43398
|
+
return {
|
|
43399
|
+
'v-tabs--align-with-title': this.alignWithTitle,
|
|
43400
|
+
'v-tabs--centered': this.centered,
|
|
43401
|
+
'v-tabs--fixed-tabs': this.fixedTabs,
|
|
43402
|
+
'v-tabs--grow': this.grow,
|
|
43403
|
+
'v-tabs--icons-and-text': this.iconsAndText,
|
|
43404
|
+
'v-tabs--right': this.right,
|
|
43405
|
+
'v-tabs--vertical': this.vertical,
|
|
43406
|
+
...this.themeClasses
|
|
43407
|
+
};
|
|
43408
|
+
},
|
|
43409
|
+
isReversed() {
|
|
43410
|
+
return this.$vuetify.rtl && this.vertical;
|
|
43411
|
+
},
|
|
43412
|
+
sliderStyles() {
|
|
43413
|
+
return {
|
|
43414
|
+
height: convertToUnit(this.slider.height),
|
|
43415
|
+
left: this.isReversed ? undefined : convertToUnit(this.slider.left),
|
|
43416
|
+
right: this.isReversed ? convertToUnit(this.slider.right) : undefined,
|
|
43417
|
+
top: this.vertical ? convertToUnit(this.slider.top) : undefined,
|
|
43418
|
+
transition: this.slider.left != null ? null : 'none',
|
|
43419
|
+
width: convertToUnit(this.slider.width)
|
|
43420
|
+
};
|
|
43421
|
+
},
|
|
43422
|
+
computedColor() {
|
|
43423
|
+
if (this.color) return this.color;else if (this.isDark && !this.appIsDark) return 'white';else return 'primary';
|
|
43424
|
+
}
|
|
43425
|
+
},
|
|
43426
|
+
watch: {
|
|
43427
|
+
alignWithTitle: 'callSlider',
|
|
43428
|
+
centered: 'callSlider',
|
|
43429
|
+
centerActive: 'callSlider',
|
|
43430
|
+
fixedTabs: 'callSlider',
|
|
43431
|
+
grow: 'callSlider',
|
|
43432
|
+
iconsAndText: 'callSlider',
|
|
43433
|
+
right: 'callSlider',
|
|
43434
|
+
showArrows: 'callSlider',
|
|
43435
|
+
vertical: 'callSlider',
|
|
43436
|
+
'$vuetify.application.left': 'onResize',
|
|
43437
|
+
'$vuetify.application.right': 'onResize',
|
|
43438
|
+
'$vuetify.rtl': 'onResize'
|
|
43439
|
+
},
|
|
43440
|
+
mounted() {
|
|
43441
|
+
if (typeof ResizeObserver !== 'undefined') {
|
|
43442
|
+
const obs = new ResizeObserver(() => {
|
|
43443
|
+
this.onResize();
|
|
43444
|
+
});
|
|
43445
|
+
obs.observe(this.$el);
|
|
43446
|
+
this.$on('hook:destroyed', () => {
|
|
43447
|
+
obs.disconnect();
|
|
43448
|
+
});
|
|
43449
|
+
}
|
|
43450
|
+
this.$nextTick(() => {
|
|
43451
|
+
window.setTimeout(this.callSlider, 30);
|
|
43452
|
+
});
|
|
43453
|
+
},
|
|
43454
|
+
methods: {
|
|
43455
|
+
callSlider() {
|
|
43456
|
+
if (this.hideSlider || !this.$refs.items || !this.$refs.items.selectedItems.length) {
|
|
43457
|
+
this.slider.width = 0;
|
|
43458
|
+
return false;
|
|
43459
|
+
}
|
|
43460
|
+
this.$nextTick(() => {
|
|
43461
|
+
// Give screen time to paint
|
|
43462
|
+
const activeTab = this.$refs.items.selectedItems[0];
|
|
43463
|
+
/* istanbul ignore if */
|
|
43464
|
+
|
|
43465
|
+
if (!activeTab || !activeTab.$el) {
|
|
43466
|
+
this.slider.width = 0;
|
|
43467
|
+
this.slider.left = 0;
|
|
43468
|
+
return;
|
|
43469
|
+
}
|
|
43470
|
+
const el = activeTab.$el;
|
|
43471
|
+
this.slider = {
|
|
43472
|
+
height: !this.vertical ? Number(this.sliderSize) : el.scrollHeight,
|
|
43473
|
+
left: this.vertical ? 0 : el.offsetLeft,
|
|
43474
|
+
right: this.vertical ? 0 : el.offsetLeft + el.offsetWidth,
|
|
43475
|
+
top: el.offsetTop,
|
|
43476
|
+
width: this.vertical ? Number(this.sliderSize) : el.scrollWidth
|
|
43477
|
+
};
|
|
43478
|
+
});
|
|
43479
|
+
return true;
|
|
43480
|
+
},
|
|
43481
|
+
genBar(items, slider) {
|
|
43482
|
+
const data = {
|
|
43483
|
+
style: {
|
|
43484
|
+
height: convertToUnit(this.height)
|
|
43485
|
+
},
|
|
43486
|
+
props: {
|
|
43487
|
+
activeClass: this.activeClass,
|
|
43488
|
+
centerActive: this.centerActive,
|
|
43489
|
+
dark: this.dark,
|
|
43490
|
+
light: this.light,
|
|
43491
|
+
mandatory: !this.optional,
|
|
43492
|
+
mobileBreakpoint: this.mobileBreakpoint,
|
|
43493
|
+
nextIcon: this.nextIcon,
|
|
43494
|
+
prevIcon: this.prevIcon,
|
|
43495
|
+
showArrows: this.showArrows,
|
|
43496
|
+
value: this.internalValue
|
|
43497
|
+
},
|
|
43498
|
+
on: {
|
|
43499
|
+
'call:slider': this.callSlider,
|
|
43500
|
+
change: val => {
|
|
43501
|
+
this.internalValue = val;
|
|
43502
|
+
}
|
|
43503
|
+
},
|
|
43504
|
+
ref: 'items'
|
|
43505
|
+
};
|
|
43506
|
+
this.setTextColor(this.computedColor, data);
|
|
43507
|
+
this.setBackgroundColor(this.backgroundColor, data);
|
|
43508
|
+
return this.$createElement(VTabsBar, data, [this.genSlider(slider), items]);
|
|
43509
|
+
},
|
|
43510
|
+
genItems(items, item) {
|
|
43511
|
+
// If user provides items
|
|
43512
|
+
// opt to use theirs
|
|
43513
|
+
if (items) return items; // If no tabs are provided
|
|
43514
|
+
// render nothing
|
|
43515
|
+
|
|
43516
|
+
if (!item.length) return null;
|
|
43517
|
+
return this.$createElement(VTabsItems, {
|
|
43518
|
+
props: {
|
|
43519
|
+
value: this.internalValue
|
|
43520
|
+
},
|
|
43521
|
+
on: {
|
|
43522
|
+
change: val => {
|
|
43523
|
+
this.internalValue = val;
|
|
43524
|
+
}
|
|
43525
|
+
}
|
|
43526
|
+
}, item);
|
|
43527
|
+
},
|
|
43528
|
+
genSlider(slider) {
|
|
43529
|
+
if (this.hideSlider) return null;
|
|
43530
|
+
if (!slider) {
|
|
43531
|
+
slider = this.$createElement(VTabsSlider, {
|
|
43532
|
+
props: {
|
|
43533
|
+
color: this.sliderColor
|
|
43534
|
+
}
|
|
43535
|
+
});
|
|
43536
|
+
}
|
|
43537
|
+
return this.$createElement('div', {
|
|
43538
|
+
staticClass: 'v-tabs-slider-wrapper',
|
|
43539
|
+
style: this.sliderStyles
|
|
43540
|
+
}, [slider]);
|
|
43541
|
+
},
|
|
43542
|
+
onResize() {
|
|
43543
|
+
if (this._isDestroyed) return;
|
|
43544
|
+
clearTimeout(this.resizeTimeout);
|
|
43545
|
+
this.resizeTimeout = window.setTimeout(this.callSlider, 0);
|
|
43546
|
+
},
|
|
43547
|
+
parseNodes() {
|
|
43548
|
+
let items = null;
|
|
43549
|
+
let slider = null;
|
|
43550
|
+
const item = [];
|
|
43551
|
+
const tab = [];
|
|
43552
|
+
const slot = this.$slots.default || [];
|
|
43553
|
+
const length = slot.length;
|
|
43554
|
+
for (let i = 0; i < length; i++) {
|
|
43555
|
+
const vnode = slot[i];
|
|
43556
|
+
if (vnode.componentOptions) {
|
|
43557
|
+
switch (vnode.componentOptions.Ctor.options.name) {
|
|
43558
|
+
case 'v-tabs-slider':
|
|
43559
|
+
slider = vnode;
|
|
43560
|
+
break;
|
|
43561
|
+
case 'v-tabs-items':
|
|
43562
|
+
items = vnode;
|
|
43563
|
+
break;
|
|
43564
|
+
case 'v-tab-item':
|
|
43565
|
+
item.push(vnode);
|
|
43566
|
+
break;
|
|
43567
|
+
// case 'v-tab' - intentionally omitted
|
|
43568
|
+
|
|
43569
|
+
default:
|
|
43570
|
+
tab.push(vnode);
|
|
43571
|
+
}
|
|
43572
|
+
} else {
|
|
43573
|
+
tab.push(vnode);
|
|
43574
|
+
}
|
|
43575
|
+
}
|
|
43576
|
+
/**
|
|
43577
|
+
* tab: array of `v-tab`
|
|
43578
|
+
* slider: single `v-tabs-slider`
|
|
43579
|
+
* items: single `v-tabs-items`
|
|
43580
|
+
* item: array of `v-tab-item`
|
|
43581
|
+
*/
|
|
43582
|
+
|
|
43583
|
+
return {
|
|
43584
|
+
tab,
|
|
43585
|
+
slider,
|
|
43586
|
+
items,
|
|
43587
|
+
item
|
|
43588
|
+
};
|
|
43589
|
+
}
|
|
43590
|
+
},
|
|
43591
|
+
render(h) {
|
|
43592
|
+
const {
|
|
43593
|
+
tab,
|
|
43594
|
+
slider,
|
|
43595
|
+
items,
|
|
43596
|
+
item
|
|
43597
|
+
} = this.parseNodes();
|
|
43598
|
+
return h('div', {
|
|
43599
|
+
staticClass: 'v-tabs',
|
|
43600
|
+
class: this.classes,
|
|
43601
|
+
directives: [{
|
|
43602
|
+
name: 'resize',
|
|
43603
|
+
modifiers: {
|
|
43604
|
+
quiet: true
|
|
43605
|
+
},
|
|
43606
|
+
value: this.onResize
|
|
43607
|
+
}]
|
|
43608
|
+
}, [this.genBar(tab, slider), this.genItems(items, item)]);
|
|
43609
|
+
}
|
|
43610
|
+
}));
|
|
43611
|
+
;// ./node_modules/vuetify-loader/lib/loader.js??ruleSet[1].rules[0].use!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[5]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/views/BaseCrudView.vue?vue&type=template&id=64fd7006
|
|
43612
|
+
|
|
43613
|
+
|
|
43614
|
+
|
|
43615
|
+
|
|
43616
|
+
|
|
43617
|
+
|
|
43618
|
+
|
|
43619
|
+
|
|
43620
|
+
|
|
43621
|
+
|
|
43622
|
+
|
|
43623
|
+
|
|
43624
|
+
|
|
43625
|
+
|
|
43626
|
+
|
|
43627
|
+
|
|
43628
|
+
|
|
43629
|
+
|
|
43630
|
+
|
|
43631
|
+
|
|
43632
|
+
|
|
43633
|
+
var BaseCrudViewvue_type_template_id_64fd7006_render = function render() {
|
|
43634
|
+
var _vm = this,
|
|
43635
|
+
_c = _vm._self._c;
|
|
43636
|
+
return _c('BaseViewLayout', {
|
|
43637
|
+
ref: "baseViewLayoutRef",
|
|
43638
|
+
attrs: {
|
|
43639
|
+
"table-icon": _vm.tableIcon,
|
|
43640
|
+
"table-name": _vm.tableName
|
|
43641
|
+
},
|
|
43642
|
+
on: {
|
|
43643
|
+
"closeTable": _vm.closeTable
|
|
43644
|
+
},
|
|
43645
|
+
scopedSlots: _vm._u([{
|
|
43646
|
+
key: "action-buttons",
|
|
43647
|
+
fn: function () {
|
|
43648
|
+
return [_c(VTextField_VTextField, {
|
|
43649
|
+
staticClass: "mr-3",
|
|
43650
|
+
attrs: {
|
|
43651
|
+
"append-icon": "mdi-magnify",
|
|
43652
|
+
"label": "Pesquisar",
|
|
43653
|
+
"hide-details": "",
|
|
43654
|
+
"single-line": "",
|
|
43655
|
+
"dense": "",
|
|
43656
|
+
"clearable": "",
|
|
43657
|
+
"loading": _vm.loading
|
|
43658
|
+
},
|
|
43659
|
+
on: {
|
|
43660
|
+
"input": _vm.updateSearchFilter
|
|
43661
|
+
}
|
|
43662
|
+
}), _vm.hasOnlyOneRowSelected ? _c('DuplicatedItemButton', {
|
|
43663
|
+
attrs: {
|
|
43664
|
+
"buttonClass": "mr-3 pa-0"
|
|
43665
|
+
},
|
|
43666
|
+
on: {
|
|
43667
|
+
"click": function ($event) {
|
|
43668
|
+
return _vm.duplicateSelectedItem(_vm.selectedRows[0]);
|
|
43669
|
+
}
|
|
43670
|
+
}
|
|
43671
|
+
}) : _vm._e(), _vm.hasOnlyOneRowSelected ? _c('EditItemButton', {
|
|
43672
|
+
attrs: {
|
|
43673
|
+
"buttonClass": "mr-3 pa-0"
|
|
43674
|
+
},
|
|
43675
|
+
on: {
|
|
43676
|
+
"click": function ($event) {
|
|
43677
|
+
return _vm.showBaseCrudForm(_vm.selectedRows[0]);
|
|
43678
|
+
}
|
|
43679
|
+
}
|
|
43680
|
+
}) : _vm._e(), _vm.hasOnlyOneRowSelected && _vm.selectedRowIsEdited ? _c('UndoChangesButton', {
|
|
43681
|
+
attrs: {
|
|
43682
|
+
"buttonClass": "mr-3 pa-0"
|
|
43683
|
+
},
|
|
43684
|
+
on: {
|
|
43685
|
+
"click": function ($event) {
|
|
43686
|
+
return _vm.undoSelectedItemModification(_vm.selectedRows[0]);
|
|
43687
|
+
}
|
|
43688
|
+
}
|
|
43689
|
+
}) : _vm._e(), _vm.hasRowsSelected ? _c('DeleteItemButton', {
|
|
43690
|
+
attrs: {
|
|
43691
|
+
"color": "secondary",
|
|
43692
|
+
"buttonClass": "mr-3 pa-0",
|
|
43693
|
+
"loading": _vm.loadingDelete
|
|
43694
|
+
},
|
|
43695
|
+
on: {
|
|
43696
|
+
"click": function ($event) {
|
|
43697
|
+
return _vm.showConfirmDeleteDialog();
|
|
43698
|
+
}
|
|
43699
|
+
}
|
|
43700
|
+
}) : _vm._e(), _vm.filters?.secondary?.length ? _c('FiltersButton', {
|
|
43701
|
+
attrs: {
|
|
43702
|
+
"buttonClass": "mr-4 pa-0"
|
|
43703
|
+
},
|
|
43704
|
+
on: {
|
|
43705
|
+
"click": _vm.showSecondaryFilters
|
|
43706
|
+
}
|
|
43707
|
+
}) : _vm._e(), _c('NewItemButton', {
|
|
43708
|
+
attrs: {
|
|
43709
|
+
"disabled": !_vm.hasFetch || !_vm.headers?.length,
|
|
43710
|
+
"buttonClass": "mr-3 pa-0"
|
|
43711
|
+
},
|
|
43712
|
+
on: {
|
|
43713
|
+
"click": function ($event) {
|
|
43714
|
+
return _vm.showBaseCrudForm();
|
|
43715
|
+
}
|
|
43716
|
+
}
|
|
43717
|
+
}), _c('RefreshButton', {
|
|
43718
|
+
attrs: {
|
|
43719
|
+
"disabled": !_vm.allRequiredFilterAreFilled,
|
|
43720
|
+
"loading": _vm.loading,
|
|
43721
|
+
"buttonClass": "mr-3 pa-0"
|
|
43722
|
+
},
|
|
43723
|
+
on: {
|
|
43724
|
+
"click": _vm.handleReload
|
|
43725
|
+
}
|
|
43726
|
+
}), _c('SaveButton', {
|
|
43727
|
+
attrs: {
|
|
43728
|
+
"disabled": !_vm.rowsChanged.size,
|
|
43729
|
+
"loading": _vm.loadingSave,
|
|
43730
|
+
"buttonClass": "mr-3 pa-0"
|
|
43731
|
+
},
|
|
43732
|
+
on: {
|
|
42207
43733
|
"click": _vm.handleSave
|
|
42208
43734
|
}
|
|
42209
43735
|
}), _c('ImportFileButton', {
|
|
@@ -42232,89 +43758,114 @@ var BaseCrudViewvue_type_template_id_353d150c_render = function render() {
|
|
|
42232
43758
|
}, {
|
|
42233
43759
|
key: "primary-filters",
|
|
42234
43760
|
fn: function () {
|
|
42235
|
-
return [
|
|
42236
|
-
|
|
42237
|
-
|
|
42238
|
-
|
|
42239
|
-
|
|
42240
|
-
"cols": "auto"
|
|
42241
|
-
}
|
|
42242
|
-
}, [primaryFilter.is === 'v-autocomplete' ? _c(VAutocomplete_VAutocomplete, _vm._b({
|
|
42243
|
-
attrs: {
|
|
42244
|
-
"items": primaryFilter.items,
|
|
42245
|
-
"item-text": "text",
|
|
42246
|
-
"item-value": "id",
|
|
42247
|
-
"disabled": _vm.isFieldDependentFieldEmpty(primaryFilter)
|
|
43761
|
+
return [_vm.filters?.primary.length ? _c('section', [_c(VTabs_VTabs, {
|
|
43762
|
+
model: {
|
|
43763
|
+
value: _vm.primaryFilterTab,
|
|
43764
|
+
callback: function ($$v) {
|
|
43765
|
+
_vm.primaryFilterTab = $$v;
|
|
42248
43766
|
},
|
|
42249
|
-
|
|
42250
|
-
|
|
42251
|
-
|
|
42252
|
-
|
|
43767
|
+
expression: "primaryFilterTab"
|
|
43768
|
+
}
|
|
43769
|
+
}, _vm._l(_vm.filters.primary.entries(), function ([tabIndex, tab]) {
|
|
43770
|
+
return _c(VTab, {
|
|
43771
|
+
key: tabIndex
|
|
43772
|
+
}, [_vm._v(" " + _vm._s(tab.title) + " ")]);
|
|
43773
|
+
}), 1), _c(VTabsItems, {
|
|
43774
|
+
model: {
|
|
43775
|
+
value: _vm.primaryFilterTab,
|
|
43776
|
+
callback: function ($$v) {
|
|
43777
|
+
_vm.primaryFilterTab = $$v;
|
|
42253
43778
|
},
|
|
42254
|
-
|
|
42255
|
-
|
|
42256
|
-
|
|
42257
|
-
|
|
43779
|
+
expression: "primaryFilterTab"
|
|
43780
|
+
}
|
|
43781
|
+
}, _vm._l(_vm.filters.primary.entries(), function ([tabIndex, tab]) {
|
|
43782
|
+
return _c(VTabItem, {
|
|
43783
|
+
key: tabIndex
|
|
43784
|
+
}, [_c(VRow, _vm._l(tab.filters, function (primaryFilter) {
|
|
43785
|
+
return _c(VCol, {
|
|
43786
|
+
key: primaryFilter.column,
|
|
43787
|
+
staticClass: "flex-grow-1",
|
|
43788
|
+
attrs: {
|
|
43789
|
+
"cols": "auto"
|
|
43790
|
+
}
|
|
43791
|
+
}, [primaryFilter.component === 'v-autocomplete' ? _c(VAutocomplete_VAutocomplete, _vm._b({
|
|
43792
|
+
attrs: {
|
|
43793
|
+
"items": primaryFilter.items,
|
|
43794
|
+
"item-text": "text",
|
|
43795
|
+
"item-value": "id",
|
|
43796
|
+
"disabled": _vm.isFieldDependentFieldEmpty(primaryFilter)
|
|
42258
43797
|
},
|
|
42259
|
-
|
|
42260
|
-
|
|
42261
|
-
|
|
42262
|
-
|
|
42263
|
-
|
|
42264
|
-
|
|
42265
|
-
|
|
42266
|
-
|
|
42267
|
-
|
|
42268
|
-
|
|
42269
|
-
|
|
42270
|
-
"disabled": _vm.isFieldDependentFieldEmpty(primaryFilter)
|
|
42271
|
-
},
|
|
42272
|
-
on: {
|
|
42273
|
-
"change": function ($event) {
|
|
42274
|
-
return _vm.changeFilterValue($event, primaryFilter);
|
|
43798
|
+
on: {
|
|
43799
|
+
"change": function ($event) {
|
|
43800
|
+
return _vm.changeFilterValue($event, primaryFilter);
|
|
43801
|
+
}
|
|
43802
|
+
},
|
|
43803
|
+
model: {
|
|
43804
|
+
value: primaryFilter.value,
|
|
43805
|
+
callback: function ($$v) {
|
|
43806
|
+
_vm.$set(primaryFilter, "value", $$v);
|
|
43807
|
+
},
|
|
43808
|
+
expression: "primaryFilter.value"
|
|
42275
43809
|
}
|
|
42276
|
-
},
|
|
42277
|
-
|
|
42278
|
-
|
|
42279
|
-
|
|
42280
|
-
|
|
43810
|
+
}, 'v-autocomplete', primaryFilter.componentProps, false)) : primaryFilter.component === 'v-checkbox' ? _c(VCheckbox_VCheckbox, _vm._b({
|
|
43811
|
+
staticStyle: {
|
|
43812
|
+
"display": "inline-block",
|
|
43813
|
+
"white-space": "nowrap",
|
|
43814
|
+
"overflow": "hidden !important",
|
|
43815
|
+
"text-overflow": "ellipsis"
|
|
42281
43816
|
},
|
|
42282
|
-
|
|
42283
|
-
|
|
42284
|
-
|
|
42285
|
-
|
|
42286
|
-
|
|
42287
|
-
|
|
42288
|
-
|
|
42289
|
-
|
|
42290
|
-
|
|
43817
|
+
attrs: {
|
|
43818
|
+
"hide-details": "",
|
|
43819
|
+
"disabled": _vm.isFieldDependentFieldEmpty(primaryFilter)
|
|
43820
|
+
},
|
|
43821
|
+
on: {
|
|
43822
|
+
"change": function ($event) {
|
|
43823
|
+
return _vm.changeFilterValue($event, primaryFilter);
|
|
43824
|
+
}
|
|
43825
|
+
},
|
|
43826
|
+
model: {
|
|
43827
|
+
value: primaryFilter.value,
|
|
43828
|
+
callback: function ($$v) {
|
|
43829
|
+
_vm.$set(primaryFilter, "value", $$v);
|
|
43830
|
+
},
|
|
43831
|
+
expression: "primaryFilter.value"
|
|
42291
43832
|
}
|
|
42292
|
-
}
|
|
42293
|
-
|
|
42294
|
-
|
|
42295
|
-
|
|
42296
|
-
|
|
42297
|
-
|
|
42298
|
-
|
|
42299
|
-
|
|
42300
|
-
|
|
42301
|
-
"type": "text",
|
|
42302
|
-
"disabled": _vm.isFieldDependentFieldEmpty(primaryFilter)
|
|
42303
|
-
},
|
|
42304
|
-
on: {
|
|
42305
|
-
"change": function ($event) {
|
|
42306
|
-
return _vm.changeFilterValue($event, primaryFilter);
|
|
43833
|
+
}, 'v-checkbox', primaryFilter.componentProps, false)) : primaryFilter.component === 'date-picker' ? _c('DatePicker', _vm._b({
|
|
43834
|
+
attrs: {
|
|
43835
|
+
"initial-value": primaryFilter.value,
|
|
43836
|
+
"label": primaryFilter.componentProps?.label
|
|
43837
|
+
},
|
|
43838
|
+
on: {
|
|
43839
|
+
"setDatepickerValue": function ($event) {
|
|
43840
|
+
return _vm.changeFilterValue($event, primaryFilter);
|
|
43841
|
+
}
|
|
42307
43842
|
}
|
|
42308
|
-
},
|
|
42309
|
-
|
|
42310
|
-
|
|
42311
|
-
|
|
42312
|
-
|
|
43843
|
+
}, 'DatePicker', primaryFilter.componentProps, false)) : primaryFilter.component === 'v-text-field' ? _c(VTextField_VTextField, _vm._b({
|
|
43844
|
+
directives: [{
|
|
43845
|
+
name: "maska",
|
|
43846
|
+
rawName: "v-maska",
|
|
43847
|
+
value: primaryFilter.componentProps?.mask,
|
|
43848
|
+
expression: "primaryFilter.componentProps?.mask"
|
|
43849
|
+
}],
|
|
43850
|
+
attrs: {
|
|
43851
|
+
"type": "text",
|
|
43852
|
+
"disabled": _vm.isFieldDependentFieldEmpty(primaryFilter)
|
|
42313
43853
|
},
|
|
42314
|
-
|
|
42315
|
-
|
|
42316
|
-
|
|
42317
|
-
|
|
43854
|
+
on: {
|
|
43855
|
+
"change": function ($event) {
|
|
43856
|
+
return _vm.changeFilterValue($event, primaryFilter);
|
|
43857
|
+
}
|
|
43858
|
+
},
|
|
43859
|
+
model: {
|
|
43860
|
+
value: primaryFilter.value,
|
|
43861
|
+
callback: function ($$v) {
|
|
43862
|
+
_vm.$set(primaryFilter, "value", $$v);
|
|
43863
|
+
},
|
|
43864
|
+
expression: "primaryFilter.value"
|
|
43865
|
+
}
|
|
43866
|
+
}, 'v-text-field', primaryFilter.componentProps, false)) : _vm._e()], 1);
|
|
43867
|
+
}), 1)], 1);
|
|
43868
|
+
}), 1)], 1) : _vm._e()];
|
|
42318
43869
|
},
|
|
42319
43870
|
proxy: true
|
|
42320
43871
|
}])
|
|
@@ -42652,7 +44203,7 @@ var BaseCrudViewvue_type_template_id_353d150c_render = function render() {
|
|
|
42652
44203
|
}
|
|
42653
44204
|
}, 'v-data-table', {
|
|
42654
44205
|
serverItemsLength: _vm.useServerSidePagination ? _vm.paginationSettings.serverItemsLength : undefined,
|
|
42655
|
-
search: !_vm.useServerSideSearch ? _vm.filters
|
|
44206
|
+
search: !_vm.useServerSideSearch ? _vm.filters?.search : undefined
|
|
42656
44207
|
}, false))], 1), _c('UnsavedChangesDialog', {
|
|
42657
44208
|
ref: "unsavedChangesDialogRef",
|
|
42658
44209
|
on: {
|
|
@@ -42687,7 +44238,7 @@ var BaseCrudViewvue_type_template_id_353d150c_render = function render() {
|
|
|
42687
44238
|
}
|
|
42688
44239
|
})], 1);
|
|
42689
44240
|
};
|
|
42690
|
-
var
|
|
44241
|
+
var BaseCrudViewvue_type_template_id_64fd7006_staticRenderFns = [];
|
|
42691
44242
|
|
|
42692
44243
|
;// ./node_modules/vuetify/lib/components/VCard/index.js
|
|
42693
44244
|
|
|
@@ -44267,102 +45818,6 @@ const VRadioGroup_baseMixins = mixins(BaseItemGroup, components_VInput);
|
|
|
44267
45818
|
}));
|
|
44268
45819
|
// EXTERNAL MODULE: ./node_modules/vuetify/src/components/VSwitch/VSwitch.sass
|
|
44269
45820
|
var VSwitch = __webpack_require__(6075);
|
|
44270
|
-
;// ./node_modules/vuetify/lib/directives/touch/index.js
|
|
44271
|
-
|
|
44272
|
-
|
|
44273
|
-
|
|
44274
|
-
const handleGesture = wrapper => {
|
|
44275
|
-
const {
|
|
44276
|
-
touchstartX,
|
|
44277
|
-
touchendX,
|
|
44278
|
-
touchstartY,
|
|
44279
|
-
touchendY
|
|
44280
|
-
} = wrapper;
|
|
44281
|
-
const dirRatio = 0.5;
|
|
44282
|
-
const minDistance = 16;
|
|
44283
|
-
wrapper.offsetX = touchendX - touchstartX;
|
|
44284
|
-
wrapper.offsetY = touchendY - touchstartY;
|
|
44285
|
-
if (Math.abs(wrapper.offsetY) < dirRatio * Math.abs(wrapper.offsetX)) {
|
|
44286
|
-
wrapper.left && touchendX < touchstartX - minDistance && wrapper.left(wrapper);
|
|
44287
|
-
wrapper.right && touchendX > touchstartX + minDistance && wrapper.right(wrapper);
|
|
44288
|
-
}
|
|
44289
|
-
if (Math.abs(wrapper.offsetX) < dirRatio * Math.abs(wrapper.offsetY)) {
|
|
44290
|
-
wrapper.up && touchendY < touchstartY - minDistance && wrapper.up(wrapper);
|
|
44291
|
-
wrapper.down && touchendY > touchstartY + minDistance && wrapper.down(wrapper);
|
|
44292
|
-
}
|
|
44293
|
-
};
|
|
44294
|
-
function touchstart(event, wrapper) {
|
|
44295
|
-
const touch = event.changedTouches[0];
|
|
44296
|
-
wrapper.touchstartX = touch.clientX;
|
|
44297
|
-
wrapper.touchstartY = touch.clientY;
|
|
44298
|
-
wrapper.start && wrapper.start(Object.assign(event, wrapper));
|
|
44299
|
-
}
|
|
44300
|
-
function touchend(event, wrapper) {
|
|
44301
|
-
const touch = event.changedTouches[0];
|
|
44302
|
-
wrapper.touchendX = touch.clientX;
|
|
44303
|
-
wrapper.touchendY = touch.clientY;
|
|
44304
|
-
wrapper.end && wrapper.end(Object.assign(event, wrapper));
|
|
44305
|
-
handleGesture(wrapper);
|
|
44306
|
-
}
|
|
44307
|
-
function touchmove(event, wrapper) {
|
|
44308
|
-
const touch = event.changedTouches[0];
|
|
44309
|
-
wrapper.touchmoveX = touch.clientX;
|
|
44310
|
-
wrapper.touchmoveY = touch.clientY;
|
|
44311
|
-
wrapper.move && wrapper.move(Object.assign(event, wrapper));
|
|
44312
|
-
}
|
|
44313
|
-
function createHandlers(value) {
|
|
44314
|
-
const wrapper = {
|
|
44315
|
-
touchstartX: 0,
|
|
44316
|
-
touchstartY: 0,
|
|
44317
|
-
touchendX: 0,
|
|
44318
|
-
touchendY: 0,
|
|
44319
|
-
touchmoveX: 0,
|
|
44320
|
-
touchmoveY: 0,
|
|
44321
|
-
offsetX: 0,
|
|
44322
|
-
offsetY: 0,
|
|
44323
|
-
left: value.left,
|
|
44324
|
-
right: value.right,
|
|
44325
|
-
up: value.up,
|
|
44326
|
-
down: value.down,
|
|
44327
|
-
start: value.start,
|
|
44328
|
-
move: value.move,
|
|
44329
|
-
end: value.end
|
|
44330
|
-
};
|
|
44331
|
-
return {
|
|
44332
|
-
touchstart: e => touchstart(e, wrapper),
|
|
44333
|
-
touchend: e => touchend(e, wrapper),
|
|
44334
|
-
touchmove: e => touchmove(e, wrapper)
|
|
44335
|
-
};
|
|
44336
|
-
}
|
|
44337
|
-
function touch_inserted(el, binding, vnode) {
|
|
44338
|
-
const value = binding.value;
|
|
44339
|
-
const target = value.parent ? el.parentElement : el;
|
|
44340
|
-
const options = value.options || {
|
|
44341
|
-
passive: true
|
|
44342
|
-
}; // Needed to pass unit tests
|
|
44343
|
-
|
|
44344
|
-
if (!target) return;
|
|
44345
|
-
const handlers = createHandlers(binding.value);
|
|
44346
|
-
target._touchHandlers = Object(target._touchHandlers);
|
|
44347
|
-
target._touchHandlers[vnode.context._uid] = handlers;
|
|
44348
|
-
keys(handlers).forEach(eventName => {
|
|
44349
|
-
target.addEventListener(eventName, handlers[eventName], options);
|
|
44350
|
-
});
|
|
44351
|
-
}
|
|
44352
|
-
function touch_unbind(el, binding, vnode) {
|
|
44353
|
-
const target = binding.value.parent ? el.parentElement : el;
|
|
44354
|
-
if (!target || !target._touchHandlers) return;
|
|
44355
|
-
const handlers = target._touchHandlers[vnode.context._uid];
|
|
44356
|
-
keys(handlers).forEach(eventName => {
|
|
44357
|
-
target.removeEventListener(eventName, handlers[eventName]);
|
|
44358
|
-
});
|
|
44359
|
-
delete target._touchHandlers[vnode.context._uid];
|
|
44360
|
-
}
|
|
44361
|
-
const Touch = {
|
|
44362
|
-
inserted: touch_inserted,
|
|
44363
|
-
unbind: touch_unbind
|
|
44364
|
-
};
|
|
44365
|
-
/* harmony default export */ var touch = (Touch);
|
|
44366
45821
|
;// ./node_modules/vuetify/lib/components/VSwitch/VSwitch.js
|
|
44367
45822
|
// Styles
|
|
44368
45823
|
|
|
@@ -44477,7 +45932,7 @@ const Touch = {
|
|
|
44477
45932
|
}
|
|
44478
45933
|
}
|
|
44479
45934
|
}));
|
|
44480
|
-
;// ./node_modules/vuetify-loader/lib/loader.js??ruleSet[1].rules[0].use!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[5]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/forms/BaseCrudForm.vue?vue&type=template&id=
|
|
45935
|
+
;// ./node_modules/vuetify-loader/lib/loader.js??ruleSet[1].rules[0].use!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[5]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/forms/BaseCrudForm.vue?vue&type=template&id=d510c95a&scoped=true
|
|
44481
45936
|
|
|
44482
45937
|
|
|
44483
45938
|
|
|
@@ -44486,7 +45941,7 @@ const Touch = {
|
|
|
44486
45941
|
|
|
44487
45942
|
|
|
44488
45943
|
|
|
44489
|
-
var
|
|
45944
|
+
var BaseCrudFormvue_type_template_id_d510c95a_scoped_true_render = function render() {
|
|
44490
45945
|
var _vm = this,
|
|
44491
45946
|
_c = _vm._self._c;
|
|
44492
45947
|
return _c('BaseFormLayout', {
|
|
@@ -44656,7 +46111,7 @@ var BaseCrudFormvue_type_template_id_d2cce0cc_scoped_true_render = function rend
|
|
|
44656
46111
|
}) : _vm._e()], 1)], 1) : _vm._e()];
|
|
44657
46112
|
})], 2);
|
|
44658
46113
|
};
|
|
44659
|
-
var
|
|
46114
|
+
var BaseCrudFormvue_type_template_id_d510c95a_scoped_true_staticRenderFns = [];
|
|
44660
46115
|
|
|
44661
46116
|
// EXTERNAL MODULE: ./node_modules/vuetify/src/components/VDatePicker/VDatePickerTitle.sass
|
|
44662
46117
|
var VDatePickerTitle = __webpack_require__(6923);
|
|
@@ -46718,7 +48173,20 @@ var DatePicker_component = normalizeComponent(
|
|
|
46718
48173
|
BaseFormLayout: BaseFormLayout,
|
|
46719
48174
|
DatePicker: DatePicker
|
|
46720
48175
|
},
|
|
46721
|
-
props:
|
|
48176
|
+
props: {
|
|
48177
|
+
headers: {
|
|
48178
|
+
type: Array,
|
|
48179
|
+
required: true
|
|
48180
|
+
},
|
|
48181
|
+
primaryKey: {
|
|
48182
|
+
type: String,
|
|
48183
|
+
required: true
|
|
48184
|
+
},
|
|
48185
|
+
formSettings: {
|
|
48186
|
+
type: Object,
|
|
48187
|
+
required: true
|
|
48188
|
+
}
|
|
48189
|
+
},
|
|
46722
48190
|
data() {
|
|
46723
48191
|
return {
|
|
46724
48192
|
formAction: "Novo",
|
|
@@ -46765,7 +48233,7 @@ var DatePicker_component = normalizeComponent(
|
|
|
46765
48233
|
};
|
|
46766
48234
|
if (this?.formSettings?.hooks?.afterSetItem) await this?.formSettings?.hooks?.afterSetItem(this.item);
|
|
46767
48235
|
}
|
|
46768
|
-
this.$refs?.formRef
|
|
48236
|
+
this.$refs?.formRef?.show();
|
|
46769
48237
|
} catch (error) {
|
|
46770
48238
|
this.$fnError(error);
|
|
46771
48239
|
} finally {
|
|
@@ -46776,7 +48244,7 @@ var DatePicker_component = normalizeComponent(
|
|
|
46776
48244
|
this.$emit("hidden");
|
|
46777
48245
|
},
|
|
46778
48246
|
hidden() {
|
|
46779
|
-
this.$refs?.formRef
|
|
48247
|
+
this.$refs?.formRef?.hidden();
|
|
46780
48248
|
this.formAction = "Novo";
|
|
46781
48249
|
},
|
|
46782
48250
|
async submit() {
|
|
@@ -46831,7 +48299,7 @@ var DatePicker_component = normalizeComponent(
|
|
|
46831
48299
|
},
|
|
46832
48300
|
formatFloat(float) {
|
|
46833
48301
|
if (float === undefined || float === null) return "";
|
|
46834
|
-
return this
|
|
48302
|
+
return this?.$options?.filters?.floatFilter(float);
|
|
46835
48303
|
},
|
|
46836
48304
|
isRequired(header) {
|
|
46837
48305
|
if (!header.rules) return false;
|
|
@@ -46869,11 +48337,11 @@ var DatePicker_component = normalizeComponent(
|
|
|
46869
48337
|
;
|
|
46870
48338
|
var BaseCrudForm_component = normalizeComponent(
|
|
46871
48339
|
forms_BaseCrudFormvue_type_script_lang_js,
|
|
46872
|
-
|
|
46873
|
-
|
|
48340
|
+
BaseCrudFormvue_type_template_id_d510c95a_scoped_true_render,
|
|
48341
|
+
BaseCrudFormvue_type_template_id_d510c95a_scoped_true_staticRenderFns,
|
|
46874
48342
|
false,
|
|
46875
48343
|
null,
|
|
46876
|
-
"
|
|
48344
|
+
"d510c95a",
|
|
46877
48345
|
null
|
|
46878
48346
|
|
|
46879
48347
|
)
|
|
@@ -46948,32 +48416,6 @@ function applicationable(value, events = []) {
|
|
|
46948
48416
|
}
|
|
46949
48417
|
});
|
|
46950
48418
|
}
|
|
46951
|
-
;// ./node_modules/vuetify/lib/mixins/ssr-bootable/index.js
|
|
46952
|
-
|
|
46953
|
-
/**
|
|
46954
|
-
* SSRBootable
|
|
46955
|
-
*
|
|
46956
|
-
* @mixin
|
|
46957
|
-
*
|
|
46958
|
-
* Used in layout components (drawer, toolbar, content)
|
|
46959
|
-
* to avoid an entry animation when using SSR
|
|
46960
|
-
*/
|
|
46961
|
-
|
|
46962
|
-
/* harmony default export */ var ssr_bootable = (external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_default().extend({
|
|
46963
|
-
name: 'ssr-bootable',
|
|
46964
|
-
data: () => ({
|
|
46965
|
-
isBooted: false
|
|
46966
|
-
}),
|
|
46967
|
-
mounted() {
|
|
46968
|
-
// Use setAttribute instead of dataset
|
|
46969
|
-
// because dataset does not work well
|
|
46970
|
-
// with unit tests
|
|
46971
|
-
window.requestAnimationFrame(() => {
|
|
46972
|
-
this.$el.setAttribute('data-booted', 'true');
|
|
46973
|
-
this.isBooted = true;
|
|
46974
|
-
});
|
|
46975
|
-
}
|
|
46976
|
-
}));
|
|
46977
48419
|
;// ./node_modules/vuetify/lib/components/VNavigationDrawer/VNavigationDrawer.js
|
|
46978
48420
|
|
|
46979
48421
|
// Styles
|
|
@@ -47319,7 +48761,7 @@ const VNavigationDrawer_baseMixins = mixins(applicationable('left', ['isActive',
|
|
|
47319
48761
|
}), children);
|
|
47320
48762
|
}
|
|
47321
48763
|
}));
|
|
47322
|
-
;// ./node_modules/vuetify-loader/lib/loader.js??ruleSet[1].rules[0].use!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[5]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/drawers/BaseCrudSecondaryFiltersDrawer.vue?vue&type=template&id=
|
|
48764
|
+
;// ./node_modules/vuetify-loader/lib/loader.js??ruleSet[1].rules[0].use!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[5]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/drawers/BaseCrudSecondaryFiltersDrawer.vue?vue&type=template&id=b1a1d5fc&scoped=true
|
|
47323
48765
|
|
|
47324
48766
|
|
|
47325
48767
|
|
|
@@ -47327,7 +48769,11 @@ const VNavigationDrawer_baseMixins = mixins(applicationable('left', ['isActive',
|
|
|
47327
48769
|
|
|
47328
48770
|
|
|
47329
48771
|
|
|
47330
|
-
|
|
48772
|
+
|
|
48773
|
+
|
|
48774
|
+
|
|
48775
|
+
|
|
48776
|
+
var BaseCrudSecondaryFiltersDrawervue_type_template_id_b1a1d5fc_scoped_true_render = function render() {
|
|
47331
48777
|
var _vm = this,
|
|
47332
48778
|
_c = _vm._self._c;
|
|
47333
48779
|
return _c(VNavigationDrawer_VNavigationDrawer, {
|
|
@@ -47380,99 +48826,130 @@ var BaseCrudSecondaryFiltersDrawervue_type_template_id_5b313305_scoped_true_rend
|
|
|
47380
48826
|
staticClass: "mt-4"
|
|
47381
48827
|
})], 1) : _c('section', {
|
|
47382
48828
|
staticClass: "mx-3"
|
|
47383
|
-
}, _vm.
|
|
47384
|
-
|
|
47385
|
-
|
|
47386
|
-
|
|
47387
|
-
|
|
47388
|
-
}
|
|
47389
|
-
}, [_c(VCol, [filter.is === 'v-autocomplete' ? _c(VAutocomplete_VAutocomplete, _vm._b({
|
|
47390
|
-
attrs: {
|
|
47391
|
-
"items": filter.items,
|
|
47392
|
-
"item-text": "text",
|
|
47393
|
-
"item-value": "id",
|
|
47394
|
-
"return-object": false,
|
|
47395
|
-
"disabled": _vm.isFieldDependentFieldEmpty(filter)
|
|
48829
|
+
}, [_vm.filters?.length ? _c('section', [_c(VTabs_VTabs, {
|
|
48830
|
+
model: {
|
|
48831
|
+
value: _vm.tabIndex,
|
|
48832
|
+
callback: function ($$v) {
|
|
48833
|
+
_vm.tabIndex = $$v;
|
|
47396
48834
|
},
|
|
47397
|
-
|
|
47398
|
-
|
|
47399
|
-
|
|
47400
|
-
|
|
48835
|
+
expression: "tabIndex"
|
|
48836
|
+
}
|
|
48837
|
+
}, _vm._l(_vm.filters.entries(), function ([tabIndex, tab]) {
|
|
48838
|
+
return _c(VTab, {
|
|
48839
|
+
key: tabIndex
|
|
48840
|
+
}, [_vm._v(" " + _vm._s(tab.title) + " ")]);
|
|
48841
|
+
}), 1), _c(VTabsItems, {
|
|
48842
|
+
model: {
|
|
48843
|
+
value: _vm.tabIndex,
|
|
48844
|
+
callback: function ($$v) {
|
|
48845
|
+
_vm.tabIndex = $$v;
|
|
47401
48846
|
},
|
|
47402
|
-
|
|
47403
|
-
|
|
47404
|
-
|
|
47405
|
-
|
|
48847
|
+
expression: "tabIndex"
|
|
48848
|
+
}
|
|
48849
|
+
}, _vm._l(_vm.filters.entries(), function ([tabIndex, tab]) {
|
|
48850
|
+
return _c(VTabItem, {
|
|
48851
|
+
key: tabIndex
|
|
48852
|
+
}, _vm._l(tab.filters, function (filter) {
|
|
48853
|
+
return _c(VRow, {
|
|
48854
|
+
key: `${filter.column}-${filter.type}`,
|
|
48855
|
+
attrs: {
|
|
48856
|
+
"no-gutters": ""
|
|
48857
|
+
}
|
|
48858
|
+
}, [_c(VCol, [filter.component === 'v-autocomplete' ? _c(VAutocomplete_VAutocomplete, _vm._b({
|
|
48859
|
+
attrs: {
|
|
48860
|
+
"items": filter.items,
|
|
48861
|
+
"item-text": "text",
|
|
48862
|
+
"item-value": "id",
|
|
48863
|
+
"return-object": false,
|
|
48864
|
+
"disabled": _vm.isFieldDependentFieldEmpty(filter)
|
|
47406
48865
|
},
|
|
47407
|
-
|
|
47408
|
-
|
|
47409
|
-
|
|
47410
|
-
|
|
47411
|
-
|
|
47412
|
-
|
|
47413
|
-
|
|
47414
|
-
|
|
47415
|
-
|
|
47416
|
-
|
|
47417
|
-
|
|
47418
|
-
"disabled": _vm.isFieldDependentFieldEmpty(filter)
|
|
47419
|
-
},
|
|
47420
|
-
on: {
|
|
47421
|
-
"change": function ($event) {
|
|
47422
|
-
return _vm.changeFilterValue($event, filter);
|
|
48866
|
+
on: {
|
|
48867
|
+
"change": function ($event) {
|
|
48868
|
+
return _vm.changeFilterValue($event, filter);
|
|
48869
|
+
}
|
|
48870
|
+
},
|
|
48871
|
+
model: {
|
|
48872
|
+
value: filter.value,
|
|
48873
|
+
callback: function ($$v) {
|
|
48874
|
+
_vm.$set(filter, "value", $$v);
|
|
48875
|
+
},
|
|
48876
|
+
expression: "filter.value"
|
|
47423
48877
|
}
|
|
47424
|
-
},
|
|
47425
|
-
|
|
47426
|
-
|
|
47427
|
-
|
|
47428
|
-
|
|
48878
|
+
}, 'v-autocomplete', filter.componentProps, false)) : filter.component === 'v-checkbox' ? _c(VCheckbox_VCheckbox, _vm._b({
|
|
48879
|
+
staticStyle: {
|
|
48880
|
+
"display": "inline-block",
|
|
48881
|
+
"white-space": "nowrap",
|
|
48882
|
+
"overflow": "hidden !important",
|
|
48883
|
+
"text-overflow": "ellipsis"
|
|
47429
48884
|
},
|
|
47430
|
-
|
|
47431
|
-
|
|
47432
|
-
|
|
47433
|
-
|
|
47434
|
-
|
|
47435
|
-
|
|
47436
|
-
|
|
47437
|
-
|
|
47438
|
-
|
|
47439
|
-
|
|
48885
|
+
attrs: {
|
|
48886
|
+
"hide-details": "",
|
|
48887
|
+
"disabled": _vm.isFieldDependentFieldEmpty(filter)
|
|
48888
|
+
},
|
|
48889
|
+
on: {
|
|
48890
|
+
"change": function ($event) {
|
|
48891
|
+
return _vm.changeFilterValue($event, filter);
|
|
48892
|
+
}
|
|
48893
|
+
},
|
|
48894
|
+
model: {
|
|
48895
|
+
value: filter.value,
|
|
48896
|
+
callback: function ($$v) {
|
|
48897
|
+
_vm.$set(filter, "value", $$v);
|
|
48898
|
+
},
|
|
48899
|
+
expression: "filter.value"
|
|
47440
48900
|
}
|
|
47441
|
-
}
|
|
47442
|
-
|
|
47443
|
-
|
|
47444
|
-
|
|
47445
|
-
|
|
47446
|
-
|
|
47447
|
-
|
|
47448
|
-
|
|
47449
|
-
|
|
47450
|
-
|
|
47451
|
-
"disabled": _vm.isFieldDependentFieldEmpty(filter)
|
|
47452
|
-
},
|
|
47453
|
-
on: {
|
|
47454
|
-
"change": function ($event) {
|
|
47455
|
-
return _vm.changeFilterValue($event, filter);
|
|
48901
|
+
}, 'v-checkbox', filter.componentProps, false)) : filter.component === 'date-picker' ? _c('DatePicker', _vm._b({
|
|
48902
|
+
attrs: {
|
|
48903
|
+
"initial-value": filter.value,
|
|
48904
|
+
"label": filter.componentProps?.label,
|
|
48905
|
+
"disabled": _vm.isFieldDependentFieldEmpty(filter)
|
|
48906
|
+
},
|
|
48907
|
+
on: {
|
|
48908
|
+
"setDatepickerValue": function ($event) {
|
|
48909
|
+
return _vm.changeFilterValue($event, filter);
|
|
48910
|
+
}
|
|
47456
48911
|
}
|
|
47457
|
-
},
|
|
47458
|
-
|
|
47459
|
-
|
|
47460
|
-
|
|
47461
|
-
|
|
48912
|
+
}, 'DatePicker', filter.componentProps, false)) : filter.component === 'v-text-field' ? _c(VTextField_VTextField, _vm._b({
|
|
48913
|
+
directives: [{
|
|
48914
|
+
name: "maska",
|
|
48915
|
+
rawName: "v-maska",
|
|
48916
|
+
value: filter.componentProps?.mask,
|
|
48917
|
+
expression: "filter.componentProps?.mask"
|
|
48918
|
+
}],
|
|
48919
|
+
attrs: {
|
|
48920
|
+
"type": "text",
|
|
48921
|
+
"disabled": _vm.isFieldDependentFieldEmpty(filter)
|
|
47462
48922
|
},
|
|
47463
|
-
|
|
47464
|
-
|
|
47465
|
-
|
|
47466
|
-
|
|
48923
|
+
on: {
|
|
48924
|
+
"change": function ($event) {
|
|
48925
|
+
return _vm.changeFilterValue($event, filter);
|
|
48926
|
+
}
|
|
48927
|
+
},
|
|
48928
|
+
model: {
|
|
48929
|
+
value: filter.value,
|
|
48930
|
+
callback: function ($$v) {
|
|
48931
|
+
_vm.$set(filter, "value", $$v);
|
|
48932
|
+
},
|
|
48933
|
+
expression: "filter.value"
|
|
48934
|
+
}
|
|
48935
|
+
}, 'v-text-field', filter.componentProps, false)) : _vm._e()], 1)], 1);
|
|
48936
|
+
}), 1);
|
|
48937
|
+
}), 1)], 1) : _vm._e()])]);
|
|
47467
48938
|
};
|
|
47468
|
-
var
|
|
48939
|
+
var BaseCrudSecondaryFiltersDrawervue_type_template_id_b1a1d5fc_scoped_true_staticRenderFns = [];
|
|
47469
48940
|
|
|
47470
48941
|
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/drawers/BaseCrudSecondaryFiltersDrawer.vue?vue&type=script&lang=js
|
|
47471
48942
|
|
|
47472
48943
|
|
|
47473
48944
|
|
|
47474
48945
|
/* harmony default export */ var BaseCrudSecondaryFiltersDrawervue_type_script_lang_js = ({
|
|
47475
|
-
props:
|
|
48946
|
+
props: {
|
|
48947
|
+
filters: {
|
|
48948
|
+
type: Array,
|
|
48949
|
+
required: true,
|
|
48950
|
+
default: () => []
|
|
48951
|
+
}
|
|
48952
|
+
},
|
|
47476
48953
|
emits: ["refresh", "hidden", "update:filter", "clear:filters"],
|
|
47477
48954
|
components: {
|
|
47478
48955
|
LoadingIndicator: LoadingIndicator,
|
|
@@ -47484,15 +48961,18 @@ var BaseCrudSecondaryFiltersDrawervue_type_template_id_5b313305_scoped_true_stat
|
|
|
47484
48961
|
data() {
|
|
47485
48962
|
return {
|
|
47486
48963
|
showDrawer: false,
|
|
47487
|
-
isLoadingData: false
|
|
48964
|
+
isLoadingData: false,
|
|
48965
|
+
tabIndex: 0
|
|
47488
48966
|
};
|
|
47489
48967
|
},
|
|
47490
48968
|
computed: {
|
|
47491
48969
|
filterOptionIndexByColumnMap() {
|
|
47492
48970
|
const filtersMap = new Map();
|
|
47493
48971
|
if (!this.filters?.length) return filtersMap;
|
|
47494
|
-
for (const [
|
|
47495
|
-
|
|
48972
|
+
for (const [tabIndex, tab] of this.filters.entries()) {
|
|
48973
|
+
for (const [filterIndex, primaryFilter] of tab?.filters.entries()) {
|
|
48974
|
+
filtersMap.set(primaryFilter.column, [tabIndex, filterIndex]);
|
|
48975
|
+
}
|
|
47496
48976
|
}
|
|
47497
48977
|
return filtersMap;
|
|
47498
48978
|
}
|
|
@@ -47515,7 +48995,7 @@ var BaseCrudSecondaryFiltersDrawervue_type_template_id_5b313305_scoped_true_stat
|
|
|
47515
48995
|
if (!dependsOnField) return false;
|
|
47516
48996
|
const filterIndex = this.filterOptionIndexByColumnMap.get(dependsOnField);
|
|
47517
48997
|
if (isNaN(filterIndex)) return true;
|
|
47518
|
-
const dependentFilter = this.filters[filterIndex];
|
|
48998
|
+
const dependentFilter = this.filters[filterIndex[0]].filters[filterIndex[1]];
|
|
47519
48999
|
const isFieldEmpty = !dependentFilter.value;
|
|
47520
49000
|
if (isFieldEmpty) return true;
|
|
47521
49001
|
return false;
|
|
@@ -47531,9 +49011,9 @@ var BaseCrudSecondaryFiltersDrawervue_type_template_id_5b313305_scoped_true_stat
|
|
|
47531
49011
|
});
|
|
47532
49012
|
;// ./src/components/drawers/BaseCrudSecondaryFiltersDrawer.vue?vue&type=script&lang=js
|
|
47533
49013
|
/* harmony default export */ var drawers_BaseCrudSecondaryFiltersDrawervue_type_script_lang_js = (BaseCrudSecondaryFiltersDrawervue_type_script_lang_js);
|
|
47534
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/drawers/BaseCrudSecondaryFiltersDrawer.vue?vue&type=style&index=0&id=
|
|
47535
|
-
var
|
|
47536
|
-
;// ./src/components/drawers/BaseCrudSecondaryFiltersDrawer.vue?vue&type=style&index=0&id=
|
|
49014
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/drawers/BaseCrudSecondaryFiltersDrawer.vue?vue&type=style&index=0&id=b1a1d5fc&prod&lang=scss&scoped=true
|
|
49015
|
+
var BaseCrudSecondaryFiltersDrawervue_type_style_index_0_id_b1a1d5fc_prod_lang_scss_scoped_true = __webpack_require__(589);
|
|
49016
|
+
;// ./src/components/drawers/BaseCrudSecondaryFiltersDrawer.vue?vue&type=style&index=0&id=b1a1d5fc&prod&lang=scss&scoped=true
|
|
47537
49017
|
|
|
47538
49018
|
;// ./src/components/drawers/BaseCrudSecondaryFiltersDrawer.vue
|
|
47539
49019
|
|
|
@@ -47546,11 +49026,11 @@ var BaseCrudSecondaryFiltersDrawervue_type_style_index_0_id_5b313305_prod_lang_s
|
|
|
47546
49026
|
|
|
47547
49027
|
var BaseCrudSecondaryFiltersDrawer_component = normalizeComponent(
|
|
47548
49028
|
drawers_BaseCrudSecondaryFiltersDrawervue_type_script_lang_js,
|
|
47549
|
-
|
|
47550
|
-
|
|
49029
|
+
BaseCrudSecondaryFiltersDrawervue_type_template_id_b1a1d5fc_scoped_true_render,
|
|
49030
|
+
BaseCrudSecondaryFiltersDrawervue_type_template_id_b1a1d5fc_scoped_true_staticRenderFns,
|
|
47551
49031
|
false,
|
|
47552
49032
|
null,
|
|
47553
|
-
"
|
|
49033
|
+
"b1a1d5fc",
|
|
47554
49034
|
null
|
|
47555
49035
|
|
|
47556
49036
|
)
|
|
@@ -47569,9 +49049,112 @@ var BaseCrudSecondaryFiltersDrawer_component = normalizeComponent(
|
|
|
47569
49049
|
|
|
47570
49050
|
|
|
47571
49051
|
|
|
47572
|
-
|
|
47573
49052
|
/* harmony default export */ var BaseCrudViewvue_type_script_lang_js = ({
|
|
47574
|
-
props:
|
|
49053
|
+
props: {
|
|
49054
|
+
tableIcon: {
|
|
49055
|
+
type: String,
|
|
49056
|
+
required: true
|
|
49057
|
+
},
|
|
49058
|
+
tableName: {
|
|
49059
|
+
type: String,
|
|
49060
|
+
required: true
|
|
49061
|
+
},
|
|
49062
|
+
endpoint: {
|
|
49063
|
+
type: Object,
|
|
49064
|
+
required: true
|
|
49065
|
+
},
|
|
49066
|
+
filters: {
|
|
49067
|
+
type: Object,
|
|
49068
|
+
required: false
|
|
49069
|
+
},
|
|
49070
|
+
tableOptions: {
|
|
49071
|
+
type: Array
|
|
49072
|
+
},
|
|
49073
|
+
formOptions: {
|
|
49074
|
+
type: Array,
|
|
49075
|
+
required: false,
|
|
49076
|
+
default: () => []
|
|
49077
|
+
},
|
|
49078
|
+
apiData: {
|
|
49079
|
+
type: Array,
|
|
49080
|
+
required: true,
|
|
49081
|
+
default: () => []
|
|
49082
|
+
},
|
|
49083
|
+
headers: {
|
|
49084
|
+
type: Array,
|
|
49085
|
+
required: true,
|
|
49086
|
+
default: () => []
|
|
49087
|
+
},
|
|
49088
|
+
loading: {
|
|
49089
|
+
type: Boolean,
|
|
49090
|
+
required: true,
|
|
49091
|
+
default: false
|
|
49092
|
+
},
|
|
49093
|
+
hasFetch: {
|
|
49094
|
+
type: Boolean,
|
|
49095
|
+
required: true,
|
|
49096
|
+
default: false
|
|
49097
|
+
},
|
|
49098
|
+
paginationSettings: {
|
|
49099
|
+
type: Object,
|
|
49100
|
+
required: true
|
|
49101
|
+
},
|
|
49102
|
+
useServerSidePagination: {
|
|
49103
|
+
type: Boolean,
|
|
49104
|
+
required: false,
|
|
49105
|
+
default: false
|
|
49106
|
+
},
|
|
49107
|
+
useServerSideSearch: {
|
|
49108
|
+
type: Boolean,
|
|
49109
|
+
required: false,
|
|
49110
|
+
default: false
|
|
49111
|
+
},
|
|
49112
|
+
primaryKey: {
|
|
49113
|
+
type: String,
|
|
49114
|
+
required: true
|
|
49115
|
+
},
|
|
49116
|
+
rowsChanged: {
|
|
49117
|
+
type: Object,
|
|
49118
|
+
required: true
|
|
49119
|
+
},
|
|
49120
|
+
onReload: {
|
|
49121
|
+
type: Function,
|
|
49122
|
+
required: true
|
|
49123
|
+
},
|
|
49124
|
+
onExport: {
|
|
49125
|
+
type: Function,
|
|
49126
|
+
required: true
|
|
49127
|
+
},
|
|
49128
|
+
onImport: {
|
|
49129
|
+
type: Function,
|
|
49130
|
+
required: true
|
|
49131
|
+
},
|
|
49132
|
+
onSave: {
|
|
49133
|
+
type: Function,
|
|
49134
|
+
required: true
|
|
49135
|
+
},
|
|
49136
|
+
onDelete: {
|
|
49137
|
+
type: Function,
|
|
49138
|
+
required: true
|
|
49139
|
+
},
|
|
49140
|
+
formSettings: {
|
|
49141
|
+
type: Object,
|
|
49142
|
+
required: true
|
|
49143
|
+
},
|
|
49144
|
+
cardSubtractHeigth: {
|
|
49145
|
+
type: Number,
|
|
49146
|
+
required: false,
|
|
49147
|
+
default: 0
|
|
49148
|
+
},
|
|
49149
|
+
"update:rows-changed": {
|
|
49150
|
+
type: Function,
|
|
49151
|
+
required: false
|
|
49152
|
+
},
|
|
49153
|
+
"update:row": {
|
|
49154
|
+
type: Function,
|
|
49155
|
+
required: false
|
|
49156
|
+
}
|
|
49157
|
+
},
|
|
47575
49158
|
components: {
|
|
47576
49159
|
BaseViewLayout: BaseViewLayout,
|
|
47577
49160
|
ImportFileButton: ImportFileButton,
|
|
@@ -47597,7 +49180,6 @@ var BaseCrudSecondaryFiltersDrawer_component = normalizeComponent(
|
|
|
47597
49180
|
selectedRows: [],
|
|
47598
49181
|
selected: [],
|
|
47599
49182
|
readOnly: false,
|
|
47600
|
-
secondaryFilters: [],
|
|
47601
49183
|
fileUploaderRef: null,
|
|
47602
49184
|
loadingExport: false,
|
|
47603
49185
|
loadingImport: false,
|
|
@@ -47605,7 +49187,8 @@ var BaseCrudSecondaryFiltersDrawer_component = normalizeComponent(
|
|
|
47605
49187
|
loadingDelete: false,
|
|
47606
49188
|
backupEditedItemsMap: new Map(),
|
|
47607
49189
|
tableMaxHeigth: 0,
|
|
47608
|
-
alreadySetTableHeigth: false
|
|
49190
|
+
alreadySetTableHeigth: false,
|
|
49191
|
+
primaryFilterTab: 0
|
|
47609
49192
|
};
|
|
47610
49193
|
},
|
|
47611
49194
|
computed: {
|
|
@@ -47644,8 +49227,10 @@ var BaseCrudSecondaryFiltersDrawer_component = normalizeComponent(
|
|
|
47644
49227
|
primaryFilterOptionIndexByColumnMap() {
|
|
47645
49228
|
const primaryFiltersMap = new Map();
|
|
47646
49229
|
if (!this.filters?.primary?.length) return primaryFiltersMap;
|
|
47647
|
-
for (const [
|
|
47648
|
-
|
|
49230
|
+
for (const [tabIndex, tab] of this.filters?.primary.entries()) {
|
|
49231
|
+
for (const [filterIndex, primaryFilter] of tab?.filters.entries()) {
|
|
49232
|
+
primaryFiltersMap.set(primaryFilter.column, [tabIndex, filterIndex]);
|
|
49233
|
+
}
|
|
47649
49234
|
}
|
|
47650
49235
|
return primaryFiltersMap;
|
|
47651
49236
|
},
|
|
@@ -47664,15 +49249,22 @@ var BaseCrudSecondaryFiltersDrawer_component = normalizeComponent(
|
|
|
47664
49249
|
return this.rowsChanged.has(itemIndex);
|
|
47665
49250
|
},
|
|
47666
49251
|
requiredFilterMessage() {
|
|
47667
|
-
|
|
47668
|
-
|
|
47669
|
-
|
|
47670
|
-
|
|
49252
|
+
if (!this.filters?.primary?.length) return "";
|
|
49253
|
+
for (const tab of this?.filters?.primary) {
|
|
49254
|
+
for (const filter of tab.filters) {
|
|
49255
|
+
if (!filter?.componentProps?.required) continue;
|
|
49256
|
+
if (filter.value) continue;
|
|
49257
|
+
return this.getRequiredFilterMessage(filter?.componentProps?.label);
|
|
49258
|
+
}
|
|
47671
49259
|
}
|
|
47672
49260
|
return "";
|
|
47673
49261
|
},
|
|
47674
49262
|
allRequiredFilterAreFilled() {
|
|
47675
|
-
|
|
49263
|
+
if (!this.filters?.primary?.length) return true;
|
|
49264
|
+
const requiredFilters = [];
|
|
49265
|
+
for (const tab of this?.filters?.primary) {
|
|
49266
|
+
requiredFilters.push(...tab.filters.filter(filter => filter?.componentProps?.required));
|
|
49267
|
+
}
|
|
47676
49268
|
if (!requiredFilters.length) return true;
|
|
47677
49269
|
return requiredFilters.every(filter => filter.value);
|
|
47678
49270
|
},
|
|
@@ -47704,11 +49296,12 @@ var BaseCrudSecondaryFiltersDrawer_component = normalizeComponent(
|
|
|
47704
49296
|
if (filter?.hooks.afterChange) filter?.hooks.afterChange(value);
|
|
47705
49297
|
},
|
|
47706
49298
|
isFieldDependentFieldEmpty(filter) {
|
|
49299
|
+
if (!this.filters?.primary.length) return false;
|
|
47707
49300
|
const dependsOnField = filter?.dependsOn;
|
|
47708
49301
|
if (!dependsOnField) return false;
|
|
47709
49302
|
const filterIndex = this.primaryFilterOptionIndexByColumnMap.get(dependsOnField);
|
|
47710
49303
|
if (isNaN(filterIndex)) return true;
|
|
47711
|
-
const dependentFilter = this.filters.primary[filterIndex];
|
|
49304
|
+
const dependentFilter = this.filters.primary[filterIndex[0]].filters[filterIndex[1]];
|
|
47712
49305
|
const isFieldEmpty = !dependentFilter.value;
|
|
47713
49306
|
if (isFieldEmpty) return true;
|
|
47714
49307
|
return false;
|
|
@@ -47724,7 +49317,7 @@ var BaseCrudSecondaryFiltersDrawer_component = normalizeComponent(
|
|
|
47724
49317
|
},
|
|
47725
49318
|
formatFloat(float) {
|
|
47726
49319
|
if (float === undefined || float === null) return "";
|
|
47727
|
-
return this
|
|
49320
|
+
return this?.$options?.filters?.floatFilter(float);
|
|
47728
49321
|
},
|
|
47729
49322
|
isRequired(header) {
|
|
47730
49323
|
if (!header.rules) return false;
|
|
@@ -47827,7 +49420,7 @@ var BaseCrudSecondaryFiltersDrawer_component = normalizeComponent(
|
|
|
47827
49420
|
return `Selecione o filtro obrigatório ${requiredFilter} e atualize para exibir dados`;
|
|
47828
49421
|
},
|
|
47829
49422
|
importFile() {
|
|
47830
|
-
this.fileUploaderRef
|
|
49423
|
+
this.fileUploaderRef?.click();
|
|
47831
49424
|
},
|
|
47832
49425
|
async handleImport(event) {
|
|
47833
49426
|
try {
|
|
@@ -47861,7 +49454,7 @@ var BaseCrudSecondaryFiltersDrawer_component = normalizeComponent(
|
|
|
47861
49454
|
this.loadingDelete = false;
|
|
47862
49455
|
}
|
|
47863
49456
|
},
|
|
47864
|
-
async showConfirmDeleteDialog(row) {
|
|
49457
|
+
async showConfirmDeleteDialog(row = null) {
|
|
47865
49458
|
if (row) this.selectedRows.push(row);
|
|
47866
49459
|
this.$refs.confirmDeleteDialogRef?.show();
|
|
47867
49460
|
},
|
|
@@ -47936,6 +49529,7 @@ var BaseCrudSecondaryFiltersDrawer_component = normalizeComponent(
|
|
|
47936
49529
|
this.showBaseCrudForm(duplicatedRowData);
|
|
47937
49530
|
},
|
|
47938
49531
|
updateSearchFilter(value) {
|
|
49532
|
+
if (!this.filters) return;
|
|
47939
49533
|
const filters = this.filters;
|
|
47940
49534
|
filters.search = value;
|
|
47941
49535
|
},
|
|
@@ -47946,8 +49540,12 @@ var BaseCrudSecondaryFiltersDrawer_component = normalizeComponent(
|
|
|
47946
49540
|
this.$refs.baseCrudSecondaryFiltersDrawerRef?.hidden();
|
|
47947
49541
|
},
|
|
47948
49542
|
clearSecondaryFilters() {
|
|
47949
|
-
|
|
47950
|
-
|
|
49543
|
+
if (!this.filters?.secondary?.length) return;
|
|
49544
|
+
for (const tab of this?.filters?.secondary) {
|
|
49545
|
+
for (const filter of tab.filters) {
|
|
49546
|
+
if (filter.type !== "filter") continue;
|
|
49547
|
+
filter.value = null;
|
|
49548
|
+
}
|
|
47951
49549
|
}
|
|
47952
49550
|
}
|
|
47953
49551
|
},
|
|
@@ -47984,9 +49582,9 @@ var BaseCrudSecondaryFiltersDrawer_component = normalizeComponent(
|
|
|
47984
49582
|
});
|
|
47985
49583
|
;// ./src/components/views/BaseCrudView.vue?vue&type=script&lang=js
|
|
47986
49584
|
/* harmony default export */ var views_BaseCrudViewvue_type_script_lang_js = (BaseCrudViewvue_type_script_lang_js);
|
|
47987
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/views/BaseCrudView.vue?vue&type=style&index=0&id=
|
|
47988
|
-
var
|
|
47989
|
-
;// ./src/components/views/BaseCrudView.vue?vue&type=style&index=0&id=
|
|
49585
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/views/BaseCrudView.vue?vue&type=style&index=0&id=64fd7006&prod&lang=scss
|
|
49586
|
+
var BaseCrudViewvue_type_style_index_0_id_64fd7006_prod_lang_scss = __webpack_require__(6383);
|
|
49587
|
+
;// ./src/components/views/BaseCrudView.vue?vue&type=style&index=0&id=64fd7006&prod&lang=scss
|
|
47990
49588
|
|
|
47991
49589
|
;// ./src/components/views/BaseCrudView.vue
|
|
47992
49590
|
|
|
@@ -47999,8 +49597,8 @@ var BaseCrudViewvue_type_style_index_0_id_353d150c_prod_lang_scss = __webpack_re
|
|
|
47999
49597
|
|
|
48000
49598
|
var BaseCrudView_component = normalizeComponent(
|
|
48001
49599
|
views_BaseCrudViewvue_type_script_lang_js,
|
|
48002
|
-
|
|
48003
|
-
|
|
49600
|
+
BaseCrudViewvue_type_template_id_64fd7006_render,
|
|
49601
|
+
BaseCrudViewvue_type_template_id_64fd7006_staticRenderFns,
|
|
48004
49602
|
false,
|
|
48005
49603
|
null,
|
|
48006
49604
|
null,
|
|
@@ -49086,20 +50684,28 @@ var es_set_union_v2 = __webpack_require__(1698);
|
|
|
49086
50684
|
|
|
49087
50685
|
class CrudViewConfigs {
|
|
49088
50686
|
constructor({
|
|
49089
|
-
viewTitle
|
|
49090
|
-
viewIcon
|
|
49091
|
-
primaryKey
|
|
49092
|
-
endpoint
|
|
50687
|
+
viewTitle,
|
|
50688
|
+
viewIcon,
|
|
50689
|
+
primaryKey,
|
|
50690
|
+
endpoint,
|
|
50691
|
+
baseTransaction,
|
|
50692
|
+
readOnly = false,
|
|
50693
|
+
allowExport = true,
|
|
50694
|
+
allowImport = true,
|
|
49093
50695
|
useServerSidePagination = false,
|
|
49094
50696
|
useServerSideSearch = false
|
|
49095
|
-
}
|
|
50697
|
+
}) {
|
|
49096
50698
|
_defineProperty(this, "tableName", "");
|
|
49097
50699
|
_defineProperty(this, "tableIcon", "");
|
|
49098
50700
|
_defineProperty(this, "hasFetch", false);
|
|
50701
|
+
_defineProperty(this, "readOnly", false);
|
|
50702
|
+
_defineProperty(this, "allowExport", false);
|
|
50703
|
+
_defineProperty(this, "allowImport", false);
|
|
50704
|
+
_defineProperty(this, "baseTransaction", "");
|
|
49099
50705
|
_defineProperty(this, "useServerSidePagination", false);
|
|
49100
50706
|
_defineProperty(this, "useServerSideSearch", false);
|
|
49101
50707
|
_defineProperty(this, "primaryKey", "");
|
|
49102
|
-
_defineProperty(this, "endpoint",
|
|
50708
|
+
_defineProperty(this, "endpoint", void 0);
|
|
49103
50709
|
_defineProperty(this, "paginationSettings", {
|
|
49104
50710
|
page: 1,
|
|
49105
50711
|
itemsPerPage: 15,
|
|
@@ -49138,6 +50744,10 @@ class CrudViewConfigs {
|
|
|
49138
50744
|
this.tableName = viewTitle;
|
|
49139
50745
|
this.tableIcon = viewIcon;
|
|
49140
50746
|
this.primaryKey = primaryKey;
|
|
50747
|
+
this.readOnly = readOnly;
|
|
50748
|
+
this.allowExport = allowExport;
|
|
50749
|
+
this.allowImport = allowImport;
|
|
50750
|
+
this.baseTransaction = baseTransaction;
|
|
49141
50751
|
this.endpoint = this.isValidEndpoint(endpoint) ? endpoint : CrudViewConfigs.generateEndpoint();
|
|
49142
50752
|
this.useServerSidePagination = useServerSidePagination;
|
|
49143
50753
|
if (useServerSidePagination) useServerSideSearch = true;
|
|
@@ -49168,6 +50778,7 @@ class CrudViewConfigs {
|
|
|
49168
50778
|
get viewMethods() {
|
|
49169
50779
|
return {
|
|
49170
50780
|
getFilters: this.getFilters.bind(this),
|
|
50781
|
+
getDisplayFilters: this.getDisplayFilters.bind(this),
|
|
49171
50782
|
fetchTableOptionsData: this.fetchTableOptionsData.bind(this),
|
|
49172
50783
|
fetchFormOptionsData: this.fetchFormOptionsData.bind(this),
|
|
49173
50784
|
fetchFiltersData: this.fetchFiltersData.bind(this),
|
|
@@ -49192,81 +50803,86 @@ class CrudViewConfigs {
|
|
|
49192
50803
|
}
|
|
49193
50804
|
getFilters(filters, searchColums) {
|
|
49194
50805
|
const conditions = [];
|
|
49195
|
-
filters?.primary?.forEach(
|
|
49196
|
-
|
|
49197
|
-
|
|
49198
|
-
|
|
49199
|
-
const
|
|
49200
|
-
|
|
49201
|
-
|
|
49202
|
-
|
|
49203
|
-
|
|
49204
|
-
|
|
49205
|
-
|
|
49206
|
-
|
|
49207
|
-
|
|
49208
|
-
|
|
49209
|
-
|
|
49210
|
-
|
|
49211
|
-
|
|
49212
|
-
|
|
49213
|
-
|
|
49214
|
-
|
|
49215
|
-
|
|
49216
|
-
|
|
49217
|
-
|
|
49218
|
-
|
|
50806
|
+
filters?.primary?.forEach(tab => {
|
|
50807
|
+
tab.filters.forEach(filter => {
|
|
50808
|
+
if (filter?.type === "display") return;
|
|
50809
|
+
if ([null, undefined].includes(filter.value)) return;
|
|
50810
|
+
const isDateFilter = filter.component === "date-picker";
|
|
50811
|
+
if (isDateFilter) {
|
|
50812
|
+
const isRange = filter.componentProps?.range;
|
|
50813
|
+
return conditions.push({
|
|
50814
|
+
AndOr: "AND",
|
|
50815
|
+
column: filter.column,
|
|
50816
|
+
operator: isRange ? "BETWEEN" : "=",
|
|
50817
|
+
value: isRange ? filter.value[0] : filter.value,
|
|
50818
|
+
value2: isRange ? filter.value[1] : null
|
|
50819
|
+
});
|
|
50820
|
+
}
|
|
50821
|
+
const isCheckBoxFilter = filter.component === "v-checkbox";
|
|
50822
|
+
if (isCheckBoxFilter) {
|
|
50823
|
+
return conditions.push({
|
|
50824
|
+
AndOr: "AND",
|
|
50825
|
+
column: filter.column,
|
|
50826
|
+
operator: "=",
|
|
50827
|
+
value: filter.value ? 1 : 0
|
|
50828
|
+
});
|
|
50829
|
+
}
|
|
50830
|
+
if (!filter.componentProps?.multiple) {
|
|
50831
|
+
return conditions.push({
|
|
50832
|
+
AndOr: "AND",
|
|
50833
|
+
column: filter.column,
|
|
50834
|
+
operator: "=",
|
|
50835
|
+
value: filter.value
|
|
50836
|
+
});
|
|
50837
|
+
}
|
|
50838
|
+
if (!filter.value.length) return;
|
|
50839
|
+
conditions.push({
|
|
49219
50840
|
AndOr: "AND",
|
|
49220
50841
|
column: filter.column,
|
|
49221
|
-
operator: "
|
|
50842
|
+
operator: "IN",
|
|
49222
50843
|
value: filter.value
|
|
49223
50844
|
});
|
|
49224
|
-
}
|
|
49225
|
-
if (!filter.value.length) return;
|
|
49226
|
-
conditions.push({
|
|
49227
|
-
AndOr: "AND",
|
|
49228
|
-
column: filter.column,
|
|
49229
|
-
operator: "IN",
|
|
49230
|
-
value: filter.value
|
|
49231
50845
|
});
|
|
49232
50846
|
});
|
|
49233
|
-
filters?.secondary?.forEach(
|
|
49234
|
-
|
|
49235
|
-
|
|
49236
|
-
|
|
49237
|
-
|
|
49238
|
-
|
|
49239
|
-
|
|
49240
|
-
|
|
49241
|
-
|
|
49242
|
-
|
|
49243
|
-
|
|
49244
|
-
|
|
49245
|
-
|
|
49246
|
-
|
|
49247
|
-
|
|
49248
|
-
|
|
49249
|
-
|
|
49250
|
-
|
|
49251
|
-
|
|
49252
|
-
|
|
49253
|
-
|
|
49254
|
-
|
|
49255
|
-
|
|
49256
|
-
|
|
49257
|
-
|
|
50847
|
+
filters?.secondary?.forEach(tab => {
|
|
50848
|
+
tab.filters.forEach(filter => {
|
|
50849
|
+
if (filter?.type === "display") return;
|
|
50850
|
+
if ([null, undefined].includes(filter.value)) return;
|
|
50851
|
+
const isDateInput = filter.component === "date-picker";
|
|
50852
|
+
if (isDateInput) {
|
|
50853
|
+
const isRange = filter.componentProps?.range;
|
|
50854
|
+
return conditions.push({
|
|
50855
|
+
AndOr: "AND",
|
|
50856
|
+
column: filter.column,
|
|
50857
|
+
operator: isRange ? "BETWEEN" : "=",
|
|
50858
|
+
value: isRange ? filter.value[0] : filter.value,
|
|
50859
|
+
value2: isRange ? filter.value[2] : null
|
|
50860
|
+
});
|
|
50861
|
+
}
|
|
50862
|
+
const isCheckBoxFilter = filter.component === "v-checkbox";
|
|
50863
|
+
if (isCheckBoxFilter) {
|
|
50864
|
+
return conditions.push({
|
|
50865
|
+
AndOr: "AND",
|
|
50866
|
+
column: filter.column,
|
|
50867
|
+
operator: "=",
|
|
50868
|
+
value: filter.value ? 1 : 0
|
|
50869
|
+
});
|
|
50870
|
+
}
|
|
50871
|
+
if (!filter.componentProps?.multiple) {
|
|
50872
|
+
return conditions.push({
|
|
50873
|
+
AndOr: "AND",
|
|
50874
|
+
column: filter.column,
|
|
50875
|
+
operator: "=",
|
|
50876
|
+
value: filter.value
|
|
50877
|
+
});
|
|
50878
|
+
}
|
|
50879
|
+
if (!filter.value.length) return;
|
|
50880
|
+
conditions.push({
|
|
49258
50881
|
AndOr: "AND",
|
|
49259
50882
|
column: filter.column,
|
|
49260
|
-
operator: "
|
|
50883
|
+
operator: "IN",
|
|
49261
50884
|
value: filter.value
|
|
49262
50885
|
});
|
|
49263
|
-
}
|
|
49264
|
-
if (!filter.value.length) return;
|
|
49265
|
-
conditions.push({
|
|
49266
|
-
AndOr: "AND",
|
|
49267
|
-
column: filter.column,
|
|
49268
|
-
operator: "IN",
|
|
49269
|
-
value: filter.value
|
|
49270
50886
|
});
|
|
49271
50887
|
});
|
|
49272
50888
|
if (filters?.search && searchColums?.length) {
|
|
@@ -49275,16 +50891,37 @@ class CrudViewConfigs {
|
|
|
49275
50891
|
}
|
|
49276
50892
|
return conditions;
|
|
49277
50893
|
}
|
|
50894
|
+
getDisplayFilters(filters) {
|
|
50895
|
+
const displayFilters = [];
|
|
50896
|
+
filters?.primary?.forEach(tab => {
|
|
50897
|
+
tab.filters.forEach(filter => {
|
|
50898
|
+
if (filter?.type !== "display") return;
|
|
50899
|
+
displayFilters.push([filter.column, filter.value]);
|
|
50900
|
+
});
|
|
50901
|
+
});
|
|
50902
|
+
filters?.secondary?.forEach(tab => {
|
|
50903
|
+
tab.filters.forEach(filter => {
|
|
50904
|
+
if (filter?.type !== "display") return;
|
|
50905
|
+
displayFilters.push([filter.column, filter.value]);
|
|
50906
|
+
});
|
|
50907
|
+
});
|
|
50908
|
+
return displayFilters;
|
|
50909
|
+
}
|
|
49278
50910
|
setCurrentFilters(filters) {
|
|
49279
50911
|
this.currentFilters.primary = [];
|
|
49280
50912
|
this.currentFilters.secondary = [];
|
|
49281
50913
|
this.currentFilters.search = "";
|
|
49282
|
-
filters?.primary?.forEach(
|
|
49283
|
-
|
|
50914
|
+
filters?.primary?.forEach(tab => {
|
|
50915
|
+
tab.filters.forEach(filter => {
|
|
50916
|
+
if (filter?.type === "display") return;
|
|
50917
|
+
this.currentFilters.primary.push(filter.value);
|
|
50918
|
+
});
|
|
49284
50919
|
});
|
|
49285
|
-
filters?.secondary?.forEach(
|
|
49286
|
-
|
|
49287
|
-
|
|
50920
|
+
filters?.secondary?.forEach(tab => {
|
|
50921
|
+
tab.filters.forEach(filter => {
|
|
50922
|
+
if (filter?.type === "display") return;
|
|
50923
|
+
this.currentFilters.secondary.push(filter.value);
|
|
50924
|
+
});
|
|
49288
50925
|
});
|
|
49289
50926
|
this.currentFilters.search = filters.search;
|
|
49290
50927
|
return this.currentFilters;
|
|
@@ -49345,10 +50982,6 @@ class CrudViewConfigs {
|
|
|
49345
50982
|
filters.secondary[filterIndex].props.loading = false;
|
|
49346
50983
|
});
|
|
49347
50984
|
}
|
|
49348
|
-
setPrimaryFilters(filters) {
|
|
49349
|
-
this.filters.primary = filters;
|
|
49350
|
-
return this;
|
|
49351
|
-
}
|
|
49352
50985
|
static generateEndpoint(url = "", params = {
|
|
49353
50986
|
conditions: []
|
|
49354
50987
|
}) {
|
|
@@ -49369,77 +51002,53 @@ class CrudViewConfigs {
|
|
|
49369
51002
|
if (Array.isArray(column)) return false;
|
|
49370
51003
|
return true;
|
|
49371
51004
|
}
|
|
49372
|
-
|
|
49373
|
-
|
|
49374
|
-
|
|
49375
|
-
|
|
49376
|
-
|
|
49377
|
-
|
|
49378
|
-
|
|
49379
|
-
|
|
49380
|
-
|
|
49381
|
-
ignoreOnFetchFunction = false
|
|
49382
|
-
} = {}) {
|
|
49383
|
-
if (!this.avalibleFilterComponents.has(filterComponent)) throw new Error("O componente escolhido para o filtro não é um componente valido!");
|
|
49384
|
-
const hooksKeys = Object.keys(hooks);
|
|
49385
|
-
for (const hookKey of hooksKeys) {
|
|
49386
|
-
if (this.avalibleFilterOptionHooks.has(hookKey)) continue;
|
|
49387
|
-
throw new Error(`O hook ${hookKey}, não esta disponivel para o filtro primario: ${column}!`);
|
|
49388
|
-
}
|
|
49389
|
-
this.filters.primary.push({
|
|
49390
|
-
column: this.isValidColumn(column) ? column : "",
|
|
49391
|
-
is: filterComponent,
|
|
49392
|
-
items: this.isValidItemsArray(itemsArray) ? itemsArray : [],
|
|
49393
|
-
value: initialValue ?? null,
|
|
49394
|
-
endpoint: this.isValidEndpoint(endpoint) ? endpoint : CrudViewConfigs.generateEndpoint(),
|
|
49395
|
-
dependsOn: dependsOn,
|
|
49396
|
-
props: {
|
|
49397
|
-
loading: false,
|
|
49398
|
-
returnObject: false,
|
|
49399
|
-
...componentProps
|
|
51005
|
+
createFilterTab(title) {
|
|
51006
|
+
const tab = {
|
|
51007
|
+
title,
|
|
51008
|
+
filters: []
|
|
51009
|
+
};
|
|
51010
|
+
const builder = {
|
|
51011
|
+
addFilter: filterData => {
|
|
51012
|
+
tab.filters.push(this.generateFilter(filterData));
|
|
51013
|
+
return builder;
|
|
49400
51014
|
},
|
|
49401
|
-
|
|
49402
|
-
|
|
49403
|
-
|
|
49404
|
-
return this;
|
|
51015
|
+
build: () => tab
|
|
51016
|
+
};
|
|
51017
|
+
return builder;
|
|
49405
51018
|
}
|
|
49406
|
-
|
|
49407
|
-
|
|
51019
|
+
addNewPrimaryFilterTab(tab) {
|
|
51020
|
+
this.filters.primary.push(tab);
|
|
51021
|
+
return this;
|
|
49408
51022
|
}
|
|
49409
|
-
|
|
49410
|
-
|
|
49411
|
-
for (const [index, filter] of filters.entries()) {
|
|
49412
|
-
const filterPosition = index + 1;
|
|
49413
|
-
if (this.isValidColumn(filter.column)) throw new Error(this.getInvalidSetFilterFieldMessage("column", filterPosition));
|
|
49414
|
-
}
|
|
49415
|
-
this.filters.secondary = filters;
|
|
51023
|
+
addNewSecondaryFilterTab(tab) {
|
|
51024
|
+
this.filters.secondary.push(tab);
|
|
49416
51025
|
return this;
|
|
49417
51026
|
}
|
|
49418
|
-
|
|
51027
|
+
generateFilter({
|
|
49419
51028
|
column = "",
|
|
49420
|
-
|
|
49421
|
-
|
|
49422
|
-
|
|
49423
|
-
endpoint =
|
|
51029
|
+
component,
|
|
51030
|
+
items = [],
|
|
51031
|
+
value = null,
|
|
51032
|
+
endpoint = CrudViewConfigs.generateEndpoint(),
|
|
49424
51033
|
componentProps = {},
|
|
49425
51034
|
hooks = {},
|
|
49426
51035
|
dependsOn = "",
|
|
49427
51036
|
ignoreOnFetchFunction = false,
|
|
49428
51037
|
type = "filter"
|
|
49429
|
-
}
|
|
49430
|
-
if (!this.avalibleFilterComponents.has(
|
|
51038
|
+
}) {
|
|
51039
|
+
if (!this.avalibleFilterComponents.has(component)) throw new Error(`O componente: ${component} escolhido para o filtro do tipo: ${type} não é um componente valido!`);
|
|
49431
51040
|
const hooksKeys = Object.keys(hooks);
|
|
49432
51041
|
for (const hookKey of hooksKeys) {
|
|
49433
51042
|
if (this.avalibleFilterOptionHooks.has(hookKey)) continue;
|
|
49434
|
-
throw new Error(`O hook ${hookKey}, não esta disponivel para o filtro
|
|
51043
|
+
throw new Error(`O hook ${hookKey}, não esta disponivel para o filtro: ${column} do tipo: ${type} do componente: ${component}!`);
|
|
49435
51044
|
}
|
|
49436
|
-
|
|
51045
|
+
return {
|
|
49437
51046
|
column: this.isValidColumn(column) ? column : "",
|
|
49438
|
-
|
|
49439
|
-
items: this.isValidItemsArray(
|
|
49440
|
-
value:
|
|
51047
|
+
component,
|
|
51048
|
+
items: this.isValidItemsArray(items) ? items : [],
|
|
51049
|
+
value: value ?? null,
|
|
49441
51050
|
endpoint: this.isValidEndpoint(endpoint) ? endpoint : CrudViewConfigs.generateEndpoint(),
|
|
49442
|
-
|
|
51051
|
+
componentProps: {
|
|
49443
51052
|
loading: false,
|
|
49444
51053
|
returnObject: false,
|
|
49445
51054
|
...componentProps
|
|
@@ -49448,8 +51057,7 @@ class CrudViewConfigs {
|
|
|
49448
51057
|
hooks,
|
|
49449
51058
|
ignoreOnFetchFunction,
|
|
49450
51059
|
type
|
|
49451
|
-
}
|
|
49452
|
-
return this;
|
|
51060
|
+
};
|
|
49453
51061
|
}
|
|
49454
51062
|
setTableOptions(tableOptions = []) {
|
|
49455
51063
|
this.tableOptions = tableOptions;
|
|
@@ -49457,16 +51065,16 @@ class CrudViewConfigs {
|
|
|
49457
51065
|
}
|
|
49458
51066
|
addTableOption({
|
|
49459
51067
|
column = "",
|
|
49460
|
-
|
|
49461
|
-
endpoint
|
|
49462
|
-
formatter
|
|
49463
|
-
filterFunction
|
|
51068
|
+
items = [],
|
|
51069
|
+
endpoint,
|
|
51070
|
+
formatter,
|
|
51071
|
+
filterFunction,
|
|
49464
51072
|
ignoreOnFetchFunction = false
|
|
49465
|
-
}
|
|
51073
|
+
}) {
|
|
49466
51074
|
this.tableOptions.push({
|
|
49467
51075
|
column: this.isValidColumn(column) ? column : "",
|
|
49468
51076
|
endpoint: this.isValidEndpoint(endpoint) ? endpoint : CrudViewConfigs.generateEndpoint(),
|
|
49469
|
-
items: this.isValidItemsArray(
|
|
51077
|
+
items: this.isValidItemsArray(items) ? items : [],
|
|
49470
51078
|
formatter,
|
|
49471
51079
|
filterFunction,
|
|
49472
51080
|
ignoreOnFetchFunction
|
|
@@ -49478,7 +51086,7 @@ class CrudViewConfigs {
|
|
|
49478
51086
|
formOptions = [],
|
|
49479
51087
|
hooks = {},
|
|
49480
51088
|
loading = false
|
|
49481
|
-
}
|
|
51089
|
+
}) {
|
|
49482
51090
|
this.formSettings = {
|
|
49483
51091
|
baseModel,
|
|
49484
51092
|
formOptions,
|
|
@@ -49497,25 +51105,32 @@ class CrudViewConfigs {
|
|
|
49497
51105
|
}
|
|
49498
51106
|
addFormOption({
|
|
49499
51107
|
column = "",
|
|
49500
|
-
|
|
51108
|
+
items = [],
|
|
49501
51109
|
dependsOn = "",
|
|
49502
|
-
endpoint
|
|
49503
|
-
hooks
|
|
49504
|
-
ignoreOnFetchFunction = false
|
|
49505
|
-
|
|
49506
|
-
|
|
49507
|
-
|
|
49508
|
-
|
|
49509
|
-
|
|
51110
|
+
endpoint,
|
|
51111
|
+
hooks,
|
|
51112
|
+
ignoreOnFetchFunction = false,
|
|
51113
|
+
componentProps,
|
|
51114
|
+
component,
|
|
51115
|
+
loading = false
|
|
51116
|
+
}) {
|
|
51117
|
+
if (hooks) {
|
|
51118
|
+
const hooksKeys = Object.keys(hooks);
|
|
51119
|
+
for (const hookKey of hooksKeys) {
|
|
51120
|
+
if (this.avalibleFormOptionHooks.has(hookKey)) continue;
|
|
51121
|
+
throw new Error(`O hook ${hookKey}, não esta disponivel para o form option: ${column}!`);
|
|
51122
|
+
}
|
|
49510
51123
|
}
|
|
49511
51124
|
this.formSettings.formOptions.push({
|
|
49512
51125
|
column: this.isValidColumn(column) ? column : "",
|
|
49513
|
-
items: this.isValidItemsArray(
|
|
49514
|
-
loading
|
|
51126
|
+
items: this.isValidItemsArray(items) ? items : [],
|
|
51127
|
+
loading,
|
|
49515
51128
|
endpoint: this.isValidEndpoint(endpoint) ? endpoint : CrudViewConfigs.generateEndpoint(),
|
|
49516
51129
|
dependsOn,
|
|
49517
51130
|
hooks,
|
|
49518
|
-
ignoreOnFetchFunction
|
|
51131
|
+
ignoreOnFetchFunction,
|
|
51132
|
+
componentProps,
|
|
51133
|
+
component
|
|
49519
51134
|
});
|
|
49520
51135
|
return this;
|
|
49521
51136
|
}
|
|
@@ -49528,11 +51143,6 @@ class CrudViewConfigs {
|
|
|
49528
51143
|
this.formSettings.hooks = hooks;
|
|
49529
51144
|
return this;
|
|
49530
51145
|
}
|
|
49531
|
-
addFormHook(key = "", hookFunction) {
|
|
49532
|
-
if (!this.avalibleFormHooks.has(key)) throw new Error(`O hook ${key}, não esta disponivel como form hook!`);
|
|
49533
|
-
this.formSettings.hooks[key] = hookFunction;
|
|
49534
|
-
return this;
|
|
49535
|
-
}
|
|
49536
51146
|
setPaginationSettings({
|
|
49537
51147
|
page = 1,
|
|
49538
51148
|
itemsPerPage = 15,
|