@luck-design-biz/luckda 1.0.1-1 → 1.0.1-2
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/es/lowcode/engine/meta/cardlist.props.default.json +1 -0
- package/es/lowcode/engine/meta/cardlist.props.json +1 -0
- package/es/lowcode/engine/meta/components-list.json +0 -132
- package/es/lowcode/engine/meta/drawer.props.default.json +1 -0
- package/es/lowcode/engine/meta/drawer.props.json +1 -0
- package/es/lowcode/engine/meta/iframe.props.default.json +1 -0
- package/es/lowcode/engine/meta/iframe.props.json +1 -0
- package/es/lowcode/engine/meta/image.props.default.json +1 -0
- package/es/lowcode/engine/meta/image.props.json +1 -0
- package/es/lowcode/engine/meta/link.props.default.json +1 -0
- package/es/lowcode/engine/meta/link.props.json +1 -0
- package/es/lowcode/view/lc-components/CardList/meta.json +1 -0
- package/es/lowcode/view/lc-components/Drawer/meta.json +1 -0
- package/es/lowcode/view/lc-components/Iframe/meta.json +1 -0
- package/es/lowcode/view/lc-components/Image/meta.json +1 -0
- package/es/lowcode/view/lc-components/Link/meta.json +1 -0
- package/lib/lowcode/engine/meta/cardlist.props.default.json +1 -0
- package/lib/lowcode/engine/meta/cardlist.props.json +1 -0
- package/lib/lowcode/engine/meta/components-list.json +0 -132
- package/lib/lowcode/engine/meta/drawer.props.default.json +1 -0
- package/lib/lowcode/engine/meta/drawer.props.json +1 -0
- package/lib/lowcode/engine/meta/iframe.props.default.json +1 -0
- package/lib/lowcode/engine/meta/iframe.props.json +1 -0
- package/lib/lowcode/engine/meta/image.props.default.json +1 -0
- package/lib/lowcode/engine/meta/image.props.json +1 -0
- package/lib/lowcode/engine/meta/link.props.default.json +1 -0
- package/lib/lowcode/engine/meta/link.props.json +1 -0
- package/lib/lowcode/view/lc-components/CardList/meta.json +1 -0
- package/lib/lowcode/view/lc-components/Drawer/meta.json +1 -0
- package/lib/lowcode/view/lc-components/Iframe/meta.json +1 -0
- package/lib/lowcode/view/lc-components/Image/meta.json +1 -0
- package/lib/lowcode/view/lc-components/Link/meta.json +1 -0
- package/package.json +1 -1
|
@@ -57,24 +57,6 @@
|
|
|
57
57
|
"desc": "需要用户处理事务,又不希望跳转页面以致打断工作流程时,可以使用 Modal 在当前页面正中打开一个浮层,承载相应的操作。",
|
|
58
58
|
"icon": "icon-dialog"
|
|
59
59
|
},
|
|
60
|
-
{
|
|
61
|
-
"component": "Drawer",
|
|
62
|
-
"name": "抽屉",
|
|
63
|
-
"desc": "抽屉从父窗体边缘滑入,覆盖住部分父窗体内容。用户在抽屉内操作时不必离开当前任务,操作完成后,可以平滑地回到原任务。",
|
|
64
|
-
"icon": "icon-drawer"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"component": "Iframe",
|
|
68
|
-
"name": "Iframe",
|
|
69
|
-
"desc": "用于在当前文档中嵌入另一个独立的 HTML 文档、网页或其他类型的媒体内容。它提供了一种将外部内容嵌入到网页中的方法。",
|
|
70
|
-
"icon": "icon-iframe"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"component": "Image",
|
|
74
|
-
"name": "图片",
|
|
75
|
-
"desc": "用于显示图像或照片。以便用户可以轻松地创建具有自定义图片样式和布局的界面。",
|
|
76
|
-
"icon": "icon-image"
|
|
77
|
-
},
|
|
78
60
|
{
|
|
79
61
|
"component": "ImEx",
|
|
80
62
|
"name": "导入导出",
|
|
@@ -87,12 +69,6 @@
|
|
|
87
69
|
"desc": "通过编写JSX代码实现React组件的动态渲染。",
|
|
88
70
|
"icon": "icon-jsx"
|
|
89
71
|
},
|
|
90
|
-
{
|
|
91
|
-
"component": "Link",
|
|
92
|
-
"name": "超链",
|
|
93
|
-
"desc": "用于创建可点击的链接,以便用户可以跳转到其他页面或访问相关内容。超链组件提供了简单而直观的方式来创建和管理链接。",
|
|
94
|
-
"icon": "icon-link"
|
|
95
|
-
},
|
|
96
72
|
{
|
|
97
73
|
"component": "Text",
|
|
98
74
|
"name": "文本",
|
|
@@ -101,118 +77,10 @@
|
|
|
101
77
|
}
|
|
102
78
|
]
|
|
103
79
|
},
|
|
104
|
-
{
|
|
105
|
-
"group": "field",
|
|
106
|
-
"groupName": "表单项",
|
|
107
|
-
"components": [
|
|
108
|
-
{
|
|
109
|
-
"component": "FieldColor",
|
|
110
|
-
"name": "颜色",
|
|
111
|
-
"desc": "颜色类型表单项",
|
|
112
|
-
"icon": "icon-fieldstring"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"component": "FieldComplex",
|
|
116
|
-
"name": "复合",
|
|
117
|
-
"desc": "复合类型表单项",
|
|
118
|
-
"icon": "icon-fieldstring"
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"component": "FieldDate",
|
|
122
|
-
"name": "日期",
|
|
123
|
-
"desc": "日期类型表单项",
|
|
124
|
-
"icon": "icon-fieldstring"
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"component": "FieldDict",
|
|
128
|
-
"name": "数据字典",
|
|
129
|
-
"desc": "数据字典类型表单项",
|
|
130
|
-
"icon": "icon-fieldstring"
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"component": "FieldEditor",
|
|
134
|
-
"name": "富文本",
|
|
135
|
-
"desc": "富文本类型表单项",
|
|
136
|
-
"icon": "icon-fieldstring"
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"component": "FieldGroup",
|
|
140
|
-
"name": "组维度",
|
|
141
|
-
"desc": "组维度类型表单项",
|
|
142
|
-
"icon": "icon-fieldstring"
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"component": "FieldNumber",
|
|
146
|
-
"name": "数字",
|
|
147
|
-
"desc": "数字类型表单项",
|
|
148
|
-
"icon": "icon-fieldstring"
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"component": "FieldRadio",
|
|
152
|
-
"name": "单选组件",
|
|
153
|
-
"desc": "圆形单选表单项",
|
|
154
|
-
"icon": "icon-fieldstring"
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"component": "FieldRegion",
|
|
158
|
-
"name": "省市区选择",
|
|
159
|
-
"desc": "省市区级联选择表单项",
|
|
160
|
-
"icon": "icon-fieldstring"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"component": "FieldSelect",
|
|
164
|
-
"name": "下拉选择器",
|
|
165
|
-
"desc": "下拉选择器,支持单选、多选、tag标签选择",
|
|
166
|
-
"icon": "icon-fieldstring"
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"component": "FieldString",
|
|
170
|
-
"name": "字符串",
|
|
171
|
-
"desc": "字符串类型表单项",
|
|
172
|
-
"icon": "icon-fieldstring"
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"component": "FieldSwitch",
|
|
176
|
-
"name": "开关",
|
|
177
|
-
"desc": "开关类型表单项",
|
|
178
|
-
"icon": "icon-fieldstring"
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"component": "FieldTextarea",
|
|
182
|
-
"name": "文本框",
|
|
183
|
-
"desc": "文本框类型表单项",
|
|
184
|
-
"icon": "icon-fieldstring"
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"component": "FieldUpload",
|
|
188
|
-
"name": "附件上传",
|
|
189
|
-
"desc": "附件上传表单项",
|
|
190
|
-
"icon": "icon-fieldstring"
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"component": "FieldUser",
|
|
194
|
-
"name": "用户",
|
|
195
|
-
"desc": "用户类型表单项",
|
|
196
|
-
"icon": "icon-fieldstring"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"component": "FieldYear",
|
|
200
|
-
"name": "年份选择",
|
|
201
|
-
"desc": "年份选择表单项",
|
|
202
|
-
"icon": "icon-fieldstring"
|
|
203
|
-
}
|
|
204
|
-
]
|
|
205
|
-
},
|
|
206
80
|
{
|
|
207
81
|
"group": "advance",
|
|
208
82
|
"groupName": "高级",
|
|
209
83
|
"components": [
|
|
210
|
-
{
|
|
211
|
-
"component": "CardList",
|
|
212
|
-
"name": "卡片列表",
|
|
213
|
-
"desc": "用于以卡片的形式展示相关的信息或内容列表。它提供了一种可视化的方式来呈现多个项目,每个项目通常由一个卡片表示,包含相关的文本、图像和其他元素。",
|
|
214
|
-
"icon": "icon-cardlist"
|
|
215
|
-
},
|
|
216
84
|
{
|
|
217
85
|
"component": "Form",
|
|
218
86
|
"name": "复杂表单",
|
|
@@ -57,24 +57,6 @@
|
|
|
57
57
|
"desc": "需要用户处理事务,又不希望跳转页面以致打断工作流程时,可以使用 Modal 在当前页面正中打开一个浮层,承载相应的操作。",
|
|
58
58
|
"icon": "icon-dialog"
|
|
59
59
|
},
|
|
60
|
-
{
|
|
61
|
-
"component": "Drawer",
|
|
62
|
-
"name": "抽屉",
|
|
63
|
-
"desc": "抽屉从父窗体边缘滑入,覆盖住部分父窗体内容。用户在抽屉内操作时不必离开当前任务,操作完成后,可以平滑地回到原任务。",
|
|
64
|
-
"icon": "icon-drawer"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"component": "Iframe",
|
|
68
|
-
"name": "Iframe",
|
|
69
|
-
"desc": "用于在当前文档中嵌入另一个独立的 HTML 文档、网页或其他类型的媒体内容。它提供了一种将外部内容嵌入到网页中的方法。",
|
|
70
|
-
"icon": "icon-iframe"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"component": "Image",
|
|
74
|
-
"name": "图片",
|
|
75
|
-
"desc": "用于显示图像或照片。以便用户可以轻松地创建具有自定义图片样式和布局的界面。",
|
|
76
|
-
"icon": "icon-image"
|
|
77
|
-
},
|
|
78
60
|
{
|
|
79
61
|
"component": "ImEx",
|
|
80
62
|
"name": "导入导出",
|
|
@@ -87,12 +69,6 @@
|
|
|
87
69
|
"desc": "通过编写JSX代码实现React组件的动态渲染。",
|
|
88
70
|
"icon": "icon-jsx"
|
|
89
71
|
},
|
|
90
|
-
{
|
|
91
|
-
"component": "Link",
|
|
92
|
-
"name": "超链",
|
|
93
|
-
"desc": "用于创建可点击的链接,以便用户可以跳转到其他页面或访问相关内容。超链组件提供了简单而直观的方式来创建和管理链接。",
|
|
94
|
-
"icon": "icon-link"
|
|
95
|
-
},
|
|
96
72
|
{
|
|
97
73
|
"component": "Text",
|
|
98
74
|
"name": "文本",
|
|
@@ -101,118 +77,10 @@
|
|
|
101
77
|
}
|
|
102
78
|
]
|
|
103
79
|
},
|
|
104
|
-
{
|
|
105
|
-
"group": "field",
|
|
106
|
-
"groupName": "表单项",
|
|
107
|
-
"components": [
|
|
108
|
-
{
|
|
109
|
-
"component": "FieldColor",
|
|
110
|
-
"name": "颜色",
|
|
111
|
-
"desc": "颜色类型表单项",
|
|
112
|
-
"icon": "icon-fieldstring"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"component": "FieldComplex",
|
|
116
|
-
"name": "复合",
|
|
117
|
-
"desc": "复合类型表单项",
|
|
118
|
-
"icon": "icon-fieldstring"
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"component": "FieldDate",
|
|
122
|
-
"name": "日期",
|
|
123
|
-
"desc": "日期类型表单项",
|
|
124
|
-
"icon": "icon-fieldstring"
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"component": "FieldDict",
|
|
128
|
-
"name": "数据字典",
|
|
129
|
-
"desc": "数据字典类型表单项",
|
|
130
|
-
"icon": "icon-fieldstring"
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"component": "FieldEditor",
|
|
134
|
-
"name": "富文本",
|
|
135
|
-
"desc": "富文本类型表单项",
|
|
136
|
-
"icon": "icon-fieldstring"
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"component": "FieldGroup",
|
|
140
|
-
"name": "组维度",
|
|
141
|
-
"desc": "组维度类型表单项",
|
|
142
|
-
"icon": "icon-fieldstring"
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"component": "FieldNumber",
|
|
146
|
-
"name": "数字",
|
|
147
|
-
"desc": "数字类型表单项",
|
|
148
|
-
"icon": "icon-fieldstring"
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"component": "FieldRadio",
|
|
152
|
-
"name": "单选组件",
|
|
153
|
-
"desc": "圆形单选表单项",
|
|
154
|
-
"icon": "icon-fieldstring"
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"component": "FieldRegion",
|
|
158
|
-
"name": "省市区选择",
|
|
159
|
-
"desc": "省市区级联选择表单项",
|
|
160
|
-
"icon": "icon-fieldstring"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"component": "FieldSelect",
|
|
164
|
-
"name": "下拉选择器",
|
|
165
|
-
"desc": "下拉选择器,支持单选、多选、tag标签选择",
|
|
166
|
-
"icon": "icon-fieldstring"
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"component": "FieldString",
|
|
170
|
-
"name": "字符串",
|
|
171
|
-
"desc": "字符串类型表单项",
|
|
172
|
-
"icon": "icon-fieldstring"
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"component": "FieldSwitch",
|
|
176
|
-
"name": "开关",
|
|
177
|
-
"desc": "开关类型表单项",
|
|
178
|
-
"icon": "icon-fieldstring"
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"component": "FieldTextarea",
|
|
182
|
-
"name": "文本框",
|
|
183
|
-
"desc": "文本框类型表单项",
|
|
184
|
-
"icon": "icon-fieldstring"
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"component": "FieldUpload",
|
|
188
|
-
"name": "附件上传",
|
|
189
|
-
"desc": "附件上传表单项",
|
|
190
|
-
"icon": "icon-fieldstring"
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"component": "FieldUser",
|
|
194
|
-
"name": "用户",
|
|
195
|
-
"desc": "用户类型表单项",
|
|
196
|
-
"icon": "icon-fieldstring"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"component": "FieldYear",
|
|
200
|
-
"name": "年份选择",
|
|
201
|
-
"desc": "年份选择表单项",
|
|
202
|
-
"icon": "icon-fieldstring"
|
|
203
|
-
}
|
|
204
|
-
]
|
|
205
|
-
},
|
|
206
80
|
{
|
|
207
81
|
"group": "advance",
|
|
208
82
|
"groupName": "高级",
|
|
209
83
|
"components": [
|
|
210
|
-
{
|
|
211
|
-
"component": "CardList",
|
|
212
|
-
"name": "卡片列表",
|
|
213
|
-
"desc": "用于以卡片的形式展示相关的信息或内容列表。它提供了一种可视化的方式来呈现多个项目,每个项目通常由一个卡片表示,包含相关的文本、图像和其他元素。",
|
|
214
|
-
"icon": "icon-cardlist"
|
|
215
|
-
},
|
|
216
84
|
{
|
|
217
85
|
"component": "Form",
|
|
218
86
|
"name": "复杂表单",
|