@dckj-npm/dc-material 0.1.0
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/README.md +17 -0
- package/build/index.css +2 -0
- package/build/index.html +1 -0
- package/build/index.js +53 -0
- package/build/lowcode/assets-daily.json +67 -0
- package/build/lowcode/assets-dev.json +67 -0
- package/build/lowcode/assets-prod.json +67 -0
- package/build/lowcode/designer.html +302 -0
- package/build/lowcode/index.html +304 -0
- package/build/lowcode/index.js +1 -0
- package/build/lowcode/meta.js +1 -0
- package/build/lowcode/preview.css +1 -0
- package/build/lowcode/preview.html +33 -0
- package/build/lowcode/preview.js +308 -0
- package/build/lowcode/render/default/view.css +1 -0
- package/build/lowcode/render/default/view.js +1 -0
- package/build/lowcode/view.css +1 -0
- package/build/lowcode/view.js +1 -0
- package/dist/BizComps.css +1 -0
- package/dist/BizComps.js +2 -0
- package/dist/BizComps.js.map +1 -0
- package/es/components/colorful-button/colorful-button.d.ts +12 -0
- package/es/components/colorful-button/colorful-button.js +25 -0
- package/es/components/colorful-button/index.d.ts +3 -0
- package/es/components/colorful-button/index.js +2 -0
- package/es/components/colorful-button/index.scss +5 -0
- package/es/components/colorful-input/colorful-input.d.ts +8 -0
- package/es/components/colorful-input/colorful-input.js +19 -0
- package/es/components/colorful-input/index.d.ts +3 -0
- package/es/components/colorful-input/index.js +2 -0
- package/es/components/colorful-input/index.scss +5 -0
- package/es/components/teletext-list/index.d.ts +6 -0
- package/es/components/teletext-list/index.js +6 -0
- package/es/components/teletext-list/index.scss +114 -0
- package/es/components/teletext-list/teletext-list.d.ts +48 -0
- package/es/components/teletext-list/teletext-list.js +93 -0
- package/es/index.d.ts +8 -0
- package/es/index.js +5 -0
- package/es/index.scss +3 -0
- package/es/style.js +3 -0
- package/es/variables.d.ts +2 -0
- package/es/variables.js +2 -0
- package/es/variables.scss +3 -0
- package/lib/components/colorful-button/colorful-button.d.ts +12 -0
- package/lib/components/colorful-button/colorful-button.js +32 -0
- package/lib/components/colorful-button/index.d.ts +3 -0
- package/lib/components/colorful-button/index.js +7 -0
- package/lib/components/colorful-button/index.scss +5 -0
- package/lib/components/colorful-input/colorful-input.d.ts +8 -0
- package/lib/components/colorful-input/colorful-input.js +26 -0
- package/lib/components/colorful-input/index.d.ts +3 -0
- package/lib/components/colorful-input/index.js +7 -0
- package/lib/components/colorful-input/index.scss +5 -0
- package/lib/components/teletext-list/index.d.ts +6 -0
- package/lib/components/teletext-list/index.js +10 -0
- package/lib/components/teletext-list/index.scss +114 -0
- package/lib/components/teletext-list/teletext-list.d.ts +48 -0
- package/lib/components/teletext-list/teletext-list.js +97 -0
- package/lib/index.d.ts +8 -0
- package/lib/index.js +12 -0
- package/lib/index.scss +3 -0
- package/lib/style.js +3 -0
- package/lib/variables.d.ts +2 -0
- package/lib/variables.js +5 -0
- package/lib/variables.scss +3 -0
- package/lowcode/colorful-button/meta.ts +102 -0
- package/lowcode/colorful-input/meta.ts +56 -0
- package/lowcode/teletext-list/meta.ts +292 -0
- package/lowcode_es/colorful-button/meta.d.ts +22 -0
- package/lowcode_es/colorful-button/meta.js +85 -0
- package/lowcode_es/colorful-input/meta.d.ts +22 -0
- package/lowcode_es/colorful-input/meta.js +48 -0
- package/lowcode_es/meta.js +166 -0
- package/lowcode_es/teletext-list/meta.d.ts +22 -0
- package/lowcode_es/teletext-list/meta.js +254 -0
- package/lowcode_es/view.js +18 -0
- package/lowcode_lib/colorful-button/meta.d.ts +22 -0
- package/lowcode_lib/colorful-button/meta.js +90 -0
- package/lowcode_lib/colorful-input/meta.d.ts +22 -0
- package/lowcode_lib/colorful-input/meta.js +53 -0
- package/lowcode_lib/meta.js +170 -0
- package/lowcode_lib/teletext-list/meta.d.ts +22 -0
- package/lowcode_lib/teletext-list/meta.js +259 -0
- package/lowcode_lib/view.js +29 -0
- package/package.json +109 -0
|
@@ -0,0 +1,259 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
exports.__esModule = true;
|
|
5
|
+
exports["default"] = void 0;
|
|
6
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
7
|
+
var TeletextListMeta = {
|
|
8
|
+
"componentName": "TeletextList",
|
|
9
|
+
"title": "TeletextList",
|
|
10
|
+
"docUrl": "",
|
|
11
|
+
"screenshot": "",
|
|
12
|
+
"devMode": "proCode",
|
|
13
|
+
"npm": {
|
|
14
|
+
"package": "@dckj-npm/dc-material",
|
|
15
|
+
"version": "0.1.0",
|
|
16
|
+
"exportName": "TeletextList",
|
|
17
|
+
"main": "src/index.tsx",
|
|
18
|
+
"destructuring": true,
|
|
19
|
+
"subName": ""
|
|
20
|
+
},
|
|
21
|
+
"configure": {
|
|
22
|
+
"props": [{
|
|
23
|
+
"title": {
|
|
24
|
+
"label": {
|
|
25
|
+
"type": "i18n",
|
|
26
|
+
"en-US": "title",
|
|
27
|
+
"zh-CN": "标题"
|
|
28
|
+
},
|
|
29
|
+
"tip": "title | 标题"
|
|
30
|
+
},
|
|
31
|
+
"name": "title",
|
|
32
|
+
"description": "标题",
|
|
33
|
+
"setter": {
|
|
34
|
+
"componentName": "StringSetter",
|
|
35
|
+
"isRequired": false,
|
|
36
|
+
"initialValue": "图文列表标题"
|
|
37
|
+
}
|
|
38
|
+
}, {
|
|
39
|
+
"title": {
|
|
40
|
+
"label": {
|
|
41
|
+
"type": "i18n",
|
|
42
|
+
"en-US": "dataList",
|
|
43
|
+
"zh-CN": "数据"
|
|
44
|
+
},
|
|
45
|
+
"tip": "dataList | 数据"
|
|
46
|
+
},
|
|
47
|
+
"name": "dataList",
|
|
48
|
+
"description": "数据",
|
|
49
|
+
"setter": {
|
|
50
|
+
"componentName": "ArraySetter",
|
|
51
|
+
"props": {
|
|
52
|
+
"itemSetter": {
|
|
53
|
+
"componentName": "ObjectSetter",
|
|
54
|
+
"props": {
|
|
55
|
+
"config": {
|
|
56
|
+
"items": [{
|
|
57
|
+
"title": {
|
|
58
|
+
"label": {
|
|
59
|
+
"type": "i18n",
|
|
60
|
+
"en-US": "title",
|
|
61
|
+
"zh-CN": "标题"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"name": "title",
|
|
65
|
+
"description": "标题",
|
|
66
|
+
"setter": {
|
|
67
|
+
"componentName": "StringSetter",
|
|
68
|
+
"isRequired": false,
|
|
69
|
+
"initialValue": ""
|
|
70
|
+
}
|
|
71
|
+
}, {
|
|
72
|
+
"title": {
|
|
73
|
+
"label": {
|
|
74
|
+
"type": "i18n",
|
|
75
|
+
"en-US": "image",
|
|
76
|
+
"zh-CN": "图片地址"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"name": "image",
|
|
80
|
+
"description": "图片地址",
|
|
81
|
+
"setter": {
|
|
82
|
+
"componentName": "StringSetter",
|
|
83
|
+
"isRequired": false,
|
|
84
|
+
"initialValue": ""
|
|
85
|
+
}
|
|
86
|
+
}, {
|
|
87
|
+
"title": {
|
|
88
|
+
"label": {
|
|
89
|
+
"type": "i18n",
|
|
90
|
+
"en-US": "imagePlacement",
|
|
91
|
+
"zh-CN": "图片位置"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"name": "imagePlacement",
|
|
95
|
+
"description": "图片位置",
|
|
96
|
+
"setter": {
|
|
97
|
+
"componentName": "RadioGroupSetter",
|
|
98
|
+
"props": {
|
|
99
|
+
"dataSource": [{
|
|
100
|
+
"label": "left",
|
|
101
|
+
"value": "left"
|
|
102
|
+
}, {
|
|
103
|
+
"label": "right",
|
|
104
|
+
"value": "right"
|
|
105
|
+
}, {
|
|
106
|
+
"label": "none",
|
|
107
|
+
"value": "none"
|
|
108
|
+
}],
|
|
109
|
+
"options": [{
|
|
110
|
+
"label": "left",
|
|
111
|
+
"value": "left"
|
|
112
|
+
}, {
|
|
113
|
+
"label": "right",
|
|
114
|
+
"value": "right"
|
|
115
|
+
}, {
|
|
116
|
+
"label": "none",
|
|
117
|
+
"value": "none"
|
|
118
|
+
}]
|
|
119
|
+
},
|
|
120
|
+
"initialValue": "left"
|
|
121
|
+
}
|
|
122
|
+
}, {
|
|
123
|
+
"title": {
|
|
124
|
+
"label": {
|
|
125
|
+
"type": "i18n",
|
|
126
|
+
"en-US": "description",
|
|
127
|
+
"zh-CN": "描述"
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
"name": "description",
|
|
131
|
+
"description": "描述",
|
|
132
|
+
"setter": {
|
|
133
|
+
"componentName": "StringSetter",
|
|
134
|
+
"isRequired": false,
|
|
135
|
+
"initialValue": ""
|
|
136
|
+
}
|
|
137
|
+
}, {
|
|
138
|
+
"title": {
|
|
139
|
+
"label": {
|
|
140
|
+
"type": "i18n",
|
|
141
|
+
"en-US": "tags",
|
|
142
|
+
"zh-CN": "标签列表"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
"name": "tags",
|
|
146
|
+
"description": "标签列表",
|
|
147
|
+
"setter": {
|
|
148
|
+
"componentName": "ArraySetter",
|
|
149
|
+
"props": {
|
|
150
|
+
"itemSetter": {
|
|
151
|
+
"componentName": "ObjectSetter",
|
|
152
|
+
"props": {
|
|
153
|
+
"config": {
|
|
154
|
+
"items": [{
|
|
155
|
+
"title": {
|
|
156
|
+
"label": {
|
|
157
|
+
"type": "i18n",
|
|
158
|
+
"en-US": "name",
|
|
159
|
+
"zh-CN": "标签名称"
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
"name": "name",
|
|
163
|
+
"description": "标签名称",
|
|
164
|
+
"setter": {
|
|
165
|
+
"componentName": "StringSetter",
|
|
166
|
+
"isRequired": true,
|
|
167
|
+
"initialValue": ""
|
|
168
|
+
}
|
|
169
|
+
}, {
|
|
170
|
+
"title": {
|
|
171
|
+
"label": {
|
|
172
|
+
"type": "i18n",
|
|
173
|
+
"en-US": "color",
|
|
174
|
+
"zh-CN": "标签颜色"
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
"name": "color",
|
|
178
|
+
"description": "标签颜色",
|
|
179
|
+
"setter": {
|
|
180
|
+
"componentName": "StringSetter",
|
|
181
|
+
"isRequired": true,
|
|
182
|
+
"initialValue": ""
|
|
183
|
+
}
|
|
184
|
+
}],
|
|
185
|
+
"extraSetter": {
|
|
186
|
+
"componentName": "MixedSetter",
|
|
187
|
+
"isRequired": false,
|
|
188
|
+
"props": {}
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"initialValue": []
|
|
195
|
+
}
|
|
196
|
+
}],
|
|
197
|
+
"extraSetter": {
|
|
198
|
+
"componentName": "MixedSetter",
|
|
199
|
+
"isRequired": false,
|
|
200
|
+
"props": {}
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
"initialValue": [{
|
|
207
|
+
"image": "https://img.alicdn.com/tps/TB16TQvOXXXXXbiaFXXXXXXXXXX-120-120.svg",
|
|
208
|
+
"imagePlacement": "left",
|
|
209
|
+
"title": "标题名称",
|
|
210
|
+
"description": "说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字",
|
|
211
|
+
"tags": [{
|
|
212
|
+
"name": "报名火热",
|
|
213
|
+
"color": "orange"
|
|
214
|
+
}, {
|
|
215
|
+
"name": "人数众多",
|
|
216
|
+
"color": "blue"
|
|
217
|
+
}]
|
|
218
|
+
}, {
|
|
219
|
+
"image": "https://img.alicdn.com/tps/TB16TQvOXXXXXbiaFXXXXXXXXXX-120-120.svg",
|
|
220
|
+
"imagePlacement": "right",
|
|
221
|
+
"title": "标题名称",
|
|
222
|
+
"description": "说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字",
|
|
223
|
+
"tags": [{
|
|
224
|
+
"name": "报名火热",
|
|
225
|
+
"color": "orange"
|
|
226
|
+
}, {
|
|
227
|
+
"name": "人数众多",
|
|
228
|
+
"color": "blue"
|
|
229
|
+
}]
|
|
230
|
+
}, {
|
|
231
|
+
"title": "标题名称",
|
|
232
|
+
"description": "说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字说明文字",
|
|
233
|
+
"tags": [{
|
|
234
|
+
"name": "报名火热",
|
|
235
|
+
"color": "orange"
|
|
236
|
+
}, {
|
|
237
|
+
"name": "人数众多",
|
|
238
|
+
"color": "blue"
|
|
239
|
+
}]
|
|
240
|
+
}]
|
|
241
|
+
}
|
|
242
|
+
}],
|
|
243
|
+
"supports": {
|
|
244
|
+
"style": true
|
|
245
|
+
},
|
|
246
|
+
"component": {}
|
|
247
|
+
}
|
|
248
|
+
};
|
|
249
|
+
var snippets = [{
|
|
250
|
+
"title": "TeletextList",
|
|
251
|
+
"screenshot": "",
|
|
252
|
+
"schema": {
|
|
253
|
+
"componentName": "TeletextList",
|
|
254
|
+
"props": {}
|
|
255
|
+
}
|
|
256
|
+
}];
|
|
257
|
+
var _default = exports["default"] = (0, _extends2["default"])({}, TeletextListMeta, {
|
|
258
|
+
snippets: snippets
|
|
259
|
+
});
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
exports.__esModule = true;
|
|
4
|
+
var _exportNames = {};
|
|
5
|
+
exports["default"] = void 0;
|
|
6
|
+
var componentInstances = _interopRequireWildcard(require("../lib/index"));
|
|
7
|
+
Object.keys(componentInstances).forEach(function (key) {
|
|
8
|
+
if (key === "default" || key === "__esModule") return;
|
|
9
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
10
|
+
if (key in exports && exports[key] === componentInstances[key]) return;
|
|
11
|
+
exports[key] = componentInstances[key];
|
|
12
|
+
});
|
|
13
|
+
require("../lib/index.scss");
|
|
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
|
+
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
|
+
var entryDefault = exports["default"] = componentInstances["default"];
|
|
17
|
+
var coveredComponents = {};
|
|
18
|
+
var library = 'BizComps';
|
|
19
|
+
var execCompile = !!true;
|
|
20
|
+
if (!execCompile) {
|
|
21
|
+
window[library] = Object.assign({
|
|
22
|
+
__esModule: true
|
|
23
|
+
}, componentInstances || {}, coveredComponents || {});
|
|
24
|
+
}
|
|
25
|
+
function getRealComponent(component, componentName) {
|
|
26
|
+
if (component["default"]) return component["default"];
|
|
27
|
+
if (component[componentName]) return component[componentName];
|
|
28
|
+
return component;
|
|
29
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@dckj-npm/dc-material",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "dc低代码物料",
|
|
5
|
+
"main": "lib/index.js",
|
|
6
|
+
"module": "es/index.js",
|
|
7
|
+
"exports": {
|
|
8
|
+
"./*": "./*",
|
|
9
|
+
".": {
|
|
10
|
+
"import": "./es/index.js",
|
|
11
|
+
"require": "./lib/index.js"
|
|
12
|
+
},
|
|
13
|
+
"./prototype": {
|
|
14
|
+
"require": "./lowcode_lib/meta.js",
|
|
15
|
+
"import": "./lowcode_es/meta.js"
|
|
16
|
+
},
|
|
17
|
+
"./prototypeView": {
|
|
18
|
+
"require": "./lowcode_lib/view.js",
|
|
19
|
+
"import": "./lowcode_es/view.js"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"publishConfig": {
|
|
23
|
+
"access": "public",
|
|
24
|
+
"registry": "https://registry.npmjs.org/"
|
|
25
|
+
},
|
|
26
|
+
"typings": "types/index.d.ts",
|
|
27
|
+
"files": [
|
|
28
|
+
"build/",
|
|
29
|
+
"dist/",
|
|
30
|
+
"lib/",
|
|
31
|
+
"es/",
|
|
32
|
+
"types/",
|
|
33
|
+
"lowcode/",
|
|
34
|
+
"lowcode_lib/",
|
|
35
|
+
"lowcode_es/"
|
|
36
|
+
],
|
|
37
|
+
"scripts": {
|
|
38
|
+
"start": "npm run dumi",
|
|
39
|
+
"build": "build-scripts build",
|
|
40
|
+
"lowcode:dev": "build-scripts start --config ./build.lowcode.js",
|
|
41
|
+
"lowcode:build": "build-scripts build --config ./build.lowcode.js",
|
|
42
|
+
"f2elint-scan": "f2elint scan",
|
|
43
|
+
"f2elint-fix": "f2elint fix",
|
|
44
|
+
"dumi": "cross-env APP_ROOT=docs dumi dev",
|
|
45
|
+
"dumi:build": "cross-env APP_ROOT=docs dumi build",
|
|
46
|
+
"prepablishOnly": "npm run build && npm run lowcode:build && npm run dumi:build"
|
|
47
|
+
},
|
|
48
|
+
"directories": {
|
|
49
|
+
"test": "test"
|
|
50
|
+
},
|
|
51
|
+
"keywords": [
|
|
52
|
+
"Fusion"
|
|
53
|
+
],
|
|
54
|
+
"author": "fusion-team",
|
|
55
|
+
"license": "MIT",
|
|
56
|
+
"husky": {
|
|
57
|
+
"hooks": {
|
|
58
|
+
"pre-commit": "f2elint commit-file-scan",
|
|
59
|
+
"commit-msg": "f2elint commit-msg-scan"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"lint-staged": {
|
|
63
|
+
"**/*.{js,jsx,ts,tsx,vue}": "f2elint exec eslint",
|
|
64
|
+
"**/*.{css,scss,less,acss}": "f2elint exec stylelint"
|
|
65
|
+
},
|
|
66
|
+
"peerDependencies": {
|
|
67
|
+
"moment": "latest",
|
|
68
|
+
"react": "^16.x",
|
|
69
|
+
"react-dom": "^16.x"
|
|
70
|
+
},
|
|
71
|
+
"devDependencies": {
|
|
72
|
+
"@alib/build-scripts": "^0.1.3",
|
|
73
|
+
"@alifd/build-plugin-lowcode": "^0.4.0",
|
|
74
|
+
"@alifd/theme-2": "^0.4.0",
|
|
75
|
+
"@alilc/lowcode-materials": "^1.2.1",
|
|
76
|
+
"@types/react": "^16.14.24",
|
|
77
|
+
"@types/react-dom": "^16.9.4",
|
|
78
|
+
"@umijs/plugin-sass": "^1.1.1",
|
|
79
|
+
"build-plugin-component": "^1.12.1",
|
|
80
|
+
"build-plugin-fusion": "^0.1.0",
|
|
81
|
+
"cross-env": "^7.0.3",
|
|
82
|
+
"dumi": "^1.1.49",
|
|
83
|
+
"dumi-theme-default": "^1.1.24",
|
|
84
|
+
"f2elint": "^1.2.0"
|
|
85
|
+
},
|
|
86
|
+
"dependencies": {
|
|
87
|
+
"@alifd/next": "^1.25.27",
|
|
88
|
+
"@babel/runtime": "^7.0.0",
|
|
89
|
+
"antd": "^5.20.6",
|
|
90
|
+
"moment": "latest",
|
|
91
|
+
"prop-types": "^15.5.8",
|
|
92
|
+
"react": "^16.x",
|
|
93
|
+
"react-dom": "^16.x"
|
|
94
|
+
},
|
|
95
|
+
"acceptDependencies": {
|
|
96
|
+
"webpack": "^4.46.x"
|
|
97
|
+
},
|
|
98
|
+
"resolutions": {
|
|
99
|
+
"webpack": "^4.46.x"
|
|
100
|
+
},
|
|
101
|
+
"componentConfig": {
|
|
102
|
+
"isComponentLibrary": true,
|
|
103
|
+
"materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.0/build/lowcode/assets-prod.json"
|
|
104
|
+
},
|
|
105
|
+
"lcMeta": {
|
|
106
|
+
"type": "component"
|
|
107
|
+
},
|
|
108
|
+
"homepage": "https://unpkg.com/@dckj-npm/dc-material@0.1.0/build/index.html"
|
|
109
|
+
}
|