ydb-components-material 0.1.105 → 0.1.107
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/static/commonBg.4bd4470c.svg +1 -0
- package/build/docs/{umi.e6ddefc7.css → umi.0bdb74c5.css} +1 -1
- package/build/docs/{umi.a8f7e9e9.js → umi.92ccfbfa.js} +1 -1
- 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/3.js +2 -2
- package/build/lowcode/4.js +1 -1
- package/build/lowcode/5.js +1 -1
- 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/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +9 -9
- package/build/lowcode/render/default/1.js +2 -2
- package/build/lowcode/render/default/2.js +1 -1
- package/build/lowcode/render/default/3.js +1 -1
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +17 -17
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +17 -17
- package/dist/1.js +2 -2
- package/dist/2.js +1 -1
- package/dist/3.js +1 -1
- package/dist/BizComps.css +1 -1
- package/dist/BizComps.js +8 -8
- package/dist/BizComps.js.map +1 -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.js +1 -2
- package/es/components/guide/compoents/result.scss +2 -2
- package/es/components/guide/imgs/commonBg.svg +1 -0
- package/es/components/guide/index.d.ts +2 -3
- package/es/components/guide/index.js +8 -10
- package/es/components/guide/index.scss +4 -6
- 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.js +1 -2
- package/lib/components/guide/compoents/result.scss +2 -2
- package/lib/components/guide/imgs/commonBg.svg +1 -0
- package/lib/components/guide/index.d.ts +2 -3
- package/lib/components/guide/index.js +8 -10
- package/lib/components/guide/index.scss +4 -6
- package/lowcode/guide/meta.ts +23 -38
- package/lowcode_es/guide/meta.js +21 -36
- package/lowcode_es/meta.js +1 -1
- package/lowcode_lib/guide/meta.js +21 -36
- package/lowcode_lib/meta.js +1 -1
- package/package.json +3 -3
- package/build/docs/static/bg2.a0dfd810.png +0 -0
- package/build/docs/static/commonBg.83239798.png +0 -0
- package/build/lowcode/assets/260814268e08d6e791032a27843cd215.png +0 -0
- package/build/lowcode/assets/3eb597ba730c5870765c2c09b7853d78.png +0 -0
- package/build/lowcode/render/default/assets/260814268e08d6e791032a27843cd215.png +0 -0
- package/build/lowcode/render/default/assets/3eb597ba730c5870765c2c09b7853d78.png +0 -0
- package/dist/assets/260814268e08d6e791032a27843cd215.png +0 -0
- package/dist/assets/3eb597ba730c5870765c2c09b7853d78.png +0 -0
- package/es/components/guide/imgs/bg2.png +0 -0
- package/es/components/guide/imgs/checkBg.png +0 -0
- package/es/components/guide/imgs/checkBgPc.png +0 -0
- package/es/components/guide/imgs/loading.gif +0 -0
- package/lib/components/guide/imgs/bg2.png +0 -0
- package/lib/components/guide/imgs/checkBg.png +0 -0
- package/lib/components/guide/imgs/checkBgPc.png +0 -0
- package/lib/components/guide/imgs/loading.gif +0 -0
package/lowcode_es/guide/meta.js
CHANGED
|
@@ -44,6 +44,22 @@ var GuideMeta = {
|
|
|
44
44
|
"isRequired": false,
|
|
45
45
|
"initialValue": false
|
|
46
46
|
}
|
|
47
|
+
}, {
|
|
48
|
+
"title": {
|
|
49
|
+
"label": {
|
|
50
|
+
"type": "i18n",
|
|
51
|
+
"en-US": "hasPrevious",
|
|
52
|
+
"zh-CN": "hasPrevious"
|
|
53
|
+
},
|
|
54
|
+
"tip": "hasPrevious"
|
|
55
|
+
},
|
|
56
|
+
"name": "hasPrevious",
|
|
57
|
+
"description": "has Previous btn",
|
|
58
|
+
"setter": {
|
|
59
|
+
"componentName": "BoolSetter",
|
|
60
|
+
"isRequired": false,
|
|
61
|
+
"initialValue": false
|
|
62
|
+
}
|
|
47
63
|
}, {
|
|
48
64
|
"title": {
|
|
49
65
|
"label": {
|
|
@@ -189,37 +205,6 @@ var GuideMeta = {
|
|
|
189
205
|
},
|
|
190
206
|
"initialValue": []
|
|
191
207
|
}
|
|
192
|
-
}, {
|
|
193
|
-
"title": {
|
|
194
|
-
"label": {
|
|
195
|
-
"type": "i18n",
|
|
196
|
-
"en-US": "stepList",
|
|
197
|
-
"zh-CN": "stepList"
|
|
198
|
-
},
|
|
199
|
-
"tip": "stepList | Step list"
|
|
200
|
-
},
|
|
201
|
-
"name": "stepList",
|
|
202
|
-
"description": "Step list",
|
|
203
|
-
"setter": {
|
|
204
|
-
"componentName": "ArraySetter",
|
|
205
|
-
"props": {
|
|
206
|
-
"itemSetter": {
|
|
207
|
-
"componentName": "ObjectSetter",
|
|
208
|
-
"props": {
|
|
209
|
-
"config": {
|
|
210
|
-
"extraSetter": {
|
|
211
|
-
"componentName": "MixedSetter",
|
|
212
|
-
"isRequired": false,
|
|
213
|
-
"props": {}
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
},
|
|
217
|
-
"isRequired": false,
|
|
218
|
-
"initialValue": {}
|
|
219
|
-
}
|
|
220
|
-
},
|
|
221
|
-
"initialValue": []
|
|
222
|
-
}
|
|
223
208
|
}, {
|
|
224
209
|
"title": {
|
|
225
210
|
"label": {
|
|
@@ -240,13 +225,13 @@ var GuideMeta = {
|
|
|
240
225
|
"title": {
|
|
241
226
|
"label": {
|
|
242
227
|
"type": "i18n",
|
|
243
|
-
"en-US": "
|
|
244
|
-
"zh-CN": "
|
|
228
|
+
"en-US": "situationPageUrl",
|
|
229
|
+
"zh-CN": "situationPageUrl"
|
|
245
230
|
},
|
|
246
|
-
"tip": "
|
|
231
|
+
"tip": "situationPageUrl"
|
|
247
232
|
},
|
|
248
|
-
"name": "
|
|
249
|
-
"description": "
|
|
233
|
+
"name": "situationPageUrl",
|
|
234
|
+
"description": "situationPageUrl",
|
|
250
235
|
"setter": {
|
|
251
236
|
"componentName": "StringSetter",
|
|
252
237
|
"isRequired": false,
|
package/lowcode_es/meta.js
CHANGED
|
@@ -96,7 +96,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
96
96
|
packageName = 'ydb-components-material';
|
|
97
97
|
}
|
|
98
98
|
if (version === void 0) {
|
|
99
|
-
version = '0.1.
|
|
99
|
+
version = '0.1.107';
|
|
100
100
|
}
|
|
101
101
|
if (basicLibraryVersion === void 0) {
|
|
102
102
|
basicLibraryVersion = {
|
|
@@ -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.107';
|
|
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.107",
|
|
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.107/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.107/build/index.html"
|
|
110
110
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|