@vef-framework/components 1.0.20 → 1.0.22
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/es/index.js +3 -0
- package/{esm/vef-app/props.mjs → es/internal/index.js} +2 -1
- package/{esm/internal/utils.mjs → es/internal/utils.js} +1 -1
- package/{esm/vef-access-denied/access-denied-icon.mjs → es/vef-access-denied/access-denied-icon.js} +1 -1
- package/{esm/vef-access-denied/index.mjs → es/vef-access-denied/index.js} +3 -3
- package/es/vef-action-buttons/index.js +3 -0
- package/es/vef-app/helper.js +3 -0
- package/{esm/vef-app/index.mjs → es/vef-app/index.js} +2 -2
- package/{esm/vef-auto-sizer/index.mjs → es/vef-auto-sizer/index.js} +1 -1
- package/{esm/vef-avatar/index.mjs → es/vef-avatar/index.js} +1 -1
- package/{esm/vef-avatar-group/index.mjs → es/vef-avatar-group/index.js} +1 -1
- package/{esm/vef-badge/index.mjs → es/vef-badge/index.js} +1 -1
- package/{esm/vef-bool/hooks/use-bool-instance.mjs → es/vef-bool/hooks/use-bool-instance.js} +1 -1
- package/es/vef-bool/index.js +3 -0
- package/es/vef-button/components/base-button.js +3 -0
- package/es/vef-button/index.js +3 -0
- package/{esm/vef-card/index.mjs → es/vef-card/index.js} +1 -1
- package/{esm/vef-card-meta/index.mjs → es/vef-card-meta/index.js} +1 -1
- package/{esm/vef-checkbox/hooks/use-checkbox-instance.mjs → es/vef-checkbox/hooks/use-checkbox-instance.js} +1 -1
- package/{esm/vef-checkbox/hooks/use-data-options.mjs → es/vef-checkbox/hooks/use-data-options.js} +1 -1
- package/{esm/vef-checkbox/index.mjs → es/vef-checkbox/index.js} +2 -2
- package/{esm/vef-col/index.mjs → es/vef-col/index.js} +1 -1
- package/es/vef-color-picker/index.js +3 -0
- package/es/vef-compact/index.js +3 -0
- package/{esm/vef-config-provider/hooks/use-ui-config.mjs → es/vef-config-provider/hooks/use-ui-config.js} +1 -1
- package/{esm/vef-config-provider/index.mjs → es/vef-config-provider/index.js} +4 -4
- package/{esm/vef-config-provider/reset-style.mjs → es/vef-config-provider/reset-style.js} +1 -1
- package/{esm/vef-config-provider/store.mjs → es/vef-config-provider/store.js} +1 -1
- package/{esm/vef-container/index.mjs → es/vef-container/index.js} +2 -2
- package/es/vef-crud-page/components/crud-actions.js +3 -0
- package/es/vef-crud-page/components/crud-filter.js +3 -0
- package/{esm/vef-crud-page/components/crud-footer.mjs → es/vef-crud-page/components/crud-footer.js} +4 -4
- package/es/vef-crud-page/components/crud-form-modal.js +3 -0
- package/es/vef-crud-page/components/crud-header.js +3 -0
- package/es/vef-crud-page/components/crud-table.js +3 -0
- package/es/vef-crud-page/hooks/use-action-buttons.js +3 -0
- package/es/vef-crud-page/hooks/use-crud-context.js +3 -0
- package/{esm/vef-crud-page/hooks/use-crud-schema.mjs → es/vef-crud-page/hooks/use-crud-schema.js} +1 -1
- package/es/vef-crud-page/hooks/use-operation-buttons.js +3 -0
- package/es/vef-crud-page/index.js +3 -0
- package/{esm/vef-crud-page/store.mjs → es/vef-crud-page/store.js} +1 -1
- package/{esm/vef-divider/index.mjs → es/vef-divider/index.js} +1 -1
- package/{esm/vef-modal/components/action-button-wrapper.mjs → es/vef-drawer/components/action-button-wrapper.js} +2 -2
- package/{esm/vef-access-denied/props.mjs → es/vef-drawer/components/button-props.js} +1 -1
- package/es/vef-drawer/components/cancel-action-button.js +3 -0
- package/es/vef-drawer/components/ok-action-button.js +3 -0
- package/{esm/vef-drawer/context.mjs → es/vef-drawer/context.js} +1 -1
- package/{esm/vef-drawer/index.mjs → es/vef-drawer/index.js} +3 -3
- package/{esm/vef-dropdown/index.mjs → es/vef-dropdown/index.js} +1 -1
- package/es/vef-dynamic-icon/index.js +3 -0
- package/{esm/vef-dynamic-icon/props.mjs → es/vef-dynamic-icon/props.js} +1 -1
- package/{esm/vef-empty/index.mjs → es/vef-empty/index.js} +1 -1
- package/{esm/vef-empty-placeholder/index.mjs → es/vef-empty-placeholder/index.js} +2 -2
- package/{esm/vef-error/error-icon.mjs → es/vef-error/error-icon.js} +1 -1
- package/{esm/vef-error/index.mjs → es/vef-error/index.js} +4 -4
- package/{esm/vef-filter/components/action-buttons.mjs → es/vef-filter/components/action-buttons.js} +3 -3
- package/{esm/vef-filter/components/advanced-filter.mjs → es/vef-filter/components/advanced-filter.js} +3 -3
- package/{esm/vef-filter/components/basic-filter.mjs → es/vef-filter/components/basic-filter.js} +2 -2
- package/es/vef-filter/components/fields/index.js +3 -0
- package/es/vef-filter/components/fields/input-number.js +3 -0
- package/es/vef-filter/components/fields/input.js +3 -0
- package/es/vef-filter/components/filter-field.js +3 -0
- package/es/vef-filter/components/filter-item.js +3 -0
- package/{esm/vef-filter/event.mjs → es/vef-filter/event.js} +1 -1
- package/{esm/vef-filter/helper.mjs → es/vef-filter/helper.js} +1 -1
- package/es/vef-filter/hooks/use-action-handlers.js +3 -0
- package/es/vef-filter/hooks/use-computed-values.js +3 -0
- package/{esm/vef-filter/hooks/use-filter-context.mjs → es/vef-filter/hooks/use-filter-context.js} +1 -1
- package/{esm/vef-filter/hooks/use-filter-initialization.mjs → es/vef-filter/hooks/use-filter-initialization.js} +1 -1
- package/es/vef-filter/hooks/use-filter-instance.js +3 -0
- package/{esm/vef-filter/hooks/use-filter-items.mjs → es/vef-filter/hooks/use-filter-items.js} +1 -1
- package/es/vef-filter/hooks/use-filter-values-change.js +3 -0
- package/{esm/vef-filter/hooks/use-label-config.mjs → es/vef-filter/hooks/use-label-config.js} +1 -1
- package/{esm/vef-filter/index.mjs → es/vef-filter/index.js} +2 -2
- package/{esm/vef-filter/store.mjs → es/vef-filter/store.js} +1 -1
- package/{esm/vef-flex/index.mjs → es/vef-flex/index.js} +1 -1
- package/{esm/vef-float-button/index.mjs → es/vef-float-button/index.js} +1 -1
- package/{esm/vef-float-button-group/index.mjs → es/vef-float-button-group/index.js} +1 -1
- package/es/vef-form/components/fields/index.js +3 -0
- package/es/vef-form/components/fields/input-number.js +3 -0
- package/es/vef-form/components/fields/input.js +3 -0
- package/{esm/vef-form/components/form-actions.mjs → es/vef-form/components/form-actions.js} +2 -2
- package/{esm/vef-form/components/form-content.mjs → es/vef-form/components/form-content.js} +2 -2
- package/es/vef-form/components/form-field.js +3 -0
- package/{esm/vef-form/components/form-group.mjs → es/vef-form/components/form-group.js} +3 -3
- package/es/vef-form/components/form-hidden-item.js +3 -0
- package/es/vef-form/components/form-item.js +3 -0
- package/es/vef-form/components/form-row.js +3 -0
- package/{esm/vef-form/event.mjs → es/vef-form/event.js} +1 -1
- package/{esm/vef-form/helper.mjs → es/vef-form/helper.js} +1 -1
- package/es/vef-form/hooks/use-action-handlers.js +3 -0
- package/{esm/vef-form/hooks/use-columns-layout.mjs → es/vef-form/hooks/use-columns-layout.js} +1 -1
- package/es/vef-form/hooks/use-computed-values.js +3 -0
- package/{esm/vef-form/hooks/use-form-context.mjs → es/vef-form/hooks/use-form-context.js} +1 -1
- package/{esm/vef-form/hooks/use-form-initialization.mjs → es/vef-form/hooks/use-form-initialization.js} +1 -1
- package/es/vef-form/hooks/use-form-instance.js +3 -0
- package/es/vef-form/hooks/use-form-values-change.js +3 -0
- package/{esm/vef-form/hooks/use-label-width.mjs → es/vef-form/hooks/use-label-width.js} +1 -1
- package/es/vef-form/index.js +5 -0
- package/{esm/vef-form/store.mjs → es/vef-form/store.js} +1 -1
- package/{esm/vef-form/validation-rules.mjs → es/vef-form/validation-rules.js} +1 -1
- package/es/vef-form-drawer/index.js +3 -0
- package/es/vef-form-modal/index.js +3 -0
- package/es/vef-generic-select/index.js +3 -0
- package/{esm/vef-grid/index.mjs → es/vef-grid/index.js} +1 -1
- package/{esm/vef-grid/props.mjs → es/vef-grid/props.js} +1 -1
- package/{esm/vef-grid-item/index.mjs → es/vef-grid-item/index.js} +1 -1
- package/{esm/vef-icon/index.mjs → es/vef-icon/index.js} +1 -1
- package/{esm/vef-icon-select/index.mjs → es/vef-icon-select/index.js} +2 -2
- package/{esm/vef-input/hooks/use-input-instance.mjs → es/vef-input/hooks/use-input-instance.js} +1 -1
- package/es/vef-input/index.js +3 -0
- package/{esm/vef-input-number/hooks/use-input-number-instance.mjs → es/vef-input-number/hooks/use-input-number-instance.js} +1 -1
- package/es/vef-input-number/index.js +3 -0
- package/{esm/vef-layout/components/content.mjs → es/vef-layout/components/content.js} +1 -1
- package/es/vef-layout/components/font-size.js +6 -0
- package/{esm/vef-layout/components/fullscreen.mjs → es/vef-layout/components/fullscreen.js} +3 -3
- package/{esm/vef-layout/components/header-action-icons.mjs → es/vef-layout/components/header-action-icons.js} +3 -3
- package/{esm/vef-layout/components/header-content.mjs → es/vef-layout/components/header-content.js} +2 -2
- package/{esm/vef-layout/components/header.mjs → es/vef-layout/components/header.js} +3 -3
- package/{esm/vef-layout/components/sider.mjs → es/vef-layout/components/sider.js} +2 -2
- package/{esm/vef-layout/components/title.mjs → es/vef-layout/components/title.js} +2 -2
- package/{esm/vef-layout/components/user-avatar.mjs → es/vef-layout/components/user-avatar.js} +3 -3
- package/{esm/vef-layout/index.mjs → es/vef-layout/index.js} +3 -3
- package/{esm/vef-layout/logo.svg.mjs → es/vef-layout/logo.svg.js} +1 -1
- package/{esm/vef-layout/store.mjs → es/vef-layout/store.js} +1 -1
- package/{esm/vef-loading-placeholder/index.mjs → es/vef-loading-placeholder/index.js} +2 -2
- package/{esm/vef-login/index.mjs → es/vef-login/index.js} +3 -3
- package/{esm/vef-login/login-icon.mjs → es/vef-login/login-icon.js} +1 -1
- package/{esm/vef-menu/index.mjs → es/vef-menu/index.js} +1 -1
- package/es/vef-modal/components/action-button-wrapper.js +3 -0
- package/{esm/vef-auto-sizer/props.mjs → es/vef-modal/components/button-props.js} +1 -1
- package/es/vef-modal/components/cancel-action-button.js +3 -0
- package/es/vef-modal/components/ok-action-button.js +3 -0
- package/{esm/vef-modal/context.mjs → es/vef-modal/context.js} +1 -1
- package/{esm/vef-modal/index.mjs → es/vef-modal/index.js} +3 -3
- package/{esm/vef-not-found/index.mjs → es/vef-not-found/index.js} +4 -4
- package/{esm/vef-not-found/not-found-icon.mjs → es/vef-not-found/not-found-icon.js} +1 -1
- package/{esm/vef-page/index.mjs → es/vef-page/index.js} +3 -3
- package/es/vef-pagination/index.js +3 -0
- package/{esm/vef-pagination/props.mjs → es/vef-pagination/props.js} +1 -1
- package/{esm/vef-paragraph/index.mjs → es/vef-paragraph/index.js} +1 -1
- package/{esm/vef-password/hooks/use-password-instance.mjs → es/vef-password/hooks/use-password-instance.js} +1 -1
- package/es/vef-password/index.js +3 -0
- package/es/vef-popconfirm/index.js +3 -0
- package/{esm/vef-popover/index.mjs → es/vef-popover/index.js} +1 -1
- package/{esm/vef-radio/hooks/use-data-options.mjs → es/vef-radio/hooks/use-data-options.js} +1 -1
- package/{esm/vef-radio/hooks/use-radio-instance.mjs → es/vef-radio/hooks/use-radio-instance.js} +1 -1
- package/{esm/vef-radio/index.mjs → es/vef-radio/index.js} +3 -3
- package/{esm/vef-rate/hooks/use-rate-instance.mjs → es/vef-rate/hooks/use-rate-instance.js} +1 -1
- package/es/vef-rate/index.js +3 -0
- package/{esm/vef-responsive-container/index.mjs → es/vef-responsive-container/index.js} +2 -2
- package/{esm/vef-responsive-item/index.mjs → es/vef-responsive-item/index.js} +1 -1
- package/{esm/vef-ribbon/index.mjs → es/vef-ribbon/index.js} +1 -1
- package/{esm/vef-row/index.mjs → es/vef-row/index.js} +1 -1
- package/{esm/vef-scroll-area/components/scrollbar.mjs → es/vef-scroll-area/components/scrollbar.js} +1 -1
- package/{esm/vef-scroll-area/index.mjs → es/vef-scroll-area/index.js} +4 -4
- package/{esm/vef-select/components/option.mjs → es/vef-select/components/option.js} +2 -2
- package/{esm/vef-select/hooks/use-data-options.mjs → es/vef-select/hooks/use-data-options.js} +1 -1
- package/{esm/vef-select/hooks/use-field-names.mjs → es/vef-select/hooks/use-field-names.js} +1 -1
- package/{esm/vef-select/hooks/use-render-label.mjs → es/vef-select/hooks/use-render-label.js} +2 -2
- package/es/vef-select/hooks/use-render-option.js +3 -0
- package/{esm/vef-select/hooks/use-select-instance.mjs → es/vef-select/hooks/use-select-instance.js} +1 -1
- package/es/vef-select/index.js +3 -0
- package/{esm/vef-slider/hooks/use-slider-instance.mjs → es/vef-slider/hooks/use-slider-instance.js} +1 -1
- package/es/vef-slider/index.js +3 -0
- package/{esm/vef-sortable-list/components/overlay-item.mjs → es/vef-sortable-list/components/overlay-item.js} +1 -1
- package/{esm/vef-sortable-list/components/sortable-item.mjs → es/vef-sortable-list/components/sortable-item.js} +1 -1
- package/{esm/vef-sortable-list/hooks/use-merged-items.mjs → es/vef-sortable-list/hooks/use-merged-items.js} +1 -1
- package/es/vef-sortable-list/index.js +3 -0
- package/{esm/vef-space/index.mjs → es/vef-space/index.js} +1 -1
- package/{esm/vef-spin/index.mjs → es/vef-spin/index.js} +1 -1
- package/{esm/vef-splitter/index.mjs → es/vef-splitter/index.js} +1 -1
- package/{esm/vef-splitter-panel/index.mjs → es/vef-splitter-panel/index.js} +1 -1
- package/{esm/vef-status/index.mjs → es/vef-status/index.js} +1 -1
- package/es/vef-table/components/columns/bool.js +3 -0
- package/{esm/vef-table/components/columns/code.mjs → es/vef-table/components/columns/code.js} +1 -1
- package/es/vef-table/components/columns/data-dictionary.js +3 -0
- package/es/vef-table/components/columns/enum.js +3 -0
- package/{esm/vef-table/components/columns/file.mjs → es/vef-table/components/columns/file.js} +1 -1
- package/{esm/vef-table/components/columns/icon.mjs → es/vef-table/components/columns/icon.js} +1 -1
- package/es/vef-table/components/columns/id.js +3 -0
- package/{esm/vef-table/components/columns/image.mjs → es/vef-table/components/columns/image.js} +1 -1
- package/es/vef-table/components/columns/index.js +3 -0
- package/{esm/vef-table/components/columns/markdown.mjs → es/vef-table/components/columns/markdown.js} +1 -1
- package/es/vef-table/components/columns/number.js +3 -0
- package/{esm/vef-table/components/columns/render.mjs → es/vef-table/components/columns/render.js} +1 -1
- package/es/vef-table/components/columns/rich-text.js +3 -0
- package/es/vef-table/components/columns/text.js +3 -0
- package/{esm/vef-table/components/columns-settings.mjs → es/vef-table/components/columns-settings.js} +3 -3
- package/{esm/vef-table/components/operation-buttons.mjs → es/vef-table/components/operation-buttons.js} +2 -2
- package/es/vef-table/components/settings-icon.js +5 -0
- package/{esm/vef-table/components/table-footer.mjs → es/vef-table/components/table-footer.js} +2 -2
- package/{esm/vef-table/helper.mjs → es/vef-table/helper.js} +1 -1
- package/{esm/vef-table/hooks/use-computed-batch-buttons.mjs → es/vef-table/hooks/use-computed-batch-buttons.js} +1 -1
- package/{esm/vef-table/hooks/use-computed-columns.mjs → es/vef-table/hooks/use-computed-columns.js} +1 -1
- package/es/vef-table/hooks/use-computed-values.js +3 -0
- package/{esm/vef-table/hooks/use-data.mjs → es/vef-table/hooks/use-data.js} +1 -1
- package/{esm/vef-table/hooks/use-default-column-configs.mjs → es/vef-table/hooks/use-default-column-configs.js} +1 -1
- package/{esm/vef-table/hooks/use-display-value.mjs → es/vef-table/hooks/use-display-value.js} +1 -1
- package/es/vef-table/hooks/use-helper-columns.js +3 -0
- package/{esm/vef-table/hooks/use-operation-column-width.mjs → es/vef-table/hooks/use-operation-column-width.js} +1 -1
- package/es/vef-table/hooks/use-pagination-props.js +3 -0
- package/{esm/vef-table/hooks/use-row-props.mjs → es/vef-table/hooks/use-row-props.js} +1 -1
- package/es/vef-table/hooks/use-row-selection-config.js +3 -0
- package/{esm/vef-table/hooks/use-selected-rows.mjs → es/vef-table/hooks/use-selected-rows.js} +1 -1
- package/es/vef-table/hooks/use-table-columns.js +3 -0
- package/{esm/vef-table/hooks/use-table-context.mjs → es/vef-table/hooks/use-table-context.js} +1 -1
- package/{esm/vef-table/hooks/use-table-instance.mjs → es/vef-table/hooks/use-table-instance.js} +1 -1
- package/{esm/vef-table/hooks/use-table-summary.mjs → es/vef-table/hooks/use-table-summary.js} +1 -1
- package/{esm/vef-table/hooks/use-table-width.mjs → es/vef-table/hooks/use-table-width.js} +1 -1
- package/{esm/vef-table/index.mjs → es/vef-table/index.js} +3 -3
- package/{esm/vef-table/store.mjs → es/vef-table/store.js} +1 -1
- package/es/vef-tabs/index.js +3 -0
- package/{esm/vef-tag/index.mjs → es/vef-tag/index.js} +1 -1
- package/{esm/vef-temporal-picker/helper.mjs → es/vef-temporal-picker/helper.js} +1 -1
- package/{esm/vef-temporal-picker/hooks/use-dayjs-value.mjs → es/vef-temporal-picker/hooks/use-dayjs-value.js} +1 -1
- package/{esm/vef-temporal-picker/hooks/use-temporal-limit.mjs → es/vef-temporal-picker/hooks/use-temporal-limit.js} +1 -1
- package/{esm/vef-temporal-picker/hooks/use-temporal-picker-instance.mjs → es/vef-temporal-picker/hooks/use-temporal-picker-instance.js} +1 -1
- package/es/vef-temporal-picker/index.js +3 -0
- package/{esm/vef-temporal-range-picker/helper.mjs → es/vef-temporal-range-picker/helper.js} +1 -1
- package/es/vef-temporal-range-picker/hooks/use-dayjs-values.js +3 -0
- package/{esm/vef-temporal-range-picker/hooks/use-temporal-limit.mjs → es/vef-temporal-range-picker/hooks/use-temporal-limit.js} +1 -1
- package/{esm/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.mjs → es/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.js} +1 -1
- package/es/vef-temporal-range-picker/index.js +3 -0
- package/{esm/vef-temporal-range-picker/props.mjs → es/vef-temporal-range-picker/props.js} +1 -1
- package/{esm/vef-text/index.mjs → es/vef-text/index.js} +1 -1
- package/{esm/vef-textarea/hooks/use-textarea-instance.mjs → es/vef-textarea/hooks/use-textarea-instance.js} +1 -1
- package/es/vef-textarea/index.js +3 -0
- package/{esm/vef-title/index.mjs → es/vef-title/index.js} +2 -2
- package/{esm/vef-tooltip/index.mjs → es/vef-tooltip/index.js} +1 -1
- package/{esm/vef-tree-select/hooks/use-change-handler.mjs → es/vef-tree-select/hooks/use-change-handler.js} +1 -1
- package/{esm/vef-tree-select/hooks/use-data-options.mjs → es/vef-tree-select/hooks/use-data-options.js} +1 -1
- package/{esm/vef-tree-select/hooks/use-tree-select-instance.mjs → es/vef-tree-select/hooks/use-tree-select-instance.js} +1 -1
- package/es/vef-tree-select/index.js +3 -0
- package/{esm/vef-virtual-grid/index.mjs → es/vef-virtual-grid/index.js} +3 -3
- package/{esm/vef-virtual-list/index.mjs → es/vef-virtual-list/index.js} +2 -2
- package/lib/index.cjs +1 -1
- package/lib/internal/index.cjs +1 -1
- package/lib/internal/utils.cjs +1 -1
- package/lib/vef-access-denied/access-denied-icon.cjs +1 -1
- package/lib/vef-access-denied/index.cjs +1 -1
- package/lib/vef-access-denied/props.cjs +1 -1
- package/lib/vef-action-buttons/index.cjs +1 -1
- package/lib/vef-action-buttons/props.cjs +1 -1
- package/lib/vef-app/helper.cjs +1 -1
- package/lib/vef-app/index.cjs +1 -1
- package/lib/vef-app/props.cjs +1 -1
- package/lib/vef-auto-sizer/index.cjs +1 -1
- package/lib/vef-auto-sizer/props.cjs +1 -1
- package/lib/vef-avatar/index.cjs +1 -1
- package/lib/vef-avatar/props.cjs +1 -1
- package/lib/vef-avatar-group/index.cjs +1 -1
- package/lib/vef-avatar-group/props.cjs +1 -1
- package/lib/vef-badge/index.cjs +1 -1
- package/lib/vef-badge/props.cjs +1 -1
- package/lib/vef-bool/hooks/use-bool-instance.cjs +1 -1
- package/lib/vef-bool/index.cjs +1 -1
- package/lib/vef-bool/props.cjs +1 -1
- package/lib/vef-button/components/base-button.cjs +1 -1
- package/lib/vef-button/index.cjs +1 -1
- package/lib/vef-button/props.cjs +1 -1
- package/lib/vef-card/index.cjs +1 -1
- package/lib/vef-card/props.cjs +1 -1
- package/lib/vef-card-meta/index.cjs +1 -1
- package/lib/vef-card-meta/props.cjs +1 -1
- package/lib/vef-checkbox/hooks/use-checkbox-instance.cjs +1 -1
- package/lib/vef-checkbox/hooks/use-data-options.cjs +1 -1
- package/lib/vef-checkbox/index.cjs +1 -1
- package/lib/vef-checkbox/props.cjs +1 -1
- package/lib/vef-col/index.cjs +1 -1
- package/lib/vef-col/props.cjs +1 -1
- package/lib/vef-color-picker/index.cjs +1 -1
- package/lib/vef-color-picker/props.cjs +1 -1
- package/lib/vef-compact/index.cjs +1 -1
- package/lib/vef-compact/props.cjs +1 -1
- package/lib/vef-config-provider/hooks/use-ui-config.cjs +1 -1
- package/lib/vef-config-provider/index.cjs +1 -1
- package/lib/vef-config-provider/props.cjs +1 -1
- package/lib/vef-config-provider/reset-style.cjs +1 -1
- package/lib/vef-config-provider/store.cjs +1 -1
- package/lib/vef-container/index.cjs +1 -1
- package/lib/vef-container/props.cjs +1 -1
- package/lib/vef-crud-page/components/crud-actions.cjs +1 -1
- package/lib/vef-crud-page/components/crud-filter.cjs +1 -1
- package/lib/vef-crud-page/components/crud-footer.cjs +1 -1
- package/lib/vef-crud-page/components/crud-form-modal.cjs +1 -1
- package/lib/vef-crud-page/components/crud-header.cjs +1 -1
- package/lib/vef-crud-page/components/crud-table.cjs +1 -1
- package/lib/vef-crud-page/hooks/use-action-buttons.cjs +1 -1
- package/lib/vef-crud-page/hooks/use-crud-context.cjs +1 -1
- package/lib/vef-crud-page/hooks/use-crud-schema.cjs +1 -1
- package/lib/vef-crud-page/hooks/use-operation-buttons.cjs +1 -1
- package/lib/vef-crud-page/index.cjs +1 -1
- package/lib/vef-crud-page/props.cjs +1 -1
- package/lib/vef-crud-page/store.cjs +1 -1
- package/lib/vef-crud-page/types.cjs +1 -1
- package/lib/vef-divider/index.cjs +1 -1
- package/lib/vef-divider/props.cjs +1 -1
- package/lib/vef-drawer/components/action-button-wrapper.cjs +1 -1
- package/lib/vef-drawer/components/button-props.cjs +1 -1
- package/lib/vef-drawer/components/cancel-action-button.cjs +1 -1
- package/lib/vef-drawer/components/ok-action-button.cjs +1 -1
- package/lib/vef-drawer/context.cjs +1 -1
- package/lib/vef-drawer/index.cjs +1 -1
- package/lib/vef-drawer/props.cjs +1 -1
- package/lib/vef-dropdown/index.cjs +1 -1
- package/lib/vef-dropdown/props.cjs +1 -1
- package/lib/vef-dynamic-icon/index.cjs +1 -1
- package/lib/vef-dynamic-icon/props.cjs +1 -1
- package/lib/vef-empty/index.cjs +1 -1
- package/lib/vef-empty/props.cjs +1 -1
- package/lib/vef-empty-placeholder/index.cjs +1 -1
- package/lib/vef-empty-placeholder/props.cjs +1 -1
- package/lib/vef-error/error-icon.cjs +1 -1
- package/lib/vef-error/index.cjs +1 -1
- package/lib/vef-error/props.cjs +1 -1
- package/lib/vef-filter/components/action-buttons.cjs +1 -1
- package/lib/vef-filter/components/advanced-filter.cjs +1 -1
- package/lib/vef-filter/components/basic-filter.cjs +1 -1
- package/lib/vef-filter/components/fields/index.cjs +1 -1
- package/lib/vef-filter/components/fields/input-number.cjs +1 -1
- package/lib/vef-filter/components/fields/input.cjs +1 -1
- package/lib/vef-filter/components/fields/props.cjs +1 -1
- package/lib/vef-filter/components/filter-field.cjs +1 -1
- package/lib/vef-filter/components/filter-item.cjs +1 -1
- package/lib/vef-filter/event.cjs +1 -1
- package/lib/vef-filter/helper.cjs +1 -1
- package/lib/vef-filter/hooks/use-action-handlers.cjs +1 -1
- package/lib/vef-filter/hooks/use-computed-values.cjs +1 -1
- package/lib/vef-filter/hooks/use-filter-context.cjs +1 -1
- package/lib/vef-filter/hooks/use-filter-initialization.cjs +1 -1
- package/lib/vef-filter/hooks/use-filter-instance.cjs +1 -1
- package/lib/vef-filter/hooks/use-filter-items.cjs +1 -1
- package/lib/vef-filter/hooks/use-filter-values-change.cjs +1 -1
- package/lib/vef-filter/hooks/use-label-config.cjs +1 -1
- package/lib/vef-filter/index.cjs +1 -1
- package/lib/vef-filter/props.cjs +1 -1
- package/lib/vef-filter/store.cjs +1 -1
- package/lib/vef-filter/types.cjs +1 -1
- package/lib/vef-flex/index.cjs +1 -1
- package/lib/vef-flex/props.cjs +1 -1
- package/lib/vef-float-button/index.cjs +1 -1
- package/lib/vef-float-button/props.cjs +1 -1
- package/lib/vef-float-button-group/index.cjs +1 -1
- package/lib/vef-float-button-group/props.cjs +1 -1
- package/lib/vef-form/components/fields/index.cjs +1 -1
- package/lib/vef-form/components/fields/input-number.cjs +1 -1
- package/lib/vef-form/components/fields/input.cjs +1 -1
- package/lib/vef-form/components/fields/props.cjs +1 -1
- package/lib/vef-form/components/form-actions.cjs +1 -1
- package/lib/vef-form/components/form-content.cjs +1 -1
- package/lib/vef-form/components/form-field.cjs +1 -1
- package/lib/vef-form/components/form-group.cjs +1 -1
- package/lib/vef-form/components/form-hidden-item.cjs +1 -1
- package/lib/vef-form/components/form-item.cjs +1 -1
- package/lib/vef-form/components/form-row.cjs +1 -1
- package/lib/vef-form/event.cjs +1 -1
- package/lib/vef-form/helper.cjs +1 -1
- package/lib/vef-form/hooks/use-action-handlers.cjs +1 -1
- package/lib/vef-form/hooks/use-columns-layout.cjs +1 -1
- package/lib/vef-form/hooks/use-computed-values.cjs +1 -1
- package/lib/vef-form/hooks/use-form-context.cjs +1 -1
- package/lib/vef-form/hooks/use-form-initialization.cjs +1 -1
- package/lib/vef-form/hooks/use-form-instance.cjs +1 -1
- package/lib/vef-form/hooks/use-form-values-change.cjs +1 -1
- package/lib/vef-form/hooks/use-label-width.cjs +1 -1
- package/lib/vef-form/index.cjs +1 -1
- package/lib/vef-form/props.cjs +1 -1
- package/lib/vef-form/store.cjs +1 -1
- package/lib/vef-form/types.cjs +1 -1
- package/lib/vef-form/validation-rules.cjs +1 -1
- package/lib/vef-form-drawer/index.cjs +1 -1
- package/lib/vef-form-drawer/props.cjs +1 -1
- package/lib/vef-form-modal/index.cjs +1 -1
- package/lib/vef-form-modal/props.cjs +1 -1
- package/lib/vef-generic-select/index.cjs +1 -1
- package/lib/vef-generic-select/props.cjs +1 -1
- package/lib/vef-grid/index.cjs +1 -1
- package/lib/vef-grid/props.cjs +1 -1
- package/lib/vef-grid-item/index.cjs +1 -1
- package/lib/vef-grid-item/props.cjs +1 -1
- package/lib/vef-icon/index.cjs +1 -1
- package/lib/vef-icon/props.cjs +1 -1
- package/lib/vef-icon-select/index.cjs +1 -1
- package/lib/vef-icon-select/props.cjs +1 -1
- package/lib/vef-input/hooks/use-input-instance.cjs +1 -1
- package/lib/vef-input/index.cjs +1 -1
- package/lib/vef-input/props.cjs +1 -1
- package/lib/vef-input-number/hooks/use-input-number-instance.cjs +1 -1
- package/lib/vef-input-number/index.cjs +1 -1
- package/lib/vef-input-number/props.cjs +1 -1
- package/lib/vef-layout/components/content.cjs +1 -1
- package/lib/vef-layout/components/font-size.cjs +1 -1
- package/lib/vef-layout/components/fullscreen.cjs +1 -1
- package/lib/vef-layout/components/header-action-icons.cjs +1 -1
- package/lib/vef-layout/components/header-content.cjs +1 -1
- package/lib/vef-layout/components/header.cjs +1 -1
- package/lib/vef-layout/components/sider.cjs +1 -1
- package/lib/vef-layout/components/title.cjs +1 -1
- package/lib/vef-layout/components/user-avatar.cjs +1 -1
- package/lib/vef-layout/index.cjs +1 -1
- package/lib/vef-layout/logo.svg.cjs +1 -1
- package/lib/vef-layout/props.cjs +1 -1
- package/lib/vef-layout/store.cjs +1 -1
- package/lib/vef-loading-placeholder/index.cjs +1 -1
- package/lib/vef-loading-placeholder/props.cjs +1 -1
- package/lib/vef-login/index.cjs +1 -1
- package/lib/vef-login/login-icon.cjs +1 -1
- package/lib/vef-login/props.cjs +1 -1
- package/lib/vef-menu/index.cjs +1 -1
- package/lib/vef-menu/props.cjs +1 -1
- package/lib/vef-modal/components/action-button-wrapper.cjs +1 -1
- package/lib/vef-modal/components/button-props.cjs +1 -1
- package/lib/vef-modal/components/cancel-action-button.cjs +1 -1
- package/lib/vef-modal/components/ok-action-button.cjs +1 -1
- package/lib/vef-modal/context.cjs +1 -1
- package/lib/vef-modal/index.cjs +1 -1
- package/lib/vef-modal/props.cjs +1 -1
- package/lib/vef-not-found/index.cjs +1 -1
- package/lib/vef-not-found/not-found-icon.cjs +1 -1
- package/lib/vef-not-found/props.cjs +1 -1
- package/lib/vef-page/index.cjs +1 -1
- package/lib/vef-page/props.cjs +1 -1
- package/lib/vef-pagination/index.cjs +1 -1
- package/lib/vef-pagination/props.cjs +1 -1
- package/lib/vef-paragraph/index.cjs +1 -1
- package/lib/vef-paragraph/props.cjs +1 -1
- package/lib/vef-password/hooks/use-password-instance.cjs +1 -1
- package/lib/vef-password/index.cjs +1 -1
- package/lib/vef-password/props.cjs +1 -1
- package/lib/vef-popconfirm/index.cjs +1 -1
- package/lib/vef-popconfirm/props.cjs +1 -1
- package/lib/vef-popover/index.cjs +1 -1
- package/lib/vef-popover/props.cjs +1 -1
- package/lib/vef-radio/hooks/use-data-options.cjs +1 -1
- package/lib/vef-radio/hooks/use-radio-instance.cjs +1 -1
- package/lib/vef-radio/index.cjs +1 -1
- package/lib/vef-radio/props.cjs +1 -1
- package/lib/vef-rate/hooks/use-rate-instance.cjs +1 -1
- package/lib/vef-rate/index.cjs +1 -1
- package/lib/vef-rate/props.cjs +1 -1
- package/lib/vef-responsive-container/index.cjs +1 -1
- package/lib/vef-responsive-container/props.cjs +1 -1
- package/lib/vef-responsive-item/index.cjs +1 -1
- package/lib/vef-responsive-item/props.cjs +1 -1
- package/lib/vef-ribbon/index.cjs +1 -1
- package/lib/vef-ribbon/props.cjs +1 -1
- package/lib/vef-row/index.cjs +1 -1
- package/lib/vef-row/props.cjs +1 -1
- package/lib/vef-scroll-area/components/scrollbar.cjs +1 -1
- package/lib/vef-scroll-area/index.cjs +1 -1
- package/lib/vef-scroll-area/props.cjs +1 -1
- package/lib/vef-select/components/option.cjs +1 -1
- package/lib/vef-select/hooks/use-data-options.cjs +1 -1
- package/lib/vef-select/hooks/use-field-names.cjs +1 -1
- package/lib/vef-select/hooks/use-render-label.cjs +1 -1
- package/lib/vef-select/hooks/use-render-option.cjs +1 -1
- package/lib/vef-select/hooks/use-select-instance.cjs +1 -1
- package/lib/vef-select/index.cjs +1 -1
- package/lib/vef-select/props.cjs +1 -1
- package/lib/vef-slider/hooks/use-slider-instance.cjs +1 -1
- package/lib/vef-slider/index.cjs +1 -1
- package/lib/vef-slider/props.cjs +1 -1
- package/lib/vef-sortable-list/components/overlay-item.cjs +1 -1
- package/lib/vef-sortable-list/components/sortable-item.cjs +1 -1
- package/lib/vef-sortable-list/hooks/use-merged-items.cjs +1 -1
- package/lib/vef-sortable-list/index.cjs +1 -1
- package/lib/vef-sortable-list/props.cjs +1 -1
- package/lib/vef-space/index.cjs +1 -1
- package/lib/vef-space/props.cjs +1 -1
- package/lib/vef-spin/index.cjs +1 -1
- package/lib/vef-spin/props.cjs +1 -1
- package/lib/vef-splitter/index.cjs +1 -1
- package/lib/vef-splitter/props.cjs +1 -1
- package/lib/vef-splitter-panel/index.cjs +1 -1
- package/lib/vef-splitter-panel/props.cjs +1 -1
- package/lib/vef-status/index.cjs +1 -1
- package/lib/vef-status/props.cjs +1 -1
- package/lib/vef-table/components/columns/bool.cjs +1 -1
- package/lib/vef-table/components/columns/code.cjs +1 -1
- package/lib/vef-table/components/columns/data-dictionary.cjs +1 -1
- package/lib/vef-table/components/columns/enum.cjs +1 -1
- package/lib/vef-table/components/columns/file.cjs +1 -1
- package/lib/vef-table/components/columns/icon.cjs +1 -1
- package/lib/vef-table/components/columns/id.cjs +1 -1
- package/lib/vef-table/components/columns/image.cjs +1 -1
- package/lib/vef-table/components/columns/index.cjs +1 -1
- package/lib/vef-table/components/columns/markdown.cjs +1 -1
- package/lib/vef-table/components/columns/number.cjs +1 -1
- package/lib/vef-table/components/columns/props.cjs +1 -1
- package/lib/vef-table/components/columns/render.cjs +1 -1
- package/lib/vef-table/components/columns/rich-text.cjs +1 -1
- package/lib/vef-table/components/columns/text.cjs +1 -1
- package/lib/vef-table/components/columns-settings.cjs +1 -1
- package/lib/vef-table/components/operation-buttons.cjs +1 -1
- package/lib/vef-table/components/settings-icon.cjs +1 -1
- package/lib/vef-table/components/table-footer.cjs +1 -1
- package/lib/vef-table/helper.cjs +1 -1
- package/lib/vef-table/hooks/use-computed-batch-buttons.cjs +1 -1
- package/lib/vef-table/hooks/use-computed-columns.cjs +1 -1
- package/lib/vef-table/hooks/use-computed-values.cjs +1 -1
- package/lib/vef-table/hooks/use-data.cjs +1 -1
- package/lib/vef-table/hooks/use-default-column-configs.cjs +1 -1
- package/lib/vef-table/hooks/use-display-value.cjs +1 -1
- package/lib/vef-table/hooks/use-helper-columns.cjs +1 -1
- package/lib/vef-table/hooks/use-operation-column-width.cjs +1 -1
- package/lib/vef-table/hooks/use-pagination-props.cjs +1 -1
- package/lib/vef-table/hooks/use-row-props.cjs +1 -1
- package/lib/vef-table/hooks/use-row-selection-config.cjs +1 -1
- package/lib/vef-table/hooks/use-selected-rows.cjs +1 -1
- package/lib/vef-table/hooks/use-table-columns.cjs +1 -1
- package/lib/vef-table/hooks/use-table-context.cjs +1 -1
- package/lib/vef-table/hooks/use-table-instance.cjs +1 -1
- package/lib/vef-table/hooks/use-table-summary.cjs +1 -1
- package/lib/vef-table/hooks/use-table-width.cjs +1 -1
- package/lib/vef-table/index.cjs +1 -1
- package/lib/vef-table/props.cjs +1 -1
- package/lib/vef-table/store.cjs +1 -1
- package/lib/vef-table/types.cjs +1 -1
- package/lib/vef-tabs/index.cjs +1 -1
- package/lib/vef-tabs/props.cjs +1 -1
- package/lib/vef-tag/index.cjs +1 -1
- package/lib/vef-tag/props.cjs +1 -1
- package/lib/vef-temporal-picker/helper.cjs +1 -1
- package/lib/vef-temporal-picker/hooks/use-dayjs-value.cjs +1 -1
- package/lib/vef-temporal-picker/hooks/use-temporal-limit.cjs +1 -1
- package/lib/vef-temporal-picker/hooks/use-temporal-picker-instance.cjs +1 -1
- package/lib/vef-temporal-picker/index.cjs +1 -1
- package/lib/vef-temporal-picker/props.cjs +1 -1
- package/lib/vef-temporal-range-picker/helper.cjs +1 -1
- package/lib/vef-temporal-range-picker/hooks/use-dayjs-values.cjs +1 -1
- package/lib/vef-temporal-range-picker/hooks/use-temporal-limit.cjs +1 -1
- package/lib/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.cjs +1 -1
- package/lib/vef-temporal-range-picker/index.cjs +1 -1
- package/lib/vef-temporal-range-picker/props.cjs +1 -1
- package/lib/vef-text/index.cjs +1 -1
- package/lib/vef-text/props.cjs +1 -1
- package/lib/vef-textarea/hooks/use-textarea-instance.cjs +1 -1
- package/lib/vef-textarea/index.cjs +1 -1
- package/lib/vef-textarea/props.cjs +1 -1
- package/lib/vef-title/index.cjs +1 -1
- package/lib/vef-title/props.cjs +1 -1
- package/lib/vef-tooltip/index.cjs +1 -1
- package/lib/vef-tooltip/props.cjs +1 -1
- package/lib/vef-tree-select/hooks/use-change-handler.cjs +1 -1
- package/lib/vef-tree-select/hooks/use-data-options.cjs +1 -1
- package/lib/vef-tree-select/hooks/use-tree-select-instance.cjs +1 -1
- package/lib/vef-tree-select/index.cjs +1 -1
- package/lib/vef-tree-select/props.cjs +1 -1
- package/lib/vef-virtual-grid/index.cjs +1 -1
- package/lib/vef-virtual-grid/props.cjs +1 -1
- package/lib/vef-virtual-list/index.cjs +1 -1
- package/lib/vef-virtual-list/props.cjs +1 -1
- package/package.json +12 -6
- package/esm/index.mjs +0 -3
- package/esm/internal/index.mjs +0 -3
- package/esm/vef-action-buttons/index.mjs +0 -3
- package/esm/vef-action-buttons/props.mjs +0 -2
- package/esm/vef-app/helper.mjs +0 -3
- package/esm/vef-avatar/props.mjs +0 -2
- package/esm/vef-avatar-group/props.mjs +0 -2
- package/esm/vef-badge/props.mjs +0 -2
- package/esm/vef-bool/index.mjs +0 -3
- package/esm/vef-bool/props.mjs +0 -2
- package/esm/vef-button/components/base-button.mjs +0 -3
- package/esm/vef-button/index.mjs +0 -3
- package/esm/vef-button/props.mjs +0 -2
- package/esm/vef-card/props.mjs +0 -2
- package/esm/vef-card-meta/props.mjs +0 -2
- package/esm/vef-checkbox/props.mjs +0 -2
- package/esm/vef-col/props.mjs +0 -2
- package/esm/vef-color-picker/index.mjs +0 -3
- package/esm/vef-color-picker/props.mjs +0 -2
- package/esm/vef-compact/index.mjs +0 -3
- package/esm/vef-compact/props.mjs +0 -2
- package/esm/vef-config-provider/props.mjs +0 -2
- package/esm/vef-container/props.mjs +0 -2
- package/esm/vef-crud-page/components/crud-actions.mjs +0 -3
- package/esm/vef-crud-page/components/crud-filter.mjs +0 -3
- package/esm/vef-crud-page/components/crud-form-modal.mjs +0 -3
- package/esm/vef-crud-page/components/crud-header.mjs +0 -3
- package/esm/vef-crud-page/components/crud-table.mjs +0 -3
- package/esm/vef-crud-page/hooks/use-action-buttons.mjs +0 -3
- package/esm/vef-crud-page/hooks/use-crud-context.mjs +0 -3
- package/esm/vef-crud-page/hooks/use-operation-buttons.mjs +0 -3
- package/esm/vef-crud-page/index.mjs +0 -3
- package/esm/vef-crud-page/props.mjs +0 -2
- package/esm/vef-crud-page/types.mjs +0 -2
- package/esm/vef-divider/props.mjs +0 -2
- package/esm/vef-drawer/components/action-button-wrapper.mjs +0 -3
- package/esm/vef-drawer/components/button-props.mjs +0 -2
- package/esm/vef-drawer/components/cancel-action-button.mjs +0 -3
- package/esm/vef-drawer/components/ok-action-button.mjs +0 -3
- package/esm/vef-drawer/props.mjs +0 -2
- package/esm/vef-dropdown/props.mjs +0 -2
- package/esm/vef-dynamic-icon/index.mjs +0 -3
- package/esm/vef-empty/props.mjs +0 -2
- package/esm/vef-empty-placeholder/props.mjs +0 -2
- package/esm/vef-error/props.mjs +0 -2
- package/esm/vef-filter/components/fields/index.mjs +0 -3
- package/esm/vef-filter/components/fields/input-number.mjs +0 -3
- package/esm/vef-filter/components/fields/input.mjs +0 -3
- package/esm/vef-filter/components/fields/props.mjs +0 -2
- package/esm/vef-filter/components/filter-field.mjs +0 -3
- package/esm/vef-filter/components/filter-item.mjs +0 -3
- package/esm/vef-filter/hooks/use-action-handlers.mjs +0 -3
- package/esm/vef-filter/hooks/use-computed-values.mjs +0 -3
- package/esm/vef-filter/hooks/use-filter-instance.mjs +0 -3
- package/esm/vef-filter/hooks/use-filter-values-change.mjs +0 -3
- package/esm/vef-filter/props.mjs +0 -2
- package/esm/vef-filter/types.mjs +0 -2
- package/esm/vef-flex/props.mjs +0 -2
- package/esm/vef-float-button/props.mjs +0 -2
- package/esm/vef-float-button-group/props.mjs +0 -2
- package/esm/vef-form/components/fields/index.mjs +0 -3
- package/esm/vef-form/components/fields/input-number.mjs +0 -3
- package/esm/vef-form/components/fields/input.mjs +0 -3
- package/esm/vef-form/components/fields/props.mjs +0 -2
- package/esm/vef-form/components/form-field.mjs +0 -3
- package/esm/vef-form/components/form-hidden-item.mjs +0 -3
- package/esm/vef-form/components/form-item.mjs +0 -3
- package/esm/vef-form/components/form-row.mjs +0 -3
- package/esm/vef-form/hooks/use-action-handlers.mjs +0 -3
- package/esm/vef-form/hooks/use-computed-values.mjs +0 -3
- package/esm/vef-form/hooks/use-form-instance.mjs +0 -3
- package/esm/vef-form/hooks/use-form-values-change.mjs +0 -3
- package/esm/vef-form/index.mjs +0 -5
- package/esm/vef-form/props.mjs +0 -2
- package/esm/vef-form/types.mjs +0 -2
- package/esm/vef-form-drawer/index.mjs +0 -3
- package/esm/vef-form-drawer/props.mjs +0 -2
- package/esm/vef-form-modal/index.mjs +0 -3
- package/esm/vef-form-modal/props.mjs +0 -2
- package/esm/vef-generic-select/index.mjs +0 -3
- package/esm/vef-generic-select/props.mjs +0 -2
- package/esm/vef-grid-item/props.mjs +0 -2
- package/esm/vef-icon/props.mjs +0 -2
- package/esm/vef-icon-select/props.mjs +0 -2
- package/esm/vef-input/index.mjs +0 -3
- package/esm/vef-input/props.mjs +0 -2
- package/esm/vef-input-number/index.mjs +0 -3
- package/esm/vef-input-number/props.mjs +0 -2
- package/esm/vef-layout/components/font-size.mjs +0 -6
- package/esm/vef-layout/props.mjs +0 -2
- package/esm/vef-loading-placeholder/props.mjs +0 -2
- package/esm/vef-login/props.mjs +0 -2
- package/esm/vef-menu/props.mjs +0 -2
- package/esm/vef-modal/components/button-props.mjs +0 -2
- package/esm/vef-modal/components/cancel-action-button.mjs +0 -3
- package/esm/vef-modal/components/ok-action-button.mjs +0 -3
- package/esm/vef-modal/props.mjs +0 -2
- package/esm/vef-not-found/props.mjs +0 -2
- package/esm/vef-page/props.mjs +0 -2
- package/esm/vef-pagination/index.mjs +0 -3
- package/esm/vef-paragraph/props.mjs +0 -2
- package/esm/vef-password/index.mjs +0 -3
- package/esm/vef-password/props.mjs +0 -2
- package/esm/vef-popconfirm/index.mjs +0 -3
- package/esm/vef-popconfirm/props.mjs +0 -2
- package/esm/vef-popover/props.mjs +0 -2
- package/esm/vef-radio/props.mjs +0 -2
- package/esm/vef-rate/index.mjs +0 -3
- package/esm/vef-rate/props.mjs +0 -2
- package/esm/vef-responsive-container/props.mjs +0 -2
- package/esm/vef-responsive-item/props.mjs +0 -2
- package/esm/vef-ribbon/props.mjs +0 -2
- package/esm/vef-row/props.mjs +0 -2
- package/esm/vef-scroll-area/props.mjs +0 -2
- package/esm/vef-select/hooks/use-render-option.mjs +0 -3
- package/esm/vef-select/index.mjs +0 -3
- package/esm/vef-select/props.mjs +0 -2
- package/esm/vef-slider/index.mjs +0 -3
- package/esm/vef-slider/props.mjs +0 -2
- package/esm/vef-sortable-list/index.mjs +0 -3
- package/esm/vef-sortable-list/props.mjs +0 -2
- package/esm/vef-space/props.mjs +0 -2
- package/esm/vef-spin/props.mjs +0 -2
- package/esm/vef-splitter/props.mjs +0 -2
- package/esm/vef-splitter-panel/props.mjs +0 -2
- package/esm/vef-status/props.mjs +0 -2
- package/esm/vef-table/components/columns/bool.mjs +0 -3
- package/esm/vef-table/components/columns/data-dictionary.mjs +0 -3
- package/esm/vef-table/components/columns/enum.mjs +0 -3
- package/esm/vef-table/components/columns/id.mjs +0 -3
- package/esm/vef-table/components/columns/index.mjs +0 -3
- package/esm/vef-table/components/columns/number.mjs +0 -3
- package/esm/vef-table/components/columns/props.mjs +0 -2
- package/esm/vef-table/components/columns/rich-text.mjs +0 -3
- package/esm/vef-table/components/columns/text.mjs +0 -3
- package/esm/vef-table/components/settings-icon.mjs +0 -5
- package/esm/vef-table/hooks/use-computed-values.mjs +0 -3
- package/esm/vef-table/hooks/use-helper-columns.mjs +0 -3
- package/esm/vef-table/hooks/use-pagination-props.mjs +0 -3
- package/esm/vef-table/hooks/use-row-selection-config.mjs +0 -3
- package/esm/vef-table/hooks/use-table-columns.mjs +0 -3
- package/esm/vef-table/props.mjs +0 -2
- package/esm/vef-table/types.mjs +0 -2
- package/esm/vef-tabs/index.mjs +0 -3
- package/esm/vef-tabs/props.mjs +0 -2
- package/esm/vef-tag/props.mjs +0 -2
- package/esm/vef-temporal-picker/index.mjs +0 -3
- package/esm/vef-temporal-picker/props.mjs +0 -2
- package/esm/vef-temporal-range-picker/hooks/use-dayjs-values.mjs +0 -3
- package/esm/vef-temporal-range-picker/index.mjs +0 -3
- package/esm/vef-text/props.mjs +0 -2
- package/esm/vef-textarea/index.mjs +0 -3
- package/esm/vef-textarea/props.mjs +0 -2
- package/esm/vef-title/props.mjs +0 -2
- package/esm/vef-tooltip/props.mjs +0 -2
- package/esm/vef-tree-select/index.mjs +0 -3
- package/esm/vef-tree-select/props.mjs +0 -2
- package/esm/vef-virtual-grid/props.mjs +0 -2
- package/esm/vef-virtual-list/props.mjs +0 -2
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{useUpdate as e,useDeepCompareMemo as r,useDeepCompareLayoutEffect as o}from"@vef-framework/hooks";import{isFunctionOrExpression as t,isEqual as a}from"@vef-framework/shared";import{computeValue as f}from"../helper.mjs";import{useFilterStore as n}from"../store.mjs";function u(u,m=!1){const[s,l]=n((e=>[e.eventBus,e.getValues])),c=e(),i=l(),k=r((()=>u.reduce(((e,r)=>{const{key:o,rawValue:t,defaultValue:a}=r,n=f(t,i,a);return e[o]=n,e}),{})),[i,u]);return o((()=>{const e=u.filter((({rawValue:e})=>t(e)));if(e.length>0){const r=r=>{for(const o of e){const{key:e,rawValue:t,defaultValue:n}=o,u=k[e],m=f(t,r,n);if(!a(m,u)){c();break}}};return s.onChange(r),()=>{s.offChange(r)}}}),[k,s,c,u]),m?u.reduce(((e,{key:r})=>(e[r]=k[r],e)),{}):u.map((({key:e})=>k[e]))}export{u as useComputedValues};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{useImperativeHandle as e}from"react";import{useFilterStore as t}from"../store.mjs";function s(s,o){const[m,r,u,i]=t((e=>[e.form,e.eventBus,e.getValues,e.setValues]));e(s,(()=>({confirm:()=>new Promise(((e,t)=>{const s=o=>{r.offSubmitResult(s),o?e():t(o)};r.onSubmitResult(s),m.submit()})),reset:o,getValues:u,setValues:i})))}export{s as useFilterInstance};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{isFunction as e}from"@vef-framework/shared";import{useMemo as r,useEffect as n,useLayoutEffect as o}from"react";import{useFilterStore as t}from"../store.mjs";function a(a){const[f,m]=t((e=>[e.eventBus,e.invokeValueChangeHandlers])),s=r((()=>(e,r)=>{f.emitChange(r)}),[f]);return n((()=>{if(e(a)){const e=e=>{a(e)};return f.onChange(e),()=>{f.offChange(e)}}}),[f,a]),o((()=>{m()}),[]),{handleValuesChange:s}}export{a as useFilterValuesChange};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
package/esm/vef-filter/props.mjs
DELETED
package/esm/vef-filter/types.mjs
DELETED
package/esm/vef-flex/props.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import m from"./input.mjs";import p from"./input-number.mjs";import"./props.mjs";const r={Input:m,InputNumber:p};export{r as fieldMap};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";import{VefError as o,isString as s,isFunction as r}from"@vef-framework/shared";import{useMemo as n}from"react";import t from"../../../vef-input-number/index.mjs";import{useComputedValues as a}from"../../hooks/use-computed-values.mjs";import{useFormStore as u}from"../../store.mjs";function l({label:l,disabled:i,value:m,onChange:f,componentProps:p}){if("InputNumber"!==p.type)throw new o(-9,'Oops! Something went wrong. The type of the form field is not "InputNumber", but rendered.');const{onChange:c,onEnterKeyPress:d,onFocus:V,onBlur:h,placeholder:x,prefix:v,suffix:w,max:g,min:y}=p,[b,k,F]=u((e=>[e.form,e.scene,e.setValues])),[j,C,P,B,E]=a([{key:"placeholder",rawValue:x,defaultValue:l?s(l)?`请输入${l}`:"请输入":void 0},{key:"max",rawValue:g},{key:"min",rawValue:y},{key:"prefix",rawValue:v},{key:"suffix",rawValue:w}]),I=n((()=>{const e={};return r(V)&&(e.onFocus=e=>{const o=b.getFieldsValue();V(e,{scene:k,values:o,setValues:F})}),r(h)&&(e.onBlur=e=>{const o=b.getFieldsValue();h(e,{scene:k,values:o,setValues:F})}),e.onChange=e=>{if(f?.(e),r(c)){const o=b.getFieldsValue();c(e,{scene:k,values:o,setValues:F})}},r(d)&&(e.onPressEnter=e=>{const o=b.getFieldsValue();d(e,{scene:k,values:o,setValues:F})}),e}),[b,h,f,d,V,c,k,F]);return e(t,{disabled:i,max:C,min:P,placeholder:j,prefix:B,suffix:E,value:m,...I})}export{l as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";import{VefError as s,isString as o,isFunction as a}from"@vef-framework/shared";import{useMemo as t}from"react";import r from"../../../vef-input/index.mjs";import{useComputedValues as l}from"../../hooks/use-computed-values.mjs";import{useFormStore as n}from"../../store.mjs";function u({label:u,disabled:i,value:f,onChange:m,componentProps:c}){if("Input"!==c.type)throw new s(-9,'Oops! Something went wrong. The type of the form field is not "Input", but rendered.');const{onChange:p,onEnterKeyPress:d,onFocus:V,onBlur:h,onClear:g,maxLength:x,clearable:v=!0,placeholder:w,prefix:y,suffix:F}=c,[b,k,C]=n((e=>[e.form,e.scene,e.setValues])),[j,L,P,B]=l([{key:"placeholder",rawValue:w,defaultValue:u?o(u)?`请输入${u}`:"请输入":void 0},{key:"maxLength",rawValue:x},{key:"prefix",rawValue:y},{key:"suffix",rawValue:F}]),E=t((()=>{const e={};return a(V)&&(e.onFocus=e=>{const s=b.getFieldsValue();V(e,{scene:k,values:s,setValues:C})}),a(h)&&(e.onBlur=e=>{const s=b.getFieldsValue();h(e,{scene:k,values:s,setValues:C})}),e.onChange=e=>{if(m?.(e),a(p)){const s=b.getFieldsValue();p(e,{scene:k,values:s,setValues:C})}},a(d)&&(e.onPressEnter=e=>{const s=b.getFieldsValue();d(e,{scene:k,values:s,setValues:C})}),v&&a(g)&&(e.onClear=()=>{const e=b.getFieldsValue();g({scene:k,values:e,setValues:C})}),e}),[v,b,h,m,g,d,V,p,k,C]);return e(r,{clearable:v,disabled:i,maxLength:L,placeholder:j,prefix:P,suffix:B,value:f,...E})}export{u as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";import{VefError as r}from"@vef-framework/shared";import{useMemo as o}from"react";import{fieldMap as t}from"./fields/index.mjs";function n(n){const{name:f,componentProps:{type:m}}=n,i=o((()=>{if("Hidden"===m)return()=>null;const e=t[m];if(!e)throw new r(-9,`Unknown form field type: "${m}", please check the type of "${f}" field.`);return e}),[f,m]);return e(i,{...n})}export{n as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";import{Form as t}from"antd";import{memo as o}from"react";import{useComputedValues as m}from"../hooks/use-computed-values.mjs";const{Item:n}=t;const r=o((function({item:t}){const{name:o,show:r}=t,[a]=m([{key:"show",rawValue:r,defaultValue:!0}]);return a?e(n,{hidden:!0,name:o,children:e("input",{type:"hidden"})}):null}),(()=>!1));export{r as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";import{useContextDisabled as r}from"@vef-framework/hooks";import{isArray as a}from"@vef-framework/shared";import{Form as o}from"antd";import{memo as l}from"react";import{useComputedValues as t}from"../hooks/use-computed-values.mjs";import m from"./form-field.mjs";const{Item:s}=o;const i=l((function({item:o,disabled:l}){const{name:i,show:u,disabled:d,label:f,tip:n,rules:p,virtual:b,...c}=o,k=r(),[w,V,h,v,y]=t([{key:"show",rawValue:u,defaultValue:!0},{key:"disabled",rawValue:d,defaultValue:l},{key:"label",rawValue:f},{key:"tip",rawValue:n},{key:"rules",rawValue:p}]);if(!w)return null;const j=a(y)?y.flatMap((e=>e(o))):void 0;return e(s,{label:h,name:i,preserve:!1,rules:j,tooltip:v,children:e(m,{componentProps:c,disabled:k||V,label:h,name:i})})}),((e,r)=>e.disabled===r.disabled));export{i as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsxs as e,Fragment as o,jsx as m}from"@emotion/react/jsx-runtime";import{isEqual as t,omit as s}from"@vef-framework/shared";import{useMemo as r,memo as i}from"react";import n from"../../vef-grid/index.mjs";import a from"../../vef-grid-item/index.mjs";import{useColumnsLayout as l}from"../hooks/use-columns-layout.mjs";import{useComputedValues as d}from"../hooks/use-computed-values.mjs";import{useFormContext as u}from"../hooks/use-form-context.mjs";import f from"./form-hidden-item.mjs";import p from"./form-item.mjs";const c=i((function({rowKey:t,columns:s,disabled:i,autoExpand:c}){const{layoutMode:h,autoExpand:k,labelPosition:y,labelWidth:x}=u(),b="top"===y?240:240+(x??80),[g,j]=r((()=>{const e=[],o=[];for(const m of s){const{items:t,...s}=m,r=[];for(const o of t){const{type:m}=o;"Hidden"===m?e.push(o):r.push(o)}r.length>0&&o.push({...s,items:r})}return[e,o]}),[s]),w=d([...j.map((({key:e,show:o})=>({key:`show-${e}`,rawValue:o,defaultValue:!0}))),...j.map((({key:e,disabled:o})=>({key:`disabled-${e}`,rawValue:o,defaultValue:i})))],!0),v=r((()=>s.filter((({key:e})=>w[`show-${e}`]))),[w,s]),V=l(t,v,h,c??k);return e(o,{children:[g.map((e=>{const{name:o}=e;return m(f,{item:e},o)})),v.length>0&&m(n,{baseWidth:b,gap:[0,"large"],children:v.map((e=>{const o={};if("responsive"===h){const m=V;o.xs=m.xs[e.key],o.sm=m.sm[e.key],o.md=m.md[e.key],o.lg=m.lg[e.key],o.xl=m.xl[e.key],o.xxl=m.xxl[e.key]}else{const m=V;o.span=m[e.key]}return m(a,{...o,children:e.items.map((o=>m(p,{disabled:i||w[`disabled-${e.key}`],item:o},o.name)))},e.key)}))})]})}),((e,o)=>t(s(e,["columns"]),s(o,["columns"]))));export{c as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{useApiContext as e}from"@vef-framework/core";import{isFunction as t,VefError as i,showLoadingMessage as o,omit as n,showSuccessMessage as r}from"@vef-framework/shared";import{useCallback as s,useMemo as m}from"react";import{useFormStore as a}from"../store.mjs";function u({submitApi:u,submitTip:l="提交中...",onBeforeSubmit:c,onSubmit:p,onSubmitSuccess:b,onSubmitFailure:f,onReset:d}){const[S,w,h,v,F,R,g,y]=a((e=>[e.form,e.scene,e.eventBus,e.setIsLoading,e.virtualFieldNames,e.getValues,e.initialValues,e.invokeValueChangeHandlers])),{useApiMutation:A,stubMutationApi:V}=e(),{mutate:k}=A(u??V);if(!t(p)&&!u)throw new i(-1,"'onSubmit' or 'submitApi' prop is required for VefForm component");return{handleReset:s((()=>{const e=R();S.resetFields(),y(),h.emitChange(g),d?.(e,w)}),[S,R,d,w,y,g,h]),handleSubmit:m((()=>t(p)?(u&&console.warn("'submitApi' prop is ignored when 'onSubmit' prop is provided in VefForm component"),async e=>{v(!0);let i=e,r=null;try{const s=t(l)?l(e,w):l;r=o(s),t(c)&&(i=await c(i,w));const m=n(i,F);await p(m,w),h.emitSubmitResult(!0)}catch(e){throw h.emitSubmitResult(!1),e}finally{v(!1),r?.()}}):async e=>{v(!0);let i=e,s=null;try{const m=t(l)?l(e,w):l;s=o(m),t(c)&&(i=await c(e,w));const a=n(i,F),u=await k(a);(b??(({message:e})=>{r(e)}))(u,i,w),h.emitSubmitResult(!0)}catch(e){h.emitSubmitResult(!1),f?.(e,i,w)}finally{v(!1),s?.()}}),[p,u,v,l,w,c,F,h,k,b,f]),handleSubmitFailed:s((({values:e,errorFields:t})=>{h.emitSubmitResult(!1),f?.(new i(-1,t.flatMap((e=>e.errors)).join(", ")),e,w)}),[h,f,w])}}export{u as useActionHandlers};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{useUpdate as e,useDeepCompareMemo as r,useDeepCompareLayoutEffect as o}from"@vef-framework/hooks";import{isFunctionOrExpression as t,isEqual as a}from"@vef-framework/shared";import{computeValue as f}from"../helper.mjs";import{useFormStore as n}from"../store.mjs";function u(u,s=!1){const[m,l,c]=n((e=>[e.scene,e.eventBus,e.getValues])),i=e(),k=c(),p=r((()=>u.reduce(((e,r)=>{const{key:o,rawValue:t,defaultValue:a}=r,n=f(t,k,m,a);return e[o]=n,e}),{})),[k,m,u]);return o((()=>{const e=u.filter((({rawValue:e})=>t(e)));if(e.length>0){const r=r=>{for(const o of e){const{key:e,rawValue:t,defaultValue:n}=o,u=p[e],s=f(t,r,m,n);if(!a(s,u)){i();break}}};return l.onChange(r),()=>{l.offChange(r)}}}),[p,l,i,m,u]),s?u.reduce(((e,{key:r})=>(e[r]=p[r],e)),{}):u.map((({key:e})=>p[e]))}export{u as useComputedValues};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{useImperativeHandle as t}from"react";import{useFormStore as e}from"../store.mjs";function s(s,o){const[u,m,r,i]=e((t=>[t.form,t.eventBus,t.getValues,t.setValues]));t(s,(()=>({submit:()=>new Promise(((t,e)=>{const s=o=>{m.offSubmitResult(s),o?t():e(o)};m.onSubmitResult(s),u.submit()})),reset:o,getValues:r,setValues:i})))}export{s as useFormInstance};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{isFunction as e}from"@vef-framework/shared";import{useMemo as n,useEffect as r,useLayoutEffect as o}from"react";import{useFormStore as t}from"../store.mjs";function a(a){const[f,m,s]=t((e=>[e.scene,e.eventBus,e.invokeValueChangeHandlers])),h=n((()=>(e,n)=>{m.emitChange(n)}),[m]);return r((()=>{if(e(a)){const e=e=>{a(e,f)};return m.onChange(e),()=>{m.offChange(e)}}}),[m,a,f]),o((()=>{s()}),[]),{handleValuesChange:h}}export{a as useFormValuesChange};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
package/esm/vef-form/index.mjs
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsxs as e,jsx as o}from"@emotion/react/jsx-runtime";import{css as i}from"@emotion/react";import{useContextDisabled as t,useSingleton as s,useUnmount as n}from"@vef-framework/hooks";import{isNumber as a,isEqual as r,omit as m}from"@vef-framework/shared";import{Form as l}from"antd";import{useMemo as u,forwardRef as h,memo as f}from"react";import"../internal/index.mjs";import c from"./components/form-actions.mjs";import d from"./components/form-content.mjs";import{FormEventBus as p}from"./event.mjs";import{useActionHandlers as b}from"./hooks/use-action-handlers.mjs";import{useFormContextSelector as v,FormContextProvider as g}from"./hooks/use-form-context.mjs";import{useFormInitialization as j}from"./hooks/use-form-initialization.mjs";import{useFormInstance as F}from"./hooks/use-form-instance.mjs";import{useFormValuesChange as S}from"./hooks/use-form-values-change.mjs";import{useLabelWidth as V}from"./hooks/use-label-width.mjs";import{useFormStore as k,FormStoreProvider as x}from"./store.mjs";import{convertBasicSizeToUiSize as B}from"../internal/utils.mjs";const{useForm:w}=l,C={scrollMode:"if-needed",behavior:"smooth"};const y=h((function({schema:s,labelAlign:n="right",variant:r,showTabs:m=!1,height:h="auto",size:f,disabled:p=!1,onChange:g,submissionButton:j,resetButton:V,submitApi:x,submitTip:w,onBeforeSubmit:y,onSubmit:T,onSubmitSuccess:z,onSubmitFailure:A,onReset:N},R){const[W,E]=v((e=>[e.labelPosition,e.labelWidth])),[M,P,$]=k((e=>[e.form,e.initialValues,e.isLoading])),{handleValuesChange:H}=S(g),{handleReset:I,handleSubmit:L,handleSubmitFailed:q}=b({submitApi:x,submitTip:w,onBeforeSubmit:y,onSubmit:T,onSubmitSuccess:z,onSubmitFailure:A,onReset:N});F(R,I);const D=u((()=>{if(E)return{flex:`0 0 ${E}px`}}),[E]),G=u((()=>{let e=h;return"full"===h?e="100%":a(h)&&(e=`${h}px`),i`
|
|
3
|
-
height: ${e};
|
|
4
|
-
`}),[h]),J=t();return e(l,{labelWrap:!0,colon:!1,css:G,disabled:J||p||$,form:M,initialValues:P,labelAlign:n,labelCol:D,layout:"top"===W?"vertical":"horizontal",scrollToFirstError:C,size:B(f),variant:r,onFinish:L,onFinishFailed:q,onValuesChange:H,children:[o(d,{height:h,schema:s,showTabs:!0===m?"switch":m}),o(c,{handleReset:I,resetButton:V,submissionButton:j})]})}));y.displayName="VefFormBase";const T=f(h((function({initialValues:e,scene:i,layoutMode:t="responsive",autoExpand:a=!1,labelPosition:r="top",labelWidth:m,...l},h){const{schema:f}=l,[c]=w(),d=s((()=>new p));n((()=>{d.clear()}));const b=V(r,m),v=u((()=>({labelPosition:r,labelWidth:b,autoExpand:a,layoutMode:t})),[t,a,r,b]),{mergedInitialValues:F,valueChangeHandlers:S,virtualFieldNames:k}=j(f,e);return o(x,{eventBus:d,form:c,initialValues:F,scene:i,valueChangeHandlers:S,virtualFieldNames:k,children:o(g,{value:v,children:o(y,{ref:h,...l})})})})),((e,o)=>r(m(e,["initialValues","schema"]),m(o,["initialValues","schema"]))));T.displayName="VefForm";export{T as default};
|
|
5
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
package/esm/vef-form/props.mjs
DELETED
package/esm/vef-form/types.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as e,jsxs as o,Fragment as n}from"@emotion/react/jsx-runtime";import{useContextDisabled as t,DisabledContextProvider as r}from"@vef-framework/hooks";import{isFunction as s}from"@vef-framework/shared";import{useRef as i,useCallback as l,memo as a}from"react";import c from"../vef-button/index.mjs";import m from"../vef-drawer/index.mjs";import f from"../vef-form/index.mjs";import d from"../vef-drawer/components/action-button-wrapper.mjs";const u=a((function({title:a,open:u,closable:p,closeOnMaskClick:C,closeOnEscPress:x,destroyOnClose:O=!0,cancelOnClose:k,placement:b,expansionSize:v="medium",loading:h,extra:w,cancelButtonText:B,actions:j,onClose:A,onCancel:y,onAfterClose:T,onAfterOpen:g,submissionButtonText:z,disabled:E=!1,...M}){const P=i(null),S=l((async()=>{await(P.current?.submit())}),[]),D=t()||E,F=l((()=>{P.current?.reset()}),[]),N=l((([t,r])=>{const i=e(d,{children:e(c,{color:"default",disabled:D,variant:"filled",onClick:F,children:"重置"})},"resetActionButton");return s(j)?j([t,i,r]):o(n,{children:[t,i,r]})}),[j,D,F]);return e(r,{value:D,children:e(m,{actions:N,cancelOnClose:k,closable:p,closeOnEscPress:x,closeOnMaskClick:C,destroyOnClose:O,expansionSize:v,extra:w,loading:h,okButtonText:z,open:u,placement:b,title:a,onAfterClose:T,onAfterOpen:g,onCancel:y,onClose:A,onOk:S,children:e(f,{ref:P,resetButton:!1,submissionButton:!1,...M})})})}));u.displayName="VefFormDrawer";export{u as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as e,jsxs as o,Fragment as n}from"@emotion/react/jsx-runtime";import{useContextDisabled as t,DisabledContextProvider as r}from"@vef-framework/hooks";import{isFunction as s}from"@vef-framework/shared";import{useRef as l,useCallback as i,memo as c}from"react";import a from"../vef-button/index.mjs";import m from"../vef-form/index.mjs";import d from"../vef-modal/index.mjs";import f from"../vef-modal/components/action-button-wrapper.mjs";const u=c((function({submissionButtonText:c="提交",actions:u,title:p,open:C,closable:O,closeOnMaskClick:k,closeOnEscPress:b,destroyOnClose:h=!0,cancelOnClose:x,width:v="medium",loading:B,cancelButtonText:w,onClose:j,onCancel:A,onAfterOpen:y,onAfterClose:T,disabled:M=!1,...g}){const E=l(null),P=i((async()=>{await(E.current?.submit())}),[]),F=t()||M,N=i((()=>{E.current?.reset()}),[]),V=i((([t,r])=>{const l=e(f,{children:e(a,{color:"default",variant:"filled",onClick:N,children:"重置"})},"resetActionButton");return s(u)?u([t,l,r]):o(n,{children:[t,l,r]})}),[u,N]);return e(r,{value:F,children:e(d,{actions:V,cancelButtonText:w,cancelOnClose:x,closable:O,closeOnEscPress:b,closeOnMaskClick:k,destroyOnClose:h,loading:B,okButtonText:c,open:C,title:p,width:v,onAfterClose:T,onAfterOpen:y,onCancel:A,onClose:j,onOk:P,children:e(m,{ref:E,disabled:F,resetButton:!1,submissionButton:!1,...g})})})}));u.displayName="VefFormModal";export{u as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";import{SearchOutlined as o}from"@ant-design/icons";import{isFunction as r,styles as n}from"@vef-framework/shared";import{Select as i}from"antd";import{LeafIcon as a}from"lucide-react";import{useState as t,useDeferredValue as l,useCallback as d,useMemo as m,cloneElement as c}from"react";import"../internal/index.mjs";import s from"../vef-icon/index.mjs";import{convertBasicSizeToUiSize as p}from"../internal/utils.mjs";const f={"--vef-select-option-padding":0};function u({value:u,size:h,renderLabel:v,placeholder:b,disabled:w,clearable:C,loading:g,variant:x,children:j,onClear:S}){const[k,y]=t(!1),[z,F]=t(!1),[V,W]=t(),B=l(V),D=d((()=>{F(!1)}),[]),I=d((()=>{F(!0)}),[]),L=d((()=>{y(!1)}),[]),M=m((()=>{if(r(v))return({value:e})=>v?.(e)}),[v]),R=z&&k?e(o,{}):e(s,{children:e(a,{})}),q=c(j,{keyword:B,onConfirm:L});return e(i,{showSearch:!0,allowClear:C,css:n.fullWidth,disabled:w,dropdownStyle:f,labelRender:M,loading:g,notFoundContent:q,open:k,placeholder:b,popupMatchSelectWidth:!1,searchValue:V,size:p(h),suffixIcon:R,value:u,variant:x,onBlur:D,onClear:S,onDropdownVisibleChange:y,onFocus:I,onSearch:W})}export{u as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
package/esm/vef-icon/props.mjs
DELETED
package/esm/vef-input/index.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";import{isFunction as o}from"@vef-framework/shared";import{Input as r}from"antd";import{forwardRef as t,useMemo as n}from"react";import"../internal/index.mjs";import{useInputInstance as a}from"./hooks/use-input-instance.mjs";import{convertBasicSizeToUiSize as u}from"../internal/utils.mjs";function l(e){return""===e?null:e}const i=t((({defaultValue:t,value:i,clearable:s,size:m,showCount:d,prepend:f,append:p,onChange:v,onEnterKeyPress:c,onBlur:g,onFocus:h,...C},j)=>{const w=n((()=>({onChange:o(v)?e=>v(l(e.target.value)):void 0,onPressEnter:o(c)?e=>c(l(e.target.value)):void 0,onBlur:o(g)?e=>g(l(e.target.value)):void 0,onFocus:o(h)?e=>h(l(e.target.value)):void 0})),[v,c,g,h]),x=a(j);return e(r,{ref:x,addonAfter:p,addonBefore:f,allowClear:s,defaultValue:t,showCount:d,size:u(m),type:"text",value:i,...C,...w})}));export{i as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
package/esm/vef-input/props.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as o}from"@emotion/react/jsx-runtime";import{isFunction as r,styles as e}from"@vef-framework/shared";import{InputNumber as n}from"antd";import{forwardRef as t,useMemo as s}from"react";import"../internal/index.mjs";import{useInputNumberInstance as a}from"./hooks/use-input-number-instance.mjs";import{convertBasicSizeToUiSize as u}from"../internal/utils.mjs";function i(o,r){const e=Number.parseFloat(o);return Number.isNaN(e)?null:r?`${e}`:e}const l=t((({size:t,showControls:l,step:m,min:d,max:f,prepend:c,append:g,...v},p)=>{const F=s((()=>{const{useStringFormat:o}=v;if(o){const{onChange:o,onEnterKeyPress:e,onBlur:n,onFocus:t}=v;return{stringFormat:!0,onChange:r(o)?r=>o(r):void 0,onPressEnter:r(e)?o=>e(i(o.target.value,!0)):void 0,onBlur:r(n)?o=>n(i(o.target.value,!0)):void 0,onFocus:r(t)?o=>t(i(o.target.value,!0)):void 0}}const{onChange:e,onEnterKeyPress:n,onBlur:t,onFocus:s}=v;return{stringFormat:!1,onChange:r(e)?o=>e(o):void 0,onPressEnter:r(n)?o=>n(i(o.target.value,!1)):void 0,onBlur:r(t)?o=>t(i(o.target.value,!1)):void 0,onFocus:r(s)?o=>s(i(o.target.value,!1)):void 0}}),[v]),h=a(p),{useStringFormat:B}=v;if(B){const{useStringFormat:r,defaultValue:s,value:a,onChange:i,onEnterKeyPress:p,onBlur:B,onFocus:C,...x}=v,{stringFormat:E}=F;if(E){const{stringFormat:r,...i}=F;return o(n,{ref:h,stringMode:!0,addonAfter:g,addonBefore:c,controls:l,css:e.fullWidth,defaultValue:s,max:`${f}`,min:`${d}`,size:u(t),step:`${m}`,value:a,...x,...i})}return}const{useStringFormat:C,defaultValue:x,value:E,onChange:P,onEnterKeyPress:j,onBlur:y,onFocus:K,...N}=v,{stringFormat:S}=F;if(!S){const{stringFormat:r,...t}=F;return o(n,{ref:h,addonAfter:g,addonBefore:c,controls:l,css:e.fullWidth,defaultValue:x,max:f,min:d,step:m,value:E,...N,...t})}}));export{l as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as e,jsxs as l}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{themeVariables as o,styles as t}from"@vef-framework/shared";import{useConfigStore as n}from"../../vef-config-provider/store.mjs";import i from"../../vef-dropdown/index.mjs";import d from"../../vef-icon/index.mjs";function m(r){return e("svg",{height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",...r,children:l("g",{fill:"none",fillRule:"evenodd",children:[e("path",{d:"m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z"}),e("path",{d:"M21 12a1 1 0 0 1 1 1v6a1 1 0 0 1-1.911.412a4 4 0 1 1 0-6.824A1 1 0 0 1 21 12M8 4c.732 0 1.381.473 1.605 1.17l4.347 13.524a1 1 0 0 1-1.904.612L10.664 15H5.336l-1.384 4.306a1 1 0 0 1-1.904-.612L6.395 5.17A1.69 1.69 0 0 1 8 4m10 10a2 2 0 1 0 0 4a2 2 0 0 0 0-4M8 6.712L5.979 13h4.042z",fill:"currentColor"})]})})}function s(l){return e("svg",{height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",...l,children:e("path",{d:"M4 19V8.5a3.5 3.5 0 1 1 7 0V19m-7-6h7m10-1h-6",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2})})}function h(l){return e("svg",{height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",...l,children:e("path",{d:"M4 19V8.5a3.5 3.5 0 1 1 7 0V19m-7-6h7m7-4v6m3-3h-6",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2})})}const a=r`
|
|
3
|
-
padding: ${o.paddingXs};
|
|
4
|
-
${t.flexCenter}
|
|
5
|
-
`,c=[{key:"medium",type:"item",label:"默认字号",icon:e(d,{children:e(s,{})})},{key:"large",type:"item",label:"大字号",icon:e(d,{children:e(h,{})})}],f=()=>{const[l,r]=n((e=>[e.fontSize,e.setFontSize]));return e(i,{selectable:!0,items:c,selectedKeys:[l],onChange:([e])=>r(e),children:e("div",{css:a,children:e(d,{size:"large",children:e(m,{})})})})};export{f as default};
|
|
6
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
package/esm/vef-layout/props.mjs
DELETED
package/esm/vef-login/props.mjs
DELETED
package/esm/vef-menu/props.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as t}from"@emotion/react/jsx-runtime";import o from"../../vef-button/index.mjs";import r from"./action-button-wrapper.mjs";const e=({text:e,onClick:i})=>t(r,{children:t(o,{color:"default",variant:"text",onClick:i,children:e})});export{e as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as o}from"@emotion/react/jsx-runtime";import{CheckIcon as r}from"lucide-react";import i from"../../vef-button/index.mjs";import t from"../../vef-icon/index.mjs";import e from"./action-button-wrapper.mjs";const m=({text:m,onClick:n})=>o(e,{children:o(i,{color:"primary",icon:o(t,{children:o(r,{})}),onClick:n,children:m})});export{m as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
package/esm/vef-modal/props.mjs
DELETED
package/esm/vef-page/props.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsxs as e,Fragment as t,jsx as a}from"@emotion/react/jsx-runtime";import{Pagination as o}from"antd";import{memo as i}from"react";import r from"../vef-text/index.mjs";import{defaultPageSizeOptions as m}from"./props.mjs";function n(o){return e(t,{children:["共"," ",a(r,{bold:!0,children:o})," ","条"]})}const l={listHeight:300},p=i((({defaultPageNumber:e,defaultPageSize:t,pageNumber:i,pageSize:r,total:p,size:u,pageSizeOptions:s=m,allowChangePageSize:g=!0,showTotal:d=!0,compact:f,allowQuickJump:c,onChange:h,...z})=>a(o,{current:i,defaultCurrent:e,defaultPageSize:t,pageSize:r,pageSizeOptions:s,showQuickJumper:c,showSizeChanger:g?l:g,showTotal:d?n:void 0,simple:f,size:"medium"===u?"default":u,total:p,onChange:h,...z})));p.displayName="VefPagination";export{p as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as o}from"@emotion/react/jsx-runtime";import{isFunction as e}from"@vef-framework/shared";import{Input as r}from"antd";import{forwardRef as t,useMemo as a}from"react";import"../internal/index.mjs";import{usePasswordInstance as n}from"./hooks/use-password-instance.mjs";import{convertBasicSizeToUiSize as s}from"../internal/utils.mjs";const{Password:u}=r;function l(o){return""===o?null:o}const i=t((({defaultValue:r,value:t,size:i,clearable:m,showCount:f,onChange:d,onEnterKeyPress:v,onBlur:c,onFocus:p,...g},h)=>{const w=a((()=>({onChange:e(d)?o=>d(l(o.target.value)):void 0,onPressEnter:e(v)?o=>v(l(o.target.value)):void 0,onBlur:e(c)?o=>c(l(o.target.value)):void 0,onFocus:e(p)?o=>p(l(o.target.value)):void 0})),[d,v,c,p]),C=n(h);return o(u,{ref:C,allowClear:m,defaultValue:r,showCount:f,size:s(i),value:t,...g,...w})}));export{i as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";import{infoIcon as o,defaultMessageTitle as n}from"@vef-framework/shared";import{Popconfirm as t}from"antd";import{CheckIcon as r}from"lucide-react";import{forwardRef as a,useRef as c,useImperativeHandle as i}from"react";import p from"../vef-icon/index.mjs";const l={autoInsertSpace:!1,icon:e(p,{children:e(r,{})})},m={autoInsertSpace:!1,variant:"text",color:"default"};function f(e){e.stopPropagation()}const u=a((({title:r=n,content:a,cancelable:p=!0,defaultOpened:u,opened:s,onOpenedChange:d,onOk:C,onCancel:h,...O},k)=>{const v=c(null);return i(k,(()=>v.current.nativeElement)),e(t,{ref:v,cancelButtonProps:m,defaultOpen:u,description:a,icon:o,okButtonProps:l,open:s,showCancel:p,title:r,onCancel:h,onConfirm:C,onOpenChange:d,onPopupClick:f,...O})}));export{u as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
package/esm/vef-radio/props.mjs
DELETED
package/esm/vef-rate/index.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as r}from"@emotion/react/jsx-runtime";import{isFunction as t}from"@vef-framework/shared";import{Rate as o}from"antd";import{forwardRef as e,useMemo as m}from"react";import{useRateInstance as a}from"./hooks/use-rate-instance.mjs";const c=e((({character:e,...c},f)=>{const i=m((()=>t(e)?({index:r})=>e(r):e),[e]),n=a(f);return r(o,{ref:n,character:i,...c})}));export{c as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
package/esm/vef-rate/props.mjs
DELETED
package/esm/vef-ribbon/props.mjs
DELETED
package/esm/vef-row/props.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as o}from"@emotion/react/jsx-runtime";import{isFunction as r}from"@vef-framework/shared";import{useMemo as e}from"react";import t from"../components/option.mjs";function i(i){return e((()=>r(i)?({data:o},{index:r})=>i({...o,index:r}):({data:{label:r,description:e}})=>o(t,{description:e,label:r??"Missing Label"})),[i])}export{i as useRenderOption};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
package/esm/vef-select/index.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";import{useOptionFilter as o}from"@vef-framework/hooks";import{styles as r}from"@vef-framework/shared";import{Select as t}from"antd";import{memo as i,forwardRef as n}from"react";import"../internal/index.mjs";import l from"../vef-loading-placeholder/index.mjs";import{useDataOptions as a}from"./hooks/use-data-options.mjs";import{useFieldNames as s}from"./hooks/use-field-names.mjs";import{useRenderLabel as m}from"./hooks/use-render-label.mjs";import{useRenderOption as d}from"./hooks/use-render-option.mjs";import{useSelectInstance as p}from"./hooks/use-select-instance.mjs";import{convertBasicSizeToUiSize as f}from"../internal/utils.mjs";const u=e("div",{css:{height:140},children:e(l,{})});const c=i(n((function({defaultValue:i,value:n,size:l,clearable:c,disabled:h,placeholder:v,variant:g,onClear:C,onBlur:k,onFocus:b,onChange:j,onSelect:F,onDeselect:x,multiple:O=!1,grouped:w=!1,maxCount:S,renderOption:R,filterable:z=!0,filterFromRemote:V=!1,...y},B){const{onFilterKeywordChange:D,normalizedOptions:L,isLoading:N,fallbackOptions:A,isFallbackOptionsLoading:H}=a({value:n,grouped:w,multiple:O,onChange:j,filterable:z,filterFromRemote:V,...y}),K=d(R),T=o(z,V),W=s(w),q=m(H,A),E=p(B,L);return e(t,{ref:E,defaultActiveFirstOption:!0,allowClear:c,css:r.fullWidth,defaultValue:i,disabled:h,fieldNames:W,filterOption:T,labelRender:q,listHeight:280,loading:N,maxCount:O?S:void 0,maxTagCount:O?"responsive":void 0,mode:O?"multiple":void 0,notFoundContent:N?u:void 0,optionRender:K,options:L,placeholder:v,showSearch:z,size:f(l),value:n,variant:g,onBlur:k,onChange:j,onClear:C,onDeselect:x,onFocus:b,onSearch:D,onSelect:F})})));c.displayName="VefSelect";export{c as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
package/esm/vef-select/props.mjs
DELETED
package/esm/vef-slider/index.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as t}from"@emotion/react/jsx-runtime";import{Slider as r}from"antd";import{forwardRef as o,useMemo as e}from"react";import{useSliderInstance as m}from"./hooks/use-slider-instance.mjs";const n=o((({step:o,tipFormatter:n,onChange:a,...i},s)=>{const p=e((()=>{if(n)return{formatter:t=>n(t)}}),[n]),f=m(s);return t(r,{ref:f,step:"mark"===o?null:o,tooltip:p,onChange:a,...i})}));export{n as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
package/esm/vef-slider/props.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as e,jsxs as t}from"@emotion/react/jsx-runtime";import{useSensors as r,useSensor as i,PointerSensor as m,DndContext as o,closestCenter as a,DragOverlay as s}from"@dnd-kit/core";import{restrictToParentElement as n,restrictToWindowEdges as d}from"@dnd-kit/modifiers";import{arrayMove as c,SortableContext as l,verticalListSortingStrategy as p,horizontalListSortingStrategy as f}from"@dnd-kit/sortable";import{isFunction as u}from"@vef-framework/shared";import{useMemo as y,useState as v,useCallback as h,memo as g}from"react";import x from"./components/overlay-item.mjs";import k from"./components/sortable-item.mjs";import{useMergedItems as N}from"./hooks/use-merged-items.mjs";const b=g((function({defaultItems:g,items:b,itemKey:j="id",className:S,style:D,orientation:w="vertical",useOverlay:C=!0,restrictStrategy:E="parent",onChange:I,...K}){const[L,O]=N(g,b,I),V=r(i(m)),q=y((()=>u(j)?j:e=>e[j]),[j]),[z,A]=v(),B=h((({active:e})=>{A(L[e.data.current.index])}),[L]),F=h((({active:e,over:t})=>{t&&e.id!==t.id&&O((r=>c(r,e.data.current.index,t.data.current.index)))}),[O]),G=L.map((e=>q(e))),{itemClassName:H,itemStyle:J,disabled:M,...P}=K;return e(o,{collisionDetection:a,sensors:V,modifiers:["parent"===E?n:d],onDragEnd:F,onDragStart:B,children:e(l,{items:G,strategy:"vertical"===w?p:f,children:t("div",{className:S,style:D,children:[L.map(((t,r)=>{const i=q(t);return e(k,{item:t,itemIndex:r,itemKey:i,...K},i)})),C&&e(s,{className:H,style:J,wrapperElement:"div",modifiers:["parent"===E?n:d],children:z&&e(x,{item:z,...P})})]})})})}));b.displayName="VefSortableList";export{b as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
package/esm/vef-space/props.mjs
DELETED
package/esm/vef-spin/props.mjs
DELETED
package/esm/vef-status/props.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{VefError as t,isString as r,isNullish as a,isEqual as l}from"@vef-framework/shared";import{useMemo as i,memo as m}from"react";import u from"../../../vef-text/index.mjs";import{useComputedValues as n}from"../../hooks/use-computed-values.mjs";const c=m((function({value:l,record:m,rowIndex:c,columnProps:f}){if("Boolean"!==f.type)throw new t(-1,"Column type must be Boolean");const{defaultValue:d,trueText:s="是",falseText:p="否",bold:w,italic:x,color:h,width:V}=f,[b,k,v]=n([{key:"bold",rawValue:w,defaultValue:!1},{key:"italic",rawValue:x,defaultValue:!1},{key:"color",rawValue:h}],l,m,c),y=i((()=>r(v)?v:v?!a(l)&&Object.hasOwn(v,l)?v[l]:v["*"]:void 0),[v,l]),j=i((()=>l?l?s:p:d),[l,s,p,d]),B=i((()=>{if(V)return o({maxWidth:`${V}px !important`})}),[V]);return e(u,{bold:b,color:y,css:B,italic:k,children:j})}),l);export{c as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{VefError as t,isString as r,isNullish as a}from"@vef-framework/shared";import{useMemo as i}from"react";import l from"../../../vef-text/index.mjs";import{useComputedValues as m}from"../../hooks/use-computed-values.mjs";const u="Name";function c({value:c,record:n,rowIndex:s,columnProps:d}){if("DataDictionary"!==d.type)throw new t(-1,"Column type must be DataDictionary");const{name:f,defaultValue:p,ellipsis:w,bold:h,italic:x,color:y,width:V}=d,[b,k,v]=m([{key:"bold",rawValue:h,defaultValue:!1},{key:"italic",rawValue:x,defaultValue:!1},{key:"color",rawValue:y}],c,n,s),$=i((()=>r(v)?v:v?!a(c)&&Object.hasOwn(v,c)?v[c]:v["*"]:void 0),[v,c]),j=i((()=>a(c)||a(n[`${f}${u}`])?p:n[`${f}${u}`]),[c,n,f,p]),D=i((()=>{if(V)return o({maxWidth:`${V}px !important`})}),[V]);return e(l,{bold:b,color:$,css:D,ellipsis:w,italic:k,children:j})}export{c as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{VefError as r,isString as t,isNullish as i}from"@vef-framework/shared";import{useMemo as l}from"react";import a from"../../../vef-tag/index.mjs";import m from"../../../vef-text/index.mjs";import{useComputedValues as n}from"../../hooks/use-computed-values.mjs";const c="Name",s=o({color:"inherit",fontSize:"inherit"});function u({value:u,record:d,rowIndex:f,columnProps:p}){if("Enum"!==p.type)throw new r(-1,"Column type must be Enum");const{name:h,defaultValue:w,showAsTag:x=!0,bold:b,italic:v,ellipsis:V,color:j,width:k}=p,[y,$,g]=n([{key:"bold",rawValue:b,defaultValue:!1},{key:"italic",rawValue:v,defaultValue:!1},{key:"color",rawValue:j}],u,d,f),E=l((()=>t(g)?g:g?!i(u)&&Object.hasOwn(g,u)?g[u]:g["*"]:void 0),[g,u]),O=l((()=>i(u)||i(d[`${h}${c}`])?w:d[`${h}${c}`]),[u,d,h,w]),z=l((()=>{if(k)return o({maxWidth:`${k}px !important`})}),[k]);return x?e(a,{color:E,children:e(m,{bold:y,css:s,italic:$,children:O})}):e(m,{bold:y,color:E,css:z,ellipsis:V,italic:$,children:O})}export{u as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{VefError as r,isNullish as t}from"@vef-framework/shared";import{useMemo as a}from"react";import l from"../../../vef-text/index.mjs";import{useComputedValues as i}from"../../hooks/use-computed-values.mjs";const m=/Id$/;function u({value:u,record:c,rowIndex:n,columnProps:s}){if("Id"!==s.type)throw new r(-1,"Column type must be Id");const{name:d,defaultValue:f,ellipsis:p,bold:w,italic:x,color:h,width:V}=s,[k,y,b]=i([{key:"bold",rawValue:w,defaultValue:!1},{key:"italic",rawValue:x,defaultValue:!1},{key:"color",rawValue:h}],u,c,n),v=a((()=>{const e=d.replace(m,"Name");return t(u)||t(c[e])?f:c[e]}),[u,c,d,f]),I=a((()=>{if(V)return o({maxWidth:`${V}px !important`})}),[V]);return e(l,{bold:k,color:b,css:I,ellipsis:p,italic:y,children:v})}export{u as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import m from"./bool.mjs";import o from"./code.mjs";import r from"./data-dictionary.mjs";import t from"./enum.mjs";import i from"./file.mjs";import e from"./icon.mjs";import p from"./id.mjs";import s from"./image.mjs";import f from"./markdown.mjs";import j from"./number.mjs";import n from"./render.mjs";import a from"./rich-text.mjs";import d from"./text.mjs";import"./props.mjs";const c={Text:d,Number:j,Enum:t,Boolean:m,DataDictionary:r,Id:p,Render:n,Markdown:f,Icon:e,File:i,RichText:a,Image:s,Code:o};export{c as columnComponents};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{VefError as o,isNullish as t}from"@vef-framework/shared";import{useMemo as a}from"react";import m from"../../../vef-text/index.mjs";import{useComputedValues as l}from"../../hooks/use-computed-values.mjs";import{useDisplayValue as u}from"../../hooks/use-display-value.mjs";function i({value:i,record:f,rowIndex:s,columnProps:d}){if("Number"!==d.type)throw new o(-1,"Column type must be Number");const{defaultValue:p,formatter:c,prefix:n,suffix:x,bold:w,italic:h,color:V,width:b}=d,k=u(i,f,s,{defaultValue:p,formatter:c,prefix:n,suffix:x}),[y,v,j]=l([{key:"bold",rawValue:w,defaultValue:!1},{key:"italic",rawValue:h,defaultValue:!1},{key:"color",rawValue:V}],i,f,s),N=a((()=>{if(b)return r({maxWidth:`${b}px !important`})}),[b]);return t(k)?null:e(m,{bold:y,color:j,css:N,italic:v,children:k})}export{i as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";function r({value:r}){return e("span",{children:r})}export{r as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{VefError as r,isNullish as t}from"@vef-framework/shared";import{useMemo as l}from"react";import i from"../../../vef-text/index.mjs";import{useComputedValues as a}from"../../hooks/use-computed-values.mjs";import{useDisplayValue as m}from"../../hooks/use-display-value.mjs";function u({value:u,record:f,rowIndex:s,columnProps:p}){if("Text"!==p.type)throw new r(-1,"Column type must be Text");const{defaultValue:c,formatter:d,prefix:n,suffix:x,ellipsis:w,bold:y,italic:h,color:V,copyable:b,width:k}=p,[v,j,T]=a([{key:"bold",rawValue:y,defaultValue:!1},{key:"italic",rawValue:h,defaultValue:!1},{key:"color",rawValue:V}],u,f,s),C=m(u,f,s,{defaultValue:c,formatter:d,prefix:n,suffix:x}),I=l((()=>{if(k)return o({maxWidth:`${k}px !important`})}),[k]);return t(C)?null:e(i,{bold:v,color:T,copyable:b,css:I,ellipsis:w,ellipsisTip:w?C:void 0,italic:j,children:C})}export{u as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as o}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{themeVariables as m}from"@vef-framework/shared";import{SettingsIcon as t}from"lucide-react";import{memo as e}from"react";import i from"../../vef-icon/index.mjs";import{useTableContextSelector as c}from"../hooks/use-table-context.mjs";const a=r`
|
|
3
|
-
color: ${m.colorPrimary};
|
|
4
|
-
`,n=e((()=>{const r=c((o=>o.columnConfigMapHasChanged));return o(i,{css:r?a:void 0,children:o(t,{})})}),(()=>!1));export{n as default};
|
|
5
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{useDeepCompareMemo as e}from"@vef-framework/hooks";import{computeValue as r}from"../helper.mjs";function o(o,t,u,m,a=!1){const f=e((()=>o.reduce(((e,o)=>{const{key:a,rawValue:f,defaultValue:n}=o,c=r(f,t,u,m,n);return e[a]=c,e}),{})),[u,m,t,o]);return a?o.reduce(((e,{key:r})=>(e[r]=f[r],e)),{}):o.map((({key:e})=>f[e]))}export{o as useComputedValues};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as o}from"@emotion/react/jsx-runtime";import{useAuthorizedItems as t}from"@vef-framework/hooks";import{isEqual as e}from"@vef-framework/shared";import{useMemo as r}from"react";import n from"../components/columns-settings.mjs";import i from"../components/operation-buttons.mjs";import m from"../components/settings-icon.mjs";import{useOperationColumnWidth as s}from"./use-operation-column-width.mjs";function p({showRowNumber:p,operationButtons:u,maxVisibleOperationButtons:f,size:l}){const a=r((()=>{if(p)return{key:"_rowNumber",title:"#",align:"center",fixed:"left",width:48,shouldCellUpdate:()=>!1,render:(o,t,e)=>e+1}}),[p]),d=t(u??[]),c=s(d,f??3,l);return{rowNumberColumn:a,operationColumn:r((()=>{if(d&&d.length>0)return{key:"_operationButtons",title:"操作",align:"center",fixed:"right",filterIcon:()=>o(m,{}),filterDropdown:()=>o(n,{}),width:c,shouldCellUpdate:(o,t)=>!e(o,t),render:(t,e,r)=>o(i,{maxVisibleOperationButtons:f??3,operationButtons:d,record:e,rowIndex:r})}}),[d,f,c])}}export{p as useHelperColumns};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{useState as e,useMemo as a}from"react";import{defaultPageSizeOptions as i}from"../../vef-pagination/props.mjs";function r(r,p){const[n,o]=e({page:1,size:i[2]}),s=a((()=>{if(r)return(e,a)=>{o({page:e,size:a})}}),[r,o]);return{paginationProps:a((()=>{if(r)return{pageNumber:n.page,pageSize:n.size,size:"small"===p?"small":"medium",onChange:s}}),[s,r,n.page,n.size,p]),paginationParams:n}}export{r as usePaginationProps};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{isFunction as e}from"@vef-framework/shared";import{useMemo as o}from"react";import{useSelectedRows as t}from"./use-selected-rows.mjs";function l({rowKey:l,selectedKeys:c,defaultSelectedKeys:s,selectable:n,enableRowClick:r,enableRowClickForSelection:i,multipleSelection:d=!0,showSelectAllCheckbox:a=!0,disabledSelection:f,onRowSelect:u,onRowDeselect:w,onRowSelectionChange:S}){const{selectedKeys:h,selectedRecords:R,onChange:p}=t({selectedKeys:c,defaultSelectedKeys:s,onRowSelectionChange:S}),y=o((()=>{if(r&&i)return o=>{const t=e(l)?l(o):o[l];if(h.includes(t)){if(!d)return;const c=h.filter((e=>e!==t)),s=R.current.filter((o=>(e(l)?l(o):o[l])!==t));p(c,s),w?.(t,o)}else{const e=[t];d&&e.push(...h);const l=[o];d&&l.push(...R.current),p(e,l),u?.(t,o)}}}),[r,i,d,p,w,u,l,h,R]);return{rowSelectionConfig:o((()=>{if(!n)return;return{fixed:!0,hideSelectAll:!a,preserveSelectedRowKeys:!1,selectedRowKeys:h,type:d?"checkbox":"radio",getCheckboxProps:e(f)?e=>({disabled:f(e)}):void 0,onChange:(e,o)=>{p(e,o)},onSelect:e(u)||e(w)?(o,t)=>{const c=e(l)?l(o):o[l];t?u?.(c,o):w?.(c,o)}:void 0}}),[n,a,h,d,f,u,w,p,l]),handleRowClickSelection:y,selectedKeys:h,selectedRecords:R}}export{l as useRowSelectionConfig};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";import{isNumber as r,isEqual as t}from"@vef-framework/shared";import{useMemo as o}from"react";import{columnComponents as n}from"../components/columns/index.mjs";function m(m,i,d){return o((()=>{const o=[],a=m.map((o=>{const{title:m,show:i,sort:d,fixed:a,dependentColumnNames:p,...s}=o,u=r(d)?{multiple:d}:!!d||void 0,l=n[o.type];return{key:s.name,dataIndex:s.name,title:m||s.name,fixed:a,hidden:!(i??1),sorter:u,align:s.align,width:s.width,shouldCellUpdate:(e,r)=>!t(p.map((r=>e[r])),p.map((e=>r[e]))),render:(r,t,o)=>e(l,{columnProps:s,record:t,rowIndex:o,value:r})}}));return i&&o.push(i),o.push(...a),d&&o.push(d),o}),[m,i,d])}export{m as useTableColumns};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
package/esm/vef-table/props.mjs
DELETED
package/esm/vef-table/types.mjs
DELETED
package/esm/vef-tabs/index.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
|
|
2
|
-
import{jsx as t}from"@emotion/react/jsx-runtime";import{Tabs as i}from"antd";import"../internal/index.mjs";import{convertBasicSizeToUiSize as r}from"../internal/utils.mjs";const e={inkBar:!0,tabPane:!0},m=({size:m,...n})=>t(i,{animated:e,size:r(m),...n});export{m as VefTabs,m as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
package/esm/vef-tabs/props.mjs
DELETED