@dckj-npm/dc-material 0.1.37 → 0.1.38

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.
@@ -1,11 +1,3 @@
1
- import messageIcon from '../../src/assets/icon/navigation/message.png'
2
- import messageIconSelected from '../../src/assets/icon/navigation/message-selected.png'
3
- import indexIcon from '../../src/assets/icon/navigation/index.png'
4
- import indexIconSelected from '../../src/assets/icon/navigation/index-selected.png'
5
- import mineIcon from '../../src/assets/icon/navigation/mine.png'
6
- import mineIconSelected from '../../src/assets/icon/navigation/mine-selected.png'
7
- import presentIcon from '../../src/assets/icon/navigation/present.png'
8
- import presentIconSelected from '../../src/assets/icon/navigation/present-selected.png'
9
1
  import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types';
10
2
 
11
3
  const NavigationMeta: IPublicTypeComponentMetadata = {
@@ -143,23 +135,23 @@ const snippets: IPublicTypeSnippet[] = [
143
135
  "itemArray": [
144
136
  {
145
137
  "text": "首页",
146
- "icon": indexIcon,
147
- "selectedIcon": indexIconSelected
138
+ "icon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048652967890259968.png",
139
+ "selectedIcon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048653089051119616.png"
148
140
  },
149
141
  {
150
142
  "text": "消息",
151
- "icon": messageIcon,
152
- "selectedIcon": messageIconSelected
143
+ "icon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048653230705348608.png",
144
+ "selectedIcon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048653358677757952.png"
153
145
  },
154
146
  {
155
147
  "text": "礼品",
156
- "icon": presentIcon,
157
- "selectedIcon": presentIconSelected
148
+ "icon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048649679614644224.png",
149
+ "selectedIcon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048650840912564224.png"
158
150
  },
159
151
  {
160
152
  "text": "我的",
161
- "icon": mineIcon,
162
- "selectedIcon": mineIconSelected
153
+ "icon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048650981727932416.png",
154
+ "selectedIcon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048652834045825024.png"
163
155
  }
164
156
  ]
165
157
  }
@@ -28,10 +28,27 @@ const RichTextMeta: IPublicTypeComponentMetadata = {
28
28
  },
29
29
  "name": "content",
30
30
  "setter": {
31
- "componentName": "RichTextSetter",
31
+ "componentName": "TextAreaSetter",
32
32
  "initialValue": ""
33
33
  }
34
- }
34
+ },
35
+ {
36
+ name: '数据源绑定',
37
+ setter: {
38
+ componentName: 'SetterFormVariable',
39
+ props: {
40
+ attributes: [
41
+ {
42
+ label: '富文本数据',
43
+ value: 'dataList',
44
+ children: [
45
+ { label: '内容', value: 'content' },
46
+ ],
47
+ }
48
+ ]
49
+ }
50
+ }
51
+ },
35
52
  ],
36
53
  "supports": {
37
54
  "style": true
@@ -1,12 +1,4 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- import messageIcon from "../../src/assets/icon/navigation/message.png";
3
- import messageIconSelected from "../../src/assets/icon/navigation/message-selected.png";
4
- import indexIcon from "../../src/assets/icon/navigation/index.png";
5
- import indexIconSelected from "../../src/assets/icon/navigation/index-selected.png";
6
- import mineIcon from "../../src/assets/icon/navigation/mine.png";
7
- import mineIconSelected from "../../src/assets/icon/navigation/mine-selected.png";
8
- import presentIcon from "../../src/assets/icon/navigation/present.png";
9
- import presentIconSelected from "../../src/assets/icon/navigation/present-selected.png";
10
2
  var NavigationMeta = {
11
3
  group: '低代码组件',
12
4
  "componentName": "Navigation",
@@ -132,20 +124,20 @@ var snippets = [{
132
124
  selectedColor: '#EB7244',
133
125
  "itemArray": [{
134
126
  "text": "首页",
135
- "icon": indexIcon,
136
- "selectedIcon": indexIconSelected
127
+ "icon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048652967890259968.png",
128
+ "selectedIcon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048653089051119616.png"
137
129
  }, {
138
130
  "text": "消息",
139
- "icon": messageIcon,
140
- "selectedIcon": messageIconSelected
131
+ "icon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048653230705348608.png",
132
+ "selectedIcon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048653358677757952.png"
141
133
  }, {
142
134
  "text": "礼品",
143
- "icon": presentIcon,
144
- "selectedIcon": presentIconSelected
135
+ "icon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048649679614644224.png",
136
+ "selectedIcon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048650840912564224.png"
145
137
  }, {
146
138
  "text": "我的",
147
- "icon": mineIcon,
148
- "selectedIcon": mineIconSelected
139
+ "icon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048650981727932416.png",
140
+ "selectedIcon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048652834045825024.png"
149
141
  }]
150
142
  }
151
143
  }
@@ -25,9 +25,24 @@ var RichTextMeta = {
25
25
  },
26
26
  "name": "content",
27
27
  "setter": {
28
- "componentName": "RichTextSetter",
28
+ "componentName": "TextAreaSetter",
29
29
  "initialValue": ""
30
30
  }
31
+ }, {
32
+ name: '数据源绑定',
33
+ setter: {
34
+ componentName: 'SetterFormVariable',
35
+ props: {
36
+ attributes: [{
37
+ label: '富文本数据',
38
+ value: 'dataList',
39
+ children: [{
40
+ label: '内容',
41
+ value: 'content'
42
+ }]
43
+ }]
44
+ }
45
+ }
31
46
  }],
32
47
  "supports": {
33
48
  "style": true
@@ -4,14 +4,6 @@ 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"));
13
- var _present = _interopRequireDefault(require("../../src/assets/icon/navigation/present.png"));
14
- var _presentSelected = _interopRequireDefault(require("../../src/assets/icon/navigation/present-selected.png"));
15
7
  var NavigationMeta = {
16
8
  group: '低代码组件',
17
9
  "componentName": "Navigation",
@@ -137,20 +129,20 @@ var snippets = [{
137
129
  selectedColor: '#EB7244',
138
130
  "itemArray": [{
139
131
  "text": "首页",
140
- "icon": _index["default"],
141
- "selectedIcon": _indexSelected["default"]
132
+ "icon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048652967890259968.png",
133
+ "selectedIcon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048653089051119616.png"
142
134
  }, {
143
135
  "text": "消息",
144
- "icon": _message["default"],
145
- "selectedIcon": _messageSelected["default"]
136
+ "icon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048653230705348608.png",
137
+ "selectedIcon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048653358677757952.png"
146
138
  }, {
147
139
  "text": "礼品",
148
- "icon": _present["default"],
149
- "selectedIcon": _presentSelected["default"]
140
+ "icon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048649679614644224.png",
141
+ "selectedIcon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048650840912564224.png"
150
142
  }, {
151
143
  "text": "我的",
152
- "icon": _mine["default"],
153
- "selectedIcon": _mineSelected["default"]
144
+ "icon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048650981727932416.png",
145
+ "selectedIcon": "https://52pupu.com/source/api/upload/936702478408355840/2024/202410/20241029/1048652834045825024.png"
154
146
  }]
155
147
  }
156
148
  }
@@ -30,9 +30,24 @@ var RichTextMeta = {
30
30
  },
31
31
  "name": "content",
32
32
  "setter": {
33
- "componentName": "RichTextSetter",
33
+ "componentName": "TextAreaSetter",
34
34
  "initialValue": ""
35
35
  }
36
+ }, {
37
+ name: '数据源绑定',
38
+ setter: {
39
+ componentName: 'SetterFormVariable',
40
+ props: {
41
+ attributes: [{
42
+ label: '富文本数据',
43
+ value: 'dataList',
44
+ children: [{
45
+ label: '内容',
46
+ value: 'content'
47
+ }]
48
+ }]
49
+ }
50
+ }
36
51
  }],
37
52
  "supports": {
38
53
  "style": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dckj-npm/dc-material",
3
- "version": "0.1.37",
3
+ "version": "0.1.38",
4
4
  "description": "dc低代码物料",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -109,4 +109,4 @@
109
109
  "type": "component"
110
110
  },
111
111
  "homepage": "https://unpkg.com/@dckj-npm/dc-material@0.1.36/build/index.html"
112
- }
112
+ }