@nextcloud/vue
Version:
Nextcloud vue components
1 lines • 763 B
Source Map (JSON)
{"version":3,"file":"useNcActions-CiGWxAJE.mjs","sources":["../../src/components/NcActions/useNcActions.ts"],"sourcesContent":["/**\n * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport type { ComputedRef, InjectionKey } from 'vue'\n\nexport const NC_ACTIONS_IS_SEMANTIC_MENU: InjectionKey<ComputedRef<boolean>> = Symbol.for('NcActions:isSemanticMenu')\nexport const NC_ACTIONS_CLOSE_MENU: InjectionKey<(returnFocus: boolean) => void> = Symbol.for('NcActions:closeMenu')\n\n// TODO: once NcActions migrated from mixins - add composables to created and use NcAction provider/context\n"],"names":[],"mappings":"AAOO,MAAM,8BAAkE,OAAO,IAAI,0BAA0B;AAC7G,MAAM,wBAAsE,OAAO,IAAI,qBAAqB;"}