@steedos-widgets/sortable 3.6.4-beta.4 → 3.6.4-beta.5
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 +1 -1
- package/dist/sortable.cjs.js.map +1 -1
- package/dist/sortable.esm.js +1 -1
- package/dist/sortable.esm.js.map +1 -1
- package/dist/sortable.umd.js +1 -1
- package/package.json +3 -3
package/dist/sortable.esm.js
CHANGED
|
@@ -55989,7 +55989,7 @@ async function getTableOperation(ctx){
|
|
|
55989
55989
|
"label": "xxx",
|
|
55990
55990
|
"buttons": operationButtons,
|
|
55991
55991
|
"placement": "bottomRight",
|
|
55992
|
-
"overlayClassName": "
|
|
55992
|
+
"overlayClassName": "border rounded !min-w-[160px]",
|
|
55993
55993
|
"trigger": ["click"],
|
|
55994
55994
|
"id": "u:c2140a365019",
|
|
55995
55995
|
onOpenApi: {
|