@unicom-cloud/ui 0.8.170 → 0.8.172
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/.virtual/_rolldown/runtime.js +1 -1
- package/affix/Affix.js +73 -73
- package/affix/constants.js +1 -1
- package/affix/context.js +1 -1
- package/affix/index.js +1 -1
- package/affix/style/index.js +1 -1
- package/alert/Alert.js +23 -33
- package/alert/constants.d.ts +7 -0
- package/alert/constants.js +16 -1
- package/alert/context.js +1 -1
- package/alert/index.js +1 -1
- package/alert/style/index.js +1 -1
- package/anchor/Anchor.js +89 -89
- package/anchor/Link.js +31 -30
- package/anchor/constants.js +1 -1
- package/anchor/context.js +1 -1
- package/anchor/index.js +1 -1
- package/anchor/style/index.js +1 -1
- package/anchor/utils.js +1 -1
- package/animation/Animation.js +2 -2
- package/animation/constants.d.ts +1 -0
- package/animation/constants.js +2 -1
- package/animation/context.js +1 -1
- package/animation/index.d.ts +1 -1
- package/animation/index.js +1 -1
- package/animation/style/index.js +1 -1
- package/app/App.d.ts +0 -3
- package/app/App.js +2 -2
- package/app/constants.js +1 -1
- package/app/context.js +1 -1
- package/app/index.js +1 -1
- package/app/style/index.js +1 -1
- package/app/useApp.js +1 -1
- package/auto-complete/AutoComplete.js +40 -40
- package/auto-complete/constants.d.ts +1 -0
- package/auto-complete/constants.js +5 -1
- package/auto-complete/context.js +1 -1
- package/auto-complete/index.d.ts +16 -4
- package/auto-complete/index.js +1 -1
- package/auto-complete/style/index.js +1 -1
- package/avatar/Avatar.js +2 -2
- package/avatar/Group.js +2 -2
- package/avatar/constants.js +1 -1
- package/avatar/context.js +1 -1
- package/avatar/index.js +1 -1
- package/avatar/style/index.js +1 -1
- package/back-top/BackTop.js +49 -49
- package/back-top/constants.js +1 -1
- package/back-top/context.js +1 -1
- package/back-top/index.js +1 -1
- package/back-top/style/index.js +1 -1
- package/badge/Badge.js +10 -10
- package/badge/Count.js +1 -1
- package/badge/constants.d.ts +5 -0
- package/badge/constants.js +23 -1
- package/badge/context.js +1 -1
- package/badge/index.d.ts +1 -1
- package/badge/index.js +7 -7
- package/badge/style/index.js +1 -1
- package/badge/utils.d.ts +0 -5
- package/badge/utils.js +1 -23
- package/border-beam/BorderBeam.js +2 -2
- package/border-beam/constants.js +1 -1
- package/border-beam/context.js +1 -1
- package/border-beam/index.d.ts +1 -1
- package/border-beam/index.js +1 -1
- package/border-beam/style/index.js +1 -1
- package/breadcrumb/Breadcrumb.js +2 -2
- package/breadcrumb/Item.d.ts +0 -3
- package/breadcrumb/Item.js +2 -2
- package/breadcrumb/constants.js +1 -1
- package/breadcrumb/context.js +1 -1
- package/breadcrumb/index.js +1 -1
- package/breadcrumb/style/index.js +1 -1
- package/button/Button.js +2 -2
- package/button/Group.js +2 -2
- package/button/Toggle.js +2 -2
- package/button/constants.js +1 -1
- package/button/context.js +1 -1
- package/button/index.js +1 -1
- package/button/style/index.js +1 -1
- package/calendar/Calendar.js +101 -90
- package/calendar/Month.js +1 -1
- package/calendar/WeekList.js +1 -1
- package/calendar/Year.js +1 -1
- package/calendar/constants.js +1 -1
- package/calendar/context.js +1 -1
- package/calendar/header/Panel.js +37 -31
- package/calendar/header/index.js +90 -79
- package/calendar/hooks/useCellClassName.js +1 -1
- package/calendar/index.js +1 -1
- package/calendar/style/index.css +1 -1
- package/calendar/style/index.js +1 -1
- package/card/Card.js +2 -2
- package/card/Grid.js +2 -2
- package/card/Meta.js +2 -2
- package/card/constants.js +1 -1
- package/card/context.js +1 -1
- package/card/index.js +1 -1
- package/card/style/index.js +1 -1
- package/carousel/Arrow.js +1 -1
- package/carousel/Carousel.js +2 -2
- package/carousel/Indicator.js +1 -1
- package/carousel/constants.js +1 -1
- package/carousel/context.js +1 -1
- package/carousel/index.js +1 -1
- package/carousel/style/index.js +1 -1
- package/cascader/Cascader.js +3 -3
- package/cascader/base/node.js +8 -8
- package/cascader/base/store.js +1 -1
- package/cascader/constants.js +1 -1
- package/cascader/context.js +1 -1
- package/cascader/hooks/useRefCurrent.js +1 -1
- package/cascader/index.js +1 -1
- package/cascader/panel/List.js +112 -112
- package/cascader/panel/Option.js +9 -9
- package/cascader/panel/Search.js +70 -70
- package/cascader/style/index.css +1 -1
- package/cascader/style/index.js +1 -1
- package/cascader/utils.js +1 -1
- package/checkbox/Checkbox.js +2 -2
- package/checkbox/Group.d.ts +0 -3
- package/checkbox/Group.js +2 -2
- package/checkbox/GroupBlock.d.ts +0 -3
- package/checkbox/GroupBlock.js +2 -2
- package/checkbox/constants.js +1 -1
- package/checkbox/context.js +1 -1
- package/checkbox/index.js +1 -1
- package/checkbox/style/index.js +1 -1
- package/checkbox/useCheckbox.js +1 -1
- package/collapse/Collapse.js +2 -2
- package/collapse/Item.d.ts +4 -1
- package/collapse/Item.js +3 -3
- package/collapse/constants.js +1 -1
- package/collapse/context.js +1 -1
- package/collapse/index.d.ts +4 -1
- package/collapse/index.js +1 -1
- package/collapse/style/index.js +1 -1
- package/collapse/utils.js +1 -1
- package/color-picker/ColorPicker.js +2 -2
- package/color-picker/ControlBar.js +1 -1
- package/color-picker/InputAlpha.js +1 -1
- package/color-picker/InputHex.js +1 -1
- package/color-picker/InputRgb.js +1 -1
- package/color-picker/Mode.js +1 -1
- package/color-picker/Palette.js +1 -1
- package/color-picker/Panel.js +3 -3
- package/color-picker/colors.js +1 -1
- package/color-picker/constants.js +1 -1
- package/color-picker/context.js +1 -1
- package/color-picker/hooks/useColorPicker.js +1 -1
- package/color-picker/hooks/useControlBlock.js +1 -1
- package/color-picker/index.js +1 -1
- package/color-picker/interface.js +1 -1
- package/color-picker/style/index.js +1 -1
- package/color-picker/utils.js +1 -1
- package/comment/Comment.js +2 -2
- package/comment/constants.js +1 -1
- package/comment/context.js +1 -1
- package/comment/index.js +1 -1
- package/comment/style/index.js +1 -1
- package/config-provider/ConfigProvider.d.ts +0 -3
- package/config-provider/ConfigProvider.js +3 -3
- package/config-provider/constants.js +1 -1
- package/config-provider/context.d.ts +3 -2
- package/config-provider/context.js +2 -2
- package/config-provider/index.js +1 -1
- package/config-provider/initUI.js +1 -1
- package/config-provider/interface.d.ts +3 -2
- package/config-provider/style/index.js +1 -1
- package/config-provider/useConfigProvider.js +2 -2
- package/config-provider/utils.js +3 -3
- package/constants/index.js +1 -1
- package/copy/Copy.d.ts +0 -3
- package/copy/Copy.js +4 -4
- package/copy/constants.js +1 -1
- package/copy/context.js +1 -1
- package/copy/index.js +1 -1
- package/copy/style/index.js +1 -1
- package/countdown/Countdown.js +2 -2
- package/countdown/constants.js +1 -1
- package/countdown/context.js +1 -1
- package/countdown/index.js +1 -1
- package/countdown/style/index.css +1 -1
- package/countdown/style/index.js +1 -1
- package/countdown/utils.js +1 -1
- package/date-picker/DatePicker.js +7 -7
- package/date-picker/Picker.js +202 -202
- package/date-picker/Range.js +281 -281
- package/date-picker/constants.js +1 -1
- package/date-picker/context.js +1 -1
- package/date-picker/hooks/useCellClassName.js +1 -1
- package/date-picker/index.js +1 -1
- package/date-picker/panel/Body.js +1 -1
- package/date-picker/panel/Footer.js +1 -1
- package/date-picker/panel/Header.js +1 -1
- package/date-picker/panel/Shortcut.js +1 -1
- package/date-picker/panel/WeekList.js +1 -1
- package/date-picker/panel/date/index.js +1 -1
- package/date-picker/panel/month/index.js +1 -1
- package/date-picker/panel/quarter/index.js +1 -1
- package/date-picker/panel/range/index.js +1 -1
- package/date-picker/panel/week/index.js +1 -1
- package/date-picker/panel/year/index.js +1 -1
- package/date-picker/style/index.js +1 -1
- package/date-picker/utils.js +1 -1
- package/descriptions/Descriptions.js +2 -2
- package/descriptions/constants.js +1 -1
- package/descriptions/context.js +1 -1
- package/descriptions/index.js +1 -1
- package/descriptions/style/index.js +1 -1
- package/details/Details.js +2 -2
- package/details/constants.js +1 -1
- package/details/context.js +1 -1
- package/details/index.js +1 -1
- package/details/style/index.js +1 -1
- package/development/Development.js +1 -1
- package/development/constants.js +1 -1
- package/development/context.js +1 -1
- package/development/index.d.ts +1 -1
- package/development/index.js +1 -1
- package/development/style/index.js +1 -1
- package/divider/Divider.js +3 -3
- package/divider/constants.js +1 -1
- package/divider/context.js +1 -1
- package/divider/index.js +1 -1
- package/divider/style/index.js +1 -1
- package/draggable/Draggable.js +1 -1
- package/draggable/Item.js +1 -1
- package/draggable/constants.js +1 -1
- package/draggable/context.js +1 -1
- package/draggable/index.js +1 -1
- package/draggable/style/index.js +1 -1
- package/draw/Draw.d.ts +1 -1
- package/draw/Draw.js +24 -24
- package/draw/common/binary-heap.js +1 -1
- package/draw/common/bounds.js +1 -1
- package/draw/common/colors.js +1 -1
- package/draw/common/constants.js +1 -1
- package/draw/common/editorInterface.js +1 -1
- package/draw/common/emitter.js +1 -1
- package/draw/common/font-metadata.js +1 -1
- package/draw/common/index.js +1 -1
- package/draw/common/keys.js +1 -1
- package/draw/common/points.js +1 -1
- package/draw/common/promise-pool.js +1 -1
- package/draw/common/queue.js +1 -1
- package/draw/common/random.js +1 -1
- package/draw/common/url.js +1 -1
- package/draw/common/utils.js +44 -44
- package/draw/constants.js +1 -1
- package/draw/context.js +1 -1
- package/draw/core/actions/actionAddToLibrary.js +1 -1
- package/draw/core/actions/actionAlign.js +1 -1
- package/draw/core/actions/actionBoundText.js +1 -1
- package/draw/core/actions/actionCanvas.js +1 -1
- package/draw/core/actions/actionClipboard.js +1 -1
- package/draw/core/actions/actionCropEditor.js +1 -1
- package/draw/core/actions/actionDeleteSelected.js +1 -1
- package/draw/core/actions/actionDistribute.js +1 -1
- package/draw/core/actions/actionDuplicateSelection.js +1 -1
- package/draw/core/actions/actionElementLink.js +1 -1
- package/draw/core/actions/actionElementLock.js +1 -1
- package/draw/core/actions/actionEmbeddable.js +1 -1
- package/draw/core/actions/actionExport.js +1 -1
- package/draw/core/actions/actionFinalize.js +1 -1
- package/draw/core/actions/actionFlip.js +1 -1
- package/draw/core/actions/actionFrame.js +1 -1
- package/draw/core/actions/actionGroup.js +1 -1
- package/draw/core/actions/actionHistory.js +1 -1
- package/draw/core/actions/actionLinearEditor.js +1 -1
- package/draw/core/actions/actionMenu.js +1 -1
- package/draw/core/actions/actionProperties.js +1 -1
- package/draw/core/actions/actionSelectAll.js +1 -1
- package/draw/core/actions/actionStyles.js +1 -1
- package/draw/core/actions/actionTextAutoResize.js +1 -1
- package/draw/core/actions/actionToggleGridMode.js +1 -1
- package/draw/core/actions/actionToggleObjectsSnapMode.js +1 -1
- package/draw/core/actions/actionToggleSearchMenu.js +1 -1
- package/draw/core/actions/actionToggleStats.js +1 -1
- package/draw/core/actions/actionToggleViewMode.js +1 -1
- package/draw/core/actions/actionToggleZenMode.js +1 -1
- package/draw/core/actions/actionZindex.js +1 -1
- package/draw/core/actions/index.js +1 -1
- package/draw/core/actions/manager.js +1 -1
- package/draw/core/actions/register.js +1 -1
- package/draw/core/actions/shortcuts.js +1 -1
- package/draw/core/analytics.js +1 -1
- package/draw/core/animated-trail.js +1 -1
- package/draw/core/animation-frame-handler.js +1 -1
- package/draw/core/appState.js +1 -1
- package/draw/core/charts.js +1 -1
- package/draw/core/clients.js +1 -1
- package/draw/core/clipboard.js +1 -1
- package/draw/core/components/Actions.js +1 -1
- package/draw/core/components/ActiveConfirmDialog.js +1 -1
- package/draw/core/components/App.js +1 -1
- package/draw/core/components/BraveMeasureTextError.js +1 -1
- package/draw/core/components/ContextMenu.js +1 -1
- package/draw/core/components/ConvertElementTypePopup.js +1 -1
- package/draw/core/components/DarkModeToggle.js +1 -1
- package/draw/core/components/ElementCanvasButtons.js +1 -1
- package/draw/core/components/ElementLinkDialog.js +1 -1
- package/draw/core/components/Ellipsify.js +1 -1
- package/draw/core/components/ErrorDialog.js +1 -1
- package/draw/core/components/ExportDialog.js +1 -1
- package/draw/core/components/EyeDropper.js +1 -1
- package/draw/core/components/FixedSideContainer.js +1 -1
- package/draw/core/components/Footer.js +1 -1
- package/draw/core/components/HandButton.js +1 -1
- package/draw/core/components/HelpDialog.js +1 -1
- package/draw/core/components/HintViewer.js +1 -1
- package/draw/core/components/ImageExportDialog.js +1 -1
- package/draw/core/components/InitializeApp.js +1 -1
- package/draw/core/components/InlineIcon.js +1 -1
- package/draw/core/components/Island.js +1 -1
- package/draw/core/components/LaserPointerButton.js +1 -1
- package/draw/core/components/LayerUI.js +3 -3
- package/draw/core/components/LibraryMenu.js +1 -1
- package/draw/core/components/LibraryMenuItems.js +1 -1
- package/draw/core/components/LibraryMenuSection.js +1 -1
- package/draw/core/components/LibraryUnit.js +1 -1
- package/draw/core/components/LoadingMessage.js +1 -1
- package/draw/core/components/LockButton.js +1 -1
- package/draw/core/components/MagicButton.js +1 -1
- package/draw/core/components/PasteChartDialog.js +1 -1
- package/draw/core/components/PenModeButton.js +1 -1
- package/draw/core/components/Popover.js +1 -1
- package/draw/core/components/ProjectName.js +1 -1
- package/draw/core/components/Range.js +1 -1
- package/draw/core/components/SVGLayer.js +1 -1
- package/draw/core/components/SearchMenu.js +1 -1
- package/draw/core/components/Stack.js +1 -1
- package/draw/core/components/Toast.js +1 -1
- package/draw/core/components/Trans.js +1 -1
- package/draw/core/components/UnlockPopup.js +1 -1
- package/draw/core/components/canvases/InteractiveCanvas.js +1 -1
- package/draw/core/components/canvases/NewElementCanvas.js +1 -1
- package/draw/core/components/canvases/StaticCanvas.js +1 -1
- package/draw/core/components/canvases/index.js +1 -1
- package/draw/core/components/context.js +1 -1
- package/draw/core/components/{DiagramToCodePlugin → diagram-to-code-plugin}/index.js +2 -2
- package/draw/core/components/hooks.js +1 -1
- package/draw/core/components/icons.js +1 -1
- package/draw/core/components/main-menu/DefaultItems.js +2 -2
- package/draw/core/components/main-menu/MenuItem.js +1 -1
- package/draw/core/components/main-menu/common.js +1 -1
- package/draw/core/components/{OverwriteConfirm/OverwriteConfirmState.js → overwrite-confirm/State.js} +2 -2
- package/draw/core/components/{OverwriteConfirm → overwrite-confirm}/index.js +3 -3
- package/draw/core/components/shapes.js +1 -1
- package/draw/core/components/{Stats → stats}/Angle.js +2 -2
- package/draw/core/components/{Stats → stats}/CanvasGrid.js +2 -2
- package/draw/core/components/{Stats → stats}/Collapsible.js +2 -2
- package/draw/core/components/{Stats → stats}/Dimension.js +2 -2
- package/draw/core/components/{Stats → stats}/DragInput.js +2 -2
- package/draw/core/components/{Stats → stats}/FontSize.js +2 -2
- package/draw/core/components/{Stats → stats}/MultiAngle.js +2 -2
- package/draw/core/components/{Stats → stats}/MultiDimension.js +2 -2
- package/draw/core/components/{Stats → stats}/MultiFontSize.js +2 -2
- package/draw/core/components/{Stats → stats}/MultiPosition.js +2 -2
- package/draw/core/components/{Stats → stats}/Position.js +2 -2
- package/draw/core/components/{Stats → stats}/index.js +2 -2
- package/draw/core/components/{Stats → stats}/utils.js +2 -2
- package/draw/core/context/tunnels.d.ts +1 -1
- package/draw/core/context/tunnels.js +1 -1
- package/draw/core/context/ui-appState.js +1 -1
- package/draw/core/cursor.js +1 -1
- package/draw/core/data/blob.js +1 -1
- package/draw/core/data/encode.js +1 -1
- package/draw/core/data/encryption.js +1 -1
- package/draw/core/data/filesystem.js +1 -1
- package/draw/core/data/image.js +1 -1
- package/draw/core/data/index.js +1 -1
- package/draw/core/data/json.js +1 -1
- package/draw/core/data/library.js +1 -1
- package/draw/core/data/reconcile.js +1 -1
- package/draw/core/data/resave.js +1 -1
- package/draw/core/data/restore.js +1 -1
- package/draw/core/data/utils.js +1 -1
- package/draw/core/deburr.js +1 -1
- package/draw/core/editor-jotai.js +1 -1
- package/draw/core/eraser/index.js +1 -1
- package/draw/core/errors.js +1 -1
- package/draw/core/fonts/DrawFontFace.js +1 -1
- package/draw/core/fonts/Fonts.js +1 -1
- package/draw/core/fonts/index.js +1 -1
- package/draw/core/gesture.js +1 -1
- package/draw/core/history.js +1 -1
- package/draw/core/hooks/useCopiedIndicator.js +1 -1
- package/draw/core/hooks/useCreatePortalContainer.js +1 -1
- package/draw/core/hooks/useEmitter.js +1 -1
- package/draw/core/hooks/useLibraryItemSvg.js +1 -1
- package/draw/core/hooks/useOutsideClick.js +1 -1
- package/draw/core/hooks/useScrollPosition.js +1 -1
- package/draw/core/hooks/useStable.js +1 -1
- package/draw/core/hooks/useTextEditorFocus.js +1 -1
- package/draw/core/hooks/useTransition.js +1 -1
- package/draw/core/i18n.js +1 -1
- package/draw/core/laser-trails.js +1 -1
- package/draw/core/lasso/index.js +1 -1
- package/draw/core/lasso/utils.js +1 -1
- package/draw/core/polyfill.js +1 -1
- package/draw/core/reactUtils.js +1 -1
- package/draw/core/renderer/animation.js +1 -1
- package/draw/core/renderer/helpers.js +1 -1
- package/draw/core/renderer/interactiveScene.js +1 -1
- package/draw/core/renderer/renderNewElementScene.js +1 -1
- package/draw/core/renderer/renderSnaps.js +1 -1
- package/draw/core/renderer/roundRect.js +1 -1
- package/draw/core/renderer/staticScene.js +1 -1
- package/draw/core/renderer/staticSvgScene.js +1 -1
- package/draw/core/scene/Renderer.js +1 -1
- package/draw/core/scene/export.js +1 -1
- package/draw/core/scene/index.js +1 -1
- package/draw/core/scene/normalize.js +1 -1
- package/draw/core/scene/scroll.js +1 -1
- package/draw/core/scene/scrollbars.js +1 -1
- package/draw/core/scene/zoom.js +1 -1
- package/draw/core/shortcut.js +1 -1
- package/draw/core/snapping.js +1 -1
- package/draw/core/wysiwyg/textWysiwyg.js +1 -1
- package/draw/element/Scene.js +1 -1
- package/draw/element/align.js +1 -1
- package/draw/element/arrows/focus.js +1 -1
- package/draw/element/arrows/helpers.js +1 -1
- package/draw/element/binding.js +1 -1
- package/draw/element/bounds.js +1 -1
- package/draw/element/collision.js +1 -1
- package/draw/element/comparisons.js +1 -1
- package/draw/element/containerCache.js +1 -1
- package/draw/element/cropElement.js +1 -1
- package/draw/element/delta.js +1 -1
- package/draw/element/distance.js +1 -1
- package/draw/element/distribute.js +1 -1
- package/draw/element/dragElements.js +1 -1
- package/draw/element/duplicate.js +1 -1
- package/draw/element/elbowArrow.js +1 -1
- package/draw/element/elementLink.js +1 -1
- package/draw/element/embeddable.js +1 -1
- package/draw/element/flowchart.js +1 -1
- package/draw/element/fractionalIndex.js +1 -1
- package/draw/element/frame.js +1 -1
- package/draw/element/groups.js +1 -1
- package/draw/element/heading.js +1 -1
- package/draw/element/image.js +1 -1
- package/draw/element/index.js +1 -1
- package/draw/element/is.js +1 -1
- package/draw/element/linearElementEditor.js +1 -1
- package/draw/element/mutateElement.js +1 -1
- package/draw/element/newElement.js +1 -1
- package/draw/element/positionElementsOnGrid.js +1 -1
- package/draw/element/renderElement.js +1 -1
- package/draw/element/resizeElements.js +1 -1
- package/draw/element/resizeTest.js +1 -1
- package/draw/element/selection.js +1 -1
- package/draw/element/shape.js +1 -1
- package/draw/element/showSelectedShapeActions.js +1 -1
- package/draw/element/sizeHelpers.js +1 -1
- package/draw/element/sortElements.js +1 -1
- package/draw/element/store.js +1 -1
- package/draw/element/textElement.js +1 -1
- package/draw/element/textMeasurements.js +1 -1
- package/draw/element/textWrapping.js +1 -1
- package/draw/element/transform.js +1 -1
- package/draw/element/transformHandles.js +1 -1
- package/draw/element/typeChecks.js +1 -1
- package/draw/element/utils.js +1 -1
- package/draw/element/zindex.js +1 -1
- package/draw/index.d.ts +3 -4
- package/draw/index.js +4 -5
- package/draw/libs/browser-fs-access/directory-open.js +1 -1
- package/draw/libs/browser-fs-access/file-open.js +1 -1
- package/draw/libs/browser-fs-access/file-save.js +1 -1
- package/draw/libs/browser-fs-access/fs-access/directory-open.js +1 -1
- package/draw/libs/browser-fs-access/fs-access/file-open.js +1 -1
- package/draw/libs/browser-fs-access/fs-access/file-save.js +1 -1
- package/draw/libs/browser-fs-access/index.js +1 -1
- package/draw/libs/browser-fs-access/legacy/directory-open.js +1 -1
- package/draw/libs/browser-fs-access/legacy/file-open.js +1 -1
- package/draw/libs/browser-fs-access/legacy/file-save.js +1 -1
- package/draw/libs/browser-fs-access/supported.js +1 -1
- package/draw/libs/fractional-indexing/index.js +1 -1
- package/draw/libs/fuzzy/index.js +1 -1
- package/draw/libs/glur/index.js +1 -1
- package/draw/libs/glur/mono16.js +1 -1
- package/draw/libs/hachure-fill/index.js +1 -1
- package/draw/libs/image-blob-reduce/index.js +1 -1
- package/draw/libs/image-blob-reduce/lib/image_traverse.js +1 -1
- package/draw/libs/image-blob-reduce/lib/jpeg_plugins.js +1 -1
- package/draw/libs/image-blob-reduce/lib/utils.js +1 -1
- package/draw/libs/jotai/index.js +1 -1
- package/draw/libs/jotai/react/Provider.js +1 -1
- package/draw/libs/jotai/react/useAtom.js +1 -1
- package/draw/libs/jotai/react/useAtomValue.js +1 -1
- package/draw/libs/jotai/react/useSetAtom.js +1 -1
- package/draw/libs/jotai/react/utils/useAtomCallback.js +1 -1
- package/draw/libs/jotai/react/utils/useHydrateAtoms.js +1 -1
- package/draw/libs/jotai/react/utils/useReducerAtom.js +1 -1
- package/draw/libs/jotai/react/utils/useResetAtom.js +1 -1
- package/draw/libs/jotai/react/utils.js +1 -1
- package/draw/libs/jotai/react.js +1 -1
- package/draw/libs/jotai/utils.js +1 -1
- package/draw/libs/jotai/vanilla/atom.js +1 -1
- package/draw/libs/jotai/vanilla/internals.js +1 -1
- package/draw/libs/jotai/vanilla/store.js +1 -1
- package/draw/libs/jotai/vanilla/utils/atomFamily.js +1 -1
- package/draw/libs/jotai/vanilla/utils/atomWithStorage.js +1 -1
- package/draw/libs/jotai/vanilla/utils.js +1 -1
- package/draw/libs/jotai-scope/createIsolation.d.ts +1 -1
- package/draw/libs/jotai-scope/createIsolation.js +2 -2
- package/draw/libs/jotai-scope/index.d.ts +2 -2
- package/draw/libs/jotai-scope/index.js +3 -3
- package/draw/libs/jotai-scope/{ScopeProvider → scope-provider}/index.js +2 -2
- package/draw/libs/jotai-scope/{ScopeProvider → scope-provider}/scope.js +2 -2
- package/draw/libs/jotai-scope/utils.js +1 -1
- package/draw/libs/laser-pointer/index.js +1 -1
- package/draw/libs/laser-pointer/math.js +1 -1
- package/draw/libs/laser-pointer/simplify.js +1 -1
- package/draw/libs/laser-pointer/state.js +1 -1
- package/draw/libs/markdown-to-text/index.js +1 -1
- package/draw/libs/math/angle.js +1 -1
- package/draw/libs/math/constants.js +1 -1
- package/draw/libs/math/curve.js +1 -1
- package/draw/libs/math/ellipse.js +1 -1
- package/draw/libs/math/index.js +1 -1
- package/draw/libs/math/line.js +1 -1
- package/draw/libs/math/point.js +1 -1
- package/draw/libs/math/polygon.js +1 -1
- package/draw/libs/math/range.js +1 -1
- package/draw/libs/math/rectangle.js +1 -1
- package/draw/libs/math/segment.js +1 -1
- package/draw/libs/math/triangle.js +1 -1
- package/draw/libs/math/utils.js +1 -1
- package/draw/libs/math/vector.js +1 -1
- package/draw/libs/multimath/index.js +1 -1
- package/draw/libs/multimath/lib/wa_detect.js +1 -1
- package/draw/libs/nanoid/index.js +1 -1
- package/draw/libs/nanoid/url-alphabet/index.js +1 -1
- package/draw/libs/pako/index.js +1 -1
- package/draw/libs/path-data-parser/absolutize.js +1 -1
- package/draw/libs/path-data-parser/index.js +1 -1
- package/draw/libs/path-data-parser/normalize.js +1 -1
- package/draw/libs/path-data-parser/parser.js +1 -1
- package/draw/libs/perfect-freehand/getStroke.js +1 -1
- package/draw/libs/perfect-freehand/getStrokeOutlinePoints.js +1 -1
- package/draw/libs/perfect-freehand/getStrokePoints.js +1 -1
- package/draw/libs/perfect-freehand/getStrokeRadius.js +1 -1
- package/draw/libs/perfect-freehand/index.js +1 -1
- package/draw/libs/perfect-freehand/vec.js +1 -1
- package/draw/libs/pica/index.js +1 -1
- package/draw/libs/pica/lib/mathlib.js +1 -1
- package/draw/libs/pica/lib/mm_resize/convolve.js +1 -1
- package/draw/libs/pica/lib/mm_resize/convolve_wasm_base64.js +1 -1
- package/draw/libs/pica/lib/mm_resize/index.js +1 -1
- package/draw/libs/pica/lib/mm_resize/resize.js +1 -1
- package/draw/libs/pica/lib/mm_resize/resize_filter_gen.js +1 -1
- package/draw/libs/pica/lib/mm_resize/resize_wasm.js +1 -1
- package/draw/libs/pica/lib/mm_unsharp_mask/index.js +1 -1
- package/draw/libs/pica/lib/mm_unsharp_mask/unsharp_mask.js +1 -1
- package/draw/libs/pica/lib/mm_unsharp_mask/unsharp_mask_wasm.js +1 -1
- package/draw/libs/pica/lib/mm_unsharp_mask/unsharp_mask_wasm_base64.js +1 -1
- package/draw/libs/pica/lib/pool.js +1 -1
- package/draw/libs/pica/lib/tiler.js +1 -1
- package/draw/libs/pica/lib/utils.js +1 -1
- package/draw/libs/pica/lib/worker.js +1 -1
- package/draw/libs/png-chunk-text/decode.js +1 -1
- package/draw/libs/png-chunk-text/encode.js +1 -1
- package/draw/libs/png-chunk-text/index.js +1 -1
- package/draw/libs/png-chunks-encode/index.js +1 -1
- package/draw/libs/png-chunks-extract/index.js +1 -1
- package/draw/libs/points-on-curve/curve-to-bezier.js +1 -1
- package/draw/libs/points-on-curve/index.js +1 -1
- package/draw/libs/points-on-path/index.js +1 -1
- package/draw/libs/promise-pool/index.js +1 -1
- package/draw/libs/roughjs/canvas.js +1 -1
- package/draw/libs/roughjs/core.js +1 -1
- package/draw/libs/roughjs/fillers/dashed-filler.js +1 -1
- package/draw/libs/roughjs/fillers/dot-filler.js +1 -1
- package/draw/libs/roughjs/fillers/filler.js +1 -1
- package/draw/libs/roughjs/fillers/hachure-filler.js +1 -1
- package/draw/libs/roughjs/fillers/hatch-filler.js +1 -1
- package/draw/libs/roughjs/fillers/scan-line-hachure.js +1 -1
- package/draw/libs/roughjs/fillers/zigzag-filler.js +1 -1
- package/draw/libs/roughjs/fillers/zigzag-line-filler.js +1 -1
- package/draw/libs/roughjs/generator.js +1 -1
- package/draw/libs/roughjs/geometry.js +1 -1
- package/draw/libs/roughjs/index.js +1 -1
- package/draw/libs/roughjs/math.js +1 -1
- package/draw/libs/roughjs/renderer.js +1 -1
- package/draw/libs/roughjs/rough.js +1 -1
- package/draw/libs/roughjs/svg.js +1 -1
- package/draw/libs/sliced/index.js +1 -1
- package/draw/libs/webworkify/index.js +1 -1
- package/draw/style/index.js +1 -1
- package/draw/utils/bbox.js +1 -1
- package/draw/utils/export.js +1 -1
- package/draw/utils/index.js +1 -1
- package/draw/utils/shape.js +1 -1
- package/draw/utils/withinBounds.js +1 -1
- package/drawer/Drawer.js +131 -131
- package/drawer/constants.js +1 -1
- package/drawer/context.js +3 -3
- package/drawer/index.js +1 -1
- package/drawer/style/index.js +1 -1
- package/drawer/use-drawer/Hook.js +1 -1
- package/drawer/use-drawer/index.js +1 -1
- package/dropdown/Button.js +2 -2
- package/dropdown/Dropdown.js +63 -63
- package/dropdown/constants.js +1 -1
- package/dropdown/context.js +1 -1
- package/dropdown/index.js +1 -1
- package/dropdown/style/index.js +1 -1
- package/empty/Empty.js +2 -2
- package/empty/constants.js +1 -1
- package/empty/context.js +1 -1
- package/empty/index.d.ts +1 -1
- package/empty/index.js +1 -1
- package/empty/style/index.css +1 -1
- package/empty/style/index.js +1 -1
- package/flex/Flex.js +3 -3
- package/flex/constants.js +1 -1
- package/flex/context.js +1 -1
- package/flex/index.d.ts +1 -1
- package/flex/index.js +1 -1
- package/flex/style/index.js +1 -1
- package/form/Control.js +138 -139
- package/form/Form.js +3 -3
- package/form/Item.js +2 -2
- package/form/ItemLabel.js +1 -1
- package/form/ItemTip.js +2 -2
- package/form/LabelSymbol.js +1 -1
- package/form/List.d.ts +0 -3
- package/form/List.js +25 -25
- package/form/Provider.js +1 -1
- package/form/constants.js +1 -1
- package/form/context.js +1 -1
- package/form/hooks/useForm.js +1 -1
- package/form/hooks/useFormContext.js +1 -1
- package/form/hooks/useFormState.js +1 -1
- package/form/hooks/useWatch.js +19 -19
- package/form/index.js +1 -1
- package/form/interface.js +1 -1
- package/form/promisify.js +1 -1
- package/form/store.js +1 -1
- package/form/style/index.js +1 -1
- package/form/utils.js +14 -14
- package/global-provider/GlobalProvider.d.ts +0 -3
- package/global-provider/GlobalProvider.js +2 -2
- package/global-provider/constants.js +1 -1
- package/global-provider/context.js +1 -1
- package/global-provider/index.js +1 -1
- package/global-provider/style/index.js +1 -1
- package/grid/Grid.js +2 -2
- package/grid/Item.js +2 -2
- package/grid/constants.js +1 -1
- package/grid/context.js +1 -1
- package/grid/index.js +1 -1
- package/grid/style/index.js +1 -1
- package/grid/utils.js +1 -1
- package/hooks/index.js +1 -1
- package/hooks/use-breakpoint/index.js +1 -1
- package/hooks/use-computed-state/index.js +1 -1
- package/hooks/use-controllable-value/index.js +1 -1
- package/hooks/use-create/index.js +1 -1
- package/hooks/use-creation/index.js +1 -1
- package/hooks/use-effect-event/index.js +1 -1
- package/hooks/use-event/index.js +1 -1
- package/hooks/use-event-listener/index.js +1 -1
- package/hooks/use-force-update/index.js +1 -1
- package/hooks/use-fullscreen/index.js +1 -1
- package/hooks/use-id/index.js +1 -1
- package/hooks/use-intersection-observer/index.js +1 -1
- package/hooks/use-intersection-observers/index.js +1 -1
- package/hooks/use-interval/index.js +1 -1
- package/hooks/use-is-first-render/index.js +1 -1
- package/hooks/use-isomorphic-layout-effect/index.js +1 -1
- package/hooks/use-keyboard-event/index.js +1 -1
- package/hooks/use-latest/index.js +1 -1
- package/hooks/use-listen-window-resize/index.js +1 -1
- package/hooks/use-media/index.js +1 -1
- package/hooks/use-memoized-fn/index.js +1 -1
- package/hooks/use-merge-props/index.js +1 -1
- package/hooks/use-move/index.js +1 -1
- package/hooks/use-mutation-observers/index.js +1 -1
- package/hooks/use-online-status/index.js +1 -1
- package/hooks/use-overflow-hidden/index.js +1 -1
- package/hooks/use-override-ref/index.js +1 -1
- package/hooks/use-persist-callback/index.js +1 -1
- package/hooks/use-prefers-color-scheme-dark/index.js +1 -1
- package/hooks/use-previous/index.js +1 -1
- package/hooks/use-refs/index.js +1 -1
- package/hooks/use-resize-observer/index.js +1 -1
- package/hooks/use-resize-observers/index.js +1 -1
- package/hooks/use-responsive-state/index.js +1 -1
- package/hooks/use-set-state/index.js +1 -1
- package/hooks/use-state-callback/index.js +1 -1
- package/hooks/use-state-with-promise/index.js +1 -1
- package/hooks/use-throttle-fn-with-raf/index.js +1 -1
- package/hooks/use-update-effect/index.js +1 -1
- package/hooks/use-update-layout-effect/index.js +1 -1
- package/hooks/use-verification-code/index.js +1 -1
- package/hooks/use-watch/index.js +1 -1
- package/hooks/use-watermark/index.js +3 -3
- package/hooks/use-watermark/utils.js +1 -1
- package/hooks/use-window-size/index.js +1 -1
- package/hooks/useMountLifecycle.d.ts +14 -0
- package/hooks/{useUnmountOnExit.js → useMountLifecycle.js} +2 -2
- package/icon/Icon.js +2 -2
- package/icon/addIconFromCdn.js +21 -19
- package/icon/constants.js +1 -1
- package/icon/context.js +1 -1
- package/icon/index.js +1 -1
- package/icon/style/index.js +1 -1
- package/icon-hover/IconHover.js +2 -2
- package/icon-hover/constants.js +1 -1
- package/icon-hover/context.js +1 -1
- package/icon-hover/index.js +1 -1
- package/icon-hover/style/index.js +1 -1
- package/icons/file/File.js +2 -2
- package/icons/file/context.js +1 -1
- package/icons/file/index.js +1 -1
- package/icons/file/style/index.js +1 -1
- package/icons.js +1 -1
- package/image/Footer.js +1 -1
- package/image/Image.js +2 -2
- package/image/Preview.js +179 -179
- package/image/PreviewArrow.js +1 -1
- package/image/PreviewGroup.js +62 -61
- package/image/PreviewToolbar.js +1 -1
- package/image/TriggerForToolbar.js +1 -1
- package/image/constants.js +1 -1
- package/image/context.js +3 -3
- package/image/hooks/useImageStatus.js +1 -1
- package/image/hooks/useShowFooter.js +1 -1
- package/image/index.js +1 -1
- package/image/style/index.js +1 -1
- package/image/utils/getFixTranslate.js +1 -1
- package/image/utils/getScale.js +1 -1
- package/index.d.ts +1 -1
- package/index.js +780 -787
- package/input/Button.js +2 -2
- package/input/Core.js +2 -2
- package/input/Group.js +2 -2
- package/input/Input.js +5 -5
- package/input/Password.js +2 -2
- package/input/Search.js +2 -2
- package/input/Textarea.js +2 -2
- package/input/autoSizeTextareaHeight.js +1 -1
- package/input/constants.js +1 -1
- package/input/context.js +1 -1
- package/input/index.js +1 -1
- package/input/style/index.js +1 -1
- package/input/useComposition.js +1 -1
- package/input/utils.js +1 -1
- package/input-number/InputNumber.js +2 -2
- package/input-number/constants.js +1 -1
- package/input-number/context.js +1 -1
- package/input-number/decimal.js +1 -1
- package/input-number/hooks/useSelectionRange.js +1 -1
- package/input-number/index.js +1 -1
- package/input-number/style/index.js +1 -1
- package/input-number/utils.js +1 -1
- package/input-tag/InputTag.js +2 -2
- package/input-tag/constants.js +1 -1
- package/input-tag/context.js +1 -1
- package/input-tag/hooks/useComputeAutoWidthDelay.js +1 -1
- package/input-tag/index.js +1 -1
- package/input-tag/style/index.js +1 -1
- package/layout/Content.js +2 -2
- package/layout/Footer.js +2 -2
- package/layout/Header.js +2 -2
- package/layout/Layout.js +30 -29
- package/layout/Sider.d.ts +4 -2
- package/layout/Sider.js +37 -40
- package/layout/constants.js +1 -1
- package/layout/context.js +1 -1
- package/layout/index.d.ts +4 -2
- package/layout/index.js +1 -1
- package/layout/style/index.js +1 -1
- package/link/Link.js +2 -2
- package/link/constants.js +1 -1
- package/link/context.js +1 -1
- package/link/index.js +1 -1
- package/link/style/index.js +1 -1
- package/liquid-fill/LiquidFill.js +2 -2
- package/liquid-fill/constants.js +1 -1
- package/liquid-fill/context.js +1 -1
- package/liquid-fill/index.js +1 -1
- package/liquid-fill/style/index.js +1 -1
- package/list/Item.js +2 -2
- package/list/List.js +54 -57
- package/list/Meta.js +2 -2
- package/list/constants.d.ts +1 -0
- package/list/constants.js +9 -1
- package/list/context.js +1 -1
- package/list/index.js +1 -1
- package/list/style/index.js +1 -1
- package/loading/Loading.js +2 -2
- package/loading/constants.js +1 -1
- package/loading/context.js +1 -1
- package/loading/index.js +1 -1
- package/loading/style/index.js +1 -1
- package/locale/ar-EG.js +1 -1
- package/locale/de-DE.js +1 -1
- package/locale/default.js +1 -1
- package/locale/en-US.js +1 -1
- package/locale/es-ES.js +1 -1
- package/locale/fr-FR.js +1 -1
- package/locale/id-ID.js +1 -1
- package/locale/it-IT.js +1 -1
- package/locale/ja-JP.js +1 -1
- package/locale/ko-KR.js +1 -1
- package/locale/ms-MY.js +1 -1
- package/locale/pt-BR.js +1 -1
- package/locale/pt-PT.js +1 -1
- package/locale/ru-RU.js +1 -1
- package/locale/th-TH.js +1 -1
- package/locale/tr-TR.js +1 -1
- package/locale/vi-VN.js +1 -1
- package/locale/zh-CN.js +1 -1
- package/locale/zh-HK.js +1 -1
- package/locale/zh-TW.js +1 -1
- package/marquee/Marquee.js +1 -1
- package/marquee/constants.js +1 -1
- package/marquee/context.js +1 -1
- package/marquee/index.js +1 -1
- package/marquee/style/index.js +1 -1
- package/mask/Mask.js +2 -2
- package/mask/constants.js +1 -1
- package/mask/context.js +1 -1
- package/mask/index.js +1 -1
- package/mask/style/index.js +1 -1
- package/masonry/Item.js +2 -2
- package/masonry/Masonry.js +2 -2
- package/masonry/constants.js +1 -1
- package/masonry/context.js +1 -1
- package/masonry/hooks/useDelay.js +1 -1
- package/masonry/hooks/useGutter.js +1 -1
- package/masonry/hooks/usePositions.js +1 -1
- package/masonry/hooks/useRefs.js +1 -1
- package/masonry/index.js +1 -1
- package/masonry/style/index.js +1 -1
- package/mentions/Mentions.js +2 -2
- package/mentions/constants.js +1 -1
- package/mentions/context.js +1 -1
- package/mentions/index.js +1 -1
- package/mentions/style/index.js +1 -1
- package/mentions/utils.js +1 -1
- package/menu/Indent.js +1 -1
- package/menu/Item.d.ts +1 -3
- package/menu/Item.js +3 -3
- package/menu/ItemGroup.d.ts +1 -3
- package/menu/ItemGroup.js +3 -3
- package/menu/Menu.js +2 -2
- package/menu/OverflowWrap.js +1 -1
- package/menu/constants.js +1 -1
- package/menu/context.js +1 -1
- package/menu/index.d.ts +3 -10
- package/menu/index.js +2 -3
- package/menu/style/index.js +1 -1
- package/menu/sub-menu/Inline.js +1 -1
- package/menu/sub-menu/Pop.js +1 -1
- package/menu/sub-menu/index.d.ts +1 -3
- package/menu/sub-menu/index.js +3 -3
- package/menu/utils.js +47 -42
- package/message/Message.js +4 -4
- package/message/config.js +3 -3
- package/message/constants.js +1 -1
- package/message/context.js +1 -1
- package/message/hooks/useMessage.js +1 -1
- package/message/index.js +1 -1
- package/message/style/index.js +1 -1
- package/message/utils.js +1 -1
- package/modal/Modal.js +167 -167
- package/modal/config.js +1 -1
- package/modal/confirm.js +29 -29
- package/modal/constants.js +1 -1
- package/modal/context.js +4 -4
- package/modal/index.js +1 -1
- package/modal/style/index.js +1 -1
- package/modal/use-modal/Hook.js +1 -1
- package/modal/use-modal/index.js +1 -1
- package/modal/utils.js +1 -1
- package/notice/Notice.js +7 -7
- package/notice/config.js +1 -1
- package/notice/constants.js +1 -1
- package/notice/context.js +1 -1
- package/notice/index.js +1 -1
- package/notice/style/index.js +1 -1
- package/notice/utils.js +1 -1
- package/notice/withNotice.js +1 -1
- package/notification/Notification.js +2 -2
- package/notification/config.js +1 -1
- package/notification/constants.js +1 -1
- package/notification/context.js +1 -1
- package/notification/hooks/useNotification.js +1 -1
- package/notification/index.js +1 -1
- package/notification/style/index.js +1 -1
- package/notification/utils.js +1 -1
- package/overflow-ellipsis/Item.js +1 -1
- package/overflow-ellipsis/OverflowEllipsis.js +1 -1
- package/overflow-ellipsis/constants.js +1 -1
- package/overflow-ellipsis/context.js +1 -1
- package/overflow-ellipsis/index.js +1 -1
- package/overflow-ellipsis/style/index.js +1 -1
- package/package.json +1 -1
- package/page-header/PageHeader.js +2 -2
- package/page-header/constants.js +1 -1
- package/page-header/context.js +1 -1
- package/page-header/index.js +1 -1
- package/page-header/style/index.js +1 -1
- package/pagination/Item.js +1 -1
- package/pagination/Jumper.js +1 -1
- package/pagination/Pagination.js +46 -46
- package/pagination/PreNextButton.js +1 -1
- package/pagination/PreNextJump.js +1 -1
- package/pagination/SizeOption.d.ts +2 -2
- package/pagination/SizeOption.js +13 -19
- package/pagination/constants.d.ts +3 -0
- package/pagination/constants.js +11 -1
- package/pagination/context.js +1 -1
- package/pagination/index.d.ts +2 -3
- package/pagination/index.js +5 -5
- package/pagination/interface.js +1 -1
- package/pagination/style/index.js +1 -1
- package/pagination/utils.js +1 -1
- package/picker/Input.js +1 -1
- package/picker/InputRange.js +1 -1
- package/picker/constants.js +1 -1
- package/picker/context.js +1 -1
- package/picker/index.js +1 -1
- package/picker/style/index.js +1 -1
- package/popconfirm/Popconfirm.js +7 -6
- package/popconfirm/constants.js +1 -1
- package/popconfirm/context.js +1 -1
- package/popconfirm/index.js +1 -1
- package/popconfirm/style/index.js +1 -1
- package/popover/Popover.js +35 -35
- package/popover/constants.js +1 -1
- package/popover/context.js +1 -1
- package/popover/index.js +1 -1
- package/popover/style/index.js +1 -1
- package/portal/Portal.js +5 -5
- package/portal/constants.js +1 -1
- package/portal/context.js +1 -1
- package/portal/index.js +1 -1
- package/portal/interface.d.ts +1 -1
- package/portal/style/index.js +1 -1
- package/progress/Circle.js +1 -1
- package/progress/Line.js +1 -1
- package/progress/Progress.js +2 -2
- package/progress/Step.js +1 -1
- package/progress/constants.js +1 -1
- package/progress/context.js +1 -1
- package/progress/index.d.ts +1 -1
- package/progress/index.js +1 -1
- package/progress/style/index.js +1 -1
- package/qr-code/QRCode.js +2 -2
- package/qr-code/constants.js +1 -1
- package/qr-code/context.js +1 -1
- package/qr-code/index.js +1 -1
- package/qr-code/src/index.js +1 -1
- package/qr-code/src/qrcodegen.js +1 -1
- package/qr-code/style/index.js +1 -1
- package/radio/Group.d.ts +0 -3
- package/radio/Group.js +2 -2
- package/radio/GroupBlock.d.ts +0 -3
- package/radio/GroupBlock.js +2 -2
- package/radio/Radio.js +2 -2
- package/radio/constants.js +1 -1
- package/radio/context.js +1 -1
- package/radio/index.js +1 -1
- package/radio/style/index.js +1 -1
- package/rate/Rate.js +2 -2
- package/rate/constants.js +1 -1
- package/rate/context.js +1 -1
- package/rate/index.js +1 -1
- package/rate/style/index.js +1 -1
- package/resize-box/ResizeBox.js +51 -51
- package/resize-box/ResizeTrigger.js +1 -1
- package/resize-box/Split.js +64 -64
- package/resize-box/SplitGroup.js +78 -78
- package/resize-box/constants.js +1 -1
- package/resize-box/context.js +1 -1
- package/resize-box/index.js +1 -1
- package/resize-box/style/index.js +1 -1
- package/result/403.js +1 -1
- package/result/404.js +1 -1
- package/result/500.js +1 -1
- package/result/Result.js +2 -2
- package/result/constants.js +1 -1
- package/result/context.js +1 -1
- package/result/index.js +1 -1
- package/result/style/index.js +1 -1
- package/rich-text/RichText.js +107 -107
- package/rich-text/Toolbar.js +195 -196
- package/rich-text/constants.js +1 -1
- package/rich-text/context.js +1 -1
- package/rich-text/index.d.ts +0 -1
- package/rich-text/index.js +2 -3
- package/rich-text/libs/blots/block.js +1 -1
- package/rich-text/libs/blots/break.js +1 -1
- package/rich-text/libs/blots/container.js +1 -1
- package/rich-text/libs/blots/cursor.js +1 -1
- package/rich-text/libs/blots/embed.js +1 -1
- package/rich-text/libs/blots/inline.js +1 -1
- package/rich-text/libs/blots/scroll.js +1 -1
- package/rich-text/libs/blots/text.js +1 -1
- package/rich-text/libs/core/composition.js +1 -1
- package/rich-text/libs/core/editor.js +1 -1
- package/rich-text/libs/core/emitter.js +1 -1
- package/rich-text/libs/core/logger.js +1 -1
- package/rich-text/libs/core/module.js +1 -1
- package/rich-text/libs/core/rich.js +1 -1
- package/rich-text/libs/core/selection.js +1 -1
- package/rich-text/libs/core/theme.js +1 -1
- package/rich-text/libs/core/utils/createRegistryWithFormats.js +1 -1
- package/rich-text/libs/core/utils/scrollRectIntoView.js +1 -1
- package/rich-text/libs/delta/AttributeMap.js +1 -1
- package/rich-text/libs/delta/Op.js +1 -1
- package/rich-text/libs/delta/OpIterator.js +1 -1
- package/rich-text/libs/delta/index.js +1 -1
- package/rich-text/libs/diff/index.js +1 -1
- package/rich-text/libs/formats/align.js +1 -1
- package/rich-text/libs/formats/background.js +1 -1
- package/rich-text/libs/formats/blockquote.js +1 -1
- package/rich-text/libs/formats/bold.js +1 -1
- package/rich-text/libs/formats/code.js +1 -1
- package/rich-text/libs/formats/color.js +1 -1
- package/rich-text/libs/formats/direction.js +1 -1
- package/rich-text/libs/formats/emoji.js +1 -1
- package/rich-text/libs/formats/font.js +1 -1
- package/rich-text/libs/formats/formula.js +1 -1
- package/rich-text/libs/formats/header.js +1 -1
- package/rich-text/libs/formats/hr.js +1 -1
- package/rich-text/libs/formats/image.js +1 -1
- package/rich-text/libs/formats/indent.js +1 -1
- package/rich-text/libs/formats/italic.js +1 -1
- package/rich-text/libs/formats/lineHeight.js +1 -1
- package/rich-text/libs/formats/link.js +1 -1
- package/rich-text/libs/formats/list.js +1 -1
- package/rich-text/libs/formats/script.js +1 -1
- package/rich-text/libs/formats/size.js +1 -1
- package/rich-text/libs/formats/strike.js +1 -1
- package/rich-text/libs/formats/table.js +1 -1
- package/rich-text/libs/formats/underline.js +1 -1
- package/rich-text/libs/formats/video.js +1 -1
- package/rich-text/libs/index.js +1 -1
- package/rich-text/libs/modules/clipboard.js +2 -2
- package/rich-text/libs/modules/history.js +1 -1
- package/rich-text/libs/modules/image-resize/index.js +1 -1
- package/rich-text/libs/modules/image-resize/modules/Base.js +1 -1
- package/rich-text/libs/modules/image-resize/modules/DisplaySize.js +1 -1
- package/rich-text/libs/modules/image-resize/modules/Resize.js +1 -1
- package/rich-text/libs/modules/image-resize/options.js +1 -1
- package/rich-text/libs/modules/input.js +1 -1
- package/rich-text/libs/modules/keyboard.js +1 -1
- package/rich-text/libs/modules/{normalizeExternalHTML → normalize-external-html}/index.js +2 -2
- package/rich-text/libs/modules/{normalizeExternalHTML → normalize-external-html}/normalizers/googleDocs.js +2 -2
- package/rich-text/libs/modules/{normalizeExternalHTML → normalize-external-html}/normalizers/msWord.js +2 -2
- package/rich-text/libs/modules/table.js +1 -1
- package/rich-text/libs/modules/toolbar.js +1 -1
- package/rich-text/libs/modules/uiNode.js +1 -1
- package/rich-text/libs/modules/uploader.js +1 -1
- package/rich-text/libs/parchment/attributor/attributor.js +1 -1
- package/rich-text/libs/parchment/attributor/class.js +1 -1
- package/rich-text/libs/parchment/attributor/store.js +1 -1
- package/rich-text/libs/parchment/attributor/style.js +1 -1
- package/rich-text/libs/parchment/blot/abstract/container.js +1 -1
- package/rich-text/libs/parchment/blot/abstract/leaf.js +1 -1
- package/rich-text/libs/parchment/blot/abstract/parent.js +1 -1
- package/rich-text/libs/parchment/blot/abstract/shadow.js +1 -1
- package/rich-text/libs/parchment/blot/block.js +1 -1
- package/rich-text/libs/parchment/blot/embed.js +1 -1
- package/rich-text/libs/parchment/blot/inline.js +1 -1
- package/rich-text/libs/parchment/blot/scroll.js +1 -1
- package/rich-text/libs/parchment/blot/text.js +1 -1
- package/rich-text/libs/parchment/collection/linked-list.js +1 -1
- package/rich-text/libs/parchment/error.js +1 -1
- package/rich-text/libs/parchment/index.js +1 -1
- package/rich-text/libs/parchment/registry.js +1 -1
- package/rich-text/libs/parchment/scope.js +1 -1
- package/rich-text/style/index.js +1 -1
- package/router-error/RouterError.js +1 -1
- package/router-error/constants.js +1 -1
- package/router-error/context.js +1 -1
- package/router-error/index.js +1 -1
- package/router-error/style/index.js +1 -1
- package/row-col/Col.js +2 -2
- package/row-col/Row.js +2 -2
- package/row-col/constants.js +1 -1
- package/row-col/context.js +1 -1
- package/row-col/index.js +1 -1
- package/row-col/style/index.js +1 -1
- package/segmented/Segmented.js +2 -2
- package/segmented/constants.js +1 -1
- package/segmented/context.js +1 -1
- package/segmented/index.js +1 -1
- package/segmented/style/index.js +1 -1
- package/select/Option.d.ts +4 -1
- package/select/Option.js +16 -16
- package/select/OptionGroup.d.ts +4 -1
- package/select/OptionGroup.js +12 -12
- package/select/Select.js +4 -4
- package/select/constants.js +1 -1
- package/select/context.js +1 -1
- package/select/index.d.ts +8 -2
- package/select/index.js +1 -1
- package/select/style/index.css +1 -1
- package/select/style/index.js +1 -1
- package/select/utils.js +35 -34
- package/select-view/Core.js +181 -181
- package/select-view/SelectView.js +30 -30
- package/select-view/constants.js +1 -1
- package/select-view/context.js +1 -1
- package/select-view/index.js +1 -1
- package/select-view/style/index.js +1 -1
- package/skeleton/Image.js +1 -1
- package/skeleton/Skeleton.js +2 -2
- package/skeleton/Text.js +1 -1
- package/skeleton/constants.js +1 -1
- package/skeleton/context.js +1 -1
- package/skeleton/index.js +1 -1
- package/skeleton/style/index.js +1 -1
- package/slider/Button.d.ts +1 -1
- package/slider/Button.js +49 -41
- package/slider/Dot.js +1 -1
- package/slider/Input.js +1 -1
- package/slider/Mark.js +1 -1
- package/slider/Slider.js +96 -96
- package/slider/Tick.js +1 -1
- package/slider/constants.js +1 -1
- package/slider/context.js +1 -1
- package/slider/hooks/useInterval.js +1 -1
- package/slider/hooks/useLegalValue.js +1 -1
- package/slider/index.d.ts +1 -1
- package/slider/index.js +1 -1
- package/slider/style/index.js +1 -1
- package/slider/utils.js +1 -1
- package/space/Space.js +3 -3
- package/space/constants.js +1 -1
- package/space/context.js +1 -1
- package/space/index.d.ts +1 -1
- package/space/index.js +1 -1
- package/space/style/index.js +1 -1
- package/speech-synthesis/SpeechSynthesis.js +1 -1
- package/speech-synthesis/constants.js +1 -1
- package/speech-synthesis/context.js +1 -1
- package/speech-synthesis/index.d.ts +1 -1
- package/speech-synthesis/index.js +1 -1
- package/speech-synthesis/style/index.js +1 -1
- package/spin/DotLoading.js +1 -1
- package/spin/Spin.js +2 -2
- package/spin/constants.js +1 -1
- package/spin/context.js +1 -1
- package/spin/index.js +1 -1
- package/spin/style/index.js +1 -1
- package/splitter/Bar.js +1 -1
- package/splitter/Panel.js +2 -2
- package/splitter/Splitter.js +10 -10
- package/splitter/constants.js +1 -1
- package/splitter/context.js +1 -1
- package/splitter/hooks/useItems.js +1 -1
- package/splitter/hooks/useResizable.js +1 -1
- package/splitter/hooks/useResize.js +1 -1
- package/splitter/hooks/useSizes.js +1 -1
- package/splitter/index.js +1 -1
- package/splitter/style/index.js +1 -1
- package/statistic/Statistic.js +2 -2
- package/statistic/constants.js +1 -1
- package/statistic/context.js +1 -1
- package/statistic/index.js +1 -1
- package/statistic/interface.js +1 -1
- package/statistic/style/index.js +1 -1
- package/steps/Item.js +2 -2
- package/steps/Steps.js +40 -39
- package/steps/constants.js +1 -1
- package/steps/context.js +1 -1
- package/steps/index.js +1 -1
- package/steps/style/index.js +1 -1
- package/style/constants.js +1 -1
- package/style.css +1 -1
- package/suspense-fallback-test/SuspenseFallbackTest.js +1 -1
- package/suspense-fallback-test/constants.js +1 -1
- package/suspense-fallback-test/context.js +1 -1
- package/suspense-fallback-test/index.d.ts +1 -1
- package/suspense-fallback-test/index.js +1 -1
- package/suspense-fallback-test/style/index.js +1 -1
- package/switch/Switch.js +2 -2
- package/switch/constants.js +1 -1
- package/switch/context.js +1 -1
- package/switch/index.js +1 -1
- package/switch/style/index.js +1 -1
- package/table/ColGroup.js +1 -1
- package/table/Table.js +194 -192
- package/table/constants.js +1 -1
- package/table/context.js +1 -1
- package/table/hooks/useColumns.js +1 -1
- package/table/hooks/useComponent.js +1 -1
- package/table/hooks/useExpand.js +1 -1
- package/table/hooks/useRowSelection.js +1 -1
- package/table/hooks/useSorter.js +1 -1
- package/table/hooks/useStickyClassNames.js +1 -1
- package/table/hooks/useStickyOffsets.js +1 -1
- package/table/hooks/useThResizable.js +1 -1
- package/table/index.d.ts +4 -0
- package/table/index.js +1 -1
- package/table/style/index.js +1 -1
- package/table/summary/Cell.d.ts +0 -3
- package/table/summary/Cell.js +13 -12
- package/table/summary/Row.js +22 -20
- package/table/summary/context.js +1 -1
- package/table/summary/index.d.ts +4 -0
- package/table/summary/index.js +10 -8
- package/table/tbody/DataRecordRenderer.js +1 -1
- package/table/tbody/Td.js +14 -14
- package/table/tbody/Tr.js +1 -1
- package/table/tbody/index.js +1 -1
- package/table/tfoot/index.js +1 -1
- package/table/th-resizable/index.js +33 -33
- package/table/th-resizable/style/index.js +1 -1
- package/table/thead/Column.js +1 -1
- package/table/thead/index.js +1 -1
- package/table/utils.js +1 -1
- package/tabs/TabContent.js +1 -1
- package/tabs/TabPane.js +2 -2
- package/tabs/Tabs.js +2 -2
- package/tabs/constants.js +1 -1
- package/tabs/context.js +1 -1
- package/tabs/hooks/useDomSize.js +1 -1
- package/tabs/hooks/useHeaderScroll.js +54 -54
- package/tabs/index.js +1 -1
- package/tabs/style/index.js +1 -1
- package/tabs/tab-header/DropdownIcon.js +1 -1
- package/tabs/tab-header/TabInk.js +1 -1
- package/tabs/tab-header/TabNavIcon.js +1 -1
- package/tabs/tab-header/TabTitle.js +1 -1
- package/tabs/tab-header/index.js +51 -52
- package/tabs/utils.js +1 -1
- package/tag/Tag.js +2 -2
- package/tag/constants.js +1 -1
- package/tag/context.js +1 -1
- package/tag/index.js +1 -1
- package/tag/style/index.js +1 -1
- package/tag/utils.js +1 -1
- package/time-picker/Picker.js +115 -115
- package/time-picker/TimeColumn.js +1 -1
- package/time-picker/TimePicker.js +1 -1
- package/time-picker/TimePickerRange.js +1 -1
- package/time-picker/constants.js +1 -1
- package/time-picker/context.js +1 -1
- package/time-picker/index.js +1 -1
- package/time-picker/style/index.js +1 -1
- package/time-picker/utils.js +1 -1
- package/time-picker/withTimePicker.d.ts +1 -1
- package/time-picker/withTimePicker.js +1 -2
- package/timeline/Item.js +2 -2
- package/timeline/Timeline.js +2 -2
- package/timeline/constants.js +1 -1
- package/timeline/context.js +1 -1
- package/timeline/index.js +1 -1
- package/timeline/style/index.js +1 -1
- package/timer/Timer.js +2 -2
- package/timer/constants.js +1 -1
- package/timer/context.js +1 -1
- package/timer/index.d.ts +1 -1
- package/timer/index.js +1 -1
- package/timer/style/index.js +1 -1
- package/toast/Toast.js +1 -1
- package/toast/constants.js +1 -1
- package/toast/context.js +1 -1
- package/toast/index.js +1 -1
- package/toast/style/index.js +1 -1
- package/tooltip/Tooltip.js +24 -29
- package/tooltip/constants.js +1 -1
- package/tooltip/context.js +1 -1
- package/tooltip/index.js +1 -1
- package/tooltip/style/index.js +1 -1
- package/tour/Tour.js +150 -107
- package/tour/constants.js +1 -1
- package/tour/context.js +1 -2
- package/tour/index.js +1 -1
- package/tour/interface.d.ts +0 -2
- package/tour/style/index.css +1 -1
- package/tour/style/index.js +1 -1
- package/tour/utils.d.ts +9 -0
- package/tour/utils.js +20 -0
- package/transfer/Item.js +1 -1
- package/transfer/List.js +1 -1
- package/transfer/Transfer.js +2 -2
- package/transfer/constants.js +1 -1
- package/transfer/context.js +1 -1
- package/transfer/index.js +1 -1
- package/transfer/style/index.js +1 -1
- package/transition/constants.js +1 -1
- package/transition/context.js +1 -1
- package/transition/index.js +1 -1
- package/transition/style/index.js +1 -1
- package/tree/Animation.js +4 -4
- package/tree/Node.js +2 -2
- package/tree/NodeList.js +1 -1
- package/tree/Tree.js +2 -2
- package/tree/constants.js +1 -1
- package/tree/context.js +1 -1
- package/tree/index.js +1 -1
- package/tree/style/index.js +1 -1
- package/tree/utils.js +1 -1
- package/tree-select/List.js +1 -1
- package/tree-select/TreeSelect.js +3 -3
- package/tree-select/constants.js +1 -1
- package/tree-select/context.js +1 -1
- package/tree-select/hooks/useKeyCache.js +23 -23
- package/tree-select/hooks/useStateValue.js +1 -1
- package/tree-select/hooks/useTreeData.js +1 -1
- package/tree-select/index.js +1 -1
- package/tree-select/style/index.css +1 -1
- package/tree-select/style/index.js +1 -1
- package/tree-select/utils.js +1 -1
- package/trigger/Trigger.js +297 -308
- package/trigger/constants.d.ts +12 -0
- package/trigger/constants.js +5 -1
- package/trigger/context.js +12 -10
- package/trigger/getPopupStyle.d.ts +19 -2
- package/trigger/getPopupStyle.js +71 -68
- package/trigger/index.js +1 -1
- package/trigger/interface.d.ts +3 -7
- package/trigger/style/index.js +1 -1
- package/trigger/utils.js +1 -1
- package/typewriter/Typewriter.js +2 -2
- package/typewriter/constants.js +1 -1
- package/typewriter/context.js +1 -1
- package/typewriter/index.d.ts +1 -1
- package/typewriter/index.js +1 -1
- package/typewriter/style/index.js +1 -1
- package/typography/Base.js +1 -1
- package/typography/EditContent.js +1 -1
- package/typography/Ellipsis.js +1 -1
- package/typography/Operations.js +1 -1
- package/typography/Paragraph.js +2 -2
- package/typography/Text.js +2 -2
- package/typography/Title.js +2 -2
- package/typography/Typography.js +2 -2
- package/typography/constants.js +1 -1
- package/typography/context.js +1 -1
- package/typography/hooks/useCssEllipsis.js +1 -1
- package/typography/hooks/useEllipsis.js +1 -1
- package/typography/index.js +1 -1
- package/typography/style/index.js +1 -1
- package/upload/TriggerNode.js +1 -1
- package/upload/Upload.js +2 -2
- package/upload/Uploader.js +1 -1
- package/upload/constants.js +1 -1
- package/upload/context.js +1 -1
- package/upload/index.d.ts +1 -4
- package/upload/index.js +1 -1
- package/upload/list/PictureItem.js +1 -1
- package/upload/list/TextItem.js +1 -1
- package/upload/list/UploadProgress.js +1 -1
- package/upload/list/index.d.ts +1 -4
- package/upload/list/index.js +30 -31
- package/upload/list/utils.js +1 -1
- package/upload/request.js +1 -1
- package/upload/style/index.js +1 -1
- package/upload/utils.js +1 -1
- package/utils/callOrReturn.js +1 -1
- package/utils/callbackOriginRef.js +1 -1
- package/utils/caseName.js +1 -1
- package/utils/className.js +1 -1
- package/utils/constants.js +1 -1
- package/utils/contextHolder.js +2 -2
- package/utils/copy.js +1 -1
- package/utils/createGlobalConfigFunction.js +1 -1
- package/utils/css.js +1 -1
- package/utils/date.js +1 -1
- package/utils/dayjs.js +1 -1
- package/utils/document.js +1 -1
- package/utils/dom.d.ts +0 -1
- package/utils/dom.js +8 -4
- package/utils/emitter.js +1 -1
- package/utils/file.js +1 -1
- package/utils/fileRead.js +1 -1
- package/utils/fileToDataURL.js +1 -1
- package/utils/fillNBSP.js +1 -1
- package/utils/findRootElement.js +1 -1
- package/utils/findScrollParent.js +1 -1
- package/utils/getHighlightText.js +1 -1
- package/utils/getHotkeyHandler.js +1 -1
- package/utils/getScrollBarHeight.js +1 -1
- package/utils/getScrollBarSize.js +1 -1
- package/utils/getScrollBarWidth.js +1 -1
- package/utils/getStringLength.js +1 -1
- package/utils/include.js +1 -1
- package/utils/index.js +214 -224
- package/utils/intersectionObserver.js +1 -1
- package/utils/is.js +1 -1
- package/utils/keyboardCode.js +1 -1
- package/utils/lodash.js +1 -1
- package/utils/math.js +1 -1
- package/utils/mergeProps.js +1 -1
- package/utils/mergedToString.js +1 -1
- package/utils/mutationObserver.js +1 -1
- package/utils/names.d.ts +377 -2232
- package/utils/names.js +258 -247
- package/utils/object.js +1 -1
- package/utils/omit.js +1 -1
- package/utils/pad.js +1 -1
- package/utils/pick.js +1 -1
- package/utils/pinyin.js +1 -1
- package/utils/react19Adapter.js +1 -1
- package/utils/ref.js +1 -1
- package/utils/resizeObserver.js +1 -1
- package/utils/responsiveObserve.js +1 -1
- package/utils/saveAs.js +1 -1
- package/utils/screenfull.js +1 -1
- package/utils/scrollIntoViewIfNeeded.js +1 -1
- package/utils/setCreateRoot.js +1 -1
- package/utils/setDarkTheme.js +1 -1
- package/utils/setPrimaryColor.js +1 -1
- package/utils/setTheme.js +1 -1
- package/utils/string.js +1 -1
- package/utils/style.js +1 -1
- package/utils/tinycolor.js +1 -1
- package/utils/toArray.js +1 -1
- package/utils/tree.js +1 -1
- package/utils/tunnel.js +1 -1
- package/utils/tween.js +1 -1
- package/utils/uuid.js +1 -1
- package/utils/validate.js +1 -1
- package/utils/warning.js +1 -1
- package/verification-code/VerificationCode.js +40 -40
- package/verification-code/constants.js +1 -1
- package/verification-code/context.js +1 -1
- package/verification-code/index.js +1 -1
- package/verification-code/style/index.js +1 -1
- package/version/index.js +6 -6
- package/virtual-list/Filler.js +1 -1
- package/virtual-list/VirtualList.js +35 -35
- package/virtual-list/constants.js +1 -1
- package/virtual-list/context.js +1 -1
- package/virtual-list/hooks/useCacheChildrenNodes.js +1 -1
- package/virtual-list/hooks/useComputeVirtualItemHeight.js +1 -1
- package/virtual-list/index.js +1 -1
- package/virtual-list/style/index.js +1 -1
- package/virtual-list/utils/algorithm.js +1 -1
- package/virtual-list/utils/item.js +1 -1
- package/watermark/Watermark.js +29 -29
- package/watermark/constants.js +1 -1
- package/watermark/context.js +1 -1
- package/watermark/index.js +1 -1
- package/watermark/style/index.js +1 -1
- package/hooks/useUnmountOnExit.d.ts +0 -6
- /package/draw/core/components/{DiagramToCodePlugin → diagram-to-code-plugin}/index.d.ts +0 -0
- /package/draw/core/components/{OverwriteConfirm/OverwriteConfirmState.d.ts → overwrite-confirm/State.d.ts} +0 -0
- /package/draw/core/components/{OverwriteConfirm → overwrite-confirm}/index.d.ts +0 -0
- /package/draw/core/components/{Stats → stats}/Angle.d.ts +0 -0
- /package/draw/core/components/{Stats → stats}/CanvasGrid.d.ts +0 -0
- /package/draw/core/components/{Stats → stats}/Collapsible.d.ts +0 -0
- /package/draw/core/components/{Stats → stats}/Dimension.d.ts +0 -0
- /package/draw/core/components/{Stats → stats}/DragInput.d.ts +0 -0
- /package/draw/core/components/{Stats → stats}/FontSize.d.ts +0 -0
- /package/draw/core/components/{Stats → stats}/MultiAngle.d.ts +0 -0
- /package/draw/core/components/{Stats → stats}/MultiDimension.d.ts +0 -0
- /package/draw/core/components/{Stats → stats}/MultiFontSize.d.ts +0 -0
- /package/draw/core/components/{Stats → stats}/MultiPosition.d.ts +0 -0
- /package/draw/core/components/{Stats → stats}/Position.d.ts +0 -0
- /package/draw/core/components/{Stats → stats}/index.d.ts +0 -0
- /package/draw/core/components/{Stats → stats}/utils.d.ts +0 -0
- /package/draw/libs/jotai-scope/{ScopeProvider → scope-provider}/index.d.ts +0 -0
- /package/draw/libs/jotai-scope/{ScopeProvider → scope-provider}/scope.d.ts +0 -0
- /package/rich-text/libs/modules/{normalizeExternalHTML → normalize-external-html}/index.d.ts +0 -0
- /package/rich-text/libs/modules/{normalizeExternalHTML → normalize-external-html}/normalizers/googleDocs.d.ts +0 -0
- /package/rich-text/libs/modules/{normalizeExternalHTML → normalize-external-html}/normalizers/msWord.d.ts +0 -0
package/calendar/Calendar.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* 潘启宝 2026-06-
|
|
1
|
+
/* 潘启宝 2026-06-29 10:53:33 星期一 山东省济南市 */
|
|
2
2
|
import { isFunction as e } from "../utils/is.js";
|
|
3
3
|
import t from "../utils/className.js";
|
|
4
4
|
import { pickDataAttributes as n } from "../utils/pick.js";
|
|
@@ -6,131 +6,142 @@ import { CALENDAR_COMPONENT_INFO as r } from "../utils/names.js";
|
|
|
6
6
|
import i from "../hooks/use-merge-props/index.js";
|
|
7
7
|
import { ConfigContext as ee } from "../config-provider/context.js";
|
|
8
8
|
import { dayjs_getDayjsValue as a, dayjs_getNow as o, dayjs_methods as s } from "../utils/dayjs.js";
|
|
9
|
+
import { document_exports as c } from "../utils/document.js";
|
|
9
10
|
import { PropsContext as te, defaultProps as ne } from "./context.js";
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
11
|
+
import l from "./header/index.js";
|
|
12
|
+
import u from "./header/Panel.js";
|
|
13
|
+
import d, { getAllDaysByTime as re } from "./Month.js";
|
|
13
14
|
import ie from "./Year.js";
|
|
14
|
-
import { forwardRef as
|
|
15
|
+
import { forwardRef as f, useContext as p, useImperativeHandle as ae, useMemo as oe, useRef as se, useState as m } from "react";
|
|
15
16
|
import ce from "lodash/merge";
|
|
16
|
-
import { DAYJS_DEFAULT_FORMAT as
|
|
17
|
-
import { jsx as
|
|
17
|
+
import { DAYJS_DEFAULT_FORMAT as h } from "@unicom-cloud/ui-common/utils/constants";
|
|
18
|
+
import { jsx as g, jsxs as _ } from "react/jsx-runtime";
|
|
18
19
|
import "dayjs";
|
|
19
20
|
//#region components/pc/calendar/Calendar.tsx
|
|
20
|
-
function
|
|
21
|
-
return e === "month" || e === "year" && !t ?
|
|
21
|
+
function v(e, t) {
|
|
22
|
+
return e === "month" || e === "year" && !t ? h : "YYYY-MM";
|
|
22
23
|
}
|
|
23
|
-
function
|
|
24
|
-
let { prefixCls:
|
|
24
|
+
function y(r, f) {
|
|
25
|
+
let { prefixCls: h, getPrefixCls: y, locale: b, componentConfig: le, rtl: ue } = p(ee), de = p(te), x = i(r, {
|
|
25
26
|
...le?.Calendar,
|
|
26
27
|
...de
|
|
27
|
-
}, ne), { style: fe, className: pe, dayStartOfWeek: me, panel:
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
}, ne), { style: fe, className: pe, dayStartOfWeek: me, panel: S, locale: he, panelWidth: C, panelTodayBtn: w, defaultPageShowDate: T, value: E, pageShowDate: D, defaultValue: O, mode: k, defaultMode: A, onChange: j, onPanelChange: M, headerRender: N, headerType: P, modes: F, panelOperations: I } = x, L = ce(b.Calendar, he), R = y?.("calendar"), z = se(null), [ge, _e] = m(k || A), B = k || ge, V = v(B, S), [H, ve] = m(a(E || O, V)), [ye, U] = m(a(T, V) || H || o()), W = a(D, V) || ye, G = "value" in x ? a(E, V) : H, K = oe(() => re(x, W), [
|
|
29
|
+
W.toString(),
|
|
30
|
+
B,
|
|
30
31
|
me
|
|
31
32
|
]);
|
|
32
|
-
function K(e) {
|
|
33
|
-
ve(e), A?.(e), q(e);
|
|
34
|
-
}
|
|
35
33
|
function q(e) {
|
|
36
|
-
|
|
34
|
+
(0, c.startViewTransition)(() => {
|
|
35
|
+
ve(e), j?.(e), J(e);
|
|
36
|
+
});
|
|
37
37
|
}
|
|
38
|
-
function J(e
|
|
39
|
-
|
|
38
|
+
function J(e) {
|
|
39
|
+
(0, c.startViewTransition)(() => {
|
|
40
|
+
U(e), M?.(e);
|
|
41
|
+
});
|
|
40
42
|
}
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
function X(e, t) {
|
|
44
|
-
let n;
|
|
45
|
-
e === "prev" && (n = s.subtract(U, 1, t)), e === "next" && (n = s.add(U, 1, t)), H(n), j?.(n);
|
|
43
|
+
function Y(e, t) {
|
|
44
|
+
t || q(e);
|
|
46
45
|
}
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
46
|
+
let X = "";
|
|
47
|
+
B === "month" ? X = L.formatMonth : B === "year" && (X = L.formatYear);
|
|
48
|
+
function be(e, t) {
|
|
49
|
+
let n;
|
|
50
|
+
e === "prev" && (n = s.subtract(W, 1, t)), e === "next" && (n = s.add(W, 1, t)), U(n), M?.(n);
|
|
50
51
|
}
|
|
51
52
|
function xe(e) {
|
|
52
|
-
|
|
53
|
-
|
|
53
|
+
(0, c.startViewTransition)(() => {
|
|
54
|
+
let t = s.set(W, "year", e);
|
|
55
|
+
U(t), M?.(t);
|
|
56
|
+
});
|
|
57
|
+
}
|
|
58
|
+
function Se(e) {
|
|
59
|
+
(0, c.startViewTransition)(() => {
|
|
60
|
+
let t = s.set(W, "month", e - 1);
|
|
61
|
+
U(t), M?.(t);
|
|
62
|
+
});
|
|
54
63
|
}
|
|
55
64
|
function Z(e) {
|
|
56
|
-
|
|
65
|
+
(0, c.startViewTransition)(() => {
|
|
66
|
+
_e(e);
|
|
67
|
+
});
|
|
57
68
|
}
|
|
58
|
-
let
|
|
59
|
-
[`${
|
|
60
|
-
[`${
|
|
61
|
-
}, pe),
|
|
62
|
-
prefixCls:
|
|
63
|
-
changePageShowDate:
|
|
64
|
-
headerValueFormat:
|
|
65
|
-
mergedPageShowDate:
|
|
66
|
-
modes:
|
|
67
|
-
innerMode:
|
|
68
|
-
panelOperations:
|
|
69
|
-
}, $ =
|
|
69
|
+
let Ce = t(R, B === "month" ? `${R}-mode-month` : `${R}-mode-year`, {
|
|
70
|
+
[`${R}-panel`]: S && (B === "month" || B === "year"),
|
|
71
|
+
[`${R}-rtl`]: ue
|
|
72
|
+
}, pe), we = S ? { width: C } : {}, Q = {
|
|
73
|
+
prefixCls: R,
|
|
74
|
+
changePageShowDate: be,
|
|
75
|
+
headerValueFormat: X,
|
|
76
|
+
mergedPageShowDate: W,
|
|
77
|
+
modes: F,
|
|
78
|
+
innerMode: B,
|
|
79
|
+
panelOperations: I
|
|
80
|
+
}, $ = S ? /* @__PURE__ */ g(u, { ...Q }) : /* @__PURE__ */ g(l, {
|
|
70
81
|
...Q,
|
|
71
|
-
CALENDAR_LOCALE:
|
|
72
|
-
move:
|
|
73
|
-
innerMode:
|
|
82
|
+
CALENDAR_LOCALE: L,
|
|
83
|
+
move: q,
|
|
84
|
+
innerMode: B,
|
|
74
85
|
changeMode: Z,
|
|
75
|
-
onChangeYear:
|
|
76
|
-
onChangeMonth:
|
|
77
|
-
headerType:
|
|
86
|
+
onChangeYear: xe,
|
|
87
|
+
onChangeMonth: Se,
|
|
88
|
+
headerType: P
|
|
78
89
|
});
|
|
79
|
-
return ae(
|
|
80
|
-
return
|
|
81
|
-
} })), /* @__PURE__ */
|
|
82
|
-
ref:
|
|
83
|
-
className:
|
|
90
|
+
return ae(f, () => ({ getRootElement() {
|
|
91
|
+
return z.current;
|
|
92
|
+
} })), /* @__PURE__ */ _("div", {
|
|
93
|
+
ref: z,
|
|
94
|
+
className: Ce,
|
|
84
95
|
style: {
|
|
85
96
|
...fe,
|
|
86
|
-
...
|
|
97
|
+
...we
|
|
87
98
|
},
|
|
88
|
-
...n(
|
|
99
|
+
...n(x),
|
|
89
100
|
children: [
|
|
90
|
-
e(
|
|
91
|
-
value:
|
|
92
|
-
pageShowDate:
|
|
101
|
+
e(N) ? N({
|
|
102
|
+
value: G,
|
|
103
|
+
pageShowDate: W,
|
|
93
104
|
onChangeMode: Z,
|
|
94
|
-
onChange:
|
|
95
|
-
onChangePageDate:
|
|
105
|
+
onChange: q,
|
|
106
|
+
onChangePageDate: J,
|
|
96
107
|
header: $
|
|
97
108
|
}) : $,
|
|
98
|
-
|
|
99
|
-
className: `${
|
|
100
|
-
children: /* @__PURE__ */
|
|
101
|
-
...
|
|
102
|
-
prefixCls:
|
|
103
|
-
pageData:
|
|
104
|
-
mergedValue:
|
|
105
|
-
innerMode:
|
|
106
|
-
selectHandler:
|
|
107
|
-
mergedPageShowDate:
|
|
108
|
-
CALENDAR_LOCALE:
|
|
109
|
+
B === "month" && /* @__PURE__ */ g("div", {
|
|
110
|
+
className: `${R}-body`,
|
|
111
|
+
children: /* @__PURE__ */ g(d, {
|
|
112
|
+
...x,
|
|
113
|
+
prefixCls: R,
|
|
114
|
+
pageData: K,
|
|
115
|
+
mergedValue: G,
|
|
116
|
+
innerMode: B,
|
|
117
|
+
selectHandler: Y,
|
|
118
|
+
mergedPageShowDate: W,
|
|
119
|
+
CALENDAR_LOCALE: L
|
|
109
120
|
})
|
|
110
121
|
}),
|
|
111
|
-
|
|
112
|
-
className: `${
|
|
113
|
-
children: /* @__PURE__ */
|
|
114
|
-
...
|
|
115
|
-
prefixCls:
|
|
116
|
-
pageData:
|
|
117
|
-
mergedPageShowDate:
|
|
118
|
-
innerMode:
|
|
119
|
-
mergedValue:
|
|
120
|
-
selectHandler:
|
|
121
|
-
CALENDAR_LOCALE:
|
|
122
|
+
B === "year" && /* @__PURE__ */ g("div", {
|
|
123
|
+
className: `${R}-body`,
|
|
124
|
+
children: /* @__PURE__ */ g(ie, {
|
|
125
|
+
...x,
|
|
126
|
+
prefixCls: R,
|
|
127
|
+
pageData: K,
|
|
128
|
+
mergedPageShowDate: W,
|
|
129
|
+
innerMode: B,
|
|
130
|
+
mergedValue: G,
|
|
131
|
+
selectHandler: Y,
|
|
132
|
+
CALENDAR_LOCALE: L
|
|
122
133
|
})
|
|
123
134
|
}),
|
|
124
|
-
|
|
125
|
-
className: `${
|
|
126
|
-
onClick: () =>
|
|
127
|
-
children:
|
|
135
|
+
w && S && /* @__PURE__ */ g("div", {
|
|
136
|
+
className: `${R}-footer-btn-wrapper`,
|
|
137
|
+
onClick: () => q(o()),
|
|
138
|
+
children: L.today
|
|
128
139
|
})
|
|
129
140
|
]
|
|
130
141
|
});
|
|
131
142
|
}
|
|
132
|
-
var
|
|
133
|
-
|
|
143
|
+
var b = f(y);
|
|
144
|
+
Object.assign(b, { ...r });
|
|
134
145
|
//#endregion
|
|
135
|
-
export {
|
|
146
|
+
export { b as default };
|
|
136
147
|
/* 独立思考,明辨是非 */
|
package/calendar/Month.js
CHANGED
package/calendar/WeekList.js
CHANGED
package/calendar/Year.js
CHANGED
package/calendar/constants.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/* 潘启宝 2026-06-
|
|
1
|
+
/* 潘启宝 2026-06-29 10:53:33 星期一 山东省济南市 */
|
|
2
2
|
/* 独立思考,明辨是非 */
|
package/calendar/context.js
CHANGED
package/calendar/header/Panel.js
CHANGED
|
@@ -1,44 +1,50 @@
|
|
|
1
|
-
/* 潘启宝 2026-06-
|
|
1
|
+
/* 潘启宝 2026-06-29 10:53:33 星期一 山东省济南市 */
|
|
2
2
|
import { isArray as e } from "../../utils/is.js";
|
|
3
|
-
import t from "../../
|
|
4
|
-
import
|
|
5
|
-
import i from "
|
|
6
|
-
import a from "@unicom-cloud/icons/
|
|
7
|
-
import o from "@unicom-cloud/icons/
|
|
8
|
-
import s from "@unicom-cloud/icons/
|
|
3
|
+
import t from "../../icon-hover/index.js";
|
|
4
|
+
import n from "../../flex/Flex.js";
|
|
5
|
+
import { jsx as r, jsxs as i } from "react/jsx-runtime";
|
|
6
|
+
import a from "@unicom-cloud/icons/IconUiLeft";
|
|
7
|
+
import o from "@unicom-cloud/icons/IconUiRight";
|
|
8
|
+
import s from "@unicom-cloud/icons/IconUiDoubleLeft";
|
|
9
|
+
import c from "@unicom-cloud/icons/IconUiDoubleRight";
|
|
9
10
|
//#region components/pc/calendar/header/Panel.tsx
|
|
10
|
-
function
|
|
11
|
-
let { prefixCls:
|
|
12
|
-
return /* @__PURE__ */
|
|
13
|
-
className: `${
|
|
11
|
+
function l(l) {
|
|
12
|
+
let { prefixCls: u, changePageShowDate: d, headerValueFormat: f, mergedPageShowDate: p, innerMode: m, panelOperations: h } = l, g = (t) => e(h) ? h.includes(t) : !0, _ = g("double-left"), v = g("left") && m !== "year", y = g("double-right"), b = g("right") && m !== "year";
|
|
13
|
+
return /* @__PURE__ */ i(n, {
|
|
14
|
+
className: `${u}-header`,
|
|
15
|
+
alignItems: "center",
|
|
14
16
|
children: [
|
|
15
|
-
/* @__PURE__ */
|
|
16
|
-
className:
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
_ && /* @__PURE__ */ r(t, {
|
|
18
|
+
className: `${u}-header-icon`,
|
|
19
|
+
size: "large",
|
|
20
|
+
onClick: () => d("prev", "year"),
|
|
21
|
+
children: /* @__PURE__ */ r(s, {})
|
|
19
22
|
}),
|
|
20
|
-
/* @__PURE__ */
|
|
21
|
-
className:
|
|
22
|
-
|
|
23
|
-
|
|
23
|
+
v && /* @__PURE__ */ r(t, {
|
|
24
|
+
className: `${u}-header-icon`,
|
|
25
|
+
size: "large",
|
|
26
|
+
onClick: () => v && d("prev", "month"),
|
|
27
|
+
children: /* @__PURE__ */ r(a, {})
|
|
24
28
|
}),
|
|
25
|
-
/* @__PURE__ */
|
|
26
|
-
className: `${
|
|
27
|
-
children:
|
|
29
|
+
/* @__PURE__ */ r("div", {
|
|
30
|
+
className: `${u}-header-value`,
|
|
31
|
+
children: p.format(f)
|
|
28
32
|
}),
|
|
29
|
-
/* @__PURE__ */
|
|
30
|
-
className:
|
|
31
|
-
|
|
32
|
-
|
|
33
|
+
b && /* @__PURE__ */ r(t, {
|
|
34
|
+
className: `${u}-header-icon`,
|
|
35
|
+
size: "large",
|
|
36
|
+
onClick: () => d("next", "month"),
|
|
37
|
+
children: /* @__PURE__ */ r(o, {})
|
|
33
38
|
}),
|
|
34
|
-
/* @__PURE__ */
|
|
35
|
-
className:
|
|
36
|
-
|
|
37
|
-
|
|
39
|
+
y && /* @__PURE__ */ r(t, {
|
|
40
|
+
className: `${u}-header-icon`,
|
|
41
|
+
size: "large",
|
|
42
|
+
onClick: () => d("next", "year"),
|
|
43
|
+
children: /* @__PURE__ */ r(c, {})
|
|
38
44
|
})
|
|
39
45
|
]
|
|
40
46
|
});
|
|
41
47
|
}
|
|
42
48
|
//#endregion
|
|
43
|
-
export {
|
|
49
|
+
export { l as default };
|
|
44
50
|
/* 独立思考,明辨是非 */
|
package/calendar/header/index.js
CHANGED
|
@@ -1,97 +1,108 @@
|
|
|
1
|
-
/* 潘启宝 2026-06-
|
|
1
|
+
/* 潘启宝 2026-06-29 10:53:33 星期一 山东省济南市 */
|
|
2
2
|
import { isArray as e } from "../../utils/is.js";
|
|
3
3
|
import { dayjs_getNow as t } from "../../utils/dayjs.js";
|
|
4
4
|
import n from "../../button/Button.js";
|
|
5
|
-
import r from "../../
|
|
6
|
-
import i from "../../
|
|
7
|
-
import a from "../../
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
5
|
+
import r from "../../icon-hover/index.js";
|
|
6
|
+
import i from "../../hooks/use-keyboard-event/index.js";
|
|
7
|
+
import a from "../../flex/Flex.js";
|
|
8
|
+
import o from "../../select/Select.js";
|
|
9
|
+
import s from "../../radio/Group.js";
|
|
10
|
+
import { useMemo as c } from "react";
|
|
11
|
+
import { jsx as l, jsxs as u } from "react/jsx-runtime";
|
|
12
|
+
import d from "@unicom-cloud/icons/IconUiLeft";
|
|
13
|
+
import f from "@unicom-cloud/icons/IconUiRight";
|
|
12
14
|
//#region components/pc/calendar/header/index.tsx
|
|
13
|
-
function
|
|
15
|
+
function p(e) {
|
|
14
16
|
return e?.parentElement || null;
|
|
15
17
|
}
|
|
16
|
-
function
|
|
17
|
-
let { prefixCls:
|
|
18
|
-
label:
|
|
18
|
+
function m(m) {
|
|
19
|
+
let { prefixCls: h, changePageShowDate: g, headerValueFormat: _, mergedPageShowDate: v, CALENDAR_LOCALE: y, move: b, innerMode: x, changeMode: S, headerType: C, onChangeYear: w, onChangeMonth: T, modes: E } = m, D = i(), O = e(E) ? E.map((e) => ({
|
|
20
|
+
label: y.view[e],
|
|
19
21
|
value: e
|
|
20
|
-
})) : [],
|
|
21
|
-
let e = [
|
|
22
|
-
for (let t = 1; t <= 10; t++) e.unshift(
|
|
23
|
-
for (let t = 1; t < 10; t++) e.push(
|
|
22
|
+
})) : [], k = C === "select", A = v.year(), j = v.month() + 1, M = c(() => {
|
|
23
|
+
let e = [A];
|
|
24
|
+
for (let t = 1; t <= 10; t++) e.unshift(A - t);
|
|
25
|
+
for (let t = 1; t < 10; t++) e.push(A + t);
|
|
24
26
|
return e;
|
|
25
|
-
}, [
|
|
26
|
-
return /* @__PURE__ */
|
|
27
|
-
className: `${
|
|
28
|
-
children: [/* @__PURE__ */
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
}, [A]);
|
|
28
|
+
return /* @__PURE__ */ u("div", {
|
|
29
|
+
className: `${h}-header`,
|
|
30
|
+
children: [/* @__PURE__ */ u(a, {
|
|
31
|
+
alignItems: "center",
|
|
32
|
+
className: `${h}-header-left`,
|
|
33
|
+
children: [k ? /* @__PURE__ */ u(a, {
|
|
34
|
+
alignItems: "center",
|
|
35
|
+
children: [/* @__PURE__ */ l(o, {
|
|
36
|
+
size: "small",
|
|
37
|
+
className: `${h}-header-value-year`,
|
|
38
|
+
value: A,
|
|
39
|
+
options: M,
|
|
40
|
+
onChange: w,
|
|
41
|
+
getPopupContainer: p
|
|
42
|
+
}), x === "month" && /* @__PURE__ */ l(o, {
|
|
43
|
+
size: "small",
|
|
44
|
+
className: `${h}-header-value-month`,
|
|
45
|
+
value: j,
|
|
46
|
+
options: [
|
|
47
|
+
1,
|
|
48
|
+
2,
|
|
49
|
+
3,
|
|
50
|
+
4,
|
|
51
|
+
5,
|
|
52
|
+
6,
|
|
53
|
+
7,
|
|
54
|
+
8,
|
|
55
|
+
9,
|
|
56
|
+
10,
|
|
57
|
+
11,
|
|
58
|
+
12
|
|
59
|
+
],
|
|
60
|
+
onChange: T,
|
|
61
|
+
getPopupContainer: p
|
|
62
|
+
})]
|
|
63
|
+
}) : /* @__PURE__ */ u(a, {
|
|
64
|
+
alignItems: "center",
|
|
65
|
+
children: [
|
|
66
|
+
/* @__PURE__ */ l(r, {
|
|
67
|
+
className: `${h}-header-icon`,
|
|
68
|
+
role: "button",
|
|
69
|
+
tabIndex: 0,
|
|
70
|
+
size: "large",
|
|
71
|
+
onClick: () => g("prev", x),
|
|
72
|
+
...D({ onPressEnter: () => g("prev", x) }),
|
|
73
|
+
children: /* @__PURE__ */ l(d, {})
|
|
74
|
+
}),
|
|
75
|
+
/* @__PURE__ */ l("div", {
|
|
76
|
+
className: `${h}-header-value`,
|
|
77
|
+
children: v.format(_)
|
|
78
|
+
}),
|
|
79
|
+
/* @__PURE__ */ l(r, {
|
|
80
|
+
className: `${h}-header-icon`,
|
|
81
|
+
role: "button",
|
|
82
|
+
tabIndex: 0,
|
|
83
|
+
size: "large",
|
|
84
|
+
onClick: () => g("next", x),
|
|
85
|
+
...D({ onPressEnter: () => g("next", x) }),
|
|
86
|
+
children: /* @__PURE__ */ l(f, {})
|
|
87
|
+
})
|
|
88
|
+
]
|
|
89
|
+
}), /* @__PURE__ */ l(n, {
|
|
31
90
|
size: "small",
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
options: j,
|
|
35
|
-
onChange: C,
|
|
36
|
-
getPopupContainer: f
|
|
37
|
-
}), b === "month" && /* @__PURE__ */ c(i, {
|
|
38
|
-
size: "small",
|
|
39
|
-
className: `${m}-header-value-month`,
|
|
40
|
-
value: A,
|
|
41
|
-
options: [
|
|
42
|
-
1,
|
|
43
|
-
2,
|
|
44
|
-
3,
|
|
45
|
-
4,
|
|
46
|
-
5,
|
|
47
|
-
6,
|
|
48
|
-
7,
|
|
49
|
-
8,
|
|
50
|
-
9,
|
|
51
|
-
10,
|
|
52
|
-
11,
|
|
53
|
-
12
|
|
54
|
-
],
|
|
55
|
-
onChange: w,
|
|
56
|
-
getPopupContainer: f
|
|
57
|
-
})] }) : /* @__PURE__ */ l(s, { children: [
|
|
58
|
-
/* @__PURE__ */ c("div", {
|
|
59
|
-
className: `${m}-header-icon`,
|
|
60
|
-
role: "button",
|
|
61
|
-
tabIndex: 0,
|
|
62
|
-
onClick: () => h("prev", b),
|
|
63
|
-
...E({ onPressEnter: () => h("prev", b) }),
|
|
64
|
-
children: /* @__PURE__ */ c(u, {})
|
|
65
|
-
}),
|
|
66
|
-
/* @__PURE__ */ c("div", {
|
|
67
|
-
className: `${m}-header-value`,
|
|
68
|
-
children: _.format(g)
|
|
69
|
-
}),
|
|
70
|
-
/* @__PURE__ */ c("div", {
|
|
71
|
-
role: "button",
|
|
72
|
-
tabIndex: 0,
|
|
73
|
-
className: `${m}-header-icon`,
|
|
74
|
-
onClick: () => h("next", b),
|
|
75
|
-
...E({ onPressEnter: () => h("next", b) }),
|
|
76
|
-
children: /* @__PURE__ */ c(d, {})
|
|
77
|
-
})
|
|
78
|
-
] }), /* @__PURE__ */ c(n, {
|
|
79
|
-
size: "small",
|
|
80
|
-
onClick: () => y(t()),
|
|
81
|
-
children: v.today
|
|
91
|
+
onClick: () => b(t()),
|
|
92
|
+
children: y.today
|
|
82
93
|
})]
|
|
83
|
-
}), /* @__PURE__ */
|
|
84
|
-
className: `${
|
|
85
|
-
children: /* @__PURE__ */
|
|
94
|
+
}), /* @__PURE__ */ l("div", {
|
|
95
|
+
className: `${h}-header-right`,
|
|
96
|
+
children: /* @__PURE__ */ l(s, {
|
|
86
97
|
size: "small",
|
|
87
98
|
type: "button",
|
|
88
|
-
options:
|
|
89
|
-
onChange:
|
|
90
|
-
value:
|
|
99
|
+
options: O,
|
|
100
|
+
onChange: S,
|
|
101
|
+
value: x
|
|
91
102
|
})
|
|
92
103
|
})]
|
|
93
104
|
});
|
|
94
105
|
}
|
|
95
106
|
//#endregion
|
|
96
|
-
export {
|
|
107
|
+
export { m as default };
|
|
97
108
|
/* 独立思考,明辨是非 */
|
package/calendar/index.js
CHANGED
package/calendar/style/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.pqb-calendar{box-sizing:border-box;border:1px solid var(--pqb-color-neutral-3)}.pqb-calendar-header{padding:24px;display:flex}.pqb-calendar-header-left{flex:1;align-items:center;height:28px;line-height:28px;display:flex;position:relative}.pqb-calendar-header-right{height:28px;position:relative}.pqb-calendar-header-value{font-size:20px;font-weight:var(--pqb-font-weight-500);color:var(--pqb-color-text-1)}.pqb-calendar-header-icon{text-align:center;width:28px;height:28px;transition:all var(--pqb-transition-duration-1) var(--pqb-transition-timing-function-linear);user-select:none;color:var(--pqb-color-text-2);background-color:var(--pqb-color-bg-5);border-radius:50%;
|
|
1
|
+
.pqb-calendar{box-sizing:border-box;border:1px solid var(--pqb-color-neutral-3)}.pqb-calendar-header{padding:24px;display:flex}.pqb-calendar-header-left{flex:1;align-items:center;height:28px;line-height:28px;display:flex;position:relative}.pqb-calendar-header-right{height:28px;position:relative}.pqb-calendar-header-value{font-size:20px;font-weight:var(--pqb-font-weight-500);color:var(--pqb-color-text-1)}.pqb-calendar-header-icon{text-align:center;width:28px;height:28px;transition:all var(--pqb-transition-duration-1) var(--pqb-transition-timing-function-linear);user-select:none;color:var(--pqb-color-text-2);background-color:var(--pqb-color-bg-5);border-radius:50%;font-size:12px;line-height:28px}.pqb-calendar-header-icon:focus-visible{box-shadow:0 0 0 2px var(--pqb-color-primary-3)}.pqb-calendar .pqb-calendar-header-value-year{width:100px}.pqb-calendar .pqb-calendar-header-value-month{width:76px}.pqb-calendar-month{width:100%}.pqb-calendar-month-row{height:100px;display:flex}.pqb-calendar-month-row .pqb-calendar-cell{border-block-end:1px solid var(--pqb-color-neutral-3);flex:1;overflow:hidden}.pqb-calendar-month-row:last-child .pqb-calendar-cell{border-block-end:unset}.pqb-calendar-month-cell-body{box-sizing:border-box}.pqb-calendar-mode-month:not(.pqb-calendar-panel) .pqb-calendar-cell:not(:last-child){border-inline-end:1px solid var(--pqb-color-neutral-3)}.pqb-calendar-week-list{box-sizing:border-box;border-block-end:1px solid var(--pqb-color-neutral-3);width:100%;padding:0;display:flex}.pqb-calendar-week-list-item{text-align:start;color:#7d7d7f;flex:1;padding:20px 16px}.pqb-calendar-cell .pqb-calendar-date{box-sizing:border-box;cursor:pointer;width:100%;height:100%;padding:10px}.pqb-calendar-cell .pqb-calendar-date-circle{text-align:center;border-radius:50%;width:28px;height:28px;line-height:28px}.pqb-calendar-date-content{scroll-snap-type:y mandatory;height:70px;overflow-y:auto}.pqb-calendar-cell-today .pqb-calendar-date-circle{box-sizing:border-box;border:1px solid rgb(var(--pqb-primary-6))}.pqb-calendar-date-value{font-size:16px;font-weight:var(--pqb-font-weight-500);color:var(--pqb-color-text-4)}.pqb-calendar-cell-in-view .pqb-calendar-date-value{color:var(--pqb-color-text-1)}.pqb-calendar-mode-month .pqb-calendar-cell-selected .pqb-calendar-date-circle,.pqb-calendar-mode-year .pqb-calendar-cell-selected .pqb-calendar-cell-selected .pqb-calendar-date-circle{border:1px solid rgb(var(--pqb-primary-6));background-color:rgb(var(--pqb-primary-6));color:#fff}.pqb-calendar-mode-year:not(.pqb-calendar-panel){min-width:820px}.pqb-calendar-mode-year .pqb-calendar-header{border-block-end:1px solid var(--pqb-color-neutral-3)}.pqb-calendar-mode-year .pqb-calendar-body{padding:12px}.pqb-calendar-mode-year .pqb-calendar-year-row{display:flex}.pqb-calendar-year-row>.pqb-calendar-cell{flex:1;padding:20px 8px}.pqb-calendar-year-row>.pqb-calendar-cell:not(:last-child){border-inline-end:1px solid var(--pqb-color-neutral-3)}.pqb-calendar-year-row:not(:last-child)>.pqb-calendar-cell{border-block-end:1px solid var(--pqb-color-neutral-3)}.pqb-calendar-month-with-days .pqb-calendar-month-row{height:26px}.pqb-calendar-month-with-days .pqb-calendar-cell{border-block-end:0}.pqb-calendar-month-with-days .pqb-calendar-month-cell-body{padding:0}.pqb-calendar-month-with-days .pqb-calendar-month-title{font-size:16px;font-weight:var(--pqb-font-weight-500);color:var(--pqb-color-text-1);padding:10px 6px}.pqb-calendar-month-cell{width:100%;font-size:12px}.pqb-calendar-month-cell .pqb-calendar-week-list{border-block-end:unset;padding:0}.pqb-calendar-month-cell .pqb-calendar-week-list-item{text-align:center;color:#7d7d7f;padding:6px}.pqb-calendar-month-cell .pqb-calendar-cell{text-align:center}.pqb-calendar-month-cell .pqb-calendar-date{padding:2px}.pqb-calendar-month-cell .pqb-calendar-date-value{font-size:14px}.pqb-calendar-month-cell .pqb-calendar-date-circle{text-align:center;border-radius:50%;width:22px;height:22px;line-height:22px}.pqb-calendar-panel{border:1px solid var(--pqb-color-neutral-3);background-color:var(--pqb-color-bg-5)}.pqb-calendar-panel .pqb-calendar-header{border-block-end:1px solid var(--pqb-color-neutral-3);padding:8px 16px}.pqb-calendar-panel .pqb-calendar-header-value{text-align:center;flex:1;font-size:14px;line-height:24px}.pqb-calendar-panel .pqb-calendar-header-icon{width:24px;height:24px;line-height:24px}.pqb-calendar-panel .pqb-calendar-body{padding:14px 16px}.pqb-calendar-panel .pqb-calendar-month-cell-body{padding:0}.pqb-calendar-panel .pqb-calendar-month-row{height:unset}.pqb-calendar-panel .pqb-calendar-week-list{border-block-end:unset;padding:0}.pqb-calendar-panel .pqb-calendar-week-list-item{text-align:center;height:32px;padding:0;font-weight:400;line-height:32px}.pqb-calendar-panel .pqb-calendar-cell,.pqb-calendar-panel .pqb-calendar-year-row .pqb-calendar-cell{text-align:center;box-sizing:border-box;border-block-end:0;border-inline-end:0;padding:2px 0}.pqb-calendar-panel .pqb-calendar-cell .pqb-calendar-date{justify-content:center;padding:4px 0;display:flex}.pqb-calendar-panel .pqb-calendar-cell .pqb-calendar-date-value{cursor:pointer;min-width:24px;height:24px;font-size:14px;line-height:24px}.pqb-calendar-panel.pqb-calendar-mode-year .pqb-calendar-cell{padding:4px 0}.pqb-calendar-panel.pqb-calendar-mode-year .pqb-calendar-cell .pqb-calendar-date{padding:4px}.pqb-calendar-panel.pqb-calendar-mode-year .pqb-calendar-cell .pqb-calendar-date-value{border-radius:12px;width:100%}.pqb-calendar-panel .pqb-calendar-cell-selected .pqb-calendar-date-value{color:var(--pqb-color-white);background-color:rgb(var(--pqb-primary-6));border-radius:50%}.pqb-calendar-panel .pqb-calendar-cell:not(.pqb-calendar-cell-selected):not(.pqb-calendar-cell-range-start):not(.pqb-calendar-cell-range-end):not(.pqb-calendar-cell-hover-range-start):not(.pqb-calendar-cell-hover-range-end):not(.pqb-calendar-cell-disabled):not(.pqb-calendar-cell-week) .pqb-calendar-date-value:hover{background-color:var(--pqb-color-primary-1);color:rgb(var(--pqb-primary-6));border-radius:50%}.pqb-calendar-panel.pqb-calendar-mode-year .pqb-calendar-cell:not(.pqb-calendar-cell-selected):not(.pqb-calendar-cell-range-start):not(.pqb-calendar-cell-range-end):not(.pqb-calendar-cell-hover-range-start):not(.pqb-calendar-cell-hover-range-end):not(.pqb-calendar-cell-disabled) .pqb-calendar-date-value:hover{border-radius:12px}.pqb-calendar-panel .pqb-calendar-cell-today{position:relative}.pqb-calendar-panel .pqb-calendar-cell-today:after{content:"";bottom:0;background-color:rgb(var(--pqb-primary-6));border-radius:50%;width:4px;height:4px;display:block;position:absolute;inset-inline-start:50%;transform:translate(-2px)}.pqb-calendar-cell-in-range .pqb-calendar-date{background-color:var(--pqb-color-primary-1)}.pqb-calendar-cell-range-start .pqb-calendar-date{border-radius:16px 0 0 16px}.pqb-calendar-cell-range-end .pqb-calendar-date{border-radius:0 16px 16px 0}.pqb-calendar-cell-in-range-near-hover .pqb-calendar-date{border-radius:0}.pqb-calendar-cell-range-start .pqb-calendar-date-value,.pqb-calendar-cell-range-end .pqb-calendar-date-value{background-color:rgb(var(--pqb-primary-6));color:var(--pqb-color-white);border-radius:50%}.pqb-calendar-cell-hover-in-range .pqb-calendar-date{background-color:var(--pqb-color-primary-1)}.pqb-calendar-cell-hover-range-start .pqb-calendar-date{border-radius:16px 0 0 16px}.pqb-calendar-cell-hover-range-end .pqb-calendar-date{border-radius:0 16px 16px 0}.pqb-calendar-cell-hover-range-start .pqb-calendar-date-value,.pqb-calendar-cell-hover-range-end .pqb-calendar-date-value{background-color:var(--pqb-color-primary-2);color:var(--pqb-color-text-1);border-radius:50%}.pqb-calendar-panel .pqb-calendar-cell-disabled>.pqb-calendar-date{background-color:var(--pqb-color-fill-1);cursor:not-allowed}.pqb-calendar-panel .pqb-calendar-cell-disabled>.pqb-calendar-date>.pqb-calendar-date-value{color:var(--pqb-color-text-4);background-color:var(--pqb-color-fill-1);cursor:not-allowed}.pqb-calendar-panel .pqb-calendar-footer-btn-wrapper{text-align:center;border-block-start:1px solid var(--pqb-color-neutral-3);cursor:pointer;height:38px;color:var(--pqb-color-text-1);line-height:38px}.pqb-calendar-rtl{direction:rtl}.pqb-calendar-rtl .pqb-calendar-header-icon{transform:scaleX(-1)}
|
package/calendar/style/index.js
CHANGED
package/card/Card.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* 潘启宝 2026-06-
|
|
1
|
+
/* 潘启宝 2026-06-29 10:53:33 星期一 山东省济南市 */
|
|
2
2
|
import e from "../utils/className.js";
|
|
3
3
|
import { CARD_COMPONENT_INFO as t } from "../utils/names.js";
|
|
4
4
|
import n from "../hooks/use-merge-props/index.js";
|
|
@@ -67,7 +67,7 @@ function g(t, u) {
|
|
|
67
67
|
});
|
|
68
68
|
}
|
|
69
69
|
var _ = u(g);
|
|
70
|
-
_
|
|
70
|
+
Object.assign(_, { ...t });
|
|
71
71
|
//#endregion
|
|
72
72
|
export { _ as default };
|
|
73
73
|
/* 独立思考,明辨是非 */
|
package/card/Grid.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* 潘启宝 2026-06-
|
|
1
|
+
/* 潘启宝 2026-06-29 10:53:33 星期一 山东省济南市 */
|
|
2
2
|
import e from "../utils/className.js";
|
|
3
3
|
import { CARD_GRID_COMPONENT_INFO as t } from "../utils/names.js";
|
|
4
4
|
import { ConfigContext as n } from "../config-provider/context.js";
|
|
@@ -15,7 +15,7 @@ function o(t, r) {
|
|
|
15
15
|
});
|
|
16
16
|
}
|
|
17
17
|
var s = r(o);
|
|
18
|
-
s
|
|
18
|
+
Object.assign(s, { ...t });
|
|
19
19
|
//#endregion
|
|
20
20
|
export { s as default };
|
|
21
21
|
/* 独立思考,明辨是非 */
|