@tripup-company/element-ui-extended 0.0.21 → 0.0.25

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.
@@ -6209,12 +6209,12 @@ if (typeof window !== 'undefined') {
6209
6209
  // Indicate to webpack that this file can be concatenated
6210
6210
  /* harmony default export */ var setPublicPath = (null);
6211
6211
 
6212
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7229a924-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CompositeTable/index.vue?vue&type=template&id=616c3de9&scoped=true&
6212
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"7229a924-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CompositeTable/index.vue?vue&type=template&id=ef8bba7e&scoped=true&
6213
6213
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.loading),expression:"loading"}],staticClass:"composite-table"},[_vm._t("default",function(){return [_c('el-row',{attrs:{"gutter":20}},[_c('el-col',{attrs:{"span":_vm.filters.length ? 18 : 24}},[_vm._t("quick-search-filter",function(){return [(_vm.topFilter)?_c('quick-search-filter',{attrs:{"filter":_vm.topFilter,"search":_vm.topSearch},on:{"apply:filter":_vm.handleApplyTopFilter,"reset:filter":_vm.handleResetTopFilter}}):_vm._e()]},{"handleApplyTopFilter":_vm.handleApplyTopFilter,"handleResetTopFilter":_vm.handleResetTopFilter},{ topFilter: _vm.topFilter, search: _vm.search }),_vm._t("table",function(){return [_c('generic-table',{attrs:{"fields":_vm.fields,"data":_vm.data},on:{"sort:change":_vm.handleChangeSort}})]},{"handleChangeSort":_vm.handleChangeSort},{ fields: _vm.fields, data: _vm.data }),_c('el-row',[_c('el-col',[_vm._t("paginator",function(){return [_c('generic-paginator',{attrs:{"total":_vm.total,"limit":_vm.limit,"current-page":_vm.currentPage},on:{"size:change":_vm.handleSizeChange,"page:change":_vm.handleCurrentChange}})]},null,{ total: _vm.total, limit: _vm.limit, currentPage: _vm.currentPage })],2)],1)],2),_c('el-col',{attrs:{"span":_vm.filters.length ? 6 : 0}},[_vm._t("filter",function(){return [(_vm.filters.length)?_c('generic-filter',{attrs:{"filters":_vm.filters,"search":_vm.search},on:{"apply:filter":_vm.handleApplyFilter,"reset:filter":_vm.handleResetFilter}}):_vm._e()]},{"handleApplyFilter":_vm.handleApplyFilter,"handleResetFilter":_vm.handleResetFilter},{ filters: _vm.filters, search: _vm.search })],2)],1)]})],2)}
6214
6214
  var staticRenderFns = []
6215
6215
 
6216
6216
 
6217
- // CONCATENATED MODULE: ./src/components/CompositeTable/index.vue?vue&type=template&id=616c3de9&scoped=true&
6217
+ // CONCATENATED MODULE: ./src/components/CompositeTable/index.vue?vue&type=template&id=ef8bba7e&scoped=true&
6218
6218
 
6219
6219
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.to-string.js
6220
6220
  var es_object_to_string = __webpack_require__("d3b7");
@@ -8232,6 +8232,10 @@ var QuickSearchFilter_component = normalizeComponent(
8232
8232
  default: "--",
8233
8233
  type: String
8234
8234
  },
8235
+ selectFilter: {
8236
+ default: "",
8237
+ type: String
8238
+ },
8235
8239
  storageKey: {
8236
8240
  default: "storage.key",
8237
8241
  type: String
@@ -8331,7 +8335,7 @@ var QuickSearchFilter_component = normalizeComponent(
8331
8335
  _this.loading = true;
8332
8336
  _context.prev = 1;
8333
8337
  _context.next = 4;
8334
- return _this.repository.all(_this.queryFilter, _this.includes);
8338
+ return _this.repository.all(_this.queryFilter, _this.includes, _this.selectFilter);
8335
8339
 
8336
8340
  case 4:
8337
8341
  response = _context.sent;
@@ -8441,7 +8445,7 @@ var CompositeTable_component = normalizeComponent(
8441
8445
  staticRenderFns,
8442
8446
  false,
8443
8447
  null,
8444
- "616c3de9",
8448
+ "ef8bba7e",
8445
8449
  null
8446
8450
 
8447
8451
  )