@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,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;
@@ -4,11 +4,11 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
4
4
  exports.__esModule = true;
5
5
  exports.components = exports.componentList = void 0;
6
6
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
7
- var _meta = _interopRequireDefault(require("./d-c-slider/meta"));
8
- var _meta2 = _interopRequireDefault(require("./navigation/meta"));
9
- var _meta3 = _interopRequireDefault(require("./teletext-list/meta"));
10
- var _meta4 = _interopRequireDefault(require("./title1/meta"));
11
- var _meta5 = _interopRequireDefault(require("./title2/meta"));
7
+ var _meta = _interopRequireDefault(require("G:/Project/Company/DongChen/lowcode/dc-material/lowcode/d-c-slider/meta"));
8
+ var _meta2 = _interopRequireDefault(require("G:/Project/Company/DongChen/lowcode/dc-material/lowcode/navigation/meta"));
9
+ var _meta3 = _interopRequireDefault(require("G:/Project/Company/DongChen/lowcode/dc-material/lowcode/teletext-list/meta"));
10
+ var _meta4 = _interopRequireDefault(require("G:/Project/Company/DongChen/lowcode/dc-material/lowcode/title1/meta"));
11
+ var _meta5 = _interopRequireDefault(require("G:/Project/Company/DongChen/lowcode/dc-material/lowcode/title2/meta"));
12
12
  var componentCategorySort = {};
13
13
  ["基础元素", "布局容器类", "表格类", "表单详情类", "帮助类", "对话框类", "业务类", "通用", "引导", "信息输入", "信息展示", "信息反馈"].reverse().forEach(function (item, index) {
14
14
  componentCategorySort[item] = ++index;
@@ -80,7 +80,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
80
80
  packageName = '@dckj-npm/dc-material';
81
81
  }
82
82
  if (version === void 0) {
83
- version = '0.1.1';
83
+ version = '0.1.3';
84
84
  }
85
85
  if (basicLibraryVersion === void 0) {
86
86
  basicLibraryVersion = {
@@ -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;
@@ -4,14 +4,20 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
4
4
  exports.__esModule = true;
5
5
  exports["default"] = void 0;
6
6
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
7
+ var _message = _interopRequireDefault(require("../../src/assets/icon/navigation/message.png"));
8
+ var _messageSelected = _interopRequireDefault(require("../../src/assets/icon/navigation/message-selected.png"));
9
+ var _index = _interopRequireDefault(require("../../src/assets/icon/navigation/index.png"));
10
+ var _indexSelected = _interopRequireDefault(require("../../src/assets/icon/navigation/index-selected.png"));
11
+ var _mine = _interopRequireDefault(require("../../src/assets/icon/navigation/mine.png"));
12
+ var _mineSelected = _interopRequireDefault(require("../../src/assets/icon/navigation/mine-selected.png"));
7
13
  var NavigationMeta = {
8
14
  "componentName": "Navigation",
9
- "title": "Navigation",
15
+ "title": "底部导航",
10
16
  "docUrl": "",
11
17
  "screenshot": "",
12
18
  "devMode": "proCode",
13
19
  "npm": {
14
- "package": "dc-material",
20
+ "package": "@dckj-npm/dc-material",
15
21
  "version": "0.1.1",
16
22
  "exportName": "Navigation",
17
23
  "main": "src\\index.tsx",
@@ -24,7 +30,7 @@ var NavigationMeta = {
24
30
  "label": {
25
31
  "type": "i18n",
26
32
  "en-US": "itemArray",
27
- "zh-CN": "itemArray"
33
+ "zh-CN": "导航项"
28
34
  }
29
35
  },
30
36
  "name": "itemArray",
@@ -40,7 +46,7 @@ var NavigationMeta = {
40
46
  "label": {
41
47
  "type": "i18n",
42
48
  "en-US": "text",
43
- "zh-CN": "text"
49
+ "zh-CN": "名称"
44
50
  }
45
51
  },
46
52
  "name": "text",
@@ -54,7 +60,7 @@ var NavigationMeta = {
54
60
  "label": {
55
61
  "type": "i18n",
56
62
  "en-US": "icon",
57
- "zh-CN": "icon"
63
+ "zh-CN": "图标"
58
64
  }
59
65
  },
60
66
  "name": "icon",
@@ -68,7 +74,7 @@ var NavigationMeta = {
68
74
  "label": {
69
75
  "type": "i18n",
70
76
  "en-US": "selectedIcon",
71
- "zh-CN": "selectedIcon"
77
+ "zh-CN": "选中图标"
72
78
  }
73
79
  },
74
80
  "name": "selectedIcon",
@@ -90,6 +96,16 @@ var NavigationMeta = {
90
96
  "isRequired": true,
91
97
  "initialValue": []
92
98
  }
99
+ }, {
100
+ "title": {
101
+ "label": {
102
+ "type": "i18n",
103
+ "en-US": "selectedColor",
104
+ "zh-CN": "选中颜色"
105
+ }
106
+ },
107
+ "name": "selectedColor",
108
+ "setter": "ColorSetter"
93
109
  }],
94
110
  "supports": {
95
111
  "style": true
@@ -98,11 +114,25 @@ var NavigationMeta = {
98
114
  }
99
115
  };
100
116
  var snippets = [{
101
- "title": "Navigation",
117
+ "title": "底部导航",
102
118
  "screenshot": "",
103
119
  "schema": {
104
120
  "componentName": "Navigation",
105
- "props": {}
121
+ "props": {
122
+ "itemArray": [{
123
+ "text": "首页",
124
+ "icon": _index["default"],
125
+ "selectedIcon": _indexSelected["default"]
126
+ }, {
127
+ "text": "消息",
128
+ "icon": _message["default"],
129
+ "selectedIcon": _messageSelected["default"]
130
+ }, {
131
+ "text": "我的",
132
+ "icon": _mine["default"],
133
+ "selectedIcon": _mineSelected["default"]
134
+ }]
135
+ }
106
136
  }
107
137
  }];
108
138
  var _default = exports["default"] = (0, _extends2["default"])({}, 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;
@@ -47,7 +47,7 @@ var Title2Meta = {
47
47
  "name": "color",
48
48
  "description": "颜色",
49
49
  "setter": {
50
- "componentName": "StringSetter",
50
+ "componentName": "ColorSetter",
51
51
  "isRequired": false,
52
52
  "initialValue": "#144477"
53
53
  }
@@ -63,7 +63,7 @@ var Title2Meta = {
63
63
  "name": "tipColor",
64
64
  "description": "tip颜色",
65
65
  "setter": {
66
- "componentName": "StringSetter",
66
+ "componentName": "ColorSetter",
67
67
  "isRequired": false,
68
68
  "initialValue": "#388AF7"
69
69
  }
@@ -3,14 +3,14 @@
3
3
  exports.__esModule = true;
4
4
  var _exportNames = {};
5
5
  exports["default"] = void 0;
6
- var componentInstances = _interopRequireWildcard(require("../lib/index"));
6
+ var componentInstances = _interopRequireWildcard(require("G:/Project/Company/DongChen/lowcode/dc-material/src/index"));
7
7
  Object.keys(componentInstances).forEach(function (key) {
8
8
  if (key === "default" || key === "__esModule") return;
9
9
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
10
10
  if (key in exports && exports[key] === componentInstances[key]) return;
11
11
  exports[key] = componentInstances[key];
12
12
  });
13
- require("../lib/index.scss");
13
+ require("G:/Project/Company/DongChen/lowcode/dc-material/src/index.scss");
14
14
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
15
15
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
16
16
  var entryDefault = exports["default"] = componentInstances["default"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dckj-npm/dc-material",
3
- "version": "0.1.1",
3
+ "version": "0.1.4",
4
4
  "description": "dc低代码物料",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -81,7 +81,8 @@
81
81
  "cross-env": "^7.0.3",
82
82
  "dumi": "^1.1.49",
83
83
  "dumi-theme-default": "^1.1.24",
84
- "f2elint": "^1.2.0"
84
+ "f2elint": "^1.2.0",
85
+ "@alilc/build-plugin-alt": "^1.0.0"
85
86
  },
86
87
  "dependencies": {
87
88
  "@alifd/next": "^1.25.27",
@@ -90,8 +91,7 @@
90
91
  "moment": "latest",
91
92
  "prop-types": "^15.5.8",
92
93
  "react": "^16.x",
93
- "react-dom": "^16.x",
94
- "@alilc/lowcode-materials": "^1.2.1"
94
+ "react-dom": "^16.x"
95
95
  },
96
96
  "acceptDependencies": {
97
97
  "webpack": "^4.46.x"
@@ -106,5 +106,5 @@
106
106
  "lcMeta": {
107
107
  "type": "component"
108
108
  },
109
- "homepage": "https://unpkg.com/@dckj-npm/dc-material@0.1.1/build/index.html"
110
- }
109
+ "homepage": "https://unpkg.com/@dckj-npm/dc-material@0.1.4/build/index.html"
110
+ }
@@ -1,67 +0,0 @@
1
- {
2
- "packages": [
3
- {
4
- "package": "@dckj-npm/dc-material",
5
- "version": "0.1.1",
6
- "library": "BizComps",
7
- "urls": [
8
- "https://unpkg.com/@dckj-npm/dc-material@0.1.1/build/lowcode/render/default/view.js",
9
- "https://unpkg.com/@dckj-npm/dc-material@0.1.1/build/lowcode/render/default/view.css"
10
- ],
11
- "editUrls": [
12
- "https://unpkg.com/@dckj-npm/dc-material@0.1.1/build/lowcode/view.js",
13
- "https://unpkg.com/@dckj-npm/dc-material@0.1.1/build/lowcode/view.css"
14
- ],
15
- "advancedUrls": {
16
- "default": [
17
- "https://unpkg.com/@dckj-npm/dc-material@0.1.1/build/lowcode/render/default/view.js",
18
- "https://unpkg.com/@dckj-npm/dc-material@0.1.1/build/lowcode/render/default/view.css"
19
- ]
20
- },
21
- "advancedEditUrls": {}
22
- }
23
- ],
24
- "components": [
25
- {
26
- "exportName": "DckjNpmDcMaterialMeta",
27
- "npm": {
28
- "package": "@dckj-npm/dc-material",
29
- "version": "0.1.1"
30
- },
31
- "url": "https://unpkg.com/@dckj-npm/dc-material@0.1.1/build/lowcode/meta.js",
32
- "urls": {
33
- "default": "https://unpkg.com/@dckj-npm/dc-material@0.1.1/build/lowcode/meta.js"
34
- },
35
- "advancedUrls": {
36
- "default": [
37
- "https://unpkg.com/@dckj-npm/dc-material@0.1.1/build/lowcode/meta.js"
38
- ]
39
- }
40
- }
41
- ],
42
- "sort": {
43
- "groupList": [
44
- "精选组件",
45
- "原子组件"
46
- ],
47
- "categoryList": [
48
- "基础元素",
49
- "布局容器类",
50
- "表格类",
51
- "表单详情类",
52
- "帮助类",
53
- "对话框类",
54
- "业务类",
55
- "通用",
56
- "引导",
57
- "信息输入",
58
- "信息展示",
59
- "信息反馈"
60
- ]
61
- },
62
- "groupList": [
63
- "精选组件",
64
- "原子组件"
65
- ],
66
- "ignoreComponents": {}
67
- }
@@ -1,67 +0,0 @@
1
- {
2
- "packages": [
3
- {
4
- "package": "@dckj-npm/dc-material",
5
- "version": "0.1.1",
6
- "library": "BizComps",
7
- "urls": [
8
- "./render/default/view.js",
9
- "./render/default/view.css"
10
- ],
11
- "editUrls": [
12
- "./view.js",
13
- "./view.css"
14
- ],
15
- "advancedUrls": {
16
- "default": [
17
- "./render/default/view.js",
18
- "./render/default/view.css"
19
- ]
20
- },
21
- "advancedEditUrls": {}
22
- }
23
- ],
24
- "components": [
25
- {
26
- "exportName": "DckjNpmDcMaterialMeta",
27
- "npm": {
28
- "package": "@dckj-npm/dc-material",
29
- "version": "0.1.1"
30
- },
31
- "url": "./meta.js",
32
- "urls": {
33
- "default": "./meta.js"
34
- },
35
- "advancedUrls": {
36
- "default": [
37
- "./meta.js"
38
- ]
39
- }
40
- }
41
- ],
42
- "sort": {
43
- "groupList": [
44
- "精选组件",
45
- "原子组件"
46
- ],
47
- "categoryList": [
48
- "基础元素",
49
- "布局容器类",
50
- "表格类",
51
- "表单详情类",
52
- "帮助类",
53
- "对话框类",
54
- "业务类",
55
- "通用",
56
- "引导",
57
- "信息输入",
58
- "信息展示",
59
- "信息反馈"
60
- ]
61
- },
62
- "groupList": [
63
- "精选组件",
64
- "原子组件"
65
- ],
66
- "ignoreComponents": {}
67
- }
@@ -1,67 +0,0 @@
1
- {
2
- "packages": [
3
- {
4
- "package": "@dckj-npm/dc-material",
5
- "version": "0.1.1",
6
- "library": "BizComps",
7
- "urls": [
8
- "https://unpkg.com/@dckj-npm/dc-material@0.1.1/build/lowcode/render/default/view.js",
9
- "https://unpkg.com/@dckj-npm/dc-material@0.1.1/build/lowcode/render/default/view.css"
10
- ],
11
- "editUrls": [
12
- "https://unpkg.com/@dckj-npm/dc-material@0.1.1/build/lowcode/view.js",
13
- "https://unpkg.com/@dckj-npm/dc-material@0.1.1/build/lowcode/view.css"
14
- ],
15
- "advancedUrls": {
16
- "default": [
17
- "https://unpkg.com/@dckj-npm/dc-material@0.1.1/build/lowcode/render/default/view.js",
18
- "https://unpkg.com/@dckj-npm/dc-material@0.1.1/build/lowcode/render/default/view.css"
19
- ]
20
- },
21
- "advancedEditUrls": {}
22
- }
23
- ],
24
- "components": [
25
- {
26
- "exportName": "DckjNpmDcMaterialMeta",
27
- "npm": {
28
- "package": "@dckj-npm/dc-material",
29
- "version": "0.1.1"
30
- },
31
- "url": "https://unpkg.com/@dckj-npm/dc-material@0.1.1/build/lowcode/meta.js",
32
- "urls": {
33
- "default": "https://unpkg.com/@dckj-npm/dc-material@0.1.1/build/lowcode/meta.js"
34
- },
35
- "advancedUrls": {
36
- "default": [
37
- "https://unpkg.com/@dckj-npm/dc-material@0.1.1/build/lowcode/meta.js"
38
- ]
39
- }
40
- }
41
- ],
42
- "sort": {
43
- "groupList": [
44
- "精选组件",
45
- "原子组件"
46
- ],
47
- "categoryList": [
48
- "基础元素",
49
- "布局容器类",
50
- "表格类",
51
- "表单详情类",
52
- "帮助类",
53
- "对话框类",
54
- "业务类",
55
- "通用",
56
- "引导",
57
- "信息输入",
58
- "信息展示",
59
- "信息反馈"
60
- ]
61
- },
62
- "groupList": [
63
- "精选组件",
64
- "原子组件"
65
- ],
66
- "ignoreComponents": {}
67
- }