@nanoporetech-digital/components-vue 8.19.0 → 8.20.0
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.
|
@@ -1395,7 +1395,7 @@
|
|
|
1395
1395
|
"options": []
|
|
1396
1396
|
},
|
|
1397
1397
|
"nano-global-nav/login-url": {
|
|
1398
|
-
"type": "string",
|
|
1398
|
+
"type": "(() => void) | string",
|
|
1399
1399
|
"description": "Url to the Nanopore login page. Will default to the url supplied by MyAccount",
|
|
1400
1400
|
"options": []
|
|
1401
1401
|
},
|
|
@@ -1405,7 +1405,7 @@
|
|
|
1405
1405
|
"options": []
|
|
1406
1406
|
},
|
|
1407
1407
|
"nano-global-nav/logout-url": {
|
|
1408
|
-
"type": "string",
|
|
1408
|
+
"type": "(() => void) | string",
|
|
1409
1409
|
"description": "Url to the Nanopore login page. Will default to the url supplied by MyAccount",
|
|
1410
1410
|
"options": []
|
|
1411
1411
|
},
|
|
@@ -1446,7 +1446,7 @@
|
|
|
1446
1446
|
},
|
|
1447
1447
|
"nano-global-nav/session-redirect": {
|
|
1448
1448
|
"type": "string",
|
|
1449
|
-
"description": "A url to take the user after login
|
|
1449
|
+
"description": "A url to take the user after login or logout. Defaults to current URL. Is automatically URI encoded",
|
|
1450
1450
|
"options": []
|
|
1451
1451
|
},
|
|
1452
1452
|
"nano-grid/l-cols": {
|
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@nanoporetech-digital/components-vue",
|
|
5
|
-
"version": "8.
|
|
5
|
+
"version": "8.19.1",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -3516,7 +3516,7 @@
|
|
|
3516
3516
|
"default": "''",
|
|
3517
3517
|
"value": {
|
|
3518
3518
|
"kind": "expression",
|
|
3519
|
-
"type": "string"
|
|
3519
|
+
"type": "(() => void) | string"
|
|
3520
3520
|
}
|
|
3521
3521
|
},
|
|
3522
3522
|
{
|
|
@@ -3536,7 +3536,7 @@
|
|
|
3536
3536
|
"default": "''",
|
|
3537
3537
|
"value": {
|
|
3538
3538
|
"kind": "expression",
|
|
3539
|
-
"type": "string"
|
|
3539
|
+
"type": "(() => void) | string"
|
|
3540
3540
|
}
|
|
3541
3541
|
},
|
|
3542
3542
|
{
|
|
@@ -3608,7 +3608,7 @@
|
|
|
3608
3608
|
},
|
|
3609
3609
|
{
|
|
3610
3610
|
"name": "session-redirect",
|
|
3611
|
-
"description": "A url to take the user after login
|
|
3611
|
+
"description": "A url to take the user after login or logout. Defaults to current URL. Is automatically URI encoded",
|
|
3612
3612
|
"required": false,
|
|
3613
3613
|
"value": {
|
|
3614
3614
|
"kind": "expression",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nanoporetech-digital/components-vue",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.20.0",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"description": "Vue 3 wrapper for Nano Components",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"vue-tsc": "^2.1.6"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@nanoporetech-digital/components": "8.
|
|
49
|
-
"@nanoporetech-digital/style": "8.
|
|
48
|
+
"@nanoporetech-digital/components": "8.20.0",
|
|
49
|
+
"@nanoporetech-digital/style": "8.20.0"
|
|
50
50
|
},
|
|
51
51
|
"gitHead": "cff1d0168dbe2193c1dc1a814ed1cb97b30cfc25",
|
|
52
52
|
"vetur": {
|