@vipl520/dk-ui 1.0.85 → 1.0.87

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/index.js CHANGED
@@ -3788,7 +3788,7 @@
3788
3788
  __expose({
3789
3789
  showDialog,
3790
3790
  buttonLoading,
3791
- fApi,
3791
+ fApi: fApi.value,
3792
3792
  value,
3793
3793
  show,
3794
3794
  checkForm,
@@ -26807,36 +26807,6 @@
26807
26807
  }
26808
26808
  };
26809
26809
 
26810
- function styleInject(css, ref) {
26811
- if ( ref === void 0 ) ref = {};
26812
- var insertAt = ref.insertAt;
26813
-
26814
- if (!css || typeof document === 'undefined') { return; }
26815
-
26816
- var head = document.head || document.getElementsByTagName('head')[0];
26817
- var style = document.createElement('style');
26818
- style.type = 'text/css';
26819
-
26820
- if (insertAt === 'top') {
26821
- if (head.firstChild) {
26822
- head.insertBefore(style, head.firstChild);
26823
- } else {
26824
- head.appendChild(style);
26825
- }
26826
- } else {
26827
- head.appendChild(style);
26828
- }
26829
-
26830
- if (style.styleSheet) {
26831
- style.styleSheet.cssText = css;
26832
- } else {
26833
- style.appendChild(document.createTextNode(css));
26834
- }
26835
- }
26836
-
26837
- var css_248z = ".vdr-container{position:absolute;border:1px solid transparent;box-sizing:border-box}.vdr-container.active{border-color:#000;border-style:dashed}.vdr-container.dragging{border-color:#000;border-style:solid}.vdr-handle{box-sizing:border-box;position:absolute;width:7px;height:7px;background:#f0f0f0;border:1px solid #333}.vdr-handle-tl{top:-4px;left:-4px;cursor:nw-resize}.vdr-handle-tm{top:-4px;left:50%;margin-left:-3px;cursor:n-resize}.vdr-handle-tr{top:-4px;right:-4px;cursor:ne-resize}.vdr-handle-ml{top:50%;margin-top:-3px;left:-4px;cursor:w-resize}.vdr-handle-mr{top:50%;margin-top:-3px;right:-4px;cursor:e-resize}.vdr-handle-bl{bottom:-4px;left:-4px;cursor:sw-resize}.vdr-handle-bm{bottom:-4px;left:50%;margin-left:-4px;cursor:s-resize}.vdr-handle-br{bottom:-4px;right:-4px;cursor:se-resize}";
26838
- styleInject(css_248z);
26839
-
26840
26810
  var _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
26841
26811
  __name: "quick-action",
26842
26812
  props: {