@vef-framework/components 1.0.19 → 1.0.21
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/esm/index.mjs +3 -0
- package/esm/internal/index.mjs +3 -0
- package/esm/internal/utils.mjs +3 -0
- package/esm/vef-access-denied/access-denied-icon.mjs +3 -0
- package/esm/vef-access-denied/index.mjs +29 -0
- package/esm/vef-access-denied/props.mjs +2 -0
- package/esm/vef-action-buttons/index.mjs +3 -0
- package/esm/vef-action-buttons/props.mjs +2 -0
- package/esm/vef-app/helper.mjs +3 -0
- package/esm/vef-app/index.mjs +3 -0
- package/esm/vef-app/props.mjs +2 -0
- package/esm/vef-auto-sizer/index.mjs +3 -0
- package/esm/vef-auto-sizer/props.mjs +2 -0
- package/esm/vef-avatar/index.mjs +3 -0
- package/esm/vef-avatar/props.mjs +2 -0
- package/esm/vef-avatar-group/index.mjs +3 -0
- package/esm/vef-avatar-group/props.mjs +2 -0
- package/esm/vef-badge/index.mjs +3 -0
- package/esm/vef-badge/props.mjs +2 -0
- package/esm/vef-bool/hooks/use-bool-instance.mjs +3 -0
- package/esm/vef-bool/index.mjs +3 -0
- package/esm/vef-bool/props.mjs +2 -0
- package/esm/vef-button/components/base-button.mjs +3 -0
- package/esm/vef-button/index.mjs +3 -0
- package/esm/vef-button/props.mjs +2 -0
- package/esm/vef-card/index.mjs +3 -0
- package/esm/vef-card/props.mjs +2 -0
- package/esm/vef-card-meta/index.mjs +3 -0
- package/esm/vef-card-meta/props.mjs +2 -0
- package/esm/vef-checkbox/hooks/use-checkbox-instance.mjs +3 -0
- package/esm/vef-checkbox/hooks/use-data-options.mjs +3 -0
- package/esm/vef-checkbox/index.mjs +5 -0
- package/esm/vef-checkbox/props.mjs +2 -0
- package/esm/vef-col/index.mjs +3 -0
- package/esm/vef-col/props.mjs +2 -0
- package/esm/vef-color-picker/index.mjs +3 -0
- package/esm/vef-color-picker/props.mjs +2 -0
- package/esm/vef-compact/index.mjs +3 -0
- package/esm/vef-compact/props.mjs +2 -0
- package/esm/vef-config-provider/hooks/use-ui-config.mjs +3 -0
- package/esm/vef-config-provider/index.mjs +103 -0
- package/esm/vef-config-provider/props.mjs +2 -0
- package/esm/vef-config-provider/reset-style.mjs +257 -0
- package/esm/vef-config-provider/store.mjs +3 -0
- package/esm/vef-container/index.mjs +3 -0
- package/esm/vef-container/props.mjs +2 -0
- package/esm/vef-crud-page/components/crud-actions.mjs +3 -0
- package/esm/vef-crud-page/components/crud-filter.mjs +3 -0
- package/esm/vef-crud-page/components/crud-footer.mjs +9 -0
- package/esm/vef-crud-page/components/crud-form-modal.mjs +3 -0
- package/esm/vef-crud-page/components/crud-header.mjs +3 -0
- package/esm/vef-crud-page/components/crud-table.mjs +3 -0
- package/esm/vef-crud-page/hooks/use-action-buttons.mjs +3 -0
- package/esm/vef-crud-page/hooks/use-crud-context.mjs +3 -0
- package/esm/vef-crud-page/hooks/use-crud-schema.mjs +3 -0
- package/esm/vef-crud-page/hooks/use-operation-buttons.mjs +3 -0
- package/esm/vef-crud-page/index.mjs +3 -0
- package/esm/vef-crud-page/props.mjs +2 -0
- package/esm/vef-crud-page/store.mjs +3 -0
- package/esm/vef-crud-page/types.mjs +2 -0
- package/esm/vef-divider/index.mjs +3 -0
- package/esm/vef-divider/props.mjs +2 -0
- package/esm/vef-drawer/components/action-button-wrapper.mjs +3 -0
- package/esm/vef-drawer/components/button-props.mjs +2 -0
- package/esm/vef-drawer/components/cancel-action-button.mjs +3 -0
- package/esm/vef-drawer/components/ok-action-button.mjs +3 -0
- package/esm/vef-drawer/context.mjs +3 -0
- package/esm/vef-drawer/index.mjs +10 -0
- package/esm/vef-drawer/props.mjs +2 -0
- package/esm/vef-dropdown/index.mjs +3 -0
- package/esm/vef-dropdown/props.mjs +2 -0
- package/esm/vef-dynamic-icon/index.mjs +3 -0
- package/esm/vef-dynamic-icon/props.mjs +3 -0
- package/esm/vef-empty/index.mjs +3 -0
- package/esm/vef-empty/props.mjs +2 -0
- package/esm/vef-empty-placeholder/index.mjs +7 -0
- package/esm/vef-empty-placeholder/props.mjs +2 -0
- package/esm/vef-error/error-icon.mjs +3 -0
- package/esm/vef-error/index.mjs +30 -0
- package/esm/vef-error/props.mjs +2 -0
- package/esm/vef-filter/components/action-buttons.mjs +21 -0
- package/esm/vef-filter/components/advanced-filter.mjs +11 -0
- package/esm/vef-filter/components/basic-filter.mjs +21 -0
- package/esm/vef-filter/components/fields/index.mjs +3 -0
- package/esm/vef-filter/components/fields/input-number.mjs +3 -0
- package/esm/vef-filter/components/fields/input.mjs +3 -0
- package/esm/vef-filter/components/fields/props.mjs +2 -0
- package/esm/vef-filter/components/filter-field.mjs +3 -0
- package/esm/vef-filter/components/filter-item.mjs +3 -0
- package/esm/vef-filter/event.mjs +3 -0
- package/esm/vef-filter/helper.mjs +3 -0
- package/esm/vef-filter/hooks/use-action-handlers.mjs +3 -0
- package/esm/vef-filter/hooks/use-computed-values.mjs +3 -0
- package/esm/vef-filter/hooks/use-filter-context.mjs +3 -0
- package/esm/vef-filter/hooks/use-filter-initialization.mjs +3 -0
- package/esm/vef-filter/hooks/use-filter-instance.mjs +3 -0
- package/esm/vef-filter/hooks/use-filter-items.mjs +3 -0
- package/esm/vef-filter/hooks/use-filter-values-change.mjs +3 -0
- package/esm/vef-filter/hooks/use-label-config.mjs +3 -0
- package/esm/vef-filter/index.mjs +10 -0
- package/esm/vef-filter/props.mjs +2 -0
- package/esm/vef-filter/store.mjs +3 -0
- package/esm/vef-filter/types.mjs +2 -0
- package/esm/vef-flex/index.mjs +3 -0
- package/esm/vef-flex/props.mjs +2 -0
- package/esm/vef-float-button/index.mjs +3 -0
- package/esm/vef-float-button/props.mjs +2 -0
- package/esm/vef-float-button-group/index.mjs +3 -0
- package/esm/vef-float-button-group/props.mjs +2 -0
- package/esm/vef-form/components/fields/index.mjs +3 -0
- package/esm/vef-form/components/fields/input-number.mjs +3 -0
- package/esm/vef-form/components/fields/input.mjs +3 -0
- package/esm/vef-form/components/fields/props.mjs +2 -0
- package/esm/vef-form/components/form-actions.mjs +5 -0
- package/esm/vef-form/components/form-content.mjs +6 -0
- package/esm/vef-form/components/form-field.mjs +3 -0
- package/esm/vef-form/components/form-group.mjs +13 -0
- package/esm/vef-form/components/form-hidden-item.mjs +3 -0
- package/esm/vef-form/components/form-item.mjs +3 -0
- package/esm/vef-form/components/form-row.mjs +3 -0
- package/esm/vef-form/event.mjs +3 -0
- package/esm/vef-form/helper.mjs +3 -0
- package/esm/vef-form/hooks/use-action-handlers.mjs +3 -0
- package/esm/vef-form/hooks/use-columns-layout.mjs +3 -0
- package/esm/vef-form/hooks/use-computed-values.mjs +3 -0
- package/esm/vef-form/hooks/use-form-context.mjs +3 -0
- package/esm/vef-form/hooks/use-form-initialization.mjs +3 -0
- package/esm/vef-form/hooks/use-form-instance.mjs +3 -0
- package/esm/vef-form/hooks/use-form-values-change.mjs +3 -0
- package/esm/vef-form/hooks/use-label-width.mjs +3 -0
- package/esm/vef-form/index.mjs +5 -0
- package/esm/vef-form/props.mjs +2 -0
- package/esm/vef-form/store.mjs +3 -0
- package/esm/vef-form/types.mjs +2 -0
- package/esm/vef-form/validation-rules.mjs +3 -0
- package/esm/vef-form-drawer/index.mjs +3 -0
- package/esm/vef-form-drawer/props.mjs +2 -0
- package/esm/vef-form-modal/index.mjs +3 -0
- package/esm/vef-form-modal/props.mjs +2 -0
- package/esm/vef-generic-select/index.mjs +3 -0
- package/esm/vef-generic-select/props.mjs +2 -0
- package/esm/vef-grid/index.mjs +14 -0
- package/esm/vef-grid/props.mjs +3 -0
- package/esm/vef-grid-item/index.mjs +3 -0
- package/esm/vef-grid-item/props.mjs +2 -0
- package/esm/vef-icon/index.mjs +3 -0
- package/esm/vef-icon/props.mjs +2 -0
- package/esm/vef-icon-select/index.mjs +42 -0
- package/esm/vef-icon-select/props.mjs +2 -0
- package/esm/vef-input/hooks/use-input-instance.mjs +3 -0
- package/esm/vef-input/index.mjs +3 -0
- package/esm/vef-input/props.mjs +2 -0
- package/esm/vef-input-number/hooks/use-input-number-instance.mjs +3 -0
- package/esm/vef-input-number/index.mjs +3 -0
- package/esm/vef-input-number/props.mjs +2 -0
- package/esm/vef-layout/components/content.mjs +3 -0
- package/esm/vef-layout/components/font-size.mjs +6 -0
- package/esm/vef-layout/components/fullscreen.mjs +6 -0
- package/esm/vef-layout/components/header-action-icons.mjs +17 -0
- package/esm/vef-layout/components/header-content.mjs +8 -0
- package/esm/vef-layout/components/header.mjs +14 -0
- package/esm/vef-layout/components/sider.mjs +51 -0
- package/esm/vef-layout/components/title.mjs +38 -0
- package/esm/vef-layout/components/user-avatar.mjs +20 -0
- package/esm/vef-layout/index.mjs +7 -0
- package/esm/vef-layout/logo.svg.mjs +3 -0
- package/esm/vef-layout/props.mjs +2 -0
- package/esm/vef-layout/store.mjs +3 -0
- package/esm/vef-loading-placeholder/index.mjs +7 -0
- package/esm/vef-loading-placeholder/props.mjs +2 -0
- package/esm/vef-login/index.mjs +56 -0
- package/esm/vef-login/login-icon.mjs +3 -0
- package/esm/vef-login/props.mjs +2 -0
- package/esm/vef-menu/index.mjs +3 -0
- package/esm/vef-menu/props.mjs +2 -0
- package/esm/vef-modal/components/action-button-wrapper.mjs +3 -0
- package/esm/vef-modal/components/button-props.mjs +2 -0
- package/esm/vef-modal/components/cancel-action-button.mjs +3 -0
- package/esm/vef-modal/components/ok-action-button.mjs +3 -0
- package/esm/vef-modal/context.mjs +3 -0
- package/esm/vef-modal/index.mjs +6 -0
- package/esm/vef-modal/props.mjs +2 -0
- package/esm/vef-not-found/index.mjs +30 -0
- package/esm/vef-not-found/not-found-icon.mjs +3 -0
- package/esm/vef-not-found/props.mjs +2 -0
- package/esm/vef-page/index.mjs +59 -0
- package/esm/vef-page/props.mjs +2 -0
- package/esm/vef-pagination/index.mjs +3 -0
- package/esm/vef-pagination/props.mjs +3 -0
- package/esm/vef-paragraph/index.mjs +3 -0
- package/esm/vef-paragraph/props.mjs +2 -0
- package/esm/vef-password/hooks/use-password-instance.mjs +3 -0
- package/esm/vef-password/index.mjs +3 -0
- package/esm/vef-password/props.mjs +2 -0
- package/esm/vef-popconfirm/index.mjs +3 -0
- package/esm/vef-popconfirm/props.mjs +2 -0
- package/esm/vef-popover/index.mjs +3 -0
- package/esm/vef-popover/props.mjs +2 -0
- package/esm/vef-radio/hooks/use-data-options.mjs +3 -0
- package/esm/vef-radio/hooks/use-radio-instance.mjs +3 -0
- package/esm/vef-radio/index.mjs +5 -0
- package/esm/vef-radio/props.mjs +2 -0
- package/esm/vef-rate/hooks/use-rate-instance.mjs +3 -0
- package/esm/vef-rate/index.mjs +3 -0
- package/esm/vef-rate/props.mjs +2 -0
- package/esm/vef-responsive-container/index.mjs +7 -0
- package/esm/vef-responsive-container/props.mjs +2 -0
- package/esm/vef-responsive-item/index.mjs +5 -0
- package/esm/vef-responsive-item/props.mjs +2 -0
- package/esm/vef-ribbon/index.mjs +3 -0
- package/esm/vef-ribbon/props.mjs +2 -0
- package/esm/vef-row/index.mjs +3 -0
- package/esm/vef-row/props.mjs +2 -0
- package/esm/vef-scroll-area/components/scrollbar.mjs +34 -0
- package/esm/vef-scroll-area/index.mjs +13 -0
- package/esm/vef-scroll-area/props.mjs +2 -0
- package/esm/vef-select/components/option.mjs +11 -0
- package/esm/vef-select/hooks/use-data-options.mjs +3 -0
- package/esm/vef-select/hooks/use-field-names.mjs +3 -0
- package/esm/vef-select/hooks/use-render-label.mjs +10 -0
- package/esm/vef-select/hooks/use-render-option.mjs +3 -0
- package/esm/vef-select/hooks/use-select-instance.mjs +3 -0
- package/esm/vef-select/index.mjs +3 -0
- package/esm/vef-select/props.mjs +2 -0
- package/esm/vef-slider/hooks/use-slider-instance.mjs +3 -0
- package/esm/vef-slider/index.mjs +3 -0
- package/esm/vef-slider/props.mjs +2 -0
- package/esm/vef-sortable-list/components/overlay-item.mjs +7 -0
- package/esm/vef-sortable-list/components/sortable-item.mjs +7 -0
- package/esm/vef-sortable-list/hooks/use-merged-items.mjs +3 -0
- package/esm/vef-sortable-list/index.mjs +3 -0
- package/esm/vef-sortable-list/props.mjs +2 -0
- package/esm/vef-space/index.mjs +3 -0
- package/esm/vef-space/props.mjs +2 -0
- package/esm/vef-spin/index.mjs +3 -0
- package/esm/vef-spin/props.mjs +2 -0
- package/esm/vef-splitter/index.mjs +3 -0
- package/esm/vef-splitter/props.mjs +2 -0
- package/esm/vef-splitter-panel/index.mjs +3 -0
- package/esm/vef-splitter-panel/props.mjs +2 -0
- package/esm/vef-status/index.mjs +3 -0
- package/esm/vef-status/props.mjs +2 -0
- package/esm/vef-table/components/columns/bool.mjs +3 -0
- package/esm/vef-table/components/columns/code.mjs +3 -0
- package/esm/vef-table/components/columns/data-dictionary.mjs +3 -0
- package/esm/vef-table/components/columns/enum.mjs +3 -0
- package/esm/vef-table/components/columns/file.mjs +3 -0
- package/esm/vef-table/components/columns/icon.mjs +3 -0
- package/esm/vef-table/components/columns/id.mjs +3 -0
- package/esm/vef-table/components/columns/image.mjs +3 -0
- package/esm/vef-table/components/columns/index.mjs +3 -0
- package/esm/vef-table/components/columns/markdown.mjs +3 -0
- package/esm/vef-table/components/columns/number.mjs +3 -0
- package/esm/vef-table/components/columns/props.mjs +2 -0
- package/esm/vef-table/components/columns/render.mjs +3 -0
- package/esm/vef-table/components/columns/rich-text.mjs +3 -0
- package/esm/vef-table/components/columns/text.mjs +3 -0
- package/esm/vef-table/components/columns-settings.mjs +54 -0
- package/esm/vef-table/components/operation-buttons.mjs +12 -0
- package/esm/vef-table/components/settings-icon.mjs +5 -0
- package/esm/vef-table/components/table-footer.mjs +19 -0
- package/esm/vef-table/helper.mjs +3 -0
- package/esm/vef-table/hooks/use-computed-batch-buttons.mjs +3 -0
- package/esm/vef-table/hooks/use-computed-columns.mjs +3 -0
- package/esm/vef-table/hooks/use-computed-values.mjs +3 -0
- package/esm/vef-table/hooks/use-data.mjs +3 -0
- package/esm/vef-table/hooks/use-default-column-configs.mjs +3 -0
- package/esm/vef-table/hooks/use-display-value.mjs +3 -0
- package/esm/vef-table/hooks/use-helper-columns.mjs +3 -0
- package/esm/vef-table/hooks/use-operation-column-width.mjs +3 -0
- package/esm/vef-table/hooks/use-pagination-props.mjs +3 -0
- package/esm/vef-table/hooks/use-row-props.mjs +3 -0
- package/esm/vef-table/hooks/use-row-selection-config.mjs +3 -0
- package/esm/vef-table/hooks/use-selected-rows.mjs +3 -0
- package/esm/vef-table/hooks/use-table-columns.mjs +3 -0
- package/esm/vef-table/hooks/use-table-context.mjs +3 -0
- package/esm/vef-table/hooks/use-table-instance.mjs +3 -0
- package/esm/vef-table/hooks/use-table-summary.mjs +3 -0
- package/esm/vef-table/hooks/use-table-width.mjs +3 -0
- package/esm/vef-table/index.mjs +56 -0
- package/esm/vef-table/props.mjs +2 -0
- package/esm/vef-table/store.mjs +3 -0
- package/esm/vef-table/types.mjs +2 -0
- package/esm/vef-tabs/index.mjs +3 -0
- package/esm/vef-tabs/props.mjs +2 -0
- package/esm/vef-tag/index.mjs +3 -0
- package/esm/vef-tag/props.mjs +2 -0
- package/esm/vef-temporal-picker/helper.mjs +3 -0
- package/esm/vef-temporal-picker/hooks/use-dayjs-value.mjs +3 -0
- package/esm/vef-temporal-picker/hooks/use-temporal-limit.mjs +3 -0
- package/esm/vef-temporal-picker/hooks/use-temporal-picker-instance.mjs +3 -0
- package/esm/vef-temporal-picker/index.mjs +3 -0
- package/esm/vef-temporal-picker/props.mjs +2 -0
- package/esm/vef-temporal-range-picker/helper.mjs +3 -0
- package/esm/vef-temporal-range-picker/hooks/use-dayjs-values.mjs +3 -0
- package/esm/vef-temporal-range-picker/hooks/use-temporal-limit.mjs +3 -0
- package/esm/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.mjs +3 -0
- package/esm/vef-temporal-range-picker/index.mjs +3 -0
- package/esm/vef-temporal-range-picker/props.mjs +3 -0
- package/esm/vef-text/index.mjs +3 -0
- package/esm/vef-text/props.mjs +2 -0
- package/esm/vef-textarea/hooks/use-textarea-instance.mjs +3 -0
- package/esm/vef-textarea/index.mjs +3 -0
- package/esm/vef-textarea/props.mjs +2 -0
- package/esm/vef-title/index.mjs +15 -0
- package/esm/vef-title/props.mjs +2 -0
- package/esm/vef-tooltip/index.mjs +3 -0
- package/esm/vef-tooltip/props.mjs +2 -0
- package/esm/vef-tree-select/hooks/use-change-handler.mjs +3 -0
- package/esm/vef-tree-select/hooks/use-data-options.mjs +3 -0
- package/esm/vef-tree-select/hooks/use-tree-select-instance.mjs +3 -0
- package/esm/vef-tree-select/index.mjs +3 -0
- package/esm/vef-tree-select/props.mjs +2 -0
- package/esm/vef-virtual-grid/index.mjs +14 -0
- package/esm/vef-virtual-grid/props.mjs +2 -0
- package/esm/vef-virtual-list/index.mjs +20 -0
- package/esm/vef-virtual-list/props.mjs +2 -0
- package/lib/index.cjs +3 -0
- package/lib/internal/index.cjs +3 -0
- package/lib/internal/utils.cjs +3 -0
- package/lib/vef-access-denied/access-denied-icon.cjs +3 -0
- package/lib/vef-access-denied/index.cjs +29 -0
- package/lib/vef-access-denied/props.cjs +3 -0
- package/lib/vef-action-buttons/index.cjs +3 -0
- package/lib/vef-action-buttons/props.cjs +3 -0
- package/lib/vef-app/helper.cjs +3 -0
- package/lib/vef-app/index.cjs +3 -0
- package/lib/vef-app/props.cjs +3 -0
- package/lib/vef-auto-sizer/index.cjs +3 -0
- package/lib/vef-auto-sizer/props.cjs +3 -0
- package/lib/vef-avatar/index.cjs +3 -0
- package/lib/vef-avatar/props.cjs +3 -0
- package/lib/vef-avatar-group/index.cjs +3 -0
- package/lib/vef-avatar-group/props.cjs +3 -0
- package/lib/vef-badge/index.cjs +3 -0
- package/lib/vef-badge/props.cjs +3 -0
- package/lib/vef-bool/hooks/use-bool-instance.cjs +3 -0
- package/lib/vef-bool/index.cjs +3 -0
- package/lib/vef-bool/props.cjs +3 -0
- package/lib/vef-button/components/base-button.cjs +3 -0
- package/lib/vef-button/index.cjs +3 -0
- package/lib/vef-button/props.cjs +3 -0
- package/lib/vef-card/index.cjs +3 -0
- package/lib/vef-card/props.cjs +3 -0
- package/lib/vef-card-meta/index.cjs +3 -0
- package/lib/vef-card-meta/props.cjs +3 -0
- package/lib/vef-checkbox/hooks/use-checkbox-instance.cjs +3 -0
- package/lib/vef-checkbox/hooks/use-data-options.cjs +3 -0
- package/lib/vef-checkbox/index.cjs +5 -0
- package/lib/vef-checkbox/props.cjs +3 -0
- package/lib/vef-col/index.cjs +3 -0
- package/lib/vef-col/props.cjs +3 -0
- package/lib/vef-color-picker/index.cjs +3 -0
- package/lib/vef-color-picker/props.cjs +3 -0
- package/lib/vef-compact/index.cjs +3 -0
- package/lib/vef-compact/props.cjs +3 -0
- package/lib/vef-config-provider/hooks/use-ui-config.cjs +3 -0
- package/lib/vef-config-provider/index.cjs +103 -0
- package/lib/vef-config-provider/props.cjs +3 -0
- package/lib/vef-config-provider/reset-style.cjs +257 -0
- package/lib/vef-config-provider/store.cjs +3 -0
- package/lib/vef-container/index.cjs +3 -0
- package/lib/vef-container/props.cjs +3 -0
- package/lib/vef-crud-page/components/crud-actions.cjs +3 -0
- package/lib/vef-crud-page/components/crud-filter.cjs +3 -0
- package/lib/vef-crud-page/components/crud-footer.cjs +9 -0
- package/lib/vef-crud-page/components/crud-form-modal.cjs +3 -0
- package/lib/vef-crud-page/components/crud-header.cjs +3 -0
- package/lib/vef-crud-page/components/crud-table.cjs +3 -0
- package/lib/vef-crud-page/hooks/use-action-buttons.cjs +3 -0
- package/lib/vef-crud-page/hooks/use-crud-context.cjs +3 -0
- package/lib/vef-crud-page/hooks/use-crud-schema.cjs +3 -0
- package/lib/vef-crud-page/hooks/use-operation-buttons.cjs +3 -0
- package/lib/vef-crud-page/index.cjs +3 -0
- package/lib/vef-crud-page/props.cjs +3 -0
- package/lib/vef-crud-page/store.cjs +3 -0
- package/lib/vef-crud-page/types.cjs +3 -0
- package/lib/vef-divider/index.cjs +3 -0
- package/lib/vef-divider/props.cjs +3 -0
- package/lib/vef-drawer/components/action-button-wrapper.cjs +3 -0
- package/lib/vef-drawer/components/button-props.cjs +3 -0
- package/lib/vef-drawer/components/cancel-action-button.cjs +3 -0
- package/lib/vef-drawer/components/ok-action-button.cjs +3 -0
- package/lib/vef-drawer/context.cjs +3 -0
- package/lib/vef-drawer/index.cjs +10 -0
- package/lib/vef-drawer/props.cjs +3 -0
- package/lib/vef-dropdown/index.cjs +3 -0
- package/lib/vef-dropdown/props.cjs +3 -0
- package/lib/vef-dynamic-icon/index.cjs +3 -0
- package/lib/vef-dynamic-icon/props.cjs +3 -0
- package/lib/vef-empty/index.cjs +3 -0
- package/lib/vef-empty/props.cjs +3 -0
- package/lib/vef-empty-placeholder/index.cjs +7 -0
- package/lib/vef-empty-placeholder/props.cjs +3 -0
- package/lib/vef-error/error-icon.cjs +3 -0
- package/lib/vef-error/index.cjs +30 -0
- package/lib/vef-error/props.cjs +3 -0
- package/lib/vef-filter/components/action-buttons.cjs +21 -0
- package/lib/vef-filter/components/advanced-filter.cjs +11 -0
- package/lib/vef-filter/components/basic-filter.cjs +21 -0
- package/lib/vef-filter/components/fields/index.cjs +3 -0
- package/lib/vef-filter/components/fields/input-number.cjs +3 -0
- package/lib/vef-filter/components/fields/input.cjs +3 -0
- package/lib/vef-filter/components/fields/props.cjs +3 -0
- package/lib/vef-filter/components/filter-field.cjs +3 -0
- package/lib/vef-filter/components/filter-item.cjs +3 -0
- package/lib/vef-filter/event.cjs +3 -0
- package/lib/vef-filter/helper.cjs +3 -0
- package/lib/vef-filter/hooks/use-action-handlers.cjs +3 -0
- package/lib/vef-filter/hooks/use-computed-values.cjs +3 -0
- package/lib/vef-filter/hooks/use-filter-context.cjs +3 -0
- package/lib/vef-filter/hooks/use-filter-initialization.cjs +3 -0
- package/lib/vef-filter/hooks/use-filter-instance.cjs +3 -0
- package/lib/vef-filter/hooks/use-filter-items.cjs +3 -0
- package/lib/vef-filter/hooks/use-filter-values-change.cjs +3 -0
- package/lib/vef-filter/hooks/use-label-config.cjs +3 -0
- package/lib/vef-filter/index.cjs +10 -0
- package/lib/vef-filter/props.cjs +3 -0
- package/lib/vef-filter/store.cjs +3 -0
- package/lib/vef-filter/types.cjs +3 -0
- package/lib/vef-flex/index.cjs +3 -0
- package/lib/vef-flex/props.cjs +3 -0
- package/lib/vef-float-button/index.cjs +3 -0
- package/lib/vef-float-button/props.cjs +3 -0
- package/lib/vef-float-button-group/index.cjs +3 -0
- package/lib/vef-float-button-group/props.cjs +3 -0
- package/lib/vef-form/components/fields/index.cjs +3 -0
- package/lib/vef-form/components/fields/input-number.cjs +3 -0
- package/lib/vef-form/components/fields/input.cjs +3 -0
- package/lib/vef-form/components/fields/props.cjs +3 -0
- package/lib/vef-form/components/form-actions.cjs +5 -0
- package/lib/vef-form/components/form-content.cjs +6 -0
- package/lib/vef-form/components/form-field.cjs +3 -0
- package/lib/vef-form/components/form-group.cjs +13 -0
- package/lib/vef-form/components/form-hidden-item.cjs +3 -0
- package/lib/vef-form/components/form-item.cjs +3 -0
- package/lib/vef-form/components/form-row.cjs +3 -0
- package/lib/vef-form/event.cjs +3 -0
- package/lib/vef-form/helper.cjs +3 -0
- package/lib/vef-form/hooks/use-action-handlers.cjs +3 -0
- package/lib/vef-form/hooks/use-columns-layout.cjs +3 -0
- package/lib/vef-form/hooks/use-computed-values.cjs +3 -0
- package/lib/vef-form/hooks/use-form-context.cjs +3 -0
- package/lib/vef-form/hooks/use-form-initialization.cjs +3 -0
- package/lib/vef-form/hooks/use-form-instance.cjs +3 -0
- package/lib/vef-form/hooks/use-form-values-change.cjs +3 -0
- package/lib/vef-form/hooks/use-label-width.cjs +3 -0
- package/lib/vef-form/index.cjs +5 -0
- package/lib/vef-form/props.cjs +3 -0
- package/lib/vef-form/store.cjs +3 -0
- package/lib/vef-form/types.cjs +3 -0
- package/lib/vef-form/validation-rules.cjs +3 -0
- package/lib/vef-form-drawer/index.cjs +3 -0
- package/lib/vef-form-drawer/props.cjs +3 -0
- package/lib/vef-form-modal/index.cjs +3 -0
- package/lib/vef-form-modal/props.cjs +3 -0
- package/lib/vef-generic-select/index.cjs +3 -0
- package/lib/vef-generic-select/props.cjs +3 -0
- package/lib/vef-grid/index.cjs +14 -0
- package/lib/vef-grid/props.cjs +3 -0
- package/lib/vef-grid-item/index.cjs +3 -0
- package/lib/vef-grid-item/props.cjs +3 -0
- package/lib/vef-icon/index.cjs +3 -0
- package/lib/vef-icon/props.cjs +3 -0
- package/lib/vef-icon-select/index.cjs +42 -0
- package/lib/vef-icon-select/props.cjs +3 -0
- package/lib/vef-input/hooks/use-input-instance.cjs +3 -0
- package/lib/vef-input/index.cjs +3 -0
- package/lib/vef-input/props.cjs +3 -0
- package/lib/vef-input-number/hooks/use-input-number-instance.cjs +3 -0
- package/lib/vef-input-number/index.cjs +3 -0
- package/lib/vef-input-number/props.cjs +3 -0
- package/lib/vef-layout/components/content.cjs +3 -0
- package/lib/vef-layout/components/font-size.cjs +6 -0
- package/lib/vef-layout/components/fullscreen.cjs +6 -0
- package/lib/vef-layout/components/header-action-icons.cjs +17 -0
- package/lib/vef-layout/components/header-content.cjs +8 -0
- package/lib/vef-layout/components/header.cjs +14 -0
- package/lib/vef-layout/components/sider.cjs +51 -0
- package/lib/vef-layout/components/title.cjs +38 -0
- package/lib/vef-layout/components/user-avatar.cjs +20 -0
- package/lib/vef-layout/index.cjs +7 -0
- package/lib/vef-layout/logo.svg.cjs +3 -0
- package/lib/vef-layout/props.cjs +3 -0
- package/lib/vef-layout/store.cjs +3 -0
- package/lib/vef-loading-placeholder/index.cjs +7 -0
- package/lib/vef-loading-placeholder/props.cjs +3 -0
- package/lib/vef-login/index.cjs +56 -0
- package/lib/vef-login/login-icon.cjs +3 -0
- package/lib/vef-login/props.cjs +3 -0
- package/lib/vef-menu/index.cjs +3 -0
- package/lib/vef-menu/props.cjs +3 -0
- package/lib/vef-modal/components/action-button-wrapper.cjs +3 -0
- package/lib/vef-modal/components/button-props.cjs +3 -0
- package/lib/vef-modal/components/cancel-action-button.cjs +3 -0
- package/lib/vef-modal/components/ok-action-button.cjs +3 -0
- package/lib/vef-modal/context.cjs +3 -0
- package/lib/vef-modal/index.cjs +6 -0
- package/lib/vef-modal/props.cjs +3 -0
- package/lib/vef-not-found/index.cjs +30 -0
- package/lib/vef-not-found/not-found-icon.cjs +3 -0
- package/lib/vef-not-found/props.cjs +3 -0
- package/lib/vef-page/index.cjs +59 -0
- package/lib/vef-page/props.cjs +3 -0
- package/lib/vef-pagination/index.cjs +3 -0
- package/lib/vef-pagination/props.cjs +3 -0
- package/lib/vef-paragraph/index.cjs +3 -0
- package/lib/vef-paragraph/props.cjs +3 -0
- package/lib/vef-password/hooks/use-password-instance.cjs +3 -0
- package/lib/vef-password/index.cjs +3 -0
- package/lib/vef-password/props.cjs +3 -0
- package/lib/vef-popconfirm/index.cjs +3 -0
- package/lib/vef-popconfirm/props.cjs +3 -0
- package/lib/vef-popover/index.cjs +3 -0
- package/lib/vef-popover/props.cjs +3 -0
- package/lib/vef-radio/hooks/use-data-options.cjs +3 -0
- package/lib/vef-radio/hooks/use-radio-instance.cjs +3 -0
- package/lib/vef-radio/index.cjs +5 -0
- package/lib/vef-radio/props.cjs +3 -0
- package/lib/vef-rate/hooks/use-rate-instance.cjs +3 -0
- package/lib/vef-rate/index.cjs +3 -0
- package/lib/vef-rate/props.cjs +3 -0
- package/lib/vef-responsive-container/index.cjs +7 -0
- package/lib/vef-responsive-container/props.cjs +3 -0
- package/lib/vef-responsive-item/index.cjs +5 -0
- package/lib/vef-responsive-item/props.cjs +3 -0
- package/lib/vef-ribbon/index.cjs +3 -0
- package/lib/vef-ribbon/props.cjs +3 -0
- package/lib/vef-row/index.cjs +3 -0
- package/lib/vef-row/props.cjs +3 -0
- package/lib/vef-scroll-area/components/scrollbar.cjs +34 -0
- package/lib/vef-scroll-area/index.cjs +13 -0
- package/lib/vef-scroll-area/props.cjs +3 -0
- package/lib/vef-select/components/option.cjs +11 -0
- package/lib/vef-select/hooks/use-data-options.cjs +3 -0
- package/lib/vef-select/hooks/use-field-names.cjs +3 -0
- package/lib/vef-select/hooks/use-render-label.cjs +10 -0
- package/lib/vef-select/hooks/use-render-option.cjs +3 -0
- package/lib/vef-select/hooks/use-select-instance.cjs +3 -0
- package/lib/vef-select/index.cjs +3 -0
- package/lib/vef-select/props.cjs +3 -0
- package/lib/vef-slider/hooks/use-slider-instance.cjs +3 -0
- package/lib/vef-slider/index.cjs +3 -0
- package/lib/vef-slider/props.cjs +3 -0
- package/lib/vef-sortable-list/components/overlay-item.cjs +7 -0
- package/lib/vef-sortable-list/components/sortable-item.cjs +7 -0
- package/lib/vef-sortable-list/hooks/use-merged-items.cjs +3 -0
- package/lib/vef-sortable-list/index.cjs +3 -0
- package/lib/vef-sortable-list/props.cjs +3 -0
- package/lib/vef-space/index.cjs +3 -0
- package/lib/vef-space/props.cjs +3 -0
- package/lib/vef-spin/index.cjs +3 -0
- package/lib/vef-spin/props.cjs +3 -0
- package/lib/vef-splitter/index.cjs +3 -0
- package/lib/vef-splitter/props.cjs +3 -0
- package/lib/vef-splitter-panel/index.cjs +3 -0
- package/lib/vef-splitter-panel/props.cjs +3 -0
- package/lib/vef-status/index.cjs +3 -0
- package/lib/vef-status/props.cjs +3 -0
- package/lib/vef-table/components/columns/bool.cjs +3 -0
- package/lib/vef-table/components/columns/code.cjs +3 -0
- package/lib/vef-table/components/columns/data-dictionary.cjs +3 -0
- package/lib/vef-table/components/columns/enum.cjs +3 -0
- package/lib/vef-table/components/columns/file.cjs +3 -0
- package/lib/vef-table/components/columns/icon.cjs +3 -0
- package/lib/vef-table/components/columns/id.cjs +3 -0
- package/lib/vef-table/components/columns/image.cjs +3 -0
- package/lib/vef-table/components/columns/index.cjs +3 -0
- package/lib/vef-table/components/columns/markdown.cjs +3 -0
- package/lib/vef-table/components/columns/number.cjs +3 -0
- package/lib/vef-table/components/columns/props.cjs +3 -0
- package/lib/vef-table/components/columns/render.cjs +3 -0
- package/lib/vef-table/components/columns/rich-text.cjs +3 -0
- package/lib/vef-table/components/columns/text.cjs +3 -0
- package/lib/vef-table/components/columns-settings.cjs +54 -0
- package/lib/vef-table/components/operation-buttons.cjs +12 -0
- package/lib/vef-table/components/settings-icon.cjs +5 -0
- package/lib/vef-table/components/table-footer.cjs +19 -0
- package/lib/vef-table/helper.cjs +3 -0
- package/lib/vef-table/hooks/use-computed-batch-buttons.cjs +3 -0
- package/lib/vef-table/hooks/use-computed-columns.cjs +3 -0
- package/lib/vef-table/hooks/use-computed-values.cjs +3 -0
- package/lib/vef-table/hooks/use-data.cjs +3 -0
- package/lib/vef-table/hooks/use-default-column-configs.cjs +3 -0
- package/lib/vef-table/hooks/use-display-value.cjs +3 -0
- package/lib/vef-table/hooks/use-helper-columns.cjs +3 -0
- package/lib/vef-table/hooks/use-operation-column-width.cjs +3 -0
- package/lib/vef-table/hooks/use-pagination-props.cjs +3 -0
- package/lib/vef-table/hooks/use-row-props.cjs +3 -0
- package/lib/vef-table/hooks/use-row-selection-config.cjs +3 -0
- package/lib/vef-table/hooks/use-selected-rows.cjs +3 -0
- package/lib/vef-table/hooks/use-table-columns.cjs +3 -0
- package/lib/vef-table/hooks/use-table-context.cjs +3 -0
- package/lib/vef-table/hooks/use-table-instance.cjs +3 -0
- package/lib/vef-table/hooks/use-table-summary.cjs +3 -0
- package/lib/vef-table/hooks/use-table-width.cjs +3 -0
- package/lib/vef-table/index.cjs +56 -0
- package/lib/vef-table/props.cjs +3 -0
- package/lib/vef-table/store.cjs +3 -0
- package/lib/vef-table/types.cjs +3 -0
- package/lib/vef-tabs/index.cjs +3 -0
- package/lib/vef-tabs/props.cjs +3 -0
- package/lib/vef-tag/index.cjs +3 -0
- package/lib/vef-tag/props.cjs +3 -0
- package/lib/vef-temporal-picker/helper.cjs +3 -0
- package/lib/vef-temporal-picker/hooks/use-dayjs-value.cjs +3 -0
- package/lib/vef-temporal-picker/hooks/use-temporal-limit.cjs +3 -0
- package/lib/vef-temporal-picker/hooks/use-temporal-picker-instance.cjs +3 -0
- package/lib/vef-temporal-picker/index.cjs +3 -0
- package/lib/vef-temporal-picker/props.cjs +3 -0
- package/lib/vef-temporal-range-picker/helper.cjs +3 -0
- package/lib/vef-temporal-range-picker/hooks/use-dayjs-values.cjs +3 -0
- package/lib/vef-temporal-range-picker/hooks/use-temporal-limit.cjs +3 -0
- package/lib/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.cjs +3 -0
- package/lib/vef-temporal-range-picker/index.cjs +3 -0
- package/lib/vef-temporal-range-picker/props.cjs +3 -0
- package/lib/vef-text/index.cjs +3 -0
- package/lib/vef-text/props.cjs +3 -0
- package/lib/vef-textarea/hooks/use-textarea-instance.cjs +3 -0
- package/lib/vef-textarea/index.cjs +3 -0
- package/lib/vef-textarea/props.cjs +3 -0
- package/lib/vef-title/index.cjs +15 -0
- package/lib/vef-title/props.cjs +3 -0
- package/lib/vef-tooltip/index.cjs +3 -0
- package/lib/vef-tooltip/props.cjs +3 -0
- package/lib/vef-tree-select/hooks/use-change-handler.cjs +3 -0
- package/lib/vef-tree-select/hooks/use-data-options.cjs +3 -0
- package/lib/vef-tree-select/hooks/use-tree-select-instance.cjs +3 -0
- package/lib/vef-tree-select/index.cjs +3 -0
- package/lib/vef-tree-select/props.cjs +3 -0
- package/lib/vef-virtual-grid/index.cjs +14 -0
- package/lib/vef-virtual-grid/props.cjs +3 -0
- package/lib/vef-virtual-list/index.cjs +20 -0
- package/lib/vef-virtual-list/props.cjs +3 -0
- package/package.json +6 -7
- package/es/index.js +0 -3
- package/es/internal/index.js +0 -3
- package/es/internal/utils.js +0 -3
- package/es/vef-access-denied/access-denied-icon.js +0 -3
- package/es/vef-access-denied/index.js +0 -29
- package/es/vef-action-buttons/index.js +0 -3
- package/es/vef-app/helper.js +0 -3
- package/es/vef-app/index.js +0 -3
- package/es/vef-auto-sizer/index.js +0 -3
- package/es/vef-avatar/index.js +0 -3
- package/es/vef-avatar-group/index.js +0 -3
- package/es/vef-badge/index.js +0 -3
- package/es/vef-bool/hooks/use-bool-instance.js +0 -3
- package/es/vef-bool/index.js +0 -3
- package/es/vef-button/components/base-button.js +0 -3
- package/es/vef-button/index.js +0 -3
- package/es/vef-card/index.js +0 -3
- package/es/vef-card-meta/index.js +0 -3
- package/es/vef-checkbox/hooks/use-checkbox-instance.js +0 -3
- package/es/vef-checkbox/hooks/use-data-options.js +0 -3
- package/es/vef-checkbox/index.js +0 -5
- package/es/vef-col/index.js +0 -3
- package/es/vef-color-picker/index.js +0 -3
- package/es/vef-compact/index.js +0 -3
- package/es/vef-config-provider/hooks/use-ui-config.js +0 -3
- package/es/vef-config-provider/index.js +0 -103
- package/es/vef-config-provider/reset-style.js +0 -257
- package/es/vef-config-provider/store.js +0 -3
- package/es/vef-container/index.js +0 -3
- package/es/vef-crud-page/components/crud-actions.js +0 -3
- package/es/vef-crud-page/components/crud-filter.js +0 -3
- package/es/vef-crud-page/components/crud-footer.js +0 -9
- package/es/vef-crud-page/components/crud-form-modal.js +0 -3
- package/es/vef-crud-page/components/crud-header.js +0 -3
- package/es/vef-crud-page/components/crud-table.js +0 -3
- package/es/vef-crud-page/hooks/use-action-buttons.js +0 -3
- package/es/vef-crud-page/hooks/use-crud-context.js +0 -3
- package/es/vef-crud-page/hooks/use-crud-schema.js +0 -3
- package/es/vef-crud-page/hooks/use-operation-buttons.js +0 -3
- package/es/vef-crud-page/index.js +0 -3
- package/es/vef-crud-page/store.js +0 -3
- package/es/vef-divider/index.js +0 -3
- package/es/vef-drawer/components/action-button-wrapper.js +0 -3
- package/es/vef-drawer/components/button-props.js +0 -2
- package/es/vef-drawer/components/cancel-action-button.js +0 -3
- package/es/vef-drawer/components/ok-action-button.js +0 -3
- package/es/vef-drawer/context.js +0 -3
- package/es/vef-drawer/index.js +0 -10
- package/es/vef-dropdown/index.js +0 -3
- package/es/vef-dynamic-icon/index.js +0 -3
- package/es/vef-dynamic-icon/props.js +0 -3
- package/es/vef-empty/index.js +0 -3
- package/es/vef-empty-placeholder/index.js +0 -7
- package/es/vef-error/error-icon.js +0 -3
- package/es/vef-error/index.js +0 -30
- package/es/vef-filter/components/action-buttons.js +0 -21
- package/es/vef-filter/components/advanced-filter.js +0 -11
- package/es/vef-filter/components/basic-filter.js +0 -21
- package/es/vef-filter/components/fields/index.js +0 -3
- package/es/vef-filter/components/fields/input-number.js +0 -3
- package/es/vef-filter/components/fields/input.js +0 -3
- package/es/vef-filter/components/filter-field.js +0 -3
- package/es/vef-filter/components/filter-item.js +0 -3
- package/es/vef-filter/event.js +0 -3
- package/es/vef-filter/helper.js +0 -3
- package/es/vef-filter/hooks/use-action-handlers.js +0 -3
- package/es/vef-filter/hooks/use-computed-values.js +0 -3
- package/es/vef-filter/hooks/use-filter-context.js +0 -3
- package/es/vef-filter/hooks/use-filter-initialization.js +0 -3
- package/es/vef-filter/hooks/use-filter-instance.js +0 -3
- package/es/vef-filter/hooks/use-filter-items.js +0 -3
- package/es/vef-filter/hooks/use-filter-values-change.js +0 -3
- package/es/vef-filter/hooks/use-label-config.js +0 -3
- package/es/vef-filter/index.js +0 -10
- package/es/vef-filter/store.js +0 -3
- package/es/vef-flex/index.js +0 -3
- package/es/vef-float-button/index.js +0 -3
- package/es/vef-float-button-group/index.js +0 -3
- package/es/vef-form/components/fields/index.js +0 -3
- package/es/vef-form/components/fields/input-number.js +0 -3
- package/es/vef-form/components/fields/input.js +0 -3
- package/es/vef-form/components/form-actions.js +0 -5
- package/es/vef-form/components/form-content.js +0 -6
- package/es/vef-form/components/form-field.js +0 -3
- package/es/vef-form/components/form-group.js +0 -13
- package/es/vef-form/components/form-hidden-item.js +0 -3
- package/es/vef-form/components/form-item.js +0 -3
- package/es/vef-form/components/form-row.js +0 -3
- package/es/vef-form/event.js +0 -3
- package/es/vef-form/helper.js +0 -3
- package/es/vef-form/hooks/use-action-handlers.js +0 -3
- package/es/vef-form/hooks/use-columns-layout.js +0 -3
- package/es/vef-form/hooks/use-computed-values.js +0 -3
- package/es/vef-form/hooks/use-form-context.js +0 -3
- package/es/vef-form/hooks/use-form-initialization.js +0 -3
- package/es/vef-form/hooks/use-form-instance.js +0 -3
- package/es/vef-form/hooks/use-form-values-change.js +0 -3
- package/es/vef-form/hooks/use-label-width.js +0 -3
- package/es/vef-form/index.js +0 -5
- package/es/vef-form/store.js +0 -3
- package/es/vef-form/validation-rules.js +0 -3
- package/es/vef-form-drawer/index.js +0 -3
- package/es/vef-form-modal/index.js +0 -3
- package/es/vef-generic-select/index.js +0 -3
- package/es/vef-grid/index.js +0 -14
- package/es/vef-grid/props.js +0 -3
- package/es/vef-grid-item/index.js +0 -3
- package/es/vef-icon/index.js +0 -3
- package/es/vef-icon-select/index.js +0 -42
- package/es/vef-input/hooks/use-input-instance.js +0 -3
- package/es/vef-input/index.js +0 -3
- package/es/vef-input-number/hooks/use-input-number-instance.js +0 -3
- package/es/vef-input-number/index.js +0 -3
- package/es/vef-layout/components/content.js +0 -3
- package/es/vef-layout/components/font-size.js +0 -6
- package/es/vef-layout/components/fullscreen.js +0 -6
- package/es/vef-layout/components/header-action-icons.js +0 -17
- package/es/vef-layout/components/header-content.js +0 -8
- package/es/vef-layout/components/header.js +0 -14
- package/es/vef-layout/components/sider.js +0 -51
- package/es/vef-layout/components/title.js +0 -38
- package/es/vef-layout/components/user-avatar.js +0 -20
- package/es/vef-layout/index.js +0 -7
- package/es/vef-layout/logo.svg.js +0 -3
- package/es/vef-layout/store.js +0 -3
- package/es/vef-loading-placeholder/index.js +0 -7
- package/es/vef-login/index.js +0 -56
- package/es/vef-login/login-icon.js +0 -3
- package/es/vef-menu/index.js +0 -3
- package/es/vef-modal/components/action-button-wrapper.js +0 -3
- package/es/vef-modal/components/button-props.js +0 -2
- package/es/vef-modal/components/cancel-action-button.js +0 -3
- package/es/vef-modal/components/ok-action-button.js +0 -3
- package/es/vef-modal/context.js +0 -3
- package/es/vef-modal/index.js +0 -6
- package/es/vef-not-found/index.js +0 -30
- package/es/vef-not-found/not-found-icon.js +0 -3
- package/es/vef-page/index.js +0 -59
- package/es/vef-pagination/index.js +0 -3
- package/es/vef-pagination/props.js +0 -3
- package/es/vef-paragraph/index.js +0 -3
- package/es/vef-password/hooks/use-password-instance.js +0 -3
- package/es/vef-password/index.js +0 -3
- package/es/vef-popconfirm/index.js +0 -3
- package/es/vef-popover/index.js +0 -3
- package/es/vef-radio/hooks/use-data-options.js +0 -3
- package/es/vef-radio/hooks/use-radio-instance.js +0 -3
- package/es/vef-radio/index.js +0 -5
- package/es/vef-rate/hooks/use-rate-instance.js +0 -3
- package/es/vef-rate/index.js +0 -3
- package/es/vef-responsive-container/index.js +0 -7
- package/es/vef-responsive-item/index.js +0 -5
- package/es/vef-ribbon/index.js +0 -3
- package/es/vef-row/index.js +0 -3
- package/es/vef-scroll-area/components/scrollbar.js +0 -34
- package/es/vef-scroll-area/index.js +0 -13
- package/es/vef-select/components/option.js +0 -11
- package/es/vef-select/hooks/use-data-options.js +0 -3
- package/es/vef-select/hooks/use-field-names.js +0 -3
- package/es/vef-select/hooks/use-render-label.js +0 -10
- package/es/vef-select/hooks/use-render-option.js +0 -3
- package/es/vef-select/hooks/use-select-instance.js +0 -3
- package/es/vef-select/index.js +0 -3
- package/es/vef-slider/hooks/use-slider-instance.js +0 -3
- package/es/vef-slider/index.js +0 -3
- package/es/vef-sortable-list/components/overlay-item.js +0 -7
- package/es/vef-sortable-list/components/sortable-item.js +0 -7
- package/es/vef-sortable-list/hooks/use-merged-items.js +0 -3
- package/es/vef-sortable-list/index.js +0 -3
- package/es/vef-space/index.js +0 -3
- package/es/vef-spin/index.js +0 -3
- package/es/vef-splitter/index.js +0 -3
- package/es/vef-splitter-panel/index.js +0 -3
- package/es/vef-status/index.js +0 -3
- package/es/vef-table/components/columns/bool.js +0 -3
- package/es/vef-table/components/columns/code.js +0 -3
- package/es/vef-table/components/columns/data-dictionary.js +0 -3
- package/es/vef-table/components/columns/enum.js +0 -3
- package/es/vef-table/components/columns/file.js +0 -3
- package/es/vef-table/components/columns/icon.js +0 -3
- package/es/vef-table/components/columns/id.js +0 -3
- package/es/vef-table/components/columns/image.js +0 -3
- package/es/vef-table/components/columns/index.js +0 -3
- package/es/vef-table/components/columns/markdown.js +0 -3
- package/es/vef-table/components/columns/number.js +0 -3
- package/es/vef-table/components/columns/render.js +0 -3
- package/es/vef-table/components/columns/rich-text.js +0 -3
- package/es/vef-table/components/columns/text.js +0 -3
- package/es/vef-table/components/columns-settings.js +0 -54
- package/es/vef-table/components/operation-buttons.js +0 -12
- package/es/vef-table/components/settings-icon.js +0 -5
- package/es/vef-table/components/table-footer.js +0 -19
- package/es/vef-table/helper.js +0 -3
- package/es/vef-table/hooks/use-computed-batch-buttons.js +0 -3
- package/es/vef-table/hooks/use-computed-columns.js +0 -3
- package/es/vef-table/hooks/use-computed-values.js +0 -3
- package/es/vef-table/hooks/use-data.js +0 -3
- package/es/vef-table/hooks/use-default-column-configs.js +0 -3
- package/es/vef-table/hooks/use-display-value.js +0 -3
- package/es/vef-table/hooks/use-helper-columns.js +0 -3
- package/es/vef-table/hooks/use-operation-column-width.js +0 -3
- package/es/vef-table/hooks/use-pagination-props.js +0 -3
- package/es/vef-table/hooks/use-row-props.js +0 -3
- package/es/vef-table/hooks/use-row-selection-config.js +0 -3
- package/es/vef-table/hooks/use-selected-rows.js +0 -3
- package/es/vef-table/hooks/use-table-columns.js +0 -3
- package/es/vef-table/hooks/use-table-context.js +0 -3
- package/es/vef-table/hooks/use-table-instance.js +0 -3
- package/es/vef-table/hooks/use-table-summary.js +0 -3
- package/es/vef-table/hooks/use-table-width.js +0 -3
- package/es/vef-table/index.js +0 -56
- package/es/vef-table/store.js +0 -3
- package/es/vef-tabs/index.js +0 -3
- package/es/vef-tag/index.js +0 -3
- package/es/vef-temporal-picker/helper.js +0 -3
- package/es/vef-temporal-picker/hooks/use-dayjs-value.js +0 -3
- package/es/vef-temporal-picker/hooks/use-temporal-limit.js +0 -3
- package/es/vef-temporal-picker/hooks/use-temporal-picker-instance.js +0 -3
- package/es/vef-temporal-picker/index.js +0 -3
- package/es/vef-temporal-range-picker/helper.js +0 -3
- package/es/vef-temporal-range-picker/hooks/use-dayjs-values.js +0 -3
- package/es/vef-temporal-range-picker/hooks/use-temporal-limit.js +0 -3
- package/es/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.js +0 -3
- package/es/vef-temporal-range-picker/index.js +0 -3
- package/es/vef-temporal-range-picker/props.js +0 -3
- package/es/vef-text/index.js +0 -3
- package/es/vef-textarea/hooks/use-textarea-instance.js +0 -3
- package/es/vef-textarea/index.js +0 -3
- package/es/vef-title/index.js +0 -15
- package/es/vef-tooltip/index.js +0 -3
- package/es/vef-tree-select/hooks/use-change-handler.js +0 -3
- package/es/vef-tree-select/hooks/use-data-options.js +0 -3
- package/es/vef-tree-select/hooks/use-tree-select-instance.js +0 -3
- package/es/vef-tree-select/index.js +0 -3
- package/es/vef-virtual-grid/index.js +0 -14
- package/es/vef-virtual-list/index.js +0 -20
- package/lib/index.js +0 -3
- package/lib/internal/index.js +0 -3
- package/lib/internal/utils.js +0 -3
- package/lib/vef-access-denied/access-denied-icon.js +0 -3
- package/lib/vef-access-denied/index.js +0 -29
- package/lib/vef-access-denied/props.js +0 -3
- package/lib/vef-action-buttons/index.js +0 -3
- package/lib/vef-action-buttons/props.js +0 -3
- package/lib/vef-app/helper.js +0 -3
- package/lib/vef-app/index.js +0 -3
- package/lib/vef-app/props.js +0 -3
- package/lib/vef-auto-sizer/index.js +0 -3
- package/lib/vef-auto-sizer/props.js +0 -3
- package/lib/vef-avatar/index.js +0 -3
- package/lib/vef-avatar/props.js +0 -3
- package/lib/vef-avatar-group/index.js +0 -3
- package/lib/vef-avatar-group/props.js +0 -3
- package/lib/vef-badge/index.js +0 -3
- package/lib/vef-badge/props.js +0 -3
- package/lib/vef-bool/hooks/use-bool-instance.js +0 -3
- package/lib/vef-bool/index.js +0 -3
- package/lib/vef-bool/props.js +0 -3
- package/lib/vef-button/components/base-button.js +0 -3
- package/lib/vef-button/index.js +0 -3
- package/lib/vef-button/props.js +0 -3
- package/lib/vef-card/index.js +0 -3
- package/lib/vef-card/props.js +0 -3
- package/lib/vef-card-meta/index.js +0 -3
- package/lib/vef-card-meta/props.js +0 -3
- package/lib/vef-checkbox/hooks/use-checkbox-instance.js +0 -3
- package/lib/vef-checkbox/hooks/use-data-options.js +0 -3
- package/lib/vef-checkbox/index.js +0 -5
- package/lib/vef-checkbox/props.js +0 -3
- package/lib/vef-col/index.js +0 -3
- package/lib/vef-col/props.js +0 -3
- package/lib/vef-color-picker/index.js +0 -3
- package/lib/vef-color-picker/props.js +0 -3
- package/lib/vef-compact/index.js +0 -3
- package/lib/vef-compact/props.js +0 -3
- package/lib/vef-config-provider/hooks/use-ui-config.js +0 -3
- package/lib/vef-config-provider/index.js +0 -103
- package/lib/vef-config-provider/props.js +0 -3
- package/lib/vef-config-provider/reset-style.js +0 -257
- package/lib/vef-config-provider/store.js +0 -3
- package/lib/vef-container/index.js +0 -3
- package/lib/vef-container/props.js +0 -3
- package/lib/vef-crud-page/components/crud-actions.js +0 -3
- package/lib/vef-crud-page/components/crud-filter.js +0 -3
- package/lib/vef-crud-page/components/crud-footer.js +0 -9
- package/lib/vef-crud-page/components/crud-form-modal.js +0 -3
- package/lib/vef-crud-page/components/crud-header.js +0 -3
- package/lib/vef-crud-page/components/crud-table.js +0 -3
- package/lib/vef-crud-page/hooks/use-action-buttons.js +0 -3
- package/lib/vef-crud-page/hooks/use-crud-context.js +0 -3
- package/lib/vef-crud-page/hooks/use-crud-schema.js +0 -3
- package/lib/vef-crud-page/hooks/use-operation-buttons.js +0 -3
- package/lib/vef-crud-page/index.js +0 -3
- package/lib/vef-crud-page/props.js +0 -3
- package/lib/vef-crud-page/store.js +0 -3
- package/lib/vef-crud-page/types.js +0 -3
- package/lib/vef-divider/index.js +0 -3
- package/lib/vef-divider/props.js +0 -3
- package/lib/vef-drawer/components/action-button-wrapper.js +0 -3
- package/lib/vef-drawer/components/button-props.js +0 -3
- package/lib/vef-drawer/components/cancel-action-button.js +0 -3
- package/lib/vef-drawer/components/ok-action-button.js +0 -3
- package/lib/vef-drawer/context.js +0 -3
- package/lib/vef-drawer/index.js +0 -10
- package/lib/vef-drawer/props.js +0 -3
- package/lib/vef-dropdown/index.js +0 -3
- package/lib/vef-dropdown/props.js +0 -3
- package/lib/vef-dynamic-icon/index.js +0 -3
- package/lib/vef-dynamic-icon/props.js +0 -3
- package/lib/vef-empty/index.js +0 -3
- package/lib/vef-empty/props.js +0 -3
- package/lib/vef-empty-placeholder/index.js +0 -7
- package/lib/vef-empty-placeholder/props.js +0 -3
- package/lib/vef-error/error-icon.js +0 -3
- package/lib/vef-error/index.js +0 -30
- package/lib/vef-error/props.js +0 -3
- package/lib/vef-filter/components/action-buttons.js +0 -21
- package/lib/vef-filter/components/advanced-filter.js +0 -11
- package/lib/vef-filter/components/basic-filter.js +0 -21
- package/lib/vef-filter/components/fields/index.js +0 -3
- package/lib/vef-filter/components/fields/input-number.js +0 -3
- package/lib/vef-filter/components/fields/input.js +0 -3
- package/lib/vef-filter/components/fields/props.js +0 -3
- package/lib/vef-filter/components/filter-field.js +0 -3
- package/lib/vef-filter/components/filter-item.js +0 -3
- package/lib/vef-filter/event.js +0 -3
- package/lib/vef-filter/helper.js +0 -3
- package/lib/vef-filter/hooks/use-action-handlers.js +0 -3
- package/lib/vef-filter/hooks/use-computed-values.js +0 -3
- package/lib/vef-filter/hooks/use-filter-context.js +0 -3
- package/lib/vef-filter/hooks/use-filter-initialization.js +0 -3
- package/lib/vef-filter/hooks/use-filter-instance.js +0 -3
- package/lib/vef-filter/hooks/use-filter-items.js +0 -3
- package/lib/vef-filter/hooks/use-filter-values-change.js +0 -3
- package/lib/vef-filter/hooks/use-label-config.js +0 -3
- package/lib/vef-filter/index.js +0 -10
- package/lib/vef-filter/props.js +0 -3
- package/lib/vef-filter/store.js +0 -3
- package/lib/vef-filter/types.js +0 -3
- package/lib/vef-flex/index.js +0 -3
- package/lib/vef-flex/props.js +0 -3
- package/lib/vef-float-button/index.js +0 -3
- package/lib/vef-float-button/props.js +0 -3
- package/lib/vef-float-button-group/index.js +0 -3
- package/lib/vef-float-button-group/props.js +0 -3
- package/lib/vef-form/components/fields/index.js +0 -3
- package/lib/vef-form/components/fields/input-number.js +0 -3
- package/lib/vef-form/components/fields/input.js +0 -3
- package/lib/vef-form/components/fields/props.js +0 -3
- package/lib/vef-form/components/form-actions.js +0 -5
- package/lib/vef-form/components/form-content.js +0 -6
- package/lib/vef-form/components/form-field.js +0 -3
- package/lib/vef-form/components/form-group.js +0 -13
- package/lib/vef-form/components/form-hidden-item.js +0 -3
- package/lib/vef-form/components/form-item.js +0 -3
- package/lib/vef-form/components/form-row.js +0 -3
- package/lib/vef-form/event.js +0 -3
- package/lib/vef-form/helper.js +0 -3
- package/lib/vef-form/hooks/use-action-handlers.js +0 -3
- package/lib/vef-form/hooks/use-columns-layout.js +0 -3
- package/lib/vef-form/hooks/use-computed-values.js +0 -3
- package/lib/vef-form/hooks/use-form-context.js +0 -3
- package/lib/vef-form/hooks/use-form-initialization.js +0 -3
- package/lib/vef-form/hooks/use-form-instance.js +0 -3
- package/lib/vef-form/hooks/use-form-values-change.js +0 -3
- package/lib/vef-form/hooks/use-label-width.js +0 -3
- package/lib/vef-form/index.js +0 -5
- package/lib/vef-form/props.js +0 -3
- package/lib/vef-form/store.js +0 -3
- package/lib/vef-form/types.js +0 -3
- package/lib/vef-form/validation-rules.js +0 -3
- package/lib/vef-form-drawer/index.js +0 -3
- package/lib/vef-form-drawer/props.js +0 -3
- package/lib/vef-form-modal/index.js +0 -3
- package/lib/vef-form-modal/props.js +0 -3
- package/lib/vef-generic-select/index.js +0 -3
- package/lib/vef-generic-select/props.js +0 -3
- package/lib/vef-grid/index.js +0 -14
- package/lib/vef-grid/props.js +0 -3
- package/lib/vef-grid-item/index.js +0 -3
- package/lib/vef-grid-item/props.js +0 -3
- package/lib/vef-icon/index.js +0 -3
- package/lib/vef-icon/props.js +0 -3
- package/lib/vef-icon-select/index.js +0 -42
- package/lib/vef-icon-select/props.js +0 -3
- package/lib/vef-input/hooks/use-input-instance.js +0 -3
- package/lib/vef-input/index.js +0 -3
- package/lib/vef-input/props.js +0 -3
- package/lib/vef-input-number/hooks/use-input-number-instance.js +0 -3
- package/lib/vef-input-number/index.js +0 -3
- package/lib/vef-input-number/props.js +0 -3
- package/lib/vef-layout/components/content.js +0 -3
- package/lib/vef-layout/components/font-size.js +0 -6
- package/lib/vef-layout/components/fullscreen.js +0 -6
- package/lib/vef-layout/components/header-action-icons.js +0 -17
- package/lib/vef-layout/components/header-content.js +0 -8
- package/lib/vef-layout/components/header.js +0 -14
- package/lib/vef-layout/components/sider.js +0 -51
- package/lib/vef-layout/components/title.js +0 -38
- package/lib/vef-layout/components/user-avatar.js +0 -20
- package/lib/vef-layout/index.js +0 -7
- package/lib/vef-layout/logo.svg.js +0 -3
- package/lib/vef-layout/props.js +0 -3
- package/lib/vef-layout/store.js +0 -3
- package/lib/vef-loading-placeholder/index.js +0 -7
- package/lib/vef-loading-placeholder/props.js +0 -3
- package/lib/vef-login/index.js +0 -56
- package/lib/vef-login/login-icon.js +0 -3
- package/lib/vef-login/props.js +0 -3
- package/lib/vef-menu/index.js +0 -3
- package/lib/vef-menu/props.js +0 -3
- package/lib/vef-modal/components/action-button-wrapper.js +0 -3
- package/lib/vef-modal/components/button-props.js +0 -3
- package/lib/vef-modal/components/cancel-action-button.js +0 -3
- package/lib/vef-modal/components/ok-action-button.js +0 -3
- package/lib/vef-modal/context.js +0 -3
- package/lib/vef-modal/index.js +0 -6
- package/lib/vef-modal/props.js +0 -3
- package/lib/vef-not-found/index.js +0 -30
- package/lib/vef-not-found/not-found-icon.js +0 -3
- package/lib/vef-not-found/props.js +0 -3
- package/lib/vef-page/index.js +0 -59
- package/lib/vef-page/props.js +0 -3
- package/lib/vef-pagination/index.js +0 -3
- package/lib/vef-pagination/props.js +0 -3
- package/lib/vef-paragraph/index.js +0 -3
- package/lib/vef-paragraph/props.js +0 -3
- package/lib/vef-password/hooks/use-password-instance.js +0 -3
- package/lib/vef-password/index.js +0 -3
- package/lib/vef-password/props.js +0 -3
- package/lib/vef-popconfirm/index.js +0 -3
- package/lib/vef-popconfirm/props.js +0 -3
- package/lib/vef-popover/index.js +0 -3
- package/lib/vef-popover/props.js +0 -3
- package/lib/vef-radio/hooks/use-data-options.js +0 -3
- package/lib/vef-radio/hooks/use-radio-instance.js +0 -3
- package/lib/vef-radio/index.js +0 -5
- package/lib/vef-radio/props.js +0 -3
- package/lib/vef-rate/hooks/use-rate-instance.js +0 -3
- package/lib/vef-rate/index.js +0 -3
- package/lib/vef-rate/props.js +0 -3
- package/lib/vef-responsive-container/index.js +0 -7
- package/lib/vef-responsive-container/props.js +0 -3
- package/lib/vef-responsive-item/index.js +0 -5
- package/lib/vef-responsive-item/props.js +0 -3
- package/lib/vef-ribbon/index.js +0 -3
- package/lib/vef-ribbon/props.js +0 -3
- package/lib/vef-row/index.js +0 -3
- package/lib/vef-row/props.js +0 -3
- package/lib/vef-scroll-area/components/scrollbar.js +0 -34
- package/lib/vef-scroll-area/index.js +0 -13
- package/lib/vef-scroll-area/props.js +0 -3
- package/lib/vef-select/components/option.js +0 -11
- package/lib/vef-select/hooks/use-data-options.js +0 -3
- package/lib/vef-select/hooks/use-field-names.js +0 -3
- package/lib/vef-select/hooks/use-render-label.js +0 -10
- package/lib/vef-select/hooks/use-render-option.js +0 -3
- package/lib/vef-select/hooks/use-select-instance.js +0 -3
- package/lib/vef-select/index.js +0 -3
- package/lib/vef-select/props.js +0 -3
- package/lib/vef-slider/hooks/use-slider-instance.js +0 -3
- package/lib/vef-slider/index.js +0 -3
- package/lib/vef-slider/props.js +0 -3
- package/lib/vef-sortable-list/components/overlay-item.js +0 -7
- package/lib/vef-sortable-list/components/sortable-item.js +0 -7
- package/lib/vef-sortable-list/hooks/use-merged-items.js +0 -3
- package/lib/vef-sortable-list/index.js +0 -3
- package/lib/vef-sortable-list/props.js +0 -3
- package/lib/vef-space/index.js +0 -3
- package/lib/vef-space/props.js +0 -3
- package/lib/vef-spin/index.js +0 -3
- package/lib/vef-spin/props.js +0 -3
- package/lib/vef-splitter/index.js +0 -3
- package/lib/vef-splitter/props.js +0 -3
- package/lib/vef-splitter-panel/index.js +0 -3
- package/lib/vef-splitter-panel/props.js +0 -3
- package/lib/vef-status/index.js +0 -3
- package/lib/vef-status/props.js +0 -3
- package/lib/vef-table/components/columns/bool.js +0 -3
- package/lib/vef-table/components/columns/code.js +0 -3
- package/lib/vef-table/components/columns/data-dictionary.js +0 -3
- package/lib/vef-table/components/columns/enum.js +0 -3
- package/lib/vef-table/components/columns/file.js +0 -3
- package/lib/vef-table/components/columns/icon.js +0 -3
- package/lib/vef-table/components/columns/id.js +0 -3
- package/lib/vef-table/components/columns/image.js +0 -3
- package/lib/vef-table/components/columns/index.js +0 -3
- package/lib/vef-table/components/columns/markdown.js +0 -3
- package/lib/vef-table/components/columns/number.js +0 -3
- package/lib/vef-table/components/columns/props.js +0 -3
- package/lib/vef-table/components/columns/render.js +0 -3
- package/lib/vef-table/components/columns/rich-text.js +0 -3
- package/lib/vef-table/components/columns/text.js +0 -3
- package/lib/vef-table/components/columns-settings.js +0 -54
- package/lib/vef-table/components/operation-buttons.js +0 -12
- package/lib/vef-table/components/settings-icon.js +0 -5
- package/lib/vef-table/components/table-footer.js +0 -19
- package/lib/vef-table/helper.js +0 -3
- package/lib/vef-table/hooks/use-computed-batch-buttons.js +0 -3
- package/lib/vef-table/hooks/use-computed-columns.js +0 -3
- package/lib/vef-table/hooks/use-computed-values.js +0 -3
- package/lib/vef-table/hooks/use-data.js +0 -3
- package/lib/vef-table/hooks/use-default-column-configs.js +0 -3
- package/lib/vef-table/hooks/use-display-value.js +0 -3
- package/lib/vef-table/hooks/use-helper-columns.js +0 -3
- package/lib/vef-table/hooks/use-operation-column-width.js +0 -3
- package/lib/vef-table/hooks/use-pagination-props.js +0 -3
- package/lib/vef-table/hooks/use-row-props.js +0 -3
- package/lib/vef-table/hooks/use-row-selection-config.js +0 -3
- package/lib/vef-table/hooks/use-selected-rows.js +0 -3
- package/lib/vef-table/hooks/use-table-columns.js +0 -3
- package/lib/vef-table/hooks/use-table-context.js +0 -3
- package/lib/vef-table/hooks/use-table-instance.js +0 -3
- package/lib/vef-table/hooks/use-table-summary.js +0 -3
- package/lib/vef-table/hooks/use-table-width.js +0 -3
- package/lib/vef-table/index.js +0 -56
- package/lib/vef-table/props.js +0 -3
- package/lib/vef-table/store.js +0 -3
- package/lib/vef-table/types.js +0 -3
- package/lib/vef-tabs/index.js +0 -3
- package/lib/vef-tabs/props.js +0 -3
- package/lib/vef-tag/index.js +0 -3
- package/lib/vef-tag/props.js +0 -3
- package/lib/vef-temporal-picker/helper.js +0 -3
- package/lib/vef-temporal-picker/hooks/use-dayjs-value.js +0 -3
- package/lib/vef-temporal-picker/hooks/use-temporal-limit.js +0 -3
- package/lib/vef-temporal-picker/hooks/use-temporal-picker-instance.js +0 -3
- package/lib/vef-temporal-picker/index.js +0 -3
- package/lib/vef-temporal-picker/props.js +0 -3
- package/lib/vef-temporal-range-picker/helper.js +0 -3
- package/lib/vef-temporal-range-picker/hooks/use-dayjs-values.js +0 -3
- package/lib/vef-temporal-range-picker/hooks/use-temporal-limit.js +0 -3
- package/lib/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.js +0 -3
- package/lib/vef-temporal-range-picker/index.js +0 -3
- package/lib/vef-temporal-range-picker/props.js +0 -3
- package/lib/vef-text/index.js +0 -3
- package/lib/vef-text/props.js +0 -3
- package/lib/vef-textarea/hooks/use-textarea-instance.js +0 -3
- package/lib/vef-textarea/index.js +0 -3
- package/lib/vef-textarea/props.js +0 -3
- package/lib/vef-title/index.js +0 -15
- package/lib/vef-title/props.js +0 -3
- package/lib/vef-tooltip/index.js +0 -3
- package/lib/vef-tooltip/props.js +0 -3
- package/lib/vef-tree-select/hooks/use-change-handler.js +0 -3
- package/lib/vef-tree-select/hooks/use-data-options.js +0 -3
- package/lib/vef-tree-select/hooks/use-tree-select-instance.js +0 -3
- package/lib/vef-tree-select/index.js +0 -3
- package/lib/vef-tree-select/props.js +0 -3
- package/lib/vef-virtual-grid/index.js +0 -14
- package/lib/vef-virtual-grid/props.js +0 -3
- package/lib/vef-virtual-list/index.js +0 -20
- package/lib/vef-virtual-list/props.js +0 -3
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as e}from"@emotion/react/jsx-runtime";import{useColorTokens as o}from"@vef-framework/hooks";import{isFunction as r}from"@vef-framework/shared";import{Typography as t}from"antd";import{useMemo as a}from"react";const{Paragraph:n}=t,p=({variant:t,color:p,bold:d,ellipsis:i,ellipsisRows:s=2,expandable:l,defaultExpanded:f,expanded:m,copyable:c,copiedText:x,onCopy:u,onExpand:y,...b})=>{const h=a((()=>{if(i)return{rows:s,expandable:l?"collapsible":void 0,defaultExpanded:f,expanded:m,onExpand:r(y)?(e,{expanded:o})=>{y(o)}:void 0}}),[l,f,i,s,m,y]),v=o(),g=a((()=>{const e={};return"strikethrough"===t?e.delete=!0:t&&(e[t]=!0),"secondary"===p?e.type="secondary":p&&(e.css={color:v.get(p)}),d&&(e.strong=!0),e}),[d,p,v,t]),k=a((()=>{if(c)return{format:"text/plain",text:x,onCopy:u}}),[c,x,u]);return e(n,{copyable:k,ellipsis:h,...g,...b})};export{p as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{useRef as r,useImperativeHandle as t}from"react";function u(u){const c=r(null);return t(u,(()=>({blur:()=>c.current?.blur(),focus:()=>c.current?.focus({preventScroll:!0})}))),c}export{u as usePasswordInstance};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as o}from"@emotion/react/jsx-runtime";import{isFunction as e}from"@vef-framework/shared";import{Input as r}from"antd";import{forwardRef as t,useMemo as a}from"react";import"../internal/index.mjs";import{usePasswordInstance as n}from"./hooks/use-password-instance.mjs";import{convertBasicSizeToUiSize as s}from"../internal/utils.mjs";const{Password:u}=r;function l(o){return""===o?null:o}const i=t((({defaultValue:r,value:t,size:i,clearable:m,showCount:f,onChange:d,onEnterKeyPress:v,onBlur:c,onFocus:p,...g},h)=>{const w=a((()=>({onChange:e(d)?o=>d(l(o.target.value)):void 0,onPressEnter:e(v)?o=>v(l(o.target.value)):void 0,onBlur:e(c)?o=>c(l(o.target.value)):void 0,onFocus:e(p)?o=>p(l(o.target.value)):void 0})),[d,v,c,p]),C=n(h);return o(u,{ref:C,allowClear:m,defaultValue:r,showCount:f,size:s(i),value:t,...g,...w})}));export{i as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as e}from"@emotion/react/jsx-runtime";import{infoIcon as o,defaultMessageTitle as n}from"@vef-framework/shared";import{Popconfirm as t}from"antd";import{CheckIcon as r}from"lucide-react";import{forwardRef as a,useRef as c,useImperativeHandle as i}from"react";import p from"../vef-icon/index.mjs";const l={autoInsertSpace:!1,icon:e(p,{children:e(r,{})})},m={autoInsertSpace:!1,variant:"text",color:"default"};function f(e){e.stopPropagation()}const u=a((({title:r=n,content:a,cancelable:p=!0,defaultOpened:u,opened:s,onOpenedChange:d,onOk:C,onCancel:h,...O},k)=>{const v=c(null);return i(k,(()=>v.current.nativeElement)),e(t,{ref:v,cancelButtonProps:m,defaultOpen:u,description:a,icon:o,okButtonProps:l,open:s,showCancel:p,title:r,onCancel:h,onConfirm:C,onOpenChange:d,onPopupClick:f,...O})}));export{u as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as t}from"@emotion/react/jsx-runtime";import{Popover as r}from"antd";import{forwardRef as e,useRef as o,useImperativeHandle as n}from"react";const i=e((({title:e,content:i,trigger:c="click",arrow:m=!1,...a},l)=>{const f=o(null);return n(l,(()=>f.current.nativeElement)),t(r,{ref:f,arrow:m,content:i,title:e,trigger:c,...a})}));export{i as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{useComputedOptions as e}from"@vef-framework/hooks";import{isFunction as o,isNullish as r}from"@vef-framework/shared";import{useMemo as a,useLayoutEffect as i}from"react";function t({value:t,onChange:n,...p}){const{normalizedOptions:s,defaultOption:f,isLoading:l}=e({...p,isGrouped:!1,filterable:!1,selectedOptionValues:t?[t]:[]}),m=a((()=>s.reduce(((e,o)=>(e.set(o.value,o),e)),new Map)),[s]);return i((()=>{f&&o(n)&&r(t)&&n(f.value,f)}),[f,n,t]),{optionsMap:m,normalizedOptions:s,isLoading:l}}export{t as useDataOptions};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{useRef as r,useImperativeHandle as t}from"react";function n(n,o){const u=r(null);return t(n,(()=>({blur:()=>{u.current?.blur()},focus:()=>{u.current?.focus({preventScroll:!0})},getDataOptions:()=>o}))),u}export{n as useRadioInstance};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as e}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{themeVariables as t,isFunction as i}from"@vef-framework/shared";import{Radio as r}from"antd";import{useMemo as n,memo as a,forwardRef as l}from"react";import"../internal/index.mjs";import d from"../vef-loading-placeholder/index.mjs";import m from"../vef-tooltip/index.mjs";import{useDataOptions as s}from"./hooks/use-data-options.mjs";import{useRadioInstance as u}from"./hooks/use-radio-instance.mjs";import{convertBasicSizeToUiSize as p}from"../internal/utils.mjs";const{Group:c}=r,f=e("div",{css:o`
|
|
3
|
+
height: ${t.controlHeight}
|
|
4
|
+
`,children:e(d,{})});const h=a(l((function({defaultValue:o,value:t,disabled:a,block:l,variant:d,buttonVariant:h,buttonSize:v,onChange:b,...g},j){const{optionsMap:k,normalizedOptions:x,isLoading:V}=s({value:t,onChange:b,...g}),y=u(j,x),z=n((()=>{if(i(b))return({target:{value:e}})=>{b(e,k.get(e))}}),[b,k]);if(V)return f;const C=x.map((o=>{const{value:t,label:i,disabled:n,description:a}=o;return a?e(m,{content:a,children:e(r,{disabled:n,value:t,children:i})},t):e(r,{disabled:n,value:t,children:i},t)}));return e(c,{ref:y,block:l,buttonStyle:h,defaultValue:o,disabled:a,optionType:d,size:p(v),onChange:z,...void 0===t?{}:{value:t},children:C})})));h.displayName="VefRadio";export{h as default};
|
|
5
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{useRef as r,useImperativeHandle as u}from"react";function t(t){const c=r(null);return u(t,(()=>({blur:()=>c.current?.blur(),focus:()=>c.current?.focus()}))),c}export{t as useRateInstance};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as r}from"@emotion/react/jsx-runtime";import{isFunction as t}from"@vef-framework/shared";import{Rate as o}from"antd";import{forwardRef as e,useMemo as m}from"react";import{useRateInstance as a}from"./hooks/use-rate-instance.mjs";const c=e((({character:e,...c},f)=>{const i=m((()=>t(e)?({index:r})=>e(r):e),[e]),n=a(f);return r(o,{ref:n,character:i,...c})}));export{c as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as e}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{useGapSizeNormalizer as o}from"@vef-framework/hooks";import{isArray as t}from"@vef-framework/shared";import{motion as n}from"motion/react";import{forwardRef as i,Children as a,isValidElement as s,useMemo as m,memo as p}from"react";import f from"../vef-responsive-item/index.mjs";const v=r`
|
|
3
|
+
display: grid;
|
|
4
|
+
grid-template-columns: repeat(var(--vef-responsive-container-auto-mode), minmax(var(--vef-responsive-container-base-width), 1fr));
|
|
5
|
+
gap: var(--vef-responsive-container-gap);
|
|
6
|
+
`,c=p(i((({style:r,baseItemWidth:i=320,autoExpand:p=!0,gap:c=0,children:d,...l},u)=>{if(i%2!=0)throw new Error("VefResponsiveContainer: baseItemWidth must be an even number.");a.forEach(d,(e=>{if(!s(e)||e.type!==f)throw new Error("VefResponsiveContainer: children must be a VefResponsiveItem element.")}));const h=o(),w=m((()=>t(c)?c.map((e=>h(e))).join(" "):h(c)),[c,h]),b=m((()=>{const e=p?"auto-fit":"auto-fill";return{...r,"--vef-responsive-container-auto-mode":e,"--vef-responsive-container-base-width":i/2+"px","--vef-responsive-container-gap":w}}),[p,i,w,r]);return e(n.div,{ref:u,css:v,style:b,...l,children:d})})));c.displayName="VefResponsiveContainer";export{c as default};
|
|
7
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as e}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{motion as t}from"motion/react";import{forwardRef as o,useMemo as i}from"react";const n=r`
|
|
3
|
+
grid-column: span var(--vef-responsive-item-span);
|
|
4
|
+
`,s=o((({style:r,span:o=1,children:s,...m},a)=>{const p=i((()=>({...r,"--vef-responsive-item-span":2*o})),[o,r]);return e(t.div,{ref:a,css:n,style:p,...m,children:s})}));export{s as default};
|
|
5
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as o}from"@emotion/react/jsx-runtime";import{useColorTokens as r}from"@vef-framework/hooks";import{Badge as t}from"antd";import{useMemo as e}from"react";const{Ribbon:n}=t,i=({color:t,position:i="right",children:a})=>{const m=r(),c=e((()=>{if(!t)return{placement:"right"===i?"end":"start",text:a};if(m.has(t))return{color:t?m.get(t):void 0,placement:"right"===i?"end":"start",text:a};throw new Error(`Invalid color value "${t}" of VefRibbon component. Color must be a valid color token.`)}),[a,t,m,i]);return o(n,{...c})};export{i as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as t}from"@emotion/react/jsx-runtime";import{Row as o}from"antd";const r=r=>t(o,{...r});export{r as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as r}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{ScrollAreaScrollbar as a,ScrollAreaThumb as e}from"@radix-ui/react-scroll-area";import{themeVariables as i}from"@vef-framework/shared";import{forwardRef as l}from"react";const t=o`
|
|
3
|
+
--vef-scroll-area-scrollbar-padding: 2px;
|
|
4
|
+
|
|
5
|
+
display: flex;
|
|
6
|
+
touch-action: none;
|
|
7
|
+
user-select: none;
|
|
8
|
+
`,n=o`
|
|
9
|
+
height: 100%;
|
|
10
|
+
width: var(--vef-scroll-area-scrollbar-size);
|
|
11
|
+
border-left-width: 1px;
|
|
12
|
+
border-left-color: transparent;
|
|
13
|
+
padding: var(--vef-scroll-area-scrollbar-padding);
|
|
14
|
+
`,c=o`
|
|
15
|
+
flex-direction: column;
|
|
16
|
+
height: var(--vef-scroll-area-scrollbar-size);
|
|
17
|
+
border-top-width: 1px;
|
|
18
|
+
border-top-color: transparent;
|
|
19
|
+
padding: var(--vef-scroll-area-scrollbar-padding);
|
|
20
|
+
`,s=o`
|
|
21
|
+
position: relative;
|
|
22
|
+
z-index: 2;
|
|
23
|
+
flex: 1;
|
|
24
|
+
border-radius: calc(var(--vef-scroll-area-scrollbar-size) - var(--vef-scroll-area-scrollbar-padding) * 2);
|
|
25
|
+
background-color: hsl(240 5.9% 90%);
|
|
26
|
+
transition-property: background-color;
|
|
27
|
+
transition-timing-function: ${i.motionEaseInOutCirc};
|
|
28
|
+
transition-duration: ${i.motionDurationMid};
|
|
29
|
+
|
|
30
|
+
&:hover {
|
|
31
|
+
background-color: hsl(240 5.9% 84%);
|
|
32
|
+
}
|
|
33
|
+
`,d=l((({orientation:o="vertical",...i},l)=>r(a,{ref:l,orientation:o,css:[t,"vertical"===o&&n,"horizontal"===o&&c],...i,children:r(e,{css:s})})));d.displayName="VefScrollbar";export{d as default};
|
|
34
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsxs as r,jsx as o}from"@emotion/react/jsx-runtime";import{css as e}from"@emotion/react";import{Root as t,Viewport as l,Corner as i}from"@radix-ui/react-scroll-area";import{isNumber as a}from"@vef-framework/shared";import{forwardRef as s,useMemo as c}from"react";import h from"./components/scrollbar.mjs";const m=e`
|
|
3
|
+
position: relative;
|
|
4
|
+
overflow: hidden;
|
|
5
|
+
height: var(--vef-scroll-area-height, 100%);
|
|
6
|
+
width: var(--vef-scroll-area-width, auto);
|
|
7
|
+
`,n=e`
|
|
8
|
+
height: 100%;
|
|
9
|
+
width: 100%;
|
|
10
|
+
border-radius: inherit;
|
|
11
|
+
-webkit-overflow-scrolling: touch;
|
|
12
|
+
`,d=s((({style:e,height:s,width:d,scrollDirection:f="y",scrollbarSize:p="medium",autoHideScrollbar:v=!0,viewportClassName:w,viewportStyle:u,viewportRef:b,onScroll:x,children:y,...g},S)=>{const z=c((()=>({...e,"--vef-scroll-area-height":(a(s)?`${s}px`:s)??"100%","--vef-scroll-area-width":(a(d)?`${d}px`:d)??"auto"})),[s,e,d]),j=c((()=>({"--vef-scroll-area-scrollbar-size":"small"===p?"10px":"medium"===p?"12px":"14px"})),[p]),k=c((()=>({...u,overflowX:""+("x"===f||"both"===f?"scroll":"hidden"),overflowY:""+("y"===f||"both"===f?"scroll":"hidden")})),[f,u]);return r(t,{ref:S,css:m,style:z,type:v?"hover":"auto",...g,children:[o(l,{ref:b,className:w,css:n,style:k,onScroll:x,children:y}),("y"===f||"both"===f)&&o(h,{orientation:"vertical",style:j}),("x"===f||"both"===f)&&o(h,{orientation:"horizontal",style:j}),o(i,{})]})}));export{d as default};
|
|
13
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsxs as e,jsx as i}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{themeVariables as o}from"@vef-framework/shared";import{memo as l}from"react";import t from"../../vef-text/index.mjs";const s=r`
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
row-gap: 4px;
|
|
6
|
+
|
|
7
|
+
> .vef-typography-secondary {
|
|
8
|
+
font-size: ${o.fontSizeSm};
|
|
9
|
+
}
|
|
10
|
+
`,p=l((({label:r,description:o})=>o?e("div",{css:s,children:[i(t,{ellipsis:!0,ellipsisTipPlacement:"right",children:r}),i(t,{ellipsis:!0,color:"secondary",ellipsisTipPlacement:"right",children:o})]}):i(t,{ellipsis:!0,ellipsisTipPlacement:"right",children:r})));p.displayName="VefOption";export{p as default};
|
|
11
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{useComputedOptions as o}from"@vef-framework/hooks";import{isArray as e,isFunction as a,isNullish as i}from"@vef-framework/shared";import{useLayoutEffect as n}from"react";function r({value:r,grouped:t=!1,multiple:l=!1,onChange:s,...p}){const{onFilterKeywordChange:d,normalizedOptions:f,defaultOption:m,isLoading:u,fallbackOptions:c,isFallbackOptionsLoading:g}=o({...p,isGrouped:t,selectedOptionValues:e(r)?r:r?[r]:[]});return n((()=>{m&&a(s)&&i(r)&&s(l?[m.value]:m.value,l?[m]:m)}),[m,l,s,r]),{onFilterKeywordChange:d,normalizedOptions:f,isLoading:u,fallbackOptions:c,isFallbackOptionsLoading:g}}export{r as useDataOptions};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{useMemo as l}from"react";function e(e){return l((()=>e?{label:"label",value:"value",options:"children",groupLabel:"label"}:{label:"label",value:"value"}),[e])}export{e as useFieldNames};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as i}from"@emotion/react/jsx-runtime";import{LoadingOutlined as r}from"@ant-design/icons";import{css as e}from"@emotion/react";import{useCallback as n}from"react";import t from"../../vef-spin/index.mjs";const o=e`
|
|
3
|
+
display: inline-flex;
|
|
4
|
+
align-items: center;
|
|
5
|
+
|
|
6
|
+
.vef-spin {
|
|
7
|
+
color: inherit;
|
|
8
|
+
}
|
|
9
|
+
`;function m(e,m){return n((({label:n,value:s})=>{if(n)return n;if(e)return i("span",{css:o,children:i(t,{indicator:i(r,{}),size:"small"})});const l=m?.find((i=>i.value===s));return l?.label??s}),[e,m])}export{m as useRenderLabel};
|
|
10
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as o}from"@emotion/react/jsx-runtime";import{isFunction as r}from"@vef-framework/shared";import{useMemo as e}from"react";import t from"../components/option.mjs";function i(i){return e((()=>r(i)?({data:o},{index:r})=>i({...o,index:r}):({data:{label:r,description:e}})=>o(t,{description:e,label:r??"Missing Label"})),[i])}export{i as useRenderOption};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{useRef as r,useImperativeHandle as t}from"react";function n(n,o){const u=r(null);return t(n,(()=>({blur:()=>{u.current?.blur()},focus:()=>{u.current?.focus({preventScroll:!0})},getDataOptions:()=>o}))),u}export{n as useSelectInstance};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as e}from"@emotion/react/jsx-runtime";import{useOptionFilter as o}from"@vef-framework/hooks";import{styles as r}from"@vef-framework/shared";import{Select as t}from"antd";import{memo as i,forwardRef as n}from"react";import"../internal/index.mjs";import l from"../vef-loading-placeholder/index.mjs";import{useDataOptions as a}from"./hooks/use-data-options.mjs";import{useFieldNames as s}from"./hooks/use-field-names.mjs";import{useRenderLabel as m}from"./hooks/use-render-label.mjs";import{useRenderOption as d}from"./hooks/use-render-option.mjs";import{useSelectInstance as p}from"./hooks/use-select-instance.mjs";import{convertBasicSizeToUiSize as f}from"../internal/utils.mjs";const u=e("div",{css:{height:140},children:e(l,{})});const c=i(n((function({defaultValue:i,value:n,size:l,clearable:c,disabled:h,placeholder:v,variant:g,onClear:C,onBlur:k,onFocus:b,onChange:j,onSelect:F,onDeselect:x,multiple:O=!1,grouped:w=!1,maxCount:S,renderOption:R,filterable:z=!0,filterFromRemote:V=!1,...y},B){const{onFilterKeywordChange:D,normalizedOptions:L,isLoading:N,fallbackOptions:A,isFallbackOptionsLoading:H}=a({value:n,grouped:w,multiple:O,onChange:j,filterable:z,filterFromRemote:V,...y}),K=d(R),T=o(z,V),W=s(w),q=m(H,A),E=p(B,L);return e(t,{ref:E,defaultActiveFirstOption:!0,allowClear:c,css:r.fullWidth,defaultValue:i,disabled:h,fieldNames:W,filterOption:T,labelRender:q,listHeight:280,loading:N,maxCount:O?S:void 0,maxTagCount:O?"responsive":void 0,mode:O?"multiple":void 0,notFoundContent:N?u:void 0,optionRender:K,options:L,placeholder:v,showSearch:z,size:f(l),value:n,variant:g,onBlur:k,onChange:j,onClear:C,onDeselect:x,onFocus:b,onSearch:D,onSelect:F})})));c.displayName="VefSelect";export{c as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{useRef as r,useImperativeHandle as u}from"react";function t(t){const c=r(null);return u(t,(()=>({blur:()=>c.current?.blur(),focus:()=>c.current?.focus()}))),c}export{t as useSliderInstance};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as t}from"@emotion/react/jsx-runtime";import{Slider as r}from"antd";import{forwardRef as o,useMemo as e}from"react";import{useSliderInstance as m}from"./hooks/use-slider-instance.mjs";const n=o((({step:o,tipFormatter:n,onChange:a,...i},s)=>{const p=e((()=>{if(n)return{formatter:t=>n(t)}}),[n]),f=m(s);return t(r,{ref:f,step:"mark"===o?null:o,tooltip:p,onChange:a,...i})}));export{n as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as e,jsxs as n,Fragment as o}from"@emotion/react/jsx-runtime";import{HolderOutlined as t}from"@ant-design/icons";import{css as r}from"@emotion/react";const s=e(t,{}),a=r`
|
|
3
|
+
cursor: move;
|
|
4
|
+
user-select: none;
|
|
5
|
+
touch-action: none;
|
|
6
|
+
`;function c({item:t,renderItem:r,useHandle:c,handleClassName:i,handleStyle:m,handleIcon:l}){return n(o,{children:[c&&e("div",{className:i,css:a,style:m,children:l??s}),r(t,!0)]})}export{c as default};
|
|
7
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as e,jsxs as t}from"@emotion/react/jsx-runtime";import{HolderOutlined as i}from"@ant-design/icons";import{useSortable as r}from"@dnd-kit/sortable";import{CSS as n}from"@dnd-kit/utilities";import{css as s}from"@emotion/react";const o=e(i,{}),a=s`
|
|
3
|
+
cursor: move;
|
|
4
|
+
user-select: none;
|
|
5
|
+
touch-action: none;
|
|
6
|
+
`;function m({item:i,itemKey:s,itemIndex:m,itemClassName:d,itemStyle:l,renderItem:c,useHandle:f,useOverlay:u,handleClassName:p,handleStyle:h,handleIcon:v,disabled:y}){const{isDragging:N,attributes:g,listeners:x,setNodeRef:b,setActivatorNodeRef:I,transition:S,transform:k}=r({id:s,disabled:y,data:{index:m}}),C={...l,transition:S,transform:n.Transform.toString(k),...!u&&N?{position:"relative",zIndex:999}:{}};return t("div",{ref:b,className:d,style:C,...g,...f?{}:x,children:[f&&e("div",{ref:I,className:p,css:a,style:h,...x,children:v??o}),c(i,!1)]})}export{m as default};
|
|
7
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{isNullish as r}from"@vef-framework/shared";import{useState as e,useCallback as o}from"react";function t(t,f,m){if(r(t)&&r(f))throw new Error("At least one of `defaultItems` and `items` must be provided for VefSortableList component.");const[n,a]=e(t??[]);return[f??n,o((r=>{f?m?.(r(f)):a(r)}),[f,m])]}export{t as useMergedItems};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as e,jsxs as t}from"@emotion/react/jsx-runtime";import{useSensors as r,useSensor as i,PointerSensor as m,DndContext as o,closestCenter as a,DragOverlay as s}from"@dnd-kit/core";import{restrictToParentElement as n,restrictToWindowEdges as d}from"@dnd-kit/modifiers";import{arrayMove as c,SortableContext as l,verticalListSortingStrategy as p,horizontalListSortingStrategy as f}from"@dnd-kit/sortable";import{isFunction as u}from"@vef-framework/shared";import{useMemo as y,useState as v,useCallback as h,memo as g}from"react";import x from"./components/overlay-item.mjs";import k from"./components/sortable-item.mjs";import{useMergedItems as N}from"./hooks/use-merged-items.mjs";const b=g((function({defaultItems:g,items:b,itemKey:j="id",className:S,style:D,orientation:w="vertical",useOverlay:C=!0,restrictStrategy:E="parent",onChange:I,...K}){const[L,O]=N(g,b,I),V=r(i(m)),q=y((()=>u(j)?j:e=>e[j]),[j]),[z,A]=v(),B=h((({active:e})=>{A(L[e.data.current.index])}),[L]),F=h((({active:e,over:t})=>{t&&e.id!==t.id&&O((r=>c(r,e.data.current.index,t.data.current.index)))}),[O]),G=L.map((e=>q(e))),{itemClassName:H,itemStyle:J,disabled:M,...P}=K;return e(o,{collisionDetection:a,sensors:V,modifiers:["parent"===E?n:d],onDragEnd:F,onDragStart:B,children:e(l,{items:G,strategy:"vertical"===w?p:f,children:t("div",{className:S,style:D,children:[L.map(((t,r)=>{const i=q(t);return e(k,{item:t,itemIndex:r,itemKey:i,...K},i)})),C&&e(s,{className:H,style:J,wrapperElement:"div",modifiers:["parent"===E?n:d],children:z&&e(x,{item:z,...P})})]})})})}));b.displayName="VefSortableList";export{b as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as r}from"@emotion/react/jsx-runtime";import{useGapSizeNormalizer as o}from"@vef-framework/hooks";import{isArray as m}from"@vef-framework/shared";import{Space as t}from"antd";import{useMemo as e}from"react";const a=({gap:a,...f})=>{const i=o(),p=e((()=>m(a)?a.map((r=>i(r))):a?i(a):a),[a,i]);return r(t,{size:p,...f})};export{a as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as t}from"@emotion/react/jsx-runtime";import{Spin as e}from"antd";const m=({size:m,...o})=>t(e,{size:"medium"===m?"default":m,...o});export{m as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as t}from"@emotion/react/jsx-runtime";import{Splitter as o}from"antd";const e=({orientation:e,onResizeBegin:i,...n})=>t(o,{layout:e,onResizeStart:i,...n});export{e as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as t}from"@emotion/react/jsx-runtime";import{Splitter as o}from"antd";const{Panel:r}=o,e=({...o})=>t(r,{...o});export{e as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as t}from"@emotion/react/jsx-runtime";import{useColorTokens as o}from"@vef-framework/hooks";import{Badge as r}from"antd";import{useMemo as e}from"react";const a=({processing:a=!1,color:f="default",children:n})=>{const s=o(),l=e((()=>{if("default"===f)return{status:"default",text:n};if(s.has(f))return{status:a?"processing":"default",color:s.get(f),text:n};throw new Error(`Invalid color value "${f}" of VefStatus component. Color must be either "default" or a valid color token.`)}),[f,s,a,n]);return t(r,{...l})};export{a as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as e}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{VefError as t,isString as r,isNullish as a,isEqual as l}from"@vef-framework/shared";import{useMemo as i,memo as m}from"react";import u from"../../../vef-text/index.mjs";import{useComputedValues as n}from"../../hooks/use-computed-values.mjs";const c=m((function({value:l,record:m,rowIndex:c,columnProps:f}){if("Boolean"!==f.type)throw new t(-1,"Column type must be Boolean");const{defaultValue:d,trueText:s="是",falseText:p="否",bold:w,italic:x,color:h,width:V}=f,[b,k,v]=n([{key:"bold",rawValue:w,defaultValue:!1},{key:"italic",rawValue:x,defaultValue:!1},{key:"color",rawValue:h}],l,m,c),y=i((()=>r(v)?v:v?!a(l)&&Object.hasOwn(v,l)?v[l]:v["*"]:void 0),[v,l]),j=i((()=>l?l?s:p:d),[l,s,p,d]),B=i((()=>{if(V)return o({maxWidth:`${V}px !important`})}),[V]);return e(u,{bold:b,color:y,css:B,italic:k,children:j})}),l);export{c as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as e}from"@emotion/react/jsx-runtime";function r({value:r}){return e("span",{children:r})}export{r as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as e}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{VefError as t,isString as r,isNullish as a}from"@vef-framework/shared";import{useMemo as i}from"react";import l from"../../../vef-text/index.mjs";import{useComputedValues as m}from"../../hooks/use-computed-values.mjs";const u="Name";function c({value:c,record:n,rowIndex:s,columnProps:d}){if("DataDictionary"!==d.type)throw new t(-1,"Column type must be DataDictionary");const{name:f,defaultValue:p,ellipsis:w,bold:h,italic:x,color:y,width:V}=d,[b,k,v]=m([{key:"bold",rawValue:h,defaultValue:!1},{key:"italic",rawValue:x,defaultValue:!1},{key:"color",rawValue:y}],c,n,s),$=i((()=>r(v)?v:v?!a(c)&&Object.hasOwn(v,c)?v[c]:v["*"]:void 0),[v,c]),j=i((()=>a(c)||a(n[`${f}${u}`])?p:n[`${f}${u}`]),[c,n,f,p]),D=i((()=>{if(V)return o({maxWidth:`${V}px !important`})}),[V]);return e(l,{bold:b,color:$,css:D,ellipsis:w,italic:k,children:j})}export{c as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as e}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{VefError as r,isString as t,isNullish as i}from"@vef-framework/shared";import{useMemo as l}from"react";import a from"../../../vef-tag/index.mjs";import m from"../../../vef-text/index.mjs";import{useComputedValues as n}from"../../hooks/use-computed-values.mjs";const c="Name",s=o({color:"inherit",fontSize:"inherit"});function u({value:u,record:d,rowIndex:f,columnProps:p}){if("Enum"!==p.type)throw new r(-1,"Column type must be Enum");const{name:h,defaultValue:w,showAsTag:x=!0,bold:b,italic:v,ellipsis:V,color:j,width:k}=p,[y,$,g]=n([{key:"bold",rawValue:b,defaultValue:!1},{key:"italic",rawValue:v,defaultValue:!1},{key:"color",rawValue:j}],u,d,f),E=l((()=>t(g)?g:g?!i(u)&&Object.hasOwn(g,u)?g[u]:g["*"]:void 0),[g,u]),O=l((()=>i(u)||i(d[`${h}${c}`])?w:d[`${h}${c}`]),[u,d,h,w]),z=l((()=>{if(k)return o({maxWidth:`${k}px !important`})}),[k]);return x?e(a,{color:E,children:e(m,{bold:y,css:s,italic:$,children:O})}):e(m,{bold:y,color:E,css:z,ellipsis:V,italic:$,children:O})}export{u as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as e}from"@emotion/react/jsx-runtime";function r({value:r}){return e("span",{children:r})}export{r as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as e}from"@emotion/react/jsx-runtime";function r({value:r}){return e("span",{children:r})}export{r as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as e}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{VefError as r,isNullish as t}from"@vef-framework/shared";import{useMemo as a}from"react";import l from"../../../vef-text/index.mjs";import{useComputedValues as i}from"../../hooks/use-computed-values.mjs";const m=/Id$/;function u({value:u,record:c,rowIndex:n,columnProps:s}){if("Id"!==s.type)throw new r(-1,"Column type must be Id");const{name:d,defaultValue:f,ellipsis:p,bold:w,italic:x,color:h,width:V}=s,[k,y,b]=i([{key:"bold",rawValue:w,defaultValue:!1},{key:"italic",rawValue:x,defaultValue:!1},{key:"color",rawValue:h}],u,c,n),v=a((()=>{const e=d.replace(m,"Name");return t(u)||t(c[e])?f:c[e]}),[u,c,d,f]),I=a((()=>{if(V)return o({maxWidth:`${V}px !important`})}),[V]);return e(l,{bold:k,color:b,css:I,ellipsis:p,italic:y,children:v})}export{u as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as r}from"@emotion/react/jsx-runtime";import{extractBaseName as e}from"@vef-framework/shared";function t({value:t}){return r("img",{alt:e(t),src:t})}export{t as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import m from"./bool.mjs";import o from"./code.mjs";import r from"./data-dictionary.mjs";import t from"./enum.mjs";import i from"./file.mjs";import e from"./icon.mjs";import p from"./id.mjs";import s from"./image.mjs";import f from"./markdown.mjs";import j from"./number.mjs";import n from"./render.mjs";import a from"./rich-text.mjs";import d from"./text.mjs";import"./props.mjs";const c={Text:d,Number:j,Enum:t,Boolean:m,DataDictionary:r,Id:p,Render:n,Markdown:f,Icon:e,File:i,RichText:a,Image:s,Code:o};export{c as columnComponents};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as e}from"@emotion/react/jsx-runtime";function r({value:r}){return e("span",{children:r})}export{r as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as e}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{VefError as o,isNullish as t}from"@vef-framework/shared";import{useMemo as a}from"react";import m from"../../../vef-text/index.mjs";import{useComputedValues as l}from"../../hooks/use-computed-values.mjs";import{useDisplayValue as u}from"../../hooks/use-display-value.mjs";function i({value:i,record:f,rowIndex:s,columnProps:d}){if("Number"!==d.type)throw new o(-1,"Column type must be Number");const{defaultValue:p,formatter:c,prefix:n,suffix:x,bold:w,italic:h,color:V,width:b}=d,k=u(i,f,s,{defaultValue:p,formatter:c,prefix:n,suffix:x}),[y,v,j]=l([{key:"bold",rawValue:w,defaultValue:!1},{key:"italic",rawValue:h,defaultValue:!1},{key:"color",rawValue:V}],i,f,s),N=a((()=>{if(b)return r({maxWidth:`${b}px !important`})}),[b]);return t(k)?null:e(m,{bold:y,color:j,css:N,italic:v,children:k})}export{i as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as r}from"@emotion/react/jsx-runtime";import{css as e}from"@emotion/react";import{VefError as t}from"@vef-framework/shared";import{useMemo as o}from"react";function m({value:m,record:n,rowIndex:i,columnProps:d}){if("Render"!==d.type)throw new t(-1,"Column type must be Render");const{render:a,width:f}=d,p=a?.(m,n,i),c=o((()=>{if(f)return e({maxWidth:`${f}px !important`})}),[f]);return r("div",{css:c,children:p})}export{m as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as e}from"@emotion/react/jsx-runtime";function r({value:r}){return e("span",{children:r})}export{r as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as e}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{VefError as r,isNullish as t}from"@vef-framework/shared";import{useMemo as l}from"react";import i from"../../../vef-text/index.mjs";import{useComputedValues as a}from"../../hooks/use-computed-values.mjs";import{useDisplayValue as m}from"../../hooks/use-display-value.mjs";function u({value:u,record:f,rowIndex:s,columnProps:p}){if("Text"!==p.type)throw new r(-1,"Column type must be Text");const{defaultValue:c,formatter:d,prefix:n,suffix:x,ellipsis:w,bold:y,italic:h,color:V,copyable:b,width:k}=p,[v,j,T]=a([{key:"bold",rawValue:y,defaultValue:!1},{key:"italic",rawValue:h,defaultValue:!1},{key:"color",rawValue:V}],u,f,s),C=m(u,f,s,{defaultValue:c,formatter:d,prefix:n,suffix:x}),I=l((()=>{if(k)return o({maxWidth:`${k}px !important`})}),[k]);return t(C)?null:e(i,{bold:v,color:T,copyable:b,css:I,ellipsis:w,ellipsisTip:w?C:void 0,italic:j,children:C})}export{u as default};
|
|
3
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsxs as e,jsx as n,Fragment as t}from"@emotion/react/jsx-runtime";import{RollbackOutlined as i,VerticalRightOutlined as l,VerticalLeftOutlined as a}from"@ant-design/icons";import{css as o}from"@emotion/react";import{themeVariables as r}from"@vef-framework/shared";import{Checkbox as s}from"antd";import{useMemo as m,useCallback as d,memo as c}from"react";import f from"../../vef-bool/index.mjs";import u from"../../vef-button/index.mjs";import p from"../../vef-divider/index.mjs";import g from"../../vef-sortable-list/index.mjs";import v from"../../vef-text/index.mjs";import{useTableContextSelector as h}from"../hooks/use-table-context.mjs";const b=o`
|
|
3
|
+
width: 260px;
|
|
4
|
+
padding: ${r.paddingSm};
|
|
5
|
+
|
|
6
|
+
.vef-divider-horizontal {
|
|
7
|
+
margin: ${r.marginSm} 0;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.vef-table-columns-settings-panel-header {
|
|
11
|
+
display: flex;
|
|
12
|
+
justify-content: space-between;
|
|
13
|
+
align-items: center;
|
|
14
|
+
padding-left: ${r.paddingSm};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.vef-table-columns-settings-panel-body {
|
|
18
|
+
width: 100%;
|
|
19
|
+
|
|
20
|
+
.vef-table-columns-settings-panel-columns {
|
|
21
|
+
width: 100%;
|
|
22
|
+
display: flex;
|
|
23
|
+
flex-direction: column;
|
|
24
|
+
|
|
25
|
+
.vef-table-columns-settings-panel-column {
|
|
26
|
+
display: grid;
|
|
27
|
+
grid-template-columns: max-content 1fr max-content;
|
|
28
|
+
align-items: center;
|
|
29
|
+
padding: ${r.paddingXs};
|
|
30
|
+
border-radius: ${r.borderRadius};
|
|
31
|
+
|
|
32
|
+
&:hover {
|
|
33
|
+
background-color: ${r.colorPrimaryBg};
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.vef-table-columns-settings-panel-column-drag-icon {
|
|
37
|
+
cursor: move;
|
|
38
|
+
color: ${r.colorTextSecondary};
|
|
39
|
+
padding-right: ${r.padding};
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.vef-table-columns-settings-panel-column-fixed-icon {
|
|
43
|
+
display: flex;
|
|
44
|
+
align-items: center;
|
|
45
|
+
|
|
46
|
+
.vef-divider {
|
|
47
|
+
--vef-divider-vertical-margin-inline: 0;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
`,x=c((()=>{const{defaultColumnConfigMap:o,columnConfigMap:r,setColumnConfigMap:c}=h((e=>{const{defaultColumnConfigMap:n,columnConfigMap:t,setColumnConfigMap:i}=e;return{defaultColumnConfigMap:n,columnConfigMap:t,setColumnConfigMap:i}})),x=m((()=>[...r.entries()].sort((([e,n],[t,i])=>n.order-i.order)).map((([e,n])=>{const{title:t,configurable:i,...l}=n;return{value:e,label:t,disabled:!i,...l}}))),[r]),C=d((e=>{const n=e.reduce(((e,n,t)=>{const{value:i,label:l,disabled:a,order:o,...r}=n,s={title:l,configurable:!a,order:t+1,...r};return e.set(i,s),e}),new Map);c(n)}),[c]),y=m((()=>x.filter((e=>e.show)).map((e=>e.value))),[x]),k=m((()=>{const e=y.length;return e===x.length?"checked":e>0?"indeterminate":"unchecked"}),[y.length,x.length]),w=d((e=>{const n=new Set(e),t=x.map((e=>({...e,show:n.has(e.value)})));C(t)}),[x,C]),M=d(((e,n)=>{const t=x.map((t=>({...t,fixed:t.value===e?n:t.fixed})));C(t)}),[x,C]),j=d((e=>{C(e)}),[C]),$=d((()=>{c(new Map(o))}),[o,c]);return e("div",{css:b,children:[e("div",{className:"vef-table-columns-settings-panel-header",children:[n(f,{indeterminate:"indeterminate"===k,label:n(v,{bold:!0,children:"列显示"}),value:"checked"===k,variant:"checkbox",onChange:e=>{w(e?x.map((e=>e.value)):[])}}),n(u,{color:"primary",variant:"text",onClick:$,children:"重置"})]}),n(p,{}),n(s.Group,{className:"vef-table-columns-settings-panel-body",value:y,onChange:w,children:n(g,{useHandle:!0,className:"vef-table-columns-settings-panel-columns",handleClassName:"vef-table-columns-settings-panel-column-drag-icon",itemClassName:"vef-table-columns-settings-panel-column",itemKey:"value",items:x,useOverlay:!1,renderItem:({value:o,label:r,disabled:m,fixed:d,show:c})=>e(t,{children:[n(s,{disabled:m,value:o,children:r}),e("span",{className:"vef-table-columns-settings-panel-column-fixed-icon",children:[n(u,{color:"left"===d?"primary":"default",disabled:m||!c,icon:n("left"===d?i:l,{}),size:"small",tip:"left"===d?"取消左侧固定":"固定到左侧",variant:"link",onClick:()=>{"left"===d?M(o):M(o,"left")}}),n(p,{orientation:"vertical"}),n(u,{color:"right"===d?"primary":"default",disabled:m||!c,icon:n("right"===d?i:a,{}),size:"small",tip:"right"===d?"取消右侧固定":"固定到右侧",variant:"link",onClick:()=>{"right"===d?M(o):M(o,"right")}})]})]}),onChange:j})})]})}),(()=>!1));x.displayName="VefColumnsSettings";export{x as default};
|
|
54
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsxs as e,jsx as n}from"@emotion/react/jsx-runtime";import{MoreOutlined as o}from"@ant-design/icons";import{css as t}from"@emotion/react";import{useComputedActionButtons as i}from"@vef-framework/hooks";import{invokeMaybeAsyncFn as r,showConfirmation as l}from"@vef-framework/shared";import{useMemo as c,useState as a,useCallback as s}from"react";import d from"../../vef-button/index.mjs";import m from"../../vef-dropdown/index.mjs";import f from"../../vef-flex/index.mjs";import p from"../../vef-popconfirm/index.mjs";import{useTableContextSelector as h}from"../hooks/use-table-context.mjs";const u=t`
|
|
3
|
+
.vef-btn-sm {
|
|
4
|
+
--vef-control-height-sm: 24px;
|
|
5
|
+
--vef-button-padding-inline-sm: 4px;
|
|
6
|
+
|
|
7
|
+
&.vef-btn-icon-only {
|
|
8
|
+
padding-inline: 2px;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
`;function x({record:t,rowIndex:x,operationButtons:b,maxVisibleOperationButtons:k}){const{externalContext:g,refetch:y,isFetching:C,selectedKeys:v,selectedRecords:j}=h((e=>{const{externalContext:n,refetch:o,isFetching:t,selectedKeys:i,selectedRecords:r}=e;return{externalContext:n,refetch:o,isFetching:t,selectedKeys:i,selectedRecords:r}})),w=c((()=>({record:t,rowIndex:x,refetch:y,isFetching:C,selectedKeys:v,selectedRecords:j,...g??{}})),[g,C,t,y,x,v,j]),F=i(b,w),[K,R]=a(!1),q=c((()=>F.length>k?F.slice(k).map((e=>{const{key:n,label:o,icon:t,disabled:i}=e;return{type:"item",key:n,label:o,icon:t,disabled:i}})):[]),[F,k]),[z,I]=a(!1),[M,O]=a(null),T=s((()=>{I(!1),O(null)}),[]),B=c((()=>{if(0!==q.length)return async e=>{const{requireConfirmation:n,confirmationMode:o,confirmationTitle:t,confirmationContent:i,onClick:c}=F.find((n=>n.key===e)),a=async()=>{try{await r(c,{beforeInvoke:()=>{R(!0)},onFinally:()=>{R(!1)}},w)}finally{T()}};n?"simple"===o?(O({title:t,content:i,okHandler:a}),I(!0)):l(t,i,a,{onCancel:()=>{O(null)}}):await a()}}),[F,w,T,q.length]);return e(f,{align:"center",css:u,gap:"small",justify:"center",children:[F.slice(0,k).map((e=>{const{key:o,label:t,icon:i,color:r,disabled:l,requireConfirmation:c,confirmationMode:a,confirmationTitle:s,confirmationContent:m,onClick:f}=e;return n(d,c?{requireConfirmation:!0,color:r,confirmationContent:m,confirmationMode:a,confirmationTitle:s,disabled:l||K,icon:i,size:"small",variant:"filled",onConfirmationOk:()=>f(w),children:t}:{color:r,disabled:l||K,icon:i,size:"small",variant:"filled",onClick:e=>(e.stopPropagation(),f(w)),children:t},o)})),F.length>k&&n(m,{disabled:K,items:q,onClick:B,children:n(p,{content:M?.content,disabled:K,opened:z,title:M?.title,onCancel:T,onOk:M?.okHandler,children:n(d,{color:"primary",disabled:K,icon:n(o,{}),loading:K,size:"small",variant:"filled",onClick:e=>e.stopPropagation()})})})]})}export{x as default};
|
|
12
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsx as o}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{themeVariables as m}from"@vef-framework/shared";import{SettingsIcon as t}from"lucide-react";import{memo as e}from"react";import i from"../../vef-icon/index.mjs";import{useTableContextSelector as c}from"../hooks/use-table-context.mjs";const a=r`
|
|
3
|
+
color: ${m.colorPrimary};
|
|
4
|
+
`,n=e((()=>{const r=c((o=>o.columnConfigMapHasChanged));return o(i,{css:r?a:void 0,children:o(t,{})})}),(()=>!1));export{n as default};
|
|
5
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*! VefFramework version: 1.0.21, build time: 2024-12-19T13:49:57.687Z, made by Venus. */
|
|
2
|
+
import{jsxs as o,jsx as e}from"@emotion/react/jsx-runtime";import{css as i}from"@emotion/react";import{themeVariables as t,invokeMaybeAsyncFn as n}from"@vef-framework/shared";import{useMemo as r,memo as a}from"react";import l from"../../vef-button/index.mjs";import c from"../../vef-pagination/index.mjs";import m from"../../vef-text/index.mjs";import{useTableContextSelector as d}from"../hooks/use-table-context.mjs";const f=i`
|
|
3
|
+
width: 100%;
|
|
4
|
+
display: flex;
|
|
5
|
+
align-items: center;
|
|
6
|
+
gap: var(--vef-table-footer-gap);
|
|
7
|
+
|
|
8
|
+
> div {
|
|
9
|
+
flex: auto;
|
|
10
|
+
display: flex;
|
|
11
|
+
align-items: center;
|
|
12
|
+
gap: ${t.padding};
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
> .vef-pagination {
|
|
16
|
+
flex: none;
|
|
17
|
+
}
|
|
18
|
+
`;const s=a((function({selectionSummary:i,size:t,paginationProps:a,batchActionButtons:s,batchActionButtonContext:p}){const u=d((o=>o.selectedRecords)),b=r((()=>{if(!1!==i)return i?i(u):u.length>0?o(m,{color:"secondary",children:["已选择"," ",e(m,{bold:!0,color:"blue",children:u.length})," ","项"]}):void 0}),[i,u]),v=r((()=>s.map((o=>{const{key:i,label:t,icon:r,disabled:a,color:c,requireConfirmation:m,confirmationMode:d,confirmationTitle:f,confirmationContent:s,onClick:u}=o,b=async()=>{await n(u,{},p)};return e(l,m?{requireConfirmation:!0,color:c,confirmationContent:s,confirmationMode:d,confirmationTitle:f,disabled:a,icon:r,onConfirmationOk:b,children:t}:{color:c,disabled:a,icon:r,onClick:b,children:t},i)}))),[s,p]),g=r((()=>({"--vef-table-footer-gap":`var(--vef-table-cell-padding-block${"small"===t?"-sm":"medium"===t?"-md":""})`})),[t]);return o("div",{css:f,style:g,children:[o("div",{children:[b,v]}),e(c,{...a})]})}));s.displayName="VefTableFooter";export{s as default};
|
|
19
|
+
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|