backend-management-ui 1.7.0 → 1.7.1
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 +5 -4
- package/index.common.js +3 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,10 +5,11 @@
|
|
|
5
5
|
现有组件 ui-form、ui-table、ui-btns、ui-dialog、Status
|
|
6
6
|
|
|
7
7
|
## 特性
|
|
8
|
-
- 基于ElementUI
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
8
|
+
- 基于ElementUI的二次封装,完全兼容ElementUI原有API与功能,无需额外适配
|
|
9
|
+
- 极简配置化开发:表格 / 表单 / 按钮组等组件通过 JSON 配置快速生成,无需重复写模板
|
|
10
|
+
- 极简配置化开发:表格 / 表单 / 按钮组等组件通过 JSON 配置快速生成,无需重复写模板
|
|
11
|
+
- 轻量无冗余:仅依赖 Vue2 + ElementUI + vue-virtual-scroll-list,无第三方冗余依赖,兼容低版本 Node 环境
|
|
12
|
+
- 基于 ElSelect 结合 vue-virtual-scroll-list 实现海量数据下拉选择,解决大数据渲染卡顿问题
|
|
12
13
|
|
|
13
14
|
## 安装
|
|
14
15
|
npm 安装
|
package/index.common.js
CHANGED
|
@@ -1273,9 +1273,6 @@ var __vue_component__$2 = /*#__PURE__*/normalizeComponent({
|
|
|
1273
1273
|
|
|
1274
1274
|
var script$1 = {
|
|
1275
1275
|
name: 'UiVirtualSelectItem',
|
|
1276
|
-
components: {
|
|
1277
|
-
ElOption: ElOption
|
|
1278
|
-
},
|
|
1279
1276
|
props: {
|
|
1280
1277
|
source: {
|
|
1281
1278
|
type: Object,
|
|
@@ -1335,14 +1332,14 @@ var __vue_staticRenderFns__$1 = [];
|
|
|
1335
1332
|
/* style */
|
|
1336
1333
|
var __vue_inject_styles__$1 = function __vue_inject_styles__(inject) {
|
|
1337
1334
|
if (!inject) return;
|
|
1338
|
-
inject("data-v-
|
|
1339
|
-
source: ".item[data-v-
|
|
1335
|
+
inject("data-v-9d565dc6_0", {
|
|
1336
|
+
source: ".item[data-v-9d565dc6]{width:100%;padding:0 20px;box-sizing:border-box;white-space:nowrap;font-size:14px;cursor:pointer}.left-text[data-v-9d565dc6]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.right-text[data-v-9d565dc6]{margin-left:10px;color:#939393;white-space:nowrap}[data-v-9d565dc6]:deep(.el-option){width:100%!important;padding:0!important;cursor:pointer}",
|
|
1340
1337
|
map: undefined,
|
|
1341
1338
|
media: undefined
|
|
1342
1339
|
});
|
|
1343
1340
|
};
|
|
1344
1341
|
/* scoped */
|
|
1345
|
-
var __vue_scope_id__$1 = "data-v-
|
|
1342
|
+
var __vue_scope_id__$1 = "data-v-9d565dc6";
|
|
1346
1343
|
/* module identifier */
|
|
1347
1344
|
var __vue_module_identifier__$1 = undefined;
|
|
1348
1345
|
/* functional template */
|