ydb-components-material 0.1.104 → 0.1.105

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.
Files changed (60) hide show
  1. package/build/docs/404.html +3 -3
  2. package/build/docs/_demos/:uuid +3 -3
  3. package/build/docs/colorful-button.html +3 -3
  4. package/build/docs/colorful-input.html +3 -3
  5. package/build/docs/index.html +3 -3
  6. package/build/docs/{umi.967ad73e.js → umi.a8f7e9e9.js} +1 -1
  7. package/build/docs/{umi.82ebabdb.css → umi.e6ddefc7.css} +1 -1
  8. package/build/docs/~demos/:uuid.html +3 -3
  9. package/build/docs/~demos/colorful-button-demo.html +3 -3
  10. package/build/docs/~demos/colorful-input-demo.html +3 -3
  11. package/build/lowcode/3.js +2 -2
  12. package/build/lowcode/4.js +1 -1
  13. package/build/lowcode/5.js +1 -1
  14. package/build/lowcode/assets-daily.json +11 -11
  15. package/build/lowcode/assets-dev.json +2 -2
  16. package/build/lowcode/assets-prod.json +11 -11
  17. package/build/lowcode/index.js +1 -1
  18. package/build/lowcode/meta.js +1 -1
  19. package/build/lowcode/preview.js +9 -9
  20. package/build/lowcode/render/default/1.js +2 -2
  21. package/build/lowcode/render/default/2.js +1 -1
  22. package/build/lowcode/render/default/3.js +1 -1
  23. package/build/lowcode/render/default/view.css +1 -1
  24. package/build/lowcode/render/default/view.js +17 -17
  25. package/build/lowcode/view.css +1 -1
  26. package/build/lowcode/view.js +17 -17
  27. package/dist/1.js +2 -2
  28. package/dist/2.js +1 -1
  29. package/dist/3.js +1 -1
  30. package/dist/BizComps.css +1 -1
  31. package/dist/BizComps.js +20 -20
  32. package/dist/BizComps.js.map +1 -1
  33. package/es/components/guide/compoents/eventInfo.d.ts +0 -1
  34. package/es/components/guide/compoents/eventInfo.js +1 -17
  35. package/es/components/guide/compoents/materials/materials.d.ts +0 -4
  36. package/es/components/guide/compoents/materials/materials.js +0 -8
  37. package/es/components/guide/compoents/materials/situation.d.ts +0 -4
  38. package/es/components/guide/compoents/materials/situation.js +1 -21
  39. package/es/components/guide/compoents/places.js +8 -22
  40. package/es/components/guide/index.d.ts +0 -12
  41. package/es/components/guide/index.js +3 -25
  42. package/es/components/guide/index.scss +2 -0
  43. package/es/style.js +1 -1
  44. package/lib/components/guide/compoents/eventInfo.d.ts +0 -1
  45. package/lib/components/guide/compoents/eventInfo.js +1 -17
  46. package/lib/components/guide/compoents/materials/materials.d.ts +0 -4
  47. package/lib/components/guide/compoents/materials/materials.js +0 -8
  48. package/lib/components/guide/compoents/materials/situation.d.ts +0 -4
  49. package/lib/components/guide/compoents/materials/situation.js +1 -21
  50. package/lib/components/guide/compoents/places.js +8 -22
  51. package/lib/components/guide/index.d.ts +0 -12
  52. package/lib/components/guide/index.js +3 -25
  53. package/lib/components/guide/index.scss +2 -0
  54. package/lib/style.js +1 -1
  55. package/lowcode/guide/meta.ts +2 -147
  56. package/lowcode_es/guide/meta.js +0 -141
  57. package/lowcode_es/meta.js +1 -1
  58. package/lowcode_lib/guide/meta.js +0 -141
  59. package/lowcode_lib/meta.js +1 -1
  60. package/package.json +4 -3
package/lib/style.js CHANGED
@@ -4,7 +4,7 @@ require('@alifd/next/lib/radio/style');
4
4
  require('@alifd/next/lib/checkbox/style');
5
5
  require('@alifd/next/lib/balloon/style');
6
6
  require('antd/lib/cascader/style');
7
- require('@alifd/next/lib/button/style');
8
7
  require('@alifd/next/lib/dialog/style');
9
8
  require('@alifd/next/lib/loading/style');
9
+ require('@alifd/next/lib/button/style');
10
10
  require('./index.scss');
@@ -49,23 +49,6 @@ const GuideMeta: IPublicTypeComponentMetadata = {
49
49
  "initialValue": false
50
50
  }
51
51
  },
52
- {
53
- "title": {
54
- "label": {
55
- "type": "i18n",
56
- "en-US": "standardItemId",
57
- "zh-CN": "standardItemId"
58
- },
59
- "tip": "standardItemId | Standard item ID for fetching event details"
60
- },
61
- "name": "standardItemId",
62
- "description": "Standard item ID for fetching event details",
63
- "setter": {
64
- "componentName": "StringSetter",
65
- "isRequired": false,
66
- "initialValue": ""
67
- }
68
- },
69
52
  {
70
53
  "title": {
71
54
  "label": {
@@ -186,110 +169,7 @@ const GuideMeta: IPublicTypeComponentMetadata = {
186
169
  "initialValue": ""
187
170
  }
188
171
  },
189
- {
190
- "title": {
191
- "label": {
192
- "type": "i18n",
193
- "en-US": "formData",
194
- "zh-CN": "FormData"
195
- },
196
- "tip": "formData | Form data"
197
- },
198
- "name": "formData",
199
- "description": "Form data",
200
- "setter": {
201
- "componentName": "ObjectSetter",
202
- "props": {
203
- "config": {
204
- "extraSetter": {
205
- "componentName": "MixedSetter",
206
- "isRequired": false,
207
- "props": {}
208
- }
209
- }
210
- },
211
- "isRequired": false,
212
- "initialValue": {}
213
- }
214
- },
215
- {
216
- "title": {
217
- "label": {
218
- "type": "i18n",
219
- "en-US": "formFieldNames",
220
- "zh-CN": "formFieldNames"
221
- },
222
- "tip": "formFieldNames | Form field names"
223
- },
224
- "name": "formFieldNames",
225
- "description": "Form field names",
226
- "setter": {
227
- "componentName": "ObjectSetter",
228
- "props": {
229
- "config": {
230
- "extraSetter": {
231
- "componentName": "MixedSetter",
232
- "isRequired": false,
233
- "props": {}
234
- }
235
- }
236
- },
237
- "isRequired": false,
238
- "initialValue": {}
239
- }
240
- },
241
- {
242
- "title": {
243
- "label": {
244
- "type": "i18n",
245
- "en-US": "itemSituationRowUid",
246
- "zh-CN": "itemSituationRowUid"
247
- },
248
- "tip": "itemSituationRowUid | Item situation row uid"
249
- },
250
- "name": "itemSituationRowUid",
251
- "description": "Item situation row uid",
252
- "setter": {
253
- "componentName": "ObjectSetter",
254
- "props": {
255
- "config": {
256
- "extraSetter": {
257
- "componentName": "MixedSetter",
258
- "isRequired": false,
259
- "props": {}
260
- }
261
- }
262
- },
263
- "isRequired": false,
264
- "initialValue": {}
265
- }
266
- },
267
- {
268
- "title": {
269
- "label": {
270
- "type": "i18n",
271
- "en-US": "workNo",
272
- "zh-CN": "workNo"
273
- },
274
- "tip": "workNo | Work number"
275
- },
276
- "name": "workNo",
277
- "description": "Work number",
278
- "setter": {
279
- "componentName": "ObjectSetter",
280
- "props": {
281
- "config": {
282
- "extraSetter": {
283
- "componentName": "MixedSetter",
284
- "isRequired": false,
285
- "props": {}
286
- }
287
- }
288
- },
289
- "isRequired": false,
290
- "initialValue": {}
291
- }
292
- },
172
+
293
173
  {
294
174
  "title": {
295
175
  "label": {
@@ -322,32 +202,7 @@ const GuideMeta: IPublicTypeComponentMetadata = {
322
202
  "initialValue": []
323
203
  }
324
204
  },
325
- {
326
- "title": {
327
- "label": {
328
- "type": "i18n",
329
- "en-US": "filterMaterials",
330
- "zh-CN": "filterMaterials"
331
- },
332
- "tip": "filterMaterials | Filter materials"
333
- },
334
- "name": "filterMaterials",
335
- "description": "Filter materials",
336
- "setter": {
337
- "componentName": "ObjectSetter",
338
- "props": {
339
- "config": {
340
- "extraSetter": {
341
- "componentName": "MixedSetter",
342
- "isRequired": false,
343
- "props": {}
344
- }
345
- }
346
- },
347
- "isRequired": false,
348
- "initialValue": {}
349
- }
350
- },
205
+
351
206
  {
352
207
  "title": {
353
208
  "label": {
@@ -44,22 +44,6 @@ var GuideMeta = {
44
44
  "isRequired": false,
45
45
  "initialValue": false
46
46
  }
47
- }, {
48
- "title": {
49
- "label": {
50
- "type": "i18n",
51
- "en-US": "standardItemId",
52
- "zh-CN": "standardItemId"
53
- },
54
- "tip": "standardItemId | Standard item ID for fetching event details"
55
- },
56
- "name": "standardItemId",
57
- "description": "Standard item ID for fetching event details",
58
- "setter": {
59
- "componentName": "StringSetter",
60
- "isRequired": false,
61
- "initialValue": ""
62
- }
63
47
  }, {
64
48
  "title": {
65
49
  "label": {
@@ -174,106 +158,6 @@ var GuideMeta = {
174
158
  "isRequired": false,
175
159
  "initialValue": ""
176
160
  }
177
- }, {
178
- "title": {
179
- "label": {
180
- "type": "i18n",
181
- "en-US": "formData",
182
- "zh-CN": "FormData"
183
- },
184
- "tip": "formData | Form data"
185
- },
186
- "name": "formData",
187
- "description": "Form data",
188
- "setter": {
189
- "componentName": "ObjectSetter",
190
- "props": {
191
- "config": {
192
- "extraSetter": {
193
- "componentName": "MixedSetter",
194
- "isRequired": false,
195
- "props": {}
196
- }
197
- }
198
- },
199
- "isRequired": false,
200
- "initialValue": {}
201
- }
202
- }, {
203
- "title": {
204
- "label": {
205
- "type": "i18n",
206
- "en-US": "formFieldNames",
207
- "zh-CN": "formFieldNames"
208
- },
209
- "tip": "formFieldNames | Form field names"
210
- },
211
- "name": "formFieldNames",
212
- "description": "Form field names",
213
- "setter": {
214
- "componentName": "ObjectSetter",
215
- "props": {
216
- "config": {
217
- "extraSetter": {
218
- "componentName": "MixedSetter",
219
- "isRequired": false,
220
- "props": {}
221
- }
222
- }
223
- },
224
- "isRequired": false,
225
- "initialValue": {}
226
- }
227
- }, {
228
- "title": {
229
- "label": {
230
- "type": "i18n",
231
- "en-US": "itemSituationRowUid",
232
- "zh-CN": "itemSituationRowUid"
233
- },
234
- "tip": "itemSituationRowUid | Item situation row uid"
235
- },
236
- "name": "itemSituationRowUid",
237
- "description": "Item situation row uid",
238
- "setter": {
239
- "componentName": "ObjectSetter",
240
- "props": {
241
- "config": {
242
- "extraSetter": {
243
- "componentName": "MixedSetter",
244
- "isRequired": false,
245
- "props": {}
246
- }
247
- }
248
- },
249
- "isRequired": false,
250
- "initialValue": {}
251
- }
252
- }, {
253
- "title": {
254
- "label": {
255
- "type": "i18n",
256
- "en-US": "workNo",
257
- "zh-CN": "workNo"
258
- },
259
- "tip": "workNo | Work number"
260
- },
261
- "name": "workNo",
262
- "description": "Work number",
263
- "setter": {
264
- "componentName": "ObjectSetter",
265
- "props": {
266
- "config": {
267
- "extraSetter": {
268
- "componentName": "MixedSetter",
269
- "isRequired": false,
270
- "props": {}
271
- }
272
- }
273
- },
274
- "isRequired": false,
275
- "initialValue": {}
276
- }
277
161
  }, {
278
162
  "title": {
279
163
  "label": {
@@ -305,31 +189,6 @@ var GuideMeta = {
305
189
  },
306
190
  "initialValue": []
307
191
  }
308
- }, {
309
- "title": {
310
- "label": {
311
- "type": "i18n",
312
- "en-US": "filterMaterials",
313
- "zh-CN": "filterMaterials"
314
- },
315
- "tip": "filterMaterials | Filter materials"
316
- },
317
- "name": "filterMaterials",
318
- "description": "Filter materials",
319
- "setter": {
320
- "componentName": "ObjectSetter",
321
- "props": {
322
- "config": {
323
- "extraSetter": {
324
- "componentName": "MixedSetter",
325
- "isRequired": false,
326
- "props": {}
327
- }
328
- }
329
- },
330
- "isRequired": false,
331
- "initialValue": {}
332
- }
333
192
  }, {
334
193
  "title": {
335
194
  "label": {
@@ -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.104';
99
+ version = '0.1.105';
100
100
  }
101
101
  if (basicLibraryVersion === void 0) {
102
102
  basicLibraryVersion = {
@@ -49,22 +49,6 @@ var GuideMeta = {
49
49
  "isRequired": false,
50
50
  "initialValue": false
51
51
  }
52
- }, {
53
- "title": {
54
- "label": {
55
- "type": "i18n",
56
- "en-US": "standardItemId",
57
- "zh-CN": "standardItemId"
58
- },
59
- "tip": "standardItemId | Standard item ID for fetching event details"
60
- },
61
- "name": "standardItemId",
62
- "description": "Standard item ID for fetching event details",
63
- "setter": {
64
- "componentName": "StringSetter",
65
- "isRequired": false,
66
- "initialValue": ""
67
- }
68
52
  }, {
69
53
  "title": {
70
54
  "label": {
@@ -179,106 +163,6 @@ var GuideMeta = {
179
163
  "isRequired": false,
180
164
  "initialValue": ""
181
165
  }
182
- }, {
183
- "title": {
184
- "label": {
185
- "type": "i18n",
186
- "en-US": "formData",
187
- "zh-CN": "FormData"
188
- },
189
- "tip": "formData | Form data"
190
- },
191
- "name": "formData",
192
- "description": "Form data",
193
- "setter": {
194
- "componentName": "ObjectSetter",
195
- "props": {
196
- "config": {
197
- "extraSetter": {
198
- "componentName": "MixedSetter",
199
- "isRequired": false,
200
- "props": {}
201
- }
202
- }
203
- },
204
- "isRequired": false,
205
- "initialValue": {}
206
- }
207
- }, {
208
- "title": {
209
- "label": {
210
- "type": "i18n",
211
- "en-US": "formFieldNames",
212
- "zh-CN": "formFieldNames"
213
- },
214
- "tip": "formFieldNames | Form field names"
215
- },
216
- "name": "formFieldNames",
217
- "description": "Form field names",
218
- "setter": {
219
- "componentName": "ObjectSetter",
220
- "props": {
221
- "config": {
222
- "extraSetter": {
223
- "componentName": "MixedSetter",
224
- "isRequired": false,
225
- "props": {}
226
- }
227
- }
228
- },
229
- "isRequired": false,
230
- "initialValue": {}
231
- }
232
- }, {
233
- "title": {
234
- "label": {
235
- "type": "i18n",
236
- "en-US": "itemSituationRowUid",
237
- "zh-CN": "itemSituationRowUid"
238
- },
239
- "tip": "itemSituationRowUid | Item situation row uid"
240
- },
241
- "name": "itemSituationRowUid",
242
- "description": "Item situation row uid",
243
- "setter": {
244
- "componentName": "ObjectSetter",
245
- "props": {
246
- "config": {
247
- "extraSetter": {
248
- "componentName": "MixedSetter",
249
- "isRequired": false,
250
- "props": {}
251
- }
252
- }
253
- },
254
- "isRequired": false,
255
- "initialValue": {}
256
- }
257
- }, {
258
- "title": {
259
- "label": {
260
- "type": "i18n",
261
- "en-US": "workNo",
262
- "zh-CN": "workNo"
263
- },
264
- "tip": "workNo | Work number"
265
- },
266
- "name": "workNo",
267
- "description": "Work number",
268
- "setter": {
269
- "componentName": "ObjectSetter",
270
- "props": {
271
- "config": {
272
- "extraSetter": {
273
- "componentName": "MixedSetter",
274
- "isRequired": false,
275
- "props": {}
276
- }
277
- }
278
- },
279
- "isRequired": false,
280
- "initialValue": {}
281
- }
282
166
  }, {
283
167
  "title": {
284
168
  "label": {
@@ -310,31 +194,6 @@ var GuideMeta = {
310
194
  },
311
195
  "initialValue": []
312
196
  }
313
- }, {
314
- "title": {
315
- "label": {
316
- "type": "i18n",
317
- "en-US": "filterMaterials",
318
- "zh-CN": "filterMaterials"
319
- },
320
- "tip": "filterMaterials | Filter materials"
321
- },
322
- "name": "filterMaterials",
323
- "description": "Filter materials",
324
- "setter": {
325
- "componentName": "ObjectSetter",
326
- "props": {
327
- "config": {
328
- "extraSetter": {
329
- "componentName": "MixedSetter",
330
- "isRequired": false,
331
- "props": {}
332
- }
333
- }
334
- },
335
- "isRequired": false,
336
- "initialValue": {}
337
- }
338
197
  }, {
339
198
  "title": {
340
199
  "label": {
@@ -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';
104
+ version = '0.1.105';
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.104",
3
+ "version": "0.1.105",
4
4
  "description": "ydb-components-material",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -89,6 +89,7 @@
89
89
  "prop-types": "^15.5.8",
90
90
  "qrcode": "^1.5.4",
91
91
  "react": "^16.x",
92
+ "react-amap": "^1.2.8",
92
93
  "react-beautiful-dnd": "^13.1.1",
93
94
  "react-dom": "^16.x"
94
95
  },
@@ -100,10 +101,10 @@
100
101
  },
101
102
  "componentConfig": {
102
103
  "isComponentLibrary": true,
103
- "materialSchema": "https://unpkg.com/ydb-components-material@0.1.104/build/lowcode/assets-prod.json"
104
+ "materialSchema": "https://unpkg.com/ydb-components-material@0.1.105/build/lowcode/assets-prod.json"
104
105
  },
105
106
  "lcMeta": {
106
107
  "type": "component"
107
108
  },
108
- "homepage": "https://unpkg.com/ydb-components-material@0.1.104/build/index.html"
109
+ "homepage": "https://unpkg.com/ydb-components-material@0.1.105/build/index.html"
109
110
  }