@weitutech/by-components 1.1.122 → 1.1.124

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.
@@ -77785,12 +77785,19 @@ ByDialogService.install = function (Vue) {
77785
77785
  Vue.prototype.$byDialog = ByDialogService;
77786
77786
  };
77787
77787
  /* harmony default export */ var by_dialog_ByDialogService = (ByDialogService);
77788
- ;// ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffbc40de-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/cascader-panel/ByCascaderPanel.vue?vue&type=template&id=71938094
77789
- var ByCascaderPanelvue_type_template_id_71938094_render = function render() {
77788
+ ;// ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffbc40de-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/cascader-panel/ByCascaderPanel.vue?vue&type=template&id=36849b3b
77789
+ var ByCascaderPanelvue_type_template_id_36849b3b_render = function render() {
77790
77790
  var _vm = this,
77791
77791
  _c = _vm._self._c;
77792
77792
  return _c('div', {
77793
- staticClass: "by-cascader-panel"
77793
+ attrs: {
77794
+ "id": "by-cascader-panel-container"
77795
+ }
77796
+ }, [_c('div', {
77797
+ staticClass: "by-cascader-panel",
77798
+ attrs: {
77799
+ "data-component": "cascader-panel"
77800
+ }
77794
77801
  }, [_c('div', {
77795
77802
  staticClass: "cascade-box row"
77796
77803
  }, [_c('div', {
@@ -78014,14 +78021,42 @@ var ByCascaderPanelvue_type_template_id_71938094_render = function render() {
78014
78021
  staticClass: "check-box row column-c",
78015
78022
  staticStyle: {
78016
78023
  "height": "36px",
78017
- "flex-shrink": "0"
78024
+ "flex-shrink": "0",
78025
+ "display": "flex !important",
78026
+ "align-items": "center !important"
78018
78027
  }
78019
78028
  }, [_c('div', {
78020
- staticClass: "cell item-content"
78021
- }, [_c('span', {
78022
- staticClass: "item-label"
78023
- }, [_vm._v(_vm._s(item.label || ''))]), _vm.showSubtitle && _vm.subtitleField && item[_vm.subtitleField] ? _c('span', {
78024
- staticClass: "item-subtitle"
78029
+ staticClass: "cell item-content",
78030
+ staticStyle: {
78031
+ "display": "flex !important",
78032
+ "align-items": "center !important",
78033
+ "line-height": "1 !important",
78034
+ "height": "100% !important",
78035
+ "margin": "0 !important",
78036
+ "padding": "0 !important"
78037
+ }
78038
+ }, [_c('div', {
78039
+ staticClass: "item-label",
78040
+ staticStyle: {
78041
+ "line-height": "1 !important",
78042
+ "display": "flex !important",
78043
+ "align-items": "center !important",
78044
+ "height": "auto !important",
78045
+ "margin": "0 !important",
78046
+ "padding": "0 !important",
78047
+ "vertical-align": "middle !important"
78048
+ }
78049
+ }, [_vm._v(_vm._s(item.label || ''))]), _vm.showSubtitle && _vm.subtitleField && item[_vm.subtitleField] ? _c('div', {
78050
+ staticClass: "item-subtitle",
78051
+ staticStyle: {
78052
+ "line-height": "1 !important",
78053
+ "display": "flex !important",
78054
+ "align-items": "center !important",
78055
+ "height": "auto !important",
78056
+ "margin": "0 !important",
78057
+ "padding": "0 !important",
78058
+ "vertical-align": "middle !important"
78059
+ }
78025
78060
  }, [_vm._v(" " + _vm._s(item[_vm.subtitleField]) + " ")]) : _vm._e()]), !_vm.isViewMode ? _c('div', {
78026
78061
  staticClass: "icon",
78027
78062
  staticStyle: {
@@ -78037,9 +78072,9 @@ var ByCascaderPanelvue_type_template_id_71938094_render = function render() {
78037
78072
  })]) : _vm._e()]);
78038
78073
  }), _vm.selectedItems.length === 0 ? _c('div', {
78039
78074
  staticClass: "empty-state"
78040
- }, [_vm._v("暂无选中项")]) : _vm._e()], 2)])])])]);
78075
+ }, [_vm._v("暂无选中项")]) : _vm._e()], 2)])])])])]);
78041
78076
  };
78042
- var ByCascaderPanelvue_type_template_id_71938094_staticRenderFns = [];
78077
+ var ByCascaderPanelvue_type_template_id_36849b3b_staticRenderFns = [];
78043
78078
 
78044
78079
  ;// ./src/utils/cascaderUtils.js
78045
78080
 
@@ -79443,8 +79478,8 @@ class CascaderUtils {
79443
79478
  ;
79444
79479
  var ByCascaderPanel_component = normalizeComponent(
79445
79480
  cascader_panel_ByCascaderPanelvue_type_script_lang_js,
79446
- ByCascaderPanelvue_type_template_id_71938094_render,
79447
- ByCascaderPanelvue_type_template_id_71938094_staticRenderFns,
79481
+ ByCascaderPanelvue_type_template_id_36849b3b_render,
79482
+ ByCascaderPanelvue_type_template_id_36849b3b_staticRenderFns,
79448
79483
  false,
79449
79484
  null,
79450
79485
  null,
@@ -77795,12 +77795,19 @@ ByDialogService.install = function (Vue) {
77795
77795
  Vue.prototype.$byDialog = ByDialogService;
77796
77796
  };
77797
77797
  /* harmony default export */ var by_dialog_ByDialogService = (ByDialogService);
77798
- ;// ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffbc40de-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/cascader-panel/ByCascaderPanel.vue?vue&type=template&id=71938094
77799
- var ByCascaderPanelvue_type_template_id_71938094_render = function render() {
77798
+ ;// ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ffbc40de-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/cascader-panel/ByCascaderPanel.vue?vue&type=template&id=36849b3b
77799
+ var ByCascaderPanelvue_type_template_id_36849b3b_render = function render() {
77800
77800
  var _vm = this,
77801
77801
  _c = _vm._self._c;
77802
77802
  return _c('div', {
77803
- staticClass: "by-cascader-panel"
77803
+ attrs: {
77804
+ "id": "by-cascader-panel-container"
77805
+ }
77806
+ }, [_c('div', {
77807
+ staticClass: "by-cascader-panel",
77808
+ attrs: {
77809
+ "data-component": "cascader-panel"
77810
+ }
77804
77811
  }, [_c('div', {
77805
77812
  staticClass: "cascade-box row"
77806
77813
  }, [_c('div', {
@@ -78024,14 +78031,42 @@ var ByCascaderPanelvue_type_template_id_71938094_render = function render() {
78024
78031
  staticClass: "check-box row column-c",
78025
78032
  staticStyle: {
78026
78033
  "height": "36px",
78027
- "flex-shrink": "0"
78034
+ "flex-shrink": "0",
78035
+ "display": "flex !important",
78036
+ "align-items": "center !important"
78028
78037
  }
78029
78038
  }, [_c('div', {
78030
- staticClass: "cell item-content"
78031
- }, [_c('span', {
78032
- staticClass: "item-label"
78033
- }, [_vm._v(_vm._s(item.label || ''))]), _vm.showSubtitle && _vm.subtitleField && item[_vm.subtitleField] ? _c('span', {
78034
- staticClass: "item-subtitle"
78039
+ staticClass: "cell item-content",
78040
+ staticStyle: {
78041
+ "display": "flex !important",
78042
+ "align-items": "center !important",
78043
+ "line-height": "1 !important",
78044
+ "height": "100% !important",
78045
+ "margin": "0 !important",
78046
+ "padding": "0 !important"
78047
+ }
78048
+ }, [_c('div', {
78049
+ staticClass: "item-label",
78050
+ staticStyle: {
78051
+ "line-height": "1 !important",
78052
+ "display": "flex !important",
78053
+ "align-items": "center !important",
78054
+ "height": "auto !important",
78055
+ "margin": "0 !important",
78056
+ "padding": "0 !important",
78057
+ "vertical-align": "middle !important"
78058
+ }
78059
+ }, [_vm._v(_vm._s(item.label || ''))]), _vm.showSubtitle && _vm.subtitleField && item[_vm.subtitleField] ? _c('div', {
78060
+ staticClass: "item-subtitle",
78061
+ staticStyle: {
78062
+ "line-height": "1 !important",
78063
+ "display": "flex !important",
78064
+ "align-items": "center !important",
78065
+ "height": "auto !important",
78066
+ "margin": "0 !important",
78067
+ "padding": "0 !important",
78068
+ "vertical-align": "middle !important"
78069
+ }
78035
78070
  }, [_vm._v(" " + _vm._s(item[_vm.subtitleField]) + " ")]) : _vm._e()]), !_vm.isViewMode ? _c('div', {
78036
78071
  staticClass: "icon",
78037
78072
  staticStyle: {
@@ -78047,9 +78082,9 @@ var ByCascaderPanelvue_type_template_id_71938094_render = function render() {
78047
78082
  })]) : _vm._e()]);
78048
78083
  }), _vm.selectedItems.length === 0 ? _c('div', {
78049
78084
  staticClass: "empty-state"
78050
- }, [_vm._v("暂无选中项")]) : _vm._e()], 2)])])])]);
78085
+ }, [_vm._v("暂无选中项")]) : _vm._e()], 2)])])])])]);
78051
78086
  };
78052
- var ByCascaderPanelvue_type_template_id_71938094_staticRenderFns = [];
78087
+ var ByCascaderPanelvue_type_template_id_36849b3b_staticRenderFns = [];
78053
78088
 
78054
78089
  ;// ./src/utils/cascaderUtils.js
78055
78090
 
@@ -79453,8 +79488,8 @@ class CascaderUtils {
79453
79488
  ;
79454
79489
  var ByCascaderPanel_component = normalizeComponent(
79455
79490
  cascader_panel_ByCascaderPanelvue_type_script_lang_js,
79456
- ByCascaderPanelvue_type_template_id_71938094_render,
79457
- ByCascaderPanelvue_type_template_id_71938094_staticRenderFns,
79491
+ ByCascaderPanelvue_type_template_id_36849b3b_render,
79492
+ ByCascaderPanelvue_type_template_id_36849b3b_staticRenderFns,
79458
79493
  false,
79459
79494
  null,
79460
79495
  null,