智慧水务管理系统 - 精河县供水工程综合管理平台

index.js 932B

12345678910111213141516171819202122232425262728293031323334353637
  1. Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
  2. require("../../_virtual/_rolldown/runtime.js");
  3. const require_runtime$1 = require("../../utils/vue/props/runtime.js");
  4. let lodash_unified = require("lodash-unified");
  5. //#region ../../packages/hooks/use-aria/index.ts
  6. /**
  7. * @deprecated Removed after 3.0.0, Use `AriaProps` instead.
  8. */
  9. const ariaProps = require_runtime$1.buildProps({
  10. /**
  11. * @description native `aria-label` attribute
  12. */
  13. ariaLabel: String,
  14. /**
  15. * @description native `aria-orientation` attribute
  16. */
  17. ariaOrientation: {
  18. type: String,
  19. values: [
  20. "horizontal",
  21. "vertical",
  22. "undefined"
  23. ]
  24. },
  25. /**
  26. * @description native `aria-controls` attribute
  27. */
  28. ariaControls: String
  29. });
  30. const useAriaProps = (arias) => {
  31. return (0, lodash_unified.pick)(ariaProps, arias);
  32. };
  33. //#endregion
  34. exports.ariaProps = ariaProps;
  35. exports.useAriaProps = useAriaProps;
  36. //# sourceMappingURL=index.js.map