@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.
Files changed (139) hide show
  1. package/build/index.js +12 -19
  2. package/build/lowcode/assets-daily.json +11 -11
  3. package/build/lowcode/assets-dev.json +2 -2
  4. package/build/lowcode/assets-prod.json +11 -11
  5. package/build/lowcode/index.js +1 -1
  6. package/build/lowcode/meta.js +1 -1
  7. package/build/lowcode/preview.js +8 -8
  8. package/build/lowcode/render/default/view.css +1 -1
  9. package/build/lowcode/render/default/view.js +10 -10
  10. package/build/lowcode/view.css +1 -1
  11. package/build/lowcode/view.js +8 -8
  12. package/dist/BizComps.css +1 -1
  13. package/dist/BizComps.js +5 -5
  14. package/dist/BizComps.js.map +1 -1
  15. package/es/components/bottom-navigation/bottom-navigation.d.ts +13 -13
  16. package/es/components/bottom-navigation/index.d.ts +3 -3
  17. package/es/components/colorful-button/colorful-button.d.ts +12 -12
  18. package/es/components/colorful-button/index.d.ts +3 -3
  19. package/es/components/colorful-input/colorful-input.d.ts +8 -8
  20. package/es/components/colorful-input/index.d.ts +3 -3
  21. package/es/components/dc-slider/index.d.ts +3 -3
  22. package/es/components/dc-slider/slider.d.ts +32 -32
  23. package/es/components/menu-list/index.d.ts +6 -0
  24. package/es/components/menu-list/index.js +6 -0
  25. package/es/components/menu-list/index.scss +16 -0
  26. package/es/components/menu-list/menu-list-item.d.ts +5 -0
  27. package/es/components/menu-list/menu-list-item.js +32 -0
  28. package/es/components/menu-list/menu-list-item.scss +49 -0
  29. package/es/components/menu-list/menu-list.d.ts +5 -0
  30. package/es/components/menu-list/menu-list.js +25 -0
  31. package/es/components/menu-list/types.d.ts +23 -0
  32. package/es/components/menu-list/types.js +1 -0
  33. package/es/components/teletext-list/index.d.ts +6 -6
  34. package/es/components/teletext-list/index.js +2 -2
  35. package/es/components/teletext-list/index.scss +16 -16
  36. package/es/components/teletext-list/teletext-list-item.d.ts +42 -42
  37. package/es/components/teletext-list/teletext-list-item.js +2 -2
  38. package/es/components/teletext-list/teletext-list-item.scss +74 -74
  39. package/es/components/teletext-list/teletext-list.d.ts +53 -53
  40. package/es/components/teletext-list/teletext-list.js +2 -2
  41. package/es/components/title/index.d.ts +8 -8
  42. package/es/components/title/index.js +2 -2
  43. package/es/components/title/title-1.d.ts +10 -10
  44. package/es/components/title/title-1.scss +26 -26
  45. package/es/components/title/title-2.d.ts +18 -18
  46. package/es/components/title/title-2.scss +22 -22
  47. package/es/index.d.ts +14 -12
  48. package/es/index.js +1 -0
  49. package/es/index.scss +3 -3
  50. package/es/variables.d.ts +2 -2
  51. package/lib/components/bottom-navigation/bottom-navigation.d.ts +13 -13
  52. package/lib/components/bottom-navigation/index.d.ts +3 -3
  53. package/lib/components/colorful-button/colorful-button.d.ts +12 -12
  54. package/lib/components/colorful-button/index.d.ts +3 -3
  55. package/lib/components/colorful-input/colorful-input.d.ts +8 -8
  56. package/lib/components/colorful-input/index.d.ts +3 -3
  57. package/lib/components/dc-slider/index.d.ts +3 -3
  58. package/lib/components/dc-slider/slider.d.ts +32 -32
  59. package/lib/components/menu-list/index.d.ts +6 -0
  60. package/lib/components/{position → menu-list}/index.js +5 -2
  61. package/lib/components/menu-list/index.scss +16 -0
  62. package/lib/components/menu-list/menu-list-item.d.ts +5 -0
  63. package/lib/components/menu-list/menu-list-item.js +37 -0
  64. package/lib/components/menu-list/menu-list-item.scss +49 -0
  65. package/lib/components/menu-list/menu-list.d.ts +5 -0
  66. package/lib/components/menu-list/menu-list.js +30 -0
  67. package/lib/components/menu-list/types.d.ts +23 -0
  68. package/lib/components/menu-list/types.js +3 -0
  69. package/lib/components/teletext-list/index.d.ts +6 -6
  70. package/lib/components/teletext-list/index.js +2 -2
  71. package/lib/components/teletext-list/index.scss +16 -16
  72. package/lib/components/teletext-list/teletext-list-item.d.ts +42 -42
  73. package/lib/components/teletext-list/teletext-list-item.js +2 -2
  74. package/lib/components/teletext-list/teletext-list-item.scss +74 -74
  75. package/lib/components/teletext-list/teletext-list.d.ts +53 -53
  76. package/lib/components/teletext-list/teletext-list.js +2 -2
  77. package/lib/components/title/index.d.ts +8 -8
  78. package/lib/components/title/title-1.d.ts +10 -10
  79. package/lib/components/title/title-1.scss +26 -26
  80. package/lib/components/title/title-2.d.ts +18 -18
  81. package/lib/components/title/title-2.scss +22 -22
  82. package/lib/index.d.ts +14 -12
  83. package/lib/index.js +3 -1
  84. package/lib/index.scss +3 -3
  85. package/lib/variables.d.ts +2 -2
  86. package/lowcode/d-c-slider/meta.ts +1 -1
  87. package/lowcode/d-c-slider/snippets.ts +42 -42
  88. package/lowcode/menu-list/meta.ts +147 -0
  89. package/lowcode/navigation/meta.ts +1 -1
  90. package/lowcode/teletext-list/meta.ts +300 -300
  91. package/lowcode/title1/meta.ts +59 -59
  92. package/lowcode/title2/meta.ts +93 -93
  93. package/lowcode_es/d-c-slider/meta.d.ts +140 -140
  94. package/lowcode_es/d-c-slider/meta.js +1 -1
  95. package/lowcode_es/d-c-slider/snippets.d.ts +36 -36
  96. package/lowcode_es/menu-list/meta.d.ts +22 -0
  97. package/lowcode_es/menu-list/meta.js +128 -0
  98. package/lowcode_es/meta.js +8 -7
  99. package/lowcode_es/navigation/meta.d.ts +22 -22
  100. package/lowcode_es/navigation/meta.js +1 -1
  101. package/lowcode_es/teletext-list/meta.d.ts +22 -22
  102. package/lowcode_es/teletext-list/meta.js +1 -1
  103. package/lowcode_es/title1/meta.d.ts +22 -22
  104. package/lowcode_es/title1/meta.js +1 -1
  105. package/lowcode_es/title2/meta.d.ts +22 -22
  106. package/lowcode_es/title2/meta.js +1 -1
  107. package/lowcode_es/view.js +3 -3
  108. package/lowcode_lib/d-c-slider/meta.d.ts +140 -140
  109. package/lowcode_lib/d-c-slider/meta.js +1 -1
  110. package/lowcode_lib/d-c-slider/snippets.d.ts +36 -36
  111. package/lowcode_lib/menu-list/meta.d.ts +22 -0
  112. package/lowcode_lib/menu-list/meta.js +133 -0
  113. package/lowcode_lib/meta.js +8 -7
  114. package/lowcode_lib/navigation/meta.d.ts +22 -22
  115. package/lowcode_lib/navigation/meta.js +1 -1
  116. package/lowcode_lib/teletext-list/meta.d.ts +22 -22
  117. package/lowcode_lib/teletext-list/meta.js +1 -1
  118. package/lowcode_lib/title1/meta.d.ts +22 -22
  119. package/lowcode_lib/title1/meta.js +1 -1
  120. package/lowcode_lib/title2/meta.d.ts +22 -22
  121. package/lowcode_lib/title2/meta.js +1 -1
  122. package/lowcode_lib/view.js +2 -2
  123. package/package.json +3 -3
  124. package/build/docs/colorful-button.html +0 -48
  125. package/build/docs/colorful-input.html +0 -48
  126. package/build/docs/index.html +0 -48
  127. package/build/docs/umi.7f7df875.css +0 -8
  128. package/build/docs/umi.7face50a.js +0 -1
  129. package/build/docs/~demos/colorful-button-demo.html +0 -47
  130. package/build/docs/~demos/colorful-input-demo.html +0 -47
  131. package/es/components/position/index.d.ts +0 -3
  132. package/es/components/position/index.js +0 -2
  133. package/es/components/position/index.scss +0 -16
  134. package/es/components/position/position.d.ts +0 -13
  135. package/es/components/position/position.js +0 -39
  136. package/lib/components/position/index.d.ts +0 -3
  137. package/lib/components/position/index.scss +0 -16
  138. package/lib/components/position/position.d.ts +0 -13
  139. package/lib/components/position/position.js +0 -46
@@ -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.7",
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
+ };
@@ -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.7",
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;
@@ -7,7 +7,7 @@ export default {
7
7
  screenshot: '',
8
8
  "npm": {
9
9
  "package": "@dckj-npm/dc-material",
10
- "version": "0.1.7",
10
+ "version": "0.1.8",
11
11
  "exportName": "DCSlider",
12
12
  "main": "src\\index.tsx",
13
13
  "destructuring": true,
@@ -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;