@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
@@ -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.3",
4
4
  "description": "dc低代码物料",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -90,8 +90,7 @@
90
90
  "moment": "latest",
91
91
  "prop-types": "^15.5.8",
92
92
  "react": "^16.x",
93
- "react-dom": "^16.x",
94
- "@alilc/lowcode-materials": "^1.2.1"
93
+ "react-dom": "^16.x"
95
94
  },
96
95
  "acceptDependencies": {
97
96
  "webpack": "^4.46.x"
@@ -101,10 +100,10 @@
101
100
  },
102
101
  "componentConfig": {
103
102
  "isComponentLibrary": true,
104
- "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.1/build/lowcode/assets-prod.json"
103
+ "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.3/build/lowcode/assets-prod.json"
105
104
  },
106
105
  "lcMeta": {
107
106
  "type": "component"
108
107
  },
109
- "homepage": "https://unpkg.com/@dckj-npm/dc-material@0.1.1/build/index.html"
108
+ "homepage": "https://unpkg.com/@dckj-npm/dc-material@0.1.3/build/index.html"
110
109
  }