hzzt-plus 1.0.3 → 1.0.4
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/dist/index.full.js +2901 -247
- package/dist/index.full.min.js +20 -14
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +23 -17
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +2900 -249
- package/es/component.mjs +3 -1
- package/es/component.mjs.map +1 -1
- package/es/components/cascader/index.d.ts +5 -0
- package/es/components/cascader/index.mjs +9 -0
- package/es/components/cascader/index.mjs.map +1 -0
- package/es/components/cascader/src/cascader.d.ts +35 -0
- package/es/components/cascader/src/cascader.mjs +42 -0
- package/es/components/cascader/src/cascader.mjs.map +1 -0
- package/es/components/cascader/src/cascader.vue.d.ts +2293 -0
- package/es/components/cascader/src/cascader2.mjs +128 -0
- package/es/components/cascader/src/cascader2.mjs.map +1 -0
- package/es/components/cascader/src/hooks/utils.d.ts +2 -0
- package/es/components/cascader/src/hooks/utils.mjs +26 -0
- package/es/components/cascader/src/hooks/utils.mjs.map +1 -0
- package/es/components/cascader/style/css.d.ts +2 -0
- package/es/components/cascader/style/css.mjs +3 -0
- package/es/components/cascader/style/css.mjs.map +1 -0
- package/es/components/cascader/style/index.d.ts +2 -0
- package/es/components/cascader/style/index.mjs +3 -0
- package/es/components/cascader/style/index.mjs.map +1 -0
- package/es/components/confirm-password/index.d.ts +1 -1
- package/es/components/confirm-password/src/confirm-password.vue.d.ts +1 -1
- package/es/components/dropdown/index.d.ts +1 -1
- package/es/components/dropdown/src/index.vue.d.ts +1 -1
- package/es/components/index.d.ts +1 -0
- package/es/components/index.mjs +3 -1
- package/es/components/index.mjs.map +1 -1
- package/es/components/input-range/src/input-range.vue.d.ts +1 -1
- package/es/components/input-range/src/input-range2.mjs +1 -1
- package/es/components/input-range/src/input-range2.mjs.map +1 -1
- package/es/components/page-size/index.d.ts +54 -54
- package/es/components/page-size/src/index.vue.d.ts +54 -54
- package/es/components/quarter-picker/index.d.ts +16 -16
- package/es/components/quarter-picker/src/index.vue.d.ts +16 -16
- package/es/components/scan/index.mjs +2 -2
- package/es/components/scan/src/scan.mjs +144 -23
- package/es/components/scan/src/scan.mjs.map +1 -1
- package/es/components/scan/src/scan.vue.d.ts +2 -2
- package/es/components/scan/src/scan2.mjs +23 -144
- package/es/components/scan/src/scan2.mjs.map +1 -1
- package/es/components/select-input/index.d.ts +11 -11
- package/es/components/select-input/src/select-input.vue.d.ts +11 -11
- package/es/components/select-textarea/src/select-textarea.vue.d.ts +32 -32
- package/es/components/select-textarea/src/select-textarea2.mjs +1 -0
- package/es/components/select-textarea/src/select-textarea2.mjs.map +1 -1
- package/es/components/tooltip/index.d.ts +14 -14
- package/es/components/tooltip/src/tooltip.vue.d.ts +14 -14
- package/es/index.mjs +3 -1
- package/es/index.mjs.map +1 -1
- package/global.d.ts +1 -0
- package/lib/component.js +3 -1
- package/lib/component.js.map +1 -1
- package/lib/components/cascader/index.d.ts +5 -0
- package/lib/components/cascader/index.js +16 -0
- package/lib/components/cascader/index.js.map +1 -0
- package/lib/components/cascader/src/cascader.d.ts +35 -0
- package/lib/components/cascader/src/cascader.js +47 -0
- package/lib/components/cascader/src/cascader.js.map +1 -0
- package/lib/components/cascader/src/cascader.vue.d.ts +2293 -0
- package/lib/components/cascader/src/cascader2.js +132 -0
- package/lib/components/cascader/src/cascader2.js.map +1 -0
- package/lib/components/cascader/src/hooks/utils.d.ts +2 -0
- package/lib/components/cascader/src/hooks/utils.js +30 -0
- package/lib/components/cascader/src/hooks/utils.js.map +1 -0
- package/lib/components/cascader/style/css.d.ts +2 -0
- package/lib/components/cascader/style/css.js +6 -0
- package/lib/components/cascader/style/css.js.map +1 -0
- package/lib/components/cascader/style/index.d.ts +2 -0
- package/lib/components/cascader/style/index.js +6 -0
- package/lib/components/cascader/style/index.js.map +1 -0
- package/lib/components/confirm-password/index.d.ts +1 -1
- package/lib/components/confirm-password/src/confirm-password.vue.d.ts +1 -1
- package/lib/components/dropdown/index.d.ts +1 -1
- package/lib/components/dropdown/src/index.vue.d.ts +1 -1
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.js +6 -1
- package/lib/components/index.js.map +1 -1
- package/lib/components/input-range/src/input-range.vue.d.ts +1 -1
- package/lib/components/input-range/src/input-range2.js +1 -1
- package/lib/components/input-range/src/input-range2.js.map +1 -1
- package/lib/components/page-size/index.d.ts +54 -54
- package/lib/components/page-size/src/index.vue.d.ts +54 -54
- package/lib/components/quarter-picker/index.d.ts +16 -16
- package/lib/components/quarter-picker/src/index.vue.d.ts +16 -16
- package/lib/components/scan/index.js +2 -2
- package/lib/components/scan/src/scan.js +144 -24
- package/lib/components/scan/src/scan.js.map +1 -1
- package/lib/components/scan/src/scan.vue.d.ts +2 -2
- package/lib/components/scan/src/scan2.js +24 -144
- package/lib/components/scan/src/scan2.js.map +1 -1
- package/lib/components/select-input/index.d.ts +11 -11
- package/lib/components/select-input/src/select-input.vue.d.ts +11 -11
- package/lib/components/select-textarea/src/select-textarea.vue.d.ts +32 -32
- package/lib/components/select-textarea/src/select-textarea2.js +1 -0
- package/lib/components/select-textarea/src/select-textarea2.js.map +1 -1
- package/lib/components/tooltip/index.d.ts +14 -14
- package/lib/components/tooltip/src/tooltip.vue.d.ts +14 -14
- package/lib/index.js +36 -31
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/tags.json +1 -1
- package/theme/hzzt-cascader.css +1 -0
- package/theme/index.css +1 -1
- package/theme/src/cascader.scss +28 -0
- package/theme/src/index.scss +1 -0
- package/web-types.json +1 -1
|
@@ -204,7 +204,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
204
204
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
205
205
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
206
206
|
onClear?: (() => any) | undefined;
|
|
207
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "
|
|
207
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "readonly" | "clearable" | "modelValue" | "id" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "validateEvent" | "inputStyle" | "autofocus" | "rows">;
|
|
208
208
|
$attrs: {
|
|
209
209
|
[x: string]: unknown;
|
|
210
210
|
};
|
|
@@ -707,18 +707,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
707
707
|
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
708
708
|
readonly offset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
709
709
|
readonly showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
710
|
-
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
710
|
+
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], import("element-plus").Placement, unknown, "bottom-start", boolean>;
|
|
711
711
|
readonly fallbackPlacements: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]))[], unknown, unknown, readonly ["bottom-start", "top-start", "right", "left"], boolean>;
|
|
712
712
|
readonly tagType: {
|
|
713
713
|
readonly default: "info";
|
|
714
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
714
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>>;
|
|
715
715
|
readonly required: false;
|
|
716
716
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
717
717
|
readonly __epPropKey: true;
|
|
718
718
|
};
|
|
719
719
|
readonly tagEffect: {
|
|
720
720
|
readonly default: "light";
|
|
721
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
721
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "dark" | "light" | "plain", unknown>>;
|
|
722
722
|
readonly required: false;
|
|
723
723
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
724
724
|
readonly __epPropKey: true;
|
|
@@ -836,7 +836,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
836
836
|
showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
837
837
|
arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
838
838
|
disabled: BooleanConstructor;
|
|
839
|
-
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
839
|
+
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
|
|
840
840
|
triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
841
841
|
virtualRef: {
|
|
842
842
|
readonly type: import("vue").PropType<import("element-plus").Measurable>;
|
|
@@ -1138,7 +1138,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1138
1138
|
__epPropKey: true;
|
|
1139
1139
|
};
|
|
1140
1140
|
role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
1141
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "
|
|
1141
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "placement" | "fallbackPlacements" | "teleported" | "persistent" | "effect" | "popperOptions" | "showArrow" | "offset" | "strategy" | "arrowOffset" | "trigger" | "triggerKeys" | "virtualTriggering" | "open" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose" | "role">;
|
|
1142
1142
|
$attrs: {
|
|
1143
1143
|
[x: string]: unknown;
|
|
1144
1144
|
};
|
|
@@ -1156,7 +1156,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1156
1156
|
showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1157
1157
|
arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
1158
1158
|
disabled: BooleanConstructor;
|
|
1159
|
-
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
1159
|
+
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
|
|
1160
1160
|
triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
1161
1161
|
virtualRef: {
|
|
1162
1162
|
readonly type: import("vue").PropType<import("element-plus").Measurable>;
|
|
@@ -1796,7 +1796,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1796
1796
|
readonly showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1797
1797
|
readonly hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
1798
1798
|
readonly autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1799
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "
|
|
1799
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "placement" | "fallbackPlacements" | "teleported" | "persistent" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose">;
|
|
1800
1800
|
$attrs: {
|
|
1801
1801
|
[x: string]: unknown;
|
|
1802
1802
|
};
|
|
@@ -2313,7 +2313,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2313
2313
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2314
2314
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2315
2315
|
onClose?: (() => any) | undefined;
|
|
2316
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
2316
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
|
|
2317
2317
|
$attrs: {
|
|
2318
2318
|
[x: string]: unknown;
|
|
2319
2319
|
};
|
|
@@ -3406,7 +3406,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3406
3406
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3407
3407
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3408
3408
|
onClose?: (() => any) | undefined;
|
|
3409
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
3409
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
|
|
3410
3410
|
$attrs: {
|
|
3411
3411
|
[x: string]: unknown;
|
|
3412
3412
|
};
|
|
@@ -4018,7 +4018,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4018
4018
|
showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
4019
4019
|
arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
4020
4020
|
disabled: BooleanConstructor;
|
|
4021
|
-
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
4021
|
+
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
|
|
4022
4022
|
triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
4023
4023
|
virtualRef: {
|
|
4024
4024
|
readonly type: import("vue").PropType<import("element-plus").Measurable>;
|
|
@@ -4658,7 +4658,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4658
4658
|
readonly showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4659
4659
|
readonly hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4660
4660
|
readonly autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4661
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "
|
|
4661
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "placement" | "fallbackPlacements" | "teleported" | "persistent" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose">;
|
|
4662
4662
|
$attrs: {
|
|
4663
4663
|
[x: string]: unknown;
|
|
4664
4664
|
};
|
|
@@ -5175,7 +5175,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5175
5175
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
5176
5176
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
5177
5177
|
onClose?: (() => any) | undefined;
|
|
5178
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
5178
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
|
|
5179
5179
|
$attrs: {
|
|
5180
5180
|
[x: string]: unknown;
|
|
5181
5181
|
};
|
|
@@ -6268,7 +6268,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6268
6268
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6269
6269
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6270
6270
|
onClose?: (() => any) | undefined;
|
|
6271
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
6271
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
|
|
6272
6272
|
$attrs: {
|
|
6273
6273
|
[x: string]: unknown;
|
|
6274
6274
|
};
|
|
@@ -6867,7 +6867,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6867
6867
|
showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
6868
6868
|
arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
6869
6869
|
disabled: BooleanConstructor;
|
|
6870
|
-
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
6870
|
+
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
|
|
6871
6871
|
triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
6872
6872
|
virtualRef: {
|
|
6873
6873
|
readonly type: import("vue").PropType<import("element-plus").Measurable>;
|
|
@@ -7169,7 +7169,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7169
7169
|
__epPropKey: true;
|
|
7170
7170
|
};
|
|
7171
7171
|
role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7172
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "
|
|
7172
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "placement" | "fallbackPlacements" | "teleported" | "persistent" | "effect" | "popperOptions" | "showArrow" | "offset" | "strategy" | "arrowOffset" | "trigger" | "triggerKeys" | "virtualTriggering" | "open" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose" | "role">;
|
|
7173
7173
|
$attrs: {
|
|
7174
7174
|
[x: string]: unknown;
|
|
7175
7175
|
};
|
|
@@ -7187,7 +7187,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7187
7187
|
showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
7188
7188
|
arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
7189
7189
|
disabled: BooleanConstructor;
|
|
7190
|
-
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
7190
|
+
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
|
|
7191
7191
|
triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
7192
7192
|
virtualRef: {
|
|
7193
7193
|
readonly type: import("vue").PropType<import("element-plus").Measurable>;
|
|
@@ -7827,7 +7827,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7827
7827
|
readonly showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7828
7828
|
readonly hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7829
7829
|
readonly autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7830
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "
|
|
7830
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "placement" | "fallbackPlacements" | "teleported" | "persistent" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose">;
|
|
7831
7831
|
$attrs: {
|
|
7832
7832
|
[x: string]: unknown;
|
|
7833
7833
|
};
|
|
@@ -8344,7 +8344,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8344
8344
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
8345
8345
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
8346
8346
|
onClose?: (() => any) | undefined;
|
|
8347
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
8347
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
|
|
8348
8348
|
$attrs: {
|
|
8349
8349
|
[x: string]: unknown;
|
|
8350
8350
|
};
|
|
@@ -9437,7 +9437,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9437
9437
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9438
9438
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9439
9439
|
onClose?: (() => any) | undefined;
|
|
9440
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
9440
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
|
|
9441
9441
|
$attrs: {
|
|
9442
9442
|
[x: string]: unknown;
|
|
9443
9443
|
};
|
|
@@ -10049,7 +10049,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10049
10049
|
showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
10050
10050
|
arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
10051
10051
|
disabled: BooleanConstructor;
|
|
10052
|
-
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
10052
|
+
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
|
|
10053
10053
|
triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
10054
10054
|
virtualRef: {
|
|
10055
10055
|
readonly type: import("vue").PropType<import("element-plus").Measurable>;
|
|
@@ -10689,7 +10689,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10689
10689
|
readonly showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10690
10690
|
readonly hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10691
10691
|
readonly autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10692
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "
|
|
10692
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "placement" | "fallbackPlacements" | "teleported" | "persistent" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose">;
|
|
10693
10693
|
$attrs: {
|
|
10694
10694
|
[x: string]: unknown;
|
|
10695
10695
|
};
|
|
@@ -11206,7 +11206,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11206
11206
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
11207
11207
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
11208
11208
|
onClose?: (() => any) | undefined;
|
|
11209
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
11209
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
|
|
11210
11210
|
$attrs: {
|
|
11211
11211
|
[x: string]: unknown;
|
|
11212
11212
|
};
|
|
@@ -12299,7 +12299,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12299
12299
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12300
12300
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12301
12301
|
onClose?: (() => any) | undefined;
|
|
12302
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
12302
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
|
|
12303
12303
|
$attrs: {
|
|
12304
12304
|
[x: string]: unknown;
|
|
12305
12305
|
};
|
|
@@ -12978,18 +12978,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12978
12978
|
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
12979
12979
|
readonly offset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12980
12980
|
readonly showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
12981
|
-
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
12981
|
+
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], import("element-plus").Placement, unknown, "bottom-start", boolean>;
|
|
12982
12982
|
readonly fallbackPlacements: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]))[], unknown, unknown, readonly ["bottom-start", "top-start", "right", "left"], boolean>;
|
|
12983
12983
|
readonly tagType: {
|
|
12984
12984
|
readonly default: "info";
|
|
12985
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
12985
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>>;
|
|
12986
12986
|
readonly required: false;
|
|
12987
12987
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12988
12988
|
readonly __epPropKey: true;
|
|
12989
12989
|
};
|
|
12990
12990
|
readonly tagEffect: {
|
|
12991
12991
|
readonly default: "light";
|
|
12992
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
12992
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "dark" | "light" | "plain", unknown>>;
|
|
12993
12993
|
readonly required: false;
|
|
12994
12994
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12995
12995
|
readonly __epPropKey: true;
|
|
@@ -13012,7 +13012,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13012
13012
|
readonly multiple: boolean;
|
|
13013
13013
|
readonly props: import("element-plus/es/components/select-v2/src/useProps").Props;
|
|
13014
13014
|
readonly loading: boolean;
|
|
13015
|
-
readonly placement: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
13015
|
+
readonly placement: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], import("element-plus").Placement, unknown>;
|
|
13016
13016
|
readonly effect: any;
|
|
13017
13017
|
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
13018
13018
|
readonly valueOnClear: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
|
|
@@ -13031,8 +13031,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13031
13031
|
readonly collapseTags: boolean;
|
|
13032
13032
|
readonly maxCollapseTags: number;
|
|
13033
13033
|
readonly collapseTagsTooltip: boolean;
|
|
13034
|
-
readonly tagType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
13035
|
-
readonly tagEffect: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
13034
|
+
readonly tagType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
13035
|
+
readonly tagEffect: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "dark" | "light" | "plain", unknown>;
|
|
13036
13036
|
readonly automaticDropdown: boolean;
|
|
13037
13037
|
readonly allowCreate: boolean;
|
|
13038
13038
|
readonly remote: boolean;
|
|
@@ -13067,9 +13067,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13067
13067
|
onInput?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
13068
13068
|
onSelect?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
13069
13069
|
}, {
|
|
13070
|
-
replace: boolean;
|
|
13071
|
-
modelValue: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
13072
13070
|
disabled: boolean;
|
|
13071
|
+
modelValue: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
13072
|
+
replace: boolean;
|
|
13073
13073
|
data: import("../..").OptionType[];
|
|
13074
13074
|
}>;
|
|
13075
13075
|
export default _default;
|
|
@@ -54,6 +54,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
54
54
|
function selectChange(val) {
|
|
55
55
|
if (!inputVal.value && inputVal.value !== 0)
|
|
56
56
|
inputVal.value = "";
|
|
57
|
+
selectValue.value = "";
|
|
57
58
|
let content = val;
|
|
58
59
|
if (!props.replace) {
|
|
59
60
|
const inputEl = inputRef.value.$el.getElementsByTagName("textarea")[0];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select-textarea2.js","sources":["../../../../../../packages/components/select-textarea/src/select-textarea.vue"],"sourcesContent":["<template>\n <div :class=\"containerCls\">\n <div class=\"flex column\">\n <div class=\"flex align-items-center\">\n <slot name=\"title\">\n <hzzt-title class=\"margin-l-1\" :label=\"label\"></hzzt-title>\n </slot>\n <el-select-v2 class=\"flex-1\" v-model=\"selectValue\" allow-create filterable clearable @change=\"selectChange\"\n v-if=\"!trueDisabled\" :options=\"data\"></el-select-v2>\n <slot name=\"right\"></slot>\n </div>\n <el-input ref=\"inputRef\" class=\"flex-1 margin-t-1\" v-model=\"inputVal\" v-bind=\"_inputProps\"\n @input=\"input\"\n @change=\"change\"></el-input>\n </div>\n </div>\n</template>\n\n<script lang=\"ts\" setup>\n import {selectTextareaProps, selectTextareaEmits} from './select-textarea'\n import {computed, ref, watch} from \"vue\";\n import {useGlobalSize, useNamespace, insertCursorPosition} from \"@hzzt-plus/hooks\";\n import {useFormDisabled, useFormSize} from \"element-plus\";\n import HzztTitle from \"@hzzt-plus/components/title/src/title.vue\";\n import {ElInput, ElSelectV2} from 'element-plus'\n\n defineOptions({\n name: 'HzztSelectTextarea',\n })\n\n const props = defineProps(selectTextareaProps)\n const emit = defineEmits(selectTextareaEmits)\n\n const inputVal = ref(props.modelValue);\n const selectValue = ref('');\n const inputRef = ref();\n\n const nsInput = useNamespace('select-textarea')\n const formSize = useFormSize()\n const formDisabled = useFormDisabled()\n\n const trueSize = computed(\n () => props.size || formSize.value || useGlobalSize().value\n )\n\n const trueDisabled = computed(() => props.disabled || formDisabled.value)\n\n const containerCls = computed(() => [\n nsInput.b(),\n nsInput.m(trueSize.value),\n ])\n\n const _inputProps = computed(() => ({\n disabled: trueDisabled.value,\n clearable: true,\n ...props.inputProps,\n type: 'textarea',\n }))\n\n watch(() => props.modelValue, (v) => {\n inputVal.value = v;\n })\n\n function input(val: string) {\n emit('update:modelValue', val);\n emit('input', val);\n }\n\n function change(val: string) {\n emit('change', val);\n }\n\n function selectChange(val: string) {\n if (!inputVal.value && inputVal.value !== 0) inputVal.value = '';\n let content = val;\n if (!props.replace) {\n const inputEl = inputRef.value.$el.getElementsByTagName('textarea')[0];\n content = insertCursorPosition(inputEl, val);\n }\n input(content);\n change(content);\n emit('select', val);\n }\n\n\n</script>\n"],"names":["ref","useNamespace","useFormSize","useFormDisabled","computed","useGlobalSize","watch","insertCursorPosition","_openBlock","_createElementBlock"],"mappings":";;;;;;;;;;;;;;;;uCA0BgB,CAAA;AAAA,EACZ,IAAM,EAAA,oBAAA;AACR,CAAA,CAAA,CAAA;;;;;;;AAKA,IAAM,MAAA,QAAA,GAAWA,OAAI,CAAA,KAAA,CAAM,UAAU,CAAA,CAAA;AACrC,IAAM,MAAA,WAAA,GAAcA,QAAI,EAAE,CAAA,CAAA;AAC1B,IAAA,MAAM,WAAWA,OAAI,EAAA,CAAA;AAErB,IAAM,MAAA,OAAA,GAAUC,mBAAa,iBAAiB,CAAA,CAAA;AAC9C,IAAA,MAAM,WAAWC,uBAAY,EAAA,CAAA;AAC7B,IAAA,MAAM,eAAeC,2BAAgB,EAAA,CAAA;AAErC,IAAA,MAAM,QAAW,GAAAC,YAAA,CAAA,MAAA,KAAA,CAAA,IAAA,IAAA,QAAA,CAAA,KAAA,IAAAC,qBAAA,EAAA,CAAA,KAAA,CAAA,CAAA;AAAA,IAAA,kBACH,GAAAD,YAAiB,CAAA,MAAA,kBAAuB,YAAE,CAAA,KAAA,CAAA,CAAA;AAAA,IACxD,MAAA,YAAA,GAAAA,YAAA,CAAA,MAAA;AAEA,MAAA;AAEA,MAAM,OAAA,CAAA,CAAA,CAAA,QAAA,CAAe;AAAe,KAAA,CAClC;AAAU,IACV,MAAA,WAAU,GAAAA,YAAc,CAAA,OAAA;AAAA,MACzB,QAAA,EAAA,YAAA,CAAA,KAAA;AAED,MAAM,SAAA,EAAA,IAAA;AAA8B,MAClC,mBAAuB;AAAA,MACvB,IAAW,EAAA,UAAA;AAAA,KAAA,CACX;AAAS,IAAAE,SACH,CAAA,MAAA,KAAA,CAAA,UAAA,EAAA,CAAA,CAAA,KAAA;AAAA,MACN,QAAA,CAAA,KAAA,GAAA,CAAA,CAAA;AAEF,KAAA,CAAA,CAAA;AACE,IAAA,SAAA,KAAiB,CAAA,GAAA,EAAA;AAAA,MAClB,IAAA,CAAA,mBAAA,EAAA,GAAA,CAAA,CAAA;AAED,MAAA,IAAA,CAAA,SAA4B,GAAA,CAAA,CAAA;AAC1B,KAAA;AACA,IAAA,gBAAc,GAAG,EAAA;AAAA,MACnB,IAAA,CAAA,QAAA,EAAA,GAAA,CAAA,CAAA;AAEA,KAAA;AACE,IAAA,qBAAkB,CAAA,GAAA,EAAA;AAAA,MACpB,IAAA,CAAA,QAAA,CAAA,KAAA,IAAA,QAAA,CAAA,KAAA,KAAA,CAAA;AAEA,QAAA,mBAAmC,CAAA;AACjC,MAAA,
|
|
1
|
+
{"version":3,"file":"select-textarea2.js","sources":["../../../../../../packages/components/select-textarea/src/select-textarea.vue"],"sourcesContent":["<template>\n <div :class=\"containerCls\">\n <div class=\"flex column\">\n <div class=\"flex align-items-center\">\n <slot name=\"title\">\n <hzzt-title class=\"margin-l-1\" :label=\"label\"></hzzt-title>\n </slot>\n <el-select-v2 class=\"flex-1\" v-model=\"selectValue\" allow-create filterable clearable @change=\"selectChange\"\n v-if=\"!trueDisabled\" :options=\"data\"></el-select-v2>\n <slot name=\"right\"></slot>\n </div>\n <el-input ref=\"inputRef\" class=\"flex-1 margin-t-1\" v-model=\"inputVal\" v-bind=\"_inputProps\"\n @input=\"input\"\n @change=\"change\"></el-input>\n </div>\n </div>\n</template>\n\n<script lang=\"ts\" setup>\n import {selectTextareaProps, selectTextareaEmits} from './select-textarea'\n import {computed, ref, watch} from \"vue\";\n import {useGlobalSize, useNamespace, insertCursorPosition} from \"@hzzt-plus/hooks\";\n import {useFormDisabled, useFormSize} from \"element-plus\";\n import HzztTitle from \"@hzzt-plus/components/title/src/title.vue\";\n import {ElInput, ElSelectV2} from 'element-plus'\n\n defineOptions({\n name: 'HzztSelectTextarea',\n })\n\n const props = defineProps(selectTextareaProps)\n const emit = defineEmits(selectTextareaEmits)\n\n const inputVal = ref(props.modelValue);\n const selectValue = ref('');\n const inputRef = ref();\n\n const nsInput = useNamespace('select-textarea')\n const formSize = useFormSize()\n const formDisabled = useFormDisabled()\n\n const trueSize = computed(\n () => props.size || formSize.value || useGlobalSize().value\n )\n\n const trueDisabled = computed(() => props.disabled || formDisabled.value)\n\n const containerCls = computed(() => [\n nsInput.b(),\n nsInput.m(trueSize.value),\n ])\n\n const _inputProps = computed(() => ({\n disabled: trueDisabled.value,\n clearable: true,\n ...props.inputProps,\n type: 'textarea',\n }))\n\n watch(() => props.modelValue, (v) => {\n inputVal.value = v;\n })\n\n function input(val: string) {\n emit('update:modelValue', val);\n emit('input', val);\n }\n\n function change(val: string) {\n emit('change', val);\n }\n\n function selectChange(val: string) {\n if (!inputVal.value && inputVal.value !== 0) inputVal.value = '';\n selectValue.value = '';\n let content = val;\n if (!props.replace) {\n const inputEl = inputRef.value.$el.getElementsByTagName('textarea')[0];\n content = insertCursorPosition(inputEl, val);\n }\n input(content);\n change(content);\n emit('select', val);\n }\n\n\n</script>\n"],"names":["ref","useNamespace","useFormSize","useFormDisabled","computed","useGlobalSize","watch","insertCursorPosition","_openBlock","_createElementBlock"],"mappings":";;;;;;;;;;;;;;;;uCA0BgB,CAAA;AAAA,EACZ,IAAM,EAAA,oBAAA;AACR,CAAA,CAAA,CAAA;;;;;;;AAKA,IAAM,MAAA,QAAA,GAAWA,OAAI,CAAA,KAAA,CAAM,UAAU,CAAA,CAAA;AACrC,IAAM,MAAA,WAAA,GAAcA,QAAI,EAAE,CAAA,CAAA;AAC1B,IAAA,MAAM,WAAWA,OAAI,EAAA,CAAA;AAErB,IAAM,MAAA,OAAA,GAAUC,mBAAa,iBAAiB,CAAA,CAAA;AAC9C,IAAA,MAAM,WAAWC,uBAAY,EAAA,CAAA;AAC7B,IAAA,MAAM,eAAeC,2BAAgB,EAAA,CAAA;AAErC,IAAA,MAAM,QAAW,GAAAC,YAAA,CAAA,MAAA,KAAA,CAAA,IAAA,IAAA,QAAA,CAAA,KAAA,IAAAC,qBAAA,EAAA,CAAA,KAAA,CAAA,CAAA;AAAA,IAAA,kBACH,GAAAD,YAAiB,CAAA,MAAA,kBAAuB,YAAE,CAAA,KAAA,CAAA,CAAA;AAAA,IACxD,MAAA,YAAA,GAAAA,YAAA,CAAA,MAAA;AAEA,MAAA;AAEA,MAAM,OAAA,CAAA,CAAA,CAAA,QAAA,CAAe;AAAe,KAAA,CAClC;AAAU,IACV,MAAA,WAAU,GAAAA,YAAc,CAAA,OAAA;AAAA,MACzB,QAAA,EAAA,YAAA,CAAA,KAAA;AAED,MAAM,SAAA,EAAA,IAAA;AAA8B,MAClC,mBAAuB;AAAA,MACvB,IAAW,EAAA,UAAA;AAAA,KAAA,CACX;AAAS,IAAAE,SACH,CAAA,MAAA,KAAA,CAAA,UAAA,EAAA,CAAA,CAAA,KAAA;AAAA,MACN,QAAA,CAAA,KAAA,GAAA,CAAA,CAAA;AAEF,KAAA,CAAA,CAAA;AACE,IAAA,SAAA,KAAiB,CAAA,GAAA,EAAA;AAAA,MAClB,IAAA,CAAA,mBAAA,EAAA,GAAA,CAAA,CAAA;AAED,MAAA,IAAA,CAAA,SAA4B,GAAA,CAAA,CAAA;AAC1B,KAAA;AACA,IAAA,gBAAc,GAAG,EAAA;AAAA,MACnB,IAAA,CAAA,QAAA,EAAA,GAAA,CAAA,CAAA;AAEA,KAAA;AACE,IAAA,qBAAkB,CAAA,GAAA,EAAA;AAAA,MACpB,IAAA,CAAA,QAAA,CAAA,KAAA,IAAA,QAAA,CAAA,KAAA,KAAA,CAAA;AAEA,QAAA,mBAAmC,CAAA;AACjC,MAAA,WAAK,CAAA,KAAkB,GAAA,EAAA,CAAA;AAAsB,MAAA,IAAA,OAAS,GAAQ,GAAA,CAAA;AAC9D,MAAA,IAAA,CAAA,KAAA,CAAA,OAAoB,EAAA;AACpB,QAAA,MAAc,OAAA,GAAA,QAAA,CAAA,KAAA,CAAA,GAAA,CAAA,oBAAA,CAAA,UAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AACd,QAAI,UAAgBC,4BAAA,CAAA,OAAA,EAAA,GAAA,CAAA,CAAA;AAClB,OAAA;AACA,MAAU,KAAA,CAAA,OAAA,CAAA,CAAA;AAAiC,MAC7C,MAAA,CAAA,OAAA,CAAA,CAAA;AACA,MAAA,IAAA,CAAA,QAAa,EAAA,GAAA,CAAA,CAAA;AACb,KAAA;AACA,IAAA,OAAK,aAAa,KAAA;AAAA,MACpB,OAAAC,aAAA,EAAA,EAAAC,sBAAA,CAAA,KAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -46,7 +46,7 @@ export declare const HzztTooltip: import("hzzt-plus/es/utils").SFCWithInstall<im
|
|
|
46
46
|
showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
47
47
|
arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
48
48
|
disabled: BooleanConstructor;
|
|
49
|
-
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
49
|
+
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
|
|
50
50
|
triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
51
51
|
virtualRef: {
|
|
52
52
|
readonly type: import("vue").PropType<import("element-plus").Measurable>;
|
|
@@ -348,7 +348,7 @@ export declare const HzztTooltip: import("hzzt-plus/es/utils").SFCWithInstall<im
|
|
|
348
348
|
__epPropKey: true;
|
|
349
349
|
};
|
|
350
350
|
role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
351
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "
|
|
351
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "placement" | "fallbackPlacements" | "teleported" | "persistent" | "effect" | "popperOptions" | "showArrow" | "offset" | "strategy" | "arrowOffset" | "trigger" | "triggerKeys" | "virtualTriggering" | "open" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose" | "role">;
|
|
352
352
|
$attrs: {
|
|
353
353
|
[x: string]: unknown;
|
|
354
354
|
};
|
|
@@ -366,7 +366,7 @@ export declare const HzztTooltip: import("hzzt-plus/es/utils").SFCWithInstall<im
|
|
|
366
366
|
showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
367
367
|
arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
368
368
|
disabled: BooleanConstructor;
|
|
369
|
-
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
369
|
+
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
|
|
370
370
|
triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
371
371
|
virtualRef: {
|
|
372
372
|
readonly type: import("vue").PropType<import("element-plus").Measurable>;
|
|
@@ -1006,7 +1006,7 @@ export declare const HzztTooltip: import("hzzt-plus/es/utils").SFCWithInstall<im
|
|
|
1006
1006
|
readonly showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1007
1007
|
readonly hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
1008
1008
|
readonly autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1009
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "
|
|
1009
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "placement" | "fallbackPlacements" | "teleported" | "persistent" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose">;
|
|
1010
1010
|
$attrs: {
|
|
1011
1011
|
[x: string]: unknown;
|
|
1012
1012
|
};
|
|
@@ -1523,7 +1523,7 @@ export declare const HzztTooltip: import("hzzt-plus/es/utils").SFCWithInstall<im
|
|
|
1523
1523
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1524
1524
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1525
1525
|
onClose?: (() => any) | undefined;
|
|
1526
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
1526
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
|
|
1527
1527
|
$attrs: {
|
|
1528
1528
|
[x: string]: unknown;
|
|
1529
1529
|
};
|
|
@@ -2616,7 +2616,7 @@ export declare const HzztTooltip: import("hzzt-plus/es/utils").SFCWithInstall<im
|
|
|
2616
2616
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2617
2617
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2618
2618
|
onClose?: (() => any) | undefined;
|
|
2619
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
2619
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
|
|
2620
2620
|
$attrs: {
|
|
2621
2621
|
[x: string]: unknown;
|
|
2622
2622
|
};
|
|
@@ -3228,7 +3228,7 @@ export declare const HzztTooltip: import("hzzt-plus/es/utils").SFCWithInstall<im
|
|
|
3228
3228
|
showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
3229
3229
|
arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
3230
3230
|
disabled: BooleanConstructor;
|
|
3231
|
-
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
3231
|
+
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
|
|
3232
3232
|
triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
3233
3233
|
virtualRef: {
|
|
3234
3234
|
readonly type: import("vue").PropType<import("element-plus").Measurable>;
|
|
@@ -3868,7 +3868,7 @@ export declare const HzztTooltip: import("hzzt-plus/es/utils").SFCWithInstall<im
|
|
|
3868
3868
|
readonly showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3869
3869
|
readonly hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3870
3870
|
readonly autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3871
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "
|
|
3871
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "placement" | "fallbackPlacements" | "teleported" | "persistent" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose">;
|
|
3872
3872
|
$attrs: {
|
|
3873
3873
|
[x: string]: unknown;
|
|
3874
3874
|
};
|
|
@@ -4385,7 +4385,7 @@ export declare const HzztTooltip: import("hzzt-plus/es/utils").SFCWithInstall<im
|
|
|
4385
4385
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
4386
4386
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
4387
4387
|
onClose?: (() => any) | undefined;
|
|
4388
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
4388
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
|
|
4389
4389
|
$attrs: {
|
|
4390
4390
|
[x: string]: unknown;
|
|
4391
4391
|
};
|
|
@@ -5478,7 +5478,7 @@ export declare const HzztTooltip: import("hzzt-plus/es/utils").SFCWithInstall<im
|
|
|
5478
5478
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
5479
5479
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
5480
5480
|
onClose?: (() => any) | undefined;
|
|
5481
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
5481
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
|
|
5482
5482
|
$attrs: {
|
|
5483
5483
|
[x: string]: unknown;
|
|
5484
5484
|
};
|
|
@@ -6042,7 +6042,7 @@ export declare const HzztTooltip: import("hzzt-plus/es/utils").SFCWithInstall<im
|
|
|
6042
6042
|
showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
6043
6043
|
arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
6044
6044
|
disabled: BooleanConstructor;
|
|
6045
|
-
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
6045
|
+
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
|
|
6046
6046
|
triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
6047
6047
|
virtualRef: {
|
|
6048
6048
|
readonly type: import("vue").PropType<import("element-plus").Measurable>;
|
|
@@ -6682,7 +6682,7 @@ export declare const HzztTooltip: import("hzzt-plus/es/utils").SFCWithInstall<im
|
|
|
6682
6682
|
readonly showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6683
6683
|
readonly hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6684
6684
|
readonly autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6685
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "
|
|
6685
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "placement" | "fallbackPlacements" | "teleported" | "persistent" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose">;
|
|
6686
6686
|
$attrs: {
|
|
6687
6687
|
[x: string]: unknown;
|
|
6688
6688
|
};
|
|
@@ -7199,7 +7199,7 @@ export declare const HzztTooltip: import("hzzt-plus/es/utils").SFCWithInstall<im
|
|
|
7199
7199
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
7200
7200
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
7201
7201
|
onClose?: (() => any) | undefined;
|
|
7202
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
7202
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
|
|
7203
7203
|
$attrs: {
|
|
7204
7204
|
[x: string]: unknown;
|
|
7205
7205
|
};
|
|
@@ -8292,7 +8292,7 @@ export declare const HzztTooltip: import("hzzt-plus/es/utils").SFCWithInstall<im
|
|
|
8292
8292
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
8293
8293
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
8294
8294
|
onClose?: (() => any) | undefined;
|
|
8295
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
8295
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
|
|
8296
8296
|
$attrs: {
|
|
8297
8297
|
[x: string]: unknown;
|
|
8298
8298
|
};
|