@opengis/form 0.0.192 → 0.0.194-npm
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/{index-DqCGQjZs.js → index-DGAgz5vJ.js} +788 -788
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +18 -18
- package/dist/src/components/inputs/richtext/vs-input-richtext.vue.d.ts.map +1 -1
- package/dist/src/playground/ai-api-config.d.ts +6 -0
- package/dist/src/playground/ai-api-config.d.ts.map +1 -0
- package/dist/src/playground/ai-schema-openrouter.d.ts +3 -0
- package/dist/src/playground/ai-schema-openrouter.d.ts.map +1 -0
- package/dist/src/playground/playground-schema-prompt.vue.d.ts +7 -0
- package/dist/src/playground/playground-schema-prompt.vue.d.ts.map +1 -0
- package/dist/{vs-richtext-3VVnH57S.js → vs-richtext-BS4M0Znk.js} +486 -465
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-richtext.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/richtext/vs-input-richtext.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-input-richtext.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/richtext/vs-input-richtext.vue"],"names":[],"mappings":"AAiDA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAIvD,KAAK,WAAW,GAAG,WAAW,GAAG;IAC/B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACrC,CAAC;AAqCF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;YAzCS,MAAM,GAAG,IAAI;;mBACN,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;AAsGrC,wBAQG"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare function getOpenRouterApiKey(): string;
|
|
2
|
+
export declare function setOpenRouterApiKey(key: string): void;
|
|
3
|
+
export declare function hasOpenRouterApiKey(): boolean;
|
|
4
|
+
export declare function getOpenRouterApiBaseUrl(): string;
|
|
5
|
+
export declare const OPENROUTER_FREE_MODEL = "openrouter/free";
|
|
6
|
+
//# sourceMappingURL=ai-api-config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-api-config.d.ts","sourceRoot":"","sources":["../../../src/playground/ai-api-config.ts"],"names":[],"mappings":"AAEA,wBAAgB,mBAAmB,IAAI,MAAM,CAO5C;AAED,wBAAgB,mBAAmB,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAOrD;AAED,wBAAgB,mBAAmB,IAAI,OAAO,CAE7C;AAED,wBAAgB,uBAAuB,IAAI,MAAM,CAIhD;AAED,eAAO,MAAM,qBAAqB,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-schema-openrouter.d.ts","sourceRoot":"","sources":["../../../src/playground/ai-schema-openrouter.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,kBAAkB,UAK9B,CAAC;AAgEF,wBAAsB,wBAAwB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAiD/F"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2
|
+
generated: (schema: Record<string, unknown>) => any;
|
|
3
|
+
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
4
|
+
onGenerated?: ((schema: Record<string, unknown>) => any) | undefined;
|
|
5
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
export default _default;
|
|
7
|
+
//# sourceMappingURL=playground-schema-prompt.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"playground-schema-prompt.vue.d.ts","sourceRoot":"","sources":["../../../src/playground/playground-schema-prompt.vue"],"names":[],"mappings":";;;;;AAmfA,wBAMG"}
|