@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,22 +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;
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;
@@ -1,12 +1,18 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
+ import messageIcon from "../../src/assets/icon/navigation/message.png";
3
+ import messageIconSelected from "../../src/assets/icon/navigation/message-selected.png";
4
+ import indexIcon from "../../src/assets/icon/navigation/index.png";
5
+ import indexIconSelected from "../../src/assets/icon/navigation/index-selected.png";
6
+ import mineIcon from "../../src/assets/icon/navigation/mine.png";
7
+ import mineIconSelected from "../../src/assets/icon/navigation/mine-selected.png";
2
8
  var NavigationMeta = {
3
9
  "componentName": "Navigation",
4
- "title": "Navigation",
10
+ "title": "底部导航",
5
11
  "docUrl": "",
6
12
  "screenshot": "",
7
13
  "devMode": "proCode",
8
14
  "npm": {
9
- "package": "dc-material",
15
+ "package": "@dckj-npm/dc-material",
10
16
  "version": "0.1.1",
11
17
  "exportName": "Navigation",
12
18
  "main": "src\\index.tsx",
@@ -19,7 +25,7 @@ var NavigationMeta = {
19
25
  "label": {
20
26
  "type": "i18n",
21
27
  "en-US": "itemArray",
22
- "zh-CN": "itemArray"
28
+ "zh-CN": "导航项"
23
29
  }
24
30
  },
25
31
  "name": "itemArray",
@@ -35,7 +41,7 @@ var NavigationMeta = {
35
41
  "label": {
36
42
  "type": "i18n",
37
43
  "en-US": "text",
38
- "zh-CN": "text"
44
+ "zh-CN": "名称"
39
45
  }
40
46
  },
41
47
  "name": "text",
@@ -49,7 +55,7 @@ var NavigationMeta = {
49
55
  "label": {
50
56
  "type": "i18n",
51
57
  "en-US": "icon",
52
- "zh-CN": "icon"
58
+ "zh-CN": "图标"
53
59
  }
54
60
  },
55
61
  "name": "icon",
@@ -63,7 +69,7 @@ var NavigationMeta = {
63
69
  "label": {
64
70
  "type": "i18n",
65
71
  "en-US": "selectedIcon",
66
- "zh-CN": "selectedIcon"
72
+ "zh-CN": "选中图标"
67
73
  }
68
74
  },
69
75
  "name": "selectedIcon",
@@ -85,6 +91,16 @@ var NavigationMeta = {
85
91
  "isRequired": true,
86
92
  "initialValue": []
87
93
  }
94
+ }, {
95
+ "title": {
96
+ "label": {
97
+ "type": "i18n",
98
+ "en-US": "selectedColor",
99
+ "zh-CN": "选中颜色"
100
+ }
101
+ },
102
+ "name": "selectedColor",
103
+ "setter": "ColorSetter"
88
104
  }],
89
105
  "supports": {
90
106
  "style": true
@@ -93,11 +109,25 @@ var NavigationMeta = {
93
109
  }
94
110
  };
95
111
  var snippets = [{
96
- "title": "Navigation",
112
+ "title": "底部导航",
97
113
  "screenshot": "",
98
114
  "schema": {
99
115
  "componentName": "Navigation",
100
- "props": {}
116
+ "props": {
117
+ "itemArray": [{
118
+ "text": "首页",
119
+ "icon": indexIcon,
120
+ "selectedIcon": indexIconSelected
121
+ }, {
122
+ "text": "消息",
123
+ "icon": messageIcon,
124
+ "selectedIcon": messageIconSelected
125
+ }, {
126
+ "text": "我的",
127
+ "icon": mineIcon,
128
+ "selectedIcon": mineIconSelected
129
+ }]
130
+ }
101
131
  }
102
132
  }];
103
133
  export default _extends({}, NavigationMeta, {
@@ -1,22 +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;
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;
@@ -1,22 +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;
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;
@@ -1,22 +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;
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;
@@ -42,7 +42,7 @@ var Title2Meta = {
42
42
  "name": "color",
43
43
  "description": "颜色",
44
44
  "setter": {
45
- "componentName": "StringSetter",
45
+ "componentName": "ColorSetter",
46
46
  "isRequired": false,
47
47
  "initialValue": "#144477"
48
48
  }
@@ -58,7 +58,7 @@ var Title2Meta = {
58
58
  "name": "tipColor",
59
59
  "description": "tip颜色",
60
60
  "setter": {
61
- "componentName": "StringSetter",
61
+ "componentName": "ColorSetter",
62
62
  "isRequired": false,
63
63
  "initialValue": "#388AF7"
64
64
  }
@@ -1,8 +1,8 @@
1
- import * as componentInstances from "../es/index";
2
- import "../es/index.scss";
1
+ import * as componentInstances from 'G:/Project/Company/DongChen/lowcode/dc-material/src/index';
2
+ import 'G:/Project/Company/DongChen/lowcode/dc-material/src/index.scss';
3
3
  var entryDefault = componentInstances["default"];
4
4
  export { entryDefault as default };
5
- export * from "../es/index";
5
+ export * from 'G:/Project/Company/DongChen/lowcode/dc-material/src/index';
6
6
  var coveredComponents = {};
7
7
  var library = 'BizComps';
8
8
  var execCompile = !!true;
@@ -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;