@nebula.js/sn-table 3.7.0 → 3.8.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/api-specifications/properties.json +6 -2
- package/core/esm/index.js +16 -24
- package/dist/sn-table.js +62 -70
- package/dist/sn-table.systemjs.js +45 -53
- package/package.json +6 -6
- package/sn-table-ext/dist/sn-table.js +62 -70
- package/sn-table-ext/sn-table.qext +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "@nebula.js/sn-table:properties",
|
|
5
5
|
"description": "Table generic object definition",
|
|
6
|
-
"version": "3.
|
|
6
|
+
"version": "3.8.0",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"stability": "stable",
|
|
9
9
|
"x-qlik-visibility": "public"
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
"kind": "object",
|
|
252
252
|
"entries": {
|
|
253
253
|
"id": {
|
|
254
|
-
"description": "specifying what the
|
|
254
|
+
"description": "specifying what the style applies to",
|
|
255
255
|
"kind": "union",
|
|
256
256
|
"items": [
|
|
257
257
|
{
|
|
@@ -261,6 +261,10 @@
|
|
|
261
261
|
{
|
|
262
262
|
"kind": "literal",
|
|
263
263
|
"value": "'cellBackgroundColor'"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"kind": "literal",
|
|
267
|
+
"value": "'textStyleExpression'"
|
|
264
268
|
}
|
|
265
269
|
]
|
|
266
270
|
}
|