f7cloud_client/apps/assistant/js/assistant-textGenerationReference.mjs.map
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

1 line
1.6 KiB
Plaintext

{"version":3,"mappings":";gOAOAA,EAA4B,iBAAkB,MAAOC,EAAI,CAAE,WAAAC,EAAY,WAAAC,CAAU,IAAO,CACvF,KAAM,CAAE,UAAAC,CAAS,EAAK,MAAKC,EAAA,0BAAAD,CAAA,OAAC,QAAO,4BAAK,OAAAE,KAAA,qBAAAF,CAAA,iDAClC,CAAE,QAASG,CAA6B,EAAK,MAAKF,EAAA,wBAAAE,CAAA,OAAC,QAAO,oDAA2C,iBAAAA,EAAA,gDAErGC,EAAMJ,EACXG,EACA,CACC,WAAAL,EACA,WAAAC,EACA,SAAU,iBACV,UAAW,QACd,CACA,EACC,OAAAK,EAAI,MAAM,CAAE,QAAS,CAAE,EAAG,CAAC,CAAE,CAAE,EAC/BA,EAAI,MAAMP,CAAE,EAEL,IAAIQ,EAA2BR,EAAIO,CAAG,CAC9C,EAAG,CAACP,EAAIS,IAAiB,CACxBA,EAAa,OAAO,QAAO,CAC5B,CAAC","names":["registerCustomPickerElement","el","providerId","accessible","createApp","__vitePreload","n","TextResultCustomPickerElement","app","NcCustomPickerRenderResult","renderResult"],"ignoreList":[],"sources":["../src/textGenerationReference.js"],"sourcesContent":["/**\n * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport { registerCustomPickerElement, NcCustomPickerRenderResult } from '@nextcloud/vue/components/NcRichText'\n\nregisterCustomPickerElement('assistant_text', async (el, { providerId, accessible }) => {\n\tconst { createApp } = await import('vue')\n\tconst { default: TextResultCustomPickerElement } = await import('./views/TextResultCustomPickerElement.vue')\n\n\tconst app = createApp(\n\t\tTextResultCustomPickerElement,\n\t\t{\n\t\t\tproviderId,\n\t\t\taccessible,\n\t\t\ttaskType: 'core:text2text',\n\t\t\toutputKey: 'output',\n\t\t},\n\t)\n\tapp.mixin({ methods: { t, n } })\n\tapp.mount(el)\n\n\treturn new NcCustomPickerRenderResult(el, app)\n}, (el, renderResult) => {\n\trenderResult.object.unmount()\n})\n"],"file":"assistant-textGenerationReference.mjs"}