@haluo/biz 2.0.11 → 2.0.12
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/haluo-biz.js +2 -2
- package/dist/haluo-biz.umd.cjs +2 -2
- package/dist/style.css +16 -16
- package/package.json +1 -1
package/dist/haluo-biz.js
CHANGED
|
@@ -208,7 +208,7 @@ const _sfc_main$7 = {
|
|
|
208
208
|
const font = this.$refs["font"];
|
|
209
209
|
const list = this.$refs["list"];
|
|
210
210
|
const img = this.$refs["img"];
|
|
211
|
-
if (target.contains(e) || font.contains(e) || list.contains(e) || img.contains(e))
|
|
211
|
+
if ((target == null ? void 0 : target.contains(e)) || (font == null ? void 0 : font.contains(e)) || (list == null ? void 0 : list.contains(e)) || (img == null ? void 0 : img.contains(e)))
|
|
212
212
|
return;
|
|
213
213
|
this.popoverVisible = false;
|
|
214
214
|
this.popoverVisibleFont = false;
|
|
@@ -833,7 +833,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
833
833
|
])
|
|
834
834
|
])) : createCommentVNode("", true);
|
|
835
835
|
}
|
|
836
|
-
const ToolBar = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$3], ["__scopeId", "data-v-
|
|
836
|
+
const ToolBar = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$3], ["__scopeId", "data-v-0fe1bef8"]]);
|
|
837
837
|
const __vite_glob_0_0 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAmCAYAAAClI5npAAAA0UlEQVR42uWYwQnDMAxFfckAXkFDmGzgS1foDpnFS3gTb+IFtIDyA4UeBKUtNR8qwTvlkAdyfmSletySmRUwgIIJOijXs9VcLxegwNVDRFYLdHtdCg6wrRKY9l4NUFYIqH1WDeTfCXxXE9w5Ar4tQhBwh7SBjSDg2lJJAj47SAI+OwgC7pDuJAGfHQQBnx0kAZ8dBAF3SOtTgCchybjV2QLKFpihW6BAQn6GA0i4KG4g037H4QaSDiTWUMocyweQcFezBjLrer5TFxR/uaKhL6lOdeUQ8G6X1pQAAAAASUVORK5CYII=";
|
|
838
838
|
const index_vue_vue_type_style_index_0_lang$4 = "";
|
|
839
839
|
const _hoisted_1$6 = { class: "basic-dialog_title" };
|
package/dist/haluo-biz.umd.cjs
CHANGED
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
const font = this.$refs["font"];
|
|
211
211
|
const list = this.$refs["list"];
|
|
212
212
|
const img = this.$refs["img"];
|
|
213
|
-
if (target.contains(e) || font.contains(e) || list.contains(e) || img.contains(e))
|
|
213
|
+
if ((target == null ? void 0 : target.contains(e)) || (font == null ? void 0 : font.contains(e)) || (list == null ? void 0 : list.contains(e)) || (img == null ? void 0 : img.contains(e)))
|
|
214
214
|
return;
|
|
215
215
|
this.popoverVisible = false;
|
|
216
216
|
this.popoverVisibleFont = false;
|
|
@@ -835,7 +835,7 @@
|
|
|
835
835
|
])
|
|
836
836
|
])) : vue.createCommentVNode("", true);
|
|
837
837
|
}
|
|
838
|
-
const ToolBar = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$3], ["__scopeId", "data-v-
|
|
838
|
+
const ToolBar = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$3], ["__scopeId", "data-v-0fe1bef8"]]);
|
|
839
839
|
const __vite_glob_0_0 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAmCAYAAAClI5npAAAA0UlEQVR42uWYwQnDMAxFfckAXkFDmGzgS1foDpnFS3gTb+IFtIDyA4UeBKUtNR8qwTvlkAdyfmSletySmRUwgIIJOijXs9VcLxegwNVDRFYLdHtdCg6wrRKY9l4NUFYIqH1WDeTfCXxXE9w5Ar4tQhBwh7SBjSDg2lJJAj47SAI+OwgC7pDuJAGfHQQBnx0kAZ8dBAF3SOtTgCchybjV2QLKFpihW6BAQn6GA0i4KG4g037H4QaSDiTWUMocyweQcFezBjLrer5TFxR/uaKhL6lOdeUQ8G6X1pQAAAAASUVORK5CYII=";
|
|
840
840
|
const index_vue_vue_type_style_index_0_lang$4 = "";
|
|
841
841
|
const _hoisted_1$6 = { class: "basic-dialog_title" };
|
package/dist/style.css
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
.m12[data-v-
|
|
1
|
+
.m12[data-v-0fe1bef8] {
|
|
2
2
|
margin: 0 12px;
|
|
3
3
|
}
|
|
4
|
-
.ml16[data-v-
|
|
4
|
+
.ml16[data-v-0fe1bef8] {
|
|
5
5
|
margin-left: 16px;
|
|
6
6
|
}
|
|
7
|
-
.mr12[data-v-
|
|
7
|
+
.mr12[data-v-0fe1bef8] {
|
|
8
8
|
margin-right: 12px;
|
|
9
9
|
}
|
|
10
|
-
.ml12[data-v-
|
|
10
|
+
.ml12[data-v-0fe1bef8] {
|
|
11
11
|
margin-left: 12px;
|
|
12
12
|
}
|
|
13
|
-
.mr18[data-v-
|
|
13
|
+
.mr18[data-v-0fe1bef8] {
|
|
14
14
|
margin-right: 18px;
|
|
15
15
|
}
|
|
16
|
-
.tools[data-v-
|
|
16
|
+
.tools[data-v-0fe1bef8] {
|
|
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-0fe1bef8] {
|
|
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-0fe1bef8] {
|
|
30
30
|
cursor: pointer;
|
|
31
31
|
}
|
|
32
|
-
.tools .box[data-v-
|
|
32
|
+
.tools .box[data-v-0fe1bef8] {
|
|
33
33
|
position: relative;
|
|
34
34
|
}
|
|
35
|
-
.tools .box .box-mask[data-v-
|
|
35
|
+
.tools .box .box-mask[data-v-0fe1bef8] {
|
|
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-0fe1bef8] {
|
|
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-0fe1bef8] {
|
|
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-0fe1bef8] {
|
|
61
61
|
cursor: not-allowed;
|
|
62
62
|
}
|
|
63
|
-
.tools .wrap[data-v-
|
|
63
|
+
.tools .wrap[data-v-0fe1bef8] {
|
|
64
64
|
position: relative;
|
|
65
65
|
}
|
|
66
|
-
.tools[data-v-
|
|
66
|
+
.tools[data-v-0fe1bef8] .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-0fe1bef8] .m-colorPicker .colorBtn {
|
|
74
74
|
width: 100%;
|
|
75
75
|
height: 100%;
|
|
76
76
|
opacity: 0;
|