@steedos-widgets/sortable 6.3.0-beta.18 → 6.3.0-beta.21

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 CHANGED
@@ -3,8 +3,8 @@
3
3
  {
4
4
  "package": "@steedos-widgets/sortable",
5
5
  "urls": [
6
- "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.18/dist/sortable.umd.js",
7
- "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.18/dist/sortable.umd.css"
6
+ "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.21/dist/sortable.umd.js",
7
+ "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.21/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@6.3.0-beta.18/dist/meta.js",
18
+ "url": "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.21/dist/meta.js",
19
19
  "urls": {
20
- "default": "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.18/dist/meta.js",
21
- "design": "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.18/dist/meta.js"
20
+ "default": "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.21/dist/meta.js",
21
+ "design": "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.21/dist/meta.js"
22
22
  }
23
23
  }
24
24
  ]
@@ -60693,8 +60693,8 @@ if(typeof window != 'undefined'){
60693
60693
  /*
60694
60694
  * @Author: baozhoutao@steedos.com
60695
60695
  * @Date: 2023-01-13 17:27:54
60696
- * @LastEditors: 殷亮辉 yinlianghui@hotoa.com
60697
- * @LastEditTime: 2024-04-11 14:14:43
60696
+ * @LastEditors: baozhoutao@steedos.com
60697
+ * @LastEditTime: 2024-06-07 13:39:34
60698
60698
  * @Description:
60699
60699
  */
60700
60700
 
@@ -60731,6 +60731,7 @@ const getMarkdownFieldSchema = (field, readonly, ctx)=>{
60731
60731
  "name": field.name,
60732
60732
  "labelClassName": "none",
60733
60733
  "language": "markdown",
60734
+ "options": field.amis ? field.amis.editorOptions : null
60734
60735
  }
60735
60736
  ]
60736
60737
  },