@tripup-company/element-ui-extended 0.0.55 → 0.0.56

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.
@@ -24197,7 +24197,7 @@ if (typeof window !== 'undefined') {
24197
24197
  // EXTERNAL MODULE: ./src/styles/index.scss
24198
24198
  var styles = __webpack_require__("b20f");
24199
24199
 
24200
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5a433ff0-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=a7c88da2&scoped=true&
24200
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5a433ff0-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=2d5a8212&scoped=true&
24201
24201
  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()]},null,{
24202
24202
  topFilter: _vm.topFilter,
24203
24203
  search: _vm.search,
@@ -24207,7 +24207,7 @@ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._sel
24207
24207
  var staticRenderFns = []
24208
24208
 
24209
24209
 
24210
- // CONCATENATED MODULE: ./src/components/CompositeTable/index.vue?vue&type=template&id=a7c88da2&scoped=true&
24210
+ // CONCATENATED MODULE: ./src/components/CompositeTable/index.vue?vue&type=template&id=2d5a8212&scoped=true&
24211
24211
 
24212
24212
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.to-string.js
24213
24213
  var es_object_to_string = __webpack_require__("d3b7");
@@ -26520,7 +26520,8 @@ var QuickSearchFilter_component = normalizeComponent(
26520
26520
  handleFilterChange: function handleFilterChange() {
26521
26521
  this.handleCurrentChange(1);
26522
26522
  },
26523
- handleApplyFilter: function handleApplyFilter() {
26523
+ handleApplyFilter: function handleApplyFilter(search) {
26524
+ this.search = search;
26524
26525
  this.listQueryService.updateListQuery({
26525
26526
  search: this.search
26526
26527
  });
@@ -26539,7 +26540,8 @@ var QuickSearchFilter_component = normalizeComponent(
26539
26540
  });
26540
26541
  this.handleFilterChange({});
26541
26542
  },
26542
- handleApplyTopFilter: function handleApplyTopFilter() {
26543
+ handleApplyTopFilter: function handleApplyTopFilter(topSearch) {
26544
+ this.topSearch = topSearch;
26543
26545
  this.listQueryService.updateListQuery({
26544
26546
  topSearch: this.topSearch
26545
26547
  });
@@ -26575,7 +26577,7 @@ var CompositeTable_component = normalizeComponent(
26575
26577
  staticRenderFns,
26576
26578
  false,
26577
26579
  null,
26578
- "a7c88da2",
26580
+ "2d5a8212",
26579
26581
  null
26580
26582
 
26581
26583
  )