@byteluck-fe/model-driven-upgrade 2.8.1-beta2 → 2.8.1-beta3
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/dist/esm/upgrade/v3_1.js +6 -1
- package/dist/index.umd.js +1 -1
- package/package.json +2 -2
package/dist/esm/upgrade/v3_1.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @Autor: SuperLucky-Q
|
|
4
4
|
* @Date: 2023-02-16 14:45:22
|
|
5
5
|
* @LastEditors: SuperLuckyqi
|
|
6
|
-
* @LastEditTime: 2023-12-20 18:
|
|
6
|
+
* @LastEditTime: 2023-12-20 18:05:02
|
|
7
7
|
*/ function _define_property(obj, key, value) {
|
|
8
8
|
if (key in obj) {
|
|
9
9
|
Object.defineProperty(obj, key, {
|
|
@@ -123,6 +123,11 @@ function conversion(schema, payload) {
|
|
|
123
123
|
key: "template-type",
|
|
124
124
|
value: "system"
|
|
125
125
|
}
|
|
126
|
+
]), _define_property(_obj, CONTROL_TYPE.OPERATION_COLUMN, [
|
|
127
|
+
{
|
|
128
|
+
key: "limit",
|
|
129
|
+
value: 3
|
|
130
|
+
}
|
|
126
131
|
]), _obj);
|
|
127
132
|
if (schema.type in addKeysDefaultValueMapping) {
|
|
128
133
|
addKeysDefaultValueMapping[schema.type].forEach(function(item) {
|