@vef-framework/components 1.0.50 → 1.0.51
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/index.js +1 -1
- package/es/internal/modern-normalize.css.js +3 -0
- 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 +2 -2
- package/es/vef-action-buttons/index.js +1 -1
- package/es/vef-auto-sizer/index.js +1 -1
- package/es/vef-avatar/index.js +2 -2
- package/es/vef-avatar-group/index.js +2 -2
- package/es/vef-badge/index.js +2 -2
- package/es/vef-bool/hooks/use-bool-instance.js +1 -1
- package/es/vef-bool/index.js +2 -2
- 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 +2 -2
- package/es/vef-card-meta/index.js +2 -2
- 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 +2 -2
- package/es/vef-color-picker/index.js +2 -2
- package/es/vef-compact/index.js +2 -2
- package/es/vef-config-provider/global-style.js +77 -66
- package/es/vef-config-provider/hooks/use-ui-config.js +1 -1
- package/es/vef-config-provider/index.js +3 -3
- package/es/vef-config-provider/store.js +1 -1
- package/es/vef-container/index.js +2 -2
- 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 +2 -2
- package/es/vef-drawer/components/action-button-wrapper.js +2 -2
- package/es/vef-drawer/components/button-props.js +1 -1
- package/es/vef-drawer/components/cancel-action-button.js +2 -2
- package/es/vef-drawer/components/ok-action-button.js +2 -2
- package/es/vef-drawer/context.js +1 -1
- package/es/vef-drawer/index.js +2 -2
- package/es/vef-dropdown/index.js +1 -1
- package/es/vef-dynamic-icon/index.js +2 -2
- package/es/vef-dynamic-icon/props.js +1 -1
- package/es/vef-empty/index.js +2 -2
- package/es/vef-empty-placeholder/index.js +4 -4
- package/es/vef-error/error-icon.js +1 -1
- package/es/vef-error/index.js +2 -2
- 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/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 +2 -2
- package/es/vef-float-button/index.js +2 -2
- package/es/vef-float-button-group/index.js +2 -2
- 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/form-actions.js +1 -1
- package/es/vef-form/components/form-content.js +2 -2
- 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 +2 -2
- package/es/vef-grid/props.js +1 -1
- package/es/vef-grid-item/index.js +2 -2
- package/es/vef-icon/index.js +1 -1
- package/es/vef-icon-select/index.js +5 -5
- package/es/vef-input/hooks/use-input-instance.js +1 -1
- package/es/vef-input/index.js +2 -2
- package/es/vef-input-number/hooks/use-input-number-instance.js +1 -1
- package/es/vef-input-number/index.js +2 -2
- package/es/vef-layout/common-styles.js +1 -1
- package/es/vef-layout/components/content.js +2 -2
- package/es/vef-layout/components/font-size.js +2 -2
- package/es/vef-layout/components/fullscreen.js +2 -2
- package/es/vef-layout/components/header-action-icons.js +3 -3
- package/es/vef-layout/components/header-content.js +2 -2
- package/es/vef-layout/components/header.js +3 -3
- 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 +13 -13
- package/es/vef-layout/components/message.js +2 -2
- package/es/vef-layout/components/search.js +2 -2
- package/es/vef-layout/components/sider.js +2 -2
- package/es/vef-layout/components/title.js +4 -4
- package/es/vef-layout/components/user-avatar.js +3 -3
- package/es/vef-layout/hooks/use-layout-context.js +1 -1
- package/es/vef-layout/index.js +3 -3
- package/es/vef-layout/logo.svg.js +1 -1
- package/es/vef-layout/store.js +1 -1
- package/es/vef-loading-placeholder/index.js +4 -4
- package/es/vef-login/index.js +2 -2
- 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 +2 -2
- package/es/vef-modal/components/button-props.js +1 -1
- package/es/vef-modal/components/cancel-action-button.js +2 -2
- package/es/vef-modal/components/ok-action-button.js +2 -2
- package/es/vef-modal/context.js +1 -1
- package/es/vef-modal/index.js +2 -2
- package/es/vef-not-found/index.js +4 -4
- package/es/vef-not-found/not-found-icon.js +1 -1
- package/es/vef-page/index.js +11 -11
- package/es/vef-pagination/index.js +2 -2
- package/es/vef-pagination/props.js +1 -1
- package/es/vef-paragraph/index.js +2 -2
- package/es/vef-password/hooks/use-password-instance.js +1 -1
- package/es/vef-password/index.js +2 -2
- package/es/vef-popconfirm/index.js +2 -2
- 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 +2 -2
- package/es/vef-responsive-container/index.js +1 -1
- package/es/vef-responsive-item/index.js +3 -3
- package/es/vef-ribbon/index.js +2 -2
- package/es/vef-row/index.js +2 -2
- package/es/vef-scroll-area/components/scrollbar.js +1 -1
- package/es/vef-scroll-area/index.js +4 -4
- package/es/vef-select/components/option.js +3 -3
- 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 +2 -2
- 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 +2 -2
- package/es/vef-spin/index.js +2 -2
- package/es/vef-splitter/index.js +2 -2
- package/es/vef-splitter-panel/index.js +2 -2
- package/es/vef-status/index.js +2 -2
- 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 +2 -2
- package/es/vef-table/components/operation-buttons.js +1 -1
- package/es/vef-table/components/settings-icon.js +3 -3
- 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 +2 -2
- package/es/vef-tag/index.js +2 -2
- 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 +2 -2
- package/es/vef-textarea/hooks/use-textarea-instance.js +1 -1
- package/es/vef-textarea/index.js +2 -2
- package/es/vef-title/index.js +3 -3
- package/es/vef-tooltip/index.js +2 -2
- 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/index.cjs +1 -1
- package/lib/internal/modern-normalize.css.cjs +3 -0
- 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 +2 -2
- 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-auto-sizer/index.cjs +1 -1
- package/lib/vef-auto-sizer/props.cjs +1 -1
- package/lib/vef-avatar/index.cjs +2 -2
- package/lib/vef-avatar/props.cjs +1 -1
- package/lib/vef-avatar-group/index.cjs +2 -2
- package/lib/vef-avatar-group/props.cjs +1 -1
- package/lib/vef-badge/index.cjs +2 -2
- 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 +2 -2
- 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 +2 -2
- package/lib/vef-card/props.cjs +1 -1
- package/lib/vef-card-meta/index.cjs +2 -2
- 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 +2 -2
- package/lib/vef-col/props.cjs +1 -1
- package/lib/vef-color-picker/index.cjs +2 -2
- package/lib/vef-color-picker/props.cjs +1 -1
- package/lib/vef-compact/index.cjs +2 -2
- package/lib/vef-compact/props.cjs +1 -1
- package/lib/vef-config-provider/global-style.cjs +78 -67
- package/lib/vef-config-provider/hooks/use-ui-config.cjs +1 -1
- package/lib/vef-config-provider/index.cjs +3 -3
- package/lib/vef-config-provider/props.cjs +1 -1
- package/lib/vef-config-provider/store.cjs +1 -1
- package/lib/vef-container/index.cjs +2 -2
- 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 +2 -2
- package/lib/vef-divider/props.cjs +1 -1
- package/lib/vef-drawer/components/action-button-wrapper.cjs +2 -2
- package/lib/vef-drawer/components/button-props.cjs +1 -1
- package/lib/vef-drawer/components/cancel-action-button.cjs +2 -2
- package/lib/vef-drawer/components/ok-action-button.cjs +2 -2
- package/lib/vef-drawer/context.cjs +1 -1
- package/lib/vef-drawer/index.cjs +2 -2
- 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 +2 -2
- package/lib/vef-dynamic-icon/props.cjs +1 -1
- package/lib/vef-empty/index.cjs +2 -2
- package/lib/vef-empty/props.cjs +1 -1
- package/lib/vef-empty-placeholder/index.cjs +5 -5
- package/lib/vef-empty-placeholder/props.cjs +1 -1
- package/lib/vef-error/error-icon.cjs +1 -1
- package/lib/vef-error/index.cjs +2 -2
- 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 +2 -2
- package/lib/vef-flex/props.cjs +1 -1
- package/lib/vef-float-button/index.cjs +2 -2
- package/lib/vef-float-button/props.cjs +1 -1
- package/lib/vef-float-button-group/index.cjs +2 -2
- 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 +3 -3
- 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 +2 -2
- package/lib/vef-grid/props.cjs +1 -1
- package/lib/vef-grid-item/index.cjs +2 -2
- 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 +11 -11
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- package/lib/vef-layout/components/font-size.cjs +2 -2
- package/lib/vef-layout/components/fullscreen.cjs +2 -2
- package/lib/vef-layout/components/header-action-icons.cjs +3 -3
- package/lib/vef-layout/components/header-content.cjs +2 -2
- package/lib/vef-layout/components/header.cjs +3 -3
- 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 +2 -2
- package/lib/vef-layout/components/message.cjs +2 -2
- package/lib/vef-layout/components/search.cjs +2 -2
- package/lib/vef-layout/components/sider.cjs +2 -2
- package/lib/vef-layout/components/title.cjs +3 -3
- package/lib/vef-layout/components/user-avatar.cjs +8 -8
- package/lib/vef-layout/hooks/use-layout-context.cjs +1 -1
- package/lib/vef-layout/index.cjs +3 -3
- 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 +3 -3
- package/lib/vef-loading-placeholder/props.cjs +1 -1
- package/lib/vef-login/index.cjs +2 -2
- 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 +2 -2
- package/lib/vef-modal/components/button-props.cjs +1 -1
- package/lib/vef-modal/components/cancel-action-button.cjs +2 -2
- package/lib/vef-modal/components/ok-action-button.cjs +2 -2
- package/lib/vef-modal/context.cjs +1 -1
- package/lib/vef-modal/index.cjs +2 -2
- package/lib/vef-modal/props.cjs +1 -1
- package/lib/vef-not-found/index.cjs +10 -10
- 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 +2 -2
- package/lib/vef-page/props.cjs +1 -1
- package/lib/vef-pagination/index.cjs +2 -2
- package/lib/vef-pagination/props.cjs +1 -1
- package/lib/vef-paragraph/index.cjs +2 -2
- 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 +2 -2
- package/lib/vef-password/props.cjs +1 -1
- package/lib/vef-popconfirm/index.cjs +2 -2
- 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 +2 -2
- 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 +3 -3
- package/lib/vef-responsive-item/props.cjs +1 -1
- package/lib/vef-ribbon/index.cjs +2 -2
- package/lib/vef-ribbon/props.cjs +1 -1
- package/lib/vef-row/index.cjs +2 -2
- 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 +2 -2
- package/lib/vef-scroll-area/props.cjs +1 -1
- package/lib/vef-select/components/option.cjs +2 -2
- 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 +2 -2
- 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 +2 -2
- package/lib/vef-space/props.cjs +1 -1
- package/lib/vef-spin/index.cjs +2 -2
- package/lib/vef-spin/props.cjs +1 -1
- package/lib/vef-splitter/index.cjs +2 -2
- package/lib/vef-splitter/props.cjs +1 -1
- package/lib/vef-splitter-panel/index.cjs +2 -2
- package/lib/vef-splitter-panel/props.cjs +1 -1
- package/lib/vef-status/index.cjs +2 -2
- 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 +2 -2
- package/lib/vef-table/components/operation-buttons.cjs +1 -1
- package/lib/vef-table/components/settings-icon.cjs +3 -3
- 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 +2 -2
- package/lib/vef-tabs/props.cjs +1 -1
- package/lib/vef-tag/index.cjs +2 -2
- 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 +2 -2
- 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 +2 -2
- package/lib/vef-textarea/props.cjs +1 -1
- package/lib/vef-title/index.cjs +3 -3
- package/lib/vef-title/props.cjs +1 -1
- package/lib/vef-tooltip/index.cjs +2 -2
- 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 +5 -4
- package/types/vef-access-denied/index.d.ts +1 -2
- package/types/vef-avatar/index.d.ts +1 -2
- package/types/vef-avatar-group/index.d.ts +1 -2
- package/types/vef-badge/index.d.ts +1 -2
- package/types/vef-card/index.d.ts +1 -2
- package/types/vef-card-meta/index.d.ts +1 -2
- package/types/vef-col/index.d.ts +1 -2
- package/types/vef-color-picker/index.d.ts +1 -2
- package/types/vef-compact/index.d.ts +1 -2
- package/types/vef-config-provider/index.d.ts +1 -2
- package/types/vef-container/index.d.ts +1 -2
- package/types/vef-divider/index.d.ts +1 -2
- package/types/vef-drawer/components/action-button-wrapper.d.ts +2 -2
- package/types/vef-drawer/components/cancel-action-button.d.ts +1 -2
- package/types/vef-drawer/components/ok-action-button.d.ts +1 -2
- package/types/vef-drawer/index.d.ts +3 -1
- package/types/vef-empty/index.d.ts +1 -2
- package/types/vef-empty-placeholder/index.d.ts +1 -2
- package/types/vef-error/index.d.ts +1 -2
- package/types/vef-flex/index.d.ts +1 -2
- package/types/vef-float-button/index.d.ts +1 -2
- package/types/vef-float-button-group/index.d.ts +1 -2
- package/types/vef-grid/index.d.ts +1 -2
- package/types/vef-grid-item/index.d.ts +1 -2
- package/types/vef-icon-select/index.d.ts +1 -2
- package/types/vef-layout/components/content.d.ts +2 -1
- package/types/vef-layout/components/font-size.d.ts +1 -2
- package/types/vef-layout/components/fullscreen.d.ts +1 -2
- package/types/vef-layout/components/header-action-icons.d.ts +1 -2
- package/types/vef-layout/components/header-content.d.ts +4 -2
- package/types/vef-layout/components/header.d.ts +2 -1
- package/types/vef-layout/components/menu-groups.d.ts +1 -2
- package/types/vef-layout/components/message.d.ts +1 -2
- package/types/vef-layout/components/search.d.ts +1 -2
- package/types/vef-layout/components/sider.d.ts +2 -1
- package/types/vef-layout/components/title.d.ts +2 -1
- package/types/vef-layout/components/user-avatar.d.ts +1 -2
- package/types/vef-layout/index.d.ts +2 -1
- package/types/vef-loading-placeholder/index.d.ts +1 -2
- package/types/vef-login/index.d.ts +1 -2
- package/types/vef-modal/components/action-button-wrapper.d.ts +2 -2
- package/types/vef-modal/components/cancel-action-button.d.ts +1 -2
- package/types/vef-modal/components/ok-action-button.d.ts +1 -2
- package/types/vef-modal/index.d.ts +2 -1
- package/types/vef-not-found/index.d.ts +1 -2
- package/types/vef-page/index.d.ts +1 -2
- package/types/vef-pagination/index.d.ts +2 -1
- package/types/vef-paragraph/index.d.ts +1 -2
- package/types/vef-ribbon/index.d.ts +1 -2
- package/types/vef-row/index.d.ts +4 -2
- package/types/vef-select/components/option.d.ts +2 -1
- package/types/vef-space/index.d.ts +1 -2
- package/types/vef-spin/index.d.ts +1 -2
- package/types/vef-splitter/index.d.ts +1 -2
- package/types/vef-splitter-panel/index.d.ts +1 -2
- package/types/vef-status/index.d.ts +1 -2
- package/types/vef-table/components/columns-settings.d.ts +2 -1
- package/types/vef-table/components/settings-icon.d.ts +2 -1
- package/types/vef-tabs/index.d.ts +1 -2
- package/types/vef-tag/index.d.ts +1 -2
- package/types/vef-text/index.d.ts +1 -2
- package/types/vef-title/index.d.ts +1 -2
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { type FC } from "react";
|
|
2
1
|
import type { VefFlexProps } from "./props";
|
|
3
|
-
declare
|
|
2
|
+
declare function VefFlex({ gap, ...props }: VefFlexProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
3
|
export type { VefFlexProps };
|
|
5
4
|
export default VefFlex;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { type FC } from "react";
|
|
2
1
|
import type { VefFloatButtonProps } from "./props";
|
|
3
|
-
declare
|
|
2
|
+
declare function VefFloatButton({ appearance, tip, badge, ...restProps }: VefFloatButtonProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
3
|
export type { VefFloatButtonProps };
|
|
5
4
|
export default VefFloatButton;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type { FC } from "react";
|
|
2
1
|
import type { VefFloatButtonGroupProps } from "./props";
|
|
3
|
-
declare
|
|
2
|
+
declare function VefFloatButtonGroup({ collapsable, trigger, ...restProps }: VefFloatButtonGroupProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
3
|
export type { VefFloatButtonGroupProps };
|
|
5
4
|
export default VefFloatButtonGroup;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { type FC } from "react";
|
|
2
1
|
import type { VefGridProps } from "./props";
|
|
3
|
-
declare
|
|
2
|
+
declare function VefGrid({ baseWidth, gap, children, }: VefGridProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
3
|
export type { VefGridProps };
|
|
5
4
|
export default VefGrid;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { type FC } from "react";
|
|
2
1
|
import type { VefGridItemProps } from "./props";
|
|
3
|
-
declare
|
|
2
|
+
declare function VefGridItem({ span, xs, sm, md, lg, xl, xxl, children, }: VefGridItemProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
3
|
export type { VefGridItemProps };
|
|
5
4
|
export default VefGridItem;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { type FC } from "react";
|
|
2
1
|
import type { VefIconSelectProps } from "./props";
|
|
3
|
-
declare
|
|
2
|
+
declare function VefIconSelect({ defaultValue, value, size, placeholder, disabled, clearable, variant, onChange, onClear, }: VefIconSelectProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
3
|
export type { VefIconSelectProps };
|
|
5
4
|
export default VefIconSelect;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import type { ChildrenProps } from "@vef-framework/shared";
|
|
2
|
-
declare
|
|
2
|
+
declare function VefContentBase({ children }: Required<ChildrenProps>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare const VefContent: import("react").MemoExoticComponent<typeof VefContentBase>;
|
|
3
4
|
export default VefContent;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { VefLayoutProps } from "./props";
|
|
2
|
-
declare
|
|
2
|
+
declare function VefLayoutWrapper({ children, ...restProps }: VefLayoutProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare const VefLayout: import("react").MemoExoticComponent<typeof VefLayoutWrapper>;
|
|
3
4
|
export type { VefLayoutProps };
|
|
4
5
|
export default VefLayout;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type { FC } from "react";
|
|
2
1
|
import type { VefLoadingPlaceholderProps } from "./props";
|
|
3
|
-
declare
|
|
2
|
+
declare function VefLoadingPlaceholder({ tip, ...restProps }: VefLoadingPlaceholderProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
3
|
export type { VefLoadingPlaceholderProps };
|
|
5
4
|
export default VefLoadingPlaceholder;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { type FC } from "react";
|
|
2
1
|
import type { VefLoginProps } from "./props";
|
|
3
|
-
declare
|
|
2
|
+
declare function VefLogin({ logo, title, description, publicKey, onLoginSuccess, }: VefLoginProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
3
|
export type { VefLoginProps };
|
|
5
4
|
export default VefLogin;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type ReactElement } from "react";
|
|
2
2
|
import type { default as VefButton, VefButtonProps } from "../../vef-button";
|
|
3
3
|
/**
|
|
4
4
|
* The props of the vef modal action button wrapper.
|
|
@@ -9,5 +9,5 @@ export interface VefModalActionButtonWrapperProps {
|
|
|
9
9
|
*/
|
|
10
10
|
children: ReactElement<VefButtonProps, typeof VefButton>;
|
|
11
11
|
}
|
|
12
|
-
declare
|
|
12
|
+
declare function VefModalActionButtonWrapper({ children, }: VefModalActionButtonWrapperProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
13
13
|
export default VefModalActionButtonWrapper;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { FC } from "react";
|
|
2
1
|
import type { VefModalActionButtonProps } from "./button-props";
|
|
3
|
-
declare
|
|
2
|
+
declare function VefCancelActionButton({ text, onClick }: VefModalActionButtonProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
3
|
export default VefCancelActionButton;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { FC } from "react";
|
|
2
1
|
import type { VefModalActionButtonProps } from "./button-props";
|
|
3
|
-
declare
|
|
2
|
+
declare function VefOkActionButton({ text, onClick }: VefModalActionButtonProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
3
|
export default VefOkActionButton;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { VefModalProps } from "./props";
|
|
2
|
-
declare
|
|
2
|
+
declare function VefModalBase({ title, open, closable, closeOnEscPress, closeOnMaskClick, destroyOnClose, showCancelButton, cancelButtonText, okButtonText, actions, width, loading, cancelOnClose, onClose, onOk, onCancel, onAfterOpen, onAfterClose, children, }: VefModalProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare const VefModal: import("react").MemoExoticComponent<typeof VefModalBase>;
|
|
3
4
|
export type { VefModalProps };
|
|
4
5
|
export { default as VefModalActionButtonWrapper, type VefModalActionButtonWrapperProps } from "./components/action-button-wrapper";
|
|
5
6
|
export default VefModal;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type { FC } from "react";
|
|
2
1
|
import type { VefNotFoundProps } from "./props";
|
|
3
|
-
declare
|
|
2
|
+
declare function VefNotFound({ uri, title, onNavigateHome, }: VefNotFoundProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
3
|
export type { VefNotFoundProps };
|
|
5
4
|
export default VefNotFound;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type { FC } from "react";
|
|
2
1
|
import type { VefPageProps } from "./props";
|
|
3
|
-
declare
|
|
2
|
+
declare function VefPage({ title, actions, header, footer, scrollable, children, }: VefPageProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
3
|
export type { VefPageProps };
|
|
5
4
|
export default VefPage;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { type VefPaginationProps } from "./props";
|
|
2
|
-
declare
|
|
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
|
+
declare const VefPagination: import("react").MemoExoticComponent<typeof VefPaginationBase>;
|
|
3
4
|
export type { VefPaginationProps };
|
|
4
5
|
export default VefPagination;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { type FC } from "react";
|
|
2
1
|
import type { VefParagraphProps } from "./props";
|
|
3
|
-
declare
|
|
2
|
+
declare function VefParagraph({ variant, color, bold, ellipsis, ellipsisRows, expandable, defaultExpanded, expanded, copyable, copiedText, onCopy, onExpand, ...restProps }: VefParagraphProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
3
|
export type { VefParagraphProps };
|
|
5
4
|
export default VefParagraph;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { type FC } from "react";
|
|
2
1
|
import type { VefRibbonProps } from "./props";
|
|
3
|
-
declare
|
|
2
|
+
declare function VefRibbon({ color, position, children, }: VefRibbonProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
3
|
export type { VefRibbonProps };
|
|
5
4
|
export default VefRibbon;
|
package/types/vef-row/index.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import type { FC } from "react";
|
|
2
1
|
import type { VefRowProps } from "./props";
|
|
3
|
-
declare
|
|
2
|
+
declare function VefRow({ ...props }: VefRowProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare namespace VefRow {
|
|
4
|
+
var displayName: string;
|
|
5
|
+
}
|
|
4
6
|
export type { VefRowProps };
|
|
5
7
|
export default VefRow;
|
|
@@ -3,5 +3,6 @@ export interface VefOptionProps {
|
|
|
3
3
|
label: ReactNode;
|
|
4
4
|
description?: ReactNode;
|
|
5
5
|
}
|
|
6
|
-
declare
|
|
6
|
+
declare function VefOption({ label, description }: VefOptionProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare const VefOptionMemo: import("react").MemoExoticComponent<typeof VefOption>;
|
|
7
8
|
export default VefOptionMemo;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { type FC } from "react";
|
|
2
1
|
import type { VefSpaceProps } from "./props";
|
|
3
|
-
declare
|
|
2
|
+
declare function VefSpace({ gap, ...restProps }: VefSpaceProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
3
|
export type { VefSpaceProps };
|
|
5
4
|
export default VefSpace;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type { FC } from "react";
|
|
2
1
|
import type { VefSpinProps } from "./props";
|
|
3
|
-
declare
|
|
2
|
+
declare function VefSpin({ size, ...restProps }: VefSpinProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
3
|
export type { VefSpinProps };
|
|
5
4
|
export default VefSpin;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type { FC } from "react";
|
|
2
1
|
import type { VefSplitterProps } from "./props";
|
|
3
|
-
declare
|
|
2
|
+
declare function VefSplitter({ orientation, onResizeBegin, ...rest }: VefSplitterProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
3
|
export type { VefSplitterProps };
|
|
5
4
|
export default VefSplitter;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type { FC } from "react";
|
|
2
1
|
import type { VefSplitterPanelProps } from "./props";
|
|
3
|
-
declare
|
|
2
|
+
declare function VefSplitterPanel({ ...rest }: VefSplitterPanelProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
3
|
export type { VefSplitterPanelProps };
|
|
5
4
|
export default VefSplitterPanel;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { type FC } from "react";
|
|
2
1
|
import type { VefStatusProps } from "./props";
|
|
3
|
-
declare
|
|
2
|
+
declare function VefStatus({ processing, color, children, }: VefStatusProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
3
|
export type { VefStatusProps };
|
|
5
4
|
export default VefStatus;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function VefColumnsSettingsBase(): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
2
|
+
declare const VefColumnsSettings: import("react").MemoExoticComponent<typeof VefColumnsSettingsBase>;
|
|
2
3
|
export default VefColumnsSettings;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function VefSettingsIconBase(): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
2
|
+
declare const VefSettingsIcon: import("react").MemoExoticComponent<typeof VefSettingsIconBase>;
|
|
2
3
|
export default VefSettingsIcon;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type { FC } from "react";
|
|
2
1
|
import type { VefTabsProps } from "./props";
|
|
3
|
-
|
|
2
|
+
declare function VefTabs({ size, ...props }: VefTabsProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
3
|
export type { VefTabsProps };
|
|
5
4
|
export default VefTabs;
|
package/types/vef-tag/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { type FC } from "react";
|
|
2
1
|
import type { VefTagProps } from "./props";
|
|
3
|
-
declare
|
|
2
|
+
declare function VefTag({ closable, color, inverse, ...restProps }: VefTagProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
3
|
export type { VefTagProps };
|
|
5
4
|
export default VefTag;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { type FC } from "react";
|
|
2
1
|
import type { VefTextProps } from "./props";
|
|
3
|
-
declare
|
|
2
|
+
declare function VefText({ variant, color, bold, ellipsis, ellipsisTip, ellipsisTipPlacement, copyable, copiedText, onCopy, ...restProps }: VefTextProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
3
|
export type { VefTextProps };
|
|
5
4
|
export default VefText;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { type FC } from "react";
|
|
2
1
|
import type { VefTitleProps } from "./props";
|
|
3
|
-
declare
|
|
2
|
+
declare function VefTitle({ showLeftBar, showBottomLine, noPaddingBottom, variant, color, ellipsis, ellipsisTip, ...restProps }: VefTitleProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
3
|
export type { VefTitleProps };
|
|
5
4
|
export default VefTitle;
|