@nebula.js/sn-table 2.0.0 → 2.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.
@@ -3,9 +3,9 @@
3
3
  "info": {
4
4
  "name": "@nebula.js/sn-table:properties",
5
5
  "description": "Table generic object definition",
6
- "version": "2.0.0",
6
+ "version": "2.2.0",
7
7
  "license": "MIT",
8
- "stability": "experimental",
8
+ "stability": "stable",
9
9
  "x-qlik-visibility": "public"
10
10
  },
11
11
  "entries": {
@@ -55,12 +55,6 @@
55
55
  ],
56
56
  "kind": "object",
57
57
  "entries": {
58
- "columnWidths": {
59
- "kind": "array",
60
- "items": {
61
- "type": "number"
62
- }
63
- },
64
58
  "qColumnOrder": {
65
59
  "kind": "array",
66
60
  "items": {
@@ -121,6 +115,7 @@
121
115
  },
122
116
  "totals": {
123
117
  "description": "totals settings",
118
+ "optional": true,
124
119
  "kind": "object",
125
120
  "entries": {
126
121
  "label": {
@@ -151,7 +146,7 @@
151
146
  "type": "string"
152
147
  },
153
148
  "show": {
154
- "description": "Determines if the way totals row is showing is handle automatically, if `true` the `position` prop will be ignored",
149
+ "description": "If set to true, the display of the totals row will be handled automatically, and the `position` prop will be ignored.",
155
150
  "optional": true,
156
151
  "defaultValue": true,
157
152
  "type": "boolean"
@@ -160,6 +155,7 @@
160
155
  },
161
156
  "usePagination": {
162
157
  "description": "Use pagination or continuous scroll. If undefined, defaults to using pagination",
158
+ "optional": true,
163
159
  "defaultValue": false,
164
160
  "type": "boolean"
165
161
  },
@@ -230,7 +226,7 @@
230
226
  "type": "number"
231
227
  },
232
228
  "percentage": {
233
- "description": "Is used (and mandatory) if type is `pixels`",
229
+ "description": "Is used (and mandatory) if type is `percentage`",
234
230
  "optional": true,
235
231
  "type": "number"
236
232
  }