vft 0.0.290 → 0.0.293
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 +4 -4
- package/es/components/autocomplete/index.d.ts +12 -12
- package/es/components/avatar/index.d.ts +3 -3
- package/es/components/button/index.d.ts +18 -18
- package/es/components/cascader/cascader.d.ts +2 -2
- package/es/components/cascader/cascader.vue.d.ts +6 -6
- package/es/components/checkbox/index.d.ts +36 -36
- 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 +6 -6
- 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 +1 -1
- package/es/components/focus-trap/utils.d.ts +1 -1
- package/es/components/form/form-item.vue.d.ts +1 -1
- package/es/components/form/index.d.ts +39 -39
- package/es/components/input/index.d.ts +3 -3
- package/es/components/input-number/index.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 +3 -3
- package/es/components/md-code-demo/index.d.ts +1 -1
- package/es/components/md-code-demo/md-code-demo.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 +42 -42
- package/es/components/radio/radio.d.ts +1 -1
- package/es/components/radio/radio.vue.d.ts +5 -5
- package/es/components/roving-focus-group/roving-focus-group-impl.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 +9 -9
- package/es/components/select/select.vue.d.ts +9 -9
- package/es/components/select/useSelect.d.ts +8 -8
- package/es/components/side-menu/index.d.ts +6 -0
- package/es/components/side-menu/side-menu.vue.d.ts +4 -0
- package/es/components/side-menu/use-drag-line.js +37 -28
- package/es/components/space/index.d.ts +3 -3
- package/es/components/space/space.d.ts +4 -4
- package/es/components/super-form/index.d.ts +9 -0
- package/es/components/super-form/super-form-item.vue2.js +87 -87
- package/es/components/super-form/super-form.vue2.js +19 -18
- package/es/components/super-form/types.d.ts +60 -1
- package/es/components/switch/index.d.ts +13 -13
- package/es/components/switch/switch.vue.d.ts +1 -1
- package/es/components/table/index.d.ts +6 -0
- package/es/components/table/table.vue.d.ts +3 -0
- package/es/components/table/table.vue2.js +23 -21
- package/es/components/table/types.d.ts +47 -1
- package/es/components/tabs/index.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 +6 -6
- 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/tree/tree-node.vue.d.ts +27 -27
- package/es/components/upload/index.d.ts +9 -9
- 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/es/utils/ns-cover.d.ts +1 -1
- package/es/utils/ns-cover.js +26 -25
- 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 +4 -4
- package/lib/components/autocomplete/index.d.ts +12 -12
- package/lib/components/avatar/index.d.ts +3 -3
- package/lib/components/button/index.d.ts +18 -18
- package/lib/components/cascader/cascader.d.ts +2 -2
- package/lib/components/cascader/cascader.vue.d.ts +6 -6
- package/lib/components/checkbox/index.d.ts +36 -36
- 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 +6 -6
- 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 +1 -1
- package/lib/components/focus-trap/utils.d.ts +1 -1
- package/lib/components/form/form-item.vue.d.ts +1 -1
- package/lib/components/form/index.d.ts +39 -39
- package/lib/components/input/index.d.ts +3 -3
- package/lib/components/input-number/index.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 +3 -3
- package/lib/components/md-code-demo/index.d.ts +1 -1
- package/lib/components/md-code-demo/md-code-demo.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 +42 -42
- package/lib/components/radio/radio.d.ts +1 -1
- package/lib/components/radio/radio.vue.d.ts +5 -5
- package/lib/components/roving-focus-group/roving-focus-group-impl.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 +9 -9
- package/lib/components/select/select.vue.d.ts +9 -9
- package/lib/components/select/useSelect.d.ts +8 -8
- package/lib/components/side-menu/index.d.ts +6 -0
- package/lib/components/side-menu/side-menu.vue.d.ts +4 -0
- package/lib/components/side-menu/use-drag-line.cjs +1 -1
- package/lib/components/space/index.d.ts +3 -3
- package/lib/components/space/space.d.ts +4 -4
- package/lib/components/super-form/index.d.ts +9 -0
- package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
- package/lib/components/super-form/super-form.vue2.cjs +1 -1
- package/lib/components/super-form/types.d.ts +60 -1
- package/lib/components/switch/index.d.ts +13 -13
- package/lib/components/switch/switch.vue.d.ts +1 -1
- package/lib/components/table/index.d.ts +6 -0
- package/lib/components/table/table.vue.d.ts +3 -0
- package/lib/components/table/table.vue2.cjs +1 -1
- package/lib/components/table/types.d.ts +47 -1
- package/lib/components/tabs/index.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 +6 -6
- 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/tree/tree-node.vue.d.ts +27 -27
- package/lib/components/upload/index.d.ts +9 -9
- 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/lib/utils/ns-cover.cjs +1 -1
- package/lib/utils/ns-cover.d.ts +1 -1
- package/package.json +5 -5
- package/theme-style/index.css +1 -1
- package/theme-style/src/table.scss +1 -1
- package/theme-style/vft-table.css +1 -1
- package/web-types.json +1 -1
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
20
20
|
tabindex: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
21
21
|
validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
22
22
|
unlinkPanels: BooleanConstructor;
|
|
23
|
-
placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
23
|
+
placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | (((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement)) | null)[], import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
24
24
|
fallbackPlacements: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[]) | (((new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
25
25
|
emptyValues: ArrayConstructor;
|
|
26
26
|
valueOnClear: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
@@ -68,7 +68,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
68
68
|
editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
69
69
|
prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, "", boolean>;
|
|
70
70
|
size: {
|
|
71
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
71
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
72
72
|
readonly required: false;
|
|
73
73
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
74
74
|
__epPropKey: true;
|
|
@@ -115,7 +115,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
115
115
|
tabindex: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
116
116
|
validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
117
117
|
unlinkPanels: BooleanConstructor;
|
|
118
|
-
placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
118
|
+
placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | (((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement)) | null)[], import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
119
119
|
fallbackPlacements: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[]) | (((new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
120
120
|
emptyValues: ArrayConstructor;
|
|
121
121
|
valueOnClear: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
@@ -163,7 +163,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
163
163
|
editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
164
164
|
prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, "", boolean>;
|
|
165
165
|
size: {
|
|
166
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
166
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
167
167
|
readonly required: false;
|
|
168
168
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
169
169
|
__epPropKey: true;
|
|
@@ -191,10 +191,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
191
191
|
}>> & Readonly<{
|
|
192
192
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
193
193
|
}>, {
|
|
194
|
-
type: string;
|
|
195
194
|
disabled: boolean;
|
|
195
|
+
type: string;
|
|
196
196
|
modelValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | (((new (...args: any[]) => string | number | string[] | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType)) | null)[], unknown, unknown>;
|
|
197
|
-
placement: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
197
|
+
placement: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | (((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement)) | null)[], import("@popperjs/core").Placement, unknown>;
|
|
198
198
|
tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
199
199
|
readonly: boolean;
|
|
200
200
|
placeholder: string;
|
|
@@ -76,9 +76,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
76
76
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
77
77
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
78
78
|
}>, {
|
|
79
|
+
readonly disabled: boolean;
|
|
79
80
|
readonly start: string;
|
|
80
81
|
readonly end: string;
|
|
81
|
-
readonly disabled: boolean;
|
|
82
82
|
readonly effect: string;
|
|
83
83
|
readonly format: string;
|
|
84
84
|
readonly clearable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -11,7 +11,7 @@ export declare const VftTimeline: import("vft/es/utils").SFCWithInstall<import("
|
|
|
11
11
|
type: import("vue").PropType<boolean>;
|
|
12
12
|
};
|
|
13
13
|
placement: {
|
|
14
|
-
type: import("vue").PropType<"
|
|
14
|
+
type: import("vue").PropType<"top" | "bottom">;
|
|
15
15
|
};
|
|
16
16
|
type: {
|
|
17
17
|
type: import("vue").PropType<"success" | "warning" | "info" | "danger" | "primary">;
|
|
@@ -46,7 +46,7 @@ export declare const VftTimeline: import("vft/es/utils").SFCWithInstall<import("
|
|
|
46
46
|
type: import("vue").PropType<boolean>;
|
|
47
47
|
};
|
|
48
48
|
placement: {
|
|
49
|
-
type: import("vue").PropType<"
|
|
49
|
+
type: import("vue").PropType<"top" | "bottom">;
|
|
50
50
|
};
|
|
51
51
|
type: {
|
|
52
52
|
type: import("vue").PropType<"success" | "warning" | "info" | "danger" | "primary">;
|
|
@@ -78,7 +78,7 @@ export declare const VftTimeline: import("vft/es/utils").SFCWithInstall<import("
|
|
|
78
78
|
type: import("vue").PropType<boolean>;
|
|
79
79
|
};
|
|
80
80
|
placement: {
|
|
81
|
-
type: import("vue").PropType<"
|
|
81
|
+
type: import("vue").PropType<"top" | "bottom">;
|
|
82
82
|
};
|
|
83
83
|
type: {
|
|
84
84
|
type: import("vue").PropType<"success" | "warning" | "info" | "danger" | "primary">;
|
|
@@ -114,7 +114,7 @@ export declare const VftTimelineItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
114
114
|
type: import("vue").PropType<boolean>;
|
|
115
115
|
};
|
|
116
116
|
placement: {
|
|
117
|
-
type: import("vue").PropType<"
|
|
117
|
+
type: import("vue").PropType<"top" | "bottom">;
|
|
118
118
|
};
|
|
119
119
|
type: {
|
|
120
120
|
type: import("vue").PropType<"success" | "warning" | "info" | "danger" | "primary">;
|
|
@@ -149,7 +149,7 @@ export declare const VftTimelineItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
149
149
|
type: import("vue").PropType<boolean>;
|
|
150
150
|
};
|
|
151
151
|
placement: {
|
|
152
|
-
type: import("vue").PropType<"
|
|
152
|
+
type: import("vue").PropType<"top" | "bottom">;
|
|
153
153
|
};
|
|
154
154
|
type: {
|
|
155
155
|
type: import("vue").PropType<"success" | "warning" | "info" | "danger" | "primary">;
|
|
@@ -181,7 +181,7 @@ export declare const VftTimelineItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
181
181
|
type: import("vue").PropType<boolean>;
|
|
182
182
|
};
|
|
183
183
|
placement: {
|
|
184
|
-
type: import("vue").PropType<"
|
|
184
|
+
type: import("vue").PropType<"top" | "bottom">;
|
|
185
185
|
};
|
|
186
186
|
type: {
|
|
187
187
|
type: import("vue").PropType<"success" | "warning" | "info" | "danger" | "primary">;
|
|
@@ -99,12 +99,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
99
99
|
})>;
|
|
100
100
|
TreeCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
101
101
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
102
|
-
value: {
|
|
103
|
-
type: import("vue").PropType<string | number | boolean | object>;
|
|
104
|
-
};
|
|
105
102
|
label: {
|
|
106
103
|
type: import("vue").PropType<string | number>;
|
|
107
104
|
};
|
|
105
|
+
disabled: {
|
|
106
|
+
type: import("vue").PropType<boolean>;
|
|
107
|
+
};
|
|
108
|
+
value: {
|
|
109
|
+
type: import("vue").PropType<string | number | boolean | object>;
|
|
110
|
+
};
|
|
108
111
|
border: {
|
|
109
112
|
type: import("vue").PropType<boolean>;
|
|
110
113
|
};
|
|
@@ -114,9 +117,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
114
117
|
id: {
|
|
115
118
|
type: import("vue").PropType<string>;
|
|
116
119
|
};
|
|
117
|
-
disabled: {
|
|
118
|
-
type: import("vue").PropType<boolean>;
|
|
119
|
-
};
|
|
120
120
|
size: {
|
|
121
121
|
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
122
122
|
};
|
|
@@ -161,12 +161,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
161
161
|
M: {};
|
|
162
162
|
Defaults: {};
|
|
163
163
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
164
|
-
value: {
|
|
165
|
-
type: import("vue").PropType<string | number | boolean | object>;
|
|
166
|
-
};
|
|
167
164
|
label: {
|
|
168
165
|
type: import("vue").PropType<string | number>;
|
|
169
166
|
};
|
|
167
|
+
disabled: {
|
|
168
|
+
type: import("vue").PropType<boolean>;
|
|
169
|
+
};
|
|
170
|
+
value: {
|
|
171
|
+
type: import("vue").PropType<string | number | boolean | object>;
|
|
172
|
+
};
|
|
170
173
|
border: {
|
|
171
174
|
type: import("vue").PropType<boolean>;
|
|
172
175
|
};
|
|
@@ -176,9 +179,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
176
179
|
id: {
|
|
177
180
|
type: import("vue").PropType<string>;
|
|
178
181
|
};
|
|
179
|
-
disabled: {
|
|
180
|
-
type: import("vue").PropType<boolean>;
|
|
181
|
-
};
|
|
182
182
|
size: {
|
|
183
183
|
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
184
184
|
};
|
|
@@ -217,12 +217,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
217
217
|
__isTeleport?: never;
|
|
218
218
|
__isSuspense?: never;
|
|
219
219
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
220
|
-
value: {
|
|
221
|
-
type: import("vue").PropType<string | number | boolean | object>;
|
|
222
|
-
};
|
|
223
220
|
label: {
|
|
224
221
|
type: import("vue").PropType<string | number>;
|
|
225
222
|
};
|
|
223
|
+
disabled: {
|
|
224
|
+
type: import("vue").PropType<boolean>;
|
|
225
|
+
};
|
|
226
|
+
value: {
|
|
227
|
+
type: import("vue").PropType<string | number | boolean | object>;
|
|
228
|
+
};
|
|
226
229
|
border: {
|
|
227
230
|
type: import("vue").PropType<boolean>;
|
|
228
231
|
};
|
|
@@ -232,9 +235,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
232
235
|
id: {
|
|
233
236
|
type: import("vue").PropType<string>;
|
|
234
237
|
};
|
|
235
|
-
disabled: {
|
|
236
|
-
type: import("vue").PropType<boolean>;
|
|
237
|
-
};
|
|
238
238
|
size: {
|
|
239
239
|
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
240
240
|
};
|
|
@@ -448,15 +448,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
448
448
|
});
|
|
449
449
|
CheckboxGroup: {
|
|
450
450
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
451
|
-
fill: {
|
|
452
|
-
type: import("vue").PropType<string>;
|
|
453
|
-
};
|
|
454
451
|
label: {
|
|
455
452
|
type: import("vue").PropType<string>;
|
|
456
453
|
};
|
|
457
454
|
disabled: {
|
|
458
455
|
type: import("vue").PropType<boolean>;
|
|
459
456
|
};
|
|
457
|
+
fill: {
|
|
458
|
+
type: import("vue").PropType<string>;
|
|
459
|
+
};
|
|
460
460
|
size: {
|
|
461
461
|
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
462
462
|
};
|
|
@@ -505,15 +505,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
505
505
|
M: {};
|
|
506
506
|
Defaults: {};
|
|
507
507
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
508
|
-
fill: {
|
|
509
|
-
type: import("vue").PropType<string>;
|
|
510
|
-
};
|
|
511
508
|
label: {
|
|
512
509
|
type: import("vue").PropType<string>;
|
|
513
510
|
};
|
|
514
511
|
disabled: {
|
|
515
512
|
type: import("vue").PropType<boolean>;
|
|
516
513
|
};
|
|
514
|
+
fill: {
|
|
515
|
+
type: import("vue").PropType<string>;
|
|
516
|
+
};
|
|
517
517
|
size: {
|
|
518
518
|
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
519
519
|
};
|
|
@@ -556,15 +556,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
556
556
|
__isTeleport?: never;
|
|
557
557
|
__isSuspense?: never;
|
|
558
558
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
559
|
-
fill: {
|
|
560
|
-
type: import("vue").PropType<string>;
|
|
561
|
-
};
|
|
562
559
|
label: {
|
|
563
560
|
type: import("vue").PropType<string>;
|
|
564
561
|
};
|
|
565
562
|
disabled: {
|
|
566
563
|
type: import("vue").PropType<boolean>;
|
|
567
564
|
};
|
|
565
|
+
fill: {
|
|
566
|
+
type: import("vue").PropType<string>;
|
|
567
|
+
};
|
|
568
568
|
size: {
|
|
569
569
|
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
570
570
|
};
|
|
@@ -3,6 +3,9 @@ export declare const VftUpload: import("vft/es/utils").SFCWithInstall<{
|
|
|
3
3
|
data: {
|
|
4
4
|
type: import("vue").PropType<Record<string, any>>;
|
|
5
5
|
};
|
|
6
|
+
disabled: {
|
|
7
|
+
type: import("vue").PropType<boolean>;
|
|
8
|
+
};
|
|
6
9
|
drag: {
|
|
7
10
|
type: import("vue").PropType<boolean>;
|
|
8
11
|
default: boolean;
|
|
@@ -24,9 +27,6 @@ export declare const VftUpload: import("vft/es/utils").SFCWithInstall<{
|
|
|
24
27
|
type: import("vue").PropType<string>;
|
|
25
28
|
default: string;
|
|
26
29
|
};
|
|
27
|
-
disabled: {
|
|
28
|
-
type: import("vue").PropType<boolean>;
|
|
29
|
-
};
|
|
30
30
|
method: {
|
|
31
31
|
type: import("vue").PropType<string>;
|
|
32
32
|
default: string;
|
|
@@ -163,6 +163,9 @@ export declare const VftUpload: import("vft/es/utils").SFCWithInstall<{
|
|
|
163
163
|
data: {
|
|
164
164
|
type: import("vue").PropType<Record<string, any>>;
|
|
165
165
|
};
|
|
166
|
+
disabled: {
|
|
167
|
+
type: import("vue").PropType<boolean>;
|
|
168
|
+
};
|
|
166
169
|
drag: {
|
|
167
170
|
type: import("vue").PropType<boolean>;
|
|
168
171
|
default: boolean;
|
|
@@ -184,9 +187,6 @@ export declare const VftUpload: import("vft/es/utils").SFCWithInstall<{
|
|
|
184
187
|
type: import("vue").PropType<string>;
|
|
185
188
|
default: string;
|
|
186
189
|
};
|
|
187
|
-
disabled: {
|
|
188
|
-
type: import("vue").PropType<boolean>;
|
|
189
|
-
};
|
|
190
190
|
method: {
|
|
191
191
|
type: import("vue").PropType<string>;
|
|
192
192
|
default: string;
|
|
@@ -320,6 +320,9 @@ export declare const VftUpload: import("vft/es/utils").SFCWithInstall<{
|
|
|
320
320
|
data: {
|
|
321
321
|
type: import("vue").PropType<Record<string, any>>;
|
|
322
322
|
};
|
|
323
|
+
disabled: {
|
|
324
|
+
type: import("vue").PropType<boolean>;
|
|
325
|
+
};
|
|
323
326
|
drag: {
|
|
324
327
|
type: import("vue").PropType<boolean>;
|
|
325
328
|
default: boolean;
|
|
@@ -341,9 +344,6 @@ export declare const VftUpload: import("vft/es/utils").SFCWithInstall<{
|
|
|
341
344
|
type: import("vue").PropType<string>;
|
|
342
345
|
default: string;
|
|
343
346
|
};
|
|
344
|
-
disabled: {
|
|
345
|
-
type: import("vue").PropType<boolean>;
|
|
346
|
-
};
|
|
347
347
|
method: {
|
|
348
348
|
type: import("vue").PropType<string>;
|
|
349
349
|
default: string;
|
|
@@ -41,11 +41,11 @@ export declare const usePopper: (referenceElementRef: Ref<ReferenceElement>, pop
|
|
|
41
41
|
popperEscapeOffsets: import("@popperjs/core").SideObject;
|
|
42
42
|
};
|
|
43
43
|
offset?: {
|
|
44
|
-
|
|
44
|
+
top?: import("@popperjs/core").Offsets | undefined;
|
|
45
|
+
bottom?: import("@popperjs/core").Offsets | undefined;
|
|
45
46
|
left?: import("@popperjs/core").Offsets | undefined;
|
|
46
47
|
right?: import("@popperjs/core").Offsets | undefined;
|
|
47
|
-
|
|
48
|
-
top?: import("@popperjs/core").Offsets | undefined;
|
|
48
|
+
auto?: import("@popperjs/core").Offsets | undefined;
|
|
49
49
|
"auto-start"?: import("@popperjs/core").Offsets | undefined;
|
|
50
50
|
"auto-end"?: import("@popperjs/core").Offsets | undefined;
|
|
51
51
|
"top-start"?: import("@popperjs/core").Offsets | undefined;
|
package/es/package.json.d.ts
CHANGED
package/es/package.json.js
CHANGED
package/es/utils/ns-cover.d.ts
CHANGED
|
@@ -13,4 +13,4 @@ export declare function generateCssVars(vars: Record<string, string | number | u
|
|
|
13
13
|
* @param target
|
|
14
14
|
*/
|
|
15
15
|
export declare function setCssVar(styleName: Record<string, any> | string, value?: string | number, name?: string, target?: HTMLElement | Ref<HTMLElement>): void;
|
|
16
|
-
export declare function setPrimaryColorCssvars(primaryColor:
|
|
16
|
+
export declare function setPrimaryColorCssvars(primaryColor: string, isDark?: boolean): void;
|
package/es/utils/ns-cover.js
CHANGED
|
@@ -1,34 +1,35 @@
|
|
|
1
1
|
import { useGlobalConfig as u } from "../components/config-provider/hooks/use-global-config.js";
|
|
2
|
-
import { generateCssVars as
|
|
3
|
-
import { isClient as
|
|
4
|
-
import { unref as
|
|
5
|
-
const
|
|
6
|
-
if (
|
|
7
|
-
return m(e,
|
|
8
|
-
},
|
|
9
|
-
function b(e,
|
|
10
|
-
return
|
|
2
|
+
import { generateCssVars as f, cssVarValue as m, isObject as g, setStyle as l, getRgbCount as V, mixColor as n, hexToRGB as d } from "@vft/utils";
|
|
3
|
+
import { isClient as c } from "@vueuse/core";
|
|
4
|
+
import { unref as o, ref as h } from "vue";
|
|
5
|
+
const r = u("namespace"), C = (e, t = document.documentElement, s = !0) => {
|
|
6
|
+
if (c)
|
|
7
|
+
return m(e, t, o(r), s);
|
|
8
|
+
}, v = () => c ? C("primary-color") : h("");
|
|
9
|
+
function b(e, t) {
|
|
10
|
+
return f(e, t, o(r));
|
|
11
11
|
}
|
|
12
|
-
function G(e,
|
|
13
|
-
let
|
|
14
|
-
g(e) ?
|
|
15
|
-
[e]:
|
|
16
|
-
},
|
|
12
|
+
function G(e, t, s = "", i = document.documentElement) {
|
|
13
|
+
let a;
|
|
14
|
+
g(e) ? a = e : a = {
|
|
15
|
+
[e]: t
|
|
16
|
+
}, l(b(a, s), "", i, !1);
|
|
17
17
|
}
|
|
18
|
-
function R(e) {
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
function R(e, t = !1) {
|
|
19
|
+
const s = t ? "#000" : "#fff";
|
|
20
|
+
l(
|
|
21
|
+
f(
|
|
21
22
|
{
|
|
22
|
-
"light-3":
|
|
23
|
-
"light-5":
|
|
24
|
-
"light-7":
|
|
25
|
-
"light-8":
|
|
26
|
-
"light-9":
|
|
27
|
-
"dark-2":
|
|
23
|
+
"light-3": n(e, s, 0.7, !1),
|
|
24
|
+
"light-5": n(e, s, 0.5, !1),
|
|
25
|
+
"light-7": n(e, s, 0.3, !1),
|
|
26
|
+
"light-8": n(e, s, 0.2, !1),
|
|
27
|
+
"light-9": n(e, s, 0.1, !1),
|
|
28
|
+
"dark-2": n(e, s, 0.8, !1),
|
|
28
29
|
rgb: V(d(e)).join(",")
|
|
29
30
|
},
|
|
30
31
|
"primary-color",
|
|
31
|
-
|
|
32
|
+
o(r)
|
|
32
33
|
),
|
|
33
34
|
"",
|
|
34
35
|
document.documentElement,
|
|
@@ -38,7 +39,7 @@ function R(e) {
|
|
|
38
39
|
export {
|
|
39
40
|
C as cssVarValue,
|
|
40
41
|
b as generateCssVars,
|
|
41
|
-
|
|
42
|
+
v as primaryColor,
|
|
42
43
|
G as setCssVar,
|
|
43
44
|
R as setPrimaryColorCssvars
|
|
44
45
|
};
|
|
@@ -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
|
change: (fixed: boolean) => 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
|
change: (fixed: boolean) => 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,7 +58,6 @@ 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;
|
|
@@ -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,7 +476,6 @@ 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;
|