@privateaim/client-vue 0.8.6 → 0.8.8

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.
Files changed (46) hide show
  1. package/dist/components/analysis/FAnalysisBasicForm.vue.d.ts +3 -3
  2. package/dist/components/analysis/FAnalysisBasicForm.vue.d.ts.map +1 -1
  3. package/dist/components/analysis/FAnalysisImageCommandArguments.vue.d.ts +15 -15
  4. package/dist/components/analysis/FAnalysisImageCommandArguments.vue.d.ts.map +1 -1
  5. package/dist/components/analysis/FAnalysisItem.d.ts +0 -17
  6. package/dist/components/analysis/FAnalysisItem.d.ts.map +1 -1
  7. package/dist/components/analysis/FAnalysisItemCard.vue.d.ts +6 -23
  8. package/dist/components/analysis/FAnalysisItemCard.vue.d.ts.map +1 -1
  9. package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts +2183 -17
  10. package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts.map +1 -1
  11. package/dist/components/analysis/wizard/FAnalysisWizardLockModal.vue.d.ts +1084 -1
  12. package/dist/components/analysis/wizard/FAnalysisWizardLockModal.vue.d.ts.map +1 -1
  13. package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts +1084 -1
  14. package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts.map +1 -1
  15. package/dist/components/analysis/wizard/FAnalysisWizardStepImage.vue.d.ts +15 -15
  16. package/dist/components/analysis/wizard/FAnalysisWizardStepImage.vue.d.ts.map +1 -1
  17. package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts +1084 -1
  18. package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts.map +1 -1
  19. package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts +1084 -1
  20. package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts.map +1 -1
  21. package/dist/components/analysis-log/FAnalysisLog.d.ts.map +1 -1
  22. package/dist/components/analysis-node/FAnalysisNodeInCard.vue.d.ts.map +1 -1
  23. package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts +1084 -1
  24. package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts.map +1 -1
  25. package/dist/components/analysis-node/FAnalysisNodesProgress.vue.d.ts +0 -17
  26. package/dist/components/analysis-node/FAnalysisNodesProgress.vue.d.ts.map +1 -1
  27. package/dist/components/login/FLoginForm.vue.d.ts +3 -3
  28. package/dist/components/login/FLoginForm.vue.d.ts.map +1 -1
  29. package/dist/components/project/FProjectCreator.vue.d.ts +10 -10
  30. package/dist/components/project/FProjectCreator.vue.d.ts.map +1 -1
  31. package/dist/components/project/FProjectItemCard.vue.d.ts +16 -16
  32. package/dist/components/project/FProjectItemCard.vue.d.ts.map +1 -1
  33. package/dist/components/project-node/FProjectNodeInCard.vue.d.ts +1084 -1
  34. package/dist/components/project-node/FProjectNodeInCard.vue.d.ts.map +1 -1
  35. package/dist/components/utility/form-input-list/FFormInputList.vue.d.ts +3 -3
  36. package/dist/components/utility/form-input-list/FFormInputList.vue.d.ts.map +1 -1
  37. package/dist/components/utility/form-input-list/FFormInputListItem.vue.d.ts +3 -3
  38. package/dist/components/utility/form-input-list/FFormInputListItem.vue.d.ts.map +1 -1
  39. package/dist/core/http-client/setup.d.ts.map +1 -1
  40. package/dist/core/list/utils/handlers.d.ts.map +1 -1
  41. package/dist/index.cjs +332 -303
  42. package/dist/index.cjs.map +1 -1
  43. package/dist/index.css +49 -0
  44. package/dist/index.mjs +334 -305
  45. package/dist/index.mjs.map +1 -1
  46. package/package.json +28 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@privateaim/client-vue",
3
- "version": "0.8.6",
3
+ "version": "0.8.8",
4
4
  "license": "Apache-2.0",
5
5
  "description": "This package contains vue components.",
6
6
  "main": "dist/index.cjs",
@@ -41,29 +41,29 @@
41
41
  },
42
42
  "homepage": "https://github.com/PrivateAim/hub#readme",
43
43
  "devDependencies": {
44
- "@authup/client-web-kit": "^1.0.0-beta.24",
45
- "@authup/core-kit": "^1.0.0-beta.24",
46
- "@authup/core-http-kit": "^1.0.0-beta.24",
47
- "@authup/core-realtime-kit": "^1.0.0-beta.24",
48
- "@authup/kit": "^1.0.0-beta.24",
49
- "@ilingo/vuelidate": "^5.0.3",
50
- "@privateaim/core-kit": "^0.8.6",
51
- "@privateaim/kit": "^0.8.6",
52
- "@privateaim/core-http-kit": "^0.8.6",
53
- "@privateaim/storage-kit": "^0.8.6",
54
- "@types/node": "^22.13.1",
44
+ "@authup/client-web-kit": "^1.0.0-beta.26",
45
+ "@authup/core-kit": "^1.0.0-beta.26",
46
+ "@authup/core-http-kit": "^1.0.0-beta.26",
47
+ "@authup/core-realtime-kit": "^1.0.0-beta.26",
48
+ "@authup/kit": "^1.0.0-beta.26",
49
+ "@ilingo/vuelidate": "^5.0.4",
50
+ "@privateaim/core-kit": "^0.8.8",
51
+ "@privateaim/kit": "^0.8.8",
52
+ "@privateaim/core-http-kit": "^0.8.8",
53
+ "@privateaim/storage-kit": "^0.8.8",
54
+ "@types/node": "^22.14.1",
55
55
  "@vitejs/plugin-vue": "^5.1.4",
56
- "@vuecs/form-controls": "^2.4.2",
56
+ "@vuecs/form-controls": "^2.4.3",
57
57
  "@vuecs/link": "^1.0.0",
58
58
  "@vuecs/list-controls": "^2.0.0",
59
59
  "@vuecs/pagination": "^1.3.0",
60
- "@vuecs/timeago": "^1.1.0",
60
+ "@vuecs/timeago": "^1.1.1",
61
61
  "@vuelidate/core": "^2.0.3",
62
62
  "@vuelidate/validators": "^2.0.4",
63
- "@vueuse/core": "^12.5.0",
64
- "bootstrap-vue-next": "^0.26.26",
63
+ "@vueuse/core": "^13.1.0",
64
+ "bootstrap-vue-next": "^0.28.6",
65
65
  "cross-env": "^7.0.3",
66
- "pinia": "^2.3.1",
66
+ "pinia": "^3.0.2",
67
67
  "rapiq": "^0.9.0",
68
68
  "rollup-plugin-css-only": "^4.5.2",
69
69
  "smob": "^1.5.0",
@@ -73,23 +73,23 @@
73
73
  "vue3-form-wizard": "^0.2.4"
74
74
  },
75
75
  "peerDependencies": {
76
- "@authup/client-web-kit": "^1.0.0-beta.24",
77
- "@authup/core-kit": "^1.0.0-beta.24",
78
- "@authup/core-http-kit": "^1.0.0-beta.24",
79
- "@authup/core-realtime-kit": "^1.0.0-beta.24",
80
- "@authup/kit": "^1.0.0-beta.24",
81
- "@ilingo/vuelidate": "^5.0.3",
82
- "@privateaim/core-kit": "^0.8.6",
83
- "@privateaim/storage-kit": "^0.8.6",
76
+ "@authup/client-web-kit": "^1.0.0-beta.26",
77
+ "@authup/core-kit": "^1.0.0-beta.26",
78
+ "@authup/core-http-kit": "^1.0.0-beta.26",
79
+ "@authup/core-realtime-kit": "^1.0.0-beta.26",
80
+ "@authup/kit": "^1.0.0-beta.26",
81
+ "@ilingo/vuelidate": "^5.0.4",
82
+ "@privateaim/core-kit": "^0.8.8",
83
+ "@privateaim/storage-kit": "^0.8.8",
84
84
  "@vuecs/form-controls": "^1.3.0",
85
85
  "@vuecs/link": "^1.0.0",
86
86
  "@vuecs/list-controls": "^1.1.1",
87
87
  "@vuecs/pagination": "^1.1.1",
88
- "@vuecs/timeago": "^1.1.0",
88
+ "@vuecs/timeago": "^1.1.1",
89
89
  "@vuelidate/core": "^2.x",
90
90
  "@vuelidate/validators": "^2.x",
91
- "bootstrap-vue-next": "^0.26.26",
92
- "pinia": "^2.3.1",
91
+ "bootstrap-vue-next": "^0.28.6",
92
+ "pinia": "^3.0.2",
93
93
  "rapiq": ">=0.8.0 <1.0.0",
94
94
  "smob": "^1.4.x",
95
95
  "socket.io-client": "^4.8.1",