@nebula.js/sn-table 6.0.3 → 6.0.5

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": "6.0.3",
6
+ "version": "6.0.5",
7
7
  "license": "MIT",
8
8
  "stability": "stable",
9
9
  "x-qlik-visibility": "public"
@@ -109,7 +109,14 @@
109
109
  "totals": {
110
110
  "description": "totals settings",
111
111
  "optional": true,
112
+ "kind": "object",
112
113
  "entries": {
114
+ "label": {
115
+ "description": "The label of the totals row, shown in the leftmost column",
116
+ "optional": true,
117
+ "defaultValue": "Totals",
118
+ "type": "string"
119
+ },
113
120
  "show": {
114
121
  "description": "If set to true, the display of the totals row will be handled automatically, and the `position` prop will be ignored.",
115
122
  "optional": true,
@@ -135,15 +142,8 @@
135
142
  "value": "'noTotals'"
136
143
  }
137
144
  ]
138
- },
139
- "label": {
140
- "description": "The label of the totals row, shown in the leftmost column",
141
- "optional": true,
142
- "defaultValue": "Totals",
143
- "type": "string"
144
145
  }
145
- },
146
- "kind": "object"
146
+ }
147
147
  },
148
148
  "usePagination": {
149
149
  "description": "Use pagination or continuous scroll. If undefined, defaults to using pagination",