@ditojs/admin 2.77.0 → 2.77.1
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": "@ditojs/admin",
|
|
3
|
-
"version": "2.77.
|
|
3
|
+
"version": "2.77.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Dito.js Admin is a schema based admin interface for Dito.js Server, featuring auto-generated views and forms and built with Vue.js",
|
|
6
6
|
"repository": "https://github.com/ditojs/dito/tree/master/packages/admin",
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
"typescript": "^5.9.3",
|
|
94
94
|
"vite": "^7.3.1"
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "a8b76adf6fd81c8c43779c281605b7f28c97913c"
|
|
97
97
|
}
|
|
@@ -130,9 +130,10 @@
|
|
|
130
130
|
:buttons="buttonSchemas"
|
|
131
131
|
:schema="schema"
|
|
132
132
|
:dataPath="dataPath"
|
|
133
|
-
:data="
|
|
133
|
+
:data="data"
|
|
134
134
|
:meta="meta"
|
|
135
135
|
:store="store"
|
|
136
|
+
:nested="nested"
|
|
136
137
|
:disabled="disabled || isLoading"
|
|
137
138
|
:creatable="creatable"
|
|
138
139
|
:createPath="createPath"
|