@byteluck-fe/model-driven-upgrade 6.2.0-1-beta-list.11 → 6.2.0-2-beta.2

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.
@@ -1,4 +1,10 @@
1
- function _define_property(obj, key, value) {
1
+ /*
2
+ * @Description: subtable-column 数据转换
3
+ * @Autor: SuperLucky-Q
4
+ * @Date: 2023-02-16 14:45:22
5
+ * @LastEditors: SuperLuckyqi
6
+ * @LastEditTime: 2024-01-11 08:12:17
7
+ */ function _define_property(obj, key, value) {
2
8
  if (key in obj) {
3
9
  Object.defineProperty(obj, key, {
4
10
  value: value,
@@ -11,13 +17,7 @@ function _define_property(obj, key, value) {
11
17
  }
12
18
  return obj;
13
19
  }
14
- /*
15
- * @Description: subtable-column 数据转换
16
- * @Autor: SuperLucky-Q
17
- * @Date: 2023-02-16 14:45:22
18
- * @LastEditors: SuperLuckyqi
19
- * @LastEditTime: 2024-01-11 08:12:17
20
- */ import { loop, CONTROL_TYPE } from '@byteluck-fe/model-driven-shared';
20
+ import { loop, CONTROL_TYPE } from '@byteluck-fe/model-driven-shared';
21
21
  import { MetaAutoWidth, AutoWidth } from '@byteluck-fe/model-driven-core';
22
22
  var dataCleaner = function(schemaItems, payload) {
23
23
  var isArray = Array.isArray(schemaItems);