@steedos-widgets/sortable 6.3.12-beta.4 → 6.3.12-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 +7 -4
- package/dist/sortable.cjs.js.map +1 -1
- package/dist/sortable.esm.js +7 -4
- package/dist/sortable.esm.js.map +1 -1
- package/dist/sortable.umd.js +7 -4
- package/package.json +3 -3
package/dist/sortable.umd.js
CHANGED
|
@@ -22855,7 +22855,7 @@
|
|
|
22855
22855
|
* @Author: baozhoutao@steedos.com
|
|
22856
22856
|
* @Date: 2022-11-01 15:51:00
|
|
22857
22857
|
* @LastEditors: baozhoutao@steedos.com
|
|
22858
|
-
* @LastEditTime: 2024-
|
|
22858
|
+
* @LastEditTime: 2024-12-26 20:28:43
|
|
22859
22859
|
* @Description:
|
|
22860
22860
|
*/
|
|
22861
22861
|
|
|
@@ -23015,20 +23015,23 @@
|
|
|
23015
23015
|
{
|
|
23016
23016
|
type: 'button',
|
|
23017
23017
|
actionType: 'cancel',
|
|
23018
|
-
label: instance.t('frontend_form_cancel')
|
|
23018
|
+
label: instance.t('frontend_form_cancel'),
|
|
23019
|
+
className: 'form-btn-cancel'
|
|
23019
23020
|
},
|
|
23020
23021
|
{
|
|
23021
23022
|
type: 'button',
|
|
23022
23023
|
label: instance.t('frontend_form_save_and_new'),
|
|
23023
23024
|
actionType: 'confirm',
|
|
23024
23025
|
close: false,
|
|
23025
|
-
id: "confirmAndNew"
|
|
23026
|
+
id: "confirmAndNew",
|
|
23027
|
+
className: 'form-btn-save_and_new'
|
|
23026
23028
|
},
|
|
23027
23029
|
{
|
|
23028
23030
|
type: 'button',
|
|
23029
23031
|
actionType: 'confirm',
|
|
23030
23032
|
label: instance.t('frontend_form_save'),
|
|
23031
|
-
primary: true
|
|
23033
|
+
primary: true,
|
|
23034
|
+
className: 'form-btn-save'
|
|
23032
23035
|
},
|
|
23033
23036
|
]
|
|
23034
23037
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos-widgets/sortable",
|
|
3
|
-
"version": "6.3.12-beta.
|
|
3
|
+
"version": "6.3.12-beta.5",
|
|
4
4
|
"main": "dist/sortable.cjs.js",
|
|
5
5
|
"module": "dist/sortable.esm.js",
|
|
6
6
|
"unpkg": "dist/sortable.umd.js",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@dnd-kit/core": "^6.0.5",
|
|
47
47
|
"@dnd-kit/sortable": "^7.0.1",
|
|
48
|
-
"@steedos-widgets/amis-lib": "6.3.12-beta.
|
|
48
|
+
"@steedos-widgets/amis-lib": "6.3.12-beta.5"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "9b73151e7978415f194ed0469ce0e466b446d886"
|
|
51
51
|
}
|