@nebula.js/sn-table 1.9.0 → 1.9.1
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 +1 -1
- package/api-specifications/properties.json +1 -1
- package/core/esm/index.js +27 -10
- package/dist/sn-table.js +2 -2
- package/package.json +6 -72
- package/sn-table-ext/dist/sn-table.js +120 -0
- package/sn-table-ext/sn-table.js +1 -0
- package/sn-table-ext/sn-table.qext +9 -0
package/README.md
CHANGED
|
@@ -54,7 +54,7 @@ Build a nebula.js visualization as a Qlik Sense extension:
|
|
|
54
54
|
yarn build
|
|
55
55
|
```
|
|
56
56
|
|
|
57
|
-
Compress the generated '
|
|
57
|
+
Compress the generated 'sn-table-ext' folder into the 'application/zip' file format
|
|
58
58
|
|
|
59
59
|
| [Saas Edition of Qlik Sense] | [Qlik Sense Enterprise] | [Qlik Sense Desktop] |
|
|
60
60
|
| :-----------------------------------------------------------------------------: | :--------------------------------------------------------------: | :------------------------------------------------------------------------: |
|