3h1-ui 2.14.42 → 2.14.43
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/es/index.js +1 -0
- package/es/style.css +17 -0
- package/lib/index.js +1 -0
- package/package.json +3 -3
package/es/index.js
CHANGED
|
@@ -7545,6 +7545,7 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7545
7545
|
]), 1040, ["class", "size", "value"]);
|
|
7546
7546
|
}
|
|
7547
7547
|
const CountdownInput = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$C]]);
|
|
7548
|
+
const style$1 = "";
|
|
7548
7549
|
const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
7549
7550
|
__name: "Tinymce",
|
|
7550
7551
|
props: {
|
package/es/style.css
CHANGED
|
@@ -24831,6 +24831,23 @@ span.iconify {
|
|
|
24831
24831
|
}
|
|
24832
24832
|
.shy-countdown-input .ant-input-group-addon button {
|
|
24833
24833
|
font-size: 14px;
|
|
24834
|
+
}.shy-tinymce-img-upload {
|
|
24835
|
+
position: absolute;
|
|
24836
|
+
top: 4px;
|
|
24837
|
+
right: 10px;
|
|
24838
|
+
z-index: 20;
|
|
24839
|
+
}
|
|
24840
|
+
.shy-tinymce-img-upload.fullscreen {
|
|
24841
|
+
position: fixed;
|
|
24842
|
+
z-index: 10000;
|
|
24843
|
+
}
|
|
24844
|
+
.shy-tinymce-container {
|
|
24845
|
+
position: relative;
|
|
24846
|
+
line-height: normal;
|
|
24847
|
+
}
|
|
24848
|
+
.shy-tinymce-container textarea {
|
|
24849
|
+
z-index: -1;
|
|
24850
|
+
visibility: hidden;
|
|
24834
24851
|
}.table-plus[data-v-3f633fd8] {
|
|
24835
24852
|
width: 30px;
|
|
24836
24853
|
height: 30px;
|
package/lib/index.js
CHANGED
|
@@ -7547,6 +7547,7 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7547
7547
|
]), 1040, ["class", "size", "value"]);
|
|
7548
7548
|
}
|
|
7549
7549
|
const CountdownInput = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$C]]);
|
|
7550
|
+
const style$1 = "";
|
|
7550
7551
|
const _sfc_main$10 = /* @__PURE__ */ vue.defineComponent({
|
|
7551
7552
|
__name: "Tinymce",
|
|
7552
7553
|
props: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "3h1-ui",
|
|
3
|
-
"version": "2.14.
|
|
3
|
+
"version": "2.14.43",
|
|
4
4
|
"description": "",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"vue-json-pretty": "^2.2.3",
|
|
30
30
|
"vxe-table": "^4.3.6",
|
|
31
31
|
"xe-utils": "^3.5.7",
|
|
32
|
-
"@shy-plugins/tinymce": "^1.0.5",
|
|
33
32
|
"@shy-plugins/use": "1.0.6",
|
|
34
|
-
"@shy-plugins/utils": "1.1.1"
|
|
33
|
+
"@shy-plugins/utils": "1.1.1",
|
|
34
|
+
"@shy-plugins/tinymce": "^1.0.5"
|
|
35
35
|
},
|
|
36
36
|
"types": "es/ui/index.d.ts",
|
|
37
37
|
"devDependencies": {
|