@privateaim/client-vue 0.8.30 → 0.8.32
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/index.mjs +7636 -10411
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +52 -0
- package/package.json +38 -37
- package/dist/index.css +0 -66
package/dist/style.css
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
|
|
2
|
+
.analysis-steps > div[data-v-f933ff6d] {
|
|
3
|
+
flex: 1 !important;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.analysis-item-card[data-v-3550bca2] {
|
|
7
|
+
width: 100%;
|
|
8
|
+
}
|
|
9
|
+
.analysis-item-card-title[data-v-3550bca2] {
|
|
10
|
+
font-size: 1rem;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.analysis-nodes .list-body {
|
|
14
|
+
flex-direction: column;
|
|
15
|
+
/*
|
|
16
|
+
justify-content: space-between;
|
|
17
|
+
*/
|
|
18
|
+
display: flex;
|
|
19
|
+
flex-wrap: wrap;
|
|
20
|
+
gap: 1rem;
|
|
21
|
+
}
|
|
22
|
+
.status-text {
|
|
23
|
+
height: 50px;
|
|
24
|
+
font-weight: 600;
|
|
25
|
+
text-transform: capitalize;
|
|
26
|
+
font-size: 1.25rem;
|
|
27
|
+
justify-content: center;
|
|
28
|
+
align-items: center;
|
|
29
|
+
border-radius: 5px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.bucket-file[data-v-5084fb91] {
|
|
33
|
+
display: flex;
|
|
34
|
+
align-items: center;
|
|
35
|
+
}
|
|
36
|
+
.bucket-file.checked[data-v-5084fb91] {
|
|
37
|
+
background: #c5d7e7;
|
|
38
|
+
}
|
|
39
|
+
.form-check-input[data-v-5084fb91] {
|
|
40
|
+
margin-top: -2px;
|
|
41
|
+
}
|
|
42
|
+
.bucket-file-text[data-v-5084fb91] {
|
|
43
|
+
font-weight: bold;
|
|
44
|
+
}
|
|
45
|
+
.bucket-file-size[data-v-5084fb91] {
|
|
46
|
+
font-size: 0.75rem;
|
|
47
|
+
}
|
|
48
|
+
.bucket-file-text[data-v-5084fb91] {
|
|
49
|
+
cursor: pointer;
|
|
50
|
+
font-size: 0.85rem;
|
|
51
|
+
line-height: 0.85rem;
|
|
52
|
+
}
|
package/package.json
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@privateaim/client-vue",
|
|
3
|
-
"
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "0.8.32",
|
|
4
5
|
"license": "Apache-2.0",
|
|
5
6
|
"description": "This package contains vue components.",
|
|
6
|
-
"module": "dist/index.mjs",
|
|
7
|
-
"types": "dist/index.d.
|
|
8
|
-
"style": "dist/
|
|
7
|
+
"module": "./dist/index.mjs",
|
|
8
|
+
"types": "./dist/index.d.mts",
|
|
9
|
+
"style": "./dist/style.css",
|
|
9
10
|
"exports": {
|
|
10
11
|
"./package.json": "./package.json",
|
|
11
|
-
"./dist/
|
|
12
|
+
"./dist/style.css": "./dist/style.css",
|
|
12
13
|
".": {
|
|
13
|
-
"types": "./dist/index.d.
|
|
14
|
+
"types": "./dist/index.d.mts",
|
|
14
15
|
"import": "./dist/index.mjs"
|
|
15
16
|
}
|
|
16
17
|
},
|
|
@@ -18,8 +19,8 @@
|
|
|
18
19
|
"dist/"
|
|
19
20
|
],
|
|
20
21
|
"scripts": {
|
|
22
|
+
"build:js": "tsdown",
|
|
21
23
|
"build:types": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.build.json",
|
|
22
|
-
"build:js": "cross-env NODE_ENV=production rollup -c",
|
|
23
24
|
"build": "rimraf ./dist && npm run build:js && npm run build:types",
|
|
24
25
|
"build:watch": "npm run build -- --watch"
|
|
25
26
|
},
|
|
@@ -39,20 +40,21 @@
|
|
|
39
40
|
},
|
|
40
41
|
"homepage": "https://github.com/PrivateAim/hub#readme",
|
|
41
42
|
"devDependencies": {
|
|
42
|
-
"@authup/client-web-kit": "^1.0.0-beta.
|
|
43
|
-
"@authup/core-kit": "^1.0.0-beta.
|
|
44
|
-
"@authup/core-
|
|
45
|
-
"@authup/core-realtime-kit": "^1.0.0-beta.
|
|
46
|
-
"@authup/kit": "^1.0.0-beta.
|
|
43
|
+
"@authup/client-web-kit": "^1.0.0-beta.35",
|
|
44
|
+
"@authup/core-http-kit": "^1.0.0-beta.35",
|
|
45
|
+
"@authup/core-kit": "^1.0.0-beta.35",
|
|
46
|
+
"@authup/core-realtime-kit": "^1.0.0-beta.35",
|
|
47
|
+
"@authup/kit": "^1.0.0-beta.35",
|
|
47
48
|
"@ilingo/vuelidate": "^6.0.0",
|
|
48
|
-
"@privateaim/kit": "^0.8.
|
|
49
|
-
"@privateaim/core-kit": "^0.8.
|
|
50
|
-
"@privateaim/
|
|
51
|
-
"@privateaim/
|
|
52
|
-
"@privateaim/
|
|
53
|
-
"@privateaim/
|
|
54
|
-
"@
|
|
55
|
-
"@
|
|
49
|
+
"@privateaim/core-http-kit": "^0.8.32",
|
|
50
|
+
"@privateaim/core-kit": "^0.8.32",
|
|
51
|
+
"@privateaim/core-realtime-kit": "^0.7.33",
|
|
52
|
+
"@privateaim/kit": "^0.8.32",
|
|
53
|
+
"@privateaim/storage-kit": "^0.8.32",
|
|
54
|
+
"@privateaim/telemetry-kit": "^0.8.32",
|
|
55
|
+
"@tsdown/css": "^0.21.7",
|
|
56
|
+
"@types/node": "^25.6.0",
|
|
57
|
+
"@vitejs/plugin-vue": "^6.0.5",
|
|
56
58
|
"@vuecs/form-controls": "^2.5.0",
|
|
57
59
|
"@vuecs/link": "^1.0.1",
|
|
58
60
|
"@vuecs/list-controls": "^2.0.1",
|
|
@@ -61,29 +63,28 @@
|
|
|
61
63
|
"@vuelidate/core": "^2.0.3",
|
|
62
64
|
"@vuelidate/validators": "^2.0.4",
|
|
63
65
|
"@vueuse/core": "^14.2.1",
|
|
64
|
-
"bootstrap-vue-next": "^0.
|
|
66
|
+
"bootstrap-vue-next": "^0.44.2",
|
|
65
67
|
"cross-env": "^10.1.0",
|
|
66
68
|
"pinia": "^3.0.3",
|
|
67
69
|
"rapiq": "^0.9.0",
|
|
68
|
-
"rollup-plugin-css-only": "^4.5.5",
|
|
69
70
|
"smob": "^1.6.1",
|
|
70
71
|
"socket.io-client": "^4.8.2",
|
|
71
|
-
"vue": "^3.5.
|
|
72
|
-
"vue-tsc": "^3.2.
|
|
72
|
+
"vue": "^3.5.32",
|
|
73
|
+
"vue-tsc": "^3.2.6",
|
|
73
74
|
"vue3-form-wizard": "0.3.5"
|
|
74
75
|
},
|
|
75
76
|
"peerDependencies": {
|
|
76
|
-
"@authup/client-web-kit": "^1.0.0-beta.
|
|
77
|
-
"@authup/core-kit": "^1.0.0-beta.
|
|
78
|
-
"@authup/core-
|
|
79
|
-
"@authup/core-realtime-kit": "^1.0.0-beta.
|
|
80
|
-
"@authup/kit": "^1.0.0-beta.
|
|
77
|
+
"@authup/client-web-kit": "^1.0.0-beta.35",
|
|
78
|
+
"@authup/core-http-kit": "^1.0.0-beta.35",
|
|
79
|
+
"@authup/core-kit": "^1.0.0-beta.35",
|
|
80
|
+
"@authup/core-realtime-kit": "^1.0.0-beta.35",
|
|
81
|
+
"@authup/kit": "^1.0.0-beta.35",
|
|
81
82
|
"@ilingo/vuelidate": "^5.0.4",
|
|
82
|
-
"@privateaim/kit": "^0.8.
|
|
83
|
-
"@privateaim/core-kit": "^0.8.
|
|
84
|
-
"@privateaim/
|
|
85
|
-
"@privateaim/storage-kit": "^0.8.
|
|
86
|
-
"@privateaim/telemetry-kit": "^0.8.
|
|
83
|
+
"@privateaim/core-http-kit": "^0.8.32",
|
|
84
|
+
"@privateaim/core-kit": "^0.8.32",
|
|
85
|
+
"@privateaim/kit": "^0.8.32",
|
|
86
|
+
"@privateaim/storage-kit": "^0.8.32",
|
|
87
|
+
"@privateaim/telemetry-kit": "^0.8.32",
|
|
87
88
|
"@vuecs/form-controls": "^2.5.0",
|
|
88
89
|
"@vuecs/link": "^1.0.1",
|
|
89
90
|
"@vuecs/list-controls": "^2.0.1",
|
|
@@ -91,13 +92,13 @@
|
|
|
91
92
|
"@vuecs/timeago": "^1.1.2",
|
|
92
93
|
"@vuelidate/core": "^2.x",
|
|
93
94
|
"@vuelidate/validators": "^2.x",
|
|
94
|
-
"
|
|
95
|
+
"@vueuse/core": "^14.2.1",
|
|
96
|
+
"bootstrap-vue-next": "^0.44.2",
|
|
95
97
|
"pinia": "^3.0.3",
|
|
96
98
|
"rapiq": ">=0.8.0 <1.0.0",
|
|
97
99
|
"smob": "^1.4.x",
|
|
98
100
|
"socket.io-client": "^4.8.2",
|
|
99
|
-
"vue": "^3.5.
|
|
100
|
-
"@vueuse/core": "^14.2.1",
|
|
101
|
+
"vue": "^3.5.32",
|
|
101
102
|
"vue3-form-wizard": "^0.2.9"
|
|
102
103
|
},
|
|
103
104
|
"publishConfig": {
|
package/dist/index.css
DELETED
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* vue3-form-wizard
|
|
3
|
-
* Creator:parsa jiravand
|
|
4
|
-
* vue3-form-wizard is a vue based component with no external depenendcies which simplifies tab wizard management.
|
|
5
|
-
* v0.3.5
|
|
6
|
-
* MIT License
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
.vue-form-wizard .wizard-btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:4px}.vue-form-wizard .wizard-btn.disabled,.vue-form-wizard .wizard-btn[disabled],fieldset[disabled] .vue-form-wizard .wizard-btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.vue-form-wizard *{box-sizing:border-box}.vue-form-wizard a{text-decoration:none}.vue-form-wizard .wizard-nav{margin-bottom:0;padding-left:0;list-style:none}.vue-form-wizard .wizard-nav>li{position:relative;display:block}.vue-form-wizard .wizard-nav>li>a{position:relative;display:block;padding:10px 15px}.vue-form-wizard .wizard-nav>li>a:hover,.vue-form-wizard .wizard-nav>li>a:focus{text-decoration:none;background-color:#eee}.vue-form-wizard .wizard-nav>li.disabled>a{color:#777}.vue-form-wizard .wizard-nav>li.disabled>a:hover,.vue-form-wizard .wizard-nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.vue-form-wizard .wizard-progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px #00000026;-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.vue-form-wizard .wizard-btn,.vue-form-wizard .navbar .navbar-nav>li>a.wizard-btn{box-sizing:border-box;border-width:2px;background-color:transparent;font-size:14px;font-weight:600;padding:6px 12px;min-width:140px}.vue-form-wizard .wizard-btn:hover,.vue-form-wizard .wizard-btn:focus,.vue-form-wizard .navbar .navbar-nav>li>a.wizard-btn:hover,.vue-form-wizard .navbar .navbar-nav>li>a.wizard-btn:focus{outline:0!important}.vue-form-wizard .wizard-nav-pills{margin-top:0;position:relative;text-align:center;display:flex;flex-wrap:wrap}.vue-form-wizard .wizard-nav-pills li,.vue-form-wizard .wizard-nav-pills a{flex:1;align-items:center;flex-wrap:wrap;flex-grow:1}.vue-form-wizard .wizard-nav-pills a{display:flex}.vue-form-wizard .wizard-nav-pills>li>a{display:flex;flex-direction:column;padding:0;margin:0 auto;color:#0003;position:relative;top:3px}.vue-form-wizard .wizard-nav-pills>li>a:hover,.vue-form-wizard .wizard-nav-pills>li>a:focus{background-color:transparent;color:#0003;outline:0!important}.vue-form-wizard .wizard-nav-pills>li>a.disabled{pointer-events:none;cursor:default}.vue-form-wizard .wizard-nav-pills>li.active>a,.vue-form-wizard .wizard-nav-pills>li.active>a:hover,.vue-form-wizard .wizard-nav-pills>li.active>a:focus{background-color:transparent;-webkit-transition:font-size .2s linear;-moz-transition:font-size .2s linear;-o-transition:font-size .2s linear;-ms-transition:font-size .2s linear;transition:font-size .2s linear}.vue-form-wizard .wizard-nav-pills>li.active>a .wizard-icon,.vue-form-wizard .wizard-nav-pills>li.active>a:hover .wizard-icon,.vue-form-wizard .wizard-nav-pills>li.active>a:focus .wizard-icon{color:#fff;font-size:24px;display:flex;align-items:center;justify-content:center;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;-ms-transition:all .2s linear;transition:all .2s linear}.vue-form-wizard{padding-bottom:20px}.vue-form-wizard .is_error{border-color:#c84513!important}.vue-form-wizard .is_error .icon-container{background:#c84513!important}.vue-form-wizard.xs .wizard-icon-circle{width:40px;height:40px;font-size:16px}.vue-form-wizard.xs .wizard-icon-circle.tab_shape{height:25px}.vue-form-wizard.xs .wizard-nav-pills>li.active>a .wizard-icon{font-size:16px}.vue-form-wizard.xs .wizard-navigation .wizard-progress-with-circle{position:relative;top:25px;height:4px}.vue-form-wizard.sm .wizard-icon-circle{width:50px;height:50px;font-size:20px}.vue-form-wizard.sm .wizard-icon-circle.tab_shape{height:30px}.vue-form-wizard.sm .wizard-nav-pills>li.active>a .wizard-icon{font-size:20px}.vue-form-wizard.sm .wizard-navigation .wizard-progress-with-circle{position:relative;top:30px;height:4px}.vue-form-wizard.md .wizard-icon-circle{width:70px;height:70px;font-size:24px}.vue-form-wizard.md .wizard-icon-circle.tab_shape{height:40px}.vue-form-wizard.md .wizard-nav-pills>li.active>a .wizard-icon{font-size:24px}.vue-form-wizard.md .wizard-navigation .wizard-progress-with-circle{position:relative;top:40px;height:4px}.vue-form-wizard.lg .wizard-icon-circle{width:90px;height:90px;font-size:28px}.vue-form-wizard.lg .wizard-icon-circle.tab_shape{height:50px}.vue-form-wizard.lg .wizard-nav-pills>li.active>a .wizard-icon{font-size:28px}.vue-form-wizard.lg .wizard-navigation .wizard-progress-with-circle{position:relative;top:50px;height:4px}.vue-form-wizard .wizard-icon-circle{font-size:18px;border:3px solid #F3F2EE;border-radius:50%;font-weight:600;width:70px;height:70px;background-color:#fff;position:relative;display:flex;justify-content:center;align-content:center}.vue-form-wizard .wizard-icon-circle.square_shape{border-radius:0}.vue-form-wizard .wizard-icon-circle.tab_shape{width:100%;min-width:100px;height:40px;border:none;background-color:#f3f2ee;border-radius:0}.vue-form-wizard .wizard-icon-circle .wizard-icon-container{display:flex;justify-content:center;flex:1;border-radius:50%;margin:-3px}.vue-form-wizard .wizard-icon-circle .wizard-icon-container.square_shape{border-radius:0}.vue-form-wizard .wizard-icon-circle .wizard-icon-container.tab_shape{border-radius:0;margin:0}.vue-form-wizard .wizard-icon-circle .wizard-icon{display:flex;align-items:center;justify-content:center}.vue-form-wizard .wizard-tab-content{min-height:100px;padding:30px 20px 10px}.vue-form-wizard .wizard-header{padding:15px;position:relative;border-radius:3px 3px 0 0;text-align:center}.vue-form-wizard .wizard-title{color:#252422;font-weight:300;margin:0;text-align:center}.vue-form-wizard .category{font-size:14px;font-weight:400;color:#9a9a9a;margin-bottom:0;text-align:center}.vue-form-wizard .wizard-navigation .wizard-progress-with-circle{position:relative;top:40px;height:4px}.vue-form-wizard .wizard-navigation .wizard-progress-with-circle .wizard-progress-bar{box-shadow:none;-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease}.vue-form-wizard .clearfix:after{content:"";clear:both;display:table}.vue-form-wizard .wizard-card-footer{padding:0 20px}.vue-form-wizard .wizard-card-footer .wizard-footer-left{float:left}.vue-form-wizard .wizard-card-footer .wizard-footer-right{float:right}@media screen and (max-width: 350px){.vue-form-wizard .wizard-card-footer{display:flex;justify-content:center;flex-direction:column}.vue-form-wizard .wizard-card-footer .wizard-footer-left,.vue-form-wizard .wizard-card-footer .wizard-footer-right{float:none;flex:1;display:flex;justify-content:center}.vue-form-wizard .wizard-card-footer .wizard-footer-right button{margin-top:10px}}.vue-form-wizard.vertical .wizard-card-footer{display:block}.vue-form-wizard.vertical .wizard-nav-pills{flex-direction:column}.vue-form-wizard.vertical .wizard-navigation{display:flex;flex-direction:row}.vue-form-wizard.vertical .wizard-card-footer{padding-top:30px}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
.analysis-steps > div[data-v-9b5f1e78] {
|
|
13
|
-
flex: 1 !important;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
.analysis-item-card[data-v-fbbdc3ff] {
|
|
18
|
-
width: 100%;
|
|
19
|
-
}
|
|
20
|
-
.analysis-item-card-title[data-v-fbbdc3ff] {
|
|
21
|
-
font-size: 1rem;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
.analysis-nodes .list-body {
|
|
26
|
-
flex-direction: column;
|
|
27
|
-
/*
|
|
28
|
-
justify-content: space-between;
|
|
29
|
-
*/
|
|
30
|
-
display: flex;
|
|
31
|
-
flex-wrap: wrap;
|
|
32
|
-
gap: 1rem;
|
|
33
|
-
}
|
|
34
|
-
.status-text {
|
|
35
|
-
height: 50px;
|
|
36
|
-
font-weight: 600;
|
|
37
|
-
text-transform: capitalize;
|
|
38
|
-
font-size: 1.25rem;
|
|
39
|
-
justify-content: center;
|
|
40
|
-
align-items: center;
|
|
41
|
-
border-radius: 5px;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
.bucket-file[data-v-6d12ed53] {
|
|
46
|
-
display: flex;
|
|
47
|
-
align-items: center;
|
|
48
|
-
}
|
|
49
|
-
.bucket-file.checked[data-v-6d12ed53] {
|
|
50
|
-
background: #c5d7e7;
|
|
51
|
-
}
|
|
52
|
-
.form-check-input[data-v-6d12ed53] {
|
|
53
|
-
margin-top: -2px;
|
|
54
|
-
}
|
|
55
|
-
.bucket-file-text[data-v-6d12ed53] {
|
|
56
|
-
font-weight: bold;
|
|
57
|
-
}
|
|
58
|
-
.bucket-file-size[data-v-6d12ed53] {
|
|
59
|
-
font-size: 0.75rem;
|
|
60
|
-
}
|
|
61
|
-
.bucket-file-text[data-v-6d12ed53] {
|
|
62
|
-
cursor: pointer;
|
|
63
|
-
font-size: 0.85rem;
|
|
64
|
-
line-height: 0.85rem;
|
|
65
|
-
}
|
|
66
|
-
|