@dckj-npm/dc-material 0.1.1 → 0.1.4

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 (122) hide show
  1. package/build/index.js +19 -12
  2. package/dist/BizComps.css +1 -1
  3. package/dist/BizComps.js +5 -5
  4. package/dist/BizComps.js.map +1 -1
  5. package/es/assets/icon/navigation/index-selected.png +0 -0
  6. package/es/assets/icon/navigation/index.png +0 -0
  7. package/es/assets/icon/navigation/message-selected.png +0 -0
  8. package/es/assets/icon/navigation/message.png +0 -0
  9. package/es/assets/icon/navigation/mine-selected.png +0 -0
  10. package/es/assets/icon/navigation/mine.png +0 -0
  11. package/es/components/bottom-navigation/bottom-navigation.d.ts +13 -13
  12. package/es/components/bottom-navigation/bottom-navigation.js +5 -3
  13. package/es/components/bottom-navigation/index.d.ts +3 -3
  14. package/es/components/colorful-button/colorful-button.d.ts +12 -12
  15. package/es/components/colorful-button/index.d.ts +3 -3
  16. package/es/components/colorful-input/colorful-input.d.ts +8 -8
  17. package/es/components/colorful-input/index.d.ts +3 -3
  18. package/es/components/dc-slider/index.d.ts +3 -3
  19. package/es/components/dc-slider/slider.d.ts +32 -32
  20. package/es/components/dc-slider/slider.js +1 -1
  21. package/es/components/position/index.d.ts +3 -0
  22. package/es/components/position/index.js +2 -0
  23. package/es/components/position/index.scss +16 -0
  24. package/es/components/position/position.d.ts +13 -0
  25. package/es/components/position/position.js +39 -0
  26. package/es/components/teletext-list/index.d.ts +6 -6
  27. package/es/components/teletext-list/index.js +2 -2
  28. package/es/components/teletext-list/index.scss +16 -114
  29. package/es/components/teletext-list/teletext-list-item.d.ts +42 -0
  30. package/es/components/teletext-list/teletext-list-item.js +50 -0
  31. package/es/components/teletext-list/teletext-list-item.scss +74 -0
  32. package/es/components/teletext-list/teletext-list.d.ts +53 -48
  33. package/es/components/teletext-list/teletext-list.js +13 -33
  34. package/es/components/title/index.d.ts +8 -8
  35. package/es/components/title/index.js +2 -2
  36. package/es/components/title/title-1.d.ts +10 -10
  37. package/es/components/title/title-1.scss +26 -26
  38. package/es/components/title/title-2.d.ts +18 -18
  39. package/es/components/title/title-2.js +1 -1
  40. package/es/components/title/title-2.scss +22 -22
  41. package/es/index.d.ts +12 -12
  42. package/es/index.scss +3 -3
  43. package/es/variables.d.ts +2 -2
  44. package/lib/assets/icon/navigation/index-selected.png +0 -0
  45. package/lib/assets/icon/navigation/index.png +0 -0
  46. package/lib/assets/icon/navigation/message-selected.png +0 -0
  47. package/lib/assets/icon/navigation/message.png +0 -0
  48. package/lib/assets/icon/navigation/mine-selected.png +0 -0
  49. package/lib/assets/icon/navigation/mine.png +0 -0
  50. package/lib/components/bottom-navigation/bottom-navigation.d.ts +13 -13
  51. package/lib/components/bottom-navigation/bottom-navigation.js +5 -3
  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/dc-slider/slider.js +1 -1
  60. package/lib/components/position/index.d.ts +3 -0
  61. package/lib/components/position/index.js +7 -0
  62. package/lib/components/position/index.scss +16 -0
  63. package/lib/components/position/position.d.ts +13 -0
  64. package/lib/components/position/position.js +46 -0
  65. package/lib/components/teletext-list/index.d.ts +6 -6
  66. package/lib/components/teletext-list/index.js +2 -2
  67. package/lib/components/teletext-list/index.scss +16 -114
  68. package/lib/components/teletext-list/teletext-list-item.d.ts +42 -0
  69. package/lib/components/teletext-list/teletext-list-item.js +54 -0
  70. package/lib/components/teletext-list/teletext-list-item.scss +74 -0
  71. package/lib/components/teletext-list/teletext-list.d.ts +53 -48
  72. package/lib/components/teletext-list/teletext-list.js +13 -33
  73. package/lib/components/title/index.d.ts +8 -8
  74. package/lib/components/title/title-1.d.ts +10 -10
  75. package/lib/components/title/title-1.scss +26 -26
  76. package/lib/components/title/title-2.d.ts +18 -18
  77. package/lib/components/title/title-2.js +1 -1
  78. package/lib/components/title/title-2.scss +22 -22
  79. package/lib/index.d.ts +12 -12
  80. package/lib/index.scss +3 -3
  81. package/lib/variables.d.ts +2 -2
  82. package/lowcode/d-c-slider/meta.ts +1 -1
  83. package/lowcode/d-c-slider/snippets.ts +42 -42
  84. package/lowcode/navigation/meta.ts +45 -11
  85. package/lowcode/teletext-list/meta.ts +300 -292
  86. package/lowcode/title1/meta.ts +59 -58
  87. package/lowcode/title2/meta.ts +93 -92
  88. package/lowcode_es/d-c-slider/meta.d.ts +140 -140
  89. package/lowcode_es/d-c-slider/snippets.d.ts +36 -36
  90. package/lowcode_es/meta.js +6 -6
  91. package/lowcode_es/navigation/meta.d.ts +22 -22
  92. package/lowcode_es/navigation/meta.js +38 -8
  93. package/lowcode_es/teletext-list/meta.d.ts +22 -22
  94. package/lowcode_es/title1/meta.d.ts +22 -22
  95. package/lowcode_es/title2/meta.d.ts +22 -22
  96. package/lowcode_es/title2/meta.js +2 -2
  97. package/lowcode_es/view.js +3 -3
  98. package/lowcode_lib/d-c-slider/meta.d.ts +140 -140
  99. package/lowcode_lib/d-c-slider/snippets.d.ts +36 -36
  100. package/lowcode_lib/meta.js +6 -6
  101. package/lowcode_lib/navigation/meta.d.ts +22 -22
  102. package/lowcode_lib/navigation/meta.js +38 -8
  103. package/lowcode_lib/teletext-list/meta.d.ts +22 -22
  104. package/lowcode_lib/title1/meta.d.ts +22 -22
  105. package/lowcode_lib/title2/meta.d.ts +22 -22
  106. package/lowcode_lib/title2/meta.js +2 -2
  107. package/lowcode_lib/view.js +2 -2
  108. package/package.json +6 -6
  109. package/build/lowcode/assets-daily.json +0 -67
  110. package/build/lowcode/assets-dev.json +0 -67
  111. package/build/lowcode/assets-prod.json +0 -67
  112. package/build/lowcode/designer.html +0 -302
  113. package/build/lowcode/index.html +0 -304
  114. package/build/lowcode/index.js +0 -1
  115. package/build/lowcode/meta.js +0 -1
  116. package/build/lowcode/preview.css +0 -1
  117. package/build/lowcode/preview.html +0 -33
  118. package/build/lowcode/preview.js +0 -308
  119. package/build/lowcode/render/default/view.css +0 -1
  120. package/build/lowcode/render/default/view.js +0 -295
  121. package/build/lowcode/view.css +0 -1
  122. package/build/lowcode/view.js +0 -295
@@ -1,58 +1,59 @@
1
-
2
- import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types';
3
-
4
- const Title1Meta: IPublicTypeComponentMetadata = {
5
- "componentName": "Title1",
6
- "title": "个性化标题1",
7
- "docUrl": "",
8
- "screenshot": "",
9
- "devMode": "proCode",
10
- "npm": {
11
- "package": "@dckj-npm/dc-material",
12
- "version": "0.1.0",
13
- "exportName": "Title1",
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": "title",
25
- "zh-CN": "标题"
26
- },
27
- "tip": "title | 标题"
28
- },
29
- "name": "title",
30
- "description": "标题",
31
- "setter": {
32
- "componentName": "StringSetter",
33
- "isRequired": false,
34
- "initialValue": "标题名称"
35
- }
36
- }
37
- ],
38
- "supports": {
39
- "style": true
40
- },
41
- "component": {}
42
- }
43
- };
44
- const snippets: IPublicTypeSnippet[] = [
45
- {
46
- "title": "个性化标题1",
47
- "screenshot": "",
48
- "schema": {
49
- "componentName": "Title1",
50
- "props": {}
51
- }
52
- }
53
- ];
54
-
55
- export default {
56
- ...Title1Meta,
57
- snippets
58
- };
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.4",
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,92 +1,93 @@
1
-
2
- import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types';
3
-
4
- const Title2Meta: IPublicTypeComponentMetadata = {
5
- "componentName": "Title2",
6
- "title": "个性化标题2",
7
- "docUrl": "",
8
- "screenshot": "",
9
- "devMode": "proCode",
10
- "npm": {
11
- "package": "@dckj-npm/dc-material",
12
- "version": "0.1.0",
13
- "exportName": "Title2",
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": "title",
25
- "zh-CN": "标题"
26
- },
27
- "tip": "title | 标题"
28
- },
29
- "name": "title",
30
- "description": "标题",
31
- "setter": {
32
- "componentName": "StringSetter",
33
- "isRequired": false,
34
- "initialValue": "标题名称"
35
- }
36
- },
37
- {
38
- "title": {
39
- "label": {
40
- "type": "i18n",
41
- "en-US": "color",
42
- "zh-CN": "颜色"
43
- },
44
- "tip": "color | 颜色"
45
- },
46
- "name": "color",
47
- "description": "颜色",
48
- "setter": {
49
- "componentName": "StringSetter",
50
- "isRequired": false,
51
- "initialValue": "#144477"
52
- }
53
- },
54
- {
55
- "title": {
56
- "label": {
57
- "type": "i18n",
58
- "en-US": "tipColor",
59
- "zh-CN": "tip颜色"
60
- },
61
- "tip": "tipColor | tip颜色"
62
- },
63
- "name": "tipColor",
64
- "description": "tip颜色",
65
- "setter": {
66
- "componentName": "StringSetter",
67
- "isRequired": false,
68
- "initialValue": "#388AF7"
69
- }
70
- }
71
- ],
72
- "supports": {
73
- "style": true
74
- },
75
- "component": {}
76
- }
77
- };
78
- const snippets: IPublicTypeSnippet[] = [
79
- {
80
- "title": "个性化标题2",
81
- "screenshot": "",
82
- "schema": {
83
- "componentName": "Title2",
84
- "props": {}
85
- }
86
- }
87
- ];
88
-
89
- export default {
90
- ...Title2Meta,
91
- snippets
92
- };
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.4",
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;