@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.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.js +23 -23
- package/build/lowcode/view.js +26 -26
- package/es/components/image/avatar.png +0 -0
- package/es/components/image/image.png +0 -0
- package/es/components/image/product.png +0 -0
- package/lib/components/image/avatar.png +0 -0
- package/lib/components/image/image.png +0 -0
- package/lib/components/image/product.png +0 -0
- package/lowcode/pisell-drop-sort/meta.ts +3 -2
- package/package.json +1 -1
|
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: '
|
|
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: '
|
|
307
|
+
title: '拖拽排序',
|
|
308
308
|
screenshot: '',
|
|
309
309
|
schema: {
|
|
310
|
+
title: "拖拽排序",
|
|
310
311
|
componentName: 'PisellDropSort',
|
|
311
312
|
props: {
|
|
312
313
|
renderItem: {
|