vft 0.0.445 → 0.0.447
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.css +1 -1
- package/es/components/affix/affix.d.ts +1 -1
- package/es/components/affix/affix.vue.d.ts +3 -3
- package/es/components/affix/index.d.ts +6 -6
- package/es/components/autocomplete/autocomplete.vue.d.ts +22 -22
- package/es/components/autocomplete/index.d.ts +64 -64
- package/es/components/avatar/index.d.ts +3 -3
- package/es/components/button/button.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +33 -33
- package/es/components/button/use-button.d.ts +1 -1
- package/es/components/cascader/cascader.d.ts +2 -2
- package/es/components/cascader/cascader.vue.d.ts +9 -9
- package/es/components/checkbox/index.d.ts +54 -54
- package/es/components/col/col.vue.d.ts +1 -1
- package/es/components/col/index.d.ts +9 -9
- package/es/components/collapse/collapse-item.vue.d.ts +1 -1
- package/es/components/color-picker/index.d.ts +12 -12
- package/es/components/date-picker/date-picker.d.ts +6 -6
- package/es/components/date-picker/index.d.ts +12 -12
- package/es/components/date-picker/props/date-picker.d.ts +2 -2
- package/es/components/divider/index.d.ts +3 -3
- package/es/components/dropdown/dropdown.vue.d.ts +2 -2
- package/es/components/dropdown/index.d.ts +39 -39
- package/es/components/form/index.d.ts +27 -27
- package/es/components/input/index.d.ts +13 -13
- package/es/components/input/input.vue.d.ts +4 -4
- package/es/components/input-number/index.d.ts +4 -4
- package/es/components/input-number/input-number.vue.d.ts +2 -2
- package/es/components/input-tag/input-tag.d.ts +1 -1
- package/es/components/input-tag/input-tag.vue.d.ts +9 -9
- package/es/components/modal/index.d.ts +15 -15
- package/es/components/modal/modal.vue.d.ts +1 -1
- package/es/components/popconfirm/index.d.ts +15 -15
- package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/components/popper/composables/use-content.d.ts +3 -3
- package/es/components/radio/index.d.ts +60 -60
- package/es/components/radio/radio.d.ts +1 -1
- package/es/components/radio/radio.vue.d.ts +5 -5
- package/es/components/search/index.d.ts +9 -9
- package/es/components/search/search.vue.d.ts +2 -2
- package/es/components/segmented/index.d.ts +6 -6
- package/es/components/segmented/segmented.d.ts +1 -1
- package/es/components/segmented/segmented.vue.d.ts +3 -3
- package/es/components/select/index.d.ts +45 -45
- package/es/components/select/select.vue.d.ts +45 -45
- package/es/components/select/useSelect.d.ts +36 -36
- package/es/components/slider/index.d.ts +2 -2
- package/es/components/slider/slider.vue.d.ts +2 -2
- package/es/components/space/index.d.ts +3 -3
- package/es/components/space/space.d.ts +4 -4
- package/es/components/steps/index.d.ts +3 -3
- package/es/components/super-form/index.d.ts +3 -3
- package/es/components/switch/index.d.ts +21 -21
- package/es/components/switch/switch.vue.d.ts +3 -3
- package/es/components/tabs/index.d.ts +4 -4
- package/es/components/tabs/tabs.vue.d.ts +2 -2
- package/es/components/time-picker/common/picker-range-trigger.vue.d.ts +2 -2
- package/es/components/time-picker/common/picker.vue.d.ts +8 -8
- package/es/components/time-picker/common/props.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +12 -12
- package/es/components/time-picker/time-picker.d.ts +6 -6
- package/es/components/time-select/time-select.vue.d.ts +1 -1
- package/es/components/timeline/index.d.ts +6 -6
- package/es/components/tooltip/index.d.ts +5 -5
- package/es/components/tooltip/tooltip.vue.d.ts +2 -2
- package/es/components/tree/tree-node.vue.d.ts +39 -39
- package/es/components/upload/index.d.ts +18 -18
- package/es/hooks/use-popper/index.d.ts +3 -3
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/components/affix/affix.d.ts +1 -1
- package/lib/components/affix/affix.vue.d.ts +3 -3
- package/lib/components/affix/index.d.ts +6 -6
- package/lib/components/autocomplete/autocomplete.vue.d.ts +22 -22
- package/lib/components/autocomplete/index.d.ts +64 -64
- package/lib/components/avatar/index.d.ts +3 -3
- package/lib/components/button/button.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +33 -33
- package/lib/components/button/use-button.d.ts +1 -1
- package/lib/components/cascader/cascader.d.ts +2 -2
- package/lib/components/cascader/cascader.vue.d.ts +9 -9
- package/lib/components/checkbox/index.d.ts +54 -54
- package/lib/components/col/col.vue.d.ts +1 -1
- package/lib/components/col/index.d.ts +9 -9
- package/lib/components/collapse/collapse-item.vue.d.ts +1 -1
- package/lib/components/color-picker/index.d.ts +12 -12
- package/lib/components/date-picker/date-picker.d.ts +6 -6
- package/lib/components/date-picker/index.d.ts +12 -12
- package/lib/components/date-picker/props/date-picker.d.ts +2 -2
- package/lib/components/divider/index.d.ts +3 -3
- package/lib/components/dropdown/dropdown.vue.d.ts +2 -2
- package/lib/components/dropdown/index.d.ts +39 -39
- package/lib/components/form/index.d.ts +27 -27
- package/lib/components/input/index.d.ts +13 -13
- package/lib/components/input/input.vue.d.ts +4 -4
- package/lib/components/input-number/index.d.ts +4 -4
- package/lib/components/input-number/input-number.vue.d.ts +2 -2
- package/lib/components/input-tag/input-tag.d.ts +1 -1
- package/lib/components/input-tag/input-tag.vue.d.ts +9 -9
- package/lib/components/modal/index.d.ts +15 -15
- package/lib/components/modal/modal.vue.d.ts +1 -1
- package/lib/components/popconfirm/index.d.ts +15 -15
- package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/lib/components/popper/composables/use-content.d.ts +3 -3
- package/lib/components/radio/index.d.ts +60 -60
- package/lib/components/radio/radio.d.ts +1 -1
- package/lib/components/radio/radio.vue.d.ts +5 -5
- package/lib/components/search/index.d.ts +9 -9
- package/lib/components/search/search.vue.d.ts +2 -2
- package/lib/components/segmented/index.d.ts +6 -6
- package/lib/components/segmented/segmented.d.ts +1 -1
- package/lib/components/segmented/segmented.vue.d.ts +3 -3
- package/lib/components/select/index.d.ts +45 -45
- package/lib/components/select/select.vue.d.ts +45 -45
- package/lib/components/select/useSelect.d.ts +36 -36
- package/lib/components/slider/index.d.ts +2 -2
- package/lib/components/slider/slider.vue.d.ts +2 -2
- package/lib/components/space/index.d.ts +3 -3
- package/lib/components/space/space.d.ts +4 -4
- package/lib/components/steps/index.d.ts +3 -3
- package/lib/components/super-form/index.d.ts +3 -3
- package/lib/components/switch/index.d.ts +21 -21
- package/lib/components/switch/switch.vue.d.ts +3 -3
- package/lib/components/tabs/index.d.ts +4 -4
- package/lib/components/tabs/tabs.vue.d.ts +2 -2
- package/lib/components/time-picker/common/picker-range-trigger.vue.d.ts +2 -2
- package/lib/components/time-picker/common/picker.vue.d.ts +8 -8
- package/lib/components/time-picker/common/props.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +12 -12
- package/lib/components/time-picker/time-picker.d.ts +6 -6
- package/lib/components/time-select/time-select.vue.d.ts +1 -1
- package/lib/components/timeline/index.d.ts +6 -6
- package/lib/components/tooltip/index.d.ts +5 -5
- package/lib/components/tooltip/tooltip.vue.d.ts +2 -2
- package/lib/components/tree/tree-node.vue.d.ts +39 -39
- package/lib/components/upload/index.d.ts +18 -18
- package/lib/hooks/use-popper/index.d.ts +3 -3
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +5 -5
- package/theme-style/base.css +1 -1
- package/theme-style/dark/css-vars.css +1 -1
- package/theme-style/index.css +1 -1
- package/theme-style/src/dark/css-vars.scss +1 -0
- package/theme-style/src/var.scss +1 -0
- package/theme-style/vft-var.css +1 -1
- package/web-types.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@charset "UTF-8";:root{--vft-primary-color-rgb:33,150,243;--vft-success-color-rgb:62,175,124;--vft-warning-color-rgb:251,155,95;--vft-danger-color-rgb:242,109,109;--vft-error-color-rgb:242,109,109;--vft-info-color-rgb:144,147,153;--vft-color-white:#fff;--vft-color-black:#000;--vft-reverse-color-rgb:0,0,0;--vft-reverse-color:#000;--vft-font-size-extra-large:20px;--vft-font-size-large:18px;--vft-font-size-medium:16px;--vft-font-size-base:14px;--vft-font-size-small:13px;--vft-font-size-extra-small:12px;--vft-font-family:'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei','微软雅黑',Arial,sans-serif;--vft-font-weight-primary:500;--vft-font-line-height-primary:24px;--vft-z-index-normal:1;--vft-z-index-top:1000;--vft-z-index-popper:2000;--vft-z-index-backtop:3050;--vft-z-index-header-layout:100;--vft-border-radius-small:2px;--vft-border-radius-base:4px;--vft-border-radius-medium:10px;--vft-border-radius-large:15px;--vft-border-radius-round:20px;--vft-border-radius-circle:100%;--vft-transition-duration:0.3s;--vft-transition-duration-fast:0.2s;--vft-transition-function-ease-in-out-bezier:cubic-bezier(0.645, 0.045, 0.355, 1);--vft-transition-function-fast-bezier:cubic-bezier(0.23, 1, 0.32, 1);--vft-transition-all:all var(--vft-transition-duration) var(--vft-transition-function-ease-in-out-bezier);--vft-transition-fade:opacity var(--vft-transition-duration) var(--vft-transition-function-fast-bezier);--vft-transition-md-fade:transform var(--vft-transition-duration) var(--vft-transition-function-fast-bezier),opacity var(--vft-transition-duration) var(--vft-transition-function-fast-bezier);--vft-transition-fade-linear:opacity var(--vft-transition-duration-fast) linear;--vft-transition-border:border-color var(--vft-transition-duration-fast) var(--vft-transition-function-ease-in-out-bezier);--vft-transition-box-shadow:box-shadow var(--vft-transition-duration-fast) var(--vft-transition-function-ease-in-out-bezier);--vft-transition-color:color var(--vft-transition-duration-fast) var(--vft-transition-function-ease-in-out-bezier);--vft-transition-bg-color:background-color var(--vft-transition-duration-fast) var(--vft-transition-function-ease-in-out-bezier);--vft-component-size-large:40px;--vft-component-size:32px;--vft-component-size-small:24px;--vxe-ui-font-primary-color:var(--vft-primary-color)!important;--vxe-ui-font-primary-darken-color:var(
|
|
1
|
+
@charset "UTF-8";:root{--vft-primary-color-rgb:33,150,243;--vft-success-color-rgb:62,175,124;--vft-warning-color-rgb:251,155,95;--vft-danger-color-rgb:242,109,109;--vft-error-color-rgb:242,109,109;--vft-info-color-rgb:144,147,153;--vft-color-white:#fff;--vft-color-black:#000;--vft-color-rgb:255,255,255;--vft-reverse-color-rgb:0,0,0;--vft-reverse-color:#000;--vft-font-size-extra-large:20px;--vft-font-size-large:18px;--vft-font-size-medium:16px;--vft-font-size-base:14px;--vft-font-size-small:13px;--vft-font-size-extra-small:12px;--vft-font-family:'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei','微软雅黑',Arial,sans-serif;--vft-font-weight-primary:500;--vft-font-line-height-primary:24px;--vft-z-index-normal:1;--vft-z-index-top:1000;--vft-z-index-popper:2000;--vft-z-index-backtop:3050;--vft-z-index-header-layout:100;--vft-border-radius-small:2px;--vft-border-radius-base:4px;--vft-border-radius-medium:10px;--vft-border-radius-large:15px;--vft-border-radius-round:20px;--vft-border-radius-circle:100%;--vft-transition-duration:0.3s;--vft-transition-duration-fast:0.2s;--vft-transition-function-ease-in-out-bezier:cubic-bezier(0.645, 0.045, 0.355, 1);--vft-transition-function-fast-bezier:cubic-bezier(0.23, 1, 0.32, 1);--vft-transition-all:all var(--vft-transition-duration) var(--vft-transition-function-ease-in-out-bezier);--vft-transition-fade:opacity var(--vft-transition-duration) var(--vft-transition-function-fast-bezier);--vft-transition-md-fade:transform var(--vft-transition-duration) var(--vft-transition-function-fast-bezier),opacity var(--vft-transition-duration) var(--vft-transition-function-fast-bezier);--vft-transition-fade-linear:opacity var(--vft-transition-duration-fast) linear;--vft-transition-border:border-color var(--vft-transition-duration-fast) var(--vft-transition-function-ease-in-out-bezier);--vft-transition-box-shadow:box-shadow var(--vft-transition-duration-fast) var(--vft-transition-function-ease-in-out-bezier);--vft-transition-color:color var(--vft-transition-duration-fast) var(--vft-transition-function-ease-in-out-bezier);--vft-transition-bg-color:background-color var(--vft-transition-duration-fast) var(--vft-transition-function-ease-in-out-bezier);--vft-component-size-large:40px;--vft-component-size:32px;--vft-component-size-small:24px;--vxe-ui-font-primary-color:var(--vft-primary-color)!important;--vxe-ui-font-primary-darken-color:var(
|
|
2
2
|
--vft-primary-color-dark-2
|
|
3
3
|
)!important;--vxe-ui-font-primary-lighten-color:var(
|
|
4
4
|
--vft-primary-color-light-3
|
|
@@ -4,7 +4,7 @@ export declare const affixProps: {
|
|
|
4
4
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
5
5
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6
6
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
7
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom", unknown, "top", boolean>;
|
|
8
8
|
};
|
|
9
9
|
export type AffixProps = ExtractPropTypes<typeof affixProps>;
|
|
10
10
|
export declare const affixEmits: {
|
|
@@ -5,7 +5,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
5
5
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
6
6
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
7
7
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
8
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom", unknown, "top", boolean>;
|
|
9
9
|
}>, {
|
|
10
10
|
/** @description update affix status */
|
|
11
11
|
update: () => void;
|
|
@@ -21,7 +21,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
21
21
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
22
22
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
23
23
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
24
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
24
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom", unknown, "top", boolean>;
|
|
25
25
|
}>> & Readonly<{
|
|
26
26
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
27
27
|
onScroll?: ((args_0: {
|
|
@@ -30,7 +30,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
30
30
|
}) => any) | undefined;
|
|
31
31
|
}>, {
|
|
32
32
|
readonly target: string;
|
|
33
|
-
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
33
|
+
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom", unknown>;
|
|
34
34
|
readonly zIndex: number;
|
|
35
35
|
readonly offset: number;
|
|
36
36
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3,7 +3,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
3
3
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
4
4
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
5
5
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
6
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom", unknown, "top", boolean>;
|
|
7
7
|
}>> & Readonly<{
|
|
8
8
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
9
9
|
onScroll?: ((args_0: {
|
|
@@ -21,7 +21,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
21
21
|
}) => void;
|
|
22
22
|
}, import("vue").PublicProps, {
|
|
23
23
|
readonly target: string;
|
|
24
|
-
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
24
|
+
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom", unknown>;
|
|
25
25
|
readonly zIndex: number;
|
|
26
26
|
readonly offset: number;
|
|
27
27
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -35,7 +35,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
35
35
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
36
36
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
37
37
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
38
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
38
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom", unknown, "top", boolean>;
|
|
39
39
|
}>> & Readonly<{
|
|
40
40
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
41
41
|
onScroll?: ((args_0: {
|
|
@@ -47,7 +47,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
47
47
|
updateRoot: () => void;
|
|
48
48
|
}, {}, {}, {}, {
|
|
49
49
|
readonly target: string;
|
|
50
|
-
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
50
|
+
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom", unknown>;
|
|
51
51
|
readonly zIndex: number;
|
|
52
52
|
readonly offset: number;
|
|
53
53
|
}>;
|
|
@@ -58,7 +58,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
58
58
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
59
59
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
60
60
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
61
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
61
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom", unknown, "top", boolean>;
|
|
62
62
|
}>> & Readonly<{
|
|
63
63
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
64
64
|
onScroll?: ((args_0: {
|
|
@@ -76,7 +76,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
76
76
|
}) => void;
|
|
77
77
|
}, string, {
|
|
78
78
|
readonly target: string;
|
|
79
|
-
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
79
|
+
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom", unknown>;
|
|
80
80
|
readonly zIndex: number;
|
|
81
81
|
readonly offset: number;
|
|
82
82
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -42,12 +42,13 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
42
42
|
$data: {};
|
|
43
43
|
$props: Partial<{}> & Omit<{
|
|
44
44
|
readonly style?: string | false | import("vue").CSSProperties | StyleValue[] | null | undefined;
|
|
45
|
+
readonly disabled?: boolean | undefined;
|
|
45
46
|
readonly content?: string | undefined;
|
|
46
47
|
readonly zIndex?: number | undefined;
|
|
47
48
|
readonly offset?: number | undefined;
|
|
48
49
|
readonly transition?: string | undefined;
|
|
49
|
-
readonly onBlur?: Function | undefined;
|
|
50
50
|
readonly onClick?: Function | undefined;
|
|
51
|
+
readonly onBlur?: Function | undefined;
|
|
51
52
|
readonly onContextmenu?: Function | undefined;
|
|
52
53
|
readonly onFocus?: Function | undefined;
|
|
53
54
|
readonly onKeydown?: Function | undefined;
|
|
@@ -57,13 +58,13 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
57
58
|
readonly id?: string | undefined;
|
|
58
59
|
readonly ariaLabel?: string | undefined;
|
|
59
60
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
60
|
-
readonly disabled?: boolean | undefined;
|
|
61
61
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
62
62
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
63
63
|
readonly effect?: "light" | "dark" | undefined;
|
|
64
64
|
readonly visible?: boolean | null | undefined;
|
|
65
|
-
readonly
|
|
65
|
+
readonly teleported?: boolean | undefined;
|
|
66
66
|
readonly open?: boolean | undefined;
|
|
67
|
+
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
67
68
|
readonly arrowOffset?: number | undefined;
|
|
68
69
|
readonly gpuAcceleration?: boolean | undefined;
|
|
69
70
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -85,13 +86,12 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
85
86
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
86
87
|
readonly rawContent?: boolean | undefined;
|
|
87
88
|
readonly persistent?: boolean | undefined;
|
|
88
|
-
readonly teleported?: boolean | undefined;
|
|
89
89
|
readonly triggerKeys?: string[] | undefined;
|
|
90
90
|
readonly showArrow?: boolean | undefined;
|
|
91
91
|
readonly onClose?: ((...args: any[]) => any) | undefined;
|
|
92
|
+
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
92
93
|
readonly onHide?: ((...args: any[]) => any) | undefined;
|
|
93
94
|
readonly onShow?: ((...args: any[]) => any) | undefined;
|
|
94
|
-
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
95
95
|
readonly "onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
96
96
|
readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
97
97
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
@@ -107,7 +107,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
107
107
|
$root: import("vue").ComponentPublicInstance | null;
|
|
108
108
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
109
109
|
$host: Element | null;
|
|
110
|
-
$emit: ((event: "close", ...args: any[]) => void) & ((event: "
|
|
110
|
+
$emit: ((event: "close", ...args: any[]) => void) & ((event: "open", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "before-show", ...args: any[]) => void) & ((event: "before-hide", ...args: any[]) => void);
|
|
111
111
|
$el: any;
|
|
112
112
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
113
113
|
role: {
|
|
@@ -253,9 +253,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
253
253
|
};
|
|
254
254
|
}>> & Readonly<{
|
|
255
255
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
256
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
256
257
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
257
258
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
258
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
259
259
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
260
260
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
261
261
|
}>, {
|
|
@@ -268,9 +268,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
268
268
|
hide: (event?: Event) => void;
|
|
269
269
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
270
270
|
close: (...args: any[]) => void;
|
|
271
|
+
open: (...args: any[]) => void;
|
|
271
272
|
hide: (...args: any[]) => void;
|
|
272
273
|
show: (...args: any[]) => void;
|
|
273
|
-
open: (...args: any[]) => void;
|
|
274
274
|
"before-show": (...args: any[]) => void;
|
|
275
275
|
"before-hide": (...args: any[]) => void;
|
|
276
276
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -437,9 +437,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
437
437
|
};
|
|
438
438
|
}>> & Readonly<{
|
|
439
439
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
440
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
440
441
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
441
442
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
442
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
443
443
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
444
444
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
445
445
|
}>, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "isFocusInsideContent" | "popperRef"> & import("vue").ShallowUnwrapRef<{
|
|
@@ -460,12 +460,13 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
460
460
|
$data: {};
|
|
461
461
|
$props: Partial<{}> & Omit<{
|
|
462
462
|
readonly style?: string | false | import("vue").CSSProperties | StyleValue[] | null | undefined;
|
|
463
|
+
readonly disabled?: boolean | undefined;
|
|
463
464
|
readonly content?: string | undefined;
|
|
464
465
|
readonly zIndex?: number | undefined;
|
|
465
466
|
readonly offset?: number | undefined;
|
|
466
467
|
readonly transition?: string | undefined;
|
|
467
|
-
readonly onBlur?: Function | undefined;
|
|
468
468
|
readonly onClick?: Function | undefined;
|
|
469
|
+
readonly onBlur?: Function | undefined;
|
|
469
470
|
readonly onContextmenu?: Function | undefined;
|
|
470
471
|
readonly onFocus?: Function | undefined;
|
|
471
472
|
readonly onKeydown?: Function | undefined;
|
|
@@ -475,13 +476,13 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
475
476
|
readonly id?: string | undefined;
|
|
476
477
|
readonly ariaLabel?: string | undefined;
|
|
477
478
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
478
|
-
readonly disabled?: boolean | undefined;
|
|
479
479
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
480
480
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
481
481
|
readonly effect?: "light" | "dark" | undefined;
|
|
482
482
|
readonly visible?: boolean | null | undefined;
|
|
483
|
-
readonly
|
|
483
|
+
readonly teleported?: boolean | undefined;
|
|
484
484
|
readonly open?: boolean | undefined;
|
|
485
|
+
readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
|
|
485
486
|
readonly arrowOffset?: number | undefined;
|
|
486
487
|
readonly gpuAcceleration?: boolean | undefined;
|
|
487
488
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -503,13 +504,12 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
503
504
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
504
505
|
readonly rawContent?: boolean | undefined;
|
|
505
506
|
readonly persistent?: boolean | undefined;
|
|
506
|
-
readonly teleported?: boolean | undefined;
|
|
507
507
|
readonly triggerKeys?: string[] | undefined;
|
|
508
508
|
readonly showArrow?: boolean | undefined;
|
|
509
509
|
readonly onClose?: ((...args: any[]) => any) | undefined;
|
|
510
|
+
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
510
511
|
readonly onHide?: ((...args: any[]) => any) | undefined;
|
|
511
512
|
readonly onShow?: ((...args: any[]) => any) | undefined;
|
|
512
|
-
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
513
513
|
readonly "onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
514
514
|
readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
515
515
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
@@ -525,7 +525,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
525
525
|
$root: import("vue").ComponentPublicInstance | null;
|
|
526
526
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
527
527
|
$host: Element | null;
|
|
528
|
-
$emit: ((event: "close", ...args: any[]) => void) & ((event: "
|
|
528
|
+
$emit: ((event: "close", ...args: any[]) => void) & ((event: "open", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "before-show", ...args: any[]) => void) & ((event: "before-hide", ...args: any[]) => void);
|
|
529
529
|
$el: any;
|
|
530
530
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
531
531
|
role: {
|
|
@@ -671,9 +671,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
671
671
|
};
|
|
672
672
|
}>> & Readonly<{
|
|
673
673
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
674
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
674
675
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
675
676
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
676
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
677
677
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
678
678
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
679
679
|
}>, {
|
|
@@ -686,9 +686,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
686
686
|
hide: (event?: Event) => void;
|
|
687
687
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
688
688
|
close: (...args: any[]) => void;
|
|
689
|
+
open: (...args: any[]) => void;
|
|
689
690
|
hide: (...args: any[]) => void;
|
|
690
691
|
show: (...args: any[]) => void;
|
|
691
|
-
open: (...args: any[]) => void;
|
|
692
692
|
"before-show": (...args: any[]) => void;
|
|
693
693
|
"before-hide": (...args: any[]) => void;
|
|
694
694
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -855,9 +855,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
855
855
|
};
|
|
856
856
|
}>> & Readonly<{
|
|
857
857
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
858
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
858
859
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
859
860
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
860
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
861
861
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
862
862
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
863
863
|
}>, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "isFocusInsideContent" | "popperRef"> & import("vue").ShallowUnwrapRef<{
|
|
@@ -889,19 +889,19 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
889
889
|
/** @description highlight an item in a suggestion */
|
|
890
890
|
highlight: (index: number) => void;
|
|
891
891
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
892
|
-
"update:modelValue": (value: string) => void;
|
|
893
|
-
change: (value: string) => void;
|
|
894
892
|
input: (value: string) => void;
|
|
895
893
|
select: (item: Record<string, any>) => void;
|
|
896
894
|
clear: () => void;
|
|
895
|
+
"update:modelValue": (value: string) => void;
|
|
896
|
+
change: (value: string) => void;
|
|
897
897
|
blur: (evt: FocusEvent) => void;
|
|
898
898
|
focus: (evt: FocusEvent) => void;
|
|
899
899
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AutocompleteProps>>> & Readonly<{
|
|
900
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
901
|
-
onChange?: ((value: string) => any) | undefined;
|
|
902
900
|
onInput?: ((value: string) => any) | undefined;
|
|
903
901
|
onSelect?: ((item: Record<string, any>) => any) | undefined;
|
|
904
902
|
onClear?: (() => any) | undefined;
|
|
903
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
904
|
+
onChange?: ((value: string) => any) | undefined;
|
|
905
905
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
906
906
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
907
907
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|