@dckj-npm/dc-material 0.1.9 → 0.1.10
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.
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types';
|
|
3
3
|
|
|
4
4
|
const SearchBarMeta: IPublicTypeComponentMetadata = {
|
|
5
|
-
group: '低代码组件',
|
|
5
|
+
"group": '低代码组件',
|
|
6
6
|
"componentName": "SearchBar",
|
|
7
|
-
"title": "
|
|
7
|
+
"title": "搜索栏",
|
|
8
8
|
"docUrl": "",
|
|
9
9
|
"screenshot": "",
|
|
10
10
|
"devMode": "proCode",
|
|
@@ -39,7 +39,7 @@ const SearchBarMeta: IPublicTypeComponentMetadata = {
|
|
|
39
39
|
};
|
|
40
40
|
const snippets: IPublicTypeSnippet[] = [
|
|
41
41
|
{
|
|
42
|
-
"title": "
|
|
42
|
+
"title": "搜索栏",
|
|
43
43
|
"screenshot": "",
|
|
44
44
|
"schema": {
|
|
45
45
|
"componentName": "SearchBar",
|