@nebula.js/sn-table 1.14.0 → 1.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.
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "name": "@nebula.js/sn-table:properties",
5
5
  "description": "Table generic object definition",
6
- "version": "1.14.0",
6
+ "version": "1.15.0",
7
7
  "license": "MIT",
8
8
  "stability": "experimental",
9
9
  "x-qlik-visibility": "public"
@@ -19,9 +19,10 @@
19
19
  "entries": {
20
20
  "components": {
21
21
  "description": "Holds general styling",
22
+ "nullable": true,
22
23
  "kind": "array",
23
24
  "items": {
24
- "type": "#/definitions/Styling"
25
+ "type": "#/definitions/Component"
25
26
  }
26
27
  },
27
28
  "footnote": {
@@ -73,18 +74,6 @@
73
74
  "items": {
74
75
  "type": "#/definitions/MeasureProperties"
75
76
  }
76
- },
77
- "qMode": {
78
- "defaultValue": "S",
79
- "type": "schemasNxHypercubeMode"
80
- },
81
- "qSuppressMissing": {
82
- "defaultValue": true,
83
- "type": "boolean"
84
- },
85
- "qSuppressZero": {
86
- "defaultValue": false,
87
- "type": "boolean"
88
77
  }
89
78
  }
90
79
  },
@@ -197,6 +186,24 @@
197
186
  }
198
187
  }
199
188
  },
189
+ "Component": {
190
+ "description": "General styling for all columns.\nSplit up into header and content (body) styling.\nIf any property is not set, default values specific for each property is used.",
191
+ "kind": "object",
192
+ "entries": {
193
+ "key": {
194
+ "description": "This should be set to `theme`",
195
+ "type": "string"
196
+ },
197
+ "content": {
198
+ "optional": true,
199
+ "type": "#/definitions/ContentStyling"
200
+ },
201
+ "header": {
202
+ "optional": true,
203
+ "type": "#/definitions/HeaderStyling"
204
+ }
205
+ }
206
+ },
200
207
  "ContentStyling": {
201
208
  "description": "Holds properties for font size, font color and hover styling.",
202
209
  "kind": "object",
@@ -225,6 +232,11 @@
225
232
  "description": "When only `hoverColor` is set, this is adjusted to either `#f4f4f4` or `#ffffff` for optimal contrast",
226
233
  "optional": true,
227
234
  "type": "#/definitions/PaletteColor"
235
+ },
236
+ "padding": {
237
+ "description": "Defaults to `7px 14px`",
238
+ "optional": true,
239
+ "type": "string"
228
240
  }
229
241
  }
230
242
  },
@@ -304,7 +316,7 @@
304
316
  "kind": "object",
305
317
  "entries": {
306
318
  "qDef": {
307
- "type": "NxInlineMeasureDef"
319
+ "type": "#/definitions/InlineMeasureDef"
308
320
  },
309
321
  "qAttributeExpressions": {
310
322
  "kind": "array",
@@ -328,24 +340,6 @@
328
340
  }
329
341
  }
330
342
  },
331
- "Styling": {
332
- "description": "General styling for all columns.\nSplit up into header and content (body) styling.\nIf any property is not set, default values specific for each property is used.",
333
- "kind": "object",
334
- "entries": {
335
- "key": {
336
- "description": "This should be set to `theme`",
337
- "type": "string"
338
- },
339
- "content": {
340
- "optional": true,
341
- "type": "#/definitions/ContentStyling"
342
- },
343
- "header": {
344
- "optional": true,
345
- "type": "#/definitions/HeaderStyling"
346
- }
347
- }
348
- },
349
343
  "TextAlign": {
350
344
  "description": "Holds text alignment for a specific column.",
351
345
  "extends": [