@vef-framework/components 2.0.11 → 2.1.0
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/cjs/_base/constants/breakpoints.cjs +1 -1
- package/dist/cjs/_base/constants/common.cjs +1 -1
- package/dist/cjs/_base/constants/css-vars.cjs +1 -1
- package/dist/cjs/_base/constants/index.cjs +1 -1
- package/dist/cjs/_base/constants/theme.cjs +1 -0
- package/dist/cjs/_base/helpers/breakpoints.cjs +1 -1
- package/dist/cjs/_base/helpers/color.cjs +1 -1
- package/dist/cjs/_base/helpers/common.cjs +1 -1
- package/dist/cjs/_base/helpers/index.cjs +1 -1
- package/dist/cjs/_base/helpers/message.cjs +1 -1
- package/dist/cjs/_base/helpers/modal.cjs +1 -1
- package/dist/cjs/_base/helpers/notification.cjs +1 -1
- package/dist/cjs/_base/helpers/props.cjs +1 -1
- package/dist/cjs/_base/helpers/react.cjs +1 -1
- package/dist/cjs/_base/hooks/index.cjs +1 -1
- package/dist/cjs/_base/hooks/use-theme-tokens.cjs +1 -1
- package/dist/cjs/_base/index.cjs +1 -1
- package/dist/cjs/_base/styles/common.cjs +1 -1
- package/dist/cjs/_base/styles/index.cjs +0 -1
- package/dist/cjs/_base/types/breakpoints.cjs +0 -1
- package/dist/cjs/_base/types/common.cjs +0 -1
- package/dist/cjs/_base/types/index.cjs +0 -1
- package/dist/cjs/_internal/_rolldown/runtime.cjs +1 -0
- package/dist/cjs/action-button/index.cjs +1 -1
- package/dist/cjs/action-button/use-action-button.cjs +1 -1
- package/dist/cjs/action-group/index.cjs +1 -1
- package/dist/cjs/action-group/use-action-group.cjs +1 -1
- package/dist/cjs/action-group/use-computed-action-buttons.cjs +1 -1
- package/dist/cjs/affix/index.cjs +1 -1
- package/dist/cjs/alert/index.cjs +1 -1
- package/dist/cjs/anchor/index.cjs +1 -1
- package/dist/cjs/auto-complete/index.cjs +1 -1
- package/dist/cjs/avatar/index.cjs +1 -1
- package/dist/cjs/badge/index.cjs +1 -1
- package/dist/cjs/bool/index.cjs +1 -1
- package/dist/cjs/breadcrumb/index.cjs +1 -1
- package/dist/cjs/button/index.cjs +1 -1
- package/dist/cjs/calendar/index.cjs +1 -1
- package/dist/cjs/card/index.cjs +1 -1
- package/dist/cjs/carousel/index.cjs +1 -1
- package/dist/cjs/cascader/index.cjs +1 -1
- package/dist/cjs/center/index.cjs +1 -1
- package/dist/cjs/charts/chart.cjs +1 -1
- package/dist/cjs/charts/helpers/group.cjs +1 -1
- package/dist/cjs/charts/helpers/index.cjs +1 -1
- package/dist/cjs/charts/hooks/index.cjs +1 -1
- package/dist/cjs/charts/hooks/use-chart.cjs +1 -1
- package/dist/cjs/charts/index.cjs +1 -1
- package/dist/cjs/charts/themes/index.cjs +1 -1
- package/dist/cjs/charts/themes/walden-dark.cjs +1 -1
- package/dist/cjs/charts/themes/walden.cjs +1 -1
- package/dist/cjs/charts/themes/wonderland-dark.cjs +1 -1
- package/dist/cjs/charts/themes/wonderland.cjs +1 -1
- package/dist/cjs/checkbox/index.cjs +1 -1
- package/dist/cjs/code-highlighter/index.cjs +1 -1
- package/dist/cjs/col/index.cjs +1 -1
- package/dist/cjs/collapse/index.cjs +1 -1
- package/dist/cjs/color-picker/index.cjs +1 -1
- package/dist/cjs/compact/index.cjs +1 -1
- package/dist/cjs/config-provider/app.cjs +1 -1
- package/dist/cjs/config-provider/constants.cjs +1 -0
- package/dist/cjs/config-provider/context-holder.cjs +1 -1
- package/dist/cjs/config-provider/css-vars.cjs +1 -0
- package/dist/cjs/config-provider/dark-mode-context.cjs +1 -1
- package/dist/cjs/config-provider/error-fallback.cjs +1 -1
- package/dist/cjs/config-provider/global-style.cjs +1 -1
- package/dist/cjs/config-provider/index.cjs +1 -1
- package/dist/cjs/config-provider/theme-config.cjs +1 -0
- package/dist/cjs/config-provider/use-config-provider.cjs +1 -1
- package/dist/cjs/date-picker/index.cjs +1 -1
- package/dist/cjs/descriptions/index.cjs +1 -1
- package/dist/cjs/divider/index.cjs +1 -1
- package/dist/cjs/drawer/index.cjs +1 -1
- package/dist/cjs/dropdown/index.cjs +1 -1
- package/dist/cjs/dynamic-icon/index.cjs +1 -1
- package/dist/cjs/dynamic-icon/placeholder-icon.cjs +1 -1
- package/dist/cjs/dynamic-icon/unknown-icon.cjs +1 -1
- package/dist/cjs/empty/empty.cjs +1 -1
- package/dist/cjs/empty/index.cjs +1 -1
- package/dist/cjs/flex/index.cjs +1 -1
- package/dist/cjs/flip-text/index.cjs +1 -1
- package/dist/cjs/float-button/index.cjs +1 -1
- package/dist/cjs/form/components/form.cjs +1 -1
- package/dist/cjs/form/components/index.cjs +1 -1
- package/dist/cjs/form/components/reset-button.cjs +1 -1
- package/dist/cjs/form/components/submit-button.cjs +1 -1
- package/dist/cjs/form/contexts/form-context.cjs +1 -1
- package/dist/cjs/form/contexts/form-layout.cjs +1 -1
- package/dist/cjs/form/contexts/index.cjs +1 -1
- package/dist/cjs/form/fields/auto-complete/index.cjs +1 -1
- package/dist/cjs/form/fields/bool/index.cjs +1 -1
- package/dist/cjs/form/fields/cascader/index.cjs +1 -1
- package/dist/cjs/form/fields/checkbox/index.cjs +1 -1
- package/dist/cjs/form/fields/color-picker/index.cjs +1 -1
- package/dist/cjs/form/fields/date-picker/index.cjs +1 -1
- package/dist/cjs/form/fields/date-range-picker/index.cjs +1 -1
- package/dist/cjs/form/fields/index.cjs +1 -1
- package/dist/cjs/form/fields/input/index.cjs +1 -1
- package/dist/cjs/form/fields/input-number/index.cjs +1 -1
- package/dist/cjs/form/fields/mentions/index.cjs +1 -1
- package/dist/cjs/form/fields/password/index.cjs +1 -1
- package/dist/cjs/form/fields/radio/index.cjs +1 -1
- package/dist/cjs/form/fields/rate/index.cjs +1 -1
- package/dist/cjs/form/fields/select/index.cjs +1 -1
- package/dist/cjs/form/fields/slider/index.cjs +1 -1
- package/dist/cjs/form/fields/textarea/index.cjs +1 -1
- package/dist/cjs/form/fields/time-picker/index.cjs +1 -1
- package/dist/cjs/form/fields/time-range-picker/index.cjs +1 -1
- package/dist/cjs/form/fields/transfer/index.cjs +1 -1
- package/dist/cjs/form/fields/tree-select/index.cjs +1 -1
- package/dist/cjs/form/fields/upload/index.cjs +1 -1
- package/dist/cjs/form/form.cjs +1 -1
- package/dist/cjs/form/helpers/index.cjs +1 -1
- package/dist/cjs/form/helpers/with-form-item.cjs +1 -1
- package/dist/cjs/form/hooks/use-form-item-props.cjs +1 -1
- package/dist/cjs/form/hooks/use-label-width.cjs +1 -1
- package/dist/cjs/form/index.cjs +1 -1
- package/dist/cjs/form/use-form.cjs +1 -1
- package/dist/cjs/grid/context.cjs +1 -1
- package/dist/cjs/grid/grid-item.cjs +1 -1
- package/dist/cjs/grid/hooks/index.cjs +1 -1
- package/dist/cjs/grid/hooks/use-container-breakpoints.cjs +1 -1
- package/dist/cjs/grid/hooks/use-container-width.cjs +1 -1
- package/dist/cjs/grid/hooks/use-grid-collapsed.cjs +1 -1
- package/dist/cjs/grid/hooks/use-normalized-gap.cjs +1 -1
- package/dist/cjs/grid/hooks/use-responsive-breakpoint.cjs +1 -1
- package/dist/cjs/grid/hooks/use-responsive-value.cjs +1 -1
- package/dist/cjs/grid/index.cjs +1 -1
- package/dist/cjs/grid/styles.cjs +1 -1
- package/dist/cjs/group/index.cjs +1 -1
- package/dist/cjs/icon/index.cjs +1 -1
- package/dist/cjs/icon-button/index.cjs +1 -1
- package/dist/cjs/image/index.cjs +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/input/index.cjs +1 -1
- package/dist/cjs/input-number/index.cjs +1 -1
- package/dist/cjs/keyboard/index.cjs +1 -1
- package/dist/cjs/list/index.cjs +1 -1
- package/dist/cjs/loader/index.cjs +1 -1
- package/dist/cjs/mentions/index.cjs +1 -1
- package/dist/cjs/menu/index.cjs +1 -1
- package/dist/cjs/modal/index.cjs +1 -1
- package/dist/cjs/operation-button/index.cjs +1 -1
- package/dist/cjs/pagination/index.cjs +1 -1
- package/dist/cjs/permission-gate/index.cjs +1 -1
- package/dist/cjs/popconfirm/index.cjs +1 -1
- package/dist/cjs/popover/index.cjs +1 -1
- package/dist/cjs/progress/index.cjs +1 -1
- package/dist/cjs/qrcode/index.cjs +1 -1
- package/dist/cjs/radio/index.cjs +1 -1
- package/dist/cjs/rate/index.cjs +1 -1
- package/dist/cjs/result/index.cjs +1 -1
- package/dist/cjs/row/index.cjs +1 -1
- package/dist/cjs/scroll-area/index.cjs +1 -1
- package/dist/cjs/scroll-area/styles.cjs +1 -1
- package/dist/cjs/segmented/index.cjs +1 -1
- package/dist/cjs/select/hooks/index.cjs +1 -1
- package/dist/cjs/select/hooks/use-data-options-select.cjs +1 -1
- package/dist/cjs/select/index.cjs +1 -1
- package/dist/cjs/skeleton/index.cjs +1 -1
- package/dist/cjs/slider/index.cjs +1 -1
- package/dist/cjs/space/index.cjs +1 -1
- package/dist/cjs/space/space.cjs +1 -1
- package/dist/cjs/sparkles-text/index.cjs +1 -1
- package/dist/cjs/sparkles-text/sparkle.cjs +1 -1
- package/dist/cjs/spin/index.cjs +1 -1
- package/dist/cjs/split-text/index.cjs +1 -1
- package/dist/cjs/splitter/index.cjs +1 -1
- package/dist/cjs/stack/index.cjs +1 -1
- package/dist/cjs/statistic/index.cjs +1 -1
- package/dist/cjs/steps/index.cjs +1 -1
- package/dist/cjs/switch/index.cjs +1 -1
- package/dist/cjs/table/index.cjs +1 -1
- package/dist/cjs/table/use-pagination-props.cjs +1 -1
- package/dist/cjs/tabs/index.cjs +1 -1
- package/dist/cjs/tag/index.cjs +1 -1
- package/dist/cjs/time-picker/index.cjs +1 -1
- package/dist/cjs/timeline/index.cjs +1 -1
- package/dist/cjs/tooltip/index.cjs +1 -1
- package/dist/cjs/tour/index.cjs +1 -1
- package/dist/cjs/transfer/index.cjs +1 -1
- package/dist/cjs/tree/hooks/index.cjs +1 -1
- package/dist/cjs/tree/hooks/use-data-options-tree.cjs +1 -1
- package/dist/cjs/tree/index.cjs +1 -1
- package/dist/cjs/tree-select/hooks/index.cjs +1 -1
- package/dist/cjs/tree-select/hooks/use-data-options-tree-select.cjs +1 -1
- package/dist/cjs/tree-select/index.cjs +1 -1
- package/dist/cjs/typing-animation/index.cjs +1 -1
- package/dist/cjs/typography/index.cjs +1 -1
- package/dist/cjs/upload/index.cjs +1 -1
- package/dist/cjs/watermark/index.cjs +1 -1
- package/dist/es/_base/constants/breakpoints.js +12 -11
- package/dist/es/_base/constants/common.js +31 -24
- package/dist/es/_base/constants/css-vars.js +677 -676
- package/dist/es/_base/constants/index.js +4 -15
- package/dist/es/_base/constants/theme.js +5 -0
- package/dist/es/_base/helpers/breakpoints.js +19 -21
- package/dist/es/_base/helpers/color.js +9 -9
- package/dist/es/_base/helpers/common.js +9 -10
- package/dist/es/_base/helpers/index.js +9 -34
- package/dist/es/_base/helpers/message.js +35 -40
- package/dist/es/_base/helpers/modal.js +67 -100
- package/dist/es/_base/helpers/notification.js +53 -65
- package/dist/es/_base/helpers/props.js +12 -12
- package/dist/es/_base/helpers/react.js +7 -6
- package/dist/es/_base/hooks/index.js +2 -4
- package/dist/es/_base/hooks/use-theme-tokens.js +8 -12
- package/dist/es/_base/index.js +13 -5
- package/dist/es/_base/styles/common.js +19 -18
- package/dist/es/_base/styles/index.js +1 -4
- package/dist/es/_base/types/breakpoints.js +1 -1
- package/dist/es/_base/types/common.js +1 -1
- package/dist/es/_base/types/index.js +1 -2
- package/dist/es/action-button/index.js +37 -38
- package/dist/es/action-button/use-action-button.js +41 -45
- package/dist/es/action-group/index.js +10 -14
- package/dist/es/action-group/use-action-group.js +9 -13
- package/dist/es/action-group/use-computed-action-buttons.js +34 -25
- package/dist/es/affix/index.js +3 -4
- package/dist/es/alert/index.js +3 -4
- package/dist/es/anchor/index.js +3 -4
- package/dist/es/auto-complete/index.js +3 -4
- package/dist/es/avatar/index.js +3 -4
- package/dist/es/badge/index.js +3 -4
- package/dist/es/bool/index.js +68 -49
- package/dist/es/breadcrumb/index.js +2 -4
- package/dist/es/button/index.js +3 -4
- package/dist/es/calendar/index.js +2 -3
- package/dist/es/card/index.js +3 -4
- package/dist/es/carousel/index.js +3 -5
- package/dist/es/cascader/index.js +2 -3
- package/dist/es/center/index.js +15 -14
- package/dist/es/charts/chart.js +20 -19
- package/dist/es/charts/helpers/group.js +9 -9
- package/dist/es/charts/helpers/index.js +2 -5
- package/dist/es/charts/hooks/index.js +2 -4
- package/dist/es/charts/hooks/use-chart.js +107 -109
- package/dist/es/charts/index.js +4 -6
- package/dist/es/charts/themes/index.js +5 -10
- package/dist/es/charts/themes/walden-dark.js +294 -393
- package/dist/es/charts/themes/walden.js +277 -358
- package/dist/es/charts/themes/wonderland-dark.js +298 -393
- package/dist/es/charts/themes/wonderland.js +281 -358
- package/dist/es/checkbox/index.js +3 -4
- package/dist/es/code-highlighter/index.js +39 -36
- package/dist/es/col/index.js +2 -3
- package/dist/es/collapse/index.js +3 -4
- package/dist/es/color-picker/index.js +2 -3
- package/dist/es/compact/index.js +6 -7
- package/dist/es/config-provider/app.js +17 -23
- package/dist/es/config-provider/constants.js +26 -0
- package/dist/es/config-provider/context-holder.js +20 -23
- package/dist/es/config-provider/css-vars.js +67 -0
- package/dist/es/config-provider/dark-mode-context.js +8 -8
- package/dist/es/config-provider/error-fallback.js +48 -13
- package/dist/es/config-provider/global-style.js +9 -9
- package/dist/es/config-provider/index.js +68 -52
- package/dist/es/config-provider/theme-config.js +98 -0
- package/dist/es/config-provider/use-config-provider.js +28 -168
- package/dist/es/date-picker/index.js +3 -5
- package/dist/es/descriptions/index.js +2 -3
- package/dist/es/divider/index.js +3 -4
- package/dist/es/drawer/index.js +3 -4
- package/dist/es/dropdown/index.js +3 -4
- package/dist/es/dynamic-icon/index.js +44 -24
- package/dist/es/dynamic-icon/placeholder-icon.js +22 -11
- package/dist/es/dynamic-icon/unknown-icon.js +57 -13
- package/dist/es/empty/empty.js +10 -9
- package/dist/es/empty/index.js +2 -4
- package/dist/es/flex/index.js +3 -4
- package/dist/es/flip-text/index.js +48 -52
- package/dist/es/float-button/index.js +3 -4
- package/dist/es/form/components/form.js +37 -30
- package/dist/es/form/components/index.js +10 -9
- package/dist/es/form/components/reset-button.js +24 -20
- package/dist/es/form/components/submit-button.js +25 -23
- package/dist/es/form/contexts/form-context.js +6 -13
- package/dist/es/form/contexts/form-layout.js +13 -16
- package/dist/es/form/contexts/index.js +3 -11
- package/dist/es/form/fields/auto-complete/index.js +23 -30
- package/dist/es/form/fields/bool/index.js +18 -23
- package/dist/es/form/fields/cascader/index.js +20 -26
- package/dist/es/form/fields/checkbox/index.js +29 -39
- package/dist/es/form/fields/color-picker/index.js +18 -24
- package/dist/es/form/fields/date-picker/index.js +20 -26
- package/dist/es/form/fields/date-range-picker/index.js +20 -26
- package/dist/es/form/fields/index.js +46 -45
- package/dist/es/form/fields/input/index.js +23 -30
- package/dist/es/form/fields/input-number/index.js +21 -27
- package/dist/es/form/fields/mentions/index.js +21 -27
- package/dist/es/form/fields/password/index.js +23 -30
- package/dist/es/form/fields/radio/index.js +21 -27
- package/dist/es/form/fields/rate/index.js +19 -25
- package/dist/es/form/fields/select/index.js +19 -25
- package/dist/es/form/fields/slider/index.js +18 -24
- package/dist/es/form/fields/textarea/index.js +23 -30
- package/dist/es/form/fields/time-picker/index.js +20 -26
- package/dist/es/form/fields/time-range-picker/index.js +20 -26
- package/dist/es/form/fields/transfer/index.js +20 -26
- package/dist/es/form/fields/tree-select/index.js +18 -24
- package/dist/es/form/fields/upload/index.js +36 -45
- package/dist/es/form/form.js +14 -24
- package/dist/es/form/helpers/index.js +2 -4
- package/dist/es/form/helpers/with-form-item.js +32 -41
- package/dist/es/form/hooks/use-form-item-props.js +20 -35
- package/dist/es/form/hooks/use-label-width.js +11 -11
- package/dist/es/form/index.js +3 -8
- package/dist/es/form/use-form.js +14 -18
- package/dist/es/grid/context.js +10 -11
- package/dist/es/grid/grid-item.js +27 -33
- package/dist/es/grid/hooks/index.js +7 -15
- package/dist/es/grid/hooks/use-container-breakpoints.js +15 -14
- package/dist/es/grid/hooks/use-container-width.js +25 -27
- package/dist/es/grid/hooks/use-grid-collapsed.js +11 -13
- package/dist/es/grid/hooks/use-normalized-gap.js +24 -33
- package/dist/es/grid/hooks/use-responsive-breakpoint.js +10 -11
- package/dist/es/grid/hooks/use-responsive-value.js +18 -26
- package/dist/es/grid/index.js +95 -97
- package/dist/es/grid/styles.js +19 -20
- package/dist/es/group/index.js +15 -15
- package/dist/es/icon/index.js +28 -20
- package/dist/es/icon-button/index.js +30 -34
- package/dist/es/image/index.js +3 -4
- package/dist/es/index.js +109 -254
- package/dist/es/input/index.js +3 -4
- package/dist/es/input-number/index.js +3 -4
- package/dist/es/keyboard/index.js +38 -40
- package/dist/es/list/index.js +3 -4
- package/dist/es/loader/index.js +29 -35
- package/dist/es/mentions/index.js +3 -4
- package/dist/es/menu/index.js +3 -5
- package/dist/es/modal/index.js +3 -4
- package/dist/es/operation-button/index.js +26 -24
- package/dist/es/pagination/index.js +3 -4
- package/dist/es/permission-gate/index.js +9 -13
- package/dist/es/popconfirm/index.js +3 -4
- package/dist/es/popover/index.js +2 -3
- package/dist/es/progress/index.js +2 -3
- package/dist/es/qrcode/index.js +3 -4
- package/dist/es/radio/index.js +3 -4
- package/dist/es/rate/index.js +3 -4
- package/dist/es/result/index.js +3 -4
- package/dist/es/row/index.js +2 -3
- package/dist/es/scroll-area/index.js +56 -52
- package/dist/es/scroll-area/styles.js +30 -32
- package/dist/es/segmented/index.js +3 -4
- package/dist/es/select/hooks/index.js +2 -4
- package/dist/es/select/hooks/use-data-options-select.js +45 -55
- package/dist/es/select/index.js +4 -5
- package/dist/es/skeleton/index.js +3 -4
- package/dist/es/slider/index.js +3 -4
- package/dist/es/space/index.js +2 -4
- package/dist/es/space/space.js +12 -11
- package/dist/es/sparkles-text/index.js +47 -51
- package/dist/es/sparkles-text/sparkle.js +52 -34
- package/dist/es/spin/index.js +3 -4
- package/dist/es/split-text/index.js +148 -161
- package/dist/es/splitter/index.js +2 -3
- package/dist/es/stack/index.js +14 -14
- package/dist/es/statistic/index.js +3 -4
- package/dist/es/steps/index.js +3 -4
- package/dist/es/switch/index.js +3 -4
- package/dist/es/table/index.js +46 -47
- package/dist/es/table/use-pagination-props.js +48 -43
- package/dist/es/tabs/index.js +3 -4
- package/dist/es/tag/index.js +3 -4
- package/dist/es/time-picker/index.js +3 -4
- package/dist/es/timeline/index.js +3 -4
- package/dist/es/tooltip/index.js +3 -4
- package/dist/es/tour/index.js +2 -3
- package/dist/es/transfer/index.js +3 -4
- package/dist/es/tree/hooks/index.js +2 -4
- package/dist/es/tree/hooks/use-data-options-tree.js +38 -54
- package/dist/es/tree/index.js +4 -5
- package/dist/es/tree-select/hooks/index.js +2 -4
- package/dist/es/tree-select/hooks/use-data-options-tree-select.js +47 -51
- package/dist/es/tree-select/index.js +4 -5
- package/dist/es/typing-animation/index.js +45 -43
- package/dist/es/typography/index.js +6 -17
- package/dist/es/upload/index.js +59 -51
- package/dist/es/watermark/index.js +2 -3
- package/dist/types/_base/constants/common.d.ts +3 -32
- package/dist/types/_base/constants/css-vars.d.ts +673 -673
- package/dist/types/_base/constants/index.d.ts +1 -0
- package/dist/types/_base/constants/theme.d.ts +5 -6
- package/dist/types/_base/helpers/breakpoints.d.ts +1 -4
- package/dist/types/_base/helpers/color.d.ts +0 -12
- package/dist/types/_base/helpers/common.d.ts +2 -24
- package/dist/types/_base/helpers/message.d.ts +4 -31
- package/dist/types/_base/helpers/modal.d.ts +10 -87
- package/dist/types/_base/helpers/notification.d.ts +6 -63
- package/dist/types/_base/helpers/props.d.ts +3 -16
- package/dist/types/_base/helpers/react.d.ts +0 -6
- package/dist/types/_base/hooks/use-theme-tokens.d.ts +0 -5
- package/dist/types/_base/index.d.ts +0 -1
- package/dist/types/_base/styles/common.d.ts +2 -1
- package/dist/types/_base/types/common.d.ts +8 -71
- package/dist/types/action-button/use-action-button.d.ts +5 -2
- package/dist/types/action-group/use-action-group.d.ts +2 -1
- package/dist/types/action-group/use-computed-action-buttons.d.ts +3 -1
- package/dist/types/charts/chart.d.ts +3 -16
- package/dist/types/charts/helpers/group.d.ts +0 -8
- package/dist/types/charts/hooks/use-chart.d.ts +0 -27
- package/dist/types/config-provider/app.d.ts +5 -4
- package/dist/types/config-provider/constants.d.ts +22 -0
- package/dist/types/config-provider/context-holder.d.ts +6 -5
- package/dist/types/config-provider/css-vars.d.ts +6 -0
- package/dist/types/config-provider/error-fallback.d.ts +2 -1
- package/dist/types/config-provider/index.d.ts +3 -2
- package/dist/types/config-provider/theme-config.d.ts +7 -0
- package/dist/types/config-provider/use-config-provider.d.ts +8 -5
- package/dist/types/dynamic-icon/index.d.ts +1 -1
- package/dist/types/form/components/form.d.ts +0 -3
- package/dist/types/form/fields/auto-complete/props.d.ts +1 -0
- package/dist/types/form/fields/input/props.d.ts +1 -0
- package/dist/types/form/fields/password/props.d.ts +1 -0
- package/dist/types/form/fields/textarea/props.d.ts +1 -0
- package/dist/types/form/form.d.ts +3 -1
- package/dist/types/form/helpers/with-form-item.d.ts +1 -1
- package/dist/types/form/hooks/use-label-width.d.ts +3 -5
- package/dist/types/form/types.d.ts +4 -4
- package/dist/types/select/hooks/use-data-options-select.d.ts +1 -0
- package/dist/types/split-text/index.d.ts +2 -2
- package/dist/types/split-text/props.d.ts +10 -0
- package/dist/types/src/_base/constants/breakpoints.d.ts +9 -0
- package/dist/types/src/_base/constants/common.d.ts +10 -0
- package/dist/types/src/_base/constants/css-vars.d.ts +673 -0
- package/dist/types/src/_base/constants/index.d.ts +4 -0
- package/dist/types/src/_base/constants/theme.d.ts +8 -0
- package/dist/types/src/_base/helpers/breakpoints.d.ts +7 -0
- package/dist/types/src/_base/helpers/color.d.ts +3 -0
- package/dist/types/src/_base/helpers/common.d.ts +8 -0
- package/dist/types/src/_base/helpers/index.d.ts +8 -0
- package/dist/types/src/_base/helpers/message.d.ts +11 -0
- package/dist/types/src/_base/helpers/modal.d.ts +31 -0
- package/dist/types/src/_base/helpers/notification.d.ts +17 -0
- package/dist/types/src/_base/helpers/props.d.ts +5 -0
- package/dist/types/src/_base/helpers/react.d.ts +2 -0
- package/dist/types/src/_base/hooks/index.d.ts +1 -0
- package/dist/types/src/_base/hooks/use-theme-tokens.d.ts +2 -0
- package/dist/types/src/_base/index.d.ts +5 -0
- package/dist/types/src/_base/styles/common.d.ts +4 -0
- package/dist/types/src/_base/styles/index.d.ts +1 -0
- package/dist/types/src/_base/types/breakpoints.d.ts +2 -0
- package/dist/types/src/_base/types/common.d.ts +41 -0
- package/dist/types/src/_base/types/index.d.ts +2 -0
- package/dist/types/src/action-button/index.d.ts +3 -0
- package/dist/types/src/action-button/props.d.ts +39 -0
- package/dist/types/src/action-button/use-action-button.d.ts +12 -0
- package/dist/types/src/action-group/index.d.ts +7 -0
- package/dist/types/src/action-group/props.d.ts +18 -0
- package/dist/types/src/action-group/use-action-group.d.ts +8 -0
- package/dist/types/src/action-group/use-computed-action-buttons.d.ts +12 -0
- package/dist/types/src/affix/index.d.ts +2 -0
- package/dist/types/src/alert/index.d.ts +2 -0
- package/dist/types/src/anchor/index.d.ts +4 -0
- package/dist/types/src/auto-complete/index.d.ts +4 -0
- package/dist/types/src/avatar/index.d.ts +3 -0
- package/dist/types/src/badge/index.d.ts +4 -0
- package/dist/types/src/bool/index.d.ts +4 -0
- package/dist/types/src/bool/props.d.ts +67 -0
- package/dist/types/src/breadcrumb/index.d.ts +5 -0
- package/dist/types/src/button/index.d.ts +3 -0
- package/dist/types/src/calendar/index.d.ts +2 -0
- package/dist/types/src/card/index.d.ts +3 -0
- package/dist/types/src/carousel/index.d.ts +3 -0
- package/dist/types/src/cascader/index.d.ts +3 -0
- package/dist/types/src/center/index.d.ts +4 -0
- package/dist/types/src/center/props.d.ts +13 -0
- package/dist/types/src/charts/chart.d.ts +11 -0
- package/dist/types/src/charts/helpers/group.d.ts +2 -0
- package/dist/types/src/charts/helpers/index.d.ts +1 -0
- package/dist/types/src/charts/hooks/index.d.ts +2 -0
- package/dist/types/src/charts/hooks/use-chart.d.ts +15 -0
- package/dist/types/src/charts/index.d.ts +4 -0
- package/dist/types/src/charts/themes/index.d.ts +4 -0
- package/dist/types/src/charts/themes/walden-dark.d.ts +1 -0
- package/dist/types/src/charts/themes/walden.d.ts +1 -0
- package/dist/types/src/charts/themes/wonderland-dark.d.ts +1 -0
- package/dist/types/src/charts/themes/wonderland.d.ts +1 -0
- package/dist/types/src/checkbox/index.d.ts +5 -0
- package/dist/types/src/code-highlighter/index.d.ts +3 -0
- package/dist/types/src/code-highlighter/props.d.ts +58 -0
- package/dist/types/src/col/index.d.ts +2 -0
- package/dist/types/src/collapse/index.d.ts +5 -0
- package/dist/types/src/color-picker/index.d.ts +2 -0
- package/dist/types/src/compact/index.d.ts +5 -0
- package/dist/types/src/config-provider/app.d.ts +9 -0
- package/dist/types/src/config-provider/constants.d.ts +22 -0
- package/dist/types/src/config-provider/context-holder.d.ts +6 -0
- package/dist/types/src/config-provider/css-vars.d.ts +6 -0
- package/dist/types/src/config-provider/dark-mode-context.d.ts +3 -0
- package/dist/types/src/config-provider/error-fallback.d.ts +3 -0
- package/dist/types/src/config-provider/global-style.d.ts +2 -0
- package/dist/types/src/config-provider/index.d.ts +5 -0
- package/dist/types/src/config-provider/props.d.ts +34 -0
- package/dist/types/src/config-provider/theme-config.d.ts +7 -0
- package/dist/types/src/config-provider/use-config-provider.d.ts +10 -0
- package/dist/types/src/date-picker/index.d.ts +5 -0
- package/dist/types/src/descriptions/index.d.ts +4 -0
- package/dist/types/src/divider/index.d.ts +2 -0
- package/dist/types/src/drawer/index.d.ts +2 -0
- package/dist/types/src/dropdown/index.d.ts +5 -0
- package/dist/types/src/dynamic-icon/index.d.ts +7 -0
- package/dist/types/src/dynamic-icon/placeholder-icon.d.ts +2 -0
- package/dist/types/src/dynamic-icon/props.d.ts +13 -0
- package/dist/types/src/dynamic-icon/unknown-icon.d.ts +2 -0
- package/dist/types/src/empty/empty.d.ts +2 -0
- package/dist/types/src/empty/index.d.ts +2 -0
- package/dist/types/src/flex/index.d.ts +14 -0
- package/dist/types/src/flip-text/index.d.ts +3 -0
- package/dist/types/src/flip-text/props.d.ts +32 -0
- package/dist/types/src/float-button/index.d.ts +2 -0
- package/dist/types/src/form/components/form.d.ts +10 -0
- package/dist/types/src/form/components/index.d.ts +11 -0
- package/dist/types/src/form/components/reset-button.d.ts +6 -0
- package/dist/types/src/form/components/submit-button.d.ts +6 -0
- package/dist/types/src/form/contexts/form-context.d.ts +4 -0
- package/dist/types/src/form/contexts/form-layout.d.ts +7 -0
- package/dist/types/src/form/contexts/index.d.ts +3 -0
- package/dist/types/src/form/fields/auto-complete/index.d.ts +5 -0
- package/dist/types/src/form/fields/auto-complete/props.d.ts +10 -0
- package/dist/types/src/form/fields/bool/index.d.ts +5 -0
- package/dist/types/src/form/fields/bool/props.d.ts +4 -0
- package/dist/types/src/form/fields/cascader/index.d.ts +5 -0
- package/dist/types/src/form/fields/cascader/props.d.ts +4 -0
- package/dist/types/src/form/fields/checkbox/index.d.ts +6 -0
- package/dist/types/src/form/fields/checkbox/props.d.ts +6 -0
- package/dist/types/src/form/fields/color-picker/index.d.ts +5 -0
- package/dist/types/src/form/fields/color-picker/props.d.ts +4 -0
- package/dist/types/src/form/fields/date-picker/index.d.ts +5 -0
- package/dist/types/src/form/fields/date-picker/props.d.ts +4 -0
- package/dist/types/src/form/fields/date-range-picker/index.d.ts +5 -0
- package/dist/types/src/form/fields/date-range-picker/props.d.ts +4 -0
- package/dist/types/src/form/fields/index.d.ts +68 -0
- package/dist/types/src/form/fields/input/index.d.ts +5 -0
- package/dist/types/src/form/fields/input/props.d.ts +10 -0
- package/dist/types/src/form/fields/input-number/index.d.ts +5 -0
- package/dist/types/src/form/fields/input-number/props.d.ts +4 -0
- package/dist/types/src/form/fields/mentions/index.d.ts +5 -0
- package/dist/types/src/form/fields/mentions/props.d.ts +4 -0
- package/dist/types/src/form/fields/password/index.d.ts +5 -0
- package/dist/types/src/form/fields/password/props.d.ts +10 -0
- package/dist/types/src/form/fields/radio/index.d.ts +5 -0
- package/dist/types/src/form/fields/radio/props.d.ts +4 -0
- package/dist/types/src/form/fields/rate/index.d.ts +5 -0
- package/dist/types/src/form/fields/rate/props.d.ts +4 -0
- package/dist/types/src/form/fields/select/index.d.ts +6 -0
- package/dist/types/src/form/fields/select/props.d.ts +5 -0
- package/dist/types/src/form/fields/slider/index.d.ts +5 -0
- package/dist/types/src/form/fields/slider/props.d.ts +4 -0
- package/dist/types/src/form/fields/textarea/index.d.ts +5 -0
- package/dist/types/src/form/fields/textarea/props.d.ts +10 -0
- package/dist/types/src/form/fields/time-picker/index.d.ts +5 -0
- package/dist/types/src/form/fields/time-picker/props.d.ts +4 -0
- package/dist/types/src/form/fields/time-range-picker/index.d.ts +5 -0
- package/dist/types/src/form/fields/time-range-picker/props.d.ts +4 -0
- package/dist/types/src/form/fields/transfer/index.d.ts +5 -0
- package/dist/types/src/form/fields/transfer/props.d.ts +4 -0
- package/dist/types/src/form/fields/tree-select/index.d.ts +6 -0
- package/dist/types/src/form/fields/tree-select/props.d.ts +5 -0
- package/dist/types/src/form/fields/upload/index.d.ts +5 -0
- package/dist/types/src/form/fields/upload/props.d.ts +4 -0
- package/dist/types/src/form/form.d.ts +183 -0
- package/dist/types/src/form/helpers/index.d.ts +1 -0
- package/dist/types/src/form/helpers/with-form-item.d.ts +3 -0
- package/dist/types/src/form/hooks/use-form-item-props.d.ts +15 -0
- package/dist/types/src/form/hooks/use-label-width.d.ts +7 -0
- package/dist/types/src/form/index.d.ts +5 -0
- package/dist/types/src/form/types.d.ts +17 -0
- package/dist/types/src/form/use-form.d.ts +38 -0
- package/dist/types/src/grid/context.d.ts +15 -0
- package/dist/types/src/grid/grid-item.d.ts +5 -0
- package/dist/types/src/grid/hooks/index.d.ts +6 -0
- package/dist/types/src/grid/hooks/use-container-breakpoints.d.ts +1 -0
- package/dist/types/src/grid/hooks/use-container-width.d.ts +5 -0
- package/dist/types/src/grid/hooks/use-grid-collapsed.d.ts +4 -0
- package/dist/types/src/grid/hooks/use-normalized-gap.d.ts +3 -0
- package/dist/types/src/grid/hooks/use-responsive-breakpoint.d.ts +2 -0
- package/dist/types/src/grid/hooks/use-responsive-value.d.ts +4 -0
- package/dist/types/src/grid/index.d.ts +8 -0
- package/dist/types/src/grid/props.d.ts +85 -0
- package/dist/types/src/grid/styles.d.ts +4 -0
- package/dist/types/src/group/index.d.ts +4 -0
- package/dist/types/src/group/props.d.ts +13 -0
- package/dist/types/src/icon/index.d.ts +3 -0
- package/dist/types/src/icon/props.d.ts +20 -0
- package/dist/types/src/icon-button/index.d.ts +3 -0
- package/dist/types/src/icon-button/props.d.ts +22 -0
- package/dist/types/src/image/index.d.ts +2 -0
- package/dist/types/src/index.d.ts +90 -0
- package/dist/types/src/input/index.d.ts +4 -0
- package/dist/types/src/input-number/index.d.ts +2 -0
- package/dist/types/src/keyboard/index.d.ts +3 -0
- package/dist/types/src/keyboard/props.d.ts +13 -0
- package/dist/types/src/list/index.d.ts +3 -0
- package/dist/types/src/loader/index.d.ts +3 -0
- package/dist/types/src/loader/props.d.ts +20 -0
- package/dist/types/src/mentions/index.d.ts +4 -0
- package/dist/types/src/menu/index.d.ts +5 -0
- package/dist/types/src/modal/index.d.ts +2 -0
- package/dist/types/src/operation-button/index.d.ts +3 -0
- package/dist/types/src/operation-button/props.d.ts +10 -0
- package/dist/types/src/pagination/index.d.ts +2 -0
- package/dist/types/src/permission-gate/index.d.ts +4 -0
- package/dist/types/src/permission-gate/props.d.ts +26 -0
- package/dist/types/src/popconfirm/index.d.ts +2 -0
- package/dist/types/src/popover/index.d.ts +2 -0
- package/dist/types/src/progress/index.d.ts +2 -0
- package/dist/types/src/qrcode/index.d.ts +2 -0
- package/dist/types/src/radio/index.d.ts +4 -0
- package/dist/types/src/rate/index.d.ts +2 -0
- package/dist/types/src/result/index.d.ts +2 -0
- package/dist/types/src/row/index.d.ts +2 -0
- package/dist/types/src/scroll-area/index.d.ts +3 -0
- package/dist/types/src/scroll-area/props.d.ts +49 -0
- package/dist/types/src/scroll-area/styles.d.ts +5 -0
- package/dist/types/src/segmented/index.d.ts +5 -0
- package/dist/types/src/select/hooks/index.d.ts +1 -0
- package/dist/types/src/select/hooks/use-data-options-select.d.ts +16 -0
- package/dist/types/src/select/index.d.ts +5 -0
- package/dist/types/src/skeleton/index.d.ts +8 -0
- package/dist/types/src/slider/index.d.ts +5 -0
- package/dist/types/src/space/index.d.ts +2 -0
- package/dist/types/src/space/props.d.ts +13 -0
- package/dist/types/src/space/space.d.ts +2 -0
- package/dist/types/src/sparkles-text/index.d.ts +3 -0
- package/dist/types/src/sparkles-text/props.d.ts +12 -0
- package/dist/types/src/sparkles-text/sparkle.d.ts +10 -0
- package/dist/types/src/spin/index.d.ts +2 -0
- package/dist/types/src/split-text/index.d.ts +4 -0
- package/dist/types/src/split-text/props.d.ts +78 -0
- package/dist/types/src/splitter/index.d.ts +2 -0
- package/dist/types/src/stack/index.d.ts +4 -0
- package/dist/types/src/stack/props.d.ts +13 -0
- package/dist/types/src/statistic/index.d.ts +2 -0
- package/dist/types/src/steps/index.d.ts +2 -0
- package/dist/types/src/switch/index.d.ts +2 -0
- package/dist/types/src/table/index.d.ts +7 -0
- package/dist/types/src/table/props.d.ts +13 -0
- package/dist/types/src/table/use-pagination-props.d.ts +9 -0
- package/dist/types/src/tabs/index.d.ts +4 -0
- package/dist/types/src/tag/index.d.ts +3 -0
- package/dist/types/src/time-picker/index.d.ts +2 -0
- package/dist/types/src/timeline/index.d.ts +4 -0
- package/dist/types/src/tooltip/index.d.ts +3 -0
- package/dist/types/src/tour/index.d.ts +4 -0
- package/dist/types/src/transfer/index.d.ts +3 -0
- package/dist/types/src/tree/hooks/index.d.ts +1 -0
- package/dist/types/src/tree/hooks/use-data-options-tree.d.ts +16 -0
- package/dist/types/src/tree/index.d.ts +5 -0
- package/dist/types/src/tree-select/hooks/index.d.ts +1 -0
- package/dist/types/src/tree-select/hooks/use-data-options-tree-select.d.ts +16 -0
- package/dist/types/src/tree-select/index.d.ts +3 -0
- package/dist/types/src/typing-animation/index.d.ts +3 -0
- package/dist/types/src/typing-animation/props.d.ts +25 -0
- package/dist/types/src/typography/index.d.ts +11 -0
- package/dist/types/src/upload/index.d.ts +4 -0
- package/dist/types/src/upload/props.d.ts +15 -0
- package/dist/types/src/watermark/index.d.ts +2 -0
- package/dist/types/table/props.d.ts +1 -0
- package/dist/types/tree-select/hooks/use-data-options-tree-select.d.ts +1 -0
- package/dist/types/upload/props.d.ts +1 -0
- package/dist/types/x-actions/index.d.ts +2 -0
- package/dist/types/x-attachments/index.d.ts +2 -0
- package/dist/types/x-bubble/index.d.ts +2 -0
- package/dist/types/x-code-highlighter/index.d.ts +3 -0
- package/dist/types/x-code-highlighter/props.d.ts +3 -0
- package/dist/types/x-conversations/index.d.ts +2 -0
- package/dist/types/x-file-card/index.d.ts +2 -0
- package/dist/types/x-markdown/components/code/index.d.ts +5 -0
- package/dist/types/x-markdown/components/index.d.ts +6 -0
- package/dist/types/x-markdown/components/think/index.d.ts +5 -0
- package/dist/types/x-markdown/extensions.d.ts +3 -0
- package/dist/types/x-markdown/index.d.ts +5 -0
- package/dist/types/x-markdown/props.d.ts +3 -0
- package/dist/types/x-mermaid/index.d.ts +3 -0
- package/dist/types/x-mermaid/props.d.ts +3 -0
- package/dist/types/x-notification/index.d.ts +2 -0
- package/dist/types/x-prompts/index.d.ts +2 -0
- package/dist/types/x-sender/index.d.ts +2 -0
- package/dist/types/x-sources/index.d.ts +2 -0
- package/dist/types/x-suggestion/index.d.ts +2 -0
- package/dist/types/x-think/index.d.ts +2 -0
- package/dist/types/x-thought-chain/index.d.ts +2 -0
- package/dist/types/x-welcome/index.d.ts +2 -0
- package/package.json +16 -15
- package/dist/cjs/action-button/props.cjs +0 -1
- package/dist/cjs/action-group/props.cjs +0 -1
- package/dist/cjs/center/props.cjs +0 -1
- package/dist/cjs/code-highlighter/props.cjs +0 -1
- package/dist/cjs/config-provider/props.cjs +0 -1
- package/dist/cjs/dynamic-icon/props.cjs +0 -1
- package/dist/cjs/flip-text/props.cjs +0 -1
- package/dist/cjs/form/fields/auto-complete/props.cjs +0 -1
- package/dist/cjs/form/fields/bool/props.cjs +0 -1
- package/dist/cjs/form/fields/cascader/props.cjs +0 -1
- package/dist/cjs/form/fields/checkbox/props.cjs +0 -1
- package/dist/cjs/form/fields/color-picker/props.cjs +0 -1
- package/dist/cjs/form/fields/date-picker/props.cjs +0 -1
- package/dist/cjs/form/fields/date-range-picker/props.cjs +0 -1
- package/dist/cjs/form/fields/input/props.cjs +0 -1
- package/dist/cjs/form/fields/input-number/props.cjs +0 -1
- package/dist/cjs/form/fields/mentions/props.cjs +0 -1
- package/dist/cjs/form/fields/password/props.cjs +0 -1
- package/dist/cjs/form/fields/radio/props.cjs +0 -1
- package/dist/cjs/form/fields/rate/props.cjs +0 -1
- package/dist/cjs/form/fields/select/props.cjs +0 -1
- package/dist/cjs/form/fields/slider/props.cjs +0 -1
- package/dist/cjs/form/fields/textarea/props.cjs +0 -1
- package/dist/cjs/form/fields/time-picker/props.cjs +0 -1
- package/dist/cjs/form/fields/time-range-picker/props.cjs +0 -1
- package/dist/cjs/form/fields/transfer/props.cjs +0 -1
- package/dist/cjs/form/fields/tree-select/props.cjs +0 -1
- package/dist/cjs/form/fields/upload/props.cjs +0 -1
- package/dist/cjs/grid/props.cjs +0 -1
- package/dist/cjs/group/props.cjs +0 -1
- package/dist/cjs/icon/props.cjs +0 -1
- package/dist/cjs/icon-button/props.cjs +0 -1
- package/dist/cjs/keyboard/props.cjs +0 -1
- package/dist/cjs/loader/props.cjs +0 -1
- package/dist/cjs/operation-button/props.cjs +0 -1
- package/dist/cjs/permission-gate/props.cjs +0 -1
- package/dist/cjs/scroll-area/props.cjs +0 -1
- package/dist/cjs/sparkles-text/props.cjs +0 -1
- package/dist/cjs/split-text/props.cjs +0 -1
- package/dist/cjs/stack/props.cjs +0 -1
- package/dist/cjs/table/props.cjs +0 -1
- package/dist/cjs/typing-animation/props.cjs +0 -1
- package/dist/cjs/upload/props.cjs +0 -1
- package/dist/es/action-button/props.js +0 -1
- package/dist/es/action-group/props.js +0 -1
- package/dist/es/center/props.js +0 -1
- package/dist/es/code-highlighter/props.js +0 -1
- package/dist/es/config-provider/props.js +0 -1
- package/dist/es/dynamic-icon/props.js +0 -1
- package/dist/es/flip-text/props.js +0 -1
- package/dist/es/form/fields/auto-complete/props.js +0 -1
- package/dist/es/form/fields/bool/props.js +0 -1
- package/dist/es/form/fields/cascader/props.js +0 -1
- package/dist/es/form/fields/checkbox/props.js +0 -1
- package/dist/es/form/fields/color-picker/props.js +0 -1
- package/dist/es/form/fields/date-picker/props.js +0 -1
- package/dist/es/form/fields/date-range-picker/props.js +0 -1
- package/dist/es/form/fields/input/props.js +0 -1
- package/dist/es/form/fields/input-number/props.js +0 -1
- package/dist/es/form/fields/mentions/props.js +0 -1
- package/dist/es/form/fields/password/props.js +0 -1
- package/dist/es/form/fields/radio/props.js +0 -1
- package/dist/es/form/fields/rate/props.js +0 -1
- package/dist/es/form/fields/select/props.js +0 -1
- package/dist/es/form/fields/slider/props.js +0 -1
- package/dist/es/form/fields/textarea/props.js +0 -1
- package/dist/es/form/fields/time-picker/props.js +0 -1
- package/dist/es/form/fields/time-range-picker/props.js +0 -1
- package/dist/es/form/fields/transfer/props.js +0 -1
- package/dist/es/form/fields/tree-select/props.js +0 -1
- package/dist/es/form/fields/upload/props.js +0 -1
- package/dist/es/grid/props.js +0 -1
- package/dist/es/group/props.js +0 -1
- package/dist/es/icon/props.js +0 -1
- package/dist/es/icon-button/props.js +0 -1
- package/dist/es/keyboard/props.js +0 -1
- package/dist/es/loader/props.js +0 -1
- package/dist/es/operation-button/props.js +0 -1
- package/dist/es/permission-gate/props.js +0 -1
- package/dist/es/scroll-area/props.js +0 -1
- package/dist/es/sparkles-text/props.js +0 -1
- package/dist/es/split-text/props.js +0 -1
- package/dist/es/stack/props.js +0 -1
- package/dist/es/table/props.js +0 -1
- package/dist/es/typing-animation/props.js +0 -1
- package/dist/es/upload/props.js +0 -1
package/dist/es/icon/index.js
CHANGED
|
@@ -1,25 +1,33 @@
|
|
|
1
|
-
|
|
1
|
+
/*! @vef-framework/components v2.1.0 made by Venus | 2026-03-27T07:13:05.260Z */
|
|
2
|
+
import { jsx as e } from "@emotion/react/jsx-runtime";
|
|
2
3
|
import "@emotion/react";
|
|
3
|
-
import "
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
import { Icon as t } from "lucide-react";
|
|
5
|
+
//#region src/icon/index.tsx
|
|
6
|
+
function n() {
|
|
7
|
+
return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop).";
|
|
6
8
|
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
var r = process.env.NODE_ENV === "production" ? {
|
|
10
|
+
name: "8sxzyi",
|
|
11
|
+
styles: "display:inline-flex;justify-content:center;align-items:center;color:inherit;font-style:normal;line-height:0;text-transform:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:-0.25em"
|
|
10
12
|
} : {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
13
|
+
name: "8sxzyi",
|
|
14
|
+
styles: "display:inline-flex;justify-content:center;align-items:center;color:inherit;font-style:normal;line-height:0;text-transform:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:-0.25em/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGV4LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFLa0IiLCJmaWxlIjoiaW5kZXgudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBJY29uUHJvcHMgfSBmcm9tIFwiLi9wcm9wc1wiO1xuXG5pbXBvcnQgeyBjc3MgfSBmcm9tIFwiQGVtb3Rpb24vcmVhY3RcIjtcbmltcG9ydCB7IEljb24gYXMgTHVjaWRlSWNvbiB9IGZyb20gXCJsdWNpZGUtcmVhY3RcIjtcblxuY29uc3QgaWNvblN0eWxlID0gY3NzKHtcbiAgZGlzcGxheTogXCJpbmxpbmUtZmxleFwiLFxuICBqdXN0aWZ5Q29udGVudDogXCJjZW50ZXJcIixcbiAgYWxpZ25JdGVtczogXCJjZW50ZXJcIixcbiAgY29sb3I6IFwiaW5oZXJpdFwiLFxuICBmb250U3R5bGU6IFwibm9ybWFsXCIsXG4gIGxpbmVIZWlnaHQ6IDAsXG4gIHRleHRUcmFuc2Zvcm06IFwibm9uZVwiLFxuICB0ZXh0UmVuZGVyaW5nOiBcIm9wdGltaXplTGVnaWJpbGl0eVwiLFxuICBXZWJraXRGb250U21vb3RoaW5nOiBcImFudGlhbGlhc2VkXCIsXG4gIE1vek9zeEZvbnRTbW9vdGhpbmc6IFwiZ3JheXNjYWxlXCIsXG4gIHZlcnRpY2FsQWxpZ246IFwiLTAuMjVlbVwiXG59KTtcblxuZXhwb3J0IGZ1bmN0aW9uIEljb24oe1xuICBjb21wb25lbnQ6IENvbXBvbmVudCxcbiAgaWNvbk5vZGUsXG4gIGNsYXNzTmFtZSxcbiAgc3R5bGUsXG4gIC4uLnByb3BzXG59OiBJY29uUHJvcHMpIHtcbiAgcmV0dXJuIChcbiAgICA8c3BhblxuICAgICAgY2xhc3NOYW1lPXtjbGFzc05hbWV9XG4gICAgICBjc3M9e2ljb25TdHlsZX1cbiAgICAgIHN0eWxlPXtzdHlsZX1cbiAgICA+XG4gICAgICB7XG4gICAgICAgIGljb25Ob2RlXG4gICAgICAgICAgPyA8THVjaWRlSWNvbiBpY29uTm9kZT17aWNvbk5vZGV9IHNpemU9XCIxLjJlbVwiIHsuLi5wcm9wc30gLz5cbiAgICAgICAgICA6IDxDb21wb25lbnQgc2l6ZT1cIjEuMmVtXCIgey4uLnByb3BzfSAvPlxuICAgICAgfVxuICAgIDwvc3Bhbj5cbiAgKTtcbn1cblxuZXhwb3J0IHsgdHlwZSBJY29uUHJvcHMgfSBmcm9tIFwiLi9wcm9wc1wiO1xuIl19 */",
|
|
15
|
+
toString: n
|
|
14
16
|
};
|
|
15
|
-
function
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
function i({ component: n, iconNode: i, className: a, style: o, ...s }) {
|
|
18
|
+
return /* @__PURE__ */ e("span", {
|
|
19
|
+
className: a,
|
|
20
|
+
css: r,
|
|
21
|
+
style: o,
|
|
22
|
+
children: i ? /* @__PURE__ */ e(t, {
|
|
23
|
+
iconNode: i,
|
|
24
|
+
size: "1.2em",
|
|
25
|
+
...s
|
|
26
|
+
}) : /* @__PURE__ */ e(n, {
|
|
27
|
+
size: "1.2em",
|
|
28
|
+
...s
|
|
29
|
+
})
|
|
30
|
+
});
|
|
22
31
|
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
};
|
|
32
|
+
//#endregion
|
|
33
|
+
export { i as Icon };
|
|
@@ -1,35 +1,31 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import "
|
|
6
|
-
import "
|
|
7
|
-
import "
|
|
8
|
-
import "
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
size: "1.2em"
|
|
30
|
-
}) });
|
|
31
|
-
return d(b) ? c : /* @__PURE__ */ g(o, { mouseEnterDelay: C, placement: t, title: b, children: c });
|
|
1
|
+
/*! @vef-framework/components v2.1.0 made by Venus | 2026-03-27T07:13:05.260Z */
|
|
2
|
+
import { globalCssVars as e } from "../_base/constants/css-vars.js";
|
|
3
|
+
import { Button as t } from "../button/index.js";
|
|
4
|
+
import { Tooltip as n } from "../tooltip/index.js";
|
|
5
|
+
import { jsx as r } from "@emotion/react/jsx-runtime";
|
|
6
|
+
import { isNullish as i } from "@vef-framework/shared";
|
|
7
|
+
import { cloneElement as a } from "react";
|
|
8
|
+
import { css as o } from "@emotion/react";
|
|
9
|
+
//#region src/icon-button/index.tsx
|
|
10
|
+
var s = /* @__PURE__ */ o({
|
|
11
|
+
padding: 0,
|
|
12
|
+
width: e.controlHeight,
|
|
13
|
+
"&.vef-btn-sm": { width: e.controlHeightSm },
|
|
14
|
+
"&.vef-btn-lg": { width: e.controlHeightLg }
|
|
15
|
+
}, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGV4LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFVb0IiLCJmaWxlIjoiaW5kZXgudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBJY29uQnV0dG9uUHJvcHMgfSBmcm9tIFwiLi9wcm9wc1wiO1xuXG5pbXBvcnQgeyBjc3MgfSBmcm9tIFwiQGVtb3Rpb24vcmVhY3RcIjtcbmltcG9ydCB7IGlzTnVsbGlzaCB9IGZyb20gXCJAdmVmLWZyYW1ld29yay9zaGFyZWRcIjtcbmltcG9ydCB7IGNsb25lRWxlbWVudCB9IGZyb20gXCJyZWFjdFwiO1xuXG5pbXBvcnQgeyBnbG9iYWxDc3NWYXJzIH0gZnJvbSBcIi4uL19iYXNlXCI7XG5pbXBvcnQgeyBCdXR0b24gfSBmcm9tIFwiLi4vYnV0dG9uXCI7XG5pbXBvcnQgeyBUb29sdGlwIH0gZnJvbSBcIi4uL3Rvb2x0aXBcIjtcblxuY29uc3QgYnV0dG9uU3R5bGUgPSBjc3Moe1xuICBwYWRkaW5nOiAwLFxuICB3aWR0aDogZ2xvYmFsQ3NzVmFycy5jb250cm9sSGVpZ2h0LFxuICBcIiYudmVmLWJ0bi1zbVwiOiB7XG4gICAgd2lkdGg6IGdsb2JhbENzc1ZhcnMuY29udHJvbEhlaWdodFNtXG4gIH0sXG4gIFwiJi52ZWYtYnRuLWxnXCI6IHtcbiAgICB3aWR0aDogZ2xvYmFsQ3NzVmFycy5jb250cm9sSGVpZ2h0TGdcbiAgfVxufSk7XG5cbmV4cG9ydCBmdW5jdGlvbiBJY29uQnV0dG9uKHtcbiAgaWNvbixcbiAgdGlwLFxuICB0aXBEZWxheSxcbiAgcGxhY2VtZW50LFxuICAuLi5wcm9wc1xufTogSWNvbkJ1dHRvblByb3BzKSB7XG4gIGNvbnN0IGJ1dHRvbk5vZGUgPSAoXG4gICAgPEJ1dHRvblxuICAgICAgY3NzPXtidXR0b25TdHlsZX1cbiAgICAgIHR5cGU9XCJ0ZXh0XCJcbiAgICAgIHsuLi5wcm9wc31cbiAgICA+XG4gICAgICB7XG4gICAgICAgIGNsb25lRWxlbWVudChpY29uLCB7XG4gICAgICAgICAgc2l6ZTogXCIxLjJlbVwiXG4gICAgICAgIH0pXG4gICAgICB9XG4gICAgPC9CdXR0b24+XG4gICk7XG5cbiAgcmV0dXJuIGlzTnVsbGlzaCh0aXApXG4gICAgPyBidXR0b25Ob2RlXG4gICAgOiAoXG4gICAgICAgIDxUb29sdGlwXG4gICAgICAgICAgbW91c2VFbnRlckRlbGF5PXt0aXBEZWxheX1cbiAgICAgICAgICBwbGFjZW1lbnQ9e3BsYWNlbWVudH1cbiAgICAgICAgICB0aXRsZT17dGlwfVxuICAgICAgICA+XG4gICAgICAgICAge2J1dHRvbk5vZGV9XG4gICAgICAgIDwvVG9vbHRpcD5cbiAgICAgICk7XG59XG5cbmV4cG9ydCB7IHR5cGUgSWNvbkJ1dHRvblByb3BzIH0gZnJvbSBcIi4vcHJvcHNcIjtcbiJdfQ== */");
|
|
16
|
+
function c({ icon: e, tip: o, tipDelay: c, placement: l, ...u }) {
|
|
17
|
+
let d = /* @__PURE__ */ r(t, {
|
|
18
|
+
css: s,
|
|
19
|
+
type: "text",
|
|
20
|
+
...u,
|
|
21
|
+
children: a(e, { size: "1.2em" })
|
|
22
|
+
});
|
|
23
|
+
return i(o) ? d : /* @__PURE__ */ r(n, {
|
|
24
|
+
mouseEnterDelay: c,
|
|
25
|
+
placement: l,
|
|
26
|
+
title: o,
|
|
27
|
+
children: d
|
|
28
|
+
});
|
|
32
29
|
}
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
};
|
|
30
|
+
//#endregion
|
|
31
|
+
export { c as IconButton };
|
package/dist/es/image/index.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
1
|
+
/*! @vef-framework/components v2.1.0 made by Venus | 2026-03-27T07:13:05.260Z */
|
|
2
|
+
import { Image as e } from "antd";
|
|
3
|
+
export { e as Image };
|
package/dist/es/index.js
CHANGED
|
@@ -1,254 +1,109 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import "./
|
|
5
|
-
import "./
|
|
6
|
-
import "./
|
|
7
|
-
import "./
|
|
8
|
-
import "./
|
|
9
|
-
import "./
|
|
10
|
-
import {
|
|
11
|
-
import "./
|
|
12
|
-
import "./
|
|
13
|
-
import "./
|
|
14
|
-
import "./
|
|
15
|
-
import "./
|
|
16
|
-
import "./
|
|
17
|
-
import {
|
|
18
|
-
import "./
|
|
19
|
-
import "./
|
|
20
|
-
import {
|
|
21
|
-
import "./
|
|
22
|
-
import "./
|
|
23
|
-
import "./
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import "./
|
|
27
|
-
import "./
|
|
28
|
-
import "./
|
|
29
|
-
import "./
|
|
30
|
-
import "./
|
|
31
|
-
import {
|
|
32
|
-
import "./
|
|
33
|
-
import "./
|
|
34
|
-
import {
|
|
35
|
-
import "./
|
|
36
|
-
import "./
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import "./
|
|
42
|
-
import "./
|
|
43
|
-
import "./
|
|
44
|
-
import {
|
|
45
|
-
import "./
|
|
46
|
-
import {
|
|
47
|
-
import "./
|
|
48
|
-
import "./
|
|
49
|
-
import "./
|
|
50
|
-
import {
|
|
51
|
-
import "./
|
|
52
|
-
import
|
|
53
|
-
import "./
|
|
54
|
-
import "./
|
|
55
|
-
import "./
|
|
56
|
-
import "./
|
|
57
|
-
import "./
|
|
58
|
-
import "./rate/index.js";
|
|
59
|
-
import "./
|
|
60
|
-
import "./
|
|
61
|
-
import {
|
|
62
|
-
import "./
|
|
63
|
-
import "./
|
|
64
|
-
import "./
|
|
65
|
-
import "./
|
|
66
|
-
import "./
|
|
67
|
-
import {
|
|
68
|
-
import "./
|
|
69
|
-
import {
|
|
70
|
-
import "./
|
|
71
|
-
import {
|
|
72
|
-
import "./
|
|
73
|
-
import "./
|
|
74
|
-
import "./
|
|
75
|
-
import {
|
|
76
|
-
import "./
|
|
77
|
-
import "./
|
|
78
|
-
import "./
|
|
79
|
-
import "./
|
|
80
|
-
import "./
|
|
81
|
-
import "./
|
|
82
|
-
import "./
|
|
83
|
-
import "./
|
|
84
|
-
import "./
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import "./
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
|
|
110
|
-
import { useDataOptionsSelect as Me } from "./select/hooks/use-data-options-select.js";
|
|
111
|
-
import { default as Be } from "./space/space.js";
|
|
112
|
-
import { pageSizeOptions as Ge, usePaginationProps as Ne } from "./table/use-pagination-props.js";
|
|
113
|
-
import { useDataOptionsTree as Le } from "./tree/hooks/use-data-options-tree.js";
|
|
114
|
-
import { useDataOptionsTreeSelect as ye } from "./tree-select/hooks/use-data-options-tree-select.js";
|
|
115
|
-
export {
|
|
116
|
-
lo as ActionButton,
|
|
117
|
-
co as ActionGroup,
|
|
118
|
-
rt as Affix,
|
|
119
|
-
tt as Alert,
|
|
120
|
-
et as Anchor,
|
|
121
|
-
it as AutoComplete,
|
|
122
|
-
pt as Avatar,
|
|
123
|
-
mt as Badge,
|
|
124
|
-
So as Bool,
|
|
125
|
-
st as Breadcrumb,
|
|
126
|
-
at as Button,
|
|
127
|
-
nt as Calendar,
|
|
128
|
-
ft as Card,
|
|
129
|
-
lt as Carousel,
|
|
130
|
-
xt as Cascader,
|
|
131
|
-
ho as Center,
|
|
132
|
-
me as Chart,
|
|
133
|
-
ct as Checkbox,
|
|
134
|
-
wo as CodeHighlighter,
|
|
135
|
-
ut as Col,
|
|
136
|
-
St as Collapse,
|
|
137
|
-
gt as ColorPicker,
|
|
138
|
-
Ao as Compact,
|
|
139
|
-
Po as ConfigProvider,
|
|
140
|
-
ht as DatePicker,
|
|
141
|
-
dt as Descriptions,
|
|
142
|
-
Ct as Divider,
|
|
143
|
-
wt as Drawer,
|
|
144
|
-
Tt as Dropdown,
|
|
145
|
-
Do as DynamicIcon,
|
|
146
|
-
Se as Empty,
|
|
147
|
-
At as Flex,
|
|
148
|
-
Mo as FlipText,
|
|
149
|
-
kt as FloatButton,
|
|
150
|
-
Bo as Grid,
|
|
151
|
-
Go as Group,
|
|
152
|
-
vo as Icon,
|
|
153
|
-
Ro as IconButton,
|
|
154
|
-
Pt as Image,
|
|
155
|
-
It as Input,
|
|
156
|
-
Dt as InputNumber,
|
|
157
|
-
zo as Keyboard,
|
|
158
|
-
ir as Link,
|
|
159
|
-
Ft as List,
|
|
160
|
-
Wo as Loader,
|
|
161
|
-
Mt as Mentions,
|
|
162
|
-
bt as Menu,
|
|
163
|
-
Bt as Modal,
|
|
164
|
-
Ho as OperationButton,
|
|
165
|
-
Ot as Pagination,
|
|
166
|
-
pr as Paragraph,
|
|
167
|
-
Qo as PermissionGate,
|
|
168
|
-
Gt as Popconfirm,
|
|
169
|
-
Nt as Popover,
|
|
170
|
-
vt as Progress,
|
|
171
|
-
Lt as QRCode,
|
|
172
|
-
Rt as Radio,
|
|
173
|
-
yt as Rate,
|
|
174
|
-
zt as Result,
|
|
175
|
-
Et as Row,
|
|
176
|
-
jo as ScrollArea,
|
|
177
|
-
Wt as Segmented,
|
|
178
|
-
Vt as Select,
|
|
179
|
-
Ht as Skeleton,
|
|
180
|
-
Kt as Slider,
|
|
181
|
-
Be as Space,
|
|
182
|
-
Jo as SparklesText,
|
|
183
|
-
Qt as Spin,
|
|
184
|
-
Yo as SplitText,
|
|
185
|
-
Ut as Splitter,
|
|
186
|
-
_o as Stack,
|
|
187
|
-
jt as Statistic,
|
|
188
|
-
qt as Steps,
|
|
189
|
-
Jt as Switch,
|
|
190
|
-
or as Table,
|
|
191
|
-
Xt as Tabs,
|
|
192
|
-
Yt as Tag,
|
|
193
|
-
mr as Text,
|
|
194
|
-
Zt as TimePicker,
|
|
195
|
-
_t as Timeline,
|
|
196
|
-
sr as Title,
|
|
197
|
-
$t as Tooltip,
|
|
198
|
-
oe as Tour,
|
|
199
|
-
re as Transfer,
|
|
200
|
-
te as Tree,
|
|
201
|
-
ee as TreeSelect,
|
|
202
|
-
tr as TypingAnimation,
|
|
203
|
-
nr as Upload,
|
|
204
|
-
ie as Watermark,
|
|
205
|
-
lr as breakpoints,
|
|
206
|
-
cr as closeAllMessages,
|
|
207
|
-
wr as closeAllNotifications,
|
|
208
|
-
Dr as colors,
|
|
209
|
-
ae as connectCharts,
|
|
210
|
-
he as createFormOptions,
|
|
211
|
-
ne as disconnectCharts,
|
|
212
|
-
Fr as fullSizes,
|
|
213
|
-
Lr as getSpacingValue,
|
|
214
|
-
zr as globalCssVars,
|
|
215
|
-
Wr as isFragment,
|
|
216
|
-
Hr as isPresetColor,
|
|
217
|
-
Kr as isSemanticColor,
|
|
218
|
-
Rr as mapSize,
|
|
219
|
-
Ge as pageSizeOptions,
|
|
220
|
-
Mr as presetColors,
|
|
221
|
-
Ur as resolveBreakpointValue,
|
|
222
|
-
br as semanticColors,
|
|
223
|
-
Br as semanticSceneIcons,
|
|
224
|
-
Or as semanticSceneLabels,
|
|
225
|
-
Gr as semanticScenes,
|
|
226
|
-
qr as showConfirm,
|
|
227
|
-
Jr as showErrorAlert,
|
|
228
|
-
ur as showErrorMessage,
|
|
229
|
-
Tr as showErrorNotification,
|
|
230
|
-
Xr as showInfoAlert,
|
|
231
|
-
Sr as showInfoMessage,
|
|
232
|
-
Ar as showInfoNotification,
|
|
233
|
-
gr as showLoadingMessage,
|
|
234
|
-
Yr as showSuccessAlert,
|
|
235
|
-
hr as showSuccessMessage,
|
|
236
|
-
kr as showSuccessNotification,
|
|
237
|
-
Zr as showWarningAlert,
|
|
238
|
-
dr as showWarningMessage,
|
|
239
|
-
Pr as showWarningNotification,
|
|
240
|
-
Nr as sizes,
|
|
241
|
-
le as useChart,
|
|
242
|
-
Me as useDataOptionsSelect,
|
|
243
|
-
Le as useDataOptionsTree,
|
|
244
|
-
ye as useDataOptionsTreeSelect,
|
|
245
|
-
we as useForm,
|
|
246
|
-
Ae as useFormContext,
|
|
247
|
-
de as useFormStore,
|
|
248
|
-
De as useGridCollapsed,
|
|
249
|
-
ce as useIsDarkMode,
|
|
250
|
-
Ne as usePaginationProps,
|
|
251
|
-
$r as useThemeTokens,
|
|
252
|
-
ke as withFieldGroup,
|
|
253
|
-
Pe as withForm
|
|
254
|
-
};
|
|
1
|
+
/*! @vef-framework/components v2.1.0 made by Venus | 2026-03-27T07:13:05.260Z */
|
|
2
|
+
import { breakpoints as e } from "./_base/constants/breakpoints.js";
|
|
3
|
+
import { colors as t, fullSizes as n, presetColors as r, semanticColors as i, semanticSceneIcons as a, semanticSceneLabels as o, semanticScenes as s, sizes as c } from "./_base/constants/common.js";
|
|
4
|
+
import { globalCssVars as l } from "./_base/constants/css-vars.js";
|
|
5
|
+
import { resolveBreakpointValue as u } from "./_base/helpers/breakpoints.js";
|
|
6
|
+
import { isPresetColor as d, isSemanticColor as f } from "./_base/helpers/color.js";
|
|
7
|
+
import { getSpacingValue as p, mapSize as m } from "./_base/helpers/common.js";
|
|
8
|
+
import { closeAllMessages as h, showErrorMessage as g, showInfoMessage as _, showLoadingMessage as v, showSuccessMessage as y, showWarningMessage as b } from "./_base/helpers/message.js";
|
|
9
|
+
import { showConfirm as x, showErrorAlert as S, showInfoAlert as C, showSuccessAlert as w, showWarningAlert as T } from "./_base/helpers/modal.js";
|
|
10
|
+
import { closeAllNotifications as E, showErrorNotification as D, showInfoNotification as O, showSuccessNotification as k, showWarningNotification as A } from "./_base/helpers/notification.js";
|
|
11
|
+
import { isFragment as j } from "./_base/helpers/react.js";
|
|
12
|
+
import { useThemeTokens as M } from "./_base/hooks/use-theme-tokens.js";
|
|
13
|
+
import { Button as N } from "./button/index.js";
|
|
14
|
+
import { Icon as P } from "./icon/index.js";
|
|
15
|
+
import { Popconfirm as F } from "./popconfirm/index.js";
|
|
16
|
+
import { ActionButton as I } from "./action-button/index.js";
|
|
17
|
+
import { Flex as L } from "./flex/index.js";
|
|
18
|
+
import { Group as R } from "./group/index.js";
|
|
19
|
+
import { ActionGroup as z } from "./action-group/index.js";
|
|
20
|
+
import { Affix as B } from "./affix/index.js";
|
|
21
|
+
import { Alert as V } from "./alert/index.js";
|
|
22
|
+
import { Anchor as H } from "./anchor/index.js";
|
|
23
|
+
import { AutoComplete as U } from "./auto-complete/index.js";
|
|
24
|
+
import { Avatar as W } from "./avatar/index.js";
|
|
25
|
+
import { Badge as G } from "./badge/index.js";
|
|
26
|
+
import { Checkbox as K } from "./checkbox/index.js";
|
|
27
|
+
import { Radio as q } from "./radio/index.js";
|
|
28
|
+
import { Switch as J } from "./switch/index.js";
|
|
29
|
+
import { Bool as Y } from "./bool/index.js";
|
|
30
|
+
import { Breadcrumb as X } from "./breadcrumb/index.js";
|
|
31
|
+
import { Calendar as Z } from "./calendar/index.js";
|
|
32
|
+
import { Card as Q } from "./card/index.js";
|
|
33
|
+
import { Carousel as $ } from "./carousel/index.js";
|
|
34
|
+
import { Cascader as ee } from "./cascader/index.js";
|
|
35
|
+
import { Center as te } from "./center/index.js";
|
|
36
|
+
import { useIsDarkMode as ne } from "./config-provider/dark-mode-context.js";
|
|
37
|
+
import { ConfigProvider as re } from "./config-provider/index.js";
|
|
38
|
+
import { useChart as ie } from "./charts/hooks/use-chart.js";
|
|
39
|
+
import { Chart as ae } from "./charts/chart.js";
|
|
40
|
+
import { connectCharts as oe, disconnectCharts as se } from "./charts/helpers/group.js";
|
|
41
|
+
import { CodeHighlighter as ce } from "./code-highlighter/index.js";
|
|
42
|
+
import { Col as le } from "./col/index.js";
|
|
43
|
+
import { Collapse as ue } from "./collapse/index.js";
|
|
44
|
+
import { ColorPicker as de } from "./color-picker/index.js";
|
|
45
|
+
import { Compact as fe } from "./compact/index.js";
|
|
46
|
+
import { DatePicker as pe } from "./date-picker/index.js";
|
|
47
|
+
import { Descriptions as me } from "./descriptions/index.js";
|
|
48
|
+
import { Divider as he } from "./divider/index.js";
|
|
49
|
+
import { Drawer as ge } from "./drawer/index.js";
|
|
50
|
+
import { Dropdown as _e } from "./dropdown/index.js";
|
|
51
|
+
import { DynamicIcon as ve } from "./dynamic-icon/index.js";
|
|
52
|
+
import ye from "./empty/empty.js";
|
|
53
|
+
import { FlipText as be } from "./flip-text/index.js";
|
|
54
|
+
import { FloatButton as xe } from "./float-button/index.js";
|
|
55
|
+
import { Input as Se } from "./input/index.js";
|
|
56
|
+
import { InputNumber as Ce } from "./input-number/index.js";
|
|
57
|
+
import { Mentions as we } from "./mentions/index.js";
|
|
58
|
+
import { Rate as Te } from "./rate/index.js";
|
|
59
|
+
import { Spin as Ee } from "./spin/index.js";
|
|
60
|
+
import { Loader as De } from "./loader/index.js";
|
|
61
|
+
import { useDataOptionsSelect as Oe } from "./select/hooks/use-data-options-select.js";
|
|
62
|
+
import { Select as ke } from "./select/index.js";
|
|
63
|
+
import { Slider as Ae } from "./slider/index.js";
|
|
64
|
+
import { TimePicker as je } from "./time-picker/index.js";
|
|
65
|
+
import { Transfer as Me } from "./transfer/index.js";
|
|
66
|
+
import { useDataOptionsTreeSelect as Ne } from "./tree-select/hooks/use-data-options-tree-select.js";
|
|
67
|
+
import { TreeSelect as Pe } from "./tree-select/index.js";
|
|
68
|
+
import { Image as Fe } from "./image/index.js";
|
|
69
|
+
import { Upload as Ie } from "./upload/index.js";
|
|
70
|
+
import { createFormOptions as Le, useFormContext as Re, useFormStore as ze, withFieldGroup as Be, withForm as Ve } from "./form/form.js";
|
|
71
|
+
import { useForm as He } from "./form/use-form.js";
|
|
72
|
+
import { useGridCollapsed as Ue } from "./grid/hooks/use-grid-collapsed.js";
|
|
73
|
+
import { Grid as We } from "./grid/index.js";
|
|
74
|
+
import { Tooltip as Ge } from "./tooltip/index.js";
|
|
75
|
+
import { IconButton as Ke } from "./icon-button/index.js";
|
|
76
|
+
import { Keyboard as qe } from "./keyboard/index.js";
|
|
77
|
+
import { List as Je } from "./list/index.js";
|
|
78
|
+
import { Menu as Ye } from "./menu/index.js";
|
|
79
|
+
import { Modal as Xe } from "./modal/index.js";
|
|
80
|
+
import { PermissionGate as Ze } from "./permission-gate/index.js";
|
|
81
|
+
import { OperationButton as Qe } from "./operation-button/index.js";
|
|
82
|
+
import { Pagination as $e } from "./pagination/index.js";
|
|
83
|
+
import { Popover as et } from "./popover/index.js";
|
|
84
|
+
import { Progress as tt } from "./progress/index.js";
|
|
85
|
+
import { QRCode as nt } from "./qrcode/index.js";
|
|
86
|
+
import { Result as rt } from "./result/index.js";
|
|
87
|
+
import { Row as it } from "./row/index.js";
|
|
88
|
+
import { ScrollArea as at } from "./scroll-area/index.js";
|
|
89
|
+
import { Segmented as ot } from "./segmented/index.js";
|
|
90
|
+
import { Skeleton as st } from "./skeleton/index.js";
|
|
91
|
+
import ct from "./space/space.js";
|
|
92
|
+
import { SparklesText as lt } from "./sparkles-text/index.js";
|
|
93
|
+
import { SplitText as ut } from "./split-text/index.js";
|
|
94
|
+
import { Splitter as dt } from "./splitter/index.js";
|
|
95
|
+
import { Stack as ft } from "./stack/index.js";
|
|
96
|
+
import { Statistic as pt } from "./statistic/index.js";
|
|
97
|
+
import { Steps as mt } from "./steps/index.js";
|
|
98
|
+
import { pageSizeOptions as ht, usePaginationProps as gt } from "./table/use-pagination-props.js";
|
|
99
|
+
import { Table as _t } from "./table/index.js";
|
|
100
|
+
import { Tabs as vt } from "./tabs/index.js";
|
|
101
|
+
import { Tag as yt } from "./tag/index.js";
|
|
102
|
+
import { Timeline as bt } from "./timeline/index.js";
|
|
103
|
+
import { Tour as xt } from "./tour/index.js";
|
|
104
|
+
import { useDataOptionsTree as St } from "./tree/hooks/use-data-options-tree.js";
|
|
105
|
+
import { Tree as Ct } from "./tree/index.js";
|
|
106
|
+
import { TypingAnimation as wt } from "./typing-animation/index.js";
|
|
107
|
+
import { Link as Tt, Paragraph as Et, Text as Dt, Title as Ot } from "./typography/index.js";
|
|
108
|
+
import { Watermark as kt } from "./watermark/index.js";
|
|
109
|
+
export { I as ActionButton, z as ActionGroup, B as Affix, V as Alert, H as Anchor, U as AutoComplete, W as Avatar, G as Badge, Y as Bool, X as Breadcrumb, N as Button, Z as Calendar, Q as Card, $ as Carousel, ee as Cascader, te as Center, ae as Chart, K as Checkbox, ce as CodeHighlighter, le as Col, ue as Collapse, de as ColorPicker, fe as Compact, re as ConfigProvider, pe as DatePicker, me as Descriptions, he as Divider, ge as Drawer, _e as Dropdown, ve as DynamicIcon, ye as Empty, L as Flex, be as FlipText, xe as FloatButton, We as Grid, R as Group, P as Icon, Ke as IconButton, Fe as Image, Se as Input, Ce as InputNumber, qe as Keyboard, Tt as Link, Je as List, De as Loader, we as Mentions, Ye as Menu, Xe as Modal, Qe as OperationButton, $e as Pagination, Et as Paragraph, Ze as PermissionGate, F as Popconfirm, et as Popover, tt as Progress, nt as QRCode, q as Radio, Te as Rate, rt as Result, it as Row, at as ScrollArea, ot as Segmented, ke as Select, st as Skeleton, Ae as Slider, ct as Space, lt as SparklesText, Ee as Spin, ut as SplitText, dt as Splitter, ft as Stack, pt as Statistic, mt as Steps, J as Switch, _t as Table, vt as Tabs, yt as Tag, Dt as Text, je as TimePicker, bt as Timeline, Ot as Title, Ge as Tooltip, xt as Tour, Me as Transfer, Ct as Tree, Pe as TreeSelect, wt as TypingAnimation, Ie as Upload, kt as Watermark, e as breakpoints, h as closeAllMessages, E as closeAllNotifications, t as colors, oe as connectCharts, Le as createFormOptions, se as disconnectCharts, n as fullSizes, p as getSpacingValue, l as globalCssVars, j as isFragment, d as isPresetColor, f as isSemanticColor, m as mapSize, ht as pageSizeOptions, r as presetColors, u as resolveBreakpointValue, i as semanticColors, a as semanticSceneIcons, o as semanticSceneLabels, s as semanticScenes, x as showConfirm, S as showErrorAlert, g as showErrorMessage, D as showErrorNotification, C as showInfoAlert, _ as showInfoMessage, O as showInfoNotification, v as showLoadingMessage, w as showSuccessAlert, y as showSuccessMessage, k as showSuccessNotification, T as showWarningAlert, b as showWarningMessage, A as showWarningNotification, c as sizes, ie as useChart, Oe as useDataOptionsSelect, St as useDataOptionsTree, Ne as useDataOptionsTreeSelect, He as useForm, Re as useFormContext, ze as useFormStore, Ue as useGridCollapsed, ne as useIsDarkMode, gt as usePaginationProps, M as useThemeTokens, Be as withFieldGroup, Ve as withForm };
|
package/dist/es/input/index.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
1
|
+
/*! @vef-framework/components v2.1.0 made by Venus | 2026-03-27T07:13:05.260Z */
|
|
2
|
+
import { Input as e } from "antd";
|
|
3
|
+
export { e as Input };
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
1
|
+
/*! @vef-framework/components v2.1.0 made by Venus | 2026-03-27T07:13:05.260Z */
|
|
2
|
+
import { InputNumber as e } from "antd";
|
|
3
|
+
export { e as InputNumber };
|
|
@@ -1,41 +1,39 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import "
|
|
5
|
-
import "
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
28
|
-
function
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
return /* @__PURE__ */ m("kbd", { css: t, style: I, ...l });
|
|
1
|
+
/*! @vef-framework/components v2.1.0 made by Venus | 2026-03-27T07:13:05.260Z */
|
|
2
|
+
import { globalCssVars as e } from "../_base/constants/css-vars.js";
|
|
3
|
+
import { jsx as t } from "@emotion/react/jsx-runtime";
|
|
4
|
+
import { useMemo as n } from "react";
|
|
5
|
+
import { css as r } from "@emotion/react";
|
|
6
|
+
//#region src/keyboard/index.tsx
|
|
7
|
+
var i = /* @__PURE__ */ r({
|
|
8
|
+
"--vef-keyboard-size": e.fontSize,
|
|
9
|
+
"--vef-keyboard-height": "1.6em",
|
|
10
|
+
fontFamily: e.fontFamilyCode,
|
|
11
|
+
fontWeight: "bold",
|
|
12
|
+
fontSize: "var(--vef-keyboard-size)",
|
|
13
|
+
lineHeight: 1,
|
|
14
|
+
color: e.colorTextLabel,
|
|
15
|
+
borderRadius: e.borderRadiusSm,
|
|
16
|
+
border: `${e.lineWidth} ${e.lineType}`,
|
|
17
|
+
borderBlockEndWidth: "3px",
|
|
18
|
+
borderColor: e.colorBorder,
|
|
19
|
+
backgroundColor: e.colorFillQuaternary,
|
|
20
|
+
unicodeBidi: "embed",
|
|
21
|
+
textAlign: "center",
|
|
22
|
+
paddingInline: "0.45em",
|
|
23
|
+
height: "var(--vef-keyboard-height)",
|
|
24
|
+
display: "inline-flex",
|
|
25
|
+
alignItems: "center",
|
|
26
|
+
justifyContent: "center"
|
|
27
|
+
}, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGV4LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFPc0IiLCJmaWxlIjoiaW5kZXgudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBLZXlib2FyZFByb3BzIH0gZnJvbSBcIi4vcHJvcHNcIjtcblxuaW1wb3J0IHsgY3NzIH0gZnJvbSBcIkBlbW90aW9uL3JlYWN0XCI7XG5pbXBvcnQgeyB1c2VNZW1vIH0gZnJvbSBcInJlYWN0XCI7XG5cbmltcG9ydCB7IGdsb2JhbENzc1ZhcnMgfSBmcm9tIFwiLi4vX2Jhc2VcIjtcblxuY29uc3Qga2V5Ym9hcmRTdHlsZSA9IGNzcyh7XG4gIFwiLS12ZWYta2V5Ym9hcmQtc2l6ZVwiOiBnbG9iYWxDc3NWYXJzLmZvbnRTaXplLFxuICBcIi0tdmVmLWtleWJvYXJkLWhlaWdodFwiOiBcIjEuNmVtXCIsXG4gIGZvbnRGYW1pbHk6IGdsb2JhbENzc1ZhcnMuZm9udEZhbWlseUNvZGUsXG4gIGZvbnRXZWlnaHQ6IFwiYm9sZFwiLFxuICBmb250U2l6ZTogXCJ2YXIoLS12ZWYta2V5Ym9hcmQtc2l6ZSlcIixcbiAgbGluZUhlaWdodDogMSxcbiAgY29sb3I6IGdsb2JhbENzc1ZhcnMuY29sb3JUZXh0TGFiZWwsXG4gIGJvcmRlclJhZGl1czogZ2xvYmFsQ3NzVmFycy5ib3JkZXJSYWRpdXNTbSxcbiAgYm9yZGVyOiBgJHtnbG9iYWxDc3NWYXJzLmxpbmVXaWR0aH0gJHtnbG9iYWxDc3NWYXJzLmxpbmVUeXBlfWAsXG4gIGJvcmRlckJsb2NrRW5kV2lkdGg6IFwiM3B4XCIsXG4gIGJvcmRlckNvbG9yOiBnbG9iYWxDc3NWYXJzLmNvbG9yQm9yZGVyLFxuICBiYWNrZ3JvdW5kQ29sb3I6IGdsb2JhbENzc1ZhcnMuY29sb3JGaWxsUXVhdGVybmFyeSxcbiAgdW5pY29kZUJpZGk6IFwiZW1iZWRcIixcbiAgdGV4dEFsaWduOiBcImNlbnRlclwiLFxuICBwYWRkaW5nSW5saW5lOiBcIjAuNDVlbVwiLFxuICBoZWlnaHQ6IFwidmFyKC0tdmVmLWtleWJvYXJkLWhlaWdodClcIixcbiAgZGlzcGxheTogXCJpbmxpbmUtZmxleFwiLFxuICBhbGlnbkl0ZW1zOiBcImNlbnRlclwiLFxuICBqdXN0aWZ5Q29udGVudDogXCJjZW50ZXJcIlxufSk7XG5cbmV4cG9ydCBmdW5jdGlvbiBLZXlib2FyZCh7XG4gIHNpemUgPSBcIm1lZGl1bVwiLFxuICBzdHlsZSxcbiAgLi4ucHJvcHNcbn06IEtleWJvYXJkUHJvcHMpIHtcbiAgY29uc3QgbWVyZ2VkU3R5bGUgPSB1c2VNZW1vKCgpID0+IHtcbiAgICByZXR1cm4ge1xuICAgICAgLi4uc3R5bGUsXG4gICAgICBcIi0tdmVmLWtleWJvYXJkLXNpemVcIjogc2l6ZSA9PT0gXCJzbWFsbFwiID8gZ2xvYmFsQ3NzVmFycy5mb250U2l6ZVNtIDogc2l6ZSA9PT0gXCJsYXJnZVwiID8gZ2xvYmFsQ3NzVmFycy5mb250U2l6ZUxnIDogZ2xvYmFsQ3NzVmFycy5mb250U2l6ZVxuICAgIH07XG4gIH0sIFtzaXplLCBzdHlsZV0pO1xuXG4gIHJldHVybiAoXG4gICAgPGtiZFxuICAgICAgY3NzPXtrZXlib2FyZFN0eWxlfVxuICAgICAgc3R5bGU9e21lcmdlZFN0eWxlfVxuICAgICAgey4uLnByb3BzfVxuICAgIC8+XG4gICk7XG59XG5cbmV4cG9ydCB7IHR5cGUgS2V5Ym9hcmRQcm9wcyB9IGZyb20gXCIuL3Byb3BzXCI7XG4iXX0= */");
|
|
28
|
+
function a({ size: r = "medium", style: a, ...o }) {
|
|
29
|
+
return /* @__PURE__ */ t("kbd", {
|
|
30
|
+
css: i,
|
|
31
|
+
style: n(() => ({
|
|
32
|
+
...a,
|
|
33
|
+
"--vef-keyboard-size": r === "small" ? e.fontSizeSm : r === "large" ? e.fontSizeLg : e.fontSize
|
|
34
|
+
}), [r, a]),
|
|
35
|
+
...o
|
|
36
|
+
});
|
|
38
37
|
}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
};
|
|
38
|
+
//#endregion
|
|
39
|
+
export { a as Keyboard };
|