@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/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.11-beta.
|
|
7
|
-
"https://unpkg.com/@steedos-widgets/sortable@3.6.11-beta.
|
|
6
|
+
"https://unpkg.com/@steedos-widgets/sortable@3.6.11-beta.5/dist/sortable.umd.js",
|
|
7
|
+
"https://unpkg.com/@steedos-widgets/sortable@3.6.11-beta.5/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.11-beta.
|
|
18
|
+
"url": "https://unpkg.com/@steedos-widgets/sortable@3.6.11-beta.5/dist/meta.js",
|
|
19
19
|
"urls": {
|
|
20
|
-
"default": "https://unpkg.com/@steedos-widgets/sortable@3.6.11-beta.
|
|
21
|
-
"design": "https://unpkg.com/@steedos-widgets/sortable@3.6.11-beta.
|
|
20
|
+
"default": "https://unpkg.com/@steedos-widgets/sortable@3.6.11-beta.5/dist/meta.js",
|
|
21
|
+
"design": "https://unpkg.com/@steedos-widgets/sortable@3.6.11-beta.5/dist/meta.js"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
]
|
package/dist/sortable.cjs.js
CHANGED
|
@@ -60471,8 +60471,8 @@ if(typeof window != 'undefined'){
|
|
|
60471
60471
|
/*
|
|
60472
60472
|
* @Author: baozhoutao@steedos.com
|
|
60473
60473
|
* @Date: 2023-01-13 17:27:54
|
|
60474
|
-
* @LastEditors:
|
|
60475
|
-
* @LastEditTime: 2024-
|
|
60474
|
+
* @LastEditors: 殷亮辉 yinlianghui@hotoa.com
|
|
60475
|
+
* @LastEditTime: 2024-04-11 14:14:43
|
|
60476
60476
|
* @Description:
|
|
60477
60477
|
*/
|
|
60478
60478
|
|
|
@@ -60548,12 +60548,12 @@ const getHtmlFieldSchema = (field, readonly, ctx)=>{
|
|
|
60548
60548
|
"receiver": "${context.rootUrl}/s3/images",
|
|
60549
60549
|
"name": field.name,
|
|
60550
60550
|
"options": {
|
|
60551
|
-
"menu": {
|
|
60552
|
-
|
|
60553
|
-
|
|
60554
|
-
|
|
60555
|
-
|
|
60556
|
-
},
|
|
60551
|
+
// "menu": {
|
|
60552
|
+
// "insert": {
|
|
60553
|
+
// "title": "Insert",
|
|
60554
|
+
// "items": "image link media addcomment pageembed codesample inserttable | charmap emoticons hr | pagebreak nonbreaking anchor tableofcontents | insertdatetime"
|
|
60555
|
+
// }
|
|
60556
|
+
// },
|
|
60557
60557
|
"plugins": [
|
|
60558
60558
|
"autoresize"
|
|
60559
60559
|
],
|
|
@@ -60569,13 +60569,14 @@ const getHtmlFieldSchema = (field, readonly, ctx)=>{
|
|
|
60569
60569
|
"type": "input-rich-text",
|
|
60570
60570
|
"receiver": "${context.rootUrl}/s3/images",
|
|
60571
60571
|
"options":{
|
|
60572
|
-
"menu": {
|
|
60573
|
-
|
|
60574
|
-
|
|
60575
|
-
|
|
60576
|
-
|
|
60577
|
-
},
|
|
60578
|
-
"statusbar": false
|
|
60572
|
+
// "menu": {
|
|
60573
|
+
// "insert": {
|
|
60574
|
+
// "title": "Insert",
|
|
60575
|
+
// "items": "image link media addcomment pageembed codesample inserttable | charmap emoticons hr | pagebreak nonbreaking anchor tableofcontents | insertdatetime"
|
|
60576
|
+
// }
|
|
60577
|
+
// },
|
|
60578
|
+
"statusbar": false,
|
|
60579
|
+
"menubar": false
|
|
60579
60580
|
},
|
|
60580
60581
|
"name": field.name
|
|
60581
60582
|
}
|