@privateaim/client-vue 0.8.2 → 0.8.4
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/Dropdown.d.ts +2 -2
- package/dist/components/FEntityDelete.d.ts +8 -12
- package/dist/components/FEntityDelete.d.ts.map +1 -1
- package/dist/components/analysis/FAnalyses.d.ts +7 -7
- package/dist/components/analysis/FAnalysis.d.ts +5 -5
- package/dist/components/analysis/FAnalysisBasicForm.vue.d.ts +192 -7
- package/dist/components/analysis/FAnalysisBasicForm.vue.d.ts.map +1 -1
- package/dist/components/analysis/FAnalysisBuildStatusText.vue.d.ts +5 -5
- package/dist/components/analysis/FAnalysisCommand.d.ts +5 -5
- package/dist/components/analysis/FAnalysisCommand.d.ts.map +1 -1
- package/dist/components/analysis/FAnalysisConfigurationStatusText.vue.d.ts +5 -5
- package/dist/components/analysis/FAnalysisImageCommand.d.ts +6 -6
- package/dist/components/analysis/FAnalysisItem.d.ts +325 -6
- package/dist/components/analysis/FAnalysisItem.d.ts.map +1 -1
- package/dist/components/analysis/FAnalysisItemCard.vue.d.ts +510 -8
- package/dist/components/analysis/FAnalysisItemCard.vue.d.ts.map +1 -1
- package/dist/components/analysis/FAnalysisName.d.ts +6 -6
- package/dist/components/analysis/FAnalysisPipeline.vue.d.ts +91 -6
- package/dist/components/analysis/FAnalysisPipeline.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts +1013 -8
- package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepBase.vue.d.ts +430 -6
- package/dist/components/analysis/wizard/FAnalysisWizardStepBase.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts +497 -9
- package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepFinal.vue.d.ts +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepFinal.vue.d.ts.map +1 -1
- package/dist/components/analysis-bucket/FAnalysisBucket.d.ts +5 -5
- package/dist/components/analysis-bucket/FAnalysisBucketDownload.d.ts +4 -4
- package/dist/components/analysis-bucket/FAnalysisBucketDownload.d.ts.map +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFile.vue.d.ts +9 -9
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileDownload.d.ts +4 -4
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileDownload.d.ts.map +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts +255 -17
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts.map +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFiles.d.ts +7 -7
- package/dist/components/analysis-bucket-file/FAnalysisBucketFiles.d.ts.map +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisFormFile.vue.d.ts +6 -6
- package/dist/components/analysis-bucket-file/FAnalysisFormFile.vue.d.ts.map +1 -1
- package/dist/components/analysis-log/FAnalysisLog.d.ts +5 -5
- package/dist/components/analysis-log/FAnalysisLogs.d.ts +5 -5
- package/dist/components/analysis-node/FAnalsisNodeApprovalCommand.d.ts +9 -9
- package/dist/components/analysis-node/FAnalsisNodeApprovalCommand.d.ts.map +1 -1
- package/dist/components/analysis-node/FAnalysisNode.d.ts +5 -5
- package/dist/components/analysis-node/FAnalysisNodeApprovalStatus.d.ts +5 -5
- package/dist/components/analysis-node/FAnalysisNodeApprovalStatus.d.ts.map +1 -1
- package/dist/components/analysis-node/FAnalysisNodeAssignAction.d.ts +6 -6
- package/dist/components/analysis-node/FAnalysisNodeInCard.vue.d.ts +258 -6
- package/dist/components/analysis-node/FAnalysisNodeInCard.vue.d.ts.map +1 -1
- package/dist/components/analysis-node/FAnalysisNodeRunStatus.d.ts +5 -5
- package/dist/components/analysis-node/FAnalysisNodeRunStatus.d.ts.map +1 -1
- package/dist/components/analysis-node/FAnalysisNodes.d.ts +11 -16
- package/dist/components/analysis-node/FAnalysisNodes.d.ts.map +1 -1
- package/dist/components/analysis-node/FAnalysisNodesProgress.vue.d.ts +124 -5
- package/dist/components/analysis-node/FAnalysisNodesProgress.vue.d.ts.map +1 -1
- package/dist/components/constants.d.ts +6 -0
- package/dist/components/constants.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/login/FLoginForm.vue.d.ts +179 -6
- package/dist/components/login/FLoginForm.vue.d.ts.map +1 -1
- package/dist/components/master-image/FMasterImagePicker.d.ts +85 -6
- package/dist/components/master-image/FMasterImagePicker.d.ts.map +1 -1
- package/dist/components/master-image/FMasterImages.d.ts +7 -7
- package/dist/components/master-image/FMasterImagesSync.d.ts +149 -2
- package/dist/components/master-image/FMasterImagesSync.d.ts.map +1 -1
- package/dist/components/master-image-group/FMasterImageGroups.d.ts +7 -7
- package/dist/components/node/FNodeForm.d.ts +7 -7
- package/dist/components/node/FNodeRegistryProject.d.ts +5 -5
- package/dist/components/node/FNodeRobot.d.ts +6 -5
- package/dist/components/node/FNodeRobot.d.ts.map +1 -1
- package/dist/components/node/FNodes.d.ts +7 -7
- package/dist/components/project/FProject.d.ts +5 -5
- package/dist/components/project/FProject.d.ts.map +1 -1
- package/dist/components/project/FProjectForm.d.ts +7 -7
- package/dist/components/project/FProjectForm.d.ts.map +1 -1
- package/dist/components/project/FProjectInForm.d.ts +4 -4
- package/dist/components/project/FProjectInForm.d.ts.map +1 -1
- package/dist/components/project/FProjectItem.d.ts +5 -5
- package/dist/components/project/FProjectItem.d.ts.map +1 -1
- package/dist/components/project/FProjectItemCard.vue.d.ts +191 -7
- package/dist/components/project/FProjectItemCard.vue.d.ts.map +1 -1
- package/dist/components/project/FProjects.d.ts +7 -7
- package/dist/components/project/FProjects.d.ts.map +1 -1
- package/dist/components/project-node/FProjectNode.d.ts +5 -5
- package/dist/components/project-node/FProjectNodeApprovalCommand.d.ts +9 -9
- package/dist/components/project-node/FProjectNodeApprovalCommand.d.ts.map +1 -1
- package/dist/components/project-node/FProjectNodeApprovalStatus.d.ts +5 -5
- package/dist/components/project-node/FProjectNodeApprovalStatus.d.ts.map +1 -1
- package/dist/components/project-node/FProjectNodeAssignAction.d.ts +6 -6
- package/dist/components/project-node/FProjectNodeInCard.vue.d.ts +160 -7
- package/dist/components/project-node/FProjectNodeInCard.vue.d.ts.map +1 -1
- package/dist/components/project-node/FProjectNodes.d.ts +9 -13
- package/dist/components/project-node/FProjectNodes.d.ts.map +1 -1
- package/dist/components/registry/FRegistries.d.ts +7 -7
- package/dist/components/registry/FRegistryCleanup.d.ts +150 -5
- package/dist/components/registry/FRegistryCleanup.d.ts.map +1 -1
- package/dist/components/registry/FRegistryForm.d.ts +7 -7
- package/dist/components/registry/FRegistrySetup.d.ts +150 -5
- package/dist/components/registry/FRegistrySetup.d.ts.map +1 -1
- package/dist/components/registry-project/FRegistryProject.d.ts +5 -5
- package/dist/components/registry-project/FRegistryProjectForm.d.ts +5 -5
- package/dist/components/registry-project/FRegistryProjects.d.ts +7 -7
- package/dist/components/utility/pagination/FPagination.d.ts +5 -5
- package/dist/components/utility/pagination/FPagination.d.ts.map +1 -1
- package/dist/components/utility/search/FSearch.d.ts +5 -5
- package/dist/components/utility/search/FSearch.d.ts.map +1 -1
- package/dist/components/utility/title/FTitle.d.ts +5 -5
- package/dist/components/utility/title/FTitle.d.ts.map +1 -1
- package/dist/core/entity-action-command/utils.d.ts.map +1 -1
- package/dist/core/http-client/setup.d.ts.map +1 -1
- package/dist/core/list/module.d.ts.map +1 -1
- package/dist/index.cjs +671 -700
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +677 -709
- package/dist/index.mjs.map +1 -1
- package/package.json +30 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@privateaim/client-vue",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.4",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "This package contains vue components.",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -41,45 +41,45 @@
|
|
|
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.4
|
|
55
|
-
"@vitejs/plugin-vue": "^5.1.
|
|
56
|
-
"@vuecs/form-controls": "^2.3.
|
|
44
|
+
"@authup/client-web-kit": "^1.0.0-beta.22",
|
|
45
|
+
"@authup/core-kit": "^1.0.0-beta.22",
|
|
46
|
+
"@authup/core-http-kit": "^1.0.0-beta.22",
|
|
47
|
+
"@authup/core-realtime-kit": "^1.0.0-beta.22",
|
|
48
|
+
"@authup/kit": "^1.0.0-beta.22",
|
|
49
|
+
"@ilingo/vuelidate": "^5.0.3",
|
|
50
|
+
"@privateaim/core-kit": "^0.8.4",
|
|
51
|
+
"@privateaim/kit": "^0.8.4",
|
|
52
|
+
"@privateaim/core-http-kit": "^0.8.4",
|
|
53
|
+
"@privateaim/storage-kit": "^0.8.4",
|
|
54
|
+
"@types/node": "^22.7.4",
|
|
55
|
+
"@vitejs/plugin-vue": "^5.1.4",
|
|
56
|
+
"@vuecs/form-controls": "^2.3.1",
|
|
57
57
|
"@vuecs/link": "^1.0.0",
|
|
58
|
-
"@vuecs/list-controls": "^
|
|
59
|
-
"@vuecs/pagination": "^1.
|
|
58
|
+
"@vuecs/list-controls": "^2.0.0",
|
|
59
|
+
"@vuecs/pagination": "^1.3.0",
|
|
60
60
|
"@vuecs/timeago": "^1.1.0",
|
|
61
61
|
"@vuelidate/core": "^2.0.3",
|
|
62
62
|
"@vuelidate/validators": "^2.0.4",
|
|
63
|
-
"bootstrap-vue-next": "^0.24.
|
|
63
|
+
"bootstrap-vue-next": "^0.24.23",
|
|
64
64
|
"cross-env": "^7.0.3",
|
|
65
65
|
"pinia": "^2.2.2",
|
|
66
66
|
"rapiq": "^0.9.0",
|
|
67
67
|
"rollup-plugin-css-only": "^4.5.2",
|
|
68
68
|
"smob": "^1.5.0",
|
|
69
|
-
"socket.io-client": "^4.
|
|
70
|
-
"vue": "^3.
|
|
69
|
+
"socket.io-client": "^4.8.0",
|
|
70
|
+
"vue": "^3.5.11",
|
|
71
71
|
"vue-tsc": "^2.0.29",
|
|
72
72
|
"vue3-form-wizard": "^0.2.4"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
75
|
-
"@authup/client-web-kit": "^1.0.0-beta.
|
|
76
|
-
"@authup/core-kit": "^1.0.0-beta.
|
|
77
|
-
"@authup/core-http-kit": "^1.0.0-beta.
|
|
78
|
-
"@authup/core-realtime-kit": "^1.0.0-beta.
|
|
79
|
-
"@authup/kit": "^1.0.0-beta.
|
|
80
|
-
"@ilingo/vuelidate": "^5.0.
|
|
81
|
-
"@privateaim/core-kit": "^0.8.
|
|
82
|
-
"@privateaim/storage-kit": "^0.8.
|
|
75
|
+
"@authup/client-web-kit": "^1.0.0-beta.20",
|
|
76
|
+
"@authup/core-kit": "^1.0.0-beta.20",
|
|
77
|
+
"@authup/core-http-kit": "^1.0.0-beta.20",
|
|
78
|
+
"@authup/core-realtime-kit": "^1.0.0-beta.20",
|
|
79
|
+
"@authup/kit": "^1.0.0-beta.20",
|
|
80
|
+
"@ilingo/vuelidate": "^5.0.3",
|
|
81
|
+
"@privateaim/core-kit": "^0.8.4",
|
|
82
|
+
"@privateaim/storage-kit": "^0.8.4",
|
|
83
83
|
"@vuecs/form-controls": "^1.3.0",
|
|
84
84
|
"@vuecs/link": "^1.0.0",
|
|
85
85
|
"@vuecs/list-controls": "^1.1.1",
|
|
@@ -87,12 +87,12 @@
|
|
|
87
87
|
"@vuecs/timeago": "^1.1.0",
|
|
88
88
|
"@vuelidate/core": "^2.x",
|
|
89
89
|
"@vuelidate/validators": "^2.x",
|
|
90
|
-
"bootstrap-vue-next": "^0.24.
|
|
90
|
+
"bootstrap-vue-next": "^0.24.23",
|
|
91
91
|
"pinia": "^2.2.2",
|
|
92
92
|
"rapiq": ">=0.8.0 <1.0.0",
|
|
93
93
|
"smob": "^1.4.x",
|
|
94
|
-
"socket.io-client": "^4.
|
|
95
|
-
"vue": "^3.
|
|
94
|
+
"socket.io-client": "^4.8.0",
|
|
95
|
+
"vue": "^3.5.11",
|
|
96
96
|
"vue3-form-wizard": "^0.2.4"
|
|
97
97
|
},
|
|
98
98
|
"publishConfig": {
|