@steedos-widgets/sortable 3.6.11-beta.3 → 3.6.11-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 +16 -15
- package/dist/sortable.cjs.js.map +1 -1
- package/dist/sortable.esm.js +16 -15
- package/dist/sortable.esm.js.map +1 -1
- package/dist/sortable.umd.js +16 -15
- package/package.json +3 -3
package/dist/sortable.esm.js
CHANGED
|
@@ -60467,8 +60467,8 @@ if(typeof window != 'undefined'){
|
|
|
60467
60467
|
/*
|
|
60468
60468
|
* @Author: baozhoutao@steedos.com
|
|
60469
60469
|
* @Date: 2023-01-13 17:27:54
|
|
60470
|
-
* @LastEditors:
|
|
60471
|
-
* @LastEditTime: 2024-
|
|
60470
|
+
* @LastEditors: 殷亮辉 yinlianghui@hotoa.com
|
|
60471
|
+
* @LastEditTime: 2024-04-11 14:14:43
|
|
60472
60472
|
* @Description:
|
|
60473
60473
|
*/
|
|
60474
60474
|
|
|
@@ -60544,12 +60544,12 @@ const getHtmlFieldSchema = (field, readonly, ctx)=>{
|
|
|
60544
60544
|
"receiver": "${context.rootUrl}/s3/images",
|
|
60545
60545
|
"name": field.name,
|
|
60546
60546
|
"options": {
|
|
60547
|
-
"menu": {
|
|
60548
|
-
|
|
60549
|
-
|
|
60550
|
-
|
|
60551
|
-
|
|
60552
|
-
},
|
|
60547
|
+
// "menu": {
|
|
60548
|
+
// "insert": {
|
|
60549
|
+
// "title": "Insert",
|
|
60550
|
+
// "items": "image link media addcomment pageembed codesample inserttable | charmap emoticons hr | pagebreak nonbreaking anchor tableofcontents | insertdatetime"
|
|
60551
|
+
// }
|
|
60552
|
+
// },
|
|
60553
60553
|
"plugins": [
|
|
60554
60554
|
"autoresize"
|
|
60555
60555
|
],
|
|
@@ -60565,13 +60565,14 @@ const getHtmlFieldSchema = (field, readonly, ctx)=>{
|
|
|
60565
60565
|
"type": "input-rich-text",
|
|
60566
60566
|
"receiver": "${context.rootUrl}/s3/images",
|
|
60567
60567
|
"options":{
|
|
60568
|
-
"menu": {
|
|
60569
|
-
|
|
60570
|
-
|
|
60571
|
-
|
|
60572
|
-
|
|
60573
|
-
},
|
|
60574
|
-
"statusbar": false
|
|
60568
|
+
// "menu": {
|
|
60569
|
+
// "insert": {
|
|
60570
|
+
// "title": "Insert",
|
|
60571
|
+
// "items": "image link media addcomment pageembed codesample inserttable | charmap emoticons hr | pagebreak nonbreaking anchor tableofcontents | insertdatetime"
|
|
60572
|
+
// }
|
|
60573
|
+
// },
|
|
60574
|
+
"statusbar": false,
|
|
60575
|
+
"menubar": false
|
|
60575
60576
|
},
|
|
60576
60577
|
"name": field.name
|
|
60577
60578
|
}
|