@nanoporetech-digital/components-vue 4.3.1 → 4.4.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.
- package/CHANGELOG.md +16 -0
- package/dist/vetur/attributes.json +3 -3
- package/dist/web-types.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [4.4.0](https://git.oxfordnanolabs.local/Digital/nano-components/compare/v4.3.2...v4.4.0) (2023-03-10)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @nanoporetech-digital/components-vue
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [4.3.2](https://git.oxfordnanolabs.local/Digital/nano-components/compare/v4.3.1...v4.3.2) (2023-03-09)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @nanoporetech-digital/components-vue
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [4.3.1](https://git.oxfordnanolabs.local/Digital/nano-components/compare/v4.3.0...v4.3.1) (2023-03-08)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @nanoporetech-digital/components-vue
|
|
@@ -1698,17 +1698,17 @@
|
|
|
1698
1698
|
"options": []
|
|
1699
1699
|
},
|
|
1700
1700
|
"nano-overflow-nav/active-handler": {
|
|
1701
|
-
"type": "(item: HTMLElement) => void",
|
|
1701
|
+
"type": "(item: HTMLElement, _index: number) => void",
|
|
1702
1702
|
"description": "A function called when an item becomes 'active' (via click or keyboard)",
|
|
1703
1703
|
"options": []
|
|
1704
1704
|
},
|
|
1705
1705
|
"nano-overflow-nav/in-active-handler": {
|
|
1706
|
-
"type": "(item: HTMLElement) => void",
|
|
1706
|
+
"type": "(item: HTMLElement, _index: number) => void",
|
|
1707
1707
|
"description": "A function called when an item becomes 'inactive'\n(because another item was made active)",
|
|
1708
1708
|
"options": []
|
|
1709
1709
|
},
|
|
1710
1710
|
"nano-overflow-nav/is-active-handler": {
|
|
1711
|
-
"type": "(item: HTMLElement) => boolean",
|
|
1711
|
+
"type": "(item: HTMLElement, _index: number) => boolean",
|
|
1712
1712
|
"description": "A function called to assess an initial, active item",
|
|
1713
1713
|
"options": []
|
|
1714
1714
|
},
|
package/dist/web-types.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nanoporetech-digital/components-vue",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"description": "Vue 3 wrapper for Nano Components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"vue-tsc": "^0.0.24"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@nanoporetech-digital/components": "^4.
|
|
53
|
+
"@nanoporetech-digital/components": "^4.4.0"
|
|
54
54
|
},
|
|
55
55
|
"jest": {
|
|
56
56
|
"preset": "ts-jest",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "fb91e173651970e1d23a73b661444c6dec923154",
|
|
73
73
|
"vetur": {
|
|
74
74
|
"tags": "dist/vetur/tags.json",
|
|
75
75
|
"attributes": "dist/vetur/attributes.json"
|