vft 0.0.154 → 0.0.156
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/attributes.json +1 -1
- package/dist/index.css +1 -1
- package/es/app-components/button/button-custom.d.ts +1 -1
- package/es/app-components/form/hooks/use-form-common-props.d.ts +5 -4
- package/es/app-components/hooks/use-id.d.ts +2 -1
- package/es/component.js +135 -133
- package/es/components/affix/affix.d.ts +2 -2
- package/es/components/affix/affix.vue.d.ts +1 -1
- package/es/components/affix/index.d.ts +3 -3
- package/es/components/autocomplete/autocomplete.vue.d.ts +18 -18
- package/es/components/autocomplete/index.d.ts +54 -54
- package/es/components/backtop/backtop.vue2.js +3 -2
- package/es/components/button/button-custom.d.ts +1 -1
- package/es/components/button/button.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +3 -3
- package/es/components/button/use-button.d.ts +3 -3
- package/es/components/button/use-button.js +3 -3
- package/es/components/carousel/carousel.vue.d.ts +1 -1
- package/es/components/carousel/index.d.ts +19 -19
- package/es/components/carousel/use-carousel.d.ts +2 -2
- package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
- package/es/components/checkbox/composables/use-checkbox.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +48 -48
- package/es/components/clamp/clamp.vue.d.ts +4 -15
- package/es/components/clamp/clamp.vue2.js +28 -25
- package/es/components/clamp/index.d.ts +10 -3
- package/es/components/clamp/types.d.ts +14 -0
- package/es/components/clamp/types.js +1 -0
- package/es/components/clamp-tooltip/clamp-tooltip.vue.d.ts +12 -0
- package/es/components/clamp-tooltip/clamp-tooltip.vue.js +4 -0
- package/es/components/clamp-tooltip/clamp-tooltip.vue2.js +47 -0
- package/es/components/clamp-tooltip/index.d.ts +61 -0
- package/es/components/clamp-tooltip/index.js +12 -0
- package/es/components/clamp-tooltip/style/css.d.ts +0 -0
- package/es/components/clamp-tooltip/style/css.js +2 -0
- package/es/components/clamp-tooltip/style/index.d.ts +0 -0
- package/es/components/clamp-tooltip/style/index.js +2 -0
- package/es/components/clamp-tooltip/types.d.ts +6 -0
- package/es/components/clamp-tooltip/types.js +1 -0
- package/es/components/config-provider/hooks/use-global-config.d.ts +3 -2
- package/es/components/container/main.vue2.js +6 -5
- package/es/components/context-menu/context-menu.vue2.js +3 -2
- package/es/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/date-picker.d.ts +4 -20
- package/es/components/date-picker/index.d.ts +8 -40
- package/es/components/date-picker/props/date-picker.d.ts +1 -9
- package/es/components/date-picker/props/shared.d.ts +1 -1
- package/es/components/date-picker/utils.d.ts +1 -1
- package/es/components/dialog/dialog.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +6 -6
- package/es/components/drawer/drawer.vue.d.ts +2 -2
- package/es/components/drawer/index.d.ts +6 -6
- package/es/components/dropdown/dropdown.vue.d.ts +3 -3
- package/es/components/dropdown/index.d.ts +45 -45
- package/es/components/footer-layout/footer-layout.vue2.js +3 -2
- package/es/components/form/hooks/use-form-common-props.d.ts +6 -4
- package/es/components/full-screen/full-screen.vue2.js +13 -10
- package/es/components/full-screen/index.d.ts +18 -0
- package/es/components/header-layout/header-layout.vue2.js +3 -2
- package/es/components/icon/icon.vue2.js +21 -20
- package/es/components/icon-text/icon-text.vue.d.ts +5 -0
- package/es/components/icon-text/icon-text.vue2.js +36 -27
- package/es/components/icon-text/index.d.ts +18 -0
- package/es/components/index.d.ts +1 -0
- package/es/components/index.js +335 -333
- package/es/components/loading/index.d.ts +17 -9
- package/es/components/loading/loading.d.ts +17 -9
- package/es/components/md-container/md-container.vue2.js +3 -2
- package/es/components/menu/menu-item.vue2.js +3 -2
- package/es/components/menu/sub-menu.vue2.js +24 -23
- package/es/components/modal/index.d.ts +11 -11
- package/es/components/modal/modal-footer-action.vue2.js +3 -2
- package/es/components/modal/modal.vue.d.ts +1 -1
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +4 -3
- package/es/components/popconfirm/index.d.ts +11 -11
- package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/components/popover/index.d.ts +8 -8
- package/es/components/popper/composables/use-content-dom.d.ts +3 -1
- package/es/components/popper/composables/use-content.d.ts +70 -6
- package/es/components/popper/index.d.ts +3 -3
- package/es/components/popper/popper.vue.d.ts +2 -1
- package/es/components/popper/utils.d.ts +45 -2
- package/es/components/progress/index.d.ts +4 -4
- package/es/components/radio/index.d.ts +24 -24
- package/es/components/radio/use-radio.d.ts +1 -1
- package/es/components/result/result.vue2.js +3 -2
- package/es/components/router-view-content/index.d.ts +12 -0
- package/es/components/router-view-content/router-view-content.vue.d.ts +2 -0
- package/es/components/router-view-content/router-view-content.vue2.js +48 -33
- package/es/components/select/defaults.d.ts +4 -3
- package/es/components/select/index.d.ts +60 -60
- package/es/components/select/select.vue.d.ts +30 -30
- package/es/components/select/useSelect.d.ts +19 -19
- package/es/components/side-menu/index.d.ts +8 -4
- package/es/components/side-menu/side-menu.vue.d.ts +2 -2
- package/es/components/side-menu/side-menu.vue2.js +6 -3
- package/es/components/slider/composables/use-slide.d.ts +6 -6
- package/es/components/slider/index.d.ts +2 -2
- package/es/components/slider/slider.d.ts +3 -3
- package/es/components/space/index.d.ts +5 -2
- package/es/components/space/space.d.ts +5 -2
- package/es/components/super-form/component-map.js +13 -12
- package/es/components/super-form/index.d.ts +3 -3
- package/es/components/super-form/super-form-action.vue2.js +3 -2
- package/es/components/super-form/super-form-item.vue2.js +3 -2
- package/es/components/super-form/super-form.vue.d.ts +1 -1
- package/es/components/super-form/super-form.vue2.js +3 -2
- package/es/components/table/field.js +19 -18
- package/es/components/table/index.d.ts +32 -32
- package/es/components/table/use/use-columns.d.ts +801 -3
- package/es/components/tabs/index.d.ts +6 -0
- package/es/components/tabs/tab-nav.vue.d.ts +2 -0
- package/es/components/tabs/tab-nav.vue2.js +95 -87
- package/es/components/tabs/tabs.vue.d.ts +2 -0
- package/es/components/tabs/tabs.vue2.js +42 -36
- package/es/components/time-picker/common/picker.vue.d.ts +6 -21
- package/es/components/time-picker/common/props.d.ts +2 -9
- package/es/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +8 -40
- package/es/components/time-picker/time-picker.d.ts +4 -20
- package/es/components/time-picker/utils.d.ts +1 -1
- package/es/components/time-select/time-select.vue.d.ts +1 -1
- package/es/components/tooltip/index.d.ts +16 -16
- package/es/components/tooltip/utils.d.ts +1 -1
- package/es/components/tree/index.d.ts +16 -16
- package/es/components/upload/index.d.ts +1 -1
- package/es/components/upload/upload.vue.d.ts +1 -1
- package/es/components/upload/use-handlers.d.ts +21 -1
- package/es/components/virtual-list/hooks/use-cache.d.ts +1 -1
- package/es/hooks/use-id/index.d.ts +2 -1
- package/es/hooks/use-model-toggle/index.d.ts +2 -2
- package/es/hooks/use-popper/index.d.ts +70 -7
- package/es/hooks/use-same-target/index.d.ts +3 -3
- package/es/hooks/use-z-index/index.d.ts +1 -1
- package/es/index.js +456 -454
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/app-components/button/button-custom.d.ts +1 -1
- package/lib/app-components/form/hooks/use-form-common-props.d.ts +5 -4
- package/lib/app-components/hooks/use-id.d.ts +2 -1
- package/lib/component.cjs +1 -1
- package/lib/components/affix/affix.d.ts +2 -2
- package/lib/components/affix/affix.vue.d.ts +1 -1
- package/lib/components/affix/index.d.ts +3 -3
- package/lib/components/autocomplete/autocomplete.vue.d.ts +18 -18
- package/lib/components/autocomplete/index.d.ts +54 -54
- package/lib/components/backtop/backtop.vue2.cjs +1 -1
- package/lib/components/button/button-custom.d.ts +1 -1
- package/lib/components/button/button.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +3 -3
- package/lib/components/button/use-button.cjs +1 -1
- package/lib/components/button/use-button.d.ts +3 -3
- package/lib/components/carousel/carousel.vue.d.ts +1 -1
- package/lib/components/carousel/index.d.ts +19 -19
- package/lib/components/carousel/use-carousel.d.ts +2 -2
- package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
- package/lib/components/checkbox/composables/use-checkbox.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +48 -48
- package/lib/components/clamp/clamp.vue.d.ts +4 -15
- package/lib/components/clamp/clamp.vue2.cjs +1 -1
- package/lib/components/clamp/index.d.ts +10 -3
- package/lib/components/clamp/types.cjs +1 -0
- package/lib/components/clamp/types.d.ts +14 -0
- package/lib/components/clamp-tooltip/clamp-tooltip.vue.cjs +1 -0
- package/lib/components/clamp-tooltip/clamp-tooltip.vue.d.ts +12 -0
- package/lib/components/clamp-tooltip/clamp-tooltip.vue2.cjs +1 -0
- package/lib/components/clamp-tooltip/index.cjs +1 -0
- package/lib/components/clamp-tooltip/index.d.ts +61 -0
- package/lib/components/clamp-tooltip/style/css.cjs +1 -0
- package/lib/components/clamp-tooltip/style/css.d.ts +0 -0
- package/lib/components/clamp-tooltip/style/index.cjs +1 -0
- package/lib/components/clamp-tooltip/style/index.d.ts +0 -0
- package/lib/components/clamp-tooltip/types.cjs +1 -0
- package/lib/components/clamp-tooltip/types.d.ts +6 -0
- package/lib/components/config-provider/hooks/use-global-config.d.ts +3 -2
- package/lib/components/container/main.vue2.cjs +1 -1
- package/lib/components/context-menu/context-menu.vue2.cjs +1 -1
- package/lib/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/date-picker.d.ts +4 -20
- package/lib/components/date-picker/index.d.ts +8 -40
- package/lib/components/date-picker/props/date-picker.d.ts +1 -9
- package/lib/components/date-picker/props/shared.d.ts +1 -1
- package/lib/components/date-picker/utils.d.ts +1 -1
- package/lib/components/dialog/dialog.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +6 -6
- package/lib/components/drawer/drawer.vue.d.ts +2 -2
- package/lib/components/drawer/index.d.ts +6 -6
- package/lib/components/dropdown/dropdown.vue.d.ts +3 -3
- package/lib/components/dropdown/index.d.ts +45 -45
- package/lib/components/footer-layout/footer-layout.vue2.cjs +1 -1
- package/lib/components/form/hooks/use-form-common-props.d.ts +6 -4
- package/lib/components/full-screen/full-screen.vue2.cjs +1 -1
- package/lib/components/full-screen/index.d.ts +18 -0
- package/lib/components/header-layout/header-layout.vue2.cjs +1 -1
- package/lib/components/icon/icon.vue2.cjs +1 -1
- package/lib/components/icon-text/icon-text.vue.d.ts +5 -0
- package/lib/components/icon-text/icon-text.vue2.cjs +1 -1
- package/lib/components/icon-text/index.d.ts +18 -0
- package/lib/components/index.cjs +1 -1
- package/lib/components/index.d.ts +1 -0
- package/lib/components/loading/index.d.ts +17 -9
- package/lib/components/loading/loading.d.ts +17 -9
- package/lib/components/md-container/md-container.vue2.cjs +1 -1
- package/lib/components/menu/menu-item.vue2.cjs +1 -1
- package/lib/components/menu/sub-menu.vue2.cjs +1 -1
- package/lib/components/modal/index.d.ts +11 -11
- package/lib/components/modal/modal-footer-action.vue2.cjs +1 -1
- package/lib/components/modal/modal.vue.d.ts +1 -1
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/popconfirm/index.d.ts +11 -11
- package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/lib/components/popover/index.d.ts +8 -8
- package/lib/components/popper/composables/use-content-dom.d.ts +3 -1
- package/lib/components/popper/composables/use-content.d.ts +70 -6
- package/lib/components/popper/index.d.ts +3 -3
- package/lib/components/popper/popper.vue.d.ts +2 -1
- package/lib/components/popper/utils.d.ts +45 -2
- package/lib/components/progress/index.d.ts +4 -4
- package/lib/components/radio/index.d.ts +24 -24
- package/lib/components/radio/use-radio.d.ts +1 -1
- package/lib/components/result/result.vue2.cjs +1 -1
- package/lib/components/router-view-content/index.d.ts +12 -0
- package/lib/components/router-view-content/router-view-content.vue.d.ts +2 -0
- package/lib/components/router-view-content/router-view-content.vue2.cjs +1 -1
- package/lib/components/select/defaults.d.ts +4 -3
- package/lib/components/select/index.d.ts +60 -60
- package/lib/components/select/select.vue.d.ts +30 -30
- package/lib/components/select/useSelect.d.ts +19 -19
- package/lib/components/side-menu/index.d.ts +8 -4
- package/lib/components/side-menu/side-menu.vue.d.ts +2 -2
- package/lib/components/side-menu/side-menu.vue2.cjs +1 -1
- package/lib/components/slider/composables/use-slide.d.ts +6 -6
- package/lib/components/slider/index.d.ts +2 -2
- package/lib/components/slider/slider.d.ts +3 -3
- package/lib/components/space/index.d.ts +5 -2
- package/lib/components/space/space.d.ts +5 -2
- package/lib/components/super-form/component-map.cjs +1 -1
- package/lib/components/super-form/index.d.ts +3 -3
- package/lib/components/super-form/super-form-action.vue2.cjs +1 -1
- package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
- package/lib/components/super-form/super-form.vue.d.ts +1 -1
- package/lib/components/super-form/super-form.vue2.cjs +1 -1
- package/lib/components/table/field.cjs +1 -1
- package/lib/components/table/index.d.ts +32 -32
- package/lib/components/table/use/use-columns.d.ts +801 -3
- package/lib/components/tabs/index.d.ts +6 -0
- package/lib/components/tabs/tab-nav.vue.d.ts +2 -0
- package/lib/components/tabs/tab-nav.vue2.cjs +1 -1
- package/lib/components/tabs/tabs.vue.d.ts +2 -0
- package/lib/components/tabs/tabs.vue2.cjs +1 -1
- package/lib/components/time-picker/common/picker.vue.d.ts +6 -21
- package/lib/components/time-picker/common/props.d.ts +2 -9
- package/lib/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +8 -40
- package/lib/components/time-picker/time-picker.d.ts +4 -20
- package/lib/components/time-picker/utils.d.ts +1 -1
- package/lib/components/time-select/time-select.vue.d.ts +1 -1
- package/lib/components/tooltip/index.d.ts +16 -16
- package/lib/components/tooltip/utils.d.ts +1 -1
- package/lib/components/tree/index.d.ts +16 -16
- package/lib/components/upload/index.d.ts +1 -1
- package/lib/components/upload/upload.vue.d.ts +1 -1
- package/lib/components/upload/use-handlers.d.ts +21 -1
- package/lib/components/virtual-list/hooks/use-cache.d.ts +1 -1
- package/lib/hooks/use-id/index.d.ts +2 -1
- package/lib/hooks/use-model-toggle/index.d.ts +2 -2
- package/lib/hooks/use-popper/index.d.ts +70 -7
- package/lib/hooks/use-same-target/index.d.ts +3 -3
- package/lib/hooks/use-z-index/index.d.ts +1 -1
- package/lib/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +6 -6
- package/tags.json +1 -1
- package/theme-style/index.css +1 -1
- package/theme-style/src/clamp-tooltip.scss +0 -0
- package/theme-style/src/icon-text.scss +8 -0
- package/theme-style/src/switch.scss +56 -52
- package/theme-style/src/tabs.scss +11 -2
- package/theme-style/vft-clamp-tooltip.css +0 -0
- package/theme-style/vft-icon-text.css +1 -1
- package/theme-style/vft-switch.css +1 -1
- package/theme-style/vft-tabs.css +1 -1
- package/web-types.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TinyColor } from '@ctrl/tinycolor';
|
|
2
2
|
import type { ButtonProps } from './button.vue';
|
|
3
3
|
/** 生成暗色 */
|
|
4
|
-
export declare function darken(color: TinyColor, amount?: number):
|
|
4
|
+
export declare function darken(color: TinyColor, amount?: number): string;
|
|
5
5
|
export declare function useButtonCustomStyle(props: ButtonProps): globalThis.ComputedRef<Record<string, string>>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { ComponentSize } from '../types';
|
|
2
|
+
import type { MaybeRef } from '@vueuse/core';
|
|
2
3
|
import { type ComputedRef } from 'vue';
|
|
3
|
-
export declare const useFormSize: (fallback?:
|
|
4
|
-
export declare const useFormDisabled: (fallback?:
|
|
5
|
-
export declare const useSize: (fallback?:
|
|
6
|
-
export declare const useDisabled: (fallback?:
|
|
4
|
+
export declare const useFormSize: (fallback?: MaybeRef<ComponentSize | undefined>, ignore?: Partial<Record<'prop' | 'form' | 'formItem' | 'global', boolean>>) => ComputedRef<ComponentSize>;
|
|
5
|
+
export declare const useFormDisabled: (fallback?: MaybeRef<boolean | undefined>) => ComputedRef<boolean>;
|
|
6
|
+
export declare const useSize: (fallback?: MaybeRef<ComponentSize | undefined>, ignore?: Partial<Record<'prop' | 'form' | 'formItem' | 'global', boolean>>) => ComputedRef<ComponentSize>;
|
|
7
|
+
export declare const useDisabled: (fallback?: MaybeRef<boolean | undefined>) => ComputedRef<boolean>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { MaybeRef } from '@vueuse/core';
|
|
1
2
|
import type { InjectionKey, Ref } from 'vue';
|
|
2
3
|
export type IdInjectionContext = {
|
|
3
4
|
prefix: number;
|
|
@@ -5,4 +6,4 @@ export type IdInjectionContext = {
|
|
|
5
6
|
};
|
|
6
7
|
export declare const ID_INJECTION_KEY: InjectionKey<IdInjectionContext>;
|
|
7
8
|
export declare const useIdInjection: () => IdInjectionContext;
|
|
8
|
-
export declare const useId: (deterministicId?:
|
|
9
|
+
export declare const useId: (deterministicId?: MaybeRef<string>) => Ref<string>;
|
package/es/component.js
CHANGED
|
@@ -8,178 +8,180 @@ import { VftCheckTag as V } from "./components/check-tag/index.js";
|
|
|
8
8
|
import { VftCheckboxGroup as e, VftCheckbox as a, VftCheckboxButton as n } from "./components/checkbox/index.js";
|
|
9
9
|
import { VftClamp as l } from "./components/clamp/index.js";
|
|
10
10
|
import { VftClampToggle as u } from "./components/clamp-toggle/index.js";
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
11
|
+
import { VftClampTooltip as d } from "./components/clamp-tooltip/index.js";
|
|
12
|
+
import { VftCol as c } from "./components/col/index.js";
|
|
13
|
+
import { VftCollapseTransition as C } from "./components/collapse-transition/index.js";
|
|
13
14
|
import { VftColorPicker as s } from "./components/color-picker/index.js";
|
|
14
|
-
import { VftConfigProvider as
|
|
15
|
-
import { VftAside as
|
|
16
|
-
import { VftDatePicker as
|
|
17
|
-
import { VftDateTimeSelect as
|
|
18
|
-
import { VftDescriptions as
|
|
19
|
-
import { VftDialog as
|
|
20
|
-
import { VftDivider as
|
|
21
|
-
import { VftDrawer as
|
|
22
|
-
import { VftDropdownItem as
|
|
23
|
-
import { VftEmpty as
|
|
24
|
-
import { VftException as
|
|
25
|
-
import { VftFooterLayout as
|
|
26
|
-
import { VftForm as
|
|
27
|
-
import { VftFullScreen as
|
|
28
|
-
import { VftHeaderLayout as
|
|
29
|
-
import { VftHorizontalMenu as
|
|
30
|
-
import { VftIcon as
|
|
31
|
-
import { VftIconText as
|
|
32
|
-
import { VftIframeLayout as
|
|
33
|
-
import { VftImage as
|
|
34
|
-
import { VftImageViewer as
|
|
35
|
-
import { VftInput as
|
|
36
|
-
import { VftInputNumber as
|
|
37
|
-
import { VftLink as
|
|
38
|
-
import { VftListCell as
|
|
39
|
-
import { VftLogo as
|
|
40
|
-
import { VftMdCodeDemo as
|
|
41
|
-
import { VftMdCodeTabs as
|
|
42
|
-
import { VftCarousel as
|
|
43
|
-
import { VftMdComment as
|
|
44
|
-
import { VftMdContainer as
|
|
45
|
-
import { VftMdTabs as
|
|
46
|
-
import { VftMdVuePlayground as
|
|
47
|
-
import { VftMenu as
|
|
48
|
-
import { VftModal as
|
|
49
|
-
import { VftMultipleTabs as
|
|
50
|
-
import { VftOverlay as
|
|
51
|
-
import { VftPageWrapper as
|
|
52
|
-
import { VftPagination as
|
|
53
|
-
import { VftPopconfirm as
|
|
15
|
+
import { VftConfigProvider as M } from "./components/config-provider/index.js";
|
|
16
|
+
import { VftAside as T, VftContainer as I, VftFooter as g, VftHeader as P, VftMain as S } from "./components/container/index.js";
|
|
17
|
+
import { VftDatePicker as b } from "./components/date-picker/index.js";
|
|
18
|
+
import { VftDateTimeSelect as k } from "./components/date-time-select/index.js";
|
|
19
|
+
import { VftDescriptions as D, VftDescriptionsItem as w } from "./components/descriptions/index.js";
|
|
20
|
+
import { VftDialog as y } from "./components/dialog/index.js";
|
|
21
|
+
import { VftDivider as h } from "./components/divider/index.js";
|
|
22
|
+
import { VftDrawer as x } from "./components/drawer/index.js";
|
|
23
|
+
import { VftDropdownItem as F, VftDropdownMenu as L, VftDropdown as R } from "./components/dropdown/index.js";
|
|
24
|
+
import { VftEmpty as v } from "./components/empty/index.js";
|
|
25
|
+
import { VftException as B } from "./components/exception/index.js";
|
|
26
|
+
import { VftFooterLayout as A } from "./components/footer-layout/index.js";
|
|
27
|
+
import { VftForm as G, VftFormItem as H } from "./components/form/index.js";
|
|
28
|
+
import { VftFullScreen as E } from "./components/full-screen/index.js";
|
|
29
|
+
import { VftHeaderLayout as z } from "./components/header-layout/index.js";
|
|
30
|
+
import { VftHorizontalMenu as N } from "./components/horizontal-menu/index.js";
|
|
31
|
+
import { VftIcon as O } from "./components/icon/index.js";
|
|
32
|
+
import { VftIconText as Q } from "./components/icon-text/index.js";
|
|
33
|
+
import { VftIframeLayout as U } from "./components/iframe-layout/index.js";
|
|
34
|
+
import { VftImage as W } from "./components/image/index.js";
|
|
35
|
+
import { VftImageViewer as j } from "./components/image-viewer/index.js";
|
|
36
|
+
import { VftInput as q } from "./components/input/index.js";
|
|
37
|
+
import { VftInputNumber as J } from "./components/input-number/index.js";
|
|
38
|
+
import { VftLink as K } from "./components/link/index.js";
|
|
39
|
+
import { VftListCell as X } from "./components/list-cell/index.js";
|
|
40
|
+
import { VftLogo as Y } from "./components/logo/index.js";
|
|
41
|
+
import { VftMdCodeDemo as Z } from "./components/md-code-demo/index.js";
|
|
42
|
+
import { VftMdCodeTabs as _ } from "./components/md-code-tabs/index.js";
|
|
43
|
+
import { VftCarousel as $, VftCarouselItem as oo } from "./components/carousel/index.js";
|
|
44
|
+
import { VftMdComment as to } from "./components/md-comment/index.js";
|
|
45
|
+
import { VftMdContainer as ro } from "./components/md-container/index.js";
|
|
46
|
+
import { VftMdTabs as mo } from "./components/md-tabs/index.js";
|
|
47
|
+
import { VftMdVuePlayground as fo } from "./components/md-vue-playground/index.js";
|
|
48
|
+
import { VftMenu as io, VftMenuItem as po, VftMenuItemGroup as Vo, VftSubMenu as eo } from "./components/menu/index.js";
|
|
49
|
+
import { VftModal as ao } from "./components/modal/index.js";
|
|
50
|
+
import { VftMultipleTabs as no } from "./components/multiple-tabs/index.js";
|
|
51
|
+
import { VftOverlay as lo } from "./components/overlay/index.js";
|
|
52
|
+
import { VftPageWrapper as uo } from "./components/page-wrapper/index.js";
|
|
53
|
+
import { VftPagination as co } from "./components/pagination/index.js";
|
|
54
|
+
import { VftPopconfirm as Co } from "./components/popconfirm/index.js";
|
|
54
55
|
import { VftPopover as so } from "./components/popover/index.js";
|
|
55
|
-
import { VftPopper as
|
|
56
|
-
import { VftProgress as
|
|
56
|
+
import { VftPopper as Mo } from "./components/popper/index.js";
|
|
57
|
+
import { VftProgress as To } from "./components/progress/index.js";
|
|
57
58
|
import { VftQrcode as Io } from "./components/qrcode/index.js";
|
|
58
|
-
import { VftRadioButton as
|
|
59
|
-
import { VftResult as
|
|
60
|
-
import { VftRouterViewContent as
|
|
61
|
-
import { VftRow as
|
|
62
|
-
import { VftScrollbar as
|
|
63
|
-
import { VftSearch as
|
|
64
|
-
import { VftSelect as
|
|
65
|
-
import { VftSideMenu as
|
|
66
|
-
import { VftSkeleton as
|
|
67
|
-
import { VftSlider as
|
|
68
|
-
import { VftSpace as
|
|
69
|
-
import { VftSuperForm as
|
|
70
|
-
import { VftSwitch as
|
|
71
|
-
import { VftTable as
|
|
72
|
-
import { VftTabs as
|
|
73
|
-
import { VftTag as
|
|
74
|
-
import { VftTimePicker as
|
|
75
|
-
import { VftTooltip as
|
|
76
|
-
import { VftTree as
|
|
77
|
-
import { VftUpload as
|
|
78
|
-
import { VftVerifyCode as
|
|
79
|
-
import { VftProgressI as
|
|
80
|
-
const
|
|
59
|
+
import { VftRadioButton as go, VftRadio as Po, VftRadioGroup as So } from "./components/radio/index.js";
|
|
60
|
+
import { VftResult as bo } from "./components/result/index.js";
|
|
61
|
+
import { VftRouterViewContent as ko } from "./components/router-view-content/index.js";
|
|
62
|
+
import { VftRow as Do } from "./components/row/index.js";
|
|
63
|
+
import { VftScrollbar as wo } from "./components/scrollbar/index.js";
|
|
64
|
+
import { VftSearch as yo } from "./components/search/index.js";
|
|
65
|
+
import { VftSelect as ho } from "./components/select/index.js";
|
|
66
|
+
import { VftSideMenu as xo } from "./components/side-menu/index.js";
|
|
67
|
+
import { VftSkeleton as Fo, VftSkeletonItem as Lo } from "./components/skeleton/index.js";
|
|
68
|
+
import { VftSlider as Ro } from "./components/slider/index.js";
|
|
69
|
+
import { VftSpace as vo } from "./components/space/index.js";
|
|
70
|
+
import { VftSuperForm as Bo } from "./components/super-form/index.js";
|
|
71
|
+
import { VftSwitch as Ao } from "./components/switch/index.js";
|
|
72
|
+
import { VftTable as Go } from "./components/table/index.js";
|
|
73
|
+
import { VftTabs as Ho, VftTabPane as Eo } from "./components/tabs/index.js";
|
|
74
|
+
import { VftTag as zo } from "./components/tag/index.js";
|
|
75
|
+
import { VftTimePicker as No } from "./components/time-picker/index.js";
|
|
76
|
+
import { VftTooltip as Oo } from "./components/tooltip/index.js";
|
|
77
|
+
import { VftTree as Qo } from "./components/tree/index.js";
|
|
78
|
+
import { VftUpload as Uo } from "./components/upload/index.js";
|
|
79
|
+
import { VftVerifyCode as Wo } from "./components/verify-code/index.js";
|
|
80
|
+
import { VftProgressI as jo } from "./components/progress-i/index.js";
|
|
81
|
+
const Tr = [
|
|
81
82
|
// phone
|
|
82
|
-
|
|
83
|
+
jo,
|
|
83
84
|
//
|
|
84
|
-
_,
|
|
85
85
|
$,
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
86
|
+
oo,
|
|
87
|
+
Bo,
|
|
88
|
+
Uo,
|
|
89
|
+
To,
|
|
90
|
+
J,
|
|
90
91
|
t,
|
|
91
|
-
|
|
92
|
-
|
|
92
|
+
Ro,
|
|
93
|
+
ao,
|
|
93
94
|
// VftRate,
|
|
94
|
-
|
|
95
|
+
x,
|
|
95
96
|
o,
|
|
96
|
-
|
|
97
|
-
|
|
97
|
+
ho,
|
|
98
|
+
Co,
|
|
98
99
|
p,
|
|
99
|
-
|
|
100
|
-
xo,
|
|
100
|
+
vo,
|
|
101
101
|
Fo,
|
|
102
|
-
|
|
102
|
+
Lo,
|
|
103
|
+
Qo,
|
|
103
104
|
V,
|
|
104
|
-
|
|
105
|
+
ro,
|
|
106
|
+
_,
|
|
105
107
|
Z,
|
|
106
|
-
|
|
108
|
+
fo,
|
|
107
109
|
mo,
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
oo,
|
|
111
|
-
M,
|
|
112
|
-
I,
|
|
110
|
+
b,
|
|
111
|
+
to,
|
|
113
112
|
T,
|
|
113
|
+
I,
|
|
114
114
|
g,
|
|
115
115
|
P,
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
116
|
+
S,
|
|
117
|
+
N,
|
|
118
|
+
c,
|
|
119
|
+
No,
|
|
120
|
+
Do,
|
|
121
|
+
y,
|
|
122
|
+
k,
|
|
123
|
+
X,
|
|
124
|
+
j,
|
|
125
|
+
Go,
|
|
126
|
+
Wo,
|
|
127
127
|
F,
|
|
128
128
|
L,
|
|
129
|
-
|
|
129
|
+
R,
|
|
130
|
+
wo,
|
|
130
131
|
s,
|
|
131
|
-
|
|
132
|
-
To,
|
|
132
|
+
Ao,
|
|
133
133
|
go,
|
|
134
134
|
Po,
|
|
135
|
+
So,
|
|
135
136
|
e,
|
|
136
137
|
a,
|
|
137
138
|
n,
|
|
138
139
|
f,
|
|
139
140
|
i,
|
|
140
|
-
A,
|
|
141
141
|
G,
|
|
142
|
-
|
|
143
|
-
|
|
142
|
+
H,
|
|
143
|
+
yo,
|
|
144
|
+
uo,
|
|
144
145
|
l,
|
|
145
146
|
u,
|
|
147
|
+
d,
|
|
146
148
|
Io,
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
O,
|
|
155
|
-
H,
|
|
156
|
-
k,
|
|
157
|
-
D,
|
|
158
|
-
C,
|
|
159
|
-
m,
|
|
160
|
-
bo,
|
|
149
|
+
lo,
|
|
150
|
+
zo,
|
|
151
|
+
xo,
|
|
152
|
+
co,
|
|
153
|
+
K,
|
|
154
|
+
q,
|
|
155
|
+
W,
|
|
161
156
|
Q,
|
|
162
|
-
B,
|
|
163
157
|
E,
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
158
|
+
D,
|
|
159
|
+
w,
|
|
160
|
+
M,
|
|
161
|
+
m,
|
|
162
|
+
ko,
|
|
163
|
+
U,
|
|
164
|
+
A,
|
|
165
|
+
z,
|
|
166
|
+
Y,
|
|
167
|
+
no,
|
|
167
168
|
io,
|
|
168
169
|
po,
|
|
169
170
|
Vo,
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
171
|
+
eo,
|
|
172
|
+
C,
|
|
173
|
+
h,
|
|
174
|
+
O,
|
|
173
175
|
r,
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
Go,
|
|
176
|
+
v,
|
|
177
|
+
bo,
|
|
177
178
|
Ho,
|
|
178
|
-
|
|
179
|
+
Eo,
|
|
180
|
+
Oo,
|
|
179
181
|
so,
|
|
180
|
-
|
|
181
|
-
|
|
182
|
+
Mo,
|
|
183
|
+
B
|
|
182
184
|
];
|
|
183
185
|
export {
|
|
184
|
-
|
|
186
|
+
Tr as default
|
|
185
187
|
};
|
|
@@ -11,8 +11,8 @@ export declare const affixEmits: {
|
|
|
11
11
|
scroll: ({ scrollTop, fixed }: {
|
|
12
12
|
scrollTop: number;
|
|
13
13
|
fixed: boolean;
|
|
14
|
-
}) =>
|
|
15
|
-
change: (fixed: boolean) =>
|
|
14
|
+
}) => boolean;
|
|
15
|
+
change: (fixed: boolean) => boolean;
|
|
16
16
|
};
|
|
17
17
|
export type AffixEmits = typeof affixEmits;
|
|
18
18
|
export type AffixInstance = InstanceType<typeof Affix>;
|
|
@@ -7,7 +7,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
7
7
|
/** @description update affix status */
|
|
8
8
|
update: () => void;
|
|
9
9
|
/** @description update rootRect info */
|
|
10
|
-
updateRoot:
|
|
10
|
+
updateRoot: () => void;
|
|
11
11
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
12
|
change: (fixed: boolean) => void;
|
|
13
13
|
scroll: (args_0: {
|
|
@@ -12,7 +12,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
12
12
|
}) => any) | undefined;
|
|
13
13
|
}, {
|
|
14
14
|
update: () => void;
|
|
15
|
-
updateRoot:
|
|
15
|
+
updateRoot: () => void;
|
|
16
16
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
17
|
change: (fixed: boolean) => void;
|
|
18
18
|
scroll: (args_0: {
|
|
@@ -55,7 +55,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
55
55
|
}) => any) | undefined;
|
|
56
56
|
}, {
|
|
57
57
|
update: () => void;
|
|
58
|
-
updateRoot:
|
|
58
|
+
updateRoot: () => void;
|
|
59
59
|
}, {}, {}, {}, {
|
|
60
60
|
readonly target: string;
|
|
61
61
|
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
@@ -78,7 +78,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
78
78
|
}) => any) | undefined;
|
|
79
79
|
}, {
|
|
80
80
|
update: () => void;
|
|
81
|
-
updateRoot:
|
|
81
|
+
updateRoot: () => void;
|
|
82
82
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
83
83
|
change: (fixed: boolean) => void;
|
|
84
84
|
scroll: (args_0: {
|
|
@@ -47,8 +47,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
47
47
|
readonly showAfter?: number | undefined;
|
|
48
48
|
readonly hideAfter?: number | undefined;
|
|
49
49
|
readonly open?: boolean | undefined;
|
|
50
|
-
readonly placement?:
|
|
51
|
-
readonly strategy?: "
|
|
50
|
+
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
51
|
+
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
52
|
+
readonly effect?: "light" | "dark" | undefined;
|
|
52
53
|
readonly id?: string | undefined;
|
|
53
54
|
readonly className?: import("../types").ClassType | undefined;
|
|
54
55
|
readonly ariaLabel?: string | undefined;
|
|
@@ -57,11 +58,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
57
58
|
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
58
59
|
readonly appendTo?: any;
|
|
59
60
|
readonly visible?: boolean | undefined;
|
|
60
|
-
readonly
|
|
61
|
+
readonly teleported?: boolean | undefined;
|
|
61
62
|
readonly arrowOffset?: number | undefined;
|
|
62
63
|
readonly gpuAcceleration?: boolean | undefined;
|
|
63
|
-
readonly fallbackPlacements?: Placement[] | undefined;
|
|
64
|
-
readonly popperOptions?:
|
|
64
|
+
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
65
|
+
readonly popperOptions?: Partial<import("@popperjs/core").Options> | undefined;
|
|
65
66
|
readonly pure?: boolean | undefined;
|
|
66
67
|
readonly boundariesPadding?: number | undefined;
|
|
67
68
|
readonly enterable?: boolean | undefined;
|
|
@@ -76,7 +77,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
76
77
|
readonly virtualRef?: import("..").Measurable | undefined;
|
|
77
78
|
readonly rawContent?: boolean | undefined;
|
|
78
79
|
readonly persistent?: boolean | undefined;
|
|
79
|
-
readonly teleported?: boolean | undefined;
|
|
80
80
|
readonly triggerKeys?: string[] | undefined;
|
|
81
81
|
readonly showArrow?: boolean | undefined;
|
|
82
82
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
@@ -132,7 +132,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
132
132
|
type: globalThis.PropType<number>;
|
|
133
133
|
};
|
|
134
134
|
fallbackPlacements: {
|
|
135
|
-
type: globalThis.PropType<Placement[]>;
|
|
135
|
+
type: globalThis.PropType<import("@popperjs/core").Placement[]>;
|
|
136
136
|
};
|
|
137
137
|
gpuAcceleration: {
|
|
138
138
|
type: globalThis.PropType<boolean>;
|
|
@@ -141,13 +141,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
141
141
|
type: globalThis.PropType<number>;
|
|
142
142
|
};
|
|
143
143
|
placement: {
|
|
144
|
-
type: globalThis.PropType<
|
|
144
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
145
145
|
};
|
|
146
146
|
popperOptions: {
|
|
147
|
-
type: globalThis.PropType<
|
|
147
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
148
148
|
};
|
|
149
149
|
strategy: {
|
|
150
|
-
type: globalThis.PropType<"
|
|
150
|
+
type: globalThis.PropType<"fixed" | "absolute">;
|
|
151
151
|
};
|
|
152
152
|
style: {
|
|
153
153
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | StyleValue[] | null>;
|
|
@@ -295,7 +295,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
295
295
|
type: globalThis.PropType<number>;
|
|
296
296
|
};
|
|
297
297
|
fallbackPlacements: {
|
|
298
|
-
type: globalThis.PropType<Placement[]>;
|
|
298
|
+
type: globalThis.PropType<import("@popperjs/core").Placement[]>;
|
|
299
299
|
};
|
|
300
300
|
gpuAcceleration: {
|
|
301
301
|
type: globalThis.PropType<boolean>;
|
|
@@ -304,13 +304,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
304
304
|
type: globalThis.PropType<number>;
|
|
305
305
|
};
|
|
306
306
|
placement: {
|
|
307
|
-
type: globalThis.PropType<
|
|
307
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
308
308
|
};
|
|
309
309
|
popperOptions: {
|
|
310
|
-
type: globalThis.PropType<
|
|
310
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
311
311
|
};
|
|
312
312
|
strategy: {
|
|
313
|
-
type: globalThis.PropType<"
|
|
313
|
+
type: globalThis.PropType<"fixed" | "absolute">;
|
|
314
314
|
};
|
|
315
315
|
style: {
|
|
316
316
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | StyleValue[] | null>;
|
|
@@ -480,7 +480,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
480
480
|
type: globalThis.PropType<number>;
|
|
481
481
|
};
|
|
482
482
|
fallbackPlacements: {
|
|
483
|
-
type: globalThis.PropType<Placement[]>;
|
|
483
|
+
type: globalThis.PropType<import("@popperjs/core").Placement[]>;
|
|
484
484
|
};
|
|
485
485
|
gpuAcceleration: {
|
|
486
486
|
type: globalThis.PropType<boolean>;
|
|
@@ -489,13 +489,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
489
489
|
type: globalThis.PropType<number>;
|
|
490
490
|
};
|
|
491
491
|
placement: {
|
|
492
|
-
type: globalThis.PropType<
|
|
492
|
+
type: globalThis.PropType<import("@popperjs/core").Placement>;
|
|
493
493
|
};
|
|
494
494
|
popperOptions: {
|
|
495
|
-
type: globalThis.PropType<
|
|
495
|
+
type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
|
|
496
496
|
};
|
|
497
497
|
strategy: {
|
|
498
|
-
type: globalThis.PropType<"
|
|
498
|
+
type: globalThis.PropType<"fixed" | "absolute">;
|
|
499
499
|
};
|
|
500
500
|
style: {
|
|
501
501
|
type: globalThis.PropType<string | false | import("vue").CSSProperties | StyleValue[] | null>;
|