ydb-components-material 0.1.11 → 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.
- 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/close.cd5b8056.svg +1 -0
- package/build/docs/static/fail.2b5f9cdc.svg +1 -0
- package/build/docs/static/fail.e0f0041c.svg +1 -0
- package/build/docs/static/notice.acf35766.svg +1 -0
- package/build/docs/static/success.35a6d851.svg +1 -0
- package/build/docs/static/success.593e92b2.svg +1 -0
- package/build/docs/static/success.67acd079.svg +1 -0
- package/build/docs/static/warning.acf35766.svg +1 -0
- package/build/docs/static/warning.e0f0041c.svg +1 -0
- package/build/docs/{umi.7aa0ce58.js → umi.0ce4dded.js} +1 -1
- package/build/docs/{umi.62ce371b.css → umi.e1bd8919.css} +1 -1
- 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/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 +8 -8
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +1 -1
- package/dist/BizComps.css +1 -1
- package/dist/BizComps.js +1 -1
- package/dist/BizComps.js.map +1 -1
- package/es/components/check-detail/icons/close.svg +1 -0
- package/es/components/check-detail/icons/ignore.svg +1 -0
- package/es/components/check-detail/icons/notice.svg +1 -0
- package/es/components/check-detail/icons/success.svg +1 -0
- package/es/components/check-detail/icons/warning.svg +1 -0
- package/es/components/check-detail/index.d.ts +13 -0
- package/es/components/check-detail/index.js +141 -0
- package/es/components/check-detail/index.scss +146 -0
- package/es/components/check-res/icons/fail.svg +1 -0
- package/es/components/check-res/icons/success.svg +1 -0
- package/es/components/check-res/index.js +6 -9
- package/es/components/check-res/index.scss +4 -0
- package/es/components/file-item/index.js +7 -5
- package/es/components/file-item/index.scss +7 -0
- package/es/components/material-check-res/icon/fail.svg +1 -0
- package/es/components/material-check-res/icon/file.svg +1 -0
- package/es/components/material-check-res/icon/success.svg +1 -0
- package/es/components/material-check-res/icon/warning.svg +1 -0
- package/es/components/material-check-res/index.d.ts +13 -0
- package/es/components/material-check-res/index.js +52 -0
- package/es/components/material-check-res/index.scss +52 -0
- package/es/components/statistic/index.scss +1 -1
- package/es/components/success-prompt/index.d.ts +13 -0
- package/es/components/success-prompt/index.js +32 -0
- package/es/components/success-prompt/index.scss +29 -0
- package/es/components/success-prompt/success.svg +1 -0
- package/es/index.d.ts +6 -0
- package/es/index.js +3 -0
- package/lib/components/check-detail/icons/close.svg +1 -0
- package/lib/components/check-detail/icons/ignore.svg +1 -0
- package/lib/components/check-detail/icons/notice.svg +1 -0
- package/lib/components/check-detail/icons/success.svg +1 -0
- package/lib/components/check-detail/icons/warning.svg +1 -0
- package/lib/components/check-detail/index.d.ts +13 -0
- package/lib/components/check-detail/index.js +147 -0
- package/lib/components/check-detail/index.scss +146 -0
- package/lib/components/check-res/icons/fail.svg +1 -0
- package/lib/components/check-res/icons/success.svg +1 -0
- package/lib/components/check-res/index.js +6 -9
- package/lib/components/check-res/index.scss +4 -0
- package/lib/components/file-item/index.js +7 -5
- package/lib/components/file-item/index.scss +7 -0
- package/lib/components/material-check-res/icon/fail.svg +1 -0
- package/lib/components/material-check-res/icon/file.svg +1 -0
- package/lib/components/material-check-res/icon/success.svg +1 -0
- package/lib/components/material-check-res/icon/warning.svg +1 -0
- package/lib/components/material-check-res/index.d.ts +13 -0
- package/lib/components/material-check-res/index.js +58 -0
- package/lib/components/material-check-res/index.scss +52 -0
- package/lib/components/statistic/index.scss +1 -1
- package/lib/components/success-prompt/index.d.ts +13 -0
- package/lib/components/success-prompt/index.js +38 -0
- package/lib/components/success-prompt/index.scss +29 -0
- package/lib/components/success-prompt/success.svg +1 -0
- package/lib/index.d.ts +6 -0
- package/lib/index.js +7 -1
- package/lowcode/check-detail/meta.ts +117 -0
- package/lowcode/material-check-res/meta.ts +117 -0
- package/lowcode/success-prompt/meta.ts +117 -0
- package/lowcode_es/check-detail/meta.d.ts +22 -0
- package/lowcode_es/check-detail/meta.js +99 -0
- package/lowcode_es/material-check-res/meta.d.ts +22 -0
- package/lowcode_es/material-check-res/meta.js +99 -0
- package/lowcode_es/meta.js +5 -2
- package/lowcode_es/success-prompt/meta.d.ts +22 -0
- package/lowcode_es/success-prompt/meta.js +99 -0
- package/lowcode_lib/check-detail/meta.d.ts +22 -0
- package/lowcode_lib/check-detail/meta.js +104 -0
- package/lowcode_lib/material-check-res/meta.d.ts +22 -0
- package/lowcode_lib/material-check-res/meta.js +104 -0
- package/lowcode_lib/meta.js +13 -10
- package/lowcode_lib/success-prompt/meta.d.ts +22 -0
- package/lowcode_lib/success-prompt/meta.js +104 -0
- package/package.json +3 -3
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
|
|
2
|
+
import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types';
|
|
3
|
+
|
|
4
|
+
const SuccessPromptMeta: IPublicTypeComponentMetadata = {
|
|
5
|
+
"componentName": "SuccessPrompt",
|
|
6
|
+
"title": "SuccessPrompt",
|
|
7
|
+
"docUrl": "",
|
|
8
|
+
"screenshot": "",
|
|
9
|
+
"devMode": "proCode",
|
|
10
|
+
"npm": {
|
|
11
|
+
"package": "ydb-components-material",
|
|
12
|
+
"version": "0.1.11",
|
|
13
|
+
"exportName": "SuccessPrompt",
|
|
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": "type",
|
|
25
|
+
"zh-CN": "类型"
|
|
26
|
+
},
|
|
27
|
+
"tip": "type | 类型"
|
|
28
|
+
},
|
|
29
|
+
"name": "type",
|
|
30
|
+
"description": "类型",
|
|
31
|
+
"setter": {
|
|
32
|
+
"componentName": "RadioGroupSetter",
|
|
33
|
+
"props": {
|
|
34
|
+
"dataSource": [
|
|
35
|
+
{
|
|
36
|
+
"label": "success",
|
|
37
|
+
"value": "success"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"label": "warning",
|
|
41
|
+
"value": "warning"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"label": "fail",
|
|
45
|
+
"value": "fail"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"options": [
|
|
49
|
+
{
|
|
50
|
+
"label": "success",
|
|
51
|
+
"value": "success"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"label": "warning",
|
|
55
|
+
"value": "warning"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"label": "fail",
|
|
59
|
+
"value": "fail"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
"initialValue": "success"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"title": {
|
|
68
|
+
"label": {
|
|
69
|
+
"type": "i18n",
|
|
70
|
+
"en-US": "number",
|
|
71
|
+
"zh-CN": "number"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"name": "number",
|
|
75
|
+
"setter": {
|
|
76
|
+
"componentName": "NumberSetter",
|
|
77
|
+
"isRequired": true,
|
|
78
|
+
"initialValue": 0
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"title": {
|
|
83
|
+
"label": {
|
|
84
|
+
"type": "i18n",
|
|
85
|
+
"en-US": "text",
|
|
86
|
+
"zh-CN": "text"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"name": "text",
|
|
90
|
+
"setter": {
|
|
91
|
+
"componentName": "StringSetter",
|
|
92
|
+
"isRequired": true,
|
|
93
|
+
"initialValue": ""
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"supports": {
|
|
98
|
+
"style": true
|
|
99
|
+
},
|
|
100
|
+
"component": {}
|
|
101
|
+
}
|
|
102
|
+
};
|
|
103
|
+
const snippets: IPublicTypeSnippet[] = [
|
|
104
|
+
{
|
|
105
|
+
"title": "SuccessPrompt",
|
|
106
|
+
"screenshot": "",
|
|
107
|
+
"schema": {
|
|
108
|
+
"componentName": "SuccessPrompt",
|
|
109
|
+
"props": {}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
];
|
|
113
|
+
|
|
114
|
+
export default {
|
|
115
|
+
...SuccessPromptMeta,
|
|
116
|
+
snippets
|
|
117
|
+
};
|
|
@@ -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,99 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
var CheckDetailMeta = {
|
|
3
|
+
"componentName": "CheckDetail",
|
|
4
|
+
"title": "CheckDetail",
|
|
5
|
+
"docUrl": "",
|
|
6
|
+
"screenshot": "",
|
|
7
|
+
"devMode": "proCode",
|
|
8
|
+
"npm": {
|
|
9
|
+
"package": "ydb-components-material",
|
|
10
|
+
"version": "0.1.11",
|
|
11
|
+
"exportName": "CheckDetail",
|
|
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": "type",
|
|
22
|
+
"zh-CN": "类型"
|
|
23
|
+
},
|
|
24
|
+
"tip": "type | 类型"
|
|
25
|
+
},
|
|
26
|
+
"name": "type",
|
|
27
|
+
"description": "类型",
|
|
28
|
+
"setter": {
|
|
29
|
+
"componentName": "RadioGroupSetter",
|
|
30
|
+
"props": {
|
|
31
|
+
"dataSource": [{
|
|
32
|
+
"label": "success",
|
|
33
|
+
"value": "success"
|
|
34
|
+
}, {
|
|
35
|
+
"label": "warning",
|
|
36
|
+
"value": "warning"
|
|
37
|
+
}, {
|
|
38
|
+
"label": "notice",
|
|
39
|
+
"value": "notice"
|
|
40
|
+
}],
|
|
41
|
+
"options": [{
|
|
42
|
+
"label": "success",
|
|
43
|
+
"value": "success"
|
|
44
|
+
}, {
|
|
45
|
+
"label": "warning",
|
|
46
|
+
"value": "warning"
|
|
47
|
+
}, {
|
|
48
|
+
"label": "notice",
|
|
49
|
+
"value": "notice"
|
|
50
|
+
}]
|
|
51
|
+
},
|
|
52
|
+
"initialValue": "success"
|
|
53
|
+
}
|
|
54
|
+
}, {
|
|
55
|
+
"title": {
|
|
56
|
+
"label": {
|
|
57
|
+
"type": "i18n",
|
|
58
|
+
"en-US": "title",
|
|
59
|
+
"zh-CN": "title"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"name": "title",
|
|
63
|
+
"setter": {
|
|
64
|
+
"componentName": "StringSetter",
|
|
65
|
+
"isRequired": true,
|
|
66
|
+
"initialValue": ""
|
|
67
|
+
}
|
|
68
|
+
}, {
|
|
69
|
+
"title": {
|
|
70
|
+
"label": {
|
|
71
|
+
"type": "i18n",
|
|
72
|
+
"en-US": "text",
|
|
73
|
+
"zh-CN": "text"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"name": "text",
|
|
77
|
+
"setter": {
|
|
78
|
+
"componentName": "StringSetter",
|
|
79
|
+
"isRequired": true,
|
|
80
|
+
"initialValue": ""
|
|
81
|
+
}
|
|
82
|
+
}],
|
|
83
|
+
"supports": {
|
|
84
|
+
"style": true
|
|
85
|
+
},
|
|
86
|
+
"component": {}
|
|
87
|
+
}
|
|
88
|
+
};
|
|
89
|
+
var snippets = [{
|
|
90
|
+
"title": "CheckDetail",
|
|
91
|
+
"screenshot": "",
|
|
92
|
+
"schema": {
|
|
93
|
+
"componentName": "CheckDetail",
|
|
94
|
+
"props": {}
|
|
95
|
+
}
|
|
96
|
+
}];
|
|
97
|
+
export default _extends({}, CheckDetailMeta, {
|
|
98
|
+
snippets: snippets
|
|
99
|
+
});
|
|
@@ -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,99 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
var MaterialCheckResMeta = {
|
|
3
|
+
"componentName": "MaterialCheckRes",
|
|
4
|
+
"title": "MaterialCheckRes",
|
|
5
|
+
"docUrl": "",
|
|
6
|
+
"screenshot": "",
|
|
7
|
+
"devMode": "proCode",
|
|
8
|
+
"npm": {
|
|
9
|
+
"package": "ydb-components-material",
|
|
10
|
+
"version": "0.1.11",
|
|
11
|
+
"exportName": "MaterialCheckRes",
|
|
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": "type",
|
|
22
|
+
"zh-CN": "类型"
|
|
23
|
+
},
|
|
24
|
+
"tip": "type | 类型"
|
|
25
|
+
},
|
|
26
|
+
"name": "type",
|
|
27
|
+
"description": "类型",
|
|
28
|
+
"setter": {
|
|
29
|
+
"componentName": "RadioGroupSetter",
|
|
30
|
+
"props": {
|
|
31
|
+
"dataSource": [{
|
|
32
|
+
"label": "success",
|
|
33
|
+
"value": "success"
|
|
34
|
+
}, {
|
|
35
|
+
"label": "warning",
|
|
36
|
+
"value": "warning"
|
|
37
|
+
}, {
|
|
38
|
+
"label": "fail",
|
|
39
|
+
"value": "fail"
|
|
40
|
+
}],
|
|
41
|
+
"options": [{
|
|
42
|
+
"label": "success",
|
|
43
|
+
"value": "success"
|
|
44
|
+
}, {
|
|
45
|
+
"label": "warning",
|
|
46
|
+
"value": "warning"
|
|
47
|
+
}, {
|
|
48
|
+
"label": "fail",
|
|
49
|
+
"value": "fail"
|
|
50
|
+
}]
|
|
51
|
+
},
|
|
52
|
+
"initialValue": "success"
|
|
53
|
+
}
|
|
54
|
+
}, {
|
|
55
|
+
"title": {
|
|
56
|
+
"label": {
|
|
57
|
+
"type": "i18n",
|
|
58
|
+
"en-US": "number",
|
|
59
|
+
"zh-CN": "number"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"name": "number",
|
|
63
|
+
"setter": {
|
|
64
|
+
"componentName": "NumberSetter",
|
|
65
|
+
"isRequired": true,
|
|
66
|
+
"initialValue": 0
|
|
67
|
+
}
|
|
68
|
+
}, {
|
|
69
|
+
"title": {
|
|
70
|
+
"label": {
|
|
71
|
+
"type": "i18n",
|
|
72
|
+
"en-US": "text",
|
|
73
|
+
"zh-CN": "text"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"name": "text",
|
|
77
|
+
"setter": {
|
|
78
|
+
"componentName": "StringSetter",
|
|
79
|
+
"isRequired": true,
|
|
80
|
+
"initialValue": ""
|
|
81
|
+
}
|
|
82
|
+
}],
|
|
83
|
+
"supports": {
|
|
84
|
+
"style": true
|
|
85
|
+
},
|
|
86
|
+
"component": {}
|
|
87
|
+
}
|
|
88
|
+
};
|
|
89
|
+
var snippets = [{
|
|
90
|
+
"title": "MaterialCheckRes",
|
|
91
|
+
"screenshot": "",
|
|
92
|
+
"schema": {
|
|
93
|
+
"componentName": "MaterialCheckRes",
|
|
94
|
+
"props": {}
|
|
95
|
+
}
|
|
96
|
+
}];
|
|
97
|
+
export default _extends({}, MaterialCheckResMeta, {
|
|
98
|
+
snippets: snippets
|
|
99
|
+
});
|
package/lowcode_es/meta.js
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import CardTitleMeta from "./card-title/meta";
|
|
3
|
+
import CheckDetailMeta from "./check-detail/meta";
|
|
3
4
|
import CheckLoadingMeta from "./check-loading/meta";
|
|
4
5
|
import CheckResMeta from "./check-res/meta";
|
|
5
6
|
import ColorfulButtonMeta from "./colorful-button/meta";
|
|
6
7
|
import ColorfulInputMeta from "./colorful-input/meta";
|
|
7
8
|
import FileItemMeta from "./file-item/meta";
|
|
9
|
+
import MaterialCheckResMeta from "./material-check-res/meta";
|
|
8
10
|
import MessageMeta from "./message/meta";
|
|
9
11
|
import StatsticMeta from "./statstic/meta";
|
|
12
|
+
import SuccessPromptMeta from "./success-prompt/meta";
|
|
10
13
|
import TipsMeta from "./tips/meta";
|
|
11
14
|
var componentCategorySort = {};
|
|
12
15
|
["基础元素", "布局容器类", "表格类", "表单详情类", "帮助类", "对话框类", "业务类", "通用", "引导", "信息输入", "信息展示", "信息反馈"].reverse().forEach(function (item, index) {
|
|
@@ -79,7 +82,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
79
82
|
packageName = 'ydb-components-material';
|
|
80
83
|
}
|
|
81
84
|
if (version === void 0) {
|
|
82
|
-
version = '0.1.
|
|
85
|
+
version = '0.1.13';
|
|
83
86
|
}
|
|
84
87
|
if (basicLibraryVersion === void 0) {
|
|
85
88
|
basicLibraryVersion = {
|
|
@@ -106,7 +109,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
106
109
|
}
|
|
107
110
|
return meta;
|
|
108
111
|
}
|
|
109
|
-
var componentMetas = [CardTitleMeta, CheckLoadingMeta, CheckResMeta, ColorfulButtonMeta, ColorfulInputMeta, FileItemMeta, MessageMeta, StatsticMeta, TipsMeta];
|
|
112
|
+
var componentMetas = [CardTitleMeta, CheckDetailMeta, CheckLoadingMeta, CheckResMeta, ColorfulButtonMeta, ColorfulInputMeta, FileItemMeta, MaterialCheckResMeta, MessageMeta, StatsticMeta, SuccessPromptMeta, TipsMeta];
|
|
110
113
|
var components = [];
|
|
111
114
|
var npmInfo = {};
|
|
112
115
|
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,99 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
var SuccessPromptMeta = {
|
|
3
|
+
"componentName": "SuccessPrompt",
|
|
4
|
+
"title": "SuccessPrompt",
|
|
5
|
+
"docUrl": "",
|
|
6
|
+
"screenshot": "",
|
|
7
|
+
"devMode": "proCode",
|
|
8
|
+
"npm": {
|
|
9
|
+
"package": "ydb-components-material",
|
|
10
|
+
"version": "0.1.11",
|
|
11
|
+
"exportName": "SuccessPrompt",
|
|
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": "type",
|
|
22
|
+
"zh-CN": "类型"
|
|
23
|
+
},
|
|
24
|
+
"tip": "type | 类型"
|
|
25
|
+
},
|
|
26
|
+
"name": "type",
|
|
27
|
+
"description": "类型",
|
|
28
|
+
"setter": {
|
|
29
|
+
"componentName": "RadioGroupSetter",
|
|
30
|
+
"props": {
|
|
31
|
+
"dataSource": [{
|
|
32
|
+
"label": "success",
|
|
33
|
+
"value": "success"
|
|
34
|
+
}, {
|
|
35
|
+
"label": "warning",
|
|
36
|
+
"value": "warning"
|
|
37
|
+
}, {
|
|
38
|
+
"label": "fail",
|
|
39
|
+
"value": "fail"
|
|
40
|
+
}],
|
|
41
|
+
"options": [{
|
|
42
|
+
"label": "success",
|
|
43
|
+
"value": "success"
|
|
44
|
+
}, {
|
|
45
|
+
"label": "warning",
|
|
46
|
+
"value": "warning"
|
|
47
|
+
}, {
|
|
48
|
+
"label": "fail",
|
|
49
|
+
"value": "fail"
|
|
50
|
+
}]
|
|
51
|
+
},
|
|
52
|
+
"initialValue": "success"
|
|
53
|
+
}
|
|
54
|
+
}, {
|
|
55
|
+
"title": {
|
|
56
|
+
"label": {
|
|
57
|
+
"type": "i18n",
|
|
58
|
+
"en-US": "number",
|
|
59
|
+
"zh-CN": "number"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"name": "number",
|
|
63
|
+
"setter": {
|
|
64
|
+
"componentName": "NumberSetter",
|
|
65
|
+
"isRequired": true,
|
|
66
|
+
"initialValue": 0
|
|
67
|
+
}
|
|
68
|
+
}, {
|
|
69
|
+
"title": {
|
|
70
|
+
"label": {
|
|
71
|
+
"type": "i18n",
|
|
72
|
+
"en-US": "text",
|
|
73
|
+
"zh-CN": "text"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"name": "text",
|
|
77
|
+
"setter": {
|
|
78
|
+
"componentName": "StringSetter",
|
|
79
|
+
"isRequired": true,
|
|
80
|
+
"initialValue": ""
|
|
81
|
+
}
|
|
82
|
+
}],
|
|
83
|
+
"supports": {
|
|
84
|
+
"style": true
|
|
85
|
+
},
|
|
86
|
+
"component": {}
|
|
87
|
+
}
|
|
88
|
+
};
|
|
89
|
+
var snippets = [{
|
|
90
|
+
"title": "SuccessPrompt",
|
|
91
|
+
"screenshot": "",
|
|
92
|
+
"schema": {
|
|
93
|
+
"componentName": "SuccessPrompt",
|
|
94
|
+
"props": {}
|
|
95
|
+
}
|
|
96
|
+
}];
|
|
97
|
+
export default _extends({}, SuccessPromptMeta, {
|
|
98
|
+
snippets: snippets
|
|
99
|
+
});
|
|
@@ -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,104 @@
|
|
|
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 CheckDetailMeta = {
|
|
8
|
+
"componentName": "CheckDetail",
|
|
9
|
+
"title": "CheckDetail",
|
|
10
|
+
"docUrl": "",
|
|
11
|
+
"screenshot": "",
|
|
12
|
+
"devMode": "proCode",
|
|
13
|
+
"npm": {
|
|
14
|
+
"package": "ydb-components-material",
|
|
15
|
+
"version": "0.1.11",
|
|
16
|
+
"exportName": "CheckDetail",
|
|
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": "type",
|
|
27
|
+
"zh-CN": "类型"
|
|
28
|
+
},
|
|
29
|
+
"tip": "type | 类型"
|
|
30
|
+
},
|
|
31
|
+
"name": "type",
|
|
32
|
+
"description": "类型",
|
|
33
|
+
"setter": {
|
|
34
|
+
"componentName": "RadioGroupSetter",
|
|
35
|
+
"props": {
|
|
36
|
+
"dataSource": [{
|
|
37
|
+
"label": "success",
|
|
38
|
+
"value": "success"
|
|
39
|
+
}, {
|
|
40
|
+
"label": "warning",
|
|
41
|
+
"value": "warning"
|
|
42
|
+
}, {
|
|
43
|
+
"label": "notice",
|
|
44
|
+
"value": "notice"
|
|
45
|
+
}],
|
|
46
|
+
"options": [{
|
|
47
|
+
"label": "success",
|
|
48
|
+
"value": "success"
|
|
49
|
+
}, {
|
|
50
|
+
"label": "warning",
|
|
51
|
+
"value": "warning"
|
|
52
|
+
}, {
|
|
53
|
+
"label": "notice",
|
|
54
|
+
"value": "notice"
|
|
55
|
+
}]
|
|
56
|
+
},
|
|
57
|
+
"initialValue": "success"
|
|
58
|
+
}
|
|
59
|
+
}, {
|
|
60
|
+
"title": {
|
|
61
|
+
"label": {
|
|
62
|
+
"type": "i18n",
|
|
63
|
+
"en-US": "title",
|
|
64
|
+
"zh-CN": "title"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"name": "title",
|
|
68
|
+
"setter": {
|
|
69
|
+
"componentName": "StringSetter",
|
|
70
|
+
"isRequired": true,
|
|
71
|
+
"initialValue": ""
|
|
72
|
+
}
|
|
73
|
+
}, {
|
|
74
|
+
"title": {
|
|
75
|
+
"label": {
|
|
76
|
+
"type": "i18n",
|
|
77
|
+
"en-US": "text",
|
|
78
|
+
"zh-CN": "text"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"name": "text",
|
|
82
|
+
"setter": {
|
|
83
|
+
"componentName": "StringSetter",
|
|
84
|
+
"isRequired": true,
|
|
85
|
+
"initialValue": ""
|
|
86
|
+
}
|
|
87
|
+
}],
|
|
88
|
+
"supports": {
|
|
89
|
+
"style": true
|
|
90
|
+
},
|
|
91
|
+
"component": {}
|
|
92
|
+
}
|
|
93
|
+
};
|
|
94
|
+
var snippets = [{
|
|
95
|
+
"title": "CheckDetail",
|
|
96
|
+
"screenshot": "",
|
|
97
|
+
"schema": {
|
|
98
|
+
"componentName": "CheckDetail",
|
|
99
|
+
"props": {}
|
|
100
|
+
}
|
|
101
|
+
}];
|
|
102
|
+
var _default = exports["default"] = (0, _extends2["default"])({}, CheckDetailMeta, {
|
|
103
|
+
snippets: snippets
|
|
104
|
+
});
|
|
@@ -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;
|