@dckj-npm/dc-material 0.1.7 → 0.1.8
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/index.js +12 -19
- 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 +10 -10
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +8 -8
- package/dist/BizComps.css +1 -1
- package/dist/BizComps.js +5 -5
- package/dist/BizComps.js.map +1 -1
- package/es/components/bottom-navigation/bottom-navigation.d.ts +13 -13
- package/es/components/bottom-navigation/index.d.ts +3 -3
- package/es/components/colorful-button/colorful-button.d.ts +12 -12
- package/es/components/colorful-button/index.d.ts +3 -3
- package/es/components/colorful-input/colorful-input.d.ts +8 -8
- package/es/components/colorful-input/index.d.ts +3 -3
- package/es/components/dc-slider/index.d.ts +3 -3
- package/es/components/dc-slider/slider.d.ts +32 -32
- package/es/components/menu-list/index.d.ts +6 -0
- package/es/components/menu-list/index.js +6 -0
- package/es/components/menu-list/index.scss +16 -0
- package/es/components/menu-list/menu-list-item.d.ts +5 -0
- package/es/components/menu-list/menu-list-item.js +32 -0
- package/es/components/menu-list/menu-list-item.scss +49 -0
- package/es/components/menu-list/menu-list.d.ts +5 -0
- package/es/components/menu-list/menu-list.js +25 -0
- package/es/components/menu-list/types.d.ts +23 -0
- package/es/components/menu-list/types.js +1 -0
- package/es/components/teletext-list/index.d.ts +6 -6
- package/es/components/teletext-list/index.js +2 -2
- package/es/components/teletext-list/index.scss +16 -16
- package/es/components/teletext-list/teletext-list-item.d.ts +42 -42
- package/es/components/teletext-list/teletext-list-item.js +2 -2
- package/es/components/teletext-list/teletext-list-item.scss +74 -74
- package/es/components/teletext-list/teletext-list.d.ts +53 -53
- package/es/components/teletext-list/teletext-list.js +2 -2
- package/es/components/title/index.d.ts +8 -8
- package/es/components/title/index.js +2 -2
- package/es/components/title/title-1.d.ts +10 -10
- package/es/components/title/title-1.scss +26 -26
- package/es/components/title/title-2.d.ts +18 -18
- package/es/components/title/title-2.scss +22 -22
- package/es/index.d.ts +14 -12
- package/es/index.js +1 -0
- package/es/index.scss +3 -3
- package/es/variables.d.ts +2 -2
- package/lib/components/bottom-navigation/bottom-navigation.d.ts +13 -13
- package/lib/components/bottom-navigation/index.d.ts +3 -3
- package/lib/components/colorful-button/colorful-button.d.ts +12 -12
- package/lib/components/colorful-button/index.d.ts +3 -3
- package/lib/components/colorful-input/colorful-input.d.ts +8 -8
- package/lib/components/colorful-input/index.d.ts +3 -3
- package/lib/components/dc-slider/index.d.ts +3 -3
- package/lib/components/dc-slider/slider.d.ts +32 -32
- package/lib/components/menu-list/index.d.ts +6 -0
- package/lib/components/{position → menu-list}/index.js +5 -2
- package/lib/components/menu-list/index.scss +16 -0
- package/lib/components/menu-list/menu-list-item.d.ts +5 -0
- package/lib/components/menu-list/menu-list-item.js +37 -0
- package/lib/components/menu-list/menu-list-item.scss +49 -0
- package/lib/components/menu-list/menu-list.d.ts +5 -0
- package/lib/components/menu-list/menu-list.js +30 -0
- package/lib/components/menu-list/types.d.ts +23 -0
- package/lib/components/menu-list/types.js +3 -0
- package/lib/components/teletext-list/index.d.ts +6 -6
- package/lib/components/teletext-list/index.js +2 -2
- package/lib/components/teletext-list/index.scss +16 -16
- package/lib/components/teletext-list/teletext-list-item.d.ts +42 -42
- package/lib/components/teletext-list/teletext-list-item.js +2 -2
- package/lib/components/teletext-list/teletext-list-item.scss +74 -74
- package/lib/components/teletext-list/teletext-list.d.ts +53 -53
- package/lib/components/teletext-list/teletext-list.js +2 -2
- package/lib/components/title/index.d.ts +8 -8
- package/lib/components/title/title-1.d.ts +10 -10
- package/lib/components/title/title-1.scss +26 -26
- package/lib/components/title/title-2.d.ts +18 -18
- package/lib/components/title/title-2.scss +22 -22
- package/lib/index.d.ts +14 -12
- package/lib/index.js +3 -1
- package/lib/index.scss +3 -3
- package/lib/variables.d.ts +2 -2
- package/lowcode/d-c-slider/meta.ts +1 -1
- package/lowcode/d-c-slider/snippets.ts +42 -42
- package/lowcode/menu-list/meta.ts +147 -0
- package/lowcode/navigation/meta.ts +1 -1
- package/lowcode/teletext-list/meta.ts +300 -300
- package/lowcode/title1/meta.ts +59 -59
- package/lowcode/title2/meta.ts +93 -93
- package/lowcode_es/d-c-slider/meta.d.ts +140 -140
- package/lowcode_es/d-c-slider/meta.js +1 -1
- package/lowcode_es/d-c-slider/snippets.d.ts +36 -36
- package/lowcode_es/menu-list/meta.d.ts +22 -0
- package/lowcode_es/menu-list/meta.js +128 -0
- package/lowcode_es/meta.js +8 -7
- package/lowcode_es/navigation/meta.d.ts +22 -22
- package/lowcode_es/navigation/meta.js +1 -1
- package/lowcode_es/teletext-list/meta.d.ts +22 -22
- package/lowcode_es/teletext-list/meta.js +1 -1
- package/lowcode_es/title1/meta.d.ts +22 -22
- package/lowcode_es/title1/meta.js +1 -1
- package/lowcode_es/title2/meta.d.ts +22 -22
- package/lowcode_es/title2/meta.js +1 -1
- package/lowcode_es/view.js +3 -3
- package/lowcode_lib/d-c-slider/meta.d.ts +140 -140
- package/lowcode_lib/d-c-slider/meta.js +1 -1
- package/lowcode_lib/d-c-slider/snippets.d.ts +36 -36
- package/lowcode_lib/menu-list/meta.d.ts +22 -0
- package/lowcode_lib/menu-list/meta.js +133 -0
- package/lowcode_lib/meta.js +8 -7
- package/lowcode_lib/navigation/meta.d.ts +22 -22
- package/lowcode_lib/navigation/meta.js +1 -1
- package/lowcode_lib/teletext-list/meta.d.ts +22 -22
- package/lowcode_lib/teletext-list/meta.js +1 -1
- package/lowcode_lib/title1/meta.d.ts +22 -22
- package/lowcode_lib/title1/meta.js +1 -1
- package/lowcode_lib/title2/meta.d.ts +22 -22
- package/lowcode_lib/title2/meta.js +1 -1
- package/lowcode_lib/view.js +2 -2
- package/package.json +3 -3
- package/build/docs/colorful-button.html +0 -48
- package/build/docs/colorful-input.html +0 -48
- package/build/docs/index.html +0 -48
- package/build/docs/umi.7f7df875.css +0 -8
- package/build/docs/umi.7face50a.js +0 -1
- package/build/docs/~demos/colorful-button-demo.html +0 -47
- package/build/docs/~demos/colorful-input-demo.html +0 -47
- package/es/components/position/index.d.ts +0 -3
- package/es/components/position/index.js +0 -2
- package/es/components/position/index.scss +0 -16
- package/es/components/position/position.d.ts +0 -13
- package/es/components/position/position.js +0 -39
- package/lib/components/position/index.d.ts +0 -3
- package/lib/components/position/index.scss +0 -16
- package/lib/components/position/position.d.ts +0 -13
- package/lib/components/position/position.js +0 -46
package/lowcode/title1/meta.ts
CHANGED
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
|
|
2
|
-
import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types';
|
|
3
|
-
|
|
4
|
-
const Title1Meta: IPublicTypeComponentMetadata = {
|
|
5
|
-
"group": "低代码组件",
|
|
6
|
-
"componentName": "Title1",
|
|
7
|
-
"title": "个性化标题1",
|
|
8
|
-
"docUrl": "",
|
|
9
|
-
"screenshot": "",
|
|
10
|
-
"devMode": "proCode",
|
|
11
|
-
"npm": {
|
|
12
|
-
"package": "@dckj-npm/dc-material",
|
|
13
|
-
"version": "0.1.
|
|
14
|
-
"exportName": "Title1",
|
|
15
|
-
"main": "src/index.tsx",
|
|
16
|
-
"destructuring": true,
|
|
17
|
-
"subName": ""
|
|
18
|
-
},
|
|
19
|
-
"configure": {
|
|
20
|
-
"props": [
|
|
21
|
-
{
|
|
22
|
-
"title": {
|
|
23
|
-
"label": {
|
|
24
|
-
"type": "i18n",
|
|
25
|
-
"en-US": "title",
|
|
26
|
-
"zh-CN": "标题"
|
|
27
|
-
},
|
|
28
|
-
"tip": "title | 标题"
|
|
29
|
-
},
|
|
30
|
-
"name": "title",
|
|
31
|
-
"description": "标题",
|
|
32
|
-
"setter": {
|
|
33
|
-
"componentName": "StringSetter",
|
|
34
|
-
"isRequired": false,
|
|
35
|
-
"initialValue": "标题名称"
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
],
|
|
39
|
-
"supports": {
|
|
40
|
-
"style": true
|
|
41
|
-
},
|
|
42
|
-
"component": {}
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
|
-
const snippets: IPublicTypeSnippet[] = [
|
|
46
|
-
{
|
|
47
|
-
"title": "个性化标题1",
|
|
48
|
-
"screenshot": "",
|
|
49
|
-
"schema": {
|
|
50
|
-
"componentName": "Title1",
|
|
51
|
-
"props": {}
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
];
|
|
55
|
-
|
|
56
|
-
export default {
|
|
57
|
-
...Title1Meta,
|
|
58
|
-
snippets
|
|
59
|
-
};
|
|
1
|
+
|
|
2
|
+
import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types';
|
|
3
|
+
|
|
4
|
+
const Title1Meta: IPublicTypeComponentMetadata = {
|
|
5
|
+
"group": "低代码组件",
|
|
6
|
+
"componentName": "Title1",
|
|
7
|
+
"title": "个性化标题1",
|
|
8
|
+
"docUrl": "",
|
|
9
|
+
"screenshot": "",
|
|
10
|
+
"devMode": "proCode",
|
|
11
|
+
"npm": {
|
|
12
|
+
"package": "@dckj-npm/dc-material",
|
|
13
|
+
"version": "0.1.8",
|
|
14
|
+
"exportName": "Title1",
|
|
15
|
+
"main": "src/index.tsx",
|
|
16
|
+
"destructuring": true,
|
|
17
|
+
"subName": ""
|
|
18
|
+
},
|
|
19
|
+
"configure": {
|
|
20
|
+
"props": [
|
|
21
|
+
{
|
|
22
|
+
"title": {
|
|
23
|
+
"label": {
|
|
24
|
+
"type": "i18n",
|
|
25
|
+
"en-US": "title",
|
|
26
|
+
"zh-CN": "标题"
|
|
27
|
+
},
|
|
28
|
+
"tip": "title | 标题"
|
|
29
|
+
},
|
|
30
|
+
"name": "title",
|
|
31
|
+
"description": "标题",
|
|
32
|
+
"setter": {
|
|
33
|
+
"componentName": "StringSetter",
|
|
34
|
+
"isRequired": false,
|
|
35
|
+
"initialValue": "标题名称"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"supports": {
|
|
40
|
+
"style": true
|
|
41
|
+
},
|
|
42
|
+
"component": {}
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
const snippets: IPublicTypeSnippet[] = [
|
|
46
|
+
{
|
|
47
|
+
"title": "个性化标题1",
|
|
48
|
+
"screenshot": "",
|
|
49
|
+
"schema": {
|
|
50
|
+
"componentName": "Title1",
|
|
51
|
+
"props": {}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
];
|
|
55
|
+
|
|
56
|
+
export default {
|
|
57
|
+
...Title1Meta,
|
|
58
|
+
snippets
|
|
59
|
+
};
|
package/lowcode/title2/meta.ts
CHANGED
|
@@ -1,93 +1,93 @@
|
|
|
1
|
-
|
|
2
|
-
import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types';
|
|
3
|
-
|
|
4
|
-
const Title2Meta: IPublicTypeComponentMetadata = {
|
|
5
|
-
"group": "低代码组件",
|
|
6
|
-
"componentName": "Title2",
|
|
7
|
-
"title": "个性化标题2",
|
|
8
|
-
"docUrl": "",
|
|
9
|
-
"screenshot": "",
|
|
10
|
-
"devMode": "proCode",
|
|
11
|
-
"npm": {
|
|
12
|
-
"package": "@dckj-npm/dc-material",
|
|
13
|
-
"version": "0.1.
|
|
14
|
-
"exportName": "Title2",
|
|
15
|
-
"main": "src/index.tsx",
|
|
16
|
-
"destructuring": true,
|
|
17
|
-
"subName": ""
|
|
18
|
-
},
|
|
19
|
-
"configure": {
|
|
20
|
-
"props": [
|
|
21
|
-
{
|
|
22
|
-
"title": {
|
|
23
|
-
"label": {
|
|
24
|
-
"type": "i18n",
|
|
25
|
-
"en-US": "title",
|
|
26
|
-
"zh-CN": "标题"
|
|
27
|
-
},
|
|
28
|
-
"tip": "title | 标题"
|
|
29
|
-
},
|
|
30
|
-
"name": "title",
|
|
31
|
-
"description": "标题",
|
|
32
|
-
"setter": {
|
|
33
|
-
"componentName": "StringSetter",
|
|
34
|
-
"isRequired": false,
|
|
35
|
-
"initialValue": "标题名称"
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"title": {
|
|
40
|
-
"label": {
|
|
41
|
-
"type": "i18n",
|
|
42
|
-
"en-US": "color",
|
|
43
|
-
"zh-CN": "颜色"
|
|
44
|
-
},
|
|
45
|
-
"tip": "color | 颜色"
|
|
46
|
-
},
|
|
47
|
-
"name": "color",
|
|
48
|
-
"description": "颜色",
|
|
49
|
-
"setter": {
|
|
50
|
-
"componentName": "ColorSetter",
|
|
51
|
-
"isRequired": false,
|
|
52
|
-
"initialValue": "#144477"
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"title": {
|
|
57
|
-
"label": {
|
|
58
|
-
"type": "i18n",
|
|
59
|
-
"en-US": "tipColor",
|
|
60
|
-
"zh-CN": "tip颜色"
|
|
61
|
-
},
|
|
62
|
-
"tip": "tipColor | tip颜色"
|
|
63
|
-
},
|
|
64
|
-
"name": "tipColor",
|
|
65
|
-
"description": "tip颜色",
|
|
66
|
-
"setter": {
|
|
67
|
-
"componentName": "ColorSetter",
|
|
68
|
-
"isRequired": false,
|
|
69
|
-
"initialValue": "#388AF7"
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
],
|
|
73
|
-
"supports": {
|
|
74
|
-
"style": true
|
|
75
|
-
},
|
|
76
|
-
"component": {}
|
|
77
|
-
}
|
|
78
|
-
};
|
|
79
|
-
const snippets: IPublicTypeSnippet[] = [
|
|
80
|
-
{
|
|
81
|
-
"title": "个性化标题2",
|
|
82
|
-
"screenshot": "",
|
|
83
|
-
"schema": {
|
|
84
|
-
"componentName": "Title2",
|
|
85
|
-
"props": {}
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
];
|
|
89
|
-
|
|
90
|
-
export default {
|
|
91
|
-
...Title2Meta,
|
|
92
|
-
snippets
|
|
93
|
-
};
|
|
1
|
+
|
|
2
|
+
import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types';
|
|
3
|
+
|
|
4
|
+
const Title2Meta: IPublicTypeComponentMetadata = {
|
|
5
|
+
"group": "低代码组件",
|
|
6
|
+
"componentName": "Title2",
|
|
7
|
+
"title": "个性化标题2",
|
|
8
|
+
"docUrl": "",
|
|
9
|
+
"screenshot": "",
|
|
10
|
+
"devMode": "proCode",
|
|
11
|
+
"npm": {
|
|
12
|
+
"package": "@dckj-npm/dc-material",
|
|
13
|
+
"version": "0.1.8",
|
|
14
|
+
"exportName": "Title2",
|
|
15
|
+
"main": "src/index.tsx",
|
|
16
|
+
"destructuring": true,
|
|
17
|
+
"subName": ""
|
|
18
|
+
},
|
|
19
|
+
"configure": {
|
|
20
|
+
"props": [
|
|
21
|
+
{
|
|
22
|
+
"title": {
|
|
23
|
+
"label": {
|
|
24
|
+
"type": "i18n",
|
|
25
|
+
"en-US": "title",
|
|
26
|
+
"zh-CN": "标题"
|
|
27
|
+
},
|
|
28
|
+
"tip": "title | 标题"
|
|
29
|
+
},
|
|
30
|
+
"name": "title",
|
|
31
|
+
"description": "标题",
|
|
32
|
+
"setter": {
|
|
33
|
+
"componentName": "StringSetter",
|
|
34
|
+
"isRequired": false,
|
|
35
|
+
"initialValue": "标题名称"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"title": {
|
|
40
|
+
"label": {
|
|
41
|
+
"type": "i18n",
|
|
42
|
+
"en-US": "color",
|
|
43
|
+
"zh-CN": "颜色"
|
|
44
|
+
},
|
|
45
|
+
"tip": "color | 颜色"
|
|
46
|
+
},
|
|
47
|
+
"name": "color",
|
|
48
|
+
"description": "颜色",
|
|
49
|
+
"setter": {
|
|
50
|
+
"componentName": "ColorSetter",
|
|
51
|
+
"isRequired": false,
|
|
52
|
+
"initialValue": "#144477"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"title": {
|
|
57
|
+
"label": {
|
|
58
|
+
"type": "i18n",
|
|
59
|
+
"en-US": "tipColor",
|
|
60
|
+
"zh-CN": "tip颜色"
|
|
61
|
+
},
|
|
62
|
+
"tip": "tipColor | tip颜色"
|
|
63
|
+
},
|
|
64
|
+
"name": "tipColor",
|
|
65
|
+
"description": "tip颜色",
|
|
66
|
+
"setter": {
|
|
67
|
+
"componentName": "ColorSetter",
|
|
68
|
+
"isRequired": false,
|
|
69
|
+
"initialValue": "#388AF7"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"supports": {
|
|
74
|
+
"style": true
|
|
75
|
+
},
|
|
76
|
+
"component": {}
|
|
77
|
+
}
|
|
78
|
+
};
|
|
79
|
+
const snippets: IPublicTypeSnippet[] = [
|
|
80
|
+
{
|
|
81
|
+
"title": "个性化标题2",
|
|
82
|
+
"screenshot": "",
|
|
83
|
+
"schema": {
|
|
84
|
+
"componentName": "Title2",
|
|
85
|
+
"props": {}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
];
|
|
89
|
+
|
|
90
|
+
export default {
|
|
91
|
+
...Title2Meta,
|
|
92
|
+
snippets
|
|
93
|
+
};
|
|
@@ -1,140 +1,140 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
group: string;
|
|
3
|
-
componentName: string;
|
|
4
|
-
title: string;
|
|
5
|
-
docUrl: string;
|
|
6
|
-
screenshot: string;
|
|
7
|
-
npm: {
|
|
8
|
-
package: string;
|
|
9
|
-
version: string;
|
|
10
|
-
exportName: string;
|
|
11
|
-
main: string;
|
|
12
|
-
destructuring: boolean;
|
|
13
|
-
subName: string;
|
|
14
|
-
};
|
|
15
|
-
props: ({
|
|
16
|
-
name: string;
|
|
17
|
-
propType: string;
|
|
18
|
-
defaultValue: string;
|
|
19
|
-
description?: undefined;
|
|
20
|
-
title?: undefined;
|
|
21
|
-
} | {
|
|
22
|
-
name: string;
|
|
23
|
-
propType: string;
|
|
24
|
-
defaultValue: boolean;
|
|
25
|
-
description?: undefined;
|
|
26
|
-
title?: undefined;
|
|
27
|
-
} | {
|
|
28
|
-
name: string;
|
|
29
|
-
propType: string;
|
|
30
|
-
description: string;
|
|
31
|
-
defaultValue?: undefined;
|
|
32
|
-
title?: undefined;
|
|
33
|
-
} | {
|
|
34
|
-
name: string;
|
|
35
|
-
title: {
|
|
36
|
-
label: string;
|
|
37
|
-
tip: string;
|
|
38
|
-
};
|
|
39
|
-
propType: string;
|
|
40
|
-
description: string;
|
|
41
|
-
defaultValue: number;
|
|
42
|
-
} | {
|
|
43
|
-
name: string;
|
|
44
|
-
title: {
|
|
45
|
-
label: string;
|
|
46
|
-
tip: string;
|
|
47
|
-
};
|
|
48
|
-
propType: string;
|
|
49
|
-
description: string;
|
|
50
|
-
defaultValue?: undefined;
|
|
51
|
-
} | {
|
|
52
|
-
name: string;
|
|
53
|
-
title: {
|
|
54
|
-
label: string;
|
|
55
|
-
tip: string;
|
|
56
|
-
};
|
|
57
|
-
propType: string;
|
|
58
|
-
description: string;
|
|
59
|
-
defaultValue: boolean;
|
|
60
|
-
} | {
|
|
61
|
-
name: string;
|
|
62
|
-
title: {
|
|
63
|
-
label: string;
|
|
64
|
-
tip: string;
|
|
65
|
-
};
|
|
66
|
-
propType: {
|
|
67
|
-
type: string;
|
|
68
|
-
value: string[];
|
|
69
|
-
};
|
|
70
|
-
description: string;
|
|
71
|
-
defaultValue: string;
|
|
72
|
-
} | {
|
|
73
|
-
name: string;
|
|
74
|
-
propType: string;
|
|
75
|
-
description: string;
|
|
76
|
-
defaultValue: any;
|
|
77
|
-
title?: undefined;
|
|
78
|
-
} | {
|
|
79
|
-
name: string;
|
|
80
|
-
propType: string;
|
|
81
|
-
defaultValue?: undefined;
|
|
82
|
-
description?: undefined;
|
|
83
|
-
title?: undefined;
|
|
84
|
-
})[];
|
|
85
|
-
configure: {
|
|
86
|
-
component: {
|
|
87
|
-
isContainer: boolean;
|
|
88
|
-
};
|
|
89
|
-
props: {
|
|
90
|
-
isExtends: boolean;
|
|
91
|
-
override: ({
|
|
92
|
-
name: string;
|
|
93
|
-
condition: () => boolean;
|
|
94
|
-
setter?: undefined;
|
|
95
|
-
} | {
|
|
96
|
-
name: string;
|
|
97
|
-
setter: string;
|
|
98
|
-
condition?: undefined;
|
|
99
|
-
})[];
|
|
100
|
-
};
|
|
101
|
-
};
|
|
102
|
-
icon: string;
|
|
103
|
-
category: string;
|
|
104
|
-
snippets: {
|
|
105
|
-
title: string;
|
|
106
|
-
screenshot: string;
|
|
107
|
-
schema: {
|
|
108
|
-
componentName: string;
|
|
109
|
-
props: {
|
|
110
|
-
prefix: string;
|
|
111
|
-
animation: string;
|
|
112
|
-
arrows: boolean;
|
|
113
|
-
arrowSize: string;
|
|
114
|
-
arrowPosition: string;
|
|
115
|
-
arrowDirection: string;
|
|
116
|
-
autoplaySpeed: number;
|
|
117
|
-
dots: boolean;
|
|
118
|
-
dotsDirection: string;
|
|
119
|
-
draggable: boolean;
|
|
120
|
-
infinite: boolean;
|
|
121
|
-
slide: string;
|
|
122
|
-
slideDirection: string;
|
|
123
|
-
slidesToShow: number;
|
|
124
|
-
slidesToScroll: number;
|
|
125
|
-
speed: number;
|
|
126
|
-
triggerType: string;
|
|
127
|
-
centerPadding: string;
|
|
128
|
-
cssEase: string;
|
|
129
|
-
edgeFriction: number;
|
|
130
|
-
swipe: boolean;
|
|
131
|
-
touchMove: boolean;
|
|
132
|
-
touchThreshold: number;
|
|
133
|
-
useCSS: boolean;
|
|
134
|
-
waitForAnimate: boolean;
|
|
135
|
-
picUrls: string[];
|
|
136
|
-
};
|
|
137
|
-
};
|
|
138
|
-
}[];
|
|
139
|
-
};
|
|
140
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
group: string;
|
|
3
|
+
componentName: string;
|
|
4
|
+
title: string;
|
|
5
|
+
docUrl: string;
|
|
6
|
+
screenshot: string;
|
|
7
|
+
npm: {
|
|
8
|
+
package: string;
|
|
9
|
+
version: string;
|
|
10
|
+
exportName: string;
|
|
11
|
+
main: string;
|
|
12
|
+
destructuring: boolean;
|
|
13
|
+
subName: string;
|
|
14
|
+
};
|
|
15
|
+
props: ({
|
|
16
|
+
name: string;
|
|
17
|
+
propType: string;
|
|
18
|
+
defaultValue: string;
|
|
19
|
+
description?: undefined;
|
|
20
|
+
title?: undefined;
|
|
21
|
+
} | {
|
|
22
|
+
name: string;
|
|
23
|
+
propType: string;
|
|
24
|
+
defaultValue: boolean;
|
|
25
|
+
description?: undefined;
|
|
26
|
+
title?: undefined;
|
|
27
|
+
} | {
|
|
28
|
+
name: string;
|
|
29
|
+
propType: string;
|
|
30
|
+
description: string;
|
|
31
|
+
defaultValue?: undefined;
|
|
32
|
+
title?: undefined;
|
|
33
|
+
} | {
|
|
34
|
+
name: string;
|
|
35
|
+
title: {
|
|
36
|
+
label: string;
|
|
37
|
+
tip: string;
|
|
38
|
+
};
|
|
39
|
+
propType: string;
|
|
40
|
+
description: string;
|
|
41
|
+
defaultValue: number;
|
|
42
|
+
} | {
|
|
43
|
+
name: string;
|
|
44
|
+
title: {
|
|
45
|
+
label: string;
|
|
46
|
+
tip: string;
|
|
47
|
+
};
|
|
48
|
+
propType: string;
|
|
49
|
+
description: string;
|
|
50
|
+
defaultValue?: undefined;
|
|
51
|
+
} | {
|
|
52
|
+
name: string;
|
|
53
|
+
title: {
|
|
54
|
+
label: string;
|
|
55
|
+
tip: string;
|
|
56
|
+
};
|
|
57
|
+
propType: string;
|
|
58
|
+
description: string;
|
|
59
|
+
defaultValue: boolean;
|
|
60
|
+
} | {
|
|
61
|
+
name: string;
|
|
62
|
+
title: {
|
|
63
|
+
label: string;
|
|
64
|
+
tip: string;
|
|
65
|
+
};
|
|
66
|
+
propType: {
|
|
67
|
+
type: string;
|
|
68
|
+
value: string[];
|
|
69
|
+
};
|
|
70
|
+
description: string;
|
|
71
|
+
defaultValue: string;
|
|
72
|
+
} | {
|
|
73
|
+
name: string;
|
|
74
|
+
propType: string;
|
|
75
|
+
description: string;
|
|
76
|
+
defaultValue: any;
|
|
77
|
+
title?: undefined;
|
|
78
|
+
} | {
|
|
79
|
+
name: string;
|
|
80
|
+
propType: string;
|
|
81
|
+
defaultValue?: undefined;
|
|
82
|
+
description?: undefined;
|
|
83
|
+
title?: undefined;
|
|
84
|
+
})[];
|
|
85
|
+
configure: {
|
|
86
|
+
component: {
|
|
87
|
+
isContainer: boolean;
|
|
88
|
+
};
|
|
89
|
+
props: {
|
|
90
|
+
isExtends: boolean;
|
|
91
|
+
override: ({
|
|
92
|
+
name: string;
|
|
93
|
+
condition: () => boolean;
|
|
94
|
+
setter?: undefined;
|
|
95
|
+
} | {
|
|
96
|
+
name: string;
|
|
97
|
+
setter: string;
|
|
98
|
+
condition?: undefined;
|
|
99
|
+
})[];
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
icon: string;
|
|
103
|
+
category: string;
|
|
104
|
+
snippets: {
|
|
105
|
+
title: string;
|
|
106
|
+
screenshot: string;
|
|
107
|
+
schema: {
|
|
108
|
+
componentName: string;
|
|
109
|
+
props: {
|
|
110
|
+
prefix: string;
|
|
111
|
+
animation: string;
|
|
112
|
+
arrows: boolean;
|
|
113
|
+
arrowSize: string;
|
|
114
|
+
arrowPosition: string;
|
|
115
|
+
arrowDirection: string;
|
|
116
|
+
autoplaySpeed: number;
|
|
117
|
+
dots: boolean;
|
|
118
|
+
dotsDirection: string;
|
|
119
|
+
draggable: boolean;
|
|
120
|
+
infinite: boolean;
|
|
121
|
+
slide: string;
|
|
122
|
+
slideDirection: string;
|
|
123
|
+
slidesToShow: number;
|
|
124
|
+
slidesToScroll: number;
|
|
125
|
+
speed: number;
|
|
126
|
+
triggerType: string;
|
|
127
|
+
centerPadding: string;
|
|
128
|
+
cssEase: string;
|
|
129
|
+
edgeFriction: number;
|
|
130
|
+
swipe: boolean;
|
|
131
|
+
touchMove: boolean;
|
|
132
|
+
touchThreshold: number;
|
|
133
|
+
useCSS: boolean;
|
|
134
|
+
waitForAnimate: boolean;
|
|
135
|
+
picUrls: string[];
|
|
136
|
+
};
|
|
137
|
+
};
|
|
138
|
+
}[];
|
|
139
|
+
};
|
|
140
|
+
export default _default;
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
title: string;
|
|
3
|
-
screenshot: string;
|
|
4
|
-
schema: {
|
|
5
|
-
componentName: string;
|
|
6
|
-
props: {
|
|
7
|
-
prefix: string;
|
|
8
|
-
animation: string;
|
|
9
|
-
arrows: boolean;
|
|
10
|
-
arrowSize: string;
|
|
11
|
-
arrowPosition: string;
|
|
12
|
-
arrowDirection: string;
|
|
13
|
-
autoplaySpeed: number;
|
|
14
|
-
dots: boolean;
|
|
15
|
-
dotsDirection: string;
|
|
16
|
-
draggable: boolean;
|
|
17
|
-
infinite: boolean;
|
|
18
|
-
slide: string;
|
|
19
|
-
slideDirection: string;
|
|
20
|
-
slidesToShow: number;
|
|
21
|
-
slidesToScroll: number;
|
|
22
|
-
speed: number;
|
|
23
|
-
triggerType: string;
|
|
24
|
-
centerPadding: string;
|
|
25
|
-
cssEase: string;
|
|
26
|
-
edgeFriction: number;
|
|
27
|
-
swipe: boolean;
|
|
28
|
-
touchMove: boolean;
|
|
29
|
-
touchThreshold: number;
|
|
30
|
-
useCSS: boolean;
|
|
31
|
-
waitForAnimate: boolean;
|
|
32
|
-
picUrls: string[];
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
}[];
|
|
36
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
screenshot: string;
|
|
4
|
+
schema: {
|
|
5
|
+
componentName: string;
|
|
6
|
+
props: {
|
|
7
|
+
prefix: string;
|
|
8
|
+
animation: string;
|
|
9
|
+
arrows: boolean;
|
|
10
|
+
arrowSize: string;
|
|
11
|
+
arrowPosition: string;
|
|
12
|
+
arrowDirection: string;
|
|
13
|
+
autoplaySpeed: number;
|
|
14
|
+
dots: boolean;
|
|
15
|
+
dotsDirection: string;
|
|
16
|
+
draggable: boolean;
|
|
17
|
+
infinite: boolean;
|
|
18
|
+
slide: string;
|
|
19
|
+
slideDirection: string;
|
|
20
|
+
slidesToShow: number;
|
|
21
|
+
slidesToScroll: number;
|
|
22
|
+
speed: number;
|
|
23
|
+
triggerType: string;
|
|
24
|
+
centerPadding: string;
|
|
25
|
+
cssEase: string;
|
|
26
|
+
edgeFriction: number;
|
|
27
|
+
swipe: boolean;
|
|
28
|
+
touchMove: boolean;
|
|
29
|
+
touchThreshold: number;
|
|
30
|
+
useCSS: boolean;
|
|
31
|
+
waitForAnimate: boolean;
|
|
32
|
+
picUrls: string[];
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
}[];
|
|
36
|
+
export default _default;
|