UNPKG

@nextcloud/vue

Version:
1 lines 792 B
{"version":3,"file":"constants-DrSznhwy.mjs","sources":["../../src/components/NcContent/constants.ts"],"sourcesContent":["/*!\n * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport type { InjectionKey } from 'vue'\n\n/**\n * Injects a callback to register the app navigation to the content container.\n */\nexport const HAS_APP_NAVIGATION_KEY: InjectionKey<(hasAppNavigation: boolean) => void> = Symbol.for('NcContent:setHasAppNavigation')\n\n/**\n * Injects the main content container selector\n */\nexport const CONTENT_SELECTOR_KEY: InjectionKey<string> = Symbol.for('NcContent:selector')\n"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA;AAUO,MAAM,yBAA4E,OAAO,IAAI,+BAA+B;AAK5H,MAAM,uBAA6C,OAAO,IAAI,oBAAoB;"}