@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.
Files changed (91) hide show
  1. package/dist/index.mjs +2 -2
  2. package/dist/index.umd.js +2 -2
  3. package/package.json +4 -4
  4. package/types/components/action/Action.d.ts +5 -5
  5. package/types/components/action/Trigger.d.ts +5 -5
  6. package/types/components/action/hooks.d.ts +4 -4
  7. package/types/components/action/index.d.ts +1 -1
  8. package/types/components/action/types.d.ts +5 -5
  9. package/types/components/action-bar/ActionBar.d.ts +6 -6
  10. package/types/components/action-bar/index.d.ts +1 -1
  11. package/types/components/action-bar/types.d.ts +5 -5
  12. package/types/components/attachment/Attachment.d.ts +3 -3
  13. package/types/components/attachment/index.d.ts +1 -1
  14. package/types/components/attachment/props.d.ts +2 -2
  15. package/types/components/attachment/types.d.ts +2 -2
  16. package/types/components/chart/types.d.ts +2 -2
  17. package/types/components/chart/useChart.d.ts +2 -2
  18. package/types/components/container/Container.d.ts +1 -1
  19. package/types/components/container/index.d.ts +1 -1
  20. package/types/components/container/types.d.ts +2 -2
  21. package/types/components/data-item/DataItem.d.ts +5 -5
  22. package/types/components/data-item/index.d.ts +1 -1
  23. package/types/components/data-item/types.d.ts +2 -2
  24. package/types/components/dialog/Dialog.d.ts +5 -5
  25. package/types/components/dialog/create.d.ts +1 -1
  26. package/types/components/dialog/hooks.d.ts +3 -3
  27. package/types/components/dialog/index.d.ts +1 -1
  28. package/types/components/dialog/types.d.ts +4 -4
  29. package/types/components/dialog-form/DialogForm.d.ts +3 -3
  30. package/types/components/dialog-form/index.d.ts +1 -1
  31. package/types/components/dialog-form/types.d.ts +3 -3
  32. package/types/components/field/Field.d.ts +4 -4
  33. package/types/components/field/editors/CheckboxEditor.d.ts +1 -1
  34. package/types/components/field/editors/RadioEditor.d.ts +1 -1
  35. package/types/components/field/editors/SelectEditor.d.ts +1 -1
  36. package/types/components/field/editors/index.d.ts +3 -3
  37. package/types/components/field/hooks/useEditor.d.ts +2 -2
  38. package/types/components/field/index.d.ts +1 -1
  39. package/types/components/field/types.d.ts +4 -4
  40. package/types/components/form/Form.d.ts +2 -2
  41. package/types/components/form/index.d.ts +1 -1
  42. package/types/components/form/types.d.ts +3 -3
  43. package/types/components/header/Header.d.ts +2 -2
  44. package/types/components/header/index.d.ts +1 -1
  45. package/types/components/header/types.d.ts +2 -2
  46. package/types/components/icon/Icon.d.ts +1 -1
  47. package/types/components/icon/index.d.ts +1 -1
  48. package/types/components/image-code-input/index.d.ts +1 -1
  49. package/types/components/image-code-input/types.d.ts +1 -1
  50. package/types/components/input-unit/InputUnit.d.ts +1 -1
  51. package/types/components/input-unit/index.d.ts +1 -1
  52. package/types/components/input-unit/types.d.ts +1 -1
  53. package/types/components/list/List.d.ts +4 -4
  54. package/types/components/list/index.d.ts +1 -1
  55. package/types/components/list/types.d.ts +2 -2
  56. package/types/components/mask/Mask.d.ts +6 -6
  57. package/types/components/mask/components/Content.d.ts +1 -1
  58. package/types/components/mask/components/Menu.d.ts +1 -1
  59. package/types/components/mask/components/Tabs.d.ts +2 -2
  60. package/types/components/mask/components/Toolbar.d.ts +2 -2
  61. package/types/components/mask/defineTab.d.ts +1 -1
  62. package/types/components/mask/hooks/useContent.d.ts +3 -3
  63. package/types/components/mask/hooks/useHome.d.ts +1 -1
  64. package/types/components/mask/hooks/useMenus.d.ts +2 -2
  65. package/types/components/mask/hooks/useTabs.d.ts +2 -2
  66. package/types/components/mask/index.d.ts +1 -1
  67. package/types/components/mask/types.d.ts +3 -3
  68. package/types/components/menu/Menu.d.ts +1 -1
  69. package/types/components/menu/MenuItem.d.ts +1 -1
  70. package/types/components/menu/components.d.ts +1 -1
  71. package/types/components/menu/index.d.ts +1 -1
  72. package/types/components/menu/types.d.ts +1 -1
  73. package/types/components/panel/Panel.d.ts +2 -2
  74. package/types/components/panel/index.d.ts +1 -1
  75. package/types/components/panel/types.d.ts +2 -2
  76. package/types/components/qrcode/Qrcode.d.ts +1 -1
  77. package/types/components/qrcode/index.d.ts +1 -1
  78. package/types/components/qrcode/types.d.ts +2 -2
  79. package/types/components/shared.d.ts +1 -1
  80. package/types/components/sms-code-input/index.d.ts +1 -1
  81. package/types/components/startup/index.d.ts +1 -1
  82. package/types/components/tabs/Tabs.d.ts +6 -6
  83. package/types/components/tabs/index.d.ts +1 -1
  84. package/types/components/tabs/types.d.ts +2 -2
  85. package/types/components/test/index.d.ts +1 -1
  86. package/types/directives/vDraggable.d.ts +1 -1
  87. package/types/directives/vResizable.d.ts +1 -1
  88. package/types/hooks/useIcon.d.ts +1 -1
  89. package/types/install.d.ts +1 -1
  90. package/types/utils/install.d.ts +1 -1
  91. 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,4 +1,4 @@
1
- import { default as XAction } from "./Action";
1
+ import { default as XAction } from './Action';
2
2
 
3
3
  export { XAction };
4
4
  export * from './types';
@@ -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,4 +1,4 @@
1
- import { default as XActionBar } from "./ActionBar";
1
+ import { default as XActionBar } from './ActionBar';
2
2
 
3
3
  export { XActionBar };
4
4
  export * from './types';
@@ -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,4 +1,4 @@
1
- import { default as XAttachment } from "./Attachment";
1
+ import { default as XAttachment } from './Attachment';
2
2
 
3
3
  export { XAttachment };
4
4
  export * from './types';
@@ -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,4 +1,4 @@
1
- import { default as XContainer } from "./Container";
1
+ import { default as XContainer } from './Container';
2
2
 
3
3
  export { XContainer };
4
4
  export * from './types';
@@ -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,4 +1,4 @@
1
- import { default as XDataItem } from "./DataItem";
1
+ import { default as XDataItem } from './DataItem';
2
2
 
3
3
  export { XDataItem };
4
4
  export * from './types';
@@ -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,5 +1,5 @@
1
- import { DialogProps } from './types';
2
1
  import { AppContext, VNode, RendererNode, RendererElement } from 'vue';
2
+ import { DialogProps } from './types';
3
3
 
4
4
  export type CreateDialogProps = DialogProps & {
5
5
  [index: string]: any;
@@ -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,4 +1,4 @@
1
- import { default as XDialog } from "./Dialog";
1
+ import { default as XDialog } from './Dialog';
2
2
 
3
3
  export { XDialog };
4
4
  export * from './types';
@@ -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,4 +1,4 @@
1
- import { default as XDialogForm } from "./DialogForm";
1
+ import { default as XDialogForm } from './DialogForm';
2
2
 
3
3
  export { XDialogForm };
4
4
  export * from './types';
@@ -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 RadioEditor } from "./RadioEditor";
2
- import { default as CheckboxEditor } from "./CheckboxEditor";
3
- import { default as SelectEditor } from "./SelectEditor";
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,4 +1,4 @@
1
- import { default as XField } from "./Field";
1
+ import { default as XField } from './Field';
2
2
 
3
3
  export { XField };
4
4
  export * from './types';
@@ -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,4 +1,4 @@
1
- import { default as XForm } from "./Form";
1
+ import { default as XForm } from './Form';
2
2
 
3
3
  export { XForm };
4
4
  export * from './types';
@@ -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,4 +1,4 @@
1
- import { default as XHeader } from "./Header";
1
+ import { default as XHeader } from './Header';
2
2
 
3
3
  export { XHeader };
4
4
  export * from './types';
@@ -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,4 +1,4 @@
1
- import { default as XIcon } from "./Icon";
1
+ import { default as XIcon } from './Icon';
2
2
 
3
3
  export { XIcon };
4
4
  export * from './types';
@@ -1,4 +1,4 @@
1
- import { default as XImageCodeInput } from "./ImageCodeInput";
1
+ import { default as XImageCodeInput } from './ImageCodeInput';
2
2
 
3
3
  export { XImageCodeInput };
4
4
  export * from './types';
@@ -1,5 +1,5 @@
1
- import { ComponentPropsType } from '../shared';
2
1
  import { PropType } from 'vue';
2
+ import { ComponentPropsType } from '../shared';
3
3
 
4
4
  export declare const imageCodeInputProps: {
5
5
  /**
@@ -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,4 +1,4 @@
1
- import { default as XInputUnit } from "./InputUnit";
1
+ import { default as XInputUnit } from './InputUnit';
2
2
 
3
3
  export { XInputUnit };
4
4
  export * from './types';
@@ -1,5 +1,5 @@
1
- import { ComponentPropsType } from '../shared';
2
1
  import { PropType } from 'vue';
2
+ import { ComponentPropsType } from '../shared';
3
3
 
4
4
  export interface InputUnitOption {
5
5
  label: string;
@@ -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,4 +1,4 @@
1
- import { default as XList } from "./List";
1
+ import { default as XList } from './List';
2
2
 
3
3
  export { XList };
4
4
  export * from './types';
@@ -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,5 +1,5 @@
1
- import { ComputedRef } from 'vue';
2
1
  import { MaskTab, TabCreator } from './types';
2
+ import { ComputedRef } from 'vue';
3
3
 
4
4
  export declare function defineTab(options?: Partial<MaskTab> | TabCreator): {
5
5
  tab: ComputedRef<MaskTab | null>;
@@ -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>): {