@steedos-widgets/sortable 6.3.0-beta.17 → 6.3.0-beta.18
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/assets.json +5 -5
- package/dist/sortable.cjs.js +12 -11
- package/dist/sortable.cjs.js.map +1 -1
- package/dist/sortable.esm.js +12 -11
- package/dist/sortable.esm.js.map +1 -1
- package/dist/sortable.umd.js +12 -11
- package/package.json +3 -3
package/dist/sortable.esm.js
CHANGED
|
@@ -57276,21 +57276,11 @@ async function getObjectFieldsFilterBarSchema(objectSchema, ctx) {
|
|
|
57276
57276
|
};
|
|
57277
57277
|
}
|
|
57278
57278
|
|
|
57279
|
-
|
|
57280
|
-
/**
|
|
57281
|
-
* 列表视图顶部放大镜过滤条件栏amisSchema
|
|
57282
|
-
* @param {*} objectSchema 对象UISchema
|
|
57283
|
-
* @returns amisSchema
|
|
57284
|
-
*/
|
|
57285
|
-
async function getObjectListHeaderFieldsFilterBar(objectSchema, listViewName, ctx) {
|
|
57286
|
-
const fieldsFilterBarSchema = await getObjectFieldsFilterBarSchema(objectSchema, ctx);
|
|
57287
|
-
return fieldsFilterBarSchema;
|
|
57288
|
-
}
|
|
57289
|
-
|
|
57290
57279
|
const getNewListviewButtonSchema = ()=>{
|
|
57291
57280
|
return {
|
|
57292
57281
|
"type": "button",
|
|
57293
57282
|
"label": instance.t('frontend_listview_control_new_label'),
|
|
57283
|
+
"className": "steedos-listview-new-button",
|
|
57294
57284
|
"onEvent": {
|
|
57295
57285
|
"click": {
|
|
57296
57286
|
"weight": 0,
|
|
@@ -57497,6 +57487,17 @@ function fieldsExtend$5(){
|
|
|
57497
57487
|
}
|
|
57498
57488
|
}
|
|
57499
57489
|
|
|
57490
|
+
|
|
57491
|
+
/**
|
|
57492
|
+
* 列表视图顶部放大镜过滤条件栏amisSchema
|
|
57493
|
+
* @param {*} objectSchema 对象UISchema
|
|
57494
|
+
* @returns amisSchema
|
|
57495
|
+
*/
|
|
57496
|
+
async function getObjectListHeaderFieldsFilterBar(objectSchema, listViewName, ctx) {
|
|
57497
|
+
const fieldsFilterBarSchema = await getObjectFieldsFilterBarSchema(objectSchema, ctx);
|
|
57498
|
+
return fieldsFilterBarSchema;
|
|
57499
|
+
}
|
|
57500
|
+
|
|
57500
57501
|
const getCopyListviewButtonSchema = ()=>{
|
|
57501
57502
|
return {
|
|
57502
57503
|
"type": "button",
|