@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 +5 -5
- package/dist/sortable.cjs.js +0 -2
- package/dist/sortable.cjs.js.map +1 -1
- package/dist/sortable.esm.js +0 -2
- package/dist/sortable.esm.js.map +1 -1
- package/dist/sortable.umd.js +0 -2
- package/package.json +3 -3
package/dist/sortable.esm.js
CHANGED
|
@@ -58306,7 +58306,6 @@ function getObjectFooterToolbar(mainObject, formFactor, options) {
|
|
|
58306
58306
|
else {
|
|
58307
58307
|
if(options && options.isRelated){
|
|
58308
58308
|
return [
|
|
58309
|
-
"statistics",
|
|
58310
58309
|
{
|
|
58311
58310
|
"type": "pagination",
|
|
58312
58311
|
"maxButtons": 10,
|
|
@@ -58319,7 +58318,6 @@ function getObjectFooterToolbar(mainObject, formFactor, options) {
|
|
|
58319
58318
|
const no_pagination = mainObject.paging && (mainObject.paging.enabled === false);
|
|
58320
58319
|
const is_lookup = options.isLookup;
|
|
58321
58320
|
const commonConfig = [
|
|
58322
|
-
"statistics",
|
|
58323
58321
|
{
|
|
58324
58322
|
"type": "pagination",
|
|
58325
58323
|
"maxButtons": 10,
|