vona-module-a-openapi 5.0.64 → 5.0.65

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.
@@ -1,5 +1,4 @@
1
1
  import type { ZodOpenAPIMetadata } from '@cabloy/zod-to-openapi';
2
- import type { CurrencyOptions } from '@zhennann/currency';
3
2
  import type { ILocaleMagic } from 'vona';
4
3
  import type { IOpenApiOptions } from 'vona-module-a-openapiutils';
5
4
  import type { z } from 'zod';
@@ -10,7 +9,6 @@ import 'openapi3-ts/oas30';
10
9
  import 'openapi3-ts/oas31';
11
10
  export type HTMLInputElementType = 'text' | 'password' | 'number' | 'file' | 'hidden' | 'tel' | 'email';
12
11
  export interface ISchemaObjectExtensionFieldRestProps {
13
- currency?: CurrencyOptions | boolean;
14
12
  visible?: boolean;
15
13
  order?: number;
16
14
  classContainer?: any;
@@ -61,7 +59,7 @@ export interface TypeRenderComponentJsx {
61
59
  key?: string | null;
62
60
  props?: TypeRenderComponentJsxProps;
63
61
  }
64
- export type TypeRenderComponentPreset = keyof TypeResourceActionRowRecordRender | 'text' | 'textarea' | 'select' | 'checkbox' | 'radio' | 'switch' | 'image' | 'file' | 'color' | 'password' | 'email' | 'url';
62
+ export type TypeRenderComponentPreset = keyof TypeResourceActionRowRecordRender | 'text' | 'currency' | 'textarea' | 'select' | 'checkbox' | 'radio' | 'switch' | 'image' | 'file' | 'color' | 'password' | 'email' | 'url';
65
63
  export type TypeRenderComponent = TypeRenderComponentPreset | TypeRenderComponentJsx;
66
64
  export type TypeRenderComponentProvider = (keyof IComponentRecord) | 'input' | 'textarea' | 'select';
67
65
  export type TypeSchemaScene = 'table' | 'form';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-module-a-openapi",
3
3
  "type": "module",
4
- "version": "5.0.64",
4
+ "version": "5.0.65",
5
5
  "title": "a-openapi",
6
6
  "vonaModule": {
7
7
  "capabilities": {