@openli1115/lowcode-edit-pro-table 1.0.134 → 1.0.136
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/build/lowcode/assets-daily.json +13 -13
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +13 -13
- package/build/lowcode/meta.design.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +3 -3
- package/build/lowcode/render/default/view.js +4 -4
- package/build/lowcode/view.js +4 -4
- package/lowcode/pro-next-text/meta.ts +46 -0
- package/lowcode_es/meta.js +1 -1
- package/lowcode_es/pro-next-text/meta.d.ts +19 -0
- package/lowcode_es/pro-next-text/meta.js +43 -1
- package/lowcode_lib/meta.js +1 -1
- package/lowcode_lib/pro-next-text/meta.d.ts +19 -0
- package/lowcode_lib/pro-next-text/meta.js +43 -1
- package/package.json +3 -3
|
@@ -94,6 +94,14 @@ export default {
|
|
|
94
94
|
name: 'children',
|
|
95
95
|
propType: 'string',
|
|
96
96
|
},
|
|
97
|
+
{
|
|
98
|
+
name: 'screen_structure',
|
|
99
|
+
propType: 'string',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
name: 'screen_structure_field',
|
|
103
|
+
propType: 'string',
|
|
104
|
+
},
|
|
97
105
|
{
|
|
98
106
|
name: 'required',
|
|
99
107
|
title: '添加*',
|
|
@@ -175,6 +183,44 @@ export default {
|
|
|
175
183
|
setter: 'TextAreaSetter',
|
|
176
184
|
supportVariable: true,
|
|
177
185
|
},
|
|
186
|
+
{
|
|
187
|
+
name: 'screen_structure',
|
|
188
|
+
title: {
|
|
189
|
+
label: {
|
|
190
|
+
type: 'i18n',
|
|
191
|
+
zh_CN: '屏幕结构',
|
|
192
|
+
en_US: 'Screen Structure',
|
|
193
|
+
},
|
|
194
|
+
tip: {
|
|
195
|
+
type: 'i18n',
|
|
196
|
+
zh_CN: '属性: screen_structure | 说明: 绑定的屏幕结构',
|
|
197
|
+
en_US: 'prop: screen_structure | description: bound screen structure',
|
|
198
|
+
},
|
|
199
|
+
},
|
|
200
|
+
setter: {
|
|
201
|
+
componentName: 'temporary_structure',
|
|
202
|
+
props: {},
|
|
203
|
+
},
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
name: 'screen_structure_field',
|
|
207
|
+
title: {
|
|
208
|
+
label: {
|
|
209
|
+
type: 'i18n',
|
|
210
|
+
zh_CN: '结构字段',
|
|
211
|
+
en_US: 'Structure Field',
|
|
212
|
+
},
|
|
213
|
+
tip: {
|
|
214
|
+
type: 'i18n',
|
|
215
|
+
zh_CN: '属性: screen_structure_field | 说明: 绑定的屏幕结构字段',
|
|
216
|
+
en_US: 'prop: screen_structure_field | description: bound structure field',
|
|
217
|
+
},
|
|
218
|
+
},
|
|
219
|
+
setter: {
|
|
220
|
+
componentName: 'struct_field',
|
|
221
|
+
props: {},
|
|
222
|
+
},
|
|
223
|
+
},
|
|
178
224
|
],
|
|
179
225
|
},
|
|
180
226
|
},
|
package/lowcode_es/meta.js
CHANGED
|
@@ -102,7 +102,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
102
102
|
packageName = '@openli1115/lowcode-edit-pro-table';
|
|
103
103
|
}
|
|
104
104
|
if (version === void 0) {
|
|
105
|
-
version = '1.0.
|
|
105
|
+
version = '1.0.136';
|
|
106
106
|
}
|
|
107
107
|
if (basicLibraryVersion === void 0) {
|
|
108
108
|
basicLibraryVersion = {
|
|
@@ -112,6 +112,25 @@ declare const _default: {
|
|
|
112
112
|
};
|
|
113
113
|
};
|
|
114
114
|
setter: string;
|
|
115
|
+
} | {
|
|
116
|
+
name: string;
|
|
117
|
+
title: {
|
|
118
|
+
label: {
|
|
119
|
+
type: string;
|
|
120
|
+
zh_CN: string;
|
|
121
|
+
en_US: string;
|
|
122
|
+
};
|
|
123
|
+
tip: {
|
|
124
|
+
type: string;
|
|
125
|
+
zh_CN: string;
|
|
126
|
+
en_US: string;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
setter: {
|
|
130
|
+
componentName: string;
|
|
131
|
+
props: {};
|
|
132
|
+
};
|
|
133
|
+
supportVariable?: undefined;
|
|
115
134
|
})[];
|
|
116
135
|
};
|
|
117
136
|
};
|
|
@@ -76,6 +76,12 @@ export default {
|
|
|
76
76
|
}, {
|
|
77
77
|
name: 'children',
|
|
78
78
|
propType: 'string'
|
|
79
|
+
}, {
|
|
80
|
+
name: 'screen_structure',
|
|
81
|
+
propType: 'string'
|
|
82
|
+
}, {
|
|
83
|
+
name: 'screen_structure_field',
|
|
84
|
+
propType: 'string'
|
|
79
85
|
}, {
|
|
80
86
|
name: 'required',
|
|
81
87
|
title: '添加*',
|
|
@@ -148,7 +154,43 @@ export default {
|
|
|
148
154
|
}
|
|
149
155
|
},
|
|
150
156
|
setter: 'TextAreaSetter'
|
|
151
|
-
}, _ref["supportVariable"] = true, _ref)
|
|
157
|
+
}, _ref["supportVariable"] = true, _ref), {
|
|
158
|
+
name: 'screen_structure',
|
|
159
|
+
title: {
|
|
160
|
+
label: {
|
|
161
|
+
type: 'i18n',
|
|
162
|
+
zh_CN: '屏幕结构',
|
|
163
|
+
en_US: 'Screen Structure'
|
|
164
|
+
},
|
|
165
|
+
tip: {
|
|
166
|
+
type: 'i18n',
|
|
167
|
+
zh_CN: '属性: screen_structure | 说明: 绑定的屏幕结构',
|
|
168
|
+
en_US: 'prop: screen_structure | description: bound screen structure'
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
setter: {
|
|
172
|
+
componentName: 'temporary_structure',
|
|
173
|
+
props: {}
|
|
174
|
+
}
|
|
175
|
+
}, {
|
|
176
|
+
name: 'screen_structure_field',
|
|
177
|
+
title: {
|
|
178
|
+
label: {
|
|
179
|
+
type: 'i18n',
|
|
180
|
+
zh_CN: '结构字段',
|
|
181
|
+
en_US: 'Structure Field'
|
|
182
|
+
},
|
|
183
|
+
tip: {
|
|
184
|
+
type: 'i18n',
|
|
185
|
+
zh_CN: '属性: screen_structure_field | 说明: 绑定的屏幕结构字段',
|
|
186
|
+
en_US: 'prop: screen_structure_field | description: bound structure field'
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
setter: {
|
|
190
|
+
componentName: 'struct_field',
|
|
191
|
+
props: {}
|
|
192
|
+
}
|
|
193
|
+
}]
|
|
152
194
|
}
|
|
153
195
|
},
|
|
154
196
|
snippets: snippets
|
package/lowcode_lib/meta.js
CHANGED
|
@@ -107,7 +107,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
107
107
|
packageName = '@openli1115/lowcode-edit-pro-table';
|
|
108
108
|
}
|
|
109
109
|
if (version === void 0) {
|
|
110
|
-
version = '1.0.
|
|
110
|
+
version = '1.0.136';
|
|
111
111
|
}
|
|
112
112
|
if (basicLibraryVersion === void 0) {
|
|
113
113
|
basicLibraryVersion = {
|
|
@@ -112,6 +112,25 @@ declare const _default: {
|
|
|
112
112
|
};
|
|
113
113
|
};
|
|
114
114
|
setter: string;
|
|
115
|
+
} | {
|
|
116
|
+
name: string;
|
|
117
|
+
title: {
|
|
118
|
+
label: {
|
|
119
|
+
type: string;
|
|
120
|
+
zh_CN: string;
|
|
121
|
+
en_US: string;
|
|
122
|
+
};
|
|
123
|
+
tip: {
|
|
124
|
+
type: string;
|
|
125
|
+
zh_CN: string;
|
|
126
|
+
en_US: string;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
setter: {
|
|
130
|
+
componentName: string;
|
|
131
|
+
props: {};
|
|
132
|
+
};
|
|
133
|
+
supportVariable?: undefined;
|
|
115
134
|
})[];
|
|
116
135
|
};
|
|
117
136
|
};
|
|
@@ -81,6 +81,12 @@ var _default = exports["default"] = {
|
|
|
81
81
|
}, {
|
|
82
82
|
name: 'children',
|
|
83
83
|
propType: 'string'
|
|
84
|
+
}, {
|
|
85
|
+
name: 'screen_structure',
|
|
86
|
+
propType: 'string'
|
|
87
|
+
}, {
|
|
88
|
+
name: 'screen_structure_field',
|
|
89
|
+
propType: 'string'
|
|
84
90
|
}, {
|
|
85
91
|
name: 'required',
|
|
86
92
|
title: '添加*',
|
|
@@ -153,7 +159,43 @@ var _default = exports["default"] = {
|
|
|
153
159
|
}
|
|
154
160
|
},
|
|
155
161
|
setter: 'TextAreaSetter'
|
|
156
|
-
}, _ref["supportVariable"] = true, _ref)
|
|
162
|
+
}, _ref["supportVariable"] = true, _ref), {
|
|
163
|
+
name: 'screen_structure',
|
|
164
|
+
title: {
|
|
165
|
+
label: {
|
|
166
|
+
type: 'i18n',
|
|
167
|
+
zh_CN: '屏幕结构',
|
|
168
|
+
en_US: 'Screen Structure'
|
|
169
|
+
},
|
|
170
|
+
tip: {
|
|
171
|
+
type: 'i18n',
|
|
172
|
+
zh_CN: '属性: screen_structure | 说明: 绑定的屏幕结构',
|
|
173
|
+
en_US: 'prop: screen_structure | description: bound screen structure'
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
setter: {
|
|
177
|
+
componentName: 'temporary_structure',
|
|
178
|
+
props: {}
|
|
179
|
+
}
|
|
180
|
+
}, {
|
|
181
|
+
name: 'screen_structure_field',
|
|
182
|
+
title: {
|
|
183
|
+
label: {
|
|
184
|
+
type: 'i18n',
|
|
185
|
+
zh_CN: '结构字段',
|
|
186
|
+
en_US: 'Structure Field'
|
|
187
|
+
},
|
|
188
|
+
tip: {
|
|
189
|
+
type: 'i18n',
|
|
190
|
+
zh_CN: '属性: screen_structure_field | 说明: 绑定的屏幕结构字段',
|
|
191
|
+
en_US: 'prop: screen_structure_field | description: bound structure field'
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
setter: {
|
|
195
|
+
componentName: 'struct_field',
|
|
196
|
+
props: {}
|
|
197
|
+
}
|
|
198
|
+
}]
|
|
157
199
|
}
|
|
158
200
|
},
|
|
159
201
|
snippets: _snippets["default"]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openli1115/lowcode-edit-pro-table",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.136",
|
|
4
4
|
"description": "@openli1115/lowcode-edit-pro-table",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
},
|
|
102
102
|
"componentConfig": {
|
|
103
103
|
"isComponentLibrary": true,
|
|
104
|
-
"materialSchema": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.
|
|
104
|
+
"materialSchema": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.136/build/lowcode/assets-prod.json"
|
|
105
105
|
},
|
|
106
106
|
"lcMeta": {
|
|
107
107
|
"type": "component"
|
|
108
108
|
},
|
|
109
|
-
"homepage": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.
|
|
109
|
+
"homepage": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.136/build/index.html"
|
|
110
110
|
}
|