imatrix-ui 2.9.13-boe1 → 2.9.13-boe3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imatrix-ui",
3
- "version": "2.9.13-boe1",
3
+ "version": "2.9.13-boe3",
4
4
  "description": "前端组件库:表格、表单、组织结构树等",
5
5
  "main": "lib/super-ui.umd.min.js",
6
6
  "private": false,
@@ -12,18 +12,17 @@
12
12
  }
13
13
 
14
14
 
15
+ // .el-tree-node .is-checked {
16
+ // background-color: $th-cell-background !important;
17
+ // }
15
18
 
16
- .el-tree-node .is-checked {
17
- background-color: $th-cell-background !important;
18
- }
19
+ // .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
20
+ // background-color: transparent;
21
+ // }
19
22
 
20
- .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
21
- background-color: transparent;
22
- }
23
-
24
- .el-tree-node .is-expanded .is-focusable .is-checked {
25
- background-color: transparent;
26
- }
23
+ // .el-tree-node .is-expanded .is-focusable .is-checked {
24
+ // background-color: transparent;
25
+ // }
27
26
 
28
27
  .el-tree-node .is-current .is-focusable {
29
28
  background-color: $th-cell-background !important;
package/src/utils/util.js CHANGED
@@ -267,7 +267,7 @@ function getValue(entityData, fieldName, isSql) {
267
267
  return value
268
268
  }
269
269
 
270
- function getValueByField(entityData, fieldName) {
270
+ export function getValueByField(entityData, fieldName) {
271
271
  if (entityData && entityData !== null) {
272
272
  let value
273
273
  if (fieldName.indexOf('.') > 0) {