@nanoporetech-digital/components-vue 4.1.0 → 4.2.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 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
+ # [4.2.0](https://git.oxfordnanolabs.local/Digital/nano-components/compare/v4.1.0...v4.2.0) (2023-03-08)
7
+
8
+ **Note:** Version bump only for package @nanoporetech-digital/components-vue
9
+
10
+
11
+
12
+
13
+
6
14
  # [4.1.0](https://git.oxfordnanolabs.local/Digital/nano-components/compare/v4.0.0...v4.1.0) (2023-03-06)
7
15
 
8
16
 
@@ -2265,7 +2265,7 @@
2265
2265
  "options": []
2266
2266
  },
2267
2267
  "nano-table/columns": {
2268
- "type": "ColumnConfig<RowGeneric>[]",
2268
+ "type": "ColumnConfig<any>[]",
2269
2269
  "description": "The column config used to present the rows of data",
2270
2270
  "options": []
2271
2271
  },
@@ -2290,12 +2290,12 @@
2290
2290
  "options": []
2291
2291
  },
2292
2292
  "nano-table/foot-render": {
2293
- "type": "HeadFootRenderer",
2293
+ "type": "HeadFootRenderer<RowData<RowGeneric>>",
2294
2294
  "description": "Used for custom tfoot row rendering",
2295
2295
  "options": []
2296
2296
  },
2297
2297
  "nano-table/head-render": {
2298
- "type": "HeadFootRenderer",
2298
+ "type": "HeadFootRenderer<RowData<RowGeneric>>",
2299
2299
  "description": "Used for custom thead row rendering",
2300
2300
  "options": []
2301
2301
  },
@@ -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": "4.0.0",
5
+ "version": "4.1.0",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nanoporetech-digital/components-vue",
3
- "version": "4.1.0",
3
+ "version": "4.2.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.1.0"
53
+ "@nanoporetech-digital/components": "^4.2.0"
54
54
  },
55
55
  "jest": {
56
56
  "preset": "ts-jest",
@@ -69,7 +69,7 @@
69
69
  }
70
70
  }
71
71
  },
72
- "gitHead": "d397076f5eafad09f08fb69f606a43a871a470bc",
72
+ "gitHead": "1d9cea12688d2026d699f9be44673470494bf865",
73
73
  "vetur": {
74
74
  "tags": "dist/vetur/tags.json",
75
75
  "attributes": "dist/vetur/attributes.json"