vue-devui 1.6.13 → 1.6.15

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.
Files changed (66) hide show
  1. package/auto-complete/index.es.js +20 -39
  2. package/auto-complete/index.umd.js +10 -10
  3. package/breadcrumb/index.es.js +25 -39
  4. package/breadcrumb/index.umd.js +1 -1
  5. package/category-search/index.es.js +27 -41
  6. package/category-search/index.umd.js +13 -13
  7. package/category-search/style.css +1 -1
  8. package/checkbox/index.es.js +20 -39
  9. package/checkbox/index.umd.js +11 -11
  10. package/code-review/index.es.js +20 -39
  11. package/code-review/index.umd.js +17 -17
  12. package/data-grid/index.es.js +27 -41
  13. package/data-grid/index.umd.js +12 -12
  14. package/date-picker-pro/index.es.js +20 -39
  15. package/date-picker-pro/index.umd.js +13 -13
  16. package/dropdown/index.es.js +25 -39
  17. package/dropdown/index.umd.js +1 -1
  18. package/editable-select/index.es.js +20 -39
  19. package/editable-select/index.umd.js +14 -14
  20. package/editor-md/index.es.js +27 -41
  21. package/editor-md/index.umd.js +23 -23
  22. package/form/index.es.js +20 -39
  23. package/form/index.umd.js +12 -12
  24. package/input/index.es.js +20 -39
  25. package/input/index.umd.js +10 -10
  26. package/input-number/index.es.js +20 -39
  27. package/input-number/index.umd.js +18 -18
  28. package/mention/index.es.js +20 -39
  29. package/mention/index.umd.js +18 -18
  30. package/modal/index.es.js +18 -37
  31. package/modal/index.umd.js +2 -2
  32. package/overlay/index.es.js +18 -37
  33. package/overlay/index.umd.js +1 -1
  34. package/package.json +2 -2
  35. package/pagination/index.es.js +27 -41
  36. package/pagination/index.umd.js +13 -13
  37. package/popover/index.es.js +20 -39
  38. package/popover/index.umd.js +14 -14
  39. package/radio/index.es.js +20 -39
  40. package/radio/index.umd.js +17 -17
  41. package/search/index.es.js +20 -39
  42. package/search/index.umd.js +12 -12
  43. package/select/index.es.js +20 -39
  44. package/select/index.umd.js +16 -16
  45. package/splitter/index.es.js +20 -39
  46. package/splitter/index.umd.js +16 -16
  47. package/style.css +1 -1
  48. package/switch/index.es.js +20 -39
  49. package/switch/index.umd.js +12 -12
  50. package/table/index.es.js +27 -41
  51. package/table/index.umd.js +14 -14
  52. package/textarea/index.es.js +20 -39
  53. package/textarea/index.umd.js +15 -15
  54. package/time-picker/index.es.js +20 -39
  55. package/time-picker/index.umd.js +16 -16
  56. package/time-select/index.es.js +20 -39
  57. package/time-select/index.umd.js +10 -10
  58. package/tooltip/index.es.js +20 -39
  59. package/tooltip/index.umd.js +17 -17
  60. package/tree/index.es.js +20 -39
  61. package/tree/index.umd.js +12 -12
  62. package/types/dropdown/src/dropdown-types.d.ts +4 -0
  63. package/types/dropdown/src/dropdown.d.ts +9 -0
  64. package/types/tooltip/src/tooltip.d.ts +1 -1
  65. package/vue-devui.es.js +26 -40
  66. package/vue-devui.umd.js +63 -63
@@ -31,7 +31,7 @@ var __objRest = (source, exclude) => {
31
31
  };
32
32
  import { defineComponent, watch, provide, reactive, toRefs, createVNode, onUnmounted, Transition, mergeProps, ref, unref, nextTick, withModifiers, Comment, Text, h, Fragment, inject, withDirectives, cloneVNode, computed, onMounted, Teleport, createTextVNode, onBeforeUnmount, shallowRef, resolveDynamicComponent, getCurrentInstance, resolveComponent } from "vue";
33
33
  import "clipboard";
34
- import { offset, autoPlacement, arrow, shift, computePosition } from "@floating-ui/dom";
34
+ import { offset, flip, arrow, computePosition } from "@floating-ui/dom";
35
35
  const mentionProps = {
36
36
  position: {
37
37
  type: String,
@@ -4022,7 +4022,7 @@ var lodash = { exports: {} };
4022
4022
  var delay = baseRest(function(func, wait, args) {
4023
4023
  return baseDelay(func, toNumber(wait) || 0, args);
4024
4024
  });
4025
- function flip(func) {
4025
+ function flip2(func) {
4026
4026
  return createWrap(func, WRAP_FLIP_FLAG);
4027
4027
  }
4028
4028
  function memoize(func, resolver) {
@@ -5146,7 +5146,7 @@ var lodash = { exports: {} };
5146
5146
  lodash2.flatten = flatten;
5147
5147
  lodash2.flattenDeep = flattenDeep;
5148
5148
  lodash2.flattenDepth = flattenDepth;
5149
- lodash2.flip = flip;
5149
+ lodash2.flip = flip2;
5150
5150
  lodash2.flow = flow;
5151
5151
  lodash2.flowRight = flowRight;
5152
5152
  lodash2.fromPairs = fromPairs;
@@ -5854,16 +5854,6 @@ const flexibleOverlayProps = {
5854
5854
  default: false
5855
5855
  }
5856
5856
  };
5857
- function getScrollParent(element) {
5858
- const overflowRegex = /(auto|scroll|hidden)/;
5859
- for (let parent = element; parent = parent.parentElement; parent.parentElement !== document.body) {
5860
- const style = window.getComputedStyle(parent);
5861
- if (overflowRegex.test(style.overflow + style.overflowX + style.overflowY)) {
5862
- return parent;
5863
- }
5864
- }
5865
- return window;
5866
- }
5867
5857
  function adjustArrowPosition(isArrowCenter, point, placement, originRect) {
5868
5858
  let { x, y } = point;
5869
5859
  if (!isArrowCenter) {
@@ -5884,9 +5874,9 @@ function adjustArrowPosition(isArrowCenter, point, placement, originRect) {
5884
5874
  return { x, y };
5885
5875
  }
5886
5876
  function useOverlay(props, emit) {
5877
+ const { position, showArrow } = toRefs(props);
5887
5878
  const overlayRef = ref();
5888
5879
  const arrowRef = ref();
5889
- let originParent = null;
5890
5880
  const updateArrowPosition = (arrowEl, placement, point, overlayEl) => {
5891
5881
  const { x, y } = adjustArrowPosition(props.isArrowCenter, point, placement, overlayEl.getBoundingClientRect());
5892
5882
  const staticSide = {
@@ -5907,51 +5897,42 @@ function useOverlay(props, emit) {
5907
5897
  const hostEl = props.origin;
5908
5898
  const overlayEl = unref(overlayRef.value);
5909
5899
  const arrowEl = unref(arrowRef.value);
5910
- const middleware = [
5911
- offset(props.offset),
5912
- autoPlacement({
5913
- alignment: props.align,
5914
- allowedPlacements: props.position
5915
- })
5916
- ];
5917
- props.showArrow && middleware.push(arrow({ element: arrowEl }));
5918
- props.shiftOffset !== void 0 && middleware.push(shift());
5919
- if (!overlayEl) {
5920
- return;
5900
+ const [mainPosition, ...fallbackPosition] = position.value;
5901
+ const middleware = [offset(props.offset)];
5902
+ middleware.push(fallbackPosition.length ? flip({ fallbackPlacements: fallbackPosition }) : flip());
5903
+ if (showArrow.value) {
5904
+ middleware.push(arrow({ element: arrowRef.value }));
5921
5905
  }
5922
5906
  const { x, y, placement, middlewareData } = await computePosition(hostEl, overlayEl, {
5923
5907
  strategy: "fixed",
5908
+ placement: mainPosition,
5924
5909
  middleware
5925
5910
  });
5926
5911
  let applyX = x;
5927
5912
  let applyY = y;
5928
- if (props.shiftOffset !== void 0) {
5929
- const { x: shiftX, y: shiftY } = middlewareData.shift;
5930
- shiftX < 0 && (applyX -= props.shiftOffset);
5931
- shiftX > 0 && (applyX += props.shiftOffset);
5932
- shiftY < 0 && (applyY -= props.shiftOffset);
5933
- shiftY > 0 && (applyY += props.shiftOffset);
5934
- }
5935
5913
  emit("positionChange", placement);
5936
5914
  Object.assign(overlayEl.style, { top: `${applyY}px`, left: `${applyX}px` });
5937
5915
  props.showArrow && updateArrowPosition(arrowEl, placement, middlewareData.arrow, overlayEl);
5938
5916
  };
5917
+ const scrollCallback = (e) => {
5918
+ var _a, _b;
5919
+ const scrollElement = e.target;
5920
+ if (scrollElement == null ? void 0 : scrollElement.contains((_b = (_a = props.origin) == null ? void 0 : _a.$el) != null ? _b : props.origin)) {
5921
+ updatePosition();
5922
+ }
5923
+ };
5939
5924
  watch(() => props.modelValue, () => {
5940
5925
  if (props.modelValue && props.origin) {
5941
- originParent = getScrollParent(props.origin);
5942
5926
  nextTick(updatePosition);
5943
- originParent == null ? void 0 : originParent.addEventListener("scroll", updatePosition);
5944
- originParent !== window && window.addEventListener("scroll", updatePosition);
5927
+ window.addEventListener("scroll", scrollCallback, true);
5945
5928
  window.addEventListener("resize", updatePosition);
5946
5929
  } else {
5947
- originParent == null ? void 0 : originParent.removeEventListener("scroll", updatePosition);
5948
- originParent !== window && window.removeEventListener("scroll", updatePosition);
5930
+ window.removeEventListener("scroll", scrollCallback, true);
5949
5931
  window.removeEventListener("resize", updatePosition);
5950
5932
  }
5951
5933
  });
5952
5934
  onUnmounted(() => {
5953
- originParent == null ? void 0 : originParent.removeEventListener("scroll", updatePosition);
5954
- originParent !== window && window.removeEventListener("scroll", updatePosition);
5935
+ window.removeEventListener("scroll", scrollCallback, true);
5955
5936
  window.removeEventListener("resize", updatePosition);
5956
5937
  });
5957
5938
  return { arrowRef, overlayRef, updatePosition };