@privateaim/client-vue 0.8.7 → 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.
- package/dist/components/analysis/FAnalysisBasicForm.vue.d.ts +3 -3
- package/dist/components/analysis/FAnalysisBasicForm.vue.d.ts.map +1 -1
- package/dist/components/analysis/FAnalysisImageCommandArguments.vue.d.ts +15 -15
- package/dist/components/analysis/FAnalysisImageCommandArguments.vue.d.ts.map +1 -1
- package/dist/components/analysis/FAnalysisItem.d.ts +0 -17
- package/dist/components/analysis/FAnalysisItem.d.ts.map +1 -1
- package/dist/components/analysis/FAnalysisItemCard.vue.d.ts +6 -23
- package/dist/components/analysis/FAnalysisItemCard.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts +2183 -17
- package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardLockModal.vue.d.ts +1084 -1
- package/dist/components/analysis/wizard/FAnalysisWizardLockModal.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts +1084 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepImage.vue.d.ts +15 -15
- package/dist/components/analysis/wizard/FAnalysisWizardStepImage.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts +1084 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts.map +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts +1084 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts.map +1 -1
- package/dist/components/analysis-node/FAnalysisNodeInCard.vue.d.ts.map +1 -1
- package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts +1084 -1
- package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts.map +1 -1
- package/dist/components/analysis-node/FAnalysisNodesProgress.vue.d.ts +0 -17
- package/dist/components/analysis-node/FAnalysisNodesProgress.vue.d.ts.map +1 -1
- package/dist/components/login/FLoginForm.vue.d.ts +3 -3
- package/dist/components/login/FLoginForm.vue.d.ts.map +1 -1
- package/dist/components/project/FProjectCreator.vue.d.ts +10 -10
- package/dist/components/project/FProjectCreator.vue.d.ts.map +1 -1
- package/dist/components/project/FProjectItemCard.vue.d.ts +16 -16
- package/dist/components/project/FProjectItemCard.vue.d.ts.map +1 -1
- package/dist/components/project-node/FProjectNodeInCard.vue.d.ts +1084 -1
- package/dist/components/project-node/FProjectNodeInCard.vue.d.ts.map +1 -1
- package/dist/components/utility/form-input-list/FFormInputList.vue.d.ts +3 -3
- package/dist/components/utility/form-input-list/FFormInputList.vue.d.ts.map +1 -1
- package/dist/components/utility/form-input-list/FFormInputListItem.vue.d.ts +3 -3
- package/dist/components/utility/form-input-list/FFormInputListItem.vue.d.ts.map +1 -1
- package/dist/core/http-client/setup.d.ts.map +1 -1
- package/dist/core/list/utils/handlers.d.ts.map +1 -1
- package/dist/index.cjs +154 -194
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +49 -0
- package/dist/index.mjs +156 -196
- package/dist/index.mjs.map +1 -1
- 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.
|
|
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.
|
|
45
|
-
"@authup/core-kit": "^1.0.0-beta.
|
|
46
|
-
"@authup/core-http-kit": "^1.0.0-beta.
|
|
47
|
-
"@authup/core-realtime-kit": "^1.0.0-beta.
|
|
48
|
-
"@authup/kit": "^1.0.0-beta.
|
|
49
|
-
"@ilingo/vuelidate": "^5.0.
|
|
50
|
-
"@privateaim/core-kit": "^0.8.
|
|
51
|
-
"@privateaim/kit": "^0.8.
|
|
52
|
-
"@privateaim/core-http-kit": "^0.8.
|
|
53
|
-
"@privateaim/storage-kit": "^0.8.
|
|
54
|
-
"@types/node": "^22.
|
|
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.
|
|
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.
|
|
60
|
+
"@vuecs/timeago": "^1.1.1",
|
|
61
61
|
"@vuelidate/core": "^2.0.3",
|
|
62
62
|
"@vuelidate/validators": "^2.0.4",
|
|
63
|
-
"@vueuse/core": "^
|
|
64
|
-
"bootstrap-vue-next": "^0.
|
|
63
|
+
"@vueuse/core": "^13.1.0",
|
|
64
|
+
"bootstrap-vue-next": "^0.28.6",
|
|
65
65
|
"cross-env": "^7.0.3",
|
|
66
|
-
"pinia": "^
|
|
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.
|
|
77
|
-
"@authup/core-kit": "^1.0.0-beta.
|
|
78
|
-
"@authup/core-http-kit": "^1.0.0-beta.
|
|
79
|
-
"@authup/core-realtime-kit": "^1.0.0-beta.
|
|
80
|
-
"@authup/kit": "^1.0.0-beta.
|
|
81
|
-
"@ilingo/vuelidate": "^5.0.
|
|
82
|
-
"@privateaim/core-kit": "^0.8.
|
|
83
|
-
"@privateaim/storage-kit": "^0.8.
|
|
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.
|
|
88
|
+
"@vuecs/timeago": "^1.1.1",
|
|
89
89
|
"@vuelidate/core": "^2.x",
|
|
90
90
|
"@vuelidate/validators": "^2.x",
|
|
91
|
-
"bootstrap-vue-next": "^0.
|
|
92
|
-
"pinia": "^
|
|
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",
|