@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.
@@ -6218,12 +6218,12 @@ if (typeof window !== 'undefined') {
6218
6218
  // Indicate to webpack that this file can be concatenated
6219
6219
  /* harmony default export */ var setPublicPath = (null);
6220
6220
 
6221
- // 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&
6221
+ // 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&
6222
6222
  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)}
6223
6223
  var staticRenderFns = []
6224
6224
 
6225
6225
 
6226
- // CONCATENATED MODULE: ./src/components/CompositeTable/index.vue?vue&type=template&id=616c3de9&scoped=true&
6226
+ // CONCATENATED MODULE: ./src/components/CompositeTable/index.vue?vue&type=template&id=ef8bba7e&scoped=true&
6227
6227
 
6228
6228
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.to-string.js
6229
6229
  var es_object_to_string = __webpack_require__("d3b7");
@@ -8241,6 +8241,10 @@ var QuickSearchFilter_component = normalizeComponent(
8241
8241
  default: "--",
8242
8242
  type: String
8243
8243
  },
8244
+ selectFilter: {
8245
+ default: "",
8246
+ type: String
8247
+ },
8244
8248
  storageKey: {
8245
8249
  default: "storage.key",
8246
8250
  type: String
@@ -8340,7 +8344,7 @@ var QuickSearchFilter_component = normalizeComponent(
8340
8344
  _this.loading = true;
8341
8345
  _context.prev = 1;
8342
8346
  _context.next = 4;
8343
- return _this.repository.all(_this.queryFilter, _this.includes);
8347
+ return _this.repository.all(_this.queryFilter, _this.includes, _this.selectFilter);
8344
8348
 
8345
8349
  case 4:
8346
8350
  response = _context.sent;
@@ -8450,7 +8454,7 @@ var CompositeTable_component = normalizeComponent(
8450
8454
  staticRenderFns,
8451
8455
  false,
8452
8456
  null,
8453
- "616c3de9",
8457
+ "ef8bba7e",
8454
8458
  null
8455
8459
 
8456
8460
  )