@dckj-npm/dc-material 0.1.10 → 0.1.12

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.
@@ -20,17 +20,17 @@ const SearchBarMeta: IPublicTypeComponentMetadata = {
20
20
  supports: {
21
21
  style: true,
22
22
  events: [{
23
- name: 'onSearch',
24
- template: "onSearch(params,${extParams}){\n window.location.href=`http://localhost:4500/preview.html?pathId=${params.pathId}`;\n console.log(pathId) \n}"
23
+ name: 'onClick',
24
+ // template: "onSearch(params,${extParams}){\n window.location.href=`http://localhost:4500/preview.html?pathId=${params.pathId}`;\n console.log(params.pathId) \n}"
25
25
  }],
26
26
  },
27
27
  "props": [
28
28
  {
29
29
  name: 'defaultValue',
30
- title: '默认值',
30
+ title: '绑定跳转',
31
31
  setter: 'StringSetter',
32
32
  supportVariable: true,
33
- description: '搜索框默认值',
33
+ description: '搜索框绑定跳转',
34
34
  defaultValue: '请输入'
35
35
  },
36
36
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dckj-npm/dc-material",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
4
4
  "description": "dc低代码物料",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",