@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.
- package/build/lowcode/meta.design.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +1 -1
- package/lowcode/navigation/meta.ts +8 -16
- package/lowcode/rich-text/meta.ts +19 -2
- package/lowcode_es/navigation/meta.js +8 -16
- package/lowcode_es/rich-text/meta.js +16 -1
- package/lowcode_lib/navigation/meta.js +8 -16
- package/lowcode_lib/rich-text/meta.js +16 -1
- package/package.json +2 -2
|
@@ -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":
|
|
147
|
-
"selectedIcon":
|
|
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":
|
|
152
|
-
"selectedIcon":
|
|
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":
|
|
157
|
-
"selectedIcon":
|
|
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":
|
|
162
|
-
"selectedIcon":
|
|
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": "
|
|
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":
|
|
136
|
-
"selectedIcon":
|
|
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":
|
|
140
|
-
"selectedIcon":
|
|
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":
|
|
144
|
-
"selectedIcon":
|
|
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":
|
|
148
|
-
"selectedIcon":
|
|
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": "
|
|
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":
|
|
141
|
-
"selectedIcon":
|
|
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":
|
|
145
|
-
"selectedIcon":
|
|
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":
|
|
149
|
-
"selectedIcon":
|
|
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":
|
|
153
|
-
"selectedIcon":
|
|
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": "
|
|
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.
|
|
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
|
+
}
|