@jsonforms/vue
Advanced tools
Comparing version 3.3.0-alpha.0 to 3.3.0-alpha.1
@@ -54,3 +54,3 @@ import { ControlElement } from '@jsonforms/core'; | ||
determinedCell(): any; | ||
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ | ||
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ | ||
schema: { | ||
@@ -57,0 +57,0 @@ required: true; |
@@ -49,3 +49,3 @@ declare const _default: import("vue").DefineComponent<{ | ||
determinedRenderer(): any; | ||
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ | ||
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ | ||
schema: { | ||
@@ -52,0 +52,0 @@ required: true; |
@@ -87,3 +87,3 @@ import { PropType } from 'vue'; | ||
dispatch(action: CoreActions): void; | ||
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ | ||
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ | ||
data: { | ||
@@ -90,0 +90,0 @@ required: true; |
@@ -1,2 +0,2 @@ | ||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>; | ||
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>; | ||
export default _default; |
@@ -46,3 +46,3 @@ 'use strict'; | ||
var i = _toPrimitive(t, "string"); | ||
return "symbol" == typeof i ? i : String(i); | ||
return "symbol" == typeof i ? i : i + ""; | ||
} | ||
@@ -49,0 +49,0 @@ function _typeof(o) { |
@@ -38,3 +38,3 @@ import { defineComponent, openBlock, createElementBlock, inject, ref, computed, onBeforeMount, onUnmounted, createBlock, resolveDynamicComponent, normalizeProps, guardReactiveProps, reactive, resolveComponent } from 'vue'; | ||
var i = _toPrimitive(t, "string"); | ||
return "symbol" == typeof i ? i : String(i); | ||
return "symbol" == typeof i ? i : i + ""; | ||
} | ||
@@ -41,0 +41,0 @@ function _typeof(o) { |
{ | ||
"name": "@jsonforms/vue", | ||
"version": "3.3.0-alpha.0", | ||
"version": "3.3.0-alpha.1", | ||
"description": "Vue 3 module of JSON Forms", | ||
@@ -49,8 +49,7 @@ "repository": "https://github.com/eclipsesource/jsonforms", | ||
"@typescript-eslint/parser": "^5.54.1", | ||
"@vue/cli-plugin-babel": "~4.5.19", | ||
"@vue/cli-plugin-typescript": "~4.5.19", | ||
"@vue/cli-service": "~4.5.19", | ||
"@vue/compiler-sfc": "^3.2.26", | ||
"@vue/cli-plugin-babel": "~5.0.8", | ||
"@vue/cli-plugin-typescript": "~5.0.8", | ||
"@vue/cli-service": "~5.0.8", | ||
"@vue/eslint-config-typescript": "^11.0.2", | ||
"@vue/test-utils": "^2.0.2", | ||
"@vue/test-utils": "^2.4.5", | ||
"@vue/vue3-jest": "^27.0.0", | ||
@@ -77,7 +76,7 @@ "core-js": "^3.9.1", | ||
"typescript": "~4.9.5", | ||
"vue": "^3.2.26", | ||
"@jsonforms/core": "3.3.0-alpha.0" | ||
"vue": "^3.4.21", | ||
"@jsonforms/core": "3.3.0-alpha.1" | ||
}, | ||
"peerDependencies": { | ||
"@jsonforms/core": "3.3.0-alpha.0", | ||
"@jsonforms/core": "3.3.0-alpha.1", | ||
"vue": "^3.2.26" | ||
@@ -84,0 +83,0 @@ }, |
36
225546
2666