@privateaim/client-vue 0.8.17 → 0.8.19
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/FAnalysis.d.ts +1 -1
- package/dist/components/analysis/FAnalysisBasicForm.vue.d.ts +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts +548 -534
- package/dist/components/analysis/wizard/FAnalysisWizard.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardLockModal.vue.d.ts +264 -258
- package/dist/components/analysis/wizard/FAnalysisWizardLockModal.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts +269 -263
- package/dist/components/analysis/wizard/FAnalysisWizardStepFiles.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts +267 -261
- package/dist/components/analysis/wizard/FAnalysisWizardStepNodes.vue.d.ts.map +1 -1
- package/dist/components/analysis/wizard/FAnalysisWizardStepSecurity.vue.d.ts +4 -2
- package/dist/components/analysis/wizard/FAnalysisWizardStepSecurity.vue.d.ts.map +1 -1
- package/dist/components/analysis-bucket/FAnalysisBucket.d.ts +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFile.vue.d.ts +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFile.vue.d.ts.map +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts +265 -259
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileManager.vue.d.ts.map +1 -1
- package/dist/components/analysis-bucket-file/FAnalysisBucketFileUpload.vue.d.ts.map +1 -1
- package/dist/components/analysis-log/FAnalysisLogs.vue.d.ts +57 -0
- package/dist/components/analysis-log/FAnalysisLogs.vue.d.ts.map +1 -0
- package/dist/components/analysis-log/index.d.ts +1 -1
- package/dist/components/analysis-log/index.d.ts.map +1 -1
- package/dist/components/analysis-node/FAnalysisNode.d.ts +1 -1
- package/dist/components/analysis-node/FAnalysisNodeAssignAction.d.ts +1 -1
- package/dist/components/analysis-node/FAnalysisNodeInCard.vue.d.ts +1 -1
- package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts +267 -261
- package/dist/components/analysis-node/FAnalysisNodeManager.vue.d.ts.map +1 -1
- package/dist/components/analysis-permission/FAnalysisPermissionAssignment.d.ts +1 -1
- package/dist/components/event/FEvents.vue.d.ts +25 -1
- package/dist/components/event/FEvents.vue.d.ts.map +1 -1
- package/dist/components/log/FLogs.vue.d.ts +12 -12
- package/dist/components/master-image/FMasterImage.d.ts +1 -1
- package/dist/components/master-image/FMasterImagePicker.d.ts.map +1 -1
- package/dist/components/master-image/FMasterImagesSync.d.ts +2 -1
- package/dist/components/master-image/FMasterImagesSync.d.ts.map +1 -1
- package/dist/components/node/FNodeForm.d.ts +1 -1
- package/dist/components/project/FProject.d.ts +1 -1
- package/dist/components/project/FProjectForm.d.ts +1 -1
- package/dist/components/project/FProjectForm.d.ts.map +1 -1
- package/dist/components/project-node/FProjectNode.d.ts +1 -1
- package/dist/components/project-node/FProjectNodeAssignAction.d.ts +1 -1
- package/dist/components/project-node/FProjectNodeInCard.vue.d.ts +264 -258
- package/dist/components/project-node/FProjectNodeInCard.vue.d.ts.map +1 -1
- package/dist/components/registry/FRegistryForm.d.ts +1 -1
- package/dist/components/registry-project/FRegistryProject.d.ts +1 -1
- package/dist/core/entity-socket/module.d.ts.map +1 -1
- package/dist/core/entity-socket/type.d.ts +1 -0
- package/dist/core/entity-socket/type.d.ts.map +1 -1
- package/dist/core/list/module.d.ts.map +1 -1
- package/dist/core/list/utils/handlers.d.ts +23 -5
- package/dist/core/list/utils/handlers.d.ts.map +1 -1
- package/dist/index.cjs +1414 -1274
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.mjs +1417 -1275
- package/dist/index.mjs.map +1 -1
- package/package.json +19 -19
- package/dist/components/analysis-log/FAnalysisLogs.d.ts +0 -25
- package/dist/components/analysis-log/FAnalysisLogs.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@privateaim/client-vue",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.19",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "This package contains vue components.",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
"@authup/core-realtime-kit": "^1.0.0-beta.27",
|
|
48
48
|
"@authup/kit": "^1.0.0-beta.27",
|
|
49
49
|
"@ilingo/vuelidate": "^5.0.4",
|
|
50
|
-
"@privateaim/kit": "^0.8.
|
|
51
|
-
"@privateaim/core-kit": "^0.8.
|
|
52
|
-
"@privateaim/telemetry-kit": "^0.8.
|
|
53
|
-
"@privateaim/core-http-kit": "^0.8.
|
|
54
|
-
"@privateaim/core-realtime-kit": "^0.7.
|
|
55
|
-
"@privateaim/storage-kit": "^0.8.
|
|
56
|
-
"@types/node": "^24.
|
|
50
|
+
"@privateaim/kit": "^0.8.19",
|
|
51
|
+
"@privateaim/core-kit": "^0.8.19",
|
|
52
|
+
"@privateaim/telemetry-kit": "^0.8.19",
|
|
53
|
+
"@privateaim/core-http-kit": "^0.8.19",
|
|
54
|
+
"@privateaim/core-realtime-kit": "^0.7.20",
|
|
55
|
+
"@privateaim/storage-kit": "^0.8.19",
|
|
56
|
+
"@types/node": "^24.5.1",
|
|
57
57
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
58
58
|
"@vuecs/form-controls": "^2.4.3",
|
|
59
59
|
"@vuecs/link": "^1.0.0",
|
|
@@ -62,17 +62,17 @@
|
|
|
62
62
|
"@vuecs/timeago": "^1.1.1",
|
|
63
63
|
"@vuelidate/core": "^2.0.3",
|
|
64
64
|
"@vuelidate/validators": "^2.0.4",
|
|
65
|
-
"@vueuse/core": "^13.
|
|
66
|
-
"bootstrap-vue-next": "^0.
|
|
65
|
+
"@vueuse/core": "^13.9.0",
|
|
66
|
+
"bootstrap-vue-next": "^0.40.4",
|
|
67
67
|
"cross-env": "^10.0.0",
|
|
68
68
|
"pinia": "^3.0.3",
|
|
69
69
|
"rapiq": "^0.9.0",
|
|
70
|
-
"rollup-plugin-css-only": "^4.5.
|
|
70
|
+
"rollup-plugin-css-only": "^4.5.5",
|
|
71
71
|
"smob": "^1.5.0",
|
|
72
72
|
"socket.io-client": "^4.8.1",
|
|
73
|
-
"vue": "^3.5.
|
|
74
|
-
"vue-tsc": "^3.0.
|
|
75
|
-
"vue3-form-wizard": "0.
|
|
73
|
+
"vue": "^3.5.21",
|
|
74
|
+
"vue-tsc": "^3.0.7",
|
|
75
|
+
"vue3-form-wizard": "0.3.4"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
78
|
"@authup/client-web-kit": "^1.0.0-beta.26",
|
|
@@ -81,9 +81,9 @@
|
|
|
81
81
|
"@authup/core-realtime-kit": "^1.0.0-beta.26",
|
|
82
82
|
"@authup/kit": "^1.0.0-beta.26",
|
|
83
83
|
"@ilingo/vuelidate": "^5.0.4",
|
|
84
|
-
"@privateaim/core-kit": "^0.8.
|
|
85
|
-
"@privateaim/storage-kit": "^0.8.
|
|
86
|
-
"@privateaim/telemetry-kit": "^0.8.
|
|
84
|
+
"@privateaim/core-kit": "^0.8.19",
|
|
85
|
+
"@privateaim/storage-kit": "^0.8.19",
|
|
86
|
+
"@privateaim/telemetry-kit": "^0.8.19",
|
|
87
87
|
"@vuecs/form-controls": "^1.3.0",
|
|
88
88
|
"@vuecs/link": "^1.0.0",
|
|
89
89
|
"@vuecs/list-controls": "^1.1.1",
|
|
@@ -91,12 +91,12 @@
|
|
|
91
91
|
"@vuecs/timeago": "^1.1.1",
|
|
92
92
|
"@vuelidate/core": "^2.x",
|
|
93
93
|
"@vuelidate/validators": "^2.x",
|
|
94
|
-
"bootstrap-vue-next": "^0.
|
|
94
|
+
"bootstrap-vue-next": "^0.40.4",
|
|
95
95
|
"pinia": "^3.0.3",
|
|
96
96
|
"rapiq": ">=0.8.0 <1.0.0",
|
|
97
97
|
"smob": "^1.4.x",
|
|
98
98
|
"socket.io-client": "^4.8.1",
|
|
99
|
-
"vue": "^3.5.
|
|
99
|
+
"vue": "^3.5.21",
|
|
100
100
|
"vue3-form-wizard": "^0.2.9"
|
|
101
101
|
},
|
|
102
102
|
"publishConfig": {
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
entityId: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
realmId: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: any;
|
|
9
|
-
};
|
|
10
|
-
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
11
|
-
[key: string]: any;
|
|
12
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
-
entityId: {
|
|
14
|
-
type: StringConstructor;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
17
|
-
realmId: {
|
|
18
|
-
type: StringConstructor;
|
|
19
|
-
default: any;
|
|
20
|
-
};
|
|
21
|
-
}>> & Readonly<{}>, {
|
|
22
|
-
realmId: string;
|
|
23
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
24
|
-
export default _default;
|
|
25
|
-
//# sourceMappingURL=FAnalysisLogs.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FAnalysisLogs.d.ts","sourceRoot":"","sources":["../../../src/components/analysis-log/FAnalysisLogs.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAiBA,wBA+FG"}
|