@dckj-npm/dc-material 0.1.76 → 0.1.77
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/dist/BizComps.css +1 -1
- package/dist/BizComps.js +2 -2
- package/dist/BizComps.js.map +1 -1
- package/es/components/goods-card-list/goods-card-list-common.d.ts +5 -0
- package/es/components/goods-card-list/goods-card-list-common.js +60 -0
- package/es/components/goods-card-list/goods-card-list-common.scss +118 -0
- package/es/components/goods-card-list/index.d.ts +2 -1
- package/es/components/goods-card-list/index.js +2 -1
- package/es/components/grid-nav/index.scss +35 -31
- package/es/components/message-list/message-list-item.d.ts +4 -0
- package/es/components/message-list/message-list-item.js +4 -1
- package/es/components/message-list/message-list-item.scss +16 -6
- package/es/components/message-list/message-list.d.ts +4 -8
- package/es/components/message-list/message-list.js +9 -16
- package/es/components/notice-bar/notice-bar-item.scss +1 -1
- package/es/components/rich-text/index.d.ts +6 -0
- package/es/components/rich-text/index.js +6 -0
- package/es/components/rich-text/index.scss +19 -0
- package/es/components/rich-text/rich-text.d.ts +14 -0
- package/es/components/rich-text/rich-text.js +37 -0
- package/es/components/tab/index.scss +16 -0
- package/es/components/tab/tab.d.ts +4 -0
- package/es/components/tab/tab.js +6 -2
- package/es/components/tab-container-item/tab-container-item.d.ts +2 -0
- package/es/components/tab-container-item/tab-container-item.js +7 -2
- package/es/components/teletext-list/teletext-list-item.d.ts +2 -11
- package/es/components/teletext-list/teletext-list-item.js +11 -5
- package/es/components/teletext-list/teletext-list.d.ts +2 -11
- package/es/index.d.ts +3 -1
- package/es/index.js +5 -1
- package/lib/components/goods-card-list/goods-card-list-common.d.ts +5 -0
- package/lib/components/goods-card-list/goods-card-list-common.js +65 -0
- package/lib/components/goods-card-list/goods-card-list-common.scss +118 -0
- package/lib/components/goods-card-list/index.d.ts +2 -1
- package/lib/components/goods-card-list/index.js +3 -1
- package/lib/components/grid-nav/index.scss +35 -31
- package/lib/components/message-list/message-list-item.d.ts +4 -0
- package/lib/components/message-list/message-list-item.js +4 -1
- package/lib/components/message-list/message-list-item.scss +16 -6
- package/lib/components/message-list/message-list.d.ts +4 -8
- package/lib/components/message-list/message-list.js +9 -16
- package/lib/components/notice-bar/notice-bar-item.scss +1 -1
- package/lib/components/rich-text/index.d.ts +6 -0
- package/lib/components/rich-text/index.js +6 -0
- package/lib/components/rich-text/index.scss +19 -0
- package/lib/components/rich-text/rich-text.d.ts +14 -0
- package/lib/components/rich-text/rich-text.js +42 -0
- package/lib/components/tab/index.scss +16 -0
- package/lib/components/tab/tab.d.ts +4 -0
- package/lib/components/tab/tab.js +6 -2
- package/lib/components/tab-container-item/tab-container-item.d.ts +2 -0
- package/lib/components/tab-container-item/tab-container-item.js +7 -2
- package/lib/components/teletext-list/teletext-list-item.d.ts +2 -11
- package/lib/components/teletext-list/teletext-list-item.js +11 -5
- package/lib/components/teletext-list/teletext-list.d.ts +2 -11
- package/lib/index.d.ts +3 -1
- package/lib/index.js +6 -1
- package/lowcode_es/meta.js +1 -1
- package/lowcode_lib/meta.js +1 -1
- package/package.json +4 -4
- package/build/lowcode/assets-daily.json +0 -71
- package/build/lowcode/assets-dev.json +0 -71
- package/build/lowcode/assets-prod.json +0 -71
- 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.design.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
|
@@ -7,7 +7,7 @@ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")
|
|
|
7
7
|
var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
|
|
8
8
|
var React = _interopRequireWildcard(require("react"));
|
|
9
9
|
require("./index.scss");
|
|
10
|
-
var _excluded = ["selectedBGColor", "selectedFontColor", "size", "onClickHandle"];
|
|
10
|
+
var _excluded = ["selectedBGColor", "selectedFontColor", "size", "onClickHandle", "unreadCount"];
|
|
11
11
|
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); }
|
|
12
12
|
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; }
|
|
13
13
|
var Tab = function Tab(_ref) {
|
|
@@ -15,6 +15,7 @@ var Tab = function Tab(_ref) {
|
|
|
15
15
|
selectedFontColor = _ref.selectedFontColor,
|
|
16
16
|
size = _ref.size,
|
|
17
17
|
onClickHandle = _ref.onClickHandle,
|
|
18
|
+
unreadCount = _ref.unreadCount,
|
|
18
19
|
otherProps = (0, _objectWithoutPropertiesLoose2["default"])(_ref, _excluded);
|
|
19
20
|
var tabList = [{
|
|
20
21
|
key: 'all',
|
|
@@ -47,7 +48,10 @@ var Tab = function Tab(_ref) {
|
|
|
47
48
|
backgroundColor: tab === item.key ? selectedBGColor : '',
|
|
48
49
|
color: tab === item.key ? selectedFontColor : ''
|
|
49
50
|
}
|
|
50
|
-
}), item.label
|
|
51
|
+
}), item.label, item.key === 'unRead' && unreadCount > 0 && /*#__PURE__*/React.createElement("span", {
|
|
52
|
+
className: "badge"
|
|
53
|
+
}, unreadCount) // 条件渲染badge
|
|
54
|
+
);
|
|
51
55
|
});
|
|
52
56
|
};
|
|
53
57
|
var _default = exports["default"] = Tab;
|
|
@@ -2,6 +2,8 @@ import React from 'react';
|
|
|
2
2
|
import { Tab } from '@alifd/next';
|
|
3
3
|
export interface TabContainerItemProps extends React.ComponentProps<typeof Tab> {
|
|
4
4
|
className?: string;
|
|
5
|
+
tab: string;
|
|
6
|
+
key: string;
|
|
5
7
|
}
|
|
6
8
|
export declare const TabContainerItem: {
|
|
7
9
|
(props: TabContainerItemProps): JSX.Element;
|
|
@@ -8,12 +8,17 @@ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")
|
|
|
8
8
|
var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
|
|
9
9
|
var _react = _interopRequireDefault(require("react"));
|
|
10
10
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
11
|
-
var _excluded = ["className"];
|
|
11
|
+
var _excluded = ["className", "tab", "key"];
|
|
12
12
|
var TabContainerItem = exports.TabContainerItem = function TabContainerItem(props) {
|
|
13
13
|
var className = props.className,
|
|
14
|
+
tab = props.tab,
|
|
15
|
+
key = props.key,
|
|
14
16
|
restProps = (0, _objectWithoutPropertiesLoose2["default"])(props, _excluded);
|
|
15
17
|
return /*#__PURE__*/_react["default"].createElement(_tab["default"].Item, (0, _extends2["default"])({
|
|
16
18
|
className: (0, _classnames["default"])(className, 'fusion-ui-tab')
|
|
17
|
-
}, restProps
|
|
19
|
+
}, restProps, {
|
|
20
|
+
title: tab,
|
|
21
|
+
primaryKey: key
|
|
22
|
+
}));
|
|
18
23
|
};
|
|
19
24
|
TabContainerItem.displayName = 'TabContainerItem';
|
|
@@ -19,7 +19,7 @@ export interface TeletextListItemProps {
|
|
|
19
19
|
/**
|
|
20
20
|
* 图片位置
|
|
21
21
|
*/
|
|
22
|
-
imagePlacement?:
|
|
22
|
+
imagePlacement?: 'left' | 'right' | 'none';
|
|
23
23
|
/**
|
|
24
24
|
* 说明
|
|
25
25
|
*/
|
|
@@ -27,16 +27,7 @@ export interface TeletextListItemProps {
|
|
|
27
27
|
/**
|
|
28
28
|
* 标签列表
|
|
29
29
|
*/
|
|
30
|
-
tags?:
|
|
31
|
-
/**
|
|
32
|
-
* 标签名称
|
|
33
|
-
*/
|
|
34
|
-
name: string;
|
|
35
|
-
/**
|
|
36
|
-
* 标签颜色
|
|
37
|
-
*/
|
|
38
|
-
color: string;
|
|
39
|
-
}[] | string;
|
|
30
|
+
tags?: string;
|
|
40
31
|
}
|
|
41
32
|
declare const TeletextListItem: React.FC<TeletextListItemProps>;
|
|
42
33
|
export default TeletextListItem;
|
|
@@ -28,6 +28,12 @@ var TeletextListItem = function TeletextListItem(_ref) {
|
|
|
28
28
|
var resultImage = image && image.length > 0 ? image[0] : '';
|
|
29
29
|
var _otherProps = otherProps || {};
|
|
30
30
|
var tagColorArray = ['orange', 'green'];
|
|
31
|
+
var tagList = (typeof tags === 'string' ? tags.split(',') : []).map(function (tag) {
|
|
32
|
+
return {
|
|
33
|
+
name: tag
|
|
34
|
+
};
|
|
35
|
+
});
|
|
36
|
+
console.log('tagList', tagList, 'type of tags', typeof tags === 'string');
|
|
31
37
|
return /*#__PURE__*/_react["default"].createElement("div", (0, _extends2["default"])({
|
|
32
38
|
className: "teletext-list__panel__item",
|
|
33
39
|
onClick: onClick
|
|
@@ -44,11 +50,11 @@ var TeletextListItem = function TeletextListItem(_ref) {
|
|
|
44
50
|
className: 'teletext-list__panel__item__text__description'
|
|
45
51
|
}), tags ? /*#__PURE__*/_react["default"].createElement("div", {
|
|
46
52
|
className: "teletext-list__panel__item__text__tags"
|
|
47
|
-
},
|
|
48
|
-
return (0, _childrenNodeHandle.convertChildren)(children,
|
|
49
|
-
name: tag.name
|
|
50
|
-
key: tagIndex,
|
|
51
|
-
color: tagColorArray[tagIndex % tagColorArray.length]
|
|
53
|
+
}, tagList.map(function (tag, tagIndex) {
|
|
54
|
+
return (0, _childrenNodeHandle.convertChildren)(children, "teletext-tagc-" + (tagIndex % tagColorArray.length + 1), {
|
|
55
|
+
name: tag.name
|
|
56
|
+
// key: tagIndex,
|
|
57
|
+
// color: tagColorArray[tagIndex % tagColorArray.length],
|
|
52
58
|
});
|
|
53
59
|
})) : null), resultImage && imagePlacement === 'right' ? (0, _childrenNodeHandle.convertChildren)(children, 'image', {
|
|
54
60
|
src: resultImage,
|
|
@@ -19,16 +19,7 @@ interface DataProps {
|
|
|
19
19
|
/**
|
|
20
20
|
* 标签列表
|
|
21
21
|
*/
|
|
22
|
-
tags?:
|
|
23
|
-
/**
|
|
24
|
-
* 标签名称
|
|
25
|
-
*/
|
|
26
|
-
name: string;
|
|
27
|
-
/**
|
|
28
|
-
* 标签颜色
|
|
29
|
-
*/
|
|
30
|
-
color: string;
|
|
31
|
-
}[] | string;
|
|
22
|
+
tags?: string;
|
|
32
23
|
/**
|
|
33
24
|
* 链接地址
|
|
34
25
|
*/
|
|
@@ -55,7 +46,7 @@ export interface TeletextListProps {
|
|
|
55
46
|
/**
|
|
56
47
|
* 图片位置
|
|
57
48
|
*/
|
|
58
|
-
imagePlacement?:
|
|
49
|
+
imagePlacement?: 'left' | 'right' | 'none';
|
|
59
50
|
}
|
|
60
51
|
declare const TeletextList: React.FC<TeletextListProps>;
|
|
61
52
|
export default TeletextList;
|
package/lib/index.d.ts
CHANGED
|
@@ -35,6 +35,8 @@ export { default as Button2 } from './components/button';
|
|
|
35
35
|
export type { RadioGroupProps, RadioGroupItemProps } from './components/radio-group';
|
|
36
36
|
export { CustomRadioGroup, CustomRadioGroupItem } from './components/radio-group';
|
|
37
37
|
export type { GoodsCardListProps } from './components/goods-card-list';
|
|
38
|
-
export { GoodsCardList } from './components/goods-card-list';
|
|
38
|
+
export { GoodsCardList, GoodsCardListCommon } from './components/goods-card-list';
|
|
39
|
+
export type { RichTextProps } from './components/rich-text';
|
|
40
|
+
export { RichText } from './components/rich-text';
|
|
39
41
|
declare const bizCssPrefix = "bizpack";
|
|
40
42
|
export { bizCssPrefix };
|
package/lib/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
4
|
exports.__esModule = true;
|
|
5
|
-
exports.bizCssPrefix = exports.Title2 = exports.Title1 = exports.TeletextList = exports.TagC = exports.TabMessage = exports.TabContainerItem = exports.TabContainer = exports.Swiper = exports.SearchBar = exports.Position = exports.NoticeBar = exports.Navigation = exports.MessageList = exports.MenuList = exports.IntegralTask = exports.GridNav = exports.GoodsCardList = exports.CustomRadioGroupItem = exports.CustomRadioGroup = exports.Button2 = void 0;
|
|
5
|
+
exports.bizCssPrefix = exports.Title2 = exports.Title1 = exports.TeletextList = exports.TagC = exports.TabMessage = exports.TabContainerItem = exports.TabContainer = exports.Swiper = exports.SearchBar = exports.RichText = exports.Position = exports.NoticeBar = exports.Navigation = exports.MessageList = exports.MenuList = exports.IntegralTask = exports.GridNav = exports.GoodsCardListCommon = exports.GoodsCardList = exports.CustomRadioGroupItem = exports.CustomRadioGroup = exports.Button2 = void 0;
|
|
6
6
|
var _swiper = _interopRequireDefault(require("./components/swiper"));
|
|
7
7
|
exports.Swiper = _swiper["default"];
|
|
8
8
|
var _bottomNavigation = _interopRequireDefault(require("./components/bottom-navigation"));
|
|
@@ -41,6 +41,9 @@ exports.CustomRadioGroup = _radioGroup.CustomRadioGroup;
|
|
|
41
41
|
exports.CustomRadioGroupItem = _radioGroup.CustomRadioGroupItem;
|
|
42
42
|
var _goodsCardList = require("./components/goods-card-list");
|
|
43
43
|
exports.GoodsCardList = _goodsCardList.GoodsCardList;
|
|
44
|
+
exports.GoodsCardListCommon = _goodsCardList.GoodsCardListCommon;
|
|
45
|
+
var _richText = require("./components/rich-text");
|
|
46
|
+
exports.RichText = _richText.RichText;
|
|
44
47
|
// 轮播图
|
|
45
48
|
|
|
46
49
|
// 底部导航
|
|
@@ -79,4 +82,6 @@ exports.GoodsCardList = _goodsCardList.GoodsCardList;
|
|
|
79
82
|
|
|
80
83
|
// 商品卡片列表
|
|
81
84
|
|
|
85
|
+
// 富文本
|
|
86
|
+
|
|
82
87
|
var bizCssPrefix = exports.bizCssPrefix = 'bizpack';
|
package/lowcode_es/meta.js
CHANGED
|
@@ -93,7 +93,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
93
93
|
packageName = '@dckj-npm/dc-material';
|
|
94
94
|
}
|
|
95
95
|
if (version === void 0) {
|
|
96
|
-
version = '0.1.
|
|
96
|
+
version = '0.1.77';
|
|
97
97
|
}
|
|
98
98
|
if (basicLibraryVersion === void 0) {
|
|
99
99
|
basicLibraryVersion = {
|
package/lowcode_lib/meta.js
CHANGED
|
@@ -98,7 +98,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
98
98
|
packageName = '@dckj-npm/dc-material';
|
|
99
99
|
}
|
|
100
100
|
if (version === void 0) {
|
|
101
|
-
version = '0.1.
|
|
101
|
+
version = '0.1.77';
|
|
102
102
|
}
|
|
103
103
|
if (basicLibraryVersion === void 0) {
|
|
104
104
|
basicLibraryVersion = {
|
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.77",
|
|
4
4
|
"description": "dc低代码物料",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -103,10 +103,10 @@
|
|
|
103
103
|
},
|
|
104
104
|
"componentConfig": {
|
|
105
105
|
"isComponentLibrary": true,
|
|
106
|
-
"materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.
|
|
106
|
+
"materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.77/build/lowcode/assets-prod.json"
|
|
107
107
|
},
|
|
108
108
|
"lcMeta": {
|
|
109
109
|
"type": "component"
|
|
110
110
|
},
|
|
111
|
-
"homepage": "https://unpkg.com/@dckj-npm/dc-material@0.1.
|
|
112
|
-
}
|
|
111
|
+
"homepage": "https://unpkg.com/@dckj-npm/dc-material@0.1.77/build/index.html"
|
|
112
|
+
}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"packages": [
|
|
3
|
-
{
|
|
4
|
-
"package": "@dckj-npm/dc-material",
|
|
5
|
-
"version": "0.1.76",
|
|
6
|
-
"library": "BizComps",
|
|
7
|
-
"urls": [
|
|
8
|
-
"https://unpkg.com/@dckj-npm/dc-material@0.1.76/build/lowcode/render/default/view.js",
|
|
9
|
-
"https://unpkg.com/@dckj-npm/dc-material@0.1.76/build/lowcode/render/default/view.css"
|
|
10
|
-
],
|
|
11
|
-
"editUrls": [
|
|
12
|
-
"https://unpkg.com/@dckj-npm/dc-material@0.1.76/build/lowcode/view.js",
|
|
13
|
-
"https://unpkg.com/@dckj-npm/dc-material@0.1.76/build/lowcode/view.css"
|
|
14
|
-
],
|
|
15
|
-
"advancedUrls": {
|
|
16
|
-
"default": [
|
|
17
|
-
"https://unpkg.com/@dckj-npm/dc-material@0.1.76/build/lowcode/render/default/view.js",
|
|
18
|
-
"https://unpkg.com/@dckj-npm/dc-material@0.1.76/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.76"
|
|
30
|
-
},
|
|
31
|
-
"url": "https://unpkg.com/@dckj-npm/dc-material@0.1.76/build/lowcode/meta.js",
|
|
32
|
-
"urls": {
|
|
33
|
-
"default": "https://unpkg.com/@dckj-npm/dc-material@0.1.76/build/lowcode/meta.js",
|
|
34
|
-
"design": "https://unpkg.com/@dckj-npm/dc-material@0.1.76/build/lowcode/meta.design.js"
|
|
35
|
-
},
|
|
36
|
-
"advancedUrls": {
|
|
37
|
-
"default": [
|
|
38
|
-
"https://unpkg.com/@dckj-npm/dc-material@0.1.76/build/lowcode/meta.js"
|
|
39
|
-
],
|
|
40
|
-
"design": [
|
|
41
|
-
"https://unpkg.com/@dckj-npm/dc-material@0.1.76/build/lowcode/meta.design.js"
|
|
42
|
-
]
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
],
|
|
46
|
-
"sort": {
|
|
47
|
-
"groupList": [
|
|
48
|
-
"精选组件",
|
|
49
|
-
"原子组件"
|
|
50
|
-
],
|
|
51
|
-
"categoryList": [
|
|
52
|
-
"基础元素",
|
|
53
|
-
"布局容器类",
|
|
54
|
-
"表格类",
|
|
55
|
-
"表单详情类",
|
|
56
|
-
"帮助类",
|
|
57
|
-
"对话框类",
|
|
58
|
-
"业务类",
|
|
59
|
-
"通用",
|
|
60
|
-
"引导",
|
|
61
|
-
"信息输入",
|
|
62
|
-
"信息展示",
|
|
63
|
-
"信息反馈"
|
|
64
|
-
]
|
|
65
|
-
},
|
|
66
|
-
"groupList": [
|
|
67
|
-
"精选组件",
|
|
68
|
-
"原子组件"
|
|
69
|
-
],
|
|
70
|
-
"ignoreComponents": {}
|
|
71
|
-
}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"packages": [
|
|
3
|
-
{
|
|
4
|
-
"package": "@dckj-npm/dc-material",
|
|
5
|
-
"version": "0.1.76",
|
|
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.76"
|
|
30
|
-
},
|
|
31
|
-
"url": "./meta.js",
|
|
32
|
-
"urls": {
|
|
33
|
-
"default": "./meta.js",
|
|
34
|
-
"design": "./meta.design.js"
|
|
35
|
-
},
|
|
36
|
-
"advancedUrls": {
|
|
37
|
-
"default": [
|
|
38
|
-
"./meta.js"
|
|
39
|
-
],
|
|
40
|
-
"design": [
|
|
41
|
-
"./meta.design.js"
|
|
42
|
-
]
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
],
|
|
46
|
-
"sort": {
|
|
47
|
-
"groupList": [
|
|
48
|
-
"精选组件",
|
|
49
|
-
"原子组件"
|
|
50
|
-
],
|
|
51
|
-
"categoryList": [
|
|
52
|
-
"基础元素",
|
|
53
|
-
"布局容器类",
|
|
54
|
-
"表格类",
|
|
55
|
-
"表单详情类",
|
|
56
|
-
"帮助类",
|
|
57
|
-
"对话框类",
|
|
58
|
-
"业务类",
|
|
59
|
-
"通用",
|
|
60
|
-
"引导",
|
|
61
|
-
"信息输入",
|
|
62
|
-
"信息展示",
|
|
63
|
-
"信息反馈"
|
|
64
|
-
]
|
|
65
|
-
},
|
|
66
|
-
"groupList": [
|
|
67
|
-
"精选组件",
|
|
68
|
-
"原子组件"
|
|
69
|
-
],
|
|
70
|
-
"ignoreComponents": {}
|
|
71
|
-
}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"packages": [
|
|
3
|
-
{
|
|
4
|
-
"package": "@dckj-npm/dc-material",
|
|
5
|
-
"version": "0.1.76",
|
|
6
|
-
"library": "BizComps",
|
|
7
|
-
"urls": [
|
|
8
|
-
"https://unpkg.com/@dckj-npm/dc-material@0.1.76/build/lowcode/render/default/view.js",
|
|
9
|
-
"https://unpkg.com/@dckj-npm/dc-material@0.1.76/build/lowcode/render/default/view.css"
|
|
10
|
-
],
|
|
11
|
-
"editUrls": [
|
|
12
|
-
"https://unpkg.com/@dckj-npm/dc-material@0.1.76/build/lowcode/view.js",
|
|
13
|
-
"https://unpkg.com/@dckj-npm/dc-material@0.1.76/build/lowcode/view.css"
|
|
14
|
-
],
|
|
15
|
-
"advancedUrls": {
|
|
16
|
-
"default": [
|
|
17
|
-
"https://unpkg.com/@dckj-npm/dc-material@0.1.76/build/lowcode/render/default/view.js",
|
|
18
|
-
"https://unpkg.com/@dckj-npm/dc-material@0.1.76/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.76"
|
|
30
|
-
},
|
|
31
|
-
"url": "https://unpkg.com/@dckj-npm/dc-material@0.1.76/build/lowcode/meta.js",
|
|
32
|
-
"urls": {
|
|
33
|
-
"default": "https://unpkg.com/@dckj-npm/dc-material@0.1.76/build/lowcode/meta.js",
|
|
34
|
-
"design": "https://unpkg.com/@dckj-npm/dc-material@0.1.76/build/lowcode/meta.design.js"
|
|
35
|
-
},
|
|
36
|
-
"advancedUrls": {
|
|
37
|
-
"default": [
|
|
38
|
-
"https://unpkg.com/@dckj-npm/dc-material@0.1.76/build/lowcode/meta.js"
|
|
39
|
-
],
|
|
40
|
-
"design": [
|
|
41
|
-
"https://unpkg.com/@dckj-npm/dc-material@0.1.76/build/lowcode/meta.design.js"
|
|
42
|
-
]
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
],
|
|
46
|
-
"sort": {
|
|
47
|
-
"groupList": [
|
|
48
|
-
"精选组件",
|
|
49
|
-
"原子组件"
|
|
50
|
-
],
|
|
51
|
-
"categoryList": [
|
|
52
|
-
"基础元素",
|
|
53
|
-
"布局容器类",
|
|
54
|
-
"表格类",
|
|
55
|
-
"表单详情类",
|
|
56
|
-
"帮助类",
|
|
57
|
-
"对话框类",
|
|
58
|
-
"业务类",
|
|
59
|
-
"通用",
|
|
60
|
-
"引导",
|
|
61
|
-
"信息输入",
|
|
62
|
-
"信息展示",
|
|
63
|
-
"信息反馈"
|
|
64
|
-
]
|
|
65
|
-
},
|
|
66
|
-
"groupList": [
|
|
67
|
-
"精选组件",
|
|
68
|
-
"原子组件"
|
|
69
|
-
],
|
|
70
|
-
"ignoreComponents": {}
|
|
71
|
-
}
|