@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 CHANGED
@@ -3,8 +3,8 @@
3
3
  {
4
4
  "package": "@steedos-widgets/sortable",
5
5
  "urls": [
6
- "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.17/dist/sortable.umd.js",
7
- "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.17/dist/sortable.umd.css"
6
+ "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.18/dist/sortable.umd.js",
7
+ "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.18/dist/sortable.umd.css"
8
8
  ],
9
9
  "library": "BuilderSortable"
10
10
  }
@@ -15,10 +15,10 @@
15
15
  "npm": {
16
16
  "package": "@steedos-widgets/sortable"
17
17
  },
18
- "url": "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.17/dist/meta.js",
18
+ "url": "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.18/dist/meta.js",
19
19
  "urls": {
20
- "default": "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.17/dist/meta.js",
21
- "design": "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.17/dist/meta.js"
20
+ "default": "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.18/dist/meta.js",
21
+ "design": "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.18/dist/meta.js"
22
22
  }
23
23
  }
24
24
  ]
@@ -57280,21 +57280,11 @@ async function getObjectFieldsFilterBarSchema(objectSchema, ctx) {
57280
57280
  };
57281
57281
  }
57282
57282
 
57283
-
57284
- /**
57285
- * 列表视图顶部放大镜过滤条件栏amisSchema
57286
- * @param {*} objectSchema 对象UISchema
57287
- * @returns amisSchema
57288
- */
57289
- async function getObjectListHeaderFieldsFilterBar(objectSchema, listViewName, ctx) {
57290
- const fieldsFilterBarSchema = await getObjectFieldsFilterBarSchema(objectSchema, ctx);
57291
- return fieldsFilterBarSchema;
57292
- }
57293
-
57294
57283
  const getNewListviewButtonSchema = ()=>{
57295
57284
  return {
57296
57285
  "type": "button",
57297
57286
  "label": instance.t('frontend_listview_control_new_label'),
57287
+ "className": "steedos-listview-new-button",
57298
57288
  "onEvent": {
57299
57289
  "click": {
57300
57290
  "weight": 0,
@@ -57501,6 +57491,17 @@ function fieldsExtend$5(){
57501
57491
  }
57502
57492
  }
57503
57493
 
57494
+
57495
+ /**
57496
+ * 列表视图顶部放大镜过滤条件栏amisSchema
57497
+ * @param {*} objectSchema 对象UISchema
57498
+ * @returns amisSchema
57499
+ */
57500
+ async function getObjectListHeaderFieldsFilterBar(objectSchema, listViewName, ctx) {
57501
+ const fieldsFilterBarSchema = await getObjectFieldsFilterBarSchema(objectSchema, ctx);
57502
+ return fieldsFilterBarSchema;
57503
+ }
57504
+
57504
57505
  const getCopyListviewButtonSchema = ()=>{
57505
57506
  return {
57506
57507
  "type": "button",