musae 0.3.2 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/avatar/context.d.ts +1 -1
- package/dist/components/avatar/group.d.ts +1 -1
- package/dist/components/avatar/index.d.ts +1 -1
- package/dist/components/badge/badge.d.ts +1 -1
- package/dist/components/bench/bench.cjs +8 -10
- package/dist/components/bench/bench.mjs +8 -10
- package/dist/components/breadcrumb/breadcrumb.d.ts +1 -1
- package/dist/components/breadcrumb/item.d.ts +1 -1
- package/dist/components/button/button.cjs +12 -11
- package/dist/components/button/button.d.ts +1 -1
- package/dist/components/button/button.mjs +7 -6
- package/dist/components/button/hooks.d.ts +2 -2
- package/dist/components/calendar/calendar.d.ts +1 -1
- package/dist/components/calendar/contribution.cjs +251 -0
- package/dist/components/calendar/contribution.d.ts +13 -0
- package/dist/components/calendar/contribution.mjs +249 -0
- package/dist/components/calendar/hooks.d.ts +1 -1
- package/dist/components/calendar/index.d.ts +2 -2
- package/dist/components/cascader/cascader.d.ts +1 -1
- package/dist/components/cascader/hooks.d.ts +1 -1
- package/dist/components/cascader/utils.d.ts +1 -1
- package/dist/components/checkbox/checkbox.d.ts +1 -1
- package/dist/components/checkbox/context.d.ts +1 -1
- package/dist/components/checkbox/group.d.ts +1 -1
- package/dist/components/checkbox/index.d.ts +2 -2
- package/dist/components/checkbox/styles.cjs +1 -1
- package/dist/components/checkbox/styles.d.ts +1 -1
- package/dist/components/checkbox/styles.mjs +1 -1
- package/dist/components/clock/clock.cjs +1 -2
- package/dist/components/clock/clock.d.ts +1 -1
- package/dist/components/clock/clock.mjs +1 -2
- package/dist/components/clock/column.cjs +9 -9
- package/dist/components/clock/column.d.ts +1 -1
- package/dist/components/clock/column.mjs +8 -8
- package/dist/components/collapse/collapse.d.ts +1 -1
- package/dist/components/collapse/context.d.ts +1 -1
- package/dist/components/collapse/hooks.d.ts +1 -1
- package/dist/components/collapse/item.d.ts +1 -1
- package/dist/components/config/context.d.ts +1 -1
- package/dist/components/config/hooks.d.ts +1 -1
- package/dist/components/config/provider.cjs +2 -2
- package/dist/components/config/provider.d.ts +1 -1
- package/dist/components/config/provider.mjs +2 -2
- package/dist/components/countdown/countdown.d.ts +2 -2
- package/dist/components/date-picker/date-picker.d.ts +1 -1
- package/dist/components/date-picker/hooks.d.ts +1 -1
- package/dist/components/date-range-picker/date-range-picker.d.ts +1 -1
- package/dist/components/date-range-picker/hooks.d.ts +1 -1
- package/dist/components/dialog/dialog.d.ts +1 -1
- package/dist/components/dialog/hooks.d.ts +1 -1
- package/dist/components/dialog/popup.d.ts +1 -1
- package/dist/components/divider/divider.d.ts +1 -1
- package/dist/components/divider/hooks.d.ts +1 -1
- package/dist/components/drawer/drawer.d.ts +1 -1
- package/dist/components/drawer/hooks.d.ts +1 -1
- package/dist/components/drawer/popup.cjs +51 -17
- package/dist/components/drawer/popup.d.ts +2 -2
- package/dist/components/drawer/popup.mjs +51 -17
- package/dist/components/{floating-action-button/floating-action-button.cjs → fab/fab.cjs} +2 -2
- package/dist/components/fab/fab.d.ts +4 -0
- package/dist/components/{floating-action-button/floating-action-button.mjs → fab/fab.mjs} +2 -2
- package/dist/components/{floating-action-button → fab}/floatable.d.ts +1 -1
- package/dist/components/fab/index.d.ts +2 -0
- package/dist/components/grid/col.d.ts +1 -1
- package/dist/components/grid/index.d.ts +2 -2
- package/dist/components/grid/row.d.ts +1 -1
- package/dist/components/highlight/highlight.d.ts +1 -1
- package/dist/components/i18n-button/i18n-button.cjs +11 -3
- package/dist/components/i18n-button/i18n-button.d.ts +2 -2
- package/dist/components/i18n-button/i18n-button.mjs +12 -4
- package/dist/components/icon/hoc.d.ts +2 -2
- package/dist/components/icon/icon.d.ts +1 -1
- package/dist/components/icon/icons/action/check-circle-outline.d.ts +1 -1
- package/dist/components/icon/icons/action/check-circle.d.ts +1 -1
- package/dist/components/icon/icons/action/code.d.ts +1 -1
- package/dist/components/icon/icons/action/delete.cjs +20 -0
- package/dist/components/icon/icons/action/delete.d.ts +3 -0
- package/dist/components/icon/icons/action/delete.mjs +18 -0
- package/dist/components/icon/icons/action/done-outline.d.ts +1 -1
- package/dist/components/icon/icons/action/done.d.ts +1 -1
- package/dist/components/icon/icons/action/index.cjs +7 -1
- package/dist/components/icon/icons/action/index.d.ts +18 -14
- package/dist/components/icon/icons/action/index.mjs +6 -2
- package/dist/components/icon/icons/action/open-in-new.d.ts +1 -1
- package/dist/components/icon/icons/action/swap-horiz.d.ts +1 -1
- package/dist/components/icon/icons/action/swap-vert.d.ts +1 -1
- package/dist/components/icon/icons/action/three-d-rotation.cjs +28 -0
- package/dist/components/icon/icons/action/three-d-rotation.d.ts +3 -0
- package/dist/components/icon/icons/action/three-d-rotation.mjs +26 -0
- package/dist/components/icon/icons/action/translate.d.ts +1 -1
- package/dist/components/icon/icons/action/visibility-off.d.ts +1 -1
- package/dist/components/icon/icons/action/visibility.d.ts +1 -1
- package/dist/components/icon/icons/action/zoom-in.d.ts +1 -1
- package/dist/components/icon/icons/action/zoom-out.d.ts +1 -1
- package/dist/components/icon/icons/alert/add-alert.d.ts +1 -1
- package/dist/components/icon/icons/alert/auto-delete.d.ts +1 -1
- package/dist/components/icon/icons/alert/error-outline.d.ts +1 -1
- package/dist/components/icon/icons/alert/error.d.ts +1 -1
- package/dist/components/icon/icons/alert/index.d.ts +7 -7
- package/dist/components/icon/icons/alert/notification-important.d.ts +1 -1
- package/dist/components/icon/icons/alert/warning-amber.d.ts +1 -1
- package/dist/components/icon/icons/alert/warning.d.ts +1 -1
- package/dist/components/icon/icons/content/clear.d.ts +1 -1
- package/dist/components/icon/icons/content/font-download.d.ts +1 -1
- package/dist/components/icon/icons/content/index.d.ts +5 -5
- package/dist/components/icon/icons/content/link-off.d.ts +1 -1
- package/dist/components/icon/icons/content/redo.d.ts +1 -1
- package/dist/components/icon/icons/content/undo.d.ts +1 -1
- package/dist/components/icon/icons/editor/attch-file.cjs +20 -0
- package/dist/components/icon/icons/editor/attch-file.d.ts +3 -0
- package/dist/components/icon/icons/editor/attch-file.mjs +18 -0
- package/dist/components/icon/icons/editor/checklist.d.ts +1 -1
- package/dist/components/icon/icons/editor/format-bold.d.ts +1 -1
- package/dist/components/icon/icons/editor/format-italic.d.ts +1 -1
- package/dist/components/icon/icons/editor/format-strikethrough.d.ts +1 -1
- package/dist/components/icon/icons/editor/format-underlined.d.ts +1 -1
- package/dist/components/icon/icons/editor/index.cjs +4 -1
- package/dist/components/icon/icons/editor/index.d.ts +12 -10
- package/dist/components/icon/icons/editor/index.mjs +4 -2
- package/dist/components/icon/icons/editor/insert-link.d.ts +1 -1
- package/dist/components/icon/icons/editor/notes.d.ts +1 -1
- package/dist/components/icon/icons/editor/subscript.d.ts +1 -1
- package/dist/components/icon/icons/editor/superscript.d.ts +1 -1
- package/dist/components/icon/icons/hardware/index.d.ts +6 -6
- package/dist/components/icon/icons/hardware/keyboard-arrow-down.d.ts +1 -1
- package/dist/components/icon/icons/hardware/keyboard-arrow-left.d.ts +1 -1
- package/dist/components/icon/icons/hardware/keyboard-arrow-right.d.ts +1 -1
- package/dist/components/icon/icons/hardware/keyboard-arrow-up.d.ts +1 -1
- package/dist/components/icon/icons/hardware/keyboard-double-arrow-left.d.ts +1 -1
- package/dist/components/icon/icons/hardware/keyboard-double-arrow-right.d.ts +1 -1
- package/dist/components/icon/icons/image/bedtime.d.ts +1 -1
- package/dist/components/icon/icons/image/edit.d.ts +1 -1
- package/dist/components/icon/icons/image/index.d.ts +11 -11
- package/dist/components/icon/icons/image/looks-five.d.ts +1 -1
- package/dist/components/icon/icons/image/looks-four.d.ts +1 -1
- package/dist/components/icon/icons/image/looks-one.d.ts +1 -1
- package/dist/components/icon/icons/image/looks-six.d.ts +1 -1
- package/dist/components/icon/icons/image/looks-three.d.ts +1 -1
- package/dist/components/icon/icons/image/looks-two.d.ts +1 -1
- package/dist/components/icon/icons/image/rotate-left.d.ts +1 -1
- package/dist/components/icon/icons/image/rotate-right.d.ts +1 -1
- package/dist/components/icon/icons/image/wb-sunny.d.ts +1 -1
- package/dist/components/icon/icons/index.cjs +6 -0
- package/dist/components/icon/icons/index.mjs +3 -0
- package/dist/components/icon/icons/mock/github.d.ts +1 -1
- package/dist/components/icon/icons/mock/index.d.ts +2 -2
- package/dist/components/icon/icons/mock/loading.d.ts +1 -1
- package/dist/components/icon/icons/navigation/cancel.d.ts +1 -1
- package/dist/components/icon/icons/navigation/check.d.ts +1 -1
- package/dist/components/icon/icons/navigation/close.d.ts +1 -1
- package/dist/components/icon/icons/navigation/index.d.ts +5 -5
- package/dist/components/icon/icons/navigation/more-horiz.d.ts +1 -1
- package/dist/components/icon/icons/navigation/unfold-more.d.ts +1 -1
- package/dist/components/icon/icons/toggle/index.d.ts +3 -3
- package/dist/components/icon/icons/toggle/star-half.d.ts +1 -1
- package/dist/components/icon/icons/toggle/star-outline.d.ts +1 -1
- package/dist/components/icon/icons/toggle/star.d.ts +1 -1
- package/dist/components/icon/index.d.ts +0 -5
- package/dist/components/image/hooks.d.ts +1 -1
- package/dist/components/image/image.cjs +2 -2
- package/dist/components/image/image.d.ts +1 -1
- package/dist/components/image/image.mjs +2 -2
- package/dist/components/image/index.d.ts +2 -2
- package/dist/components/image/preview/context.d.ts +1 -1
- package/dist/components/image/preview/group.d.ts +1 -1
- package/dist/components/image/preview/operations.d.ts +1 -1
- package/dist/components/image/preview/preview.d.ts +1 -1
- package/dist/components/input/hooks.d.ts +1 -1
- package/dist/components/input/index.d.ts +1 -2
- package/dist/components/input/input.d.ts +1 -1
- package/dist/components/kbd/kbd.d.ts +1 -1
- package/dist/components/kbd/utils.d.ts +1 -1
- package/dist/components/layout/footer.d.ts +1 -1
- package/dist/components/layout/header.d.ts +1 -1
- package/dist/components/layout/index.d.ts +1 -1
- package/dist/components/layout/layout.d.ts +1 -1
- package/dist/components/layout/main.d.ts +1 -1
- package/dist/components/layout/sider.d.ts +1 -1
- package/dist/components/loading/loading.d.ts +1 -1
- package/dist/components/menu/hooks.cjs +7 -7
- package/dist/components/menu/hooks.d.ts +1 -2
- package/dist/components/menu/hooks.mjs +8 -8
- package/dist/components/menu/item.d.ts +2 -3
- package/dist/components/message/hooks.d.ts +1 -1
- package/dist/components/message/messager.d.ts +1 -1
- package/dist/components/notification/holder.d.ts +1 -1
- package/dist/components/notification/hooks.d.ts +1 -1
- package/dist/components/notification/index.d.ts +1 -1
- package/dist/components/notification/notification.d.ts +1 -1
- package/dist/components/notification/notifier.d.ts +1 -1
- package/dist/components/number-input/number-input.d.ts +1 -1
- package/dist/components/otp-input/otp-input.d.ts +1 -1
- package/dist/components/pagination/pagination.cjs +1 -1
- package/dist/components/pagination/pagination.mjs +2 -2
- package/dist/components/picker/context.d.ts +1 -1
- package/dist/components/picker/picker.d.ts +1 -1
- package/dist/components/popconfirm/popconfirm.d.ts +1 -1
- package/dist/components/popover/hooks.d.ts +1 -1
- package/dist/components/popover/index.d.ts +1 -1
- package/dist/components/popover/popover.cjs +1 -1
- package/dist/components/popover/popover.d.ts +1 -1
- package/dist/components/popover/popover.mjs +1 -1
- package/dist/components/popper/dropdown.cjs +44 -22
- package/dist/components/popper/dropdown.d.ts +2 -2
- package/dist/components/popper/dropdown.mjs +46 -24
- package/dist/components/popper/hooks.cjs +88 -89
- package/dist/components/popper/hooks.d.ts +8 -14
- package/dist/components/popper/hooks.mjs +91 -91
- package/dist/components/popper/index.d.ts +0 -2
- package/dist/components/popper/popper.d.ts +1 -1
- package/dist/components/portal/portal.d.ts +1 -1
- package/dist/components/progress/circular.d.ts +1 -1
- package/dist/components/progress/linear.d.ts +1 -1
- package/dist/components/progress/progress.d.ts +1 -1
- package/dist/components/quote/quote.d.ts +1 -1
- package/dist/components/radio/context.d.ts +1 -1
- package/dist/components/radio/group.d.ts +1 -1
- package/dist/components/radio/index.d.ts +1 -1
- package/dist/components/radio/radio.d.ts +1 -1
- package/dist/components/rate/hooks.d.ts +1 -1
- package/dist/components/rate/rate.d.ts +1 -1
- package/dist/components/rate/star.d.ts +1 -1
- package/dist/components/rich-text-editor/dropdown.cjs +1 -1
- package/dist/components/rich-text-editor/dropdown.d.ts +1 -1
- package/dist/components/rich-text-editor/dropdown.mjs +1 -1
- package/dist/components/rich-text-editor/index.cjs +20 -2
- package/dist/components/rich-text-editor/index.d.ts +1 -1
- package/dist/components/rich-text-editor/index.mjs +20 -2
- package/dist/components/rich-text-editor/plugins/controlled-state/index.cjs +1 -2
- package/dist/components/rich-text-editor/plugins/controlled-state/index.d.ts +1 -1
- package/dist/components/rich-text-editor/plugins/controlled-state/index.mjs +1 -2
- package/dist/components/rich-text-editor/plugins/markdown-shortcut/index.cjs +5 -4
- package/dist/components/rich-text-editor/plugins/markdown-shortcut/index.d.ts +3 -3
- package/dist/components/rich-text-editor/plugins/markdown-shortcut/index.mjs +3 -4
- package/dist/components/rich-text-editor/rich-text-editor.cjs +13 -10
- package/dist/components/rich-text-editor/rich-text-editor.d.ts +1 -1
- package/dist/components/rich-text-editor/rich-text-editor.mjs +12 -9
- package/dist/components/ripple/hooks.d.ts +1 -1
- package/dist/components/ripple/ripple.d.ts +1 -1
- package/dist/components/select/hooks.d.ts +1 -1
- package/dist/components/select/select.cjs +4 -1
- package/dist/components/select/select.mjs +5 -2
- package/dist/components/select/selections.d.ts +1 -1
- package/dist/components/select/selector.d.ts +1 -1
- package/dist/components/select/utils.cjs +1 -3
- package/dist/components/select/utils.d.ts +2 -2
- package/dist/components/select/utils.mjs +2 -4
- package/dist/components/skeleton/skeleton.cjs +20 -46
- package/dist/components/skeleton/skeleton.d.ts +2 -2
- package/dist/components/skeleton/skeleton.mjs +20 -46
- package/dist/components/space/space.d.ts +1 -1
- package/dist/components/steps/context.d.ts +1 -1
- package/dist/components/steps/item.d.ts +1 -1
- package/dist/components/steps/steps.d.ts +1 -1
- package/dist/components/switch/switch.cjs +9 -8
- package/dist/components/switch/switch.d.ts +1 -1
- package/dist/components/switch/switch.mjs +9 -8
- package/dist/components/table/body.cjs +3 -1
- package/dist/components/table/body.mjs +3 -1
- package/dist/components/tabs/context.d.ts +1 -1
- package/dist/components/tabs/hooks.d.ts +2 -2
- package/dist/components/tabs/navigation.d.ts +1 -1
- package/dist/components/tabs/panels.d.ts +1 -1
- package/dist/components/tabs/tab.d.ts +1 -1
- package/dist/components/tabs/tabs.d.ts +1 -1
- package/dist/components/tag/tag.d.ts +1 -1
- package/dist/components/theme/hooks.cjs +6 -6
- package/dist/components/theme/hooks.d.ts +1 -1
- package/dist/components/theme/hooks.mjs +6 -6
- package/dist/components/theme/theme-provider.cjs +12 -6
- package/dist/components/theme/theme-provider.d.ts +2 -2
- package/dist/components/theme/theme-provider.mjs +12 -6
- package/dist/components/theme/tokens.stylex.cjs +7 -0
- package/dist/components/theme/tokens.stylex.d.ts +8 -6
- package/dist/components/theme/tokens.stylex.mjs +7 -1
- package/dist/components/time-picker/hooks.d.ts +1 -1
- package/dist/components/time-picker/panel.d.ts +1 -1
- package/dist/components/time-picker/time-picker.d.ts +1 -1
- package/dist/components/timeline/context.d.ts +1 -1
- package/dist/components/timeline/item.d.ts +1 -1
- package/dist/components/timeline/timeline.d.ts +1 -1
- package/dist/components/tooltip/tooltip.d.ts +1 -1
- package/dist/components/transfer/context.d.ts +1 -1
- package/dist/components/transfer/hooks.d.ts +1 -1
- package/dist/components/transfer/item.d.ts +1 -1
- package/dist/components/transfer/list.d.ts +1 -1
- package/dist/components/transfer/transfer.d.ts +1 -1
- package/dist/components/upload/upload.cjs +31 -6
- package/dist/components/upload/upload.d.ts +2 -2
- package/dist/components/upload/upload.mjs +31 -6
- package/dist/components/upload/uploadeds.cjs +119 -55
- package/dist/components/upload/uploadeds.d.ts +1 -1
- package/dist/components/upload/uploadeds.mjs +121 -57
- package/dist/components/upload/utils.cjs +9 -0
- package/dist/components/upload/utils.d.ts +6 -0
- package/dist/components/upload/utils.mjs +9 -0
- package/dist/components/visually-hidden/visually-hidden.d.ts +1 -1
- package/dist/components/waterfall/sequential.d.ts +1 -1
- package/dist/components/waterfall/waterfall.d.ts +1 -1
- package/dist/components/watermark/hooks.d.ts +1 -1
- package/dist/components/watermark/watermark.d.ts +1 -1
- package/dist/hooks/use-class-names.d.ts +8 -1
- package/dist/hooks/use-closable.cjs +0 -8
- package/dist/hooks/use-closable.mjs +0 -8
- package/dist/hooks/use-container.d.ts +1 -1
- package/dist/hooks/use-lazy-boolean.cjs +2 -2
- package/dist/hooks/use-lazy-boolean.mjs +2 -2
- package/dist/index.cjs +4 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +2 -1
- package/dist/locale/context.d.ts +1 -1
- package/dist/locale/locales/en_US.cjs +5 -1
- package/dist/locale/locales/en_US.mjs +5 -1
- package/dist/locale/locales/zh_CN.cjs +5 -1
- package/dist/locale/locales/zh_CN.mjs +5 -1
- package/dist/locale/use-locale.d.ts +1 -1
- package/dist/styles.css +23 -12
- package/dist/{components/clock/types.d.ts → types/clock.d.ts} +1 -5
- package/dist/{components/config/types.d.ts → types/config.d.ts} +2 -2
- package/dist/{components/countdown/types.d.ts → types/countdown.d.ts} +3 -3
- package/dist/{components/date-picker/types.d.ts → types/date-picker.d.ts} +1 -1
- package/dist/{components/dialog/types.d.ts → types/dialog.d.ts} +2 -2
- package/dist/{components/divider/types.d.ts → types/divider.d.ts} +1 -1
- package/dist/{components/drawer/types.d.ts → types/drawer.d.ts} +6 -1
- package/dist/types/element.d.ts +1 -56
- package/dist/{components/floating-action-button/types.d.ts → types/fab.d.ts} +3 -3
- package/dist/types/form.d.ts +39 -1
- package/dist/{components/grid/types.d.ts → types/grid.d.ts} +1 -1
- package/dist/{components/i18n-button/types.d.ts → types/i18n-button.d.ts} +3 -2
- package/dist/types/locale.d.ts +6 -0
- package/dist/types/menu.d.ts +9 -4
- package/dist/{components/message/types.d.ts → types/message.d.ts} +1 -1
- package/dist/{components/popconfirm/types.d.ts → types/popconfirm.d.ts} +2 -2
- package/dist/{components/popper/types.d.ts → types/popper.d.ts} +2 -2
- package/dist/{components/quote/types.d.ts → types/quote.d.ts} +1 -1
- package/dist/{components/radio/types.d.ts → types/radio.d.ts} +1 -1
- package/dist/types/rich-text-editor.d.ts +2 -1
- package/dist/types/skeleton.d.ts +12 -0
- package/dist/{components/space/types.d.ts → types/space.d.ts} +1 -1
- package/dist/{components/theme/types.d.ts → types/theme.d.ts} +1 -1
- package/dist/types/tour.d.ts +1 -1
- package/dist/types/tree.d.ts +7 -2
- package/dist/{components/upload/types.d.ts → types/upload.d.ts} +59 -22
- package/dist/{components/waterfall/types.d.ts → types/waterfall.d.ts} +3 -3
- package/dist/utils/class-name.cjs +10 -1
- package/dist/utils/class-name.d.ts +24 -3
- package/dist/utils/class-name.mjs +11 -2
- package/dist/utils/colors.d.ts +1 -1
- package/dist/utils/component-token.cjs +2 -0
- package/dist/utils/component-token.d.ts +3 -1
- package/dist/utils/component-token.mjs +2 -0
- package/dist/utils/date.cjs +13 -0
- package/dist/utils/date.d.ts +6 -0
- package/dist/utils/date.mjs +13 -0
- package/package.json +25 -25
- package/dist/components/clock/hooks.cjs +0 -12
- package/dist/components/clock/hooks.d.ts +0 -2
- package/dist/components/clock/hooks.mjs +0 -12
- package/dist/components/clock/types.cjs +0 -6
- package/dist/components/clock/types.mjs +0 -8
- package/dist/components/floating-action-button/floating-action-button.d.ts +0 -4
- package/dist/components/floating-action-button/index.d.ts +0 -2
- package/dist/components/icon/icons/three-dimension-rotation.d.ts +0 -3
- package/dist/components/skeleton/types.d.ts +0 -19
- package/dist/utils/layer.cjs +0 -23
- package/dist/utils/layer.d.ts +0 -7
- package/dist/utils/layer.mjs +0 -23
- /package/dist/components/{floating-action-button → fab}/floatable.cjs +0 -0
- /package/dist/components/{floating-action-button → fab}/floatable.mjs +0 -0
- /package/dist/{components/avatar/types.d.ts → types/avatar.d.ts} +0 -0
- /package/dist/{components/badge/types.d.ts → types/badge.d.ts} +0 -0
- /package/dist/{components/breadcrumb/types.d.ts → types/breadcrumb.d.ts} +0 -0
- /package/dist/{components/button/types.d.ts → types/button.d.ts} +0 -0
- /package/dist/{components/calendar/types.d.ts → types/calendar.d.ts} +0 -0
- /package/dist/{components/cascader/types.d.ts → types/cascader.d.ts} +0 -0
- /package/dist/{components/checkbox/types.d.ts → types/checkbox.d.ts} +0 -0
- /package/dist/{components/collapse/types.d.ts → types/collapse.d.ts} +0 -0
- /package/dist/{components/date-range-picker/types.d.ts → types/date-range-picker.d.ts} +0 -0
- /package/dist/{components/highlight/types.d.ts → types/highlight.d.ts} +0 -0
- /package/dist/{components/icon/types.d.ts → types/icon.d.ts} +0 -0
- /package/dist/{components/image/types.d.ts → types/image.d.ts} +0 -0
- /package/dist/{components/input/types.d.ts → types/input.d.ts} +0 -0
- /package/dist/{components/kbd/types.d.ts → types/kbd.d.ts} +0 -0
- /package/dist/{components/layout/types.d.ts → types/layout.d.ts} +0 -0
- /package/dist/{components/loading/types.d.ts → types/loading.d.ts} +0 -0
- /package/dist/{components/notification/types.d.ts → types/notification.d.ts} +0 -0
- /package/dist/{components/number-input/types.d.ts → types/number-input.d.ts} +0 -0
- /package/dist/{components/otp-input/types.d.ts → types/otp-input.d.ts} +0 -0
- /package/dist/{components/popover/types.d.ts → types/popover.d.ts} +0 -0
- /package/dist/{components/portal/types.d.ts → types/portal.d.ts} +0 -0
- /package/dist/{components/progress/types.d.ts → types/progress.d.ts} +0 -0
- /package/dist/{components/rate/types.d.ts → types/rate.d.ts} +0 -0
- /package/dist/{components/ripple/types.d.ts → types/ripple.d.ts} +0 -0
- /package/dist/{components/steps/types.d.ts → types/steps.d.ts} +0 -0
- /package/dist/{components/switch/types.d.ts → types/switch.d.ts} +0 -0
- /package/dist/{components/tabs/types.d.ts → types/tabs.d.ts} +0 -0
- /package/dist/{components/tag/types.d.ts → types/tag.d.ts} +0 -0
- /package/dist/{components/time-picker/types.d.ts → types/time-picker.d.ts} +0 -0
- /package/dist/{components/timeline/types.d.ts → types/timeline.d.ts} +0 -0
- /package/dist/{components/tooltip/types.d.ts → types/tooltip.d.ts} +0 -0
- /package/dist/{components/transfer/types.d.ts → types/transfer.d.ts} +0 -0
- /package/dist/{components/visually-hidden/types.d.ts → types/visually-hidden.d.ts} +0 -0
- /package/dist/{components/watermark/types.d.ts → types/watermark.d.ts} +0 -0
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
2
|
+
import dayjs from 'dayjs';
|
|
3
|
+
import React, { useMemo } from 'react';
|
|
4
|
+
import _stylex from '../../node_modules/.pnpm/@stylexjs_stylex@0.7.5/node_modules/@stylexjs/stylex/lib/es/stylex.mjs';
|
|
5
|
+
import { useTheme } from '../theme/hooks.mjs';
|
|
6
|
+
import { typography } from '../theme/theme.mjs';
|
|
7
|
+
import Tooltip from '../tooltip/tooltip.mjs';
|
|
8
|
+
import { min } from '@aiszlab/relax';
|
|
9
|
+
import { firstSundayInMonth } from '../../utils/date.mjs';
|
|
10
|
+
|
|
11
|
+
var styles = {
|
|
12
|
+
calendar: {
|
|
13
|
+
variables: function variables(props) {
|
|
14
|
+
return [{
|
|
15
|
+
"--cell-size": "musaex-1erll0c",
|
|
16
|
+
"--cell-color": "musaex-1utc1yc",
|
|
17
|
+
$$css: true
|
|
18
|
+
}, {
|
|
19
|
+
"----cell-color": props.color != null ? props.color : "initial"
|
|
20
|
+
}];
|
|
21
|
+
},
|
|
22
|
+
"default": {
|
|
23
|
+
borderCollapse: "musaex-1vathgz",
|
|
24
|
+
borderSpacing: "musaex-g5hwcv",
|
|
25
|
+
$$css: true
|
|
26
|
+
},
|
|
27
|
+
scrollable: {
|
|
28
|
+
maxWidth: "musaex-193iq5w",
|
|
29
|
+
overflow: "musaex-ysyzu8",
|
|
30
|
+
overflowX: null,
|
|
31
|
+
overflowY: null,
|
|
32
|
+
$$css: true
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
cell: {
|
|
36
|
+
"default": {
|
|
37
|
+
minWidth: "musaex-1q6qbx2",
|
|
38
|
+
minHeight: "musaex-189dakb",
|
|
39
|
+
padding: "musaex-1717udv",
|
|
40
|
+
paddingInline: null,
|
|
41
|
+
paddingStart: null,
|
|
42
|
+
paddingLeft: null,
|
|
43
|
+
paddingEnd: null,
|
|
44
|
+
paddingRight: null,
|
|
45
|
+
paddingBlock: null,
|
|
46
|
+
paddingTop: null,
|
|
47
|
+
paddingBottom: null,
|
|
48
|
+
borderRadius: "musaex-llun4g",
|
|
49
|
+
borderStartStartRadius: null,
|
|
50
|
+
borderStartEndRadius: null,
|
|
51
|
+
borderEndStartRadius: null,
|
|
52
|
+
borderEndEndRadius: null,
|
|
53
|
+
borderTopLeftRadius: null,
|
|
54
|
+
borderTopRightRadius: null,
|
|
55
|
+
borderBottomLeftRadius: null,
|
|
56
|
+
borderBottomRightRadius: null,
|
|
57
|
+
cursor: "musaex-1ypdohk",
|
|
58
|
+
backgroundColor: "musaex-1204rnj",
|
|
59
|
+
$$css: true
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
weekday: {
|
|
63
|
+
cell: {
|
|
64
|
+
padding: "musaex-1717udv",
|
|
65
|
+
paddingInline: null,
|
|
66
|
+
paddingStart: null,
|
|
67
|
+
paddingLeft: null,
|
|
68
|
+
paddingEnd: null,
|
|
69
|
+
paddingRight: null,
|
|
70
|
+
paddingBlock: null,
|
|
71
|
+
paddingTop: null,
|
|
72
|
+
paddingBottom: null,
|
|
73
|
+
$$css: true
|
|
74
|
+
},
|
|
75
|
+
"default": {
|
|
76
|
+
height: "musaex-sahybl",
|
|
77
|
+
overflow: "musaex-1rea2x4",
|
|
78
|
+
overflowX: null,
|
|
79
|
+
overflowY: null,
|
|
80
|
+
display: "musaex-78zum5",
|
|
81
|
+
alignItems: "musaex-6s0dn4",
|
|
82
|
+
$$css: true
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
month: {
|
|
86
|
+
cell: {
|
|
87
|
+
padding: "musaex-1717udv",
|
|
88
|
+
paddingInline: null,
|
|
89
|
+
paddingStart: null,
|
|
90
|
+
paddingLeft: null,
|
|
91
|
+
paddingEnd: null,
|
|
92
|
+
paddingRight: null,
|
|
93
|
+
paddingBlock: null,
|
|
94
|
+
paddingTop: null,
|
|
95
|
+
paddingBottom: null,
|
|
96
|
+
position: "musaex-1n2onr6",
|
|
97
|
+
$$css: true
|
|
98
|
+
},
|
|
99
|
+
leading: {
|
|
100
|
+
visibility: "musaex-lshs6z",
|
|
101
|
+
$$css: true
|
|
102
|
+
},
|
|
103
|
+
"default": {
|
|
104
|
+
position: "musaex-10l6tqk",
|
|
105
|
+
top: "musaex-13vifvy",
|
|
106
|
+
insetInlineStart: "musaex-1o0tod",
|
|
107
|
+
left: null,
|
|
108
|
+
right: null,
|
|
109
|
+
$$css: true
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
};
|
|
113
|
+
/**
|
|
114
|
+
* @description
|
|
115
|
+
* contribution calendar
|
|
116
|
+
* inspired by github
|
|
117
|
+
*/
|
|
118
|
+
var ContributionCalendar = function ContributionCalendar(_ref) {
|
|
119
|
+
var year = _ref.year;
|
|
120
|
+
_ref.gaps;
|
|
121
|
+
var _ref$dataSource = _ref.dataSource,
|
|
122
|
+
dataSource = _ref$dataSource === void 0 ? [] : _ref$dataSource;
|
|
123
|
+
var theme = useTheme();
|
|
124
|
+
var _useMemo = useMemo(function () {
|
|
125
|
+
var _to = min([dayjs().subtract(1, "day"), dayjs("".concat(year, "-12-31"))], function (_value) {
|
|
126
|
+
return _value.valueOf();
|
|
127
|
+
});
|
|
128
|
+
var _from = _to.subtract(1, "year").add(1, "day");
|
|
129
|
+
return [_from, _to];
|
|
130
|
+
}, [year]),
|
|
131
|
+
_useMemo2 = _slicedToArray(_useMemo, 2),
|
|
132
|
+
from = _useMemo2[0],
|
|
133
|
+
to = _useMemo2[1];
|
|
134
|
+
var _useMemo3 = useMemo(function () {
|
|
135
|
+
return [from.startOf("week"), to.endOf("week")];
|
|
136
|
+
}, [from, to]),
|
|
137
|
+
_useMemo4 = _slicedToArray(_useMemo3, 2),
|
|
138
|
+
start = _useMemo4[0],
|
|
139
|
+
end = _useMemo4[1];
|
|
140
|
+
var columns = useMemo(function () {
|
|
141
|
+
return end.diff(start, "week") + 1;
|
|
142
|
+
}, [start, end]);
|
|
143
|
+
var months = useMemo(function () {
|
|
144
|
+
return Array.from({
|
|
145
|
+
length: 13
|
|
146
|
+
}).reduce(function (prev, _, monthAt) {
|
|
147
|
+
var _month = from.clone().add(monthAt, "month");
|
|
148
|
+
var _from = monthAt > 0 ? firstSundayInMonth(_month) : _month.startOf("month");
|
|
149
|
+
var _to = _from.clone().endOf("month");
|
|
150
|
+
prev.push({
|
|
151
|
+
start: Math.max(_from.diff(start, "week"), 0),
|
|
152
|
+
end: Math.min(_to.diff(start, "week") + 1, columns),
|
|
153
|
+
month: _from.format("MMM")
|
|
154
|
+
});
|
|
155
|
+
return prev;
|
|
156
|
+
}, []);
|
|
157
|
+
}, [from, start, columns]);
|
|
158
|
+
var heats = useMemo(function () {
|
|
159
|
+
return dataSource.reduce(function (prev, _ref2) {
|
|
160
|
+
var _ref3 = _slicedToArray(_ref2, 2),
|
|
161
|
+
date = _ref3[0],
|
|
162
|
+
count = _ref3[1];
|
|
163
|
+
return prev.set(date, count);
|
|
164
|
+
}, new Map());
|
|
165
|
+
}, [dataSource]);
|
|
166
|
+
var styled = {
|
|
167
|
+
scrollable: _stylex.props(styles.calendar.scrollable),
|
|
168
|
+
calendar: _stylex.props(styles.calendar.variables({
|
|
169
|
+
color: theme.colors.primary
|
|
170
|
+
}), styles.calendar["default"]),
|
|
171
|
+
cell: _stylex.props(styles.cell["default"]),
|
|
172
|
+
weekday: {
|
|
173
|
+
cell: _stylex.props(styles.weekday.cell, typography.body.small),
|
|
174
|
+
"default": _stylex.props(styles.weekday["default"])
|
|
175
|
+
},
|
|
176
|
+
month: {
|
|
177
|
+
cell: _stylex.props(styles.month.cell, typography.body.small),
|
|
178
|
+
"default": _stylex.props(styles.month["default"]),
|
|
179
|
+
leading: _stylex.props(styles.month.cell, typography.body.small, styles.month.leading)
|
|
180
|
+
}
|
|
181
|
+
};
|
|
182
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
183
|
+
className: styled.scrollable.className,
|
|
184
|
+
style: styled.scrollable.style
|
|
185
|
+
}, /*#__PURE__*/React.createElement("table", {
|
|
186
|
+
className: styled.calendar.className,
|
|
187
|
+
style: styled.calendar.style
|
|
188
|
+
}, /*#__PURE__*/React.createElement("thead", null, /*#__PURE__*/React.createElement("tr", null, /*#__PURE__*/React.createElement("th", {
|
|
189
|
+
className: styled.month.leading.className,
|
|
190
|
+
style: styled.month.leading.style
|
|
191
|
+
}, "W/M"), months.map(function (_ref4, _key, _months) {
|
|
192
|
+
var start = _ref4.start,
|
|
193
|
+
end = _ref4.end,
|
|
194
|
+
month = _ref4.month;
|
|
195
|
+
var colSpan = end - start;
|
|
196
|
+
if (colSpan === 0) return null;
|
|
197
|
+
// render headers
|
|
198
|
+
// if col span is less than 2, skip render label
|
|
199
|
+
// ISSUE: if leading month has rendered, the trailing month will be rendered twice
|
|
200
|
+
var skip = colSpan < 2 || _months.length - 1 === _key && _months[0].end - _months[0].start >= 2;
|
|
201
|
+
return /*#__PURE__*/React.createElement("th", {
|
|
202
|
+
key: _key,
|
|
203
|
+
colSpan: colSpan,
|
|
204
|
+
className: styled.month.cell.className,
|
|
205
|
+
style: styled.month.cell.style
|
|
206
|
+
}, !skip && (/*#__PURE__*/React.createElement("div", {
|
|
207
|
+
className: styled.month["default"].className,
|
|
208
|
+
style: styled.month["default"].style
|
|
209
|
+
}, month)));
|
|
210
|
+
}))), /*#__PURE__*/React.createElement("tbody", null, Array.from({
|
|
211
|
+
length: 7
|
|
212
|
+
}).map(function (_, weekday) {
|
|
213
|
+
return /*#__PURE__*/React.createElement("tr", {
|
|
214
|
+
key: weekday
|
|
215
|
+
}, /*#__PURE__*/React.createElement("td", {
|
|
216
|
+
className: styled.weekday.cell.className,
|
|
217
|
+
style: styled.weekday.cell.style
|
|
218
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
219
|
+
className: styled.weekday["default"].className,
|
|
220
|
+
style: styled.weekday["default"].style
|
|
221
|
+
}, [1, 3, 5].includes(weekday) && (/*#__PURE__*/React.createElement("span", null, dayjs().day(weekday).format("ddd"))))), Array.from({
|
|
222
|
+
length: columns
|
|
223
|
+
}).map(function (_, column) {
|
|
224
|
+
var gap = column * 7 + weekday;
|
|
225
|
+
var _at = start.add(gap, "day");
|
|
226
|
+
if (column === 0 && !_at.isAfter(from)) {
|
|
227
|
+
return /*#__PURE__*/React.createElement("td", {
|
|
228
|
+
key: column
|
|
229
|
+
});
|
|
230
|
+
}
|
|
231
|
+
if (column === columns - 1 && _at.isAfter(to)) {
|
|
232
|
+
return /*#__PURE__*/React.createElement("td", {
|
|
233
|
+
key: column
|
|
234
|
+
});
|
|
235
|
+
}
|
|
236
|
+
var date = _at.format("YYYY-MM-DD");
|
|
237
|
+
var count = heats.get(date);
|
|
238
|
+
return /*#__PURE__*/React.createElement(Tooltip, {
|
|
239
|
+
key: column,
|
|
240
|
+
title: "".concat(count, " contributions at ").concat(_at.format("YYYY-MM-DD"))
|
|
241
|
+
}, /*#__PURE__*/React.createElement("td", {
|
|
242
|
+
className: styled.cell.className,
|
|
243
|
+
style: styled.cell.style
|
|
244
|
+
}));
|
|
245
|
+
}));
|
|
246
|
+
}))));
|
|
247
|
+
};
|
|
248
|
+
|
|
249
|
+
export { ContributionCalendar as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import dayjs, { type Dayjs } from "dayjs";
|
|
2
2
|
import React from "react";
|
|
3
3
|
import { Timespan } from "../../utils/timespan";
|
|
4
|
-
import type { CalendarProps } from "
|
|
4
|
+
import type { CalendarProps } from "musae/types/calendar";
|
|
5
5
|
/**
|
|
6
6
|
* @description
|
|
7
7
|
* head cells
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import Calendar from "./calendar";
|
|
2
|
-
import
|
|
3
|
-
export { Calendar,
|
|
2
|
+
import ContributionCalendar from "./contribution";
|
|
3
|
+
export { Calendar, ContributionCalendar };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import type { CascaderProps } from "
|
|
2
|
+
import type { CascaderProps } from "musae/types/cascader";
|
|
3
3
|
declare const Cascader: ({ mode, separator, options, complex, ...props }: CascaderProps) => React.JSX.Element;
|
|
4
4
|
export default Cascader;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type Dispatch, type SetStateAction } from "react";
|
|
2
2
|
import type { MenuItem } from "musae/types/menu";
|
|
3
|
-
import type { CascaderProps, ReadableOptions, ReadablePaths } from "
|
|
3
|
+
import type { CascaderProps, ReadableOptions, ReadablePaths } from "musae/types/cascader";
|
|
4
4
|
import type { Option } from "musae/types/option";
|
|
5
5
|
/**
|
|
6
6
|
* @description
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { KeyOrOption, Optionable, ReadBy, ReadableOption, ReadableOptions, ReadablePaths, Value, ValueOrValues } from "
|
|
1
|
+
import type { KeyOrOption, Optionable, ReadBy, ReadableOption, ReadableOptions, ReadablePaths, Value, ValueOrValues } from "musae/types/cascader";
|
|
2
2
|
import type { MenuItem } from "musae/types/menu";
|
|
3
3
|
/**
|
|
4
4
|
* @description
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import type { CheckboxProps } from "
|
|
2
|
+
import type { CheckboxProps } from "musae/types/checkbox";
|
|
3
3
|
import styles from "./styles";
|
|
4
4
|
declare const Checkbox: ({ value, className, style, children, onChange, disabled, checked, }: CheckboxProps) => React.JSX.Element;
|
|
5
5
|
export default Checkbox;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import type { CheckboxGroupProps } from "
|
|
2
|
+
import type { CheckboxGroupProps } from "musae/types/checkbox";
|
|
3
3
|
declare const Group: ({ value: controlledValue, children, onChange, disabled, }: CheckboxGroupProps) => React.JSX.Element;
|
|
4
4
|
export default Group;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import styles from "./styles";
|
|
2
|
-
export declare const Checkbox: (({ value, className, style, children, onChange, disabled, checked, }: import("
|
|
3
|
-
Group: ({ value: controlledValue, children, onChange, disabled, }: import("
|
|
2
|
+
export declare const Checkbox: (({ value, className, style, children, onChange, disabled, checked, }: import("../../types/checkbox").CheckboxProps) => import("react").JSX.Element) & {
|
|
3
|
+
Group: ({ value: controlledValue, children, onChange, disabled, }: import("../../types/checkbox").CheckboxGroupProps) => import("react").JSX.Element;
|
|
4
4
|
};
|
|
5
5
|
export { styles };
|
|
@@ -7,7 +7,7 @@ declare const styles: {
|
|
|
7
7
|
readonly userSelect: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"userSelect", "none">;
|
|
8
8
|
}>;
|
|
9
9
|
readonly disabled: Readonly<{
|
|
10
|
-
readonly opacity: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"opacity",
|
|
10
|
+
readonly opacity: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"opacity", number>;
|
|
11
11
|
readonly cursor: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"cursor", "not-allowed">;
|
|
12
12
|
}>;
|
|
13
13
|
readonly variables: (props: {
|
|
@@ -5,7 +5,6 @@ var _objectSpread = require('@babel/runtime/helpers/objectSpread2');
|
|
|
5
5
|
var React = require('react');
|
|
6
6
|
var useClassNames = require('../../hooks/use-class-names.cjs');
|
|
7
7
|
var className = require('../../utils/class-name.cjs');
|
|
8
|
-
var types = require('./types.cjs');
|
|
9
8
|
var column = require('./column.cjs');
|
|
10
9
|
var relax = require('@aiszlab/relax');
|
|
11
10
|
var divider = require('../divider/divider.cjs');
|
|
@@ -18,7 +17,7 @@ var Clock = function Clock(_ref) {
|
|
|
18
17
|
var styled = {
|
|
19
18
|
className: "musaex-78zum5 musaex-1m3v4wt musaex-13bbkc7"
|
|
20
19
|
};
|
|
21
|
-
var columns = [
|
|
20
|
+
var columns = ["hour", "minute", "second"];
|
|
22
21
|
return /*#__PURE__*/React.createElement("div", {
|
|
23
22
|
className: relax.clsx(classNames[className.ClockClassToken.Clock], styled.className),
|
|
24
23
|
style: styled.style
|
|
@@ -3,7 +3,6 @@ import _objectSpread from '@babel/runtime/helpers/objectSpread2';
|
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { useClassNames } from '../../hooks/use-class-names.mjs';
|
|
5
5
|
import { ClockClassToken } from '../../utils/class-name.mjs';
|
|
6
|
-
import { TimeUnit } from './types.mjs';
|
|
7
6
|
import Column from './column.mjs';
|
|
8
7
|
import { clsx } from '@aiszlab/relax';
|
|
9
8
|
import Divider from '../divider/divider.mjs';
|
|
@@ -16,7 +15,7 @@ var Clock = function Clock(_ref) {
|
|
|
16
15
|
var styled = {
|
|
17
16
|
className: "musaex-78zum5 musaex-1m3v4wt musaex-13bbkc7"
|
|
18
17
|
};
|
|
19
|
-
var columns = [
|
|
18
|
+
var columns = ["hour", "minute", "second"];
|
|
20
19
|
return /*#__PURE__*/React.createElement("div", {
|
|
21
20
|
className: clsx(classNames[ClockClassToken.Clock], styled.className),
|
|
22
21
|
style: styled.style
|
|
@@ -1,16 +1,20 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
3
|
var React = require('react');
|
|
4
|
-
var hooks = require('./hooks.cjs');
|
|
5
4
|
var menu = require('../menu/menu.cjs');
|
|
6
5
|
var useClassNames = require('../../hooks/use-class-names.cjs');
|
|
7
6
|
var className = require('../../utils/class-name.cjs');
|
|
8
7
|
var relax = require('@aiszlab/relax');
|
|
9
8
|
var stylex = require('../../node_modules/.pnpm/@stylexjs_stylex@0.7.5/node_modules/@stylexjs/stylex/lib/es/stylex.cjs');
|
|
10
|
-
var hooks
|
|
9
|
+
var hooks = require('../theme/hooks.cjs');
|
|
11
10
|
var colors = require('../../utils/colors.cjs');
|
|
12
11
|
var componentToken = require('../../utils/component-token.cjs');
|
|
13
12
|
|
|
13
|
+
var UNITS = {
|
|
14
|
+
hour: 24,
|
|
15
|
+
minute: 60,
|
|
16
|
+
second: 60
|
|
17
|
+
};
|
|
14
18
|
var styles = {
|
|
15
19
|
menu: function menu(props) {
|
|
16
20
|
return [{
|
|
@@ -42,10 +46,10 @@ var Column = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
42
46
|
var unit = _ref.unit,
|
|
43
47
|
value = _ref.value,
|
|
44
48
|
onChange = _ref.onChange;
|
|
45
|
-
var timeUnit =
|
|
49
|
+
var timeUnit = UNITS[unit];
|
|
46
50
|
var classNames = useClassNames.useClassNames(componentToken.ComponentToken.Clock);
|
|
47
51
|
var menuRef = React.useRef(null);
|
|
48
|
-
var theme = hooks
|
|
52
|
+
var theme = hooks.useTheme();
|
|
49
53
|
var onClick = React.useCallback(function (key) {
|
|
50
54
|
var _menuRef$current;
|
|
51
55
|
onChange === null || onChange === void 0 || onChange(key);
|
|
@@ -59,10 +63,6 @@ var Column = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
59
63
|
if (relax.isVoid(value)) return;
|
|
60
64
|
(_menuRef$current2 = menuRef.current) === null || _menuRef$current2 === void 0 || _menuRef$current2.scrollTo(value || 0, 100);
|
|
61
65
|
}, [value]);
|
|
62
|
-
var selectedKeys = React.useMemo(function () {
|
|
63
|
-
if (relax.isVoid(value)) return void 0;
|
|
64
|
-
return [value];
|
|
65
|
-
}, [value]);
|
|
66
66
|
var styled = {
|
|
67
67
|
menu: stylex.default.props(styles.menu({
|
|
68
68
|
scrollbarThumbColor: theme.colors[colors.ColorToken.Secondary],
|
|
@@ -73,7 +73,7 @@ var Column = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
73
73
|
}
|
|
74
74
|
};
|
|
75
75
|
return /*#__PURE__*/React.createElement(menu.default, {
|
|
76
|
-
selectedKeys:
|
|
76
|
+
selectedKeys: value,
|
|
77
77
|
ref: menuRef,
|
|
78
78
|
className: relax.clsx(styled.menu.className, classNames[className.ClockClassToken.Column]),
|
|
79
79
|
style: styled.menu.style,
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import React, { forwardRef, useRef, useCallback, useImperativeHandle, useEffect
|
|
2
|
-
import { useTimeUnit } from './hooks.mjs';
|
|
1
|
+
import React, { forwardRef, useRef, useCallback, useImperativeHandle, useEffect } from 'react';
|
|
3
2
|
import Menu from '../menu/menu.mjs';
|
|
4
3
|
import { useClassNames } from '../../hooks/use-class-names.mjs';
|
|
5
4
|
import { ClockClassToken } from '../../utils/class-name.mjs';
|
|
@@ -9,6 +8,11 @@ import { useTheme } from '../theme/hooks.mjs';
|
|
|
9
8
|
import { ColorToken } from '../../utils/colors.mjs';
|
|
10
9
|
import { ComponentToken } from '../../utils/component-token.mjs';
|
|
11
10
|
|
|
11
|
+
var UNITS = {
|
|
12
|
+
hour: 24,
|
|
13
|
+
minute: 60,
|
|
14
|
+
second: 60
|
|
15
|
+
};
|
|
12
16
|
var styles = {
|
|
13
17
|
menu: function menu(props) {
|
|
14
18
|
return [{
|
|
@@ -40,7 +44,7 @@ var Column = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
40
44
|
var unit = _ref.unit,
|
|
41
45
|
value = _ref.value,
|
|
42
46
|
onChange = _ref.onChange;
|
|
43
|
-
var timeUnit =
|
|
47
|
+
var timeUnit = UNITS[unit];
|
|
44
48
|
var classNames = useClassNames(ComponentToken.Clock);
|
|
45
49
|
var menuRef = useRef(null);
|
|
46
50
|
var theme = useTheme();
|
|
@@ -57,10 +61,6 @@ var Column = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
57
61
|
if (isVoid(value)) return;
|
|
58
62
|
(_menuRef$current2 = menuRef.current) === null || _menuRef$current2 === void 0 || _menuRef$current2.scrollTo(value || 0, 100);
|
|
59
63
|
}, [value]);
|
|
60
|
-
var selectedKeys = useMemo(function () {
|
|
61
|
-
if (isVoid(value)) return void 0;
|
|
62
|
-
return [value];
|
|
63
|
-
}, [value]);
|
|
64
64
|
var styled = {
|
|
65
65
|
menu: _stylex.props(styles.menu({
|
|
66
66
|
scrollbarThumbColor: theme.colors[ColorToken.Secondary],
|
|
@@ -71,7 +71,7 @@ var Column = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
71
71
|
}
|
|
72
72
|
};
|
|
73
73
|
return /*#__PURE__*/React.createElement(Menu, {
|
|
74
|
-
selectedKeys:
|
|
74
|
+
selectedKeys: value,
|
|
75
75
|
ref: menuRef,
|
|
76
76
|
className: clsx(styled.menu.className, classNames[ClockClassToken.Column]),
|
|
77
77
|
style: styled.menu.style,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import type { CollapseProps } from "
|
|
2
|
+
import type { CollapseProps } from "musae/types/collapse";
|
|
3
3
|
declare const Collapse: ({ items, className, defaultActiveKey, activeKey, onChange, style, accordion, }: CollapseProps) => React.JSX.Element | null;
|
|
4
4
|
export default Collapse;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import type { CollapseItemProps } from "
|
|
2
|
+
import type { CollapseItemProps } from "musae/types/collapse";
|
|
3
3
|
declare const CollapseItem: ({ children, label, value }: CollapseItemProps) => React.JSX.Element;
|
|
4
4
|
export default CollapseItem;
|
|
@@ -6,7 +6,7 @@ var holder = require('../notification/holder.cjs');
|
|
|
6
6
|
var className = require('../../utils/class-name.cjs');
|
|
7
7
|
var context$1 = require('../../locale/context.cjs');
|
|
8
8
|
var zh_CN = require('../../locale/locales/zh_CN.cjs');
|
|
9
|
-
var
|
|
9
|
+
var relax = require('@aiszlab/relax');
|
|
10
10
|
|
|
11
11
|
var ConfigProvider = function ConfigProvider(_ref) {
|
|
12
12
|
var children = _ref.children,
|
|
@@ -18,7 +18,7 @@ var ConfigProvider = function ConfigProvider(_ref) {
|
|
|
18
18
|
return className.addPrefix(className.CLASS_NAMES, prefix);
|
|
19
19
|
}, [prefix]);
|
|
20
20
|
var locale = React.useMemo(function () {
|
|
21
|
-
return
|
|
21
|
+
return relax.merge(zh_CN.default, _locale !== null && _locale !== void 0 ? _locale : {});
|
|
22
22
|
}, [_locale]);
|
|
23
23
|
return /*#__PURE__*/React.createElement(context.default.Provider, {
|
|
24
24
|
value: {
|
|
@@ -4,7 +4,7 @@ import Holder from '../notification/holder.mjs';
|
|
|
4
4
|
import { DEFAULT_CLASS_NAMES, addPrefix, CLASS_NAMES } from '../../utils/class-name.mjs';
|
|
5
5
|
import { LocaleContext } from '../../locale/context.mjs';
|
|
6
6
|
import zh_CN from '../../locale/locales/zh_CN.mjs';
|
|
7
|
-
import
|
|
7
|
+
import { merge } from '@aiszlab/relax';
|
|
8
8
|
|
|
9
9
|
var ConfigProvider = function ConfigProvider(_ref) {
|
|
10
10
|
var children = _ref.children,
|
|
@@ -16,7 +16,7 @@ var ConfigProvider = function ConfigProvider(_ref) {
|
|
|
16
16
|
return addPrefix(CLASS_NAMES, prefix);
|
|
17
17
|
}, [prefix]);
|
|
18
18
|
var locale = useMemo(function () {
|
|
19
|
-
return
|
|
19
|
+
return merge(zh_CN, _locale !== null && _locale !== void 0 ? _locale : {});
|
|
20
20
|
}, [_locale]);
|
|
21
21
|
return /*#__PURE__*/React.createElement(Context.Provider, {
|
|
22
22
|
value: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import {
|
|
3
|
-
declare const Countdown: ({ count, children, interval: _interval, disabled, variant, color, shape, size, ripple, className, style, }:
|
|
2
|
+
import type { CountdownProps } from "musae/types/countdown";
|
|
3
|
+
declare const Countdown: ({ count, children, interval: _interval, disabled, variant, color, shape, size, ripple, className, style, }: CountdownProps) => React.JSX.Element;
|
|
4
4
|
export default Countdown;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { DateRangePickerProps } from "
|
|
2
|
+
import type { DateRangePickerProps } from "musae/types/date-range-picker";
|
|
3
3
|
declare const DateRangePicker: (props: DateRangePickerProps) => React.JSX.Element;
|
|
4
4
|
export default DateRangePicker;
|