@nebula.js/sn-table 3.11.0 → 3.12.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/README.md +0 -4
- package/api-specifications/properties.json +1 -1
- package/core/esm/index.js +10 -10
- package/dist/sn-table.js +3 -3
- package/dist/sn-table.systemjs.js +11 -11
- package/package.json +12 -12
- package/sn-table-ext/dist/sn-table.js +3 -3
- package/sn-table-ext/sn-table.qext +1 -1
package/README.md
CHANGED
|
@@ -4,10 +4,6 @@ Table supernova for [nebula.js]
|
|
|
4
4
|
|
|
5
5
|
More specifics and information about the sn-table can be found in [the Qlik developer portal](https://qlik.dev/libraries-and-tools/visualizations/table).
|
|
6
6
|
|
|
7
|
-
## Contribution
|
|
8
|
-
|
|
9
|
-
Information about developing and contributing can be found in our [contribution guide](./.github/CONTRIBUTION.md).
|
|
10
|
-
|
|
11
7
|
## Mashup Usage
|
|
12
8
|
|
|
13
9
|
### Installing
|