igniteui-angular-i18n 13.0.9 → 13.1.0-alpha.3
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/i18n/BG/grid-resources.d.ts +18 -0
- package/i18n/BG/grid-resources.js +19 -1
- package/i18n/BG/resources.d.ts +18 -0
- package/i18n/CS/grid-resources.d.ts +18 -0
- package/i18n/CS/grid-resources.js +19 -1
- package/i18n/CS/resources.d.ts +18 -0
- package/i18n/DA/grid-resources.d.ts +18 -0
- package/i18n/DA/grid-resources.js +19 -1
- package/i18n/DA/resources.d.ts +18 -0
- package/i18n/DE/grid-resources.d.ts +18 -0
- package/i18n/DE/grid-resources.js +19 -1
- package/i18n/DE/resources.d.ts +18 -0
- package/i18n/ES/grid-resources.d.ts +18 -0
- package/i18n/ES/grid-resources.js +19 -1
- package/i18n/ES/resources.d.ts +18 -0
- package/i18n/FR/grid-resources.d.ts +18 -0
- package/i18n/FR/grid-resources.js +19 -1
- package/i18n/FR/resources.d.ts +18 -0
- package/i18n/HU/grid-resources.d.ts +18 -0
- package/i18n/HU/grid-resources.js +19 -1
- package/i18n/HU/resources.d.ts +18 -0
- package/i18n/IT/grid-resources.d.ts +18 -0
- package/i18n/IT/grid-resources.js +19 -1
- package/i18n/IT/resources.d.ts +18 -0
- package/i18n/JA/grid-resources.d.ts +18 -0
- package/i18n/JA/grid-resources.js +19 -1
- package/i18n/JA/resources.d.ts +18 -0
- package/i18n/KO/grid-resources.d.ts +18 -0
- package/i18n/KO/grid-resources.js +19 -1
- package/i18n/KO/resources.d.ts +18 -0
- package/i18n/NB/grid-resources.d.ts +18 -0
- package/i18n/NB/grid-resources.js +19 -1
- package/i18n/NB/resources.d.ts +18 -0
- package/i18n/NL/grid-resources.d.ts +18 -0
- package/i18n/NL/grid-resources.js +19 -1
- package/i18n/NL/resources.d.ts +18 -0
- package/i18n/PL/grid-resources.d.ts +18 -0
- package/i18n/PL/grid-resources.js +19 -1
- package/i18n/PL/resources.d.ts +18 -0
- package/i18n/PT/grid-resources.d.ts +18 -0
- package/i18n/PT/grid-resources.js +19 -1
- package/i18n/PT/resources.d.ts +18 -0
- package/i18n/RO/grid-resources.d.ts +18 -0
- package/i18n/RO/grid-resources.js +19 -1
- package/i18n/RO/resources.d.ts +18 -0
- package/i18n/SV/grid-resources.d.ts +18 -0
- package/i18n/SV/grid-resources.js +19 -1
- package/i18n/SV/resources.d.ts +18 -0
- package/i18n/TR/grid-resources.d.ts +18 -0
- package/i18n/TR/grid-resources.js +19 -1
- package/i18n/TR/resources.d.ts +18 -0
- package/i18n/ZH-HANS/grid-resources.d.ts +18 -0
- package/i18n/ZH-HANS/grid-resources.js +19 -1
- package/i18n/ZH-HANS/resources.d.ts +18 -0
- package/i18n/ZH-HANT/grid-resources.d.ts +18 -0
- package/i18n/ZH-HANT/grid-resources.js +19 -1
- package/i18n/ZH-HANT/resources.d.ts +18 -0
- package/package.json +1 -1
|
@@ -133,4 +133,22 @@ export declare const GridResourceStringsBG: {
|
|
|
133
133
|
igx_grid_actions_unpin_label: string;
|
|
134
134
|
igx_grid_actions_jumpUp_label: string;
|
|
135
135
|
igx_grid_actions_jumpDown_label: string;
|
|
136
|
+
igx_grid_pivot_date_dimension_total: string;
|
|
137
|
+
igx_grid_pivot_aggregate_count: string;
|
|
138
|
+
igx_grid_pivot_aggregate_min: string;
|
|
139
|
+
igx_grid_pivot_aggregate_max: string;
|
|
140
|
+
igx_grid_pivot_aggregate_sum: string;
|
|
141
|
+
igx_grid_pivot_aggregate_avg: string;
|
|
142
|
+
igx_grid_pivot_aggregate_date_latest: string;
|
|
143
|
+
igx_grid_pivot_aggregate_date_earliest: string;
|
|
144
|
+
igx_grid_pivot_aggregate_time_latest: string;
|
|
145
|
+
igx_grid_pivot_aggregate_time_earliest: string;
|
|
146
|
+
igx_grid_pivot_empty_row_drop_area: string;
|
|
147
|
+
igx_grid_pivot_empty_column_drop_area: string;
|
|
148
|
+
igx_grid_pivot_empty_filter_drop_area: string;
|
|
149
|
+
igx_grid_pivot_empty_value_drop_area: string;
|
|
150
|
+
igx_grid_pivot_row_drop_chip: string;
|
|
151
|
+
igx_grid_pivot_column_drop_chip: string;
|
|
152
|
+
igx_grid_pivot_filter_drop_chip: string;
|
|
153
|
+
igx_grid_pivot_value_drop_chip: string;
|
|
136
154
|
};
|
|
@@ -133,7 +133,25 @@ const GridResourceStringsBG_ = {
|
|
|
133
133
|
igx_grid_actions_pin_label: 'Закачи',
|
|
134
134
|
igx_grid_actions_unpin_label: 'Откачи',
|
|
135
135
|
igx_grid_actions_jumpUp_label: 'Придвижи се нагоре',
|
|
136
|
-
igx_grid_actions_jumpDown_label: 'Придвижи се надолу'
|
|
136
|
+
igx_grid_actions_jumpDown_label: 'Придвижи се надолу',
|
|
137
|
+
igx_grid_pivot_date_dimension_total: 'All Periods',
|
|
138
|
+
igx_grid_pivot_aggregate_count: 'Count',
|
|
139
|
+
igx_grid_pivot_aggregate_min: 'Minimum',
|
|
140
|
+
igx_grid_pivot_aggregate_max: 'Maximum',
|
|
141
|
+
igx_grid_pivot_aggregate_sum: 'Sum',
|
|
142
|
+
igx_grid_pivot_aggregate_avg: 'Average',
|
|
143
|
+
igx_grid_pivot_aggregate_date_latest: 'Latest Date',
|
|
144
|
+
igx_grid_pivot_aggregate_date_earliest: 'Earliest Date',
|
|
145
|
+
igx_grid_pivot_aggregate_time_latest: 'Latest Time',
|
|
146
|
+
igx_grid_pivot_aggregate_time_earliest: 'Earliest Time',
|
|
147
|
+
igx_grid_pivot_empty_row_drop_area: 'Drop Row Fields here.',
|
|
148
|
+
igx_grid_pivot_empty_column_drop_area: 'Drop Column Fields here.',
|
|
149
|
+
igx_grid_pivot_empty_filter_drop_area: 'Drop Filter Fields here.',
|
|
150
|
+
igx_grid_pivot_empty_value_drop_area: 'Drop Value Fields here.',
|
|
151
|
+
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
|
|
152
|
+
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
|
|
153
|
+
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
|
|
154
|
+
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
|
|
137
155
|
};
|
|
138
156
|
/**
|
|
139
157
|
* Bulgarian resource strings for IgxGrid
|
package/i18n/BG/resources.d.ts
CHANGED
|
@@ -174,4 +174,22 @@ export declare const IgxResourceStringsBG: {
|
|
|
174
174
|
igx_grid_actions_unpin_label: string;
|
|
175
175
|
igx_grid_actions_jumpUp_label: string;
|
|
176
176
|
igx_grid_actions_jumpDown_label: string;
|
|
177
|
+
igx_grid_pivot_date_dimension_total: string;
|
|
178
|
+
igx_grid_pivot_aggregate_count: string;
|
|
179
|
+
igx_grid_pivot_aggregate_min: string;
|
|
180
|
+
igx_grid_pivot_aggregate_max: string;
|
|
181
|
+
igx_grid_pivot_aggregate_sum: string;
|
|
182
|
+
igx_grid_pivot_aggregate_avg: string;
|
|
183
|
+
igx_grid_pivot_aggregate_date_latest: string;
|
|
184
|
+
igx_grid_pivot_aggregate_date_earliest: string;
|
|
185
|
+
igx_grid_pivot_aggregate_time_latest: string;
|
|
186
|
+
igx_grid_pivot_aggregate_time_earliest: string;
|
|
187
|
+
igx_grid_pivot_empty_row_drop_area: string;
|
|
188
|
+
igx_grid_pivot_empty_column_drop_area: string;
|
|
189
|
+
igx_grid_pivot_empty_filter_drop_area: string;
|
|
190
|
+
igx_grid_pivot_empty_value_drop_area: string;
|
|
191
|
+
igx_grid_pivot_row_drop_chip: string;
|
|
192
|
+
igx_grid_pivot_column_drop_chip: string;
|
|
193
|
+
igx_grid_pivot_filter_drop_chip: string;
|
|
194
|
+
igx_grid_pivot_value_drop_chip: string;
|
|
177
195
|
};
|
|
@@ -133,4 +133,22 @@ export declare const GridResourceStringsCS: {
|
|
|
133
133
|
igx_grid_actions_unpin_label: string;
|
|
134
134
|
igx_grid_actions_jumpUp_label: string;
|
|
135
135
|
igx_grid_actions_jumpDown_label: string;
|
|
136
|
+
igx_grid_pivot_date_dimension_total: string;
|
|
137
|
+
igx_grid_pivot_aggregate_count: string;
|
|
138
|
+
igx_grid_pivot_aggregate_min: string;
|
|
139
|
+
igx_grid_pivot_aggregate_max: string;
|
|
140
|
+
igx_grid_pivot_aggregate_sum: string;
|
|
141
|
+
igx_grid_pivot_aggregate_avg: string;
|
|
142
|
+
igx_grid_pivot_aggregate_date_latest: string;
|
|
143
|
+
igx_grid_pivot_aggregate_date_earliest: string;
|
|
144
|
+
igx_grid_pivot_aggregate_time_latest: string;
|
|
145
|
+
igx_grid_pivot_aggregate_time_earliest: string;
|
|
146
|
+
igx_grid_pivot_empty_row_drop_area: string;
|
|
147
|
+
igx_grid_pivot_empty_column_drop_area: string;
|
|
148
|
+
igx_grid_pivot_empty_filter_drop_area: string;
|
|
149
|
+
igx_grid_pivot_empty_value_drop_area: string;
|
|
150
|
+
igx_grid_pivot_row_drop_chip: string;
|
|
151
|
+
igx_grid_pivot_column_drop_chip: string;
|
|
152
|
+
igx_grid_pivot_filter_drop_chip: string;
|
|
153
|
+
igx_grid_pivot_value_drop_chip: string;
|
|
136
154
|
};
|
|
@@ -133,7 +133,25 @@ const GridResourceStringsCS_ = {
|
|
|
133
133
|
igx_grid_actions_pin_label: 'Kolík',
|
|
134
134
|
igx_grid_actions_unpin_label: 'Odepnout',
|
|
135
135
|
igx_grid_actions_jumpUp_label: 'Vyskočit',
|
|
136
|
-
igx_grid_actions_jumpDown_label: 'Skočit dolů'
|
|
136
|
+
igx_grid_actions_jumpDown_label: 'Skočit dolů',
|
|
137
|
+
igx_grid_pivot_date_dimension_total: 'All Periods',
|
|
138
|
+
igx_grid_pivot_aggregate_count: 'Count',
|
|
139
|
+
igx_grid_pivot_aggregate_min: 'Minimum',
|
|
140
|
+
igx_grid_pivot_aggregate_max: 'Maximum',
|
|
141
|
+
igx_grid_pivot_aggregate_sum: 'Sum',
|
|
142
|
+
igx_grid_pivot_aggregate_avg: 'Average',
|
|
143
|
+
igx_grid_pivot_aggregate_date_latest: 'Latest Date',
|
|
144
|
+
igx_grid_pivot_aggregate_date_earliest: 'Earliest Date',
|
|
145
|
+
igx_grid_pivot_aggregate_time_latest: 'Latest Time',
|
|
146
|
+
igx_grid_pivot_aggregate_time_earliest: 'Earliest Time',
|
|
147
|
+
igx_grid_pivot_empty_row_drop_area: 'Drop Row Fields here.',
|
|
148
|
+
igx_grid_pivot_empty_column_drop_area: 'Drop Column Fields here.',
|
|
149
|
+
igx_grid_pivot_empty_filter_drop_area: 'Drop Filter Fields here.',
|
|
150
|
+
igx_grid_pivot_empty_value_drop_area: 'Drop Value Fields here.',
|
|
151
|
+
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
|
|
152
|
+
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
|
|
153
|
+
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
|
|
154
|
+
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
|
|
137
155
|
};
|
|
138
156
|
/**
|
|
139
157
|
* Czech resource strings for IgxGrid
|
package/i18n/CS/resources.d.ts
CHANGED
|
@@ -174,4 +174,22 @@ export declare const IgxResourceStringsCS: {
|
|
|
174
174
|
igx_grid_actions_unpin_label: string;
|
|
175
175
|
igx_grid_actions_jumpUp_label: string;
|
|
176
176
|
igx_grid_actions_jumpDown_label: string;
|
|
177
|
+
igx_grid_pivot_date_dimension_total: string;
|
|
178
|
+
igx_grid_pivot_aggregate_count: string;
|
|
179
|
+
igx_grid_pivot_aggregate_min: string;
|
|
180
|
+
igx_grid_pivot_aggregate_max: string;
|
|
181
|
+
igx_grid_pivot_aggregate_sum: string;
|
|
182
|
+
igx_grid_pivot_aggregate_avg: string;
|
|
183
|
+
igx_grid_pivot_aggregate_date_latest: string;
|
|
184
|
+
igx_grid_pivot_aggregate_date_earliest: string;
|
|
185
|
+
igx_grid_pivot_aggregate_time_latest: string;
|
|
186
|
+
igx_grid_pivot_aggregate_time_earliest: string;
|
|
187
|
+
igx_grid_pivot_empty_row_drop_area: string;
|
|
188
|
+
igx_grid_pivot_empty_column_drop_area: string;
|
|
189
|
+
igx_grid_pivot_empty_filter_drop_area: string;
|
|
190
|
+
igx_grid_pivot_empty_value_drop_area: string;
|
|
191
|
+
igx_grid_pivot_row_drop_chip: string;
|
|
192
|
+
igx_grid_pivot_column_drop_chip: string;
|
|
193
|
+
igx_grid_pivot_filter_drop_chip: string;
|
|
194
|
+
igx_grid_pivot_value_drop_chip: string;
|
|
177
195
|
};
|
|
@@ -133,4 +133,22 @@ export declare const GridResourceStringsDA: {
|
|
|
133
133
|
igx_grid_actions_unpin_label: string;
|
|
134
134
|
igx_grid_actions_jumpUp_label: string;
|
|
135
135
|
igx_grid_actions_jumpDown_label: string;
|
|
136
|
+
igx_grid_pivot_date_dimension_total: string;
|
|
137
|
+
igx_grid_pivot_aggregate_count: string;
|
|
138
|
+
igx_grid_pivot_aggregate_min: string;
|
|
139
|
+
igx_grid_pivot_aggregate_max: string;
|
|
140
|
+
igx_grid_pivot_aggregate_sum: string;
|
|
141
|
+
igx_grid_pivot_aggregate_avg: string;
|
|
142
|
+
igx_grid_pivot_aggregate_date_latest: string;
|
|
143
|
+
igx_grid_pivot_aggregate_date_earliest: string;
|
|
144
|
+
igx_grid_pivot_aggregate_time_latest: string;
|
|
145
|
+
igx_grid_pivot_aggregate_time_earliest: string;
|
|
146
|
+
igx_grid_pivot_empty_row_drop_area: string;
|
|
147
|
+
igx_grid_pivot_empty_column_drop_area: string;
|
|
148
|
+
igx_grid_pivot_empty_filter_drop_area: string;
|
|
149
|
+
igx_grid_pivot_empty_value_drop_area: string;
|
|
150
|
+
igx_grid_pivot_row_drop_chip: string;
|
|
151
|
+
igx_grid_pivot_column_drop_chip: string;
|
|
152
|
+
igx_grid_pivot_filter_drop_chip: string;
|
|
153
|
+
igx_grid_pivot_value_drop_chip: string;
|
|
136
154
|
};
|
|
@@ -133,7 +133,25 @@ const GridResourceStringsDA_ = {
|
|
|
133
133
|
igx_grid_actions_pin_label: 'Fastgør',
|
|
134
134
|
igx_grid_actions_unpin_label: 'Frigør',
|
|
135
135
|
igx_grid_actions_jumpUp_label: 'Spring op',
|
|
136
|
-
igx_grid_actions_jumpDown_label: 'Spring ned'
|
|
136
|
+
igx_grid_actions_jumpDown_label: 'Spring ned',
|
|
137
|
+
igx_grid_pivot_date_dimension_total: 'All Periods',
|
|
138
|
+
igx_grid_pivot_aggregate_count: 'Count',
|
|
139
|
+
igx_grid_pivot_aggregate_min: 'Minimum',
|
|
140
|
+
igx_grid_pivot_aggregate_max: 'Maximum',
|
|
141
|
+
igx_grid_pivot_aggregate_sum: 'Sum',
|
|
142
|
+
igx_grid_pivot_aggregate_avg: 'Average',
|
|
143
|
+
igx_grid_pivot_aggregate_date_latest: 'Latest Date',
|
|
144
|
+
igx_grid_pivot_aggregate_date_earliest: 'Earliest Date',
|
|
145
|
+
igx_grid_pivot_aggregate_time_latest: 'Latest Time',
|
|
146
|
+
igx_grid_pivot_aggregate_time_earliest: 'Earliest Time',
|
|
147
|
+
igx_grid_pivot_empty_row_drop_area: 'Drop Row Fields here.',
|
|
148
|
+
igx_grid_pivot_empty_column_drop_area: 'Drop Column Fields here.',
|
|
149
|
+
igx_grid_pivot_empty_filter_drop_area: 'Drop Filter Fields here.',
|
|
150
|
+
igx_grid_pivot_empty_value_drop_area: 'Drop Value Fields here.',
|
|
151
|
+
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
|
|
152
|
+
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
|
|
153
|
+
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
|
|
154
|
+
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
|
|
137
155
|
};
|
|
138
156
|
/**
|
|
139
157
|
* Danish resource strings for IgxGrid
|
package/i18n/DA/resources.d.ts
CHANGED
|
@@ -174,4 +174,22 @@ export declare const IgxResourceStringsDA: {
|
|
|
174
174
|
igx_grid_actions_unpin_label: string;
|
|
175
175
|
igx_grid_actions_jumpUp_label: string;
|
|
176
176
|
igx_grid_actions_jumpDown_label: string;
|
|
177
|
+
igx_grid_pivot_date_dimension_total: string;
|
|
178
|
+
igx_grid_pivot_aggregate_count: string;
|
|
179
|
+
igx_grid_pivot_aggregate_min: string;
|
|
180
|
+
igx_grid_pivot_aggregate_max: string;
|
|
181
|
+
igx_grid_pivot_aggregate_sum: string;
|
|
182
|
+
igx_grid_pivot_aggregate_avg: string;
|
|
183
|
+
igx_grid_pivot_aggregate_date_latest: string;
|
|
184
|
+
igx_grid_pivot_aggregate_date_earliest: string;
|
|
185
|
+
igx_grid_pivot_aggregate_time_latest: string;
|
|
186
|
+
igx_grid_pivot_aggregate_time_earliest: string;
|
|
187
|
+
igx_grid_pivot_empty_row_drop_area: string;
|
|
188
|
+
igx_grid_pivot_empty_column_drop_area: string;
|
|
189
|
+
igx_grid_pivot_empty_filter_drop_area: string;
|
|
190
|
+
igx_grid_pivot_empty_value_drop_area: string;
|
|
191
|
+
igx_grid_pivot_row_drop_chip: string;
|
|
192
|
+
igx_grid_pivot_column_drop_chip: string;
|
|
193
|
+
igx_grid_pivot_filter_drop_chip: string;
|
|
194
|
+
igx_grid_pivot_value_drop_chip: string;
|
|
177
195
|
};
|
|
@@ -133,4 +133,22 @@ export declare const GridResourceStringsDE: {
|
|
|
133
133
|
igx_grid_actions_unpin_label: string;
|
|
134
134
|
igx_grid_actions_jumpUp_label: string;
|
|
135
135
|
igx_grid_actions_jumpDown_label: string;
|
|
136
|
+
igx_grid_pivot_date_dimension_total: string;
|
|
137
|
+
igx_grid_pivot_aggregate_count: string;
|
|
138
|
+
igx_grid_pivot_aggregate_min: string;
|
|
139
|
+
igx_grid_pivot_aggregate_max: string;
|
|
140
|
+
igx_grid_pivot_aggregate_sum: string;
|
|
141
|
+
igx_grid_pivot_aggregate_avg: string;
|
|
142
|
+
igx_grid_pivot_aggregate_date_latest: string;
|
|
143
|
+
igx_grid_pivot_aggregate_date_earliest: string;
|
|
144
|
+
igx_grid_pivot_aggregate_time_latest: string;
|
|
145
|
+
igx_grid_pivot_aggregate_time_earliest: string;
|
|
146
|
+
igx_grid_pivot_empty_row_drop_area: string;
|
|
147
|
+
igx_grid_pivot_empty_column_drop_area: string;
|
|
148
|
+
igx_grid_pivot_empty_filter_drop_area: string;
|
|
149
|
+
igx_grid_pivot_empty_value_drop_area: string;
|
|
150
|
+
igx_grid_pivot_row_drop_chip: string;
|
|
151
|
+
igx_grid_pivot_column_drop_chip: string;
|
|
152
|
+
igx_grid_pivot_filter_drop_chip: string;
|
|
153
|
+
igx_grid_pivot_value_drop_chip: string;
|
|
136
154
|
};
|
|
@@ -133,7 +133,25 @@ const GridResourceStringsDE_ = {
|
|
|
133
133
|
igx_grid_actions_pin_label: 'Fixiere',
|
|
134
134
|
igx_grid_actions_unpin_label: 'Löse',
|
|
135
135
|
igx_grid_actions_jumpUp_label: 'Springe hoch',
|
|
136
|
-
igx_grid_actions_jumpDown_label: 'Springe runter'
|
|
136
|
+
igx_grid_actions_jumpDown_label: 'Springe runter',
|
|
137
|
+
igx_grid_pivot_date_dimension_total: 'All Periods',
|
|
138
|
+
igx_grid_pivot_aggregate_count: 'Count',
|
|
139
|
+
igx_grid_pivot_aggregate_min: 'Minimum',
|
|
140
|
+
igx_grid_pivot_aggregate_max: 'Maximum',
|
|
141
|
+
igx_grid_pivot_aggregate_sum: 'Sum',
|
|
142
|
+
igx_grid_pivot_aggregate_avg: 'Average',
|
|
143
|
+
igx_grid_pivot_aggregate_date_latest: 'Latest Date',
|
|
144
|
+
igx_grid_pivot_aggregate_date_earliest: 'Earliest Date',
|
|
145
|
+
igx_grid_pivot_aggregate_time_latest: 'Latest Time',
|
|
146
|
+
igx_grid_pivot_aggregate_time_earliest: 'Earliest Time',
|
|
147
|
+
igx_grid_pivot_empty_row_drop_area: 'Drop Row Fields here.',
|
|
148
|
+
igx_grid_pivot_empty_column_drop_area: 'Drop Column Fields here.',
|
|
149
|
+
igx_grid_pivot_empty_filter_drop_area: 'Drop Filter Fields here.',
|
|
150
|
+
igx_grid_pivot_empty_value_drop_area: 'Drop Value Fields here.',
|
|
151
|
+
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
|
|
152
|
+
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
|
|
153
|
+
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
|
|
154
|
+
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
|
|
137
155
|
};
|
|
138
156
|
/**
|
|
139
157
|
* German resource strings for IgxGrid
|
package/i18n/DE/resources.d.ts
CHANGED
|
@@ -174,4 +174,22 @@ export declare const IgxResourceStringsDE: {
|
|
|
174
174
|
igx_grid_actions_unpin_label: string;
|
|
175
175
|
igx_grid_actions_jumpUp_label: string;
|
|
176
176
|
igx_grid_actions_jumpDown_label: string;
|
|
177
|
+
igx_grid_pivot_date_dimension_total: string;
|
|
178
|
+
igx_grid_pivot_aggregate_count: string;
|
|
179
|
+
igx_grid_pivot_aggregate_min: string;
|
|
180
|
+
igx_grid_pivot_aggregate_max: string;
|
|
181
|
+
igx_grid_pivot_aggregate_sum: string;
|
|
182
|
+
igx_grid_pivot_aggregate_avg: string;
|
|
183
|
+
igx_grid_pivot_aggregate_date_latest: string;
|
|
184
|
+
igx_grid_pivot_aggregate_date_earliest: string;
|
|
185
|
+
igx_grid_pivot_aggregate_time_latest: string;
|
|
186
|
+
igx_grid_pivot_aggregate_time_earliest: string;
|
|
187
|
+
igx_grid_pivot_empty_row_drop_area: string;
|
|
188
|
+
igx_grid_pivot_empty_column_drop_area: string;
|
|
189
|
+
igx_grid_pivot_empty_filter_drop_area: string;
|
|
190
|
+
igx_grid_pivot_empty_value_drop_area: string;
|
|
191
|
+
igx_grid_pivot_row_drop_chip: string;
|
|
192
|
+
igx_grid_pivot_column_drop_chip: string;
|
|
193
|
+
igx_grid_pivot_filter_drop_chip: string;
|
|
194
|
+
igx_grid_pivot_value_drop_chip: string;
|
|
177
195
|
};
|
|
@@ -133,4 +133,22 @@ export declare const GridResourceStringsES: {
|
|
|
133
133
|
igx_grid_actions_unpin_label: string;
|
|
134
134
|
igx_grid_actions_jumpUp_label: string;
|
|
135
135
|
igx_grid_actions_jumpDown_label: string;
|
|
136
|
+
igx_grid_pivot_date_dimension_total: string;
|
|
137
|
+
igx_grid_pivot_aggregate_count: string;
|
|
138
|
+
igx_grid_pivot_aggregate_min: string;
|
|
139
|
+
igx_grid_pivot_aggregate_max: string;
|
|
140
|
+
igx_grid_pivot_aggregate_sum: string;
|
|
141
|
+
igx_grid_pivot_aggregate_avg: string;
|
|
142
|
+
igx_grid_pivot_aggregate_date_latest: string;
|
|
143
|
+
igx_grid_pivot_aggregate_date_earliest: string;
|
|
144
|
+
igx_grid_pivot_aggregate_time_latest: string;
|
|
145
|
+
igx_grid_pivot_aggregate_time_earliest: string;
|
|
146
|
+
igx_grid_pivot_empty_row_drop_area: string;
|
|
147
|
+
igx_grid_pivot_empty_column_drop_area: string;
|
|
148
|
+
igx_grid_pivot_empty_filter_drop_area: string;
|
|
149
|
+
igx_grid_pivot_empty_value_drop_area: string;
|
|
150
|
+
igx_grid_pivot_row_drop_chip: string;
|
|
151
|
+
igx_grid_pivot_column_drop_chip: string;
|
|
152
|
+
igx_grid_pivot_filter_drop_chip: string;
|
|
153
|
+
igx_grid_pivot_value_drop_chip: string;
|
|
136
154
|
};
|
|
@@ -133,7 +133,25 @@ const GridResourceStringsES_ = {
|
|
|
133
133
|
igx_grid_actions_pin_label: 'Anclar',
|
|
134
134
|
igx_grid_actions_unpin_label: 'Desanclar',
|
|
135
135
|
igx_grid_actions_jumpUp_label: 'Saltar arriba',
|
|
136
|
-
igx_grid_actions_jumpDown_label: 'Saltar abajo'
|
|
136
|
+
igx_grid_actions_jumpDown_label: 'Saltar abajo',
|
|
137
|
+
igx_grid_pivot_date_dimension_total: 'All Periods',
|
|
138
|
+
igx_grid_pivot_aggregate_count: 'Count',
|
|
139
|
+
igx_grid_pivot_aggregate_min: 'Minimum',
|
|
140
|
+
igx_grid_pivot_aggregate_max: 'Maximum',
|
|
141
|
+
igx_grid_pivot_aggregate_sum: 'Sum',
|
|
142
|
+
igx_grid_pivot_aggregate_avg: 'Average',
|
|
143
|
+
igx_grid_pivot_aggregate_date_latest: 'Latest Date',
|
|
144
|
+
igx_grid_pivot_aggregate_date_earliest: 'Earliest Date',
|
|
145
|
+
igx_grid_pivot_aggregate_time_latest: 'Latest Time',
|
|
146
|
+
igx_grid_pivot_aggregate_time_earliest: 'Earliest Time',
|
|
147
|
+
igx_grid_pivot_empty_row_drop_area: 'Drop Row Fields here.',
|
|
148
|
+
igx_grid_pivot_empty_column_drop_area: 'Drop Column Fields here.',
|
|
149
|
+
igx_grid_pivot_empty_filter_drop_area: 'Drop Filter Fields here.',
|
|
150
|
+
igx_grid_pivot_empty_value_drop_area: 'Drop Value Fields here.',
|
|
151
|
+
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
|
|
152
|
+
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
|
|
153
|
+
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
|
|
154
|
+
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
|
|
137
155
|
};
|
|
138
156
|
/**
|
|
139
157
|
* Spanish resource strings for IgxGrid
|
package/i18n/ES/resources.d.ts
CHANGED
|
@@ -174,4 +174,22 @@ export declare const IgxResourceStringsES: {
|
|
|
174
174
|
igx_grid_actions_unpin_label: string;
|
|
175
175
|
igx_grid_actions_jumpUp_label: string;
|
|
176
176
|
igx_grid_actions_jumpDown_label: string;
|
|
177
|
+
igx_grid_pivot_date_dimension_total: string;
|
|
178
|
+
igx_grid_pivot_aggregate_count: string;
|
|
179
|
+
igx_grid_pivot_aggregate_min: string;
|
|
180
|
+
igx_grid_pivot_aggregate_max: string;
|
|
181
|
+
igx_grid_pivot_aggregate_sum: string;
|
|
182
|
+
igx_grid_pivot_aggregate_avg: string;
|
|
183
|
+
igx_grid_pivot_aggregate_date_latest: string;
|
|
184
|
+
igx_grid_pivot_aggregate_date_earliest: string;
|
|
185
|
+
igx_grid_pivot_aggregate_time_latest: string;
|
|
186
|
+
igx_grid_pivot_aggregate_time_earliest: string;
|
|
187
|
+
igx_grid_pivot_empty_row_drop_area: string;
|
|
188
|
+
igx_grid_pivot_empty_column_drop_area: string;
|
|
189
|
+
igx_grid_pivot_empty_filter_drop_area: string;
|
|
190
|
+
igx_grid_pivot_empty_value_drop_area: string;
|
|
191
|
+
igx_grid_pivot_row_drop_chip: string;
|
|
192
|
+
igx_grid_pivot_column_drop_chip: string;
|
|
193
|
+
igx_grid_pivot_filter_drop_chip: string;
|
|
194
|
+
igx_grid_pivot_value_drop_chip: string;
|
|
177
195
|
};
|
|
@@ -133,4 +133,22 @@ export declare const GridResourceStringsFR: {
|
|
|
133
133
|
igx_grid_actions_unpin_label: string;
|
|
134
134
|
igx_grid_actions_jumpUp_label: string;
|
|
135
135
|
igx_grid_actions_jumpDown_label: string;
|
|
136
|
+
igx_grid_pivot_date_dimension_total: string;
|
|
137
|
+
igx_grid_pivot_aggregate_count: string;
|
|
138
|
+
igx_grid_pivot_aggregate_min: string;
|
|
139
|
+
igx_grid_pivot_aggregate_max: string;
|
|
140
|
+
igx_grid_pivot_aggregate_sum: string;
|
|
141
|
+
igx_grid_pivot_aggregate_avg: string;
|
|
142
|
+
igx_grid_pivot_aggregate_date_latest: string;
|
|
143
|
+
igx_grid_pivot_aggregate_date_earliest: string;
|
|
144
|
+
igx_grid_pivot_aggregate_time_latest: string;
|
|
145
|
+
igx_grid_pivot_aggregate_time_earliest: string;
|
|
146
|
+
igx_grid_pivot_empty_row_drop_area: string;
|
|
147
|
+
igx_grid_pivot_empty_column_drop_area: string;
|
|
148
|
+
igx_grid_pivot_empty_filter_drop_area: string;
|
|
149
|
+
igx_grid_pivot_empty_value_drop_area: string;
|
|
150
|
+
igx_grid_pivot_row_drop_chip: string;
|
|
151
|
+
igx_grid_pivot_column_drop_chip: string;
|
|
152
|
+
igx_grid_pivot_filter_drop_chip: string;
|
|
153
|
+
igx_grid_pivot_value_drop_chip: string;
|
|
136
154
|
};
|
|
@@ -133,7 +133,25 @@ const GridResourceStringsFR_ = {
|
|
|
133
133
|
igx_grid_actions_pin_label: 'Attacher',
|
|
134
134
|
igx_grid_actions_unpin_label: 'Détacher',
|
|
135
135
|
igx_grid_actions_jumpUp_label: 'Sauter au début',
|
|
136
|
-
igx_grid_actions_jumpDown_label: 'Sauter à la fin'
|
|
136
|
+
igx_grid_actions_jumpDown_label: 'Sauter à la fin',
|
|
137
|
+
igx_grid_pivot_date_dimension_total: 'All Periods',
|
|
138
|
+
igx_grid_pivot_aggregate_count: 'Count',
|
|
139
|
+
igx_grid_pivot_aggregate_min: 'Minimum',
|
|
140
|
+
igx_grid_pivot_aggregate_max: 'Maximum',
|
|
141
|
+
igx_grid_pivot_aggregate_sum: 'Sum',
|
|
142
|
+
igx_grid_pivot_aggregate_avg: 'Average',
|
|
143
|
+
igx_grid_pivot_aggregate_date_latest: 'Latest Date',
|
|
144
|
+
igx_grid_pivot_aggregate_date_earliest: 'Earliest Date',
|
|
145
|
+
igx_grid_pivot_aggregate_time_latest: 'Latest Time',
|
|
146
|
+
igx_grid_pivot_aggregate_time_earliest: 'Earliest Time',
|
|
147
|
+
igx_grid_pivot_empty_row_drop_area: 'Drop Row Fields here.',
|
|
148
|
+
igx_grid_pivot_empty_column_drop_area: 'Drop Column Fields here.',
|
|
149
|
+
igx_grid_pivot_empty_filter_drop_area: 'Drop Filter Fields here.',
|
|
150
|
+
igx_grid_pivot_empty_value_drop_area: 'Drop Value Fields here.',
|
|
151
|
+
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
|
|
152
|
+
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
|
|
153
|
+
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
|
|
154
|
+
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
|
|
137
155
|
};
|
|
138
156
|
/**
|
|
139
157
|
* French resource strings for IgxGrid
|
package/i18n/FR/resources.d.ts
CHANGED
|
@@ -174,4 +174,22 @@ export declare const IgxResourceStringsFR: {
|
|
|
174
174
|
igx_grid_actions_unpin_label: string;
|
|
175
175
|
igx_grid_actions_jumpUp_label: string;
|
|
176
176
|
igx_grid_actions_jumpDown_label: string;
|
|
177
|
+
igx_grid_pivot_date_dimension_total: string;
|
|
178
|
+
igx_grid_pivot_aggregate_count: string;
|
|
179
|
+
igx_grid_pivot_aggregate_min: string;
|
|
180
|
+
igx_grid_pivot_aggregate_max: string;
|
|
181
|
+
igx_grid_pivot_aggregate_sum: string;
|
|
182
|
+
igx_grid_pivot_aggregate_avg: string;
|
|
183
|
+
igx_grid_pivot_aggregate_date_latest: string;
|
|
184
|
+
igx_grid_pivot_aggregate_date_earliest: string;
|
|
185
|
+
igx_grid_pivot_aggregate_time_latest: string;
|
|
186
|
+
igx_grid_pivot_aggregate_time_earliest: string;
|
|
187
|
+
igx_grid_pivot_empty_row_drop_area: string;
|
|
188
|
+
igx_grid_pivot_empty_column_drop_area: string;
|
|
189
|
+
igx_grid_pivot_empty_filter_drop_area: string;
|
|
190
|
+
igx_grid_pivot_empty_value_drop_area: string;
|
|
191
|
+
igx_grid_pivot_row_drop_chip: string;
|
|
192
|
+
igx_grid_pivot_column_drop_chip: string;
|
|
193
|
+
igx_grid_pivot_filter_drop_chip: string;
|
|
194
|
+
igx_grid_pivot_value_drop_chip: string;
|
|
177
195
|
};
|
|
@@ -133,4 +133,22 @@ export declare const GridResourceStringsHU: {
|
|
|
133
133
|
igx_grid_actions_unpin_label: string;
|
|
134
134
|
igx_grid_actions_jumpUp_label: string;
|
|
135
135
|
igx_grid_actions_jumpDown_label: string;
|
|
136
|
+
igx_grid_pivot_date_dimension_total: string;
|
|
137
|
+
igx_grid_pivot_aggregate_count: string;
|
|
138
|
+
igx_grid_pivot_aggregate_min: string;
|
|
139
|
+
igx_grid_pivot_aggregate_max: string;
|
|
140
|
+
igx_grid_pivot_aggregate_sum: string;
|
|
141
|
+
igx_grid_pivot_aggregate_avg: string;
|
|
142
|
+
igx_grid_pivot_aggregate_date_latest: string;
|
|
143
|
+
igx_grid_pivot_aggregate_date_earliest: string;
|
|
144
|
+
igx_grid_pivot_aggregate_time_latest: string;
|
|
145
|
+
igx_grid_pivot_aggregate_time_earliest: string;
|
|
146
|
+
igx_grid_pivot_empty_row_drop_area: string;
|
|
147
|
+
igx_grid_pivot_empty_column_drop_area: string;
|
|
148
|
+
igx_grid_pivot_empty_filter_drop_area: string;
|
|
149
|
+
igx_grid_pivot_empty_value_drop_area: string;
|
|
150
|
+
igx_grid_pivot_row_drop_chip: string;
|
|
151
|
+
igx_grid_pivot_column_drop_chip: string;
|
|
152
|
+
igx_grid_pivot_filter_drop_chip: string;
|
|
153
|
+
igx_grid_pivot_value_drop_chip: string;
|
|
136
154
|
};
|
|
@@ -133,7 +133,25 @@ const GridResourceStringsHU_ = {
|
|
|
133
133
|
igx_grid_actions_pin_label: 'Rögzítés',
|
|
134
134
|
igx_grid_actions_unpin_label: 'Rögzítés feloldása',
|
|
135
135
|
igx_grid_actions_jumpUp_label: 'Ugrás felfelé',
|
|
136
|
-
igx_grid_actions_jumpDown_label: 'Ugrás lefelé'
|
|
136
|
+
igx_grid_actions_jumpDown_label: 'Ugrás lefelé',
|
|
137
|
+
igx_grid_pivot_date_dimension_total: 'All Periods',
|
|
138
|
+
igx_grid_pivot_aggregate_count: 'Count',
|
|
139
|
+
igx_grid_pivot_aggregate_min: 'Minimum',
|
|
140
|
+
igx_grid_pivot_aggregate_max: 'Maximum',
|
|
141
|
+
igx_grid_pivot_aggregate_sum: 'Sum',
|
|
142
|
+
igx_grid_pivot_aggregate_avg: 'Average',
|
|
143
|
+
igx_grid_pivot_aggregate_date_latest: 'Latest Date',
|
|
144
|
+
igx_grid_pivot_aggregate_date_earliest: 'Earliest Date',
|
|
145
|
+
igx_grid_pivot_aggregate_time_latest: 'Latest Time',
|
|
146
|
+
igx_grid_pivot_aggregate_time_earliest: 'Earliest Time',
|
|
147
|
+
igx_grid_pivot_empty_row_drop_area: 'Drop Row Fields here.',
|
|
148
|
+
igx_grid_pivot_empty_column_drop_area: 'Drop Column Fields here.',
|
|
149
|
+
igx_grid_pivot_empty_filter_drop_area: 'Drop Filter Fields here.',
|
|
150
|
+
igx_grid_pivot_empty_value_drop_area: 'Drop Value Fields here.',
|
|
151
|
+
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
|
|
152
|
+
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
|
|
153
|
+
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
|
|
154
|
+
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
|
|
137
155
|
};
|
|
138
156
|
/**
|
|
139
157
|
* Hungarian resource strings for IgxGrid
|
package/i18n/HU/resources.d.ts
CHANGED
|
@@ -174,4 +174,22 @@ export declare const IgxResourceStringsHU: {
|
|
|
174
174
|
igx_grid_actions_unpin_label: string;
|
|
175
175
|
igx_grid_actions_jumpUp_label: string;
|
|
176
176
|
igx_grid_actions_jumpDown_label: string;
|
|
177
|
+
igx_grid_pivot_date_dimension_total: string;
|
|
178
|
+
igx_grid_pivot_aggregate_count: string;
|
|
179
|
+
igx_grid_pivot_aggregate_min: string;
|
|
180
|
+
igx_grid_pivot_aggregate_max: string;
|
|
181
|
+
igx_grid_pivot_aggregate_sum: string;
|
|
182
|
+
igx_grid_pivot_aggregate_avg: string;
|
|
183
|
+
igx_grid_pivot_aggregate_date_latest: string;
|
|
184
|
+
igx_grid_pivot_aggregate_date_earliest: string;
|
|
185
|
+
igx_grid_pivot_aggregate_time_latest: string;
|
|
186
|
+
igx_grid_pivot_aggregate_time_earliest: string;
|
|
187
|
+
igx_grid_pivot_empty_row_drop_area: string;
|
|
188
|
+
igx_grid_pivot_empty_column_drop_area: string;
|
|
189
|
+
igx_grid_pivot_empty_filter_drop_area: string;
|
|
190
|
+
igx_grid_pivot_empty_value_drop_area: string;
|
|
191
|
+
igx_grid_pivot_row_drop_chip: string;
|
|
192
|
+
igx_grid_pivot_column_drop_chip: string;
|
|
193
|
+
igx_grid_pivot_filter_drop_chip: string;
|
|
194
|
+
igx_grid_pivot_value_drop_chip: string;
|
|
177
195
|
};
|
|
@@ -133,4 +133,22 @@ export declare const GridResourceStringsIT: {
|
|
|
133
133
|
igx_grid_actions_unpin_label: string;
|
|
134
134
|
igx_grid_actions_jumpUp_label: string;
|
|
135
135
|
igx_grid_actions_jumpDown_label: string;
|
|
136
|
+
igx_grid_pivot_date_dimension_total: string;
|
|
137
|
+
igx_grid_pivot_aggregate_count: string;
|
|
138
|
+
igx_grid_pivot_aggregate_min: string;
|
|
139
|
+
igx_grid_pivot_aggregate_max: string;
|
|
140
|
+
igx_grid_pivot_aggregate_sum: string;
|
|
141
|
+
igx_grid_pivot_aggregate_avg: string;
|
|
142
|
+
igx_grid_pivot_aggregate_date_latest: string;
|
|
143
|
+
igx_grid_pivot_aggregate_date_earliest: string;
|
|
144
|
+
igx_grid_pivot_aggregate_time_latest: string;
|
|
145
|
+
igx_grid_pivot_aggregate_time_earliest: string;
|
|
146
|
+
igx_grid_pivot_empty_row_drop_area: string;
|
|
147
|
+
igx_grid_pivot_empty_column_drop_area: string;
|
|
148
|
+
igx_grid_pivot_empty_filter_drop_area: string;
|
|
149
|
+
igx_grid_pivot_empty_value_drop_area: string;
|
|
150
|
+
igx_grid_pivot_row_drop_chip: string;
|
|
151
|
+
igx_grid_pivot_column_drop_chip: string;
|
|
152
|
+
igx_grid_pivot_filter_drop_chip: string;
|
|
153
|
+
igx_grid_pivot_value_drop_chip: string;
|
|
136
154
|
};
|
|
@@ -133,7 +133,25 @@ const GridResourceStringsIT_ = {
|
|
|
133
133
|
igx_grid_actions_pin_label: 'Aggiungi',
|
|
134
134
|
igx_grid_actions_unpin_label: 'Deseleziona',
|
|
135
135
|
igx_grid_actions_jumpUp_label: 'Salta su',
|
|
136
|
-
igx_grid_actions_jumpDown_label: 'Salta giù'
|
|
136
|
+
igx_grid_actions_jumpDown_label: 'Salta giù',
|
|
137
|
+
igx_grid_pivot_date_dimension_total: 'All Periods',
|
|
138
|
+
igx_grid_pivot_aggregate_count: 'Count',
|
|
139
|
+
igx_grid_pivot_aggregate_min: 'Minimum',
|
|
140
|
+
igx_grid_pivot_aggregate_max: 'Maximum',
|
|
141
|
+
igx_grid_pivot_aggregate_sum: 'Sum',
|
|
142
|
+
igx_grid_pivot_aggregate_avg: 'Average',
|
|
143
|
+
igx_grid_pivot_aggregate_date_latest: 'Latest Date',
|
|
144
|
+
igx_grid_pivot_aggregate_date_earliest: 'Earliest Date',
|
|
145
|
+
igx_grid_pivot_aggregate_time_latest: 'Latest Time',
|
|
146
|
+
igx_grid_pivot_aggregate_time_earliest: 'Earliest Time',
|
|
147
|
+
igx_grid_pivot_empty_row_drop_area: 'Drop Row Fields here.',
|
|
148
|
+
igx_grid_pivot_empty_column_drop_area: 'Drop Column Fields here.',
|
|
149
|
+
igx_grid_pivot_empty_filter_drop_area: 'Drop Filter Fields here.',
|
|
150
|
+
igx_grid_pivot_empty_value_drop_area: 'Drop Value Fields here.',
|
|
151
|
+
igx_grid_pivot_row_drop_chip: 'Drop here to use as row',
|
|
152
|
+
igx_grid_pivot_column_drop_chip: 'Drop here to use as column',
|
|
153
|
+
igx_grid_pivot_filter_drop_chip: 'Drop here to use as filter',
|
|
154
|
+
igx_grid_pivot_value_drop_chip: 'Drop here to use as value'
|
|
137
155
|
};
|
|
138
156
|
/**
|
|
139
157
|
* Italian resource strings for IgxGrid
|
package/i18n/IT/resources.d.ts
CHANGED
|
@@ -160,6 +160,24 @@ export declare const IgxResourceStringsIT: {
|
|
|
160
160
|
igx_grid_actions_unpin_label: string;
|
|
161
161
|
igx_grid_actions_jumpUp_label: string;
|
|
162
162
|
igx_grid_actions_jumpDown_label: string;
|
|
163
|
+
igx_grid_pivot_date_dimension_total: string;
|
|
164
|
+
igx_grid_pivot_aggregate_count: string;
|
|
165
|
+
igx_grid_pivot_aggregate_min: string;
|
|
166
|
+
igx_grid_pivot_aggregate_max: string;
|
|
167
|
+
igx_grid_pivot_aggregate_sum: string;
|
|
168
|
+
igx_grid_pivot_aggregate_avg: string;
|
|
169
|
+
igx_grid_pivot_aggregate_date_latest: string;
|
|
170
|
+
igx_grid_pivot_aggregate_date_earliest: string;
|
|
171
|
+
igx_grid_pivot_aggregate_time_latest: string;
|
|
172
|
+
igx_grid_pivot_aggregate_time_earliest: string;
|
|
173
|
+
igx_grid_pivot_empty_row_drop_area: string;
|
|
174
|
+
igx_grid_pivot_empty_column_drop_area: string;
|
|
175
|
+
igx_grid_pivot_empty_filter_drop_area: string;
|
|
176
|
+
igx_grid_pivot_empty_value_drop_area: string;
|
|
177
|
+
igx_grid_pivot_row_drop_chip: string;
|
|
178
|
+
igx_grid_pivot_column_drop_chip: string;
|
|
179
|
+
igx_grid_pivot_filter_drop_chip: string;
|
|
180
|
+
igx_grid_pivot_value_drop_chip: string;
|
|
163
181
|
igx_calendar_previous_month: string;
|
|
164
182
|
igx_calendar_next_month: string;
|
|
165
183
|
igx_calendar_select_month: string;
|
|
@@ -133,4 +133,22 @@ export declare const GridResourceStringsJA: {
|
|
|
133
133
|
igx_grid_actions_unpin_label: string;
|
|
134
134
|
igx_grid_actions_jumpUp_label: string;
|
|
135
135
|
igx_grid_actions_jumpDown_label: string;
|
|
136
|
+
igx_grid_pivot_date_dimension_total: string;
|
|
137
|
+
igx_grid_pivot_aggregate_count: string;
|
|
138
|
+
igx_grid_pivot_aggregate_min: string;
|
|
139
|
+
igx_grid_pivot_aggregate_max: string;
|
|
140
|
+
igx_grid_pivot_aggregate_sum: string;
|
|
141
|
+
igx_grid_pivot_aggregate_avg: string;
|
|
142
|
+
igx_grid_pivot_aggregate_date_latest: string;
|
|
143
|
+
igx_grid_pivot_aggregate_date_earliest: string;
|
|
144
|
+
igx_grid_pivot_aggregate_time_latest: string;
|
|
145
|
+
igx_grid_pivot_aggregate_time_earliest: string;
|
|
146
|
+
igx_grid_pivot_empty_row_drop_area: string;
|
|
147
|
+
igx_grid_pivot_empty_column_drop_area: string;
|
|
148
|
+
igx_grid_pivot_empty_filter_drop_area: string;
|
|
149
|
+
igx_grid_pivot_empty_value_drop_area: string;
|
|
150
|
+
igx_grid_pivot_row_drop_chip: string;
|
|
151
|
+
igx_grid_pivot_column_drop_chip: string;
|
|
152
|
+
igx_grid_pivot_filter_drop_chip: string;
|
|
153
|
+
igx_grid_pivot_value_drop_chip: string;
|
|
136
154
|
};
|