@vef-framework-react/components 2.1.6 → 2.1.8
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/charts/helpers/group.cjs +1 -1
- package/dist/cjs/charts/hooks/use-chart.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/crud/components/main.cjs +1 -1
- package/dist/cjs/crud/components/mutation-holder.cjs +1 -1
- package/dist/cjs/crud/components/scene-form.cjs +1 -1
- package/dist/cjs/crud/components/selection-indicator.cjs +1 -1
- package/dist/cjs/crud/index.cjs +1 -1
- package/dist/cjs/crud/store.cjs +1 -1
- package/dist/cjs/crud/styles.cjs +1 -1
- package/dist/cjs/flex-card/styles.cjs +1 -1
- package/dist/cjs/form/components/form.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/time-picker/index.cjs +1 -1
- package/dist/cjs/form/fields/time-range-picker/index.cjs +1 -1
- package/dist/cjs/form/form-actions.cjs +1 -0
- package/dist/cjs/form/form.cjs +1 -1
- package/dist/cjs/form/helpers/create-field.cjs +1 -0
- package/dist/cjs/form/helpers/index.cjs +1 -1
- package/dist/cjs/form/index.cjs +1 -1
- package/dist/cjs/form/use-form.cjs +1 -1
- package/dist/cjs/form-drawer/index.cjs +1 -1
- package/dist/cjs/form-modal/index.cjs +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/modal/index.cjs +1 -1
- package/dist/cjs/modal/modal.cjs +1 -0
- package/dist/cjs/page/components/resize-handle.cjs +1 -1
- package/dist/cjs/page/components/scroll-content.cjs +1 -1
- package/dist/cjs/page/styles.cjs +1 -1
- package/dist/cjs/pro-search/components/search-actions.cjs +1 -1
- package/dist/cjs/pro-search/index.cjs +1 -1
- package/dist/cjs/pro-search/styles.cjs +1 -1
- package/dist/cjs/pro-table/components/column-setting-item.cjs +1 -1
- package/dist/cjs/pro-table/components/column-settings-panel.cjs +1 -1
- package/dist/cjs/pro-table/components/table.cjs +1 -1
- package/dist/cjs/pro-table/components/width-popover.cjs +1 -1
- package/dist/cjs/pro-table/hooks/use-table-columns.cjs +1 -1
- package/dist/cjs/pro-table/index.cjs +1 -1
- package/dist/cjs/select/hooks/index.cjs +1 -1
- package/dist/cjs/select/hooks/use-dictionary-options-select.cjs +1 -0
- package/dist/cjs/select/index.cjs +1 -1
- package/dist/cjs/table/index.cjs +1 -1
- package/dist/cjs/upload/index.cjs +1 -1
- package/dist/es/_base/constants/breakpoints.js +1 -1
- package/dist/es/_base/constants/common.js +1 -1
- package/dist/es/_base/constants/css-vars.js +1 -1
- package/dist/es/_base/constants/event.js +1 -1
- package/dist/es/_base/constants/index.js +1 -1
- package/dist/es/_base/constants/symbols.js +1 -1
- package/dist/es/_base/helpers/breakpoints.js +1 -1
- package/dist/es/_base/helpers/color.js +1 -1
- package/dist/es/_base/helpers/common.js +1 -1
- package/dist/es/_base/helpers/event.js +1 -1
- package/dist/es/_base/helpers/index.js +1 -1
- package/dist/es/_base/helpers/message.js +1 -1
- package/dist/es/_base/helpers/modal.js +1 -1
- package/dist/es/_base/helpers/notification.js +1 -1
- package/dist/es/_base/helpers/props.js +1 -1
- package/dist/es/_base/helpers/react.js +1 -1
- package/dist/es/_base/hooks/index.js +1 -1
- package/dist/es/_base/hooks/use-theme-tokens.js +1 -1
- package/dist/es/_base/index.js +1 -1
- package/dist/es/_base/styles/common.js +1 -1
- package/dist/es/_base/styles/index.js +1 -1
- 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 -1
- package/dist/es/action-button/index.js +1 -1
- package/dist/es/action-button/use-action-button.js +1 -1
- package/dist/es/action-group/index.js +1 -1
- package/dist/es/action-group/use-action-group.js +1 -1
- package/dist/es/action-group/use-computed-action-buttons.js +1 -1
- package/dist/es/affix/index.js +1 -1
- package/dist/es/alert/index.js +1 -1
- package/dist/es/anchor/index.js +1 -1
- package/dist/es/auto-complete/index.js +1 -1
- package/dist/es/avatar/index.js +1 -1
- package/dist/es/badge/index.js +1 -1
- package/dist/es/bool/index.js +1 -1
- package/dist/es/breadcrumb/index.js +1 -1
- package/dist/es/button/index.js +1 -1
- package/dist/es/calendar/index.js +1 -1
- package/dist/es/card/index.js +1 -1
- package/dist/es/carousel/index.js +1 -1
- package/dist/es/cascader/index.js +1 -1
- package/dist/es/center/index.js +1 -1
- package/dist/es/charts/chart.js +1 -1
- package/dist/es/charts/helpers/group.js +1 -1
- package/dist/es/charts/helpers/index.js +1 -1
- package/dist/es/charts/hooks/index.js +1 -1
- package/dist/es/charts/hooks/use-chart.js +1 -1
- package/dist/es/charts/index.js +1 -1
- package/dist/es/charts/themes/index.js +1 -1
- package/dist/es/charts/themes/walden-dark.js +1 -1
- package/dist/es/charts/themes/walden.js +1 -1
- package/dist/es/charts/themes/wonderland-dark.js +1 -1
- package/dist/es/charts/themes/wonderland.js +1 -1
- package/dist/es/checkbox/index.js +1 -1
- package/dist/es/code-highlighter/index.js +1 -1
- package/dist/es/col/index.js +1 -1
- package/dist/es/collapse/index.js +1 -1
- package/dist/es/color-picker/index.js +1 -1
- package/dist/es/compact/index.js +1 -1
- package/dist/es/config-provider/app.js +1 -1
- package/dist/es/config-provider/constants.js +1 -1
- package/dist/es/config-provider/context-holder.js +1 -1
- package/dist/es/config-provider/css-vars.js +1 -1
- package/dist/es/config-provider/dark-mode-context.js +1 -1
- package/dist/es/config-provider/error-fallback.js +1 -1
- package/dist/es/config-provider/global-style.js +1 -1
- package/dist/es/config-provider/index.js +1 -1
- package/dist/es/config-provider/theme-config.js +1 -1
- package/dist/es/config-provider/use-config-provider.js +5 -8
- package/dist/es/crud/components/action-button-group.js +1 -1
- package/dist/es/crud/components/index.js +1 -1
- package/dist/es/crud/components/main.js +3 -3
- package/dist/es/crud/components/mutation-holder.js +33 -23
- package/dist/es/crud/components/operation-button-group.js +1 -1
- package/dist/es/crud/components/scene-form.js +3 -1
- package/dist/es/crud/components/selection-indicator.js +3 -3
- package/dist/es/crud/components/toolbar-actions.js +1 -1
- package/dist/es/crud/components/toolbar.js +1 -1
- package/dist/es/crud/event.js +1 -1
- package/dist/es/crud/helpers.js +1 -1
- package/dist/es/crud/hooks/index.js +1 -1
- package/dist/es/crud/hooks/use-query-observer.js +1 -1
- package/dist/es/crud/hooks/use-search-values.js +1 -1
- package/dist/es/crud/hooks/use-selected-rows.js +1 -1
- package/dist/es/crud/index.js +23 -20
- package/dist/es/crud/store.js +10 -2
- package/dist/es/crud/styles.js +3 -3
- package/dist/es/crud-page/index.js +1 -1
- package/dist/es/date-picker/index.js +1 -1
- package/dist/es/descriptions/index.js +1 -1
- package/dist/es/divider/index.js +1 -1
- package/dist/es/drawer/index.js +1 -1
- package/dist/es/dropdown/index.js +1 -1
- package/dist/es/dynamic-icon/index.js +1 -1
- package/dist/es/dynamic-icon/placeholder-icon.js +1 -1
- package/dist/es/dynamic-icon/unknown-icon.js +1 -1
- package/dist/es/empty/empty.js +1 -1
- package/dist/es/empty/index.js +1 -1
- package/dist/es/flex/index.js +1 -1
- package/dist/es/flex-card/index.js +1 -1
- package/dist/es/flex-card/styles.js +2 -2
- package/dist/es/flip-text/index.js +1 -1
- package/dist/es/float-button/index.js +1 -1
- package/dist/es/form/components/form.js +16 -16
- package/dist/es/form/components/index.js +1 -1
- package/dist/es/form/components/reset-button.js +1 -1
- package/dist/es/form/components/submit-button.js +1 -1
- package/dist/es/form/contexts/form-context.js +1 -1
- package/dist/es/form/contexts/form-layout.js +1 -1
- package/dist/es/form/contexts/index.js +1 -1
- package/dist/es/form/fields/auto-complete/index.js +1 -1
- package/dist/es/form/fields/bool/index.js +1 -1
- package/dist/es/form/fields/cascader/index.js +1 -1
- package/dist/es/form/fields/checkbox/index.js +1 -1
- package/dist/es/form/fields/color-picker/index.js +1 -1
- package/dist/es/form/fields/date-picker/index.js +11 -10
- package/dist/es/form/fields/date-range-picker/index.js +23 -10
- package/dist/es/form/fields/index.js +1 -1
- package/dist/es/form/fields/input/index.js +1 -1
- package/dist/es/form/fields/input-number/index.js +1 -1
- package/dist/es/form/fields/mentions/index.js +1 -1
- package/dist/es/form/fields/password/index.js +1 -1
- package/dist/es/form/fields/radio/index.js +1 -1
- package/dist/es/form/fields/rate/index.js +1 -1
- package/dist/es/form/fields/select/index.js +1 -1
- package/dist/es/form/fields/slider/index.js +1 -1
- package/dist/es/form/fields/textarea/index.js +1 -1
- package/dist/es/form/fields/time-picker/index.js +11 -10
- package/dist/es/form/fields/time-range-picker/index.js +23 -10
- package/dist/es/form/fields/transfer/index.js +1 -1
- package/dist/es/form/fields/tree-select/index.js +1 -1
- package/dist/es/form/fields/upload/index.js +1 -1
- package/dist/es/form/form-actions.js +40 -0
- package/dist/es/form/form.js +5 -2
- package/dist/es/form/helpers/create-field.js +15 -0
- package/dist/es/form/helpers/index.js +2 -1
- package/dist/es/form/helpers/with-form-item.js +1 -1
- package/dist/es/form/hooks/use-form-item-props.js +1 -1
- package/dist/es/form/hooks/use-label-width.js +1 -1
- package/dist/es/form/index.js +2 -1
- package/dist/es/form/use-form.js +5 -10
- package/dist/es/form-drawer/index.js +61 -54
- package/dist/es/form-modal/index.js +55 -51
- package/dist/es/grid/context.js +1 -1
- package/dist/es/grid/grid-item.js +1 -1
- package/dist/es/grid/hooks/index.js +1 -1
- package/dist/es/grid/hooks/use-container-breakpoints.js +1 -1
- package/dist/es/grid/hooks/use-container-width.js +1 -1
- package/dist/es/grid/hooks/use-grid-collapsed.js +1 -1
- package/dist/es/grid/hooks/use-normalized-gap.js +1 -1
- package/dist/es/grid/hooks/use-responsive-breakpoint.js +1 -1
- package/dist/es/grid/hooks/use-responsive-value.js +1 -1
- package/dist/es/grid/index.js +1 -1
- package/dist/es/grid/styles.js +1 -1
- package/dist/es/group/index.js +1 -1
- package/dist/es/icon/index.js +1 -1
- package/dist/es/icon-button/index.js +1 -1
- package/dist/es/image/index.js +1 -1
- package/dist/es/index.js +59 -58
- package/dist/es/input/index.js +1 -1
- package/dist/es/input-number/index.js +1 -1
- package/dist/es/keyboard/index.js +1 -1
- package/dist/es/list/index.js +1 -1
- package/dist/es/loader/index.js +1 -1
- package/dist/es/logo-icon/index.js +1 -1
- package/dist/es/mentions/index.js +1 -1
- package/dist/es/menu/index.js +1 -1
- package/dist/es/modal/index.js +2 -3
- package/dist/es/modal/modal.js +60 -0
- package/dist/es/operation-button/index.js +1 -1
- package/dist/es/page/components/aside-panel.js +1 -1
- package/dist/es/page/components/index.js +1 -1
- package/dist/es/page/components/resize-handle.js +1 -1
- package/dist/es/page/components/scroll-content.js +3 -3
- package/dist/es/page/hooks/index.js +1 -1
- package/dist/es/page/hooks/use-page-key.js +1 -1
- package/dist/es/page/hooks/use-resize.js +1 -1
- package/dist/es/page/index.js +1 -1
- package/dist/es/page/styles.js +15 -15
- package/dist/es/page/viewport-context.js +1 -1
- package/dist/es/pagination/index.js +1 -1
- package/dist/es/permission-gate/index.js +1 -1
- package/dist/es/popconfirm/index.js +1 -1
- package/dist/es/popover/index.js +1 -1
- package/dist/es/pro-search/components/advanced-search-toggler.js +1 -1
- package/dist/es/pro-search/components/advanced-search.js +1 -1
- package/dist/es/pro-search/components/index.js +1 -1
- package/dist/es/pro-search/components/search-actions.js +5 -5
- package/dist/es/pro-search/index.js +4 -4
- package/dist/es/pro-search/styles.js +6 -6
- package/dist/es/pro-table/components/column-setting-item.js +13 -13
- package/dist/es/pro-table/components/column-settings-panel.js +6 -6
- package/dist/es/pro-table/components/column-settings.js +1 -1
- package/dist/es/pro-table/components/index.js +1 -1
- package/dist/es/pro-table/components/operation-button-group.js +1 -1
- package/dist/es/pro-table/components/ref.js +1 -1
- package/dist/es/pro-table/components/table-subscriber.js +1 -1
- package/dist/es/pro-table/components/table-summary.js +1 -1
- package/dist/es/pro-table/components/table-title.js +1 -1
- package/dist/es/pro-table/components/table.js +2 -2
- package/dist/es/pro-table/components/width-popover.js +5 -5
- package/dist/es/pro-table/context.js +1 -1
- package/dist/es/pro-table/event.js +1 -1
- package/dist/es/pro-table/hooks/index.js +1 -1
- package/dist/es/pro-table/hooks/use-column-settings-persistence.js +1 -1
- package/dist/es/pro-table/hooks/use-row-selection.js +1 -1
- package/dist/es/pro-table/hooks/use-table-columns.js +4 -4
- package/dist/es/pro-table/index.js +2 -2
- package/dist/es/pro-table/store.js +1 -1
- package/dist/es/progress/index.js +1 -1
- package/dist/es/qrcode/index.js +1 -1
- package/dist/es/radio/index.js +1 -1
- package/dist/es/rate/index.js +1 -1
- package/dist/es/result/index.js +1 -1
- package/dist/es/row/index.js +1 -1
- package/dist/es/scroll-area/index.js +1 -1
- package/dist/es/scroll-area/styles.js +1 -1
- package/dist/es/segmented/index.js +1 -1
- package/dist/es/select/hooks/index.js +2 -1
- package/dist/es/select/hooks/use-data-options-select.js +1 -1
- package/dist/es/select/hooks/use-dictionary-options-select.js +55 -0
- package/dist/es/select/index.js +2 -1
- package/dist/es/skeleton/index.js +1 -1
- package/dist/es/slider/index.js +1 -1
- package/dist/es/space/index.js +1 -1
- package/dist/es/space/space.js +1 -1
- package/dist/es/sparkles-text/index.js +1 -1
- package/dist/es/sparkles-text/sparkle.js +1 -1
- package/dist/es/spin/index.js +1 -1
- package/dist/es/split-text/index.js +1 -1
- package/dist/es/splitter/index.js +1 -1
- package/dist/es/stack/index.js +1 -1
- package/dist/es/statistic/index.js +1 -1
- package/dist/es/steps/index.js +1 -1
- package/dist/es/switch/index.js +1 -1
- package/dist/es/table/index.js +2 -2
- package/dist/es/table/use-pagination-props.js +1 -1
- package/dist/es/tabs/index.js +1 -1
- package/dist/es/tag/index.js +1 -1
- package/dist/es/time-picker/index.js +1 -1
- package/dist/es/timeline/index.js +1 -1
- package/dist/es/tooltip/index.js +1 -1
- package/dist/es/tour/index.js +1 -1
- package/dist/es/transfer/index.js +1 -1
- package/dist/es/tree/hooks/index.js +1 -1
- package/dist/es/tree/hooks/use-data-options-tree.js +1 -1
- package/dist/es/tree/index.js +1 -1
- package/dist/es/tree-select/hooks/index.js +1 -1
- package/dist/es/tree-select/hooks/use-data-options-tree-select.js +1 -1
- package/dist/es/tree-select/index.js +1 -1
- package/dist/es/typing-animation/index.js +1 -1
- package/dist/es/typography/index.js +1 -1
- package/dist/es/upload/index.js +1 -1
- package/dist/es/watermark/index.js +1 -1
- package/dist/types/_base/types/common.d.ts +4 -0
- package/dist/types/crud/components/mutation-holder.d.ts +2 -1
- package/dist/types/crud/index.d.ts +1 -1
- package/dist/types/crud/props.d.ts +7 -1
- package/dist/types/crud/store.d.ts +5 -1
- package/dist/types/crud/types.d.ts +2 -2
- package/dist/types/date-picker/index.d.ts +1 -1
- package/dist/types/dynamic-icon/index.d.ts +1 -1
- package/dist/types/form/components/form.d.ts +13 -4
- package/dist/types/form/fields/date-picker/index.d.ts +3 -3
- package/dist/types/form/fields/date-picker/props.d.ts +6 -1
- package/dist/types/form/fields/date-range-picker/index.d.ts +3 -3
- package/dist/types/form/fields/date-range-picker/props.d.ts +6 -1
- package/dist/types/form/fields/index.d.ts +4 -4
- package/dist/types/form/fields/time-picker/index.d.ts +3 -3
- package/dist/types/form/fields/time-picker/props.d.ts +6 -1
- package/dist/types/form/fields/time-range-picker/index.d.ts +3 -3
- package/dist/types/form/fields/time-range-picker/props.d.ts +6 -1
- package/dist/types/form/form-actions.d.ts +33 -0
- package/dist/types/form/form.d.ts +25 -25
- package/dist/types/form/helpers/create-field.d.ts +91 -0
- package/dist/types/form/helpers/index.d.ts +2 -0
- package/dist/types/form/index.d.ts +3 -0
- package/dist/types/form/types.d.ts +4 -1
- package/dist/types/form/use-form.d.ts +3 -37
- package/dist/types/form-drawer/props.d.ts +30 -10
- package/dist/types/form-modal/props.d.ts +30 -10
- package/dist/types/grid/index.d.ts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/modal/index.d.ts +2 -2
- package/dist/types/modal/modal.d.ts +11 -0
- package/dist/types/page/props.d.ts +1 -1
- package/dist/types/pro-search/props.d.ts +1 -1
- package/dist/types/pro-table/components/index.d.ts +1 -1
- package/dist/types/pro-table/components/table.d.ts +2 -1
- package/dist/types/pro-table/hooks/use-row-selection.d.ts +1 -1
- package/dist/types/pro-table/hooks/use-table-columns.d.ts +1 -1
- package/dist/types/pro-table/index.d.ts +1 -1
- package/dist/types/pro-table/props.d.ts +1 -1
- package/dist/types/pro-table/store.d.ts +3 -3
- package/dist/types/pro-table/types.d.ts +1 -1
- package/dist/types/select/hooks/index.d.ts +1 -0
- package/dist/types/select/hooks/use-dictionary-options-select.d.ts +18 -0
- package/dist/types/select/index.d.ts +1 -1
- package/package.json +10 -10
- package/dist/cjs/form-drawer/components/form-actions.cjs +0 -1
- package/dist/cjs/form-drawer/components/index.cjs +0 -1
- package/dist/cjs/form-modal/components/draggable-wrapper.cjs +0 -1
- package/dist/cjs/form-modal/components/form-actions.cjs +0 -1
- package/dist/cjs/form-modal/components/index.cjs +0 -1
- package/dist/es/form-drawer/components/form-actions.js +0 -26
- package/dist/es/form-drawer/components/index.js +0 -2
- package/dist/es/form-modal/components/draggable-wrapper.js +0 -52
- package/dist/es/form-modal/components/form-actions.js +0 -26
- package/dist/es/form-modal/components/index.js +0 -3
- package/dist/types/form-drawer/components/form-actions.d.ts +0 -19
- package/dist/types/form-drawer/components/index.d.ts +0 -1
- package/dist/types/form-modal/components/draggable-wrapper.d.ts +0 -9
- package/dist/types/form-modal/components/form-actions.d.ts +0 -19
- package/dist/types/form-modal/components/index.d.ts +0 -2
package/dist/es/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1.
|
|
1
|
+
/*! @vef-framework-react/components v2.1.8 made by Venus | 2026-04-25T10:51:15.377Z */
|
|
2
2
|
import { breakpoints as e } from "./_base/constants/breakpoints.js";
|
|
3
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
4
|
import { globalCssVars as l } from "./_base/constants/css-vars.js";
|
|
@@ -65,60 +65,61 @@ import { FlipText as Ne } from "./flip-text/index.js";
|
|
|
65
65
|
import { Spin as Pe } from "./spin/index.js";
|
|
66
66
|
import { Loader as Fe } from "./loader/index.js";
|
|
67
67
|
import { useDataOptionsSelect as Ie } from "./select/hooks/use-data-options-select.js";
|
|
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 nt from "./
|
|
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
|
-
import {
|
|
110
|
-
import Mt from "./
|
|
111
|
-
import
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
|
|
68
|
+
import { useDictionaryOptionsSelect as Le } from "./select/hooks/use-dictionary-options-select.js";
|
|
69
|
+
import { Select as Re } from "./select/index.js";
|
|
70
|
+
import { TimePicker as ze } from "./time-picker/index.js";
|
|
71
|
+
import { Transfer as Be } from "./transfer/index.js";
|
|
72
|
+
import { useDataOptionsTreeSelect as Ve } from "./tree-select/hooks/use-data-options-tree-select.js";
|
|
73
|
+
import { TreeSelect as He } from "./tree-select/index.js";
|
|
74
|
+
import { Image as Ue } from "./image/index.js";
|
|
75
|
+
import { Upload as We } from "./upload/index.js";
|
|
76
|
+
import { createFormOptions as Ge, useFormContext as Ke, useFormStore as qe, withFieldGroup as Je, withForm as Ye } from "./form/form.js";
|
|
77
|
+
import { useForm as Xe } from "./form/use-form.js";
|
|
78
|
+
import { ProSearch as Ze } from "./pro-search/index.js";
|
|
79
|
+
import { Link as Qe, Paragraph as $e, Text as et, Title as tt } from "./typography/index.js";
|
|
80
|
+
import { Drawer as nt } from "./drawer/index.js";
|
|
81
|
+
import rt from "./empty/empty.js";
|
|
82
|
+
import { FormDrawer as it } from "./form-drawer/index.js";
|
|
83
|
+
import { Modal as at } from "./modal/modal.js";
|
|
84
|
+
import { FormModal as ot } from "./form-modal/index.js";
|
|
85
|
+
import { createCrudKit as st } from "./crud/helpers.js";
|
|
86
|
+
import { Crud as ct } from "./crud/index.js";
|
|
87
|
+
import { ScrollArea as lt } from "./scroll-area/index.js";
|
|
88
|
+
import { useViewportHeight as ut } from "./page/viewport-context.js";
|
|
89
|
+
import { Page as dt } from "./page/index.js";
|
|
90
|
+
import { CrudPage as ft } from "./crud-page/index.js";
|
|
91
|
+
import { Descriptions as pt } from "./descriptions/index.js";
|
|
92
|
+
import { Dropdown as mt } from "./dropdown/index.js";
|
|
93
|
+
import { DynamicIcon as ht } from "./dynamic-icon/index.js";
|
|
94
|
+
import { FloatButton as gt } from "./float-button/index.js";
|
|
95
|
+
import { useGridCollapsed as _t } from "./grid/hooks/use-grid-collapsed.js";
|
|
96
|
+
import { Grid as vt } from "./grid/index.js";
|
|
97
|
+
import { IconButton as yt } from "./icon-button/index.js";
|
|
98
|
+
import { Keyboard as bt } from "./keyboard/index.js";
|
|
99
|
+
import { List as xt } from "./list/index.js";
|
|
100
|
+
import { LogoIcon as St } from "./logo-icon/index.js";
|
|
101
|
+
import { Menu as Ct } from "./menu/index.js";
|
|
102
|
+
import { PermissionGate as wt } from "./permission-gate/index.js";
|
|
103
|
+
import { OperationButton as Tt } from "./operation-button/index.js";
|
|
104
|
+
import { Pagination as Et } from "./pagination/index.js";
|
|
105
|
+
import { Progress as Dt } from "./progress/index.js";
|
|
106
|
+
import { QRCode as Ot } from "./qrcode/index.js";
|
|
107
|
+
import { Result as kt } from "./result/index.js";
|
|
108
|
+
import { Row as At } from "./row/index.js";
|
|
109
|
+
import { Segmented as jt } from "./segmented/index.js";
|
|
110
|
+
import { Skeleton as Mt } from "./skeleton/index.js";
|
|
111
|
+
import Nt from "./space/space.js";
|
|
112
|
+
import { SparklesText as Pt } from "./sparkles-text/index.js";
|
|
113
|
+
import { SplitText as Ft } from "./split-text/index.js";
|
|
114
|
+
import { Splitter as It } from "./splitter/index.js";
|
|
115
|
+
import { Statistic as Lt } from "./statistic/index.js";
|
|
116
|
+
import { Steps as Rt } from "./steps/index.js";
|
|
117
|
+
import { Tabs as zt } from "./tabs/index.js";
|
|
118
|
+
import { Tag as Bt } from "./tag/index.js";
|
|
119
|
+
import { Timeline as Vt } from "./timeline/index.js";
|
|
120
|
+
import { Tour as Ht } from "./tour/index.js";
|
|
121
|
+
import { useDataOptionsTree as Ut } from "./tree/hooks/use-data-options-tree.js";
|
|
122
|
+
import { Tree as Wt } from "./tree/index.js";
|
|
123
|
+
import { TypingAnimation as Gt } from "./typing-animation/index.js";
|
|
124
|
+
import { Watermark as Kt } from "./watermark/index.js";
|
|
125
|
+
export { z as ActionButton, H as ActionGroup, U as Affix, W as Alert, G as Anchor, K as AutoComplete, q as Avatar, J as Badge, Q as Bool, $ as Breadcrumb, I as Button, ee as Calendar, te as Card, ne as Carousel, re as Cascader, ie as Center, ce as Chart, Y as Checkbox, de as CodeHighlighter, fe as Col, pe as Collapse, me as ColorPicker, he as Compact, oe as ConfigProvider, ct as Crud, ft as CrudPage, Oe as DatePicker, pt as Descriptions, ve as Divider, nt as Drawer, mt as Dropdown, ht as DynamicIcon, rt as Empty, B as Flex, ge as FlexCard, Ne as FlipText, gt as FloatButton, it as FormDrawer, ot as FormModal, vt as Grid, V as Group, L as Icon, yt as IconButton, Ue as Image, ke as Input, Ae as InputNumber, bt as Keyboard, Qe as Link, xt as List, Fe as Loader, St as LogoIcon, je as Mentions, Ct as Menu, at as Modal, Tt as OperationButton, Te as OperationButtonGroup, dt as Page, Et as Pagination, $e as Paragraph, wt as PermissionGate, R as Popconfirm, Ce as Popover, Ze as ProSearch, De as ProTable, Ee as ProTableSubscriber, Dt as Progress, Ot as QRCode, X as Radio, Me as Rate, kt as Result, At as Row, u as SYMBOL_PAGINATION, d as SYMBOL_SORT, lt as ScrollArea, jt as Segmented, Re as Select, Mt as Skeleton, we as Slider, Nt as Space, Pt as SparklesText, Pe as Spin, Ft as SplitText, It as Splitter, _e as Stack, Lt as Statistic, Rt as Steps, Z as Switch, Se as Table, zt as Tabs, Bt as Tag, et as Text, ze as TimePicker, Vt as Timeline, tt as Title, ye as Tooltip, Ht as Tour, Be as Transfer, Wt as Tree, He as TreeSelect, Gt as TypingAnimation, We as Upload, Kt as Watermark, e as breakpoints, v as closeAllMessages, k as closeAllNotifications, t as colors, le as connectCharts, st as createCrudKit, Ge as createFormOptions, ue as disconnectCharts, _ as emitReloadPage, n as fullSizes, h as getSpacingValue, l as globalCssVars, P as isFragment, p as isPresetColor, m as isSemanticColor, g as mapSize, be as pageSizeOptions, r as presetColors, f as resolveBreakpointValue, i as semanticColors, a as semanticSceneIcons, o as semanticSceneLabels, s as semanticScenes, w as showConfirm, T as showErrorAlert, y as showErrorMessage, A as showErrorNotification, E as showInfoAlert, b as showInfoMessage, j as showInfoNotification, x as showLoadingMessage, D as showSuccessAlert, S as showSuccessMessage, M as showSuccessNotification, O as showWarningAlert, C as showWarningMessage, N as showWarningNotification, c as sizes, se as useChart, Ie as useDataOptionsSelect, Ut as useDataOptionsTree, Ve as useDataOptionsTreeSelect, Le as useDictionaryOptionsSelect, Xe as useForm, Ke as useFormContext, qe as useFormStore, _t as useGridCollapsed, ae as useIsDarkMode, xe as usePaginationProps, F as useThemeTokens, ut as useViewportHeight, Je as withFieldGroup, Ye as withForm };
|
package/dist/es/input/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1.
|
|
1
|
+
/*! @vef-framework-react/components v2.1.8 made by Venus | 2026-04-25T10:51:15.377Z */
|
|
2
2
|
import { globalCssVars as e } from "../_base/constants/css-vars.js";
|
|
3
3
|
import { jsx as t } from "@emotion/react/jsx-runtime";
|
|
4
4
|
import { useMemo as n } from "react";
|
package/dist/es/list/index.js
CHANGED
package/dist/es/loader/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1.
|
|
1
|
+
/*! @vef-framework-react/components v2.1.8 made by Venus | 2026-04-25T10:51:15.377Z */
|
|
2
2
|
import { fullHeight as e } from "../_base/styles/common.js";
|
|
3
3
|
import { Center as t } from "../center/index.js";
|
|
4
4
|
import { FlipText as n } from "../flip-text/index.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1.
|
|
1
|
+
/*! @vef-framework-react/components v2.1.8 made by Venus | 2026-04-25T10:51:15.377Z */
|
|
2
2
|
import { jsx as e, jsxs as t } from "@emotion/react/jsx-runtime";
|
|
3
3
|
import { colorPaletteMap as n, getColorPalette as r } from "@vef-framework-react/shared";
|
|
4
4
|
//#region src/logo-icon/index.tsx
|
package/dist/es/menu/index.js
CHANGED
package/dist/es/modal/index.js
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1.
|
|
2
|
-
import
|
|
3
|
-
export { e as Modal };
|
|
1
|
+
/*! @vef-framework-react/components v2.1.8 made by Venus | 2026-04-25T10:51:15.377Z */
|
|
2
|
+
import "./modal.js";
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/*! @vef-framework-react/components v2.1.8 made by Venus | 2026-04-25T10:51:15.377Z */
|
|
2
|
+
import { Fragment as e, jsx as t, jsxs as n } from "@emotion/react/jsx-runtime";
|
|
3
|
+
import { memo as r, useCallback as i, useMemo as a, useRef as o } from "react";
|
|
4
|
+
import { Modal as s } from "antd";
|
|
5
|
+
import "@emotion/react";
|
|
6
|
+
import { motion as c, useDragControls as l } from "@vef-framework-react/core";
|
|
7
|
+
//#region src/modal/modal.tsx
|
|
8
|
+
function u() {
|
|
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
|
+
var d = process.env.NODE_ENV === "production" ? {
|
|
12
|
+
name: "18m26ff",
|
|
13
|
+
styles: "cursor:move;user-select:none"
|
|
14
|
+
} : {
|
|
15
|
+
name: "18m26ff",
|
|
16
|
+
styles: "cursor:move;user-select:none/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIm1vZGFsLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFpQm1CIiwiZmlsZSI6Im1vZGFsLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgTW9kYWxQcm9wcyBhcyBNb2RhbFByb3BzSW50ZXJuYWwgfSBmcm9tIFwiYW50ZFwiO1xuaW1wb3J0IHR5cGUgeyBQb2ludGVyRXZlbnRIYW5kbGVyIH0gZnJvbSBcInJlYWN0XCI7XG5cbmltcG9ydCB7IGNzcyB9IGZyb20gXCJAZW1vdGlvbi9yZWFjdFwiO1xuaW1wb3J0IHsgbW90aW9uLCB1c2VEcmFnQ29udHJvbHMgfSBmcm9tIFwiQHZlZi1mcmFtZXdvcmstcmVhY3QvY29yZVwiO1xuaW1wb3J0IHsgTW9kYWwgYXMgTW9kYWxJbnRlcm5hbCB9IGZyb20gXCJhbnRkXCI7XG5pbXBvcnQgeyBtZW1vLCB1c2VDYWxsYmFjaywgdXNlTWVtbywgdXNlUmVmIH0gZnJvbSBcInJlYWN0XCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTW9kYWxQcm9wcyBleHRlbmRzIE1vZGFsUHJvcHNJbnRlcm5hbCB7XG4gIC8qKlxuICAgKiBXaGV0aGVyIHRoZSBtb2RhbCBjYW4gYmUgZHJhZ2dlZCBieSBpdHMgaGVhZGVyLlxuICAgKlxuICAgKiBAZGVmYXVsdCBmYWxzZVxuICAgKi9cbiAgZHJhZ2dhYmxlPzogYm9vbGVhbjtcbn1cblxuY29uc3QgdGl0bGVTdHlsZSA9IGNzcyh7XG4gIGN1cnNvcjogXCJtb3ZlXCIsXG4gIHVzZXJTZWxlY3Q6IFwibm9uZVwiXG59KTtcblxuY29uc3QgY29uc3RyYWludHNTdHlsZSA9IGNzcyh7XG4gIHBvc2l0aW9uOiBcImZpeGVkXCIsXG4gIGluc2V0OiAwLFxuICBwb2ludGVyRXZlbnRzOiBcIm5vbmVcIlxufSk7XG5cbmV4cG9ydCBjb25zdCBNb2RhbCA9IG1lbW88TW9kYWxQcm9wcz4oKHtcbiAgZHJhZ2dhYmxlID0gZmFsc2UsXG4gIHRpdGxlLFxuICBtb2RhbFJlbmRlcjogZXh0ZXJuYWxNb2RhbFJlbmRlcixcbiAgLi4ucmVzdFByb3BzXG59KSA9PiB7XG4gIGNvbnN0IGRyYWdDb250cm9scyA9IHVzZURyYWdDb250cm9scygpO1xuICBjb25zdCBjb25zdHJhaW50c1JlZiA9IHVzZVJlZjxIVE1MRGl2RWxlbWVudD4obnVsbCk7XG5cbiAgY29uc3QgaGFuZGxlRHJhZyA9IHVzZUNhbGxiYWNrPFBvaW50ZXJFdmVudEhhbmRsZXI8SFRNTERpdkVsZW1lbnQ+PihldmVudCA9PiB7XG4gICAgZXZlbnQuc3RvcFByb3BhZ2F0aW9uKCk7XG4gICAgZHJhZ0NvbnRyb2xzLnN0YXJ0KGV2ZW50KTtcbiAgfSwgW2RyYWdDb250cm9sc10pO1xuXG4gIGNvbnN0IGRyYWdnYWJsZU1vZGFsUmVuZGVyID0gdXNlQ2FsbGJhY2s8Tm9uTnVsbGFibGU8TW9kYWxQcm9wc0ludGVybmFsW1wibW9kYWxSZW5kZXJcIl0+Pihub2RlID0+IChcbiAgICA8PlxuICAgICAgPGRpdiByZWY9e2NvbnN0cmFpbnRzUmVmfSBjc3M9e2NvbnN0cmFpbnRzU3R5bGV9IC8+XG5cbiAgICAgIDxtb3Rpb24uZGl2XG4gICAgICAgIGRyYWdcbiAgICAgICAgZHJhZ0NvbnN0cmFpbnRzPXtjb25zdHJhaW50c1JlZn1cbiAgICAgICAgZHJhZ0NvbnRyb2xzPXtkcmFnQ29udHJvbHN9XG4gICAgICAgIGRyYWdFbGFzdGljPXswLjN9XG4gICAgICAgIGRyYWdMaXN0ZW5lcj17ZmFsc2V9XG4gICAgICAgIGRyYWdNb21lbnR1bT17ZmFsc2V9XG4gICAgICA+XG4gICAgICAgIHtub2RlfVxuICAgICAgPC9tb3Rpb24uZGl2PlxuICAgIDwvPlxuICApLCBbZHJhZ0NvbnRyb2xzXSk7XG5cbiAgY29uc3QgcmVzb2x2ZWRNb2RhbFJlbmRlciA9IHVzZU1lbW88TW9kYWxQcm9wc0ludGVybmFsW1wibW9kYWxSZW5kZXJcIl0+KCgpID0+IHtcbiAgICBpZiAoIWRyYWdnYWJsZSkge1xuICAgICAgcmV0dXJuIGV4dGVybmFsTW9kYWxSZW5kZXI7XG4gICAgfVxuXG4gICAgaWYgKGV4dGVybmFsTW9kYWxSZW5kZXIpIHtcbiAgICAgIHJldHVybiBub2RlID0+IGRyYWdnYWJsZU1vZGFsUmVuZGVyKGV4dGVybmFsTW9kYWxSZW5kZXIobm9kZSkpO1xuICAgIH1cblxuICAgIHJldHVybiBkcmFnZ2FibGVNb2RhbFJlbmRlcjtcbiAgfSwgW2RyYWdnYWJsZSwgZXh0ZXJuYWxNb2RhbFJlbmRlciwgZHJhZ2dhYmxlTW9kYWxSZW5kZXJdKTtcblxuICBjb25zdCByZXNvbHZlZFRpdGxlID0gdXNlTWVtbygoKSA9PiB7XG4gICAgaWYgKCFkcmFnZ2FibGUpIHtcbiAgICAgIHJldHVybiB0aXRsZTtcbiAgICB9XG5cbiAgICByZXR1cm4gKFxuICAgICAgPGRpdiBjc3M9e3RpdGxlU3R5bGV9IG9uUG9pbnRlckRvd249e2hhbmRsZURyYWd9PlxuICAgICAgICB7dGl0bGV9XG4gICAgICA8L2Rpdj5cbiAgICApO1xuICB9LCBbZHJhZ2dhYmxlLCB0aXRsZSwgaGFuZGxlRHJhZ10pO1xuXG4gIHJldHVybiAoXG4gICAgPE1vZGFsSW50ZXJuYWxcbiAgICAgIHsuLi5yZXN0UHJvcHN9XG4gICAgICBtb2RhbFJlbmRlcj17cmVzb2x2ZWRNb2RhbFJlbmRlcn1cbiAgICAgIHRpdGxlPXtyZXNvbHZlZFRpdGxlfVxuICAgIC8+XG4gICk7XG59KTtcbk1vZGFsLmRpc3BsYXlOYW1lID0gXCJNb2RhbFwiO1xuIl19 */",
|
|
17
|
+
toString: u
|
|
18
|
+
}, f = process.env.NODE_ENV === "production" ? {
|
|
19
|
+
name: "t9e9jk",
|
|
20
|
+
styles: "position:fixed;inset:0;pointer-events:none"
|
|
21
|
+
} : {
|
|
22
|
+
name: "t9e9jk",
|
|
23
|
+
styles: "position:fixed;inset:0;pointer-events:none/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIm1vZGFsLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFzQnlCIiwiZmlsZSI6Im1vZGFsLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgTW9kYWxQcm9wcyBhcyBNb2RhbFByb3BzSW50ZXJuYWwgfSBmcm9tIFwiYW50ZFwiO1xuaW1wb3J0IHR5cGUgeyBQb2ludGVyRXZlbnRIYW5kbGVyIH0gZnJvbSBcInJlYWN0XCI7XG5cbmltcG9ydCB7IGNzcyB9IGZyb20gXCJAZW1vdGlvbi9yZWFjdFwiO1xuaW1wb3J0IHsgbW90aW9uLCB1c2VEcmFnQ29udHJvbHMgfSBmcm9tIFwiQHZlZi1mcmFtZXdvcmstcmVhY3QvY29yZVwiO1xuaW1wb3J0IHsgTW9kYWwgYXMgTW9kYWxJbnRlcm5hbCB9IGZyb20gXCJhbnRkXCI7XG5pbXBvcnQgeyBtZW1vLCB1c2VDYWxsYmFjaywgdXNlTWVtbywgdXNlUmVmIH0gZnJvbSBcInJlYWN0XCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTW9kYWxQcm9wcyBleHRlbmRzIE1vZGFsUHJvcHNJbnRlcm5hbCB7XG4gIC8qKlxuICAgKiBXaGV0aGVyIHRoZSBtb2RhbCBjYW4gYmUgZHJhZ2dlZCBieSBpdHMgaGVhZGVyLlxuICAgKlxuICAgKiBAZGVmYXVsdCBmYWxzZVxuICAgKi9cbiAgZHJhZ2dhYmxlPzogYm9vbGVhbjtcbn1cblxuY29uc3QgdGl0bGVTdHlsZSA9IGNzcyh7XG4gIGN1cnNvcjogXCJtb3ZlXCIsXG4gIHVzZXJTZWxlY3Q6IFwibm9uZVwiXG59KTtcblxuY29uc3QgY29uc3RyYWludHNTdHlsZSA9IGNzcyh7XG4gIHBvc2l0aW9uOiBcImZpeGVkXCIsXG4gIGluc2V0OiAwLFxuICBwb2ludGVyRXZlbnRzOiBcIm5vbmVcIlxufSk7XG5cbmV4cG9ydCBjb25zdCBNb2RhbCA9IG1lbW88TW9kYWxQcm9wcz4oKHtcbiAgZHJhZ2dhYmxlID0gZmFsc2UsXG4gIHRpdGxlLFxuICBtb2RhbFJlbmRlcjogZXh0ZXJuYWxNb2RhbFJlbmRlcixcbiAgLi4ucmVzdFByb3BzXG59KSA9PiB7XG4gIGNvbnN0IGRyYWdDb250cm9scyA9IHVzZURyYWdDb250cm9scygpO1xuICBjb25zdCBjb25zdHJhaW50c1JlZiA9IHVzZVJlZjxIVE1MRGl2RWxlbWVudD4obnVsbCk7XG5cbiAgY29uc3QgaGFuZGxlRHJhZyA9IHVzZUNhbGxiYWNrPFBvaW50ZXJFdmVudEhhbmRsZXI8SFRNTERpdkVsZW1lbnQ+PihldmVudCA9PiB7XG4gICAgZXZlbnQuc3RvcFByb3BhZ2F0aW9uKCk7XG4gICAgZHJhZ0NvbnRyb2xzLnN0YXJ0KGV2ZW50KTtcbiAgfSwgW2RyYWdDb250cm9sc10pO1xuXG4gIGNvbnN0IGRyYWdnYWJsZU1vZGFsUmVuZGVyID0gdXNlQ2FsbGJhY2s8Tm9uTnVsbGFibGU8TW9kYWxQcm9wc0ludGVybmFsW1wibW9kYWxSZW5kZXJcIl0+Pihub2RlID0+IChcbiAgICA8PlxuICAgICAgPGRpdiByZWY9e2NvbnN0cmFpbnRzUmVmfSBjc3M9e2NvbnN0cmFpbnRzU3R5bGV9IC8+XG5cbiAgICAgIDxtb3Rpb24uZGl2XG4gICAgICAgIGRyYWdcbiAgICAgICAgZHJhZ0NvbnN0cmFpbnRzPXtjb25zdHJhaW50c1JlZn1cbiAgICAgICAgZHJhZ0NvbnRyb2xzPXtkcmFnQ29udHJvbHN9XG4gICAgICAgIGRyYWdFbGFzdGljPXswLjN9XG4gICAgICAgIGRyYWdMaXN0ZW5lcj17ZmFsc2V9XG4gICAgICAgIGRyYWdNb21lbnR1bT17ZmFsc2V9XG4gICAgICA+XG4gICAgICAgIHtub2RlfVxuICAgICAgPC9tb3Rpb24uZGl2PlxuICAgIDwvPlxuICApLCBbZHJhZ0NvbnRyb2xzXSk7XG5cbiAgY29uc3QgcmVzb2x2ZWRNb2RhbFJlbmRlciA9IHVzZU1lbW88TW9kYWxQcm9wc0ludGVybmFsW1wibW9kYWxSZW5kZXJcIl0+KCgpID0+IHtcbiAgICBpZiAoIWRyYWdnYWJsZSkge1xuICAgICAgcmV0dXJuIGV4dGVybmFsTW9kYWxSZW5kZXI7XG4gICAgfVxuXG4gICAgaWYgKGV4dGVybmFsTW9kYWxSZW5kZXIpIHtcbiAgICAgIHJldHVybiBub2RlID0+IGRyYWdnYWJsZU1vZGFsUmVuZGVyKGV4dGVybmFsTW9kYWxSZW5kZXIobm9kZSkpO1xuICAgIH1cblxuICAgIHJldHVybiBkcmFnZ2FibGVNb2RhbFJlbmRlcjtcbiAgfSwgW2RyYWdnYWJsZSwgZXh0ZXJuYWxNb2RhbFJlbmRlciwgZHJhZ2dhYmxlTW9kYWxSZW5kZXJdKTtcblxuICBjb25zdCByZXNvbHZlZFRpdGxlID0gdXNlTWVtbygoKSA9PiB7XG4gICAgaWYgKCFkcmFnZ2FibGUpIHtcbiAgICAgIHJldHVybiB0aXRsZTtcbiAgICB9XG5cbiAgICByZXR1cm4gKFxuICAgICAgPGRpdiBjc3M9e3RpdGxlU3R5bGV9IG9uUG9pbnRlckRvd249e2hhbmRsZURyYWd9PlxuICAgICAgICB7dGl0bGV9XG4gICAgICA8L2Rpdj5cbiAgICApO1xuICB9LCBbZHJhZ2dhYmxlLCB0aXRsZSwgaGFuZGxlRHJhZ10pO1xuXG4gIHJldHVybiAoXG4gICAgPE1vZGFsSW50ZXJuYWxcbiAgICAgIHsuLi5yZXN0UHJvcHN9XG4gICAgICBtb2RhbFJlbmRlcj17cmVzb2x2ZWRNb2RhbFJlbmRlcn1cbiAgICAgIHRpdGxlPXtyZXNvbHZlZFRpdGxlfVxuICAgIC8+XG4gICk7XG59KTtcbk1vZGFsLmRpc3BsYXlOYW1lID0gXCJNb2RhbFwiO1xuIl19 */",
|
|
24
|
+
toString: u
|
|
25
|
+
}, p = r(({ draggable: r = !1, title: u, modalRender: p, ...m }) => {
|
|
26
|
+
let h = l(), g = o(null), _ = i((e) => {
|
|
27
|
+
e.stopPropagation(), h.start(e);
|
|
28
|
+
}, [h]), v = i((r) => /* @__PURE__ */ n(e, { children: [/* @__PURE__ */ t("div", {
|
|
29
|
+
ref: g,
|
|
30
|
+
css: f
|
|
31
|
+
}), /* @__PURE__ */ t(c.div, {
|
|
32
|
+
drag: !0,
|
|
33
|
+
dragConstraints: g,
|
|
34
|
+
dragControls: h,
|
|
35
|
+
dragElastic: .3,
|
|
36
|
+
dragListener: !1,
|
|
37
|
+
dragMomentum: !1,
|
|
38
|
+
children: r
|
|
39
|
+
})] }), [h]), y = a(() => r ? p ? (e) => v(p(e)) : v : p, [
|
|
40
|
+
r,
|
|
41
|
+
p,
|
|
42
|
+
v
|
|
43
|
+
]), b = a(() => r ? /* @__PURE__ */ t("div", {
|
|
44
|
+
css: d,
|
|
45
|
+
onPointerDown: _,
|
|
46
|
+
children: u
|
|
47
|
+
}) : u, [
|
|
48
|
+
r,
|
|
49
|
+
u,
|
|
50
|
+
_
|
|
51
|
+
]);
|
|
52
|
+
return /* @__PURE__ */ t(s, {
|
|
53
|
+
...m,
|
|
54
|
+
modalRender: y,
|
|
55
|
+
title: b
|
|
56
|
+
});
|
|
57
|
+
});
|
|
58
|
+
p.displayName = "Modal";
|
|
59
|
+
//#endregion
|
|
60
|
+
export { p as Modal };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1.
|
|
1
|
+
/*! @vef-framework-react/components v2.1.8 made by Venus | 2026-04-25T10:51:15.377Z */
|
|
2
2
|
import { globalCssVars as e } from "../_base/constants/css-vars.js";
|
|
3
3
|
import { ActionButton as t } from "../action-button/index.js";
|
|
4
4
|
import { PermissionGate as n } from "../permission-gate/index.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1.
|
|
1
|
+
/*! @vef-framework-react/components v2.1.8 made by Venus | 2026-04-25T10:51:15.377Z */
|
|
2
2
|
import { getSpacingValue as e } from "../../_base/helpers/common.js";
|
|
3
3
|
import { useResize as t } from "../hooks/use-resize.js";
|
|
4
4
|
import { asideContent as n } from "../styles.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1.
|
|
1
|
+
/*! @vef-framework-react/components v2.1.8 made by Venus | 2026-04-25T10:51:15.377Z */
|
|
2
2
|
import { resizeHandleGrip as e, resizeHandleLeft as t, resizeHandleRight as n } from "../styles.js";
|
|
3
3
|
import { jsx as r } from "@emotion/react/jsx-runtime";
|
|
4
4
|
import "react";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1.
|
|
1
|
+
/*! @vef-framework-react/components v2.1.8 made by Venus | 2026-04-25T10:51:15.377Z */
|
|
2
2
|
import { actionBar as e, content as t, scrollContainer as n, scrollWrapper as r } from "../styles.js";
|
|
3
3
|
import { ScrollArea as i } from "../../scroll-area/index.js";
|
|
4
4
|
import { ViewportProvider as a } from "../viewport-context.js";
|
|
@@ -24,13 +24,13 @@ var p = {
|
|
|
24
24
|
}
|
|
25
25
|
}, m = { duration: .3 };
|
|
26
26
|
function h({ className: h, actionBar: g, actionBarClassName: _, children: v }) {
|
|
27
|
-
let { ref: y, height: b } = l(
|
|
27
|
+
let { ref: y, height: b } = l(), { ref: x, height: S } = l(), C = { "--vef-page-action-bar-height": `${b}px` };
|
|
28
28
|
return /* @__PURE__ */ c(o, { children: [/* @__PURE__ */ s(u, { children: ({ css: e }) => /* @__PURE__ */ s(i, {
|
|
29
29
|
className: h,
|
|
30
30
|
css: [
|
|
31
31
|
t,
|
|
32
32
|
r,
|
|
33
|
-
process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
33
|
+
process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNjcm9sbC1jb250ZW50LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUE2RFkiLCJmaWxlIjoic2Nyb2xsLWNvbnRlbnQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBUcmFuc2l0aW9uLCBWYXJpYW50cyB9IGZyb20gXCJAdmVmLWZyYW1ld29yay1yZWFjdC9jb3JlXCI7XG5pbXBvcnQgdHlwZSB7IENTU1Byb3BlcnRpZXMsIFByb3BzV2l0aENoaWxkcmVuLCBSZWFjdE5vZGUgfSBmcm9tIFwicmVhY3RcIjtcblxuaW1wb3J0IHsgQ2xhc3NOYW1lcyB9IGZyb20gXCJAZW1vdGlvbi9yZWFjdFwiO1xuaW1wb3J0IHsgQW5pbWF0ZVByZXNlbmNlLCBtb3Rpb24gfSBmcm9tIFwiQHZlZi1mcmFtZXdvcmstcmVhY3QvY29yZVwiO1xuaW1wb3J0IHsgdXNlRWxlbWVudFNpemUgfSBmcm9tIFwiQHZlZi1mcmFtZXdvcmstcmVhY3QvaG9va3NcIjtcblxuaW1wb3J0IHsgU2Nyb2xsQXJlYSB9IGZyb20gXCIuLi8uLi9zY3JvbGwtYXJlYVwiO1xuaW1wb3J0ICogYXMgc3R5bGVzIGZyb20gXCIuLi9zdHlsZXNcIjtcbmltcG9ydCB7IFZpZXdwb3J0UHJvdmlkZXIgfSBmcm9tIFwiLi4vdmlld3BvcnQtY29udGV4dFwiO1xuXG5pbnRlcmZhY2UgU2Nyb2xsQ29udGVudFByb3BzIGV4dGVuZHMgUHJvcHNXaXRoQ2hpbGRyZW4ge1xuICBjbGFzc05hbWU/OiBzdHJpbmc7XG4gIGFjdGlvbkJhcj86IFJlYWN0Tm9kZTtcbiAgYWN0aW9uQmFyQ2xhc3NOYW1lPzogc3RyaW5nO1xufVxuXG5jb25zdCBhY3Rpb25CYXJWYXJpYW50czogVmFyaWFudHMgPSB7XG4gIGluaXRpYWw6IHtcbiAgICBvcGFjaXR5OiAwLFxuICAgIHk6IDYwXG4gIH0sXG4gIGFuaW1hdGU6IHtcbiAgICBvcGFjaXR5OiAxLFxuICAgIHk6IDAsXG4gICAgdHJhbnNpdGlvbjoge1xuICAgICAgZWFzZTogXCJlYXNlT3V0XCJcbiAgICB9XG4gIH0sXG4gIGV4aXQ6IHtcbiAgICBvcGFjaXR5OiAwLFxuICAgIHk6IDYwLFxuICAgIHRyYW5zaXRpb246IHtcbiAgICAgIGVhc2U6IFwiZWFzZUluXCJcbiAgICB9XG4gIH1cbn07XG5cbmNvbnN0IGFjdGlvbkJhclRyYW5zaXRpb246IFRyYW5zaXRpb24gPSB7XG4gIGR1cmF0aW9uOiAwLjNcbn07XG5cbmV4cG9ydCBmdW5jdGlvbiBTY3JvbGxDb250ZW50KHtcbiAgY2xhc3NOYW1lLFxuICBhY3Rpb25CYXIsXG4gIGFjdGlvbkJhckNsYXNzTmFtZSxcbiAgY2hpbGRyZW5cbn06IFNjcm9sbENvbnRlbnRQcm9wcyk6IFJlYWN0LkpTWC5FbGVtZW50IHtcbiAgY29uc3QgeyByZWY6IGFjdGlvbkJhclJlZiwgaGVpZ2h0OiBhY3Rpb25CYXJIZWlnaHQgfSA9IHVzZUVsZW1lbnRTaXplKCk7XG4gIGNvbnN0IHsgcmVmOiB2aWV3cG9ydFJlZiwgaGVpZ2h0OiB2aWV3cG9ydEhlaWdodCB9ID0gdXNlRWxlbWVudFNpemUoKTtcblxuICBjb25zdCB2aWV3cG9ydFN0eWxlID0ge1xuICAgIFwiLS12ZWYtcGFnZS1hY3Rpb24tYmFyLWhlaWdodFwiOiBgJHthY3Rpb25CYXJIZWlnaHR9cHhgXG4gIH0gYXMgQ1NTUHJvcGVydGllcztcblxuICByZXR1cm4gKFxuICAgIDw+XG4gICAgICA8Q2xhc3NOYW1lcz5cbiAgICAgICAgeyh7IGNzcyB9KSA9PiAoXG4gICAgICAgICAgPFNjcm9sbEFyZWFcbiAgICAgICAgICAgIGNsYXNzTmFtZT17Y2xhc3NOYW1lfVxuICAgICAgICAgICAgY3NzPXtbc3R5bGVzLmNvbnRlbnQsIHN0eWxlcy5zY3JvbGxXcmFwcGVyXX1cbiAgICAgICAgICAgIHZpZXdwb3J0Q2xhc3NOYW1lPXtjc3Moc3R5bGVzLnNjcm9sbENvbnRhaW5lcil9XG4gICAgICAgICAgICB2aWV3cG9ydFJlZj17dmlld3BvcnRSZWZ9XG4gICAgICAgICAgICB2aWV3cG9ydFN0eWxlPXt2aWV3cG9ydFN0eWxlfVxuICAgICAgICAgID5cbiAgICAgICAgICAgIDxWaWV3cG9ydFByb3ZpZGVyIHZhbHVlPXt2aWV3cG9ydEhlaWdodH0+XG4gICAgICAgICAgICAgIHtjaGlsZHJlbn1cbiAgICAgICAgICAgIDwvVmlld3BvcnRQcm92aWRlcj5cbiAgICAgICAgICA8L1Njcm9sbEFyZWE+XG4gICAgICAgICl9XG4gICAgICA8L0NsYXNzTmFtZXM+XG5cbiAgICAgIDxBbmltYXRlUHJlc2VuY2U+XG4gICAgICAgIHthY3Rpb25CYXIgJiYgKFxuICAgICAgICAgIDxtb3Rpb24uZGl2XG4gICAgICAgICAgICByZWY9e2FjdGlvbkJhclJlZn1cbiAgICAgICAgICAgIGFuaW1hdGU9XCJhbmltYXRlXCJcbiAgICAgICAgICAgIGNsYXNzTmFtZT17YWN0aW9uQmFyQ2xhc3NOYW1lfVxuICAgICAgICAgICAgY3NzPXtzdHlsZXMuYWN0aW9uQmFyfVxuICAgICAgICAgICAgZXhpdD1cImV4aXRcIlxuICAgICAgICAgICAgaW5pdGlhbD1cImluaXRpYWxcIlxuICAgICAgICAgICAgdHJhbnNpdGlvbj17YWN0aW9uQmFyVHJhbnNpdGlvbn1cbiAgICAgICAgICAgIHZhcmlhbnRzPXthY3Rpb25CYXJWYXJpYW50c31cbiAgICAgICAgICA+XG4gICAgICAgICAgICB7YWN0aW9uQmFyfVxuICAgICAgICAgIDwvbW90aW9uLmRpdj5cbiAgICAgICAgKX1cbiAgICAgIDwvQW5pbWF0ZVByZXNlbmNlPlxuICAgIDwvPlxuICApO1xufVxuIl19 */"
|
|
34
34
|
],
|
|
35
35
|
viewportClassName: e(n),
|
|
36
36
|
viewportRef: x,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1.
|
|
1
|
+
/*! @vef-framework-react/components v2.1.8 made by Venus | 2026-04-25T10:51:15.377Z */
|
|
2
2
|
import { useReloadPageEvent as e } from "../../_base/helpers/event.js";
|
|
3
3
|
import { useCallback as t, useState as n } from "react";
|
|
4
4
|
//#region src/page/hooks/use-page-key.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1.
|
|
1
|
+
/*! @vef-framework-react/components v2.1.8 made by Venus | 2026-04-25T10:51:15.377Z */
|
|
2
2
|
import { useCallback as e, useState as t } from "react";
|
|
3
3
|
//#region src/page/hooks/use-resize.ts
|
|
4
4
|
function n(e, t, n) {
|
package/dist/es/page/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1.
|
|
1
|
+
/*! @vef-framework-react/components v2.1.8 made by Venus | 2026-04-25T10:51:15.377Z */
|
|
2
2
|
import { globalCssVars as e } from "../_base/constants/css-vars.js";
|
|
3
3
|
import { getSpacingValue as t } from "../_base/helpers/common.js";
|
|
4
4
|
import { usePageKey as n } from "./hooks/use-page-key.js";
|