@dckj-npm/dc-material 0.1.12 → 0.1.13

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 (63) hide show
  1. package/build/lowcode/assets-daily.json +67 -0
  2. package/build/lowcode/assets-dev.json +67 -0
  3. package/build/lowcode/assets-prod.json +67 -0
  4. package/build/lowcode/designer.html +302 -0
  5. package/build/lowcode/index.html +304 -0
  6. package/build/lowcode/index.js +1 -0
  7. package/build/lowcode/meta.js +1 -0
  8. package/build/lowcode/preview.css +1 -0
  9. package/build/lowcode/preview.html +33 -0
  10. package/build/lowcode/preview.js +308 -0
  11. package/build/lowcode/render/default/view.css +1 -0
  12. package/build/lowcode/render/default/view.js +295 -0
  13. package/build/lowcode/view.css +1 -0
  14. package/build/lowcode/view.js +295 -0
  15. package/lowcode_es/d-c-slider/meta.d.ts +140 -0
  16. package/lowcode_es/d-c-slider/meta.js +298 -0
  17. package/lowcode_es/d-c-slider/snippets.d.ts +36 -0
  18. package/lowcode_es/d-c-slider/snippets.js +36 -0
  19. package/lowcode_es/grid-nav/meta.d.ts +22 -0
  20. package/lowcode_es/grid-nav/meta.js +152 -0
  21. package/lowcode_es/menu-list/meta.d.ts +22 -0
  22. package/lowcode_es/menu-list/meta.js +128 -0
  23. package/lowcode_es/meta.js +173 -0
  24. package/lowcode_es/navigation/meta.d.ts +22 -0
  25. package/lowcode_es/navigation/meta.js +136 -0
  26. package/lowcode_es/position/meta.d.ts +22 -0
  27. package/lowcode_es/position/meta.js +190 -0
  28. package/lowcode_es/search-bar/meta.d.ts +22 -0
  29. package/lowcode_es/search-bar/meta.js +46 -0
  30. package/lowcode_es/tag-c/meta.d.ts +22 -0
  31. package/lowcode_es/tag-c/meta.js +66 -0
  32. package/lowcode_es/teletext-list/meta.d.ts +22 -0
  33. package/lowcode_es/teletext-list/meta.js +294 -0
  34. package/lowcode_es/title1/meta.d.ts +22 -0
  35. package/lowcode_es/title1/meta.js +51 -0
  36. package/lowcode_es/title2/meta.d.ts +22 -0
  37. package/lowcode_es/title2/meta.js +83 -0
  38. package/lowcode_es/view.js +18 -0
  39. package/lowcode_lib/d-c-slider/meta.d.ts +140 -0
  40. package/lowcode_lib/d-c-slider/meta.js +303 -0
  41. package/lowcode_lib/d-c-slider/snippets.d.ts +36 -0
  42. package/lowcode_lib/d-c-slider/snippets.js +40 -0
  43. package/lowcode_lib/grid-nav/meta.d.ts +22 -0
  44. package/lowcode_lib/grid-nav/meta.js +157 -0
  45. package/lowcode_lib/menu-list/meta.d.ts +22 -0
  46. package/lowcode_lib/menu-list/meta.js +133 -0
  47. package/lowcode_lib/meta.js +177 -0
  48. package/lowcode_lib/navigation/meta.d.ts +22 -0
  49. package/lowcode_lib/navigation/meta.js +141 -0
  50. package/lowcode_lib/position/meta.d.ts +22 -0
  51. package/lowcode_lib/position/meta.js +195 -0
  52. package/lowcode_lib/search-bar/meta.d.ts +22 -0
  53. package/lowcode_lib/search-bar/meta.js +51 -0
  54. package/lowcode_lib/tag-c/meta.d.ts +22 -0
  55. package/lowcode_lib/tag-c/meta.js +71 -0
  56. package/lowcode_lib/teletext-list/meta.d.ts +22 -0
  57. package/lowcode_lib/teletext-list/meta.js +299 -0
  58. package/lowcode_lib/title1/meta.d.ts +22 -0
  59. package/lowcode_lib/title1/meta.js +56 -0
  60. package/lowcode_lib/title2/meta.d.ts +22 -0
  61. package/lowcode_lib/title2/meta.js +88 -0
  62. package/lowcode_lib/view.js +29 -0
  63. package/package.json +110 -110
@@ -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,46 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ var SearchBarMeta = {
3
+ "group": '低代码组件',
4
+ "componentName": "SearchBar",
5
+ "title": "搜索栏",
6
+ "docUrl": "",
7
+ "screenshot": "",
8
+ "devMode": "proCode",
9
+ "npm": {
10
+ "package": "@dckj-npm/dc-material",
11
+ "version": "0.1.0",
12
+ "exportName": "SearchBar",
13
+ "main": "src\\index.tsx",
14
+ "destructuring": true,
15
+ "subName": ""
16
+ },
17
+ "configure": {
18
+ supports: {
19
+ style: true,
20
+ events: [{
21
+ name: 'onClick'
22
+ // template: "onSearch(params,${extParams}){\n window.location.href=`http://localhost:4500/preview.html?pathId=${params.pathId}`;\n console.log(params.pathId) \n}"
23
+ }]
24
+ },
25
+ "props": [{
26
+ name: 'defaultValue',
27
+ title: '绑定跳转',
28
+ setter: 'StringSetter',
29
+ supportVariable: true,
30
+ description: '搜索框绑定跳转',
31
+ defaultValue: '请输入'
32
+ }],
33
+ "component": {}
34
+ }
35
+ };
36
+ var snippets = [{
37
+ "title": "搜索栏",
38
+ "screenshot": "",
39
+ "schema": {
40
+ "componentName": "SearchBar",
41
+ "props": {}
42
+ }
43
+ }];
44
+ export default _extends({}, SearchBarMeta, {
45
+ snippets: snippets
46
+ });
@@ -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,66 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ var TagCMeta = {
3
+ "componentName": "TagC",
4
+ "title": "TagC",
5
+ "docUrl": "",
6
+ "screenshot": "",
7
+ "devMode": "proCode",
8
+ "npm": {
9
+ "package": "@dckj-npm/dc-material",
10
+ "version": "0.1.8",
11
+ "exportName": "TagC",
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": "name",
22
+ "zh-CN": "标签名称"
23
+ },
24
+ "tip": "name | 标签名称"
25
+ },
26
+ "name": "name",
27
+ "description": "标签名称",
28
+ "setter": {
29
+ "componentName": "StringSetter",
30
+ "isRequired": true,
31
+ "initialValue": ""
32
+ }
33
+ }, {
34
+ "title": {
35
+ "label": {
36
+ "type": "i18n",
37
+ "en-US": "color",
38
+ "zh-CN": "标签颜色"
39
+ },
40
+ "tip": "color | 标签颜色"
41
+ },
42
+ "name": "color",
43
+ "description": "标签颜色",
44
+ "setter": {
45
+ "componentName": "StringSetter",
46
+ "isRequired": true,
47
+ "initialValue": ""
48
+ }
49
+ }],
50
+ "supports": {
51
+ "style": true
52
+ },
53
+ "component": {}
54
+ }
55
+ };
56
+ var snippets = [{
57
+ "title": "TagC",
58
+ "screenshot": "",
59
+ "schema": {
60
+ "componentName": "TagC",
61
+ "props": {}
62
+ }
63
+ }];
64
+ export default _extends({}, TagCMeta, {
65
+ snippets: snippets
66
+ });
@@ -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,294 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ var TeletextListMeta = {
3
+ "group": "低代码组件",
4
+ "componentName": "TeletextList",
5
+ "title": "图文列表",
6
+ "docUrl": "",
7
+ "screenshot": "",
8
+ "devMode": "proCode",
9
+ "npm": {
10
+ "package": "@dckj-npm/dc-material",
11
+ "version": "0.1.8",
12
+ "exportName": "TeletextList",
13
+ "main": "src/index.tsx",
14
+ "destructuring": true,
15
+ "subName": ""
16
+ },
17
+ "configure": {
18
+ "props": [{
19
+ "title": {
20
+ "label": {
21
+ "type": "i18n",
22
+ "en-US": "title",
23
+ "zh-CN": "标题"
24
+ },
25
+ "tip": "title | 标题"
26
+ },
27
+ "name": "title",
28
+ "description": "标题",
29
+ "setter": {
30
+ "componentName": "StringSetter",
31
+ "isRequired": false,
32
+ "initialValue": "图文列表标题"
33
+ }
34
+ }, {
35
+ "title": {
36
+ "label": {
37
+ "type": "i18n",
38
+ "en-US": "dataList",
39
+ "zh-CN": "数据"
40
+ },
41
+ "tip": "dataList | 数据"
42
+ },
43
+ "name": "dataList",
44
+ "description": "数据",
45
+ "setter": {
46
+ "componentName": "ArraySetter",
47
+ "props": {
48
+ "itemSetter": {
49
+ "componentName": "ObjectSetter",
50
+ "props": {
51
+ "config": {
52
+ "items": [{
53
+ "title": {
54
+ "label": {
55
+ "type": "i18n",
56
+ "en-US": "title",
57
+ "zh-CN": "标题"
58
+ }
59
+ },
60
+ "name": "title",
61
+ "description": "标题",
62
+ "setter": {
63
+ "componentName": "StringSetter",
64
+ "isRequired": false,
65
+ "initialValue": ""
66
+ }
67
+ }, {
68
+ "title": {
69
+ "label": {
70
+ "type": "i18n",
71
+ "en-US": "image",
72
+ "zh-CN": "图片地址"
73
+ }
74
+ },
75
+ "name": "image",
76
+ "description": "图片地址",
77
+ "setter": {
78
+ "componentName": "CustomImageSetter",
79
+ "isRequired": false,
80
+ "initialValue": ""
81
+ }
82
+ }, {
83
+ "title": {
84
+ "label": {
85
+ "type": "i18n",
86
+ "en-US": "imagePlacement",
87
+ "zh-CN": "图片位置"
88
+ }
89
+ },
90
+ "name": "imagePlacement",
91
+ "description": "图片位置",
92
+ "setter": {
93
+ "componentName": "RadioGroupSetter",
94
+ "props": {
95
+ "dataSource": [{
96
+ "label": "left",
97
+ "value": "left"
98
+ }, {
99
+ "label": "right",
100
+ "value": "right"
101
+ }, {
102
+ "label": "none",
103
+ "value": "none"
104
+ }],
105
+ "options": [{
106
+ "label": "left",
107
+ "value": "left"
108
+ }, {
109
+ "label": "right",
110
+ "value": "right"
111
+ }, {
112
+ "label": "none",
113
+ "value": "none"
114
+ }]
115
+ },
116
+ "initialValue": "left"
117
+ }
118
+ }, {
119
+ "title": {
120
+ "label": {
121
+ "type": "i18n",
122
+ "en-US": "description",
123
+ "zh-CN": "描述"
124
+ }
125
+ },
126
+ "name": "description",
127
+ "description": "描述",
128
+ "setter": {
129
+ "componentName": "StringSetter",
130
+ "isRequired": false,
131
+ "initialValue": ""
132
+ }
133
+ }, {
134
+ "title": {
135
+ "label": {
136
+ "type": "i18n",
137
+ "en-US": "tags",
138
+ "zh-CN": "标签列表"
139
+ }
140
+ },
141
+ "name": "tags",
142
+ "description": "标签列表",
143
+ "setter": {
144
+ "componentName": "ArraySetter",
145
+ "props": {
146
+ "itemSetter": {
147
+ "componentName": "ObjectSetter",
148
+ "props": {
149
+ "config": {
150
+ "items": [{
151
+ "title": {
152
+ "label": {
153
+ "type": "i18n",
154
+ "en-US": "name",
155
+ "zh-CN": "标签名称"
156
+ }
157
+ },
158
+ "name": "name",
159
+ "description": "标签名称",
160
+ "setter": {
161
+ "componentName": "StringSetter",
162
+ "isRequired": true,
163
+ "initialValue": ""
164
+ }
165
+ }, {
166
+ "title": {
167
+ "label": {
168
+ "type": "i18n",
169
+ "en-US": "color",
170
+ "zh-CN": "标签颜色"
171
+ }
172
+ },
173
+ "name": "color",
174
+ "description": "标签颜色",
175
+ "setter": {
176
+ "componentName": "StringSetter",
177
+ "isRequired": true,
178
+ "initialValue": ""
179
+ }
180
+ }],
181
+ "extraSetter": {
182
+ "componentName": "MixedSetter",
183
+ "isRequired": false,
184
+ "props": {}
185
+ }
186
+ }
187
+ }
188
+ }
189
+ },
190
+ "initialValue": []
191
+ }
192
+ }],
193
+ "extraSetter": {
194
+ "componentName": "MixedSetter",
195
+ "isRequired": false,
196
+ "props": {}
197
+ }
198
+ }
199
+ }
200
+ }
201
+ },
202
+ "initialValue": [{
203
+ "image": "https://img.alicdn.com/tps/TB16TQvOXXXXXbiaFXXXXXXXXXX-120-120.svg",
204
+ "imagePlacement": "left",
205
+ "title": "标题名称",
206
+ "description": "说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字",
207
+ "tags": [{
208
+ "name": "报名火热",
209
+ "color": "orange"
210
+ }, {
211
+ "name": "人数众多",
212
+ "color": "blue"
213
+ }]
214
+ }, {
215
+ "image": "https://img.alicdn.com/tps/TB16TQvOXXXXXbiaFXXXXXXXXXX-120-120.svg",
216
+ "imagePlacement": "right",
217
+ "title": "标题名称",
218
+ "description": "说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字",
219
+ "tags": [{
220
+ "name": "报名火热",
221
+ "color": "orange"
222
+ }, {
223
+ "name": "人数众多",
224
+ "color": "blue"
225
+ }]
226
+ }, {
227
+ "title": "标题名称",
228
+ "description": "说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字",
229
+ "tags": [{
230
+ "name": "报名火热",
231
+ "color": "orange"
232
+ }, {
233
+ "name": "人数众多",
234
+ "color": "blue"
235
+ }]
236
+ }]
237
+ }
238
+ }],
239
+ "supports": {
240
+ "style": true,
241
+ "events": [{
242
+ "name": "onClick",
243
+ "template": "onClick(key,${extParams}){\n// 点击项目的事件\nconsole.log('onClick', key);}"
244
+ }]
245
+ },
246
+ "component": {}
247
+ }
248
+ };
249
+ var snippets = [{
250
+ "title": "图文列表",
251
+ "screenshot": "",
252
+ "schema": {
253
+ "componentName": "TeletextList",
254
+ "props": {},
255
+ children: [{
256
+ componentName: 'Title1',
257
+ props: {
258
+ type: 'h5',
259
+ children: '列表标题',
260
+ key: 'box-title'
261
+ }
262
+ }, {
263
+ componentName: 'Image',
264
+ props: {
265
+ src: 'https://img.alicdn.com/tps/TB16TQvOXXXXXbiaFXXXXXXXXXX-120-120.svg',
266
+ key: 'image'
267
+ }
268
+ }, {
269
+ componentName: 'NextText',
270
+ props: {
271
+ type: 'h5',
272
+ children: '标题标题',
273
+ key: 'title'
274
+ }
275
+ }, {
276
+ componentName: 'NextText',
277
+ props: {
278
+ type: 'inherit',
279
+ children: '基于 Ali-Lowcode-Engine 快速打造高生产力的低代码研发平台, 基于自然布局体系快速搭建页面',
280
+ key: 'content'
281
+ }
282
+ }, {
283
+ componentName: 'TagC',
284
+ props: {
285
+ name: '报名火热',
286
+ color: 'orange',
287
+ key: 'teletext-tagc-1'
288
+ }
289
+ }]
290
+ }
291
+ }];
292
+ export default _extends({}, TeletextListMeta, {
293
+ snippets: snippets
294
+ });
@@ -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,51 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ var Title1Meta = {
3
+ "group": "低代码组件",
4
+ "componentName": "Title1",
5
+ "title": "个性化标题1",
6
+ "docUrl": "",
7
+ "screenshot": "",
8
+ "devMode": "proCode",
9
+ "npm": {
10
+ "package": "@dckj-npm/dc-material",
11
+ "version": "0.1.8",
12
+ "exportName": "Title1",
13
+ "main": "src/index.tsx",
14
+ "destructuring": true,
15
+ "subName": ""
16
+ },
17
+ "configure": {
18
+ "props": [{
19
+ "title": {
20
+ "label": {
21
+ "type": "i18n",
22
+ "en-US": "title",
23
+ "zh-CN": "标题"
24
+ },
25
+ "tip": "title | 标题"
26
+ },
27
+ "name": "title",
28
+ "description": "标题",
29
+ "setter": {
30
+ "componentName": "StringSetter",
31
+ "isRequired": false,
32
+ "initialValue": "标题名称"
33
+ }
34
+ }],
35
+ "supports": {
36
+ "style": true
37
+ },
38
+ "component": {}
39
+ }
40
+ };
41
+ var snippets = [{
42
+ "title": "个性化标题1",
43
+ "screenshot": "",
44
+ "schema": {
45
+ "componentName": "Title1",
46
+ "props": {}
47
+ }
48
+ }];
49
+ export default _extends({}, Title1Meta, {
50
+ snippets: snippets
51
+ });
@@ -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,83 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ var Title2Meta = {
3
+ "group": "低代码组件",
4
+ "componentName": "Title2",
5
+ "title": "个性化标题2",
6
+ "docUrl": "",
7
+ "screenshot": "",
8
+ "devMode": "proCode",
9
+ "npm": {
10
+ "package": "@dckj-npm/dc-material",
11
+ "version": "0.1.8",
12
+ "exportName": "Title2",
13
+ "main": "src/index.tsx",
14
+ "destructuring": true,
15
+ "subName": ""
16
+ },
17
+ "configure": {
18
+ "props": [{
19
+ "title": {
20
+ "label": {
21
+ "type": "i18n",
22
+ "en-US": "title",
23
+ "zh-CN": "标题"
24
+ },
25
+ "tip": "title | 标题"
26
+ },
27
+ "name": "title",
28
+ "description": "标题",
29
+ "setter": {
30
+ "componentName": "StringSetter",
31
+ "isRequired": false,
32
+ "initialValue": "标题名称"
33
+ }
34
+ }, {
35
+ "title": {
36
+ "label": {
37
+ "type": "i18n",
38
+ "en-US": "color",
39
+ "zh-CN": "颜色"
40
+ },
41
+ "tip": "color | 颜色"
42
+ },
43
+ "name": "color",
44
+ "description": "颜色",
45
+ "setter": {
46
+ "componentName": "ColorSetter",
47
+ "isRequired": false,
48
+ "initialValue": "#144477"
49
+ }
50
+ }, {
51
+ "title": {
52
+ "label": {
53
+ "type": "i18n",
54
+ "en-US": "tipColor",
55
+ "zh-CN": "tip颜色"
56
+ },
57
+ "tip": "tipColor | tip颜色"
58
+ },
59
+ "name": "tipColor",
60
+ "description": "tip颜色",
61
+ "setter": {
62
+ "componentName": "ColorSetter",
63
+ "isRequired": false,
64
+ "initialValue": "#388AF7"
65
+ }
66
+ }],
67
+ "supports": {
68
+ "style": true
69
+ },
70
+ "component": {}
71
+ }
72
+ };
73
+ var snippets = [{
74
+ "title": "个性化标题2",
75
+ "screenshot": "",
76
+ "schema": {
77
+ "componentName": "Title2",
78
+ "props": {}
79
+ }
80
+ }];
81
+ export default _extends({}, Title2Meta, {
82
+ snippets: snippets
83
+ });
@@ -0,0 +1,18 @@
1
+ import * as componentInstances from 'D:/project/company/lowcode-material/src/index';
2
+ import 'D:/project/company/lowcode-material/src/index.scss';
3
+ var entryDefault = componentInstances["default"];
4
+ export { entryDefault as default };
5
+ export * from 'D:/project/company/lowcode-material/src/index';
6
+ var coveredComponents = {};
7
+ var library = 'BizComps';
8
+ var execCompile = !!true;
9
+ if (!execCompile) {
10
+ window[library] = Object.assign({
11
+ __esModule: true
12
+ }, componentInstances || {}, coveredComponents || {});
13
+ }
14
+ function getRealComponent(component, componentName) {
15
+ if (component["default"]) return component["default"];
16
+ if (component[componentName]) return component[componentName];
17
+ return component;
18
+ }