@privateaim/client-vue 0.8.10 → 0.8.12
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/dist/components/analysis/FAnalyses.d.ts.map +1 -1
- package/dist/components/analysis/FAnalysisItemCard.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts +345 -13
- package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardLockModal.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts +3 -13
- package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepSecurity.vue.d.ts +346 -0
- package/dist/components/analysis/wizard/FAnalysisWizardStepSecurity.vue.d.ts.map +1 -0
- package/dist/components/analysis-bucket-file/FAnalysisBucketFile.vue.d.ts +2 -10
- package/dist/components/analysis-bucket-file/FAnalysisBucketFile.vue.d.ts.map +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts +14 -24
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts.map +1 -1
- package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts.map +1 -1
- package/dist/components/analysis-permission/FAnalysisPermissionAssignment.d.ts +18 -0
- package/dist/components/analysis-permission/FAnalysisPermissionAssignment.d.ts.map +1 -0
- package/dist/components/analysis-permission/FAnalysisPermissionAssignments.d.ts +86 -0
- package/dist/components/analysis-permission/FAnalysisPermissionAssignments.d.ts.map +1 -0
- package/dist/components/analysis-permission/index.d.ts +3 -0
- package/dist/components/analysis-permission/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/project-node/FProjectNodeInCard.vue.d.ts.map +1 -1
- package/dist/core/entity-picker/index.d.ts +3 -0
- package/dist/core/entity-picker/index.d.ts.map +1 -0
- package/dist/core/entity-picker/module.d.ts +48 -0
- package/dist/core/entity-picker/module.d.ts.map +1 -0
- package/dist/core/entity-picker/types.d.ts +27 -0
- package/dist/core/entity-picker/types.d.ts.map +1 -0
- package/dist/core/list/module.d.ts.map +1 -1
- package/dist/core/list/utils/handlers.d.ts +2 -2
- package/dist/core/list/utils/handlers.d.ts.map +1 -1
- package/dist/index.cjs +692 -597
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +8 -0
- package/dist/index.mjs +692 -599
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@privateaim/client-vue",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.12",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "This package contains vue components.",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
"@authup/core-realtime-kit": "^1.0.0-beta.26",
|
|
48
48
|
"@authup/kit": "^1.0.0-beta.26",
|
|
49
49
|
"@ilingo/vuelidate": "^5.0.4",
|
|
50
|
-
"@privateaim/core-kit": "^0.8.
|
|
51
|
-
"@privateaim/kit": "^0.8.
|
|
52
|
-
"@privateaim/core-http-kit": "^0.8.
|
|
53
|
-
"@privateaim/storage-kit": "^0.8.
|
|
50
|
+
"@privateaim/core-kit": "^0.8.12",
|
|
51
|
+
"@privateaim/kit": "^0.8.12",
|
|
52
|
+
"@privateaim/core-http-kit": "^0.8.12",
|
|
53
|
+
"@privateaim/storage-kit": "^0.8.12",
|
|
54
54
|
"@types/node": "^22.14.1",
|
|
55
55
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
56
56
|
"@vuecs/form-controls": "^2.4.3",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"smob": "^1.5.0",
|
|
70
70
|
"socket.io-client": "^4.8.1",
|
|
71
71
|
"vue": "^3.5.11",
|
|
72
|
-
"vue-tsc": "^2.2.
|
|
72
|
+
"vue-tsc": "^2.2.10",
|
|
73
73
|
"vue3-form-wizard": "^0.2.4"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
"@authup/core-realtime-kit": "^1.0.0-beta.26",
|
|
80
80
|
"@authup/kit": "^1.0.0-beta.26",
|
|
81
81
|
"@ilingo/vuelidate": "^5.0.4",
|
|
82
|
-
"@privateaim/core-kit": "^0.8.
|
|
83
|
-
"@privateaim/storage-kit": "^0.8.
|
|
82
|
+
"@privateaim/core-kit": "^0.8.12",
|
|
83
|
+
"@privateaim/storage-kit": "^0.8.12",
|
|
84
84
|
"@vuecs/form-controls": "^1.3.0",
|
|
85
85
|
"@vuecs/link": "^1.0.0",
|
|
86
86
|
"@vuecs/list-controls": "^1.1.1",
|