32 lines
809 B
JavaScript
32 lines
809 B
JavaScript
import {
|
|
buildProps,
|
|
pick_default
|
|
} from "./chunk-R2OGZABH.js";
|
|
|
|
// ../node_modules/.pnpm/element-plus@2.11.7_vue@3.5.24_typescript@5.9.3_/node_modules/element-plus/es/constants/event.mjs
|
|
var UPDATE_MODEL_EVENT = "update:modelValue";
|
|
var CHANGE_EVENT = "change";
|
|
var INPUT_EVENT = "input";
|
|
|
|
// ../node_modules/.pnpm/element-plus@2.11.7_vue@3.5.24_typescript@5.9.3_/node_modules/element-plus/es/hooks/use-aria/index.mjs
|
|
var ariaProps = buildProps({
|
|
ariaLabel: String,
|
|
ariaOrientation: {
|
|
type: String,
|
|
values: ["horizontal", "vertical", "undefined"]
|
|
},
|
|
ariaControls: String
|
|
});
|
|
var useAriaProps = (arias) => {
|
|
return pick_default(ariaProps, arias);
|
|
};
|
|
|
|
export {
|
|
UPDATE_MODEL_EVENT,
|
|
CHANGE_EVENT,
|
|
INPUT_EVENT,
|
|
ariaProps,
|
|
useAriaProps
|
|
};
|
|
//# sourceMappingURL=chunk-6VHTGKN7.js.map
|