orbcafe-ui 1.1.6 → 1.1.7

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/dist/index.d.mts CHANGED
@@ -1208,6 +1208,10 @@ declare const en: {
1208
1208
  readonly 'pivot.preset.nameLabel': "Preset name";
1209
1209
  readonly 'pivot.preset.defaultName': "Preset {index}";
1210
1210
  readonly 'pivot.table.sectionTitle': "Pivot Result";
1211
+ readonly 'pivot.table.expandRowsAll': "Expand rows";
1212
+ readonly 'pivot.table.collapseRowsAll': "Collapse rows";
1213
+ readonly 'pivot.table.expandColumnsAll': "Expand columns";
1214
+ readonly 'pivot.table.collapseColumnsAll': "Collapse columns";
1211
1215
  readonly 'pivot.table.collapse.ariaExpand': "Expand pivot result";
1212
1216
  readonly 'pivot.table.collapse.ariaCollapse': "Collapse pivot result";
1213
1217
  readonly 'pivot.chart.title': "Pivot Chart";
package/dist/index.d.ts CHANGED
@@ -1208,6 +1208,10 @@ declare const en: {
1208
1208
  readonly 'pivot.preset.nameLabel': "Preset name";
1209
1209
  readonly 'pivot.preset.defaultName': "Preset {index}";
1210
1210
  readonly 'pivot.table.sectionTitle': "Pivot Result";
1211
+ readonly 'pivot.table.expandRowsAll': "Expand rows";
1212
+ readonly 'pivot.table.collapseRowsAll': "Collapse rows";
1213
+ readonly 'pivot.table.expandColumnsAll': "Expand columns";
1214
+ readonly 'pivot.table.collapseColumnsAll': "Collapse columns";
1211
1215
  readonly 'pivot.table.collapse.ariaExpand': "Expand pivot result";
1212
1216
  readonly 'pivot.table.collapse.ariaCollapse': "Collapse pivot result";
1213
1217
  readonly 'pivot.chart.title': "Pivot Chart";