hoeditor-web 3.0.4 → 3.0.5
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/lib/hoeditor.css +17 -1
- package/lib/hoeditor.umd.935.js +1 -1
- package/lib/hoeditor.umd.js +2493 -2316
- package/lib/hoeditor.umd.min.935.js +1 -1
- package/lib/hoeditor.umd.min.js +4 -4
- package/package.json +1 -1
package/lib/hoeditor.css
CHANGED
|
@@ -2130,6 +2130,8 @@ html {
|
|
|
2130
2130
|
border-radius: 4px;
|
|
2131
2131
|
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
2132
2132
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
2133
|
+
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
|
|
2134
|
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
|
|
2133
2135
|
}
|
|
2134
2136
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
2135
2137
|
.ant-popover {
|
|
@@ -2378,6 +2380,7 @@ html {
|
|
|
2378
2380
|
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down {
|
|
2379
2381
|
display: inline-block;
|
|
2380
2382
|
font-size: 12px;
|
|
2383
|
+
font-size: 11px \9;
|
|
2381
2384
|
-webkit-transform: scale(0.91666667) rotate(0deg);
|
|
2382
2385
|
transform: scale(0.91666667) rotate(0deg);
|
|
2383
2386
|
display: block;
|
|
@@ -3770,6 +3773,7 @@ span.ant-radio + * {
|
|
|
3770
3773
|
.ant-dropdown-wrap .ant-btn > .anticon-down {
|
|
3771
3774
|
display: inline-block;
|
|
3772
3775
|
font-size: 12px;
|
|
3776
|
+
font-size: 10px \9;
|
|
3773
3777
|
-webkit-transform: scale(0.83333333) rotate(0deg);
|
|
3774
3778
|
transform: scale(0.83333333) rotate(0deg);
|
|
3775
3779
|
}
|
|
@@ -3899,6 +3903,7 @@ span.ant-radio + * {
|
|
|
3899
3903
|
font-style: normal;
|
|
3900
3904
|
display: inline-block;
|
|
3901
3905
|
font-size: 12px;
|
|
3906
|
+
font-size: 10px \9;
|
|
3902
3907
|
-webkit-transform: scale(0.83333333) rotate(0deg);
|
|
3903
3908
|
transform: scale(0.83333333) rotate(0deg);
|
|
3904
3909
|
}
|
|
@@ -3969,6 +3974,7 @@ span.ant-radio + * {
|
|
|
3969
3974
|
.ant-dropdown-link > .anticon.anticon-down {
|
|
3970
3975
|
display: inline-block;
|
|
3971
3976
|
font-size: 12px;
|
|
3977
|
+
font-size: 10px \9;
|
|
3972
3978
|
-webkit-transform: scale(0.83333333) rotate(0deg);
|
|
3973
3979
|
transform: scale(0.83333333) rotate(0deg);
|
|
3974
3980
|
}
|
|
@@ -3986,6 +3992,7 @@ span.ant-radio + * {
|
|
|
3986
3992
|
.ant-dropdown-button .anticon.anticon-down {
|
|
3987
3993
|
display: inline-block;
|
|
3988
3994
|
font-size: 12px;
|
|
3995
|
+
font-size: 10px \9;
|
|
3989
3996
|
-webkit-transform: scale(0.83333333) rotate(0deg);
|
|
3990
3997
|
transform: scale(0.83333333) rotate(0deg);
|
|
3991
3998
|
}
|
|
@@ -5630,6 +5637,7 @@ a.ant-btn-sm {
|
|
|
5630
5637
|
bottom: 0;
|
|
5631
5638
|
left: 0;
|
|
5632
5639
|
z-index: 10;
|
|
5640
|
+
display: none \9;
|
|
5633
5641
|
width: 100%;
|
|
5634
5642
|
height: 100%;
|
|
5635
5643
|
background: #fff;
|
|
@@ -5859,6 +5867,7 @@ a.ant-btn-sm {
|
|
|
5859
5867
|
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
|
|
5860
5868
|
display: inline-block;
|
|
5861
5869
|
font-size: 12px;
|
|
5870
|
+
font-size: 12px \9;
|
|
5862
5871
|
-webkit-transform: scale(1) rotate(0deg);
|
|
5863
5872
|
transform: scale(1) rotate(0deg);
|
|
5864
5873
|
color: #1890ff;
|
|
@@ -6608,6 +6617,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
6608
6617
|
transition: all 0.3s;
|
|
6609
6618
|
display: inline-block;
|
|
6610
6619
|
font-size: 12px;
|
|
6620
|
+
font-size: 10px \9;
|
|
6611
6621
|
-webkit-transform: scale(0.83333333) rotate(0deg);
|
|
6612
6622
|
transform: scale(0.83333333) rotate(0deg);
|
|
6613
6623
|
}
|
|
@@ -7214,6 +7224,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
7214
7224
|
.ant-upload-list-item .anticon-close {
|
|
7215
7225
|
display: inline-block;
|
|
7216
7226
|
font-size: 12px;
|
|
7227
|
+
font-size: 10px \9;
|
|
7217
7228
|
-webkit-transform: scale(0.83333333) rotate(0deg);
|
|
7218
7229
|
transform: scale(0.83333333) rotate(0deg);
|
|
7219
7230
|
position: absolute;
|
|
@@ -7990,8 +8001,10 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
7990
8001
|
width: 6px;
|
|
7991
8002
|
height: 1.5px;
|
|
7992
8003
|
background: #fff;
|
|
8004
|
+
background: #000000 \9;
|
|
7993
8005
|
background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000));
|
|
7994
8006
|
background-image: linear-gradient(to right, #000000, #000000);
|
|
8007
|
+
background-image: none \9;
|
|
7995
8008
|
border-radius: 2px;
|
|
7996
8009
|
-webkit-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
7997
8010
|
transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
@@ -8751,6 +8764,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
8751
8764
|
display: block;
|
|
8752
8765
|
display: inline-block;
|
|
8753
8766
|
font-size: 12px;
|
|
8767
|
+
font-size: 10px \9;
|
|
8754
8768
|
-webkit-transform: scale(0.83333333) rotate(0deg);
|
|
8755
8769
|
transform: scale(0.83333333) rotate(0deg);
|
|
8756
8770
|
}
|
|
@@ -12158,6 +12172,7 @@ textarea.ant-input {
|
|
|
12158
12172
|
.ant-tag .anticon-close {
|
|
12159
12173
|
display: inline-block;
|
|
12160
12174
|
font-size: 12px;
|
|
12175
|
+
font-size: 10px \9;
|
|
12161
12176
|
-webkit-transform: scale(0.83333333) rotate(0deg);
|
|
12162
12177
|
transform: scale(0.83333333) rotate(0deg);
|
|
12163
12178
|
margin-left: 3px;
|
|
@@ -12589,6 +12604,7 @@ textarea.ant-input-number {
|
|
|
12589
12604
|
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
|
|
12590
12605
|
display: inline-block;
|
|
12591
12606
|
font-size: 12px;
|
|
12607
|
+
font-size: 7px \9;
|
|
12592
12608
|
-webkit-transform: scale(0.58333333) rotate(0deg);
|
|
12593
12609
|
transform: scale(0.58333333) rotate(0deg);
|
|
12594
12610
|
min-width: auto;
|
|
@@ -12769,7 +12785,7 @@ canvas[data-v-4e0cd832] {
|
|
|
12769
12785
|
|
|
12770
12786
|
.ho-to-page{position:fixed;background-color:#fff;width:40px;height:40px;border-radius:50%;color:#409eff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:20px;-webkit-box-shadow:0 0 6px rgba(0,0,0,.12);box-shadow:0 0 6px rgba(0,0,0,.12);cursor:pointer;z-index:100}
|
|
12771
12787
|
.vue-recycle-scroller{position:relative}.vue-recycle-scroller.direction-vertical:not(.page-mode){overflow-y:auto}.vue-recycle-scroller.direction-horizontal:not(.page-mode){overflow-x:auto}.vue-recycle-scroller.direction-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex}.vue-recycle-scroller__slot{-webkit-box-flex:1;-ms-flex:auto 0 0px;flex:auto 0 0}.vue-recycle-scroller__item-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;position:relative}.vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform}.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{width:100%}.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper{height:100%}.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view{height:100%}.resize-observer[data-v-b329ee4c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-b329ee4c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}
|
|
12772
|
-
.poper-selected-modal{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:111;background:rgba(0,0,0,0);border-radius:2px;font-size:12px;min-width:20px;max-height:370px;background:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(56,56,56,.2);box-shadow:0 2px 12px 0 rgba(56,56,56,.2)}.poper-selected-modal .list-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.poper-selected-modal .poper-select-title{font-size:12px;padding:0 0 0 5px;height:24px;line-height:24px;border-top:1px solid #ddd}.poper-selected-modal .poper-select-title:hover{color:#2175ff;background:#ecf5ff}.poper-selected-modal .list{width:300px;overflow-y:auto;overflow-x:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:17px 10px 0 10px;max-height:280px;background:#fff}.poper-selected-modal .list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:2px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.poper-selected-modal .list li span{display:inline-block;width:100%;line-height:28px;padding:0px 6px;text-align:left;cursor:pointer;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;font-size:14px;word-break:break-all;word-wrap:break-word}.poper-selected-modal .list li span:hover{color:#2175ff;background:#ecf5ff}.poper-selected-modal .list li svg{opacity:0;margin:0 0 0 10px;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.poper-selected-modal .list .selected span{color:#2175ff;background:#ecf5ff}.poper-selected-modal .list .selected svg{opacity:1;margin:0}.poper-selected-modal .list .selected i{color:#000;cursor:pointer;margin-left:5px;font-size:16px;padding:6px 5px}.poper-selected-modal .list .selected i:hover{color:#2175ff;background:#ecf5ff}.poper-selected-modal .list .drag-item span{cursor:move}.poper-selected-modal .select-poper{min-width:300px;min-height:20px;max-width:600px;position:relative}.poper-selected-modal .a-checkbox-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:280px;overflow-y:auto;overflow-x:hidden;text-align:left;padding:10px 0;width:300px}.poper-selected-modal .a-checkbox-group .a-checkbox{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:2px 0 2px 10px;height:24px;line-height:24px;width:100%}.poper-selected-modal .a-checkbox-group .a-checkbox:hover{color:#2175ff;background:#ecf5ff}.poper-selected-modal .a-checkbox-group .a-checkbox-mutex-line{margin:0 auto;width:90%;height:1px;background:#666;display:block;min-height:1px;max-height:1px;padding:0}.poper-selected-modal footer{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5px 0;overflow:hidden;border-top:1px solid #e2e6ed;background:#fff;z-index:1111}.poper-selected-modal .drag-move{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.date-poper{padding:0;width:282px;height:200px;text-align:left;background:#fff;border:1px solid #e2e6ed}.list-box .ant-checkbox-group,.list-box .ant-radio-group{width:300px;padding:10px 0;text-align:left;max-height:280px;overflow:auto}.list-box .ant-checkbox-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.list-box .ant-checkbox-wrapper{width:100%;padding:3px 0 3px 10px;-webkit-box-flex:1;-ms-flex:1;flex:1}.list-box .ant-checkbox-wrapper:hover{color:#2175ff;background:#ecf5ff}
|
|
12788
|
+
.poper-selected-modal{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:111;background:rgba(0,0,0,0);border-radius:2px;font-size:12px;min-width:20px;max-height:370px;background:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(56,56,56,.2);box-shadow:0 2px 12px 0 rgba(56,56,56,.2)}.poper-selected-modal .list-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.poper-selected-modal .poper-select-title{font-size:12px;padding:0 0 0 5px;height:24px;line-height:24px;border-top:1px solid #ddd}.poper-selected-modal .poper-select-title:hover{color:#2175ff;background:#ecf5ff}.poper-selected-modal .list{width:300px;overflow-y:auto;overflow-x:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:17px 10px 0 10px;max-height:280px;background:#fff}.poper-selected-modal .list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:2px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.poper-selected-modal .list li span{display:inline-block;width:100%;line-height:28px;padding:0px 6px;text-align:left;cursor:pointer;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;font-size:14px;word-break:break-all;word-wrap:break-word}.poper-selected-modal .list li span:hover{color:#2175ff;background:#ecf5ff}.poper-selected-modal .list li svg{opacity:0;margin:0 0 0 10px;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.poper-selected-modal .list .selected span{color:#2175ff;background:#ecf5ff}.poper-selected-modal .list .selected svg{opacity:1;margin:0}.poper-selected-modal .list .selected i{color:#000;cursor:pointer;margin-left:5px;font-size:16px;padding:6px 5px}.poper-selected-modal .list .selected i:hover{color:#2175ff;background:#ecf5ff}.poper-selected-modal .list .drag-item span{cursor:move}.poper-selected-modal .select-poper{min-width:300px;min-height:20px;max-width:600px;position:relative}.poper-selected-modal .a-checkbox-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:280px;overflow-y:auto;overflow-x:hidden;text-align:left;padding:10px 0;width:300px}.poper-selected-modal .a-checkbox-group .a-checkbox{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:2px 0 2px 10px;height:24px;line-height:24px;width:100%}.poper-selected-modal .a-checkbox-group .a-checkbox:hover{color:#2175ff;background:#ecf5ff}.poper-selected-modal .a-checkbox-group .a-checkbox-mutex-line{margin:0 auto;width:90%;height:1px;background:#666;display:block;min-height:1px;max-height:1px;padding:0}.poper-selected-modal footer{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5px 0;overflow:hidden;border-top:1px solid #e2e6ed;background:#fff;z-index:1111}.poper-selected-modal .drag-move{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.date-poper{padding:0;width:282px;height:200px;text-align:left;background:#fff;border:1px solid #e2e6ed}.list-box .ant-checkbox-group,.list-box .ant-radio-group{width:300px;padding:10px 0;text-align:left;max-height:280px;overflow:auto}.list-box .ant-checkbox-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.list-box .ant-checkbox-wrapper{width:100%;padding:3px 0 3px 10px;-webkit-box-flex:1;-ms-flex:1;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-box .ant-checkbox-wrapper:hover{color:#2175ff;background:#ecf5ff}
|
|
12773
12789
|
.poper-mark{position:fixed;left:0;top:0;width:100%;height:100%;z-index:3;background:#fff;opacity:0}
|
|
12774
12790
|
.cell-poper-selected-modal{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:1001;background:rgba(0,0,0,0);font-size:12px;min-width:20px;max-height:360px;background:#fff}.cell-poper-selected-modal .list{min-width:218px;max-width:360px;max-height:300px;overflow-y:auto;overflow-x:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px;-webkit-box-shadow:0 2px 12px 0 rgba(56,56,56,.2);box-shadow:0 2px 12px 0 rgba(56,56,56,.2);border:1px solid #e2e6ed}.cell-poper-selected-modal .list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cell-poper-selected-modal .list li span{display:inline-block;width:100%;line-height:20px;padding:5px;text-align:left;cursor:pointer;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;word-break:break-all;word-wrap:break-word}.cell-poper-selected-modal .list li span:hover{color:#2175ff;background:#ecf5ff}.cell-poper-selected-modal .list li svg{opacity:0;margin:0 0 0 10px;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.cell-poper-selected-modal .list .selected span{color:#2175ff;background:#ecf5ff}.cell-poper-selected-modal .list .selected svg{opacity:1}.cell-poper-selected-modal .select-poper{min-width:218px;max-height:300px;min-height:20px;max-width:360px;position:relative}.cell-poper-selected-modal .select-poper footer{width:218px;position:absolute;left:0;bottom:0;-webkit-box-shadow:0 2px 12px 0 rgba(56,56,56,.2);box-shadow:0 2px 12px 0 rgba(56,56,56,.2)}.cell-poper-selected-modal .date-poper{padding:5px 10px;background:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(56,56,56,.2);box-shadow:0 2px 12px 0 rgba(56,56,56,.2);border:1px solid #e2e6ed}.cell-poper-selected-modal footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5px;background:#fff;overflow:hidden}
|
|
12775
12791
|
.poper-text-modal{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:1001;background:#fff;-webkit-box-shadow:0 2px 12px 0 rgba(56,56,56,.2);box-shadow:0 2px 12px 0 rgba(56,56,56,.2);border:1px solid #e2e6ed;border-radius:2px;font-size:12px;min-width:100px;padding:7px 10px}.poper-text-modal .poper-arrow{position:absolute;display:block;width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid;border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(56, 56, 56, 0.3));filter:drop-shadow(0 2px 12px rgba(56, 56, 56, 0.3));left:13px;margin-right:3px;border-top-width:0;border-bottom-color:#ebeef5}.poper-text-modal .poper-arrow::after{position:absolute;display:block;width:0;height:0;content:" ";border-width:6px;border-color:rgba(0,0,0,0);border-style:solid;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.poper-text-modal .poper-arrow-top{top:-6px}.poper-text-modal .poper-arrow-top::after{top:1px}.poper-text-modal .poper-arrow-bottom{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);bottom:-6px}.poper-text-modal .poper-arrow-bottom::after{bottom:-7px}.poper-text-modal .poper-text{line-height:24px;text-align:left;max-width:600px}
|
package/lib/hoeditor.umd.935.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
/* eslint-disable es/no-array-prototype-indexof -- required for testing */
|
|
9
9
|
var $ = __webpack_require__(82109);
|
|
10
|
-
var uncurryThis = __webpack_require__(
|
|
10
|
+
var uncurryThis = __webpack_require__(1702);
|
|
11
11
|
var $indexOf = (__webpack_require__(41318).indexOf);
|
|
12
12
|
var arrayMethodIsStrict = __webpack_require__(9341);
|
|
13
13
|
|