@vef-framework/components 1.0.19 → 1.0.20
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 -6
- 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
package/es/vef-button/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as o}from"@emotion/react/jsx-runtime";import{useContextDisabled as n}from"@vef-framework/hooks";import{isNullish as i,invokeMaybeAsyncFn as t,defaultMessageTitle as r,showConfirmation as e,omit as a}from"@vef-framework/shared";import{forwardRef as m,useState as f,useMemo as c,memo as l}from"react";import s from"../vef-popconfirm/index.js";import C from"../vef-tooltip/index.js";import p from"./components/base-button.js";const d=l(m((({tip:m,onClick:l,disabled:d=!1,loading:u,...k},b)=>{const[q,v]=f(!1),y=c((()=>{if(k.requireConfirmation){const{onConfirmationOk:o}=k;return i(u)?async()=>{await t(o,{beforeInvoke:()=>{v(!0)},onFinally:()=>{v(!1)}})}:o}}),[k.requireConfirmation,k.onConfirmationOk]),g=c((()=>{if(!k.requireConfirmation)return l&&i(u)?async o=>{await t(l,{beforeInvoke:()=>{v(!0)},onFinally:()=>{v(!1)}},o)}:l;const{confirmationMode:o="simple",confirmationTitle:n=r,confirmationContent:a,onConfirmationCancel:m}=k;return"simple"===o?o=>{o.stopPropagation()}:o=>{o.stopPropagation(),e(n,a,y,{onCancel:m})}}),[u,l,y,k.requireConfirmation,k.confirmationMode,k.confirmationTitle,k.confirmationContent,k.onConfirmationCancel]),h=n()||d,j=o(p,{ref:b,disabled:h,loading:u??q,onClick:g,...a(k,["requireConfirmation","confirmationMode","confirmationTitle","confirmationContent","onConfirmationOk","onConfirmationCancel"])}),w=m?o(C,{content:m,children:j}):j;if(k.requireConfirmation&&"simple"===k.confirmationMode){const{confirmationTitle:n=r,confirmationContent:i,onConfirmationCancel:t}=k;return o(s,{ref:b,content:i,disabled:h,title:n,onCancel:t,onOk:y,children:w})}return w})));d.displayName="VefButton";export{d as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
package/es/vef-card/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";import{isArray as o}from"@vef-framework/shared";import{Card as t}from"antd";const r=({size:r="medium",showHoverEffect:i=!1,actions:m,nested:a=!1,...s})=>e(t,{actions:o(m)?m:m?[m]:void 0,hoverable:i,size:"medium"===r?"default":r,type:a?"inner":void 0,...s});export{r as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as t}from"@emotion/react/jsx-runtime";import{Card as o}from"antd";const{Meta: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 */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, 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 useCheckboxInstance};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, 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}),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 */
|
package/es/vef-checkbox/index.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{themeVariables as r,isFunction as t}from"@vef-framework/shared";import{Checkbox as i}from"antd";import{useMemo as n,memo as a,forwardRef as d}from"react";import s from"../vef-loading-placeholder/index.js";import l from"../vef-tooltip/index.js";import{useCheckboxInstance as m}from"./hooks/use-checkbox-instance.js";import{useDataOptions as c}from"./hooks/use-data-options.js";const{Group:f}=i,p=e("div",{css:o`
|
|
3
|
-
height: ${r.controlHeight}
|
|
4
|
-
`,children:e(s,{})});const u=a(d((function({defaultValue:o,value:r,disabled:a,renderCheckboxes:d,onChange:s,...u},h){const{optionsMap:v,normalizedOptions:b,isLoading:g}=c({value:r,onChange:s,...u}),x=m(h,b),k=n((()=>{if(t(s))return e=>{s(e,e.map((e=>v.get(e))))}}),[s,v]),j=n((()=>{if(g)return;const o=b.map((o=>{const{value:r,label:t,disabled:n,description:a}=o;return a?e(l,{content:a,children:e(i,{disabled:n,value:r,children:t})},r):e(i,{disabled:n,value:r,children:t},r)}));return t(d)?d(o):o}),[g,b,d]);return g?p:e(f,{ref:x,defaultValue:o,disabled:a,onChange:k,...void 0===r?{}:{value:r},children:j})})));u.displayName="VefCheckbox";export{u as default};
|
|
5
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
package/es/vef-col/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as t}from"@emotion/react/jsx-runtime";import{Col 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 */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";import{isFunction as r}from"@vef-framework/shared";import{ColorPicker as t}from"antd";import{useMemo as o}from"react";import"../internal/index.js";import{convertBasicSizeToUiSize as a}from"../internal/utils.js";const i=["single","gradient"],l=({clearable:l,disabled:n,format:m,size:s,showText:f,trigger:d,defaultValue:u,value:g,onChange:p})=>{const c=o((()=>{if(r(p))return e=>{p(e.toCssString(),e)}}),[p]);return e(t,{allowClear:l,arrow:!1,defaultValue:u,disabled:n,format:m,mode:i,showText:f,size:a(s),trigger:d,value:g,onChangeComplete:c})};export{l as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
package/es/vef-compact/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as t}from"@emotion/react/jsx-runtime";import{Space as i}from"antd";import"../internal/index.js";import{convertBasicSizeToUiSize as o}from"../internal/utils.js";const{Compact:r}=i,e=({size:i,...e})=>t(r,{size:o(i),...e});export{e as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{useDeepCompareMemo as o}from"@vef-framework/hooks";import{isValidColor as e,assign as r}from"@vef-framework/shared";import{theme as t}from"antd";import n from"antd/locale/zh_CN";import"dayjs/locale/zh-cn";import i from"dayjs";i.locale("zh-cn");const l={blue:"#3b82f6",purple:"#8b5cf6",cyan:"#06b6d4",green:"#22c55e",pink:"#ec4899",red:"#ef4444",orange:"#f97316",yellow:"#eab308",volcano:"#f43f5e",lime:"#84cc16",gold:"#fbbf24",geekblue:"#6366f1",magenta:"#eb2f96"},a={medium:{fontSize:14,controlHeight:32},large:{fontSize:16,controlHeight:36}},f={medium:{Button:{contentFontSizeSM:12}},large:{Button:{contentFontSizeSM:14}}};function c(i){return o((()=>function({primaryColor:o="#0064fa",fontSize:i="medium"}){if(!Reflect.has(l,o)&&!e(o))throw new Error(`Invalid primary color: ${o}`);if(!(i in a))throw new Error(`Invalid font size: ${i}`);const c=a[i],m=f[i];return{messageFoldThreshold:1,messageDuration:3,notificationFoldThreshold:3,notificationDuration:5,locale:n,iconPrefixCls:"vef-icon",prefixCls:"vef",virtual:!0,componentSize:"middle",variant:"outlined",theme:{cssVar:{prefix:"vef"},hashed:!1,algorithm:t.defaultAlgorithm,token:{borderRadius:6,colorBgBase:"#ffffff",colorPrimary:Reflect.has(l,o)?l[o]:o,colorInfo:"#0ea5e9",colorSuccess:"#22c55e",colorWarning:"#f97316",colorError:"#ef4444",colorLink:"#6366f1",colorTextBase:"#171717",colorBgLayout:"#f5f6fb",colorBgSpotlight:"rgba(23, 23, 23, 0.8)",zIndexPopupBase:10,wireframe:!0,...c,...l},components:r({Table:{},Tooltip:{paddingSM:16,paddingXS:12},Button:{},TreeSelect:{titleHeight:c.controlHeight},Spin:{contentHeight:"auto"}},m)}}}(i)),[i])}export{c as useUiConfig};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as e,jsxs as o,Fragment as t}from"@emotion/react/jsx-runtime";import{CoffeeOutlined as i,CompassOutlined as n,SendOutlined as r}from"@ant-design/icons";import a from"@emotion/cache";import{css as s,CacheProvider as m,Global as c}from"@emotion/react";import{ApiQueryDevtools as f,AuthContextProvider as l,ApiContextProvider as d}from"@vef-framework/core";import{themeVariables as p}from"@vef-framework/shared";import{ConfigProvider as h,App as v}from"antd";import{AnimatePresence as u,motion as g}from"motion/react";import{useLayoutEffect as y,useState as x}from"react";import{ErrorBoundary as w}from"react-error-boundary";import b from"../vef-error/index.js";import k from"../vef-float-button/index.js";import j from"../vef-float-button-group/index.js";import{useUiConfig as z}from"./hooks/use-ui-config.js";import{resetStyle as C}from"./reset-style.js";import{useConfigStore as $,ConfigStoreProvider as D}from"./store.js";const S=({children:o})=>{const t=$((e=>e)),i=z(t);y((()=>{const{messageFoldThreshold:o,messageDuration:t,notificationFoldThreshold:n,notificationDuration:r,...a}=i;h.config({holderRender:i=>e(h,{...a,children:e(v,{component:"div",message:{maxCount:o,duration:t},notification:{maxCount:n,duration:r,showProgress:!0,pauseOnHover:!0,placement:"topRight",stack:{threshold:3}},children:i})})})}),[i]);const{messageFoldThreshold:n,messageDuration:r,notificationDuration:a,...s}=i;return e(h,{...s,children:e(v,{component:"div",message:{maxCount:n,duration:r},notification:{maxCount:n,duration:a,showProgress:!0,pauseOnHover:!0,placement:"topRight",stack:{threshold:3}},children:o})})},A=s`
|
|
3
|
-
html, body, #root, .vef-app {
|
|
4
|
-
height: 100%;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.vef-message {
|
|
8
|
-
.vef-message-notice-wrapper {
|
|
9
|
-
.vef-message-custom-content {
|
|
10
|
-
.vef-icon {
|
|
11
|
-
font-size: ${p.fontSizeXl};
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.vef-modal {
|
|
18
|
-
--vef-modal-confirm-icon-margin-inline-end: ${p.paddingSm};
|
|
19
|
-
|
|
20
|
-
.vef-modal-confirm-body-wrapper {
|
|
21
|
-
.vef-modal-confirm-btns {
|
|
22
|
-
text-align: initial;
|
|
23
|
-
display: flex;
|
|
24
|
-
justify-content: flex-end;
|
|
25
|
-
align-items: center;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.vef-tree-select-dropdown {
|
|
31
|
-
.vef-select-tree {
|
|
32
|
-
.vef-select-tree-checkbox {
|
|
33
|
-
margin-top: calc(var(--vef-tree-select-title-height) / 4);
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.vef-popconfirm {
|
|
39
|
-
.vef-popconfirm-message {
|
|
40
|
-
> .vef-popconfirm-message-icon {
|
|
41
|
-
.vef-icon {
|
|
42
|
-
color: ${p.colorPrimary};
|
|
43
|
-
font-size: ${p.fontSizeLg};
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
.vef-popconfirm-buttons {
|
|
48
|
-
text-align: initial;
|
|
49
|
-
display: flex;
|
|
50
|
-
justify-content: flex-end;
|
|
51
|
-
align-items: center;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.vef-modal-root {
|
|
56
|
-
> .vef-modal-wrap {
|
|
57
|
-
overflow: hidden !important;
|
|
58
|
-
|
|
59
|
-
.vef-modal {
|
|
60
|
-
.vef-modal-content {
|
|
61
|
-
.vef-modal-footer {
|
|
62
|
-
text-align: initial;
|
|
63
|
-
display: flex;
|
|
64
|
-
justify-content: flex-end;
|
|
65
|
-
align-items: center;
|
|
66
|
-
gap: ${p.padding};
|
|
67
|
-
|
|
68
|
-
.vef-btn + .vef-btn {
|
|
69
|
-
margin-inline-start: 0;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.vef-picker-range {
|
|
78
|
-
display: flex;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.vef-dropdown {
|
|
82
|
-
.vef-dropdown-menu {
|
|
83
|
-
.vef-dropdown-menu-item-icon {
|
|
84
|
-
font-size: ${p.fontSize};
|
|
85
|
-
min-width: ${p.fontSizeLg};
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
`;function F({error:o,resetErrorBoundary:t}){return e(b,{error:o,reset:t})}const P=s`
|
|
90
|
-
position: fixed;
|
|
91
|
-
bottom: 0;
|
|
92
|
-
width: 100%;
|
|
93
|
-
z-index: 2;
|
|
94
|
-
|
|
95
|
-
.tsqd-text-logo-container {
|
|
96
|
-
display: none;
|
|
97
|
-
}
|
|
98
|
-
`;function R(){const[a,s]=x(!1);return o(t,{children:[o(j,{collapsable:!0,icon:e(i,{}),shape:"square",children:[e(k,{icon:e(n,{}),tip:"API调试控制台",onClick:()=>s((e=>!e))}),e(k,{icon:e(r,{}),tip:"路由调试控制台"})]}),e(u,{children:a&&e(g.div,{css:P,animate:{opacity:1,y:0,transition:{type:"spring",bounce:0,duration:.3}},exit:{opacity:0,y:"50%"},initial:{opacity:0,y:"50%"},children:e(f,{})})})]})}const T=a({key:"vef"}),q=({showDevAssistant:t,apiClient:i,dataDictionaryQueryApi:n,permissionChecker:r,children:a,...f})=>e(l,{permissionChecker:r,children:e(d,{client:i,dataDictionaryQueryApi:n,children:e(D,{initialState:f,children:o(m,{value:T,children:[e(c,{styles:[C,A,s`
|
|
99
|
-
:root {
|
|
100
|
-
font-size: ${"medium"===(f.fontSize??"medium")?"14px":"16px"};
|
|
101
|
-
}
|
|
102
|
-
`]}),e(S,{children:o(w,{FallbackComponent:F,children:[a,t&&e(R,{})]})})]})})})});export{q as default};
|
|
103
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,257 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{css as e}from"@emotion/react";const t=e`
|
|
3
|
-
input::-ms-clear,
|
|
4
|
-
input::-ms-reveal {
|
|
5
|
-
display: none;
|
|
6
|
-
}
|
|
7
|
-
*,
|
|
8
|
-
*::before,
|
|
9
|
-
*::after {
|
|
10
|
-
box-sizing: border-box;
|
|
11
|
-
}
|
|
12
|
-
html {
|
|
13
|
-
font-family: sans-serif;
|
|
14
|
-
line-height: 1.15;
|
|
15
|
-
-webkit-text-size-adjust: 100%;
|
|
16
|
-
-ms-text-size-adjust: 100%;
|
|
17
|
-
-ms-overflow-style: scrollbar;
|
|
18
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
19
|
-
}
|
|
20
|
-
@-ms-viewport {
|
|
21
|
-
width: device-width;
|
|
22
|
-
}
|
|
23
|
-
body {
|
|
24
|
-
margin: 0;
|
|
25
|
-
}
|
|
26
|
-
[tabindex='-1']:focus {
|
|
27
|
-
outline: none;
|
|
28
|
-
}
|
|
29
|
-
hr {
|
|
30
|
-
box-sizing: content-box;
|
|
31
|
-
height: 0;
|
|
32
|
-
overflow: visible;
|
|
33
|
-
}
|
|
34
|
-
h1,
|
|
35
|
-
h2,
|
|
36
|
-
h3,
|
|
37
|
-
h4,
|
|
38
|
-
h5,
|
|
39
|
-
h6 {
|
|
40
|
-
margin-top: 0;
|
|
41
|
-
margin-bottom: 0.5em;
|
|
42
|
-
font-weight: 500;
|
|
43
|
-
}
|
|
44
|
-
p {
|
|
45
|
-
margin-top: 0;
|
|
46
|
-
margin-bottom: 1em;
|
|
47
|
-
}
|
|
48
|
-
abbr[title],
|
|
49
|
-
abbr[data-original-title] {
|
|
50
|
-
-webkit-text-decoration: underline dotted;
|
|
51
|
-
text-decoration: underline;
|
|
52
|
-
text-decoration: underline dotted;
|
|
53
|
-
border-bottom: 0;
|
|
54
|
-
cursor: help;
|
|
55
|
-
}
|
|
56
|
-
address {
|
|
57
|
-
margin-bottom: 1em;
|
|
58
|
-
font-style: normal;
|
|
59
|
-
line-height: inherit;
|
|
60
|
-
}
|
|
61
|
-
input[type='text'],
|
|
62
|
-
input[type='password'],
|
|
63
|
-
input[type='number'],
|
|
64
|
-
textarea {
|
|
65
|
-
-webkit-appearance: none;
|
|
66
|
-
appearance: none;
|
|
67
|
-
}
|
|
68
|
-
ol,
|
|
69
|
-
ul,
|
|
70
|
-
dl {
|
|
71
|
-
margin-top: 0;
|
|
72
|
-
margin-bottom: 1em;
|
|
73
|
-
}
|
|
74
|
-
ol ol,
|
|
75
|
-
ul ul,
|
|
76
|
-
ol ul,
|
|
77
|
-
ul ol {
|
|
78
|
-
margin-bottom: 0;
|
|
79
|
-
}
|
|
80
|
-
dt {
|
|
81
|
-
font-weight: 500;
|
|
82
|
-
}
|
|
83
|
-
dd {
|
|
84
|
-
margin-bottom: 0.5em;
|
|
85
|
-
margin-left: 0;
|
|
86
|
-
}
|
|
87
|
-
blockquote {
|
|
88
|
-
margin: 0 0 1em;
|
|
89
|
-
}
|
|
90
|
-
dfn {
|
|
91
|
-
font-style: italic;
|
|
92
|
-
}
|
|
93
|
-
b,
|
|
94
|
-
strong {
|
|
95
|
-
font-weight: bolder;
|
|
96
|
-
}
|
|
97
|
-
small {
|
|
98
|
-
font-size: 80%;
|
|
99
|
-
}
|
|
100
|
-
sub,
|
|
101
|
-
sup {
|
|
102
|
-
position: relative;
|
|
103
|
-
font-size: 75%;
|
|
104
|
-
line-height: 0;
|
|
105
|
-
vertical-align: baseline;
|
|
106
|
-
}
|
|
107
|
-
sub {
|
|
108
|
-
bottom: -0.25em;
|
|
109
|
-
}
|
|
110
|
-
sup {
|
|
111
|
-
top: -0.5em;
|
|
112
|
-
}
|
|
113
|
-
pre,
|
|
114
|
-
code,
|
|
115
|
-
kbd,
|
|
116
|
-
samp {
|
|
117
|
-
font-size: 1em;
|
|
118
|
-
font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
|
|
119
|
-
}
|
|
120
|
-
pre {
|
|
121
|
-
margin-top: 0;
|
|
122
|
-
margin-bottom: 1em;
|
|
123
|
-
overflow: auto;
|
|
124
|
-
}
|
|
125
|
-
figure {
|
|
126
|
-
margin: 0 0 1em;
|
|
127
|
-
}
|
|
128
|
-
img {
|
|
129
|
-
vertical-align: middle;
|
|
130
|
-
border-style: none;
|
|
131
|
-
}
|
|
132
|
-
a,
|
|
133
|
-
area,
|
|
134
|
-
button,
|
|
135
|
-
[role='button'],
|
|
136
|
-
input:not([type='range']),
|
|
137
|
-
label,
|
|
138
|
-
select,
|
|
139
|
-
summary,
|
|
140
|
-
textarea {
|
|
141
|
-
touch-action: manipulation;
|
|
142
|
-
}
|
|
143
|
-
table {
|
|
144
|
-
border-collapse: collapse;
|
|
145
|
-
}
|
|
146
|
-
caption {
|
|
147
|
-
padding-top: 0.75em;
|
|
148
|
-
padding-bottom: 0.3em;
|
|
149
|
-
text-align: left;
|
|
150
|
-
caption-side: bottom;
|
|
151
|
-
}
|
|
152
|
-
input,
|
|
153
|
-
button,
|
|
154
|
-
select,
|
|
155
|
-
optgroup,
|
|
156
|
-
textarea {
|
|
157
|
-
margin: 0;
|
|
158
|
-
color: inherit;
|
|
159
|
-
font-size: inherit;
|
|
160
|
-
font-family: inherit;
|
|
161
|
-
line-height: inherit;
|
|
162
|
-
}
|
|
163
|
-
button,
|
|
164
|
-
input {
|
|
165
|
-
overflow: visible;
|
|
166
|
-
}
|
|
167
|
-
button,
|
|
168
|
-
select {
|
|
169
|
-
text-transform: none;
|
|
170
|
-
}
|
|
171
|
-
button,
|
|
172
|
-
html [type='button'],
|
|
173
|
-
[type='reset'],
|
|
174
|
-
[type='submit'] {
|
|
175
|
-
-webkit-appearance: button;
|
|
176
|
-
appearance: button;
|
|
177
|
-
}
|
|
178
|
-
button::-moz-focus-inner,
|
|
179
|
-
[type='button']::-moz-focus-inner,
|
|
180
|
-
[type='reset']::-moz-focus-inner,
|
|
181
|
-
[type='submit']::-moz-focus-inner {
|
|
182
|
-
padding: 0;
|
|
183
|
-
border-style: none;
|
|
184
|
-
}
|
|
185
|
-
input[type='radio'],
|
|
186
|
-
input[type='checkbox'] {
|
|
187
|
-
box-sizing: border-box;
|
|
188
|
-
padding: 0;
|
|
189
|
-
}
|
|
190
|
-
input[type='date'],
|
|
191
|
-
input[type='time'],
|
|
192
|
-
input[type='datetime-local'],
|
|
193
|
-
input[type='month'] {
|
|
194
|
-
-webkit-appearance: listbox;
|
|
195
|
-
appearance: listbox;
|
|
196
|
-
}
|
|
197
|
-
textarea {
|
|
198
|
-
overflow: auto;
|
|
199
|
-
resize: vertical;
|
|
200
|
-
}
|
|
201
|
-
fieldset {
|
|
202
|
-
min-width: 0;
|
|
203
|
-
margin: 0;
|
|
204
|
-
padding: 0;
|
|
205
|
-
border: 0;
|
|
206
|
-
}
|
|
207
|
-
legend {
|
|
208
|
-
display: block;
|
|
209
|
-
width: 100%;
|
|
210
|
-
max-width: 100%;
|
|
211
|
-
margin-bottom: 0.5em;
|
|
212
|
-
padding: 0;
|
|
213
|
-
color: inherit;
|
|
214
|
-
font-size: 1.5em;
|
|
215
|
-
line-height: inherit;
|
|
216
|
-
white-space: normal;
|
|
217
|
-
}
|
|
218
|
-
progress {
|
|
219
|
-
vertical-align: baseline;
|
|
220
|
-
}
|
|
221
|
-
[type='number']::-webkit-inner-spin-button,
|
|
222
|
-
[type='number']::-webkit-outer-spin-button {
|
|
223
|
-
height: auto;
|
|
224
|
-
}
|
|
225
|
-
[type='search'] {
|
|
226
|
-
outline-offset: -2px;
|
|
227
|
-
-webkit-appearance: none;
|
|
228
|
-
appearance: none;
|
|
229
|
-
}
|
|
230
|
-
[type='search']::-webkit-search-cancel-button,
|
|
231
|
-
[type='search']::-webkit-search-decoration {
|
|
232
|
-
-webkit-appearance: none;
|
|
233
|
-
appearance: none;
|
|
234
|
-
}
|
|
235
|
-
::-webkit-file-upload-button {
|
|
236
|
-
font: inherit;
|
|
237
|
-
-webkit-appearance: button;
|
|
238
|
-
appearance: button;
|
|
239
|
-
}
|
|
240
|
-
output {
|
|
241
|
-
display: inline-block;
|
|
242
|
-
}
|
|
243
|
-
summary {
|
|
244
|
-
display: list-item;
|
|
245
|
-
}
|
|
246
|
-
template {
|
|
247
|
-
display: none;
|
|
248
|
-
}
|
|
249
|
-
[hidden] {
|
|
250
|
-
display: none !important;
|
|
251
|
-
}
|
|
252
|
-
mark {
|
|
253
|
-
padding: 0.2em;
|
|
254
|
-
background-color: #feffe6;
|
|
255
|
-
}
|
|
256
|
-
`;export{t as resetStyle};
|
|
257
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{createComponentStore as r}from"@vef-framework/shared";import{createStore as o}from"zustand";const{StoreProvider:e,useStore:t,useStoreApi:i}=r("Config",(function({fontSize:r="large",primaryColor:e="#0064fa"}){return o((o=>({fontSize:r,primaryColor:e,setFontSize:r=>o({fontSize:r}),setPrimaryColor:r=>o({primaryColor:r})})))}));export{e as ConfigStoreProvider,t as useConfigStore,i as useConfigStoreApi};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsxs as e,jsx as r}from"@emotion/react/jsx-runtime";import{FloatButton as o}from"antd";import t from"../vef-scroll-area/index.js";const{BackTop:a}=o,s=({className:o,style:s,children:m})=>e(t,{className:o,style:s,children:[m,r(a,{})]});export{s as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as o}from"@emotion/react/jsx-runtime";import{DisabledContextProvider as t}from"@vef-framework/hooks";import{useMemo as r}from"react";import e from"../../vef-action-buttons/index.js";import{useActionButtons as s}from"../hooks/use-action-buttons.js";import{useCrudContext as i}from"../hooks/use-crud-context.js";import{useCrudStore as n}from"../store.js";function m({tableApi:m,tableApiParams:a,actionButtons:u}){const c=n((o=>o.confirmedFilterValues)),f=m.useIsFetching(r((()=>({...a,...c})),[a,c])),p=i(),l=s(u);return o(t,{value:f,children:o(e,{buttons:l,context:p,useFlexContainer:!1})})}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 */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as t}from"@emotion/react/jsx-runtime";import{useMemo as e,useCallback as o}from"react";import r from"../../vef-action-buttons/index.js";import i from"../../vef-filter/index.js";import n from"../../vef-title/index.js";import{useActionButtons as s}from"../hooks/use-action-buttons.js";import{useCrudContext as m}from"../hooks/use-crud-context.js";import{useCrudStore as a}from"../store.js";function f({title:f,tableApi:l,tableApiParams:u,filterSchema:c,actionButtons:p}){const[d,x,h]=a((t=>[t.setFilterValues,t.confirmedFilterValues,t.setConfirmedFilterValues])),j=l.useIsFetching(e((()=>({...u,...x})),[u,x])),b=m(),F=s(p),g=o((()=>h(null)),[h]);return t(i,{loading:j,prefix:t(n,{noPaddingBottom:!0,showLeftBar:!0,level:5,children:f}),schema:c,extraActionButtons:t(r,{buttons:F,context:b,useFlexContainer:!1}),onChange:d,onConfirm:h,onReset:g})}export{f as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as e,jsxs as t,Fragment as o}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{useApiContext as i}from"@vef-framework/core";import{DisabledContextProvider as n}from"@vef-framework/hooks";import{themeVariables as c,isNullish as s,showSuccessMessage as m,isFunction as a}from"@vef-framework/shared";import{Trash2Icon as l}from"lucide-react";import{useMemo as d,useCallback as f,memo as p}from"react";import u from"../../vef-action-buttons/index.js";import h from"../../vef-button/index.js";import x from"../../vef-divider/index.js";import v from"../../vef-flex/index.js";import b from"../../vef-icon/index.js";import y from"../../vef-text/index.js";import{useCrudContext as g}from"../hooks/use-crud-context.js";import{useCrudStore as j}from"../store.js";const k=r`
|
|
3
|
-
height: 100%;
|
|
4
|
-
display: flex;
|
|
5
|
-
justify-content: space-between;
|
|
6
|
-
align-items: center;
|
|
7
|
-
padding: ${c.padding};
|
|
8
|
-
`;const A=p((function({tableApi:r,tableApiParams:c,batchDeletionApi:p,batchActionButtons:A,selectionSummary:w}){const{useApiMutation:C,stubMutationApi:F}=i(),I=C(p??F),[M,D,K]=j((e=>[e.selectedInfo,e.confirmedFilterValues,e.setSelectedInfo])),{selectedKeys:R,selectedRecords:S}=M,q=d((()=>s(p)?A??[]:[...A??[],{key:"_batchDeletion",label:"批量删除",icon:e(b,{children:e(l,{})}),color:"error",permissions:[p.key],requireConfirmation:!0,confirmationMode:"detailed",onClick:async({refetch:e})=>{const{message:t}=await I.mutate(S);m(t),e()}}]),[A,p,I,S]),B=g(),P=d((()=>({...B,...M})),[B,M]),V=r.useIsFetching(d((()=>({...c,...D})),[c,D])),$=f((()=>{K({selectedKeys:[],selectedRecords:[]})}),[K]),_=d((()=>{if(a(w))return w(S)}),[S,w]);return 0===R.length?null:t("div",{css:k,children:[t(y,{color:"secondary",children:["已选择"," ",e(y,{bold:!0,color:"primary",children:R.length})," ","项",_&&t(o,{children:[e(x,{orientation:"vertical"}),_]})]}),e(n,{value:V,children:t(v,{align:"center",gap:"medium",children:[e(h,{color:"primary",variant:"text",onClick:$,children:"取消选择"}),e(u,{buttons:q,context:P,useFlexContainer:!1})]})})]})}));export{A as default};
|
|
9
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as o}from"@emotion/react/jsx-runtime";import e from"../../vef-form-modal/index.js";import{useCrudStore as r}from"../store.js";function t({formSchema:t,formApis:n}){const[i,{scene:m,title:s,width:c},{onBeforeSubmit:f,onSubmitSuccess:u},a,p,l]=r((o=>[o.isFormOpen,o.currentFormInfo,o.currentFormEventHandlers,o.currentFormInitialValues,o.isFormLoading,o.closeForm])),d=n[m];if(!d)throw new Error(`Form api for scene ${m} not found, please check the formApis props of VefCrudPage component.`);return o(e,{initialValues:a,loading:p,open:i,scene:m,schema:t,submitApi:d,title:s,width:c,onBeforeSubmit:f,onClose:l,onSubmitSuccess:u})}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 */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as t}from"@emotion/react/jsx-runtime";import{memo as e}from"react";import r from"./crud-filter.js";const i=e((function({title:e,tableApi:i,tableApiParams:a,filterItems:o,actionButtons:l}){return o.length>0?t(r,{actionButtons:l,filterSchema:o,tableApi:i,tableApiParams:a,title:e}):null}));export{i as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";import{useMemo as t,useCallback as o,useRef as s,useEffect as a,memo as n}from"react";import r from"../../vef-table/index.js";import{useCrudContext as l}from"../hooks/use-crud-context.js";import{useOperationButtons as i}from"../hooks/use-operation-buttons.js";import{useCrudStore as c,useCrudStoreApi as m}from"../store.js";const p=n((function({api:n,apiParams:p,deletionApi:d,paginated:u,schema:f,selectable:x,operationButtons:S,...h}){const[y,b,j]=c((e=>[e.confirmedFilterValues,e.selectedInfo,e.setSelectedInfo])),K=t((()=>({...p,...y})),[p,y]),g=o(((e,t)=>{j({selectedKeys:e,selectedRecords:t})}),[j]),C=i(d,S),R=s(null),I=m();a((()=>{I.setState({tableInstanceRef:R})}),[I]);const P=l();return e(r,u?{ref:R,multipleSelection:!0,paginated:!0,api:n,apiParams:K,externalContext:P,operationButtons:C,schema:f,selectable:x,selectedKeys:b.selectedKeys,selectionSummary:!1,onRowSelectionChange:g,...h}:{ref:R,multipleSelection:!0,api:n,apiParams:K,externalContext:P,schema:f,selectable:x,selectedKeys:b.selectedKeys,selectionSummary:!1,onRowSelectionChange:g,...h})}));export{p as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";import{creationFormScene as r}from"@vef-framework/shared";import{PlusIcon as o}from"lucide-react";import{useMemo as t}from"react";import i from"../../vef-icon/index.js";import{useCrudStore as m}from"../store.js";function c(c){const n=m((e=>e.formApiKeys)),f=Reflect.has(n,r),s=Reflect.get(n,r);return t((()=>f?[...c??[],{label:"创建",key:`_${r}`,icon:e(i,{children:e(o,{})}),color:"primary",permissions:[s],onClick:({openForm:e,refetch:o})=>e({scene:r,title:"创建",onSubmitSuccess:()=>{o()}})}]:c??[]),[f,c,s])}export{c as useActionButtons};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{useMemo as e}from"react";import{useCrudStore as r}from"../store.js";function t(){const[t,o,n]=r((e=>[e.openForm,e.filterValues,e.tableInstanceRef]));return e((()=>({openForm:t,filterValues:o,refetch:async()=>{await(n.current?.refetch())}})),[t,o,n])}export{t as useCrudContext};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{isNullish as e,isString as t}from"@vef-framework/shared";import{useMemo as o}from"react";function r(r){return o((()=>{const o=[],s=[],n=new Set,c={};for(const a of r){const{filter:r,form:f,...l}=a,{name:u,title:p}=l;if(o.push(l),r){const{label:o,advanced:n,...c}=r,a={name:u,label:n&&e(o)?p:o,advanced:n,...c};("Input"===a.type||"InputNumber"===a.type)&&e(o)&&e(a.placeholder)&&(a.placeholder=t(p)?`请输入${p}`:"请输入"),s.push(a)}if(f){const{group:t,row:o,column:r,filterValueAsDefault:s,label:a,...l}=f,m=`${t??1}`,i=c[m]??{};c[m]||(c[m]=i);const d=`${o??1}`,h=i[d]??{};i[d]||(i[d]=h);const y=`${r??1}`,b=h[y]??[];h[y]||(h[y]=b),"Hidden"===l.type?b.push({name:u,...l}):b.push({name:u,label:e(a)?p:a,...l}),s&&n.add(u)}}const a=[],f=Object.keys(c).sort();for(const e of f){const t=c[e],o=[],r=Object.keys(t).sort();for(const e of r){const r=t[e],s=[],n=Object.keys(r).sort();for(const e of n){const t={key:e,items:r[e]};s.push(t)}o.push({key:e,columns:s})}a.push({key:e,rows:o})}return{tableSchema:o,filterItems:s,formGroups:a,filterValueAsDefaultKeys:Array.from(n)}}),[r])}export{r as useCrudSchema};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as o}from"@emotion/react/jsx-runtime";import{useApiContext as r}from"@vef-framework/core";import{modificationFormScene as e,showSuccessMessage as i}from"@vef-framework/shared";import{PencilIcon as t,TrashIcon as n}from"lucide-react";import{useMemo as c}from"react";import m from"../../vef-icon/index.js";import{useCrudStore as a}from"../store.js";function s(s,f){const{useApiMutation:l,stubMutationApi:p}=r(),u=l(s??p),d=a((o=>o.formApiKeys)),h=Reflect.has(d,e);return c((()=>{const r=[...f??[]];return h&&r.push({key:"_modification",label:"修改",icon:o(m,{children:o(t,{})}),color:"primary",onClick:({record:o,openForm:r,refetch:i})=>{r({scene:e,title:"修改",initialValues:o,onSubmitSuccess:()=>{i()}})}}),s&&r.push({key:"_deletion",label:"删除",icon:o(m,{children:o(n,{})}),color:"error",requireConfirmation:!0,confirmationMode:"simple",onClick:async({record:o,refetch:r})=>{const{message:e}=await u.mutate(o);i(e),r()}}),r}),[s,u,f,h])}export{s as useOperationButtons};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as e,jsxs as t}from"@emotion/react/jsx-runtime";import{isNullish as o}from"@vef-framework/shared";import{useMemo as r}from"react";import s from"../vef-card/index.js";import i from"../vef-page/index.js";import m from"./components/crud-actions.js";import a from"./components/crud-footer.js";import n from"./components/crud-form-modal.js";import c from"./components/crud-header.js";import l from"./components/crud-table.js";import{useCrudSchema as p}from"./hooks/use-crud-schema.js";import{useCrudStore as f,CrudStoreProvider as u}from"./store.js";function b({title:r,actionButtons:p,batchActionButtons:u,tableSchema:b,filterItems:h,formGroups:d,tableApiParams:A,formApis:j,deletionApi:S,batchDeletionApi:y,selectionSummary:B,...g}){const{selectedKeys:P}=f((e=>e.selectedInfo)),k=!o(y)||!o(u)&&u.length>0;let w;if(g.paginated){const{tableApi:t,...o}=g;w=e(l,{showRowNumber:!0,api:t,apiParams:A,deletionApi:S,schema:b,selectable:k,...o})}else{const{tableApi:t,...o}=g;w=e(l,{showRowNumber:!0,api:t,apiParams:A,deletionApi:S,schema:b,selectable:k,...o})}const{tableApi:I}=g;return e(i,{scrollable:!0,title:r,actions:e(m,{actionButtons:p,tableApi:I,tableApiParams:A}),footer:P.length>0&&e(a,{batchActionButtons:u,batchDeletionApi:y,selectionSummary:B,tableApi:I,tableApiParams:A}),header:e(c,{actionButtons:p,filterItems:h,tableApi:I,tableApiParams:A,title:r}),children:t(s,{children:[w,j&&Object.keys(j).length>0&&d.length>0&&e(n,{formApis:j,formSchema:d})]})})}function h({schema:t,formApis:o,onFormOpen:s,onBeforeSubmit:i,onSubmitSuccess:m,...a}){const{tableSchema:n,filterItems:c,formGroups:l,filterValueAsDefaultKeys:f}=p(t),h=r((()=>{const e=o??{};return Object.keys(e).reduce(((t,o)=>(e[o]&&(t[o]=e[o].key),t)),{})}),[o]);return e(u,{filterValueAsDefaultKeys:f,formApiKeys:h,onBeforeSubmit:i,onFormOpen:s,onSubmitSuccess:m,children:e(b,{filterItems:c,formApis:o,formGroups:l,tableSchema:n,...a})})}export{h as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{useSingleton as e,useUpdateEffect as r}from"@vef-framework/hooks";import{creationFormScene as o,isNullish as n,isFunction as t,mergeFns as s,showSuccessMessage as i,showSuccessAlert as u,invokeMaybeAsyncFn as m,isEqual as l}from"@vef-framework/shared";import{createContext as a,createElement as c,useContext as f}from"react";import{createStore as d}from"zustand";import{useStoreWithEqualityFn as F}from"zustand/traditional";const S=a(null);function p({filterValueAsDefaultKeys:l,formApiKeys:a,onFormOpen:f,onBeforeSubmit:F,onSubmitSuccess:p,children:b}){const V=e((()=>function({filterValueAsDefaultKeys:e,formApiKeys:r,onFormOpen:l,onBeforeSubmit:a,onSubmitSuccess:c}){return d(((f,d)=>({onFormOpen:l,onBeforeSubmit:a,onSubmitSuccess:c,currentFormInfo:{scene:o,title:"创建",width:"medium"},currentFormEventHandlers:{},currentFormInitialValues:{},isFormOpen:!1,openForm:async({initialValues:r,width:o,onBeforeSubmit:l,onSubmitSuccess:a,showSuccessTip:c=!0,successTipType:F="message",...S})=>{const{filterValues:p,onFormOpen:b,closeForm:V,onBeforeSubmit:y,onSubmitSuccess:I,setIsFormLoading:w}=d(),K={...e.reduce(((e,r)=>{const o=p[r];return n(o)||(e[r]=o),e}),{}),...r},v=t(l)||t(y)?async(e,r)=>{const o=await(l?.(e,r));return await(y?.(o??e,r))??o}:void 0,A=t(a)||t(I)?s((({message:e})=>{c&&("message"===F?i(e):u(e)),V()}),a,I):void 0;f({isFormOpen:!0,currentFormInfo:{...S,width:o??"medium"},currentFormEventHandlers:{onBeforeSubmit:v,onSubmitSuccess:A},isFormLoading:Boolean(b)}),b?await m(b,{onSuccess:e=>{f({currentFormInitialValues:e})},onFinally:()=>{w(!1)}},K,p,S.scene):f({currentFormInitialValues:K})},closeForm:()=>{f({isFormOpen:!1,currentFormInitialValues:{},currentFormEventHandlers:{}})},isFormLoading:!1,setIsFormLoading:e=>{f({isFormLoading:e})},filterValueAsDefaultKeys:e,filterValues:{},setFilterValues:e=>{f({filterValues:e})},confirmedFilterValues:null,setConfirmedFilterValues:e=>{f({confirmedFilterValues:e})},selectedInfo:{selectedKeys:[],selectedRecords:[]},setSelectedInfo:e=>{f({selectedInfo:e})},formApiKeys:r,tableInstanceRef:{current:null}})))}({filterValueAsDefaultKeys:l,onFormOpen:f,formApiKeys:a,onBeforeSubmit:F,onSubmitSuccess:p})));return r((()=>{V.setState({filterValueAsDefaultKeys:l,formApiKeys:a,onFormOpen:f,onBeforeSubmit:F,onSubmitSuccess:p})}),[l,a,f,F,p]),c(S.Provider,{value:V},b)}function b(){const e=f(S);if(!e)throw new Error("CrudStore can be used only inside CrudStoreProvider");return e}function V(e){return F(b(),e,l)}export{p as CrudStoreProvider,V as useCrudStore,b as useCrudStoreApi};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
package/es/vef-divider/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as t}from"@emotion/react/jsx-runtime";import{Divider as i}from"antd";const o=({orientation:o,title:e,titlePosition:n,titleEdgeMargin:r,...a})=>t(i,{children:e,orientation:n,orientationMargin:r,type:o,...a});export{o as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as o,Fragment as r}from"@emotion/react/jsx-runtime";import{invokeMaybeAsyncFn as e}from"@vef-framework/shared";import{useState as i,useMemo as t,cloneElement as n}from"react";import{useDrawerContextSelector as a}from"../context.js";const s=({children:s})=>{const[l,d]=a((o=>[o.isDisabled,o.setIsDisabled])),[m,c]=i(!1),{disabled:f,loading:p,onClick:b}=s.props,k=t((()=>{if(b)return async o=>{await e(b,{beforeInvoke:()=>{c(!0),d(!0)},onFinally:()=>{c(!1),d(!1)}},o)}}),[b,d]),u=n(s,{disabled:l||f,loading:m||p,onClick:k});return o(r,{children:u})};export{s as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as t}from"@emotion/react/jsx-runtime";import o from"../../vef-button/index.js";import r from"./action-button-wrapper.js";const e=({text:e,onClick:i})=>t(r,{children:t(o,{color:"default",variant:"text",onClick:i,children:e})});export{e as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as o}from"@emotion/react/jsx-runtime";import{CheckIcon as r}from"lucide-react";import i from"../../vef-button/index.js";import t from"../../vef-icon/index.js";import e from"./action-button-wrapper.js";const n=({text:n,onClick:c})=>o(e,{children:o(i,{color:"primary",icon:o(t,{children:o(r,{})}),onClick:c,children:n})});export{n as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
package/es/vef-drawer/context.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{createSelectableContext as e,noop as s}from"@vef-framework/shared";const{ContextProvider:o,useContext:t,useContextSelector:r}=e({isDisabled:!1,setIsDisabled:s,isFullyOpened:!1,isFullyClosed:!1});export{o as DrawerContextProvider,t as useDrawerContext,r as useDrawerContextSelector};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
package/es/vef-drawer/index.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as e,jsxs as o,Fragment as t}from"@emotion/react/jsx-runtime";import{css as n}from"@emotion/react";import{themeVariables as l,isFunction as s}from"@vef-framework/shared";import{Drawer as r}from"antd";import{useMemo as i,useState as a,useLayoutEffect as c,useCallback as d,memo as m}from"react";import p from"./components/cancel-action-button.js";import f from"./components/ok-action-button.js";import{DrawerContextProvider as u}from"./context.js";export{default as VefDrawerActionButtonWrapper}from"./components/action-button-wrapper.js";const C=n`
|
|
3
|
-
.vef-drawer-footer {
|
|
4
|
-
display: flex;
|
|
5
|
-
gap: ${l.padding};
|
|
6
|
-
justify-content: flex-end;
|
|
7
|
-
align-items: center;
|
|
8
|
-
}
|
|
9
|
-
`,h={narrow:"25",half:"50",wide:"75",full:"100"},x=m((({title:n,open:l,closable:m=!0,closeOnEscPress:x=!0,closeOnMaskClick:k=!1,destroyOnClose:y=!1,placement:g="right",expansionSize:O,extra:b,showCancelButton:w=!0,cancelButtonText:j="取消",okButtonText:B="提交",actions:F,loading:v,cancelOnClose:A=!0,onClose:z,onCancel:D,onOk:$,onAfterOpen:I,onAfterClose:T,children:E})=>{const M=i((()=>"small"===O?{size:"default"}:"medium"===O?{size:"large"}:"left"===g||"right"===g?{width:h[O]?`${h[O]}vw`:O}:{height:h[O]?`${h[O]}vh`:O}),[O,g]),[P,S]=a({isFullyOpened:!1,isFullyClosed:!1}),[V,W]=a(!1),q=i((()=>({isDisabled:V,setIsDisabled:W,...P})),[V,P]),G=v||V;c((()=>{l&&P.isFullyClosed&&S((e=>({...e,isFullyClosed:!1})))}),[l]);const H=i((()=>{const n=e(p,{text:j,onClick:D},"cancelActionButton"),l=e(f,{text:B,onClick:$},"okActionButton");return s(F)?F([n,l]):F||(w?o(t,{children:[n,l]}):l)}),[F,j,B,D,$,w]),J=d((()=>{G||(A&&D?.(),z?.())}),[A,G,D,z]),K=d((e=>{const o=s(I),t=s(T);e?(o&&I(),S((e=>({...e,isFullyOpened:!0})))):(t&&T(),S((e=>({...e,isFullyClosed:!0}))))}),[I,T]);return e(u,{value:q,children:e(r,{afterOpenChange:K,closable:m,css:C,destroyOnClose:y,extra:b,footer:!v&&H,keyboard:x,loading:v,maskClosable:k,open:l,placement:g,title:n,zIndex:20,onClose:J,...M,children:E})})}));export{x as default};
|
|
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 */
|
package/es/vef-dropdown/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";import{useNormalizedMenuItems as t,useDeepCompareMemo as o}from"@vef-framework/hooks";import{isFunction as l}from"@vef-framework/shared";import{Dropdown as a}from"antd";import{useMemo as s,memo as r}from"react";const n=r((function({className:r,disabled:n,placement:c,children:i,items:m,trigger:d="hover",selectable:p=!1,deselectable:f=!1,multiple:y=!1,defaultSelectedKeys:k,selectedKeys:u,onChange:h,onSelect:v,onDeselect:g,onClick:b}){const K=s((()=>[d]),[d]),P=t(m),S=o((()=>({items:P,selectable:p,unselectable:f?"on":"off",multiple:y,defaultSelectedKeys:k,selectedKeys:u,onSelect:l(h)||l(v)?({key:e,keyPath:t,selectedKeys:o,domEvent:l})=>{l.stopPropagation(),h?.(o),v?.(e,t)}:void 0,onDeselect:l(h)||l(g)?({key:e,keyPath:t,selectedKeys:o,domEvent:l})=>{l.stopPropagation(),h?.(o),g?.(e,t)}:void 0,onClick:l(b)?({key:e,keyPath:t,domEvent:o})=>{o.stopPropagation(),b(e,t)}:void 0})),[k,y,P,h,b,g,v,p,u,f]);return e(a,{className:r,disabled:n,menu:S,placement:c,trigger:K,children:i})}));n.displayName="VefDropdown";export{n as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as o}from"@emotion/react/jsx-runtime";import{useThemeTokens as r}from"@vef-framework/hooks";import e from"lucide-react/dynamicIconImports";import{forwardRef as t,lazy as i,Suspense as n}from"react";import m from"../vef-icon/index.js";function c(){const{colorFillContent:e}=r();return o("svg",{"aria-label":"Loading icon",height:"1em",role:"img",viewBox:"0 0 100 100",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:o("rect",{fill:e,height:"100",rx:"20",width:"100"})})}const a=o(c,{}),l=new Map,f=t((({name:r,...t},c)=>{if(!l.has(r)){const o=i(e[r]);l.set(r,o)}const f=l.get(r);return o(m,{ref:c,...t,children:o(n,{fallback:a,children:o(f,{})})})}));export{f as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import c from"lucide-react/dynamicIconImports";const o=Object.keys(c);export{o as dynamicIconNames};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
package/es/vef-empty/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as t}from"@emotion/react/jsx-runtime";import{isNullish as e}from"@vef-framework/shared";import{Empty as r}from"antd";import{useMemo as o}from"react";const{PRESENTED_IMAGE_DEFAULT:m,PRESENTED_IMAGE_SIMPLE:a}=r,i=({icon:i,iconStyle:E,presetIcon:f="default",...n})=>{const c=o((()=>e(i)?"default"===f?m:a:i),[i,f]);return t(r,{image:c,imageStyle:E,...n})};export{i as default};
|
|
3
|
-
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.19, build time: 2024-12-19T13:20:42.664Z, made by Venus. */
|
|
2
|
-
import{jsx as e}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{themeVariables as t,styles as m}from"@vef-framework/shared";import o from"../vef-empty/index.js";const i=r`
|
|
3
|
-
height: 100%;
|
|
4
|
-
padding: ${t.paddingLg};
|
|
5
|
-
${m.flexCenter}
|
|
6
|
-
`,s=({className:r,style:t,...m})=>e("div",{className:r,css:i,style:t,children:e(o,{...m})});export{s 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 */
|