@haluo/biz 2.0.13-beta → 2.0.13

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/dist/style.css CHANGED
@@ -1,24 +1,24 @@
1
- .m12[data-v-0fe1bef8] {
1
+ .m12[data-v-dd9e6bac] {
2
2
  margin: 0 12px;
3
3
  }
4
- .ml16[data-v-0fe1bef8] {
4
+ .ml16[data-v-dd9e6bac] {
5
5
  margin-left: 16px;
6
6
  }
7
- .mr12[data-v-0fe1bef8] {
7
+ .mr12[data-v-dd9e6bac] {
8
8
  margin-right: 12px;
9
9
  }
10
- .ml12[data-v-0fe1bef8] {
10
+ .ml12[data-v-dd9e6bac] {
11
11
  margin-left: 12px;
12
12
  }
13
- .mr18[data-v-0fe1bef8] {
13
+ .mr18[data-v-dd9e6bac] {
14
14
  margin-right: 18px;
15
15
  }
16
- .tools[data-v-0fe1bef8] {
16
+ .tools[data-v-dd9e6bac] {
17
17
  z-index: 2;
18
18
  position: relative;
19
19
  background: #FAFAFA;
20
20
  }
21
- .tools .tools-content[data-v-0fe1bef8] {
21
+ .tools .tools-content[data-v-dd9e6bac] {
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-0fe1bef8] {
29
+ .tools img[data-v-dd9e6bac] {
30
30
  cursor: pointer;
31
31
  }
32
- .tools .box[data-v-0fe1bef8] {
32
+ .tools .box[data-v-dd9e6bac] {
33
33
  position: relative;
34
34
  }
35
- .tools .box .box-mask[data-v-0fe1bef8] {
35
+ .tools .box .box-mask[data-v-dd9e6bac] {
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-0fe1bef8] {
44
+ .tools .tools-title[data-v-dd9e6bac] {
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-0fe1bef8] {
55
+ .tools .disable[data-v-dd9e6bac] {
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-0fe1bef8] {
60
+ .tools .disable img[data-v-dd9e6bac] {
61
61
  cursor: not-allowed;
62
62
  }
63
- .tools .wrap[data-v-0fe1bef8] {
63
+ .tools .wrap[data-v-dd9e6bac] {
64
64
  position: relative;
65
65
  }
66
- .tools[data-v-0fe1bef8] .m-colorPicker {
66
+ .tools[data-v-dd9e6bac] .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-0fe1bef8] .m-colorPicker .colorBtn {
73
+ .tools[data-v-dd9e6bac] .m-colorPicker .colorBtn {
74
74
  width: 100%;
75
75
  height: 100%;
76
76
  opacity: 0;
@@ -722,9 +722,6 @@
722
722
  min-height: 150px;
723
723
  margin: 5px 0;
724
724
  }
725
- .editor #editor-content .halo-img-content .halo-picture-area::focus {
726
- outline: 1px solid #1a74ff;
727
- }
728
725
  .editor #editor-content .halo-img-content .no-upload,
729
726
  .editor #editor-content .halo-img-content .upload-fail {
730
727
  -webkit-filter: brightness(0.5);
@@ -745,19 +742,6 @@
745
742
  -ms-transform: translate(-50%, -50%);
746
743
  transform: translate(-50%, -50%);
747
744
  }
748
- .editor #editor-content .video-cover-replace {
749
- cursor: pointer;
750
- position: absolute;
751
- top: 10px;
752
- left: 204px;
753
- text-align: center;
754
- font-size: 14px;
755
- width: 88px;
756
- line-height: 32px;
757
- border-radius: 4px;
758
- background-color: rgba(0, 0, 0, 0.5);
759
- color: #fff;
760
- }
761
745
  .editor #editor-content .halo-video-area {
762
746
  max-height: 200px;
763
747
  width: 500px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@haluo/biz",
3
3
  "description": "rich text",
4
- "version": "2.0.13-beta",
4
+ "version": "2.0.13",
5
5
  "type": "module",
6
6
  "module": "./dist/haluo-biz.js",
7
7
  "main": "./dist/haluo-biz.umd.cjs",
@@ -25,7 +25,8 @@
25
25
  "element-plus": "^2.2.28",
26
26
  "uuid": "^9.0.0",
27
27
  "vue": "^3.2.36",
28
- "vuedraggable": "^4.1.0"
28
+ "vuedraggable": "^4.1.0",
29
+ "vcolorpicker": "2.0.11"
29
30
  },
30
31
  "devDependencies": {
31
32
  "@element-plus/icons-vue": "^2.0.10",