@keyblade/pro-components 1.13.8-alpha.17 → 1.13.8-alpha.19

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 (164) hide show
  1. package/es/components.d.ts +1 -1
  2. package/es/pro-calendar/calendar.vue.d.ts +2 -2
  3. package/es/pro-calendar/calendar.vue.js +96 -96
  4. package/es/pro-calendar/header.vue.d.ts +14 -30
  5. package/es/pro-calendar/header.vue.js +18 -19
  6. package/es/pro-calendar/hooks/useCellClassName.js +2 -2
  7. package/es/pro-calendar/index.d.ts +6 -6
  8. package/es/pro-calendar/index.js +1 -1
  9. package/es/pro-calendar/inerface.d.ts +56 -11
  10. package/es/pro-calendar/month.js +1 -1
  11. package/es/pro-calendar/month.vue.d.ts +2 -17
  12. package/es/pro-calendar/month.vue.js +10 -10
  13. package/es/pro-calendar/week.vue.d.ts +2 -14
  14. package/es/pro-calendar/week.vue.js +15 -16
  15. package/es/pro-calendar/year.vue.d.ts +2 -14
  16. package/es/pro-calendar/year.vue.js +11 -11
  17. package/es/pro-image-upload/image-upload.vue.d.ts +1 -1
  18. package/es/pro-image-upload/index.d.ts +3 -3
  19. package/es/pro-layout/hooks.d.ts +1 -1
  20. package/es/pro-layout/hooks.js +2 -2
  21. package/es/pro-layout/pro-layout.vue.js +35 -37
  22. package/es/pro-menu/index.d.ts +11 -80
  23. package/es/pro-menu/interface.d.ts +19 -0
  24. package/es/pro-menu/menu-item.vue.d.ts +25 -0
  25. package/es/pro-menu/menu-item.vue.js +35 -0
  26. package/es/pro-menu/menu-item.vue2.js +4 -0
  27. package/es/pro-menu/pro-menu-item.vue.d.ts +7 -0
  28. package/es/pro-menu/pro-menu-item.vue.js +63 -0
  29. package/es/pro-menu/pro-menu-item.vue2.js +4 -0
  30. package/es/pro-menu/pro-menu.vue.d.ts +7 -55
  31. package/es/pro-menu/pro-menu.vue.js +28 -114
  32. package/es/pro-menu/sub-menu.vue.d.ts +22 -0
  33. package/es/pro-menu/sub-menu.vue.js +54 -0
  34. package/es/pro-menu/sub-menu.vue2.js +4 -0
  35. package/es/pro-menu/util.d.ts +9 -0
  36. package/es/pro-menu/util.js +7 -0
  37. package/es/pro-table/index.d.ts +3 -3
  38. package/es/pro-table/index.vue.d.ts +1 -1
  39. package/es/style.css +1 -1
  40. package/package.json +1 -1
  41. package/es/_virtual/_commonjsHelpers.js +0 -6
  42. package/es/_virtual/advancedFormat.js +0 -7
  43. package/es/_virtual/advancedFormat2.js +0 -4
  44. package/es/_virtual/customParseFormat.js +0 -7
  45. package/es/_virtual/customParseFormat2.js +0 -4
  46. package/es/_virtual/isBetween.js +0 -7
  47. package/es/_virtual/isBetween2.js +0 -4
  48. package/es/_virtual/quarterOfYear.js +0 -7
  49. package/es/_virtual/quarterOfYear2.js +0 -4
  50. package/es/_virtual/weekOfYear.js +0 -7
  51. package/es/_virtual/weekOfYear2.js +0 -4
  52. package/es/_virtual/weekYear.js +0 -7
  53. package/es/_virtual/weekYear2.js +0 -4
  54. package/es/_virtual/zh-cn.js +0 -2
  55. package/es/_virtual/zh-cn2.js +0 -4
  56. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_components/client-only.js +0 -16
  57. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_components/feedback-icon.js +0 -42
  58. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_components/icon-hover.js +0 -42
  59. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_components/input-label/input-label.js +0 -134
  60. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_components/resize-observer-v2.js +0 -35
  61. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_components/resize-observer.js +0 -40
  62. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_components/select-view/select-view.js +0 -192
  63. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_components/virtual-list-v2/hooks/use-size.js +0 -61
  64. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_components/virtual-list-v2/virtual-list-item.js +0 -35
  65. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_components/virtual-list-v2/virtual-list.js +0 -186
  66. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_hooks/use-component-ref.js +0 -16
  67. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_hooks/use-first-element.js +0 -15
  68. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_hooks/use-form-item.js +0 -24
  69. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_hooks/use-input.js +0 -63
  70. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_hooks/use-pick-slots.js +0 -11
  71. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_hooks/use-popup-manager.js +0 -44
  72. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_hooks/use-resize-observer.js +0 -22
  73. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_hooks/use-scrollbar.js +0 -25
  74. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_hooks/use-size.js +0 -14
  75. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_hooks/use-teleport-container.js +0 -22
  76. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_hooks/use-trigger.js +0 -23
  77. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_utils/constant.js +0 -33
  78. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_utils/date.js +0 -96
  79. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_utils/debounce.js +0 -12
  80. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_utils/dom.js +0 -53
  81. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_utils/global-config.js +0 -28
  82. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_utils/is-equal.js +0 -26
  83. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_utils/is.js +0 -46
  84. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_utils/keyboard.js +0 -32
  85. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_utils/keycode.js +0 -9
  86. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_utils/omit.js +0 -17
  87. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_utils/pad.js +0 -7
  88. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_utils/pick.js +0 -10
  89. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_utils/raf.js +0 -5
  90. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_utils/throttle-by-raf.js +0 -15
  91. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_utils/vue-utils.js +0 -96
  92. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/_virtual/plugin-vue_export-helper.js +0 -8
  93. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/button/button-group.js +0 -47
  94. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/button/button.js +0 -130
  95. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/button/context.js +0 -4
  96. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/button/index.js +0 -15
  97. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/checkbox/checkbox-group.js +0 -94
  98. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/checkbox/checkbox.js +0 -129
  99. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/checkbox/context.js +0 -4
  100. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/checkbox/icon-check.js +0 -20
  101. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/checkbox/index.js +0 -15
  102. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/config-provider/context.js +0 -4
  103. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/empty/empty.js +0 -41
  104. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/empty/index.js +0 -12
  105. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/form/context.js +0 -4
  106. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/icon/icon-check-circle-fill/icon-check-circle-fill.js +0 -70
  107. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/icon/icon-check-circle-fill/index.js +0 -11
  108. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/icon/icon-close/icon-close.js +0 -64
  109. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/icon/icon-close/index.js +0 -11
  110. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/icon/icon-close-circle-fill/icon-close-circle-fill.js +0 -70
  111. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/icon/icon-close-circle-fill/index.js +0 -11
  112. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/icon/icon-down/icon-down.js +0 -64
  113. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/icon/icon-down/index.js +0 -11
  114. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/icon/icon-empty/icon-empty.js +0 -64
  115. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/icon/icon-empty/index.js +0 -11
  116. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.js +0 -70
  117. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/icon/icon-exclamation-circle-fill/index.js +0 -11
  118. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/icon/icon-left/icon-left.js +0 -64
  119. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/icon/icon-left/index.js +0 -11
  120. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/icon/icon-loading/icon-loading.js +0 -64
  121. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/icon/icon-loading/index.js +0 -11
  122. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/icon/icon-right/icon-right.js +0 -64
  123. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/icon/icon-right/index.js +0 -11
  124. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/icon/icon-search/icon-search.js +0 -64
  125. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/icon/icon-search/index.js +0 -11
  126. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/input-tag/index.js +0 -12
  127. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/input-tag/input-tag.js +0 -318
  128. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/input-tag/utils.js +0 -35
  129. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/locale/index.js +0 -32
  130. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/locale/lang/zh-cn.js +0 -196
  131. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/radio/context.js +0 -4
  132. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/radio/index.js +0 -15
  133. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/radio/radio-group.js +0 -105
  134. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/radio/radio.js +0 -117
  135. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/scrollbar/index.js +0 -12
  136. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/scrollbar/scrollbar.js +0 -194
  137. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/scrollbar/thumb.js +0 -108
  138. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/select/context.js +0 -4
  139. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/select/hooks/use-options.js +0 -96
  140. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/select/hooks/use-select.js +0 -137
  141. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/select/index.js +0 -18
  142. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/select/optgroup.js +0 -32
  143. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/select/option.js +0 -162
  144. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/select/select-dropdown.js +0 -119
  145. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/select/select.js +0 -506
  146. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/select/utils.js +0 -100
  147. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/spin/dot-loading.js +0 -34
  148. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/spin/index.js +0 -12
  149. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/spin/spin.js +0 -64
  150. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/tag/index.js +0 -12
  151. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/tag/interface.js +0 -18
  152. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/tag/tag.js +0 -146
  153. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/trigger/context.js +0 -4
  154. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/trigger/index.js +0 -12
  155. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/trigger/trigger.js +0 -446
  156. package/es/node_modules/.pnpm/@arco-design_web-vue@2.53.3_vue@3.5.13_typescript@5.8.2_/node_modules/@arco-design/web-vue/es/trigger/utils.js +0 -305
  157. package/es/node_modules/.pnpm/dayjs@1.11.18/node_modules/dayjs/locale/zh-cn.js +0 -24
  158. package/es/node_modules/.pnpm/dayjs@1.11.18/node_modules/dayjs/plugin/advancedFormat.js +0 -54
  159. package/es/node_modules/.pnpm/dayjs@1.11.18/node_modules/dayjs/plugin/customParseFormat.js +0 -127
  160. package/es/node_modules/.pnpm/dayjs@1.11.18/node_modules/dayjs/plugin/isBetween.js +0 -19
  161. package/es/node_modules/.pnpm/dayjs@1.11.18/node_modules/dayjs/plugin/quarterOfYear.js +0 -33
  162. package/es/node_modules/.pnpm/dayjs@1.11.18/node_modules/dayjs/plugin/weekOfYear.js +0 -29
  163. package/es/node_modules/.pnpm/dayjs@1.11.18/node_modules/dayjs/plugin/weekYear.js +0 -19
  164. package/es/node_modules/.pnpm/resize-observer-polyfill@1.5.1/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +0 -290
@@ -1,290 +0,0 @@
1
- var _ = function() {
2
- if (typeof Map < "u")
3
- return Map;
4
- function e(t, n) {
5
- var r = -1;
6
- return t.some(function(i, o) {
7
- return i[0] === n ? (r = o, !0) : !1;
8
- }), r;
9
- }
10
- return (
11
- /** @class */
12
- function() {
13
- function t() {
14
- this.__entries__ = [];
15
- }
16
- return Object.defineProperty(t.prototype, "size", {
17
- /**
18
- * @returns {boolean}
19
- */
20
- get: function() {
21
- return this.__entries__.length;
22
- },
23
- enumerable: !0,
24
- configurable: !0
25
- }), t.prototype.get = function(n) {
26
- var r = e(this.__entries__, n), i = this.__entries__[r];
27
- return i && i[1];
28
- }, t.prototype.set = function(n, r) {
29
- var i = e(this.__entries__, n);
30
- ~i ? this.__entries__[i][1] = r : this.__entries__.push([n, r]);
31
- }, t.prototype.delete = function(n) {
32
- var r = this.__entries__, i = e(r, n);
33
- ~i && r.splice(i, 1);
34
- }, t.prototype.has = function(n) {
35
- return !!~e(this.__entries__, n);
36
- }, t.prototype.clear = function() {
37
- this.__entries__.splice(0);
38
- }, t.prototype.forEach = function(n, r) {
39
- r === void 0 && (r = null);
40
- for (var i = 0, o = this.__entries__; i < o.length; i++) {
41
- var s = o[i];
42
- n.call(r, s[1], s[0]);
43
- }
44
- }, t;
45
- }()
46
- );
47
- }(), v = typeof window < "u" && typeof document < "u" && window.document === document, f = function() {
48
- return typeof global < "u" && global.Math === Math ? global : typeof self < "u" && self.Math === Math ? self : typeof window < "u" && window.Math === Math ? window : Function("return this")();
49
- }(), O = function() {
50
- return typeof requestAnimationFrame == "function" ? requestAnimationFrame.bind(f) : function(e) {
51
- return setTimeout(function() {
52
- return e(Date.now());
53
- }, 1e3 / 60);
54
- };
55
- }(), E = 2;
56
- function R(e, t) {
57
- var n = !1, r = !1, i = 0;
58
- function o() {
59
- n && (n = !1, e()), r && a();
60
- }
61
- function s() {
62
- O(o);
63
- }
64
- function a() {
65
- var u = Date.now();
66
- if (n) {
67
- if (u - i < E)
68
- return;
69
- r = !0;
70
- } else
71
- n = !0, r = !1, setTimeout(s, t);
72
- i = u;
73
- }
74
- return a;
75
- }
76
- var M = 20, x = ["top", "right", "bottom", "left", "width", "height", "size", "weight"], A = typeof MutationObserver < "u", z = (
77
- /** @class */
78
- function() {
79
- function e() {
80
- this.connected_ = !1, this.mutationEventsAdded_ = !1, this.mutationsObserver_ = null, this.observers_ = [], this.onTransitionEnd_ = this.onTransitionEnd_.bind(this), this.refresh = R(this.refresh.bind(this), M);
81
- }
82
- return e.prototype.addObserver = function(t) {
83
- ~this.observers_.indexOf(t) || this.observers_.push(t), this.connected_ || this.connect_();
84
- }, e.prototype.removeObserver = function(t) {
85
- var n = this.observers_, r = n.indexOf(t);
86
- ~r && n.splice(r, 1), !n.length && this.connected_ && this.disconnect_();
87
- }, e.prototype.refresh = function() {
88
- var t = this.updateObservers_();
89
- t && this.refresh();
90
- }, e.prototype.updateObservers_ = function() {
91
- var t = this.observers_.filter(function(n) {
92
- return n.gatherActive(), n.hasActive();
93
- });
94
- return t.forEach(function(n) {
95
- return n.broadcastActive();
96
- }), t.length > 0;
97
- }, e.prototype.connect_ = function() {
98
- !v || this.connected_ || (document.addEventListener("transitionend", this.onTransitionEnd_), window.addEventListener("resize", this.refresh), A ? (this.mutationsObserver_ = new MutationObserver(this.refresh), this.mutationsObserver_.observe(document, {
99
- attributes: !0,
100
- childList: !0,
101
- characterData: !0,
102
- subtree: !0
103
- })) : (document.addEventListener("DOMSubtreeModified", this.refresh), this.mutationEventsAdded_ = !0), this.connected_ = !0);
104
- }, e.prototype.disconnect_ = function() {
105
- !v || !this.connected_ || (document.removeEventListener("transitionend", this.onTransitionEnd_), window.removeEventListener("resize", this.refresh), this.mutationsObserver_ && this.mutationsObserver_.disconnect(), this.mutationEventsAdded_ && document.removeEventListener("DOMSubtreeModified", this.refresh), this.mutationsObserver_ = null, this.mutationEventsAdded_ = !1, this.connected_ = !1);
106
- }, e.prototype.onTransitionEnd_ = function(t) {
107
- var n = t.propertyName, r = n === void 0 ? "" : n, i = x.some(function(o) {
108
- return !!~r.indexOf(o);
109
- });
110
- i && this.refresh();
111
- }, e.getInstance = function() {
112
- return this.instance_ || (this.instance_ = new e()), this.instance_;
113
- }, e.instance_ = null, e;
114
- }()
115
- ), m = function(e, t) {
116
- for (var n = 0, r = Object.keys(t); n < r.length; n++) {
117
- var i = r[n];
118
- Object.defineProperty(e, i, {
119
- value: t[i],
120
- enumerable: !1,
121
- writable: !1,
122
- configurable: !0
123
- });
124
- }
125
- return e;
126
- }, c = function(e) {
127
- var t = e && e.ownerDocument && e.ownerDocument.defaultView;
128
- return t || f;
129
- }, y = d(0, 0, 0, 0);
130
- function h(e) {
131
- return parseFloat(e) || 0;
132
- }
133
- function b(e) {
134
- for (var t = [], n = 1; n < arguments.length; n++)
135
- t[n - 1] = arguments[n];
136
- return t.reduce(function(r, i) {
137
- var o = e["border-" + i + "-width"];
138
- return r + h(o);
139
- }, 0);
140
- }
141
- function T(e) {
142
- for (var t = ["top", "right", "bottom", "left"], n = {}, r = 0, i = t; r < i.length; r++) {
143
- var o = i[r], s = e["padding-" + o];
144
- n[o] = h(s);
145
- }
146
- return n;
147
- }
148
- function C(e) {
149
- var t = e.getBBox();
150
- return d(0, 0, t.width, t.height);
151
- }
152
- function S(e) {
153
- var t = e.clientWidth, n = e.clientHeight;
154
- if (!t && !n)
155
- return y;
156
- var r = c(e).getComputedStyle(e), i = T(r), o = i.left + i.right, s = i.top + i.bottom, a = h(r.width), u = h(r.height);
157
- if (r.boxSizing === "border-box" && (Math.round(a + o) !== t && (a -= b(r, "left", "right") + o), Math.round(u + s) !== n && (u -= b(r, "top", "bottom") + s)), !G(e)) {
158
- var l = Math.round(a + o) - t, p = Math.round(u + s) - n;
159
- Math.abs(l) !== 1 && (a -= l), Math.abs(p) !== 1 && (u -= p);
160
- }
161
- return d(i.left, i.top, a, u);
162
- }
163
- var D = /* @__PURE__ */ function() {
164
- return typeof SVGGraphicsElement < "u" ? function(e) {
165
- return e instanceof c(e).SVGGraphicsElement;
166
- } : function(e) {
167
- return e instanceof c(e).SVGElement && typeof e.getBBox == "function";
168
- };
169
- }();
170
- function G(e) {
171
- return e === c(e).document.documentElement;
172
- }
173
- function L(e) {
174
- return v ? D(e) ? C(e) : S(e) : y;
175
- }
176
- function P(e) {
177
- var t = e.x, n = e.y, r = e.width, i = e.height, o = typeof DOMRectReadOnly < "u" ? DOMRectReadOnly : Object, s = Object.create(o.prototype);
178
- return m(s, {
179
- x: t,
180
- y: n,
181
- width: r,
182
- height: i,
183
- top: n,
184
- right: t + r,
185
- bottom: i + n,
186
- left: t
187
- }), s;
188
- }
189
- function d(e, t, n, r) {
190
- return { x: e, y: t, width: n, height: r };
191
- }
192
- var W = (
193
- /** @class */
194
- function() {
195
- function e(t) {
196
- this.broadcastWidth = 0, this.broadcastHeight = 0, this.contentRect_ = d(0, 0, 0, 0), this.target = t;
197
- }
198
- return e.prototype.isActive = function() {
199
- var t = L(this.target);
200
- return this.contentRect_ = t, t.width !== this.broadcastWidth || t.height !== this.broadcastHeight;
201
- }, e.prototype.broadcastRect = function() {
202
- var t = this.contentRect_;
203
- return this.broadcastWidth = t.width, this.broadcastHeight = t.height, t;
204
- }, e;
205
- }()
206
- ), j = (
207
- /** @class */
208
- /* @__PURE__ */ function() {
209
- function e(t, n) {
210
- var r = P(n);
211
- m(this, { target: t, contentRect: r });
212
- }
213
- return e;
214
- }()
215
- ), F = (
216
- /** @class */
217
- function() {
218
- function e(t, n, r) {
219
- if (this.activeObservations_ = [], this.observations_ = new _(), typeof t != "function")
220
- throw new TypeError("The callback provided as parameter 1 is not a function.");
221
- this.callback_ = t, this.controller_ = n, this.callbackCtx_ = r;
222
- }
223
- return e.prototype.observe = function(t) {
224
- if (!arguments.length)
225
- throw new TypeError("1 argument required, but only 0 present.");
226
- if (!(typeof Element > "u" || !(Element instanceof Object))) {
227
- if (!(t instanceof c(t).Element))
228
- throw new TypeError('parameter 1 is not of type "Element".');
229
- var n = this.observations_;
230
- n.has(t) || (n.set(t, new W(t)), this.controller_.addObserver(this), this.controller_.refresh());
231
- }
232
- }, e.prototype.unobserve = function(t) {
233
- if (!arguments.length)
234
- throw new TypeError("1 argument required, but only 0 present.");
235
- if (!(typeof Element > "u" || !(Element instanceof Object))) {
236
- if (!(t instanceof c(t).Element))
237
- throw new TypeError('parameter 1 is not of type "Element".');
238
- var n = this.observations_;
239
- n.has(t) && (n.delete(t), n.size || this.controller_.removeObserver(this));
240
- }
241
- }, e.prototype.disconnect = function() {
242
- this.clearActive(), this.observations_.clear(), this.controller_.removeObserver(this);
243
- }, e.prototype.gatherActive = function() {
244
- var t = this;
245
- this.clearActive(), this.observations_.forEach(function(n) {
246
- n.isActive() && t.activeObservations_.push(n);
247
- });
248
- }, e.prototype.broadcastActive = function() {
249
- if (this.hasActive()) {
250
- var t = this.callbackCtx_, n = this.activeObservations_.map(function(r) {
251
- return new j(r.target, r.broadcastRect());
252
- });
253
- this.callback_.call(t, n, t), this.clearActive();
254
- }
255
- }, e.prototype.clearActive = function() {
256
- this.activeObservations_.splice(0);
257
- }, e.prototype.hasActive = function() {
258
- return this.activeObservations_.length > 0;
259
- }, e;
260
- }()
261
- ), g = typeof WeakMap < "u" ? /* @__PURE__ */ new WeakMap() : new _(), w = (
262
- /** @class */
263
- /* @__PURE__ */ function() {
264
- function e(t) {
265
- if (!(this instanceof e))
266
- throw new TypeError("Cannot call a class as a function.");
267
- if (!arguments.length)
268
- throw new TypeError("1 argument required, but only 0 present.");
269
- var n = z.getInstance(), r = new F(t, n, this);
270
- g.set(this, r);
271
- }
272
- return e;
273
- }()
274
- );
275
- [
276
- "observe",
277
- "unobserve",
278
- "disconnect"
279
- ].forEach(function(e) {
280
- w.prototype[e] = function() {
281
- var t;
282
- return (t = g.get(this))[e].apply(t, arguments);
283
- };
284
- });
285
- var H = function() {
286
- return typeof f.ResizeObserver < "u" ? f.ResizeObserver : w;
287
- }();
288
- export {
289
- H as default
290
- };