reneco-advanced-input-module 0.0.26 → 0.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/voice-input-module.cjs.entry.js +14 -4
- package/dist/cjs/voice-input-module.cjs.entry.js.map +1 -1
- package/dist/cjs/voice-input-module.entry.cjs.js.map +1 -1
- package/dist/collection/components/voice-input-module/voice-input-module.js +8 -0
- package/dist/collection/components/voice-input-module/voice-input-module.js.map +1 -1
- package/dist/collection/services/llm.service.js +6 -4
- package/dist/collection/services/llm.service.js.map +1 -1
- package/dist/components/voice-input-module.js +14 -4
- package/dist/components/voice-input-module.js.map +1 -1
- package/dist/esm/voice-input-module.entry.js +14 -4
- package/dist/esm/voice-input-module.entry.js.map +1 -1
- package/dist/voice-input-module/{p-f14c05d0.entry.js → p-95d4525d.entry.js} +3 -3
- package/dist/voice-input-module/p-95d4525d.entry.js.map +1 -0
- package/dist/voice-input-module/voice-input-module.entry.esm.js.map +1 -1
- package/dist/voice-input-module/voice-input-module.esm.js +1 -1
- package/package.json +1 -1
- package/www/build/{p-f14c05d0.entry.js → p-95d4525d.entry.js} +3 -3
- package/www/build/p-95d4525d.entry.js.map +1 -0
- package/www/build/{p-4e26fbbb.js → p-a24d9117.js} +1 -1
- package/www/build/voice-input-module.entry.esm.js.map +1 -1
- package/www/build/voice-input-module.esm.js +1 -1
- package/www/index.html +1 -1
- package/dist/voice-input-module/p-f14c05d0.entry.js.map +0 -1
- package/www/build/p-f14c05d0.entry.js.map +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{p as e,g as i,b as o}from"./p-a7QWC-5I.js";export{s as setNonce}from"./p-a7QWC-5I.js";var r=()=>{const i=import.meta.url;const o={};if(i!==""){o.resourcesUrl=new URL(".",i).href}return e(o)};r().then((async e=>{await i();return o([["p-ba3d83d1",[[257,"ocr-file-uploader",{batch:[4],callback:[16],jsonSchema:[1,"json-schema"],theme:[1],parsedTheme:[32]},null,{theme:["parseTheme"]}]]],["p-
|
|
1
|
+
import{p as e,g as i,b as o}from"./p-a7QWC-5I.js";export{s as setNonce}from"./p-a7QWC-5I.js";var r=()=>{const i=import.meta.url;const o={};if(i!==""){o.resourcesUrl=new URL(".",i).href}return e(o)};r().then((async e=>{await i();return o([["p-ba3d83d1",[[257,"ocr-file-uploader",{batch:[4],callback:[16],jsonSchema:[1,"json-schema"],theme:[1],parsedTheme:[32]},null,{theme:["parseTheme"]}]]],["p-95d4525d",[[257,"voice-input-module",{formJson:[1,"form-json"],serviceConfig:[1,"service-config"],apiKey:[1,"api-key"],apiProxyUrl:[1,"api-proxy-url"],transcriptionModel:[1,"transcription-model"],completionModel:[1,"completion-model"],transcriptionProvider:[1,"transcription-provider"],completionProvider:[1,"completion-provider"],context:[1],classificationRootUrl:[1,"classification-root-url"],language:[1],inputTypes:[1,"input-types"],theme:[1],debug:[4],renderForm:[4,"render-form"],displayStatus:[4,"display-status"],isRecording:[32],isProcessing:[32],statusMessage:[32],hasError:[32],hasTransientError:[32],transcription:[32],filledData:[32],confidenceScores:[32],debugInfo:[32],isReadonlyMode:[32],isInitializing:[32],convertXmlToJson:[64],convertJsonToXml:[64],convertXmlToJsonLegacy:[64],convertJsonToXmlLegacy:[64]},null,{formJson:["initializeServices"],serviceConfig:["initializeServices"],theme:["initializeServices"],transcriptionProvider:["initializeServices"],completionProvider:["initializeServices"],transcriptionModel:["initializeServices"],completionModel:["initializeServices"]}]]]],e)}));
|
|
2
2
|
//# sourceMappingURL=voice-input-module.esm.js.map
|