@vef-framework/components 1.0.39 → 1.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.js +2 -2
- package/es/internal/index.js +1 -1
- package/es/internal/utils.js +1 -1
- package/es/vef-access-denied/access-denied-icon.js +1 -1
- package/es/vef-access-denied/index.js +11 -11
- package/es/vef-action-buttons/index.js +1 -1
- package/es/vef-auto-sizer/index.js +1 -1
- package/es/vef-avatar/index.js +1 -1
- package/es/vef-avatar-group/index.js +1 -1
- package/es/vef-badge/index.js +1 -1
- package/es/vef-bool/hooks/use-bool-instance.js +1 -1
- package/es/vef-bool/index.js +1 -1
- package/es/vef-breadcrumb/index.js +3 -0
- package/es/vef-button/components/base-button.js +1 -1
- package/es/vef-button/index.js +1 -1
- package/es/vef-card/index.js +1 -1
- package/es/vef-card-meta/index.js +1 -1
- package/es/vef-checkbox/hooks/use-checkbox-instance.js +1 -1
- package/es/vef-checkbox/hooks/use-data-options.js +1 -1
- package/es/vef-checkbox/index.js +1 -1
- package/es/vef-col/index.js +1 -1
- package/es/vef-color-picker/index.js +1 -1
- package/es/vef-compact/index.js +1 -1
- package/es/vef-config-provider/global-style.js +166 -0
- package/es/vef-config-provider/hooks/use-ui-config.js +1 -1
- package/es/vef-config-provider/index.js +6 -93
- package/es/vef-config-provider/store.js +1 -1
- package/es/vef-container/index.js +1 -1
- package/es/vef-crud-page/components/crud-actions.js +1 -1
- package/es/vef-crud-page/components/crud-filter.js +1 -1
- package/es/vef-crud-page/components/crud-footer.js +1 -1
- package/es/vef-crud-page/components/crud-form-modal.js +1 -1
- package/es/vef-crud-page/components/crud-header.js +1 -1
- package/es/vef-crud-page/components/crud-table.js +1 -1
- package/es/vef-crud-page/hooks/use-action-buttons.js +1 -1
- package/es/vef-crud-page/hooks/use-crud-context.js +1 -1
- package/es/vef-crud-page/hooks/use-crud-schema.js +1 -1
- package/es/vef-crud-page/hooks/use-operation-buttons.js +1 -1
- package/es/vef-crud-page/index.js +1 -1
- package/es/vef-crud-page/store.js +1 -1
- package/es/vef-divider/index.js +1 -1
- package/es/vef-drawer/components/action-button-wrapper.js +1 -1
- package/es/vef-drawer/components/button-props.js +1 -1
- package/es/vef-drawer/components/cancel-action-button.js +1 -1
- package/es/vef-drawer/components/ok-action-button.js +1 -1
- package/es/vef-drawer/context.js +1 -1
- package/es/vef-drawer/index.js +1 -1
- package/es/vef-dropdown/index.js +1 -1
- package/es/vef-dynamic-icon/index.js +1 -1
- package/es/vef-dynamic-icon/props.js +1 -1
- package/es/vef-empty/index.js +1 -1
- package/es/vef-empty-placeholder/index.js +1 -1
- package/es/vef-error/error-icon.js +1 -1
- package/es/vef-error/index.js +10 -10
- package/es/vef-filter/components/action-buttons.js +1 -1
- package/es/vef-filter/components/advanced-filter.js +1 -1
- package/es/vef-filter/components/basic-filter.js +1 -1
- package/es/vef-filter/components/fields/index.js +1 -1
- package/es/vef-filter/components/fields/input-number.js +1 -1
- package/es/vef-filter/components/fields/input.js +1 -1
- package/es/vef-filter/components/filter-field.js +1 -1
- package/es/vef-filter/components/filter-item.js +1 -1
- package/es/vef-filter/event.js +1 -1
- package/es/vef-filter/helper.js +1 -1
- package/es/vef-filter/hooks/use-action-handlers.js +1 -1
- package/es/vef-filter/hooks/use-computed-values.js +1 -1
- package/es/vef-filter/hooks/use-filter-context.js +1 -1
- package/es/vef-filter/hooks/use-filter-initialization.js +1 -1
- package/es/vef-filter/hooks/use-filter-instance.js +1 -1
- package/es/vef-filter/hooks/use-filter-items.js +1 -1
- package/es/vef-filter/hooks/use-filter-values-change.js +1 -1
- package/es/vef-filter/hooks/use-label-config.js +1 -1
- package/es/vef-filter/index.js +1 -1
- package/es/vef-filter/store.js +1 -1
- package/es/vef-flex/index.js +1 -1
- package/es/vef-float-button/index.js +1 -1
- package/es/vef-float-button-group/index.js +1 -1
- package/es/vef-form/components/fields/index.js +1 -1
- package/es/vef-form/components/fields/input-number.js +1 -1
- package/es/vef-form/components/fields/input.js +1 -1
- package/es/vef-form/components/form-actions.js +1 -1
- package/es/vef-form/components/form-content.js +1 -1
- package/es/vef-form/components/form-field.js +1 -1
- package/es/vef-form/components/form-group.js +1 -1
- package/es/vef-form/components/form-hidden-item.js +1 -1
- package/es/vef-form/components/form-item.js +1 -1
- package/es/vef-form/components/form-row.js +1 -1
- package/es/vef-form/event.js +1 -1
- package/es/vef-form/helper.js +1 -1
- package/es/vef-form/hooks/use-action-handlers.js +1 -1
- package/es/vef-form/hooks/use-columns-layout.js +1 -1
- package/es/vef-form/hooks/use-computed-values.js +1 -1
- package/es/vef-form/hooks/use-form-context.js +1 -1
- package/es/vef-form/hooks/use-form-initialization.js +1 -1
- package/es/vef-form/hooks/use-form-instance.js +1 -1
- package/es/vef-form/hooks/use-form-values-change.js +1 -1
- package/es/vef-form/hooks/use-label-width.js +1 -1
- package/es/vef-form/index.js +1 -1
- package/es/vef-form/store.js +1 -1
- package/es/vef-form/validation-rules.js +1 -1
- package/es/vef-form-drawer/index.js +1 -1
- package/es/vef-form-modal/index.js +1 -1
- package/es/vef-generic-select/index.js +1 -1
- package/es/vef-grid/index.js +1 -1
- package/es/vef-grid/props.js +1 -1
- package/es/vef-grid-item/index.js +1 -1
- package/es/vef-icon/index.js +1 -1
- package/es/vef-icon-select/index.js +1 -1
- package/es/vef-input/hooks/use-input-instance.js +1 -1
- package/es/vef-input/index.js +1 -1
- package/es/vef-input-number/hooks/use-input-number-instance.js +1 -1
- package/es/vef-input-number/index.js +1 -1
- package/es/vef-layout/common-styles.js +6 -0
- package/es/vef-layout/components/content.js +1 -1
- package/es/vef-layout/components/font-size.js +2 -5
- package/es/vef-layout/components/fullscreen.js +2 -5
- package/es/vef-layout/components/header-action-icons.js +3 -3
- package/es/vef-layout/components/header-content.js +2 -7
- package/es/vef-layout/components/header.js +3 -3
- package/es/vef-layout/components/icon-boy.js +3 -0
- package/es/vef-layout/components/icon-girl.js +3 -0
- package/es/vef-layout/components/menu-groups.js +34 -0
- package/es/vef-layout/components/message.js +3 -0
- package/es/vef-layout/components/search.js +3 -0
- package/es/vef-layout/components/sider.js +3 -3
- package/es/vef-layout/components/title.js +5 -3
- package/es/vef-layout/components/user-avatar.js +7 -9
- package/es/vef-layout/hooks/use-layout-context.js +3 -0
- package/es/vef-layout/index.js +3 -3
- package/es/vef-layout/logo.svg.js +1 -1
- package/es/vef-layout/store.js +1 -1
- package/es/vef-loading-placeholder/index.js +7 -5
- package/es/vef-login/index.js +22 -22
- package/es/vef-login/login-icon.js +1 -1
- package/es/vef-menu/index.js +1 -1
- package/es/vef-modal/components/action-button-wrapper.js +1 -1
- package/es/vef-modal/components/button-props.js +1 -1
- package/es/vef-modal/components/cancel-action-button.js +1 -1
- package/es/vef-modal/components/ok-action-button.js +1 -1
- package/es/vef-modal/context.js +1 -1
- package/es/vef-modal/index.js +1 -1
- package/es/vef-not-found/index.js +10 -10
- package/es/vef-not-found/not-found-icon.js +1 -1
- package/es/vef-page/index.js +13 -13
- package/es/vef-pagination/index.js +1 -1
- package/es/vef-pagination/props.js +1 -1
- package/es/vef-paragraph/index.js +1 -1
- package/es/vef-password/hooks/use-password-instance.js +1 -1
- package/es/vef-password/index.js +1 -1
- package/es/vef-popconfirm/index.js +1 -1
- package/es/vef-popover/index.js +1 -1
- package/es/vef-radio/hooks/use-data-options.js +1 -1
- package/es/vef-radio/hooks/use-radio-instance.js +1 -1
- package/es/vef-radio/index.js +1 -1
- package/es/vef-rate/hooks/use-rate-instance.js +1 -1
- package/es/vef-rate/index.js +1 -1
- package/es/vef-responsive-container/index.js +1 -1
- package/es/vef-responsive-item/index.js +1 -1
- package/es/vef-ribbon/index.js +1 -1
- package/es/vef-row/index.js +1 -1
- package/es/vef-scroll-area/components/scrollbar.js +1 -1
- package/es/vef-scroll-area/index.js +1 -1
- package/es/vef-select/components/option.js +1 -1
- package/es/vef-select/hooks/use-data-options.js +1 -1
- package/es/vef-select/hooks/use-field-names.js +1 -1
- package/es/vef-select/hooks/use-render-label.js +1 -1
- package/es/vef-select/hooks/use-render-option.js +1 -1
- package/es/vef-select/hooks/use-select-instance.js +1 -1
- package/es/vef-select/index.js +1 -1
- package/es/vef-slider/hooks/use-slider-instance.js +1 -1
- package/es/vef-slider/index.js +1 -1
- package/es/vef-sortable-list/components/overlay-item.js +1 -1
- package/es/vef-sortable-list/components/sortable-item.js +1 -1
- package/es/vef-sortable-list/hooks/use-merged-items.js +1 -1
- package/es/vef-sortable-list/index.js +1 -1
- package/es/vef-space/index.js +1 -1
- package/es/vef-spin/index.js +1 -1
- package/es/vef-splitter/index.js +1 -1
- package/es/vef-splitter-panel/index.js +1 -1
- package/es/vef-status/index.js +1 -1
- package/es/vef-table/components/columns/bool.js +1 -1
- package/es/vef-table/components/columns/code.js +1 -1
- package/es/vef-table/components/columns/data-dictionary.js +1 -1
- package/es/vef-table/components/columns/enum.js +1 -1
- package/es/vef-table/components/columns/file.js +1 -1
- package/es/vef-table/components/columns/icon.js +1 -1
- package/es/vef-table/components/columns/id.js +1 -1
- package/es/vef-table/components/columns/image.js +1 -1
- package/es/vef-table/components/columns/index.js +1 -1
- package/es/vef-table/components/columns/markdown.js +1 -1
- package/es/vef-table/components/columns/number.js +1 -1
- package/es/vef-table/components/columns/render.js +1 -1
- package/es/vef-table/components/columns/rich-text.js +1 -1
- package/es/vef-table/components/columns/text.js +1 -1
- package/es/vef-table/components/columns-settings.js +1 -1
- package/es/vef-table/components/operation-buttons.js +1 -1
- package/es/vef-table/components/settings-icon.js +1 -1
- package/es/vef-table/components/table-footer.js +1 -1
- package/es/vef-table/helper.js +1 -1
- package/es/vef-table/hooks/use-computed-batch-buttons.js +1 -1
- package/es/vef-table/hooks/use-computed-columns.js +1 -1
- package/es/vef-table/hooks/use-computed-values.js +1 -1
- package/es/vef-table/hooks/use-data.js +1 -1
- package/es/vef-table/hooks/use-default-column-configs.js +1 -1
- package/es/vef-table/hooks/use-display-value.js +1 -1
- package/es/vef-table/hooks/use-helper-columns.js +1 -1
- package/es/vef-table/hooks/use-operation-column-width.js +1 -1
- package/es/vef-table/hooks/use-pagination-props.js +1 -1
- package/es/vef-table/hooks/use-row-props.js +1 -1
- package/es/vef-table/hooks/use-row-selection-config.js +1 -1
- package/es/vef-table/hooks/use-selected-rows.js +1 -1
- package/es/vef-table/hooks/use-table-columns.js +1 -1
- package/es/vef-table/hooks/use-table-context.js +1 -1
- package/es/vef-table/hooks/use-table-instance.js +1 -1
- package/es/vef-table/hooks/use-table-summary.js +1 -1
- package/es/vef-table/hooks/use-table-width.js +1 -1
- package/es/vef-table/index.js +1 -1
- package/es/vef-table/store.js +1 -1
- package/es/vef-tabs/index.js +1 -1
- package/es/vef-tag/index.js +1 -1
- package/es/vef-temporal-picker/helper.js +1 -1
- package/es/vef-temporal-picker/hooks/use-dayjs-value.js +1 -1
- package/es/vef-temporal-picker/hooks/use-temporal-limit.js +1 -1
- package/es/vef-temporal-picker/hooks/use-temporal-picker-instance.js +1 -1
- package/es/vef-temporal-picker/index.js +1 -1
- package/es/vef-temporal-range-picker/helper.js +1 -1
- package/es/vef-temporal-range-picker/hooks/use-dayjs-values.js +1 -1
- package/es/vef-temporal-range-picker/hooks/use-temporal-limit.js +1 -1
- package/es/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.js +1 -1
- package/es/vef-temporal-range-picker/index.js +1 -1
- package/es/vef-temporal-range-picker/props.js +1 -1
- package/es/vef-text/index.js +1 -1
- package/es/vef-textarea/hooks/use-textarea-instance.js +1 -1
- package/es/vef-textarea/index.js +1 -1
- package/es/vef-title/index.js +1 -1
- package/es/vef-tooltip/index.js +1 -1
- package/es/vef-tree-select/hooks/use-change-handler.js +1 -1
- package/es/vef-tree-select/hooks/use-data-options.js +1 -1
- package/es/vef-tree-select/hooks/use-tree-select-instance.js +1 -1
- package/es/vef-tree-select/index.js +1 -1
- package/es/vef-virtual-grid/index.js +1 -1
- package/es/vef-virtual-list/index.js +1 -1
- package/lib/index.cjs +2 -2
- package/lib/internal/index.cjs +1 -1
- package/lib/internal/utils.cjs +1 -1
- package/lib/vef-access-denied/access-denied-icon.cjs +1 -1
- package/lib/vef-access-denied/index.cjs +11 -11
- package/lib/vef-access-denied/props.cjs +1 -1
- package/lib/vef-action-buttons/index.cjs +1 -1
- package/lib/vef-action-buttons/props.cjs +1 -1
- package/lib/vef-auto-sizer/index.cjs +1 -1
- package/lib/vef-auto-sizer/props.cjs +1 -1
- package/lib/vef-avatar/index.cjs +1 -1
- package/lib/vef-avatar/props.cjs +1 -1
- package/lib/vef-avatar-group/index.cjs +1 -1
- package/lib/vef-avatar-group/props.cjs +1 -1
- package/lib/vef-badge/index.cjs +1 -1
- package/lib/vef-badge/props.cjs +1 -1
- package/lib/vef-bool/hooks/use-bool-instance.cjs +1 -1
- package/lib/vef-bool/index.cjs +1 -1
- package/lib/vef-bool/props.cjs +1 -1
- package/lib/vef-breadcrumb/index.cjs +3 -0
- package/lib/vef-breadcrumb/props.cjs +3 -0
- package/lib/vef-button/components/base-button.cjs +1 -1
- package/lib/vef-button/index.cjs +1 -1
- package/lib/vef-button/props.cjs +1 -1
- package/lib/vef-card/index.cjs +1 -1
- package/lib/vef-card/props.cjs +1 -1
- package/lib/vef-card-meta/index.cjs +1 -1
- package/lib/vef-card-meta/props.cjs +1 -1
- package/lib/vef-checkbox/hooks/use-checkbox-instance.cjs +1 -1
- package/lib/vef-checkbox/hooks/use-data-options.cjs +1 -1
- package/lib/vef-checkbox/index.cjs +1 -1
- package/lib/vef-checkbox/props.cjs +1 -1
- package/lib/vef-col/index.cjs +1 -1
- package/lib/vef-col/props.cjs +1 -1
- package/lib/vef-color-picker/index.cjs +1 -1
- package/lib/vef-color-picker/props.cjs +1 -1
- package/lib/vef-compact/index.cjs +1 -1
- package/lib/vef-compact/props.cjs +1 -1
- package/lib/vef-config-provider/global-style.cjs +166 -0
- package/lib/vef-config-provider/hooks/use-ui-config.cjs +1 -1
- package/lib/vef-config-provider/index.cjs +6 -93
- package/lib/vef-config-provider/props.cjs +1 -1
- package/lib/vef-config-provider/store.cjs +1 -1
- package/lib/vef-container/index.cjs +1 -1
- package/lib/vef-container/props.cjs +1 -1
- package/lib/vef-crud-page/components/crud-actions.cjs +1 -1
- package/lib/vef-crud-page/components/crud-filter.cjs +1 -1
- package/lib/vef-crud-page/components/crud-footer.cjs +1 -1
- package/lib/vef-crud-page/components/crud-form-modal.cjs +1 -1
- package/lib/vef-crud-page/components/crud-header.cjs +1 -1
- package/lib/vef-crud-page/components/crud-table.cjs +1 -1
- package/lib/vef-crud-page/hooks/use-action-buttons.cjs +1 -1
- package/lib/vef-crud-page/hooks/use-crud-context.cjs +1 -1
- package/lib/vef-crud-page/hooks/use-crud-schema.cjs +1 -1
- package/lib/vef-crud-page/hooks/use-operation-buttons.cjs +1 -1
- package/lib/vef-crud-page/index.cjs +1 -1
- package/lib/vef-crud-page/props.cjs +1 -1
- package/lib/vef-crud-page/store.cjs +1 -1
- package/lib/vef-crud-page/types.cjs +1 -1
- package/lib/vef-divider/index.cjs +1 -1
- package/lib/vef-divider/props.cjs +1 -1
- package/lib/vef-drawer/components/action-button-wrapper.cjs +1 -1
- package/lib/vef-drawer/components/button-props.cjs +1 -1
- package/lib/vef-drawer/components/cancel-action-button.cjs +1 -1
- package/lib/vef-drawer/components/ok-action-button.cjs +1 -1
- package/lib/vef-drawer/context.cjs +1 -1
- package/lib/vef-drawer/index.cjs +1 -1
- package/lib/vef-drawer/props.cjs +1 -1
- package/lib/vef-dropdown/index.cjs +1 -1
- package/lib/vef-dropdown/props.cjs +1 -1
- package/lib/vef-dynamic-icon/index.cjs +1 -1
- package/lib/vef-dynamic-icon/props.cjs +1 -1
- package/lib/vef-empty/index.cjs +1 -1
- package/lib/vef-empty/props.cjs +1 -1
- package/lib/vef-empty-placeholder/index.cjs +1 -1
- package/lib/vef-empty-placeholder/props.cjs +1 -1
- package/lib/vef-error/error-icon.cjs +1 -1
- package/lib/vef-error/index.cjs +10 -10
- package/lib/vef-error/props.cjs +1 -1
- package/lib/vef-filter/components/action-buttons.cjs +1 -1
- package/lib/vef-filter/components/advanced-filter.cjs +1 -1
- package/lib/vef-filter/components/basic-filter.cjs +1 -1
- package/lib/vef-filter/components/fields/index.cjs +1 -1
- package/lib/vef-filter/components/fields/input-number.cjs +1 -1
- package/lib/vef-filter/components/fields/input.cjs +1 -1
- package/lib/vef-filter/components/fields/props.cjs +1 -1
- package/lib/vef-filter/components/filter-field.cjs +1 -1
- package/lib/vef-filter/components/filter-item.cjs +1 -1
- package/lib/vef-filter/event.cjs +1 -1
- package/lib/vef-filter/helper.cjs +1 -1
- package/lib/vef-filter/hooks/use-action-handlers.cjs +1 -1
- package/lib/vef-filter/hooks/use-computed-values.cjs +1 -1
- package/lib/vef-filter/hooks/use-filter-context.cjs +1 -1
- package/lib/vef-filter/hooks/use-filter-initialization.cjs +1 -1
- package/lib/vef-filter/hooks/use-filter-instance.cjs +1 -1
- package/lib/vef-filter/hooks/use-filter-items.cjs +1 -1
- package/lib/vef-filter/hooks/use-filter-values-change.cjs +1 -1
- package/lib/vef-filter/hooks/use-label-config.cjs +1 -1
- package/lib/vef-filter/index.cjs +1 -1
- package/lib/vef-filter/props.cjs +1 -1
- package/lib/vef-filter/store.cjs +1 -1
- package/lib/vef-filter/types.cjs +1 -1
- package/lib/vef-flex/index.cjs +1 -1
- package/lib/vef-flex/props.cjs +1 -1
- package/lib/vef-float-button/index.cjs +1 -1
- package/lib/vef-float-button/props.cjs +1 -1
- package/lib/vef-float-button-group/index.cjs +1 -1
- package/lib/vef-float-button-group/props.cjs +1 -1
- package/lib/vef-form/components/fields/index.cjs +1 -1
- package/lib/vef-form/components/fields/input-number.cjs +1 -1
- package/lib/vef-form/components/fields/input.cjs +1 -1
- package/lib/vef-form/components/fields/props.cjs +1 -1
- package/lib/vef-form/components/form-actions.cjs +1 -1
- package/lib/vef-form/components/form-content.cjs +1 -1
- package/lib/vef-form/components/form-field.cjs +1 -1
- package/lib/vef-form/components/form-group.cjs +1 -1
- package/lib/vef-form/components/form-hidden-item.cjs +1 -1
- package/lib/vef-form/components/form-item.cjs +1 -1
- package/lib/vef-form/components/form-row.cjs +1 -1
- package/lib/vef-form/event.cjs +1 -1
- package/lib/vef-form/helper.cjs +1 -1
- package/lib/vef-form/hooks/use-action-handlers.cjs +1 -1
- package/lib/vef-form/hooks/use-columns-layout.cjs +1 -1
- package/lib/vef-form/hooks/use-computed-values.cjs +1 -1
- package/lib/vef-form/hooks/use-form-context.cjs +1 -1
- package/lib/vef-form/hooks/use-form-initialization.cjs +1 -1
- package/lib/vef-form/hooks/use-form-instance.cjs +1 -1
- package/lib/vef-form/hooks/use-form-values-change.cjs +1 -1
- package/lib/vef-form/hooks/use-label-width.cjs +1 -1
- package/lib/vef-form/index.cjs +1 -1
- package/lib/vef-form/props.cjs +1 -1
- package/lib/vef-form/store.cjs +1 -1
- package/lib/vef-form/types.cjs +1 -1
- package/lib/vef-form/validation-rules.cjs +1 -1
- package/lib/vef-form-drawer/index.cjs +1 -1
- package/lib/vef-form-drawer/props.cjs +1 -1
- package/lib/vef-form-modal/index.cjs +1 -1
- package/lib/vef-form-modal/props.cjs +1 -1
- package/lib/vef-generic-select/index.cjs +1 -1
- package/lib/vef-generic-select/props.cjs +1 -1
- package/lib/vef-grid/index.cjs +1 -1
- package/lib/vef-grid/props.cjs +1 -1
- package/lib/vef-grid-item/index.cjs +1 -1
- package/lib/vef-grid-item/props.cjs +1 -1
- package/lib/vef-icon/index.cjs +1 -1
- package/lib/vef-icon/props.cjs +1 -1
- package/lib/vef-icon-select/index.cjs +1 -1
- package/lib/vef-icon-select/props.cjs +1 -1
- package/lib/vef-input/hooks/use-input-instance.cjs +1 -1
- package/lib/vef-input/index.cjs +1 -1
- package/lib/vef-input/props.cjs +1 -1
- package/lib/vef-input-number/hooks/use-input-number-instance.cjs +1 -1
- package/lib/vef-input-number/index.cjs +1 -1
- package/lib/vef-input-number/props.cjs +1 -1
- package/lib/vef-layout/common-styles.cjs +6 -0
- package/lib/vef-layout/components/content.cjs +1 -1
- package/lib/vef-layout/components/font-size.cjs +2 -5
- package/lib/vef-layout/components/fullscreen.cjs +2 -5
- package/lib/vef-layout/components/header-action-icons.cjs +3 -3
- package/lib/vef-layout/components/header-content.cjs +2 -7
- package/lib/vef-layout/components/header.cjs +3 -3
- package/lib/vef-layout/components/icon-boy.cjs +3 -0
- package/lib/vef-layout/components/icon-girl.cjs +3 -0
- package/lib/vef-layout/components/menu-groups.cjs +34 -0
- package/lib/vef-layout/components/message.cjs +3 -0
- package/lib/vef-layout/components/search.cjs +3 -0
- package/lib/vef-layout/components/sider.cjs +6 -6
- package/lib/vef-layout/components/title.cjs +5 -3
- package/lib/vef-layout/components/user-avatar.cjs +10 -12
- package/lib/vef-layout/hooks/use-layout-context.cjs +3 -0
- package/lib/vef-layout/index.cjs +3 -3
- package/lib/vef-layout/logo.svg.cjs +1 -1
- package/lib/vef-layout/props.cjs +1 -1
- package/lib/vef-layout/store.cjs +1 -1
- package/lib/vef-loading-placeholder/index.cjs +7 -5
- package/lib/vef-loading-placeholder/props.cjs +1 -1
- package/lib/vef-login/index.cjs +21 -21
- package/lib/vef-login/login-icon.cjs +1 -1
- package/lib/vef-login/props.cjs +1 -1
- package/lib/vef-menu/index.cjs +1 -1
- package/lib/vef-menu/props.cjs +1 -1
- package/lib/vef-modal/components/action-button-wrapper.cjs +1 -1
- package/lib/vef-modal/components/button-props.cjs +1 -1
- package/lib/vef-modal/components/cancel-action-button.cjs +1 -1
- package/lib/vef-modal/components/ok-action-button.cjs +1 -1
- package/lib/vef-modal/context.cjs +1 -1
- package/lib/vef-modal/index.cjs +1 -1
- package/lib/vef-modal/props.cjs +1 -1
- package/lib/vef-not-found/index.cjs +11 -11
- package/lib/vef-not-found/not-found-icon.cjs +1 -1
- package/lib/vef-not-found/props.cjs +1 -1
- package/lib/vef-page/index.cjs +5 -5
- package/lib/vef-page/props.cjs +1 -1
- package/lib/vef-pagination/index.cjs +1 -1
- package/lib/vef-pagination/props.cjs +1 -1
- package/lib/vef-paragraph/index.cjs +1 -1
- package/lib/vef-paragraph/props.cjs +1 -1
- package/lib/vef-password/hooks/use-password-instance.cjs +1 -1
- package/lib/vef-password/index.cjs +1 -1
- package/lib/vef-password/props.cjs +1 -1
- package/lib/vef-popconfirm/index.cjs +1 -1
- package/lib/vef-popconfirm/props.cjs +1 -1
- package/lib/vef-popover/index.cjs +1 -1
- package/lib/vef-popover/props.cjs +1 -1
- package/lib/vef-radio/hooks/use-data-options.cjs +1 -1
- package/lib/vef-radio/hooks/use-radio-instance.cjs +1 -1
- package/lib/vef-radio/index.cjs +1 -1
- package/lib/vef-radio/props.cjs +1 -1
- package/lib/vef-rate/hooks/use-rate-instance.cjs +1 -1
- package/lib/vef-rate/index.cjs +1 -1
- package/lib/vef-rate/props.cjs +1 -1
- package/lib/vef-responsive-container/index.cjs +1 -1
- package/lib/vef-responsive-container/props.cjs +1 -1
- package/lib/vef-responsive-item/index.cjs +1 -1
- package/lib/vef-responsive-item/props.cjs +1 -1
- package/lib/vef-ribbon/index.cjs +1 -1
- package/lib/vef-ribbon/props.cjs +1 -1
- package/lib/vef-row/index.cjs +1 -1
- package/lib/vef-row/props.cjs +1 -1
- package/lib/vef-scroll-area/components/scrollbar.cjs +1 -1
- package/lib/vef-scroll-area/index.cjs +1 -1
- package/lib/vef-scroll-area/props.cjs +1 -1
- package/lib/vef-select/components/option.cjs +1 -1
- package/lib/vef-select/hooks/use-data-options.cjs +1 -1
- package/lib/vef-select/hooks/use-field-names.cjs +1 -1
- package/lib/vef-select/hooks/use-render-label.cjs +1 -1
- package/lib/vef-select/hooks/use-render-option.cjs +1 -1
- package/lib/vef-select/hooks/use-select-instance.cjs +1 -1
- package/lib/vef-select/index.cjs +1 -1
- package/lib/vef-select/props.cjs +1 -1
- package/lib/vef-slider/hooks/use-slider-instance.cjs +1 -1
- package/lib/vef-slider/index.cjs +1 -1
- package/lib/vef-slider/props.cjs +1 -1
- package/lib/vef-sortable-list/components/overlay-item.cjs +1 -1
- package/lib/vef-sortable-list/components/sortable-item.cjs +1 -1
- package/lib/vef-sortable-list/hooks/use-merged-items.cjs +1 -1
- package/lib/vef-sortable-list/index.cjs +1 -1
- package/lib/vef-sortable-list/props.cjs +1 -1
- package/lib/vef-space/index.cjs +1 -1
- package/lib/vef-space/props.cjs +1 -1
- package/lib/vef-spin/index.cjs +1 -1
- package/lib/vef-spin/props.cjs +1 -1
- package/lib/vef-splitter/index.cjs +1 -1
- package/lib/vef-splitter/props.cjs +1 -1
- package/lib/vef-splitter-panel/index.cjs +1 -1
- package/lib/vef-splitter-panel/props.cjs +1 -1
- package/lib/vef-status/index.cjs +1 -1
- package/lib/vef-status/props.cjs +1 -1
- package/lib/vef-table/components/columns/bool.cjs +1 -1
- package/lib/vef-table/components/columns/code.cjs +1 -1
- package/lib/vef-table/components/columns/data-dictionary.cjs +1 -1
- package/lib/vef-table/components/columns/enum.cjs +1 -1
- package/lib/vef-table/components/columns/file.cjs +1 -1
- package/lib/vef-table/components/columns/icon.cjs +1 -1
- package/lib/vef-table/components/columns/id.cjs +1 -1
- package/lib/vef-table/components/columns/image.cjs +1 -1
- package/lib/vef-table/components/columns/index.cjs +1 -1
- package/lib/vef-table/components/columns/markdown.cjs +1 -1
- package/lib/vef-table/components/columns/number.cjs +1 -1
- package/lib/vef-table/components/columns/props.cjs +1 -1
- package/lib/vef-table/components/columns/render.cjs +1 -1
- package/lib/vef-table/components/columns/rich-text.cjs +1 -1
- package/lib/vef-table/components/columns/text.cjs +1 -1
- package/lib/vef-table/components/columns-settings.cjs +1 -1
- package/lib/vef-table/components/operation-buttons.cjs +1 -1
- package/lib/vef-table/components/settings-icon.cjs +1 -1
- package/lib/vef-table/components/table-footer.cjs +1 -1
- package/lib/vef-table/helper.cjs +1 -1
- package/lib/vef-table/hooks/use-computed-batch-buttons.cjs +1 -1
- package/lib/vef-table/hooks/use-computed-columns.cjs +1 -1
- package/lib/vef-table/hooks/use-computed-values.cjs +1 -1
- package/lib/vef-table/hooks/use-data.cjs +1 -1
- package/lib/vef-table/hooks/use-default-column-configs.cjs +1 -1
- package/lib/vef-table/hooks/use-display-value.cjs +1 -1
- package/lib/vef-table/hooks/use-helper-columns.cjs +1 -1
- package/lib/vef-table/hooks/use-operation-column-width.cjs +1 -1
- package/lib/vef-table/hooks/use-pagination-props.cjs +1 -1
- package/lib/vef-table/hooks/use-row-props.cjs +1 -1
- package/lib/vef-table/hooks/use-row-selection-config.cjs +1 -1
- package/lib/vef-table/hooks/use-selected-rows.cjs +1 -1
- package/lib/vef-table/hooks/use-table-columns.cjs +1 -1
- package/lib/vef-table/hooks/use-table-context.cjs +1 -1
- package/lib/vef-table/hooks/use-table-instance.cjs +1 -1
- package/lib/vef-table/hooks/use-table-summary.cjs +1 -1
- package/lib/vef-table/hooks/use-table-width.cjs +1 -1
- package/lib/vef-table/index.cjs +1 -1
- package/lib/vef-table/props.cjs +1 -1
- package/lib/vef-table/store.cjs +1 -1
- package/lib/vef-table/types.cjs +1 -1
- package/lib/vef-tabs/index.cjs +1 -1
- package/lib/vef-tabs/props.cjs +1 -1
- package/lib/vef-tag/index.cjs +1 -1
- package/lib/vef-tag/props.cjs +1 -1
- package/lib/vef-temporal-picker/helper.cjs +1 -1
- package/lib/vef-temporal-picker/hooks/use-dayjs-value.cjs +1 -1
- package/lib/vef-temporal-picker/hooks/use-temporal-limit.cjs +1 -1
- package/lib/vef-temporal-picker/hooks/use-temporal-picker-instance.cjs +1 -1
- package/lib/vef-temporal-picker/index.cjs +1 -1
- package/lib/vef-temporal-picker/props.cjs +1 -1
- package/lib/vef-temporal-range-picker/helper.cjs +1 -1
- package/lib/vef-temporal-range-picker/hooks/use-dayjs-values.cjs +1 -1
- package/lib/vef-temporal-range-picker/hooks/use-temporal-limit.cjs +1 -1
- package/lib/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.cjs +1 -1
- package/lib/vef-temporal-range-picker/index.cjs +1 -1
- package/lib/vef-temporal-range-picker/props.cjs +1 -1
- package/lib/vef-text/index.cjs +1 -1
- package/lib/vef-text/props.cjs +1 -1
- package/lib/vef-textarea/hooks/use-textarea-instance.cjs +1 -1
- package/lib/vef-textarea/index.cjs +1 -1
- package/lib/vef-textarea/props.cjs +1 -1
- package/lib/vef-title/index.cjs +1 -1
- package/lib/vef-title/props.cjs +1 -1
- package/lib/vef-tooltip/index.cjs +1 -1
- package/lib/vef-tooltip/props.cjs +1 -1
- package/lib/vef-tree-select/hooks/use-change-handler.cjs +1 -1
- package/lib/vef-tree-select/hooks/use-data-options.cjs +1 -1
- package/lib/vef-tree-select/hooks/use-tree-select-instance.cjs +1 -1
- package/lib/vef-tree-select/index.cjs +1 -1
- package/lib/vef-tree-select/props.cjs +1 -1
- package/lib/vef-virtual-grid/index.cjs +1 -1
- package/lib/vef-virtual-grid/props.cjs +1 -1
- package/lib/vef-virtual-list/index.cjs +1 -1
- package/lib/vef-virtual-list/props.cjs +1 -1
- package/package.json +9 -9
- package/types/index.d.ts +1 -0
- package/types/vef-breadcrumb/index.d.ts +4 -0
- package/types/vef-breadcrumb/props.d.ts +48 -0
- package/types/vef-checkbox/hooks/use-data-options.d.ts +1 -25
- package/types/vef-config-provider/global-style.d.ts +6 -0
- package/types/vef-config-provider/props.d.ts +14 -2
- package/types/vef-layout/common-styles.d.ts +1 -0
- package/types/vef-layout/components/icon-boy.d.ts +4 -0
- package/types/vef-layout/components/icon-girl.d.ts +4 -0
- package/types/vef-layout/components/menu-groups.d.ts +3 -0
- package/types/vef-layout/components/message.d.ts +3 -0
- package/types/vef-layout/components/search.d.ts +3 -0
- package/types/vef-layout/components/sider.d.ts +1 -16
- package/types/vef-layout/components/title.d.ts +1 -15
- package/types/vef-layout/components/user-avatar.d.ts +1 -1
- package/types/vef-layout/hooks/use-layout-context.d.ts +12 -0
- package/types/vef-layout/props.d.ts +41 -4
- package/types/vef-loading-placeholder/props.d.ts +1 -1
- package/types/vef-login/props.d.ts +2 -32
- package/types/vef-page/props.d.ts +1 -1
- package/types/vef-radio/hooks/use-data-options.d.ts +1 -25
- package/types/vef-select/hooks/use-data-options.d.ts +1 -25
- package/types/vef-tree-select/hooks/use-data-options.d.ts +1 -25
- package/es/vef-config-provider/reset-style.js +0 -257
- package/lib/vef-config-provider/reset-style.cjs +0 -257
- package/types/vef-config-provider/reset-style.d.ts +0 -4
|
@@ -1,31 +1,5 @@
|
|
|
1
|
-
import type { Consumer,
|
|
1
|
+
import type { Consumer, LoginResult } from "@vef-framework/shared";
|
|
2
2
|
import type { ReactNode } from "react";
|
|
3
|
-
/**
|
|
4
|
-
* The values of the login form.
|
|
5
|
-
*/
|
|
6
|
-
export interface LoginValues {
|
|
7
|
-
/**
|
|
8
|
-
* The account of the login.
|
|
9
|
-
*/
|
|
10
|
-
account: string;
|
|
11
|
-
/**
|
|
12
|
-
* The password of the login.
|
|
13
|
-
*/
|
|
14
|
-
password: string;
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* The result of the login.
|
|
18
|
-
*/
|
|
19
|
-
export interface LoginResult {
|
|
20
|
-
/**
|
|
21
|
-
* The access token of the login.
|
|
22
|
-
*/
|
|
23
|
-
accessToken: string;
|
|
24
|
-
/**
|
|
25
|
-
* The refresh token of the login.
|
|
26
|
-
*/
|
|
27
|
-
refreshToken: string;
|
|
28
|
-
}
|
|
29
3
|
/**
|
|
30
4
|
* The props of VefLogin component.
|
|
31
5
|
*/
|
|
@@ -46,12 +20,8 @@ export interface VefLoginProps {
|
|
|
46
20
|
* The public key for encrypting the password.
|
|
47
21
|
*/
|
|
48
22
|
publicKey?: string;
|
|
49
|
-
/**
|
|
50
|
-
* The login API of the login page.
|
|
51
|
-
*/
|
|
52
|
-
loginApi: Readonly<MutationApi<LoginValues, LoginResult>>;
|
|
53
23
|
/**
|
|
54
24
|
* The handler for processing the login success.
|
|
55
25
|
*/
|
|
56
|
-
onLoginSuccess
|
|
26
|
+
onLoginSuccess?: Consumer<LoginResult>;
|
|
57
27
|
}
|
|
@@ -5,30 +5,6 @@ import type { VefRadioProps } from "../props";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare function useDataOptions<T extends DataOption<T> = PureDataOption, P extends ObjectType = EmptyObject, R = T[]>({ value, onChange, ...rest }: Except<VefRadioProps<T, P, R>, "disabled" | "block" | "variant" | "buttonVariant" | "buttonSize">): {
|
|
7
7
|
optionsMap: Map<string, NormalizedDataOption<T>>;
|
|
8
|
-
normalizedOptions:
|
|
9
|
-
[x: string]: any;
|
|
10
|
-
description?: import("react").ReactNode;
|
|
11
|
-
labelText?: string | undefined;
|
|
12
|
-
descriptionText?: string | undefined;
|
|
13
|
-
label: string | number | boolean | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | import("react").ReactPortal | null;
|
|
14
|
-
value: import("@vef-framework/shared").IdValue;
|
|
15
|
-
disabled: boolean;
|
|
16
|
-
} & {
|
|
17
|
-
children?: NormalizedDataOption<PureDataOption>[] | undefined;
|
|
18
|
-
labelPinyin?: string;
|
|
19
|
-
descriptionPinyin?: string;
|
|
20
|
-
} & T)[] | ({
|
|
21
|
-
[x: string]: any;
|
|
22
|
-
description?: import("react").ReactNode;
|
|
23
|
-
labelText?: string | undefined;
|
|
24
|
-
descriptionText?: string | undefined;
|
|
25
|
-
label: string | number | boolean | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | import("react").ReactPortal | null;
|
|
26
|
-
value: import("@vef-framework/shared").IdValue;
|
|
27
|
-
disabled: boolean;
|
|
28
|
-
} & {
|
|
29
|
-
children?: NormalizedDataOption<PureDataOption>[] | undefined;
|
|
30
|
-
labelPinyin?: string;
|
|
31
|
-
descriptionPinyin?: string;
|
|
32
|
-
} & T)[];
|
|
8
|
+
normalizedOptions: NormalizedDataOption<T>[] | NormalizedDataOption<T>[];
|
|
33
9
|
isLoading: boolean;
|
|
34
10
|
};
|
|
@@ -5,31 +5,7 @@ import type { VefSelectProps } from "../props";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare function useDataOptions<T extends DataOption<T> = PureDataOption, P extends ObjectType = EmptyObject, R = T[], KK extends string = "keyword", VK extends string = "ids", FP extends ObjectType = EmptyObject>({ value, grouped, multiple, onChange, ...rest }: Except<VefSelectProps<T, P, R, KK, VK, FP>, "size" | "clearable" | "disabled" | "placeholder" | "variant" | "maxCount" | "onClear" | "onBlur" | "onFocus" | "onSelect" | "onDeselect" | "renderOption">): {
|
|
7
7
|
onFilterKeywordChange: import("radashi").DebounceFunction<[keyword: string]> | undefined;
|
|
8
|
-
normalizedOptions: (
|
|
9
|
-
[x: string]: any;
|
|
10
|
-
description?: import("react").ReactNode;
|
|
11
|
-
labelText?: string | undefined;
|
|
12
|
-
descriptionText?: string | undefined;
|
|
13
|
-
label: string | number | boolean | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | import("react").ReactPortal | null;
|
|
14
|
-
value: import("@vef-framework/shared").IdValue;
|
|
15
|
-
disabled: boolean;
|
|
16
|
-
} & {
|
|
17
|
-
children?: import("@vef-framework/shared").NormalizedDataOption<PureDataOption>[] | undefined;
|
|
18
|
-
labelPinyin?: string;
|
|
19
|
-
descriptionPinyin?: string;
|
|
20
|
-
} & T)[] | ({
|
|
21
|
-
[x: string]: any;
|
|
22
|
-
description?: import("react").ReactNode;
|
|
23
|
-
labelText?: string | undefined;
|
|
24
|
-
descriptionText?: string | undefined;
|
|
25
|
-
label: string | number | boolean | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | import("react").ReactPortal | null;
|
|
26
|
-
value: import("@vef-framework/shared").IdValue;
|
|
27
|
-
disabled: boolean;
|
|
28
|
-
} & {
|
|
29
|
-
children?: import("@vef-framework/shared").NormalizedDataOption<PureDataOption>[] | undefined;
|
|
30
|
-
labelPinyin?: string;
|
|
31
|
-
descriptionPinyin?: string;
|
|
32
|
-
} & T)[];
|
|
8
|
+
normalizedOptions: import("@vef-framework/shared").NormalizedDataOption<T>[] | import("@vef-framework/shared").NormalizedDataOption<T>[];
|
|
33
9
|
isLoading: boolean;
|
|
34
10
|
fallbackOptions: T[] | undefined;
|
|
35
11
|
isFallbackOptionsLoading: boolean;
|
|
@@ -5,31 +5,7 @@ import type { VefTreeSelectProps } from "../props";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare function useDataOptions<T extends DataOption<T> = PureDataOption, P extends ObjectType = EmptyObject, R = T[], KK extends string = "keyword", VK extends string = "ids", FP extends ObjectType = EmptyObject>({ value, multiple, onChange, ...rest }: Except<VefTreeSelectProps<T, P, R, KK, VK, FP>, "size" | "clearable" | "disabled" | "placeholder" | "variant" | "onClear" | "onBlur" | "onFocus" | "onSelect" | "onDeselect">): {
|
|
7
7
|
onFilterKeywordChange: import("radashi").DebounceFunction<[keyword: string]> | undefined;
|
|
8
|
-
normalizedOptions: (
|
|
9
|
-
[x: string]: any;
|
|
10
|
-
description?: import("react").ReactNode;
|
|
11
|
-
labelText?: string | undefined;
|
|
12
|
-
descriptionText?: string | undefined;
|
|
13
|
-
label: string | number | boolean | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | import("react").ReactPortal | null;
|
|
14
|
-
value: import("@vef-framework/shared").IdValue;
|
|
15
|
-
disabled: boolean;
|
|
16
|
-
} & {
|
|
17
|
-
children?: import("@vef-framework/shared").NormalizedDataOption<PureDataOption>[] | undefined;
|
|
18
|
-
labelPinyin?: string;
|
|
19
|
-
descriptionPinyin?: string;
|
|
20
|
-
} & T)[] | ({
|
|
21
|
-
[x: string]: any;
|
|
22
|
-
description?: import("react").ReactNode;
|
|
23
|
-
labelText?: string | undefined;
|
|
24
|
-
descriptionText?: string | undefined;
|
|
25
|
-
label: string | number | boolean | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | import("react").ReactPortal | null;
|
|
26
|
-
value: import("@vef-framework/shared").IdValue;
|
|
27
|
-
disabled: boolean;
|
|
28
|
-
} & {
|
|
29
|
-
children?: import("@vef-framework/shared").NormalizedDataOption<PureDataOption>[] | undefined;
|
|
30
|
-
labelPinyin?: string;
|
|
31
|
-
descriptionPinyin?: string;
|
|
32
|
-
} & T)[];
|
|
8
|
+
normalizedOptions: import("@vef-framework/shared").NormalizedDataOption<T>[] | import("@vef-framework/shared").NormalizedDataOption<T>[];
|
|
33
9
|
isLoading: boolean;
|
|
34
10
|
fallbackOptions: T[] | undefined;
|
|
35
11
|
isFallbackOptionsLoading: boolean;
|
|
@@ -1,257 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.39, build time: 2024-12-22T14:35:26.130Z, 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,257 +0,0 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.39, build time: 2024-12-22T14:35:26.130Z, made by Venus. */
|
|
2
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react").css`
|
|
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
|
-
`;exports.resetStyle=e;
|
|
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 */
|