@weitutech/by-components 1.2.15 → 1.2.17
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/lib/by-components.common.js +42 -13
- package/lib/by-components.umd.js +42 -13
- package/lib/by-components.umd.min.js +1 -1
- package/lib/index.css +1 -1
- package/package.json +1 -1
|
@@ -101753,15 +101753,16 @@ var ByCardView_component = normalizeComponent(
|
|
|
101753
101753
|
)
|
|
101754
101754
|
|
|
101755
101755
|
/* harmony default export */ var ByCardView = (ByCardView_component.exports);
|
|
101756
|
-
;// ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"185687ec-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=
|
|
101757
|
-
var
|
|
101756
|
+
;// ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"185687ec-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=18565505
|
|
101757
|
+
var ByCardSelectorvue_type_template_id_18565505_render = function render() {
|
|
101758
101758
|
var _vm = this,
|
|
101759
101759
|
_c = _vm._self._c;
|
|
101760
101760
|
return _c('div', {
|
|
101761
101761
|
staticClass: "by-card-selector",
|
|
101762
101762
|
class: [`by-card-selector--size-${_vm.size}`, `by-card-selector--direction-${_vm.direction}`, {
|
|
101763
101763
|
'is-disabled': _vm.disabled,
|
|
101764
|
-
'by-card-selector--no-check': !_vm.showCheckmark
|
|
101764
|
+
'by-card-selector--no-check': !_vm.showCheckmark,
|
|
101765
|
+
'by-card-selector--fixed-width': _vm.useFixedCardWidth
|
|
101765
101766
|
}],
|
|
101766
101767
|
style: _vm.rootStyle,
|
|
101767
101768
|
attrs: {
|
|
@@ -101775,7 +101776,8 @@ var ByCardSelectorvue_type_template_id_681372fb_render = function render() {
|
|
|
101775
101776
|
class: {
|
|
101776
101777
|
'is-selected': _vm.isSelected(item),
|
|
101777
101778
|
'is-disabled': _vm.isItemDisabled(item),
|
|
101778
|
-
'is-focusable': !_vm.isItemDisabled(item)
|
|
101779
|
+
'is-focusable': !_vm.isItemDisabled(item),
|
|
101780
|
+
'by-card-selector__card--title-only': _vm.isTitleOnlyCard(item)
|
|
101779
101781
|
},
|
|
101780
101782
|
attrs: {
|
|
101781
101783
|
"role": "option",
|
|
@@ -101799,7 +101801,7 @@ var ByCardSelectorvue_type_template_id_681372fb_render = function render() {
|
|
|
101799
101801
|
"index": index,
|
|
101800
101802
|
"selected": _vm.isSelected(item),
|
|
101801
101803
|
"disabled": _vm.isItemDisabled(item)
|
|
101802
|
-
}) : _c('div', {
|
|
101804
|
+
}) : [_c('div', {
|
|
101803
101805
|
staticClass: "by-card-selector__card-inner"
|
|
101804
101806
|
}, [_vm.hasIconArea(item) ? _c('div', {
|
|
101805
101807
|
staticClass: "by-card-selector__icon-wrap"
|
|
@@ -101860,14 +101862,14 @@ var ByCardSelectorvue_type_template_id_681372fb_render = function render() {
|
|
|
101860
101862
|
"type": "info",
|
|
101861
101863
|
"effect": "plain"
|
|
101862
101864
|
}
|
|
101863
|
-
}, [_vm._v(" +" + _vm._s(_vm.tagOverflowCount(item)) + " ")]) : _vm._e()], 2) : _vm._e()]), _vm.showCheckmark ? _c('div', {
|
|
101865
|
+
}, [_vm._v(" +" + _vm._s(_vm.tagOverflowCount(item)) + " ")]) : _vm._e()], 2) : _vm._e()])]), _vm.showCheckmark && _vm.isSelected(item) ? _c('div', {
|
|
101864
101866
|
staticClass: "by-card-selector__check",
|
|
101865
101867
|
attrs: {
|
|
101866
101868
|
"aria-hidden": "true"
|
|
101867
101869
|
}
|
|
101868
|
-
}, [
|
|
101870
|
+
}, [_c('i', {
|
|
101869
101871
|
staticClass: "el-icon-check by-card-selector__check-icon"
|
|
101870
|
-
})
|
|
101872
|
+
})]) : _vm._e()]], 2);
|
|
101871
101873
|
}), _vm.hasGroupTooltip ? _c('div', {
|
|
101872
101874
|
staticClass: "by-card-selector__suffix",
|
|
101873
101875
|
attrs: {
|
|
@@ -101890,7 +101892,7 @@ var ByCardSelectorvue_type_template_id_681372fb_render = function render() {
|
|
|
101890
101892
|
staticClass: "el-icon-question"
|
|
101891
101893
|
})])])], 1) : _vm._e()], 2);
|
|
101892
101894
|
};
|
|
101893
|
-
var
|
|
101895
|
+
var ByCardSelectorvue_type_template_id_18565505_staticRenderFns = [];
|
|
101894
101896
|
|
|
101895
101897
|
;// ./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
|
|
101896
101898
|
|
|
@@ -101928,6 +101930,8 @@ const VALUE_FALLBACK_FIELD = 'id';
|
|
|
101928
101930
|
* <by-card-selector v-model="id" :options="list" />
|
|
101929
101931
|
* <by-card-selector v-model="ids" :options="list" multiple />
|
|
101930
101932
|
* <by-card-selector v-model="id" :options="list" :card-width="280" />
|
|
101933
|
+
* <!-- 设了 card-width 仍要横向均分拉伸时,显式开启 card-fill -->
|
|
101934
|
+
* <by-card-selector v-model="id" :options="list" :card-width="280" :card-fill="true" />
|
|
101931
101935
|
* <by-card-selector v-model="id" :options="list" :show-checkmark="false" />
|
|
101932
101936
|
* <by-card-selector v-model="id" :options="list" tooltips="整组说明文案" />
|
|
101933
101937
|
* <!-- 业务使用 id/name 形态时无需任何额外配置 -->
|
|
@@ -101968,13 +101972,25 @@ const VALUE_FALLBACK_FIELD = 'id';
|
|
|
101968
101972
|
validator: v => ['large', 'default', 'small'].includes(v)
|
|
101969
101973
|
},
|
|
101970
101974
|
/**
|
|
101971
|
-
* 每张卡片宽度(像素,组件级统一)。未设置时列宽由 size
|
|
101975
|
+
* 每张卡片宽度(像素,组件级统一)。未设置时列宽由 size 对应样式决定,横向仍会均分拉伸。
|
|
101972
101976
|
* 合法范围 100–600,小于 100 按 100、大于 600 按 600;可传数字或字符串(如 240、"320px")。
|
|
101977
|
+
* 设置后横向默认按该值固定宽度、不再拉伸;若仍要均分拉伸,请显式设 :card-fill="true"。
|
|
101973
101978
|
*/
|
|
101974
101979
|
cardWidth: {
|
|
101975
101980
|
type: [Number, String],
|
|
101976
101981
|
default: null
|
|
101977
101982
|
},
|
|
101983
|
+
/**
|
|
101984
|
+
* 横向是否均分拉伸。
|
|
101985
|
+
* - 未传(默认):有 card-width 时固定宽,无 card-width 时均分拉伸;
|
|
101986
|
+
* - true:强制均分拉伸(即使设置了 card-width);
|
|
101987
|
+
* - false:强制固定为 card-width(或 size 对应列宽基准)。
|
|
101988
|
+
* 纵向排列本身为固定宽,该属性对纵向无额外影响。
|
|
101989
|
+
*/
|
|
101990
|
+
cardFill: {
|
|
101991
|
+
type: Boolean,
|
|
101992
|
+
default: undefined
|
|
101993
|
+
},
|
|
101978
101994
|
/** 整组禁用 */
|
|
101979
101995
|
disabled: {
|
|
101980
101996
|
type: Boolean,
|
|
@@ -102014,7 +102030,7 @@ const VALUE_FALLBACK_FIELD = 'id';
|
|
|
102014
102030
|
type: [String, Number],
|
|
102015
102031
|
default: ''
|
|
102016
102032
|
},
|
|
102017
|
-
/**
|
|
102033
|
+
/** 是否在选中卡片右上角展示角标打钩,默认展示;未选中时不占位;如不需要可显式设为 false */
|
|
102018
102034
|
showCheckmark: {
|
|
102019
102035
|
type: Boolean,
|
|
102020
102036
|
default: true
|
|
@@ -102066,6 +102082,14 @@ const VALUE_FALLBACK_FIELD = 'id';
|
|
|
102066
102082
|
const MAX = 600;
|
|
102067
102083
|
return Math.min(MAX, Math.max(MIN, Math.round(n)));
|
|
102068
102084
|
},
|
|
102085
|
+
/**
|
|
102086
|
+
* 是否使用固定列宽(不拉伸)。
|
|
102087
|
+
* 显式 cardFill 优先;未传时:有 card-width → 固定,无 → 均分拉伸。
|
|
102088
|
+
*/
|
|
102089
|
+
useFixedCardWidth() {
|
|
102090
|
+
if (typeof this.cardFill === 'boolean') return !this.cardFill;
|
|
102091
|
+
return this.resolvedCardWidthPx != null;
|
|
102092
|
+
},
|
|
102069
102093
|
/** 根节点样式:纵向高度 + 可选自定义卡片宽度(CSS 变量) */
|
|
102070
102094
|
rootStyle() {
|
|
102071
102095
|
const style = {};
|
|
@@ -102166,6 +102190,11 @@ const VALUE_FALLBACK_FIELD = 'id';
|
|
|
102166
102190
|
hasIconArea(item) {
|
|
102167
102191
|
return Boolean(this.rawIcon(item)) || this.hasIconSlot;
|
|
102168
102192
|
},
|
|
102193
|
+
/** 仅标题卡片:无图标、描述、标签、单项 tooltip,角标自动缩小尺寸 */
|
|
102194
|
+
isTitleOnlyCard(item) {
|
|
102195
|
+
if (this.hasCardSlot) return false;
|
|
102196
|
+
return !this.hasIconArea(item) && !this.optionDescription(item) && !this.rawTags(item).length && !this.optionTooltip(item);
|
|
102197
|
+
},
|
|
102169
102198
|
iconFallbackLetter(item) {
|
|
102170
102199
|
const t = this.optionLabel(item);
|
|
102171
102200
|
return t ? t.trim().charAt(0).toUpperCase() : '?';
|
|
@@ -102297,8 +102326,8 @@ const VALUE_FALLBACK_FIELD = 'id';
|
|
|
102297
102326
|
;
|
|
102298
102327
|
var ByCardSelector_component = normalizeComponent(
|
|
102299
102328
|
card_selector_ByCardSelectorvue_type_script_lang_js,
|
|
102300
|
-
|
|
102301
|
-
|
|
102329
|
+
ByCardSelectorvue_type_template_id_18565505_render,
|
|
102330
|
+
ByCardSelectorvue_type_template_id_18565505_staticRenderFns,
|
|
102302
102331
|
false,
|
|
102303
102332
|
null,
|
|
102304
102333
|
null,
|
package/lib/by-components.umd.js
CHANGED
|
@@ -101763,15 +101763,16 @@ var ByCardView_component = normalizeComponent(
|
|
|
101763
101763
|
)
|
|
101764
101764
|
|
|
101765
101765
|
/* harmony default export */ var ByCardView = (ByCardView_component.exports);
|
|
101766
|
-
;// ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"185687ec-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=
|
|
101767
|
-
var
|
|
101766
|
+
;// ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"185687ec-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=18565505
|
|
101767
|
+
var ByCardSelectorvue_type_template_id_18565505_render = function render() {
|
|
101768
101768
|
var _vm = this,
|
|
101769
101769
|
_c = _vm._self._c;
|
|
101770
101770
|
return _c('div', {
|
|
101771
101771
|
staticClass: "by-card-selector",
|
|
101772
101772
|
class: [`by-card-selector--size-${_vm.size}`, `by-card-selector--direction-${_vm.direction}`, {
|
|
101773
101773
|
'is-disabled': _vm.disabled,
|
|
101774
|
-
'by-card-selector--no-check': !_vm.showCheckmark
|
|
101774
|
+
'by-card-selector--no-check': !_vm.showCheckmark,
|
|
101775
|
+
'by-card-selector--fixed-width': _vm.useFixedCardWidth
|
|
101775
101776
|
}],
|
|
101776
101777
|
style: _vm.rootStyle,
|
|
101777
101778
|
attrs: {
|
|
@@ -101785,7 +101786,8 @@ var ByCardSelectorvue_type_template_id_681372fb_render = function render() {
|
|
|
101785
101786
|
class: {
|
|
101786
101787
|
'is-selected': _vm.isSelected(item),
|
|
101787
101788
|
'is-disabled': _vm.isItemDisabled(item),
|
|
101788
|
-
'is-focusable': !_vm.isItemDisabled(item)
|
|
101789
|
+
'is-focusable': !_vm.isItemDisabled(item),
|
|
101790
|
+
'by-card-selector__card--title-only': _vm.isTitleOnlyCard(item)
|
|
101789
101791
|
},
|
|
101790
101792
|
attrs: {
|
|
101791
101793
|
"role": "option",
|
|
@@ -101809,7 +101811,7 @@ var ByCardSelectorvue_type_template_id_681372fb_render = function render() {
|
|
|
101809
101811
|
"index": index,
|
|
101810
101812
|
"selected": _vm.isSelected(item),
|
|
101811
101813
|
"disabled": _vm.isItemDisabled(item)
|
|
101812
|
-
}) : _c('div', {
|
|
101814
|
+
}) : [_c('div', {
|
|
101813
101815
|
staticClass: "by-card-selector__card-inner"
|
|
101814
101816
|
}, [_vm.hasIconArea(item) ? _c('div', {
|
|
101815
101817
|
staticClass: "by-card-selector__icon-wrap"
|
|
@@ -101870,14 +101872,14 @@ var ByCardSelectorvue_type_template_id_681372fb_render = function render() {
|
|
|
101870
101872
|
"type": "info",
|
|
101871
101873
|
"effect": "plain"
|
|
101872
101874
|
}
|
|
101873
|
-
}, [_vm._v(" +" + _vm._s(_vm.tagOverflowCount(item)) + " ")]) : _vm._e()], 2) : _vm._e()]), _vm.showCheckmark ? _c('div', {
|
|
101875
|
+
}, [_vm._v(" +" + _vm._s(_vm.tagOverflowCount(item)) + " ")]) : _vm._e()], 2) : _vm._e()])]), _vm.showCheckmark && _vm.isSelected(item) ? _c('div', {
|
|
101874
101876
|
staticClass: "by-card-selector__check",
|
|
101875
101877
|
attrs: {
|
|
101876
101878
|
"aria-hidden": "true"
|
|
101877
101879
|
}
|
|
101878
|
-
}, [
|
|
101880
|
+
}, [_c('i', {
|
|
101879
101881
|
staticClass: "el-icon-check by-card-selector__check-icon"
|
|
101880
|
-
})
|
|
101882
|
+
})]) : _vm._e()]], 2);
|
|
101881
101883
|
}), _vm.hasGroupTooltip ? _c('div', {
|
|
101882
101884
|
staticClass: "by-card-selector__suffix",
|
|
101883
101885
|
attrs: {
|
|
@@ -101900,7 +101902,7 @@ var ByCardSelectorvue_type_template_id_681372fb_render = function render() {
|
|
|
101900
101902
|
staticClass: "el-icon-question"
|
|
101901
101903
|
})])])], 1) : _vm._e()], 2);
|
|
101902
101904
|
};
|
|
101903
|
-
var
|
|
101905
|
+
var ByCardSelectorvue_type_template_id_18565505_staticRenderFns = [];
|
|
101904
101906
|
|
|
101905
101907
|
;// ./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
|
|
101906
101908
|
|
|
@@ -101938,6 +101940,8 @@ const VALUE_FALLBACK_FIELD = 'id';
|
|
|
101938
101940
|
* <by-card-selector v-model="id" :options="list" />
|
|
101939
101941
|
* <by-card-selector v-model="ids" :options="list" multiple />
|
|
101940
101942
|
* <by-card-selector v-model="id" :options="list" :card-width="280" />
|
|
101943
|
+
* <!-- 设了 card-width 仍要横向均分拉伸时,显式开启 card-fill -->
|
|
101944
|
+
* <by-card-selector v-model="id" :options="list" :card-width="280" :card-fill="true" />
|
|
101941
101945
|
* <by-card-selector v-model="id" :options="list" :show-checkmark="false" />
|
|
101942
101946
|
* <by-card-selector v-model="id" :options="list" tooltips="整组说明文案" />
|
|
101943
101947
|
* <!-- 业务使用 id/name 形态时无需任何额外配置 -->
|
|
@@ -101978,13 +101982,25 @@ const VALUE_FALLBACK_FIELD = 'id';
|
|
|
101978
101982
|
validator: v => ['large', 'default', 'small'].includes(v)
|
|
101979
101983
|
},
|
|
101980
101984
|
/**
|
|
101981
|
-
* 每张卡片宽度(像素,组件级统一)。未设置时列宽由 size
|
|
101985
|
+
* 每张卡片宽度(像素,组件级统一)。未设置时列宽由 size 对应样式决定,横向仍会均分拉伸。
|
|
101982
101986
|
* 合法范围 100–600,小于 100 按 100、大于 600 按 600;可传数字或字符串(如 240、"320px")。
|
|
101987
|
+
* 设置后横向默认按该值固定宽度、不再拉伸;若仍要均分拉伸,请显式设 :card-fill="true"。
|
|
101983
101988
|
*/
|
|
101984
101989
|
cardWidth: {
|
|
101985
101990
|
type: [Number, String],
|
|
101986
101991
|
default: null
|
|
101987
101992
|
},
|
|
101993
|
+
/**
|
|
101994
|
+
* 横向是否均分拉伸。
|
|
101995
|
+
* - 未传(默认):有 card-width 时固定宽,无 card-width 时均分拉伸;
|
|
101996
|
+
* - true:强制均分拉伸(即使设置了 card-width);
|
|
101997
|
+
* - false:强制固定为 card-width(或 size 对应列宽基准)。
|
|
101998
|
+
* 纵向排列本身为固定宽,该属性对纵向无额外影响。
|
|
101999
|
+
*/
|
|
102000
|
+
cardFill: {
|
|
102001
|
+
type: Boolean,
|
|
102002
|
+
default: undefined
|
|
102003
|
+
},
|
|
101988
102004
|
/** 整组禁用 */
|
|
101989
102005
|
disabled: {
|
|
101990
102006
|
type: Boolean,
|
|
@@ -102024,7 +102040,7 @@ const VALUE_FALLBACK_FIELD = 'id';
|
|
|
102024
102040
|
type: [String, Number],
|
|
102025
102041
|
default: ''
|
|
102026
102042
|
},
|
|
102027
|
-
/**
|
|
102043
|
+
/** 是否在选中卡片右上角展示角标打钩,默认展示;未选中时不占位;如不需要可显式设为 false */
|
|
102028
102044
|
showCheckmark: {
|
|
102029
102045
|
type: Boolean,
|
|
102030
102046
|
default: true
|
|
@@ -102076,6 +102092,14 @@ const VALUE_FALLBACK_FIELD = 'id';
|
|
|
102076
102092
|
const MAX = 600;
|
|
102077
102093
|
return Math.min(MAX, Math.max(MIN, Math.round(n)));
|
|
102078
102094
|
},
|
|
102095
|
+
/**
|
|
102096
|
+
* 是否使用固定列宽(不拉伸)。
|
|
102097
|
+
* 显式 cardFill 优先;未传时:有 card-width → 固定,无 → 均分拉伸。
|
|
102098
|
+
*/
|
|
102099
|
+
useFixedCardWidth() {
|
|
102100
|
+
if (typeof this.cardFill === 'boolean') return !this.cardFill;
|
|
102101
|
+
return this.resolvedCardWidthPx != null;
|
|
102102
|
+
},
|
|
102079
102103
|
/** 根节点样式:纵向高度 + 可选自定义卡片宽度(CSS 变量) */
|
|
102080
102104
|
rootStyle() {
|
|
102081
102105
|
const style = {};
|
|
@@ -102176,6 +102200,11 @@ const VALUE_FALLBACK_FIELD = 'id';
|
|
|
102176
102200
|
hasIconArea(item) {
|
|
102177
102201
|
return Boolean(this.rawIcon(item)) || this.hasIconSlot;
|
|
102178
102202
|
},
|
|
102203
|
+
/** 仅标题卡片:无图标、描述、标签、单项 tooltip,角标自动缩小尺寸 */
|
|
102204
|
+
isTitleOnlyCard(item) {
|
|
102205
|
+
if (this.hasCardSlot) return false;
|
|
102206
|
+
return !this.hasIconArea(item) && !this.optionDescription(item) && !this.rawTags(item).length && !this.optionTooltip(item);
|
|
102207
|
+
},
|
|
102179
102208
|
iconFallbackLetter(item) {
|
|
102180
102209
|
const t = this.optionLabel(item);
|
|
102181
102210
|
return t ? t.trim().charAt(0).toUpperCase() : '?';
|
|
@@ -102307,8 +102336,8 @@ const VALUE_FALLBACK_FIELD = 'id';
|
|
|
102307
102336
|
;
|
|
102308
102337
|
var ByCardSelector_component = normalizeComponent(
|
|
102309
102338
|
card_selector_ByCardSelectorvue_type_script_lang_js,
|
|
102310
|
-
|
|
102311
|
-
|
|
102339
|
+
ByCardSelectorvue_type_template_id_18565505_render,
|
|
102340
|
+
ByCardSelectorvue_type_template_id_18565505_staticRenderFns,
|
|
102312
102341
|
false,
|
|
102313
102342
|
null,
|
|
102314
102343
|
null,
|