@live-change/frontend-auto-form 0.9.200 → 0.9.201
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/front/src/logic/editorData.js +1 -1
- package/index.js +15 -0
- package/package.json +13 -13
|
@@ -286,7 +286,7 @@ export default function editorData(options) {
|
|
|
286
286
|
|
|
287
287
|
const propertiesErrors = computed(() => propertiesValidationErrors(
|
|
288
288
|
synchronizedData.value.value, identifiers, model, lastUploadedData.value,
|
|
289
|
-
|
|
289
|
+
propertiesServerErrors.value, appContext, editableProperties))
|
|
290
290
|
|
|
291
291
|
async function reset() {
|
|
292
292
|
synchronizedData.value.value = editableSavedData.value || deepmerge(defaultData(model), initialData)
|
package/index.js
CHANGED
|
@@ -7,6 +7,19 @@ export { AutoInput, AutoField, AutoEditor }
|
|
|
7
7
|
export * from './front/src/components/form/provideAutoInputConfiguration.js'
|
|
8
8
|
export * from './front/src/components/form/inputConfigInjection.js'
|
|
9
9
|
|
|
10
|
+
import ObjectInput from './front/src/components/form/ObjectInput.vue'
|
|
11
|
+
export { ObjectInput }
|
|
12
|
+
import JsonInput from './front/src/components/form/JsonInput.vue'
|
|
13
|
+
export { JsonInput }
|
|
14
|
+
import TriggerInput from './front/src/components/form/TriggerInput.vue'
|
|
15
|
+
export { TriggerInput }
|
|
16
|
+
import ArrayInput from './front/src/components/form/ArrayInput.vue'
|
|
17
|
+
export { ArrayInput }
|
|
18
|
+
import Calendar from './front/src/components/form/Calendar.vue'
|
|
19
|
+
export { Calendar }
|
|
20
|
+
import CodeEditor from './front/src/components/form/CodeEditor.vue'
|
|
21
|
+
export { CodeEditor }
|
|
22
|
+
|
|
10
23
|
import editorData from './front/src/logic/editorData.js'
|
|
11
24
|
export { editorData }
|
|
12
25
|
|
|
@@ -44,6 +57,8 @@ import AutoObjectIdentification from './front/src/components/crud/AutoObjectIden
|
|
|
44
57
|
export { AutoObjectIdentification }
|
|
45
58
|
import ActionForm from './front/src/components/crud/ActionForm.vue'
|
|
46
59
|
export { ActionForm }
|
|
60
|
+
import ActionButtons from './front/src/components/crud/ActionButtons.vue'
|
|
61
|
+
export { ActionButtons }
|
|
47
62
|
|
|
48
63
|
export * from './front/src/router.js'
|
|
49
64
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/frontend-auto-form",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.201",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"memDev": "node server/start.js memDev --enableSessions --initScript ./init.js --dbAccess",
|
|
6
6
|
"localDevInit": "rm tmp.db; lcli localDev --enableSessions --initScript ./init.js",
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
"type": "module",
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@fortawesome/fontawesome-free": "^6.7.2",
|
|
25
|
-
"@live-change/cli": "^0.9.
|
|
26
|
-
"@live-change/dao": "^0.9.
|
|
27
|
-
"@live-change/dao-vue3": "^0.9.
|
|
28
|
-
"@live-change/dao-websocket": "^0.9.
|
|
29
|
-
"@live-change/framework": "^0.9.
|
|
30
|
-
"@live-change/image-frontend": "^0.9.
|
|
31
|
-
"@live-change/image-service": "^0.9.
|
|
32
|
-
"@live-change/session-service": "^0.9.
|
|
33
|
-
"@live-change/vue3-components": "^0.9.
|
|
34
|
-
"@live-change/vue3-ssr": "^0.9.
|
|
25
|
+
"@live-change/cli": "^0.9.201",
|
|
26
|
+
"@live-change/dao": "^0.9.201",
|
|
27
|
+
"@live-change/dao-vue3": "^0.9.201",
|
|
28
|
+
"@live-change/dao-websocket": "^0.9.201",
|
|
29
|
+
"@live-change/framework": "^0.9.201",
|
|
30
|
+
"@live-change/image-frontend": "^0.9.201",
|
|
31
|
+
"@live-change/image-service": "^0.9.201",
|
|
32
|
+
"@live-change/session-service": "^0.9.201",
|
|
33
|
+
"@live-change/vue3-components": "^0.9.201",
|
|
34
|
+
"@live-change/vue3-ssr": "^0.9.201",
|
|
35
35
|
"@vueuse/core": "^12.3.0",
|
|
36
36
|
"codeceptjs-assert": "^0.0.5",
|
|
37
37
|
"compression": "^1.7.5",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"vue3-scroll-border": "0.1.7"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@live-change/codeceptjs-helper": "^0.9.
|
|
55
|
+
"@live-change/codeceptjs-helper": "^0.9.201",
|
|
56
56
|
"codeceptjs": "^3.7.6",
|
|
57
57
|
"generate-password": "1.7.1",
|
|
58
58
|
"playwright": "1.49.1",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"author": "Michał Łaszczewski <michal@laszczewski.pl>",
|
|
64
64
|
"license": "ISC",
|
|
65
65
|
"description": "",
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "c9d7d6987de61d4f4cfa04e583b94150ade7c7bf"
|
|
67
67
|
}
|