@koumoul/vjsf 4.1.3 → 4.1.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koumoul/vjsf",
3
- "version": "4.1.3",
3
+ "version": "4.1.4",
4
4
  "description": "Generate forms for the vuetify UI library (vuejs) based on annotated JSON schemas.",
5
5
  "scripts": {
6
6
  "test-tz1": "TZ=Europe/Paris vitest run",
@@ -2,7 +2,7 @@ import { shallowRef, onScopeDispose, toValue } from 'vue'
2
2
  import { WebMCP } from '@json-layout/core/webmcp'
3
3
 
4
4
  /**
5
- * @param {{ prefixName?: string | import('vue').Ref<string | null>, dataTitle?: string | import('vue').Ref<string | null>, schema: object | import('vue').Ref<object> }} options
5
+ * @param {{ prefixName?: import('vue').MaybeRefOrGetter<string | null | undefined>, dataTitle?: import('vue').MaybeRefOrGetter<string | null | undefined>, schema: import('vue').MaybeRefOrGetter<object> }} options
6
6
  */
7
7
  export function useWebMCP (options) {
8
8
  /** @type import('vue').ShallowRef<WebMCP | null> */
@@ -1,10 +1,10 @@
1
1
  /**
2
- * @param {{ prefixName?: string | import('vue').Ref<string | null>, dataTitle?: string | import('vue').Ref<string | null>, schema: object | import('vue').Ref<object> }} options
2
+ * @param {{ prefixName?: import('vue').MaybeRefOrGetter<string | null | undefined>, dataTitle?: import('vue').MaybeRefOrGetter<string | null | undefined>, schema: import('vue').MaybeRefOrGetter<object> }} options
3
3
  */
4
4
  export function useWebMCP(options: {
5
- prefixName?: string | import("vue").Ref<string | null>;
6
- dataTitle?: string | import("vue").Ref<string | null>;
7
- schema: object | import("vue").Ref<object>;
5
+ prefixName?: import("vue").MaybeRefOrGetter<string | null | undefined>;
6
+ dataTitle?: import("vue").MaybeRefOrGetter<string | null | undefined>;
7
+ schema: import("vue").MaybeRefOrGetter<object>;
8
8
  }): {
9
9
  onStateUpdate: (statefulLayout: import("@json-layout/core").StatefulLayout) => void;
10
10
  };
@@ -1 +1 @@
1
- {"version":3,"file":"use-webmcp.d.ts","sourceRoot":"","sources":["../../src/composables/use-webmcp.js"],"names":[],"mappings":"AAGA;;GAEG;AACH,mCAFW;IAAE,UAAU,CAAC,EAAE,MAAM,GAAG,OAAO,KAAK,EAAE,GAAG,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,KAAK,EAAE,GAAG,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IAAC,MAAM,EAAE,MAAM,GAAG,OAAO,KAAK,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;CAAE;oCAO3J,OAAO,mBAAmB,EAAE,cAAc;EAgBtD"}
1
+ {"version":3,"file":"use-webmcp.d.ts","sourceRoot":"","sources":["../../src/composables/use-webmcp.js"],"names":[],"mappings":"AAGA;;GAEG;AACH,mCAFW;IAAE,UAAU,CAAC,EAAE,OAAO,KAAK,EAAE,gBAAgB,CAAC,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC,CAAC;IAAC,SAAS,CAAC,EAAE,OAAO,KAAK,EAAE,gBAAgB,CAAC,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC,CAAC;IAAC,MAAM,EAAE,OAAO,KAAK,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAA;CAAE;oCAO/L,OAAO,mBAAmB,EAAE,cAAc;EAgBtD"}