ydb-components-material 0.1.102 → 0.1.104
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/bg2.a0dfd810.png +0 -0
- package/build/docs/static/commonBg.83239798.png +0 -0
- package/build/docs/static/empty.7e69f478.png +0 -0
- package/build/docs/{umi.41b85bf9.css → umi.82ebabdb.css} +1 -1
- package/build/docs/umi.967ad73e.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/3.js +2 -2
- package/build/lowcode/4.js +1 -1
- package/build/lowcode/5.js +1 -1
- package/build/lowcode/assets/260814268e08d6e791032a27843cd215.png +0 -0
- package/build/lowcode/assets/3eb597ba730c5870765c2c09b7853d78.png +0 -0
- package/build/lowcode/assets/56daf7f96b7eadb3665f9b32b176a50e.png +0 -0
- 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/assets/260814268e08d6e791032a27843cd215.png +0 -0
- package/build/lowcode/render/default/assets/3eb597ba730c5870765c2c09b7853d78.png +0 -0
- package/build/lowcode/render/default/assets/56daf7f96b7eadb3665f9b32b176a50e.png +0 -0
- 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 +23 -23
- package/dist/BizComps.js.map +1 -1
- package/dist/assets/260814268e08d6e791032a27843cd215.png +0 -0
- package/dist/assets/3eb597ba730c5870765c2c09b7853d78.png +0 -0
- package/dist/assets/56daf7f96b7eadb3665f9b32b176a50e.png +0 -0
- package/es/components/check-loading/index.scss +3 -0
- package/es/components/guide/_utils.d.ts +4 -0
- package/es/components/guide/_utils.js +45 -0
- package/es/components/guide/comment.d.ts +9 -0
- package/es/components/guide/comment.js +97 -0
- package/es/components/guide/comment.scss +23 -0
- package/es/components/guide/compoents/accept.d.ts +7 -0
- package/es/components/guide/compoents/accept.js +35 -0
- package/es/components/guide/compoents/accept.scss +11 -0
- package/es/components/guide/compoents/basicInfo.d.ts +7 -0
- package/es/components/guide/compoents/basicInfo.js +81 -0
- package/es/components/guide/compoents/basicInfo.scss +32 -0
- package/es/components/guide/compoents/eventInfo.d.ts +8 -0
- package/es/components/guide/compoents/eventInfo.js +87 -0
- package/es/components/guide/compoents/eventInfo.scss +87 -0
- package/es/components/guide/compoents/guideTabs.d.ts +20 -0
- package/es/components/guide/compoents/guideTabs.js +55 -0
- package/es/components/guide/compoents/guideTabs.scss +39 -0
- package/es/components/guide/compoents/materials/checkPoint.d.ts +3 -0
- package/es/components/guide/compoents/materials/checkPoint.js +154 -0
- package/es/components/guide/compoents/materials/checkPoint.scss +120 -0
- package/es/components/guide/compoents/materials/materials.d.ts +22 -0
- package/es/components/guide/compoents/materials/materials.js +60 -0
- package/es/components/guide/compoents/materials/materials.scss +3 -0
- package/es/components/guide/compoents/materials/materialsList.d.ts +11 -0
- package/es/components/guide/compoents/materials/materialsList.js +411 -0
- package/es/components/guide/compoents/materials/materialsList.scss +170 -0
- package/es/components/guide/compoents/materials/situation.d.ts +20 -0
- package/es/components/guide/compoents/materials/situation.js +152 -0
- package/es/components/guide/compoents/materials/situation.scss +63 -0
- package/es/components/guide/compoents/places.d.ts +7 -0
- package/es/components/guide/compoents/places.js +129 -0
- package/es/components/guide/compoents/places.scss +71 -0
- package/es/components/guide/compoents/processImg.d.ts +9 -0
- package/es/components/guide/compoents/processImg.js +149 -0
- package/es/components/guide/compoents/processImg.scss +88 -0
- package/es/components/guide/compoents/result.d.ts +7 -0
- package/es/components/guide/compoents/result.js +121 -0
- package/es/components/guide/compoents/result.scss +88 -0
- package/es/components/guide/imgs/bg1.png +0 -0
- package/es/components/guide/imgs/bg2.png +0 -0
- package/es/components/guide/imgs/bg22.png +0 -0
- package/es/components/guide/imgs/cant.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/comment.png +0 -0
- package/es/components/guide/imgs/commonBg.png +0 -0
- package/es/components/guide/imgs/down.png +0 -0
- package/es/components/guide/imgs/download.png +0 -0
- package/es/components/guide/imgs/empty.png +0 -0
- package/es/components/guide/imgs/icon1.png +0 -0
- package/es/components/guide/imgs/icon2.png +0 -0
- package/es/components/guide/imgs/icon3.png +0 -0
- package/es/components/guide/imgs/icon4.png +0 -0
- package/es/components/guide/imgs/iconA.png +0 -0
- package/es/components/guide/imgs/iconB.png +0 -0
- package/es/components/guide/imgs/iconC.png +0 -0
- package/es/components/guide/imgs/loading.gif +0 -0
- package/es/components/guide/imgs/mapMarker.png +0 -0
- package/es/components/guide/imgs/share.png +0 -0
- package/es/components/guide/imgs/tab_switch.png +0 -0
- package/es/components/guide/index.d.ts +48 -0
- package/es/components/guide/index.js +440 -0
- package/es/components/guide/index.scss +178 -0
- package/es/index.d.ts +4 -0
- package/es/index.js +2 -0
- package/es/style.js +3 -0
- package/lib/components/check-loading/index.scss +3 -0
- package/lib/components/guide/_utils.d.ts +4 -0
- package/lib/components/guide/_utils.js +52 -0
- package/lib/components/guide/comment.d.ts +9 -0
- package/lib/components/guide/comment.js +102 -0
- package/lib/components/guide/comment.scss +23 -0
- package/lib/components/guide/compoents/accept.d.ts +7 -0
- package/lib/components/guide/compoents/accept.js +40 -0
- package/lib/components/guide/compoents/accept.scss +11 -0
- package/lib/components/guide/compoents/basicInfo.d.ts +7 -0
- package/lib/components/guide/compoents/basicInfo.js +86 -0
- package/lib/components/guide/compoents/basicInfo.scss +32 -0
- package/lib/components/guide/compoents/eventInfo.d.ts +8 -0
- package/lib/components/guide/compoents/eventInfo.js +92 -0
- package/lib/components/guide/compoents/eventInfo.scss +87 -0
- package/lib/components/guide/compoents/guideTabs.d.ts +20 -0
- package/lib/components/guide/compoents/guideTabs.js +60 -0
- package/lib/components/guide/compoents/guideTabs.scss +39 -0
- package/lib/components/guide/compoents/materials/checkPoint.d.ts +3 -0
- package/lib/components/guide/compoents/materials/checkPoint.js +159 -0
- package/lib/components/guide/compoents/materials/checkPoint.scss +120 -0
- package/lib/components/guide/compoents/materials/materials.d.ts +22 -0
- package/lib/components/guide/compoents/materials/materials.js +66 -0
- package/lib/components/guide/compoents/materials/materials.scss +3 -0
- package/lib/components/guide/compoents/materials/materialsList.d.ts +11 -0
- package/lib/components/guide/compoents/materials/materialsList.js +416 -0
- package/lib/components/guide/compoents/materials/materialsList.scss +170 -0
- package/lib/components/guide/compoents/materials/situation.d.ts +20 -0
- package/lib/components/guide/compoents/materials/situation.js +156 -0
- package/lib/components/guide/compoents/materials/situation.scss +63 -0
- package/lib/components/guide/compoents/places.d.ts +7 -0
- package/lib/components/guide/compoents/places.js +135 -0
- package/lib/components/guide/compoents/places.scss +71 -0
- package/lib/components/guide/compoents/processImg.d.ts +9 -0
- package/lib/components/guide/compoents/processImg.js +155 -0
- package/lib/components/guide/compoents/processImg.scss +88 -0
- package/lib/components/guide/compoents/result.d.ts +7 -0
- package/lib/components/guide/compoents/result.js +127 -0
- package/lib/components/guide/compoents/result.scss +88 -0
- package/lib/components/guide/imgs/bg1.png +0 -0
- package/lib/components/guide/imgs/bg2.png +0 -0
- package/lib/components/guide/imgs/bg22.png +0 -0
- package/lib/components/guide/imgs/cant.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/comment.png +0 -0
- package/lib/components/guide/imgs/commonBg.png +0 -0
- package/lib/components/guide/imgs/down.png +0 -0
- package/lib/components/guide/imgs/download.png +0 -0
- package/lib/components/guide/imgs/empty.png +0 -0
- package/lib/components/guide/imgs/icon1.png +0 -0
- package/lib/components/guide/imgs/icon2.png +0 -0
- package/lib/components/guide/imgs/icon3.png +0 -0
- package/lib/components/guide/imgs/icon4.png +0 -0
- package/lib/components/guide/imgs/iconA.png +0 -0
- package/lib/components/guide/imgs/iconB.png +0 -0
- package/lib/components/guide/imgs/iconC.png +0 -0
- package/lib/components/guide/imgs/loading.gif +0 -0
- package/lib/components/guide/imgs/mapMarker.png +0 -0
- package/lib/components/guide/imgs/share.png +0 -0
- package/lib/components/guide/imgs/tab_switch.png +0 -0
- package/lib/components/guide/index.d.ts +48 -0
- package/lib/components/guide/index.js +445 -0
- package/lib/components/guide/index.scss +178 -0
- package/lib/index.d.ts +4 -0
- package/lib/index.js +5 -1
- package/lib/style.js +3 -0
- package/lowcode/comment/meta.ts +86 -0
- package/lowcode/guide/meta.ts +483 -0
- package/lowcode_es/comment/meta.d.ts +22 -0
- package/lowcode_es/comment/meta.js +76 -0
- package/lowcode_es/guide/meta.d.ts +22 -0
- package/lowcode_es/guide/meta.js +455 -0
- package/lowcode_es/meta.js +4 -2
- package/lowcode_lib/comment/meta.d.ts +22 -0
- package/lowcode_lib/comment/meta.js +81 -0
- package/lowcode_lib/guide/meta.d.ts +22 -0
- package/lowcode_lib/guide/meta.js +460 -0
- package/lowcode_lib/meta.js +21 -19
- package/package.json +3 -3
- package/build/docs/umi.a65f236e.js +0 -1
|
@@ -0,0 +1,455 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
var GuideMeta = {
|
|
3
|
+
"componentName": "Guide",
|
|
4
|
+
"title": "Guide",
|
|
5
|
+
"docUrl": "",
|
|
6
|
+
"screenshot": "",
|
|
7
|
+
"devMode": "proCode",
|
|
8
|
+
"npm": {
|
|
9
|
+
"package": "ydb-components-material",
|
|
10
|
+
"version": "0.1.102",
|
|
11
|
+
"exportName": "Guide",
|
|
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 | Called when user clicks \"立即办理\" or \"上一步\""
|
|
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 (coming from authorization page)"
|
|
39
|
+
},
|
|
40
|
+
"name": "cantNext",
|
|
41
|
+
"description": "Whether to disable the prev/next buttons (coming from authorization page)",
|
|
42
|
+
"setter": {
|
|
43
|
+
"componentName": "BoolSetter",
|
|
44
|
+
"isRequired": false,
|
|
45
|
+
"initialValue": false
|
|
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
|
+
}, {
|
|
64
|
+
"title": {
|
|
65
|
+
"label": {
|
|
66
|
+
"type": "i18n",
|
|
67
|
+
"en-US": "taskHandleItem",
|
|
68
|
+
"zh-CN": "TaskhandleItem"
|
|
69
|
+
},
|
|
70
|
+
"tip": "taskHandleItem | Task handle item code"
|
|
71
|
+
},
|
|
72
|
+
"name": "taskHandleItem",
|
|
73
|
+
"description": "Task handle item code",
|
|
74
|
+
"setter": {
|
|
75
|
+
"componentName": "StringSetter",
|
|
76
|
+
"isRequired": false,
|
|
77
|
+
"initialValue": ""
|
|
78
|
+
}
|
|
79
|
+
}, {
|
|
80
|
+
"title": {
|
|
81
|
+
"label": {
|
|
82
|
+
"type": "i18n",
|
|
83
|
+
"en-US": "accessToken",
|
|
84
|
+
"zh-CN": "AccessToken"
|
|
85
|
+
},
|
|
86
|
+
"tip": "accessToken | Access token"
|
|
87
|
+
},
|
|
88
|
+
"name": "accessToken",
|
|
89
|
+
"description": "Access token",
|
|
90
|
+
"setter": {
|
|
91
|
+
"componentName": "StringSetter",
|
|
92
|
+
"isRequired": false,
|
|
93
|
+
"initialValue": ""
|
|
94
|
+
}
|
|
95
|
+
}, {
|
|
96
|
+
"title": {
|
|
97
|
+
"label": {
|
|
98
|
+
"type": "i18n",
|
|
99
|
+
"en-US": "eventInfo",
|
|
100
|
+
"zh-CN": "EventInfo"
|
|
101
|
+
},
|
|
102
|
+
"tip": "eventInfo | Event info data"
|
|
103
|
+
},
|
|
104
|
+
"name": "eventInfo",
|
|
105
|
+
"description": "Event info data",
|
|
106
|
+
"setter": {
|
|
107
|
+
"componentName": "ObjectSetter",
|
|
108
|
+
"props": {
|
|
109
|
+
"config": {
|
|
110
|
+
"extraSetter": {
|
|
111
|
+
"componentName": "MixedSetter",
|
|
112
|
+
"isRequired": false,
|
|
113
|
+
"props": {}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"isRequired": false,
|
|
118
|
+
"initialValue": {}
|
|
119
|
+
}
|
|
120
|
+
}, {
|
|
121
|
+
"title": {
|
|
122
|
+
"label": {
|
|
123
|
+
"type": "i18n",
|
|
124
|
+
"en-US": "acctType",
|
|
125
|
+
"zh-CN": "AccountType"
|
|
126
|
+
},
|
|
127
|
+
"tip": "acctType | Account type"
|
|
128
|
+
},
|
|
129
|
+
"name": "acctType",
|
|
130
|
+
"description": "Account type",
|
|
131
|
+
"setter": {
|
|
132
|
+
"componentName": "StringSetter",
|
|
133
|
+
"isRequired": false,
|
|
134
|
+
"initialValue": ""
|
|
135
|
+
}
|
|
136
|
+
}, {
|
|
137
|
+
"title": {
|
|
138
|
+
"label": {
|
|
139
|
+
"type": "i18n",
|
|
140
|
+
"en-US": "agentInfo",
|
|
141
|
+
"zh-CN": "AgentInfo"
|
|
142
|
+
},
|
|
143
|
+
"tip": "agentInfo | Agent info"
|
|
144
|
+
},
|
|
145
|
+
"name": "agentInfo",
|
|
146
|
+
"description": "Agent info",
|
|
147
|
+
"setter": {
|
|
148
|
+
"componentName": "ObjectSetter",
|
|
149
|
+
"props": {
|
|
150
|
+
"config": {
|
|
151
|
+
"extraSetter": {
|
|
152
|
+
"componentName": "MixedSetter",
|
|
153
|
+
"isRequired": false,
|
|
154
|
+
"props": {}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"isRequired": false,
|
|
159
|
+
"initialValue": {}
|
|
160
|
+
}
|
|
161
|
+
}, {
|
|
162
|
+
"title": {
|
|
163
|
+
"label": {
|
|
164
|
+
"type": "i18n",
|
|
165
|
+
"en-US": "applicationId",
|
|
166
|
+
"zh-CN": "applicationId"
|
|
167
|
+
},
|
|
168
|
+
"tip": "applicationId | Application ID"
|
|
169
|
+
},
|
|
170
|
+
"name": "applicationId",
|
|
171
|
+
"description": "Application ID",
|
|
172
|
+
"setter": {
|
|
173
|
+
"componentName": "StringSetter",
|
|
174
|
+
"isRequired": false,
|
|
175
|
+
"initialValue": ""
|
|
176
|
+
}
|
|
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
|
+
}, {
|
|
278
|
+
"title": {
|
|
279
|
+
"label": {
|
|
280
|
+
"type": "i18n",
|
|
281
|
+
"en-US": "finalMaterials",
|
|
282
|
+
"zh-CN": "finalMaterials"
|
|
283
|
+
},
|
|
284
|
+
"tip": "finalMaterials | Final materials after intelligent guidance"
|
|
285
|
+
},
|
|
286
|
+
"name": "finalMaterials",
|
|
287
|
+
"description": "Final materials after intelligent guidance",
|
|
288
|
+
"setter": {
|
|
289
|
+
"componentName": "ArraySetter",
|
|
290
|
+
"props": {
|
|
291
|
+
"itemSetter": {
|
|
292
|
+
"componentName": "ObjectSetter",
|
|
293
|
+
"props": {
|
|
294
|
+
"config": {
|
|
295
|
+
"extraSetter": {
|
|
296
|
+
"componentName": "MixedSetter",
|
|
297
|
+
"isRequired": false,
|
|
298
|
+
"props": {}
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
"isRequired": false,
|
|
303
|
+
"initialValue": {}
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
"initialValue": []
|
|
307
|
+
}
|
|
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
|
+
}, {
|
|
334
|
+
"title": {
|
|
335
|
+
"label": {
|
|
336
|
+
"type": "i18n",
|
|
337
|
+
"en-US": "stepList",
|
|
338
|
+
"zh-CN": "stepList"
|
|
339
|
+
},
|
|
340
|
+
"tip": "stepList | Step list"
|
|
341
|
+
},
|
|
342
|
+
"name": "stepList",
|
|
343
|
+
"description": "Step list",
|
|
344
|
+
"setter": {
|
|
345
|
+
"componentName": "ArraySetter",
|
|
346
|
+
"props": {
|
|
347
|
+
"itemSetter": {
|
|
348
|
+
"componentName": "ObjectSetter",
|
|
349
|
+
"props": {
|
|
350
|
+
"config": {
|
|
351
|
+
"extraSetter": {
|
|
352
|
+
"componentName": "MixedSetter",
|
|
353
|
+
"isRequired": false,
|
|
354
|
+
"props": {}
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
"isRequired": false,
|
|
359
|
+
"initialValue": {}
|
|
360
|
+
}
|
|
361
|
+
},
|
|
362
|
+
"initialValue": []
|
|
363
|
+
}
|
|
364
|
+
}, {
|
|
365
|
+
"title": {
|
|
366
|
+
"label": {
|
|
367
|
+
"type": "i18n",
|
|
368
|
+
"en-US": "declarationAppToken",
|
|
369
|
+
"zh-CN": "declarationAppToken"
|
|
370
|
+
},
|
|
371
|
+
"tip": "declarationAppToken | Declaration app token"
|
|
372
|
+
},
|
|
373
|
+
"name": "declarationAppToken",
|
|
374
|
+
"description": "Declaration app token",
|
|
375
|
+
"setter": {
|
|
376
|
+
"componentName": "StringSetter",
|
|
377
|
+
"isRequired": false,
|
|
378
|
+
"initialValue": ""
|
|
379
|
+
}
|
|
380
|
+
}, {
|
|
381
|
+
"title": {
|
|
382
|
+
"label": {
|
|
383
|
+
"type": "i18n",
|
|
384
|
+
"en-US": "declarePage",
|
|
385
|
+
"zh-CN": "declarePage"
|
|
386
|
+
},
|
|
387
|
+
"tip": "declarePage"
|
|
388
|
+
},
|
|
389
|
+
"name": "declarePage",
|
|
390
|
+
"description": "declarePage",
|
|
391
|
+
"setter": {
|
|
392
|
+
"componentName": "StringSetter",
|
|
393
|
+
"isRequired": false,
|
|
394
|
+
"initialValue": ""
|
|
395
|
+
}
|
|
396
|
+
}, {
|
|
397
|
+
"title": {
|
|
398
|
+
"label": {
|
|
399
|
+
"type": "i18n",
|
|
400
|
+
"en-US": "baseUrl",
|
|
401
|
+
"zh-CN": "baseUrl"
|
|
402
|
+
},
|
|
403
|
+
"tip": "baseUrl"
|
|
404
|
+
},
|
|
405
|
+
"name": "baseUrl",
|
|
406
|
+
"description": "baseUrl",
|
|
407
|
+
"setter": {
|
|
408
|
+
"componentName": "StringSetter",
|
|
409
|
+
"isRequired": false,
|
|
410
|
+
"initialValue": ""
|
|
411
|
+
}
|
|
412
|
+
}, {
|
|
413
|
+
"title": {
|
|
414
|
+
"label": {
|
|
415
|
+
"type": "i18n",
|
|
416
|
+
"en-US": "download",
|
|
417
|
+
"zh-CN": "download"
|
|
418
|
+
}
|
|
419
|
+
},
|
|
420
|
+
"name": "download",
|
|
421
|
+
"setter": {
|
|
422
|
+
"componentName": "FunctionSetter",
|
|
423
|
+
"isRequired": true
|
|
424
|
+
}
|
|
425
|
+
}, {
|
|
426
|
+
"title": {
|
|
427
|
+
"label": {
|
|
428
|
+
"type": "i18n",
|
|
429
|
+
"en-US": "situationResRechange",
|
|
430
|
+
"zh-CN": "situationResRechange"
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
"name": "situationResRechange",
|
|
434
|
+
"setter": {
|
|
435
|
+
"componentName": "FunctionSetter",
|
|
436
|
+
"isRequired": true
|
|
437
|
+
}
|
|
438
|
+
}],
|
|
439
|
+
"supports": {
|
|
440
|
+
"style": true
|
|
441
|
+
},
|
|
442
|
+
"component": {}
|
|
443
|
+
}
|
|
444
|
+
};
|
|
445
|
+
var snippets = [{
|
|
446
|
+
"title": "Guide",
|
|
447
|
+
"screenshot": "",
|
|
448
|
+
"schema": {
|
|
449
|
+
"componentName": "Guide",
|
|
450
|
+
"props": {}
|
|
451
|
+
}
|
|
452
|
+
}];
|
|
453
|
+
export default _extends({}, GuideMeta, {
|
|
454
|
+
snippets: snippets
|
|
455
|
+
});
|
package/lowcode_es/meta.js
CHANGED
|
@@ -6,11 +6,13 @@ import CheckDetailPcMeta from "./check-detail-pc/meta";
|
|
|
6
6
|
import CheckDetailMeta from "./check-detail/meta";
|
|
7
7
|
import CheckLoadingMeta from "./check-loading/meta";
|
|
8
8
|
import CheckResMeta from "./check-res/meta";
|
|
9
|
+
import CommentMeta from "./comment/meta";
|
|
9
10
|
import CustomFromMeta from "./custom-from/meta";
|
|
10
11
|
import DragDropListMeta from "./drag-drop-list/meta";
|
|
11
12
|
import FileItemMeta from "./file-item/meta";
|
|
12
13
|
import FileListPreviewMeta from "./file-list-preview/meta";
|
|
13
14
|
import FileListMeta from "./file-list/meta";
|
|
15
|
+
import GuideMeta from "./guide/meta";
|
|
14
16
|
import IconCustomMeta from "./icon-custom/meta";
|
|
15
17
|
import MaterialCheckResMeta from "./material-check-res/meta";
|
|
16
18
|
import MessageMeta from "./message/meta";
|
|
@@ -94,7 +96,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
94
96
|
packageName = 'ydb-components-material';
|
|
95
97
|
}
|
|
96
98
|
if (version === void 0) {
|
|
97
|
-
version = '0.1.
|
|
99
|
+
version = '0.1.104';
|
|
98
100
|
}
|
|
99
101
|
if (basicLibraryVersion === void 0) {
|
|
100
102
|
basicLibraryVersion = {
|
|
@@ -121,7 +123,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
121
123
|
}
|
|
122
124
|
return meta;
|
|
123
125
|
}
|
|
124
|
-
var componentMetas = [AddressCascaderMeta, AddressSelectMeta, CardTitleMeta, CheckDetailPcMeta, CheckDetailMeta, CheckLoadingMeta, CheckResMeta, CustomFromMeta, DragDropListMeta, FileItemMeta, FileListPreviewMeta, FileListMeta, IconCustomMeta, MaterialCheckResMeta, MessageMeta, PreCheckResPCMeta, PreviewMaterialMeta, PrintButtonMeta, QRCodeImgMeta, SceneTreeMeta, StatsticMeta, SubmitTypeMeta, SuccessPromptMeta, TipsMeta];
|
|
126
|
+
var componentMetas = [AddressCascaderMeta, AddressSelectMeta, CardTitleMeta, CheckDetailPcMeta, CheckDetailMeta, CheckLoadingMeta, CheckResMeta, CommentMeta, CustomFromMeta, DragDropListMeta, FileItemMeta, FileListPreviewMeta, FileListMeta, GuideMeta, IconCustomMeta, MaterialCheckResMeta, MessageMeta, PreCheckResPCMeta, PreviewMaterialMeta, PrintButtonMeta, QRCodeImgMeta, SceneTreeMeta, StatsticMeta, SubmitTypeMeta, SuccessPromptMeta, TipsMeta];
|
|
125
127
|
var components = [];
|
|
126
128
|
var npmInfo = {};
|
|
127
129
|
componentMetas.forEach(function (meta) {
|
|
@@ -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,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
exports.__esModule = true;
|
|
5
|
+
exports["default"] = void 0;
|
|
6
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
7
|
+
var CommentMeta = {
|
|
8
|
+
"componentName": "Comment",
|
|
9
|
+
"title": "Comment",
|
|
10
|
+
"docUrl": "",
|
|
11
|
+
"screenshot": "",
|
|
12
|
+
"devMode": "proCode",
|
|
13
|
+
"npm": {
|
|
14
|
+
"package": "ydb-components-material",
|
|
15
|
+
"version": "0.1.102",
|
|
16
|
+
"exportName": "Comment",
|
|
17
|
+
"main": "src/index.tsx",
|
|
18
|
+
"destructuring": true,
|
|
19
|
+
"subName": ""
|
|
20
|
+
},
|
|
21
|
+
"configure": {
|
|
22
|
+
"props": [{
|
|
23
|
+
"title": {
|
|
24
|
+
"label": {
|
|
25
|
+
"type": "i18n",
|
|
26
|
+
"en-US": "eventInfo",
|
|
27
|
+
"zh-CN": "eventInfo"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"name": "eventInfo",
|
|
31
|
+
"setter": {
|
|
32
|
+
"componentName": "MixedSetter",
|
|
33
|
+
"isRequired": false,
|
|
34
|
+
"props": {}
|
|
35
|
+
}
|
|
36
|
+
}, {
|
|
37
|
+
"title": {
|
|
38
|
+
"label": {
|
|
39
|
+
"type": "i18n",
|
|
40
|
+
"en-US": "accessToken",
|
|
41
|
+
"zh-CN": "accessToken"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"name": "accessToken",
|
|
45
|
+
"setter": {
|
|
46
|
+
"componentName": "StringSetter",
|
|
47
|
+
"isRequired": false,
|
|
48
|
+
"initialValue": ""
|
|
49
|
+
}
|
|
50
|
+
}, {
|
|
51
|
+
"title": {
|
|
52
|
+
"label": {
|
|
53
|
+
"type": "i18n",
|
|
54
|
+
"en-US": "userInfo",
|
|
55
|
+
"zh-CN": "userInfo"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"name": "userInfo",
|
|
59
|
+
"setter": {
|
|
60
|
+
"componentName": "MixedSetter",
|
|
61
|
+
"isRequired": false,
|
|
62
|
+
"props": {}
|
|
63
|
+
}
|
|
64
|
+
}],
|
|
65
|
+
"supports": {
|
|
66
|
+
"style": true
|
|
67
|
+
},
|
|
68
|
+
"component": {}
|
|
69
|
+
}
|
|
70
|
+
};
|
|
71
|
+
var snippets = [{
|
|
72
|
+
"title": "Comment",
|
|
73
|
+
"screenshot": "",
|
|
74
|
+
"schema": {
|
|
75
|
+
"componentName": "Comment",
|
|
76
|
+
"props": {}
|
|
77
|
+
}
|
|
78
|
+
}];
|
|
79
|
+
var _default = exports["default"] = (0, _extends2["default"])({}, CommentMeta, {
|
|
80
|
+
snippets: snippets
|
|
81
|
+
});
|
|
@@ -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;
|