ydb-components-material 0.1.119 → 0.1.120

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 (163) 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/static/situation.80bdb450.png +0 -0
  7. package/build/docs/{umi.ffb7b81c.css → umi.35f02979.css} +1 -1
  8. package/build/docs/umi.abe1fcd6.js +1 -0
  9. package/build/docs/~demos/:uuid.html +3 -3
  10. package/build/docs/~demos/colorful-button-demo.html +3 -3
  11. package/build/docs/~demos/colorful-input-demo.html +3 -3
  12. package/build/lowcode/3.js +2 -2
  13. package/build/lowcode/4.js +1 -1
  14. package/build/lowcode/5.js +1 -1
  15. package/build/lowcode/assets/8644ab95dcea871942e57b3d0e2e0eea.png +0 -0
  16. package/build/lowcode/assets-daily.json +11 -11
  17. package/build/lowcode/assets-dev.json +2 -2
  18. package/build/lowcode/assets-prod.json +11 -11
  19. package/build/lowcode/index.js +1 -1
  20. package/build/lowcode/meta.js +1 -1
  21. package/build/lowcode/preview.js +9 -9
  22. package/build/lowcode/render/default/1.js +2 -2
  23. package/build/lowcode/render/default/2.js +1 -1
  24. package/build/lowcode/render/default/3.js +1 -1
  25. package/build/lowcode/render/default/assets/8644ab95dcea871942e57b3d0e2e0eea.png +0 -0
  26. package/build/lowcode/render/default/view.css +1 -1
  27. package/build/lowcode/render/default/view.js +26 -26
  28. package/build/lowcode/view.css +1 -1
  29. package/build/lowcode/view.js +26 -26
  30. package/dist/1.js +2 -2
  31. package/dist/2.js +1 -1
  32. package/dist/3.js +1 -1
  33. package/dist/BizComps.css +1 -1
  34. package/dist/BizComps.js +19 -19
  35. package/dist/BizComps.js.map +1 -1
  36. package/dist/assets/8644ab95dcea871942e57b3d0e2e0eea.png +0 -0
  37. package/es/components/file-list/item.js +2 -2
  38. package/es/components/file-list/seal.js +5 -1
  39. package/es/components/guide-pc/comment.d.ts +9 -0
  40. package/es/components/guide-pc/comment.js +93 -0
  41. package/es/components/guide-pc/comment.scss +15 -0
  42. package/es/components/guide-pc/comment.vue +117 -0
  43. package/es/components/guide-pc/components/accept.d.ts +7 -0
  44. package/es/components/guide-pc/components/accept.js +30 -0
  45. package/es/components/guide-pc/components/accept.scss +18 -0
  46. package/es/components/guide-pc/components/accept.vue +50 -0
  47. package/es/components/guide-pc/components/basicInfo.d.ts +7 -0
  48. package/es/components/guide-pc/components/basicInfo.js +89 -0
  49. package/es/components/guide-pc/components/basicInfo.scss +30 -0
  50. package/es/components/guide-pc/components/basicInfo.vue +81 -0
  51. package/es/components/guide-pc/components/guideTabs.d.ts +8 -0
  52. package/es/components/guide-pc/components/guideTabs.js +32 -0
  53. package/es/components/guide-pc/components/guideTabs.scss +34 -0
  54. package/es/components/guide-pc/components/guideTabs.vue +48 -0
  55. package/es/components/guide-pc/components/guideTitle.d.ts +7 -0
  56. package/es/components/guide-pc/components/guideTitle.js +22 -0
  57. package/es/components/guide-pc/components/guideTitle.scss +15 -0
  58. package/es/components/guide-pc/components/guideTitle.vue +43 -0
  59. package/es/components/guide-pc/components/materialsList.d.ts +11 -0
  60. package/es/components/guide-pc/components/materialsList.js +386 -0
  61. package/es/components/guide-pc/components/materialsList.scss +139 -0
  62. package/es/components/guide-pc/components/materialsList.vue +403 -0
  63. package/es/components/guide-pc/components/places.d.ts +7 -0
  64. package/es/components/guide-pc/components/places.js +110 -0
  65. package/es/components/guide-pc/components/places.scss +144 -0
  66. package/es/components/guide-pc/components/places.vue +198 -0
  67. package/es/components/guide-pc/components/processImg.d.ts +9 -0
  68. package/es/components/guide-pc/components/processImg.js +220 -0
  69. package/es/components/guide-pc/components/processImg.scss +117 -0
  70. package/es/components/guide-pc/components/processImg.vue +300 -0
  71. package/es/components/guide-pc/components/result.d.ts +7 -0
  72. package/es/components/guide-pc/components/result.js +130 -0
  73. package/es/components/guide-pc/components/result.scss +104 -0
  74. package/es/components/guide-pc/components/result.vue +191 -0
  75. package/es/components/guide-pc/components/situation.d.ts +12 -0
  76. package/es/components/guide-pc/components/situation.js +142 -0
  77. package/es/components/guide-pc/components/situation.scss +79 -0
  78. package/es/components/guide-pc/components/situation.vue +430 -0
  79. package/es/components/guide-pc/guide.vue +179 -0
  80. package/es/components/guide-pc/imgs/bg.png +0 -0
  81. package/es/components/guide-pc/imgs/cant.png +0 -0
  82. package/es/components/guide-pc/imgs/dept.png +0 -0
  83. package/es/components/guide-pc/imgs/error.png +0 -0
  84. package/es/components/guide-pc/imgs/judge.png +0 -0
  85. package/es/components/guide-pc/imgs/pass.png +0 -0
  86. package/es/components/guide-pc/imgs/rightArr.png +0 -0
  87. package/es/components/guide-pc/imgs/situation.png +0 -0
  88. package/es/components/guide-pc/imgs/time.png +0 -0
  89. package/es/components/guide-pc/imgs/titleL.png +0 -0
  90. package/es/components/guide-pc/imgs/titleR.png +0 -0
  91. package/es/components/guide-pc/index.d.ts +37 -0
  92. package/es/components/guide-pc/index.js +440 -0
  93. package/es/components/guide-pc/index.scss +185 -0
  94. package/es/index.d.ts +2 -0
  95. package/es/index.js +1 -0
  96. package/lib/components/file-list/item.js +2 -2
  97. package/lib/components/file-list/seal.js +5 -1
  98. package/lib/components/guide-pc/comment.d.ts +9 -0
  99. package/lib/components/guide-pc/comment.js +98 -0
  100. package/lib/components/guide-pc/comment.scss +15 -0
  101. package/lib/components/guide-pc/comment.vue +117 -0
  102. package/lib/components/guide-pc/components/accept.d.ts +7 -0
  103. package/lib/components/guide-pc/components/accept.js +36 -0
  104. package/lib/components/guide-pc/components/accept.scss +18 -0
  105. package/lib/components/guide-pc/components/accept.vue +50 -0
  106. package/lib/components/guide-pc/components/basicInfo.d.ts +7 -0
  107. package/lib/components/guide-pc/components/basicInfo.js +95 -0
  108. package/lib/components/guide-pc/components/basicInfo.scss +30 -0
  109. package/lib/components/guide-pc/components/basicInfo.vue +81 -0
  110. package/lib/components/guide-pc/components/guideTabs.d.ts +8 -0
  111. package/lib/components/guide-pc/components/guideTabs.js +37 -0
  112. package/lib/components/guide-pc/components/guideTabs.scss +34 -0
  113. package/lib/components/guide-pc/components/guideTabs.vue +48 -0
  114. package/lib/components/guide-pc/components/guideTitle.d.ts +7 -0
  115. package/lib/components/guide-pc/components/guideTitle.js +28 -0
  116. package/lib/components/guide-pc/components/guideTitle.scss +15 -0
  117. package/lib/components/guide-pc/components/guideTitle.vue +43 -0
  118. package/lib/components/guide-pc/components/materialsList.d.ts +11 -0
  119. package/lib/components/guide-pc/components/materialsList.js +392 -0
  120. package/lib/components/guide-pc/components/materialsList.scss +139 -0
  121. package/lib/components/guide-pc/components/materialsList.vue +403 -0
  122. package/lib/components/guide-pc/components/places.d.ts +7 -0
  123. package/lib/components/guide-pc/components/places.js +116 -0
  124. package/lib/components/guide-pc/components/places.scss +144 -0
  125. package/lib/components/guide-pc/components/places.vue +198 -0
  126. package/lib/components/guide-pc/components/processImg.d.ts +9 -0
  127. package/lib/components/guide-pc/components/processImg.js +226 -0
  128. package/lib/components/guide-pc/components/processImg.scss +117 -0
  129. package/lib/components/guide-pc/components/processImg.vue +300 -0
  130. package/lib/components/guide-pc/components/result.d.ts +7 -0
  131. package/lib/components/guide-pc/components/result.js +136 -0
  132. package/lib/components/guide-pc/components/result.scss +104 -0
  133. package/lib/components/guide-pc/components/result.vue +191 -0
  134. package/lib/components/guide-pc/components/situation.d.ts +12 -0
  135. package/lib/components/guide-pc/components/situation.js +147 -0
  136. package/lib/components/guide-pc/components/situation.scss +79 -0
  137. package/lib/components/guide-pc/components/situation.vue +430 -0
  138. package/lib/components/guide-pc/guide.vue +179 -0
  139. package/lib/components/guide-pc/imgs/bg.png +0 -0
  140. package/lib/components/guide-pc/imgs/cant.png +0 -0
  141. package/lib/components/guide-pc/imgs/dept.png +0 -0
  142. package/lib/components/guide-pc/imgs/error.png +0 -0
  143. package/lib/components/guide-pc/imgs/judge.png +0 -0
  144. package/lib/components/guide-pc/imgs/pass.png +0 -0
  145. package/lib/components/guide-pc/imgs/rightArr.png +0 -0
  146. package/lib/components/guide-pc/imgs/situation.png +0 -0
  147. package/lib/components/guide-pc/imgs/time.png +0 -0
  148. package/lib/components/guide-pc/imgs/titleL.png +0 -0
  149. package/lib/components/guide-pc/imgs/titleR.png +0 -0
  150. package/lib/components/guide-pc/index.d.ts +37 -0
  151. package/lib/components/guide-pc/index.js +445 -0
  152. package/lib/components/guide-pc/index.scss +185 -0
  153. package/lib/index.d.ts +2 -0
  154. package/lib/index.js +3 -1
  155. package/lowcode/guide-pc/meta.ts +338 -0
  156. package/lowcode_es/guide-pc/meta.d.ts +22 -0
  157. package/lowcode_es/guide-pc/meta.js +315 -0
  158. package/lowcode_es/meta.js +3 -2
  159. package/lowcode_lib/guide-pc/meta.d.ts +22 -0
  160. package/lowcode_lib/guide-pc/meta.js +320 -0
  161. package/lowcode_lib/meta.js +17 -16
  162. package/package.json +3 -3
  163. package/build/docs/umi.55472eae.js +0 -1
@@ -0,0 +1,338 @@
1
+
2
+ import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types';
3
+
4
+ const GuidePcMeta: IPublicTypeComponentMetadata = {
5
+ "componentName": "GuidePc",
6
+ "title": "GuidePc",
7
+ "docUrl": "",
8
+ "screenshot": "",
9
+ "devMode": "proCode",
10
+ "npm": {
11
+ "package": "ydb-components-material",
12
+ "version": "0.1.119",
13
+ "exportName": "GuidePc",
14
+ "main": "src/index.tsx",
15
+ "destructuring": true,
16
+ "subName": ""
17
+ },
18
+ "configure": {
19
+ "props": [
20
+ {
21
+ "title": {
22
+ "label": {
23
+ "type": "i18n",
24
+ "en-US": "onNextStep",
25
+ "zh-CN": "onNextStep"
26
+ },
27
+ "tip": "onNextStep"
28
+ },
29
+ "name": "onNextStep",
30
+ "description": "Called when user clicks \"立即办理\" or \"上一步\"",
31
+ "setter": {
32
+ "componentName": "FunctionSetter"
33
+ }
34
+ },
35
+ {
36
+ "title": {
37
+ "label": {
38
+ "type": "i18n",
39
+ "en-US": "cantNext",
40
+ "zh-CN": "cantNext"
41
+ },
42
+ "tip": "cantNext | Whether to disable the prev/next buttons"
43
+ },
44
+ "name": "cantNext",
45
+ "description": "Whether to disable the prev/next buttons",
46
+ "setter": {
47
+ "componentName": "BoolSetter",
48
+ "isRequired": false,
49
+ "initialValue": false
50
+ }
51
+ },
52
+ {
53
+ "title": {
54
+ "label": {
55
+ "type": "i18n",
56
+ "en-US": "hasPrevious",
57
+ "zh-CN": "hasPrevious"
58
+ }
59
+ },
60
+ "name": "hasPrevious",
61
+ "setter": {
62
+ "componentName": "BoolSetter",
63
+ "isRequired": false,
64
+ "initialValue": false
65
+ }
66
+ },
67
+ {
68
+ "title": {
69
+ "label": {
70
+ "type": "i18n",
71
+ "en-US": "taskHandleItem",
72
+ "zh-CN": "taskHandleItem"
73
+ },
74
+ "tip": "taskHandleItem"
75
+ },
76
+ "name": "taskHandleItem",
77
+ "description": "taskHandleItem",
78
+ "setter": {
79
+ "componentName": "StringSetter",
80
+ "isRequired": false,
81
+ "initialValue": ""
82
+ }
83
+ },
84
+ {
85
+ "title": {
86
+ "label": {
87
+ "type": "i18n",
88
+ "en-US": "accessToken",
89
+ "zh-CN": "accessToken"
90
+ },
91
+ "tip": "accessToken"
92
+ },
93
+ "name": "accessToken",
94
+ "description": "Access token",
95
+ "setter": {
96
+ "componentName": "StringSetter",
97
+ "isRequired": false,
98
+ "initialValue": ""
99
+ }
100
+ },
101
+ {
102
+ "title": {
103
+ "label": {
104
+ "type": "i18n",
105
+ "en-US": "eventInfo",
106
+ "zh-CN": "eventInfo"
107
+ },
108
+ "tip": "eventInfo | Event info data"
109
+ },
110
+ "name": "eventInfo",
111
+ "description": "Event info data",
112
+ "setter": {
113
+ "componentName": "ObjectSetter",
114
+ "props": {
115
+ "config": {
116
+ "extraSetter": {
117
+ "componentName": "MixedSetter",
118
+ "isRequired": false,
119
+ "props": {}
120
+ }
121
+ }
122
+ },
123
+ "isRequired": false,
124
+ "initialValue": {}
125
+ }
126
+ },
127
+ {
128
+ "title": {
129
+ "label": {
130
+ "type": "i18n",
131
+ "en-US": "acctType",
132
+ "zh-CN": "acctType"
133
+ },
134
+ "tip": "acctType | Account type"
135
+ },
136
+ "name": "acctType",
137
+ "description": "Account type",
138
+ "setter": {
139
+ "componentName": "StringSetter",
140
+ "isRequired": false,
141
+ "initialValue": ""
142
+ }
143
+ },
144
+ {
145
+ "title": {
146
+ "label": {
147
+ "type": "i18n",
148
+ "en-US": "agentInfo",
149
+ "zh-CN": "Agent info"
150
+ },
151
+ "tip": "agentInfo | Agent info"
152
+ },
153
+ "name": "agentInfo",
154
+ "description": "Agent info",
155
+ "setter": {
156
+ "componentName": "ObjectSetter",
157
+ "props": {
158
+ "config": {
159
+ "extraSetter": {
160
+ "componentName": "MixedSetter",
161
+ "isRequired": false,
162
+ "props": {}
163
+ }
164
+ }
165
+ },
166
+ "isRequired": false,
167
+ "initialValue": {}
168
+ }
169
+ },
170
+ {
171
+ "title": {
172
+ "label": {
173
+ "type": "i18n",
174
+ "en-US": "applicationId",
175
+ "zh-CN": "applicationId"
176
+ },
177
+ "tip": "applicationId | Application ID"
178
+ },
179
+ "name": "applicationId",
180
+ "description": "Application ID",
181
+ "setter": {
182
+ "componentName": "StringSetter",
183
+ "isRequired": false,
184
+ "initialValue": ""
185
+ }
186
+ },
187
+ {
188
+ "title": {
189
+ "label": {
190
+ "type": "i18n",
191
+ "en-US": "finalMaterials",
192
+ "zh-CN": "finalMaterials"
193
+ },
194
+ "tip": "finalMaterials | Final materials after intelligent guidance"
195
+ },
196
+ "name": "finalMaterials",
197
+ "description": "Final materials after intelligent guidance",
198
+ "setter": {
199
+ "componentName": "ArraySetter",
200
+ "props": {
201
+ "itemSetter": {
202
+ "componentName": "MixedSetter",
203
+ "isRequired": false,
204
+ "props": {}
205
+ }
206
+ },
207
+ "initialValue": []
208
+ }
209
+ },
210
+ {
211
+ "title": {
212
+ "label": {
213
+ "type": "i18n",
214
+ "en-US": "declarationAppToken",
215
+ "zh-CN": "declarationAppToken"
216
+ },
217
+ "tip": "declarationAppToken | Declaration app token"
218
+ },
219
+ "name": "declarationAppToken",
220
+ "description": "Declaration app token",
221
+ "setter": {
222
+ "componentName": "StringSetter",
223
+ "isRequired": false,
224
+ "initialValue": ""
225
+ }
226
+ },
227
+ {
228
+ "title": {
229
+ "label": {
230
+ "type": "i18n",
231
+ "en-US": "situationPageUrl",
232
+ "zh-CN": "situationPageUrl "
233
+ },
234
+ "tip": "situationPageUrl | Situation page URL"
235
+ },
236
+ "name": "situationPageUrl",
237
+ "description": "Situation page URL",
238
+ "setter": {
239
+ "componentName": "StringSetter",
240
+ "isRequired": false,
241
+ "initialValue": ""
242
+ }
243
+ },
244
+ {
245
+ "title": {
246
+ "label": {
247
+ "type": "i18n",
248
+ "en-US": "baseUrl",
249
+ "zh-CN": "Base URL"
250
+ },
251
+ "tip": "baseUrl | Base URL"
252
+ },
253
+ "name": "baseUrl",
254
+ "description": "Base URL",
255
+ "setter": {
256
+ "componentName": "StringSetter",
257
+ "isRequired": false,
258
+ "initialValue": ""
259
+ }
260
+ },
261
+ {
262
+ "title": {
263
+ "label": {
264
+ "type": "i18n",
265
+ "en-US": "download",
266
+ "zh-CN": "Download"
267
+ },
268
+ "tip": "download | Download handler"
269
+ },
270
+ "name": "download",
271
+ "description": "Download handler",
272
+ "setter": {
273
+ "componentName": "FunctionSetter"
274
+ }
275
+ },
276
+ {
277
+ "title": {
278
+ "label": {
279
+ "type": "i18n",
280
+ "en-US": "situationResRechange",
281
+ "zh-CN": "situationResRechange"
282
+ },
283
+ "tip": "situationResRechange | Situation result re-change handler"
284
+ },
285
+ "name": "situationResRechange",
286
+ "description": "Situation result re-change handler",
287
+ "setter": {
288
+ "componentName": "FunctionSetter"
289
+ }
290
+ },
291
+ {
292
+ "title": {
293
+ "label": {
294
+ "type": "i18n",
295
+ "en-US": "previousData",
296
+ "zh-CN": "previousData"
297
+ },
298
+ "tip": "previousData | Previous form data from parent"
299
+ },
300
+ "name": "previousData",
301
+ "description": "Previous form data from parent",
302
+ "setter": {
303
+ "componentName": "ObjectSetter",
304
+ "props": {
305
+ "config": {
306
+ "extraSetter": {
307
+ "componentName": "MixedSetter",
308
+ "isRequired": false,
309
+ "props": {}
310
+ }
311
+ }
312
+ },
313
+ "isRequired": false,
314
+ "initialValue": {}
315
+ }
316
+ }
317
+ ],
318
+ "supports": {
319
+ "style": true
320
+ },
321
+ "component": {}
322
+ }
323
+ };
324
+ const snippets: IPublicTypeSnippet[] = [
325
+ {
326
+ "title": "GuidePc",
327
+ "screenshot": "",
328
+ "schema": {
329
+ "componentName": "GuidePc",
330
+ "props": {}
331
+ }
332
+ }
333
+ ];
334
+
335
+ export default {
336
+ ...GuidePcMeta,
337
+ snippets
338
+ };
@@ -0,0 +1,22 @@
1
+ import { IPublicTypeSnippet } from '@alilc/lowcode-types';
2
+ declare const _default: {
3
+ snippets: IPublicTypeSnippet[];
4
+ componentName: string;
5
+ uri?: string;
6
+ title?: import("@alilc/lowcode-types").IPublicTypeTitleContent;
7
+ icon?: import("@alilc/lowcode-types").IPublicTypeIconType;
8
+ tags?: string[];
9
+ description?: string;
10
+ docUrl?: string;
11
+ screenshot?: string;
12
+ devMode?: "proCode" | "lowCode";
13
+ npm?: import("@alilc/lowcode-types").IPublicTypeNpmInfo;
14
+ props?: import("@alilc/lowcode-types").IPublicTypePropConfig[];
15
+ configure?: import("@alilc/lowcode-types").IPublicTypeFieldConfig[] | import("@alilc/lowcode-types").IPublicTypeConfigure;
16
+ experimental?: import("@alilc/lowcode-types").IPublicTypeAdvanced;
17
+ schema?: import("@alilc/lowcode-types").IPublicTypeComponentSchema;
18
+ group?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
19
+ category?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
20
+ priority?: number;
21
+ };
22
+ export default _default;
@@ -0,0 +1,315 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ var GuidePcMeta = {
3
+ "componentName": "GuidePc",
4
+ "title": "GuidePc",
5
+ "docUrl": "",
6
+ "screenshot": "",
7
+ "devMode": "proCode",
8
+ "npm": {
9
+ "package": "ydb-components-material",
10
+ "version": "0.1.119",
11
+ "exportName": "GuidePc",
12
+ "main": "src/index.tsx",
13
+ "destructuring": true,
14
+ "subName": ""
15
+ },
16
+ "configure": {
17
+ "props": [{
18
+ "title": {
19
+ "label": {
20
+ "type": "i18n",
21
+ "en-US": "onNextStep",
22
+ "zh-CN": "onNextStep"
23
+ },
24
+ "tip": "onNextStep"
25
+ },
26
+ "name": "onNextStep",
27
+ "description": "Called when user clicks \"立即办理\" or \"上一步\"",
28
+ "setter": {
29
+ "componentName": "FunctionSetter"
30
+ }
31
+ }, {
32
+ "title": {
33
+ "label": {
34
+ "type": "i18n",
35
+ "en-US": "cantNext",
36
+ "zh-CN": "cantNext"
37
+ },
38
+ "tip": "cantNext | Whether to disable the prev/next buttons"
39
+ },
40
+ "name": "cantNext",
41
+ "description": "Whether to disable the prev/next buttons",
42
+ "setter": {
43
+ "componentName": "BoolSetter",
44
+ "isRequired": false,
45
+ "initialValue": false
46
+ }
47
+ }, {
48
+ "title": {
49
+ "label": {
50
+ "type": "i18n",
51
+ "en-US": "hasPrevious",
52
+ "zh-CN": "hasPrevious"
53
+ }
54
+ },
55
+ "name": "hasPrevious",
56
+ "setter": {
57
+ "componentName": "BoolSetter",
58
+ "isRequired": false,
59
+ "initialValue": false
60
+ }
61
+ }, {
62
+ "title": {
63
+ "label": {
64
+ "type": "i18n",
65
+ "en-US": "taskHandleItem",
66
+ "zh-CN": "taskHandleItem"
67
+ },
68
+ "tip": "taskHandleItem"
69
+ },
70
+ "name": "taskHandleItem",
71
+ "description": "taskHandleItem",
72
+ "setter": {
73
+ "componentName": "StringSetter",
74
+ "isRequired": false,
75
+ "initialValue": ""
76
+ }
77
+ }, {
78
+ "title": {
79
+ "label": {
80
+ "type": "i18n",
81
+ "en-US": "accessToken",
82
+ "zh-CN": "accessToken"
83
+ },
84
+ "tip": "accessToken"
85
+ },
86
+ "name": "accessToken",
87
+ "description": "Access token",
88
+ "setter": {
89
+ "componentName": "StringSetter",
90
+ "isRequired": false,
91
+ "initialValue": ""
92
+ }
93
+ }, {
94
+ "title": {
95
+ "label": {
96
+ "type": "i18n",
97
+ "en-US": "eventInfo",
98
+ "zh-CN": "eventInfo"
99
+ },
100
+ "tip": "eventInfo | Event info data"
101
+ },
102
+ "name": "eventInfo",
103
+ "description": "Event info data",
104
+ "setter": {
105
+ "componentName": "ObjectSetter",
106
+ "props": {
107
+ "config": {
108
+ "extraSetter": {
109
+ "componentName": "MixedSetter",
110
+ "isRequired": false,
111
+ "props": {}
112
+ }
113
+ }
114
+ },
115
+ "isRequired": false,
116
+ "initialValue": {}
117
+ }
118
+ }, {
119
+ "title": {
120
+ "label": {
121
+ "type": "i18n",
122
+ "en-US": "acctType",
123
+ "zh-CN": "acctType"
124
+ },
125
+ "tip": "acctType | Account type"
126
+ },
127
+ "name": "acctType",
128
+ "description": "Account type",
129
+ "setter": {
130
+ "componentName": "StringSetter",
131
+ "isRequired": false,
132
+ "initialValue": ""
133
+ }
134
+ }, {
135
+ "title": {
136
+ "label": {
137
+ "type": "i18n",
138
+ "en-US": "agentInfo",
139
+ "zh-CN": "Agent info"
140
+ },
141
+ "tip": "agentInfo | Agent info"
142
+ },
143
+ "name": "agentInfo",
144
+ "description": "Agent info",
145
+ "setter": {
146
+ "componentName": "ObjectSetter",
147
+ "props": {
148
+ "config": {
149
+ "extraSetter": {
150
+ "componentName": "MixedSetter",
151
+ "isRequired": false,
152
+ "props": {}
153
+ }
154
+ }
155
+ },
156
+ "isRequired": false,
157
+ "initialValue": {}
158
+ }
159
+ }, {
160
+ "title": {
161
+ "label": {
162
+ "type": "i18n",
163
+ "en-US": "applicationId",
164
+ "zh-CN": "applicationId"
165
+ },
166
+ "tip": "applicationId | Application ID"
167
+ },
168
+ "name": "applicationId",
169
+ "description": "Application ID",
170
+ "setter": {
171
+ "componentName": "StringSetter",
172
+ "isRequired": false,
173
+ "initialValue": ""
174
+ }
175
+ }, {
176
+ "title": {
177
+ "label": {
178
+ "type": "i18n",
179
+ "en-US": "finalMaterials",
180
+ "zh-CN": "finalMaterials"
181
+ },
182
+ "tip": "finalMaterials | Final materials after intelligent guidance"
183
+ },
184
+ "name": "finalMaterials",
185
+ "description": "Final materials after intelligent guidance",
186
+ "setter": {
187
+ "componentName": "ArraySetter",
188
+ "props": {
189
+ "itemSetter": {
190
+ "componentName": "MixedSetter",
191
+ "isRequired": false,
192
+ "props": {}
193
+ }
194
+ },
195
+ "initialValue": []
196
+ }
197
+ }, {
198
+ "title": {
199
+ "label": {
200
+ "type": "i18n",
201
+ "en-US": "declarationAppToken",
202
+ "zh-CN": "declarationAppToken"
203
+ },
204
+ "tip": "declarationAppToken | Declaration app token"
205
+ },
206
+ "name": "declarationAppToken",
207
+ "description": "Declaration app token",
208
+ "setter": {
209
+ "componentName": "StringSetter",
210
+ "isRequired": false,
211
+ "initialValue": ""
212
+ }
213
+ }, {
214
+ "title": {
215
+ "label": {
216
+ "type": "i18n",
217
+ "en-US": "situationPageUrl",
218
+ "zh-CN": "situationPageUrl "
219
+ },
220
+ "tip": "situationPageUrl | Situation page URL"
221
+ },
222
+ "name": "situationPageUrl",
223
+ "description": "Situation page URL",
224
+ "setter": {
225
+ "componentName": "StringSetter",
226
+ "isRequired": false,
227
+ "initialValue": ""
228
+ }
229
+ }, {
230
+ "title": {
231
+ "label": {
232
+ "type": "i18n",
233
+ "en-US": "baseUrl",
234
+ "zh-CN": "Base URL"
235
+ },
236
+ "tip": "baseUrl | Base URL"
237
+ },
238
+ "name": "baseUrl",
239
+ "description": "Base URL",
240
+ "setter": {
241
+ "componentName": "StringSetter",
242
+ "isRequired": false,
243
+ "initialValue": ""
244
+ }
245
+ }, {
246
+ "title": {
247
+ "label": {
248
+ "type": "i18n",
249
+ "en-US": "download",
250
+ "zh-CN": "Download"
251
+ },
252
+ "tip": "download | Download handler"
253
+ },
254
+ "name": "download",
255
+ "description": "Download handler",
256
+ "setter": {
257
+ "componentName": "FunctionSetter"
258
+ }
259
+ }, {
260
+ "title": {
261
+ "label": {
262
+ "type": "i18n",
263
+ "en-US": "situationResRechange",
264
+ "zh-CN": "situationResRechange"
265
+ },
266
+ "tip": "situationResRechange | Situation result re-change handler"
267
+ },
268
+ "name": "situationResRechange",
269
+ "description": "Situation result re-change handler",
270
+ "setter": {
271
+ "componentName": "FunctionSetter"
272
+ }
273
+ }, {
274
+ "title": {
275
+ "label": {
276
+ "type": "i18n",
277
+ "en-US": "previousData",
278
+ "zh-CN": "previousData"
279
+ },
280
+ "tip": "previousData | Previous form data from parent"
281
+ },
282
+ "name": "previousData",
283
+ "description": "Previous form data from parent",
284
+ "setter": {
285
+ "componentName": "ObjectSetter",
286
+ "props": {
287
+ "config": {
288
+ "extraSetter": {
289
+ "componentName": "MixedSetter",
290
+ "isRequired": false,
291
+ "props": {}
292
+ }
293
+ }
294
+ },
295
+ "isRequired": false,
296
+ "initialValue": {}
297
+ }
298
+ }],
299
+ "supports": {
300
+ "style": true
301
+ },
302
+ "component": {}
303
+ }
304
+ };
305
+ var snippets = [{
306
+ "title": "GuidePc",
307
+ "screenshot": "",
308
+ "schema": {
309
+ "componentName": "GuidePc",
310
+ "props": {}
311
+ }
312
+ }];
313
+ export default _extends({}, GuidePcMeta, {
314
+ snippets: snippets
315
+ });
@@ -12,6 +12,7 @@ import DragDropListMeta from "./drag-drop-list/meta";
12
12
  import FileItemMeta from "./file-item/meta";
13
13
  import FileListPreviewMeta from "./file-list-preview/meta";
14
14
  import FileListMeta from "./file-list/meta";
15
+ import GuidePcMeta from "./guide-pc/meta";
15
16
  import GuideMeta from "./guide/meta";
16
17
  import IconCustomMeta from "./icon-custom/meta";
17
18
  import MaterialCheckResMeta from "./material-check-res/meta";
@@ -97,7 +98,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
97
98
  packageName = 'ydb-components-material';
98
99
  }
99
100
  if (version === void 0) {
100
- version = '0.1.119';
101
+ version = '0.1.120';
101
102
  }
102
103
  if (basicLibraryVersion === void 0) {
103
104
  basicLibraryVersion = {
@@ -124,7 +125,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
124
125
  }
125
126
  return meta;
126
127
  }
127
- var componentMetas = [AddressCascaderMeta, AddressSelectMeta, CardTitleMeta, CheckDetailPcMeta, CheckDetailMeta, CheckLoadingMeta, CheckResMeta, CommentMeta, CustomFromMeta, DragDropListMeta, FileItemMeta, FileListPreviewMeta, FileListMeta, GuideMeta, IconCustomMeta, MaterialCheckResMeta, MessageMeta, PreCheckResPCMeta, PreviewMaterialMeta, PrintButtonMeta, QRCodeImgMeta, SceneTreeMeta, SignFileMeta, StatsticMeta, SubmitTypeMeta, SuccessPromptMeta, TipsMeta];
128
+ var componentMetas = [AddressCascaderMeta, AddressSelectMeta, CardTitleMeta, CheckDetailPcMeta, CheckDetailMeta, CheckLoadingMeta, CheckResMeta, CommentMeta, CustomFromMeta, DragDropListMeta, FileItemMeta, FileListPreviewMeta, FileListMeta, GuidePcMeta, GuideMeta, IconCustomMeta, MaterialCheckResMeta, MessageMeta, PreCheckResPCMeta, PreviewMaterialMeta, PrintButtonMeta, QRCodeImgMeta, SceneTreeMeta, SignFileMeta, StatsticMeta, SubmitTypeMeta, SuccessPromptMeta, TipsMeta];
128
129
  var components = [];
129
130
  var npmInfo = {};
130
131
  componentMetas.forEach(function (meta) {