@dckj-npm/dc-material 0.1.310 → 0.1.311
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 +13 -13
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +13 -13
- package/build/lowcode/meta.design.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/lowcode/search-bar/meta.ts +11 -3
- package/lowcode_es/meta.js +1 -1
- package/lowcode_es/search-bar/meta.js +10 -3
- package/lowcode_lib/meta.js +1 -1
- package/lowcode_lib/search-bar/meta.js +10 -3
- package/package.json +2 -2
|
@@ -48,16 +48,16 @@ const SearchBarMeta: IPublicTypeComponentMetadata = {
|
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
name: 'placeholder',
|
|
51
|
-
title: '
|
|
51
|
+
title: '默认文字',
|
|
52
52
|
setter: 'StringSetter',
|
|
53
53
|
supportVariable: true,
|
|
54
|
-
description: '
|
|
54
|
+
description: '默认文字',
|
|
55
55
|
defaultValue: '请输入',
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
name: 'autofocus',
|
|
59
59
|
title: '自动聚焦',
|
|
60
|
-
setter: '
|
|
60
|
+
setter: 'BoolSetter',
|
|
61
61
|
supportVariable: true,
|
|
62
62
|
description: '自动聚焦',
|
|
63
63
|
defaultValue: false,
|
|
@@ -70,6 +70,14 @@ const SearchBarMeta: IPublicTypeComponentMetadata = {
|
|
|
70
70
|
description: '搜索值',
|
|
71
71
|
defaultValue: '',
|
|
72
72
|
},
|
|
73
|
+
{
|
|
74
|
+
name: 'iconSrc',
|
|
75
|
+
title: '搜索图标',
|
|
76
|
+
setter: 'StringSetter',
|
|
77
|
+
supportVariable: true,
|
|
78
|
+
description: '搜索图标',
|
|
79
|
+
defaultValue: '',
|
|
80
|
+
},
|
|
73
81
|
],
|
|
74
82
|
component: {
|
|
75
83
|
disableBehaviors: ['copy'],
|
package/lowcode_es/meta.js
CHANGED
|
@@ -109,7 +109,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
109
109
|
packageName = '@dckj-npm/dc-material';
|
|
110
110
|
}
|
|
111
111
|
if (version === void 0) {
|
|
112
|
-
version = '0.1.
|
|
112
|
+
version = '0.1.311';
|
|
113
113
|
}
|
|
114
114
|
if (basicLibraryVersion === void 0) {
|
|
115
115
|
basicLibraryVersion = {
|
|
@@ -41,15 +41,15 @@ var SearchBarMeta = {
|
|
|
41
41
|
defaultValue: '搜索'
|
|
42
42
|
}, {
|
|
43
43
|
name: 'placeholder',
|
|
44
|
-
title: '
|
|
44
|
+
title: '默认文字',
|
|
45
45
|
setter: 'StringSetter',
|
|
46
46
|
supportVariable: true,
|
|
47
|
-
description: '
|
|
47
|
+
description: '默认文字',
|
|
48
48
|
defaultValue: '请输入'
|
|
49
49
|
}, {
|
|
50
50
|
name: 'autofocus',
|
|
51
51
|
title: '自动聚焦',
|
|
52
|
-
setter: '
|
|
52
|
+
setter: 'BoolSetter',
|
|
53
53
|
supportVariable: true,
|
|
54
54
|
description: '自动聚焦',
|
|
55
55
|
defaultValue: false
|
|
@@ -60,6 +60,13 @@ var SearchBarMeta = {
|
|
|
60
60
|
supportVariable: true,
|
|
61
61
|
description: '搜索值',
|
|
62
62
|
defaultValue: ''
|
|
63
|
+
}, {
|
|
64
|
+
name: 'iconSrc',
|
|
65
|
+
title: '搜索图标',
|
|
66
|
+
setter: 'StringSetter',
|
|
67
|
+
supportVariable: true,
|
|
68
|
+
description: '搜索图标',
|
|
69
|
+
defaultValue: ''
|
|
63
70
|
}],
|
|
64
71
|
component: {
|
|
65
72
|
disableBehaviors: ['copy']
|
package/lowcode_lib/meta.js
CHANGED
|
@@ -114,7 +114,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
114
114
|
packageName = '@dckj-npm/dc-material';
|
|
115
115
|
}
|
|
116
116
|
if (version === void 0) {
|
|
117
|
-
version = '0.1.
|
|
117
|
+
version = '0.1.311';
|
|
118
118
|
}
|
|
119
119
|
if (basicLibraryVersion === void 0) {
|
|
120
120
|
basicLibraryVersion = {
|
|
@@ -46,15 +46,15 @@ var SearchBarMeta = {
|
|
|
46
46
|
defaultValue: '搜索'
|
|
47
47
|
}, {
|
|
48
48
|
name: 'placeholder',
|
|
49
|
-
title: '
|
|
49
|
+
title: '默认文字',
|
|
50
50
|
setter: 'StringSetter',
|
|
51
51
|
supportVariable: true,
|
|
52
|
-
description: '
|
|
52
|
+
description: '默认文字',
|
|
53
53
|
defaultValue: '请输入'
|
|
54
54
|
}, {
|
|
55
55
|
name: 'autofocus',
|
|
56
56
|
title: '自动聚焦',
|
|
57
|
-
setter: '
|
|
57
|
+
setter: 'BoolSetter',
|
|
58
58
|
supportVariable: true,
|
|
59
59
|
description: '自动聚焦',
|
|
60
60
|
defaultValue: false
|
|
@@ -65,6 +65,13 @@ var SearchBarMeta = {
|
|
|
65
65
|
supportVariable: true,
|
|
66
66
|
description: '搜索值',
|
|
67
67
|
defaultValue: ''
|
|
68
|
+
}, {
|
|
69
|
+
name: 'iconSrc',
|
|
70
|
+
title: '搜索图标',
|
|
71
|
+
setter: 'StringSetter',
|
|
72
|
+
supportVariable: true,
|
|
73
|
+
description: '搜索图标',
|
|
74
|
+
defaultValue: ''
|
|
68
75
|
}],
|
|
69
76
|
component: {
|
|
70
77
|
disableBehaviors: ['copy']
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dckj-npm/dc-material",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.311",
|
|
4
4
|
"description": "dc低代码物料",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
},
|
|
107
107
|
"componentConfig": {
|
|
108
108
|
"isComponentLibrary": true,
|
|
109
|
-
"materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.
|
|
109
|
+
"materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.311/build/lowcode/assets-prod.json"
|
|
110
110
|
},
|
|
111
111
|
"lcMeta": {
|
|
112
112
|
"type": "component"
|