@vtj/ui 0.8.23 → 0.8.25
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/dist/index.mjs +2 -2
- package/dist/index.umd.js +2 -2
- package/package.json +4 -4
- package/types/components/action/Action.d.ts +5 -5
- package/types/components/action/Trigger.d.ts +5 -5
- package/types/components/action/hooks.d.ts +4 -4
- package/types/components/action/index.d.ts +1 -1
- package/types/components/action/types.d.ts +5 -5
- package/types/components/action-bar/ActionBar.d.ts +6 -6
- package/types/components/action-bar/index.d.ts +1 -1
- package/types/components/action-bar/types.d.ts +5 -5
- package/types/components/attachment/Attachment.d.ts +3 -3
- package/types/components/attachment/index.d.ts +1 -1
- package/types/components/attachment/props.d.ts +2 -2
- package/types/components/attachment/types.d.ts +2 -2
- package/types/components/chart/types.d.ts +2 -2
- package/types/components/chart/useChart.d.ts +2 -2
- package/types/components/container/Container.d.ts +1 -1
- package/types/components/container/index.d.ts +1 -1
- package/types/components/container/types.d.ts +2 -2
- package/types/components/data-item/DataItem.d.ts +5 -5
- package/types/components/data-item/index.d.ts +1 -1
- package/types/components/data-item/types.d.ts +2 -2
- package/types/components/dialog/Dialog.d.ts +5 -5
- package/types/components/dialog/create.d.ts +1 -1
- package/types/components/dialog/hooks.d.ts +3 -3
- package/types/components/dialog/index.d.ts +1 -1
- package/types/components/dialog/types.d.ts +4 -4
- package/types/components/dialog-form/DialogForm.d.ts +3 -3
- package/types/components/dialog-form/index.d.ts +1 -1
- package/types/components/dialog-form/types.d.ts +3 -3
- package/types/components/field/Field.d.ts +4 -4
- package/types/components/field/editors/CheckboxEditor.d.ts +1 -1
- package/types/components/field/editors/RadioEditor.d.ts +1 -1
- package/types/components/field/editors/SelectEditor.d.ts +1 -1
- package/types/components/field/editors/index.d.ts +3 -3
- package/types/components/field/hooks/useEditor.d.ts +2 -2
- package/types/components/field/index.d.ts +1 -1
- package/types/components/field/types.d.ts +4 -4
- package/types/components/form/Form.d.ts +2 -2
- package/types/components/form/index.d.ts +1 -1
- package/types/components/form/types.d.ts +3 -3
- package/types/components/header/Header.d.ts +2 -2
- package/types/components/header/index.d.ts +1 -1
- package/types/components/header/types.d.ts +2 -2
- package/types/components/icon/Icon.d.ts +1 -1
- package/types/components/icon/index.d.ts +1 -1
- package/types/components/image-code-input/index.d.ts +1 -1
- package/types/components/image-code-input/types.d.ts +1 -1
- package/types/components/input-unit/InputUnit.d.ts +1 -1
- package/types/components/input-unit/index.d.ts +1 -1
- package/types/components/input-unit/types.d.ts +1 -1
- package/types/components/list/List.d.ts +4 -4
- package/types/components/list/index.d.ts +1 -1
- package/types/components/list/types.d.ts +2 -2
- package/types/components/mask/Mask.d.ts +6 -6
- package/types/components/mask/components/Content.d.ts +1 -1
- package/types/components/mask/components/Menu.d.ts +1 -1
- package/types/components/mask/components/Tabs.d.ts +2 -2
- package/types/components/mask/components/Toolbar.d.ts +2 -2
- package/types/components/mask/defineTab.d.ts +1 -1
- package/types/components/mask/hooks/useContent.d.ts +3 -3
- package/types/components/mask/hooks/useHome.d.ts +1 -1
- package/types/components/mask/hooks/useMenus.d.ts +2 -2
- package/types/components/mask/hooks/useTabs.d.ts +2 -2
- package/types/components/mask/index.d.ts +1 -1
- package/types/components/mask/types.d.ts +3 -3
- package/types/components/menu/Menu.d.ts +1 -1
- package/types/components/menu/MenuItem.d.ts +1 -1
- package/types/components/menu/components.d.ts +1 -1
- package/types/components/menu/index.d.ts +1 -1
- package/types/components/menu/types.d.ts +1 -1
- package/types/components/panel/Panel.d.ts +2 -2
- package/types/components/panel/index.d.ts +1 -1
- package/types/components/panel/types.d.ts +2 -2
- package/types/components/qrcode/Qrcode.d.ts +1 -1
- package/types/components/qrcode/index.d.ts +1 -1
- package/types/components/qrcode/types.d.ts +2 -2
- package/types/components/shared.d.ts +1 -1
- package/types/components/sms-code-input/index.d.ts +1 -1
- package/types/components/startup/index.d.ts +1 -1
- package/types/components/tabs/Tabs.d.ts +6 -6
- package/types/components/tabs/index.d.ts +1 -1
- package/types/components/tabs/types.d.ts +2 -2
- package/types/components/test/index.d.ts +1 -1
- package/types/directives/vDraggable.d.ts +1 -1
- package/types/directives/vResizable.d.ts +1 -1
- package/types/hooks/useIcon.d.ts +1 -1
- package/types/install.d.ts +1 -1
- package/types/utils/install.d.ts +1 -1
- package/types/version.d.ts +2 -2
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Arrayable } from 'element-plus/es/utils/typescript.mjs';
|
|
2
|
-
import { EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils/index.mjs';
|
|
3
|
-
import { ElTooltipProps, BadgeProps, TooltipTriggerType, ButtonProps } from 'element-plus';
|
|
4
|
-
import { ActionMode, ActionMenuItem } from './types';
|
|
5
|
-
import { IconParam, BaseSize, BaseType } from '..';
|
|
6
1
|
import { DefineComponent, PropType, ExtractPropTypes, ComponentOptionsMixin, PublicProps } from 'vue';
|
|
2
|
+
import { IconParam, BaseSize, BaseType } from '..';
|
|
3
|
+
import { ActionMode, ActionMenuItem } from './types';
|
|
4
|
+
import { ElTooltipProps, BadgeProps, TooltipTriggerType, ButtonProps } from 'element-plus';
|
|
5
|
+
import { EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils/index.mjs';
|
|
6
|
+
import { Arrayable } from 'element-plus/es/utils/typescript.mjs';
|
|
7
7
|
declare const _default: DefineComponent<{
|
|
8
8
|
name: {
|
|
9
9
|
type: StringConstructor;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Arrayable } from 'element-plus/es/utils/typescript.mjs';
|
|
2
|
-
import { EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils/index.mjs';
|
|
3
|
-
import { ElTooltipProps, BadgeProps, TooltipTriggerType, ButtonProps } from 'element-plus';
|
|
4
|
-
import { ActionMode, ActionMenuItem } from './types';
|
|
5
|
-
import { IconParam, BaseSize, BaseType } from '..';
|
|
6
1
|
import { DefineComponent, PropType, ExtractPropTypes, ComponentOptionsMixin, PublicProps } from 'vue';
|
|
2
|
+
import { IconParam, BaseSize, BaseType } from '..';
|
|
3
|
+
import { ActionMode, ActionMenuItem } from './types';
|
|
4
|
+
import { ElTooltipProps, BadgeProps, TooltipTriggerType, ButtonProps } from 'element-plus';
|
|
5
|
+
import { EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils/index.mjs';
|
|
6
|
+
import { Arrayable } from 'element-plus/es/utils/typescript.mjs';
|
|
7
7
|
declare const _default: DefineComponent<{
|
|
8
8
|
name: {
|
|
9
9
|
type: StringConstructor;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Arrayable } from 'element-plus/es/utils/typescript.mjs';
|
|
2
|
-
import { EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils/index.mjs';
|
|
3
|
-
import { ComputedRef, ExtractPropTypes, PropType } from 'vue';
|
|
4
|
-
import { ActionProps } from './types';
|
|
5
1
|
import { ElTooltipProps, BadgeProps, TooltipTriggerType, ButtonProps } from 'element-plus';
|
|
2
|
+
import { ActionProps } from './types';
|
|
3
|
+
import { ComputedRef, ExtractPropTypes, PropType } from 'vue';
|
|
4
|
+
import { EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils/index.mjs';
|
|
5
|
+
import { Arrayable } from 'element-plus/es/utils/typescript.mjs';
|
|
6
6
|
|
|
7
7
|
export declare function useTooltip(props: ActionProps): ComputedRef<Partial<ElTooltipProps> | undefined>;
|
|
8
8
|
export declare function useBadge(props: ActionProps): ComputedRef<Partial<BadgeProps> | undefined>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Arrayable } from 'element-plus/es/utils/typescript.mjs';
|
|
2
|
-
import { EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils/index.mjs';
|
|
3
|
-
import { IconParam } from '../icon';
|
|
4
|
-
import { ComponentPropsType, BaseSize, BaseType } from '../shared';
|
|
5
|
-
import { ElTooltipProps, BadgeProps, dropdownProps, ButtonProps, TooltipTriggerType } from 'element-plus';
|
|
6
1
|
import { PropType, ExtractPropTypes } from 'vue';
|
|
2
|
+
import { ElTooltipProps, BadgeProps, dropdownProps, ButtonProps, TooltipTriggerType } from 'element-plus';
|
|
3
|
+
import { ComponentPropsType, BaseSize, BaseType } from '../shared';
|
|
4
|
+
import { IconParam } from '../icon';
|
|
5
|
+
import { EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils/index.mjs';
|
|
6
|
+
import { Arrayable } from 'element-plus/es/utils/typescript.mjs';
|
|
7
7
|
|
|
8
8
|
export type ActionMode = 'button' | 'text' | 'icon';
|
|
9
9
|
export interface ActionMenuItem {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Arrayable } from 'element-plus/es/utils/typescript.mjs';
|
|
2
|
-
import { EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils/index.mjs';
|
|
3
|
-
import { ElTooltipProps, BadgeProps, TooltipTriggerType, ButtonProps } from 'element-plus';
|
|
4
|
-
import { BaseSize, BaseType } from '../shared';
|
|
5
|
-
import { DefineComponent, PropType, ExtractPropTypes, ComponentOptionsMixin, PublicProps } from 'vue';
|
|
6
|
-
import { ActionBarItems } from './types';
|
|
7
1
|
import { ActionMenuItem, ActionMode, IconParam } from '../';
|
|
2
|
+
import { ActionBarItems } from './types';
|
|
3
|
+
import { DefineComponent, PropType, ExtractPropTypes, ComponentOptionsMixin, PublicProps } from 'vue';
|
|
4
|
+
import { BaseSize, BaseType } from '../shared';
|
|
5
|
+
import { ElTooltipProps, BadgeProps, TooltipTriggerType, ButtonProps } from 'element-plus';
|
|
6
|
+
import { EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils/index.mjs';
|
|
7
|
+
import { Arrayable } from 'element-plus/es/utils/typescript.mjs';
|
|
8
8
|
|
|
9
9
|
declare const _default: DefineComponent<{
|
|
10
10
|
items: {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Arrayable } from 'element-plus/es/utils/typescript.mjs';
|
|
2
|
-
import { EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils/index.mjs';
|
|
3
|
-
import { ElTooltipProps, BadgeProps, ButtonProps, TooltipTriggerType } from 'element-plus';
|
|
4
|
-
import { ActionMode, ActionProps, ActionMenuItem, ContainerProps } from '../';
|
|
5
|
-
import { ComponentPropsType, BaseSize, BaseType } from '../shared';
|
|
6
1
|
import { PropType, ExtractPropTypes } from 'vue';
|
|
2
|
+
import { ComponentPropsType, BaseSize, BaseType } from '../shared';
|
|
3
|
+
import { ActionMode, ActionProps, ActionMenuItem, ContainerProps } from '../';
|
|
4
|
+
import { ElTooltipProps, BadgeProps, ButtonProps, TooltipTriggerType } from 'element-plus';
|
|
5
|
+
import { EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils/index.mjs';
|
|
6
|
+
import { Arrayable } from 'element-plus/es/utils/typescript.mjs';
|
|
7
7
|
|
|
8
8
|
export type ActionBarItem = ActionProps & {
|
|
9
9
|
[key: string]: any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BaseSize } from '..';
|
|
2
|
-
import { AttachmentFile, AttachmentUploader, AttachmentThumbnail, AttachmentFileType } from './types';
|
|
3
|
-
import { UploadUserFile } from 'element-plus';
|
|
4
1
|
import { Ref, DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
|
+
import { UploadUserFile } from 'element-plus';
|
|
3
|
+
import { AttachmentFile, AttachmentUploader, AttachmentThumbnail, AttachmentFileType } from './types';
|
|
4
|
+
import { BaseSize } from '..';
|
|
5
5
|
|
|
6
6
|
declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
|
|
7
7
|
modelValue: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AttachmentFile, AttachmentUploader, AttachmentThumbnail } from './types';
|
|
2
|
-
import { BaseSize } from '../shared';
|
|
3
1
|
import { PropType } from 'vue';
|
|
2
|
+
import { BaseSize } from '../shared';
|
|
3
|
+
import { AttachmentFile, AttachmentUploader, AttachmentThumbnail } from './types';
|
|
4
4
|
|
|
5
5
|
export declare const attachmentProps: {
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UploaderResponse } from '../../adapter';
|
|
2
|
-
import { attachmentProps } from './props';
|
|
3
1
|
import { ComponentPropsType } from '../shared';
|
|
2
|
+
import { attachmentProps } from './props';
|
|
3
|
+
import { UploaderResponse } from '../../adapter';
|
|
4
4
|
|
|
5
5
|
export type AttachmentFileType = 'img' | 'css' | 'excel' | 'word' | 'ppt' | 'pdf' | 'js' | 'zip' | 'video' | 'audio' | 'unknow';
|
|
6
6
|
export interface AttachmentFile extends UploaderResponse {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EChartsOption } from 'echarts';
|
|
2
|
-
import { ComponentPropsType } from '../shared';
|
|
3
1
|
import { PropType } from 'vue';
|
|
2
|
+
import { ComponentPropsType } from '../shared';
|
|
3
|
+
import { EChartsOption } from 'echarts';
|
|
4
4
|
|
|
5
5
|
export declare const chartProps: {
|
|
6
6
|
option: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ChartProps } from './types';
|
|
2
|
-
import { ECharts } from 'echarts';
|
|
3
1
|
import { MaybeRef, Ref, ShallowRef } from 'vue';
|
|
2
|
+
import { ECharts } from 'echarts';
|
|
3
|
+
import { ChartProps } from './types';
|
|
4
4
|
|
|
5
5
|
export declare function useChart(_echarts: any, el: MaybeRef<HTMLElement>, props: ChartProps): {
|
|
6
6
|
echartsInstance: Ref<ECharts | undefined>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ContainerDirection, ContainerWrap, ContainerJustifyContent, ContainerAlignItems, ContainerAlignContent } from './types';
|
|
2
1
|
import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
|
+
import { ContainerDirection, ContainerWrap, ContainerJustifyContent, ContainerAlignItems, ContainerAlignContent } from './types';
|
|
3
3
|
declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
|
|
4
4
|
tag: {
|
|
5
5
|
type: StringConstructor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { default as Container } from "./Container";
|
|
2
|
-
import { ComponentPropsType } from '../shared';
|
|
3
1
|
import { PropType } from 'vue';
|
|
2
|
+
import { ComponentPropsType } from '../shared';
|
|
3
|
+
import { default as Container } from './Container';
|
|
4
4
|
|
|
5
5
|
export type ContainerDirection = 'row' | 'row-reverse' | 'column' | 'column-reverse';
|
|
6
6
|
export type ContainerWrap = 'nowrap' | 'wrap' | 'wrap-reverse';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { BaseSize, BaseType } from '../shared';
|
|
2
|
-
import { Arrayable } from 'element-plus/es/utils/typescript.mjs';
|
|
3
|
-
import { EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils/index.mjs';
|
|
4
|
-
import { ElTooltipProps, BadgeProps, TooltipTriggerType, ButtonProps } from 'element-plus';
|
|
5
|
-
import { DefineComponent, PropType, ComponentOptionsMixin, ExtractPropTypes, PublicProps } from 'vue';
|
|
6
1
|
import { ActionBarProps, ActionMenuItem, IconParam, ActionBarItems, ActionMode } from '../';
|
|
2
|
+
import { DefineComponent, PropType, ComponentOptionsMixin, ExtractPropTypes, PublicProps } from 'vue';
|
|
3
|
+
import { ElTooltipProps, BadgeProps, TooltipTriggerType, ButtonProps } from 'element-plus';
|
|
4
|
+
import { EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils/index.mjs';
|
|
5
|
+
import { Arrayable } from 'element-plus/es/utils/typescript.mjs';
|
|
6
|
+
import { BaseSize, BaseType } from '../shared';
|
|
7
7
|
|
|
8
8
|
declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
|
|
9
9
|
direction: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IconParam, ActionBarItems, ActionBarProps, ActionProps, ActionMenuItem } from '../';
|
|
2
|
-
import { ComponentPropsType } from '../shared';
|
|
3
1
|
import { PropType } from 'vue';
|
|
2
|
+
import { ComponentPropsType } from '../shared';
|
|
3
|
+
import { IconParam, ActionBarItems, ActionBarProps, ActionProps, ActionMenuItem } from '../';
|
|
4
4
|
|
|
5
5
|
export declare const dataItemProps: {
|
|
6
6
|
direction: {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { UseMouseSourceType, Position } from '@vueuse/core';
|
|
2
|
-
import { DialogMode } from './types';
|
|
3
|
-
import { DraggableOptions, ResizableOptions } from '../../directives';
|
|
4
|
-
import { BaseSize } from '../shared';
|
|
5
|
-
import { IconParam } from '../';
|
|
6
1
|
import { DefineComponent, PropType, VNode, RendererNode, RendererElement, ComputedRef, Ref, ComponentOptionsMixin, ComponentInternalInstance, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
|
+
import { IconParam } from '../';
|
|
3
|
+
import { BaseSize } from '../shared';
|
|
4
|
+
import { DraggableOptions, ResizableOptions } from '../../directives';
|
|
5
|
+
import { DialogMode } from './types';
|
|
6
|
+
import { UseMouseSourceType, Position } from '@vueuse/core';
|
|
7
7
|
declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
|
|
8
8
|
modelValue: {
|
|
9
9
|
type: BooleanConstructor;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { DraggableOptions, ResizableOptions } from '../../directives';
|
|
2
|
-
import { Emits } from '../';
|
|
3
|
-
import { DialogProps, DialogState, DialogMode, DialogEmits } from './types';
|
|
4
1
|
import { MaybeRef, ComputedRef } from 'vue';
|
|
2
|
+
import { DialogProps, DialogState, DialogMode, DialogEmits } from './types';
|
|
3
|
+
import { Emits } from '../';
|
|
4
|
+
import { DraggableOptions, ResizableOptions } from '../../directives';
|
|
5
5
|
|
|
6
6
|
export declare function useState(props: DialogProps, wrapper: MaybeRef<HTMLElement>): {
|
|
7
7
|
state: {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { DraggableOptions, ResizableOptions, UseMouseInElementReturn } from '../../directives';
|
|
2
|
-
import { IconParam } from '../';
|
|
3
|
-
import { ComponentPropsType, BaseSize } from '../shared';
|
|
4
|
-
import { Position } from '@vueuse/core';
|
|
5
1
|
import { PropType, VNode, DefineComponent, ComponentInternalInstance, RendererNode, RendererElement } from 'vue';
|
|
2
|
+
import { Position } from '@vueuse/core';
|
|
3
|
+
import { ComponentPropsType, BaseSize } from '../shared';
|
|
4
|
+
import { IconParam } from '../';
|
|
5
|
+
import { DraggableOptions, ResizableOptions, UseMouseInElementReturn } from '../../directives';
|
|
6
6
|
|
|
7
7
|
export type DialogMode = 'normal' | 'maximized' | 'minimized';
|
|
8
8
|
export declare const dialogProps: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { FormItemRule } from 'element-plus';
|
|
2
|
-
import { Arrayable } from 'element-plus/es/utils/typescript.mjs';
|
|
3
|
-
import { BaseSize } from '../shared';
|
|
4
1
|
import { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
|
+
import { BaseSize } from '../shared';
|
|
3
|
+
import { Arrayable } from 'element-plus/es/utils/typescript.mjs';
|
|
4
|
+
import { FormItemRule } from 'element-plus';
|
|
5
5
|
declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
|
|
6
6
|
modelValue: {
|
|
7
7
|
type: BooleanConstructor;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { FormItemRule } from 'element-plus';
|
|
2
|
-
import { Arrayable } from 'element-plus/es/utils/typescript.mjs';
|
|
3
|
-
import { ComponentPropsType, BaseSize } from '../shared';
|
|
4
1
|
import { PropType } from 'vue';
|
|
2
|
+
import { ComponentPropsType, BaseSize } from '../shared';
|
|
3
|
+
import { Arrayable } from 'element-plus/es/utils/typescript.mjs';
|
|
4
|
+
import { FormItemRule } from 'element-plus';
|
|
5
5
|
|
|
6
6
|
export declare const dialogFormProps: {
|
|
7
7
|
modelValue: {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ElTooltipProps } from 'element-plus';
|
|
2
|
-
import { BaseSize } from '../shared';
|
|
3
|
-
import { BuiltinFieldEditorType } from './builtin';
|
|
4
|
-
import { DefineComponent, PropType, VNode, RendererNode, RendererElement, Ref, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
5
1
|
import { FieldEditorProps, FieldOption, FieldOptionsLoader } from './types';
|
|
2
|
+
import { DefineComponent, PropType, VNode, RendererNode, RendererElement, Ref, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
3
|
+
import { BuiltinFieldEditorType } from './builtin';
|
|
4
|
+
import { BaseSize } from '../shared';
|
|
5
|
+
import { ElTooltipProps } from 'element-plus';
|
|
6
6
|
|
|
7
7
|
declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
|
|
8
8
|
name: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
1
|
import { FieldOption } from '../types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
3
|
|
|
4
4
|
export interface Props {
|
|
5
5
|
options?: FieldOption[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
1
|
import { FieldOption } from '../types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
3
|
|
|
4
4
|
export interface Props {
|
|
5
5
|
options?: FieldOption[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
1
|
import { FieldOption } from '../types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
3
|
|
|
4
4
|
export interface Props {
|
|
5
5
|
options?: FieldOption[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { default as
|
|
2
|
-
import { default as CheckboxEditor } from
|
|
3
|
-
import { default as
|
|
1
|
+
import { default as SelectEditor } from './SelectEditor';
|
|
2
|
+
import { default as CheckboxEditor } from './CheckboxEditor';
|
|
3
|
+
import { default as RadioEditor } from './RadioEditor';
|
|
4
4
|
|
|
5
5
|
export { SelectEditor, CheckboxEditor, RadioEditor };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Emits, FormModel } from '../../';
|
|
2
|
-
import { BuiltinFieldEditor, FieldProps, FieldOption, FieldEmits } from '../types';
|
|
3
1
|
import { ComponentInternalInstance, ComputedRef } from 'vue';
|
|
2
|
+
import { BuiltinFieldEditor, FieldProps, FieldOption, FieldEmits } from '../types';
|
|
3
|
+
import { Emits, FormModel } from '../../';
|
|
4
4
|
|
|
5
5
|
export declare function useOptions(props: FieldProps, cascader: Record<string, any>): Promise<FieldOption[]>;
|
|
6
6
|
export declare function useEditor(props: FieldProps, emit: Emits<FieldEmits>, fieldVisible: ComputedRef<boolean>, instance: ComponentInternalInstance | null, model: FormModel | null): {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { FormModel } from '../../';
|
|
2
|
-
import { BuiltinFieldEditor, BuiltinFieldEditorType, builtinFieldEditors } from './builtin';
|
|
3
|
-
import { ElTooltipProps } from 'element-plus';
|
|
4
|
-
import { ComponentPropsType, BaseSize } from '../shared';
|
|
5
1
|
import { PropType, VNode, RendererNode, RendererElement } from 'vue';
|
|
2
|
+
import { ComponentPropsType, BaseSize } from '../shared';
|
|
3
|
+
import { ElTooltipProps } from 'element-plus';
|
|
4
|
+
import { BuiltinFieldEditor, BuiltinFieldEditorType, builtinFieldEditors } from './builtin';
|
|
5
|
+
import { FormModel } from '../../';
|
|
6
6
|
|
|
7
7
|
export { type BuiltinFieldEditor, type BuiltinFieldEditorType, builtinFieldEditors };
|
|
8
8
|
export interface FieldEditorProps {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ElTooltipProps } from 'element-plus';
|
|
2
|
-
import { DefineComponent, PropType, Ref, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
3
1
|
import { FormModel } from './types';
|
|
2
|
+
import { DefineComponent, PropType, Ref, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
3
|
+
import { ElTooltipProps } from 'element-plus';
|
|
4
4
|
|
|
5
5
|
declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
|
|
6
6
|
model: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { default as Form } from "./Form";
|
|
2
|
-
import { ComponentPropsType } from '../shared';
|
|
3
|
-
import { ElTooltipProps } from 'element-plus';
|
|
4
1
|
import { PropType, InjectionKey, ComponentInternalInstance } from 'vue';
|
|
2
|
+
import { ElTooltipProps } from 'element-plus';
|
|
3
|
+
import { ComponentPropsType } from '../shared';
|
|
4
|
+
import { default as Form } from './Form';
|
|
5
5
|
|
|
6
6
|
export declare const formProps: {
|
|
7
7
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IconParam } from '../';
|
|
2
|
-
import { BaseSize } from '../shared';
|
|
3
1
|
import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
|
+
import { BaseSize } from '../shared';
|
|
3
|
+
import { IconParam } from '../';
|
|
4
4
|
declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
|
|
5
5
|
size: {
|
|
6
6
|
type: PropType<BaseSize>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ComponentPropsType, BaseSize } from '../shared';
|
|
2
|
-
import { IconParam } from '../icon';
|
|
3
1
|
import { PropType } from 'vue';
|
|
2
|
+
import { IconParam } from '../icon';
|
|
3
|
+
import { ComponentPropsType, BaseSize } from '../shared';
|
|
4
4
|
|
|
5
5
|
export declare const headerProps: {
|
|
6
6
|
size: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IconSize } from './types';
|
|
2
1
|
import { DefineComponent, PropType, VNode, RendererNode, RendererElement, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
|
+
import { IconSize } from './types';
|
|
3
3
|
declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
|
|
4
4
|
icon: {
|
|
5
5
|
type: PropType<string | object | VNode<RendererNode, RendererElement, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { InputUnitOption } from './types';
|
|
2
1
|
import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
|
+
import { InputUnitOption } from './types';
|
|
3
3
|
declare const _default: DefineComponent<{
|
|
4
4
|
units: {
|
|
5
5
|
type: PropType<(string | InputUnitOption)[]>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UseVirtualListItem } from '@vueuse/core';
|
|
2
|
-
import { PaginationProps } from 'element-plus';
|
|
3
|
-
import { DataLoader } from '..';
|
|
4
|
-
import { DefineComponent, PropType, Ref, ComputedRef, ShallowRef, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
5
1
|
import { ListData, ListState, ListInfiniteScroll } from './types';
|
|
2
|
+
import { DefineComponent, PropType, Ref, ComputedRef, ShallowRef, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
3
|
+
import { DataLoader } from '..';
|
|
4
|
+
import { PaginationProps } from 'element-plus';
|
|
5
|
+
import { UseVirtualListItem } from '@vueuse/core';
|
|
6
6
|
|
|
7
7
|
declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
|
|
8
8
|
data: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PaginationProps } from 'element-plus';
|
|
2
|
-
import { ComponentPropsType, DataLoader } from '../shared';
|
|
3
1
|
import { PropType } from 'vue';
|
|
2
|
+
import { ComponentPropsType, DataLoader } from '../shared';
|
|
3
|
+
import { PaginationProps } from 'element-plus';
|
|
4
4
|
|
|
5
5
|
export interface ListData {
|
|
6
6
|
list: any[];
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { BaseSize, BaseType } from '../shared';
|
|
2
|
-
import { Arrayable } from 'element-plus/es/utils/typescript.mjs';
|
|
3
|
-
import { EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils/index.mjs';
|
|
4
|
-
import { ElTooltipProps, BadgeProps, TooltipTriggerType, ButtonProps } from 'element-plus';
|
|
5
|
-
import { DefineComponent, PropType, ComponentOptionsMixin, ExtractPropTypes, PublicProps } from 'vue';
|
|
6
|
-
import { MaskTab } from './types';
|
|
7
1
|
import { ActionMenuItem, MenuDataItem, ActionBarItems, IconParam, ActionMode } from '../';
|
|
2
|
+
import { MaskTab } from './types';
|
|
3
|
+
import { DefineComponent, PropType, ComponentOptionsMixin, ExtractPropTypes, PublicProps } from 'vue';
|
|
4
|
+
import { ElTooltipProps, BadgeProps, TooltipTriggerType, ButtonProps } from 'element-plus';
|
|
5
|
+
import { EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils/index.mjs';
|
|
6
|
+
import { Arrayable } from 'element-plus/es/utils/typescript.mjs';
|
|
7
|
+
import { BaseSize, BaseType } from '../shared';
|
|
8
8
|
|
|
9
9
|
declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
|
|
10
10
|
logo: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
1
|
import { RouteLocationNormalizedLoaded } from 'vue-router';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
3
|
|
|
4
4
|
export interface Props {
|
|
5
5
|
createView: (module: any, route: RouteLocationNormalizedLoaded) => any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
1
|
import { MenuDataItem } from '../../';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
3
|
|
|
4
4
|
export interface Props {
|
|
5
5
|
collapse?: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { MaskTab } from '../types';
|
|
3
1
|
import { MenuDataItem } from '../../';
|
|
2
|
+
import { MaskTab } from '../types';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
4
4
|
|
|
5
5
|
export interface Props {
|
|
6
6
|
tabs: MaskTab[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { MaskTab } from '../types';
|
|
3
1
|
import { ActionBarItems } from '../../';
|
|
2
|
+
import { MaskTab } from '../types';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
4
4
|
|
|
5
5
|
export interface Props {
|
|
6
6
|
tabs: MaskTab[];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { VNode, RendererNode, RendererElement, Ref } from 'vue';
|
|
2
|
-
import { useTabs } from './useTabs';
|
|
3
|
-
import { MaskTab } from '../types';
|
|
4
1
|
import { RouteLocationNormalizedLoaded } from 'vue-router';
|
|
2
|
+
import { MaskTab } from '../types';
|
|
3
|
+
import { useTabs } from './useTabs';
|
|
4
|
+
import { VNode, RendererNode, RendererElement, Ref } from 'vue';
|
|
5
5
|
|
|
6
6
|
export type UseContentOptions = ReturnType<typeof useTabs>;
|
|
7
7
|
export declare function useContent(options: Partial<UseContentOptions>): {
|