@aquera/data-visualizer-sdk 0.0.10 → 0.0.12
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/ask-aquera/src/ask-aquera-config.d.ts +10 -0
- package/chunk-3ANFJNEW.js +18 -0
- package/{chunk-KRLLBWXX.js → chunk-AFTJULGE.js} +688 -688
- package/chunk-I4PGOKUA.js +2 -0
- package/{chunk-5OHN7YS2.js → chunk-J4NO6UPD.js} +1 -1
- package/{chunk-FYNF5FCN.js → chunk-V77IQCJY.js} +1 -1
- package/main.js +1 -1
- package/package.json +1 -1
- package/chunk-BJIGX7YA.js +0 -2
- package/chunk-T2W7AVC3.js +0 -18
|
@@ -113,6 +113,15 @@ export interface AskAqueraConfig {
|
|
|
113
113
|
newDashboardLabel?: string;
|
|
114
114
|
noConversationsYet?: string;
|
|
115
115
|
noDashboardsYet?: string;
|
|
116
|
+
searchConversationsPlaceholder?: string;
|
|
117
|
+
searchDashboardsPlaceholder?: string;
|
|
118
|
+
noResultsMatchFilters?: string;
|
|
119
|
+
renameLabel?: string;
|
|
120
|
+
deleteLabel?: string;
|
|
121
|
+
groupToday?: string;
|
|
122
|
+
groupYesterday?: string;
|
|
123
|
+
groupPrevious7Days?: string;
|
|
124
|
+
groupOlder?: string;
|
|
116
125
|
noDatasetsFound?: string;
|
|
117
126
|
noPipelinesFound?: string;
|
|
118
127
|
createAlertButton?: string;
|
|
@@ -177,6 +186,7 @@ export interface AskAqueraConfig {
|
|
|
177
186
|
couldntAddToDashboard?: string;
|
|
178
187
|
couldntPublishDashboard?: string;
|
|
179
188
|
couldntRenameDashboard?: string;
|
|
189
|
+
couldntDeleteDashboard?: string;
|
|
180
190
|
couldntGenerateSummary?: string;
|
|
181
191
|
couldntSaveDashboard?: string;
|
|
182
192
|
chartTypeChangeFailed?: string;
|