@steedos-widgets/sortable 3.6.2-beta.2 → 3.6.2-beta.3

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@3.6.2-beta.2/dist/sortable.umd.js",
7
- "https://unpkg.com/@steedos-widgets/sortable@3.6.2-beta.2/dist/sortable.umd.css"
6
+ "https://unpkg.com/@steedos-widgets/sortable@3.6.2-beta.3/dist/sortable.umd.js",
7
+ "https://unpkg.com/@steedos-widgets/sortable@3.6.2-beta.3/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@3.6.2-beta.2/dist/meta.js",
18
+ "url": "https://unpkg.com/@steedos-widgets/sortable@3.6.2-beta.3/dist/meta.js",
19
19
  "urls": {
20
- "default": "https://unpkg.com/@steedos-widgets/sortable@3.6.2-beta.2/dist/meta.js",
21
- "design": "https://unpkg.com/@steedos-widgets/sortable@3.6.2-beta.2/dist/meta.js"
20
+ "default": "https://unpkg.com/@steedos-widgets/sortable@3.6.2-beta.3/dist/meta.js",
21
+ "design": "https://unpkg.com/@steedos-widgets/sortable@3.6.2-beta.3/dist/meta.js"
22
22
  }
23
23
  }
24
24
  ]
@@ -58310,7 +58310,6 @@ function getObjectFooterToolbar(mainObject, formFactor, options) {
58310
58310
  else {
58311
58311
  if(options && options.isRelated){
58312
58312
  return [
58313
- "statistics",
58314
58313
  {
58315
58314
  "type": "pagination",
58316
58315
  "maxButtons": 10,
@@ -58323,7 +58322,6 @@ function getObjectFooterToolbar(mainObject, formFactor, options) {
58323
58322
  const no_pagination = mainObject.paging && (mainObject.paging.enabled === false);
58324
58323
  const is_lookup = options.isLookup;
58325
58324
  const commonConfig = [
58326
- "statistics",
58327
58325
  {
58328
58326
  "type": "pagination",
58329
58327
  "maxButtons": 10,