@vef-framework/components 1.0.91 → 1.0.94
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 +2 -2
- package/es/internal/base.css.js +3 -0
- package/es/internal/chart.js +1 -1
- package/es/internal/index.js +1 -1
- package/es/internal/modern-normalize.css.js +1 -1
- package/es/internal/utils.js +1 -1
- package/es/vef-access-denied/access-denied-icon.js +1 -1
- package/es/vef-access-denied/index.js +1 -1
- package/es/vef-action-buttons/index.js +1 -1
- package/es/vef-approval-flow-editor/components/edge.js +8 -0
- package/es/vef-approval-flow-editor/components/label-value.js +19 -0
- package/es/vef-approval-flow-editor/components/node-content.js +18 -0
- package/es/vef-approval-flow-editor/components/node-selector.js +14 -0
- package/es/vef-approval-flow-editor/components/node-toolbar.js +3 -0
- package/es/vef-approval-flow-editor/components/nodes/approval.js +3 -0
- package/es/vef-approval-flow-editor/components/nodes/condition.js +3 -0
- package/es/vef-approval-flow-editor/components/nodes/end.js +3 -0
- package/es/vef-approval-flow-editor/components/nodes/handle.js +3 -0
- package/es/vef-approval-flow-editor/components/nodes/index.js +3 -0
- package/es/vef-approval-flow-editor/components/nodes/submit.js +3 -0
- package/es/vef-approval-flow-editor/components/selector-content.js +26 -0
- package/es/vef-approval-flow-editor/components/source-handle.js +3 -0
- package/es/vef-approval-flow-editor/components/target-handle.js +3 -0
- package/es/vef-approval-flow-editor/constants.js +3 -0
- package/es/vef-approval-flow-editor/helper.js +3 -0
- package/es/vef-approval-flow-editor/hooks/use-edges-interaction.js +3 -0
- package/es/vef-approval-flow-editor/hooks/use-element-selection.js +3 -0
- package/es/vef-approval-flow-editor/hooks/use-nodes-interaction.js +3 -0
- package/es/vef-approval-flow-editor/index.js +3 -0
- package/es/vef-approval-flow-editor/models/edge-node.js +3 -0
- package/es/vef-approval-flow-editor/models/flow-node.js +3 -0
- package/es/vef-approval-flow-editor/store.js +3 -0
- package/es/vef-approval-flow-editor/styles.js +43 -0
- package/es/vef-approval-flow-editor/types.js +3 -0
- package/es/vef-area-chart/index.js +1 -1
- package/es/vef-auto-sizer/index.js +1 -1
- package/es/vef-avatar/index.js +1 -1
- package/es/vef-avatar-group/index.js +1 -1
- package/es/vef-badge/index.js +1 -1
- package/es/vef-bar-chart/index.js +1 -1
- package/es/vef-bool/hooks/use-bool-instance.js +1 -1
- package/es/vef-bool/index.js +1 -1
- package/es/vef-breadcrumb/index.js +1 -1
- package/es/vef-button/components/base-button.js +1 -1
- package/es/vef-button/index.js +1 -1
- package/es/vef-card/index.js +1 -1
- package/es/vef-card-meta/index.js +1 -1
- package/es/vef-chart-container/hooks/use-chart-container-context.js +1 -1
- package/es/vef-chart-container/index.js +1 -1
- package/es/vef-chart-legend-content/index.js +1 -1
- package/es/vef-chart-tooltip-content/index.js +1 -1
- package/es/vef-checkbox/hooks/use-checkbox-instance.js +1 -1
- package/es/vef-checkbox/hooks/use-data-options.js +1 -1
- package/es/vef-checkbox/index.js +1 -1
- package/es/vef-col/index.js +1 -1
- package/es/vef-color-picker/index.js +1 -1
- package/es/vef-compact/index.js +1 -1
- package/es/vef-config-provider/global-style.js +1 -1
- package/es/vef-config-provider/hooks/use-ui-config.js +1 -1
- package/es/vef-config-provider/index.js +1 -1
- package/es/vef-config-provider/store.js +1 -1
- package/es/vef-container/index.js +1 -1
- package/es/vef-crud-page/components/crud-actions.js +1 -1
- package/es/vef-crud-page/components/crud-filter.js +1 -1
- package/es/vef-crud-page/components/crud-footer.js +1 -1
- package/es/vef-crud-page/components/crud-form-modal.js +1 -1
- package/es/vef-crud-page/components/crud-header.js +1 -1
- package/es/vef-crud-page/components/crud-table.js +1 -1
- package/es/vef-crud-page/hooks/use-action-buttons.js +1 -1
- package/es/vef-crud-page/hooks/use-crud-context.js +1 -1
- package/es/vef-crud-page/hooks/use-crud-schema.js +1 -1
- package/es/vef-crud-page/hooks/use-operation-buttons.js +1 -1
- package/es/vef-crud-page/index.js +1 -1
- package/es/vef-crud-page/store.js +1 -1
- package/es/vef-divider/index.js +1 -1
- package/es/vef-drawer/components/action-button-wrapper.js +1 -1
- package/es/vef-drawer/components/button-props.js +1 -1
- package/es/vef-drawer/components/cancel-action-button.js +1 -1
- package/es/vef-drawer/components/ok-action-button.js +1 -1
- package/es/vef-drawer/context.js +1 -1
- package/es/vef-drawer/index.js +1 -1
- package/es/vef-dropdown/index.js +1 -1
- package/es/vef-dynamic-icon/index.js +1 -1
- package/es/vef-dynamic-icon/props.js +1 -1
- package/es/vef-empty/index.js +1 -1
- package/es/vef-empty-placeholder/index.js +1 -1
- package/es/vef-error/error-icon.js +1 -1
- package/es/vef-error/index.js +1 -1
- package/es/vef-filter/components/action-buttons.js +1 -1
- package/es/vef-filter/components/advanced-filter.js +1 -1
- package/es/vef-filter/components/basic-filter.js +1 -1
- package/es/vef-filter/components/fields/index.js +1 -1
- package/es/vef-filter/components/fields/input-number.js +1 -1
- package/es/vef-filter/components/fields/input.js +1 -1
- package/es/vef-filter/components/fields/radio.js +1 -1
- package/es/vef-filter/components/fields/select.js +1 -1
- package/es/vef-filter/components/fields/tree-select.js +1 -1
- package/es/vef-filter/components/filter-field.js +1 -1
- package/es/vef-filter/components/filter-item.js +1 -1
- package/es/vef-filter/event.js +1 -1
- package/es/vef-filter/helper.js +1 -1
- package/es/vef-filter/hooks/use-action-handlers.js +1 -1
- package/es/vef-filter/hooks/use-computed-values.js +1 -1
- package/es/vef-filter/hooks/use-filter-context.js +1 -1
- package/es/vef-filter/hooks/use-filter-initialization.js +1 -1
- package/es/vef-filter/hooks/use-filter-instance.js +1 -1
- package/es/vef-filter/hooks/use-filter-items.js +1 -1
- package/es/vef-filter/hooks/use-filter-values-change.js +1 -1
- package/es/vef-filter/hooks/use-label-config.js +1 -1
- package/es/vef-filter/index.js +1 -1
- package/es/vef-filter/store.js +1 -1
- package/es/vef-flex/index.js +1 -1
- package/es/vef-float-button/index.js +1 -1
- package/es/vef-float-button-group/index.js +1 -1
- package/es/vef-form/components/fields/icon-select.js +1 -1
- package/es/vef-form/components/fields/index.js +1 -1
- package/es/vef-form/components/fields/input-number.js +1 -1
- package/es/vef-form/components/fields/input.js +1 -1
- package/es/vef-form/components/fields/password.js +1 -1
- package/es/vef-form/components/fields/radio.js +1 -1
- package/es/vef-form/components/fields/select.js +1 -1
- package/es/vef-form/components/fields/textarea.js +1 -1
- package/es/vef-form/components/fields/tree-select.js +1 -1
- package/es/vef-form/components/form-actions.js +1 -1
- package/es/vef-form/components/form-content.js +1 -1
- package/es/vef-form/components/form-field.js +1 -1
- package/es/vef-form/components/form-group.js +1 -1
- package/es/vef-form/components/form-hidden-item.js +1 -1
- package/es/vef-form/components/form-item.js +1 -1
- package/es/vef-form/components/form-row.js +1 -1
- package/es/vef-form/event.js +1 -1
- package/es/vef-form/helper.js +1 -1
- package/es/vef-form/hooks/use-action-handlers.js +1 -1
- package/es/vef-form/hooks/use-columns-layout.js +1 -1
- package/es/vef-form/hooks/use-computed-values.js +1 -1
- package/es/vef-form/hooks/use-form-context.js +1 -1
- package/es/vef-form/hooks/use-form-initialization.js +1 -1
- package/es/vef-form/hooks/use-form-instance.js +1 -1
- package/es/vef-form/hooks/use-form-values-change.js +1 -1
- package/es/vef-form/hooks/use-label-width.js +1 -1
- package/es/vef-form/index.js +1 -1
- package/es/vef-form/store.js +1 -1
- package/es/vef-form/validation-rules.js +1 -1
- package/es/vef-form-drawer/index.js +1 -1
- package/es/vef-form-modal/index.js +1 -1
- package/es/vef-generic-select/index.js +1 -1
- package/es/vef-grid/index.js +1 -1
- package/es/vef-grid/props.js +1 -1
- package/es/vef-grid-item/index.js +1 -1
- package/es/vef-icon/index.js +2 -2
- package/es/vef-icon-select/index.js +1 -1
- package/es/vef-input/hooks/use-input-instance.js +1 -1
- package/es/vef-input/index.js +1 -1
- package/es/vef-input-number/hooks/use-input-number-instance.js +1 -1
- package/es/vef-input-number/index.js +1 -1
- package/es/vef-layout/common-styles.js +1 -1
- package/es/vef-layout/components/content.js +1 -1
- package/es/vef-layout/components/font-size.js +1 -1
- package/es/vef-layout/components/fullscreen.js +1 -1
- package/es/vef-layout/components/header-action-icons.js +1 -1
- package/es/vef-layout/components/header-content.js +1 -1
- package/es/vef-layout/components/header.js +1 -1
- package/es/vef-layout/components/icon-boy.js +1 -1
- package/es/vef-layout/components/icon-girl.js +1 -1
- package/es/vef-layout/components/icon-menu-fold-left.js +1 -1
- package/es/vef-layout/components/icon-menu-unfold-left.js +1 -1
- package/es/vef-layout/components/menu-groups.js +1 -1
- package/es/vef-layout/components/message.js +1 -1
- package/es/vef-layout/components/search.js +1 -1
- package/es/vef-layout/components/sider.js +1 -1
- package/es/vef-layout/components/title.js +1 -1
- package/es/vef-layout/components/user-avatar.js +1 -1
- package/es/vef-layout/hooks/use-layout-context.js +1 -1
- package/es/vef-layout/index.js +1 -1
- package/es/vef-layout/logo.svg.js +1 -1
- package/es/vef-layout/store.js +1 -1
- package/es/vef-line-chart/index.js +1 -1
- package/es/vef-loading-placeholder/index.js +1 -1
- package/es/vef-login/index.js +1 -1
- package/es/vef-login/login-icon.js +1 -1
- package/es/vef-menu/index.js +1 -1
- package/es/vef-modal/components/action-button-wrapper.js +1 -1
- package/es/vef-modal/components/button-props.js +1 -1
- package/es/vef-modal/components/cancel-action-button.js +1 -1
- package/es/vef-modal/components/ok-action-button.js +1 -1
- package/es/vef-modal/context.js +1 -1
- package/es/vef-modal/index.js +1 -1
- package/es/vef-not-found/index.js +1 -1
- package/es/vef-not-found/not-found-icon.js +1 -1
- package/es/vef-page/index.js +1 -1
- package/es/vef-pagination/index.js +1 -1
- package/es/vef-pagination/props.js +1 -1
- package/es/vef-paragraph/index.js +1 -1
- package/es/vef-password/hooks/use-password-instance.js +1 -1
- package/es/vef-password/index.js +1 -1
- package/es/vef-pie-chart/index.js +1 -1
- package/es/vef-popconfirm/index.js +1 -1
- package/es/vef-popover/index.js +2 -2
- package/es/vef-radio/hooks/use-data-options.js +1 -1
- package/es/vef-radio/hooks/use-radio-instance.js +1 -1
- package/es/vef-radio/index.js +1 -1
- package/es/vef-rate/hooks/use-rate-instance.js +1 -1
- package/es/vef-rate/index.js +1 -1
- package/es/vef-responsive-container/index.js +1 -1
- package/es/vef-responsive-item/index.js +1 -1
- package/es/vef-ribbon/index.js +1 -1
- package/es/vef-row/index.js +1 -1
- package/es/vef-scroll-area/components/scrollbar.js +1 -1
- package/es/vef-scroll-area/index.js +1 -1
- package/es/vef-select/components/option.js +1 -1
- package/es/vef-select/hooks/use-data-options.js +1 -1
- package/es/vef-select/hooks/use-field-names.js +1 -1
- package/es/vef-select/hooks/use-render-label.js +1 -1
- package/es/vef-select/hooks/use-render-option.js +1 -1
- package/es/vef-select/hooks/use-select-instance.js +1 -1
- package/es/vef-select/index.js +1 -1
- package/es/vef-slider/hooks/use-slider-instance.js +1 -1
- package/es/vef-slider/index.js +1 -1
- package/es/vef-sortable-list/components/overlay-item.js +1 -1
- package/es/vef-sortable-list/components/sortable-item.js +1 -1
- package/es/vef-sortable-list/hooks/use-merged-items.js +1 -1
- package/es/vef-sortable-list/index.js +1 -1
- package/es/vef-space/index.js +1 -1
- package/es/vef-spin/index.js +1 -1
- package/es/vef-splitter/index.js +1 -1
- package/es/vef-splitter-panel/index.js +1 -1
- package/es/vef-status/index.js +1 -1
- package/es/vef-table/components/columns/bool.js +1 -1
- package/es/vef-table/components/columns/code.js +1 -1
- package/es/vef-table/components/columns/data-dictionary.js +1 -1
- package/es/vef-table/components/columns/enum.js +1 -1
- package/es/vef-table/components/columns/file.js +1 -1
- package/es/vef-table/components/columns/icon.js +1 -1
- package/es/vef-table/components/columns/id.js +1 -1
- package/es/vef-table/components/columns/image.js +1 -1
- package/es/vef-table/components/columns/index.js +1 -1
- package/es/vef-table/components/columns/markdown.js +1 -1
- package/es/vef-table/components/columns/number.js +1 -1
- package/es/vef-table/components/columns/render.js +1 -1
- package/es/vef-table/components/columns/rich-text.js +1 -1
- package/es/vef-table/components/columns/text.js +1 -1
- package/es/vef-table/components/columns-settings.js +1 -1
- package/es/vef-table/components/operation-buttons.js +1 -1
- package/es/vef-table/components/settings-icon.js +1 -1
- package/es/vef-table/components/table-footer.js +1 -1
- package/es/vef-table/helper.js +1 -1
- package/es/vef-table/hooks/use-computed-batch-buttons.js +1 -1
- package/es/vef-table/hooks/use-computed-columns.js +1 -1
- package/es/vef-table/hooks/use-computed-values.js +1 -1
- package/es/vef-table/hooks/use-data.js +1 -1
- package/es/vef-table/hooks/use-default-column-configs.js +1 -1
- package/es/vef-table/hooks/use-display-value.js +1 -1
- package/es/vef-table/hooks/use-helper-columns.js +1 -1
- package/es/vef-table/hooks/use-operation-column-width.js +1 -1
- package/es/vef-table/hooks/use-pagination-props.js +1 -1
- package/es/vef-table/hooks/use-row-props.js +1 -1
- package/es/vef-table/hooks/use-row-selection-config.js +1 -1
- package/es/vef-table/hooks/use-selected-rows.js +1 -1
- package/es/vef-table/hooks/use-table-columns.js +1 -1
- package/es/vef-table/hooks/use-table-context.js +1 -1
- package/es/vef-table/hooks/use-table-instance.js +1 -1
- package/es/vef-table/hooks/use-table-summary.js +1 -1
- package/es/vef-table/hooks/use-table-width.js +1 -1
- package/es/vef-table/index.js +1 -1
- package/es/vef-table/store.js +1 -1
- package/es/vef-tabs/index.js +1 -1
- package/es/vef-tag/index.js +1 -1
- package/es/vef-temporal-picker/helper.js +1 -1
- package/es/vef-temporal-picker/hooks/use-dayjs-value.js +1 -1
- package/es/vef-temporal-picker/hooks/use-temporal-limit.js +1 -1
- package/es/vef-temporal-picker/hooks/use-temporal-picker-instance.js +1 -1
- package/es/vef-temporal-picker/index.js +1 -1
- package/es/vef-temporal-range-picker/helper.js +1 -1
- package/es/vef-temporal-range-picker/hooks/use-dayjs-values.js +1 -1
- package/es/vef-temporal-range-picker/hooks/use-temporal-limit.js +1 -1
- package/es/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.js +1 -1
- package/es/vef-temporal-range-picker/index.js +1 -1
- package/es/vef-temporal-range-picker/props.js +1 -1
- package/es/vef-text/index.js +1 -1
- package/es/vef-textarea/hooks/use-textarea-instance.js +1 -1
- package/es/vef-textarea/index.js +1 -1
- package/es/vef-title/index.js +1 -1
- package/es/vef-tooltip/index.js +1 -1
- package/es/vef-tree-select/hooks/use-change-handler.js +1 -1
- package/es/vef-tree-select/hooks/use-data-options.js +1 -1
- package/es/vef-tree-select/hooks/use-tree-select-instance.js +1 -1
- package/es/vef-tree-select/index.js +1 -1
- package/es/vef-virtual-grid/index.js +1 -1
- package/es/vef-virtual-list/index.js +1 -1
- package/lib/index.cjs +2 -2
- package/lib/internal/base.css.cjs +3 -0
- package/lib/internal/chart.cjs +1 -1
- package/lib/internal/index.cjs +1 -1
- package/lib/internal/modern-normalize.css.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-approval-flow-editor/components/edge.cjs +8 -0
- package/lib/vef-approval-flow-editor/components/label-value.cjs +19 -0
- package/lib/vef-approval-flow-editor/components/node-content.cjs +18 -0
- package/lib/vef-approval-flow-editor/components/node-selector.cjs +14 -0
- package/lib/vef-approval-flow-editor/components/node-toolbar.cjs +3 -0
- package/lib/vef-approval-flow-editor/components/nodes/approval.cjs +3 -0
- package/lib/vef-approval-flow-editor/components/nodes/condition.cjs +3 -0
- package/lib/vef-approval-flow-editor/components/nodes/end.cjs +3 -0
- package/lib/vef-approval-flow-editor/components/nodes/handle.cjs +3 -0
- package/lib/vef-approval-flow-editor/components/nodes/index.cjs +3 -0
- package/lib/vef-approval-flow-editor/components/nodes/submit.cjs +3 -0
- package/lib/vef-approval-flow-editor/components/selector-content.cjs +26 -0
- package/lib/vef-approval-flow-editor/components/source-handle.cjs +3 -0
- package/lib/vef-approval-flow-editor/components/target-handle.cjs +3 -0
- package/lib/vef-approval-flow-editor/constants.cjs +3 -0
- package/lib/vef-approval-flow-editor/helper.cjs +3 -0
- package/lib/vef-approval-flow-editor/hooks/use-edges-interaction.cjs +3 -0
- package/lib/vef-approval-flow-editor/hooks/use-element-selection.cjs +3 -0
- package/lib/vef-approval-flow-editor/hooks/use-nodes-interaction.cjs +3 -0
- package/lib/vef-approval-flow-editor/index.cjs +3 -0
- package/lib/vef-approval-flow-editor/models/edge-node.cjs +3 -0
- package/lib/vef-approval-flow-editor/models/flow-node.cjs +3 -0
- package/lib/vef-approval-flow-editor/props.cjs +3 -0
- package/lib/vef-approval-flow-editor/store.cjs +3 -0
- package/lib/vef-approval-flow-editor/styles.cjs +43 -0
- package/lib/vef-approval-flow-editor/types.cjs +3 -0
- package/lib/vef-area-chart/index.cjs +1 -1
- package/lib/vef-area-chart/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-bar-chart/index.cjs +1 -1
- package/lib/vef-bar-chart/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-breadcrumb/index.cjs +1 -1
- package/lib/vef-breadcrumb/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-chart-container/hooks/use-chart-container-context.cjs +1 -1
- package/lib/vef-chart-container/index.cjs +1 -1
- package/lib/vef-chart-container/props.cjs +1 -1
- package/lib/vef-chart-legend-content/index.cjs +1 -1
- package/lib/vef-chart-legend-content/props.cjs +1 -1
- package/lib/vef-chart-tooltip-content/index.cjs +1 -1
- package/lib/vef-chart-tooltip-content/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/global-style.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/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/fields/radio.cjs +1 -1
- package/lib/vef-filter/components/fields/select.cjs +1 -1
- package/lib/vef-filter/components/fields/tree-select.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/icon-select.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/password.cjs +1 -1
- package/lib/vef-form/components/fields/props.cjs +1 -1
- package/lib/vef-form/components/fields/radio.cjs +1 -1
- package/lib/vef-form/components/fields/select.cjs +1 -1
- package/lib/vef-form/components/fields/textarea.cjs +1 -1
- package/lib/vef-form/components/fields/tree-select.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 +2 -2
- 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/common-styles.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/icon-boy.cjs +1 -1
- package/lib/vef-layout/components/icon-girl.cjs +1 -1
- package/lib/vef-layout/components/icon-menu-fold-left.cjs +1 -1
- package/lib/vef-layout/components/icon-menu-unfold-left.cjs +1 -1
- package/lib/vef-layout/components/menu-groups.cjs +1 -1
- package/lib/vef-layout/components/message.cjs +1 -1
- package/lib/vef-layout/components/search.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/hooks/use-layout-context.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-line-chart/index.cjs +1 -1
- package/lib/vef-line-chart/props.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-pie-chart/index.cjs +1 -1
- package/lib/vef-pie-chart/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 +2 -2
- 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 +13 -10
- package/types/index.d.ts +1 -0
- package/types/internal/chart.d.ts +1 -1
- package/types/vef-access-denied/access-denied-icon.d.ts +1 -1
- package/types/vef-action-buttons/index.d.ts +1 -1
- package/types/vef-approval-flow-editor/components/edge.d.ts +4 -0
- package/types/vef-approval-flow-editor/components/label-value.d.ts +10 -0
- package/types/vef-approval-flow-editor/components/node-content.d.ts +9 -0
- package/types/vef-approval-flow-editor/components/node-selector.d.ts +12 -0
- package/types/vef-approval-flow-editor/components/node-toolbar.d.ts +8 -0
- package/types/vef-approval-flow-editor/components/nodes/approval.d.ts +3 -0
- package/types/vef-approval-flow-editor/components/nodes/condition.d.ts +3 -0
- package/types/vef-approval-flow-editor/components/nodes/end.d.ts +3 -0
- package/types/vef-approval-flow-editor/components/nodes/handle.d.ts +3 -0
- package/types/vef-approval-flow-editor/components/nodes/index.d.ts +15 -0
- package/types/vef-approval-flow-editor/components/nodes/submit.d.ts +3 -0
- package/types/vef-approval-flow-editor/components/selector-content.d.ts +16 -0
- package/types/vef-approval-flow-editor/components/source-handle.d.ts +2 -0
- package/types/vef-approval-flow-editor/components/target-handle.d.ts +2 -0
- package/types/vef-approval-flow-editor/constants.d.ts +15 -0
- package/types/vef-approval-flow-editor/helper.d.ts +31 -0
- package/types/vef-approval-flow-editor/hooks/use-edges-interaction.d.ts +11 -0
- package/types/vef-approval-flow-editor/hooks/use-element-selection.d.ts +9 -0
- package/types/vef-approval-flow-editor/hooks/use-nodes-interaction.d.ts +5 -0
- package/types/vef-approval-flow-editor/index.d.ts +5 -0
- package/types/vef-approval-flow-editor/models/edge-node.d.ts +32 -0
- package/types/vef-approval-flow-editor/models/flow-node.d.ts +106 -0
- package/types/vef-approval-flow-editor/props.d.ts +5 -0
- package/types/vef-approval-flow-editor/store.d.ts +25 -0
- package/types/vef-approval-flow-editor/styles.d.ts +2 -0
- package/types/vef-approval-flow-editor/types.d.ts +73 -0
- package/types/vef-bool/hooks/use-bool-instance.d.ts +1 -1
- package/types/vef-button/components/base-button.d.ts +1 -1
- package/types/vef-chart-container/hooks/use-chart-container-context.d.ts +1 -1
- package/types/vef-checkbox/hooks/use-checkbox-instance.d.ts +1 -1
- package/types/vef-checkbox/hooks/use-data-options.d.ts +1 -1
- package/types/vef-checkbox/index.d.ts +2 -2
- package/types/vef-config-provider/hooks/use-ui-config.d.ts +2 -2
- package/types/vef-config-provider/store.d.ts +1 -1
- package/types/vef-crud-page/components/crud-filter.d.ts +2 -2
- package/types/vef-crud-page/components/crud-footer.d.ts +2 -2
- package/types/vef-crud-page/components/crud-header.d.ts +1 -1
- package/types/vef-crud-page/components/crud-table.d.ts +1 -1
- package/types/vef-crud-page/hooks/use-action-buttons.d.ts +1 -1
- package/types/vef-crud-page/hooks/use-crud-schema.d.ts +1 -1
- package/types/vef-crud-page/hooks/use-operation-buttons.d.ts +1 -1
- package/types/vef-crud-page/index.d.ts +1 -1
- package/types/vef-crud-page/store.d.ts +1 -1
- package/types/vef-drawer/components/action-button-wrapper.d.ts +1 -1
- package/types/vef-drawer/context.d.ts +1 -1
- package/types/vef-drawer/index.d.ts +1 -1
- package/types/vef-dropdown/index.d.ts +2 -2
- package/types/vef-dynamic-icon/index.d.ts +1 -1
- package/types/vef-dynamic-icon/props.d.ts +1 -1
- package/types/vef-error/error-icon.d.ts +1 -1
- package/types/vef-filter/components/action-buttons.d.ts +1 -1
- package/types/vef-filter/components/advanced-filter.d.ts +1 -1
- package/types/vef-filter/components/basic-filter.d.ts +1 -1
- package/types/vef-filter/components/fields/input-number.d.ts +1 -1
- package/types/vef-filter/components/fields/input.d.ts +1 -1
- package/types/vef-filter/components/fields/radio.d.ts +1 -1
- package/types/vef-filter/components/fields/select.d.ts +1 -1
- package/types/vef-filter/components/fields/tree-select.d.ts +1 -1
- package/types/vef-filter/components/filter-field.d.ts +2 -2
- package/types/vef-filter/components/filter-item.d.ts +2 -2
- package/types/vef-filter/event.d.ts +1 -1
- package/types/vef-filter/helper.d.ts +1 -1
- package/types/vef-filter/hooks/use-action-handlers.d.ts +1 -1
- package/types/vef-filter/hooks/use-computed-values.d.ts +1 -1
- package/types/vef-filter/hooks/use-filter-initialization.d.ts +1 -1
- package/types/vef-filter/hooks/use-filter-instance.d.ts +1 -1
- package/types/vef-filter/hooks/use-filter-values-change.d.ts +1 -1
- package/types/vef-filter/index.d.ts +2 -2
- package/types/vef-filter/store.d.ts +1 -1
- package/types/vef-form/components/fields/icon-select.d.ts +1 -1
- package/types/vef-form/components/fields/input-number.d.ts +1 -1
- package/types/vef-form/components/fields/input.d.ts +1 -1
- package/types/vef-form/components/fields/password.d.ts +1 -1
- package/types/vef-form/components/fields/radio.d.ts +1 -1
- package/types/vef-form/components/fields/select.d.ts +1 -1
- package/types/vef-form/components/fields/textarea.d.ts +1 -1
- package/types/vef-form/components/fields/tree-select.d.ts +1 -1
- package/types/vef-form/components/form-actions.d.ts +2 -2
- package/types/vef-form/components/form-content.d.ts +1 -1
- package/types/vef-form/components/form-field.d.ts +2 -2
- package/types/vef-form/components/form-group.d.ts +2 -2
- package/types/vef-form/components/form-item.d.ts +1 -1
- package/types/vef-form/components/form-row.d.ts +1 -1
- package/types/vef-form/event.d.ts +1 -1
- package/types/vef-form/helper.d.ts +1 -1
- package/types/vef-form/hooks/use-action-handlers.d.ts +1 -1
- package/types/vef-form/hooks/use-columns-layout.d.ts +1 -1
- package/types/vef-form/hooks/use-computed-values.d.ts +1 -1
- package/types/vef-form/hooks/use-form-initialization.d.ts +1 -1
- package/types/vef-form/hooks/use-form-instance.d.ts +1 -1
- package/types/vef-form/hooks/use-form-values-change.d.ts +1 -1
- package/types/vef-form/index.d.ts +2 -2
- package/types/vef-form/store.d.ts +1 -1
- package/types/vef-form/validation-rules.d.ts +1 -1
- package/types/vef-form-drawer/index.d.ts +3 -3
- package/types/vef-form-modal/index.d.ts +3 -3
- package/types/vef-icon/props.d.ts +6 -2
- package/types/vef-input/hooks/use-input-instance.d.ts +1 -1
- package/types/vef-input-number/hooks/use-input-number-instance.d.ts +1 -1
- package/types/vef-layout/components/icon-boy.d.ts +1 -1
- package/types/vef-layout/components/icon-girl.d.ts +1 -1
- package/types/vef-layout/hooks/use-layout-context.d.ts +1 -1
- package/types/vef-layout/store.d.ts +1 -1
- package/types/vef-login/login-icon.d.ts +1 -1
- package/types/vef-menu/index.d.ts +1 -1
- package/types/vef-modal/components/action-button-wrapper.d.ts +1 -1
- package/types/vef-modal/context.d.ts +1 -1
- package/types/vef-not-found/not-found-icon.d.ts +1 -1
- package/types/vef-pagination/index.d.ts +1 -1
- package/types/vef-password/hooks/use-password-instance.d.ts +1 -1
- package/types/vef-pie-chart/index.d.ts +1 -1
- package/types/vef-popover/props.d.ts +6 -2
- package/types/vef-radio/hooks/use-data-options.d.ts +1 -1
- package/types/vef-radio/hooks/use-radio-instance.d.ts +1 -1
- package/types/vef-radio/index.d.ts +2 -2
- package/types/vef-rate/hooks/use-rate-instance.d.ts +1 -1
- package/types/vef-select/components/option.d.ts +1 -1
- package/types/vef-select/hooks/use-data-options.d.ts +1 -1
- package/types/vef-select/hooks/use-render-option.d.ts +1 -1
- package/types/vef-select/hooks/use-select-instance.d.ts +1 -1
- package/types/vef-select/index.d.ts +2 -2
- package/types/vef-slider/hooks/use-slider-instance.d.ts +1 -1
- package/types/vef-sortable-list/hooks/use-merged-items.d.ts +1 -1
- package/types/vef-sortable-list/index.d.ts +2 -2
- package/types/vef-table/components/columns/bool.d.ts +1 -1
- package/types/vef-table/components/columns/data-dictionary.d.ts +1 -1
- package/types/vef-table/components/columns/enum.d.ts +1 -1
- package/types/vef-table/components/columns/id.d.ts +1 -1
- package/types/vef-table/components/columns/image.d.ts +1 -1
- package/types/vef-table/components/columns/number.d.ts +1 -1
- package/types/vef-table/components/columns/render.d.ts +1 -1
- package/types/vef-table/components/columns/text.d.ts +1 -1
- package/types/vef-table/components/operation-buttons.d.ts +1 -1
- package/types/vef-table/components/table-footer.d.ts +3 -3
- package/types/vef-table/helper.d.ts +1 -1
- package/types/vef-table/hooks/use-data.d.ts +1 -1
- package/types/vef-table/hooks/use-display-value.d.ts +1 -1
- package/types/vef-table/hooks/use-helper-columns.d.ts +1 -1
- package/types/vef-table/hooks/use-operation-column-width.d.ts +1 -1
- package/types/vef-table/hooks/use-row-selection-config.d.ts +1 -1
- package/types/vef-table/hooks/use-table-columns.d.ts +1 -1
- package/types/vef-table/hooks/use-table-context.d.ts +1 -1
- package/types/vef-table/hooks/use-table-instance.d.ts +1 -1
- package/types/vef-table/hooks/use-table-summary.d.ts +2 -2
- package/types/vef-table/index.d.ts +2 -2
- package/types/vef-table/store.d.ts +1 -1
- package/types/vef-temporal-picker/hooks/use-dayjs-value.d.ts +2 -2
- package/types/vef-temporal-picker/hooks/use-temporal-limit.d.ts +3 -3
- package/types/vef-temporal-picker/hooks/use-temporal-picker-instance.d.ts +1 -1
- package/types/vef-temporal-picker/index.d.ts +1 -1
- package/types/vef-temporal-range-picker/hooks/use-dayjs-values.d.ts +3 -3
- package/types/vef-temporal-range-picker/hooks/use-temporal-limit.d.ts +3 -3
- package/types/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.d.ts +1 -1
- package/types/vef-temporal-range-picker/index.d.ts +2 -2
- package/types/vef-textarea/hooks/use-textarea-instance.d.ts +1 -1
- package/types/vef-tree-select/hooks/use-change-handler.d.ts +1 -1
- package/types/vef-tree-select/hooks/use-data-options.d.ts +1 -1
- package/types/vef-tree-select/hooks/use-tree-select-instance.d.ts +1 -1
- package/types/vef-tree-select/index.d.ts +2 -2
- package/types/vef-virtual-grid/index.d.ts +1 -1
- package/types/vef-virtual-list/index.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { Handler, ObjectType } from "@vef-framework/shared";
|
|
2
|
+
import type { FC } from "react";
|
|
3
3
|
import type { VefFormProps } from "../props";
|
|
4
4
|
import type { FormScene, FormSchema } from "../types";
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ObjectType, StringKey } from "@vef-framework/shared";
|
|
2
2
|
import type { FormScene } from "../types";
|
|
3
|
-
import {
|
|
3
|
+
import type { VefFormFieldProps } from "./fields";
|
|
4
4
|
declare function VefFormField<Values extends ObjectType, Key extends StringKey<Values>, Scene extends FormScene>(props: VefFormFieldProps<Values, Key, Scene>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
5
5
|
export default VefFormField;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { ObjectType, StringKey } from "@vef-framework/shared";
|
|
2
|
+
import type { FC, ReactNode, RefAttributes } from "react";
|
|
3
3
|
import type { FormGroup, FormScene } from "../types";
|
|
4
4
|
/**
|
|
5
5
|
* The props of the form group.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { Handler, Mapper, ObjectType } from "@vef-framework/shared";
|
|
1
2
|
import type { FormProps } from "antd";
|
|
2
|
-
import { type Handler, type Mapper, type ObjectType } from "@vef-framework/shared";
|
|
3
3
|
import type { VefFormProps } from "../props";
|
|
4
4
|
import type { FormScene, FormSchema, FormVirtualKey } from "../types";
|
|
5
5
|
type SubmitFailedHandler<Values extends ObjectType> = NonNullable<FormProps<Values>["onFinishFailed"]>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { KeyValue, ObjectType, StringKey } from "@vef-framework/shared";
|
|
2
2
|
import type { FormColumn, FormLayoutMode, FormScene } from "../types";
|
|
3
3
|
/**
|
|
4
4
|
* Get the layout of the columns.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ObjectType } from "@vef-framework/shared";
|
|
2
2
|
import type { FormComputedType, FormScene } from "../types";
|
|
3
3
|
type ExtractValueType<T> = T extends {
|
|
4
4
|
rawValue: FormComputedType<any, any, infer ComputedValue>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { BiConsumer, MaybeNull, ObjectType, StringKey } from "@vef-framework/shared";
|
|
2
2
|
import type { FormContext, FormScene, FormSchema } from "../types";
|
|
3
3
|
/**
|
|
4
4
|
* Initialize the form values.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { AnyValue, ObjectType, ObjectValue } from "@vef-framework/shared";
|
|
2
|
+
import type { FC, ReactNode, RefAttributes } from "react";
|
|
3
3
|
import type { VefFormInstance, VefFormProps } from "./props";
|
|
4
4
|
import type { FormActionButtonConfig, FormColumn, FormContext, FormGroup, FormItem, FormLabelAlign, FormLabelPosition, FormLayoutMode, FormRow, FormScene, FormSchema, FormTabsUse, FormValidationRule, FormVirtualKey } from "./types";
|
|
5
5
|
declare const VefForm: (<Values extends ObjectType = ObjectValue, Result = AnyValue, Scene extends FormScene = FormScene, Schema extends FormSchema<Values, Scene> = FormSchema<Values, Scene>, VirtualKeys extends FormVirtualKey<Schema> = FormVirtualKey<Schema>>(props: VefFormProps<Values, Result, Scene, Schema, VirtualKeys> & RefAttributes<VefFormInstance<Values>>) => ReactNode) & Pick<FC, "displayName">;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { BiConsumer, BiConsumerOptional, ChildrenProps, Consumer, MaybeNull, ObjectType, Provider, StringKey } from "@vef-framework/shared";
|
|
1
2
|
import type { FormInstance } from "antd";
|
|
2
|
-
import { type BiConsumer, type BiConsumerOptional, type ChildrenProps, type Consumer, type MaybeNull, type ObjectType, type Provider, type StringKey } from "@vef-framework/shared";
|
|
3
3
|
import type { FormEventBus } from "./event";
|
|
4
4
|
import type { FormContext, FormScene, FormValues } from "./types";
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { AnyValue, ObjectType, ObjectValue, StringKey } from "@vef-framework/shared";
|
|
1
2
|
import type { ReactElement } from "react";
|
|
2
|
-
import { type AnyValue, type ObjectType, type ObjectValue, type StringKey } from "@vef-framework/shared";
|
|
3
3
|
import type { FormScene, FormValidationRule } from "./types";
|
|
4
4
|
type MessageType = string | ReactElement;
|
|
5
5
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { AnyValue, ObjectType, ObjectValue } from "@vef-framework/shared";
|
|
2
|
+
import type { FC } from "react";
|
|
3
|
+
import type { FormScene, FormSchema } from "../vef-form";
|
|
3
4
|
import type { FormVirtualKey } from "../vef-form/types";
|
|
4
5
|
import type { VefFormDrawerProps } from "./props";
|
|
5
|
-
import { type FormScene, type FormSchema } from "../vef-form";
|
|
6
6
|
declare function VefFormDrawerBase<Values extends ObjectType = ObjectValue, Result = AnyValue, Scene extends FormScene = FormScene, Schema extends FormSchema<Values, Scene> = FormSchema<Values, Scene>, VirtualKeys extends FormVirtualKey<Schema> = FormVirtualKey<Schema>>({ title, open, closable, closeOnMaskClick, closeOnEscPress, destroyOnClose, cancelOnClose, placement, expansionSize, loading, extra, cancelButtonText, actions, onClose, onCancel, onAfterClose, onAfterOpen, submissionButtonText, disabled, ...formProps }: VefFormDrawerProps<Values, Result, Scene, Schema, VirtualKeys>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
7
7
|
declare const VefFormDrawer: typeof VefFormDrawerBase & Pick<FC, "displayName">;
|
|
8
8
|
export type { VefFormDrawerProps };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { AnyValue, ObjectType, ObjectValue } from "@vef-framework/shared";
|
|
2
|
+
import type { FC } from "react";
|
|
3
|
+
import type { FormScene, FormSchema } from "../vef-form";
|
|
3
4
|
import type { FormVirtualKey } from "../vef-form/types";
|
|
4
5
|
import type { VefFormModalProps } from "./props";
|
|
5
|
-
import { type FormScene, type FormSchema } from "../vef-form";
|
|
6
6
|
declare function VefFormModalBase<Values extends ObjectType = ObjectValue, Result = AnyValue, Scene extends FormScene = FormScene, Schema extends FormSchema<Values, Scene> = FormSchema<Values, Scene>, VirtualKeys extends FormVirtualKey<Schema> = FormVirtualKey<Schema>>({ submissionButtonText, actions, title, open, closable, closeOnMaskClick, closeOnEscPress, destroyOnClose, cancelOnClose, width, loading, cancelButtonText, onClose, onCancel, onAfterOpen, onAfterClose, disabled, ...formProps }: VefFormModalProps<Values, Result, Scene, Schema, VirtualKeys>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
7
7
|
declare const VefFormModal: typeof VefFormModalBase & Pick<FC, "displayName">;
|
|
8
8
|
export type { VefFormModalProps };
|
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
import type { IconComponentProps } from "@ant-design/icons/lib/components/Icon";
|
|
2
|
-
import type { Except, Size } from "@vef-framework/shared";
|
|
2
|
+
import type { ColorType, Except, Size } from "@vef-framework/shared";
|
|
3
3
|
import type { ReactElement } from "react";
|
|
4
4
|
/**
|
|
5
5
|
* The props of VefIcon component.
|
|
6
6
|
*/
|
|
7
|
-
export interface VefIconProps extends Except<IconComponentProps, "component" | "size" | "children"> {
|
|
7
|
+
export interface VefIconProps extends Except<IconComponentProps, "component" | "size" | "color" | "children"> {
|
|
8
8
|
/**
|
|
9
9
|
* The size of the icon.
|
|
10
10
|
*/
|
|
11
11
|
size?: Exclude<Size, "tiny">;
|
|
12
|
+
/**
|
|
13
|
+
* The color of the icon.
|
|
14
|
+
*/
|
|
15
|
+
color?: ColorType;
|
|
12
16
|
/**
|
|
13
17
|
* The icon component.
|
|
14
18
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { GetRef, InputNumber } from "antd";
|
|
2
|
-
import {
|
|
2
|
+
import type { ForwardedRef, RefObject } from "react";
|
|
3
3
|
import type { VefInputNumberInstance } from "../props";
|
|
4
4
|
type InputNumberRef = GetRef<typeof InputNumber>;
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
2
|
declare function SvgIconBoy(props: SVGProps<SVGSVGElement>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
3
3
|
declare const Memo: import("react").MemoExoticComponent<typeof SvgIconBoy>;
|
|
4
4
|
export default Memo;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
2
|
declare function SvgIconGirl(props: SVGProps<SVGSVGElement>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
3
3
|
declare const Memo: import("react").MemoExoticComponent<typeof SvgIconGirl>;
|
|
4
4
|
export default Memo;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
2
|
declare function SvgLoginIcon(props: SVGProps<SVGSVGElement>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
3
3
|
declare const Memo: import("react").MemoExoticComponent<typeof SvgLoginIcon>;
|
|
4
4
|
export default Memo;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { MenuItem } from "@vef-framework/shared";
|
|
2
2
|
import type { VefMenuProps } from "./props";
|
|
3
3
|
declare function VefMenu<T extends readonly MenuItem[] = readonly MenuItem[]>({ defaultOpenedKeys, openedKeys, orientation, inlineCollapsed, inlineIndent, inlineExpansion, items, selectable, deselectable, multiple, defaultSelectedKeys, selectedKeys, appearance, onClick, onChange, onSelect, onDeselect, }: VefMenuProps<T>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
4
|
export type { VefMenuProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
2
|
declare function SvgNotFoundIcon(props: SVGProps<SVGSVGElement>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
3
3
|
declare const Memo: import("react").MemoExoticComponent<typeof SvgNotFoundIcon>;
|
|
4
4
|
export default Memo;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { VefPaginationProps } from "./props";
|
|
2
2
|
declare function VefPaginationBase({ defaultPageNumber, defaultPageSize, pageNumber, pageSize, total, size, pageSizeOptions, allowChangePageSize, showTotal, compact, allowQuickJump, onChange, ...restProps }: VefPaginationProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
3
3
|
declare const VefPagination: import("react").MemoExoticComponent<typeof VefPaginationBase>;
|
|
4
4
|
export type { VefPaginationProps };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { GetRef } from "antd";
|
|
2
2
|
import type Password from "antd/es/input/Password";
|
|
3
|
-
import {
|
|
3
|
+
import type { ForwardedRef, RefObject } from "react";
|
|
4
4
|
import type { VefPasswordInstance } from "../props";
|
|
5
5
|
type PasswordRef = GetRef<typeof Password>;
|
|
6
6
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { StringKey } from "@vef-framework/shared";
|
|
2
2
|
import type { VefPieChartProps } from "./props";
|
|
3
3
|
declare function VefPieChartBase<T extends object, X extends StringKey<T> = StringKey<T>, N extends StringKey<T> = StringKey<T>>({ config, data, dataKey, nameKey, valueFormatter, innerRadius, }: VefPieChartProps<T, X, N>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
4
|
declare const VefPieChart: typeof VefPieChartBase;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Consumer } from "@vef-framework/shared";
|
|
2
2
|
import type { PopoverProps } from "antd";
|
|
3
|
-
import type { ReactNode } from "react";
|
|
3
|
+
import type { CSSProperties, ReactNode } from "react";
|
|
4
4
|
/**
|
|
5
5
|
* The trigger mode of the popover.
|
|
6
6
|
*/
|
|
@@ -8,7 +8,7 @@ export type PopoverTrigger = "hover" | "click" | "focus";
|
|
|
8
8
|
/**
|
|
9
9
|
* The props of the VefPopover component.
|
|
10
10
|
*/
|
|
11
|
-
export interface VefPopoverProps extends Pick<PopoverProps, "placement" | "children"> {
|
|
11
|
+
export interface VefPopoverProps extends Pick<PopoverProps, "placement" | "children" | "className" | "style"> {
|
|
12
12
|
/**
|
|
13
13
|
* The title of the popover.
|
|
14
14
|
*/
|
|
@@ -17,6 +17,10 @@ export interface VefPopoverProps extends Pick<PopoverProps, "placement" | "child
|
|
|
17
17
|
* The content of the popover.
|
|
18
18
|
*/
|
|
19
19
|
content: ReactNode;
|
|
20
|
+
/**
|
|
21
|
+
* The style of the popover content.
|
|
22
|
+
*/
|
|
23
|
+
contentStyle?: CSSProperties;
|
|
20
24
|
/**
|
|
21
25
|
* The trigger mode of the popover.
|
|
22
26
|
* @default "click"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { DataOption, EmptyObject, Except, NormalizedDataOption, ObjectType, PureDataOption } from "@vef-framework/shared";
|
|
2
2
|
import type { VefRadioProps } from "../props";
|
|
3
3
|
/**
|
|
4
4
|
* The hook to use data options.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { DataOption, NormalizedDataOption } from "@vef-framework/shared";
|
|
2
|
-
import {
|
|
2
|
+
import type { ForwardedRef } from "react";
|
|
3
3
|
import type { VefRadioInstance } from "../props";
|
|
4
4
|
/**
|
|
5
5
|
* The hook to get the instance of the radio.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { DataOption, EmptyObject, ObjectType } from "@vef-framework/shared";
|
|
2
|
+
import type { FC, ReactNode, RefAttributes } from "react";
|
|
3
3
|
import type { VefRadioInstance, VefRadioProps } from "./props";
|
|
4
4
|
declare const VefRadio: (<T extends DataOption<T>, P extends ObjectType = EmptyObject, R = T[]>(props: VefRadioProps<T, P, R> & RefAttributes<VefRadioInstance<T>>) => ReactNode) & Pick<FC, "displayName">;
|
|
5
5
|
export type { VefRadioInstance, VefRadioProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { DataOption, EmptyObject, Except, ObjectType, PureDataOption } from "@vef-framework/shared";
|
|
2
2
|
import type { VefSelectProps } from "../props";
|
|
3
3
|
/**
|
|
4
4
|
* The hook to use data options.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { DataOption, MaybeArray, NormalizedDataOption, PureDataOption } from "@vef-framework/shared";
|
|
1
2
|
import type { SelectProps } from "antd";
|
|
2
|
-
import { type DataOption, type MaybeArray, type NormalizedDataOption, type PureDataOption } from "@vef-framework/shared";
|
|
3
3
|
import type { VefSelectProps } from "../props";
|
|
4
4
|
type RenderOption<T extends DataOption<T>> = NonNullable<SelectProps<MaybeArray<string>, NormalizedDataOption<T>>["optionRender"]>;
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { DataOption, NormalizedDataOption } from "@vef-framework/shared";
|
|
2
|
-
import {
|
|
2
|
+
import type { ForwardedRef } from "react";
|
|
3
3
|
import type { VefSelectInstance } from "../props";
|
|
4
4
|
/**
|
|
5
5
|
* The hook to get the instance of the select.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { DataOption, EmptyObject, ObjectType, PureDataOption } from "@vef-framework/shared";
|
|
2
|
+
import type { FC, ReactNode, RefAttributes } from "react";
|
|
3
3
|
import type { VefSelectInstance, VefSelectProps } from "./props";
|
|
4
4
|
declare const VefSelect: (<T extends DataOption<T> = PureDataOption, P extends ObjectType = EmptyObject, R = T[], KK extends string = "keyword", VK extends string = "ids", FP extends ObjectType = EmptyObject>(props: VefSelectProps<T, P, R, KK, VK, FP> & RefAttributes<VefSelectInstance<T>>) => ReactNode) & Pick<FC, "displayName">;
|
|
5
5
|
export type { VefSelectInstance, VefSelectProps };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { ObjectType, ObjectValue } from "@vef-framework/shared";
|
|
2
|
+
import type { FC } from "react";
|
|
3
3
|
import type { VefSortableListProps } from "./props";
|
|
4
4
|
declare function VefSortableListBase<T extends ObjectType = ObjectValue>({ defaultItems, items, itemKey, className, style, orientation, useOverlay, restrictStrategy, onChange, ...restProps }: VefSortableListProps<T>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
5
5
|
declare const VefSortableList: typeof VefSortableListBase & Pick<FC, "displayName">;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ObjectType, StringKey } from "@vef-framework/shared";
|
|
2
2
|
import type { TableColumnProps } from "./props";
|
|
3
3
|
declare function Bool<T extends ObjectType, K extends StringKey<T>>({ value, record, rowIndex, columnProps, }: TableColumnProps<T, K>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
4
|
declare const BoolMemo: typeof Bool;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ObjectType, StringKey } from "@vef-framework/shared";
|
|
2
2
|
import type { TableColumnProps } from "./props";
|
|
3
3
|
declare function DataDictionary<T extends ObjectType, K extends StringKey<T>>({ value, record, rowIndex, columnProps, }: TableColumnProps<T, K>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
4
|
export default DataDictionary;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ObjectType, StringKey } from "@vef-framework/shared";
|
|
2
2
|
import type { TableColumnProps } from "./props";
|
|
3
3
|
declare function Enum<T extends ObjectType, K extends StringKey<T>>({ value, record, rowIndex, columnProps, }: TableColumnProps<T, K>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
4
|
export default Enum;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ObjectType, StringKey } from "@vef-framework/shared";
|
|
2
2
|
import type { TableColumnProps } from "./props";
|
|
3
3
|
declare function Id<T extends ObjectType, K extends StringKey<T>>({ value, record, rowIndex, columnProps, }: TableColumnProps<T, K>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
4
|
export default Id;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ObjectType, StringKey } from "@vef-framework/shared";
|
|
2
2
|
import type { TableColumnProps } from "./props";
|
|
3
3
|
declare function Image<T extends ObjectType, K extends StringKey<T>>({ value, }: TableColumnProps<T, K>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
4
|
export default Image;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ObjectType, StringKey } from "@vef-framework/shared";
|
|
2
2
|
import type { TableColumnProps } from "./props";
|
|
3
3
|
declare function NumberColumn<T extends ObjectType, K extends StringKey<T>>({ value, record, rowIndex, columnProps, }: TableColumnProps<T, K>): import("@emotion/react/jsx-runtime").JSX.Element | null;
|
|
4
4
|
export default NumberColumn;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ObjectType, StringKey } from "@vef-framework/shared";
|
|
2
2
|
import type { TableColumnProps } from "./props";
|
|
3
3
|
declare function Render<T extends ObjectType, K extends StringKey<T>>({ value, record, rowIndex, columnProps, }: TableColumnProps<T, K>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
4
|
export default Render;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ObjectType, StringKey } from "@vef-framework/shared";
|
|
2
2
|
import type { TableColumnProps } from "./props";
|
|
3
3
|
declare function Text<T extends ObjectType, K extends StringKey<T>>({ value, record, rowIndex, columnProps, }: TableColumnProps<T, K>): import("@emotion/react/jsx-runtime").JSX.Element | null;
|
|
4
4
|
export default Text;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ActionButton, ObjectType } from "@vef-framework/shared";
|
|
2
2
|
import type { OperationButtonContext } from "../types";
|
|
3
3
|
export interface VefOperationButtonsProps<T extends ObjectType, C extends ObjectType> {
|
|
4
4
|
/**
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { ComputedActionButton } from "@vef-framework/hooks";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import type { ObjectType } from "@vef-framework/shared";
|
|
3
|
+
import type { FC } from "react";
|
|
4
|
+
import type { VefPaginationProps } from "../../vef-pagination";
|
|
4
5
|
import type { VefTableProps } from "../props";
|
|
5
6
|
import type { BatchActionButtonContext } from "../types";
|
|
6
|
-
import { type VefPaginationProps } from "../../vef-pagination";
|
|
7
7
|
/**
|
|
8
8
|
* The props of the table footer.
|
|
9
9
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { MaybeUndefined, ObjectType, PaginationParams, Provider, QueryConfig, QueryRefetchResult } from "@vef-framework/shared";
|
|
2
2
|
/**
|
|
3
3
|
* The hook to get the data of VefTable.
|
|
4
4
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { MaybeUndefined, ObjectType } from "@vef-framework/shared";
|
|
2
2
|
import type { VefTableProps } from "../props";
|
|
3
3
|
export declare function useHelperColumns<T extends ObjectType, C extends ObjectType>({ showRowNumber, operationButtons, maxVisibleOperationButtons, size, }: Pick<VefTableProps<T, any, any, C>, "showRowNumber" | "operationButtons" | "maxVisibleOperationButtons" | "size">): {
|
|
4
4
|
rowNumberColumn: MaybeUndefined<import("antd").TableColumnGroupType<T> | import("antd").TableColumnType<T>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { ObjectType } from "@vef-framework/shared";
|
|
1
2
|
import type { TableColumnsType, TableColumnType } from "antd";
|
|
2
|
-
import { type ObjectType } from "@vef-framework/shared";
|
|
3
3
|
import type { TableColumn } from "../types";
|
|
4
4
|
/**
|
|
5
5
|
* Hook to convert table columns to antd table columns
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { Mapper, ObjectType } from "@vef-framework/shared";
|
|
2
2
|
import type { InternalTableContext } from "../types";
|
|
3
3
|
declare const TableContextProvider: import("react").ComponentType<{
|
|
4
4
|
value: InternalTableContext<any, any>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ObjectType, Provider, QueryRefetchResult } from "@vef-framework/shared";
|
|
2
|
-
import {
|
|
2
|
+
import type { ForwardedRef } from "react";
|
|
3
3
|
import type { VefTableInstance } from "../props";
|
|
4
4
|
/**
|
|
5
5
|
* The hook to get the instance of VefTable.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { Mapper, MaybeUndefined, ObjectType } from "@vef-framework/shared";
|
|
2
|
+
import type { ReactNode } from "react";
|
|
3
3
|
import type { TableColumn } from "../types";
|
|
4
4
|
/**
|
|
5
5
|
* Hook to build summary from columns.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { EmptyObject, ObjectType, ObjectValue } from "@vef-framework/shared";
|
|
2
|
+
import type { FC, ReactNode, RefAttributes } from "react";
|
|
3
3
|
import type { VefTableInstance, VefTableProps } from "./props";
|
|
4
4
|
import type { BatchActionButtonContext, OperationButtonContext, TableColumn, TableColumnFixed, TableContext, TableRowContext, TableSchema } from "./types";
|
|
5
5
|
declare const VefTable: (<T extends ObjectType = ObjectValue, P extends ObjectType = EmptyObject, R = T, C extends ObjectType = EmptyObject>(props: VefTableProps<T, P, R, C> & RefAttributes<VefTableInstance<T>>) => ReactNode) & Pick<FC, "displayName">;
|