@haluo/biz 0.1.22 → 1.0.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 +11 -11
- package/dist/haluo-biz.js +1649 -799
- package/dist/haluo-biz.umd.cjs +1557 -708
- package/dist/style.css +34 -34
- package/package.json +44 -42
package/dist/style.css
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
.m12[data-v-
|
|
1
|
+
.m12[data-v-3c4bc6f8] {
|
|
2
2
|
margin: 0 12px;
|
|
3
3
|
}
|
|
4
|
-
.ml16[data-v-
|
|
4
|
+
.ml16[data-v-3c4bc6f8] {
|
|
5
5
|
margin-left: 16px;
|
|
6
6
|
}
|
|
7
|
-
.mr12[data-v-
|
|
7
|
+
.mr12[data-v-3c4bc6f8] {
|
|
8
8
|
margin-right: 12px;
|
|
9
9
|
}
|
|
10
|
-
.ml12[data-v-
|
|
10
|
+
.ml12[data-v-3c4bc6f8] {
|
|
11
11
|
margin-left: 12px;
|
|
12
12
|
}
|
|
13
|
-
.mr18[data-v-
|
|
13
|
+
.mr18[data-v-3c4bc6f8] {
|
|
14
14
|
margin-right: 18px;
|
|
15
15
|
}
|
|
16
|
-
.tools[data-v-
|
|
16
|
+
.tools[data-v-3c4bc6f8] {
|
|
17
17
|
z-index: 2;
|
|
18
18
|
position: relative;
|
|
19
19
|
background: #FAFAFA;
|
|
20
20
|
}
|
|
21
|
-
.tools .tools-content[data-v-
|
|
21
|
+
.tools .tools-content[data-v-3c4bc6f8] {
|
|
22
22
|
display: -webkit-box;
|
|
23
23
|
display: -ms-flexbox;
|
|
24
24
|
display: flex;
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
-ms-flex-align: center;
|
|
27
27
|
align-items: center;
|
|
28
28
|
}
|
|
29
|
-
.tools img[data-v-
|
|
29
|
+
.tools img[data-v-3c4bc6f8] {
|
|
30
30
|
cursor: pointer;
|
|
31
31
|
}
|
|
32
|
-
.tools .box[data-v-
|
|
32
|
+
.tools .box[data-v-3c4bc6f8] {
|
|
33
33
|
position: relative;
|
|
34
34
|
}
|
|
35
|
-
.tools .box .box-mask[data-v-
|
|
35
|
+
.tools .box .box-mask[data-v-3c4bc6f8] {
|
|
36
36
|
width: 40px;
|
|
37
37
|
height: 40px;
|
|
38
38
|
background: black;
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
position: absolute;
|
|
42
42
|
pointer-events: none;
|
|
43
43
|
}
|
|
44
|
-
.tools .tools-title[data-v-
|
|
44
|
+
.tools .tools-title[data-v-3c4bc6f8] {
|
|
45
45
|
color: #333333;
|
|
46
46
|
font-size: 18px;
|
|
47
47
|
display: -webkit-box;
|
|
@@ -52,25 +52,25 @@
|
|
|
52
52
|
align-items: center;
|
|
53
53
|
cursor: pointer;
|
|
54
54
|
}
|
|
55
|
-
.tools .disable[data-v-
|
|
55
|
+
.tools .disable[data-v-3c4bc6f8] {
|
|
56
56
|
cursor: not-allowed;
|
|
57
57
|
-webkit-filter: blur(0.6px);
|
|
58
58
|
filter: blur(0.6px);
|
|
59
59
|
}
|
|
60
|
-
.tools .disable img[data-v-
|
|
60
|
+
.tools .disable img[data-v-3c4bc6f8] {
|
|
61
61
|
cursor: not-allowed;
|
|
62
62
|
}
|
|
63
|
-
.tools .wrap[data-v-
|
|
63
|
+
.tools .wrap[data-v-3c4bc6f8] {
|
|
64
64
|
position: relative;
|
|
65
65
|
}
|
|
66
|
-
.tools[data-v-
|
|
66
|
+
.tools[data-v-3c4bc6f8] .m-colorPicker {
|
|
67
67
|
position: absolute;
|
|
68
68
|
width: 100%;
|
|
69
69
|
left: 0;
|
|
70
70
|
z-index: -1;
|
|
71
71
|
height: 100%;
|
|
72
72
|
}
|
|
73
|
-
.tools[data-v-
|
|
73
|
+
.tools[data-v-3c4bc6f8] .m-colorPicker .colorBtn {
|
|
74
74
|
width: 100%;
|
|
75
75
|
height: 100%;
|
|
76
76
|
opacity: 0;
|
|
@@ -104,9 +104,6 @@
|
|
|
104
104
|
.tools-font li span:nth-child(2) {
|
|
105
105
|
margin-left: 5px;
|
|
106
106
|
}
|
|
107
|
-
.basic-dialog .basic-dialog_content {
|
|
108
|
-
height: 400px;
|
|
109
|
-
}
|
|
110
107
|
.basic-dialog .basic-dialog_title {
|
|
111
108
|
display: -webkit-box;
|
|
112
109
|
display: -ms-flexbox;
|
|
@@ -235,7 +232,7 @@
|
|
|
235
232
|
width: 310px;
|
|
236
233
|
height: 210px;
|
|
237
234
|
border-radius: 10px;
|
|
238
|
-
border: 1px solid #
|
|
235
|
+
border: 1px solid #e8e8e8;
|
|
239
236
|
display: -webkit-box;
|
|
240
237
|
display: -ms-flexbox;
|
|
241
238
|
display: flex;
|
|
@@ -255,7 +252,7 @@
|
|
|
255
252
|
}
|
|
256
253
|
.insert-img .upload-wrap .upload-wrap_box i {
|
|
257
254
|
font-size: 50px;
|
|
258
|
-
color: #
|
|
255
|
+
color: #9e9e9e;
|
|
259
256
|
}
|
|
260
257
|
.insert-img .upload-wrap .remark {
|
|
261
258
|
font-size: 14px;
|
|
@@ -282,6 +279,7 @@
|
|
|
282
279
|
margin-bottom: 10px;
|
|
283
280
|
}
|
|
284
281
|
.insert-img .img-list .img-item .icon {
|
|
282
|
+
width: 14px;
|
|
285
283
|
position: absolute;
|
|
286
284
|
top: 0;
|
|
287
285
|
right: 0;
|
|
@@ -309,9 +307,9 @@
|
|
|
309
307
|
align-items: center;
|
|
310
308
|
width: 120px;
|
|
311
309
|
height: 120px;
|
|
312
|
-
background: #
|
|
310
|
+
background: #fafafa;
|
|
313
311
|
border-radius: 4px;
|
|
314
|
-
border: 1px solid #
|
|
312
|
+
border: 1px solid #e8e8e8;
|
|
315
313
|
}
|
|
316
314
|
.insert-video {
|
|
317
315
|
display: -webkit-box;
|
|
@@ -353,7 +351,7 @@
|
|
|
353
351
|
color: #999999;
|
|
354
352
|
margin-bottom: 5px;
|
|
355
353
|
}
|
|
356
|
-
.article-item[data-v-
|
|
354
|
+
.article-item[data-v-6f9e9004] {
|
|
357
355
|
-webkit-user-select: none;
|
|
358
356
|
-moz-user-select: none;
|
|
359
357
|
-ms-user-select: none;
|
|
@@ -368,7 +366,8 @@
|
|
|
368
366
|
width: 440px;
|
|
369
367
|
position: relative;
|
|
370
368
|
}
|
|
371
|
-
.article-item .icon[data-v-
|
|
369
|
+
.article-item .icon[data-v-6f9e9004] {
|
|
370
|
+
width: 14px;
|
|
372
371
|
-webkit-user-select: none;
|
|
373
372
|
-moz-user-select: none;
|
|
374
373
|
-ms-user-select: none;
|
|
@@ -381,7 +380,7 @@
|
|
|
381
380
|
-ms-transform: translate(50%, -50%);
|
|
382
381
|
transform: translate(50%, -50%);
|
|
383
382
|
}
|
|
384
|
-
.article-item img[data-v-
|
|
383
|
+
.article-item img[data-v-6f9e9004] {
|
|
385
384
|
width: 80px;
|
|
386
385
|
height: 80px;
|
|
387
386
|
-o-object-fit: cover;
|
|
@@ -390,7 +389,7 @@
|
|
|
390
389
|
-ms-flex-negative: 0;
|
|
391
390
|
flex-shrink: 0;
|
|
392
391
|
}
|
|
393
|
-
.article-item .article-item_right[data-v-
|
|
392
|
+
.article-item .article-item_right[data-v-6f9e9004] {
|
|
394
393
|
display: -webkit-box;
|
|
395
394
|
display: -ms-flexbox;
|
|
396
395
|
display: flex;
|
|
@@ -402,7 +401,7 @@
|
|
|
402
401
|
-ms-flex-pack: justify;
|
|
403
402
|
justify-content: space-between;
|
|
404
403
|
}
|
|
405
|
-
.article-item .article-item_right .name[data-v-
|
|
404
|
+
.article-item .article-item_right .name[data-v-6f9e9004] {
|
|
406
405
|
font-size: 16px;
|
|
407
406
|
margin-top: 5px;
|
|
408
407
|
line-height: 22px;
|
|
@@ -413,7 +412,7 @@
|
|
|
413
412
|
-o-text-overflow: ellipsis;
|
|
414
413
|
text-overflow: ellipsis;
|
|
415
414
|
}
|
|
416
|
-
.article-item .article-item_right .score[data-v-
|
|
415
|
+
.article-item .article-item_right .score[data-v-6f9e9004] {
|
|
417
416
|
color: #999999;
|
|
418
417
|
line-height: 17px;
|
|
419
418
|
font-size: 12px;
|
|
@@ -425,18 +424,18 @@
|
|
|
425
424
|
align-items: center;
|
|
426
425
|
margin-bottom: 6px;
|
|
427
426
|
}
|
|
428
|
-
.article-item .article-item_right .score span[data-v-
|
|
427
|
+
.article-item .article-item_right .score span[data-v-6f9e9004]:nth-child(2) {
|
|
429
428
|
margin-left: 10px;
|
|
430
429
|
}
|
|
431
|
-
.article-item .article-item_right .score span[data-v-
|
|
430
|
+
.article-item .article-item_right .score span[data-v-6f9e9004]:nth-child(3) {
|
|
432
431
|
margin-left: 10px;
|
|
433
432
|
}
|
|
434
|
-
.article-item .article-item_right .price[data-v-
|
|
433
|
+
.article-item .article-item_right .price[data-v-6f9e9004] {
|
|
435
434
|
color: #ff5a25;
|
|
436
435
|
font-size: 16px;
|
|
437
436
|
margin-top: 6px;
|
|
438
437
|
}
|
|
439
|
-
.article-item .article-bg[data-v-
|
|
438
|
+
.article-item .article-bg[data-v-6f9e9004] {
|
|
440
439
|
position: absolute;
|
|
441
440
|
width: 440px;
|
|
442
441
|
height: 60px;
|
|
@@ -451,7 +450,7 @@
|
|
|
451
450
|
-webkit-backdrop-filter: blur(3px);
|
|
452
451
|
backdrop-filter: blur(3px);
|
|
453
452
|
}
|
|
454
|
-
.article-item .article-bg-height[data-v-
|
|
453
|
+
.article-item .article-bg-height[data-v-6f9e9004] {
|
|
455
454
|
height: 80px;
|
|
456
455
|
line-height: 80px;
|
|
457
456
|
}
|
|
@@ -687,6 +686,7 @@
|
|
|
687
686
|
position: relative;
|
|
688
687
|
}
|
|
689
688
|
.editor #editor-content .halo-video-content .video-delete {
|
|
689
|
+
width: 18px;
|
|
690
690
|
position: absolute;
|
|
691
691
|
font-size: 18px;
|
|
692
692
|
left: calc(50% + 250px);
|
package/package.json
CHANGED
|
@@ -1,42 +1,44 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@haluo/biz",
|
|
3
|
-
"description": "rich text",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"type": "module",
|
|
6
|
-
"module": "./dist/haluo-biz.js",
|
|
7
|
-
"main": "./dist/haluo-biz.umd.cjs",
|
|
8
|
-
"exports": {
|
|
9
|
-
".": {
|
|
10
|
-
"import": "./dist/haluo-biz.js",
|
|
11
|
-
"require": "./dist/haluo-biz.umd.cjs"
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
"
|
|
20
|
-
"build
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
"@
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@haluo/biz",
|
|
3
|
+
"description": "rich text",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"module": "./dist/haluo-biz.js",
|
|
7
|
+
"main": "./dist/haluo-biz.umd.cjs",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"import": "./dist/haluo-biz.js",
|
|
11
|
+
"require": "./dist/haluo-biz.umd.cjs"
|
|
12
|
+
},
|
|
13
|
+
"./dist/style.css": "./dist/style.css"
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"dist"
|
|
17
|
+
],
|
|
18
|
+
"scripts": {
|
|
19
|
+
"dev": "vite",
|
|
20
|
+
"build": "vue-tsc --noEmit && vite build",
|
|
21
|
+
"build:watch": "vue-tsc --noEmit && vite build --watch",
|
|
22
|
+
"preview": "vite preview"
|
|
23
|
+
},
|
|
24
|
+
"dependencies": {
|
|
25
|
+
"uuid": "^9.0.0",
|
|
26
|
+
"vue": "^3.2.36",
|
|
27
|
+
"vuedraggable": "^4.1.0"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@haluo/util": "^1.0.24",
|
|
31
|
+
"@types/node": "^18.7.18",
|
|
32
|
+
"@types/uuid": "^9.0.0",
|
|
33
|
+
"@vitejs/plugin-vue": "^2.1.0",
|
|
34
|
+
"autoprefixer": "^10.4.11",
|
|
35
|
+
"less": "^4.1.3",
|
|
36
|
+
"typescript": "^4.6.4",
|
|
37
|
+
"vite": "^3.1.0",
|
|
38
|
+
"vite-plugin-dts": "^1.5.0",
|
|
39
|
+
"vue-tsc": "^0.40.4"
|
|
40
|
+
},
|
|
41
|
+
"peerDependencies": {
|
|
42
|
+
"vue": "^3.x"
|
|
43
|
+
}
|
|
44
|
+
}
|