@dckj-npm/dc-material 0.1.1 → 0.1.3

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 (124) hide show
  1. package/build/docs/colorful-button.html +48 -0
  2. package/build/docs/colorful-input.html +48 -0
  3. package/build/docs/index.html +48 -0
  4. package/build/docs/umi.6846fe8b.js +1 -0
  5. package/build/docs/umi.7f7df875.css +8 -0
  6. package/build/docs/~demos/colorful-button-demo.html +47 -0
  7. package/build/docs/~demos/colorful-input-demo.html +47 -0
  8. package/build/index.js +19 -12
  9. package/build/lowcode/assets-daily.json +11 -11
  10. package/build/lowcode/assets-dev.json +2 -2
  11. package/build/lowcode/assets-prod.json +11 -11
  12. package/build/lowcode/index.js +1 -1
  13. package/build/lowcode/meta.js +1 -1
  14. package/build/lowcode/preview.js +8 -8
  15. package/build/lowcode/render/default/view.css +1 -1
  16. package/build/lowcode/render/default/view.js +6 -6
  17. package/build/lowcode/view.css +1 -1
  18. package/build/lowcode/view.js +8 -8
  19. package/dist/BizComps.css +1 -1
  20. package/dist/BizComps.js +5 -5
  21. package/dist/BizComps.js.map +1 -1
  22. package/es/assets/icon/navigation/index-selected.png +0 -0
  23. package/es/assets/icon/navigation/index.png +0 -0
  24. package/es/assets/icon/navigation/message-selected.png +0 -0
  25. package/es/assets/icon/navigation/message.png +0 -0
  26. package/es/assets/icon/navigation/mine-selected.png +0 -0
  27. package/es/assets/icon/navigation/mine.png +0 -0
  28. package/es/components/bottom-navigation/bottom-navigation.d.ts +13 -13
  29. package/es/components/bottom-navigation/bottom-navigation.js +5 -3
  30. package/es/components/bottom-navigation/index.d.ts +3 -3
  31. package/es/components/colorful-button/colorful-button.d.ts +12 -12
  32. package/es/components/colorful-button/index.d.ts +3 -3
  33. package/es/components/colorful-input/colorful-input.d.ts +8 -8
  34. package/es/components/colorful-input/index.d.ts +3 -3
  35. package/es/components/dc-slider/index.d.ts +3 -3
  36. package/es/components/dc-slider/slider.d.ts +32 -32
  37. package/es/components/dc-slider/slider.js +1 -1
  38. package/es/components/position/index.d.ts +3 -0
  39. package/es/components/position/index.js +2 -0
  40. package/es/components/position/index.scss +16 -0
  41. package/es/components/position/position.d.ts +13 -0
  42. package/es/components/position/position.js +39 -0
  43. package/es/components/teletext-list/index.d.ts +6 -6
  44. package/es/components/teletext-list/index.js +2 -2
  45. package/es/components/teletext-list/index.scss +16 -114
  46. package/es/components/teletext-list/teletext-list-item.d.ts +38 -0
  47. package/es/components/teletext-list/teletext-list-item.js +47 -0
  48. package/es/components/teletext-list/teletext-list-item.scss +74 -0
  49. package/es/components/teletext-list/teletext-list.d.ts +48 -48
  50. package/es/components/teletext-list/teletext-list.js +10 -33
  51. package/es/components/title/index.d.ts +8 -8
  52. package/es/components/title/index.js +2 -2
  53. package/es/components/title/title-1.d.ts +10 -10
  54. package/es/components/title/title-1.scss +26 -26
  55. package/es/components/title/title-2.d.ts +18 -18
  56. package/es/components/title/title-2.js +1 -1
  57. package/es/components/title/title-2.scss +22 -22
  58. package/es/index.d.ts +12 -12
  59. package/es/index.scss +3 -3
  60. package/es/variables.d.ts +2 -2
  61. package/lib/assets/icon/navigation/index-selected.png +0 -0
  62. package/lib/assets/icon/navigation/index.png +0 -0
  63. package/lib/assets/icon/navigation/message-selected.png +0 -0
  64. package/lib/assets/icon/navigation/message.png +0 -0
  65. package/lib/assets/icon/navigation/mine-selected.png +0 -0
  66. package/lib/assets/icon/navigation/mine.png +0 -0
  67. package/lib/components/bottom-navigation/bottom-navigation.d.ts +13 -13
  68. package/lib/components/bottom-navigation/bottom-navigation.js +5 -3
  69. package/lib/components/bottom-navigation/index.d.ts +3 -3
  70. package/lib/components/colorful-button/colorful-button.d.ts +12 -12
  71. package/lib/components/colorful-button/index.d.ts +3 -3
  72. package/lib/components/colorful-input/colorful-input.d.ts +8 -8
  73. package/lib/components/colorful-input/index.d.ts +3 -3
  74. package/lib/components/dc-slider/index.d.ts +3 -3
  75. package/lib/components/dc-slider/slider.d.ts +32 -32
  76. package/lib/components/dc-slider/slider.js +1 -1
  77. package/lib/components/position/index.d.ts +3 -0
  78. package/lib/components/position/index.js +7 -0
  79. package/lib/components/position/index.scss +16 -0
  80. package/lib/components/position/position.d.ts +13 -0
  81. package/lib/components/position/position.js +46 -0
  82. package/lib/components/teletext-list/index.d.ts +6 -6
  83. package/lib/components/teletext-list/index.js +2 -2
  84. package/lib/components/teletext-list/index.scss +16 -114
  85. package/lib/components/teletext-list/teletext-list-item.d.ts +38 -0
  86. package/lib/components/teletext-list/teletext-list-item.js +51 -0
  87. package/lib/components/teletext-list/teletext-list-item.scss +74 -0
  88. package/lib/components/teletext-list/teletext-list.d.ts +48 -48
  89. package/lib/components/teletext-list/teletext-list.js +10 -33
  90. package/lib/components/title/index.d.ts +8 -8
  91. package/lib/components/title/title-1.d.ts +10 -10
  92. package/lib/components/title/title-1.scss +26 -26
  93. package/lib/components/title/title-2.d.ts +18 -18
  94. package/lib/components/title/title-2.js +1 -1
  95. package/lib/components/title/title-2.scss +22 -22
  96. package/lib/index.d.ts +12 -12
  97. package/lib/index.scss +3 -3
  98. package/lib/variables.d.ts +2 -2
  99. package/lowcode/d-c-slider/snippets.ts +42 -42
  100. package/lowcode/navigation/meta.ts +44 -10
  101. package/lowcode/teletext-list/meta.ts +292 -292
  102. package/lowcode/title1/meta.ts +58 -58
  103. package/lowcode/title2/meta.ts +92 -92
  104. package/lowcode_es/d-c-slider/meta.d.ts +140 -140
  105. package/lowcode_es/d-c-slider/snippets.d.ts +36 -36
  106. package/lowcode_es/meta.js +6 -6
  107. package/lowcode_es/navigation/meta.d.ts +22 -22
  108. package/lowcode_es/navigation/meta.js +38 -8
  109. package/lowcode_es/teletext-list/meta.d.ts +22 -22
  110. package/lowcode_es/title1/meta.d.ts +22 -22
  111. package/lowcode_es/title2/meta.d.ts +22 -22
  112. package/lowcode_es/title2/meta.js +2 -2
  113. package/lowcode_es/view.js +3 -3
  114. package/lowcode_lib/d-c-slider/meta.d.ts +140 -140
  115. package/lowcode_lib/d-c-slider/snippets.d.ts +36 -36
  116. package/lowcode_lib/meta.js +6 -6
  117. package/lowcode_lib/navigation/meta.d.ts +22 -22
  118. package/lowcode_lib/navigation/meta.js +38 -8
  119. package/lowcode_lib/teletext-list/meta.d.ts +22 -22
  120. package/lowcode_lib/title1/meta.d.ts +22 -22
  121. package/lowcode_lib/title2/meta.d.ts +22 -22
  122. package/lowcode_lib/title2/meta.js +2 -2
  123. package/lowcode_lib/view.js +2 -2
  124. package/package.json +4 -5
@@ -1,58 +1,58 @@
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
+ "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,92 +1,92 @@
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
+ "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": "ColorSetter",
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": "ColorSetter",
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,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;
@@ -1,9 +1,9 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- import DCSliderMeta from "./d-c-slider/meta";
3
- import NavigationMeta from "./navigation/meta";
4
- import TeletextListMeta from "./teletext-list/meta";
5
- import Title1Meta from "./title1/meta";
6
- import Title2Meta from "./title2/meta";
2
+ import DCSliderMeta from 'G:/Project/Company/DongChen/lowcode/dc-material/lowcode/d-c-slider/meta';
3
+ import NavigationMeta from 'G:/Project/Company/DongChen/lowcode/dc-material/lowcode/navigation/meta';
4
+ import TeletextListMeta from 'G:/Project/Company/DongChen/lowcode/dc-material/lowcode/teletext-list/meta';
5
+ import Title1Meta from 'G:/Project/Company/DongChen/lowcode/dc-material/lowcode/title1/meta';
6
+ import Title2Meta from 'G:/Project/Company/DongChen/lowcode/dc-material/lowcode/title2/meta';
7
7
  var componentCategorySort = {};
8
8
  ["基础元素", "布局容器类", "表格类", "表单详情类", "帮助类", "对话框类", "业务类", "通用", "引导", "信息输入", "信息展示", "信息反馈"].reverse().forEach(function (item, index) {
9
9
  componentCategorySort[item] = ++index;
@@ -75,7 +75,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
75
75
  packageName = '@dckj-npm/dc-material';
76
76
  }
77
77
  if (version === void 0) {
78
- version = '0.1.1';
78
+ version = '0.1.3';
79
79
  }
80
80
  if (basicLibraryVersion === void 0) {
81
81
  basicLibraryVersion = {