ydb-components-material 0.1.106 → 0.1.108
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/docs/404.html +3 -3
- package/build/docs/_demos/:uuid +3 -3
- package/build/docs/colorful-button.html +3 -3
- package/build/docs/colorful-input.html +3 -3
- package/build/docs/index.html +3 -3
- package/build/docs/{umi.03d24726.css → umi.0bdb74c5.css} +1 -1
- package/build/docs/umi.f685e4ec.js +1 -0
- package/build/docs/~demos/:uuid.html +3 -3
- package/build/docs/~demos/colorful-button-demo.html +3 -3
- package/build/docs/~demos/colorful-input-demo.html +3 -3
- 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.css +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +1 -1
- package/dist/BizComps.css +1 -1
- package/dist/BizComps.js +1 -1
- package/dist/BizComps.js.map +1 -1
- package/es/components/check-res/index.d.ts +1 -0
- package/es/components/check-res/index.js +3 -1
- package/es/components/guide/compoents/materials/materials.d.ts +1 -2
- package/es/components/guide/compoents/materials/materials.js +3 -17
- package/es/components/guide/compoents/materials/situation.d.ts +1 -2
- package/es/components/guide/compoents/materials/situation.js +4 -15
- package/es/components/guide/compoents/result.scss +1 -1
- package/es/components/guide/index.d.ts +2 -3
- package/es/components/guide/index.js +5 -5
- package/lib/components/check-res/index.d.ts +1 -0
- package/lib/components/check-res/index.js +3 -1
- package/lib/components/guide/compoents/materials/materials.d.ts +1 -2
- package/lib/components/guide/compoents/materials/materials.js +3 -17
- package/lib/components/guide/compoents/materials/situation.d.ts +1 -2
- package/lib/components/guide/compoents/materials/situation.js +4 -15
- package/lib/components/guide/compoents/result.scss +1 -1
- package/lib/components/guide/index.d.ts +2 -3
- package/lib/components/guide/index.js +5 -5
- package/lowcode/check-res/meta.ts +15 -0
- package/lowcode/guide/meta.ts +23 -38
- package/lowcode_es/check-res/meta.js +14 -0
- package/lowcode_es/guide/meta.js +21 -36
- package/lowcode_es/meta.js +1 -1
- package/lowcode_lib/check-res/meta.js +14 -0
- package/lowcode_lib/guide/meta.js +21 -36
- package/lowcode_lib/meta.js +1 -1
- package/package.json +3 -3
- package/build/docs/umi.b82d1ee3.js +0 -1
|
@@ -63,6 +63,20 @@ var CheckResMeta = {
|
|
|
63
63
|
"isRequired": true,
|
|
64
64
|
"initialValue": true
|
|
65
65
|
}
|
|
66
|
+
}, {
|
|
67
|
+
"title": {
|
|
68
|
+
"label": {
|
|
69
|
+
"type": "i18n",
|
|
70
|
+
"en-US": "showJumpBtn",
|
|
71
|
+
"zh-CN": "展示跳转按钮"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"name": "showJumpBtn",
|
|
75
|
+
"setter": {
|
|
76
|
+
"componentName": "BoolSetter",
|
|
77
|
+
"isRequired": true,
|
|
78
|
+
"initialValue": false
|
|
79
|
+
}
|
|
66
80
|
}, {
|
|
67
81
|
"title": {
|
|
68
82
|
"label": {
|
|
@@ -49,6 +49,22 @@ var GuideMeta = {
|
|
|
49
49
|
"isRequired": false,
|
|
50
50
|
"initialValue": false
|
|
51
51
|
}
|
|
52
|
+
}, {
|
|
53
|
+
"title": {
|
|
54
|
+
"label": {
|
|
55
|
+
"type": "i18n",
|
|
56
|
+
"en-US": "hasPrevious",
|
|
57
|
+
"zh-CN": "hasPrevious"
|
|
58
|
+
},
|
|
59
|
+
"tip": "hasPrevious"
|
|
60
|
+
},
|
|
61
|
+
"name": "hasPrevious",
|
|
62
|
+
"description": "has Previous btn",
|
|
63
|
+
"setter": {
|
|
64
|
+
"componentName": "BoolSetter",
|
|
65
|
+
"isRequired": false,
|
|
66
|
+
"initialValue": false
|
|
67
|
+
}
|
|
52
68
|
}, {
|
|
53
69
|
"title": {
|
|
54
70
|
"label": {
|
|
@@ -194,37 +210,6 @@ var GuideMeta = {
|
|
|
194
210
|
},
|
|
195
211
|
"initialValue": []
|
|
196
212
|
}
|
|
197
|
-
}, {
|
|
198
|
-
"title": {
|
|
199
|
-
"label": {
|
|
200
|
-
"type": "i18n",
|
|
201
|
-
"en-US": "stepList",
|
|
202
|
-
"zh-CN": "stepList"
|
|
203
|
-
},
|
|
204
|
-
"tip": "stepList | Step list"
|
|
205
|
-
},
|
|
206
|
-
"name": "stepList",
|
|
207
|
-
"description": "Step list",
|
|
208
|
-
"setter": {
|
|
209
|
-
"componentName": "ArraySetter",
|
|
210
|
-
"props": {
|
|
211
|
-
"itemSetter": {
|
|
212
|
-
"componentName": "ObjectSetter",
|
|
213
|
-
"props": {
|
|
214
|
-
"config": {
|
|
215
|
-
"extraSetter": {
|
|
216
|
-
"componentName": "MixedSetter",
|
|
217
|
-
"isRequired": false,
|
|
218
|
-
"props": {}
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
},
|
|
222
|
-
"isRequired": false,
|
|
223
|
-
"initialValue": {}
|
|
224
|
-
}
|
|
225
|
-
},
|
|
226
|
-
"initialValue": []
|
|
227
|
-
}
|
|
228
213
|
}, {
|
|
229
214
|
"title": {
|
|
230
215
|
"label": {
|
|
@@ -245,13 +230,13 @@ var GuideMeta = {
|
|
|
245
230
|
"title": {
|
|
246
231
|
"label": {
|
|
247
232
|
"type": "i18n",
|
|
248
|
-
"en-US": "
|
|
249
|
-
"zh-CN": "
|
|
233
|
+
"en-US": "situationPageUrl",
|
|
234
|
+
"zh-CN": "situationPageUrl"
|
|
250
235
|
},
|
|
251
|
-
"tip": "
|
|
236
|
+
"tip": "situationPageUrl"
|
|
252
237
|
},
|
|
253
|
-
"name": "
|
|
254
|
-
"description": "
|
|
238
|
+
"name": "situationPageUrl",
|
|
239
|
+
"description": "situationPageUrl",
|
|
255
240
|
"setter": {
|
|
256
241
|
"componentName": "StringSetter",
|
|
257
242
|
"isRequired": false,
|
package/lowcode_lib/meta.js
CHANGED
|
@@ -101,7 +101,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
101
101
|
packageName = 'ydb-components-material';
|
|
102
102
|
}
|
|
103
103
|
if (version === void 0) {
|
|
104
|
-
version = '0.1.
|
|
104
|
+
version = '0.1.108';
|
|
105
105
|
}
|
|
106
106
|
if (basicLibraryVersion === void 0) {
|
|
107
107
|
basicLibraryVersion = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ydb-components-material",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.108",
|
|
4
4
|
"description": "ydb-components-material",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
},
|
|
102
102
|
"componentConfig": {
|
|
103
103
|
"isComponentLibrary": true,
|
|
104
|
-
"materialSchema": "https://unpkg.com/ydb-components-material@0.1.
|
|
104
|
+
"materialSchema": "https://unpkg.com/ydb-components-material@0.1.108/build/lowcode/assets-prod.json"
|
|
105
105
|
},
|
|
106
106
|
"lcMeta": {
|
|
107
107
|
"type": "component"
|
|
108
108
|
},
|
|
109
|
-
"homepage": "https://unpkg.com/ydb-components-material@0.1.
|
|
109
|
+
"homepage": "https://unpkg.com/ydb-components-material@0.1.108/build/index.html"
|
|
110
110
|
}
|