@vef-framework-react/components 2.1.12 → 2.2.1
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/globals.cjs +1 -0
- package/dist/cjs/_base/helpers/message.cjs +1 -1
- package/dist/cjs/_base/helpers/modal.cjs +1 -1
- package/dist/cjs/_base/helpers/notification.cjs +1 -1
- package/dist/cjs/_base/index.cjs +1 -1
- package/dist/cjs/border-beam/index.cjs +1 -0
- package/dist/cjs/config-provider/context-holder.cjs +1 -1
- package/dist/cjs/crud/components/scene-form.cjs +1 -1
- package/dist/cjs/file-upload/index.cjs +1 -0
- 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/fields/upload/index.cjs +1 -1
- package/dist/cjs/form/form-actions.cjs +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/split-text/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/constants/theme.js +1 -0
- package/dist/es/_base/globals.js +16 -0
- 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 +20 -19
- package/dist/es/_base/helpers/modal.js +30 -29
- package/dist/es/_base/helpers/notification.js +23 -22
- 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 +2 -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/border-beam/index.js +3 -0
- 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 +16 -15
- 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 +1 -1
- 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 +1 -1
- package/dist/es/crud/components/mutation-holder.js +1 -1
- package/dist/es/crud/components/operation-button-group.js +1 -1
- package/dist/es/crud/components/scene-form.js +7 -6
- package/dist/es/crud/components/selection-indicator.js +1 -1
- 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 +1 -1
- package/dist/es/crud/store.js +1 -1
- package/dist/es/crud/styles.js +1 -1
- 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/file-upload/index.js +59 -0
- package/dist/es/flex/index.js +1 -1
- package/dist/es/flex-card/index.js +1 -1
- package/dist/es/flex-card/styles.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/es/form/fields/date-range-picker/index.js +13 -18
- 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 +2 -2
- package/dist/es/form/fields/time-range-picker/index.js +13 -18
- 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 +20 -17
- package/dist/es/form/form-actions.js +9 -9
- package/dist/es/form/form.js +1 -1
- package/dist/es/form/helpers/create-field.js +1 -1
- package/dist/es/form/helpers/index.js +1 -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 +1 -1
- package/dist/es/form/use-form.js +1 -1
- package/dist/es/form-drawer/index.js +1 -1
- package/dist/es/form-modal/index.js +1 -1
- 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 +98 -96
- 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 +1 -1
- package/dist/es/modal/modal.js +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/es/pro-search/index.js +1 -1
- package/dist/es/pro-search/styles.js +1 -1
- package/dist/es/pro-table/components/column-setting-item.js +1 -1
- package/dist/es/pro-table/components/column-settings-panel.js +1 -1
- 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 +1 -1
- package/dist/es/pro-table/components/width-popover.js +1 -1
- 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 +1 -1
- package/dist/es/pro-table/index.js +1 -1
- 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 +1 -1
- package/dist/es/select/hooks/use-data-options-select.js +1 -1
- package/dist/es/select/hooks/use-dictionary-options-select.js +1 -1
- package/dist/es/select/index.js +1 -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 +55 -64
- 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 +1 -1
- 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 +4 -4
- package/dist/es/watermark/index.js +1 -1
- package/dist/types/_base/globals.d.ts +34 -0
- package/dist/types/_base/index.d.ts +1 -0
- package/dist/types/border-beam/index.d.ts +2 -0
- package/dist/types/dynamic-icon/index.d.ts +1 -1
- package/dist/types/file-upload/index.d.ts +10 -0
- package/dist/types/file-upload/props.d.ts +72 -0
- package/dist/types/form/fields/upload/props.d.ts +9 -2
- package/dist/types/index.d.ts +2 -0
- package/dist/types/split-text/index.d.ts +2 -2
- package/package.json +9 -9
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { useIsomorphicEffect as e } from "@vef-framework-react/hooks";
|
|
3
3
|
import { useEffect as t, useRef as n, useState as r } from "react";
|
|
4
4
|
//#region src/grid/hooks/use-container-width.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { useGridContext as e } from "../context.js";
|
|
3
3
|
//#region src/grid/hooks/use-grid-collapsed.ts
|
|
4
4
|
function t() {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { useThemeTokens as e } from "../../_base/hooks/use-theme-tokens.js";
|
|
3
3
|
import { isNumber as t, isString as n } from "@vef-framework-react/shared";
|
|
4
4
|
import { useMemo as r } from "react";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { useMemo as e } from "react";
|
|
3
3
|
//#region src/grid/hooks/use-responsive-breakpoint.ts
|
|
4
4
|
function t(t, n) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { breakpoints as e } from "../../_base/constants/breakpoints.js";
|
|
3
3
|
import { isPlainObject as t } from "@vef-framework-react/shared";
|
|
4
4
|
import "react";
|
package/dist/es/grid/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { GridContextProvider as e } from "./context.js";
|
|
3
3
|
import { grid as t } from "./styles.js";
|
|
4
4
|
import { GridItem as n } from "./grid-item.js";
|
package/dist/es/grid/styles.js
CHANGED
package/dist/es/group/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { Flex as e } from "../flex/index.js";
|
|
3
3
|
import { jsx as t } from "@emotion/react/jsx-runtime";
|
|
4
4
|
//#region src/group/index.tsx
|
package/dist/es/icon/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { jsx as e } from "@emotion/react/jsx-runtime";
|
|
3
3
|
import "@emotion/react";
|
|
4
4
|
import { Icon as t } from "lucide-react";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { globalCssVars as e } from "../_base/constants/css-vars.js";
|
|
3
3
|
import { Button as t } from "../button/index.js";
|
|
4
4
|
import { Tooltip as n } from "../tooltip/index.js";
|
package/dist/es/image/index.js
CHANGED
package/dist/es/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
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";
|
|
@@ -29,98 +29,100 @@ import { Checkbox as Y } from "./checkbox/index.js";
|
|
|
29
29
|
import { Radio as X } from "./radio/index.js";
|
|
30
30
|
import { Switch as Z } from "./switch/index.js";
|
|
31
31
|
import { Bool as Q } from "./bool/index.js";
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import it from "./
|
|
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 {
|
|
111
|
-
import {
|
|
112
|
-
import Pt from "./
|
|
113
|
-
import {
|
|
114
|
-
import
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
|
|
32
|
+
import { BorderBeam as $ } from "./border-beam/index.js";
|
|
33
|
+
import { Breadcrumb as ee } from "./breadcrumb/index.js";
|
|
34
|
+
import { Calendar as te } from "./calendar/index.js";
|
|
35
|
+
import { Card as ne } from "./card/index.js";
|
|
36
|
+
import { Carousel as re } from "./carousel/index.js";
|
|
37
|
+
import { Cascader as ie } from "./cascader/index.js";
|
|
38
|
+
import { Center as ae } from "./center/index.js";
|
|
39
|
+
import { useIsDarkMode as oe } from "./config-provider/dark-mode-context.js";
|
|
40
|
+
import { ConfigProvider as se } from "./config-provider/index.js";
|
|
41
|
+
import { useChart as ce } from "./charts/hooks/use-chart.js";
|
|
42
|
+
import { Chart as le } from "./charts/chart.js";
|
|
43
|
+
import { connectCharts as ue, disconnectCharts as de } from "./charts/helpers/group.js";
|
|
44
|
+
import { CodeHighlighter as fe } from "./code-highlighter/index.js";
|
|
45
|
+
import { Col as pe } from "./col/index.js";
|
|
46
|
+
import { Collapse as me } from "./collapse/index.js";
|
|
47
|
+
import { ColorPicker as he } from "./color-picker/index.js";
|
|
48
|
+
import { Compact as ge } from "./compact/index.js";
|
|
49
|
+
import { FlexCard as _e } from "./flex-card/index.js";
|
|
50
|
+
import { Stack as ve } from "./stack/index.js";
|
|
51
|
+
import { Divider as ye } from "./divider/index.js";
|
|
52
|
+
import { Tooltip as be } from "./tooltip/index.js";
|
|
53
|
+
import { pageSizeOptions as xe, usePaginationProps as Se } from "./table/use-pagination-props.js";
|
|
54
|
+
import { Table as Ce } from "./table/index.js";
|
|
55
|
+
import { Popover as we } from "./popover/index.js";
|
|
56
|
+
import { Slider as Te } from "./slider/index.js";
|
|
57
|
+
import { OperationButtonGroup as Ee } from "./pro-table/components/operation-button-group.js";
|
|
58
|
+
import { TableSubscriber as De } from "./pro-table/components/table-subscriber.js";
|
|
59
|
+
import { ProTable as Oe } from "./pro-table/index.js";
|
|
60
|
+
import { restoreFieldOptions as ke } from "./form/helpers/create-field.js";
|
|
61
|
+
import { DatePicker as Ae } from "./date-picker/index.js";
|
|
62
|
+
import { Input as je } from "./input/index.js";
|
|
63
|
+
import { InputNumber as Me } from "./input-number/index.js";
|
|
64
|
+
import { Mentions as Ne } from "./mentions/index.js";
|
|
65
|
+
import { Rate as Pe } from "./rate/index.js";
|
|
66
|
+
import { FlipText as Fe } from "./flip-text/index.js";
|
|
67
|
+
import { Spin as Ie } from "./spin/index.js";
|
|
68
|
+
import { Loader as Le } from "./loader/index.js";
|
|
69
|
+
import { useDataOptionsSelect as Re } from "./select/hooks/use-data-options-select.js";
|
|
70
|
+
import { useDictionaryOptionsSelect as ze } from "./select/hooks/use-dictionary-options-select.js";
|
|
71
|
+
import { Select as Be } from "./select/index.js";
|
|
72
|
+
import { TimePicker as Ve } from "./time-picker/index.js";
|
|
73
|
+
import { Transfer as He } from "./transfer/index.js";
|
|
74
|
+
import { useDataOptionsTreeSelect as Ue } from "./tree-select/hooks/use-data-options-tree-select.js";
|
|
75
|
+
import { TreeSelect as We } from "./tree-select/index.js";
|
|
76
|
+
import { Image as Ge } from "./image/index.js";
|
|
77
|
+
import { Upload as Ke } from "./upload/index.js";
|
|
78
|
+
import { FileUpload as qe } from "./file-upload/index.js";
|
|
79
|
+
import { createFormOptions as Je, useFormContext as Ye, useFormStore as Xe, withFieldGroup as Ze, withForm as Qe } from "./form/form.js";
|
|
80
|
+
import { useForm as $e } from "./form/use-form.js";
|
|
81
|
+
import { ProSearch as et } from "./pro-search/index.js";
|
|
82
|
+
import { Link as tt, Paragraph as nt, Text as rt, Title as it } from "./typography/index.js";
|
|
83
|
+
import { Drawer as at } from "./drawer/index.js";
|
|
84
|
+
import ot from "./empty/empty.js";
|
|
85
|
+
import { FormDrawer as st } from "./form-drawer/index.js";
|
|
86
|
+
import { Modal as ct } from "./modal/modal.js";
|
|
87
|
+
import { FormModal as lt } from "./form-modal/index.js";
|
|
88
|
+
import { createCrudKit as ut } from "./crud/helpers.js";
|
|
89
|
+
import { Crud as dt } from "./crud/index.js";
|
|
90
|
+
import { ScrollArea as ft } from "./scroll-area/index.js";
|
|
91
|
+
import { useViewportHeight as pt } from "./page/viewport-context.js";
|
|
92
|
+
import { Page as mt } from "./page/index.js";
|
|
93
|
+
import { CrudPage as ht } from "./crud-page/index.js";
|
|
94
|
+
import { Descriptions as gt } from "./descriptions/index.js";
|
|
95
|
+
import { Dropdown as _t } from "./dropdown/index.js";
|
|
96
|
+
import { DynamicIcon as vt } from "./dynamic-icon/index.js";
|
|
97
|
+
import { FloatButton as yt } from "./float-button/index.js";
|
|
98
|
+
import { useGridCollapsed as bt } from "./grid/hooks/use-grid-collapsed.js";
|
|
99
|
+
import { Grid as xt } from "./grid/index.js";
|
|
100
|
+
import { IconButton as St } from "./icon-button/index.js";
|
|
101
|
+
import { Keyboard as Ct } from "./keyboard/index.js";
|
|
102
|
+
import { List as wt } from "./list/index.js";
|
|
103
|
+
import { LogoIcon as Tt } from "./logo-icon/index.js";
|
|
104
|
+
import { Menu as Et } from "./menu/index.js";
|
|
105
|
+
import { PermissionGate as Dt } from "./permission-gate/index.js";
|
|
106
|
+
import { OperationButton as Ot } from "./operation-button/index.js";
|
|
107
|
+
import { Pagination as kt } from "./pagination/index.js";
|
|
108
|
+
import { Progress as At } from "./progress/index.js";
|
|
109
|
+
import { QRCode as jt } from "./qrcode/index.js";
|
|
110
|
+
import { Result as Mt } from "./result/index.js";
|
|
111
|
+
import { Row as Nt } from "./row/index.js";
|
|
112
|
+
import { Segmented as Pt } from "./segmented/index.js";
|
|
113
|
+
import { Skeleton as Ft } from "./skeleton/index.js";
|
|
114
|
+
import It from "./space/space.js";
|
|
115
|
+
import { SparklesText as Lt } from "./sparkles-text/index.js";
|
|
116
|
+
import { SplitText as Rt } from "./split-text/index.js";
|
|
117
|
+
import { Splitter as zt } from "./splitter/index.js";
|
|
118
|
+
import { Statistic as Bt } from "./statistic/index.js";
|
|
119
|
+
import { Steps as Vt } from "./steps/index.js";
|
|
120
|
+
import { Tabs as Ht } from "./tabs/index.js";
|
|
121
|
+
import { Tag as Ut } from "./tag/index.js";
|
|
122
|
+
import { Timeline as Wt } from "./timeline/index.js";
|
|
123
|
+
import { Tour as Gt } from "./tour/index.js";
|
|
124
|
+
import { useDataOptionsTree as Kt } from "./tree/hooks/use-data-options-tree.js";
|
|
125
|
+
import { Tree as qt } from "./tree/index.js";
|
|
126
|
+
import { TypingAnimation as Jt } from "./typing-animation/index.js";
|
|
127
|
+
import { Watermark as Yt } from "./watermark/index.js";
|
|
128
|
+
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 BorderBeam, ee as Breadcrumb, I as Button, te as Calendar, ne as Card, re as Carousel, ie as Cascader, ae as Center, le as Chart, Y as Checkbox, fe as CodeHighlighter, pe as Col, me as Collapse, he as ColorPicker, ge as Compact, se as ConfigProvider, dt as Crud, ht as CrudPage, Ae as DatePicker, gt as Descriptions, ye as Divider, at as Drawer, _t as Dropdown, vt as DynamicIcon, ot as Empty, qe as FileUpload, B as Flex, _e as FlexCard, Fe as FlipText, yt as FloatButton, st as FormDrawer, lt as FormModal, xt as Grid, V as Group, L as Icon, St as IconButton, Ge as Image, je as Input, Me as InputNumber, Ct as Keyboard, tt as Link, wt as List, Le as Loader, Tt as LogoIcon, Ne as Mentions, Et as Menu, ct as Modal, Ot as OperationButton, Ee as OperationButtonGroup, mt as Page, kt as Pagination, nt as Paragraph, Dt as PermissionGate, R as Popconfirm, we as Popover, et as ProSearch, Oe as ProTable, De as ProTableSubscriber, At as Progress, jt as QRCode, X as Radio, Pe as Rate, Mt as Result, Nt as Row, u as SYMBOL_PAGINATION, d as SYMBOL_SORT, ft as ScrollArea, Pt as Segmented, Be as Select, Ft as Skeleton, Te as Slider, It as Space, Lt as SparklesText, Ie as Spin, Rt as SplitText, zt as Splitter, ve as Stack, Bt as Statistic, Vt as Steps, Z as Switch, Ce as Table, Ht as Tabs, Ut as Tag, rt as Text, Ve as TimePicker, Wt as Timeline, it as Title, be as Tooltip, Gt as Tour, He as Transfer, qt as Tree, We as TreeSelect, Jt as TypingAnimation, Ke as Upload, Yt as Watermark, e as breakpoints, v as closeAllMessages, k as closeAllNotifications, t as colors, ue as connectCharts, ut as createCrudKit, Je as createFormOptions, de 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, xe as pageSizeOptions, r as presetColors, f as resolveBreakpointValue, ke as restoreFieldOptions, 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, ce as useChart, Re as useDataOptionsSelect, Kt as useDataOptionsTree, Ue as useDataOptionsTreeSelect, ze as useDictionaryOptionsSelect, $e as useForm, Ye as useFormContext, Xe as useFormStore, bt as useGridCollapsed, oe as useIsDarkMode, Se as usePaginationProps, F as useThemeTokens, pt as useViewportHeight, Ze as withFieldGroup, Qe 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.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
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.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
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.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
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,2 +1,2 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import "./modal.js";
|
package/dist/es/modal/modal.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { Fragment as e, jsx as t, jsxs as n } from "@emotion/react/jsx-runtime";
|
|
3
3
|
import { memo as r, useCallback as i, useMemo as a, useRef as o } from "react";
|
|
4
4
|
import { Modal as s } from "antd";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
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.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
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.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
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.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
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";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
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.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
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.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
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";
|
package/dist/es/page/styles.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { globalCssVars as e } from "../_base/constants/css-vars.js";
|
|
3
3
|
import { css as t } from "@emotion/react";
|
|
4
4
|
//#region src/page/styles.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { createContext as e, use as t } from "react";
|
|
3
3
|
//#region src/page/viewport-context.ts
|
|
4
4
|
var n = e(null);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { isFunction as e } from "@vef-framework-react/shared";
|
|
3
3
|
import { useIsAuthorized as t } from "@vef-framework-react/hooks";
|
|
4
4
|
//#region src/permission-gate/index.ts
|
package/dist/es/popover/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { Button as e } from "../../button/index.js";
|
|
3
3
|
import { Icon as t } from "../../icon/index.js";
|
|
4
4
|
import { advancedSearchToggler as n } from "../styles.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { advancedSearch as e } from "../styles.js";
|
|
3
3
|
import { jsx as t } from "@emotion/react/jsx-runtime";
|
|
4
4
|
import { memo as n } from "react";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import "./advanced-search.js";
|
|
3
3
|
import "./advanced-search-toggler.js";
|
|
4
4
|
import "./search-actions.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { Icon as e } from "../../icon/index.js";
|
|
3
3
|
import { useFormContext as t } from "../../form/form.js";
|
|
4
4
|
import { Fragment as n, jsx as r, jsxs as i } from "@emotion/react/jsx-runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { useForm as e } from "../form/use-form.js";
|
|
3
3
|
import { content as t, contentLeft as n, contentRight as r } from "./styles.js";
|
|
4
4
|
import { AdvancedSearch as i } from "./components/advanced-search.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { breakpoints as e } from "../_base/constants/breakpoints.js";
|
|
3
3
|
import { globalCssVars as t } from "../_base/constants/css-vars.js";
|
|
4
4
|
import { css as n } from "@emotion/react";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { globalCssVars as e } from "../../_base/constants/css-vars.js";
|
|
3
3
|
import { Group as t } from "../../group/index.js";
|
|
4
4
|
import { Checkbox as n } from "../../checkbox/index.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { globalCssVars as e } from "../../_base/constants/css-vars.js";
|
|
3
3
|
import { Button as t } from "../../button/index.js";
|
|
4
4
|
import { Group as n } from "../../group/index.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { Badge as e } from "../../badge/index.js";
|
|
3
3
|
import { useProTableStore as t } from "../store.js";
|
|
4
4
|
import { Popover as n } from "../../popover/index.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import "./width-popover.js";
|
|
3
3
|
import "./column-setting-item.js";
|
|
4
4
|
import "./column-settings-panel.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { Group as e } from "../../group/index.js";
|
|
3
3
|
import { useProTableStore as t } from "../store.js";
|
|
4
4
|
import { jsx as n } from "@emotion/react/jsx-runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { useProTableStore as e } from "../store.js";
|
|
3
3
|
import { useImperativeHandle as t } from "react";
|
|
4
4
|
//#region src/pro-table/components/ref.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { useProTableStore as e } from "../store.js";
|
|
3
3
|
import { useData as t } from "../context.js";
|
|
4
4
|
import { isFunction as n } from "@vef-framework-react/shared";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework-react/components v2.1
|
|
1
|
+
/*! @vef-framework-react/components v2.2.1 made by Venus | 2026-05-18T08:55:56.339Z */
|
|
2
2
|
import { DataProvider as e } from "../context.js";
|
|
3
3
|
import { jsx as t } from "@emotion/react/jsx-runtime";
|
|
4
4
|
import { memo as n } from "react";
|