@pisell/materials 1.0.608 → 1.0.609

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.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -5,7 +5,7 @@ import {
5
5
 
6
6
  const PisellDropSortMeta: IPublicTypeComponentMetadata = {
7
7
  componentName: 'PisellDropSort',
8
- title: 'PisellDropSort',
8
+ title: '拖拽排序',
9
9
  docUrl: '',
10
10
  screenshot: '',
11
11
  devMode: 'proCode',
@@ -304,9 +304,10 @@ const PisellDropSortMeta: IPublicTypeComponentMetadata = {
304
304
 
305
305
  const snippets: IPublicTypeSnippet[] = [
306
306
  {
307
- title: 'PisellDropSort',
307
+ title: '拖拽排序',
308
308
  screenshot: '',
309
309
  schema: {
310
+ title: "拖拽排序",
310
311
  componentName: 'PisellDropSort',
311
312
  props: {
312
313
  renderItem: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "1.0.608",
3
+ "version": "1.0.609",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",