orbcafe-ui 1.1.5 → 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 +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +18 -18
- package/dist/index.mjs +16 -16
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1173,6 +1173,7 @@ declare const en: {
|
|
|
1173
1173
|
readonly 'pivot.resultLabel': "Result";
|
|
1174
1174
|
readonly 'pivot.valueLabel': "Value";
|
|
1175
1175
|
readonly 'pivot.table.dimensions': "Dimensions";
|
|
1176
|
+
readonly 'pivot.config.title': "Configuration";
|
|
1176
1177
|
readonly 'pivot.fieldList': "Field List";
|
|
1177
1178
|
readonly 'pivot.availableDimensions': "Available dimensions";
|
|
1178
1179
|
readonly 'pivot.allFieldsInUse': "All fields are in use.";
|
|
@@ -1207,6 +1208,10 @@ declare const en: {
|
|
|
1207
1208
|
readonly 'pivot.preset.nameLabel': "Preset name";
|
|
1208
1209
|
readonly 'pivot.preset.defaultName': "Preset {index}";
|
|
1209
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";
|
|
1210
1215
|
readonly 'pivot.table.collapse.ariaExpand': "Expand pivot result";
|
|
1211
1216
|
readonly 'pivot.table.collapse.ariaCollapse': "Collapse pivot result";
|
|
1212
1217
|
readonly 'pivot.chart.title': "Pivot Chart";
|
package/dist/index.d.ts
CHANGED
|
@@ -1173,6 +1173,7 @@ declare const en: {
|
|
|
1173
1173
|
readonly 'pivot.resultLabel': "Result";
|
|
1174
1174
|
readonly 'pivot.valueLabel': "Value";
|
|
1175
1175
|
readonly 'pivot.table.dimensions': "Dimensions";
|
|
1176
|
+
readonly 'pivot.config.title': "Configuration";
|
|
1176
1177
|
readonly 'pivot.fieldList': "Field List";
|
|
1177
1178
|
readonly 'pivot.availableDimensions': "Available dimensions";
|
|
1178
1179
|
readonly 'pivot.allFieldsInUse': "All fields are in use.";
|
|
@@ -1207,6 +1208,10 @@ declare const en: {
|
|
|
1207
1208
|
readonly 'pivot.preset.nameLabel': "Preset name";
|
|
1208
1209
|
readonly 'pivot.preset.defaultName': "Preset {index}";
|
|
1209
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";
|
|
1210
1215
|
readonly 'pivot.table.collapse.ariaExpand': "Expand pivot result";
|
|
1211
1216
|
readonly 'pivot.table.collapse.ariaCollapse': "Collapse pivot result";
|
|
1212
1217
|
readonly 'pivot.chart.title': "Pivot Chart";
|