@vef-framework/components 2.0.3 → 2.0.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/cjs/_base/constants/breakpoints.cjs +1 -16
- package/dist/cjs/_base/constants/common.cjs +1 -36
- package/dist/cjs/_base/constants/css-vars.cjs +1 -680
- package/dist/cjs/_base/constants/index.cjs +1 -21
- package/dist/cjs/_base/helpers/breakpoints.cjs +1 -30
- package/dist/cjs/_base/helpers/color.cjs +1 -16
- package/dist/cjs/_base/helpers/common.cjs +1 -22
- package/dist/cjs/_base/helpers/index.cjs +1 -40
- package/dist/cjs/_base/helpers/message.cjs +1 -53
- package/dist/cjs/_base/helpers/modal.cjs +1 -122
- package/dist/cjs/_base/helpers/notification.cjs +1 -72
- package/dist/cjs/_base/helpers/props.cjs +1 -19
- package/dist/cjs/_base/helpers/react.cjs +1 -12
- package/dist/cjs/_base/hooks/index.cjs +1 -10
- package/dist/cjs/_base/hooks/use-theme-tokens.cjs +1 -18
- package/dist/cjs/_base/index.cjs +1 -9
- package/dist/cjs/_base/styles/common.cjs +1 -29
- package/dist/cjs/_base/styles/index.cjs +1 -10
- package/dist/cjs/_base/types/breakpoints.cjs +1 -3
- package/dist/cjs/_base/types/common.cjs +1 -3
- package/dist/cjs/_base/types/index.cjs +1 -6
- package/dist/cjs/action-button/index.cjs +1 -50
- package/dist/cjs/action-button/props.cjs +1 -3
- package/dist/cjs/action-button/use-action-button.cjs +1 -58
- package/dist/cjs/action-group/index.cjs +1 -28
- package/dist/cjs/action-group/props.cjs +1 -3
- package/dist/cjs/action-group/use-action-group.cjs +1 -22
- package/dist/cjs/action-group/use-computed-action-buttons.cjs +1 -43
- package/dist/cjs/affix/index.cjs +1 -13
- package/dist/cjs/alert/index.cjs +1 -13
- package/dist/cjs/anchor/index.cjs +1 -13
- package/dist/cjs/auto-complete/index.cjs +1 -13
- package/dist/cjs/avatar/index.cjs +1 -13
- package/dist/cjs/badge/index.cjs +1 -13
- package/dist/cjs/bool/index.cjs +1 -61
- package/dist/cjs/breadcrumb/index.cjs +1 -14
- package/dist/cjs/button/index.cjs +1 -13
- package/dist/cjs/calendar/index.cjs +1 -13
- package/dist/cjs/card/index.cjs +1 -13
- package/dist/cjs/carousel/index.cjs +1 -14
- package/dist/cjs/cascader/index.cjs +1 -13
- package/dist/cjs/center/index.cjs +1 -19
- package/dist/cjs/center/props.cjs +1 -3
- package/dist/cjs/charts/chart.cjs +1 -30
- package/dist/cjs/charts/helpers/group.cjs +1 -35
- package/dist/cjs/charts/helpers/index.cjs +1 -11
- package/dist/cjs/charts/hooks/index.cjs +1 -10
- package/dist/cjs/charts/hooks/use-chart.cjs +1 -176
- package/dist/cjs/charts/index.cjs +1 -12
- package/dist/cjs/charts/themes/index.cjs +1 -16
- package/dist/cjs/charts/themes/walden-dark.cjs +1 -400
- package/dist/cjs/charts/themes/walden.cjs +1 -365
- package/dist/cjs/charts/themes/wonderland-dark.cjs +1 -400
- package/dist/cjs/charts/themes/wonderland.cjs +1 -365
- package/dist/cjs/checkbox/index.cjs +1 -13
- package/dist/cjs/code-highlighter/index.cjs +1 -46
- package/dist/cjs/code-highlighter/props.cjs +1 -3
- package/dist/cjs/col/index.cjs +1 -13
- package/dist/cjs/collapse/index.cjs +1 -13
- package/dist/cjs/color-picker/index.cjs +1 -13
- package/dist/cjs/compact/index.cjs +1 -12
- package/dist/cjs/config-provider/app.cjs +1 -35
- package/dist/cjs/config-provider/context-holder.cjs +1 -29
- package/dist/cjs/config-provider/dark-mode-context.cjs +1 -15
- package/dist/cjs/config-provider/error-fallback.cjs +1 -19
- package/dist/cjs/config-provider/global-style.cjs +1 -14
- package/dist/cjs/config-provider/index.cjs +1 -58
- package/dist/cjs/config-provider/props.cjs +1 -3
- package/dist/cjs/config-provider/use-config-provider.cjs +1 -182
- package/dist/cjs/date-picker/index.cjs +1 -14
- package/dist/cjs/descriptions/index.cjs +1 -13
- package/dist/cjs/divider/index.cjs +1 -13
- package/dist/cjs/drawer/index.cjs +1 -13
- package/dist/cjs/dropdown/index.cjs +1 -13
- package/dist/cjs/dynamic-icon/index.cjs +1 -33
- package/dist/cjs/dynamic-icon/placeholder-icon.cjs +1 -17
- package/dist/cjs/dynamic-icon/props.cjs +1 -5
- package/dist/cjs/dynamic-icon/unknown-icon.cjs +1 -19
- package/dist/cjs/empty/empty.cjs +1 -16
- package/dist/cjs/empty/index.cjs +1 -10
- package/dist/cjs/flex/index.cjs +1 -13
- package/dist/cjs/flip-text/index.cjs +1 -63
- package/dist/cjs/flip-text/props.cjs +1 -3
- package/dist/cjs/float-button/index.cjs +1 -13
- package/dist/cjs/form/components/form.cjs +1 -41
- package/dist/cjs/form/components/index.cjs +1 -16
- package/dist/cjs/form/components/reset-button.cjs +1 -30
- package/dist/cjs/form/components/submit-button.cjs +1 -31
- package/dist/cjs/form/contexts/form-context.cjs +1 -18
- package/dist/cjs/form/contexts/form-layout.cjs +1 -23
- package/dist/cjs/form/contexts/index.cjs +1 -17
- package/dist/cjs/form/fields/auto-complete/index.cjs +1 -39
- package/dist/cjs/form/fields/auto-complete/props.cjs +1 -3
- package/dist/cjs/form/fields/bool/index.cjs +1 -31
- package/dist/cjs/form/fields/bool/props.cjs +1 -3
- package/dist/cjs/form/fields/cascader/index.cjs +1 -34
- package/dist/cjs/form/fields/cascader/props.cjs +1 -3
- package/dist/cjs/form/fields/checkbox/index.cjs +1 -51
- package/dist/cjs/form/fields/checkbox/props.cjs +1 -3
- package/dist/cjs/form/fields/color-picker/index.cjs +1 -32
- package/dist/cjs/form/fields/color-picker/props.cjs +1 -3
- package/dist/cjs/form/fields/date-picker/index.cjs +1 -34
- package/dist/cjs/form/fields/date-picker/props.cjs +1 -3
- package/dist/cjs/form/fields/date-range-picker/index.cjs +1 -34
- package/dist/cjs/form/fields/date-range-picker/props.cjs +1 -3
- package/dist/cjs/form/fields/index.cjs +1 -53
- package/dist/cjs/form/fields/input/index.cjs +1 -38
- package/dist/cjs/form/fields/input/props.cjs +1 -3
- package/dist/cjs/form/fields/input-number/index.cjs +1 -35
- package/dist/cjs/form/fields/input-number/props.cjs +1 -3
- package/dist/cjs/form/fields/mentions/index.cjs +1 -35
- package/dist/cjs/form/fields/mentions/props.cjs +1 -3
- package/dist/cjs/form/fields/password/index.cjs +1 -38
- package/dist/cjs/form/fields/password/props.cjs +1 -3
- package/dist/cjs/form/fields/radio/index.cjs +1 -35
- package/dist/cjs/form/fields/radio/props.cjs +1 -3
- package/dist/cjs/form/fields/rate/index.cjs +1 -33
- package/dist/cjs/form/fields/rate/props.cjs +1 -3
- package/dist/cjs/form/fields/select/index.cjs +1 -33
- package/dist/cjs/form/fields/select/props.cjs +1 -3
- package/dist/cjs/form/fields/slider/index.cjs +1 -32
- package/dist/cjs/form/fields/slider/props.cjs +1 -3
- package/dist/cjs/form/fields/textarea/index.cjs +1 -38
- package/dist/cjs/form/fields/textarea/props.cjs +1 -3
- package/dist/cjs/form/fields/time-picker/index.cjs +1 -34
- package/dist/cjs/form/fields/time-picker/props.cjs +1 -3
- package/dist/cjs/form/fields/time-range-picker/index.cjs +1 -34
- package/dist/cjs/form/fields/time-range-picker/props.cjs +1 -3
- package/dist/cjs/form/fields/transfer/index.cjs +1 -34
- package/dist/cjs/form/fields/transfer/props.cjs +1 -3
- package/dist/cjs/form/fields/tree-select/index.cjs +1 -32
- package/dist/cjs/form/fields/tree-select/props.cjs +1 -3
- package/dist/cjs/form/fields/upload/index.cjs +1 -61
- package/dist/cjs/form/fields/upload/props.cjs +1 -3
- package/dist/cjs/form/form.cjs +1 -35
- package/dist/cjs/form/helpers/index.cjs +1 -10
- package/dist/cjs/form/helpers/with-form-item.cjs +1 -50
- package/dist/cjs/form/hooks/use-form-item-props.cjs +1 -47
- package/dist/cjs/form/hooks/use-label-width.cjs +1 -23
- package/dist/cjs/form/index.cjs +1 -14
- package/dist/cjs/form/use-form.cjs +1 -29
- package/dist/cjs/grid/context.cjs +1 -19
- package/dist/cjs/grid/grid-item.cjs +1 -43
- package/dist/cjs/grid/hooks/index.cjs +1 -21
- package/dist/cjs/grid/hooks/use-container-breakpoints.cjs +1 -23
- package/dist/cjs/grid/hooks/use-container-width.cjs +1 -48
- package/dist/cjs/grid/hooks/use-grid-collapsed.cjs +1 -19
- package/dist/cjs/grid/hooks/use-normalized-gap.cjs +1 -47
- package/dist/cjs/grid/hooks/use-responsive-breakpoint.cjs +1 -19
- package/dist/cjs/grid/hooks/use-responsive-value.cjs +1 -35
- package/dist/cjs/grid/index.cjs +1 -140
- package/dist/cjs/grid/props.cjs +1 -3
- package/dist/cjs/grid/styles.cjs +1 -30
- package/dist/cjs/group/index.cjs +1 -20
- package/dist/cjs/group/props.cjs +1 -3
- package/dist/cjs/icon/index.cjs +1 -30
- package/dist/cjs/icon/props.cjs +1 -3
- package/dist/cjs/icon-button/index.cjs +1 -40
- package/dist/cjs/icon-button/props.cjs +1 -3
- package/dist/cjs/image/index.cjs +1 -13
- package/dist/cjs/index.cjs +1 -440
- package/dist/cjs/input/index.cjs +1 -13
- package/dist/cjs/input-number/index.cjs +1 -13
- package/dist/cjs/keyboard/index.cjs +1 -48
- package/dist/cjs/keyboard/props.cjs +1 -3
- package/dist/cjs/list/index.cjs +1 -13
- package/dist/cjs/loader/index.cjs +1 -48
- package/dist/cjs/loader/props.cjs +1 -3
- package/dist/cjs/mentions/index.cjs +1 -13
- package/dist/cjs/menu/index.cjs +1 -14
- package/dist/cjs/modal/index.cjs +1 -13
- package/dist/cjs/operation-button/index.cjs +1 -33
- package/dist/cjs/operation-button/props.cjs +1 -3
- package/dist/cjs/pagination/index.cjs +1 -13
- package/dist/cjs/permission-gate/index.cjs +1 -22
- package/dist/cjs/permission-gate/props.cjs +1 -3
- package/dist/cjs/popconfirm/index.cjs +1 -13
- package/dist/cjs/popover/index.cjs +1 -13
- package/dist/cjs/progress/index.cjs +1 -13
- package/dist/cjs/qrcode/index.cjs +1 -13
- package/dist/cjs/radio/index.cjs +1 -13
- package/dist/cjs/rate/index.cjs +1 -13
- package/dist/cjs/result/index.cjs +1 -13
- package/dist/cjs/row/index.cjs +1 -13
- package/dist/cjs/scroll-area/index.cjs +1 -69
- package/dist/cjs/scroll-area/props.cjs +1 -3
- package/dist/cjs/scroll-area/styles.cjs +1 -47
- package/dist/cjs/segmented/index.cjs +1 -13
- package/dist/cjs/select/hooks/index.cjs +1 -10
- package/dist/cjs/select/hooks/use-data-options-select.cjs +1 -70
- package/dist/cjs/select/index.cjs +1 -14
- package/dist/cjs/skeleton/index.cjs +1 -13
- package/dist/cjs/slider/index.cjs +1 -13
- package/dist/cjs/space/index.cjs +1 -10
- package/dist/cjs/space/space.cjs +1 -17
- package/dist/cjs/sparkles-text/index.cjs +1 -70
- package/dist/cjs/sparkles-text/props.cjs +1 -3
- package/dist/cjs/sparkles-text/sparkle.cjs +1 -44
- package/dist/cjs/spin/index.cjs +1 -13
- package/dist/cjs/split-text/index.cjs +1 -212
- package/dist/cjs/split-text/props.cjs +1 -3
- package/dist/cjs/splitter/index.cjs +1 -13
- package/dist/cjs/stack/index.cjs +1 -19
- package/dist/cjs/stack/props.cjs +1 -3
- package/dist/cjs/statistic/index.cjs +1 -13
- package/dist/cjs/steps/index.cjs +1 -13
- package/dist/cjs/switch/index.cjs +1 -13
- package/dist/cjs/table/index.cjs +1 -59
- package/dist/cjs/table/props.cjs +1 -3
- package/dist/cjs/table/use-pagination-props.cjs +1 -52
- package/dist/cjs/tabs/index.cjs +1 -13
- package/dist/cjs/tag/index.cjs +1 -13
- package/dist/cjs/time-picker/index.cjs +1 -13
- package/dist/cjs/timeline/index.cjs +1 -13
- package/dist/cjs/tooltip/index.cjs +1 -13
- package/dist/cjs/tour/index.cjs +1 -13
- package/dist/cjs/transfer/index.cjs +1 -13
- package/dist/cjs/tree/hooks/index.cjs +1 -10
- package/dist/cjs/tree/hooks/use-data-options-tree.cjs +1 -76
- package/dist/cjs/tree/index.cjs +1 -14
- package/dist/cjs/tree-select/hooks/index.cjs +1 -10
- package/dist/cjs/tree-select/hooks/use-data-options-tree-select.cjs +1 -70
- package/dist/cjs/tree-select/index.cjs +1 -14
- package/dist/cjs/typing-animation/index.cjs +1 -61
- package/dist/cjs/typing-animation/props.cjs +1 -3
- package/dist/cjs/typography/index.cjs +1 -22
- package/dist/cjs/upload/index.cjs +1 -83
- package/dist/cjs/upload/props.cjs +1 -3
- package/dist/cjs/watermark/index.cjs +1 -13
- package/dist/es/_base/constants/breakpoints.js +4 -4
- package/dist/es/_base/constants/common.js +19 -20
- package/dist/es/_base/constants/css-vars.js +4 -4
- package/dist/es/_base/constants/index.js +15 -4
- package/dist/es/_base/helpers/breakpoints.js +19 -23
- package/dist/es/_base/helpers/color.js +9 -9
- package/dist/es/_base/helpers/common.js +10 -15
- package/dist/es/_base/helpers/index.js +34 -9
- package/dist/es/_base/helpers/message.js +32 -29
- package/dist/es/_base/helpers/modal.js +82 -87
- package/dist/es/_base/helpers/notification.js +46 -44
- package/dist/es/_base/helpers/props.js +10 -10
- package/dist/es/_base/helpers/react.js +6 -7
- package/dist/es/_base/hooks/index.js +4 -2
- package/dist/es/_base/hooks/use-theme-tokens.js +10 -11
- package/dist/es/_base/index.js +5 -6
- package/dist/es/_base/styles/common.js +10 -11
- package/dist/es/_base/styles/index.js +4 -3
- 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 +2 -3
- package/dist/es/action-button/index.js +32 -38
- package/dist/es/action-button/props.js +1 -1
- package/dist/es/action-button/use-action-button.js +31 -39
- package/dist/es/action-group/index.js +14 -22
- package/dist/es/action-group/props.js +1 -1
- package/dist/es/action-group/use-action-group.js +10 -14
- package/dist/es/action-group/use-computed-action-buttons.js +25 -38
- package/dist/es/affix/index.js +4 -2
- package/dist/es/alert/index.js +4 -2
- package/dist/es/anchor/index.js +4 -2
- package/dist/es/auto-complete/index.js +4 -2
- package/dist/es/avatar/index.js +4 -2
- package/dist/es/badge/index.js +4 -2
- package/dist/es/bool/index.js +46 -53
- package/dist/es/breadcrumb/index.js +5 -3
- package/dist/es/button/index.js +4 -2
- package/dist/es/calendar/index.js +4 -2
- package/dist/es/card/index.js +4 -2
- package/dist/es/carousel/index.js +5 -3
- package/dist/es/cascader/index.js +4 -2
- package/dist/es/center/index.js +12 -13
- package/dist/es/center/props.js +1 -1
- package/dist/es/charts/chart.js +18 -25
- package/dist/es/charts/helpers/group.js +9 -9
- package/dist/es/charts/helpers/index.js +5 -2
- package/dist/es/charts/hooks/index.js +4 -2
- package/dist/es/charts/hooks/use-chart.js +97 -139
- package/dist/es/charts/index.js +6 -4
- package/dist/es/charts/themes/index.js +10 -5
- package/dist/es/charts/themes/walden-dark.js +29 -30
- package/dist/es/charts/themes/walden.js +29 -30
- package/dist/es/charts/themes/wonderland-dark.js +29 -30
- package/dist/es/charts/themes/wonderland.js +29 -30
- package/dist/es/checkbox/index.js +4 -2
- package/dist/es/code-highlighter/index.js +30 -34
- package/dist/es/code-highlighter/props.js +1 -1
- package/dist/es/col/index.js +4 -2
- package/dist/es/collapse/index.js +4 -2
- package/dist/es/color-picker/index.js +4 -2
- package/dist/es/compact/index.js +6 -7
- package/dist/es/config-provider/app.js +20 -26
- package/dist/es/config-provider/context-holder.js +18 -20
- package/dist/es/config-provider/dark-mode-context.js +8 -9
- package/dist/es/config-provider/error-fallback.js +10 -11
- package/dist/es/config-provider/global-style.js +9 -10
- package/dist/es/config-provider/index.js +36 -37
- package/dist/es/config-provider/props.js +1 -1
- package/dist/es/config-provider/use-config-provider.js +56 -75
- package/dist/es/date-picker/index.js +5 -3
- package/dist/es/descriptions/index.js +4 -2
- package/dist/es/divider/index.js +4 -2
- package/dist/es/drawer/index.js +4 -2
- package/dist/es/dropdown/index.js +4 -2
- package/dist/es/dynamic-icon/index.js +22 -25
- package/dist/es/dynamic-icon/placeholder-icon.js +10 -11
- package/dist/es/dynamic-icon/props.js +1 -2
- package/dist/es/dynamic-icon/unknown-icon.js +11 -12
- package/dist/es/empty/empty.js +9 -10
- package/dist/es/empty/index.js +4 -2
- package/dist/es/flex/index.js +4 -2
- package/dist/es/flip-text/index.js +30 -32
- package/dist/es/flip-text/props.js +1 -1
- package/dist/es/float-button/index.js +4 -2
- package/dist/es/form/components/form.js +28 -34
- package/dist/es/form/components/index.js +10 -11
- package/dist/es/form/components/reset-button.js +18 -23
- package/dist/es/form/components/submit-button.js +20 -23
- package/dist/es/form/contexts/form-context.js +12 -10
- package/dist/es/form/contexts/form-layout.js +12 -12
- package/dist/es/form/contexts/index.js +11 -3
- package/dist/es/form/fields/auto-complete/index.js +26 -29
- package/dist/es/form/fields/auto-complete/props.js +1 -1
- package/dist/es/form/fields/bool/index.js +19 -22
- package/dist/es/form/fields/bool/props.js +1 -1
- package/dist/es/form/fields/cascader/index.js +22 -25
- package/dist/es/form/fields/cascader/props.js +1 -1
- package/dist/es/form/fields/checkbox/index.js +30 -35
- package/dist/es/form/fields/checkbox/props.js +1 -1
- package/dist/es/form/fields/color-picker/index.js +20 -23
- package/dist/es/form/fields/color-picker/props.js +1 -1
- package/dist/es/form/fields/date-picker/index.js +22 -25
- package/dist/es/form/fields/date-picker/props.js +1 -1
- package/dist/es/form/fields/date-range-picker/index.js +22 -25
- package/dist/es/form/fields/date-range-picker/props.js +1 -1
- package/dist/es/form/fields/index.js +47 -48
- package/dist/es/form/fields/input/index.js +25 -28
- package/dist/es/form/fields/input/props.js +1 -1
- package/dist/es/form/fields/input-number/index.js +23 -26
- package/dist/es/form/fields/input-number/props.js +1 -1
- package/dist/es/form/fields/mentions/index.js +23 -26
- package/dist/es/form/fields/mentions/props.js +1 -1
- package/dist/es/form/fields/password/index.js +25 -28
- package/dist/es/form/fields/password/props.js +1 -1
- package/dist/es/form/fields/radio/index.js +22 -25
- package/dist/es/form/fields/radio/props.js +1 -1
- package/dist/es/form/fields/rate/index.js +21 -24
- package/dist/es/form/fields/rate/props.js +1 -1
- package/dist/es/form/fields/select/index.js +21 -24
- package/dist/es/form/fields/select/props.js +1 -1
- package/dist/es/form/fields/slider/index.js +20 -23
- package/dist/es/form/fields/slider/props.js +1 -1
- package/dist/es/form/fields/textarea/index.js +25 -28
- package/dist/es/form/fields/textarea/props.js +1 -1
- package/dist/es/form/fields/time-picker/index.js +22 -25
- package/dist/es/form/fields/time-picker/props.js +1 -1
- package/dist/es/form/fields/time-range-picker/index.js +22 -25
- package/dist/es/form/fields/time-range-picker/props.js +1 -1
- package/dist/es/form/fields/transfer/index.js +21 -24
- package/dist/es/form/fields/transfer/props.js +1 -1
- package/dist/es/form/fields/tree-select/index.js +20 -23
- package/dist/es/form/fields/tree-select/props.js +1 -1
- package/dist/es/form/fields/upload/index.js +39 -50
- package/dist/es/form/fields/upload/props.js +1 -1
- package/dist/es/form/form.js +23 -20
- package/dist/es/form/helpers/index.js +4 -2
- package/dist/es/form/helpers/with-form-item.js +33 -37
- package/dist/es/form/hooks/use-form-item-props.js +32 -39
- package/dist/es/form/hooks/use-label-width.js +11 -18
- package/dist/es/form/index.js +8 -3
- package/dist/es/form/use-form.js +16 -21
- package/dist/es/grid/context.js +10 -12
- package/dist/es/grid/grid-item.js +29 -32
- package/dist/es/grid/hooks/index.js +15 -7
- package/dist/es/grid/hooks/use-container-breakpoints.js +14 -18
- package/dist/es/grid/hooks/use-container-width.js +22 -38
- package/dist/es/grid/hooks/use-grid-collapsed.js +10 -11
- package/dist/es/grid/hooks/use-normalized-gap.js +30 -38
- package/dist/es/grid/hooks/use-responsive-breakpoint.js +10 -13
- package/dist/es/grid/hooks/use-responsive-value.js +22 -25
- package/dist/es/grid/index.js +86 -123
- package/dist/es/grid/props.js +1 -1
- package/dist/es/grid/styles.js +11 -12
- package/dist/es/group/index.js +13 -14
- package/dist/es/group/props.js +1 -1
- package/dist/es/icon/index.js +15 -16
- package/dist/es/icon/props.js +1 -1
- package/dist/es/icon-button/index.js +25 -26
- package/dist/es/icon-button/props.js +1 -1
- package/dist/es/image/index.js +4 -2
- package/dist/es/index.js +254 -115
- package/dist/es/input/index.js +4 -2
- package/dist/es/input-number/index.js +4 -2
- package/dist/es/keyboard/index.js +26 -29
- package/dist/es/keyboard/props.js +1 -1
- package/dist/es/list/index.js +4 -2
- package/dist/es/loader/index.js +31 -39
- package/dist/es/loader/props.js +1 -1
- package/dist/es/mentions/index.js +4 -2
- package/dist/es/menu/index.js +5 -3
- package/dist/es/modal/index.js +4 -2
- package/dist/es/operation-button/index.js +19 -23
- package/dist/es/operation-button/props.js +1 -1
- package/dist/es/pagination/index.js +4 -2
- package/dist/es/permission-gate/index.js +12 -16
- package/dist/es/permission-gate/props.js +1 -1
- package/dist/es/popconfirm/index.js +4 -2
- package/dist/es/popover/index.js +4 -2
- package/dist/es/progress/index.js +4 -2
- package/dist/es/qrcode/index.js +4 -2
- package/dist/es/radio/index.js +4 -2
- package/dist/es/rate/index.js +4 -2
- package/dist/es/result/index.js +4 -2
- package/dist/es/row/index.js +4 -2
- package/dist/es/scroll-area/index.js +47 -59
- package/dist/es/scroll-area/props.js +1 -1
- package/dist/es/scroll-area/styles.js +16 -17
- package/dist/es/segmented/index.js +4 -2
- package/dist/es/select/hooks/index.js +4 -2
- package/dist/es/select/hooks/use-data-options-select.js +47 -56
- package/dist/es/select/index.js +5 -3
- package/dist/es/skeleton/index.js +4 -2
- package/dist/es/slider/index.js +4 -2
- package/dist/es/space/index.js +4 -2
- package/dist/es/space/space.js +10 -11
- package/dist/es/sparkles-text/index.js +41 -50
- package/dist/es/sparkles-text/props.js +1 -1
- package/dist/es/sparkles-text/sparkle.js +23 -24
- package/dist/es/spin/index.js +4 -2
- package/dist/es/split-text/index.js +114 -158
- package/dist/es/split-text/props.js +1 -1
- package/dist/es/splitter/index.js +4 -2
- package/dist/es/stack/index.js +12 -13
- package/dist/es/stack/props.js +1 -1
- package/dist/es/statistic/index.js +4 -2
- package/dist/es/steps/index.js +4 -2
- package/dist/es/switch/index.js +4 -2
- package/dist/es/table/index.js +41 -46
- package/dist/es/table/props.js +1 -1
- package/dist/es/table/use-pagination-props.js +26 -28
- package/dist/es/tabs/index.js +4 -2
- package/dist/es/tag/index.js +4 -2
- package/dist/es/time-picker/index.js +4 -2
- package/dist/es/timeline/index.js +4 -2
- package/dist/es/tooltip/index.js +4 -2
- package/dist/es/tour/index.js +4 -2
- package/dist/es/transfer/index.js +4 -2
- package/dist/es/tree/hooks/index.js +4 -2
- package/dist/es/tree/hooks/use-data-options-tree.js +47 -63
- package/dist/es/tree/index.js +5 -3
- package/dist/es/tree-select/hooks/index.js +4 -2
- package/dist/es/tree-select/hooks/use-data-options-tree-select.js +45 -58
- package/dist/es/tree-select/index.js +5 -3
- package/dist/es/typing-animation/index.js +35 -48
- package/dist/es/typing-animation/props.js +1 -1
- package/dist/es/typography/index.js +16 -14
- package/dist/es/upload/index.js +44 -69
- package/dist/es/upload/props.js +1 -1
- package/dist/es/watermark/index.js +4 -2
- package/package.json +6 -6
package/dist/cjs/grid/styles.cjs
CHANGED
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
'use strict';
|
|
3
|
-
|
|
4
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
5
|
-
|
|
6
|
-
const react = require('@emotion/react');
|
|
7
|
-
|
|
8
|
-
function _EMOTION_STRINGIFIED_CSS_ERROR__() {
|
|
9
|
-
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).";
|
|
10
|
-
}
|
|
11
|
-
const gridColumns = 24;
|
|
12
|
-
const grid = /* @__PURE__ */ react.css({
|
|
13
|
-
display: "grid",
|
|
14
|
-
width: "100%",
|
|
15
|
-
gridTemplateColumns: `repeat(${gridColumns}, minmax(0, 1fr))`,
|
|
16
|
-
columnGap: "var(--vef-grid-column-gap, 0)",
|
|
17
|
-
rowGap: "var(--vef-grid-row-gap, 0)"
|
|
18
|
-
}, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy92ZW51cy9WRUYvdmVmLWZyYW1ld29yay1yZWFjdC9wYWNrYWdlcy9jb21wb25lbnRzL3NyYy9ncmlkL3N0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFJb0IiLCJmaWxlIjoiL1VzZXJzL3ZlbnVzL1ZFRi92ZWYtZnJhbWV3b3JrLXJlYWN0L3BhY2thZ2VzL2NvbXBvbmVudHMvc3JjL2dyaWQvc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSBcIkBlbW90aW9uL3JlYWN0XCI7XG5cbmV4cG9ydCBjb25zdCBncmlkQ29sdW1ucyA9IDI0O1xuXG5leHBvcnQgY29uc3QgZ3JpZCA9IGNzcyh7XG4gIGRpc3BsYXk6IFwiZ3JpZFwiLFxuICB3aWR0aDogXCIxMDAlXCIsXG4gIGdyaWRUZW1wbGF0ZUNvbHVtbnM6IGByZXBlYXQoJHtncmlkQ29sdW1uc30sIG1pbm1heCgwLCAxZnIpKWAsXG4gIGNvbHVtbkdhcDogXCJ2YXIoLS12ZWYtZ3JpZC1jb2x1bW4tZ2FwLCAwKVwiLFxuICByb3dHYXA6IFwidmFyKC0tdmVmLWdyaWQtcm93LWdhcCwgMClcIlxufSk7XG5cbmV4cG9ydCBjb25zdCBncmlkSXRlbSA9IGNzcyh7XG4gIGdyaWRDb2x1bW46IFwidmFyKC0tdmVmLWdyaWQtaXRlbS1jb2x1bW4sIHNwYW4gMSlcIixcbiAgbWFyZ2luTGVmdDogXCJ2YXIoLS12ZWYtZ3JpZC1pdGVtLW1hcmdpbi1sZWZ0LCAwKVwiLFxuICBcIiYuaGlkZGVuXCI6IHtcbiAgICBkaXNwbGF5OiBcIm5vbmVcIlxuICB9XG59KTtcbiJdfQ== */");
|
|
19
|
-
const gridItem = process.env.NODE_ENV === "production" ? {
|
|
20
|
-
name: "6308ym",
|
|
21
|
-
styles: "grid-column:var(--vef-grid-item-column, span 1);margin-left:var(--vef-grid-item-margin-left, 0);&.hidden{display:none;}"
|
|
22
|
-
} : {
|
|
23
|
-
name: "6308ym",
|
|
24
|
-
styles: "grid-column:var(--vef-grid-item-column, span 1);margin-left:var(--vef-grid-item-margin-left, 0);&.hidden{display:none;}/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy92ZW51cy9WRUYvdmVmLWZyYW1ld29yay1yZWFjdC9wYWNrYWdlcy9jb21wb25lbnRzL3NyYy9ncmlkL3N0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFZd0IiLCJmaWxlIjoiL1VzZXJzL3ZlbnVzL1ZFRi92ZWYtZnJhbWV3b3JrLXJlYWN0L3BhY2thZ2VzL2NvbXBvbmVudHMvc3JjL2dyaWQvc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSBcIkBlbW90aW9uL3JlYWN0XCI7XG5cbmV4cG9ydCBjb25zdCBncmlkQ29sdW1ucyA9IDI0O1xuXG5leHBvcnQgY29uc3QgZ3JpZCA9IGNzcyh7XG4gIGRpc3BsYXk6IFwiZ3JpZFwiLFxuICB3aWR0aDogXCIxMDAlXCIsXG4gIGdyaWRUZW1wbGF0ZUNvbHVtbnM6IGByZXBlYXQoJHtncmlkQ29sdW1uc30sIG1pbm1heCgwLCAxZnIpKWAsXG4gIGNvbHVtbkdhcDogXCJ2YXIoLS12ZWYtZ3JpZC1jb2x1bW4tZ2FwLCAwKVwiLFxuICByb3dHYXA6IFwidmFyKC0tdmVmLWdyaWQtcm93LWdhcCwgMClcIlxufSk7XG5cbmV4cG9ydCBjb25zdCBncmlkSXRlbSA9IGNzcyh7XG4gIGdyaWRDb2x1bW46IFwidmFyKC0tdmVmLWdyaWQtaXRlbS1jb2x1bW4sIHNwYW4gMSlcIixcbiAgbWFyZ2luTGVmdDogXCJ2YXIoLS12ZWYtZ3JpZC1pdGVtLW1hcmdpbi1sZWZ0LCAwKVwiLFxuICBcIiYuaGlkZGVuXCI6IHtcbiAgICBkaXNwbGF5OiBcIm5vbmVcIlxuICB9XG59KTtcbiJdfQ== */",
|
|
25
|
-
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
exports.grid = grid;
|
|
29
|
-
exports.gridColumns = gridColumns;
|
|
30
|
-
exports.gridItem = gridItem;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("@emotion/react");function d(){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)."}const c=24,I=i.css({display:"grid",width:"100%",gridTemplateColumns:`repeat(${c}, minmax(0, 1fr))`,columnGap:"var(--vef-grid-column-gap, 0)",rowGap:"var(--vef-grid-row-gap, 0)"},process.env.NODE_ENV==="production"?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy92ZW51cy9WRUYvdmVmLWZyYW1ld29yay1yZWFjdC9wYWNrYWdlcy9jb21wb25lbnRzL3NyYy9ncmlkL3N0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFJb0IiLCJmaWxlIjoiL1VzZXJzL3ZlbnVzL1ZFRi92ZWYtZnJhbWV3b3JrLXJlYWN0L3BhY2thZ2VzL2NvbXBvbmVudHMvc3JjL2dyaWQvc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSBcIkBlbW90aW9uL3JlYWN0XCI7XG5cbmV4cG9ydCBjb25zdCBncmlkQ29sdW1ucyA9IDI0O1xuXG5leHBvcnQgY29uc3QgZ3JpZCA9IGNzcyh7XG4gIGRpc3BsYXk6IFwiZ3JpZFwiLFxuICB3aWR0aDogXCIxMDAlXCIsXG4gIGdyaWRUZW1wbGF0ZUNvbHVtbnM6IGByZXBlYXQoJHtncmlkQ29sdW1uc30sIG1pbm1heCgwLCAxZnIpKWAsXG4gIGNvbHVtbkdhcDogXCJ2YXIoLS12ZWYtZ3JpZC1jb2x1bW4tZ2FwLCAwKVwiLFxuICByb3dHYXA6IFwidmFyKC0tdmVmLWdyaWQtcm93LWdhcCwgMClcIlxufSk7XG5cbmV4cG9ydCBjb25zdCBncmlkSXRlbSA9IGNzcyh7XG4gIGdyaWRDb2x1bW46IFwidmFyKC0tdmVmLWdyaWQtaXRlbS1jb2x1bW4sIHNwYW4gMSlcIixcbiAgbWFyZ2luTGVmdDogXCJ2YXIoLS12ZWYtZ3JpZC1pdGVtLW1hcmdpbi1sZWZ0LCAwKVwiLFxuICBcIiYuaGlkZGVuXCI6IHtcbiAgICBkaXNwbGF5OiBcIm5vbmVcIlxuICB9XG59KTtcbiJdfQ== */"),b=process.env.NODE_ENV==="production"?{name:"6308ym",styles:"grid-column:var(--vef-grid-item-column, span 1);margin-left:var(--vef-grid-item-margin-left, 0);&.hidden{display:none;}"}:{name:"6308ym",styles:"grid-column:var(--vef-grid-item-column, span 1);margin-left:var(--vef-grid-item-margin-left, 0);&.hidden{display:none;}/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy92ZW51cy9WRUYvdmVmLWZyYW1ld29yay1yZWFjdC9wYWNrYWdlcy9jb21wb25lbnRzL3NyYy9ncmlkL3N0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFZd0IiLCJmaWxlIjoiL1VzZXJzL3ZlbnVzL1ZFRi92ZWYtZnJhbWV3b3JrLXJlYWN0L3BhY2thZ2VzL2NvbXBvbmVudHMvc3JjL2dyaWQvc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSBcIkBlbW90aW9uL3JlYWN0XCI7XG5cbmV4cG9ydCBjb25zdCBncmlkQ29sdW1ucyA9IDI0O1xuXG5leHBvcnQgY29uc3QgZ3JpZCA9IGNzcyh7XG4gIGRpc3BsYXk6IFwiZ3JpZFwiLFxuICB3aWR0aDogXCIxMDAlXCIsXG4gIGdyaWRUZW1wbGF0ZUNvbHVtbnM6IGByZXBlYXQoJHtncmlkQ29sdW1uc30sIG1pbm1heCgwLCAxZnIpKWAsXG4gIGNvbHVtbkdhcDogXCJ2YXIoLS12ZWYtZ3JpZC1jb2x1bW4tZ2FwLCAwKVwiLFxuICByb3dHYXA6IFwidmFyKC0tdmVmLWdyaWQtcm93LWdhcCwgMClcIlxufSk7XG5cbmV4cG9ydCBjb25zdCBncmlkSXRlbSA9IGNzcyh7XG4gIGdyaWRDb2x1bW46IFwidmFyKC0tdmVmLWdyaWQtaXRlbS1jb2x1bW4sIHNwYW4gMSlcIixcbiAgbWFyZ2luTGVmdDogXCJ2YXIoLS12ZWYtZ3JpZC1pdGVtLW1hcmdpbi1sZWZ0LCAwKVwiLFxuICBcIiYuaGlkZGVuXCI6IHtcbiAgICBkaXNwbGF5OiBcIm5vbmVcIlxuICB9XG59KTtcbiJdfQ== */",toString:d};exports.grid=I;exports.gridColumns=c;exports.gridItem=b;
|
package/dist/cjs/group/index.cjs
CHANGED
|
@@ -1,20 +1 @@
|
|
|
1
|
-
|
|
2
|
-
'use strict';
|
|
3
|
-
|
|
4
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
5
|
-
|
|
6
|
-
const jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
7
|
-
require('../flex/index.cjs');
|
|
8
|
-
require('./props.cjs');
|
|
9
|
-
const antd = require('antd');
|
|
10
|
-
|
|
11
|
-
function Group({
|
|
12
|
-
children,
|
|
13
|
-
gap = "small",
|
|
14
|
-
align = "center",
|
|
15
|
-
...props
|
|
16
|
-
}) {
|
|
17
|
-
return /* @__PURE__ */ jsxRuntime.jsx(antd.Flex, { align, gap, orientation: "horizontal", ...props, children });
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
exports.Group = Group;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("@emotion/react/jsx-runtime");require("../flex/index.cjs");require("./props.cjs");const i=require("antd");function u({children:e,gap:r="small",align:t="center",...n}){return o.jsx(i.Flex,{align:t,gap:r,orientation:"horizontal",...n,children:e})}exports.Group=u;
|
package/dist/cjs/group/props.cjs
CHANGED
package/dist/cjs/icon/index.cjs
CHANGED
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
'use strict';
|
|
3
|
-
|
|
4
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
5
|
-
|
|
6
|
-
const jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
7
|
-
require('@emotion/react');
|
|
8
|
-
require('./props.cjs');
|
|
9
|
-
|
|
10
|
-
function _EMOTION_STRINGIFIED_CSS_ERROR__() {
|
|
11
|
-
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).";
|
|
12
|
-
}
|
|
13
|
-
const iconStyle = process.env.NODE_ENV === "production" ? {
|
|
14
|
-
name: "8sxzyi",
|
|
15
|
-
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"
|
|
16
|
-
} : {
|
|
17
|
-
name: "8sxzyi",
|
|
18
|
-
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,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy92ZW51cy9WRUYvdmVmLWZyYW1ld29yay1yZWFjdC9wYWNrYWdlcy9jb21wb25lbnRzL3NyYy9pY29uL2luZGV4LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFJa0IiLCJmaWxlIjoiL1VzZXJzL3ZlbnVzL1ZFRi92ZWYtZnJhbWV3b3JrLXJlYWN0L3BhY2thZ2VzL2NvbXBvbmVudHMvc3JjL2ljb24vaW5kZXgudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBJY29uUHJvcHMgfSBmcm9tIFwiLi9wcm9wc1wiO1xuXG5pbXBvcnQgeyBjc3MgfSBmcm9tIFwiQGVtb3Rpb24vcmVhY3RcIjtcblxuY29uc3QgaWNvblN0eWxlID0gY3NzKHtcbiAgZGlzcGxheTogXCJpbmxpbmUtZmxleFwiLFxuICBqdXN0aWZ5Q29udGVudDogXCJjZW50ZXJcIixcbiAgYWxpZ25JdGVtczogXCJjZW50ZXJcIixcbiAgY29sb3I6IFwiaW5oZXJpdFwiLFxuICBmb250U3R5bGU6IFwibm9ybWFsXCIsXG4gIGxpbmVIZWlnaHQ6IDAsXG4gIHRleHRUcmFuc2Zvcm06IFwibm9uZVwiLFxuICB0ZXh0UmVuZGVyaW5nOiBcIm9wdGltaXplTGVnaWJpbGl0eVwiLFxuICBXZWJraXRGb250U21vb3RoaW5nOiBcImFudGlhbGlhc2VkXCIsXG4gIE1vek9zeEZvbnRTbW9vdGhpbmc6IFwiZ3JheXNjYWxlXCIsXG4gIHZlcnRpY2FsQWxpZ246IFwiLTAuMjVlbVwiXG59KTtcblxuZXhwb3J0IGZ1bmN0aW9uIEljb24oe1xuICBjb21wb25lbnQ6IENvbXBvbmVudCxcbiAgY2xhc3NOYW1lLFxuICBzdHlsZSxcbiAgLi4ucHJvcHNcbn06IEljb25Qcm9wcykge1xuICByZXR1cm4gKFxuICAgIDxzcGFuXG4gICAgICBjbGFzc05hbWU9e2NsYXNzTmFtZX1cbiAgICAgIGNzcz17aWNvblN0eWxlfVxuICAgICAgc3R5bGU9e3N0eWxlfVxuICAgID5cbiAgICAgIDxDb21wb25lbnQgc2l6ZT1cIjEuMmVtXCIgey4uLnByb3BzfSAvPlxuICAgIDwvc3Bhbj5cbiAgKTtcbn1cblxuZXhwb3J0IHsgdHlwZSBJY29uUHJvcHMgfSBmcm9tIFwiLi9wcm9wc1wiO1xuIl19 */",
|
|
19
|
-
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
20
|
-
};
|
|
21
|
-
function Icon({
|
|
22
|
-
component: Component,
|
|
23
|
-
className,
|
|
24
|
-
style,
|
|
25
|
-
...props
|
|
26
|
-
}) {
|
|
27
|
-
return /* @__PURE__ */ jsxRuntime.jsx("span", { className, css: iconStyle, style, children: /* @__PURE__ */ jsxRuntime.jsx(Component, { size: "1.2em", ...props }) });
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
exports.Icon = Icon;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime");require("@emotion/react");require("./props.cjs");function l(){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)."}const b=process.env.NODE_ENV==="production"?{name:"8sxzyi",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"}:{name:"8sxzyi",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,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy92ZW51cy9WRUYvdmVmLWZyYW1ld29yay1yZWFjdC9wYWNrYWdlcy9jb21wb25lbnRzL3NyYy9pY29uL2luZGV4LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFJa0IiLCJmaWxlIjoiL1VzZXJzL3ZlbnVzL1ZFRi92ZWYtZnJhbWV3b3JrLXJlYWN0L3BhY2thZ2VzL2NvbXBvbmVudHMvc3JjL2ljb24vaW5kZXgudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBJY29uUHJvcHMgfSBmcm9tIFwiLi9wcm9wc1wiO1xuXG5pbXBvcnQgeyBjc3MgfSBmcm9tIFwiQGVtb3Rpb24vcmVhY3RcIjtcblxuY29uc3QgaWNvblN0eWxlID0gY3NzKHtcbiAgZGlzcGxheTogXCJpbmxpbmUtZmxleFwiLFxuICBqdXN0aWZ5Q29udGVudDogXCJjZW50ZXJcIixcbiAgYWxpZ25JdGVtczogXCJjZW50ZXJcIixcbiAgY29sb3I6IFwiaW5oZXJpdFwiLFxuICBmb250U3R5bGU6IFwibm9ybWFsXCIsXG4gIGxpbmVIZWlnaHQ6IDAsXG4gIHRleHRUcmFuc2Zvcm06IFwibm9uZVwiLFxuICB0ZXh0UmVuZGVyaW5nOiBcIm9wdGltaXplTGVnaWJpbGl0eVwiLFxuICBXZWJraXRGb250U21vb3RoaW5nOiBcImFudGlhbGlhc2VkXCIsXG4gIE1vek9zeEZvbnRTbW9vdGhpbmc6IFwiZ3JheXNjYWxlXCIsXG4gIHZlcnRpY2FsQWxpZ246IFwiLTAuMjVlbVwiXG59KTtcblxuZXhwb3J0IGZ1bmN0aW9uIEljb24oe1xuICBjb21wb25lbnQ6IENvbXBvbmVudCxcbiAgY2xhc3NOYW1lLFxuICBzdHlsZSxcbiAgLi4ucHJvcHNcbn06IEljb25Qcm9wcykge1xuICByZXR1cm4gKFxuICAgIDxzcGFuXG4gICAgICBjbGFzc05hbWU9e2NsYXNzTmFtZX1cbiAgICAgIGNzcz17aWNvblN0eWxlfVxuICAgICAgc3R5bGU9e3N0eWxlfVxuICAgID5cbiAgICAgIDxDb21wb25lbnQgc2l6ZT1cIjEuMmVtXCIgey4uLnByb3BzfSAvPlxuICAgIDwvc3Bhbj5cbiAgKTtcbn1cblxuZXhwb3J0IHsgdHlwZSBJY29uUHJvcHMgfSBmcm9tIFwiLi9wcm9wc1wiO1xuIl19 */",toString:l};function o({component:i,className:t,style:c,...n}){return e.jsx("span",{className:t,css:b,style:c,children:e.jsx(i,{size:"1.2em",...n})})}exports.Icon=o;
|
package/dist/cjs/icon/props.cjs
CHANGED
|
@@ -1,40 +1 @@
|
|
|
1
|
-
|
|
2
|
-
'use strict';
|
|
3
|
-
|
|
4
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
5
|
-
|
|
6
|
-
const jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
7
|
-
const react = require('@emotion/react');
|
|
8
|
-
const shared = require('@vef-framework/shared');
|
|
9
|
-
const react$1 = require('react');
|
|
10
|
-
require('../_base/index.cjs');
|
|
11
|
-
require('../button/index.cjs');
|
|
12
|
-
require('../tooltip/index.cjs');
|
|
13
|
-
require('./props.cjs');
|
|
14
|
-
const cssVars = require('../_base/constants/css-vars.cjs');
|
|
15
|
-
const antd = require('antd');
|
|
16
|
-
|
|
17
|
-
const buttonStyle = /* @__PURE__ */ react.css({
|
|
18
|
-
padding: 0,
|
|
19
|
-
width: cssVars.globalCssVars.controlHeight,
|
|
20
|
-
"&.vef-btn-sm": {
|
|
21
|
-
width: cssVars.globalCssVars.controlHeightSm
|
|
22
|
-
},
|
|
23
|
-
"&.vef-btn-lg": {
|
|
24
|
-
width: cssVars.globalCssVars.controlHeightLg
|
|
25
|
-
}
|
|
26
|
-
}, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy92ZW51cy9WRUYvdmVmLWZyYW1ld29yay1yZWFjdC9wYWNrYWdlcy9jb21wb25lbnRzL3NyYy9pY29uLWJ1dHRvbi9pbmRleC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBVW9CIiwiZmlsZSI6Ii9Vc2Vycy92ZW51cy9WRUYvdmVmLWZyYW1ld29yay1yZWFjdC9wYWNrYWdlcy9jb21wb25lbnRzL3NyYy9pY29uLWJ1dHRvbi9pbmRleC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEljb25CdXR0b25Qcm9wcyB9IGZyb20gXCIuL3Byb3BzXCI7XG5cbmltcG9ydCB7IGNzcyB9IGZyb20gXCJAZW1vdGlvbi9yZWFjdFwiO1xuaW1wb3J0IHsgaXNOdWxsaXNoIH0gZnJvbSBcIkB2ZWYtZnJhbWV3b3JrL3NoYXJlZFwiO1xuaW1wb3J0IHsgY2xvbmVFbGVtZW50IH0gZnJvbSBcInJlYWN0XCI7XG5cbmltcG9ydCB7IGdsb2JhbENzc1ZhcnMgfSBmcm9tIFwiLi4vX2Jhc2VcIjtcbmltcG9ydCB7IEJ1dHRvbiB9IGZyb20gXCIuLi9idXR0b25cIjtcbmltcG9ydCB7IFRvb2x0aXAgfSBmcm9tIFwiLi4vdG9vbHRpcFwiO1xuXG5jb25zdCBidXR0b25TdHlsZSA9IGNzcyh7XG4gIHBhZGRpbmc6IDAsXG4gIHdpZHRoOiBnbG9iYWxDc3NWYXJzLmNvbnRyb2xIZWlnaHQsXG4gIFwiJi52ZWYtYnRuLXNtXCI6IHtcbiAgICB3aWR0aDogZ2xvYmFsQ3NzVmFycy5jb250cm9sSGVpZ2h0U21cbiAgfSxcbiAgXCImLnZlZi1idG4tbGdcIjoge1xuICAgIHdpZHRoOiBnbG9iYWxDc3NWYXJzLmNvbnRyb2xIZWlnaHRMZ1xuICB9XG59KTtcblxuZXhwb3J0IGZ1bmN0aW9uIEljb25CdXR0b24oe1xuICBpY29uLFxuICB0aXAsXG4gIHRpcERlbGF5LFxuICBwbGFjZW1lbnQsXG4gIC4uLnByb3BzXG59OiBJY29uQnV0dG9uUHJvcHMpIHtcbiAgY29uc3QgYnV0dG9uTm9kZSA9IChcbiAgICA8QnV0dG9uXG4gICAgICBjc3M9e2J1dHRvblN0eWxlfVxuICAgICAgdHlwZT1cInRleHRcIlxuICAgICAgey4uLnByb3BzfVxuICAgID5cbiAgICAgIHtcbiAgICAgICAgY2xvbmVFbGVtZW50KGljb24sIHtcbiAgICAgICAgICBzaXplOiBcIjEuMmVtXCJcbiAgICAgICAgfSlcbiAgICAgIH1cbiAgICA8L0J1dHRvbj5cbiAgKTtcblxuICByZXR1cm4gaXNOdWxsaXNoKHRpcClcbiAgICA/IGJ1dHRvbk5vZGVcbiAgICA6IChcbiAgICAgICAgPFRvb2x0aXBcbiAgICAgICAgICBtb3VzZUVudGVyRGVsYXk9e3RpcERlbGF5fVxuICAgICAgICAgIHBsYWNlbWVudD17cGxhY2VtZW50fVxuICAgICAgICAgIHRpdGxlPXt0aXB9XG4gICAgICAgID5cbiAgICAgICAgICB7YnV0dG9uTm9kZX1cbiAgICAgICAgPC9Ub29sdGlwPlxuICAgICAgKTtcbn1cblxuZXhwb3J0IHsgdHlwZSBJY29uQnV0dG9uUHJvcHMgfSBmcm9tIFwiLi9wcm9wc1wiO1xuIl19 */");
|
|
27
|
-
function IconButton({
|
|
28
|
-
icon,
|
|
29
|
-
tip,
|
|
30
|
-
tipDelay,
|
|
31
|
-
placement,
|
|
32
|
-
...props
|
|
33
|
-
}) {
|
|
34
|
-
const buttonNode = /* @__PURE__ */ jsxRuntime.jsx(antd.Button, { css: buttonStyle, type: "text", ...props, children: react$1.cloneElement(icon, {
|
|
35
|
-
size: "1.2em"
|
|
36
|
-
}) });
|
|
37
|
-
return shared.isNullish(tip) ? buttonNode : /* @__PURE__ */ jsxRuntime.jsx(antd.Tooltip, { mouseEnterDelay: tipDelay, placement, title: tip, children: buttonNode });
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
exports.IconButton = IconButton;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const g=require("@emotion/react/jsx-runtime"),u=require("@emotion/react"),n=require("@vef-framework/shared"),d=require("react");require("../_base/index.cjs");require("../button/index.cjs");require("../tooltip/index.cjs");require("./props.cjs");const I=require("../_base/constants/css-vars.cjs"),i=require("antd"),A=u.css({padding:0,width:I.globalCssVars.controlHeight,"&.vef-btn-sm":{width:I.globalCssVars.controlHeightSm},"&.vef-btn-lg":{width:I.globalCssVars.controlHeightLg}},process.env.NODE_ENV==="production"?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy92ZW51cy9WRUYvdmVmLWZyYW1ld29yay1yZWFjdC9wYWNrYWdlcy9jb21wb25lbnRzL3NyYy9pY29uLWJ1dHRvbi9pbmRleC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBVW9CIiwiZmlsZSI6Ii9Vc2Vycy92ZW51cy9WRUYvdmVmLWZyYW1ld29yay1yZWFjdC9wYWNrYWdlcy9jb21wb25lbnRzL3NyYy9pY29uLWJ1dHRvbi9pbmRleC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEljb25CdXR0b25Qcm9wcyB9IGZyb20gXCIuL3Byb3BzXCI7XG5cbmltcG9ydCB7IGNzcyB9IGZyb20gXCJAZW1vdGlvbi9yZWFjdFwiO1xuaW1wb3J0IHsgaXNOdWxsaXNoIH0gZnJvbSBcIkB2ZWYtZnJhbWV3b3JrL3NoYXJlZFwiO1xuaW1wb3J0IHsgY2xvbmVFbGVtZW50IH0gZnJvbSBcInJlYWN0XCI7XG5cbmltcG9ydCB7IGdsb2JhbENzc1ZhcnMgfSBmcm9tIFwiLi4vX2Jhc2VcIjtcbmltcG9ydCB7IEJ1dHRvbiB9IGZyb20gXCIuLi9idXR0b25cIjtcbmltcG9ydCB7IFRvb2x0aXAgfSBmcm9tIFwiLi4vdG9vbHRpcFwiO1xuXG5jb25zdCBidXR0b25TdHlsZSA9IGNzcyh7XG4gIHBhZGRpbmc6IDAsXG4gIHdpZHRoOiBnbG9iYWxDc3NWYXJzLmNvbnRyb2xIZWlnaHQsXG4gIFwiJi52ZWYtYnRuLXNtXCI6IHtcbiAgICB3aWR0aDogZ2xvYmFsQ3NzVmFycy5jb250cm9sSGVpZ2h0U21cbiAgfSxcbiAgXCImLnZlZi1idG4tbGdcIjoge1xuICAgIHdpZHRoOiBnbG9iYWxDc3NWYXJzLmNvbnRyb2xIZWlnaHRMZ1xuICB9XG59KTtcblxuZXhwb3J0IGZ1bmN0aW9uIEljb25CdXR0b24oe1xuICBpY29uLFxuICB0aXAsXG4gIHRpcERlbGF5LFxuICBwbGFjZW1lbnQsXG4gIC4uLnByb3BzXG59OiBJY29uQnV0dG9uUHJvcHMpIHtcbiAgY29uc3QgYnV0dG9uTm9kZSA9IChcbiAgICA8QnV0dG9uXG4gICAgICBjc3M9e2J1dHRvblN0eWxlfVxuICAgICAgdHlwZT1cInRleHRcIlxuICAgICAgey4uLnByb3BzfVxuICAgID5cbiAgICAgIHtcbiAgICAgICAgY2xvbmVFbGVtZW50KGljb24sIHtcbiAgICAgICAgICBzaXplOiBcIjEuMmVtXCJcbiAgICAgICAgfSlcbiAgICAgIH1cbiAgICA8L0J1dHRvbj5cbiAgKTtcblxuICByZXR1cm4gaXNOdWxsaXNoKHRpcClcbiAgICA/IGJ1dHRvbk5vZGVcbiAgICA6IChcbiAgICAgICAgPFRvb2x0aXBcbiAgICAgICAgICBtb3VzZUVudGVyRGVsYXk9e3RpcERlbGF5fVxuICAgICAgICAgIHBsYWNlbWVudD17cGxhY2VtZW50fVxuICAgICAgICAgIHRpdGxlPXt0aXB9XG4gICAgICAgID5cbiAgICAgICAgICB7YnV0dG9uTm9kZX1cbiAgICAgICAgPC9Ub29sdGlwPlxuICAgICAgKTtcbn1cblxuZXhwb3J0IHsgdHlwZSBJY29uQnV0dG9uUHJvcHMgfSBmcm9tIFwiLi9wcm9wc1wiO1xuIl19 */");function s({icon:t,tip:c,tipDelay:C,placement:l,...e}){const b=g.jsx(i.Button,{css:A,type:"text",...e,children:d.cloneElement(t,{size:"1.2em"})});return n.isNullish(c)?b:g.jsx(i.Tooltip,{mouseEnterDelay:C,placement:l,title:c,children:b})}exports.IconButton=s;
|
package/dist/cjs/image/index.cjs
CHANGED
|
@@ -1,13 +1 @@
|
|
|
1
|
-
|
|
2
|
-
'use strict';
|
|
3
|
-
|
|
4
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
5
|
-
|
|
6
|
-
const antd = require('antd');
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Object.defineProperty(exports, "Image", {
|
|
11
|
-
enumerable: true,
|
|
12
|
-
get: () => antd.Image
|
|
13
|
-
});
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("antd");Object.defineProperty(exports,"Image",{enumerable:!0,get:()=>e.Image});
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -1,440 +1 @@
|
|
|
1
|
-
/*! @vef-framework/components v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:17.303Z */
|
|
2
|
-
'use strict';
|
|
3
|
-
|
|
4
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
5
|
-
|
|
6
|
-
require('./_base/index.cjs');
|
|
7
|
-
const index = require('./action-button/index.cjs');
|
|
8
|
-
const index$1 = require('./action-group/index.cjs');
|
|
9
|
-
require('./affix/index.cjs');
|
|
10
|
-
require('./alert/index.cjs');
|
|
11
|
-
require('./anchor/index.cjs');
|
|
12
|
-
require('./auto-complete/index.cjs');
|
|
13
|
-
require('./avatar/index.cjs');
|
|
14
|
-
require('./badge/index.cjs');
|
|
15
|
-
const index$2 = require('./bool/index.cjs');
|
|
16
|
-
require('./breadcrumb/index.cjs');
|
|
17
|
-
require('./button/index.cjs');
|
|
18
|
-
require('./calendar/index.cjs');
|
|
19
|
-
require('./card/index.cjs');
|
|
20
|
-
require('./carousel/index.cjs');
|
|
21
|
-
require('./cascader/index.cjs');
|
|
22
|
-
const index$3 = require('./center/index.cjs');
|
|
23
|
-
require('./charts/index.cjs');
|
|
24
|
-
require('./checkbox/index.cjs');
|
|
25
|
-
const index$4 = require('./code-highlighter/index.cjs');
|
|
26
|
-
require('./col/index.cjs');
|
|
27
|
-
require('./collapse/index.cjs');
|
|
28
|
-
require('./color-picker/index.cjs');
|
|
29
|
-
const index$5 = require('./compact/index.cjs');
|
|
30
|
-
const index$6 = require('./config-provider/index.cjs');
|
|
31
|
-
require('./date-picker/index.cjs');
|
|
32
|
-
require('./descriptions/index.cjs');
|
|
33
|
-
require('./divider/index.cjs');
|
|
34
|
-
require('./drawer/index.cjs');
|
|
35
|
-
require('./dropdown/index.cjs');
|
|
36
|
-
const index$7 = require('./dynamic-icon/index.cjs');
|
|
37
|
-
require('./empty/index.cjs');
|
|
38
|
-
require('./flex/index.cjs');
|
|
39
|
-
const index$8 = require('./flip-text/index.cjs');
|
|
40
|
-
require('./float-button/index.cjs');
|
|
41
|
-
require('./form/index.cjs');
|
|
42
|
-
const index$9 = require('./grid/index.cjs');
|
|
43
|
-
const index$a = require('./group/index.cjs');
|
|
44
|
-
const index$b = require('./icon/index.cjs');
|
|
45
|
-
const index$c = require('./icon-button/index.cjs');
|
|
46
|
-
require('./image/index.cjs');
|
|
47
|
-
require('./input/index.cjs');
|
|
48
|
-
require('./input-number/index.cjs');
|
|
49
|
-
const index$d = require('./keyboard/index.cjs');
|
|
50
|
-
require('./list/index.cjs');
|
|
51
|
-
const index$e = require('./loader/index.cjs');
|
|
52
|
-
require('./mentions/index.cjs');
|
|
53
|
-
require('./menu/index.cjs');
|
|
54
|
-
require('./modal/index.cjs');
|
|
55
|
-
const index$f = require('./operation-button/index.cjs');
|
|
56
|
-
require('./pagination/index.cjs');
|
|
57
|
-
const index$g = require('./permission-gate/index.cjs');
|
|
58
|
-
require('./popconfirm/index.cjs');
|
|
59
|
-
require('./popover/index.cjs');
|
|
60
|
-
require('./progress/index.cjs');
|
|
61
|
-
require('./qrcode/index.cjs');
|
|
62
|
-
require('./radio/index.cjs');
|
|
63
|
-
require('./rate/index.cjs');
|
|
64
|
-
require('./result/index.cjs');
|
|
65
|
-
require('./row/index.cjs');
|
|
66
|
-
const index$h = require('./scroll-area/index.cjs');
|
|
67
|
-
require('./segmented/index.cjs');
|
|
68
|
-
require('./select/index.cjs');
|
|
69
|
-
require('./skeleton/index.cjs');
|
|
70
|
-
require('./slider/index.cjs');
|
|
71
|
-
require('./space/index.cjs');
|
|
72
|
-
const index$i = require('./sparkles-text/index.cjs');
|
|
73
|
-
require('./spin/index.cjs');
|
|
74
|
-
const index$j = require('./split-text/index.cjs');
|
|
75
|
-
require('./splitter/index.cjs');
|
|
76
|
-
const index$k = require('./stack/index.cjs');
|
|
77
|
-
require('./statistic/index.cjs');
|
|
78
|
-
require('./steps/index.cjs');
|
|
79
|
-
require('./switch/index.cjs');
|
|
80
|
-
const index$l = require('./table/index.cjs');
|
|
81
|
-
require('./tabs/index.cjs');
|
|
82
|
-
require('./tag/index.cjs');
|
|
83
|
-
require('./time-picker/index.cjs');
|
|
84
|
-
require('./timeline/index.cjs');
|
|
85
|
-
require('./tooltip/index.cjs');
|
|
86
|
-
require('./tour/index.cjs');
|
|
87
|
-
require('./transfer/index.cjs');
|
|
88
|
-
require('./tree/index.cjs');
|
|
89
|
-
require('./tree-select/index.cjs');
|
|
90
|
-
const index$m = require('./typing-animation/index.cjs');
|
|
91
|
-
const index$n = require('./typography/index.cjs');
|
|
92
|
-
const index$o = require('./upload/index.cjs');
|
|
93
|
-
require('./watermark/index.cjs');
|
|
94
|
-
const breakpoints = require('./_base/constants/breakpoints.cjs');
|
|
95
|
-
const message = require('./_base/helpers/message.cjs');
|
|
96
|
-
const notification = require('./_base/helpers/notification.cjs');
|
|
97
|
-
const common = require('./_base/constants/common.cjs');
|
|
98
|
-
const common$1 = require('./_base/helpers/common.cjs');
|
|
99
|
-
const cssVars = require('./_base/constants/css-vars.cjs');
|
|
100
|
-
const react = require('./_base/helpers/react.cjs');
|
|
101
|
-
const color = require('./_base/helpers/color.cjs');
|
|
102
|
-
const breakpoints$1 = require('./_base/helpers/breakpoints.cjs');
|
|
103
|
-
const modal = require('./_base/helpers/modal.cjs');
|
|
104
|
-
const useThemeTokens = require('./_base/hooks/use-theme-tokens.cjs');
|
|
105
|
-
const antd = require('antd');
|
|
106
|
-
const chart = require('./charts/chart.cjs');
|
|
107
|
-
const group = require('./charts/helpers/group.cjs');
|
|
108
|
-
const useChart = require('./charts/hooks/use-chart.cjs');
|
|
109
|
-
const darkModeContext = require('./config-provider/dark-mode-context.cjs');
|
|
110
|
-
const empty = require('./empty/empty.cjs');
|
|
111
|
-
const reactForm = require('@tanstack/react-form');
|
|
112
|
-
const useForm = require('./form/use-form.cjs');
|
|
113
|
-
const form = require('./form/form.cjs');
|
|
114
|
-
const useGridCollapsed = require('./grid/hooks/use-grid-collapsed.cjs');
|
|
115
|
-
const useDataOptionsSelect = require('./select/hooks/use-data-options-select.cjs');
|
|
116
|
-
const space = require('./space/space.cjs');
|
|
117
|
-
const usePaginationProps = require('./table/use-pagination-props.cjs');
|
|
118
|
-
const useDataOptionsTree = require('./tree/hooks/use-data-options-tree.cjs');
|
|
119
|
-
const useDataOptionsTreeSelect = require('./tree-select/hooks/use-data-options-tree-select.cjs');
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
exports.ActionButton = index.ActionButton;
|
|
124
|
-
exports.ActionGroup = index$1.ActionGroup;
|
|
125
|
-
exports.Bool = index$2.Bool;
|
|
126
|
-
exports.Center = index$3.Center;
|
|
127
|
-
exports.CodeHighlighter = index$4.CodeHighlighter;
|
|
128
|
-
exports.Compact = index$5.Compact;
|
|
129
|
-
exports.ConfigProvider = index$6.ConfigProvider;
|
|
130
|
-
exports.DynamicIcon = index$7.DynamicIcon;
|
|
131
|
-
exports.FlipText = index$8.FlipText;
|
|
132
|
-
exports.Grid = index$9.Grid;
|
|
133
|
-
exports.Group = index$a.Group;
|
|
134
|
-
exports.Icon = index$b.Icon;
|
|
135
|
-
exports.IconButton = index$c.IconButton;
|
|
136
|
-
exports.Keyboard = index$d.Keyboard;
|
|
137
|
-
exports.Loader = index$e.Loader;
|
|
138
|
-
exports.OperationButton = index$f.OperationButton;
|
|
139
|
-
exports.PermissionGate = index$g.PermissionGate;
|
|
140
|
-
exports.ScrollArea = index$h.ScrollArea;
|
|
141
|
-
exports.SparklesText = index$i.SparklesText;
|
|
142
|
-
exports.SplitText = index$j.SplitText;
|
|
143
|
-
exports.Stack = index$k.Stack;
|
|
144
|
-
exports.Table = index$l.Table;
|
|
145
|
-
exports.TypingAnimation = index$m.TypingAnimation;
|
|
146
|
-
exports.Link = index$n.Link;
|
|
147
|
-
exports.Paragraph = index$n.Paragraph;
|
|
148
|
-
exports.Text = index$n.Text;
|
|
149
|
-
exports.Title = index$n.Title;
|
|
150
|
-
exports.Upload = index$o.Upload;
|
|
151
|
-
exports.breakpoints = breakpoints.breakpoints;
|
|
152
|
-
exports.closeAllMessages = message.closeAllMessages;
|
|
153
|
-
exports.showErrorMessage = message.showErrorMessage;
|
|
154
|
-
exports.showInfoMessage = message.showInfoMessage;
|
|
155
|
-
exports.showLoadingMessage = message.showLoadingMessage;
|
|
156
|
-
exports.showSuccessMessage = message.showSuccessMessage;
|
|
157
|
-
exports.showWarningMessage = message.showWarningMessage;
|
|
158
|
-
exports.closeAllNotifications = notification.closeAllNotifications;
|
|
159
|
-
exports.showErrorNotification = notification.showErrorNotification;
|
|
160
|
-
exports.showInfoNotification = notification.showInfoNotification;
|
|
161
|
-
exports.showSuccessNotification = notification.showSuccessNotification;
|
|
162
|
-
exports.showWarningNotification = notification.showWarningNotification;
|
|
163
|
-
exports.colors = common.colors;
|
|
164
|
-
exports.fullSizes = common.fullSizes;
|
|
165
|
-
exports.presetColors = common.presetColors;
|
|
166
|
-
exports.semanticColors = common.semanticColors;
|
|
167
|
-
exports.semanticSceneIcons = common.semanticSceneIcons;
|
|
168
|
-
exports.semanticSceneLabels = common.semanticSceneLabels;
|
|
169
|
-
exports.semanticScenes = common.semanticScenes;
|
|
170
|
-
exports.sizes = common.sizes;
|
|
171
|
-
exports.getSpacingValue = common$1.getSpacingValue;
|
|
172
|
-
exports.mapSize = common$1.mapSize;
|
|
173
|
-
exports.globalCssVars = cssVars.globalCssVars;
|
|
174
|
-
exports.isFragment = react.isFragment;
|
|
175
|
-
exports.isPresetColor = color.isPresetColor;
|
|
176
|
-
exports.isSemanticColor = color.isSemanticColor;
|
|
177
|
-
exports.resolveBreakpointValue = breakpoints$1.resolveBreakpointValue;
|
|
178
|
-
exports.showConfirm = modal.showConfirm;
|
|
179
|
-
exports.showErrorAlert = modal.showErrorAlert;
|
|
180
|
-
exports.showInfoAlert = modal.showInfoAlert;
|
|
181
|
-
exports.showSuccessAlert = modal.showSuccessAlert;
|
|
182
|
-
exports.showWarningAlert = modal.showWarningAlert;
|
|
183
|
-
exports.useThemeTokens = useThemeTokens.useThemeTokens;
|
|
184
|
-
Object.defineProperty(exports, "Affix", {
|
|
185
|
-
enumerable: true,
|
|
186
|
-
get: () => antd.Affix
|
|
187
|
-
});
|
|
188
|
-
Object.defineProperty(exports, "Alert", {
|
|
189
|
-
enumerable: true,
|
|
190
|
-
get: () => antd.Alert
|
|
191
|
-
});
|
|
192
|
-
Object.defineProperty(exports, "Anchor", {
|
|
193
|
-
enumerable: true,
|
|
194
|
-
get: () => antd.Anchor
|
|
195
|
-
});
|
|
196
|
-
Object.defineProperty(exports, "AutoComplete", {
|
|
197
|
-
enumerable: true,
|
|
198
|
-
get: () => antd.AutoComplete
|
|
199
|
-
});
|
|
200
|
-
Object.defineProperty(exports, "Avatar", {
|
|
201
|
-
enumerable: true,
|
|
202
|
-
get: () => antd.Avatar
|
|
203
|
-
});
|
|
204
|
-
Object.defineProperty(exports, "Badge", {
|
|
205
|
-
enumerable: true,
|
|
206
|
-
get: () => antd.Badge
|
|
207
|
-
});
|
|
208
|
-
Object.defineProperty(exports, "Breadcrumb", {
|
|
209
|
-
enumerable: true,
|
|
210
|
-
get: () => antd.Breadcrumb
|
|
211
|
-
});
|
|
212
|
-
Object.defineProperty(exports, "Button", {
|
|
213
|
-
enumerable: true,
|
|
214
|
-
get: () => antd.Button
|
|
215
|
-
});
|
|
216
|
-
Object.defineProperty(exports, "Calendar", {
|
|
217
|
-
enumerable: true,
|
|
218
|
-
get: () => antd.Calendar
|
|
219
|
-
});
|
|
220
|
-
Object.defineProperty(exports, "Card", {
|
|
221
|
-
enumerable: true,
|
|
222
|
-
get: () => antd.Card
|
|
223
|
-
});
|
|
224
|
-
Object.defineProperty(exports, "Carousel", {
|
|
225
|
-
enumerable: true,
|
|
226
|
-
get: () => antd.Carousel
|
|
227
|
-
});
|
|
228
|
-
Object.defineProperty(exports, "Cascader", {
|
|
229
|
-
enumerable: true,
|
|
230
|
-
get: () => antd.Cascader
|
|
231
|
-
});
|
|
232
|
-
Object.defineProperty(exports, "Checkbox", {
|
|
233
|
-
enumerable: true,
|
|
234
|
-
get: () => antd.Checkbox
|
|
235
|
-
});
|
|
236
|
-
Object.defineProperty(exports, "Col", {
|
|
237
|
-
enumerable: true,
|
|
238
|
-
get: () => antd.Col
|
|
239
|
-
});
|
|
240
|
-
Object.defineProperty(exports, "Collapse", {
|
|
241
|
-
enumerable: true,
|
|
242
|
-
get: () => antd.Collapse
|
|
243
|
-
});
|
|
244
|
-
Object.defineProperty(exports, "ColorPicker", {
|
|
245
|
-
enumerable: true,
|
|
246
|
-
get: () => antd.ColorPicker
|
|
247
|
-
});
|
|
248
|
-
Object.defineProperty(exports, "DatePicker", {
|
|
249
|
-
enumerable: true,
|
|
250
|
-
get: () => antd.DatePicker
|
|
251
|
-
});
|
|
252
|
-
Object.defineProperty(exports, "Descriptions", {
|
|
253
|
-
enumerable: true,
|
|
254
|
-
get: () => antd.Descriptions
|
|
255
|
-
});
|
|
256
|
-
Object.defineProperty(exports, "Divider", {
|
|
257
|
-
enumerable: true,
|
|
258
|
-
get: () => antd.Divider
|
|
259
|
-
});
|
|
260
|
-
Object.defineProperty(exports, "Drawer", {
|
|
261
|
-
enumerable: true,
|
|
262
|
-
get: () => antd.Drawer
|
|
263
|
-
});
|
|
264
|
-
Object.defineProperty(exports, "Dropdown", {
|
|
265
|
-
enumerable: true,
|
|
266
|
-
get: () => antd.Dropdown
|
|
267
|
-
});
|
|
268
|
-
Object.defineProperty(exports, "Flex", {
|
|
269
|
-
enumerable: true,
|
|
270
|
-
get: () => antd.Flex
|
|
271
|
-
});
|
|
272
|
-
Object.defineProperty(exports, "FloatButton", {
|
|
273
|
-
enumerable: true,
|
|
274
|
-
get: () => antd.FloatButton
|
|
275
|
-
});
|
|
276
|
-
Object.defineProperty(exports, "Image", {
|
|
277
|
-
enumerable: true,
|
|
278
|
-
get: () => antd.Image
|
|
279
|
-
});
|
|
280
|
-
Object.defineProperty(exports, "Input", {
|
|
281
|
-
enumerable: true,
|
|
282
|
-
get: () => antd.Input
|
|
283
|
-
});
|
|
284
|
-
Object.defineProperty(exports, "InputNumber", {
|
|
285
|
-
enumerable: true,
|
|
286
|
-
get: () => antd.InputNumber
|
|
287
|
-
});
|
|
288
|
-
Object.defineProperty(exports, "List", {
|
|
289
|
-
enumerable: true,
|
|
290
|
-
get: () => antd.List
|
|
291
|
-
});
|
|
292
|
-
Object.defineProperty(exports, "Mentions", {
|
|
293
|
-
enumerable: true,
|
|
294
|
-
get: () => antd.Mentions
|
|
295
|
-
});
|
|
296
|
-
Object.defineProperty(exports, "Menu", {
|
|
297
|
-
enumerable: true,
|
|
298
|
-
get: () => antd.Menu
|
|
299
|
-
});
|
|
300
|
-
Object.defineProperty(exports, "Modal", {
|
|
301
|
-
enumerable: true,
|
|
302
|
-
get: () => antd.Modal
|
|
303
|
-
});
|
|
304
|
-
Object.defineProperty(exports, "Pagination", {
|
|
305
|
-
enumerable: true,
|
|
306
|
-
get: () => antd.Pagination
|
|
307
|
-
});
|
|
308
|
-
Object.defineProperty(exports, "Popconfirm", {
|
|
309
|
-
enumerable: true,
|
|
310
|
-
get: () => antd.Popconfirm
|
|
311
|
-
});
|
|
312
|
-
Object.defineProperty(exports, "Popover", {
|
|
313
|
-
enumerable: true,
|
|
314
|
-
get: () => antd.Popover
|
|
315
|
-
});
|
|
316
|
-
Object.defineProperty(exports, "Progress", {
|
|
317
|
-
enumerable: true,
|
|
318
|
-
get: () => antd.Progress
|
|
319
|
-
});
|
|
320
|
-
Object.defineProperty(exports, "QRCode", {
|
|
321
|
-
enumerable: true,
|
|
322
|
-
get: () => antd.QRCode
|
|
323
|
-
});
|
|
324
|
-
Object.defineProperty(exports, "Radio", {
|
|
325
|
-
enumerable: true,
|
|
326
|
-
get: () => antd.Radio
|
|
327
|
-
});
|
|
328
|
-
Object.defineProperty(exports, "Rate", {
|
|
329
|
-
enumerable: true,
|
|
330
|
-
get: () => antd.Rate
|
|
331
|
-
});
|
|
332
|
-
Object.defineProperty(exports, "Result", {
|
|
333
|
-
enumerable: true,
|
|
334
|
-
get: () => antd.Result
|
|
335
|
-
});
|
|
336
|
-
Object.defineProperty(exports, "Row", {
|
|
337
|
-
enumerable: true,
|
|
338
|
-
get: () => antd.Row
|
|
339
|
-
});
|
|
340
|
-
Object.defineProperty(exports, "Segmented", {
|
|
341
|
-
enumerable: true,
|
|
342
|
-
get: () => antd.Segmented
|
|
343
|
-
});
|
|
344
|
-
Object.defineProperty(exports, "Select", {
|
|
345
|
-
enumerable: true,
|
|
346
|
-
get: () => antd.Select
|
|
347
|
-
});
|
|
348
|
-
Object.defineProperty(exports, "Skeleton", {
|
|
349
|
-
enumerable: true,
|
|
350
|
-
get: () => antd.Skeleton
|
|
351
|
-
});
|
|
352
|
-
Object.defineProperty(exports, "Slider", {
|
|
353
|
-
enumerable: true,
|
|
354
|
-
get: () => antd.Slider
|
|
355
|
-
});
|
|
356
|
-
Object.defineProperty(exports, "Spin", {
|
|
357
|
-
enumerable: true,
|
|
358
|
-
get: () => antd.Spin
|
|
359
|
-
});
|
|
360
|
-
Object.defineProperty(exports, "Splitter", {
|
|
361
|
-
enumerable: true,
|
|
362
|
-
get: () => antd.Splitter
|
|
363
|
-
});
|
|
364
|
-
Object.defineProperty(exports, "Statistic", {
|
|
365
|
-
enumerable: true,
|
|
366
|
-
get: () => antd.Statistic
|
|
367
|
-
});
|
|
368
|
-
Object.defineProperty(exports, "Steps", {
|
|
369
|
-
enumerable: true,
|
|
370
|
-
get: () => antd.Steps
|
|
371
|
-
});
|
|
372
|
-
Object.defineProperty(exports, "Switch", {
|
|
373
|
-
enumerable: true,
|
|
374
|
-
get: () => antd.Switch
|
|
375
|
-
});
|
|
376
|
-
Object.defineProperty(exports, "Tabs", {
|
|
377
|
-
enumerable: true,
|
|
378
|
-
get: () => antd.Tabs
|
|
379
|
-
});
|
|
380
|
-
Object.defineProperty(exports, "Tag", {
|
|
381
|
-
enumerable: true,
|
|
382
|
-
get: () => antd.Tag
|
|
383
|
-
});
|
|
384
|
-
Object.defineProperty(exports, "TimePicker", {
|
|
385
|
-
enumerable: true,
|
|
386
|
-
get: () => antd.TimePicker
|
|
387
|
-
});
|
|
388
|
-
Object.defineProperty(exports, "Timeline", {
|
|
389
|
-
enumerable: true,
|
|
390
|
-
get: () => antd.Timeline
|
|
391
|
-
});
|
|
392
|
-
Object.defineProperty(exports, "Tooltip", {
|
|
393
|
-
enumerable: true,
|
|
394
|
-
get: () => antd.Tooltip
|
|
395
|
-
});
|
|
396
|
-
Object.defineProperty(exports, "Tour", {
|
|
397
|
-
enumerable: true,
|
|
398
|
-
get: () => antd.Tour
|
|
399
|
-
});
|
|
400
|
-
Object.defineProperty(exports, "Transfer", {
|
|
401
|
-
enumerable: true,
|
|
402
|
-
get: () => antd.Transfer
|
|
403
|
-
});
|
|
404
|
-
Object.defineProperty(exports, "Tree", {
|
|
405
|
-
enumerable: true,
|
|
406
|
-
get: () => antd.Tree
|
|
407
|
-
});
|
|
408
|
-
Object.defineProperty(exports, "TreeSelect", {
|
|
409
|
-
enumerable: true,
|
|
410
|
-
get: () => antd.TreeSelect
|
|
411
|
-
});
|
|
412
|
-
Object.defineProperty(exports, "Watermark", {
|
|
413
|
-
enumerable: true,
|
|
414
|
-
get: () => antd.Watermark
|
|
415
|
-
});
|
|
416
|
-
exports.Chart = chart.Chart;
|
|
417
|
-
exports.connectCharts = group.connectCharts;
|
|
418
|
-
exports.disconnectCharts = group.disconnectCharts;
|
|
419
|
-
exports.useChart = useChart.useChart;
|
|
420
|
-
exports.useIsDarkMode = darkModeContext.useIsDarkMode;
|
|
421
|
-
exports.Empty = empty.default;
|
|
422
|
-
Object.defineProperty(exports, "createFormOptions", {
|
|
423
|
-
enumerable: true,
|
|
424
|
-
get: () => reactForm.formOptions
|
|
425
|
-
});
|
|
426
|
-
Object.defineProperty(exports, "useFormStore", {
|
|
427
|
-
enumerable: true,
|
|
428
|
-
get: () => reactForm.useStore
|
|
429
|
-
});
|
|
430
|
-
exports.useForm = useForm.useForm;
|
|
431
|
-
exports.useFormContext = form.useFormContext;
|
|
432
|
-
exports.withFieldGroup = form.withFieldGroup;
|
|
433
|
-
exports.withForm = form.withForm;
|
|
434
|
-
exports.useGridCollapsed = useGridCollapsed.useGridCollapsed;
|
|
435
|
-
exports.useDataOptionsSelect = useDataOptionsSelect.useDataOptionsSelect;
|
|
436
|
-
exports.Space = space.default;
|
|
437
|
-
exports.pageSizeOptions = usePaginationProps.pageSizeOptions;
|
|
438
|
-
exports.usePaginationProps = usePaginationProps.usePaginationProps;
|
|
439
|
-
exports.useDataOptionsTree = useDataOptionsTree.useDataOptionsTree;
|
|
440
|
-
exports.useDataOptionsTreeSelect = useDataOptionsTreeSelect.useDataOptionsTreeSelect;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("./_base/index.cjs");const d=require("./action-button/index.cjs"),b=require("./action-group/index.cjs");require("./affix/index.cjs");require("./alert/index.cjs");require("./anchor/index.cjs");require("./auto-complete/index.cjs");require("./avatar/index.cjs");require("./badge/index.cjs");const m=require("./bool/index.cjs");require("./breadcrumb/index.cjs");require("./button/index.cjs");require("./calendar/index.cjs");require("./card/index.cjs");require("./carousel/index.cjs");require("./cascader/index.cjs");const g=require("./center/index.cjs");require("./charts/index.cjs");require("./checkbox/index.cjs");const q=require("./code-highlighter/index.cjs");require("./col/index.cjs");require("./collapse/index.cjs");require("./color-picker/index.cjs");const f=require("./compact/index.cjs"),P=require("./config-provider/index.cjs");require("./date-picker/index.cjs");require("./descriptions/index.cjs");require("./divider/index.cjs");require("./drawer/index.cjs");require("./dropdown/index.cjs");const O=require("./dynamic-icon/index.cjs");require("./empty/index.cjs");require("./flex/index.cjs");const y=require("./flip-text/index.cjs");require("./float-button/index.cjs");require("./form/index.cjs");const j=require("./grid/index.cjs"),S=require("./group/index.cjs"),h=require("./icon/index.cjs"),C=require("./icon-button/index.cjs");require("./image/index.cjs");require("./input/index.cjs");require("./input-number/index.cjs");const T=require("./keyboard/index.cjs");require("./list/index.cjs");const x=require("./loader/index.cjs");require("./mentions/index.cjs");require("./menu/index.cjs");require("./modal/index.cjs");const w=require("./operation-button/index.cjs");require("./pagination/index.cjs");const k=require("./permission-gate/index.cjs");require("./popconfirm/index.cjs");require("./popover/index.cjs");require("./progress/index.cjs");require("./qrcode/index.cjs");require("./radio/index.cjs");require("./rate/index.cjs");require("./result/index.cjs");require("./row/index.cjs");const A=require("./scroll-area/index.cjs");require("./segmented/index.cjs");require("./select/index.cjs");require("./skeleton/index.cjs");require("./slider/index.cjs");require("./space/index.cjs");const $=require("./sparkles-text/index.cjs");require("./spin/index.cjs");const D=require("./split-text/index.cjs");require("./splitter/index.cjs");const I=require("./stack/index.cjs");require("./statistic/index.cjs");require("./steps/index.cjs");require("./switch/index.cjs");const M=require("./table/index.cjs");require("./tabs/index.cjs");require("./tag/index.cjs");require("./time-picker/index.cjs");require("./timeline/index.cjs");require("./tooltip/index.cjs");require("./tour/index.cjs");require("./transfer/index.cjs");require("./tree/index.cjs");require("./tree-select/index.cjs");const F=require("./typing-animation/index.cjs"),n=require("./typography/index.cjs"),B=require("./upload/index.cjs");require("./watermark/index.cjs");const G=require("./_base/constants/breakpoints.cjs"),t=require("./_base/helpers/message.cjs"),i=require("./_base/helpers/notification.cjs"),r=require("./_base/constants/common.cjs"),s=require("./_base/helpers/common.cjs"),N=require("./_base/constants/css-vars.cjs"),v=require("./_base/helpers/react.cjs"),a=require("./_base/helpers/color.cjs"),L=require("./_base/helpers/breakpoints.cjs"),o=require("./_base/helpers/modal.cjs"),R=require("./_base/hooks/use-theme-tokens.cjs"),e=require("antd"),z=require("./charts/chart.cjs"),c=require("./charts/helpers/group.cjs"),W=require("./charts/hooks/use-chart.cjs"),E=require("./config-provider/dark-mode-context.cjs"),V=require("./empty/empty.cjs"),l=require("@tanstack/react-form"),H=require("./form/use-form.cjs"),u=require("./form/form.cjs"),K=require("./grid/hooks/use-grid-collapsed.cjs"),Q=require("./select/hooks/use-data-options-select.cjs"),U=require("./space/space.cjs"),p=require("./table/use-pagination-props.cjs"),J=require("./tree/hooks/use-data-options-tree.cjs"),X=require("./tree-select/hooks/use-data-options-tree-select.cjs");exports.ActionButton=d.ActionButton;exports.ActionGroup=b.ActionGroup;exports.Bool=m.Bool;exports.Center=g.Center;exports.CodeHighlighter=q.CodeHighlighter;exports.Compact=f.Compact;exports.ConfigProvider=P.ConfigProvider;exports.DynamicIcon=O.DynamicIcon;exports.FlipText=y.FlipText;exports.Grid=j.Grid;exports.Group=S.Group;exports.Icon=h.Icon;exports.IconButton=C.IconButton;exports.Keyboard=T.Keyboard;exports.Loader=x.Loader;exports.OperationButton=w.OperationButton;exports.PermissionGate=k.PermissionGate;exports.ScrollArea=A.ScrollArea;exports.SparklesText=$.SparklesText;exports.SplitText=D.SplitText;exports.Stack=I.Stack;exports.Table=M.Table;exports.TypingAnimation=F.TypingAnimation;exports.Link=n.Link;exports.Paragraph=n.Paragraph;exports.Text=n.Text;exports.Title=n.Title;exports.Upload=B.Upload;exports.breakpoints=G.breakpoints;exports.closeAllMessages=t.closeAllMessages;exports.showErrorMessage=t.showErrorMessage;exports.showInfoMessage=t.showInfoMessage;exports.showLoadingMessage=t.showLoadingMessage;exports.showSuccessMessage=t.showSuccessMessage;exports.showWarningMessage=t.showWarningMessage;exports.closeAllNotifications=i.closeAllNotifications;exports.showErrorNotification=i.showErrorNotification;exports.showInfoNotification=i.showInfoNotification;exports.showSuccessNotification=i.showSuccessNotification;exports.showWarningNotification=i.showWarningNotification;exports.colors=r.colors;exports.fullSizes=r.fullSizes;exports.presetColors=r.presetColors;exports.semanticColors=r.semanticColors;exports.semanticSceneIcons=r.semanticSceneIcons;exports.semanticSceneLabels=r.semanticSceneLabels;exports.semanticScenes=r.semanticScenes;exports.sizes=r.sizes;exports.getSpacingValue=s.getSpacingValue;exports.mapSize=s.mapSize;exports.globalCssVars=N.globalCssVars;exports.isFragment=v.isFragment;exports.isPresetColor=a.isPresetColor;exports.isSemanticColor=a.isSemanticColor;exports.resolveBreakpointValue=L.resolveBreakpointValue;exports.showConfirm=o.showConfirm;exports.showErrorAlert=o.showErrorAlert;exports.showInfoAlert=o.showInfoAlert;exports.showSuccessAlert=o.showSuccessAlert;exports.showWarningAlert=o.showWarningAlert;exports.useThemeTokens=R.useThemeTokens;Object.defineProperty(exports,"Affix",{enumerable:!0,get:()=>e.Affix});Object.defineProperty(exports,"Alert",{enumerable:!0,get:()=>e.Alert});Object.defineProperty(exports,"Anchor",{enumerable:!0,get:()=>e.Anchor});Object.defineProperty(exports,"AutoComplete",{enumerable:!0,get:()=>e.AutoComplete});Object.defineProperty(exports,"Avatar",{enumerable:!0,get:()=>e.Avatar});Object.defineProperty(exports,"Badge",{enumerable:!0,get:()=>e.Badge});Object.defineProperty(exports,"Breadcrumb",{enumerable:!0,get:()=>e.Breadcrumb});Object.defineProperty(exports,"Button",{enumerable:!0,get:()=>e.Button});Object.defineProperty(exports,"Calendar",{enumerable:!0,get:()=>e.Calendar});Object.defineProperty(exports,"Card",{enumerable:!0,get:()=>e.Card});Object.defineProperty(exports,"Carousel",{enumerable:!0,get:()=>e.Carousel});Object.defineProperty(exports,"Cascader",{enumerable:!0,get:()=>e.Cascader});Object.defineProperty(exports,"Checkbox",{enumerable:!0,get:()=>e.Checkbox});Object.defineProperty(exports,"Col",{enumerable:!0,get:()=>e.Col});Object.defineProperty(exports,"Collapse",{enumerable:!0,get:()=>e.Collapse});Object.defineProperty(exports,"ColorPicker",{enumerable:!0,get:()=>e.ColorPicker});Object.defineProperty(exports,"DatePicker",{enumerable:!0,get:()=>e.DatePicker});Object.defineProperty(exports,"Descriptions",{enumerable:!0,get:()=>e.Descriptions});Object.defineProperty(exports,"Divider",{enumerable:!0,get:()=>e.Divider});Object.defineProperty(exports,"Drawer",{enumerable:!0,get:()=>e.Drawer});Object.defineProperty(exports,"Dropdown",{enumerable:!0,get:()=>e.Dropdown});Object.defineProperty(exports,"Flex",{enumerable:!0,get:()=>e.Flex});Object.defineProperty(exports,"FloatButton",{enumerable:!0,get:()=>e.FloatButton});Object.defineProperty(exports,"Image",{enumerable:!0,get:()=>e.Image});Object.defineProperty(exports,"Input",{enumerable:!0,get:()=>e.Input});Object.defineProperty(exports,"InputNumber",{enumerable:!0,get:()=>e.InputNumber});Object.defineProperty(exports,"List",{enumerable:!0,get:()=>e.List});Object.defineProperty(exports,"Mentions",{enumerable:!0,get:()=>e.Mentions});Object.defineProperty(exports,"Menu",{enumerable:!0,get:()=>e.Menu});Object.defineProperty(exports,"Modal",{enumerable:!0,get:()=>e.Modal});Object.defineProperty(exports,"Pagination",{enumerable:!0,get:()=>e.Pagination});Object.defineProperty(exports,"Popconfirm",{enumerable:!0,get:()=>e.Popconfirm});Object.defineProperty(exports,"Popover",{enumerable:!0,get:()=>e.Popover});Object.defineProperty(exports,"Progress",{enumerable:!0,get:()=>e.Progress});Object.defineProperty(exports,"QRCode",{enumerable:!0,get:()=>e.QRCode});Object.defineProperty(exports,"Radio",{enumerable:!0,get:()=>e.Radio});Object.defineProperty(exports,"Rate",{enumerable:!0,get:()=>e.Rate});Object.defineProperty(exports,"Result",{enumerable:!0,get:()=>e.Result});Object.defineProperty(exports,"Row",{enumerable:!0,get:()=>e.Row});Object.defineProperty(exports,"Segmented",{enumerable:!0,get:()=>e.Segmented});Object.defineProperty(exports,"Select",{enumerable:!0,get:()=>e.Select});Object.defineProperty(exports,"Skeleton",{enumerable:!0,get:()=>e.Skeleton});Object.defineProperty(exports,"Slider",{enumerable:!0,get:()=>e.Slider});Object.defineProperty(exports,"Spin",{enumerable:!0,get:()=>e.Spin});Object.defineProperty(exports,"Splitter",{enumerable:!0,get:()=>e.Splitter});Object.defineProperty(exports,"Statistic",{enumerable:!0,get:()=>e.Statistic});Object.defineProperty(exports,"Steps",{enumerable:!0,get:()=>e.Steps});Object.defineProperty(exports,"Switch",{enumerable:!0,get:()=>e.Switch});Object.defineProperty(exports,"Tabs",{enumerable:!0,get:()=>e.Tabs});Object.defineProperty(exports,"Tag",{enumerable:!0,get:()=>e.Tag});Object.defineProperty(exports,"TimePicker",{enumerable:!0,get:()=>e.TimePicker});Object.defineProperty(exports,"Timeline",{enumerable:!0,get:()=>e.Timeline});Object.defineProperty(exports,"Tooltip",{enumerable:!0,get:()=>e.Tooltip});Object.defineProperty(exports,"Tour",{enumerable:!0,get:()=>e.Tour});Object.defineProperty(exports,"Transfer",{enumerable:!0,get:()=>e.Transfer});Object.defineProperty(exports,"Tree",{enumerable:!0,get:()=>e.Tree});Object.defineProperty(exports,"TreeSelect",{enumerable:!0,get:()=>e.TreeSelect});Object.defineProperty(exports,"Watermark",{enumerable:!0,get:()=>e.Watermark});exports.Chart=z.Chart;exports.connectCharts=c.connectCharts;exports.disconnectCharts=c.disconnectCharts;exports.useChart=W.useChart;exports.useIsDarkMode=E.useIsDarkMode;exports.Empty=V.default;Object.defineProperty(exports,"createFormOptions",{enumerable:!0,get:()=>l.formOptions});Object.defineProperty(exports,"useFormStore",{enumerable:!0,get:()=>l.useStore});exports.useForm=H.useForm;exports.useFormContext=u.useFormContext;exports.withFieldGroup=u.withFieldGroup;exports.withForm=u.withForm;exports.useGridCollapsed=K.useGridCollapsed;exports.useDataOptionsSelect=Q.useDataOptionsSelect;exports.Space=U.default;exports.pageSizeOptions=p.pageSizeOptions;exports.usePaginationProps=p.usePaginationProps;exports.useDataOptionsTree=J.useDataOptionsTree;exports.useDataOptionsTreeSelect=X.useDataOptionsTreeSelect;
|