@weitutech/by-components 1.1.203 → 1.1.205

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.
@@ -97710,8 +97710,8 @@ var ByCardView_component = normalizeComponent(
97710
97710
  )
97711
97711
 
97712
97712
  /* harmony default export */ var ByCardView = (ByCardView_component.exports);
97713
- ;// ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"8cd600e8-vue-loader-template"}!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/cache-loader/dist/cjs.js??ruleSet[0].use[0]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/card-selector/ByCardSelector.vue?vue&type=template&id=293b51e4
97714
- var ByCardSelectorvue_type_template_id_293b51e4_render = function render() {
97713
+ ;// ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"8cd600e8-vue-loader-template"}!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/cache-loader/dist/cjs.js??ruleSet[0].use[0]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/card-selector/ByCardSelector.vue?vue&type=template&id=0a667b47
97714
+ var ByCardSelectorvue_type_template_id_0a667b47_render = function render() {
97715
97715
  var _vm = this,
97716
97716
  _c = _vm._self._c;
97717
97717
  return _c('div', {
@@ -97751,87 +97751,83 @@ var ByCardSelectorvue_type_template_id_293b51e4_render = function render() {
97751
97751
  return _vm.onCardKeydown($event, index);
97752
97752
  }
97753
97753
  }
97754
- }, [_vm._t("card", function () {
97755
- return [_c('div', {
97756
- staticClass: "by-card-selector__card-inner"
97757
- }, [_vm.hasIconArea(item) ? _c('div', {
97758
- staticClass: "by-card-selector__icon-wrap"
97759
- }, [_vm._t("icon", function () {
97760
- return [_vm.iconIsImage(item) ? _c('img', {
97761
- staticClass: "by-card-selector__icon-img",
97762
- attrs: {
97763
- "src": _vm.rawIcon(item),
97764
- "alt": ""
97765
- }
97766
- }) : _vm.rawIcon(item) ? _c('i', {
97767
- class: ['by-card-selector__icon-el', _vm.rawIcon(item)]
97768
- }) : _c('div', {
97769
- staticClass: "by-card-selector__icon-placeholder"
97770
- }, [_c('span', {
97771
- staticClass: "by-card-selector__icon-placeholder-text"
97772
- }, [_vm._v(_vm._s(_vm.iconFallbackLetter(item)))])])];
97773
- }, {
97774
- "item": item,
97775
- "index": index
97776
- })], 2) : _vm._e(), _c('div', {
97777
- staticClass: "by-card-selector__main"
97778
- }, [_c('div', {
97779
- staticClass: "by-card-selector__title-row"
97780
- }, [_c('span', {
97781
- staticClass: "by-card-selector__title"
97782
- }, [_vm._v(_vm._s(_vm.optionLabel(item)))]), _vm.optionTooltip(item) ? _c('el-tooltip', {
97783
- attrs: {
97784
- "content": String(_vm.optionTooltip(item)),
97785
- "placement": "top",
97786
- "open-delay": 300
97787
- }
97788
- }, [_c('span', {
97789
- staticClass: "by-card-selector__help",
97790
- on: {
97791
- "click": function ($event) {
97792
- $event.stopPropagation();
97793
- }
97754
+ }, [_vm.hasCardSlot ? _vm._t("card", null, {
97755
+ "item": item,
97756
+ "index": index,
97757
+ "selected": _vm.isSelected(item),
97758
+ "disabled": _vm.isItemDisabled(item)
97759
+ }) : _c('div', {
97760
+ staticClass: "by-card-selector__card-inner"
97761
+ }, [_vm.hasIconArea(item) ? _c('div', {
97762
+ staticClass: "by-card-selector__icon-wrap"
97763
+ }, [_vm.hasIconSlot ? _vm._t("icon", null, {
97764
+ "item": item,
97765
+ "index": index
97766
+ }) : [_vm.iconIsImage(item) ? _c('img', {
97767
+ staticClass: "by-card-selector__icon-img",
97768
+ attrs: {
97769
+ "src": _vm.rawIcon(item),
97770
+ "alt": ""
97771
+ }
97772
+ }) : _vm.rawIcon(item) ? _c('i', {
97773
+ class: ['by-card-selector__icon-el', _vm.rawIcon(item)]
97774
+ }) : _c('div', {
97775
+ staticClass: "by-card-selector__icon-placeholder"
97776
+ }, [_c('span', {
97777
+ staticClass: "by-card-selector__icon-placeholder-text"
97778
+ }, [_vm._v(_vm._s(_vm.iconFallbackLetter(item)))])])]], 2) : _vm._e(), _c('div', {
97779
+ staticClass: "by-card-selector__main"
97780
+ }, [_c('div', {
97781
+ staticClass: "by-card-selector__title-row"
97782
+ }, [_c('span', {
97783
+ staticClass: "by-card-selector__title"
97784
+ }, [_vm._v(_vm._s(_vm.optionLabel(item)))]), _vm.optionTooltip(item) ? _c('el-tooltip', {
97785
+ attrs: {
97786
+ "content": String(_vm.optionTooltip(item)),
97787
+ "placement": "top",
97788
+ "open-delay": 300
97789
+ }
97790
+ }, [_c('span', {
97791
+ staticClass: "by-card-selector__help",
97792
+ on: {
97793
+ "click": function ($event) {
97794
+ $event.stopPropagation();
97794
97795
  }
97795
- }, [_c('i', {
97796
- staticClass: "el-icon-question"
97797
- })])]) : _vm._e()], 1), _vm.optionDescription(item) ? _c('p', {
97798
- staticClass: "by-card-selector__desc"
97799
- }, [_vm._v(" " + _vm._s(_vm.optionDescription(item)) + " ")]) : _vm._e(), _vm.visibleTags(item).length || _vm.tagOverflowCount(item) > 0 ? _c('div', {
97800
- staticClass: "by-card-selector__tags"
97801
- }, [_vm._l(_vm.visibleTags(item), function (tag, ti) {
97802
- return _c('el-tag', {
97803
- key: ti,
97804
- staticClass: "by-card-selector__tag",
97805
- attrs: {
97806
- "size": "mini",
97807
- "type": "info",
97808
- "effect": "plain"
97809
- }
97810
- }, [_vm._v(" " + _vm._s(_vm.formatTag(tag)) + " ")]);
97811
- }), _vm.tagOverflowCount(item) > 0 ? _c('el-tag', {
97812
- staticClass: "by-card-selector__tag by-card-selector__tag--more",
97796
+ }
97797
+ }, [_c('i', {
97798
+ staticClass: "el-icon-question"
97799
+ })])]) : _vm._e()], 1), _vm.optionDescription(item) ? _c('p', {
97800
+ staticClass: "by-card-selector__desc"
97801
+ }, [_vm._v(" " + _vm._s(_vm.optionDescription(item)) + " ")]) : _vm._e(), _vm.visibleTags(item).length || _vm.tagOverflowCount(item) > 0 ? _c('div', {
97802
+ staticClass: "by-card-selector__tags"
97803
+ }, [_vm._l(_vm.visibleTags(item), function (tag, ti) {
97804
+ return _c('el-tag', {
97805
+ key: ti,
97806
+ staticClass: "by-card-selector__tag",
97813
97807
  attrs: {
97814
97808
  "size": "mini",
97815
97809
  "type": "info",
97816
97810
  "effect": "plain"
97817
97811
  }
97818
- }, [_vm._v(" +" + _vm._s(_vm.tagOverflowCount(item)) + " ")]) : _vm._e()], 2) : _vm._e()]), _vm.showCheckmark ? _c('div', {
97819
- staticClass: "by-card-selector__check",
97820
- attrs: {
97821
- "aria-hidden": "true"
97822
- }
97823
- }, [_vm.isSelected(item) ? _c('i', {
97824
- staticClass: "el-icon-check by-card-selector__check-icon"
97825
- }) : _vm._e()]) : _vm._e()])];
97826
- }, {
97827
- "item": item,
97828
- "index": index,
97829
- "selected": _vm.isSelected(item),
97830
- "disabled": _vm.isItemDisabled(item)
97831
- })], 2);
97812
+ }, [_vm._v(" " + _vm._s(_vm.formatTag(tag)) + " ")]);
97813
+ }), _vm.tagOverflowCount(item) > 0 ? _c('el-tag', {
97814
+ staticClass: "by-card-selector__tag by-card-selector__tag--more",
97815
+ attrs: {
97816
+ "size": "mini",
97817
+ "type": "info",
97818
+ "effect": "plain"
97819
+ }
97820
+ }, [_vm._v(" +" + _vm._s(_vm.tagOverflowCount(item)) + " ")]) : _vm._e()], 2) : _vm._e()]), _vm.showCheckmark ? _c('div', {
97821
+ staticClass: "by-card-selector__check",
97822
+ attrs: {
97823
+ "aria-hidden": "true"
97824
+ }
97825
+ }, [_vm.isSelected(item) ? _c('i', {
97826
+ staticClass: "el-icon-check by-card-selector__check-icon"
97827
+ }) : _vm._e()]) : _vm._e()])], 2);
97832
97828
  }), 0);
97833
97829
  };
97834
- var ByCardSelectorvue_type_template_id_293b51e4_staticRenderFns = [];
97830
+ var ByCardSelectorvue_type_template_id_0a667b47_staticRenderFns = [];
97835
97831
 
97836
97832
  ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/cache-loader/dist/cjs.js??ruleSet[0].use[0]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/card-selector/ByCardSelector.vue?vue&type=script&lang=js
97837
97833
 
@@ -97940,6 +97936,12 @@ const DEFAULT_OPTION_PROPS = () => ({
97940
97936
  return {
97941
97937
  maxHeight: this.verticalMaxHeight
97942
97938
  };
97939
+ },
97940
+ hasCardSlot() {
97941
+ return Boolean(this.$scopedSlots && this.$scopedSlots.card || this.$slots && this.$slots.card);
97942
+ },
97943
+ hasIconSlot() {
97944
+ return Boolean(this.$scopedSlots && this.$scopedSlots.icon || this.$slots && this.$slots.icon);
97943
97945
  }
97944
97946
  },
97945
97947
  watch: {
@@ -97995,7 +97997,7 @@ const DEFAULT_OPTION_PROPS = () => ({
97995
97997
  return /^https?:\/\//i.test(s) || /^data:image\//i.test(s) || /\.(png|jpe?g|gif|webp|svg)(\?|$)/i.test(s);
97996
97998
  },
97997
97999
  hasIconArea(item) {
97998
- return Boolean(this.rawIcon(item)) || Boolean(this.$scopedSlots && this.$scopedSlots.icon);
98000
+ return Boolean(this.rawIcon(item)) || this.hasIconSlot;
97999
98001
  },
98000
98002
  iconFallbackLetter(item) {
98001
98003
  const t = this.optionLabel(item);
@@ -98128,8 +98130,8 @@ const DEFAULT_OPTION_PROPS = () => ({
98128
98130
  ;
98129
98131
  var ByCardSelector_component = normalizeComponent(
98130
98132
  card_selector_ByCardSelectorvue_type_script_lang_js,
98131
- ByCardSelectorvue_type_template_id_293b51e4_render,
98132
- ByCardSelectorvue_type_template_id_293b51e4_staticRenderFns,
98133
+ ByCardSelectorvue_type_template_id_0a667b47_render,
98134
+ ByCardSelectorvue_type_template_id_0a667b47_staticRenderFns,
98133
98135
  false,
98134
98136
  null,
98135
98137
  null,
@@ -97720,8 +97720,8 @@ var ByCardView_component = normalizeComponent(
97720
97720
  )
97721
97721
 
97722
97722
  /* harmony default export */ var ByCardView = (ByCardView_component.exports);
97723
- ;// ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"8cd600e8-vue-loader-template"}!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/cache-loader/dist/cjs.js??ruleSet[0].use[0]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/card-selector/ByCardSelector.vue?vue&type=template&id=293b51e4
97724
- var ByCardSelectorvue_type_template_id_293b51e4_render = function render() {
97723
+ ;// ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"8cd600e8-vue-loader-template"}!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/cache-loader/dist/cjs.js??ruleSet[0].use[0]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/card-selector/ByCardSelector.vue?vue&type=template&id=0a667b47
97724
+ var ByCardSelectorvue_type_template_id_0a667b47_render = function render() {
97725
97725
  var _vm = this,
97726
97726
  _c = _vm._self._c;
97727
97727
  return _c('div', {
@@ -97761,87 +97761,83 @@ var ByCardSelectorvue_type_template_id_293b51e4_render = function render() {
97761
97761
  return _vm.onCardKeydown($event, index);
97762
97762
  }
97763
97763
  }
97764
- }, [_vm._t("card", function () {
97765
- return [_c('div', {
97766
- staticClass: "by-card-selector__card-inner"
97767
- }, [_vm.hasIconArea(item) ? _c('div', {
97768
- staticClass: "by-card-selector__icon-wrap"
97769
- }, [_vm._t("icon", function () {
97770
- return [_vm.iconIsImage(item) ? _c('img', {
97771
- staticClass: "by-card-selector__icon-img",
97772
- attrs: {
97773
- "src": _vm.rawIcon(item),
97774
- "alt": ""
97775
- }
97776
- }) : _vm.rawIcon(item) ? _c('i', {
97777
- class: ['by-card-selector__icon-el', _vm.rawIcon(item)]
97778
- }) : _c('div', {
97779
- staticClass: "by-card-selector__icon-placeholder"
97780
- }, [_c('span', {
97781
- staticClass: "by-card-selector__icon-placeholder-text"
97782
- }, [_vm._v(_vm._s(_vm.iconFallbackLetter(item)))])])];
97783
- }, {
97784
- "item": item,
97785
- "index": index
97786
- })], 2) : _vm._e(), _c('div', {
97787
- staticClass: "by-card-selector__main"
97788
- }, [_c('div', {
97789
- staticClass: "by-card-selector__title-row"
97790
- }, [_c('span', {
97791
- staticClass: "by-card-selector__title"
97792
- }, [_vm._v(_vm._s(_vm.optionLabel(item)))]), _vm.optionTooltip(item) ? _c('el-tooltip', {
97793
- attrs: {
97794
- "content": String(_vm.optionTooltip(item)),
97795
- "placement": "top",
97796
- "open-delay": 300
97797
- }
97798
- }, [_c('span', {
97799
- staticClass: "by-card-selector__help",
97800
- on: {
97801
- "click": function ($event) {
97802
- $event.stopPropagation();
97803
- }
97764
+ }, [_vm.hasCardSlot ? _vm._t("card", null, {
97765
+ "item": item,
97766
+ "index": index,
97767
+ "selected": _vm.isSelected(item),
97768
+ "disabled": _vm.isItemDisabled(item)
97769
+ }) : _c('div', {
97770
+ staticClass: "by-card-selector__card-inner"
97771
+ }, [_vm.hasIconArea(item) ? _c('div', {
97772
+ staticClass: "by-card-selector__icon-wrap"
97773
+ }, [_vm.hasIconSlot ? _vm._t("icon", null, {
97774
+ "item": item,
97775
+ "index": index
97776
+ }) : [_vm.iconIsImage(item) ? _c('img', {
97777
+ staticClass: "by-card-selector__icon-img",
97778
+ attrs: {
97779
+ "src": _vm.rawIcon(item),
97780
+ "alt": ""
97781
+ }
97782
+ }) : _vm.rawIcon(item) ? _c('i', {
97783
+ class: ['by-card-selector__icon-el', _vm.rawIcon(item)]
97784
+ }) : _c('div', {
97785
+ staticClass: "by-card-selector__icon-placeholder"
97786
+ }, [_c('span', {
97787
+ staticClass: "by-card-selector__icon-placeholder-text"
97788
+ }, [_vm._v(_vm._s(_vm.iconFallbackLetter(item)))])])]], 2) : _vm._e(), _c('div', {
97789
+ staticClass: "by-card-selector__main"
97790
+ }, [_c('div', {
97791
+ staticClass: "by-card-selector__title-row"
97792
+ }, [_c('span', {
97793
+ staticClass: "by-card-selector__title"
97794
+ }, [_vm._v(_vm._s(_vm.optionLabel(item)))]), _vm.optionTooltip(item) ? _c('el-tooltip', {
97795
+ attrs: {
97796
+ "content": String(_vm.optionTooltip(item)),
97797
+ "placement": "top",
97798
+ "open-delay": 300
97799
+ }
97800
+ }, [_c('span', {
97801
+ staticClass: "by-card-selector__help",
97802
+ on: {
97803
+ "click": function ($event) {
97804
+ $event.stopPropagation();
97804
97805
  }
97805
- }, [_c('i', {
97806
- staticClass: "el-icon-question"
97807
- })])]) : _vm._e()], 1), _vm.optionDescription(item) ? _c('p', {
97808
- staticClass: "by-card-selector__desc"
97809
- }, [_vm._v(" " + _vm._s(_vm.optionDescription(item)) + " ")]) : _vm._e(), _vm.visibleTags(item).length || _vm.tagOverflowCount(item) > 0 ? _c('div', {
97810
- staticClass: "by-card-selector__tags"
97811
- }, [_vm._l(_vm.visibleTags(item), function (tag, ti) {
97812
- return _c('el-tag', {
97813
- key: ti,
97814
- staticClass: "by-card-selector__tag",
97815
- attrs: {
97816
- "size": "mini",
97817
- "type": "info",
97818
- "effect": "plain"
97819
- }
97820
- }, [_vm._v(" " + _vm._s(_vm.formatTag(tag)) + " ")]);
97821
- }), _vm.tagOverflowCount(item) > 0 ? _c('el-tag', {
97822
- staticClass: "by-card-selector__tag by-card-selector__tag--more",
97806
+ }
97807
+ }, [_c('i', {
97808
+ staticClass: "el-icon-question"
97809
+ })])]) : _vm._e()], 1), _vm.optionDescription(item) ? _c('p', {
97810
+ staticClass: "by-card-selector__desc"
97811
+ }, [_vm._v(" " + _vm._s(_vm.optionDescription(item)) + " ")]) : _vm._e(), _vm.visibleTags(item).length || _vm.tagOverflowCount(item) > 0 ? _c('div', {
97812
+ staticClass: "by-card-selector__tags"
97813
+ }, [_vm._l(_vm.visibleTags(item), function (tag, ti) {
97814
+ return _c('el-tag', {
97815
+ key: ti,
97816
+ staticClass: "by-card-selector__tag",
97823
97817
  attrs: {
97824
97818
  "size": "mini",
97825
97819
  "type": "info",
97826
97820
  "effect": "plain"
97827
97821
  }
97828
- }, [_vm._v(" +" + _vm._s(_vm.tagOverflowCount(item)) + " ")]) : _vm._e()], 2) : _vm._e()]), _vm.showCheckmark ? _c('div', {
97829
- staticClass: "by-card-selector__check",
97830
- attrs: {
97831
- "aria-hidden": "true"
97832
- }
97833
- }, [_vm.isSelected(item) ? _c('i', {
97834
- staticClass: "el-icon-check by-card-selector__check-icon"
97835
- }) : _vm._e()]) : _vm._e()])];
97836
- }, {
97837
- "item": item,
97838
- "index": index,
97839
- "selected": _vm.isSelected(item),
97840
- "disabled": _vm.isItemDisabled(item)
97841
- })], 2);
97822
+ }, [_vm._v(" " + _vm._s(_vm.formatTag(tag)) + " ")]);
97823
+ }), _vm.tagOverflowCount(item) > 0 ? _c('el-tag', {
97824
+ staticClass: "by-card-selector__tag by-card-selector__tag--more",
97825
+ attrs: {
97826
+ "size": "mini",
97827
+ "type": "info",
97828
+ "effect": "plain"
97829
+ }
97830
+ }, [_vm._v(" +" + _vm._s(_vm.tagOverflowCount(item)) + " ")]) : _vm._e()], 2) : _vm._e()]), _vm.showCheckmark ? _c('div', {
97831
+ staticClass: "by-card-selector__check",
97832
+ attrs: {
97833
+ "aria-hidden": "true"
97834
+ }
97835
+ }, [_vm.isSelected(item) ? _c('i', {
97836
+ staticClass: "el-icon-check by-card-selector__check-icon"
97837
+ }) : _vm._e()]) : _vm._e()])], 2);
97842
97838
  }), 0);
97843
97839
  };
97844
- var ByCardSelectorvue_type_template_id_293b51e4_staticRenderFns = [];
97840
+ var ByCardSelectorvue_type_template_id_0a667b47_staticRenderFns = [];
97845
97841
 
97846
97842
  ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/cache-loader/dist/cjs.js??ruleSet[0].use[0]!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/card-selector/ByCardSelector.vue?vue&type=script&lang=js
97847
97843
 
@@ -97950,6 +97946,12 @@ const DEFAULT_OPTION_PROPS = () => ({
97950
97946
  return {
97951
97947
  maxHeight: this.verticalMaxHeight
97952
97948
  };
97949
+ },
97950
+ hasCardSlot() {
97951
+ return Boolean(this.$scopedSlots && this.$scopedSlots.card || this.$slots && this.$slots.card);
97952
+ },
97953
+ hasIconSlot() {
97954
+ return Boolean(this.$scopedSlots && this.$scopedSlots.icon || this.$slots && this.$slots.icon);
97953
97955
  }
97954
97956
  },
97955
97957
  watch: {
@@ -98005,7 +98007,7 @@ const DEFAULT_OPTION_PROPS = () => ({
98005
98007
  return /^https?:\/\//i.test(s) || /^data:image\//i.test(s) || /\.(png|jpe?g|gif|webp|svg)(\?|$)/i.test(s);
98006
98008
  },
98007
98009
  hasIconArea(item) {
98008
- return Boolean(this.rawIcon(item)) || Boolean(this.$scopedSlots && this.$scopedSlots.icon);
98010
+ return Boolean(this.rawIcon(item)) || this.hasIconSlot;
98009
98011
  },
98010
98012
  iconFallbackLetter(item) {
98011
98013
  const t = this.optionLabel(item);
@@ -98138,8 +98140,8 @@ const DEFAULT_OPTION_PROPS = () => ({
98138
98140
  ;
98139
98141
  var ByCardSelector_component = normalizeComponent(
98140
98142
  card_selector_ByCardSelectorvue_type_script_lang_js,
98141
- ByCardSelectorvue_type_template_id_293b51e4_render,
98142
- ByCardSelectorvue_type_template_id_293b51e4_staticRenderFns,
98143
+ ByCardSelectorvue_type_template_id_0a667b47_render,
98144
+ ByCardSelectorvue_type_template_id_0a667b47_staticRenderFns,
98143
98145
  false,
98144
98146
  null,
98145
98147
  null,