@keyblade/pro-components 1.13.8-alpha.14 → 1.13.8-alpha.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.
- package/es/_virtual/_commonjsHelpers.js +6 -0
- package/es/_virtual/advancedFormat.js +7 -0
- package/es/_virtual/advancedFormat2.js +4 -0
- package/es/_virtual/customParseFormat.js +7 -0
- package/es/_virtual/customParseFormat2.js +4 -0
- package/es/_virtual/isBetween.js +7 -0
- package/es/_virtual/isBetween2.js +4 -0
- package/es/_virtual/quarterOfYear.js +7 -0
- package/es/_virtual/quarterOfYear2.js +4 -0
- package/es/_virtual/weekOfYear.js +7 -0
- package/es/_virtual/weekOfYear2.js +4 -0
- package/es/_virtual/weekYear.js +7 -0
- package/es/_virtual/weekYear2.js +4 -0
- package/es/_virtual/zh-cn.js +2 -0
- package/es/_virtual/zh-cn2.js +4 -0
- package/es/components.d.ts +1 -0
- package/es/index.d.ts +1 -0
- package/es/index.js +10 -8
- 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 +16 -0
- 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 +42 -0
- 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 +42 -0
- 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 +134 -0
- 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 +35 -0
- 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 +40 -0
- 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 +192 -0
- 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 +61 -0
- 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 +35 -0
- 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 +186 -0
- 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 +16 -0
- 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 +15 -0
- 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 +24 -0
- 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 +63 -0
- 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 +11 -0
- 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 +44 -0
- 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 +22 -0
- 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 +25 -0
- 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 +14 -0
- 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 +22 -0
- 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 +23 -0
- 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 +33 -0
- 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 +96 -0
- 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 +12 -0
- 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 +53 -0
- 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 +28 -0
- 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 +26 -0
- 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 +46 -0
- 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 +32 -0
- 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 +9 -0
- 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 +17 -0
- 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 +7 -0
- 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 +10 -0
- 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 +5 -0
- 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 +15 -0
- 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 +96 -0
- 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 +8 -0
- 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 +47 -0
- 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 +130 -0
- 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 +4 -0
- 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 +15 -0
- 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 +94 -0
- 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 +129 -0
- 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 +4 -0
- 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 +20 -0
- 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 +15 -0
- 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 +4 -0
- 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 +41 -0
- 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 +12 -0
- 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 +4 -0
- 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 +70 -0
- 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 +11 -0
- 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 +64 -0
- 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 +11 -0
- 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 +70 -0
- 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 +11 -0
- 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 +64 -0
- 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 +11 -0
- 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 +64 -0
- 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 +11 -0
- 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 +70 -0
- 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 +11 -0
- 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 +64 -0
- 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 +11 -0
- 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 +64 -0
- 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 +11 -0
- 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 +64 -0
- 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 +11 -0
- 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 +64 -0
- 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 +11 -0
- 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 +12 -0
- 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 +318 -0
- 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 +35 -0
- 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 +32 -0
- 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 +196 -0
- 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 +4 -0
- 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 +15 -0
- 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 +105 -0
- 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 +117 -0
- 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 +12 -0
- 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 +194 -0
- 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 +108 -0
- 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 +4 -0
- 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 +96 -0
- 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 +137 -0
- 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 +18 -0
- 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 +32 -0
- 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 +162 -0
- 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 +119 -0
- 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 +506 -0
- 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 +100 -0
- 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 +34 -0
- 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 +12 -0
- 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 +64 -0
- 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 +12 -0
- 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 +18 -0
- 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 +146 -0
- 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 +4 -0
- 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 +12 -0
- 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 +446 -0
- 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 +305 -0
- package/es/node_modules/.pnpm/dayjs@1.11.18/node_modules/dayjs/locale/zh-cn.js +24 -0
- package/es/node_modules/.pnpm/dayjs@1.11.18/node_modules/dayjs/plugin/advancedFormat.js +54 -0
- package/es/node_modules/.pnpm/dayjs@1.11.18/node_modules/dayjs/plugin/customParseFormat.js +127 -0
- package/es/node_modules/.pnpm/dayjs@1.11.18/node_modules/dayjs/plugin/isBetween.js +19 -0
- package/es/node_modules/.pnpm/dayjs@1.11.18/node_modules/dayjs/plugin/quarterOfYear.js +33 -0
- package/es/node_modules/.pnpm/dayjs@1.11.18/node_modules/dayjs/plugin/weekOfYear.js +29 -0
- package/es/node_modules/.pnpm/dayjs@1.11.18/node_modules/dayjs/plugin/weekYear.js +19 -0
- package/es/node_modules/.pnpm/resize-observer-polyfill@1.5.1/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +290 -0
- package/es/pro-calendar/calendar.vue.d.ts +71 -0
- package/es/pro-calendar/calendar.vue.js +7 -0
- package/es/pro-calendar/calendar.vue2.js +151 -0
- package/es/pro-calendar/enum.d.ts +6 -0
- package/es/pro-calendar/enum.js +4 -0
- package/es/pro-calendar/header.vue.d.ts +46 -0
- package/es/pro-calendar/header.vue.js +122 -0
- package/es/pro-calendar/header.vue2.js +4 -0
- package/es/pro-calendar/hooks/useCellClassName.d.ts +12 -0
- package/es/pro-calendar/hooks/useCellClassName.js +41 -0
- package/es/pro-calendar/index.d.ts +106 -0
- package/es/pro-calendar/index.js +10 -0
- package/es/pro-calendar/inerface.d.ts +34 -0
- package/es/pro-calendar/month.d.ts +5 -0
- package/es/pro-calendar/month.js +43 -0
- package/es/pro-calendar/month.vue.d.ts +37 -0
- package/es/pro-calendar/month.vue.js +127 -0
- package/es/pro-calendar/month.vue2.js +4 -0
- package/es/pro-calendar/week.vue.d.ts +15 -0
- package/es/pro-calendar/week.vue.js +35 -0
- package/es/pro-calendar/week.vue2.js +4 -0
- package/es/pro-calendar/year.vue.d.ts +15 -0
- package/es/pro-calendar/year.vue.js +112 -0
- package/es/pro-calendar/year.vue2.js +4 -0
- package/es/style.css +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { defineComponent as j, toRefs as D, inject as S, toRef as H, ref as C, computed as c, watch as k, createVNode as d, Fragment as I, resolveComponent as P, nextTick as T } from "vue";
|
|
2
|
+
import { getPrefixCls as w } from "../_utils/global-config.js";
|
|
3
|
+
import A from "../_components/icon-hover.js";
|
|
4
|
+
import { radioGroupKey as K } from "./context.js";
|
|
5
|
+
import { isUndefined as y, isNull as U } from "../_utils/is.js";
|
|
6
|
+
import { useFormItem as q } from "../_hooks/use-form-item.js";
|
|
7
|
+
var Q = j({
|
|
8
|
+
name: "Radio",
|
|
9
|
+
components: {
|
|
10
|
+
IconHover: A
|
|
11
|
+
},
|
|
12
|
+
props: {
|
|
13
|
+
modelValue: {
|
|
14
|
+
type: [String, Number, Boolean],
|
|
15
|
+
default: void 0
|
|
16
|
+
},
|
|
17
|
+
defaultChecked: {
|
|
18
|
+
type: Boolean,
|
|
19
|
+
default: !1
|
|
20
|
+
},
|
|
21
|
+
value: {
|
|
22
|
+
type: [String, Number, Boolean],
|
|
23
|
+
default: !0
|
|
24
|
+
},
|
|
25
|
+
type: {
|
|
26
|
+
type: String,
|
|
27
|
+
default: "radio"
|
|
28
|
+
},
|
|
29
|
+
disabled: {
|
|
30
|
+
type: Boolean,
|
|
31
|
+
default: !1
|
|
32
|
+
},
|
|
33
|
+
uninjectGroupContext: {
|
|
34
|
+
type: Boolean,
|
|
35
|
+
default: !1
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
emits: {
|
|
39
|
+
"update:modelValue": (a) => !0,
|
|
40
|
+
change: (a, m) => !0
|
|
41
|
+
},
|
|
42
|
+
setup(a, {
|
|
43
|
+
emit: m,
|
|
44
|
+
slots: r
|
|
45
|
+
}) {
|
|
46
|
+
const o = w("radio"), {
|
|
47
|
+
modelValue: $
|
|
48
|
+
} = D(a), u = a.uninjectGroupContext ? void 0 : S(K, void 0), {
|
|
49
|
+
mergedDisabled: B,
|
|
50
|
+
eventHandlers: h
|
|
51
|
+
} = q({
|
|
52
|
+
disabled: H(a, "disabled")
|
|
53
|
+
}), i = C(null), s = C(a.defaultChecked), _ = c(() => (u == null ? void 0 : u.name) === "ArcoRadioGroup"), p = c(() => {
|
|
54
|
+
var e;
|
|
55
|
+
return (e = u == null ? void 0 : u.type) != null ? e : a.type;
|
|
56
|
+
}), f = c(() => (u == null ? void 0 : u.disabled) || B.value), t = c(() => {
|
|
57
|
+
var e, l;
|
|
58
|
+
return _.value ? (u == null ? void 0 : u.value) === ((e = a.value) != null ? e : !0) : y(a.modelValue) ? s.value : a.modelValue === ((l = a.value) != null ? l : !0);
|
|
59
|
+
});
|
|
60
|
+
k($, (e) => {
|
|
61
|
+
(y(e) || U(e)) && (s.value = !1);
|
|
62
|
+
}), k(t, (e, l) => {
|
|
63
|
+
e !== l && (s.value = e, i.value && (i.value.checked = e));
|
|
64
|
+
});
|
|
65
|
+
const x = (e) => {
|
|
66
|
+
var l, n;
|
|
67
|
+
(n = (l = h.value) == null ? void 0 : l.onFocus) == null || n.call(l, e);
|
|
68
|
+
}, R = (e) => {
|
|
69
|
+
var l, n;
|
|
70
|
+
(n = (l = h.value) == null ? void 0 : l.onBlur) == null || n.call(l, e);
|
|
71
|
+
}, G = (e) => {
|
|
72
|
+
e.stopPropagation();
|
|
73
|
+
}, F = (e) => {
|
|
74
|
+
var l, n, v, b, g;
|
|
75
|
+
s.value = !0, _.value ? u == null || u.handleChange((l = a.value) != null ? l : !0, e) : (m("update:modelValue", (n = a.value) != null ? n : !0), m("change", (v = a.value) != null ? v : !0, e), (g = (b = h.value) == null ? void 0 : b.onChange) == null || g.call(b, e)), T(() => {
|
|
76
|
+
i.value && i.value.checked !== t.value && (i.value.checked = t.value);
|
|
77
|
+
});
|
|
78
|
+
}, V = c(() => [`${p.value === "button" ? `${o}-button` : o}`, {
|
|
79
|
+
[`${o}-checked`]: t.value,
|
|
80
|
+
[`${o}-disabled`]: f.value
|
|
81
|
+
}]), N = () => d(I, null, [d(P("icon-hover"), {
|
|
82
|
+
class: `${o}-icon-hover`,
|
|
83
|
+
disabled: f.value || t.value
|
|
84
|
+
}, {
|
|
85
|
+
default: () => [d("span", {
|
|
86
|
+
class: `${o}-icon`
|
|
87
|
+
}, null)]
|
|
88
|
+
}), r.default && d("span", {
|
|
89
|
+
class: `${o}-label`
|
|
90
|
+
}, [r.default()])]);
|
|
91
|
+
return () => {
|
|
92
|
+
var e, l, n, v;
|
|
93
|
+
return d("label", {
|
|
94
|
+
class: V.value
|
|
95
|
+
}, [d("input", {
|
|
96
|
+
ref: i,
|
|
97
|
+
type: "radio",
|
|
98
|
+
checked: t.value,
|
|
99
|
+
value: a.value,
|
|
100
|
+
class: `${o}-target`,
|
|
101
|
+
disabled: f.value,
|
|
102
|
+
onClick: G,
|
|
103
|
+
onChange: F,
|
|
104
|
+
onFocus: x,
|
|
105
|
+
onBlur: R
|
|
106
|
+
}, null), p.value === "radio" ? (v = (n = (l = r.radio) != null ? l : (e = u == null ? void 0 : u.slots) == null ? void 0 : e.radio) == null ? void 0 : n({
|
|
107
|
+
checked: t.value,
|
|
108
|
+
disabled: f.value
|
|
109
|
+
})) != null ? v : N() : d("span", {
|
|
110
|
+
class: `${o}-button-content`
|
|
111
|
+
}, [r.default && r.default()])]);
|
|
112
|
+
};
|
|
113
|
+
}
|
|
114
|
+
});
|
|
115
|
+
export {
|
|
116
|
+
Q as default
|
|
117
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { setGlobalConfig as r, getComponentPrefix as l } from "../_utils/global-config.js";
|
|
2
|
+
import o from "./scrollbar.js";
|
|
3
|
+
const c = Object.assign(o, {
|
|
4
|
+
install: (t, e) => {
|
|
5
|
+
r(t, e);
|
|
6
|
+
const n = l(e);
|
|
7
|
+
t.component(n + o.name, o);
|
|
8
|
+
}
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
c as default
|
|
12
|
+
};
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
import { defineComponent as x, resolveComponent as I, createElementBlock as ee, openBlock as C, normalizeStyle as le, normalizeClass as oe, createVNode as L, createBlock as P, createCommentVNode as Z, withCtx as w, createElementVNode as te, mergeProps as ae, renderSlot as re, ref as i, computed as y, onMounted as ne } from "vue";
|
|
2
|
+
import ie from "../_components/resize-observer-v2.js";
|
|
3
|
+
import se from "./thumb.js";
|
|
4
|
+
import { getPrefixCls as ce } from "../_utils/global-config.js";
|
|
5
|
+
import { isObject as ue } from "../_utils/is.js";
|
|
6
|
+
import fe from "../_virtual/plugin-vue_export-helper.js";
|
|
7
|
+
const K = 20, T = 15, de = x({
|
|
8
|
+
name: "Scrollbar",
|
|
9
|
+
components: {
|
|
10
|
+
ResizeObserver: ie,
|
|
11
|
+
Thumb: se
|
|
12
|
+
},
|
|
13
|
+
inheritAttrs: !1,
|
|
14
|
+
props: {
|
|
15
|
+
type: {
|
|
16
|
+
type: String,
|
|
17
|
+
default: "embed"
|
|
18
|
+
},
|
|
19
|
+
outerClass: [String, Object, Array],
|
|
20
|
+
outerStyle: {
|
|
21
|
+
type: [String, Object, Array]
|
|
22
|
+
},
|
|
23
|
+
hide: {
|
|
24
|
+
type: Boolean,
|
|
25
|
+
default: !1
|
|
26
|
+
},
|
|
27
|
+
disableHorizontal: {
|
|
28
|
+
type: Boolean,
|
|
29
|
+
default: !1
|
|
30
|
+
},
|
|
31
|
+
disableVertical: {
|
|
32
|
+
type: Boolean,
|
|
33
|
+
default: !1
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
emits: {
|
|
37
|
+
scroll: (e) => !0
|
|
38
|
+
},
|
|
39
|
+
setup(e, { emit: o }) {
|
|
40
|
+
const n = ce("scrollbar"), l = i(), v = i(), s = i(), u = i(), f = i(), S = i(!1), V = i(!1), R = y(() => S.value && !e.disableHorizontal), p = y(() => V.value && !e.disableVertical), h = i(!1), B = () => {
|
|
41
|
+
var t, a, r, m, b, z;
|
|
42
|
+
if (l.value) {
|
|
43
|
+
const {
|
|
44
|
+
clientWidth: d,
|
|
45
|
+
clientHeight: c,
|
|
46
|
+
offsetWidth: M,
|
|
47
|
+
offsetHeight: k,
|
|
48
|
+
scrollWidth: _,
|
|
49
|
+
scrollHeight: $,
|
|
50
|
+
scrollTop: W,
|
|
51
|
+
scrollLeft: A
|
|
52
|
+
} = l.value;
|
|
53
|
+
S.value = _ > d, V.value = $ > c, h.value = R.value && p.value;
|
|
54
|
+
const O = e.type === "embed" && h.value ? M - T : M, H = e.type === "embed" && h.value ? k - T : k, D = Math.round(O / Math.min(_ / d, O / K)), E = O - D, X = (_ - d) / E, N = Math.round(H / Math.min($ / c, H / K)), j = H - N, Y = ($ - c) / j;
|
|
55
|
+
if (v.value = {
|
|
56
|
+
ratio: X,
|
|
57
|
+
thumbSize: D,
|
|
58
|
+
max: E
|
|
59
|
+
}, s.value = {
|
|
60
|
+
ratio: Y,
|
|
61
|
+
thumbSize: N,
|
|
62
|
+
max: j
|
|
63
|
+
}, W > 0) {
|
|
64
|
+
const g = Math.round(W / ((a = (t = s.value) == null ? void 0 : t.ratio) != null ? a : 1));
|
|
65
|
+
(r = f.value) == null || r.setOffset(g);
|
|
66
|
+
}
|
|
67
|
+
if (A > 0) {
|
|
68
|
+
const g = Math.round(A / ((b = (m = s.value) == null ? void 0 : m.ratio) != null ? b : 1));
|
|
69
|
+
(z = u.value) == null || z.setOffset(g);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
};
|
|
73
|
+
ne(() => {
|
|
74
|
+
B();
|
|
75
|
+
});
|
|
76
|
+
const U = () => {
|
|
77
|
+
B();
|
|
78
|
+
}, q = (t) => {
|
|
79
|
+
var a, r, m, b, z, d;
|
|
80
|
+
if (l.value) {
|
|
81
|
+
if (R.value && !e.disableHorizontal) {
|
|
82
|
+
const c = Math.round(l.value.scrollLeft / ((r = (a = v.value) == null ? void 0 : a.ratio) != null ? r : 1));
|
|
83
|
+
(m = u.value) == null || m.setOffset(c);
|
|
84
|
+
}
|
|
85
|
+
if (p.value && !e.disableVertical) {
|
|
86
|
+
const c = Math.round(l.value.scrollTop / ((z = (b = s.value) == null ? void 0 : b.ratio) != null ? z : 1));
|
|
87
|
+
(d = f.value) == null || d.setOffset(c);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
o("scroll", t);
|
|
91
|
+
}, F = (t) => {
|
|
92
|
+
var a, r;
|
|
93
|
+
l.value && l.value.scrollTo({
|
|
94
|
+
left: t * ((r = (a = v.value) == null ? void 0 : a.ratio) != null ? r : 1)
|
|
95
|
+
});
|
|
96
|
+
}, G = (t) => {
|
|
97
|
+
var a, r;
|
|
98
|
+
l.value && l.value.scrollTo({
|
|
99
|
+
top: t * ((r = (a = s.value) == null ? void 0 : a.ratio) != null ? r : 1)
|
|
100
|
+
});
|
|
101
|
+
}, J = y(() => {
|
|
102
|
+
const t = {};
|
|
103
|
+
return e.type === "track" && (R.value && (t.paddingBottom = `${T}px`), p.value && (t.paddingRight = `${T}px`)), [t, e.outerStyle];
|
|
104
|
+
}), Q = y(() => [
|
|
105
|
+
`${n}`,
|
|
106
|
+
`${n}-type-${e.type}`,
|
|
107
|
+
{
|
|
108
|
+
[`${n}-both`]: h.value
|
|
109
|
+
},
|
|
110
|
+
e.outerClass
|
|
111
|
+
]);
|
|
112
|
+
return {
|
|
113
|
+
prefixCls: n,
|
|
114
|
+
cls: Q,
|
|
115
|
+
style: J,
|
|
116
|
+
containerRef: l,
|
|
117
|
+
horizontalThumbRef: u,
|
|
118
|
+
verticalThumbRef: f,
|
|
119
|
+
horizontalData: v,
|
|
120
|
+
verticalData: s,
|
|
121
|
+
isBoth: h,
|
|
122
|
+
hasHorizontalScrollbar: R,
|
|
123
|
+
hasVerticalScrollbar: p,
|
|
124
|
+
handleResize: U,
|
|
125
|
+
handleScroll: q,
|
|
126
|
+
handleHorizontalScroll: F,
|
|
127
|
+
handleVerticalScroll: G
|
|
128
|
+
};
|
|
129
|
+
},
|
|
130
|
+
methods: {
|
|
131
|
+
scrollTo(e, o) {
|
|
132
|
+
var n, l;
|
|
133
|
+
ue(e) ? (n = this.$refs.containerRef) == null || n.scrollTo(e) : (e || o) && ((l = this.$refs.containerRef) == null || l.scrollTo(e, o));
|
|
134
|
+
},
|
|
135
|
+
scrollTop(e) {
|
|
136
|
+
var o;
|
|
137
|
+
(o = this.$refs.containerRef) == null || o.scrollTo({
|
|
138
|
+
top: e
|
|
139
|
+
});
|
|
140
|
+
},
|
|
141
|
+
scrollLeft(e) {
|
|
142
|
+
var o;
|
|
143
|
+
(o = this.$refs.containerRef) == null || o.scrollTo({
|
|
144
|
+
left: e
|
|
145
|
+
});
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
});
|
|
149
|
+
function ve(e, o, n, l, v, s) {
|
|
150
|
+
const u = I("ResizeObserver"), f = I("thumb");
|
|
151
|
+
return C(), ee("div", {
|
|
152
|
+
class: oe(e.cls),
|
|
153
|
+
style: le(e.style)
|
|
154
|
+
}, [
|
|
155
|
+
L(u, { onResize: e.handleResize }, {
|
|
156
|
+
default: w(() => [
|
|
157
|
+
te("div", ae({
|
|
158
|
+
ref: "containerRef",
|
|
159
|
+
class: `${e.prefixCls}-container`
|
|
160
|
+
}, e.$attrs, {
|
|
161
|
+
onScroll: o[0] || (o[0] = (...S) => e.handleScroll && e.handleScroll(...S))
|
|
162
|
+
}), [
|
|
163
|
+
L(u, { onResize: e.handleResize }, {
|
|
164
|
+
default: w(() => [
|
|
165
|
+
re(e.$slots, "default")
|
|
166
|
+
]),
|
|
167
|
+
_: 3
|
|
168
|
+
}, 8, ["onResize"])
|
|
169
|
+
], 16)
|
|
170
|
+
]),
|
|
171
|
+
_: 3
|
|
172
|
+
}, 8, ["onResize"]),
|
|
173
|
+
!e.hide && e.hasHorizontalScrollbar ? (C(), P(f, {
|
|
174
|
+
key: 0,
|
|
175
|
+
ref: "horizontalThumbRef",
|
|
176
|
+
data: e.horizontalData,
|
|
177
|
+
direction: "horizontal",
|
|
178
|
+
both: e.isBoth,
|
|
179
|
+
onScroll: e.handleHorizontalScroll
|
|
180
|
+
}, null, 8, ["data", "both", "onScroll"])) : Z("v-if", !0),
|
|
181
|
+
!e.hide && e.hasVerticalScrollbar ? (C(), P(f, {
|
|
182
|
+
key: 1,
|
|
183
|
+
ref: "verticalThumbRef",
|
|
184
|
+
data: e.verticalData,
|
|
185
|
+
direction: "vertical",
|
|
186
|
+
both: e.isBoth,
|
|
187
|
+
onScroll: e.handleVerticalScroll
|
|
188
|
+
}, null, 8, ["data", "both", "onScroll"])) : Z("v-if", !0)
|
|
189
|
+
], 6);
|
|
190
|
+
}
|
|
191
|
+
var pe = /* @__PURE__ */ fe(de, [["render", ve]]);
|
|
192
|
+
export {
|
|
193
|
+
pe as default
|
|
194
|
+
};
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import { defineComponent as D, createBlock as x, openBlock as O, Transition as j, withCtx as E, createElementVNode as v, withModifiers as H, normalizeClass as h, normalizeStyle as L, ref as u, computed as b } from "vue";
|
|
2
|
+
import { on as w, off as M } from "../_utils/dom.js";
|
|
3
|
+
import { getPrefixCls as N } from "../_utils/global-config.js";
|
|
4
|
+
import P from "../_virtual/plugin-vue_export-helper.js";
|
|
5
|
+
const U = D({
|
|
6
|
+
name: "Thumb",
|
|
7
|
+
props: {
|
|
8
|
+
data: {
|
|
9
|
+
type: Object
|
|
10
|
+
},
|
|
11
|
+
direction: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: "horizontal"
|
|
14
|
+
},
|
|
15
|
+
alwaysShow: {
|
|
16
|
+
type: Boolean,
|
|
17
|
+
default: !1
|
|
18
|
+
},
|
|
19
|
+
both: {
|
|
20
|
+
type: Boolean,
|
|
21
|
+
default: !1
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
emits: ["scroll"],
|
|
25
|
+
setup(e, { emit: a }) {
|
|
26
|
+
const r = N("scrollbar"), p = u(!1), s = u(), i = u(), l = b(() => e.direction === "horizontal" ? {
|
|
27
|
+
size: "width",
|
|
28
|
+
direction: "left",
|
|
29
|
+
offset: "offsetWidth",
|
|
30
|
+
client: "clientX"
|
|
31
|
+
} : {
|
|
32
|
+
size: "height",
|
|
33
|
+
direction: "top",
|
|
34
|
+
offset: "offsetHeight",
|
|
35
|
+
client: "clientY"
|
|
36
|
+
}), n = u(0), d = u(!1), g = u(0), y = b(() => {
|
|
37
|
+
var t, o;
|
|
38
|
+
return {
|
|
39
|
+
[l.value.size]: `${(o = (t = e.data) == null ? void 0 : t.thumbSize) != null ? o : 0}px`,
|
|
40
|
+
[l.value.direction]: `${n.value}px`
|
|
41
|
+
};
|
|
42
|
+
}), T = (t) => {
|
|
43
|
+
t.preventDefault(), i.value && (g.value = t[l.value.client] - i.value.getBoundingClientRect()[l.value.direction], d.value = !0, w(window, "mousemove", C), w(window, "mouseup", c), w(window, "contextmenu", c));
|
|
44
|
+
}, S = (t) => {
|
|
45
|
+
var o, $, k, z;
|
|
46
|
+
if (t.preventDefault(), i.value) {
|
|
47
|
+
const m = f(t[l.value.client] > i.value.getBoundingClientRect()[l.value.direction] ? n.value + (($ = (o = e.data) == null ? void 0 : o.thumbSize) != null ? $ : 0) : n.value - ((z = (k = e.data) == null ? void 0 : k.thumbSize) != null ? z : 0));
|
|
48
|
+
m !== n.value && (n.value = m, a("scroll", m));
|
|
49
|
+
}
|
|
50
|
+
}, f = (t) => t < 0 ? 0 : e.data && t > e.data.max ? e.data.max : t, C = (t) => {
|
|
51
|
+
if (s.value && i.value) {
|
|
52
|
+
const o = f(t[l.value.client] - s.value.getBoundingClientRect()[l.value.direction] - g.value);
|
|
53
|
+
o !== n.value && (n.value = o, a("scroll", o));
|
|
54
|
+
}
|
|
55
|
+
}, c = () => {
|
|
56
|
+
d.value = !1, M(window, "mousemove", C), M(window, "mouseup", c);
|
|
57
|
+
}, B = (t) => {
|
|
58
|
+
d.value || (t = f(t), t !== n.value && (n.value = t));
|
|
59
|
+
}, R = b(() => [
|
|
60
|
+
`${r}-thumb`,
|
|
61
|
+
`${r}-thumb-direction-${e.direction}`,
|
|
62
|
+
{
|
|
63
|
+
[`${r}-thumb-dragging`]: d.value
|
|
64
|
+
}
|
|
65
|
+
]);
|
|
66
|
+
return {
|
|
67
|
+
visible: p,
|
|
68
|
+
trackRef: s,
|
|
69
|
+
thumbRef: i,
|
|
70
|
+
prefixCls: r,
|
|
71
|
+
thumbCls: R,
|
|
72
|
+
thumbStyle: y,
|
|
73
|
+
handleThumbMouseDown: T,
|
|
74
|
+
handleTrackClick: S,
|
|
75
|
+
setOffset: B
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
});
|
|
79
|
+
function V(e, a, r, p, s, i) {
|
|
80
|
+
return O(), x(j, null, {
|
|
81
|
+
default: E(() => [
|
|
82
|
+
v("div", {
|
|
83
|
+
ref: "trackRef",
|
|
84
|
+
class: h([
|
|
85
|
+
`${e.prefixCls}-track`,
|
|
86
|
+
`${e.prefixCls}-track-direction-${e.direction}`
|
|
87
|
+
]),
|
|
88
|
+
onMousedown: a[1] || (a[1] = H((...l) => e.handleTrackClick && e.handleTrackClick(...l), ["self"]))
|
|
89
|
+
}, [
|
|
90
|
+
v("div", {
|
|
91
|
+
ref: "thumbRef",
|
|
92
|
+
class: h(e.thumbCls),
|
|
93
|
+
style: L(e.thumbStyle),
|
|
94
|
+
onMousedown: a[0] || (a[0] = (...l) => e.handleThumbMouseDown && e.handleThumbMouseDown(...l))
|
|
95
|
+
}, [
|
|
96
|
+
v("div", {
|
|
97
|
+
class: h(`${e.prefixCls}-thumb-bar`)
|
|
98
|
+
}, null, 2)
|
|
99
|
+
], 38)
|
|
100
|
+
], 34)
|
|
101
|
+
]),
|
|
102
|
+
_: 1
|
|
103
|
+
});
|
|
104
|
+
}
|
|
105
|
+
var A = /* @__PURE__ */ P(U, [["render", V]]);
|
|
106
|
+
export {
|
|
107
|
+
A as default
|
|
108
|
+
};
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { computed as a, reactive as M, watch as D, ref as d } from "vue";
|
|
2
|
+
import { getOptionInfos as P, getValidOptions as y, isValidOption as E } from "../utils.js";
|
|
3
|
+
import { isNumber as b } from "../../_utils/is.js";
|
|
4
|
+
var j = Object.defineProperty, k = Object.defineProperties, A = Object.getOwnPropertyDescriptors, S = Object.getOwnPropertySymbols, z = Object.prototype.hasOwnProperty, F = Object.prototype.propertyIsEnumerable, w = (l, o, n) => o in l ? j(l, o, { enumerable: !0, configurable: !0, writable: !0, value: n }) : l[o] = n, f = (l, o) => {
|
|
5
|
+
for (var n in o || (o = {}))
|
|
6
|
+
z.call(o, n) && w(l, n, o[n]);
|
|
7
|
+
if (S)
|
|
8
|
+
for (var n of S(o))
|
|
9
|
+
F.call(o, n) && w(l, n, o[n]);
|
|
10
|
+
return l;
|
|
11
|
+
}, L = (l, o) => k(l, A(o));
|
|
12
|
+
const T = {
|
|
13
|
+
value: "value",
|
|
14
|
+
label: "label",
|
|
15
|
+
disabled: "disabled",
|
|
16
|
+
tagProps: "tagProps",
|
|
17
|
+
render: "render"
|
|
18
|
+
}, H = ({
|
|
19
|
+
options: l,
|
|
20
|
+
extraOptions: o,
|
|
21
|
+
inputValue: n,
|
|
22
|
+
filterOption: i,
|
|
23
|
+
showExtraOptions: u,
|
|
24
|
+
valueKey: p,
|
|
25
|
+
fieldNames: c
|
|
26
|
+
}) => {
|
|
27
|
+
const I = a(() => f(f({}, T), c == null ? void 0 : c.value)), v = M(/* @__PURE__ */ new Map()), _ = a(() => Array.from(v.values()).sort((e, t) => b(e.index) && b(t.index) ? e.index - t.index : 0)), m = a(() => {
|
|
28
|
+
var e, t;
|
|
29
|
+
const s = /* @__PURE__ */ new Map();
|
|
30
|
+
return {
|
|
31
|
+
optionInfos: P((e = l == null ? void 0 : l.value) != null ? e : [], {
|
|
32
|
+
valueKey: (t = p == null ? void 0 : p.value) != null ? t : "value",
|
|
33
|
+
fieldNames: I.value,
|
|
34
|
+
origin: "options",
|
|
35
|
+
optionInfoMap: s
|
|
36
|
+
}),
|
|
37
|
+
optionInfoMap: s
|
|
38
|
+
};
|
|
39
|
+
}), O = a(() => {
|
|
40
|
+
var e, t;
|
|
41
|
+
const s = /* @__PURE__ */ new Map();
|
|
42
|
+
return {
|
|
43
|
+
optionInfos: P((e = o == null ? void 0 : o.value) != null ? e : [], {
|
|
44
|
+
valueKey: (t = p == null ? void 0 : p.value) != null ? t : "value",
|
|
45
|
+
fieldNames: I.value,
|
|
46
|
+
origin: "extraOptions",
|
|
47
|
+
optionInfoMap: s
|
|
48
|
+
}),
|
|
49
|
+
optionInfoMap: s
|
|
50
|
+
};
|
|
51
|
+
}), r = M(/* @__PURE__ */ new Map());
|
|
52
|
+
D([
|
|
53
|
+
_,
|
|
54
|
+
l ?? d([]),
|
|
55
|
+
o ?? d([]),
|
|
56
|
+
p ?? d("value")
|
|
57
|
+
], () => {
|
|
58
|
+
r.clear(), _.value.forEach((e, t) => {
|
|
59
|
+
r.set(e.key, L(f({}, e), { index: t }));
|
|
60
|
+
}), m.value.optionInfoMap.forEach((e) => {
|
|
61
|
+
r.has(e.key) || (e.index = r.size, r.set(e.key, e));
|
|
62
|
+
}), O.value.optionInfoMap.forEach((e) => {
|
|
63
|
+
r.has(e.key) || (e.index = r.size, r.set(e.key, e));
|
|
64
|
+
});
|
|
65
|
+
}, { immediate: !0, deep: !0 });
|
|
66
|
+
const x = a(() => {
|
|
67
|
+
var e;
|
|
68
|
+
const t = y(m.value.optionInfos, {
|
|
69
|
+
inputValue: n == null ? void 0 : n.value,
|
|
70
|
+
filterOption: i == null ? void 0 : i.value
|
|
71
|
+
});
|
|
72
|
+
return ((e = u == null ? void 0 : u.value) == null || e) && t.push(...y(O.value.optionInfos, {
|
|
73
|
+
inputValue: n == null ? void 0 : n.value,
|
|
74
|
+
filterOption: i == null ? void 0 : i.value
|
|
75
|
+
})), t;
|
|
76
|
+
}), g = a(() => Array.from(r.values()).filter((e) => e.origin === "extraOptions" && (u == null ? void 0 : u.value) === !1 ? !1 : E(e, {
|
|
77
|
+
inputValue: n == null ? void 0 : n.value,
|
|
78
|
+
filterOption: i == null ? void 0 : i.value
|
|
79
|
+
}))), N = a(() => g.value.filter((e) => !e.disabled).map((e) => e.key));
|
|
80
|
+
return {
|
|
81
|
+
validOptions: x,
|
|
82
|
+
optionInfoMap: r,
|
|
83
|
+
validOptionInfos: g,
|
|
84
|
+
enabledOptionKeys: N,
|
|
85
|
+
getNextSlotOptionIndex: () => v.size,
|
|
86
|
+
addSlotOptionInfo: (e, t) => {
|
|
87
|
+
v.set(e, t);
|
|
88
|
+
},
|
|
89
|
+
removeSlotOptionInfo: (e) => {
|
|
90
|
+
v.delete(e);
|
|
91
|
+
}
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
export {
|
|
95
|
+
H as useOptions
|
|
96
|
+
};
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
import { ref as z, watch as A, nextTick as G, provide as J, reactive as P } from "vue";
|
|
2
|
+
import { getRelativeRect as Q } from "../../_utils/dom.js";
|
|
3
|
+
import { useOptions as X } from "./use-options.js";
|
|
4
|
+
import { getKeyDownHandler as Z, KEYBOARD_KEY as c } from "../../_utils/keyboard.js";
|
|
5
|
+
import { selectInjectionKey as $ } from "../context.js";
|
|
6
|
+
const ee = ({
|
|
7
|
+
multiple: N,
|
|
8
|
+
options: H,
|
|
9
|
+
extraOptions: W,
|
|
10
|
+
inputValue: p,
|
|
11
|
+
filterOption: m,
|
|
12
|
+
showExtraOptions: y,
|
|
13
|
+
component: M,
|
|
14
|
+
valueKey: x,
|
|
15
|
+
fieldNames: Y,
|
|
16
|
+
loading: I,
|
|
17
|
+
popupVisible: a,
|
|
18
|
+
valueKeys: f,
|
|
19
|
+
dropdownRef: O,
|
|
20
|
+
optionRefs: g,
|
|
21
|
+
virtualListRef: s,
|
|
22
|
+
onSelect: w,
|
|
23
|
+
onPopupVisibleChange: D,
|
|
24
|
+
enterToOpen: j = !0,
|
|
25
|
+
defaultActiveFirstOption: _
|
|
26
|
+
}) => {
|
|
27
|
+
const {
|
|
28
|
+
validOptions: B,
|
|
29
|
+
optionInfoMap: E,
|
|
30
|
+
validOptionInfos: C,
|
|
31
|
+
enabledOptionKeys: o,
|
|
32
|
+
getNextSlotOptionIndex: U,
|
|
33
|
+
addSlotOptionInfo: T,
|
|
34
|
+
removeSlotOptionInfo: h
|
|
35
|
+
} = X({
|
|
36
|
+
options: H,
|
|
37
|
+
extraOptions: W,
|
|
38
|
+
inputValue: p,
|
|
39
|
+
filterOption: m,
|
|
40
|
+
showExtraOptions: y,
|
|
41
|
+
valueKey: x,
|
|
42
|
+
fieldNames: Y
|
|
43
|
+
}), l = z();
|
|
44
|
+
A(o, (e) => {
|
|
45
|
+
(!l.value || !e.includes(l.value)) && (l.value = e[0]);
|
|
46
|
+
});
|
|
47
|
+
const K = (e) => {
|
|
48
|
+
l.value = e;
|
|
49
|
+
}, d = (e) => {
|
|
50
|
+
const t = o.value.length;
|
|
51
|
+
if (t === 0)
|
|
52
|
+
return;
|
|
53
|
+
if (!l.value)
|
|
54
|
+
return e === "down" ? o.value[0] : o.value[t - 1];
|
|
55
|
+
const v = o.value.indexOf(l.value), n = (t + v + (e === "up" ? -1 : 1)) % t;
|
|
56
|
+
return o.value[n];
|
|
57
|
+
}, r = (e) => {
|
|
58
|
+
var t, v;
|
|
59
|
+
s != null && s.value && s.value.scrollTo({ key: e });
|
|
60
|
+
const n = E.get(e), u = (t = O == null ? void 0 : O.value) == null ? void 0 : t.wrapperRef, R = (v = g == null ? void 0 : g.value[e]) != null ? v : n == null ? void 0 : n.ref;
|
|
61
|
+
if (!u || !R || u.scrollHeight === u.offsetHeight)
|
|
62
|
+
return;
|
|
63
|
+
const i = Q(R, u), S = u.scrollTop;
|
|
64
|
+
i.top < 0 ? u.scrollTo(0, S + i.top) : i.bottom < 0 && u.scrollTo(0, S - i.bottom);
|
|
65
|
+
};
|
|
66
|
+
A(a, (e) => {
|
|
67
|
+
var t;
|
|
68
|
+
if (e) {
|
|
69
|
+
const v = f.value[f.value.length - 1];
|
|
70
|
+
let n = (t = _ == null ? void 0 : _.value) == null || t ? o.value[0] : void 0;
|
|
71
|
+
o.value.includes(v) && (n = v), n !== l.value && (l.value = n), G(() => {
|
|
72
|
+
l.value && r(l.value);
|
|
73
|
+
});
|
|
74
|
+
}
|
|
75
|
+
});
|
|
76
|
+
const q = Z(/* @__PURE__ */ new Map([
|
|
77
|
+
[
|
|
78
|
+
c.ENTER,
|
|
79
|
+
(e) => {
|
|
80
|
+
!(I != null && I.value) && !e.isComposing && (a.value ? l.value && (w(l.value, e), e.preventDefault()) : j && (D(!0), e.preventDefault()));
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
[
|
|
84
|
+
c.ESC,
|
|
85
|
+
(e) => {
|
|
86
|
+
a.value && (D(!1), e.preventDefault());
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
[
|
|
90
|
+
c.ARROW_DOWN,
|
|
91
|
+
(e) => {
|
|
92
|
+
if (a.value) {
|
|
93
|
+
const t = d("down");
|
|
94
|
+
t && (l.value = t, r(t)), e.preventDefault();
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
[
|
|
99
|
+
c.ARROW_UP,
|
|
100
|
+
(e) => {
|
|
101
|
+
if (a.value) {
|
|
102
|
+
const t = d("up");
|
|
103
|
+
t && (l.value = t, r(t)), e.preventDefault();
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
]));
|
|
108
|
+
return J($, P({
|
|
109
|
+
multiple: N,
|
|
110
|
+
valueKey: x,
|
|
111
|
+
inputValue: p,
|
|
112
|
+
filterOption: m,
|
|
113
|
+
component: M,
|
|
114
|
+
valueKeys: f,
|
|
115
|
+
activeKey: l,
|
|
116
|
+
setActiveKey: K,
|
|
117
|
+
onSelect: w,
|
|
118
|
+
getNextSlotOptionIndex: U,
|
|
119
|
+
addSlotOptionInfo: T,
|
|
120
|
+
removeSlotOptionInfo: h
|
|
121
|
+
})), {
|
|
122
|
+
validOptions: B,
|
|
123
|
+
optionInfoMap: E,
|
|
124
|
+
validOptionInfos: C,
|
|
125
|
+
enabledOptionKeys: o,
|
|
126
|
+
activeKey: l,
|
|
127
|
+
setActiveKey: K,
|
|
128
|
+
addSlotOptionInfo: T,
|
|
129
|
+
removeSlotOptionInfo: h,
|
|
130
|
+
getNextActiveKey: d,
|
|
131
|
+
scrollIntoView: r,
|
|
132
|
+
handleKeyDown: q
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
export {
|
|
136
|
+
ee as useSelect
|
|
137
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { setGlobalConfig as c, getComponentPrefix as i } from "../_utils/global-config.js";
|
|
2
|
+
import e from "./select.js";
|
|
3
|
+
import n from "./option.js";
|
|
4
|
+
import m from "./optgroup.js";
|
|
5
|
+
const a = Object.assign(e, {
|
|
6
|
+
Option: n,
|
|
7
|
+
OptGroup: m,
|
|
8
|
+
install: (o, r) => {
|
|
9
|
+
c(o, r);
|
|
10
|
+
const t = i(r);
|
|
11
|
+
o.component(t + e.name, e), o.component(t + n.name, n), o.component(t + m.name, m);
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
m as Optgroup,
|
|
16
|
+
n as Option,
|
|
17
|
+
a as default
|
|
18
|
+
};
|