@dckj-npm/dc-material 0.1.126 → 0.1.128

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 (116) hide show
  1. package/build/index.js +1 -1
  2. package/build/lowcode/assets-daily.json +13 -13
  3. package/build/lowcode/assets-dev.json +2 -2
  4. package/build/lowcode/assets-prod.json +13 -13
  5. package/build/lowcode/index.js +1 -1
  6. package/build/lowcode/meta.design.js +1 -1
  7. package/build/lowcode/meta.js +1 -1
  8. package/build/lowcode/preview.js +7 -7
  9. package/build/lowcode/render/default/view.css +1 -1
  10. package/build/lowcode/render/default/view.js +6 -6
  11. package/build/lowcode/view.css +1 -1
  12. package/build/lowcode/view.js +6 -6
  13. package/dist/BizComps.css +1 -1
  14. package/dist/BizComps.js +2 -2
  15. package/dist/BizComps.js.map +1 -1
  16. package/es/components/message-list/message-list-item.scss +1 -1
  17. package/es/components/notice-bar/index.scss +6 -6
  18. package/es/components/stream-list/index.d.ts +6 -0
  19. package/es/components/stream-list/index.js +6 -0
  20. package/es/components/stream-list/index.scss +26 -0
  21. package/es/components/stream-list/stream-list.d.ts +54 -0
  22. package/es/components/stream-list/stream-list.js +159 -0
  23. package/es/index.d.ts +2 -0
  24. package/es/index.js +4 -0
  25. package/lib/components/message-list/message-list-item.scss +1 -1
  26. package/lib/components/notice-bar/index.scss +6 -6
  27. package/lib/components/stream-list/index.d.ts +6 -0
  28. package/lib/components/stream-list/index.js +6 -0
  29. package/lib/components/stream-list/index.scss +26 -0
  30. package/lib/components/stream-list/stream-list.d.ts +54 -0
  31. package/lib/components/stream-list/stream-list.js +166 -0
  32. package/lib/index.d.ts +2 -0
  33. package/lib/index.js +5 -1
  34. package/lowcode/button2/meta.ts +59 -58
  35. package/lowcode/custom-radio-group/meta.ts +3 -1
  36. package/lowcode/custom-radio-group-item/meta.ts +185 -184
  37. package/lowcode/d-c-slider/meta.design.ts +3 -2
  38. package/lowcode/d-c-slider/meta.ts +16 -15
  39. package/lowcode/goods-card-list/meta.ts +3 -1
  40. package/lowcode/goods-card-list-common/meta.ts +3 -1
  41. package/lowcode/grid-nav/meta.ts +144 -129
  42. package/lowcode/integral-task/meta.ts +141 -140
  43. package/lowcode/menu-list/meta.ts +114 -107
  44. package/lowcode/message-list/meta.ts +105 -98
  45. package/lowcode/navigation/meta.ts +139 -127
  46. package/lowcode/notice-bar/meta.ts +6 -4
  47. package/lowcode/position/meta.ts +111 -110
  48. package/lowcode/rich-text/meta.ts +49 -50
  49. package/lowcode/search-bar/meta.ts +38 -35
  50. package/lowcode/stream-list/meta.ts +209 -0
  51. package/lowcode/swiper/meta.ts +102 -1
  52. package/lowcode/tab-container/meta.ts +45 -44
  53. package/lowcode/tab-message/meta.ts +84 -80
  54. package/lowcode/tag-c/meta.ts +59 -58
  55. package/lowcode/teletext-list/meta.ts +11 -17
  56. package/lowcode/title1/meta.ts +47 -46
  57. package/lowcode/title2/meta.ts +73 -72
  58. package/lowcode_es/button2/meta.js +48 -46
  59. package/lowcode_es/custom-radio-group/meta.js +3 -1
  60. package/lowcode_es/custom-radio-group-item/meta.js +152 -150
  61. package/lowcode_es/d-c-slider/meta.d.ts +3 -1
  62. package/lowcode_es/d-c-slider/meta.design.d.ts +1 -0
  63. package/lowcode_es/d-c-slider/meta.design.js +2 -1
  64. package/lowcode_es/d-c-slider/meta.js +8 -7
  65. package/lowcode_es/goods-card-list/meta.js +3 -1
  66. package/lowcode_es/goods-card-list-common/meta.js +3 -1
  67. package/lowcode_es/grid-nav/meta.js +109 -108
  68. package/lowcode_es/integral-task/meta.js +101 -99
  69. package/lowcode_es/menu-list/meta.js +79 -77
  70. package/lowcode_es/message-list/meta.js +65 -63
  71. package/lowcode_es/meta.js +3 -2
  72. package/lowcode_es/navigation/meta.js +98 -96
  73. package/lowcode_es/notice-bar/meta.js +3 -1
  74. package/lowcode_es/position/meta.js +77 -75
  75. package/lowcode_es/rich-text/meta.js +34 -32
  76. package/lowcode_es/search-bar/meta.js +23 -21
  77. package/lowcode_es/stream-list/meta.d.ts +22 -0
  78. package/lowcode_es/stream-list/meta.js +196 -0
  79. package/lowcode_es/swiper/meta.js +91 -1
  80. package/lowcode_es/tab-container/meta.d.ts +1 -1
  81. package/lowcode_es/tab-container/meta.js +27 -26
  82. package/lowcode_es/tab-message/meta.js +66 -64
  83. package/lowcode_es/tag-c/meta.js +48 -46
  84. package/lowcode_es/teletext-list/meta.js +4 -9
  85. package/lowcode_es/title1/meta.js +37 -35
  86. package/lowcode_es/title2/meta.js +61 -59
  87. package/lowcode_lib/button2/meta.js +48 -46
  88. package/lowcode_lib/custom-radio-group/meta.js +3 -1
  89. package/lowcode_lib/custom-radio-group-item/meta.js +152 -150
  90. package/lowcode_lib/d-c-slider/meta.d.ts +3 -1
  91. package/lowcode_lib/d-c-slider/meta.design.d.ts +1 -0
  92. package/lowcode_lib/d-c-slider/meta.design.js +2 -1
  93. package/lowcode_lib/d-c-slider/meta.js +8 -7
  94. package/lowcode_lib/goods-card-list/meta.js +3 -1
  95. package/lowcode_lib/goods-card-list-common/meta.js +3 -1
  96. package/lowcode_lib/grid-nav/meta.js +109 -108
  97. package/lowcode_lib/integral-task/meta.js +101 -99
  98. package/lowcode_lib/menu-list/meta.js +79 -77
  99. package/lowcode_lib/message-list/meta.js +65 -63
  100. package/lowcode_lib/meta.js +11 -10
  101. package/lowcode_lib/navigation/meta.js +98 -96
  102. package/lowcode_lib/notice-bar/meta.js +3 -1
  103. package/lowcode_lib/position/meta.js +77 -75
  104. package/lowcode_lib/rich-text/meta.js +34 -32
  105. package/lowcode_lib/search-bar/meta.js +23 -21
  106. package/lowcode_lib/stream-list/meta.d.ts +22 -0
  107. package/lowcode_lib/stream-list/meta.js +201 -0
  108. package/lowcode_lib/swiper/meta.js +91 -1
  109. package/lowcode_lib/tab-container/meta.d.ts +1 -1
  110. package/lowcode_lib/tab-container/meta.js +27 -26
  111. package/lowcode_lib/tab-message/meta.js +66 -64
  112. package/lowcode_lib/tag-c/meta.js +48 -46
  113. package/lowcode_lib/teletext-list/meta.js +4 -9
  114. package/lowcode_lib/title1/meta.js +37 -35
  115. package/lowcode_lib/title2/meta.js +61 -59
  116. package/package.json +3 -3
@@ -1,94 +1,94 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  var MenuListMeta = {
3
- "group": "低代码组件",
4
- "componentName": "MenuList",
5
- "title": "列表菜单组件",
6
- "docUrl": "",
7
- "screenshot": "",
8
- "devMode": "proCode",
9
- "npm": {
10
- "package": "@dckj-npm/dc-material",
11
- "version": "0.1.8",
12
- "exportName": "MenuList",
13
- "main": "src/index.tsx",
14
- "destructuring": true,
15
- "subName": ""
3
+ group: '低代码组件',
4
+ componentName: 'MenuList',
5
+ title: '列表菜单组件',
6
+ docUrl: '',
7
+ screenshot: '',
8
+ devMode: 'proCode',
9
+ npm: {
10
+ "package": '@dckj-npm/dc-material',
11
+ version: '0.1.8',
12
+ exportName: 'MenuList',
13
+ main: 'src/index.tsx',
14
+ destructuring: true,
15
+ subName: ''
16
16
  },
17
- "configure": {
18
- "props": [{
19
- "title": {
20
- "label": {
21
- "type": "i18n",
22
- "en-US": "dataList",
23
- "zh-CN": "数据"
17
+ configure: {
18
+ props: [{
19
+ title: {
20
+ label: {
21
+ type: 'i18n',
22
+ 'en-US': 'dataList',
23
+ 'zh-CN': '数据'
24
24
  },
25
- "tip": "dataList | 数据"
25
+ tip: 'dataList | 数据'
26
26
  },
27
- "name": "dataList",
28
- "description": "数据",
29
- "setter": {
30
- "componentName": "ArraySetter",
31
- "props": {
32
- "itemSetter": {
33
- "componentName": "ObjectSetter",
34
- "props": {
35
- "config": {
36
- "items": [{
37
- "title": {
38
- "label": {
39
- "type": "i18n",
40
- "en-US": "title",
41
- "zh-CN": "title"
27
+ name: 'dataList',
28
+ description: '数据',
29
+ setter: {
30
+ componentName: 'ArraySetter',
31
+ props: {
32
+ itemSetter: {
33
+ componentName: 'ObjectSetter',
34
+ props: {
35
+ config: {
36
+ items: [{
37
+ title: {
38
+ label: {
39
+ type: 'i18n',
40
+ 'en-US': 'title',
41
+ 'zh-CN': 'title'
42
42
  }
43
43
  },
44
- "name": "title",
45
- "description": "菜单名称",
46
- "setter": {
47
- "componentName": "StringSetter",
48
- "isRequired": true,
49
- "initialValue": ""
44
+ name: 'title',
45
+ description: '菜单名称',
46
+ setter: {
47
+ componentName: 'StringSetter',
48
+ isRequired: true,
49
+ initialValue: ''
50
50
  }
51
51
  }, {
52
- "title": {
53
- "label": {
54
- "type": "i18n",
55
- "en-US": "iconUrl",
56
- "zh-CN": "iconUrl"
52
+ title: {
53
+ label: {
54
+ type: 'i18n',
55
+ 'en-US': 'iconUrl',
56
+ 'zh-CN': 'iconUrl'
57
57
  }
58
58
  },
59
- "name": "iconUrl",
60
- "description": "菜单图标",
61
- "setter": {
62
- "componentName": "CustomImageSetter",
63
- "isRequired": false,
64
- "initialValue": ""
59
+ name: 'iconUrl',
60
+ description: '菜单图标',
61
+ setter: {
62
+ componentName: 'CustomImageSetter',
63
+ isRequired: false,
64
+ initialValue: ''
65
65
  }
66
66
  }, {
67
- "title": {
68
- "label": {
69
- "type": "i18n",
70
- "en-US": "click",
71
- "zh-CN": "点击事件"
67
+ title: {
68
+ label: {
69
+ type: 'i18n',
70
+ 'en-US': 'click',
71
+ 'zh-CN': '点击事件'
72
72
  }
73
73
  },
74
- "name": "handleClick",
75
- "description": "菜单点击事件",
76
- "setter": {
77
- "componentName": "FunctionSetter",
78
- "isRequired": false,
79
- "initialValue": ""
74
+ name: 'handleClick',
75
+ description: '菜单点击事件',
76
+ setter: {
77
+ componentName: 'FunctionSetter',
78
+ isRequired: false,
79
+ initialValue: ''
80
80
  }
81
81
  }],
82
- "extraSetter": {
83
- "componentName": "MixedSetter",
84
- "isRequired": false,
85
- "props": {}
82
+ extraSetter: {
83
+ componentName: 'MixedSetter',
84
+ isRequired: false,
85
+ props: {}
86
86
  }
87
87
  }
88
88
  }
89
89
  }
90
90
  },
91
- "initialValue": [{
91
+ initialValue: [{
92
92
  title: '我的名片',
93
93
  iconUrl: 'http://122.225.55.70:18084/files/upload/2024/09/12/139d14911a124bfc956a7f725e9470e1.png'
94
94
  }, {
@@ -109,18 +109,20 @@ var MenuListMeta = {
109
109
  }]
110
110
  }
111
111
  }],
112
- "supports": {
113
- "style": true
112
+ supports: {
113
+ style: true
114
114
  },
115
- "component": {}
115
+ component: {
116
+ disableBehaviors: ['copy']
117
+ }
116
118
  }
117
119
  };
118
120
  var snippets = [{
119
- "title": "列表菜单组件",
120
- "screenshot": "",
121
- "schema": {
122
- "componentName": "MenuList",
123
- "props": {}
121
+ title: '列表菜单组件',
122
+ screenshot: '',
123
+ schema: {
124
+ componentName: 'MenuList',
125
+ props: {}
124
126
  }
125
127
  }];
126
128
  export default _extends({}, MenuListMeta, {
@@ -1,27 +1,27 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  var MessageListMeta = {
3
- "componentName": "MessageList",
4
- "title": "消息列表",
5
- "docUrl": "",
6
- "screenshot": "",
7
- "devMode": "proCode",
8
- "npm": {
9
- "package": "@dckj-npm/dc-material",
10
- "version": "0.1.13",
11
- "exportName": "MessageList",
12
- "main": "src\\index.tsx",
13
- "destructuring": true,
14
- "subName": ""
3
+ componentName: 'MessageList',
4
+ title: '消息列表',
5
+ docUrl: '',
6
+ screenshot: '',
7
+ devMode: 'proCode',
8
+ npm: {
9
+ "package": '@dckj-npm/dc-material',
10
+ version: '0.1.13',
11
+ exportName: 'MessageList',
12
+ main: 'src\\index.tsx',
13
+ destructuring: true,
14
+ subName: ''
15
15
  },
16
- "configure": {
17
- "props": [{
18
- "title": "图片",
19
- "name": "images",
20
- "description": "图片",
21
- "setter": {
22
- "componentName": "ArraySetter",
23
- "props": {
24
- "itemSetter": "StringSetter"
16
+ configure: {
17
+ props: [{
18
+ title: '图片',
19
+ name: 'images',
20
+ description: '图片',
21
+ setter: {
22
+ componentName: 'ArraySetter',
23
+ props: {
24
+ itemSetter: 'StringSetter'
25
25
  }
26
26
  }
27
27
  }, {
@@ -57,63 +57,65 @@ var MessageListMeta = {
57
57
  }
58
58
  }
59
59
  }, {
60
- "title": {
61
- "label": {
62
- "type": "i18n",
63
- "en-US": "onClick",
64
- "zh-CN": "点击事件"
60
+ title: {
61
+ label: {
62
+ type: 'i18n',
63
+ 'en-US': 'onClick',
64
+ 'zh-CN': '点击事件'
65
65
  },
66
- "tip": "onClick | 点击事件"
66
+ tip: 'onClick | 点击事件'
67
67
  },
68
- "name": "onClick",
69
- "description": "点击事件",
70
- "setter": {
71
- "componentName": "FunctionSetter"
68
+ name: 'onClick',
69
+ description: '点击事件',
70
+ setter: {
71
+ componentName: 'FunctionSetter'
72
72
  }
73
73
  }],
74
- "supports": {
75
- "style": true
74
+ supports: {
75
+ style: true
76
76
  },
77
- "component": {}
77
+ component: {
78
+ disableBehaviors: ['copy']
79
+ }
78
80
  }
79
81
  };
80
82
  var snippets = [{
81
- "title": "消息列表",
82
- "screenshot": "",
83
- "schema": {
84
- "componentName": "MessageList",
85
- "props": {
83
+ title: '消息列表',
84
+ screenshot: '',
85
+ schema: {
86
+ componentName: 'MessageList',
87
+ props: {
86
88
  images: ['https://52pupu.com/source/api/upload/1036284777780613120/2024/202409/20240930/1038087407058161664.png', 'https://52pupu.com/source/api/upload/1036284777780613120/2024/202409/20240930/1038087477308559360.png'],
87
89
  dataList: [{
88
- "title": "权益信息",
89
- "description": "这里是消息 为小官时皆尝有之。” 金·元好问《为橄子醵金》诗之一:“明珠评价敌连城,弃掷泥涂意未平。” 清黄六鸿《福惠全",
90
- "gmtCreate": "2024-05-24 09:24"
90
+ title: '权益信息',
91
+ description: '这里是消息 为小官时皆尝有之。” 金·元好问《为橄子醵金》诗之一:“明珠评价敌连城,弃掷泥涂意未平。” 清黄六鸿《福惠全',
92
+ gmtCreate: '2024-05-24 09:24'
91
93
  }, {
92
- "title": "审核信息",
93
- "description": "这里是消息 为小官时皆尝有之。” 金·元好问《为橄子醵金》诗之一:“明珠评价敌连城,弃掷泥涂意未平。” 清黄六鸿《福惠全",
94
- "gmtCreate": "2024-05-24 09:24"
94
+ title: '审核信息',
95
+ description: '这里是消息 为小官时皆尝有之。” 金·元好问《为橄子醵金》诗之一:“明珠评价敌连城,弃掷泥涂意未平。” 清黄六鸿《福惠全',
96
+ gmtCreate: '2024-05-24 09:24'
95
97
  }, {
96
- "title": "权益信息",
97
- "description": "这里是消息 为小官时皆尝有之。” 金·元好问《为橄子醵金》诗之一:“明珠评价敌连城,弃掷泥涂意未平。” 清黄六鸿《福惠全",
98
- "gmtCreate": "2024-05-24 09:24"
98
+ title: '权益信息',
99
+ description: '这里是消息 为小官时皆尝有之。” 金·元好问《为橄子醵金》诗之一:“明珠评价敌连城,弃掷泥涂意未平。” 清黄六鸿《福惠全',
100
+ gmtCreate: '2024-05-24 09:24'
99
101
  }],
100
102
  readDataList: [{
101
- "title": "已读标题名称",
102
- "description": "已读说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字",
103
- "gmtCreate": "2024-05-24 09:24"
103
+ title: '已读标题名称',
104
+ description: '已读说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字',
105
+ gmtCreate: '2024-05-24 09:24'
104
106
  }, {
105
- "title": "已读标题名称",
106
- "description": "已读说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字",
107
- "gmtCreate": "2024-05-24 09:24"
107
+ title: '已读标题名称',
108
+ description: '已读说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字',
109
+ gmtCreate: '2024-05-24 09:24'
108
110
  }],
109
111
  unReadDataList: [{
110
- "title": "未读标题名称",
111
- "description": "未读说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字",
112
- "gmtCreate": "2024-05-24 09:24"
112
+ title: '未读标题名称',
113
+ description: '未读说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字',
114
+ gmtCreate: '2024-05-24 09:24'
113
115
  }, {
114
- "title": "未读标题名称",
115
- "description": "未读说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字",
116
- "gmtCreate": "2024-05-24 09:24"
116
+ title: '未读标题名称',
117
+ description: '未读说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字',
118
+ gmtCreate: '2024-05-24 09:24'
117
119
  }]
118
120
  },
119
121
  children: [{
@@ -131,7 +133,7 @@ var snippets = [{
131
133
  props: {
132
134
  type: 'h5',
133
135
  key: 'title',
134
- 'style': {
136
+ style: {
135
137
  fontSize: '15px',
136
138
  color: '#333',
137
139
  fontWeght: 'bold'
@@ -142,7 +144,7 @@ var snippets = [{
142
144
  props: {
143
145
  type: 'inherit',
144
146
  key: 'content',
145
- 'style': {
147
+ style: {
146
148
  fontSize: '13px',
147
149
  color: '#333'
148
150
  }
@@ -152,7 +154,7 @@ var snippets = [{
152
154
  props: {
153
155
  type: 'inherit',
154
156
  key: 'gmtCreate',
155
- 'style': {
157
+ style: {
156
158
  fontSize: '10px',
157
159
  color: '#999',
158
160
  marginBottom: '5px'
@@ -14,6 +14,7 @@ import NoticeBarMeta from "./notice-bar/meta";
14
14
  import PositionMeta from "./position/meta";
15
15
  import RichTextMeta from "./rich-text/meta";
16
16
  import SearchBarMeta from "./search-bar/meta";
17
+ import StreamListMeta from "./stream-list/meta";
17
18
  import SwiperMeta from "./swiper/meta";
18
19
  import TabContainerItemMeta from "./tab-container-item/meta";
19
20
  import TabContainerMeta from "./tab-container/meta";
@@ -93,7 +94,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
93
94
  packageName = '@dckj-npm/dc-material';
94
95
  }
95
96
  if (version === void 0) {
96
- version = '0.1.126';
97
+ version = '0.1.128';
97
98
  }
98
99
  if (basicLibraryVersion === void 0) {
99
100
  basicLibraryVersion = {
@@ -120,7 +121,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
120
121
  }
121
122
  return meta;
122
123
  }
123
- var componentMetas = [Button2Meta, CustomRadioGroupItemMeta, CustomRadioGroupMeta, DCSliderMeta, GoodsCardListCommonMeta, GoodsCardListMeta, GridNavMeta, IntegralTaskMeta, MenuListMeta, MessageListMeta, NavigationMeta, NoticeBarMeta, PositionMeta, RichTextMeta, SearchBarMeta, SwiperMeta, TabContainerItemMeta, TabContainerMeta, TabMessageMeta, TagCMeta, TeletextListMeta, Title1Meta, Title2Meta];
124
+ var componentMetas = [Button2Meta, CustomRadioGroupItemMeta, CustomRadioGroupMeta, DCSliderMeta, GoodsCardListCommonMeta, GoodsCardListMeta, GridNavMeta, IntegralTaskMeta, MenuListMeta, MessageListMeta, NavigationMeta, NoticeBarMeta, PositionMeta, RichTextMeta, SearchBarMeta, StreamListMeta, SwiperMeta, TabContainerItemMeta, TabContainerMeta, TabMessageMeta, TagCMeta, TeletextListMeta, Title1Meta, Title2Meta];
124
125
  var components = [];
125
126
  var npmInfo = {};
126
127
  componentMetas.forEach(function (meta) {