vue3-schema-forms 0.0.18 → 0.0.20
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/README.md +1 -2
- package/package.json +18 -6
- package/dist/components/main.d.ts +0 -1
- package/dist/main.cjs.js +0 -95
- package/dist/main.d.ts +0 -8
- package/dist/main.es.js +0 -16385
- package/dist/main.umd.js +0 -96
- package/dist/src/components/controls/StaticContent.vue.d.ts +0 -4
- package/dist/src/components/controls/StaticContent.vue.d.ts.map +0 -1
- package/dist/src/components/controls/TextField.vue.d.ts +0 -4
- package/dist/src/components/controls/TextField.vue.d.ts.map +0 -1
- package/dist/src/components/controls/duplicated-section/DraggableContextMenu.vue.d.ts +0 -5
- package/dist/src/components/controls/duplicated-section/DraggableContextMenu.vue.d.ts.map +0 -1
- package/dist/src/components/controls/duplicated-section/DraggableIcon.vue.d.ts +0 -5
- package/dist/src/components/controls/duplicated-section/DraggableIcon.vue.d.ts.map +0 -1
- package/dist/src/components/controls/duplicated-section/DuplicatedSection.vue.d.ts +0 -5
- package/dist/src/components/controls/duplicated-section/DuplicatedSection.vue.d.ts.map +0 -1
- package/dist/src/components/controls/duplicated-section/HoverWrapper.vue.d.ts +0 -4
- package/dist/src/components/controls/duplicated-section/HoverWrapper.vue.d.ts.map +0 -1
- package/dist/src/components/engine/FormNode.vue.d.ts +0 -4
- package/dist/src/components/engine/FormNode.vue.d.ts.map +0 -1
- package/dist/src/components/engine/FormRoot.vue.d.ts +0 -4
- package/dist/src/components/engine/FormRoot.vue.d.ts.map +0 -1
- package/dist/src/components/engine/VueSchemaForms.vue.d.ts +0 -5
- package/dist/src/components/engine/VueSchemaForms.vue.d.ts.map +0 -1
- package/dist/src/components/index.d.ts +0 -1
- package/dist/src/core/composables/useCalculation.d.ts +0 -2
- package/dist/src/core/composables/useConditionalRendering.d.ts +0 -2
- package/dist/src/core/composables/usePerformanceAPI.d.ts +0 -3
- package/dist/src/core/composables/useResolveDependency.d.ts +0 -1
- package/dist/src/core/engine/evalExprParser.d.ts +0 -3
- package/dist/src/core/engine/jsonSchemaResolver.d.ts +0 -3
- package/dist/src/core/engine/utils.d.ts +0 -12
- package/dist/src/main.d.ts +0 -5
- package/dist/src/stories/controls/DuplicatedSection.stories.d.ts +0 -69
- package/dist/src/stories/controls/StaticContent.stories.d.ts +0 -66
- package/dist/src/stories/controls/TextField.stories.d.ts +0 -74
- package/dist/src/stories/development.stories.d.ts +0 -44
- package/dist/src/stories/features/Calculation.stories.d.ts +0 -90
- package/dist/src/stories/features/ConditionalRendering.stories.d.ts +0 -71
- package/dist/src/stories/features/Layouts.stories.d.ts +0 -73
- package/dist/src/stories/features/Translations.stories.d.ts +0 -72
- package/dist/src/stories/features/Validation.stories.d.ts +0 -69
- package/dist/src/stories/schemas.d.ts +0 -10
- package/dist/src/stories/templates/story-template.d.ts +0 -6
- package/dist/src/tests/render.test.d.ts +0 -1
- package/dist/src/tests/test-schemas.d.ts +0 -5
- package/dist/src/vocabulary/engine/controls.d.ts +0 -9
- package/dist/src/vocabulary/engine/index.d.ts +0 -21
- package/dist/src/vocabulary/schema/elements.d.ts +0 -43
- package/dist/src/vocabulary/schema/index.d.ts +0 -13
- package/dist/style.css +0 -1
package/README.md
CHANGED
|
@@ -63,9 +63,8 @@ The documentation and some of the testing was based on the Storybook application
|
|
|
63
63
|
|
|
64
64
|
## ToDo List
|
|
65
65
|
- [ ] Create many basics fields like data/radio/checkbox/combo etc.
|
|
66
|
-
- [ ] Create editable sections
|
|
67
66
|
- [ ] Use resolveDepsComposable for deps on fields
|
|
68
67
|
|
|
69
68
|
In progress:
|
|
70
|
-
- [ ]
|
|
69
|
+
- [ ] Create editable sections
|
|
71
70
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue3-schema-forms",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.20",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/main.umd.js",
|
|
7
7
|
"module": "dist/main.es.js",
|
|
@@ -16,13 +16,24 @@
|
|
|
16
16
|
"preview": "vite preview",
|
|
17
17
|
"storybook": "storybook dev -p 6006",
|
|
18
18
|
"test-storybook": "test-storybook",
|
|
19
|
-
"build-storybook": "storybook build -o dist
|
|
19
|
+
"build-storybook": "storybook build -o dist-storybook",
|
|
20
20
|
"test": "vitest"
|
|
21
21
|
},
|
|
22
|
+
"keywords": [
|
|
23
|
+
"vue",
|
|
24
|
+
"vuetify",
|
|
25
|
+
"forms",
|
|
26
|
+
"JSON Schema"
|
|
27
|
+
],
|
|
28
|
+
"author": "Maciek Dybowski",
|
|
29
|
+
"repository": {
|
|
30
|
+
"type": "git",
|
|
31
|
+
"url": "https://github.com/MaciejDybowski/vue3-schema-forms"
|
|
32
|
+
},
|
|
33
|
+
"homepage": "https://maciejdybowski.github.io/vue3-schema-forms/",
|
|
22
34
|
"dependencies": {
|
|
23
35
|
"@mdi/font": "^7.3.67",
|
|
24
36
|
"@stoplight/json-ref-resolver": "3.1.6",
|
|
25
|
-
"debounce": "^1.2.1",
|
|
26
37
|
"expr-eval": "^2.0.2",
|
|
27
38
|
"lodash": "^4.17.21",
|
|
28
39
|
"uuid": "^9.0.1",
|
|
@@ -30,12 +41,14 @@
|
|
|
30
41
|
"vuedraggable": "^4.1.0"
|
|
31
42
|
},
|
|
32
43
|
"peerDependencies": {
|
|
33
|
-
"vue": "^3.
|
|
44
|
+
"vue": "^3.3.4",
|
|
34
45
|
"vue-i18n": "^9.6.4",
|
|
35
|
-
"vuetify": "^3.
|
|
46
|
+
"vuetify": "^3.4.2",
|
|
47
|
+
"axios": "^1.6.2"
|
|
36
48
|
},
|
|
37
49
|
"devDependencies": {
|
|
38
50
|
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
|
|
51
|
+
"storybook-addon-mock": "^4.3.0",
|
|
39
52
|
"@intlify/unplugin-vue-i18n": "^0.10.1",
|
|
40
53
|
"@storybook/addon-essentials": "^7.5.3",
|
|
41
54
|
"@storybook/addon-interactions": "^7.5.3",
|
|
@@ -58,7 +71,6 @@
|
|
|
58
71
|
"react": "^18.2.0",
|
|
59
72
|
"react-dom": "^18.2.0",
|
|
60
73
|
"remark-gfm": "^3.0.1",
|
|
61
|
-
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
62
74
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
63
75
|
"storybook": "^7.5.3",
|
|
64
76
|
"typescript": "^5.2.2",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../src/main'
|