backend-management-ui 1.7.1 → 1.7.3

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/README.md CHANGED
@@ -7,9 +7,9 @@
7
7
  ## 特性
8
8
  - 基于ElementUI的二次封装,完全兼容ElementUI原有API与功能,无需额外适配
9
9
  - 极简配置化开发:表格 / 表单 / 按钮组等组件通过 JSON 配置快速生成,无需重复写模板
10
- - 极简配置化开发:表格 / 表单 / 按钮组等组件通过 JSON 配置快速生成,无需重复写模板
11
- - 轻量无冗余:仅依赖 Vue2 + ElementUI + vue-virtual-scroll-list,无第三方冗余依赖,兼容低版本 Node 环境
12
- - 基于 ElSelect 结合 vue-virtual-scroll-list 实现海量数据下拉选择,解决大数据渲染卡顿问题
10
+ - 高频业务场景全覆盖:内置配置化表格、表单、按钮组、虚拟滚动下拉框等核心组件
11
+ - 轻量无冗余:仅依赖 Vue2 + ElementUI + vue-virtual-scroll-list,无第三方冗余依赖,兼容低版本Node环境
12
+ - 基于 ElSelect + vue-virtual-scroll-list 实现海量数据下拉选择,解决大数据渲染卡顿问题
13
13
 
14
14
  ## 安装
15
15
  npm 安装
package/index.common.js CHANGED
@@ -1356,7 +1356,6 @@ var __vue_component__$1 = /*#__PURE__*/normalizeComponent({
1356
1356
  var script = {
1357
1357
  name: 'UiVirtualSelect',
1358
1358
  components: {
1359
- ElSelect: ElSelect,
1360
1359
  VueVirtualScrollList: VueVirtualScrollList__default["default"]
1361
1360
  },
1362
1361
  props: {
@@ -1544,14 +1543,14 @@ var __vue_staticRenderFns__ = [];
1544
1543
  /* style */
1545
1544
  var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
1546
1545
  if (!inject) return;
1547
- inject("data-v-7c7ea3ab_0", {
1548
- source: ".select-wrap[data-v-7c7ea3ab]{position:relative}.virtual-select-popper[data-v-7c7ea3ab]{padding:0!important;border:1px solid #e4e7ed!important;border-radius:4px!important}.virtual-list[data-v-7c7ea3ab]{max-height:245px;overflow-y:auto;overflow-x:hidden!important;scrollbar-width:thin;scrollbar-color:#e4e7ed #f5f7fa}.virtual-list[data-v-7c7ea3ab]::-webkit-scrollbar{width:6px!important;display:block!important}.virtual-list[data-v-7c7ea3ab]::-webkit-scrollbar-thumb{background-color:#e4e7ed;border-radius:3px}.virtual-list[data-v-7c7ea3ab]::-webkit-scrollbar-track{background-color:#f5f7fa}[data-v-7c7ea3ab]:deep(.el-scrollbar__bar.is-vertical){display:none!important}",
1546
+ inject("data-v-6248b968_0", {
1547
+ source: ".select-wrap[data-v-6248b968]{position:relative}.virtual-select-popper[data-v-6248b968]{padding:0!important;border:1px solid #e4e7ed!important;border-radius:4px!important}.virtual-list[data-v-6248b968]{max-height:245px;overflow-y:auto;overflow-x:hidden!important;scrollbar-width:thin;scrollbar-color:#e4e7ed #f5f7fa}.virtual-list[data-v-6248b968]::-webkit-scrollbar{width:6px!important;display:block!important}.virtual-list[data-v-6248b968]::-webkit-scrollbar-thumb{background-color:#e4e7ed;border-radius:3px}.virtual-list[data-v-6248b968]::-webkit-scrollbar-track{background-color:#f5f7fa}[data-v-6248b968]:deep(.el-scrollbar__bar.is-vertical){display:none!important}",
1549
1548
  map: undefined,
1550
1549
  media: undefined
1551
1550
  });
1552
1551
  };
1553
1552
  /* scoped */
1554
- var __vue_scope_id__ = "data-v-7c7ea3ab";
1553
+ var __vue_scope_id__ = "data-v-6248b968";
1555
1554
  /* module identifier */
1556
1555
  var __vue_module_identifier__ = undefined;
1557
1556
  /* functional template */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backend-management-ui",
3
- "version": "1.7.1",
3
+ "version": "1.7.3",
4
4
  "description": "一个基于Vue+ElementUI封装的后台管理仓库,包含表格、表单、弹窗、按钮组、虚拟下拉框等常用组件",
5
5
  "author": {
6
6
  "name": "adolf3",