@signal24/vue-foundation 4.28.2 → 4.29.1
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/src/helpers/openapi.d.ts +1 -1
- package/dist/src/vite-plugins/vite-openapi-plugin.js +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/vue-foundation.es.js +78 -78
- package/package.json +2 -2
- package/src/components/overlay-container.ts +1 -0
- package/src/components/vf-smart-select.vue +1 -1
- package/src/helpers/openapi.ts +1 -1
- package/src/vite-plugins/vite-openapi-plugin.ts +1 -1
- package/vite.config.ts +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { type OpenApiClient, type OpenApiClientOptions } from '@signal24/openapi-client-codegen
|
|
1
|
+
import { type OpenApiClient, type OpenApiClientOptions } from '@signal24/openapi-client-codegen';
|
|
2
2
|
export declare function configureVfOpenApiClient(client: OpenApiClient, clientOptions: OpenApiClientOptions): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createWatchfulOpenapiClientGenerators } from '@signal24/openapi-client-codegen/
|
|
1
|
+
import { createWatchfulOpenapiClientGenerators } from '@signal24/openapi-client-codegen/generator';
|
|
2
2
|
export function openapiClientGeneratorPlugin() {
|
|
3
3
|
let generators = null;
|
|
4
4
|
return {
|