@nanoporetech-digital/components-vue 2.14.2 → 2.15.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 +8 -0
- package/dist/vetur/attributes.json +2 -2
- package/dist/web-types.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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
|
+
# [2.15.0](https://git.oxfordnanolabs.local/Digital/nano-components/compare/v2.14.2...v2.15.0) (2022-10-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @nanoporetech-digital/components-vue
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [2.14.2](https://git.oxfordnanolabs.local/Digital/nano-components/compare/v2.14.1...v2.14.2) (2022-09-28)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @nanoporetech-digital/components-vue
|
|
@@ -1773,7 +1773,7 @@
|
|
|
1773
1773
|
"options": []
|
|
1774
1774
|
},
|
|
1775
1775
|
"nano-rating/symbol": {
|
|
1776
|
-
"type": "(
|
|
1776
|
+
"type": "(_number: number) => string",
|
|
1777
1777
|
"description": "A function that returns the symbols to display.\nAllows for more granular control than `symbol-name`.\nAccepts an option `value` parameter you can use to map a specific symbol to a value.",
|
|
1778
1778
|
"options": []
|
|
1779
1779
|
},
|
|
@@ -2015,7 +2015,7 @@
|
|
|
2015
2015
|
},
|
|
2016
2016
|
"nano-split-pane/position": {
|
|
2017
2017
|
"type": "number",
|
|
2018
|
-
"description": "The current position of the divider from the primary panel's edge
|
|
2018
|
+
"description": "The current position of the divider from the primary panel's edge\nas a percentage 0-100. Defaults to 50% of the container's initial size.",
|
|
2019
2019
|
"options": []
|
|
2020
2020
|
},
|
|
2021
2021
|
"nano-split-pane/position-in-pixels": {
|
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": "2.
|
|
3
|
+
"version": "2.15.0",
|
|
4
4
|
"description": "Vue 3 wrapper for Nano Components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"vue-tsc": "^0.0.24"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@nanoporetech-digital/components": "^2.
|
|
51
|
+
"@nanoporetech-digital/components": "^2.15.0"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"vue": "3.1.4"
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "f58daf77f531897cc515d4ac3192f455bfdf95ce",
|
|
74
74
|
"vetur": {
|
|
75
75
|
"tags": "dist/vetur/tags.json",
|
|
76
76
|
"attributes": "dist/vetur/attributes.json"
|