@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.
- package/build/index.js +19 -12
- package/dist/BizComps.css +1 -1
- package/dist/BizComps.js +5 -5
- package/dist/BizComps.js.map +1 -1
- package/es/assets/icon/navigation/index-selected.png +0 -0
- package/es/assets/icon/navigation/index.png +0 -0
- package/es/assets/icon/navigation/message-selected.png +0 -0
- package/es/assets/icon/navigation/message.png +0 -0
- package/es/assets/icon/navigation/mine-selected.png +0 -0
- package/es/assets/icon/navigation/mine.png +0 -0
- package/es/components/bottom-navigation/bottom-navigation.d.ts +13 -13
- package/es/components/bottom-navigation/bottom-navigation.js +5 -3
- package/es/components/bottom-navigation/index.d.ts +3 -3
- package/es/components/colorful-button/colorful-button.d.ts +12 -12
- package/es/components/colorful-button/index.d.ts +3 -3
- package/es/components/colorful-input/colorful-input.d.ts +8 -8
- package/es/components/colorful-input/index.d.ts +3 -3
- package/es/components/dc-slider/index.d.ts +3 -3
- package/es/components/dc-slider/slider.d.ts +32 -32
- package/es/components/dc-slider/slider.js +1 -1
- package/es/components/position/index.d.ts +3 -0
- package/es/components/position/index.js +2 -0
- package/es/components/position/index.scss +16 -0
- package/es/components/position/position.d.ts +13 -0
- package/es/components/position/position.js +39 -0
- package/es/components/teletext-list/index.d.ts +6 -6
- package/es/components/teletext-list/index.js +2 -2
- package/es/components/teletext-list/index.scss +16 -114
- package/es/components/teletext-list/teletext-list-item.d.ts +42 -0
- package/es/components/teletext-list/teletext-list-item.js +50 -0
- package/es/components/teletext-list/teletext-list-item.scss +74 -0
- package/es/components/teletext-list/teletext-list.d.ts +53 -48
- package/es/components/teletext-list/teletext-list.js +13 -33
- package/es/components/title/index.d.ts +8 -8
- package/es/components/title/index.js +2 -2
- package/es/components/title/title-1.d.ts +10 -10
- package/es/components/title/title-1.scss +26 -26
- package/es/components/title/title-2.d.ts +18 -18
- package/es/components/title/title-2.js +1 -1
- package/es/components/title/title-2.scss +22 -22
- package/es/index.d.ts +12 -12
- package/es/index.scss +3 -3
- package/es/variables.d.ts +2 -2
- package/lib/assets/icon/navigation/index-selected.png +0 -0
- package/lib/assets/icon/navigation/index.png +0 -0
- package/lib/assets/icon/navigation/message-selected.png +0 -0
- package/lib/assets/icon/navigation/message.png +0 -0
- package/lib/assets/icon/navigation/mine-selected.png +0 -0
- package/lib/assets/icon/navigation/mine.png +0 -0
- package/lib/components/bottom-navigation/bottom-navigation.d.ts +13 -13
- package/lib/components/bottom-navigation/bottom-navigation.js +5 -3
- package/lib/components/bottom-navigation/index.d.ts +3 -3
- package/lib/components/colorful-button/colorful-button.d.ts +12 -12
- package/lib/components/colorful-button/index.d.ts +3 -3
- package/lib/components/colorful-input/colorful-input.d.ts +8 -8
- package/lib/components/colorful-input/index.d.ts +3 -3
- package/lib/components/dc-slider/index.d.ts +3 -3
- package/lib/components/dc-slider/slider.d.ts +32 -32
- package/lib/components/dc-slider/slider.js +1 -1
- package/lib/components/position/index.d.ts +3 -0
- package/lib/components/position/index.js +7 -0
- package/lib/components/position/index.scss +16 -0
- package/lib/components/position/position.d.ts +13 -0
- package/lib/components/position/position.js +46 -0
- package/lib/components/teletext-list/index.d.ts +6 -6
- package/lib/components/teletext-list/index.js +2 -2
- package/lib/components/teletext-list/index.scss +16 -114
- package/lib/components/teletext-list/teletext-list-item.d.ts +42 -0
- package/lib/components/teletext-list/teletext-list-item.js +54 -0
- package/lib/components/teletext-list/teletext-list-item.scss +74 -0
- package/lib/components/teletext-list/teletext-list.d.ts +53 -48
- package/lib/components/teletext-list/teletext-list.js +13 -33
- package/lib/components/title/index.d.ts +8 -8
- package/lib/components/title/title-1.d.ts +10 -10
- package/lib/components/title/title-1.scss +26 -26
- package/lib/components/title/title-2.d.ts +18 -18
- package/lib/components/title/title-2.js +1 -1
- package/lib/components/title/title-2.scss +22 -22
- package/lib/index.d.ts +12 -12
- package/lib/index.scss +3 -3
- package/lib/variables.d.ts +2 -2
- package/lowcode/d-c-slider/meta.ts +1 -1
- package/lowcode/d-c-slider/snippets.ts +42 -42
- package/lowcode/navigation/meta.ts +45 -11
- package/lowcode/teletext-list/meta.ts +300 -292
- package/lowcode/title1/meta.ts +59 -58
- package/lowcode/title2/meta.ts +93 -92
- package/lowcode_es/d-c-slider/meta.d.ts +140 -140
- package/lowcode_es/d-c-slider/snippets.d.ts +36 -36
- package/lowcode_es/meta.js +6 -6
- package/lowcode_es/navigation/meta.d.ts +22 -22
- package/lowcode_es/navigation/meta.js +38 -8
- package/lowcode_es/teletext-list/meta.d.ts +22 -22
- package/lowcode_es/title1/meta.d.ts +22 -22
- package/lowcode_es/title2/meta.d.ts +22 -22
- package/lowcode_es/title2/meta.js +2 -2
- package/lowcode_es/view.js +3 -3
- package/lowcode_lib/d-c-slider/meta.d.ts +140 -140
- package/lowcode_lib/d-c-slider/snippets.d.ts +36 -36
- package/lowcode_lib/meta.js +6 -6
- package/lowcode_lib/navigation/meta.d.ts +22 -22
- package/lowcode_lib/navigation/meta.js +38 -8
- package/lowcode_lib/teletext-list/meta.d.ts +22 -22
- package/lowcode_lib/title1/meta.d.ts +22 -22
- package/lowcode_lib/title2/meta.d.ts +22 -22
- package/lowcode_lib/title2/meta.js +2 -2
- package/lowcode_lib/view.js +2 -2
- package/package.json +6 -6
- package/build/lowcode/assets-daily.json +0 -67
- package/build/lowcode/assets-dev.json +0 -67
- package/build/lowcode/assets-prod.json +0 -67
- package/build/lowcode/designer.html +0 -302
- package/build/lowcode/index.html +0 -304
- package/build/lowcode/index.js +0 -1
- package/build/lowcode/meta.js +0 -1
- package/build/lowcode/preview.css +0 -1
- package/build/lowcode/preview.html +0 -33
- package/build/lowcode/preview.js +0 -308
- package/build/lowcode/render/default/view.css +0 -1
- package/build/lowcode/render/default/view.js +0 -295
- package/build/lowcode/view.css +0 -1
- 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;
|
package/lowcode_lib/meta.js
CHANGED
|
@@ -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("
|
|
8
|
-
var _meta2 = _interopRequireDefault(require("
|
|
9
|
-
var _meta3 = _interopRequireDefault(require("
|
|
10
|
-
var _meta4 = _interopRequireDefault(require("
|
|
11
|
-
var _meta5 = _interopRequireDefault(require("
|
|
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.
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
66
|
+
"componentName": "ColorSetter",
|
|
67
67
|
"isRequired": false,
|
|
68
68
|
"initialValue": "#388AF7"
|
|
69
69
|
}
|
package/lowcode_lib/view.js
CHANGED
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
var _exportNames = {};
|
|
5
5
|
exports["default"] = void 0;
|
|
6
|
-
var componentInstances = _interopRequireWildcard(require("
|
|
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("
|
|
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.
|
|
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.
|
|
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
|
-
}
|