adminforth 3.2.7 → 3.2.9

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.
@@ -116,7 +116,7 @@ async function cancel() {
116
116
  const shouldCancel = await props.beforeCancelFunction?.();
117
117
  if (shouldCancel === false) return;
118
118
  }
119
- isModalOpen.value = false;
119
+ close();
120
120
  }
121
121
 
122
122
  defineOptions({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "3.2.7",
3
+ "version": "3.2.9",
4
4
  "description": "OpenSource Agent-Native forth-generation admin panel",
5
5
  "keywords": [
6
6
  "adminforth",
@@ -129,11 +129,12 @@
129
129
  "typescript": "^5.4.5"
130
130
  },
131
131
  "peerDependencies": {
132
- "@adminforth/connector-clickhouse": "^1.0.2",
133
- "@adminforth/connector-mongo": "^1.0.1",
134
- "@adminforth/connector-mysql": "^1.0.1",
135
- "@adminforth/connector-postgres": "^1.0.1",
136
- "@adminforth/connector-sqlite": "^1.0.1"
132
+ "@adminforth/connector-clickhouse": "^1.0.4",
133
+ "@adminforth/connector-mongo": "^1.0.3",
134
+ "@adminforth/connector-mysql": "^1.0.3",
135
+ "@adminforth/connector-postgres": "^1.0.4",
136
+ "@adminforth/connector-sqlite": "^1.0.3",
137
+ "@adminforth/connector-qdrant": "^1.0.4"
137
138
  },
138
139
  "peerDependenciesMeta": {
139
140
  "@adminforth/connector-sqlite": {