@steedos-widgets/amis-lib 3.6.11-beta.4 → 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/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs.js +16 -15
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +16 -15
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +16 -4
- package/dist/index.umd.js.map +1 -1
- package/dist/types/lib/converter/amis/fields/editor.d.ts +1 -13
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -12136,8 +12136,8 @@ if(typeof window != 'undefined'){
|
|
|
12136
12136
|
/*
|
|
12137
12137
|
* @Author: baozhoutao@steedos.com
|
|
12138
12138
|
* @Date: 2023-01-13 17:27:54
|
|
12139
|
-
* @LastEditors:
|
|
12140
|
-
* @LastEditTime: 2024-
|
|
12139
|
+
* @LastEditors: 殷亮辉 yinlianghui@hotoa.com
|
|
12140
|
+
* @LastEditTime: 2024-04-11 14:14:43
|
|
12141
12141
|
* @Description:
|
|
12142
12142
|
*/
|
|
12143
12143
|
|
|
@@ -12213,12 +12213,12 @@ const getHtmlFieldSchema = (field, readonly, ctx)=>{
|
|
|
12213
12213
|
"receiver": "${context.rootUrl}/s3/images",
|
|
12214
12214
|
"name": field.name,
|
|
12215
12215
|
"options": {
|
|
12216
|
-
"menu": {
|
|
12217
|
-
|
|
12218
|
-
|
|
12219
|
-
|
|
12220
|
-
|
|
12221
|
-
},
|
|
12216
|
+
// "menu": {
|
|
12217
|
+
// "insert": {
|
|
12218
|
+
// "title": "Insert",
|
|
12219
|
+
// "items": "image link media addcomment pageembed codesample inserttable | charmap emoticons hr | pagebreak nonbreaking anchor tableofcontents | insertdatetime"
|
|
12220
|
+
// }
|
|
12221
|
+
// },
|
|
12222
12222
|
"plugins": [
|
|
12223
12223
|
"autoresize"
|
|
12224
12224
|
],
|
|
@@ -12234,13 +12234,14 @@ const getHtmlFieldSchema = (field, readonly, ctx)=>{
|
|
|
12234
12234
|
"type": "input-rich-text",
|
|
12235
12235
|
"receiver": "${context.rootUrl}/s3/images",
|
|
12236
12236
|
"options":{
|
|
12237
|
-
"menu": {
|
|
12238
|
-
|
|
12239
|
-
|
|
12240
|
-
|
|
12241
|
-
|
|
12242
|
-
},
|
|
12243
|
-
"statusbar": false
|
|
12237
|
+
// "menu": {
|
|
12238
|
+
// "insert": {
|
|
12239
|
+
// "title": "Insert",
|
|
12240
|
+
// "items": "image link media addcomment pageembed codesample inserttable | charmap emoticons hr | pagebreak nonbreaking anchor tableofcontents | insertdatetime"
|
|
12241
|
+
// }
|
|
12242
|
+
// },
|
|
12243
|
+
"statusbar": false,
|
|
12244
|
+
"menubar": false
|
|
12244
12245
|
},
|
|
12245
12246
|
"name": field.name
|
|
12246
12247
|
}
|